@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#ttl {
  font-weight: bold;
}
#ttl h1 {
  text-align: center;
}
#ttl h1 span {
  display: block;
  text-align: center;
  color: #565656;
}
.b_ttl {
  text-align: center;
}
.b_ttl span {
  display: inline-block;
  position: relative;
  color: #000;
  padding: 0.5em 1em;
}
.b_ttl span:before {
  content: "";
  width: 50%;
  height: 8px;
  background: #9e0000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b_ttl span:after {
  content: "";
  width: 50%;
  height: 8px;
  background: #232323;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and ( max-width : 768px ) {
  article {
    margin-bottom: 30px;
  }
  #ttl {
    padding: 20px 0;
  }
  #ttl h1 {
    font-size: 42px;
  }
  #ttl h1 span {
    font-size: 16px;
    margin-top: 5px;
  }
  .b_ttl span {
    font-size: 30px;
  }
}

@media only screen and ( max-width : 480px ) {
  .b_ttl span {
    font-size: 22px;
  }
  #ttl h1 {
    font-size: 32px;
  }
}

@media print, screen and ( min-width : 769px ) {
  #ttl {
    padding: 25px 0 50px 0;
  }
  #ttl h1 {
    font-size: 50px;
  }
  #ttl h1 span {
    font-size: 18px;
    margin-top: 10px;
  }
  article {
    margin-bottom: 50px;
  }
  .b_ttl span {
    font-size: 38px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   パンくず

--------------------------------------------------------------------------------------------- */
#breadcrumb {
  position: relative;
  z-index: 3;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li:after {
  content: ">";
  margin: 0 0.5em;
}
#breadcrumb li:last-child:after {
  content: none;
}
#breadcrumb li a {
  text-decoration: underline;
}


@media only screen and ( max-width : 768px ) {
  #breadcrumb {
    padding: 10px 0;
  }
  #breadcrumb li {
    font-size: 12px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #breadcrumb {
    padding-top: 40px;
  }
  #breadcrumb li {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   INTERVIEW

--------------------------------------------------------------------------------------------- */
.person_txt {
  background: #252525;
  color: #fff;
}
#schedule {
  background: url(../img/schedule_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
.query {
  color: #2c1700;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.6em;
}
.answer {
  line-height: 1.8em;
}
#profile .container {
  position: relative;
}
.profilebox {
  background: #9e0000;
  color: #fff;
}
.profilebox h2 {
  text-align: left;
  margin-bottom: 0.5em;
  font-family: "Futura", "Century Gothic";
  font-weight: 400;
}
.profilebox p {
  line-height: 1.8em;
}

@media only screen and ( max-width : 768px ) {
  .person_txt,.profilebox {
    padding: 20px;
  }
  .person_txt .jobcat_label {
    font-size: 20px;
  }
  .person_txt .initial {
    font-size: 36px;
  }
  .person_txt .join {
    font-size: 18px;
  }
  .person_txt p {
    margin-bottom: 10px;
  }
  .person_txt p:last-child {
    margin-bottom: 0;
  }
  .query {
    font-size: 22px;
  }
  .articlebox {
    margin-bottom: 30px;
  }
  .articlebox .image img {
    width: 100%;
  }
}

@media only screen and ( max-width : 480px ) {
  .query {
    font-size: 18px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .personbox {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .person_ph {
    width: 59%;
  }
  .person_txt {
    width: 40%;
  }
  .articlebox {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .articlebox:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .articlebox:last-child {
    margin-bottom: 0;
  }
  .articlebox div {
    width: 49%;
  }
  .articlebox:nth-child(odd) .image {
    margin-left: 2%;
  }
  .articlebox:nth-child(even) .image {
    margin-right: 2%;
  }
  .articlebox div:last-child {
    margin-right: 0;
  }
  .articlebox:nth-child(2) .query {
    margin-top: -2.6em;
  }
  .query {
    font-size: 28px;
  }
  #profile {
    margin-bottom: 100px;
  }
  .profilebox {
    width: 42%;
    padding: 40px;
    position: absolute;
    bottom: -50px;
  }
  .profile_ph {
    float: right;
    width: 62%;
  }
  .person_txt {
    padding: 70px;
  }
  .person_txt .jobcat_label {
    font-size: 30px;
  }
  .person_txt .initial {
    font-size: 48px;
  }
  .person_txt .join {
    font-size: 28px;
  }
  .person_txt p {
    margin-bottom: 100px;
  }
  .person_txt p:last-child {
    margin-bottom: 0;
  }
  #article .b_ttl {
    margin-bottom: 120px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SCHEDULE

--------------------------------------------------------------------------------------------- */

.action {
  position: relative;
}

@media only screen and ( max-width : 768px ) {
  .schedule_list {
    position: relative;
    max-width: 350px;
    margin: 0 auto;
  }
  .schedule_list:after {
    content: "";
    width: 1px;
    background: #ccc;
    position: absolute;
    left: 64px;
    top: 20px;
    height: 90%;
  }
  .schedule_list li {
    display: table;
    width: 100%;
  }
  .schedule_list li p {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0;
    line-height: 1.6em;
  }
  .schedule_list .time {
    width: 50px;
    position: relative;
  }
  .schedule_list .time img {
    height: 13px;
    vertical-align: middle;
  }
  .schedule_list .action {
    padding-left: 30px;
  }
  .action span {
    display: inline-block;
  }
  .time:before {
    content: "\f111";
    color: #ff4657;
    font-family: "FontAwesome";
    position: absolute;
    top: 10px;
    width: 1em;
    left: 60px;
    z-index: 99;
    font-size: 10px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  .schedule_area {
    position: relative;
  }
  .schedule_area:after {
    content: "";
    width: 100%;
    height: 10px;
    background: url(../img/line.png) repeat-x center;
    position: absolute;
    left: 0;
    top: 74px;
  }
  .schedule_list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .schedule_list li {
    display: table-cell;
    text-align: center;
  }
  .schedule_list li p {
    text-align: center;
    padding: 25px 0;
	font-size: 35px;
	 line-height: 1.1;
  }
  .action:before {
    content: "\f111";
    color: #ff4657;
    font-family: "FontAwesome";
    position: absolute;
    top: -20px;
    width: 1em;
    left: 50%;
    margin-left: -0.5em;
    z-index: 99;
    font-size: 20px;
  }
}