<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#interview_detail {
  padding-bottom: 160px; }
  #interview_detail .main_msg {
    text-align: left;
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    line-height: 1.5; }
  #interview_detail .profile {
    font-size: 0;
    padding: 20px 0 30px; }
    #interview_detail .profile li {
      display: inline-block;
      letter-spacing: 0.05em; }
      #interview_detail .profile li.tag {
        background-color: #EEEEEE;
        width: 50px;
        font-size: 9px;
        font-size: 0.9rem;
        text-align: center;
        line-height: 18px;
        height: 18px; }
      #interview_detail .profile li.name {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 1em; }
      #interview_detail .profile li.start {
        font-size: 12px;
        font-size: 1.2rem;
        color: #757575; }
  #interview_detail .img.img_pdn {
    padding-bottom: 60px; }
  #interview_detail .img.img_first {
    padding-bottom: 30px; }
  #interview_detail .movie {
    padding-bottom: 55px; }
    #interview_detail .movie .movie_inner {
      width: 700px;
      height: 400px;
      position: relative;
      margin: 0 auto; }
    #interview_detail .movie iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  #interview_detail .interview_block {
    padding-bottom: 50px; }
    #interview_detail .interview_block:last-of-type {
      padding-bottom: 140px; }
    #interview_detail .interview_block h2 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5;
      text-align: center;
      font-weight: bold;
      padding-bottom: 50px; }
    #interview_detail .interview_block h3 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.66;
      font-weight: bold;
      position: relative;
      padding-top: 60px;
      padding-bottom: 25px;
      text-align: center; }
      #interview_detail .interview_block h3:before {
        content: "";
        width: 1px;
        height: 50px;
        background-color: #707070;
        position: absolute;
        top: 0;
        left: 50%; }
    #interview_detail .interview_block p {
      line-height: 1.7;
      padding-bottom: 1.8em; }
    #interview_detail .interview_block p + .img {
      padding-top: 30px; }
  #interview_detail .schedule {
    background-color: #eeeeee;
    padding: 45px 50px; }
    #interview_detail .schedule h3 {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1;
      padding-bottom: 25px; }
    #interview_detail .schedule dl {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #BBBBBB;
      padding: 10px 0; }
      #interview_detail .schedule dl:last-of-type {
        border: none; }
      #interview_detail .schedule dl dt {
        width: 90px;
        text-align: right; }
      #interview_detail .schedule dl dd {
        width: calc(100% - 90px);
        padding-left: 50px; }
  #interview_detail .sns_block {
    padding: 55px 0 100px; }
    #interview_detail .sns_block ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
      #interview_detail .sns_block ul li + li {
        margin-left: 15px; }
       #interview_detail .sns_block ul li img {
	   	width: 115px;
	   	height: auto; }

@media screen and (max-width: 750px) {
.l-contents {
    padding: 0;
}
  #interview_detail {
    padding-bottom: calc(250 / 750 * 100vw); }
    #interview_detail .main_msg {
      font-size: calc(32 / 750 * 100vw);
      padding-left: calc(30 / 750 * 100vw);
      padding-right: calc(30 / 750 * 100vw); }
    #interview_detail .profile {
      padding: calc(25 / 750 * 100vw) calc(30 / 750 * 100vw) calc(35 / 750 * 100vw); }
      #interview_detail .profile li {
        display: inline-block;
        letter-spacing: 0.05em; }
        #interview_detail .profile li.tag {
          width: calc(100 / 750 * 100vw);
          font-size: calc(18 / 750 * 100vw);
          line-height: calc(36 / 750 * 100vw);
          height: calc(36 / 750 * 100vw); }
        #interview_detail .profile li.name {
          font-size: calc(24 / 750 * 100vw);
          padding: 0 1em; }
        #interview_detail .profile li.start {
          font-size: calc(20 / 750 * 100vw);
          padding-top: calc(20 / 750 * 100vw);
          display: block; }
    #interview_detail .img.img_pdn {
      padding-bottom: calc(120 / 750 * 100vw); }
    #interview_detail .img.img_first {
      padding-bottom: calc(40 / 750 * 100vw); }
    #interview_detail .movie {
      padding-bottom: calc(80 / 750 * 100vw); }
      #interview_detail .movie .movie_inner {
        width: calc(600 / 750 * 100vw);
        height: calc(340 / 750 * 100vw); }
    #interview_detail .interview_block {
      padding-bottom: calc(80 / 750 * 100vw); }
      #interview_detail .interview_block:last-of-type {
        padding-bottom: calc(210 / 750 * 100vw); }
      #interview_detail .interview_block h2 {
        font-size: calc(36 / 750 * 100vw);
        padding-bottom: calc(7 / 750 * 100vw);
        padding-left: calc(30 / 750 * 100vw);
        padding-right: calc(30 / 750 * 100vw); }
      #interview_detail .interview_block h3 {
        font-size: calc(32 / 750 * 100vw);
        line-height: 1.5;
        padding-top: calc(120 / 750 * 100vw);
        padding-bottom: calc(35 / 750 * 100vw);
        padding-left: calc(30 / 750 * 100vw);
        padding-right: calc(30 / 750 * 100vw); }
        #interview_detail .interview_block h3:before {
          height: calc(100 / 750 * 100vw); }
      #interview_detail .interview_block p {
        line-height: 1.7;
        padding-bottom: 1.8em;
        padding-left: calc(30 / 750 * 100vw);
        padding-right: calc(30 / 750 * 100vw); }
      #interview_detail .interview_block p + .img {
        padding-top: calc(50 / 750 * 100vw); }
    #interview_detail .schedule {
      padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
      width: 92vw;
      margin: 0 auto; }
      #interview_detail .schedule h3 {
        font-size: calc(28 / 750 * 100vw);
        padding-bottom: calc(40 / 750 * 100vw); }
      #interview_detail .schedule dl {
        border-bottom: 1px solid #BBBBBB;
        padding: calc(10 / 750 * 100vw) 0;
        font-size: calc(24 / 750 * 100vw);
        line-height: 1.5; }
        #interview_detail .schedule dl dt {
          width: 10.6vw; }
        #interview_detail .schedule dl dd {
          width: calc(100% - 10.6vw);
          padding-left: calc(40 / 750 * 100vw); }
    #interview_detail .sns_block {
      padding: calc(70 / 750 * 100vw) 0 calc(190 / 750 * 100vw); }
      #interview_detail .sns_block ul li + li {
        margin-left: calc(30 / 750 * 100vw); }
      #interview_detail .sns_block ul img {
        width: calc(210 / 750 * 100vw); } }
</pre></body></html>