@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.cont-ttl {
  color: #2795ea;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 500;
  letter-spacing: 0.8em;
  position: fixed;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition: opacity 0.5s 1s, -webkit-transform 0 1s;
  transition: opacity 0.5s 1s, -webkit-transform 0 1s;
  transition: opacity 0.5s 1s, transform 0 1s;
  transition: opacity 0.5s 1s, transform 0 1s, -webkit-transform 0 1s;
}
.loaded .cont-ttl {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media print, screen and (min-width: 751px) {
  .cont-ttl {
    top: 44px;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .cont-ttl {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    top: 5.3333333333vw;
    right: 2.6666666667vw;
    font-size: 3.2vw;
  }
}

@-webkit-keyframes drawing {
  0% {
    stroke-dashoffset: 11000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawing {
  0% {
    stroke-dashoffset: 11000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circleDraw {
  0% {
    stroke-dashoffset: 230;
    opacity: 0;
  }
  25% {
    stroke-dashoffset: -10;
    opacity: 1;
  }
  63.5% {
    stroke-dashoffset: -10;
    opacity: 1;
  }
  83.5% {
    stroke-dashoffset: -250;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: -250;
    opacity: 0;
  }
}
@keyframes circleDraw {
  0% {
    stroke-dashoffset: 230;
    opacity: 0;
  }
  25% {
    stroke-dashoffset: -10;
    opacity: 1;
  }
  63.5% {
    stroke-dashoffset: -10;
    opacity: 1;
  }
  83.5% {
    stroke-dashoffset: -250;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: -250;
    opacity: 0;
  }
}
@-webkit-keyframes lineStretch {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    opacity: 0;
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    opacity: 1;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    opacity: 1;
  }
  65% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    opacity: 0;
  }
}
@keyframes lineStretch {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    opacity: 0;
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    opacity: 1;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    opacity: 1;
  }
  65% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    opacity: 0;
  }
}
@-webkit-keyframes letterUp {
  0% {
    opacity: 0;
    margin-top: 25px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes letterUp {
  0% {
    opacity: 0;
    margin-top: 25px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes btnHover {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*==================================================
	header / nav
==================================================*/
header {
  z-index: 10;
}
header h1 {
  position: fixed;
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  header h1 {
    top: 40px;
    left: 30px;
  }
}
@media screen and (max-width: 750px) {
  header h1 {
    top: 4vw;
    left: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  header h1 img {
    width: 241px;
  }
}
@media screen and (max-width: 750px) {
  header h1 img {
    width: 46.1333333333vw;
  }
}
header nav {
  position: fixed;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header nav ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header nav ul li span {
  display: inline-block;
  margin-bottom: 4px;
  font-family: aktiv-grotesk, sans-serif;
}
header nav ul li + li {
  margin-top: 40px;
}
header nav ul li a:hover {
  color: #2795ea;
}

.cont1 #nav li:nth-child(1),
.cont2 #nav li:nth-child(2),
.cont3:not(.last) #nav li:nth-child(3) {
  color: #2795ea;
}
.cont1 #nav li:nth-child(1) span,
.cont2 #nav li:nth-child(2) span,
.cont3:not(.last) #nav li:nth-child(3) span {
  font-size: 20px;
  margin-bottom: 8px;
}
.cont1 #nav li:nth-child(1) span::after,
.cont2 #nav li:nth-child(2) span::after,
.cont3:not(.last) #nav li:nth-child(3) span::after {
  content: "";
  display: block;
  margin-left: 1px;
  width: calc(100% - 4px);
  height: 2px;
  background-color: #2795ea;
}

/*==================================================
	footer / copyright
==================================================*/
footer {
  background-color: #fff;
  border-top: none;
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  footer {
    max-width: 100%;
    width: 100%;
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    margin: 0;
    padding: 12.5333333333vw 0 5.3333333333vw;
  }
}

/*==================================================
	BG
==================================================*/
.bg div {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}
.bg .top-bg {
  height: 100vh;
  height: 100svh;
  background-image: url(../img/top/bg1_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media print, screen and (min-width: 751px) {
  .bg .top-bg {
    -webkit-mask-image: url(../img/top/kv-mask_pc.png);
            mask-image: url(../img/top/kv-mask_pc.png);
    -webkit-mask-size: calc(100% - 66px) calc(100% - 66px);
            mask-size: calc(100% - 66px) calc(100% - 66px);
  }
}
@media screen and (max-width: 750px) {
  .bg .top-bg {
    -webkit-mask-image: url(../img/top/kv-mask_sp.png);
            mask-image: url(../img/top/kv-mask_sp.png);
    -webkit-mask-size: calc(100% - 10.6666666667vw) calc(100% - 10.6666666667vw);
            mask-size: calc(100% - 10.6666666667vw) calc(100% - 10.6666666667vw);
  }
}
.bg .cont-bg {
  height: 100vh;
  height: 100lvh;
  background: url(../img/top/bg2_pc.jpg) center no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.conts .bg .cont-bg {
  opacity: 1;
}

/*==================================================
	#top
==================================================*/
#top {
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.cont1 #top {
  opacity: 1;
}
#top .top-bubble {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
}
#top .top-bubble span {
  display: block;
  background-size: contain;
  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;
}
#top .top-bubble span.color1 {
  background-image: url(../img/top/bubble_a1.png);
}
#top .top-bubble span.color2 {
  background-image: url(../img/top/bubble_a2.png);
}
#top .top-bubble span.color3 {
  background-image: url(../img/top/bubble_a3.png);
}
#top .top-bubble span.color4 {
  background-image: url(../img/top/bubble_a4.png);
}
#top .top-bubble span.color5 {
  background-image: url(../img/top/bubble_a5.png);
}
#top .top-bubble span.color6 {
  background-image: url(../img/top/bubble_a6.png);
}
#top .top-bubble span.color7 {
  background-image: url(../img/top/bubble_a7.png);
}
#top .top-bubble span.color8 {
  background-image: url(../img/top/bubble_a8.png);
}
#top .top-bubble span.color9 {
  background-image: url(../img/top/bubble_a9.png);
}
#top .top-bubble span.color10 {
  background-image: url(../img/top/bubble_a10.png);
}
#top .top-bubble span.color11 {
  background-image: url(../img/top/bubble_a11.png);
}
#top .top-bubble span.color12 {
  background-image: url(../img/top/bubble_a12.png);
}
#top .top-bubble span.color13 {
  background-image: url(../img/top/bubble_a13.png);
}
#top .top-bubble span.color14 {
  background-image: url(../img/top/bubble_a14.png);
}
#top .top-bubble span.color15 {
  background-image: url(../img/top/bubble_a15.png);
}
#top .top-bubble span.color16 {
  background-image: url(../img/top/bubble_a16.png);
}
#top .top-bubble span.duration1 {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
#top .top-bubble span.duration2 {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
#top .top-bubble span.duration3 {
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
#top .top-bubble span.duration4 {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
#top .top-bubble span.duration5 {
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
#top .top-bubble span.delay1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#top .top-bubble span.delay2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#top .top-bubble span.delay3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#top .top-bubble span.delay4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#top .top-bubble span.delay5 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@-webkit-keyframes floatUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes floatUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media print, screen and (min-width: 751px) {
  #top .top-bubble span.size1 {
    width: 433px;
    height: 433px;
  }
  #top .top-bubble span.size2 {
    width: 173px;
    height: 173px;
  }
  #top .top-bubble span.size3 {
    width: 216px;
    height: 216px;
  }
  #top .top-bubble span.size4 {
    width: 151px;
    height: 151px;
  }
  #top .top-bubble span.size5 {
    width: 173px;
    height: 173px;
  }
  #top .top-bubble span.size6 {
    width: 113px;
    height: 113px;
  }
  #top .top-bubble span.size7 {
    width: 255px;
    height: 255px;
  }
  #top .top-bubble span.size8 {
    width: 173px;
    height: 173px;
  }
  #top .top-bubble span.size9 {
    width: 126px;
    height: 126px;
  }
  #top .top-bubble span.size10 {
    width: 133px;
    height: 133px;
  }
  #top .top-bubble span.size11 {
    width: 373px;
    height: 373px;
  }
  #top .top-bubble span.size12 {
    width: 273px;
    height: 273px;
  }
  #top .top-bubble span.size13 {
    width: 164px;
    height: 164px;
  }
  #top .top-bubble span.size14 {
    width: 553px;
    height: 553px;
  }
  #top .top-bubble span.size15 {
    width: 313px;
    height: 313px;
  }
  #top .top-bubble span.size16 {
    width: 235px;
    height: 235px;
  }
}
@media screen and (max-width: 750px) {
  #top .top-bubble span.size1 {
    width: 57.7333333333vw;
    height: 57.7333333333vw;
  }
  #top .top-bubble span.size2 {
    width: 23.0666666667vw;
    height: 23.0666666667vw;
  }
  #top .top-bubble span.size3 {
    width: 28.8vw;
    height: 28.8vw;
  }
  #top .top-bubble span.size4 {
    width: 20.1333333333vw;
    height: 20.1333333333vw;
  }
  #top .top-bubble span.size5 {
    width: 23.0666666667vw;
    height: 23.0666666667vw;
  }
  #top .top-bubble span.size6 {
    width: 15.0666666667vw;
    height: 15.0666666667vw;
  }
  #top .top-bubble span.size7 {
    width: 34vw;
    height: 34vw;
  }
  #top .top-bubble span.size8 {
    width: 23.0666666667vw;
    height: 23.0666666667vw;
  }
  #top .top-bubble span.size9 {
    width: 16.8vw;
    height: 16.8vw;
  }
  #top .top-bubble span.size10 {
    width: 17.7333333333vw;
    height: 17.7333333333vw;
  }
  #top .top-bubble span.size11 {
    width: 49.7333333333vw;
    height: 49.7333333333vw;
  }
  #top .top-bubble span.size12 {
    width: 36.4vw;
    height: 36.4vw;
  }
  #top .top-bubble span.size13 {
    width: 21.8666666667vw;
    height: 21.8666666667vw;
  }
  #top .top-bubble span.size14 {
    width: 73.7333333333vw;
    height: 73.7333333333vw;
  }
  #top .top-bubble span.size15 {
    width: 41.7333333333vw;
    height: 41.7333333333vw;
  }
  #top .top-bubble span.size16 {
    width: 31.3333333333vw;
    height: 31.3333333333vw;
  }
}
#top .top-cont {
  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;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
}
#top h1 {
  text-align: center;
  z-index: 1;
}
#top h1 img {
  vertical-align: middle;
  opacity: 0;
  -webkit-animation: letterUp 1s forwards;
          animation: letterUp 1s forwards;
}
#top h1 img.ltr01 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
#top h1 img.ltr02 {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
#top h1 img.ltr03 {
  -webkit-animation-delay: 1.14s;
          animation-delay: 1.14s;
}
#top h1 img.ltr04 {
  -webkit-animation-delay: 1.16s;
          animation-delay: 1.16s;
}
#top h1 img.ltr05 {
  -webkit-animation-delay: 1.18s;
          animation-delay: 1.18s;
}
#top h1 img.ltr06 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#top h1 img.ltr07 {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}
#top h1 img.ltr08 {
  -webkit-animation-delay: 1.24s;
          animation-delay: 1.24s;
}
#top h1 img.ltr09 {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}
#top h1 img.ltr10 {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
#top h1 img.ltr11 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#top h1 img.ltr12 {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}
#top h1 img.ltr13 {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}
#top h1 img.ltr14 {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}
#top h1 img.ltr15 {
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}
#top h1 img.ltr16 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
#top h1 img.ltr17 {
  -webkit-animation-delay: 1.42s;
          animation-delay: 1.42s;
}
#top h1 img.ltr18 {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
@media print, screen and (min-width: 751px) {
  #top h1 img {
    margin: 0 9px;
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
    -webkit-filter: drop-shadow(2px 2px 0px rgb(255, 255, 255));
            filter: drop-shadow(2px 2px 0px rgb(255, 255, 255));
  }
  #top h1 img.ltr01 {
    width: 19px;
  }
  #top h1 img.ltr02 {
    width: 19px;
  }
  #top h1 img.ltr03 {
    width: 26px;
  }
  #top h1 img.ltr04 {
    width: 21px;
    margin: 0 2px;
  }
  #top h1 img.ltr05 {
    width: 21px;
  }
  #top h1 img.ltr06 {
    width: 18px;
  }
  #top h1 img.ltr07 {
    width: 24px;
  }
  #top h1 img.ltr08 {
    width: 25px;
  }
  #top h1 img.ltr09 {
    width: 22px;
    margin-left: 2px;
  }
  #top h1 img.ltr10 {
    width: 6px;
    -webkit-transform: translate(-13px, -3px);
            transform: translate(-13px, -3px);
  }
  #top h1 img.ltr11 {
    width: 24px;
    margin-left: -4px;
  }
  #top h1 img.ltr12 {
    width: 18px;
  }
  #top h1 img.ltr13 {
    width: 15px;
  }
  #top h1 img.ltr14 {
    width: 20px;
  }
  #top h1 img.ltr15 {
    width: 15px;
  }
  #top h1 img.ltr16 {
    width: 19px;
  }
  #top h1 img.ltr17 {
    width: 25px;
  }
  #top h1 img.ltr18 {
    width: 25px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 750px) {
  #top h1 img {
    margin: 0 1.2vw;
    -webkit-transform: translateY(-1.8666666667vw);
            transform: translateY(-1.8666666667vw);
    -webkit-filter: drop-shadow(2px 2px 0px rgb(255, 255, 255));
            filter: drop-shadow(2px 2px 0px rgb(255, 255, 255));
  }
  #top h1 img.ltr01 {
    width: 3.2vw;
  }
  #top h1 img.ltr02 {
    width: 3.2vw;
  }
  #top h1 img.ltr03 {
    width: 4.1333333333vw;
  }
  #top h1 img.ltr04 {
    width: 3.4666666667vw;
    margin: 0 -0.0666666667vw;
  }
  #top h1 img.ltr05 {
    width: 3.4666666667vw;
  }
  #top h1 img.ltr06 {
    width: 3.0666666667vw;
  }
  #top h1 img.ltr07 {
    width: 3.8666666667vw;
  }
  #top h1 img.ltr08 {
    width: 4vw;
    margin-left: -0.1333333333vw;
  }
  #top h1 img.ltr09 {
    width: 3.6vw;
    margin-left: 0.2666666667vw;
  }
  #top h1 img.ltr10 {
    width: 1.0666666667vw;
    margin-right: -1.0666666667vw;
    -webkit-transform: translate(-2vw);
            transform: translate(-2vw);
  }
  #top h1 img.ltr11 {
    width: 4vw;
    margin-left: -0.5333333333vw;
  }
  #top h1 img.ltr12 {
    width: 3.0666666667vw;
  }
  #top h1 img.ltr13 {
    width: 2.6666666667vw;
  }
  #top h1 img.ltr14 {
    width: 3.3333333333vw;
  }
  #top h1 img.ltr15 {
    width: 2.6666666667vw;
  }
  #top h1 img.ltr16 {
    width: 3.2vw;
  }
  #top h1 img.ltr17 {
    width: 4vw;
  }
  #top h1 img.ltr18 {
    width: 4vw;
    margin-left: -0.5333333333vw;
  }
}
#top .underline {
  position: absolute;
  opacity: 0.9;
}
@media print, screen and (min-width: 751px) {
  #top .underline {
    width: 818px;
    height: 30px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
#top .underline path {
  fill: none;
  stroke: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  stroke: #fff;
  stroke-dasharray: 11000;
  stroke-dashoffset: 11000;
  -webkit-animation-name: drawing;
          animation-name: drawing;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#top .underline1 {
  width: 68vw;
  height: vh(32px);
  -webkit-transform: translateY(-4.2666666667vw);
          transform: translateY(-4.2666666667vw);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#top .underline2 {
  width: 58.6666666667vw;
  height: vh(32px);
  -webkit-transform: translate(-0.8vw, 7.4666666667vw);
          transform: translate(-0.8vw, 7.4666666667vw);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}
#top .scroll {
  width: 100%;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-animation: fadeIn 1s 2s forwards;
          animation: fadeIn 1s 2s forwards;
}
@media print, screen and (min-width: 751px) {
  #top .scroll {
    font-size: 14px;
    bottom: 140px;
  }
}
@media screen and (max-width: 750px) {
  #top .scroll {
    font-size: 3.4666666667vw;
    bottom: 36vw;
  }
}
#top .scroll svg {
  fill: none;
  stroke: #1f272b;
  stroke-width: 1px;
  stroke-dasharray: 220 250;
  stroke-dashoffset: 230;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  -webkit-animation: circleDraw 4s 2.75s ease-in-out infinite;
          animation: circleDraw 4s 2.75s ease-in-out infinite;
}
@media print, screen and (min-width: 751px) {
  #top .scroll svg {
    width: 76px;
    height: 76px;
    bottom: -80px;
  }
}
@media screen and (max-width: 750px) {
  #top .scroll svg {
    width: 17.8666666667vw;
    height: 17.8666666667vw;
    bottom: -18.6666666667vw;
  }
}
#top .scroll svg path {
  fill: none;
  stroke: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
}
#top .scroll span {
  background-color: #1f272b;
  position: absolute;
  left: calc(50% - 0.5px);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-animation: lineStretch 4s 3.25s ease-in-out infinite;
          animation: lineStretch 4s 3.25s ease-in-out infinite;
}
@media print, screen and (min-width: 751px) {
  #top .scroll span {
    width: 1px;
    height: 82px;
    bottom: -130px;
  }
}
@media screen and (max-width: 750px) {
  #top .scroll span {
    width: 1px;
    height: 21.6vw;
    bottom: -34.6666666667vw;
  }
}
#top .scroll span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #1f272b transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media print, screen and (min-width: 751px) {
  #top .scroll span::after {
    border-width: 12px 7px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #top .scroll span::after {
    border-width: 3.3333333333vw 1.8666666667vw 0 0;
  }
}
#top .scroll.end {
  opacity: 1;
  -webkit-animation: fadeOut 0.25s 0s forwards;
          animation: fadeOut 0.25s 0s forwards;
}

/*==================================================
	#about
==================================================*/
#about {
  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;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.cont2 #about {
  opacity: 1;
}
@media print, screen and (min-width: 751px) {
  #about {
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 750px) {
  #about {
    padding-bottom: 29.3333333333vw;
  }
}
.cont2 #about .cont-ttl {
  opacity: 1;
}
#about .about-bubble {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
#about .about-bubble span {
  display: block;
  background-size: contain;
  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;
}
#about .about-bubble span.color1 {
  background-image: url(../img/top/bubble_b1.png);
}
#about .about-bubble span.color2 {
  background-image: url(../img/top/bubble_b2.png);
}
#about .about-bubble span.color3 {
  background-image: url(../img/top/bubble_b3.png);
}
#about .about-bubble span.color4 {
  background-image: url(../img/top/bubble_b4.png);
}
#about .about-bubble span.duration1 {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
#about .about-bubble span.duration2 {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
#about .about-bubble span.duration3 {
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
#about .about-bubble span.duration4 {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
#about .about-bubble span.duration5 {
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
#about .about-bubble span.delay1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#about .about-bubble span.delay2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#about .about-bubble span.delay3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#about .about-bubble span.delay4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#about .about-bubble span.delay5 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@keyframes floatUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media print, screen and (min-width: 751px) {
  #about .about-bubble span.size1 {
    width: 433px;
    height: 433px;
  }
  #about .about-bubble span.size2 {
    width: 173px;
    height: 173px;
  }
  #about .about-bubble span.size3 {
    width: 216px;
    height: 216px;
  }
  #about .about-bubble span.size4 {
    width: 151px;
    height: 151px;
  }
  #about .about-bubble span.size5 {
    width: 173px;
    height: 173px;
  }
  #about .about-bubble span.size6 {
    width: 113px;
    height: 113px;
  }
  #about .about-bubble span.size7 {
    width: 255px;
    height: 255px;
  }
  #about .about-bubble span.size8 {
    width: 173px;
    height: 173px;
  }
  #about .about-bubble span.size9 {
    width: 126px;
    height: 126px;
  }
  #about .about-bubble span.size10 {
    width: 133px;
    height: 133px;
  }
  #about .about-bubble span.size11 {
    width: 373px;
    height: 373px;
  }
  #about .about-bubble span.size12 {
    width: 273px;
    height: 273px;
  }
  #about .about-bubble span.size13 {
    width: 164px;
    height: 164px;
  }
  #about .about-bubble span.size14 {
    width: 553px;
    height: 553px;
  }
  #about .about-bubble span.size15 {
    width: 313px;
    height: 313px;
  }
  #about .about-bubble span.size16 {
    width: 235px;
    height: 235px;
  }
}
@media screen and (max-width: 750px) {
  #about .about-bubble span.size1 {
    width: 35.3333333333vw;
    height: 35.3333333333vw;
  }
  #about .about-bubble span.size2 {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
  #about .about-bubble span.size3 {
    width: 33.6vw;
    height: 33.6vw;
  }
  #about .about-bubble span.size4 {
    width: 54.5333333333vw;
    height: 54.5333333333vw;
  }
  #about .about-bubble span.size13 {
    width: 21.8666666667vw;
    height: 21.8666666667vw;
  }
  #about .about-bubble span.size14 {
    width: 73.7333333333vw;
    height: 73.7333333333vw;
  }
  #about .about-bubble span.size15 {
    width: 41.7333333333vw;
    height: 41.7333333333vw;
  }
  #about .about-bubble span.size16 {
    width: 31.3333333333vw;
    height: 31.3333333333vw;
  }
}
#about .about-cont {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.loaded #about .about-cont {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (min-width: 751px) and (min-height: 800px) {
  #about .about-cont {
    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;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#about .text {
  display: inline-block;
  font-weight: 400;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  #about .text {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  #about .text {
    font-size: 3.7333333333vw;
    line-height: 8vw;
  }
}
#about .text.gradient-text {
  background: linear-gradient(-24deg, rgb(0, 36, 78) 0%, rgb(25, 154, 209) 23%, rgb(24, 93, 146) 53%, rgb(16, 138, 198) 78%, rgb(9, 39, 93) 100%, rgb(9, 39, 93) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: 1;
}
.conts #about .text.gradient-text {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}
@media print, screen and (min-width: 751px) {
  .conts #about .text.gradient-text {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}
@media screen and (max-width: 750px) {
  .conts #about .text.gradient-text {
    -webkit-animation-delay: 4.2s;
            animation-delay: 4.2s;
  }
}
#about .text.mono-text {
  position: absolute;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.conts #about .text.mono-text {
  opacity: 1;
}
#about .text.mono-text span {
  display: inline-block;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.conts #about .text.mono-text span {
  opacity: 1;
}
@media print, screen and (min-width: 751px) {
  .conts #about .text.mono-text span:nth-child(1) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .conts #about .text.mono-text span:nth-child(2) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .conts #about .text.mono-text span:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .conts #about .text.mono-text span:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .conts #about .text.mono-text span:nth-child(5) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .conts #about .text.mono-text span:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .conts #about .text.mono-text span:nth-child(7) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .conts #about .text.mono-text span:nth-child(8) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .conts #about .text.mono-text span:nth-child(9) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .conts #about .text.mono-text span:nth-child(10) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .conts #about .text.mono-text span:nth-child(11) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .conts #about .text.mono-text span:nth-child(12) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .conts #about .text.mono-text span:nth-child(13) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .conts #about .text.mono-text span:nth-child(14) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .conts #about .text.mono-text span:nth-child(15) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .conts #about .text.mono-text span:nth-child(16) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .conts #about .text.mono-text span:nth-child(17) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .conts #about .text.mono-text span:nth-child(18) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .conts #about .text.mono-text span:nth-child(19) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .conts #about .text.mono-text span:nth-child(20) {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .conts #about .text.mono-text span:nth-child(22) {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .conts #about .text.mono-text span:nth-child(23) {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .conts #about .text.mono-text span:nth-child(24) {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .conts #about .text.mono-text span:nth-child(25) {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  .conts #about .text.mono-text span:nth-child(26) {
    -webkit-transition-delay: 2.6s;
            transition-delay: 2.6s;
  }
  .conts #about .text.mono-text span:nth-child(27) {
    -webkit-transition-delay: 2.6s;
            transition-delay: 2.6s;
  }
  .conts #about .text.mono-text span:nth-child(28) {
    -webkit-transition-delay: 2.6s;
            transition-delay: 2.6s;
  }
  .conts #about .text.mono-text span:nth-child(29) {
    -webkit-transition-delay: 2.6s;
            transition-delay: 2.6s;
  }
  .conts #about .text.mono-text span:nth-child(30) {
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }
  .conts #about .text.mono-text span:nth-child(31) {
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }
  .conts #about .text.mono-text span:nth-child(32) {
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }
  .conts #about .text.mono-text span:nth-child(33) {
    -webkit-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }
  .conts #about .text.mono-text span:nth-child(35) {
    -webkit-transition-delay: 3.8s;
            transition-delay: 3.8s;
  }
  .conts #about .text.mono-text span:nth-child(36) {
    -webkit-transition-delay: 3.8s;
            transition-delay: 3.8s;
  }
  .conts #about .text.mono-text span:nth-child(37) {
    -webkit-transition-delay: 3.8s;
            transition-delay: 3.8s;
  }
  .conts #about .text.mono-text span:nth-child(38) {
    -webkit-transition-delay: 3.8s;
            transition-delay: 3.8s;
  }
  .conts #about .text.mono-text span:nth-child(39) {
    -webkit-transition-delay: 4s;
            transition-delay: 4s;
  }
  .conts #about .text.mono-text span:nth-child(40) {
    -webkit-transition-delay: 4s;
            transition-delay: 4s;
  }
  .conts #about .text.mono-text span:nth-child(41) {
    -webkit-transition-delay: 4s;
            transition-delay: 4s;
  }
}
@media screen and (max-width: 750px) {
  .conts #about .text.mono-text span:nth-child(1) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .conts #about .text.mono-text span:nth-child(2) {
    -webkit-transition-delay: 0.425s;
            transition-delay: 0.425s;
  }
  .conts #about .text.mono-text span:nth-child(3) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .conts #about .text.mono-text span:nth-child(4) {
    -webkit-transition-delay: 0.475s;
            transition-delay: 0.475s;
  }
  .conts #about .text.mono-text span:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .conts #about .text.mono-text span:nth-child(6) {
    -webkit-transition-delay: 0.525s;
            transition-delay: 0.525s;
  }
  .conts #about .text.mono-text span:nth-child(7) {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .conts #about .text.mono-text span:nth-child(8) {
    -webkit-transition-delay: 0.575s;
            transition-delay: 0.575s;
  }
  .conts #about .text.mono-text span:nth-child(9) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .conts #about .text.mono-text span:nth-child(10) {
    -webkit-transition-delay: 0.625s;
            transition-delay: 0.625s;
  }
  .conts #about .text.mono-text span:nth-child(11) {
    -webkit-transition-delay: 0.65s;
            transition-delay: 0.65s;
  }
  .conts #about .text.mono-text span:nth-child(12) {
    -webkit-transition-delay: 0.675s;
            transition-delay: 0.675s;
  }
  .conts #about .text.mono-text span:nth-child(13) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .conts #about .text.mono-text span:nth-child(14) {
    -webkit-transition-delay: 0.725s;
            transition-delay: 0.725s;
  }
  .conts #about .text.mono-text span:nth-child(15) {
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
  }
  .conts #about .text.mono-text span:nth-child(16) {
    -webkit-transition-delay: 0.775s;
            transition-delay: 0.775s;
  }
  .conts #about .text.mono-text span:nth-child(17) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .conts #about .text.mono-text span:nth-child(18) {
    -webkit-transition-delay: 0.825s;
            transition-delay: 0.825s;
  }
  .conts #about .text.mono-text span:nth-child(19) {
    -webkit-transition-delay: 0.85s;
            transition-delay: 0.85s;
  }
  .conts #about .text.mono-text span:nth-child(20) {
    -webkit-transition-delay: 0.875s;
            transition-delay: 0.875s;
  }
  .conts #about .text.mono-text span:nth-child(22) {
    -webkit-transition-delay: 1.875s;
            transition-delay: 1.875s;
  }
  .conts #about .text.mono-text span:nth-child(23) {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  .conts #about .text.mono-text span:nth-child(24) {
    -webkit-transition-delay: 1.95s;
            transition-delay: 1.95s;
  }
  .conts #about .text.mono-text span:nth-child(25) {
    -webkit-transition-delay: 1.975s;
            transition-delay: 1.975s;
  }
  .conts #about .text.mono-text span:nth-child(26) {
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  .conts #about .text.mono-text span:nth-child(27) {
    -webkit-transition-delay: 2.025s;
            transition-delay: 2.025s;
  }
  .conts #about .text.mono-text span:nth-child(28) {
    -webkit-transition-delay: 2.05s;
            transition-delay: 2.05s;
  }
  .conts #about .text.mono-text span:nth-child(29) {
    -webkit-transition-delay: 2.075s;
            transition-delay: 2.075s;
  }
  .conts #about .text.mono-text span:nth-child(30) {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  .conts #about .text.mono-text span:nth-child(31) {
    -webkit-transition-delay: 2.125s;
            transition-delay: 2.125s;
  }
  .conts #about .text.mono-text span:nth-child(32) {
    -webkit-transition-delay: 2.15s;
            transition-delay: 2.15s;
  }
  .conts #about .text.mono-text span:nth-child(33) {
    -webkit-transition-delay: 2.175s;
            transition-delay: 2.175s;
  }
  .conts #about .text.mono-text span:nth-child(35) {
    -webkit-transition-delay: 3.175s;
            transition-delay: 3.175s;
  }
  .conts #about .text.mono-text span:nth-child(36) {
    -webkit-transition-delay: 3.2s;
            transition-delay: 3.2s;
  }
  .conts #about .text.mono-text span:nth-child(37) {
    -webkit-transition-delay: 3.225s;
            transition-delay: 3.225s;
  }
  .conts #about .text.mono-text span:nth-child(38) {
    -webkit-transition-delay: 3.25s;
            transition-delay: 3.25s;
  }
  .conts #about .text.mono-text span:nth-child(39) {
    -webkit-transition-delay: 3.275s;
            transition-delay: 3.275s;
  }
  .conts #about .text.mono-text span:nth-child(40) {
    -webkit-transition-delay: 3.3s;
            transition-delay: 3.3s;
  }
  .conts #about .text.mono-text span:nth-child(41) {
    -webkit-transition-delay: 3.325s;
            transition-delay: 3.325s;
  }
}
#about .text.mono-text span::before {
  content: "";
  width: calc(100% + 16px);
  height: 50%;
  background-image: url(../img/top/underline.svg), url(../img/top/underline.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -8px;
  bottom: 0;
  z-index: -1;
}
@media print, screen and (min-width: 751px) {
  #about .text.mono-text span::before {
    background-position: -240px 0, 220px 0;
    background-size: 466px 16px;
  }
}
@media screen and (max-width: 750px) {
  #about .text.mono-text span::before {
    background-size: cover;
  }
}
#about #clipmask_pc path,
#about #clipmask_sp path {
  fill: none;
  stroke: #fff;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#about #clipmask_sp path {
  stroke-width: 22;
}
#about .catch {
  position: absolute;
  z-index: 10;
}
@media print, screen and (min-width: 751px) {
  #about .catch {
    width: 610px;
    height: 153px;
    top: calc(50% + 240px);
    left: calc(50% - 70px);
  }
}
@media screen and (max-width: 750px) {
  #about .catch {
    width: 68.1333333333vw;
    height: 23.3333333333vw;
    bottom: -29.3333333333vw;
    left: 18.6666666667vw;
  }
}

/*==================================================
	#interview
==================================================*/
#interview {
  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;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  z-index: 2;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.cont3 #interview {
  opacity: 1;
}
@media print, screen and (min-width: 751px) {
  #interview {
    padding: 135px 0 80px;
  }
}
@media screen and (max-width: 750px) {
  #interview {
    margin-top: 5vh;
  }
}
.cont3:not(.last) #interview .cont-ttl {
  opacity: 1;
}
#interview .contents {
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.loaded #interview .contents {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media print, screen and (min-width: 751px) {
  #interview .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: calc(50% - 108px);
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  #interview .contents {
    padding-bottom: 16vw;
  }
}
#interview .liver-info {
  position: relative;
}
#interview .liver-info > div {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div {
    padding-top: 80px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div {
    padding: 0 10.6666666667vw 8vw;
  }
}
#interview .liver-info > div .num {
  display: inline-block;
  color: #fff;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div .num {
    font-size: 202px;
    top: -20px;
    left: -60px;
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div .num {
    font-size: 26.9333333333vw;
    top: -4vw;
    left: 4vw;
  }
}
#interview .liver-info > div .full-shot {
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div .full-shot {
    width: 30vw;
    max-width: 520px;
    height: 700px;
    background-position: right bottom;
    position: fixed;
    top: 50%;
    left: 125px;
    left: calc(50% - 43vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div .full-shot {
    margin: 1.3333333333vw 0 5.8666666667vw;
    width: 100%;
    height: 70.6666666667vw;
    background-position: center bottom;
  }
}
@media print, screen and (min-width: 751px) {
  .last #interview .liver-info > div .full-shot {
    position: absolute;
    top: auto;
    bottom: -320px;
    left: calc((100vw - 1000px) / 2 * -1 - 267px);
    left: -35.5vw;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
#interview .liver-info > div#liver1 .full-shot {
  background-image: url(../img/interview/1/intro.png);
}
#interview .liver-info > div#liver2 .full-shot {
  background-image: url(../img/interview/2/intro.png);
}
#interview .liver-info > div#liver3 .full-shot {
  background-image: url(../img/interview/3/intro.png);
}
#interview .liver-info > div#liver4 .full-shot {
  background-image: url(../img/interview/4/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver4 .full-shot {
    background-size: 80%;
    background-position: right center;
  }
}
#interview .liver-info > div#liver5 .full-shot {
  background-image: url(../img/interview/5/intro.png);
}
#interview .liver-info > div#liver6 .full-shot {
  background-image: url(../img/interview/6/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver6 .full-shot {
    background-size: 80%;
    background-position: right center;
  }
}
#interview .liver-info > div#liver7 .full-shot {
  background-image: url(../img/interview/7/intro.png);
}
#interview .liver-info > div#liver8 .full-shot {
  background-image: url(../img/interview/8/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver8 .full-shot {
    background-position: right 10% center;
  }
}
#interview .liver-info > div#liver9 .full-shot {
  background-image: url(../img/interview/9/intro.png);
}
#interview .liver-info > div#liver10 .full-shot {
  background-image: url(../img/interview/10/intro.png);
}
#interview .liver-info > div#liver11 .full-shot {
  background-image: url(../img/interview/11/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver11 .full-shot {
    background-position: right center;
  }
}
#interview .liver-info > div#liver12 .full-shot {
  background-image: url(../img/interview/12/intro.png);
}
#interview .liver-info > div#liver13 .full-shot {
  background-image: url(../img/interview/13/intro.png);
}
#interview .liver-info > div#liver14 .full-shot {
  background-image: url(../img/interview/14/intro.png);
}
#interview .liver-info > div#liver15 .full-shot {
  background-image: url(../img/interview/15/intro.png);
}
#interview .liver-info > div#liver16 .full-shot {
  background-image: url(../img/interview/16/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver16 .full-shot {
    background-size: 70%;
    background-position: right center;
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div#liver16 .full-shot {
    background-size: 50%;
  }
}
#interview .liver-info > div#liver17 .full-shot {
  background-image: url(../img/interview/17/intro.png);
}
#interview .liver-info > div#liver18 .full-shot {
  background-image: url(../img/interview/18/intro.png);
}
#interview .liver-info > div#liver19 .full-shot {
  background-image: url(../img/interview/19/intro.png);
}
#interview .liver-info > div#liver20 .full-shot {
  background-image: url(../img/interview/20/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver20 .full-shot {
    max-height: 640px;
    background-position: right top;
  }
}
#interview .liver-info > div#liver21 .full-shot {
  background-image: url(../img/interview/21/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver21 .full-shot {
    max-height: 640px;
    background-position: right top;
  }
}
#interview .liver-info > div#liver22 .full-shot {
  background-image: url(../img/interview/22/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver22 .full-shot {
    max-height: 640px;
    background-position: right top;
  }
}
#interview .liver-info > div#liver23 .full-shot {
  background-image: url(../img/interview/23/intro.png);
}
#interview .liver-info > div#liver24 .full-shot {
  background-image: url(../img/interview/24/intro.png);
}
#interview .liver-info > div#liver25 .full-shot {
  background-image: url(../img/interview/25/intro.png);
}
#interview .liver-info > div#liver26 .full-shot {
  background-image: url(../img/interview/26/intro.png);
}
#interview .liver-info > div#liver27 .full-shot {
  background-image: url(../img/interview/27/intro.png);
}
#interview .liver-info > div#liver28 .full-shot {
  background-image: url(../img/interview/28/intro.png);
}
#interview .liver-info > div#liver29 .full-shot {
  background-image: url(../img/interview/29/intro.png);
}
#interview .liver-info > div#liver30 .full-shot {
  background-image: url(../img/interview/30/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver30 .full-shot {
    background-position: right center;
  }
}
#interview .liver-info > div#liver31 .full-shot {
  background-image: url(../img/interview/31/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver31 .full-shot {
    background-position: right 20% center;
  }
}
#interview .liver-info > div#liver32 .full-shot {
  background-image: url(../img/interview/32/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver32 .full-shot {
    max-height: 600px;
    background-position: right center;
  }
}
#interview .liver-info > div#liver33 .full-shot {
  background-image: url(../img/interview/33/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver33 .full-shot {
    max-height: 600px;
    background-position: right center;
  }
}
#interview .liver-info > div#liver34 .full-shot {
  background-image: url(../img/interview/34/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver34 .full-shot {
    height: 730px;
  }
}
#interview .liver-info > div#liver35 .full-shot {
  background-image: url(../img/interview/35/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver35 .full-shot {
    background-position: right center;
  }
}
#interview .liver-info > div#liver36 .full-shot {
  background-image: url(../img/interview/36/intro.png);
}
#interview .liver-info > div#liver37 .full-shot {
  background-image: url(../img/interview/37/intro.png);
}
#interview .liver-info > div#liver38 .full-shot {
  background-image: url(../img/interview/38/intro.png);
}
#interview .liver-info > div#liver39 .full-shot {
  background-image: url(../img/interview/39/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver39 .full-shot {
    background-position: right center;
  }
}
#interview .liver-info > div#liver40 .full-shot {
  background-image: url(../img/interview/40/intro.png);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver40 .full-shot {
    max-height: 600px;
    background-size: 90%;
    background-position: right top;
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div#liver40 .full-shot {
    background-size: 60%;
  }
}
#interview .liver-info > div#liver41 .full-shot {
  background-image: url(../img/interview/41/intro.png);
}
#interview .liver-info > div#liver42 .full-shot {
  background-image: url(../img/interview/42/intro.png);
}
#interview .liver-info > div#liver43 .full-shot {
  background-image: url(../img/interview/43/intro.webp);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver43 .full-shot {
    max-height: 700px;
  }
}
#interview .liver-info > div#liver44 .full-shot {
  background-image: url(../img/interview/44/intro.webp);
}
#interview .liver-info > div#liver45 .full-shot {
  background-image: url(../img/interview/45/intro.webp);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver45 .full-shot {
    max-height: 700px;
    background-position: right top;
  }
}
#interview .liver-info > div#liver46 .full-shot {
  background-image: url(../img/interview/46/intro.webp);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div#liver46 .full-shot {
    max-height: 640px;
    background-position: 75% center;
  }
}
#interview .liver-info > div#liver47 .full-shot {
  background-image: url(../img/interview/47/intro.webp);
}
#interview .liver-info > div#liver48 .full-shot {
  background-image: url(../img/interview/48/intro.webp);
}
#interview .liver-info > div#liver49 .full-shot {
  background-image: url(../img/interview/49/intro.webp);
}
#interview .liver-info > div#liver50 .full-shot {
  background-image: url(../img/interview/50/intro.webp);
}
#interview .liver-info > div#liver51 .full-shot {
  background-image: url(../img/interview/51/intro.webp);
}
#interview .liver-info > div#liver52 .full-shot {
  background-image: url(../img/interview/52/intro.webp);
}
#interview .liver-info > div#liver53 .full-shot {
  background-image: url(../img/interview/53/intro.webp);
}
#interview .liver-info > div#liver54 .full-shot {
  background-image: url(../img/interview/54/intro.webp);
}
#interview .liver-info > div#liver55 .full-shot {
  background-image: url(../img/interview/55/intro.webp);
}
#interview .liver-info > div#liver56 .full-shot {
  background-image: url(../img/interview/56/intro.webp);
}
#interview .liver-info > div#liver57 .full-shot {
  background-image: url(../img/interview/57/intro.webp);
}
#interview .liver-info > div#liver58 .full-shot {
  background-image: url(../img/interview/58/intro.webp);
}
#interview .liver-info > div#liver59 .full-shot {
  background-image: url(../img/interview/59/intro.webp);
}
#interview .liver-info > div#liver60 .full-shot {
  background-image: url(../img/interview/60/intro.webp);
}
#interview .liver-info > div#liver61 .full-shot {
  background-image: url(../img/interview/61/intro.webp);
}
#interview .liver-info > div#liver62 .full-shot {
  background-image: url(../img/interview/62/intro.webp);
}
#interview .liver-info > div#liver63 .full-shot {
  background-image: url(../img/interview/63/intro.webp);
}
#interview .liver-info > div#liver64 .full-shot {
  background-image: url(../img/interview/64/intro.webp);
}
#interview .liver-info > div#liver65 .full-shot {
  background-image: url(../img/interview/65/intro.webp);
}
#interview .liver-info > div#liver66 .full-shot {
  background-image: url(../img/interview/66/intro.webp);
}
#interview .liver-info > div#liver67 .full-shot {
  background-image: url(../img/interview/67/intro.webp);
}
#interview .liver-info > div#liver68 .full-shot {
  background-image: url(../img/interview/68/intro.webp);
}
#interview .liver-info > div#liver69 .full-shot {
  background-image: url(../img/interview/69/intro.webp);
}
#interview .liver-info > div h3 {
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div h3 {
    font-size: 28px;
    line-height: 42px;
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div h3 {
    font-size: 5.0666666667vw;
    line-height: 7.2vw;
  }
}
#interview .liver-info > div h3 small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div h3 small {
    margin-bottom: 26px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div h3 small {
    margin-bottom: 2.9333333333vw;
    font-size: 3.7333333333vw;
  }
}
#interview .liver-info > div h3 small::before {
  content: "";
  display: inline-block;
  background-color: #2795ea;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div h3 small::before {
    top: 1px;
    margin-left: 10px;
    margin-right: 10px;
    width: 2px;
    height: 22px;
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div h3 small::before {
    top: 0.6666666667vw;
    margin-left: 2.1333333333vw;
    margin-right: 2.1333333333vw;
    width: 0.5333333333vw;
    height: 4vw;
  }
}
@media screen and (max-width: 834px) {
  #interview .liver-info > div h3 br {
    display: block !important;
  }
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div p {
    margin-top: 16px;
    width: 580px;
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div p {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
#interview .liver-info > div p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div p:last-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div p:last-child {
    margin-top: 5.3333333333vw;
  }
}
#interview .liver-info > div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div a {
    -webkit-transition: color 0.1s 0s;
    transition: color 0.1s 0s;
  }
  #interview .liver-info > div a:hover {
    color: #2795ea;
  }
  #interview .liver-info > div a:hover span {
    -webkit-animation: btnHover 0.3s forwards;
            animation: btnHover 0.3s forwards;
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div a {
    white-space: nowrap;
  }
}
#interview .liver-info > div a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: #2795ea;
  -webkit-box-shadow: 0px 3px 7.5px 0.5px rgba(0, 101, 136, 0.35);
          box-shadow: 0px 3px 7.5px 0.5px rgba(0, 101, 136, 0.35);
  position: relative;
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div a span {
    margin-right: 14px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div a span {
    margin-right: 2.1333333333vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
#interview .liver-info > div a span::before {
  content: "";
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-64%, -50%) rotate(-45deg);
          transform: translate(-64%, -50%) rotate(-45deg);
}
@media print, screen and (min-width: 751px) {
  #interview .liver-info > div a span::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 750px) {
  #interview .liver-info > div a span::before {
    width: 4vw;
    height: 4vw;
  }
}
@media print, screen and (min-width: 751px) {
  #interview .scroll-area {
    margin-top: 48px;
    width: calc(50vw + 108px);
  }
}
@media screen and (max-width: 750px) {
  #interview .scroll-area {
    width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #interview .scroll-area::-webkit-scrollbar {
    display: none;
  }
}
#interview .scroll-area .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 26px;
}
#interview .scroll-area .mCSB_scrollTools {
  position: relative;
  margin-left: 20px;
  width: 500px;
  max-width: calc(100% - 136px);
  height: 34px;
}
@media screen and (max-width: 750px) {
  #interview .scroll-area .mCSB_scrollTools {
    opacity: 0;
  }
}
#interview .scroll-area .mCSB_draggerContainer {
  margin: 0;
}
#interview .scroll-area .mCSB_draggerContainer::before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #2795ea;
  opacity: 0.21;
  position: absolute;
  left: 0;
  bottom: 24px;
}
#interview .scroll-area .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2795ea;
  border-radius: 2px;
  height: 4px;
}
#interview .scroll-area .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  display: none;
}
#interview .scroll-area .mCSB_buttonLeft,
#interview .scroll-area .mCSB_buttonRight {
  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;
  margin: 0;
  width: 34px;
  height: 34px;
  background-color: #2795ea;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  z-index: 2;
  opacity: 1;
}
#interview .scroll-area .mCSB_buttonLeft:hover,
#interview .scroll-area .mCSB_buttonRight:hover {
  opacity: 0.75;
}
#interview .scroll-area .mCSB_buttonLeft::before,
#interview .scroll-area .mCSB_buttonRight::before {
  content: "";
  width: 10px;
  height: 10px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
#interview .scroll-area .mCSB_buttonLeft {
  left: auto;
  right: -53px;
}
#interview .scroll-area .mCSB_buttonLeft::before {
  -webkit-transform: translate(-35%, -50%) rotate(135deg);
          transform: translate(-35%, -50%) rotate(135deg);
}
#interview .scroll-area .mCSB_buttonRight {
  right: -95px;
}
#interview .scroll-area .mCSB_buttonRight::before {
  -webkit-transform: translate(-65%, -50%) rotate(-45deg);
          transform: translate(-65%, -50%) rotate(-45deg);
}
#interview .livers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  #interview .livers {
    margin-left: 4.5333333333vw;
  }
}
#interview .livers a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  #interview .livers a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  #interview .livers a {
    padding-left: 6.1333333333vw;
  }
}
#interview .livers a picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 751px) {
  #interview .livers a picture {
    height: 161px;
  }
}
@media screen and (max-width: 750px) {
  #interview .livers a picture {
    height: 26.6666666667vw;
  }
}
#interview .livers a picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media print, screen and (min-width: 751px) {
  #interview .livers a picture img {
    width: 165px;
    min-width: 165px;
    height: 141px;
    -webkit-box-shadow: 0px 9px 21px 0px rgba(0, 101, 136, 0.35);
            box-shadow: 0px 9px 21px 0px rgba(0, 101, 136, 0.35);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
@media screen and (max-width: 750px) {
  #interview .livers a picture img {
    width: 23.7333333333vw;
    min-width: 23.7333333333vw;
    height: 20.5333333333vw;
    -webkit-box-shadow: 0px 1.2vw 2.8vw 0px rgba(0, 101, 136, 0.35);
            box-shadow: 0px 1.2vw 2.8vw 0px rgba(0, 101, 136, 0.35);
  }
}
#interview .livers a.current {
  pointer-events: none;
}
@media print, screen and (min-width: 751px) {
  #interview .livers a.current img {
    width: 185px;
    min-width: 185px;
    height: 161px;
  }
}
@media screen and (max-width: 750px) {
  #interview .livers a.current img {
    width: 30.6666666667vw;
    min-width: 30.6666666667vw;
    height: 26.6666666667vw;
  }
}
#interview .livers a.coming {
  pointer-events: none;
}
#interview .livers a.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;
}
#interview .livers a.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) {
  #interview .livers a.coming div {
    margin-top: 20px;
    width: 165px;
    min-width: 165px;
    height: 141px;
    -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) {
  #interview .livers a.coming div {
    margin-top: 6.1333333333vw;
    width: 23.7333333333vw;
    min-width: 23.7333333333vw;
    height: 20.5333333333vw;
    -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);
    font-size: 2.2666666667vw;
  }
}
#interview .livers a p span {
  display: block;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09em;
}
#interview .livers a .issue {
  color: #2795ea;
}
@media print, screen and (min-width: 751px) {
  #interview .livers a .issue {
    margin-top: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #interview .livers a .issue {
    margin-top: 2.4vw;
    font-size: 2.6666666667vw;
  }
}
#interview .livers a .name {
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  #interview .livers a .name {
    margin-top: 2px;
    -webkit-transition: color 0.2s 0s;
    transition: color 0.2s 0s;
  }
}
@media screen and (max-width: 750px) {
  #interview .livers a .name {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  #interview .livers a:hover img {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  #interview .livers a:hover .name {
    color: #2795ea;
  }
}
#interview .livers a:last-child::after {
  content: "";
  display: inline-block;
  height: 1px;
}
@media print, screen and (min-width: 751px) {
  #interview .livers a:last-child::after {
    margin-left: 120px;
    width: 165px;
  }
}
@media screen and (max-width: 750px) {
  #interview .livers a:last-child::after {
    margin-left: 6.1333333333vw;
    width: 23.7333333333vw;
  }
}
#interview .liver-nv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -44px;
  padding-right: 15px;
  max-width: 630px;
  pointer-events: none;
}
#interview .liver-nv li + li {
  margin-left: 8px;
}
#interview .liver-nv li a {
  pointer-events: all;
}
#interview .liver-nv li a span {
  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;
  width: 34px;
  height: 34px;
  background-color: #2795ea;
  border-radius: 50%;
  cursor: pointer;
}
#interview .liver-nv li a span::before {
  content: "";
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
}
#interview .liver-nv li a.prev-arrow span::before {
  -webkit-transform: translate(-30%, -50%) rotate(135deg);
          transform: translate(-30%, -50%) rotate(135deg);
}
#interview .liver-nv li a.next-arrow span::before {
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
          transform: translate(-60%, -50%) rotate(-45deg);
}
#interview .liver-nv li a.disable {
  pointer-events: none;
  opacity: 0.5;
}
#interview .liver-nv li a:hover span {
  -webkit-animation: btnHover 0.15s forwards;
          animation: btnHover 0.15s forwards;
}