/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
  hgroup
+++++++++++++++++++++++++++++++++++++++++++ */
h2 {
  width: max-content;
  padding: 5px 45px;
  background: linear-gradient(to right, #AF1C40, #1F296A);
  color: #FFF;
  font-size: 3.6rem;
  line-height: 1.2;
  clip-path: polygon(25px 0%, 100% 0%, calc(100% - 25px) 100%, 0% 100%);
}
@media (width <= 767px) {
  h2 {
    font-size: 7.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  mv
+++++++++++++++++++++++++++++++++++++++++++ */
.mv {
  width: 100%;
  height: 80vw;
  max-height: 840px;
  padding: clamp(80px, 15vw, 160px) 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv_red,
.mv_blue {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.mv_red::before,
.mv_blue::before {
  content: '';
  mix-blend-mode: multiply;
  transform: translate(100%, -100%);
  position: absolute;
  inset: 0;
  animation: mv_anime 0.7s 0.7s ease-out forwards;
}
.mv_red::before {
  background: #FF0004;
  clip-path: polygon(0 0, 0 80%, 90% 0);
}
.mv_blue::before {
  background: #5BA7FF;
  clip-path: polygon(95% 0, 100% 0, 100% 100%, 25% 100%);
}
.mv_catch {
  padding: 0 20px 0 10px;
}
@media (width <= 767px) {
  .mv_catch {
    padding: 0 10px 0 0;
  }
}
.mv_text {
  color: #FFF;
  line-height: 1.2;
  font-size: clamp(0px, 1.7vw, 2rem);
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  right: 0;
}
@media (width <= 767px) {
  .mv_text {
    bottom: -1vw;
  }
}
.mv_text_strong {
  margin-bottom: 20px;
  font-size: clamp(0px, 4.8vw, 5.8rem);
  font-weight: 900;
}
@media (width <= 767px) {
  .mv_text_strong {
    margin-bottom: 1vw;
  }
}
.mv .inner {
  max-width: 1205px;
  position: relative;
  z-index: 3;
}
.mv video {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -1;
}
@media (width <= 767px) {
  .mv video {
    height: 90vw;
  }
}
@keyframes mv_anime {
  to {
    transform: translate(0, 0);
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  infoArea
+++++++++++++++++++++++++++++++++++++++++++ */
.infoArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  max-width: max-content;
  margin: -40px 0 0 auto;
  border-radius: 50px 0 0 50px;
  background: #1F296A;
  color: #FFF;
  font-size: 1.6rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (width <= 1023px) {
  .infoArea {
    gap: 20px;
  }
}
@media (width <= 767px) {
  .infoArea {
    max-width: none;
    flex-direction: column;
    gap: 0;
    margin-top: -10px;
    font-size: 3.2vw;
    border-radius: 0;
  }
}
.infoArea p {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  padding: 22px 0 18px 40px;
  margin: 0;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
@media (width <= 767px) {
  .infoArea p {
    padding: 10px 10px 0;
    text-align: center;
    justify-content: center;
  }
}
.infoArea_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  width: 100vw;
  padding: 20px 0;
  line-height: 1.2;
}
@media (width <= 1023px) {
  .infoArea_item {
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 10px;
  }
}
.infoArea_item .category {
  flex-shrink: 0;
  max-width: 90px;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  background: #AF1C40;
  font-size: 1.4rem;
}
@media (width <= 767px) {
  .infoArea_item .category {
    font-size: 2.8vw;
  }
}
.infoArea_item .category[data-category="会社説明会"] {
  background: #D3991D;
}
.infoArea_item .category[data-category="1day就業体験"] {
  background: #2AB454;
}
.infoArea_item .category[data-category="カジュアル面談"] {
  background: #C31A7F;
}
.infoArea_item .category[data-category="その他"] {
  background: #9F9EC7;
}
.infoArea_item .category[data-category="オープンカンパニー"] {
  background: #1DC7D3;
}
.infoArea_item a {
  color: #FFF;
  font-weight: 400;
}
@media (width <= 767px) {
  .infoArea_item a {
    width: 100%;
  }
}
.infoArea > a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
  padding: 20px 10px 20px 40px;
  background: #0E1648;
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
}
@media (width <= 1023px) {
  .infoArea > a {
    padding: 10px 10px 10px 20px;
  }
}
.infoArea > a:hover {
  background: #162373;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  animeArea
+++++++++++++++++++++++++++++++++++++++++++ */
.animeArea {
  height: 500px;
  position: relative;
  pointer-events: none;
}
@media (width <= 767px) {
  .animeArea {
    transform: scale(0.8);
  }
}
.animeArea ul li {
  position: absolute;
  transform: translate(-50%, -50%);
}
.animeArea ul li img {
  max-width: 100%;
  width: auto;
  animation: rotate 0.5s linear 4;
}
.animeArea .pos-1 {
  animation: moveCenter1 2s linear forwards;
}
.animeArea .pos-2 {
  animation: moveCenter2 2s linear forwards;
}
.animeArea .pos-2 img {
  animation-direction: reverse;
}
.animeArea .pos-3 {
  animation: moveCenter3 2s linear forwards;
}
.animeArea .pos-4 {
  animation: moveCenter4 2s linear forwards;
}
.animeArea .pos-4 img {
  animation-direction: reverse;
}
.animeArea .pos-5 {
  animation: moveCenter5 2s linear forwards;
}
.animeArea .pos-6 {
  animation: moveCenter6 2s linear forwards;
}
.animeArea .pos-6 img {
  animation-direction: reverse;
}
.animeArea ul li,
.animeArea ul li img {
  animation-play-state: paused!important;
}
.animeArea.is-active ul li,
.animeArea.is-active ul li img {
  animation-play-state: running!important;
}
@keyframes moveCenter1 {
  0% {
    top: 5%;
    left: 0;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  80% {
    top: 50%;
    left: 50%;
    width: 90px;
  }
  100% {
    top: calc(80% - 30px);
    left: calc(50% - 153px);
    width: 68.39px;
  }
}
@keyframes moveCenter2 {
  0% {
    top: 15%;
    left: 70%;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  80% {
    top: 50%;
    left: 50%;
    width: 318px;
  }
  100% {
    top: calc(50% - 1.9px);
    left: calc(50% - 56.2px);
    width: 262.6px;
  }
}
@keyframes moveCenter3 {
  0% {
    top: 120%;
    left: 95%;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  80% {
    top: 50%;
    left: 50%;
    width: 78px;
  }
  100% {
    top: calc(50% + 173.5px);
    left: calc(50% + 42.5px);
    width: 64.3px;
  }
}
@keyframes moveCenter4 {
  0% {
    top: 90%;
    left: 60%;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  80% {
    top: 50%;
    left: 50%;
    width: 292px;
  }
  100% {
    top: calc(50% - 82.2px);
    left: calc(50% + 86px);
    width: 241.88px;
  }
}
@keyframes moveCenter5 {
  0% {
    top: 120%;
    left: 0%;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  80% {
    top: 50%;
    left: 50%;
    width: 160px;
  }
  100% {
    top: calc(50% + 60px);
    left: calc(50% + 139.5px);
    width: 133.05px;
  }
}
@keyframes moveCenter6 {
  0% {
    top: -95%;
    left: 0;
  }
  75% {
    top: 50%;
    left: 50%;
  }
  80% {
    top: 50%;
    left: 50%;
    width: 75px;
  }
  100% {
    top: calc(80% + 22px);
    left: calc(50% - 56px);
    width: 61.84px;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  introArea
+++++++++++++++++++++++++++++++++++++++++++ */
.introArea {
  padding: 100px 0;
  text-align: center;
}
@media (width <= 767px) {
  .introArea {
    padding: 100px 10px;
  }
}
.introArea_title {
  margin: 0 0 25px;
  color: #3A3A3A;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.2;
}
@media (width <= 767px) {
  .introArea_title {
    font-size: 6vw;
  }
}
.introArea_text {
  margin: 0 0 40px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (width <= 767px) {
  .introArea_text {
    font-size: 4.4vw;
  }
}
.introArea_mov {
  min-height: 450px;
  margin: 0 0 40px;
}
@media (width <= 767px) {
  .introArea_mov {
    min-height: 52.5vw;
  }
}
.introArea_mov iframe {
  display: none;
  max-width: 800px;
  width: 100%;
  height: 450px;
}
@media (width <= 767px) {
  .introArea_mov iframe {
    height: 52.5vw;
  }
}
.introArea_mov.is-show iframe {
  display: block;
  margin: 0 auto;
}
.introArea_title,
.introArea_text,
.introArea_mov,
.introArea .btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.introArea_title.is-show,
.introArea_text.is-show,
.introArea_mov.is-show,
.introArea .btn.is-show {
  opacity: 1;
  transform: translateY(0);
}
/*+++++++++++++++++++++++++++++++++++++++++++
  staffArea
+++++++++++++++++++++++++++++++++++++++++++ */
.staffArea {
  padding: 94px 0 114px;
  background: #EEEBE9;
  position: relative;
  z-index: 2;
}
.staffArea hgroup {
  align-items: center;
  position: relative;
}
.staffArea hgroup p {
  font-size: 10.8rem;
  font-weight: 900;
  line-height: 1.2;
  color: #AF1C40;
}
@media (width <= 767px) {
  .staffArea hgroup p {
    font-size: 15vw;
    text-align: center;
  }
}
.staffArea hgroup p span {
  color: #1F296A;
}
.staffArea h3 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 3rem;
  position: relative;
}
@media (width <= 767px) {
  .staffArea h3 {
    font-size: 6vw;
  }
}
.staffArea h3::after {
  content: '';
  display: block;
  width: 80px;
  height: 8px;
  margin: 20px auto 0;
  background: #1F296A;
}
@media (width <= 767px) {
  .staffArea h3::after {
    margin-top: 20px;
  }
}
.staffArea_link {
  display: block;
  height: 162px;
  margin: 0 auto;
  padding: 116px 0 0;
  color: #FFF;
  text-align: right;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
@media (width <= 767px) {
  .staffArea_link {
    bottom: -60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .staffArea_link:hover::after {
    width: calc(80vw - 82px);
    background: #db2350;
  }
}
@media (hover: none) {
  .staffArea_link:active::after {
    width: calc(80vw - 82px);
    background: #db2350;
  }
}
.staffArea_link::after {
  content: '';
  display: block;
  height: 162px;
  width: calc(100vw - 82px);
  background: #AF1C40;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0 100%);
  transition: width 0.2s, background 0.2s;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  fan-carousel
+++++++++++++++++++++++++++++++++++++++++++ */
.fan-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
.fan-carousel .card-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (width <= 767px) {
  .fan-carousel .card-container {
    height: 65vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fan-carousel a.pos-3:hover img {
    opacity: 1;
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .fan-carousel a.pos-3:active img {
    opacity: 1;
    transform: scale(1.1);
  }
}
.fan-carousel .card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  width: 317px;
  height: 419px;
  background: radial-gradient(circle, #F5F6F3, #DADDD6);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), z-index 0.4s, opacity 0.4s;
  transform-origin: center bottom;
  overflow: hidden;
  /* ----------------------------------
      5つの位置の定義
    ---------------------------------- */
}
@media (width <= 767px) {
  .fan-carousel .card {
    width: 50%;
    max-width: 419px;
    height: 65vw;
  }
}
.fan-carousel .card:not(.pos-3) {
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  .fan-carousel .card:not(.pos-3):hover img {
    opacity: 1;
  }
}
@media (hover: none) {
  .fan-carousel .card:not(.pos-3):active img {
    opacity: 1;
  }
}
.fan-carousel .card img {
  object-fit: contain;
  object-position: center bottom;
}
@media (width <= 767px) {
  .fan-carousel .card img {
    max-width: 100%;
    max-height: 90%;
  }
}
.fan-carousel .card img.logo {
  height: 100%;
  object-position: center center;
}
@media (width <= 767px) {
  .fan-carousel .card img.logo {
    width: 90%;
    max-height: 100%;
  }
}
.fan-carousel .card.pos-1 {
  transform: translateX(-385px) translateY(65px) rotate(-15deg);
  z-index: 1;
}
@media (width <= 767px) {
  .fan-carousel .card.pos-1 {
    transform: translateX(-60%) translateY(65px) rotate(-15deg);
  }
}
.fan-carousel .card.pos-2 {
  transform: translateX(-200px) translateY(20px) rotate(-10deg);
  z-index: 2;
}
@media (width <= 767px) {
  .fan-carousel .card.pos-2 {
    transform: translateX(-40%) translateY(20px) rotate(-10deg);
  }
}
.fan-carousel .card.pos-3 {
  transform: translateX(0) translateY(0) rotate(0deg);
  z-index: 5;
}
.fan-carousel .card.pos-4 {
  transform: translateX(200px) translateY(20px) rotate(10deg);
  z-index: 2;
}
@media (width <= 767px) {
  .fan-carousel .card.pos-4 {
    transform: translateX(40%) translateY(20px) rotate(10deg);
  }
}
.fan-carousel .card.pos-5 {
  transform: translateX(385px) translateY(65px) rotate(15deg);
  z-index: 1;
}
@media (width <= 767px) {
  .fan-carousel .card.pos-5 {
    transform: translateX(60%) translateY(65px) rotate(15deg);
  }
}
.fan-carousel .card .card.loop-right {
  transition: none !important;
  transform: translateX(520px) translateY(65px) rotate(15deg);
  opacity: 0;
}
.fan-carousel .card .card.loop-left {
  transition: none !important;
  transform: translateX(-520px) translateY(65px) rotate(-15deg);
  opacity: 0;
}
.fan-carousel .carousel-btn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: calc(100% - 86px);
  height: 162px;
  padding: 94px 0 20px 60px;
  background: #1F296A;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
}
@media (width <= 767px) {
  .fan-carousel .carousel-btn {
    width: 100%;
    bottom: 0;
    padding-left: 0;
    gap: 10px;
    clip-path: none;
  }
}
.fan-carousel .carousel-btn #next {
  order: 1;
}
.fan-carousel .carousel-btn button {
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .fan-carousel .carousel-btn button:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .fan-carousel .carousel-btn button:active {
    opacity: 0.7;
  }
}
.fan-carousel .carousel-btn button i {
  font-size: 4rem;
  color: #FFF;
}
.fan-carousel .carousel-btn p {
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (width <= 767px) {
  .fan-carousel .carousel-btn p {
    font-size: 4vw;
  }
}
.message {
  width: 320px;
  position: relative;
}
.message .message_item {
  display: none;
}
.message .message_item.is-active {
  display: block;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  dataArea
+++++++++++++++++++++++++++++++++++++++++++ */
.dataArea {
  min-height: 788px;
  margin: -118px 0 0;
  padding: 356px 0 0;
  background: url(../../top_img/bg_data.webp) no-repeat center center / cover;
  color: #575757;
  font-family: "Kiwi Maru", serif;
  position: relative;
}
.dataArea::before {
  content: '';
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(133, 109, 221, 0.1), rgba(215, 91, 193, 0.5));
  background-size: 200% auto;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: background-position 0.2s;
}
.dataArea:has(a:hover)::before {
  background-position: 100% 0;
}
.dataArea h2 {
  margin: 0 0 20px;
  padding: 0;
  background: none;
  clip-path: none;
  font-size: 5.4rem;
  font-weight: 500;
  color: #575757;
  position: relative;
}
@media (width <= 767px) {
  .dataArea h2 {
    font-size: 8vw;
  }
}
.dataArea h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  margin: 12px 0 0;
  background: linear-gradient(to right, #856DDD, #D75BC1);
}
.dataArea p {
  margin: 0 0 25px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (width <= 767px) {
  .dataArea p {
    font-size: 5.6vw;
  }
}
.dataArea p a {
  text-decoration: none;
  color: #575757;
}
.dataArea p a i {
  color: #856DDD;
}
.dataArea p a:hover {
  color: transparent;
  background: linear-gradient(to right, #856DDD, #D75BC1);
  background-clip: text;
  -webkit-background-clip: text;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  companyArea
+++++++++++++++++++++++++++++++++++++++++++ */
.companyArea {
  padding: 116px 0 22px;
}
@media (width <= 767px) {
  .companyArea {
    padding-top: 50px;
  }
}
.companyArea h2 {
  margin: 0 auto 55px;
}
@media (width <= 767px) {
  .companyArea h2 {
    margin-bottom: 30px;
  }
}
.companyArea .flex {
  gap: 46px;
  margin: 0 0 90px;
}
@media (width <= 1023px) {
  .companyArea .flex {
    gap: 20px;
  }
}
@media (width <= 767px) {
  .companyArea .flex {
    margin: 0 0 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .companyArea .flex:hover:has(a:hover) .flexImg img {
    transform: scale(1.1);
  }
  .companyArea .flex:hover:has(a:hover) .flexText {
    color: #AF1C40;
  }
}
@media (hover: none) {
  .companyArea .flex:active:has(a:hover) .flexImg img {
    transform: scale(1.1);
  }
  .companyArea .flex:active:has(a:hover) .flexText {
    color: #AF1C40;
  }
}
@media (hover: hover) and (pointer: fine) {
  .companyArea .flex:nth-of-type(even):hover a {
    color: #1F296A;
  }
  .companyArea .flex:nth-of-type(even):hover:has(a:hover) .flexText {
    color: #1F296A;
  }
}
@media (hover: none) {
  .companyArea .flex:nth-of-type(even):active a {
    color: #1F296A;
  }
  .companyArea .flex:nth-of-type(even):active:has(a:hover) .flexText {
    color: #1F296A;
  }
}
.companyArea .flex:nth-of-type(even) .flexImg {
  margin: 0 -220px 0 0;
}
@media (width <= 1023px) {
  .companyArea .flex:nth-of-type(even) .flexImg {
    margin: 0 -120px 0 0;
  }
}
@media (width <= 767px) {
  .companyArea .flex:nth-of-type(even) .flexImg {
    margin: 0;
  }
}
.companyArea .flex:nth-of-type(even) .flexText hgroup > p {
  color: #1F296A;
}
@media (hover: hover) and (pointer: fine) {
  .companyArea .flex:nth-of-type(even) .flexText p a:hover {
    color: #1F296A;
  }
}
@media (hover: none) {
  .companyArea .flex:nth-of-type(even) .flexText p a:active {
    color: #1F296A;
  }
}
.companyArea .flex:nth-of-type(even) .flexText p a i {
  color: #1F296A;
}
.companyArea .flex .flexImg {
  margin: 0 0 0 -220px;
  border-radius: 20px;
  overflow: hidden;
}
@media (width <= 1023px) {
  .companyArea .flex .flexImg {
    margin: 0 0 0 -120px;
  }
}
@media (width <= 767px) {
  .companyArea .flex .flexImg {
    margin: 0;
  }
}
.companyArea .flex .flexImg img {
  border-radius: 20px;
  transition: transform 0.5s;
}
.companyArea .flex .flexText {
  padding: 10px 0 0;
}
.companyArea .flex .flexText hgroup {
  flex-direction: column-reverse;
  margin: 0 0 22px;
  line-height: 1;
}
@media (width <= 767px) {
  .companyArea .flex .flexText hgroup {
    margin: 0;
  }
}
.companyArea .flex .flexText hgroup h3 {
  font-size: 2.4rem;
}
@media (width <= 767px) {
  .companyArea .flex .flexText hgroup h3 {
    font-size: 4.8vw;
  }
}
.companyArea .flex .flexText hgroup > p {
  font-family: 'Roboto', sans-serif;
  font-size: 10.8rem;
  font-weight: 900;
  color: #AF1C40;
}
@media (width <= 767px) {
  .companyArea .flex .flexText hgroup > p {
    font-size: 10vw;
  }
}
.companyArea .flex .flexText p {
  font-weight: 400;
}
.companyArea .flex .flexText p a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .companyArea .flex .flexText p a:hover {
    color: #AF1C40;
  }
  .companyArea .flex .flexText p a:hover i {
    transform: rotate(360deg);
  }
}
@media (hover: none) {
  .companyArea .flex .flexText p a:active {
    color: #AF1C40;
  }
  .companyArea .flex .flexText p a:active i {
    transform: rotate(360deg);
  }
}
.companyArea .flex .flexText p a i {
  color: #AF1C40;
  font-size: 4rem;
  vertical-align: middle;
  transition: transform 0.2s;
}
@media (width <= 767px) {
  .companyArea .flex .flexText p a i {
    font-size: 8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  workArea
+++++++++++++++++++++++++++++++++++++++++++ */
.workArea {
  padding: 110px 0 92px;
  background: url(../../top_img/bg_work.svg) no-repeat 0 0 / cover;
}
@media (width <= 767px) {
  .workArea {
    padding: 50px 0;
  }
}
.workArea .inner {
  max-width: 1180px;
}
.workArea h2 {
  margin: 0 auto 54px;
}
.workArea hgroup {
  flex-direction: column-reverse;
  margin: 0 0 22px;
  line-height: 1.2;
}
.workArea hgroup h3 {
  font-size: 2.4rem;
}
@media (width <= 767px) {
  .workArea hgroup h3 {
    font-size: 4.8vw;
  }
}
.workArea hgroup > p {
  margin: 0 0 14px;
  font-family: 'Roboto', sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  color: #AF1C40;
  line-height: 0.9;
}
@media (width <= 767px) {
  .workArea hgroup > p {
    font-size: 10vw;
  }
}
.workArea_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 124px 100px;
}
@media (width <= 1023px) {
  .workArea_grid {
    gap: 30px;
  }
}
@media (width <= 767px) {
  .workArea_grid {
    display: block;
  }
}
.workArea_grid a {
  display: block;
  margin: 0 0 12px;
  position: relative;
}
.workArea_grid a::after {
  content: '\f138';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 4rem;
  border-radius: 50%;
  background: #FFF;
  color: #AF1C40;
  position: absolute;
  top: 50%;
  right: -15px;
}
@media (hover: hover) and (pointer: fine) {
  .workArea_grid a:hover img {
    opacity: 1;
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .workArea_grid a:active img {
    opacity: 1;
    transform: scale(1.1);
  }
}
.workArea_grid a figure {
  overflow: hidden;
  border-radius: 20px;
}
.workArea_grid a figure img {
  transition: transform 0.2s;
}
.workArea_grid_item {
  max-width: 536px;
}
@media (width <= 767px) {
  .workArea_grid_item {
    width: auto;
    margin: 0 0 50px;
  }
}
.workArea_grid_item_1 {
  grid-row: 1;
}
.workArea_grid_item_2 {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  margin-top: -27%;
}
@media (width <= 767px) {
  .workArea_grid_item_2 {
    margin-top: 0;
  }
}
.workArea_grid_item_2 hgroup p {
  color: #1F296A;
}
.workArea_grid_item_2 a::after {
  color: #1F296A;
}
.workArea_grid_item_3 {
  grid-row: 2;
}
.workArea_grid_item p {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (width <= 767px) {
  .workArea_grid_item p {
    font-size: 3.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  faqArea
+++++++++++++++++++++++++++++++++++++++++++ */
.faqArea {
  padding: 100px 0 0;
}
@media (width <= 767px) {
  .faqArea {
    padding: 50px 0 0;
  }
}
.faqArea h2 {
  margin: 0 auto 50px;
}
.faqArea_item {
  max-width: 1080px;
  margin: 0 auto 30px;
  border: #DBDDE7 4px solid;
  border-radius: 20px;
}
@media (width <= 767px) {
  .faqArea_item {
    margin: 0 10px 20px;
  }
}
.faqArea_item_q {
  width: 100%;
  padding: 30px 42px 30px 86px;
  background: none;
  border: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  position: relative;
}
@media (width <= 767px) {
  .faqArea_item_q {
    padding: 20px 12vw 20px 14vw;
    font-size: 4vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .faqArea_item_q:hover {
    color: #AF1C40;
  }
}
@media (hover: none) {
  .faqArea_item_q:active {
    color: #AF1C40;
  }
}
.faqArea_item_q[aria-expanded="true"] {
  color: #1F296A;
}
.faqArea_item_q[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.faqArea_item_q::before {
  content: 'Q';
  color: #1F296A;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 10px;
  left: 32px;
}
@media (width <= 767px) {
  .faqArea_item_q::before {
    font-size: 9.6vw;
    left: 3vw;
  }
}
.faqArea_item_q::after {
  content: '\f13a';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  font-size: 3.2rem;
  color: #1F296A;
  position: absolute;
  top: 30px;
  right: 32px;
  transition: transform 0.2s;
}
@media (width <= 767px) {
  .faqArea_item_q::after {
    font-size: 6.4vw;
    right: 12px;
  }
}
.faqArea_item_a {
  display: grid;
  grid-template-rows: 0fr;
  font-size: 2rem;
  transition: grid-template-rows 0.3s ease;
}
@media (width <= 767px) {
  .faqArea_item_a {
    font-size: 4vw;
  }
}
.faqArea_item_a_inner {
  overflow: hidden;
  padding: 0 32px;
}
@media (width <= 767px) {
  .faqArea_item_a_inner {
    padding: 0 6vw;
  }
}
.faqArea_item_a_inner_contents {
  padding: 30px 10px 30px 54px;
  border-top: #DBDDE7 1px solid;
  position: relative;
}
@media (width <= 767px) {
  .faqArea_item_a_inner_contents {
    padding: 20px 10px 20px 8vw;
  }
}
.faqArea_item_a_inner_contents::before {
  content: 'A';
  color: #AF1C40;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (width <= 767px) {
  .faqArea_item_a_inner_contents::before {
    font-size: 9.6vw;
    left: -2vw;
  }
}
.faqArea_item_a.is-open {
  grid-template-rows: 1fr;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  carousel
+++++++++++++++++++++++++++++++++++++++++++ */
/* 左から右へ流れるキーフレーム */
@keyframes infinity-scroll-right-1 {
  0% {
    transform: translateX(calc(var(--loop-width) * -1));
  }
  100% {
    transform: translateX(var(--loop-width));
  }
}
@keyframes infinity-scroll-right-2 {
  0% {
    transform: translateX(calc(var(--loop-width) * -2));
  }
  100% {
    transform: translateX(0px);
  }
}
.carousel {
  --loop-width: 1480px;
  min-height: 818px;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.carousel_wrap {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--loop-width) * 2);
  height: 100%;
}
.carousel_wrap.--top {
  z-index: 2;
}
.carousel_wrap.--top .carousel_top:nth-child(1) {
  animation: infinity-scroll-right-1 50s -25s linear infinite;
}
.carousel_wrap.--top .carousel_top:nth-child(2) {
  animation: infinity-scroll-right-2 50s linear infinite;
}
.carousel_wrap.--bottom {
  z-index: 1;
  filter: blur(10px);
}
.carousel_wrap.--bottom .carousel_bottom:nth-child(1) {
  animation: infinity-scroll-right-1 90s -45s linear infinite;
}
.carousel_wrap.--bottom .carousel_bottom:nth-child(2) {
  animation: infinity-scroll-right-2 90s linear infinite;
}
.carousel_top,
.carousel_bottom {
  position: relative;
  width: var(--loop-width);
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}
.carousel_top li,
.carousel_bottom li {
  will-change: transform;
  position: absolute;
}
.carousel_top li img,
.carousel_bottom li img {
  max-width: none;
  display: block;
}
.carousel_top_item_1 {
  top: 128px;
  left: 273px;
  z-index: 2;
}
.carousel_top_item_2 {
  top: 420px;
  left: 66px;
  z-index: 2;
}
.carousel_top_item_3 {
  top: 500px;
  left: 400px;
  z-index: 2;
}
.carousel_top_item_4 {
  top: 385px;
  left: 1095px;
  z-index: 2;
}
.carousel_bottom_item_1 {
  top: 235px;
  left: 612px;
  z-index: 1;
}
.carousel_bottom_item_2 {
  top: 218px;
  left: -140px;
  z-index: 1;
}
.carousel_bottom_item_3 {
  top: 153px;
  left: 1204px;
  z-index: 1;
}
.carousel_bottom_item_4 {
  top: 525px;
  left: 935px;
  z-index: 1;
}
.carousel .footer_top_text {
  position: absolute;
  bottom: -2vw;
  left: 0;
  right: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  jobArea
+++++++++++++++++++++++++++++++++++++++++++ */
.jobArea {
  background-position: center center;
}
.jobArea_top {
  margin: 0 0 40px;
}
@media (width <= 1023px) {
  .jobArea_top {
    margin-bottom: 20px;
  }
}
.jobArea .accessHeader {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 68px;
  align-items: flex-start;
  margin: 0 0 30px;
}
@media (width <= 767px) {
  .jobArea .accessHeader {
    flex-direction: column;
    gap: 20px;
  }
}
.jobArea .accessHeader h2 {
  flex-shrink: 0;
  padding: 0;
  color: #0080E8;
  font-size: 6.4rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  background: none;
  line-height: 1;
  clip-path: none;
}
@media (width <= 767px) {
  .jobArea .accessHeader h2 {
    font-size: 12vw;
  }
}
.jobArea .accessHeader dl {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 42px;
  flex: 1;
}
@media (width <= 767px) {
  .jobArea .accessHeader dl {
    flex-direction: column;
    gap: 10px;
  }
}
.jobArea .accessHeader dl dt {
  flex-shrink: 0;
  font-weight: bold;
  font-size: 2.4rem;
}
@media (width <= 767px) {
  .jobArea .accessHeader dl dt {
    font-size: 4.8vw;
    text-align: left;
  }
}
.jobArea .accessHeader dl dd {
  text-align: left;
  flex: 1;
  font-size: 1.6rem;
}
@media (width <= 767px) {
  .jobArea .accessHeader dl dd {
    font-size: 3.2vw;
  }
}
