@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
*/
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: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

body {
  color: #333333;
  position: relative;
  background: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  padding-top: 100px;
}
body.home {
  padding-top: 115px;
}

div::-moz-selection,
p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
span::-moz-selection,
dt::-moz-selection,
dd::-moz-selection,
img::-moz-selection,
strong::-moz-selection,
li::-moz-selection,
a::-moz-selection {
  background: rgba(15, 138, 199, .9);
  color: #efefef;
}

div::selection,
p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
span::selection,
dt::selection,
dd::selection,
img::selection,
strong::selection,
li::selection,
a::selection {
  background: rgba(15, 138, 199, .9);
  color: #efefef;
}

div::-moz-selection,
p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
dt::-moz-selection,
dd::-moz-selection,
img::-moz-selection,
span::-moz-selection,
strong::-moz-selection,
li::-moz-selection,
a::-moz-selection {
  background: rgba(15, 138, 199, .9);
  color: #efefef;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
button,
input,
select,
textarea {
  color: #333333;
  outline: none;
}

button {
  cursor: pointer;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: none;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 990px) {
  a:hover {
    text-decoration: none;
  }
}

p {
  margin: 0 0 1em;
}

label,
select,
input[type=submit] {
  cursor: pointer;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a:active img.over,
.desktop a:hover img.over {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 990px) {
  a:active img.over,
  .desktop a:hover img.over {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
a:active img.over,
.desktop a:hover img.over {
  cursor: pointer;
}

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

img[src$=".svg"] {
  width: 100%;
}

address {
  font-style: normal;
}

/*
 Container
----------------------------------------------------------- */
.largeContainer {
  overflow: hidden;
}
.pcMenuOpen .largeContainer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: block;
  z-index: 900;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.subPageContainer {
  margin-bottom: 100px;
}
.subPageContainer_inner {
  max-width: 1100px;
  margin: 0 auto;
}

/*
 Header
----------------------------------------------------------- */
.js-scroll-on .header,
.headerSubpage .header {
  height: 100px;
  display: -ms-flexbox;
  display: flex;
}
.js-scroll-on .header_logo,
.headerSubpage .header_logo {
  position: static;
  width: auto;
  height: auto;
  box-shadow: none;
  overflow: hidden;
}
.js-scroll-on .header_logo a,
.headerSubpage .header_logo a {
  width: auto;
  height: auto;
  background: none;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-left: 120px;
}
.js-scroll-on .header_logo-01,
.headerSubpage .header_logo-01 {
  text-align: left;
  color: #209AD3;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
}
.js-scroll-on .header_logo-01 br,
.headerSubpage .header_logo-01 br {
  display: none;
}
.js-scroll-on .header_logo-02,
.headerSubpage .header_logo-02 {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #1b8cc1;
}
.js-scroll-on .header_logo-02 img,
.headerSubpage .header_logo-02 img {
  width: 45px;
}
.js-scroll-on .header_logo-03,
.headerSubpage .header_logo-03 {
  text-align: left;
  color: #209AD3;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.js-scroll-on .headerMain,
.headerSubpage .headerMain {
  margin-left: auto;
}
.js-scroll-on .gnavMain_parent a,
.headerSubpage .gnavMain_parent a {
  height: 60px;
}
.js-scroll-on .gnavMain_item.sp,
.headerSubpage .gnavMain_item.sp {
  display: none;
}
.js-scroll-on .gnavMenu,
.headerSubpage .gnavMenu {
  top: 100px;
}

.headerSplogo {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 115px;
  z-index: 1000;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, .2);
  transition: height 0.3s;
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
}
.header_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  display: block;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, .3);
  border-radius: 0 0 5px 0;
  overflow: hidden;
  transition: width 0.3s;
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
  transition: height 0.3s;
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
}
.header_logo a {
  width: 200px;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  background: #1b8cc1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 0.06em;
}
.header_logo a:active, .desktop .header_logo a:hover {
  text-decoration: none;
}
.header_logo-01 {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 0.3em;
  line-height: 1.4;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
}
.header_logo-02 {
  text-align: center;
  margin-bottom: 15px;
}
.header_logo-02 img {
  width: 60px;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
}
.header_logo-03 {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
}

.headerMainTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.headerMainTop_icon01 {
  width: 24px;
  margin-right: 10px;
}
.headerMainTop_icon02 {
  margin-right: 10px;
}
.headerMainTop_icon02 img {
  width: auto;
  height: 20px;
}
.headerMainTop_icon03 {
  margin-right: 10px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.headerMainTop_icon03 span {
  font-size: 22px;
  margin-bottom: -3px;
  margin-left: 5px;
}
.headerMainTop_icon04 a {
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(90deg, #009acc 0%, #00a9e9 100%);
  color: #fff;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 5em;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
  height: 45px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .headerMainTop_icon04 a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.headerMainTop_icon04 a:active, .desktop .headerMainTop_icon04 a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .headerMainTop_icon04 a:active, .desktop .headerMainTop_icon04 a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 1100px) {
  .headerMainTop_icon04 a {
    padding: 0 1.5em;
  }
}
.headerMainTop_icon04 a img {
  width: 19px;
  margin-right: 10px;
}
.headerMainTop_icon04 a svg {
  width: 19px;
  margin-right: 10px;
  fill: #209AD3;
}

.headerMain {
  margin-left: 150px;
}
.headerMain_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
}

.gnavMain {
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}
.gnavMain_parent a {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 0 1.5em;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
}
.gnavMain_parent a:active, .desktop .gnavMain_parent a:hover {
  text-decoration: none;
  color: #888888;
}
.gnavMain_parent a:active:after, .desktop .gnavMain_parent a:hover:after {
  border: solid #888888;
  border-width: 0 3px 3px 0;
}
.gnavMain_parent a.active {
  color: #888888;
}
.gnavMain_parent a.active:after {
  border: solid #888888;
  border-width: 0 3px 3px 0;
}
.gnavMain_parent.js-head-menu a {
  padding-right: 1.8em;
}
.gnavMain_parent.js-head-menu a:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 6px;
  margin: auto;
  border: solid #209AD3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gnavMenu {
  position: fixed;
  top: 126px;
  background: linear-gradient(24deg, rgba(65, 136, 188, .8) 0%, rgba(107, 190, 187, .8) 100%);
  right: 0;
  z-index: 100;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, .4);
  width: 100%;
  max-width: 700px;
  display: none;
}
.gnavMenu_inner {
  padding: 2em 2.5em 1.5em;
  min-width: 600px;
}
.gnavMenu_close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 20px;
  right: 20px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .gnavMenu_close {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.gnavMenu_close:active, .desktop .gnavMenu_close:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .gnavMenu_close:active, .desktop .gnavMenu_close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.gnavMenu_close:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 100px;
}
.gnavMenu_close:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 100px;
}

.gnavMenuSet_title {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.gnavMenuSet_title a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.gnavMenuSet_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gnavMenuSet_list-item,
.gnavMenuSet_list li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.gnavMenuSet_list-item a,
.gnavMenuSet_list li a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  padding-right: 15px;
}
.gnavMenuSet_list-item a:after,
.gnavMenuSet_list li a:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.gnavMenuSet_list-item:last-child,
.gnavMenuSet_list li:last-child {
  margin-right: 0;
}
.gnavMenuSet_list-item:last-child a,
.gnavMenuSet_list li:last-child a {
  padding-right: 0;
}
.gnavMenuSet_list-item:last-child a:after,
.gnavMenuSet_list li:last-child a:after {
  display: none;
}

.menuBtn {
  display: none;
}

.btmProfBox {
  overflow: hidden;
}
.btmProfBox_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  border-radius: 0 5px 5px 0;
  padding: 4em 0;
}
.btmProfBox_inner:after {
  content: "";
  background: #209AD3;
  width: calc(50vw + 550px);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(550px - 50vw);
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .btmProfBox_inner:after {
    left: 0;
  }
}

.btmProfBoxMain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.btmProfBoxMain_title {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 15px;
}
.btmProfBoxMain_text {
  line-height: 1.6;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 10px;
}
.btmProfBoxMain_text:last-child {
  margin-bottom: 0;
}
.btmProfBoxMain_list {
  -ms-flex: 1;
      flex: 1;
}
.btmProfBoxMain_left a {
  color: #fff;
}
.btmProfBoxMain_right {
  width: 50%;
  border-left: 1px solid #fff;
  padding: 0 5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.btmProfBoxMain_right-text {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.btmProfBoxMain_more {
  text-align: center;
}
.btmProfBoxMain_more a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  color: #209AD3;
  padding: 0 1.5em;
  font-size: 18px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .btmProfBoxMain_more a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.btmProfBoxMain_more a:active, .desktop .btmProfBoxMain_more a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .btmProfBoxMain_more a:active, .desktop .btmProfBoxMain_more a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.btmProfBoxMain_more a {
  letter-spacing: 0.05em;
  min-width: 350px;
  position: relative;
  border-radius: 100px;
  height: 60px;
  font-weight: 600;
  width: 100%;
}
.btmProfBoxMain_more a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #209AD3;
  border-right: 0px solid transparent;
  position: absolute;
  top: 50%;
  right: 1em;
  margin: -3px auto 0;
}
.btmProfBoxMain_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.btmProfBoxMain_list li {
  margin: 0 4%;
}
.btmProfBoxMain_list li a {
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .btmProfBoxMain_list li a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.btmProfBoxMain_list li a:active, .desktop .btmProfBoxMain_list li a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .btmProfBoxMain_list li a:active, .desktop .btmProfBoxMain_list li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerList {
  padding: 50px 0;
}
.footerList_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.footerList_list a {
  font-weight: bold;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .footerList_list a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.footerList_list a:active, .desktop .footerList_list a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .footerList_list a:active, .desktop .footerList_list a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.footerList_list img {
  width: 28px;
}

.copytext {
  text-align: center;
  color: #fff;
  background: #209AD3;
  font-size: 12px;
  padding: 10px 0;
  letter-spacing: 0.1em;
}

.pageTopBtn {
  position: fixed;
  bottom: 100px;
  right: 25px;
  width: 60px;
  height: 60px;
  z-index: 100;
  display: none;
}
.pageTopBtn a {
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .pageTopBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.pageTopBtn a:active, .desktop .pageTopBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .pageTopBtn a:active, .desktop .pageTopBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/*
 Container
----------------------------------------------------------- */
@media only screen and (max-width: 990px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 16px;
    width: 100%;
    min-width: 320px !important;
    min-height: 0;
    min-height: initial;
    -webkit-text-size-adjust: 100%;
    padding-top: 60px;
  }
  body.home {
    padding-top: 60px;
  }
  .subPageContainer {
    margin-bottom: 60px;
  }
  .subPageContainer-p0 .subPageContainer_inner {
    padding: 0;
  }
  .subPageContainer_inner {
    padding: 0 25px;
  }
  /*
   Header
  ----------------------------------------------------------- */
  .js-scroll-on .header,
  .headerSubpage .header {
    height: 60px;
    display: -ms-flexbox;
    display: flex;
  }
  .js-scroll-on .header_logo,
  .headerSubpage .header_logo {
    position: static;
    width: auto;
    height: auto;
    box-shadow: none;
    overflow: hidden;
  }
  .js-scroll-on .header_logo a,
  .headerSubpage .header_logo a {
    height: 60px;
    padding-left: 65px;
  }
  .js-scroll-on .header_logo-01,
  .headerSubpage .header_logo-01 {
    font-size: 11px;
    margin-bottom: 0px;
    letter-spacing: 0.03em;
  }
  .js-scroll-on .header_logo-01 br,
  .headerSubpage .header_logo-01 br {
    display: none;
  }
  .js-scroll-on .header_logo-02,
  .headerSubpage .header_logo-02 {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 60px;
  }
  .js-scroll-on .header_logo-02 img,
  .headerSubpage .header_logo-02 img {
    width: 38px;
  }
  .js-scroll-on .header_logo-03,
  .headerSubpage .header_logo-03 {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .js-scroll-on .headerMain,
  .headerSubpage .headerMain {
    margin-left: auto;
  }
  .js-scroll-on .gnavMain_parent a,
  .headerSubpage .gnavMain_parent a {
    height: 60px;
  }
  .js-scroll-on .gnavMain_item.sp,
  .headerSubpage .gnavMain_item.sp {
    display: block;
  }
  .js-scroll-on .gnavMain_item.sp img,
  .headerSubpage .gnavMain_item.sp img {
    width: 30px;
  }
  .js-scroll-on .gnavMenu,
  .headerSubpage .gnavMenu {
    top: 100px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 60px;
    z-index: 1000;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, .2);
    transition: height 0.3s;
    transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
  }
  .menuOpen .header {
    background: none;
    box-shadow: none;
  }
  .header_logo {
    width: 110px;
    height: 110px;
  }
  .menuOpen .header_logo {
    display: none;
  }
  .header_logo a {
    width: 110px;
    height: 110px;
  }
  .header_logo-01 {
    font-size: 9px;
    margin-bottom: 4px;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
  .header_logo-02 {
    margin-bottom: 10px;
  }
  .header_logo-02 img {
    width: 32px;
  }
  .header_logo-03 {
    font-size: 9px;
    letter-spacing: 0.01em;
  }
  .menuOpen .largeContainer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    display: block;
    z-index: 900;
  }
  .headerSplogo {
    text-align: left;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-order: 1;
        order: 1;
    padding-top: 0;
    margin-right: auto;
    padding-left: 10px;
    width: auto;
    height: 60px;
    position: relative;
    z-index: 10;
  }
  .headerSplogo img {
    width: 30px;
    margin-right: 10px;
    position: relative;
    z-index: 10;
  }
  .headerSplogo_text {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 10;
  }
  .headerMainTop {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-order: 3;
        order: 3;
  }
  .headerMainTop_icon01 {
    -ms-flex-order: 3;
        order: 3;
    display: none;
  }
  .headerMainTop_icon02 {
    -ms-flex-order: 4;
        order: 4;
    width: 100%;
    text-align: center;
    padding: 1em 0;
    margin: 0;
    border-top: 1px solid #ddd;
  }
  .headerMainTop_icon02 img {
    width: 50%;
    height: auto;
  }
  .headerMainTop_icon03 {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    padding: 12px 0;
    margin: 0;
    text-align: center;
    display: block;
  }
  .headerMainTop_icon03 a {
    height: 50px;
    font-size: 16px;
  }
  .headerMainTop_icon04 {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  .headerMainTop_icon04 a {
    height: 50px;
    font-size: 16px;
  }
  .headerMain {
    position: fixed;
    top: 0;
    margin: 0;
    width: calc(100vw - 60px);
    height: auto;
    z-index: 10000;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, .4);
    right: -100%;
    opacity: 0;
    background: #fff;
  }
  .headerMain:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background: #209AD3;
  }
  .headerMain_wrap {
    -ms-flex-direction: initial;
        flex-direction: initial;
    -ms-flex-align: initial;
        align-items: initial;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menuOpen .headerMain {
    right: 0;
    opacity: 1;
    transition: all 1s;
    transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
  }
  .gnavMain {
    position: static;
    display: block;
    padding: 0;
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
  }
  .gnavMain_item {
    border-bottom: 1px solid #bbb;
  }
  .gnavMain_item:first-child {
    border-top: 1px solid #bbb;
  }
  .gnavMain_parent a {
    height: 60px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    padding: 0 1.5em;
  }
  .gnavMain_parent.js-head-menu a {
    padding-right: 1.8em;
  }
  .gnavMain_parent.js-head-menu a:after {
    width: 10px;
    height: 10px;
    right: 20px;
    border: solid #209AD3;
    border-width: 0 2px 2px 0;
  }
  .gnavMenu {
    background: #fafafa;
    box-shadow: none;
    position: static;
  }
  .gnavMenu_inner {
    padding: 1em 1.5em;
    min-width: 0;
    min-width: initial;
    position: relative;
  }
  .gnavMenu_close {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 15px;
    right: 15px;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .gnavMenu_close {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .gnavMenu_close:active, .desktop .gnavMenu_close:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .gnavMenu_close:active, .desktop .gnavMenu_close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .gnavMenu_close:before {
    background: #209AD3;
  }
  .gnavMenu_close:after {
    background: #209AD3;
  }
  .gnavMenuSet {
    display: block;
  }
  .gnavMenuSet.active {
    display: block;
  }
  .gnavMenuSet_title {
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
    font-size: 15px;
  }
  .gnavMenuSet_title a {
    color: #333;
    font-size: 14px;
  }
  .gnavMenuSet_list {
    display: block;
  }
  .gnavMenuSet_list-item,
  .gnavMenuSet_list li {
    margin-right: 0;
    margin-bottom: 0.8em;
    padding-left: 0.5em;
  }
  .gnavMenuSet_list-item a,
  .gnavMenuSet_list li a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
  }
  .gnavMenuSet_list-item a:before,
  .gnavMenuSet_list li a:before {
    content: "-";
    margin-right: 5px;
  }
  .gnavMenuSet_list-item a:after,
  .gnavMenuSet_list li a:after {
    display: none;
  }
  .menuBtn {
    position: fixed;
    top: 20px;
    right: 25px;
    width: 33px;
    height: 8px;
    z-index: 800000;
    cursor: pointer;
    display: block;
  }
  .menuBtn_text {
    color: #333333;
    position: absolute;
    bottom: -20px;
    font-weight: bold;
    letter-spacing: 0.15em;
    font-weight: bold;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
    text-align: center;
    font-size: 9px;
  }
  .menuOpen .menuBtn_text {
    color: #fff;
  }
  .menuBtn,
  .menuBtn span {
    display: inline-block;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
  }
  .menuBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333333;
  }
  .menuOpen .menuBtn span {
    background-color: #fff;
  }
  .menuBtn span:nth-of-type(1) {
    top: 0;
  }
  .menuOpen .menuBtn span:nth-of-type(1) {
    -webkit-transform: translateY(3px) rotate(-25deg);
            transform: translateY(3px) rotate(-25deg);
  }
  .menuBtn span:nth-of-type(2) {
    display: none;
  }
  .menuBtn span:nth-of-type(3) {
    bottom: 0;
  }
  .menuOpen .menuBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-3px) rotate(25deg);
            transform: translateY(-3px) rotate(25deg);
  }
  .btmProfBox {
    height: auto;
    margin-right: 50px;
    border-radius: 0 5px 5px 0;
    position: relative;
    z-index: 5;
    background: #209AD3;
  }
  .btmProfBox_inner {
    border-radius: 0 5px 5px 0;
    padding: 1.5em 0;
  }
  .btmProfBox_inner:after {
    display: none;
  }
  .btmProfBoxMain {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5%;
  }
  .btmProfBoxMain_left {
    margin-bottom: 15px;
  }
  .btmProfBoxMain_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .btmProfBoxMain_text {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
  }
  .btmProfBoxMain_text:last-child {
    margin-bottom: 0;
  }
  .btmProfBoxMain_text a {
    color: #fff;
  }
  .btmProfBoxMain_list {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
  }
  .btmProfBoxMain_right {
    width: 100%;
    border-left: none;
    padding: 0;
    display: block;
  }
  .btmProfBoxMain_right-text {
    font-size: 16px;
  }
  .btmProfBoxMain_more {
    margin-bottom: 20px;
  }
  .btmProfBoxMain_more a {
    font-size: 16px;
    min-width: 0;
    min-width: initial;
    height: 50px;
    width: 100%;
  }
  .btmProfBoxMain_list li {
    margin: 0 3%;
    width: 40px;
  }
  .btmProfBoxMain_list li a {
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .btmProfBoxMain_list li a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .btmProfBoxMain_list li a:active, .desktop .btmProfBoxMain_list li a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .btmProfBoxMain_list li a:active, .desktop .btmProfBoxMain_list li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .footerList {
    padding: 30px 25px;
    display: none;
  }
  .copytext {
    font-size: 11px;
    padding: 10px 0;
    letter-spacing: 0.1em;
    margin-top: 50px;
  }
}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 Animate.css
 */

.animate__animated {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, 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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, 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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-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;
  }
}
.animate__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);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  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 shakeX {
  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);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

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

@-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);
  }
}
.animate__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);
  }
}
.animate__swing {
  -webkit-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);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-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);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-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);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -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-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-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-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-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-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;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-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);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-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;
  }
}
.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-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);
  }
}
@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);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-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);
  }
}
@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);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.js-move-box,
.js-move-box02 {
  visibility: hidden;
  opacity: 0;
}

.spPic {
  display: none;
}

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

.commonBtn a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #209AD3;
  color: #fff;
  border-radius: 3px;
  padding: 0 1.5em;
  font-size: 18px;
  letter-spacing: 0.05em;
  min-width: 350px;
  position: relative;
  height: 60px;
  font-weight: 600;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .commonBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.commonBtn a:active, .desktop .commonBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .commonBtn a:active, .desktop .commonBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.commonBtn a:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.commonBtn-grad a {
  background: #209AD3;
}

.pageTitleContainer {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.pageTitleContainer-mb0 {
  margin-bottom: 0;
}
.pageTitleContainer_scroll {
  width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  position: absolute;
  top: 150px;
}
.pageTitleContainer_scroll div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  color: #209AD3;
  width: 100%;
  height: 250px;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 600;
  position: relative;
}
.pageTitleContainer_scroll div:before {
  content: "";
  width: 2px;
  height: 160px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #e8eced;
}
.pageTitleContainer_scroll div:after {
  content: "";
  width: 2px;
  height: 160px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #209AD3;
  -webkit-animation: sdl 3s infinite;
          animation: sdl 3s infinite;
}
.pageTitleContainer_scroll span {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: 600;
}
.pageTitleContainer_inner {
  -ms-flex: 1;
      flex: 1;
  margin-left: 100px;
}
.pageTitleContainer_inner-color {
  background: #F7FCFF;
}
.pageTitleContainer_inner-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.pageTitleContainerMain {
  margin-left: -100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 200px;
}
.pageTitleContainerMain_title {
  color: #209AD3;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.pageTitleContainerMain_text {
  margin-bottom: 0;
  color: #209AD3;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.pnkz {
  border-bottom: 1px solid #f3f3f3;
}
.pnkz ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
}
.pnkz ul li {
  font-size: 13px;
  letter-spacing: 0.1em;
}
.pnkz ul li:after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
  color: #3D72AC;
}
.pnkz ul li:last-child:after {
  display: none;
}
.pnkz ul li a {
  color: #3D72AC;
  text-decoration: underline;
}
.pnkz ul li a:active, .desktop .pnkz ul li a:hover {
  text-decoration: none;
}

.commonSectionTitle {
  text-align: center;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
  padding-bottom: 30px;
  position: relative;
  font-weight: 400;
}
.commonSectionTitle:after {
  content: "";
  width: 160px;
  height: 3px;
  background: #3D72AC;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.privacyMain_text {
  font-size: 14px;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
}
.privacyMain_list {
  margin-bottom: 30px;
}
.privacyMain_list dt {
  font-size: 14px;
  letter-spacing: 0.25em;
  margin-bottom: 10px;
  font-weight: bold;
}
.privacyMain_list dd {
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 34px;
}
.privacyMain_list dd a {
  font-weight: bold;
  text-decoration: underline;
}
.privacyMain_list dd a:hover {
  text-decoration: none;
}

.commonContactBox_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

.commonContactBoxMain {
  border: 5px solid #0d66ae;
  border-radius: 10px;
  padding: 50px 20px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.commonContactBoxMain_title {
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  color: #0d66ae;
  margin-bottom: 40px;
}
.commonContactBoxMain_pic {
  position: absolute;
  width: 190px;
  top: -45px;
  left: -20px;
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
.commonContactBoxMain_pic img {
  width: 100%;
  height: auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  position: absolute;
}

@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}

@keyframes floating-x {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
.commonContactBoxMainColumn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 80px;
}
.commonContactBoxMainColumn_tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 40px;
  font-weight: bold;
  gap: 0 10px;
  color: #0d66ae;
}
.commonContactBoxMainColumn_tel img {
  width: 50px;
}
.commonContactBoxMainColumn_more a {
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-size: 20px;
  background: #0d66ae;
  border-radius: 10px;
  font-weight: bold;
  animation: colorChanger 3s ease-in-out infinite alternate-reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .commonContactBoxMainColumn_more a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.commonContactBoxMainColumn_more a:active, .desktop .commonContactBoxMainColumn_more a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .commonContactBoxMainColumn_more a:active, .desktop .commonContactBoxMainColumn_more a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.commonContactBoxMainColumn_more a span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  color: #0d66ae;
  margin-right: 10px;
  border-radius: 5px;
  padding: 3px;
  font-size: 16px;
}
.commonContactBoxMainColumn_text {
  text-align: center;
  padding-top: 10px;
  line-height: 1.8;
}

@-webkit-keyframes colorChanger {
  0% {
    background: #0d66ae;
  }
  50% {
    background: #ffba00;
  }
  100% {
    background: #0d66ae;
  }
}

@keyframes colorChanger {
  0% {
    background: #0d66ae;
  }
  50% {
    background: #ffba00;
  }
  100% {
    background: #0d66ae;
  }
}
.commonComLogoBox {
  background: #cbeff3;
  padding: 0 0 50px;
}

.commonComLogoBoxTop {
  background: #ffe99b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px 0;
  gap: 0 15px;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
}
.commonComLogoBoxTop span {
  font-size: 18px;
  background: #fff;
  padding: 8px 15px;
  border-radius: 100px;
  font-weight: bold;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}
.commonComLogoBoxTop_main {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000d8b;
}
.commonComLogoBoxTop_main strong {
  font-size: 30px;
  display: inline-block;
  margin: 0 5px;
  font-weight: normal;
}

.commonComLogoBoxMain {
  background: #edf4f2;
  padding: 15px 0;
  text-align: center;
}
.commonComLogoBoxMain img {
  max-width: 1100px;
  width: 100%;
}

@media only screen and (max-width: 990px) {
  .spBr {
    display: block;
  }
  .pcPic {
    display: none;
  }
  .spPic {
    display: inline-block;
  }
  .commonBtn a {
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
    min-height: 55px;
    letter-spacing: 0.05em;
    min-width: 0;
    min-width: initial;
    font-weight: 600;
  }
  .pageTitleContainer {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .pageTitleContainer_scroll {
    width: 50px;
    top: 90px;
  }
  .pageTitleContainer_scroll div {
    height: 140px;
  }
  .pageTitleContainer_scroll div:before {
    height: 90px;
  }
  .pageTitleContainer_scroll div:after {
    height: 90px;
  }
  .pageTitleContainer_scroll span {
    font-size: 11px;
  }
  .pageTitleContainer_inner {
    -ms-flex: initial;
        flex: initial;
    margin-left: 0px;
    display: block;
    width: 100%;
  }
  .pageTitleContainerMain {
    margin-left: 0px;
    height: 120px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pageTitleContainerMain_title {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-left: 50px;
    width: calc(100vw - 50px);
    padding: 0 1em;
    text-align: center;
  }
  .pageTitleContainerMain_text {
    width: calc(100vw - 50px);
    font-size: 13px;
    text-align: center;
    margin-left: 50px;
  }
  .commonSectionTitle {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 1.5em;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  .commonSectionTitle:after {
    content: "";
    width: 100px;
    height: 3px;
  }
  .pnkz {
    border-bottom: 1px solid #f3f3f3;
    width: calc(100% - 50px);
    margin-left: 50px;
  }
  .pnkz ul {
    height: 30px;
    -webkit-overflow-scrolling: touch;
    padding-right: 10px;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
  .pnkz ul li {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .pnkz ul li:after {
    content: "/";
    margin-left: 10px;
    margin-right: 5px;
    color: #3D72AC;
  }
  .privacyMain_text {
    line-height: 34px;
  }
  .privacyMain_list {
    margin-bottom: 30px;
  }
  .privacyMain_list dt {
    font-size: 14px;
    letter-spacing: 0.25em;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .privacyMain_list dd {
    font-size: 14px;
    letter-spacing: 0.25em;
    line-height: 34px;
  }
  .privacyMain_list dd a {
    font-weight: bold;
    text-decoration: underline;
  }
  .privacyMain_list dd a:hover {
    text-decoration: none;
  }
  .commonContactBox_inner {
    padding: 50px 20px;
  }
  .commonContactBoxMain {
    border: 3px solid #0d66ae;
    padding: 20px 20px;
    position: relative;
  }
  .commonContactBoxMain_title {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
    padding-left: 60px;
  }
  .commonContactBoxMain_title br {
    display: none;
  }
  .commonContactBoxMain_pic {
    position: absolute;
    width: 110px;
    top: -10px;
    left: -20px;
    animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
  }
  .commonContactBoxMain_pic img {
    width: 100%;
    height: auto;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
    position: absolute;
  }
  .commonContactBoxMainColumn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .commonContactBoxMainColumn_tel {
    width: 100%;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 24px;
  }
  .commonContactBoxMainColumn_tel a {
    color: #0d66ae;
  }
  .commonContactBoxMainColumn_tel img {
    width: 40px;
  }
  .commonContactBoxMainColumn_more {
    padding-top: 30px;
  }
  .commonContactBoxMainColumn_more a {
    font-size: 16px;
    position: relative;
  }
  .commonContactBoxMainColumn_more a span {
    font-size: 14px;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 45px;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 100px;
    border: 2px solid #0d66ae;
  }
  .commonContactBoxMainColumn_text {
    text-align: center;
    padding-top: 10px;
    line-height: 1.8;
  }
  .commonComLogoBox {
    padding: 0;
  }
  .commonComLogoBoxTop {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px 10px 120px;
    gap: 10px 15px;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1;
    width: 100%;
  }
  .commonComLogoBoxTop_title {
    margin-bottom: 10px;
  }
  .commonComLogoBoxTop span {
    font-size: 14px;
    padding: 8px 15px;
    letter-spacing: 0.1em;
  }
  .commonComLogoBoxTop_main {
    font-size: 14px;
    letter-spacing: 0.1em;
    width: 100%;
  }
  .commonComLogoBoxTop_main strong {
    font-size: 20px;
    margin: 0 3px;
  }
  .commonComLogoBoxMain {
    padding: 10px 20px 15px;
    text-align: center;
  }
}
.topMainVBox {
  position: relative;
  padding-bottom: 120px;
}
.topMainVBox_wrap {
  background-color: #d2eef2;
  margin-left: 120px;
}
.topMainVBox_item {
  height: 600px;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 8em;
  max-width: 1400px;
  margin: 0 auto;
}
.topMainVBox_text {
  font-size: 42px;
  color: #000e85;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2.2;
  letter-spacing: 0.05em;
  padding-bottom: 60px;
}
.topMainVBox_scroll {
  position: absolute;
  bottom: 40px;
  left: 45px;
  height: 100%;
  width: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.topMainVBox_scroll div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  color: #209AD3;
  width: 100%;
  height: 200px;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 600;
  position: relative;
}
.topMainVBox_scroll div:before {
  content: "";
  width: 2px;
  height: 140px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #99b0c9;
}
.topMainVBox_scroll div:after {
  content: "";
  width: 2px;
  height: 140px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #209AD3;
  -webkit-animation: sdl 3s infinite;
          animation: sdl 3s infinite;
}
.topMainVBox_scroll span {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: 600;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.topConcept {
  margin-bottom: 80px;
}
.topConcept_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.topConcept .commonBtn {
  padding-top: 50px;
}

.topConceptMain {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
.topConceptMain-mb0 {
  margin-bottom: 0;
}
.topConceptMain-vcenter {
  -ms-flex-align: center;
      align-items: center;
}
.topConceptMain-picLeft .topConceptMain_pic {
  -ms-flex-order: 1;
      order: 1;
  margin-left: calc(550px - 50vw);
}
.topConceptMain-picLeft .topConceptMain_pic-inner {
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .topConceptMain-picLeft .topConceptMain_pic {
    margin-left: 0;
  }
}
.topConceptMain-picLeft .topConceptMain_data {
  -ms-flex-order: 2;
      order: 2;
  padding: 0.5em 1em 0.5em 4em;
}
.topConceptMain-picLeft .topConceptMain_spic {
  bottom: -15%;
  right: 0;
}
.topConceptMain-picRight .topConceptMain_pic {
  -ms-flex-order: 2;
      order: 2;
  margin-right: calc(550px - 50vw);
}
@media only screen and (max-width: 1100px) {
  .topConceptMain-picRight .topConceptMain_pic {
    margin-right: 0;
  }
}
.topConceptMain-picRight .topConceptMain_pic-inner {
  overflow: hidden;
}
.topConceptMain-picRight .topConceptMain_spic {
  bottom: -15%;
  left: 0;
  border-radius: 5px;
  overflow: hidden;
}
.topConceptMain-picRight .topConceptMain_data {
  -ms-flex-order: 1;
      order: 1;
  padding: 0.5em 4em 0.5em 1em;
}
.topConceptMain_pic {
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.topConceptMain_pic-inner {
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.topConceptMain_spic {
  position: absolute;
  width: 40%;
  max-width: 400px;
}
.topConceptMain_data {
  width: 60%;
}
.topConceptMain_title {
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  margin-bottom: 1.2em;
  font-weight: 500;
}
.topConceptMain_text {
  letter-spacing: 0.06em;
  font-size: 14px;
}
.topConceptMain_text-mb80 {
  margin-bottom: 80px;
}
.topConceptMain_text p {
  line-height: 2.7;
  margin-bottom: 2em;
}
.topConceptMain_text p:last-child {
  margin-bottom: 0;
}
.topConceptMain_text p strong {
  color: #e20045;
  text-decoration: underline;
}
.topConceptMain_icon {
  max-width: 260px;
  text-align: center;
  margin-bottom: 15px;
}
.topConceptMain_icon img {
  width: 68px;
}

.topSec01 {
  margin-bottom: 100px;
}
.topSec01_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.topSec01_pic {
  margin-bottom: 50px;
}
.topSec01_pic-caption {
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
}
.topSec01_list {
  margin-bottom: 100px;
}
.topSec01_list dt {
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.fontColorYellow {
  color: #ff7f00;
  font-weight: bold;
  text-decoration: underline;
}

.fontColorRed {
  color: #e20045;
  font-weight: bold;
  text-decoration: underline;
}

.topSec01Main_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 80px;
}
.topSec01Main_item.reverse .topSec01Main_pic {
  -ms-flex-order: 1;
      order: 1;
}
.topSec01Main_item.reverse .topSec01Main_data {
  -ms-flex-order: 2;
      order: 2;
  margin-right: 0;
  margin-left: 80px;
}
.topSec01Main_data {
  -ms-flex: 1;
      flex: 1;
  margin-right: 80px;
}
.topSec01Main_pic {
  width: 450px;
}
.topSec01Main_pic img {
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
}
.topSec01Main_list dt {
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  letter-spacing: 0.07em;
  margin-bottom: 1.5em;
}
.topSec01Main_list dd {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 0.1em;
}

.topSec02 {
  margin-bottom: 120px;
  background: #eef4f2;
  padding: 120px 0 120px;
}
.topSec02_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.topSec02_title {
  text-align: center;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-weight: normal;
  margin-bottom: 100px;
}
.topSec02_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.topSec02Main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: -30px;
}
.topSec02Main_item {
  width: 31%;
  background: #88d0e2;
  border: 5px solid #fff;
  margin-bottom: 80px;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  padding: 90px 1.5em 2em;
}
.topSec02Main_list dt {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 15px;
}
.topSec02Main_list dd {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.topSec02Main_list dd strong {
  color: #ffff14;
  text-decoration: underline;
}
.topSec02Main_icon {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  width: 127px;
  margin: 0 auto;
}

.topSec03 {
  margin-bottom: 120px;
}
.topSec03_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.topSec03_title {
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-weight: normal;
  margin-bottom: 60px;
}
.topSec03_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.8;
  margin-bottom: 50px;
}
.topSec03_pic {
  margin-bottom: 30px;
}

.topSec04 {
  background: #f7fcff;
  padding: 120px 0 100px;
}
.topSec04_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.topSec04_title {
  text-align: center;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-weight: normal;
  margin-bottom: 100px;
  position: relative;
  padding-bottom: 30px;
}
.topSec04_title:after {
  content: "";
  width: 160px;
  height: 3px;
  background: linear-gradient(90deg, #4188bc 0%, #6bbebb 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.topSec04Main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topSec04Main::after {
  content: "";
  display: block;
  width: 31%;
}
.topSec04Main_item {
  width: 31%;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
.topSec04Main_pic {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.topSec04Main_inner {
  padding: 30px 1.5em;
}
.topSec04Main_list dt {
  text-align: center;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  font-size: 20px;
  margin-bottom: 25px;
}
.topSec04Main_list dd {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.topSec04Main_list dd strong {
  color: #e20045;
  font-weight: bold;
  text-decoration: underline;
}

.topSec05 {
  margin-bottom: 120px;
}
.topSec05_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.topSec05_title {
  text-align: center;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-weight: normal;
  margin-bottom: 100px;
  position: relative;
  padding-bottom: 30px;
}
.topSec05_title:after {
  content: "";
  width: 160px;
  height: 3px;
  background: linear-gradient(90deg, #4188bc 0%, #6bbebb 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.topSec05_list {
  margin-bottom: 90px;
}
.topSec05_list dt {
  font-size: 34px;
  letter-spacing: 0.07em;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 40px;
}
.topSec05_list dd {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.6;
}
.topSec05_list dd strong {
  color: #e20045;
  font-weight: bold;
  text-decoration: underline;
}
.topSec05_list02 {
  margin-bottom: 90px;
}
.topSec05_list02-title {
  font-size: 34px;
  letter-spacing: 0.07em;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 40px;
}
.topSec05_list02-table table {
  width: 100%;
}
.topSec05_list02-table tr {
  border-bottom: 1px solid #ddd;
}
.topSec05_list02-table tr:first-child {
  border-top: 1px solid #ddd;
}
.topSec05_list02-table th {
  background: #fafafa;
  text-align-last: justify;
  width: 250px;
  padding: 20px 25px;
}
.topSec05_list02-table td {
  padding: 20px 20px 20px 30px;
}

.topSec05Data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topSec05Data_item {
  width: 50%;
  background: #fff;
}
.topSec05Data_item-01 {
  padding: 40px 0 30px;
  margin-right: 30px;
}
.topSec05Data_item-01 .topSec05Data_title {
  background: #ebebeb;
}
.topSec05Data_item-01 .topSec05Data_list dt {
  background: #ebebeb;
}
.topSec05Data_item-02 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  padding: 40px 25px 30px;
}
.topSec05Data_item-02 .topSec05Data_title {
  background: #009dd8;
  color: #fff;
}
.topSec05Data_item-02 .topSec05Data_list dt {
  background: #c6efff;
}
.topSec05Data_title {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}
.topSec05Data_listwrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topSec05Data_list {
  width: 22%;
}
.topSec05Data_list dt {
  min-height: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.topSec05Data_list dd {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.07em;
}
.topSec05Data_list dd strong {
  color: #e20045;
  font-weight: bold;
  font-size: 16px;
}

.topSec05SubBox {
  background: #f7fcff;
  display: -ms-flexbox;
  display: flex;
  padding: 5em;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 100px;
}
.topSec05SubBox_list {
  -ms-flex: 1;
      flex: 1;
  margin-right: 50px;
}
.topSec05SubBox_list dt {
  font-size: 34px;
  letter-spacing: 0.07em;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 40px;
}
.topSec05SubBox_list dd {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.6;
}
.topSec05SubBox_list dd strong {
  color: #e20045;
  font-weight: bold;
  text-decoration: underline;
}
.topSec05SubBox_pic {
  width: 280px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.topSec06 {
  background-color: #f7fcff;
}
.topSec06_inner {
  padding-bottom: 200px;
  padding-left: 25px;
  padding-right: 25px;
}
.topSec06_Subtitle {
  background-color: #009dd8;
  color: #ffffff;
  max-width: 1100px;
  height: 77px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.topSec06_Subtitle h2 {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 25px;
  margin-left: 20px;
}
.topSec06_title {
  text-align: center;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-weight: normal;
  margin-bottom: 100px;
  position: relative;
  padding-bottom: 30px;
  padding-top: 210px;
}
.topSec06_title:after {
  content: "";
  width: 160px;
  height: 3px;
  background: linear-gradient(90deg, #4188bc 0%, #6bbebb 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.topSec06_Mainpic {
  display: -ms-flexbox;
  display: flex;
}
.topSec06_Mainpic img {
  width: 45%;
}
.topSec06_Mainpic02 {
  display: -ms-flexbox;
  display: flex;
}
.topSec06_Mainpic02 img {
  margin-top: -100px;
  width: 45%;
}
.topSec06_Mainpic03 {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.topSec06_pic {
  width: 45%;
}
.topSec06_Mainpic04 {
  display: -ms-flexbox;
  display: flex;
}
.topSec06_Mainpic04 img {
  margin-top: -90px;
  width: 45%;
  object-fit: cover;
}
.topSec06_data {
  background-color: #fff;
  max-width: 1100px;
  margin: auto;
}
.topSec06_data img {
  padding: 30px;
}
.topSec06_icon01 {
  position: relative;
  width: 24%;
  margin-top: -150px;
  left: 82%;
}
.topSec06_icon02 {
  width: 24%;
  position: absolute;
  right: 80%;
  top: 50%;
}
.topSec06_icon03 {
  position: relative;
  margin-top: -170px;
  width: 24%;
  left: 80%;
}
.topSec06_arrow img {
  max-width: 47px;
}
.topSec06_Contact {
  margin-top: -50px;
  max-width: 1100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topSec06_ContactInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topSec06_ContactInner h3 {
  font-size: 20px;
  color: #0d66ae;
  margin-left: -35px;
  padding: 20px;
}
.topSec06_Contacticon {
  position: relative;
  margin-left: -70px;
  margin-bottom: -70px;
}
.topSec06_form {
  max-width: 1100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: -55px;
  gap: 22px;
  padding-bottom: 50px;
}
.topSec06_tel {
  max-width: 500px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.topSec06_tel a {
  color: #0d66ae;
}
.topSec06_tel span {
  font-weight: bold;
  font-size: 42px;
  color: #0d66ae;
  margin-left: -10px;
}
.topSec06_ContactText01 {
  margin-left: 47px;
  margin-top: -12px;
}
.topSec06_ContactText02 {
  margin-top: 11px;
  margin-left: 30px;
}
.topSec06_more {
  max-width: 500px;
}
.topSec06_more a {
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  height: 80px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-size: 26px;
  background: #0d66ae;
  border-radius: 10px;
  font-weight: bold;
  animation: colorChanger 3s ease-in-out infinite alternate-reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .topSec06_more a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topSec06_more a:active, .desktop .topSec06_more a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .topSec06_more a:active, .desktop .topSec06_more a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topSec06_more a span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  color: #0d66ae;
  margin-right: 10px;
  border-radius: 5px;
  padding: 7px;
  font-size: 16px;
}
.topSec06_text {
  padding-top: 57px;
  padding-right: 30px;
  padding-bottom: -20px;
}
.topSec06_text p {
  margin-top: 22px;
}
.topSec06_text02 {
  padding-right: 30px;
  margin-top: -50px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topSec06_text03 {
  padding-right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topSec06_text04 {
  padding-right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.topSec06_gallery {
  display: -ms-flexbox;
  display: flex;
  margin-top: 147px;
  margin-left: -15px;
  margin-right: 10px;
}
.topSec06_gallery img {
  width: 21%;
  padding: 5px;
}
.topSec06_arrow {
  text-align: center;
  margin-top: 30.1px;
  margin-bottom: 30.1px;
}
.topSec06_Sponly {
  display: none;
}

.sec07PicBox {
  margin-bottom: 80px;
}
.sec07PicBox .topSec02_title {
  margin-bottom: 0px;
  font-size: 18px;
  text-align: left;
}
.sec07PicBox_pic {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.topMovieBox_title {
  margin-bottom: 30px;
  text-align: center;
}
.topMovieBox_title img {
  width: 90%;
}

.movieBox {
  margin-bottom: 110px;
  position: relative;
  overflow: hidden;
}
.movieBox video {
  width: 100%;
  height: auto;
}
.movieBox_btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 64px; /*コントローラー分下部に余白を*/
  cursor: pointer;
}

.attentionBox {
  padding: 0 0 100px;
}
.attentionBox_inner {
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  padding: 2.5em;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.attentionBox dt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  font-size: 22px;
  border-bottom: 2px solid #029dd2;
  padding-bottom: 15px;
}
.attentionBox dd {
  font-size: 16px;
}
.attentionBox dd p {
  margin-bottom: 1em;
  line-height: 2;
  letter-spacing: 0.05em;
}
.attentionBox dd p:last-child {
  margin-bottom: 0;
}
.attentionBox_btn {
  text-align: center;
  padding-top: 25px;
}
.attentionBox_btn a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 1em 2em;
  background-color: #029dd2;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .attentionBox_btn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.attentionBox_btn a:active, .desktop .attentionBox_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .attentionBox_btn a:active, .desktop .attentionBox_btn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media (max-width: 600px) {
  .attentionBox {
    padding: 30px 20px 40px;
  }
  .attentionBox_inner {
    padding: 1.5em 1.5em 25px;
    border-radius: 5px;
  }
  .attentionBox dt {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .attentionBox dd {
    font-size: 14px;
  }
  .attentionBox dd p {
    margin-bottom: 1em;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .attentionBox dd p:last-child {
    margin-bottom: 0;
  }
  .attentionBox_btn {
    padding-top: 15px;
  }
  .attentionBox_btn a {
    padding: 1em 2em;
    font-size: 14px;
  }
}
.topSec08 {
  background: #fff;
  padding: 80px 0 100px;
}
.topSec08_inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.topSec08_title {
  text-align: center;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 34px;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 30px;
}
.topSec08_title img {
  margin-left: 5px;
  margin-bottom: 26px;
  width: 50px;
  height: 50px;
}
.topSec08_title:after {
  content: "";
  width: 160px;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.topSec08_text {
  font-size: 20px;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.topSec08_btn {
  text-align: center;
}
.topSec08_btn a {
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  background-color: #029dd2;
  color: #fff;
  padding: 15px 20px;
  border: none;
  border-radius: 100px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .4);
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .topSec08_btn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.topSec08_btn a:active, .desktop .topSec08_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .topSec08_btn a:active, .desktop .topSec08_btn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.instMain {
  margin-bottom: 60px;
}

@media only screen and (max-width: 990px) {
  .topMainVBox {
    padding-bottom: 60px;
  }
  .topMainVBox_wrap {
    margin-left: 40px;
  }
  .topMainVBox_item {
    height: calc(100vw - 40px);
    padding-left: 1em;
    background-size: cover;
    background-image: url("../img/top/pic_mainv_01_sp.jpg") !important;
  }
  .topMainVBox_text {
    font-size: 14px;
    line-height: 2;
    padding-top: 0px;
    margin-top: -15px;
  }
  .topMainVBox_scroll {
    position: absolute;
    bottom: 20px;
    left: 5px;
    height: 100%;
    width: 28px;
  }
  .topMainVBox_scroll div {
    height: 114px;
  }
  .topMainVBox_scroll div:before {
    height: 70px;
  }
  .topMainVBox_scroll div:after {
    height: 70px;
  }
  .topMainVBox_scroll span {
    font-size: 11px;
  }
  .topConcept {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .topMovieBox_title {
    margin-bottom: 10px;
    text-align: center;
    padding: 0 15px;
  }
  .topMovieBox_title img {
    width: 100%;
  }
  .topConceptMain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .topConceptMain-mb0 {
    margin-bottom: 0;
  }
  .topConceptMain-vcenter {
    -ms-flex-align: initial;
        align-items: initial;
  }
  .topConceptMain-picLeft .topConceptMain_pic {
    -ms-flex-order: 1;
        order: 1;
    margin-left: 0;
    padding-right: 0px;
  }
  .topConceptMain-picLeft .topConceptMain_data {
    -ms-flex-order: 2;
        order: 2;
    padding: 50px 25px 0;
  }
  .topConceptMain-picLeft .topConceptMain_spic {
    bottom: -10%;
    right: 15px;
  }
  .topConceptMain-picRight .topConceptMain_pic {
    -ms-flex-order: 1;
        order: 1;
    margin-right: 0;
    padding-left: 60px;
  }
  .topConceptMain-picRight .topConceptMain_data {
    -ms-flex-order: 2;
        order: 2;
    padding: 50px 25px 0;
  }
  .topConceptMain-picRight .topConceptMain_spic {
    bottom: -10%;
    left: 15px;
  }
  .topConceptMain_spic {
    position: absolute;
    width: 30%;
    max-width: 200px;
  }
  .topConceptMain_pic {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
  }
  .topConceptMain_pic-inner {
    height: 55vw;
    min-height: 0;
    min-height: initial;
  }
  .topConceptMain_data {
    width: 100%;
  }
  .topConceptMain_title {
    font-size: 22px;
    margin-bottom: 1em;
  }
  .topConceptMain_text-mb80 {
    margin-bottom: 30px;
  }
  .topConceptMain_text p {
    line-height: 2.2;
    margin-bottom: 1.5em;
    text-align: justify;
  }
  .topConceptMain_text p br {
    display: none;
  }
  .topConceptMain_icon {
    max-width: none;
    max-width: initial;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .topConceptMain_icon img {
    width: 50px;
  }
  .topSec01 {
    margin-bottom: 50px;
  }
  .topSec01_pic {
    margin-bottom: 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-top: 30px;
  }
  .topSec01_pic:before {
    content: "※横にスクロールができます。";
    margin-left: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .topSec01_pic-inner {
    width: 600px;
  }
  .topSec01_list {
    margin-bottom: 60px;
    padding: 0 25px;
  }
  .topSec01_list dt {
    font-size: 26px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
  }
  .topSec01_list dd {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-top: 30px;
  }
  .topSec01_list dd:before {
    content: "※横にスクロールができます。";
    margin-left: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .topSec01_list dd div {
    width: 600px;
  }
  .topSec01Main_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .topSec01Main_item.reverse .topSec01Main_pic {
    -ms-flex-order: 1;
        order: 1;
  }
  .topSec01Main_item.reverse .topSec01Main_data {
    -ms-flex-order: 2;
        order: 2;
    margin-right: 0;
    margin-left: 0;
  }
  .topSec01Main_data {
    -ms-flex: initial;
        flex: initial;
    margin-right: 0;
    -ms-flex-order: 2;
        order: 2;
  }
  .topSec01Main_pic {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    text-align: center;
    margin-bottom: 30px;
  }
  .topSec01Main_pic img {
    width: 80%;
  }
  .topSec01Main_list {
    padding: 0 25px;
  }
  .topSec01Main_list dt {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .topSec01Main_list dd {
    font-size: 14px;
    line-height: 2.4;
    letter-spacing: 0.1em;
  }
  .topSec02 {
    margin-bottom: 60px;
    padding: 60px 25px;
  }
  .topSec02_title {
    font-size: 22px;
    margin-bottom: 80px;
  }
  .topSec02_text {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.4;
  }
  .topSec02Main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: -30px;
  }
  .topSec02Main_item {
    width: 100%;
    margin-bottom: 70px;
    padding: 70px 1.5em 2em;
  }
  .topSec02Main_list dt {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .topSec02Main_list dd {
    font-size: 14px;
    line-height: 2.4;
  }
  .topSec02Main_icon {
    top: -45px;
    width: 90px;
  }
  .topSec03 {
    margin-bottom: 60px;
    padding: 0 25px;
  }
  .topSec03_title {
    font-size: 24px;
    margin-bottom: 1.5em;
  }
  .topSec03_text {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    line-height: 2.4;
  }
  .topSec03_pic {
    margin-bottom: 30px;
  }
  .topSec04 {
    margin-bottom: 10px;
    padding: 60px 25px 40px;
  }
  .topSec04_inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .topSec04_title {
    font-size: 24px;
    margin-bottom: 1.5em;
    padding-bottom: 20px;
  }
  .topSec04_title:after {
    content: "";
    width: 100px;
    height: 3px;
  }
  .topSec04Main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .topSec04Main::after {
    display: none;
  }
  .topSec04Main_item {
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  }
  .topSec04Main_pic {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .topSec04Main_inner {
    padding: 30px 1.5em;
  }
  .topSec04Main_list dt {
    text-align: center;
    font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 0.1em;
    font-size: 20px;
    margin-bottom: 25px;
  }
  .topSec04Main_list dd {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .topSec04Main_list dd strong {
    color: #e20045;
    font-weight: bold;
    text-decoration: underline;
  }
  .topSec05 {
    margin-bottom: 60px;
    padding: 0 25px;
  }
  .topSec05_title {
    font-size: 24px;
    margin-bottom: 2em;
    padding-bottom: 20px;
  }
  .topSec05_title:after {
    content: "";
    width: 100px;
    height: 3px;
  }
  .topSec05_list {
    margin-bottom: 60px;
  }
  .topSec05_list dt {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .topSec05_list dd {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2.4;
  }
  .topSec05_list02 {
    margin-bottom: 60px;
  }
  .topSec05_list02-title {
    font-size: 24px;
    letter-spacing: 0.07em;
    font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 40px;
  }
  .topSec05_list02-table {
    display: block;
  }
  .topSec05_list02-table tbody,
  .topSec05_list02-table tr,
  .topSec05_list02-table th,
  .topSec05_list02-table td {
    display: block;
  }
  .topSec05_list02-table th {
    background: #fafafa;
    text-align-last: left;
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .topSec05_list02-table td {
    padding: 15px;
  }
  .topSec05Data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topSec05Data_item {
    width: 100%;
    background: #fff;
  }
  .topSec05Data_item-01 {
    padding: 0;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .topSec05Data_item-02 {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    padding: 20px 20px 10p;
  }
  .topSec05Data_title {
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    min-height: 0;
    min-height: initial;
    padding: 10px 0;
  }
  .topSec05Data_listwrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topSec05Data_list {
    width: 48%;
    margin-bottom: 20px;
  }
  .topSec05Data_list dt {
    min-height: 50px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .topSec05Data_list dd {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.07em;
  }
  .topSec05Data_list dd strong {
    color: #e20045;
    font-weight: bold;
    font-size: 16px;
  }
  .topSec05SubBox {
    background: #f7fcff;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em 1.5em 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .topSec05SubBox_list {
    -ms-flex: initial;
        flex: initial;
    margin-right: 0px;
    width: 100%;
  }
  .topSec05SubBox_list dt {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .topSec05SubBox_list dd {
    line-height: 2.4;
    margin-bottom: 20px;
  }
  .topSec05SubBox_pic {
    width: 100%;
  }
  .topSec06 {
    background-color: #f7fcff;
    padding: 20px;
  }
  .topSec06_inner {
    padding-bottom: 0;
    margin-top: -127px;
    padding-left: 0;
    padding-right: 0;
  }
  .topSec06_Subtitle {
    background-color: #009dd8;
    color: #ffffff;
    max-width: 1100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .topSec06_Subtitle h2 {
    font-family: Hiragino Kaku Gothic ProN;
    font-size: 18px;
    margin-left: 20px;
  }
  .topSec06_title {
    font-size: 24px;
    margin-bottom: 2em;
    padding-bottom: 20px;
  }
  .topSec06_title:after {
    content: "";
    width: 100px;
    height: 3px;
  }
  .topSec06_Mainpic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topSec06_Mainpic img {
    width: 100%;
  }
  .topSec06_Mainpic02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topSec06_Mainpic02 img {
    margin-top: 0;
    width: 100%;
  }
  .topSec06_Mainpic03 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .topSec06_pic {
    width: 100%;
  }
  .topSec06_Mainpic04 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topSec06_Mainpic04 img {
    margin-top: 0;
    width: 100%;
  }
  .topSec06_data {
    background-color: #fff;
    max-width: 1100px;
    margin: auto;
  }
  .topSec06_data img {
    padding: 20px;
  }
  .topSec06_icon01 {
    position: relative;
    width: 24%;
    margin-top: 0;
    left: 82%;
    display: none;
  }
  .topSec06_icon02 {
    width: 24%;
    position: absolute;
    right: 80%;
    top: 50%;
    display: none;
  }
  .topSec06_icon03 {
    position: relative;
    margin-top: 0;
    width: 24%;
    left: 80%;
    display: none;
  }
  .topSec06_arrow img {
    max-width: 37px;
  }
  .topSec06_Contact {
    margin-top: 0;
    max-width: 1100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topSec06_ContactInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topSec06_ContactInner h3 {
    padding: 10px;
    font-size: 16px;
    color: #0d66ae;
    margin-left: 70px;
    margin-top: -80px;
  }
  .topSec06_Contacticon {
    width: 47%;
    position: relative;
    margin-left: -50px;
    margin-bottom: -50px;
  }
  .topSec06_form {
    max-width: 1100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 0;
    gap: 17px;
    padding-bottom: 30px;
  }
  .topSec06_tel {
    max-width: 500px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
  }
  .topSec06_tel a {
    color: #0d66ae;
  }
  .topSec06_tel span {
    font-weight: bold;
    font-size: 34px;
    color: #0d66ae;
    margin-left: -10px;
  }
  .topSec06_ContactText01 {
    margin-left: 47px;
    margin-top: -12px;
  }
  .topSec06_ContactText02 {
    margin-top: 11px;
    margin-right: 10px;
  }
  .topSec06_more {
    padding: 20px;
  }
  .topSec06_more a {
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    height: auto;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff;
    font-size: 16px;
    background: #0d66ae;
    border-radius: 10px;
    font-weight: bold;
    animation: colorChanger 3s ease-in-out infinite alternate-reverse;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .topSec06_more a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .topSec06_more a:active, .desktop .topSec06_more a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .topSec06_more a:active, .desktop .topSec06_more a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .topSec06_more a span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
    color: #0d66ae;
    margin-right: 10px;
    border-radius: 5px;
    padding: 7px;
    font-size: 16px;
  }
  .topSec06_text {
    padding-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 20px;
  }
  .topSec06_text p {
    margin-top: 22px;
  }
  .topSec06_text02 {
    padding-top: 70px;
    margin-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 20px;
  }
  .topSec06_text03 {
    padding-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 20px;
    padding-bottom: 20px;
  }
  .topSec06_text04 {
    padding-right: 30px;
    margin-left: 20px;
    padding-bottom: 20px;
  }
  .topSec06_gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .topSec06_gallery img {
    width: 33%;
    padding: 5px;
  }
  .topSec06_arrow {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .topSec06_Sponly {
    display: block;
    width: 37%;
    position: relative;
    left: 70%;
    margin-bottom: -60px;
  }
  .sec07PicBox {
    padding: 0 25px;
    margin-bottom: 60px;
  }
  .sec07PicBox .topSec02_title {
    margin-bottom: 0px;
    font-size: 16px;
    text-align: left;
  }
  .sec07PicBox_pic {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    text-align: center;
  }
  .movieBox {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .movieBox video {
    width: 100%;
    height: auto;
  }
  .topSec08 {
    margin-bottom: 10px;
    padding: 60px 25px 40px;
  }
  .topSec08_inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  .topSec08_title {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .topSec08_title img {
    margin-left: 7px;
    margin-bottom: 17px;
    width: 35px;
    height: 35px;
  }
  .topSec08_title:after {
    content: "";
    width: 100px;
    height: 3px;
  }
  .topSec08_text {
    font-size: 16px;
    font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 32px;
  }
}
.topNewMain {
  margin-bottom: 60px;
}
.topNewMain_list li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
}
.topNewMain_list li:first-child {
  border-top: 1px solid #ddd;
}
.topNewMain_list li span {
  display: inline-block;
  margin-right: 20px;
}

.topSec05 .commonBtn {
  text-align: center;
}

.blogContainer {
  padding: 0 2%;
  padding-bottom: 100px;
}
.blogContainer_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.blogContainer_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.blogContainer_right {
  width: 280px;
}
.blogContainer_left {
  -ms-flex: 1;
      flex: 1;
  margin-right: 50px;
}
.blogContainer .commonBtn {
  padding: 50px 0 0;
  text-align: center;
}
.blogContainer .activetyPostMain::after {
  display: none;
}
.blogContainer .activetyPostMain_item {
  width: 48%;
  margin-bottom: 35px;
}

.blogSodePic {
  padding: 10px 0;
}
.blogSodePic_item {
  margin-bottom: 15px;
}
.blogSodePic_item img {
  width: 100%;
}
.blogSodePic_item a {
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .blogSodePic_item a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.blogSodePic_item a:active, .desktop .blogSodePic_item a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .blogSodePic_item a:active, .desktop .blogSodePic_item a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.blogSideList {
  margin-bottom: 30px;
}
.blogSideList a:hover {
  text-decoration: none;
  background: #fafafa;
}

.blogSideListItem {
  display: table;
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ddd;
}
.blogSideListItem_left, .blogSideListItem_data {
  display: table-cell;
  vertical-align: top;
}
.blogSideListItem_left {
  width: 80px;
}
.blogSideListItem_pic {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.blogSideListItem_data {
  padding: 0 0 0 10px;
}
.blogSideListItem_title {
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
}
.blogSideListItem_category {
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 0;
  background: #209AD3;
}

.blogSide_title {
  background: #209AD3;
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  color: #fff;
}
.blogSide_inner {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.blogSideMonth {
  padding: 15px;
}
.blogSideMonth li {
  margin-top: 10px;
}
.blogSideMonth li:first-child {
  margin-top: 0;
}
.blogSideMonth li a {
  text-decoration: underline;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 15px;
}
.blogSideMonth li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background: #209AD3;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.blogSideMonth li a:active, .desktop .blogSideMonth li a:hover {
  text-decoration: none;
}

.commonPager .wp-pagenavi {
  padding: 30px 0 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.commonPager span,
.commonPager a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  margin: 0 5px;
  font-size: 14px;
  width: 33px;
  height: 30px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #3D72AC;
  border: 1px solid #3D72AC;
}
.commonPager a {
  border: 1px solid #3D72AC;
}
.commonPager a:active, .desktop .commonPager a:hover {
  background: #3D72AC !important;
  border: 1px solid #3D72AC;
  text-decoration: none;
  color: #fff;
}
.commonPager .current {
  width: 30px;
  background: #3D72AC;
  border: 1px solid #3D72AC;
  color: #fff;
}
.commonPager .extend {
  padding: 0;
  vertical-align: 3px;
}
.commonPager .extend .wp-pagenavi {
  border-top: none;
}
.commonPager .previouspostslink,
.commonPager .nextpostslink {
  width: 60px;
}

.blogDetail {
  border: 1px solid #ddd;
  margin-bottom: 150px;
  word-break: break-all;
}
.blogDetail_head {
  padding: 1em 2em;
  border-bottom: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.blogDetail_head-day {
  letter-spacing: 0.05em;
  color: #7f7f7f;
  font-size: 13px;
}
.blogDetail_head-category {
  font-size: 14px;
}
.blogDetail_head-icon img {
  width: 30px;
  height: auto;
}
.blogDetail_head-name {
  background: #209AD3;
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 13px;
}
.blogDetail_title {
  font-size: 28px;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.blogDetail_inner {
  padding: 2em;
  margin-bottom: 50px;
}

.blogDetailMain {
  margin-bottom: 40px;
  line-height: 1.6;
}
.blogDetailMain h1 {
  font-size: 24px;
  background: #209AD3;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 2em;
  line-height: 1.3;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.blogDetailMain h2 {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-weight: bold;
  border-bottom: 2px solid #3D72AC;
  padding: 0.3em;
  margin-bottom: 1em;
}
.blogDetailMain h2:first-letter {
  font-size: 32px;
  color: #3D72AC;
}
.blogDetailMain h3 {
  font-size: 22px;
  border-bottom: 2px solid #3D72AC;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  font-weight: 600;
}
.blogDetailMain h3:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #209AD3;
  display: inline-block;
  margin-right: 8px;
}
.blogDetailMain h4,
.blogDetailMain h5,
.blogDetailMain h6 {
  font-size: 18px;
  margin-bottom: 1.5em;
  font-weight: 600;
  padding: 0 1em;
  line-height: 2;
}
.blogDetailMain img {
  max-width: 100%;
  height: auto;
}
.blogDetailMain p,
.blogDetailMain pre {
  font-size: 16px;
  margin-bottom: 2em;
  line-height: 2;
  padding: 0 1em;
  letter-spacing: 0.06em;
  text-align: justify;
}
.blogDetailMain a {
  text-decoration: underline;
  color: #3D72AC;
}
.blogDetailMain a:active, .desktop .blogDetailMain a:hover {
  text-decoration: none;
}
.blogDetailMain ul {
  list-style-type: disc;
  font-size: 16px;
  margin: 0 0 25px 20px;
}
.blogDetailMain ol {
  list-style-type: decimal;
  font-size: 16px;
  margin: 0 0 25px 15px;
}
.blogDetailMain ol li {
  padding-left: 5px;
}
.blogDetailMain blockquote {
  border: 3px solid #f1f1f1;
  padding: 15px;
  font-size: 14px;
  display: block;
  margin-bottom: 2em;
}
.blogDetailMain strong {
  color: #E20045;
  background: linear-gradient(transparent 90%, #E20045 9%);
}
.blogDetailMain table {
  width: 100%;
  border: 1px solid #ddd;
  margin-top: -20px;
  margin-bottom: 1.5em;
}
.blogDetailMain table h4 {
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
}
.blogDetailMain table th,
.blogDetailMain table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.blogTableBox table {
  width: 100%;
  border: 1px solid #ddd;
  margin-top: -20px;
  margin-bottom: 1.5em;
}
.blogTableBox table h4 {
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
}
.blogTableBox table th,
.blogTableBox table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.blogDetailLinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.blogDetailLinks_item {
  width: 48%;
}
.blogDetailLinks_item a {
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  border-radius: 3px;
  background: #58B188;
  position: relative;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 100px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .blogDetailLinks_item a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.blogDetailLinks_item a:active, .desktop .blogDetailLinks_item a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .blogDetailLinks_item a:active, .desktop .blogDetailLinks_item a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.blogDetailLinks_item a:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.blogDetailRelation {
  margin: 20px 30px 60px;
}
.blogDetailRelation_title {
  font-size: 22px;
  padding: 10px 0 12px;
  letter-spacing: 0.1em;
}

.blogDetailRelationList a:active, .desktop .blogDetailRelationList a:hover {
  text-decoration: none;
  background: #fafafa;
}

.blogDetailRelationItem {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0 10px 0px;
  border-top: 1px solid #ddd;
}
.blogDetailRelationItem_left {
  width: 120px;
  margin-right: 20px;
}
.blogDetailRelationItem_pic {
  width: 140px;
  height: 90px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.blogDetailRelationItem_data {
  -ms-flex: 1;
      flex: 1;
  padding: 0 0 0 15px;
  position: relative;
}
.blogDetailRelationItem_title {
  display: block;
  padding-right: 150px;
}
.blogDetailRelationItem_title-01 {
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.blogDetailRelationItem_title-02 {
  font-size: 16px;
  margin-bottom: 0;
}
.blogDetailRelationItem_comment {
  font-size: 14px;
  line-height: 1.4;
  padding-right: 150px;
}
.blogDetailRelationItem_category {
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  text-align: center;
  border-radius: 3px;
  line-height: 1.4;
  padding: 3px 0;
  font-size: 13px;
  background: #209AD3;
}

.blogCommonNavi {
  border-top: 2px solid #ddd;
  position: relative;
  height: 110px;
  margin: 0 30px;
}
.blogCommonNavi_item {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  height: 50px;
  width: 140px;
}
.blogCommonNavi_item a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  color: #fff;
  background: #58B188;
  border-radius: 100px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .blogCommonNavi_item a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.blogCommonNavi_item a:active, .desktop .blogCommonNavi_item a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .blogCommonNavi_item a:active, .desktop .blogCommonNavi_item a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.blogCommonNavi_item a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
}
.blogCommonNavi_item-01 {
  left: 0;
}
.blogCommonNavi_item-01 a:before {
  left: 15px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.blogCommonNavi_item-02 {
  width: 220px;
  right: 0;
  left: 0;
}
.blogCommonNavi_item-03 {
  right: 0;
}
.blogCommonNavi_item-03 a:before {
  right: 15px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.activetyPostMain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.activetyPostMain::after {
  content: "";
  display: block;
  width: 30%;
}
.activetyPostMain_item {
  width: 30%;
  border-radius: 5px;
  margin-bottom: 60px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, .08);
  background: #fff;
}
.activetyPostMain_item-inner {
  padding: 1em;
}
.activetyPostMain_item {
  transition: all 0.4s ease-in-out;
}
.activetyPostMain_item:active, .desktop .activetyPostMain_item:hover {
  text-decoration: none;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, .3);
}
.activetyPostMain_item:active .activetyPostMain_pic-inner, .desktop .activetyPostMain_item:hover .activetyPostMain_pic-inner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.activetyPostMain_pic {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.activetyPostMain_pic-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 40%;
  transition: all 0.2s ease-in-out;
  background-color: #47a9ac;
  background-position: center center;
}
.activetyPostMain_pic-inner:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.activetyPostMain_data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
}
.activetyPostMain_data dt {
  margin-right: 10px;
}
.activetyPostMain_data dt span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #58B188;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  height: 24px;
  letter-spacing: 0.1em;
  -ms-flex-align: center;
      align-items: center;
}
.activetyPostMain_data dd {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.activetyPostMain_title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media only screen and (max-width: 990px) {
  .topNewMain {
    margin-bottom: 40px;
  }
  .topNewMain_list li {
    padding: 10px 0;
    font-size: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topNewMain_list li span {
    width: 100%;
  }
  .blogContainer {
    padding: 0px 15px 30px;
  }
  .blogContainer_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blogContainer_right {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
  .blogContainer_left {
    -ms-flex: initial;
        flex: initial;
    margin-right: 0px;
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
  .blogContainer .commonBtn {
    padding: 50px 0 0;
    text-align: center;
  }
  .blogContainer .activetyPostMain::after {
    display: none;
  }
  .blogContainer .activetyPostMain_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .blogSodePic {
    padding: 10px 0;
  }
  .blogSodePic_item {
    margin-bottom: 15px;
  }
  .blogSodePic_item a {
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .blogSodePic_item a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .blogSodePic_item a:active, .desktop .blogSodePic_item a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .blogSodePic_item a:active, .desktop .blogSodePic_item a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .blogSideList {
    margin-bottom: 30px;
  }
  .blogSideList a:hover {
    text-decoration: none;
    background: #fafafa;
  }
  .blogSideListItem {
    display: table;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #ddd;
  }
  .blogSideListItem_left, .blogSideListItem_data {
    display: table-cell;
    vertical-align: top;
  }
  .blogSideListItem_left {
    width: 80px;
  }
  .blogSideListItem_pic {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center center;
  }
  .blogSideListItem_data {
    padding: 0 0 0 10px;
  }
  .blogSideListItem_title {
    font-size: 14px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .blogSideListItem_category {
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 0;
    background: #209AD3;
  }
  .blogSide_title {
    background: #209AD3;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    color: #fff;
    position: relative;
  }
  .blogSide_title-02:before, .blogSide_title-02:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
  }
  .blogSide_title-02:before {
    width: 16px;
    height: 3px;
    right: 15px;
  }
  .blogSide_title-02:after {
    width: 3px;
    height: 16px;
    right: 21px;
  }
  .blogSide_title.active:before, .blogSide_title.active:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .blogSide_inner {
    border: 1px solid #ddd;
    margin-bottom: 30px;
  }
  .blogSideMonth {
    padding: 15px;
    display: none;
  }
  .blogSideMonth li {
    margin-top: 10px;
  }
  .blogSideMonth li:first-child {
    margin-top: 0;
  }
  .blogSideMonth li a {
    text-decoration: underline;
    font-size: 14px;
    position: relative;
    padding: 0 0 0 15px;
  }
  .blogSideMonth li a:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background: #209AD3;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .blogSideMonth li a:active, .desktop .blogSideMonth li a:hover {
    text-decoration: none;
  }
  .commonPager .wp-pagenavi {
    padding: 30px 0 60px;
  }
  .commonPager span,
  .commonPager a {
    margin: 0 3px;
    font-size: 13px;
  }
  .commonPager .previouspostslink,
  .commonPager .nextpostslink {
    width: 55px;
  }
  .blogDetail {
    margin-bottom: 60px;
  }
  .blogDetail_head {
    padding: 1em 1em;
  }
  .blogDetail_head-day {
    font-size: 12px;
  }
  .blogDetail_head-category {
    font-size: 12px;
  }
  .blogDetail_head-name {
    padding: 5px 15px;
    font-size: 12px;
  }
  .blogDetail_title {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.7;
  }
  .blogDetail_inner {
    padding: 1em;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .blogDetailMain {
    margin-bottom: 40px;
  }
  .blogDetailMain h1 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .blogDetailMain h2 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .blogDetailMain h2:first-letter {
    font-size: 28px;
  }
  .blogDetailMain h3 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .blogDetailMain h4,
  .blogDetailMain h5,
  .blogDetailMain h6 {
    font-size: 16px;
    padding: 0;
  }
  .blogDetailMain p,
  .blogDetailMain pre {
    font-size: 16px;
    padding: 0;
    line-height: 2;
    margin-bottom: 1.5em;
  }
  .blogDetailMain ul {
    list-style-type: disc;
    font-size: 16px;
    margin: 0 0 25px 20px;
  }
  .blogDetailMain ol {
    list-style-type: decimal;
    font-size: 16px;
    margin: 0 0 25px 15px;
  }
  .blogDetailMain ol li {
    padding-left: 5px;
  }
  .blogDetailMain blockquote {
    border: 3px solid #f1f1f1;
    padding: 15px;
    font-size: 15px;
    display: block;
    margin-bottom: 2em;
  }
  .blogTableBox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: -15px;
  }
  .blogTableBox:before {
    content: "※横スクロールできます";
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 5px;
  }
  .blogTableBox table {
    width: 600px;
    border: 1px solid #ddd;
    margin-top: 0;
    margin-bottom: 1.5em;
  }
  .blogDetailLinks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blogDetailLinks_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .blogDetailRelation {
    margin: 0 1em 30px;
  }
  .blogDetailRelation_title {
    font-size: 18px;
    text-align: center;
  }
  .blogDetailRelationItem {
    border-top: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #3D72AC;
  }
  .blogDetailRelationItem_left {
    width: 100%;
    margin-right: 0;
  }
  .blogDetailRelationItem_pic {
    width: 100%;
    height: 150px;
    margin: 0 auto 15px;
  }
  .blogDetailRelationItem_data {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .blogDetailRelationItem_title {
    display: block;
    padding-top: 10px;
    padding-right: 0;
  }
  .blogDetailRelationItem_title-01 {
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .blogDetailRelationItem_title-02 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .blogDetailRelationItem_comment {
    font-size: 14px;
    line-height: 1.4;
    padding-right: 150px;
  }
  .blogDetailRelationItem_category {
    font-size: 12px;
  }
  .blogCommonNavi {
    border-top: none;
    position: relative;
    height: 60px;
    margin: 0 15px 20px;
  }
  .blogCommonNavi_item {
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
    height: 40px;
    width: 65px;
  }
  .blogCommonNavi_item a {
    display: block;
    border-radius: 3px;
    padding: 9px 0;
    font-size: 12px;
    position: relative;
  }
  .blogCommonNavi_item a:before {
    display: none;
  }
  .blogCommonNavi_item-01 {
    left: 0;
  }
  .blogCommonNavi_item-02 {
    width: 110px;
    right: 0;
    left: 0;
  }
  .blogCommonNavi_item-03 {
    right: 0;
  }
  .activetyPostMain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .activetyPostMain::after {
    display: none;
  }
  .activetyPostMain_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .activetyPostMain_item:last-child {
    margin-bottom: 0;
  }
}
.contactInfoBox {
  padding-top: 30px;
  background-color: #fafafa;
  padding: 30px;
}
.contactInfoBox_title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
.contactInfoBox_text {
  line-height: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
.contactInfoBox_more {
  text-align: center;
}
.contactInfoBox_more a {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px 15px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .contactInfoBox_more a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.contactInfoBox_more a:active, .desktop .contactInfoBox_more a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .contactInfoBox_more a:active, .desktop .contactInfoBox_more a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.contactInfoBox .commonBtn {
  text-align: center;
}

.contactsec {
  padding-bottom: 100px;
}
.contactsec_inner {
  max-width: 900px;
  margin: 0 auto;
}
.contactsec_text {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.contactsec_receive {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2.7;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.contactsec-confirm .contactSecMain_btn {
  display: none;
}
.contactsec-confirm .contactSecMain_title span {
  display: none;
}
.contactsec-confirm .contactSecMain_mihon {
  display: none;
}
.contactsec_contactThanks {
  text-align: center;
}
.contactsec_contactThanks p {
  line-height: 2.7;
  letter-spacing: 0.1em;
}
.contactsec_contactThanks .commonBtn {
  margin-top: 50px;
}
.contactsec_head {
  margin: 0 0 40px;
  border: 2px solid #f5f5f5;
  padding: 40px;
}
.contactsec_head p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.contactsec_head p:last-child {
  margin-bottom: 0;
}
.contactsec_head a {
  text-decoration: underline;
}
.contactsec_head a:hover {
  text-decoration: none;
}
.contactsec_attention {
  margin-bottom: 30px;
  padding-bottom: 40px;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.contactsec_attention dt {
  font-size: 26px;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  margin-bottom: 25px;
  background: #e7394c;
  border-radius: 100px;
  padding: 6px 0;
}
.contactsec_attention dd {
  font-size: 14px;
  line-height: 2.7;
  letter-spacing: 0.2em;
}
.contactsec_attention .commonBtn {
  text-align: center;
  padding-top: 20px;
}
.contactsec_attention .commonBtn a {
  text-decoration: none;
}
.contactsec-hissuMark {
  font-size: 12px;
  top: 0;
  right: 0;
  background: #ee7808;
  color: #fff;
  border-radius: 100px;
  padding: 3px 10px;
  margin-left: auto;
}

.contactSecMain {
  margin-bottom: 100px;
}
.contactSecMain_item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.contactSecMain_item.js-tgt-form {
  display: none;
}
.contactSecMain_item.js-show {
  display: -ms-flexbox !important;
  display: flex !important;
}
.contactSecMain_title {
  color: #209AD3;
  width: 220px;
  font-size: 14px;
  letter-spacing: 0.06em;
  position: relative;
  padding: 24px 0 0;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.contactSecMain_title span {
  font-size: 12px;
  top: 0;
  right: 0;
  background: #ee7808;
  color: #fff;
  border-radius: 100px;
  padding: 3px 10px;
  margin-left: auto;
}
.contactSecMain_main {
  -ms-flex: 1;
      flex: 1;
  padding: 15px 0 0;
  margin-left: 40px;
}
.contactSecMain input[type=text] {
  border: 1px solid #b8b8b8;
  background: #f3f6f6;
  padding: 1em;
  font-size: 14px;
  min-height: 46px;
}
.contactSecMain_text input[type=text] {
  width: 70%;
}
.contactSecMain_text01-mb {
  margin-bottom: 20px;
}
.contactSecMain_text01 input[type=text] {
  width: 100%;
}
.contactSecMain_text02 input[type=text] {
  width: 20em;
}
.contactSecMain_text03 input[type=text] {
  width: 10em;
}
.contactSecMain_textarea textarea {
  width: 100%;
  height: 300px;
  border: 1px solid #b8b8b8;
  background: #f3f6f6;
  padding: 1em;
  line-height: 1.8;
}
.contactSecMain_birthday {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.contactSecMain_birthday select {
  font-size: 14px;
  padding: 0.5em;
  border: 1px solid #b8b8b8;
}
.contactSecMain_birthday-01 {
  margin-right: 10px;
}
.contactSecMain_birthday-02 {
  margin-right: 10px;
}
.contactSecMain_birthday-03 {
  margin-right: 10px;
}
.contactSecMain_birthday-text {
  margin-right: 15px;
}
.contactSecMain_two {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.contactSecMain_mihon {
  padding-top: 10px;
  font-size: 14px;
}
.contactSecMain_btn {
  margin-left: 20px;
}
.contactSecMain_btn button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ee7808;
  color: #fff;
  width: 164px;
  height: 46px;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .contactSecMain_btn button {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.contactSecMain_btn button:active, .desktop .contactSecMain_btn button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .contactSecMain_btn button:active, .desktop .contactSecMain_btn button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.contactSecMain_btn button {
  -webkit-appearance: none;
}
.contactSecMain_info {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0 25px;
}
.contactSecMain_agree {
  background: #efefef;
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
  padding: 15px 0;
}
.contactSecMain_agree .parentFormundefined {
  margin-top: -15px !important;
}
.contactSecMain_agree a {
  color: #29abe2;
}
.contactSecMain_check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.contactSecMain_check .mwform-radio-field {
  margin: 0 10px 15px 0 !important;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.contactSecMain_check .formError {
  position: absolute !important;
  top: -52px !important;
  left: 0 !important;
}
.contactSecMain .error {
  display: block;
  width: 100%;
  padding-top: 5px;
  color: #ee7808 !important;
  letter-spacing: 0.06em;
  font-size: 14px !important;
}

.formBtnContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 30px;
}
.formBtnContainer_submit {
  margin: 0 10px;
}
.formBtnContainer_submit-back input {
  width: 100%;
  height: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #efefef;
  border: none;
  font-size: 14px;
  color: #333;
  padding: 0 2em;
  -webkit-appearance: none;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .formBtnContainer_submit-back input {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.formBtnContainer_submit-back input:active, .desktop .formBtnContainer_submit-back input:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .formBtnContainer_submit-back input:active, .desktop .formBtnContainer_submit-back input:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.formBtnContainer_submit-back input {
  border-radius: 5px;
  letter-spacing: 0.05em;
}
.formBtnContainer_submit-next input {
  width: 100%;
  height: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #209AD3;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 0 2em;
  -webkit-appearance: none;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .formBtnContainer_submit-next input {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.formBtnContainer_submit-next input:active, .desktop .formBtnContainer_submit-next input:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .formBtnContainer_submit-next input:active, .desktop .formBtnContainer_submit-next input:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.formBtnContainer_submit-next input {
  border-radius: 5px;
  letter-spacing: 0.05em;
}

/* Z-INDEX */
.formError {
  z-index: 990;
  position: static !important;
  margin-top: 0 !important;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: rgba(251, 222, 42, .98);
  position: relative;
  color: #000;
  font-weight: bold;
  min-width: 170px;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 2px;
  margin-bottom: 15px;
  line-height: 22px;
}
.formError .formErrorContent:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -15px;
  left: 20px;
  border: 8px solid transparent;
  border-top: 8px solid rgba(251, 222, 42, .98);
  display: none !important;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #38739c;
}

.blackPopup .formErrorContent {
  background: #38739c;
  color: #fff;
}

.formError .formErrorArrow {
  display: none;
}

@media only screen and (max-width: 990px) {
  .contactsec {
    margin: 0 0 40px;
    padding-bottom: 20px;
  }
  .contactsec_head {
    margin: 0 0 40px;
    padding: 1em;
  }
  .contactsec_head p {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 2px;
  }
  .contactsec_attention {
    margin-bottom: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.05em;
  }
  .contactsec_attention dt {
    font-size: 16px;
    margin-bottom: 15px;
    border-radius: 0px;
  }
  .contactsec_attention dd {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 0 1em;
  }
  .contactsec_attention dd br {
    display: none;
  }
  .contactsec_attention-btn {
    padding-top: 25px;
  }
  .contactsec_attention-btn a {
    display: block;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
  }
  .contactsec_attention-01 a {
    letter-spacing: 0.04em;
    font-size: 14px;
  }
  .contactSecMain {
    margin-bottom: 60px;
  }
  .contactSecMain_item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactSecMain_title {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.06em;
    position: relative;
    padding: 0;
    margin-bottom: 5px;
  }
  .contactSecMain_title span {
    font-size: 10px;
    top: 0;
    right: 0;
    background: #9a9999;
    color: #fff;
    border-radius: 100px;
    padding: 3px 10px;
    margin-left: 10px;
  }
  .contactSecMain_main {
    -ms-flex: initial;
        flex: initial;
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .contactSecMain input[type=text] {
    border: 1px solid #b8b8b8;
    background: #f3f6f6;
    padding: 1em;
    font-size: 14px;
    min-height: 46px;
  }
  .contactSecMain_text input[type=text] {
    width: 70%;
  }
  .contactSecMain_text01-mb {
    margin-bottom: 20px;
  }
  .contactSecMain_text01 input[type=text] {
    width: 100%;
  }
  .contactSecMain_text02 input[type=text] {
    width: 20em;
  }
  .contactSecMain_text03 input[type=text] {
    width: 10em;
  }
  .contactSecMain_textarea textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #b8b8b8;
    background: #f3f6f6;
    padding: 1em;
    line-height: 1.8;
    font-size: 14px;
  }
  .contactSecMain_birthday {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactSecMain_birthday select {
    width: 100%;
    font-size: 14px;
    padding: 0.5em;
    border: 1px solid #b8b8b8;
  }
  .contactSecMain_birthday-01 {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .contactSecMain_birthday-02 {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .contactSecMain_birthday-03 {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .contactSecMain_birthday-text {
    margin-right: 15px;
    width: calc(100% - 120px);
    margin-bottom: 10px;
  }
  .contactSecMain_two {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .contactSecMain_btn {
    margin-left: 15px;
  }
  .contactSecMain_btn button {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    padding: 0 10px;
  }
  .contactSecMain_info {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0 25px;
  }
  .contactSecMain_agree {
    background: #efefef;
    font-size: 14px;
    margin-bottom: 40px;
    text-align: center;
    padding: 15px 0;
  }
  .contactSecMain_agree .parentFormundefined {
    margin-top: -15px !important;
  }
  .contactSecMain_agree a {
    color: #29abe2;
  }
  .contactSecMain_submit input {
    width: 100%;
    height: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: #fcb03b;
    border: none;
    font-size: 16px;
    color: #fff;
    -webkit-appearance: none;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .contactSecMain_submit input {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .contactSecMain_submit input:active, .desktop .contactSecMain_submit input:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  .contactSecMain_submit input:active, .desktop .contactSecMain_submit input:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media only screen and (max-width: 990px) {
  .contactSecMain .error {
    display: block;
    width: 100%;
    padding-top: 5px;
    color: #ee7808 !important;
    letter-spacing: 0.06em;
    font-size: 14px !important;
  }
  .contactInfoBox {
    padding-top: 30px;
    padding: 20px;
  }
  .contactInfoBox_title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contactInfoBox_text {
    line-height: 28px;
    margin-bottom: 15px;
    text-align: left;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.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);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

[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;
}