@charset "utf-8";

/*------------------------------------------------
oneday
------------------------------------------------*/
.oneday-intro-video {
  background-image: url(../../../../image/recruit/new-graduate/oneday-01/oneday_intro_bg.jpg);
  background-size: cover;
  background-position:right;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  /* margin: 20px auto; */
  overflow: hidden;
}
.oneday-intro-video > div {
  color: #fff;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.oneday-intro-profile {
  width: 100%;
  background-color: rgba(255,255,255,0.75);
}
.oneday-intro-title {
  display:flex;
  align-items: center;
  font-weight: 400;
}
.oneday-intro-name {
  display: block;
  line-height: 1;
  font-size: 2.5rem;
  padding-left: calc(var(--layout-gap) /4);
}
.oneday-intro-career {
  color: #fff;
  background-color: #000;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px;
}
.oneday-intro-text {
  padding: calc(var(--layout-gap) /1);
}
.oneday-intro-text .assignment {
  display: block;
}
.oneday-intro-text .emphasis {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  padding: calc(var(--layout-gap) /1.5) 0;
}

@media print, screen and (min-width: 769px) {
  .oneday-intro {
    padding: calc(var(--layout-gap) /2);
    background-image: url(../../../../image/recruit/new-graduate/oneday-01/oneday_intro_bg.jpg);
    background-size: cover;
    background-position:right;
    max-width: 1200px;
    margin: calc(var(--layout-gap) *4) auto;
  }
  .oneday-intro-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    min-height: 430px;
  }
  .oneday-intro-video {
    width: 400px;
    height: 225px;
    margin: 0;
    padding-bottom: 0;
    background-image: none;
  }
  .oneday-intro-video > div {
    width: 400px;
    height: 225px;
    top: 50%;
    left: 50%;
    margin-top: -112.5px;
    margin-left: -200px;
  }
  .oneday-intro-profile {
    width: calc(100% - 420px);
  }
  .oneday-intro-title {
    margin-top: calc(var(--layout-gap) /2);
  }
  .oneday-intro-text {
    padding: calc(var(--layout-gap) /2);
  }
  .oneday-intro-name {
    font-size: 4rem;
  }
  .oneday-intro-career {
    font-size: 2rem;
  }
  .oneday-intro-text .emphasis {
    padding: calc(var(--layout-gap) /4) 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .oneday-intro-inner {
    justify-content: space-evenly;
  }
  .oneday-intro-profile {
    width: 370px;
  }
  .oneday-intro-video {
    width: 560px;
    height: 315.28px;
  }
  .oneday-intro-video > div {
    width: 560px;
    height: 315.28px;
    margin-top: -157.64px;
    margin-left: -280px;
  }
}

/**/
.oneday-list {
  padding-top: 25px;
  border-top: 1px solid #ccc;
}
.oneday-item {
  padding: calc(var(--layout-gap) /2);
}
.oneday-item:not(:last-of-type) {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.oneday-item:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px;
  border-color: rgba(0,0,0,1) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  left: calc(50% - 30px);
  bottom: -40px;
}

.oneday-item-text-box {
  width: 100%;
  margin-bottom: calc(var(--layout-gap) /2);
}
.oneday-item.only-text .oneday-item-text-box {
  width: 100%;
}
.oneday-item-time {
  display: block;
  color: #707070;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
.oneday-item-title {
  font-size: 2rem;
  line-height: 1;
  padding: 15px 0 20px;
}

.oneday-item-pic {
  width: 100%;
  box-shadow: 0 6px 16px rgba(0,0,0,0.16);
}

@media print, screen and (min-width: 560px) {
  .oneday-list {
    padding-top: 50px;
  }
  .oneday-item {
    padding: calc(var(--layout-gap) *1.5) 0;
  }
  .oneday-item:not(:last-of-type)::after {
    border-width: 40px 60px;
    left: calc(50% - 60px);
    bottom: -80px;
  }
  .oneday-item-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .oneday-item.only-text .oneday-item-text-box {
    width: 50%;
  }
  .oneday-item.pic-left .oneday-item-inner{
    flex-direction: row-reverse;
  }
  .oneday-item-text-box {
    padding: calc(var(--layout-gap) /4) calc(var(--layout-gap) /2);
    width: 50%;
  }
  .oneday-item-time {
    display: block;
    color: #707070;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
  }
  .oneday-item-title {
    font-size: 2rem;
    line-height: 1;
    padding: 15px 0 30px;
  }

  .oneday-item-pic {
    width: 50%;
    margin-top: inherit;
  }
}
@media print, screen and (min-width: 960px) {
  .oneday-item.only-text .oneday-item-text-box {
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    box-shadow: none;
  }
  .oneday-item-text-box {
    max-width: 370px;
    margin: calc(var(--layout-gap) /2);
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16); */
  }
  .oneday-item-pic {
    max-width: 370px;
    margin: calc(var(--layout-gap) /2);
  }
  .oneday-item-time {
    font-size: 6rem;
  }
  .oneday-item-title {
    font-size: 3rem;
  }
  .oneday-item-text {
    font-size: 1.7rem;
  }
}

@media print, screen and (min-width: 1200px) {
  .oneday-item.time-0850 .oneday-item-pic::after {
    width: 199px;
    height: 169px;
    right: -50px;
    top: -50px;
  }
}
