@charset "utf-8";

:root {
  --white :#fff;
  --orange: #f5a00a;
  --d-orange: #f58c0a;
  --d-gray: #464646;
  --interview-bg: #f8f8f8;
  --icon-radius-m: 8px;
  --icon-radius-s: 7px;
  --text-radius: 4px;
}

body {color: var(--d-gray);}

.container {
  padding-top: 40px;
  padding-bottom: 80px;
  background: transparent;
}


.interview-head {
  display: grid;
  grid-template-columns: 47.463% 52.537%;
  margin: 0 auto 60px;
  max-width: 1340px;
}

@media screen and (max-width: 1340px) {

  .interview-head {
    padding: 0 0 0 30px;
  }

}

.head-tx {
  margin-top: 8%;
}

.head-tx h1 {
  margin-bottom: 34px;
  font-size: calc(25px + 5*(100vw - 1340px)/572);
}

.head-tx h1 > span {
  font-size: calc(19px + 3*(100vw - 1340px)/572);
}

.head-tx h1 > span.icon {
  display: inline-block;
  margin: 0 7px 0 5px;
  line-height: .8;
  max-width: 80px;
}

.title {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 15px 6px;
  color: var(--white);
  font-size: 17px !important;
  line-height: 1;
  background: var(--orange);
  border-radius: var(--text-radius);
}

.head-tx > p {
  font-size: calc(17px + 2*(100vw - 1340px)/540);
  line-height: 1.8;
}

.head-img img {
  width: 100%;
  max-width: 704px;
  border-radius: 10px;
}

.panel {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 1040px;
}

.panel,.panel > article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.panel > article {
  max-width: 48.0769%;/*500px*/
}

.panel > article img {
  margin-top: 0.3em;
  margin-right: 15px;
  max-width: 120px;
  border-radius: var(--icon-radius-m);
}

.panel > article > div {
  max-width: 380px;
}

h2.panelist {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
}

h2.panelist span {
  font-size: 12px;
}

h2.panelist span.occ {
  display: block;
  color: var(--orange);
}

.career {
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}

.career a {text-decoration: underline;}


@media screen and (max-width: 1040px) {

  .panel {
    width: calc(100% - 60px);
  }

}


.interview-body {
  padding: 70px 0;
  width: 100%;
  background: var(--interview-bg);
}

.interview-body > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
}

.side-navi {
  position: sticky;
  top: 98px;
  margin-bottom: 38px;
}

.side-navi h3,.sp-page-title {
  display: inline-block;
  margin-bottom: 32px;
  padding: 18px 16px;
  color: var(--white);
  font-size: 17px;
  background: var(--orange);
  line-height: 0;
  border-radius: var(--text-radius);
}

.sp-page-title {display: none;}

.side-navi ul li {
  position: relative;
  margin-left: 26px;
  line-height: 2;
}

.side-navi ul li::before {
  content: "1";
  position: absolute;
  top: 9px;
  left: -26px;
  width: 19px;
  height: 19px;
  font-size: 12px;
  color: var(--white);
  line-height: 1.5;
  text-align: center;
  background: var(--d-orange);
  border-radius: 2px;
  display: inline-block;
}

.side-navi ul li:nth-of-type(2)::before {content: "2";}
.side-navi ul li:nth-of-type(3)::before {content: "3";}
.side-navi ul li:nth-of-type(4)::before {content: "4";}
.side-navi ul li:nth-of-type(5)::before {content: "5";}
.side-navi ul li:nth-of-type(6)::before {content: "6";}
.side-navi ul li:nth-of-type(7)::before {content: "7";}
.side-navi ul li:nth-of-type(8)::before {content: "8";}

.side-navi ul li a {
  font-size: 14px;
  transition: 0.4s all;
}

.side-navi ul li a:hover {
  text-decoration: underline;
}

.interview-body__main {
  width: 66.66667%;
  max-width: 720px;
}

.interview-body__main > h4 {
  margin-bottom: 38px;
  padding-top: 24px;
  font-size: 21px;
}

.interview-body__main > h4:first-of-type {
  padding-top: 0;
}

  .w600-br {display: none;}

.interview-body__main > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3.47222%;
  background: var(--white);
  border-radius: var(--icon-radius-s);
}

.interview-body__main > p,
.interview-body__main > div {
  margin-bottom: 38px;
}

.interview-body__main > div img {
  max-width: 70px;
  border-radius: var(--icon-radius-s);
}

.interview-body__main > div p {
  margin-top: -0.3em;
  width: 87.1641%;
  max-width: 584px;
}

.interview-body__main > p,
.interview-body__main > div p {
  font-size: 14px;
  line-height: 1.9;
  text-align: justify;
}

.interview-body__main > p span,
.interview-body__main > div p span {
  color: var(--d-orange);
}

.interview-body__main > p a {
  text-decoration: underline;
}

.page-link {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 38px;
  width: 100%;
}

.page-link a {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  padding: 18px 14px 19px 42px;
  color: var(--white);
  font-size: 17px;
  line-height: 0;
  background: var(--orange);
  border-radius: var(--text-radius);
  transition: all 0.4s;
}

.page-link a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 14px;
  background: url(../images/interview/arrow.svg)no-repeat;
  width: 20px;
  height: 16px;
}

.page-link a:hover {background: var(--d-orange);}


@media screen and (max-width: 768px) {

  .interview-head {grid-template-columns: 60% 40%;}

  .title {
    margin-bottom: 12px;
    padding: 6px 12px 5px;
    font-size: 14px !important;
  }
  
  .head-tx {margin-top: 0;}
  .head-tx h1 {
    margin-bottom: 16px;
  }  
  
  .head-tx h1 > span.icon {
    margin: 0 7px 0 5px;
    line-height: .8;
    max-width: 18px;
  }  
    
  .head-tx > p {font-size: 14px;}
  
  .panel {
    flex-direction: column; 
    align-items: center;
  }
  
  .panel > article {max-width: 600px;}
  
  .panel > article:first-of-type {
    margin-bottom: 20px;
  }

  .panel > article img {
    width: 16.6667%;
    max-width: 100px;
  }
  
  .panel > article > div {max-width: 485px;}
  
  .interview-body > div {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
  }
  
  .side-navi {
    position: static;
    margin-bottom: 38px;
  }

  .side-navi > h3 {display: none;}
  
  .side-navi > ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 640px;
  }
  
  .side-navi > ul li {
    margin-right: 0.7em;
    line-height: 2.4;
  }
  
  .sp-page-title {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 15px;
  }

  .interview-body__main {
    width: 100%;
    max-width: 640px;
  }

  .interview-body__main > h4 {
    margin-bottom: 30px;
    padding-top: 18px;
    font-size: 20px;
  }

  .interview-body__main > div img {max-width: 60px;}
  .interview-body__main > div p {max-width: 510px;}
  
  .interview-body__main > p,
  .interview-body__main > div {
    margin-bottom: 28px;
  }

}

@media screen and (max-width: 600px) {

  .container {padding-top: 24px;}

  .interview-head {
    padding: 0;
    width: 90%;
    grid-template-columns: 100%;
  }
  
  .head-tx h1 {font-size: 20px;}
  .head-tx > p {margin-bottom: 20px;}
  
  .panel {margin-bottom: 64px;}
  .panel > article img {width: 25.3968%;}
  .panel > article > div {width: 71.428571%;}

  h2.panelist {font-size: 14px;}
  h2.panelist span {font-size: 11px;}

  .side-navi > ul {
    margin: 0 auto;
    width: calc(100% - 60px);
  }
  
  .interview-body {padding: 38px 0;}

  .interview-body__main {
    width: calc(100% - 60px);
  }
  
  .interview-body__main > h4 {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.6;
  }
  
  .w600-br {display: inline;}
  
  .interview-body__main > div {
    padding: 18px;
  }
  
  .interview-body__main > p,
  .interview-body__main > div {
    margin-bottom: 22px;
  }

  .interview-body__main > div p {width: 74.55197%;}
  
  .page-link a {font-size: 15px;}


}