@charset "utf-8";
/*------------------------------------------------
スタッフの1日
------------------------------------------------*/


/*========== スタッフの1日 intro ==========*/

#daily-schedule {}

.daily-schedule-intro {
  width: 100%;
  height: auto;
  background-image: url(../../images/daily-schedule/daily_schedule_intro_bg.png);
  background-size: contain;
  background-position: center center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.daily-schedule-intro-ttl {
  width: 40%;
}
.daily-schedule-intro-ttl > img{
  width: 100%;
}

.daily-schedule-intro-pic {
  width: 40%;
}

.daily-schedule-intro-pic > img {
  width: 100%;
}

.daily-schedule-intro-name {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  text-align: center;
  background-color: #f4f1e7;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.daily-schedule-intro-name .emphasis {
  color: #805018;
}


@media print, screen and (min-width: 769px) {
  .daily-schedule-intro {
    height: 475px;
    background-size: auto;
    background-position: center bottom;
    padding-bottom: 30px;
    position: relative;
    align-items: flex-end;
  }

  .daily-schedule-intro-ttl {
    width: 362px;
    margin-right: 70px;
    padding-bottom: 130px;
  }

  .daily-schedule-intro-pic {
    width: 344px;
    margin-right: 90px;
  }

  .daily-schedule-intro-pic > img {
    width: 100%;
  }

  .daily-schedule-intro-name {
    width: 451px;
    height: 101px;
    padding: 15px 40px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: inherit;
    background-image: url(../../images/daily-schedule/daily_schedule_intro_name_bg.png);
    position: absolute;
    right: 88px;
    bottom: 35px;
    font-size: 2rem;
    box-shadow: none;
  }
}

/*========== スタッフの1日 流れ ==========*/
.daily-schedule-list {
  width: 100%;
  height: auto;
  margin: 50px auto;
}

.daily-schedule-item {
  width: 88%;
  margin: 60px auto;
  padding-bottom: 30px;
  position: relative;
}

.daily-schedule-item-inner {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .daily-schedule-list {
    background-image: url(../../images/daily-schedule/daily_schedule_list_bg.png);
    background-position: left 35px top 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
  }

  .daily-schedule-item {
    width: 40%;
    margin: 60px 0;
    padding-bottom: 30px;
  }
  .daily-schedule-item:nth-of-type(1) {
    width: 360px;
    margin-left: 30px;
  }
  .daily-schedule-item:nth-of-type(2) {
    width: 360px;
    margin-right: 60px;
  }
  .daily-schedule-item:nth-of-type(3) {
    width: 245px;
    margin-left: 100px;
    margin-top: 15px;
  }
  .daily-schedule-item:nth-of-type(4) {
    width: 345px;
    margin-right: 10px;
    margin-top: 15px;
  }
  .daily-schedule-item:nth-of-type(5) {
    width: 380px;
    margin-left: 125px;
    margin-top: 28px;
  }
  .daily-schedule-item:nth-of-type(6) {
    width: 350px;
    margin-right: 10px;
    margin-top: 28px;
  }
  .daily-schedule-item:nth-of-type(7) {
    width: 315px;
    margin: auto;
  }
}

/*-----時計-----*/
.daily-schedule-item-time {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  bottom: -22px;
  left: -22px;
}
.daily-schedule-item-time > img {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .daily-schedule-item-time {
    width: 88px;
    height: 88px;
    bottom: auto;
    left: auto;
  }
  /*時計位置調整*/
  /*01*/
  .daily-schedule-item:nth-of-type(1) .daily-schedule-item-time {
    top: -44px;
    left: 20px;
  }
  /*02*/
  .daily-schedule-item:nth-of-type(2) .daily-schedule-item-time {
    top: -15px;
    right: -44px;
  }
  /*03*/
  .daily-schedule-item:nth-of-type(3) .daily-schedule-item-time {
    top: 140px;
    right: -44px;
  }
  /*04*/
  .daily-schedule-item:nth-of-type(4) .daily-schedule-item-time {
    top: -34px;
    left: -44px;
  }
  /*05*/
  .daily-schedule-item:nth-of-type(5) .daily-schedule-item-time {
    top: -35px;
    left: -35px;
  }
  /*06*/
  .daily-schedule-item:nth-of-type(6) .daily-schedule-item-time {
    top: -35px;
    left: -5px;
  }
  /*07*/
  .daily-schedule-item:nth-of-type(7) .daily-schedule-item-time {
    top: -35px;
    left: 5px;
  }
}

/*-----写真-----*/
.daily-schedule-item-pic {
  width: 100%;
  border: 8px solid #fff;
  box-shadow: 5px 5px 12px rgba(0,0,0,0.45);
}
.daily-schedule-item-pic > img {
  width: 100%;
  height: auto;
}


/*-----吹き出し-----*/
.daily-schedule-item-balloon {
  display: block;
  position: absolute;
  height: auto;
}

.daily-schedule-item-balloon > img {
  width: 100%;
  height: 100%;
}

/*吹き出し位置調整*/
/*01*/
.daily-schedule-item:nth-of-type(1) .daily-schedule-item-balloon {
  width: 50%;
  max-width: 185px;
  top: -55px;
  right: -12%;
}
/*02*/
.daily-schedule-item:nth-of-type(2) .daily-schedule-item-balloon {
  width: 50%;
  max-width: 189px;
  top: -35px;
  left: -8%;
}
/*03*/
.daily-schedule-item:nth-of-type(3) .daily-schedule-item-balloon {
  width: 50%;
  max-width: 195px;
  top: -40px;
  right: -10%;
}
/*04*/
.daily-schedule-item:nth-of-type(4) .daily-schedule-item-balloon {
  width: 50%;
  max-width: 193px;
  top: -20px;
  right: -10%;
}
/*05*/
.daily-schedule-item:nth-of-type(5) .daily-schedule-item-balloon {
  width: 50%;
  max-width: 208px;
  top: -40px;
  right: -11%;
}
/*06*/
.daily-schedule-item:nth-of-type(6) .daily-schedule-item-balloon {
  width: 50%;
  max-width: 239px;
  top: -25px;
  right: 0;
}
/*07*/
.daily-schedule-item:nth-of-type(7) .daily-schedule-item-balloon {
  width: 50%;
  max-width: 212px;
  top: -20px;
  right: -10%;
}

@media print, screen and (min-width: 769px) {
  /*吹き出し位置調整*/
  /*01*/
  .daily-schedule-item:nth-of-type(1) .daily-schedule-item-balloon {
    width: 185px;
    max-width: 185px;
    top: -40px;
    right: -130px;
  }
  /*02*/
  .daily-schedule-item:nth-of-type(2) .daily-schedule-item-balloon {
    width: 189px;
    max-width: 189px;
    top: -40px;
    left: -40px;
  }
  /*03*/
  .daily-schedule-item:nth-of-type(3) .daily-schedule-item-balloon {
    width: 195px;
    max-width: 195px;
    top: -40px;
    right: -130px;
  }
  /*04*/
  .daily-schedule-item:nth-of-type(4) .daily-schedule-item-balloon {
    width: 193px;
    max-width: 193px;
    top: -70px;
    right: -25px;
  }
  /*05*/
  .daily-schedule-item:nth-of-type(5) .daily-schedule-item-balloon {
    width: 208px;
    max-width: 208px;
    top: -20px;
    right: -110px;
  }
  /*06*/
  .daily-schedule-item:nth-of-type(6) .daily-schedule-item-balloon {
    width: 239px;
    max-width: 239px;
    top: -65px;
    right: -25px;
  }
  /*07*/
  .daily-schedule-item:nth-of-type(7) .daily-schedule-item-balloon {
    width: 212px;
    max-width: 212px;
    top: 50px;
    right: -135px;
  }
}

/*-----テキスト-----*/
.daily-schedule-item-txtbox {}

.daily-schedule-item-ttl {
  margin-top: 20px;
  font-size: 2rem;
}

.daily-schedule-item-txt {}

@media print, screen and (min-width: 769px) {
  .daily-schedule-item-ttl {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 1;
  }
  /*03*/
  .daily-schedule-item:nth-of-type(3) .daily-schedule-item-txtbox {
    width: 240px;
    position: absolute;
    bottom: 18px;
    right: -255px;
  }
  /*04*/
  .daily-schedule-item:nth-of-type(4) .daily-schedule-item-txtbox {
    margin-top: 30px;
  }
  /*06*/
  .daily-schedule-item:nth-of-type(6) .daily-schedule-item-txtbox {
    width: 240px;
  }
  /*07*/
  .daily-schedule-item:nth-of-type(7) .daily-schedule-item-txtbox {
    width: 300px;
    position: absolute;
    bottom: 20px;
    right: -330px;
  }
}

/*矢印*/
.daily-schedule-item:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px;
  border-color: rgba(243, 152, 0, 1) rgba(243, 152, 0, 0) rgba(243, 152, 0, 0) rgba(243, 152, 0, 0);
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -40px;
}

@media print, screen and (min-width: 769px) {
  .daily-schedule-item:not(:first-of-type)::before {
    border-width: 50px 60px;
    border-color: rgba(243, 152, 0, 0) rgba(243, 152, 0, 0) rgba(243, 152, 0, 0) rgba(243, 152, 0, 1);
    top: 50%;
    left: 0;
    margin-left: -100px;
    margin-top: -83px;
  }
  /*03*/
  .daily-schedule-item:nth-of-type(3)::before {
    margin-top: -50px;
    margin-left: -70px;
  }
  /*04*/
  .daily-schedule-item:nth-of-type(4)::before {
    margin-top: -55px;
    margin-left: -80px;
  }
  /*05*/
  .daily-schedule-item:nth-of-type(5)::before {
    margin-top: -104px;
  }
  /*06*/
  .daily-schedule-item:nth-of-type(6)::before {
    margin-top: -104px;
    margin-left: -80px;
  }
  /*07*/
  .daily-schedule-item:nth-of-type(7)::before {
    margin-top: -97px;
    margin-left: -80px;
  }
}

/*========== こんな方を求めています ==========*/

.looking-for {}

.looking-for-ttl {
  width: 88%;
  margin: auto;
}
.looking-for-ttl > img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .looking-for-ttl {
    width: 521px;
    margin: 100px auto 40px;
    padding-left: 20px;
  }
}


.looking-for-list {
  width: 100%;
  margin: 25px auto;
}

.looking-for-item {
  background-image: url(../../images/daily-schedule/daily_schedule_looking_item_bg.png);
  background-position: top center;
  background-size: 70%;
  background-color: #efe9d2;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
  padding:35px 18px 25px;
}

.looking-for-item:not(:last-of-type) {
  margin-bottom: 25px;
}

.looking-for-item.for-pic {
 padding: 0;
}

.looking-for-item-ttl {
  color: #91004f;
  font-size: 1.8rem;
}

.looking-for-item-txt {
}

.looking-for-item-sublist {}

.looking-for-item-subitem {
  text-indent: -1em;
  margin-left: 1em;
}

.looking-for-item-pic {
  width: 100%;
  height: 100%;
}
.looking-for-item-pic > img {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px) {

  .looking-for-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    height: 610px;
    padding: 0 100px;
    margin-bottom: 100px;
  }

  .looking-for-item {
    width: 380px;
    height: auto;
    background-size: auto;
    background-color: #efe9d2;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    padding: 60px 20px 25px 30px;
  }
  .looking-for-item:first-of-type {
/*    height: 610px;*/
    flex-grow: 1;
    min-height: 1%;
  }
  .looking-for-item:not(:last-of-type) {
    margin-bottom: 0;
  }

  .looking-for-item.for-pic {
    height: 200px;
  }

  .looking-for-item-ttl {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 20px;
  }

  .looking-for-item-txt {
    font-size: 1.8rem;
    line-height: 2;
  }

  .looking-for-item-sublist {
  }

  .looking-for-item-subitem {
    font-size: 1.8rem;
    line-height: 2;
  }
}
