@charset "utf-8";

/* ========= FV =======-- */
.main {
  padding: 133px 0 191px !important;
  position: relative;
}

@media (max-width:768px) {
  .main {
    padding: 90px 0 86px !important;
  }
}

.main_container_top {
  display: flex;
  justify-content: end;
  gap: 11%;
}

@media (max-width:768px) {
  .main_container_top {
    gap: 36px;
  }
}

.wood_main {
  position: absolute;
  top: 48%;
  left: 0;
  width: min(4vw, 64px);
}

@media (max-width:768px) {
  .wood_main {
    top: 49%;
    width: 9.428571428571429vw;
  }
}

.title_container {
  display: flex;
  flex-direction: row-reverse;
  max-width: 101px;
  padding-top: 4.5vw;
  gap: 28px;
  width: 25%;
}

@media (max-width:768px) {
  .title_container {
    /* gap: 11px; */
    gap: 20%;
    width: 14%;
  }
}

.main_title {
  font-size: min(2.625vw, 42px);
  writing-mode: vertical-rl;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.4em;
  white-space: nowrap;
}

@media (max-width:768px) {
  .main_title {
    font-size: min(6.857142857142858vw, 24px);
    line-height: 1.3;
    width: 1.3em;
  }
}

.main_title_en {
  font-size: clamp(10px, 0.8750000000000001vw, 14px);
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  font-weight: 400;
}

@media (max-width:768px) {
  .main_title_en {
    font-size: min(2.2857142857142856vw, 8px);
    line-height: 1;
    width: 1em;
  }
}

.main_visual_right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 75%;
}

@media (max-width:768px) {
  .main_visual_right {
    /* width: 64.28571428571429vw; */
    width: 64%;
  }
}

.main_visual {
  display: flex;
  width: 100%;
}

@media (max-width:768px) {
  .main_visual {
    flex-direction: column;
  }
}

.main_visual_img {
  text-align: center;
  width: 50%;
}

@media (max-width:768px) {

  .main_visual_img {
    width: 100%;
  }
}

.main_visual_img img {
  vertical-align: top;
}

.main_visual_top_textContainer {
  display: flex;
  align-items: baseline;
}

@media (max-width:768px) {
  .main_visual_top_textContainer {
    flex-direction: column;
  }
}

.main_visual_top_text,
.main_visual_top_textDate,
.main_visual_top_textTitle {
  font-size: 18px;
  font-weight: 400;
  /* display: inline-block; */
}

.main_visual_top_textTitle {
  width: 536px;
  padding-right: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width:1300px) {

  .main_visual_top_text,
  .main_visual_top_textDate,
  .main_visual_top_textTitle {
    font-size: 13px;
  }
}

@media (max-width:1020px) {

  .main_visual_top_text,
  .main_visual_top_textDate,
  .main_visual_top_textTitle {
    display: block;
  }
}

@media (max-width:768px) {

  .main_visual_top_text,
  .main_visual_top_textDate,
  .main_visual_top_textTitle {
    font-size: 12px;
  }

  .main_visual_top_textTitle {
    width: auto;
    padding-right: 0;
    overflow: auto;
    white-space: inherit;
    text-overflow: inherit;
  }
}

.main_visual_top_textDate {
  margin-right: 26px;
}

@media (max-width:1300px) {
  .main_visual_top_textDate {
    margin-right: 12px;
  }
}

@media (max-width:768px) {
  .main_visual_top_textDate {
    margin-right: 0;
  }
}

.border {
  display: inline-block;
  margin: 0 40px;
  width: 74px;
  height: 1px;
  background-color: var(--color-black);
}

@media (max-width:1300px) {
  .border {
    margin: 0 20px;
    width: 36px;
  }
}

@media (max-width:768px) {
  .border {
    display: none;
  }
}

.main_visual_bottom_container {
  padding-top: 175px;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width:768px) {
  .main_visual_bottom_container {
    padding-top: 109px;
  }
}

.main_visual_bottom {
  position: relative;
  width: min(59.06249999999999vw, 945px);
  margin: 0 auto 0 0;

}


.main_visual_bottom_img {
  width: min(59.06249999999999vw, 945px);
  position: relative;
  z-index: 5;
}

@media (max-width:768px) {
  .main_visual_bottom_img {
    width: 71.42857142857143vw;
  }

}

.main_visual_bottom_img_small {
  width: min(18.3125vw, 293px);
  position: absolute;
  z-index: 10;
  top: -60px;
  /* right: -225x; */
  right: -24%;
}

@media (max-width:768px) {
  .main_visual_bottom_img_small {
    width: 34.57142857142857vw;
    /* right: -123px; */
    right: -60%;
  }
}



/* ==============施工事例=============== */
.works {
  padding-bottom: 203px;
  overflow: hidden;
}

@media (max-width:768px) {
  .works {
    padding-bottom: 115px;
  }
}

.works_main {
  display: flex;
  gap: 88px;
  justify-content: center;
  padding-left: 8.625vw;
}

@media (max-width:768px) {
  .works_main {
    flex-direction: column;
    gap: 26px;
    padding-left: 20px;
  }
}

.works_main_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width:768px) {
  .works_main_left {
    display: contents;
  }
}

.section_title_container.vertical {
  display: flex;
  flex-direction: row;
  gap: 22px;
}

@media (max-width:768px) {
  .section_title_container.vertical {
    flex-direction: column;
    gap: 13px;
  }

  .section_title_container.vertical.works_title {
    order: 1;
  }
}

.home_section_title {
  margin: 0;
  font-size: clamp(20px, 1.875vw, 30px);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.15em;
}

@media (max-width:768px) {
  .home_section_title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.home_section_title.vertical-rl {
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
}

@media (max-width:768px) {
  .home_section_title.vertical-rl {
    writing-mode: inherit;
    font-size: 20px;
    letter-spacing: 0.15em;
  }
}

.home_section_title_en {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.home_section_title_en.vertical-rl {
  writing-mode: vertical-rl;
}

@media (max-width:768px) {
  .home_section_title_en.vertical-rl {
    writing-mode: inherit;
  }
}

.works_main_left_bottom {
  display: flex;
  flex-direction: column;
      align-items: center;
  gap: 40px;
}

@media (max-width:768px) {
  .works_main_left_bottom {
max-width: 84px;
    gap: 16px;
    margin-top: 16px;
    order: 3;
  }
}

/* MORE ボタン */
.more {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  max-width: 84px;
  /* hover 下線 */
  background-image: linear-gradient(to right, var(--color-black), var(--color-black));
  /* 線の色 */
  /* 下線の初期位置 */
  background-size: 100% 1px;
  background-position: bottom left;
  /* 背景を繰り返さない */
  background-repeat: no-repeat;
  padding-bottom: 12px;
}

.more:hover {
  animation: linkLineReverse 0.5s ease forwards;
}

@keyframes linkLineReverse {
  0% {
    background-size: 100% 1px;
    background-position: bottom right;
  }

  50% {
    background-size: 0 1px;
    /* 幅(100%=文字の長さ) | 高さ(線の太さ) */
    background-position: bottom right;
  }

  51% {
    background-position: bottom left;
  }

  100% {
    background-size: 100% 1px;
  }
}

@media (max-width:768px) {
  .more {
    padding-bottom: 14px;
  }
}

.more_text {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media (max-width:768px) {
  .more_text {
    font-size: 14px;
  }
}

.more_arrow {
  width: 9px;
  height: 14px;
  display: flex;
  align-items: center;
}


@media (max-width:768px) {
  .more_arrow {
    height: 12px;
  }
}



/* 施工事例スライダー */


@media (max-width:768px) {
  .case_swiper_container {
    order: 2;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button_container {
  display: flex;
  align-items: center;
  gap: 11px;
}

.swiper-navigation-icon {
  display: none;
}

.swiper-button-disabled {
  pointer-events: all !important;
  opacity: 0.6 !important;
}

.swiper-button-prev,
.swiper-button-next {
  height: 41px;
  width: 41px;
  position: relative;
}


@media (max-width:768px) {

  .swiper-button-prev,
  .swiper-button-next {
    height: 36px;
    width: 36px;
  }
}

.swiper-button-lock {
  display: block;
}


/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 100%;
}

/* 前への矢印カスタマイズ */


.swiper-button-prev:after {
  background-image: url(../img/top/works_arrow_prev.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(../img/top/works_arrow_next.svg);

}

.swiper-slide {
  width: fit-content;
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: 100%;
  width: 100%;
}

.works_content {
  display: block;
  width: 320px;
}

.works_content_thumbnail_wrapper {
  width: 100%;
  aspect-ratio: 320 / 452;
}

@media (max-width:768px) {
  .works_content {
    width: 160px;
  }
}

.works_content_thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.works_content_thumbnail img {
  height: 100%;
  transition: transform .3s ease;
}

.works_content:hover .works_content_thumbnail img {
  transform: scale(1.05);
  /* 拡大 */
}


.works_content_text {
  margin-top: 19px;
  max-width: fit-content;
}

@media (max-width:768px) {
  .works_content_text {
    margin-top: 17px;
  }
}

.works_content_concept {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 400;
}

@media (max-width:768px) {
  .works_content_concept {
    font-size: 10px;
  }
}

.works_content_title {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  margin-top: 8px;
}

@media (max-width:768px) {
  .works_content_title {
    font-size: 14px;
    margin-top: 1px;
  }
}

/* ==============鳥屋野モデルハウス=============== */
.model_house {
  padding-bottom: 113px;
}

@media (max-width:768px) {
  .model_house {
    padding-bottom: 72px;
  }
}

.home_section_title.modelHouse_title {
  /* font-size: 40px; */
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: 1.625;
}

@media (max-width:768px) {
  .home_section_title.modelHouse_title {
    font-size: 28px;
    line-height: 1.5
  }
}

.toyano_img_container {
  position: relative;
  max-width: 1330px;
  margin: 0 auto;
}

.toyano_img {
  position: relative;
  z-index: 2;
}

.wood_back_toyano {
  max-width: 83px;
  width: min(5.1875vw, 83px);
  position: absolute;
  /* right: -37px; */
  right: -3%;
  top: -40px;
  z-index: 1;
}

@media (max-width:768px) {
  .wood_back_toyano {
    max-width: 31px;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 1;
    width: 8.857142857142856vw;
  }
}

.model_house_text_container {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  margin: 58px auto 0;
}

@media (max-width:920px) {
  .model_house_text_container {
    flex-direction: column;
  }
}

.section_title_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width:768px) {
  .section_title_container {
    gap: 8px;
  }
}

.model_house_txt {
  max-width: 534px;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 0.01em;
}

@media (max-width:920px) {
  .model_house_right {
    margin-top: 30px;
  }
}

@media (max-width:768px) {
  .model_house_txt {
    max-width: none;
    margin: 0 0 17px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.009em;
  }
}







/* ==============ノモトホームズの家づくり=============== */
.house_building {
  background: var(--color-lite-gray);
  padding: 108px 0 98px;
}

@media (max-width:768px) {
  .house_building {
    padding: 57px 0 61px;
  }
}

.house_building_main {
  display: flex;
  justify-content: space-between;
  /* gap: 171px; */
  gap: 40px;
  max-width: 1195px;
  margin: 0 auto;
}

@media (max-width:990px) {
  .house_building_main {
    flex-direction: column;
    gap: 40px;
  }
}

.home_section_title.caring_craftsmanship_title {
  /* font-size: 40px; */
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: 1.625;
}

@media (max-width:768px) {
  .home_section_title.caring_craftsmanship_title {
    font-size: 28px;
    line-height: 1.5;
  }
}


.house_building_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1px;
  margin: 61px 0 40px;
}

@media (max-width:768px) {
  .house_building_text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.0009em;
    margin: 44px 0 19px;
  }
}

.house_building_linkWrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 663px;
}



.house_building_link {
  display: block;
  position: relative;
  /* max-width: 663px;
  max-height: 123px; */
  /* width: fit-content; */
}

.house_building_linkImage_wrapper {
  width: min(41.4375vw, 663px);
  height: min(7.6875vw, 123px);
}

@media (max-width:990px) {
  .house_building_linkImage_wrapper {
    width: 100%;
    height: 75px;
  }
}

.house_building_linkImage {
  overflow: hidden;
  width: 100%;
  height: 100%;
}


.house_building_linkImage img {
  height: auto;
  transition: transform .3s ease;
  /* ゆっくり変化させる */
}

.house_building_link:hover .house_building_linkImage img {
  transform: scale(1.05);
  /* 拡大 */
}

.house_building_linkText {
  position: absolute;
  top: 50%;
  left: 47px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--color-white);
}

@media (max-width:768px) {
  .house_building_linkText {
    gap: 20px;
  }
}

.house_building_linkInner_num {
  /* font-size: 30px; */
  font-size: clamp(20px, 1.875vw, 30px);
  line-height: 1;
  font-weight: 500;
}

@media (max-width:768px) {
  .house_building_linkInner_num {
    font-size: 20px;
    line-height: 1.09;
  }
}

.house_building_linkInner {
  /* font-size: 24px; */
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width:768px) {
  .house_building_linkInner {
    font-size: 16px;
    line-height: 1.36;
  }
}



/* ==============見学会・イベント=============== */
.tours_and_events {
  padding: 97px 0;
}

@media (max-width:768px) {
  .tours_and_events {
    padding: 56px 0 50px;
  }
}

.tours_and_events_main {
  max-width: 1195px;
  margin: 0 auto;
}

@media (max-width:768px) {
  .tours_and_events_main {
    display: flex;
    flex-direction: column;
  }
}

.tours_and_events_mainTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width:768px) {
  .tours_and_events_mainTop {
    display: contents;
  }
}

@media (max-width:768px) {
  .tours_and_events_mainTop .more {
    order: 3;
  }
}

@media (max-width:768px) {
  .events_section_title_container {
    align-items: center;
    order: 1;
  }
}

.tours_and_events_contentWrapper {
  display: flex;
  align-items: baseline;
  gap: 28px;
  margin-top: 60px;
}

@media (max-width:768px) {
  .tours_and_events_contentWrapper {
    flex-direction: column;
    gap: 15px;
    margin: 44px 0 31px;
    order: 2;
  }
}

.tours_and_events_content {
  display: block;
  max-width: 380px;
  color: var(--color-black);
  flex: 1;
}

@media (max-width:768px) {
  .tours_and_events_content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: none;
    width: 100%;
  }
}

.tours_and_events_thumbnailWrapper {
  position: relative;
    width: 100%;
}

@media (max-width:768px) {
.tours_and_events_thumbnailWrapper {
    width: 42%;
    flex-shrink: 0;
  }
}

.pick_up {
  background: #B9A75D;
  padding: 4px 14px 8px;
  position: absolute;
  left: 10px;
  top: -15px;
  z-index: 10;
  width: 100px;
  text-align: center;
}

@media (max-width:768px) {
  .pick_up {
    background: #B9A75D;
    padding: 2px 14px 4px;
    position: absolute;
    left: 4px;
    top: -10px;
    width: 66px;
  }
}

.pick_up_text {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
}

@media (max-width:768px) {
  .pick_up_text {
    font-size: 10px;
  }
}

.tours_and_events_thumbnail {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 380 / 253;
}

@media (max-width:768px) {
  .tours_and_events_thumbnail {
    aspect-ratio: 130 / 110;

  }
}

.tours_and_events_thumbnail img {
  height: 100%;
  transition: transform .3s ease;
  /* ゆっくり変化させる */
}

.tours_and_events_content:hover .tours_and_events_thumbnail img {
  transform: scale(1.05);
  /* 拡大 */
}


@media (max-width:768px) {
  .tours_and_events_content_text {
    display: flex;
    flex-direction: column;
  }
}

.tours_and_events_content_textTop {
  display: flex;
  align-items: center;
  gap: 14px;
  /* margin-top: 25px; */
  margin-top: clamp(16px, 1.5625vw, 25px);
}

@media (max-width:1480px) {
  .tours_and_events_content_textTop {
    flex-direction: column;
    align-items: baseline;
  }
}

@media (max-width:768px) {
  .tours_and_events_content_textTop {
    margin: 0;
  }
}

.tours_and_events_category {
  color: var(--color-navy);
  font-size: 10px;
  letter-spacing: 0.15em;
  font-weight: 700;
  background-color: var(--color-white);
  border: 1px solid var(--color-navy);
  width: 114px;
  text-align: center;
  padding: 3px 10px 4px;
  transition: color .3s ease, background-color .3s ease;
}

.tours_and_events_content:hover .tours_and_events_category {
  color: var(--color-white);
  background-color: var(--color-navy);
}

.tours_and_events_date {
  color: hsl(213, 63%, 23%, 0.7);
  font-size: 16px;
  font-weight: 400;
}

@media (max-width:768px) {
  .tours_and_events_date {
    font-size: 10px;
    letter-spacing: 0.15em;
  }
}

@media (max-width:768px) {
  .tours_and_events_date {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.tours_and_events_title {
  font-size: clamp(14px, 1.125vw, 18px);
  font-weight: 400;
  line-height: 1.56;
  margin-top: 6px;
}

@media (max-width:768px) {
  .tours_and_events_title {
    font-size: 14px;
    line-height: normal;
  }
}

/* ==============オーナー様の声=============== */
.owner {
  padding: 106px 0 270px;
}

@media (max-width:768px) {
  .owner {
    padding: 51px 0 49px;
  }
}

@media (max-width:768px) {
  .owner_container {
    padding: 0 20px;
  }
}

.home_section_title.owner_title {
  /* font-size: 40px; */
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: 1.625;
}

@media (max-width:768px) {
  .home_section_title.owner_title {
    font-size: 28px;
    line-height: 1.5
  }
}

.owner_main {
  display: flex;
  gap: 129px;
  max-width: 1600px;
  padding-right: min(12.937499999999998vw, 207px);
  margin: 0 auto;
}

@media (max-width:1270px) {
  .owner_main {
    display: flex;
    gap: 80px;
    max-width: 1394px;
    /* padding-right: 207px; */
  }
}

@media (max-width:1080px) {
  .owner_main {
    flex-direction: column;
    padding-right: 0;
    padding-left: 12.812499999999998vw;
  }
}

@media (max-width:768px) {
  .owner_main {
    padding-left: 0;
  }
}

.owner_left {
  width: min(53.1875vw, 851px);
  position: relative;
  max-height: 462px;
  height: min(28.875vw, 462px);
}

@media (max-width:768px) {
  .owner_left {
    width: 97.14285714285714vw;
  }
}

.owner_img_01 {
  width: min(53.1875vw, 851px);
  position: relative;
  z-index: 1;
}

@media (max-width:768px) {
  .owner_img_01 {
    width: 97.14285714285714vw;
  }
}

.owner_img_02 {
  width: min(13.875000000000002vw, 222px);
  position: absolute;
  z-index: 2;
  /* bottom: -175px; */
  bottom: -38%;
  left: 30px;
}

@media (max-width:768px) {
  .owner_img_02 {
    width: 32.285714285714285vw;
    /* bottom: -183px; */
    bottom: -180%;
    left: 22px;
  }
}

.owner_img_03 {
  width: min(23.625vw, 378px);
  position: absolute;
  z-index: 1;
  /* bottom: -280px; */
  bottom: -60%;
  right: 41px;
}

@media (max-width:768px) {
  .owner_img_03 {
    width: 49.142857142857146vw;
    /* bottom: -233px; */
    bottom: -232%;
    right: 20px;
  }
}

.owner_right {
  display: flex;
  flex-direction: column;
  gap: 44px;
  padding-top: 82px;
}

@media (max-width:768px) {
  .owner_right {
    gap: 19px;
    padding-top: 52.28571428571429vw;
  }
}

.owner_rightTop {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (max-width:768px) {
  .owner_rightTop {
    gap: 20px;
  }
}

.owner_voice {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.001em;
  font-weight: 400;
  text-align: justify;
  max-width: 415px;
}

@media (max-width:768px) {
  .owner_voice {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.0009em;
    max-width: none;
  }
}



/* ==============お知らせ・ブログ=============== */
.news_and_blog {
  padding: 93px 0 562px;
}

@media (max-width:768px) {
  .news_and_blog {
    padding: 49px 0 176px;
  }
}

.news_and_blog_container {
  /* padding: 0 205px; */
  padding: 0 12.812499999999998vw;
}

@media (max-width:768px) {
  .news_and_blog_container {
    padding: 0 20px;
  }
}


.news_and_blog_main {
  display: flex;
  gap: 116px;
  max-width: 1195px;
  margin: 0 auto;
}

@media (max-width:1290px) {
  .news_and_blog_main {
    gap: 60px;
    max-width: 800px;
  }
}

@media (max-width:1080px) {
  .news_and_blog_main {
    max-width: 650px;
  }
}

@media (max-width:920px) {
  .news_and_blog_main {
    flex-direction: column;
    gap: 42px;
    margin: 0;
  }
}

.section_title_container.news_and_blog_title_container {
  flex-direction: row;
}

@media (max-width:920px) {
  .section_title_container.news_and_blog_title_container {
    flex-direction: column;
    align-items: center;
    gap: 11px;
  }
}

.home_section_title.news_and_blog_vertical-rl {
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
}

.home_section_title_en.news_and_blog_vertical-rl {
  writing-mode: vertical-rl;
}

@media (max-width:920px) {
  .home_section_title.news_and_blog_vertical-rl {
    writing-mode: inherit;
    font-size: 20px;
    letter-spacing: 0.15em;
  }

  .home_section_title_en.news_and_blog_vertical-rl {
    writing-mode: inherit;
  }
}

.news_and_blog_right {
  max-width: 1002px;
}

@media (max-width:1290px) {
  .news_and_blog_right {
    max-width: 658px;
  }
}

@media (max-width:1080px) {
  .news_and_blog_right {
    max-width: 500px;
  }
}

.news_content_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 42px;
  grid-column-gap: 21px;
  max-width: 1002px;
}

@media (max-width:1290px) {
  .news_content_wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    max-width: 658px;
  }
}

@media (max-width:1080px) {
  .news_content_wrapper {
    max-width: 500px;
  }
}

@media (max-width:920px) {
  .news_content_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}



.news_content {
  display: block;
  color: var(--color-black);
}

.news_content:nth-child(n+7) {
  display: none;
}


@media (max-width:920px) {
  .news_content {
    display: flex;
    align-items: flex-start;
        gap: 15px;
  }
}


@media (max-width:768px) {
  .news_content:nth-child(n+4) {
    display: none;
  }
}



.thumbnail {
aspect-ratio: 320 / 200;
  overflow: hidden;
  width: 100%;
}

@media (max-width:920px) {
  .thumbnail {
aspect-ratio: 110 / 110;
width: 35.4%;
    flex-shrink: 0;
  }

}


.thumbnail img {
  height: 100%;
  transition: transform .3s ease;
  /* ゆっくり変化させる */
}

.news_content:hover .thumbnail img {
  transform: scale(1.05);
  /* 拡大 */
}

.news_content_bottom {
  margin-top: 18px;
}

@media (max-width:920px) {
  .news_content_bottom {
    margin-top: 0;
  }
}

.category__date {
  display: flex;
  align-items: center;
  gap: 13px;
}

@media (max-width:920px) {
  .category__date {
    flex-direction: column;
    align-items: baseline;
    gap: 4px;
  }
}

/* @media (max-width:768px) {
  .category__date {
    flex-direction: column;
    align-items: baseline;
    gap: 4px;
  }
} */

.category-name {
  background-color: var(--color-white);
  color: var(--color-navy);
  border: 1px solid var(--color-navy);
  font-size: 10px;
  letter-spacing: 0.15em;
  font-weight: 700;
  padding: 4px 10px;
  width: 114px;
  text-align: center;
  transition: color .3s ease, background-color .3s ease;
}

.news_content:hover .category-name {
  color: var(--color-white);
  background-color: var(--color-navy);
}

.date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

@media (max-width:920px) {
  .date {
    font-size: 12px;
    line-height: normal;
    margin: 0 0 10px;
  }
}

/* @media (max-width:768px) {
  .date {
    font-size: 12px;
    line-height: normal;
    margin: 0 0 10px;
  }
} */
.title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 4px;
}

@media (max-width:920px) {
  .title {
    font-size: 14px;
    line-height: 2;
  }
}

/* @media (max-width:768px) {
  .title {
    font-size: 14px;
    line-height: 2;
  }
} */

.news_and_blog_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 51px;
}

@media (max-width:1450px) {
  .news_and_blog_bottom {
    flex-direction: column;
    align-items: baseline;
    gap: 24px;
    margin-top: 35px;
  }
}

/* カテゴリースライダー */
.swiper_categoryName_container {
  /* max-width: 580px;
  overflow: hidden; */
  /* position: relative; */
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 580px;
}

.swiper_categoryName {
  max-width: 497px;
  overflow: hidden;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev_categoryName,
.swiper-button-next_categoryName {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev_categoryName::after,
.swiper-button-next_categoryName::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 100%;
  display: block;
  /* position: absolute;
  top: 0; */
  cursor: pointer;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev_categoryName::after {
  background-image: url(../img/top/category_swiper_arrow_prev.svg);
  /* left: -39px; */
}

/* 次への矢印カスタマイズ */
.swiper-button-next_categoryName::after {
  background-image: url(../img/top/category_swiper_arrow_next.svg);
  /* right: -39px; */
}

.swiper-slide.categoryName {
  width: fit-content !important;
}

/* 画像サイズ調整 */
.swiper-slide.categoryName img {
  height: auto;
  width: 100%;
}

.category_item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.news_category_name,
.slash {
  color: var(--color-black);
  font-size: 12px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.05em;
  display: inline;
}

/* .swiper-slide {
  width: auto !important;
} */

.news_content_archiveContainer {
  display: flex;
  align-items: center;
  gap: 33px;
}

@media (max-width:920px) {
  .news_content_archiveContainer {
    flex-direction: column;
    align-items: baseline;
    gap: 21px;
  }
}

.more.news_content_archive {
  max-width: 120px;
}



/* ==============私たちについて=============== */
.about_us {
  background: var(--color-lite-gray);
  padding: 172px 0 200px;
}



@media (max-width:768px) {
  .about_us {
    padding: 80px 0;
  }
}

.about_us_container {
  margin: 0 auto;
  max-width: 1600px;
}

.home_section_title.about_us_title {
  /* font-size: 40px; */
  font-size: clamp(24px, 2.5vw, 40px);
  line-height: 1.625;
}

@media (max-width:768px) {
  .home_section_title.about_us_title {
    font-size: 28px;
    line-height: 1.5
  }
}

.about_us_img_container {
  position: relative;
  width: min(84.5vw, 1352px);
  margin-top: -526px;
}

@media (max-width:768px) {
  .about_us_img_container {
    width: 89.42857142857143vw;
    margin-top: -140px;
  }
}

.about_us_img {
  width: min(84.5vw, 1352px);
  position: relative;
  z-index: 2;
}

@media (max-width:768px) {
  .about_us_img {
    width: 89.42857142857143vw;
  }
}

.wood_about_us {
  width: min(16.6875vw, 267px);
  position: absolute;
  z-index: 1;
  top: -30px;
  /* right: -43px; */
  right: -3%;
}

@media (max-width:768px) {
  .wood_about_us {
    width: 37.142857142857146vw;
    top: -21px;
    right: -8%;
  }
}


.about_us_mainText {
  background: var(--color-white);
  max-width: 1117px;
  padding: 80px 117px 76px 137px;
  display: flex;
  justify-content: space-between;
  gap: 85px;
  margin-top: -186px;
  margin-left: min(25.5vw, 408px);
  position: relative;
  z-index: 3;
}

@media (max-width:1500px) {
  .about_us_mainText {
    gap: 40px;
    padding: 80px;
  }
}

@media (max-width:1270px) {
  .about_us_mainText {
    flex-direction: column;
    gap: 21px;
    max-width: 600px;
  }
}

@media (max-width:768px) {
  .about_us_mainText {
    flex-direction: column;
    gap: 21px;
    padding: 45px 36px 51px 40px;
    max-width: 330px;
    margin: -44px 0 0 auto;
  }
}

@media (max-width:425px) {
  .about_us_mainText {
    margin: -44px 0 0 20px;
  }
}

.about_us_mainText_right {
  max-width: 455px;
}

@media (max-width:1270px) {
  .about_us_mainText_right {
    max-width: none;
  }
}

.about_us_text {
  font-size: 16px;
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 0.001em;
  margin-bottom: 23px;
}

@media (max-width:768px) {
  .about_us_text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.0009em;
    margin-bottom: 0;
  }
}

@media (max-width:768px) {
  .about_us_more {
    margin-top: 12px;
  }
}