@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,500,900|Oswald:700,500|Zen+Old+Mincho:400,500,700|Cinzel:400,500,600,700|EB+Garamond:400,500,600,700|Niconne:400");
body {
  min-width: unset;
}

main {
  font-family: "Noto Sans JP";
  padding-top: 80px;
  position: relative;
}
@media (max-width: 768px) {
  main {
    margin-top: 60px;
    padding-top: 0;
  }
}
main .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
  position: absolute;
  top: 100px;
  left: min(40px, 3%);
  font-size: 12px;
  line-height: 14px;
  font-family: "Noto Sans JP";
  color: #ffffff;
}
@media (max-width: 768px) {
  main .breadcrumbs {
    top: 13px;
    left: 20px;
  }
}
main .breadcrumbs .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
}
main .breadcrumbs .bcn-breadcrumb-separator,
main .breadcrumbs .divider {
  color: #B7B7B7;
}
main .breadcrumbs a,
main .breadcrumbs a.home,
main .breadcrumbs .post.post-page a,
main .breadcrumbs [property=item] {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
main .breadcrumbs a span,
main .breadcrumbs a.home span,
main .breadcrumbs .post.post-page a span,
main .breadcrumbs [property=item] span {
  color: #ffffff;
}
main .breadcrumbs a:hover,
main .breadcrumbs a.home:hover,
main .breadcrumbs .post.post-page a:hover,
main .breadcrumbs [property=item]:hover {
  opacity: 0.7;
}
main .breadcrumbs span.current-item,
main .breadcrumbs .post.post-page.current-item {
  color: #ffffff;
}
@media (max-width: 768px) {
  main .sp-hide {
    display: none;
  }
}
main .sp-show {
  display: none;
}
@media (max-width: 768px) {
  main .sp-show {
    display: initial;
  }
}
main .page-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 50px;
  line-height: 72px;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0 min(150px, 10%);
}
@media (max-width: 768px) {
  main .page-title {
    font-size: 32px;
    line-height: 65px;
  }
}
main .page-title span {
  font-size: 16px;
  line-height: 24px;
}
main .page-title p {
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  main .page-title p {
    font-size: 16px;
    line-height: 21px;
  }
}
main .page-title + .page-title__caption {
  margin-top: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Zen Old Mincho";
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  main .page-title + .page-title__caption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  main .page-title {
    margin: 0 min(20px, 5%);
  }
}
main .page-title-wrapper {
  width: 100%;
  min-height: 395px;
  padding: 80px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../../images/common/page-title-bg.png") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  main .page-title-wrapper {
    width: 100%;
    padding: 104px 0;
    min-height: unset;
    background: url("../../images/common/page-title-bg.png") no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
main .page-sub-title {
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.6;
  color: #333333;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  main .page-sub-title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  main .page-sub-title {
    margin-top: 72px;
    margin-bottom: 40px;
  }
}
main .page-content {
  margin-top: 80px;
  padding: 0 min(150px, 10%);
}
@media (max-width: 768px) {
  main .page-content {
    margin-top: 56px;
    padding: 0 min(20px, 5%);
  }
}
main .page-content section:first-child {
  display: flex;
  gap: min(30px, 5vw);
  align-items: center;
}
@media (max-width: 768px) {
  main .page-content section:first-child {
    flex-direction: column;
    padding: 0;
    gap: 16px;
  }
}
main .page-content section:first-child img {
  width: min(240px, 20vw);
  height: min(180px, 22vh);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  main .page-content section:first-child img {
    width: auto;
  }
}
main .page-content section:first-child p {
  font-size: 16px;
  line-height: 29px;
  color: #333333;
}
@media (max-width: 768px) {
  main .page-content section:first-child p {
    width: 100%;
    text-align: center;
  }
}
main .page-content section:not(:first-child) {
  display: flex;
  margin-top: 56px;
  align-items: center;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) {
    margin-top: 48px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child).sp-mt-40 {
    margin-top: 40px;
  }
}
main .page-content section:not(:first-child):nth-child(odd) .section-text-container {
  padding-left: clamp(40px, 6vw, 70px);
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child):nth-child(odd) .section-text-container {
    padding-left: 0;
  }
}
main .page-content section:not(:first-child):nth-child(odd) .divider {
  position: relative;
  left: calc(-1 * clamp(40px, 6vw, 70px));
  width: calc(100% + clamp(40px, 6vw, 70px));
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child):nth-child(odd) .divider {
    left: 0;
    width: 100%;
  }
}
main .page-content section:not(:first-child):nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child):nth-child(even) {
    flex-direction: column;
  }
}
main .page-content section:not(:first-child):nth-child(even) .section-text-container {
  padding-left: 0;
  padding-right: clamp(40px, 6vw, 70px);
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child):nth-child(even) .section-text-container {
    padding-right: 0;
  }
}
main .page-content section:not(:first-child):nth-child(even) .divider {
  position: relative;
  left: 0;
  width: calc(100% + clamp(40px, 6vw, 70px));
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child):nth-child(even) .divider {
    width: 100%;
  }
}
main .page-content section:not(:first-child) img {
  width: min(480px, 40vw);
  height: min(360px, 45vh);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) img {
    width: 100%;
    height: 259px;
  }
}
main .page-content section:not(:first-child) .section-text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
main .page-content section:not(:first-child) .section-text-container h3 {
  font-size: clamp(32px, 4vw, 40px);
  color: #00479D;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: min(22px, 2vw);
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .section-text-container h3 {
    font-size: 32px;
    gap: 11px;
    margin-top: 16px;
  }
}
main .page-content section:not(:first-child) .section-text-container h3 > p {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .page-content section:not(:first-child) .section-text-container h3 > p span:first-child {
  font-size: clamp(16px, 1.8vw, 21px);
  color: #333333;
}
main .page-content section:not(:first-child) .section-text-container h3 > p span:last-child {
  font-size: clamp(24px, 2.5vw, 32px);
  color: #333333;
}
main .page-content section:not(:first-child) .section-text-container .divider {
  width: calc(100% + min(70px, 6vw));
  height: 1px;
  background-color: #B7B7B7;
  margin-top: 24px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .section-text-container .divider {
    width: 100%;
    margin-top: 16px;
  }
}
main .page-content section:not(:first-child) .section-text-container > p {
  font-size: 16px;
  line-height: 29px;
  color: #333333;
  margin-top: 44px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .section-text-container > p {
    margin-top: 16px;
  }
}
main .page-content .other-business-container {
  display: flex;
  justify-content: space-between;
  gap: min(40px, 4vw);
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  main .page-content .other-business-container {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 64px;
  }
}
main .page-content .other-business-container a {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  main .page-content .other-business-container a {
    height: 155px;
  }
}
main .page-content .other-business-container a:hover img {
  transform: scale(1.1);
}
main .page-content .other-business-container a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #00479D 10%, transparent 100%);
  z-index: 1;
}
main .page-content .other-business-container a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
main .page-content .other-business-container a .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: min(24px, 3vh);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .page-content .other-business-container a .content p {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-family: "Zen Old Mincho";
  font-weight: 600;
}
main .page-content .other-business-container a .content .round-button {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
main .page-content .other-business-container a .content .round-button::after {
  content: "→";
  font-size: 16px;
  position: absolute;
  color: #00479D;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=eikosha-technology.css.map */