@charset "UTF-8";

body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.sp {
  display: none;
}
.cover {
  width: 890px;
  margin: 0 auto;
}
.introduction {
  margin-top: 20px;
  padding: 40px 0 50px;
  background-image: url(../../img/coach_interview1/bgIntroductionTop@2x.png), url(../../img/coach_interview1/bgIntroductionBottom@2x.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
}
.introduction h2 {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  transform: scale(1.1, 1);
  color: #d32d26;
  padding-bottom: 15px;
}
.introduction h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #d32d26;
}
.introduction p {
  margin: 40px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
.introduction .result {
  width: 550px;
  margin: 60px auto 0;
}
.introduction .result h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.introduction .result h3 span {
  display: inline-block;
  position: relative;
}
.introduction .result h3 span::before,
.introduction .result h3 span::after {
  content: '';
  width: 2em;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.introduction .result h3 span::before {
  left: -2.5em;
}
.introduction .result h3 span::after {
  right: -2.5em;
}
.introduction .result ol {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.introduction .result li {
  position: relative;
  padding-left: 1.2em;
}
.introduction .result li + li {
  margin-top: 1em;
}
.introduction .result li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.introduction .result li:nth-of-type(1)::before {
  content: '①';
}
.introduction .result li:nth-of-type(2)::before {
  content: '②';
}
.introduction .result li:nth-of-type(3)::before {
  content: '③';
}
.introduction .result li:nth-of-type(4)::before {
  content: '④';
}
.member,
.coach {
  width: 890px;
  margin: 20px auto 0;
  display: table;
  border-collapse: collapse;
}
.member .row,
.coach .row {
  display: table-row;
}
.member .data,
.coach .data {
  display: table-cell;
  width: 50%;
  border: solid 1px #000;
  vertical-align: middle;
}
.member .data.title,
.coach .data.title {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.member .data.title {
  background-image: url(../../img/coach_interview1/bgMemberTitle@2x.png);
}
.coach .data.title {
  background-image: url(../../img/coach_interview1/bgCoachTitle@2x.png);
}
.member .data.title h3,
.coach .data.title h3 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: .05em;
}
.member .data.title h3 small,
.coach .data.title h3 small {
  position: absolute;
  left: 50%;
  bottom: -1.5em;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  font-size: 10px;
  color: #FFF;
}
.member .photo,
.coach .photo {
  position: relative;
  float: left;
  width: 100px;
}
.member .photo::after,
.coach .photo::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  border-color: transparent #ffffff transparent transparent;
}
.member .info,
.coach .info {
  float: right;
  display: table;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  min-height: 100px;
}
.member .infoInner,
.coach .infoInner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  min-height: 100px;
  padding: 7px 15px 7px 20px;
  box-sizing: border-box;
}
.member .infoInner h4,
.coach .infoInner h4 {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding-left: 12px;
  line-height: 1;
}
.member .infoInner h4::before,
.coach .infoInner h4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 14px;
  background-color: #d32d26;
}
.member .infoInner .position,
.coach .infoInner .position {
  font-size: 12px;
  line-height: 1.3;
  margin: .4em 0 0;
}
.member .infoInner .position span,
.coach .infoInner .position span {
  display: block;
}
.member .infoInner .name,
.coach .infoInner .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: .3em 0 0;
}
.section {
  position: relative;
  width: 700px;
  margin: 40px auto 0;
  padding-top: 100px;
  clear: both;
}
.section::before {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-image: url(../../img/coach_interview1/bgSectionNumber@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#number01.section::before {
  content: '1';
}
#number02.section::before {
  content: '2';
}
#number03.section::before {
  content: '3';
}
#number04.section::before {
  content: '4';
}
#number05.section::before {
  content: '5';
}
#number06.section::before {
  content: '6';
}
#number07.section::before {
  content: '7';
}
#number08.section::before {
  content: '8';
}
#number09.section::before {
  content: '9';
}
#number10.section::before {
  content: '10';
}
#number11.section::before {
  content: '11';
}
#number12.section::before {
  content: '12';
}
.section h2 {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #d32d26;
  text-align: center;
}
.section .photo {
  width: 300px;
  margin-bottom: 40px;
}
.section .photo.left {
  float: left;
  margin-right: 25px;
}
.section .photo.right {
  float: right;
  margin-left: 25px;
}
.moderator {
  margin: 40px 0;
  background-color: #e5e5e5;
  display: table;
  width: 100%;
}
.moderator dt,
.moderator dd {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.7;
}
.moderator dt {
  position: relative;
  white-space: nowrap;
  font-weight: normal;
  padding: 15px 20px 15px 25px;
  width: 100px;
  box-sizing: border-box;
}
.moderator dt span {
  margin-right: .3em;
}
.moderator dt small {
  font-size: 14px;
}
.moderator dt::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  width: 9px;
  height: 14px;
  background-image: url(../../img/coach_interview1/imgSpeechBalloon@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.moderator dd {
  padding: 15px 0;
}
.moderator dd span {
  display: block;
  margin: 0;
  padding: 5px 25px;
  border-left: solid 1px #000;
}
.remark {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 2;
}
.remark dt {
  display: inline-block;
  background-color: #666;
  color: #FFF;
  font-weight: normal;
  margin-right: .5em;
  padding: 0 .5em;
  line-height: 1.6;
}
.remark dt span {
  margin-right: .3em;
}
.remark dd {
  display: inline;
}
.remark dd strong {
  color: #d32d26;
  font-weight: bold;
}
#number05 .photo.left + .remark,
#number08 .photo.left + .remark,
#number08 .photo.left + .remark + .remark,
#number09 .photo.left + .remark,
#number09 .photo.left + .remark + .remark,
#number10 .photo.left + .remark,
#number10 .photo.left + .remark + .remark {
  width: 375px;
  float: left;
}
.btnContact{
	width:80%;
	margin:20px auto 30px auto;}

.btnContact img:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
	}

@media screen and (max-width:767px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #second {
    padding: 60px 0 10px;
  }
  .cover {
    width: 100%;
    margin: 0;
  }
  .introduction {
    margin-top: 20px;
    padding: 30px 15px 40px;
  }
  .introduction h2 {
    padding-bottom: 10px;
  }
  .introduction p {
    margin: 20px 0 0;
    text-align: left;
  }
  .introduction .result {
    width: 90%;
    margin: 30px auto 0;
  }
  .introduction .result h3 {
    font-size: 16px;
  }
  .member,
  .coach {
    width: auto;
    margin: 20px 15px 0;
    display: block;
  }
  .member .row,
  .coach .row {
    display: block;
  }
  .member .data,
  .coach .data {
    display: block;
    width: 100%;
    overflow: hidden;
    border-width: 0 1px 1px;
  }
  .member .data.title,
  .coach .data.title {
    padding: 1em 0;
    border-width: 1px;
  }
  .member .data.title h3 small,
  .coach .data.title h3 small {
    bottom: -.9em;
  }
  .member .infoInner,
  .coach .infoInner {
    padding: 0 9px;
  }
  .member .infoInner h4,
  .coach .infoInner h4 {
    font-size: 13px;
    padding-left: 10px;
    line-height: 1.3;
  }
  .member .infoInner h4::before,
  .coach .infoInner h4::before {
    height: 13px;
  }
  .member .infoInner .position,
  .coach .infoInner .position {
    font-size: 10px;
    margin: .4em 0 0;
  }
  .member .infoInner .name,
  .coach .infoInner .name {
    font-size: 14px;
    margin: .3em 0 0;
  }
  .section {
    width: auto;
    margin: 30px 15px 0;
    padding-top: 70px;
  }
  .section::before {
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .section h2 {
    font-size: 6vw;
    line-height: 1.4;
  }
  .section .photo,
  .section .photo.left,
  .section .photo.right {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
    float: none;
  }
  .moderator {
    margin: 20px 0;
  }
  .moderator dt,
  .moderator dd {
    vertical-align: top;
    line-height: 1.6;
  }
  .moderator dt {
    white-space: nowrap;
    padding: 20px 17px 20px 10px;
    width: auto;
  }
  .moderator dt small {
    display: block;
    font-size: 10px;
    margin-left: -.7em;
  }
  .moderator:first-child dt {
    white-space: normal;
  }
  .moderator dt::after {
    top: 1.7em;
    transform: translateY(0);
  }
  .moderator dd {
    padding: 10px 0;
  }
  .moderator dd span {
    padding: 10px 12px;
  }
  .remark {
    margin-bottom: 20px;
  }
  #number05 .photo.left + .remark,
  #number08 .photo.left + .remark,
  #number08 .photo.left + .remark + .remark,
  #number09 .photo.left + .remark,
  #number09 .photo.left + .remark + .remark,
  #number10 .photo.left + .remark,
  #number10 .photo.left + .remark + .remark {
    width: auto;
    float: none;
  }
.btnContact{
	width:100%;
	margin:10px auto;}
}