@charset "UTF-8";
/*======================



recruit_oneday.css




======================*/
/* reset */
#main {
  float: none;
  width: auto;
}

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.fnt-montserrat {
  font-family: "Montserrat", serif;
  font-style: normal;
}

/* fadein */
@media screen and (min-width: 769px) {
  .js-fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition : all 1500ms;
  }
  .js-slidein {
    opacity: 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
  }
  .fade_active {
    opacity: 1;
    transform: translate(0, 0);
  }

  .onedayWrap ._timelineWrap ul._sb-list li:nth-of-type(even).js-slidein {
    transform : translate(0, calc(50% + 50px));
  }
  .onedayWrap ._timelineWrap ul._sb-list li:nth-of-type(even).fade_active {
    transform : translate(0, 50%);
  }  
}

/* scroll */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.loop-wrap {
  display: flex;
  overflow: hidden;
  font-size: 145px;
}
.loop-list {
  display: flex;
  gap: 0.5em;
  padding-right: 0.5em;
  animation: infinity-scroll-left 90s infinite linear both;
}
.loop-list li {
  color: rgba(0, 0, 0, .1);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  width: max-content;
}


/* wrap */
.onedayWrap {
  background: url(/img/recruit/kaihatsu/bg_mTz3aeYr.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-break: strict;
  overflow-x: hidden;
  padding: 35px 0 250px;
}
.onedayWrap ._contents_inner {
  width: 1000px;
  margin: auto;
}


/* title */
.onedayWrap ._topWrap {
  margin: 10px auto 60px;
}
.onedayWrap ._topWrap ._title h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.onedayWrap ._topWrap ._person {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 50px;
}
.onedayWrap ._topWrap ._person ._leftimg {
  width: 190px;
}
.onedayWrap ._topWrap ._person ._righttxt {
  width: calc(100% - 190px);
}
.onedayWrap ._txt1 {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.onedayWrap ._txt2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 0.6em;
}
.onedayWrap ._txt1 span + span {
  margin-left: 0.5em;
}

.onedayWrap ._topWrap ._person ._righttxt .__btm {
  position: relative;
  background: #fff;
  filter: drop-shadow(0 1px 0 #dc000c) drop-shadow(1px 0 0 #dc000c) drop-shadow(-1px 0 0 #dc000c) drop-shadow(0 -1px 0 #dc000c) drop-shadow(2px 2px 6px #b8c0d2);
  margin-top: 30px;
  padding: 30px;
}
.onedayWrap ._topWrap ._person ._righttxt .__btm::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translate(-100%, -50%);
  background: #fff;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  width: 30px;
  height: 20px;
}

.onedayWrap ._topWrap ._person ._righttxt .__btm ._txt1 {
  color: #dc000c;
}



/* timeline */
.onedayWrap ._timelineWrap {
  position: relative;
}
.onedayWrap ._timelineWrap ._shaft {
  position: absolute;
  top: 3.0%;
  left: 50%;
  transform: translateX(-50%);
  background-image: radial-gradient(circle, #dc000c 30%, transparent 30%);
  background-size: 12px 24px;
  width: 12px;
  height: 92%;
}

.onedayWrap ._timelineWrap ul._sb-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 100px;
}
.onedayWrap ._timelineWrap ul._sb-list li {
  position: relative;
  background: #fff;
  filter: drop-shadow(2px 2px 6px #b8c0d2);
  border-top: 4px solid #dc000c;
  width: calc((100% - 100px) / 2);
  height: fit-content;
  padding: 30px;
}
.onedayWrap ._timelineWrap ul._sb-list li:nth-of-type(even) {
  transform: translateY(50%);
}
.onedayWrap ._timelineWrap ul._sb-list li::before {
  content: "";
  position: absolute;
  top: 20%;
  background: #fff;
  width: 30px;
  height: 20px;
}
.onedayWrap ._timelineWrap ul._sb-list li:nth-of-type(odd)::before {
  left: 1px;
  transform: translate(-100%, -50%);
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}
.onedayWrap ._timelineWrap ul._sb-list li:nth-of-type(even)::before {
  right: 1px;
  transform: translate(100%, -50%);
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}

.onedayWrap ._timelineWrap ul._sb-list li::after {
  content: "";
  position: absolute;
  top: 20%;
  background: #dc000c;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.onedayWrap ._timelineWrap ul._sb-list li:nth-of-type(odd)::after {
  left: 0;
  transform: translate(calc((100% + 100px) / -2), -50%);
}
.onedayWrap ._timelineWrap ul._sb-list li:nth-of-type(even)::after {
  right: 0;
  transform: translate(calc((100% + 100px) / 2), -50%);
}


.onedayWrap ._timelineWrap ul._sb-list li .__top ._txt1 ._date {
  color: #dc000c;
}
.onedayWrap ._timelineWrap ul._sb-list li .__mid ._txt2 {
  margin: 1.0em auto 1.4em;
}

#recruit_kikaku-robot.onedayWrap ._timelineWrap ._shaft {
  height: 93%;
}
#recruit_eigyo.onedayWrap ._timelineWrap ._shaft {
  height: 90%;
}
#recruit_eigyo-shoten.onedayWrap ._timelineWrap ._shaft {
  height: 93.5%;
}
#recruit_promotion.onedayWrap ._timelineWrap ._shaft {
  height: 93%;
}
#recruit_promotion-store.onedayWrap ._timelineWrap ._shaft {
  height: 86%;
}
#recruit_sekkei.onedayWrap ._timelineWrap ._shaft {
  height: 84%;
}
#recruit_cs.onedayWrap ._timelineWrap ._shaft {
  height: 93%;
}


/*================================================================*/



@media screen and (max-width: 768px) {

  /* scroll */
  .loop-wrap {
    font-size: 9vw;
  }

  /* wrap */
  .onedayWrap {
    background: none;
    padding: 6vw 0 12vw;
  }
  .onedayWrap:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: url(/img/recruit/kaihatsu/bg_sp_R6iMjpaF.png) no-repeat center center;
    background-size: cover;
    width:100%;
    height:100vh;
    z-index:-1;
}

  .onedayWrap ._contents_inner {
    width: 84vw;
  }

  /* title */
  .onedayWrap ._topWrap {
    margin: 2vw auto 12vw;
  }
  .onedayWrap ._topWrap ._title h2 {
    font-size: 6.4vw;
  }
  .onedayWrap ._topWrap ._person {
    flex-direction: column;
    gap: 6vw;
    margin-top: 5vw;
  }
  .onedayWrap ._topWrap ._person ._topimgtxt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
  }
  .onedayWrap ._topWrap ._person ._topimgtxt .__img {
    width: 20vw;
  }
  .onedayWrap ._topWrap ._person ._topimgtxt .__txt {
    width: calc(100% - 20vw - 5vw);
  }

  .onedayWrap ._txt1 {
    font-size: 4.2vw;
  }
  .onedayWrap ._txt2 {
    font-size: 2.8vw;
  }

  .onedayWrap ._topWrap ._person ._btmtxt .__txt {
    position: relative;
    background: #fff;
    filter: drop-shadow(0 1px 0 #dc000c) drop-shadow(1px 0 0 #dc000c) drop-shadow(-1px 0 0 #dc000c) drop-shadow(0 -1px 0 #dc000c) drop-shadow(1px 1px 3px #b8c0d2);
    padding: 3vw 4vw;
  }
  .onedayWrap ._topWrap ._person ._btmtxt .__txt::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 12%;
    transform: translate(-50%, -100%);
    background: #fff;
    clip-path: polygon(50% 0%, 0% 110%, 100% 100%);
    width: 3vw;
    height: 4vw;
  }
  .onedayWrap ._topWrap ._person ._btmtxt .__txt ._txt1 {
    color: #dc000c;
  }

  /* timeline */
  .onedayWrap ._timelineWrap ._shaft {
    top: 14vw;
    left: 0;
    transform: translateX(0);
    background-size: 1vw 2vw;
    width: 1vw;
    height: 673vw;
  }
  .onedayWrap ._timelineWrap ul._sb-list {
    flex-direction: column;
    align-items: flex-end;
    gap: 6vw;
  }
  .onedayWrap ._timelineWrap ul._sb-list li {
    border-top: 3px solid #dc000c;
    filter: drop-shadow(1px 1px 3px #b8c0d2);
    width: 90%;
    padding: 4vw;
  }
  .onedayWrap ._timelineWrap ul._sb-list li::before {
    width: 4vw;
    height: 3vw;
  }
  .onedayWrap ._timelineWrap ul._sb-list li::after {
    width: 3vw;
    height: 3vw;
  }
  .onedayWrap ._timelineWrap ul._sb-list li:nth-of-type(even) {
    transform: translateY(0);
  }
  .onedayWrap ._timelineWrap ul._sb-list li:nth-of-type(even)::before {
    right: auto;
    left: 1px;
    transform: translate(-100%, -50%);
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  }
  .onedayWrap ._timelineWrap ul._sb-list li:nth-of-type(odd)::after {
    transform: translate(calc((100% + 16vw) / -2), -50%);
  }
  .onedayWrap ._timelineWrap ul._sb-list li:nth-of-type(even)::after {
    right: auto;
    left: 0;
    transform: translate(calc((100% + 16vw) / -2), -50%);
  }
  

  #recruit_kikaku-figure.onedayWrap ._timelineWrap ._shaft {
    height: 666vw;
  }
  #recruit_kikaku-robot.onedayWrap ._timelineWrap ._shaft {
    height: 684vw;
  }
  #recruit_eigyo.onedayWrap ._timelineWrap ._shaft {
    height: 516vw;
  }
  #recruit_eigyo-shoten.onedayWrap ._timelineWrap ._shaft {
    height: 1000vw;
  }
  #recruit_promotion.onedayWrap ._timelineWrap ._shaft {
    height: 824vw;
  }
  #recruit_promotion-store.onedayWrap ._timelineWrap ._shaft {
    height: 724vw;
  }
  #recruit_sekkei.onedayWrap ._timelineWrap ._shaft {
    height: 598vw;
  }
  #recruit_seisansenryaku.onedayWrap ._timelineWrap ._shaft {
    height: 716vw;
  }
  #recruit_cs.onedayWrap ._timelineWrap ._shaft {
    height: 820vw;
  }
  #recruit_global-marketing.onedayWrap ._timelineWrap ._shaft {
    height: 664vw;
  }  
    
}