@charset "UTF-8";
/*foundation base*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  font-size: 1rem;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/**
 * define valiables
 * 各scssファイルでよく使う値を変数定義
 */
/**
 * function
 * 値を返す
 */
/**
 * mixins
 * ブロックを返す
 */
/*
デバイス定義
 */
/*
スマホの文字指定専用（横幅640px想定）
font-sizeにvwを設定
 */
/*
clearfix
 */
/*
iOS smooth scroll
 */
/*
opacity
 */
/*
fade
 */
/**
 * initiallize
 * タグ自体のstyleを記述
 */
html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #000;
  word-wrap: break-word;
  font-size: 15px;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

img {
  vertical-align: bottom;
}

.img-c img {
  float: none!important;
  margin: 0 auto!important;
  display: block;
}

@media print, screen and (max-width: 834px) {
  img {
    width: 100%;
  }
  
  .ico-cmn.s-pdf {
    background: url(/images_osp/common/ico/ico_pdf01@2x.png) no-repeat 0 center;
    -webkit-background-size: 10px;
    background-size: 10px;
  }
}

strong {
  font-weight: bold;
}

input {
  padding: 0;
  border: none;
  background: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: font-size 0.1s linear;
  -o-transition: font-size 0.1s linear;
  transition: font-size 0.1s linear;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
select,
textarea {
  padding: 6px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background-color: #fff;
  border: solid 1px #c9c9c9;
  vertical-align: bottom;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #e2e2e2;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e2e2e2;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=number]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #e2e2e2;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  background-color: #eef4fb;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  vertical-align: -1px;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  vertical-align: bottom;
}

textarea {
  resize: vertical;
  vertical-align: bottom;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

blockquote {
  background-color: #EEEFFF;
  padding: 1em 1em 1em 3em;
  position: relative;
  border-left: 3px solid #666;
}

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}

::-moz-selection {
  background: #d4dcd6;
  /* Safari */
}

::selection {
  background: #d4dcd6;
  /* Safari */
}

::-moz-selection {
  background: #d4dcd6;
  /* Firefox */
}

.pci {
  display: inline;
}

@media print, screen and (max-width: 834px) {
  .pci {
    display: none;
  }
}

.spi {
  display: none;
}

@media print, screen and (max-width: 834px) {
  .spi {
    display: inline;
  }
}

.pc {
  display: block;
}

@media print, screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media print, screen and (max-width: 834px) {
  .sp {
    display: block;
  }
}

/*foundation vender*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

@media print, screen and (max-width: 834px) {
    .slick-slider {
/*        height: 244px;*/
        height: 66vw;
        margin: 0 -5%;
        overflow: hidden;
    }
    .sec-p02-main .slick-slider {
        height: 121vw;
    }
    .slide-contentBox {
        height: 60vw !important;
    }
    .sec-p02-main .slide-contentBox {
/*        height: 112vw !important;*/
    }
    .slick-list {
        overflow: visible;
    }
}


.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

@media print, screen and (max-width: 834px) {
    .slick-slide {
        padding: 0 18px;
    }
}
@media print, screen and (min-width: 751px) {
    .slick-slide {
        padding: 0 46px;
    }

}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 34px;
  width: 19px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 0.7;
/*
  outline: none;
  background: transparent;
  color: transparent;
*/
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec01_img_arrow01.png) no-repeat top left;
    left: 0px;
    z-index: 3;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}


.slick-next {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec01_img_arrow02.png) no-repeat top left;
  right: 0px;
    z-index: 3;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

@media print, screen and (max-width: 834px) {
    .slick-prev,
    .slick-next {
        background-size: 90%;
        opacity: 0.5;
        top: 80%;
    }
    .slick-prev {
        left: 16px;
    }
    .slick-next {
        right: 16px;
    }
    .sec-p02-main .slick-prev,
    .sec-p02-main .slick-next {
        top: 96%;
    }
}

/* Dots */
.slick-dotted.slick-slider {
/*  margin-bottom: 30px;*/
}

.slick-dots {
  position: absolute;
  top: 510px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.sec-p02-main .slick-dots {
    top: 570px;
}
@media print, screen and (max-width: 834px) {
    .sec-p02-main .slick-dots {
        top: 97%;
    }
    .slick-dots {
        top: 220px;
    }
}


.slick-dots li {
  position: relative;
  display: inline-block;
  height: 4px;
  width: 80px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 4px;
  width: 80px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
    background: #A1A1A1;
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 80px;
  height: 4px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background: #CC0033;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*object*/
/*layout*/
/*pages*/
body {
  margin: 0 auto;
}

.contents {
  margin: 0 auto;
}

.sec-cmn-lv2 {
  overflow: hidden;
}

.ftb {
  font-weight: bold;
}

#graybg {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 8;
}

#header, #footer {
  position: fixed;
  height: 60px;
  display: block;
  width: 100%;
  background: #fff;
  z-index: 8;
  color: #f2f2f2;
  padding: 15px 56px 0;
}

#header {
    top: 0px;
    z-index: 10;
}

@media print, screen and (max-width: 834px) {
    #header {
        height: 56px;
        padding: 15px 20px 0;
  }
}

#header-menuBtn-op {
  position: absolute;
  right: 0px;
  top: 2px;
  width: 8%;
}

#header-menuBtn-cs {
  display: none;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 8%;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 834px) {
  .header-wrap {
    display: block;
    position: relative;
  }
}

.header-logo {
  margin: 0 auto 0 0;
}
.header-logo img{
  width: 120px;
  margin-top: -2px;
}

@media print, screen and (max-width: 834px) {
  .header-logo {
    display: block;
    width: 26%;
  }
  .header-logo img{
    width: 100%;
    margin-top: -5.5%;
  }
}


.header-menu {
  display: none;
}

@media print, screen and (max-width: 834px) {
  .header-menu {
    background: #fff;
    border-top: solid 1px #999;
    display: none;
    height: 812px;
    position: absolute;
    right: -20px;
    top: 44px;
    width: 80%;
  }
}

.header-menu li {
  margin: 0 0 0 50px;
  display:inline-block;
  vertical-align:middle;
}
.header-menu li.banner{
  display:inline-block;
  vertical-align:middle;
  margin-left: 25px;
}

.header-menu p {
    color: #231815;
    font-size: 16px;
    margin: -1px 0 0 20px;
    position: relative;
}

@media print, screen and (max-width: 834px) {
    .header-menu li {
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/header_img03.png) no-repeat 92% center;
        background-size: 6%;
        border-bottom: solid 1px #999;
        margin: 0;
        padding: 16px 10px;
        display: block;
    }
    .header-menu li.banner {
      margin-left: 0;
      padding: 16px 17px;
      opacity: 1 !important;
    }
    .header-menu .secondPageBtn:before {
        background: #c03 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/new.svg) no-repeat left top;
        background-size: 100%;
        border-radius: 13px;
        content: ' ';
        display: inline-block;
        height: 26px;
        position: absolute;
        top: -8px;
        left: 34%;
        width: 26px;
    }
    .header-menu .thirdPageBtn:before {
        background: #c03 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/new.svg) no-repeat left top;
        background-size: 100%;
        border-radius: 13px;
        content: ' ';
        display: inline-block;
        height: 26px;
        position: absolute;
        top: -8px;
        left: 24%;
        width: 26px;
    }
  .header-menu.itv2 {
    background: none;
    border-top: none;
    display: block;
    height: auto;
    right: -10px;
    top: 5px;
    width: 36%;
    margin-top: 0 !important;
  }
  .header-menu.itv2 li {
    background: none;
    margin: 0;
    border-bottom: none;
    padding: 0;
  }
  .header-menu.itv2 li.banner{
    display:none;
  }
}

.header-menu.itv2 {
  display: block;
  margin-top: -5px;
  white-space: nowrap;
}

#footer {
  background: rgba(216, 216, 216, 0.5);
  bottom: 0px;
    color: #000;
  cursor: pointer;
    font-size: 14px;
  padding: 10px 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer.secondPageFooter {
    display: flex;
}
#footer p {
    display: table;
}
#footer p span {
    display: table-cell;
    font-size: 14px;
    height: 40px;
    padding: 0 20px 0 0;
    vertical-align: middle;
}

@media print, screen and (max-width: 834px) {
    #footer p span {
        display: table-cell;
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        padding: 0 10px 0 0;
        text-align: left;
        vertical-align: middle;
    }
}

@media print, screen and (max-width: 834px) {
  #footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
      padding: 0 0 0 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    }
    #footer .sp {
        padding: 2% 0 0;
        width: 66%;
    }
}

#footer ul {
    display: flex;
}

@media print, screen and (max-width: 834px) {
  #footer ul li {
    height: 100%;
  }
}

@media print, screen and (max-width: 834px) {
  #footer ul li form {
    height: 100%;
  }
}

#footer .footerBtn {
    border: none;
    background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/footer_ico01.png) no-repeat 10px center;
    background-size: 8%;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0 10px 0 0;
}
/*
#footer .footerBtn {
    border: none;
    background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/footer_ico01.png) no-repeat 10px center;
    background-size: 8%;
    color: #fff;
    cursor: pointer;
    margin: 0 10px 0 0;
}
*/

#footer .footerBtn.footerBtn3 {
    border: none;
    background: #707070 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/footer_ico03.png) no-repeat 10px center;
    background-size: 8%;
    color: #fff;
    cursor: pointer;
    /*    display: inline-block;*/
    margin: 0 10px 0 0;
}
#footer .footerBtn.footerBtn3 span {
    background: none;
    padding: 12px 0;
}

@media print, screen and (max-width: 834px) {
  #footer .footerBtn {
      background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/footer_ico01.png) no-repeat center center;
    background-size: 43%;
    height: 100%;
    margin: 0;
      width: 17%;
  }
}

#footer .footerBtn span {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/footer_ico02.png) no-repeat 195px center;
/*  display: inline-block;*/
  padding: 9px 0;
}
#footer .mailBtnBox .footerBtn span {
    font-size: 13px;
    padding: 8px 0 8px;
}

#footer .only-pc,
#footer .only-smt {
    display: none;
}

@media print, screen and (min-width: 751px) {
    #footer .footerBtn span {
        display: inline-block;
        font-size: 14px;
        width: 217px;
    }
    #footer .only-pc {
        display: inline-block;
    }
}

@media print, screen and (max-width: 834px) {
  #footer .footerBtn span {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/footer_ico02.png) no-repeat 95% center;
      display: none;
    font-size: 3.0vw;
    padding: 4% 5% 9px 29%;
    text-align: left;
    width: 100%;
    height: 34px;
    line-height: 1.2;
    }
    #footer .only-smt {
        display: inline-block;
    }
    #footer ul {
        height: 52px;
        width: 34%;
    }
    #footer .mailBtnBox {
        width: 100%;
    }
    #footer .telBtnBox {
        width: 100%;
    }
    #footer .mailBtnBox .footerBtn {
        width: 100%
    }
}

#footer .footerBtn2 {
    background: #707070 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/footer_ico03.png) no-repeat center center;
  background-size: 43%;
  color: #fff;
  display: block;
  height: 37px;
    margin: 0 0 0 5px;
  width: 50%;
}

@media print, screen and (max-width: 834px) {
  #footer .footerBtn2 {
      height: 100%;
      margin: 0;
      width: 100%;
  }
}

#footer .footerBtn2 span {
  display: inline-block;
  font-size: 3vw;
  padding: 4% 0 9px 29%;
  text-align: left;
  width: 100%;
  line-height: 1.2;
}

@media print, screen and (min-width: 751px) {
  .fp-section.fp-table, .fp-slide.fp-table {
    width: 1366px !important;

  }
}

@media print, screen and (max-width: 834px) {
  .fp-section.fp-table, .fp-slide.fp-table {
    width: 100% !important;
  }
}
@media print, screen and (max-width: 834px) {
    .topMainSlide01 .slick-dots{
        top: 100%;
        margin-top: -5%;
    }
    .topMainSlide02 .slick-dots{
        top: 100%;
        margin-top: -8%;
    }
}


.sec-p01 {
  height: 1124px;
  padding: 0 5%;
  position: relative;
}

@media print, screen and (max-width: 834px) {
  .sec-p01 {
    padding: 0 14px;
  }
}

.sec-p01-ttl {
  color: #CC0033;
  font-size: 44px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin: 0 0 18px;
  opacity: 0;
  padding: 20px 0 0;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 834px) {
  .sec-p01-ttl {
    font-size: 4.7vw;
    margin: 0 0 4px;
    padding: 1% 0 0;
      width: 43%;
  }
}
.sec-p01-ttl span  {
    color: #231815;
    display: block;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin: 18px 0 0 0;
}
@media print, screen and (min-width: 751px) {
    .sec-p01-ttl span.sld02  {
        font-size: 18px;
    }
}

.sec-p01-read {
  display: block;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 0;
  margin: 0 0 20px;
}

@media print, screen and (max-width: 834px) {
  .sec-p01-read {
    font-size: 4vw;
    line-height: 1.3;
    margin: 0 0 10px;
  }
}

.sec-p01-text {
    font-size: 14px;
  line-height: 1.8;
  padding: 2px 0 0;
  opacity: 0;
}

@media print, screen and (min-width: 751px) {
    .sec-p01-text {
        min-height: 340px;
        position: relative;
        width: 440px;
    }
    .sec-p01-text span {
        font-size: 14px;
    }
    .sec-p01-text.sld02 {
        min-height: 303px;
        position: relative;
        width: 440px;
    }
}

@media print, screen and (max-width: 834px) {
  .sec-p01-text {
    font-size: 3vw;
    line-height: 1.5;
    }
    .sec-p01-text span {
        display: none;
    }
}

.sec-p01-cityMark {
/*  opacity: 0;*/
}

@media print, screen and (max-width: 834px) {
  .sec-p01-cityMark {
    width: 30%;
  }
}

.sec-p01-kv {
  opacity: 0;
}

@media print, screen and (max-width: 834px) {
  .sec-p01-kv {
    width: 57%;
  }
}

.slide-contentBox {
    position: relative;
    width: 1120px;
}

.sec-p01-rightBox {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 0;
}

@media print, screen and (max-width: 834px) {
  .sec-p01-rightBox {
    height: 24%;
    padding: 0;
    right: 0px;
    width: 60%;
    top: 3px;
  }
}

.sec-p01-rightBox-name {
  color: #fff;
  position: absolute;
  right: 17px;
  bottom: 10px;
}

@media print, screen and (max-width: 834px) {
  .sec-p01-rightBox-name {
    bottom: 7px;
    font-size: 3vw;
    right: 10px;
  }
}

.sec-p01-rightBox .rightBox-wrap {
  position: relative;
}

@media print, screen and (max-width: 834px) {
  .sec-p01-rightBox .rightBox-wrap {
    padding: 0;
    text-align: right;
  }
}

.sec-p01-rightBox .rightBox-wrap .slick-slider {
    height: 474px;
    position: relative;
    overflow: hidden;
    width: 680px;
}
.sec-p01-rightBox .rightBox-wrap .fadeSliderBox1,
.sec-p01-rightBox .rightBox-wrap .fadeSliderBox2 {
    opacity: 0;
    position: relative;

    height: 474px;
    width: 680px;
}
.sec-p01-rightBox .rightBox-wrap .fadeSliderBox1 img,
.sec-p01-rightBox .rightBox-wrap .fadeSliderBox2 img {
    position: absolute;

    left: 0px;
    top: 0px;
}

@media print, screen and (max-width: 834px) {
    .sec-p01-rightBox .rightBox-wrap .fadeSliderBox1,
    .sec-p01-rightBox .rightBox-wrap .fadeSliderBox2 {
    height: auto;
    padding-top: 0%;
    position: relative;
    width: 100%;
  }
}

.sec-p01-rightBox .rightBox-wrap .sld_fade {
/*
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
*/
}

.sec-p01-rightBox .rightBox-text {
  background: #fff;
  color: #231815;
  font-size: 13px;
  line-height: 1.7;
  opacity: 0;
  padding: 0;
}

@media print, screen and (min-width: 751px) {
  .sec-p01-rightBox .rightBox-text {
    left: -1px;
    position: absolute;
    bottom: -60px;
  }
}

@media print, screen and (max-width: 834px) {
  .sec-p01-rightBox .rightBox-text {
    top: 100%;
    padding: 0;
    right: 0px;
    display: inline-block;
  }
}

.sec-p01-rightBox .text-icoVer {
  border: solid 1px #CC0033;
  font-weight: bold;
}

@media print, screen and (min-width: 751px) {
  .sec-p01-rightBox .text-icoVer {
    padding: 10px 15px;
    z-index: 5;
  }
}

@media print, screen and (max-width: 834px) {
  .sec-p01-rightBox .text-icoVer {
    font-size: 3vw;
    padding: 0 10px;
  }
}

.sec-p01-rightBox .text-icoVer a {
  color: #CC0033;
}

@media print, screen and (max-width: 834px) {
  .sec-p01-rightBox video {
    width: 68%;
  }
}

.sec-p01 .nav-breadcrumb {
  opacity: 0;
  position: absolute;
  top: 62px;
  z-index: 2;
}

@media print, screen and (min-width: 751px) {
  .sec-p01 .nav-breadcrumb {
    left: 0;
  }
}

@media print, screen and (max-width: 834px) {
  .sec-p01 .nav-breadcrumb {
    left: 0px;
      top: 16vw;
/*      top: 66px;*/
  }
}

.sec-p01 .fp-tableCell {
  position: relative;
}

.sec-p02 {
  padding: 0 56px 0 93px;
  position: relative;
}

@media print, screen and (max-width: 834px) {
  .sec-p02 {
    padding: 0 14px;
  }
}

.sec-p02-ttl {
  color: #CC0033;
  font-size: 50px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 30px 0 0;
}
.sec-p02-ttl img {
    display: inline-block !important;
}

@media print, screen and (max-width: 834px) {
  .sec-p02-ttl {
    line-height: 0.5;
    margin: 0;
      padding: 18vw 0 0;
      position: relative;
  }
  .sec-p02-ttl img {
    width: 73%;
  }
}

.sec-p02-ttl span {
  color: #231815;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin: 0 0 0 42px;
}

@media print, screen and (max-width: 834px) {
  .sec-p02-ttl span {
    display: block;
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: 1.8;
    margin: 0;
  }
}

.sec-p02-ttl span.type02 {
    color: #231815;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 0 0 42px;
}

@media print, screen and (max-width: 834px) {
    .sec-p02-ttl span.type02 {
        display: block;
        font-size: 3vw;
        letter-spacing: -0.1em;
        line-height: 1.2;
        margin: 5px 0 0;
    }
}

.sec-p02-tbBoxWrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 52px;
}
.sec-p02-tbBoxWrap.movieVer {
    height: 27px;
}
.sec-p02-tbBoxWrap > div {
    width: 50%;
}

.sec-p02-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 20px 0 0;
}

@media print, screen and (min-width: 751px) {
    .main-p02-box {
        display: flex;
        justify-content: space-between;
    }
}

.sec-p02-main .mainBox-left,
.sec-p02-main .mainBox-right {
    width: 555px;
}

@media print, screen and (max-width: 834px) {
    .sec-p02-main {
        height: 128vw;
        margin: -30px 0 0;
    }
    .sec-p02-main .mainBox-left {
        position: relative;
        width: 100%;
    }
    .sec-p02-main .mainBox-right {
        display: none;
        position: relative;
        width: 100%;
    }
    .sec-p02-main .mainBox-right .sec-p02-subTtl {
        height: 48px;
        margin: 0 0 0 auto;
    }
}

.sec-p02-main .mainBox-right .sec-p02-lineBox a,
.sec-p02-main .mainBox-num03 .sec-p02-lineBox a {
    left: 60%;
}

.sec-p02-main .mainBox-contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media print, screen and (min-width: 751px) {
    .sec-p02-main .mainBox-contentBox {
        width: 559px;
    }
}
.sec-p02-main .mainBox-num02 .mainBox-contentBox:before,
.sec-p02-main .mainBox-num04 .mainBox-contentBox:before {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/new.svg) no-repeat left top;
    background-size: 40px 40px;
    content: ' ';
    display: inline-block;
    font-size: 11px;
    height: 40px;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 40px;
}

.sec-p02-main .mainBox-contentBox-img {
    margin: 0 16px 0 0;
}

@media print, screen and (max-width: 834px) {
    .sec-p02-main .mainBox-contentBox-img {
        height: 30%;
        padding: 0 0 43px;
        width: 50%;
    }
    .sec-p02-main .mainBox-contentBox-img.imgLef {
        width: 50.1%;
    }
}

.sec-p02-main .mainBox-contentBox-listItme {
    display: flex;
    font-size: 14px;
    margin: 0 0 28px;
}
.sec-p02-main .mainBox-contentBox-listItme a {
    text-decoration: underline;
}

@media print, screen and (max-width: 834px) {
    .sec-p02-main .mainBox-contentBox-listItme {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 3vw;
        margin: 0 0 16px;
    }
}

.sec-p02-main .mainBox-contentBox-listItme span {
    color: #CC0033;
    display: inline-block;
    margin: 0 7px 0 0;
    text-decoration: none;
}

.sec-p02-main .mainBox-contentBox-lnk {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico01.png) no-repeat center right;
    color: #CC0033;
    padding: 0 28px 0 0;
    position: absolute;
    right: 0px;
    top: -34px;
}

.sec-p02-main .mainBox-contentBox-lnk2 {
    background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico02.png) no-repeat 284px center;
    bottom: 0px;
    color: #fff;
/*    opacity: 0;*/
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 270px;
}

@media print, screen and (min-width: 751px) {
    .sec-p02-main .mainBox-contentBox-lnk2 {
        right: 25px;
    }
}

@media print, screen and (max-width: 834px) {
    .sec-p02-main .mainBox-contentBox-lnk2 {
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico05.png) no-repeat right center;
        bottom: 3px;
        color: #CC0033;
        height: 1em;
        right: 0%;
        opacity: 0;
        padding: 0;
        position: absolute;
        text-align: left;
        width: 88px;
    }
}

.sec-p02-lineBox {
    position: relative;
}

@media print, screen and (max-width: 834px) {
    .sec-p02-lineBox hr {
        margin: 0.6em 0;
    }
}

.sec-p02-lineBox a {
    left: 10%;
    position: absolute;
    top: -9px;
    width: 30%;
}

.sec-p02-subTtl {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 12px;
}

@media print, screen and (max-width: 834px) {
    .sec-p02-subTtl {
        color: #A1A1A1;
        font-size: 16px;
        margin: 0;
        text-align: center;
    }
    .sec-p02-subTtl.clrSub {
        color: #CC0033;
    }
}

.sec-p02-subTtl span {
    display: block;
    font-size: 14px;
}

@media print, screen and (max-width: 834px) {
    .sec-p02-subTtl span {
        font-size: 3vw;
    }
}

.sec-p02-subTtl span.ksr {
    display: inline-block;
    line-height: 1.8;
    padding: 0 0 0 4px;
}
.sec-p02-subTtl span.dcoLogo {
    margin: 0 0 4px;
}

@media print, screen and (max-width: 834px) {
    .sec-p02-leftSub {
        color: #A1A1A1;
        font-size: 16px;
        left: 60.5%;
        line-height: 1.4;
        text-align: center;
        top: 0;
    }
    .sec-p02-tbBoxWrap.type02 .sec-p02-leftSub,
    .sec-p02-tbBoxWrap.type02 .sec-p02-subTtl {
        font-size: 14px;
    }
}

.sec-p02-leftSub span {
    display: block;
    font-size: 3vw;
}

.sec-p02-leftSub span.ksr {
    display: inline-block;
    line-height: 1.8;
    padding: 0 0 0 4px;
}

.sec-p02-leftSub.clrSub {
    color: #CC0033;
}

.sec-p03 {
  background: #fff;
}

.sec-p03-wrap {
  padding: 60px 0 0;
}

@media print, screen and (min-width: 751px) {
  .sec-p03-wrap .video {
      height: 100%;
      margin: 0 auto;
      opacity: 0;
      position: relative;
      width: 1180px;
    }
    .sec-p03-wrap .video img {
    }
    
    .videoSec-ttl {
        padding-top: 20px;
        text-align: center;
    }
    .videoBtnWrap ul {
        display: flex;
        justify-content: space-between;
        width: 1180px;
    }
    .videoBtnWrap li {
        margin: 2% 0 0;
        text-align: center;
        width: 32%;
    }
    .videoBtnWrap li .video-playBtn {
        background: #000;
        display: block;
        height: 516px;
        margin: 0 auto;
        padding: 200px 0 0;
        position: relative;
        overflow: hidden;
        width: 360px;
    }
    .videoBtnWrap li .moviePlayBtn01:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/movie_01.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .videoBtnWrap li .moviePlayBtn01:hover:before {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .videoBtnWrap li .moviePlayBtn02:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/movie_02.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .videoBtnWrap li .moviePlayBtn02:hover:before {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .videoBtnWrap li .moviePlayBtn03:before {
        position: absolute;
        content: "";
        cursor: default;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/movie_03.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .videoBtnWrap li .moviePlayBtn03:hover:before {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .videoBtnWrap li.noPush {
        position: relative;
    }
    .videoBtnWrap li.noPush:after {
        background: #fff;
        content: ' ';
        display: block;
        height: 516px;
        position: absolute;
        opacity: 0.8;
        top: 0px;
        left: 0px;
        width: 378px;
    }
    .videoBtnWrap img {
        cursor: pointer;
        height: 179px;
        width: 100%;
    }
    .videoBtnWrap img:hover {
        opacity: 0.8;
    }
    .videoBtnWrap img.movieNum03 {
        cursor: default;
    }
    .videoBtnWrap img.movieNum03:hover {
        opacity: 1;
    }
    .videoBtnWrap .movieNum {
        color: #fff;
        display: inline-block;
        font-size: 25px;
        font-weight: bold;
        padding: 0 0 10px;
        position: relative;
        text-shadow: 1px 1px 5px #000;
    }
    .videoBtnWrap .movieNum.movieNum02:before {
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/new.svg) no-repeat left top;
        background-size: 29px 29px;
        content: ' ';
        display: inline-block;
        font-size: 11px;
        height: 29px;
        position: absolute;
        top: -4px;
        left: -36px;
        width: 29px;
    }
    .videoBtnWrap .movieTtl {
        color: #fff;
        font-size: 25px;
        line-height: 1.3;
        padding: 2px 0 0;
        position: relative;
        text-shadow: 1px 1px 5px #000;
    }

    #video-boxWrap .videoWrap {
        display: none;
        left: 45px;
        position: absolute;
        top: 10px;
    }
    .videoWrap .modal-movieBtn {
        background: #fff;
        cursor: pointer;
        display: inline-block;
        height: 42px;
        left: 1100px;
        padding: 6px 0;
        position: absolute;
        text-align: center;
        width: 47px;
    }
}

@media print, screen and (max-width: 834px) {
  .sec-p03-wrap .video {
    position: relative;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 0 70%;
  }
    .videoSec-ttl {
        display: none;
    }
    .videoBtnWrap {
        display: none;
    }
    .spVideoWrap .mainBox-left {
        position: relative;
        width: 100%;
    }
    .spVideoWrap .mainBox-right {
        display: none;
        position: relative;
        width: 100%;
    }
    
  .sec-p03-wrap .video iframe {
/*    position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
    .spVideoWrap .main-p02-box .mainBox-contentBox {
        height: 57vw;
    }
    .spVideoWrap .mainBox-right .sec-p02-lineBox a {
        left: 60%;
    }
    .sec-p02-tbBoxWrap.movieVer > div {
        text-align: center;
    }
    .sec-p02-tbBoxWrap.movieVer > div .secondedition {
        display: inline-block;
        left: unset;
        position: relative;
    }
    .sec-p02-tbBoxWrap.movieVer > div .secondedition:before {
        background: #c03 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/new.svg) no-repeat left top;
        background-size: 100%;
        border-radius: 13px;
        content: ' ';
        display: inline-block;
        height: 26px;
        position: absolute;
        top: -2px;
        left: -30px;
        width: 26px;
    }
}

@media print, screen and (min-width: 751px) {
  .sec-p03-ttl {
    display: none;
    left: 45%;
    position: absolute;
    text-align: center;
    top: 38%;
  }
}

@media print, screen and (max-width: 834px) {
  .sec-p03-ttl {
    padding: 50px 0 20px;
    text-align: center;
  }
  .sec-p03-ttl img {
    width: 32%;
  }
}

.sec-p03-ttl span {
  display: block;
  font-size: 12px;
  padding: 10px 0 0;
}

.sec-p03-text {
  font-size: 24px;
  position: absolute;
  text-align: center;
  top: 49%;
  width: 100%;
}

.sec-p04 {
  padding: 0 56px 0 93px;
  position: relative;
}

@media print, screen and (max-width: 834px) {
  .sec-p04 {
    padding: 0 14px;
  }
}

.sec-p04 .slide-wrap {
  margin: 0 auto;
  padding: 60px 0 0;
}

@media print, screen and (min-width: 751px) {
  .sec-p04 .slide-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
      display: flex;
  }
}

@media print, screen and (max-width: 834px) {
    .sec-p04 .slide-wrap {
        padding: 15vw 0 0;
    }
    .sec-p04 .slide-wrap .main-kv {
        height: 33vw;
        margin: 0 -15px;
    }
    .sec-p04 .slide-wrap .main-kv img {
        height: 33vw;
    }
}

.sec-p04 .slide-wrap .main-kv img {
  opacity: 0;
}

.sec-p04 .slide-contentsBox {
  padding: 40px 0 0 60px;
}

@media print, screen and (max-width: 834px) {
  .sec-p04 .slide-contentsBox {
    padding: 0;
    position: relative;
  }
}

.sec-p04 .slide-contentsBox h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  opacity: 0;
  padding: 40px 0 20px;
}

@media print, screen and (max-width: 834px) {
  .sec-p04 .slide-contentsBox h2 {
    font-size: 5vw;
/*      height: 19vw;*/
    line-height: 1.1;
    padding: 7% 0 3%;
  }
}

.sec-p04 .slide-contentsBox .st_ttl {
  opacity: 0;
}

@media print, screen and (max-width: 834px) {
  .sec-p04 .slide-contentsBox .st_ttl {
    position: absolute;
    top: -8%;
    width: 47%;
  }
}

.sec-p04 .slide-textBox {
  font-size: 15px;
  line-height: 2.1;
  margin: 0 0 36px;
  opacity: 0;
}

@media print, screen and (max-width: 834px) {
  .sec-p04 .slide-textBox {
    font-size: 3vw;
      height: 49vw;
    line-height: 1.2;
    margin: 0 0 8px;
  }
}

.sec-p04 .slide-btnBox {
  border-collapse: separate;
  border-spacing: 20px 0;
  display: table;
  margin: 0 0 0 -20px;
  position: relative;
  width: 100%;
}

@media print, screen and (max-width: 834px) {
  .sec-p04 .slide-btnBox {
      border-spacing: 12px 0;
      height: 9vw;
  }
}

.sec-p04 .slide-btnBox a {
  background: #CC0033;
  color: #fff;
  display: table-cell;
  font-size: 22px;
  height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
}

@media print, screen and (max-width: 834px) {
  .sec-p04 .slide-btnBox a {
    font-size: 16px;
    height: 36px;
    width: 36px;
  }
}

.sec-p04 .slide-btnBox .is-current {
  background: #c1c1c1;
}

.sec-p04 .slide-btnBox .itvLink {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico01.png) no-repeat 93% center;
  color: #CC0033;
  display: block;
  font-size: 16px;
  height: auto;
    margin: 0 40px 0 0;
  padding: 0 30px 0 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
}

@media print, screen and (max-width: 834px) {
  .sec-p04 .slide-btnBox .itvLink {
    font-size: 3.5vw;
    right: -20px;
  }
}

.sec-p05 {
  padding: 0 56px 0 93px;
  position: relative;
}

@media print, screen and (max-width: 834px) {
  .sec-p05 {
    padding: 0 14px;
  }
}

.sec-p05-wrap {
  opacity: 0;
  padding: 60px 0 0;
}

.sec-p05-bannerBox {
  padding: 0px 0 58px;
  text-align: center;
}

@media print, screen and (max-width: 834px) {
  .sec-p05-bannerBox {
    padding: 3px 0 25px;
  }
}

.sec-p05-ttl {
  padding: 20px 0;
  width: 50%;
}

@media print, screen and (max-width: 834px) {
  .sec-p05-ttl {
    padding: 10px 0;
    width: 43%;
  }
}

@media print, screen and (min-width: 751px) {
  .sec-p05-contentsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sec-p05-contentsBox .textBox-cpName {
  color: #CC0033;
  font-size: 16px;
  margin: 0 0 8px;
}

@media print, screen and (max-width: 834px) {
  .sec-p05-contentsBox .textBox-cpName {
    font-size: 3vw;
  }
}

.sec-p05-contentsBox .textBox-numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 26px;
}

@media print, screen and (max-width: 834px) {
  .sec-p05-contentsBox .textBox-numBox {
    margin: 0 0 9px;
  }
}

.sec-p05-contentsBox .textBox-numBox p {
  border: solid 1px #CC0033;
  color: #CC0033;
  display: inline-block;
  margin: 0 0 0 auto;
  padding: 8px 15px;
}

@media print, screen and (max-width: 834px) {
  .sec-p05-contentsBox .textBox-numBox p {
    font-size: 11px;
  }
}

@media print, screen and (max-width: 834px) {
    .sec-p05-contentsBox .textBox-numBox .js-tel {
/*    height: 30%;*/
    width: 53%;
  }
}

@media print, screen and (max-width: 834px) {
  .sec-p05-contentsBox .textBox-altText {
    font-size: 3vw;
    line-height: 1.5;
  }
}

.sec-p05-contentsBox .textBox-altText span {
  display: block;
  font-size: 12px;
  padding: 8px 0 0;
}

@media print, screen and (max-width: 834px) {
  .sec-p05-contentsBox .textBox-altText span {
    font-size: 3vw;
    padding: 0;
  }
}

.sec-p05 .contentsBox-left {
  margin: 0 auto 0 0;
  width: 530px;
}

@media print, screen and (max-width: 834px) {
  .sec-p05 .contentsBox-left {
    width: 100%;
    margin: 0 0 16px;
  }
}

.sec-p05 .contentsBox-left-subTtl {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec05_ico01.png) no-repeat 0px center;
  border-bottom: solid 1px #CC0033;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 11px 0 8px 57px;
}

@media print, screen and (max-width: 834px) {
  .sec-p05 .contentsBox-left-subTtl {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec05_ico01.png) no-repeat 0px center;
    background-size: 6%;
    font-size: 4vw;
    margin: 0 0 4%;
    padding: 2% 0 8px 11%;
  }
}

.sec-p05 .contentsBox-left-mail {
  border: none;
  background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec05_ico03.png) no-repeat 95% center;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 18px 25px;
  width: 100%;
}

@media print, screen and (max-width: 834px) {
  .sec-p05 .contentsBox-left-mail {
    border: none;
    font-size: 4vw;
    padding: 4% 25px;
    text-align: center;
    width: 100%;
  }
}

.sec-p05 .contentsBox-right {
  width: 530px;
}

@media print, screen and (max-width: 834px) {
  .sec-p05 .contentsBox-right {
    width: 100%;
  }
}

.sec-p05 .contentsBox-right-subTtl {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec05_ico02.png) no-repeat 0px center;
  border-bottom: solid 1px #CC0033;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 11px 0 8px 57px;
}

@media print, screen and (max-width: 834px) {
  .sec-p05 .contentsBox-right-subTtl {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec05_ico02.png) no-repeat 0px center;
    background-size: 6%;
    font-size: 4vw;
    margin: 0 0 4%;
    padding: 2% 0 8px 11%;
  }
}

@media print, screen and (max-width: 834px) {
  #fp-nav {
    display: none !important;
  }
}

#fp-nav.ictp {
  top: 106px;
}

#fp-nav.ictp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fp-nav.ictp .fp-sr-only {
  clip: unset;
}

#slide-4-2, #slide-4-3 {
  display: none;
}

.delayAnimate005 {
  /* アニメーションの時間 */
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  /* アニメーション開始時間 */
}

.delayAnimate008 {
  /* アニメーションの時間 */
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  /* アニメーション開始時間 */
}

.delayAnimate010 {
  /* アニメーションの時間 */
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  /* アニメーション開始時間 */
}

.delayAnimate015 {
  /* アニメーションの時間 */
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  /* アニメーション開始時間 */
}

.delayAnimate020 {
  /* アニメーションの時間 */
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  /* アニメーション開始時間 */
}

body {
  margin: 0 auto;
}

.contents {
  margin: 0 auto;
}

@media print, screen and (min-width: 751px) {
  #pseudo-bg,
    #pseudo-bg02 {
    display: none;
  }
}

@media print, screen and (max-width: 834px) {
    #pseudo-bg {
        top: 100px;
        position: fixed;
    }
    #pseudo-bg02 {
        top: 100px;
        position: fixed;
    }
    .main {
        overflow: hidden;
    }
}

.header-menu .gotoTopBtn {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico01.png) no-repeat center right;
  font-size: 16px;
  padding: 0 30px 0 0;
}

@media print, screen and (max-width: 834px) {
  .header-menu .gotoTopBtn {
    font-size: 12px;
    padding: 0 20px 0 0;
  }
}

.header-menu .gotoTopBtn a {
  color: #CC0033;
}

.nav-breadcrumb {
  left: 9px;
  position: absolute;
  top: 70px;
  z-index: 1;
}

@media print, screen and (max-width: 834px) {
  .nav-breadcrumb {
    left: 10px;
    top: 66px;
  }
}

.nav-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-breadcrumb ul li {
    font-size: 12px;
    margin: 0 8px 0 0;
}

@media print, screen and (max-width: 834px) {
  .nav-breadcrumb ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (max-width: 834px) {
  .nav-breadcrumb ul li {
    color: #000;
    font-size: 10px;
  }
}

.nav-breadcrumb ul li a {
  color: #000;
}

.itvwSec-p00 {
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 751px) {
  .itvwSec-p00 {
    padding: 60px 0 0;
    width: 1366px;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p00 {
    background: #fff;
    padding: 59px 0 50px;
    width: 100%;
  }
}

.itvwSec-p00-kvBox {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec00_img01.jpg) no-repeat;
  height: 548px;
  padding: 126px 0 0 94px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .itvwSec-p00-kvBox {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec00_img01--sp.jpg) no-repeat;
    background-size: contain;
    height: auto;
    margin: 8% 0 0;
    padding: 196px 15px 0;
  }
}

.itvwSec-p00-kvBox.itv2 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv02_sec00_img01.jpg) no-repeat;
  padding: 126px 0 0 574px;
}
@media print, screen and (max-width: 834px) {
  .itvwSec-p00-kvBox.itv2 {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv02_sec00_img01--sp.jpg) no-repeat;
    background-size: contain;
    height: auto;
    padding: 196px 15px 0;
  }
}

.itvwSec-p00-mssgBox {
  background: #fff;
  height: 422px;
  padding: 40px 50px 0;
  width: 700px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p00-mssgBox {
    height: auto;
    padding: 20px 20px 0;
    width: 100%;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p00-mssgBox-ttl {
    width: 75%;
  }
}

.itvwSec-p00-read {
  color: #CC0033;
  padding: 40px 0 0;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p00-read {
    font-size: 12px;
      line-height: 1.4;
    padding: 20px 0 0;
  }
}

.itvwSec-p00-read span {
  display: inline-block;
  padding: 0 22px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p00-read span {
    padding: 0 10px;
  }
}

.itvwSec-p00-read img {
  vertical-align: middle;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p00-read img {
    width: 70%;
  }
}

.itvwSec-p00-ttl {
  color: #231815;
  font-size: 40px;
  letter-spacing: 0.2em;
  padding: 15px 0 25px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p00-ttl {
    font-size: 6vw;
    letter-spacing: 0.1em;
      line-height: 1.4;
  }
}

@media print, screen and (min-width: 751px) {
  .itvwSec-p00-ttl.itv2 {
    letter-spacing: 0.15em;
  }
}

.itvwSec-p00-text {
  font-size: 14px;
  line-height: 1.5;
}

.itvwSec-p00-switchingBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 66px auto 0;
  width: 810px;
}
.itvwSec-p00-pageLinkBox {
    padding: 40px 0 0;
    text-align: center;
}
.itvwSec-p00-pageLinkBox.bottomVer {
    background: #F7F6F4;
    margin: 80px 0 0;
    padding: 40px 0 50px;
}
.pageLinkBox-text {
    color: #cc0033;
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0 0;
}
.pageLinkBox-banner {
    padding: 60px 0 10px;
}
.pageLinkBox-text span {
    border-bottom: solid 1px #cc0033;
    display: block;
    margin: 0 auto 40px;
    padding: 11px 0 0;
    width: 60px;
}
.pageLinkBox-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
    width: 982px;
}
.pageLinkBox-wrap a {
    display: block;
    margin: 0 0 20px;
    width: 480px;
}
.pageLinkBotBox-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 982px;
}
.pageLinkBotBox-wrap a {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/header_img03.png) no-repeat 95% center;
    background-size: 4%;
    border: solid 1px #ccc;
    display: flex;
    height: 100px;
    margin: 0 0 20px;
    width: 480px;
}
.pageLinkBotBox-wrap a img {
    height: 98px;
    width: 98px;
}
.pageLinkBotBox-wrap .pageLinkBotBox-wrap {
    padding: 10px 20px;
    text-align: left;
}
.pageLinkBotBox-wrap .pageLinkBotBox-textWrap {
    padding: 12px 20px;
    text-align: left;
}
.pageLinkBotBox-textWrap span {
    display: block;
}
.pageLinkBotBox-textWrap .pageLinkBotBox-ttl {
    font-size: 14px;
    margin: 0 0 10px;
}
.pageLinkBotBox-textWrap .pageLinkBotBox-name {
    font-size: 22px;
    margin: 0 0 10px;
}
.pageLinkBotBox-textWrap .pageLinkBotBox-text {
    font-size: 16px;
}



/* ここからsp */

@media print, screen and (max-width: 834px) {
  .itvwSec-p00-switchingBtnBox {
    display: block;
    margin: 30px 0 0;
    padding: 0 10% 0;
    width: 100%;
    }
    .itvwSec-p00-pageLinkBox {
        padding: 9% 0 0;
    }
    .itvwSec-p00-pageLinkBox.bottomVer {
        margin: 16% -14px 10%;
        padding: 1% 0 1%;
    }
    .itvwSec-p00-pageLinkBox a {
        display: block;
        width: 79%;
        margin: 0 auto;
    }
    .pageLinkBox-text {
        color: #cc0033;
        font-size: 18px;
        font-weight: bold;
        padding: 8% 0 0;
    }
    .pageLinkBox-banner {
      padding: 0 0 50px;
    }
    .pageLinkBox-banner a{
      width:90%;
    }
    .pageLinkBox-wrap {
        display: block;
        margin: 0 auto 30px;
        width: 100%;
    }
    .pageLinkBotBox-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto 30px;
        width: 90%;
    }
    .pageLinkBotBox-wrap a {
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/header_img03.png) no-repeat 95% center;
        background-size: 5%;
        border: solid 1px #ccc;
        display: flex;
        height: auto;
        margin: 0 0 20px;
        width: 100%;
    }
    .pageLinkBotBox-wrap a img {
        height: 64px;
        width: 64px;
    }
    .pageLinkBotBox-wrap .pageLinkBotBox-textWrap {
        padding: 12px 10px 0;
        text-align: left;
    }
    .pageLinkBotBox-textWrap .pageLinkBotBox-ttl {
        font-size: 11px;
        margin: 0 0 2px;
    }
    .pageLinkBotBox-textWrap .pageLinkBotBox-name {
        font-size: 14px;
        margin: 0 0 5px;
    }
    .pageLinkBotBox-textWrap .pageLinkBotBox-text {
        font-size: 12px;
    }
}
.itvwSec-p00-switchingBtnBox.type02,
.itvwSec-p06-switchingBtnBox.type02 {
    justify-content: space-between;
}
@media print, screen and (max-width: 834px) {
    .itvwSec-p00-switchingBtnBox.type02 {
        display: flex;
        flex-wrap: wrap;
        margin: 30px 5% 0;
        padding: 0;
        justify-content: space-between;
        width: 90%;
    }
    .itvwSec-p06-switchingBtnBox.type02 {
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0 0;
        padding: 0;
        justify-content: space-between;
        width: 100%;
    }
}

.itvwSec-p00 .switchingBtn {
  background: #cc0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico02.png) no-repeat 336px center;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  padding: 16px 25px;
  width: 380px;
}
@media print, screen and (max-width: 834px) {
  .itvwSec-p00 .switchingBtn {
    background: #cc0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico02.png) no-repeat 94% center;
    display: block;
    font-size: 16px;
    margin: 15px 0 0;
    padding: 12px 25px;
    width: 100%;
  }
}
.itvwSec-p00 .type02 .switchingBtn,
.itvwSec-p06 .type02 .switchingBtn {
    background: #cc0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico02.png) no-repeat 160px center;
    margin: 0;
    position: relative;
    width: 23.5%;
}
@media print, screen and (max-width: 834px) {
    .itvwSec-p00 .type02 .switchingBtn,
    .itvwSec-p06 .type02 .switchingBtn {
        background: #cc0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico02.png) no-repeat 95% center;
        background-size: 11%;
        margin: 0 0 4%;
        padding: 4% 5%;
        width: 48%;
    }
}

.itvwSec-p00 .switchingBtn span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
.itvwSec-p00 .type02 .switchingBtn span,
.itvwSec-p06 .type02 .switchingBtn span {
    font-size: 14px;
    margin: 0 0 5px;
}
@media print, screen and (max-width: 834px) {
  .itvwSec-p00 .switchingBtn span {
        font-size: 11px;
    }
    .itvwSec-p00 .type02 .switchingBtn span,
    .itvwSec-p06 .type02 .switchingBtn span {
        font-size: 3.3vw;
        margin: 0 0 3px;
    }
}

.itvwSec-p00 .switchingBtn-left {
  margin: 0 auto 0 0;
}

.itvwSec-p00 .switchingBtn-left.is-current {
  background: #605c5b;
  cursor: default;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p00 .switchingBtn-left.is-current {
    background: #605c5b;
  }
}

.itvwSec-p01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 94px 0 68px;
  width: 982px;
}

.sec__itv022{
  padding-bottom: 50px;
}


@media print, screen and (max-width: 834px) {
  .itvwSec-p01 {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 14px 50px;
    position: relative;
    width: 100%;
  }
}

.itvwSec-p01-textBox {
  margin: 0 auto 0 0;
  width: 480px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p01-textBox {
    line-height: 0.5;
    margin: 0 0 20px;
    width: 100%;
  }
}

.itvwSec-p01-textBox p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 2em;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p01-pgBox {
    padding: 0 14%;
  }
}

.itvwSec-p01-contentsBox {
  width: 388px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p01-contentsBox {
    width: 100%;
  }
}

.itvwSec-p01-contentsBox h1 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec01_img01.png) no-repeat left top;
  color: #cc0033;
  font-size: 16px;
  padding: 80px 0 0 2px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p01-contentsBox h1 {
    background-size: 15%;
    padding: 55px 0 0 2px;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p01-contentsBox h1 img {
    width: 43%;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p01-contentsBox h1 img.itv2 {
    width: 36%;
  }
}

.itvwSec-p01-contentsBox h1 p {
  margin: 0 0 15px;
  padding: 7px 0 0;
  font-weight: bold;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p01-contentsBox h1 p {
    margin: 0 0 10px;
  }
}

.itvwSec-p01-contentsBox .contentsBox-read {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  padding: 16px 0 0;
  margin: 0 0 30px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p01-contentsBox .contentsBox-read {
    font-size: 22px;
    padding: 0;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p01 .box1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p01 .box2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p01 .box3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.itvwSec-p02 {
  margin: 0 auto;
  padding: 80px 0 68px;
  position: relative;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p02 {
    background: #fff;
    display: block;
    padding: 30px 14px;
    width: 100%;
  }
}

.itvwSec-p02-ttlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 982px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p02-ttlBox {
    display: block;
    width: 100%;
  }
}

.itvwSec-p02-ttl h1 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec02_img02.png) no-repeat left top;
  color: #cc0033;
  font-size: 16px;
  padding: 80px 0 0 2px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p02-ttl h1 {
    background-size: 15%;
    padding: 55px 0 0 2px;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p02-ttl h1 img {
    width: 39%;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p02-ttl h1 img.itv2 {
    width: 36%;
  }
}

.itvwSec-p02-ttl h1 p {
  margin: 0 0 30px;
  padding: 7px 0 0;
  font-weight: bold;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p02-ttl h1 p {
    margin: 0 0 10px;
  }
}

.itvwSec-p02-ttl .contentsBox-read {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.6;
  padding: 16px 0 0;
  margin: 0 0 30px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p02-ttl .contentsBox-read {
    font-size: 22px;
    padding: 0;
  }
}

.itvwSec-p02-ttlText {
  margin: 0 0 0 auto;
  width: 482px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p02-ttlText {
    width: 100%;
  }
}

.itvwSec-p02-ttlText p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 2em;
}
.itvwSec-p02-mdlBtn {
    color: #CC0033;
    cursor: pointer;
    text-decoration: underline;
}

.itvwSec-p02-mainText {
  margin: 0 auto;
  width: 982px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p02-mainText {
    width: 100%;
  }
}

.itvwSec-p02-mainText p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 2em;
}

.itvwSec-p03 {
  padding: 90px 0 68px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p03 {
    background: #fff;
    display: block;
    padding: 30px 14px;
    position: relative;
    width: 100%;
  }
}

.itvwSec-p03-mainBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 982px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p03-mainBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.itvwSec-p03-textBox {
  margin: 0 auto 0 0;
  width: 480px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p03-textBox {
    line-height: 0.5;
    margin: 0 0 20px;
    width: 100%;
  }
}

.itvwSec-p03-textBox p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 2em;
}

.itvwSec-p03-contentsBox {
  width: 388px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p03-contentsBox {
    width: 100%;
  }
}

.itvwSec-p03-contentsBox h1 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec03_img02.png) no-repeat left top;
  color: #cc0033;
  font-size: 16px;
  padding: 80px 0 0 2px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p03-contentsBox h1 {
    background-size: 15%;
    padding: 55px 0 0 2px;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p03-contentsBox h1 img {
    width: 50%;
  }
}

.itvwSec-p03-contentsBox h1 p {
  margin: 0 0 30px;
  padding: 7px 0 0;
  font-weight: bold;
}

.itvwSec-p03-contentsBox .contentsBox-read {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.6;
  padding: 16px 0 0;
  margin: 0 0 30px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p03-contentsBox .contentsBox-read {
    font-size: 22px;
    padding: 0;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p03 .box1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p03 .box2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p03 .box3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.itvwSec-p04 {
  padding: 80px 0 68px;
}

.sec__itv022--04{
  padding-bottom: 50px;
}




@media print, screen and (max-width: 834px) {
  .itvwSec-p04 {
    background: #fff;
    display: block;
    padding: 30px 14px;
    position: relative;
    width: 100%;
  }
}

.itvwSec-p04-ttlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 982px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p04-ttlBox {
    display: block;
    width: 100%;
  }
}

.itvwSec-p04-ttl h1 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec04_img02.png) no-repeat left top;
  color: #cc0033;
  font-size: 16px;
  padding: 80px 0 0 2px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p04-ttl h1 {
    background-size: 15%;
    padding: 55px 0 0 2px;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p04-ttl h1 img {
    width: 50%;
  }
}

.itvwSec-p04-ttl h1 p {
  margin: 0 0 30px;
  padding: 7px 0 0;
  font-weight: bold;
}

.itvwSec-p04-ttl .contentsBox-read {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.6;
  padding: 16px 0 0;
  margin: 0 0 30px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p04-ttl .contentsBox-read {
    font-size: 22px;
    padding: 0;
  }
}

.itvwSec-p04-ttlText {
  margin: 0 0 0 auto;
  width: 482px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p04-ttlText {
    width: 100%;
  }
}

.itvwSec-p04-ttlText p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 2em;
}

.itvwSec-p05 {
  margin: 0 auto;
  padding: 70px 0 68px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p05 {
    background: #fff;
    display: block;
    padding: 30px 14px;
    position: relative;
    width: 100%;
  }
}

.itvwSec-p05-mainBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 982px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p05-mainBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.itvwSec-p05-textBox {
  margin: 0 auto 0 0;
  width: 480px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p05-textBox {
    line-height: 0.5;
    margin: 0 0 20px;
    width: 100%;
  }
}

.itvwSec-p05-textBox p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 2em;
}

.itvwSec-p05-contentsBox {
  width: 388px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p05-contentsBox {
    width: 100%;
  }
}

.itvwSec-p05-contentsBox h1 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec05_img02.png) no-repeat left top;
  color: #cc0033;
  font-size: 16px;
  padding: 80px 0 0 2px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p05-contentsBox h1 {
    background-size: 15%;
    padding: 55px 0 0 2px;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p05-contentsBox h1 img {
    width: 31%;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p05-contentsBox h1 img.itv2 {
    width: 15%;
  }
}

.itvwSec-p05-contentsBox h1 p {
  margin: 0 0 30px;
  padding: 7px 0 0;
  font-weight: bold;
}

.itvwSec-p05-contentsBox .contentsBox-read {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.6;
  padding: 16px 0 0;
  margin: 0 0 30px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p05-contentsBox .contentsBox-read {
    font-size: 22px;
    padding: 0;
    }
    .itvwSec-p05-contentsBox .contentsBox-read span {
        display: inline-block;
        font-size: 17px;
        margin: 0 -8px 0 -6px;
        padding: 0 0 3px;
    }
}

@media print, screen and (min-width: 751px) {
  .itvwSec-p05-contentsBox .contentsBox-read.itv2 {
    letter-spacing: -0.05em;
    }
    .itvwSec-p05-contentsBox .contentsBox-read span {
        display: inline-block;
        font-size: 24px;
        margin: 0 -8px 0 -6px;
        padding: 0 0 7px;
    }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p05 .box1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .itvwSec-p05 .box2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .itvwSec-p05 .box3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.itvwSec-p06 {
  padding: 80px 0 0;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06 {
    background: #fff;
    display: block;
    padding: 30px 14px;
    position: relative;
    width: 100%;
  }
}

.itvwSec-p06-ttlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 982px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06-ttlBox {
    display: block;
    width: 100%;
    }
    .itvwSec-p06-ttlBox.flexBd {
        display: flex;
        flex-wrap: wrap;
    }
}

.itvwSec-p06-ttl h1 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec06_img02.png) no-repeat left top;
  color: #cc0033;
  font-size: 16px;
  padding: 80px 0 0 2px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06-ttl h1 {
    background-size: 15%;
    padding: 55px 0 0 2px;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06-ttl h1 img {
    width: 38%;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06-ttl h1 img.itv2 {
    width: 30%;
  }
}

.itvwSec-p06-ttl h1 p {
  margin: 0 0 30px;
  padding: 7px 0 0;
  font-weight: bold;
}

.itvwSec-p06-ttl .contentsBox-read {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.6;
  padding: 16px 0 0;
  margin: 0 0 30px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06-ttl .contentsBox-read {
    font-size: 22px;
    padding: 0;
  }
}

.itvwSec-p06-ttlText {
  margin: 0 0 0 auto;
  width: 482px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06-ttlText {
    margin: 0 0 50px auto;
    width: 100%;
  }
  .itvwSec-p06-ttlText--06{
    margin-bottom: 0;
  }
}

.itvwSec-p06-ttlText p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 2em;
}

.itvwSec-p06-textBox {
    margin: 0 0 0 auto;
    width: 482px;
}
.itvwSec-p06-textBox p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 2em;
}

.itvwSec-p06-mainText {
  margin: 0 auto;
  width: 982px;
}

/* 横広がりセクション調整 */
.sec__itv022Txt {
  padding-top: 50px;
}


@media print, screen and (max-width: 834px){
  .sec__itv022Txt{
    padding-top: 0;
  }
}


@media print, screen and (max-width: 834px) {
  .itvwSec-p06-mainText {
    width: 100%;
  }
}

.itvwSec-p06-mainText p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 2em;
}


.itvwSec-p06-switchingBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 66px auto 0;
  width: 810px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06-switchingBtnBox {
    display: block;
    margin: 30px 0 0;
    padding: 0 5% 0;
    width: 100%;
  }
}

.itvwSec-p06 .switchingBtn {
  background: #cc0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico02.png) no-repeat 336px center;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  padding: 16px 25px;
  width: 380px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06 .switchingBtn {
    background: #cc0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico02.png) no-repeat 93% center;
    display: block;
    font-size: 16px;
    margin: 15px 0 0;
    padding: 12px 25px;
    width: 100%;
  }
}

.itvwSec-p06 .switchingBtn span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06 .switchingBtn span {
    font-size: 11px;
  }
}

.itvwSec-p06 .switchingBtn-left {
  margin: 0 auto 0 0;
}

.itvwSec-p06 .switchingBtn-left.is-current {
  background: #605c5b;
  cursor: default;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06 .switchingBtn-left.is-current {
    background: #605c5b;
  }
}

@media print, screen and (min-width: 751px) {
  .itvwSec-p06 .video {
    margin: 0 auto;
    padding: 110px 0 50px;
    width: 544px;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06 .video {
    position: relative;
    height: 0;
    margin: 80px 0 50px;
    padding: 0 0 56.25%;
    overflow: hidden;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p06 .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07 {
    background: #fff;
    position: relative;
  }
}

.itvwSec-p07-ttlBox {
  margin: 120px auto 40px;
  width: 1180px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07-ttlBox {
    margin: 0 auto 5px;
    padding: 0 5%;
    width: 100%;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07-ttlBox h1 {
    width: 46%;
  }
}

.itvwSec-p07-contentsBox {
  margin: 0 auto;
  padding: 0 0 60px;
  width: 1180px;
}

@media print, screen and (min-width: 751px) {
  .itvwSec-p07-contentsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07-contentsBox {
    padding: 0 5%;
    width: 100%;
  }
}

.itvwSec-p07-contentsBox .textBox-cpName {
  color: #CC0033;
  font-size: 16px;
  margin: 0 0 8px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07-contentsBox .textBox-cpName {
    font-size: 12px;
  }
}

.itvwSec-p07-contentsBox .textBox-numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 26px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07-contentsBox .textBox-numBox {
    margin: 0 0 15px;
    }
    .itvwSec-p07-contentsBox .textBox-numBox .js-tel {
        width: 53%;
    }
}

.itvwSec-p07-contentsBox .textBox-numBox p {
  border: solid 1px #CC0033;
  color: #CC0033;
  display: inline-block;
  margin: 0 0 0 auto;
  padding: 8px 15px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07-contentsBox .textBox-numBox p {
    font-size: 11px;
  }
}

@media print, screen and (max-width: 834px) {
/*
  .itvwSec-p07-contentsBox .textBox-numBox img {
    height: 30%;
    width: 50%;
  }
*/
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07-contentsBox .textBox-altText {
    font-size: 12px;
    line-height: 1.5;
  }
}

.itvwSec-p07-contentsBox .textBox-altText span {
  display: block;
  font-size: 12px;
  padding: 8px 0 0;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07-contentsBox .textBox-altText span {
    font-size: 11px;
  }
}

.itvwSec-p07 .contentsBox-left {
  margin: 0 auto 0 0;
  width: 530px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07 .contentsBox-left {
    width: 100%;
    margin: 0 0 32px;
  }
}

.itvwSec-p07 .contentsBox-left-subTtl {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec05_ico01.png) no-repeat 0px center;
  border-bottom: solid 1px #CC0033;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 11px 0 8px 57px;
}

.itvwSec-p07 .contentsBox-left-mail {
  border: none;
  background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec05_ico03.png) no-repeat 494px center;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 18px 25px;
  width: 530px;
}

@media print, screen and (max-width: 834px) {
    .itvwSec-p07 .contentsBox-left-mail {
        background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec05_ico03.png) no-repeat 94% center;
    width: 100%;
  }
}

.itvwSec-p07 .contentsBox-right {
  width: 530px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07 .contentsBox-right {
    width: 100%;
  }
}

.itvwSec-p07 .contentsBox-right-subTtl {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec05_ico02.png) no-repeat 0px center;
  border-bottom: solid 1px #CC0033;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 11px 0 8px 57px;
}

.itvwSec-p07-cpBox {
  margin: 0 auto;
  width: 1180px;
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07-cpBox {
    padding: 15px 5% 5px;
    width: 100%;
  }
}

.itvwSec-p07-cpBox p {
  font-size: 10px;
}

.itvwSec-p07-fot {
  font-size: 12px;
  margin: 0 auto;
  padding: 0 6%;
  width: 1366px;
}

@media print, screen and (min-width: 751px) {
  .itvwSec-p07-fot {
    padding: 30px 5% 5px;
    width: 100%;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07-fot {
    font-size: 3vw;
    padding: 30px 5% 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 751px) {
  .itvwSec-p07-fot span {
    display: block;
    font-size: 11px;
    margin: 0 auto;
    width: 1180px;
  }
}

@media print, screen and (max-width: 834px) {
  .itvwSec-p07-fot span {
    font-size: 3vw;
  }
}

#itvwSec-footer-box {
  bottom: 0px;
  position: absolute;
}

@media print, screen and (min-width: 751px) {
  #itvwSec-footer-box {
    width: 100%;
  }
}

@media print, screen and (min-width: 751px) {
  #itvwSec-footer-box .itvwSec-p07-fot {
    padding: 0 6% 10px;
    width: 1366px;
  }
}

#itvwSec-footer {
  background: #F7F6F4;
  height: 40px;
  margin: 10px 0 0;
  padding: 17px 0 0;
  text-align: center;
  width: 100%;
}

#itvwSec-footer p {
  font-size: 11px;
}

@media print, screen and (max-width: 834px) {
  #itvwSec-footer {
    font-size: 3vw;
    height: 30px;
    padding: 12px 0 0;
  }
}

.parallax {
  min-height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media print, screen and (max-width: 834px) {
  .parallax {
    min-height: 100px;
  }
}

@media print, screen and (min-width: 751px) {
  .parallax.bg-01, .parallax.bg-201 {
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec02_img01.jpg);
  }
  .parallax.bg-02, .parallax.bg-202 {
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec03_img01.jpg);
  }
  .parallax.bg-03, .parallax.bg-203 {
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec04_img01.jpg);
  }
  .parallax.bg-04, .parallax.bg-204 {
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec05_img01.jpg);
  }
  .parallax.bg-05, .parallax.bg-205 {
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec06_img01.jpg);
  }

    /* インタビュー第二弾用 */
    .plbgType02.parallax.bg-01, .parallax.bg-241 {
        background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw021_sec02_img05.jpg);
    }
    .plbgType02.parallax.bg-02, .parallax.bg-242 {
        background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw021_sec03_img02.jpg);
    }
    .plbgType02.parallax.bg-03, .parallax.bg-243 {
        background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw021_sec04_img02.jpg);
    }
    .plbgType02.parallax.bg-04, .parallax.bg-244 {
        background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw021_sec05_img03.jpg);
    }
    .plbgType02.parallax.bg-05, .parallax.bg-245 {
        background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw021_sec06_img01.jpg);
    }
}



.mainBox-contentBox-listItme a.noLink {
    color: #000;
    cursor: default;
    opacity: 0.3;
    text-decoration: none;
}
.mainBox-contentBox-listItme span.noLink {
    opacity: 0.3;
}
.mainBox-contentBox-listItme a.noLink:hover,
.mainBox-contentBox-listItme span.noLink:hover {
    opacity: 0.3;
}
.sec-p01-linkBtn {
    background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec00_ico01.png) no-repeat 260px center;
    bottom: 0px;
    color: #fff;
    display: block;
    left: 0px;
    padding: 13px 0;
    position: absolute;
    text-align: center;
    width: 280px;
}
.mainBox-centerBtn {
    background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec00_ico01.png) no-repeat 284px center;
    color: #fff;
    display: block;
    margin: 30px auto 0;
    padding: 20px 0;
    text-align: center;
    width: 322px;
}
.mainBox-centerBtn02 {
    background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec00_ico02.png) no-repeat 284px center;
    color: #fff;
    display: block;
    margin: 30px auto 0;
    padding: 20px 0;
    text-align: center;
    width: 322px;
}
.interviewBtn01 {
    opacity: 0;
}
.interviewBtn02 {
    opacity: 0;
}
.sec-p01-topRead {
    color: #CC0033;
    display: flex;
    justify-content: space-between;
    padding: 100px 0 0;
    opacity: 0;
}
.sec-p01-topRead p {
    color: #CC0033;
    font-size: 30px;
    line-height: 1.3;
    margin: 0;
}
.sec-p01-topRead span {
    display: block;
    font-size: 20px;
    margin: 0 0 5px;
}
.intvVol2 {
    opacity: 0;
}
#fp-nav ul li.number2:before {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/new.svg) no-repeat left top;
    background-size: 29px 29px;
    content: ' ';
    display: inline-block;
    font-size: 11px;
    height: 29px;
    position: absolute;
    top: -8px;
    left: -3px;
    width: 29px;
}
#fp-nav ul li.number3:before {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/new.svg) no-repeat left top;
    background-size: 29px 29px;
    content: ' ';
    display: inline-block;
    font-size: 11px;
    height: 29px;
    position: absolute;
    top: -8px;
    left: 7px;
    width: 29px;
}
.overlay {
    background-color: rgba(0,0,0,0.6);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.modalContlay {
    background: #fff;
    display: none;
    height: 480px;
    left: 50%;
    margin: 65px 0 0;
    transform: translate(-50%, -50%);
    padding: 30px 40px 0;
    position: fixed;
    top: 50%;
    width: 700px;
    z-index: 9;
}
.modalContlay-wrap {
    position: relative;
}
.modal-list {
    border-bottom: solid 1px #c2d6e3;
    display: flex;
    line-height: 1.4;
    margin: 0 0 16px;
    padding: 0 0 16px;
}
.modal-list-ttl {
    font-weight: bold;
}
.modalContlay .modal-ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 18px;
    text-align: center;
}
.modalContlay .modal-table {
    margin: 10px 0 30px;
    width: 100%;
    border-bottom: 1px solid #c2d6e3;
}
.modalContlay .modal-table th {
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
    width: 240px;
}
.modalContlay .modal-table tr:nth-child(even) th {
    background: #fff;
}
.modalContlay .modal-table td {
    background: #c2d6e3;
    line-height: 2;
    padding: 10px 22px;
    vertical-align: middle;
    width: 580px;
}
.modalContlay .modal-table td:last-child {
    margin: 0 0 15px;
}
.modalContlay .modal-table td p {
    font-size: 14px;
    line-height: 1.2;
    margin-left: -8px;
}
.modalContlay .modal-table th p {
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 0 1em;
    text-indent: -1em;
}
.modalContlay .modal-btn {
    border: none;
    background: #CC0033;
    background-size: 8%;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0 auto 0;
}
.modalContlay .modal-btn span {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/footer_ico02.png) no-repeat 272px center;
    display: inline-block;
    font-size: 15px;
    padding: 8px 0 8px;
    width: 290px;
}
.modal-closeBtn {
    cursor: pointer;
    height: 42px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 30px;
}
.gotoPageTopBtn {
    bottom: 90px;
    display: none;
    left: 50%;
    margin: 0 0 0 450px;
    position: fixed;
}
@media print, screen and (min-width: 751px) {
    #firstPage {
/*        padding: 0 77px;*/
        padding: 0 0;
        width: 1212px !important;
    }
    #secondPage {
        /*        padding: 0 77px;*/
        padding: 0 0;
        width: 1212px !important;
    }
    .sec-p01-underBtn {
        color: #CC0033;
        cursor: pointer;
        position: absolute;
        bottom: 40px;
        left: 50%;
        z-index: 10;
        font-size: 75%;
        font-family: 'Roboto';
        transform: translate(-50%, -20px);
/*

        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/scroll.svg) no-repeat left top;
        cursor: pointer;
        height: 45px;
        left: 50%;
        position: absolute;
        margin: 0 0 0 -22px;
        text-indent: -9999px;
        top: 90%;
        width: 45px;
        z-index: 8;

        animation: key1 .3s ease 8 alternate;
*/
    }
    .sec-p01-underBtn:before {
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/ico_arrow01.png) no-repeat left top;
        content: "";
        position: absolute;
        width: 10px;
        height: 28px;
/*        background: #000;*/
        top: 14px;
        left: 50%;
        /*        transform: scaleY(0);*/
        transform-origin: top left;
        animation: scroll 1.5s cubic-bezier(.19, 1, .22, 1) infinite;
    }
    @keyframes scroll {
        0% {
            -webkit-transform-origin: top left;
            transform-origin: top left;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
        }
        50% {
            -webkit-transform-origin: top left;
            transform-origin: top left;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }
        51% {
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }
        100% {
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
        }
    }
    .sec-p01-underBtn.secP02-underBtn,
    .sec-p01-underBtn.secP02-2-underBtn,
    .sec-p01-underBtn.secP03-underBtn,
    .sec-p01-underBtn.secP04-underBtn {
        top: 89%;
    }
    @keyframes key1{
        0% {transform: translateY(0px);}
        100% {transform: translateY(-10px);}
    }
    .main-slide-wrapper {
        height: 530px;
        overflow: hidden;
    }
    .sec-p02-main .main-slide-wrapper {
        height: 615px;
        overflow: hidden;
    }
    .sec-p02-main .mainBox-contentBox-img.type02 {
        height: 220px;
        margin: 0 16px 15px 0;
    }
    .sec-p02-main .mainBox-contentBox-list.type02 .mainBox-contentBox-listItme {
        margin: 0 0 14px;
    }
    .sec-p02-main .mainBox-contentBox-lnk2.type02 {
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico05.png) no-repeat right center;
        top: 0px;
        color: #CC0033;
        height: 1em;
/*        opacity: 0;*/
        padding: 0;
        position: absolute;
        text-align: left;
        width: 100px;
    }
    .sec-p02-main .mainBox-contentBox-lnk2.type03 {
        background: none;
        top: 0px;
        color: #CC0033;
        cursor: default;
        height: 1em;
        opacity: 0;
        padding: 0;
        position: absolute;
        text-align: left;
        width: 150px;
    }
    .sec-p02-main.type02 {
        flex-wrap: wrap;
    }
    .sec-p02-main .mainBox-num03,
    .sec-p02-main .mainBox-num01 {
        margin-right: auto;
    }
    #fp-nav.ictp {
        margin-top: -98px !important;
    }
    .mainBox-centerBtn.sp,
    .mainBox-centerBtn02.sp {
        display: none;
    }

    .itvwSec-p02-mdlBtnBox {
        margin: 40px 0 0 !important;
        text-align: right;
    }
    .itvwSec-p02-mdlBtnBox .itvwSec-p02-mdlBtn {
        color: #CC0033;
    }

    .sec-p01-ttl-hrtBnr {
        background: #CC0033;
        color: #fff;
        display: block;
        letter-spacing: 0;
        padding: 2px 0;
        text-align: center;
        width: 210px;
    }
}
@media print, screen and (max-width: 834px) {

    .main-slide-wrapper {
        height: 66vw;
        overflow: hidden;
    }
    .main-slide-wrapper.topMainSlide02 {
        height: 117vw;
        overflow: hidden;
    }
    .sec-p01-underBtn {
        color: #CC0033;
        cursor: pointer;
        position: absolute;
        bottom: 5%;
        left: 50%;
        z-index: 10;
        font-size: 75%;
        font-family: 'Roboto';
        transform: translate(-50%, -20px);
/*        opacity: 0;*/
/*
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/scroll.svg) no-repeat left top;
        height: 45px;
        left: 50%;
        position: absolute;
        margin: 0 0 0 -22px;
        text-indent: -9999px;
        top: 90%;
        width: 45px;
        z-index: 8;

        animation: key1 .3s ease 8 alternate;
*/
    }
    .sec-p01-underBtn:before {
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/ico_arrow01.png) no-repeat left bottom;
        content: "";
        position: absolute;
        width: 10px;
        height: 25px;
        /*        background: #000;*/
        top: 14px;
        left: 50%;
        /*        transform: scaleY(0);*/
        transform-origin: top left;
        animation: scroll 1.5s cubic-bezier(.19, 1, .22, 1) infinite;
    }
    @keyframes scroll {
        0% {
            -webkit-transform-origin: top left;
            transform-origin: top left;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
        }
        50% {
            -webkit-transform-origin: top left;
            transform-origin: top left;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }
        51% {
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }
        100% {
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
        }
    }
    .sec-p01-underBtn.secP02-underBtn,
    .sec-p01-underBtn.secP02-2-underBtn,
    .sec-p01-underBtn.secP03-underBtn,
    .sec-p01-underBtn.secP04-underBtn {
        top: 88%;
    }
/*
    @keyframes key1{
        0% {transform: translateY(0px);}
        100% {transform: translateY(-10px);}
    }
*/
    .sec-p01-linkBtn {
        background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec00_ico01.png) no-repeat 260px center;
        top: 78%;
        color: #fff;
        display: block;
        height: 42px;
        left: 50%;
        margin: 0 0 0 -35%;
        padding: 13px 0;
        position: absolute;
        text-align: center;
        width: 70%;
    }
    .sec-p02-subTtl.type02 {
        display: none;
/*
        bottom: 4%;
        color: #000;
        font-size: 14px;
        left: 9%;
        line-height: 1;
        position: absolute;
        text-align: left;
*/
    }
    .sec-p02-subTtl.type02 span.ksr {
        /*        display: inline-block;*/
        line-height: 1;
        padding: 0 0 0 5px;
    }
    .sec-p02-subTtl .sec-p02-logo {
        margin: 0 0 2px;
        width: 36%;
    }
    .sec-p02-main .mainBox-contentBox-lnk2.type02 {
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico05.png) no-repeat right center;
        bottom: 21%;
        color: #CC0033;
        height: 1em;
        left: unset;
        opacity: 1;
        padding: 0;
        position: absolute;
        right: 0%;
        text-align: left;
        width: 88px;
    }
    .sec-p02-tbBoxWrap.type02 {
        align-items: center;
        height: 42px;
    }
    .sec-p02-tbBoxWrap div.mode04 {
        width: 25%;
    }
    .sec-p02-lineBox a.type02_01 {
        left: 0%;
        width: 26%;
    }
    .sec-p02-lineBox a.type02_02 {
        left: 24%;
        width: 26%;
    }
    .sec-p02-lineBox a.type02_03 {
        left: 50%;
        width: 26%;
    }
    .sec-p02-lineBox a.type02_04 {
        left: 75% !important;
        width: 26%;
    }
    .sec-p02-main .mainBox-num02,
    .sec-p02-main .mainBox-num03,
    .sec-p02-main .mainBox-num04 {
        display: none;
        position: relative;
    }

    .sec-p01-topRead {
        color: #CC0033;
        display: block;
        height: 47vw;
        padding: 23vw 0 0;
/*        padding: 100px 0 0;*/
    }
    .sec-p01-topRead p {
        font-size: 3.9vw;
    }
    .sec-p01-topRead span {
        font-size: 3.5vw;
    }
    .sec-p01-ttl span {
        font-size: 4vw;
        padding: 0 0 27%;
    }
    .sec-p01-ttl.intv02Read span {
        font-size: 11px;
        letter-spacing: 0em;
        line-height: 1.2;
        margin: 6px 0 0;
        padding: 0 0 27%;
    }
    .mainBox-centerBtn {
        background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec00_ico01.png) no-repeat 92% center;
        font-size: 3.3vw;
        margin: 5% auto 0;
        padding: 3% 0;
        width: 70%;
    }
    .mainBox-centerBtn02 {
        background: #CC0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv01_sec00_ico02.png) no-repeat 92% center;
        font-size: 3.3vw;
        margin: 5% auto 0;
        padding: 3% 0;
        width: 70%;
    }
    .mainBox-centerBtn.pc,
    .mainBox-centerBtn02.pc {
        display: none;
    }
    .mainBox-centerBtn.sp {
        width: 22%;
        margin: 0;
        background-size: 7%;
        position: absolute;
/*        bottom: 22%;*/
        bottom: 16%;
        right: 0px;
        font-size: 4vw;
    }
    .mainBox-centerBtn02.sp {
        width: 22%;
        margin: 0;
        background-size: 7%;
        position: absolute;
/*        bottom: 15%;*/
        bottom: 10%;
        right: 0px;
        font-size: 4vw;
    }

    .sec-p01-ttl-hrtBnr {
        background: #CC0033;
        color: #fff;
        display: block;
        font-size: 11px;
        letter-spacing: 0;
        line-height: 1;
        padding: 1px 0 2px;
        text-align: center;
        width: 88%;
    }
}

/* kv設定 */

.itvwSec-p00-kvBox.itv21 {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw021_sec00_img01.jpg) no-repeat;
}
.itvwSec-p00-kvBox.itv23 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw023_sec00_img01.jpg) no-repeat;
}
.itvwSec-p00-kvBox.itv24 {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw024_sec00_img01.jpg) no-repeat;
    padding: 126px 0 0 574px;
}
.itvwSec-p00-kvBox.itv22 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw022_sec00_img01.jpg) no-repeat;
  padding: 126px 0 0 574px;
}

.bannerBox__area {
    padding: 60px 0 20px;
}
.bannerBox {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/banner_textBg.png) top left no-repeat;
    border: solid 1px #CC0033;
    display: flex;
    margin: -16px auto 0;
    width: 580px;
}
.bannerBox.topVer {
    margin: 9px auto 0;
}
.bannerBox .bannerBox-left {
    align-items: center;
    display: flex;
    font-size: 15px;
    height: 66px;
    justify-content: center;
    line-height: 1.4;
    padding: 9px 0 0;
    text-align: left;
    width: 420px;
}
.bannerBox .bannerBox-right {
    align-items: center;
    background: #CC0033;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 66px;
    justify-content: center;
    line-height: 1.4;
    text-align: center;
    width: 160px;
}
.ver2 .bannerBox-left {
    font-size: 17px;
    height: 80px;
    line-height: 1.2;
}
.ver2 .bannerBox-right {
    font-size: 17px;
    height: 80px;
    line-height: 1.4;
}

@media print, screen and (max-width: 834px) {
    .bannerBox__area {
        padding: 60px 0 20px;
        margin: 0 auto;
        width: 98%;
    }
    #otherInterview .bannerBox__area {
        padding: 20px 0 40px;
        width: 90%;
    }
    .bannerBox {
        background-size: 34%;
        margin: -16px auto 0;
        width: 100%;
    }
    .bannerBox .bannerBox-left {
        font-size: 12px;
        height: 60px;
        line-height: 1.1;
        padding-top: 3%;
        width: 66%;
    }
    .bannerBox .bannerBox-right {
        font-size: 13px;
        height: 60px;
        line-height: 1.6;
        text-align: center;
        width: 34%;
    }
}


@media print, screen and (max-width: 834px) {
    .itvwSec-p00-kvBox.itv21 {
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw021_sec00_img01--sp.jpg) no-repeat;
        background-size: contain;
        height: auto;
        padding: 196px 15px 0;
    }
    .itvwSec-p00-kvBox.itv23 {
      background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw023_sec00_img01--sp.jpg) no-repeat;
      background-size: contain;
      height: auto;
      padding: 210px 15px 0;
  }
    .itvwSec-p00-kvBox.itv24 {
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw024_sec00_img01--sp.jpg) no-repeat;
        background-size: contain;
        height: auto;
        padding: 196px 15px 0;
    }
    .itvwSec-p00-kvBox.itv22 {
      background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intvw022_sec00_img01--sp.jpg) no-repeat;
      background-size: contain;
      height: auto;
      padding: 196px 15px 0;
  }


    .secW24 {
        width: 24% !important;
    }
    .secW27 {
        width: 27% !important;
    }
    .secW32 {
        width: 32% !important;
    }
    .secW38 {
        width: 38% !important;
    }
    .secW43 {
        width: 43% !important;
    }
    .secW50 {
        width: 50% !important;
    }
    .secW60 {
        width: 60% !important;
    }
    .secW70 {
        width: 70% !important;
    }
    .secW80 {
        width: 80% !important;
    }
    .sec-p02-subTtl .sec-p02-logo {
        margin: 0;
    }
    .ec-concier-widget-container {
        display: none !important;
    }


    .itvwSec-p02-mdlBtnBox {
        margin: 5% 0 10% !important;
        text-align: right;
    }
    .itvwSec-p02-mdlBtnBox .itvwSec-p02-mdlBtn {
        color: #CC0033;
        font-size: 15px;
    }

    .modalContlay {
        height: 335px;
        margin: 0;
        padding: 4% 2%;
        width: 94%;
    }
    .modalContlay .modal-ttl {
        font-size: 14px;
        line-height: 1.3;
        margin: 0 0 2%;
    }
    .modal-list-ttl {
        font-size: 11px;
        margin: 0 0 2%;
    }
    .modal-list {
        margin: 0 0 2%;
        padding: 0 0 2%;
    }
    .modal-list p,
    .modal-list div {
        font-size: 11px;
    }
    .modal-list .wdt2 {
        font-size: 11px;
        width: 16%;
    }
    .modal-list .wdt3 {
        width: 84%;
    }
    .modal-list div {
        font-size: 11px;
    }
    .modal-list-txtVer2 {
        display: inline-block;
    }
    .modal-list-txtVer3 {
        font-size: 11px;
    }
    .modalContlay .modal-table th {
        padding: 2% 2%;
        vertical-align: middle;
        width: 50%;
    }
    .modalContlay .modal-table {
        margin: 0 0 3%;
    }
    .modalContlay .modal-table th p {
        font-size: 11px;
    }
    .modalContlay .modal-table td {
        font-size: 11px;
        line-height: 1.5;
        padding: 3% 2%;
        vertical-align: middle;
        width: 50%;
    }
    .modalContlay .modal-table td p {
        font-size: 11px;
        margin: 0;
    }
    .modalContlay .modal-table td p.ajdText {
        margin: 0 0 0 -3%;
    }
    .modalContlay .modal-table td span {
        font-size: 11px;
    }
    .modalContlay .modal-btn {
        height: auto;
    }
    .modalContlay .modal-btn span {
        background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/footer_ico02.png) no-repeat 220px center;
        font-size: 11px;
        margin: 0 auto;
        width: 240px;
    }
    .modal-closeBtn {
        right: -1%;
        top: -1%;
    }

    .gotoPageTopBtn {
        bottom: 12%;
        left: unset;
        margin: 0;
        right: 5%;
        width: 28px;
    }
}


/*interview03.css*/
.itvwSec-p00-switchingBtnBox-intvw023 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 66px auto 0;
  width: 1000px;
}

@media print, screen and (max-width: 834px){
  .itvwSec-p00-switchingBtnBox-intvw023 {
    margin: 30px 0 0;
    padding: 0 3% 0;
    width: 100%;
    flex-wrap: wrap;
  }
}

.itvwSec-p00 .switchingBtn_intvw023 {
  background: #cc0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico02.png) no-repeat 195px center;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  padding: 16px 25px;
  width: 380px;
  margin-right: 20px;
}
@media print, screen and (max-width: 834px){
  .itvwSec-p00 .switchingBtn_intvw023 {
    background: #cc0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico02.png) no-repeat 95% center;
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 15px 10px;
    width: 48%;
    margin: 0 auto;
    margin-bottom: -4%;
    margin-top: 10%;
  }
}

.itvwSec-p00 .switchingBtn_intvw023 span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

@media print, screen and (max-width: 834px){
  .itvwSec-p00 .switchingBtn_intvw023 span {
    display: block;
    font-size: 13px;
    line-height: 2.0;
  }
}


.itvwSec-p06-switchingBtnBox-intvw023 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 66px auto 0;
  width: 1000px;
}

@media print, screen and (max-width: 834px){
  .itvwSec-p06-switchingBtnBox-intvw023 {
    margin: 50% 0 0;
    padding: 0 0 0;
    width: 100%;
    flex-wrap: wrap;
  }
}


.itvwSec-p06 .switchingBtn_intvw023 {
  background: #cc0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico02.png) no-repeat 195px center;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  padding: 16px 25px;
  width: 380px;
  margin-right: 20px;
}

@media print, screen and (max-width: 834px){
  .itvwSec-p06 .switchingBtn_intvw023 {
    background: #cc0033 url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/sec02_ico02.png) no-repeat 95% center;
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 15px 10px;
    width: 48%;
    margin: 0 auto;
    margin-bottom:  -4%;
    margin-top: 10%;
  }
}

.itvwSec-p06 .switchingBtn_intvw023 span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

@media print, screen and (max-width: 834px){
  .itvwSec-p06 .switchingBtn_intvw023 span {
    display: block;
    font-size: 13px;
    line-height: 2.0;
  }
}

.pageLinkBox-subttl{
  margin-bottom: 1%;
  text-align: left;
}



@media print, screen and (max-width: 834px){
  .pageLinkBox-subttl{
    margin-bottom: 1%;
    width: 15%;
  }
  .pageLinkBox-subttl img{
    margin-left: 35%;
  }
}
.contentInner{
  width: 982px;
  margin: 0 auto;
  
}
@media print, screen and (max-width: 834px){
  .contentInner{
    width: 100%;
    margin: 0 auto;
  }
}


/* vol3 */
  /* vol3 KV背景設定 */
.itvVol3-01 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv031_sec00_img01.jpg) no-repeat;
  height: 548px;
  padding: 126px 0 0 94px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .itvVol3-01 {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv031_sec00_img01--sp.jpg) no-repeat;
    background-size: contain;
    height: auto;
    margin: 8% 0 0;
    padding: 51% 15px 0;
  }
}

.kvVol3-02 {
  background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv032_sec00_img01.jpg) no-repeat;
  height: 548px;
  padding: 126px 0 0 574px;
  position: relative;
}
@media print, screen and (max-width: 834px) {
  .kvVol3-02 {
    background: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv032_sec00_img01--sp.jpg) no-repeat;
    background-size: contain;
    height: auto;
    padding: 50% 15px 0;
  }
}

  /* vol3 KV　サブタイトル文字 */
.vol3read{
  font-weight: 700;
  line-height: 1.7;
}
@media print, screen and (max-width: 834px){
  .vol3read{
  }
}

  /* vol3-2 KV下とフッター上のボタン　マージン*/
.vol3mr{
  margin: 0!important;
}
@media print, screen and (max-width: 834px){
  .vol3mr{
    margin: 15px 0 0!important;
  }
}


  
  /* vol3-2 sec04 テキスト間　マージン*/
.vol3TxtMt{
  margin: 150px auto 32px!important;
}
@media print, screen and (max-width: 834px){
  .vol3TxtMt{
    margin: 0 0 2em!important;
  }
}

.vol3TxtMt02{
  margin-top: 40px!important;
}
@media print, screen and (max-width: 834px){
  .vol3TxtMt02{
    margin: 0 0 2em!important;
  }
}

  /* vol3-2 sec04 テキスト　マージン*/
.vol3TxtMl{
  margin-left: 140px;
  padding-bottom: 68px;
}
@media print, screen and (max-width: 834px){
  .vol3TxtMl{
    margin-left: 0;
    padding-bottom: 30px;
  }
}

  /* vol3-2 ＃3タイトルの文字*/
.vol3font {
  font-size: 32px!important;
}
@media print, screen and (max-width: 834px){
  .vol3font {
    font-size: 22px!important;
  }
}

 /* vol3 下部のその他のインタビューの第三弾　ボタン*/
.vol3LinkBot{
  padding: 25px 20px!important;
}

@media print, screen and (max-width: 834px){
  .vol3LinkBot{
    padding: 19px 10px 0!important;
  }
}

/* vol3-1　セクション間の背景*/
@media print, screen and (min-width: 751px){
  .bg-031sec02{
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv031_sec02_img01.jpg);
  }
}

@media print, screen and (min-width: 751px){
  .bg-031sec03{
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv031_sec03_img01.jpg);
  }
}

@media print, screen and (min-width: 751px){
  .bg-031sec04{
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv031_sec04_img01.jpg);
  }
}

@media print, screen and (min-width: 751px){
  .bg-031sec05{
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv031_sec05_img01.jpg);
  }
}




/* vol3-2　セクション間の背景*/
@media print, screen and (min-width: 751px){
  .bg-032sec02{
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv032_sec02_img01.jpg);
  }
}
@media print, screen and (min-width: 751px){
  .bg-032sec03{
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv032_sec03_img01.jpg);
  }
}
@media print, screen and (min-width: 751px){
  .bg-032sec04{
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv032_sec04_img01.jpg);
  }
}
@media print, screen and (min-width: 751px){
  .bg-032sec05{
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv032_sec05_img01.jpg);
  }
}
@media print, screen and (min-width: 751px){
  .bg-032sec06{
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/education-ict/kumamoto/img/intv032_sec06_img01.jpg);
  }
}

/* vol3-1 sec01 画像*/
.vol3sec01Img{
  margin: 50px auto;
}

@media print, screen and (max-width: 834px){
  .vol3sec01Img{
    width: 100%;
    margin: 20% auto;
  }
}

.vol3sec01Img__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 780px;
}

@media print, screen and (max-width: 834px){
  .vol3sec01Img__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
}

@media print, screen and (max-width: 834px){
  .vol3sec01Img__item{
    width: 50%;
  }
}

/* vol3-1 sec02 画像*/
.vol3Imgmt{
  margin-top: 40px;
}


/* vol3-1 sec02 動画*/
.vol3Move{
  margin: 180px auto 30px;
  width: 620px;
}

@media print, screen and (max-width: 834px) {
  .vol3Move{
    margin: 0 auto 5%;
    width: 100%;
  }
}
.vol3Move__txt{
  width: 620px;
}
@media print, screen and (max-width: 834px){
  .vol3Move__txt{
    width: 100%;
  }
}

.vol3Move__txt02{
  color: #231815;
  font-size: 16px;
  letter-spacing: 0.03em;
  margin: 13px auto 0;
}
@media print, screen and (max-width: 834px) {
  .vol3Move__txt02{
    font-size: 12px;
    margin-top: 3%;
  }
}

/* vol3-1 sec01 sec04 画像*/
.vol3sec04Img{
  margin: 8px auto;
}

@media print, screen and (max-width: 834px){
  .vol3sec04Img{
    padding: 0 14%;
    margin-bottom: 32px;
  }
}

.vol3sec04Txt{
  color: #231815;
  font-size: 16px;
  letter-spacing: 0.03em;
  margin-top: 16px;
  width: 380px;
}
@media print, screen and (max-width: 834px) {
  .vol3sec04Txt{
    font-size: 12px!important;
    margin-top: 3%!important;
    width: 100%;
  }
}

/* vol3-1 sec05 順番入れ替え*/
@media print, screen and (max-width: 834px){
  .vol3Flexbox01{
    order: 2;
  }
}

@media print, screen and (max-width: 834px){
  .vol3Flexbox02{
    order: 1;
  }
}

.vol3sec05Mt{
  margin: 75px auto 0;
}

@media print, screen and (max-width: 834px){
  .vol3sec05Mt{
    margin: 0;
  }
}

@media print, screen and (max-width: 834px){
  .vo3Ttl{
    width: 35%!important;
  }
}

