/**
 * Top Page Common Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Mixins
 *
 * @package TouwaNew
 */
/**
 * First View (Hero) Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Mixins
 *
 * @package TouwaNew
 */
.hero-section {
  position: relative;
  height: fit-content;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  display: grid;
}
@media (max-width: 768px) {
  .hero-section {
    height: auto;
    overflow: visible;
  }
}
.hero-section .hero-bg {
  width: 74%;
  height: 100%;
  z-index: 1;
  position: relative;
  display: inline-block;
  max-width: 1600px;
}
.hero-section .hero-bg img {
  display: block;
  width: 100%;
  height: auto;
  filter: contrast(1.6);
}
.hero-section .hero-bg .hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 43, 82, 0.8);
  filter: brightness(1.4) contrast(1.2);
  pointer-events: none;
  -webkit-mask-image: url("../../images/top/fv-bg-pc.webp");
  mask-image: url("../../images/top/fv-bg-pc.webp");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .hero-section .hero-bg-pc {
    display: none;
  }
}
.hero-section .hero-bg-sp {
  display: none;
}
@media (max-width: 768px) {
  .hero-section .hero-bg-sp {
    display: block;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-bg-sp-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .hero-section .hero-bg-sp-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.6);
  }
  .hero-section .hero-bg-sp-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 43, 82, 0.8);
    filter: brightness(1.4) contrast(1.2);
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-bg-sp-img {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .hero-section .hero-bg-sp-img .hero-sp-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 2s ease-in-out;
  }
  .hero-section .hero-bg-sp-img .hero-sp-slide.active {
    opacity: 1;
  }
  .hero-section .hero-bg-sp-img .hero-sp-slide:first-child {
    position: relative;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-sp-title-slides {
    position: absolute;
    bottom: 25px;
    left: 20px;
    z-index: 5;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-sp-title {
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    font-size: 1.75rem;
    color: #fff;
    text-align: left;
    margin: 0;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .hero-section .hero-sp-title.active {
    opacity: 1;
  }
  .hero-section .hero-sp-title:first-child {
    position: relative;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-sp-text {
    position: relative;
    z-index: 3;
    padding: 15px 12px 40px;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-sp-text-slides {
    position: relative;
    display: grid;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-sp-text-slide {
    opacity: 0;
    transition: opacity 2s ease-in-out;
    grid-area: 1/1;
    pointer-events: none;
    display: flex;
    flex-direction: column;
  }
  .hero-section .hero-sp-text-slide.active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-sp-description {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-sp-text .btn-darkblue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: color 0.3s ease;
    overflow: hidden;
    z-index: 1;
  }
  .hero-section .hero-sp-text .btn-darkblue .arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    z-index: 2;
  }
  .hero-section .hero-sp-text .btn-darkblue:hover .arrow {
    transform: translateY(-50%) translateX(4px);
  }
  .hero-section .hero-sp-text .btn-darkblue {
    width: 270px;
    height: 50px;
    padding: 0;
    background-color: transparent;
    align-self: center;
  }
  .hero-section .hero-sp-text .btn-darkblue::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }
  .hero-section .hero-sp-text .btn-darkblue:hover::after {
    transform: scaleX(1);
  }
}
.hero-section .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media (max-width: 768px) {
  .hero-section .hero-content {
    position: static;
    height: auto;
    display: block;
  }
}
.hero-section .hero-img {
  position: absolute;
  right: 0;
  bottom: 65px;
  width: 73%;
  height: auto;
  z-index: 2;
}
.hero-section .hero-img .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 1600px;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.hero-section .hero-img .hero-slide.active {
  opacity: 1;
}
.hero-section .hero-img .hero-slide:first-child {
  position: relative;
}
@media (max-width: 768px) {
  .hero-section .hero-img {
    display: none;
  }
}
.hero-section .hero-text {
  position: absolute;
  left: clamp(20px, 20px + 140 * (100vw - 1280px) / 640, 160px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: #fff;
  width: 60%;
}
@media (max-width: 1280px) {
  .hero-section .hero-text {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-text {
    display: none;
  }
}
.hero-section .hero-text-slides {
  position: relative;
}
.hero-section .hero-text-slide {
  opacity: 0;
  transition: opacity 2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hero-section .hero-text-slide.active {
  opacity: 1;
  pointer-events: auto;
}
.hero-section .hero-text-slide:first-child {
  position: relative;
}
@media (max-width: 768px) {
  .hero-section .hero-text-slide {
    display: none;
  }
}
.hero-section .hero-title {
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(30px, 30px + 35 * (100vw - 769px) / 1151, 65px);
  line-height: 120%;
  margin: 0 0 clamp(8px, 8px + 22 * (100vw - 769px) / 1151, 30px) 0;
}
@media (max-width: 768px) {
  .hero-section .hero-title {
    display: none;
  }
}
.hero-section .hero-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 18px + 4 * (100vw - 769px) / 1151, 22px);
  line-height: 160%;
  margin: 0 0 clamp(5px, 5px + 25 * (100vw - 769px) / 1151, 30px) 0;
}
@media (max-width: 768px) {
  .hero-section .hero-description {
    display: none;
  }
}
.hero-section .hero-text .btn-darkblue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transition: color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.hero-section .hero-text .btn-darkblue .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  z-index: 2;
}
.hero-section .hero-text .btn-darkblue:hover .arrow {
  transform: translateY(-50%) translateX(4px);
}
.hero-section .hero-text .btn-darkblue {
  padding: 0 20px;
  background-color: #023A6A;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 10px;
  width: 300px;
  height: 70px;
}
.hero-section .hero-text .btn-darkblue .arrow {
  right: 20px;
  transform: translateY(-50%) !important;
}
.hero-section .hero-text .btn-darkblue::after {
  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;
}
.hero-section .hero-text .btn-darkblue:hover {
  color: #023A6A;
  border-color: #023A6A;
}
.hero-section .hero-text .btn-darkblue:hover::after {
  transform: scaleX(1);
}
@media (max-width: 768px) {
  .hero-section .hero-text .btn-darkblue {
    display: none;
  }
}
.hero-section .hero-news-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  padding: 0 30px;
  height: 65px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-section .hero-news-bar {
    position: static;
    width: 100%;
    height: auto;
    padding: 14px 20px;
    background-color: #fff;
    display: block;
  }
}
.hero-section .news-bar-content {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222222;
  width: 47vw;
}
@media (max-width: 768px) {
  .hero-section .news-bar-content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 0 12px;
  }
}
.hero-section .news-label {
  font-weight: 600;
  font-size: clamp(20px, 20px + 4 * (100vw - 769px) / 1151, 24px);
  color: #0370b0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .hero-section .news-label {
    font-size: 12px;
    line-height: 1.2;
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 4px;
  }
}
.hero-section .news-divider {
  width: 2px;
  height: 28px;
  background-color: #0370b0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .hero-section .news-divider {
    display: none;
  }
}
.hero-section .news-item {
  display: none;
  align-items: center;
  gap: 16px;
  flex: 1 1 0;
  min-width: 0;
}
.hero-section .news-item.active {
  display: flex;
}
@media (max-width: 768px) {
  .hero-section .news-item {
    display: none;
    grid-column: 1;
    grid-row: 2/4;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .hero-section .news-item.active {
    display: flex;
  }
}
.hero-section .news-date {
  font-weight: 500;
  font-size: clamp(16px, 16px + 2 * (100vw - 769px) / 1151, 18px);
  color: #222222;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .hero-section .news-date {
    font-size: 14px;
    line-height: 1.4;
  }
}
.hero-section .news-title {
  font-weight: 500;
  font-size: clamp(16px, 16px + 2 * (100vw - 769px) / 1151, 18px);
  color: #222222;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 768px) {
  .hero-section .news-title {
    font-size: 14px;
    line-height: 1.4;
    flex: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
.hero-section .news-title:hover {
  text-decoration: underline;
}
.hero-section .news-pagination {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .hero-section .news-pagination {
    grid-column: 2;
    grid-row: 2/4;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    gap: 4px;
  }
}
.hero-section .news-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .hero-section .news-nav {
    gap: 2px;
  }
}
.hero-section .news-counter {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .hero-section .news-counter {
    font-size: 10px;
  }
}
.hero-section .news-nav-btn {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.2s ease;
  font-size: 0;
}
.hero-section .news-nav-btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 3px 3px 0 0;
}
.hero-section .news-nav-btn:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .hero-section .news-nav-btn {
    width: 16px;
    height: 16px;
  }
  .hero-section .news-nav-btn::before {
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
  }
}
.hero-section .news-prev::before {
  border-color: #D2D2D2;
  transform: rotate(-135deg);
}
.hero-section .news-next::before {
  border-color: #0370b0;
  transform: rotate(45deg);
}

/**
 * About Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Mixins
 *
 * @package TouwaNew
 */
.about-section {
  padding: 80px 0;
  padding-left: 50px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .about-section {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .about-section {
    padding: 0 0 40px 0;
  }
}
.about-section .about-container {
  display: flex;
  align-items: start;
  max-width: 1680px;
  margin-left: auto;
  gap: clamp(15px, 15px + 45 * (100vw - 769px) / 1151, 60px);
}
@media (max-width: 768px) {
  .about-section .about-container {
    flex-direction: column;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    gap: 8px;
  }
}
.about-section .about-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .about-section .about-content {
    width: 100%;
    display: contents;
  }
}
.about-section .about-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 36px + 14 * (100vw - 769px) / 1151, 50px);
  line-height: 1.4;
  color: #0370b0;
  margin: 0 0 clamp(12px, 12px + 12 * (100vw - 769px) / 1151, 24px) 0;
}
@media (min-width: 1279px) {
  .about-section .about-title {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .about-section .about-title {
    font-size: clamp(22px, 22px + 6 * (100vw - 350px) / 418, 28px);
    margin-top: 10px;
    margin-bottom: 8px;
    order: 2;
    padding: 0 20px;
  }
}
.about-section .about-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 18px + 2 * (100vw - 769px) / 1151, 20px);
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0 0 45px 0;
  color: #222222;
}
@media (min-width: 1281px) {
  .about-section .about-text {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .about-section .about-text {
    font-size: 16px;
    order: 3;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.about-section .btn-about {
  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", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  transition: color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.about-section .btn-about::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;
}
.about-section .btn-about:hover {
  color: #0370b0;
}
.about-section .btn-about:hover::before {
  transform: scaleX(1);
}
.about-section .btn-about .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  transition: color 0.3s ease;
  z-index: 2;
}
@media (max-width: 768px) {
  .about-section .btn-about {
    width: 270px;
    height: 50px;
    font-size: 18px;
    order: 4;
    margin: 0 auto;
  }
  .about-section .btn-about .arrow {
    right: 15px;
  }
}
.about-section .about-image {
  width: 58%;
  min-width: 0;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .about-section .about-image {
    width: 53%;
  }
}
@media (max-width: 992px) {
  .about-section .about-image {
    width: 53%;
  }
}
@media (max-width: 1024px) {
  .about-section .about-image {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .about-section .about-image {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    aspect-ratio: 390/223.65;
    order: 1;
  }
}
.about-section .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/**
 * Business Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Mixins
 *
 * @package TouwaNew
 */
.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}

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

.business-section {
  position: relative;
  padding: 80px 0;
  padding-right: 50px;
  background-color: transparent;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .business-section {
    padding-right: 20px;
  }
}
.business-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0370B0;
  clip-path: polygon(0 600px, 400px 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .business-section::before {
    clip-path: polygon(0 180px, 120px 0, 100% 0, 100% 100%, 0 100%);
  }
}
.business-section::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 80%;
  background-image: url("../../images/top/business_contents_bg.webp");
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .business-section::after {
    width: 70%;
    height: 40%;
  }
}
@media (max-width: 768px) {
  .business-section::after {
    background-image: url("../../images/top/business-bg-sp.webp");
    top: 10%;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: center top;
  }
}
@media (max-width: 768px) {
  .business-section {
    padding: 20px 0 40px;
    padding-right: 0;
  }
}
.business-section .business-container {
  display: flex;
  align-items: start;
  max-width: 1680px;
  margin-right: auto;
  gap: clamp(15px, 15px + 45 * (100vw - 769px) / 1151, 60px);
}
@media (max-width: 768px) {
  .business-section .business-container {
    flex-direction: column;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
    gap: 8px;
  }
}
.business-section .business-images {
  position: relative;
  z-index: 1;
  width: 58%;
  min-width: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1280px) {
  .business-section .business-images {
    width: 53%;
  }
}
@media (max-width: 992px) {
  .business-section .business-images {
    width: 53%;
  }
}
@media (max-width: 768px) {
  .business-section .business-images {
    width: calc(100% - 20px * 2);
    order: 1;
    margin: 0 20px;
  }
}
.business-section .business-image-item {
  width: 100%;
}
.business-section .business-image-item:first-child {
  width: 76%;
  margin-left: auto;
  max-width: 1500px;
}
@media (max-width: 768px) {
  .business-section .business-image-item:first-child {
    width: 70%;
    margin-left: 0;
  }
}
.business-section .business-image-item:nth-child(2) {
  width: 40%;
  margin-left: 0;
  margin-top: -22%;
  position: relative;
  z-index: 1;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .business-section .business-image-item:nth-child(2) {
    width: 45%;
    margin-left: auto;
    margin-top: -40%;
  }
}
.business-section .business-image-item:nth-child(3) {
  width: 35%;
  margin-left: auto;
  margin-top: -15%;
  right: 10%;
  position: relative;
  z-index: 2;
  max-width: 800px;
}
@media (max-width: 768px) {
  .business-section .business-image-item:nth-child(3) {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5%;
    right: -5%;
  }
}
.business-section .business-image-item img {
  width: 100%;
  height: auto;
  display: block;
}
.business-section .business-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .business-section .business-content {
    width: 100%;
    display: contents;
  }
}
.business-section .business-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 36px + 14 * (100vw - 769px) / 1151, 50px);
  line-height: 1.4;
  color: #fff;
  margin: 0 0 clamp(12px, 12px + 12 * (100vw - 769px) / 1151, 24px) 0;
}
@media (max-width: 768px) {
  .business-section .business-title {
    font-size: clamp(22px, 22px + 6 * (100vw - 350px) / 418, 28px);
    margin-top: -20px;
    margin-bottom: 8px;
    order: 2;
    padding: 0 20px;
  }
}
.business-section .business-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 18px + 2 * (100vw - 769px) / 1151, 20px);
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0 0 45px 0;
  color: #fff;
}
@media (min-width: 1281px) {
  .business-section .business-text {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .business-section .business-text {
    font-size: 16px;
    order: 3;
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
.business-section .btn-business {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 300px;
  height: 70px;
  padding: 0;
  background-color: #fff;
  border: 2px solid #0370b0;
  color: #0370b0;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  transition: color 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.business-section .btn-business::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0370b0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.business-section .btn-business:hover {
  border-color: #fff;
  color: #fff;
}
.business-section .btn-business:hover::before {
  transform: scaleX(1);
}
.business-section .btn-business .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  transition: color 0.3s ease;
  z-index: 2;
}
@media (max-width: 768px) {
  .business-section .btn-business {
    width: 270px;
    height: 50px;
    font-size: 18px;
    order: 4;
    margin: 0 auto;
  }
  .business-section .btn-business .arrow {
    right: 15px;
  }
}
.business-section .business-category {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .business-section .business-category {
    order: 5;
    width: 100%;
    padding: 0 20px;
    margin-top: 24px;
  }
}
.business-section .business-category .category-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(32px, 32px + 6 * (100vw - 769px) / 1151, 38px);
  color: #fff;
  margin: 0 0 15px 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .business-section .business-category .category-title {
    font-size: clamp(20px, 20px + 4 * (100vw - 350px) / 418, 24px);
    margin: 0 0 4px 0;
  }
}
.business-section .flange-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.business-section .flange-list li {
  border-bottom: 1px solid #fff;
}
.business-section .flange-list li:first-child {
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .business-section .flange-list li:first-child {
    border-top: none;
  }
}
.business-section .flange-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  color: #fff;
  text-decoration: none;
  font-size: clamp(22px, 22px + 4 * (100vw - 769px) / 1151, 26px);
  transition: opacity 0.3s ease;
  font-weight: 700;
}
@media (max-width: 768px) {
  .business-section .flange-list li a {
    font-size: clamp(16px, 16px + 2 * (100vw - 350px) / 418, 18px);
    padding: 5px 0;
  }
}
.business-section .flange-list li a:hover {
  opacity: 0.7;
}
.business-section .flange-list li a .arrow {
  color: #fff;
  font-weight: 700;
  padding-right: 16px;
}
.business-section .business-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 30px;
  background-color: rgb(2, 81, 149);
  padding: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .business-section .business-links {
    order: 6;
    width: calc(100% - 20px * 2);
    margin: 24px 20px 0;
    padding: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.business-section .business-link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  background-color: transparent;
  text-decoration: none;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s ease;
  position: relative;
}
.business-section .business-link-item:nth-child(1)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateX(50%);
}
.business-section .business-link-item:nth-child(3)::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateX(50%);
}
.business-section .business-link-item:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 10px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.business-section .business-link-item:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 10px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.business-section .business-link-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
@media (max-width: 768px) {
  .business-section .business-link-item {
    padding: 10px 6px;
  }
}
.business-section .business-link-item .link-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .business-section .business-link-item .link-icon {
    width: 80px;
    height: 55px;
    margin-bottom: 8px;
  }
}
.business-section .business-link-item .link-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.business-section .business-link-item .link-text {
  font-size: clamp(20px, 20px + 2 * (100vw - 769px) / 1151, 22px);
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 768px) {
  .business-section .business-link-item .link-text {
    font-size: clamp(14px, 14px + 2 * (100vw - 350px) / 418, 16px);
    text-align: center;
  }
}
.business-section .business-link-item .link-text .arrow {
  color: #fff;
  margin-left: 4px;
  padding-right: 16px;
}
@media (max-width: 768px) {
  .business-section .business-link-item .link-text .arrow {
    padding-right: 0;
  }
}
.business-section .business-link-item.catalog-links .link-icon {
  margin-bottom: 8px;
}
.business-section .business-link-item.catalog-links .catalog-link-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.business-section .business-link-item.catalog-links .catalog-link {
  color: #fff;
  text-decoration: none;
  font-size: clamp(16px, 16px + 2 * (100vw - 769px) / 1151, 18px);
  font-weight: 600;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .business-section .business-link-item.catalog-links .catalog-link {
    font-size: clamp(10px, 10px + 2 * (100vw - 350px) / 418, 12px);
  }
}
.business-section .business-link-item.catalog-links .catalog-link:hover:not(.is-disabled) {
  opacity: 0.7;
}
.business-section .business-link-item.catalog-links .catalog-link.is-disabled {
  pointer-events: none;
  cursor: default;
}
.business-section .business-link-item.catalog-links .catalog-link .arrow {
  color: #fff;
  margin-left: 4px;
  padding-right: 16px;
}

/**
 * Video Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Mixins
 *
 * @package TouwaNew
 */
.video-section {
  padding: 80px 0;
  padding-left: 50px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .video-section {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .video-section {
    padding: 0 0 40px;
    padding-left: 0;
  }
}
.video-section .video-container {
  display: flex;
  align-items: start;
  max-width: 1680px;
  margin-left: auto;
  gap: clamp(15px, 15px + 45 * (100vw - 769px) / 1151, 60px);
}
@media (max-width: 768px) {
  .video-section .video-container {
    flex-direction: column;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    gap: 8px;
  }
}
.video-section .video-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .video-section .video-content {
    width: 100%;
    display: contents;
  }
}
.video-section .video-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 36px + 14 * (100vw - 769px) / 1151, 50px);
  line-height: 1.4;
  color: #0370b0;
  margin: 0 0 clamp(12px, 12px + 12 * (100vw - 769px) / 1151, 24px) 0;
}
@media (max-width: 768px) {
  .video-section .video-title {
    font-size: clamp(22px, 22px + 6 * (100vw - 350px) / 418, 28px);
    margin-top: 10px;
    margin-bottom: 0;
    order: 2;
    padding: 0 20px;
  }
}
.video-section .video-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 18px + 2 * (100vw - 769px) / 1151, 20px);
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0 0 45px 0;
  color: #222222;
}
@media (min-width: 1281px) {
  .video-section .video-text {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .video-section .video-text {
    font-size: 16px;
    order: 3;
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
.video-section .video-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .video-section .video-buttons {
    order: 5;
    width: 100%;
    align-items: center;
    gap: 15px;
  }
}
.video-section .btn-youtube {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 300px;
  height: 70px;
  padding: 0;
  background-color: transparent;
  border: 2px solid #0370b0;
  color: #0370b0;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  transition: color 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.video-section .btn-youtube::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0370b0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.video-section .btn-youtube:hover {
  color: #fff;
}
.video-section .btn-youtube:hover::before {
  transform: scaleX(1);
}
.video-section .btn-youtube .arrow,
.video-section .btn-youtube .external-icon,
.video-section .btn-youtube svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  transition: color 0.3s ease;
  flex-shrink: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .video-section .btn-youtube {
    width: 270px;
    height: 50px;
    font-size: 18px;
    margin: 0 auto;
  }
  .video-section .btn-youtube .arrow,
  .video-section .btn-youtube .external-icon,
  .video-section .btn-youtube svg {
    right: 15px;
  }
}
.video-section .video-thumbnail-wrapper {
  width: 58%;
  min-width: 0;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .video-section .video-thumbnail-wrapper {
    width: 53%;
  }
}
@media (max-width: 992px) {
  .video-section .video-thumbnail-wrapper {
    width: 53%;
  }
}
@media (max-width: 768px) {
  .video-section .video-thumbnail-wrapper {
    width: 100%;
    order: 1;
    margin: 0;
  }
}
.video-section .video-thumbnail {
  position: relative;
}
.video-section .video-thumbnail a {
  display: block;
  position: relative;
}
.video-section .video-thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.video-section .video-thumbnail .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.video-section .video-thumbnail .video-play-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #fff;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .video-section .video-thumbnail .video-play-icon {
    width: 50px;
    height: 50px;
  }
  .video-section .video-thumbnail .video-play-icon::before {
    border-width: 10px 0 10px 16px;
    margin-left: 3px;
  }
}
.video-section .video-thumbnail a:hover .video-play-icon {
  background-color: rgba(3, 112, 176, 0.9);
}
.video-section .video-sub-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .video-section .video-sub-thumbnails {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .video-section .video-sub-thumbnails {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
.video-section .video-sub-item {
  display: block;
  position: relative;
  overflow: hidden;
}
.video-section .video-sub-item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.video-section .video-sub-item .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.video-section .video-sub-item .video-play-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}
@media (max-width: 768px) {
  .video-section .video-sub-item .video-play-icon {
    width: 30px;
    height: 30px;
  }
  .video-section .video-sub-item .video-play-icon::before {
    border-width: 6px 0 6px 9px;
    margin-left: 2px;
  }
}
.video-section .video-sub-item:hover .video-play-icon {
  background-color: rgba(3, 112, 176, 0.9);
}

/**
 * Equipment Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Mixins
 *
 * @package TouwaNew
 */
.equipment-section {
  position: relative;
  padding: 80px 0;
  padding-right: 50px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 1024px) {
  .equipment-section {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .equipment-section {
    padding: 0 0 40px;
    padding-right: 0;
  }
}
.equipment-section .equipment-container {
  display: flex;
  align-items: start;
  max-width: 1680px;
  margin-right: auto;
  gap: clamp(15px, 15px + 45 * (100vw - 769px) / 1151, 60px);
}
@media (max-width: 768px) {
  .equipment-section .equipment-container {
    flex-direction: column;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
    gap: 8px;
  }
}
.equipment-section .equipment-image {
  width: 58%;
  min-width: 0;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .equipment-section .equipment-image {
    width: 53%;
  }
}
@media (max-width: 992px) {
  .equipment-section .equipment-image {
    width: 53%;
  }
}
@media (max-width: 768px) {
  .equipment-section .equipment-image {
    width: 100vw;
    order: 1;
    margin: 0 auto;
  }
}
.equipment-section .equipment-image img {
  width: 100%;
  height: auto;
  display: block;
}
.equipment-section .equipment-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .equipment-section .equipment-content {
    width: 100%;
    display: contents;
  }
}
.equipment-section .equipment-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 36px + 14 * (100vw - 769px) / 1151, 50px);
  line-height: 1.4;
  color: #0370b0;
  margin: 0 0 clamp(12px, 12px + 12 * (100vw - 769px) / 1151, 24px) 0;
}
@media (max-width: 768px) {
  .equipment-section .equipment-title {
    font-size: clamp(22px, 22px + 6 * (100vw - 350px) / 418, 28px);
    margin-top: 10px;
    margin-bottom: 0;
    order: 2;
    padding: 0 20px;
  }
}
.equipment-section .equipment-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 18px + 2 * (100vw - 769px) / 1151, 20px);
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0 0 45px 0;
  color: #222222;
}
@media (min-width: 1281px) {
  .equipment-section .equipment-text {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .equipment-section .equipment-text {
    font-size: 16px;
    order: 3;
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
.equipment-section .btn-equipment {
  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", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  transition: color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.equipment-section .btn-equipment::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;
}
.equipment-section .btn-equipment:hover {
  color: #0370b0;
}
.equipment-section .btn-equipment:hover::before {
  transform: scaleX(1);
}
.equipment-section .btn-equipment .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  transition: color 0.3s ease;
  z-index: 2;
}
@media (max-width: 768px) {
  .equipment-section .btn-equipment {
    width: 270px;
    height: 50px;
    font-size: 18px;
    order: 4;
    margin: 0 auto;
  }
  .equipment-section .btn-equipment .arrow {
    right: 15px;
  }
}

/**
 * Products Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Mixins
 *
 * @package TouwaNew
 */
.products-section {
  position: relative;
  padding: 40px 0 80px;
  background-color: transparent;
  z-index: 0;
}
.products-section::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6fcff;
  clip-path: polygon(0 400px, 300px 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .products-section::before {
    top: 0;
    clip-path: none;
    background-color: #E7F2F9;
  }
}
@media (max-width: 768px) {
  .products-section {
    padding: 40px 0;
  }
}
.products-section .products-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.products-section .products-title {
  font-size: 2.55rem;
  font-weight: 700;
  line-height: 1.6;
  color: #0370B0;
  margin: 0 0 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .products-section .products-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.products-section .products-grid-pc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .products-section .products-grid-pc {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .products-section .products-grid-pc {
    display: none;
  }
}
.products-section .product-item img {
  width: 100%;
  height: auto;
  display: block;
}
.products-section .products-slider-wrapper {
  display: none;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .products-section .products-slider-wrapper {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    margin-bottom: 15px;
  }
}
.products-section .products-slider {
  overflow: hidden;
  padding-left: 20px;
}
.products-section .products-slider-track {
  display: flex;
  gap: 10px;
  transition: transform 0.4s ease;
}
.products-section .product-slide {
  flex: 0 0 calc((100vw - 20px - 25px) / 2.5);
  min-width: 0;
}
.products-section .product-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.products-section .products-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(34, 34, 34, 0.8);
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-section .products-slider-nav::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.products-section .products-slider-nav.prev {
  left: 20px;
}
.products-section .products-slider-nav.prev::before {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.products-section .products-slider-nav.next {
  right: 20px;
}
.products-section .products-slider-nav.next::before {
  transform: rotate(45deg);
  margin-right: 3px;
}
.products-section .products-slider-nav:active {
  background-color: rgba(34, 34, 34, 0.9);
}
.products-section .products-btn-wrap {
  text-align: center;
}
.products-section .btn-products {
  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;
}
.products-section .btn-products::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;
}
.products-section .btn-products:hover {
  color: #0370b0;
}
.products-section .btn-products:hover::before {
  transform: scaleX(1);
}
.products-section .btn-products .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  transition: color 0.3s ease;
  z-index: 2;
}
@media (max-width: 768px) {
  .products-section .btn-products {
    width: 270px;
    height: 50px;
    font-size: 18px;
  }
  .products-section .btn-products .arrow {
    right: 15px;
  }
}

/**
 * Recruit Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Mixins
 *
 * @package TouwaNew
 */
.recruit-section {
  position: relative;
  padding: 80px 0;
  padding-left: 50px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .recruit-section {
    padding-left: 20px;
  }
}
.recruit-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0370B0;
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
  z-index: 0;
}
@media (max-width: 768px) {
  .recruit-section::before {
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%, 0 60%);
  }
}
@media (max-width: 768px) {
  .recruit-section {
    padding: 40px 0;
    padding-left: 0;
  }
}
.recruit-section .recruit-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
  max-width: 1680px;
  margin-left: auto;
  gap: clamp(15px, 15px + 45 * (100vw - 769px) / 1151, 60px);
}
@media (max-width: 768px) {
  .recruit-section .recruit-container {
    flex-direction: column;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    gap: 8px;
  }
}
.recruit-section .recruit-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .recruit-section .recruit-content {
    width: 100%;
    display: contents;
  }
}
.recruit-section .recruit-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 36px + 14 * (100vw - 769px) / 1151, 50px);
  line-height: 1.4;
  color: #0370b0;
  margin: 0 0 clamp(12px, 12px + 12 * (100vw - 769px) / 1151, 24px) 0;
}
@media (max-width: 768px) {
  .recruit-section .recruit-title {
    font-size: clamp(22px, 22px + 6 * (100vw - 350px) / 418, 28px);
    margin-top: -20px;
    margin-bottom: 8px;
    order: 2;
    padding: 0 20px;
    color: white;
  }
}
.recruit-section .recruit-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 18px + 2 * (100vw - 769px) / 1151, 20px);
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0 0 45px 0;
  color: #222222;
}
@media (min-width: 1281px) {
  .recruit-section .recruit-text {
    width: 92%;
  }
}
@media (max-width: 768px) {
  .recruit-section .recruit-text {
    font-size: 16px;
    order: 3;
    padding: 0 20px;
    margin-bottom: 24px;
    color: white;
  }
}
.recruit-section .btn-recruit {
  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", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  transition: color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.recruit-section .btn-recruit::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;
}
.recruit-section .btn-recruit:hover {
  color: #0370b0;
}
.recruit-section .btn-recruit:hover::before {
  transform: scaleX(1);
}
.recruit-section .btn-recruit .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  transition: color 0.3s ease;
  z-index: 2;
}
@media (max-width: 768px) {
  .recruit-section .btn-recruit {
    width: 270px;
    height: 50px;
    font-size: 18px;
    order: 4;
    margin: 0 auto;
    border-color: #fff;
  }
  .recruit-section .btn-recruit .arrow {
    right: 15px;
  }
}
.recruit-section .recruit-image {
  width: 58%;
  min-width: 0;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .recruit-section .recruit-image {
    width: 53%;
  }
}
@media (max-width: 992px) {
  .recruit-section .recruit-image {
    width: 53%;
  }
}
@media (max-width: 768px) {
  .recruit-section .recruit-image {
    width: calc(100% - 20px * 2);
    order: 1;
    margin: 0 20px;
  }
}
.recruit-section .recruit-image img {
  width: 100%;
  height: auto;
  display: block;
}

/**
 * Area Section Styles
 *
 * @package TouwaNew
 */
/**
 * Variables
 *
 * @package TouwaNew
 */
/**
 * Mixins
 *
 * @package TouwaNew
 */
.area-section {
  position: relative;
  width: 100%;
  min-height: 450px;
}
@media (max-width: 768px) {
  .area-section {
    min-height: auto;
  }
}
.area-section .area-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-image-pc);
  background-size: 100% auto;
  background-position: center 70px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: grayscale(85%) contrast(1.15);
  z-index: 1;
}
.area-section .area-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.5);
}
@media (max-width: 992px) and (min-width: 769px) {
  .area-section .area-bg {
    background-position: center 56px;
  }
}
@media (max-width: 1200px) and (min-width: 769px) and (orientation: portrait) {
  .area-section .area-bg {
    background-size: cover;
    background-position: 60% 56px;
  }
}
@media (max-width: 768px) {
  .area-section .area-bg {
    background-image: var(--bg-image-sp);
    background-size: cover;
    background-position: 75% center;
    background-attachment: scroll;
    filter: none;
  }
  .area-section .area-bg::after {
    display: none;
  }
}
.area-section .area-container {
  position: relative;
  z-index: 2;
  max-width: 1680px;
  margin-left: auto;
  padding: 80px 0;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .area-section .area-container {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .area-section .area-container {
    max-width: none;
    margin-left: 0;
    padding: 40px 20px;
  }
}
.area-section .area-content {
  max-width: 550px;
  color: #fff;
}
@media (max-width: 768px) {
  .area-section .area-content {
    width: 100%;
    max-width: none;
  }
}
.area-section .area-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 24px + 6 * (100vw - 769px) / 1151, 30px);
  margin: 0 0 12px;
}
@media (max-width: 768px) {
  .area-section .area-label {
    font-size: clamp(16px, 16px + 2 * (100vw - 350px) / 418, 18px);
    margin-bottom: 8px;
  }
}
.area-section .area-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 36px + 14 * (100vw - 769px) / 1151, 50px);
  line-height: 1.4;
  margin: 0 0 clamp(12px, 12px + 12 * (100vw - 769px) / 1151, 24px) 0;
}
@media (max-width: 768px) {
  .area-section .area-title {
    font-size: clamp(22px, 22px + 6 * (100vw - 350px) / 418, 28px);
    margin-bottom: 8px;
  }
}
.area-section .area-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 18px + 2 * (100vw - 769px) / 1151, 20px);
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0 0 35px 0;
}
@media (max-width: 768px) {
  .area-section .area-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.area-section .btn-outline-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 300px;
  height: 70px;
  padding: 0;
  background-color: rgba(89, 89, 89, 0.7);
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  transition: color 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.area-section .btn-outline-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.area-section .btn-outline-white:hover {
  color: #595959;
  border-color: #595959;
}
.area-section .btn-outline-white:hover::before {
  transform: scaleX(1);
}
.area-section .btn-outline-white .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  transition: color 0.3s ease;
  z-index: 2;
}
@media (max-width: 768px) {
  .area-section .btn-outline-white {
    width: 270px;
    height: 50px;
    font-size: 18px;
  }
  .area-section .btn-outline-white .arrow {
    right: 15px;
  }
}
@media (max-width: 768px) {
  .area-section .area-btn-wrap {
    text-align: center;
  }
}

/**
 * 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;
}

.front-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.front-page .section-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #222222;
}
.front-page .section-title span {
  color: #0370b0;
  display: block;
}
@media (max-width: 768px) {
  .front-page .section-title {
    font-size: 1.375rem;
  }
}
.front-page .section-title-white {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .front-page .section-title-white {
    font-size: 1.125rem;
  }
}
.front-page .section-title-center {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #222222;
}
.front-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  min-width: 180px;
}
.front-page .btn .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.front-page .btn:hover {
  text-decoration: none;
}
.front-page .btn-primary {
  background-color: #0370b0;
  color: #fff;
  border-color: #0370b0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.front-page .btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004C99;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.front-page .btn-primary:hover {
  color: #fff;
}
.front-page .btn-primary:hover::after {
  transform: scaleX(1);
}
.front-page .btn-outline {
  background-color: transparent;
  color: #0370b0;
  border-color: #0370b0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.front-page .btn-outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0370b0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.front-page .btn-outline:hover {
  color: #fff;
}
.front-page .btn-outline:hover::after {
  transform: scaleX(1);
}
.front-page .btn-white {
  background-color: #fff;
  color: #0370b0;
  border-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.front-page .btn-white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.front-page .btn-white:hover {
  color: #0370b0;
}
.front-page .btn-white:hover::after {
  transform: scaleX(1);
}
.front-page .btn-outline-white {
  background-color: rgba(89, 89, 89, 0.7);
  color: #fff;
  border-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.front-page .btn-outline-white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.front-page .btn-outline-white:hover {
  color: #595959;
}
.front-page .btn-outline-white:hover::after {
  transform: scaleX(1);
}
.front-page .btn-outline-white:hover {
  border-color: #595959;
}

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