@charset "utf-8";
/* mv
======================================== */
#t-mv .mv-inr {
  position: relative;
  z-index: 10;
}

#t-mv .mv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  writing-mode: vertical-rl;
  font-size: var(--fs-xxxl);
  font-weight: 700;
  line-height: 1;
  gap: 10px;
  overflow: visible;
}

#t-mv .mv-txt {
  position: relative;
  display: inline-block;
  opacity: 0;
  background-color: var(--color-white);
  padding: 8px;
  box-shadow: 6px 5px 0 rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}

#t-mv .swiper,
#t-mv .swiper-wrapper,
#t-mv .swiper-slide {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#t-mv .swiper-wrapper {
  height: 374px;
  display: flex;
}

#t-mv .swiper-slide.mv-slide {
  width: auto;
  height: 374px;
  margin-right: 10px;
}

#t-mv .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}

#t-mv .swiper-top {
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  #t-mv .mv-ttl {
    font-size: var(--fs-xl);
  }
  #t-mv .swiper-wrapper {
    height: 200px;
  }
  #t-mv .swiper-slide.mv-slide {
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  #t-mv .swiper-wrapper {
    height: 160px;
  }
  #t-mv .swiper-slide.mv-slide {
    height: 160px;
  }
}

/* service
======================================== */
#t-service {
  position: relative;
  z-index: 10;
}
#t-service .ser-copy {
  padding-top: 24px;
  padding-bottom: 24px;
}

#t-service .ser-copy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#t-service .ser-about-link {
  position: absolute;
  top: -72px;
  left: 5%;
  width: 185px;
  height: 187px;
  z-index: 10;
}

#t-service .ser-about-link img {
  display: block;
  width: 100%;
}

#t-service .ser-copy-bg {
  position: absolute;
  top: 0;
  right: 5%;
  width: 107px;
  height: 80px;
}

@media screen and (max-width: 1400px) {
  #t-service .ser-copy {
    max-width: 750px;
  }
  #t-service .ser-about-link {
    top: -72px;
    left: 5%;
    width: 185px;
    height: 187px;
  }
}
@media screen and (max-width: 1300px) {
  #t-service .ser-about-link {
    width: 150px;
    height: 150px;
    top: -50px;
  }
}

@media screen and (max-width: 1200px) {
  #t-service .ser-copy {
    max-width: 600px;
  }
}

@media screen and (max-width: 1000px) {
  #t-service .ser-copy {
    max-width: 550px;
  }
}

@media screen and (max-width: 960px) {
  #t-service .ser-about-link {
    top: -80px;
    width: 130px;
    height: 130px;
  }
  #t-service .ser-copy-bg {
    right: 1.5%;
  }
}

@media screen and (max-width: 600px) {
  #t-service .ser-about-link {
    top: -64px;
    width: 100px;
    height: 100px;
  }
  #t-service .ser-copy-bg {
    right: 0;
    transform: translateX(50%);
  }
}

/* service1 */
#t-service .ser1-bg {
  background-color: var(--color-gray-light);
  padding: 50px 0;
  position: relative;
  z-index: -2;
}

#t-service .ser1-inr {
  position: relative;
  z-index: 1;
}

#t-service .ser1-hd {
  flex-wrap: nowrap;
  gap: 24px;
  padding-bottom: 32px;
}

#t-service .ser1-ttl-img {
  width: auto;
  height: 300px;
  aspect-ratio: 333/ 300;
  flex-shrink: 0;
  margin-top: calc(-50px - 16px);
}

#t-service .ser1-ttl-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#t-service .ser1-link {
  flex-shrink: 1;
  width: 100%;
}

#t-service .ser1-link .grad-btn {
  text-align: right;
  padding-bottom: 24px;
}

#t-service .ser1-link-img {
  gap: 8px;
  flex-wrap: nowrap;
}

#t-service .ser1-link-img {
  width: calc(50% - 4px);
  aspect-ratio: 230/ 153;
}

#t-service .ser1-list {
  gap: 4px;
  justify-content: center;
}

#t-service .ser1-item {
  background-color: var(--color-blue);
  width: calc(25% - 4px);
  padding: 16px 0;
  text-align: center;
  color: var(--color-white);
  line-height: 1;
  font-size: var(--fs-base);
}

/* 背景 */
#t-service .ser1-bg-img.left {
  position: absolute;
  bottom: -92px;
  left: -30%;
  transform: translateX(-50%);
  width: 515px;
  height: 384px;
  z-index: -1;
}

#t-service .ser1-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#t-service .ser1-bg-img.right {
  position: absolute;
  width: 107px;
  height: 80px;
  bottom: 5%;
  z-index: -1;
  left: 100%;
  transform: translateX(50%);
}

@media screen and (max-width: 1200px) {
  #t-service .ser1-bg-img.left {
    left: -200px;
    width: 400px;
    height: 280px;
  }
  #t-service .ser1-bg-img.right {
    left: initial;
    right: 0;
    transform: translateX(80%);
  }
}

@media screen and (max-width: 1100px) {
  #t-service .ser1-ttl-img {
    height: 280px;
  }
  #t-service .ser1-bg-img.left {
    left: 0;
    transform: translateX(-80%);
  }
}

@media screen and (max-width: 960px) {
  #t-service .ser1-item {
    width: calc(25% - 4px);
  }
}

@media screen and (max-width: 800px) {
  #t-service .ser1-ttl-img {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  #t-service .ser1-hd {
    flex-direction: column;
    padding-bottom: 24px;
  }
  #t-service .ser1-link {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
  #t-service .ser1-link .grad-btn {
    padding-bottom: 0;
    text-align: center;
  }

  #t-service .ser1-item {
    width: calc(50% - 4px);
    font-size: var(--fs-sm);
    letter-spacing: 0.05em;
  }
  #t-service .ser1-bg-img.left {
    bottom: 10%;
  }
}

@media screen and (max-width: 600px) {
  #t-service .ser1-bg-img.left {
    transform: translateX(-90%);
  }
}

/* service2~3 */
#t-service .ser-ttl {
  margin-bottom: 24px;
}
#t-service .ser-desc {
  padding-bottom: 24px;
}
/* service2 */
#t-service .ser2 {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

#t-service .ser2-img img {
  width: 50%;
  height: 266px;
  aspect-ratio: 430/ 266;
  object-fit: cover;
}

#t-service .ser2-bg {
  position: absolute;
  z-index: -1;
}

#t-service .ser2-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#t-service .ser2-bg.left {
  right: 100%;
  bottom: 40px;
  width: 48px;
  height: 48px;
}
#t-service .ser2-bg.right {
  left: 100%;
  top: 48px;
  transform: translateX(50%);
  width: 238px;
  height: 231px;
}

@media screen and (max-width: 1400px) {
  #t-service .ser2-bg.left {
    right: initial;
    left: 0;
    transform: translateX(-50%);
  }
  #t-service .ser2-bg.right {
    transform: initial;
  }
}

@media screen and (max-width: 1200px) {
  #t-service .ser2-bg.right {
    transform: translateX(-20%);
    width: 20vw;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  #t-service .ser2-bg.right {
    left: initial;
    top: 16px;
    right: 0;
    transform: translateX(60%);
  }
  #t-service .ser2-bg.left {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 768px) {
  #t-service .ser2 .ser-desc {
    padding-bottom: 24px;
  }
  #t-service .ser2-img {
    flex-direction: column;
    gap: 16px;
  }
  #t-service .ser2-img img {
    width: 100%;
    height: auto;
  }
}

/* service3 */
#t-service .ser3-inr {
  gap: 32px;
}
#t-service .ser3-img {
  width: 378px;
  aspect-ratio: 651/368;
}
#t-service .ser3-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#t-service .ser3-hd {
  flex: 1;
}

@media screen and (max-width: 960px) {
  #t-service .ser2-img img {
    height: 200px;
  }
  #t-service .ser3-img {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  #t-service .ser3-inr {
    flex-direction: column-reverse;
    gap: 24px;
  }
  #t-service .ser3-desc {
    padding-bottom: 0;
  }
  #t-service .ser3-img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 378 / 183;
  }
}

/* service-slide */
#t-service .ser-slide-desc p {
  font-size: var(--fs-md-2);
  text-align: center;
  padding-bottom: 24px;
  color: var(--color-steel-blue);
  font-weight: 900;
}

#t-service .swiper-slide {
  height: 240px;
  width: 353px;
  aspect-ratio: 353/240;
  margin-right: 10px;
}

#t-service .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#t-service .grad-btn-icon {
  text-align: center;
}

#t-service .ser-bg {
  position: absolute;
  z-index: -1;
}

#t-service .ser-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#t-service .ser-bg.left {
  left: 0;
  bottom: 112px;
  width: 272px;
  height: 133px;
  transform: translateY(50%);
}

#t-service .ser-bg.right {
  width: 407px;
  height: 187px;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1500px) {
  #t-service .ser-bg.left {
    transform: translateY(50%) translateX(-50%);
  }
  #t-service .ser-bg.right {
    transform: translateX(50%);
  }
}

@media screen and (max-width: 1200px) {
  #t-service .swiper-slide {
    width: 300px;
    height: auto;
  }
}

@media screen and (max-width: 960px) {
  #t-service .ser-bg.left {
    width: 30vw;
    height: auto;
  }
  #t-service .ser-bg.right {
    right: -80px;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  #t-service .swiper-slide {
    width: 200px;
    height: auto;
  }

  #t-service .ser2-bg.left,
  #t-service .ser-bg.right {
    display: none;
  }
  #t-service .ser-bg.left {
    bottom: 80px;
  }
}

/* アフターメンテナンス
======================================== */
#t-am .am-cards {
  gap: 16px;
  padding-bottom: 72px;
}

#t-am .am-card {
  width: calc(33.333% - 16px);
  align-items: center;
  box-shadow: 5.8px 5.8px 0 rgba(70, 131, 192, 0.2);
  padding: 32px 40px;
}

#t-am .am-card-icon {
  height: 75px;
  margin-bottom: 24px;
}

#t-am .am-card-icon img {
  height: 100%;
  object-fit: contain;
}

#t-am .am-card-ttl {
  font-size: var(--fs-lg);
  color: var(--color-cyan-blue);
  line-height: 1.75;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-black-2);
  width: 100%;
  text-align: center;
}

#t-am .am-card-txt {
  padding-top: 20px;
}

#t-am .grad-btn {
  text-align: center;
}

@media screen and (max-width: 1100px) {
  #t-am .am-card {
    padding: 24px 24px 40px 24px;
  }
}

@media screen and (max-width: 960px) {
  #t-am .am-cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  #t-am .am-card {
    position: relative;
    width: 80%;
    box-shadow: 5.8px 5.8px 0 rgba(70, 131, 192, 0.2);
    border: 2.4px solid rgba(70, 131, 192, 0.2);
    padding: 24px 32px;
  }
  #t-am .am-card-icon {
    height: 50px;
    margin-bottom: 16px;
  }
  #t-am .am-card-ttl {
    padding-bottom: 12px;
  }
  #t-am .am-card-txt {
    padding-top: 16px;
  }
}

@media screen and (max-width: 600px) {
  #t-am .am-cards {
    padding-bottom: 40px;
  }
  #t-am .am-card {
    width: 100%;
  }
  #t-am .am-card-ttl {
    font-size: var(--fs-md);
  }
}

/* 会社案内
======================================== */
#t-company {
  position: relative;
}

#t-company::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: var(--color-gray-light-2);
  box-shadow: 7px 6px 0 rgba(0, 0, 0, 0.2);
}

#t-company .co-inr {
  padding-bottom: 32px;
}

#t-company .co-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: calc(100% + 64px);
  margin: 0 -32px;
  border-left: 32px solid var(--color-white);
  border-bottom: 32px solid var(--color-white);
  border-right: 32px solid var(--color-white);
}

#t-company .co-txt-inr {
  position: relative;
  padding: 56px 80px 48px 80px;
}

#t-company .co-logo {
  width: 420px;
  padding-bottom: 32px;
}

#t-company .co-txt {
  position: relative;
  z-index: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 60%;
  text-align: justify;
}

#t-company .co-txt:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: calc(100% + 200px + 60%);
  height: 100%;
  margin-left: -80px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: -1;
}

#t-company .co-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 355px;
  height: 294px;
  aspect-ratio: 355/294;
  object-fit: contain;
  z-index: 1;
}

#t-company .co-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#t-company .co-gallery {
  padding-top: 8px;
  background-color: var(--color-white);
  justify-content: space-between;
  gap: 8px;
}

#t-company .co-gallery img {
  width: calc(20% - 8px);
  height: 120px;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  #t-company .co-img {
    width: 30vw;
    height: auto;
  }
}

@media screen and (max-width: 960px) {
  #t-company .co-content {
    border-left: 16px solid var(--color-white);
    border-bottom: 16px solid var(--color-white);
    border-right: 16px solid var(--color-white);
    width: calc(100% + 32px);
    margin: 0 -16px;
    border-radius: 0;
  }
  #t-company .co-txt-inr {
    padding: 40px;
  }
  #t-company .co-logo {
    width: 320px;
  }

  #t-company .co-img {
    width: 25vw;
  }

  #t-company .co-txt {
    width: 70%;
  }

  #t-company .co-txt:before {
    width: calc(100% + 48px + 43%);
    margin-left: -24px;
  }
  #t-company .co-gallery {
    height: auto;
    gap: 4px;
  }
  #t-company .co-gallery img {
    width: calc(20% - 4px);
  }
}

@media screen and (max-width: 768px) {
  #t-company .co-txt-inr {
    padding: 32px 24px 24px 24px;
  }
  #t-company .co-logo {
    width: 240px;
  }
}

@media screen and (max-width: 600px) {
  #t-company .co-txt-inr {
    padding: 24px 16px;
  }
  #t-company .co-logo {
    width: 172px;
    padding-bottom: 24px;
  }
  #t-company .co-content {
    width: 100%;
    margin: 0;
    border-left: 10px solid var(--color-white);
    border-bottom: 10px solid var(--color-white);
    border-right: 10px solid var(--color-white);
  }
  #t-company .co-txt {
    width: 100%;
  }
  #t-company .co-img {
    top: 8px;
    bottom: initial;
  }
  #t-company .co-txt {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

/* blog
======================================== */
#t-blog {
  position: relative;
}

#t-blog .blog-bg {
  position: absolute;
  z-index: -1;
}

#t-blog .blog-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#t-blog .blog-bg.left {
  left: 0;
  bottom: 80px;
  width: 407px;
  height: 187px;
}

#t-blog .blog-bg.right {
  right: 0;
  bottom: 64px;
  width: 216px;
  height: 178px;
}

#t-blog .blog-content {
  padding-bottom: 48px;
}

@media screen and (max-width: 960px) {
  #t-blog .blog-bg.left {
    width: 30vw;
    height: auto;
    bottom: 40px;
    transform: translateX(-50%);
  }
  #t-blog .blog-bg.right {
    width: 20vw;
    height: auto;
    bottom: 24px;
    transform: translateX(50%);
  }
}

@media screen and (max-width: 768px) {
  #t-blog .blog-content {
    padding-bottom: 32px;
  }
}

/* works
======================================== */
#t-works {
  overflow: hidden;
}
#t-works .cmn-tab-contents {
  position: relative;
}

#t-works .cmn-tab-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: var(--color-gray-light);
  z-index: -1;
}

#t-works .grad-btn-icon.grad-btn {
  margin-bottom: 56px;
}
