@charset "UTF-8";
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  animation: fadeIn 2s ease 0s 1 normal;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color-scheme: only light;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: only light;
  tab-size: 2;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.fz10 {
  font-size: 10px;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz42 {
  font-size: 42px;
}

.fz44 {
  font-size: 44px;
}

.fz46 {
  font-size: 46px;
}

.fz48 {
  font-size: 48px;
}

.fz50 {
  font-size: 50px;
}

.fz52 {
  font-size: 52px;
}

.fz54 {
  font-size: 54px;
}

.fz56 {
  font-size: 56px;
}

.fz58 {
  font-size: 58px;
}

.fz60 {
  font-size: 60px;
}

.fz62 {
  font-size: 62px;
}

.fz64 {
  font-size: 64px;
}

.fz66 {
  font-size: 66px;
}

.fz68 {
  font-size: 68px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 1023px) {
  .sfz10 {
    font-size: 10px;
  }
  .sfz12 {
    font-size: 12px;
  }
  .sfz14 {
    font-size: 14px;
  }
  .sfz16 {
    font-size: 16px;
  }
  .sfz18 {
    font-size: 18px;
  }
  .sfz20 {
    font-size: 20px;
  }
  .sfz22 {
    font-size: 22px;
  }
  .sfz24 {
    font-size: 24px;
  }
  .sfz26 {
    font-size: 26px;
  }
  .sfz28 {
    font-size: 28px;
  }
  .sfz30 {
    font-size: 30px;
  }
  .sfz32 {
    font-size: 32px;
  }
  .sfz34 {
    font-size: 34px;
  }
  .sfz36 {
    font-size: 36px;
  }
  .sfz38 {
    font-size: 38px;
  }
  .sfz40 {
    font-size: 40px;
  }
  .sfz42 {
    font-size: 42px;
  }
  .sfz44 {
    font-size: 44px;
  }
  .sfz46 {
    font-size: 46px;
  }
  .sfz48 {
    font-size: 48px;
  }
  .sfz50 {
    font-size: 50px;
  }
  .sfz52 {
    font-size: 52px;
  }
  .sfz54 {
    font-size: 54px;
  }
  .sfz56 {
    font-size: 56px;
  }
  .sfz58 {
    font-size: 58px;
  }
  .sfz60 {
    font-size: 60px;
  }
  .sfz62 {
    font-size: 62px;
  }
  .sfz64 {
    font-size: 64px;
  }
  .sfz66 {
    font-size: 66px;
  }
  .sfz68 {
    font-size: 68px;
  }
  .sfz70 {
    font-size: 70px;
  }
}
.fz10 {
  font-size: 10px;
}

.text-32px {
  font-size: 32px;
}
.text-32px__20px {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .text-32px__20px {
    font-size: 20px;
  }
}

.text-40px {
  font-size: 40px;
}
.text-40px__24px {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .text-40px__24px {
    font-size: 24px;
  }
}

.text-44px {
  font-size: 44px;
}
.text-44px__18px {
  font-size: 44px;
}
@media screen and (max-width: 1023px) {
  .text-44px__18px {
    font-size: 18px;
  }
}

.text-48px {
  font-size: 48px;
}
.text-48px__32px {
  font-size: 48px;
}
@media screen and (max-width: 1023px) {
  .text-48px__32px {
    font-size: 32px;
  }
}

.text-72px {
  font-size: 72px;
}
.text-72px__32px {
  font-size: 72px;
}
@media screen and (max-width: 1023px) {
  .text-72px__32px {
    font-size: 32px;
  }
}

.text-80px {
  font-size: 80px;
}
.text-80px__40px {
  font-size: 80px;
}
@media screen and (max-width: 1023px) {
  .text-80px__40px {
    font-size: 40px;
  }
}

.text-96px {
  font-size: 96px;
}
.text-96px__40px {
  font-size: 96px;
}
@media screen and (max-width: 1023px) {
  .text-96px__40px {
    font-size: 40px;
  }
}

.bg-redE8 {
  background-color: #e82828;
}

.bg-grayE9 {
  background-color: #e9e9e9;
}

.bg-grayE6 {
  background-color: #e0e2e6;
}

.bg-yellow23 {
  background-color: #ffff23;
}

.bg-yellowDA23 {
  background-color: #ffda23;
}

.bg-blue20 {
  background-color: #202227;
}

.bg-shineWhite {
  background-color: rgba(255, 255, 255, 0.85);
}

.bg-red-to-purple {
  background-color: #e82828;
  animation: red_to_purple 5s infinite;
}

.bg-yellow-to-green {
  background-color: #ffff23;
  animation: yellow_to_green 5s infinite;
}

.bg-shadow {
  position: relative;
}
.bg-shadow::after {
  content: "";
  display: block;
  width: 100%;
  height: 15svh;
  background: linear-gradient(360deg, #202227 0%, rgba(32, 34, 39, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 400px;
  opacity: 0.8;
}

.move-rainbow-grad, .games-btn-item.killer, .midcareer-tab-item.is-active, .midcareer-tab-item:hover, .newgraduate-tab-item.is-active, .newgraduate-tab-item:hover, .recruit-post-item, .single-ranking-item .gradation, .news-ranking-item .gradation, .news-blog-pager a.is-active,
.news-blog-pager span.is-active, .contact-telBtn:hover, .member-tab a.is-active, .member-tab a:hover, .features-slider .swiper-slide.swiper-slide-active .swiper-card {
  background: linear-gradient(to right, #9c1aa3 0%, #f44e5a 16%, #ff9900 32%, #ffd300 48%, #47c63a 64%, #008de3 80%, #9c1aa3 100%) 0 center/200%;
  animation: gradationFlow 2s linear infinite;
}

@keyframes gradationFlow {
  /* backgroundを移動させる */
  100% {
    background-position-x: 200%;
  }
}
.rainbow-animation {
  background: linear-gradient(to top, #9c1aa3 0%, #f44e5a 16%, #ff9900 32%, #ffd300 48%, #47c63a 64%, #008de3 80%, #9c1aa3 100%) 0 center/100% 200%;
  animation: gradationFlowY 2s linear infinite;
}

.js-bgStretch {
  background: linear-gradient(#ffda23, #ffda23) 0 100%/0 100% no-repeat;
  transition: background 0.8s;
}
.js-bgStretch--active {
  background-size: 100% 100%;
}

.js-bgLineStretch {
  background: linear-gradient(#ffda23, #ffda23) 0 100%/0 40% no-repeat;
  transition: background 0.8s;
}
.js-bgLineStretch--active {
  background-size: 100% 40%;
}

.tab-purple {
  background-color: #c940c9;
}

.tab-red {
  background-color: #f44e5a;
}

.tab-orange {
  background-color: #ff9710;
}

.tab-yellow {
  background-color: #ffcc00;
}

.tab-green {
  background-color: #34d5af;
}

.tab-blue {
  background-color: #5ea2ef;
}

.figher-purple {
  background-color: #c940c9;
}

.figher-red {
  background-color: #f44e5a;
}

.figher-orange {
  background-color: #ff9710;
}

.figher-yellow {
  background-color: #ffcc00;
}

.figher-green {
  background-color: #34d5af;
}

.figher-blue {
  background-color: #5ea2ef;
}

.figher-default {
  background-color: #626262;
}

.bg-dot-pink {
  background-image: url("../images/front-page/bg_dot_pink.png");
  background-repeat: repeat;
}

.bg-mvv {
  background-image: url("../images/front-page/bg_mvv.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1023px) {
  .bg-mvv {
    -webkit-background-size: 360px auto;
    background-size: 360px auto;
  }
}

.bg-renew-recruit {
  background-image: url("../images/front-page/bg_recruit_pc.webp");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.-rotate-9 {
  transform: rotate(-9deg);
}

.-rotate-4 {
  transform: rotate(-4deg);
}

.rotate-4 {
  transform: rotate(4deg);
}

.-rotate-10 {
  transform: rotate(-10deg);
}

.scale09, .heading-main--larger, .heading-main {
  transform: scale(1, 0.85);
}

.vertical-line {
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  border: none;
}
.vertical-line::before {
  content: "";
  width: 2px;
  height: 64px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: black;
  z-index: 2;
  transform: translate(-50%, 0);
}

.over-width {
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}
.over-width--lg {
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
}

.zoomIn {
  visibility: hidden;
}
.zoomIn-anime {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  animation: zoomIn 1s;
}

.loading-sheet {
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 1s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  color: white;
  width: 100%;
  font-weight: bold;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e82828;
}
.loading-sheet--active {
  opacity: 1;
  visibility: visible;
}

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

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

.junction-modal {
  min-height: 100svh;
  z-index: 9999;
}
.junction-modal-body {
  max-width: 1368px;
  padding: 48px 64px 88px;
}
@media screen and (max-width: 1023px) {
  .junction-modal-body {
    padding: 24px 20px 48px;
  }
}
.junction-modal-logo {
  width: 500px;
}
@media screen and (max-width: 1023px) {
  .junction-modal-logo {
    width: 250px;
  }
}
.junction-modal-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 370px;
  padding: 0 14px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.junction-modal-item:first-child {
  background-image: url("../../assets/images/front-page/junction_item01.webp");
}
.junction-modal-item:nth-child(2) {
  background-image: url("../../assets/images/front-page/junction_item02.webp");
}
@media screen and (max-width: 1023px) {
  .junction-modal-item {
    height: 174px;
  }
}
.junction-modal-text01 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1023px) {
  .junction-modal-text01 {
    font-size: 16px;
  }
}
.junction-modal-text02 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1023px) {
  .junction-modal-text02 {
    font-size: 14px;
    margin-top: 8px;
  }
}

@keyframes flow-font01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
@keyframes red_to_purple {
  0% {
    background-color: #e82828;
  }
  50% {
    background-color: #a30b48;
  }
  100% {
    background-color: #e82828;
  }
}
@keyframes yellow_to_green {
  0% {
    background-color: #ffff23;
  }
  50% {
    background-color: #d8ff0b;
  }
  100% {
    background-color: #ffff23;
  }
}
@keyframes scroll-anim {
  100% {
    background-position: 200% 0;
  }
}
@keyframes height_0_to_180px {
  0% {
    height: 0;
  }
  100% {
    height: 180px;
  }
}
@keyframes height_0_to_100percent {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 90%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 90%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}
@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 40%;
  }
  20% {
    width: 80%;
  }
  30% {
    width: 20%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 60%;
  }
  60% {
    width: 40%;
  }
  70% {
    width: 20%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 20%;
  }
  100% {
    width: 60%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: perspective(500px) translateZ(1000px);
    opacity: 0;
  }
  100% {
    transform: perspective(500px) translateZ(0px);
    opacity: 1;
  }
}
@keyframes bar-arrow-anim {
  from {
    opacity: 0;
    left: 50px;
    bottom: 200px;
    width: 0;
  }
  to {
    opacity: 1;
    left: -60px;
    bottom: 360px;
    width: 500px;
  }
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
@keyframes chevron_move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px);
  }
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes OpacityFadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lineTop {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineRight {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes lineBottom {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineLeft {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes infinite_flow_text {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -500% 0;
  }
}
@keyframes infinite_flow_text_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000% 0;
  }
}
@keyframes contact_flow_text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes bg_flow01 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes bg_flow02 {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes move_hang_prev {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(22deg);
  }
  60% {
    transform: rotate(-20deg);
  }
  85% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes move_hang_next {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-22deg);
  }
  60% {
    transform: rotate(20deg);
  }
  85% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  40% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  41% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes news_flow_text {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes move {
  0% {
    transform: translate(-100%, 0);
    opacity: 1;
  }
  80% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes screen {
  0% {
    transform: scaleX(1);
  }
  70% {
    transform: scaleX(1);
  }
  85% {
    transform: scaleX(0.05);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes top_battle_flowText {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}
@keyframes hearts-fall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1252px);
  }
}
@keyframes flowText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flow_text_zawa {
  from {
    left: 100%;
  }
  99%, to {
    left: -100%;
  }
}
@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text-shine {
  background-image: linear-gradient(70deg, #202227 45%, #fff 50%, #202227 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 2s infinite;
}

.text-yellow23 {
  color: #ffff23;
}

.text-yellowDA23 {
  color: #ffda23;
}

.text-redE8 {
  color: #e82828;
}

.text-88px {
  font-size: 88px;
}

.text-64px {
  font-size: 64px;
}

.text-52px {
  font-size: 52px;
}

.text-44px {
  font-size: 44px;
}

.text-40px {
  font-size: 40px;
}

.text-32px {
  font-size: 32px;
}

.text-28px {
  font-size: 28px;
}

.text-280-72px {
  font-size: clamp(72px, 13vw, 280px);
}

.text-230-52px {
  font-size: clamp(52px, 13vw, 230px);
}

.text-207-48px {
  font-size: clamp(48px, 10vw, 207px);
}

.text-160-56px {
  font-size: clamp(56px, 8vw, 160px);
}

.text-128-52px {
  font-size: clamp(52px, 7vw, 128px);
}

.text-128-64px {
  font-size: clamp(64px, 9vw, 128px);
}

.text-124-44px {
  font-size: clamp(44px, 6vw, 124px);
}

.text-116-64px {
  font-size: clamp(64px, 6vw, 116px);
}

.text-104-48px {
  font-size: clamp(48px, 7vw, 104px);
}

.text-107-44px {
  font-size: clamp(44px, 7vw, 107px);
}

.text-100-40px {
  font-size: clamp(40px, 7vw, 100px);
}

.text-96-44px {
  font-size: clamp(44px, 6vw, 96px);
}

.text-96-32px {
  font-size: clamp(32px, 6vw, 96px);
}

.text-136-64px {
  font-size: clamp(64px, 7.5vw, 136px);
}

.text-94-44px {
  font-size: clamp(44px, 6vw, 94px);
}

.text-80-40px {
  font-size: clamp(40px, 5vw, 80px);
}

.text-66-26px {
  font-size: clamp(26px, 5vw, 66px);
}

.text-32-16px {
  font-size: clamp(16px, 4vw, 32px);
}

.text-28-16px {
  font-size: clamp(16px, 4vw, 28px);
}

.text-80-44px {
  font-size: clamp(44px, 6vw, 80px);
}

.text-84-44px {
  font-size: clamp(44px, 6vw, 84px);
}

.text-69-32px {
  font-size: clamp(32px, 4vw, 69px);
}

.text-74-32px {
  font-size: clamp(32px, 4vw, 72px);
}

.leading__we-are-no1 {
  line-height: 82px;
}
@media screen and (max-width: 1023px) {
  .leading__we-are-no1 {
    line-height: 30px;
  }
}

.leading--2 {
  line-height: 2 !important;
}

.leading--17 {
  line-height: 1.7 !important;
}

@media screen and (max-width: 1023px) {
  .sp-max-width--600 {
    max-width: 600px;
  }
}
.max-width {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.max-width--1920 {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .max-width--1920 {
    max-width: 600px;
  }
}
.max-width--1600 {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .max-width--1600 {
    max-width: 600px;
  }
}
.max-width--1200 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .max-width--1200 {
    max-width: 600px;
  }
}
.max-width--800 {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .max-width--800 {
    max-width: 600px;
  }
}
.max-width--640 {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .max-width--640 {
    max-width: 480px;
  }
}
.max-width--600 {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.max-width--400 {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .max-width {
    max-width: 600px;
  }
}

.border5-redE8 {
  border: solid 5px #e82828;
}

.heading-main {
  line-height: 1.25;
  font-weight: 900;
}
.heading-main--larger {
  font-weight: 900;
}
.heading-diagnose {
  transform: translate3d(0, 0, 0);
}
.heading-diagnose__line {
  transform: translate3d(0, 0, 0);
}
.heading-diagnose__line::before {
  transform: translate3d(0, 0, 0);
  content: "";
  display: block;
  background-color: #e82828;
  height: 0;
  width: 4px;
  will-change: height;
  transition: height 0.5s ease;
}
.heading-fighter::before {
  content: "";
  background-image: url("../images/front-page/fighter_letter.svg");
  display: block;
  aspect-ratio: 56/29;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 2px;
  top: -31px;
  height: 58px;
}
.heading__right-red-border {
  position: relative;
}
.heading__right-red-border::after {
  content: "";
  background-color: #e82828;
  height: 8px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .heading__right-red-border::after {
    height: 4px;
  }
}
.heading__left-red-border {
  position: relative;
}
.heading__left-red-border span {
  line-height: 1.75;
  text-indent: 48px;
}
@media screen and (max-width: 1023px) {
  .heading__left-red-border span {
    text-indent: 24px;
  }
}
.heading__left-red-border::before {
  content: "ー";
  display: inline-block;
  font-size: 36px;
  line-height: 1.7;
  color: #e82828;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .heading__left-red-border::before {
    font-size: 20px;
  }
}

.underline--yellow {
  background: linear-gradient(transparent 50%, #ffff23 50%);
}
.underline--white {
  background: linear-gradient(transparent 94%, #fff 0%);
}

.infinite-letter-itemone, .infinite-letter-story, .infinite-letter-itemone--black {
  position: relative;
  padding: 41px 10vw;
  overflow: hidden;
  z-index: 2;
}
.infinite-letter-itemone::before, .infinite-letter-story::before, .infinite-letter-itemone--black::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-image: url("../images/item_one_letter.svg");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto;
  animation: flow-font01 15s linear infinite;
  z-index: -1;
  margin-bottom: -4px;
}
.infinite-letter-itemone--black::before {
  filter: brightness(0);
}
.infinite-letter-story::before {
  background-image: url("../images/front-page/story_letter.svg");
}

.btn-primary, .btn-primary--black, .btn-primary--white {
  display: block;
  width: 240px;
  height: 64px;
  padding: 6px;
  background: linear-gradient(to right, #9c1aa3 0%, #f44e5a 16%, #ff9900 32%, #ffd300 48%, #47c63a 64%, #008de3 80%, #9c1aa3 100%) 0 center/200%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  animation: gradationFlow 2s linear infinite;
}
@keyframes gradationFlow {
  /* backgroundを移動させる */
  100% {
    background-position-x: 200%;
  }
}
.btn-primary > span, .btn-primary--black > span, .btn-primary--white > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #202227;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-primary .text, .btn-primary--black .text, .btn-primary--white .text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.btn-primary:hover, .btn-primary--black:hover, .btn-primary--white:hover {
  animation-play-state: paused;
}
.btn-primary--white > span {
  background-color: #fff;
}
.btn-primary--black {
  background: #202227;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 24px;
  right: 40px;
  transform: translate(0, 0);
  transition: all 0.5s;
  cursor: pointer;
  z-index: 40;
  background-color: #e82828;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .toggle_btn {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 24px;
  }
}
.toggle_btn--black {
  background-color: #202227;
}
.toggle_btn--white {
  background-color: white;
}
.toggle_btn__line {
  display: block;
  position: absolute;
  left: -18px;
  width: 50px;
  height: 2px;
  background-color: white;
  transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .toggle_btn__line {
    width: 36px;
    left: -8px;
  }
}
.toggle_btn__line:nth-child(1) {
  top: 24px;
  animation: equalizer01 7000ms infinite;
}
@media screen and (max-width: 1023px) {
  .toggle_btn__line:nth-child(1) {
    top: 12px;
  }
}
.toggle_btn__line:nth-child(2) {
  top: 32px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}
@media screen and (max-width: 1023px) {
  .toggle_btn__line:nth-child(2) {
    top: 18px;
  }
}
.toggle_btn__line:nth-child(3) {
  top: 40px;
  animation: equalizer02 5000ms infinite;
}
@media screen and (max-width: 1023px) {
  .toggle_btn__line:nth-child(3) {
    top: 24px;
  }
}
.toggle_btn__line--white {
  background-color: #202227;
}

.active.toggle_btn {
  background-color: white;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.active .toggle_btn__line {
  background-color: #e82828;
  width: 23px;
}
.active .toggle_btn__line--black {
  background-color: #202227;
}
.active .toggle_btn__line--white {
  background-color: #202227;
}
.active .toggle_btn__line:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
  top: 14px;
  left: 12px;
}
.active .toggle_btn__line:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.active .toggle_btn__line:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
  top: 34px;
  left: 12px;
}

#hamburgerMenu.panel-active {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: scale(0); /*scaleをはじめは0に*/
  right: 0px;
  top: 0px;
  transition: all 0.6s; /*0.6秒かけてアニメーション*/
}

.circle-bg.circle-active {
  transform: scale(50); /*クラスが付与されたらscaleを拡大*/
}

#hamburgerMenu.panel-active .hamburger-menu {
  display: block; /*クラスが付与されたら出現*/
}

.hamburger-menu {
  display: none;
  position: fixed;
  z-index: 60;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.hamburger-menu .infinite-letter-itemone, .hamburger-menu .infinite-letter-itemone--black, .hamburger-menu .infinite-letter-story {
  transform: rotate(270deg) scale(-1) translate(0, -50%);
  width: 100vh;
  position: absolute;
  top: 22.5vh;
  right: -340px;
}
.hamburger-menu .infinite-letter-itemone::before, .hamburger-menu .infinite-letter-itemone--black::before, .hamburger-menu .infinite-letter-story::before {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .hamburger-menu .infinite-letter-itemone, .hamburger-menu .infinite-letter-itemone--black, .hamburger-menu .infinite-letter-story {
    transform: rotate(270deg) scale(-2) translate(0, -50%);
    right: -240px;
  }
}
@media (min-width: 1024px) {
  .hamburger-menu .infinite-letter-itemone, .hamburger-menu .infinite-letter-itemone--black, .hamburger-menu .infinite-letter-story {
    right: 0;
  }
}
.hamburger__text {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 2.5rem;
  color: white;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .hamburger__text {
    font-size: 24px;
    padding-left: 2rem;
  }
}
.hamburger__text:first-letter {
  font-size: 150%;
}
.hamburger__text:hover {
  transition: 1s;
  color: #ffff23;
}
.hamburger__text:hover .hamburger__triangle {
  transform: rotateX(180deg);
  border-color: transparent transparent transparent #ffff23;
}
.hamburger__text:hover .hamburger__triangle::before {
  animation: OpacityFadeIn 1s ease normal forwards;
}
.hamburger__triangle {
  display: inline-block;
  margin-right: 0.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 0;
  top: 30px;
  transition: 1s;
}
@media screen and (max-width: 1023px) {
  .hamburger__triangle {
    top: 20px;
  }
}
.hamburger__triangle::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ffff23;
  position: absolute;
  top: -10px;
  left: -25px;
  opacity: 0;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: chevron_move 3s ease-out infinite;
}
.chevron__wrap {
  position: relative;
  width: 24px;
  height: 24px;
  margin: auto;
  top: -1rem;
}
.chevron:first-child {
  animation: chevron_move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: chevron_move 3s ease-out 2s infinite;
}
.chevron::before, .chevron::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #ffff23;
}
.chevron::before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.chevron::after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

.red-heart {
  background-image: url("../images/fortune-telling/red-heart.png");
  background-repeat: no-repeat;
  background-position: left 6rem;
  padding-bottom: 1rem;
}

.w-106__72px {
  width: 106px;
}
@media screen and (max-width: 1023px) {
  .w-106__72px {
    width: 72px;
  }
}

.more {
  margin: 0 auto;
}
.more__content {
  position: relative;
  height: auto;
  max-height: 600px;
  overflow: hidden;
  transition: max-height 1s;
}
.more__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
}
.more__content.open::after {
  z-index: -1;
  opacity: 0;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #202227;
}

.vertical-rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.jockey {
  font-family: "Jockey One", sans-serif;
  font-weight: 400;
}

.DelaGothic, .recruit-title {
  font-family: "Dela Gothic One", cursive;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.font-redE8 {
  color: #e82828;
}

.font-blue20 {
  color: #202227;
}

.font-yellow23 {
  color: #ffff23;
}

.topBtn {
  top: auto;
  bottom: 64px;
  transition: 0.3s;
}
.topBtn a {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/to_top_btn.svg");
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .topBtn a {
    width: 48px;
    height: 48px;
  }
}

.header-menu {
  height: 110px;
}
@media screen and (max-width: 1023px) {
  .header-menu {
    height: 70px;
  }
}

.header-logo img {
  width: 197px;
}
@media screen and (max-width: 1023px) {
  .header-logo img {
    width: 140px;
  }
}

.footer-nav {
  max-width: 800px;
}
@media screen and (max-width: 1023px) {
  .footer-nav {
    max-width: 312px;
  }
}
.footer-nav-item:first-of-type {
  border-left: solid 1px white;
}
@media screen and (max-width: 1023px) {
  .footer-nav-item:nth-child(2n+3) {
    border-left: solid 1px white;
  }
}
@media screen and (max-width: 1023px) {
  .footer-nav-item:nth-child(n+3) {
    border-top: none;
  }
}
.footer-policy {
  max-width: 800px;
  border: solid 1px #fff;
}
@media screen and (max-width: 1023px) {
  .footer-policy {
    max-width: 312px;
  }
}

.breadcrumb {
  max-width: 1328px;
  width: 100%;
  margin: auto;
  padding: 1.5rem 4rem 0 4rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumb {
    max-width: 640px;
    padding: 1rem 1.25rem 0 1.25rem;
  }
}
.breadcrumb__list {
  display: flex;
}
.breadcrumb__item {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item:first-child {
  color: #e82828;
}
.breadcrumb__item::after {
  content: "＞";
  color: initial;
  margin: 0 0.25rem;
}
.breadcrumb__item:last-child::after {
  content: "";
}

.hero {
  height: 100vh;
  border-top: solid 5px #202227;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  animation: scroll-anim 210s linear infinite;
}
@media screen and (max-width: 1023px) {
  .hero {
    border-top: solid 4px #202227;
  }
}
.hero::before {
  content: "";
  width: 264px;
  height: 8px;
  margin: 0 auto;
  background-image: url("../images/front-page/deco_top.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .hero::before {
    width: 132px;
    height: 4px;
  }
}

.leave-right-block {
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  position: absolute;
  right: -16px;
  top: 130px;
}

.leave-left-block {
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  position: absolute;
  left: -8px;
  top: 30vh;
}
@media screen and (max-width: 1023px) {
  .leave-left-block {
    top: 230px;
  }
}

.leave-center-block {
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  position: absolute;
  top: 60vh;
  left: 0;
  width: 100%;
  transform: scale(0.25) rotate(-6deg);
  transform-origin: 50% 50%;
}
@media screen and (max-width: 1023px) {
  .leave-center-block {
    top: 320px;
  }
}

.features-title {
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  .features-title {
    font-size: 20px;
  }
}
.features-slider .swiper-container {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .features-slider .swiper-container {
    max-width: 260px;
  }
}
.features-slider .swiper-slide.swiper-slide-active .swiper-card::before {
  content: none;
}
.features-slider .swiper-slide .swiper-card {
  height: 500px;
}
@media screen and (max-width: 1023px) {
  .features-slider .swiper-slide .swiper-card {
    height: 360px;
  }
}
.features-slider .swiper-slide .swiper-card::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.article-tag {
  position: absolute;
  top: -27px;
  right: -5px;
}
.article-tag::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 12px transparent;
  border-left: solid 12px transparent;
  border-right: solid 12px #e82828;
  border-bottom: solid 12px #e82828;
  position: absolute;
  top: 0;
  left: -24px;
}
.article-tag p {
  height: 24px;
  padding-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  .article-tag p {
    max-width: 240px;
  }
}

.fadeFlg .fadeText span {
  display: block;
  transform: translateY(100%);
  opacity: 0;
}
.fadeFlg .fadeDeco {
  transform: scale(10);
  opacity: 0;
}
.fadeFlg.is-fade .fadeText span {
  transform: translateY(0);
  opacity: 1;
}
.fadeFlg.is-fade .fadeDeco {
  transform: scale(1);
  opacity: 1;
}

.top-intro .decoImg {
  width: 400px;
  top: -410px;
}
@media screen and (max-width: 1023px) {
  .top-intro .decoImg {
    width: 240px;
    top: -216px;
  }
}
.top-intro-sns {
  max-width: 648px;
}
@media screen and (max-width: 1023px) {
  .top-intro-sns {
    max-width: 600px;
  }
}
.top-intro-mynavi {
  width: 100%;
  max-width: 652px;
  height: 165px;
}
@media screen and (max-width: 1023px) {
  .top-intro-mynavi {
    height: 88px;
  }
}
.top-intro-mynavi .deco-text {
  width: 295px;
  background-color: transparent;
  top: -57px;
  left: -123px;
  z-index: 15;
}
@media screen and (max-width: 1023px) {
  .top-intro-mynavi .deco-text {
    width: 205px;
    top: -131px;
    left: 0;
    z-index: 5;
  }
}
.top-intro-mynavi .deco-text img {
  display: block;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(100%);
}
.top-intro-mynavi .deco-text img.is-fade {
  opacity: 1;
  transform: translateY(0);
}
.top-intro-mynavi .deco-person {
  width: 280px;
  background-color: transparent;
  top: 0;
  right: -94px;
  z-index: 15;
}
@media screen and (max-width: 1023px) {
  .top-intro-mynavi .deco-person {
    width: 214px;
    top: -72px;
    right: 13px;
    z-index: 5;
  }
}
.top-intro-mynavi .deco-person img {
  display: block;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(100%);
}
.top-intro-mynavi .deco-person img.is-fade {
  opacity: 1;
  transform: translateY(0);
}
.top-pickup {
  /* ページネーションの余白 */
  /* 画像サイズ調整 */
}
.top-pickup-flowText {
  transform: translateX(100%);
  animation: news_flow_text 20s linear infinite;
  color: #202227;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .top-pickup-flowText {
    animation: news_flow_text 10s linear infinite;
  }
}
.top-pickup-flowText:first-child {
  top: -10%;
  animation-delay: 8s;
}
.top-pickup-flowText:nth-child(2) {
  top: -10%;
  animation-delay: 18s;
}
@media screen and (max-width: 1023px) {
  .top-pickup-flowText:nth-child(2) {
    animation-delay: 13s;
  }
}
.top-pickup-flowText:nth-child(3) {
  top: 5%;
  animation-delay: 4s;
}
.top-pickup-flowText:nth-child(4) {
  top: 5%;
  animation-delay: 14s;
}
@media screen and (max-width: 1023px) {
  .top-pickup-flowText:nth-child(4) {
    animation-delay: 9s;
  }
}
.top-pickup-flowText:nth-child(5) {
  top: 12%;
}
.top-pickup-flowText:nth-child(6) {
  top: 12%;
  animation-delay: 10s;
}
@media screen and (max-width: 1023px) {
  .top-pickup-flowText:nth-child(6) {
    animation-delay: 5s;
  }
}
.top-pickup-flowText:nth-child(7) {
  top: 100%;
  animation-delay: 8s;
}
.top-pickup-flowText:nth-child(8) {
  top: 100%;
  animation-delay: 18s;
}
@media screen and (max-width: 1023px) {
  .top-pickup-flowText:nth-child(8) {
    animation-delay: 13s;
  }
}
.top-pickup-flowText:nth-child(9) {
  top: 90%;
  animation-delay: 2s;
}
.top-pickup-flowText:nth-child(10) {
  top: 90%;
  animation-delay: 12s;
}
@media screen and (max-width: 1023px) {
  .top-pickup-flowText:nth-child(10) {
    animation-delay: 7s;
  }
}
.top-pickup-wrapper::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #202227;
  position: absolute;
  top: 6px;
  left: 0;
}
.top-pickup-main {
  max-width: 1920px;
  padding-top: 45px;
}
@media screen and (max-width: 1023px) {
  .top-pickup-main {
    padding-top: 30px;
  }
}
.top-pickup-mainInner {
  max-width: 320px;
  overflow: visible;
}
.top-pickup-mainInner .swiper-slide {
  width: max-content;
}
.top-pickup-mainInner .swiper-slide-active .news-pickup-link:after {
  animation: reflection 2s ease-in-out infinite;
}
@media screen and (max-width: 1023px) {
  .top-pickup-mainInner {
    max-width: 272px;
  }
}
.top-pickup-man {
  width: 106px;
}
.top-pickup .swiper-pagination {
  width: fit-content;
  margin: 40px auto 0;
  position: relative;
  z-index: 30;
}
.top-pickup .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.top-pickup .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.top-pickup .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-image: url("../images/front-page/pickup_slider_dot_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .top-pickup .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
.top-pickup .swiper-pagination-bullet-active {
  height: 32px;
  width: 32px;
  background-image: url("../images/front-page/pickup_slider_dot_yellow.svg");
}
@media screen and (max-width: 1023px) {
  .top-pickup .swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
  }
}
.top-pickup .swiper-slide img {
  width: 100%;
  height: auto;
}
.top-pickup-item {
  width: 320px;
  padding: 5px;
  transition: 0.5s;
  transform-origin: calc(50% - 9px) -95px;
}
@media screen and (max-width: 1023px) {
  .top-pickup-item {
    width: 272px;
    transform-origin: calc(50% - 9px) -66px;
  }
}
.top-pickup-item.movePrevStart {
  animation: move_hang_prev 0.5s ease-in-out;
}
.top-pickup-item.moveNextStart {
  animation: move_hang_next 0.5s ease-in-out;
}
.top-pickup-item::before {
  content: "";
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background-color: #202227;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .top-pickup-item::before {
    top: -60px;
  }
}
.top-pickup-item::after {
  content: "";
  width: 4px;
  height: 76px;
  margin: 0 auto;
  background-color: #202227;
  position: absolute;
  top: -76px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .top-pickup-item::after {
    height: 48px;
    top: -48px;
  }
}
.top-pickup-item .title {
  line-height: 1.75;
}
.top-pickup-item .tagList span {
  line-height: 1.75;
}
.top-pickup-item .article-tag {
  top: -24px;
  right: 0;
}
.top-pickup-item .article-tag::before {
  border-right: solid 12px #ffda23;
  border-bottom: solid 12px #ffda23;
}
.top-pickup-link::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
}
.top-okayama {
  background-image: url("../images/front-page/okayama_prefecture.svg");
  background-repeat: no-repeat;
  background-position: top 70px center;
  background-size: 720px auto;
}
@media screen and (max-width: 1023px) {
  .top-okayama {
    background-size: 228px auto;
    background-position: top 32px center;
  }
}
.top-okayama-title {
  font-size: 148px;
  opacity: 0;
  transform: scale(5);
  transition: 0.5s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 1023px) {
  .top-okayama-title {
    font-size: 48px;
  }
}
.top-okayama-title img {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
  transition-delay: 0.6s;
}
.top-okayama-title.is-fade {
  opacity: 1;
  transform: scale(1);
}
.top-okayama-title.is-fade img {
  opacity: 1;
  transform: translateY(0);
}
.top-about-deco01 {
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.5s;
  transition-delay: 0.3s;
}
.top-about-deco01.is-fade {
  opacity: 1;
  transform: translateX(0);
}
.top-about-deco01 .text {
  width: 172px;
  height: 106px;
  background-image: url("../images/front-page/bg_about_deco01.svg");
  -webkit-background-size: cover;
  background-size: cover;
}
.top-about-deco02 {
  opacity: 0;
  transform: translateX(100%);
  transition: 0.5s;
  transition-delay: 0.3s;
}
.top-about-deco02.is-fade {
  opacity: 1;
  transform: translateX(0);
}
.top-about-deco02 .text {
  width: 172px;
  height: 106px;
  background-image: url("../images/front-page/bg_about_deco02.svg");
  -webkit-background-size: cover;
  background-size: cover;
}
.top-about-main {
  max-width: 886px;
  padding-top: 180px;
}
@media screen and (max-width: 1023px) {
  .top-about-main {
    padding-top: 446px;
  }
}
.top-about-main::before, .top-about-main::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-image: url("../images/front-page/flowtext_about.svg");
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  animation: bg_flow01 10s linear infinite;
}
.top-about-main::after {
  top: 100%;
  animation: bg_flow02 10s linear infinite;
}
.top-about-title {
  width: 240px;
  height: 148px;
  background-image: url("../images/front-page/deco_yellow_baloon.svg");
  -webkit-background-size: cover;
  background-size: cover;
  top: 64px;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
.top-about-title.is-fade {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  .top-about-title {
    width: 172px;
    height: 106px;
    line-height: 1.3;
    top: 362px;
  }
}
.top-about-movie {
  padding: 8px;
}
@media screen and (max-width: 1023px) {
  .top-about-movie {
    padding: 5px;
  }
}
.top-about-movie .borderBox01 .borderBoxInner::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #202227;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s linear;
}
.top-about-movie .borderBox01 .borderBoxInner::after {
  content: "";
  width: 1px;
  height: 0;
  background-color: #202227;
  position: absolute;
  top: 0;
  right: 0;
  transition: 1s linear;
  transition-delay: 1s;
}
.top-about-movie .borderBox02 .borderBoxInner::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #202227;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 1s linear;
  transition-delay: 2s;
}
.top-about-movie .borderBox02 .borderBoxInner::after {
  content: "";
  width: 1px;
  height: 0;
  background-color: #202227;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 1s linear;
  transition-delay: 3s;
}
.top-about-movie.is-fade .borderBox01 .borderBoxInner::before {
  width: 100%;
}
.top-about-movie.is-fade .borderBox01 .borderBoxInner::after {
  height: 100%;
}
.top-about-movie.is-fade .borderBox02 .borderBoxInner::before {
  width: 100%;
}
.top-about-movie.is-fade .borderBox02 .borderBoxInner::after {
  height: 100%;
}
.top-about-movie::before {
  content: "";
  width: 400px;
  height: 8px;
  background-image: url("../images/front-page/deco_movie_line.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -4px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .top-about-movie::before {
    width: 240px;
  }
}
.top-about-movie .inner {
  height: 487px;
  border: solid 4px #202227;
}
@media screen and (max-width: 1023px) {
  .top-about-movie .inner {
    height: 337px;
  }
}
@media screen and (max-width: 540px) {
  .top-about-movie .inner {
    height: 175px;
  }
}
.top-about-movie .inner::before {
  content: "";
  width: 222px;
  height: 18px;
  background-image: url("../images/front-page/deco_movie_square.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -21px;
  left: -4px;
}
@media screen and (max-width: 1023px) {
  .top-about-movie .inner::before {
    width: 148px;
    height: 12px;
    top: -16px;
  }
}
.top-company-serious {
  padding: 64px 0 400px;
}
@media screen and (max-width: 1520px) {
  .top-company-serious {
    padding: 0 0 400px;
  }
}
@media screen and (max-width: 1023px) {
  .top-company-serious {
    padding: 0 0 200px;
  }
}
.top-company-serious-body {
  max-width: 1920px;
}
@media screen and (max-width: 1520px) {
  .top-company-serious-body {
    flex-direction: column;
    align-items: center;
    gap: 100px;
  }
}
.top-company-serious-left {
  width: 44.4444444444%;
  padding: 120px 0 0;
}
@media screen and (max-width: 1520px) {
  .top-company-serious-left {
    width: 100%;
    padding: 60px 0 0;
  }
}
.top-company-serious-left .leftMan {
  width: 270px;
  top: 220px;
  left: -100%;
  transition: 0.5s;
  transition-delay: 1s;
}
@media screen and (max-width: 1023px) {
  .top-company-serious-left .leftMan {
    width: 180px;
    top: 120px;
    transition-delay: 0.5s;
  }
}
.top-company-serious-left .rightWoman {
  width: 270px;
  top: 220px;
  right: -100%;
  transition: 0.5s;
  transition-delay: 1s;
}
@media screen and (max-width: 1023px) {
  .top-company-serious-left .rightWoman {
    width: 180px;
    top: 120px;
    transition-delay: 0.5s;
  }
}
.top-company-serious-left.is-fade .leftMan {
  left: 0;
}
.top-company-serious-left.is-fade .rightWoman {
  right: 0;
}
.top-company-serious-right {
  width: 62.2222222222%;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  height: 1060px;
}
@media screen and (max-width: 1023px) {
  .top-company-serious-right {
    width: 100%;
    max-width: 648px;
    height: auto;
    overflow: visible;
  }
}
.top-company-serious-right::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.top-company-serious-right::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #e2e2e2;
}
.top-company-serious-right::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #000000;
}
.top-company-serious-title {
  line-height: 1.3;
}
.top-company-serious-title span {
  font-size: 142px;
}
@media screen and (max-width: 1023px) {
  .top-company-serious-title span {
    font-size: 64px;
  }
}
.top-company-serious .bottomImg01,
.top-company-serious .bottomImg02 {
  left: 50%;
  opacity: 0;
  transition: 0.5s;
}
.top-company-serious .bottomImg01 img,
.top-company-serious .bottomImg02 img {
  width: 2200px;
  max-width: none;
}
@media screen and (max-width: 1023px) {
  .top-company-serious .bottomImg01 img,
  .top-company-serious .bottomImg02 img {
    width: 1023px;
  }
}
.top-company-serious .bottomImg01.is-fade,
.top-company-serious .bottomImg02.is-fade {
  opacity: 1;
  transform: translateX(-50%);
}
.top-company-serious .bottomImg01 {
  transform: translateX(0);
}
.top-company-serious .bottomImg02 {
  transform: translateX(-100%);
}
.top-company-problem {
  scroll-snap-align: start;
  padding: 120px 120px 0 0;
  height: 1060px;
}
@media screen and (max-width: 1520px) {
  .top-company-problem {
    padding: 120px 64px 0;
  }
}
@media screen and (max-width: 1023px) {
  .top-company-problem {
    padding: 64px 24px 0;
    height: auto;
  }
}
.top-company-problem::before {
  content: "";
  display: block;
  width: 258px;
  height: 226px;
  background-image: url("../images/front-page/deco_baloon_problem01.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 35px;
  right: 68px;
}
@media screen and (max-width: 1520px) {
  .top-company-problem::before {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .top-company-problem::before {
    width: 146px;
    height: 128px;
    top: 48px;
    right: 6px;
  }
}
.top-company-problem .deco {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
.top-company-problem.is-fade .deco {
  opacity: 1;
  transform: translateY(0);
}
.top-company-problem:first-of-type .deco {
  width: 282px;
  height: 194px;
  top: 0;
  right: 32px;
}
@media screen and (max-width: 1520px) {
  .top-company-problem:first-of-type .deco {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .top-company-problem:first-of-type .deco {
    width: 160px;
    height: 110px;
    top: -16px;
    right: -12px;
    z-index: 1;
  }
}
.top-company-problem:nth-child(2)::before {
  left: -12px;
}
@media screen and (max-width: 1520px) {
  .top-company-problem:nth-child(2)::before {
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .top-company-problem:nth-child(2)::before {
    top: 0;
    left: -32px;
  }
}
.top-company-problem:nth-child(3) .deco {
  width: 180px;
  height: 256px;
  top: -6px;
  right: 120px;
  z-index: 10;
}
@media screen and (max-width: 1520px) {
  .top-company-problem:nth-child(3) .deco {
    right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .top-company-problem:nth-child(3) .deco {
    width: 96px;
    height: 136px;
    top: -26px;
    right: 24px;
  }
}
.top-company-problem .title {
  width: 224px;
  height: 54px;
  background-color: #202227;
}
@media screen and (max-width: 1023px) {
  .top-company-problem .title {
    width: 116px;
    height: 24px;
  }
}
.top-company-problem .title::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 27px transparent;
  border-right: solid 27px transparent;
  border-left: solid 27px #202227;
  border-bottom: solid 27px #202227;
  position: absolute;
  right: -54px;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .top-company-problem .title::before {
    border-top: solid 12px transparent;
    border-right: solid 12px transparent;
    border-left: solid 12px #202227;
    border-bottom: solid 12px #202227;
    right: -24px;
  }
}
.top-company-problem .movie {
  border: solid 5px #202227;
}
.top-company-problem .textbox {
  background-color: #202227;
}
.top-company-problem .text01 {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .top-company-problem .text01 {
    font-size: 20px;
  }
}
.top-company-problem .text02 {
  line-height: 1.75;
}
.top-company-hate .text01 {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .top-company-hate .text01 {
    font-size: 28px;
  }
}
.top-company-hate .text01.is-fade span {
  opacity: 1;
  transform: scale(1);
}
.top-company-hate .text01 span {
  font-size: 360px;
  line-height: 1;
  opacity: 0;
  transform: scale(5);
  transition: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1023px) {
  .top-company-hate .text01 span {
    font-size: 156px;
  }
}
.top-company-hate .deco01 {
  max-width: 720px;
  opacity: 0;
  transform: scale(5);
  transition: 0.5s;
  transition-delay: 1s;
}
@media screen and (max-width: 1023px) {
  .top-company-hate .deco01 {
    max-width: 480px;
    height: 400px;
  }
  .top-company-hate .deco01 img {
    width: 480px;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-company-hate .deco01.is-fade {
  opacity: 1;
  transform: scale(1);
}
.top-company-hate .deco02 {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .top-company-hate .deco02 {
    max-width: none;
    height: 183px;
  }
}
.top-company-hate .deco02.is-fade {
  opacity: 1;
  transform: translateY(0);
}
.top-company-hate .text02 {
  margin: -190px auto 0;
  width: 600px;
  height: 367px;
  font-size: 50px;
  background-image: url("../images/front-page/deco_red_baloon.svg");
  -webkit-background-size: cover;
  background-size: cover;
  transform: rotate(-5deg) scale(5);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 1023px) {
  .top-company-hate .text02 {
    margin: -140px auto 0;
    width: 480px;
    height: 280px;
    font-size: 40px;
    line-height: 1.3;
    -webkit-background-size: 480px 280px;
    background-size: 480px 280px;
    left: 50%;
    transform: rotate(-5deg) scale(5) translateX(-50%);
  }
}
.top-company-hate .text02.is-fade {
  opacity: 1;
  transform: rotate(-5deg) scale(1);
}
@media screen and (max-width: 1023px) {
  .top-company-hate .text02.is-fade {
    transform: rotate(-5deg) scale(1) translateX(-50%);
  }
}
.top-company-challenge .main {
  max-width: 1200px;
  padding: 0 120px;
  background-image: url("../images/front-page/bg_company_challenge.webp");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top 105px center;
}
@media screen and (max-width: 1023px) {
  .top-company-challenge .main {
    max-width: 840px;
    padding: 0 24px;
    background-position: top 70px center;
    -webkit-background-size: 840px 560px;
    background-size: 840px 560px;
  }
}
@media screen and (max-width: 1023px) {
  .top-company-challenge .text {
    line-height: 1.5;
  }
}
.top-company-challenge .decoText01 {
  width: 80px;
  height: 200px;
  font-size: 34px;
  letter-spacing: 0.2em;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .top-company-challenge .decoText01 {
    width: 56px;
    height: 135px;
    font-size: 24px;
  }
}
.top-company-challenge .decoText01.is-fade {
  opacity: 1;
  transform: translateY(0);
}
.top-company-challenge .decoText02 {
  width: 80px;
  height: 280px;
  font-size: 34px;
  letter-spacing: 0.2em;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .top-company-challenge .decoText02 {
    width: 56px;
    height: 196px;
    font-size: 24px;
  }
}
.top-company-challenge .decoText02.is-fade {
  opacity: 1;
  transform: translateY(0);
}
.top-working .heart-container01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1252px;
  overflow: hidden;
}
.top-working .heart-container02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1252px;
  overflow: hidden;
}
.top-working .heart01 {
  position: absolute;
  width: 40px; /* ハートの幅を調整 */
  height: 40px; /* ハートの高さを調整 */
  background: url("../images/front-page/icon_heart_yellow.svg") center/contain no-repeat; /* 使いたいハートの画像を指定 */
  animation: hearts-fall 10s linear infinite; /* アニメーションの設定 */
}
.top-working .heart02 {
  position: absolute;
  width: 40px; /* ハートの幅を調整 */
  height: 40px; /* ハートの高さを調整 */
  background: url("../images/front-page/icon_heart_red.svg") center/contain no-repeat; /* 使いたいハートの画像を指定 */
  animation: hearts-fall 10s linear infinite; /* アニメーションの設定 */
}
.top-working .decoText {
  max-width: 488px;
}
@media screen and (max-width: 1023px) {
  .top-working .decoText {
    max-width: 346px;
  }
}
.top-working .decoText .inner {
  width: 255px;
  height: 213px;
}
@media screen and (max-width: 1023px) {
  .top-working .decoText .inner {
    width: 170px;
    height: 142px;
  }
}
.top-working .decoText .inner img {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
.top-working .decoText.is-fade .inner img {
  opacity: 1;
  transform: translateY(0);
}
.top-working-image {
  height: 480px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .top-working-image {
    height: 320px;
  }
}
.top-working-image.is-fade .inner img {
  transform: translateX(0);
  opacity: 1;
}
.top-working-image .inner {
  max-width: 1200px;
}
@media screen and (max-width: 1023px) {
  .top-working-image .inner {
    max-width: 600px;
  }
}
.top-working-image .inner img {
  width: 480px;
  transform: translateX(100%);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .top-working-image .inner img {
    width: 320px;
  }
}
.top-growing::before, .top-growing::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/front-page/bg_growing_pc.svg");
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  animation: bg_flow01 20s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .top-growing::before, .top-growing::after {
    background-image: url("../images/front-page/bg_growing_sp.svg");
  }
}
.top-growing::after {
  animation: bg_flow02 20s linear infinite;
  top: 100%;
}
.top-growing-title .text01 {
  line-height: 2;
  opacity: 1;
  transform: translateY(100%);
  transition: 0.5s;
}
.top-growing-title .text02 {
  opacity: 1;
  transform: translateY(100%);
  transition: 0.5s;
}
.top-growing-title .text03 {
  font-size: 300px;
  line-height: 1.1;
  opacity: 0;
  transform: scale(5);
  transition: 0.5s;
  transition-delay: 0.8s;
}
@media screen and (max-width: 1023px) {
  .top-growing-title .text03 {
    font-size: 240px;
    line-height: 1;
  }
}
.top-growing-title .text04 {
  font-size: 300px;
  line-height: 1.1;
  opacity: 0;
  transform: scale(5);
  transition: 0.5s;
  transition-delay: 1.2s;
}
@media screen and (max-width: 1023px) {
  .top-growing-title .text04 {
    font-size: 240px;
    line-height: 1;
  }
}
.top-growing-title.is-fade .text01 {
  opacity: 1;
  transform: translateY(0);
}
.top-growing-title.is-fade .text02 {
  opacity: 1;
  transform: translateY(0);
}
.top-growing-title.is-fade .text03 {
  opacity: 1;
  transform: scale(1);
}
.top-growing-title.is-fade .text04 {
  opacity: 1;
  transform: scale(1);
}
.top-growing-text {
  line-height: 1.3;
  width: calc(100% + 100px);
  transform: rotate(-8deg) translateX(-50px);
}
.top-growing-text span {
  font-size: 40px;
}
.top-growing-info {
  max-width: 1328px;
}
.top-growing-info .left {
  width: 30.1204819277%;
  min-width: 328px;
}
@media screen and (max-width: 1023px) {
  .top-growing-info .left {
    width: 100%;
    max-width: 400px;
    min-width: auto;
    margin: 0 auto;
  }
}
.top-growing-info .left .baloonText01 {
  background-image: url("../images/front-page/deco_baloon_growing.svg");
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
  transform: scale(5);
  transition: 0.5s;
}
.top-growing-info .left .baloonText02 {
  background-image: url("../images/front-page/deco_baloon_growing.svg");
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
  transform: scale(5);
  transition: 0.5s;
  transition-delay: 0.3s;
}
.top-growing-info .left img {
  width: 240px;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
  transition-delay: 0.6s;
}
@media screen and (max-width: 1023px) {
  .top-growing-info .left img {
    width: 160px;
  }
}
.top-growing-info .left.is-fade .baloonText01 {
  opacity: 1;
  transform: scale(1);
}
.top-growing-info .left.is-fade .baloonText02 {
  opacity: 1;
  transform: scale(1);
}
.top-growing-info .left.is-fade img {
  opacity: 1;
  transform: translateY(0);
}
.top-growing-info .right {
  width: 600px;
  min-width: 600px;
}
@media screen and (max-width: 1023px) {
  .top-growing-info .right {
    min-width: auto;
    transform: scale(0.735);
  }
}
@media screen and (max-width: 540px) {
  .top-growing-info .right {
    transform: scale(0.5);
  }
}
.top-growing-info .graph .bar-area {
  height: 610px;
}
.top-growing-info .graph .bar-item:first-of-type .bar-item-sale-number {
  top: -54px;
}
.top-growing-info .graph .bar-item-sale-number {
  width: 130px;
  text-align: center;
  position: absolute;
  top: -77px;
  left: -35px;
}
.top-growing-info .graph .bar-item .bar {
  display: block;
  width: 60px;
  height: 0;
  margin: auto;
  background-color: #ffda23;
  position: absolute;
  left: 50%;
  bottom: 42px;
  z-index: 2;
  transform: translate(-50%, 0);
  will-change: height;
  transition: height 0.5s;
}
.top-growing-info .graph .bar-heading {
  position: absolute;
  transform: rotate(-7deg);
  color: white;
  font-weight: bold;
  font-size: 34px;
  top: 100px;
  left: 32px;
  opacity: 0;
}
.top-growing-info .graph .bar-heading-anime {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
  animation: fadeIn 0.2s;
}
.top-growing-info .graph .extend_arrow {
  position: absolute;
  display: inline-block;
  width: 500px;
  height: 4px;
  transform: rotate(-45deg);
  background-color: white;
  bottom: 360px;
  left: -60px;
  opacity: 0;
}
.top-growing-info .graph .extend_arrow-anime {
  will-change: opacity, left, width;
  animation: bar-arrow-anim 2s;
}
.top-growing-info .graph .extend_arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 70px;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: -17px;
  left: 100%;
}
.top-growing-image .inner {
  max-width: 780px;
  height: 480px;
}
@media screen and (max-width: 1023px) {
  .top-growing-image .inner {
    max-width: 520px;
    height: 320px;
  }
}
@media screen and (max-width: 1023px) {
  .top-growing-image .inner img {
    width: 520px;
    max-width: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-growing-image .text01 {
  font-size: 56px;
  top: -90px;
  transform: translateX(100%);
  animation: flowText 13s linear 3s infinite;
}
@media screen and (max-width: 1023px) {
  .top-growing-image .text01 {
    min-width: max-content;
    top: -60px;
  }
}
.top-growing-image .text02 {
  font-size: 44px;
  top: 484px;
  transform: translateX(100%);
  animation: flowText 15s linear 10s infinite;
}
@media screen and (max-width: 1023px) {
  .top-growing-image .text02 {
    min-width: max-content;
    top: 315px;
  }
}
.top-growing-image .text03 {
  font-size: 32px;
  top: 555px;
  transform: translateX(100%);
  animation: flowText 12s linear infinite;
}
@media screen and (max-width: 1023px) {
  .top-growing-image .text03 {
    min-width: max-content;
    top: 80px;
  }
}
.top-growing-image .text04 {
  font-size: 23px;
  top: 610px;
  transform: translateX(100%);
  animation: flowText 18s linear 5s infinite;
}
@media screen and (max-width: 1023px) {
  .top-growing-image .text04 {
    min-width: max-content;
    top: 250px;
  }
}
.top-growing-image .text05 {
  font-size: 30px;
  top: 200px;
  transform: translateX(100%);
  animation: flowText 20s linear 10s infinite;
}
@media screen and (max-width: 1023px) {
  .top-growing-image .text05 {
    min-width: max-content;
    font-size: 24px;
    top: 140px;
  }
}
.top-growing-image .text06 {
  font-size: 36px;
  top: 280px;
  transform: translateX(100%);
  animation: flowText 16s linear 3s infinite;
}
@media screen and (max-width: 1023px) {
  .top-growing-image .text06 {
    display: none;
  }
}
.top-growing-image .text07 {
  font-size: 20px;
  top: 100px;
  transform: translateX(100%);
  animation: flowText 12s linear infinite;
}
@media screen and (max-width: 1023px) {
  .top-growing-image .text07 {
    display: none;
  }
}
.top-growing-image .text08 {
  font-size: 28px;
  top: 360px;
  transform: translateX(100%);
  animation: flowText 15s linear 5s infinite;
}
@media screen and (max-width: 1023px) {
  .top-growing-image .text08 {
    display: none;
  }
}
.top-battle-bgText {
  z-index: -1;
}
.top-battle-bgText .text {
  width: fit-content;
  height: max-content;
  font-size: 140px;
  animation: top_battle_flowText 10s linear infinite;
}
@media screen and (max-width: 1023px) {
  .top-battle-bgText .text {
    font-size: 112px;
  }
}
.top-battle-text {
  max-width: 895px;
  padding-top: 184px;
}
@media screen and (max-width: 1023px) {
  .top-battle-text {
    max-width: 600px;
    padding-top: 120px;
  }
}
.top-battle-text.is-fade .text01 {
  opacity: 1;
  transform: rotate(5deg) translateY(0);
}
.top-battle-text.is-fade .text02 {
  opacity: 1;
  transform: rotate(-7deg) translateY(0);
}
.top-battle-text.is-fade img {
  opacity: 1;
  transform: translateY(0);
}
.top-battle-text .text01,
.top-battle-text .text02 {
  background-image: url("../images/front-page/deco_red_baloon.svg");
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
  transition: 0.3s;
}
.top-battle-text .text01 {
  width: 274px;
  height: 168px;
  transform: rotate(5deg) translateY(100%);
}
@media screen and (max-width: 1023px) {
  .top-battle-text .text01 {
    width: 184px;
    height: 120px;
  }
}
.top-battle-text .text02 {
  width: 259px;
  height: 159px;
  transform: rotate(-7deg) translateY(100%);
  transition-delay: 0.4s;
}
@media screen and (max-width: 1023px) {
  .top-battle-text .text02 {
    width: 172px;
    height: 106px;
  }
}
.top-battle-text img {
  max-width: 600px;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
@media screen and (max-width: 1023px) {
  .top-battle-text img {
    max-width: 400px;
  }
}
.top-battle-image {
  height: 36.1458333333vw;
  background-image: url("../images/front-page/img_battle_stare_pc.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.3s;
  transition-delay: 0.2s;
}
.top-battle-image.is-fade {
  opacity: 1;
  transform: translateX(0);
}
.top-battle-image.is-fade .text {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 1023px) {
  .top-battle-image {
    height: 64vw;
    background-image: url("../images/front-page/img_battle_stare_sp.webp");
  }
}
.top-battle-image .main {
  max-width: 968px;
}
@media screen and (max-width: 1023px) {
  .top-battle-image .main {
    max-width: 600px;
  }
}
.top-battle-image .text {
  width: 420px;
  height: 257px;
  background-image: url("../images/front-page/deco_red_black.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(3);
  transition: 0.3s;
  transition-delay: 0.8s;
}
@media screen and (max-width: 1023px) {
  .top-battle-image .text {
    width: 248px;
    height: 152px;
  }
}
.top-battle-btn {
  max-width: 1328px;
}
@media screen and (max-width: 1023px) {
  .top-battle-btn {
    max-width: 648px;
  }
}
.top-battle-btn .que {
  width: 650px;
  min-height: 320px;
  border: solid 4px #202227;
}
@media screen and (max-width: 1023px) {
  .top-battle-btn .que {
    width: 100%;
    max-width: 650px;
    min-height: auto;
  }
}
.top-battle-btn .select a {
  width: 420px;
  height: 96px;
  padding: 2px;
  border: solid 4px #202227;
}
@media screen and (max-width: 1023px) {
  .top-battle-btn .select a {
    width: 232px;
    height: 56px;
  }
}
.top-battle-btn .select a span {
  padding-left: 72px;
}
@media screen and (max-width: 1023px) {
  .top-battle-btn .select a span {
    padding-left: 40px;
  }
}
.top-battle-btn .select a span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 7px transparent;
  border-right: solid 8px transparent;
  border-left: solid 8px #ffda23;
  border-bottom: solid 7px transparent;
  position: absolute;
  top: calc(50% - 7px);
  left: 38px;
}
@media screen and (max-width: 1023px) {
  .top-battle-btn .select a span::before {
    border-top: solid 4px transparent;
    border-right: solid 5px transparent;
    border-left: solid 5px #ffda23;
    border-bottom: solid 4px transparent;
    position: absolute;
    top: calc(50% - 2px);
    left: 20px;
  }
}
.top-battle-btn .select a:hover {
  border: solid 4px #e82828;
}
.top-battle-btn .select a:hover span {
  background-color: #e82828;
}
.top-battle-flowText .body {
  max-width: 1360px;
}
@media screen and (max-width: 1023px) {
  .top-battle-flowText .body {
    max-width: 600px;
    height: 242px;
  }
}
.top-battle-flowText .decoImg {
  width: 484px;
}
@media screen and (max-width: 1023px) {
  .top-battle-flowText .decoImg {
    width: 323px;
    top: 0;
    right: -54px;
  }
}
.top-battle-flowText .main p {
  animation: contact_flow_text 10s linear infinite;
}
.top-member-flowtext p {
  display: inline-block;
  margin: 0;
  position: absolute;
  left: 100%;
  white-space: nowrap;
  animation-name: flow_text_zawa; /*アニメーションのクラス名*/
  animation-timing-function: linear; /*アニメーションのタイミング・進行割合の指定*/
  animation-iteration-count: infinite; /*アニメーションの動作回数*/
}
.top-member-body {
  max-width: 1200px;
}
.top-member-left {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .top-member-left {
    width: 312px;
  }
}
.top-member-left .decoText01 {
  width: 244px;
  height: 142px;
  background-image: url("../images/front-page/deco_shadow_text01.svg");
  -webkit-background-size: cover;
  background-size: cover;
  transform: rotate(-2deg) scale(5);
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .top-member-left .decoText01 {
    width: 160px;
    height: 94px;
  }
}
.top-member-left .decoText02 {
  width: 283px;
  height: 194px;
  background-image: url("../images/front-page/deco_shadow_text02.svg");
  -webkit-background-size: cover;
  background-size: cover;
  transform: rotate(7deg) scale(5);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1023px) {
  .top-member-left .decoText02 {
    width: 186px;
    height: 128px;
  }
}
.top-member-left .shadowImg {
  max-width: 473px;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
  transition-delay: 0.7s;
}
@media screen and (max-width: 1023px) {
  .top-member-left .shadowImg {
    max-width: 312px;
  }
}
.top-member-left.is-fade .decoText01 {
  opacity: 1;
  transform: rotate(-2deg) scale(1);
}
.top-member-left.is-fade .decoText02 {
  opacity: 1;
  transform: rotate(7deg) scale(1);
}
.top-member-left.is-fade .shadowImg {
  opacity: 1;
  transform: translateY(0);
}
.top-member-right {
  width: 50%;
  min-width: 460px;
}
@media screen and (max-width: 1023px) {
  .top-member-right {
    width: 100%;
    min-width: auto;
  }
}
.top-member-text {
  font-size: 40px;
  line-height: 1.1;
}
@media screen and (max-width: 1023px) {
  .top-member-text {
    line-height: 1.25;
  }
}
.top-member-title {
  width: fit-content;
  line-height: 1.3;
}
.top-president {
  background-image: url("../images/front-page/bg_president.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .top-president {
    background-image: url("../images/front-page/bg_president_sp.svg");
  }
}
.top-president-main {
  max-width: 1200px;
  padding: 88px 64px;
  background-color: #202227;
}
@media screen and (max-width: 1280px) {
  .top-president-main {
    max-width: 895px;
    padding: 80px 56px;
  }
}
@media screen and (max-width: 1023px) {
  .top-president-main {
    max-width: 336px;
    padding: 0 0 304px;
    background-color: initial;
  }
}
.top-president-text {
  width: 260px;
  height: 162px;
  font-size: 46px;
  background-image: url("../images/front-page/deco_red_baloon.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -64px;
  right: -60px;
  opacity: 0;
  transform: scale(5);
  transition: 0.5s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 1023px) {
  .top-president-text {
    width: 132px;
    height: 82px;
    font-size: 24px;
    top: -48px;
    right: -20px;
    transition-delay: 0s;
  }
}
.top-president-text.is-fade {
  opacity: 1;
  transform: scale(1);
}
.top-president-title {
  font-size: 170px;
  line-height: 1;
}
.top-president-title span {
  font-size: 274px;
}
@media screen and (max-width: 1280px) {
  .top-president-title {
    font-size: 126px;
  }
  .top-president-title span {
    font-size: 203px;
  }
}
@media screen and (max-width: 1023px) {
  .top-president-title {
    width: 336px;
    height: 188px;
    padding: 40px 24px 32px;
    font-size: 48px;
    background-color: #202227;
  }
  .top-president-title span {
    font-size: 77px;
  }
}
.top-president-img {
  width: 415px;
  height: 264px;
  bottom: 56px;
  right: 96px;
}
@media screen and (max-width: 1280px) {
  .top-president-img {
    width: 309px;
    height: 197px;
    bottom: 48px;
    right: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .top-president-img {
    width: 440px;
    max-width: none;
    height: auto;
    background-color: initial;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-recruit-title {
  max-width: 1504px;
  height: 508px;
}
@media screen and (max-width: 1023px) {
  .top-recruit-title {
    height: auto;
  }
}
.top-recruit-title > span {
  font-size: 56px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .top-recruit-title > span {
    font-size: 40px;
  }
}
.top-recruit-title::before {
  content: "";
  display: block;
  width: 600px;
  height: 508px;
  margin: 0 auto;
  background-image: url("../images/front-page/deco_recruit_title.webp");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .top-recruit-title::before {
    -webkit-background-size: 300px auto;
    background-size: 300px auto;
    background-position: center center;
    background-repeat: no-repeat;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.top-recruit-introduction {
  max-width: 1792px;
}
.top-recruit-item {
  width: 720px;
}
@media screen and (max-width: 1023px) {
  .top-recruit-item {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-recruit-item .target {
  width: 220px;
  height: 136px;
  margin: 0 auto;
  background-image: url("../images/front-page/deco_introduction_target.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .top-recruit-item .target {
    width: 182px;
    height: 112px;
  }
}
.top-recruit-item .title {
  font-size: 64px;
}
@media screen and (max-width: 1023px) {
  .top-recruit-item .title {
    font-size: 48px;
  }
}
.top-recruit-item .title .sub {
  display: block;
  font-size: 32px;
}
.top-recruit-item .btn a {
  width: 200px;
}
.top-recruit-item:first-of-type, .top-recruit-item:nth-child(4) {
  padding-bottom: 52px;
}
@media screen and (max-width: 1023px) {
  .top-recruit-item:first-of-type, .top-recruit-item:nth-child(4) {
    padding-bottom: 48px;
  }
}
.top-recruit-item:first-of-type .btn a::before, .top-recruit-item:nth-child(4) .btn a::before {
  content: "";
  width: 240px;
  height: 148px;
  background-image: url("../images/front-page/deco_recruit_webinar.webp");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: calc(50% - 254px);
}
.top-recruit-item:nth-child(2), .top-recruit-item:nth-child(5) {
  padding-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .top-recruit-item:nth-child(2), .top-recruit-item:nth-child(5) {
    padding-bottom: 48px;
  }
}
.top-recruit-item:nth-child(2) .btn a::before, .top-recruit-item:nth-child(5) .btn a::before {
  content: "";
  width: 184px;
  height: 180px;
  background-image: url("../images/front-page/deco_recruit_intern.webp");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: calc(50% - 230px);
}
.top-recruit-item:nth-child(3) {
  padding-bottom: 36px;
}
@media screen and (max-width: 1023px) {
  .top-recruit-item:nth-child(3) {
    padding-bottom: 48px;
  }
}
.top-recruit-item:nth-child(3) .btn a::before {
  content: "";
  width: 115px;
  height: 148px;
  margin: 0 auto;
  background-image: url("../images/front-page/deco_recruit_tour.webp");
  -webkit-background-size: cover;
  background-size: cover;
  bottom: 100px;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .top-recruit-item:nth-child(3) .btn a::before {
    bottom: 112px;
  }
}
.top-recruit-btn .recruit a {
  width: 560px;
  height: 180px;
  padding: 12px;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .top-recruit-btn .recruit a {
    width: 312px;
    height: 120px;
    padding: 8px;
  }
}
.top-recruit-btn .recruit a > span {
  justify-content: start;
  padding-left: 52px;
  border-radius: 7px;
}
@media screen and (max-width: 1023px) {
  .top-recruit-btn .recruit a > span {
    padding-left: 30px;
  }
}
.top-recruit-btn .recruit a > span .text {
  font-size: 34px;
  font-weight: 900;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .top-recruit-btn .recruit a > span .text {
    font-size: 24px;
  }
}
.top-recruit-btn .recruit a::before {
  content: "";
  display: block;
  width: 340px;
  height: 240px;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: -40px;
}
@media screen and (max-width: 1023px) {
  .top-recruit-btn .recruit a::before {
    width: 198px;
    height: 120px;
    right: -16px;
  }
}
.top-recruit-btn .recruit a::before {
  background-image: url("../images/front-page/deco_recruit_btn.webp");
}
.top-news {
  background-image: url("../images/front-page/deco_news_top.webp");
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 1620px 120px;
  background-size: 1620px 120px;
  /* ページネーションの余白 */
  /* 画像サイズ調整 */
}
@media screen and (max-width: 1023px) {
  .top-news {
    -webkit-background-size: 892px 66px;
    background-size: 892px 66px;
  }
}
.top-news-flowText {
  transform: translateX(100%);
  animation: news_flow_text 20s linear infinite;
  color: #202227;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .top-news-flowText {
    animation: news_flow_text 10s linear infinite;
  }
}
.top-news-flowText:first-child {
  top: 6%;
}
.top-news-flowText:nth-child(2) {
  top: 12%;
  animation-delay: 5s;
}
.top-news-flowText:nth-child(3) {
  top: 18%;
  animation-delay: 8s;
}
.top-news-flowText:nth-child(4) {
  top: 24%;
  animation-delay: 2s;
}
.top-news-flowText:nth-child(5) {
  top: 38%;
  animation-delay: 10s;
}
.top-news-flowText:nth-child(6) {
  top: 6%;
  animation-delay: 15s;
}
.top-news-flowText:nth-child(7) {
  top: 16%;
  animation-delay: 18s;
}
.top-news-flowText:nth-child(8) {
  top: 22%;
  animation-delay: 20s;
}
.top-news-flowText:nth-child(9) {
  top: 36%;
  animation-delay: 8s;
}
.top-news-flowText:nth-child(10) {
  top: 34%;
}
.top-news-flowText:nth-child(11) {
  top: 91%;
  animation-delay: 5s;
}
.top-news-flowText:nth-child(12) {
  top: 81%;
  animation-delay: 8s;
}
.top-news-flowText:nth-child(13) {
  top: 70%;
  animation-delay: 2s;
}
.top-news-flowText:nth-child(14) {
  top: 72%;
  animation-delay: 10s;
}
.top-news-flowText:nth-child(15) {
  top: 74%;
  animation-delay: 15s;
}
.top-news-flowText:nth-child(16) {
  top: 83%;
  animation-delay: 18s;
}
.top-news-flowText:nth-child(17) {
  top: 80%;
  animation-delay: 20s;
}
.top-news-flowText:nth-child(18) {
  top: 86%;
  animation-delay: 1s;
}
.top-news-flowText:nth-child(19) {
  top: 90%;
  animation-delay: 16s;
}
.top-news-flowText:nth-child(20) {
  top: 96%;
  animation-delay: 9s;
}
.top-news-swiper {
  max-width: 320px;
  overflow: visible;
}
@media screen and (max-width: 1023px) {
  .top-news-swiper {
    max-width: 272px;
  }
}
.top-news-item {
  width: 320px;
}
@media screen and (max-width: 1023px) {
  .top-news-item {
    width: 272px;
  }
}
.top-news-item .image {
  max-height: 157px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .top-news-item .image {
    max-height: 134px;
  }
}
.top-news-item .title {
  line-height: 1.75;
}
.top-news .swiper-pagination {
  width: fit-content;
  margin: 40px auto 0;
  position: relative;
}
.top-news .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.top-news .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.top-news .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-image: url("../images/front-page/pickup_slider_dot_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .top-news .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
.top-news .swiper-pagination-bullet-active {
  height: 32px;
  width: 32px;
  background-image: url("../images/front-page/pickup_slider_dot_red.svg");
}
@media screen and (max-width: 1023px) {
  .top-news .swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
  }
}
.top-news .swiper-slide img {
  width: 100%;
  height: auto;
}

.newsSwiper {
  /* ページネーションのスタイル */
  /* ページネーションの間隔 */
  /* ナビゲーションボタンの色 */
  /* スライダーの余白調整 */
}
.newsSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
  opacity: 1;
}
.newsSwiper .swiper-pagination-bullet-active {
  background: #E60012;
}
.newsSwiper .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 20px;
}
.newsSwiper .swiper-button-next,
.newsSwiper .swiper-button-prev {
  color: #E60012;
}
.newsSwiper .newsSwiper {
  padding-bottom: 60px;
}

.policy {
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .policy {
    padding-top: 24px;
  }
}
.policy-keyimg {
  height: 420px;
}
@media screen and (max-width: 1023px) {
  .policy-keyimg {
    height: 280px;
  }
}
.policy-keyimg::before {
  content: "";
  width: 100%;
  height: 320px;
  background-color: #e82828;
  position: absolute;
  top: 50%;
  left: 0;
  transform: skewY(-7deg) translateY(-50%) translateX(-100%);
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .policy-keyimg::before {
    height: 210px;
  }
}
.policy-keyimg.is-fade::before {
  transform: skewY(-7deg) translateY(-50%) translateX(0);
}
.policy-keyimg-flowText {
  width: 100%;
  height: 78px;
  position: absolute;
  bottom: -48px;
}
@media screen and (max-width: 1023px) {
  .policy-keyimg-flowText {
    bottom: 0;
  }
}
.policy-keyimg-flowText::before {
  content: "";
  width: 100%;
  min-width: 100vh;
  height: 100%;
  background-image: url("../images/policy/privacy_policy_letter.svg");
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-background-size: auto;
  background-size: auto;
  position: absolute;
  animation: infinite_flow_text 60s linear infinite;
}
@media screen and (max-width: 1023px) {
  .policy-keyimg-flowText::before {
    bottom: 0;
    animation: infinite_flow_text_sp 40s linear infinite;
  }
}
.policy-keyimg-txt {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.4s;
}
.policy-keyimg-txt.is-fade {
  opacity: 1;
}
.policy-hand {
  bottom: 340px;
}
.policy-hand-left {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.policy-hand-left img {
  width: 840px;
  max-width: none;
  transform: translateX(-100%);
  transition: 1s;
}
.policy-hand-right {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
.policy-hand-right img {
  width: 840px;
  max-width: none;
  transform: translateX(0);
  transition: 1s;
}
.policy-content {
  max-width: 1200px;
}
.policy-title {
  width: fit-content;
  min-width: 240px;
  height: 38px;
  background-color: #202227;
}
.policy-title::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 19px transparent;
  border-left: solid 19px transparent;
  border-right: solid 19px #202227;
  border-bottom: solid 19px #202227;
  position: absolute;
  top: 0;
  left: -38px;
}
.policy-title::after {
  content: "";
  width: 198px;
  height: 122px;
  background-image: url("../images/policy/deco_title.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -38px;
  right: -58px;
  z-index: -1;
}
.policy-main {
  height: 840px;
  border: solid 5px #202227;
  color: #202227;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1023px) {
  .policy-main {
    height: 80svh;
  }
}
.policy-line::before {
  content: "";
  width: 100%;
  height: 8px;
  background-image: url("../images/policy/deco_dashedline_yellow.svg");
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.policy-subtitle {
  width: fit-content;
}
.policy-subtitle .text {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .policy-subtitle .text {
    font-size: 28px;
  }
}
.policy-text p {
  margin-top: 8px;
  line-height: 1.75;
}
.policy-text p:first-of-type {
  margin-top: 0;
}
.policy-list01 li {
  padding-left: 14px;
  line-height: 1.75;
}

.text-indent {
  padding-left: 14px;
  text-indent: -14px;
}

.scroll-bar {
  width: 6px;
  height: 100%;
  background-color: #202227;
  position: absolute;
}
.scroll-bar_img {
  position: relative;
}
.scroll-bar_img span {
  display: block;
  width: 64px;
  height: 124px;
  background-color: gray;
  position: absolute;
  top: 64px;
  left: -20px;
}
.scroll-bar_img img {
  width: 76px;
  max-width: none;
  position: absolute;
  top: 0;
  left: -24px;
  z-index: 10;
}

.absent {
  height: 100svh;
}
@media screen and (max-width: 1023px) {
  .absent {
    height: 100svh;
  }
}

.main canvas {
  width: 100% !important;
  height: 100svh !important;
  background-color: #e82828;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .main canvas {
    height: 100svh !important;
  }
}

.member-keyimg {
  height: 800px;
  background-color: #e82828;
  border-top: solid 2px #202227;
  border-bottom: solid 2px #202227;
}
@media screen and (max-width: 1023px) {
  .member-keyimg {
    height: 600px;
  }
}
.member-keyimg-title {
  top: 400px;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .member-keyimg-title {
    top: 326px;
  }
}
.member-keyimg-characters {
  width: 1280px;
  margin: 0 auto;
  position: absolute;
  bottom: -136px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .member-keyimg-characters {
    width: 1023px;
  }
}
.member-slider {
  width: 3185px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .member-slider {
    width: 233.3333333333vw;
  }
}
.member-slider-item {
  width: 455px;
  background-color: #202227;
  border-left: solid 2px #202227;
  border-right: solid 2px #202227;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .member-slider-item {
    width: 33.3333333333vw;
    position: relative;
  }
}
.member-slider-item:nth-child(2n) {
  background-color: #e82828;
}
.member-slider-item img {
  width: auto !important;
  height: 100% !important;
}
@media screen and (max-width: 1023px) {
  .member-slider-item img {
    width: 341px !important;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateZ(0) translateX(-50%) !important;
  }
  .member-slider-item img:nth-child(2) {
    top: 100%;
  }
  .member-slider-item img:nth-child(3) {
    top: 200%;
  }
}
.member-president {
  max-width: 550px;
}
@media screen and (max-width: 1023px) {
  .member-president {
    max-width: 400px;
  }
}
.member-president-info {
  height: 210px;
  background: linear-gradient(135deg, #9c1aa3 0%, #f44e5a 16%, #ff9900 32%, #ffd300 48%, #47c63a 64%, #008de3 80%, #9c1aa3 100%) 0 center/125%;
  border: solid 5px #202227;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .member-president-info {
    height: 154px;
  }
}
@media screen and (max-width: 448px) {
  .member-president-info {
    height: 34.375vw;
  }
}
.member-president-info img {
  width: 550px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .member-tab {
    max-width: 472px;
  }
}
.member-tab a {
  width: 182px;
}
@media screen and (max-width: 1023px) {
  .member-tab a {
    padding: 6px 0;
    width: 152px;
  }
}
.member-tab a.is-active {
  pointer-events: none;
}
.member-tab a.is-active span {
  background-color: transparent;
}
.member-tab a span {
  line-height: 1.3;
}
.member-list {
  max-width: 1496px;
}
@media screen and (max-width: 1023px) {
  .member-list {
    max-width: 600px;
    column-gap: 2.5%;
    row-gap: 16px;
  }
}
.member-item {
  width: 200px;
  height: 340px;
  border: solid 4px #202227;
}
@media screen and (max-width: 1023px) {
  .member-item {
    width: 31.6666666667%;
  }
}
@media screen and (max-width: 648px) {
  .member-item {
    height: 48.4567901235vw;
  }
}
@media screen and (max-width: 648px) {
  .member-item img {
    width: 100%;
    height: auto;
    margin-top: auto;
  }
}
.member-name::first-letter {
  display: inline-block;
  margin-right: 4px;
  font-size: 48px;
}
@media screen and (max-width: 1023px) {
  .member-name::first-letter {
    font-size: 20px;
    margin-right: 0;
  }
}
.member-detail {
  width: 100%;
  height: 100svh;
}
.member-detail-wrapper {
  transform-style: preserve-3d; /*3D化*/
  transition: 1.2s ease-in-out;
}
.member-detail-front {
  padding: 88px 32px 0;
  transition: 0.6s;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 1023px) {
  .member-detail-front {
    padding: 48px 24px 0;
  }
}
.member-detail-front::before {
  content: "";
  width: 264px;
  height: 8px;
  margin: 0 auto;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.member-detail-back {
  background-image: url("../images/member/bg_red.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  border: solid 5px #202227;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}
.member-detail-back .chart-scale {
  width: 400px;
  height: 400px;
  padding: 35px;
  box-sizing: content-box;
}
@media screen and (max-width: 1023px) {
  .member-detail-back .chart-scale {
    width: 240px;
    height: 240px;
    padding: 20px;
  }
}
.member-detail-back .chart-scale dl > div:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.member-detail-back .chart-scale dl > div:nth-child(2) {
  top: 25%;
  right: 2%;
  transform: translateX(50%);
}
.member-detail-back .chart-scale dl > div:nth-child(3) {
  bottom: 6%;
  right: 25%;
  transform: translateX(50%);
}
.member-detail-back .chart-scale dl > div:nth-child(4) {
  bottom: 6%;
  left: 25%;
  transform: translateX(-50%);
}
.member-detail-back .chart-scale dl > div:nth-child(5) {
  top: 25%;
  left: 2%;
  transform: translateX(-50%);
}
.member-detail-back .chart-graph {
  width: 400px;
  height: 400px;
  transform: translate(-50%, -50%) scale(0);
  background-color: rgba(111, 202, 255, 0.84);
  transition: 0.5s ease-in-out 1.2s;
}
@media screen and (max-width: 1023px) {
  .member-detail-back .chart-graph {
    width: 240px;
    height: 240px;
  }
}
.member-detail-back .chart-graph--active {
  transform: translate(-50%, -50%) scale(1);
}
.member-detail-back .marker {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #007bff;
  border-radius: 50%;
}
.member-detail-back .marker-0 {
  left: 50%;
  top: 0;
}
.member-detail-back .marker-1 {
  left: 84.9%;
  top: 31%;
}
.member-detail-back .marker-2 {
  left: 65.15%;
  top: 88.2%;
}
.member-detail-back .marker-3 {
  left: 34.85%;
  top: 88.2%;
}
.member-detail-back .marker-4 {
  left: 15.1%;
  top: 31%;
}
.member-detail-back .marker-5 {
  left: 50%;
  top: 50%;
}
.member-detail-image {
  max-width: 960px;
}
@media screen and (max-width: 1023px) {
  .member-detail-image {
    max-width: 640px;
  }
}
.member-detail-image img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(200%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .member-detail-image img {
    width: 640px;
    max-width: none;
  }
}
.member-detail-name {
  height: 208px;
  bottom: 124px;
  opacity: 0;
}
@media screen and (max-width: 1400px) {
  .member-detail-name {
    height: 112px;
    bottom: 64px;
  }
}
.member-detail-name .bg-animation {
  padding-top: 32px;
}
@media screen and (max-width: 1400px) {
  .member-detail-name .bg-animation {
    padding-top: 20px;
  }
}
.member-detail-name .title {
  font-size: 60px;
}
@media screen and (max-width: 1400px) {
  .member-detail-name .title {
    font-size: 30px;
  }
}
.member-detail-name .job {
  font-size: 28px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) {
  .member-detail-name .job {
    font-size: 14px;
    bottom: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .member-detail-name .job img {
    width: 440px;
  }
}
.member-detail .closeBtn span {
  width: 60px;
  height: 6px;
}
@media screen and (max-width: 1023px) {
  .member-detail .closeBtn span {
    width: 30px;
    height: 3px;
  }
}
.member-detail .closeBtn--deco span {
  width: 38px;
  height: 4px;
}
.member-detail .prevBtn,
.member-detail .nextBtn {
  width: 72px;
  height: 72px;
  font-size: 24px;
  bottom: 24px;
}
@media screen and (max-width: 1400px) {
  .member-detail .prevBtn,
  .member-detail .nextBtn {
    width: 40px;
    font-size: 16px;
    height: 40px;
    bottom: 16px;
  }
}
.member-detail .prevBtn {
  left: 24px;
}
@media screen and (max-width: 1400px) {
  .member-detail .prevBtn {
    left: 12px;
  }
}
.member-detail .nextBtn {
  right: 24px;
}
@media screen and (max-width: 1400px) {
  .member-detail .nextBtn {
    right: 12px;
  }
}

.title-bg-animation:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #202227;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.title-bg-animation--active::before {
  width: 100%;
}
.title-bg-animation .keyimg-breadcrumb {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 500ms;
}

.lineDrawOuter::before, .lineDrawOuter::after {
  content: "";
  background-color: #202227;
  position: absolute;
  top: 0;
}
.lineDrawOuter::before {
  width: 0;
  height: 5px;
  left: 0;
}
.lineDrawOuter::after {
  width: 5px;
  height: 0;
  right: 0;
}
.lineDrawOuter--active::before {
  animation: lineTop 0.5s linear 0s forwards;
}
.lineDrawOuter--active::after {
  animation: lineRight 0.5s linear 0.5s forwards;
}

.lineDrawInner {
  padding: 5px;
}
.lineDrawInner::before, .lineDrawInner::after {
  content: "";
  background-color: #202227;
  position: absolute;
  bottom: 0;
}
.lineDrawInner::before {
  width: 0;
  height: 5px;
  right: 0;
}
.lineDrawInner::after {
  width: 5px;
  height: 0;
  left: 0;
}
.lineDrawInner--active::before {
  animation: lineBottom 0.5s linear 1s forwards;
}
.lineDrawInner--active::after {
  animation: lineLeft 0.5s linear 1.5s forwards;
}

.bg-animation:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #202227;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.bg-animation--active::before {
  width: 100%;
}
.bg-animation--active p {
  opacity: 1;
}

.flash-text {
  bottom: 350px;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 1400px) {
  .flash-text {
    bottom: 184px;
  }
}

.contact {
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .contact {
    padding-top: 24px;
  }
}
.contact-keyimg {
  height: 420px;
}
@media screen and (max-width: 1023px) {
  .contact-keyimg {
    height: 280px;
  }
}
.contact-keyimg::before {
  content: "";
  width: 100%;
  height: 320px;
  background-color: #e82828;
  position: absolute;
  top: 50%;
  left: 0;
  transform: skewY(-7deg) translateY(-50%) translateX(-100%);
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .contact-keyimg::before {
    height: 210px;
  }
}
.contact-keyimg.is-fade::before {
  transform: skewY(-7deg) translateY(-50%) translateX(0);
}
.contact-keyimg-flowtext {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-keyimg-flowtext p {
  display: inline-block;
  margin: 0;
  position: absolute;
  left: 100%;
  white-space: nowrap;
  animation-name: flow_text; /*アニメーションのクラス名*/
  animation-timing-function: linear; /*アニメーションのタイミング・進行割合の指定*/
  animation-iteration-count: infinite; /*アニメーションの動作回数*/
}
.contact-keyimg-txt {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.4s;
}
.contact-keyimg-txt.is-fade {
  opacity: 1;
}
.contact-body {
  max-width: 800px;
}
@media screen and (max-width: 1023px) {
  .contact-body {
    max-width: 600px;
  }
}
.contact-toptxt {
  line-height: 1.75;
}
.contact-form .req {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  color: #fff;
  background-color: #202227;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.contact-form__select {
  border: solid 1px #202227;
  background-color: #fff;
  position: relative;
}
.contact-form__select::before {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url("../images/contact/arrow_select.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
}
.contact-form__select select {
  color: #dfdfdf;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
.contact-form__input {
  background-color: #fff;
  border: solid 1px #202227;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.contact-form__input::placeholder {
  color: #dfdfdf;
}
.contact-form__radio input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
}
.contact-form__radio input[type=radio] + label {
  position: relative;
  cursor: pointer;
}
.contact-form__radio input[type=radio] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #202227;
  position: absolute;
  top: 5px;
  left: 0;
}
.contact-form__radio input[type=radio]:checked + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-bottom: solid 4px #202227;
  border-left: solid 4px #202227;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(-45deg);
}
.contact-form__textarea {
  border: solid 1px #202227;
}
.contact-form__textarea::placeholder {
  color: #dfdfdf;
}
.contact-form__policyCheck {
  width: 294px;
}
.contact-form__policyCheck input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
}
.contact-form__policyCheck input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
.contact-form__policyCheck input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #202227;
  position: absolute;
  top: 5px;
  left: 0;
}
.contact-form__policyCheck input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-bottom: solid 4px #202227;
  border-left: solid 4px #202227;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(-45deg);
}
.contact-form__submit {
  width: 240px;
  height: 64px;
  box-sizing: border-box;
  background-color: #202227;
}
.contact-telBtn {
  width: 230px;
  height: 54px;
  padding: 0 30px;
  border-radius: 5px;
  position: relative;
}
.contact-telBtn::before, .contact-telBtn::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/contact/icon_tel_yellow.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 24px;
}
.contact-telBtn::after {
  background-image: url("../images/contact/icon_tel_white.svg");
  opacity: 0;
}
.contact-telBtn:hover {
  color: #fff;
}
.contact-telBtn:hover::before {
  opacity: 0;
}
.contact-telBtn:hover::after {
  opacity: 1;
}
.contact-flowText-inner p:first-child {
  left: 0;
  animation: contact_flow_text 30s linear infinite;
}
@media screen and (max-width: 1023px) {
  .contact-flowText-inner p:first-child {
    animation: contact_flow_text 15s linear infinite;
  }
}
.contact-flowText-inner p:last-child {
  left: 100%;
  animation: contact_flow_text 30s linear infinite;
}
@media screen and (max-width: 1023px) {
  .contact-flowText-inner p:last-child {
    animation: contact_flow_text 15s linear infinite;
  }
}
.contact-deco01 {
  width: 140px;
  height: 246px;
}
.contact-deco01 img {
  transform: translateX(100%);
}
.contact-deco01 img.is-fade {
  transform: translateX(0);
}
.contact-deco02 {
  width: 160px;
  height: 100px;
}
.contact-deco03 {
  width: 128px;
  height: 116px;
}
.contact-deco03 img {
  transform: translateX(-100%);
}
.contact-deco03 img.is-fade {
  transform: translateX(0);
}
.contact-deco04 {
  width: 200px;
  height: 88px;
}
.contact-deco04 img {
  transform: translateY(100%);
}
.contact-deco04 img.is-fade {
  transform: translateY(0);
}
.contact .confetti-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.contact .confettiRight {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  animation: fallRight 2s linear infinite;
}
.contact .confettiLeft {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  animation: fallLeft 3s linear infinite;
}
.contact .confettiStraight {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  animation: fallStraight 3s linear infinite;
}
@keyframes fallRight {
  0% {
    transform: translateY(0) translateX(0) rotate3d(1, 1, 1, 0deg);
  }
  20% {
    transform: translateY(20vh) translateX(4vw) rotate3d(1, 1, 1, 90deg);
  }
  40% {
    transform: translateY(40vh) translateX(8vw) rotate3d(1, 1, 1, 180deg);
  }
  60% {
    transform: translateY(60vh) translateX(12vw) rotate3d(1, 1, 1, 270deg);
  }
  80% {
    transform: translateY(80vh) translateX(16vw) rotate3d(1, 1, 1, 360deg);
  }
  100% {
    transform: translateY(100vh) translateX(20vw) rotate3d(1, 1, 1, 540deg);
  }
}
@keyframes fallLeft {
  0% {
    transform: translateY(0) translateX(0) rotate3d(1, 1, 1, 0deg);
  }
  20% {
    transform: translateY(20vh) translateX(-4vw) rotate3d(1, 1, 1, 90deg);
  }
  40% {
    transform: translateY(40vh) translateX(-8vw) rotate3d(1, 1, 1, 180deg);
  }
  60% {
    transform: translateY(60vh) translateX(-12vw) rotate3d(1, 1, 1, 270deg);
  }
  80% {
    transform: translateY(80vh) translateX(-16vw) rotate3d(1, 1, 1, 360deg);
  }
  100% {
    transform: translateY(100vh) translateX(-20vw) rotate3d(1, 1, 1, 540deg);
  }
}
@keyframes fallStraight {
  0% {
    transform: translateY(0) rotate3d(1, 1, 1, 0deg);
  }
  20% {
    transform: translateY(20vh) rotate3d(1, 1, 1, 90deg);
  }
  40% {
    transform: translateY(40vh) rotate3d(1, 1, 1, 180deg);
  }
  60% {
    transform: translateY(60vh) rotate3d(1, 1, 1, 270deg);
  }
  80% {
    transform: translateY(80vh) rotate3d(1, 1, 1, 360deg);
  }
  100% {
    transform: translateY(100vh) rotate3d(1, 1, 1, 540deg);
  }
}

.news {
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .news {
    padding-top: 24px;
  }
}
.news-keyimg {
  height: 420px;
}
@media screen and (max-width: 1023px) {
  .news-keyimg {
    height: 280px;
  }
}
.news-keyimg::before {
  content: "";
  width: 100%;
  height: 320px;
  background-color: #e82828;
  position: absolute;
  top: 50%;
  left: 0;
  transform: skewY(-7deg) translateY(-50%) translateX(-100%);
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .news-keyimg::before {
    height: 210px;
  }
}
.news-keyimg.is-fade::before {
  transform: skewY(-7deg) translateY(-50%) translateX(0);
}
.news-keyimg-txt {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.4s;
}
.news-keyimg-txt::before {
  content: "";
  width: 159px;
  height: 117px;
  background-image: url("../images/news/deco_keyimg_txt01.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 250px;
  left: -32px;
  transition: 0.5s;
  transition-delay: 1s;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .news-keyimg-txt::before {
    width: 106px;
    height: 78px;
    top: 100px;
    left: -24px;
  }
}
.news-keyimg-txt::after {
  content: "";
  width: 168px;
  height: 117px;
  background-image: url("../images/news/deco_keyimg_txt02.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 200px;
  right: -48px;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1s;
}
@media screen and (max-width: 1023px) {
  .news-keyimg-txt::after {
    width: 112px;
    height: 78px;
    top: 150px;
    right: -12px;
  }
}
.news-keyimg-txt.is-fade {
  opacity: 1;
}
.news-keyimg-txt.is-fade::before {
  top: 16px;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .news-keyimg-txt.is-fade::before {
    top: 16px;
  }
}
.news-keyimg-txt.is-fade::after {
  top: 16px;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .news-keyimg-txt.is-fade::after {
    top: 16px;
  }
}
.news-keyimg-women {
  max-width: 1200px;
  height: 274px;
}
@media screen and (max-width: 1023px) {
  .news-keyimg-women {
    max-width: 700px;
    height: 160px;
  }
}
.news-keyimg-women img {
  width: 1200px;
  max-width: none;
  position: absolute;
  left: 50%;
  transition: 0.5s;
  transform: translateX(-50%);
  transition-delay: 1.5s;
}
@media screen and (max-width: 1023px) {
  .news-keyimg-women img {
    width: 700px;
  }
}
.news-keyimg-women.is-fade img {
  top: 0;
  opacity: 1;
}
.news-fadeTitle .fadeText span {
  display: block;
  transform: translateY(100%);
  opacity: 0;
}
.news-fadeTitle .fadeDeco {
  transform: scale(10);
  opacity: 0;
}
.news-fadeTitle.is-fade .fadeText span {
  transform: translateY(0);
  opacity: 1;
}
.news-fadeTitle.is-fade .fadeDeco {
  transform: scale(1);
  opacity: 1;
}
.news-pickup {
  /* ページネーションの余白 */
  /* 画像サイズ調整 */
}
.news-pickup-flowText {
  transform: translateX(100%);
  animation: news_flow_text 20s linear infinite;
  color: #202227;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .news-pickup-flowText {
    animation: news_flow_text 10s linear infinite;
  }
}
.news-pickup-flowText:first-child {
  top: -10%;
  animation-delay: 8s;
}
.news-pickup-flowText:nth-child(2) {
  top: -10%;
  animation-delay: 18s;
}
@media screen and (max-width: 1023px) {
  .news-pickup-flowText:nth-child(2) {
    animation-delay: 13s;
  }
}
.news-pickup-flowText:nth-child(3) {
  top: 5%;
  animation-delay: 4s;
}
.news-pickup-flowText:nth-child(4) {
  top: 5%;
  animation-delay: 14s;
}
@media screen and (max-width: 1023px) {
  .news-pickup-flowText:nth-child(4) {
    animation-delay: 9s;
  }
}
.news-pickup-flowText:nth-child(5) {
  top: 12%;
}
.news-pickup-flowText:nth-child(6) {
  top: 12%;
  animation-delay: 10s;
}
@media screen and (max-width: 1023px) {
  .news-pickup-flowText:nth-child(6) {
    animation-delay: 5s;
  }
}
.news-pickup-flowText:nth-child(7) {
  top: 100%;
  animation-delay: 8s;
}
.news-pickup-flowText:nth-child(8) {
  top: 100%;
  animation-delay: 18s;
}
@media screen and (max-width: 1023px) {
  .news-pickup-flowText:nth-child(8) {
    animation-delay: 13s;
  }
}
.news-pickup-flowText:nth-child(9) {
  top: 90%;
  animation-delay: 2s;
}
.news-pickup-flowText:nth-child(10) {
  top: 90%;
  animation-delay: 12s;
}
@media screen and (max-width: 1023px) {
  .news-pickup-flowText:nth-child(10) {
    animation-delay: 7s;
  }
}
.news-pickup-wrapper::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #202227;
  position: absolute;
  top: 6px;
  left: 0;
}
.news-pickup-main {
  max-width: 1920px;
  padding-top: 45px;
}
@media screen and (max-width: 1023px) {
  .news-pickup-main {
    padding-top: 30px;
  }
}
.news-pickup-mainInner {
  max-width: 320px;
  overflow: visible;
}
.news-pickup-mainInner .swiper-slide {
  width: max-content;
}
.news-pickup-mainInner .swiper-slide-active .news-pickup-link:after {
  animation: reflection 2s ease-in-out infinite;
}
@media screen and (max-width: 1023px) {
  .news-pickup-mainInner {
    max-width: 272px;
  }
}
.news-pickup-man {
  width: 106px;
}
.news-pickup .swiper-pagination {
  width: fit-content;
  margin: 40px auto 0;
  position: relative;
  z-index: 30;
}
.news-pickup .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.news-pickup .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.news-pickup .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-image: url("../images/news/pickup_slider_dot_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .news-pickup .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
.news-pickup .swiper-pagination-bullet-active {
  height: 32px;
  width: 32px;
  background-image: url("../images/news/pickup_slider_dot_red.svg");
}
@media screen and (max-width: 1023px) {
  .news-pickup .swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
  }
}
.news-pickup .swiper-slide img {
  width: 100%;
  height: auto;
}
.news-pickup-item {
  width: 320px;
  padding: 5px;
  transition: 0.5s;
  transform-origin: calc(50% - 9px) -95px;
}
@media screen and (max-width: 1023px) {
  .news-pickup-item {
    width: 272px;
    transform-origin: calc(50% - 9px) -66px;
  }
}
.news-pickup-item.movePrevStart {
  animation: move_hang_prev 0.5s ease-in-out;
}
.news-pickup-item.moveNextStart {
  animation: move_hang_next 0.5s ease-in-out;
}
.news-pickup-item::before {
  content: "";
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background-color: #202227;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .news-pickup-item::before {
    top: -60px;
  }
}
.news-pickup-item::after {
  content: "";
  width: 4px;
  height: 76px;
  margin: 0 auto;
  background-color: #202227;
  position: absolute;
  top: -76px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .news-pickup-item::after {
    height: 48px;
    top: -48px;
  }
}
.news-pickup-item .title {
  line-height: 1.75;
}
.news-pickup-item .tagList span {
  line-height: 1.75;
}
.news-pickup-item .article-tag {
  top: -22px;
  right: 0;
}
.news-pickup-link::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
}
.news-blog-flowText {
  transform: translateX(100%);
  animation: news_flow_text 20s linear infinite;
  color: #202227;
}
@media screen and (max-width: 1023px) {
  .news-blog-flowText {
    animation: news_flow_text 10s linear infinite;
  }
}
.news-blog-flowText:first-child {
  top: 10%;
  animation-delay: 8s;
}
@media screen and (max-width: 1023px) {
  .news-blog-flowText:first-child {
    top: 3%;
  }
}
.news-blog-flowText:nth-child(2) {
  top: 10%;
  animation-delay: 18s;
}
@media screen and (max-width: 1023px) {
  .news-blog-flowText:nth-child(2) {
    top: 3%;
    animation-delay: 13s;
  }
}
.news-blog-flowText:nth-child(3) {
  top: 15%;
  animation-delay: 4s;
}
@media screen and (max-width: 1023px) {
  .news-blog-flowText:nth-child(3) {
    top: 6%;
  }
}
.news-blog-flowText:nth-child(4) {
  top: 15%;
  animation-delay: 14s;
}
@media screen and (max-width: 1023px) {
  .news-blog-flowText:nth-child(4) {
    top: 6%;
    animation-delay: 9s;
  }
}
.news-blog-flowText:nth-child(5) {
  top: 30%;
  animation-delay: 6s;
}
@media screen and (max-width: 1023px) {
  .news-blog-flowText:nth-child(5) {
    top: 25%;
  }
}
.news-blog-flowText:nth-child(6) {
  top: 30%;
  animation-delay: 16s;
}
@media screen and (max-width: 1023px) {
  .news-blog-flowText:nth-child(6) {
    top: 25%;
    animation-delay: 11s;
  }
}
.news-blog-flowText:nth-child(7) {
  top: 40%;
}
.news-blog-flowText:nth-child(8) {
  top: 40%;
  animation-delay: 10s;
}
@media screen and (max-width: 1023px) {
  .news-blog-flowText:nth-child(8) {
    animation-delay: 5s;
  }
}
.news-blog-flowText:nth-child(9) {
  top: 80%;
  animation-delay: 8s;
}
.news-blog-flowText:nth-child(10) {
  top: 80%;
  animation-delay: 18s;
}
@media screen and (max-width: 1023px) {
  .news-blog-flowText:nth-child(10) {
    animation-delay: 13s;
  }
}
.news-blog-flowText:nth-child(11) {
  top: 98%;
  animation-delay: 2s;
}
.news-blog-flowText:nth-child(12) {
  top: 98%;
  animation-delay: 12s;
}
@media screen and (max-width: 1023px) {
  .news-blog-flowText:nth-child(12) {
    animation-delay: 7s;
  }
}
.news-blog-flowText:nth-child(13) {
  top: 106%;
  animation-delay: 6s;
}
@media screen and (max-width: 1023px) {
  .news-blog-flowText:nth-child(13) {
    top: 101%;
  }
}
.news-blog-flowText:nth-child(14) {
  top: 106%;
  animation-delay: 16s;
}
@media screen and (max-width: 1023px) {
  .news-blog-flowText:nth-child(14) {
    animation-delay: 11s;
    top: 101%;
  }
}
.news-blog-latest {
  max-width: 360px;
}
@media screen and (max-width: 1023px) {
  .news-blog-latest {
    max-width: 272px;
  }
}
.news-blog-latest .article-tag {
  top: -26px;
  right: -5px;
}
.news-blog-latest .title {
  line-height: 1.75;
}
.news-blog-latest .tagList span {
  line-height: 1.75;
}
.news-blog-cat {
  width: 408px;
  top: -137px;
  left: -24px;
}
@media screen and (max-width: 1023px) {
  .news-blog-cat {
    width: 312px;
    top: -106px;
  }
}
@media screen and (max-width: 1023px) {
  .news-blog-tab {
    max-width: 312px;
  }
}
.news-blog-tab__item {
  width: 182px;
  height: 60px;
  padding: 8px 0;
}
@media screen and (max-width: 1023px) {
  .news-blog-tab__item {
    width: 152px;
    height: 48px;
    padding: 6px 0;
  }
}
.news-blog-tab__item.is-active {
  pointer-events: none;
  background: linear-gradient(to right, #9c1aa3 0%, #f44e5a 16%, #ff9900 32%, #ffd300 48%, #47c63a 64%, #008de3 80%, #9c1aa3 100%) 0 center/200%;
  animation: gradationFlow 2s linear infinite;
}
.news-blog-tab__item.is-active span {
  background: transparent;
}
.news-blog-list {
  max-width: 1200px;
}
@media screen and (max-width: 1023px) {
  .news-blog-list {
    max-width: 600px;
  }
}
.news-blog-item {
  width: calc(50% - 16px);
}
@media screen and (max-width: 1023px) {
  .news-blog-item {
    width: 100%;
  }
}
.news-blog-item .date {
  width: 30px;
  min-width: 30px;
  height: 120px;
  background-color: #202227;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .news-blog-item .date {
    width: 24px;
    min-width: 24px;
    height: 88px;
  }
}
.news-blog-item .date::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 15px #202227;
  border-left: solid 15px transparent;
  border-right: solid 15px #202227;
  border-bottom: solid 15px transparent;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .news-blog-item .date::before {
    border-top: solid 12px #202227;
    border-left: solid 12px transparent;
    border-right: solid 12px #202227;
    border-bottom: solid 12px transparent;
    bottom: -24px;
  }
}
.news-blog-item .date span {
  width: 120px;
  transform: rotate(-90deg) translateX(-32px) translateY(-44px);
}
@media screen and (max-width: 1023px) {
  .news-blog-item .date span {
    width: 96px;
    transform: rotate(-90deg) translateX(-28px) translateY(-35px);
  }
}
.news-blog-item .main {
  width: calc(100% - 30px);
  border: solid 3px #202227;
  background-color: #fff;
}
.news-blog-item .main figure {
  width: 114px;
  min-width: 114px;
  height: 114px;
}
@media screen and (max-width: 1023px) {
  .news-blog-item .main figure {
    width: 96px;
    min-width: 96px;
    height: 96px;
  }
}
.news-blog-item .main figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-blog-item .main .tag {
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .news-blog-item .main .tag {
    font-size: 10px;
  }
}
.news-blog-pager {
  max-width: 776px;
  padding-bottom: 74px;
}
@media screen and (max-width: 1023px) {
  .news-blog-pager {
    max-width: 600px;
  }
}
.news-blog-pager::before, .news-blog-pager::after {
  content: "";
  width: 138px;
  height: 34px;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.news-blog-pager::before {
  background-image: url("../images/news/deco_blog_left.svg");
  left: 0;
}
.news-blog-pager::after {
  background-image: url("../images/news/deco_blog_right.svg");
  right: 0;
}
.news-blog-pager a,
.news-blog-pager span {
  width: 38px;
  height: 48px;
}
@media screen and (max-width: 1023px) {
  .news-blog-pager a,
  .news-blog-pager span {
    width: 32px;
    height: 40px;
  }
}
.news-blog-pager a:hover,
.news-blog-pager span:hover {
  background-color: #e82828;
}
.news-blog-pager a.is-active,
.news-blog-pager span.is-active {
  color: #fff;
  pointer-events: none;
}
.news-ranking-item .rank-num {
  width: 178px;
  height: 134px;
  font-size: 56px;
  background-image: url("../images/news/bg_yellow_baloon_rank.svg");
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .news-ranking-item .rank-num {
    width: 146px;
    height: 110px;
    font-size: 48px;
  }
}
.news-ranking-item .gradation {
  width: 360px;
  padding: 5px;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 1023px) {
  .news-ranking-item .gradation {
    width: 272px;
  }
}
.news-ranking-item .title {
  line-height: 1.75;
}
.news-ranking-item .image {
  max-height: 174px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .news-ranking-item .image {
    max-height: 130px;
  }
}
.news-ranking-item .tagList span {
  line-height: 1.75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .bg-flow::before, .news .bg-flow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/news/bg_ranking_pc.svg");
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  animation: bg_flow01 10s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .news .bg-flow::before, .news .bg-flow::after {
    background-image: url("../images/news/bg_ranking_sp.svg");
    animation: bg_flow01 20s linear infinite;
  }
}
.news .bg-flow::after {
  animation: bg_flow02 10s linear infinite;
  top: 100%;
}
@media screen and (max-width: 1023px) {
  .news .bg-flow::after {
    animation: bg_flow02 20s linear infinite;
  }
}

.single-thumbnail {
  max-width: 1200px;
  max-height: 722px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .single-thumbnail {
    max-width: 600px;
    max-height: 361px;
  }
}
.single-thumbnail img {
  width: 100%;
}
.single-breadcrumb {
  max-width: 1200px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .single-breadcrumb {
    max-width: 600px;
  }
}
.single-body {
  border-top: solid 6px #202227;
}
.single-main {
  max-width: 1200px;
}
@media screen and (max-width: 1023px) {
  .single-main {
    max-width: 600px;
  }
}
.single-tag {
  min-width: 210px;
}
@media screen and (max-width: 1023px) {
  .single-tag {
    min-width: 130px;
  }
}
.single-tag::before {
  content: "";
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background-color: #202227;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}
.single-tag::after {
  content: "";
  width: 4px;
  height: 80px;
  margin: 0 auto;
  background-color: #202227;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .single-tag::after {
    width: 4px;
    height: 50px;
  }
}
.single-tag-name {
  margin-top: 80px;
  transform: rotate(10deg);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .single-tag-name {
    margin-top: 50px;
  }
}
.single-date {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .single-date {
    font-size: 28px;
  }
}
.single-title {
  font-size: 56px;
}
@media screen and (max-width: 1023px) {
  .single-title {
    font-size: 28px;
  }
}
.single-line {
  height: 8px;
}
@media screen and (max-width: 1023px) {
  .single-line {
    height: 6px;
  }
}
.single-line::before {
  content: "";
  width: 238px;
  height: 8px;
  background-image: url("../images/news/deco_dashed_line.svg");
  background-position: top left;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.single-line::after {
  content: "";
  width: calc(100% - 250px);
  height: 6px;
  background-color: #202227;
  position: absolute;
  top: 1px;
  left: 250px;
}
.single-content {
  padding-bottom: 128px;
}
@media screen and (max-width: 1023px) {
  .single-content {
    padding-bottom: 88px;
  }
}
.single-content::before {
  content: "";
  width: 48px;
  height: 76px;
  background-image: url("../images/news/deco_single_corner.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.single-content::after {
  content: "";
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background-color: #202227;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.single-content img {
  max-width: 100%;
}
.single-btn a {
  position: relative;
}
.single-btn-cat {
  width: 114px;
  height: 150px;
  position: absolute;
  top: -48px;
  left: -55px;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(100%);
}
.single-btn::before {
  content: "";
  width: 178px;
  height: 210px;
  background-image: url("../images/news/deco_footprint_white.webp");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: -237px;
  left: 48px;
}
.single-pager {
  min-height: 236px;
}
.single-pager-prevPost {
  width: 48.6666666667%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .single-pager-prevPost {
    width: 100%;
    position: relative;
  }
}
.single-pager-nextPost {
  width: 48.6666666667%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .single-pager-nextPost {
    width: 100%;
    position: relative;
  }
}
.single-pager-prevTitle .deco, .single-pager-nextTitle .deco {
  display: block;
  width: 195px;
  height: 48px;
  background: linear-gradient(to right, #9c1aa3 0%, #f44e5a 16%, #ff9900 32%, #ffd300 48%, #47c63a 64%, #008de3 80%, #9c1aa3 100%) 0 center/200%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 1023px) {
  .single-pager-prevTitle .deco, .single-pager-nextTitle .deco {
    width: 138px;
    height: 34px;
  }
}
.single-pager-prevTitle .text, .single-pager-nextTitle .text {
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  .single-pager-prevTitle .text, .single-pager-nextTitle .text {
    font-size: 20px;
  }
}
.single-pager-prevTitle .deco {
  mask-image: url("../images/news/deco_blog_left.svg");
  -webkit-mask-image: url("../images/news/deco_blog_left.svg");
  animation: gradationFlow 2s linear infinite;
}
.single-pager-nextTitle .deco {
  margin: 0 0 0 auto;
  mask-image: url("../images/news/deco_blog_right.svg");
  -webkit-mask-image: url("../images/news/deco_blog_right.svg");
  animation: gradationFlow 2s linear infinite reverse;
}
.single-pager-item .date {
  width: 30px;
  min-width: 30px;
  height: 120px;
  background-color: #202227;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .single-pager-item .date {
    width: 24px;
    min-width: 24px;
    height: 96px;
  }
}
.single-pager-item .date::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 15px #202227;
  border-left: solid 15px transparent;
  border-right: solid 15px #202227;
  border-bottom: solid 15px transparent;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .single-pager-item .date::before {
    border-top: solid 12px #202227;
    border-left: solid 12px transparent;
    border-right: solid 12px #202227;
    border-bottom: solid 12px transparent;
    bottom: -24px;
  }
}
.single-pager-item .date span {
  width: 120px;
  transform: rotate(-90deg) translateX(-32px) translateY(-44px);
}
@media screen and (max-width: 1023px) {
  .single-pager-item .date span {
    width: 96px;
    transform: rotate(-90deg) translateX(-28px) translateY(-35px);
  }
}
.single-pager-item .main {
  min-height: 168px;
  border: solid 3px #202227;
}
@media screen and (max-width: 1023px) {
  .single-pager-item .main {
    min-height: 128px;
  }
}
.single-pager-item .main figure {
  width: 114px;
  min-width: 114px;
}
.single-pager-item .main figure img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .single-pager-item .main figure {
    width: 96px;
    min-width: 96px;
    height: 96px;
  }
}
.single-pager-item .main .tag {
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .single-pager-item .main .tag {
    font-size: 10px;
  }
}
.single-decoCat {
  width: 312px;
  height: 152px;
  margin: 0 auto;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(100%);
}
.single-ranking-mainInner {
  max-width: 1536px;
}
@media screen and (max-width: 1023px) {
  .single-ranking-mainInner {
    max-width: 600px;
  }
}
.single-ranking-swiper {
  overflow: visible;
}
.single-ranking-swiper .swiper-slide {
  width: max-content;
}
.single-ranking-item {
  width: 252px;
}
@media screen and (max-width: 1023px) {
  .single-ranking-item {
    width: 175px;
  }
}
.single-ranking-item .rank-num {
  width: 141px;
  height: 106px;
  font-size: 44px;
  background-image: url("../images/news/bg_yellow_baloon_rank.svg");
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .single-ranking-item .rank-num {
    width: 97px;
    height: 73px;
    font-size: 32px;
  }
}
.single-ranking-item .gradation {
  width: 252px;
  padding: 5px;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 1023px) {
  .single-ranking-item .gradation {
    width: 175px;
  }
}
.single-ranking-item .inner .image {
  max-height: 117px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .single-ranking-item .inner .image {
    max-height: 82px;
  }
}
.single-ranking-item .inner .title {
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .single-ranking-item .inner .title {
    max-height: 49px;
    overflow: hidden;
  }
}
.single-ranking-item .inner .tag {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single .bg-flow::before, .single .bg-flow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/news/bg_single_ranking_pc.svg");
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  animation: bg_flow01 10s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .single .bg-flow::before, .single .bg-flow::after {
    background-image: url("../images/news/bg_single_ranking_sp.svg");
    animation: bg_flow01 20s linear infinite;
  }
}
.single .bg-flow::after {
  animation: bg_flow02 10s linear infinite;
  top: 100%;
}
@media screen and (max-width: 1023px) {
  .single .bg-flow::after {
    animation: bg_flow02 20s linear infinite;
  }
}

.thanks {
  height: 100svh;
}
@media screen and (max-width: 1023px) {
  .thanks {
    height: 100svh;
  }
}
.thanks .confetti-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.thanks .confettiRight {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  animation: fallRight 2s linear infinite;
}
.thanks .confettiLeft {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  animation: fallLeft 3s linear infinite;
}
.thanks .confettiStraight {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  animation: fallStraight 3s linear infinite;
}
@keyframes fallRight {
  0% {
    transform: translateY(0) translateX(0) rotate3d(1, 1, 1, 0deg);
  }
  20% {
    transform: translateY(20vh) translateX(4vw) rotate3d(1, 1, 1, 90deg);
  }
  40% {
    transform: translateY(40vh) translateX(8vw) rotate3d(1, 1, 1, 180deg);
  }
  60% {
    transform: translateY(60vh) translateX(12vw) rotate3d(1, 1, 1, 270deg);
  }
  80% {
    transform: translateY(80vh) translateX(16vw) rotate3d(1, 1, 1, 360deg);
  }
  100% {
    transform: translateY(100vh) translateX(20vw) rotate3d(1, 1, 1, 540deg);
  }
}
@keyframes fallLeft {
  0% {
    transform: translateY(0) translateX(0) rotate3d(1, 1, 1, 0deg);
  }
  20% {
    transform: translateY(20vh) translateX(-4vw) rotate3d(1, 1, 1, 90deg);
  }
  40% {
    transform: translateY(40vh) translateX(-8vw) rotate3d(1, 1, 1, 180deg);
  }
  60% {
    transform: translateY(60vh) translateX(-12vw) rotate3d(1, 1, 1, 270deg);
  }
  80% {
    transform: translateY(80vh) translateX(-16vw) rotate3d(1, 1, 1, 360deg);
  }
  100% {
    transform: translateY(100vh) translateX(-20vw) rotate3d(1, 1, 1, 540deg);
  }
}
@keyframes fallStraight {
  0% {
    transform: translateY(0) rotate3d(1, 1, 1, 0deg);
  }
  20% {
    transform: translateY(20vh) rotate3d(1, 1, 1, 90deg);
  }
  40% {
    transform: translateY(40vh) rotate3d(1, 1, 1, 180deg);
  }
  60% {
    transform: translateY(60vh) rotate3d(1, 1, 1, 270deg);
  }
  80% {
    transform: translateY(80vh) rotate3d(1, 1, 1, 360deg);
  }
  100% {
    transform: translateY(100vh) rotate3d(1, 1, 1, 540deg);
  }
}

.company-keyimg {
  height: 420px;
}
@media screen and (max-width: 1023px) {
  .company-keyimg {
    height: 280px;
  }
}
.company-keyimg::before {
  content: "";
  width: 100%;
  height: 320px;
  background-color: #e82828;
  position: absolute;
  top: 50%;
  left: 0;
  transform: skewY(-7deg) translateY(-50%) translateX(-100%);
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .company-keyimg::before {
    height: 210px;
  }
}
.company-keyimg.is-fade::before {
  transform: skewY(-7deg) translateY(-50%) translateX(0);
}
.company-keyimg-txt {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.4s;
}
.company-keyimg-txt.is-fade {
  opacity: 1;
}
.company-title .mainText {
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .company-title .mainText {
    font-size: 32px;
  }
}
.company-title .subText {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .company-title .subText {
    font-size: 18px;
  }
}
.company-business {
  max-width: 1200px;
  border-top: solid 6px #202227;
  border-bottom: solid 6px #202227;
}
@media screen and (max-width: 1023px) {
  .company-business {
    max-width: 600px;
  }
}
.company-business::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #202227;
  position: absolute;
  top: 0;
  left: 0;
}
.company-business::after {
  content: "";
  width: 96px;
  height: 14px;
  background-image: url("../images/company/deco_business.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -6px;
  left: 0;
  z-index: -1;
}
.company-business-list {
  gap: 40px 30px;
  border-top: solid 4px #202227;
}
@media screen and (max-width: 1023px) {
  .company-business-list {
    gap: 16px;
  }
}
.company-business-item {
  width: calc(50% - 15px);
  min-height: 120px;
  padding: 6px;
  background-color: #e82828;
}
@media screen and (max-width: 1023px) {
  .company-business-item {
    width: 100%;
    min-height: 89px;
  }
}
.company-business-item.is-active {
  background: #e82828;
}
.company-business-item.is-active .company-business-inner {
  background-color: #e82828;
}
.company-business-item.is-active .title::after {
  content: none;
}
.company-business-inner {
  background-color: #202227;
}
.company-business-inner .title {
  min-height: 108px;
  font-size: 28px;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .company-business-inner .title {
    min-height: 77px;
    font-size: 20px;
  }
}
.company-business-inner .title::before {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
}
@media screen and (max-width: 1023px) {
  .company-business-inner .title::before {
    right: 18px;
  }
}
.company-business-inner .title::after {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  right: 38px;
  top: calc(50% - 10px);
}
@media screen and (max-width: 1023px) {
  .company-business-inner .title::after {
    right: 26px;
  }
}
.company-business-inner .content {
  max-height: 0;
  overflow: hidden;
}
.company-business-inner .text {
  line-height: 1.75;
}
.company-business-inner img {
  max-width: 360px;
}
.company-business-inner a {
  max-width: 360px;
  height: 64px;
  padding: 6px;
  border-radius: 6px;
}
.company-business-inner a span {
  border-radius: 4px;
  border: solid 1px #fff;
}
.company-summary {
  max-width: 1200px;
}
@media screen and (max-width: 1023px) {
  .company-summary {
    max-width: 600px;
  }
}
.company-summary::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #202227;
  position: absolute;
  top: 0;
  right: 0;
}
.company-summary::after {
  content: "";
  width: 96px;
  height: 14px;
  background-image: url("../images/company/deco_summary.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -6px;
  right: 0;
  z-index: -1;
}
.company-info-list {
  border: solid 5px #202227;
  background-color: rgba(255, 255, 255, 0.9);
}
.company-info-item {
  width: calc(50% - 20px);
  background-image: url("../images/company/deco_dashedline_yellow.svg");
  background-repeat: repeat-x;
  background-position: top left;
}
@media screen and (max-width: 1023px) {
  .company-info-item {
    width: 100%;
  }
}
.company-info-item dd {
  line-height: 1.75;
}
.company-info-item:first-of-type {
  background-image: none;
}
.company-info-item:nth-child(2) {
  background-image: none;
}
@media screen and (max-width: 1023px) {
  .company-info-item:nth-child(2) {
    background-image: url("../images/company/deco_dashedline_yellow.svg");
  }
}
.company-info-item:last-of-type {
  width: 100%;
}
.company-info-item .tokyo {
  text-indent: -84px;
  padding-left: 84px;
  display: block;
}
.company-gmap {
  border: solid 2px #202227;
  padding: 10px;
}
.company-gmap-inner {
  border: solid 5px #202227;
}
.company-gmap-inner::before {
  content: "";
  width: 264px;
  height: 8px;
  margin: 0 auto;
  background-image: url("../images/company/deco_map.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .company-gmap-inner::before {
    width: 132px;
    height: 4px;
  }
}
.company-sns {
  max-width: 1200px;
  border-top: solid 6px #202227;
}
@media screen and (max-width: 1023px) {
  .company-sns {
    max-width: 600px;
  }
}
.company-sns::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #202227;
  position: absolute;
  top: 0;
  left: 0;
}
.company-sns::after {
  content: "";
  width: 96px;
  height: 14px;
  background-image: url("../images/company/deco_business.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -6px;
  left: 0;
  z-index: -1;
}
.company-links-list {
  border: solid 5px #202227;
  background-color: rgba(255, 255, 255, 0.9);
}
.company-links-item {
  width: calc(50% - 20px);
  background-image: url("../images/company/deco_dashedline_yellow.svg");
  background-repeat: repeat-x;
  background-position: bottom left;
}
@media screen and (max-width: 1023px) {
  .company-links-item {
    width: 100%;
  }
}
.company-links-item dd {
  line-height: 1.75;
}

.president-keyimg {
  height: 960px;
  background-image: url("../images/president/keyimg_pc.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 1023px) {
  .president-keyimg {
    height: 660px;
    background-image: url("../images/president/keyimg_sp.webp");
  }
}
.president-keyimg-body {
  max-width: 1200px;
}
@media screen and (max-width: 1023px) {
  .president-keyimg-body {
    max-width: 600px;
  }
}
.president-keyimg-title .text01 {
  width: 280px;
}
@media screen and (max-width: 1023px) {
  .president-keyimg-title .text01 {
    width: 150px;
  }
}
.president-keyimg-title .text02 {
  width: 440px;
  font-size: 110px;
}
.president-keyimg-title .text02:first-letter {
  font-size: 160px;
}
@media screen and (max-width: 1023px) {
  .president-keyimg-title .text02:first-letter {
    font-size: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .president-keyimg-title .text02 {
    width: 240px;
    font-size: 56px;
  }
}
.president-keyimg .textAnime-box__inner {
  opacity: 0;
  transform: translate(-100%, 0);
}
.president-keyimg .textAnime-box__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  transform: scaleX(1);
  background-color: #e82828;
  transform-origin: 100% 0;
}
.president-keyimg .textAnime--active .textAnime-box:nth-child(2) .textAnime-box__inner {
  animation-duration: 0.7s;
  animation-delay: 0.2s;
}
.president-keyimg .textAnime--active .textAnime-box:nth-child(2) .textAnime-box__inner::after {
  animation-duration: 1.2s;
  animation-delay: 0.2s;
}
.president-keyimg .textAnime--active .textAnime-box:nth-child(3) .textAnime-box__inner {
  animation-duration: 0.9s;
  animation-delay: 0.4s;
}
.president-keyimg .textAnime--active .textAnime-box:nth-child(3) .textAnime-box__inner::after {
  animation-duration: 1.4s;
  animation-delay: 0.4s;
}
.president-keyimg .textAnime--active .textAnime-box__inner {
  animation: move 0.5s forwards;
  animation-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkitanimation-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.president-keyimg .textAnime--active .textAnime-box__inner::after {
  animation: screen 1s forwards;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkitanimation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.president-keyimg-text {
  max-width: 540px;
  margin: 400px 0 0 auto;
  line-height: 1.75;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
  transition-delay: 1.65s;
}
@media screen and (max-width: 1023px) {
  .president-keyimg-text {
    max-width: 240px;
    margin: 288px 0 0 auto;
  }
}
.president-keyimg-text.is-active {
  opacity: 1;
  transform: translateY(0);
}
.president-body {
  min-height: calc(100vh + 1000px);
}
@media screen and (max-width: 1023px) {
  .president-body {
    min-height: auto;
  }
}
.president-left {
  width: 41.6666666667%;
  height: 100vh;
  background-image: url("../images/president/bg_left.webp");
  background-position: bottom center;
  -webkit-background-size: 640px 400px;
  background-size: 640px 400px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .president-left {
    width: 100%;
    height: auto;
  }
}
.president-left-title {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .president-left-title {
    font-size: 28px;
  }
}
.president-left-title::before {
  content: "";
  width: 78px;
  height: 84px;
  background-image: url("../images/president/deco_twinkle01.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -30px;
  right: -72px;
  opacity: 0;
  animation: twinkle 1.2s ease-in-out infinite;
}
@media screen and (max-width: 1023px) {
  .president-left-title::before {
    top: -48px;
    right: -34px;
  }
}
.president-left-title::after {
  content: "";
  width: 89px;
  height: 95px;
  background-image: url("../images/president/deco_twinkle02.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: -20px;
  left: -110px;
  opacity: 0;
  animation: twinkle 1.4s ease-in-out 0.5s infinite;
}
@media screen and (max-width: 1023px) {
  .president-left-title::after {
    bottom: -24px;
    left: -54px;
  }
}
.president-left-info {
  max-width: 608px;
}
@media screen and (max-width: 1023px) {
  .president-left-info {
    max-width: 600px;
  }
}
.president-left-info dt {
  min-width: 128px;
  border: solid 1px #202227;
}
@media screen and (max-width: 1023px) {
  .president-left-info dt {
    min-width: 88px;
  }
}
.president-left-info dd {
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #202227;
}
.president-right {
  width: 58.3333333333%;
  height: 100vh;
  border: solid 5px #202227;
}
@media screen and (max-width: 1023px) {
  .president-right {
    width: 100%;
    height: auto;
  }
}
.president-right::before {
  content: "";
  width: 264px;
  height: 8px;
  margin: 0 auto;
  background-image: url("../images/president/deco_right.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .president-right::before {
    width: 132px;
    height: 4px;
  }
}
.president-history-scrollLine {
  width: 6px;
  height: calc(0% - 240px);
  margin: 0 auto;
  background-color: #202227;
  position: absolute;
  top: 240px;
  left: 0;
  right: 0;
}
.president-history-born {
  width: 320px;
  height: 352px;
  background-image: url("../images/president/history_born.webp"), url("../images/president/bg_born.svg");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  -webkit-background-size: 118px 172px, contain;
  background-size: 118px 172px, contain;
}
@media screen and (max-width: 1023px) {
  .president-history-born {
    width: 240px;
    height: 264px;
    -webkit-background-size: 88px 128px, contain;
    background-size: 88px 128px, contain;
  }
}
.president-history-born .title {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .president-history-born .title {
    font-size: 24px;
  }
}
.president-history-born .text {
  font-size: 64px;
}
@media screen and (max-width: 1023px) {
  .president-history-born .text {
    font-size: 48px;
  }
}
.president-history-list {
  max-width: 880px;
}
@media screen and (max-width: 1023px) {
  .president-history-list {
    max-width: 784px;
  }
}
.president-history-left, .president-history-right {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .president-history-left, .president-history-right {
    width: 50%;
  }
}
.president-history-left .title, .president-history-right .title {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .president-history-left .title, .president-history-right .title {
    font-size: 28px;
  }
}
.president-history-left .title::before, .president-history-right .title::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #202227;
  position: absolute;
  bottom: 0;
  left: 0;
}
.president-history-left .title::after, .president-history-right .title::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #202227;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: -6px;
}
.president-history-left .title::after {
  right: -9px;
}
.president-history-right .title::after {
  left: -9px;
}
.president-foundation-scrollLine {
  width: 6px;
  height: 0;
  margin: 0 auto;
  background-color: #202227;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.president-foundation::after {
  content: "";
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background-image: url("../images/president/icon_itemone.svg");
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
}
.president-foundation-bgBelt {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
}
.president-foundation-bgBelt::before {
  content: "";
  display: block;
  width: 100%;
  height: 320px;
  background-color: #202227;
  transform: skewY(-9deg);
}
@media screen and (max-width: 1023px) {
  .president-foundation-bgBelt::before {
    height: 220px;
  }
}
.president-foundation-bgBelt.is-active {
  width: 100%;
}
.president-foundation-body {
  width: 360px;
  opacity: 0;
  transform: scale(10);
  transition: 0.5s;
  transition-delay: 0.5s;
}
.president-foundation-body.is-active {
  opacity: 1;
  transform: scale(1);
}
.president-foundation-body.is-active .imgbox {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  .president-foundation-body {
    width: 288px;
  }
}
.president-foundation-body .title {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .president-foundation-body .title {
    font-size: 28px;
  }
}
.president-foundation-body .title::before {
  content: "";
  width: 79px;
  height: 107px;
  background-image: url("../images/president/deco_twinkle03.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -28px;
  left: 20px;
  opacity: 0;
  animation: twinkle 1.4s ease-in-out 0.5s infinite;
}
@media screen and (max-width: 1023px) {
  .president-foundation-body .title::before {
    top: -8px;
    left: -20px;
  }
}
.president-foundation-body .title::after {
  content: "";
  width: 87px;
  height: 99px;
  background-image: url("../images/president/deco_twinkle04.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -36px;
  right: 24px;
  opacity: 0;
  animation: twinkle 1.2s ease-in-out infinite;
}
@media screen and (max-width: 1023px) {
  .president-foundation-body .title::after {
    top: -24px;
    right: -8px;
  }
}
.president-foundation-body .text {
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  .president-foundation-body .text {
    font-size: 20px;
  }
}
.president-foundation-body .imgbox {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
  transition-delay: 1.2s;
}
.president-rebuild-scrollLine {
  width: 6px;
  height: 256px;
  margin: 0 auto;
  background-color: #202227;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.president-rebuild::after {
  content: "";
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background-image: url("../images/president/icon_itemone.svg");
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  z-index: 10;
}
.president-rebuild-deco {
  max-width: 1040px;
  height: 105px;
  background-image: url("../images/president/bg_rebuild.svg");
  background-position: top -4px center;
  background-repeat: no-repeat;
  border-top: solid 4px #202227;
}
.president-rebuild-deco::before {
  content: "";
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background-color: #202227;
  border-radius: 50%;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
}
.president-rebuild-bgBelt {
  width: 0;
  position: absolute;
  top: 348px;
  left: 0;
  transition: 1s;
}
.president-rebuild-bgBelt.is-active {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .president-rebuild-bgBelt {
    top: 290px;
  }
}
.president-rebuild-bgBelt::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  background-color: #202227;
  transform: skewY(-9deg);
}
@media screen and (max-width: 1023px) {
  .president-rebuild-bgBelt::before {
    height: 220px;
  }
}
.president-rebuild-body {
  width: 360px;
  opacity: 0;
  transform: scale(10);
  transition: 0.5s;
  transition-delay: 0.5s;
}
.president-rebuild-body.is-active {
  opacity: 1;
  transform: scale(1);
}
.president-rebuild-body.is-active .imgbox {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  .president-rebuild-body {
    width: 288px;
  }
}
.president-rebuild-body .title {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .president-rebuild-body .title {
    font-size: 28px;
  }
}
.president-rebuild-body .title::before {
  content: "";
  width: 55px;
  height: 107px;
  background-image: url("../images/president/deco_twinkle05.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 24px;
  left: -36px;
  opacity: 0;
  animation: twinkle 1.2s ease-in-out infinite;
}
@media screen and (max-width: 1023px) {
  .president-rebuild-body .title::before {
    top: 34px;
    left: -8px;
  }
}
.president-rebuild-body .title::after {
  content: "";
  width: 66px;
  height: 129px;
  background-image: url("../images/president/deco_twinkle06.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 16px;
  right: -28px;
  opacity: 0;
  animation: twinkle 1.4s ease-in-out 0.5s infinite;
}
@media screen and (max-width: 1023px) {
  .president-rebuild-body .title::after {
    top: 16px;
    right: 8px;
  }
}
.president-rebuild-body .text {
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  .president-rebuild-body .text {
    font-size: 20px;
  }
}
.president-rebuild-body .imgbox {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
  transition-delay: 1.2s;
}
.president-flowBg::before, .president-flowBg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/president/bg_flow_arrow.svg");
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  animation: bg_flow01 15s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .president-flowBg::before, .president-flowBg::after {
    background-image: url("../images/president/bg_flow_arrow.svg");
    animation: bg_flow01 20s linear infinite;
  }
}
.president-flowBg::after {
  animation: bg_flow02 15s linear infinite;
  top: 100%;
}
@media screen and (max-width: 1023px) {
  .president-flowBg::after {
    animation: bg_flow02 20s linear infinite;
  }
}
.president-current {
  overflow: hidden;
}
.president-current-body {
  width: 400px;
  height: 355px;
}
@media screen and (max-width: 1023px) {
  .president-current-body {
    width: 360px;
    height: 320px;
  }
}
.president-current-body img {
  opacity: 0;
  transform: scale(10);
  transition: 0.5s;
  transition-delay: 0.5s;
}
.president-current-body img.is-active {
  opacity: 1;
  transform: scale(1);
}
.president-current-main {
  width: 270px;
  height: 180px;
  background-image: url("../images/president/bg_history_age31.svg");
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0;
  transform: scale(10);
  transition: 0.5s;
}
.president-current-main.is-active {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 1023px) {
  .president-current-main {
    width: 260px;
    height: 174px;
  }
}
.president-current-main .title {
  font-size: 30px;
  transform: rotate(5deg);
}
@media screen and (max-width: 1023px) {
  .president-current-main .title {
    font-size: 28px;
  }
}
.president-current-main .text {
  font-size: 15px;
  transform: rotate(5deg);
}
@media screen and (max-width: 1023px) {
  .president-current-main .text {
    font-size: 14px;
  }
}
.president-current-textbox {
  width: 0;
  transition: 0.5s;
}
.president-current-textbox.is-active {
  width: 100%;
}
.president-current-textbox.is-active span {
  opacity: 1;
}
.president-current-textbox span {
  font-size: 40px;
  line-height: 1.3;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1s;
}
@media screen and (max-width: 1023px) {
  .president-current-textbox span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .president-future {
    height: 649px;
  }
}
.president-future-body {
  width: 600px;
  height: 746px;
  background-image: url("../images/president/bg_future.webp");
  background-position: top 1812px center;
  -webkit-background-size: 360px auto;
  background-size: 360px auto;
  background-repeat: no-repeat;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .president-future-body {
    background-position: top 609px center;
  }
}
.president-future-body.is-active {
  background-position: top center;
}
@media screen and (max-width: 1023px) {
  .president-future-body {
    width: 520px;
    height: 609px;
    -webkit-background-size: 248px auto;
    background-size: 248px auto;
    transform: translateX(-50%);
  }
}
.president-future-main {
  width: 100%;
  height: 426px;
  background-image: url("../images/president/bg_future_text.svg");
  background-position: bottom center;
  -webkit-background-size: contain;
  background-size: contain;
  transition: 0.5s;
  transition-delay: 0.8s;
  transform: scale(10);
  opacity: 0;
}
.president-future-main.is-active {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .president-future-main {
    height: 369px;
  }
}
.president-future-main .title {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  .president-future-main .title {
    font-size: 28px;
  }
}
.president-future-main .text01 {
  font-size: 56px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .president-future-main .text01 {
    font-size: 48px;
  }
}
.president-future-main .text02 {
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  .president-future-main .text02 {
    font-size: 24px;
  }
}

.recruit-keyimg {
  width: 100%;
  height: 100svh;
  border-top: solid 5px #202227;
}
@media screen and (max-width: 1023px) {
  .recruit-keyimg {
    border-top: solid 4px #202227;
  }
}
.recruit-keyimg::before {
  content: "";
  width: 264px;
  height: 8px;
  margin: 0 auto;
  background-image: url("../images/recruit/deco_top.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .recruit-keyimg::before {
    width: 132px;
    height: 4px;
  }
}
.recruit-keyimg-title {
  max-width: 1520px;
  top: 50%;
  opacity: 0;
  transform: scale(5) translateY(-50%);
  transition: 0.5s;
  transition-delay: 1.1s;
}
.recruit-keyimg-title--active {
  opacity: 1;
  transform: scale(1) translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .recruit-keyimg-title {
    max-width: 600px;
    top: 70%;
  }
}
@media screen and (max-width: 1023px) {
  .recruit-keyimg-title .text-9xl {
    font-size: 44px;
  }
}
.recruit-keyimg-president {
  width: 480px;
  top: 50%;
  opacity: 0;
  transform: translateY(150%);
  transition: 0.5s;
  transition-delay: 0.5s;
}
.recruit-keyimg-president--active {
  opacity: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .recruit-keyimg-president {
    width: 320px;
  }
}
.recruit-keyimg-entry a {
  width: 184px;
  height: 184px;
  padding: 0 0 6px;
  line-height: 1.1;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .recruit-keyimg-entry a {
    width: 80px;
    height: 80px;
    padding: 0 0 4px;
  }
}
.recruit-keyimg-entry a::before {
  content: "";
  width: 162px;
  height: 162px;
  margin: auto;
  background-image: url(../images/recruit/entry_rotate_text.svg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: rotateText 10s infinite linear;
}
@media screen and (max-width: 1023px) {
  .recruit-keyimg-entry a::before {
    width: 72px;
    height: 72px;
  }
}
.recruit-keyimg-movie video {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .recruit-keyimg-movie video {
    width: auto;
    min-width: 1920px;
    height: 100%;
    min-height: 1080px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruit-intro-text {
  width: 646px;
}
@media screen and (max-width: 1023px) {
  .recruit-intro-text {
    width: 100%;
    max-width: 600px;
  }
}
.recruit-intro-movie {
  width: 760px;
}
@media screen and (max-width: 1023px) {
  .recruit-intro-movie {
    width: 100%;
    max-width: 600px;
  }
}
.recruit-intro-movie .main::before {
  content: "";
  width: 400px;
  height: 8px;
  background-image: url("../images/front-page/deco_movie_line.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -8px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .recruit-intro-movie .main::before {
    width: 240px;
  }
}
.recruit-intro-movie .main .inner {
  border: solid 4px #202227;
}
.recruit-intro-movie .main .inner::before {
  content: "";
  width: 222px;
  height: 18px;
  background-image: url("../images/front-page/deco_movie_square.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -21px;
  left: -4px;
}
@media screen and (max-width: 1023px) {
  .recruit-intro-movie .main .inner::before {
    width: 148px;
    height: 12px;
    top: -16px;
  }
}
.recruit-intro-movie .main .inner iframe {
  aspect-ratio: 16/9;
}
.recruit-textbox01 {
  max-width: 1280px;
}
@media screen and (max-width: 1023px) {
  .recruit-textbox01 {
    max-width: 640px;
  }
}
.recruit-textbox01 .text01 {
  font-size: 56px;
}
@media screen and (max-width: 1023px) {
  .recruit-textbox01 .text01 {
    font-size: 24px;
  }
}
.recruit-textbox02 {
  min-height: 220px;
}
@media screen and (max-width: 1023px) {
  .recruit-textbox02 {
    height: 72px;
    min-height: auto;
  }
}
.recruit-title {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 1023px) {
  .recruit-title {
    gap: 16px;
  }
}
.recruit-title .deco {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 176px;
  background-color: #202227;
}
@media screen and (max-width: 1023px) {
  .recruit-title .deco {
    width: 88px;
    height: 88px;
  }
}
.recruit-title .deco span {
  font-size: 96px;
  opacity: 0;
  transition: 0.4s ease-in;
  transform: scale(5);
}
@media screen and (max-width: 1023px) {
  .recruit-title .deco span {
    font-size: 48px;
  }
}
.recruit-title.is-active .deco span {
  opacity: 1;
  transform: scale(1);
}
.recruit-title .text {
  font-size: 36px;
}
@media screen and (max-width: 1023px) {
  .recruit-title .text {
    font-size: 20px;
  }
}
.recruit-member {
  background-color: #e0e2e6;
}
.recruit-member-body {
  max-width: 1624px;
}
@media screen and (max-width: 1023px) {
  .recruit-member-body {
    max-width: 600px;
  }
}
.recruit-member-list {
  gap: 48px 40px;
}
@media screen and (max-width: 1023px) {
  .recruit-member-list {
    gap: 24px 2.6666666667%;
  }
}
.recruit-member-item {
  width: 376px;
  border: solid 4px #202227;
}
@media screen and (max-width: 1023px) {
  .recruit-member-item {
    width: 48.6666666667%;
  }
}
.recruit-member-item .image {
  background: linear-gradient(to top, #9c1aa3 0%, #f44e5a 16%, #ff9900 32%, #ffd300 48%, #47c63a 64%, #008de3 80%, #9c1aa3 100%) 0 center/100% 200%;
  animation: gradationFlowY 2s linear infinite;
}
@keyframes gradationFlowY {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 200%;
  }
}
.recruit-member-item .name {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .recruit-member-item .name {
    font-size: 24px;
  }
}
.recruit-post-title .deco {
  width: 273px;
}
@media screen and (max-width: 1023px) {
  .recruit-post-title .deco {
    width: 137px;
    min-width: 137px;
  }
}
.recruit-post-list {
  gap: 40px 30px;
}
@media screen and (max-width: 1023px) {
  .recruit-post-list {
    gap: 24px;
  }
}
.recruit-post-item {
  width: calc(50% - 15px);
  min-height: 120px;
  padding: 6px;
}
@media screen and (max-width: 1023px) {
  .recruit-post-item {
    width: 100%;
    min-height: 89px;
  }
}
.recruit-post-item.is-active {
  background: #ffda23;
}
.recruit-post-item.is-active .recruit-post-inner {
  background-color: #ffda23;
}
.recruit-post-item.is-active .title {
  font-weight: 900;
  color: #202227;
}
.recruit-post-item.is-active .title::before {
  background-color: #202227;
}
.recruit-post-item.is-active .title::after {
  content: none;
}
.recruit-post-inner {
  background-color: #202227;
}
.recruit-post-inner .title {
  min-height: 108px;
  font-size: 28px;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .recruit-post-inner .title {
    min-height: 77px;
    font-size: 20px;
  }
}
.recruit-post-inner .title::before {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 2px);
  right: 30px;
}
@media screen and (max-width: 1023px) {
  .recruit-post-inner .title::before {
    right: 18px;
  }
}
.recruit-post-inner .title::after {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  right: 38px;
  top: calc(50% - 10px);
}
@media screen and (max-width: 1023px) {
  .recruit-post-inner .title::after {
    right: 26px;
  }
}
.recruit-post-inner .content {
  max-height: 0;
  overflow: hidden;
}
.recruit-post-inner img {
  max-width: 360px;
}
.recruit-post-inner .text {
  line-height: 1.75;
}
.recruit-post-inner .text span {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
}
@media screen and (max-width: 1023px) {
  .recruit-post-inner .text span {
    padding-left: 14px;
    text-indent: -14px;
  }
}
.recruit-post-inner .list li {
  margin-top: 16px;
  padding-left: 24px;
}
.recruit-post-inner .list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .recruit-post-inner .list li {
    padding-left: 18px;
  }
}
.recruit-post-inner .list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-culture {
  width: 50%;
}
@media screen and (max-width: 1520px) {
  .recruit-culture {
    width: 100%;
    padding: 80px 40px 96px;
  }
}
@media screen and (max-width: 1023px) {
  .recruit-culture {
    padding: 80px 20px 96px;
  }
}
.recruit-culture-body {
  max-width: 768px;
}
@media screen and (max-width: 1520px) {
  .recruit-culture-body {
    max-width: 600px;
  }
}
.recruit-culture-title .deco {
  width: 272px;
  color: #202227;
  background-color: #ffda23;
}
@media screen and (max-width: 1023px) {
  .recruit-culture-title .deco {
    width: 136px;
    min-width: 136px;
  }
}
.recruit-effort {
  width: 50%;
}
@media screen and (max-width: 1520px) {
  .recruit-effort {
    width: 100%;
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .recruit-effort {
    padding: 80px 20px;
  }
}
.recruit-effort-title {
  font-size: 56px;
}
@media screen and (max-width: 1023px) {
  .recruit-effort-title {
    font-size: 36px;
  }
}
.recruit-effort-title span {
  font-size: 96px;
}
@media screen and (max-width: 1023px) {
  .recruit-effort-title span {
    font-size: 48px;
  }
}
.recruit-effort-list {
  max-width: 600px;
}
@media screen and (max-width: 1023px) {
  .recruit-effort-list {
    max-width: 320px;
  }
}
.recruit-effort-item {
  width: 200px;
  height: 200px;
  background-image: url("../images/recruit/bg_effort_item.svg");
  -webkit-background-size: cover;
  background-size: cover;
}
.recruit-effort-item:first-child::before {
  content: "";
  width: 80px;
  height: 168px;
  background-image: url("../images/recruit/effort_deco01.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: -96px;
  left: -30px;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(-100%) translateY(0);
}
@media screen and (max-width: 1023px) {
  .recruit-effort-item:first-child::before {
    left: -8px;
  }
}
.recruit-effort-item:nth-child(2) {
  margin-left: -80px;
  margin-top: 120px;
}
.recruit-effort-item:nth-child(2)::before {
  content: "";
  width: 96px;
  height: 147px;
  background-image: url("../images/recruit/effort_deco02.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -102px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(0) translateY(-100%);
}
.recruit-effort-item:nth-child(3) {
  width: 184px;
  height: 184px;
  margin-left: -40px;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .recruit-effort-item:nth-child(3) {
    margin-left: 0;
    margin-top: -72px;
  }
}
.recruit-effort-item:nth-child(4) {
  width: 184px;
  height: 184px;
  margin-left: -48px;
  margin-top: 112px;
}
@media screen and (max-width: 1023px) {
  .recruit-effort-item:nth-child(4) {
    margin-left: -48px;
    margin-top: 16px;
  }
}
.recruit-effort-item:nth-child(4)::before {
  content: "";
  width: 80px;
  height: 119px;
  background-image: url("../images/recruit/effort_deco03.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: -63px;
  right: 0;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(100%) translateY(0);
}
.recruit-effort-item:nth-child(5) {
  width: 184px;
  height: 184px;
  margin-top: -24px;
}
@media screen and (max-width: 1023px) {
  .recruit-effort-item:nth-child(5) {
    margin-top: -72px;
  }
}
.recruit-effort-item:nth-child(5)::before {
  content: "";
  width: 56px;
  height: 138px;
  background-image: url("../images/recruit/effort_deco04.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: -97px;
  left: -5px;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(0) translateY(100%);
}
.recruit-effort-item:nth-child(6) {
  margin-left: -64px;
  margin-top: 64px;
}
@media screen and (max-width: 1023px) {
  .recruit-effort-item:nth-child(6) {
    margin-top: 16px;
  }
}
.recruit-effort-item:nth-child(7) {
  margin-left: -40px;
  margin-top: -40px;
}
@media screen and (max-width: 1023px) {
  .recruit-effort-item:nth-child(7) {
    margin-left: 0;
    margin-top: -80px;
  }
}
.recruit-effort-item:nth-child(8) {
  margin-left: -80px;
  margin-top: 72px;
}
@media screen and (max-width: 1023px) {
  .recruit-effort-item:nth-child(8) {
    margin-top: 32px;
  }
}
.recruit-effort-item:nth-child(8)::before {
  content: "";
  width: 72px;
  height: 172px;
  background-image: url("../images/recruit/effort_deco05.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: -31px;
  left: -50px;
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
  transform: translateX(0) translateY(100%);
}
.recruit-effort-item.is-active::before {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.recruit-event {
  width: 920px;
}
@media screen and (max-width: 1023px) {
  .recruit-event {
    width: 100%;
    max-width: 920px;
  }
}
.recruit-event-item {
  max-width: 372px;
}
.recruit-event-btn {
  border-radius: 32px;
}
.recruit-event-btn > span {
  border-radius: 26px;
}
.recruit-negotiations-text {
  max-width: 764px;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  .recruit-negotiations-text {
    max-width: 430px;
  }
}
.recruit-negotiations-btn {
  border-radius: 32px;
}
.recruit-negotiations-btn > span {
  border-radius: 26px;
}
.recruit-textbox03 {
  width: 720px;
}
@media screen and (max-width: 1023px) {
  .recruit-textbox03 {
    width: 320px;
  }
}
.recruit-textbox03-text01 .fz43 {
  font-size: 43px;
}
@media screen and (max-width: 1023px) {
  .recruit-textbox03-text01 .fz43 {
    font-size: 20px;
  }
}
.recruit-textbox03-text01 .fz44 {
  font-size: 44px;
}
@media screen and (max-width: 1023px) {
  .recruit-textbox03-text01 .fz44 {
    font-size: 20px;
  }
}
.recruit-textbox03-text01 .fz64 {
  font-size: 64px;
}
@media screen and (max-width: 1023px) {
  .recruit-textbox03-text01 .fz64 {
    font-size: 30px;
  }
}
.recruit-textbox03-text02 .fz44 {
  font-size: 44px;
}
@media screen and (max-width: 1023px) {
  .recruit-textbox03-text02 .fz44 {
    font-size: 20px;
  }
}
.recruit-textbox03-text02 .fz64 {
  font-size: 64px;
}
@media screen and (max-width: 1023px) {
  .recruit-textbox03-text02 .fz64 {
    font-size: 30px;
  }
}
.recruit-textbox03-text02 .fz88 {
  font-size: 88px;
}
@media screen and (max-width: 1023px) {
  .recruit-textbox03-text02 .fz88 {
    font-size: 40px;
  }
}
.recruit-okayama, .recruit-mynavi {
  background-image: url("../images/recruit/bg-okayama.svg");
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 1023px) {
  .recruit-okayama, .recruit-mynavi {
    -webkit-background-size: 228px auto;
    background-size: 228px auto;
  }
}
.recruit-okayama-btn, .recruit-mynavi-btn {
  width: 480px;
  height: 120px;
}
@media screen and (max-width: 1023px) {
  .recruit-okayama-btn, .recruit-mynavi-btn {
    width: 320px;
    height: 88px;
  }
}
.recruit-okayama-btn .text, .recruit-mynavi-btn .text {
  font-size: 28px;
}
@media screen and (max-width: 1023px) {
  .recruit-okayama-btn .text, .recruit-mynavi-btn .text {
    font-size: 20px;
  }
}
.recruit-mynavi-btn .deco-text {
  width: 220px;
  background-color: transparent;
  top: -21px;
  left: -100px;
  z-index: 15;
}
@media screen and (max-width: 1023px) {
  .recruit-mynavi-btn .deco-text {
    width: 205px;
    top: -108px;
    left: 10px;
    z-index: 5;
  }
}
.recruit-mynavi-btn .deco-text img {
  display: block;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(100%);
}
.recruit-mynavi-btn .deco-text img.is-fade {
  opacity: 1;
  transform: translateY(0);
}
.recruit-mynavi-btn .deco-person {
  width: 200px;
  background-color: transparent;
  top: 32px;
  right: -72px;
  z-index: 15;
}
@media screen and (max-width: 1023px) {
  .recruit-mynavi-btn .deco-person {
    width: 180px;
    top: -66px;
    right: 20px;
    z-index: 5;
  }
}
.recruit-mynavi-btn .deco-person img {
  display: block;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(100%);
}
.recruit-mynavi-btn .deco-person img.is-fade {
  opacity: 1;
  transform: translateY(0);
}
.recruit-tel-btn {
  width: 230px;
  height: 54px;
}

.events-keyimg-text .title {
  font-size: 96px;
}
@media screen and (max-width: 1023px) {
  .events-keyimg-text .title {
    font-size: 40px;
  }
}
.events-keyimg-image {
  max-width: 1123px;
  height: 560px;
}
@media screen and (max-width: 1023px) {
  .events-keyimg-image {
    max-width: 561px;
    height: 280px;
    left: auto;
    right: -64px;
  }
}
.events-keyimg-image .main img {
  width: 1123px;
  max-width: none;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .events-keyimg-image .main img {
    width: 561px;
  }
}
.events-target-student .deco {
  min-width: 780px;
  min-height: 132px;
}
@media screen and (max-width: 1023px) {
  .events-target-student .deco {
    min-width: auto;
    min-height: 64px;
  }
}
.events-target-student .deco span {
  width: 100%;
  font-size: 80px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .events-target-student .deco span {
    font-size: 30px;
  }
}
.events-target-student .line {
  min-width: 160px;
  background-color: #202227;
}
@media screen and (max-width: 1023px) {
  .events-target-student .line {
    min-width: 64px;
    max-width: 64px;
  }
}
.events-info {
  /* ページネーションの余白 */
  /* 画像サイズ調整 */
}
.events-info--gray {
  background-color: #e0e2e6;
}
.events-info .swiper-pagination {
  width: fit-content;
  margin: 40px auto 0;
  position: relative;
  z-index: 30;
}
.events-info .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.events-info .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.events-info .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  opacity: 1;
}
.events-info .swiper-pagination-bullet-gray {
  background-image: url("../images/news/pickup_slider_dot_gray.svg");
}
.events-info .swiper-pagination-bullet-white {
  background-image: url("../images/news/pickup_slider_dot_white.svg");
}
@media screen and (max-width: 1023px) {
  .events-info .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }
}
.events-info .swiper-pagination-bullet-active {
  height: 32px;
  width: 32px;
  background-image: url("../images/news/pickup_slider_dot_red.svg");
}
@media screen and (max-width: 1023px) {
  .events-info .swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
  }
}
.events-info .swiper-slide img {
  width: 100%;
  height: auto;
}
.events-subTitle-subText {
  width: fit-content;
  padding: 0 36px;
  position: relative;
  word-break: auto-phrase;
}
@media screen and (max-width: 1023px) {
  .events-subTitle-subText {
    padding: 0 24px;
  }
}
.events-subTitle-subText::before {
  content: "＼";
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
}
@media screen and (max-width: 1023px) {
  .events-subTitle-subText::before {
    top: auto;
    bottom: 0;
  }
}
.events-subTitle-subText::after {
  content: "／";
  position: absolute;
  top: calc(50% - 18px);
  right: 0;
}
@media screen and (max-width: 1023px) {
  .events-subTitle-subText::after {
    top: auto;
    bottom: 0;
  }
}
.events-btn {
  width: 228px;
  height: 52px;
  border-radius: 26px;
}
.events-slider .swiper-button-prev {
  width: 32px;
  height: 32px;
  margin: 0;
  top: calc(50% - 16px);
  left: 18px;
  z-index: 10;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .events-slider .swiper-button-prev {
    left: 16px;
  }
}
.events-slider .swiper-button-prev::after {
  content: none;
}
.events-slider .swiper-button-next {
  width: 32px;
  height: 32px;
  margin: 0;
  top: calc(50% - 16px);
  right: 18px;
  z-index: 10;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .events-slider .swiper-button-next {
    right: 16px;
  }
}
.events-slider .swiper-button-next::after {
  content: none;
}
.events-flow-item {
  width: 320px;
  border: solid 2px #202227;
}
@media screen and (max-width: 1023px) {
  .events-flow-item {
    width: 100%;
    max-width: 400px;
  }
}
.events-flow-item::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/events/icon_arrow_right.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 20px);
  left: -60px;
}
@media screen and (max-width: 1023px) {
  .events-flow-item::before {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background-image: url("../images/events/icon_arrow_bottom.svg");
    top: -48px;
    left: 0;
    right: 0;
  }
}
.events-flow-item:first-child::before {
  content: none;
}
.events-flow-item .num {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .events-flow-item .num {
    width: 56px;
    height: 56px;
  }
}
.events-form .req {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  color: #fff;
  background-color: #e82828;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.events-form__select {
  border: solid 1px #202227;
  background-color: #fff;
  position: relative;
}
.events-form__select::before {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url("../images/contact/arrow_select.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
}
.events-form__select select {
  color: #dfdfdf;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
.events-form__input {
  background-color: #fff;
  border: solid 1px #202227;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.events-form__input::placeholder {
  color: #dfdfdf;
}
.events-form__radio input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
}
.events-form__radio input[type=radio] + label {
  position: relative;
  cursor: pointer;
}
.events-form__radio input[type=radio] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #202227;
  position: absolute;
  top: 5px;
  left: 0;
}
.events-form__radio input[type=radio]:checked + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-bottom: solid 4px #202227;
  border-left: solid 4px #202227;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(-45deg);
}
.events-form__checkbox .check-item {
  width: calc(50% - 8px);
}
@media screen and (max-width: 1023px) {
  .events-form__checkbox .check-item {
    width: 100%;
  }
}
.events-form__checkbox .check-item input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
}
.events-form__checkbox .check-item input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
.events-form__checkbox .check-item input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #202227;
  position: absolute;
  top: 5px;
  left: -24px;
}
.events-form__checkbox .check-item input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-bottom: solid 4px #202227;
  border-left: solid 4px #202227;
  position: absolute;
  top: 4px;
  left: -24px;
  transform: rotate(-45deg);
}
.events-form__textarea {
  border: solid 1px #202227;
}
.events-form__textarea::placeholder {
  color: #dfdfdf;
}
.events-form__policyCheck {
  width: 294px;
}
.events-form__policyCheck input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
}
.events-form__policyCheck input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
.events-form__policyCheck input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #202227;
  position: absolute;
  top: 5px;
  left: 0;
}
.events-form__policyCheck input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-bottom: solid 4px #202227;
  border-left: solid 4px #202227;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(-45deg);
}
.events-form__submit {
  width: 240px;
  height: 64px;
  border-radius: 32px;
  box-sizing: border-box;
}
.events-form__submit span {
  border-radius: 26px;
}

.grecaptcha-badge {
  z-index: 10;
  opacity: 0;
  transition: right 0.3s ease 0s, opacity 0.3s ease !important;
}

.try-flowText {
  width: 100%;
  height: 29px;
  position: absolute;
  bottom: 56px;
}
@media screen and (max-width: 1023px) {
  .try-flowText {
    bottom: 48px;
  }
}
.try-flowText::before {
  content: "";
  width: 100%;
  min-width: 100vh;
  height: 100%;
  background-image: url("../images/message/try.svg");
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-background-size: auto;
  background-size: auto;
  position: absolute;
  animation: infinite_flow_text 60s linear infinite reverse;
}
@media screen and (max-width: 1023px) {
  .try-flowText::before {
    animation: infinite_flow_text 240s linear infinite reverse;
  }
}

@media screen and (max-width: 1023px) {
  .message__keyvisual {
    width: calc(100% + 341px);
    margin: 0 -50px 0 -156px;
    max-width: initial;
  }
}

.newgraduate-keyimg::before {
  content: "";
  width: 62.5%;
  height: 100%;
  background-color: #ffda23;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .newgraduate-keyimg::before {
    content: none;
  }
}
.newgraduate-keyimg-body {
  height: 356px;
}
@media screen and (max-width: 1023px) {
  .newgraduate-keyimg-body {
    height: 157px;
  }
}
@media screen and (max-width: 1023px) {
  .newgraduate-keyimg-body::before {
    content: "";
    width: 477px;
    height: 100%;
    background-color: #ffda23;
    position: absolute;
    top: 0;
    left: -212px;
  }
}
.newgraduate-tab-item {
  width: 156px;
  height: 66px;
  padding: 6px 0;
}
.newgraduate-tab-item.is-active {
  pointer-events: none;
}
.newgraduate-tab-item.is-active span {
  background-color: transparent;
}
.newgraduate-tab-item span {
  line-height: 1.3;
  word-break: auto-phrase;
}
.newgraduate-info {
  border: solid 4px #202227;
}
.newgraduate-info::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: solid 12px #202227;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
  border-bottom: solid 12px transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.newgraduate-info-list li {
  line-height: 1.75;
}
.newgraduate-info-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -20px;
}
@media screen and (max-width: 1023px) {
  .newgraduate-info-list li::before {
    left: -14px;
  }
}
.newgraduate-info-guide a {
  color: #e82828;
}
.newgraduate-btn {
  width: 228px;
  height: 52px;
  border-radius: 26px;
}
.newgraduate-flow-item {
  width: 240px;
  border: solid 2px #202227;
}
@media screen and (max-width: 1023px) {
  .newgraduate-flow-item {
    width: 100%;
    max-width: 400px;
  }
}
.newgraduate-flow-item::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/newgraduate/icon_arrow_right.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 20px);
  left: -60px;
}
@media screen and (max-width: 1023px) {
  .newgraduate-flow-item::before {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background-image: url("../images/newgraduate/icon_arrow_bottom.svg");
    top: -48px;
    left: 0;
    right: 0;
  }
}
.newgraduate-flow-item:first-child::before {
  content: none;
}
.newgraduate-flow-item .num {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .newgraduate-flow-item .num {
    width: 56px;
    height: 56px;
  }
}
.newgraduate-form .req {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  color: #fff;
  background-color: #e82828;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.newgraduate-form__select {
  border: solid 1px #202227;
  background-color: #fff;
  position: relative;
}
.newgraduate-form__select::before {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url("../images/contact/arrow_select.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
}
.newgraduate-form__select select {
  color: #dfdfdf;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
.newgraduate-form__input {
  background-color: #fff;
  border: solid 1px #202227;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.newgraduate-form__input::placeholder {
  color: #dfdfdf;
}
.newgraduate-form__radio input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
}
.newgraduate-form__radio input[type=radio] + label {
  position: relative;
  cursor: pointer;
}
.newgraduate-form__radio input[type=radio] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #202227;
  position: absolute;
  top: 5px;
  left: 0;
}
.newgraduate-form__radio input[type=radio]:checked + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-bottom: solid 4px #202227;
  border-left: solid 4px #202227;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(-45deg);
}
.newgraduate-form__textarea {
  border: solid 1px #202227;
}
.newgraduate-form__textarea::placeholder {
  color: #dfdfdf;
}
.newgraduate-form__policyCheck {
  width: 294px;
}
.newgraduate-form__policyCheck input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
}
.newgraduate-form__policyCheck input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
.newgraduate-form__policyCheck input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #202227;
  position: absolute;
  top: 5px;
  left: 0;
}
.newgraduate-form__policyCheck input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-bottom: solid 4px #202227;
  border-left: solid 4px #202227;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(-45deg);
}
.newgraduate-form__submit {
  width: 240px;
  height: 64px;
  border-radius: 32px;
  box-sizing: border-box;
}
.newgraduate-form__submit span {
  border-radius: 26px;
}
.newgraduate-form__download {
  width: 252px;
  height: 32px;
  border: solid 2px #202227;
  border-radius: 4px;
}

.grecaptcha-badge {
  z-index: 10;
  opacity: 0;
  transition: right 0.3s ease 0s, opacity 0.3s ease !important;
}

.midcareer-keyimg::before {
  content: "";
  width: 62.5%;
  height: 100%;
  background-color: #ffda23;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .midcareer-keyimg::before {
    content: none;
  }
}
.midcareer-keyimg-body {
  height: 356px;
}
@media screen and (max-width: 1023px) {
  .midcareer-keyimg-body {
    height: 157px;
  }
}
@media screen and (max-width: 1023px) {
  .midcareer-keyimg-body::before {
    content: "";
    width: 477px;
    height: 100%;
    background-color: #ffda23;
    position: absolute;
    top: 0;
    left: -212px;
  }
}
.midcareer-tab-item {
  width: 156px;
  height: 66px;
  padding: 6px 0;
}
.midcareer-tab-item.is-active {
  pointer-events: none;
}
.midcareer-tab-item.is-active span {
  background-color: transparent;
}
.midcareer-tab-item span {
  line-height: 1.3;
  word-break: auto-phrase;
}
.midcareer-info {
  border: solid 4px #202227;
}
.midcareer-info::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: solid 12px #202227;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
  border-bottom: solid 12px transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.midcareer-info-list li {
  line-height: 1.75;
}
.midcareer-info-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -20px;
}
@media screen and (max-width: 1023px) {
  .midcareer-info-list li::before {
    left: -14px;
  }
}
.midcareer-btn {
  width: 228px;
  height: 52px;
  border-radius: 26px;
}
.midcareer-flow-item {
  width: 240px;
  border: solid 2px #202227;
}
@media screen and (max-width: 1023px) {
  .midcareer-flow-item {
    width: 100%;
    max-width: 400px;
  }
}
.midcareer-flow-item::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../images/midcareer/icon_arrow_right.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 20px);
  left: -60px;
}
@media screen and (max-width: 1023px) {
  .midcareer-flow-item::before {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background-image: url("../images/midcareer/icon_arrow_bottom.svg");
    top: -48px;
    left: 0;
    right: 0;
  }
}
.midcareer-flow-item:first-child::before {
  content: none;
}
.midcareer-flow-item .num {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .midcareer-flow-item .num {
    width: 56px;
    height: 56px;
  }
}
.midcareer-form .req {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  color: #fff;
  background-color: #e82828;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.midcareer-form__select {
  border: solid 1px #202227;
  background-color: #fff;
  position: relative;
}
.midcareer-form__select::before {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url("../images/contact/arrow_select.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
}
.midcareer-form__select select {
  color: #dfdfdf;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
.midcareer-form__input {
  background-color: #fff;
  border: solid 1px #202227;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.midcareer-form__input::placeholder {
  color: #dfdfdf;
}
.midcareer-form__radio input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
}
.midcareer-form__radio input[type=radio] + label {
  position: relative;
  cursor: pointer;
}
.midcareer-form__radio input[type=radio] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #202227;
  position: absolute;
  top: 5px;
  left: 0;
}
.midcareer-form__radio input[type=radio]:checked + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-bottom: solid 4px #202227;
  border-left: solid 4px #202227;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(-45deg);
}
.midcareer-form__textarea {
  border: solid 1px #202227;
}
.midcareer-form__textarea::placeholder {
  color: #dfdfdf;
}
.midcareer-form__policyCheck {
  width: 294px;
}
.midcareer-form__policyCheck input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
}
.midcareer-form__policyCheck input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
}
.midcareer-form__policyCheck input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #202227;
  position: absolute;
  top: 5px;
  left: 0;
}
.midcareer-form__policyCheck input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-bottom: solid 4px #202227;
  border-left: solid 4px #202227;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(-45deg);
}
.midcareer-form__submit {
  width: 240px;
  height: 64px;
  border-radius: 32px;
  box-sizing: border-box;
}
.midcareer-form__submit span {
  border-radius: 26px;
}

.grecaptcha-badge {
  z-index: 10;
  opacity: 0;
  transition: right 0.3s ease 0s, opacity 0.3s ease !important;
}

.interview-keyimg {
  height: 100svh;
  max-height: 1024px;
  border-top: solid 5px #202227;
}
@media screen and (max-width: 1023px) {
  .interview-keyimg {
    border-top: solid 4px #202227;
  }
}
.interview-keyimg::before {
  content: "";
  width: 264px;
  height: 8px;
  margin: 0 auto;
  background-image: url("../images/recruit/deco_top.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .interview-keyimg::before {
    width: 132px;
    height: 4px;
  }
}
.interview-keyimg-image {
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .interview-keyimg-image {
    max-height: 640px;
  }
}
.interview-member {
  background-color: #e0e2e6;
}
.interview-member-body {
  max-width: 1660px;
}
@media screen and (max-width: 1023px) {
  .interview-member-body {
    max-width: 600px;
  }
}
.interview-member-list {
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .interview-member-list {
    max-width: 600px;
    gap: 24px 2.6666666667%;
  }
}
.interview-member-item {
  width: 300px;
  min-height: 385px;
}
@media screen and (max-width: 1023px) {
  .interview-member-item {
    width: 48.6666666667%;
    min-height: auto;
  }
}

.games {
  width: 100%;
  height: 100svh;
  min-height: 100%;
}
.games-curtain {
  background-image: url("../images/games/kabuki_curtain.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  transition: 1.5s linear;
}
.games-curtain.is-active {
  transform: translateX(-100%);
}
.games-body, .games-kabuki, .games-end {
  width: 100vw;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  background-image: url("../images/games/game_bg.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  border: solid 5px #202227;
}
.games-body::before, .games-kabuki::before, .games-end::before {
  content: "";
  width: 264px;
  height: 8px;
  margin: 0 auto;
  background-image: url("../images/games/deco_top.svg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .games-body::before, .games-kabuki::before, .games-end::before {
    width: 132px;
    height: 4px;
  }
}
.games-kabuki {
  background-image: url("../images/games/kabuki_bg.webp");
}
.games-kabuki-curtain {
  background-image: url("../images/games/kabuki_curtain.webp");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  transition: 1.5s linear;
}
.games-kabuki-curtain.is-active {
  transform: translateX(100%);
}
.games-end {
  background-image: url("../images/games/ending_kurokawa.webp");
  background-position: top center;
}
.games-end-deco {
  width: 480px;
  opacity: 0;
  transform: scale(3);
  transition: 0.3s ease-in;
}
@media screen and (max-width: 640px) {
  .games-end-deco {
    width: 77.7777777778vw;
  }
}
.games-end-deco.is-active {
  opacity: 1;
  transform: scale(1);
}
.games-end-text {
  width: calc(100% - 48px);
}
.games-end-text .name {
  width: 116px;
  background: #202227;
}
.games-end-text .name::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 16px transparent;
  border-right: solid 12px transparent;
  border-left: solid 12px #202227;
  border-bottom: solid 16px #202227;
  position: absolute;
  right: -24px;
  bottom: 0;
}
.games-end-text .text {
  min-height: 141px;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 5px #202227;
}
@media screen and (max-width: 640px) {
  .games-end-text .text {
    min-height: 210px;
  }
}
.games-end-text .text.is-active::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 8px #e82828;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 8px transparent;
  position: absolute;
  bottom: 8px;
  right: 24px;
  animation: flashing 1s step-end infinite;
}
.games-gameover {
  background-color: rgba(32, 34, 39, 0.8);
  opacity: 0;
  z-index: -1;
  transition: 1.5s;
  transition-delay: 1.5s;
}
.games-gameover.is-active {
  opacity: 1;
  z-index: 10;
}
.games-gameover-body .text {
  font-size: 64px;
}
.games-gameover-body .btn a {
  padding: 2px;
  background-color: #202227;
}
.games-gameover-body .btn a:hover {
  background-color: #e82828;
}
.games-gameover-body .btn a span {
  border: solid 2px #fff;
}
.games-gameover-body .btn a span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 4px transparent;
  border-right: solid 5px transparent;
  border-left: solid 5px #ffda23;
  border-bottom: solid 4px transparent;
  position: absolute;
  top: calc(50% - 4px);
  left: 20px;
}
.games-header-body {
  max-width: 528px;
}
@media screen and (max-width: 640px) {
  .games-header-body {
    max-width: 312px;
  }
}
.games-header-vs {
  width: 52px;
  margin-top: 86px;
}
@media screen and (max-width: 640px) {
  .games-header-vs {
    width: 32px;
    margin-top: 50px;
  }
}
.games-header-challenger, .games-header-kurokawa {
  width: 224px;
}
@media screen and (max-width: 640px) {
  .games-header-challenger, .games-header-kurokawa {
    width: 132px;
  }
}
.games-header-challenger .icon, .games-header-kurokawa .icon {
  width: 136px;
}
@media screen and (max-width: 640px) {
  .games-header-challenger .icon, .games-header-kurokawa .icon {
    width: 80px;
  }
}
.games-header-challenger .deco, .games-header-kurokawa .deco {
  animation: rotate360 10s infinite linear;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.games-header-challenger .hp-bar, .games-header-kurokawa .hp-bar {
  height: 26px;
  padding: 2px;
  background-color: #4a4b4d;
  border: solid 1px #202227;
}
@media screen and (max-width: 640px) {
  .games-header-challenger .hp-bar, .games-header-kurokawa .hp-bar {
    height: 16px;
    padding: 1px;
  }
}
.games-header-challenger .hp-bar .inner, .games-header-kurokawa .hp-bar .inner {
  width: 100%;
  height: 100%;
  background-color: #53db6a;
  border: solid 1px #53a12d;
  transition: 0.5s;
}
.games-header-challenger .name, .games-header-kurokawa .name {
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  .games-header-challenger .name, .games-header-kurokawa .name {
    font-size: 14px;
  }
}
.games-main {
  width: 100%;
  height: 100%;
}
.games-btn {
  gap: 12px;
  min-height: 200px;
}
@media screen and (max-width: 640px) {
  .games-btn {
    gap: 8px;
    max-width: 312px;
    min-height: 136px;
    margin: 0 auto;
  }
}
.games-btn-item {
  width: 258px;
  height: 94px;
  background-image: url("../images/games/bg_btn_red.webp");
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .games-btn-item {
    width: 152px;
    height: 56px;
    font-size: 14px;
  }
}
.games-btn-item.killer {
  height: 89px;
  margin-bottom: 5px;
  border-radius: 4px;
  box-shadow: 0 5px 0 #bdbebf;
}
@media screen and (max-width: 640px) {
  .games-btn-item.killer {
    height: 53px;
    margin-bottom: 3px;
    box-shadow: 0 3px 0 #bdbebf;
  }
}
.games-cutin {
  height: 100%;
  top: 0;
}
.games-cutin-challenger {
  transform: translateX(-100%) translateY(-50px);
  transition: 0.08s;
}
.games-cutin-challenger.is-active {
  transform: translateX(0) translateY(0);
}
.games-cutin-challenger.is-end {
  transform: translateX(100%) translateY(50px);
}
.games-cutin-kurokawa {
  transform: translateX(100%) translateY(-50px);
  transition: 0.08s;
}
.games-cutin-kurokawa.is-active {
  transform: translateX(0) translateY(0);
}
.games-cutin-kurokawa.is-end {
  transform: translateX(-100%) translateY(50px);
}

/*# sourceMappingURL=app.css.map */
