/*====================================================
	overwrite
=====================================================*/



#contents {
  padding-top: 60px;
}

@media screen and (min-width: 1000px) {
  #contents {
    padding-top: 100px;
  }
}

/*====================================================
	common
=====================================================*/



p.indent {
  text-indent: 1em;
  display: block;
}

/*====================================================
	intvw
=====================================================*/

#intvw .title {
  width: 100%;
  height: auto;
  margin-bottom: 90px;
  position: relative;
  display: flex;
}

#intvw .interview dt,
#intvw .interview dd {
  display: inline;
}

#intvw .interview dt {
  background-color: #ddd7ce;
  padding-left: 1em;
  margin-right: .5em;
}

#intvw .title .txtbox h1,
#intvw .title .txtbox p {
  padding: 5px 5px 8px 15px;
  background: rgba(255, 255, 255, 0.9);
}

.interview h5 {
  font-weight: normal;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 35px 20px 20px 30px;
}

.interview h5 .number {
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #917C58;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 20px;
}

@media screen and (min-width: 1000px) {


  #intvw .title .txtbox p {
    /* padding: 5px 5px 5px 15px; */
    padding: 10px 5px 10px 15px;
  }

  .interview h5 {
    padding: 40px 30px 20px 60px;
  }

  .interview h5 .number {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 20px;
  }



}


/*====================================================
	individual
=====================================================*/

#intvw.sakiya .title picture {
  width: 85%;
}

#intvw.sakiya .title .txtbox {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 2;
}

#intvw.sakiya #mv-pc {
  display: none;
}

#intvw.sakiya #mv-mob {
  display: block;
}


@media screen and (min-width: 1000px) {

  #intvw.sakiya .title .txtbox {
    position: absolute;
    /* top: 70%; */
    top: 60%;
    right: 0;
    z-index: 2;
  }

  #intvw.sakiya .title picture {
    width: 85%;
  }




}



@media screen and (min-width: 768px) {


  #intvw.sakiya #mv-pc {
    display: block;
  }

  #intvw.sakiya #mv-mob {
    display: none;
  }

}