@charset "utf-8";

/*------------------------------------------------
oneday
------------------------------------------------*/
.oneday {

}
.oneday-intro {}
.oneday-intro-inner {}
.oneday-intro-pic {
  height: 200px;
  background-image: url(../../../images/recruit/oneday/oneday_intro_bg.jpg);
  background-size: cover;
  background-position: center right 30%;
}
.oneday-intro-profile {
  width: 100%;
  background-color: rgba(255,255,255,0.75);
  padding: 25px;
}
.oneday-intro-title {
  display: block;
  padding-bottom: 25px;
  font-weight: 400;
}
.oneday-intro-name {
  display: block;
  line-height: 1;
  font-size: 2.5rem;
}
.oneday-intro-career {
  display: block;
  line-height: 1;
  font-size: 1.6rem;
  padding-top: 10px;
}
.oneday-intro-text {}


@media print, screen and (min-width: 769px) {
  .oneday-intro {
    background-image: url(../../../images/recruit/oneday/oneday_intro_bg.jpg);
    background-size: cover;
    background-position: center right 40%;
    padding: 50px;
  }
  .oneday-intro-pic {
    display: none;
  }
  .oneday-intro-profile {
    width: 400px;
    padding: 40px;
  }
  .oneday-intro-title {
    padding-bottom: 35px;
  }
  .oneday-intro-name {
    font-size: 4rem;
  }
  .oneday-intro-career {
    font-size: 2rem;
    padding-top: 20px;
  }
}


@media print, screen and (min-width: 1600px) {
  .oneday-intro {
    min-height: 430px;
    background-position: center center;
  }
  /* .oneday-intro-profile {
    width: 390px;
  } */
}


.oneday-list {
  padding-top: 25px;
}
.oneday-item {
  padding: 40px;
}
.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-inner {}
.oneday-item-text-box {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 20px 15px 30px;
  width: 90%;
  margin-right: auto;
}
.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-text {}
.oneday-item-pic {
  width: 90%;
  margin-left: auto;
  margin-top: -15px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.16);
}

/*吹き出し*/
.oneday-item.time-0850 .oneday-item-pic {
  position: relative;
}
.oneday-item.time-0850 .oneday-item-pic::after {
  content: "";
  display: block;
  width: 38%;
  height: 47.4%;
  position: absolute;
  background-image: url(../../../images/recruit/oneday/speech_balloon_0850.png);
  background-size: contain;
  background-position: center center;
  right: -15px;
  top: -15px;
  filter: drop-shadow(-5px 5px 5px rgba(0,0,0,0.2));
}
.oneday-item.time-0930 .oneday-item-pic {
  position: relative;
}
.oneday-item.time-0930 .oneday-item-pic::after {
  content: "";
  display: block;
  width: 55%;
  height: 66%;
  position: absolute;
  background-image: url(../../../images/recruit/oneday/speech_balloon_0930.png);
  background-size: contain;
  left: -10%;
  top: 10%;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}

@media print, screen and (min-width: 769px) {
  .oneday-list {
    padding-top: 50px;
    padding-bottom: var(--header-size-pc);
  }
  .oneday-item {
    padding: 80px 40px 60px;
  }
  .oneday-item:not(:last-of-type)::after {
    border-width: 40px 60px;
    left: calc(50% - 60px);
    bottom: -80px;
  }
  .oneday-item:nth-of-type(even) .oneday-item-inner {
    flex-direction: row-reverse;
  }
  .oneday-item-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
  }
  .oneday-item-text-box {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding: 20px 15px 30px;
    width: calc(50% - 20px);
  }
  .oneday-item:nth-of-type(odd) .oneday-item-text-box {
    margin-right: 20px;
  }
  .oneday-item:nth-of-type(even) .oneday-item-text-box {
    margin-left: 20px;
  }
  .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: calc(50% - 20px);
    margin-top: inherit;
    box-shadow: none;
  }
  .oneday-item:nth-of-type(odd) .oneday-item-pic {
    margin-left: 20px;
  }
  .oneday-item:nth-of-type(even) .oneday-item-pic {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .oneday-item-text-box {
    padding: 40px;
  }
  .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;
  }
  .oneday-item.time-0930 .oneday-item-pic::after {
    width: 240px;
    height: 187px;
    left: -50px;
    top: calc(50% - 96px);
  }
}
