@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*==================================================
	COMMON STYLE
==================================================*/
h1 {
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  h1 {
    font-size: 38px;
    line-height: 77px;
    letter-spacing: 0.6em;
  }
}
@media screen and (max-width: 750px) {
  h1 {
    padding-top: 3.2vw;
    font-size: 5.0666666667vw;
    line-height: 10.2666666667vw;
    letter-spacing: 0.15em;
  }
}

h2 {
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media print, screen and (min-width: 751px) {
  h2 {
    font-size: 34px;
    letter-spacing: 0.6em;
  }
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 6.4vw;
    line-height: 9.3333333333vw;
    line-height: 1.55;
    letter-spacing: 0.4em;
  }
}
h2 small {
  display: block;
  color: #2795ea;
  letter-spacing: 0.4em;
}
@media print, screen and (min-width: 751px) {
  h2 small {
    padding-right: 1em;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  h2 small {
    font-size: 2.9333333333vw;
  }
}

h3 {
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  h3 {
    font-size: 28px;
    letter-spacing: 0.4em;
  }
}
@media screen and (max-width: 750px) {
  h3 {
    font-size: 4.5333333333vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0.3em;
  }
}
section > h3, .col1 h3 {
  text-align: center;
}
h3 strong {
  font-weight: 500;
}
h3 strong::before {
  content: "";
  display: inline-block;
  width: 100%;
  background-color: #92cfff;
  position: absolute;
  left: -0.25em;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media print, screen and (min-width: 751px) {
  h3 strong::before {
    height: 12px;
  }
}
@media screen and (max-width: 750px) {
  h3 strong::before {
    height: 2.6666666667vw;
  }
}
h3 strong span {
  display: inline-block;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
h3 strong.isAnimate::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
h3 strong.isAnimate span {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
h3 strong.isAnimate span:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
h3 strong.isAnimate span:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
h3 strong.isAnimate span:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
h3 strong.isAnimate span:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
h3 strong.isAnimate span:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
h3 strong.isAnimate span:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
h3 strong.isAnimate span:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
h3 strong.isAnimate span:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
h3 strong.isAnimate span:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
h3 strong.isAnimate span:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
h3 strong.isAnimate span:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
h3 strong.isAnimate span:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
h3 strong.isAnimate span:nth-child(13) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
h3 strong.isAnimate span:nth-child(14) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
h3 strong.isAnimate span:nth-child(15) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
h3 strong.isAnimate span:nth-child(16) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
h3 strong.isAnimate span:nth-child(17) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
h3 strong.isAnimate span:nth-child(18) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
h3 strong.isAnimate span:nth-child(19) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
h3 strong.isAnimate span:nth-child(20) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
h3 strong.isAnimate span:nth-child(21) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
h3 strong.isAnimate span:nth-child(22) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
h3 strong.isAnimate span:nth-child(23) {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
h3 strong.isAnimate span:nth-child(24) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
h3 strong.isAnimate span:nth-child(25) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
h3 .sub {
  display: block;
  font-size: 66.6%;
  letter-spacing: 0.25em;
}
h3 .sub strong.isAnimate span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
h3 .sub strong.isAnimate span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
h3 .sub strong.isAnimate span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
h3 .sub strong.isAnimate span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
h3 .sub strong.isAnimate span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
h3 .sub strong.isAnimate span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
h3 .sub strong.isAnimate span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
h3 .sub strong.isAnimate span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
h3 .sub strong.isAnimate span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
h3 .sub strong.isAnimate span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
h3 .sub strong.isAnimate span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
h3 .sub strong.isAnimate span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
h3 .sub strong.isAnimate span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
h3 .sub strong.isAnimate span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
h3 .sub strong.isAnimate span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
h3 .sub strong.isAnimate span:nth-child(16) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
h3 .sub strong.isAnimate span:nth-child(17) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
h3 .sub strong.isAnimate span:nth-child(18) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
h3 .sub strong.isAnimate span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
h3 .sub strong.isAnimate span:nth-child(20) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
h3 .sub strong.isAnimate span:nth-child(21) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
h3 .sub strong.isAnimate span:nth-child(22) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
h3 .sub strong.isAnimate span:nth-child(23) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
h3 .sub strong.isAnimate span:nth-child(24) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
h3 .sub strong.isAnimate span:nth-child(25) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

p {
  font-weight: 500;
}
p._q {
  color: #2795ea;
}
@media print, screen and (min-width: 751px) {
  p._center {
    text-align: center;
  }
}
p._right {
  text-align: right;
}
p._comment {
  padding: 1em;
  border-top: 1px dotted rgba(31, 39, 43, 0.8);
  border-bottom: 1px dotted rgba(31, 39, 43, 0.8);
  color: rgba(31, 39, 43, 0.8);
}
@media print, screen and (min-width: 751px) {
  p._comment {
    margin-bottom: 6em;
    padding: 20px 60px;
  }
}
@media print, screen and (min-width: 751px) {
  p + p {
    margin-top: 1.8em;
  }
}
@media screen and (max-width: 750px) {
  p + p {
    margin-top: 2.1em;
  }
}
p + p._q {
  margin-top: 4.6em;
}

@media print, screen and (min-width: 751px) {
  ._indent_1em {
    padding-left: 0.925em;
    text-indent: -0.925em;
  }
}
@media screen and (max-width: 750px) {
  ._indent_1em {
    padding-left: 0.8em;
    text-indent: -0.8em;
  }
}

article p {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 751px) {
  article img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 750px) {
  article img {
    border-radius: 2.6666666667vw;
  }
}
article picture {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  article picture img {
    width: 525px;
  }
}
@media screen and (max-width: 750px) {
  article picture img {
    width: 70vw;
  }
}
@media print, screen and (min-width: 751px) {
  article picture._wide img {
    width: 746px;
  }
}
@media screen and (max-width: 750px) {
  article picture._wide img {
    width: 100%;
  }
}
article picture._full img {
  width: 100%;
}

/*==================================================*/
/*==================================================*/
@media print, screen and (min-width: 751px) {
  article {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 750px) {
  article {
    padding-bottom: 37.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  article section {
    margin-top: 186px;
  }
}
@media screen and (max-width: 750px) {
  article section {
    margin-top: 30.9333333333vw;
  }
  article section + section {
    margin-top: 28.2666666667vw;
  }
}
article section .wrapper {
  margin: auto;
}
@media print, screen and (min-width: 751px) {
  article section .wrapper {
    margin-top: 66px;
  }
  article section .wrapper.col1 {
    max-width: 980px;
  }
  article section .wrapper.col1 p {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
  article section .wrapper.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 980px;
  }
  article section .wrapper.col2 .v {
    width: 430px;
  }
  article section .wrapper.col2 .v::before {
    content: "";
    width: 580px;
    height: 480px;
    background-color: #f4fbfd;
    position: absolute;
    right: 80px;
    bottom: -80px;
  }
  article section .wrapper.col2 .t {
    width: 450px;
  }
  article section .wrapper.col2.t-v {
    padding-bottom: 80px;
  }
  article section .wrapper.col2.t-v .t {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  article section .wrapper.col2.t-v .v {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  article section .wrapper.col2.t-v .v::before {
    left: 80px;
    right: auto;
    bottom: -80px;
  }
  article section .wrapper.col2.v-t {
    padding-bottom: 80px;
  }
  article section .wrapper.col2.v-t .v {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  article section .wrapper.col2.v-t .t {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  article section .wrapper.col2 .c {
    position: relative;
  }
  article section .wrapper.col2 .c::before {
    content: "";
    width: 460px;
    height: calc(100% + 180px);
    background-color: #f4fbfd;
    position: absolute;
    top: 50%;
    left: -230px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  article section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 11.4666666667vw;
    width: 89.3333333333vw;
  }
  article section .wrapper.shorten {
    margin-top: 2.1em !important;
  }
  article section .wrapper .v {
    width: 57.3333333333vw;
  }
  article section .wrapper .v::before {
    content: "";
    width: 58.6666666667vw;
    height: 64vw;
    background-color: #f4fbfd;
    position: absolute;
    right: -21.3333333333vw;
    bottom: -8vw;
  }
  article section .wrapper .t + .v,
  article section .wrapper .v + .t {
    margin-top: 21.8666666667vw;
  }
  article section .wrapper .pc + .v,
  article section .wrapper .pc + .t {
    margin-top: 0;
  }
  article section .wrapper.t-v .v::before {
    left: -21.3333333333vw;
    right: auto;
    bottom: -8vw;
  }
  article section .wrapper .c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-top: 3.2vw;
    margin-left: -5.3333333333vw;
    padding: 22.6666666667vw 0 24vw;
    width: 100vw;
  }
  article section .wrapper .c::before {
    content: "";
    width: 58.6666666667vw;
    height: 100%;
    background-color: #f4fbfd;
    position: absolute;
    top: 0;
    left: 0;
  }
  article section .wrapper .c + .t {
    margin-top: 13.8666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  article section .wrapper + .wrapper {
    margin-top: 100px;
  }
  article section .wrapper + .wrapper.col1 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 750px) {
  article section .wrapper + .wrapper {
    margin-top: 25.0666666667vw;
  }
  article section .wrapper + .wrapper.col1 {
    margin-top: 2.1em;
  }
}
@media screen and (max-width: 750px) {
  article section .wrapper p {
    min-width: 100%;
  }
}
article section .wrapper p a {
  color: #2795ea;
}
article section .wrapper p a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 751px) {
  article section .wrapper picture {
    margin-top: 90px;
  }
}
@media screen and (max-width: 750px) {
  article section .wrapper picture {
    margin-top: 22.6666666667vw;
  }
  article section .wrapper picture:first-child {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 751px) {
  article section .wrapper picture + p {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  article section .wrapper picture + p {
    margin-top: 13.3333333333vw;
  }
}
article section .wrapper .embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 751px) {
  article section .wrapper .embed {
    margin: 70px 0;
  }
  article section .wrapper .embed.v {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  article section .wrapper .embed {
    margin: 0 0 12vw;
    width: 90%;
  }
  article section .wrapper .embed iframe {
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  article section .wrapper p + .embed {
    margin-top: 90px;
  }
}
@media screen and (max-width: 750px) {
  article section .wrapper p + .embed {
    margin-top: 22.6666666667vw;
  }
}
article section .wrapper .yt-player {
  width: 100%;
  aspect-ratio: 16/9;
}
article section .wrapper .yt-player._square {
  aspect-ratio: 1/1;
}
article section .wrapper .yt-player iframe {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 751px) {
  article section .wrapper.col1 + .wrapper.col1 {
    margin-top: 1.8em;
  }
}
@media screen and (max-width: 750px) {
  article section .wrapper.col1 + .wrapper.col1 {
    margin-top: 2.1em;
  }
}

/*==================================================*/
/*==================================================*/
header {
  position: absolute;
  width: 100%;
  line-height: 1;
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  header {
    padding: 40px;
  }
}
@media screen and (max-width: 750px) {
  header {
    padding: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  header img {
    width: 254px;
  }
}
@media screen and (max-width: 750px) {
  header img {
    width: 44.4vw;
  }
}

/*==================================================
	KV
==================================================*/
.kv {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .kv {
    padding: 127px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .kv {
    padding: 21.3333333333vw 0 0;
  }
}
.kv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 751px) {
  .kv .bg {
    height: 748px;
    background-image: url(../img/interview/common/kv_bg_pc.jpg);
  }
}
@media screen and (max-width: 750px) {
  .kv .bg {
    height: 116.6666666667vw;
    background-image: url(../img/interview/common/kv_bg_sp.jpg);
  }
}
.kv .bg span {
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-animation-name: floatUp;
          animation-name: floatUp;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.kv .bg span.color1 {
  background-color: #38ccf0;
  mix-blend-mode: soft-light;
}
.kv .bg span.color2 {
  background-color: #b3dbf3;
  mix-blend-mode: soft-light;
}
.kv .bg span.color3 {
  background-color: #eff3f9;
  mix-blend-mode: soft-light;
}
.kv .bg span.color4 {
  background-color: #bcdefc;
  mix-blend-mode: soft-light;
}
.kv .bg span.color5 {
  background-color: #bed4e0;
  mix-blend-mode: soft-light;
}
.kv .bg span.color6 {
  background-color: #7edee2;
  mix-blend-mode: soft-light;
}
.kv .bg span.color7 {
  background-color: #f6f8f0;
  mix-blend-mode: soft-light;
}
.kv .bg span.color8 {
  background-color: #f1f3ef;
  mix-blend-mode: soft-light;
}
.kv .bg span.color9 {
  background-color: #fafac8;
  mix-blend-mode: lighten;
}
.kv .bg span.color10 {
  background-color: #b4fafa;
  mix-blend-mode: lighten;
}
.kv .bg span.color11 {
  background-color: #fcc4d6;
  mix-blend-mode: lighten;
}
.kv .bg span.color12 {
  background-color: #f7cdd9;
  mix-blend-mode: lighten;
}
.kv .bg span.color13 {
  background-color: #dcd2e2;
  mix-blend-mode: lighten;
}
.kv .bg span.color14 {
  background-color: #b1ffed;
  mix-blend-mode: darken;
}
.kv .bg span.color15 {
  background-color: #f7cdd9;
  mix-blend-mode: darken;
}
.kv .bg span.duration1 {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
.kv .bg span.duration2 {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.kv .bg span.duration3 {
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.kv .bg span.duration4 {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.kv .bg span.duration5 {
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.kv .bg span.delay1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.kv .bg span.delay2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.kv .bg span.delay3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.kv .bg span.delay4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.kv .bg span.delay5 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@-webkit-keyframes floatUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 0.75;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes floatUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 0.75;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media print, screen and (min-width: 751px) {
  .kv .bg span.size1 {
    width: 38px;
    height: 38px;
  }
  .kv .bg span.size2 {
    width: 48px;
    height: 48px;
  }
  .kv .bg span.size3 {
    width: 56px;
    height: 56px;
  }
  .kv .bg span.size4 {
    width: 86px;
    height: 86px;
  }
  .kv .bg span.size5 {
    width: 112px;
    height: 112px;
  }
  .kv .bg span.size6 {
    width: 120px;
    height: 120px;
  }
  .kv .bg span.size7 {
    width: 176px;
    height: 176px;
  }
  .kv .bg span.size8 {
    width: 218px;
    height: 218px;
  }
  .kv .bg span.size9 {
    width: 244px;
    height: 244px;
  }
  .kv .bg span.size10 {
    width: 324px;
    height: 324px;
  }
}
@media screen and (max-width: 750px) {
  .kv .bg span.size1 {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
  .kv .bg span.size2 {
    width: 6.4vw;
    height: 6.4vw;
  }
  .kv .bg span.size3 {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .kv .bg span.size4 {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
  }
  .kv .bg span.size5 {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
  .kv .bg span.size6 {
    width: 16vw;
    height: 16vw;
  }
  .kv .bg span.size7 {
    width: 23.4666666667vw;
    height: 23.4666666667vw;
  }
  .kv .bg span.size8 {
    width: 29.0666666667vw;
    height: 29.0666666667vw;
  }
  .kv .bg span.size9 {
    width: 32.5333333333vw;
    height: 32.5333333333vw;
  }
  .kv .bg span.size10 {
    width: 43.2vw;
    height: 43.2vw;
  }
}
.kv .issue {
  color: #fff;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
@media print, screen and (min-width: 751px) {
  .kv .issue {
    font-size: 90px;
  }
}
@media screen and (max-width: 750px) {
  .kv .issue {
    font-size: 18.6666666667vw;
  }
}
.kv .issue.isAnimate {
  opacity: 1;
  -webkit-transition: 1.45s;
  transition: 1.45s;
  -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.kv .issue span {
  color: #2795ea;
  font-weight: 500;
  letter-spacing: 0.73em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}
@media print, screen and (min-width: 751px) {
  .kv .issue span {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .kv .issue span {
    font-size: 3.4666666667vw;
  }
}
.kv .catch {
  opacity: 0;
}
@media print, screen and (min-width: 751px) {
  .kv .catch {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .kv .catch {
    margin-top: 2.6666666667vw;
  }
  ._43 .kv .catch {
    letter-spacing: 0.2em;
  }
}
.kv .catch span {
  display: inline-block;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.kv .catch.isAnimate {
  opacity: 1;
}
.kv .catch.isAnimate::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.kv .catch.isAnimate span {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.kv .catch.isAnimate span:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.kv .catch.isAnimate span:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.kv .catch.isAnimate span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.kv .catch.isAnimate span:nth-child(4) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.kv .catch.isAnimate span:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.kv .catch.isAnimate span:nth-child(6) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.kv .catch.isAnimate span:nth-child(7) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.kv .catch.isAnimate span:nth-child(8) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.kv .catch.isAnimate span:nth-child(9) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.kv .catch.isAnimate span:nth-child(10) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.kv .catch.isAnimate span:nth-child(11) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.kv .catch.isAnimate span:nth-child(12) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.kv .catch.isAnimate span:nth-child(13) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.kv .catch.isAnimate span:nth-child(14) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.kv .catch.isAnimate span:nth-child(15) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.kv .catch.isAnimate span:nth-child(16) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.kv .catch.isAnimate span:nth-child(17) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.kv .catch.isAnimate span:nth-child(18) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.kv .catch.isAnimate span:nth-child(19) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.kv .catch.isAnimate span:nth-child(20) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.kv .catch.isAnimate span:nth-child(21) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.kv .catch.isAnimate span:nth-child(22) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.kv .catch.isAnimate span:nth-child(23) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.kv .catch.isAnimate span:nth-child(24) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.kv .catch.isAnimate span:nth-child(25) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.kv .catch.isAnimate span:nth-child(26) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.kv .catch.isAnimate span:nth-child(27) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.kv .catch.isAnimate span:nth-child(28) {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}
.kv .catch.isAnimate span:nth-child(29) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.kv .catch.isAnimate span:nth-child(30) {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
.kv .catch.isAnimate span:nth-child(31) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.kv .catch.isAnimate span:nth-child(32) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.kv .catch.isAnimate span:nth-child(33) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.kv .catch.isAnimate span:nth-child(34) {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.kv .catch.isAnimate span:nth-child(35) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.kv .catch.isAnimate span:nth-child(36) {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}
.kv .catch.isAnimate span:nth-child(37) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.kv .catch.isAnimate span:nth-child(38) {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}
.kv .catch.isAnimate span:nth-child(39) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.kv .catch.isAnimate span:nth-child(40) {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}
.kv picture {
  display: block;
  margin: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: rotate3d(1, 1, 0, 180deg) translateY(50px) scale(0.5);
          transform: rotate3d(1, 1, 0, 180deg) translateY(50px) scale(0.5);
}
.kv picture.isAnimate {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
@media print, screen and (min-width: 751px) {
  .kv picture {
    margin-top: 58px;
    padding: 40px;
    width: 580px;
    height: 580px;
    -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.19);
  }
}
@media screen and (max-width: 750px) {
  .kv picture {
    margin-top: 12.5333333333vw;
    padding: 5.3333333333vw;
    width: 77.3333333333vw;
    height: 77.3333333333vw;
    -webkit-box-shadow: 0px 0px 11.6vw 0px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 0px 11.6vw 0px rgba(0, 0, 0, 0.19);
  }
}
.kv picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*==================================================
	PROFILE
==================================================*/
.profile {
  margin: auto;
}
@media print, screen and (min-width: 751px) {
  .profile {
    margin-top: 78px;
    max-width: 800px;
  }
  ._49 .profile {
    max-width: 980px;
  }
}
@media screen and (max-width: 750px) {
  .profile {
    margin-top: 13.3333333333vw;
    max-width: 89.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .profile .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 751px) {
  .profile .name {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.profile p {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 751px) {
  .profile p {
    margin-left: 86px;
  }
}
@media screen and (max-width: 750px) {
  .profile p {
    margin-top: 4.8vw;
  }
}
.profile .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .profile .link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 23px;
  }
}
@media screen and (max-width: 750px) {
  .profile .link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .profile .link li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 750px) {
  .profile .link li + li {
    margin-left: 5.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .profile .link li a img {
    width: 40px;
  }
}
@media screen and (max-width: 750px) {
  .profile .link li a img {
    width: 10.6666666667vw;
  }
}

/*==================================================
	INTRO
==================================================*/
.intro {
  background-color: #f4fbfd;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .intro {
    margin-top: 144px;
  }
}
@media screen and (max-width: 750px) {
  .intro {
    margin-top: 18.6666666667vw;
  }
}
.intro .wrapper {
  margin: auto;
}
@media print, screen and (min-width: 751px) {
  .intro .wrapper {
    max-width: 800px;
    padding: 90px 0;
  }
}
@media screen and (max-width: 750px) {
  .intro .wrapper {
    max-width: 89.3333333333vw;
    padding: 16.2666666667vw 0 13.3333333333vw;
  }
}
.intro .wrapper p {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 751px) {
  .intro .wrapper p {
    width: 478px;
  }
}
.intro .wrapper::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 751px) {
  .intro .wrapper::after {
    width: 241px;
    height: calc(100% + 50px);
    position: absolute;
    top: -33px;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .intro .wrapper::after {
    margin: 10.6666666667vw auto 0;
    width: 51.4666666667vw;
    height: 110.9333333333vw;
  }
}
._1 .intro .wrapper::after {
  background-image: url(../img/interview/1/intro.png);
}
._2 .intro .wrapper::after {
  background-image: url(../img/interview/2/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._2 .intro .wrapper::after {
    width: 280px;
    height: calc(100% + 100px);
    background-position: center;
    top: -50px;
  }
}
._3 .intro .wrapper::after {
  background-image: url(../img/interview/3/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._3 .intro .wrapper::after {
    width: 250px;
    height: calc(100% + 100px);
    background-position: center;
  }
}
._4 .intro .wrapper::after {
  background-image: url(../img/interview/4/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._4 .intro .wrapper::after {
    width: 350px;
    height: calc(100% + 100px);
    background-position: center;
    right: -60px;
  }
}
@media screen and (max-width: 750px) {
  ._4 .intro .wrapper::after {
    height: 70.9333333333vw;
  }
}
._5 .intro .wrapper::after {
  background-image: url(../img/interview/5/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._5 .intro .wrapper::after {
    width: 300px;
    height: calc(100% + 100px);
    right: -30px;
  }
}
._6 .intro .wrapper::after {
  background-image: url(../img/interview/6/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._6 .intro .wrapper::after {
    width: 290px;
    height: calc(100% + 80px);
    right: -20px;
  }
}
@media screen and (max-width: 750px) {
  ._6 .intro .wrapper::after {
    height: 74.6666666667vw;
    background-position: center;
  }
}
._7 .intro .wrapper::after {
  background-image: url(../img/interview/7/intro.png);
}
._8 .intro .wrapper::after {
  background-image: url(../img/interview/8/intro.png);
}
._9 .intro .wrapper::after {
  background-image: url(../img/interview/9/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._9 .intro .wrapper::after {
    width: 330px;
    height: calc(100% + 50px);
    top: -35px;
    right: -20px;
  }
}
._10 .intro .wrapper::after {
  background-image: url(../img/interview/10/intro.png);
}
._11 .intro .wrapper::after {
  background-image: url(../img/interview/11/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._11 .intro .wrapper::after {
    width: 315px;
    height: calc(100% + 100px);
    right: -30px;
  }
}
@media screen and (max-width: 750px) {
  ._11 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._12 .intro .wrapper::after {
  background-image: url(../img/interview/12/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._12 .intro .wrapper::after {
    width: 280px;
    height: calc(100% + 100px);
    background-position: center;
    top: -50px;
  }
}
._13 .intro .wrapper::after {
  background-image: url(../img/interview/13/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._13 .intro .wrapper::after {
    width: 280px;
    height: calc(100% + 100px);
    background-position: center;
    top: -50px;
  }
}
._14 .intro .wrapper::after {
  background-image: url(../img/interview/14/intro.png);
}
._15 .intro .wrapper::after {
  background-image: url(../img/interview/15/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._15 .intro .wrapper::after {
    width: 270px;
    height: calc(100% + 100px);
    background-position: center;
    top: -50px;
  }
}
._16 .intro .wrapper::after {
  background-image: url(../img/interview/16/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._16 .intro .wrapper::after {
    width: 250px;
    height: 100%;
    background-position: center;
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  ._16 .intro .wrapper::after {
    height: 67.4666666667vw;
  }
}
._17 .intro .wrapper::after {
  background-image: url(../img/interview/17/intro.png);
}
@media screen and (max-width: 750px) {
  ._17 .intro .wrapper::after {
    width: 80vw;
    background-position: center bottom;
  }
}
._18 .intro .wrapper::after {
  background-image: url(../img/interview/18/intro.png);
}
._19 .intro .wrapper::after {
  background-image: url(../img/interview/19/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._19 .intro .wrapper::after {
    width: 320px;
    height: calc(100% + 100px);
    background-position: center;
    top: -35px;
    right: -30px;
  }
}
@media screen and (max-width: 750px) {
  ._19 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._20 .intro .wrapper::after {
  background-image: url(../img/interview/20/intro.png);
}
._21 .intro .wrapper::after {
  background-image: url(../img/interview/21/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._21 .intro .wrapper::after {
    width: 310px;
    height: calc(100% + 60px);
    background-position: center;
    top: -35px;
    right: -30px;
  }
}
@media screen and (max-width: 750px) {
  ._21 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._22 .intro .wrapper::after {
  background-image: url(../img/interview/22/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._22 .intro .wrapper::after {
    width: 310px;
    height: calc(100% + 60px);
    background-position: center;
    top: -35px;
    right: -30px;
  }
}
@media screen and (max-width: 750px) {
  ._22 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._23 .intro .wrapper::after {
  background-image: url(../img/interview/23/intro.png);
}
._24 .intro .wrapper::after {
  background-image: url(../img/interview/24/intro.png);
}
._25 .intro .wrapper::after {
  background-image: url(../img/interview/25/intro.png);
}
._26 .intro .wrapper::after {
  background-image: url(../img/interview/26/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._26 .intro .wrapper::after {
    background-position: center;
  }
}
._27 .intro .wrapper::after {
  background-image: url(../img/interview/27/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._27 .intro .wrapper::after {
    width: 310px;
    height: calc(100% + 60px);
    background-position: center;
    top: -35px;
    right: -30px;
  }
}
@media screen and (max-width: 750px) {
  ._27 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._28 .intro .wrapper::after {
  background-image: url(../img/interview/28/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._28 .intro .wrapper::after {
    width: 310px;
    height: calc(100% + 60px);
    background-position: center;
    top: -35px;
    right: -40px;
  }
}
@media screen and (max-width: 750px) {
  ._28 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._29 .intro .wrapper::after {
  background-image: url(../img/interview/29/intro.png);
}
@media screen and (max-width: 750px) {
  ._29 .intro .wrapper::after {
    background-position: center bottom;
  }
}
._30 .intro .wrapper::after {
  background-image: url(../img/interview/30/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._30 .intro .wrapper::after {
    width: 320px;
    height: calc(100% + 80px);
    background-position: center;
    top: -35px;
    right: -30px;
  }
}
@media screen and (max-width: 750px) {
  ._30 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._31 .intro .wrapper::after {
  background-image: url(../img/interview/31/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._31 .intro .wrapper::after {
    width: 320px;
    height: calc(100% + 80px);
    background-position: center;
    top: -35px;
    right: -30px;
  }
}
@media screen and (max-width: 750px) {
  ._31 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._32 .intro .wrapper::after {
  background-image: url(../img/interview/32/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._32 .intro .wrapper::after {
    width: 380px;
    height: calc(100% + 110px);
    background-position: center;
    top: -30px;
    right: -75px;
  }
}
@media screen and (max-width: 750px) {
  ._32 .intro .wrapper::after {
    width: 86vw;
    background-position: center bottom;
  }
}
._33 .intro .wrapper::after {
  background-image: url(../img/interview/33/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._33 .intro .wrapper::after {
    width: 390px;
    height: calc(100% + 120px);
    background-position: center;
    top: -50px;
    right: -100px;
  }
}
@media screen and (max-width: 750px) {
  ._33 .intro .wrapper::after {
    width: 78vw;
    height: 97.6vw;
    background-position: center bottom;
  }
}
._34 .intro .wrapper::after {
  background-image: url(../img/interview/34/intro.png);
}
@media screen and (max-width: 750px) {
  ._34 .intro .wrapper::after {
    width: 50vw;
    background-position: right bottom;
  }
}
._35 .intro .wrapper::after {
  background-image: url(../img/interview/35/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._35 .intro .wrapper::after {
    width: 320px;
    background-position: center;
    top: -50px;
    right: -50px;
  }
}
@media screen and (max-width: 750px) {
  ._35 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._36 .intro .wrapper::after {
  background-image: url(../img/interview/36/intro.png);
}
@media screen and (max-width: 750px) {
  ._36 .intro .wrapper::after {
    width: 60vw;
    background-position: center bottom;
  }
}
._37 .intro .wrapper::after {
  background-image: url(../img/interview/37/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._37 .intro .wrapper::after {
    width: 320px;
    background-position: center;
    top: -30px;
    right: -50px;
  }
}
@media screen and (max-width: 750px) {
  ._37 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._38 .intro .wrapper::after {
  background-image: url(../img/interview/38/intro.png);
}
@media screen and (max-width: 750px) {
  ._38 .intro .wrapper::after {
    background-position: center bottom;
  }
}
._39 .intro .wrapper::after {
  background-image: url(../img/interview/39/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._39 .intro .wrapper::after {
    width: 320px;
    background-position: center;
    top: -30px;
    right: -50px;
  }
}
@media screen and (max-width: 750px) {
  ._39 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._40 .intro .wrapper::after {
  background-image: url(../img/interview/40/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._40 .intro .wrapper::after {
    width: 320px;
    height: 100%;
    background-position: center;
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  ._40 .intro .wrapper::after {
    width: 70vw;
    height: 73.3333333333vw;
  }
}
._41 .intro .wrapper::after {
  background-image: url(../img/interview/41/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._41 .intro .wrapper::after {
    width: 280px;
    background-position: center;
    top: -20px;
    right: -20px;
  }
}
@media screen and (max-width: 750px) {
  ._41 .intro .wrapper::after {
    width: 72vw;
    background-position: center bottom;
  }
}
._42 .intro .wrapper::after {
  background-image: url(../img/interview/42/intro.png);
}
@media print, screen and (min-width: 751px) {
  ._42 .intro .wrapper::after {
    width: 320px;
    height: 100%;
    background-position: center;
    top: 0;
    right: -50px;
  }
}
@media screen and (max-width: 750px) {
  ._42 .intro .wrapper::after {
    width: 60vw;
    height: 93.3333333333vw;
    background-position: center bottom;
  }
}
._43 .intro .wrapper::after {
  background-image: url(../img/interview/43/intro.webp);
}
@media print, screen and (min-width: 751px) {
  ._43 .intro .wrapper::after {
    width: 330px;
    background-position: center;
    top: -45px;
    right: -50px;
  }
}
@media screen and (max-width: 750px) {
  ._43 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._44 .intro .wrapper::after {
  background-image: url(../img/interview/44/intro.webp);
}
@media print, screen and (min-width: 751px) {
  ._44 .intro .wrapper::after {
    width: 330px;
    background-position: center;
    top: -30px;
    right: -50px;
  }
}
@media screen and (max-width: 750px) {
  ._44 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._45 .intro .wrapper::after {
  background-image: url(../img/interview/45/intro.webp);
}
@media print, screen and (min-width: 751px) {
  ._45 .intro .wrapper::after {
    width: 330px;
    background-position: center;
    top: -30px;
    right: -50px;
  }
}
@media screen and (max-width: 750px) {
  ._45 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._46 .intro .wrapper::after {
  background-image: url(../img/interview/46/intro.webp);
}
@media screen and (max-width: 750px) {
  ._46 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._47 .intro .wrapper::after {
  background-image: url(../img/interview/47/intro.webp);
}
@media print, screen and (min-width: 751px) {
  ._47 .intro .wrapper::after {
    width: 330px;
    background-position: center;
    top: -30px;
    right: -50px;
  }
}
@media screen and (max-width: 750px) {
  ._47 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._48 .intro .wrapper::after {
  background-image: url(../img/interview/48/intro.webp);
}
@media screen and (max-width: 750px) {
  ._48 .intro .wrapper::after {
    width: 70vw;
    background-position: center bottom;
  }
}
._49 .intro .wrapper::after {
  background-image: url(../img/interview/49/intro.webp);
}
@media screen and (max-width: 750px) {
  ._49 .intro .wrapper::after {
    width: 80vw;
    background-position: center bottom;
  }
}
._50 .intro .wrapper::after {
  background-image: url(../img/interview/50/intro.webp);
}
@media print, screen and (min-width: 751px) {
  ._50 .intro .wrapper::after {
    width: 310px;
    background-position: center;
    top: -30px;
    right: -30px;
  }
}
._51 .intro .wrapper::after {
  background-image: url(../img/interview/51/intro.webp);
}
._52 .intro .wrapper::after {
  background-image: url(../img/interview/52/intro.webp);
}
@media screen and (max-width: 750px) {
  ._52 .intro .wrapper::after {
    width: 80vw;
    background-position: center bottom;
  }
}
._53 .intro .wrapper::after {
  background-image: url(../img/interview/53/intro.webp);
}
@media print, screen and (min-width: 751px) {
  ._53 .intro .wrapper::after {
    width: 330px;
    top: 58%;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  ._53 .intro .wrapper::after {
    width: 71vw;
    background-position: center bottom;
  }
}
._54 .intro .wrapper::after {
  background-image: url(../img/interview/54/intro.webp);
}
._55 .intro .wrapper::after {
  background-image: url(../img/interview/55/intro.webp);
}
._56 .intro .wrapper::after {
  background-image: url(../img/interview/56/intro.webp);
}
._57 .intro .wrapper::after {
  background-image: url(../img/interview/57/intro.webp);
}
._58 .intro .wrapper::after {
  background-image: url(../img/interview/58/intro.webp);
}
._59 .intro .wrapper::after {
  background-image: url(../img/interview/59/intro.webp);
}
._60 .intro .wrapper::after {
  background-image: url(../img/interview/60/intro.webp);
}
._61 .intro .wrapper::after {
  background-image: url(../img/interview/61/intro.webp);
}
._62 .intro .wrapper::after {
  background-image: url(../img/interview/62/intro.webp);
}
._63 .intro .wrapper::after {
  background-image: url(../img/interview/63/intro.webp);
}
._64 .intro .wrapper::after {
  background-image: url(../img/interview/64/intro.webp);
}
._65 .intro .wrapper::after {
  background-image: url(../img/interview/65/intro.webp);
}
._66 .intro .wrapper::after {
  background-image: url(../img/interview/66/intro.webp);
}
._67 .intro .wrapper::after {
  background-image: url(../img/interview/67/intro.webp);
}
._68 .intro .wrapper::after {
  background-image: url(../img/interview/68/intro.webp);
}
._69 .intro .wrapper::after {
  background-image: url(../img/interview/69/intro.webp);
}

/*==================================================*/
/*==================================================*/
.other {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .other {
    margin: auto;
    max-width: 980px;
    padding-bottom: 84px;
  }
}
@media screen and (max-width: 750px) {
  .other {
    padding: 0 5.3333333333vw 22.1333333333vw;
    overflow: hidden;
  }
}
.other h2 {
  margin: auto;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
}
@media print, screen and (min-width: 751px) {
  .other h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 750px) {
  .other h2 {
    font-size: 7.2vw;
  }
}
.other h2::before {
  content: "";
  display: inline-block;
  background-color: #2795ea;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 751px) {
  .other h2::before {
    top: 3px;
    margin-left: 8px;
    margin-right: 20px;
    width: 2px;
    height: 26px;
  }
}
@media screen and (max-width: 750px) {
  .other h2::before {
    top: 0.8vw;
    margin-left: 2.1333333333vw;
    margin-right: 4vw;
    width: 0.5333333333vw;
    height: 6.9333333333vw;
  }
}
.other #liver-list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.other .liver-wrapper {
  margin: auto;
  text-align: left;
}
@media print, screen and (min-width: 751px) {
  .other .liver-wrapper {
    margin-top: 44px;
  }
}
@media screen and (max-width: 750px) {
  .other .liver-wrapper {
    margin-top: 7.2vw;
    padding-bottom: 19.0666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .other .liver-wrapper a + a {
    margin-left: 40px;
  }
}
@media screen and (max-width: 750px) {
  .other .liver-wrapper a + a {
    margin-left: 8vw;
  }
}
.other .liver-wrapper .liver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.other .liver-wrapper .liver img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 751px) {
  .other .liver-wrapper .liver img {
    width: 300px;
    height: 260px;
    -webkit-box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
@media screen and (max-width: 750px) {
  .other .liver-wrapper .liver img {
    width: 69.3333333333vw;
    height: 60vw;
    -webkit-box-shadow: 0px 1.6vw 2.8vw 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 1.6vw 2.8vw 0px rgba(0, 0, 0, 0.07);
  }
}
.other .liver-wrapper .liver p span {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09em;
}
.other .liver-wrapper .liver .issue {
  color: #2795ea;
}
@media print, screen and (min-width: 751px) {
  .other .liver-wrapper .liver .issue {
    margin-top: 22px;
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .other .liver-wrapper .liver .issue {
    margin-top: 4.8vw;
    font-size: 2.6666666667vw;
  }
}
.other .liver-wrapper .liver .name {
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .other .liver-wrapper .liver .name {
    margin-top: 2px;
    font-size: 16px;
    -webkit-transition: color 0.2s 0s;
    transition: color 0.2s 0s;
  }
}
@media screen and (max-width: 750px) {
  .other .liver-wrapper .liver .name {
    margin-top: 0.5333333333vw;
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .other .liver-wrapper .liver:hover img {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .other .liver-wrapper .liver:hover .name {
    color: #2795ea;
  }
}
.other .liver-wrapper .coming div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/interview/common/kv_bg_pc.jpg) center;
  background-size: 400%;
  color: #88b2c8;
  z-index: 1;
}
.other .liver-wrapper .coming div::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f4fbfd;
  opacity: 0.9;
  z-index: -1;
}
@media print, screen and (min-width: 751px) {
  .other .liver-wrapper .coming div {
    width: 300px;
    height: 260px;
    -webkit-box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 12px 21px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
@media screen and (max-width: 750px) {
  .other .liver-wrapper .coming div {
    width: 69.3333333333vw;
    height: 60vw;
    -webkit-box-shadow: 0px 1.6vw 2.8vw 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 1.6vw 2.8vw 0px rgba(0, 0, 0, 0.07);
  }
}
.other .liver-wrapper .slick-list {
  overflow: visible;
}
.other .liver-wrapper .slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1f272b;
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
  position: absolute;
  -webkit-transition: border 0.15s 0s;
  transition: border 0.15s 0s;
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  .other .liver-wrapper .slick-arrow {
    width: 45px;
    height: 45px;
    top: -82px;
    right: 0;
  }
  .other .liver-wrapper .slick-arrow:hover {
    border-color: #2795ea;
    border-width: 2px;
  }
  .other .liver-wrapper .slick-arrow:hover::before {
    border-color: #2795ea;
    border-width: 0 0 2px 2px;
  }
}
@media screen and (max-width: 750px) {
  .other .liver-wrapper .slick-arrow {
    width: 12vw;
    height: 12vw;
    bottom: -18.9333333333vw;
  }
}
.other .liver-wrapper .slick-arrow::before {
  content: "";
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #1f272b;
  position: absolute;
  -webkit-transition: border 0.15s 0s;
  transition: border 0.15s 0s;
}
@media print, screen and (min-width: 751px) {
  .other .liver-wrapper .slick-arrow::before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 750px) {
  .other .liver-wrapper .slick-arrow::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .other .liver-wrapper .slick-arrow.slick-prev {
    right: 66px;
  }
}
@media screen and (max-width: 750px) {
  .other .liver-wrapper .slick-arrow.slick-prev {
    right: 14.8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .other .liver-wrapper .slick-arrow.slick-prev::before {
    -webkit-transform: translateX(3px) rotate(45deg);
            transform: translateX(3px) rotate(45deg);
  }
}
@media screen and (max-width: 750px) {
  .other .liver-wrapper .slick-arrow.slick-prev::before {
    -webkit-transform: translateX(0.8vw) rotate(45deg);
            transform: translateX(0.8vw) rotate(45deg);
  }
}
@media screen and (max-width: 750px) {
  .other .liver-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}
.other .liver-wrapper .slick-arrow.slick-next::before {
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
          transform: translate(-60%, -50%) rotate(-45deg);
}
@media print, screen and (min-width: 751px) {
  .other .liver-wrapper .slick-arrow.slick-next::before {
    -webkit-transform: translateX(-3px) rotate(-135deg);
            transform: translateX(-3px) rotate(-135deg);
  }
}
@media screen and (max-width: 750px) {
  .other .liver-wrapper .slick-arrow.slick-next::before {
    -webkit-transform: translateX(-0.8vw) rotate(-135deg);
            transform: translateX(-0.8vw) rotate(-135deg);
  }
}
.other .liver-wrapper .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.other .liver-wrapper .slick-arrow:hover {
  -webkit-animation: btnHover 0.15s forwards;
          animation: btnHover 0.15s forwards;
}