@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 751px) {
  .spOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 1141px) {
  .max1140 {
    display: none !important;
  }
}

@media print, screen and (max-width: 1060px) {
  .whenHeaderDispOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 1061px) {
  .whenHeaderHideOnly {
    display: none !important;
  }
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

.notice {
  font-size: 0.625rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .notice {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.font-gray {
  color: #676869;
}

.txt-small {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .txt-small {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.super {
  display: inline-block;
  vertical-align: top;
  font-size: 0.5em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .super {
    font-size: 1em;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

.margin-none {
  margin: 0;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  body {
    width: 100%;
    font-size: 0.625rem;
    line-height: 1;
    overflow: auto;
  }
}
body img {
  max-width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  body img {
    width: 100%;
    font-size: 0.625rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 751px) {
  body a img {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  body a:hover {
    opacity: 0.7;
  }
  body a:hover img {
    opacity: 0.7;
  }
}

/*Google Chrome、Safariへの対応*/
.contents_box::-webkit-scrollbar {
  display: none;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

body.fadeLink::after {
  opacity: 1;
}

.font-noto {
  font-family: "Noto Sans JP", serif;
}

.font-pop {
  font-family: "Poppins", serif;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.page_contents_main-wrapper {
  position: relative;
  overflow: hidden;
}

.page_contents_main-ttl {
  max-width: 1420px;
  width: 100%;
  height: 29.7709923664vw;
  margin: 0 auto;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_contents_main-ttl-wrapper {
  margin-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .page_contents_main-ttl-wrapper {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1571px) {
  .page_contents_main-ttl {
    height: 468px;
  }
}
@media print, screen and (max-width: 1230px) {
  .page_contents_main-ttl {
    height: 366.17px;
  }
}
@media screen and (max-width: 750px) {
  .page_contents_main-ttl {
    height: 96vw;
    padding: 0 8%;
  }
}
.page_contents_main-ttl .page_contents_ttl {
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .page_contents_main-ttl .page_contents_ttl {
    text-align: left;
  }
}
.page_contents_main-ttl .page_contents_ttl .page-ttl-main {
  font-size: 4.0712468193vw;
  line-height: 1.3125;
  font-weight: 700;
  color: #3AA5EE;
}
@media print, screen and (min-width: 1571px) {
  .page_contents_main-ttl .page_contents_ttl .page-ttl-main {
    font-size: 4rem;
    line-height: 1.3125;
  }
}
@media print, screen and (max-width: 1230px) {
  .page_contents_main-ttl .page_contents_ttl .page-ttl-main {
    font-size: 50.0763px;
  }
}
@media screen and (max-width: 750px) {
  .page_contents_main-ttl .page_contents_ttl .page-ttl-main {
    font-size: 2rem;
    line-height: 1.3125;
  }
}
.page_contents_main-ttl .page_contents_ttl .page-ttl-jp {
  font-size: 2.0356234097vw;
  line-height: 2.625;
  font-weight: 700;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1571px) {
  .page_contents_main-ttl .page_contents_ttl .page-ttl-jp {
    font-size: 2rem;
    line-height: 2.625;
  }
}
@media print, screen and (max-width: 1230px) {
  .page_contents_main-ttl .page_contents_ttl .page-ttl-jp {
    font-size: 25.0382px;
  }
}
@media screen and (max-width: 750px) {
  .page_contents_main-ttl .page_contents_ttl .page-ttl-jp {
    font-size: 1rem;
    line-height: 2.625;
  }
}

.page_contents_main-read {
  font-size: 1.1450381679vw;
  line-height: 2.22222222;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.page_contents_main-read-wrapper {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .page_contents_main-read-wrapper {
    padding: 0 4.2666666667%;
    margin-bottom: 60px;
  }
}
.page_contents_main-read-ttl {
  font-size: 3.9440203562vw;
  line-height: 1.4516129;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: linear-gradient(101.01deg, #34C2E3 9.93%, #417DFA 83.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 100px;
}
@media print, screen and (min-width: 1571px) {
  .page_contents_main-read-ttl {
    font-size: 3.875rem;
    line-height: 1.4516129032;
  }
}
@media print, screen and (max-width: 1230px) {
  .page_contents_main-read-ttl {
    font-size: 48.5115px;
  }
}
@media screen and (max-width: 750px) {
  .page_contents_main-read-ttl {
    font-size: 1.375rem;
    line-height: 1.3636363636;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    background: linear-gradient(101.01deg, #34C2E3 9.93%, #417DFA 91.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
@media print, screen and (min-width: 1571px) {
  .page_contents_main-read {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}
@media print, screen and (max-width: 1230px) {
  .page_contents_main-read {
    font-size: 14.084px;
  }
}
@media screen and (max-width: 750px) {
  .page_contents_main-read {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    font-weight: 400;
  }
}

.content-wrapper {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-inner {
  min-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .content-inner {
    min-width: auto;
  }
}

.contents__ttl {
  max-width: 1452px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .contents__ttl {
    display: block;
  }
}
.contents__ttl > h2 {
  font-size: 4.0712468193vw;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 60px;
  color: #3AA5EE;
  letter-spacing: 0;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1571px) {
  .contents__ttl > h2 {
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 1230px) {
  .contents__ttl > h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 750px) {
  .contents__ttl > h2 {
    font-size: 1.25rem;
    line-height: 1.35;
    display: block;
    margin: 0 0 20px;
  }
}
.contents__ttl > h2.bl-ttl {
  font-size: 2.0356234097vw;
  line-height: 1.45875;
  margin-bottom: 69px;
  color: #1D1D1D;
  text-align: center;
}
@media print, screen and (min-width: 1571px) {
  .contents__ttl > h2.bl-ttl {
    font-size: 2rem;
    line-height: 1.46875;
  }
}
@media print, screen and (max-width: 1230px) {
  .contents__ttl > h2.bl-ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .contents__ttl > h2.bl-ttl {
    font-size: 1.25rem;
    line-height: 1;
    text-align: left;
  }
}
.contents__ttl > h2.small {
  font-size: 1.9083969466vw;
  line-height: 1.5;
  font-weight: bold;
}
@media print, screen and (min-width: 1571px) {
  .contents__ttl > h2.small {
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }
}
@media print, screen and (max-width: 1230px) {
  .contents__ttl > h2.small {
    font-size: 23px;
  }
}
@media screen and (max-width: 750px) {
  .contents__ttl > h2.small {
    font-size: 1.25rem;
    line-height: 1.35;
    display: block;
    margin: 0 0 20px;
  }
}
.contents__ttl > h3 {
  font-size: 2.0356234097vw;
  line-height: 1.875;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 1571px) {
  .contents__ttl > h3 {
    font-size: 2rem;
    line-height: 1.875;
  }
}
@media print, screen and (max-width: 1230px) {
  .contents__ttl > h3 {
    font-size: 25.048px;
  }
}
@media screen and (max-width: 750px) {
  .contents__ttl > h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.contents__ttl > h3 span {
  background: linear-gradient(101.01deg, #34C2E3 9.93%, #417DFA 83.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.contents__ttl.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents__ttl.center > h2 {
  margin-right: 0;
}

.content-txt {
  font-size: 0.8125rem;
  line-height: 2.3076923077;
}
@media screen and (max-width: 750px) {
  .content-txt {
    font-size: 0.6875rem;
    line-height: 1.4545454545;
  }
}

.section-ttl {
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .section-ttl {
    margin-bottom: 30px;
  }
}
.section-ttl__main {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .section-ttl__main {
    height: 14px;
    width: auto;
  }
  .section-ttl__main img {
    height: 100%;
    width: auto;
  }
}
.section-ttl__sub {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  margin-left: 20px;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  .section-ttl__sub {
    margin-left: 14px;
  }
}

.page_contents_h3 {
  font-size: 2.0356234097vw;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #3AA5EE;
}
@media print, screen and (min-width: 1571px) {
  .page_contents_h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 1230px) {
  .page_contents_h3 {
    font-size: 25.0382px;
  }
}
@media screen and (max-width: 750px) {
  .page_contents_h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.content-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .content-btn-wrapper {
    margin-top: 30px;
  }
}
.content-btn-wrapper.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-btn-wrapper.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-btn01 {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .content-btn01 {
    margin-top: 30px;
  }
}
.content-btn01 .content-btn-border {
  background: -webkit-gradient(linear, left top, right top, from(#34c2e3), to(#417dfa));
  background: linear-gradient(90deg, #34c2e3 0%, #417dfa 100%);
  border-radius: 49px;
  padding: 2px;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .content-btn01 .content-btn-border {
    max-width: none;
    width: 100%;
  }
}
.content-btn01 button {
  border: none;
}
.content-btn01 a,
.content-btn01 .inner, .content-btn01 button {
  width: 100%;
  position: relative;
  padding: 37px 28px 38px;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #3AA5EE;
  background: #fff;
  border-radius: 47px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  text-align: center;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .content-btn01 a,
.content-btn01 .inner, .content-btn01 button {
    padding: 16px 28px;
    width: 100%;
    min-width: auto;
    font-size: 0.6875rem;
    line-height: 1;
  }
}
.content-btn01 a::before,
.content-btn01 .inner::before, .content-btn01 button::before {
  background: -webkit-gradient(linear, left top, right top, from(#34C2E3), color-stop(71%, #417DFA), color-stop(80%, #417DFA), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #34C2E3 0%, #417DFA 71%, #417DFA 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 140%;
  height: 100%;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  z-index: -1;
}
.content-btn01 a:after,
.content-btn01 .inner:after, .content-btn01 button:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  margin-top: 1px;
  top: 0;
  right: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .content-btn01 a:after,
.content-btn01 .inner:after, .content-btn01 button:after {
    width: 20px;
    margin-top: 2px;
    background-size: 100% auto;
  }
}
.content-btn01 a span,
.content-btn01 .inner span, .content-btn01 button span {
  display: inline-block;
  padding-right: 40px;
  background: url(/images/common/content_btn01_arrow_pc.png) no-repeat right center;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 750px) {
  .content-btn01 a span,
.content-btn01 .inner span, .content-btn01 button span {
    padding-right: 15px;
    background-size: 5.5px 7px;
  }
}
@media print, screen and (min-width: 751px) {
  .content-btn01 a:hover,
.content-btn01 .inner:hover, .content-btn01 button:hover {
    color: #fff;
    opacity: 1;
  }
  .content-btn01 a:hover::before,
.content-btn01 .inner:hover::before, .content-btn01 button:hover::before {
    opacity: 1;
  }
  .content-btn01 a:hover::after,
.content-btn01 .inner:hover::after, .content-btn01 button:hover::after {
    right: 22px;
  }
  .content-btn01 a:hover span,
.content-btn01 .inner:hover span, .content-btn01 button:hover span {
    display: inline-block;
    background: url(/images/common/content_btn01_arrow_on_pc.png) no-repeat right center;
  }
}
.content-btn01.prev span {
  display: inline-block;
  padding-right: 0;
  padding-left: 40px;
  background: url(/images/common/content_btn01_left_arrow_pc.png) no-repeat left center;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 750px) {
  .content-btn01.prev span {
    padding-right: 0;
    padding-left: 15px;
    background-size: 5.5px 7px;
  }
}
@media print, screen and (min-width: 751px) {
  .content-btn01.prev:hover span {
    display: inline-block;
    background: url(/images/common/content_btn01_left_arrow_on_pc.png) no-repeat left center;
  }
}
.content-btn01.align-left .content-btn-border {
  margin-left: 0;
  margin-right: auto;
}
.content-btn01.align-right .content-btn-border {
  margin-right: 0;
  margin-left: auto;
}

.content-btn01a {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .content-btn01a {
    margin-top: 30px;
  }
}
.content-btn01a .content-btn-border {
  border: 2px solid #fff;
  border-radius: 49px;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .content-btn01a .content-btn-border {
    max-width: none;
    width: 100%;
  }
}
.content-btn01a a,
.content-btn01a .inner {
  width: 100%;
  position: relative;
  padding: 37px 28px 38px;
  display: inline-block;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  border-radius: 47px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  text-align: center;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 750px) {
  .content-btn01a a,
.content-btn01a .inner {
    padding: 16px 28px;
    width: 100%;
    min-width: auto;
    font-size: 0.6875rem;
    line-height: 1;
  }
}
.content-btn01a a::before,
.content-btn01a .inner::before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 140%;
  height: 100%;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  z-index: -1;
}
.content-btn01a a:after,
.content-btn01a .inner:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  margin-top: 1px;
  top: 0;
  right: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .content-btn01a a:after,
.content-btn01a .inner:after {
    width: 20px;
    margin-top: 2px;
    background-size: 100% auto;
  }
}
.content-btn01a a span,
.content-btn01a .inner span {
  display: inline-block;
  padding-right: 40px;
  background: url(/images/common/content_btn01_arrow_on_pc.png) no-repeat right center;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 750px) {
  .content-btn01a a span,
.content-btn01a .inner span {
    padding-right: 15px;
    background-size: 5.5px 7px;
  }
}
@media print, screen and (min-width: 751px) {
  .content-btn01a a:hover,
.content-btn01a .inner:hover {
    color: #F588B7;
    opacity: 1;
  }
  .content-btn01a a:hover::before,
.content-btn01a .inner:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  .content-btn01a a:hover::after,
.content-btn01a .inner:hover::after {
    right: 22px;
  }
  .content-btn01a a:hover span,
.content-btn01a .inner:hover span {
    display: inline-block;
    background: url(/images/common/content_btn01_arrow_pink_pc.png) no-repeat right center;
  }
}
.content-btn01a.align-left .content-btn-border {
  margin-left: 0;
  margin-right: auto;
}
.content-btn01a.align-right .content-btn-border {
  margin-right: 0;
  margin-left: auto;
}

.content-btn02 {
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-bottom: #3AA5EE 1px solid;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: #3AA5EE;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 750px) {
  .content-btn02 {
    font-size: 0.6875rem;
    line-height: 1;
  }
}
.content-btn02 span {
  display: block;
  padding: 39px 60px 40px 60px;
  background: url(/images/common/content_btn01_arrow_pc.png) no-repeat right 60px center;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 750px) {
  .content-btn02 span {
    padding: 17px 30px 18px 30px;
    background: url(/images/common/content_btn01_arrow_pc.png) no-repeat right 30px center;
    background-size: 5.5px 7px;
  }
}
.content-btn02::after {
  background: -webkit-gradient(linear, left top, right top, from(#34C2E3), color-stop(71%, #417DFA), color-stop(80%, #417DFA), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #34C2E3 0%, #417DFA 71%, #417DFA 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 140%;
  height: 100%;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  opacity: 0;
  z-index: -1;
}
@media print, screen and (min-width: 751px) {
  .content-btn02:hover {
    color: #fff;
    opacity: 1;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  .content-btn02:hover span {
    background: url(/images/common/content_btn01_arrow_on_pc.png) no-repeat right 60px center;
  }
  .content-btn02:hover::after {
    opacity: 1;
  }
}

a.content-btn02[target=_blank] span {
  background: url(/images/common/content_btn02_arrow_pc.png) no-repeat right 60px center;
  background-size: 23px 20px;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 750px) {
  a.content-btn02[target=_blank] span {
    background: url(/images/common/content_btn02_arrow_pc.png) no-repeat right 30px center;
    background-size: 10px 8.5px;
  }
}
@media print, screen and (min-width: 751px) {
  a.content-btn02[target=_blank]:hover {
    color: #fff;
    opacity: 1;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  a.content-btn02[target=_blank]:hover span {
    background: url(/images/common/content_btn02_arrow_on_pc.png) no-repeat right 60px center;
  }
}
@media screen and (min-width: 751px) and (max-width: 750px) {
  a.content-btn02[target=_blank]:hover span {
    background: url(/images/common/content_btn02_arrow_on_pc.png) no-repeat right 30px center;
  }
}
@media print, screen and (min-width: 751px) {
  a.content-btn02[target=_blank]:hover::after {
    opacity: 1;
  }
}

.content-btn03 {
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-bottom: #3AA5EE 1px solid;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: #3AA5EE;
}
@media screen and (max-width: 750px) {
  .content-btn03 {
    font-size: 0.6875rem;
    line-height: 1;
  }
}
.content-btn03 span {
  display: block;
  padding: 38px 60px 39px 60px;
  background: url(/images/common/content_btn03_arrow_pc.png) no-repeat left 60px center;
  text-align: right;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 750px) {
  .content-btn03 span {
    padding: 17px 30px 18px 30px;
    background: url(/images/common/content_btn03_arrow_pc.png) no-repeat left 30px center;
    background-size: 5.5px 7px;
  }
}
.content-btn03::after {
  background: -webkit-gradient(linear, left top, right top, from(#34C2E3), to(#417DFA));
  background: linear-gradient(90deg, #34C2E3 0%, #417DFA 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  opacity: 0;
  z-index: -1;
}
@media print, screen and (min-width: 751px) {
  .content-btn03:hover {
    color: #fff;
    opacity: 1;
  }
  .content-btn03:hover span {
    background: url(/images/common/content_btn03_arrow_on_pc.png) no-repeat left 60px center;
  }
  .content-btn03:hover::after {
    opacity: 1;
  }
}

.content-btn04 {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 10px;
  position: relative;
  padding-right: 20px;
}
.content-btn04::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #b4b4b4;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 0;
}

.content-btn05 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-bottom: #3AA5EE 1px solid;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 81px 100px;
  box-sizing: border-box;
  color: #3AA5EE;
}
@media screen and (max-width: 750px) {
  .content-btn05 {
    padding: 28px 30px;
  }
}
.content-btn05 .btn-ttl .main {
  display: block;
  font-size: 2rem;
  line-height: 1.71875;
}
@media screen and (max-width: 750px) {
  .content-btn05 .btn-ttl .main {
    font-size: 1.1875rem;
    line-height: 1.5789473684;
  }
}
.content-btn05 .btn-ttl .jp {
  display: block;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .content-btn05 .btn-ttl .jp {
    font-size: 0.75rem;
    line-height: 1.0833333333;
  }
}
.content-btn05 .btn-arrow {
  display: block;
  background: url(/images/common/content_btn01_arrow_pc.png) no-repeat right 0 center;
  padding-right: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.625;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 750px) {
  .content-btn05 .btn-arrow {
    background: url(/images/common/content_btn01_arrow_pc.png) no-repeat right 0 center;
    height: 26px;
  }
}
.content-btn05::after {
  background: -webkit-gradient(linear, left top, right top, from(#34C2E3), color-stop(71%, #417DFA), color-stop(80%, #417DFA), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #34C2E3 0%, #417DFA 71%, #417DFA 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 140%;
  height: 100%;
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  z-index: -1;
}
@media print, screen and (min-width: 751px) {
  .content-btn05:hover {
    color: #fff;
    opacity: 1;
  }
  .content-btn05:hover .btn-arrow {
    background: url(/images/common/content_btn01_arrow_on_pc.png) no-repeat right 0 center;
  }
  .content-btn05:hover::after {
    opacity: 1;
  }
}

header {
  width: 100%;
}

.header-wrapper {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media print, screen and (max-width: 1060px) {
  .header-wrapper {
    height: 70px;
  }
}
@media print, screen and (min-width: 751px) {
  .header-wrapper.is-show {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
  .header-wrapper.is-show .header-inner {
    width: calc(100% - 200px);
    height: 70px;
    margin-top: 15px;
    border-radius: 12px;
    background: none;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    padding: 0 53px 0 65px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1060px) {
  .header-wrapper.is-show .header-inner {
    width: 100%;
    background-color: #fff;
    padding: 0;
  }
}
@media print, screen and (min-width: 751px) {
  .header-wrapper.is-show .header-nav__list li a {
    padding: 28px 0 28px;
  }
  .header-wrapper.is-show .header-nav__list li.current::after {
    bottom: 0;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1060px) {
  .header-wrapper.is-show .header-nav__list li.current::after {
    content: none;
  }
}
@media print, screen and (min-width: 751px) {
  .header-wrapper.is-show .header-nav__list li:hover::after {
    bottom: 0;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1060px) {
  .header-wrapper.is-show .header-nav__list li:hover::after {
    content: none;
  }
}
@media print, screen and (max-width: 1060px) {
  .header-wrapper.is-show {
    background: #fff;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header-wrapper.is-show .header-inner {
    margin-top: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 750px) {
  .header-wrapper.is-show .company-name > a {
    width: 156.5px;
    height: 18px;
  }
}
.header-wrapper.active .header-inner {
  background: #fff;
}
.header-wrapper.active .company-name > a {
  top: 34px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.header-wrapper.active .header-nav {
  color: #111;
}
@media screen and (max-width: 750px) {
  .header-wrapper {
    height: 50px;
  }
}

.header-inner {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 0 152px 0 165px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media print, screen and (max-width: 1060px) {
  .header-inner {
    height: 70px;
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .header-inner {
    height: 50px;
    display: block;
    padding: 0;
  }
}
.header-inner .company-name > a {
  width: 240px;
  height: 28px;
  background: url(/images/common/cmn_header_logo_pc.svg) no-repeat;
  background-size: 100% auto;
  display: block;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media print, screen and (max-width: 1060px) {
  .header-inner .company-name > a {
    width: 237px;
    height: 28px;
    position: absolute;
    top: 24px;
    left: 30px;
  }
}
@media screen and (max-width: 750px) {
  .header-inner .company-name > a {
    width: 156.5px;
    height: 19px;
    position: absolute;
    top: 18px;
    left: 13px;
  }
}

.header-nav {
  max-width: 574px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (max-width: 1060px) {
  .header-nav {
    display: none;
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1;
    background: #fff;
    color: #111;
    text-align: left;
  }
  .header-nav.active {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .header-nav {
    display: none;
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1;
    background: #fff;
    color: #111;
    text-align: left;
  }
  .header-nav.active {
    display: block;
  }
}
.header-nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1060px) {
  .header-nav__list {
    display: block;
    padding: 90px 0 155px;
  }
}
@media screen and (max-width: 750px) {
  .header-nav__list {
    display: block;
    padding: 90px 0 155px;
  }
}
.header-nav__list li {
  width: 87px;
  vertical-align: bottom;
  position: relative;
  text-align: center;
}
.header-nav__list li a {
  display: block;
  width: 100%;
  padding: 43px 2px 43px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media print, screen and (min-width: 751px) {
  .header-nav__list li a:hover {
    opacity: 1;
  }
}
@media print, screen and (max-width: 1060px) {
  .header-nav__list li {
    width: auto;
    margin-right: 0;
    padding: 0 6%;
  }
  .header-nav__list li a {
    display: block;
    padding: 15px 0;
    font-size: 0.75rem;
    line-height: 1.5833333333;
    border-bottom: 1px solid #b4b4b4;
  }
}
@media screen and (max-width: 750px) {
  .header-nav__list li {
    margin-right: 0;
    padding: 0 6%;
  }
  .header-nav__list li a {
    display: block;
    padding: 15px 0;
    font-size: 0.75rem;
    line-height: 1.5833333333;
    border-bottom: 1px solid #b4b4b4;
  }
}
.header-nav__list li.last {
  margin-right: 0;
}
.header-nav__list li:nth-child(5), .header-nav__list li:nth-child(7) {
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .header-nav__list li:nth-child(5), .header-nav__list li:nth-child(7) {
    font-size: 1.125rem;
    line-height: 1;
  }
}
.header-nav__list li::after {
  content: "";
  width: 87px;
  height: 6px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  opacity: 0;
}
@media print, screen and (max-width: 1060px) {
  .header-nav__list li::after {
    content: none;
  }
}
.header-nav__list li.current::after {
  opacity: 1;
}
@media print, screen and (max-width: 1060px) {
  .header-nav__list li.current::after {
    content: none;
  }
}
.header-nav__list li:hover::after {
  opacity: 1;
}
@media print, screen and (max-width: 1060px) {
  .header-nav__list li:hover::after {
    content: none;
  }
}
.header-nav__list li.privacy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav__list li.privacy-wrap a {
  border: none;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .header-nav__list li.privacy-wrap a {
    padding-left: 0;
  }
}
.header-nav__list li.privacy-wrap a::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 8px;
  background: #D9D9D9;
  border-radius: 50%;
}
.header-nav__list li.privacy-wrap a:first-child {
  margin-right: 20px;
}

.header-bar-btn a {
  display: block;
  width: 40px;
  height: 12px;
  background: url(/images/common/cmn_header_menu_open.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: 30px;
  top: 30px;
}
@media screen and (max-width: 750px) {
  .header-bar-btn a {
    width: 20px;
    right: 15px;
    top: 20px;
  }
}
.header-bar-btn.active a {
  display: block;
  width: 30px;
  height: 31px;
  background: url(/images/common/cmn_header_menu_close.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 750px) {
  .header-bar-btn.active a {
    width: 47px;
    height: 47px;
    background-color: #D9D9D9;
    background-size: 14px auto;
    border-radius: 50%;
  }
}

footer {
  position: relative;
  z-index: 2;
}
footer p {
  color: #fff;
}

.footer-top {
  width: 100%;
  margin: 0 auto;
}
.footer-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .footer-top-wrapper {
    display: block;
  }
}
.footer-top-inner {
  width: 50%;
  background: #EFEFEF;
  padding: 208px 8.0526315789% 92px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .footer-top-inner {
    width: 100%;
    padding: 60px 4.2666666667%;
  }
}
.footer-top-inner .content-btn01 {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .footer-top-inner .content-btn01 {
    width: 100%;
    margin-top: 40px;
  }
}
.footer-top-inner .content-btn01 a {
  background: #EFEFEF;
}
.footer-top-inner .footer-top-read {
  height: 150px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0;
  margin: 73px auto 0;
  color: #1D1D1D;
}
@media screen and (max-width: 750px) {
  .footer-top-inner .footer-top-read {
    height: auto;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin: 0 auto;
  }
}
.footer-top-inner.left {
  background: #F5F5F5;
}
.footer-top-inner.left .content-btn01 a {
  background: #F5F5F5;
}
@media screen and (max-width: 750px) {
  .footer-top {
    max-width: none;
  }
}
.footer-top .content-btn01 .content-btn-border {
  max-width: 644px;
}

.footer-center-wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#333333), to(#454545));
  background: linear-gradient(90deg, #333333 0%, #454545 100%);
}
.footer-center-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 9.1052631579% 0 8.0526315789%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .footer-center-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 60px 4.5333333333% 59px;
  }
}
@media screen and (max-width: 750px) {
  .footer-center-logo img {
    width: auto;
    height: 14px;
  }
}
.footer-center-left {
  width: 323px;
  padding: 278px 60px 227px 0;
}
@media screen and (max-width: 750px) {
  .footer-center-left {
    width: 100%;
    padding: 0;
  }
}
.footer-center-left-txt {
  margin-top: 50px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.2em;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .footer-center-left-txt {
    width: 100%;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 15px;
    font-weight: 300;
  }
}
.footer-center-right {
  width: 30.7142857143%;
  min-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 228px 0 132px;
}
@media screen and (max-width: 750px) {
  .footer-center-right {
    min-width: auto;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 60px;
  }
}
.footer-center-nav li {
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .footer-center-nav li {
    margin-bottom: 15px;
  }
}
.footer-center-nav li:last-child {
  margin-bottom: 0;
}
.footer-center-nav li a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .footer-center-nav li a {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.footer-center-nav li a.under {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 13px;
}
.footer-center-nav li a.under.mgt {
  margin-top: 22px;
}
@media screen and (max-width: 750px) {
  .footer-center-nav li a.under {
    font-size: 0.75rem;
    line-height: 1.25;
    margin-top: 11px;
  }
}
.footer-center-nav:first-child {
  margin-right: 61px;
}
@media screen and (max-width: 750px) {
  .footer-center-nav:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .footer-center-nav:last-child {
    width: 100px;
    height: 50px;
    margin-left: -28px;
    margin-bottom: 0;
  }
}

.footer-borrom-wrapper {
  background: #fff;
}
@media screen and (max-width: 750px) {
  .footer-borrom-wrapper {
    border-top: none;
  }
}
.footer-borrom-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 78px 100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0;
  font-weight: 400;
}
@media print, screen and (max-width: 1140px) {
  .footer-borrom-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .footer-borrom-inner {
    display: block;
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 20px 4.2666666667%;
  }
}
.footer-borrom-inner p {
  color: #1D1D1D;
}
@media screen and (max-width: 750px) {
  .footer-borrom-inner p {
    font-weight: 300;
  }
  .footer-borrom-inner p:last-child {
    text-align: center;
    margin-top: 20px;
  }
}
.footer-borrom-inner a {
  padding-right: 71px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/images/common/cmn_footer_link_bg_pc.png) no-repeat center left 6px;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.footer-borrom-inner a:last-child {
  padding-right: 30px;
}
@media print, screen and (max-width: 1140px) {
  .footer-borrom-inner a {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .footer-borrom-inner a {
    margin-bottom: 7px;
    padding-right: 0;
    background: none;
    display: block;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.jsFadeup {
  opacity: 0;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.jsFadeup.onactive {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.jsFadewhat {
  opacity: 0;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.jsFadewhat.onactive {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.Fadeup-load {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, transform 2s;
    transition: opacity 2s, transform 2s, -webkit-transform 2s;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, transform 2s;
    transition: opacity 2s, transform 2s, -webkit-transform 2s;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.Fade-6s {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.Fade-12s {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@-webkit-keyframes fade-slide {
  from {
    opacity: 0;
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-slide {
  from {
    opacity: 0;
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.topics__list {
  opacity: 0;
}
.topics__list.onactive {
  opacity: 1;
}
.topics__list.onactive .slick-active .jsFadeslide {
  -webkit-animation-name: fade-slide;
          animation-name: fade-slide;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 750px) {
  .topics__list.onactive .slick-active .jsFadeslide {
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
  }
}
.topics__list.onactive .slick-active .jsFadeslide.Fade-2s {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.cmn-pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9998;
}
.cmn-pagetop-wrapper {
  position: relative;
  z-index: 9998;
}
@media screen and (max-width: 750px) {
  .cmn-pagetop {
    width: 55px;
    height: 55px;
    right: 0;
    bottom: 0;
  }
}
.cmn-pagetop.fixed {
  position: fixed;
  bottom: 30px;
}
@media screen and (max-width: 750px) {
  .cmn-pagetop.fixed {
    bottom: 20px;
  }
}

.jsFadeup {
  opacity: 0;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.jsFadeup.onactive {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.jsFadewhat {
  opacity: 0;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.jsFadewhat.onactive {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.Fadeup-load {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    -webkit-transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, -webkit-transform 2s;
    transition: opacity 2s, transform 2s;
    transition: opacity 2s, transform 2s, -webkit-transform 2s;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.Fade-6s {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.Fade-12s {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@keyframes fade-slide {
  from {
    opacity: 0;
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.topics__list {
  opacity: 0;
}
.topics__list.onactive {
  opacity: 1;
}
.topics__list.onactive .slick-active .jsFadeslide {
  -webkit-animation-name: fade-slide;
          animation-name: fade-slide;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 750px) {
  .topics__list.onactive .slick-active .jsFadeslide {
    -webkit-animation-name: fade-in;
            animation-name: fade-in;
  }
}
.topics__list.onactive .slick-active .jsFadeslide.Fade-2s {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}
/*# sourceMappingURL=../../_development/maps/css/common.css.map */
