.img-size {
  width: 100%;
  height: auto;
}

.sp-none {
  display: block;
}

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

.location-breads {
  display: none;
}

#content-container {
  padding-bottom: 0;
}

.header {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #707070;
}

.header-ttl {
  width: 280px;
  margin: 0 auto;
}

.main-lead {
  overflow: hidden;
  width: 100%;
  padding: 3px 0;
  box-sizing: border-box;
}

.main-lead__imgs {
  width: 250%;
  display: flex;
}

.main-lead__img {
  width: 50%;
}

.main-lead__img .img01 {
  animation: loop 50s -25s linear infinite;
}

.main-lead__img .img02 {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.keyword-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
}

.keyword-list__item {
  width: 50%;
  position: relative;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  box-sizing: border-box;
  overflow: hidden;
}

.keyword-bg {
  background-color: #DC1D37;
}

.keyword__ttl {
  width: 75%;
  position: absolute;
  top: 36%;
  left: 8%;
  transform: rotate(-10deg) scale(1);
  animation: ttl .4s ease-out;
}

.keyword__ttl-txt {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  color: #000;
  text-align: center;
  padding: 1% 3%;
  border: 1px solid #000;
}

.keyword__ttl::after {
  content: "";
  width: 100%;
  height: 100%;
  padding: 1% 3%;
  background-color: #000;
  position: absolute;
  transform: rotate(5deg) scale(1);
  top: 0;
  left: 0;
  z-index: -1;
}

@keyframes ttl {
  0% {
    opacity: 0;
    transform: rotate(-40deg) scale(.5);
  }

  70% {
    transform: scale(1.1);
  }

  100% {
    transform: rotate(-10deg) scale(1);
  }
}

.keyword__ttl .is-small {
  font-size: 3.2vw;
  line-height: 1.2;
}

.keyword__ttl .is-large {
  font-size: 4.8vw;
  line-height: 1.2;
}

.keyword__ttl02 {
  width: 37.8%;
  position: absolute;
  top: 24%;
  left: 2%;
  transform: rotate(0) scale(1);
  animation: ttl02 .4s ease-out .1s;
}

@keyframes ttl02 {
  0% {
    opacity: 0;
    transform: rotate(-30deg) scale(.5);
  }

  70% {
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

.keyword-block__lead {
  font-size: 1.2vw;
  color: #fff;
  line-height: 1;
  padding: 6px 3px 3px;
  background-color: #000;
  font-weight: 600;
  margin-bottom: 3%;
  display: inline-block;
}

.keyword-block__lead .is-small {
  font-size: 80%;
}

.keyword-block__ttl {
  font-size: clamp(10px, 3.8vw, 74px);
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  -webkit-text-stroke: 1.5px #000;
  text-stroke: 1.5px #000;
}

.keyword-list__item.is-keyword01 {
  background-color: #FFE767;
}

.keyword-list__item.is-keyword01 .keyword-block {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.keyword01__txt01 {
  position: absolute;
  top: 3%;
  left: 3%;
  color: #000;
  font-size: clamp(10px, 3.8vw, 50px);
  line-height: 1.08;
  font-weight: 600;
}

.keyword01__txt02 {
  position: absolute;
  bottom: 3%;
  right: calc(1% + 30px);
  color: #fff;
  font-size: clamp(10px, 3.2vw, 50px);
  line-height: 1.08;
  font-weight: 600;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  text-align: right;
}

.keyword01__worklifebalance {
  width: 50%;
  position: absolute;
  top: 35%;
  left: -5%;
}

.keyword-list__item.is-keyword02 {
  background-color: #EA7886;
}

.keyword-list__item.is-keyword02 .keyword-block {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.keyword02__txt {
  width: 100%;
  height: 100%;
  padding: 0 3%;
  box-sizing: border-box;
}

.keyword02__logo {
  width: 25%;
  padding: 5% 0 5%;
  margin: 0 auto;
}

.keyword02__txt01 {
  margin-bottom: 3%;
}

.is-bg-black {
  color: #FFF;
  background: #000;
  font-size: 1.2vw;
  line-height: 1.6;
  font-weight: 600;
  padding: 6px 3px 3px;
}

.keyword02__txt02 {
  color: #fff;
  font-size: clamp(10px, 3.8vw, 80px);
  line-height: 1.08;
  font-weight: 600;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}

.keyword-list__item.is-keyword03 {
  background-color: #8DD284;
}

.keyword-list__item.is-keyword03 .keyword-block {
  position: absolute;
  top: 5%;
  left: 5%;
}

.keyword03__txt {
  width: 100%;
  height: 100%;
  padding: 3% calc(30px + 3%) 0 5%;
  box-sizing: border-box;
  text-align: right;
}

.keyword03__txt01 {
  color: #FFF;
  background: #000;
  font-size: 1.2vw;
  line-height: 1.6;
  font-weight: 600;
  padding: 6px 3px 3px;
  display: inline-block;
  text-align: right;
  margin-bottom: 3%;
}

.keyword03__txt02 {
  color: #fff;
  font-size: clamp(10px, 3.8vw, 80px);
  line-height: 1.08;
  font-weight: 600;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  margin-bottom: 10%;
}

.keyword-list__item.is-keyword04 {
  background-color: #F9C066;
}

.keyword-list__item.is-keyword04 .keyword-block {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.keyword04__txt {
  width: 100%;
  height: 100%;
  padding: 5% 3% 0;
  box-sizing: border-box;
}

.keyword04__txt02 {
  color: #fff;
  font-size: clamp(10px, 4vw, 80px);
  line-height: 1.08;
  font-weight: 600;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  margin: 3% 0 3%;
}

.keyword04__txt03 {
  color: #000;
  font-size: clamp(10px, 2.8vw, 50px);
  line-height: 1.08;
  font-weight: 600;
}

.keyword05__txt {
  width: 100%;
  height: 100%;
  padding: 5% 3% 0;
  box-sizing: border-box;
}

.keyword05__txt02 {
  color: #fff;
  font-size: clamp(10px, 4vw, 80px);
  line-height: 1.08;
  font-weight: 600;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  margin: 3% 0 3%;
}

.keyword05__txt03 {
  color: #000;
  font-size: clamp(10px, 1.4vw, 50px);
  line-height: 1.5;
  font-weight: 600;
}

.keyword-list__item.is-keyword05 {
  background-color: #7DCFD9;
}

.keyword-list__item.is-keyword05 .keyword-block {
  position: absolute;
  top: 5%;
  left: 5%;
}

.keyword-list__page {
  left: 0;
  transition: all .4s ease;
}

.keyword-list__item.is-page02 .keyword-list__page {
  left: -100%;
  transition: all .4s ease;
}

.keyword-list__item.is-page02 .side__arrow {
  transform: scale(-1, 1);
}

.keyword-list__item.is-page02 .side__current::before {
  content: "2";
}

.keyword-imgs {
  width: 300%;
  position: absolute;
  top: 50%;
  display: flex;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.keyword-imgs__block01 {
  display: flex;
  animation: loop 40s -20s linear infinite;
}

.keyword-imgs__block02 {
  display: flex;
  animation: loop2 40s linear infinite;
}

.keyword-imgs__item {
  margin-right: 2%;
}

.keyword-imgs .img-size {
  border-radius: 15%;
}

.keyword-txt-block02 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.keyword-list__item.is-keyword02 .keyword-list__page02 {
  background-image: url('/jp/recruit/new_graduate/special_site/img/bg_keyword02_02.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}


.keyword-list__item.is-keyword03 .keyword-list__page02 {
  background-image: url('/jp/recruit/new_graduate/special_site/img/bg_keyword03_02.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.keyword-list__item.is-keyword04 .keyword-list__page02 {
  background-image: url('/jp/recruit/new_graduate/special_site/img/bg_keyword04_02.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.keyword-list__item.is-keyword05 .keyword-list__page02 {
  background-image: url('/jp/recruit/new_graduate/special_site/img/bg_keyword05_02.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.green-challenge {
  width: 95%;
  margin: 15% 0 0;
}

.keyword-list__btn {
  font-family: 'DINNextLTPro-Regular';
  font-weight: 700;
  font-size: clamp(10px, 1.95vw, 25px);
  width: 28%;
  position: absolute;
  bottom: 4.8%;
  right: 58px;
  z-index: 10;
}

.keyword-list__link {
  position: relative;
  display: block;
  transition: opacity .3s ease;
  border-bottom: 3px solid #000;
}

.keyword-list__link:link {
  color: #000;
  text-decoration: none;
}

.keyword-list__link:visited {
  color: #000;
  text-decoration: none;
}

.keyword-list__link:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 661px) {
  .keyword-list__link:hover {
    opacity: .7;
    transition: opacity .3s ease;
  }
}

.keyword-list__link:active {
  color: #000;
  text-decoration: none;
}

.keyword-list__link::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  top: calc(50% - 10px);
  right: 9px;
  background-color: #000;
}

@media screen and (min-width: 661px) {
  .keyword-list__link:hover::before {
    opacity: .7;
    transition: opacity .3s ease;
  }
}

.keyword-list__link::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: calc(50% - 2px);
  right: 0;
  background-color: #000;
  transition: opacity .3s ease;
}

@media screen and (min-width: 661px) {
  .keyword-list__link:hover::after {
    opacity: .7;
    transition: opacity .3s ease;
  }
}

.keyword-list__page {
  display: flex;
  width: 200%;
  position: relative;
}

.keyword-list__page01 {
  width: 50%;
  position: relative;
}

.keyword-list__page02 {
  width: 50%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.keyword-txt-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.keyword-txt-block__lead {
  background-color: #000;
  color: #fff;
  font-size: clamp(10px, 1.5vw, 20px);
  font-weight: 600;
  display: inline-block;
  padding: 5px 5px 2px;
  line-height: 1;
}

.keyword-txt-block__lead .small {
  font-size: .8em;
}

.keyword-list__sidebar {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #000;
  z-index: 10;
}

.keyword-list__sidebar.is-keyword01 {
  background-color: #FFE767;
}

.keyword-list__sidebar.is-keyword02 {
  background-color: #EA7887;
}

.keyword-list__sidebar.is-keyword03 {
  background-color: #8DD284;
}

.keyword-list__sidebar.is-keyword04 {
  background-color: #F9C066;
}

.keyword-list__sidebar.is-keyword05 {
  background-color: #7DCFD9;
}

.side__txt {
  width: 30px;
  height: 120px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  top: calc(25% - 70px);
  left: 0;
  line-height: 1;
  letter-spacing: .5em;
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side__page {
  width: 30px;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  bottom: 84px;
  left: 0;
  line-height: 1;
  font-family: 'DINNextLTPro-Regular';
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side__current {
  width: 15px;
  border-bottom: 1px solid #000;
  padding: 8px 0;
  line-height: 1;
}

.side__current::before {
  content: "1";
  font-size: 10px;
  padding: 5px 0;
  font-size: 10px;
  padding: 6px 0;
  font-family: 'DINNextLTPro-Regular';
  font-weight: 700;
}

.side__all {
  font-size: 10px;
  padding: 8px 0;
  font-family: 'DINNextLTPro-Regular';
  font-weight: 700;
  line-height: 1;
}

.side__page-no {
  position: absolute;
  bottom: 28px;
  left: 8px;
  width: 15px;
  text-align: center;
  padding-top: 5px;
  font-size: 10px;
  display: flex;
  flex-direction: column;
}

.side__arrow {
  width: 30px;
  height: 50px;
  background-image: url('/jp/recruit/new_graduate/special_site/img/side_arrow.png');
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  transition: opacity .3s ease;
}

@media screen and (min-width: 661px) {
  .side__arrow:hover {
    opacity: .7;
    transition: opacity .3s ease;
  }
}

.entry-belt {
  width: 100%;
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
  overflow: hidden;
  position: relative;
}

.entry-belt__link {
  padding: 2.6% 0;
  overflow: hidden;
  display: flex;
  width: 200%;
  background-color: #fff;
  transition: background-color .4s ease;
}

.entry-belt__link:hover {
  background-color: #DC1D37;
  transition: background-color .4s ease;
}

.entry-belt__link:hover .is-hover {
  opacity: 1;
  transition: opacity .4s ease;
}

.entry-belt__link .svg {
  width: 100%;
  height: auto;
  padding: 0;
}

.entry-belt__img .img01 {
  display: block;
  width: 100%;
  animation: loop 50s -25s linear infinite;
  position: relative;
}

.entry-belt__img .img02 {
  display: block;
  width: 100%;
  animation: loop2 50s linear infinite;
}

.entry-belt__img .is-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .4s ease;
}

.entry-belt .join {
  width: 10.6%;
  height: auto;
  position: absolute;
  top: 45%;
  left: 0%;
  z-index: 2;
  animation: boundx 5s linear infinite alternate, boundy .8s linear infinite alternate, rotate 5s linear infinite alternate;
  pointer-events: none;
}

@keyframes boundx {
  0% {
    left: 0%;
  }

  100% {
    left: 89%;
  }
}

@keyframes boundy {
  0% {
    top: 0;
  }

  100% {
    top: 45%;
  }
}

@media screen and (max-width: 660px) {
  @keyframes boundy {
    0% {
      top: 0;
    }

    100% {
      top: 30%;
    }
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(359deg);
  }
}

.menu-sec {
  width: 100%;
  background-image: url('/jp/recruit/new_graduate/special_site/img/bg_dot.png');
  background-size: 12px;
}

.read-more-outer {
  padding: 186px 0 0;
  overflow: hidden;
}

.read-more {
  margin: 0 auto;
  width: 31.25%;
  max-width: 400px;
  position: relative;
  margin-bottom: 80px;
}

.lead01 {
  width: 740px;
  font-weight: 300;
  line-height: 1.08;
  position: absolute;
  top: -180px;
  left: -120%;
  transform: rotate(-12deg);
  color: #000;
  text-decoration: underline;
  font-size: clamp(10px, 7.19vw, 92px);
}

.read-more__block {
  width: 100%;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DC1E37;
  background-color: #fff;
  position: relative;
  z-index: 2;
  font-family: 'DINNextLTPro-Regular';
  font-weight: 700;
  line-height: 1;
  padding: 5%;
  font-size: clamp(10px, 4.8vw, 60px);
  white-space: nowrap;
  box-sizing: border-box;
}

.read-more::before {
  content: "";
  width: 14.5%;
  height: 76px;
  position: absolute;
  background-image: url('/jp/recruit/new_graduate/special_site/img/arrow_bottom.svg');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -62px;
  left: calc(50% - 7.2%);
  z-index: 3;
}

.read-more::after {
  content: "";
  width: 105%;
  height: 100%;
  border: 2px solid #000;
  position: absolute;
  background-color: #DC1D37;
  top: 0;
  left: -3%;
  z-index: 1;
  transform: rotate(4deg);
}

.menu-block {
  width: 100%;
  background-color: #DC1D37;
  padding: 30px 0 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.menu-list {
  width: 76%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.menu-list__item {
  width: 31%;
  height: 0;
  padding-top: 13%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.menu-list__item.is-flow .menu-list__bubble {
  width: 58.3%;
  height: auto;
  position: absolute;
  bottom: -32%;
  left: -30%;
  z-index: 3;
  opacity: 0;
  transform: scale(0) rotate(20deg);
}

.menu-list__item.is-flow .menu-list__bubble.is-scrollin {
  opacity: 1;
  transform: scale(1) rotate(0);
  transition: all ease-out .4s;
}

.menu-list__item.is-voice .menu-list__bubble {
  width: 72.7%;
  height: auto;
  position: absolute;
  top: -84%;
  right: -27%;
  z-index: 1;
  opacity: 0;
  transform: scale(0) rotate(20deg);
}

.menu-list__item.is-voice .menu-list__bubble.is-scrollin {
  opacity: 1;
  transform: scale(1) rotate(0);
  transition: all ease-out .4s .3s;
}

.menu-list__item.is-message .menu-list__bubble {
  width: 58.6%;
  height: auto;
  position: absolute;
  bottom: -70%;
  right: -20%;
  z-index: 3;
  opacity: 0;
  transform: scale(0) rotate(-20deg);
}

.menu-list__item.is-message .menu-list__bubble.is-scrollin {
  opacity: 1;
  transform: scale(1) rotate(0);
  transition: all ease-out .4s .6s;
}

.menu-list__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  z-index: 2;
  background-image: url('/jp/recruit/new_graduate/special_site/img/bg_dot_p.png');
  background-size: 14px;
  font-family: 'DINNextLTPro-Regular';
  font-weight: 700;
  font-size: clamp(10px, 2.97vw, 38px);
  position: absolute;
  top: 0;
  left: 0;
}

.menu-list__link::after {
  content: "";
  width: 9.3%;
  height: 16px;
  background-image: url('/jp/recruit/new_graduate/special_site/img/arrow_menu.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  left: calc(50% - 4.7%);
  bottom: 7%;
  transition: all .3s ease;
}

.menu-list__link:link {
  color: #DC1D37;
  text-decoration: none;
}

.menu-list__link:visited {
  color: #DC1D37;
  text-decoration: none;
}

.menu-list__link:hover {
  color: #DC1D37;
  text-decoration: none;
}

@media screen and (min-width: 661px) {
  .menu-list__link:hover::after {
    bottom: 4%;
    transition: all .3s ease;
  }
}

.menu-list__link:active {
  color: #DC1D37;
  text-decoration: none;
}

.menu-list__item::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #DC1D37;
  border: 1px solid #000;
  position: absolute;
  top: 7%;
  left: 0;
  z-index: 1;
}

.flow-sec {
  background-image: url('/jp/recruit/new_graduate/special_site/img/bg_grid.png');
  background-size: 18px;
  background-position: center center;
  padding: 180px 0 24px;
  overflow: hidden;
}

.flow-cont__step {
  position: absolute;
}

.flow-cont__item.is-page01 .flow-cont__step.is-step01 {
  top: .2%;
  left: 8%;
}

.flow-cont__item.is-page01 .flow-cont__step.is-step02 {
  top: 15.5%;
  left: 52.5%;
}

.flow-cont__item.is-page01 .flow-cont__step.is-step03 {
  top: 29%;
  left: 77%;
}

.flow-cont__item.is-page01 .flow-cont__step.is-step04 {
  top: 46.5%;
  left: 31.5%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.flow-cont__item.is-page01 .flow-cont__step.is-step05 {
  top: 74%;
  left: 36%;
}

.flow-cont__item.is-page02 .flow-cont__step.is-step01 {
  top: .2%;
  left: 74%;
}

.flow-cont__item.is-page02 .flow-cont__step.is-step02 {
  top: 15%;
  left: 19.5%;
}

.flow-cont__item.is-page02 .flow-cont__step.is-step03 {
  top: 41%;
  left: 80%;
}

.flow-cont__item.is-page02 .flow-cont__step.is-step04 {
  top: 77.5%;
  left: 49.5%;
}

.flow-cont__item.is-page02 .flow-cont__step.is-step05 {
  top: 74%;
  left: 6%;
}

.flow-step {
  font-size: 1.8vw;
  font-weight: 700;
  color: #DC1E37;
  font-family: 'DINNextLTPro-Regular';
  display: flex;
  align-items: center;
  line-height: 1;
}

.flow-step__num {
  font-size: 4vw;
  color: #000;
}

.flow-step__bg-red {
  margin-top: 1%;
}

.flow-step__bg-red-txt {
  font-size: 1.8vw;
  background-color: #DC1E37;
  color: #fff;
  line-height: 1.3;
  padding: 3px 8px 0;
  box-sizing: border-box;
  display: inline-flex;
}

.flow-step__bg-yellow-txt {
  font-size: 1.8vw;
  background-color: #FFD803;
  color: #000;
  line-height: 1.3;
  padding: 3px 8px 0;
  box-sizing: border-box;
  display: inline-flex;
}

.flow-step__txt {
  font-size: 1.4vw;
  line-height: 2;
  margin-top: 3%;
}

.flow-step__txt .is-underline {
  padding-bottom: 2%;
  border-bottom: 2px solid #DC1E37;
}

.flow-step__txt .is-underline-yellow {
  padding-bottom: 2%;
  border-bottom: 2px solid #FFD803;
}

.sec-ttl {
  width: 60%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.sec-ttl.is-flow {
  width: 60%;
}

.sec-ttl.is-flow .sec-ttl__txt {
  margin-right: 14%;
}

.sec-ttl.is-message {
  width: 62.5%;
}

.sec-ttl__txt {
  color: #DC1D37;
  font-weight: 600;
  position: absolute;
  top: 18%;
  right: 14%;
  font-size: clamp(10px, 1.41vw, 18px);
}

.flow-tab {
  width: 84.375%;
  max-width: 1080px;
  margin: 50px auto 0;
  display: flex;
  height: 56px;
  position: relative;
  justify-content: flex-end;
}

.flow-tab__item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  background-color: #F0F0F0;
  border: 1px solid #000000;
  border-radius: 28px;
  font-size: 22px;
  font-weight: 600;
  color: #989898;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
  transition: all .3s ease;
}

.flow-tab__item.is-before {
  padding-right: 18%;
}

.flow-tab__item.is-after {
  padding-left: 18%;
}

.flow-tab__item.is-active {
  width: 71%;
  background-color: #DC1D37;
  border-radius: 28px;
  border: 1px solid #000000;
  color: #fff;
  padding: 0;
  z-index: 2;
  transition: all .3s ease;
}

.flow-tab__item:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.flow-cont {
  margin: 32px 0 0;
  display: flex;
  width: 200%;
  position: relative;
  transition: all .4s ease;
  left: 0;
}

.flow-cont.is-page02 {
  left: -100%;
  transition: all .4s ease;
}

.flow-cont__item {
  width: 50%;
  position: relative;
}

.voice-sec {
  background-color: #DC1D37;
  padding: 100px 2.34% 200px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.voice-sec__inr {
  width: 90%;
  max-width: 1280px;
  padding: 140px 5.49% 240px;
  margin: 0 auto;
  position: relative;
}

.sec-ttl.is-voice {
  width: 72%;
}

.sec-ttl.is-voice .sec-ttl__txt {
  right: 28%;
}

.voice-sec__cont {
  position: relative;
  z-index: 3;
}

.voice-sec__bg-pink {
  width: 96%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1%;
  transform: rotate(-1deg);
  z-index: 2;
}

.bg-pink-top {
  width: 100%;
  margin-bottom: -1px;
}

.bg-pink-cont {
  width: 100%;
  height: 100%;
  background-color: #FFF7F7;
}

.bg-pink-bottom {
  width: 100%;
  margin-top: -1px;
  display: flex;
}

.voice-sec__bg-yellow {
  width: 95%;
  height: 106%;
  position: absolute;
  top: -2.5%;
  left: 3%;
  transform: rotate(5deg);
  z-index: 1;
}

.bg-yellow-top {
  width: 100%;
  margin-bottom: -1px;
}

.bg-yellow-cont {
  width: 100%;
  height: 100%;
  background-color: #FFD803;
}

.bg-yellow-bottom {
  width: 100%;
  margin-top: -1px;
  display: flex;
}

.voice-block {
  position: relative;
}

.voice-ttl-block {
  display: flex;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.voice-ttl-block__ttl {
  width: 86%;
  font-weight: 700;
  color: #DC1D37;
  line-height: 1.4;
  padding: 0 0 0 3%;
  font-size: clamp(10px, 5.469vw, 70px);
  box-sizing: border-box;
}

.voice-ttl-block__no {
  width: 15%;
  margin-top: 2%;
}

.voice-block.is-ttl01 {
  margin-top: 20%;
}

.voice-block.is-ttl01 .voice-ttl-block {
  top: -24%;
}

.voice-block.is-ttl01 .voice-block__img {
  margin: 0 0 0 -2%;
}

.voice-bord {
  display: inline-block;
  position: absolute;
  z-index: 5;
  box-shadow: 5px 5px 0px 0px #000;
  font-size: clamp(10px, 3.36vw, 43px);
  line-height: 1.3;
  font-weight: 700;
}

.voice-bord__inr {
  width: 100%;
  display: inline-block;
  background-color: #FFD803;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  box-sizing: border-box;
}

.voice-bord.is-red .voice-bord__inr {
  color: #fff;
  background-color: #DC1D37;
}

.voice01-bord01 {
  top: 12%;
  right: 2%;
  transform: rotate(4deg);
  font-size: clamp(10px, 2.5vw, 32px);
}

.voice01-bord02 {
  bottom: 11%;
  left: -4%;
  transform: rotate(11deg);
}

.voice01-bord02 .voice-bord__inr {
  padding: 10px 24px;
}

.voice-illust-sp {
  display: none;
}

.voice-illust02 {
  position: absolute;
  top: -38%;
  right: 3%;
  width: 34%;
  max-width: 400px;
}

.voice-block.is-ttl02 {
  margin-top: 22%;
}

.voice-block.is-ttl02 .voice-block__img {
  margin-right: 2%;
}

.voice-block.is-ttl02 .voice-ttl-block__ttl {
  padding: 0 1% 0 0;
}

.voice02-bord01 {
  top: -16%;
  left: 3%;
  transform: rotate(-14deg);
  font-size: clamp(10px, 2.5vw, 32px);
}

.voice02-bord02 {
  bottom: -9%;
  right: 2%;
  transform: rotate(14deg);
}

.voice02-bord02 .voice-bord__inr {
  padding: 10px 24px;
}

.voice-block.is-ttl02 .voice-ttl-block {
  right: 3%;
  top: -28%;
  left: auto;
  flex-direction: row-reverse;
  text-align: right;
  align-items: center;
}

.voice-block.is-ttl02 .voice-ttl-block__no {
  margin-top: 0;
}

.voice-block.is-ttl03 {
  margin-top: 17%;
  padding-top: 13%;
}

.voice-block.is-ttl03 .voice-block__ttl {
  margin: 0 -2% 0 -4%;
}

.voice-block.is-ttl03 .voice-block__img {
  margin: 0 -2% 0 -4%;
}

.voice03-bord01 {
  bottom: 3%;
  right: -1%;
  transform: rotate(10deg);
  font-size: clamp(10px, 2.5vw, 32px);
}

.voice03-bord02 {
  bottom: -17%;
  left: 5%;
  transform: rotate(-5deg);
  font-size: clamp(10px, 2.5vw, 32px);
}

.voice03-bord02 .voice-bord__inr {
  padding: 14px 24px;
}

.voice-illust01-sp {
  display: none;
}

.voice-illust02-sp {
  display: none;
}

.voice-block__img {
  margin: 0;
  position: relative;
  z-index: 2;
}

.voice-illust {
  position: absolute;
  top: -3%;
  left: 49%;
  z-index: 2;
  width: 38%;
  transform: translateX(-140%);
  max-width: 462px;
}

.message-sec {
  width: 100%;
  background-image: url('/jp/recruit/new_graduate/special_site/img/bg_grid.png');
  background-size: 18px;
  padding: 120px 0 140px;
}

.message__txt {
  font-size: 20px;
  font-weight: 600;
  max-width: 580px;
  padding: 0 20px;
  margin: 36px auto 0;
}

.message__boad {
  background-color: #FFD803;
  border: 1px solid #000;
  font-family: 'DINNextLTPro-Regular';
  font-size: 32px;
  font-weight: 700;
  width: 508px;
  margin: 48px auto 0;
  text-align: center;
  padding: 10px;
  transform: rotate(5deg);
}

.btn-internship {
  width: 368px;
  height: 66px;
  margin: 48px auto 0;
}

.btn-internship__link {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #DC1D37;
  border: 3px solid #DC1D37;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  color: #fff;
  font-weight: 700;
  font-size: 37px;
  line-height: 1;
  padding: 4px 0 0;
  box-sizing: border-box;
  font-family: 'DINNextLTPro-Regular';
  transition: all .3s ease;
}

.btn-internship__link:link {
  color: #fff;
  text-decoration: none;
}

.btn-internship__link:visited {
  color: #fff;
  text-decoration: none;
}

.btn-internship__link:hover {
  text-decoration: none;
}

@media screen and (min-width: 661px) {
  .btn-internship__link:hover {
    transition: all .3s ease;
    background-color: #fff;
    color: #DC1D37;
  }
}

.btn-internship__link:active {
  text-decoration: none;
}

.l-footer {
  width: 100%;
  padding: 76px 0 40px;
  background-color: #000;
}

.footer__logo {
  width: 340px;
  margin: 0 auto;
}

.footer__copyright {
  width: 100%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  display: block;
  margin-top: 34px;
  font-family: 'DINNextLTPro-Regular';
}

@media screen and (max-width: 1440px) {
  .lead01 {
    position: absolute;
    top: -190px;
    left: -100%;
    font-size: clamp(10px, 7.19vw, 92px);
  }
}

@media screen and (max-width: 1000px) {
  .lead01 {
    top: -160px;
  }
}

@media screen and (max-width: 880px) {
  .voice01-bord02 {
    bottom: 5%;
    left: -5%;
  }

  .voice02-bord01 {
    top: -16%;
    left: 0;
  }

  .voice03-bord01 {
    bottom: 0%;
    right: -1%;
  }

  .voice03-bord02 {
    bottom: -23%;
    left: 5%;
  }
}

@media screen and (max-width: 660px) {
  .keyword-list {
    display: flex;
    flex-direction: column;
  }

  .keyword-list__item {
    width: 100%;
    position: relative;
    border-right: none;
  }

  .keyword-txt-block__lead {
    font-size: clamp(10px, 2vw, 20px);
  }

  .keyword-block__lead {
    font-size: clamp(10px, 1.2vw, 20px);
  }

  .keyword-block__ttl {
    font-size: clamp(10px, 7.6vw, 50px);
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
  }

  .keyword-list__btn {
    font-size: 12px;
    right: 40px;
    bottom: 10px;
  }

  .keyword-list__link::before {
    width: 2px;
    height: 15px;
    top: calc(50% - 8px);
    right: 6px;
    background-color: #000;
  }

  .keyword-list__link::after {
    width: 15px;
    height: 2px;
    top: calc(50% - 2px);
    right: 0;
    background-color: #000;
  }

  .keyword__ttl .is-small {
    font-size: 6.4vw;
    line-height: 1.2;
  }

  .keyword__ttl .is-large {
    font-size: 9.6vw;
    line-height: 1.2;
  }

  .keyword01__txt01 {
    position: absolute;
    top: 3%;
    left: 3%;
    color: #000;
    font-size: clamp(10px, 7.6vw, 50px);
    line-height: 1.08;
    font-weight: 600;
  }

  .keyword01__txt02 {
    position: absolute;
    bottom: 3%;
    right: calc(1% + 30px);
    color: #fff;
    font-size: clamp(10px, 6.4vw, 50px);
    line-height: 1.08;
    font-weight: 600;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    text-align: right;
  }

  .is-bg-black {
    font-size: 2.4vw;
    line-height: 1.3;
    padding: 3px 3px 3px;
  }

  .keyword02__txt02 {
    font-size: clamp(10px, 7.6vw, 80px);
  }

  .keyword03__txt01 {
    font-size: 2.4vw;
  }

  .keyword03__txt02 {
    font-size: clamp(10px, 7.6vw, 80px);
    margin-bottom: 10%;
  }

  .keyword04__txt02 {
    font-size: clamp(10px, 8vw, 80px);
  }

  .keyword04__txt03 {
    font-size: clamp(10px, 5.6vw, 50px);
  }

  .keyword05__txt02 {
    font-size: clamp(10px, 8vw, 80px);
  }

  .keyword05__txt03 {
    font-size: clamp(10px, 2.9vw, 50px);
  }

  .message-sec {
    width: 100%;
    padding: 60px 20px 70px;
    box-sizing: border-box;
  }

  .read-more-outer {
    padding: 80px 0 0;
  }

  .read-more {
    width: 200px;
    position: relative;
    margin-bottom: 40px;
  }

  .keyword-list__sidebar {
    width: 20px;
  }

  .side__txt {
    width: 20px;
    font-size: 12px;
  }

  .side__arrow {
    width: 20px;
    height: 30px;
    background-size: contain;
    background-position: center;
    top: calc(50% - 15px);
  }

  .side__page {
    width: 18px;
    bottom: 70px;
  }

  .side__page-no {
    left: 15%;
    bottom: 14px;
  }

  .lead01 {
    width: 240px;
    top: -135%;
    left: -75px;
    font-size: 28px;
  }

  .read-more__block {
    font-size: 32px;
  }

  .flow-sec {
    width: 100%;
    padding: 60px 0 45px;

  }

  .flow-step {
    font-size: 5vw;
    font-weight: 700;
    color: #DC1E37;
    font-family: 'DINNextLTPro-Regular';
    display: flex;
    align-items: center;
    line-height: 1;
  }

  .flow-step__num {
    font-size: 14vw;
    color: #000;
  }

  .flow-step__bg-red {
    margin-top: 1%;
  }

  .flow-step__bg-red-txt {
    font-size: 6vw;
  }

  .flow-step__bg-yellow-txt {
    font-size: 6vw;
  }

  .flow-step__txt {
    font-size: 4.4vw;
    line-height: 2;
    margin-top: 2%;
  }

  .sec-ttl.is-flow {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .flow-tab {
    width: calc(100% - 20px);
  }

  .flow-tab__item {
    font-size: 22px;
  }

  .flow-cont__item.is-page01 .flow-cont__step.is-step01 {
    top: 0%;
    left: 5%;
  }

  .flow-cont__item.is-page01 .flow-cont__step.is-step02 {
    top: 16%;
    left: 5%;
  }

  .flow-cont__item.is-page01 .flow-cont__step.is-step03 {
    top: 32.5%;
    left: 5%;
  }

  .flow-cont__item.is-page01 .flow-cont__step.is-step04 {
    top: 50.5%;
    left: 5%;
    align-items: flex-start;
  }

  .flow-cont__item.is-page01 .flow-cont__step.is-step05 {
    top: 67%;
    left: 5%;
  }

  .flow-cont__item.is-page02 .flow-cont__step.is-step01 {
    top: 0;
    left: 5%;
  }

  .flow-cont__item.is-page02 .flow-cont__step.is-step02 {
    top: 17%;
    left: 5%;
  }

  .flow-cont__item.is-page02 .flow-cont__step.is-step03 {
    top: 34%;
    left: 5%;
  }

  .flow-cont__item.is-page02 .flow-cont__step.is-step04 {
    top: 56.5%;
    left: 5%;
  }

  .flow-cont__item.is-page02 .flow-cont__step.is-step05 {
    top: 73%;
    left: 5%;
  }

  .sec-ttl.is-message {
    width: 100%;
    max-width: 600px;
  }

  .message__txt {
    font-size: 18px;
    max-width: 580px;
    padding: 0 0;
  }

  .message__img {
    width: 80%;
    max-width: 520px;
  }

  .message__boad {
    font-size: 18px;
    width: 300px;
    margin: 48px auto 0;
    text-align: center;
    padding: 4px;
  }
  
  .sec-ttl {
    width: 260px;
    margin: 0 auto;
    position: relative;
  }

  .voice-sec {
    padding: 50px 0 80px;
  }

  .voice-sec__inr {
    width: 100%;
    padding: 100px 20px 50px;
    box-sizing: border-box;
  }

  .voice-sec__bg-pink {
    width: 105%;
  }

  .voice-sec__bg-yellow {
    height: 102%;
    top: -10px;
    transform: rotate(2deg);
    left: -3%;
  }

  .voice-illust {
    display: none;
  }

  .voice-illust02 {
    display: none;
  }

  .voice-block__img {
    margin: 0 -10px 0;
  }

  .voice-illust-sp {
    width: 50%;
    position: absolute;
    bottom: -38%;
    left: -15%;
    z-index: 4;
    display: block;
  }

  .sec-ttl.is-voice {
    width: 100%;
    max-width: 600px;
  }

  .voice-ttl-block {
    position: relative;
  }

  .voice-ttl-block__no {
    width: 25%;
    margin-top: 0;
  }

  .voice-ttl-block__ttl {
    width: 75%;
    font-size: clamp(10px, 7vw, 70px);
  }

  .voice-block.is-ttl01 {
    margin-top: 48px;
  }

  .voice-block.is-ttl01 .voice-block__img {
    margin: 3% -8% 0 -2%;
  }

  .voice-block.is-ttl02 {
    margin-top: 68%;
  }

  .voice-block.is-ttl03 {
    margin: 78% 0 60%;
    padding: 0;
  }

  .voice01-bord01 {
    bottom: -25%;
    right: 10%;
    top: auto;
    font-size: clamp(10px, 4vw, 32px);
  }

  .voice01-bord01 .voice-bord__inr {
    padding: 10px 24px;
  }

  .voice01-bord02 {
    bottom: -55%;
    right: 0;
    left: auto;
    top: auto;
    transform: rotate(-8deg);
    font-size: clamp(10px, 5vw, 32px);
  }

  .voice01-bord02 .voice-bord__inr {
    padding: 10px 30px;
  }

  .voice-illust02-sp {
    width: 50%;
    position: absolute;
    bottom: -78%;
    right: -5%;
    z-index: 5;
    display: block;
  }

  .voice02-bord01 {
    bottom: -45%;
    left: 0%;
    top: auto;
    transform: rotate(-9deg);
    font-size: clamp(10px, 4vw, 32px);
  }

  .voice02-bord01 .voice-bord__inr {
    padding: 10px 20px;
  }

  .voice02-bord02 {
    bottom: -80%;
    left: 20%;
    right: auto;
    top: auto;
    font-size: clamp(10px, 4vw, 32px);
  }

  .voice-block.is-ttl02 .voice-block__img {
    margin-right: -5%;
  }

  .voice-block.is-ttl03 .voice-block__img {
    margin: 0 -8% 0 -4%;
  }

  .voice03-bord01 {
    transform: rotate(-6deg);
    bottom: -65%;
    left: 5%;
    right: auto;
    top: auto;
    font-size: clamp(10px, 4vw, 32px);
    z-index: 8;
  }

  .voice03-bord01 .voice-bord__inr {
    padding: 14px 10px;
  }

  .voice03-bord02 {
    transform: rotate(7deg);
    bottom: -30%;
    left: 0;
    right: auto;
    top: auto;
    font-size: clamp(10px, 4vw, 32px);
    width: 104%;
  }

  .voice03-bord02 .voice-bord__inr {
    padding: 14px 10%;
  }

  .btn-internship {
    max-width: 368px;
    width: auto;
  }

  .btn-internship__link {
    font-size: 18px;
  }

  .menu-block {
    padding: 50px 0 50px;
  }

  .menu-list {
    width: 85%;
  }

  .menu-list__item.is-voice .menu-list__bubble {
    width: 103.5%;
    top: -130%;
  }

  .menu-list__item.is-flow .menu-list__bubble {
    width: 98.9%;
    bottom: -132%;
    left: -35%;
  }

  .menu-list__item.is-message .menu-list__bubble {
    width: 85.1%;
    bottom: -120%;
    right: -30%;
  }

  .entry-belt .join {
    width: 12%;
  }

  .entry-belt {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
  }

  .l-footer {
    padding: 38px 0 20px;
    background-color: #000;
  }

  .footer__logo {
    width: 170px;
    margin: 0 auto;
  }

  .footer__copyright {
    font-size: 10px;
    margin-top: 18px;
  }
}