@media all and (max-width: 960px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media all and (max-width: 960px) {
    .sp {
      display: block; } }

/************************************************/
main {
  display: block;
  width: 100%;
  margin: 0px auto 0;
  box-sizing: border-box; }
  main a {
    text-decoration: none; }

.contentstop {
  background: url("../images/interview/people1_mv.jpg") no-repeat center center;
  background-size: cover;
  height: 700px;
  height: 500px;
  position: relative; }
  .people2 .contentstop {
    background: url("../images/interview/people2_mv.jpg") no-repeat center center;
    background-size: cover; }
    @media all and (max-width: 960px) {
      .people2 .contentstop {
        background: url("../images/interview/people2_mv_t.jpg") no-repeat center center;
        background-size: cover; } }
  @media all and (max-width: 960px) {
    .contentstop {
      background: url("../images/interview/people1_mv_t.jpg") no-repeat center center;
      background-size: cover;
      height: 500px; } }
  @media all and (max-width: 960px) {
    .contentstop {
      margin-bottom: 190px; } }
  .contentstop .wrapper {
    position: relative;
    top: calc( 50% - 50px );
    left: 43%;
    z-index: 2;
    transform: translateY(-50%); }
    .people2 .contentstop .wrapper {
      top: calc( 50% - 20px );
      left: 20%; }
    .contentstop .wrapper h1 {
      width: 120px;
      color: #fff;
      font-size: 3rem;
      font-weight: 300; }
      @media all and (max-width: 960px) {
        .contentstop .wrapper h1 {
          margin-left: 25px; } }
    .contentstop .wrapper p {
      color: #fff;
      font-size: 4.4rem;
      font-weight: 600;
      line-height: 1.8;
      letter-spacing: 0.1em; }
      @media all and (max-width: 960px) {
        .contentstop .wrapper p {
          font-size: calc(100vw * 50 / 960 );
          margin-left: 25px; } }
    @media all and (max-width: 960px) {
      .contentstop .wrapper {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0px;
        transform: translateY(0);
        padding-bottom: 25px;
        width: 100%;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
        .people2 .contentstop .wrapper {
          top: auto;
          left: 0;
          padding-bottom: 25px; } }
  .contentstop .info {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 270px;
    height: 270px;
    border-radius: 0  100% 0 0;
    background: #029ce5;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center; }
    .engineer2 .contentstop .info {
      background: #029ce5; }
    @media all and (max-width: 960px) {
      .contentstop .info {
        border-radius: 0;
        width: 100%;
        height: 170px;
        bottom: -170px; }
        .contentstop .info > div {
          display: flex; } }
    .contentstop .info p {
      margin: 0px 0 0 25px; }
      .contentstop .info p span {
        display: block;
        line-height: 1; }
        .contentstop .info p span.type {
          font-size: 2.7rem;
          letter-spacing: 0.08em;
          font-weight: 600;
          margin-bottom: 5px;
          margin-top: 20px; }
          @media all and (max-width: 960px) {
            .contentstop .info p span.type {
              margin-top: 0;
              font-size: 2rem; } }
        .contentstop .info p span.num {
          font-size: 5.5rem;
          margin-bottom: 20px;
          font-weight: 500;
          letter-spacing: 0.04em; }
        .contentstop .info p span.name {
          font-size: 2.0rem;
          font-weight: 500;
          margin-bottom: 15px;
          letter-spacing: 0.1em; }
        .contentstop .info p span.job {
          font-size: 1.4rem;
          letter-spacing: 0.1em;
          margin-bottom: 10px; }
        .contentstop .info p span.year {
          font-size: 1.4rem;
          letter-spacing: 0.1em; }
        .contentstop .info p span.note {
          font-size: 1.0rem;
          margin-top: 15px; }
  .contentstop .engineertxt {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: auto;
    color: #fff;
    line-height: 1;
    font-size: 8rem;
    font-weight: 100;
    bottom: -10px;
    right: 0px; }
    @media all and (max-width: 960px) {
      .contentstop .engineertxt {
        font-size: 5rem;
        transform: rotate(-90deg);
        transform-origin: bottom left;
        width: 350px;
        right: -350px;
        line-height: 0.8;
        bottom: -2px;
        z-index: 2;
        overflow: hidden; } }

.pagenav .container {
  max-width: 1000px;
  margin: 70px auto;
  padding: 0 25px; }
  .pagenav .container section:nth-child(2) {
    display: none;
    margin-top: 30px; }
    @media all and (max-width: 960px) {
      .pagenav .container section:nth-child(2) {
        display: block; } }
  .pagenav .container h1 {
    color: #029ce5;
    font-size: 1.8rem;
    margin-bottom: 10px; }
    .engineer2 .pagenav .container h1 {
      color: #029ce5; }
    @media all and (max-width: 960px) {
      .pagenav .container h1 {
        font-size: 1.6rem; } }
  .pagenav .container ul {
    max-width: 800px;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .pagenav .container ul li {
      font-size: 2rem;
      font-weight: 500;
      width: 350px;
      margin-bottom: 10px; }
      @media all and (max-width: 960px) {
        .pagenav .container ul li {
          font-size: 1.6rem;
          width: 100%; } }
      .pagenav .container ul li a {
        color: #029ce5;
        border-bottom: 1px #029ce5 solid;
        transition: all .2s ease-in-out; }
        .engineer2 .pagenav .container ul li a {
          color: #029ce5;
          border-bottom: 1px #029ce5 solid; }
        .pagenav .container ul li a:hover {
          opacity: 0.5; }

.contentsmain .container {
  max-width: 1000px;
  margin: auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  background: url("../images/process/contents_bg2.svg") repeat-y left 100px top 0px;
  background-attachment: fixed;
  background-size: 680px auto;
  background-size: 500px auto;
  background-position: center 50px; }
  @media all and (max-width: 960px) {
    .contentsmain .container {
      display: block;
      background: url("../images/process/contents_bg2.svg") repeat-y right top;
      background-size: 80% auto; } }

.interview {
  width: calc( 100% - 480px ); }
  @media all and (max-width: 960px) {
    .interview {
      width: 100%;
      padding-bottom: 10px; } }
  .interview > section {
    margin-bottom: 60px; }
    .interview > section h1 {
      font-size: 2.2rem;
      color: #029ce5;
      margin-bottom: 30px;
      position: relative;
      z-index: 1; }
      @media all and (max-width: 960px) {
        .interview > section h1 {
          font-size: 1.8rem;
          margin-bottom: 20px; } }
    .interview > section h2 {
      font-size: 2.4rem;
      margin-bottom: 30px;
      position: relative;
      z-index: 1; }
      @media all and (max-width: 960px) {
        .interview > section h2 {
          font-size: 2.2rem; } }
    .interview > section p {
      margin-bottom: 50px;
      position: relative;
      z-index: 1; }
    .interview > section#section03, .interview > section#section04 {
      margin: 0 calc(50% - 50vw) 60px 0;
      width: calc(100vw - 50px);
      max-width: calc(1000px - 25px);
      padding: 0 25px 0  0; }
      @media all and (max-width: 960px) {
        .interview > section#section03, .interview > section#section04 {
          margin: 0 0 60px;
          padding: 0;
          width: auto; } }
  .interview .imge1a {
    position: relative; }
    .interview .imge1a:before {
      content: '';
      display: block;
      width: 100%;
      height: 490px;
      background: #DDF5FF;
      position: absolute;
      top: 80px;
      left: calc( -100% + 245px ); }
      @media all and (max-width: 960px) {
        .interview .imge1a:before {
          left: -25px;
          width: 40%; } }
    .interview .imge1a img {
      max-width: 480px;
      width: 100%;
      position: relative;
      display: block;
      margin: auto;
      z-index: 1; }
      @media all and (max-width: 960px) {
        .interview .imge1a img {
          max-width: none;
          width: 100%; } }
  .interview .imgoverleft {
    width: 100vw;
    margin-left: calc( ( 100vw - 1000px ) / -2 );
    position: relative;
    margin-bottom: 100px; }
    @media all and (max-width: 960px) {
      .interview .imgoverleft {
        width: 100%;
        margin-left: 0; } }
    .interview .imgoverleft:before {
      content: '';
      display: block;
      height: 100%;
      width: 50%;
      background: #DDF5FF;
      position: absolute;
      top: 80px;
      right: 0;
      z-index: 0; }
      @media all and (max-width: 960px) {
        .interview .imgoverleft:before {
          left: auto;
          right: -25px;
          width: 50%; } }
    .interview .imgoverleft img {
      width: 80vw;
      max-width: 900px;
      margin: auto;
      display: block;
      position: relative;
      z-index: 2; }
      @media all and (max-width: 960px) {
        .interview .imgoverleft img {
          width: 100%; } }
  .interview .imgoverright {
    width: 100vw;
    margin-left: calc( ( 100vw - 1000px ) / -2 );
    position: relative;
    margin-bottom: 100px; }
    @media all and (max-width: 1050px) {
      .interview .imgoverright {
        width: calc( 100% + 25px );
        margin-left: -25px; } }
    @media all and (max-width: 960px) {
      .interview .imgoverright {
        width: 100%;
        margin-left: 0; } }
    .interview .imgoverright:before {
      content: '';
      display: block;
      height: 100%;
      width: 70%;
      background: #DDF5FF;
      position: absolute;
      top: 80px;
      left: 0px;
      z-index: 0; }
      @media all and (max-width: 960px) {
        .interview .imgoverright:before {
          right: auto;
          left: -25px;
          width: 70%; } }
    .interview .imgoverright img {
      width: 80vw;
      max-width: 900px;
      margin: auto;
      display: block;
      position: relative;
      z-index: 2; }
      @media all and (max-width: 960px) {
        .interview .imgoverright img {
          width: 100%; } }
  .interview .imge1b {
    position: relative;
    height: calc( ( 59.3vw * 0.497 ) );
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.1); }
    @media all and (max-width: 960px) {
      .interview .imge1b {
        height: auto; } }
    .interview .imge1b:before {
      content: '';
      display: block;
      width: 150%;
      height: 490px;
      background: #DDF5FF;
      position: absolute;
      top: 80px;
      left: calc( 100% - 245px ); }
      @media all and (max-width: 960px) {
        .interview .imge1b:before {
          left: auto;
          right: -25px;
          width: 50%; } }
    .interview .imge1b:after {
      content: '';
      display: block;
      width: 59.3vw;
      min-width: 100%;
      height: calc( 59.3vw * 0.497 );
      background: #f00;
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 1;
      background: url("../images/interview/people1_p2.jpg") no-repeat center top;
      background-size: cover; }
      .people2 .interview .imge1b:after {
        background: url("../images/interview/people2_p2.jpg") no-repeat center top;
        background-size: cover; }
      @media all and (max-width: 960px) {
        .interview .imge1b:after {
          content: none; } }
    .interview .imge1b img {
      display: block;
      margin: auto;
      opacity: 0; }
      @media all and (max-width: 960px) {
        .interview .imge1b img {
          opacity: 1;
          width: 100%;
          position: relative;
          z-index: 1; } }
  .interview .imge1c {
    position: relative; }
    .interview .imge1c:before {
      content: '';
      display: block;
      width: 100%;
      height: 490px;
      background: #DDF5FF;
      position: absolute;
      top: 135px;
      left: calc( -100% + 380px ); }
      @media all and (max-width: 960px) {
        .interview .imge1c:before {
          left: -25px;
          width: calc( 380px + 25px );
          width: 50%; } }
    .interview .imge1c img {
      max-width: 480px;
      width: 100%;
      position: relative;
      display: block;
      margin: 0 0 0 auto;
      z-index: 1; }
      @media all and (max-width: 960px) {
        .interview .imge1c img {
          max-width: none;
          width: 100%; } }
  .interview .imge1d {
    position: relative; }
    .interview .imge1d:before {
      content: '';
      display: block;
      width: 100%;
      height: 490px;
      background: #DDF5FF;
      position: absolute;
      top: 135px;
      left: calc( -100% + 380px ); }
      @media all and (max-width: 960px) {
        .interview .imge1d:before {
          left: -25px;
          width: calc( 380px + 25px );
          width: 50%; } }
    .interview .imge1d img {
      max-width: 750px;
      width: 100%;
      position: relative;
      display: block;
      margin: 0  0 0 auto;
      right: calc( 0 - 25px );
      z-index: 1; }
      @media all and (max-width: 960px) {
        .interview .imge1d img {
          max-width: none;
          width: 100%; } }

.column {
  width: 425px; }
  @media all and (max-width: 960px) {
    .column {
      width: 100%; } }
  @media all and (max-width: 960px) {
    .column > div {
      padding-top: 15px; } }
  .column > div section {
    background: #f1f5f8;
    box-sizing: border-box;
    padding: 40px;
    margin-bottom: 80px;
    position: relative; }
    @media all and (max-width: 960px) {
      .column > div section {
        padding: 30px 25px; } }
    .column > div section:before {
      content: '';
      display: block;
      width: 127px;
      height: 127px;
      background: url("../images/interview/r_env.svg") no-repeat left top;
      background-size: 127px auto;
      position: absolute;
      top: -14px;
      right: -14px; }
  .column > div h1 {
    color: #029ce5;
    font-size: 2rem;
    margin-bottom: 10px; }
    @media all and (max-width: 960px) {
      .column > div h1 {
        font-size: 1.8rem; } }
  .column > div img {
    display: block;
    width: 100%; }
  .column .env > section {
    /*	&:first-child{
    		padding-bottom: 30px;
    		border-bottom: 1px $color_i1a dashed;
    		.engineer2 &{
    			border-color: $color_i2a;
    		}
    	}
    	&:not(:last-child){
    		margin-bottom: 30px;
    		
    	}
    	> section{}
    	*/ }
  .column .env h1 {
    color: #029ce5;
    font-size: 2rem;
    margin-bottom: 10px; }
    @media all and (max-width: 960px) {
      .column .env h1 {
        font-size: 1.8rem; } }
  .column .env h2 {
    font-size: 2.4rem;
    margin-bottom: 20px; }
    @media all and (max-width: 960px) {
      .column .env h2 {
        font-size: 2rem; } }
  .column .env p + img {
    margin-top: 20px; }
  .column .env img + p {
    margin-top: 20px; }
  .column .message section:before {
    background: url("../images/interview/r_message.svg") no-repeat left top; }
  .column .good section:before {
    background: url("../images/interview/r_good.svg") no-repeat left top; }
  .column .good section ul {
    list-style: none; }
    .column .good section ul li {
      background: url("../images/interview/icon_good.svg") no-repeat left top 5px;
      background-size: 20px auto;
      margin: 0 0 15px 0px;
      padding-left: 30px; }
  .column .good section img {
    display: block;
    margin: 10px 0 15px; }
