@charset "UTF-8";
.colorBlue {
  color: #166ea1 !important;
}

.colorWhite {
  color: #FFF !important;
}

.colorRed {
  color: #ed3b18 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-lg {
    max-width: 1172px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-lg-3, .col-lg-4, .col-lg-8, .col-lg-9, .col-xl-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}

.align-items-center {
  align-items: center !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (min-width: 768px) {
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.p-3 {
  padding: 1rem !important;
}

@media (min-width: 768px) {
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .me-md-3 {
    margin-right: 1rem !important;
  }
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 768px) {
  .me-md-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .ms-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }
}

.font-size14 {
  font-size: 0.875rem !important;
}

.font-size17 {
  font-size: 1.0625rem !important;
}

.font-size20 {
  font-size: 1.25rem !important;
}

.font-size24 {
  font-size: 1.5rem !important;
}

.font-size28 {
  font-size: 1.75rem !important;
}

.font-size30 {
  font-size: 1.875rem !important;
}

.font-size33 {
  font-size: 2.0625rem !important;
}

.bold900 {
  font-weight: 900 !important;
}

.lineheight1 {
  line-height: 1 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.radius6 {
  border-radius: 6px !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .order-md-0 {
    order: 0 !important;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.333333% !important;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.666667% !important;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.333333% !important;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.666667% !important;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25% !important;
  }
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.marginBtm80 {
  margin-bottom: 80px !important;
}

.marginBtm120 {
  margin-bottom: 120px !important;
}

.padY100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.padY60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.section {
  margin-bottom: 2rem;
}

.colorBlue {
  color: #166ea1 !important;
}

.colorWhite {
  color: #FFF !important;
}

.colorRed {
  color: #ed3b18 !important;
}

.pageTtl {
  height: 100px;
  background: #577b6f;
}
.pageTtl#service {
  background: url("../images/pages/ttl_bg_service.jpg") center top no-repeat;
  background-size: cover;
}
.pageTtl .container {
  height: 100%;
}
.pageTtl h2 {
  width: 100%;
  color: #FFF;
  text-shadow: 0px 0px 4px #333;
  font-weight: 700;
  text-align: center;
  font-size: 200%;
}
@media only screen and (min-width: 768px) {
  .pageTtl {
    height: 300px;
  }
  .pageTtl h2 {
    padding-top: 60px;
    font-size: 280%;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .pageTtl {
    height: 400px;
  }
  .pageTtl h2 {
    font-size: 320%;
    letter-spacing: 4px;
  }
}

.serviceBlueBack {
  background: #166ea1;
}
@media only screen and (min-width: 992px) {
  .serviceBlueBack {
    background: #166ea1 url("../images/pages/service_pic03.jpg") 66vw 50% no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .serviceBlueBack {
    background: #166ea1 url("../images/pages/service_pic03.jpg") 63vw 50% no-repeat;
  }
}

.ttlAboutFR {
  position: relative;
  color: #FFF;
  font-size: 160%;
  line-height: 1.5;
  font-weight: 900;
}
.ttlAboutFR .baloonFR {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -40px;
  left: -20px;
}
@media only screen and (min-width: 768px) {
  .ttlAboutFR {
    font-size: 200%;
  }
}
@media only screen and (min-width: 992px) {
  .ttlAboutFR .baloonFR {
    width: 100px;
    height: 100px;
    left: -60px;
  }
}
@media only screen and (min-width: 1200px) {
  .ttlAboutFR {
    padding-left: 0px;
    font-size: 260%;
  }
  .ttlAboutFR .baloonFR {
    width: 120px;
    height: 120px;
    top: -70px;
    left: -130px;
  }
}

.ttlSetsubi {
  height: 100px;
  background: url("../images/index/index_chatch01.jpg") 50% 50% no-repeat;
}
.ttlSetsubi .container {
  height: 100%;
}
.ttlSetsubi h3 {
  width: 100%;
  color: #FFF;
  text-shadow: 0px 0px 4px #333;
  font-weight: 900;
  letter-spacing: 6px;
}
@media only screen and (min-width: 768px) {
  .ttlSetsubi {
    height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .ttlSetsubi h3 {
    font-size: 300%;
  }
}
@media only screen and (min-width: 1200px) {
  .ttlSetsubi {
    height: 400px;
  }
}

.tableSetsubi {
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.tableSetsubi th, .tableSetsubi td {
  padding: 4px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-size: 90%;
  font-weight: 500;
}
.tableSetsubi th {
  background: #f7f7f7;
}
@media only screen and (min-width: 992px) {
  .tableSetsubi th, .tableSetsubi td {
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .tableSetsubi th, .tableSetsubi td {
    padding: 20px;
  }
}

.dlSetsubi dt {
  color: #168fa1;
  font-size: 110%;
}
.dlSetsubi dd {
  font-size: 90%;
  font-weight: 500;
}

.lightBlue {
  background: #e7f4f5;
}

.stacImgArea {
  position: relative;
}
.stacImgArea .stacBaloon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -15px;
  left: -15px;
}
@media only screen and (min-width: 768px) {
  .stacImgArea .stacBaloon {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -40px;
  }
}

.tableScroll {
  overflow-x: auto;
}

.btnSt02 a {
  display: inline-block;
  padding: 12px 24px;
  background: #ff8a00;
  color: #FFF;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s;
}
.btnSt02 a:hover {
  background: #ff9900;
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

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

.flex {
  display: flex;
}

.header {
  background-color: #ffffff;
  color: #1a2c4a;
  padding: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
.header.simple {
  background-color: #2c5282;
  margin-bottom: 30px;
}
.header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  min-height: 72px;
}
@media (max-width: 768px) {
  .header .header-container {
    gap: 12px;
    padding: 10px 0;
  }
}
.header .header-left {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header .header-left {
    flex: 1;
    min-width: 0;
  }
}
.header .header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.header .logo_img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .header .logo_img {
    width: 36px;
    height: 36px;
  }
}
.header .header-brand {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.header .header-brand__name {
  font-size: 18px;
  font-weight: 700;
  color: #1a2c4a;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .header .header-brand__name {
    font-size: 15px;
  }
}
.header .header-brand__sub {
  font-size: 11px;
  color: #6b7280;
  margin-top: 4px;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .header .header-brand__sub {
    font-size: 10px;
    margin-top: 2px;
  }
}
.header .header-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    flex-direction: column;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    z-index: 1000;
  }
  .header .header-nav.mobile-menu-open {
    display: flex;
  }
}
.header .header-nav .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
@media (max-width: 768px) {
  .header .header-nav .nav-menu {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 12px 0;
  }
}
.header .header-nav .nav-menu li {
  margin: 0;
}
@media (max-width: 768px) {
  .header .header-nav .nav-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .header .header-nav .nav-menu li:last-child {
    border-bottom: none;
  }
}
.header .header-nav .nav-menu li a {
  display: block;
  padding: 10px 16px;
  color: #1a2c4a;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  transition: color 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header .header-nav .nav-menu li a {
    padding: 14px 24px;
    font-size: 15px;
    border-radius: 0;
    width: 100%;
    text-align: left;
  }
}
.header .header-nav .nav-menu li a:hover {
  color: #3b82f6;
}
.header .header-nav .nav-menu li a.active {
  color: #2c5282;
  font-weight: 600;
}
@media (min-width: 769px) {
  .header .header-nav .nav-menu__contact {
    display: none;
  }
}
.header .header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #1a2c4a;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.header .header-cta:hover {
  background-color: #243d66;
  color: #ffffff;
}
.header .header-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .header .header-cta {
    display: none;
  }
}
.header .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #1a2c4a;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
}
.header .mobile-menu-toggle:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.header .mobile-menu-toggle .hamburger-line {
  width: 20px;
  height: 2px;
  background-color: #1a2c4a;
  margin: 2px 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
.header .mobile-menu-toggle .hamburger-line:nth-child(1) {
  transform: translateY(0);
}
.header .mobile-menu-toggle .hamburger-line:nth-child(2) {
  opacity: 1;
}
.header .mobile-menu-toggle .hamburger-line:nth-child(3) {
  transform: translateY(0);
}
.header .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.header .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.header .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav {
  display: none;
}

.page-header {
  background-color: #f8fafc;
  padding: 30px 0;
  border-bottom: 1px solid #e2e8f0;
}
.page-header h1 {
  font-size: 32px;
  color: #2c5282;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page-header h1 {
    font-size: 24px;
  }
}
.page-header .breadcrumb {
  margin-bottom: 0;
  font-size: 14px;
  color: #64748b;
}
.page-header .breadcrumb a {
  color: #3b82f6;
  text-decoration: none;
}
.page-header .breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-header .breadcrumb {
    font-size: 12px;
  }
}

.hero {
  background-color: #15294a;
  color: white;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.hero .hero-grid {
  display: grid;
  grid-template-columns: 7fr 3fr;
  min-height: 580px;
}
@media (max-width: 1024px) {
  .hero .hero-grid {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .hero .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.hero .hero-text {
  background-color: #15294a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .hero .hero-text {
    position: relative;
    display: flex;
    align-items: center;
    padding: 48px 24px;
    min-height: 280px;
  }
  .hero .hero-text::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(21, 41, 74, 0.45) 0%, rgba(21, 41, 74, 0.85) 100%);
    z-index: 1;
    pointer-events: none;
  }
}
.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(180deg, rgba(21, 41, 74, 0.4) 0%, rgba(21, 41, 74, 0.78) 65%, rgba(21, 41, 74, 0.92) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero::before {
    display: none;
  }
}
.hero .hero-text__inner {
  position: absolute;
  left: max(20px, (100vw - 1200px) / 2 + 20px);
  bottom: 48px;
  z-index: 2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}
@media (max-width: 1024px) {
  .hero .hero-text__inner {
    left: 24px;
    bottom: 32px;
  }
}
@media (max-width: 768px) {
  .hero .hero-text__inner {
    position: relative;
    left: auto;
    bottom: auto;
    text-shadow: none;
    z-index: 2;
  }
}
.hero h1 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.hero p {
  font-size: 15px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.85);
  max-width: none;
  margin: 0;
}
@media (max-width: 768px) {
  .hero p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.hero .hero-images {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  background-color: #15294a;
}
@media (max-width: 768px) {
  .hero .hero-images {
    grid-template-rows: 200px 200px;
  }
}
.hero .hero-images__top,
.hero .hero-images__bottom {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-content {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.main-content.homepage {
  background-color: transparent;
  box-shadow: none;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .main-content {
    padding: 20px;
  }
}

.section {
  margin-bottom: 50px;
}
.section-title {
  font-size: 32px;
  color: #2c5282;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.section-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #3b82f6;
  margin: 15px auto 0;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}
.section-title.small {
  font-size: 24px;
  border-left: 5px solid #2c5282;
  padding-left: 15px;
  text-align: left;
}
.section-title.small:after {
  display: none;
}
@media (max-width: 768px) {
  .section-title.small {
    font-size: 20px;
  }
}

.intro-section {
  text-align: center;
  margin-bottom: 40px;
}
.intro-section .intro-title {
  font-size: 32px;
  color: #2c5282;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .intro-section .intro-title {
    font-size: 24px;
  }
}
.intro-section .intro-subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  color: #666;
}
.intro-section .intro-description {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.content-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.content-text p {
  margin-bottom: 20px;
}

.image-container {
  text-align: center;
  margin: 30px 0;
}
.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.highlight-box {
  background-color: #f0f8ff;
  padding: 20px;
  border-left: 4px solid #2c5282;
  margin: 20px 0;
}

.highlight-text {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  padding: 30px;
  border-radius: 10px;
  margin: 30px 0;
}
.highlight-text h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.feature-list {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0;
}
.feature-list ul {
  list-style: none;
  padding-left: 0;
}
.feature-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.feature-list li:before {
  content: "●";
  color: #2c5282;
  position: absolute;
  left: 0;
}

.features {
  background-color: #ffffff;
  padding: 60px 0;
  margin: 0 -20px;
}
.features-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.feature-card {
  background-color: #f8fafc;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.feature-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #1e3a8a;
}
.feature-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

.feature-icon {
  width: 80px;
  height: 80px;
  background-color: #3b82f6;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: white;
}

.applications {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  padding: 60px 0;
  margin: 0 -20px;
}
.applications-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .applications-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.application-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.application-item:hover {
  transform: translateY(-3px);
}
.application-item h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #1e3a8a;
}
.application-item p {
  font-size: 14px;
  color: #64748b;
}

.advantages-grid {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.advantage-item {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.advantage-item h4 {
  color: #2c5282;
  margin-bottom: 10px;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
}
.about-text p {
  margin-bottom: 20px;
}

.about-image {
  text-align: center;
}
.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.company-history {
  background-color: #ffffff;
  padding: 60px 0;
  margin: 0 -20px;
}
.company-history .history-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.company-history .history-content h3 {
  font-size: 28px;
  color: #1e3a8a;
  margin-bottom: 30px;
}
.company-history .history-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #4b5563;
}

.equipment-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.equipment-table th,
.equipment-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .equipment-table th,
  .equipment-table td {
    padding: 5px;
    font-size: 12px;
  }
}
.equipment-table th {
  background-color: #2c5282;
  color: white;
  font-weight: bold;
}
.equipment-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.equipment-detail {
  margin: 30px 0;
  padding: 20px;
  background-color: #f8fafc;
  border-radius: 5px;
}
.equipment-detail h4 {
  color: #2c5282;
  margin-bottom: 10px;
  font-size: 18px;
}
.equipment-detail p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.process-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .process-flow {
    flex-direction: column;
  }
}

.process-step {
  flex: 1;
  min-width: 250px;
  background-color: #f0f8ff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.process-step h4 {
  color: #2c5282;
  margin-bottom: 15px;
  font-size: 16px;
}

.cta-button {
  margin-top: 20px;
  background-color: #dc2626;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}
.cta-button:hover {
  background-color: #b91c1c;
  transform: translateY(-2px);
}

.footer {
  background-color: #1e293b;
  color: white;
  padding: 40px 0 20px;
}
.footer-content {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .footer-content {
    text-align: center;
  }
}
.footer-section h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #60a5fa;
}
.footer-section p {
  margin-bottom: 10px;
  line-height: 1.6;
}
.footer-section a {
  color: #cbd5e1;
  text-decoration: none;
  line-height: 1.6;
}
.footer-section a:hover {
  color: white;
}
.footer-section .footer-menu {
  list-style: none;
}
.footer-section .footer-menu .footer-menu__item {
  margin-bottom: 10px;
}
.footer-section .footer-menu .footer-menu__item .footer-menu__sub {
  margin: 10px 0px 20px 20px;
  list-style: none;
}
.footer-section .footer-menu .footer-menu__item .footer-menu__sub__item {
  margin-bottom: 6px;
}
.footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 20px;
  text-align: center;
  color: #9ca3af;
}

.company-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .company-container {
    padding: 20px 15px;
  }
}

.company-header {
  text-align: center;
  margin-bottom: 60px;
}
.company-header h1 {
  font-size: 40px;
  color: #2c5282;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .company-header h1 {
    font-size: 32px;
  }
}

.company-intro {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .company-intro {
    font-size: 16px;
  }
}

.company-table-section {
  margin-top: 60px;
}

.company-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.company-table th {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  padding: 20px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  width: 180px;
  border-bottom: 1px solid #1e3a8a;
}
@media (max-width: 768px) {
  .company-table th {
    padding: 15px;
    width: 120px;
    font-size: 14px;
  }
}
.company-table td {
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 768px) {
  .company-table td {
    padding: 15px;
    font-size: 14px;
  }
}
.company-table td strong {
  color: #2c5282;
  font-weight: 600;
}
.company-table tr:hover {
  background-color: #f8fafc;
}
.company-table tr:last-child td,
.company-table tr:last-child th {
  border-bottom: none;
}
.company-table .contact-link {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
}
.company-table .contact-link:hover {
  color: #1e3a8a;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .company-table {
    font-size: 14px;
  }
  .company-table th, .company-table td {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .company-table th {
    background: #2c5282;
    color: white;
    text-align: center;
    font-weight: bold;
  }
  .company-table td {
    border-left: 4px solid #3b82f6;
    margin-bottom: 10px;
    background: #ffffff;
  }
}

.breadcrumb {
  margin-bottom: 30px;
  font-size: 14px;
  color: #64748b;
}
.breadcrumb a {
  color: #3b82f6;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
  }
}

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.form-container {
  background-color: #ffffff;
  max-width: 800px;
  min-height: 50vh;
  padding: 20px;
  margin: 0 auto;
}
.form-container .header {
  background-color: #2c5282;
  color: #f8fafc;
  padding: 15px;
  margin: -20px -20px 20px -20px;
}
.form-container .breadcrumb {
  margin-bottom: 20px;
  font-size: 12px;
}
.form-container .breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}
.form-container .breadcrumb a :hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 3px;
  font-size: 14px;
}
.form-group textarea {
  height: 120px;
  resize: vertical;
}

.required {
  color: #dc2626;
  font-size: 12px;
}

.form-row {
  display: flex;
  gap: 10px;
}
.form-row .form-group {
  flex: 1;
}

.submit-button {
  background-color: #2c5282;
  color: white;
  padding: 12px 40px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}
.submit-button:hover {
  background-color: #1e3a8a;
}

.contact-info {
  background-color: #f0f8ff;
  border: 1px solid #2563eb;
  padding: 20px;
  margin-top: 30px;
}
.contact-info h3 {
  color: #2c5282;
  margin-bottom: 15px;
  font-size: 18px;
}

.contact-details {
  line-height: 2;
}

.phone-number {
  font-size: 18px;
  font-weight: bold;
  color: #2c5282;
}

.business-hours {
  margin-top: 10px;
  font-size: 13px;
  color: #4b5563;
}

.content .section-title {
  font-weight: bold;
  font-size: 16px;
}

.home-main {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #1a2c4a;
  letter-spacing: 0.08em;
}
.section-eyebrow::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #15294a;
}
.section-eyebrow--light {
  color: rgba(255, 255, 255, 0.92);
}
.section-eyebrow--light::before {
  background-color: rgba(255, 255, 255, 0.7);
}

.display-title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  color: #1a2c4a;
  margin: 18px 0 0 0;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .display-title {
    font-size: 24px;
    line-height: 1.55;
  }
}
.display-title--light {
  color: #ffffff;
}

.home-about {
  background-color: #f7f5f0;
  padding: 100px 0 60px;
}
@media (max-width: 768px) {
  .home-about {
    padding: 60px 0 32px;
  }
}
.home-about__inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 1024px) {
  .home-about__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.home-about__body p {
  font-size: 14px;
  line-height: 2.1;
  color: #5a6a7e;
  margin: 0;
}
.home-about__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  background-color: #15294a;
  color: #ffffff;
  padding: 14px 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  min-width: 260px;
  transition: background-color 0.2s ease;
}
.home-about__cta:hover {
  background-color: #1f3760;
  color: #ffffff;
}
@media (max-width: 768px) {
  .home-about__cta {
    margin-top: 24px;
    width: 100%;
    min-width: 0;
  }
}
.home-about__cta-arrow {
  font-size: 18px;
  line-height: 1;
}

.home-strengths {
  background-color: #f7f5f0;
  padding: 60px 0 110px;
}
@media (max-width: 768px) {
  .home-strengths {
    padding: 32px 0 60px;
  }
}
.home-strengths__inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 1024px) {
  .home-strengths__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.home-strengths__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .home-strengths__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .home-strengths__list {
    grid-template-columns: 1fr;
  }
}

.strength-item {
  padding: 8px 16px;
  border-left: 1px solid #d6d2c4;
}
.strength-item:first-child {
  border-left: none;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .strength-item {
    padding: 16px 20px;
    border-left: 1px solid #d6d2c4;
  }
  .strength-item:first-child, .strength-item:nth-child(3) {
    padding-left: 0;
  }
  .strength-item:first-child {
    border-left: none;
  }
  .strength-item:nth-child(3) {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .strength-item {
    padding: 20px 0;
    border-left: none;
    border-top: 1px solid #d6d2c4;
  }
  .strength-item:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.strength-item__icon {
  color: #15294a;
  margin-bottom: 14px;
}
.strength-item__icon svg {
  width: 36px;
  height: 36px;
  display: block;
}
.strength-item__name {
  font-size: 15px;
  font-weight: 700;
  color: #1a2c4a;
  margin: 0 0 12px 0;
}
.strength-item__desc {
  font-size: 12px;
  line-height: 1.85;
  color: #5a6a7e;
  margin: 0;
}

.home-uses {
  background-color: #ffffff;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .home-uses {
    padding: 60px 0;
  }
}
.home-uses__inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 1024px) {
  .home-uses__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.home-uses__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0;
  row-gap: 32px;
}
@media (max-width: 768px) {
  .home-uses__list {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
  }
}

.use-item {
  padding: 0 16px;
  border-left: 1px solid #d6d2c4;
}
.use-item:nth-child(3n+1) {
  border-left: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  .use-item {
    padding: 0 12px;
  }
  .use-item:nth-child(3n+1) {
    border-left: 1px solid #d6d2c4;
    padding-left: 12px;
  }
  .use-item:nth-child(2n+1) {
    border-left: none;
    padding-left: 0;
  }
}
.use-item__icon {
  color: #15294a;
  margin-bottom: 12px;
}
.use-item__icon svg {
  width: 32px;
  height: 32px;
  display: block;
}
.use-item__name {
  font-size: 14px;
  font-weight: 700;
  color: #1a2c4a;
  margin: 0 0 6px 0;
}
.use-item__desc {
  font-size: 12px;
  line-height: 1.7;
  color: #5a6a7e;
  margin: 0;
}

.home-invite {
  background-color: #15294a;
  color: #ffffff;
}
.home-invite__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  min-height: 360px;
}
@media (max-width: 768px) {
  .home-invite__inner {
    grid-template-columns: 1fr;
  }
}
.home-invite__text {
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .home-invite__text {
    padding: 48px 24px;
  }
}
.home-invite__desc {
  font-size: 13px;
  line-height: 2.05;
  color: rgba(255, 255, 255, 0.78);
  margin: 24px 0 32px 0;
}
@media (max-width: 768px) {
  .home-invite__desc {
    font-size: 12px;
    margin: 18px 0 24px 0;
  }
}
.home-invite__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: #ffffff;
  color: #1a2c4a;
  padding: 14px 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  max-width: 280px;
  transition: background-color 0.2s ease;
}
.home-invite__button:hover {
  background-color: #e2e8f0;
  color: #1a2c4a;
}
.home-invite__arrow {
  font-size: 18px;
  line-height: 1;
  color: #15294a;
}
.home-invite__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .home-invite__image {
    min-height: 200px;
  }
}

.service-hero {
  position: relative;
  min-height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .service-hero {
    min-height: 320px;
  }
}
.service-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.75) 35%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0) 100%);
}
.service-hero__inner {
  position: relative;
  z-index: 1;
  padding: 80px 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .service-hero__inner {
    padding: 60px 16px;
  }
}
.service-hero__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 56px;
  font-weight: 700;
  color: #1a2c4a;
  margin: 0 0 28px 0;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 20px;
  text-align: left;
}
.service-hero__title::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #b0c4dc;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .service-hero__title {
    font-size: 36px;
  }
}
.service-hero__lead {
  font-size: 14px;
  line-height: 2.1;
  color: #1a2c4a;
  margin: 0;
  max-width: 480px;
  text-align: left;
}
@media (max-width: 768px) {
  .service-hero__lead {
    font-size: 13px;
    max-width: none;
  }
}

.service-intro {
  background-color: #ffffff;
  padding: 80px 0 100px;
}
@media (max-width: 768px) {
  .service-intro {
    padding: 56px 0 64px;
  }
}
.service-intro__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .service-intro__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.service-intro__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 26px;
  color: #1a3a6e;
  text-align: center;
  margin: 0 0 28px 0;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 16px;
}
.service-intro__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #b0c4dc;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .service-intro__title {
    font-size: 22px;
  }
}
.service-intro__desc {
  font-size: 13px;
  line-height: 2.1;
  color: #5a6a7e;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .service-intro__desc {
    text-align: left;
  }
}
.service-intro__image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 360px;
  object-fit: cover;
}

.service-cards {
  background-color: #ffffff;
  padding: 0 0 100px;
}
@media (max-width: 768px) {
  .service-cards {
    padding: 0 0 60px;
  }
}
.service-cards__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 26px;
  color: #1a3a6e;
  text-align: center;
  margin: 0 0 48px 0;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 16px;
}
.service-cards__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #b0c4dc;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .service-cards__title {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
.service-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .service-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .service-cards__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
}
.service-card__image {
  width: 100%;
  height: 240px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .service-card__image {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .service-card__image {
    height: 200px;
  }
}
.service-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.service-card__name {
  font-size: 17px;
  font-weight: 700;
  color: #1a2c4a;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.service-card__desc {
  font-size: 13px;
  line-height: 1.85;
  color: #5a6a7e;
  margin: 0;
}
.service-card__example {
  font-size: 13px;
  line-height: 1.85;
  color: #5a6a7e;
  margin: 12px 0 0 0;
}
.service-card__example-label {
  font-weight: 700;
  color: #1a2c4a;
  margin-right: 6px;
}

.service-uses {
  background-color: #ffffff;
  padding: 0 0 60px;
}
.service-uses__inner {
  text-align: center;
  padding-bottom: 40px;
}
.service-uses__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 26px;
  color: #1a3a6e;
  margin: 0 0 28px 0;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 16px;
  display: inline-block;
}
.service-uses__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #b0c4dc;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .service-uses__title {
    font-size: 22px;
  }
}
.service-uses__desc {
  font-size: 13px;
  line-height: 2.1;
  color: #5a6a7e;
  margin: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .service-uses__desc {
    text-align: left;
  }
}
.service-uses__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media (max-width: 768px) {
  .service-uses__images {
    grid-template-columns: 1fr;
  }
}
.service-uses__image {
  width: 100%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cbd5e1;
}

.service-cta {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background-color: #15294a;
  color: #ffffff;
  min-height: 360px;
}
@media (max-width: 768px) {
  .service-cta {
    grid-template-columns: 1fr;
  }
}
.service-cta__text {
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .service-cta__text {
    padding: 48px 24px;
  }
}
.service-cta__desc {
  font-size: 13px;
  line-height: 2.05;
  color: rgba(255, 255, 255, 0.78);
  margin: 24px 0 32px 0;
}
@media (max-width: 768px) {
  .service-cta__desc {
    font-size: 12px;
    margin: 18px 0 24px 0;
  }
}
.service-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: #ffffff;
  color: #1a2c4a;
  padding: 14px 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  max-width: 280px;
  transition: background-color 0.2s ease;
}
.service-cta__button:hover {
  background-color: #e2e8f0;
  color: #1a2c4a;
}
.service-cta__arrow {
  font-size: 18px;
  line-height: 1;
  color: #15294a;
}
.service-cta__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2a3a5a;
}
@media (max-width: 768px) {
  .service-cta__image {
    min-height: 200px;
  }
}

.contact-section {
  background-color: #ffffff;
  padding: 100px 0 110px;
}
@media (max-width: 768px) {
  .contact-section {
    padding: 60px 0 70px;
  }
}
.contact-section__inner {
  max-width: 760px;
  margin: 0 auto;
}
.contact-section__head {
  text-align: center;
  margin-bottom: 56px;
}
.contact-section__head .section-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
}
.contact-section__head .display-title {
  margin: 0 0 24px 0;
}
@media (max-width: 768px) {
  .contact-section__head {
    margin-bottom: 36px;
  }
}
.contact-section__lead {
  font-size: 14px;
  line-height: 2;
  color: #5a6a7e;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-section__lead {
    font-size: 13px;
    line-height: 1.85;
  }
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 768px) {
  .contact-form__row {
    grid-template-columns: 1fr;
  }
}
.contact-form__row .contact-form__group {
  margin: 0;
}
.contact-form__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form__label {
  font-size: 13px;
  font-weight: 700;
  color: #1a2c4a;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.contact-form__required {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
  background-color: #c0392b;
  padding: 3px 8px;
  border-radius: 2px;
}
.contact-form__input, .contact-form__textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.6;
  color: #1a2c4a;
  background-color: #f7f5f0;
  border: 1px solid #d6d2c4;
  border-radius: 0;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  appearance: none;
}
.contact-form__input:focus, .contact-form__textarea:focus {
  outline: none;
  border-color: #15294a;
  background-color: #ffffff;
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  color: rgba(90, 106, 126, 0.55);
}
.contact-form__textarea {
  min-height: 220px;
  resize: vertical;
}
.contact-form__actions {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: #15294a;
  color: #ffffff;
  padding: 16px 32px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  min-width: 280px;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  appearance: none;
  font-family: inherit;
}
.contact-form__submit:hover {
  background-color: #1f3760;
}
.contact-form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.contact-form__arrow {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
}

.contact-phone {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background-color: #15294a;
  color: #ffffff;
  min-height: 320px;
}
@media (max-width: 768px) {
  .contact-phone {
    grid-template-columns: 1fr;
  }
}
.contact-phone__text {
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact-phone__text {
    padding: 48px 24px;
  }
}
.contact-phone__number {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 16px 0 12px 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .contact-phone__number {
    font-size: 30px;
  }
}
.contact-phone__hours {
  font-size: 13px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
.contact-phone__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2a3a5a;
}
@media (max-width: 768px) {
  .contact-phone__image {
    min-height: 200px;
  }
}

.company-info {
  background-color: #ffffff;
  padding: 100px 0 110px;
}
@media (max-width: 768px) {
  .company-info {
    padding: 60px 0 70px;
  }
}
.company-info__inner {
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 1024px) {
  .company-info__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.company-info__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d6d2c4;
}
.company-info__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  padding: 22px 0;
  border-bottom: 1px solid #d6d2c4;
}
@media (max-width: 768px) {
  .company-info__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }
}
.company-info__label {
  font-size: 13px;
  font-weight: 700;
  color: #1a2c4a;
  letter-spacing: 0.04em;
  margin: 0;
  padding-top: 2px;
}
.company-info__value {
  font-size: 14px;
  line-height: 1.95;
  color: #5a6a7e;
  margin: 0;
}
.company-info__location {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.company-info__location + .company-info__location {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .company-info__location {
    flex-direction: column;
    gap: 2px;
  }
  .company-info__location + .company-info__location {
    margin-top: 12px;
  }
}
.company-info__location-label {
  flex-shrink: 0;
  min-width: 72px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #1a2c4a;
  background-color: #f7f5f0;
  padding: 4px 10px;
  letter-spacing: 0.04em;
}
.company-info__link {
  color: #1a2c4a;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: opacity 0.2s ease;
}
.company-info__link:hover {
  opacity: 0.65;
}

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