@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC:wght@300;400;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@font-face {
  font-family: "LXGW WenKai Mono TC", monospace;
  src: url("assets/fonts/LXGWWenKaiMonoTC-Regular.ttf");
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
Theme Name: Lush.Alia
Author: Lush.Alia
Description: Lush.Alia
Version: 1.0
*/

body {
  font-family: "Noto serif JP", serif;
  color: #726662;
  font-size: 100%;
  overflow-x: hidden;
}
.main {
  background-image: url("assets/img/wood-grain.svg");
  background-position: center;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.header {
  position: absolute;
  z-index: 1000;
}
.section-heading {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  line-height: 40px;
  letter-spacing: 5px;
  margin: 0 auto;
  margin-top: 30px;
  font-weight: 300;
  z-index: 1;
	 font-family: "Lora", serif;
  font-weight: 400;
  font-style: italic;
}
.section-heading::after {
  content: "";
  position: absolute;
  background-color: #A9F3F4;
  height: 30px;
  width: 105%;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.section-subheading {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 4px;
}
.top, .top-bg {
  position: relative;
  width: 100%;
  height: 977px;
  background-position: bottom center;
  background-size: cover;
  margin-bottom: 60px;
}
.top__news {
  margin: 0 auto;
  margin-left: 18px;
}
.top__news-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-right: 35px;
}
.top__news-title h3 span {
  display: block;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 10px;
}
.top__news-title h3 .sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 4px;
}
.top__news-title a {
  align-self: end;
}
.top__news-latest {
  display: flex;
  gap: 15px;
  margin-bottom: 123px;
}
.top__news-latest .news-item {
  margin-bottom: 0px;
}
.top__news-latest .news-item__text {
  margin-top: unset;
}
.top-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.top-content img.logo-mv {
  width: 720px;
}
.header .logo-top.front {
  display: none;
}

.ocean { 
  width:100%;
  position:absolute;
  bottom: 10px;
  left: 0;
  background: #fff;
  transform: scaleY(-1);
  z-index: 500;
}
.wave {
  background: url('assets/img/wave.svg') repeat-x; 
  position: absolute;
  fill: #fff;
  width: 6400px;
  height: 198px;
  animation: wave 14s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}
.wave:nth-of-type(2) {
  animation-duration: 10s;
}
.wave:nth-of-type(3) {
  animation-duration: 6s;
}
.wave:nth-of-type(2),
.wave:nth-of-type(3) {
  opacity: 0.2;
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}

.top-img {
  width: 455px;
  position: absolute;
  right: 0;
  top: -200px;
  right: -7px;
  z-index: 1000;
	box-shadow: 100px 30px 0 #A9F3F4;
}
.section-1 {
  padding: 0 0 100px;
}
.section-1 .container {
  position: relative;
}
.section-1 .text-box {
  position: relative;
  display: inline-block;
}
.section-1 .text-box .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 5;
}
.section-1 h1 {
  font-family: "LXGW WenKai Mono TC", monospace;
  font-size: 56px;
  line-height: 80px;
  text-decoration: underline 2px #989595;
  -webkit-text-decoration: underline 2px #989595;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-color: #989595;
  -webkit-text-decoration-thickness: 2px;
  text-underline-offset: 15px;
  margin-bottom: 100px;
  z-index: -1;
}
.section-1 h1 .br {
  display: none;
}
.text-top {
  font-family: "Noto serif JP", serif;
  font-size: 35px;
  text-align: center;
  line-height: 65px;
  letter-spacing: 3px;
  width: 1113px;
  margin: 0 auto 100px;
}
.text-top .br {
  display: none;
}
.text-bottom {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2px;
  width: 1072px;
  margin: 0 auto 14px;
}

.section-2 {
  background-color: #FAFAFA;
  height: 646px;
  display: flex;
}
.section-2 .container {
  position: relative;
  align-self: flex-end;
}
.profile__inner {
  display: grid;
}
.profile__inner .profile-img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  margin-left: -214px;
}
.profile__inner .profile {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  margin-left: -197px;
  margin-top: 112px;
}
.profile__inner .license {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  margin-left: -197px;
}
.profile__inner h5 {
  font-size: 35px;
   font-family: "Lora", serif;
  font-weight: 400;
  font-style: italic;
  line-height: 65px;
  letter-spacing: 2.9px;
}
.profile__inner p {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2.4px;
  margin-top: 21px;
  margin-bottom: 0;
}
.profile__inner .license p {
  margin-top: 0;
}

/* Menu */
.section-3 {
  padding: 197px 0 140px;
}
.menu-top {
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}
.menu-top img.img-1 {
  position: absolute;
  align-self: flex-start;
  left: -225px;
  top: -50px;
  z-index: 3;
}
.menu-top img.img-2 {
  position: absolute;
  right: -184px;
  bottom: -56px;
  align-self: flex-end;
  z-index: 3;
}
.menu-top .text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 30px;
}
.menu-top-box {
  width: 540px;
  height: 90px;
  font-size: 20px;
  padding: 14px 30px;
  border: 1px solid #726662;
  margin-top: 153px;
  text-align: center;
  letter-spacing: 3px;
}
.menu-top-box .br {
  display: none;
}
.menu-content {
  display: grid;
  grid-template-columns: 3;
  grid-template-rows: 2;
}
.menu-item {
  max-width: 1200px;
  padding: 25px 45px 45px;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 61px;
  background-color: #fff;
}
.menu-item:nth-child(1) {
  height: 428px;
}
.menu-item:nth-child(2), .menu-item:nth-child(3) {
  height: 306px;
}
.menu-item:nth-child(4) {
  height: 246px;
}
.menu-item:nth-child(5) {
  height: 647px;
}
.menu-item:nth-child(6) {
  height: 556px;
}
.menu-item p {
  font-size: 20px;
  line-height: 64px;
  text-align: end;
  border-bottom: 1px dotted #726662;
  letter-spacing: 1.5px;
}
.menu-item p.option {
  text-align: center;
  font-size: 24px;
  padding: 0;
}
.menu-item table {
  width: 100%;
}
.menu-item td {
  font-size: 24px;
  color: #726662;
  border-bottom: 1px dotted #726662;
  height: 62px;
  padding: 15px 0;
  padding-left: 40px;
  letter-spacing: 1.5px;
}
.menu-item td.option {
  width: 306px;
}
.menu-item td.price {
  text-align: end;
}
.menu-item .text {
  border-bottom: 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 3px;
}
.menu-title {
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  line-height: 65px;
  border-bottom: 1px dotted #726662;
}
.menu-title h5 {
  font-size: 30px;
  line-height: 65px;
  letter-spacing: 3px;
}
.menu-title .price {
  letter-spacing: 3px;
}
.menu-title img {
  margin-right: 10px;
}

/* Works */
.section-4 {
  padding: 0px 0 160px;
}
.works-image {
  display: grid;
  gap: 8px;
  margin-top: 135px;
  margin-bottom: 35px;
}
.works-image .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-image .img-1 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.works-image .img-2 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.works-image .img-3 {
  grid-row: 1 / 2;
  grid-column: 3 / 4;
}
.works-image .img-4 {
  grid-row: 1 / 2;
  grid-column: 4 / 5;
}

.works-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #726662;
  text-align: center;
  border: 2px solid #726662;
  width: 600px;
  height: 90px;
  margin: 0 auto;
  font-size: 34px;
  border-radius: 50px;
}
.works-btn img {
  position: absolute;
  right: 22px;
  top: 54%;
  transform: translateY(-50%);
}

/* Home Beauty */
.section-5 {
  padding: 225px 0 204px;
  background-color: #fff;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.home-beauty-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 140px 0 110px;
}
.home-beauty-top .img-1 {
  position: absolute;
  top: -43px;
  left: -170px;
  z-index: 5;
}
.home-beauty-top .img-1.img-1-bg {
  background-color: #ECFDFC;
  top: -90px;
  left: -250px;
  height: 450px;
  width: 500px;
  z-index: 1;
}
.home-beauty-top .img-2 {
  position: absolute;
  top: 78px;
  right: -164px;
  z-index: 5;
}
.home-beauty-top .img-2.img-2-bg {
  background-color: #ECFDFC;
  top: -0px;
  right: -250px;
  height: 480px;
  width: 500px;
  z-index: 1;
}
.home-beauty-top .text-area {
  margin-top: 29px;
}
.home-beauty-top .text-area h4 {
  font-size: 35px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.home-beauty-top h4 {
  font-family: "Noto serif JP", serif;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
}
.home-beauty-top p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 23px;
  letter-spacing: 2px;
}
.section-5 .container h4 {
  font-size: 35px;
  margin-top: 10px;
  letter-spacing: 3px;
}
.section-5 .container h4:nth-child(2) {
  margin-top: 105px;
}
.section-5 .container h4:nth-child(2) .br {
  display: none;
}
.section-5 h4 {
  font-family: "Noto serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0px;
  text-align: center;
  line-height: 65px;
}
.section-5 h4.area {
  margin-top: 135px;
}
.home-beauty-area {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 71px;
  max-width: 1200px;
}
.home-beauty-area div {
  flex: 1;
}
.home-beauty-area h5 {
  font-size: 30px;
  font-weight: 500;
  margin: 62px 0 40px 27px;
  letter-spacing: 3px;
}
.home-beauty-area p {
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
  margin-left: 25px;
  letter-spacing: 2px;
}
.home-beauty-image {
  display: grid;
  gap: 9px;
  margin-bottom: 140px;
}
.home-beauty-image .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-beauty-image .img-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.home-beauty-image .img-2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.home-beauty-image .img-3 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.home-beauty-qa {
  margin: 10px 32px 0;
}
.home-beauty-qa h4 {
  font-family: "Noto serif JP", serif;
  font-size: 35px;
  text-align: center;
  margin-bottom: 60px;
}
.home-beauty-qa .accordion {
  border-color: transparent !important;
  outline: none !important;
}
.home-beauty-qa .accordion-button {
  border-bottom: 1px dotted #726662;
  outline: none;
  color: #726662;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 32px;
}
.home-beauty-qa .accordion-item {
  border: none;
}
.home-beauty-qa .accordion-button span {
  position: relative;
  font-family: "Noto serif JP", serif;
  font-size: 19px;
  margin-right: 30px;
}
.home-beauty-qa .accordion-button span::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 41px;
  border: 1px solid #726662;
  background-color: transparent;
  border-radius: 50%;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
}
.home-beauty-qa .accordion-body {
  margin: 9px 40px 65px 70px;
  font-size: 20px;
  line-height: 44px;
  color: #726662;
  letter-spacing: 2px;
}
.accordion-button::after {
  margin-right:0.5em;
  background-image: url("assets/img/plus.svg");
  background-position: center;
  background-color: white;
  margin-bottom: -32px;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("assets/img/minus.svg");
  background-position: center;

}

/* Flow */
.section-6 {
  padding: 170px 0 160px;
}
.flow-item {
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 35px;
  border-radius: 20px;
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  max-width: 1200px;
}
.flow-item:first-child {
  margin-top: 190px;
  height: 566px;
}
.flow-item:nth-child(2) {
  height: 838px;
}
.flow-item:nth-child(2) .flow-item-image  {
  margin-top: 92px;
}
.flow-item:nth-child(3) {
  align-items: center;
  height: 400px;
}
.flow-item:nth-child(4) {
  height: 443px;
}
.flow-item-title {
  font-family: "Noto serif JP", serif;
  font-size: 30px;
  padding: 25px 50px;
  line-height: 65px;
  letter-spacing: 1.4px;
}
.flow-item-title .num {
  position: relative;
  margin-right: 20px;
  font-size: 24px;
}
.flow-item-title .num::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 52px;
  border: 1px solid #726662;
  background-color: transparent;
  border-radius: 50%;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
}
.flow-item-content {
  display: flex;
  justify-content: space-between;
}
.flow-item-text {
  flex: 1;
  font-size: 20px;
  padding: 20px 20px 20px 50px;
  border-top: 1px dotted #726662;
  margin-right: 60px;
}
.flow-item-text p {
  line-height: 44px;
}
.flow-item-text img {
  margin-right: 8px;
  margin-top: -5px;
}
.flow-item-description {
  margin-left: 30px;
}
.flow-item-description {
  margin-bottom: 32px;
}
.flow-item-description ul {
  padding-left: 0;
}
.flow-item-description ul li {
  list-style: none;
  line-height: 40px;
}
.flow-item-content img.line-1 {
  width: 241.44px;
  height: 393.12px;
}
.flow-item-content img.line-2 {
  width: 235.44px;
  height: 432.34px;
}
.flow-item-image {
  margin-top: 65px;
  margin-right: 20px;
  align-self: flex-start;
}
.flow-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #726662;
  border-radius: 20px;
  height: 394px;
  width: 242px;
  margin-bottom: 20px;
}
.flow-line p {
  font-family: "Noto serif JP", serif;
  font-size: 24px;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.flow-line .line-btn {
  margin-right: 0;
  margin-top: 20px;
  width: 205px;
  box-shadow: 0px 5px 0px 0px #03AA48;
  font-weight: 400;
}
.arrow-bottom {
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
}
.flow-item .eyelid-icon, .flow-item .payment-icon {
  margin-right: 78px;
}
.flow-item .eyelid-icon {
  width: 146.18px;
  height: 77.83px;
}
.flow-item .payment-icon {
  width: 166px;
  height: 279.89px;
}
.flow-recruit {
  display: flex;
  max-width: 1200px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-top: 141px;
  background-color: #fff;
  overflow: hidden;
}
.flow-recruit a {
  text-decoration: none;
  color: #726662;
}
.flow-recruit .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-left: 50px;
}
.flow-recruit .text span {
  font-size: 20px;
  letter-spacing: 3.5px;
}
.flow-recruit .text span.recruit {
  font-size: 60px;
  letter-spacing: 16px;
  line-height: 50px;
  padding: 30px 0;
  margin-top: -10px;
	 font-family: "Lora", serif;
  font-weight: 400;
  font-style: italic;
}
.flow-recruit img {
  width: 653px;
  height: 298px;
}
.flow-recruit .arrow-right {
  width: 8.54px;
  height: 13.83px;
  margin-left: 10px;
}

/* Access */
.section-7 {
  padding: 185px 0 85px;
  background-color: #FAFAFA;
}
.access {
  margin-top: 238px;
  max-width: 1200px;
}
.access-content {
  display: flex;
}
.access-content .text-area {
  flex: 1;
  margin-left: 12px;
}
.access-content h6 {
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: 6px;
}
.access-content h6 span {
  font-size: 14px;
  display: block;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 3px;
}
.access-content table {
  font-size: 20px;
  line-height: 44px;
  margin-top: 30px;
}
.access-content table tbody {
  letter-spacing: 1.3px;
  padding: 0;
}
.access-content table tbody td:first-child {
  padding-right: 46px;
}
.access-content p {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 44px;
}
.access-content img {
  width: 530px;
  height: 380.82px;
  margin-top: -20px;
}
.access-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.access-line p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 12px;
  margin-left: 15px;
  letter-spacing: 2px;
}
.access-line p br {
  display: none;
}
.line-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 246px;
  height: 46px;
  background-color: #06C655;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  margin-right: 60px;
  margin-top: -6px;
}
.line-btn img {
  position: absolute;
  display: inline-block;
  width: 8.54px;
  height: 13.83px;
  top: 16px;
  right: 12px;
  fill: #fff;
}
.access .map, .access .google-map {
  display: block;
  margin: 70px auto 0;
  width: 100%;
}

/* Footer */
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-content {
  height: 185px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.logo {
  width: 237.75px;
  height: 48.71px;
  margin-bottom: 34px;
}

.to-top {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 300px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10000;
}

.page-top {
  position: relative;
  background-image: url("assets/img/page-top.png");
  width: 100%;
  height: 454px;
  background-position: bottom center;
  background-size: cover;
}
.section-recruit {
  padding-top: 70px;
  padding-bottom: 112px;
}
.section-recruit p {
  font-size: 20px;
  font-weight: 500;
  margin-left: 64px;
  margin-right: 50px;
  letter-spacing: 2px;
}
.recruit-text {
  margin: 0 auto;
  line-height: 40px;
  margin-top: 142px;
  margin-bottom: 54px;
}
.section-recruit ul {
  padding: 45px 60px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 47px;
  background-color: #fff;
}
.section-recruit li {
  list-style: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 2px;
}
.section-9 {
  background-color: #fff;
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 87px 0 138px;
}
.section-9 h5 {
  font-family: "Noto serif JP", serif;
  font-size: 35px;
  text-align: center;
  line-height: 65px;
  margin-bottom: 90px;
  letter-spacing: 4px;
}
.section-9 table {
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
  margin-left: 70px;
  margin-bottom: 65px;
}
.section-9 table td {
  padding: 0 40px 0 0;
  letter-spacing: 2px;
}
.recruit-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid #726662;
  width: 602px;
  height: 107px;
  margin: 0 auto;
  line-height: 40px;
  letter-spacing: 4px;
  text-align: center;
}
.section-10 {
  background-color: #FAFAFA;
  padding-top: 102px;
  padding-bottom: 84px;
}
.line-content {
  display: grid;
  justify-content: space-between;
  margin: 0 30px;
}
.line-content .text {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  flex: 1;
  margin-right: 50px;
}
.line-content .line-code {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  width: 188px;
  height: 223px;
  margin: 20px 70px 0 0;
}
.line-content h5 {
  border-bottom: 1px dotted #726662;
}
.line-content h5 span {
  display: block;
  font-family: "Noto serif JP", serif;
  font-size: 30px;
  line-height: 65px;
  margin-left: 60px;
  margin-bottom: 16px;
  letter-spacing: 3px;
}
.line-content p {
  font-size: 20px;
  line-height: 44px;
  margin-top: 10px;
  margin-left: 60px;
  letter-spacing: 2px;
}
.line-content .line-btn {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-left: 60px;
  width: 441.2px;
  height: 72.27px;
  font-size: 28px;
  font-weight: 500;
  box-shadow: 0px 5px 0px 0px #03AA48;
  margin-top: 22px;
}
.line-content .line-btn .right-arrow {
  width: 13.42px;
  height: 21.73px;
  top: 28px;
  right: 24px;
}

/* News */
.section-news {
  padding-top: 70px;
  padding-bottom: 102px;
}
.section-news .section-heading {
  letter-spacing: 16px;
}
.news-list {
  margin: 145px 20px 92px;
}
.news-item {
  display: flex;
  margin-bottom: 20px;
  text-decoration: none;
  color: #726662;
  flex: 1;
}
.news-item img {
  width: 253px;
  height: 142px;
  object-fit: cover;
}
.news-item__text {
  margin-left: 16px;
  margin-top: auto;
  margin-bottom: auto;
  flex: 1;
}
.news-item__text p {
  font-size: 20px;
  margin-top: 2px;
}
.news-item__text .date {
  margin-bottom: 10px;
}

.section-news-post {
  padding-bottom: 243px;
}

.news__content {
  margin: 96px 30px 176px;
}
.news__content .date {
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 6px;
  letter-spacing: 1.6px;
}
.news__content h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 70px;
}
.news__content div p {
  font-size: 20px;
  line-height: 40px;
}
.news__content div p strong {
  font-size: 22px;
}
.news__content div p:not(:last-child) {
  margin-bottom: 4rem;
}
.news__content div img {
  margin-bottom: 1rem;
}
.news__content .box.image {
  margin-bottom: 100px;
}
.news__content .box img {
  width: 100%;
}
.news__content .box.text {
  margin: 0 37px;
  margin-bottom: 118px;
}
.news__content .box h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 68px;
}
.news__content .box p {
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
}
.pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 73px;
}
.pagination__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 36px;
  background-color: #726662;
}
.pagination__item.active {
  background-color: #fff;
  border: 1px solid #726662;
}
.pagination__item span {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.pagination__item.active span {
  color: #726662;
}
.breadcrumb {
  color: #989595;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.breadcrumb {
  padding: 14px 0;
}
.breadcrumb ul {
  gap: 18px;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.breadcrumb ul li {
  font-size: 18px;
  line-height: 32px;
  color: #989595;
  display: flex;
  gap: inherit;
}

.breadcrumb ul li a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.breadcrumb ul li a:hover {
  color: var(--primary);
}


.back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid #726662;
  width: 315px;
  height: 90px;
  border-radius: 50px;
  background-color: #fff;
}
.back-btn span {
  font-size: 24px;
  font-weight: 500;
  margin-right: 30px;
  color: #726662;
}
.back-btn img {
  width: 7.7px;
  height: 12.47px;
  margin-top: 5px;
}


.pagination-n {
  display: flex;
  justify-content: center;
}

.pagination-n ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-n ul li {
  margin-right: 8px;
  list-style-type: none;
}

.pagination-n ul li:last-child {
  margin-right: 0;
}

.pagination-n ul li a {
  font-size: 18px;
  height: 36px;
  min-width: 30px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff;
  background: #726662;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-weight: 500;
  text-decoration: none;
}

.pagination-n ul li a:hover,
.pagination-n ul li a.active {
  background: #fff;
  color: #726662;
}

.pagination-n ul li span.current {
  font-size: 18px;
  height: 36px;
  min-width: 30px;
  padding: 0 5px;
  border: 1px solid #726662;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-weight: 500;
  background: #fff;
  color: #726662;
}

.breadcrumb__inner ul li:first-child a {
  width: max-content;
}

/* Carousel */
.carousel-item {
  transition: transform 3s ease-in-out;
  height: 977px;
  overflow: hidden;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 3s;
}
