#recruit_header {
  transform: translateY(-100%);
  animation: headerIn 0.3s ease 2s forwards;
}

@keyframes headerIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
#toppage #visual {
  position: relative;
  height: 100vh;
  /*
      .overlay3{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 2;
        animation: overlayOut 0.1s ease 0.7s forwards;
      }
      @keyframes overlayOut {
        0% {
          transform: translateY(0);
        }
        100% {
          transform: translateY(100%);
        }
      }
  */
}
@media screen and (max-width: 767px) {
  #toppage #visual {
    height: 50vh;
  }
}
#toppage #visual #visual-movie {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
#toppage #visual #visual-movie iframe {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
  min-height: 100%;
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  #toppage #visual #visual-movie iframe {
    width: auto;
    height: 50vh;
    min-height: 0;
    min-width: 0;
    top: 0;
    transform: translateX(-50%);
  }
}
#toppage #visual .overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CC0033;
  animation: overlayOut 0.3s ease 2s forwards;
}
@media screen and (max-width: 767px) {
  #toppage #visual .overlay1 {
    z-index: 100;
    animation: overlayOutUp 0.3s ease 2s forwards;
  }
}
@keyframes overlayOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes overlayOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
#toppage #visual .copy {
  position: absolute;
  top: 25%;
  left: 10%;
  font-size: clamp(6.4rem, 7vw, 12rem);
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  z-index: 105;
  white-space: nowrap;
  filter: blur(28px);
  opacity: 0;
  animation: copyFadein 1.5s linear 0s forwards;
}
@media screen and (max-width: 767px) {
  #toppage #visual .copy {
    z-index: 100;
    font-size: 11vw;
    top: auto;
    bottom: 5%;
    left: 5%;
  }
}
@keyframes copyFadein {
  0% {
    filter: blur(28px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
#toppage #visual .entry-menu {
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  right: 3%;
  transform: translateX(-100%);
  animation: menuIn 0.3s ease 2s forwards;
  opacity: 0;
}
#toppage #visual .entry-menu li {
  width: 150px;
  margin-bottom: 10px;
  position: relative;
}
#toppage #visual .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;
  color: #fff;
  font-style: italic;
}
#toppage #visual .entry-menu li a:hover {
  opacity: 0.8;
}
#toppage #visual .entry-menu li a.internship {
  background-color: #fff;
  color: #9A0026;
}
#toppage #visual .entry-menu li a.internship span {
  transform: scaleX(90%);
  padding-right: 4px;
}
@keyframes menuIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#toppage #visual .other-recruit-link {
  position: absolute;
  bottom: 5%;
  right: 5%;
  transform: translateX(-100%);
  animation: menuIn 0.3s ease 2s forwards;
  opacity: 0;
}
#toppage #visual .other-recruit-link li {
  position: relative;
  width: 174px;
  margin-bottom: 10px;
}
#toppage #visual .other-recruit-link li a {
  display: block;
  color: #fff;
  background-color: #4A4A4A;
  line-height: 1;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #toppage #visual .other-recruit-link li a {
    font-size: 1.5rem;
  }
}
#toppage #visual .other-recruit-link li.link-note a {
  padding: 0;
  background-color: #fff;
  line-height: 0;
}
#toppage #visual .other-recruit-link li.link-note a img {
  height: 35px;
}
#toppage .check-outer {
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
  animation: checkIn 0.3s ease 3s forwards;
  animation-delay: 2.5s;
  position: absolute;
  left: 10px;
  bottom: 5%;
}
@media screen and (max-width: 767px) {
  #toppage .check-outer {
    padding: 40px 3%;
    background-color: #fff;
    transform: none;
    animation: none;
    position: static;
    opacity: 1;
  }
}
#toppage .check-waku {
  background: linear-gradient(90deg, #1E8AE2 0%, #F4A800 100%);
  border-radius: 6px;
  padding: 18px 44px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #toppage .check-waku {
    position: relative;
    animation: none;
    transform: none;
    border-radius: 6px;
  }
}
#toppage .check-waku:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 70px;
  left: 0;
  width: 600px;
  height: 100%;
  background-color: #fff;
  transform: scale(0) rotate(45deg);
  opacity: 0;
}
#toppage .check-waku:before {
  animation: kiran 3s ease-in-out infinite;
  animation-delay: 1s;
}
#toppage .check-waku .check span {
  font-size: clamp(1.4rem, 0.7806451613rem + 0.8064516129vw, 1.7rem);
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #toppage .check-waku .check span {
    font-size: 1.7rem;
  }
}
#toppage .check-waku .check p {
  font-size: clamp(1.9rem, 1.2806451613rem + 0.8064516129vw, 2.2rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #toppage .check-waku .check p {
    font-size: 2.2rem;
  }
}
@keyframes checkIn {
  20%, 40%, 60%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes kiran {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(2) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(8) rotate(45deg);
    opacity: 0;
  }
}
#toppage .content-wrap {
  position: relative;
  background-color: #fff;
  z-index: 50;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #toppage .content-wrap {
    padding-bottom: 40px;
  }
}
#toppage #about,
#toppage #business {
  position: relative;
  padding-top: 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #toppage #about,
  #toppage #business {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
#toppage #about::after,
#toppage #business::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: calc(100% - 130px);
  background-color: #F5F5F5;
  z-index: -1;
  left: 0;
  top: 130px;
}
#toppage #about .inner,
#toppage #business .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #toppage #about .inner,
  #toppage #business .inner {
    padding: 0 0;
  }
}
#toppage #about .inner:after,
#toppage #business .inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 12%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #toppage #about .inner:after,
  #toppage #business .inner:after {
    right: auto;
    left: 0;
    width: 3%;
  }
}
#toppage #about h2,
#toppage #business h2 {
  position: absolute;
  right: 12%;
  top: 0;
  display: inline-block;
  background-color: #CC0033;
  color: #fff;
  font-weight: bold;
  font-size: clamp(4.2rem, 3.3741935484rem + 1.0752688172vw, 4.6rem);
  line-height: 1;
  padding: 5px 5px 10px;
}
@media screen and (max-width: 767px) {
  #toppage #about h2,
  #toppage #business h2 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  #toppage #about h2,
  #toppage #business h2 {
    position: static;
    font-size: 2.2rem;
    right: auto;
    left: 0;
  }
}
#toppage #about .en-title,
#toppage #business .en-title {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #toppage #about .en-title,
  #toppage #business .en-title {
    width: 100%;
    height: 40px;
    margin: 20px 0 10px auto;
    text-align: right;
    padding-right: 6%;
  }
}
#toppage #about .lead,
#toppage #business .lead {
  margin-bottom: 80px;
}
#toppage #about .lead span,
#toppage #business .lead span {
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
  padding: 6px 10px 8px;
  color: #CC0033;
  background-color: #fff;
  font-size: clamp(1.4rem, 0.7806451613rem + 0.8064516129vw, 1.7rem);
}
@media screen and (max-width: 767px) {
  #toppage #about .lead span,
  #toppage #business .lead span {
    font-size: 1.7rem;
  }
}
#toppage #about .content-layout,
#toppage #business .content-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #toppage #about .content-layout,
  #toppage #business .content-layout {
    padding: 0 6%;
  }
}
#toppage #about .content-layout .col,
#toppage #business .content-layout .col {
  position: relative;
  width: 48%;
  margin-bottom: 4%;
  aspect-ratio: 464/220;
}
@media screen and (max-width: 767px) {
  #toppage #about .content-layout .col,
  #toppage #business .content-layout .col {
    width: 100%;
  }
}
#toppage #about .content-layout .col::before,
#toppage #business .content-layout .col::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, #fff 0%, #BEBEBE 100%);
  mix-blend-mode: multiply;
  z-index: 5;
}
#toppage #about .content-layout .col h3,
#toppage #business .content-layout .col h3 {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: #CC0033;
  color: #fff;
  font-weight: 500;
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  line-height: 1;
  padding: 5px 5px 10px;
}
@media screen and (max-width: 767px) {
  #toppage #about .content-layout .col h3,
  #toppage #business .content-layout .col h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #toppage #about .content-layout .col h3,
  #toppage #business .content-layout .col h3 {
    padding: 7px 10px 10px;
  }
}
#toppage #about .content-layout .col p,
#toppage #business .content-layout .col p {
  position: absolute;
  z-index: 5;
  left: 20px;
  bottom: 20px;
  font-size: clamp(1.4rem, 0.7806451613rem + 0.8064516129vw, 1.7rem);
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #toppage #about .content-layout .col p,
  #toppage #business .content-layout .col p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  #toppage #about .content-layout .col p,
  #toppage #business .content-layout .col p {
    font-size: 1.6rem;
    left: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #toppage #about::after {
    content: none;
  }
  #toppage #about h2 {
    margin-left: 3%;
  }
}
#toppage #business {
  padding: 0 3%;
}
#toppage #business::after {
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
}
#toppage #business .inner {
  padding: 0 0 100px;
  max-width: 970px;
}
#toppage #business .inner:after {
  content: none;
}
@media screen and (max-width: 767px) {
  #toppage #business .inner {
    padding: 0 0 0;
  }
}
#toppage #business h2 {
  position: static;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #toppage #business h2 {
    margin-bottom: 0;
  }
}
#toppage #business .en-title {
  position: absolute;
  right: 4.5%;
  top: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #toppage #business .en-title {
    position: static;
    width: 100%;
    height: 40px;
    margin: 20px 0 10px auto;
    text-align: right;
    padding-right: 6%;
  }
}
#toppage #work-person {
  background-image: linear-gradient(-300deg, #B21252 0%, #CF3243 100%);
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #toppage #work-person {
    padding-bottom: 20px;
  }
}
#toppage #work-person h2 {
  position: absolute;
  right: 12%;
  top: 0;
  display: inline-block;
  background-color: #fff;
  color: #CC0033;
  font-weight: bold;
  font-size: clamp(4.2rem, 3.3741935484rem + 1.0752688172vw, 4.6rem);
  line-height: 1;
  padding: 5px 5px 10px;
}
@media screen and (max-width: 767px) {
  #toppage #work-person h2 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  #toppage #work-person h2 {
    right: 6%;
    font-size: 2.2rem;
    margin-left: auto;
  }
}
#toppage #work-person .en-title {
  mix-blend-mode: multiply;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #toppage #work-person .en-title {
    width: 100%;
    height: 80px;
    margin: 60px 0 20px auto;
    text-align: left;
    padding-right: 6%;
    padding-top: 46px;
  }
}
#toppage #work-person .lead {
  margin-bottom: 80px;
}
#toppage #work-person .lead span {
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
  padding: 6px 10px 8px;
  color: #CC0033;
  background-color: #fff;
  font-size: clamp(1.4rem, 0.7806451613rem + 0.8064516129vw, 1.7rem);
}
@media screen and (max-width: 767px) {
  #toppage #work-person .lead span {
    font-size: 1.7rem;
  }
}
#toppage #work-person .content-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
  color: #fff;
}
#toppage #work-person .content-layout .col {
  width: 30%;
  aspect-ratio: 4/3;
  margin-bottom: 3%;
}
#toppage #work-person .content-layout .col .zoom {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 10px;
}
#toppage #work-person .content-layout .col .zoom img {
  transform-origin: center;
}
#toppage #work-person .content-layout .col .zoom:hover img {
  transform: scale(1.1);
  opacity: 1;
}
#toppage #recruit {
  padding: 0 0;
  margin-top: 130px;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  #toppage #recruit {
    margin-top: 40px;
  }
}
#toppage #recruit .inner {
  position: relative;
  background-color: #F5F5F5;
  padding-left: 0;
}
#toppage #recruit .inner::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #F5F5F5;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: -1;
}
#toppage #recruit h2 {
  margin-bottom: 90px;
  display: inline-block;
  background-color: #CC0033;
  color: #fff;
  font-weight: bold;
  font-size: clamp(4.2rem, 3.3741935484rem + 1.0752688172vw, 4.6rem);
  line-height: 1;
  padding: 5px 5px 10px;
}
@media screen and (max-width: 767px) {
  #toppage #recruit h2 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  #toppage #recruit h2 {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
#toppage #recruit .en-title {
  position: absolute;
  right: 4.5%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #toppage #recruit .en-title {
    position: static;
    width: 100%;
    height: 35px;
    margin: 20px 0 20px auto;
    text-align: right;
    padding-right: 6%;
  }
}
#toppage #recruit ul {
  width: 70%;
  padding-bottom: 100px;
  border-top: 1px solid #CC0033;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #toppage #recruit ul {
    width: 80%;
    margin: auto;
    padding-bottom: 40px;
  }
}
#toppage #recruit ul li {
  border-bottom: 1px solid #CC0033;
  padding: 10px 0;
}