@charset "UTF-8";
/*
|---------------------------------------------------------------
| ec-connector-2025 home.css
|---------------------------------------------------------------
*/
:root {
  --ecc-home-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
}

.main {
  padding-bottom: 30px;
}
@media (min-width: 750.02px) {
  .main {
    padding-bottom: 100px;
  }
}

.homeMain {
  display: block;
  width: 100%;
  position: relative;
}
.homeMain__header {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  margin-bottom: clamp(40px, 5.33vw, 100px);
}

/*
 * Section
------------------------------------------------*/
.home-section {
  display: block;
  width: 100%;
  padding: 50px 0;
}
.home-section__header {
  display: block;
  width: 100%;
}
.home-section__body {
  display: block;
  width: 100%;
}
.home-section__nav {
  display: block;
  width: 100%;
  margin-top: clamp(40px, 5.33vw, 60px);
}

.home-section-title {
  --ecc-border-color: #004688;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  margin: 0 0 1em;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 15px;
  background-image: linear-gradient(var(--ecc-border-color) 0%, var(--ecc-border-color) 100%);
  background-repeat: no-repeat;
  background-size: 75px 3px;
  background-position: center bottom;
}
@media (min-width: 750.02px) {
  .home-section-title {
    padding: 0 0 20px;
    font-size: 42px;
    background-size: 90px 5px;
  }
}
.home-section-title span {
  display: block;
  width: auto;
  max-width: 100%;
}
.home-section-title small {
  display: block;
  width: 100%;
  font-size: 0.67em;
}
@media (min-width: 750.02px) {
  .home-section-title small {
    font-size: 0.57em;
  }
}

.home-section-lead {
  display: block;
  width: 100%;
  margin: 0 0 2em;
  font-size: clamp(14px, 1.87vw, 18px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.home-section-lead span {
  display: inline-block;
}

/*
 * アクティブに稼働中
------------------------------------------------*/
.home-accounts {
  --ecc-container-maxwidth: 100%;
  --ecc-container-padding: 0;
  width: 100%;
  margin: clamp(25px, 3.33vw, 30px) 0;
}
.home-accounts__header {
  display: block;
  width: 100%;
  margin: 0 0 clamp(40px, 5.33vw, 50px);
  overflow: hidden;
}
.home-accounts__body {
  display: block;
  width: 100%;
}

.home-accounts-title {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1em;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.home-accounts-title::before, .home-accounts-title::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  flex-grow: 1;
  flex-basis: 0;
  background: #dddddd;
}
@media (min-width: 750.02px) {
  .home-accounts-title {
    font-size: 32px;
  }
}
.home-accounts-title__text {
  display: block;
  line-height: 1.75;
}

/*
 * MV
------------------------------------------------*/
.home-mv {
  --ecc-container-maxwidth: 375px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0 0 clamp(25px, 3.33vw, 30px);
  min-height: 575px;
  padding: 35px 0;
  overflow: hidden;
  color: #ffffff;
  background-color: #004688;
  background-image: url("../images/home/bg_mv_sp.jpg?t=1751243670439");
  background-repeat: no-repeat;
  background-size: var(--ecc-container-maxwidth);
  background-position: center;
}
@media (min-width: 750.02px) {
  .home-mv {
    --ecc-container-maxwidth: 1400px;
    /* padding: 90px 0; */
    background-image: url("../images/home/bg_mv_pc.jpg?t=1751243670439");
    background-size: cover;
    background-position: center;
  }
}
.home-mv__layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 505px;
}
.home-mv__layout__title {
  width: 100%;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: minmax(0, 1fr);
  text-align: center;
}
.home-mv__layout__nav {
  display: block;
  width: 100%;
  margin: auto 0 0;
}
@media (min-width: 750.02px) {
  .home-mv__layout {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: minmax(0, 1fr);
    min-height: 370px;
  }
  .home-mv__layout__title {
    grid-gap: 25px;
    text-align: left;
  }
}
.home-mv .ecc-cta-navs {
  grid-gap: 15px;
}
@media (min-width: 750.02px) {
  .home-mv .ecc-cta-navs {
    max-width: 580px;
    grid-gap: 20px;
  }
}
.home-mv .ecc-cta-nav__body {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 750px) {
  .home-mv .ecc-cta-nav__head + .ecc-cta-nav__body::before {
    margin-top: 0.25em;
    max-width: 305px;
  }
}
@media (min-width: 750.02px) {
  .home-mv .ecc-cta-nav__head + .ecc-cta-nav__body::before {
    max-width: 240px;
  }
}
@media (max-width: 750px) {
  .home-mv .ecc-cta-nav .ecc-button {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}

/*--------------- Catchcopy ---------------*/
.home-mv-catchcopy {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: min(16px, 4.27vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .home-mv-catchcopy {
    letter-spacing: -0.025em;
  }
}
@media (min-width: 750.02px) {
  .home-mv-catchcopy {
    font-size: 36px;
    font-size: min(36px, 3vw);
    font-weight: 700;
  }
}

/*--------------- Heading ---------------*/
.home-mv-heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 38px;
  font-weight: 700;
}
.home-mv-heading__title {
  display: flex;
  justify-content: center;
}
.home-mv-heading__image {
  margin-left: auto;
}
@media (max-width: 750px) {
  .home-mv-heading__image {
    width: 2.76em;
    margin-right: calc(-1 * var(--ecc-container-padding) / 3 * 2);
  }
}
@media (min-width: 750.02px) {
  .home-mv-heading {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    font-size: 74px;
    font-size: min(74px, 6.17vw);
    font-weight: 700;
  }
  .home-mv-heading__title {
    display: block;
  }
  .home-mv-heading__image {
    margin: 0;
  }
}

.home-mv-heading-image {
  display: block;
  width: 100%;
  font-size: 10px;
}
.home-mv-heading-image img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

/*--------------- Title ---------------*/
.home-mv-title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
.home-mv-title__prefix {
  width: 100%;
  margin: 0 0 0.15em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  font-weight: 500;
  font-size: 0.37em;
  letter-spacing: 0.025em;
}
.home-mv-title__prefix::before, .home-mv-title__prefix::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: currentColor;
}
.home-mv-title__text {
  display: block;
  width: 100%;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

/*
 * About
------------------------------------------------*/
.home-about__lead {
  width: 100%;
  margin: 0 0 clamp(40px, 5.33vw, 90px);
}
.home-about__nav {
  width: 100%;
}

.home-about-lead {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.87vw, 28px);
  line-height: 1.75;
  text-align: center;
  font-weight: 600;
}

.home-about-nav {
  display: block;
  width: 100%;
}
.home-about-nav__image {
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  .home-about-nav__image {
    --ecc-container-padding: 0;
  }
}
.home-about-nav__body {
  display: block;
  width: 100%;
}
.home-about-nav__image + .home-about-nav__body {
  margin-top: 10px;
}
@media (min-width: 750.02px) {
  .home-about-nav__image + .home-about-nav__body {
    margin-top: -40px;
  }
}
.home-about-nav__list {
  list-style: none;
  padding-left: 0;
  width: auto;
  margin: 0 -5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home-about-nav__list__item {
  display: block;
  margin: 0 0 10px;
  padding: 0 5px;
  width: auto;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (min-width: 750.02px) {
  .home-about-nav__list {
    margin: 0 -15px;
  }
  .home-about-nav__list__item {
    margin: 0 0 30px;
    padding: 0 15px;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.home-about-nav-image {
  display: block;
  width: 100%;
}
.home-about-nav-image img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.home-about-nav-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: inherit;
}
.home-about-nav-block[href] {
  text-decoration: none;
}
.home-about-nav-block__image {
  display: block;
  width: 100%;
  padding: 0 10%;
}
.home-about-nav-block__image img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.home-about-nav-block__body {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
@media (min-width: 750.02px) {
  .home-about-nav-block__body {
    margin: -10px 0 0;
  }
}
.home-about-nav-block__name {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: color 0.25s, background-color 0.3s, border-color 0.3s;
}
.home-about-nav-block__name::after {
  --fa: "\f107";
  content: var(--fa);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  text-decoration: none;
  font-size: 0.75em;
}
@media (max-width: 750px) {
  .home-about-nav-block__name::after {
    width: 100%;
    height: 30px;
    margin: 10px 0 0;
    font-size: 1.29em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    color: #000000;
    background-color: #eeeeee;
  }
}
@media (min-width: 750.02px) {
  .home-about-nav-block__name {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 0.42em;
    padding-bottom: 0.42em;
    border: 2px solid #000000;
    border-radius: 2.5em;
    color: #000000;
    background: #ffffff;
  }
}
@media (min-width: 750.02px) {
  .home-about-nav-block[href]:hover {
    opacity: 1;
  }
  .home-about-nav-block[href]:hover .home-about-nav-block__name {
    color: #ffffff;
    background-color: #004688;
    border-color: #004688;
  }
}

/*
 * 選べるサービス
------------------------------------------------*/
.home-services {
  margin-bottom: 40px;
}
.home-services .home-section-title {
  margin-bottom: clamp(60px, 8vw, 90px);
}

.home-services-section {
  display: block;
  width: 100%;
}
.home-services-section + .home-services-section {
  margin-top: clamp(60px, 8vw, 100px);
}
.home-services-section__header {
  display: block;
  width: 100%;
  margin: 0 0 clamp(40px, 5.33vw, 50px);
  overflow: hidden;
}
.home-services-section__body {
  display: block;
  width: 100%;
}
.home-services-section__content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 40px;
}
@media (min-width: 750.02px) {
  .home-services-section__content {
    grid-gap: 60px;
  }
}

.home-services-section-title {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1em;
  font-size: 20px;
  font-weight: 600;
}
.home-services-section-title::before, .home-services-section-title::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  flex-grow: 1;
  flex-basis: 0;
  background: #dddddd;
}
@media (min-width: 750.02px) {
  .home-services-section-title {
    font-size: 32px;
  }
}

/*--------------- block ---------------*/
.home-service {
  display: block;
  width: 100%;
  padding: 20px 20px;
  box-shadow: var(--ecc-home-box-shadow, none);
  color: #000000;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
@media (min-width: 750.02px) {
  .home-service {
    font-size: 16px;
    padding: 5.45% 5.45%;
  }
}
.home-service__title {
  width: 100%;
  display: flex;
  margin: 0 0 25px;
}
.home-service__title img {
  display: block;
  width: 32.79%;
  height: auto;
  margin-right: 0.75em;
  flex-shrink: 0;
}
@media (min-width: 750.02px) {
  .home-service__title {
    margin-bottom: 35px;
  }
  .home-service__title img {
    width: 33.7%;
  }
}
.home-service__body {
  display: block;
  width: 100%;
  line-height: 1.75;
  margin: 0 0 25px;
}
.home-service__content {
  display: block;
  width: 100%;
}
.home-service__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 750.02px) {
  .home-service__toggle {
    display: none;
  }
}

.home-service-toggle {
  display: block;
  width: 100%;
  height: 30px;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  color: #000000;
  background-color: #eeeeee;
}

.home-service-title {
  display: block;
  width: 100%;
  line-height: 1.25;
}

.home-service-title-catchcopy {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0.25em;
}
@media (min-width: 750.02px) {
  .home-service-title-catchcopy {
    font-size: 24px;
    font-size: min(2.18vw, 24px);
  }
}

.home-service-title-name {
  display: block;
  width: 100%;
  font-family: var(--ecc-font-family-en, var(--ecc-font-family-base, sans-serif));
  font-size: 37px;
  font-weight: 900;
  line-height: 1;
  word-break: break-all;
}
@media (min-width: 750.02px) {
  .home-service-title-name {
    font-size: 57px;
    font-size: min(5.18vw, 57px);
  }
}

.home-service-point {
  display: block;
  width: 100%;
  padding: 0 1.67%;
}
@media (min-width: 750.02px) {
  .home-service-point {
    padding: 0 6.52%;
  }
}
.home-service-point img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.home-service-preview {
  display: block;
  width: 100%;
}
.home-service-preview__image {
  display: block;
  width: 100%;
}
.home-service-preview__image img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.home-service__layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 30px;
}
.home-service__layout__secondary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 25px;
}
.home-service__layout__secondary .home-service-preview {
  width: auto;
  margin: 0 -5px;
}
@media (min-width: 750.02px) {
  .home-service__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 60px;
  }
  .home-service__layout__primary {
    display: flex;
    flex-direction: column;
  }
  .home-service__layout__primary .home-service-point {
    margin-top: auto;
  }
  .home-service__layout__secondary {
    grid-gap: 55px;
  }
}

/*--------------- Accordion ---------------*/
@media (max-width: 750px) {
  .home-service {
    padding-bottom: 50px;
  }
  .home-service.js--opened {
    padding-bottom: 70px;
  }
  .home-service__content {
    display: none;
  }
  .home-service__toggle {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
  }
  .home-service:not(.js--opened) .home-service-toggle.is-opened {
    display: none;
  }
  .home-service.js--opened .home-service-toggle.is-closed {
    display: none;
  }
}
/*--------------- メッセージ ---------------*/
.home-serviceMessage {
  display: block;
  width: 100%;
  padding: 40px 40px;
  box-shadow: var(--ecc-home-box-shadow, none);
  color: #999999;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 750.02px) {
  .home-serviceMessage {
    font-size: min(2.18vw, 24px);
    padding: 20px 20px;
  }
}

/*
 * 連携システム
------------------------------------------------*/
.home-cooperates {
  width: 100%;
  color: #000000;
  background-color: #e7edf4;
  background-image: url("../images/home/bg-cooperate_sp.jpg?t=1751243670439");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media (min-width: 750.02px) {
  .home-cooperates {
    padding: 100px 0;
    background-image: url("../images/home/bg-cooperate_pc.jpg?t=1751243670439");
    background-position: center;
    background-size: cover;
  }
}
.home-cooperates .home-section-title em {
  font-style: normal;
  padding-top: 0;
}
.home-cooperates .home-section__content {
  color: #000000;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: var(--ecc-home-box-shadow, none);
  padding: 40px 20px;
}
@media (min-width: 750.02px) {
  .home-cooperates .home-section__content {
    padding: 60px 60px;
  }
}

.home-cooperate {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.home-cooperate__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.home-cooperate__list__item {
  display: block;
  width: auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.home-cooperate-image {
  display: block;
  width: 100%;
}
.home-cooperate-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .home-cooperate-image {
    width: auto;
    height: 27px;
    max-width: 100%;
  }
  .home-cooperate-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}

/*
 * Base & Securities
------------------------------------------------*/
.home-baseSecurities {
  width: 100%;
  color: #ffffff;
  background-color: #08427f;
  background-image: url("../images/home/bg-base_sp.jpg?t=1751243670439");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (min-width: 750.02px) {
  .home-baseSecurities {
    padding: 100px 0;
    background-image: url("../images/home/bg-base_pc.jpg?t=1751243670439");
    background-position: center;
    background-size: cover;
  }
}
.home-baseSecurities .home-section-title {
  --ecc-border-color: #ffffff;
}
.home-baseSecurities .home-section__content {
  color: #000000;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: var(--ecc-home-box-shadow, none);
  padding: 15px 15px;
}
@media (min-width: 750.02px) {
  .home-baseSecurities .home-section__content {
    padding: 60px 60px;
  }
}

.home-baseSecurity {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.home-baseSecurity__image {
  display: block;
  width: 100%;
}
.home-baseSecurity__image img {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * 選ばれる理由
------------------------------------------------*/
.home-points {
  margin-bottom: clamp(40px, 5.33vw, 80px);
}
.home-points__main {
  display: block;
  width: 100%;
}
.home-points__main__content {
  display: block;
  width: 100%;
}
.home-points__main__aside {
  display: block;
  width: 100%;
  padding: clamp(40px, 5.33vw, 80px) 0;
}
@media (min-width: 750.02px) {
  .home-points .home-section-title {
    margin-bottom: 60px;
  }
}
@media (min-width: 750.02px) {
  .home-baseSecurities + .home-points {
    margin-top: 100px;
  }
}

.home-point {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 30px;
}
@media (min-width: 750.02px) {
  .home-point {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 25px;
  }
}

.home-point-section {
  display: block;
  width: 100%;
  padding: 20px 20px;
  border-radius: 5px;
  overflow: hidden;
  color: #000000;
  background: #ffffff;
  box-shadow: var(--ecc-home-box-shadow, none);
  position: relative;
}
.home-point-section::before {
  content: "";
  display: block;
  width: 15.65%;
  aspect-ratio: 108/62;
  background-color: #004688;
  pointer-events: none;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: auto;
}
@media (min-width: 750.02px) {
  .home-point-section {
    padding: 40px 20px;
  }
  .home-point-section::before {
    aspect-ratio: 88/52;
    width: 25.14%;
  }
}
.home-point-section > * {
  position: relative;
  z-index: 2;
}
.home-point-section__header {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  grid-gap: 0;
  margin: 0 0 20px;
}
.home-point-section__header__image {
  display: block;
  width: 100%;
}
@media (min-width: 750.02px) {
  .home-point-section__header {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .home-point-section__header__image {
    display: block;
    width: 100%;
  }
}
.home-point-section__content {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
  font-feature-settings: normal;
}
@media (min-width: 750.02px) {
  .home-point-section__content {
    font-size: 16px;
  }
}

.home-point-section-image {
  display: block;
  width: 100%;
}
.home-point-section-image img {
  display: block;
  width: 100%;
  height: auto;
}

.home-point-section-title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 750.02px) {
  .home-point-section-title {
    font-size: 24px;
    margin: 0 0 1.25em;
  }
}
.home-point-section-title span {
  display: block;
}

.home-point-achievements {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 15px;
}
.home-point-achievements__image {
  display: block;
  width: 100%;
}
.home-point-achievements__image img {
  display: block;
  width: 100%;
  height: auto;
}
.home-point-achievements__note {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-align: right;
}
@media (min-width: 750.02px) {
  .home-point-achievements {
    grid-template-columns: minmax(0, 1fr) 58.18% minmax(0, 1fr);
    grid-template-areas: "_ image note";
    grid-gap: 8px;
  }
  .home-point-achievements__image {
    grid-area: image;
  }
  .home-point-achievements__note {
    grid-area: note;
    padding: 0.5em 0;
    align-self: flex-end;
    font-size: 12px;
    text-align: left;
  }
}

/*
 * インタビュー
------------------------------------------------*/
.home-interviews {
  padding: clamp(75px, 10vw, 100px) 0 clamp(35px, 4.67vw, 70px);
}
@media (min-width: 750.02px) {
  * + .home-interviews {
    margin-top: 70px;
  }
}
.home-interviews .home-section-title {
  margin-bottom: clamp(20px, 2.67vw, 40px);
}
.home-interviews__content {
  overflow: hidden;
}
.home-interviews__content .swiper {
  overflow: visible;
}
@media (min-width: 750.02px) {
  .home-interviews__content {
    --ecc-container-maxwidth: 100%;
    --ecc-container-padding: 0;
  }
}

/*
 * 活用事例
------------------------------------------------*/
.home-works {
  padding: clamp(35px, 4.67vw, 70px) 0;
}
.home-works .home-section-title {
  margin-bottom: clamp(20px, 2.67vw, 40px);
}
.home-works__content {
  --ecc-container-maxwidth: 100%;
  --ecc-container-padding: 0;
  padding: 10px 0;
  overflow: hidden;
}
.home-works__content .swiper {
  overflow: visible;
}

/*
 * コラム
------------------------------------------------*/
.home-columns {
  padding: clamp(35px, 4.67vw, 70px) 0 clamp(75px, 10vw, 100px);
  background-image: linear-gradient(#e7edf4 0%, #e7edf4 100%);
  background-repeat: no-repeat;
  background-size: 100% 68%;
  background-position: center bottom;
}
@media (min-width: 750.02px) {
  .home-columns {
    background-size: 100% 64.44%;
  }
}
.home-columns .home-section-title {
  margin-bottom: clamp(20px, 2.67vw, 40px);
}
.home-columns__content {
  padding: 10px 0;
  overflow: hidden;
}
.home-columns__content .swiper {
  overflow: visible;
}
@media (min-width: 750.02px) {
  .home-columns__content {
    --ecc-container-maxwidth: 100%;
    --ecc-container-padding: 0;
  }
}

/*
 * サポート
------------------------------------------------*/
@media (min-width: 750.02px) {
  * + .home-supports {
    margin-top: 100px;
  }
}

.home-support {
  display: block;
  width: 100%;
}
@media (min-width: 750.02px) {
  .home-support {
    padding: 40px 0;
  }
}
.home-support__image {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}
.home-support__image img {
  display: block;
  width: 100%;
  height: auto;
}
.home-support__nav {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  border-top: 5px solid rgba(0, 70, 136, 0.5);
  box-shadow: var(--ecc-home-box-shadow, none);
  border-radius: 5px;
  overflow: hidden;
}

.home-support-nav {
  display: block;
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  padding: clamp(35px, 4.67vw, 60px) 20px;
}
.home-support-nav__list {
  list-style: none;
  padding-left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 20px;
}
.home-support-nav__list__item {
  display: block;
  width: 100%;
}
@media (min-width: 750.02px) {
  .home-support-nav__list {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 30px;
  }
  .home-support-nav__list__item {
    display: flex;
  }
}

.home-support-nav-block {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 1.25em;
  border: 2px solid currentColor;
  color: #004688;
  background: #ffffff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  box-shadow: 3px 3px 0 0px rgba(15, 76, 129, 0.1);
}
.home-support-nav-block__image {
  display: block;
  width: 26px;
}
.home-support-nav-block__image img {
  display: block;
  width: 100%;
  height: auto;
}
.home-support-nav-block__body {
  display: block;
  flex-grow: 1;
  flex-basis: 0;
}
@media (min-width: 750.02px) {
  .home-support-nav-block {
    justify-content: center;
    padding: 1em 1em;
    font-size: 18px;
    box-shadow: 6px 6px 0 0px rgba(15, 76, 129, 0.1);
  }
  .home-support-nav-block__image {
    width: auto;
    margin-right: 1.5em;
  }
}
.home-support-nav-block[href] {
  text-decoration: none !important;
}
.home-support-nav-block[href]::after {
  --fa: "\f054";
  content: var(--fa);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  text-decoration: none;
  font-size: 0.78em;
  margin-left: 0.25em;
  align-self: center;
}

.home-support-nav-block-text {
  display: block;
}

/*
 * News
------------------------------------------------*/
.home-information .home-section-title {
  margin-bottom: clamp(40px, 5.33vw, 60px);
}
.home-information .ecc-news__list__item:nth-child(n+5) {
  display: none;
}
