img {
  width: 100%;
  max-width: 100%;
}
/* =========================
AI機能を標準搭載
========================= */
.features {
  position: relative;
  overflow: hidden;
}
.features__inner {
  position: relative;
}
.features__bg {
  position: absolute;
  bottom: 6%;
  right: -700px;
  z-index: 0;
}
@media screen and (max-width: 840px) {
  .features__bg {
    bottom: auto;
    top: 0;
  }
}
.features__body {
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  max-width: 1160px;
  margin-inline: auto;
}
@media screen and (max-width: 840px) {
  .features__body {
    grid-template-columns: 1fr;
    justify-items: center;
    grid-template-rows: auto auto auto;
  }
}

.features__image {
  display: block;
  grid-column: 2/3;
  grid-row: 1/3;
  max-width: 550px;
}
@media screen and (max-width: 840px) {
  .features__image {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-block-start: 30px;
    margin-inline-start: 19px;
    width: 104%;
  }
}

.features__title .u-color-blue {
  font-weight: 900;
  font-size: clamp(35px, calc(1vw + 30px), 56px);
}
.features__lead {
  grid-column: 1/2;
  grid-row: 1/2;
  font-weight: 700;
  color: #3575bf;
  line-height: 1.5;
  align-self: end;
  font-feature-settings: "halt";
  font-size: clamp(22px, calc(1vw + 18px), 36px);
}

@media screen and (max-width: 840px) {
  .features__lead {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: center;
  }
}

.features__button {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: flex-start;
  display: inline-block;
  margin-block-start: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  position: relative;
  max-width: 420px;
  background: linear-gradient(90deg, #3575bf 0%, #00a3d8 100%);
  padding: 1em 4em 1em 3em;
  transition: 0.3s ease;
}
@media screen and (max-width: 840px) {
  .features__button {
    grid-column: 1/2;
    grid-row: 3/4;
    padding-inline: 0;
    width: 100%;
    margin-block-start: 30px;
  }
}

.features__button:hover {
  transform: translateY(-10px);
}

.features__button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}

/* =========================
AIオプション機能でできること
========================= */
.evolution__list {
  display: flex;
  gap: 50px;
  margin-block-start: 68px;
}
@media screen and (max-width: 1160px) {
  .evolution__list {
    flex-direction: column;
    margin-block-start: 64px;
    gap: 66px;
    align-items: center;
    padding-inline: 10px;
  }
}

@media screen and (max-width: 840px) {
  .evolution__lead {
    text-align: left !important;
    font-size: 14px !important;
    padding-inline: 8px;
    letter-spacing: -0.02rem;
  }
}
.evolution-item {
  background-color: #fff;
  position: relative;
  width: calc(100% / 2);
}

@media screen and (max-width: 1160px) {
  .evolution-item {
    width: 100%;
    box-shadow:
      0px 4px 6px -1px rgba(0, 0, 0, 0.1),
      0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 525px;
  }
}
.evolution-item__lead {
  background-color: #3575bf;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-size: clamp(20px, calc(0vw + 19px), 24px);
  padding-block: 1.1em;
  min-width: 290px;
  display: inline-block;
  line-height: 1;
  transform: translateY(-10px);
}

@media screen and (max-width: 1160px) {
  .evolution-item__lead {
    transform: translateY(-30px) translateX(10px);
    font-size: 18px;
    padding-block: 0.9em;
    padding-inline: 70px 0;
    border-radius: 30px 0 0 30px;
  }
}
@media screen and (max-width: 840px) {
  .evolution-item__lead {
    min-width: 242px;
  }
}

.evolution-item__lead:before {
  content: "";
  width: clamp(64px, calc(1vw + 60px), 80px);
  height: clamp(64px, calc(1vw + 60px), 80px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.evolution-item__lead--assistant {
  padding-inline-start: 30px;
}
@media screen and (max-width: 1160px) {
  .evolution-item__lead--assistant {
    padding-inline-start: 45px;
  }
}
@media screen and (max-width: 1160px) {
  .evolution-item__lead:before {
    left: -4px;
  }
}

.evolution-item__lead--assistant:before {
  background-image: url(/_pack/img/ai-option/evolution-item-assistant.webp);
}

@media screen and (max-width: 1160px) {
  .evolution-item__lead--advisor {
    padding-inline-start: 45px;
  }
}

.evolution-item__lead--advisor:before {
  background-image: url(/_pack/img/ai-option/evolution-item-advisor.webp);
}

.evolution-item__inner {
  padding-block: 14px 30px;
  padding-inline: 30px;
}

@media screen and (max-width: 840px) {
  .evolution-item__inner {
    padding-block: 14px 10px;
    padding-inline: 16px;
  }
}
.evolution-item__title {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  color: #3575bf;
  font-feature-settings: "palt";
}
@media screen and (max-width: 840px) {
  .evolution-item__title {
    margin-block-start: -20px;
    font-size: clamp(17px, calc(20vw + -58px), 20px);
  }
}

.evolution-item__text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  padding-block: 10px;
  padding-inline: 20px;
  background-color: #f5f6f6;
  border-radius: 10px;
  margin-block-start: 20px;
}
@media screen and (max-width: 840px) {
  .evolution-item__text {
    padding-block: 16px;
    padding-inline: 16px;
  }
}
.evolution-item__button {
  margin-block-start: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-left: 2.1em;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #3575bf;
  position: relative;
}
@media screen and (max-width: 840px) {
  .evolution-item__button {
    margin-block-start: 14px;
  }
}
.evolution-item__button .arrow {
  display: inline-block;
  max-width: 20px;
}

/* 
.evolution-item__button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1b85fb;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
} */
/* =========================
AI文字入力アシスト
========================= */
.assistant {
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-blend-mode: lighten;
}
.assistant__subtitle {
  font-weight: 800;
  font-size: clamp(20px, calc(1vw + 16px), 36px);
  color: #3575bf;
  line-height: 1.5;
}

@media screen and (max-width: 840px) {
  .assistant__subtitle {
    text-align: center;
  }
}

.assistant-point {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.assistant-point:first-of-type {
  margin-block-start: 60px;
}

@media screen and (max-width: 840px) {
  .assistant-point:first-of-type {
    margin-block-start: 36px;
  }
}
.assistant-point + .assistant-point {
  margin-block-start: 37px;
}
@media screen and (max-width: 840px) {
  .assistant-point + .assistant-point {
    margin-block-start: 20px;
  }
}
.assistant-point__image {
  background-color: #ccf0f7;
  border-radius: 10px;
  flex-shrink: 0;
  width: 85px;
  height: 85px;
  position: relative;
}
.assistant-point__image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/_pack/img/common/icon_robopat01.svg);
}
.assistant-point__text {
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
}

@media screen and (max-width: 840px) {
  .assistant-point__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.assistant-point__text .bold {
  font-weight: 900;
  display: block;
}

.assistant__body {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: center;
  padding-block-start: 23px;
}
@media screen and (max-width: 1160px) {
  .assistant__body {
    flex-direction: column;
    align-items: center;
    gap: 27px;
    padding-inline: 10px;
  }
}
.assistant__image {
  max-width: 480px;
  flex-shrink: 0;
}

.assistant-summary {
  outline: solid 3px #3575bf;
  border-radius: 15px;
  margin-block-start: 71px;
}

@media screen and (max-width: 840px) {
  .assistant-summary {
    overflow: hidden;
    margin-block-start: 30px;
    border-radius: 8px;
  }
}
.assistant-summary__inner {
  position: relative;
  padding-block: 30px;
  padding-inline-start: 200px;
}
@media screen and (max-width: 840px) {
  .assistant-summary__inner {
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    padding-block: 0;
    padding-inline-end: 15px;
  }
}
.assistant-summary__image {
  width: 100%;
  max-width: 150px;
  position: absolute;
  bottom: 0;
  left: 20px;
}

@media screen and (max-width: 840px) {
  .assistant-summary__image {
    position: static;
    left: auto;
    max-width: 98px;
  }
}

.assistant-summary__text p {
  padding-left: 33px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 840px) {
  .assistant-summary__text p {
    font-size: 14px;
  }
}
.assistant-summary__text p + p {
  margin-block-start: 8px;
}

.assistant-summary__text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/_pack/img/ai-option/icon-checkbox.svg);
}

@media screen and (max-width: 840px) {
  .assistant-summary__text p::before {
    top: 0;
    transform: translateY(0);
  }
}

/* =========================
AIアドバイザー
========================= */
.advisor {
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-blend-mode: lighten;
}
.advisor__body {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  padding-block-start: 11px;
}
@media screen and (max-width: 1080px) {
  .advisor__body {
    flex-direction: column;
    align-items: center;
    padding-block-start: 0;
    gap: 55px;
  }
}
.advisor__image {
  max-width: 480px;
  flex-shrink: 0;
}

.advisor__subtitle {
  font-weight: 800;
  font-feature-settings: "halt";
  font-size: clamp(20px, calc(1vw + 16px), 36px);
  color: #3575bf;
  line-height: 1.5;
}

@media screen and (max-width: 840px) {
  .advisor__subtitle {
    text-align: center;
  }
}

.assistant-point__list {
  margin-block-start: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 840px) {
  .assistant-point__list {
    margin-block-start: 26px;
    gap: 25px;
  }
  .advisor .assistant-point__list {
    gap: 30px;
  }
}

.assistant-point-item {
  background-color: #eaf5fb;
}
.assistant-point-item__inner {
  padding: 0 15px 15px 15px;
}

.assistant-point-item__title {
  background-color: #3575bf;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  display: block;
  max-width: 240px;
  padding: 10px 0 10px 10px;
  color: #fff;
  transform: translateY(-10px);
}

.assistant .assistant-point-item__title {
  max-width: 320px;
}

@media screen and (max-width: 1160px) {
  .assistant .assistant-point-item__title {
    max-width: 330px;
  }
}

.assistant-point-item__title .number {
  font-family: "Arial", "メイリオ";
  display: inline-block;
  margin-inline-end: 13px;
  font-weight: 400;
}

.assistant-point-item__text {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
  .assistant-point-item__text {
    font-size: 14px;
    font-feature-settings: "halt";
  }
}
.advisor__image {
  max-width: 480px;
  flex-shrink: 0;
}

@media screen and (max-width: 1160px) {
  .advisor__text {
    padding-inline: 10px;
  }
}
.advisor-summary {
  outline: solid 3px #3575bf;
  border-radius: 15px;
  margin-block-start: 52px;
}

@media screen and (max-width: 840px) {
  .advisor-summary {
    overflow: hidden;
    border-radius: 8px;
    margin-block-start: 29px;
  }
}
.advisor-summary__inner {
  position: relative;
  padding-block: 30px;
  padding-inline-start: 200px;
}
@media screen and (max-width: 840px) {
  .advisor-summary__inner {
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    padding-block: 0;
    padding-inline-end: 15px;
  }
}
.advisor-summary__image {
  max-width: 150px;
  position: absolute;
  bottom: 0;
  left: 20px;
}

@media screen and (max-width: 840px) {
  .advisor-summary__image {
    position: static;
    left: auto;
    max-width: 107px;
    margin-block-start: 10px;
  }
}

.advisor-summary__text p {
  padding-left: 33px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 840px) {
  .advisor-summary__text p {
    font-size: 14px;
  }
}

.advisor-summary__text p + p {
  margin-block-start: 8px;
}
@media screen and (max-width: 840px) {
  .advisor-summary__text p + p {
    margin-block-start: 3px;
  }
}
.advisor-summary__text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/_pack/img/ai-option/icon-checkbox.svg);
}

@media screen and (max-width: 840px) {
  .advisor-summary__text p::before {
    top: 0;
    transform: translateY(0);
  }
}

/* =========================
他にはない、2つのAI機能を標準搭載
========================= */
.comparison__title.c-sectTtl {
  display: inline-block;
}

.comparison__title.c-sectTtl .en {
  justify-content: center;
}

.comparison__image {
  max-width: 800px;
  display: block;
  margin-inline: auto;
  margin-block-start: 54px;
}
@media screen and (max-width: 840px) {
  .comparison__image {
    margin-block-start: 18px;
  }
}
@media screen and (max-width: 840px) {
  .comparison__lead {
    font-size: 14px !important;
  }
}
