@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #222;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #222;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}
img[usemap] {
  border-width: 0;
}
a img {
  border-width: 0;
  text-decoration: none;
}

ul, li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  text-decoration: none;
  color: #0048C5;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  .l-header {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 840px) {
  .l-header {
    height: 60px;
  }
}
.l-header__logo {
  flex-shrink: 0;
}
.l-header__content {
  -webkit-padding-end: 244px;
          padding-inline-end: 244px;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 1400px) {
  .l-header__content {
    -webkit-padding-end: 210px;
            padding-inline-end: 210px;
  }
}
@media screen and (max-width: 840px) {
  .l-header__content {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    height: 60px;
  }
}

.l-header-logo {
  position: relative;
  z-index: 1;
  padding-block: 11px;
  padding-inline: 11px 0;
}
.l-header-logo a {
  display: flex;
  align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  transition: 0.2s opacity;
}
@media screen and (max-width: 840px) {
  .l-header-logo a {
    flex-direction: column;
  }
}
.l-header-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 840px) {
  .l-header-logo img {
    width: 169px;
    height: 39px;
  }
}
.l-header-logo__text {
  color: #F12535;
  font-size: 1.8rem;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 840px) {
  .l-header-logo__text {
    font-size: 1.2rem;
    line-height: 0.8;
  }
}

body.is-non-scroll {
  overflow-y: hidden;
}

@media screen and (max-width: 1100px) {
  .l-nav-menu-area {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    border-top: 1px solid #F12535;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
  }
}
@media screen and (max-width: 840px) {
  .l-nav-menu-area {
    top: 60px;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
}
.l-nav-menu-area.is-show {
  display: block;
}

.l-nav-global-list {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 80px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (max-width: 1500px) {
  .l-nav-global-list {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (max-width: 1210px) {
  .l-nav-global-list {
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }
}
@media screen and (max-width: 1100px) {
  .l-nav-global-list {
    display: block;
    position: absolute;
    left: 0;
    -webkit-padding-after: 80px;
            padding-block-end: 80px;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
}
.l-nav-global-list__item {
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .l-nav-global-list__item {
    border-bottom: 1px solid #F12535;
  }
}
.l-nav-global-list__item-link {
  display: block;
  margin: 0;
  padding: 0;
  padding-inline: 0;
  height: 100%;
  border: none;
  background-color: transparent;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1420px) {
  .l-nav-global-list__item-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1300px) {
  .l-nav-global-list__item-link {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1210px) {
  .l-nav-global-list__item-link {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1100px) {
  .l-nav-global-list__item-link {
    padding-inline: 16px;
    background-image: url("/recruit/assets/img/common/arrow_right_red.svg");
    background-repeat: no-repeat;
    background-position: right 16px center;
    width: 100%;
    color: #F12535;
    font-size: 1.8rem;
    text-align: left;
    transition: 0.2s opacity;
    text-align: left;
  }
}
.l-nav-global-list__item-link span {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-block: 8px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .l-nav-global-list__item-link span {
    display: inline-block;
    width: auto;
    padding-block: 20px;
  }
}
.l-nav-global-list__item-link span::after {
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 12px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F12535;
  transition: 0.2s;
}
@media screen and (max-width: 1100px) {
  .l-nav-global-list__item-link.-acc {
    background-image: url("/recruit/assets/img/common/arrow2_bottom_red2.svg");
    background-size: 18px 10px;
  }
}
.l-nav-global-list__item-link:hover span::after {
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .l-nav-global-list__item-link:hover span::after {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .l-nav-global-list__item-link:hover {
    opacity: 0.7;
  }
}
.l-nav-global-list__item-link.is-active span::after {
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .l-nav-global-list__item-link.is-active span::after {
    display: none;
  }
}
.l-nav-global-list__item-link.is-current {
  color: #F12535;
}
.l-nav-global-list__item-link.is-current span::after {
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .l-nav-global-list__item-link.is-current span::after {
    display: none;
  }
}

.l-nav-megamenu-box {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 500;
  padding-block: 64px;
  padding-inline: 16px;
  width: 100%;
  background-color: #AEEAF3;
}
@media screen and (max-width: 1100px) {
  .l-nav-megamenu-box {
    position: static;
    padding-block: 16px;
  }
}
.l-nav-megamenu-box__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-inline: auto;
  max-width: 1280px;
}
.l-nav-megamenu-box__top-link {
  flex-shrink: 0;
  width: 260px;
}
@media screen and (max-width: 1100px) {
  .l-nav-megamenu-box__top-link {
    display: none;
  }
}
.l-nav-megamenu-box__top-link p {
  font-size: 3.2rem;
  font-weight: bold;
}
.l-nav-megamenu-box__top-link .c-border-btn {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  padding-block: 10px;
  width: 240px;
  font-size: 1.6rem;
}
.l-nav-megamenu-box__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 8px;
  padding-block: 40px;
  padding-inline: 40px;
  background-color: #fff;
  max-width: 986px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .l-nav-megamenu-box__list {
    grid-template-columns: 1fr;
    row-gap: 0;
    background-color: #fff;
    padding-block: 0;
    padding-inline: 0;
  }
}
.l-nav-megamenu-box__list > li.-sp-top-link {
  display: none;
}
@media screen and (max-width: 1100px) {
  .l-nav-megamenu-box__list > li.-sp-top-link {
    display: block;
  }
}
.l-nav-megamenu-box__list > li a {
  display: block;
  -webkit-padding-start: 14px;
          padding-inline-start: 14px;
  background-image: url("/recruit/assets/img/common/arrow2_right_red.svg");
  background-repeat: no-repeat;
  background-position: left top 9px;
  font-weight: bold;
  transition: 0.2s opacity;
}
@media screen and (max-width: 1100px) {
  .l-nav-megamenu-box__list > li a {
    padding-block: 16px;
    border-bottom: 1px solid #AEEAF3;
    background-image: url("/recruit/assets/img/common/arrow_right_red.svg");
    background-position: right 16px center;
    font-size: 1.8rem;
  }
}
.l-nav-megamenu-box__list > li a:hover {
  opacity: 0.7;
}
.l-nav-megamenu-box.is-show {
  display: block;
}

.l-nav-entry-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1100;
  width: 220px;
  height: 100px;
  border: none;
  background-color: #221815;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  -webkit-clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.05em;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .l-nav-entry-btn {
    right: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 840px) {
  .l-nav-entry-btn {
    right: 60px;
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
    -webkit-clip-path: polygon(28px 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(28px 0, 100% 0%, 100% 100%, 0% 100%);
    width: 128px;
    height: 60px;
    font-size: 1.4rem;
  }
}
.l-nav-entry-btn span {
  position: relative;
  z-index: 2;
}
.l-nav-entry-btn span::before {
  opacity: 0;
  position: relative;
  top: 1px;
  content: "";
  display: inline-block;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  width: 18px;
  height: 18px;
  background-image: url("/recruit/assets/img/common/icon_close_white.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
@media screen and (max-width: 840px) {
  .l-nav-entry-btn span::before {
    -webkit-margin-end: 8px;
            margin-inline-end: 8px;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
}
.l-nav-entry-btn::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 220px;
  height: 100px;
  -webkit-clip-path: polygon(50px 0%, 70px 0, 20px 100%, 0% 100%);
          clip-path: polygon(50px 0%, 70px 0, 20px 100%, 0% 100%);
  background-color: #F12535;
}
@media screen and (max-width: 1100px) {
  .l-nav-entry-btn::before {
    height: 80px;
  }
}
@media screen and (max-width: 840px) {
  .l-nav-entry-btn::before {
    width: 128px;
    height: 60px;
    -webkit-clip-path: polygon(28px 0%, 40px 0, 12px 100%, 0% 100%);
            clip-path: polygon(28px 0%, 40px 0, 12px 100%, 0% 100%);
  }
}
@media (hover: hover) {
  .l-nav-entry-btn:hover::before {
    -webkit-animation: entryAnimation 0.3s ease forwards;
            animation: entryAnimation 0.3s ease forwards;
  }
}
@media screen and (hover: hover) and (max-width: 840px) {
  .l-nav-entry-btn:hover::before {
    -webkit-animation: entryAnimationSP 0.3s ease forwards;
            animation: entryAnimationSP 0.3s ease forwards;
  }
}
@media (hover: hover) {
  .l-nav-entry-btn.is-active span::before {
    opacity: 1;
  }
  .l-nav-entry-btn.is-active::before {
    -webkit-animation: entryAnimation 0.3s ease forwards;
            animation: entryAnimation 0.3s ease forwards;
  }
}
@media screen and (hover: hover) and (max-width: 840px) {
  .l-nav-entry-btn.is-active::before {
    -webkit-animation: entryAnimationSP 0.3s ease forwards;
            animation: entryAnimationSP 0.3s ease forwards;
  }
}
@media (hover: none) {
  .l-nav-entry-btn.is-active span::before {
    opacity: 1;
  }
  .l-nav-entry-btn.is-active::before {
    -webkit-animation: entryAnimation 0.3s ease forwards;
            animation: entryAnimation 0.3s ease forwards;
  }
}
@media screen and (hover: none) and (max-width: 840px) {
  .l-nav-entry-btn.is-active::before {
    -webkit-animation: entryAnimationSP 0.3s ease forwards;
            animation: entryAnimationSP 0.3s ease forwards;
  }
}

@-webkit-keyframes entryAnimation {
  100% {
    width: 221px;
    -webkit-clip-path: polygon(50px 0%, 101% 0, 101% 100%, 0% 100%);
            clip-path: polygon(50px 0%, 101% 0, 101% 100%, 0% 100%);
  }
}

@keyframes entryAnimation {
  100% {
    width: 221px;
    -webkit-clip-path: polygon(50px 0%, 101% 0, 101% 100%, 0% 100%);
            clip-path: polygon(50px 0%, 101% 0, 101% 100%, 0% 100%);
  }
}
@-webkit-keyframes entryAnimationSP {
  100% {
    width: 128px;
    -webkit-clip-path: polygon(28px 0%, 101% 0, 101% 100%, 0% 100%);
            clip-path: polygon(28px 0%, 101% 0, 101% 100%, 0% 100%);
  }
}
@keyframes entryAnimationSP {
  100% {
    width: 128px;
    -webkit-clip-path: polygon(28px 0%, 101% 0, 101% 100%, 0% 100%);
            clip-path: polygon(28px 0%, 101% 0, 101% 100%, 0% 100%);
  }
}
.l-nav-hamburger-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border: none;
  width: 80px;
  height: 80px;
  background-color: #F12535;
  cursor: pointer;
  transition: 0.2s opacity;
}
@media screen and (max-width: 1100px) {
  .l-nav-hamburger-btn {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .l-nav-hamburger-btn {
    width: 60px;
    height: 60px;
  }
}
.l-nav-hamburger-btn__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4px;
  width: 24px;
  height: 11px;
}
.l-nav-hamburger-btn .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.l-nav-hamburger-btn.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.l-nav-hamburger-btn.is-active .line:nth-child(2) {
  display: none;
}
.l-nav-hamburger-btn.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}
.l-nav-hamburger-btn:hover {
  opacity: 0.7;
}

.l-nav-entry-area {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 500;
  justify-content: center;
  align-items: center;
  padding-inline: 16px;
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #AEEAF3;
  overflow-y: auto;
}
@media screen and (max-width: 840px) {
  .l-nav-entry-area {
    align-items: start;
    justify-content: start;
    padding-block: 24px;
    top: 60px;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
}
.l-nav-entry-area__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .l-nav-entry-area__inner {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
.l-nav-entry-area.is-show {
  display: flex;
}

.l-nav-entry-box {
  padding-block: 24px 40px;
  padding-inline: 24px;
  border-top: 2px solid #F12535;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .l-nav-entry-box {
    padding-block: 24px 16px;
    padding-inline: 16px;
  }
}
.l-nav-entry-box__title {
  -webkit-padding-after: 32px;
          padding-block-end: 32px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 840px) {
  .l-nav-entry-box__title {
    -webkit-padding-after: 24px;
            padding-block-end: 24px;
    font-size: 2rem;
    text-align: left;
  }
}
.l-nav-entry-box__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.l-nav-entry-box__list > li {
  width: 100%;
}
.l-nav-entry-box__list > li .c-basic-btn {
  margin-inline: auto;
}

.l-footer__content1 {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  padding-block: 120px 48px;
  padding-inline: 16px;
  max-width: 1312px;
}
@media screen and (max-width: 840px) {
  .l-footer__content1 {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
    padding-block: 32px;
  }
}
.l-footer__content2 {
  margin-inline: auto;
  -webkit-padding-after: 64px;
          padding-block-end: 64px;
  padding-inline: 16px;
  max-width: 1312px;
}
@media screen and (max-width: 840px) {
  .l-footer__content2 {
    display: none;
  }
}
.l-footer__content3 {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  padding-inline: 16px;
  background-color: #FBF9F4;
}
@media screen and (max-width: 840px) {
  .l-footer__content3 {
    padding-block: 0;
    padding-inline: 0;
    background-color: transparent;
  }
}

.l-footer-pagetop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
  display: block;
  width: 48px;
  height: 48px;
  border: none;
  background-color: #221815;
  background-image: url("/recruit/assets/img/common/arrow2_top_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: 0.2s background-color;
}
@media screen and (max-width: 840px) {
  .l-footer-pagetop {
    position: static;
    width: 100%;
    height: 50px;
  }
}
.l-footer-pagetop:hover {
  background-color: #F12535;
}

.l-footer-logo a {
  display: flex;
  align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  transition: 0.2s opacity;
}
@media screen and (max-width: 840px) {
  .l-footer-logo a {
    flex-direction: column;
  }
}
.l-footer-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 840px) {
  .l-footer-logo img {
    width: 251px;
    height: 58px;
  }
}
.l-footer-logo__text {
  color: #F12535;
  font-size: 1.8rem;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 840px) {
  .l-footer-logo__text {
    font-size: 1.7rem;
    line-height: 0.8;
  }
}

.l-footer-sns {
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.l-footer-sns > li a {
  transition: 0.2s opacity;
}
@media screen and (max-width: 840px) {
  .l-footer-sns > li a img {
    width: 50px;
    height: auto;
  }
}
.l-footer-sns > li a:hover {
  opacity: 0.7;
}

.l-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}
.l-footer-links__list {
  border-top: 1px solid #F12535;
}
.l-footer-links__list > li a {
  display: block;
  padding-block: 4px;
  -webkit-padding-start: 28px;
          padding-inline-start: 28px;
  background-image: url("/recruit/assets/img/common/arrow2_right_red.svg");
  background-repeat: no-repeat;
  background-position: left 16px center;
  color: #333;
  transition: 0.2s color;
}
.l-footer-links__list > li a:hover {
  color: #F12535;
}
.l-footer-links__list > li.-category-top a,
.l-footer-links__list > li.-category-top span {
  display: block;
  padding-block: 16px;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  background-image: url("/recruit/assets/img/common/arrow_right_red.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  font-size: 1.8rem;
  font-weight: bold;
}
.l-footer-links__list > li.-category-top span {
  background-image: none;
}

.l-footer-legal-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .l-footer-legal-list {
    flex-direction: column;
    row-gap: 24px;
  }
}
.l-footer-legal-list > li::after {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #333;
}
@media screen and (max-width: 980px) {
  .l-footer-legal-list > li::after {
    display: none;
  }
}
.l-footer-legal-list > li:first-child::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #333;
}
@media screen and (max-width: 980px) {
  .l-footer-legal-list > li:first-child::before {
    display: none;
  }
}
.l-footer-legal-list > li a {
  display: inline-block;
  padding-inline: 32px;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 840px) {
  .l-footer-legal-list > li a {
    padding-inline: 0;
  }
}
.l-footer-legal-list > li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 840px) {
  .l-footer-legal-list {
    padding-block: 32px;
    padding-inline: 16px;
    background-color: #FBF9F4;
  }
}

.l-footer-copyright {
  padding-block: 32px 40px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 840px) {
  .l-footer-copyright {
    padding-block: 24px;
  }
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#0048C5;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@-webkit-keyframes fuwato {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fuwato {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwato2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwato2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwato3 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwato3 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes widthStretch {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthStretch {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.c-heading-eng-title {
  position: relative;
  -webkit-padding-before: 48px;
          padding-block-start: 48px;
  -webkit-padding-start: 104px;
          padding-inline-start: 104px;
  font-size: 4.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .c-heading-eng-title {
    -webkit-padding-before: 32px;
            padding-block-start: 32px;
    -webkit-padding-start: 56px;
            padding-inline-start: 56px;
    font-size: 3rem;
  }
}
.c-heading-eng-title::before {
  content: attr(data-eng) " ";
  display: block;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  -webkit-padding-before: 8px;
          padding-block-start: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #F12535;
  font-family: "Figtree", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 840px) {
  .c-heading-eng-title::before {
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
    -webkit-margin-start: 6px;
            margin-inline-start: 6px;
    font-size: 1.4rem;
  }
}
.c-heading-eng-title::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 170px;
  background-color: #F12535;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media screen and (max-width: 840px) {
  .c-heading-eng-title::after {
    height: 110px;
  }
}
.c-heading-eng-title.-small {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  padding: 0;
  font-size: 3.2rem;
}
@media screen and (max-width: 840px) {
  .c-heading-eng-title.-small {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    font-size: 2.4rem;
  }
}
.c-heading-eng-title.-small::before {
  -webkit-margin-after: 4px;
          margin-block-end: 4px;
  font-size: 1.6rem;
}
@media screen and (max-width: 840px) {
  .c-heading-eng-title.-small::before {
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.c-heading-eng-title.-small::after {
  display: none;
}
.c-heading-eng-title.-non-eng {
  -webkit-padding-before: 96px;
          padding-block-start: 96px;
}
@media screen and (max-width: 840px) {
  .c-heading-eng-title.-non-eng {
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
  }
}
.c-heading-eng-title.-non-eng::before {
  display: none;
}
.c-heading-eng-title + * {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 840px) {
  .c-heading-eng-title + * {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}

.c-heading-border {
  position: relative;
  padding-bottom: 22px;
  font-size: 3.2rem;
  line-height: 1.4;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .c-heading-border {
    padding-bottom: 12px;
    font-size: 2.4rem;
  }
}
.c-heading-border::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #221815;
}
.c-heading-border::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #F12535;
}
.c-heading-border + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 840px) {
  .c-heading-border + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.c-heading-border-simple {
  padding-bottom: 24px;
  font-size: 3.2rem;
  font-weight: bold;
  border-bottom: 2px solid #F12535;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .c-heading-border-simple {
    font-size: 2.4rem;
  }
}
.c-heading-border-simple + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.c-page-heading-wrap {
  height: 280px;
  background-color: #AEEAF3;
  background-image: url("/recruit/assets/img/common/heading_bg.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 840px) {
  .c-page-heading-wrap {
    height: 200px;
    background-position: left -40px top;
    background-size: auto 200px;
  }
}
.c-page-heading-wrap.-new-graduate {
  background: url("/recruit/assets/img/common/heading_bg.png"), linear-gradient(to right, #06ADD8, #4FDFC7);
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}
.c-page-heading-wrap.-career {
  background: url("/recruit/assets/img/common/heading_bg.png"), linear-gradient(to right, #2E69CF, #00CCD4);
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}
.c-page-heading-wrap.-global {
  background: url("/recruit/assets/img/common/heading_bg.png"), linear-gradient(to right, #0F53C8, #7B67E8);
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.c-page-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right 40px center;
  font-size: 4.8rem;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-page-heading {
    font-size: 3rem;
  }
}
.c-page-heading.-news {
  background-image: url("/recruit/assets/img/common/heading_text_news.png");
}
@media screen and (max-width: 840px) {
  .c-page-heading.-news {
    background-position: right top 8px;
    background-size: auto 72px;
  }
}
.c-page-heading.-about-us {
  background-image: url("/recruit/assets/img/common/heading_text_about-us.png");
}
@media screen and (max-width: 840px) {
  .c-page-heading.-about-us {
    background-position: right top 8px;
    background-size: auto 72px;
  }
}
.c-page-heading.-our-people {
  background-image: url("/recruit/assets/img/common/heading_text_our-people.png");
}
@media screen and (max-width: 840px) {
  .c-page-heading.-our-people {
    background-image: url("/recruit/assets/img/common/heading_text_our-people_sp_2x.png");
    background-position: right top 22px;
    background-size: auto 116px;
  }
}
.c-page-heading.-working-environment {
  background-image: url("/recruit/assets/img/common/heading_text_working-environment.png");
}
@media screen and (max-width: 840px) {
  .c-page-heading.-working-environment {
    background-position: right top 8px;
    background-size: auto 152px;
  }
}
.c-page-heading.-new-graduate {
  background-image: url("/recruit/assets/img/common/heading_text_new-graduate.png");
}
@media screen and (max-width: 840px) {
  .c-page-heading.-new-graduate {
    background-position: right top 8px;
    background-size: auto 144px;
  }
}
.c-page-heading.-career {
  background-image: url("/recruit/assets/img/common/heading_text_career.png");
}
@media screen and (max-width: 840px) {
  .c-page-heading.-career {
    background-position: right top 8px;
    background-size: 300px auto;
  }
}
.c-page-heading.-global {
  background-image: url("/recruit/assets/img/common/heading_text_global.png");
}
@media screen and (max-width: 840px) {
  .c-page-heading.-global {
    background-position: right top 8px;
    background-size: 300px auto;
  }
}
.c-page-heading.-engineer {
  background-image: url("/recruit/assets/img/common/heading_text_engineer.png");
}
@media screen and (max-width: 840px) {
  .c-page-heading.-engineer {
    background-position: right top 8px;
    background-size: 300px auto;
  }
}

.c-heading-title1 {
  -webkit-padding-after: 48px;
          padding-block-end: 48px;
  background-image: url("/recruit/assets/img/common/icon_heading_line_red.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #F12535;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-heading-title1 {
    -webkit-padding-after: 32px;
            padding-block-end: 32px;
    font-size: 3rem;
  }
}
.c-heading-title1.-white {
  background-image: url("/recruit/assets/img/common/icon_heading_line_white.svg");
  color: #fff;
}
.c-heading-title1 + * {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
@media screen and (max-width: 840px) {
  .c-heading-title1 + * {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
.c-heading-title1 + .c-section-box.-inner-level1 {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}

.c-heading-title2 {
  padding-bottom: 24px;
  border-bottom: 2px solid #F12535;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .c-heading-title2 {
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
}
.c-heading-title2 + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 840px) {
  .c-heading-title2 + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.c-heading-title2 + .c-section-box {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.c-heading-title3 {
  position: relative;
  padding-bottom: 16px;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .c-heading-title3 {
    font-size: 2.2rem;
  }
}
.c-heading-title3::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E2E2E2;
}
.c-heading-title3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #F12535;
}
.c-heading-title3 + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 840px) {
  .c-heading-title3 + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.c-heading-title4 {
  position: relative;
  padding-left: 18px;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .c-heading-title4 {
    font-size: 2rem;
  }
}
.c-heading-title4::before {
  position: absolute;
  left: 0;
  top: 10%;
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  background-color: #000;
}
.c-heading-title4::after {
  position: absolute;
  left: 0;
  top: 10%;
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background-color: #F12535;
}
.c-heading-title4 + * {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 840px) {
  .c-heading-title4 + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.c-heading-title5 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .c-heading-title5 {
    font-size: 1.8rem;
  }
}
.c-heading-title5 + * {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 840px) {
  .c-heading-title5 + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.c-heading-normal {
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .c-heading-normal {
    font-size: 2.4rem;
  }
}
.c-heading-normal.-small {
  font-size: 2rem;
}
.c-heading-normal.-small + .c-text-box {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 840px) {
  .c-heading-normal.-small + .c-text-box {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}
.c-heading-normal.-large {
  font-size: 4rem;
}
@media screen and (max-width: 840px) {
  .c-heading-normal.-large {
    font-size: 3rem;
  }
}
.c-heading-normal.-large + * {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
@media screen and (max-width: 840px) {
  .c-heading-normal.-large + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.c-heading-normal.-center {
  text-align: center;
}
.c-heading-normal + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 840px) {
  .c-heading-normal + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.c-heading-normal + .c-heading-title5 {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 840px) {
  .c-heading-normal + .c-heading-title5 {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}

.c-heading-line {
  position: relative;
  padding-left: 46px;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .c-heading-line {
    font-size: 2.4rem;
  }
}
.c-heading-line::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  display: block;
  width: 22px;
  height: 40px;
  background-image: url("/recruit/assets/img/common/icon_heading_single_line.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 840px) {
  .c-heading-line::before {
    top: -5px;
  }
}
.c-heading-line + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}

.c-heading-number {
  font-family: "Figtree", sans-serif;
  font-size: 10rem;
  color: #F12535;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .c-heading-number {
    font-size: 6rem;
  }
}
.c-heading-number + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 840px) {
  .c-heading-number + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.c-section-box {
  margin-inline: auto;
  padding-block: 120px;
  padding-inline: 16px;
  max-width: 1312px;
}
@media screen and (max-width: 840px) {
  .c-section-box {
    padding-block: 80px;
  }
}
.c-section-box.-first-section {
  padding-block: 104px 120px;
}
@media screen and (max-width: 840px) {
  .c-section-box.-first-section {
    padding-block: 64px 80px;
  }
}
.c-section-box.-pd-small {
  padding-block: 80px;
}
@media screen and (max-width: 840px) {
  .c-section-box.-pd-small {
    padding-block: 40px;
  }
}
@media screen and (max-width: 840px) {
  .c-section-box.-sp-pd-small {
    padding-block: 40px;
  }
}
.c-section-box.-inner-level1 {
  padding-block: 85px 0;
  padding-inline: 0;
}
.c-section-box.-inner-level2 {
  padding-block: 64px 0;
  padding-inline: 0;
}
.c-section-box.-non-top-margin {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.c-section-box.-mini {
  padding-block: 24px 0;
  padding-inline: 0;
}
.c-section-box__inner {
  margin-inline: auto;
  max-width: 1280px;
}
.c-section-box.-gradation {
  max-width: none;
  background: linear-gradient(to right, #56A6E2, #72E5E9);
}
.c-section-box.-nav-new-graduate {
  max-width: none;
  background-color: #E9FBF7;
}
.c-section-box.-nav-career {
  max-width: none;
  background-color: #E8F9FA;
}
.c-section-box.-nav-global {
  max-width: none;
  background-color: #EEF0FC;
}
.c-section-box.-pattern {
  max-width: none;
  background-image: url("/recruit/assets/img/common/bg_square_pattern.png");
  background-repeat: repeat-y;
  background-position: center top 80px;
}
.c-section-box.-pattern-new-graduate {
  max-width: none;
  background-image: url("/recruit/assets/img/common/bg_square_pattern2.png");
  background-repeat: repeat-y;
  background-position: center top 80px;
}
.c-section-box.-pattern-career {
  max-width: none;
  background-image: url("/recruit/assets/img/common/bg_square_pattern3.png");
  background-repeat: repeat-y;
  background-position: center top 80px;
}
.c-section-box.-pattern-global {
  max-width: none;
  background-image: url("/recruit/assets/img/common/bg_square_pattern4.png");
  background-repeat: repeat-y;
  background-position: center top 80px;
}
.c-section-box.-beige {
  max-width: none;
  background-color: #FBF9F4;
}
.c-section-box.-lightblue {
  max-width: none;
  background-color: #DAF4F8;
}
.c-section-box.-green-new-graduate {
  max-width: none;
  background-color: #E9FBF7;
}
.c-section-box.-blue-career {
  max-width: none;
  background-color: #E8F9FA;
}
.c-section-box.-purple-global {
  max-width: none;
  background-color: #EEF0FC;
}
.c-section-box.-navigation {
  padding-block: 120px 160px;
  max-width: none;
  background-color: #DAF4F8;
  background-image: url("/recruit/assets/img/common/bg_navigation.jpg");
  background-repeat: no-repeat;
  background-position: center top 210px;
  background-size: auto calc(100% - 210px);
}
@media screen and (min-width: 1600px) {
  .c-section-box.-navigation {
    background-position: center top 210px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 840px) {
  .c-section-box.-navigation {
    padding-block: 64px 120px;
    background-position: center top 152px;
    background-image: url("/recruit/assets/img/common/bg_navigation_sp_2x.jpg");
    background-size: 100% calc(100% - 152px);
  }
}
.c-section-box.-top-news {
  padding-block: 104px;
}
@media screen and (max-width: 840px) {
  .c-section-box.-top-news {
    padding-block: 40px;
  }
}
.c-section-box.-top-about {
  padding-block: 160px 120px;
}
@media screen and (max-width: 840px) {
  .c-section-box.-top-about {
    padding-block: 128px 80px;
  }
}
.c-section-box.-top-environment {
  padding-block: 204px 120px;
}
@media screen and (max-width: 840px) {
  .c-section-box.-top-environment {
    padding-block: 181px 80px;
  }
}
.c-section-box.-top-ourpeple {
  padding-block: 160px 120px;
}
@media screen and (max-width: 840px) {
  .c-section-box.-top-ourpeple {
    padding-block: 128px 80px;
  }
}
.c-section-box.-top-section1 {
  padding-block: 140px 120px;
}
@media screen and (max-width: 840px) {
  .c-section-box.-top-section1 {
    padding-block: 120px 80px;
  }
}
.c-section-box.-banner-section {
  padding-block: 160px;
}
@media screen and (max-width: 840px) {
  .c-section-box.-banner-section {
    padding-block: 40px;
  }
}

.c-section-wrap.-beige {
  background-color: #FBF9F4;
}
.c-section-wrap.-green-new-graduate {
  background-color: #E9FBF7;
}
.c-section-wrap.-blue-career {
  background-color: #E8F9FA;
}
.c-section-wrap.-purple-global {
  background-color: #EEF0FC;
}
.c-section-wrap.-top-about {
  background-image: url("/recruit/assets/img/top/about_bg.png"), url("/recruit/assets/img/top/about_bg_photo.jpg");
  background-repeat: no-repeat;
  background-position: right 40px top 200px, center bottom;
  background-size: auto, auto 958px;
}
@media screen and (min-width: 1600px) {
  .c-section-wrap.-top-about {
    background-size: auto, 100% 958px;
  }
}
@media screen and (max-width: 840px) {
  .c-section-wrap.-top-about {
    background-image: url("/recruit/assets/img/top/about_bg_sp_2x.png"), url("/recruit/assets/img/top/about_bg_photo.jpg");
    background-position: right 0 top 40px, center bottom;
    background-size: 248px 53px, 1979px auto;
  }
}
.c-section-wrap.-top-about2 {
  background-color: #FBF9F4;
  background-image: url("/recruit/assets/img/sougou_gradu/top/about_bg.png");
  background-repeat: no-repeat;
  background-position: right 40px top 180px;
}
@media screen and (max-width: 840px) {
  .c-section-wrap.-top-about2 {
    background-position: right 0 top 40px;
    background-size: 248px 53px;
  }
}
.c-section-wrap.-top-environment {
  background-image: url("/recruit/assets/img/top/envinronment_bg.png"), url("/recruit/assets/img/top/envinronment_bg_grad.png");
  background-repeat: no-repeat;
  background-position: right 40px top 160px, center bottom;
  background-size: auto, 100% 549px;
}
@media screen and (max-width: 840px) {
  .c-section-wrap.-top-environment {
    background-image: url("/recruit/assets/img/top/envinronment_bg_sp_2x.png"), url("/recruit/assets/img/top/envinronment_bg_grad.png");
    background-position: right 0 top 40px, center bottom;
    background-size: 369px 106px, 100% 686px;
  }
}
.c-section-wrap.-top-environment2 {
  background-image: url("/recruit/assets/img/sougou_gradu/top/envinronment_bg.png");
  background-repeat: no-repeat;
  background-position: right 40px top 180px;
}
@media screen and (max-width: 840px) {
  .c-section-wrap.-top-environment2 {
    background-position: right 0 top 40px;
    background-size: 369px auto;
  }
}
.c-section-wrap.-top-ourpeple {
  background-color: #DAF4F8;
  background-image: url("/recruit/assets/img/top/ourpeople_bg.png");
  background-repeat: no-repeat;
  background-position: right 40px top 220px;
  background-size: auto;
}
@media screen and (max-width: 840px) {
  .c-section-wrap.-top-ourpeple {
    background-image: url("/recruit/assets/img/top/ourpeople_bg_sp_2x.png");
    background-position: right top 40px;
    background-size: 307px 53px;
  }
}
.c-section-wrap.-top-ourpeple.-new-grad {
  background-color: #E9FBF7;
}
.c-section-wrap.-top-ourpeple.-global {
  background-color: #EEF0FC;
}
.c-section-wrap.-top-occupation1 {
  background-image: url("/recruit/assets/img/sougou_gradu/top/occupation_bg.png"), url("/recruit/assets/img/sougou_gradu/top/bg_grad1.png");
  background-repeat: no-repeat;
  background-position: right 40px top 175px, center bottom;
  background-size: auto, 100% 800px;
}
@media screen and (max-width: 840px) {
  .c-section-wrap.-top-occupation1 {
    background-position: right 0 top 40px, center bottom;
    background-size: 332px auto, 100% 996px;
  }
}
.c-section-wrap.-top-occupation2 {
  background-image: url("/recruit/assets/img/global/top/occupation_bg.png"), url("/recruit/assets/img/global/top/bg_grad1.png");
  background-repeat: no-repeat;
  background-position: right 40px top 175px, center bottom;
  background-size: auto, 100% 456px;
}
@media screen and (max-width: 840px) {
  .c-section-wrap.-top-occupation2 {
    background-position: right 0 top 40px, center bottom;
    background-size: 332px auto, 100% 520px;
  }
}
.c-section-wrap.-top-occupation3 {
  background-image: url("/recruit/assets/img/career/top/occupation_bg.png"), url("/recruit/assets/img/career/top/bg_grad1.png");
  background-repeat: no-repeat;
  background-position: right 40px top 175px, center bottom;
  background-size: auto, 100% 456px;
}
@media screen and (max-width: 840px) {
  .c-section-wrap.-top-occupation3 {
    background-position: right 0 top 40px, center bottom;
    background-size: 332px auto, 100% 1360px;
  }
}
.c-section-wrap.-top-talkroom {
  background-image: url("/recruit/assets/img/sougou_gradu/top/talkroom_bg.png"), url("/recruit/assets/img/sougou_gradu/top/bg_grad1.png");
  background-repeat: no-repeat;
  background-position: right 40px top 185px, center bottom;
  background-size: auto, 100% 405px;
}
@media screen and (max-width: 840px) {
  .c-section-wrap.-top-talkroom {
    background-position: right 0 top 40px, center bottom;
    background-size: 273px auto, 100% 487px;
  }
}
.c-section-wrap.-top-movie1 {
  background-color: #FBF9F4;
  background-image: url("/recruit/assets/img/sougou_gradu/top/movie_bg.png");
  background-repeat: no-repeat;
  background-position: right 40px top 180px;
  background-size: auto;
}
@media screen and (max-width: 840px) {
  .c-section-wrap.-top-movie1 {
    background-position: right top 40px;
    background-size: 159px auto;
  }
}
.c-section-wrap.-top-movie1.-new-grad {
  background-color: #E9FBF7;
}
.c-section-wrap.-banner-section {
  background: linear-gradient(#fff 50%, #FBF9F4 50%);
}
@media screen and (max-width: 840px) {
  .c-section-wrap.-banner-section {
    background: #FBF9F4;
  }
}

.c-image-and-content {
  display: flex;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}
@media screen and (max-width: 840px) {
  .c-image-and-content {
    flex-direction: column;
    row-gap: 32px;
  }
}
.c-image-and-content__image {
  width: 48.125%;
}
@media screen and (max-width: 840px) {
  .c-image-and-content__image {
    width: 100%;
  }
}
.c-image-and-content__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 840px) {
  .c-image-and-content__image img {
    max-width: none;
    width: 100%;
  }
}
.c-image-and-content__content {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  width: 46.875%;
}
@media screen and (max-width: 840px) {
  .c-image-and-content__content {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    width: 100%;
  }
}
.c-image-and-content__content.-non-pad {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.c-image-and-content__content .c-section-box.-mini:first-child {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
.c-image-and-content.-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 840px) {
  .c-image-and-content.-right {
    flex-direction: column;
  }
}
.c-image-and-content + .c-image-and-content {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 840px) {
  .c-image-and-content + .c-image-and-content {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
}
.c-image-and-content + .c-btn-wrap {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 840px) {
  .c-image-and-content + .c-btn-wrap {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.c-column {
  display: grid;
  width: 100%;
}
.c-column.-one {
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media screen and (max-width: 840px) {
  .c-column.-one {
    row-gap: 32px;
  }
}
.c-column.-two {
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 840px) {
  .c-column.-two {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.c-column.-three {
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 840px) {
  .c-column.-three {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.c-column.-three-step {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 840px) {
  .c-column.-three-step {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.c-column.-three-step .c-column__box:first-child, .c-column.-three-step .c-column__box:nth-child(3n+1) {
  position: relative;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media screen and (max-width: 840px) {
  .c-column.-three-step .c-column__box:first-child, .c-column.-three-step .c-column__box:nth-child(3n+1) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.c-column.-three-step .c-column__box:nth-child(3n-1) {
  position: relative;
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
}
@media screen and (max-width: 840px) {
  .c-column.-three-step .c-column__box:nth-child(3n-1) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.c-column.-three-step .c-column__box:nth-child(3n) {
  position: relative;
  -webkit-margin-before: 130px;
          margin-block-start: 130px;
}
@media screen and (max-width: 840px) {
  .c-column.-three-step .c-column__box:nth-child(3n) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.c-column.-three-step + .c-btn-wrap {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.c-column.-four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
}
@media screen and (max-width: 840px) {
  .c-column.-four {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 840px) {
  .c-column.-sp-two {
    grid-template-columns: 1fr 1fr;
  }
  .c-column.-sp-two.-four {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
  }
}
.c-column + * {
  margin-top: 40px;
}
.c-column + .c-section-box {
  margin-top: 0;
}
.c-column + .p-illust-bar-graph {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 840px) {
  .c-column + .p-illust-bar-graph {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.c-lead-text {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-lead-text {
    text-align: left;
  }
}
.c-lead-text + * {
  margin-top: 120px;
}
@media screen and (max-width: 840px) {
  .c-lead-text + * {
    margin-top: 64px;
  }
}
.c-lead-text + .c-box-column-list {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 840px) {
  .c-lead-text + .c-box-column-list {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.c-text-box p + * {
  margin-top: 16px;
}
.c-text-box.-center {
  text-align: center;
}
.c-text-box + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 840px) {
  .c-text-box + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.c-text-box + .c-column {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 840px) {
  .c-text-box + .c-column {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.c-text-box + .c-section-box {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.c-heading-with-box {
  padding-block: 48px;
  padding-inline: 40px;
  background-color: #FFF4F4;
}
@media screen and (max-width: 840px) {
  .c-heading-with-box {
    padding-block: 40px;
    padding-inline: 16px;
  }
}
.c-heading-with-box__heading {
  -webkit-padding-after: 32px;
          padding-block-end: 32px;
  border-bottom: 2px solid #F12535;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-heading-with-box__heading {
    -webkit-padding-after: 24px;
            padding-block-end: 24px;
    font-size: 2.4rem;
  }
}
.c-heading-with-box__content {
  -webkit-padding-before: 56px;
          padding-block-start: 56px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-heading-with-box__content {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
  }
}

.c-red-section {
  margin-block: 40px;
  margin-inline: 40px;
  padding-block: 176px 160px;
  background-color: #FFF4F4;
  background-image: url("/recruit/assets/img/common/text_requirements.png");
  background-repeat: no-repeat;
  background-position: center top 40px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-red-section {
    margin-inline: 16px;
    padding-block: 94px 80px;
    padding-inline: 16px;
    background-size: 280px auto;
    background-position: center top 8px;
  }
}
.c-red-section.-entry {
  background-image: url("/recruit/assets/img/common/text_entry.png");
}

.c-white-box {
  padding-block: 80px;
  padding-inline: 80px;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .c-white-box {
    padding-block: 40px;
    padding-inline: 16px;
  }
}

.c-scroll-box {
  overflow-y: auto;
  margin-inline: auto;
  padding-block: 16px;
  padding-inline: 16px;
  border: 1px solid #B2B6BC;
  max-width: 810px;
  height: 200px;
  font-size: 1.3rem;
  line-height: 1.6;
}
.c-scroll-box p + p {
  margin-top: 16px;
}

.c-tel-box {
  margin-inline: auto;
  padding-block: 32px;
  padding-inline: 40px;
  max-width: 600px;
  background-color: #FBF9F4;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-tel-box {
    padding-inline: 16px;
  }
}
.c-tel-box__label {
  color: #F12535;
  font-weight: bold;
}
.c-tel-box__tel {
  color: #F12535;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}
.c-tel-box__text {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}

.c-topic-path {
  padding-block: 10px;
  padding-inline: 24px;
  background: linear-gradient(to right, #56A6E2, #72E5E9);
}
@media screen and (max-width: 840px) {
  .c-topic-path {
    display: none;
  }
}
.c-topic-path__list > li {
  display: inline;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}
.c-topic-path__list > li:not(:first-child) {
  padding-left: 16px;
}
.c-topic-path__list > li:not(:first-child)::before {
  content: "";
  margin-right: 16px;
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url("/recruit/assets/img/common/topic_path_arrow.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.c-topic-path__list > li a {
  text-decoration: underline;
  color: #fff;
}
.c-topic-path__list > li a:hover {
  text-decoration: none;
}
.c-topic-path.-bottom {
  display: none;
}
@media screen and (max-width: 840px) {
  .c-topic-path.-bottom {
    display: block;
  }
}

.c-index-navigation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .c-index-navigation {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 840px) {
  .c-index-navigation {
    grid-template-columns: 1fr;
  }
}

.c-index-nav-link {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-block: 80px;
  padding-inline: 16px;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  outline: 2px solid #fff;
  outline-offset: -8px;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .c-index-nav-link {
    padding-block: 32px;
  }
}
.c-index-nav-link::before {
  content: attr(data-eng) " ";
  display: block;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.3;
}
@media screen and (max-width: 840px) {
  .c-index-nav-link::before {
    font-size: 1.6rem;
  }
}
.c-index-nav-link__text1 {
  display: block;
  width: 100%;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  font-size: 3.2rem;
}
@media screen and (max-width: 840px) {
  .c-index-nav-link__text1 {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
    font-size: 2.8rem;
  }
}
.c-index-nav-link__text2 {
  display: block;
  width: 100%;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 840px) {
  .c-index-nav-link__text2 {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.c-index-nav-link__text2::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 8px;
  width: 17px;
  height: 7px;
  background-image: url("/recruit/assets/img/common/arrow_right_white_s.svg");
  background-repeat: no-repeat;
}
.c-index-nav-link.-new {
  background: linear-gradient(to right, #06ADD8, #4FDFC7);
}
.c-index-nav-link.-career {
  background: linear-gradient(to right, #2E69CF, #00CCD4);
}
.c-index-nav-link.-global {
  background: linear-gradient(to right, #0F53C8, #7B67E8);
}
.c-index-nav-link.-engineer {
  background: linear-gradient(to right, #003CA4, #27B0FF);
}
.c-index-nav-link:hover {
  opacity: 0.7;
}

.c-nav-control {
  padding-block: 104px;
  padding-inline: 16px;
  background-color: #FBF9F4;
}
@media screen and (max-width: 840px) {
  .c-nav-control {
    padding-block: 64px;
    border-top: none;
  }
}
.c-nav-control__content {
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-inline: auto;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .c-nav-control__content {
    display: block;
  }
}
.c-nav-control__box {
  border-top: 1px solid #E2E2E2;
  width: calc(100% - 40px);
}
@media screen and (max-width: 840px) {
  .c-nav-control__box {
    border-top: none;
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .c-nav-control__box:nth-child(2) {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.c-nav-control-link {
  display: block;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .c-nav-control-link {
    border-top: 1px solid #E2E2E2;
  }
}
.c-nav-control-link__eng {
  display: block;
  padding-block: 32px;
  padding-left: 32px;
  background-image: url("/recruit/assets/img/common/arrow_left_red_s.svg");
  background-repeat: no-repeat;
  background-position: left center;
  font-family: "Figtree", sans-serif;
  color: #F12535;
  font-size: 1.8rem;
}
@media screen and (max-width: 840px) {
  .c-nav-control-link__eng {
    padding-block: 16px;
  }
}
.c-nav-control-link__eng.-old {
  padding-right: 32px;
  padding-left: 0;
  background-image: url("/recruit/assets/img/common/arrow_right_red_s.svg");
  background-position: right center;
  text-align: right;
}
.c-nav-control-link__date {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-size: 1.4rem;
}
.c-nav-control-link:hover .c-nav-control-link__titile,
.c-nav-control-link:hover .c-nav-control-link__date {
  opacity: 0.8;
}

.c-page-navigation {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 16px;
}
@media screen and (max-width: 840px) {
  .c-page-navigation > li {
    row-gap: 15px;
    width: calc(50% - 7.5555px);
  }
}
.c-page-navigation > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 10px;
  padding-inline: 14px;
  border: 1px solid #333;
  width: 170px;
  height: 100%;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  transition: color 0.2s;
}
@media screen and (max-width: 840px) {
  .c-page-navigation > li a {
    width: 100%;
  }
}
.c-page-navigation > li a:hover {
  border-color: #F12535;
  color: #F12535;
}
.c-page-navigation > li a.-current {
  border-color: #F12535;
  background-color: #F12535;
  color: #fff;
}
.c-page-navigation > li a.-current:hover {
  color: #fff;
}
.c-page-navigation + * {
  margin-top: 120px;
}
@media screen and (max-width: 840px) {
  .c-page-navigation + * {
    margin-top: 64px;
  }
}

.c-anchor-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
}
@media screen and (max-width: 840px) {
  .c-anchor-navigation {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}
.c-anchor-navigation > li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 16px;
  padding-inline: 16px 40px;
  height: 100%;
  background-color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-anchor-navigation > li a {
    padding-block: 18px;
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
    font-size: 1.6rem;
  }
}
.c-anchor-navigation > li a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #F12535;
  background-image: url("/recruit/assets/img/common/arrow2_bottom_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 0.2s;
}
@media screen and (max-width: 840px) {
  .c-anchor-navigation > li a::after {
    right: 32px;
  }
}
.c-anchor-navigation > li a:hover::after {
  background-color: #221815;
}

.c-page-bottom-navigation {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
}
.c-page-bottom-navigation__list {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 16px;
  padding-block: 36px;
  padding-inline: 32px;
}
@media screen and (max-width: 840px) {
  .c-page-bottom-navigation__list {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.c-page-bottom-navigation__list a {
  -webkit-padding-start: 14px;
          padding-inline-start: 14px;
  background-image: url("/recruit/assets/img/common/arrow2_right_red.svg");
  background-repeat: no-repeat;
  background-position: left top 4px;
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
  transition: 0.2s;
}
.c-page-bottom-navigation__list a.-current {
  color: #F12535;
}
.c-page-bottom-navigation__list a:hover {
  color: #F12535;
}

.c-btn-wrap {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.c-btn-wrap.-mt-large {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 840px) {
  .c-btn-wrap.-mt-large {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.c-btn-wrap.-mt-none {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.c-btn-wrap.-center {
  text-align: center;
}
.c-btn-wrap.-center a,
.c-btn-wrap.-center button {
  margin-inline: auto;
}
.c-btn-wrap.-two {
  display: flex;
  justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 840px) {
  .c-btn-wrap.-two {
    flex-direction: column;
    row-gap: 40px;
  }
}
.c-btn-wrap.-vertical {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 40px;
}

.c-basic-btn {
  position: relative;
  display: block;
  padding-block: 14px;
  padding-inline: 12px;
  border: none;
  border-radius: 40px;
  max-width: 400px;
  width: 100%;
  background-color: #221815;
  background-image: url("/recruit/assets/img/common/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  overflow: hidden;
  transition: ease 0.2s;
}
@media screen and (max-width: 840px) {
  .c-basic-btn {
    max-width: none;
  }
}
.c-basic-btn span {
  position: relative;
  z-index: 3;
}
.c-basic-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(-100% + 42px - 15px);
  background-color: #F12535;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.c-basic-btn:hover::before {
  -webkit-animation: skewanime 0.5s forwards;
          animation: skewanime 0.5s forwards;
}
.c-basic-btn.-blank {
  background-image: url("/recruit/assets/img/common/icon_blank_white.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.c-basic-btn[disabled=disabled] {
  background-color: #B2B6BC;
  cursor: default;
}
.c-basic-btn[disabled=disabled]::before {
  display: none;
}

@-webkit-keyframes skewanime {
  100% {
    left: -50px;
  }
}

@keyframes skewanime {
  100% {
    left: -50px;
  }
}
.c-border-btn {
  position: relative;
  display: block;
  padding: 15px;
  max-width: 320px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #221815;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 840px) {
  .c-border-btn {
    max-width: none;
  }
}
.c-border-btn::after {
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #221815;
  transition: background-color 0.2s;
}
.c-border-btn.-mini {
  padding: 11px;
  width: 192px;
  font-size: 1.6rem;
}
@media screen and (max-width: 840px) {
  .c-border-btn.-mini {
    width: auto;
    padding-inline: 24px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 840px) {
  .c-border-btn.-mini::after {
    right: -10px;
    width: 20px;
  }
}
.c-border-btn.-back::after {
  right: initial;
  left: -14px;
}
.c-border-btn.-blank {
  background-image: url("/recruit/assets/img/common/icon_blank_black.svg"), url("/recruit/assets/img/common/icon_blank_red.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 10px, 0;
}
.c-border-btn.-blank::after {
  display: none;
}
.c-border-btn.-blank:hover {
  background-size: 0, 12px 10px;
}
.c-border-btn.-arrow-bottom {
  background-image: url("/recruit/assets/img/common/arrow2_bottom_black.svg"), url("/recruit/assets/img/common/arrow2_bottom_red.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px, 0;
}
.c-border-btn.-arrow-bottom::after {
  display: none;
}
.c-border-btn.-arrow-bottom:hover {
  background-size: 0, 10px 6px;
}
.c-border-btn.-arrow-top {
  background-image: url("/recruit/assets/img/common/arrow2_top_black.svg"), url("/recruit/assets/img/common/arrow2_top_red.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px, 0;
}
.c-border-btn.-arrow-top::after {
  display: none;
}
.c-border-btn.-arrow-top:hover {
  background-size: 0, 10px 6px;
}
.c-border-btn:hover {
  border-color: #F12535;
  color: #F12535;
}
.c-border-btn:hover::after {
  background-color: #F12535;
}

.c-link-text {
  text-decoration: underline;
}
.c-link-text:hover {
  text-decoration: none;
}

.c-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
}
.c-card-link__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 840px) {
  .c-card-link__image img {
    max-width: none;
    width: 100%;
  }
}
.c-card-link__text {
  display: grid;
  grid-template-columns: 1fr 80px;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 80px;
}
@media screen and (max-width: 840px) {
  .c-card-link__text {
    grid-template-columns: 1fr 64px;
    align-items: center;
    min-height: 64px;
  }
}
.c-card-link__text span {
  display: block;
  padding-inline: 32px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 840px) {
  .c-card-link__text span {
    padding-block: 8px;
    padding-inline: 16px;
    font-size: 1.8rem;
  }
}
.c-card-link__text::after {
  content: "";
  display: block;
  width: 80px;
  height: 100%;
  background-color: #F12535;
  background-image: url("/recruit/assets/img/common/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: right 29px center;
  transition: background-color 0.2s;
}
@media screen and (max-width: 840px) {
  .c-card-link__text::after {
    width: 64px;
    background-position: center center;
  }
}
@media screen and (max-width: 840px) {
  .c-card-link.-small {
    flex-direction: row;
  }
}
@media screen and (max-width: 840px) {
  .c-card-link.-small .c-card-link__image {
    width: 140px;
    flex-shrink: 0;
  }
}
.c-card-link.-small .c-card-link__text {
  grid-template-columns: 1fr 60px;
  min-height: 60px;
}
@media screen and (max-width: 840px) {
  .c-card-link.-small .c-card-link__text {
    grid-template-columns: 1fr 50px;
  }
}
.c-card-link.-small .c-card-link__text span {
  padding-block: 12px;
  padding-inline: 24px 0;
  font-size: 2rem;
}
@media screen and (max-width: 840px) {
  .c-card-link.-small .c-card-link__text span {
    padding-block: 0;
    padding-inline: 16px 0;
    font-size: 1.8rem;
  }
}
.c-card-link.-small .c-card-link__text::after {
  width: 60px;
  background-position: center center;
}
@media screen and (max-width: 840px) {
  .c-card-link.-small .c-card-link__text::after {
    width: 50px;
  }
}
.c-card-link.-illust .c-card-link__image {
  padding-block: 24px;
  background-color: #FFF4F4;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-card-link.-illust .c-card-link__image {
    padding-block: 16px;
  }
}
@media screen and (max-width: 840px) {
  .c-card-link.-illust .c-card-link__image img {
    width: 64px;
    height: auto;
  }
}
.c-card-link.-illust .c-card-link__text {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 60px;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .c-card-link.-illust .c-card-link__text {
    -webkit-padding-after: 8px;
            padding-block-end: 8px;
  }
}
.c-card-link.-illust .c-card-link__text span {
  padding-block: 12px;
  padding-inline: 16px 42px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-card-link.-illust .c-card-link__text span {
    padding-block: 16px 32px;
    padding-inline: 16px;
    width: 100%;
    font-size: 1.6rem;
  }
}
.c-card-link.-illust .c-card-link__text::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #F12535;
  background-image: url("/recruit/assets/img/common/arrow2_bottom_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 0.2s;
}
@media screen and (max-width: 840px) {
  .c-card-link.-illust .c-card-link__text::after {
    position: absolute;
    top: auto;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-card-link:hover .c-card-link__text::after {
  background-color: #221815;
}

.c-card-link-has-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
  color: #333;
  text-align: left;
  cursor: pointer;
}
.c-card-link-has-title__category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-card-link-has-title__image img {
  max-width: 100%;
  height: auto;
}
.c-card-link-has-title::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-color: #F12535;
  background-image: url("/recruit/assets/img/common/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 0.2s;
}
.c-card-link-has-title__title {
  position: relative;
  padding-block: 32px 28px;
  padding-inline: 24px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .c-card-link-has-title__title {
    padding-block: 24px;
    padding-inline: 16px;
    font-size: 2rem;
  }
}
.c-card-link-has-title__title::before {
  position: absolute;
  bottom: 0;
  left: 24px;
  content: "";
  display: block;
  width: calc(100% - 48px);
  height: 3px;
  background-color: #221815;
}
@media screen and (max-width: 840px) {
  .c-card-link-has-title__title::before {
    left: 16px;
    width: calc(100% - 32px);
  }
}
.c-card-link-has-title__title::after {
  position: absolute;
  bottom: 0;
  left: 24px;
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #F12535;
}
@media screen and (max-width: 840px) {
  .c-card-link-has-title__title::after {
    left: 16px;
  }
}
.c-card-link-has-title__text {
  padding-block: 24px 40px;
  padding-inline: 24px 84px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
  .c-card-link-has-title__text {
    padding-block: 24px 76px;
    padding-inline: 16px 76px;
  }
}
.c-card-link-has-title__text .c-tag-label {
  margin-top: 16px;
}
.c-card-link-has-title.-non-arrow::after {
  display: none;
}
.c-card-link-has-title.-non-arrow .c-card-link-has-title__text {
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
}
.c-card-link-has-title.-image-square .c-card-link-has-title__image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.c-card-link-has-title.-image-square .c-card-link-has-title__image img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 124%;
}
.c-card-link-has-title.-height-fit {
  height: 100%;
}
.c-card-link-has-title.-big .c-card-link-has-title__title {
  padding-block: 24px;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .c-card-link-has-title.-big .c-card-link-has-title__title {
    font-size: 3rem;
  }
}
.c-card-link-has-title.-big .c-card-link-has-title__text {
  padding-block: 16px 60px;
  padding-inline: 24px;
  text-align: center;
}
.c-card-link-has-title:hover::after {
  background-color: #221815;
}

a.c-card-link-has-title,
button.c-card-link-has-title {
  transition: 0.2s;
}
a.c-card-link-has-title:hover,
button.c-card-link-has-title:hover {
  opacity: 0.8;
}

.c-icon-blank::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  width: 12px;
  height: 10px;
  background-image: url("/recruit/assets/img/common/icon_blank_blue.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

.c-link-list-wrap {
  padding-block: 32px;
  padding-inline: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .c-link-list-wrap {
    padding-block: 24px;
    padding-inline: 16px;
  }
}
.c-link-list-wrap + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 840px) {
  .c-link-list-wrap + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.c-link-list > li {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  -webkit-padding-start: 14px;
          padding-inline-start: 14px;
  background-image: url("/recruit/assets/img/common/arrow2_right_red.svg");
  background-repeat: no-repeat;
  background-position: left top 8px;
}
.c-link-list > li:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.c-link-list > li a:hover {
  text-decoration: underline;
}

.c-list > li {
  position: relative;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  margin-left: 16px;
}
.c-list > li ul {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}
.c-list > li:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.c-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: -18px;
  width: 10px;
  height: 10px;
  background-image: url("/recruit/assets/img/common/icon-mark.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.c-list.-horizontal {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.c-list.-horizontal > li {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.c-list + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 840px) {
  .c-list + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.c-number-list {
  counter-reset: number 0;
}
.c-number-list > li {
  position: relative;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  margin-left: 16px;
}
.c-number-list > li ul {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}
.c-number-list > li:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.c-number-list > li::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -16px;
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 1.4rem;
}
@media screen and (max-width: 840px) {
  .c-number-list > li::before {
    top: 2px;
  }
}
.c-number-list + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 840px) {
  .c-number-list + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.c-note-list > li::before {
  display: inline-block;
  margin-right: 0.2em;
  content: "※";
}
.c-note-list + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 840px) {
  .c-note-list + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.c-box-column-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 20px;
}
@media screen and (max-width: 840px) {
  .c-box-column-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 10px;
  }
}
.c-box-column-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-block: 12px;
  padding-inline: 16px;
  border: 1px solid #0048C5;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
  color: #0048C5;
}
.c-box-column-list + * {
  margin-top: 80px;
}
@media screen and (max-width: 840px) {
  .c-box-column-list + * {
    margin-top: 40px;
  }
}
.c-box-column-list + .c-text-box {
  margin-top: 8px;
}
@media screen and (max-width: 840px) {
  .c-box-column-list + .c-text-box {
    margin-top: 8px;
  }
}

.c-basic-table {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.c-basic-table tr th {
  position: relative;
  padding-block: 32px;
  padding-inline: 8px 40px;
  border-bottom: 1px solid #F12535;
  width: 272px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.6;
  color: #F12535;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .c-basic-table tr th {
    padding-inline: 0 8px;
    width: 128px;
  }
}
.c-basic-table tr th::before {
  position: absolute;
  bottom: -1px;
  right: 0;
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .c-basic-table tr th::before {
    width: 8px;
  }
}
.c-basic-table tr td {
  padding-block: 32px;
  padding-inline: 8px;
  border-bottom: 1px solid #E1E5E9;
  vertical-align: middle;
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
  .c-basic-table tr td {
    padding-inline: 0;
  }
}
.c-basic-table tr:first-child th {
  border-top: 1px solid #F12535;
}
.c-basic-table tr:first-child th::after {
  position: absolute;
  top: -1px;
  right: 0;
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .c-basic-table tr:first-child th::after {
    width: 8px;
  }
}
.c-basic-table tr:first-child td {
  border-top: 1px solid #E1E5E9;
}
.c-basic-table tr:first-child td::after {
  position: absolute;
  top: -1px;
  right: 0;
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .c-basic-table tr:first-child td::after {
    width: 8px;
  }
}
@media screen and (max-width: 840px) {
  .c-basic-table.-form {
    border-bottom: none;
  }
}
@media screen and (max-width: 840px) {
  .c-basic-table.-form tr {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .c-basic-table.-form tr:first-child td {
    border-top: none;
  }
}
@media screen and (max-width: 840px) {
  .c-basic-table.-form tr th {
    display: block;
    padding-block: 16px;
    padding-inline: 0;
    width: 100%;
    border-top: 1px solid #F12535;
    border-bottom: none;
  }
}
.c-basic-table.-form tr th::before, .c-basic-table.-form tr th::after {
  display: none;
}
@media screen and (max-width: 840px) {
  .c-basic-table.-form tr td {
    display: block;
    padding-block: 0 40px;
    padding-inline: 0;
    border-bottom: none;
  }
}

.c-image-box {
  height: 100%;
  text-align: center;
}
.c-image-box img {
  max-width: 100%;
  height: auto;
}
.c-image-box.-height-auto {
  height: auto;
}
.c-image-box.-has-caption {
  display: flex;
  flex-wrap: wrap;
}
.c-image-box.-has-caption .c-image-box__image {
  flex-shrink: 0;
  width: 100%;
  text-align: center;
}
.c-image-box.-has-caption figcaption {
  margin-top: 12px;
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.c-image-box + .c-heading-normal {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.c-image-box + .c-heading-normal.-small {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 840px) {
  .c-image-box + .c-heading-normal {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.c-movie-box {
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
  border: none;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  aspect-ratio: 1280/720;
  overflow: hidden;
}
.c-movie-box img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
  height: auto;
  width: 100%;
}
.c-movie-box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("/recruit/assets/img/common/movie_play.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.c-movie-box.-mini-icon::after {
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
}
.c-movie-box.-one {
  margin-inline: auto;
  max-width: 620px;
}

a.c-movie-box,
button.c-movie-box {
  transition: 0.2s;
}
a.c-movie-box:hover,
button.c-movie-box:hover {
  opacity: 0.8;
}

.c-movie-iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.c-movie-iframe iframe {
  width: 100%;
  height: 100%;
}

.c-big-red-text {
  font-weight: bold;
  color: #F12535;
  font-size: 4rem;
  line-height: 1.4;
}
.c-big-red-text__big1 {
  font-size: 12rem;
  line-height: 0.8;
}
@media screen and (max-width: 840px) {
  .c-big-red-text__big1 {
    font-size: 8rem;
  }
}

.c-small-text {
  font-size: 1.2rem;
}

.c-mark-require {
  float: right;
  width: 56px;
  background-color: #F12535;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}

.c-input-textbox {
  padding-block: 12px;
  padding-inline: 16px;
  border: 1px solid #B2B6BC;
  border-radius: 3px;
  width: 100%;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-input-textbox.-width1 {
  max-width: 320px;
}
@media screen and (max-width: 840px) {
  .c-input-textbox.-width1 {
    max-width: none;
  }
}
.c-input-textbox.-width2 {
  max-width: 80px;
}
.c-input-textbox.-width3 {
  width: 100%;
}
.c-input-radio {
  display: block;
}
.c-input-radio__text {
  position: relative;
  display: inline-block;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  width: auto;
  cursor: pointer;
}
.c-input-radio__text::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #707070;
}
.c-input-radio__text::after {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #E2E2E2;
}
.c-input-radio__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
}
.c-input-radio__input:checked + .c-input-radio__text::after {
  background-color: #F12535;
}

.c-input-checkbox {
  display: inline-block;
  text-align: left;
}
.c-input-checkbox__text {
  position: relative;
  display: inline-block;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  width: auto;
  cursor: pointer;
}
.c-input-checkbox__text::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #707070;
}
.c-input-checkbox__text::after {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  height: 11px;
  width: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-input-checkbox__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
}
.c-input-checkbox__input:checked + .c-input-checkbox__text::before, .c-input-checkbox__input[data-checked=true] + .c-input-checkbox__text::before {
  border-color: #F12535;
  background-color: #F12535;
}
.c-input-checkbox__input:checked + .c-input-checkbox__text::after, .c-input-checkbox__input[data-checked=true] + .c-input-checkbox__text::after {
  opacity: 1;
}
.c-input-checkbox__input + .c-input-checkbox__text::before {
  background-color: #fff;
}
.c-input-checkbox.-bold {
  top: 0;
}
.c-input-checkbox.-bold .c-input-checkbox__text {
  font-weight: bold;
}
.c-input-checkbox.-bold .c-input-checkbox__text .c-blue-text {
  font-weight: normal;
}

.c-input-textarea {
  padding-block: 12px;
  padding-inline: 16px;
  border: 1px solid #B2B6BC;
  border-radius: 3px;
  width: 100%;
  height: 160px;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 840px) {
  .c-input-textarea {
    height: 120px;
  }
}

.c-form-parts-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (max-width: 840px) {
  .c-form-parts-list {
    row-gap: 12px;
  }
}
.c-form-parts-list.-radio {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.c-form-parts-list.-hyphen {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.c-form-parts-list.-hyphen .c-form-parts-list__box {
  display: flex;
  align-items: center;
}
.c-form-parts-list.-hyphen .c-form-parts-list__box::before {
  content: "－";
  display: inline-block;
  padding-inline: 8px;
}
.c-form-parts-list.-hyphen .c-form-parts-list__box:first-child::before {
  display: none;
}
.c-form-parts-list + .c-note-list {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}

.c-form-parts-label {
  display: inline-block;
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
  vertical-align: middle;
}

.c-error-text {
  -webkit-padding-before: 8px;
          padding-block-start: 8px;
  font-size: 1.6rem;
  color: #F12535;
  font-weight: bold;
}

.c-fade-animation {
  opacity: 0;
}
.c-fade-animation > * {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.c-fade-animation.-run {
  opacity: 1;
}
.c-fade-animation.-run > * {
  -webkit-animation: uee 0.5s forwards;
          animation: uee 0.5s forwards;
}
.c-fade-animation.-run > *:nth-child(1) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.c-fade-animation.-run > *:nth-child(2) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.c-fade-animation.-run > *:nth-child(3) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.c-fade-animation.-run > *:nth-child(4) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.c-fade-animation.-run > *:nth-child(5) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.c-fade-animation.-run > *:nth-child(6) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.c-fade-animation.-run > *:nth-child(7) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.c-fade-animation.-run > *:nth-child(8) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.c-fade-animation.-run > *:nth-child(9) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.c-fade-animation.-run > *:nth-child(10) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.c-fade-animation.-run > *:nth-child(11) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.c-fade-animation.-run > *:nth-child(12) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.c-fade-animation.-run > *:nth-child(13) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.c-fade-animation.-run > *:nth-child(14) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.c-fade-animation.-run > *:nth-child(15) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.c-fade-animation.-run > *:nth-child(16) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
.c-fade-animation.-run > *:nth-child(17) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 3400ms;
          animation-delay: 3400ms;
}
.c-fade-animation.-run > *:nth-child(18) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.c-fade-animation.-run > *:nth-child(19) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 3800ms;
          animation-delay: 3800ms;
}
.c-fade-animation.-run > *:nth-child(20) {
  -webkit-animation: uee 1s forwards;
          animation: uee 1s forwards;
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}

@-webkit-keyframes uee {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes uee {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-tag-label {
  display: block;
  padding-block: 4px;
  padding-inline: 4px;
  width: 104px;
  border: 1px solid #0048C5;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #0048C5;
}
.c-tag-label.-large1 {
  padding-block: 8px;
}

.c-tag-label-gradation {
  display: inline-block;
  padding-block: 8px;
  padding-inline: 8px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.c-tag-label-gradation.-career {
  background: linear-gradient(to right, #2E69CF, #00CCD4);
}
.c-tag-label-gradation.-new {
  background: linear-gradient(to right, #06ADD8, #4FDFC7);
}
.c-tag-label-gradation.-global {
  background: linear-gradient(to right, #0F53C8, #7B67E8);
}

.c-editor-area > * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.c-editor-area h2 {
  padding-bottom: 24px;
  border-bottom: 2px solid #F12535;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .c-editor-area h2 {
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
}
.c-editor-area h2 + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 840px) {
  .c-editor-area h2 + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.c-editor-area h3 {
  position: relative;
  padding-bottom: 16px;
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .c-editor-area h3 {
    font-size: 2.2rem;
  }
}
.c-editor-area h3::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E2E2E2;
}
.c-editor-area h3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #F12535;
}
.c-editor-area h3 + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 840px) {
  .c-editor-area h3 + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.c-editor-area h4 {
  position: relative;
  padding-left: 18px;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .c-editor-area h4 {
    font-size: 2rem;
  }
}
.c-editor-area h4::before {
  position: absolute;
  left: 0;
  top: 10%;
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  background-color: #000;
}
.c-editor-area h4::after {
  position: absolute;
  left: 0;
  top: 10%;
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background-color: #F12535;
}
.c-editor-area h4 + * {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 840px) {
  .c-editor-area h4 + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.c-editor-area h5 {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .c-editor-area h5 {
    font-size: 1.8rem;
  }
}
.c-editor-area h5 + * {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 840px) {
  .c-editor-area h5 + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.c-editor-area img.aligncenter {
  display: block;
  margin-inline: auto;
}
.c-editor-area img.alignright {
  display: block;
  margin-inline: auto 0;
}
.c-editor-area ul > li {
  position: relative;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  margin-left: 16px;
}
.c-editor-area ul > li ul {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}
.c-editor-area ul > li:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.c-editor-area ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: -18px;
  width: 10px;
  height: 10px;
  background-image: url("/recruit/assets/img/common/icon-mark.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.c-editor-area ol {
  counter-reset: number 0;
}
.c-editor-area ol > li {
  position: relative;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  margin-left: 16px;
}
.c-editor-area ol > li ul {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}
.c-editor-area ol > li:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.c-editor-area ol > li::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -16px;
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 1.4rem;
}
@media screen and (max-width: 840px) {
  .c-editor-area ol > li::before {
    top: 2px;
  }
}
.c-editor-area a:not([class]) {
  text-decoration: underline;
}
.c-editor-area a:not([class]):hover {
  text-decoration: none;
}
.c-editor-area iframe {
  width: 100%;
}
.c-editor-area table {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.c-editor-area table tr th {
  position: relative;
  padding-block: 32px;
  padding-inline: 8px 40px;
  border-bottom: 1px solid #F12535;
  width: 272px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.6;
  color: #F12535;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .c-editor-area table tr th {
    padding-inline: 0 8px;
    width: 128px;
  }
}
.c-editor-area table tr th::before {
  position: absolute;
  bottom: -1px;
  right: 0;
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .c-editor-area table tr th::before {
    width: 8px;
  }
}
.c-editor-area table tr td {
  padding-block: 32px;
  padding-inline: 8px;
  border-bottom: 1px solid #E1E5E9;
  vertical-align: middle;
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
  .c-editor-area table tr td {
    padding-inline: 0;
  }
}
.c-editor-area table tr:first-child th {
  border-top: 1px solid #F12535;
}
.c-editor-area table tr:first-child th::after {
  position: absolute;
  top: -1px;
  right: 0;
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .c-editor-area table tr:first-child th::after {
    width: 8px;
  }
}
.c-editor-area table tr:first-child td {
  border-top: 1px solid #E1E5E9;
}
.c-editor-area table tr:first-child td::after {
  position: absolute;
  top: -1px;
  right: 0;
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .c-editor-area table tr:first-child td::after {
    width: 8px;
  }
}

.c-faq {
  position: relative;
  border-top: 1px solid #F12535;
  border-bottom: 1px solid #F12535;
}
.c-faq__heading {
  position: relative;
  padding-block: 32px 24px;
  padding-inline: 88px 40px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 840px) {
  .c-faq__heading {
    -webkit-padding-start: 72px;
            padding-inline-start: 72px;
  }
}
.c-faq__heading::before {
  position: absolute;
  top: 24px;
  left: 16px;
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #221815;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .c-faq__heading::before {
    left: 8px;
  }
}
.c-faq__heading:hover {
  opacity: 0.8;
}
.c-faq__button {
  position: absolute;
  top: 38px;
  right: 16px;
  border: none;
  background-color: #fff;
  background-image: url("/recruit/assets/img/common/arrow2_bottom_red.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.c-faq__button.is-open {
  background-image: url("/recruit/assets/img/common/arrow2_top_red.svg");
}
.c-faq__answer {
  display: none;
  position: relative;
  padding-block: 32px 24px;
  padding-inline: 88px 16px;
  border-top: 1px solid #E1E5E9;
}
@media screen and (max-width: 840px) {
  .c-faq__answer {
    -webkit-padding-start: 72px;
            padding-inline-start: 72px;
  }
}
.c-faq__answer::before {
  position: absolute;
  top: 24px;
  left: 16px;
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F12535;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .c-faq__answer::before {
    left: 8px;
  }
}
.c-faq__answer a:not([class]) {
  text-decoration: underline;
}
.c-faq__answer a:not([class]):hover {
  text-decoration: none;
}
.c-faq__answer.is-open {
  display: block;
  -webkit-animation: fuwato 0.5s ease;
          animation: fuwato 0.5s ease;
}
.c-faq + .c-faq {
  border-top: none;
}

.c-modal[aria-hidden=true] {
  display: none;
}
.c-modal[aria-hidden=false] {
  display: block;
}
.c-modal__box {
  position: fixed;
  z-index: 1100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-inline: auto;
  max-width: 880px;
  width: 100%;
  -webkit-animation: fuwato 0.5s ease;
          animation: fuwato 0.5s ease;
}
.c-modal__content {
  position: relative;
}
.c-modal__close-btn {
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  margin-inline: auto;
  padding-block: 16px;
  padding-inline: 40px;
  width: 320px;
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url("/recruit/assets/img/common/icon_close_white.svg");
  background-repeat: no-repeat;
  background-position: left 24px center;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}
.c-modal__close-btn:hover {
  opacity: 0.7;
}
.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.95;
  width: 100%;
  height: 100%;
  background-color: #56A6E2;
}

.p-top-mv {
  position: relative;
  background-color: #FBF9F4;
  background-image: url("/recruit/assets/img/top/mv_bg.jpg");
  background-repeat: no-repeat;
  background-position: left 40px bottom;
  height: 830px;
}
@media screen and (max-width: 1590px) {
  .p-top-mv {
    height: auto;
  }
}
@media screen and (max-width: 840px) {
  .p-top-mv {
    background-image: none;
  }
}
.p-top-mv::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 760px;
  height: 831px;
  background-color: #AEEAF3;
}
@media screen and (max-width: 1590px) {
  .p-top-mv::before {
    width: 73%;
    height: 100%;
  }
}
.p-top-mv__nav {
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  position: relative;
  top: -95px;
  z-index: 100;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1600px;
  width: 100%;
  height: 60px;
  text-align: right;
}
@media screen and (max-width: 840px) {
  .p-top-mv__nav {
    padding-inline: 0;
    top: -24px;
  }
}
.p-top-mv__nav-bullet {
  display: flex;
  justify-content: end;
  align-items: center;
}
.p-top-mv__nav-btn-wrap {
  display: flex;
}
.p-top-mv__nav-btn {
  width: 60px;
  height: 60px;
  border: none;
  background-color: #fff;
  background-image: url("/recruit/assets/img/common/arrow_right_blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.p-top-mv__nav-btn.-prev {
  background-image: url("/recruit/assets/img/common/arrow_left_blue.svg");
}

.p-top-mv-slide {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  align-items: center;
  margin-inline: auto;
  padding-block: 80px 96px;
  padding-inline: 40px;
  max-width: 1600px;
  width: 100%;
}
@media screen and (max-width: 1590px) {
  .p-top-mv-slide {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .p-top-mv-slide {
    padding-block: 32px 64px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 1590px) {
  .p-top-mv-slide__image {
    text-align: center;
  }
}
@media screen and (max-width: 1590px) {
  .p-top-mv-slide__image img {
    max-width: 100%;
    height: auto;
  }
}
.p-top-mv-slide__box {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 80px;
}
@media screen and (max-width: 1590px) {
  .p-top-mv-slide__box {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    margin-inline: auto;
    max-width: 1080px;
    padding-left: 0;
  }
}
.p-top-mv-slide__box .c-btn-wrap {
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
@media screen and (max-width: 840px) {
  .p-top-mv-slide__box .c-btn-wrap {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.p-top-mv-slide__box .c-btn-wrap .c-basic-btn {
  max-width: 360px;
}
@media screen and (max-width: 840px) {
  .p-top-mv-slide__box .c-btn-wrap .c-basic-btn {
    max-width: none;
  }
}
.p-top-mv-slide__heading {
  font-size: 5.7rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
  .p-top-mv-slide__heading {
    font-size: 2.8rem;
    letter-spacing: -1px;
  }
}
.p-top-mv-slide__heading strong {
  font-size: 8.8rem;
  color: #F12535;
}
@media screen and (max-width: 840px) {
  .p-top-mv-slide__heading strong {
    font-size: 4.1rem;
  }
}
.p-top-mv-slide__heading-lh-s {
  line-height: 1.2;
}
@media screen and (max-width: 1590px) {
  .p-top-mv-slide__heading-br1 {
    display: none;
  }
}

.p-top-news-box {
  display: grid;
  grid-template-columns: 320px 1fr;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
}
@media screen and (max-width: 1200px) {
  .p-top-news-box {
    grid-template-columns: 1fr;
  }
}
.p-top-news-box__head {
  padding-block: 40px;
  padding-inline: 64px;
}
@media screen and (max-width: 1200px) {
  .p-top-news-box__head {
    display: flex;
    justify-content: space-between;
    padding-block: 16px 32px;
    padding-inline: 16px 26px;
  }
}
@media screen and (max-width: 840px) {
  .p-top-news-box__head {
    align-items: center;
    padding-block: 24px;
    padding-inline: 16px 26px;
  }
}
.p-top-news-box__head .c-btn-wrap {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 840px) {
  .p-top-news-box__head .c-btn-wrap {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-top-news-box__content {
  padding-block: 64px;
  padding-inline: 40px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-top-news-box__content {
    padding-block: 24px;
    padding-inline: 16px;
  }
}

.p-news-list > li {
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .p-news-list > li {
    flex-wrap: wrap;
  }
}
.p-news-list > li:not(:first-child) {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 840px) {
  .p-news-list > li:not(:first-child) {
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
}
.p-news-list__date {
  color: #7B828E;
}
@media screen and (max-width: 840px) {
  .p-news-list__text {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
    width: 100%;
  }
}
.p-news-list__text a:hover {
  text-decoration: underline;
}
.p-news-list.-border {
  position: relative;
  border-top: 1px solid #E2E2E2;
}
.p-news-list.-border::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #F12535;
}
.p-news-list.-border > li {
  position: relative;
  padding-block: 32px;
  border-bottom: 1px solid #E2E2E2;
}
.p-news-list.-border > li:not(:first-child) {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.p-news-list.-border > li::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #F12535;
}

.p-image-fit-box {
  display: flex;
  align-items: center;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-image-fit-box {
    display: block;
  }
}
.p-image-fit-box__image {
  flex-shrink: 0;
  width: 640px;
}
@media screen and (max-width: 1200px) {
  .p-image-fit-box__image {
    width: 100%;
  }
}
.p-image-fit-box__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .p-image-fit-box__image img {
    width: 100%;
  }
}
.p-image-fit-box__content {
  flex-basis: 100%;
  padding-inline: 64px;
}
@media screen and (max-width: 1200px) {
  .p-image-fit-box__content {
    padding-block: 32px;
    padding-inline: 32px;
  }
}
@media screen and (max-width: 840px) {
  .p-image-fit-box__content {
    padding-inline: 16px;
  }
}
.p-image-fit-box__content .c-btn-wrap {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 840px) {
  .p-image-fit-box__content .c-btn-wrap {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    padding-right: 16px;
  }
}

.p-news-head {
  display: flex;
}
.p-news-head__category {
  margin-left: 32px;
}
@media screen and (max-width: 840px) {
  .p-news-head__category {
    margin-left: 16px;
  }
}
.p-news-head + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 840px) {
  .p-news-head + * {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.p-voice-card {
  margin-inline: calc(50% - 50vw);
  background: linear-gradient(to bottom, #fff 190px, #FBF9F4 190px);
}
@media screen and (max-width: 840px) {
  .p-voice-card {
    background: linear-gradient(to bottom, #fff 120px, #FBF9F4 120px);
  }
}
.p-voice-card__inner {
  position: relative;
  margin-inline: auto;
  padding-inline: 16px;
  max-width: 1312px;
  min-height: 610px;
}
.p-voice-card__heading {
  position: relative;
  z-index: 2;
  -webkit-padding-end: 500px;
          padding-inline-end: 500px;
}
@media screen and (max-width: 1200px) {
  .p-voice-card__heading {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media screen and (max-width: 840px) {
  .p-voice-card__heading br {
    display: none;
  }
}
.p-voice-card__image {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-voice-card__image {
    position: static;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 840px) {
  .p-voice-card__image img {
    width: 100%;
    height: auto;
  }
}
.p-voice-card__detail {
  -webkit-margin-before: 84px;
          margin-block-start: 84px;
  -webkit-padding-start: 97px;
          padding-inline-start: 97px;
}
@media screen and (max-width: 1200px) {
  .p-voice-card__detail {
    -webkit-padding-after: 80px;
            padding-block-end: 80px;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media screen and (max-width: 840px) {
  .p-voice-card__detail {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.p-voice-card__detail-tag {
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.p-voice-card__detail-name {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .p-voice-card__detail-name {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    font-size: 2.4rem;
  }
}
.p-voice-card__detail-division {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-size: 2.2rem;
}
@media screen and (max-width: 840px) {
  .p-voice-card__detail-division {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
    font-size: 2rem;
  }
}

.p-oneday-schedule {
  margin-block: 112px 80px;
  padding-block: 0 80px;
  padding-inline: 40px;
  background-color: #FBF9F4;
}
@media screen and (max-width: 840px) {
  .p-oneday-schedule {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
    padding-inline: 16px;
  }
}
.p-oneday-schedule__heading {
  position: relative;
  top: -24px;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
  color: #56A6E2;
  font-size: 4.8rem;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 840px) {
  .p-oneday-schedule__heading {
    -webkit-padding-after: 0;
            padding-block-end: 0;
    font-size: 3rem;
  }
}

.p-oneday-time {
  position: relative;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-padding-after: 45px;
          padding-block-end: 45px;
}
@media screen and (max-width: 840px) {
  .p-oneday-time {
    display: block;
    -webkit-padding-after: 20px;
            padding-block-end: 20px;
  }
}
.p-oneday-time::after {
  position: absolute;
  top: 0;
  left: 45px;
  z-index: 1;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #56A6E2;
}
@media screen and (max-width: 840px) {
  .p-oneday-time::after {
    display: none;
  }
}
.p-oneday-time__clock {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 90px;
  height: 34px;
  border: 1px solid #56A6E2;
  background-color: #FBF9F4;
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: "Figtree", sans-serif;
  color: #56A6E2;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .p-oneday-time__detail {
    -webkit-margin-before: 4px;
            margin-block-start: 4px;
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
    border-bottom: 1px solid #56A6E2;
  }
}
.p-oneday-time__detail-heading {
  font-weight: bold;
}
.p-oneday-time__detail-text {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  font-size: 1.4rem;
}
@media screen and (max-width: 840px) {
  .p-oneday-time__detail-text {
    -webkit-margin-before: 4px;
            margin-block-start: 4px;
  }
}
.p-oneday-time:last-child {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.p-oneday-time:last-child::after {
  display: none;
}
@media screen and (max-width: 840px) {
  .p-oneday-time:last-child .p-oneday-time__detail {
    border: none;
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}

.p-person-thumb-list {
  display: flex;
  justify-content: space-between;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
}
@media screen and (max-width: 1200px) {
  .p-person-thumb-list {
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
  }
}
@media screen and (max-width: 840px) {
  .p-person-thumb-list {
    -webkit-padding-before: 32px;
            padding-block-start: 32px;
  }
}
.p-person-thumb-list > li {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-person-thumb-list > li {
    max-width: 400px;
  }
}
.p-person-thumb-list > li:first-child {
  width: calc(100% - 48px);
}
@media screen and (max-width: 1200px) {
  .p-person-thumb-list > li:first-child {
    width: 100%;
  }
}
.p-person-thumb-list > li:first-child .p-person-thumb {
  width: calc(100% - 24px);
}
@media screen and (max-width: 1200px) {
  .p-person-thumb-list > li:first-child .p-person-thumb {
    width: 100%;
  }
}
.p-person-thumb-list > li:first-child .p-person-thumb::before {
  display: none;
}

.p-person-thumb {
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-padding-end: 51px;
          padding-inline-end: 51px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-person-thumb {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
.p-person-thumb::before {
  position: relative;
  top: 18px;
  -webkit-margin-end: 24px;
          margin-inline-end: 24px;
  margin-right: 24px;
  content: "";
  display: block;
  width: 2px;
  height: 110px;
  background-color: #F12535;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (max-width: 1200px) {
  .p-person-thumb::before {
    display: none;
  }
}
.p-person-thumb__image {
  flex-shrink: 0;
}
@media screen and (max-width: 840px) {
  .p-person-thumb__image {
    width: 120px;
  }
}
.p-person-thumb__image img {
  max-width: 100%;
  height: auto;
}
.p-person-thumb__content {
  -webkit-padding-before: 16px;
          padding-block-start: 16px;
  color: #707070;
}

.p-person-thumb-list.-four .p-person-thumb {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-padding-end: 36px;
          padding-inline-end: 36px;
}

.p-thumb-and-baloon {
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.p-thumb-and-baloon__thumb {
  flex-shrink: 0;
  -webkit-padding-before: 8px;
          padding-block-start: 8px;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .p-thumb-and-baloon__thumb {
    flex-shrink: 0;
    width: 80px;
  }
}
.p-thumb-and-baloon__thumb img {
  max-width: 100%;
  height: auto;
}
.p-thumb-and-baloon__content {
  position: relative;
  display: flex;
  -webkit-margin-start: 26px;
          margin-inline-start: 26px;
  width: 100%;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 840px) {
  .p-thumb-and-baloon__content {
    -webkit-margin-start: 8px;
            margin-inline-start: 8px;
  }
}
.p-thumb-and-baloon__content-inner {
  display: flex;
  align-items: center;
  padding-block: 24px;
  padding-inline: 40px;
}
@media screen and (max-width: 840px) {
  .p-thumb-and-baloon__content-inner {
    padding-inline: 24px;
  }
}
.p-thumb-and-baloon__content::before {
  position: absolute;
  top: 40px;
  left: -26px;
  content: "";
  display: block;
  width: 28px;
  height: 26px;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .p-thumb-and-baloon__content::before {
    left: -16px;
    width: 18px;
    height: 22px;
  }
}

.p-flow-number-box-wrap {
  display: grid;
  row-gap: 32px;
}
@media screen and (max-width: 840px) {
  .p-flow-number-box-wrap {
    row-gap: 24px;
  }
}

.p-flow-number-box {
  position: relative;
  display: flex;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
}
.p-flow-number-box__no {
  flex-shrink: 0;
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
  width: 116px;
  background-color: #F12535;
  text-align: center;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .p-flow-number-box__no {
    -webkit-padding-before: 12px;
            padding-block-start: 12px;
    width: 64px;
    font-size: 3.2rem;
  }
}
.p-flow-number-box__content {
  padding-block: 40px;
  padding-inline: 24px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .p-flow-number-box__content {
    padding-block: 24px;
    font-size: 2.4rem;
  }
}
.p-flow-number-box::before {
  position: absolute;
  top: -32px;
  left: 58px;
  content: "";
  display: block;
  width: 2px;
  height: 32px;
  background-color: #F12535;
}
@media screen and (max-width: 840px) {
  .p-flow-number-box::before {
    top: -24px;
    left: 30px;
    height: 24px;
  }
}
.p-flow-number-box:first-child::before {
  display: none;
}

.p-beige-job-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-block: 64px;
  padding-inline: 40px;
}
@media screen and (max-width: 840px) {
  .p-beige-job-box {
    padding-block: 32px 64px;
    padding-inline: 16px;
  }
}
.p-beige-job-box.-color1 {
  background-color: #FBF9F4;
}
.p-beige-job-box.-color2 {
  background-color: #F8F4EB;
}
.p-beige-job-box__icon {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  width: 126px;
}
.p-beige-job-box__icon span {
  position: relative;
  z-index: 2;
  display: block;
  padding-block: 8px;
  background-color: #F12535;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .p-beige-job-box__icon span {
    font-size: 2rem;
  }
}
.p-beige-job-box__icon::before {
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 1;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #F12535;
}
@media screen and (max-width: 840px) {
  .p-beige-job-box__icon::before {
    display: none;
  }
}
.p-beige-job-box__icon.-first::before {
  top: 64px;
}
.p-beige-job-box__icon.-last::before {
  height: 64px;
}
.p-beige-job-box__heading {
  position: relative;
  top: -8px;
  width: calc(100% - 126px - 40px);
}
@media screen and (max-width: 840px) {
  .p-beige-job-box__heading {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    width: 100%;
  }
}
.p-beige-job-box__columns {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-padding-start: 166px;
          padding-inline-start: 166px;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .p-beige-job-box__columns {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.p-beige-job-box__columns-1 {
  width: 474px;
}
@media screen and (max-width: 1200px) {
  .p-beige-job-box__columns-1 {
    width: 100%;
  }
}
.p-beige-job-box__columns-2 {
  -webkit-padding-before: 32px;
          padding-block-start: 32px;
  width: calc(100% - 474px - 40px);
}
@media screen and (max-width: 1200px) {
  .p-beige-job-box__columns-2 {
    -webkit-padding-before: 24px;
            padding-block-start: 24px;
    width: 100%;
  }
}

.p-category-top-mv {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-category-top-mv {
    background-color: #E9FBF7;
  }
}
.p-category-top-mv__image {
  aspect-ratio: 5/2;
}
.p-category-top-mv__image img {
  width: 100%;
  height: 100%;
}
.p-category-top-mv__catch {
  position: absolute;
  bottom: -1px;
  left: 0;
  padding-block: 56px;
  padding-inline: 80px;
  width: 800px;
  height: 324px;
  background: linear-gradient(to right, #06ADD8, #4FDFC7);
  -webkit-clip-path: polygon(0 0, 100% 0%, 81.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 81.5% 100%, 0% 100%);
}
@media screen and (max-width: 1500px) {
  .p-category-top-mv__catch {
    padding-block: 24px;
    padding-inline: 40px;
    width: 560px;
    height: 227px;
  }
}
@media screen and (max-width: 1200px) {
  .p-category-top-mv__catch {
    position: static;
    padding-block: 32px;
    padding-inline: 16px;
    width: 100%;
    height: auto;
  }
}
.p-category-top-mv__catch-tag {
  display: inline-block;
  padding-block: 8px;
  padding-inline: 8px;
  min-width: 112px;
  background-color: #fff;
  color: #06ADD8;
  text-align: center;
  line-height: 1;
}
.p-category-top-mv__catch-copy {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-size: 5.6rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .p-category-top-mv__catch-copy {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-category-top-mv__catch-copy {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-category-top-mv.-career {
    background-color: #E8F9FA;
  }
}
.p-category-top-mv.-career .p-category-top-mv__catch {
  background: linear-gradient(to right, #2E69CF, #00CCD4);
}
.p-category-top-mv.-career .p-category-top-mv__catch-tag {
  color: #2E69CF;
}
@media screen and (max-width: 1200px) {
  .p-category-top-mv.-global {
    background-color: #EEF0FC;
  }
}
.p-category-top-mv.-global .p-category-top-mv__catch {
  background: linear-gradient(to right, #0F53C8, #7B67E8);
}
.p-category-top-mv.-global .p-category-top-mv__catch-tag {
  color: #2E69CF;
}

.p-beige-heading-box {
  position: relative;
  padding-block: 48px 56px;
  padding-inline: 40px;
  height: 100%;
  background-color: #FBF9F4;
}
@media screen and (max-width: 840px) {
  .p-beige-heading-box {
    padding-block: 40px;
    padding-inline: 16px;
  }
}
.p-beige-heading-box__heading {
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
  border-bottom: 2px solid #F12535;
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .p-beige-heading-box__heading {
    font-size: 2.4rem;
  }
}
.p-beige-heading-box__content {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-padding-before: 56px;
          padding-block-start: 56px;
  width: 100%;
  height: calc(100% - 48px - 48px);
}
@media screen and (max-width: 840px) {
  .p-beige-heading-box__content {
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    height: auto;
  }
}
.p-beige-heading-box__content-inner {
  width: 100%;
}

.p-bar-graph {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph {
    flex-wrap: wrap;
  }
}
.p-bar-graph__text {
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .p-bar-graph__text {
    font-size: 1.6rem;
  }
}
.p-bar-graph__text.-text1 {
  width: 364px;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__text.-text1 {
    width: 100%;
  }
}
.p-bar-graph__text.-text2 {
  width: 70px;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__text.-text2 {
    width: 100%;
  }
}
.p-bar-graph__bar-wrap {
  -webkit-padding-end: 32px;
          padding-inline-end: 32px;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar-wrap {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
    -webkit-padding-end: 120px;
            padding-inline-end: 120px;
  }
}
@media screen and (max-width: 840px) {
  .p-bar-graph__bar-wrap {
    -webkit-margin-before: 6px;
            margin-block-start: 6px;
    -webkit-padding-end: 100px;
            padding-inline-end: 100px;
  }
}
.p-bar-graph__bar-wrap.-width-small {
  -webkit-padding-end: 110px;
          padding-inline-end: 110px;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar-wrap.-width-small {
    -webkit-padding-end: 120px;
            padding-inline-end: 120px;
  }
}
@media screen and (max-width: 840px) {
  .p-bar-graph__bar-wrap.-width-small {
    -webkit-padding-end: 100px;
            padding-inline-end: 100px;
  }
}
.p-bar-graph__bar {
  width: 100%;
  height: 38px;
}
.p-bar-graph__bar.-red {
  background-color: #F12535;
}
.p-bar-graph__bar.-blue {
  background-color: #3195DF;
}
.p-bar-graph__bar.-a1 {
  width: 73.0%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-a1 {
    width: 73.0%;
  }
}
.p-bar-graph__bar.-a2 {
  width: 51.3%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-a2 {
    width: 51.3%;
  }
}
.p-bar-graph__bar.-a3 {
  width: 47.4%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-a3 {
    width: 47.4%;
  }
}
.p-bar-graph__bar.-a4 {
  width: 34.5%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-a4 {
    width:34.5%;
  }
}
.p-bar-graph__bar.-a5 {
  width: 32.0%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-a5 {
    width: 32.0%;
  }
}
.p-bar-graph__bar.-a6 {
  width: 31.5%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-a6 {
    width: 31.5%;
  }
}
.p-bar-graph__bar.-b1 {
  width: 75.36%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-b1 {
    width: 75.36%;
  }
}
.p-bar-graph__bar.-b2 {
  width: 56.88%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-b2 {
    width: 56.88%;
  }
}
.p-bar-graph__bar.-b3 {
  width: 42.96%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-b3 {
    width: 42.96%;
  }
}
.p-bar-graph__bar.-b4 {
  width: 35.04%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-b4 {
    width: 35.04%;
  }
}
.p-bar-graph__bar.-b5 {
  width: 29.76%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-b5 {
    width: 29.76%;
  }
}
.p-bar-graph__bar.-c1 {
  width: 71.25%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-c1 {
    width: 71.25%;
  }
}
.p-bar-graph__bar.-c2 {
  width: 32.85%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-c2 {
    width: 32.85%;
  }
}
.p-bar-graph__bar.-c3 {
  width: 25.95%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-c3 {
    width: 25.95%;
  }
}
.p-bar-graph__bar.-c4 {
  width: 19.95%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-c4 {
    width: 19.95%;
  }
}
.p-bar-graph__bar.-c5 {
  width: 8.3783783784%;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__bar.-c5 {
    width: 8.5201793722%;
  }
}
.p-bar-graph__number {
  opacity: 0;
  position: absolute;
  right: 0;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 0.8;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .p-bar-graph__number {
    top: 50px;
  }
}
@media screen and (max-width: 840px) {
  .p-bar-graph__number {
    top: 40px;
    font-size: 3.9rem;
  }
}
.p-bar-graph__number span {
  font-size: 2rem;
}
@media screen and (max-width: 840px) {
  .p-bar-graph__number span {
    font-size: 1.6rem;
  }
}
.p-bar-graph__number.-red {
  color: #F12535;
}
.p-bar-graph__number.-blue {
  color: #3195DF;
}
.p-bar-graph + .p-bar-graph {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 840px) {
  .p-bar-graph + .p-bar-graph {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.is-animation .p-bar-graph__bar-wrap {
  -webkit-animation: widthStretch 1.5s forwards;
          animation: widthStretch 1.5s forwards;
}
.is-animation .p-bar-graph__number {
  -webkit-animation: fuwato2 1.5s forwards;
          animation: fuwato2 1.5s forwards;
}

.p-illust-bar-graph {
  display: flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  width: 100%;
}
.p-illust-bar-graph__bar {
  height: 97px;
}
.p-illust-bar-graph__bar.-bar1 {
  width: 75%;
  background-color: #3195DF;
  background-image: url("/recruit/assets/img/company/worklife/illust6.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 840px) {
  .p-illust-bar-graph__bar.-bar1 {
    background-image: url("/recruit/assets/img/company/worklife/illust9.svg");
    width: 73.9549839228%;
  }
}
.p-illust-bar-graph__bar.-bar2 {
  width: 24.6666666667%;
  background-color: #F12535;
  background-image: url("/recruit/assets/img/company/worklife/illust7.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 840px) {
  .p-illust-bar-graph__bar.-bar2 {
    background-image: url("/recruit/assets/img/company/worklife/illust10.svg");
    width: 24.7588424437%;
  }
}
.p-illust-bar-graph.js-worklife-animation {
  opacity: 0;
}
.p-illust-bar-graph.js-worklife-animation.is-animation {
  -webkit-animation: fuwato2 1.5s forwards;
          animation: fuwato2 1.5s forwards;
}

.p-ex-white-box {
  margin-block: 40px 16px;
  background-color: #fff;
  padding-block: 24px;
  padding-inline: 32px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
}
@media screen and (max-width: 840px) {
  .p-ex-white-box {
    padding-block: 16px;
    padding-inline: 24px;
  }
}
.p-ex-white-box__title {
  font-size: 2rem;
  font-weight: bold;
}
.p-ex-white-box__list {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}

.p-graphical-number {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-graphical-number__image {
  -webkit-padding-end: 48px;
          padding-inline-end: 48px;
}
@media screen and (max-width: 840px) {
  .p-graphical-number__image {
    -webkit-margin-end: 24px;
            margin-inline-end: 24px;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    width: 59px;
  }
  .p-graphical-number__image img {
    width: 59px;
    height: auto;
  }
}
.p-graphical-number__text {
  color: #F12535;
  font-weight: bold;
  font-size: 10.4rem;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .p-graphical-number__text {
    font-size: 8rem;
  }
}
.p-graphical-number__text span {
  font-size: 6.4rem;
}
@media screen and (max-width: 840px) {
  .p-graphical-number__text span {
    font-size: 4rem;
  }
}
.p-graphical-number__text-label {
  position: relative;
  top: -20px;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}
.p-graphical-number__text.-blue {
  color: #3195DF;
}
.p-graphical-number.-vertical {
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 840px) {
  .p-graphical-number.-vertical {
    flex-direction: row;
  }
}
.p-graphical-number.-vertical .p-graphical-number__image {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.p-graphical-number.-vertical2 {
  flex-direction: column;
  row-gap: 24px;
}
.p-graphical-number.-vertical2 .p-graphical-number__image {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
@media screen and (max-width: 840px) {
  .p-graphical-number.-vertical2 .p-graphical-number__image {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    width: 80px;
  }
  .p-graphical-number.-vertical2 .p-graphical-number__image img {
    width: 80px;
    height: auto;
  }
}
@media screen and (max-width: 840px) {
  .p-graphical-number.-sp-small .p-graphical-number__text {
    font-size: 3.9rem;
  }
  .p-graphical-number.-sp-small .p-graphical-number__text span {
    font-size: 1.6rem;
  }
  .p-graphical-number.-sp-small .p-graphical-number__text-label {
    top: -4px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 840px) {
  .p-graphical-number.-sp-left {
    justify-content: start;
  }
}
@media screen and (max-width: 1200px) {
  .p-graphical-number.-break1 .p-graphical-number__text-label {
    display: block;
    -webkit-padding-after: 8px;
            padding-block-end: 8px;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .p-graphical-number.-break1 .p-graphical-number__text-label {
    display: inline-block;
    width: auto;
  }
}
.p-graphical-number.js-worklife-animation {
  opacity: 0;
}
.p-graphical-number.js-worklife-animation.is-animation {
  -webkit-animation: fuwato2 1s forwards;
          animation: fuwato2 1s forwards;
}

.p-illust-baloon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.p-illust-baloon__illust {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 88px;
}
@media screen and (max-width: 840px) {
  .p-illust-baloon__illust {
    width: 30px;
  }
  .p-illust-baloon__illust img {
    width: 30px;
    height: auto;
  }
}
.p-illust-baloon__baloon {
  position: relative;
  display: flex;
  -webkit-margin-start: 26px;
          margin-inline-start: 26px;
  width: 100%;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
  .p-illust-baloon__baloon {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
    font-size: 1.6rem;
  }
}
.p-illust-baloon__baloon-inner {
  display: flex;
  align-items: center;
  padding-block: 24px;
  padding-inline: 40px;
}
@media screen and (max-width: 840px) {
  .p-illust-baloon__baloon-inner {
    padding-block: 16px;
    padding-inline: 12px;
    min-height: 81px;
  }
}
.p-illust-baloon__baloon::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .p-illust-baloon__baloon::before {
    left: -11px;
    width: 12px;
    height: 15px;
  }
}
.p-illust-baloon__baloon.-large-red {
  color: #F12535;
  font-size: 3.3rem;
}
@media screen and (max-width: 840px) {
  .p-illust-baloon__baloon.-large-red {
    font-size: 1.6rem;
  }
}
.p-illust-baloon__number {
  flex-shrink: 0;
  width: 156px;
  font-size: 6.4rem;
  line-height: 0.8;
  font-weight: bold;
  color: #F12535;
  text-align: right;
}
@media screen and (max-width: 840px) {
  .p-illust-baloon__number {
    width: 90px;
    font-size: 3.9rem;
  }
}
.p-illust-baloon__number span {
  font-size: 4rem;
}
@media screen and (max-width: 840px) {
  .p-illust-baloon__number span {
    font-size: 1.6rem;
  }
}
.p-illust-baloon.-non-number .p-illust-baloon__baloon {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
@media screen and (max-width: 840px) {
  .p-illust-baloon.-non-number .p-illust-baloon__baloon {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
}
.p-illust-baloon + .p-illust-baloon {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 840px) {
  .p-illust-baloon + .p-illust-baloon {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
}
.p-illust-baloon.js-worklife-animation {
  opacity: 0;
}
.p-illust-baloon.js-worklife-animation.is-animation {
  -webkit-animation: fuwato2 1.5s forwards;
          animation: fuwato2 1.5s forwards;
}

.p-more-btn {
  position: relative;
  z-index: 10;
  -webkit-margin-before: -80px;
          margin-block-start: -80px;
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
  background-image: url("/recruit/assets/img/common/more_gradation_bg.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.p-more-btn__btn {
  margin-inline: auto;
}
.p-more-btn__hide-section.is-hide {
  display: none;
}
.p-more-btn__show-area {
  display: none;
}
.p-more-btn__show-area.is-show {
  display: block;
}
.p-more-btn.is-hide {
  display: none;
}

.p-agree-box {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
}
@media screen and (max-width: 840px) {
  .p-agree-box {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-agree-box__heading {
  font-size: 1.6rem;
  color: #F12535;
  font-weight: bold;
  text-align: center;
}
.p-agree-box__content {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
.p-agree-box__check {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  text-align: center;
}

.u-show-only.-pc {
  display: block;
}
@media screen and (max-width: 840px) {
  .u-show-only.-pc {
    display: none;
  }
}
.u-show-only.-sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .u-show-only.-sp {
    display: block;
  }
}

.u-clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.u-text-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-sp-only-link {
  pointer-events: auto;
}
@media screen and (min-width: 840px) {
  .u-sp-only-link {
    pointer-events: none;
  }
}