@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: kozuka-gothic-pro, sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  outline: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 751px) {
  .container {
    min-width: 100%;
    overflow: hidden;
  }

  .wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }

  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media print, (min-width: 1400px) {
  .container {
    min-width: 1400px;
  }

  .wrapper {
    width: 1400px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1399px) {
  html {
    font-size: 7.1428571429vw;
  }

  body {
    font-size: 0.13rem;
  }
}
@media only screen and (max-width: 750px) {
  .md {
    display: none !important;
  }

  html {
    font-size: 13.3333333333vw;
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    min-width: 320px;
    overflow: hidden;
  }

  .wrapper {
    width: 100%;
  }
}
/* PARTS
 * ----------------------------------------------- */
header {
  position: relative;
  z-index: 101;
}

header .header-logo {
  position: absolute;
  top: 0;
}

.Gnavi-content .Gnavi {
  position: relative;
  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;
  /*margin: 40px 0px 0px;*/
  /*padding: 0 10px;*/
  margin: 24px 0px 0px;
  padding: 0 28px;
}
@media screen and (max-width: 750px) {
  .Gnavi-content .Gnavi {
    margin: 0.24rem 0 0;
    padding: 0 0.5rem;
  }
}

@media screen and (max-width: 750px) {
  .Gnavi-content .Gnavi .fitseclogo {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .Gnavi-content .Gnavi .fitseclogo li {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .Gnavi-content .Gnavi .fitseclogo a {
    width: 47.5%;
    display: inline-block;
  }
}
.Gnavi-content .Gnavi .fitseclogo img {
  width: 338px;
}
@media screen and (max-width: 750px) {
  .Gnavi-content .Gnavi .fitseclogo img {
    width: 100%;
  }
}

.Gnavi-content .Gnavi .btnBOX {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px 0px 0px;
}

.Gnavi-content .Gnavi .btnBOX img {
  width: 241px;
}

.Gnavi-content .Gnavi li {
  position: relative;
  padding: 0px 0px;
}

.Gnavi-content .Gnavi img {
  position: relative;
}

/*
.section-top-banner .Gnavi {
  position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 200px -12.5px 150px;
}

.section-top-banner .Gnavi li {
  position: relative;
	padding: 0px 12.5px ;
}
.section-top-banner .Gnavi li:first-child img{
	padding-top:0px;
}
.section-top-banner .Gnavi li:nth-child(2) img{
	padding-top:0px;
}
.section-top-banner .Gnavi img {
  position: relative;
}*/
@media only screen and (min-width: 751px) and (max-width: 1399px) {
  header .header-logo {
    width: 1.11rem;
  }

  .Gnavi-content .Gnavi {
    position: relative;
    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;
    margin: 0.4rem 0rem 0rem;
    padding: 0 0.1rem;
  }

  .Gnavi-content .Gnavi .fitseclogo img {
    width: 2.98rem;
  }

  .Gnavi-content .Gnavi .btnBOX {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0.35rem 0rem 0rem;
  }

  .Gnavi-content .Gnavi .btnBOX img {
    width: 2.41rem;
  }

  .Gnavi-content .Gnavi li {
    position: relative;
    padding: 0px 0px;
  }

  .Gnavi-content .Gnavi li:first-child img {
    padding-top: 0px;
  }

  .Gnavi-content .Gnavi li:nth-child(2) img {
    padding-top: 0px;
  }

  .Gnavi-content .Gnavi img {
    position: relative;
  }
}
@media print, (min-width: 751px) {
  header .header-logo {
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  header .header-logo {
    left: 0;
    width: 1.63rem;
  }
}
.spnav .gbannerBOX {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.spnav .gbannerBOX li {
  position: relative;
  padding-bottom: 0.35rem;
}

.spnav .gbannerBOX {
  margin: 1.18rem -0.125rem 1.3rem;
}

.spnav .gbannerBOX .logo {
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
  width: 5rem;
}

.spnav .gbannerBOX li:nth-child(2) img {
  padding-top: 0px;
}

.spnav .gbannerBOX li img {
  width: 6.2rem;
}

.spnav .gbannerBOX img {
  position: relative;
}

.gnav-background {
  height: 2.57rem;
  position: relative;
  background: url("../img/common/header_bg.png") center top/7.5rem 2.57rem no-repeat;
  text-align: center;
  padding-top: 0.3rem;
}

.gnav-background p img {
  width: 2.55rem;
}

footer .footer-t {
  background: -webkit-gradient(linear, left top, right top, from(#e86c00), to(#e10c11));
  background: -o-linear-gradient(left, #e86c00, #e10c11);
  background: linear-gradient(to right, #e86c00, #e10c11);
  padding: 50px 0px;
}
@media only screen and (max-width: 750px) {
  footer .footer-t {
    padding: 0.7rem 0 0.7rem;
  }
}
footer .footer-t .wrapper {
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 750px) {
  footer .footer-t .wrapper {
    padding: 0 0.4rem;
  }
}
footer .footer-t .footer-content {
  width: 65%;
  padding-right: 15px;
}
@media only screen and (max-width: 750px) {
  footer .footer-t .footer-content {
    width: 100%;
    padding-right: 0;
  }
}
footer .footer-t .footer-button {
  margin: 0;
  width: 35%;
  padding-left: 5px;
  padding-top: 20px;
  margin-top: -26px;
}
@media only screen and (max-width: 750px) {
  footer .footer-t .footer-button {
    width: 72%;
    padding-left: 0;
    position: relative;
    left: 32%;
    margin-top: -1.2rem;
    padding-top: 0;
  }
}

footer .footer-info {
  background: #fff;
}

footer .footer-button a {
  display: block;
}

footer .footer-button a:before {
  width: 80%;
  height: 80%;
  bottom: -10px;
  border-radius: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .footer-button a:hover:before {
  width: 80%;
  height: 80%;
  border-radius: 5%;
  bottom: -15px;
  background: #e93a10;
}

footer .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  background: #fff;
}

footer .footer-link__l {
  width: 40%;
  padding-right: 70px;
  margin-top: -16px;
}
@media only screen and (min-width: 751px) and (max-width: 1399px) {
  footer .footer-link__l {
    width: 35%;
    padding-right: 0.35rem;
    margin-top: -0.16rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-link__l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.35rem;
    margin-top: 0;
  }
  footer .footer-link__l img {
    width: 5rem;
    margin: 0 auto;
    position: relative;
    left: 0.15rem;
  }
}

footer .footer-link__r {
  width: 60%;
}
@media only screen and (min-width: 751px) and (max-width: 1399px) {
  footer .footer-link__r {
    width: 65%;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-link__r {
    width: 100%;
    padding-right: 0;
  }
}

footer .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  footer .list-link {
    margin: 0 -45px;
  }
}

footer .list-link .list-link__item {
  width: 50%;
  padding: 0 3px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 750px) {
  footer .list-link .list-link__item {
    padding: 0 0.03rem;
    margin-bottom: 0.04rem;
  }
}

footer .list-link .list-link__item a {
  font-size: 29.12px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.13;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 35px 15px;
  font-style: italic;
}
@media only screen and (min-width: 751px) and (max-width: 1399px) {
  footer .list-link .list-link__item a {
    font-size: 19.12px;
    padding: 25px 5px;
  }
}
@media only screen and (max-width: 750px) {
  footer .list-link .list-link__item a {
    font-size: 0.2912rem;
    padding: 0.34rem 0.2rem;
  }
}

footer .footer-link a span {
  position: relative;
  z-index: 2;
}

footer .list-link .list-link__item a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ec6c00), to(#e50c11));
  background: -o-linear-gradient(left, #ec6c00, #e50c11);
  background: linear-gradient(to right, #ec6c00, #e50c11);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media only screen and (max-width: 750px) {
  footer .list-link .list-link__item a:after {
    -webkit-transform: skewX(-23deg);
        -ms-transform: skewX(-23deg);
            transform: skewX(-23deg);
  }
}
footer .list-link .list-link__item a:hover:after {
  background: -webkit-gradient(linear, left top, right top, from(#e50c11), to(#ec6c00));
  background: -o-linear-gradient(left, #e50c11, #ec6c00);
  background: linear-gradient(to right, #e50c11, #ec6c00);
}

footer .list-link .list-link__item:nth-child(2n) a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #ec6c00), to(#e50c11));
  background: -o-linear-gradient(left, #ec6c00 30%, #e50c11 100%);
  background: linear-gradient(to right, #ec6c00 30%, #e50c11 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media only screen and (max-width: 750px) {
  footer .list-link .list-link__item:nth-child(2n) a:after {
    -webkit-transform: skewX(-23deg);
        -ms-transform: skewX(-23deg);
            transform: skewX(-23deg);
  }
}
footer .list-link .list-link__item:nth-child(2n) a:hover:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #e50c11), to(#ec6c00));
  background: -o-linear-gradient(left, #e50c11 30%, #ec6c00 100%);
  background: linear-gradient(to right, #e50c11 30%, #ec6c00 100%);
}

footer .list-link .list-link__item:nth-child(3n),
footer .list-link .list-link__item:nth-child(4n) {
  position: relative;
  left: -18px;
}
@media only screen and (max-width: 750px) {
  footer .list-link .list-link__item:nth-child(3n),
footer .list-link .list-link__item:nth-child(4n) {
    left: 0;
  }
}

footer .footer-link a {
  text-align: center;
  font-weight: 900;
  text-decoration: underline;
}

footer .footer-link .footyellow {
  color: #000;
  background-color: gold;
  width: 300px;
}

footer .footer-link .footred {
  color: #fff;
  background: #e93a10;
  /*padding-right: 50px;
  padding-left: 50px;*/
}

footer .footer-link span {
  display: inline-block;
  text-decoration: none;
}

footer {
  position: relative;
  z-index: 2;
}
footer .footer-linkother {
  background: #f08600;
  padding: 27px 0;
}
@media only screen and (max-width: 750px) {
  footer .footer-linkother {
    padding: 0.39rem 0 0;
  }
}
footer .footer-linkother__l {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 750px) {
  footer .footer-linkother__l {
    width: 100%;
  }
}
footer .footer-linkother__r {
  width: 250px;
  color: #ffffff;
}
@media only screen and (max-width: 750px) {
  footer .footer-linkother__r {
    width: 100%;
  }
}
footer .footer-linkother .wrapper {
  max-width: 1347px;
  padding: 0 15px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  footer .footer-linkother .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
footer .footer-linkother a {
  font-size: 15.35px;
  font-weight: 500;
  color: #ffffff;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", Serif;
}
footer .footer-linkother a img {
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  footer .footer-linkother a {
    font-size: 0.22rem;
    width: 100%;
    display: inline-block;
    position: relative;
  }
  footer .footer-linkother a:after {
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    border-top: 0.02rem solid #fff;
    border-right: 0.02rem solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 0rem;
  }
}
footer .footer-linkother .txt-top {
  margin-bottom: 23px;
  font-family: "YakuHanJP_Noto," "Noto Sans JP", serif;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  footer .footer-linkother .txt-top {
    margin-bottom: 0.3rem;
    border-bottom: 0.04rem solid #fff;
    padding: 0 0.54rem 0.28rem;
  }
}
footer .footer-linkother__bt a {
  width: 328px;
  padding: 20px 15px;
  background: #fff000;
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-family: "YakuHanJP_Noto", "Noto Sans JP", serif;
  color: #231815;
}
@media only screen and (max-width: 750px) {
  footer .footer-linkother__bt a {
    width: 100%;
    padding: 0.35rem 0.6rem;
  }
}
footer .footer-linkother__bt a:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 19px;
}
@media only screen and (max-width: 750px) {
  footer .footer-linkother__bt a:after {
    width: 0.24rem;
    height: 0.24rem;
    border-top-width: 0.04rem;
    border-right-width: 0.04rem;
    right: 0.5rem;
  }
}
footer .footer-linkother__bt a:hover {
  color: #231815;
  background: #ffffff;
}
footer .footer-linkother__bt a:hover:after {
  border-top-color: #231815;
  border-right-color: #231815;
}
footer .list-linkother {
  padding-left: 15px;
}
@media only screen and (max-width: 750px) {
  footer .list-linkother {
    padding-left: 0;
  }
}
footer .list-linkother__item {
  margin-bottom: 18px;
}
@media only screen and (max-width: 750px) {
  footer .list-linkother__item {
    margin-bottom: 0.34rem;
    border-bottom: 0.04rem solid #fff;
    padding: 0 0.53rem 0.29rem;
  }
  footer .list-linkother__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  footer .list-socials {
    margin-bottom: 0.3rem;
    padding: 0 0 0 0.6rem;
    border-bottom: 0.04rem solid #fff;
  }
}
footer .list-socials__item {
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  footer .list-socials__item {
    margin-bottom: 0.3rem;
    padding-bottom: 0.25rem;
    border-bottom: 0.04rem solid #fff;
  }
  footer .list-socials__item:last-child {
    border-bottom: 0;
  }
}
footer .list-socials__item:last-child {
  margin-bottom: 0;
}
footer .list-socials__item .twitter img {
  width: 27px;
}
@media only screen and (max-width: 750px) {
  footer .list-socials__item .twitter img {
    width: 0.48rem;
  }
}
footer .list-socials__item .instagram img {
  width: 25px;
}
@media only screen and (max-width: 750px) {
  footer .list-socials__item .instagram img {
    width: 0.4rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .list-socials__item a {
    width: calc(100% - 0.5rem);
  }
}
footer .footer-link .wrapper {
  max-width: 1370px;
  padding: 0 15px;
}
footer .back-top {
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: -57px;
}
@media only screen and (max-width: 750px) {
  footer .back-top {
    top: auto;
    bottom: -0.75rem;
    right: 0.16rem;
  }
}
footer .back-top img {
  width: 63px;
}
@media only screen and (max-width: 750px) {
  footer .back-top img {
    width: 0.84rem;
  }
}

/**/
footer .list-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-copyright {
  display: block;
  width: 100%;
  color: #636363;
}

footer .footer-button li {
  margin-bottom: 14px;
  display: inline-block;
}
@media only screen and (min-width: 751px) and (max-width: 1399px) {
  footer .footer-button li {
    margin-bottom: 0.2rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-button li {
    margin-bottom: 0.1rem;
  }
}
footer .footer-button li:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 1400px) {
  footer {
    /*margin-top: -11px;*/
    /*padding-top: 277px;*/
    /*background: url("../img/common/footer_bg.png") center top/1920px auto no-repeat;*/
  }

  footer .wrapper {
    padding-left: 40px;
  }

  footer .footer-button {
    margin: 40px 0 0 50px;
  }

  footer .footer-button a {
    margin-bottom: 12px;
  }

  footer .footer-button a:before {
    width: 120px;
    height: 120px;
    bottom: -30px;
    border-radius: 50%;
  }

  footer .footer-link {
    font-size: 15.6px;
    margin: 57px 0 51px;
    /* padding: 23px 0 12px; */
  }

  footer .footer-link a {
    padding: 23px 0 13px;
  }

  footer .footer-info {
    width: 1220px;
    padding: 25px 0;
  }

  footer .list-partners {
    left: 6px;
    top: 11px;
  }

  footer .list-partners li {
    margin-right: 14px;
    width: 50px;
  }

  footer .list-partners li:last-child {
    width: 66px;
    padding-top: 1px;
  }

  footer .list-social a {
    width: 28px;
    height: 28px;
    margin: 0 18.5px;
  }

  footer .list-social a:before {
    width: 20px;
    height: 20px;
  }

  footer .footer-copyright {
    margin: 5px 15px 5px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1399px) {
  /*footer {*/
  /*  margin-top: -0.11rem;*/
  /*  padding-top: 2.77rem;*/
  /*  background: url("../img/common/footer_bg.png") center top/19.2rem auto no-repeat;*/
  /*}*/
  footer .footer-content {
    width: 6.62rem;
  }

  footer .wrapper {
    padding-left: 0.4rem;
  }

  footer .footer-button {
    margin: 0.4rem 0 0 0.5rem;
  }

  footer .footer-button a {
    margin-bottom: 0.27rem;
  }

  footer .footer-button a:before {
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    bottom: -0.3rem;
  }

  footer .footer-link {
    font-size: 0.156rem;
    margin: 60px 0;
    /*margin-top: 0.52rem;*/
    /* padding: 0.23rem 0 0.14rem; */
  }

  footer .footer-info {
    width: 12.2rem;
    padding: 0.25rem 0;
  }

  footer .list-partners {
    left: 0.06rem;
    top: 0.11rem;
  }

  footer .list-partners li {
    margin-right: 0.14rem;
    width: 0.5rem;
  }

  footer .list-partners li:last-child {
    width: 0.66rem;
    padding-top: 0.01rem;
  }

  footer .list-social a {
    width: 0.28rem;
    height: 0.28rem;
    margin: 0 0.185rem;
  }

  footer .list-social a:before {
    width: 0.2rem;
    height: 0.2rem;
  }

  footer .footer-copyright {
    margin: 0.23rem 0.15rem 0.05rem;
    font-size: 0.14rem;
  }
}
@media print, (min-width: 751px) {
  footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .footer-button a {
    display: block;
  }

  footer .footer-button a:before {
    background: #fff;
  }

  footer .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }

  footer .list-partners {
    position: absolute;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  footer .list-partners li {
    display: block;
  }

  footer .footer-copyright {
    color: #636363;
    text-align: right;
    font-weight: 500;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1099px) {
  footer .footer-link,
footer .footer-copyright {
    font-size: 0.19rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-button a:before {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/top/shadow_white.png") center/cover no-repeat;
    opacity: 0;
  }

  footer .footer-button a:hover:before {
    width: 200px;
    height: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -70px;
    background: url("../img/top/shadow_white.png") center/cover no-repeat;
    opacity: 0.4;
  }

  footer .list-social a:before {
    width: 40px;
    height: 40px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/top/shadow_black.png") center/cover no-repeat;
  }

  footer .list-social a:hover:before {
    width: 40px;
    height: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -17px;
    background: url("../img/top/shadow_black.png") center/cover no-repeat;
    opacity: 0.4;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-button {
    margin-top: 0.48rem;
  }

  footer .footer-button a {
    margin: 0 0.1rem 0.11rem;
  }
  footer .footer-button li:last-child a {
    margin-bottom: 0;
  }

  footer .footer-button a:before {
    width: 1.4rem;
    height: 1.4rem;
    opacity: 0;
  }

  footer .footer-button a:hover:before {
    opacity: 0.4;
    bottom: -0.5rem;
  }

  footer .footer-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.16rem;
    margin-top: 0.23rem;
    overflow: hidden;
  }

  footer .footer-link a {
    width: 100%;
    margin-bottom: 0.1rem;
  }

  footer .footer-link a:last-child {
    margin-bottom: 0;
  }

  footer .footer-link .footyellow {
    width: 100%;
  }

  footer .footer-info {
    padding: 0.1rem 0 0.27rem;
  }

  footer .list-social a {
    margin: 0 0.4rem;
    width: 0.6rem;
  }

  footer .list-social a:before {
    width: 0.4rem;
    height: 0.4rem;
  }

  footer .list-partners {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .list-partners li {
    width: 0.82rem;
    margin: 0.35rem 0.11rem 0.41rem;
  }

  footer .list-partners li:last-child {
    width: 1.06rem;
  }

  footer .footer-copyright {
    text-align: center;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 374px) {
  footer .footer-link {
    font-size: 0.235rem;
    /* padding-left: 5%;
    padding-right: 5%; */
    line-height: 1.5;
    margin-top: 0.32rem;
  }

  footer .footer-link a {
    padding-left: 5%;
    padding-right: 5%;
  }

  footer .footer-copyright {
    font-size: 0.235rem;
    padding-left: 10%;
    padding-right: 10%;
  }
}
/* MODULES
 * ----------------------------------------------- */
.common-hover {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.common-hover:before {
  background: #009f8d;
  content: "";
  display: inline-block;
  position: absolute;
  -webkit-filter: blur(20px) brightness(0);
          filter: blur(20px) brightness(0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.common-hover .hover-content {
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.common-hover:hover:before {
  opacity: 1;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.common-hover:hover .hover-content {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.th {
  display: table-caption;
}

.td {
  display: table-cell;
}

.td-va {
  display: table-cell;
  vertical-align: middle;
}

.lightbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 86, 51, 0.8)), to(rgba(255, 128, 25, 0.8)));
  background: -o-linear-gradient(left, rgba(255, 86, 51, 0.8) 0%, rgba(255, 128, 25, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 86, 51, 0.8) 0%, rgba(255, 128, 25, 0.8) 100%);
  z-index: 1000;
}

.lightbox .wrapper {
  width: 100%;
  height: 100%;
}

.lightbox .lightbox-window {
  background: white;
  margin: auto;
  overflow: auto;
  position: relative;
}

.lightbox .lightbox-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lightbox .lightbox-close {
  position: absolute;
  cursor: pointer;
  background: #fff url("../img/common/ico_close.png") center/contain no-repeat;
}

.lightbox .lightbox-closeB {
  position: absolute;
  cursor: pointer;
  background: url("../img/common/ico_closeB.png") center/contain no-repeat;
}

.lightbox .is-left {
  width: 50%;
}

.lightbox .is-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lightbox .topic-link .item-title {
  margin-right: 0;
}

@media print, (min-width: 1400px) {
  .lightbox .lightbox-window {
    width: 1330px;
    height: 1220px;
    max-height: 80vh;
    background: url("../img/instructor/light_bg.png") center top/1920px auto no-repeat;
  }

  .lightbox .lightbox-content {
    padding: 80px 18px 0 83px;
  }

  .lightbox .is-right {
    margin-top: 175px;
  }

  .lightbox .topic-item {
    margin-bottom: 47px;
  }

  .lightbox .lightbox-close {
    width: 50px;
    height: 50px;
    top: 36px;
    right: 74px;
  }

  .lightbox .lightbox-closeB {
    width: 50px;
    height: 50px;
    top: 36px;
    right: 74px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1399px) {
  .lightbox .lightbox-window {
    width: 13.3rem;
    height: 12.2rem;
    max-height: 80vh;
  }

  .lightbox .lightbox-content {
    padding: 0.8rem 0.18rem 0 0.83rem;
  }

  .lightbox .is-right {
    margin-top: 1.75rem;
  }

  .lightbox .topic-item {
    margin-bottom: 0.47rem;
  }

  .lightbox .lightbox-close {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.36rem;
    right: 0.74rem;
  }

  .lightbox .lightbox-closeB {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.36rem;
    right: 0.74rem;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1099px) {
  .lightbox .lightbox-content {
    padding-left: 0.63rem;
    padding-right: 0.08rem;
  }
}
@media only screen and (max-width: 750px) {
  .lightbox .lightbox-window {
    width: 7.27rem;
    height: 12.22rem;
    max-height: 90vh;
  }

  .lightbox .lightbox-content {
    padding: 0.38rem 0.26rem 0 0.4rem;
  }

  .lightbox .topic-item {
    margin-bottom: 0.6rem;
  }

  .lightbox .is-right {
    margin-top: 1.9rem;
  }

  .lightbox .lightbox-close {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.37rem;
    right: 0.77rem;
  }

  .lightbox .lightbox-closeB {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.37rem;
    right: 0.77rem;
  }
}
@media only screen and (max-width: 374px) {
  .lightbox .lightbox-content {
    padding: 0.38rem 0.1rem 0 0.2rem;
  }
}
.wow {
  visibility: hidden;
}

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

@media print {
  .wow {
    visibility: visible !important;
  }
}
@-webkit-keyframes fade-in-down {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes line-keyvisual {
  0% {
    opacity: 0;
    top: 144.79%;
    left: 130%;
  }
  100% {
    opacity: 1;
    top: 0;
    left: 50%;
  }
}
@-webkit-keyframes line-keyvisual-md {
  0% {
    opacity: 0;
    top: 144.79%;
    left: 130%;
  }
  10% {
    opacity: 1;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@keyframes line-keyvisual-md {
  0% {
    opacity: 0;
    top: 144.79%;
    left: 130%;
  }
  10% {
    opacity: 1;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@-webkit-keyframes line-keyvisual-sm {
  0% {
    opacity: 0;
    top: 83%;
    left: 200%;
  }
  10% {
    opacity: 1;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@keyframes line-keyvisual-sm {
  0% {
    opacity: 0;
    top: 83%;
    left: 200%;
  }
  10% {
    opacity: 1;
  }
  100% {
    top: 0;
    left: 50%;
  }
}
@-webkit-keyframes skew-left {
  0% {
    position: relative;
    left: -700px;
    top: 123px;
    opacity: 0;
  }
  100% {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
  }
}
@keyframes skew-left {
  0% {
    position: relative;
    left: -700px;
    top: 123px;
    opacity: 0;
  }
  100% {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes skew-right {
  0% {
    position: relative;
    right: -700px;
    top: -123px;
    opacity: 0;
  }
  100% {
    position: relative;
    right: 0;
    top: 0;
    opacity: 1;
  }
}
@keyframes skew-right {
  0% {
    position: relative;
    right: -700px;
    top: -123px;
    opacity: 0;
  }
  100% {
    position: relative;
    right: 0;
    top: 0;
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  animation-name: fade-in;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  animation-name: fade-in-up;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.skew-left {
  -webkit-animation-name: skew-left;
  animation-name: skew-left;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.skew-right {
  -webkit-animation-name: skew-right;
  animation-name: skew-right;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.keyvisual-fade {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@media print, (min-width: 751px) {
  .keyvisual-fade {
    -webkit-animation-name: line-keyvisual-md;
    animation-name: line-keyvisual-md;
  }
}
@media only screen and (max-width: 750px) {
  .keyvisual-fade {
    -webkit-animation-name: line-keyvisual-sm;
    animation-name: line-keyvisual-sm;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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: 0;
}

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

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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:after, .slick-track:before {
  display: table;
  content: "";
}

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

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

.slick-slide {
  display: none;
  float: left;
  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;
}

.lnk-btn__w {
  position: relative;
  z-index: 3;
  border-radius: 0.625vw;
  background: #fff;
  -webkit-box-shadow: 0 0.75em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.75em 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0.5em;
}
@media screen and (max-width: 750px) {
  .lnk-btn__w {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.3125em;
    background: #fff;
    -webkit-box-shadow: 0 0.375em 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.375em 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    padding: 0.25em;
  }
}
.lnk-btn__w:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.5vw solid #e8f0f3;
  border-radius: 0vw;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 750px) {
  .lnk-btn__w:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.25em solid #e8f0f3;
    border-radius: 0em;
    z-index: 1;
  }
}
@media only screen and (min-width: 751px) {
  .lnk-btn:hover .lnk-btn__w {
    -webkit-box-shadow: 0 0.375em 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.375em 0 rgba(0, 0, 0, 0.16);
    -webkit-transform: translate3d(0, 0.375em, 0);
            transform: translate3d(0, 0.375em, 0);
  }
  .lnk-btn:hover .lnk-btn__w:before {
    border-color: #ffffff;
  }
}
@media only screen and (min-width: 751px) {
  .lnk-btn--nohover:hover .lnk-btn__w {
    -webkit-box-shadow: 0 0.75em 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.75em 0 rgba(0, 0, 0, 0.16);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .lnk-btn--nohover:hover .lnk-btn__w:before {
    border-color: #e8f0f3;
  }
}
@media screen and (max-width: 750px) {
  .lnk-btn--notsp .lnk-btn__w {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
  .lnk-btn--notsp .lnk-btn__w:before {
    content: none;
  }
}

/*# sourceMappingURL=slick.min.css.map */
/*# sourceMappingURL=common.css.map */
/*# sourceMappingURL=map/common.css.map */