/* =========================================== */
/* landing page */

/* lp banner */

.lp_banner {
  width: 100%;
  height: 90vh;
  background: url(../../img/lp/lp_banner.jpg)
    no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.lp_banner_text {
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -17%);
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 5s;
}

.lp_banner_subtext {
  display: block;
  margin-top: 43px;
  font-family: "Noto Serif JP";
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.banner_break {
  display: none;
}

@media (max-width: 1200px) {
  .lp_banner {
    height: 80vh;
  }
}

@media (max-width: 992px) {
  .lp_banner {
    height: 70vh;
  }
  .lp_banner_text {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .lp_banner {
    height: 60vh;
  }
  .lp_banner_text {
    max-width: 500px;
  }
}

@media (max-width: 576px) {
  .lp_banner {
    height: 50vh;
  }
  .lp_banner_text {
    font-size: 18px;
    letter-spacing: inherit;
    width: 90%;
  }
  .lp_banner_subtext {
    font-size: 23px;
    margin-top: 17px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  }
}

/* building philo */

.building_philo {
  padding-top: 123px;
  width: 100%;
  height: auto;
}

.inner1080 {
  width: 92%;
  margin: 0 auto;
  max-width: 1080px;
}

.inner1298 {
  width: 92%;
  margin: 0 auto;
  max-width: 1298px;
}

.title_marron {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 42px;
  text-align: center;
  color: #724422;
  margin-bottom: 61px;
}

.title_break {
  display: none;
}

@media screen and (max-width: 450px) {
  .title_break {
    display: block;
  }
}

.building_philo_text1 {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 82px;
}

.phylo_break {
  display: none;
}

.phylo_break2 {
  display: block;
}

@media screen and (max-width: 570px) {
  .phylo_break {
    display: block;
  }

  .phylo_break2 {
    display: none;
  }
}

.philo_text_container {
  display: flex;
  gap: 70px;
}

.philo_vertical_text {
  display: flex;
  flex-direction: column;
  gap: 161px;
}

.building_philo_text2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  color: #000;
  max-width: 570px;
}

.building_philo_text3 {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 35px;
  text-align: left;
  color: #000;
}

.building_philo_text3 .building_philo_text3_big {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 38px;
}

.building_philo_text3 .building_philo_text3_font {
  font-family: Garamond;
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 29px;
  text-align: center;
}

.philo_img.pc_mode {
  width: 440px;
  height: 570px;
}

.philo_img.pc_mode img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1180px) {
  .philo_img {
    width: 50%;
    height: auto;
    margin: auto;
  }

  .philo_text_container {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .title_marron {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
  }

  .building_philo_text1 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 60px;
  }

  .philo_text_container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }

  .philo_vertical_text {
    gap: 30px;
  }

  .building_philo_text2,
  .building_philo_text3 {
    font-size: 14px;
    line-height: 28px;
  }

  .building_philo_text3 .building_philo_text3_big {
    font-size: 20px;
    line-height: 30px;
  }

  .building_philo_text3 .building_philo_text3_font {
    font-size: 14px;
    line-height: 24px;
  }

  .philo_text_container img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .banner_break {
    display: block;
  }
}

@media (max-width: 576px) {
  .title_marron {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .building_philo_text1 {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 50px;
    letter-spacing: 0;
    text-align: left;
  }

  .philo_text_container {
    gap: 20px;
  }

  .philo_vertical_text {
    gap: 20px;
  }

  .building_philo_text2,
  .building_philo_text3 {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }

  .building_philo_text3 .building_philo_text3_big {
    font-size: 18px;
    line-height: 28px;
  }

  .building_philo_text3 .building_philo_text3_font {
    font-size: 12px;
    line-height: 20px;
  }

  .philo_text_container img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .building_philo {
    padding-top: 37px;
  }
}

/* renovation */

.renovation {
  padding-top: 121px;
  padding-bottom: 120px;
}

.relative_bar {
  position: relative;
  text-align: center; /* Centre le texte horizontalement */
  padding-top: 20px; /* Ajouter un padding pour la différence de 20px */
  /* padding-bottom: 20px; */
}

.grey_line {
  height: 1px;
  background-color: #cfcfcf;
  position: absolute;
  width: 100%;
  top: 50%; /* Place la ligne au centre du conteneur */
  transform: translateY(-50%);
}

#grey_line1 {
  top: 73%;
}

@media screen and (max-width: 581px) {
  #grey_line1 {
    top: 71%;
  }
}

.grey_line_below {
  display: none; /* Caché par défaut */
  height: 1px;
  background-color: #cfcfcf;
  margin-top: 20px;
}

.renovation_title {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 26px;
  color: #000;
  background-color: #ffffff;
  display: inline-block; /* Cela permet de contrôler les marges */
  padding: 0 10px; /* Ajouter un peu de padding pour le fond blanc */
  position: relative;
  z-index: 1; /* Assurer que le titre est au-dessus de la ligne */
}

/* Réglages pour différentes tailles d'écran */

@media (max-width: 1200px) {
  .renovation_title {
    font-size: 24px;
    padding: 0 8px;
    margin: 0 250px;
  }
}

@media (max-width: 992px) {
  .renovation_title {
    font-size: 22px;
    padding: 0 6px;
    margin: 0 150px;
  }
}

@media (max-width: 768px) {
  .renovation_title {
    font-size: 20px;
    padding: 0 4px;
    margin: 0 100px;
  }
}

@media (max-width: 576px) {
  .renovation_title {
    font-size: 18px;
    padding: 0 2px;
    margin: 0 50px;
  }
}

@media (max-width: 500px) {
  .grey_line {
    display: none; /* Cache la ligne au milieu */
  }

  .grey_line_below {
    display: block; /* Affiche la ligne en dessous du titre */
  }

  .renovation_title {
    font-size: 16px;
    margin: 0; /* Supprime les marges latérales */
    padding: 0;
  }
}

@media screen and (max-width: 1340px) {
  #renovation_title1 {
    margin: 0px 120px;
  }
}

@media screen and (max-width: 945px) {
  .renovation_title {
    font-size: 16px;
    margin: 0px 103px;
  }
}

@media screen and (max-width: 730px) {
  #renovation_title1 {
    margin: 0px 67px;
  }
}

@media screen and (max-width: 585px) {
  #renovation_title1 {
    font-size: 16px;
    /* padding-bottom: 30px; */
    margin: 0px 25px;
  }

  .grey_line {
    margin: 0px 20px;
    z-index: 0;
    top: 54%;
  }

  .renovation {
    padding-bottom: 0px;
    padding-top: 83px;
  }
}

/* table */

.table-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.scroll-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  pointer-events: none;
}

table {
  width: 1080px;
  height: 552px;
  margin-bottom: 120px;
  border-collapse: collapse;
  margin-top: 70px;
}

@media screen and (max-width: 1290px) {
  table {
    margin-bottom: 0px;
  }
}

tr th,
tr td {
  border: 1px solid #8b6e5763;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000;
  padding: 8px;
}

tr th#table_color2:first-child {
  width: 180px;
  height: 70px;
}

tr th:not(:first-child) {
  width: 300px;
  height: 70px;
}

tr:nth-child(2) th#table_color2 {
  height: 96px;
}

tr:nth-child(2) th:not(#table_color2) {
  height: 96px;
}

tr:nth-child(3) th#table_color2 {
  height: 106px;
}

tr:nth-child(3) th:not(#table_color2) {
  height: 106px;
}

tr:nth-child(n + 4) th#table_color2 {
  height: 70px;
}

tr:nth-child(n + 4) th:not(#table_color2) {
  height: 106px;
}

#table_color1 {
  background-color: #f8f7f2;
}

#table_color2 {
  background-color: #f6f6f6;
}

.symbole {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .table-container {
    overflow-x: auto;
  }

  .scroll-icon {
    display: block;
  }

  table {
    width: 763px;
    height: 402px;
    margin-top: 30px;
  }

  tr th,
  tr td {
    width: auto;
    white-space: nowrap;
    height: auto;
    font-size: 12px;
  }

  tr th#table_color2:first-child {
    /* width: 109px; */
    height: 70px;
    width: 60px;
  }

  tr th:not(:first-child) {
    width: 218px;
    height: auto;
  }

  #table_color2 {
    font-size: 12px;
  }
}
/* renovation */

#renovation_title2 {
  padding-bottom: 10px;
  margin: 0px 240px;
}

.line_break_responsive {
  display: none;
}

@media screen and (max-width: 780px) {
  .line_break_responsive {
    display: block;
  }
}

#renovation_title3 {
  margin: 0px 130px;
  background-color: #f8f7f2;
  position: relative;
  z-index: 1;
  /* margin-bottom: 70px; */
}

#renovation_title4 {
  margin: 0px 450px;
}

#renovation_title5 {
  margin: 0px 265px;
}

#renovation_title6 {
  margin: 0px 500px;
}

#renovation_title7 {
  margin: 0px 270px;
}

#achievements_line {
  z-index: 1;
  top: 38px;
}

#grey_line2,
#grey_line4,
#grey_line5,
#grey_line6,
#grey_line7 {
  top: 35px;
}

@media screen and (max-width: 550px) {
  table {
    width: 475px;
  }
}

@media screen and (max-width: 1295px) {
  #renovation_title2 {
    padding-top: 60px;
    margin: 0px 142px;
  }

  #grey_line2 {
    top: 95px;
  }

  #renovation_title5 {
    margin: 0px 221px;
  }

  #grey_line5 {
    top: 34px;
  }
}

@media screen and (max-width: 1220px) {
  #renovation_title4 {
    margin: 0px 260px;
  }

  #renovation_title5 {
    margin: 0px 156px;
  }

  #renovation_title6 {
    margin: 0px 180px;
  }

  #renovation_title7 {
    margin: 0px 70px;
  }
}

@media screen and (max-width: 1050px) {
  #renovation_title5 {
    margin: 0px 100px;
  }
}

@media screen and (max-width: 947px) {
  #grey_line4 {
    top: 33px;
  }

  #grey_line6 {
    top: 70%;
  }

  #grey_line7 {
    top: 46%;
  }
}

@media screen and (max-width: 800px) {
  #renovation_title4 {
    margin: 0px 180px;
  }

  #renovation_title5 {
    margin: 0px 50px;
  }
}

@media screen and (max-width: 585px) {
  #renovation_title2 {
    font-size: 16px;
    margin: 0px 24px;
    padding-top: 63px;
  }

  #grey_line2 {
    top: 106px;
  }

  #renovation_title3 {
    margin: 0px 30px;
    z-index: 0;
  }

  #renovation_title4 {
    margin: 0px;
  }

  #grey_line4 {
    top: 34px;
  }

  #renovation_title5 {
    margin: 0px;
  }

  #grey_line5 {
    top: 50px;
  }

  #renovation_title6 {
    margin: 30px;
  }

  #grey_line6 {
    top: 64px;
  }

  #renovation_title7 {
    margin: 0px;
  }

  #grey_line7 {
    top: 52px;
  }

  #achievements_line {
    top: 75px;
  }
}

.renovation_subtitle {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 32px;
  color: #724422;
  position: relative;
  padding-left: 14.3px;
  margin-top: 80px;
  margin-bottom: 60px;
}

.renovation_subtitle::before {
  content: "";
  display: block;
  background-color: #724422;
  height: 21.18px;
  width: 3px;
  position: absolute;
  top: 6px;
  left: -2px;
}

#house_inner {
  margin-top: 70px;
}

@media screen and (max-width: 750px) {
  #house_inner {
    margin-top: 35px;
  }
}

.renovation_text_image {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}

.renovation_flex_text {
  display: flex;
  flex-direction: column;
}

.renovation_point {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 29px;
  text-align: left;
  color: #272727;
}

.renovation_box_title {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 33px;
  text-align: left;
  color: #000;
  padding-bottom: 21px;
}

.renovation_box_text {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #272727;
  line-height: 30px;
}

.renovation_img {
  max-width: 420px;
  height: 238px;
  background: transparent;
}

@media (max-width: 768px) {
  .renovation_text_image {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .renovation_img {
    max-width: none;
    height: auto;
    order: 2;
  }
  .renovation_point,
  .renovation_box_title,
  .renovation_box_text {
    text-align: left;
  }
  .renovation_text_image img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .renovation_subtitle {
    font-size: 14px;
    line-height: 28px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .renovation_point {
    font-size: 13px;
    line-height: 25px;
  }
  .renovation_box_title {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .renovation_box_text {
    font-size: 14px;
    line-height: 25px;
  }
  .renovation_text_image {
    gap: 20px;
    margin-bottom: 60px;
  }
}

@media (max-width: 456px) {
  .renovation_text_image {
    gap: 10px;
    margin-bottom: 40px;
  }
  .renovation_point {
    font-size: 12px;
    line-height: 22px;
  }
  .renovation_box_title {
    font-size: 14px;
    line-height: 26px;
  }
  .renovation_box_text {
    font-size: 10px;
    line-height: 22px;
  }
}
/* achievements */

.achievements {
  background-color: #f8f7f2;
  padding: 120px 0px;
}

@media screen and (max-width: 880px) {
  .achievements {
    padding: 45px 0px;
  }

  .renovation {
    padding-bottom: 45px;
  }
}

/* youtube  */

.youtube_title {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 52px;
  text-align: center;
  color: #333;
  z-index: 2;
  background-color: #f8f7f2;
  position: relative;
  top: 25px;
  margin: 0px 215px;
  margin-top: 80px;
}

.youtube_title::after {
  content: "";
  background: url(https://ttyu.sc-devs.com/wp-content/themes/subaco/img/lp/icon4.svg)
    no-repeat;
  position: absolute;
  top: 9px;
  left: 30px;
  width: 20px;
  height: 33px;
}

.youtube_title::before {
  content: "";
  background: url(https://ttyu.sc-devs.com/wp-content/themes/subaco/img/lp/icon5.svg)
    no-repeat;
  position: absolute;
  top: 9px;
  right: 30px;
  width: 20px;
  height: 33px;
}

.video_container_achievements {
  border: solid 1px #272727;
  max-width: 1300px;
  height: 375px;
  position: relative;
  z-index: 1;
}

.youtube_video_container {
  background: transparent;
  display: flex;
  gap: 10.9px;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
}

.video_container {
  width: 306px;
  height: 175px;
}

.more_videos {
  display: flex;
  justify-content: flex-end;
  padding-right: 217px;
  padding-top: 21px;
  position: relative;
}

.more_videos a::after {
  content: "";
  background: url(https://ttyu.sc-devs.com/wp-content/themes/subaco/img/lp/arrow_icon6.svg)
    no-repeat;
  position: absolute;
  top: 30px;
  right: 184px;
  width: 28px;
  height: 7px;
}

/* Media queries pour la responsivité */
@media screen and (max-width: 1310px) {
  .youtube_title {
    font-size: 18px;
  }
}

@media (max-width: 1050px) {
  .youtube_title {
    font-size: 22px;
    line-height: 40px;
    margin: 0 50px;
    top: 20px;
    margin-top: 80px;
  }

  .youtube_title::after,
  .youtube_title::before {
    top: 44px;
    width: 21px;
    height: 35px;
  }

  .video_container_achievements {
    height: auto;
    padding: 20px 0;
  }

  .youtube_video_container {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }

  .video_container {
    width: 80%;
    max-width: 306px;
    height: auto;
  }

  .video_container iframe {
    max-width: 100%;
    height: auto;
  }

  .more_videos {
    padding-right: 50px;
    padding-top: 15px;
  }

  .more_videos a::after {
    top: 25px;
    right: 19px;
    width: 27px;
    height: 8px;
  }
}

@media (max-width: 373px) {
  .youtube_title {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .youtube_title {
    color: #333;
    margin: 0 20px;
    top: 15px;
    width: 87%;
    height: auto;
    margin-top: 30px;
    font-family: "Noto Serif JP";
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 25px;
    text-align: center;
  }

  .youtube_title::after,
  .youtube_title::before {
    top: 24px;
    right: 3px;
    width: 20px;
    height: 32px;
    background-size: 13px;
    transform: scale(1.5);
  }

  .youtube_title::after {
    left: 10px;
  }

  .youtube_video_container {
    gap: 15px;
    margin-top: 30px;
  }

  /* .video_container {
        width: 302px;
        height: 173px;
        background-color: #eee4b0;
    } */

  .more_videos {
    padding-top: 10px;
  }
  .more_videos a {
    font-size: 14px;
  }

  .more_videos a::after {
    top: 19px;
    right: 12px;
    width: 27px;
    height: 8px;
  }

  .achievements {
    padding: 38px 0px;
  }
}

/* grey banner */
.grey_banner {
  background-color: #878383;
  padding-top: 92px;
  padding-bottom: 80px;
}

.grey_title {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 44px;
  text-align: center;
  color: #fff;
  margin: 0 15px;
}

/* .grey_container_horizontal a {
  width: 100%;
  height: auto;
  text-decoration: none;
} */

.grey_box {
  /*display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
  transition: background-color 0.3s, border 0.3s;
  background-color: transparent;
  border: 2px solid transparent;  Initialiser les bordures transparentes */
}

.grey_box:hover {
  /* background-color: #f1f1f14b; */
  /* border: 2px solid #fff; */
  opacity: 0.7;
}

.grey_img {
  text-align: center;
  margin-bottom: 37px;
}

.grey_img img {
  height: auto;
}

.grey_box_text {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

#text_grey1::after,
#text_grey2::after,
#text_grey3::after {
  content: "";
  background: url(https://ttyu.sc-devs.com/wp-content/themes/subaco/img/lp/arrow_icon6.svg)
    no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  width: 28px;
  height: 7px;
  bottom: -21px;
  margin: auto;
  filter: invert(100%) brightness(1000%) contrast(1000%);
}

@media (max-width: 1680px) and (min-width: 1170px) {
  /* .grey_container_horizontal {
    padding: 0 15%;
  } */
  /* .grey_container_horizontal {
    transform: scale(0.9);
    padding: 0 4.6%;
   } */
}

@media (max-width: 1224px) {
  /* .grey_container_horizontal {
    padding: 0 10%;
  } */
  /* .grey_container_horizontal {
    transform: scale(0.8);
    padding: 0;
   } */
}

@media (max-width: 900px) {
  /* .grey_title {
    font-size: 22px;
    line-height: 36px;
  }

  .grey_container_horizontal { */
  /* flex-direction: column; */
  /* align-items: center; */
  /* padding: 0 5%;
    transform: translateX(-21px); */
  /* }

  .grey_box {
    width: 100%;
    padding: 0;
  }

  #text_grey2::after,
  #text_grey3::after {
    content: "";
    bottom: 10px;
} */

  .grey_title {
    font-size: 18px;
    line-height: 35px;
  }

  /* .grey_container_horizontal {
  transform: scale(0.7);
  margin-top: 0;
 }  */
}

@media (max-width: 620px) {
  .grey_title {
    font-size: 14px;
    line-height: 26px;
  }

  .grey_img img {
    width: 60%;
    height: auto;
  }

  #middle_img img {
    width: 43%;
    height: auto;
  }
}

@media (max-width: 620px) {
  /* .grey_title {
    font-size: 16px;
    line-height: 28px;
  } */

  .grey_box_text {
    font-size: 12px;
  }
  /*
  .grey_img img {
    width: 85%;
    height: auto;
  }

  .grey_img img:nth-child(2) {
    width: 85%;
    height: auto;
    transform: scale(0.5);
  }

  #second_img_grey {
    padding-left: 0;
    padding-right: 0;
  }

  #second_img_grey:not(:hover) {
    border: 0;
  }  */

  /* #second_img_grey {
    border-left: none;
    border-right: none;
  } */

  .grey_banner {
    padding: 30px 0px;
  }
}

/* house */

.house {
  /* padding-top: 120px; */
  padding-top: 80px;
}

.clients {
  /* padding-top: 120px; */
  padding-top: 80px;
}

@media screen and (max-width: 840px) {
  .clients {
    padding-top: 60px;
  }
}

.clients_container {
  background-color: #f8f7f2;
  padding-top: 80px;
  padding-bottom: 81px;
  margin-bottom: 80px;
  margin-top: 70px;
}

.client_title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 35px;
  text-align: center;
  color: #000;
  margin-bottom: 46px;
}

@media screen and (max-width: 600px) {
  .client_title {
    font-family: "Noto Serif JP";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 20px;
    text-align: center;
    color: #000;
  }

  .clients_container {
    margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  #clients_contain2 {
    margin-top: 60px;
  }

}

.client_img_container {
  /* width: 100%; */
  /* height: 274px; */
  margin-bottom: 21px;
  /* margin: auto;
  text-align: center; */
  max-width: 100%;
  height: auto;
}

.client_img_container img {
  max-width: 100%;
  height: auto;
}

.caption_flex {
  display: flex;
  justify-content: center;
  padding-bottom: 51px;
}

.client_caption {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 34px;
  color: #000;
  text-align: center;
}

.inner850 {
  width: 92%;
  margin: 0 auto;
  max-width: 850px;
}

.inner900 {
  width: 92%;
  margin: 0 auto;
  max-width: 900px;
}

.client_box_title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 39px;
  color: #724422;
  margin-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 15.1px;
}

#clients_line {
  position: inherit;
}

.client_comments {
  margin-top: 20px;
  margin-bottom: 51px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  color: #272727;
}

.button_read_more a {
  font-family: Garamond;
  font-weight: normal;
  font-size: 20px;
  color: #787878;
  text-align: center;
  position: relative;
}

.button_read_more {
  text-align: center;
}

.button_read_more a::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 5px;
  right: -10px;
  top: -3px;
  height: 5px;
  border-top: 2px solid #787878;
  border-right: 2px solid #787878;
  -webkit-transform: rotate(45deg);
  transform: rotate(-227deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.client_additional_content {
  display: none;
}

@media screen and (max-width: 730px) {
  /* .client_img_container {
    width: 308px;
    height: 194px;
  } */

  .client_caption {
    padding: 0px;
    margin: 0;
    font-size: 12px;
    text-align: left;
    padding-left: 0;
    line-height: 0px;
  }

  .house {
    padding-top: 35px;
  }

  .caption_flex {
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .button_read_more a {
    font-size: 14px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 460px) {
  .client_img_container {
    max-width: 100%;
    height: auto;
  }
}

/* steps */

#steps_section {
  margin-top: 120px;
}

#steps_inner {
  margin-top: 70px;
}

.step_container_photo {
  display: flex;
  gap: 34px;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}

.step_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.step_container_title {
  display: flex;
  gap: 18px;
  align-items: center;
  position: relative;
}

.step_number {
  font-family: Garamond;
  font-weight: normal;
  font-style: italic;
  font-size: 35px;
  letter-spacing: 0.05em;
  color: #a5a5a5;
  position: relative;
  padding-left: 75px;
}

.step_number::after {
  content: "";
  height: 1px;
  width: 33%;
  background-color: #a5a5a5;
  position: absolute;
  bottom: 0;
  left: 69px;
  right: 0;
  margin: auto;
}

.step_title {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 39px;
  color: #333;
}

.step_text_container {
  padding-left: 75px;
}

.step_text {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  color: #272727;
  width: 700px;
}

/* .step_picture {
    width: 100%;
    height: auto;
} */

.step_picture img {
  max-width: 100%;
  height: auto;
}

.sphere {
  width: 11px;
  height: 11px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.vertical-line {
  width: 1px;
  height: calc(100% + 82px);
  background: #cfcfcf;
  position: absolute;
  left: 25.5px;
  top: 0;
  z-index: 0;
}

.step_container_photo:first-child .vertical-line {
  top: calc(50% - 63px);
}

@media screen and (max-width: 868px) {
  .step_container_photo:first-child .vertical-line {
    top: calc(50% - 77px);
  }
}

.step_container_photo:last-child .vertical-line {
  display: none;
}

@media screen and (max-width: 1200px) {
  .step_text {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #steps_inner {
    margin-top: 0;
  }

  .step_container_photo {
    flex-direction: column;
    text-align: center;
  }
  .step_number {
    padding-left: 0px;
  }
  .step_number::after {
    width: 77%;
    left: -4px;
  }
  .step_container {
    padding-left: 0;
  }
  .step_container_title {
    justify-content: flex-start;
    flex-direction: row;
  }
  .step_text_container {
    padding-left: 0;
  }
  .step_title {
    font-size: 16px;
  }
  .step_text {
    text-align: left;
    width: 100%;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .sphere {
    display: none;
  }
  .vertical-line {
    display: none;
  }


  .client_box_title {
    margin-top: 13px;
    text-align: left;
    font-family: "Noto Serif JP";
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .client_comments {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #steps_section {
    margin-top: 0px;
  }
}
/* q and a  */

#inner1080_QaA {
  padding-top: 70px;
}

.question {
  padding-top: 62px;
  padding-bottom: 120.5px;
}

.qa-section {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.question-title {
  display: flex;
  align-items: center;
  padding: 40px 15px;
  cursor: pointer;
  background-color: #ffffff;
}

.question-title:hover {
  background-color: #f1f1f1;
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-right: 32px;
  font-family: Garamond;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 53px;
  text-align: center;
  color: #272727;

  line-height: 50px;
  flex-shrink: 0;
}

.question-title .text {
  flex-grow: 1;
  letter-spacing: 0.12em;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 26px;
  color: #000;
}

.toggle-icon {
  font-size: 1.2em;
}

.answer {
  display: none;
  padding: 54px 15px;
  background-color: #fff;
  border-top: 2px solid #ddd;
}

.answer_container {
  display: flex;
  align-items: center;
}

#answer_icon {
  background: #272727;
  color: #fff;
}

#answer_text {
  font-size: 15px;
}

.toggle-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-down {
  background-image: url("https://ttyu.sc-devs.com/wp-content/themes/subaco/img/lp/icon_question.svg");
}

.arrow-up {
  background-image: url("https://ttyu.sc-devs.com/wp-content/themes/subaco/img/lp/icon_question_up.svg");
}

@media screen and (max-width: 767px) {
  #inner1080_QaA {
    padding-top: 20px;
  }

  .icon {
    font-size: 18px;
    margin-right: 10px;
  }

  .question-title .text {
    flex: 1;
    font-size: 13px;
  }
  #answer_text {
    font-size: 12px;
  }

  .question-title {
    padding: 40px 8px;
  }

  .toggle-icon {
    width: 10px; /* Taille fixe pour éviter les changements de taille */
    height: 10px;
    margin-left: 10px;
  }
}

/* test zone */

.tab-menu {
  width: 100%;
  margin-top: 70px;
}

.tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.tab-link {
  background: #f1f1f1;
  border-top: 1px solid #272727;
  border-left: 1px solid #272727;
  border-right: 1px solid #272727;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
}

.tab-link.current {
  background: #fff;
  padding-bottom: 19px;
  margin-bottom: -1px;
  z-index: 2;
  width: 50%;
  padding-top: 21px;
  transform: scaleX(1.01) translateX(0.5%);
}

.tab-link.current.first-tab {
  transform: scaleX(1.01) translateX(0.5%);
}

.tab-link.current.second-tab {
  transform: scaleX(1.01) translateX(-0.5%);
}

.tab-link:not(.current) {
  margin-top: 14px;
  width: 50%;
  padding-top: 8px;
}

.current {
  padding-bottom: 19px;
  z-index: 2;
}

.title_tab {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: center;
  color: #000;
  padding-top: 63px;
  padding-bottom: 31px;
}

.subtitle_tab {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 30px;
  text-align: center;
  color: #000;
  padding-bottom: 36px;
}

.inner850 h2 {
  font-family: Garamond;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #272727;
}

#after_font {
  font-family: Garamond;
  font-weight: normal;
  font-size: 46px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #272727;
}

.tab-content {
  display: none;
  padding-bottom: 30px;
  background: #fff;
  border: 1px solid #272727;
}

.tab-content.current {
  display: block;
}

.before-images {
  display: flex;
  gap: 20px;
  padding-bottom: 0px;
  justify-content: center;
}

/* .img_content_before {
    width: 245px;
    height: 154px;
} */

.img_content_before {
  /* padding: 0; */
}

.img_content_before img {
  margin: 10px;
}

.slick-prev:before,
.slick-next:before {
  color: #ffffff00 !important;
}

.slick-next:before,
.slick-prev:before {
  color: #ffffff00 !important;
}

.before-images .slick-dotted.slick-slider {
  margin-bottom: 70px !important;
}

.before-images .slick-dots {
  bottom: -30px;
}

@media screen and (max-width: 800px) {
  .img_content_before img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}

.arrow_symbole {
  width: 0;
  height: 0;
  border-top: 13px solid #787878;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  margin: auto;
  margin-bottom: 21px;
}

@media screen and (max-width: 795px) {
  .title_tab {
    font-size: 16px;
    line-height: 27px;
    margin: 0px 95px;
  }

  .subtitle_tab {
    font-size: 12px;
    margin: 0px 118px;
  }

  .inner850 h2 {
    font-size: 20px;
    text-align: center;
  }

  .before-images {
    flex-wrap: wrap;
  }

  #after_font {
    font-size: 34px;
    text-align: center;
    padding-left: 0;
  }

  .img_content_before {
    width: 146px;
    height: 97px;
  }
}

@media screen and (max-width: 520px) {
  .tab-menu {
    margin-top: 10px;
  }

  .title_tab {
    margin: 0px 40px;
  }

  .subtitle_tab {
    margin: 0px 28px;
  }

  .tab-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 350px) {
  .tab-link {
    font-size: 9px;
  }
}

/*gallery_slider*/

.gallery_slider {
  line-height: 0;
  margin: 0 auto;
  margin-bottom: 65px;
  /* width: 90%; */
}

.gallery_slider .slider_for img {
  width: 100%;
  height: 490px;
  object-fit: cover;
}

.gallery_slider img + span {
  display: block;
  font-size: 14px;
  line-height: 150%;
  padding: 15px 0;
  text-align: center;
}

.slider_for {
  width: 100%;
  margin-bottom: 20px;
}

.slider_nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}

.works_slider_nav div {
  margin-bottom: 20px;
}

.gallery_slider .slider_nav img {
  width: 100%;
  height: 88px;
  object-fit: cover;
}

.slider_nav div {
  width: 18%;
  margin-right: 2.5%;
}

.slider_nav div:nth-child(5n) {
  margin-right: 0;
}

.slider_nav .slick-slide {
  margin: 0 10px;
  filter: saturate(0.3);
  box-sizing: border-box;
}

.slider_nav .slick-current {
  position: relative;
  filter: saturate(2);
}

.slider_nav .slick-current:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #e3e2d9;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

.slider_for .before-images .slick-next.slick-arrow,
.slider_for .before-images .slick-prev.slick-arrow {
  top: 45%;
  border-bottom: 2px solid #9f9f9f;
  border-right: 2px solid #9f9f9f;
}

.before-images .slick-prev:before,
.before-images .slick-next:before {
  color: transparent !important;
}

.slider_for .before-images .slick-next {
  transform: rotate(-45deg);
}

.slider_for .before-images .slick-prev {
  transform: rotate(135deg);
}

.gallery button.slick-next.slick-arrow {
  border-bottom: 2px solid #9f9f9f;
  border-right: 2px solid #9f9f9f;
  transform: rotate(-45deg);
  /* top: 65px; */
}

.gallery button.slick-prev.slick-arrow {
  border-bottom: 2px solid #9f9f9f;
  border-right: 2px solid #9f9f9f;
  transform: rotate(135deg);
  /* top: 63px; */
}

@media screen and (min-width: 801px) {
  .before-images button.slick-next.slick-arrow {
    border-bottom: 2px solid #9f9f9f;
    border-right: 2px solid #9f9f9f;
    transform: rotate(-45deg);
    top: 65px;
  }

  .before-images button.slick-prev.slick-arrow {
    border-bottom: 2px solid #9f9f9f;
    border-right: 2px solid #9f9f9f;
    transform: rotate(135deg);
    top: 63px;
  }
}

/* Arrows */
@media screen and (max-width: 765px) {
  .gallery button.slick-next.slick-arrow {
    top: 37%;
  }
  .gallery button.slick-prev.slick-arrow {
    top: 37%;
  }
}

.slick-prev {
  left: -40px !important;
}

.slick-next {
  right: -40px !important;
}

@media screen and (max-width: 1070px) {
  .slick-next {
    right: -20px !important;
  }
  .slick-prev {
    left: -20px !important;
  }
}

@media screen and (max-width: 800px) {
  /* the slides */
  .before-images .slick-slide {
    /* margin: 0 10px; */
  }

  /* the parent */
  .before-images .slick-list {
    /* margin: 0 -10px; */
    /* width: calc(100% - 20px); */
  }

  .before-images .slick-prev,
  .before-images .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    /* left: 10px; */
    top: 0;
    display: block;
    width: 40px;
    height: 100%;
    background: black;
    padding: 0;
    transform: none;
    /* -webkit-transform: translate(0, -50%); */
    -ms-transform: translate(0, -50%);
    /* transform: translate(0, -50%); */
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.4);
  }
  .before-images .slick-prev:hover,
  .before-images .slick-prev:focus,
  .before-images .slick-next:hover,
  .before-images .slick-next:focus {
    /* color: transparent; */
    outline: none;
    background: rgba(0, 0, 0, 0.4);
  }
  .before-images .slick-prev:hover:before,
  .before-images .slick-prev:focus:before,
  .before-images .slick-next:hover:before,
  .before-images .slick-next:focus:before {
    opacity: 1;
  }
  .before-images .slick-prev.slick-disabled:before,
  .before-images .slick-next.slick-disabled:before {
    opacity: 0.25;
  }

  .before-images .slick-next:before {
    background: url(https://ttyu.sc-devs.com/wp-content/themes/subaco/img/lp/icon_slider.svg)
      no-repeat;
    background-position: center;
  }

  .before-images .slick-prev:before {
    background: url(https://ttyu.sc-devs.com/wp-content/themes/subaco/img/lp/icon_slider2.svg)
      no-repeat;
    background-position: center;
  }

  .before-images .slick-prev:before,
  .before-images .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    opacity: 0.75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .before-images .slick-prev {
    left: 0 !important;
    transform: none;
  }
  [dir="rtl"] .before-images .slick-prev {
    right: -25px;
    left: auto;
  }
  .before-images .slick-prev:before {
    content: "←";
  }
  [dir="rtl"] .before-images .slick-prev:before {
    content: "→";
  }

  .before-images .slick-next {
    right: 0 !important;
    /* transform: scaleY(1.06) translateY(5px); */
  }
  [dir="rtl"] .before-images .slick-next {
    right: auto;
    left: -25px;
  }
  .before-images .slick-next:before {
    content: "→";
  }
  [dir="rtl"] .before-images .slick-next:before {
    content: "←";
  }
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #724422;
}

@media screen and (max-width: 767px) {
  .gallery_slider {
    width: 80%;
    margin: 0 auto;
  }

  .slider_for {
    width: 100%;
    margin-bottom: 20px;
  }

  .gallery_slider .slider_for img {
    height: 230px;
  }

  .slider_nav {
    width: 100%;
    overflow: hidden;
    flex-wrap: nowrap;

    display: none; /*remove this line for the first design model*/
  }

  .works_slider_nav div {
    width: 146px;
    height: 97px;
    margin-right: 10px;
  }

  .works_slider_nav div {
    display: none;
  }

  .works_slider_nav div.active,
  .works_slider_nav div.active + div {
    display: block;
  }

  .slider_nav div:nth-child(2n) {
    margin-right: 0;
  }

  .slider-indicators {
    display: flex;
    justify-content: center;
    margin-top: 10px;

    display: none; /*remove this line for the first design model*/
  }

  .slider-indicators .indicator {
    width: 5px;
    height: 5px;
    background: #acacac;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
  }

  .slider-indicators .indicator.active {
    background: #724422;
  }

  /* .slider_for .before-images .slick-next.slick-arrow,
    .slider_for .before-images .slick-prev.slick-arrow {
    top: 119%;
    } */

  .gallery_slider img + span {
    font-size: 10px;
  }
}

/* menu hamburger */

.menu_hamburger {
  overflow: hidden;
  position: absolute;
  top: 110px;
  right: 0;
}
.menu-container {
  display: flex;
}

.menu-icon-container {
  cursor: pointer;
  position: relative;
  width: 59px;
  height: 108px;
  /* position: fixed;
    top: 29%;
    right: 0;
    transform: translateY(-50%); */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  background-color: #241a12;
  /* transition: right 0.3s, top 0.3s, transform 0.3s; */
  background: rgba(36, 26, 18, 0.8);
  pointer-events: all;
}

.menu-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.menu-icon img {
  width: 7px;
  height: 22px;
}

.menu {
  position: relative;
  /* position: fixed;
    top: 50%;
    right: -270px; */
  width: 270px;
  height: 490px;
  background-color: rgba(36, 26, 18, 0.8);
  color: white;
  /* overflow: hidden; */
  transition: right 0.3s;
  /* transform: translateY(-50%); */
  z-index: 1000;
  pointer-events: all;
}

.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 26px;
}

.menu ul li {
  padding: 0 35px;
  position: relative;
}

/* .menu ul li a {
    position: relative;
    color: white;
    text-decoration: none;
    display: flex;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;*/
/* margin-right: 52px; */
/* padding: 15px 0px;
    border-bottom: 1px solid white; */

.menu ul li a {
  position: relative;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 15px 0px;
  border-bottom: 1px solid white;
}

.menu ul li::after {
  /* content: ''; */
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 190px;
  height: 1px;
  background-color: white;
}

.menu ul li a:hover {
  background-color: #4943437e;
}

/* .menu ul li .dropdown-arrow {
    position: absolute;
    right: 0;
    top: 32%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-44deg);
    cursor: pointer;
    transition: transform 0.3s;
} */

.menu ul li .dropdown-arrow {
  width: 10px;
  height: 10px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  cursor: pointer;
  transition: transform 0.3s;
}

.menu ul li .dropdown-content {
  display: none;
  padding-left: 15px;
  color: white;
}

/* .menu ul li.open .dropdown-arrow {
    transform: rotate(135deg);
} */

.menu ul li.open .dropdown-content {
  display: block;
}

.menu.open {
  right: 0;
}

/* .menu-icon-container.open {
    right: 47.6%;
    top: 29.1%;
} */

.menu-icon-container.open .menu-icon {
  transform: rotate(180deg) translateX(-13px);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 999;
}

.overlay.open {
  display: block;
}

#menuHamburger {
  transform: translate(273px);
  transition: 0.3s;
  position: fixed;
  z-index: 9999;
  pointer-events: none;
}

#menuHamburger.open {
  transform: translate(0px);
}

.menu-icon-container.open {
  width: 31px;
}

@media (max-width: 540px) {
  .menu-icon-container {
    width: 36px;
    height: 76px;
  }

  .menu ul {
    padding-top: 12px;
  }

  .menu {
    /* width: 265px;
        height: 392px; */

    width: 268px;
    height: 392px;
  }

  .menu ul li a {
    font-size: 14px;
    padding: 12px 0px;
  }
}

/* responsive for q and a  */

@media screen and (max-width: 767px) {
  #answer_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
  }
}

/* new grey box update */

.grey_container_horizontal {
  margin-top: 59px;
  display: flex;
  /* padding: 0  21.6%; */
  flex-wrap: nowrap;
  justify-content: center;
}

.grey_link_container {
  display: flex;
  width: 19%;
  justify-content: center;
}

.grey_link_container:hover {
  opacity: 0.7;
}

#middle_link {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.grey_square {
  display: flex;
  flex-direction: column;
  height: 160px;
  justify-content: space-between;
}

.grey_container_img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grey_text {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.12em;
  /* line-height: 114px; */
  text-align: center;
  color: #fff;
}

.grey_container_arrow {
  display: flex;
  justify-content: center;
  filter: brightness(2.5);
}
.grey_container_arrow img{
  width: 20px;
}


@media screen and (max-width: 1485px) {
  .grey_link_container {
    width: 26%;
  }
}

@media screen and (max-width: 1150px) {
  .grey_link_container {
    width: 33%;
  }
}

@media screen and (max-width: 800px) {
  .grey_link_container {
    width: 31%;
    padding: 3px 0px 9px;
  }
  .grey_text {
    font-size: 16px;
    /* line-height: 40px; */
  }
  .grey_container_img {
    width: 100%;
    height: 42px;
  }
  .grey_container_img img {
    width: 29%;
    height: auto;
  }

  /* .grey_container_img:nth-child(2) img {
  width: 30px;
  height: auto;
} */
  .grey_square {
    height: auto;
    /* line-height: 50px; */
  }
}

@media screen and (max-width: 620px) {
  .grey_text {
    font-size: 10px;
  }
}

@media screen and (max-width: 620px) {
  .grey_text {
    font-size: 9px;
    height: 34px;
  }
  .grey_container_horizontal {
    margin-top: 30px;
  }
}
