:root {
  --text-color: #384341;
  --text-white-color: #fff;
}

/* .cover-pc a,
h1,
h2,
h3,
h4,
h5,
p,
span,
.cover-sp a,
h1,
h2,
h3,
h4,
h5,
p,
span,
.landing-page-2 {
  font-family: "Yu Gothic";
  color: #384341;
} */

button {
  transition: all 0.1s ease;
}
button:hover {
  opacity: 0.9;
}

.only-pc {
  display: block;
}

.only-sm {
  display: none;
}

@media screen and (max-width: 780px) {
  .only-pc {
    display: none;
  }

  .only-sm {
    display: block;
  }
}

.m-16 {
  margin-top: 16px;
}

.spacing-0-5 {
  letter-spacing: -0.5px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #384341;
}

.pc-nav-list li a {
  color: #384341;
}

.spacing-1 {
  letter-spacing: 1.4px;
}

.header {
  background-color: transparent;
}

.header .logo {
  background-color: transparent;
}

.header .logo::before {
  background-color: transparent;
}

.header .logo::after {
  border-color: transparent transparent transparent transparent;
}

.header .logo img {
  height: 85px;
  margin-top: 20px;
}

@media screen and (max-width: 780px) {
  .header .logo img {
    height: 46px;
    margin: auto;
  }
}

.cover-pc {
  position: relative;
  background-image: url("../images/newhorizon/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 780px;
  background-size: calc(100vw - 120px) 100%;
  background-position: left 0 bottom 0;
}

.cover-sp {
  display: none;
}

.cover-pc .overlay {
  height: 780px;
}

.cover-pc .overlay-1 {
  position: absolute;
  left: 0px;
  width: 13.8%;
  height: 100%;
  background: linear-gradient(
    to left,
    #e5f5ee 72.75%,
    rgba(229, 245, 238, 0) 100%
  );

  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.cover-pc .overlay-2 {
  position: absolute;
  right: 0;

  width: 13.8%;
  height: 100%;
  background: linear-gradient(
    to right,
    #e5f5ee 72.75%,
    rgba(229, 245, 238, 0) 100%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.cover-pc .cover-content {
  position: absolute;
  margin: 0 auto;
  display: flex;
  width: 104rem;
  bottom: 40px;
  left: 0;
  right: 0;
}

.cover-pc .cover-content-left {
  width: 600px;
  height: 610px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 16px;
}

.cover-pc .cover-content-logos {
  width: 460px;
  height: 115px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  gap: 17px;
}

.cover-pc .cover-content-logos .content-logo-2 {
  margin-left: 5px;
}

.cover-pc .cover-content-logos .content-logo-2 img {
  width: 27px;
  height: 27px;
}

.cover-pc .cover-content-logos .content-logo-3 {
  margin-left: 13px;
}

.cover-pc .cover-content-title {
  margin-top: 25px;
  color: var(--text-color);
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cover-pc .cover-content-title-main {
  display: inline-block;
  line-height: 60px;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cover-pc .cover-content-title-main span {
  font-size: 30px;
  line-height: 30px;
  margin-left: 8px;
}

.cover-pc .cover-content-title-sub {
  width: 488px;
  margin-top: 11px;
  font-weight: 700;
  /* letter-spacing: -0.07em; */
  font-feature-settings: "palt";
}

.cover-pc .cover-content-title-sub .asterisk {
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 20px;
}

.cover-pc .cover-content-title-more {
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.cover-pc .cover-content-title-sub + .cover-content-title-more {
  margin-top: 45px;
}

.cover-pc .cover-content-title-more:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 9px;
  background-color: #00a156;
}

.cover-pc .cover-content-right {
  position: relative;
  width: 440px;
  padding-left: 16px;
}

.cover-pc .cover-content-right-img {
  position: absolute;
}

.cover-pc .right-img-item {
  top: 18px;
  left: 37px;
  width: 274px;
}

.cover-pc .cover-content-big-btn {
  position: absolute;
  bottom: 25px;
  width: 992px;
  height: 104px;
  background-color: #ed7330;
  border: none;
  border-radius: 64px;
  font-size: 30px;
  color: var(--text-white-color);
  cursor: pointer;
  box-shadow: 2px 2px 13px -3px rgba(0, 0, 0, 0.6);
}

.cover-pc .cover-content-big-btn label {
  display: block;
  cursor: pointer;
}
.cover-pc .cover-content-big-btn label:first-child {
  font-size: 1.8rem;
}
.cover-pc .cover-content-big-btn label:last-child {
  line-height: 45px;
  font-weight: 700;
}

.cover-pc .cover-content .note-text {
  position: absolute;
  bottom: -28px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #515B59;
}

.landing-page-2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 80px 200px;
  width: 100%;
}

.landing-page-2 .title,
.landing-page-2 .text-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
}

.landing-page-2 .title {
  flex-direction: row;
}

.landing-page-2 .text-content {
  flex-direction: column;
}

.landing-page-2 .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-shadow: 0px 0px 0px #231815;
}

.landing-page-2 .title a {
  color: #55bd04;
}

.landing-page-2 .text-content {
  font-size: 14px;
  flex-grow: 0;
  line-height: 26px;
  margin-top: 32px;
}

.landing-page-2 .group {
  margin-top: 48px;
}

.landing-page-2 .group .group-content {
  display: flex;
  gap: 17px;
}

.landing-page-2 .group .group-content .group-item {
  display: flex;
  width: 335.48px;
  height: 156.49px;
}

.landing-page-2 .group .group-content .group-1 {
  background: url(../images/newhorizon/bg_group_1.png) no-repeat;
  background-size: cover;
}

.landing-page-2 .group .group-content .group-2 {
  background: url(../images/newhorizon/bg_group_2.png) no-repeat;
  background-size: cover;
}

.landing-page-2 .group .group-content .group-3 {
  background: url(../images/newhorizon/bg_group_3.png) no-repeat;
  background-size: cover;
}

.landing-page-2 .group .group-content .group-image {
  position: relative;
  z-index: 0;
  width: 136.62px;
  bottom: 1em;
  height: 175px;
  overflow: hidden;
  margin-left: 16px;
}

.landing-page-2 .group .group-content .group-image .image-content {
  position: absolute;
  position: absolute;
  top: 6px;
  left: 5px;
  z-index: -1;
}

.landing-page-2 .group .group-content .group-image .image-content img {
  border-radius: 16px;
}

.landing-page-2 .group .group-content .group-description {
  margin-left: 7px;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.landing-page-2
  .group
  .group-content
  .group-description
  .group-description-item {
  padding: 4px 8px;
  border-radius: 8px;
  margin: 2px 0;
}

.landing-page-2
  .group
  .group-content
  .group-description
  .group-description-item
  label {
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}

.landing-page-2 .group .group-content .description-1 .group-description-item {
  background: #55bd04;
}

.landing-page-2 .group .group-content .description-2 .group-description-item {
  background: #dca008;
}

.landing-page-2 .group .group-content .description-3 .group-description-item {
  background: #4eaca8;
}

.landing-page-3 .top {
  position: relative;
  width: 100%;
  height: 225px;
  padding: 0 224px;
  z-index: 0;
}

.landing-page-3 .top .overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 161, 86, 0.8);
}

.landing-page-3 .top .background {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  background-image: url(../images/newhorizon/こんなお悩みありませんか.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.landing-page-3 .top .content {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  top: 32px;
}

.landing-page-3 .top .content .h2 {
  font-size: 26px !important;
  line-height: 39px !important;
  margin-bottom: 24px;
}

.landing-page-3 .top .content ul {
  list-style: disc;
  margin: 0;
  padding: 0 24px;
}

.landing-page-3 .bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 677px;
}
.landing-page-3 .bottom .polygon {
  width: 160px;
  height: 32px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.landing-page-3 .bottom .polygon::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 24px solid #13a742;
}

.landing-page-3 .bottom .title {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

.landing-page-3 .bottom .title a {
  color: #55bd04;
}

.landing-page-3 .bottom .content {
  margin-top: 32px;
  display: inline-grid;
  grid-template-columns: repeat(4, 240px);
  grid-gap: 24px;
}

.landing-page-3 .bottom .content .card {
  width: 240px;
  height: 302px;
}

.landing-page-3 .bottom .content .card .card-image {
  position: relative;
  width: 240px;
  height: 282px;
}
.landing-page-3 .bottom .content .card .card-image .card-image-radius {
  width: 240px;
  height: 240px;
  background: grey;
  position: absolute;
  bottom: 20px;
  border-radius: 240px;
}

.landing-page-3 .bottom .content .card .card-image .card-image-radius img {
  position: absolute;
  vertical-align: top !important;
  top: -2rem;
}

.landing-page-3 .bottom .content .card .card-image .card-info {
  width: 240px;
  background: #e5f5ee;
  border: 3px solid #55bd04;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 46px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
}

.landing-page-3 .bottom .content .card .card-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 8px;
}

.landing-page-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #e5f5ee;
  padding: 80px 0 40px 0;
}

.landing-page-4 .carousel {
  width: 100%;
  height: 745px;
  margin-top: 40px;
}

.landing-page-4 .title {
  display: flex;
  flex-direction: row;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

.landing-page-4 .title .only-sm {
  display: none;
}

.landing-page-4 .title a {
  color: #55bd04;
}

.landing-page-4 .wrap-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.landing-page-4 .wrap-list .list-card {
  display: grid;
  grid-template-columns: repeat(4, 242px);
  grid-gap: 8px;
  margin: 0 auto;
}

.landing-page-4 .wrap-list .card {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 16px;
  gap: 16px;
  border-radius: 8px;
}

.landing-page-4 .card .card-item-left {
  width: 80px;
}

.landing-page-4 .card .card-item-right {
  width: 114px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  line-height: 19.5px;
}

.landing-page-4 .card .card-item-right .title {
  font-size: 14px;
  line-height: 25.2px;
  text-align: left;
}

.landing-page-4 .card .card-item-right .content {
  font-size: 14px;
  line-height: 19.5px;
  font-weight: 500;
}

.landing-page-4 .tabs-container h2.tab-title {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  color: #384341;
  margin-top: 40px;
  margin-bottom: 0;
}

.landing-page-4 .tabs-container .tab-head {
  width: 460px;
  padding: 16px;
  margin: 40px auto 10px;
  border-color: #fff;
  border-width: 1px 0;
  border-style: solid;
}

.landing-page-4 .tabs-container .tab-head .tab-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 8px;
}
.landing-page-4 .tabs-container .tab-head .tab-label-container {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 64px;
}
.landing-page-4 .tabs-container .tab-head .tab-label-container .tab-label-item {
}
.landing-page-4
  .tabs-container
  .tab-head
  .tab-label-container
  .tab-label-item
  label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 26px;
  text-align: center;
  border-radius: 26px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease;
}
.landing-page-4
  .tabs-container
  .tab-head
  .tab-label-container
  .tab-label-item
  input[type="radio"]
  + label:hover,
.landing-page-4
  .tabs-container
  .tab-head
  .tab-label-container
  .tab-label-item
  input[type="radio"]:checked
  + label {
  background: #00a156;
  color: #fff;
  cursor: pointer;
}

.landing-page-4 .tabs-container .tab-content {
  min-width: 992px;
  display: grid;
  grid-template-columns: repeat(3, 320px);
  grid-gap: 16px;
}

.landing-page-4 .tabs-container .tab-content .video-container .video-item {
  position: relative;
}
.landing-page-4
  .tabs-container
  .tab-content
  .video-container
  .video-item
  .play-icon {
    opacity: 0;
    background-size: contain;
    width: 100%;
    height: 100%;
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.landing-page-4
  .tabs-container
  .tab-content
  .video-container
  .video-item
  video {
  width: 100%;
  height: 180px;
  display: block;
  background: #d9d9d9;
  border-radius: 4px;
}

.landing-page-4 .tabs-container .tab-content .video-container p {
  margin: 7px 0 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
}

/**
Play video popup
*/
.modaal-inner-wrapper {
  background: rgba(0, 0, 0, 0.5);
}
.modaal-container {
  background: transparent;
  height: unset;
  width: 768px;
  box-shadow: unset;
}
.modaal-content-container {
  background: transparent;
  height: unset;
  width: 768px;
  box-shadow: unset;
}
.modaal-content-container .video-container-modal .content video {
  min-height: 433px;
  display: block;
  width: 100%;
  background: #d9d9d9;
  border-radius: 8px;
}
.modaal-content-container .video-container-modal .content {
  position: relative;
}
.modaal-content-container .video-container-modal .content .close-popup {
  position: absolute;
  left: 100%;
  bottom: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #00a156;
  cursor: pointer;
}

.modaal-content-container .video-container-modal .content .close-popup:hover {
  opacity: 0.8;
}
.modaal-content-container .video-container-modal .content .play-video {
  background: url("../images/newhorizon/Vector.png") no-repeat center;
  background-size: contain;
  width: 73px;
  height: 73px;
  padding: 0;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.modaal-content-container .video-container-modal .video-name {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  margin: 0;
  background: transparent;
  text-align: center;
}

.modaal-content-container .video-container-modal .video-modal-name {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  margin: 0;
  background: transparent;
  text-align: center;
}

/* End modal video play */

.landing-page-4 .button button {
  width: 992px;
  height: 104px;
  background: #00a156;
  box-shadow: 2px 2px 13px -3px rgba(0, 0, 0, 0.6);
  border-radius: 64px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  margin-top: 40px;
  cursor: pointer;
}

.landing-page-4 .button button .h1 {
  font-size: 31px;
  line-height: 45px;
  font-weight: 700;
}

.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8c8;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

/* Landing page 5 */
.landing-page-5 {
  padding: 80px 0 40px 0;
}

.landing-page-5 .criteria .title h2 {
  font-size: 26px;
  line-height: 39px !important;
  padding: 0;
  margin: 0 0 40px 0;
}
.landing-page-5 .container {
  padding: 0;
}

.landing-page-5 .criteria-box {
  flex-direction: row;
  justify-content: center;
  gap: 8px;
}

.landing-page-5 .criteria-box .criteria-box-item {
  width: 250.67px;
  height: 94px;
  background: #e5f5ee;
  border-left: 4px solid #13a742;
  border-radius: 0px 4px 4px 0px;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.landing-page-5 .polygon {
  width: 160px;
  height: 24px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.landing-page-5 .polygon::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 24px solid #13a742;
}

.landing-page-5 .video {
  margin-top: 40px;
}

.landing-page-5 .video .video-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.landing-page-5 .video .video-title .video-main-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

.landing-page-5 .video .video-title .video-main-title a {
  color: #55bd04;
}

.landing-page-5 .video .video-title .video-sub-title {
  margin-top: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}

.landing-page-5 .video .video-content {
  background: #d9d9d9;
  border-radius: 3.33333px;
  width: 768px;
  height: 433.67px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}

.landing-page-5 .video .video-content video {
  width: 100%;
  height: 100%;
}

.landing-page-5 .video .video-content img {
  width: 88px;
  height: 88px;
  position: absolute;
  left: auto;
}

.landing-page-5 .group {
  margin-top: 40px;
}

.landing-page-5 .group .group-content {
  display: grid;
  grid-template-columns: repeat(3, 250px);
  grid-gap: 8px;
}

.landing-page-5 .group .group-content .group-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 217px;
  background: #e5f5ee;
  border-radius: 4px;
  gap: 8px;
}

.landing-page-5 .group .group-content .group-item .group-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100px;
}

.landing-page-5 .group .group-content .group-item .group-image .image-content {
  position: absolute;
  top: 0.3em;
  left: 0.4em;
  z-index: -1;
  border-radius: 8px;
}

.landing-page-5 .group .group-content .group-item .group-description {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}

/* Landing page 6 */

.landing-page-6 .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.landing-page-6 .carousel .carousel-image .item {
  background-color: #e5f5ee;
  height: 431px;
  margin: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}

.landing-page-6 .carousel .carousel-image .slick-center {
  opacity: 1 !important;
}

.landing-page-6 .carousel .carousel-image .item .image {
  width: 248px;
  height: 390px;
  margin-top: 40px;
}

.landing-page-6 .carousel .carousel-image .item .text {
  width: 345px;
  height: 287px;
  font-size: 14px;
  line-height: 25px;
  background-color: #ffffff;
  padding-right: 16px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.landing-page-6 .carousel .carousel-image .item .text .title {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin-top: 40px;
  color: #00a156;
  text-shadow: 0px 0px 0px #13a742;
}

.landing-page-6 .carousel .carousel-image .item .text ul {
  margin: 0;
  margin-top: 16px;
}

.landing-page-6 .carousel .carousel-image .item .text ul li {
  list-style-type: disc;
}

.landing-page-6 .carousel .carousel-image .item .image img {
  width: 100%;
  height: 100%;
}

.landing-page-6 .carousel .carousel-image .slick-center {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.landing-page-6 .carousel .carousel-image .item {
  width: 768px !important;
  opacity: 0.5;
}
.landing-page-6 .carousel .carousel-image .item.slick-active {
  opacity: 1;
}

.landing-page-6 .carousel .carousel-image .item .image img {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.landing-page-6 .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 21.5vw;
  bottom: 50%;
  display: block;
  width: 46.67px;
  height: 46.67px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: url(../images/newhorizon/Vector-left.png) no-repeat;
  z-index: 1;
}

.landing-page-6 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 21.5vw;
  bottom: 50%;
  display: block;
  width: 46.67px;
  height: 46.67px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: url(../images/newhorizon/Vector-right.png) no-repeat;
}

.landing-page-6 .slick-dots {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  position: relative;
  padding: 0 !important;
  margin: 0 0 80px 0 !important;
  height: 32px;
}

.landing-page-6 .slick-dots li button {
  position: relative;
  z-index: 0;
}

.landing-page-6 .slick-dots li button {
  background: #e5f5ee;
  height: 12px;
  width: 12px;
  overflow: hidden;
  color: #e5f5ee;
  border: none;
  border-radius: 8px;
  padding: 0;
  cursor: pointer;
}

.landing-page-6 .slick-dots .slick-active button {
  background: #00a156 !important;
  color: #00a156 !important;
}

.landing-page-7 .button {
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  background: #00a156;
  position: relative;
}

.landing-page-7 .button .polygon {
  position: absolute;
  bottom: 55%;
  width: 32px;
  height: 32px;
  z-index: 99;
}

.landing-page-7 .button .polygon img {
  height: 100%;
}

.landing-page-7 .button .title {
  width: 320px;
  height: 43px;
  background: #ffffff;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}

.landing-page-7 .button button {
  width: 992px;
  height: 104px;
  background: #ed7330;
  box-shadow: 2px 2px 13px -3px rgba(0, 0, 0, 0.6);
  border-radius: 64px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
}

.landing-page-7 .button button .h1 {
  font-size: 31px;
  line-height: 45px;
  font-weight: 700;
}

.footarea {
  background: #f6f7f7 !important;
  padding: 80px 0 100px 0 !important;
}

.footarea h3 {
  margin-top: 0 !important;
}

.footarea h3 .note-text {
  display: block;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  color: #515B59;
  margin-top: 24px;
}

.footarea .note sup {
  font-size: 75%;
  line-height: 0;
}

.footarea .note sup {
  font-size: 150% !important;
  top: 0 !important;
}

.footarea .note p:first-child sup {
  right: 0 !important;
}

.tabs-review {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0 80px 0;
  background: #e5f5ee;
}

.tabs-review .tabs-title {
  text-align: center;
  text-shadow: 0px 0px 0px 0px #231815;
  font-size: 32px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.tabs-review .tabs-title a {
  color: #55bd04;
}

.tabs-review .tabs-header {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.tabs-review .tabs-header button {
  font-size: 16px;
  line-height: 37.8px;
  width: 492px;
  height: 56px;
  border-radius: 8px 8px 0px 0px;
  background: #d9d9d9;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  cursor: pointer;
  transition: all 0.5s ease;
  color: #384341;
}

.tabs-review .tabs-header button:first-child {
  margin-right: 4px;
}

.tabs-review .tabs-header button:last-child {
  margin-left: 4px;
}

.tabs-review .tabs-header button:hover {
  color: #ffffff;
  background: #00a156;
}

.tabs-review .tabs-header button .text {
  margin: 0 4px;
}

.tabs-review .tabs-header button .text-strong {
  font-size: 21px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 37.8px;
}

.tabs-review .tabs-header button[class*="active"] {
  color: #ffffff;
  background: #00a156;
}

.tabs-review .tabs-header button .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs-review .tabs-header button .icon svg path {
  fill: #384341 !important;
}

.tabs-review .tabs-header button[class*="active"] .icon svg path {
  fill: #ffffff !important;
}

.tabs-review .tabs-header::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #00a156;
}

.tabs-review .tab-content {
  display: none;
}

.tabs-review .tab-active {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 992px;
  padding: 0 40px;
}

.tabs-review .tab-active .tab-content-item {
  height: 151px;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.tabs-review .tab-active .tab-content-item:not(:first-child) {
  margin-top: 16px;
}

.tabs-review .tab-active .tab-content-item .title {
  padding-right: 26px;
}

.tabs-review .tab-active .tab-content-item .text {
  background: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 24px 40px;
}

.tabs-review .tab-active .tab-content-item .text .text-bold {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tabs-review .tab-active .tab-content-item .text .text-normal {
  margin-top: 16px;
  font-size: 14px !important;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  line-height: 26px;
  flex-shrink: 0;
}

.tabs-review .tab-active .tab-content-item .title .eclipse {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #00a156;
  font-size: 32px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.tabs-review .tab-active .tab-content-item .title .text-title {
  color: #384341;
  text-align: center;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.4px;
}

.ai-banner {
  width: 100%;
  background: #00a156;
}

.ai-banner .banner-image {
  max-width: 992px;
  width: 100%;
  padding: 46px 0;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .cover-pc {
    display: none;
  }

  .cover-sp {
    display: block;
    background-image: url("../images/newhorizon/レイヤー1.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .cover-content,
  .cover-content-top,
  .cover-content-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cover-sp .cover-content-logos {
    margin-top: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    width: 289px;
    height: 72px;
    gap: 17px;
    border-radius: 4px;
  }

  .cover-sp .cover-content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    position: relative;
  }

  .cover-sp .cover-content-text .cover-content-title-sub,
  .cover-sp .cover-content-text .cover-content-title-more {
    font-size: 18px;
    font-weight: 700;
    line-height: 30.5px !important;
    position: relative;
    z-index: 0;
  }

  .cover-sp .cover-content-text .cover-content-title-sub {
    letter-spacing: -0.03em !important;
  }

  .cover-sp .cover-content-text .cover-content-title {
    min-width: 289px;
    display: flex;
    gap: 4px;
    font-weight: 700;
  }
  .cover-sp .cover-content-text .cover-content-title .main-title {
    font-size: 38px;
    line-height: 38px !important;
    letter-spacing: -0.04em;
  }
  .cover-sp .cover-content-text .cover-content-title .sub-title {
    font-size: 19px;
    align-self: flex-end;
  }

  .cover-sp .cover-content-bottom {
    position: relative;
    margin-bottom: 32px;
    width: 330px;
  }

  .cover-sp .cover-content-bottom .border-image {
    z-index: 1;
    height: 241px;
    width: 213px;
    overflow: hidden;
  }

  .cover-sp .cover-content-bottom .content-image {
    position: absolute;
    top: 12.5px;
    z-index: 0;
    width: 187px;
    left: 4.83em;
    height: 220px;
    overflow: hidden;
  }

  .cover-sp .cover-content-big-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 327px;
    height: 70px;
    background: #ed7330;
    border: none;
    border-radius: 64px;
    position: absolute;
    bottom: -1em;
    z-index: 2;
  }

  .cover-sp .cover-content-big-btn label {
    color: #ffffff;
  }

  .cover-sp .cover-content-big-btn label:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
  }

  .cover-sp .cover-content-big-btn label:nth-child(2) {
    font-size: 16px;
    font-weight: 700;
  }

  .cover-sp .note-text {
    font-size: 12px;
    color: #515B59;
    max-width: 330px;
    margin: 0 auto;
    padding-bottom: 16px;
    line-height: 1.4;
  }

  .cover-sp .cover-content-text .cover-content-title-more:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0.35em;
    width: 100%;
    height: 4px !important;
    background-color: #00a156;
  }

  .landing-page-2 {
    padding: 80px 16px !important;
  }

  .landing-page-2 .title {
    display: flex;
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .landing-page-2 .text-content {
    display: flex;
    margin-top: 24px !important;
    text-align: justify;
  }

  .landing-page-2 .group {
    margin-top: 32px !important;
    width: 100%;
    align-items: center;
  }

  .landing-page-2 .group .group-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .landing-page-2 .group .group-content .group-item {
    width: 343px;
  }

  .landing-page-2 .group .group-content .group-item:not(:last-child) {
    margin-bottom: 32px !important;
  }

  .landing-page-6 .carousel .carousel-image .item {
    width: 53.3333333333333333333vw !important;
    margin: 4px !important;
  }

  .landing-page-6 .slick-next,
  .landing-page-6 .slick-prev {
    display: none !important;
  }

  .landing-page-7 .button {
    gap: 0 !important;
    height: 119px !important;
  }

  .landing-page-7 .button button {
    width: 327px;
    height: 50px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }

  .landing-page-7 .button .title,
  .landing-page-7 .button button {
    margin: 3px;
  }

  .landing-page-7 .button .title {
    width: 192px;
    height: 32px;
    font-weight: 700;
    font-size: 14px;
    line-height: 46px;
  }

  .landing-page-7 .button button .h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }

  .landing-page-7 .button .polygon {
    position: absolute;
    bottom: 58%;
    width: 16px;
    height: 16px;
  }

  .tabs-review {
    width: 100%;
  }

  .tabs-review .tabs-title {
    font-size: 22px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    display: flex;
    flex-direction: column;
  }

  .tabs-review .tabs-header button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .tabs-review .tabs-header button .text-normal {
    position: absolute;
    bottom: 0;
    left: 22.5%;
  }

  .tabs-review .tabs-header button .icon {
    font-size: 21px !important;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 37.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 0;
  }

  .tabs-review .tabs-header button .svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .tabs-review .tab-active {
    width: 91.467vw;
    padding: 0 !important;
  }

  .tabs-review .tabs-header {
    width: 100%;
    margin: 24px 0 !important;
  }

  .tabs-review .tabs-header button {
    height: 68px;
    display: block;
    padding: 0;
    position: relative;
  }

  .tabs-review .tabs-header button:first-child {
    margin-right: 2px !important;
  }

  .tabs-review .tabs-header button:last-child {
    margin-left: 2px !important;
  }

  .tabs-review .tab-active .tab-content-item {
    display: inline-block;
    position: relative;
    height: auto;
  }

  .tabs-review .tab-active .tab-content-item:first-child {
    margin-top: 32px;
  }

  .tabs-review .tab-active .tab-content-item:not(:first-child) {
    margin-top: 56px !important;
  }

  .tabs-review .tab-active .tab-content-item .title {
    position: absolute;
    top: -32px;
    left: 40%;
    padding-right: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .tabs-review .tab-active .tab-content-item .title .eclipse {
    width: 64px;
    height: 64px;
    border-radius: 64px;
  }

  .tabs-review .tab-active .tab-content-item .title .text-title {
    font-size: 14px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1.4px;
    margin-top: 4px;
  }

  .tabs-review .tab-active .tab-content-item .text {
    max-height: 271px;
    padding: 65px 0 16px 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .tabs-review .tab-active .tab-content-item .text .text-bold {
    font-size: 14px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    padding: 0 32px;
    margin-top: 16px;
  }

  .tabs-review .tab-active .tab-content-item .text .text-normal {
    font-size: 14px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    margin-top: 8px !important;
    padding: 0 16px;
  }

  /* .ai-banner {
    
  } */

  .ai-banner .banner-image {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 780px) {
  .landing-page-2 .title {
    flex-direction: column !important;
  }
  .landing-page-2 .text-content {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: justify;
  }

  .landing-page-2 .group .group-content .group-image {
    bottom: 1.025em !important;
  }

  .landing-page-3 .top {
    width: 100%;
    padding: 24px 0;
  }

  .landing-page-3 .top .background {
    position: absolute;
    right: 0;
    background-image: url(../images/newhorizon/bg7.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .landing-page-3 .top .content {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 26px;
    margin-top: -8px;
    padding: 0 16px;
  }

  .landing-page-3 .top .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .landing-page-3 .top .content ul li {
    display: flex;
  }

  .landing-page-3 .top .content ul li .text {
    display: flex;
    flex-direction: column;
  }

  .landing-page-3 .top .content ul li::before {
    content: "•";
    margin-right: 8px;
  }

  .landing-page-3 .bottom {
    padding: 40px 16px 16px 16px;
    height: unset;
  }

  .landing-page-3 .top .content .h2 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 16px;
  }

  .landing-page-3 .bottom .title {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .landing-page-3 .bottom .content {
    margin-top: 23px !important;
    display: inline-grid;
    grid-template-columns: repeat(2, 167px);
    grid-gap: 8px;
  }

  .landing-page-3 .bottom .polygon {
    margin: 0 !important;
    width: 80px;
  }

  .landing-page-3 .bottom .polygon::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }

  .landing-page-3 .bottom {
    padding-top: 16px;
  }
  .landing-page-3 .bottom .title {
    font-size: 22px;
    line-height: 33px;
    margin-top: 16px;
  }

  .landing-page-3 .bottom .title div:first-child {
    padding: 0 8px;
  }

  .landing-page-3 .bottom .content .card {
    width: 167px;
  }

  .landing-page-3 .bottom .content .card .card-image {
    width: 100%;
    height: 196px;
  }

  .landing-page-3 .bottom .content .card .card-image .card-image-radius {
    width: 150px;
    height: 150px;
    background: grey;
    position: absolute;
    bottom: 20px;
    border-radius: 150px;
    left: 8px;
  }

  .landing-page-3 .bottom .content .card .card-image .card-image-radius img {
    position: absolute;
    top: -1.2rem !important;
  }

  .landing-page-3 .bottom .content .card .card-image .card-info {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    width: 167.199px;
    height: 40px;
    padding: 8.602px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 1.393px;
    flex-shrink: 0;
    border-radius: 2.787px !important;
  }

  .landing-page-3 .bottom .content .card .card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 21px;
    text-align: justify;
  }

  .landing-page-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .landing-page-4 .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
  }

  .landing-page-4 .title .only-sm {
    display: block;
  }

  .landing-page-4 .wrap-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .landing-page-4 .wrap-list .list-card {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .landing-page-4 .wrap-list .card {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 16px;
    gap: 24px;
    border-radius: 8px;
  }

  .landing-page-4 .card .card-item-left {
    width: 63px;
  }

  .landing-page-4 .card .card-item-right {
    width: 215px;
    display: flex;
  }

  .landing-page-4 .tabs-container h2.tab-title {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .landing-page-4 .card .card-item-right .title {
    text-align: left;
  }

  .landing-page-4 .card .card-item-right .content {
    font-size: 14px;
    font-weight: 500;
  }
  .landing-page-4 .tabs-container .tab-head {
    width: 100%;
    padding: 20px 0;
    margin: 24px auto 10px;
  }

  .landing-page-4 .tabs-container .tab-head .tab-title {
    text-align: center;
    margin-bottom: 8px;
  }
  .landing-page-4 .tabs-container .tab-head .tab-label-container {
    width: 100%;
    gap: 17px;
  }
  .landing-page-4 .tabs-container .tab-content {
    display: flex;
    flex-direction: column;
    min-width: unset;
  }
  .landing-page-4
    .tabs-container
    .tab-content
    .video-container
    .video-item
    video {
    width: 100%;
    height: 193px;
    display: block;
    border-radius: 4px;
  }

  .landing-page-4 .tabs-container .tab-content .video-container p {
    margin: 7px 0 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }

  .landing-page-4 .button button {
    width: 327px;
    height: 64px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-top: 24px;
    box-shadow: unset;
  }

  .landing-page-4 .button button .h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }

  /* Modal play video sm */

  .modaal-container {
    width: calc(100vw - 64px);
    box-shadow: unset;
  }
  .modaal-content-container {
    background: transparent;
    height: unset;
    width: calc(100vw - 64px);
  }

  /* Landing page -5 */

  .landing-page-5 {
    padding: 80px 16px 24px 16px;
  }

  .landing-page-5 .criteria .title h2 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
  }

  .landing-page-5 .criteria .criteria-box {
    display: flex !important;
    gap: 8px;
  }

  .landing-page-5 .criteria .criteria-box .criteria-box-item {
    width: 100%;
    height: auto;
    display: flex !important;
    flex-direction: row;
    padding: 8px 16px !important;
    justify-content: flex-start !important;
    font-size: 14px;
    text-align: left !important;
  }

  .landing-page-5 .criteria .container {
    padding: 0 !important;
  }

  .landing-page-5 .video {
    margin-top: 24px;
  }

  .landing-page-5 .video .video-content,
  .landing-page-5 .video .video-title {
    width: 100%;
  }

  .landing-page-5 .video .video-title .video-main-title {
    font-size: 18px;
    line-height: 27px;
  }

  .landing-page-5 .video .video-title .video-sub-title {
    font-size: 14px;
    line-height: 26px;
    margin-top: 24px;
  }

  .landing-page-5 .video .video-content {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 194px;
  }

  .landing-page-5 .polygon {
    margin-top: 24px;
    width: 80px;
  }

  .landing-page-5 .polygon::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }

  .landing-page-5 .video .video-content {
    margin-top: 24px;
  }

  .landing-page-5 .video .video-content img {
    width: 40px;
    height: 40px;
  }

  .landing-page-5 .container {
    display: block !important;
  }

  .landing-page-5 .group {
    margin-top: 24px;
  }

  .landing-page-5 .group .group-content {
    grid-template-columns: repeat(1, 100%);
  }

  .landing-page-5 .group .group-content .group-item {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0 !important;
    height: 142px;
  }

  .landing-page-5 .group .group-content .group-item .group-image {
    margin-left: 16px !important;
    margin-top: 16px !important;
  }

  .landing-page-5
    .group
    .group-content
    .group-item
    .group-image
    .image-content
    img {
    border-radius: 8px;
  }

  .landing-page-5 .group .group-content .group-item .group-description {
    font-size: 14px;
    text-align: justify;
    margin-left: 16px;
  }

  .landing-page-6 .title {
    font-size: 14px;
  }

  .landing-page-6 .slick-next,
  .landing-page-6 .slick-prev {
    display: none !important;
  }

  .landing-page-6 .carousel .carousel-image .item {
    width: 82.933333333333333333vw !important;
    margin: 4px !important;
    padding: 16px 8px 8px 8px;
    position: relative;
  }

  .landing-page-6 .carousel .carousel-image .item {
    flex-direction: column;
    height: 595px;
  }

  .landing-page-6 .carousel .carousel-image .item .image {
    margin: 0 0 170px 0 !important;
  }

  .landing-page-6 .carousel .carousel-image .item .image img {
    width: 279px;
    height: 435px;
  }

  .landing-page-6 .slick-dots li button {
    width: 8px !important;
    height: 8px !important;
  }

  .landing-page-6 .carousel .carousel-image .item .text {
    width: 94.85%;
    position: absolute;
    height: 183.83px;
    padding: 8px !important;
    bottom: 0;
    border-radius: 4px;
  }

  .landing-page-6 .carousel .carousel-image .item .text .title {
    margin-top: 0 !important;
  }

  .landing-page-6 .carousel .carousel-image .item .text ul {
    margin-top: 8px !important;
  }

  .landing-page-6 .carousel .carousel-image .item .text ul li {
    line-height: 20px !important;
  }
  .modaal-content-container .video-container-modal .content video {
    min-height: 176px;
    width: 100%;
  }
  .modaal-content-container .video-container-modal .content {
    position: relative;
  }
  .modaal-content-container .video-container-modal .content .close-popup {
    width: 40px;
    height: 40px;
  }

  .modaal-content-container .video-container-modal .content .close-popup img {
    width: 15px;
  }

  .modaal-content-container .video-container-modal .content .play-video {
    width: 40px;
    height: 40px;
  }
  .modaal-content-container .video-container-modal .video-name {
    font-size: 14px;
  }

  .modaal-content-container .video-container-modal .video-modal-name {
    font-size: 14px;
  }

  /* End modal play video sm */
  .footarea {
    padding: 80px 0 24px 0 !important;
  }
  .footarea h3 .note-text {
    font-size: 12px;
    padding: 0 24px;
    line-height: 1.4;
    margin-top: 16px;
  }
}

@media screen and (min-width: 1768px) {
  .landing-page-6 .slick-prev {
    left: 28.5vw;
  }

  .landing-page-6 .slick-next {
    right: 28.5vw;
  }
}
