@charset "utf-8";

#kv .title {
  background-image: url(../img/kv_title.png);
}

@media print, screen and (min-width: 813px) {
  #kv .image span {
    background-image: url(../img/kv.jpg);
  }

  #kv .title {
    width: calc(960px / 2);
    height: calc(180px / 2);
  }

  #interview .items {
    margin-top: 60px;
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
    gap: 32px;
    flex-wrap: wrap;
  }
  #interview .items .item {
    width: 320px;
    /* margin-bottom: 112px; */
  }

  #interview .items .item:nth-child(2),
  #interview .items .item:nth-child(5) {
    margin-top: 64px;
  }

  #interview .items .item:nth-child(3),
  #interview .items .item:nth-child(6) {
    margin-top: 128px;
  }

  #interview .items .item a {
    text-decoration: none;
    color: #333333;
  }
  #interview .items .item a .image {
    display: block;
    position: relative;
    width: calc(640px / 2);
    height: calc(880px / 2);
    overflow: hidden;
  }
  #interview .items .item a .image img {
    position: relative;
    display: block;
    transition-duration: 400ms;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #interview .items .item a:hover .image img {
    transform: scale(1.1);
  }
  #interview .items .item a .texts {
    display: block;
    margin-top: 30px;
  }

  #interview .items .item a .texts .prof {
    display: block;
    font-size: 15px;
    line-height: 2em;
  }
  #interview .items .item a .texts .name {
    display: block;
    font-size: 15px;
    line-height: 2em;
    font-weight: bold;
  }

  #special {
    padding-bottom: 40px;
    padding-top: 68px;
    margin-top: 200px;
    margin-bottom: 68px;
  }

  #special .inner {
    left: 68px;
  }

  #special .back {
    width: calc((100% - 1024px) / 2 + 1024px - 164px);
    background-color: rgba(235, 235, 235, 0.64);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }

  #special .items {
    margin-top: 68px;
  }
  #special .items .item {
    margin-bottom: 44px;
  }
  #special .items .item a {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    background-color: #fff;
    box-shadow: 6px 2px 24px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    color: #333;
  }

  #special .items .item a .image {
    width: 496px;
    position: relative;
    display: block;
    background-color: #fff;
    overflow: hidden;
  }
  #special .items .item a .image img {
    display: block;
    position: relative;
    opacity: 0.3;
    transition-duration: 400ms;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #special .items .item a:hover .image img {
    transform: scale(1.1);
    opacity: 1;
  }

  #special .items .item a .texts {
    flex: 1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 55px 64px;
  }
  #special .items .item a .texts .en {
    display: block;
    font-size: 24px;
    color: #e30a7f;
  }
  #special .items .item a .texts .title {
    margin-top: 32px;
    display: block;
    font-size: 32px;
  }
  #special .items .item a .texts .body {
    margin-top: 32px;
    display: block;
    font-size: 15px;
    line-height: 2em;
  }
}

@media only screen and (max-width: 812px) {
  #kv .image span {
    background-image: url(../img/kv_sp.jpg);
  }

  #kv .title {
    width: calc(42px / 180 * 960);
    height: calc(42px);
  }

  #interview .items {
    margin-top: 56px;
  }

  #interview .items .item {
    margin-bottom: 40px;
  }

  #interview .items .item a {
    text-decoration: none;
    color: #333333;
  }
  #interview .items .item a .image {
    display: block;
    position: relative;
    width: calc(100vw - 80px);
    height: calc((100vw - 80px) / 608 * 836);
    overflow: hidden;
  }
  #interview .items .item a .image img {
    position: relative;
    display: block;
    transition-duration: 400ms;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #interview .items .item a .texts {
    display: block;
    margin-top: 10px;
  }

  #interview .items .item a .texts .prof {
    display: block;
    font-size: 13px;
    line-height: 2em;
  }
  #interview .items .item a .texts .name {
    display: block;
    font-size: 13px;
    line-height: 2em;
    font-weight: bold;
  }

  #special {
    padding-bottom: 32px;
    padding-top: 64px;
    margin-top: 100px;
    margin-bottom: 128px;
  }

  #special .back {
    width: calc(100vw - 80px);
    background-color: rgba(235, 235, 235, 0.64);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }

  #special .items {
    margin-top: 68px;
  }
  #special .items .item {
    margin-bottom: 44px;
  }
  #special .items .item a {
    display: block;
    background-color: #fff;
    box-shadow: 6px 2px 24px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    color: #333;
  }

  #special .items .item a .image {
    position: relative;
    display: block;
    background-color: #fff;
    overflow: hidden;
  }
  #special .items .item a .image img {
    display: block;
    position: relative;
  }

  #special .items .item a .texts {
    flex: 1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 32px;
  }
  #special .items .item a .texts .en {
    display: block;
    font-size: 16px;
    color: #e30a7f;
  }
  #special .items .item a .texts .title {
    margin-top: 24px;
    display: block;
    font-size: 20px;
  }
  #special .items .item a .texts .body {
    margin-top: 24px;
    display: block;
    font-size: 13px;
    line-height: 2em;
  }
}
