@charset "UTF-8";
img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  padding-inline-start: 0px;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-block;
  width: clamp(200px, 50%, 300px);
  height: 50px;
  border-radius: 50px;
}
.btn--primary {
  background: #0f80db;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.btn--secondary {
  background: #0c64ab;
  color: #fff;
}

.section-title {
  font-size: 2rem;
}
.section-title span {
  font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
  display: block;
}

/* Header */
.site-header {
  background: #fff;
}
.site-header .header-inner {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  max-width: 95%;
  margin: 0 auto;
  width: 95%;
}
.site-header .header-inner .logo {
  width: clamp(130px, 50%, 155px);
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #0f80db;
  line-height: 1;
}
.site-header .header-inner .nav_outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 650px;
  width: 70%;
}
@media (max-width: 759px) {
  .site-header .header-inner .nav_outer {
    width: auto;
  }
}
.site-header .header-inner .nav_outer .nav-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.site-header .header-inner .nav_outer .nav-list a {
  color: #2e2e2e;
}

@media (min-width: 760px) {
  .nav {
    margin-right: 1vw;
  }
}
.relative {
  position: relative;
  z-index: 111;
}

/* Hero */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.hero .bg-video {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: blur(0) brightness(1);
}
.hero__overlay {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero__title {
  margin-bottom: 10px;
  font-size: clamp(1.375rem, 0.92rem + 2.27vw, 2.625rem);
}
.hero__text {
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

#about {
  border-radius: 30px;
  margin-bottom: 100px;
  background: rgba(166, 202, 182, 0.6);
  padding: 30px;
  position: relative;
  z-index: 111;
  width: 80%;
  margin: 0 auto 100px auto;
}
#about p {
  color: #fff;
  line-height: 2;
  font-weight: normal;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

/* 動画グラデーションオーバーレイ */
.hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 80%, #fff 100%);
  pointer-events: none;
  opacity: 0;
}

/* Service */
#service {
  padding: 80px 20px;
  text-align: center;
  background-color: #fff;
}
#service .container .section-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #0f80db;
}
#service .container .section-title span {
  color: #000;
}
#service .container .service-text {
  margin: 50px auto 0 auto;
  max-width: 600px;
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  font-weight: 400;
  color: #444444;
  line-height: 1.8;
  margin-bottom: 100px;
  letter-spacing: 1px;
}
#service .container .service__cards .card {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 100px;
  align-items: center;
}
#service .container .service__cards .card .card_img {
  width: 50%;
}
#service .container .service__cards .card .card__body {
  width: 40%;
  margin-bottom: 50px;
}
#service .container .service__cards .card .card__body .card__desc {
  text-align: left;
  line-height: 2.5;
  margin-bottom: 30px;
}

/* Company */
.company .company__image,
.company .company__content {
  flex: 0 0 45%;
}
.company .company__content {
  background-color: #0f80db;
  width: 70%;
  max-width: 1000px;
  margin-left: auto;
  display: flex;
  margin-top: -225px;
  position: absolute;
  right: 0;
  padding: 30px;
  justify-content: space-evenly;
  z-index: 111;
}
.company .company__content .container_inner .section-title,
.company .company__content .container_inner .company__text {
  color: #fff;
}
.company .company__content .container_inner .company__text01 {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  color: #fff;
}
.company .company__content .container_inner .company__text {
  line-height: 2;
}
.company .company__content .container_inner {
  width: 45%;
}
.company .company__content .company__links {
  width: 35%;
}
.company .company__content .company__links li {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.company .company__content .company__links li a {
  color: #fff;
  line-height: 2;
}

/* News */
.news {
  padding: 60px 0;
  background-color: #f0f8ff;
}

/* CSS */
.news-section {
  background-color: #f4f8fc;
  padding: 100px 20px 100px 20px;
}

.news-container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  gap: 40px;
}

/* ── 見出し ── */
.news-header {
  flex: 0 0 160px;
}

.news-header__title {
  font-size: 2rem;
  color: #4a87eb;
  margin: 0;
}
.news-header__title span {
  font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
  display: block;
  color: #000;
}

.news-header__subtitle {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}

/* ── ニュースリスト ── */
.news-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-item {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item__date {
  flex: 0 0 120px;
  font-size: 14px;
  color: #999;
}

.news-item__text {
  flex: 1;
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* ── お知らせ一覧 ── */
.news-more {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.news-more__link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.news-more__icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

/* Contact */
.contact {
  position: relative;
  height: 400px;
  background-image: url(../image/contact.png);
  width: 100%;
  background-position: center;
  margin-top: -50px;
}
.contact .contact__inner {
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contact .contact__inner .contact__btn {
  background-color: #ee6363;
}
.contact .contact__title {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
}
.contact .contact__text {
  color: #fff;
  font-size: 1rem;
  margin-top: 35px;
  margin-bottom: 35px;
}

/* Footer */
.site-footer {
  background: #333;
  color: #fff;
  padding: 30px 0;
}
.site-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-footer .footer-logo {
  font-size: 1.25rem;
  font-weight: bold;
}
.site-footer .footer-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav ul li {
  margin-left: 30px;
}
.site-footer .footer-nav ul a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}

.index_footer {
  z-index: 11111;
  position: absolute;
  width: 100%;
}

@media (max-width: 759px) {
  .container {
    padding: 0;
  }
  .card {
    flex-direction: column !important;
    margin-bottom: 0 !important;
  }
  .card .card_img,
  .card .card__body {
    width: 100% !important;
  }
  #service {
    padding-bottom: 50px;
  }
  #company .company__content {
    background-color: #0f80db;
    width: 100%;
    margin-left: auto;
    display: flex;
    margin-top: -4px;
    padding: 10px;
    box-sizing: border-box;
    flex-direction: column;
  }
  #company .company__content .container_inner,
  #company .company__content .company__links {
    width: 100%;
  }
  .news-section {
    margin-top: 300px;
  }
  .news-section .news-container {
    flex-direction: column;
  }
  .news-section .news-container .news-header {
    flex: 0 0 0px;
  }
  .news-section .news-container .news-body .news-list .news-item {
    padding: 0;
  }
  .contact {
    background-position: bottom;
  }
  .contact .contact__inner {
    width: 85%;
  }
  .card__desc {
    margin-bottom: 20px !important;
  }
}/*# sourceMappingURL=index.css.map */