@charset "UTF-8";
/**
 * Company 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;
}

/**
 * Company Pride Section Styles - TOUWA PRAIDE
 *
 * @package TouwaNew
 */
.company-pride {
  background-color: #fff;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .company-pride {
    padding-left: 0;
  }
}

.pride-content {
  display: flex;
  align-items: start;
  max-width: 1660px;
  margin-left: auto;
  gap: clamp(20px, 20px + 60 * (100vw - 769px) / 1151, 80px);
}
@media (max-width: 1024px) and (min-width: 769px) {
  .pride-content {
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .pride-content {
    flex-direction: column;
    max-width: none;
    margin-left: 0;
    gap: 8px;
  }
}

.pride-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .pride-text {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .pride-text {
    width: 100%;
    display: contents;
  }
}

.pride-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 24px + 18 * (100vw - 769px) / 1151, 42px);
  color: #0370b0;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  .pride-subtitle {
    font-size: clamp(20px, 20px + 2 * (100vw - 350px) / 418, 22px);
    margin-bottom: 0;
    order: 1;
    padding: 40px 20px 0;
  }
}

.pride-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(50px, 50px + 30 * (100vw - 769px) / 1151, 80px);
  color: #0370b0;
  margin: 0 0 clamp(12px, 12px + 12 * (100vw - 769px) / 1151, 24px) 0;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .pride-title {
    font-size: clamp(38px, 38px + 8 * (100vw - 350px) / 418, 46px);
    margin-bottom: 0;
    order: 2;
    padding: 0 20px 10px;
  }
}

.pride-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 18px + 2 * (100vw - 769px) / 1151, 20px);
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 768px) {
  .pride-description {
    font-size: 16px;
    order: 4;
    padding: 0 20px 40px;
  }
}

.pride-image {
  width: 57%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .pride-image {
    width: calc(100% - 20px * 2);
    aspect-ratio: 36/25;
    order: 3;
    margin: 0 20px;
  }
}
.pride-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  display: block;
}

/**
 * Company Vision Section Styles - TOUWA VISION
 *
 * @package TouwaNew
 */
.company-vision {
  background-color: #0370b0;
  position: relative;
  overflow: hidden;
}

.vision-image--pc {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .vision-image--pc {
    display: none;
  }
}
.vision-image--pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
  min-height: 500px;
}
@media (max-width: 768px) {
  .vision-inner {
    flex-direction: column;
    min-height: auto;
  }
}

.vision-image--sp {
  display: none;
  position: relative;
}
@media (max-width: 768px) {
  .vision-image--sp {
    display: block;
    margin-top: -60px;
  }
}
.vision-image--sp img {
  width: 100%;
  height: auto;
  display: block;
}

.vision-content {
  width: 62.5%;
  margin-left: auto;
  padding: 80px 50px 80px 0;
  color: #fff;
}
@media (max-width: 992px) {
  .vision-content {
    width: 65%;
    padding: 60px 40px 60px 0;
  }
}
@media (max-width: 768px) {
  .vision-content {
    width: 100%;
    margin-left: 0;
    padding: 40px 20px 40px;
  }
}

.vision-label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 22px + 6 * (100vw - 769px) / 1151, 28px);
  color: #fff;
  margin: 0 0 12px 0;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .vision-label {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.vision-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(34px, 34px + 6 * (100vw - 769px) / 1151, 40px);
  color: #fff;
  margin: 0 0 40px 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .vision-title {
    font-size: clamp(22px, 22px + 2 * (100vw - 350px) / 418, 24px);
    margin-bottom: 25px;
  }
}

.vision-items {
  display: flex;
  justify-content: flex-start;
  gap: clamp(15px, 15px + 15 * (100vw - 769px) / 1151, 30px);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .vision-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    max-width: 500px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.vision-item {
  width: calc((100% - clamp(30px, 30px + 30 * (100vw - 769px) / 1151, 60px)) / 3);
  max-width: 250px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .vision-item {
    width: 100%;
    max-width: none;
  }
  .vision-item:first-child {
    grid-column: 1/-1;
    width: calc((100% - 30px) / 2);
    justify-self: center;
  }
  .vision-item:nth-child(2), .vision-item:nth-child(3) {
    margin-top: -15px;
  }
}

.vision-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 22px + 16 * (100vw - 769px) / 1151, 38px);
  color: #fff;
  margin: 0 0 4px 0;
  line-height: 120%;
}
@media (max-width: 768px) {
  .vision-item-title {
    font-size: clamp(22px, 22px + 2 * (100vw - 350px) / 418, 24px);
    margin-bottom: 2px;
  }
}

.vision-item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + 16 * (100vw - 769px) / 1151, 32px);
  color: #fff;
  margin: 0;
  line-height: 120%;
}
@media (max-width: 768px) {
  .vision-item-text {
    font-size: clamp(16px, 16px + 2 * (100vw - 350px) / 418, 18px);
  }
}

.vision-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 20px + 4 * (100vw - 769px) / 1151, 24px);
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 768px) {
  .vision-description {
    font-size: 18px;
  }
}

/**
 * Company Philosophy Section Styles - TOUWA CORPORATE PHILOSOPHY
 *
 * @package TouwaNew
 */
.company-philosophy {
  background-color: #fff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .company-philosophy {
    padding: 40px 0 50px;
  }
}

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

.philosophy-label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 22px + 6 * (100vw - 769px) / 1151, 28px);
  color: #0370b0;
  margin: 0 0 4px 0;
  letter-spacing: 0.05em;
  line-height: 120%;
}
@media (max-width: 768px) {
  .philosophy-label {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.philosophy-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 24px + 4 * (100vw - 769px) / 1151, 28px);
  color: #222222;
  margin: 0 0 8px 0;
}
@media (max-width: 768px) {
  .philosophy-subtitle {
    font-size: clamp(22px, 22px + 2 * (100vw - 350px) / 418, 24px);
    margin-bottom: 15px;
  }
}

.philosophy-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 32px + 8 * (100vw - 769px) / 1151, 40px);
  color: #0370b0;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .philosophy-title {
    font-size: clamp(36px, 36px + 4 * (100vw - 350px) / 418, 40px);
    margin-bottom: 6px;
  }
}

.philosophy-title-line {
  display: inline;
}
@media (max-width: 768px) {
  .philosophy-title-line {
    display: block;
    line-height: 1.3;
  }
}

.philosophy-tagline {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 28px + 6 * (100vw - 769px) / 1151, 34px);
  color: #0370b0;
  margin: 0 0 15px 0;
}
@media (max-width: 768px) {
  .philosophy-tagline {
    font-size: clamp(22px, 22px + 2 * (100vw - 350px) / 418, 24px);
    margin-bottom: 15px;
  }
}

.philosophy-main {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .philosophy-main {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 20px;
  }
}

.philosophy-text {
  flex: 1;
}

.philosophy-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 18px + 2 * (100vw - 769px) / 1151, 20px);
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0;
}
@media (max-width: 768px) {
  .philosophy-description {
    font-size: 16px;
  }
}

.philosophy-image-main {
  flex-shrink: 0;
  width: 50%;
  aspect-ratio: 18/13;
  overflow: hidden;
}
@media (max-width: 768px) {
  .philosophy-image-main {
    width: 100%;
    aspect-ratio: 33/20;
  }
}
.philosophy-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}
@media (max-width: 768px) {
  .philosophy-image-main img {
    object-position: center calc(100% - 10px);
  }
}

.philosophy-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 15px + 4 * (100vw - 769px) / 1151, 20px);
  border: 1px solid #222222;
  padding: clamp(20px, 20px + 20 * (100vw - 769px) / 1151, 40px);
  padding-bottom: clamp(25px, 25px + 25 * (100vw - 769px) / 1151, 50px);
}
@media (max-width: 768px) {
  .philosophy-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 15px;
  }
}

.philosophy-item {
  text-align: center;
}

.philosophy-item-image {
  aspect-ratio: 5/3;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .philosophy-item-image {
    margin-bottom: 8px;
  }
}
.philosophy-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.philosophy-item-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #0370b0;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center;
}
.philosophy-item-caption .pc-text {
  font-size: clamp(16px, 16px + 4 * (100vw - 769px) / 1151, 24px);
  display: inline;
  font-weight: 600;
}
@media (max-width: 768px) {
  .philosophy-item-caption .pc-text {
    display: none;
  }
}
.philosophy-item-caption .sp-text {
  display: none;
}
@media (max-width: 768px) {
  .philosophy-item-caption .sp-text {
    display: inline;
    font-size: clamp(14px, 14px + 2 * (100vw - 350px) / 418, 16px);
    font-weight: 600;
  }
}

/**
 * Company Message Section Styles - 代表メッセージ
 *
 * @package TouwaNew
 */
.company-message {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .company-message {
    padding: 40px 0 50px;
  }
  .company-message::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #C9C9C9;
  }
}

.message-bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #E7F2F9;
  z-index: 0;
}
@media (max-width: 768px) {
  .message-bg-top {
    height: calc(114px + (100vw - 40px) * 0.467);
  }
}

.message-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: 0;
}
@media (max-width: 768px) {
  .message-bg-bottom {
    height: 65%;
  }
}

.message-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .message-container {
    padding: 0 20px;
  }
}

.message-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(34px, 34px + 6 * (100vw - 769px) / 1151, 40px);
  color: #0370b0;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .message-title {
    font-size: clamp(22px, 22px + 2 * (100vw - 350px) / 418, 24px);
    margin-bottom: 20px;
  }
}

.message-content {
  display: flex;
  align-items: stretch;
  gap: clamp(50px, 50px + 30 * (100vw - 769px) / 1151, 80px);
}
@media (max-width: 1279px) {
  .message-content {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .message-content {
    flex-direction: column;
    gap: 24px;
  }
}

.message-image {
  flex-shrink: 0;
  width: 47%;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .message-image {
    aspect-ratio: 37/32;
  }
}
@media (max-width: 768px) {
  .message-image {
    width: 100%;
    aspect-ratio: 9/7;
  }
}
.message-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}

.message-text {
  flex: 1;
}

.message-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 16px + 2 * (100vw - 769px) / 1151, 18px);
  color: #222222;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  .message-description {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.message-signature {
  display: flex;
  justify-content: flex-end;
}
.message-signature img {
  width: 66%;
  max-width: 393px;
  height: auto;
}
@media (max-width: 768px) {
  .message-signature img {
    width: 50%;
    max-width: 200px;
  }
}
.message-signature .signature-pc {
  display: block;
}
@media (max-width: 768px) {
  .message-signature .signature-pc {
    display: none;
  }
}
.message-signature .signature-sp {
  display: none;
}
@media (max-width: 768px) {
  .message-signature .signature-sp {
    display: block;
  }
}

/**
 * Company Profile Section Styles - 会社概要
 *
 * @package TouwaNew
 */
.company-profile {
  background-color: #fff;
  padding: 40px 0 80px 0;
}
@media (max-width: 768px) {
  .company-profile {
    padding: 40px 0 50px;
  }
}

.profile-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .profile-container {
    padding: 0 20px;
  }
}

.profile-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(34px, 34px + 6 * (100vw - 769px) / 1151, 40px);
  color: #0370b0;
  text-align: center;
  margin: 0 0 50px 0;
}
@media (max-width: 768px) {
  .profile-title {
    font-size: clamp(22px, 22px + 2 * (100vw - 350px) / 418, 24px);
    margin-bottom: 20px;
  }
}

.profile-table {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .profile-table {
    margin-bottom: 30px;
  }
}

.profile-row {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #222222;
}
@media (max-width: 768px) {
  .profile-row {
    flex-direction: column;
    padding: 10px 0;
  }
}

.profile-label {
  width: 180px;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + 2 * (100vw - 769px) / 1151, 18px);
  color: #222222;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .profile-label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
  }
}

.profile-content {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 16px + 2 * (100vw - 769px) / 1151, 18px);
  color: #222222;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .profile-content {
    font-size: 16px;
  }
}
.profile-content a {
  color: #222222;
  text-decoration: none;
}
.profile-content a:hover {
  text-decoration: underline;
}

.profile-location {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.profile-location:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .profile-location {
    margin-bottom: 12px;
  }
}

.location-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .location-name {
    margin-bottom: 0;
  }
}

.location-address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.profile-email {
  display: flex;
  margin-bottom: 4px;
}
.profile-email:last-child {
  margin-bottom: 0;
}

.email-label {
  width: 50px;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.profile-clients {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .profile-clients {
    flex-direction: column;
    gap: 0;
  }
}

.profile-clients-col {
  flex: 1;
}
@media (max-width: 768px) {
  .profile-clients-col {
    flex: none;
  }
}

.profile-slider-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .profile-slider-wrapper {
    max-width: 100%;
  }
}

.profile-slider {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .profile-slider {
    position: relative;
    display: block;
    gap: 0;
    overflow: hidden;
  }
}

.profile-slide {
  flex: 1;
  aspect-ratio: 347/240;
}
@media (max-width: 768px) {
  .profile-slide {
    width: 100%;
    aspect-ratio: 33/20;
    transition: opacity 0.5s ease;
  }
}
.profile-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}
@media (max-width: 768px) {
  .profile-slider-arrow {
    display: flex;
  }
}
.profile-slider-arrow span {
  display: block;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 2.5px 2.5px 0 0;
}

.profile-slider-prev {
  left: -12px;
  background: #fff;
  border: 1px solid #0370b0;
}
.profile-slider-prev:hover, .profile-slider-prev:active {
  background: #fff;
}
.profile-slider-prev span {
  border-color: #0370b0;
  transform: rotate(-135deg);
  margin-left: 2px;
}

.profile-slider-next {
  right: -12px;
  background: #0370b0;
  border: none;
}
.profile-slider-next:hover {
  background: rgb(2.1452513966, 80.0893854749, 125.8547486034);
}
.profile-slider-next span {
  border-color: #fff;
  transform: rotate(45deg);
  margin-right: 2px;
}

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