@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.schedule {
	max-width: 1280px;
	margin: 80px auto;
	background: #E3E3E3;
	border-radius: 9px;
}

@media screen and (max-width: 1024px) {
	.schedule {
	margin: 0 auto;
   }
}

/*スケジュールの中のアイテム*/
.schedule > dl > dd {
	width: 80%;
	margin: 0 auto;
}

.schedule-items {
	display: flex;
}

.schedule-left {
	margin-right: 15px;
	width: 50%;
}


.maincatch {
	font-size: 24px;
}

.time {
	font-size: 32px;
}

.time-caption {
	font-size: 22px;
	text-align: left;
}

.time-text {
	font-size: 18px;
	text-align: left;
}

.schedule > dl {
  padding: 2em;
}

/*インタビュー記事のハイライト*/
.highlighter {
	background: linear-gradient(transparent 40%, #FFEB88 40% 90%, transparent 90%);
	font-weight: bold;
}

/*「とある一日のスケジュール」のボックス*/
.schedule > dl > dt {
  margin: 0 0 20px;
  padding: 0.25em 0.75em;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: relative;
  background: #ff8400;
  border-radius: 10px;
}
/*スタートのボーダー*/
/*.schedule > dl > dt::after {
  content: "";
  display: block;
  width: 6px;
  height: 20px;
  position: absolute;
  top: 100%;
  left: 120px;
  background: #ff8400;
}*/

.schedule > dl li {
  list-style: none;
  padding: 0 0 2em;
  position: relative;
}
.schedule > dl li:nth-child(2n) > dl > dd {
  background: #ff8400;
}
.schedule > dl li:nth-child(2n) > dl > dd:before {
  border-right-color: #ff8400;
}
/*全ての縦線*/
.schedule > dl li::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 120px;
  background: #ff8400;
}

.schedule > dl li:last-child::before {
  height: 25px;
}
.schedule > dl li > dl {
  display: flex;
}
.schedule > dl li > dl > dt {
  font-size: 22px;
  font-weight: 700;
  color: #ff8400;
  text-align: right;
  line-height: 55px;
  width: 90px;
  position: relative;
}
.schedule > dl li > dl > dt span {
  position: absolute;
  top: 0;
  right: -58px;
  border: 5px solid #FF9628;
}
.schedule > dl li > dl > dd {
  margin-left: auto;
  padding: 10px;
  width: calc(100% - 170px);
  background: #ff8400;
  border-radius: 10px;
  position: relative;
}
.schedule > dl li > dl > dd::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 16px;
  right: 100%;
  border-right: 12px solid #ff8400;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid transparent;
}
.schedule > dl li > dl > dd dt {
  margin: 0 0.75em;
  padding: 0.25em 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  /*border-bottom: 1px solid #fff;*/
}
.schedule > dl li > dl > dd dd {
  padding: 0.5em 0.75em;
  font-size: 14px;
  color: #fff;
}

.material-icons {
  padding: 5px;
  font-size: 30px !important;
  color: #fff;
  background: #ff8400;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .schedule > dl {
    padding: 1em;
  }
	.time {
		font-size: 18px;
	}
	.time-caption {
		font-size: 16px;
	}
	.time-text {
		font-size: 14px;
	}
  .schedule > dl > dt {
    font-size: 16px;
    border-radius: 5px;
  }
  .schedule > dl > dt::after {
    left: 75px;
  }
  .schedule > dl li {
    padding: 0 0 1em;
  }
  .schedule > dl li::before {
    left: 75px;
  }
  .schedule > dl li > dl > dt {
    font-size: 15px;
    line-height: 44px;
    width: 50px;
  }
  .schedule > dl li > dl > dt span {
    right: -48px;
  }
  .schedule > dl li > dl > dd {
    width: calc(100% - 116px);
    border-radius: 5px;
  }
  .schedule > dl li > dl > dd::before {
    top: 12px;
  }
  .schedule > dl li > dl > dd dt {
    margin: 0 0.5em;
    font-size: 14px;
    font-weight: 400;
  }
  .schedule > dl li > dl > dd dd {
    padding: 0.5em;
    font-size: 12px;
  }

  .material-icons {
    font-size: 20px !important;
  }

.schedule > dl > dd {
	width: 100%;
  }
	
}

/*以下スタッフメインビジュアル用*/
.staff001-mainvisual {
	position: relative;
    width: 100%;
	height: 700px;
	background-image: url("../../images/staff001_mv.jpg");
	background-size: cover;
	margin-top: 100px;
	padding: 150px 50px 0 0;
	text-align: right;
}
.staff002-mainvisual {
	position: relative;
    width: 100%;
	height: 700px;
	background-image: url("../../images/staff002_mv.jpg");
	background-size: cover;
	margin-top: 100px;
	padding: 150px 50px 0 0;
	text-align: right;
}
.staff003-mainvisual {
	position: relative;
    width: 100%;
	height: 700px;
	background-image: url("../../images/staff003_mv.jpg");
	background-size: cover;
	margin-top: 100px;
	padding: 150px 50px 0 0;
	text-align: right;
}
.staff004-mainvisual {
	position: relative;
    width: 100%;
	height: 700px;
	background-image: url("../../images/staff004_mv.jpg");
	background-size: cover;
	margin-top: 100px;
	padding: 150px 50px 0 0;
	text-align: right;
}
.staff005-mainvisual {
	position: relative;
    width: 100%;
	height: 700px;
	background-image: url("../../images/staff005_mv.jpg");
	background-size: cover;
	margin-top: 100px;
	padding: 150px 50px 0 0;
	text-align: right;
}
.staff006-mainvisual {
	position: relative;
    width: 100%;
	height: 700px;
	background-image: url("../../images/staff006_mv.jpg");
	background-size: cover;
	margin-top: 100px;
	padding: 150px 50px 0 0;
	text-align: right;
}
.staff007-mainvisual {
	position: relative;
    width: 100%;
	height: 700px;
	background-image: url("../../images/staff007_mv.jpg");
	background-size: cover;
	margin-top: 100px;
	padding: 150px 50px 0 0;
	text-align: right;
}
.staff008-mainvisual {
	position: relative;
    width: 100%;
	height: 700px;
	background-image: url("../../images/staff008_mv.jpg");
	background-size: cover;
	margin-top: 100px;
	padding: 150px 50px 0 0;
	text-align: right;
}

/*.orange_box {
  text-align: right;
  padding: 250px 40px 0 0;
}*/

.staff-caption {
  padding: 15px;
  width: 700px;
  display: inline-block;
  text-align: left;
  font-size: 20px;
  background-color: rgba(255,255,255,0.60);
}

.staff-caption h4 {
	font-size: 24px;
}



@media screen and (max-width: 1366px) {
  .staff001-mainvisual, 
  .staff002-mainvisual, 
  .staff003-mainvisual, 
  .staff004-mainvisual, 
  .staff005-mainvisual, 
  .staff006-mainvisual, 
  .staff007-mainvisual, 
	.staff008-mainvisual {
	margin-top: 60px;
	padding: 300px 0 0 0;
	text-align: right;
  }

  .staff-caption {
	padding: 10px;
	font-size: 14px;
	background-color: rgba(255,255,255,0.88);
  }
	
  .staff-caption h4 {
	  font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
  .staff001-mainvisual, 
  .staff002-mainvisual, 
  .staff003-mainvisual, 
  .staff004-mainvisual, 
  .staff005-mainvisual, 
  .staff006-mainvisual, 
  .staff007-mainvisual, 
	.staff008-mainvisual {
	margin-top: 60px;
	padding: 400px 0 0 0;
	text-align: left;
  }

  .staff-caption {
	padding: 10px;
	font-size: 14px;
	background-color: rgba(255,255,255,0.88);
  }
	
  .staff-caption h4 {
	  font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
  .staff001-mainvisual, 
  .staff002-mainvisual, 
  .staff003-mainvisual, 
  .staff004-mainvisual, 
  .staff005-mainvisual, 
  .staff006-mainvisual, 
  .staff007-mainvisual, 
	.staff008-mainvisual {
	margin: 0 auto;
	padding: 400px 0 0 0;
  }

  .orange_box img {
	  width: 100%;
	  opacity: 90%;
  }

  .staff-caption {
	padding: 10px;
    width: 100%;
	font-size: 14px;
	background-color: rgba(255,255,255,0.88);
  }
	
  .staff-caption h4 {
	  font-size: 18px;
  }
}



@media screen and (max-width: 599px) {
  .staff001-mainvisual {
    background-image: url("../../images/staff001_mv_sp.jpg");
	margin: 0 auto;
	padding: 460px 0 0 0;
  }
  .staff002-mainvisual {
    background-image: url("../../images/staff002_mv_sp.jpg");
	margin: 0 auto;
	padding: 460px 0 0 0;
  }
  .staff003-mainvisual {
    background-image: url("../../images/staff003_mv_sp.jpg");
	margin: 0 auto;
	padding: 460px 0 0 0;
  }
  .staff004-mainvisual {
    background-image: url("../../images/staff004_mv_sp.jpg");
	margin: 0 auto;
	padding: 460px 0 0 0;
  }
  .staff005-mainvisual {
    background-image: url("../../images/staff005_mv_sp.jpg");
	margin: 0 auto;
	padding: 460px 0 0 0;
  }
  .staff006-mainvisual {
    background-image: url("../../images/staff006_mv_sp.jpg");
	margin: 0 auto;
	padding: 460px 0 0 0;
  }
  .staff007-mainvisual {
    background-image: url("../../images/staff007_mv_sp.jpg");
	margin: 0 auto;
	padding: 460px 0 0 0;
  }
  .staff008-mainvisual {
    background-image: url("../../images/staff008_mv_sp.jpg");
	margin: 0 auto;
	padding: 460px 0 0 0;
  }
	
  .orange_box img {
	  opacity: 100%;
  }

  .staff-caption {
	padding: 10px;
	/*margin-top: 425px;*/
    width: 100%;
	font-size: 14px;
	background-color: rgba(255,255,255,0.88);
  }
	
  .staff-caption h4 {
	  font-size: 18px;
  }
}

.interview-caution {
	margin-top: 10px;
}

.interview-caution {
	font-size: 15px;
}

.other-staff {
	margin: 80px 0 40px 0;
}

.other-staff a{
	font-size: 18px;
	background-color: #f2c21e;
	padding: 30px 50px;
	color: white;
	border-radius: 5px;
	font-weight: bold;
}

