/***************************************************************************************************************
||||||||||||||||||||||||||||            MASTER STYLESHEET FOR KIPSO         ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
/
/*
* 1. common styles
*/

body {
  font-family: "Noto Sans JP", "Poppins", sans-serif;
  color: #012237 !important;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.02em;
}

.wrapper {
  padding: 20px;
}

html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.max-width500 {
  max-width: 500px !important;
  margin: 0 auto !important;
}

.max-width800 {
  max-width: 800px !important;
  margin: 0 auto !important;
}

.flex-stretch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.flex-stretch-height {
  height: 100%;
}

.red {
  color: #ff015b;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 22px;
}

.text-color-black {
  color: #333 !important;
}

.thm-base-bg {
  background-color: #f16101;
}

.thm-base-bg-2 {
  background-color: #2da397;
}

.thm-gray-bg {
  background-color: #f1f1f1;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1050px;
  }
}

.block-title {
  text-align: center;
  margin-bottom: 50px;
}

.block-title__title {
  position: relative;
  margin: 0;
  color: #012237;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: -15px;
}

.title-line-center,
.title-line-left {
  position: relative;
  font-weight: bold;
}

.title-line-left::after {
  position: absolute;
  content: "";
  bottom: -20px;
  width: 70px;
  left: 0;
  height: 5px;
  background: #ffc107;
}

.title-line-center::after {
  position: absolute;
  content: "";
  bottom: -20px;
  width: 70px;
  height: 5px;
  background: #ffc107;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: #f16101;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 6.5px 27px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thm-btn:hover {
  background-color: #fff;
  color: #012237;
}

.post-pagination {
  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;
}

.post-pagination a {
  border-radius: 50%;
  background-color: #f1f1f1;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 8px 19px;
  color: #012237;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-pagination a:hover,
.post-pagination a.active {
  background-color: #012237;
  color: #fff;
}

.post-pagination a+a {
  margin-left: 15px;
}

.tooltip-inner {
  -webkit-box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #fff;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-image: url(../images/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #f16101;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #012237;
}

.scroll-to-top:hover i {
  color: #fff;
}

/* Cursor Style */
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
* 2. header styles
*/
.topbar-one {
  background-color: #022c46;
}

.topbar-one .container {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topbar-one__right,
.topbar-one__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar-one__right a,
.topbar-one__left a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.topbar-one__right a:hover,
.topbar-one__left a:hover {
  color: #f16101;
}

.topbar-one__right a+a,
.topbar-one__left a+a {
  margin-left: 25px;
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  z-index: 99999999999999999;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
  line-height: 1;
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.header-navigation .main-navigation {
  float: none;
  text-align: right;
  padding-right: 90px;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  justify-content: space-between;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box>li {
  position: relative;
  padding: 35px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}

.header-navigation ul.navigation-box>li+li {
  margin-left: 15px;
}

.header-navigation ul.navigation-box>li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: #012237;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
  color: #f16101;
}

.header-navigation ul.navigation-box>li>.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 911;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #012237;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box>li>.sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box>li>.sub-menu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box>li>.sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>.sub-menu>li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>.sub-menu>li>a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>a {
  color: #fff;
  background: #f16101;
}

.header-navigation ul.navigation-box>li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 911;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #012237;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box>li>ul>li>.sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li>a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.sub-menu>li:hover>a {
  color: #fff;
  background: #f16101;
}

.header-navigation ul.navigation-box>li>ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul>li ul {
  display: none;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.stricked-menu ul.navigation-box>li {
  padding-top: 18px;
  padding-bottom: 18px;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.site-header {
  position: relative;
}

.site-header__decor {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 99;
}

.site-header__decor-row {
  margin-left: -7px;
  margin-right: -7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header__decor-row+* {
  margin-left: 7px;
}

.site-header__decor-single {
  padding-left: 7px;
  padding-right: 7px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33333%;
  flex: 1 1 33.33333%;
  max-width: 33.33333%;
}

[class*="site-header__decor-inner-"] {
  position: relative;
}

[class*="site-header__decor-inner-"]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #2da397;
  opacity: 0.9;
}

.site-header__decor-inner-2::before {
  background-color: #f16101;
}

.site-header__decor-inner-3::before {
  background-color: #7c4bc0;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 90px;
  margin-top: 5px;
}

.header__social a {
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__social a:hover {
  color: #f16101;
}

.header__social a+a {
  margin-left: 40px;
}

.header__search-btn {
  width: 45px;
  height: 45px;
  border-radius: 56%;
  text-align: center;
  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;
  background-color: #2da397;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  color: #fff;
}

.header__search-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #2da397;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__search-btn:hover {
  color: #fff;
}

.header__search-btn:hover:before {
  left: 0;
}

.header__search-form {
  background-color: #f1f1f1;
  width: 100%;
  max-width: 410px;
  height: 68px;
  position: relative;
  margin-left: 60px;
}

.header__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  padding-left: 30px;
}

.header__search-form button[type="submit"] {
  border: none;
  outline: none;
  width: 46px;
  height: 46px;
  border-radius: 56%;
  text-align: center;
  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;
  background-color: #f16101;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.header__search-form button[type="submit"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #f16101;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__search-form button[type="submit"]:hover {
  color: #fff;
}

.header__search-form button[type="submit"]:hover:before {
  left: 0;
}

@media (min-width: 1200px) {
  .site-header__header-two .container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 100%;
  }
}

.site-header__header-two .header-navigation .container .logo-box {
  left: 60px;
  -webkit-box-flex: wrap;
  -ms-flex: wrap;
  flex: wrap;
  width: 100%;
}

.site-header__header-two .header-navigation .container .right-side-box {
  right: 60px;
}

.site-header__header-two .header-navigation ul.navigation-box>li {
  padding: 0;
}

.site-header__header-two .header-navigation .main-navigation {
  text-align: center;
  padding-right: 0;
  padding-left: 0px;
}

.site-header__header-two .header__social {
  margin: 0;
}

.site-header__header-two .stricked-menu ul.navigation-box>li {
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-header__home-three {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.site-header__home-three .topbar-one {
  background-color: #2da397;
}

.site-header__home-three .header-navigation .main-navigation {
  text-align: center;
  padding-right: 0;
}

.site-header__home-three .header__social a,
.site-header__home-three .header-navigation ul.navigation-box>li>a {
  color: #fff;
}

.site-header__home-three .header__social a:hover,
.site-header__home-three .header-navigation ul.navigation-box>li>a:hover {
  color: #f16101;
}

.site-header__home-three .header-navigation ul.navigation-box>li.current>a,
.site-header__home-three .header-navigation ul.navigation-box>li:hover>a {
  color: #f16101;
}

.site-header__home-three .stricked-menu {
  background-color: #012237;
}

.site-header__home-three .header__social {
  margin: 0;
}

.site-header__inner-page .header-navigation .main-navigation {
  padding-right: 55px;
}

.site-header__inner-page .header__search-btn {
  background-color: transparent;
  color: #012237;
}

.site-header__inner-page .header__search-btn::before {
  display: none;
}

img.main-logo {
  height: 90px;
  width: auto;
}

@media only screen and (min-width: 1200px) {
  .logo-spplay {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .logo-spplay {
    display: block;
  }
}

/*
* 3. slider styles
*/
.banner-wrapper {
  position: relative;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .banner-wrapper {
    overflow: hidden;
  }
}

.banner-wrapper .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  text-align: right;
  display: none !important;
}

.banner-wrapper .owl-dots .owl-dot {
  position: relative;
  z-index: 991;
}

.banner-wrapper .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: 0.2;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner-wrapper .owl-dots .owl-dot+.owl-dot {
  margin-left: 7px;
}

.banner-wrapper .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: transparent;
}

.banner-wrapper .owl-carousel .owl-item img {
  width: auto;
}

.banner-wrapper .owl-theme .owl-nav {
  display: none;
  margin: 0;
}

.banner-wrapper .banner-carousel-btn [class*="banner-carousel-btn__"] {
  width: 60px;
  height: 60px;
  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;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #012237;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 91;
}

.banner-wrapper .banner-carousel-btn [class*="banner-carousel-btn__"] i {
  font-size: 22px;
}

.banner-wrapper .banner-carousel-btn [class*="banner-carousel-btn__"]::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner-carousel-btn__left-btn {
  left: 5%;
}

.banner-carousel-btn__left-btn:before {
  left: 7px;
}

.banner-carousel-btn__left-btn:hover:before {
  left: 0;
}

.banner-carousel-btn__right-btn {
  right: 5%;
}

.banner-carousel-btn__right-btn:before {
  right: 7px;
}

.banner-carousel-btn__right-btn:hover:before {
  right: 0;
}

.banner-one .container {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
}

.banner-one__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #022c46;
}

.banner-one__slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/patter-1-1.jpg);
  opacity: 0.08;
}

.banner-one__light-color {
  color: #fff;
}

.banner-one__title {
  font-size: 140px;
  line-height: 120px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-one__tag-line {
  margin: 0;
  font-size: 50px;
  font-family: "Satisfy";
  color: white;
  text-decoration: underline;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  margin-bottom: 55px;
}

.banner-one__btn {
  font-size: 18px;
  padding: 21.5px 59.5px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-one__person {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.05);
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-one__scratch {
  position: absolute;
  right: -5%;
  top: 20%;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-one [class*="banner-one__bubble-"] {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.banner-one__bubble-1 {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #1888c9;
  top: 20%;
  left: -3%;
  -webkit-animation-name: bubbleMoveOne;
  animation-name: bubbleMoveOne;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.banner-one__bubble-2 {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #7c4bc0;
  right: 35%;
  top: 20%;
  -webkit-animation-name: bubbleMoveTwo;
  animation-name: bubbleMoveTwo;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.banner-one__bubble-3 {
  position: absolute;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border: 24px solid #33a9bb;
  right: 35%;
  bottom: 10%;
  -webkit-animation-name: globeRotate;
  animation-name: globeRotate;
  -webkit-animation-duration: 10s !important;
  animation-duration: 10s !important;
}

.banner-one .active .banner-one__title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.banner-one .active .banner-one__tag-line {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.banner-one .active .banner-one__btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.banner-one .active .banner-one__person {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.banner-one .active .banner-one__scratch {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.banner-one__cta {
  width: 100%;
  max-width: 544px;
  background-color: #2da397;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0;
  padding-left: 60px;
  padding-right: 60px;
}

.banner-one__cta-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.banner-one__cta-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: -10px;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner-one__cta-icon:hover:before {
  left: 0;
}

.banner-one__cta-icon i {
  line-height: 70px;
  color: #2da397;
  font-size: 38px;
}

.banner-one__cta-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 30px;
}

.banner-one__cta-text {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}

.banner-one__cta a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner-one__cta a:hover {
  color: #f16101;
}

.banner-one__cta-link {
  color: #fff;
  font-size: 32px;
}

.banner-two .container {
  position: relative;
  padding-top: 200px;
  padding-bottom: 245px;
}

.banner-two__slide {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner-two__light-color {
  color: #fff;
}

.banner-two__title {
  font-size: 100px;
  line-height: 100px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0;
  margin-bottom: 60px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-two__tag-line {
  margin: 0;
  font-size: 40px;
  font-family: "Satisfy";
  color: white;
  text-decoration: underline;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  margin-bottom: 30px;
}

.banner-two__btn {
  font-size: 18px;
  padding: 21.5px 59.5px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-two .active .banner-two__title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.banner-two .active .banner-two__tag-line {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.banner-two .active .banner-two__btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes bubbleMoveOne {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }

  20% {
    -webkit-transform: translateX(20px) translateY(-20px);
    transform: translateX(20px) translateY(-20px);
  }

  40% {
    -webkit-transform: translateX(40px) translateY(-40px);
    transform: translateX(40px) translateY(-40px);
  }

  80% {
    -webkit-transform: translateX(20px) translateY(-20px);
    transform: translateX(20px) translateY(-20px);
  }

  100% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}

@keyframes bubbleMoveOne {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }

  20% {
    -webkit-transform: translateX(20px) translateY(-20px);
    transform: translateX(20px) translateY(-20px);
  }

  40% {
    -webkit-transform: translateX(40px) translateY(-40px);
    transform: translateX(40px) translateY(-40px);
  }

  80% {
    -webkit-transform: translateX(20px) translateY(-20px);
    transform: translateX(20px) translateY(-20px);
  }

  100% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}

@-webkit-keyframes bubbleMoveTwo {
  0% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
    transform: scale(1) translateX(0px) translateY(0px);
  }

  20% {
    -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
    transform: scale(1.1) translateX(20px) translateY(20px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(40px) translateY(40px);
    transform: scale(1.2) translateX(40px) translateY(40px);
  }

  80% {
    -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
    transform: scale(1.1) translateX(20px) translateY(20px);
  }

  100% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
    transform: scale(1) translateX(0px) translateY(0px);
  }
}

@keyframes bubbleMoveTwo {
  0% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
    transform: scale(1) translateX(0px) translateY(0px);
  }

  20% {
    -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
    transform: scale(1.1) translateX(20px) translateY(20px);
  }

  40% {
    -webkit-transform: scale(1.2) translateX(40px) translateY(40px);
    transform: scale(1.2) translateX(40px) translateY(40px);
  }

  80% {
    -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
    transform: scale(1.1) translateX(20px) translateY(20px);
  }

  100% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
    transform: scale(1) translateX(0px) translateY(0px);
  }
}

@-webkit-keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
    transform: perspective(200px) rotateX(0deg) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(200px) rotateX(360deg);
    transform: perspective(200px) rotateX(360deg);
  }

  51% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
    transform: perspective(200px) rotateX(0deg) rotateY(0);
  }

  100% {
    -webkit-transform: perspective(200px) rotateY(360deg);
    transform: perspective(200px) rotateY(360deg);
  }
}

@keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
    transform: perspective(200px) rotateX(0deg) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(200px) rotateX(360deg);
    transform: perspective(200px) rotateX(360deg);
  }

  51% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
    transform: perspective(200px) rotateX(0deg) rotateY(0);
  }

  100% {
    -webkit-transform: perspective(200px) rotateY(360deg);
    transform: perspective(200px) rotateY(360deg);
  }
}

.slider-three {
  padding-top: 310px;
  padding-bottom: 210px;
  margin-top: 47px;
  position: relative;
  background-color: #012237;
}

.slider-three__title {
  font-size: 80px;
  line-height: 80px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0;
  margin-bottom: 20px;
}

.slider-three__tag-line {
  margin: 0;
  font-size: 34px;
  font-family: "Satisfy";
  color: #f16101;
  text-decoration: underline;
  margin-bottom: 15px;
}

.slider-three__text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 50;
  color: rgba(255, 255, 255, 0.6);
}

.slider-three__search {
  position: relative;
  margin-top: 45px;
}

.slider-three__search input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  background-color: #fff;
  height: 78px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 30px;
}

.slider-three__search button[type="submit"] {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f16101;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider-three__search button[type="submit"] i {
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider-three__search button[type="submit"]:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #f16101;
  position: absolute;
  left: -5px;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider-three__search button[type="submit"]:hover:before {
  left: 0;
}

[class*="slider-three__icon-"] {
  position: absolute;
}

.slider-three__icon-1 {
  top: 15%;
  left: 10%;
  -webkit-animation-name: bubbleMoveTwo;
  animation-name: bubbleMoveTwo;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slider-three__icon-2 {
  bottom: 10%;
  left: 0;
  -webkit-animation-name: bubbleMoveOne;
  animation-name: bubbleMoveOne;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slider-three__icon-3 {
  top: 20%;
  left: 45%;
  -webkit-animation-name: globeRotate;
  animation-name: globeRotate;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slider-three__icon-4 {
  bottom: 15%;
  left: 55%;
  -webkit-animation-name: bubbleMoveOne;
  animation-name: bubbleMoveOne;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slider-three__icon-5 {
  top: 15%;
  right: 30%;
  -webkit-animation-name: bubbleMoveTwo;
  animation-name: bubbleMoveTwo;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/*
* 4. contact styles
*/
.google-map__contact {
  display: block;
  width: 100%;
  height: 560px;
  border: none;
  outline: none;
}

.contact-info-one {
  padding-top: 120px;
}

.contact-info-one__title {
  margin: 0;
  color: #012237;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 55px;
}

.contact-info-one__text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-top: -15px;
  margin-bottom: -10px;
}

.contact-info-one__icon {
  width: 112px;
  height: 112px;
  background-color: #f16101;
  border-radius: 50%;
  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;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.contact-info-one__icon::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #f16101;
  position: absolute;
  top: 0;
  left: -10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
}

.contact-info-one__icon i {
  font-size: 54px;
  color: #fff;
}

.contact-info-one [class*="col-lg-"]:nth-child(2) .contact-info-one__icon {
  background-color: #2da397;
}

.contact-info-one [class*="col-lg-"]:nth-child(2) .contact-info-one__icon::before {
  border-color: #2da397;
}

.contact-info-one [class*="col-lg-"]:nth-child(3) .contact-info-one__icon {
  background-color: #7c4bc0;
}

.contact-info-one [class*="col-lg-"]:nth-child(3) .contact-info-one__icon::before {
  border-color: #7c4bc0;
}

.contact-info-one__single {
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  background-color: white;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  padding-top: 48px;
  padding-bottom: 48px;
}

.contact-info-one__single:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.contact-info-one__single:hover .contact-info-one__icon:before {
  left: 0;
}

.contact-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (min-width: 1200px) {
  .contact-one .container {
    max-width: 800px;
  }
}

.contact-one__title {
  font-size: 60px;
  font-weight: bold;
  color: #012237;
  margin: 0;
  margin-bottom: 45px;
}

.contact-one input,
.contact-one textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  background-color: #f1f1f1;
  height: 77px;
  padding-left: 40px;
  margin-bottom: 10px;
}

.contact-one textarea {
  height: 211px;
  padding-top: 25px;
}

.contact-one .row.low-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.contact-one .row.low-gutters>[class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.contact-one__btn {
  padding: 22px 72px;
}

.contact-one__btn:hover {
  background-color: #012237;
  color: #fff;
}

/*
* 5. gallery styles
*/
.gallery-one {
  padding-top: 120px;
  padding-bottom: 90px;
}

.gallery-one__single {
  margin-bottom: 30px;
  position: relative;
}

.gallery-one__single>img {
  width: 100%;
}

.gallery-one__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f16101;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gallery-one__single:hover::before {
  opacity: 0.9;
}

.gallery-one__single:hover .gallery-one__popup {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.gallery-one__popup {
  font-size: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.gallery-one__popup i {
  color: #fff;
}

/*
* 6. faq styles
*/
.faq-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.faq-one [class*="col-lg-"] {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 70px;
  padding-bottom: 70px;
}

.faq-one [class*="col-lg-"]:nth-child(odd) {
  padding-right: 76px;
}

.faq-one [class*="col-lg-"]:nth-child(even) {
  border-left: 1px solid #f1f1f1;
  padding-left: 76px;
}

.faq-one [class*="col-lg-"]:nth-child(1),
.faq-one [class*="col-lg-"]:nth-child(2) {
  padding-top: 0;
}

.faq-one [class*="col-lg-"]:nth-child(1) .faq-one__icon span {
  background-color: #1888c9;
}

.faq-one [class*="col-lg-"]:nth-child(1) .faq-one__icon span:before {
  border-color: #1888c9;
}

.faq-one [class*="col-lg-"]:nth-child(1) .faq-one__icon span {
  background-color: #1888c9;
}

.faq-one [class*="col-lg-"]:nth-child(1) .faq-one__icon span:before {
  border-color: #1888c9;
}

.faq-one [class*="col-lg-"]:nth-child(2) .faq-one__icon span {
  background-color: #7c4bc0;
}

.faq-one [class*="col-lg-"]:nth-child(2) .faq-one__icon span:before {
  border-color: #7c4bc0;
}

.faq-one [class*="col-lg-"]:nth-child(3) .faq-one__icon span {
  background-color: #f16101;
}

.faq-one [class*="col-lg-"]:nth-child(3) .faq-one__icon span:before {
  border-color: #f16101;
}

.faq-one [class*="col-lg-"]:nth-child(4) .faq-one__icon span {
  background-color: #2da397;
}

.faq-one [class*="col-lg-"]:nth-child(4) .faq-one__icon span:before {
  border-color: #2da397;
}

.faq-one [class*="col-lg-"]:nth-child(5) .faq-one__icon span {
  background-color: #d23f3f;
}

.faq-one [class*="col-lg-"]:nth-child(5) .faq-one__icon span:before {
  border-color: #d23f3f;
}

.faq-one [class*="col-lg-"]:nth-child(6) .faq-one__icon span {
  background-color: #33a9bb;
}

.faq-one [class*="col-lg-"]:nth-child(6) .faq-one__icon span:before {
  border-color: #33a9bb;
}

.faq-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-one__single:hover .faq-one__icon span::before {
  left: 0;
}

.faq-one__icon {
  margin-right: 30px;
}

.faq-one__icon span {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #f16101;
  font-family: "Satisfy";
  line-height: 70px;
  position: relative;
}

.faq-one__icon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #f16101;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq-one__title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #012237;
  margin-bottom: 55px;
}

.faq-one__text {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  margin-top: -10px;
  margin-bottom: -10px;
}

/*
* 7. cta styles
*/
.cta-one {
  background-color: #f16101;
  padding-top: 101.5px;
  padding-bottom: 101.5px;
}

.cta-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-one__title {
  margin: 0;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin-top: -10px;
}

.cta-one__btn {
  font-size: 18px;
  color: #fff;
  background-color: #012237;
  padding: 21.5px 47.5px;
}

.cta-one__home-one {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  padding-top: 121px;
  padding-bottom: 121px;
}

.cta-one__home-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f16101;
  opacity: 0.9;
}

.cta-one__home-one .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.cta-one__home-one .cta-one__title {
  font-size: 32px;
  margin-bottom: 60px;
}

.cta-two .container-fluid {
  padding: 0;
}

.cta-two .thm-base-bg-2 .cta-two__icon span i {
  color: #2da397;
}

.cta-two__single {
  padding-left: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 118px;
  padding-bottom: 118px;
}

.cta-two__icon {
  margin-right: 60px;
}

.cta-two__icon span {
  background-color: #fff;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  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;
  text-align: center;
  position: relative;
}

.cta-two__icon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cta-two__icon span:hover:before {
  left: 0;
}

.cta-two__icon span i {
  color: #f16101;
  font-size: 64px;
}

.cta-two__title {
  margin: 0;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}

.cta-two__text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  margin-top: -10px;
  margin-bottom: -5px;
}

.cta-two__btn {
  font-size: 18px;
  color: #fff;
  background-color: #012237;
  padding: 16.5px 47.5px;
  margin-top: 35px;
}

.cta-three .block-title {
  margin-bottom: 45px;
}

.cta-three .block-title__title {
  font-size: 50px;
}

.cta-three__image {
  float: right;
}

.cta-three__content {
  padding: 105px 0;
  padding-left: 70px;
}

.cta-three__text {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 60px;
}

.cta-three i {
  font-size: 64px;
  color: #2da397;
}

.cta-three__single-text {
  font-size: 18px;
  font-weight: 600;
  color: #012237;
  line-height: 1.2em;
  margin: 0;
  margin-top: 20px;
}

.cta-three__single {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  max-width: 33.333%;
  padding-left: 45px;
  padding-right: 45px;
}

.cta-three__single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -45px;
  margin-right: -45px;
  margin-top: -10px;
  margin-bottom: 50px;
}

.cta-three .thm-btn {
  padding: 21.5px 68px;
}

.cta-four {
  padding-top: 120px;
  padding-bottom: 472px;
  background-image: url(../images/teacher-1-1.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
}

.cta-four__stripe {
  position: absolute;
  top: -2%;
  left: 10%;
}

.cta-four__line {
  position: absolute;
  top: 3%;
  right: 5%;
}

.cta-four__text {
  font-size: 18px;
  line-height: 36px;
  margin: 0;
}

.cta-four .block-title {
  margin-bottom: 35px;
}

.cta-five {
  position: relative;
  background-image: url(../images/cta-map-1-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2da397;
  padding: 120px 0;
}

.cta-five__title {
  margin: 0;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}

.cta-five__text {
  margin: 0;
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}

.cta-five__btn {
  padding: 21.5px 68px;
  font-size: 18px;
  margin-top: 50px;
}

[class*="cta-five__members-"] {
  width: 71px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 50%;
  -webkit-animation-name: bubbleMoveTwo;
  animation-name: bubbleMoveTwo;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.cta-five__members-1 {
  top: 10%;
  left: 25%;
}

.cta-five__members-2 {
  top: 45%;
  left: 25%;
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}

.cta-five__members-3 {
  bottom: 10%;
  left: 12%;
}

.cta-five__members-4 {
  top: 15%;
  right: 15%;
}

.cta-five__members-5 {
  top: 45%;
  right: 5%;
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}

.cta-five__members-6 {
  bottom: 15%;
  right: 25%;
}

[class*="cta-five__bubble-"] {
  background-color: #f16101;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  width: 47px;
  height: 47px;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 47px;
}

[class*="cta-five__bubble-"] i.fa-rocket {
  font-size: 18px;
}

.cta-five__bubble-1 {
  top: 40%;
  left: 10%;
}

.cta-five__bubble-2 {
  bottom: 30%;
  right: 10%;
}

.cta-six {
  position: relative;
}

.cta-six__line {
  position: absolute;
  left: 10%;
  top: 30%;
}

.cta-six .container-fluid {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.cta-six__left {
  float: left;
  width: 100%;
  max-width: 56.62%;
}

.cta-six__right {
  float: left;
  width: 100%;
  max-width: 43.38%;
}

.cta-six__content {
  padding: 120px 0;
  margin-left: auto;
  max-width: 580px;
  margin-right: 120px;
}

.cta-six__title {
  padding-top: 41px;
  padding-bottom: 41px;
  padding-left: 80px;
  margin: 0;
  background-color: #012237;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  position: relative;
}

.cta-six__title::before {
  content: "";
  width: 35px;
  height: 10px;
  background-color: #012237;
  position: absolute;
  bottom: 100%;
  left: 80px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.cta-six__title span {
  font-size: 40px;
  color: #f16101;
  font-family: "Satisfy";
  font-weight: 400;
}

/*
* 8. team styles
*/
.team-one {
  padding-bottom: 90px;
  padding-top: 120px;
}

@media (max-width: 768px) {
  .team-one {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.team-one__single {
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team-one__image {
  text-align: center;
  margin-bottom: -103px;
}

.team-one__image img {
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-one__content {
  text-align: center;
  border: 2px solid #f1f1f1;
  padding-bottom: 30px;
  padding-top: 135px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .team-one__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.team-one__content p {
  text-align: left;
}

.team-one__social {
  background-color: #f1f1f1;
  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;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

.team-one__social a {
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team-one__social a:hover {
  color: #f16101;
}

.team-one__social a+a {
  margin-left: 28px;
}

.team-one__name {
  font-size: 20px;
  font-weight: 600;
  color: #012237;
  margin: 0;
  margin-bottom: -5px;
}

.team-one__name a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team-one__name a:hover {
  color: #f16101;
}

.team-one__designation {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  text-align: center !important;
  margin-bottom: 20px;
}

.team-one__text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: -10px;
}

.team-details {
  padding-top: 40px;
  padding-bottom: 60px;
}

.team-details .team-one__image {
  margin-bottom: 0;
}

.team-details .team-one__image img {
  border-radius: 0;
}

.team-details .team-one__content {
  padding-top: 30px;
}

.team-details .team-one__designation {
  margin-bottom: 0;
}

.team-details__title {
  margin: 0;
  color: #012237;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .team-details__title {
    font-size: 26px;
  }

  .team-details {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.team-details__text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.team-details__subtitle {
  margin: 0;
  color: #012237;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.team-details__certificate-list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.team-details__certificate-list li+li {
  margin-left: 25px;
}

.progress-one__single+.progress-one__single {
  margin-top: 20px;
}

.progress-one__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #012237;
  line-height: 1em;
}

.progress-one__percent {
  margin: 0;
  font-size: 20px;
  color: #f16101;
  font-family: "Satisfy";
  line-height: 1em;
}

.progress-one__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.progress-one__bar {
  width: 100%;
  height: 5px;
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}

.progress-one__bar span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2da397;
  height: 100%;
}

.team-tab {
  position: relative;
  background-color: #022c46;
}

.team-tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/patter-1-1.jpg);
  opacity: 0.08;
}

.team-tab .container {
  position: relative;
}

.team-tab__content {
  padding-right: 80px;
}

.team-tab__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team-tab__title {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.team-tab__designation {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #94a2ab;
  margin: 0;
}

.team-tab__text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #94a2ab;
  margin-top: 10px;
  margin-bottom: 20px;
}

.team-tab__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-tab__social a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team-tab__social a:hover {
  color: #f16101;
}

.team-tab__social a+a {
  margin-left: 38px;
}

.team-tab .progress-one__bar {
  background-color: rgba(255, 255, 255, 0.2);
}

.team-tab .progress-one__percent {
  color: #fff;
}

.team-tab .progress-one__title {
  color: #fff;
}

.team-tab__btn {
  font-size: 18px;
  padding: 21.5px 47.5px;
  margin-top: 40px;
}

.team-tab__tab-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 100px;
  right: 20%;
  border: none;
}

.team-tab__tab-navs img {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #012237;
  -webkit-box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.2);
  width: 82px;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team-tab__tab-navs .active img {
  opacity: 1;
}

.team-tab__tab-navs li+li {
  margin-left: 10px;
}

/*
* 9. pricing styles
*/
.pricing-one {
  background-color: #f1f1f1;
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url(../images/our-numbers-bg.jpg);
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.pricing-one [class*="col-lg-"]:nth-child(1) .pricing-one__tag-line,
.pricing-one [class*="col-lg-"]:nth-child(1) .pricing-one__price {
  color: #2da397;
}

.pricing-one:after {
  background-color: rgb(241 199 0 / 66%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pricing-one div {
  z-index: 2;
}

.pricing-one h2,
.pricing-one h3 {
  color: #012237;
}

.pricing-one p,
.pricing-one h2,
.pricing-one h3 {
  margin: 0;
  padding: 0.2em;
  position: relative;
  z-index: 1;
}

.width100 {
  width: 100%;
}

.pricing-one h2::after {
  position: absolute;
  content: "";
  bottom: -20px;
  width: 70px;
  height: 5px;
  background: #ffc107;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.start-area {
  background-color: #f8f8f8;
  padding-top: 6em;
}

@media (max-width: 768px) {
  .start-area {
    padding-top: 3em;
  }
}

.title-line-center-white::after {
  position: absolute;
  content: "";
  bottom: -20px;
  width: 70px;
  height: 3px;
  background: #ffffff;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.pricing-one__single {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 60px;
  background-color: #fff;
}

.pricing-one__inner {
  position: relative;
  z-index: 11;
}

.pricing-one__price {
  font-size: 18px;
  margin: 0;
  line-height: 1em;
  margin-bottom: -15px;
}

.pricing-one__name {
  color: #012237;
  text-transform: uppercase;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}

.pricing-one__list {
  margin: 0;
  border-top: 1px solid #f1f1f1;
  padding-top: 40px;
  margin-bottom: 35px;
}

.pricing-one__list li {
  font-size: 18px;
  line-height: 1em;
}

.pricing-one__list li+li {
  margin-top: 30px;
}

.pricing-one__btn {
  background-color: #f1f1f1;
  font-size: 18px;
  padding: 16.5px 48px;
  margin-bottom: 40px;
}

.pricing-one__btn:hover {
  background-color: #f16101;
  color: #fff;
}

.pricing-one__tag-line {
  font-size: 12px;
  color: #2da397;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1em;
  margin: 0;
}

/*
* 10. become-teacher styles
*/
.become-teacher {
  padding-top: 120px;
}

.become-teacher__form {
  padding-left: 70px;
  position: relative;
}

.become-teacher__form:before {
  content: "";
  width: 197px;
  height: 268px;
  background-image: url(../images/dot-pattern-1-1.png);
  position: absolute;
  bottom: -11%;
  left: 87%;
  z-index: -1;
}

.become-teacher__form-top {
  background-color: #2da397;
  padding-left: 60px;
  position: relative;
}

.become-teacher__form-top::before {
  content: "";
  width: 38px;
  height: 10px;
  background-image: url(../images/become-form-angle.png);
  background-position: 0 0;
  position: absolute;
  top: 100%;
  left: 60px;
}

.become-teacher__form-title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 29px 0;
}

.become-teacher__form-content {
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  background-color: white;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.become-teacher__form input {
  border: none;
  outline: none;
  width: 100%;
  background-color: #f1f1f1;
  height: 77px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 40px;
  display: block;
  margin-bottom: 10px;
}

.become-teacher__form label {
  display: block;
}

.become-teacher__form-btn {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 21.5px 58px;
}

.become-teacher__form-btn:hover {
  background-color: #012237;
  color: #fff;
}

.become-teacher__title {
  margin: 0;
  color: #012237;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 40px;
}

.become-teacher__subtitle {
  font-size: 20px;
  color: #012237;
  font-weight: 600;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}

.become-teacher__text {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
}

/*
* course styles
*/
.course-one {
  padding-bottom: 40px;
}

.course-one .post-pagination {
  margin-top: 30px;
}

.course-one__carousel .color-1 .course-one__category {
  background-color: #7c4bc0;
}

.course-one__carousel .color-2 .course-one__category {
  background-color: #1888c9;
}

.course-one__carousel .color-3 .course-one__category {
  background-color: #d23f3f;
}

.course-one__carousel .color-4 .course-one__category {
  background-color: #2da397;
}

.course-one__carousel .color-5 .course-one__category {
  background-color: #d23f3f;
}

.course-one__carousel .color-6 .course-one__category {
  background-color: #33a9bb;
}

.course-one__carousel .color-7 .course-one__category {
  background-image: linear-gradient(90deg, rgb(54 93 182), rgb(100 58 165));
}

/*course-listコースのボックスカラー*/
/*color*/

.instagram-color:before {
  border-color: #FF005E !important;
}

.chatgpt-color:before {
  border-color: #3a5bb5 !important;
}

.marketing-color:before {
  border-color: #9c2aba !important;
}

.online-color:before {
  border-color: #e8650b !important;
}

.webdesign-color:before {
  border-color: #d23279 !important;
}

.lstep-color:before {
  border-color: #16b648 !important;
  /*#2da397!important;*/
}

.movie-color:before {
  border-color: #3a62d3 !important;
}

.copy-color:before {
  border-color: #e73b3b !important;
}

.webad-color:before {
  border-color: #0aa5aa !important;
}

.programming-color:before {
  border-color: #7c4bc0 !important;
}

.small-startup-color:before {
  border-color: #00a584 !important;
}

.money-rule-color:before {
  border-color: #e2b120 !important;
}

.instagram-color:after {
  background-image: linear-gradient(90deg, rgb(255 0 94), rgb(211 0 197));
}

.chatgpt-color:after {
  background-image: linear-gradient(90deg, rgb(54 93 182), rgb(100 58 165));
}

.marketing-color:after {
  background-color: #9c2aba !important;
}

.online-color:after {
  background-color: #e8650b !important;
}

.webdesign-color:after {
  background-color: #d23279 !important;
}

.lstep-color:after {
  background-color: #16b648 !important;
}

.movie-color:after {
  background-color: #3a62d3 !important;
}

.copy-color:after {
  background-color: #e73b3b !important;
}

.webad-color:after {
  background-color: #0aa5aa !important;
}

.programming-color:after {
  background-color: #7c4bc0 !important;
}

.small-startup-color:after {
  background-color: #00a584 !important;
}

.money-rule-color:after {
  background-color: #e2b120 !important;
}

/**/
.course-one [class*="col-lg-"]:nth-child(1) .course-one__category {
  background-color: #7c4bc0;
}

.course-one [class*="col-lg-"]:nth-child(2) .course-one__category {
  background-color: #1888c9;
}

.course-one [class*="col-lg-"]:nth-child(3) .course-one__category {
  background-color: #d23f3f;
}

.course-one [class*="col-lg-"]:nth-child(4) .course-one__category {
  background-color: #2da397;
}

.course-one [class*="col-lg-"]:nth-child(5) .course-one__category {
  background-color: #d23f3f;
}

.course-one [class*="col-lg-"]:nth-child(6) .course-one__category {
  background-color: #33a9bb;
}

.course-one [class*="col-lg-"]:nth-child(7) .course-one__category {
  background-color: #0095ec;
}

.course-one__single {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-one__single:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.course-one__image {
  position: relative;
}

.course-one__image>img {
  width: 100%;
}

.course-one__image i {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
}

.course-one__category {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  letter-spacing: 0.2em;
  background-color: #f16101;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 27px;
  padding: 0 17px;
  position: absolute;
  left: 50px;
  top: 10.5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
}

.course-one__category:hover {
  color: #fff;
  background-color: #012237;
}

.course-one__content {
  padding-left: 45px;
  width: 100%;
  margin: 0 auto;
  padding-right: 45px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  border-top: 0;
  background-color: #fff;
}

.course-one__admin {
  margin: 40px auto;
  width: 100%;
  max-width: 300px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: center;
}

.course-one__admin>img {
  width: 100% !important;
  margin-right: 10px;
  clip-path: circle(40% at center);
}

.course-one__admin a {
  color: #2da397;
  margin-left: 5px;
}

.course-one__image>img {
  width: 100%;
}

.course-one__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-one__stars-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-one__stars-wrap i {
  font-size: 18px;
  color: #f16101;
}

.course-one__title {
  font-size: 24px;
  font-weight: 600;
  color: #012237;
  margin: 0;
  margin-bottom: 5px;
}

.course-one__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-one__title a:hover {
  color: #f16101;
}

.course-one__count {
  font-size: 18px;
  font-weight: 500;
  color: #012237;
  margin-left: 10px;
}

.course-one__stars-count {
  font-size: 11px;
  font-weight: 500;
  background-color: #f1f1f1;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}

.course-one__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #f1f1f1;
  padding-top: 20px;
  margin-top: 15px;
}

.course-one__meta a {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-one__meta a:hover {
  color: #2da397;
}

.course-one__meta a:hover i {
  color: #012237;
}

.course-one__meta a:last-child {
  color: #012237;
  font-weight: 600;
}

.course-one__meta i {
  font-size: 18px;
  color: #f16101;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-one__link {
  background-color: #f1f1f1;
  width: 100%;
  font-size: 18px;
  color: #81868a;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 11.5px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 20px;
}

.course-one__link:hover {
  background-color: #ffc107;
  color: #fff;
}

.course-one__teacher-details {
  padding-bottom: 90px;
  padding-top: 90px;
}

.course-one__top-title {
  padding: 60px 0;
  position: relative;
}

.course-one__top-title::before {
  content: "";
  width: 145px;
  margin-top: -5px;
  height: 60px;
  background-color: #f1f1f1;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.course-details {
  padding: 120px 0;
}

.course-details .list-unstyled {
  margin-bottom: 0;
}

.course-details .course-one__category {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.course-details__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.course-details__author a {
  color: #2da397;
  margin-left: 10px;
}

.course-details__author img {
  width: 53px;
  border-radius: 50%;
  margin-right: 20px;
}

.course-details__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.course-details__title {
  font-size: 40px;
  font-weight: 600;
  color: #012237;
  margin: 0;
  margin-bottom: 5px;
}

.course-details__progress-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-details__progress-text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  min-width: 100px;
}

.course-details__progress-count {
  margin: 0;
  font-family: "Satisfy";
}

.course-details__progress-bar {
  position: relative;
  width: 210px;
  height: 2px;
  background-color: #f1f1f1;
  margin-left: 20px;
  margin-right: 20px;
}

.course-details__progress-bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f16101;
}

.course-details__progress-bar span.no-bubble:before {
  display: none;
}

.course-details__progress-bar span:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #f16101;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course-details__review-box {
  width: 237px;
  height: 237px;
  border-radius: 50%;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f1f1f1;
}

.course-details__review-count {
  margin: 0;
  line-height: 1em;
  font-size: 60px;
  color: #2da397;
  margin-bottom: 5px;
}

.course-details__review-stars {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 15px;
}

.course-details__review-stars i {
  color: #f16101;
}

.course-details__review-text {
  margin: 0;
  line-height: 1em;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.course-details__comment {
  margin-left: -50px;
  margin-right: -50px;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 40px;
  margin-top: 50px;
}

.course-details__comment-top,
.course-details__comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-details__comment-single+.course-details__comment-single {
  padding-top: 50px;
  margin-top: 40px;
  border-top: 2px solid #f1f1f1;
}

.course-details__comment-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-details__comment-img {
  width: 76px;
  margin-right: 20px;
}

.course-details__comment-img>img {
  width: 100%;
}

.course-details__comment-name {
  font-size: 20px;
  font-weight: 600;
  color: #012237;
  margin: 0;
}

.course-details__comment-date {
  font-size: 18px;
  color: #2da397;
  margin: 0;
  font-weight: 500;
  margin-right: 20px;
}

.course-details__comment-stars {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-details__comment-stars i {
  color: #f16101;
}

.course-details__comment-stars i.star-disabled {
  color: #f1f1f1;
}

.course-details__comment-text {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
  margin-top: 20px;
}

.course-details__comment-form-text {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}

.course-details__comment-form-text a {
  font-size: 20px;
  color: #f1f1f1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-details__comment-form-text a:focus,
.course-details__comment-form-text a:hover {
  color: #f16101;
  cursor: pointer;
}

.course-details__comment-form input,
.course-details__comment-form textarea {
  display: block;
  width: 100%;
  height: 77px;
  background-color: #f1f1f1;
  font-size: 18px;
  font-weight: 500;
  border: none;
  outline: none;
  padding-left: 40px;
  margin-bottom: 10px;
}

.course-details__comment-form textarea {
  height: 210px;
}

.course-details__comment-form-btn {
  font-size: 18px;
  padding: 21.5px 58px;
}

.course-details__comment-form-btn:hover {
  background-color: #012237;
  color: #fff;
}

.course-details__tab-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1f1;
  margin-top: 30px;
  margin-bottom: 0;
}

.course-details__tab-navs li {
  line-height: 1em;
}

.course-details__tab-navs li a {
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 30.5px 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.course-details__tab-navs li a::before {
  content: "";
  width: 35px;
  height: 10px;
  background-color: #2da397;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.course-details__tab-navs li a:hover,
.course-details__tab-navs li a.active {
  background-color: #2da397;
  color: #fff;
}

.course-details__tab-navs li a:hover:before,
.course-details__tab-navs li a.active:before {
  -webkit-transform: translateX(-50%) scaleY(1);
  transform: translateX(-50%) scaleY(1);
}

.course-details__tab-content {
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  padding: 50px;
}

.course-details__tab-content .course-details__meta-icon {
  width: 30px;
  height: 30px;
}

.course-details__tab-content .course-details__meta-icon i {
  font-size: 12px;
}

.course-details__tab-content .course-details__meta-icon:before {
  border-width: 1px;
}

.course-details__tab-content .course-details__meta-icon.video-icon {
  background-color: #7c4bc0;
}

.course-details__tab-content .course-details__meta-icon.video-icon:before {
  border-color: #7c4bc0;
}

.course-details__tab-content .course-details__meta-icon.file-icon {
  background-color: #f16101;
}

.course-details__tab-content .course-details__meta-icon.file-icon:before {
  border-color: #f16101;
}

.course-details__tab-content .course-details__meta-icon.quiz-icon {
  background-color: #d23f3f;
}

.course-details__tab-content .course-details__meta-icon.quiz-icon:before {
  border-color: #d23f3f;
}

.course-details__tab-text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.course-details__tab-title {
  font-size: 20px;
  color: #012237;
  font-weight: 600;
  margin: 0;
}

.course-details__overview-list li {
  color: #f16101;
  font-size: 18px;
  font-weight: 500;
}

.course-details__curriculum-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  border-bottom: 1px solid #f1f1f1;
}

.course-details__curriculum-list li:first-child {
  padding-top: 0;
}

.course-details__curriculum-list-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  text-align: left;
}

.course-details__curriculum-list-left img {
  margin-right: 0.5em;
}

.course-details__curriculum-list-left span {
  font-size: 12px;
  font-weight: 500;
  background-color: #f1f1f1;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 15px;
}

.course-details__curriculum-list-right {
  font-size: 18px;
  font-weight: 500;
}

.course-details__price {
  background-color: #f1f1f1;
  text-align: center;
  padding: 50px;
}

.course-details__price-text {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1em;
}

.course-details__price-amount {
  margin: 0;
  color: #012237;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 10px;
}

.course-details__price-btn {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  width: 100%;
  margin-top: 30px;
}

.course-details__meta {
  margin-top: 30px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
}

.course-details__meta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  padding: 25px 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-details__meta-link:hover {
  color: #f16101;
}

.course-details__meta-link:hover .course-details__meta-icon::before {
  left: 0;
}

.course-details__meta-link span {
  color: #012237;
  margin-left: 15px;
}

.course-details__meta-link:nth-child(1) .course-details__meta-icon {
  background-color: #1888c9;
}

.course-details__meta-link:nth-child(1) .course-details__meta-icon::before {
  border-color: #1888c9;
}

.course-details__meta-link:nth-child(2) .course-details__meta-icon {
  background-color: #7c4bc0;
}

.course-details__meta-link:nth-child(2) .course-details__meta-icon::before {
  border-color: #7c4bc0;
}

.course-details__meta-link:nth-child(3) .course-details__meta-icon {
  background-color: #f16101;
}

.course-details__meta-link:nth-child(3) .course-details__meta-icon::before {
  border-color: #f16101;
}

.course-details__meta-link:nth-child(4) .course-details__meta-icon {
  background-color: #2da397;
}

.course-details__meta-link:nth-child(4) .course-details__meta-icon::before {
  border-color: #2da397;
}

.course-details__meta-link:nth-child(5) .course-details__meta-icon {
  background-color: #d23f3f;
}

.course-details__meta-link:nth-child(5) .course-details__meta-icon::before {
  border-color: #d23f3f;
}

.course-details__meta-link:nth-child(6) .course-details__meta-icon {
  background-color: #33a9bb;
}

.course-details__meta-link:nth-child(6) .course-details__meta-icon::before {
  border-color: #33a9bb;
}

.course-details__meta-link:nth-child(7) .course-details__meta-icon {
  background-color: #0095ec;
}

.course-details__meta-link:nth-child(7) .course-details__meta-icon::before {
  border-color: #0095ec;
}

.course-details__meta-link+.course-details__meta-link {
  border-top: 2px solid #f1f1f1;
}

.course-details__meta-icon {
  width: 40px;
  height: 40px;
  background-color: #2da397;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
}

.course-details__meta-icon:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid;
  border-color: #2da397;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-details__meta-icon i {
  color: #fff;
  font-size: 18px;
}

.course-details__list {
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  padding: 50px;
}

.course-details__list-title {
  margin: 0;
  color: #012237;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.course-details__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-details__list-item+.course-details__list-item {
  border-top: 2px solid #f1f1f1;
  padding-top: 30px;
  margin-top: 30px;
}

.course-details__list-img {
  width: 67px;
  margin-right: 30px;
}

.course-details__list-img>img {
  width: 100%;
}

.course-details__list-author {
  font-size: 18px;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-details__list-author span {
  color: #2da397;
  margin-left: 6px;
}

.course-details__list h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.course-details__list h3 a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-details__list h3 a:hover {
  color: #012237;
}

.course-details__list-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-details__list-stars i {
  font-size: 18px;
  color: #f16101;
}

.course-details__list-stars span {
  font-size: 18px;
  font-weight: 500;
  color: #012237;
  line-height: 1em;
  margin-left: 10px;
}

.course-one__carousel .owl-dots .owl-dot {
  outline: none;
}

.course-one__carousel .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.course-one__carousel .owl-dots .owl-dot:hover span,
.course-one__carousel .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.56);
  transform: scale(1.56);
  opacity: 1;
  background-color: #012237;
}

.course-one__carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #012237;
  margin: 0 2.5px;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.course-one__top-title.home-one {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #2da397;
  padding-bottom: 188px;
}

.course-one__top-title.home-one:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/patter-1-1.jpg);
  opacity: 0.05;
}

.course-one__top-title.home-one .block-title__title {
  color: #fff;
}

.course-one__top-title.home-one:before {
  display: none;
}

.course-one__top-title__curve {
  width: 100%;
  height: 60px;
  background-image: url(../images/course-title-curve.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.course-category-one {
  padding: 120px 0;
  padding-top: 110px;
}

.course-category-one .container-fluid {
  max-width: 1520px;
  width: 100%;
}

.course-category-one__single {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 60px;
}

.course-category-one__single:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.course-category-one__single.color-1 .course-category-one__icon {
  background-color: #1888c9;
}

.course-category-one__single.color-1 .course-category-one__icon:before {
  border-color: #1888c9;
}

.course-category-one__single.color-2 .course-category-one__icon {
  background-color: #7c4bc0;
}

.course-category-one__single.color-2 .course-category-one__icon:before {
  border-color: #7c4bc0;
}

.course-category-one__single.color-3 .course-category-one__icon {
  background-color: #f16101;
}

.course-category-one__single.color-3 .course-category-one__icon:before {
  border-color: #f16101;
}

.course-category-one__single.color-4 .course-category-one__icon {
  background-color: #2da397;
}

.course-category-one__single.color-4 .course-category-one__icon:before {
  border-color: #2da397;
}

.course-category-one__single.color-5 .course-category-one__icon {
  background-color: #d23f3f;
}

.course-category-one__single.color-5 .course-category-one__icon:before {
  border-color: #d23f3f;
}

.course-category-one__single.color-6 .course-category-one__icon {
  background-color: #33a9bb;
}

.course-category-one__single.color-6 .course-category-one__icon:before {
  border-color: #33a9bb;
}

.course-category-one__single.color-7 .course-category-one__icon {
  background-color: #0095ec;
}

.course-category-one__single.color-7 .course-category-one__icon:before {
  border-color: #0095ec;
}

.course-category-one__icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: #f16101;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.course-category-one__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 2px solid #f16101;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-category-one__icon i {
  font-size: 56px;
  line-height: 112px;
  color: #fff;
}

.course-category-one__icon:hover:before {
  left: 0;
}

.course-category-one__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #012237;
  margin-top: 40px;
}

.course-category-one__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-category-one__title a:hover {
  color: #f16101;
}

.course-category-one .thm-btn {
  padding: 21.5px 68px;
  background-color: #012237;
  color: #fff;
}

.course-category-one .thm-btn:hover {
  background-color: #f16101;
  color: #fff;
}

.course-category-two .inner-container {
  padding: 0px 40px;
  padding-bottom: 0;
  background-color: #fff;
  margin-top: -25px;
  position: relative;
  z-index: 10;
}

.course-category-two .owl-dots .owl-dot {
  outline: none;
}

.course-category-two .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.course-category-two .owl-dots .owl-dot:hover span,
.course-category-two .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.56);
  transform: scale(1.56);
  opacity: 1;
  background-color: #012237;
}

.course-category-two .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #012237;
  margin: 0 2.5px;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.course-category-two__single {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.course-category-two__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: calc(100% - 10px);
  height: 100%;
  border: 2px solid #f16101;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-category-two__single:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 10px);
  height: 100%;
  background-color: #f16101;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-category-two__single:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  opacity: 0.3;
}

.course-category-two__single:hover:before {
  left: 10px;
}

.course-category-two__single.color-1:after {
  background-color: #1888c9;
}

.course-category-two__single.color-1:before {
  border-color: #1888c9;
}

.course-category-two__single.color-2:after {
  background-color: #7c4bc0;
}

.course-category-two__single.color-2:before {
  border-color: #7c4bc0;
}

.course-category-two__single.color-3:after {
  background-color: #f16101;
}

.course-category-two__single.color-3:before {
  border-color: #f16101;
}

.course-category-two__single.color-4:after {
  background-color: #2da397;
}

.course-category-two__single.color-4:before {
  border-color: #2da397;
}

.course-category-two__single.color-5:after {
  background-color: #d23f3f;
}

.course-category-two__single.color-5:before {
  border-color: #d23f3f;
}

.course-category-two__single.color-6:after {
  background-color: #33a9bb;
}

.course-category-two__single.color-6:before {
  border-color: #33a9bb;
}

.course-category-two__single.color-7:after {
  background-color: #33a9bb;
}

.course-category-two__single.color-7:before {
  border-color: #33a9bb;
}

.course-category-two__icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}

.course-category-two__icon i {
  font-size: 56px;
  line-height: 112px;
  color: #fff;
}

.course-category-two__icon:hover:before {
  left: 0;
}

.course-category-two__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
  position: relative;
  z-index: 10;
}

.course-category-two__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-category-two__title a:hover {
  color: #012237;
}

.course-one__top-title.home-two {
  padding-top: 120px;
  padding-bottom: 0;
}

.course-one__top-title.home-two:before {
  display: none;
}

.course-one.home-two {
  padding-top: 0;
  position: relative;
  background-image: url(../images/patter-1-1.jpg);
}

.course-one.home-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.course-one.home-two .course-one__carousel {
  bottom: 243px;
  margin-bottom: -245px;
}

.course-one.home-two .course-one__carousel .owl-dots .owl-dot span {
  background-color: #fff;
  opacity: 0.2;
}

.course-one.home-two .course-one__carousel .owl-dots .owl-dot.active span {
  background-color: #fff;
  opacity: 1;
}

.course-one.home-two .course-one__line {
  position: absolute;
  bottom: 100%;
  left: 4%;
}

.course-one__top-title.home-three {
  padding-top: 120px;
  padding-bottom: 0;
}

.course-one__top-title.home-three:before {
  display: none;
}

.course-one.home-three {
  padding-top: 0;
  position: relative;
}

.course-one.home-three .course-one__line {
  display: none;
}

.course-category-three {
  position: relative;
  padding: 120px 0;
}

.course-category-three__circle {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.course-category-three__more-link {
  margin-top: 30px;
  padding: 21.5px 68px;
  background-color: #012237;
  color: #fff;
}

.course-category-three__more-link:hover {
  background-color: #f16101;
  color: #fff;
}

.course-category-three__single {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}

.course-category-three__single:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.course-category-three__single:hover .course-category-three__content {
  opacity: 1;
}

.course-category-three__content {
  width: calc(100% - 40px);
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-category-three__content::before {
  content: "";
  width: 30px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.course-category-three__title {
  font-size: 18px;
  font-weight: 600;
  color: #012237;
  margin: 0;
  line-height: 1em;
  margin-bottom: 8px;
}

.course-category-three__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-category-three__title a:hover {
  color: #2da397;
}

.course-category-three__text {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 991px) {
  .course-one__content {
    width: 100%;
  }

  .course-one__content {
    padding: 10px;
  }

  .course-one__top-title {
    padding: 60px 0;
  }
}

/*
* inner-banner styles
*/
.inner-banner {
  background-color: #011928;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-image: url(../images/patter-1-1.jpg);
}

.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

.inner-banner .container {
  position: relative;
  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;
  padding: 0px 0 20px;
}

.inner-banner__title {
  margin: 0;
  font-size: 83px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #fff;
  margin-top: 5px;
  margin-bottom: -25px;
}


.inner-banner_sub {
  text-align: center;
  color: #fff;
  display: flex;
  line-height: 2em;

}

.inner-banner_box {
  color: #fff;
  border: 1px solid #ffffff;
  padding: 4px 8px 4px 8px;
  margin-top: 50px;
  font-size: 20px;
  letter-spacing: 2px;
}

.achievements-box {
  width: 300px;
  height: 235px
}

.list_achievements {
  background: url("../images/bg_achievements.png") no-repeat top center;
  font-weight: 600;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  gap: 25px;
  margin: 5px auto 0px;
  list-style: none;
  padding-top: 45px
}

.achievements-title {
  margin: 0px auto;
  font-size: 22px;
  letter-spacing: 2px;
}

.achievements {
  font-size: 45px;
  font-style: italic;
  color: #fbd879;
  line-height: 1;
  margin: 15px auto 0 auto;
}

.skill-class-name {
  font-size: 25px;
  margin: 20px auto 10px auto;
  letter-spacing: 2px;
  line-height: 140%;
}

.skill_1 {
  background-image: linear-gradient(transparent 70%, #ffd968 0%)
}

.skill_2 {
  background-image: linear-gradient(transparent 70%, #ffd968 0%)
}

.skill-no {
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 140%;
}

.skill-class {
  width: 435px;
  margin-top: 55px;
}

.skill-class-frame {
  font-weight: 900;
  color: #012237;
  width: 400px;
  padding: 5px 30px 30px 30px;
  background: #fff;
  border-radius: 5px;
}

.skill-class-frame2 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  width: 170px;
  margin: -20px auto 0px auto;
  padding: 0px 5px;
  background: #012237;
  border-radius: 5px;
  border: 3px solid #ffffff
}


.event-details {
  padding: 30px 0px 250px 0;
}

.event-report_title {
  margin: 0;
  font-size: 83px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #fff;
  margin-top: 5px;
  margin-bottom: -25px;
}


@media (max-width: 767px) {
  .inner-banner_sub {
    flex-direction: column;
    width: auto;
    height: auto;
    justify-content: center;
    text-align: center;
    color: #fff;
    display: flex;
    line-height: 2em;

  }

  .inner-banner__title {
    margin: 0;
    font-size: 83px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #fff;
    margin-top: 5px;
    margin-bottom: -25px;
  }

  .inner-banner_box {
    color: #fff;
    border: 1px solid #ffffff;
    padding: 0px 8px;
    margin-top: 36px;
    font-size: 16px;
    letter-spacing: 2px;
  }

  .achievements-box {
    width: 300px;
    height: 225px;
    margin: 5px 65px 0px;
  }

  .list_achievements {
    background: url("../images/bg_achievements.png") no-repeat top center;
    font-weight: 600;
    background-size: 65% auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 86%;
    gap: 25px;
    list-style: none;
    padding-top: 43px
  }

  .achievements-title {
    margin: 0px auto;
    font-size: 22px;
    letter-spacing: 2px;
  }

  .achievements {
    font-size: 36px;
    font-style: italic;
    color: #fbd879;
    line-height: 1;
    margin: 2px auto 0 auto;
  }

  .skill-class-name {
    font-size: 25px;
    margin: 20px auto 10px auto;
    letter-spacing: 2px;
    line-height: 140%;
  }

  .skill_1 {
    background-image: linear-gradient(transparent 70%, #ffd968 0%)
  }

  .skill_2 {
    background-image: linear-gradient(transparent 70%, #ffd968 0%)
  }

  .skill-no {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 140%;
  }

  .skill-class {
    width: 435px;
    margin-top: 25px;
  }

  .skill-class-frame {
    font-weight: 900;
    color: #012237;
    width: 350px;
    padding: 5px 30px 30px 30px;
    background: #fff;
    border-radius: 5px;
    margin-left: 45px;
  }

  .skill-class-frame2 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    width: 170px;
    margin: -20px auto 0px auto;
    padding: 0px 5px;
    background: #012237;
    border-radius: 5px;
    border: 3px solid #ffffff
  }
}

.thm-breadcrumb {
  margin: 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;
}

.thm-breadcrumb li {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  margin-left: 10px;
  line-height: 1.2em;
}

.thm-breadcrumb li a {
  color: #fff;
}

.thm-breadcrumb li+li::before {
  content: ".";
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

.event-report_sub li {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  margin-left: 10px;
  line-height: 1.3em;
  list-style: none;
  padding-top: 40px
}

@media (max-width: 767px) {
  .thm-breadcrumb li {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    margin-left: 10px;
    line-height: 1.2em;
  }

  .event-report_title {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #fff;
    margin-top: 5px;
    margin-bottom: -25px;
  }

  .event-report_sub li {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    line-height: 1.3em;
    list-style: none;
    width: 100%;
    margin: 0px 0px 0px -15px;
  }

  .event-report {
    margin: 10px;
  }

}


/*
* 13. footer styles
*/
.site-footer {
  background-color: #102a35;
}

.site-footer__bottom {
  background-color: #09151a;
}

.site-footer__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__copy {
  color: #94a3ac;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.site-footer__copy a {
  color: #f16101;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.site-footer__copy a:hover {
  color: #fff;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
  position: relative;
  flex-direction: column;
}

.site-footer__social::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #022c46;
}

.site-footer__social a {
  color: #94a3ac;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}

.site-footer__social a:hover {
  color: #f16101;
}

.site-footer__social a+a {
  margin: 5px;
  color: #94a3ac;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}

.site-footer__scroll-top {
  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;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute !important;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.site-footer__scroll-top i {
  font-size: 22px;
  color: #012237;
}

.site-footer__scroll-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.site-footer__scroll-top:hover {
  color: #f16101;
}

.site-footer__scroll-top:hover:before {
  left: 0;
}

.footer-widget {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-widget .list-unstyled {
  margin: 0;
}

.footer-widget__text {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  color: #94a3ac;
  margin-top: -10px;
}

.footer-widget__about {
  position: relative;
}

.footer-widget__about::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: -60px;
  background-color: #012237;
}

.footer-widget__about * {
  position: relative;
}

.footer-widget__title {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
}

.footer-widget__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-widget__gallery {
  position: relative;
  left: -35px;
  padding-right: 52px;
}

.footer-widget__gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -5px !important;
  margin-right: -5px !important;
  margin-top: -10px;
}

.footer-widget__gallery-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33333%;
  flex: 1 1 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}

.footer-widget__gallery-list li a {
  display: block;
}

.footer-widget__gallery-list li a img {
  width: 100%;
}

.footer-widget__btn-block {
  margin-top: 30px;
}

.footer-widget__btn-block .thm-btn:nth-child(2) {
  background-color: #2da397;
  margin-left: 10px;
}

.footer-widget__btn-block .thm-btn:nth-child(2):hover {
  background-color: #fff;
  color: #012237;
}

.footer-widget__link {
  padding-right: 60px;
  position: relative;
  left: -20px;
}

.footer-widget__link-list li {
  line-height: 1em;
}

.footer-widget__link-list li+li {
  margin-top: 20px;
}

.footer-widget__link-list li a {
  color: #94a3ac;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-widget__link-list li a:hover {
  color: #f16101;
}

.footer-widget__course-list li+li {
  margin-top: 38px;
}

.footer-widget__course-list li h2 {
  margin: 0;
  font-size: 15px;
  color: #94a3ac;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-widget__course-list li h2 a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-widget__course-list li p {
  margin: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

/*
* 14. blog styles
*/
.blog-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-one__single {
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__single:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.blog-one__single:hover .blog-one__image>img {
  opacity: 0.3;
}

.blog-one__single:hover .blog-one__plus {
  opacity: 1;
  -webkit-transform: perspective(20px) translateZ(0px) translate(-50%, -50%);
  transform: perspective(20px) translateZ(0px) translate(-50%, -50%);
}

.blog-one__plus {
  font-size: 46px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: perspective(20px) translateZ(10px) translate(-50%, -50%);
  transform: perspective(20px) translateZ(10px) translate(-50%, -50%);
  -webkit-transition: opacity 0.4s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.4s ease, transform 0.3s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
}

.blog-one__plus:hover {
  color: #f16101;
}

.blog-one__image {
  background-color: #012237;
  position: relative;
  overflow: hidden;
}

.blog-one__image>img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__content {
  padding: 0 42px;
  padding-top: 50px;
  padding-bottom: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  background-color: white;
}

.blog-one__meta {
  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;
  text-align: center;
  margin-bottom: 30px;
}

.blog-one__meta a {
  width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  border-radius: 50%;
  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;
  text-align: center;
  position: relative;
}

.blog-one__meta a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  left: -5px;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9;
}

.blog-one__meta a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f1f1f1;
  left: 0px;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
}

.blog-one__meta a+a {
  margin-left: 15px;
}

.blog-one__meta a:hover {
  background-color: #f16101;
  color: #fff;
}

.blog-one__meta a:hover i {
  color: #fff;
}

.blog-one__meta a:hover:before {
  left: 0;
  border-color: #f16101;
}

.blog-one__meta a:hover:after {
  background-color: #f16101;
}

.blog-one__meta a i {
  font-size: 18px;
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__title {
  font-size: 30px;
  font-weight: bold;
  color: #012237;
  margin-bottom: 38px;
}

.blog-one__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__title a:hover {
  color: #f16101;
}

.blog-one__text {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 30px;
}

.blog-one__link {
  font-size: 12px;
  color: #012237;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1em;
}

.blog-one__link:hover {
  color: #f16101;
}

.blog-one .post-pagination {
  margin-top: 30px;
}

.blog-one__home-two {
  padding-bottom: 90px;
}

.blog-details {
  padding: 120px 0;
}

.blog-details .blog-one__single {
  margin-bottom: 0;
}

.blog-details .blog-one__title {
  font-size: 50px;
  margin-bottom: 28px;
}

.blog-details .blog-one__text {
  margin-bottom: 0;
}

.blog-details .blog-one__text+.blog-one__text {
  margin-top: 30px;
}

.blog-details__content-title {
  margin: 0;
  color: #012237;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

.blog-details .share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  border: 2px solid #f1f1f1;
  border-top: 0;
}

.blog-details .share-block .left-block p {
  margin: 0;
  color: #012237;
  font-size: 18px;
  font-weight: 600;
}

.blog-details .share-block .left-block p a {
  color: #f16101;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 5px;
  letter-spacing: 0;
}

.blog-details .share-block .left-block p a:hover {
  color: #012237;
}

.blog-details .share-block .social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-details .share-block .social-block a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-details .share-block .social-block a+a {
  margin-left: 38px;
}

.blog-details .share-block .social-block a:hover {
  color: #f16101;
}

.blog-details__author {
  border: 2px solid #f1f1f1;
  padding: 60px 60px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.blog-details__author-image,
.blog-details__author-content {
  display: table-cell;
  vertical-align: top;
}

.blog-details__author-image {
  width: 169px;
}

.blog-details__author-image>img {
  width: 100%;
}

.blog-details__author-content {
  padding-left: 40px;
}

.blog-details__author-content h3,
.blog-details__author-content p {
  margin: 0;
}

.blog-details__author-content h3 {
  color: #012237;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.blog-details__author-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0px;
}

.blog-details__author-content a {
  font-size: 18px;
  font-weight: 500;
  color: #f16101;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-details__author-content a:hover {
  color: #012237;
}

.comment-one {
  margin-bottom: 60px;
}

.comment-one__single {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 50px;
}

.comment-one__single+.comment-one__single {
  margin-top: 60px;
}

.comment-one__image,
.comment-one__content {
  display: table-cell;
  vertical-align: top;
}

.comment-one__image {
  width: 170px;
}

.comment-one__image .inner-block {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.comment-one__image .inner-block>img {
  width: 100%;
}

.comment-one__content {
  padding-left: 40px;
}

.comment-one__author {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #012237;
}

.comment-one__date {
  color: #f16101;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}

.comment-one__date-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}

.comment-one__text {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

.comment-one__reply {
  font-size: 12px;
  padding: 0.5px 21px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.comment-one__reply:hover {
  background-color: #012237;
  color: #fff;
}

.comment-one__top-left,
.comment-one__top-right {
  display: table-cell;
  vertical-align: top;
}

.reply-form input,
.reply-form textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  height: 77px;
  font-size: 18px;
  padding-left: 30px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}

.reply-form textarea {
  height: 210px;
  padding-top: 20px;
}

.reply-form__btn {
  font-size: 18px;
  padding: 21.5px 58px;
}

.reply-form__btn:hover {
  background-color: #012237;
  color: #fff;
}

.blog-two {
  padding-top: 110px;
  margin-bottom: 205px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #2da397;
}

.blog-two:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/patter-1-1.jpg);
  opacity: 0.05;
}

.blog-two__carousel {
  top: 205px;
  margin-top: -205px;
}

.blog-two .block-title__title {
  color: #fff;
}

.blog-two .owl-dots .owl-dot {
  outline: none;
}

.blog-two .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.blog-two .owl-dots .owl-dot:hover span,
.blog-two .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.56);
  transform: scale(1.56);
  opacity: 1;
  background-color: #012237;
}

.blog-two .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #012237;
  margin: 0 2.5px;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.blog-two__inner {
  padding: 40px;
  padding-top: 20px;
  background-color: rgba(1, 34, 55, 0.6);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-two__inner:hover {
  background-color: rgba(1, 34, 55, 0.3);
}

.blog-two__date {
  width: 70px;
  height: 70px;
  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;
  background-color: #fff;
  color: #012237;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 600;
  border-radius: 50%;
  line-height: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 90px;
}

.blog-two__date::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-two__date:hover:before {
  left: 0;
}

.blog-two__date span {
  font-weight: 400;
  font-family: "Satisfy";
  font-size: 18px;
  letter-spacing: 0em;
}

.blog-two__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin-top: 15px;
}

.blog-two__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-two__title a:hover {
  text-decoration: underline;
}

.blog-two__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
}

.blog-two__meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-two__meta a:hover {
  text-decoration: underline;
}

.blog-two__meta a+a:before {
  content: ".";
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

/*
* 16. sidebar styles
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__title {
  margin: 0;
  color: #012237;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.sidebar__single:not(.sidebar__search) {
  padding: 50px;
  background-color: #f1f1f1;
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__post__single+.sidebar__post__single {
  margin-top: 30px;
}

.sidebar__post-image,
.sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}

.sidebar__post-image {
  width: 60px;
}

.sidebar__post-image .inner-block {
  width: 100%;
}

.sidebar__post-image .inner-block>img {
  width: 100%;
}

.sidebar__post-content {
  padding-left: 20px;
}

.sidebar__post-title {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #012237;
}

.sidebar__post-title a {
  color: #012237;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__post-title a:hover {
  color: #012237;
}

.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__category-list-item {
  line-height: 1em;
}

.sidebar__category-list-item a {
  color: #7b7f85;
  font-size: 18px;
  font-weight: 500;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__category-list-item a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #012237;
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__category-list-item a:hover {
  color: #012237;
}

.sidebar__category-list-item+.sidebar__category-list-item {
  margin-top: 27px;
}

.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}

.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}

.sidebar__tags-list-item a {
  display: block;
  color: #7b7f85;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__tags-list-item a:hover {
  color: #012237;
}

.sidebar__search-form {
  width: 100%;
  height: 79px;
  background-color: #f1f1f1;
  position: relative;
}

.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar__search-form button[type="submit"] {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #f16101;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"] i {
  font-size: 18px;
  color: #fff;
  line-height: 41px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"]:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #f16101;
  position: absolute;
  left: -5px;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"]:hover:before {
  left: 0;
}

/*
* 17. about styles
*/
.about-one {
  padding: 120px 0;
  position: relative;
  border-bottom: 2px solid #f1f1f1;
}

@media (max-width: 768px) {
  .about-one {
    padding: 0px 0 40px;
  }
}

.about-one__circle {
  position: absolute;
  right: 10%;
  bottom: -3%;
}

.about-one__img {
  position: relative;
  margin-bottom: 45px;
}

.about-one__img:before {
  content: "";
  width: 197px;
  height: 268px;
  position: absolute;
  top: -40%;
  left: -10%;
  background-image: url(../images/dot-pattern-1-2.png);
  background-position: 0 0;
  z-index: 10;
}

.about-one__text {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 60px;
  text-align: left;
}

.about-one__btn {
  padding: 21.5px 68px;
  font-size: 18px;
}

.about-one__btn:hover {
  background-color: #012237;
  color: #fff;
}

.about-one__review {
  background-color: #fff;
  max-width: 300px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 33.5px 0;
}

.about-one__review-count {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  color: #012237;
  line-height: 1em;
}

.about-one__review-stars {
  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;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-one__review-stars i {
  color: #f16101;
  font-size: 20px;
}

.about-one__review-stars i+i {
  margin-left: 10px;
}

.about-one__review-text {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-top: 2em;
}

.about-one__about-page {
  border-bottom: 1px solid #f1f1f1;
}

.about-one__about-page .about-one__img:before {
  top: auto;
  bottom: -40%;
}

.about-two {
  padding: 120px 0;
}

.about-two .block-title {
  margin-bottom: 50px;
}

.about-two__text {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
}

.about-two .thm-btn {
  padding: 21.5px 68px;
}

.about-two .thm-btn:hover {
  background-color: #012237;
  color: #fff;
}

.about-two__single {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.about-two__single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 45px;
  margin-bottom: 50px;
}

.about-two__single-text {
  color: #012237;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.about-two__single i {
  color: #2da397;
  font-size: 64px;
  margin-right: 18px;
}

.about-two__image {
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

.about-two__image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 20px solid #fff;
  z-index: 11;
}

.about-two__image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  border: 3px solid #f16101;
  border-radius: 50%;
}

.about-two__image>img {
  border-radius: 50%;
  position: relative;
  z-index: 10;
}

.about-two__image-dots {
  width: 197px;
  height: 268px;
  position: absolute;
  top: 0%;
  left: calc(100% - 60px);
  background-image: url(../images/dot-pattern-1-2.png);
  background-position: 0 0;
  z-index: 10;
}

.about-two__count {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  border-radius: 50%;
  width: 175px;
  height: 175px;
  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;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.about-two__count:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px dashed rgba(1, 34, 55, 0.15);
  border-radius: 50%;
}

.about-two__count-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.about-two__count span {
  display: block;
  color: #f16101;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 30px;
}

/*
* 18. video styles
*/
.video-one {
  background-color: #022c46;
  position: relative;
  padding: 120px 0;
}

.video-one .container {
  position: relative;
}

.video-one__scratch {
  position: absolute;
  top: -8%;
  left: -12%;
}

.video-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #022c46;
  background-image: url(../images/patter-1-1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.05;
}

.video-one__content {
  padding-bottom: 30px;
}

.video-one__title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0;
}

.video-one__btn {
  margin-top: 35px;
  padding: 21.5px 59.5px;
  background-color: #012237;
  font-size: 18px;
  color: #fff;
}

.video-one__popup {
  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;
  text-align: center;
  width: 104px;
  height: 104px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 60px;
  bottom: 60px;
}

.video-one__popup:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.video-one__popup i {
  font-size: 26px;
  color: #012237;
}

.video-one__popup:hover:before {
  left: 0;
}

.video-two {
  position: relative;
  padding: 120px 0;
  background-image: url(../images/video-bg-1-1.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.video-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #012237;
  opacity: 0.6;
}

.video-two .container {
  position: relative;
}

.video-two .thm-btn {
  padding: 21.5px 68px;
  background-color: #012237;
  color: #fff;
}

.video-two .thm-btn:hover {
  background-color: #fff;
  color: #012237;
}

.video-two__scratch {
  position: absolute;
  top: -20%;
  left: -12%;
}

.video-two__title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0;
  margin-bottom: 60px;
}

.video-two__popup {
  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;
  text-align: center;
  width: 156px;
  height: 156px;
  background-color: #f16101;
  border-radius: 50%;
  position: relative;
}

.video-two__popup:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 2px solid #f16101;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.video-two__popup i {
  font-size: 38px;
  color: #fff;
}

.video-two__popup:hover:before {
  left: 0;
}

.video-three {
  padding-bottom: 120px;
}

.video-three .container {
  position: relative;
}

.video-three .container:before {
  content: "";
  width: 197px;
  height: 268px;
  position: absolute;
  bottom: -10%;
  left: -10%;
  background-image: url(../images/dot-pattern-1-2.png);
  background-position: 0 0;
}

.video-three__box {
  background-image: url(../images/video-1-2.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  padding: 60px;
}

.video-three__fact {
  padding: 65px 60px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.video-three__fact i {
  font-size: 64px;
  color: #fff;
}

.video-three__fact-count {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1em;
  margin-top: 20px;
}

.video-three__fact-text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  margin-top: 5px;
}

.video-three__title {
  font-size: 50px;
  font-weight: bold;
  color: #012237;
  margin: 0;
}

.video-three__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 215px;
}

.video-three__popup {
  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;
  text-align: center;
  width: 104px;
  height: 104px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.video-three__popup:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.video-three__popup i {
  font-size: 26px;
  color: #012237;
}

.video-three__popup:hover:before {
  left: 0;
}

/*
* 19. brand styles
*/
.brand-one {
  padding: 120.5px 0;
}

.brand-one__home-three {
  border-top: 2px solid #f1f1f1;
}

.brand-one__carousel {
  padding-left: 45px;
  padding-right: 45px;
}

.brand-one__carousel img {
  opacity: 0.2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.brand-one__carousel img:hover {
  opacity: 0.6;
}

.brand-two {
  padding: 120px 0;
  border-top: 2px solid #f1f1f1;
}

.brand-two .block-title__title {
  font-size: 24px;
  font-weight: bold;
  color: #012237;
  margin: 0;
}

/*
* 20. testimonials styles
*/
.testimonials-one {
  border-top: 2px solid #f1f1f1;
  padding: 120px 0;
}

.testimonials-one__carousel {
  text-align: center;
}

.testimonials-one__carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.testimonials-one__carousel .owl-stage-outer {
  overflow: visible;
}

.testimonials-one__carousel .owl-dots .owl-dot {
  outline: none;
}

.testimonials-one__carousel .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.testimonials-one__carousel .owl-dots .owl-dot:hover span,
.testimonials-one__carousel .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.56);
  transform: scale(1.56);
  opacity: 1;
  background-color: #012237;
}

.testimonials-one__carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #012237;
  margin: 0 2.5px;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.testimonials-one__single {
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  background-color: white;
  padding: 60px 55px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonials-one__single:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.testimonials-one__qoute {
  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;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f16101;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.testimonials-one__qoute::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #f16101;
}

.testimonials-one__carousel .owl-item .testimonials-one__img {
  width: 58px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.testimonials-one__text {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}

.testimonials-one__name {
  font-size: 18px;
  color: #012237;
  font-weight: 600;
  margin: 0;
  line-height: 1em;
  margin-bottom: 10px;
}

.testimonials-one__designation {
  margin: 0;
  line-height: 1em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.testimonials-one__home-three {
  border-top: 0;
  padding-bottom: 80px;
}

/*
* 21. meeting styles
*/
.meeting-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.meeting-one__block-text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .meeting-one__content {
    padding-left: 60px;
  }
}

@media (max-width: 798px) {
  .meeting-one {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .pricing-one {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.meeting-one__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 115px;
}

.meeting-one__box {
  background-color: #f1f1f1;
  width: 200px;
  height: 221px;
  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;
  text-align: center;
  position: relative;
}

.meeting-one__box img {
  border-radius: 50%;
}

.meeting-one__box+.meeting-one__box {
  margin-left: 50px;
  margin-top: 30px;
}

.meeting-one__title {
  margin: 0;
  color: #012237;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.meeting-one__text {
  margin: 0;
  font-size: 18px;
  line-height: 1em;
}

.meeting-one__bubble {
  background-color: #2da397;
  position: absolute;
  bottom: calc(100% + 15px);
  right: -30px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  padding: 15px 20px;
  max-width: 192px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(4, 5, 5, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(4, 5, 5, 0.1);
}

.meeting-one__bubble:before {
  content: "";
  width: 24px;
  height: 17px;
  position: absolute;
  top: 100%;
  left: 30px;
  background-color: #2da397;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.meeting-one__box:nth-child(even) .meeting-one__bubble:before,
.meeting-one__box:nth-child(even) .meeting-one__bubble {
  background-color: #f16101;
}

/*
* 22. countdown styles
*/
.countdown-one {
  padding-bottom: 120px;
}

.countdown-one .become-teacher__form {
  margin-top: -87px;
}

.countdown-one__content {
  padding-top: 100px;
}

.countdown-one__title {
  margin: 0;
  color: #012237;
  font-size: 60px;
  font-weight: 700;
  margin-top: -15px;
}

.countdown-one__tag-line {
  margin: 0;
  font-size: 26px;
  color: #2da397;
  margin-top: 5px;
}

.countdown-one__text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 45px;
  margin-bottom: 50px;
}

.countdown-one__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 0;
  margin-top: -10px;
}

.countdown-one__list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  padding-left: 7px;
  padding-right: 7px;
}

.countdown-one__list li div {
  border: 2px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.countdown-one__list li i {
  line-height: 115px;
  color: #f16101;
  font-size: 40px;
  font-style: normal;
}

.countdown-one__list li span {
  background-color: #f1f1f1;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 41px;
}

/*
* 23. mailchimp styles
*/
.mailchimp-one {
  background-color: #f16101;
  padding: 120px 0;
}

.mailchimp-one .my-auto {
  width: 100%;
}

.mailchimp-one__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mailchimp-one__icon i {
  color: #f16101;
  font-size: 53px;
  margin-left: 10px;
  margin-right: 25px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
}

.mailchimp-one__icon i:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mailchimp-one__icon i:hover:after {
  left: 0;
}

.mailchimp-one__title {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.mailchimp-one__form {
  position: relative;
}

.mailchimp-one__form input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 77px;
  background-color: #fff;
  font-size: 18px;
  padding-left: 30px;
}

.mailchimp-one__form .thm-btn {
  background-color: #012237;
  color: #fff;
  padding: 0;
  line-height: 77px;
  width: 159px;
  position: absolute;
  top: 0;
  right: 0;
}

.mailchimp-one__form .thm-btn:hover {
  color: #fff;
  background-color: #2da397;
}

.text-b {
  margin-top: 1em;
  font-size: 1.2em;
}

/*追加CSS*/

/*-- PC版表示CSS  --*/
.sp_none {
  display: block !important;
}

.pc_none {
  display: none !important;
}

/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 991px) {
  .sp_none {
    display: none !important;
  }

  .pc_none {
    display: block !important;
  }

  .header-site .wrapper {
    padding: 10px 25px;
    width: 100%;
  }
}

.flex-between {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.max1000 {
  max-width: 900px;
  margin: 0 auto;
}

.sikaku {
  padding: 20px;
  border-color: #fbc821;
  background-color: #f8f8f8;
}

.sikaku:first-child {
  border-right: 1px solid #e3e3e3;
}

.header-right img {
  width: 200px !important;
}

.touroku-list {
  margin: 15px auto;
  display: flex;
  padding: 0 0 13px 0;
  justify-content: space-evenly;
  background-color: #f3f3f3;
}

.list-style .list-style-one ul li {
  font-size: 16px;
  line-height: 24px;
  margin-top: 13px;
  color: var(--black);
  list-style: none;
}

.list-style .list-style-one ul li span {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  line-height: 25px;
  margin-right: 13px;
}

@media (max-width: 767px) {
  .touroku-list {
    flex-direction: column;
    padding-left: 3em;
    align-items: flex-start;
  }
}

.sindan-btn a {
  pointer-events: auto;
  position: relative;
}

.sindan-btn:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
  pointer-events: auto;
}

@media (min-width: 992px) {
  .container>.main-navigation {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container>.main-navigation {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .container>.main-navigation {
    max-width: 100%;
  }
}

.sinkinou-wrap {
  display: flex;
  align-items: center;
  align-content: stretch;
  flex-wrap: nowrap;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
}

.sinkinou-l {
  display: flex;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: 900;
  width: 80px;
  text-align: center;
  height: 80px;
  line-height: 40px;
  border: solid 3px white;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 0px #f77104, -1px -1px 0px #db7c0c, -1px 1px 0px #f77104,
    1px -1px 0px #f77104, 1px 0px 0px #f77104, -1px 0px 0px #f77104,
    0px 1px 0px #f77104, 0px -1px 0px #f77104;
  margin: 0 -2em 0 0;
  z-index: 2;
}

.sinkinou-r {
  background: rgb(251 204 35);
  padding: 0px 5px 0px 42px;
  font-size: 18px;
  color: rgb(1 34 55);
  border-radius: 0px 30px 30px 0px;
}

@media screen and (max-width: 767px) {
  .sinkinou-wrap {
    padding-bottom: 1em;
  }

  .sinkinou-l {
    width: 100px;
    height: 100px;
  }

  .sinkinou-r {
    background-color: #fff;
  }

  .course-category-two .inner-container {
    padding: 0 20px;
  }
}

.imasugu-wrap {
  display: flex;
  align-items: flex-start;
  align-content: stretch;
  flex-wrap: nowrap;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
}

.imasugu-l {
  display: flex;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: 900;
  width: 80px;
  text-align: center;
  height: 80px;
  line-height: 40px;
  border: solid 3px white;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 0px #f77104, -1px -1px 0px #db7c0c, -1px 1px 0px #f77104,
    1px -1px 0px #f77104, 1px 0px 0px #f77104, -1px 0px 0px #f77104,
    0px 1px 0px #f77104, 0px -1px 0px #f77104;
  margin: 0 -2em 0 0;
  z-index: 2;
}

.imasugu-r {
  padding: 9px 5px 10px 42px;
  font-size: 32px;
  border-radius: 0px 30px 30px 0px;
  font-weight: bold;
}

/*top コース一覧*/

.course-list:hover:before {
  left: 10px;
}

.course-list {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 175px;
  margin-top: 1em;
}

.course-list:hover {
  opacity: 0.3;
}

.course-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: calc(100% - 10px);
  height: 100%;
  border: 2px solid #f16101;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.course-list-wrap {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .course-list-wrap {
    justify-content: space-around;
  }

  .course-list {
    width: 100% !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .couse-list-item {
    width: 45% !important;
  }
}

.course-list-wrap::before {
  display: block;
  width: 100%;
}

.course-list img {
  display: block;
  width: 100%;
}

.course-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 10px);
  height: 100%;
  background-color: #f16101;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.couse-list-item {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}

.couse-list-item:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
}

.course-list::before:hover {
  left: 10px;
}

/*   ▲  トップページの追記終了  ▲   */

/*======================================
▼  各コースのスタイル ▼
========================================*/
.cousepage-top-textarea {
  padding-left: 4em;
}

.coursepage-icon {
  width: 80px;
  margin: 20px 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*======================================
▼  各コースのカラー設定 ▼
========================================*/
/*各コースの背景色*/
.marketing-page-bgcolor {
  background-color: #9c2aba !important;
}

.online-page-bgcolor {
  background-color: #e8650b !important;
}

.webdesign-page-bgcolor {
  background-color: #d23279 !important;
}

.lstep-page-bgcolor {
  background-color: #16b648 !important;
}

.movie-page-bgcolor {
  background-color: #3a62d3 !important;
}

.copy-page-bgcolor {
  background-color: #e73b3b !important;
}

.webad-page-bgcolor {
  background-color: #0aa5aa !important;
}

.programming-page-bgcolor {
  background-color: #7c4bc0 !important;
}

.small-startup-page-bgcolor {
  background-color: #00a584 !important;
}

.money-rule-page-bgcolor {
  background-color: #e2b120 !important;
}

.chatgpt-page-bgcolor {
  background-image: linear-gradient(90deg,
      rgb(54 93 182),
      rgb(100 58 165)) !important;
}

.instagram-page-bgcolor {
  background-image: linear-gradient(90deg,
      rgb(255 0 94),
      rgb(211 0 197)) !important;
}

/*各コースのbeforeカラー*/
.marketing-page-beforecolor::before {
  background-color: #9c2aba !important;
}

.online-page-beforecolor::before {
  background-color: #e8650b !important;
}

.webdesign-page-beforecolor::before {
  background-color: #d23279 !important;
}

.lstep-page-beforecolor::before {
  background-color: #16b648 !important;
}

.movie-page-beforecolor::before {
  background-color: #3a62d3 !important;
}

.copy-page-beforecolor::before {
  background-color: #e73b3b !important;
}

.webad-page-beforecolor::before {
  background-color: #0aa5aa !important;
}

.programming-page-beforecolor::before {
  background-color: #7c4bc0 !important;
}

.small-startup-page-beforecolor::before {
  background-color: #00a584 !important;
}

.money-rule-page-beforecolor::before {
  background-color: #e2b120 !important;
}

.chatgpt-page-beforecolor::before {
  background-image: linear-gradient(90deg, rgb(54 93 182), rgb(100 58 165));
}

.instagram-page-beforecolor::before {
  background-image: linear-gradient(90deg, rgb(255 0 94), rgb(211 0 197));
}

/*各コースのafterカラー*/
.marketing-page-aftercolor::after {
  background-color: #9c2aba !important;
}

.online-page-aftercolor::after {
  background-color: #e8650b !important;
}

.webdesign-page-aftercolor::after {
  background-color: #d23279 !important;
}

.lstep-page-aftercolor::after {
  background-color: #16b648 !important;
}

.movie-page-aftercolor::after {
  background-color: #3a62d3 !important;
}

.copy-page-aftercolor::after {
  background-color: #e73b3b !important;
}

.webad-page-aftercolor::after {
  background-color: #0aa5aa !important;
}

.programming-page-aftercolor::after {
  background-color: #7c4bc0 !important;
}

.small-startup-page-aftercolor::after {
  background-color: #00a584 !important;
}

.money-rule-page-aftercolor::after {
  background-color: #e2b120 !important;
}

.chatgpt-page-aftercolor::after {
  background-image: linear-gradient(90deg, rgb(54 93 182), rgb(100 58 165));
}

/*各コースのテキストカラー*/
.marketing-page-color {
  color: #9c2aba !important;
}

.online-page-color {
  color: #e8650b !important;
}

.webdesign-page-color {
  color: #d23279 !important;
}

.lstep-page-color {
  color: #16b648 !important;
}

.movie-page-color {
  color: #3a62d3 !important;
}

.copy-page-color {
  color: #e73b3b !important;
}

.webad-page-color {
  color: #0aa5aa !important;
}

.programming-page-color {
  color: #7c4bc0 !important;
}

.small-startup-page-color {
  color: #00a584 !important;
}

.money-rule-page-color {
  color: #e2b120 !important;
}

.chatgpt-page-color {
  color: #4851b0 !important;
}

.instagram-page-color {
  color: #FF005E !important;
}

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
  color: #3865bb;
  font-weight: bold;
  font-size: 1.8em !important;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3865bb;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: right;
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

@media screen and (max-width: 570px) {

  .bgappearTrigger,
  .bgLRextendTrigger {
    font-size: 7.6vw;
  }

  .cousepage-top-textarea {
    padding-left: 20px;
  }
}

/* ===== メインビジュアル===== */
.header-nine .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}

.header-nine .active.primary-btn,
.header-nine .primary-btn:hover,
.header-nine .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}

.header-nine .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.header-nine .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}

.header-nine .active.primary-btn-outline,
.header-nine .primary-btn-outline:hover,
.header-nine .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}

.header-nine .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

.header-nine {
  position: relative;
  background-image: url("../images/kokuban.jpg");
  padding: 0;
  overflow: hidden;
  background-size: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nine {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .header-nine {
    padding: 40px 0;
  }
}

@media (max-width: 1200px) {
  .header-nine .header-image {
    padding-top: 2em;
  }
}

.header-content p {
  line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
  .header-nine .header-content {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nine .header-content {
    padding: 0px 60px;
  }
}

.header-nine .header-content h6 {
  display: inline-block;
  margin-bottom: 20px;
}

.header-nine .header-content h1 {
  text-transform: capitalize;
  overflow: hidden;
  margin-bottom: 30px;
}

.header-nine .header-content h1 .color2 {
  color: var(--primary);
}

.header-nine .header-content p {
  color: var(--dark-3);
}

@media (max-width: 767px) {
  .header-nine .header-content p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
  .header-nine .button {
    margin-top: 20px;
    display: flex;
  }
}

@media (max-width: 767px) {
  .header-nine .button {
    display: block;
  }
}

.header-nine .primary-btn {
  margin-right: 12px;
}

.header-nine .video {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767px) {
  .header-nine .video {
    display: block;
    margin-top: 15px;
  }
}

.header-nine .video-text {
  display: inline-block;
  margin-left: 15px;
}

.header-nine .header-image {
  box-shadow: none;
  z-index: 2;
  position: relative;
}

.header-nine .header-image .shape {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .header-nine .header-image img {
    max-width: 100% !important;
  }
}

.header-nine .header-image img {
  max-width: 800px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
  .header-nine .header-image {
    margin-left: 40px;
  }
}

/* ===== CTAエリア ===== */
.newsletter-area .subscribe-text .light-rounded-buttons .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}

.newsletter-area .subscribe-text .light-rounded-buttons .active.primary-btn,
.newsletter-area .subscribe-text .light-rounded-buttons .primary-btn:hover,
.newsletter-area .subscribe-text .light-rounded-buttons .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}

.newsletter-area .subscribe-text .light-rounded-buttons .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.newsletter-area {
  background-color: var(--primary);
  text-align: center;
  padding: 0;
}

.newsletter-area .section-title {
  max-width: 560px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.newsletter-area p {
  text-align: left;
  color: #fff;
}

@media (max-width: 767px) {
  .newsletter-area .section-title {
    margin-bottom: 30px;
  }
}

.newsletter-area .section-title span {
  color: var(--white);
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .newsletter-area .section-title span {
    margin-bottom: 10px;
  }
}

.newsletter-area .section-title h2 {
  color: var(--white);
}

@media (max-width: 767px) {
  .newsletter-area .section-title h2 {
    font-size: 25px;
  }
}

.newsletter-area .section-title h3 {
  font-size: 62px;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--light-1);
  z-index: -1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--white) !important;
  opacity: 0.2 !important;
}

@media (max-width: 767px) {
  .newsletter-area .section-title h3 {
    font-size: 35px;
    top: -10px;
  }
}

.newsletter-area .subscribe-text {
  text-align: center;
  background: var(--white);
  display: inline-block;
  padding: 30px 30px;
  border-radius: 10px;
  box-shadow: var(--shadow-6);
}

@media (max-width: 767px) {
  .newsletter-area .subscribe-text {
    padding: 20px;
  }
}

.newsletter-area .subscribe-text form {
  display: flex;
  text-align: center;
}

@media (max-width: 767px) {
  .newsletter-area .subscribe-text form {
    display: block;
  }
}

.newsletter-area .subscribe-text input {
  height: 46px;
  width: 100%;
  border: none;
  background-color: var(--white);
  border-radius: 5px;
  padding: 0px 30px;
  display: block;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--light-1);
  background: transparent;
  color: var(--dark);
  font-weight: 500;
  text-align: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .newsletter-area .subscribe-text .light-rounded-buttons {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .newsletter-area .subscribe-text .light-rounded-buttons .primary-btn {
    width: 100%;
  }
}

/*===こんな方々が学んでいます！=====*/
.about-section {
  background: var(--light-3);
  padding: 180px 0;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 60px 0;
  }
}

.about-section .section-title {
  margin-bottom: 30px;
}

.about-section .section-title span {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 10px;
}

.about-section .section-title h2 {
  font-size: 40px;
  line-height: 55px;
}

@media (max-width: 767px) {
  .about-section .section-title h2 {
    font-size: 38px;
    line-height: 45px;
  }
}

.about-section .about-img-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

.about-section .about-img-wrapper img {
  width: 100%;
}

.about-section .about-img-wrapper .about-experience {
  width: 300px;
  border-radius: 27px;
  background: linear-gradient(to top left,
      var(--primary) 0%,
      var(--primary-dark) 100%);
  border: 5px solid #eff2f9;
  padding: 40px 20px;
  position: absolute;
  right: -40px;
  bottom: -50px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
    bottom: -34px;
    width: 300px;
    padding: 20px 10px;
  }
}

.about-section .about-img-wrapper .about-experience h3 {
  color: var(--white);
}

.about-section .about-img-wrapper .about-experience p {
  color: var(--white);
}

.about-section .about-content-wrapper .about-content>p {
  margin-bottom: 45px;
}

.about-section .about-content-wrapper .about-content .counter-up {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: block;
  }

  .about-section .about-img-wrapper .about-experience h3 {
    font-size: 1.2em;
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
  }
}

.about-section .about-content-wrapper .about-content .counter-up .counter {
  margin-right: 10px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter:last-child {
  margin-right: 0;
}

.about-section .about-content-wrapper .about-content .counter-up .counter span {
  font-size: 40px;
  font-weight: 600;
  color: var(--primary);
  display: block;
  margin-bottom: 8px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

/*===挫折防止サポート！LINEで自己学習が続く３つの秘密===*/
.about-eight {
  position: relative;
  background-color: var(--light-2);
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 90px;
}

.about-eight img {
  width: 100%;
}

.section-title-two {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.about-eight .section-title-two {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-eight .section-title-two {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .about-eight .section-title-two {
    margin-bottom: 30px;
  }
}

.about-eight .section-title-two h2 {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-eight .section-title-two h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media (max-width: 767px) {
  .about-eight .section-title-two h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}

.about-eight .section-title-two p {
  color: var(--dark-3);
}

.about-eight .content {
  text-align: left;
}

.about-eight .content .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  background: var(--primary);
  color: var(--white);
  border-radius: 10px;
  font-size: 30px;
  margin-bottom: 30px;
}

.about-eight .content p {
  margin: 20px 0;
  color: var(--dark-3);
}

.about-eight .content .light-rounded-buttons {
  padding-top: 20px;
}

/*===この講座で学べるのは・・・===*/
.features-ten {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  /* Section Title Three */
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .features-ten {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.features-ten .section-title-three {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}

.step-area .section-title-four {
  text-align: center;
  max-width: 550px;
  margin: 50px auto 20px auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}

.programing-step-block {
  display: flex;
  gap: 10px;
  margin-bottom: 0px;
  flex-direction: row;
  justify-content: center;
}


.programing-step-right {
  width: 600px;
  position: relative;
  padding: 20px;
  background: linear-gradient(#fff) padding-box,
    linear-gradient(#7c4bc0) border-box;
  border: 2px solid transparent;
  color: #012237;
  margin: 20px 10px 20px 10px;
}

.programing-step-right h4 {
  color: #7c4bc0;
}

.programing-step-center {
  width: 250px;
  margin: 30px 10px 30px 10px;
}


.programing-step-left {
  width: 300px;
  position: relative;
  margin: 20px 10px 20px 10px;
}

.programing-step-left h3 {
  font-size: 32px;
  margin-bottom: 1em;
  border-left: 4px solid #7c4bc0;
  padding-left: 0.8em;
  line-height: 1.5;
  color: #012237;
}

.programing-step-left h3 span {
  font-size: 20px;
  display: block;
  font-size: 1rem;
  color: #7c4bc0;
  font-weight: bold;
  margin-bottom: 0.3em;
}

@media (max-width: 767px) {
  .programing-step-block {
    display: flex;
    margin-bottom: 0px;
    flex-direction: row;
    justify-content: center;
  }


  .programing-step-right {
    width: 600px;
    position: relative;
    padding: 20px;
    background: linear-gradient(#fff) padding-box,
      linear-gradient(#7c4bc0) border-box;
    border: 2px solid transparent;
    color: #012237;
    margin: 20px 10px 20px 10px;
  }

  .programing-step-right h4 {
    color: #7c4bc0;
  }

  .programing-step-center {
    width: 250px;
    margin: 0px 60px 30px 60px;
  }


  .programing-step-left {
    width: 300px;
    position: relative;
    margin: 20px 10px 20px 10px;
  }

  .programing-step-left h3 {
    font-size: 32px;
    border-left: 4px solid #7c4bc0;
    padding-left: 0.8em;
    line-height: 1.2;
    color: #012237;
  }

  .programing-step-left h3 span {
    font-size: 20px;
    display: block;
    font-size: 1rem;
    color: #7c4bc0;
    font-weight: bold;
    margin-bottom: 0.3em;
  }

}

.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  /* ボーダー線を実線で設定 */
  border-width: 10px 10px 10px 10px;
  /* 上下左右のボーダー幅 */
  border-color: black transparent transparent transparent;
  /* 上のみ黒、他は透明 */
  margin: 0px auto 20px auto;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-ten .section-title-three {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .features-ten .section-title-three {
    margin-bottom: 35px;
  }
}

.features-ten .section-title-three h5 {
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 1.2em;
}

@media (max-width: 767px) {
  .features-ten .section-title-three h5 {
    font-size: 0.8rem;
  }
}

.features-ten .section-title-three h2 {
  margin-bottom: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-ten .section-title-three h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media (max-width: 767px) {
  .features-ten .section-title-three h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .section-title-four h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .programing-step-block {
    display: flex;
    flex-direction: column;
  }

  .programing-step-right {
    width: 355px;
    position: relative;
    padding: 20px;
    background: linear-gradient(#fff) padding-box, linear-gradient(#7c4bc0) border-box;
    border: 2px solid transparent;
    color: #012237;
    margin: 0px 10px 20px 10px;
  }

  .programing-step-left {
    width: 355px;
    position: relative;
    margin: 20px 10px 0px 10px;
  }
}


.features-ten .section-title-three p {
  color: var(--dark-3);
}

.features-ten .section-title {
  margin-bottom: 30px;
}

.features-style-ten h4 {
  text-align: left;
}

.features-style-ten {
  height: 95%;
  text-align: center;
  padding: 35px;
  background-color: var(--white);
  border-radius: 6px;
  position: relative;
  margin-top: 30px;
  border: 1px solid var(--gray-4);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.features-style-ten:hover {
  box-shadow: var(--shadow-4);
}

.features-style-ten i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: var(--primary);
  color: var(--white);
  font-size: 30px;
  border-radius: 7px;
  box-shadow: var(--shadow-2);
  margin-bottom: 30px;
}

.features-style-ten h4 {
  font-weight: 600;
  margin-bottom: 0 !important;
}

.features-style-ten p {
  color: var(--dark-3);
}

/* ===== CTA ===== */
.features-nine .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}

.features-nine .active.primary-btn,
.features-nine .primary-btn:hover,
.features-nine .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}

.features-nine .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.features-nine .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}

.features-nine .active.primary-btn-outline,
.features-nine .primary-btn-outline:hover,
.features-nine .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}

.features-nine .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

.features-nine .features-items {
  padding-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-nine .features-items {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .features-nine .features-items {
    padding-top: 20px;
    margin: 0 20px;
  }
}

.features-nine .sub-title {
  color: #03c2a1;
  font-size: 1.5em;
}

.features-nine .main-title {
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.6em;
}

@media (max-width: 767px) {
  .features-nine .main-title {
    font-size: 28px;
    line-height: 36px;
    font-size: 1.6em;
  }
}

.features-nine .text-lg {
  margin-top: 19px;
}

.features-nine .features-image img {
  width: 100%;
  border-radius: 8px;
}

.features-nine .feature-btn {
  margin-top: 32px;
}

.section-title-two {
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding-top: 100px;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-two {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .section-title-two {
    margin-bottom: 35px;
  }
}

.section-title-two h2 {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-two h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media (max-width: 767px) {
  .section-title-two h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}

.section-title-two p {
  color: var(--dark-3);
}

.section-curriculum-bottom {
  max-width: 650px;
  margin: 50px auto !important;
  font-size: 0.8em;
}

.curriculum-box {
  overflow-y: auto;
  border: 1px solid #cccccc;
  color: #555555;
  background-color: white;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  width: 650px;
  height: 120px;
  padding: 5px 15px 15px;
  margin: 0 auto 36px;
}

@media (max-width: 1199px) {
  .header-navigation ul.navigation-box li:first-child {
    display: none;
  }

  .curriculum-box {
    width: 100%;
  }
}

ul.text-start.touroku-list {
  list-style: none;
}

/*現役のプロ講師たちがレクチャー!豊富で幅広い動画レッスンが学び放題*/
li.program-list-item {
  list-style: none;
}

.program-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.program-h3 {
  font-size: 2em !important;
}

.program-list-item {
  width: 50%;
  padding: 10px;
}

.program-list-img {
  width: 100%;
  border: 9px solid #fff;
}

.program-name {
  margin-top: -0.5em;
  background-color: #ffeb3b;
  color: #07ba97;
  position: relative;
  display: block;
  padding: 8px 20px 8px 8px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (min-width: 798px) {
  .program-list {
    margin-bottom: 12px;
    align-items: flex-end;
    padding: 0;
  }

  .program-list-item {
    width: 33%;
  }

  .program-name {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }
}

.cousepage-sub-tit {
  display: flex;
  align-items: center;
}

.list-style .list-style-five ul li {
  font-size: 20px;
  line-height: 24px;
  margin-top: 13px;
  color: var(--black);
}

.list-style .list-style-five ul li i {
  font-size: 20px;
  font-weight: 600;
  color: var(--success);
  line-height: 25px;
  margin-right: 7px;
}

.zasetu3 {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 100px 50px;
}

.point3-img {
  background-color: #03c2a1;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
}

.support3 {
  text-transform: capitalize;
  color: var(--white);
  background: #03c2a1;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 4px;
}

.course-subtit {
  font-size: 1em;
  line-height: 1.6 !important;
}

.course-subtit2 {
  font-size: 1.4em;
}

/*table*/
.table-block {
  width: 100%;
  margin: 0;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0;
  border: 1px solid #020202;
}

.table-block th,
.table-block td {
  border: 1px solid #020202;
  padding: 10px;
}

.table-block th {
  font-weight: normal;
  text-align: left;
  background-color: #f0ede4;
}

.table-block .caption {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  line-height: 1.75;
}

@media print,
(min-width: 768px) {

  .table-block th,
  .table-block td {
    padding: 15px;
  }
}

@media print,
(min-width: 768px) {
  .table-block th {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {

  .table-block th,
  .table-block td {
    display: block;
    width: 100%;
  }

  .table-block th {
    text-align: center;
    padding: 5px;
  }

  ol.custom {
    padding: 0 0 0 1.3em;
  }
}

/*採用*/
.recruit-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  padding-left: 35px;
  justify-content: center;
}

.recruit-images-item {
  margin-bottom: 30px;
}

.recruit-images-item:nth-child(2n) {
  margin-left: 40px;
}

.recruit-images-item figcaption {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .recruit-images {
    margin-top: 20px;
    padding-left: 0;
  }

  .recruit-images-item {
    margin-bottom: 15px;
    width: 100%;
  }

  .recruit-images-item:nth-child(2n) {
    margin-left: 0;
  }
}

.landscape-img-warp {
  display: flex;
  justify-content: center;
}

.landscape-img-item {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 auto;
  justify-content: space-around;
  padding-top: 0.5em;
}

.landscape-img-box {
  text-align: center;
  padding-right: 0.5em;
}

.school-flex {
  display: flex;
  list-style: none;
}

.school-img {
  padding-right: 1em;
}

@media only screen and (max-width: 767px) {
  .zasetu3 {
    padding: 40px 20px;
  }

  .landscape-img-warp {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .landscape-img-item {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .landscape-img-box {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .landscape-img {
    width: 100%;
    padding: 1em 0 0 0;
  }

  .school-flex {
    display: block;
    padding: 0;
    margin: 0;
  }

  .school-img {
    width: 100%;
    padding-bottom: 1em;
  }
}

/*フォームスタイル*/

@media only screen and (max-width: 374px) {
  .section-company .company-block .block-ttl img {
    width: 100%;
  }
}

.section-contact {
  line-height: 1.8;
}

.section-contact .contact-desc strong {
  font-weight: bold;
}

.section-contact .ul-worries {
  font-weight: bold;
  text-align: left;
  display: inline-block;
  font-size: 1.111em;
  line-height: 1.5;
}

.form-contact {
  line-height: 1.8;
  letter-spacing: 0;
}

.form-contact th,
.form-contact td {
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.form-contact th {
  background: #0f2a36;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.form-contact .required-txt {
  background: #fff;
  padding: 4px;
  line-height: 1;
  color: #cc1458;
}

.form-contact .text-input,
.form-contact .textarea {
  padding: 5px 10px;
  color: #555;
  border: 1px solid transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 2px 3px 10px 0 rgba(0, 0, 0, 0.15),
    inset -2px 0px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 2px 3px 10px 0 rgba(0, 0, 0, 0.15),
    inset -2px 0px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 2px 3px 10px 0 rgba(0, 0, 0, 0.15),
    inset -2px 0px 4px 0 rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
  outline: none;
}

.form-contact .text-input {
  height: 54px;
}

.form-contact .textarea {
  height: 235px;
}

.form-contact .text-input:focus,
.form-contact .textarea:focus {
  border-color: #ff0072;
}

.text-agree a {
  text-decoration: underline;
}

.text-agree label::after {
  content: ' *';
  /* 本文との間にスペースをおく */
  color: red;
  /* 好きな色に */
  margin-left: 0.2em;
  /* 微調整 */
}

.btn-submit {
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-left: solid 2px #21a108;
  border-bottom: solid 2px #21a108;
  border-top: solid 2px #98ff84;
  border-right: solid 2px #98ff84;
  background-color: rgba(0, 195, 0, 0.8);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.form-contact-tel {
  text-align: center;
  border: 3px solid #cc1458;
}

.form-contact-tel .ttl,
.form-contact-tel .schedule {
  font-weight: bold;
}

.form-contact-tel .schedule {
  color: #cc1458;
}

@media print,
(min-width: 768px) {
  .section-contact {
    font-size: 18px;
    padding: 100px 0 115px;
  }

  .section-contact .module-ttl {
    padding-bottom: 34px;
    margin: 0 auto 50px;
    max-width: 605px;
  }

  .section-contact .contact-desc {
    margin-bottom: 40px;
    text-align: center;
  }

  .section-contact .contact-desc .mg-bottom,
  .section-contact .contact-desc .ul-worries {
    margin-bottom: 30px;
  }

  .contact-content {
    width: 890px;
    margin: 0 auto;
  }

  .form-contact {
    width: 890px;
    margin: 0 auto 30px;
    font-size: 18px;
  }

  .form-contact th {
    padding: 15px 0 15px 15px;
    width: 246px;
  }

  .form-contact td {
    padding: 0 10px 0 15px;
  }

  .form-contact .required-txt {
    float: right;
    font-size: 15px;
    margin: 4px 5px 0 5px;
  }

  .form-contact .text-input,
  .form-contact .textarea {
    font-size: 18px;
  }

  .text-agree {
    text-align: center;
    margin: 0px auto 30px auto;

  }

  .text-agree label::after {
    content: ' *';
    /* 本文との間にスペースをおく */
    color: red;
    /* 好きな色に */
    margin-left: 0.2em;
    /* 微調整 */
  }

  .btn-submit {
    height: 80px;
    font-size: 24px;
    width: 820px;
    margin: 0 auto 45px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .form-contact-tel {
    max-width: 765px;
    margin: 45px auto 0;
    border-radius: 40px;
    padding: 25px 0;
  }

  .form-contact-tel .ttl {
    font-size: 38px;
    margin-bottom: 15px;
  }

  .form-contact-tel .schedule {
    font-size: 33px;
    margin-top: 20px;
  }

  .form-contact-tel .tel {
    display: inline-block;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-contact .required-txt {
    padding-top: 6px;
    padding-bottom: 2px;
  }

  .form-contact th {
    padding-top: 12px;
  }

  .btn-submit {
    padding-top: 13px;
  }
}


@media only screen and (max-width: 767px) {
  .section-contact {
    padding: 50px 0;
  }

  .section-contact .contact-desc {
    margin-bottom: 20px;
  }

  .section-contact .contact-desc .mg-bottom {
    margin-bottom: 15px;
  }

  .section-contact .ul-worries {
    display: block;
    margin-bottom: 20px;
  }

  .form-contact {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }

  .form-contact tbody,
  .form-contact tr,
  .form-contact th,
  .form-contact td {
    display: block;
    border-bottom: none;
  }

  .form-contact td {
    padding: 10px 0;
  }

  .form-contact th {
    padding: 5px 10px;
    font-size: 16px;
  }

  .form-contact .required-txt {
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
  }

  .btn-submit {
    height: 50px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .form-contact-tel {
    border-width: 2px;
    margin-top: 30px;
    padding: 10px 15px;
    border-radius: 15px;
  }

  .form-contact-tel .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .form-contact-tel .schedule {
    font-size: 16px;
    margin-top: 10px;
  }
}

/*===========================
  初めての方へ
===========================*/
.features-five {
  background-color: var(--light-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.features-five .section-title {
  padding-bottom: 10px;
}

.features-five .section-title .title {
  font-size: 44px;
  font-weight: 600;
  color: var(--black);
  line-height: 55px;
}

@media (max-width: 767px) {
  .features-five .section-title .title {
    font-size: 30px;
    line-height: 35px;
  }
}

.features-style-five {
  position: relative;
  padding: 0 20px;
  margin-top: 40px;
}

.features-style-five::before {
  position: absolute;
  content: "";
  height: 140px;
  width: 6px;
  top: 0;
  left: 0;
  background: var(--primary);
}

.features-style-five .features-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.class-number {
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-style-five .features-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .features-style-five .features-title {
    font-size: 20px;
  }
}

.features-style-five .text {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-3);
  margin-top: 16px;
}

/* ===== Buttons Css ===== */
.features-style-one .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}

.features-style-one .active.primary-btn-outline,
.features-style-one .primary-btn-outline:hover,
.features-style-one .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}

.features-style-one .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*沿革*/
table.info {
  width: 100%;
  border-collapse: separate;
  margin: 0 auto;
  max-width: 800px;
}

table.info th {
  padding: 20px 0 5px 0;
  font-size: 100%;
  line-height: 150%;
  text-align: left;
  /* thのデフォルトはセンター揃えのため */
  border-bottom: solid 1px #666;
  display: block;
}

table.info td {
  padding: 10px 0 15px 0;
  font-size: 100%;
  line-height: 150%;
  display: block;
}

.info th span {
  background-color: #ffc107;
  color: #012237;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 0.9em;
}

/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  .company_box {
    width: 768px;
    margin: 30px auto 90px auto;
    padding: 30px 75px 60px 75px;
  }

  table.info th {
    width: 300px;
    padding: 10px 0;
    font-size: 16px;
    letter-spacing: 1px;
    display: table-cell;
  }

  table.info td {
    padding: 50px 10px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: dotted 1px #012237;
    display: table-cell;
  }
}

/* ▲PCメディアクエリ終了▲ */

/*===========================
  実践的なスキルを習得できる仕組み
===========================*/
.features-one {
  padding-top: 60px;
  padding-bottom: 60px;
}

.features-one .section-title {
  padding-bottom: 10px;
}

.features-one .title {
  font-size: 44px;
  font-weight: 600;
  color: var(--black);
  line-height: 55px;
}

@media (max-width: 767px) {
  .features-one .title {
    font-size: 30px;
    line-height: 35px;
  }
}

.features-one .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-3);
  margin-top: 24px;
}

.features-style-one {
  background-color: #f1f1f1;
  padding: 40px 20px;
  margin-top: 40px;
  box-shadow: var(--shadow-2);
  border-radius: 4px;
  transition: all 0.3s;
}

.features-style-one:hover {
  box-shadow: var(--shadow-4);
}

.features-style-one .features-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  color: var(--primary);
  border: 2px solid rgba(187, 187, 187, 0.192);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .features-style-one .features-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 35px;
  }
}

.features-style-one:hover .features-icon {
  border-color: transparent;
  color: var(--white);
  background-color: var(--primary);
}

.features-style-one .features-content {
  margin-top: 24px;
}

.features-style-one .features-title {
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
  .features-style-one .features-title {
    font-size: 22px;
  }
}

.features-style-one .text {
  color: var(--dark-3);
  margin-top: 16px;
}

.features-style-one .features-btn {
  margin-top: 32px;
}

/*===========================
  開催実績
===========================*/
.tab-wrap {
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.tab-label {
  width: 150px;
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  border: 1px solid Gray;
  border-radius: 4px 0 0 4px;
  margin: 5px -1px 5px 1px;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  float: left;
}

.tab-content {
  display: none;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  color: Gray;
  background: White;
  border-right-color: White;
}

.tab-switch:checked+.tab-label+.tab-content {
  width: calc(100% - 150px);
  /* - ボタン幅 */
  height: 100%;
  padding: 15px;
  border-left: 1px solid Gray;
  display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.voice ul,
.voice ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.voice__inner {
  margin: auto;
  padding: 0;
  max-width: 37.5rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .voice__inner {
    padding: 0;
    max-width: 75rem;
  }
}

.voice-list {
  display: grid;
  gap: 1.375rem;
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
  .voice-list {
    gap: 1.375rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.voice-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}

.voice-list__item-img {
  width: 100%;
}

.voice-list__item-img img {
  width: 100%;
  aspect-ratio: 234 / 188;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.voice-list__item-content {
  padding: 0.9375rem 1.5625rem 0;
}

@media screen and (min-width: 768px) {
  .voice-list__item-content {
    padding: 1.25rem 1.875rem 0;
  }
}

.voice-list__item-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .voice-list__item-title {
    font-size: 1rem;
  }
}

.voice-list__item-text {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .voice-list__item-text {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}

.voice-list__item-meta {
  margin-top: 3px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .voice-list__item-meta {
    padding: 0;
  }
}

.voice-list__item-category {
  padding: 0.3125rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: #de8430;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .voice-list__item-category {
    font-size: 1rem;
  }
}

.voice-list__item-date {
  font-size: 0.875rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .voice-list__item-date {
    font-size: 1rem;
  }
}

.voice-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  /* 角を丸くする */
  transition: box-shadow 0.3s ease;
}

.voice-list__item a:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
  border-color: #de8430;
  /* ホバー時にボーダーの色を変更 */
  background-color: #f9f9f9;
  /* ホバー時に少しだけ背景色を変更 */
}

.voice-list__item {
  display: flex;
  flex-direction: column;
}

.voice-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
  flex: 1;
  /* 同じ高さにするための設定 */
}

.voice-list__item a:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
}

.voice-list__item-content {
  padding: 0.9375rem 1.5625rem 0;
  flex: 1;
  /* 同じ高さにするための設定 */
}

@media screen and (min-width: 768px) {
  .voice-list__item-content {
    padding: 1.25rem 1.875rem 0;
  }
}

.voice-list__item a {
  color: black;
  text-decoration: none;
}

.voice-list__item a:hover,
.voice-list__item a:focus {
  color: black;
  text-decoration: none;
}


/*合宿インタビュー*/


.voice2-list__item {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
  animation: slideInFromTop 0.8s ease-out forwards;
}

@keyframes slideInFromTop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.voice2-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease,
    background-color 0.3s ease;
  border: 2px solid transparent;
  overflow: hidden;
}

.voice2-list__item a:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
  border-color: #de8430;
  background-color: #f9f9f9;
}

.voice2-list__item a:hover .voice-list__item-category {
  background-color: #f08030;
}

.voice2-list__item a:hover .voice-list__item-title {
  color: #de8430;
}

.voice2-list__item a:hover .voice-list__item-text {
  color: #333;
}



.voice2 ul,
.voice2 ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.voice2__inner {
  margin: auto;
  padding: 0;
  max-width: 37.5rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .voice2__inner {
    padding: 0;
    max-width: 75rem;
  }
}

.voice2-list {
  display: grid;
  gap: 1.375rem;
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
  .voice2-list {
    gap: 1.375rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.voice2-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}

.voice2-list__item-img {
  width: 100%;
}

.voice2-list__item-img img {
  width: 100%;
  aspect-ratio: 334 / 187;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.voice2-list__item-content {
  padding: 0.9375rem 1.5625rem 0;
}

@media screen and (min-width: 768px) {
  .voice2-list__item-content {
    padding: 1.25rem 1.875rem 0;
  }
}

.voice2-list__item-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .voice2-list__item-title {
    font-size: 1rem;
  }
}

.voice2-list__item-text {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .voice2-list__item-text {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}

.voice2-list__item-meta {
  margin-top: 3px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .voice2-list__item-meta {
    padding: 0;
  }
}

.voice2-list__item-category {
  padding: 0.3125rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: #1b97cf;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .voice2-list__item-category {
    font-size: 1rem;
  }
}

.voice2-list__item-date {
  font-size: 0.875rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .voice2-list__item-date {
    font-size: 1rem;
  }
}

.voice2-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  /* 角を丸くする */
  transition: box-shadow 0.3s ease;
}

.voice2-list__item a:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
  border-color: #0b7df3;
  /* ホバー時にボーダーの色を変更 */
  background-color: #f9f9f9;
  /* ホバー時に少しだけ背景色を変更 */
}

.voice2-list__item {
  display: flex;
  flex-direction: column;
}

.voice2-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
  flex: 1;
  /* 同じ高さにするための設定 */
}

.voice2-list__item a:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
}

.voice2-list__item-content {
  padding: 0.9375rem 1.5625rem 0;
  flex: 1;
  /* 同じ高さにするための設定 */
}

@media screen and (min-width: 768px) {
  .voice2-list__item-content {
    padding: 1.25rem 1.875rem 0;
  }
}

.voice2-list__item a {
  color: black;
  text-decoration: none;
}

.voice2-list__item a:hover,
.voice2-list__item a:focus {
  color: black;
  text-decoration: none;
}


/**/
/* /イベントリポート/ */
.event-report ul,
.event-report ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-report__inner {
  margin: auto;
  padding: 0;
  max-width: 37.5rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .event-report__inner {
    padding: 0;
    max-width: 75rem;
  }
}

.event-report-list {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 50px auto 0px auto;
}

@media screen and (min-width: 768px) {
  .event-report-list {
    gap: 1.375rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 60px auto 0px auto;
  }
}

.event-report-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}

.event-report-list__item-img {
  width: 100%;
}

.event-report-list__item-img img {
  width: 100%;
  aspect-ratio: 334 / 187;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.event-report-list__item-content {
  padding: 0.9375rem 1.5625rem 0;
}

@media screen and (min-width: 768px) {
  .event-report-list__item-content {
    padding: 1.25rem 1.875rem 0;
  }
}

.event-report-list__item-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .event-report-list__item-title {
    font-size: 1rem;
  }
}

.event-report-list__item-text {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .event-report-list__item-text {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}

.event-report-list__item-meta {
  margin-top: 3px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .event-report-list__item-meta {
    padding: 0;
  }
}

.event-report-list__item-category {
  padding: 0.3125rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: #de8430;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .event-report-list__item-category {
    font-size: 1rem;
  }
}

.event-report-list__item-date {
  font-size: 0.875rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .event-report-list__item-date {
    font-size: 1rem;
  }
}

.event-report-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  /* 角を丸くする */
  transition: box-shadow 0.3s ease;
}

.event-report-list__item a:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
  border-color: #de8430;
  /* ホバー時にボーダーの色を変更 */
  background-color: #f9f9f9;
  /* ホバー時に少しだけ背景色を変更 */
}

.event-report-list__item {
  display: flex;
  flex-direction: column;
}

.event-report-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
  flex: 1;
  /* 同じ高さにするための設定 */
}

.event-report-list__item a:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
}

.event-report-list__item-content {
  padding: 0.9375rem 1.5625rem 0;
  flex: 1;
  /* 同じ高さにするための設定 */
}

@media screen and (min-width: 768px) {
  .event-report-list__item-content {
    padding: 1.25rem 1.875rem 0;
  }
}

.event-report-list__item a {
  color: black;
  text-decoration: none;
}

.event-report-list__item a:hover,
.event-report-list__item a:focus {
  color: black;
  text-decoration: none;
}

/**/


.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  margin: 2em auto 1em;
  width: 95%;
}

.pagination-link {
  display: inline-block;
  padding: 3px 15px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: background-color 0.3s, color 0.3s;
}

.pagination-link:hover {
  background-color: #eee;
  color: #000;
}

.pagination-link.active {
  background-color: rgb(17 42 53);
  color: #fff;
  pointer-events: none;
}

/* スマホ画面向けのスタイル */
@media (max-width: 600px) {
  .pagination-container {
    gap: 5px;
  }

  .pagination-link {
    display: none;
  }

  .pagination-link:nth-of-type(2),
  /* « */
  .pagination-link:nth-of-type(3),
  /* 1 */
  .pagination-link:nth-of-type(4),
  /* 2 */
  .pagination-link:nth-of-type(5),
  /* 3 */
  .pagination-link:nth-of-type(6) {
    /* » */
    display: inline-block;
  }
}

.voice-list__item {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
  animation: slideInFromTop 0.8s ease-out forwards;
}

@keyframes slideInFromTop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.voice-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease,
    background-color 0.3s ease;
  border: 2px solid transparent;
  overflow: hidden;
}

.voice-list__item a:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
  border-color: #de8430;
  background-color: #f9f9f9;
}

.voice-list__item a:hover .voice-list__item-category {
  background-color: #f08030;
}

.voice-list__item a:hover .voice-list__item-title {
  color: #de8430;
}

.voice-list__item a:hover .voice-list__item-text {
  color: #333;
}



/* /イベントレポート ホバー/ */
.event-report-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease,
    background-color 0.3s ease;
  border: 2px solid transparent;
  overflow: hidden;
}

.event-report-list__item a:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
  border-color: #de8430;
  background-color: #f9f9f9;
}

.event-report-list__item a:hover .event-report-list__item-category {
  background-color: #f08030;
}

.event-report-list__item a:hover .event-report-list__item-title {
  color: #de8430;
}

.event-report-list__item a:hover .event-report-list__item-text {
  color: #333;
}

/*===========================
  Features Three CSS
===========================*/
.features-three {
  background-color: var(--light-2);
  padding-top: 120px;
  padding-bottom: 120px;
}

.features-three .section-title {
  padding-bottom: 10px;
}

.features-three .title {
  font-size: 44px;
  font-weight: 600;
  color: var(--black);
  line-height: 55px;
}

@media (max-width: 767px) {
  .features-three .title {
    font-size: 30px;
    line-height: 35px;
  }
}

.features-three .text {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-3);
  margin-top: 24px;
}

.features-style-three {
  margin-top: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.features-style-three:hover {
  box-shadow: var(--shadow-4);
}

@media (max-width: 767px) {
  .features-style-three {
    padding: 20px;
    margin-top: 20px;
  }

  .features-style-three .features-content {
    margin-top: 0px !important;
  }

  .features-content {
    padding: 0 !important;
    margin: 0 !important;
  }

  .features-three {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.features-style-three .features-icon .shape {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.features-style-three .features-content {
  margin-top: 30px;
}

.features-style-three .features-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-style-three .features-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .features-style-three .features-title {
    font-size: 20px;
  }
}

.features-style-three .text {
  color: var(--dark-3);
  margin-top: 16px;
}

.features-content {
  padding: 40px;
  margin: 20px 0;
  border-radius: 8px;
}

p.text {
  text-align: left;
}

/* -------------------------------------
 * timeline
 * ------------------------------------- */
.timeline {
  margin: 0px auto;
  max-width: 60em;
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 0px;
  list-style-type: none;
  background-image: url("../images/dot-line.png");
  background-repeat: repeat-y;
  background-position: 50% 0;
}

.timeline .year {
  background: #022a3f;
  font-size: 3em;
  max-width: 4em;
  clear: both;
  margin: 1em auto 2em;
  border-radius: 30%/100%;
  text-align: center;
  margin-top: 2em;
}

.timeline .year:first-of-type {
  margin-top: 0 !important;
}

.timeline .event {
  position: relative;
  text-align: center;
  float: right;
  clear: right;
  width: 45%;
  margin: 1em 2.5%;
  border-radius: 5px;
  list-style-type: none;
  display: block;
  padding: 1.4em;
  background: #fff;
  z-index: 15;
  border: 1px solid #9d9d9d;
  text-decoration: none;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.timeline .event.featured {
  width: 95% !important;
  background: #e8e8e8;
}

.timeline .event.featured:after,
.timeline .event.featured:before {
  display: none;
}

@media all and (max-width: 600px) {
  .timeline .event {
    width: 85%;
  }
}

.timeline .event img {
  margin-top: 10px;
  max-width: 100%;
}

.timeline .event:nth-of-type(2n) {
  float: left;
  clear: left;
}

@media all and (min-width: 600px) {
  .timeline .event:nth-of-type(2n) {
    margin-top: 2em;
  }
}

@media all and (min-width: 650px) {
  .timeline .event:after {
    display: block;
    content: " ";
    height: 9px;
    width: 9px;
    background: #9d9d9d;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    top: 1.5em;
    border: 2px solid white;
  }
}

.timeline .event:nth-child(2n):after {
  right: -5%;
  left: auto;
}

.timeline {
  margin: 0px auto;
  max-width: 60em;
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 0px;
  list-style-type: none;
  background-repeat: repeat-y;
  background-position: 50% 0;
}

.timeline .year {
  padding: 15px;
  background: #fff;
  font-size: 3em;
  max-width: 4em;
  clear: both;
  margin: 1em auto 2em;
  color: #022a3f;
  border-radius: 30%/100%;
  text-align: center;
  margin-top: 2em;
}

.timeline .year:first-of-type {
  margin-top: 0 !important;
}

.timeline .event.featured {
  width: 95% !important;
  background: #e8e8e8;
}

.timeline .event.featured:after,
.timeline .event.featured:before {
  display: none;
}

@media all and (max-width: 600px) {
  .timeline .event {
    width: 100%;
    margin: 1em 0 !important;
  }

  .timeline .year {
    margin: 1em auto 1em;
  }
}

.timeline .event.offset-first {
  margin-top: -4.5em !important;
}

.timeline .event img {
  margin-top: 10px;
  max-width: 100%;
}

.timeline .event:nth-of-type(2n) {
  float: left;
  clear: left;
}

@media all and (min-width: 600px) {
  .timeline .event:nth-of-type(2n) {
    margin-top: 2em;
  }
}

@media screen and (max-width: 600px) {
  .timeline .event.offset-first {
    margin-top: -1.5em !important;
  }
}

@media all and (min-width: 650px) {
  .timeline .event:after {
    display: block;
    content: " ";
    height: 9px;
    width: 9px;
    background: #9d9d9d;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    top: 1.5em;
    border: 2px solid white;
  }
}

.timeline .event:nth-child(2n):after {
  right: -5%;
  left: auto;
}

/* -------------------------------------
 * 実践会
/* 流れ ------------------------------*/
.cp-flow02__item {
  position: relative;
  padding: 24px;
  background: #f5f5f5;
}

.cp-flow02__item:not(:last-child) {
  margin-bottom: 20px;
}

.cp-flow02__item:not(:last-child):after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 15px 20px 0 20px;
  border-style: solid;
  border-color: #f5f5f5 transparent transparent transparent;
}

.cp-flow02__title {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  max-width: 300px;
  margin: 0 auto;
}

.cp-flow02__label {
  margin-right: 8px;
  transform: translateY(-3px);
  background-color: #ffc007;
}

.cp-container {
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
}

.cp-label {
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0em;
  height: 1.7em;
}

.cp-label-radius {
  border-radius: 100vw;
}

.cp-section {
  margin: 0 auto;
}

.cp-section_title {
  color: #fff;
  text-align: center;
  margin: 0 auto 30px auto;
}

.cp-section_second_title {
  color: #fff;
  text-align: center;
  margin: 30px auto 30px auto;
}

@media screen and (max-width: 599px) {
  .cp-flow02__item {
    padding: 16px;
  }

  .cp-flow02__item:not(:last-child) {
    margin-bottom: 23px;
  }
}

/* 開催中の実践会 */
.cp-infoCard02 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.cp-infoCard02__item {
  width: calc(100% / 2 - 20px);
  background-color: #fff;
  padding: 20px;
}

.cp-infoCard02__item:nth-child(2n-1) {
  margin-right: 40px;
}

.cp-infoCard02__item:nth-child(n + 3) {
  margin-top: 40px;
}

.cp-infoCard02__item {
  display: flex;
  align-items: center;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}

.cp-infoCard02__image {
  width: 40%;
  margin-right: 24px;
}

.cp-infoCard02__image img {
  width: 100%;
}

.cp-infoCard02__info {
  width: 60%;
}

.cp-infoCard02__date {
  font-size: 12px;
}

.cp-infoCard02__label {
  margin-left: 0px;
  background-color: #ffffff;
  color: #012237;
  font-size: 1.4em;
}

.cp-infoCard02__text {
  margin-top: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .cp-infoCard02__item {
    width: 100%;
  }

  .cp-infoCard02__item:not(:last-child) {
    margin-right: 0;
  }

  .cp-infoCard02__item:nth-child(2n-1) {
    margin-right: 0;
  }

  .cp-infoCard02__item:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.cp-infoCard02 li {
  list-style: none;
}

@media screen and (max-width: 599px) {
  .cp-infoCard02__item {
    width: calc(100% / 1);
  }

  .cp-infoCard02__item:not(:last-child) {
    margin-right: 0;
  }

  .cp-infoCard02__item:nth-child(2n-1) {
    margin-right: 0;
  }

  .cp-infoCard02__item:nth-child(n + 2) {
    margin-top: 32px;
  }

  .cp-infoCard02__item {
    display: block;
  }

  .cp-infoCard02__image {
    width: 100%;
    margin-right: 24px;
  }

  .cp-infoCard02__image img {
    width: 100%;
  }

  .cp-infoCard02__info {
    width: 100%;
    margin-top: 24px;
  }
}

/*--3つのポイント--*/

/* テキスト */
.cp-text {
  margin: 0;
  line-height: 1.5;
  padding-top: 1em;
}

*+.cp-text {
  margin: 16px 0 0 0;
}

/* 画像 + 見出し + テキスト ------------------------------*/
/* アイテム */
.cp-leftAndRight02__item {
  display: flex;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  flex-direction: column;
  background-color: #fff;
}

.cp-leftAndRight02__item:nth-child(2n) {
  flex-direction: row-reverse;
  flex-direction: column;
}

.cp-leftAndRight02__item:not(:last-child) {
  margin-bottom: 40px;
  flex-direction: column;
}

.cp-leftAndRight02__info {
  padding: 100px;
}

/* 画像 */
.cp-leftAndRight02__image {
  width: 100%;
  margin: 0 auto;
}

.cp-leftAndRight02__image img {
  width: 100%;
}

/* 見出し */
.cp-leftAndRight02__title {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {

  /* アイテム */
  .cp-leftAndRight02__item {
    display: block;
  }

  /* 画像 */
  .cp-leftAndRight02__image {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .cp-leftAndRight02__info {
    padding: 24px 30px 16px;
  }

  /* 見出し */
  .cp-leftAndRight02__title {
    margin-bottom: 16px;
  }
}

/*背景*/
.bk-bg {
  background-image: url(../images/patter-1-1.jpg);
}

.gr-bg {
  background-color: #e5fffa;
}

.image-yw {
  box-shadow: 8px 8px 0 #ffc107;
}

.text-bold {
  font-weight: bold;
  color: #f07979;
}

/*ボタン追従*/
.fixed_btn {
  position: fixed;
  bottom: 0px;
  padding: 10px 0;
  border: none;
  width: 100%;
  background-color: #e3e3e3;
  z-index: 990009;
  /*最初は非表示*/
  opacity: 0;
  visibility: hidden;
}

/*ボタン分フッターエリアを下げる*/
.fixed_btn-padding {
  padding-bottom: 8em;
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

/*最新イベント情報エリア*/

.news-block {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.news-borderBlock {
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #facb22;
  padding-top: 5px;
}

.news-tit {
  padding: 20px 20px 0;
}

.news-contents {
  border-top: 2px solid #fbc821;
  width: 100px;
  margin: 0 auto;
}

.news-contents-wrap {
  display: flex;
  padding: 0 20px 0px;
  align-items: center;
}

.news-contents-wrap .right {
  padding: 0 20px 20px;
}

.news-event-box {
  background-color: #fff;
  padding: 20px;
}

.news-red {
  font-weight: bold;
  font-size: 0.8em;
}

.news-block .title-line-center::after {
  background: #fff;
}

.newsh4 {
  font-size: 1.6em;
  font-weight: bold;
  padding-top: 3em !important;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .course-category-two .inner-container {
    padding: 0;
  }

  .course-one {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .news-contents-wrap {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .news-contents-wrap .right {
    padding: 0;
  }

  .newsh4 {
    font-size: 1.2em;
  }
}

/* table */
table.check {
  border-collapse: collapse;
  margin: 0 auto 30px auto;
  padding: 20px;
}

table.check th {
  width: 30px;
  padding: 10px 0 5px 0;
  font-size: 18px;
  color: #ffc007;
  vertical-align: top;
  text-align: left !important;
}

table.check td {
  padding: 10px 0 5px 0;
  font-size: 18px;
  letter-spacing: 1px;
  border-bottom: dotted 1px #999999;
  text-align: left !important;
}

/*20230818追加修正*/
.float-button__wrap {
  display: none;
  position: fixed;
  bottom: 10px;
  z-index: 9999999;
  max-width: 500px;
  right: 0;
  opacity: 0;
}

.float-button__wrap.show {
  opacity: 1;
}

.float-button__wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

ul.navigation-box>li a {
  display: block;
  height: 100%;
  width: 100%;
}

.media_link {
  color: #94a3ac;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover.media_link {
  color: #f16101;
}

/*情報マガジンページ*/
.service {
  display: grid;
  margin-bottom: 40px;
  grid-gap: 1em;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.account:hover {
  text-decoration: none;
  color: #333;
}

.card1:hover {
  transform: scale(1.03);
  box-shadow: 0 0 1px 2px rgb(191 191 191 / 50%),
    0 0 10px rgb(128 128 128 / 50%);
}

.account {
  position: relative;
  display: block;
  color: #333;
}

.card1 {
  position: relative;
  display: inline-block;
  transition: transform 0.2s ease-in-out;
  border-radius: 4px;
  background: #fff !important;
  box-shadow: 0 0 1px rgb(124 124 124 / 80%), 0 0 5px rgb(175 175 175 / 50%);
  border: 1px solid #fba018;
  border-radius: 5px;
}

.account[href^="http"]::before {
  position: absolute;
  top: 5px;
  right: 10px;
  font-family: "Font Awesome 6 Free";
  content: "\f35d";
  font-weight: 900;
  color: #fff;
}

.account hgroup {
  display: flex;
  align-items: center;
  padding: 1.5em 1em;
  border-radius: 4px 0 0;
  background: #fba018;
  background-image: linear-gradient(182deg,
      rgb(252 196 33),
      rgb(255 133 11)) !important;
}

.account .profile-image {
  margin-right: 1em;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
  grid-area: logo;
  aspect-ratio: 1.7/1;
  max-width: 300px;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.account h3 {
  font-size: 116%;
  grid-area: account-name;
  font-weight: normal;
  color: #fff;
}

.account span {
  font-weight: bold;
}

.account .summary {
  padding: 1em 1em 0;
  line-height: 1.6;
  font-size: 1em;
}

.medea-h2 {
  margin-top: 1em;
  color: #002637;
}

@media (max-width: 768px) {
  .account .profile-image {
    aspect-ratio: 1/1;
    max-width: 150px;
  }
}

img.project_banner {
  max-width: 180px;
  padding: 5px;
}

.privacy_box {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

/**/

.movie_section {
  background: linear-gradient(to bottom, white 40%, #f1f1f1 40%);
  padding: 20px;
}

@media (max-width: 768px) {
  .movie_section {
    background: linear-gradient(to bottom, white 15%, #f1f1f1 15%);
    padding: 0px 0px 20px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.movie_box {
  margin: 0px 100px;
}

.movie_box img {
  max-width: 500px;
  margin: auto;
}

@media (max-width: 768px) {
  .movie_box {
    margin: 0px;
  }
}

/*チャンネル登録者127万人の「PIVOT」でも紹介されました*/

.movie_section {
  background: linear-gradient(to bottom, white 40%, #f1f1f1 40%);
  padding: 20px;
}

@media (max-width: 768px) {
  .movie_section {
    background: linear-gradient(to bottom, white 15%, #f1f1f1 15%);
    padding: 0px 0px 20px;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.movie_box {
  margin: 0px 100px;
}

.movie_box img {
  max-width: 500px;
  margin: auto;
}

@media (max-width: 768px) {
  .movie_box {
    margin: 0px;
  }
}

.voice_bg_top {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  background-size: cover;
}

/* ---------------ハイライト動画---------------- */

.highlight-video {
  padding: 40px 20px !important;
}

.highlight-video h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 0.5em;
  font-size: 1.4em;
}

.center {
  text-align: center;
  margin: auto;
  display: block;
}

div.vid_contents {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 0;
}

video.vid_main {
  width: 100%;
  max-width: 850px;
}

@media (max-width: 768px) {
  .highlight-video {
    padding: 20px 0px 30px !important;
  }

  div.vid_contents {
    padding: 0;
  }
}

.text-ms {
  font-size: 0.8em;
}

/*! 埋め込み動画をレスポンシブ対応させる */
.video {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}