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

body {
  font-family: "Noto Sans JP", sans-serif;
}

html[lang=en] body {
  font-family: "Noto Sans", sans-serif;
}

.connect-header-navList,
.connect-header-drawerList,
.connect-header-drawerSub,
.connect-site-footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

@media screen and (min-width: 768px) {
  .connect-br-sp {
    display: none;
  }
}
.connect-global-header {
  border-bottom: 5px solid #8cd200;
  position: relative;
  z-index: 250;
  background: #004831;
}

.connect-global-header-inner {
  display: flex;
  height: 65px;
  padding: 0 40px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .connect-global-header-inner {
    height: 55px;
    padding: 0 18px;
  }
}

.connect-global-header-logo {
  display: block;
  line-height: 0;
}
.connect-global-header-logo img {
  display: block;
  width: auto;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .connect-global-header-logo img {
    height: 22px;
  }
}

.connect-global-header-siteLink {
  font-family: "Noto Serif", serif;
  font-size: 0.75rem;
  line-height: 1.6;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
}

.connect-header {
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 300;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .connect-header {
    border-bottom-color: #ccc;
  }
}

.connect-header-inner {
  display: flex;
  padding: 16px 18px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .connect-header-inner {
    padding: 8px 40px 0;
    gap: 40px;
  }
}

.connect-header-logo {
  width: 194px;
  flex-shrink: 0;
}
.connect-header-logo a {
  display: block;
}
.connect-header-logo img {
  display: block;
  width: 194px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .connect-header-logo {
    padding-bottom: 8px;
  }
}

.connect-header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .connect-header-nav {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    justify-content: space-between;
  }
}

.connect-header-navList {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: stretch;
  list-style: none;
}

.connect-header-navItem {
  display: flex;
  position: relative;
  align-items: stretch;
}

.connect-header-navBtn,
.connect-header-navLink {
  display: flex;
  padding: 12px 16px 20px;
  border: none;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
  background: none;
  font-size: 0.875rem;
  line-height: 1.6;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
.connect-header-navBtn:hover,
.connect-header-navLink:hover {
  color: #004831;
}

.connect-header-navArrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.has-submenu.is-open .connect-header-navArrow {
  transform: rotate(180deg);
}

.has-submenu.is-open .connect-header-navBtn {
  border-radius: 4px 4px 0 0;
  background: #004831;
  color: #fff;
}
.has-submenu.is-open .connect-header-navBtn:hover {
  color: #fff;
}
.has-submenu.is-open .connect-header-navBtn .connect-header-navArrow path {
  fill: #fff;
}

.connect-header-submenu {
  display: none;
  min-width: 160px;
  padding: 16px 24px;
  border-radius: 0 4px 4px 4px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  flex-direction: row;
  gap: 16px;
  background: rgba(0, 72, 49, 0.8);
}
.connect-header-submenu.is-open {
  display: flex;
}

.connect-header-submenuGroup {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1px;
}

.connect-header-submenuHeading {
  display: none;
}

.connect-header-submenuItem {
  display: flex;
  width: 280px;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s ease, color 0.2s ease;
  background: #4d7f6f;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
}
.connect-header-submenuItem svg path {
  transition: stroke 0.2s ease;
  stroke: #fff;
}
.connect-header-submenuItem:hover {
  background: #f5f9e3;
  color: #004831;
}
.connect-header-submenuItem:hover svg path {
  stroke: #004831;
}

.connect-header-utility {
  display: flex;
  padding-bottom: 8px;
  align-items: center;
  gap: 24px;
}

.connect-header-loginWrap {
  position: relative;
}

.connect-header-loginBtn {
  display: flex;
  padding: 0;
  border: none;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
  background: none;
  font-size: 0.875rem;
  line-height: 1.6;
  white-space: nowrap;
  cursor: pointer;
  color: #333;
}
.connect-header-loginBtn:hover {
  color: #004831;
}

.connect-header-lang {
  display: flex;
  width: 160px;
}

.connect-header-langBtn {
  display: flex;
  width: 80px;
  padding: 4px 8px;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.6;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
}
.connect-header-langBtn:first-child {
  border-radius: 8px 0 0 8px;
}
.connect-header-langBtn:last-child {
  border-radius: 0 8px 8px 0;
}
.connect-header-langBtn.is-active {
  background: #999;
  font-weight: bold;
  color: #fff;
}

.connect-header-hamburger {
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 0;
  border: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .connect-header-hamburger {
    display: none;
  }
}

.connect-header-hamburger-iconClose {
  display: none;
}

.connect-header-hamburger[aria-expanded=true] .connect-header-hamburger-iconOpen {
  display: none;
}
.connect-header-hamburger[aria-expanded=true] .connect-header-hamburger-iconClose {
  display: block;
}

.connect-header-drawer {
  opacity: 0;
  width: 100%;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  transition: opacity 0.3s ease;
  background: #fff;
  pointer-events: none;
}
.connect-header-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.connect-header-drawerInner {
  padding: 0;
}

.connect-header-drawerClose {
  display: none;
}

.connect-header-drawerNav {
  border-top: 1px solid #eee;
}

.connect-header-drawerList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.connect-header-drawerItem {
  border-bottom: 1px solid #eee;
}

.connect-header-drawerBtn {
  display: flex;
  width: 100%;
  padding: 12px 8px 12px 16px;
  border: none;
  align-items: center;
  justify-content: space-between;
  background: none;
  font-size: 0.875rem;
  text-align: left;
  cursor: pointer;
  color: #333;
}

.connect-header-drawerArrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.has-sub.is-open .connect-header-drawerArrow {
  transform: rotate(180deg);
}

.has-sub.is-open .connect-header-drawerBtn {
  background: #004831;
  color: #fff;
}
.has-sub.is-open .connect-header-drawerBtn .connect-header-drawerArrow path {
  fill: #fff;
}

.has-sub.is-open {
  border-bottom: none;
}

.connect-header-drawerLink {
  display: flex;
  height: 36px;
  padding: 8px 8px 8px 16px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  text-decoration: none;
  color: #333;
}

.connect-header-drawerSub {
  display: none;
  padding: 0 16px 16px;
  background: #004831;
}

.connect-header-drawerSubSet {
  display: flex;
  margin-bottom: 8px;
  flex-direction: column;
  gap: 1px;
}
.connect-header-drawerSubSet:last-child {
  margin-bottom: 0;
}

.connect-header-drawerSubHeading {
  display: flex;
  padding: 12px 8px;
  align-items: center;
  background: #004831;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

.connect-header-drawerSubItem {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s ease, color 0.2s ease;
  background: #4d7f6f;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
}
.connect-header-drawerSubItem svg path {
  transition: stroke 0.2s ease;
  stroke: #fff;
}
.connect-header-drawerSubItem:hover {
  background: #f5f9e3;
  color: #004831;
}
.connect-header-drawerSubItem:hover svg path {
  stroke: #004831;
}

.connect-header-drawerLang {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #eee;
  justify-content: center;
}

.connect-drawer-overlay {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 200;
  background: rgba(0, 0, 0, 0.4);
}
.connect-drawer-overlay.is-visible {
  display: block;
}

.is-locked {
  overflow: hidden;
}

.connect-kv {
  background: #f4f4f4;
}

.connect-kv-img {
  display: block;
  width: 100%;
}
.connect-kv-img img {
  display: block;
  width: 100%;
  height: auto;
}

.connect-intro {
  display: flex;
  margin-bottom: -1px;
  padding: 80px 40px;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .connect-intro {
    padding: 40px 24px;
  }
}

.connect-intro-diagram {
  width: 100%;
  max-width: 790px;
}
.connect-intro-diagram picture {
  display: block;
}
.connect-intro-diagram img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.connect-intro-lead {
  display: flex;
  width: 100%;
  max-width: 960px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.connect-intro-leadText {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #333;
}

.connect-intro-leadLogo {
  width: 100%;
  max-width: 400px;
}
.connect-intro-leadLogo img {
  display: block;
  width: 100%;
  height: auto;
}

.connect-intro-leadBody {
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  color: #333;
}
@media screen and (min-width: 768px) {
  .connect-intro-leadBody {
    text-align: center;
  }
}

.connect-dark {
  display: flex;
  padding: 0 40px 80px;
  position: relative;
  flex-direction: column;
  align-items: center;
  background-color: #1a5b46;
}
.connect-dark::before {
  content: "";
  clip-path: polygon(0 0, 100% 0, 0 42.5vw);
  inset: 0;
  position: absolute;
  z-index: 2;
  translate: 0 -1px;
  background: #fff;
  pointer-events: none;
}
.connect-dark::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%, 0 calc(100% - 33vw));
  inset: 0;
  position: absolute;
  z-index: 1;
  background: #004831;
  pointer-events: none;
}
.connect-dark > * {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .connect-dark {
    padding: 0 24px 40px;
  }
  .connect-dark::before {
    clip-path: polygon(0 0, 100% 0, 100% 95px, 0 calc(6.8% + 95px));
  }
  .connect-dark::after {
    clip-path: polygon(0 0, 100% 0, 100% 74.5%, 0 67.5%);
  }
}

.connect-dark-card {
  display: flex;
  width: 100%;
  max-width: 960px;
  padding: 40px;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.connect-dark-card .connect-dark-title {
  color: #004831;
}
.connect-dark-card .connect-vp-num {
  color: #004831;
}
.connect-dark-card .connect-vp-title {
  color: #004831;
}
.connect-dark-card .connect-vp-body {
  color: #333;
}
.connect-dark-card .connect-services-body {
  color: #333;
}
@media screen and (max-width: 767px) {
  .connect-dark-card {
    padding: 24px;
    gap: 40px;
  }
}

.connect-dark-separator {
  width: 120px;
  height: 1px;
  background: #004831;
}

.connect-dark-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.connect-dark-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #004831;
}

@media screen and (max-width: 767px) {
  .connect-dark-heading {
    width: 100%;
    align-items: flex-start;
  }
  .connect-dark-title {
    text-align: left;
  }
}
.connect-dark-titleLine {
  display: block;
  width: 64px;
  height: 8px;
  background: #8cd200;
}

.connect-vp {
  display: flex;
  width: 100%;
  max-width: 640px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.connect-vp-items {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 40px;
}

.connect-vp-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.connect-vp-numRow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.connect-vp-icon {
  margin-top: 3px;
  flex-shrink: 0;
}

.connect-vp-num {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #004831;
}

.connect-vp-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #004831;
}

.connect-vp-body {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

@media screen and (min-width: 768px) {
  .connect-vp-item {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
  }
  .connect-vp-title {
    flex: 1;
  }
  .connect-vp-body {
    width: 100%;
  }
}
.connect-services {
  display: flex;
  width: 100%;
  max-width: 640px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.connect-services-body {
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.connect-cards {
  display: flex;
  width: 100%;
  max-width: 960px;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .connect-cards {
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
  }
}

.connect-card {
  display: flex;
  min-width: 0;
  padding: 32px;
  border-radius: 20px;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .connect-card {
    padding: 16px;
  }
}

.connect-card-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}

.connect-card-body {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.connect-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.2s ease;
  font-size: 1rem;
  line-height: 1.6;
  white-space: nowrap;
  text-decoration: underline;
  color: #004831;
}
.connect-link:hover {
  opacity: 0.7;
}

.connect-link-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.connect-news {
  display: flex;
  padding: 80px 40px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #f2f2f2;
}

.connect-news-heading {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.connect-news-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  white-space: nowrap;
  color: #004831;
}

.connect-news-titleLine {
  display: block;
  width: 64px;
  height: 8px;
  background: #8cd200;
}

.connect-news-container {
  display: flex;
  width: 100%;
  max-width: 960px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.connect-news-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  transition: opacity 0.2s ease;
  text-decoration: none;
  color: #333;
}
.connect-news-item:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .connect-news-item {
    flex-direction: row;
    align-items: flex-start;
  }
}

.connect-news-date {
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.6;
  white-space: nowrap;
  color: #333;
}

.connect-news-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (min-width: 768px) {
  .connect-news-text {
    min-width: 0;
    flex: 1;
  }
}

.connect-service-hero {
  display: flex;
  padding: 80px 40px;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.connect-service-hero::before {
  content: "";
  clip-path: polygon(0 0, 25vw 0, 0 10.5vw);
  width: 100%;
  height: 10.5vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #004831;
  pointer-events: none;
}
.connect-service-hero > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .connect-service-hero::before {
    clip-path: polygon(0 0, 42vw 0, 0 18vw);
    height: 18vw;
  }
}

.connect-service-heading {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.connect-service-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #004831;
}

.connect-service-titleLine {
  display: block;
  width: 64px;
  height: 8px;
  background: #8cd200;
}

.connect-service-page {
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
.connect-service-page::before {
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% calc(940px - 43vw), 0 940px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #fff;
  pointer-events: none;
}
@media screen and (min-width: 1600px) {
  .connect-service-page::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(940px - 43vw + (100vw - 1600px) * 0.35), 0 calc(940px + (100vw - 1600px) * 0.35));
  }
}
@media screen and (max-width: 767px) {
  .connect-service-page::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(42% - 43vw), 0 42%);
  }
}

.connect-service-content {
  position: relative;
}

.connect-service-section {
  display: flex;
  padding: 0 40px 80px;
  position: relative;
  z-index: 2;
  flex-direction: column;
  align-items: center;
}

.connect-service-container {
  display: flex;
  width: 100%;
  max-width: 960px;
  flex-direction: column;
  gap: 24px;
}

.connect-service-sectionHeading {
  display: flex;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  align-items: flex-start;
  gap: 12px;
}

.connect-service-sectionIcon {
  width: 22px;
  margin-top: 7px;
  flex-shrink: 0;
}

.connect-service-sectionTitle {
  flex: 1;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  color: #004831;
}

.connect-service-body {
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.connect-service-cards {
  display: flex;
  width: 100%;
  padding: 24px 0;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .connect-service-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.connect-service-card {
  display: flex;
  padding: 20px;
  border: 2px solid #004831;
  border-radius: 16px;
  align-items: center;
  gap: 8px;
  background: #fff;
}
.connect-service-card img {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.connect-service-cardLabel {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  color: #004831;
}

.connect-global-footer {
  background: #004831;
}

.connect-global-footer-inner {
  display: flex;
  min-height: 56px;
  padding: 16px 40px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .connect-global-footer-inner {
    min-height: 54px;
    padding: 16px 18px;
  }
}

.connect-global-footer-copyright {
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}

.connect-site-footer {
  display: flex;
  padding: 40px;
  border-top: 1px solid #999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.connect-site-footer-list {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .connect-site-footer-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px 32px;
  }
}

.connect-site-footer-item {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #333;
}
.connect-site-footer-item a {
  transition: color 0.2s ease;
  text-decoration: none;
  color: #333;
}
.connect-site-footer-item a:hover {
  text-decoration: underline;
  color: #004831;
}
@media screen and (min-width: 768px) {
  .connect-site-footer-item a {
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */