@charset "utf-8";
.t-fv {
  background-color: #F8F1EA;
}
.t-fv__top {
  position: relative;
}
.top-fv__text {
      position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
    top: 20px;
    left: 20px;
    z-index: 10;
}
.top-fv__text--sp {
  display: none;
}
.img-box{
  width: 100%;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
.img-box>img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  object-fit: cover;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 35s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  80%{
    opacity: 0;
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
/* 2枚目のスライド */
.img-box>img:nth-of-type(2){
  animation-delay: 7s;
}
/* 3枚目のスライド */
.img-box>img:nth-of-type(3){
  animation-delay: 14s;
}
/* 4枚目のスライド */
.img-box>img:nth-of-type(4){
  animation-delay: 21s;
}
/* 5枚目のスライド */
.img-box>img:last-of-type{
  animation-delay: 28s;
}
.t-fv__title {
      width: clamp(6.25rem, -0.75rem + 14.58vw, 16.75rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  z-index: 100;
}
.t-fv__title--sp {
  display: none;
}

.t-fv-bottom__items {
      display: flex;
    column-gap: clamp(1.25rem, -1.25rem + 5.21vw, 5rem);
    justify-content: center;
    width: 100%;
}
.t-fv-bottom--sp {
  display: none;
}
.t-fv-bottom__item {
      font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 800;
}
/* header-toggle */
.t-fv-bottom__toggle {
      position: relative;
    display: flex;
      height: 100%;
    align-items: center;
  transition: .5s;
  cursor: pointer;
}
.t-fv-bottom__toggleBox {
      display: flex;
    align-items: center;
    column-gap: 8px;
}
.t-fv-bottom-toggle__box {
    visibility: hidden;
  opacity: 0;
    position: absolute;
   top: 48px;
    left: -35px;
      display: flex;
    flex-direction: column;
  transition: .5s;
}
.t-fv-bottom__toggle:hover .t-fv-bottom-toggle__box {
    visibility: visible;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    transition: .5s;
}
.t-fv-bottom__toggle:hover .t-fv-bottom__item--toggle {
  opacity: 0.5;
}
.t-fv-bottom__item--toggle {
  font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  font-weight: 800;
}
.t-fv-bottom__item--toggleIcon {
      width: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
    height: clamp(0.625rem, 0.458rem + 0.35vw, 0.875rem);
    border: 0;
    border-bottom: solid clamp(0.063rem, -0.08rem + 0.22vw, 0.188rem) #000;
    border-right: solid clamp(0.063rem, -0.08rem + 0.22vw, 0.188rem) #000;
    transform: rotate(45deg);
}
.t-fv-bottom--subBox {
    width: 100%;
      border-bottom: 1px solid #D0D0D0;
    background-color: #F8F2E9;
      display: flex;
    align-items: center;
    column-gap: 1em;
    padding: 8px 15px;
}
.t-fv-bottom__sub {
    white-space: nowrap;
    transition: .5s;
    font-size: clamp(0.875rem, 0.446rem + 0.67vw, 1.25rem);
  font-weight: 600;
  pointer-events: auto;
}
.t-fv-bottom--sub-icon {
      width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
} 

.t-about {
  padding-top: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.t-about__top {
      display: flex;
    justify-content: space-between;
    column-gap: clamp(2.5rem, -13.214rem + 24.55vw, 16.25rem);
  position: relative;
}
.t-about-deco {
      position: absolute;
    width: clamp(19.875rem, -0.208rem + 41.84vw, 50rem);
    right: 0;
    top: 50%;
}
.t-about-top__left {
      margin-top: clamp(5rem, -1.25rem + 13.02vw, 14.375rem);
    width: 34%;
    aspect-ratio: 640/365;
    object-fit: cover;
  position: relative;
}
.t-about-top__center {
      display: flex;
    flex-direction: row-reverse;
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
  position: relative;
}
.t__title {
    font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
    font-weight: 800;
}
.t-about__text {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    line-height: 2;
  font-weight: 400;
}
.t-section__title {
  width: clamp(21.875rem, 20.458rem + 2.95vw, 24rem);
}
.t-about-top__rihgt {
      margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    width: 20%;
  position: relative;
}
.t-section-title__main {
      font-size: 16px;
    font-weight: 800;
}
.t-section-title__line {
      margin-top: 8px;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.t-about__bottom {
      margin-top: 24px;
    padding-left: clamp(1.25rem, -24.75rem + 40.63vw, 24rem);
    padding-right: clamp(0rem, -6.857rem + 10.71vw, 6rem);
    display: flex;
    column-gap: clamp(1.25rem, -14.893rem + 25.22vw, 15.375rem);
    align-items: center;
}
.t-about-bottom__left {
  width: 25%;
}
.t-about-bottom__text {
      font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
    font-weight: 600;
    line-height: 3;
}
.t-about-bottom__rihgt {
  width: 75%;
}
.t-about-bottom__img1 {
        width: 64%;
    margin-left: auto;
    aspect-ratio: 574/328;
    object-fit: cover;
}
.t-about-bottom__img2 {
        width: 59%;
    margin-top: clamp(0.625rem, -0.446rem + 1.67vw, 1.563rem);
    aspect-ratio: 529/301;
    object-fit: cover;
}

.t-service {
  padding-top: clamp(7.5rem, 5.833rem + 3.47vw, 10rem);
  padding-bottom: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.t-service-title {
      display: flex;
    flex-direction: column;
    align-items: end;
}
.t-service__content {
        padding: 0 clamp(1.25rem, -32.25rem + 41.88vw, 18rem);
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.t-service__items {
      margin-top: clamp(4rem, 3.333rem + 1.39vw, 5rem);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: clamp(1.25rem, -1.25rem + 3.13vw, 2.5rem);
    row-gap: 32px;
}
.t-service__item {
      display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
}
.t-service-item__top {
  position: relative;
}
.t-service-item__img {
      aspect-ratio: 310/398;
    object-fit: cover;
}
.t-service-item__title {
      position: absolute;
        height: 20%;
    object-fit: contain;
    width: auto;
    bottom: 0;
}
.t-service-item__title--2 {
    position: absolute;
        height: 100%;
    object-fit: contain;
    width: auto;
    bottom: 0;
}
.t-service-item__title--3 {
    position: absolute;
        height: 50%;
    object-fit: contain;
    width: auto;
    bottom: 0;
    right: 0;
}
.t-service-item__title--4 {
    position: absolute;
        height: 50%;
    object-fit: contain;
    width: auto;
    bottom: 0;
}

.t-products {
      background-color: #E6DFD9;
    padding: clamp(2.5rem, 0.833rem + 3.47vw, 5rem) 0;
}
.t-products__inner {
  padding-left: clamp(1.25rem, -49rem + 55.83vw, 18rem);
}
.t-products__header {
      display: flex;
    align-items: center;
    justify-content: space-between;
}
.t-products__items {
      margin-top: clamp(2.5rem, 2.083rem + 0.87vw, 3.125rem);
    padding-right: clamp(1.25rem, -49rem + 55.83vw, 18rem);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: clamp(0.625rem, 0.208rem + 0.87vw, 1.25rem);
  row-gap: 20px;
}
.t-products__item {
      display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.t-products__img {
      aspect-ratio: 208/197;
    object-fit: cover;
}
.t-products__cate {
      display: flex;
    column-gap: 8px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.t-products-cate__text {
      font-size: 12px;
    font-weight: 600;
    border: 1px solid;
    padding: 0 8px;
    display: flex;
    align-items: center;
}
.t-products-item__title {
      font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 600;
}
.t-products__bottom {
      margin-top: clamp(2.5rem, 1.917rem + 1.22vw, 3.375rem);
    display: flex;
    justify-content: center;
}

.t-center {
  padding-top: clamp(5rem, 1.667rem + 6.94vw, 10rem);
}
.t-center__inner {
  padding-right: clamp(1.25rem, -11.75rem + 27.08vw, 20.75rem);
}
.t-center__container {
      display: flex;
    position: relative;
    padding-bottom: clamp(10.625rem, 6.25rem + 9.11vw, 17.188rem);
    column-gap: clamp(1rem, -5.292rem + 13.11vw, 10.438rem);
}
.t-center__img {
  width: 72%;
}
.t-center__text {
      line-height: 3;
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
}
.t-center__img2 {
      position: absolute;
    width: clamp(17.5rem, 7.75rem + 20.31vw, 32.125rem);
    bottom: clamp(1.25rem, -1.25rem + 5.21vw, 5rem);
    right: 0;
}

.t-news {
       background-color: #E6DFD9;
    padding-top: clamp(2.5rem, 1.167rem + 2.78vw, 4.5rem);
    padding-bottom: clamp(2.5rem, 1.167rem + 2.78vw, 4.5rem);
}
.t-news__inner {
  padding-right: clamp(1.25rem, -5.917rem + 14.93vw, 12rem);
}
.t-news__top {
  display: flex;
}
.t-news-top__left {
      display: flex;
    align-items: flex-start;
    column-gap: clamp(1rem, 0.333rem + 1.39vw, 2rem);
}
.t-news__title {
      display: flex;
    flex-direction: column-reverse;
    align-items: end;
    width: clamp(6.25rem, 2.417rem + 7.99vw, 12rem);
}
.t-news-top__content {
  display: flex;
}
.t-news-top__center {
      margin-left: clamp(2.5rem, -1.333rem + 7.99vw, 8.25rem);
    margin-right: clamp(1.25rem, -0.333rem + 3.3vw, 3.625rem);
    width: 32%;
    aspect-ratio: 565/315;
    object-fit: cover;
    height: max-content;
}
.t-news-top__rihgt {
      display: flex;
    flex-direction: column;
    row-gap: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
    padding-right: clamp(0rem, -4rem + 8.33vw, 6rem);
}
.t-news-top-right__sub {
      font-size: 14px;
    font-weight: 600;
}
.t-news-top-right__main {
    font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
    font-weight: 600;
}
.t-news-top-right__text {
  font-weight: 400;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
}
.t-news__bottom {
      margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}


@media (max-width: 1439px) {
  .t-products__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .t-service__content {
    padding: 0 clamp(1.25rem, -23.924rem + 52.45vw, 18rem);
  }
  .t-service__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1023px) {
  .top-fv__text {
    color: #000;
  }
  .t-fv__top {
    padding-top: 112px;
  }
  .img-box{
        aspect-ratio: 390/248;
    height: auto;
  }
  .img-box>img {
        aspect-ratio: 390/248;
    height: auto;
  }
  .t-fv__title {
    display: none;
  }
  .t-fv__title--sp {
    display: block;
    width: 110px;
        margin-left: auto;
    margin-right: auto;
    margin-bottom: 46px;
  }
  .t-fv__img {
    margin-top: 46px;
  }
  
  .t-fv-bottom__items {
        width: 100%;
    writing-mode: vertical-lr;
    flex-direction: column;
    row-gap: 40px;
  }
  .t-fv-bottom--sp {
    display: block;
  }
  .t-fv-bottom__toggle {
    display: none;
  }
  
  .t-news__top {
    column-gap: 40px;
  }
  .t-news-top__content {
        flex-direction: column;
    row-gap: 16px;
  }
  .t-news-top__center {
        margin: unset;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .top-fv__text {
    display: none;
  }
  .top-fv__text--sp {
        display: block;
    font-size: 10px;
    position: absolute;
    font-weight: 700;
    top: 20px;
    left: 20px;
    z-index: 10;
  }
  .t-about__top {
    flex-direction: column-reverse;
  }
  .t-about-top__left {
        height: auto;
    width: 80%;
    margin-left: clamp(0rem, -6.207rem + 25.46vw, 6rem);
  }
  .t-about-top__center {
        flex-direction: column;
    padding-left: clamp(1.25rem, -3.664rem + 20.16vw, 6rem);
    padding-right: clamp(1.25rem, -3.664rem + 20.16vw, 6rem);
  }
  .t-about__title {
    margin-top: 16px;
  }
  .t-about__text {
        margin-top: 35px;
    margin-bottom: 110px;
  }
  .t-about-top__rihgt {
        padding-left: clamp(1.25rem, -3.664rem + 20.16vw, 6rem);
    padding-right: clamp(1.25rem, -3.664rem + 20.16vw, 6rem);
    width: 100%;
  }
  .t-about__bottom {
        flex-direction: column;
    margin-top: 64px;
    row-gap: 64px;
    padding-left: unset;
  }
  .t-about-bottom__left {
        width: 100%;
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
  }
  .t-about-bottom__rihgt {
    width: 100%;
  }
  .t-about__btn {
    justify-content: flex-end;
  }
  .t-about-deco {
    right: clamp(1.25rem, -3.664rem + 20.16vw, 6rem);
  }
  
  .t-service__inner {
    padding: 0 clamp(1.25rem, -3.664rem + 20.16vw, 6rem);
  }
  .t-section__title {
    width: 100%;
  }
  .t-service-title {
    align-items: flex-start;
  }
  .t-service__content {
    padding: 0;
    align-items: flex-start;
  }
  .t-service__items {
    grid-template-columns: repeat(1, 1fr);
        margin-left: auto;
    margin-right: auto;
  }
  .t-service-item__img {
    max-width: 310px;
    aspect-ratio: 350/152;
  }
  .t-service-item__title {
    height: 40%;
  }
  .t-service-item__title--2,
  .t-service-item__title--3,
  .t-service-item__title--4 {
    height: 100%;
  }
  
  .t-products__items {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 20px;
  }
  .t-products__inner {
    padding: 0 clamp(1.25rem, -3.664rem + 20.16vw, 6rem);
  }
  .t-products__header {
        flex-direction: column-reverse;
    row-gap: 16px;
    align-items: flex-start;
  }
  .t-products-cate__text {
        font-size: 10px;
    padding: 0 2px;
  }
  
  .t-center__inner {
    padding: 0;
  }
  .t-center__container {
        flex-direction: column;
    padding-bottom: 120px;
  }
  .t-center__img {
        width: 95%;
    margin-left: auto;
  }
  .t-center__text {
        margin-top: 20px;
    text-align: center;
    padding: 0 20px;
  }
  .t-center__img2 {
        position: unset;
    margin-top: 40px;
    width: 70%;
  }
  
  .t-news__inner {
    padding: 0 clamp(1.25rem, -3.664rem + 20.16vw, 6rem);
  }
  .t-news__top {
        flex-direction: column;
    row-gap: 40px;
  }
  .t-news-top__left {
        flex-direction: column;
    row-gap: 16px;
  }
  .t-news__title {
    align-items: start;
  }
}

@media (max-width: 389px) {
  .top-fv__text--sp {
    left: clamp(0.25rem, -3.228rem + 17.39vw, 1rem);
    top: 10px;
  }
  .t-fv-bottom__items {
    row-gap: 20px;
  }
  .t-about-deco {
    width: 280px;
  }
  
  .t-products__items {
    grid-template-columns: repeat(1, 1fr);
  }
}