@charset "UTF-8";
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #333333;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

a {
  color: #ffffff;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}

.btn {
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0.1em;
  border: none;
  cursor: pointer;
  display: block;
  border: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  padding: 0;
  width: 248px;
  height: 58px;
  border-radius: 14px;
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.25em;
    border-radius: 10px;
    height: 50px;
  }
}

.btn.red {
  background: #e9840c;
  color: #ffffff;
}

.btn.brown {
  background: #bfbfbf;
  color: #6b707b;
}

@media (hover: hover) {
  .btn:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.form {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .form {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .form {
    margin-top: 15px;
  }
}

.form__block {
  width: 100%;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .form__block {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .form__block {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .form__block .form__checkblock .form__check {
    width: calc( 50% - 4px);
    margin-right: 0;
  }
}

.form__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .form__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
  }
}

.form__row:first-child {
  margin-top: 0;
}

.form__row:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form__row:first-child .form__label {
  width: 208px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .form__row:first-child .form__label {
    width: 100%;
  }
}

.form__row:first-child .form__checkblock {
  width: calc( 100% - 208px);
}

@media (max-width: 767px) {
  .form__row:first-child .form__checkblock {
    width: 100%;
  }
}

.form__row:nth-child(3), .form__row:nth-child(5) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form__row--colspan .form__col {
  width: 100%;
}

.form__footer {
  background: #cceaff;
  border-radius: 26px;
  padding: 30px 50px;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .form__footer {
    padding: 15px;
    border-radius: 10px;
    margin-top: 25px;
  }
}

.form__footer .form__row {
  margin-top: 10px;
}

.form__footer .form__row:first-child {
  margin-top: 0;
}

.form__footer .form__checklabel {
  font-size: 1em;
  line-height: 1.375;
}

.form__footer .form__checklabel::before {
  border: 1px solid #e9840c;
}

.form__col {
  width: 465px;
}

@media (max-width: 1199px) {
  .form__col {
    width: 45%;
  }
}

@media (max-width: 991px) {
  .form__col {
    width: 100%;
    margin-top: 25px;
  }
  .form__col:first-child {
    margin-top: 0;
  }
}

.form__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form__label {
  font-size: 1.25em;
  font-weight: 700;
  color: #1646a0;
  display: inline-block;
  line-height: 54px;
  width: 130px;
  text-align: left;
}

@media (max-width: 767px) {
  .form__label {
    font-size: 1em;
    width: 100%;
    line-height: 1;
    padding-bottom: 10px;
  }
}

.form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 130px);
  height: 54px;
  font-size: 1em;
  font-weight: 500;
  background-color: #ffffff;
  line-height: 1.5;
  color: #666666;
  border: 1px solid rgba(169, 169, 169, 0.26);
  padding: 0px 15px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .form__input {
    width: 100%;
  }
}

.form__input:disabled, .form__input[disabled] {
  background: #ffffff;
  cursor: not-allowed;
  color: #666666;
}

.form__input::-webkit-input-placeholder {
  color: #666666;
}

.form__input::-moz-placeholder {
  color: #666666;
}

.form__input:-ms-input-placeholder {
  color: #666666;
}

.form__input::-ms-input-placeholder {
  color: #666666;
}

.form__input::placeholder {
  color: #666666;
}

.form__checkblock {
  text-align: left;
  margin-top: -10px;
}

.form__checkblock .form__check {
  margin-top: 10px;
  margin-right: 14px;
}

@media (max-width: 1199px) {
  .form__checkblock .form__check {
    margin-right: 10px;
  }
}

.form__checkblock .form__check:last-child {
  margin-right: 0;
}

.form__check {
  padding-left: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.form__checkbox {
  display: none;
}

.form__checkbox:disabled + label::before,
.form__checkbox[disabled] + label::before {
  background: #eeeeee;
}

.form__checkbox:checked + label::before {
  background: #e9840c;
  border-color: #e9840c;
}

.form__checkbox:checked + label::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  position: absolute;
  left: -33px;
  top: 4px;
  z-index: 2;
  background: url("../images/check.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.form__checklabel {
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  color: #353e49;
  cursor: pointer;
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {
  .form__checklabel {
    font-size: 1em;
  }
}

.form__checklabel::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(169, 169, 169, 0.26);
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -36px;
  z-index: 1;
}

.form__checklabel span {
  display: inline-block;
}

.form__checklabel a {
  color: #e9840c;
  text-decoration: underline;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.form__checklabel a:hover {
  opacity: 0.8;
}

.form__checklabel .form__input {
  width: 100px;
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #bababa;
  height: 24px;
  margin-left: 8px;
  padding: 0 0 6px;
}

.form__verify {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .form__verify {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .form__verify {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.form__verify-item {
  width: 175px;
}

@media (max-width: 767px) {
  .form__verify-item {
    width: calc(100% - 176px);
  }
}

.form__verify-img {
  width: 144px;
  padding-left: 16px;
  padding-right: 16px;
}

.form__verify-img img {
  display: block;
}

.form__verify-reflash {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url("../images/reflash.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.form__verify .form__input {
  width: 100%;
}

.form__address {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 130px);
}

@media (max-width: 991px) {
  .form__address {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .form__address {
    width: 100%;
  }
}

.form__address-item {
  width: calc( (50% - 120px) / 3);
  margin-left: 10px;
}

@media (max-width: 991px) {
  .form__address-item {
    width: calc( (100% - 20px) / 3);
  }
}

@media (max-width: 413px) {
  .form__address-item {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.form__address-item:first-child {
  margin-left: 0;
}

@media (max-width: 413px) {
  .form__address-item:first-child {
    margin-top: 0;
  }
}

.form__address-item:last-child {
  width: calc( 100% - (50% - 120px));
}

@media (max-width: 991px) {
  .form__address-item:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.form__address-item input {
  width: 100%;
}

.form__selectitem {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 374px) {
  .form__selectitem {
    margin-left: 0;
    margin-top: 10px;
    margin-top: 0;
  }
}

.form__selectitem:first-child {
  margin-left: 0;
}

.form__selectitem::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  z-index: 1;
  width: 12px;
  height: 7px;
  background: url("../images/arrow.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 54px;
  line-height: 1.5;
  font-size: 1em;
  font-weight: 500;
  background-color: #ffffff;
  border: 1px solid rgba(169, 169, 169, 0.26);
  padding: 0px 25px 0 15px;
  border-radius: 8px;
  color: #666666;
}

.form__select::-ms-expand {
  display: none;
}

.form__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .form__btn {
    margin-top: 30px;
    padding: 0 15px;
  }
}

.form__btn .btn {
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .form__btn .btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.form__btn .btn:first-child {
  margin-left: 0;
}

.form__btn .btn:last-child {
  margin-right: 0;
}

.header h1 {
  display: none;
}

.navbar {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  padding-left: 175px;
  padding-right: 60px;
  z-index: 1030;
}

@media (max-width: 1799px) {
  .navbar {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media (max-width: 1599px) {
  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
    background-position: right -50px top;
  }
}

@media (max-width: 1399px) {
  .navbar {
    background-position: right -100px top;
  }
}

@media (max-width: 1199px) {
  .navbar {
    background-position: right -120px top;
  }
}

@media (max-width: 991px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    background: #fff;
  }
}

@media (max-width: 991px) {
  .navbar--active .navbar__toggle-box {
    padding-bottom: 2px;
    height: 36px;
  }
  .navbar--active .navbar__toggle-item:first-child {
    top: 17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar--active .navbar__toggle-item:nth-child(2) {
    display: none;
  }
  .navbar--active .navbar__toggle-item:last-child {
    top: 17px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.navbar--active .navbar__overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

@media (max-width: 991px) {
  .navbar--active .navbar__overlay {
    display: block;
  }
}

@media (max-width: 991px) {
  .navbar--active .navbar__body {
    top: 66px;
  }
}

.navbar__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .navbar__block {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .navbar__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 66px;
    position: relative;
    z-index: 11;
  }
  .navbar__head::before {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: 66px;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 4;
    background: #ffffff;
  }
}

@media (max-width: 767px) {
  .navbar__head::before {
    height: 59px;
  }
}

.navbar__logo {
  position: relative;
  display: block;
  width: 227px;
  height: 45px;
  z-index: 5;
  background-image: url("../images/logo.svg");
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .navbar__logo {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .navbar__logo {
    width: 183px;
    height: 38px;
    background-image: url("../images/logo-green.svg");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

.navbar__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.navbar__toggle {
  width: 30px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  margin-left: 15px;
  display: none;
}

@media (max-width: 991px) {
  .navbar__toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar__toggle {
    margin-left: 1rem;
  }
}

.navbar__toggle-item {
  display: block;
  width: 30px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.navbar__toggle-item:nth-child(2) {
  top: 19px;
}

.navbar__toggle-item:last-child {
  top: 25px;
}

.navbar__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .navbar__body {
    position: absolute;
    top: -100vh;
    right: 0;
    z-index: 10;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(100vh - 100px);
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}

.navbar__links {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/common/navbar-icon-1.png"), url("../images/common/navbar-icon-2.png"), #cceaff;
  background-size: 56px auto,56px auto;
  background-position: left 20px center,right 14px center;
  background-repeat: no-repeat,no-repeat;
  padding: 27px 94px 27px 110px;
}

@media (max-width: 1599px) {
  .navbar__links {
    padding-left: 70px;
    padding-right: 50px;
    background-size: 46px auto,46px auto;
    background-position: left 10px center,right 4px center;
  }
}

@media (max-width: 1399px) {
  .navbar__links {
    padding-top: 15px;
    padding-bottom: 15px;
    background-size: 36px auto,36px auto;
    background-position: left 10px center,right 4px center;
  }
}

@media (max-width: 1199px) {
  .navbar__links {
    padding-left: 15px;
    padding-right: 15px;
    background: #cceaff;
  }
}

@media (max-width: 991px) {
  .navbar__links {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar__links::before {
  content: " ";
  width: 6px;
  height: 10px;
  background-color: #cceaff;
  position: absolute;
  top: -10px;
  left: 50px;
}

@media (max-width: 991px) {
  .navbar__links::before {
    display: none;
  }
}

.navbar__links::after {
  content: " ";
  width: 6px;
  height: 10px;
  background-color: #cceaff;
  position: absolute;
  top: -10px;
  right: 50px;
}

@media (max-width: 991px) {
  .navbar__links::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    background: #009b63;
    margin-left: 0;
    padding: 0;
  }
}

.navbar__link {
  display: block;
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4494dd;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color,background;
  transition-property: color,background;
  margin-left: 27px;
  margin-right: 27px;
  position: relative;
}

@media (max-width: 1599px) {
  .navbar__link {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 1399px) {
  .navbar__link {
    font-size: 1.125em;
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (max-width: 1199px) {
  .navbar__link {
    font-size: 1em;
  }
}

@media (max-width: 991px) {
  .navbar__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    border-radius: 0;
    border-top: 1px solid #dbdbdb;
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.125em;
    color: #fff;
  }
  .navbar__link:first-child {
    border-top: none;
  }
}

.navbar__link::before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: url("../images/common/navbar-line.png");
  background-size: 4px auto;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: calc( 50% - 8px);
  left: -29px;
}

@media (max-width: 1599px) {
  .navbar__link::before {
    left: -18px;
  }
}

@media (max-width: 1399px) {
  .navbar__link::before {
    left: -14px;
  }
}

.navbar__link::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #ffffff;
  position: absolute;
  bottom: -10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width;
  transition-property: width;
}

.navbar__link:first-child {
  margin-left: 0;
}

.navbar__link:first-child::before {
  display: none;
}

.navbar__link:last-child {
  margin-right: 0;
}

@media (hover: hover) {
  .navbar__link:hover::after {
    width: 100%;
  }
}

.navbar__social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

@media (max-width: 1399px) {
  .navbar__social {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .navbar__social {
    padding-left: 5px;
  }
}

@media (max-width: 991px) {
  .navbar__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    padding: 0;
    border: none;
    border-radius: 0;
  }
}

.navbar__social-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #fff;
}

@media (max-width: 1199px) {
  .navbar__social-block {
    margin-left: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .navbar__social-block {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #dbdbdb;
    padding: 15px;
  }
}

.navbar__social-block:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.navbar__social a.navbar__social-title {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}

.navbar__social a.navbar__social-title:hover {
  color: #009b63;
}

.navbar__social-item {
  margin-left: 10px;
  width: 46px;
  height: 46px;
  display: inline-block;
  border-radius: 46px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (max-width: 1199px) {
  .navbar__social-item {
    width: 40px;
    height: 40px;
    margin-left: 5px;
  }
}

@media (max-width: 991px) {
  .navbar__social-item {
    margin-left: 10px;
  }
}

.navbar__social-item:first-child {
  margin-left: 0;
}

.navbar__social-item img {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .navbar__social-item:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.navbar .jsNavList .navbar__link-item:last-child {
  display: none;
}

.navbar .jsNavList:hover .navbar__link-item:first-child {
  display: none;
}

.navbar .jsNavList:hover .navbar__link-item:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer {
  background: #393a8d;
}

.footer__block {
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .footer__block {
    font-size: 0.875em;
  }
}

.footer__item {
  margin-left: 20px;
  display: inline-block;
}

@media (max-width: 767px) {
  .footer__item {
    margin-left: 0px;
    display: block;
  }
}

.footer__item:first-child {
  margin-left: 0;
}

.kv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 980px;
  padding-top: 148px;
}

@media (max-width: 1399px) {
  .kv {
    height: 840px;
  }
}

@media (max-width: 1199px) {
  .kv {
    height: 740px;
  }
}

@media (max-width: 991px) {
  .kv {
    padding-top: 80px;
    height: 840px;
  }
}

@media (max-width: 480px) {
  .kv {
    height: 166vw;
  }
}

@media (max-width: 374px) {
  .kv {
    height: 166vw;
  }
}

.kv .container {
  position: relative;
  z-index: 2;
}

.kv[data-status="0"] {
  background: url("../images/index/0/kv-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .kv[data-status="0"] {
    background: url("../images/index/0/kv-bg-sm.jpg"), #4fabff;
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .kv[data-status="0"] {
    background-size: 110% auto;
  }
}

.kv[data-status="0"] .kv__bar-top .zero {
  color: #ffeb64;
}

.kv[data-status="0"] .kv__bar-middle-item {
  width: 10.5%;
}

@media (max-width: 991px) {
  .kv[data-status="0"] .kv__bar-middle-item {
    width: 15%;
  }
}

@media (max-width: 767px) {
  .kv[data-status="0"] .kv__bar-middle-item {
    width: 17%;
  }
}

.kv[data-status="1"] {
  background: url("../images/index/200/kv-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .kv[data-status="1"] {
    background: url("../images/index/200/kv-bg-sm.jpg"), #4fabff;
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .kv[data-status="1"] {
    background-size: 110% auto;
  }
}

.kv[data-status="1"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index/200/kv-bg-2.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: ani-kv-deco 1s ease infinite;
          animation: ani-kv-deco 1s ease infinite;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@media (max-width: 991px) {
  .kv[data-status="1"]::before {
    background: url("../images/index/200/kv-bg-sm-2.png");
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .kv[data-status="1"]::before {
    background-size: 120% auto;
  }
}

.kv[data-status="1"] .kv__bar-top .two-hundred {
  color: #ffeb64;
}

.kv[data-status="1"] .kv__bar-middle-item {
  width: 40%;
}

@media (max-width: 991px) {
  .kv[data-status="1"] .kv__bar-middle-item {
    width: 42%;
  }
}

@media (max-width: 767px) {
  .kv[data-status="1"] .kv__bar-middle-item {
    width: 44%;
  }
}

.kv[data-status="2"] {
  background: url("../images/index/500/kv-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .kv[data-status="2"] {
    background: url("../images/index/500/kv-bg-sm.jpg"), #4fabff;
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .kv[data-status="2"] {
    background-size: 110% auto;
  }
}

.kv[data-status="2"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index/500/kv-bg-2.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: ani-kv-balloon 6s linear infinite;
          animation: ani-kv-balloon 6s linear infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@media (max-width: 991px) {
  .kv[data-status="2"]::before {
    background: url("../images/index/500/kv-bg-sm-2.png");
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .kv[data-status="2"]::before {
    background-size: 120% auto;
  }
}

.kv[data-status="2"] .kv__girl::after {
  content: "";
  display: block;
  width: 378px;
  height: 398px;
  background: url("../images/index/500/kv-light-1.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  top: -60px;
  left: 200px;
  z-index: 1;
  -webkit-animation: ani-kv-light-1 0.8s linear infinite;
          animation: ani-kv-light-1 0.8s linear infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@media (max-width: 1399px) {
  .kv[data-status="2"] .kv__girl::after {
    left: 160px;
    width: 310px;
    height: 330px;
  }
}

@media (max-width: 1199px) {
  .kv[data-status="2"] .kv__girl::after {
    width: 260px;
    height: 280px;
    top: -50px;
    left: 120px;
  }
}

@media (max-width: 991px) {
  .kv[data-status="2"] .kv__girl::after {
    width: 160px;
    height: 180px;
    top: -20px;
    left: 100px;
  }
}

@media (max-width: 480px) {
  .kv[data-status="2"] .kv__girl::after {
    width: 30vw;
    height: 34vw;
    top: -4vw;
    left: 17vw;
  }
}

.kv[data-status="2"] .kv__bar-top .five-hundred {
  color: #ffeb64;
}

.kv[data-status="2"] .kv__bar-middle-item {
  width: 70%;
}

.kv[data-status="3"] {
  background: url("../images/index/800/kv-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .kv[data-status="3"] {
    background: url("../images/index/800/kv-bg-sm.jpg"), #4fabff;
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .kv[data-status="3"] {
    background-size: 110% auto;
  }
}

.kv[data-status="3"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index/800/kv-bg-2.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: ani-kv-balloon 6s linear infinite;
          animation: ani-kv-balloon 6s linear infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@media (max-width: 991px) {
  .kv[data-status="3"]::before {
    background: url("../images/index/800/kv-bg-sm-2.png");
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .kv[data-status="3"]::before {
    background-size: 120% auto;
  }
}

.kv[data-status="3"] .kv__girl::after {
  content: "";
  display: block;
  width: 588px;
  height: 432px;
  background: url("../images/index/800/kv-light-2.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  top: -129px;
  left: 47px;
  z-index: 1;
  -webkit-animation: ani-kv-light-1 0.8s linear infinite;
          animation: ani-kv-light-1 0.8s linear infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@media (max-width: 1399px) {
  .kv[data-status="3"] .kv__girl::after {
    left: 50px;
    width: 440px;
    height: 450px;
    top: -100px;
  }
}

@media (max-width: 1199px) {
  .kv[data-status="3"] .kv__girl::after {
    width: 360px;
    height: 360px;
    top: -80px;
    left: 40px;
  }
}

@media (max-width: 991px) {
  .kv[data-status="3"] .kv__girl::after {
    width: 270px;
    height: 260px;
    top: -70px;
    left: 20px;
  }
}

@media (max-width: 767px) {
  .kv[data-status="3"] .kv__girl::after {
    top: -60px;
  }
}

@media (max-width: 480px) {
  .kv[data-status="3"] .kv__girl::after {
    width: 48vw;
    height: 48vw;
    top: -10vw;
    left: 4vw;
  }
}

.kv[data-status="3"] .kv__bar-top .eight-hundred {
  color: #ffeb64;
}

.kv[data-status="3"] .kv__bar-middle-item {
  width: calc( 100% - 8px);
}

.kv[data-status="3"] .kv__bar-middle-item::after {
  display: none;
}

.kv__block {
  width: 640px;
  margin-left: auto;
  margin-right: 20px;
  -webkit-animation: zoomIn 0.8s ease;
          animation: zoomIn 0.8s ease;
}

@media (max-width: 1399px) {
  .kv__block {
    width: 580px;
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .kv__block {
    width: 440px;
  }
}

@media (max-width: 991px) {
  .kv__block {
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .kv__block {
    width: 100%;
  }
}

.kv__title {
  background: url("../images/index/kv-title.png");
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 316px;
  text-indent: -9999px;
  position: relative;
  -webkit-animation: ani-kv-title 1s ease infinite;
          animation: ani-kv-title 1s ease infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@media (max-width: 1399px) {
  .kv__title {
    height: 280px;
  }
}

@media (max-width: 1199px) {
  .kv__title {
    height: 220px;
  }
}

@media (max-width: 480px) {
  .kv__title {
    width: 82%;
    height: 36vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.kv__text {
  background: url("../images/index/kv-text.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 472px;
  height: 66px;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .kv__text {
    width: 90%;
    height: 52px;
  }
}

@media (max-width: 480px) {
  .kv__text {
    height: 12vw;
  }
}

.kv__btn {
  display: block;
  background: url("../images/index/kv-btn.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 240px;
  height: 56px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  position: relative;
  z-index: 2;
}

@media (max-width: 480px) {
  .kv__btn {
    width: 190px;
    height: 44px;
  }
}

@media (max-width: 374px) {
  .kv__btn {
    width: 170px;
    height: 40px;
    margin-top: 10px;
  }
}

@media (hover: hover) {
  .kv__btn:hover {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.kv__girl {
  display: block;
  width: 814px;
  height: 490px;
  position: absolute;
  top: 74px;
  left: -165px;
  opacity: 0;
  -webkit-animation: fadeInLeft 0.8s ease;
          animation: fadeInLeft 0.8s ease;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 1399px) {
  .kv__girl {
    width: 650px;
    height: 390px;
    left: -110px;
  }
}

@media (max-width: 1199px) {
  .kv__girl {
    width: 520px;
    height: 320px;
    left: -30px;
    top: 30px;
  }
}

@media (max-width: 991px) {
  .kv__girl {
    width: 360px;
    height: 220px;
    top: 430px;
    left: calc( 50% - 200px);
  }
}

@media (max-width: 767px) {
  .kv__girl {
    top: 420px;
  }
}

@media (max-width: 480px) {
  .kv__girl {
    width: 64%;
    left: 18%;
    top: 76vw;
    height: 42vw;
  }
}

@media (max-width: 374px) {
  .kv__girl {
    top: 72vw;
  }
}

.kv__girl::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index/kv-girl.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: ani-kv-girl 1s ease infinite;
          animation: ani-kv-girl 1s ease infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@media (max-width: 480px) {
  .kv__girl::before {
    -webkit-animation-name: ani-kv-girl;
            animation-name: ani-kv-girl;
  }
}

.kv__bar {
  position: absolute;
  left: calc( 50% - 442px);
  bottom: -240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 1399px) {
  .kv__bar {
    bottom: -150px;
  }
}

@media (max-width: 1199px) {
  .kv__bar {
    bottom: -100px;
    left: calc( 50% - 452px);
  }
}

@media (max-width: 991px) {
  .kv__bar {
    width: 600px;
    left: calc( 50% - 300px);
    bottom: -320px;
  }
}

@media (max-width: 767px) {
  .kv__bar {
    width: 440px;
    left: calc( 50% - 220px);
    bottom: -320px;
  }
}

@media (max-width: 480px) {
  .kv__bar {
    width: calc( 100% - 30px);
    left: 15px;
    bottom: -55vw;
  }
}

@media (max-width: 374px) {
  .kv__bar {
    bottom: -50vw;
  }
}

.kv__bar-main {
  width: 100%;
}

@media (max-width: 991px) {
  .kv__bar-main {
    width: 100%;
  }
}

.kv__bar-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: 8px;
}

.kv__bar-top p {
  text-align: right;
  position: relative;
  color: #cae9fd;
  font-weight: 900;
  padding-right: 12px;
}

@media (max-width: 991px) {
  .kv__bar-top p {
    font-size: 0.875em;
  }
}

@media (max-width: 767px) {
  .kv__bar-top p {
    font-size: 0.75em;
  }
}

@media (max-width: 374px) {
  .kv__bar-top p {
    font-size: 3vw;
  }
}

.kv__bar-top p::before {
  content: attr(data-stroke);
  display: block;
  -webkit-text-stroke: 5px #1b4daf;
  text-stroke: 5px #1b4daf;
  position: absolute;
  z-index: -1;
  right: 12px;
}

@media (max-width: 767px) {
  .kv__bar-top p::before {
    -webkit-text-stroke: 3px #1b4daf;
    text-stroke: 3px #1b4daf;
    padding-left: 3em;
  }
}

@media (max-width: 480px) {
  .kv__bar-top p::before {
    padding-left: 0;
    padding-left: 7vw;
  }
}

@media (max-width: 413px) {
  .kv__bar-top p::before {
    padding-left: 5.5vw;
  }
}

@media (max-width: 374px) {
  .kv__bar-top p::before {
    padding-left: 3vw;
  }
}

.kv__bar-top p::after {
  content: " ";
  width: 4px;
  height: 10px;
  background: #1b4daf;
  position: absolute;
  right: 0;
  bottom: 4px;
}

.kv__bar-top .zero {
  width: auto;
}

.kv__bar-top .two-hundred {
  width: 29%;
}

@media (max-width: 991px) {
  .kv__bar-top .two-hundred {
    width: 28%;
  }
}

@media (max-width: 767px) {
  .kv__bar-top .two-hundred {
    padding-left: 3em;
  }
}

@media (max-width: 480px) {
  .kv__bar-top .two-hundred {
    padding-left: 7vw;
  }
}

@media (max-width: 413px) {
  .kv__bar-top .two-hundred {
    padding-left: 5.5vw;
  }
}

@media (max-width: 374px) {
  .kv__bar-top .two-hundred {
    padding-left: 3vw;
  }
}

.kv__bar-top .five-hundred {
  width: 29%;
}

@media (max-width: 991px) {
  .kv__bar-top .five-hundred {
    width: 28%;
  }
}

@media (max-width: 767px) {
  .kv__bar-top .five-hundred {
    padding-left: 3em;
  }
}

@media (max-width: 480px) {
  .kv__bar-top .five-hundred {
    padding-left: 7vw;
  }
}

@media (max-width: 413px) {
  .kv__bar-top .five-hundred {
    padding-left: 5.5vw;
  }
}

@media (max-width: 374px) {
  .kv__bar-top .five-hundred {
    padding-left: 3vw;
  }
}

.kv__bar-top .eight-hundred {
  width: 29%;
}

@media (max-width: 991px) {
  .kv__bar-top .eight-hundred {
    width: 28%;
  }
}

@media (max-width: 767px) {
  .kv__bar-top .eight-hundred {
    padding-left: 3em;
  }
}

@media (max-width: 480px) {
  .kv__bar-top .eight-hundred {
    padding-left: 7vw;
  }
}

@media (max-width: 413px) {
  .kv__bar-top .eight-hundred {
    padding-left: 5.5vw;
  }
}

@media (max-width: 374px) {
  .kv__bar-top .eight-hundred {
    padding-left: 3vw;
  }
}

.kv__bar-middle {
  background: -webkit-gradient(linear, left top, right top, from(#393a8d), to(#4b7bec));
  background: linear-gradient(to right, #393a8d 0%, #4b7bec 100%);
  height: 20px;
  border-radius: 50px;
  width: 850px;
  position: relative;
}

@media (max-width: 991px) {
  .kv__bar-middle {
    width: 100%;
  }
}

.kv__bar-middle-item {
  border-radius: 6px;
  position: absolute;
  top: 4px;
  left: 4px;
  height: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#68e0cf), to(#209cff));
  background: linear-gradient(to right, #68e0cf, #209cff 100%);
}

.kv__bar-middle-item::after {
  content: " ";
  background: url("../images/index/bar-deco.png");
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 90px;
  height: 88px;
  position: absolute;
  right: -75px;
  bottom: -40px;
  -webkit-animation: ani-kv-deco ease 1s infinite;
          animation: ani-kv-deco ease 1s infinite;
}

@media (max-width: 767px) {
  .kv__bar-middle-item::after {
    width: 60px;
    height: 50px;
    right: -50px;
    bottom: -18px;
  }
}

@media (max-width: 374px) {
  .kv__bar-middle-item::after {
    width: 50px;
    height: 40px;
    right: -44px;
    bottom: -14px;
  }
}

.kv__bar-arrow {
  background: url("../images/index/bar-arrow.png");
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 55px;
  height: 38px;
  margin-top: 17px;
}

@media (max-width: 767px) {
  .kv__bar-arrow {
    margin-top: 36px;
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .kv__bar-arrow {
    margin-top: 40px;
    width: 30px;
    height: 20px;
  }
}

.method {
  overflow: hidden;
  background: url("../images/index/method-bg_01.jpg"), url("../images/index/awards-bg-top.png"), url("../images/index/method-bg_02.jpg");
  background-size: auto,auto, auto;
  background-position: top center,bottom center, top center;
  background-repeat: no-repeat,no-repeat, repeat-y;
  padding-bottom: 180px;
  margin-top: -36px;
}

@media (max-width: 767px) {
  .method {
    background-size: auto, 1200px auto, auto;
    padding-bottom: 120px;
  }
}

@media (max-width: 480px) {
  .method {
    background-position: top center, bottom left calc(50% + 250px), top center;
  }
}

.method__title {
  position: relative;
  z-index: 1;
  width: 487px;
  height: 214px;
  margin: 0 auto;
  padding-top: 36px;
}

@media (max-width: 1399px) {
  .method__title {
    width: 380px;
    height: 184px;
  }
}

@media (max-width: 1199px) {
  .method__title {
    width: 320px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .method__title {
    width: 270px;
  }
}

.method__info {
  position: relative;
  text-align: center;
  padding-top: 66px;
  font-size: 1.25em;
  letter-spacing: 0.025em;
}

@media (max-width: 1399px) {
  .method__info {
    padding-top: 40px;
  }
}

@media (max-width: 1199px) {
  .method__info {
    width: 96%;
  }
}

@media (max-width: 991px) {
  .method__info {
    width: 100%;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .method__info {
    padding-top: 30px;
    font-size: 1em;
  }
}

.method__info-item {
  line-height: 1.5em;
}

.method__note {
  width: 14.64em;
  font-size: 1.25em;
  font-weight: 500;
  color: #f2f6ff;
  background: #8d9198;
  border-radius: 19px;
  text-align: center;
  letter-spacing: 0.025em;
  margin: 15px auto 0;
  padding: 7px 0;
}

@media (max-width: 991px) {
  .method__note {
    font-size: 1em;
  }
}

.method__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc( 100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .method__block {
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

.method__item {
  width: calc( 50% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .method__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
  .method__item:first-child {
    margin-top: 0;
  }
}

.method__item-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -43px;
}

@media (max-width: 1199px) {
  .method__item-btn {
    margin-top: -40px;
  }
}

@media (max-width: 480px) {
  .method__item-btn {
    margin-top: -8vw;
  }
}

@media (max-width: 1399px) {
  .method__item-btn img {
    height: 85px;
  }
}

@media (max-width: 1199px) {
  .method__item-btn img {
    height: 75px;
  }
}

@media (max-width: 991px) {
  .method__item-btn img {
    height: 65px;
  }
}

@media (max-width: 480px) {
  .method__item-btn img {
    height: 15vw;
  }
}

@media (hover: hover) {
  .method__item-btn:hover {
    -webkit-animation: ani-kv-title 0.8s ease infinite;
            animation: ani-kv-title 0.8s ease infinite;
  }
}

.method__item:first-child .method__item-box {
  background: #fef8d4;
}

.method__item:first-child .method__item-mission {
  background: #f3ac46;
}

.method__item:first-child .highlight {
  line-height: 1;
  font-size: 1.3571428571em;
  color: #e9840c;
  border-bottom: 2px solid #fbca91;
}

@media (max-width: 991px) {
  .method__item:first-child .highlight {
    line-height: 1.5;
  }
}

.method__item:nth-child(2) .method__item-box {
  background: #dbe6f8;
}

.method__item:nth-child(2) .method__item-mission {
  background: #6f93d1;
}

.method__item:nth-child(2) .highlight {
  line-height: 1.263157;
  font-size: 1.3571428571em;
  color: #164aa2;
  border-bottom: 2px solid #6f93d1;
}

.method__item-box {
  position: relative;
  height: 100%;
  border-radius: 39px;
  padding: 45px 34px 10px;
}

@media (max-width: 1399px) {
  .method__item-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .method__item-box {
    padding: 30px 15px 50px;
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .method__item-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  .method__item-box:first-child {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .method__item-box {
    padding-top: 15px;
  }
}

.method__item-mission {
  position: absolute;
  width: 134px;
  height: 66px;
  color: #ffffff;
  top: -12px;
  left: -12px;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  line-height: 1.5625;
  border-radius: 10em;
  border-bottom-right-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .method__item-mission {
    font-size: 1.75em;
    width: 120px;
    height: 60px;
  }
}

@media (max-width: 991px) {
  .method__item-mission {
    font-size: 1.5em;
    width: 100px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .method__item-mission {
    font-size: 1.25em;
    width: 80px;
    height: 40px;
    left: -8px;
  }
}

.method__item-title {
  font-size: 1.75em;
  font-weight: 900;
  color: #000000;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1.714285;
}

.method__item-title:nth-child(3) {
  line-height: 1.571428;
}

@media (max-width: 1399px) {
  .method__item-title {
    font-size: 1.5em;
  }
}

@media (max-width: 1199px) {
  .method__item-title {
    font-size: 1.375em;
  }
}

@media (max-width: 480px) {
  .method__item-title {
    font-size: 1.25em;
  }
}

.method__item-title .sm {
  font-size: 0.6428571em;
  color: #fde0ae;
  line-height: 0.8em;
  font-weight: 400;
}

.method__item-subtitle {
  text-align: center;
  margin-top: 15px;
}

.method__item-subtitle img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1399px) {
  .method__item-subtitle img {
    width: 280px;
  }
}

@media (max-width: 480px) {
  .method__item-subtitle img {
    width: 210px;
  }
}

.method__item-icon {
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .method__item-icon {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .method__item-icon img {
    width: 60px;
  }
}

@media (max-width: 480px) {
  .method__item-icon img {
    width: 50px;
  }
}

.method__item-step {
  background: #fff;
  padding: 15px 30px 20px;
  border-radius: 24px;
  margin-top: 14px;
}

@media (max-width: 480px) {
  .method__item-step {
    margin-top: 10px;
    padding: 15px 30px;
  }
}

@media (max-width: 374px) {
  .method__item-step {
    padding: 15px;
  }
}

.method__item-step-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .method__item-step-list {
    width: 15em;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .method__item-step-list {
    width: 14em;
  }
}

.method__item-step-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 248px;
  font-size: 1.25em;
  margin-top: 5px;
}

.method__item-step-list li:nth-child(1) {
  margin-top: 0;
}

.method__item-step-list li:nth-child(2) {
  margin-top: 0;
}

@media (max-width: 1399px) {
  .method__item-step-list li {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .method__item-step-list li {
    width: 100%;
  }
  .method__item-step-list li:nth-child(2) {
    margin-top: 5px;
  }
}

@media (max-width: 991px) {
  .method__item-step-list li {
    font-size: 1.125em;
  }
}

@media (max-width: 480px) {
  .method__item-step-list li {
    font-size: 1em;
  }
}

.method__item-step-list li:nth-child(even) {
  width: calc( 100% - 248px);
}

@media (max-width: 1399px) {
  .method__item-step-list li:nth-child(even) {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .method__item-step-list li:nth-child(even) {
    width: 100%;
  }
}

.method__item-step-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: #6f93d1;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .method__item-step-num {
    font-size: 1em;
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .method__item-step-num {
    font-size: 0.875em;
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}

.method__item-step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.method__item-step-title {
  font-size: 1.25em;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #19325d;
  margin: 0 10px;
  letter-spacing: 0.025em;
}

@media (max-width: 374px) {
  .method__item-step-title {
    font-size: 1.125em;
    margin: 0 6px;
  }
}

.method__item-step-arrow {
  color: #6f93d1;
}

@media (max-width: 374px) {
  .method__item-step-arrow {
    font-size: 0.8em;
  }
}

.method__wrap {
  width: 1277px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 1399px) {
  .method__wrap {
    width: 100%;
  }
}

.method__wrap-item {
  margin-left: auto;
  margin-right: auto;
  background: url("../images/index/method-wrap-bg_02.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  position: relative;
  padding-left: 56px;
  padding-right: 56px;
  padding-bottom: 86px;
}

@media (max-width: 1199px) {
  .method__wrap-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .method__wrap-item {
    margin-top: 4vw;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 374px) {
  .method__wrap-item {
    min-height: auto;
  }
}

.method__wrap-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 44px;
  background: url("../images/index/method-wrap-bg_01.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -44px;
}

@media (max-width: 1199px) {
  .method__wrap-item::before {
    height: 32px;
    top: -32px;
  }
}

@media (max-width: 767px) {
  .method__wrap-item::before {
    height: 3.4vw;
    top: -3.4vw;
  }
}

.method__wrap-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  background: url("../images/index/method-wrap-bg_04.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -34px;
}

@media (max-width: 1199px) {
  .method__wrap-item::after {
    height: 26px;
    bottom: -26px;
  }
}

@media (max-width: 991px) {
  .method__wrap-item::after {
    height: 2.6vw;
    bottom: -2.6vw;
  }
}

.method__people {
  position: relative;
}

.method__people::before {
  content: "";
  display: block;
  width: 298px;
  height: 342px;
  position: absolute;
  left: -228px;
  bottom: -165px;
  z-index: 1;
  background: url("../images/index/method-people-1.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (max-width: 1399px) {
  .method__people::before {
    width: 200px;
    height: 280px;
    left: -100px;
  }
}

@media (max-width: 991px) {
  .method__people::before {
    width: 140px;
    height: 162px;
    bottom: -100px;
    left: -60px;
  }
}

@media (max-width: 767px) {
  .method__people::before {
    width: 20vw;
    height: 23vw;
    left: -10vw;
    bottom: -16vw;
  }
}

.method__people::after {
  content: "";
  display: block;
  width: 298px;
  height: 342px;
  position: absolute;
  right: -238px;
  bottom: -195px;
  z-index: 1;
  background: url("../images/index/method-people-2.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (max-width: 1399px) {
  .method__people::after {
    width: 200px;
    height: 280px;
    right: -100px;
  }
}

@media (max-width: 991px) {
  .method__people::after {
    width: 140px;
    height: 162px;
    bottom: -100px;
    right: -60px;
  }
}

@media (max-width: 767px) {
  .method__people::after {
    width: 20vw;
    height: 23vw;
    right: -10vw;
    bottom: -16vw;
  }
}

.method__pillar {
  position: relative;
}

.method__pillar::before {
  content: "";
  display: block;
  width: 180px;
  height: 108px;
  position: absolute;
  left: 15px;
  bottom: -142px;
  background: url("../images/index/method-pillar.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 1399px) {
  .method__pillar::before {
    width: 140px;
    height: 84px;
    bottom: -114px;
  }
}

@media (max-width: 1199px) {
  .method__pillar::before {
    bottom: -108px;
  }
}

@media (max-width: 991px) {
  .method__pillar::before {
    width: 98px;
    height: 60px;
    bottom: -78px;
  }
}

@media (max-width: 767px) {
  .method__pillar::before {
    width: 11vw;
    height: 6.9vw;
    bottom: -9vw;
    left: 4vw;
  }
}

.method__pillar::after {
  content: "";
  display: block;
  display: block;
  width: 180px;
  height: 108px;
  position: absolute;
  right: 15px;
  bottom: -142px;
  background: url("../images/index/method-pillar.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 1399px) {
  .method__pillar::after {
    width: 140px;
    height: 84px;
    bottom: -114px;
  }
}

@media (max-width: 1199px) {
  .method__pillar::after {
    bottom: -108px;
  }
}

@media (max-width: 991px) {
  .method__pillar::after {
    width: 98px;
    height: 60px;
    bottom: -78px;
  }
}

@media (max-width: 767px) {
  .method__pillar::after {
    width: 11vw;
    height: 6.9vw;
    bottom: -9vw;
    right: 4vw;
  }
}

.method__step {
  padding-top: 132px;
}

@media (max-width: 1199px) {
  .method__step {
    padding-top: 100px;
  }
}

@media (max-width: 480px) {
  .method__step {
    padding-top: 60px;
  }
}

.method__step-title {
  text-align: center;
}

@media (max-width: 1399px) {
  .method__step-title img {
    width: 320px;
  }
}

@media (max-width: 1199px) {
  .method__step-title img {
    width: 270px;
  }
}

@media (max-width: 767px) {
  .method__step-title img {
    width: 230px;
  }
}

.method__step-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .method__step-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .method__step-block {
    margin-top: 15px;
  }
}

.method__step-item {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.3928571429;
  color: #2961b3;
  width: 332px;
  height: 135px;
  text-align: left;
  padding-top: 22px;
  background-size: 100% auto;
  background-position: left center;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .method__step-item {
    width: 270px;
    font-size: 1.375em;
    padding-top: 34px;
  }
}

.method__step-item:first-child {
  background-image: url("../images/index/method-step1.png");
  padding-left: 184px;
}

@media (max-width: 1199px) {
  .method__step-item:first-child {
    padding-left: 150px;
  }
}

.method__step-item:nth-child(3) {
  background-image: url("../images/index/method-step2.png");
  padding-left: 160px;
}

@media (max-width: 1199px) {
  .method__step-item:nth-child(3) {
    padding-left: 130px;
  }
}

.method__step-item:nth-child(5) {
  background-image: url("../images/index/method-step3.png");
  padding-left: 188px;
}

@media (max-width: 1199px) {
  .method__step-item:nth-child(5) {
    padding-left: 150px;
  }
}

.method__step-arrow {
  width: 36px;
  background-image: url("../images/index/arrow.png");
  background-size: 100% auto;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0px 10px;
}

@media (max-width: 1199px) {
  .method__step-arrow {
    width: 20px;
  }
}

@media (max-width: 991px) {
  .method__step-arrow {
    height: 34px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (max-width: 767px) {
  .method__step-icon img {
    width: 120px;
  }
}

.method__step-text {
  font-size: 1.75em;
  font-weight: 900;
  color: #2961b3;
}

@media (max-width: 991px) {
  .method__step-text {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .method__step-text {
    font-size: 1.25em;
  }
}

.awards {
  position: relative;
  background: url("../images/index/awards-bg.jpg"), #acdbfc;
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 55px;
}

@media (max-width: 1199px) {
  .awards {
    background-size: 1400px auto;
  }
}

@media (max-width: 991px) {
  .awards {
    overflow: hidden;
  }
}

.awards__title {
  -webkit-transform: translateY(-52px);
          transform: translateY(-52px);
  margin-bottom: -52px;
  text-align: center;
}

@media (max-width: 991px) {
  .awards__title {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-bottom: 0px;
  }
}

@media (max-width: 1399px) {
  .awards__title img {
    width: 320px;
  }
}

@media (max-width: 1199px) {
  .awards__title img {
    width: 270px;
  }
}

@media (max-width: 767px) {
  .awards__title img {
    width: 230px;
  }
}

.awards__wrap {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .awards__wrap {
    margin-top: 40px;
  }
}

.awards__wrap-item {
  margin-top: 60px;
  position: relative;
}

@media (max-width: 480px) {
  .awards__wrap-item {
    margin-top: 30px;
  }
}

.awards__wrap-item:first-child {
  margin-top: 0;
}

.awards__wrap-item:first-child::before {
  content: "";
  display: block;
  width: 80px;
  height: 188px;
  background: url("../images/index/awards-icon-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: -114px;
  z-index: 1;
}

@media (max-width: 1599px) {
  .awards__wrap-item:first-child::before {
    left: -24px;
  }
}

@media (max-width: 1399px) {
  .awards__wrap-item:first-child::before {
    top: 0;
    width: 68px;
    height: 160px;
    left: -15px;
  }
}

@media (max-width: 991px) {
  .awards__wrap-item:first-child::before {
    top: 60px;
    left: 15px;
  }
}

@media (max-width: 767px) {
  .awards__wrap-item:first-child::before {
    width: 18vw;
    height: 44vw;
    left: -1vw;
    top: -6vw;
  }
}

.awards__wrap-item:nth-child(2)::before {
  content: "";
  display: block;
  width: 48px;
  height: 168px;
  background: url("../images/index/awards-icon-2.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 180px;
  left: 40px;
  z-index: 1;
}

@media (max-width: 1399px) {
  .awards__wrap-item:nth-child(2)::before {
    top: 100px;
    width: 40px;
    height: 140px;
  }
}

@media (max-width: 991px) {
  .awards__wrap-item:nth-child(2)::before {
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .awards__wrap-item:nth-child(2)::before {
    width: 10vw;
    height: 34vw;
    left: -1vw;
    bottom: 48vw;
  }
}

.awards__wrap-item:nth-child(2)::after {
  content: "";
  display: block;
  width: 276px;
  height: 440px;
  background: url("../images/index/awards-icon-3.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  right: -70px;
  z-index: 1;
}

@media (max-width: 1599px) {
  .awards__wrap-item:nth-child(2)::after {
    right: -24px;
  }
}

@media (max-width: 1399px) {
  .awards__wrap-item:nth-child(2)::after {
    width: 200px;
    height: 320px;
  }
}

@media (max-width: 991px) {
  .awards__wrap-item:nth-child(2)::after {
    top: -60px;
  }
}

@media (max-width: 767px) {
  .awards__wrap-item:nth-child(2)::after {
    width: 26vw;
    height: 42vw;
    right: -12px;
    top: -20vw;
  }
}

.awards__subtitle {
  width: 1254px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -9999px;
}

@media (max-width: 1399px) {
  .awards__subtitle {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .awards__subtitle {
    height: 26px;
  }
}

.awards__subtitle--1 {
  background: url("../images/index/awards-subtitle-1.png");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.awards__subtitle--2 {
  background: url("../images/index/awards-subtitle-2.png");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.awards__block {
  margin-top: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1199px) {
  .awards__block {
    width: calc( 100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 991px) {
  .awards__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}

.awards__item {
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 1399px) {
  .awards__item {
    width: 360px;
  }
}

@media (max-width: 1199px) {
  .awards__item {
    width: 240px;
  }
}

@media (max-width: 991px) {
  .awards__item {
    width: 360px;
  }
}

@media (max-width: 480px) {
  .awards__item {
    width: 340px;
    max-width: 100%;
  }
}

.inside {
  background: url("../images/common/inside-bg.png"), -webkit-gradient(linear, left top, left bottom, from(#4fabff), to(#b7d9ff));
  background: url("../images/common/inside-bg.png"), linear-gradient(to bottom, #4fabff 0%, #b7d9ff 100%);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 104px;
}

@media (max-width: 1199px) {
  .inside {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .inside {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .inside {
    padding-top: 160px;
    padding-bottom: 10vw;
  }
}

@media (max-width: 480px) {
  .inside {
    padding-top: 130px;
  }
}

.inside .container {
  position: relative;
}

.inside .container::before {
  content: "";
  display: block;
  width: 108px;
  height: 80px;
  position: absolute;
  left: 124px;
  bottom: -104px;
  background: url("../images/common/inside-bg-2.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .inside .container::before {
    width: 98px;
    height: 82px;
    bottom: -90px;
  }
}

@media (max-width: 767px) {
  .inside .container::before {
    width: 11vw;
    height: 31vw;
    bottom: -10vw;
    left: 20vw;
  }
}

.inside .container::after {
  content: "";
  display: block;
  width: 108px;
  height: 80px;
  position: absolute;
  right: 124px;
  bottom: -104px;
  background: url("../images/common/inside-bg-2.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .inside .container::after {
    width: 98px;
    height: 82px;
    bottom: -90px;
  }
}

@media (max-width: 767px) {
  .inside .container::after {
    width: 11vw;
    height: 31vw;
    bottom: -10vw;
    right: 20vw;
  }
}

.inside__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.inside__title::before {
  content: "";
  display: block;
  width: 396px;
  height: 238px;
  background: url("../images/common/inside-title-girl.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-right: -20px;
}

@media (max-width: 1199px) {
  .inside__title::before {
    width: 300px;
    height: 180px;
  }
}

@media (max-width: 991px) {
  .inside__title::before {
    height: 156px;
  }
}

@media (max-width: 767px) {
  .inside__title::before {
    position: absolute;
    top: -90px;
    left: calc( 50% - 70px);
    z-index: 1;
    width: 140px;
    height: 90px;
  }
}

@media (max-width: 480px) {
  .inside__title::before {
    width: 100px;
    height: 60px;
    top: -55px;
    left: calc( 50% - 50px);
  }
}

.inside__title-item {
  text-indent: -9999px;
  width: 720px;
  height: 154px;
  background: url("../images/common/inside-title.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .inside__title-item {
    width: 600px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .inside__title-item {
    width: 400px;
    height: 196px;
    background: url("../images/index/kv-title.png");
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .inside__title-item {
    width: 80vw;
    height: 39.2vw;
  }
}

.inside__wrap {
  width: 1197px;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/common/inside-wrap-bg_02.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  position: relative;
  margin-top: 42px;
  padding-top: 40px;
  padding-bottom: 80px;
}

@media (max-width: 1399px) {
  .inside__wrap {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .inside__wrap {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    min-height: calc( 100vh - 390px);
  }
}

@media (max-width: 767px) {
  .inside__wrap {
    margin-top: 4vw;
    padding: 30px 15px;
    min-height: calc( 100vh - 400px);
  }
}

@media (max-width: 374px) {
  .inside__wrap {
    min-height: auto;
  }
}

.inside__wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  background: url("../images/common/inside-wrap-bg_01.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -36px;
}

@media (max-width: 1199px) {
  .inside__wrap::before {
    height: 30px;
    top: -30px;
  }
}

@media (max-width: 767px) {
  .inside__wrap::before {
    height: 3vw;
    top: -3vw;
  }
}

.inside__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url("../images/common/inside-wrap-bg_04.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -30px;
}

@media (max-width: 1199px) {
  .inside__wrap::after {
    height: 26px;
    bottom: -26px;
  }
}

@media (max-width: 991px) {
  .inside__wrap::after {
    height: 2.6vw;
    bottom: -2.6vw;
  }
}

.inside__subtitle {
  text-align: center;
}

@media (max-width: 991px) {
  .inside__subtitle img {
    height: 40px;
  }
}

@media (max-width: 480px) {
  .inside__subtitle img {
    height: 34px;
  }
}

.success {
  width: 730px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .success {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.success__text, .success__date {
  font-size: 1.875em;
  font-weight: 500;
  color: #000000;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 991px) {
  .success__text, .success__date {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .success__text, .success__date {
    font-size: 1.25em;
  }
}

@media (max-width: 480px) {
  .success__text, .success__date {
    font-size: 1.125em;
  }
}

.success__date {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/common/success-date-bg.png"), url("../images/common/success-date-bg.png");
  background-size: auto,auto;
  background-position: center top,center bottom;
  background-repeat: no-repeat,no-repeat;
  line-height: 1;
  padding: 25px 75px;
  margin-top: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .success__date {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .success__date {
    margin-top: 15px;
    width: 320px;
    padding-left: 30px;
    padding-right: 30px;
    background-size: 100% auto,100% auto;
  }
}

@media (max-width: 374px) {
  .success__date {
    width: 100%;
    letter-spacing: 0;
    padding: 15px 30px;
  }
}

.success__date::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url("../images/common/success-date-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: calc( 50% - 6px);
  left: 30px;
}

@media (max-width: 767px) {
  .success__date::before {
    left: 10px;
  }
}

@media (max-width: 374px) {
  .success__date::before {
    width: 20px;
    height: 16px;
    left: 0;
  }
}

.success__date::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url("../images/common/success-date-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: calc( 50% - 6px);
  right: 30px;
}

@media (max-width: 767px) {
  .success__date::after {
    right: 10px;
  }
}

@media (max-width: 374px) {
  .success__date::after {
    width: 20px;
    height: 16px;
    right: 0;
  }
}

.notice {
  background: url("../images/index/notice-bg.jpg");
  background-size: auto;
  background-position: left top -15px;
  background-repeat: repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

.notice__title {
  text-align: center;
}

.notice__title--mt {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .notice__title img {
    width: 180px;
  }
}

.notice__block {
  margin-top: 15px;
}

.notice__list, .notice__text {
  font-size: 1.125em;
  color: #353e49;
  line-height: 1.555;
  text-align: left;
}

@media (max-width: 767px) {
  .notice__list, .notice__text {
    font-size: 1em;
  }
}

.notice__list {
  list-style: none;
  margin-left: 0;
}

.notice__list li {
  padding-left: 1em;
  position: relative;
}

.notice__list li::before {
  content: "‧";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.notice__list li.highlight {
  color: #3a51a9;
}

.notice__list--inside {
  font-size: 1em;
}

.notice__list--inside li {
  padding-left: 0;
  margin-left: 2.4em;
  text-indent: -3em;
}

.notice__list--inside li::before {
  display: none;
}

.notice__list--inside2 {
  font-size: 1em;
}

.notice__list--inside2 li {
  list-style: decimal;
  padding-left: 0;
  margin-left: 1em;
  text-indent: 0;
}

.notice__list--inside2 li::before {
  display: none;
}

.show--tb {
  display: none;
}

@media (max-width: 991px) {
  .show--tb {
    display: block;
  }
}

.show--sm {
  display: none;
}

@media (max-width: 767px) {
  .show--sm {
    display: block;
  }
}

.show--mblg {
  display: none;
}

@media (max-width: 480px) {
  .show--mblg {
    display: block;
  }
}

.red {
  color: #da4143;
}

.orange {
  color: #e9840c;
}

.list li {
  list-style: none;
  list-style-position: inside;
  font-size: 1em;
  font-weight: 700;
  color: #6f6f6f;
  line-height: 1.4;
  position: relative;
  padding-left: 20px;
  text-align: left;
}

@media (max-width: 767px) {
  .list li {
    font-size: 0.875em;
    font-weight: 500;
  }
}

.list li:first-child {
  margin-top: 0;
}

.list li::before {
  content: "˙";
  display: inline-block;
  position: absolute;
  font-size: 1.5em;
  line-height: 0.8;
  top: 2px;
  left: 0;
  z-index: 1;
}

.gotop {
  width: 94px;
  height: 66px;
  position: fixed;
  right: 50px;
  bottom: 75px;
  z-index: 999;
  cursor: pointer;
  background: url("../images/gotop.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 1599px) {
  .gotop {
    right: 15px;
    bottom: 40px;
  }
}

@media (max-width: 991px) {
  .gotop {
    width: 80px;
    height: 50px;
    bottom: 55px;
  }
}

@media (max-width: 767px) {
  .gotop {
    bottom: 15px;
  }
}

@media (max-width: 480px) {
  .gotop {
    width: 60px;
    height: 38px;
  }
}

@media (max-width: 374px) {
  .gotop {
    bottom: 80px;
  }
}

.gotop:hover {
  -webkit-animation: ani-scale 0.8s ease infinite;
          animation: ani-scale 0.8s ease infinite;
}

.offset--y {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

@media (max-width: 991px) {
  .offset--y {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.offset--y2 {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

@media (max-width: 991px) {
  .offset--y2 {
    -webkit-transform: translateY(-140px);
            transform: translateY(-140px);
  }
}

@media (max-width: 767px) {
  .offset--y2 {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

@media (max-width: 767px) {
  .offset--y3 {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

@-webkit-keyframes ani-kv-title {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani-kv-title {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ani-kv-girl {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ani-kv-girl {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes ani-kv-deco {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ani-kv-deco {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes ani-kv-balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ani-kv-balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes ani-kv-light-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani-kv-light-1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-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;
  }
  100% {
    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;
  }
  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
