@charset "UTF-8";
/****************************************************************
先輩の仕事:扉 - className : Senior
*****************************************************************/
.Page_title.bg-senior {
  background-image: url(../images/bg-title-senior.jpg);
  background-size: cover;
}
.Page_title.bg-senior .Page_title-header {
  /*max-height: 200px;*/
  background: rgba(56, 159, 181, 0.8);
}
.Page_title.bg-senior .Page_title-header span {
  color: #79d0e3;
}

.Senior {
  /* マージ分 */
}
.Senior .Senior-inner {
  padding: 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  .Senior .Senior-inner {
    padding: 0;
  }
}
.Senior .effect-picture {
  position: relative;
  max-width: 530px;
  width: 100%;
  height: 400px;
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .Senior .effect-picture {
    height: 270px;
  }
}
.Senior .effect-picture.bg-senior01 {
  background-image: url(../images/work01_main.jpg);
}
.Senior .effect-picture.bg-senior02 {
  background-image: url(../images/work02_main.jpg);
}
.Senior .effect-picture.bg-senior03 {
  background-image: url(../images/work03_main.jpg);
}
.Senior .effect-picture.bg-senior04 {
  background-image: url(../images/work04_main.jpg);
}
.Senior .effect-picture.bg-senior05 {
  background-image: url(../images/work05_main.jpg);
}
.Senior .effect-picture.bg-senior06 {
  background-image: url(../images/work06_main.jpg);
}
.Senior .effect-picture .effect-txt {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 90%;
}
.Senior .effect-picture .effect-txt span {
  color: white;
  font-weight: bold;
  background-color: #79d0e3;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
}
@media only screen and (max-width: 1000px) {
  .Senior .effect-picture .effect-txt span {
    width: 100%;
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .Senior .effect-picture .effect-txt span {
    padding: 10px;
      font-size: 115%;
  }
}
.Senior .effect-picture .effect-txt:hover span {
  height: 100%;
  width: 100%;
  padding: 65% 20px 0;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  background-color: rgba(121, 208, 227, 0.6);
}
.Senior .Senior-ttl {
  font-weight: bold;
  font-size: 2rem;
  margin: 30px 20px 20px;
}
@media only screen and (max-width: 1000px) {
  .Senior .Senior-ttl {
    font-size: 1.8rem;
    margin: 30px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .Senior .Senior-ttl {
    margin: 20px 10px 10px;
  }
}
.Senior .Senior-date {
  color: #999;
  font-size: 1.4rem;
  margin-left: 20px;
}
@media only screen and (max-width: 1000px) {
  .Senior .Senior-date {
    margin-left: 10px;
  }
}
.Senior .mega-picture {
  /*		position            : relative;
  		max-width           : 1200px;
  		max-height          : 100%;
  		width               : 100%;
  		height              : 325px;*/
  background-image: url(../images/bg-title-interview.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 10px;
  text-align: center;
  position: relative;
  /*.link-inline {*/
  /* a */
}
@media only screen and (max-width: 1000px) {
  .Senior .mega-picture {
    background-position: 80% top;
  }
}
@media only screen and (max-width: 767px) {
  .Senior .mega-picture {
    padding: 30px 10px;
    background-position: 80% top;
  }
}
.Senior .mega-picture a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}
.Senior .mega-picture a:hover {
  text-decoration: none;
}
.Senior .mega-picture a.hoverOpc:hover .picture-title .txt_shadow_white {
  text-shadow: 2px 2px 7px #79d0e3, -2px -2px 7px #79d0e3;
}
.Senior .mega-picture a.hoverOpc:hover:after {
  background-color: rgba(121, 208, 227, 0.6);
}
.Senior .mega-picture .link-inline {
  display: inline-block;
  position: relative;
  /*
  &:hover {
  	text-decoration : none;
  }
  */
  			/*
  			&.hoverOpc {
  				&:hover {
  
  					.picture-title {
  
  						.txt_shadow_white {
  							text-shadow: 2px 2px 7px $color_secondary, -2px -2px 7px $color_secondary;
  						}
  
  					}
  
  					&:after {
  
  						background-color : rgba($color_secondary, 0.6);
  
  					}
  				}
  			}
  			*/
}
.Senior .mega-picture .link-inline .card-picture {
  padding: 40px 80px;
}
@media only screen and (max-width: 767px) {
  .Senior .mega-picture .link-inline .card-picture {
    padding: 20px 40px;
  }
}
.Senior .mega-picture .link-inline .card-picture h5 {
  font-size: 3.5rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .Senior .mega-picture .link-inline .card-picture h5 {
    font-size: 2.0rem;
  }
}
.Senior .mega-picture .link-inline .card-picture h5 span {
  font-weight: bold;
  color: #79d0e3;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .Senior .mega-picture .link-inline .card-picture h5 span {
    font-size: 1.6rem;
  }
}
.Senior .mega-picture .link-inline .card-picture:after {
  border-right-color: #79d0e3;
}
.Senior .mega-picture .link-inline:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-right-color: #79d0e3;
  border-bottom: none;
  bottom: 0;
  right: 0;
  position: absolute;
}
.Senior .mega-picture-box {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .Senior .mega-picture-box {
    height: 100px;
  }
}
.Senior .mega-picture-box h5 {
  position: relative;
  max-width: 430px;
  width: 100%;
  height: 200px;
  padding: 50px 0;
  display: inline-block;
  font-weight: bold;
  font-size: 3rem;
  background-color: white;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .Senior .mega-picture-box h5 {
    max-width: 220px;
    height: 100px;
    padding: 15px 0;
    font-size: 2.0rem;
  }
}
.Senior .mega-picture-box h5 span {
  color: #79d0e3;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .Senior .mega-picture-box h5 span {
    font-size: 1.6rem;
  }
}
.Senior .mega-picture-box h5:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-right-color: #79d0e3;
  border-bottom: none;
  bottom: 2px;
  right: 2px;
  position: absolute;
}
.Senior .mega-picture-box .hoverOpc {
  display: inline;
}

@media only screen and (max-width: 767px) {
  .sp_pl20 {
    padding-left: 20px !important;
  }

  .sp_pr20 {
    padding-right: 20px !important;
  }
}
