/*get vw*/
/*get percent*/
@media (max-width: 768px) {
  .only-pc {
    display: none !important; } }

@media (min-width: 769px) {
  .only-sp {
    display: none !important; } }

/* ----------------------------------------
 	reset
 ---------------------------------------- */
html {
  position: static;
  height: 100%; }

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline; }

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

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

ul,
ol,
li {
  list-style: none; }

input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 100%; }

input[type="submit"],
input[type="button"],
button {
  cursor: pointer; }

a {
  color: #323232;
  text-decoration: none;
  cursor: pointer; }

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

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

body {
  width: 100%;
  color: #323232;
  font-size: 14px;
  line-height: 29px;
  -webkit-text-size-adjust: 100%; }

button,
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button; }

.el-input__inner {
  color: #222 !important; }

.el-input {
  cursor: text !important; }

.el-select__input {
  cursor: text !important; }

html[lang] {
  overflow-x: auto; }
  @media (max-width: 768px) {
    html[lang] {
      margin-top: 0 !important; } }

body {
  position: relative;
  margin-top: 0 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.786; }
  @media (min-width: 769px) {
    body {
      min-width: 1000px; } }

a {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease; }

input,
button {
  outline: none; }

.container {
  width: 100%;
  max-width: 1255px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 768px) {
    .container {
      padding: 0 3.90625vw; } }

.container-02 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 768px) {
    .container-02 {
      padding: 0 3.90625vw; } }

.p-flex,
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.row {
  margin: 0 -1.9%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row::after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 768px) {
    .row {
      margin: 0 -3%; } }

.hidden {
  display: none !important; }

@media (min-width: 769px) {
  .col-pc-1 {
    width: 100%;
    margin: 0 -1.9%; }

  .col-pc-2 {
    float: left;
    width: 46.2%;
    margin: 0 1.9%; }

  .col-pc-3 {
    float: left;
    width: 29.53%;
    margin: 0 1.9%; }

  .col-pc-4 {
    float: left;
    width: 21.2%;
    margin: 0 1.9%; } }
@media (max-width: 768px) {
  .col-sp-2 {
    float: left;
    width: 44%;
    margin: 0 3% 20px; }

  .col-sp-1 {
    margin: 0 3% 20px;
    width: 100%; } }
.main-content {
  min-height: 600px;
  position: relative; }
  body:not(.page-template) .main-content {
    padding: 100px 0;
    padding-top: 165px; }
  @media (max-width: 768px) {
    .main-content {
      padding-top: 70px !important; }
      body.home .main-content {
        padding-top: 0 !important; } }

.heading-01 {
  text-transform: uppercase;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.4; }
  @media (max-width: 768px) {
    .heading-01 {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1.45; } }

.heading-02 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: 2px;
  font-size: 32px;
  font-size: 2rem;
  line-height: 2.438; }
  @media (max-width: 768px) {
    .heading-02 {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.385; } }

.heading-03 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.375; }
  @media (max-width: 768px) {
    .heading-03 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }

.heading-title {
  font-weight: 500;
  text-transform: uppercase;
  margin: -8px 0 -4px;
  letter-spacing: 3px;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.867; }
  @media (min-width: 769px) {
    .heading-title {
      padding-left: 60px; } }
  @media (max-width: 768px) {
    .heading-title {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.385;
      margin-top: 5px;
      padding: 0 3.90625vw; } }

.title {
  font-weight: bold;
  margin: 18px 0 13px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.389; }

.title-large {
  font-weight: bold;
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.429; }
  @media (max-width: 768px) {
    .title-large {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.375;
      margin: 20px 0; } }

.btn-yellow {
  position: relative;
  padding: 15px 66px;
  background: #C4A222;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.188; }
  @media (max-width: 768px) {
    .btn-yellow {
      padding: 20px 47px; } }
  .btn-yellow:before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    top: 40%;
    right: 6px; }
    @media (max-width: 768px) {
      .btn-yellow:before {
        width: 10px;
        top: 27px;
        right: 11px; } }

.btn-suggest {
  color: #fff;
  padding: 11px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  display: block;
  margin: 23px 0 13px;
  background-color: #C4A222; }

.sticky {
  position: relative;
  font-family: "Lora", serif;
  padding-left: 63px;
  font-size: 16px;
  letter-spacing: 1.5px; }
  @media (max-width: 480px) {
    .sticky {
      padding-left: 17px;
      font-size: 14px; } }
  .sticky:before {
    position: absolute;
    width: 50px;
    height: 10px;
    content: "";
    background: url(../images/sticky.png);
    background-repeat: no-repeat;
    display: inline-block;
    top: 51%;
    left: 0; }
    @media (max-width: 480px) {
      .sticky:before {
        top: 44%;
        left: -38px; } }
  .sticky:after {
    position: absolute;
    width: 50px;
    height: 10px;
    content: "";
    background: url(../images/sticky.png);
    background-repeat: no-repeat;
    display: inline-block;
    top: 51%;
    right: 0;
    display: none; }
    @media (max-width: 480px) {
      .sticky:after {
        display: unset;
        top: 44%;
        right: -5px; } }

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #2C2F2F;
  opacity: 0.5; }

.bg-dark {
  background: #f5f5f5;
  position: absolute;
  width: 100%; }

.arrow-down {
  visibility: hidden; }
  @media (max-width: 480px) {
    .arrow-down {
      background: url(../images/arrow-down.png);
      background-repeat: no-repeat;
      width: 10px;
      height: 10px;
      position: absolute;
      left: 48.5%;
      bottom: 12%;
      visibility: unset; } }

.arrow-down-hide {
  display: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

@media (max-width: 768px) {
  .open {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    height: 160px !important; }
    .open.heighter {
      height: 190px !important; } }

.active-show {
  display: block !important;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease; }

.btn-2yellow {
  background: #C4A222;
  color: #ffffff;
  padding: 12px 25px;
  display: block;
  width: 48%;
  text-align: center;
  position: relative;
  font-size: 16px; }
  .btn-2yellow:after {
    width: 7px;
    content: " ";
    background-image: url(../images/arrow-right.svg);
    position: absolute;
    right: 9px;
    top: 24px;
    height: 12px;
    display: block;
    background-repeat: no-repeat; }
  .btn-2yellow:first-child {
    float: left; }
  .btn-2yellow:last-child {
    float: right; }

.breadCrumb {
  position: absolute;
  top: 420px;
  right: 0;
  transform: rotate(90deg);
  z-index: 1; }
  @media (max-width: 768px) {
    .breadCrumb {
      position: relative;
      transform: none;
      padding-left: 3.90625vw;
      margin-top: -30px;
      margin-bottom: 30px;
      bottom: 0;
      width: 100%;
      right: auto;
      top: auto; } }
  .breadCrumb img {
    transform: rotate(-90deg);
    padding-right: 9px; }
    @media (max-width: 768px) {
      .breadCrumb img {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        padding-top: 3px;
        padding-right: 0; } }
  .breadCrumb-title {
    position: relative;
    padding-left: 18px;
    margin-left: 5px;
    font-size: 12px; }
    @media (max-width: 768px) {
      .breadCrumb-title {
        padding-left: 15px; } }
    .breadCrumb-title:before {
      position: absolute;
      content: ">";
      top: -2px;
      display: inline-block;
      left: 0; }

.botMain {
  background: #2C2F2F;
  padding: 106px 0;
  text-align: center;
  overflow: hidden; }
  @media (max-width: 768px) {
    .botMain {
      padding: 60px 0; } }
  @media (min-width: 769px) {
    .botMain a {
      margin: 0 15px; } }
  @media (max-width: 768px) {
    .botMain a:nth-of-type(2) {
      margin-right: 0; } }
  @media (max-width: 480px) {
    .botMain a {
      margin-right: 0; }
      .botMain a:nth-of-type(2) {
        float: right; } }

.plan-show {
  max-height: 1000px !important;
  overflow: unset !important;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease; }

.static-title {
  font-size: 25px; }

.title-main-en {
  font-size: 16px;
  font-weight: 300;
  position: relative; }
  .title-main-en:before {
    width: 56px;
    height: 2px;
    background: #D53133;
    content: '';
    position: absolute;
    right: 100%;
    top: 13px;
    margin-right: 10px; }
    @media (max-width: 768px) {
      .title-main-en:before {
        font-size: 26px;
        height: 1px; } }
.title-main-page {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .title-main-page {
      font-size: 26px; } }

.page-wrapper {
  max-width: 700px; }

.float-sns-box {
  display: none; }

.sentry-bottom-nav {
  display: none; }

header .default-item {
  z-index: 11;
  position: relative; }
header .scroll-item {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media (min-width: 769px) {
    .admin-bar header .scroll-item {
      top: 32px; } }
header .header-pc .main-menu {
  margin-left: auto; }
  header .header-pc .main-menu ul {
    margin-top: 8px;
    float: left;
    padding: 0px 4px; }
    header .header-pc .main-menu ul li {
      display: inline-block;
      margin-right: 32px;
      position: relative; }
      header .header-pc .main-menu ul li:last-child {
        margin-right: 0; }
      header .header-pc .main-menu ul li a {
        color: #ffffff;
        font-size: 16px; }
  header .header-pc .main-menu .header-btn {
    float: left;
    margin-left: 45px; }
    @media (max-width: 1065px) {
      header .header-pc .main-menu .header-btn {
        margin-left: 15px;
        margin-top: -4px; } }
    header .header-pc .main-menu .header-btn a {
      width: 132px;
      padding: 9px 25px; }
      @media (max-width: 1065px) {
        header .header-pc .main-menu .header-btn a {
          width: 80px;
          padding: 4px 10px;
          font-size: 13px; } }
      header .header-pc .main-menu .header-btn a:after {
        top: 19px; }
        @media (max-width: 1065px) {
          header .header-pc .main-menu .header-btn a:after {
            top: 11px;
            right: 4px; } }
      header .header-pc .main-menu .header-btn a.contact-us {
        margin-right: 15px; }
header .header-pc > div {
  background: #2C2F2F;
  display: flex;
  padding: 25px 31px 36px; }
  body:not(.home) header .header-pc > div.default-item {
    display: none; }
  @media (max-width: 1065px) {
    header .header-pc > div.default-item {
      padding: 21px 20px; } }
  header .header-pc > div.scroll-item {
    padding: 15px 20px; }
    header .header-pc > div.scroll-item ul li.current-menu-item:before {
      height: 4px;
      background: #D53133;
      width: 100%;
      position: absolute;
      content: '';
      bottom: -10px; }
    body:not(.home) header .header-pc > div.scroll-item {
      display: flex !important; }
    @media (max-width: 1065px) {
      header .header-pc > div.scroll-item .logo {
        width: 130px; }
      header .header-pc > div.scroll-item .main-menu ul {
        margin-top: -1px; }
        header .header-pc > div.scroll-item .main-menu ul li {
          margin-right: 15px; }
          header .header-pc > div.scroll-item .main-menu ul li a {
            font-size: 14px; } }
header .header-sp .logo img {
  height: 36px; }
header .header-sp .btn-menu {
  margin-left: auto;
  margin-top: 8px; }
  header .header-sp .btn-menu .open-menu {
    width: 24px;
    background-image: url(../images/menu-open.svg);
    height: 23px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer; }
header .header-sp .mobile-nav {
  margin-left: auto; }
  header .header-sp .mobile-nav a {
    width: 74px;
    padding: 5px 0;
    font-size: 14px; }
    header .header-sp .mobile-nav a.contact-us {
      margin-right: 10px; }
    header .header-sp .mobile-nav a:after {
      display: none; }
header .header-sp > div {
  background: #2C2F2F;
  display: flex;
  padding: 18px 3.90625vw; }
  body:not(.home) header .header-sp > div.default-item {
    visibility: hidden; }
  header .header-sp > div.scroll-item .btn-menu {
    margin-left: 20px; }
    @media (max-width: 480px) {
      header .header-sp > div.scroll-item .btn-menu .open-menu {
        width: 15px;
        height: 15px;
        background-size: 100%;
        margin-top: 5px; } }
  @media (max-width: 480px) {
    header .header-sp > div.scroll-item .logo {
      width: 27%;
      margin-top: 2px; } }
header .mobile-menu-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  background: #2C2F2F;
  height: 100vh;
  z-index: 12;
  display: none; }
  @media (min-width: 769px) {
    header .mobile-menu-wrap {
      display: none !important; } }
  header .mobile-menu-wrap .wrap {
    height: 100%;
    overflow-y: auto; }
  header .mobile-menu-wrap .btn-mobile {
    display: block;
    text-align: right;
    padding-top: 25px;
    padding-right: 30px;
    border-bottom: 1px solid #707070;
    padding-bottom: 35px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    header .mobile-menu-wrap .btn-mobile img {
      cursor: pointer;
      margin-top: 5px; }
  header .mobile-menu-wrap .mobile-menu ul li {
    text-align: center;
    border-bottom: 1px solid #707070; }
    header .mobile-menu-wrap .mobile-menu ul li a {
      color: #ffffff;
      padding: 20px 10px;
      display: block; }
  header .mobile-menu-wrap .mobile-nav {
    padding: 50px 20px;
    padding-bottom: 50px;
    overflow: hidden; }
    @media (max-width: 480px) {
      header .mobile-menu-wrap .mobile-nav {
        display: flex;
        justify-content: center; } }

@media (max-width: 768px) {
  #wpadminbar {
    display: none; } }

footer {
  background-color: #565858;
  padding: 31px 0;
  color: #ffffff; }
  @media (max-width: 768px) {
    footer {
      padding-top: 8px; } }
  @media (max-width: 768px) {
    footer .footer-main {
      padding: 0; } }
  footer .footer-main ul {
    margin-bottom: 5px; }
    footer .footer-main ul li {
      display: inline-block;
      margin-right: 25px;
      position: relative; }
      @media (max-width: 768px) {
        footer .footer-main ul li {
          display: block;
          margin-right: 0;
          border-bottom: 1px solid #a4a5a5;
          padding: 12px 3.90625vw; } }
      footer .footer-main ul li:last-child {
        margin-right: 0; }
      footer .footer-main ul li a {
        color: #ffffff;
        font-size: 14px;
        display: block; }
        @media (max-width: 768px) {
          footer .footer-main ul li a:after {
            width: 7px;
            content: " ";
            background-image: url(../images/arrow-right.svg);
            position: absolute;
            right: 3.90625vw;
            top: 20px;
            height: 12px;
            display: block;
            background-repeat: no-repeat; } }
  footer .copyright {
    font-size: 10px;
    margin-top: 8px; }
    @media (max-width: 768px) {
      footer .copyright {
        padding: 0 20px;
        padding-top: 30px; } }
  footer .back-to-top {
    width: 64px;
    height: 64px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    z-index: 99999;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    display: none; }
    @media (max-width: 768px) {
      footer .back-to-top {
        width: 55px;
        height: 55px; } }
    footer .back-to-top img {
      margin-top: 27px; }
      @media (max-width: 768px) {
        footer .back-to-top img {
          margin-top: 22px; } }

/*------------------------------
 Top page
------------------------------*/
.top-content .banner {
  background: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  width: 100%;
  padding: 118px 0 160px; }
  @media (max-width: 768px) {
    .top-content .banner {
      background-size: cover;
      background-position: center; } }
  .top-content .banner h3 {
    color: #fff;
    font-weight: normal !important;
    margin-bottom: 58px; }
  .top-content .banner a {
    margin-right: 30px; }
    @media (max-width: 480px) {
      .top-content .banner a {
        float: left;
        width: 48%;
        text-align: center;
        margin-right: 0;
        padding: 20px 15px; }
        .top-content .banner a:nth-of-type(2) {
          float: right; } }
  .top-content .banner .overlay {
    top: 0; }
    @media (min-width: 769px) {
      .top-content .banner .overlay {
        display: none; } }
.top-content .header-fixed {
  background: #2C2F2F; }
  .top-content .header-fixed .container {
    padding: 28px 20px;
    max-width: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .top-content .header-fixed .container .navMenu ul li {
      display: inline-block; }
      .top-content .header-fixed .container .navMenu ul li:not(:last-child) {
        margin-right: 32px; }
        @media (max-width: 1279px) {
          .top-content .header-fixed .container .navMenu ul li:not(:last-child) {
            margin-right: 15px; } }
      .top-content .header-fixed .container .navMenu ul li a {
        color: #fff;
        font-size: 16px; }
    .top-content .header-fixed .container .navMenu ul .btn-yellow {
      padding: 11px 34px;
      margin-left: 14px;
      display: inline-block; }
.top-content .feature {
  padding: 156px 0 116px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .top-content .feature {
      padding-bottom: 26px;
      padding-top: 80px; } }
  .top-content .feature .bg-dark {
    height: 413px;
    top: 0px; }
    @media (max-width: 768px) {
      .top-content .feature .bg-dark {
        height: 234px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .top-content .feature .bg-dark {
        height: 382px; } }
  .top-content .feature .sticky::after {
    display: none; }
  .top-content .feature .training {
    z-index: 4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media (max-width: 768px) {
      .top-content .feature .training {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .top-content .feature .training-item {
      max-width: 280px;
      width: 100%; }
      .top-content .feature .training-item p:last-child {
        letter-spacing: 0.5px; }
      @media (max-width: 768px) {
        .top-content .feature .training-item {
          max-width: 335px;
          margin: 0 auto 50px; } }
      .top-content .feature .training-item__img {
        position: relative; }
        @media (max-width: 768px) {
          .top-content .feature .training-item__img {
            text-align: center; } }
        .top-content .feature .training-item__img .sort {
          width: 93px;
          height: 1px;
          background: #fff;
          position: absolute;
          bottom: 40px;
          right: 0px;
          transform: rotate(-45deg); }
        .top-content .feature .training-item__img span {
          color: #fff;
          position: absolute;
          bottom: -7px;
          right: 10px;
          font-family: "Lora", serif;
          font-size: 28px;
          letter-spacing: 1.8px; }
      .top-content .feature .training-item .title {
        font-size: 16px; }
.top-content .plans {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media (max-width: 768px) {
    .top-content .plans {
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .top-content .plans .sticky::after {
    display: none; }
  .top-content .plans-left {
    max-width: 342px;
    width: 100%;
    background: url(../images/plans.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative; }
    @media (max-width: 480px) {
      .top-content .plans-left {
        height: 375px !important; } }
    @media (max-width: 768px) {
      .top-content .plans-left {
        height: 680px;
        max-width: unset; } }
  .top-content .plans-right {
    width: 100%;
    background: #2C2F2F;
    padding: 147px 0 112px;
    color: #fff; }
    @media (max-width: 768px) {
      .top-content .plans-right {
        padding: 74px 0 0; } }
    .top-content .plans-right h2 {
      margin-bottom: 11px; }
    .top-content .plans-right .container {
      padding: 0 41px; }
      @media (max-width: 768px) {
        .top-content .plans-right .container {
          padding: 0 20px; } }
      .top-content .plans-right .container .purpose {
        padding: 0 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 480px) {
          .top-content .plans-right .container .purpose {
            padding: 13px 0px !important; } }
        @media (max-width: 768px) {
          .top-content .plans-right .container .purpose {
            padding: 13px 6.5104166667vw; } }
        .top-content .plans-right .container .purpose-item {
          width: 47%;
          margin-bottom: 52px;
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          -webkit-align-items: baseline;
          -moz-align-items: baseline;
          -ms-align-items: baseline;
          align-items: baseline; }
          @media (max-width: 768px) {
            .top-content .plans-right .container .purpose-item {
              margin-bottom: 38px;
              width: 100%; } }
          .top-content .plans-right .container .purpose-item img {
            width: 80px;
            height: 80px;
            position: absolute;
            left: 0;
            top: 26px; }
          .top-content .plans-right .container .purpose-item__text {
            padding-left: 108px; }
            .top-content .plans-right .container .purpose-item__text .title {
              margin: 7px 0 11px; }
              @media (max-width: 768px) {
                .top-content .plans-right .container .purpose-item__text .title {
                  padding: 12px 0 9px; } }
.top-content .client {
  position: relative;
  padding: 116px 0 144px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .top-content .client {
      padding: 71px 0 61px; } }
  .top-content .client .bg-dark {
    height: 71%;
    bottom: 0px; }
    @media (max-width: 480px) {
      .top-content .client .bg-dark {
        height: 80.5% !important; } }
    @media (max-width: 768px) {
      .top-content .client .bg-dark {
        height: 85.5%; } }
  .top-content .client-img {
    margin-top: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top-content .client-img {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 768px) {
      .top-content .client-img {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 42px; } }
    .top-content .client-img img {
      margin-bottom: 17px; }
      @media (max-width: 768px) {
        .top-content .client-img img {
          width: 47.5%;
          height: 100%;
          margin-right: 7px;
          margin-bottom: 24px; } }
      @media (min-width: 1245px) {
        .top-content .client-img img:not(:nth-of-type(4n + 0)) {
          margin-right: 31px; } }
      @media (min-width: 769px) and (max-width: 1244px) {
        .top-content .client-img img {
          max-width: 280px;
          width: 100%;
          margin-right: 20px; } }
.top-content .flow {
  padding: 157px 0 135px;
  background: url(../images/flow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff; }
  @media (max-width: 768px) {
    .top-content .flow {
      padding: 74px 0 70px; } }
  .top-content .flow .overlay {
    top: 0; }
  .top-content .flow .listFlow {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media (max-width: 768px) {
      .top-content .flow .listFlow {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .top-content .flow .listFlow .flowItem {
      max-width: 280px;
      width: 100%;
      padding: 5px 14px 32px;
      width: 100%;
      background-color: RGBA(255, 255, 255, 0.9);
      color: #2C2F2F;
      text-align: center;
      position: relative; }
      @media (max-width: 768px) {
        .top-content .flow .listFlow .flowItem {
          max-width: unset;
          margin-bottom: 40px; } }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .top-content .flow .listFlow .flowItem {
          max-width: 22vw; } }
      @media (max-width: 480px) {
        .top-content .flow .listFlow .flowItem {
          height: 99px;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; } }
      .top-content .flow .listFlow .flowItem:not(:last-child)::before {
        position: absolute;
        width: 28px;
        height: 100px;
        content: "";
        background: url(../images/rectange.png);
        background-repeat: no-repeat;
        display: inline-block;
        top: 46%;
        right: -32px; }
        @media (max-width: 768px) {
          .top-content .flow .listFlow .flowItem:not(:last-child)::before {
            top: 103%;
            right: 46%;
            transform: rotate(90deg); } }
      .top-content .flow .listFlow .flowItem span {
        display: block;
        font-size: 28px;
        font-family: "Lora", serif;
        text-align: left; }
        @media (max-width: 768px) {
          .top-content .flow .listFlow .flowItem span {
            font-size: 20px; } }
        @media (max-width: 480px) {
          .top-content .flow .listFlow .flowItem span {
            position: absolute;
            top: 20px; } }
      .top-content .flow .listFlow .flowItem-img {
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        margin-top: -17px; }
        @media (max-width: 480px) {
          .top-content .flow .listFlow .flowItem-img {
            width: 17%;
            position: absolute;
            right: 6%;
            top: 20px; } }
        @media (max-width: 480px) {
          .top-content .flow .listFlow .flowItem-img img {
            max-height: 52px; } }
      .top-content .flow .listFlow .flowItem h3 {
        margin: 0 0 20px; }
        @media (max-width: 480px) {
          .top-content .flow .listFlow .flowItem h3 {
            position: absolute;
            top: 45px;
            font-size: 18px; } }
        @media (max-width: 768px) {
          .top-content .flow .listFlow .flowItem h3 {
            text-align: left;
            margin: 0 0 20px; } }
      .top-content .flow .listFlow .flowItem p {
        text-align: left; }
        @media (max-width: 480px) {
          .top-content .flow .listFlow .flowItem p {
            position: absolute;
            display: none;
            bottom: 20px;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
            padding-right: 10px; } }

/*------------------------------
 Feature page
------------------------------*/
.feature-content {
  padding-top: 75px;
  padding-bottom: 0; }
  @media (min-width: 769px) {
    .feature-content {
      padding-top: 140px; } }
  @media (max-width: 768px) {
    .feature-content {
      padding-top: 0; } }
  .feature-content .sticky::after {
    display: none; }
  .feature-content .top-feature {
    position: relative;
    z-index: 8; }
    .feature-content .top-feature h2 {
      margin-bottom: 20px; }
    .feature-content .top-feature .sub-banner {
      height: 520px;
      background-repeat: no-repeat;
      background-size: contain;
      max-width: 1240px;
      margin-right: 86px; }
      @media (max-width: 768px) {
        .feature-content .top-feature .sub-banner {
          height: 300px;
          background-size: cover;
          margin-right: unset;
          background-position: 50% 50%; } }
      .feature-content .top-feature .sub-banner__feature {
        background-image: url("../images/feature-banner.jpg"); }
    .feature-content .top-feature > .container-02 {
      position: relative; }
      @media (max-width: 768px) {
        .feature-content .top-feature > .container-02 {
          padding: unset; } }
      @media (min-width: 769px) {
        .feature-content .top-feature > .container-02 p {
          margin-bottom: 58px;
          padding-left: 60px;
          letter-spacing: 1.6px;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.6; } }
  @media (min-width: 769px) and (min-width: 769px) {
    .feature-content .top-feature > .container-02 p {
      padding-right: 78px;
      max-width: 1326px;
      width: 100%; } }

      @media (max-width: 768px) {
        .feature-content .top-feature > .container-02 p {
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.5;
          margin: 20px 0 30px;
          padding: 0 3.90625vw; } }
  .feature-content .list-feature {
    position: relative;
    padding: 98px 0 62px; }
    @media (max-width: 768px) {
      .feature-content .list-feature {
        background: #f5f5f5;
        width: 100%; } }
    .feature-content .list-feature .bg-dark {
      height: 570px;
      top: -289px;
      z-index: 2; }
      @media (max-width: 768px) {
        .feature-content .list-feature .bg-dark {
          visibility: hidden; } }
    .feature-content .list-feature .pixel {
      margin: 0 0 65px !important; }
      .feature-content .list-feature .pixel .title-large {
        margin-bottom: 0;
        padding-top: 15px; }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .feature-content .list-feature .pixel .title-large {
            padding-top: 0; } }
      .feature-content .list-feature .pixel p {
        margin-top: 20px; }
    .feature-content .list-feature .boxItem {
      margin: 30px 0 44px;
      position: relative; }
      @media (max-width: 768px) {
        .feature-content .list-feature .boxItem {
          margin: 40px 0 100px; }
          .feature-content .list-feature .boxItem:last-child {
            margin-bottom: 0; } }
      .feature-content .list-feature .boxItem-reverse {
        margin: 61px 0 60px; }
        @media (max-width: 768px) {
          .feature-content .list-feature .boxItem-reverse {
            margin: 40px 0 100px; } }
        .feature-content .list-feature .boxItem-reverse .container-02 {
          -webkit-box-direction: reverse;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row-reverse;
          -moz-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          z-index: 4;
          padding: 30px 0 3px 110px !important; }
          @media (max-width: 768px) {
            .feature-content .list-feature .boxItem-reverse .container-02 {
              display: block;
              padding: unset !important; } }
        .feature-content .list-feature .boxItem-reverse .bg-dark {
          top: unset;
          bottom: -360px;
          height: 740px; }
      .feature-content .list-feature .boxItem .container-02 {
        padding: 30px 126px 30px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; }
        @media (max-width: 768px) {
          .feature-content .list-feature .boxItem .container-02 {
            display: block;
            padding: unset; } }
        .feature-content .list-feature .boxItem .container-02 .boxItem-img {
          z-index: 4; }
          @media (max-width: 768px) {
            .feature-content .list-feature .boxItem .container-02 .boxItem-img {
              padding: 0 22px;
              text-align: center; } }
          .feature-content .list-feature .boxItem .container-02 .boxItem-img img {
            max-width: 600px;
            width: 100%;
            max-height: 400px; }
        .feature-content .list-feature .boxItem .container-02 .boxItem-text {
          max-width: 600px;
          width: 100%;
          z-index: 4;
          padding-left: 15px; }
          .feature-content .list-feature .boxItem .container-02 .boxItem-text p {
            font-weight: 300; }
          @media (max-width: 768px) {
            .feature-content .list-feature .boxItem .container-02 .boxItem-text {
              padding: 0;
              margin: 0 auto;
              padding: 0 22px; } }
          .feature-content .list-feature .boxItem .container-02 .boxItem-text .badge {
            width: 64px;
            height: 76px;
            background: #2C2F2F;
            position: relative;
            overflow: hidden;
            display: inline-block; }
            @media (max-width: 768px) {
              .feature-content .list-feature .boxItem .container-02 .boxItem-text .badge {
                position: absolute;
                left: 0;
                top: -35px; } }
            .feature-content .list-feature .boxItem .container-02 .boxItem-text .badge .line-white {
              width: 100px;
              height: 1px;
              background: #fff;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(135deg);
              position: absolute;
              left: -30px;
              top: 6px; }
            .feature-content .list-feature .boxItem .container-02 .boxItem-text .badge span {
              position: absolute;
              left: 50%;
              color: #fff;
              font-family: "Lora", serif;
              font-size: 28px;
              bottom: 0;
              left: 25%; }
          @media (min-width: 769px) {
            .feature-content .list-feature .boxItem .container-02 .boxItem-text .title-large {
              max-width: calc(100% - 84px);
              padding-left: 20px;
              vertical-align: top;
              margin-bottom: 25px; } }
          .feature-content .list-feature .boxItem .container-02 .boxItem-text > p {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 2;
            margin-bottom: 30px; }
          .feature-content .list-feature .boxItem .container-02 .boxItem-text ul {
            padding-left: 46px; }
            @media (max-width: 768px) {
              .feature-content .list-feature .boxItem .container-02 .boxItem-text ul {
                padding: 0 25px 0 20px; } }
            .feature-content .list-feature .boxItem .container-02 .boxItem-text ul li {
              font-size: 16px;
              font-size: 1rem;
              line-height: 1.375;
              margin: -5px 0 24px;
              padding-left: 10px;
              position: relative; }
              .feature-content .list-feature .boxItem .container-02 .boxItem-text ul li:before {
                content: ".";
                font-weight: bold;
                left: 0;
                position: absolute; }
      .feature-content .list-feature .boxItem .part-bg {
        height: 595px;
        top: -325px; }

/*------------------------------
 Training-plan page
------------------------------*/
.training-plan .top-feature .container-02 p {
  margin: 22px 0 55px; }
.training-plan .top-feature .container-02 #banner-plan {
  background: url("../images/training-banner.jpg"); }
.training-plan .top-feature .sub-banner__plan {
  background-image: url("../images/training-banner.jpg"); }
.training-plan .four-plan {
  position: relative;
  padding: 94px 0 86px; }
  .training-plan .four-plan .bg-dark {
    height: 1379px;
    position: absolute;
    bottom: 0; }
    @media (max-width: 1279px) {
      .training-plan .four-plan .bg-dark {
        min-height: 2100px;
        height: 100%; } }
  @media (min-width: 769px) {
    .training-plan .four-plan .container {
      padding-right: 0; } }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .training-plan .four-plan .container {
      padding-right: 16px; } }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .training-plan .four-plan .container {
      padding-right: 16px; } }
  .training-plan .four-plan .container .title-large {
    font-size: 32px;
    font-size: 2rem;
    line-height: 2.438;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: 2px; }
  .training-plan .four-plan .container .postPlan {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px; }
    @media (max-width: 1000px) {
      .training-plan .four-plan .container .postPlan {
        margin-right: 0; } }
    @media (max-width: 768px) {
      .training-plan .four-plan .container .postPlan {
        margin-right: -20px; } }
    .training-plan .four-plan .container .postPlan-item {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media (max-width: 768px) {
        .training-plan .four-plan .container .postPlan-item {
          flex: 0 0 100%;
          max-width: 100%; } }
      .training-plan .four-plan .container .postPlan-item .postPlan-inner-item {
        border: 2px solid #2C2F2F;
        padding: 25px 22px 15px;
        width: 100%;
        margin-bottom: 40px;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (max-width: 480px) {
          .training-plan .four-plan .container .postPlan-item .postPlan-inner-item {
            max-height: 476px;
            overflow: hidden;
            -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease; } }
        .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .postPlan-item__left {
          width: 25%;
          text-align: center; }
          @media (max-width: 1279px) {
            .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .postPlan-item__left {
              width: 100%;
              margin-bottom: 20px; } }
          .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .postPlan-item__left img {
            max-width: 90px; }
          .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .postPlan-item__left span {
            display: block;
            font-weight: bold;
            margin-top: 20px;
            font-size: 26px;
            font-size: 1.625rem;
            line-height: 1.5; }
        .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .postPlan-item__right {
          width: 100%;
          max-width: 350px; }
          .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .postPlan-item__right p {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 2;
            font-weight: 300; }
          @media (max-width: 1279px) {
            .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .postPlan-item__right {
              max-width: unset; } }
          .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .postPlan-item__right .more {
            margin: 10px 0;
            border-left: 5px solid #ccc;
            padding-left: 20px; }
          .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .postPlan-item__right a {
            color: #D53133; }
        .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .bg-gradient {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 70px;
          background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0.2), rgba(245, 245, 245, 0.8), whitesmoke, whitesmoke);
          -webkit-background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0.2), rgba(245, 245, 245, 0.8), whitesmoke, whitesmoke);
          -moz-background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0.2), rgba(245, 245, 245, 0.8), whitesmoke, whitesmoke); }
          @media (min-width: 480px) {
            .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .bg-gradient {
              display: none; } }
        .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .arrow-down {
          bottom: 3%; }
          @media (min-width: 769px) {
            .training-plan .four-plan .container .postPlan-item .postPlan-inner-item .arrow-down {
              display: none; } }
.training-plan .language {
  color: #fff;
  background: #2C2F2F;
  padding: 87px 0 80px;
  border-bottom: 1px solid #707070; }
  @media (max-width: 768px) {
    .training-plan .language {
      padding-bottom: 40px; } }
  .training-plan .language .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 1025px) and (max-width: 1280px) {
      .training-plan .language .container {
        padding-right: 16px; } }
    @media (min-width: 769px) {
      .training-plan .language .container {
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .training-plan .language .container {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
    .training-plan .language .container .title-large {
      font-size: 32px;
      font-size: 2rem;
      line-height: 2.438;
      margin-bottom: 10px;
      display: block;
      width: 100%;
      letter-spacing: 2px; }
    .training-plan .language .container .wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -20px;
      width: 100%; }
      @media (max-width: 1024px) {
        .training-plan .language .container .wrap {
          margin-right: 0; } }
      @media (max-width: 768px) {
        .training-plan .language .container .wrap {
          margin: 0; } }
      .training-plan .language .container .wrap .languageItem {
        margin-bottom: 40px;
        position: relative;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 20px; }
        @media (max-width: 1024px) {
          .training-plan .language .container .wrap .languageItem {
            flex: 0 0 50%;
            max-width: 50%; } }
        @media (max-width: 768px) {
          .training-plan .language .container .wrap .languageItem {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 50px;
            padding: 0; } }
        .training-plan .language .container .wrap .languageItem .inner-item {
          border: 2px solid #d8d8d8;
          height: 100%; }
        .training-plan .language .container .wrap .languageItem-title {
          background: #c4a222;
          text-align: center;
          padding: 10px 0 8px; }
          .training-plan .language .container .wrap .languageItem-title span {
            font-family: "Lora", serif;
            letter-spacing: 1px;
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 2.178; }
            @media (max-width: 768px) {
              .training-plan .language .container .wrap .languageItem-title span {
                font-size: 14px; } }
          .training-plan .language .container .wrap .languageItem-title p {
            font-weight: bold;
            letter-spacing: 1.3px;
            font-size: 26px;
            font-size: 1.625rem;
            line-height: 1.508; }
            @media (max-width: 768px) {
              .training-plan .language .container .wrap .languageItem-title p {
                font-size: 18px; } }
        .training-plan .language .container .wrap .languageItem-content {
          padding: 11px 20px 20px; }
          .training-plan .language .container .wrap .languageItem-content span {
            display: block; }
          .training-plan .language .container .wrap .languageItem-content p {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 2; }
            .training-plan .language .container .wrap .languageItem-content p:nth-of-type(1) {
              min-height: 250px; }
              @media (max-width: 768px) {
                .training-plan .language .container .wrap .languageItem-content p:nth-of-type(1) {
                  min-height: unset; } }
          .training-plan .language .container .wrap .languageItem-content p:nth-of-type(2) {
            font-size: 16px;
            font-size: 1rem;
            line-height: 2; }
            @media (min-width: 769px) {
              .training-plan .language .container .wrap .languageItem-content p:nth-of-type(2) {
                margin: 20px 0 40px;
                min-height: 130px; } }
            @media (max-width: 768px) {
              .training-plan .language .container .wrap .languageItem-content p:nth-of-type(2) {
                margin-top: 30px; } }
          @media (max-width: 480px) {
            .training-plan .language .container .wrap .languageItem-content .expanded {
              position: relative;
              max-height: 100px;
              overflow: hidden;
              -webkit-transition: 0.3s max-height ease;
              transition: 0.3s max-height ease;
              padding-bottom: 120px; } }
          .training-plan .language .container .wrap .languageItem-content .expanded.open-exp {
            padding-bottom: 0;
            max-height: none; }
          @media (min-width: 769px) {
            .training-plan .language .container .wrap .languageItem-content .expanded p {
              min-height: 150px;
              font-size: 1rem; } }
        .training-plan .language .container .wrap .languageItem .bg-gradient-grey {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 70px;
          background-image: linear-gradient(to bottom, rgba(44, 47, 47, 0.2), rgba(44, 47, 47, 0.5), rgba(44, 47, 47, 0.8), #2c2f2f);
          -moz-background-image: linear-gradient(to bottom, rgba(44, 47, 47, 0.2), rgba(44, 47, 47, 0.5), rgba(44, 47, 47, 0.8), #2c2f2f);
          -webkit-background-image: linear-gradient(to bottom, rgba(44, 47, 47, 0.2), rgba(44, 47, 47, 0.5), rgba(44, 47, 47, 0.8), #2c2f2f); }
          @media (min-width: 480px) {
            .training-plan .language .container .wrap .languageItem .bg-gradient-grey {
              display: none; } }
        .training-plan .language .container .wrap .languageItem .arrow-down {
          background: url(../images/arrow-down-white.png);
          height: 6px;
          bottom: 3%; }
          @media (min-width: 769px) {
            .training-plan .language .container .wrap .languageItem .arrow-down {
              display: none; } }

.error-404 #notfound {
  font-size: 16px;
  font-weight: normal; }
  .error-404 #notfound .title {
    font-size: 22px;
    font-weight: normal; }
  .error-404 #notfound .go-to-top {
    padding: 10px 35px;
    background: #C4A222;
    color: #ffffff;
    display: inline-block;
    margin-top: 25px;
    border-radius: 23px; }

.page-template-contact-template .main-content, .page-template-document-request-template .main-content {
  padding: 100px 0;
  padding-top: 165px; }
  @media (max-width: 768px) {
    .page-template-contact-template .main-content, .page-template-document-request-template .main-content {
      padding-top: 70px; } }

.contact-form .contact-required {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .contact-form .contact-required {
      margin-bottom: 70px; } }
.contact-form .form-group {
  margin-bottom: 20px; }
  .contact-form .form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #000000; }
  .contact-form .form-group .wpcf7-form-control-wrap {
    margin-top: 6px;
    display: block; }
    .contact-form .form-group .wpcf7-form-control-wrap input[type="text"], .contact-form .form-group .wpcf7-form-control-wrap select, .contact-form .form-group .wpcf7-form-control-wrap textarea {
      height: 64px;
      border: 1px solid #818D8D;
      border-radius: 4px;
      padding: 20px;
      font-size: 16px;
      outline: 0; }
      .contact-form .form-group .wpcf7-form-control-wrap input[type="text"]:focus, .contact-form .form-group .wpcf7-form-control-wrap select:focus, .contact-form .form-group .wpcf7-form-control-wrap textarea:focus {
        border: 1px solid #646b6b; }
    .contact-form .form-group .wpcf7-form-control-wrap input[type="text"]::-webkit-input-placeholder {
      color: #818D8D;
      font-size: 16px; }
    .contact-form .form-group .wpcf7-form-control-wrap input[type="text"]::-moz-placeholder {
      color: #818D8D;
      font-size: 16px; }
    .contact-form .form-group .wpcf7-form-control-wrap input[type="text"]:-ms-input-placeholder {
      color: #818D8D;
      font-size: 16px; }
    .contact-form .form-group .wpcf7-form-control-wrap input[type="text"]:-moz-placeholder {
      color: #818D8D;
      font-size: 16px; }
    .contact-form .form-group .wpcf7-form-control-wrap select {
      color: #000000;
      margin-bottom: 0; }
    .contact-form .form-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
      margin-top: 5px; }
    .contact-form .form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
      position: relative;
      margin-right: 50px;
      margin-left: 0; }
      @media (max-width: 640px) {
        .contact-form .form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
          margin-right: 0;
          margin-bottom: 15px;
          display: block; } }
      .contact-form .form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:last-child {
        margin-right: 0; }
      .contact-form .form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 16px;
        position: relative;
        padding-left: 32px; }
        .contact-form .form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label:before {
          position: absolute;
          top: 0;
          left: 0;
          height: 25px;
          width: 25px;
          background-color: #F5F5F5;
          content: '';
          border-radius: 2px; }
      .contact-form .form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input {
        width: 100%;
        position: absolute;
        z-index: 10;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        left: 0; }
        .contact-form .form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input:checked + span:after {
          left: 10px;
          top: 6px;
          width: 7px;
          height: 12px;
          border: solid #ffffff;
          border-width: 0 3px 3px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          content: "";
          position: absolute; }
        .contact-form .form-group .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input:checked + span:before {
          background-color: #818D8D; }
  .contact-form .form-group.about-info {
    margin-top: 45px; }
    .contact-form .form-group.about-info div {
      height: 200px;
      overflow-y: auto;
      border: 1px solid #818D8D;
      padding: 20px;
      margin-top: 10px; }
      .contact-form .form-group.about-info div::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #F5F5F5; }
      .contact-form .form-group.about-info div::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5; }
      .contact-form .form-group.about-info div::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #D8D8D8; }
      .contact-form .form-group.about-info div p {
        margin-bottom: 15px; }
      .contact-form .form-group.about-info div ul {
        margin-left: 35px;
        margin-top: -15px;
        margin-bottom: 15px; }
        .contact-form .form-group.about-info div ul li {
          list-style: disc; }
  .contact-form .form-group.term {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 70px; }
    @media (max-width: 480px) {
      .contact-form .form-group.term {
        font-size: 12px; } }
    .contact-form .form-group.term a {
      border-bottom: 2px dotted #C4A222;
      padding-bottom: 2px; }
    .contact-form .form-group.term.term-custom .wpcf7-form-control-wrap {
      display: inline-block;
      position: relative;
      top: 8px; }
    .contact-form .form-group.term.term-custom .wpcf7-checkbox .wpcf7-list-item-label {
      width: 25px;
      height: 25px;
      overflow: hidden;
      display: block; }
    .contact-form .form-group.term.term-custom .wpcf7-not-valid-tip {
      position: absolute;
      width: 130px; }
  .contact-form .form-group.confirm-next {
    text-align: center; }
    .contact-form .form-group.confirm-next a {
      width: 264px;
      margin: 0 auto;
      padding: 14px 15px;
      display: block;
      background: #818D8D;
      color: #ffffff;
      position: relative;
      font-size: 16px;
      border-radius: 0;
      height: auto;
      font-weight: 300; }
      .contact-form .form-group.confirm-next a:after {
        position: absolute;
        width: 10px;
        height: 10px;
        content: "";
        background: url(../images/arrow.png);
        background-repeat: no-repeat;
        display: inline-block;
        top: 25px;
        right: 12px; }
    .contact-form .form-group.confirm-next .confirm-error {
      margin-top: 10px; }
  .contact-form .form-group.submit {
    display: none;
    position: relative;
    width: 264px;
    margin: 0 auto;
    margin-top: 65px; }
    .contact-form .form-group.submit:after {
      position: absolute;
      width: 10px;
      height: 10px;
      content: "";
      background: url(../images/arrow.png);
      background-repeat: no-repeat;
      display: inline-block;
      top: 25px;
      right: 12px; }
    .contact-form .form-group.submit .wpcf7-submit {
      margin: 0 auto;
      padding: 15px 15px;
      display: block;
      background: #818D8D;
      color: #ffffff;
      font-size: 16px;
      border-radius: 0;
      height: auto;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 300; }
    .contact-form .form-group.submit .ajax-loader {
      position: absolute;
      left: -40px;
      top: 20px; }
  .contact-form .form-group .data-field {
    padding-bottom: 20px;
    padding-top: 0;
    border-bottom: 1px solid #646b6b;
    font-size: 16px; }
.contact-form.confirm-step .term {
  display: none; }
.contact-form.confirm-step .about-info {
  display: none; }

.contact-message {
  display: none; }
  .contact-message-success {
    border: 4px solid #D8D8D8;
    padding: 70px 35px;
    font-size: 18px; }
    @media (max-width: 768px) {
      .contact-message-success {
        padding: 30px 25px; } }
    .contact-message-success p {
      font-weight: 300; }
    .contact-message-success h2 {
      font-size: 26px;
      font-weight: 500;
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        .contact-message-success h2 {
          text-align: left !important; }
          .contact-message-success h2 + p {
            text-align: left !important; } }
    .contact-message-success h3 {
      text-align: center;
      font-size: 32px; }
      .contact-message-success h3 strong {
        font-weight: bold; }
  .contact-message .contact-info {
    background: #F5F5F5;
    padding: 40px 15px; }
    .contact-message .contact-info p {
      font-size: 16px; }
  .contact-message .back-top {
    text-align: center;
    margin-top: 60px; }
    .contact-message .back-top a {
      background: #818D8D;
      color: #ffffff;
      padding: 16px 96px;
      display: inline-block; }
      @media (max-width: 480px) {
        .contact-message .back-top a {
          width: 100%; } }

.single-title {
  margin-top: 40px; }
  .single-title h1 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px; }
.single-content {
  line-height: 1.8;
  font-size: 18px; }
  .single-content img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px; }
  .single-content p {
    font-weight: 300;
    margin-bottom: 20px; }
  .single-content h2 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 500; }
  .single-content h3 {
    margin-top: 40px; }
  .single-content ul {
    margin: 0 60px; }
    @media (max-width: 768px) {
      .single-content ul {
        margin: 0 10px; } }
    .single-content ul li {
      font-weight: 300; }
      .single-content ul li:before {
        width: 4px;
        height: 4px;
        content: '';
        background: #000000;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 7px; }
  .single-content > :not(.wp-block-image):not(img):not(ul) {
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 768px) {
      .single-content > :not(.wp-block-image):not(img):not(ul) {
        padding: 0; } }
  .single-content .back-list {
    text-align: center;
    margin-top: 80px; }
    .single-content .back-list a {
      background: #818D8D;
      color: #ffffff;
      display: inline-block;
      padding: 10px 87px;
      position: relative;
      font-weight: 300; }
      .single-content .back-list a:before {
        width: 7px;
        content: " ";
        background-image: url(../images/arrow-left.svg);
        position: absolute;
        left: 15px;
        top: 24px;
        height: 12px;
        display: block;
        background-repeat: no-repeat; }

.page-template-implement-result .main-content {
  padding: 100px 0;
  padding-top: 165px;
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    .page-template-implement-result .main-content {
      padding-top: 70px; } }

.implement-result .category {
  background: #F5F5F5;
  padding: 30px 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 768px) {
    .implement-result .category {
      padding: 30px 20px;
      flex-flow: column; } }
  .implement-result .category-left {
    width: calc(100% - 340px); }
    @media (max-width: 1200px) {
      .implement-result .category-left {
        width: calc(100% - 275px); } }
    @media (max-width: 768px) {
      .implement-result .category-left {
        width: 100%; } }
    .implement-result .category-left .category-lt-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media (max-width: 768px) {
        .implement-result .category-left .category-lt-item {
          flex-flow: column; } }
    .implement-result .category-left .category-text {
      width: 140px;
      text-align: right;
      margin-right: 20px; }
      @media (max-width: 768px) {
        .implement-result .category-left .category-text {
          width: 100%;
          text-align: left;
          margin-right: 0;
          margin-bottom: 5px; } }
      .implement-result .category-left .category-text span {
        display: block;
        margin-top: 5px; }
    .implement-result .category-left .category-list {
      width: calc(100% - 180px); }
      @media (max-width: 768px) {
        .implement-result .category-left .category-list {
          width: 100%; } }
      .implement-result .category-left .category-list-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 20px; }
        @media (max-width: 768px) {
          .implement-result .category-left .category-list-item {
            display: block; } }
        .implement-result .category-left .category-list-item-checkbox {
          width: 25%;
          position: relative;
          margin-right: 5px; }
          @media (max-width: 768px) {
            .implement-result .category-left .category-list-item-checkbox {
              width: auto;
              display: inline-block;
              margin-bottom: 10px; } }
          .implement-result .category-left .category-list-item-checkbox input {
            position: absolute;
            width: 100%;
            height: 100%;
            cursor: pointer;
            opacity: 0; }
            .implement-result .category-left .category-list-item-checkbox input:checked + span {
              background: #d8d8d8;
              border: 1px solid #d8d8d8; }
          .implement-result .category-left .category-list-item-checkbox span {
            font-size: 14px;
            background: #ffffff;
            border: 1px solid #818D8D;
            border-radius: 4px;
            text-align: center;
            display: block;
            padding: 3px 0; }
            @media (max-width: 768px) {
              .implement-result .category-left .category-list-item-checkbox span {
                padding: 5px 20px; } }
  .implement-result .category-right {
    margin-left: auto;
    margin-top: 29px; }
    @media (max-width: 768px) {
      .implement-result .category-right {
        width: 100%;
        margin-top: 0; } }
    .implement-result .category-right .category-filter {
      margin-left: auto; }
      .implement-result .category-right .category-filter button {
        background: #818D8D;
        color: #ffffff;
        display: inline-block;
        padding: 14px 62px;
        font-size: 16px;
        position: relative; }
        @media (max-width: 768px) {
          .implement-result .category-right .category-filter button {
            width: 100%;
            padding: 14px 15px; } }
        .implement-result .category-right .category-filter button:after {
          width: 10px;
          content: " ";
          background-image: url(../images/arrow-down-white.png);
          position: absolute;
          right: 15px;
          top: 24px;
          height: 12px;
          display: block;
          background-repeat: no-repeat; }
.implement-result .result-list {
  margin-top: 60px; }
  .implement-result .result-list > h3 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .implement-result .result-list > h3 {
        font-size: 24px; } }
  .implement-result .result-list-wrap {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px; }
    @media (max-width: 768px) {
      .implement-result .result-list-wrap {
        margin-left: -12px;
        margin-right: -12px; } }
    .implement-result .result-list-wrap-item {
      float: left;
      width: 25%;
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .implement-result .result-list-wrap-item {
          width: 50%; } }
      @media (max-width: 370px) {
        .implement-result .result-list-wrap-item {
          width: 100%; } }
      .implement-result .result-list-wrap-item-inner {
        padding: 0 20px; }
        @media (max-width: 768px) {
          .implement-result .result-list-wrap-item-inner {
            padding: 0 12px; } }
        .implement-result .result-list-wrap-item-inner .item-bg {
          height: 200px;
          background-size: cover; }
          @media (max-width: 480px) {
            .implement-result .result-list-wrap-item-inner .item-bg {
              height: 100px; } }
          @media (max-width: 768px) {
            .implement-result .result-list-wrap-item-inner .item-bg {
              height: 150px; } }
          .implement-result .result-list-wrap-item-inner .item-bg a {
            height: 100%;
            display: block; }
        .implement-result .result-list-wrap-item-inner .item-title {
          font-size: 18px;
          margin: 15px 0; }
          @media (max-width: 768px) {
            .implement-result .result-list-wrap-item-inner .item-title {
              margin-top: 8px; } }
        .implement-result .result-list-wrap-item-inner .item-intro {
          -webkit-box-orient: vertical;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal; }
          .implement-result .result-list-wrap-item-inner .item-intro p {
            font-weight: 300; }
        .implement-result .result-list-wrap-item-inner .item-cat {
          margin-top: 15px; }
          .implement-result .result-list-wrap-item-inner .item-cat a {
            border: 1px solid;
            color: #818D8D;
            display: inline-block;
            padding: 1px 10px;
            font-size: 12px;
            border-radius: 2px;
            margin-right: 2px;
            font-weight: 300; }
            @media (max-width: 768px) {
              .implement-result .result-list-wrap-item-inner .item-cat a {
                padding: 5px 14px; } }
    .implement-result .result-list-wrap .not-found {
      margin: 0 20px;
      font-size: 18px; }
  .implement-result .result-list .pagination {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px; }
    .implement-result .result-list .pagination ul li {
      display: inline-block;
      margin-right: 10px; }
      .implement-result .result-list .pagination ul li:last-child {
        margin-right: 0; }
      .implement-result .result-list .pagination ul li.active a {
        background: #818D8D;
        color: #ffffff; }
      .implement-result .result-list .pagination ul li a {
        display: block;
        width: 45px;
        height: 45px;
        text-align: center;
        border: 1px solid #818D8D;
        line-height: 45px;
        color: #818D8D;
        font-size: 14px;
        font-family: "Lora", serif; }
      .implement-result .result-list .pagination ul li span {
        width: 45px;
        height: 45px;
        display: block;
        border: 1px solid #818D8D;
        line-height: 45px;
        color: #818D8D; }

body.archive .main-content {
  padding-bottom: 20px; }
body.archive .implement-result .result-list {
  margin-top: 10px; }
body.archive .implement-result .pagination {
  margin-bottom: 60px; }

.page-template-faq-template .main-content {
  padding: 100px 0;
  padding-top: 165px; }
  @media (max-width: 768px) {
    .page-template-faq-template .main-content {
      padding-top: 70px; } }

.faq-cat {
  background: #F5F5F5;
  padding: 30px 60px; }
  @media (max-width: 768px) {
    .faq-cat {
      padding: 30px 20px 20px 40px; } }
  .faq-cat ul li {
    list-style-type: disc;
    margin-bottom: 5px; }
    @media (max-width: 768px) {
      .faq-cat ul li {
        margin-bottom: 10px; } }
    .faq-cat ul li a:hover {
      text-decoration: underline; }

.faq-list {
  margin-top: 50px; }
  .faq-list-section {
    margin-bottom: 40px; }
    .faq-list-section .faq-title {
      font-size: 26px;
      border-bottom: 1px solid #818D8D;
      padding-bottom: 15px;
      color: #2C2F2F; }
      @media (max-width: 768px) {
        .faq-list-section .faq-title {
          font-size: 20px; } }
    .faq-list-section .faq-list-item {
      border-bottom: 1px solid #818D8D; }
      .faq-list-section .faq-list-item.open-qa .question:after {
        background-image: url("../images/close-faq.svg") !important; }
      .faq-list-section .faq-list-item:not(.open-qa) .answer {
        display: none; }
      .faq-list-section .faq-list-item span {
        color: #818D8D;
        font-family: "Lora", serif;
        margin-right: 15px; }
      .faq-list-section .faq-list-item .question {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 18px;
        padding: 18px 20px;
        position: relative;
        cursor: pointer; }
        @media (max-width: 768px) {
          .faq-list-section .faq-list-item .question {
            padding: 18px 0; } }
        .faq-list-section .faq-list-item .question:after {
          width: 10px;
          height: 8px;
          content: " ";
          background-image: url("../images/open-faq.svg");
          position: absolute;
          right: 20px;
          background-repeat: no-repeat;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          cursor: pointer; }
        .faq-list-section .faq-list-item .question-content {
          font-weight: 300;
          line-height: 1.4; }
      .faq-list-section .faq-list-item .answer {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 18px;
        padding: 18px 0;
        margin: 0 20px;
        margin-right: 0;
        border-top: 1px solid #D8D8D8;
        padding-bottom: 50px; }
        @media (max-width: 768px) {
          .faq-list-section .faq-list-item .answer {
            margin-left: 35px; } }
        @media (max-width: 768px) {
          .faq-list-section .faq-list-item .answer span {
            display: none; } }
        .faq-list-section .faq-list-item .answer-content p {
          font-weight: 300; }
          .faq-list-section .faq-list-item .answer-content p.empty {
            height: 8px; }

.thanks-page {
  padding: 165px 0 100px; }
  .thanks-page .page_container {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    box-sizing: border-box; }
  .thanks-page .page-title .title-main-page {
    font-size: 28px;
    line-height: 1.5;
    border-bottom: 0;
    padding-bottom: 30px;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .thanks-page .page-title .title-main-page {
        font-size: 28px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd; } }
  .thanks-page .trialForm-container.--thanks {
    width: 100%;
    color: #2C2F2F;
    padding-top: 30px;
    padding-bottom: 25px; }
  .thanks-page .trialForm-container .trialForm-head {
    margin-bottom: 60px; }
    .thanks-page .trialForm-container .trialForm-head p {
      font-size: 14px;
      line-height: 2;
      margin-bottom: 28px; }
  .thanks-page .trialForm-container .btn-top {
    margin-top: 60px;
    display: block;
    border-radius: 4px;
    transition: all 0.5s; }
    .thanks-page .trialForm-container .btn-top a {
      width: 100%;
      text-decoration: none;
      text-align: center;
      display: inline-block; }
      @media (max-width: 768px) {
        .thanks-page .trialForm-container .btn-top a {
          display: block;
          text-align: center;
          text-decoration: none;
          font-weight: 700;
          font-size: 16px;
          line-height: 1.75;
          color: #FFFFFF;
          margin-bottom: 40px;
          position: relative;
          transition: all 0.5s; } }
      .thanks-page .trialForm-container .btn-top a span {
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.75;
        color: #FFFFFF;
        background-color: #D23339;
        border-radius: 4px;
        display: block;
        padding-top: 36px;
        padding-bottom: 36px;
        padding-left: 28px;
        position: relative;
        top: 0;
        transition: all 0.5s; }
        @media (max-width: 768px) {
          .thanks-page .trialForm-container .btn-top a span {
            padding-top: 26px;
            padding-bottom: 26px;
            padding-left: 28px; } }
        .thanks-page .trialForm-container .btn-top a span::after {
          content: "";
          width: 20px;
          height: 20px;
          background-size: 20px 20px;
          right: 9px;
          background: url(../../assets/images/arrow_login.svg);
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(-15px, -50%);
          transform: translate(-15px, -50%); }
          @media (max-width: 768px) {
            .thanks-page .trialForm-container .btn-top a span::after {
              width: 14px;
              height: 14px;
              right: 6px; } }
      .thanks-page .trialForm-container .btn-top a:hover {
        cursor: pointer;
        opacity: 1; }
        .thanks-page .trialForm-container .btn-top a:hover span {
          top: -5px;
          margin-top: 0;
          border-radius: 16px; }

/*# sourceMappingURL=main.css.map */
