/**
 * Equipment Page Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Common First View Section
 *
 * @package TouwaNew
 */
.common-fv-section {
  position: relative;
  width: 100%;
  overflow: visible;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .common-fv-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.common-fv-section .common-fv-image {
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.common-fv-section .common-fv-image img {
  width: 86%;
  aspect-ratio: 14/5;
  object-fit: cover;
  object-position: right center;
}
.common-fv-section .common-fv-image .common-fv-image-pc {
  display: block;
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-image .common-fv-image-pc {
    display: none;
  }
}
.common-fv-section .common-fv-image .common-fv-image-sp {
  display: none;
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-image .common-fv-image-sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-image {
    justify-content: center;
  }
  .common-fv-section .common-fv-image img {
    width: 100%;
    aspect-ratio: auto;
    object-position: center;
  }
}
.common-fv-section .common-fv-bg {
  background-color: #0370b0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 0, 73% 100%, 0 100%);
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-bg {
    clip-path: none;
  }
}
.common-fv-section .common-fv-content {
  position: relative;
  z-index: 2;
  padding: 20px 0 calc(1em + 10px) 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1280px) {
  .common-fv-section .common-fv-content {
    padding-left: 14%;
  }
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-content {
    padding: 20px 20px;
    background-color: #0370b0;
  }
}
.common-fv-section .common-fv-content .common-fv-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(48px, 48px + 8 * (100vw - 769px) / 1151, 56px);
  color: #fff;
  line-height: 1.4;
  margin: 0 0 12px 0;
  max-width: 65%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-content .common-fv-title {
    font-size: clamp(24px, 24px + 4 * (100vw - 350px) / 418, 28px);
    margin: 0 0 8px 0;
    max-width: 100%;
  }
}
.common-fv-section .common-fv-content .common-fv-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 20px + 4 * (100vw - 769px) / 1151, 24px);
  color: #fff;
  margin: 0;
  line-height: 140%;
  max-width: 60%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.common-fv-section .common-fv-content .common-fv-description .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-content .common-fv-description .sp-only {
    display: inline;
  }
}
@media (max-width: 768px) {
  .common-fv-section .common-fv-content .common-fv-description {
    font-size: clamp(16px, 16px + 2 * (100vw - 350px) / 418, 18px);
    max-width: 100%;
  }
}

/**
 * Contact Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Mixins
 *
 * @package TouwaNew
 */
.contact-section {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-section {
    padding: 50px 0;
  }
}
.contact-section .contact-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.contact-section .contact-title {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(42px, 42px + 8 * (100vw - 769px) / 1151, 50px);
  color: #0370b0;
  margin: 0 0 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-section .contact-title {
    font-size: clamp(24px, 24px + 4 * (100vw - 350px) / 418, 28px);
    margin-bottom: 10px;
    line-height: 100%;
  }
}
.contact-section .contact-text {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 18px + 2 * (100vw - 769px) / 1151, 20px);
  margin: 0 0 30px 0;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-section .contact-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.contact-section .contact-tel {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 22px + 8 * (100vw - 769px) / 1151, 30px);
  color: #0370b0;
  margin: 0 0 4px 0;
}
.contact-section .contact-tel a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(40px, 40px + 10 * (100vw - 769px) / 1151, 50px);
  color: #0370b0;
  text-decoration: none;
  text-align: center;
}
.contact-section .contact-tel a:hover {
  color: color-mix(in srgb, #0370b0 80%, #000000 20%);
}
@media (max-width: 768px) {
  .contact-section .contact-tel {
    font-size: clamp(18px, 18px + 2 * (100vw - 350px) / 418, 20px);
    margin-bottom: 0;
    line-height: 1.2;
  }
  .contact-section .contact-tel a {
    font-size: clamp(24px, 24px + 6 * (100vw - 350px) / 418, 30px);
  }
}
.contact-section .contact-time {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 20px + 4 * (100vw - 769px) / 1151, 24px);
  color: #222222;
  margin: 0 0 35px 0;
}
@media (max-width: 768px) {
  .contact-section .contact-time {
    font-size: clamp(16px, 16px + 2 * (100vw - 350px) / 418, 18px);
    margin-bottom: 30px;
  }
}
.contact-section .btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 300px;
  height: 70px;
  padding: 0;
  background-color: #0370b0;
  border: 2px solid #0370b0;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  transition: color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.contact-section .btn-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.contact-section .btn-contact::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
  z-index: 2;
}
.contact-section .btn-contact:hover {
  color: #0370b0;
}
.contact-section .btn-contact:hover::before {
  transform: scaleX(1);
}
.contact-section .btn-contact:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230370b0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");
}
@media (max-width: 768px) {
  .contact-section .btn-contact {
    width: 270px;
    height: 50px;
    font-size: 18px;
  }
  .contact-section .btn-contact::after {
    right: 15px;
  }
}
.contact-section .btn-contact .arrow {
  display: none;
}

/**
 * Partner Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
.partner-section {
  position: relative;
  z-index: 10;
  padding: 80px 0;
  background-color: #fff;
  border-top: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .partner-section {
    padding: 40px 0;
  }
}
.partner-section .partner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .partner-section .partner-container {
    padding: 0 20px;
  }
}
.partner-section .partner-banners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .partner-section .partner-banners {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .partner-section .partner-banners {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.partner-section .partner-banner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}
.partner-section .partner-banner-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.partner-section .partner-banner-item img {
  max-width: 260px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/**
 * Equipment Posts Section
 *
 * @package TouwaNew
 */
.equipment-overview-parallax {
  height: 39vh;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 768px) {
  .equipment-overview-parallax {
    height: 30vh;
    min-height: 200px;
    background-attachment: scroll;
  }
}

.equipment-post-item {
  scroll-margin-top: 100px;
}
@media (max-width: 768px) {
  .equipment-post-item {
    scroll-margin-top: 70px;
  }
}

.equipment-posts-section {
  padding: 0;
  background-color: #fff;
  margin-top: 0;
}
@media (max-width: 768px) {
  .equipment-posts-section {
    padding: 0 0 40px;
    margin-top: 50px;
  }
}

.equipment-posts-container {
  max-width: 1440px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .equipment-posts-container {
    margin: 0;
  }
}

.equipment-posts-list {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 23.32px + 0.869vw, 40px);
}
@media (max-width: 768px) {
  .equipment-posts-list {
    gap: 30px;
  }
}

.equipment-post-item {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 10.66px + 0.695vw, 24px);
}
@media (max-width: 768px) {
  .equipment-post-item {
    gap: 16px;
  }
}

.equipment-post-header {
  display: flex;
  gap: clamp(24px, 13.32px + 1.39vw, 40px);
  align-items: flex-start;
}
@media (max-width: 768px) {
  .equipment-post-header {
    flex-direction: column;
    gap: 12px;
  }
}

.equipment-post-title {
  font-size: clamp(36px, 33.33px + 0.347vw, 40px);
  font-weight: 600;
  color: #0370b0;
  margin: 0;
  line-height: 1.4;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .equipment-post-title {
    font-size: clamp(20px, 16.65px + 0.957vw, 24px);
  }
}

.equipment-post-description {
  flex: 1;
  font-size: 0.875rem;
  color: #222222;
  line-height: 1.8;
}
.equipment-post-description p {
  margin: 0;
}
@media (max-width: 768px) {
  .equipment-post-description {
    font-size: 0.8125rem;
  }
}

.equipment-post-body {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .equipment-post-body {
    flex-direction: column;
    gap: 16px;
  }
}

.equipment-post-visuals {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  flex-shrink: 0;
}
.equipment-post-visuals .equipment-post-visual-main {
  width: clamp(235px, 31px + 20.42vw, 470px);
  height: clamp(251px, 91px + 20.85vw, 491px);
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .equipment-post-visuals .equipment-post-visual-main {
    width: 100%;
    height: auto;
    aspect-ratio: 36/25;
  }
}
.equipment-post-visuals .equipment-post-visual-thumbs {
  display: grid;
  grid-template-columns: repeat(2, min-content);
  gap: 13px;
}
@media (max-width: 768px) {
  .equipment-post-visuals .equipment-post-visual-thumbs {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 8px;
  }
}
.equipment-post-visuals .equipment-post-visual-thumb-wrapper {
  position: relative;
  width: clamp(75px, 21px + 6.95vw, 155px);
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .equipment-post-visuals .equipment-post-visual-thumb-wrapper {
    width: 100%;
  }
}
.equipment-post-visuals .equipment-post-visual-thumb-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0);
  transition: background-color 0.2s ease;
  pointer-events: none;
}
.equipment-post-visuals .equipment-post-visual-thumb-wrapper:hover::after {
  background-color: rgba(34, 34, 34, 0.25);
}
.equipment-post-visuals .equipment-post-visual-thumb-wrapper.is-active::after {
  background-color: rgba(34, 34, 34, 0.4);
}
.equipment-post-visuals .equipment-post-visual-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .equipment-post-visuals {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
}

.equipment-post-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 26px;
  background-color: #e7f2f9;
  padding: 20px;
  min-height: clamp(251px, 91px + 20.85vw, 491px);
}
@media (max-width: 768px) {
  .equipment-post-info {
    width: 100%;
    gap: 16px;
    min-height: auto;
  }
}
.equipment-post-info .equipment-post-contents {
  font-size: clamp(16px, 14.66px + 0.174vw, 18px);
  font-weight: 400;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.equipment-post-info .equipment-post-contents p {
  margin: 0;
}
@media (max-width: 768px) {
  .equipment-post-info .equipment-post-contents {
    font-size: clamp(14px, 12.33px + 0.478vw, 16px);
  }
}
.equipment-post-info .equipment-post-specs {
  padding-top: 26px;
  border-top: 1px solid #ccc;
}
@media (max-width: 768px) {
  .equipment-post-info .equipment-post-specs {
    padding-top: 16px;
  }
}
.equipment-post-info .equipment-post-specs.is-one-column {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.equipment-post-info .equipment-post-specs.is-two-columns {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .equipment-post-info .equipment-post-specs.is-two-columns {
    flex-direction: column;
    gap: 0;
  }
}
.equipment-post-info .equipment-post-specs .equipment-post-specs-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.equipment-post-info .equipment-post-specs .equipment-post-spec-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: clamp(16px, 14.66px + 0.174vw, 18px);
  font-weight: 400;
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .equipment-post-info .equipment-post-specs .equipment-post-spec-item {
    font-size: clamp(14px, 12.33px + 0.478vw, 16px);
  }
}
.equipment-post-info .equipment-post-specs .equipment-post-spec-item .equipment-post-spec-icon {
  width: 12px;
  height: 12px;
  background-color: #0370b0;
  flex-shrink: 0;
  margin-top: 4px;
}
.equipment-post-info .equipment-post-specs .equipment-post-spec-item .equipment-post-spec-text {
  flex: 1;
}

.equipment-post-item.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.equipment-post-item.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.equipment-posts-empty {
  text-align: center;
  color: #666;
  font-size: 1rem;
  padding: 40px 0;
}

/*# sourceMappingURL=style.css.map */
