@charset "utf-8";
/* CSS Document */

@import url(ress.css);

/* --global----------------------------------------------- */

.inner {
  max-width: 100%;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.h2-title {
  width: auto;
  height: 50px;
  margin-bottom: 40px;
}

.h2-title img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

/* =========================
   MV
========================= */

header {
  width: 100%;
}

header .mv {
  height: 100vh;
  min-height: 640px;
  max-height: 100%;
}

header .mv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: mvFade 40s linear infinite;
}

header .mv-slide-01 {
  animation-delay: 0s;
}

header .mv-slide-02 {
  animation-delay: 10s;
}

header .mv-slide-03 {
  animation-delay: 20s;
}

header .mv-slide-04 {
  animation-delay: 30s;
}

header .mv-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .mv-copy01 {
  top: 42%;
  left: 5px;
  width: 90vw;
  max-width: 100%;
}

header .mv-copy02 {
  top: 15%;
  left: 0;
  width: 92vw;
  max-width: 420px;
}

header .mv-copy03 {
  top: 50%;
  right: 0;
  width: 92vw;
  max-width: 420px;
}

header .mv-copy04 {
  top: 70%;
  left: 0;
  width: 94vw;
  max-width: 430px;
}

/* =========================
   about
========================= */

.about {
  width: 100%;
  background: #fff;
  padding: 0 0 50px;
  box-sizing: border-box;
}

.about-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.about-text {
  margin: 40px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #2d2d2d;
  text-align: center;
}

/* =========================
   service
========================= */
.service-section {
  padding: 0 0 80px;
}

.service-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 74px;
}

.service-item,
.service-item-reverse {
  flex-direction: column;
  gap: 24px;
}

/* 逆並びの項目だけSPでcolumn-reverseにする */
.service-item-reverse {
  flex-direction: column-reverse;
}

.service-item-reverse {
  flex-direction: column;
  align-items: flex-end;
}

.service-item-image,
.service-item-body {
  width: 80%;
}

.service-item-image {
  justify-content: center;
}

.service-item-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.service-item-image {
  display: flex;
  justify-content: center;
}

.service-item-body {
  max-width: 470px;
  padding-top: 0 !important;
}

.service-item-feature {
  width: 120px;
  height: 65px;
  margin-bottom: 8px;
  justify-content: flex-start;
}

.service-item-feature img {
  display: block;
  width: auto;
  height: 100%;
}

.service-item-title {
  margin: 0 0 12px;
  color: #2d3478;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.service-item-text {
  margin: 0;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9;
}

/* 画像とテキストの左右位置の微調整 */
.service-item:nth-child(odd) .service-item-body {
  padding-top: 10px;
  padding-left: 20px;
}

.service-item:nth-child(even) .service-item-body {
  padding-top: 10px;
  padding-right: 20px;
  text-align: left;
}

.service-item-reverse .service-item-body .service-item-text {
  text-align: right;
}

.service-item-reverse .service-item-body .service-item-title {
  text-align: right;
}

.service-item-reverse .service-item-feature {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.service-item-reverse .service-item-body {
  justify-content: flex-end;
}

/* =========================
   product
========================= */

#product {
  padding: 48px 0 0;
}

#product .product-inner {
  width: 100%;
  position: relative;
}

#product .product-bg-text {
  position: absolute;
  top: 35px;
  left: 10%;
  width: 120px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

#product .product-bg-text img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.45;
}

#product .product-list {
  width: 100%;
}

#product .product-item {
  position: relative;
  overflow: hidden;
}

#product .product-item-netstars {
  background: #7fa7cf;
  margin-left: 8%;
}

#product .product-item-lineworks {
  background: #c8dbef;
  margin-right: 8%;
}



#product .product-item-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 60px 60px 110px;
}

#product .product-item-inner-reverse {
  flex-direction: row-reverse;
}

#product .product-item-inner,
#product .product-item-inner-reverse {
  flex-direction: column;
  gap: 10px;
  padding: 30px 15px 30px 120px;
}

#product .product-image {
  width: 100%;
  max-width: 260px;
  text-align: center;
  margin: 0 auto;
}

#product .product-image img {
  display: block;
  width: 100%;
  height: auto;
}

#product .product-image-circle {
  max-width: 210px;
}

#product .product-image-circle img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

#product .product-content {
  width: 100%;
  max-width: 100%;
}

#product .product-logo-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

#product .product-logo {
  width: 48px;
  flex-shrink: 0;
}

#product .product-logo img {
  display: block;
  width: 100%;
  height: auto;
}

#product .product-title-wrap {
  flex: 1;
}

#product .product-title {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #ffffff;
}

#product .product-title-blue {
  color: #317cba;
}

#product .product-subtitle {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}

#product .product-subtitle-blue {
  color: #4d86c6;
}

#product .product-line {
  width: 100%;
  height: 2px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.8);
}

#product .product-line-blue {
  background: #6e9ccc;
}

#product .product-text {
  margin: 0 0 20px 10px;
  font-size: 10px;
  font-weight: 300;
  line-height: 18px;
  color: #333;
}

#product .product-text-dark {
  color: #222222;
}

#product .product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: auto;
  padding: 14px 0;
  border-radius: 999px;
  background: #292e68;
  /* border: 2px solid #292e68; */
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  /* transition: all 0.3s ease; */
}

#product .product-btn:hover {
  background: #ffffff;
  color: #292e68;
}

/* =========================
   news
========================= */

#news {
  position: relative;
  padding: 0 40px 30px;
  background: linear-gradient(to bottom, #fff 0%, #fff 85%, #28357a 85%, #28357a 100%);
  overflow: hidden;
}

#news .news-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

#news .news-text {
  margin: 0 0 40px;
  font-size: 12px;
  line-height: 2;
  color: #222;
  letter-spacing: 0.08em;
}

#news .news-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#news .news-card {
  display: block;
  width: 100%;
  max-width: 320px;
  background: #fff;
  border: 4px solid #28357a;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  text-align: left;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#news .news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
}

#news .news-card-image {
  aspect-ratio: 240 / 140;
  overflow: hidden;
}

#news .news-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news .news-card-body {
  padding: 12px 10px 14px;
  background: #fff;
}

#news .news-date {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #222;
}

#news .news-title {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #222;
}

#news .news-button-wrap {
  text-align: center;
}

#news .news-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 36px;
  padding: 0 24px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

#news .news-button:hover {
  background: #fff;
  color: #28357a;
}


/* =========================
   access
========================= */

#access {
  width: 100%;
  background: #ececec;
}

#access .access-visual {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
}

#access .access-visual-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#access .access-visual-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  bottom: -4px;
  height: auto;
  opacity: 0.8;
  pointer-events: none;
}

#access .access-inner {
  max-width: 100%;
  margin: 0 auto 26px;
  padding: 28px 15px 36px;
  text-align: center;
}

#access .access-info {
  color: #222222;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

#access .access-post {
  margin: 0 0 10px;
}

#access .access-address {
  margin: 0 0 18px;
}

#access .access-station {
  margin: 0;
}

#access .access-station-title {
  margin: 0 0 2px;
  color: #2f3f84;
  font-weight: 700;
}

#access .access-station-text {
  margin: 0;
}

#access .access-map {
  width: 100%;
  line-height: 0;
}

#access .access-map iframe {
  display: block;
  width: 100%;
  height: 200px;
}


/* =========================
   contact
========================= */
#contact {
  width: 100%;
  padding: 40px 0 0;
  background: #e7edf2;
  overflow: hidden;
}

#contact .contact-inner {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

#contact .contact-left {
  flex: 0 0 480px;
  padding-top: 10px;
}

#contact .contact-title {
  display: block;
  width: 150px;
  margin: 0 auto 40px;
}

#contact .contact-text {
  margin: 0 0 38px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

#contact .contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  width: 100%;
  padding: 15px 0;
  border-radius: 999px;
  background: #2f367f;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

#contact .contact-btn:hover {
  opacity: 0.8;
}

#contact .contact-right {
  flex: 0 0 300px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#contact .contact-image {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-top: 30px;
}


/* =========================
   footer
========================= */
#footer {
  width: 100%;
  background: #292e68;
  padding: 62px 0 56px;
}

#footer .footer-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
}

#footer .footer-left {
  display: block;
  flex-direction: column;
  gap: 38px;
  min-width: 0;
}

#footer .footer-logo img {
  display: block;
  width: 210px;
  height: auto;
  margin-bottom: 20px;
}

#footer .footer-company p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  color: #ffffff;
}

#footer .footer-center {
  flex: 1;
  min-width: 0;
}

#footer .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .footer-links li {
  margin-bottom: 0;
  position: relative;
  padding-left: 14px;
}

#footer .footer-links li:last-child {
  margin-bottom: 0;
}

#footer .footer-links li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #ffffff;
}

#footer .footer-links a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

#footer .footer-links a:hover {
  opacity: 0.7;
}

#footer .footer-right {
  flex-shrink: 0;
}

#footer .footer-banner {
  display: block;
}

#footer .footer-banner img {
  display: block;
  width: 320px;
  height: auto;
  border-radius: 4px;
}

#footer .footer-copy {
  width: 100%;
  max-width: 1120px;
  margin: 46px auto 0;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: right;
}

#footer .footer-copy p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}