@charset "UTF-8";

html,
body {
  overflow-x: hidden;
}

.sp {
  display: inline;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  margin: 0 auto;
}

body {
  font-family: "Noto Sans JP", Noto Serif JP, "Oswald";
  font-size: 1.6rem;
  line-height: 2.1;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h1 {
  text-align: center;
  font-family: Noto Serif JP;
  letter-spacing: 5px;
  line-height: 75px;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

section {
  position: relative;
}

section p {
  font-size: 1.2em;
  letter-spacing: 0.3px;
  line-height: 1.8;
  font-weight: 400;
  margin: 9px 0;
  justify-content: center;
}

section h1 {
  font-size: 4.4rem;
  margin: 0 auto;
  width: 90%;
}

li {
  list-style: none;
}

header {
  width: 100%;
  top: 0;
  background: white;
  position: fixed;
  z-index: 9999;
}

header .inner {
  height: 90px;
  display: flex;
  align-items: center;
  position: absolutea;
  z-index: 9999;
}





/*-----------------ヘッダー-------------*/

.header-logo {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.header-logo img {
  width: 500px;
  height: auto;
}

.header_nav {
  position: absolute;
  background-color: black;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;

}

.nuvButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nuvButton p {
  font-size: 1.2rem;
  margin: 0;
  color: white;
}

.header_nav img {
  width: auto;
  height: 35px;
  margin-bottom: 8px;
  display: block
}

.header_navButton {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.title {
  margin: 0 0 45px;
}

/* --------------------kv設定---------------------- */
.main-visual {
  position: relative;
  z-index: 1;
}

.slider-container-mv {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 1000px;
  gap: 10px;
}

.slider-container-mv p {
  font-size: 50px;
  font-family: Noto Serif JP;
  line-height: 1.5;
  background-color: rgba(215, 180, 135, 0.7);
  color: white;
  z-index: 10;
  margin: 0;
}

#kv .kv-logo_kngk {
  width: 250px;
  padding: 150px 0 0 50px;
  position: absolute;
  z-index: 20;
}

.kv-logo_kngk img {
  transition: transform 1s ease;
}

.kv-logo_kngk img:hover {
  transform: scale(1.5);
}


.kv-logo_topscroll {
  align-items: center;
  position: absolute;
  z-index: 20;
  bottom: 13%;
  width: 70px;
  left: 50%;
  opacity: 0.7;
  transform: translateX(-50%);
}

#kv .kv-logo_scroll {
  position: fixed;
  right: 3%;
  bottom: 500px;
  z-index: 9999;
  width: 100px;
  pointer-events: none;
  transition: opacity .3s;
  opacity: 0;
}

#kv .kv-logo_scroll.active {
  opacity: 0.7 !important;
  pointer-events: auto;
}


#kv .kv-logo_lpimg {
  align-items: center;
  width: 500px;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;

}

#v {
  height: calc(100vh - 80px);
  overflow: hidden;
}


.swiper-wrapper {
  /* wrapperのサイズを調整 */
  position: relative;
  height: 100vh;
}

.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100vh;
  text-align: center;
  line-height: 300px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;

}



/* --------------------feauture設定---------------------- */

#feauture {
  margin: 90px 0 0;
  padding: 60px 0;
}

.title img {
  width: 100%;
}

.feauture_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.feauture_item img {
  width: 500px;
}

.feauture_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.feauture-text {
  text-align: left;
  font-size: 20px;
  letter-spacing: 5px;
}

.feauture-text p {
  font-size: 17px;
}

.feauture-text h2 {
  margin-top: 10px;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 4px;
  font-feature-settings: "palt";
  font-size: 30px;
  margin-bottom: 20px
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #323232;
  border: none;
  border: 2px solid #323232;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;

}

.btn:hover {
  background-color: #323232;
  /* ホバー時の色 */
  color: #faf6f0;
}

.btn_footer {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1.6rem;
  border: 2px solid #323232;
  font-family: "Noto Sans JP", sans-serif;
  color: #f5f5f0;
  background-color: #323232;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}

.btn_footer:hover {
  background-color: #f5f5f0;
  color: #323232;
  border: 2px solid #323232;
}

#feauture .feauture_lead {
  font-weight: 600;
  line-height: normal;
}



/*--------------------CASESTUDY設定-------------------- */
#case_study {
  padding: 60px 0;
  background-color: #323232;
}

#case_study .case_study_inner {
  margin: 0 auto;
  max-width: 1000px;
}


.case_study_slider {
  display: flex;
}

#case_study .img_blk {
  flex: 0 0 auto;
  width: 600px;
  margin-right: 20px;

}

.img_blk img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;

}

#case_study .case_study-text {
  color: white;
  margin: 0 0 60px 0;
}

.case_study-text p {
  line-height: 2em;
  margin: 0;
  padding: 0;
}



#case_study h1 {
  letter-spacing: 5px;
  line-height: 75px;
  padding-bottom: 50px;

}

#case_study .case_study_subtitle {
  text-align: center;
}

.subtitle {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 17px;
}

.case_study_image {
  display: flex;
  align-items: center;
  height: 700px;
  overflow: hidden;

}

.case_study_slider {
  display: flex;
  animation: loop-slide 40s infinite linear;
  width: calc(100% * 5);
  /* ulが3つ分あるなら3倍に */

}



@keyframes loop-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/*--------------------About設定--------------------*/
#about {
  padding: 60px 0 100px 0;
  background-color: #faf6f0;
}

#about .about_title {
  color: #323232;
}

#about h2 {
  font-size: 2em;
  color: #1eaa78;
  letter-spacing: 7px;
}

#about .about_lead {
  color: #1eaa78;
  line-height: 1.8em;
  font-weight: 600;
}

#about .about-blk {
  display: flex;
  gap: 70px;
  padding-bottom: 60px;
  padding-top: 60px;
  width: 100%;
  margin: 0 auto;
}

#about .about_img {
  flex: 1;
  flex-shrink: 0;
  object-fit: cover;
}

#about .aboutimg-link {
  margin-top: 70px;
  max-width: 500px;
}

#about .about-text-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: justify;
  box-sizing: border-box;
  padding-right: 50px;
  padding-top: 80px;
}

#about .about-text-left {
  padding-left: 50px;
  padding-top: 80px;
  width: 800px;
  text-align: justify;
  position: relative;
}

#about .about_img,
#about .about-text-right,
#about .about-text-left {
  min-width: 0;
}


.about_topick {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.8;
  padding: 30px 0;
  letter-spacing: 3px;
}

.marker {
  background: linear-gradient(transparent 60%, #fff041 60%);
}


.aboutimg-link img {
  transition: transform 1s ease;
}

.aboutimg-link img:hover {
  transform: scale(1.1);

}

/* --------------------detail設定-------------------- */
#detail {
  padding: 60px;
  background-color: white;
}

#detail .detail_item_box {
  justify-content: center;
}

.detail_inner {
  max-width: 1000px;
  margin: 0 auto;
}

#detail .detail_item {
  width: 350px;
  padding: 0 20px;
  margin: 0 15px 100px;
  box-sizing: border-box;
  position: relative;
}

#detail h2 {
  text-align: center;
  margin-top: 10px;
}

#detail img {
  width: 100%;

}

#detail .detail_text {
  width: 100%;
  text-align: justify;
}


/* --------------------構造見学会情報設定---------------------- */

#newupdate {
  padding: 60px 0;
  background-color: #f5f5f0;
}

.newupdate-top-image {
  width: 500px;
  margin: 0 auto;
}


.newupdate_inner {
  max-width: 1200px;
}

.newupdate_text {
  width: 100%;
  padding: 0;
  margin: 0;

}


.content_area {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
}

.tab-container {
  display: flex;
  margin: 45px 0;
  gap: 20px;
}

.tab {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: calc(100% / 9);
  border: 2px solid #006934;
  border-radius: 100vh;
  cursor: pointer;
  color: #006934
}

.tab.active {
  background-color: #006934;
  color: white;
}

.content {
  display: none;
  text-align: center;
}

.content.show {
  display: block;
  align-items: center;
}

.content.show .btn_footer {
  margin: 50px 0;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.news {
  padding: 50px 0;
  background: #FFF7EA;
}



.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

/* ここからがニュース記事のCSS */
.news_list_image {
  width: 200px;
  height: 200px;
}

.news_information {
  display: flex;
  align-items: center;
}

.news_list {
  align-items: flex-start;
}

.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}

.news_list_item:hover {
  background-color: rgba(0, 0, 0, 0.1);
  /* グレーの半透明 */

}

.news_list_item:first-child {
  border-top: 1px solid #111619;
}

.news_list_item a {
  position: relative;
  display: flex;
  padding-right: 30px;
}

time {
  font-size: 20px;
  text-align: center;
}

.news_list_date {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  margin-left: 30px;
  text-align: left;
}

.news_item_kouzou {
  background: #1eaa78;
  width: 6em;
  color: white;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
  padding: 0 10px;
}

.news_item_kansei {
  background: #ff8c96;
  width: 6em;
  color: white;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
  padding: 0 10px;
}

.news_item_sonota {
  background: #ffca74;
  color: white;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
  padding: 0 10px;
}

.news_item_koumuten {
  display: block;
  line-height: 50px;
  letter-spacing: 2.6px;
  font-size: 20px;
}

.news_item_text {
  display: block;
}

.news_list span {
  position: absolute;
  top: 50%;
  right: 0;
}

.arrowgreen {
  display: inline-block;
  vertical-align: middle;
  color: #1eaa78;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
}

.arrowgreen::before,
.arrowgreen::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.arrowgreen::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.2em;
}

.arrowgreen::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.2em;
}

.arrowpink {
  display: inline-block;
  vertical-align: middle;
  color: #ff8c96;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
}

.arrowpink::before,
.arrowpink::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.arrowpink::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.2em;
}

.arrowpink::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.2em;
}

.arrowyellow {
  display: inline-block;
  vertical-align: middle;
  color: #ffca74;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
}

.arrowyellow::before,
.arrowyellow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.arrowyellow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.2em;
}

.arrowyellow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.2em;
}

.newupdate-top-imagelist {
  padding-bottom: 65px;
}

.newupdate-top .title {
  margin: 0 0 30px;
}




/* --------------------フッター-------------------- */


.footer-top {
  position: relative;
  background-position: center;
  color: white;
  padding: 100px 0;
  width: 100%;
  animation: footerSlide 25s infinite;
}



.footer-inner {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer-text {
  text-align: center;
  padding: 50px;
  color: #323232;

}

.footer-title {
  text-align: center;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 4px;
}

.footer-text h2 {
  font-family: Noto Serif JP;
  font-weight: 600;
  font-size: 2em;
  line-height: 1.8;
  letter-spacing: 2px;
}




.footer-sociallink {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  place-content: center;
  place-items: center;
}

.footer-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  border: none;
  border: 2px solid #323232;
  background-color: #323232;
  text-align: center;
  transition: background-color 0.3s ease;
}

.sociallink_content {
  background-color: white;

}

.icon-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.sociallink_content img {
  transition: 1s all;
}

.sociallink_content img:hover {
  transform: scale(1.5)
}

.sociallink_content .icon {
  width: 40%;
  justify-content: center;
}

.sociallink_content p {
  text-align: center;

}

.link-title {
  font-size: 0.9em;
  margin: 30px 0 0 0;
  letter-spacing: 1px;

}

.footer-contact_content {
  position: relative;

}

#footer-blk {
  padding: 100px 0;
  background-color: #f5f5f0;
}

.icon-inner h2 {
  letter-spacing: 4px;
}


.info_container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  align-items: stretch;
}

.info-item {
  flex: 1;
  min-width: 300px;
  /* 幅が狭すぎないように */
}

.info-item strong {
  font-size: 2rem;
  letter-spacing: 2px;
}

.info-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.infomain {
  font-size: 17px;
  letter-spacing: 1px;
  text-align: justify;
}

.infomain a {
  font-size: 1.7rem;
  color: #323232;
  text-decoration: underline;

}



/* パンくずリスト */
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
  /* 左右に100pxの余白 */
  background-color: black;
  flex-wrap: wrap;
  /* レスポンシブ対応 */
}

.breadlist {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadlist li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.copyrighttext {
  font-size: 12px;
  color: white;
}

.breadlist {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.breadlist li {
  display: flex;
  align-items: center;
}

.breadlist li+li::before {
  content: "|";
  margin: 0 8px;
  color: #999;
}

.breadlist {
  text-decoration: none;
  color: #fff;
}

.breadlist a:hover {
  text-decoration: underline;
}


/* スマホレスポンシブ */

@media screen and (max-width: 625px) {
  section h1 {
    font-size: 2.8rem;
    letter-spacing: 3px;
    width: 300px;
    left: 50%;
  }

  .sp {
    display: block;
  }

  .subtitle {
    font-size: 13px;
  }

  h1 {
    line-height: 50px;
    text-align: center;
  }

  section p {
    font-size: 17px;
    letter-spacing: 1px;
  }

  header {
    width: 100%;
    top: 0;
    background: white;
    display: flex;
  }

  header .inner {
    height: 70px;
  }

  .header-logo img {
    width: 280px;
    height: auto;
    padding: 15px;

  }

  .header_nav {
    width: 70px;
    height: 70px;
    top: 0;
  }

  .nuvButton p {
    font-size: 0.9rem;
  }

  .header_nav img {
    width: auto;
    height: 23px;
    margin-bottom: 8px;
    display: block
  }

  /* ---メインビジュアル画像設定--- */

  #kv {
    height: auto;
  }

  .slider-container-mv {
    max-width: 100%;
    white-space: nowrap;
    text-align: center;
  }

  .slider-container-mv p {
    font-size: 35px;
    max-width: 90%;
    letter-spacing: 0;
  }

  .main-visual {
    width: 100%;
    height: auto;
  }

  #kv .kv-logo_kngk {
    width: 120px;
    padding: 100px 0 0 0px;
  }

  #kv .kv-logo_lpimg {
    align-items: center;
    width: 90%;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;

  }



  .swiper-wrapper {
    height: auto;
  }

  .swiper-slide {
    height: 100vh;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;

  }


  /* feature */

  #feauture {
    padding: 0;
  }

  .feauture_container {
    display: flex;
    flex-direction: column;
    margin: 40px;
    gap: 0;
  }

  .feauture_item img {
    width: 100%;
    padding-top: 20px;
  }

  .feauture-text h2 {
    font-size: 1.3em;
  }


  .feauture-text {
    margin-top: 40px;
  }

  /* ---ボタン設定--- */
  .btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 1.6rem;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
    font-weight: 600;
    margin: 30px 0px;
  }

  /* ---casestudy設定--- */
  #case_study {
    padding: 80px 0;

  }

  #case_study h1 {
    letter-spacing: 3px;
    line-height: 50px;
    white-space: nowrap;
  }



  #case_study .case_study_inner {
    width: 90%;
    margin: 0 auto;
  }

  #case_study .case_study-main {
    text-align: justify;
  }

  .case_study_image {
    height: 500px;
  }


  /* ---about --- */
  #about {
    padding: 80px 0;
  }

  .about_title {
    width: 90%;
    margin: 0 auto !important;
    text-align: center;
  }

  .about_title h1 {
    margin-bottom: 50px;
    width: 90%;
  }

  #about h2 {
    font-size: 1.5em;
    letter-spacing: 5px;
    margin: 5px 0;
  }

  #about .about_img {
    width: 100%;
  }

  #about .about-blk {
    display: block;
    width: 90%;
    padding-bottom: 0;
    padding-top: 0;
  }

  #about .aboutimg-link {
    width: 100%;
    margin: 50px 0;

  }



  #about .about-text-right {
    width: 100%;
    padding: 0;
    margin: 35px 0;
  }

  #about .about-text-left {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .about_topick {
    font-size: 1.7rem;
    letter-spacing: 3px;
    padding: 20px 0;
  }

  .chance_img {
    display: none;
  }

  /* --------------------detail設定-------------------- */


  #detail .detail_item_box {
    width: 100%;
    margin: 0 0 40px;
    padding: 0 10px;

  }

  #detail {
    padding: 60px 0;
  }


  .slick-dots {
    display: none !important;
  }


  .slick-prev:before {
    display: none;
  }

  .slick-next:before {
    display: none;
  }

  #detail .detail_item {
    margin: 0 15px 35px;
  }

  /* --------------------構造見学会情報設定---------------------- */

  .tab-container {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
    gap: 8px;
  }

  .content.show {
    text-align: center;
  }

  .tab {
    flex: 1 0 calc(33.333% - 8px);
    /* gap分を差し引く */
    box-sizing: border-box;
    width: 33.3333%;
    padding: 0 4px;
    margin: 0 0 8px;
    box-sizing: border-box;
  }

  .newupdate_text {
    text-align: justify;
  }

  .title {
    margin: 20px 0;
  }

  .arrow {
    display: none;
  }

  .news_list_item a {
    padding-right: 0;
    flex-direction: column;
    font-size: 14px;
  }



  .news_item_koumuten {
    font-size: 17px;
    line-height: 30px;
  }

  #newupdate {
    padding: 60px 16px;
  }

  .newupdate-top-image {
    width: 300px;
  }

  .news_list_date {
    margin: 0;
    margin-top: 20px;
  }

  .news_information {
    margin-bottom: 15px;
  }

  time {
    font-size: 15px;
  }

  .news_list_image {
    width: 100%;
    height: 100%;
  }

  .arrowgreen {
    display: none;
  }

  .arrowpink {
    display: none;
  }

  /* --------------------フッター-------------------- */

  .footer-top {
    width: 100%;
    padding: 50px 0;
  }

  .footer-text h2 {
    font-size: 2rem;
  }

  .footer-inner {

    width: 90%;
  }

  .footer-sociallink {
    grid-template-columns: repeat(2, 1fr);
    /* 2列に変更してはみ出し防止 */
    gap: 0px;
  }

  .link-title {
    margin: 10px 0 0 0;
    font-size: 0.6em;
    white-space: nowrap;
  }


  .footer-title {
    text-align: center;
    letter-spacing: 2px;
    font-size: 0.8em;
  }


  .footer-subtitle {
    line-height: 1.7 !important;
    letter-spacing: 2px !important;
  }

  .footer-text {
    margin: 20px;
    padding: 40px 10px;
  }

  .footer-main {
    text-align: justify;
    margin: 0;
    padding: 30px 0;

  }

  #footer-blk {
    padding: 80px 30px 30px;
  }

  .btn_footer {
    font-size: 1.4rem;
  }

  .footer-wrap p {
    letter-spacing: 2px;
    font-weight: 600;
    text-decoration: none;
  }

  .icon-inner h2 {
    font-size: 1em;
    text-align: center;
    height: 10px;
    letter-spacing: 1.5px;
  }

  .icon-inner {
    width: 150px;
    margin: 10px auto;
  }

  .sociallink_content .icon {
    width: 60px;

  }

  .copyright {
    margin: 0;
    background-color: black;
    justify-content: center;
    padding: 45px 20px;
    font-size: 1.5rem;
    color: white;
  }

  .breadlist {
    list-style: none;
    flex-wrap: nowrap;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 10px;
    padding: 0;
    margin: 0;
    gap: 0;
  }

  .copyrighttext {
    font-size: 8px;
  }

  .breadlist li a {
    font-size: 9px;
  }

  .info_container {
    gap: 0;
  }

  .info-item .text {
    margin-top: 30px;
  }

  .infomain {
    margin-top: 13px;
    font-weight: 600;
  }

  .info-item strong {
    font-size: 2.1rem;
    letter-spacing: 5px;
  }
}