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

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  /* background-color: #C29B64; */
}

.parallax__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* background: #0A2546; */
  /* opacity: 0.6; */
  z-index: 1;
  height: 100%;
}

.parallax {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.parallax--bg {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  min-height: 1000px;
}

.bg-inherit {
  background-position: inherit;
}

.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-1, .btn-2, .btn-3, .btn-4 {
  width: 280px;
  height: 72px;
  margin: 0 20px;
  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;
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  color: #24936E;
  position: relative;
  font-family: font-mei;
  border: 2px solid #24936E;
  background: #fff;
  cursor: pointer;
}

.btn-1:hover {
  background: #24936E;
  color: #fff;
}

.btn-3 {
  width: 200px;
  height: 51px;
  font-size: 15px;
}

.btn-4 {
  background: transparent;
  color: #28498A;
  border: 2px solid #28498A;
  border-radius: 100px;
  height: 72px;
}

.contact-pallarax-box .btn-1 {
  font-weight: bold;
}

.btn-2 {
  background: #24936E;
  color: #fff;
  height: 72px;
}

.btn-1::before, .btn-2::before, .btn-4::before {
  content: "";
  background-image: url("../images/common/ic-point.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* .btn-1:hover,.btn-2:hover, .btn-3:hover{
  opacity: 1;
  transition: 0.4s;
  background: #fff;
  color: #C29B64;
} */
.btn-4:hover {
  background: #28498A;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.btn-4:hover:before {
  background-image: url("../images/common/ic-point1.png");
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-1:hover:before {
  background-image: url("../images/common/ic-point1.png");
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-2:hover {
  background: #fff;
  color: #24936E;
}

.btn-2::before {
  background-image: url("../images/common/ic-point1.png");
}

.btn-2:hover::before {
  background-image: url("../images/common/ic-point.png");
}

.btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-pallarax {
  height: 580px;
  position: relative;
}

.top-pallarax.c-ct {
  height: 480px;
}

.top-pallarax.top-pallarax-w.cth {
  height: 600px;
}

.top-pallarax-box {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-pallarax-w {
  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;
}

.top-pallarax-tt {
  width: 50%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-pallarax-tt .tt-1 {
  padding: 30px 20px 40px 50px;
}

.top-pallarax-tt:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.16);
}

.top-pallarax-vertical {
  font-size: 36px;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  direction: rtl;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-pallarax .tt-1 {
  width: 100%;
  padding-left: 200px;
  position: relative;
}

.top-pallarax .tt-1 h2, .top-pallarax .tt-1 p {
  color: #fff;
  width: 100%;
  text-align: left;
}

.top-pallarax .tt-1 h2 {
  font-size: 80px;
  line-height: 160%;
  width: auto;
  display: block;
  font-family: A-OTF-R;
}

.top-pallarax .tt-1 p {
  margin-top: 10px;
  line-height: 200%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  font-family: font-mei;
}

.top-pallarax .tt-1 .c-desc {
  font-size: 14px;
  color: #fff;
  line-height: 240%;
  margin-top: 30px;
}

.top-pallarax.top-pallarax-w .parallax__container::before {
  /* content: ''; */
  width: 641px;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(21, 57, 44, 0.9);
}

.tt2 h3 {
  color: #F496AA;
  text-align: center;
  line-height: 160%;
  letter-spacing: 1.5px;
  text-shadow: 0 0 #F496AA;
  font-size: 16px;
}

.tt2 h3::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/common/c-line-1.png");
  margin-right: 20px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.tt2 h3::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/common/c-line-2.png");
  margin-left: 20px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.tt2 h4 {
  font-size: 38px;
  line-height: 160%;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 2.5px;
  margin-bottom: 28px;
  /*text-shadow: 0 0 black;*/
}

.tt2 h4 span {
  font-size: 38px;
}

.tt2 p {
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  padding: 0 125px;
  letter-spacing: 1.5px;
}

.c-linknew a {
  font-size: 13px;
  /* color: #00238C; */
  font-weight: bold;
  padding: 10px 30px;
  border: 1px solid #4A381A;
  width: 220px;
  height: 52px;
  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;
  letter-spacing: 1px;
}

.c-linknew a:hover {
  background: #ADB445;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bord {
  position: relative;
}

.bord:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  border-bottom: 1px solid #000066;
}

.c-bord {
  position: relative;
}

.c-bord::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  border-bottom: 1px solid #9E9E9E;
}

/* .tt-1 span {
  font-size: 20px;
  line-height: 180%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
} */
.tt-1 h2 {
  font-size: 26px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0px;
  font-family: G-OTF-R;
  /* font-weight: bold; */
}

.tt-1 h2.c-ct {
  color: #CFB135;
  font-size: 12px;
}

.tt-1 h2.c-ct2 {
  font-weight: 500;
}

.tt-1 h3 {
  font-size: 54px;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 0;
  font-family: A-OTF-M;
}

.tt-1 h3.c-ct {
  font-size: 36px;
  font-weight: bold;
}

.tt-1 h3 p {
  font-size: 64px;
  display: inline-block;
  line-height: 150%;
  color: #24936E;
}

.tt-1 h3 span {
  color: #24936E;
}

.tt-1 h3 .cts {
  color: #111;
  font-size: 48px;
  display: inline-block;
}

.tt-1.bord h3 {
  letter-spacing: 2px;
}

.tt-1 h3.cl-df {
  font-size: 30px;
}

.tt-1 h4 {
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
  color: #CCCCCC;
  margin-top: 3px;
	font-family: A-OTF-M;
}

.tt-1 h4.c-ct {
  color: #28498A;
  font-size: 12px;
  font-weight: normal;
}

.tt-1 h5 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 5px;
  letter-spacing: 4.5px;
}

.tt-1 p {
  text-align: center;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 1.5px;
}

.tt-1 p.c-ct {
  font-size: 16px;
}

.tt-1 label {
  background: #FB7443;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 14px 10px 14px;
  font-family: A-OTF-R;
  max-width: 100%;
  width: 520px;
  display: block;
  margin: auto;
  line-height: 150%;
  border-radius: 30px;
}

.tt-1 label.c-ct {
  width: 82px;
  padding: 9px 0 8px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #1F3B1C;
  border: 1px solid #41773B;
  background: #fff;
}

.tt-1 p.cl-df {
  font-size: 15px;
  color: #111;
  font-family: font-mei;
}

.tt-1 h2.cl-df {
  font-size: 38px;
}

.tt-1.c-ct-tt {
  position: absolute;
  top: -35px;
  width: 100%;
  left: 0;
  right: 0;
}

.tt-1 .c-desc {
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 1.6px;
  font-family: font-mei;
}

.tt-1 .c-desc.c-ct {
  color: #0C233E;
  font-weight: bold;
}

.tt-1 .c-desc .c-note {
  font-size: 18px;
}

.tt-1 .c-desc .c-note span {
  font-size: 12px;
}

.tt-1 .c-desc p, .tt-1 .c-desc .p {
  font-size: 14px;
  word-break: break-all;
  text-align: left;
  font-family: font-mei;
  color: #111;
  text-align: center;
  line-height: 200%;
}

.tt-1 .c-desc p span, .tt-1 .c-desc .span {
  font-size: 13px;
  display: inline-block;
}

.tt-1 .c-color {
  color: #E86A0B;
}

.ic-instagam {
  position: relative;
}

.ic-instagam::before {
  content: "";
  background-image: url("../images/top/ic-insta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 19px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.w1k2 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

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

.c-list-item32, .c-list-item48, .c-list-item49, .c-list-item65 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list-item32 .c-item {
  width: 32%;
  height: 100%;
  margin-right: 2%;
}

.c-list-item32 .c-item1 {
  width: 46%;
  height: 50%;
  margin-right: 2%;
}

.c-list-item32 .c-item:nth-of-type(3n) {
  margin-right: 0;
}

.c-list-item48 .c-item {
  width: 48.5%;
  height: 100%;
}

.c-list-item49 .c-item {
  width: 49%;
  height: 100%;
}

.c-list-item65 .c-img {
  width: 680px;
  max-width: 49%;
  height: 100%;
}

.c-list-item65 .c-desc {
  width: 100%;
  max-width: 48%;
}

.parallax-autoh {
  height: auto !important;
}

.c-list-item50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list-item50 .c-item {
  width: 50%;
  height: 100%;
}

.parallax-autoh {
  height: auto !important;
}

.c-list-news .c-list-tab-news {
  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;
}

.c-list-news .c-list-tab-news .C-tt-news {
  width: 300px;
  max-width: 30%;
}

.c-list-news .c-list-tab-news .c-it-tabs {
  width: 560px;
  max-width: 65%;
}

.c-list-news .c-list-tab-news .C-tt-news h2 {
  font-size: 60px;
  color: #fff;
  line-height: 130%;
}

.c-list-news .c-list-tab-news .C-tt-news h2 span {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-left: 15px;
  line-height: 100%;
}

.c-list-news .c-list-tab-news .c-it-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-list-news .c-list-tab-news .c-it-tabs ul li {
  font-size: 20px;
  color: #111;
  background: #fff;
  width: 160px;
  max-width: 32%;
  margin-left: 2%;
  text-align: center;
  padding: 20px 0 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.c-list-news .c-list-tab-news .c-it-tabs ul li:hover, .c-list-news .c-list-tab-news .c-it-tabs ul li.active {
  background: #FEAC0A;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-list-news .c-list-tab-news .c-it-tabs ul li:first-child {
  margin-left: 0;
}

.c-slide4 .slick-prev, .c-slide4 .slick-next,
.slide3 .slick-prev, .slide3 .slick-next,
.c-slide2 .slick-prev, .c-slide2 .slick-next,
.c-slider1 .slick-prev, .c-slider1 .slick-next,
.slider1 .slick-prev, .slider1 .slick-next,
.c-slide-insta .slick-prev, .c-slide-insta .slick-next {
  width: 14px;
  height: 24px;
  z-index: 9;
  top: 50%;
}

.slide3 .slick-prev, .slide3 .slick-next {
  top: 40%;
}

.slider1 .slick-next:before, .slider1 .slick-prev:before, .c-slider1 .slick-next:before, .c-slider1 .slick-prev:before,
.c-slide2 .slick-next:before, .c-slide2 .slick-prev:before,
.c-slide4 .slick-next:before, .c-slide4 .slick-prev:before,
.slide3 .slick-next:before, .slide3 .slick-prev:before,
.c-slide-insta .slick-prev:before, .c-slide-insta .slick-next:before {
  width: 14px;
  height: 24px;
}

.tab-list {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  width: 63%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  margin-top: 0;
}

/* .tab-list:after {
  content: "";
  clear: both;
  display: table;
} */
.tab-list li {
  /* float: left; */
  margin-left: 1%;
  /* background: #fff; */
}

.tab-list li a {
  display: block;
  line-height: 40px;
  text-decoration: none;
  /* border-radius: 6px; */
  /* width: 150px; */
  /* height: 50px; */
}

.tab-list li a span {
  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: 120%;
  font-size: 13px;
  border: 2px solid #EEEEEE;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  /* color: #0A2563; */
  /* padding: 11px 25px 9px; */
  width: 160px;
  height: 54px;
  padding-top: 2px;
}

/* .tab-list li a span:after{
  content: '';
  background-image: url('../images/common/ic-tab.png');
  width: 7px;
  height: 11px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5%;
  margin-bottom: 1px;
} */
.tab-list li a:hover span:after {
  background-image: url("../images/common/ic-tab2.png");
}

.tab-list li:last-child a span:after {
  display: none;
}

.tab-list li.in span, .tab-list li a:hover span {
  background-color: #28498A;
  color: #fff;
  /* border: none; */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tab-list li:last-child a span:hover {
  background: #64AA44;
}

.tab-bar {
  margin-top: 0;
  width: 100%;
  padding: 10px 0 0;
}

.tab-bar.c-ct {
  border: 0;
}

.tab-item {
  display: none;
}

.tab-item.in {
  display: block;
}

.tab-item.in .slick-list {
  margin: 0 -20px;
}

.slide3 .slick-list, .c-list-product-slide.c-slide4 .slick-list {
  margin: 0 -20px;
}

.c-slide2 .slick-list {
  margin: 0 -10px;
}

.pallarax-box figure {
  text-align: center;
}

.pallarax-box h3 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 160%;
  margin: 31px 0;
}

.pallarax-box .c-item h3 {
  font-size: 26px;
  margin: 0px 0 2px;
}

.pallarax-box h4 {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #28498A;
}

.pallarax-box p {
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  padding: 10px 0;
}

.pallarax-box .c-item p {
  padding: 26px 0 31px;
  line-height: 220%;
  letter-spacing: 1.9px;
}

.p-pallarax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  /* padding: 8px 0; */
}

.p-pallarax .top-pallarax {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-pallarax .c-tt-pallarax {
  /* width: 16%; */
}

.c-tt-pallarax {
  position: absolute;
  padding-top: 144px;
  left: 100px;
  top: 0;
  z-index: 3;
  font-family: A-OTF-M;
}

.c-tt-pallarax.c-ct {
  right: 10.6%;
}

.c-tt-pallarax.c-ct {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-tt-pallarax h3 {
  font-size: 68px;
  letter-spacing: 7px;
  margin-bottom: 30px;
  line-height: 150%;
  color: #fff;
}

.c-tt-pallarax h3 span {
  color: #165134;
}

.c-tt-pallarax p {
  font-size: 16px;
  width: 100%;
  color: #BBBBBB;
  letter-spacing: 1.5px;
  font-weight: 100;
  line-height: 160%;
}

.c-list-posts, .c-list-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list-posts .item {
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 40px;
  margin-left: 0;
}

.c-list-posts .item:nth-of-type(4n) {
  margin-right: 0;
}

.c-list-tabs {
  width: 100%;
  max-width: 1320px;
  margin: auto;
}

.c-list-tabs li {
  width: 23.5%;
  margin-right: 1.5%;
  margin-bottom: 30px;
  border: 1px solid #41773B;
  color: #41773B;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  padding: 20px 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-list-tabs li.active, .c-list-tabs li:hover {
  background: #41773B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.c-img img {
  width: 100%;
}

.contact-pallarax.bg-ft {
  height: 600px;
}

/*custom*/
.top-block1 {
  padding-bottom: 120px;
}

.top-block1 .wrapper {
  position: relative;
  z-index: 91;
  margin-top: -40px;
  background: #fff;
  max-width: 1200px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  padding: 77px 47px 74px;
}

.top-block1 h3 {
  text-align: center;
  font-size: 68px;
  line-height: 130%;
  font-family: A-OTF-M;
  letter-spacing: 5.5px;
}

.top-block1 h3 span {
  font-size: 58px;
}

.top-block1 h3 p {
  display: inline-block;
  color: #24936E;
  line-height: 130%;
}

.top-block1 .c-list-item32 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 52px 0 57px;
}

.top-block1 .c-list-item32 .c-item {
  font-family: A-OTF-M;
  font-size: 22px;
  line-height: 160%;
  text-align: center;
  border-bottom: 1px solid #24936E;
  color: #24936E;
  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;
}

.top-block1 .c-list-item32 .c-item::before {
  content: "";
  background: url(../images/common/ic-arr3.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  margin-right: 10px;
}

.top-block1 .content {
  text-align: center;
  font-size: 17px;
  line-height: 190%;
  padding: 0 55px;
  letter-spacing: px;
}

.top-block2 {
  background: url(../images/top/bg2.png) no-repeat;
  background-size: cover;
  padding: 117px 0 112px;
}

.top-block2 .wrapper {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-block2 .wrapper .t_1 {
  width: 23%;
  color: #fff;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  direction: ltr;
}

.top-block2 .wrapper .t_1 h3 {
  font-size: 68px;
  line-height: 110%;
  font-family: A-OTF-M;
  letter-spacing: 6.5px;
  margin-right: 21px;
}

.top-block2 .wrapper .t_1 h4 {
  padding-top: 41px;
  letter-spacing: 2.2px;
  position: relative;
}

.top-block2 .wrapper .t_1 h4::before {
  position: absolute;
  content: "";
  background: #DDDDDD;
  width: 1px;
  height: 30px;
  top: 0;
  left: 50%;
}

.top-block2 .wrapper .t_1 span {
  font-size: 58px;
}

.top-block2 .wrapper .t_1 p {
  display: inline-block;
  color: #24936E;
  line-height: 114%;
}

.top-block2 .t_2 {
  width: 73%;
  color: #fff;
  padding-top: 71px;
}

.top-block2 .t_2 p {
  line-height: 205%;
  font-size: 17px;
  margin-bottom: 61px;
}

.top-block2 .t_2 .btn .btn-1 {
  height: 72px;
}

.top-block3 {
  position: relative;
  padding: 98px 0 56px;
}

.top-block3::before {
  position: absolute;
  content: "";
  background: url(../images/top/bg3.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 820px;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-block3 .c-list-item32 {
  padding: 55px 0 0;
}

.top-block3 .c-list-item32 .c-item {
  width: 31.5%;
}

.top-block3 .c-list-item32 .c-item figure {
  margin-bottom: 37px;
}

.top-block3 .c-list-item32 .c-item figure img {
  width: 100%;
}

.top-block3 .c-list-item32 .c-item h5 {
  color: #24936E;
  font-size: 28px;
  line-height: 160%;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  letter-spacing: 2.5px;
}

.top-block3 .c-list-item32 .c-item h5::before {
  position: absolute;
  content: "";
  background: url(../images/common/logo.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 13px;
  left: 0;
}

.top-block3 .c-list-item32 .c-item p {
  font-size: 17px;
  line-height: 180%;
  margin-left: 20px;
  margin-right: 20px;
}

.top-block6 {
  padding: 25px 0 52px;
}

.top-block6 .c-list-item48 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 70px;
}

.top-block6 .c-list-item48:last-child {
  margin-bottom: 0;
}

.top-block6 .c-list-item48 .c-item img {
  width: 100%;
}

.top-block6 .c-list-item48 .c-item h5 {
  font-size: 28px;
  line-height: 160%;
  font-family: A-OTF-M;
  letter-spacing: 3.5px;
}

.top-block6 .c-list-item48 .c-item h5 span {
  border-bottom: 1px solid #111111;
  padding: 9px 16px 23px;
}

.top-block6 .c-list-item48 .c-item h5 p {
  font-size: 35px;
  display: inline-block;
  line-height: 150%;
}

.top-block6 .c-list-item48 .c-item h6 {
  color: #24936E;
  line-height: 160%;
  font-size: 46px;
  font-family: A-OTF-M;
  margin: 68px 0 43px;
  letter-spacing: 4.5px;
  padding-left: 0;
}

.top-block6 .c-list-item48 .c-item p {
  font-size: 17px;
  line-height: 180%;
  letter-spacing: 1.7px;
}

.top-block6 .c-list-item48 .fi {
  width: 53.1%;
}

.top-block6 .c-list-item48 .word {
  width: 43%;
  padding-top: 39px;
  padding-left: 10px;
}

.top-block4 {
  position: relative;
  padding: 50px 0 42px;
}

.top-block4::before {
  position: absolute;
  content: "";
  background: url(../images/top/bg4.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 1117px;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-block4 .c-list-item48 {
  padding: 37px 0;
}

.top-block4 .c-list-item48 .c-item {
  border: 1px solid #24936E;
  padding: 40px;
  background: #fff;
  margin-bottom: 43px;
}

.top-block4 .c-list-item48 .c-item figure {
  text-align: center;
}

.top-block4 .c-list-item48 .c-item h5 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 160%;
  padding: 25px 0 11px;
  letter-spacing: 3px;
}

.top-block4 .c-list-item48 .c-item p {
  font-size: 17px;
  line-height: 180%;
}

.top-block4 .c-list-item48 .c-item h6 {
  font-size: 22px;
  line-height: 160%;
  font-weight: bold;
  text-align: center;
  padding-top: 28px;
}

.top-block4 .c-list-item48 .c-item h6 span {
  font-size: 18px;
  margin-left: 20px;
}

.top-block5 {
  padding: 94px 0 131px;
  position: relative;
}

.top-block5::before {
  position: absolute;
  content: "";
  background: url(../images/top/bg5.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 3001px;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-block5 .c-list-item48 {
  padding: 53px 0 38px;
}

.top-block5 .c-list-item48 .c-item {
  border: 1px solid #111;
  padding: 35px 30px 65px;
}

.top-block5 .c-list-item48 .c-item h5 {
  text-align: center;
  font-size: 46px;
  line-height: 160%;
  position: relative;
  color: #24936E;
  font-family: A-OTF-M;
  margin-bottom: 37px;
  padding-bottom: 21px;
  letter-spacing: 2px;
}

.top-block5 .c-list-item48 .c-item h5::after {
  position: absolute;
  content: "";
  background: #24936E;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-block5 .c-list-item48 .c-item h6 {
  color: #24936E;
  font-size: 38px;
  line-height: 160%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

.top-block5 .c-list-item48 .c-item h6 p {
  font-size: 28px;
  display: inline-block;
  line-height: 220%;
}

.top-block5 .c-list-item48 .c-item h6 span {
  font-size: 18px;
}

.top-block5 .c-list-item48 .c-item .flex {
  margin-top: 21px;
}

.top-block5 .c-list-item48 .c-item .flex figure {
  width: 44%;
  text-align: center;
}



.top-block5 .c-list-item48 .c-item .flex .title {
  width: 50%;
  font-size: 22px;
  line-height: 160%;
  /* padding-top: 45px; */
  letter-spacing: 2.5px;
}

.top-block5 .c-list-item48 .c-item .flex .title h6 {
  border-bottom: 1px solid #707070;
}

.top-block5 .c-list-item48 .c-item .flex .title p {
  font-weight: bold;
}

.top-block5 .c-list-item48 .c-item .flex .title span {
  color: #24936E;
  font-weight: bold;
}

.top-block5 .c-list-item48 .c-item .flex .title .ct {
  font-size: 17px;
}

.top-block5 .c-list-item48 .c-item1 .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-block5 .c-list-item48 .c-item1 .flex figure {
  width: 49%;
  padding-top: 8px;
}

.top-block5 .c-list-item48 .c-item1 .flex figure img{
  width: 100%;
}

.top-block5 .c-list-item48 .c-item1 .flex .title {
  width: 46%;
  padding-top: 10px;
}

.top-block5 .c-list-item48 .c-item1 .flex .title h6 {
  margin-bottom: 14px;
}

.top-block5 .c-list-item48 .c-item1 .flex .title p {
  letter-spacing: 1px;
  padding-top: 0;
}

.top-block5 .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #111;
  margin-bottom: 96px;
}

.top-block5 .note figure {
  width: 50%;
}

.top-block5 .note figure img{
  width: 100%;
}

.top-block5 .note .word {
  width: 50%;
  padding-top: 28px;
  padding-left: 9px;
  padding-right: 25px;
}

.top-block5 .note .word h5 {
  text-align: center;
  font-size: 52px;
  line-height: 140%;
  color: #24936E;
  font-family: A-OTF-M;
  letter-spacing: 7px;
}

.top-block5 .note .word h6 {
  color: #24936E;
  font-size: 46px;
  line-height: 160%;
  text-align: center;
  font-weight: bold;
  padding: 12px 0;
  letter-spacing: 2px;
}

.top-block5 .note .word h6 p {
  font-size: 22px;
  display: inline-block;
  line-height: 300%;
}

.top-block5 .note .word h6 span {
  font-size: 22px;
}

.top-block5 .note .word ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 0;
  width: 320px;
  margin: 0 auto;
}

.top-block5 .note .word ul li {
  position: relative;
  font-size: 24px;
  line-height: 160%;
  padding-left: 20px;
}

.top-block5 .note .word ul li::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-arr2.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 10px;
  left: 0;
}

.top-block5 .note .word .n-1 {
  text-align: center;
  font-size: 18px;
  line-height: 160%;
  padding: 12px 0 30px;
}

.top-block5 .note .word .btn .btn-1 {
  height: 72px;
}

.top-block5 .address {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 26px 0 109px;
}

.top-block5 .address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-block5 .address dl dt, .top-block5 .address dl dd {
  padding: 36px 20px 21px;
  line-height: 160%;
}

.top-block5 .address dl dt {
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #24936E;
}

.top-block5 .address dl dd {
  width: 78%;
  border-bottom: 1px solid #CCCCCC;
}

.top-block5 .map {
  padding-bottom: 70px;
}

.top-block5 .map img{
  width: 100%;
}
/* .c-test{
  -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    direction: ltr;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999;
    transform: translate(-50%, -50%);
} */

.bgimg-3 {
  position: relative;
  /* opacity: 0.65; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-3 {
  background-image: url(images/top/parallax1.png);
  height: 100%;
width: 100%;}
/*custom*/
@media screen and (max-width: 1400px) {
  .c-info1 .c-desc h2 {
    width: auto;
  }

  .c-info1 .c-desc p {
    width: auto;
  }

  .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  /*custom*/
  .top-block1 .wrapper{
    width: 90%;
  }

  .top-block1 h3{
    font-size: 48px;
  }

  .top-block6{
    padding-left: 20px;
    padding-right: 20px;
  }
  /*custom*/
}
@media screen and (max-width: 1024px) {
  .btn-1 {
    margin: 0 10px;
    font-size: 14px;
  }

  .btn-1::before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .tt-1 h2 {
    font-size: 30px;
  }

  .tt-1 h2.cl-df {
    font-size: 30px;
  }

  .tt-1 h3 {
    font-size: 40px;
    letter-spacing: 2px;
  }

  .tt-1 h3 .cts {
    font-size: 35px;
  }

  .tt-1 h3 p{
    font-size: 50px;
  }

  .tt-1 p, .tt-1 .c-desc, .tt-1 p.c-ct {
    font-size: 14px;
  }

  /*custom*/

  .top-block5 .c-list-item48 .c-item{
    width: 100%;
    margin-bottom: 30px;
  }

  .top-block5 .c-list-item48 .c-item:last-child{
    margin-bottom: 0;
  }

  .top-block5 .note{
    padding: 30px;
    flex-wrap: wrap;
  }

  .top-block5 .note figure{
    margin: 0 auto;
  }

  .top-block5 .note .word{
    width: 100%;
  }

  .top-block5 .c-list-item48 .c-item .flex figure img{
    width: 100%;
  }
  .top-block6 .c-list-item48 .c-item h6{
    font-size: 38px;
  }
  /*custom*/
}
@media screen and (max-width: 768px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }

  .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .tt-1 img {
    /* width: 100%; */
  }

  .box-animation-img .c-img {
    width: 350px;
    margin: auto;
    padding-left: 60px;
  }

  .c-list-item32 .c-item, .c-list-item49 .c-item, .c-list-item48 .c-item, .c-list-item65 .c-img, .c-list-item65 .c-desc {
    width: 100%;
    max-width: 100%;
  }

  .c-list-item49 .c-item {
    width: 100%;
    margin-top: 30px;
  }

  .c-list-item49 .c-item.order1, .c-list-item48 .c-item.order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }

  .c-list-item49 .c-item.order2, .c-list-item48 .c-item.order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 30px;
  }

  /*custom*/
   .top-block1 h3, .top-block1 h3 span{
    font-size: 35px;
  }
  .top-block2 .t_2 .btn .btn-1{
    margin: auto !important;
  }
  /*custom*/
}
@media screen and (max-width: 580px) {
  .tt-1 h2 {
    font-size: 25px;
  }

  .tt-1 h2.cl-df {
    font-size: 26px;
  }

  .tt-1 h3 {
    font-size: 25px;
  }

  .tt-1 h3 .cts {
    font-size: 30px;
  }

  .tt-1 h3.c-ct {
    font-size: 26px;
  }

  .tt-1 h3 p{
    font-size: 30px;
  }

  .tt-1 h4{
    font-size: 13px;
    letter-spacing: 0;
  }

  .tt-1 p, .tt-1 .c-desc {
    font-size: 13px;
  }

  .btn-all {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn-all a {
    margin: 10px !important;
    width: 100%;
    max-width: 280px;
  }

  /*custom*/
  .tab-list {
    display: none;
  }

  .parallax__container .parallax--bg {
    height: 100% !important;
    top: 0 !important;
  }

  .top-block1 .wrapper{
    padding: 20px;
  }

  .top-block1 h3{
    font-size: 20px;
  }

  .top-block1 h3 span{
    font-size: 18px;
  }

  .top-block1 .c-list-item32 .c-item{
    margin-bottom: 20px;
    font-size: 20px;
  justify-content: flex-start;padding-left: 23%;}

  .top-block1 .c-list-item32 .c-item:last-child{
    margin-bottom: 0;
  }

  .top-block1 .content{
    padding: 0;
    font-size: 16px;
  }

  .top-block2{
    padding: 30px 0;
  }

  .top-block2 .wrapper{
    justify-content: center;
  }

  .top-block2 .wrapper .t_1{
    width: 50%;
  }

  .top-block2 .wrapper .t_1 h3{
    font-size: 40px;
    line-height: 160%;
  }
  .top-block2 .wrapper .t_1 p{
    
  line-height: 60px;}
  .top-block2 .wrapper .t_1 span{
    font-size: 40px;
  }

  .top-block2 .wrapper .t_1 h4{
    letter-spacing: 0;
  }

  .top-block2 .wrapper .t_2{
    width: 100%;
    padding-top: 30px;
  }

  .top-block2 .t_2 p{
    margin-bottom: 30px;
    font-size: 14px;
  }

  .top-block3{
    padding: 30px 0;
  }

  .top-block3 .c-list-item32 .c-item{
    width: 100%;
    margin-bottom: 30px;
  }

  .top-block3 .c-list-item32 .c-item h5{
    font-size: 20px;
  }

  .top-block3 .c-list-item32 .c-item h5::before{
    top: 5px;
  }

  .top-block3 .c-list-item32 .c-item p{
    font-size: 14px;
  }

  .top-block6 .c-list-item48 .c-item{
    width: 100%;
    padding-left: 0;
  }

  .top-block6 .c-list-item48 .c-item h5{
    font-size: 18px;
  }

  .top-block6 .c-list-item48 .c-item h5 p{
    font-size: 25px;
  }

  .top-block6 .c-list-item48 .c-item h6{
    font-size: 25px;
    margin: 40px 0 20px;
  }

  .top-block6 .c-list-item48 .c-item p{
    font-size: 14px;
  }

  .top-block4 .c-list-item48 .c-item{
    padding: 20px;
  }

  .top-block4 .c-list-item48 .c-item figure img{
    width: 10%;
  }

  .top-block4 .c-list-item48 .c-item h5{
    font-size: 18px;
  }

  .top-block4 .c-list-item48 .c-item p{
    font-size: 14px;
  }

  .top-block5{
    padding: 50px 0;
  }

  .top-block5 .c-list-item48 .c-item h5{
    font-size: 26px;
  }

  .top-block5 .c-list-item48 .c-item h6{
    font-size: 18px;
  }

  .top-block5 .c-list-item48 .c-item h6 p{
    font-size: 13px;
  }

  .top-block5 .c-list-item48 .c-item h6 span{
    font-size: 14px;
  }

  .top-block5 .c-list-item48 .c-item .flex{
    flex-wrap: wrap;
  }

  .top-block5 .c-list-item48 .c-item .flex figure{
    width: 100%;
  }

  .top-block5 .c-list-item48 .c-item .flex .title{
    width: 100%;
    font-size: 18px;
  }

  .top-block5 .note{
    margin-bottom: 50px;
  }

  .top-block5 .note figure{
    width: 100%;
  }

  .top-block5 .note .word{
    padding: 30px 0 0 0;
  }

  .top-block5 .note .word h5{
    font-size: 25px;
  }

  .top-block5 .note .word h6{
    font-size: 22px;
  }

  .top-block5 .note .word h6 p{
    font-size: 20px;
    line-height: 180%;
  }

  .top-block5 .note .word ul{
    flex-wrap: wrap;
  	width: 100%;
	  max-width: 320px;
	}
  .top-block5 .note .word .n-1{
  	width: 100%;
    max-width: 320px;
	margin: 0 auto;
	  font-size: 14px;
	}
  .top-block5 .note .word ul li{
    width: 100%;
    font-size: 20px;
    padding-bottom: 10px;
  }

  .top-block5 .address{
    padding: 0 0 50px;
  }

  .top-block5 .address dl dt{
    width: 25%;
    padding-left: 0;
    padding-right: 0;
  }

  .top-block5 .address dl dd{
    width: 72%;
  }
  .top-block5 .address dl dd, .top-block5 .address dl dt{
    font-size: 12px;
  }
 .top-block4 .c-list-item48 .c-item h6{
   font-size: 16px;
 }
  .top-block4 .c-list-item48 .c-item h6 span{
    font-size: 13px;
  }
  .bgimg-3 {
    background-attachment: scroll;
    }
  /*custom*/
}
@media screen and (max-width: 400px) {
  /*custom*/
  .top-block1 .c-list-item32 .c-item{
    padding-left: 16%
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  
}