@charset "UTF-8";
/***********************共通設定************************/
/*----------------------------------------------------
main
----------------------------------------------------*/
main {
  margin-top: 10px;
  /* 751- */
}
main .talkLead {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 2.14;
}
@media all and (min-width: 751px) {
  main {
    margin-top: 0;
  }
  main .talkLead {
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 2.1875;
    letter-spacing: 0;
  }
}
main#individual .profile {
  margin-bottom: 0;
  background-image: url("../images/interview/talk/grad_sp.jpg");
  /* 751- */
}
@media all and (min-width: 751px) {
  main#individual .profile {
    background-image: url("../images/interview/talk/grad_pc.jpg");
  }
}
main .profile .member {
  /* -750 */
  /* -340 */
  /* 751- */
}
main .profile .member .name {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.039em;
  font-weight: 500;
}
main .profile .member .shoulder {
  margin-top: 0.16em;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.039em;
  font-weight: 500;
}
main .profile .member .text {
  margin-top: 0.8em;
  font-size: 14px;
  line-height: 2.14;
}
@media all and (max-width: 750px) {
  main .profile .member li {
    margin-top: 22px;
  }
  main .profile .member .spWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .profile .member .image {
    width: 100px;
    margin-right: 22px;
  }
  main .profile .member .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media all and (max-width: 340px) {
  main .profile .member .shoulder {
    line-height: 1.6;
  }
  main .profile .member .shoulder br.forSP {
    display: none;
  }
  main .profile .member .image {
    width: 80px;
    margin-right: 15px;
  }
  main .profile .member .text {
    line-height: 2;
  }
}
@media all and (min-width: 751px) {
  main .profile .member li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 22px;
  }
  main .profile .member .pcWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main .profile .member .spWrap {
    width: 266px;
    margin-right: 20px;
  }
  main .profile .member .info {
    letter-spacing: -0.4em;
  }
  main .profile .member .name {
    display: inline-block;
    font-size: 20px;
  }
  main .profile .member .shoulder {
    display: inline-block;
    font-size: 16px;
  }
  main .profile .member .text {
    margin-top: 0.6em;
    font-size: 14px;
    line-height: 2;
  }
}
main .section {
  margin-top: 80px;
  /* 751- */
}
main .section h2 {
  margin-top: 1.6em;
  font-size: 19px;
  line-height: 1.736;
  font-weight: 500;
}
main .section h3 {
  margin-top: 1.5em;
  font-size: 15px;
  line-height: 1.866;
  font-weight: 500;
  padding-left: 40px;
  background: url(../images/col_title_left.png) no-repeat left top 6px;
  background-size: 17px 17px;
  vertical-align: top;
}
main .section .text p {
  margin-top: 1.4em;
  font-size: 15px;
  line-height: 2.14;
}
main .section .text p em {
  font-weight: 500;
  font-style: normal;
}
@media all and (min-width: 751px) {
  main .section {
    margin-top: 115px;
  }
  main .section h2 {
    margin-top: 1.9em;
    font-size: 26px;
    line-height: 1.769;
  }
  main .section h3 {
    margin-top: 1.8em;
    font-size: 16px;
    line-height: 2.1875;
    padding-left: 50px;
    background-position: left top 8px;
    background-size: 20px 20px;
  }
  main .section .text p {
    margin-top: 1.8em;
    font-size: 16px;
    line-height: 2.1875;
  }
}
main .backBtn {
  margin-top: 60px;
  text-align: center;
  /* 751- */
}
@media all and (min-width: 751px) {
  main .backBtn {
    margin-top: 120px;
    text-align: left;
  }
}