@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/zkq4xib.css");
/***
    The new CSS reset - version 1.11.2 (last updated 15.11.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *, input)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu, summary {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 0.9870967742rem + 0.5376344086vw, 1.6rem);
  font-size: clamp(1.4rem, 0.9870967742rem + 0.5376344086vw, 1.6rem);
  line-height: 2;
  font-weight: 500;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

.en {
  font-family: "Roboto", sans-serif;
}

.en-b {
  font-family: "bree", sans-serif;
}

a {
  transition: all 0.3s ease;
}

a img {
  transition: all 0.3s ease;
}

a:hover img {
  opacity: 0.8;
}

.ly_container {
  position: relative;
}

.inview {
  opacity: 0;
}

.inviewwrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.inview.active {
  animation: fadeInup 1s ease-out;
  animation-fill-mode: forwards;
}

.inview.noanimation {
  opacity: 1;
  animation: none;
}

.inview.active.left {
  animation: fadeInLeft 1s ease-out;
  animation-fill-mode: forwards;
}

.inview.fade.active {
  animation: fadeIn 1s ease-out;
  animation-fill-mode: forwards;
}

.inview.clip {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.4s ease-in;
  transition-delay: 0.3s;
  opacity: 1;
}

.inview.active.clip {
  clip-path: inset(0 0 0 0);
  animation: none;
}

.inview.clip.delay01 {
  transition-delay: 0.6s;
}

.inview.clip.delay02 {
  transition-delay: 0.9s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.delay01 {
  animation-delay: 0.3s !important;
}

.delay02 {
  animation-delay: 0.6s !important;
}

.delay03 {
  animation-delay: 0.9s !important;
}

._spShowImportant {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .inviewwrap {
    position: static;
  }
  ._pcShowImportant {
    display: none !important;
  }
  ._spShowImportant {
    display: block !important;
  }
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  right: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #BFBFBF;
}

.slick-dots li.slick-active button:before {
  background-color: #133BA3;
}

.slash-title {
  display: inline-block;
  padding: 10px 50px 10px 20px;
  font-size: clamp(1.4rem, 0.9870967742rem + 0.5376344086vw, 1.6rem);
  font-size: clamp(1.4rem, 0.9870967742rem + 0.5376344086vw, 1.6rem);
  font-weight: bold;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, calc(100% - 33px) 100%, 0 100%);
  background: linear-gradient(90deg, #133BA3 0%, #3865DB 100%);
}
@media screen and (max-width: 767px) {
  .slash-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .slash-title {
    font-size: 1.6rem;
  }
}

.inner {
  max-width: calc(1140px + 6%);
  margin: auto;
  padding: 0 3%;
}

a.zoom {
  display: block;
  position: relative;
  overflow: hidden;
}
a.zoom img {
  transform-origin: center;
}

a.zoom:hover img {
  transform: scale(1.1);
  opacity: 1;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
main {
  padding-top: 102px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 80px;
  }
  main p {
    font-size: 1.5rem;
  }
}
main .common-visual {
  position: relative;
  height: calc(100vh - 102px);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main .common-visual {
    height: 350px;
  }
}
main .common-visual .title {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  main .common-visual .title {
    transform: scale(80%);
    bottom: -62px;
  }
}
main .common-visual .title .en {
  padding-left: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main .common-visual .title .en {
    padding-left: 5%;
    line-height: 0;
    height: 20px;
  }
}
main .common-visual .title .box {
  background-color: #CC0033;
  padding: 0 0 0 80px;
}
@media screen and (max-width: 767px) {
  main .common-visual .title .box {
    padding: 0 0 0 5%;
  }
}
main .common-visual .title .box h1 {
  display: block;
  margin-left: auto;
  background-color: #fff;
  color: #CC0033;
  font-weight: 500;
  font-size: clamp(3rem, 2.1741935484rem + 1.0752688172vw, 3.4rem);
  white-space: nowrap;
  width: 100%;
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 767px) {
  main .common-visual .title .box h1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  main .common-visual .title .box h1 {
    font-size: 2.2rem;
  }
}
main .common-visual .title .box p {
  padding: 60px 80px 60px 0;
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main .common-visual .title .box p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  main .common-visual .title .box p {
    padding: 10px 40px 20px 20px;
    font-size: 1.6rem;
  }
}
main #related {
  background: #F5F5F5;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  main #related {
    padding: 50px 0;
  }
}
main #related h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main #related h2 {
    margin-bottom: 10px;
  }
}
main #related h2 .en {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main #related h2 .en {
    margin-bottom: 0px;
  }
}
main #related .layout {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  main #related .layout {
    flex-wrap: wrap;
    gap: 0;
  }
}
main #related .layout a {
  width: 25%;
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  main #related .layout a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  main #related .layout a {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  main #related .layout a:nth-child(3n) {
    margin-right: 0;
  }
}
main #related .layout a .zoom {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 241/161;
}
main #related .layout a .zoom img {
  transform-origin: center;
}
main #related .layout a p {
  display: block;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  main #related .layout a p {
    font-size: 1.4rem;
    padding-top: 10px;
  }
}
main #related .layout a:hover .zoom img {
  transform: scale(1.1);
  opacity: 1;
}
main #related .layout-text {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  main #related .layout-text {
    display: block;
  }
}
main #related .layout-text a {
  position: relative;
  width: 50%;
  min-height: 100px;
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
  background-color: #CC0033;
  color: #fff;
  padding: 24px 40px;
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
  display: flex;
  align-items: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  main #related .layout-text a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  main #related .layout-text a {
    font-size: 1.8rem;
  }
}
main #related .layout-text a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6.6666666667px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  main #related .layout-text a {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* HEADER
================================================== */
#recruit_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 5%;
  z-index: 1000;
  transition: background-color 0.3s ease;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #recruit_header {
    padding: 10px 3% 10px 5%;
  }
}
#recruit_header .header-layout-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#recruit_header .header-layout-main .header-logo {
  width: 190px;
  line-height: 1;
}
@media screen and (max-width: 1060px) {
  #recruit_header .header-layout-main .header-logo {
    width: 120px;
  }
}
#recruit_header .header-layout-main .header-logo img {
  width: 160px;
}
#recruit_header .header-layout-main .header-logo .sub {
  font-size: clamp(1rem, 0.5870967742rem + 0.5376344086vw, 1.2rem);
  color: #CC0033;
}
@media screen and (max-width: 767px) {
  #recruit_header .header-layout-main .header-logo .sub {
    font-size: 1.2rem;
  }
}
#recruit_header .header-layout-main .header-nav {
  flex: 1;
  padding-right: 3%;
}
@media screen and (max-width: 1060px) {
  #recruit_header .header-layout-main .header-nav {
    display: none;
  }
}
#recruit_header .header-layout-main .header-nav .header-nav-layout {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#recruit_header .header-layout-main .header-nav .header-nav-layout .parent-menu {
  position: relative;
}
#recruit_header .header-layout-main .header-nav .header-nav-layout .parent-menu::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #CC0033;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: bottom;
}
#recruit_header .header-layout-main .header-nav .header-nav-layout .parent-menu .parent-title {
  position: relative;
  line-height: 1;
  padding: 9px 10px;
  cursor: pointer;
  z-index: 1;
  font-size: clamp(1.4rem, 0.9870967742rem + 0.5376344086vw, 1.6rem);
  font-size: clamp(1.3rem, -0.3736842105rem + 1.5789473684vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  #recruit_header .header-layout-main .header-nav .header-nav-layout .parent-menu .parent-title {
    font-size: 1.6rem;
  }
}
#recruit_header .header-layout-main .header-nav .header-nav-layout .parent-menu:hover::after {
  transform: scaleY(1);
  transition: all 0.1s linear;
}
#recruit_header .header-layout-main .header-nav .header-nav-layout .parent-menu:hover .parent-title {
  color: #fff;
}
#recruit_header .header-layout-main .header-nav .header-nav-layout .child-menu {
  position: absolute;
  display: none;
  border: 1px solid #CC0033;
  padding: 16px 20px;
  left: 0;
  background-color: #fff;
}
#recruit_header .header-layout-main .header-nav .header-nav-layout .child-menu a {
  color: #CC0033;
  white-space: nowrap;
}
#recruit_header .header-layout-main #sp-mm {
  width: 74px;
}
@media screen and (max-width: 767px) {
  #recruit_header .header-layout-main #sp-mm {
    width: 60px;
  }
}
#recruit_header .header-layout-main #sp-mm .sp-mm-btn {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #CC0033;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #recruit_header .header-layout-main #sp-mm .sp-mm-btn {
    width: 60px;
    height: 60px;
  }
}
#recruit_header .header-layout-main #sp-mm .sp-mm-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 21px;
  height: 2px;
  background-color: #fff;
}
#recruit_header .header-layout-main #sp-mm .sp-mm-btn span:before, #recruit_header .header-layout-main #sp-mm .sp-mm-btn span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease;
}
#recruit_header .header-layout-main #sp-mm .sp-mm-btn span:before {
  background-color: #fff;
  top: -7px;
}
#recruit_header .header-layout-main #sp-mm .sp-mm-btn span:after {
  background-color: #fff;
  bottom: -7px;
}
#recruit_header .header-layout-main #sp-mm .sp-mm-btn:hover {
  background-color: #E8003A;
}
#recruit_header .header-layout-main #sp-mm .sp-mm-btn:hover span:before {
  top: -9px;
}
#recruit_header .header-layout-main #sp-mm .sp-mm-btn:hover span:after {
  bottom: -9px;
}

.header-nobg #recruit_header {
  background-color: transparent;
}
.header-nobg #recruit_header .header-layout-main .header-nav .header-nav-layout .parent-menu .parent-title {
  color: #fff;
}
.header-nobg.scroll-in #recruit_header {
  background-color: #fff;
}
.header-nobg.scroll-in #recruit_header .header-layout-main .header-nav .header-nav-layout .parent-menu .parent-title {
  color: #000;
}
.header-nobg.scroll-in #recruit_header .header-layout-main .header-nav .header-nav-layout .parent-menu:hover .parent-title {
  color: #fff;
}
.header-nobg main {
  padding-top: 0;
}

#slide-menu {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1100;
}
#slide-menu .slide-menu-top {
  display: flex;
  justify-content: flex-end;
  padding: 15px 5% 0 0;
}
@media screen and (max-width: 767px) {
  #slide-menu .slide-menu-top {
    align-items: flex-start;
    padding: 10px 3% 0 0;
  }
}
#slide-menu .slide-menu-top-menu {
  flex: 1;
}
#slide-menu .slide-menu-top-menu .entry-menu {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #slide-menu .slide-menu-top-menu .entry-menu {
    display: none;
  }
}
#slide-menu .slide-menu-top-menu .entry-menu li {
  width: 150px;
  margin-bottom: 10px;
  position: relative;
  margin-right: 10px;
}
#slide-menu .slide-menu-top-menu .entry-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 47px;
  text-align: center;
  border-radius: 23px;
  line-height: 0;
  background-color: #9A0026;
  border: 1px solid #9A0026;
  color: #fff;
  font-style: italic;
}
#slide-menu .slide-menu-top-menu .entry-menu li a:hover {
  opacity: 0.8;
}
#slide-menu .slide-menu-top-menu .entry-menu li a.internship {
  background-color: #fff;
  color: #9A0026;
}
#slide-menu .slide-menu-top-menu .entry-menu li a.internship span {
  transform: scaleX(90%);
  padding-right: 4px;
}
#slide-menu #sp-mm-close {
  width: 74px;
}
@media screen and (max-width: 767px) {
  #slide-menu #sp-mm-close {
    width: 60px;
  }
}
#slide-menu #sp-mm-close .sp-mm-btn {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #fff;
  border: 1px solid #CC0033;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #slide-menu #sp-mm-close .sp-mm-btn {
    width: 60px;
    height: 60px;
  }
}
#slide-menu #sp-mm-close .sp-mm-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 21px;
  height: 21px;
}
#slide-menu #sp-mm-close .sp-mm-btn span:before, #slide-menu #sp-mm-close .sp-mm-btn span:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease;
}
#slide-menu #sp-mm-close .sp-mm-btn span:before {
  background-color: #CC0033;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
#slide-menu #sp-mm-close .sp-mm-btn span:after {
  background-color: #CC0033;
  height: 100%;
  width: 2px;
  left: 50%;
  margin-left: -1px;
}
#slide-menu #sp-mm-close .sp-mm-btn:hover {
  background-color: #CC0033;
}
#slide-menu #sp-mm-close .sp-mm-btn:hover span:before {
  background-color: #fff;
}
#slide-menu #sp-mm-close .sp-mm-btn:hover span:after {
  background-color: #fff;
}
#slide-menu .other-site-menu {
  padding: 0 40px 0 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 3%;
  flex: 1;
}
@media screen and (max-width: 767px) {
  #slide-menu .other-site-menu {
    justify-content: flex-start;
    padding-left: 5%;
  }
}
#slide-menu .other-site-menu li {
  padding-right: 23px;
  position: relative;
}
#slide-menu .other-site-menu li::after {
  content: url("/corporate/recruit/images/blank-icon.svg");
  display: block;
  position: absolute;
  right: 0px;
  top: 52%;
  transform: translateY(-50%);
}
#slide-menu .other-site-menu li a {
  color: #CC0033;
}
#slide-menu .other-site-menu li.link-note {
  display: flex;
  align-items: center;
  margin-right: 50%;
  margin-top: 0.8rem;
}
#slide-menu .other-site-menu li.link-note a {
  display: block;
  line-height: 0;
}
#slide-menu .other-site-menu li.link-note a img {
  height: 16px;
}
#slide-menu .slide-menu-nav-layout {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  padding: 50px 5% 40px;
}
@media screen and (max-width: 767px) {
  #slide-menu .slide-menu-nav-layout {
    display: block;
    padding: 50px 5%;
  }
}
#slide-menu .slide-menu-nav-layout .col {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  #slide-menu .slide-menu-nav-layout .col {
    width: 100%;
  }
}
#slide-menu .slide-menu-nav-layout .col .parent-menu {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #slide-menu .slide-menu-nav-layout .col .parent-menu {
    margin-bottom: 0;
  }
}
#slide-menu .slide-menu-nav-layout .col .parent-menu .parent-title {
  position: relative;
  display: block;
  color: #CC0033;
  border-bottom: 1px solid #CC0033;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #slide-menu .slide-menu-nav-layout .col .parent-menu .parent-title {
    font-size: 1.6rem;
    padding: 12px 0;
    margin-bottom: 0;
  }
  #slide-menu .slide-menu-nav-layout .col .parent-menu .parent-title i {
    position: absolute;
    display: block;
    width: 19px;
    height: 19px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #slide-menu .slide-menu-nav-layout .col .parent-menu .parent-title i::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #CC0033;
    top: calc(50% - 1px);
    left: 0;
  }
  #slide-menu .slide-menu-nav-layout .col .parent-menu .parent-title i::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #CC0033;
    top: 0;
    left: calc(50% - 1px);
  }
}
@media screen and (max-width: 767px) {
  #slide-menu .slide-menu-nav-layout .col .parent-menu .child-menu {
    display: none;
  }
  #slide-menu .slide-menu-nav-layout .col .parent-menu .child-menu a {
    font-size: 1.6rem;
    position: relative;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
  }
  #slide-menu .slide-menu-nav-layout .col .parent-menu .child-menu a::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5.3333333333px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #CC0033;
    border-right: 1px solid #CC0033;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  #slide-menu .slide-menu-nav-layout .col .parent-menu.open .parent-title i {
    transform: translateY(-50%) rotate(45deg);
  }
}
#slide-menu .spmm-banner {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  #slide-menu .spmm-banner {
    margin-top: 40px;
  }
}
#slide-menu .spmm-banner h3 {
  z-index: 5;
  left: 0;
  top: 0;
  background-color: #CC0033;
  color: #fff;
  font-weight: 500;
  font-size: clamp(1.4rem, 0.9870967742rem + 0.5376344086vw, 1.6rem);
  line-height: 1;
  padding: 5px 5px 10px;
}
@media screen and (max-width: 767px) {
  #slide-menu .spmm-banner h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #slide-menu .spmm-banner h3 {
    padding: 7px 10px 10px;
  }
}
#slide-menu .spmm-banner h3 .en {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 5px;
}
#slide-menu .spmm-banner p {
  position: absolute;
  z-index: 5;
  left: 10px;
  bottom: 10px;
  font-size: clamp(1.4rem, 0.7806451613rem + 0.8064516129vw, 1.7rem);
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #slide-menu .spmm-banner p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  #slide-menu .spmm-banner p {
    font-size: 1.6rem;
    left: 10px;
    bottom: 10px;
  }
}
#slide-menu .special {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #slide-menu .special {
    text-align: center;
  }
}

.entry-menu-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 1px;
  z-index: 999;
}
.entry-menu-sp li {
  width: 33.3333%;
}
.entry-menu-sp li a {
  display: block;
  padding: 12px 0 10px;
  text-align: center;
  background-color: #9A0126;
}
.entry-menu-sp li:nth-child(1) a {
  background-color: #fff;
  color: #9A0126;
}

/* FOOTER
================================================== */
#recruit_footer {
  background-color: #5C5C5C;
  color: #fff;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  #recruit_footer {
    padding-bottom: 40px;
  }
}
#recruit_footer #joinus {
  background: url(/corporate/recruit/images/joinus-bg.jpg?v=241219) no-repeat center top;
  background-size: cover;
  height: 320px;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #recruit_footer #joinus {
    background: url(/corporate/recruit/images/joinus-bg-sp.jpg?v=241219) no-repeat center center;
    background-size: 100%;
    height: 189px;
    padding: 60px 5% 0;
    margin-bottom: 0;
  }
}
#recruit_footer #joinus .joinus-title {
  font-weight: 400;
}
#recruit_footer #joinus ul {
  display: flex;
  justify-content: center;
  gap: 5%;
}
#recruit_footer #joinus ul li {
  width: 250px;
}
#recruit_footer #joinus ul li a {
  display: block;
  background-color: #CC0033;
  padding: 16px 0;
  line-height: 1;
  border-radius: 23px;
  text-align: center;
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #recruit_footer #joinus ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit_footer #joinus ul li a {
    font-size: 1.6rem;
  }
}
#recruit_footer #joinus ul li a:hover {
  background-color: #E8003A;
}
#recruit_footer #footer-menu {
  border-top: 1px solid #747474;
  border-bottom: 1px solid #747474;
  background-color: #535353;
  padding: 70px 5%;
}
@media screen and (max-width: 767px) {
  #recruit_footer #footer-menu {
    display: none;
  }
}
#recruit_footer #footer-menu .footer-nav {
  position: relative;
}
#recruit_footer #footer-menu .footer-nav .footer-nav-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recruit_footer #footer-menu .footer-nav .footer-nav-layout .parent-menu {
  width: 15%;
  padding-right: 2%;
}
#recruit_footer #footer-menu .footer-nav .footer-nav-layout .parent-menu.wide {
  width: 18%;
}
#recruit_footer #footer-menu .footer-nav .footer-nav-layout .parent-menu.wide2 {
  width: 22%;
}
#recruit_footer #footer-menu .footer-nav .footer-nav-layout .parent-menu .parent-title {
  display: block;
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #recruit_footer #footer-menu .footer-nav .footer-nav-layout .parent-menu .parent-title {
    font-size: 1.4rem;
  }
}
#recruit_footer #footer-menu .footer-nav .footer-nav-layout .parent-menu .child-menu li a {
  font-size: clamp(1rem, 0.5870967742rem + 0.5376344086vw, 1.2rem);
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #recruit_footer #footer-menu .footer-nav .footer-nav-layout .parent-menu .child-menu li a {
    font-size: 1.2rem;
  }
}
#recruit_footer #footer-menu .footer-nav .footer-nav-layout .parent-menu:last-child {
  margin-right: 0;
}
#recruit_footer #footer-menu .footer-nav .entry-menu {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
}
#recruit_footer #footer-menu .footer-nav .entry-menu li {
  width: 120px;
}
#recruit_footer #footer-menu .footer-nav .entry-menu li:nth-child(1) {
  width: 150px;
}
#recruit_footer #footer-menu .footer-nav .entry-menu li a {
  display: block;
  line-height: 1;
  padding: 14px;
  text-align: center;
  border: 1px solid #989898;
  border-radius: 4px;
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #recruit_footer #footer-menu .footer-nav .entry-menu li a {
    font-size: 1.4rem;
  }
}
#recruit_footer #footer-menu .footer-nav .entry-menu li a:hover {
  background-color: #777777;
}
#recruit_footer #footer-bottom {
  padding: 40px 5% 100px;
}
@media screen and (max-width: 767px) {
  #recruit_footer #footer-bottom {
    padding: 40px 5% 40px;
  }
}
#recruit_footer #footer-bottom .copyright {
  font-size: clamp(1.1rem, 0.6870967742rem + 0.5376344086vw, 1.3rem);
}
@media screen and (max-width: 767px) {
  #recruit_footer #footer-bottom .copyright {
    font-size: 1.3rem;
  }
}

#pagetop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 54px;
  }
}
#pagetop::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: url(/corporate/recruit/images/pagetop-arrow.svg) no-repeat center center;
  background-size: 100%;
  right: 22px;
  top: 27px;
}
#pagetop:hover::after {
  animation: pagetop 0.3s ease infinite;
  animation-duration: 1s;
}

@keyframes pagetop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-4px);
  }
}