@charset "UTF-8";
/**
 * 特長ページ専用スタイル
 * /feature/ で使用
 */
.inner {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 857px) {
  .inner {
    max-width: 1040px;
  }
}
@media screen and (max-width: 856px) {
  .inner {
    padding: 0 5.33333vw;
  }
}

.block-4points {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  padding: 70px 0;
}
@media screen and (max-width: 856px) {
  .block-4points {
    padding: 60px 0;
    gap: 27px;
  }
}

.block-heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bg-grey {
  background: #F5F7FA;
}

.section-heading--feature {
  color: #0D57A7;
}

.feature-4points-list {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 856px) {
  .feature-4points-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 21px;
  }
}

.feature-4points-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #0D57A7;
  border-radius: 8px;
  box-shadow: 0px 8px 10px 0px rgba(13, 87, 167, 0.2);
  padding: 40px 0 0;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-4points-item:hover {
  transform: translateY(-4px);
  box-shadow: 0px 12px 16px 0px rgba(13, 87, 167, 0.3);
}
.feature-4points-item:active {
  transform: translateY(-2px);
}

.feature-4points-item-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.feature-4points-number {
  position: absolute;
  top: 2px;
  left: 4px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 856px) {
  .feature-4points-number {
    font-size: 7.25vw;
  }
}

.feature-4points-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  align-items: center;
  padding-bottom: 10px;
}

.feature-4points-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media screen and (max-width: 856px) {
  .feature-4points-text {
    font-size: 3.5vw;
  }
}

.feature-4points-icon {
  width: 45px;
  height: 28px;
  flex-shrink: 0;
}
@media screen and (max-width: 856px) {
  .feature-4points-icon {
    width: 6vw;
    height: 3.73333vw;
  }
}

.feature-main {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding: 70px 0;
}

.feature-main__inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 856px) {
  .feature-main__inner {
    gap: 0;
  }
}

.feature-section {
  border-radius: 92px;
  background-color: #FFFFFF;
  position: relative;
  padding: 100px 55px 70px 55px;
  scroll-margin-top: 150px;
  margin-top: 100px;
}
.feature-section:first-child {
  margin-top: 0;
}
@media screen and (max-width: 856px) {
  .feature-section {
    border-radius: 40px;
    padding: 60px 20px 40px;
    scroll-margin-top: 100px;
    margin-top: 80px;
  }
  .feature-section:first-child {
    margin-top: 0;
  }
}

.feature-section__number {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 130px;
  color: rgba(13, 87, 167, 0.12);
}
@media screen and (max-width: 856px) {
  .feature-section__number {
    font-size: 25vw;
  }
}
@media screen and (max-width: 856px) {
  .feature-section__number {
    top: -10vw;
  }
}

.feature-section__inner {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media screen and (max-width: 856px) {
  .feature-section__inner {
    gap: 7.5vw;
  }
}

.feature-section__heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 856px) {
  .feature-section__heading {
    gap: 3.5vw;
  }
}

.feature-section__title {
  font-weight: 700;
  color: #0D57A7;
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (max-width: 856px) {
  .feature-section__title {
    font-size: 7vw;
  }
}

.feature-section__lead {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 0;
}
@media screen and (max-width: 856px) {
  .feature-section__lead {
    font-size: 4vw;
  }
}

.feature-section__lead-accent {
  color: #ff7f00;
  font-weight: 700;
}

.feature-section__image {
  width: 100%;
  max-width: 100%;
}
.feature-section__image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.feature-section__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 856px) {
  .feature-section__content {
    gap: 7.5vw;
  }
}
.feature-section__content.u-mt-30 {
  margin-top: 30px;
}

.feature-section__content-title {
  font-weight: bold;
  color: #0D57A7;
  font-size: 30px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 856px) {
  .feature-section__content-title {
    font-size: 6vw;
  }
}

.security-measures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 856px) {
  .security-measures {
    grid-template-columns: 1fr;
    gap: 6.25vw;
    margin-left: 6vw;
    margin-right: 6vw;
  }
}

.security-measures__card {
  background-color: #F5F7FA;
  border-radius: 14px;
  padding: 14px 19px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 8px 8px 20px 0 rgba(33, 78, 150, 0.16);
}

.security-measures__title {
  font-weight: bold;
  color: #0D57A7;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 856px) {
  .security-measures__title {
    font-size: 4vw;
  }
}

.security-measures__description {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 856px) {
  .security-measures__description {
    font-size: 4vw;
  }
}

.security-measures__link {
  color: #377CEA;
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}
@media screen and (max-width: 856px) {
  .security-measures__link {
    font-size: 3.5vw;
  }
}

.customer-voice {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 22px;
  position: relative;
  border-radius: 0 0 62px 62px;
  background: #F5F7FA;
}
@media screen and (min-width: 857px) {
  .customer-voice {
    flex-direction: row;
    align-items: stretch;
  }
}

.customer-voice__title {
  background-color: #0D57A7;
  color: #FFFFFF;
  padding: 9px 26px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 20px 0;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  min-width: fit-content;
}
@media screen and (max-width: 856px) {
  .customer-voice__title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 856px) {
  .customer-voice__title {
    border-radius: 0 0 20px 0;
    line-height: 1.6;
  }
}

.customer-voice__content {
  padding: 24px;
  flex: 1;
  display: flex;
  gap: 30px;
  align-items: center;
  border-radius: 0 0 62px 62px;
  background: #F5F7FA;
}
@media screen and (max-width: 856px) {
  .customer-voice__content {
    border-left: 1px solid #e0e0e0;
    border-radius: 0 0 8px 8px;
    flex-direction: column;
    gap: 4vw;
  }
}

.customer-voice__photo {
  flex-shrink: 0;
  width: 128px;
  background-color: #f5f5f5;
  padding-top: 30px;
}
.customer-voice__photo img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  object-fit: cover;
}

.customer-voice__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.customer-voice__company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #0D57A7;
  padding-bottom: 8px;
}
@media screen and (max-width: 856px) {
  .customer-voice__company {
    padding-bottom: 12px;
  }
}

.customer-voice__name {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 856px) {
  .customer-voice__name {
    font-size: 4vw;
  }
}
@media screen and (max-width: 856px) {
  .customer-voice__name {
    text-align: left;
    line-height: 1.5;
  }
}

@media screen and (max-width: 856px) {
  .customer-voice__logo {
    max-width: 113px;
  }
}

.customer-voice__logo img {
  height: auto;
}

.customer-voice__text {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 856px) {
  .customer-voice__text {
    font-size: 3.5vw;
  }
}

.feature-performance {
  display: flex;
  padding: 17px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  background: #fff;
  box-shadow: 8px 8px 20px 0 rgba(33, 78, 150, 0.16);
}

.feature-performance__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  align-items: stretch;
}
@media screen and (max-width: 856px) {
  .feature-performance__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.feature-performance__card {
  background-color: #F5F7FA;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 856px) {
  .feature-performance__card {
    gap: 2.5vw;
    padding: 18px 15px;
  }
}

.feature-performance__title {
  font-weight: bold;
  color: #0D57A7;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  align-self: stretch;
}
@media screen and (max-width: 856px) {
  .feature-performance__title {
    font-size: 4.5vw;
  }
}

.feature-performance__stat {
  display: flex;
  align-items: baseline;
  gap: 8px;
  justify-content: center;
  margin-top: auto;
}

.feature-performance__number {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #FF7F00;
  font-size: 100px;
  line-height: 1;
}
@media screen and (max-width: 856px) {
  .feature-performance__number {
    font-size: 17.5vw;
  }
}

.feature-performance__unit {
  font-weight: bold;
  color: #FF7F00;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 856px) {
  .feature-performance__unit {
    font-size: 5vw;
  }
}

.feature-performance__description {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 856px) {
  .feature-performance__description {
    font-size: 3vw;
  }
}

.support-cards {
  border-radius: 20px;
  background: #fff;
  box-shadow: 8px 8px 20px 0 rgba(33, 78, 150, 0.16);
  display: flex;
  padding: 18px;
  flex-direction: column;
  align-self: stretch;
}

.support-cards__box {
  position: relative;
  align-items: stretch;
}
@media screen and (max-width: 856px) {
  .support-cards__box {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.support-cards__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 36px;
  height: 46px;
}
.support-cards__arrow img {
  width: 100%;
  height: auto;
  display: block;
}

.support-cards__arrow-down {
  transform: rotate(90deg);
  z-index: 1;
  width: 36px;
  height: 46px;
  margin: auto;
}
.support-cards__arrow-down img {
  width: 100%;
  height: auto;
  display: block;
}

.support-cards__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media screen and (max-width: 856px) {
  .support-cards__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.support-card {
  background-color: #FFFFFF;
  border-radius: 14px;
  padding: 40px 37px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 856px) {
  .support-card {
    gap: 20px;
  }
}

.support-card--pre {
  padding-left: 30px;
  padding-right: 60px;
  align-items: center;
}
@media screen and (max-width: 856px) {
  .support-card--pre {
    padding: 2.5vw 0;
  }
}

.support-card--post {
  border-radius: 14px;
  background: #f5f7fa;
}
@media screen and (max-width: 856px) {
  .support-card--post {
    padding: 24px 18px;
  }
}

.support-card__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.support-card__title {
  font-weight: bold;
  color: #0D57A7;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 856px) {
  .support-card__title {
    font-size: 6vw;
  }
}

.support-card__lead {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 856px) {
  .support-card__lead {
    font-size: 4vw;
  }
}
@media screen and (max-width: 856px) {
  .support-card__lead {
    line-height: 1.5;
    margin: auto -10px;
  }
}

.support-card__lead-accent {
  color: #FF7F00;
  font-weight: 700;
}

.support-card__list {
  list-style: none;
  padding: 24px 30px;
  margin: 30px 0 27px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  border: 1px solid #0D57A7;
}
@media screen and (max-width: 856px) {
  .support-card__list {
    margin: 20px 0;
    padding: 10px 14px;
  }
}

.support-card__list-item {
  color: #333333;
  font-size: 14px;
  line-height: 1.75;
  position: relative;
  padding-left: 1em;
  text-align: left;
}
@media screen and (max-width: 856px) {
  .support-card__list-item {
    font-size: 3.5vw;
  }
}
.support-card__list-item::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #0D57A7;
  font-size: 10px;
  padding-top: 4px;
}

.support-card__image {
  max-width: 300px;
}
@media screen and (min-width: 857px) {
  .support-card__image {
    margin-top: 27px;
  }
}
.support-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.support-card__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 856px) {
  .support-card__features {
    gap: 10px 20px;
    margin: auto -10px;
    justify-items: start;
  }
}

.support-card__feature {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}

.support-card__feature-icon {
  max-width: 135px;
  height: auto;
  flex-shrink: 0;
}
.support-card__feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.support-card__feature-text {
  color: #333333;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 856px) {
  .support-card__feature-text {
    font-size: 3.5vw;
  }
}

.support-card__link {
  color: #377CEA;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 856px) {
  .support-card__link {
    font-size: 3vw;
  }
}
.support-card__link:hover {
  text-decoration: none;
}

.feature-comparison__cards {
  border-radius: 20px;
  background: #fff;
  box-shadow: 8px 8px 20px 0 rgba(33, 78, 150, 0.16);
  display: flex;
  padding: 18px;
  flex-direction: column;
  align-self: stretch;
}

.feature-comparison__box {
  position: relative;
  align-items: stretch;
}
@media screen and (max-width: 856px) {
  .feature-comparison__box {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.feature-comparison__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 36px;
  height: 46px;
}
.feature-comparison__arrow img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-comparison__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 24px;
}
@media screen and (max-width: 856px) {
  .feature-comparison__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.feature-comparison__card {
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.feature-comparison__card--left {
  background: #f8f8f8;
}
.feature-comparison__card--right {
  background: #fff9ef;
}

.feature-comparison__title {
  font-weight: bold;
  color: #0D57A7;
  font-size: 26px;
  line-height: 1.5;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 856px) {
  .feature-comparison__title {
    font-size: 6vw;
  }
}
@media screen and (min-width: 857px) {
  .feature-comparison__title {
    min-height: 78px;
  }
}
@media screen and (max-width: 856px) {
  .feature-comparison__title {
    margin: 0 -20px;
  }
}

.feature-comparison__diagram {
  width: 100%;
}
.feature-comparison__diagram img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-comparison__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-comparison__list-item {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  padding-left: 24px;
  text-align: left;
}
@media screen and (max-width: 856px) {
  .feature-comparison__list-item {
    font-size: 3.5vw;
  }
}
.feature-comparison__list-item::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #0D57A7;
  font-size: 10px;
  padding-top: 4px;
}

.feature-comparison__link {
  color: #377CEA;
  text-decoration: underline;
}
.feature-comparison__link:hover {
  text-decoration: none;
}


