@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@media all and (max-width: 960px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media all and (max-width: 960px) {
    .sp {
      display: block; } }

html {
  font-size: 62.5%;
  font-family: "Inter", "Zen Kaku Gothic New",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-weight: 400; }

body {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 54px; }
  body#top {
    min-height: calc( 100vh - 54px ); }
  @media all and (max-width: 960px) {
    body {
      font-size: 1.4rem; } }
  body#top {
    background: #009be4;
    background-size: auto; }
    body#top:before {
      content: "";
      display: block;
      width: 50%;
      height: 100vh;
      position: fixed;
      top: 0;
      right: 0;
      z-index: -1;
      background: #4aabc3; }
    body#top:after {
      content: "";
      display: block;
      width: 100%;
      height: 100vh;
      background: url("../images/top/bg.png") repeat-y center top;
      position: absolute;
      top: 0;
      right: 0; }

body.fixed {
  position: fixed;
  width: 100%; }

img {
  max-width: 100%;
  height: auto; }

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none; }
  @media all and (max-width: 960px) {
    a[href^="tel:"] {
      pointer-events: auto;
      text-decoration: underline; } }

/*******************************/
#header {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%; }

#logo {
  position: relative;
  z-index: 3;
  margin: 20px 0 0 20px;
  width: 119px; }
  @media all and (max-width: 960px) {
    #logo {
      width: 100px; } }
  #logo img {
    display: block; }

#pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1000; }

#pagetop a {
  display: block;
  width: 56px;
  height: 56px;
  transition: all .3s ease-in-out;
  border: 2px #009be4 solid;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 300; }
  #top #pagetop a {
    border: 2px #fff solid; }
    #top #pagetop a:before, #top #pagetop a:after {
      background-color: #fff; }
  #pagetop a:before, #pagetop a:after {
    content: '';
    display: block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: #009be4;
    border-radius: 2px;
    margin-top: -2px; }
  #pagetop a:before {
    transform: rotate(-45deg);
    left: 11px; }
  #pagetop a:after {
    transform: rotate(45deg);
    right: 11px; }
  #pagetop a:hover {
    opacity: 0.3; }

#nav {
  transition: all .2s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 101;
  transition: all .2s ease-in-out;
  width: 70px;
  height: 70px; }
  @media all and (max-width: 960px) {
    #nav {
      display: block; } }
  #nav.show {
    visibility: visible;
    opacity: 1; }
  @media all and (max-width: 960px) {
    #nav {
      visibility: visible;
      opacity: 1; } }
  #nav span {
    display: block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 21px;
    width: 30px;
    height: 2px;
    background-color: #009be4;
    border-radius: 2px; }
    #top #nav span {
      background-color: #fff; }
  #nav span:nth-of-type(1) {
    top: 22px; }
  #nav span:nth-of-type(2) {
    top: 32px; }
  #nav span:nth-of-type(3) {
    top: 42px; }
  #nav.active {
    background: none;
    display: block; }
    #nav.active span {
      background-color: #fff;
      box-shadow: none; }
    #nav.active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg); }
    #nav.active span:nth-of-type(2) {
      opacity: 0; }
    #nav.active span:nth-of-type(3) {
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg); }

#globalnav {
  position: absolute;
  top: 15px;
  right: 70px;
  z-index: 2; }
  @media all and (max-width: 960px) {
    #globalnav {
      display: none; } }
  #globalnav > ul {
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    z-index: 100; }
    #globalnav > ul > li {
      margin-left: 20px;
      transition: all .3s ease-in-out; }
      #globalnav > ul > li:nth-child(2) {
        background: #009be4; }
      #globalnav > ul > li a {
        display: block;
        border: 1px #fff solid;
        padding: 17px 25px;
        box-sizing: border-box;
        letter-spacing: 0.2em;
        line-height: 0;
        text-decoration: none;
        color: #fff; }
      #globalnav > ul > li:hover {
        background: #FFF; }
        #globalnav > ul > li:hover a {
          color: #009be4; }

#gnav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  color: #000;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: auto; }
  @media all and (max-width: 960px) {
    #gnav {
      display: block; } }
  #gnav > div {
    position: absolute;
    top: 0;
    right: 0;
    background: #009be4;
    height: 100%;
    width: 480px;
    color: #fff; }
    @media all and (max-width: 960px) {
      #gnav > div {
        width: 100%; } }
    #gnav > div a {
      color: #fff;
      text-decoration: none; }
    #gnav > div .container {
      margin: 100px 70px 0; }
      @media all and (max-width: 960px) {
        #gnav > div .container {
          margin: 100px 50px 0; } }
    #gnav > div section h1 {
      border-bottom: 1px #fff solid;
      padding-bottom: 10px;
      margin-bottom: 35px;
      font-size: 2.4rem;
      font-weight: normal; }
      @media all and (max-width: 960px) {
        #gnav > div section h1 {
          font-size: 2.2rem; } }
      #gnav > div section h1 a {
        transition: all .2s ease-in-out; }
        #gnav > div section h1 a:hover {
          opacity: 0.5; }
    #gnav > div section ul {
      margin-bottom: 40px; }
      #gnav > div section ul li {
        margin: 0 0 25px; }
        #gnav > div section ul li a {
          display: block;
          position: relative;
          padding-left: 18px;
          font-size: 2rem;
          line-height: 1;
          transition: all .2s ease-in-out; }
          #gnav > div section ul li a:before {
            content: "";
            position: absolute;
            top: 3px;
            left: -3px;
            width: 10px;
            height: 10px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            transform: rotate(45deg); }
          #gnav > div section ul li a:hover {
            opacity: 0.5; }
    #gnav > div ul.buttonlink {
      margin-bottom: 40px;
      line-height: 1;
      z-index: 100; }
      #gnav > div ul.buttonlink > li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        transition: all .3s ease-in-out; }
        #gnav > div ul.buttonlink > li a {
          display: block;
          border: 1px #fff solid;
          padding: 22px 25px;
          box-sizing: border-box;
          line-height: 0;
          letter-spacing: 0.2em; }
        #gnav > div ul.buttonlink > li:hover {
          background: #FFF; }
          #gnav > div ul.buttonlink > li:hover a {
            color: #009be4; }
    #gnav > div ul.sitelink li {
      margin-right: 20px;
      margin-bottom: 5px; }
      #gnav > div ul.sitelink li a {
        background: url("../images/icon_linknew.svg") no-repeat left center;
        background-size: 14px auto;
        padding-left: 20px;
        transition: all .2s ease-in-out; }
        #gnav > div ul.sitelink li a:hover {
          opacity: 0.5; }
  #gnav.active {
    opacity: 1;
    visibility: visible; }
    #gnav.active ul li {
      margin-right: 0px;
      opacity: 1; }

#footnav {
  display: none;
  padding: 10px 0 30px;
  position: relative;
  z-index: 1; }
  @media all and (max-width: 960px) {
    #footnav {
      display: block; } }
  #footnav > div {
    max-width: 500px;
    margin: auto;
    color: #fff; }
    #footnav > div a {
      color: #009be4;
      text-decoration: none; }
      #top #footnav > div a {
        color: #fff; }
    #footnav > div .container {
      margin: 40px 30px 30px; }
      #top #footnav > div .container {
        margin: 100px 30px 30px; }
    #footnav > div section h1 {
      border-bottom: 1px #009be4 solid;
      padding-bottom: 5px;
      margin-bottom: 20px;
      font-size: 1.8rem;
      font-weight: normal; }
      #top #footnav > div section h1 {
        border-bottom: 1px #fff solid; }
      #footnav > div section h1 a {
        transition: all .2s ease-in-out; }
        #footnav > div section h1 a:hover {
          opacity: 0.5; }
    #footnav > div section ul li {
      margin: 0 0 20px; }
      #footnav > div section ul li a {
        display: block;
        position: relative;
        padding-left: 12px;
        font-size: 1.6rem;
        line-height: 1;
        transition: all .2s ease-in-out; }
        #footnav > div section ul li a:before {
          content: "";
          position: absolute;
          top: 3px;
          left: -3px;
          width: 6px;
          height: 6px;
          border-top: 1px solid #009be4;
          border-right: 1px solid #009be4;
          transform: rotate(45deg); }
          #top #footnav > div section ul li a:before {
            border-color: #fff; }
        #footnav > div section ul li a:hover {
          opacity: 0.5; }
    #footnav > div ul.buttonlink {
      margin-bottom: 25px;
      line-height: 1;
      z-index: 100; }
      #footnav > div ul.buttonlink > li {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        transition: all .3s ease-in-out; }
        #footnav > div ul.buttonlink > li a {
          display: block;
          border: 1px #009be4 solid;
          background: #009be4;
          color: #fff;
          padding: 22px 25px;
          box-sizing: border-box;
          line-height: 0;
          letter-spacing: 0.2em; }
          #top #footnav > div ul.buttonlink > li a {
            border-color: #fff; }
        #footnav > div ul.buttonlink > li:hover {
          background: #FFF; }
          #footnav > div ul.buttonlink > li:hover a {
            color: #fff; }
    #footnav > div ul.sitelink li {
      margin-right: 20px;
      margin-bottom: 5px; }
      #footnav > div ul.sitelink li a {
        background: url("../images/icon_linknew2.svg") no-repeat left center;
        background-size: 14px auto;
        padding-left: 20px;
        transition: all .2s ease-in-out; }
        #top #footnav > div ul.sitelink li a {
          background: url("../images/icon_linknew.svg") no-repeat left center;
          background-size: 14px auto; }
        #footnav > div ul.sitelink li a:hover {
          opacity: 0.5; }

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #009be4;
  color: #fff;
  padding: 15px 0 0;
  box-sizing: border-box;
  height: 54px;
  width: 100%;
  transition: all 0.2s ease-in-out; }
  @media all and (max-width: 960px) {
    #footer {
      padding: 10px 0 10px;
      height: auto; } }
  #footer .container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between; }
  @media all and (max-width: 960px) {
    #footer nav {
      display: none; } }
  #footer nav a {
    color: #fff;
    text-decoration: none; }
  #footer nav ul {
    display: flex; }
    #footer nav ul li {
      margin-right: 20px;
      margin-bottom: 5px; }
      #footer nav ul li a {
        background: url("../images/icon_linknew.svg") no-repeat left center;
        background-size: 14px auto;
        padding-left: 20px;
        transition: all .2s ease-in-out; }
        #footer nav ul li a:hover {
          opacity: 0.5; }
  #footer p {
    font-size: 1.4rem;
    letter-spacing: 1px; }
    @media all and (max-width: 960px) {
      #footer p {
        font-size: 1.1rem; } }

/************************************************/
main {
  display: block;
  width: 100%;
  margin: 0px auto 0;
  box-sizing: border-box; }
  main a {
    text-decoration: none; }

.grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc( 680px + 120px );
  background: url("../images/top/bg_grid.svg") no-repeat center top 120px;
  mix-blend-mode: color-dodge;
  background-size: 680px auto;
  z-index: 1; }
  @media all and (max-width: 960px) {
    .grid {
      background-size: 90% auto;
      height: calc( 90vw + 120px ); } }
  @media all and (max-width: 520px) {
    .grid {
      background-size: 90% auto; } }

#mv {
  padding: 100px 25px 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
  @media all and (max-width: 960px) {
    #mv {
      padding-bottom: 0; } }
  #mv .copy img {
    display: block;
    margin: auto; }
    #mv .copy img:nth-child(1) {
      width: 830px;
      margin-bottom: 25px; }
    #mv .copy img:nth-child(2) {
      width: 490px;
      max-width: 85%; }
  #mv .bearing {
    max-width: 571px;
    margin: -66px auto 0; }
    @media all and (max-width: 960px) {
      #mv .bearing {
        margin: -44px auto 0;
        width: 420px; } }
    @media all and (max-width: 520px) {
      #mv .bearing {
        margin: -50px auto 0;
        width: auto; } }
  #mv ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 475px;
    left: 50%;
    padding: 0 25px;
    box-sizing: border-box;
    max-width: 1450px;
    width: 100%;
    transform: translate(-50%, -50%); }
    @media all and (max-width: 960px) {
      #mv ul {
        max-width: 820px;
        top: 400px; } }
    @media all and (max-width: 520px) {
      #mv ul {
        position: static;
        transform: translate(0, 0);
        padding: 0;
        margin-top: -50px; } }
    #mv ul li {
      list-style: none;
      width: 47%; }
      @media all and (max-width: 960px) {
        #mv ul li {
          max-width: 210px; } }
      #mv ul li a {
        display: block;
        padding: 100px 0;
        transition: all .3s ease-in-out; }
        @media all and (max-width: 960px) {
          #mv ul li a {
            padding: 0; } }
        #mv ul li a p {
          text-align: center;
          color: #fff;
          letter-spacing: 0.2em;
          margin-top: 10px; }
        #mv ul li a div {
          max-width: 210px;
          margin: auto; }
          #mv ul li a div img {
            display: block;
            border-radius: 50%;
            width: 100%;
            padding: 5px;
            border: 2px solid #fff;
            box-sizing: border-box;
            transform-origin: center center; }
        #mv ul li a:hover {
          transform: scale(1.1); }
          #mv ul li a:hover img {
            background: #fff; }
  #mv .lead {
    text-align: center;
    color: #fff;
    margin-top: 0px;
    padding: 0 25px;
    box-sizing: border-box;
    width: 100%; }
    @media all and (max-width: 960px) {
      #mv .lead {
        max-width: 580px;
        margin: 0px auto 0;
        padding: 0 40px;
        text-align: left; }
        #mv .lead br:not(:first-child) {
          display: none; } }
    @media all and (max-width: 520px) {
      #mv .lead {
        margin: 40px auto 0;
        padding: 0 10px; } }

.contentstop {
  background: url("../images/interview/eng1_mv.jpg") no-repeat center center;
  background-size: cover;
  height: 700px;
  position: relative; }
  .engineer2 .contentstop {
    background: url("../images/interview/eng2_mv.jpg") no-repeat center center;
    background-size: cover; }
    @media all and (max-width: 960px) {
      .engineer2 .contentstop {
        background: url("../images/interview/eng2_mv_s.jpg") no-repeat center center;
        background-size: cover; } }
  @media all and (max-width: 960px) {
    .contentstop {
      background: url("../images/interview/eng1_mv_s.jpg") no-repeat right -200px top -50px;
      background-size: auto 600px;
      height: 500px; } }
  @media all and (max-width: 960px) {
    .contentstop {
      margin-bottom: 220px; } }
  .contentstop .wrapper h1 {
    width: 120px;
    padding: 190px 0 20px;
    margin-left: 70px; }
    @media all and (max-width: 960px) {
      .contentstop .wrapper h1 {
        padding: 100px 0 20px;
        margin-left: 25px; } }
  .contentstop .wrapper p {
    color: #fff;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-left: 70px; }
    @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;
      left: 0;
      bottom: 0px;
      padding-bottom: 30px;
      width: 100%;
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } }
  .contentstop .info {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    border-radius: 0  100% 0 0;
    background: #a574af;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center; }
    .engineer2 .contentstop .info {
      background: #5bb5a1; }
    @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: 0.8rem;
          letter-spacing: 0.2em;
          margin-bottom: 5px; }
        .contentstop .info p span.num {
          font-size: 5.6rem;
          letter-spacing: 0;
          margin-bottom: 20px;
          font-weight: 500;
          letter-spacing: 0.08em; }
        .contentstop .info p span.name {
          font-size: 2.0rem;
          font-weight: 500;
          letter-spacing: 0.3em;
          margin-bottom: 15px; }
        .contentstop .info p span.job {
          font-size: 1.4rem;
          letter-spacing: 0.1em;
          margin-bottom: 10px; }
        .contentstop .info p span.faculty {
          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 .engineertxt {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 500px;
    line-height: 0; }
    @media all and (max-width: 960px) {
      .contentstop .engineertxt {
        transform: rotate(-90deg);
        transform-origin: bottom left;
        width: 300px;
        right: -300px;
        bottom: 2px; } }

.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: #a574af;
    font-size: 1.8rem;
    margin-bottom: 10px; }
    .engineer2 .pagenav .container h1 {
      color: #5bb5a1; }
    @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: #a574af;
        border-bottom: 1px #a574af solid;
        transition: all .2s ease-in-out; }
        .engineer2 .pagenav .container ul li a {
          color: #5bb5a1;
          border-bottom: 1px #5bb5a1 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/interview/grid.svg") no-repeat center center;
  background-attachment: fixed;
  background-size: 680px auto; }
  @media all and (max-width: 960px) {
    .contentsmain .container {
      display: block;
      background: none; } }

.interview {
  width: calc( 100% - 480px ); }
  @media all and (max-width: 960px) {
    .interview {
      width: 100%;
      background: url("../images/interview/grid_sp.svg") repeat-y center top;
      background-size: 90% auto;
      padding-bottom: 10px; } }
  .interview > section {
    margin-bottom: 60px; }
    .interview > section h1 {
      font-size: 2.2rem;
      color: #a574af;
      margin-bottom: 30px;
      position: relative;
      z-index: 1; }
      @media all and (max-width: 960px) {
        .interview > section h1 {
          font-size: 1.8rem;
          margin-bottom: 20px; } }
      .engineer2 .interview > section h1 {
        color: #5bb5a1; }
    .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 .imge1a {
    position: relative; }
    .interview .imge1a:before {
      content: '';
      display: block;
      width: 100%;
      height: 490px;
      background: #f1ebf4;
      position: absolute;
      top: 80px;
      left: calc( -100% + 245px ); }
      @media all and (max-width: 960px) {
        .interview .imge1a:before {
          left: -25px;
          width: 40%; } }
      .engineer2 .interview .imge1a:before {
        background: #eaf5f3; }
    .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 .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: #f1ebf4;
      position: absolute;
      top: 80px;
      left: calc( 100% - 245px ); }
      @media all and (max-width: 960px) {
        .interview .imge1b:before {
          left: auto;
          right: -25px;
          width: 50%; } }
      .engineer2 .interview .imge1b:before {
        background: #eaf5f3; }
    .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/eng1_i2.jpg") no-repeat center top;
      background-size: cover; }
      .engineer2 .interview .imge1b:after {
        background: url("../images/interview/eng2_i2.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: #f1ebf4;
      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%; } }
      .engineer2 .interview .imge1c:before {
        background: #eaf5f3; }
    .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%; } }

.column {
  width: 425px; }
  @media all and (max-width: 960px) {
    .column {
      width: 100%; } }
  .column > div {
    background: #f7f5f9;
    box-sizing: border-box;
    padding: 40px;
    margin-bottom: 40px;
    position: relative; }
    .engineer2 .column > div {
      background: #f1f5f8; }
    @media all and (max-width: 960px) {
      .column > div {
        padding: 30px 25px; } }
    .column > div:before {
      content: '';
      display: block;
      width: 127px;
      height: 127px;
      background: url("../images/interview/ribon1.svg") no-repeat left top;
      background-size: 127px auto;
      position: absolute;
      top: -14px;
      right: -14px; }
      .engineer2 .column > div:before {
        background: url("../images/interview/ribon12.svg") no-repeat left top; }
    .column > div img {
      display: block;
      width: 100%; }
  .column .favorite > section:first-child {
    padding-bottom: 30px;
    border-bottom: 1px #a574af dashed; }
    .engineer2 .column .favorite > section:first-child {
      border-color: #5bb5a1; }
  .column .favorite > section:not(:last-child) {
    margin-bottom: 30px; }
  .column .favorite h1 {
    color: #a574af;
    font-size: 2rem;
    margin-bottom: 10px; }
    @media all and (max-width: 960px) {
      .column .favorite h1 {
        font-size: 1.8rem; } }
    .engineer2 .column .favorite h1 {
      color: #5bb5a1; }
  .column .favorite h2 {
    font-size: 2.4rem;
    margin-bottom: 20px; }
    @media all and (max-width: 960px) {
      .column .favorite h2 {
        font-size: 2rem; } }
  .column .favorite p + img {
    margin-top: 20px; }
  .column .favorite img + p {
    margin-top: 20px; }
  .column .schedule:before {
    background: url("../images/interview/ribon2.svg") no-repeat left top; }
    .engineer2 .column .schedule:before {
      background: url("../images/interview/ribon22.svg") no-repeat left top; }
  .column .schedule ul {
    list-style: none; }
    .column .schedule ul li {
      position: relative; }
      .engineer2 .column .schedule ul li {
        background: url("../images/interview/icon_time2.svg") no-repeat left top 2px;
        background-size: 26px auto; }
        .engineer2 .column .schedule ul li.t2_8 {
          background: url("../images/interview/icon_time2_8.svg") no-repeat left top 2px;
          background-size: 26px auto; }
        .engineer2 .column .schedule ul li.t2_10 {
          background: url("../images/interview/icon_time2_10.svg") no-repeat left top 2px;
          background-size: 26px auto; }
        .engineer2 .column .schedule ul li.t2_12 {
          background: url("../images/interview/icon_time2_12.svg") no-repeat left top 2px;
          background-size: 26px auto; }
        .engineer2 .column .schedule ul li.t2_13 {
          background: url("../images/interview/icon_time2_13.svg") no-repeat left top 2px;
          background-size: 26px auto; }
        .engineer2 .column .schedule ul li.t2_15 {
          background: url("../images/interview/icon_time2_15.svg") no-repeat left top 2px;
          background-size: 26px auto; }
        .engineer2 .column .schedule ul li.t2_16 {
          background: url("../images/interview/icon_time2_16.svg") no-repeat left top 2px;
          background-size: 26px auto; }
      .column .schedule ul li:before {
        content: '';
        display: block;
        width: 1px;
        height: calc( 100% - 26px );
        background: #a574af;
        position: absolute;
        top: 27px;
        left: 13px; }
        .engineer2 .column .schedule ul li:before {
          background: #5bb5a1; }
      .column .schedule ul li:last-child:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border: 1px #a574af solid;
        border-radius: 50%;
        background: #f7f5f9;
        position: absolute;
        bottom: -1px;
        left: 9px; }
        .engineer2 .column .schedule ul li:last-child:after {
          border: 1px #5bb5a1 solid;
          background: #f1f5f8; }
      .column .schedule ul li.t1_8 {
        background: url("../images/interview/icon_time_8.svg") no-repeat left top 2px;
        background-size: 26px auto; }
      .column .schedule ul li.t1_9 {
        background: url("../images/interview/icon_time_9.svg") no-repeat left top 2px;
        background-size: 26px auto; }
      .column .schedule ul li.t1_103 {
        background: url("../images/interview/icon_time_103.svg") no-repeat left top 2px;
        background-size: 26px auto; }
      .column .schedule ul li.t1_113 {
        background: url("../images/interview/icon_time_113.svg") no-repeat left top 2px;
        background-size: 26px auto; }
      .column .schedule ul li.t1_1215 {
        background: url("../images/interview/icon_time_1215.svg") no-repeat left top 2px;
        background-size: 26px auto; }
      .column .schedule ul li.t1_123 {
        background: url("../images/interview/icon_time_123.svg") no-repeat left top 2px;
        background-size: 26px auto; }
      .column .schedule ul li.t1_14 {
        background: url("../images/interview/icon_time_14.svg") no-repeat left top 2px;
        background-size: 26px auto; }
      .column .schedule ul li.t1_15 {
        background: url("../images/interview/icon_time_15.svg") no-repeat left top 2px;
        background-size: 26px auto; }
      .column .schedule ul li.t1_1625 {
        background: url("../images/interview/icon_time_1625.svg") no-repeat left top 2px;
        background-size: 26px auto; }
      .column .schedule ul li.t1_171 {
        background: url("../images/interview/icon_time_171.svg") no-repeat left top 2px;
        background-size: 26px auto; }
  .column .schedule dl {
    margin-left: 35px; }
    .column .schedule dl dt {
      color: #a574af;
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 10px; }
      @media all and (max-width: 960px) {
        .column .schedule dl dt {
          font-size: 1.6rem; } }
      .engineer2 .column .schedule dl dt {
        color: #5bb5a1; }
      .column .schedule dl dt span:nth-child(1) {
        margin-right: 10px; }
    .column .schedule dl dd {
      margin-bottom: 20px; }
      .column .schedule dl dd img {
        margin-top: 20px; }

.internship {
  background: #e8eff9 url("../images/interview/intern_bg.svg") repeat center top;
  background-size: auto 720px;
  padding: 80px 0 70px; }
  .internship .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 25px;
    text-align: center; }
  .internship h1 {
    max-width: 520px;
    margin: 0 auto 20px; }
    @media all and (max-width: 960px) {
      .internship h1 {
        width: 80%; } }
  .internship h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    font-weight: normal; }
    @media all and (max-width: 960px) {
      .internship h2 {
        font-size: 2.4rem; } }
    .internship h2 strong {
      font-weight: 700; }
  .internship p {
    margin-bottom: 40px; }
    @media all and (max-width: 960px) {
      .internship p {
        text-align: left; } }
  .internship .button a {
    display: block;
    max-width: 275px;
    margin: auto;
    background: #009be4;
    border: 1px #009be4 solid;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1;
    padding: 13px 0;
    box-sizing: border-box;
    border-radius: 30px;
    transition: all .2s ease-in-out; }
    @media all and (max-width: 960px) {
      .internship .button a {
        font-size: 1.8rem; } }
    .internship .button a:hover {
      background: #fff;
      color: #009be4; }

.interviewnav {
  margin-top: 90px; }
  .interviewnav .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 25px; }
  .interviewnav ul {
    display: flex;
    justify-content: center; }
    .interviewnav ul li {
      border-radius: 50% / 100% 100% 0 0;
      background: #a574af;
      margin: 0 25px; }
      @media all and (max-width: 960px) {
        .interviewnav ul li {
          width: 40vw;
          height: 20vw;
          margin: 0 10px; } }
      .interviewnav ul li a {
        color: #fff;
        display: flex;
        align-items: center; }
        .interviewnav ul li a div {
          width: 220px;
          height: 220px;
          transition: all .4s ease-in-out; }
          @media all and (max-width: 960px) {
            .interviewnav ul li a div {
              width: 20vw;
              height: 20vw; } }
          .interviewnav ul li a div:nth-child(1) {
            width: 220px;
            height: 220px;
            border-radius: 100% 0 0 0;
            background: #dbe5ec;
            position: relative; }
            @media all and (max-width: 960px) {
              .interviewnav ul li a div:nth-child(1) {
                width: 20vw;
                height: 20vw; } }
            .interviewnav ul li a div:nth-child(1):before {
              content: '';
              display: block;
              width: 220px;
              height: 220px;
              border-radius: 100% 0 0 0;
              background: #a574af;
              position: absolute;
              top: 0px;
              right: 0px;
              transform: rotate(90deg);
              transform: rotate(0deg);
              opacity: 0;
              transform-origin: right bottom;
              transition: all .2s ease-in-out; }
              @media all and (max-width: 960px) {
                .interviewnav ul li a div:nth-child(1):before {
                  width: 20vw;
                  height: 20vw; } }
            .interviewnav ul li a div:nth-child(1) img {
              display: block;
              position: absolute;
              z-index: 2;
              bottom: 0; }
          .interviewnav ul li a div:nth-child(2) {
            position: relative;
            z-index: 3; }
            .interviewnav ul li a div:nth-child(2) p {
              position: absolute;
              bottom: 25px;
              left: 25px; }
              @media all and (max-width: 960px) {
                .interviewnav ul li a div:nth-child(2) p {
                  bottom: 10px;
                  left: 15px;
                  bottom: 10%;
                  left: 11%; } }
              .interviewnav ul li a div:nth-child(2) p span {
                display: block;
                line-height: 1; }
                .interviewnav ul li a div:nth-child(2) p span.type {
                  font-size: 0.8rem;
                  letter-spacing: 0.2em;
                  margin-bottom: 5px; }
                  @media all and (max-width: 960px) {
                    .interviewnav ul li a div:nth-child(2) p span.type {
                      display: none; } }
                .interviewnav ul li a div:nth-child(2) p span.num {
                  font-size: 5.6rem;
                  letter-spacing: 0;
                  margin-bottom: 20px;
                  font-weight: 500;
                  letter-spacing: 0.08em; }
                  @media all and (max-width: 960px) {
                    .interviewnav ul li a div:nth-child(2) p span.num {
                      display: none; } }
                .interviewnav ul li a div:nth-child(2) p span.name {
                  font-size: 2rem;
                  font-weight: 500;
                  letter-spacing: 0.3em;
                  margin-bottom: 15px; }
                  @media all and (max-width: 960px) {
                    .interviewnav ul li a div:nth-child(2) p span.name {
                      font-size: calc(100vw * 32 / 960 );
                      margin-bottom: 10px; } }
                .interviewnav ul li a div:nth-child(2) p span.job {
                  font-size: 14px;
                  letter-spacing: 0.1em; }
                  @media all and (max-width: 960px) {
                    .interviewnav ul li a div:nth-child(2) p span.job {
                      font-size: calc(100vw * 20 / 960 );
                      line-height: 1.6; } }
        .interviewnav ul li a:hover div:nth-child(1):before {
          transform: rotate(0deg);
          opacity: 1; }
      .interviewnav ul li:nth-child(2) {
        background: #5bb5a1; }
        .interviewnav ul li:nth-child(2) a div:nth-child(1):before {
          background: #5bb5a1; }
      .interviewnav ul li.current {
        background: #c4cdd4;
        pointer-events: none; }
        .interviewnav ul li.current a div:nth-child(1):before {
          content: none; }

.buttonnav {
  display: none;
  margin: 60px auto; }
  @media all and (max-width: 960px) {
    .buttonnav {
      display: block; } }
  .buttonnav ul {
    line-height: 1;
    margin: 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .buttonnav ul > li {
      width: 250px;
      margin: 10px 10px;
      transition: all .3s ease-in-out; }
      .buttonnav ul > li:nth-child(2) {
        background: #009be4; }
        .buttonnav ul > li:nth-child(2) a {
          color: #fff; }
        .buttonnav ul > li:nth-child(2):hover {
          background: #FFF; }
          .buttonnav ul > li:nth-child(2):hover a {
            color: #009be4; }
      .buttonnav ul > li a {
        display: block;
        border: 1px #009be4 solid;
        padding: 20px 10px;
        box-sizing: border-box;
        letter-spacing: 0.2em;
        line-height: 0;
        text-decoration: none;
        color: #009be4;
        text-align: center; }
        #top .buttonnav ul > li a {
          color: #fff;
          border: 1px #fff solid; }
      .buttonnav ul > li:hover {
        background: #009be4; }
        .buttonnav ul > li:hover a {
          color: #fff; }
        #top .buttonnav ul > li:hover {
          background: #fff; }
          #top .buttonnav ul > li:hover a {
            color: #009be4; }
