@charset "UTF-8";
.isp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
  .isp-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 950px;
    margin: 0 auto;
    padding: 10px 20px;
    min-height: 80px;
    gap: 16px; }
  .isp-header__logo {
    margin: 0;
    font-size: 0;
    line-height: 1; }
    .isp-header__logo a {
      display: inline-block;
      font-weight: 700;
      color: #1298A4;
      text-decoration: none;
      letter-spacing: 0.02em;
      white-space: nowrap; }
      .isp-header__logo a .isp-header__logo-freebit {
        font-size: 36px;
        line-height: 1; }
      .isp-header__logo a .isp-header__logo-sub {
        font-size: 28px;
        line-height: 1; }
      .isp-header__logo a .isp-header__logo-isp {
        font-size: 31px;
        line-height: 1; }
      @media screen and (max-width: 768px) {
        .isp-header__logo a .isp-header__logo-freebit {
          font-size: 24px; }
        .isp-header__logo a .isp-header__logo-sub {
          font-size: 18px; }
        .isp-header__logo a .isp-header__logo-isp {
          font-size: 20px; } }
  .isp-header__cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 50px;
    padding: 10px 36px 10px 16px;
    background: #E20851;
    border-radius: 64px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s; }
    @media screen and (max-width: 768px) {
      .isp-header__cta {
        display: none; } }
    .isp-header__cta:hover {
      opacity: 0.92; }
    .isp-header__cta img {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px; }

.isp-footer {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 32px 20px; }
  @media screen and (max-width: 768px) {
    .isp-footer {
      margin-bottom: 80px; } }
  .isp-footer__inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px; }
  .isp-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px; }
    .isp-footer__links a {
      color: #000;
      text-decoration: none; }
      .isp-footer__links a:hover {
        color: #1298A4; }
  .isp-footer__copy {
    margin: 0;
    font-size: 12px;
    color: #666; }

.cta-bottom {
  display: none; }
  @media screen and (max-width: 768px) {
    .cta-bottom {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 100;
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease; }
      .cta-bottom.is-hidden {
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none; } }
  @media screen and (max-width: 768px) and (prefers-reduced-motion: reduce) {
    .cta-bottom {
      transition: none; } }
  @media screen and (max-width: 768px) {
      .cta-bottom__link {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 80px;
        padding: 10px 36px 10px 16px;
        background: #E20851;
        color: #fff; } }

/* Contact section + Marketo form placeholder */
.isp-contact {
  position: relative;
  background: #1298A4;
  padding: 80px 0 60px;
  color: #fff;
  scroll-margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .isp-contact {
      scroll-margin-top: 90px;
      padding: 48px 0 40px; } }
  .isp-contact .isp-section-title__main {
    color: #fff; }
  .isp-contact__intro {
    margin: 0 0 28px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center; }
    .isp-contact__intro p {
      margin: 0; }
    @media screen and (max-width: 768px) {
      .isp-contact__intro {
        text-align: left; } }
  .isp-contact__panel {
    min-height: 200px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .isp-contact__panel {
        padding: 24px 16px; } }
    .isp-contact__panel .mktoForm {
      width: 649px !important;
      max-width: 100%;
      box-sizing: border-box;
      /* 2カラム: 左ラベル | 右入力（ガターは flex gap に寄せる） */
      /* チェックボックス行: ラベルとチェックを隣接（flex-grow で右端に押しやられない） */
      /* Marketo 側の動的 width（例: 150px）を打ち消す */
      /* 送信ボタン: Marketo の動的 margin-left（例: 212px）を無効化し flex で中央寄せ */ }
      .isp-contact__panel .mktoForm .mktoFormRow {
        width: 100%; }
      .isp-contact__panel .mktoForm .mktoFormCol {
        width: 100% !important;
        float: none;
        margin-bottom: 12px !important; }
      .isp-contact__panel .mktoForm .mktoOffset,
      .isp-contact__panel .mktoForm .mktoGutter {
        display: none; }
      .isp-contact__panel .mktoForm .mktoFieldWrap,
      .isp-contact__panel .mktoForm .mktoFieldWrap.mktoRequiredField {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 12px 20px;
        width: 100% !important;
        max-width: 100%;
        float: none !important;
        box-sizing: border-box; }
      .isp-contact__panel .mktoForm .mktoLabel,
      .isp-contact__panel .mktoForm label.mktoLabel {
        flex: 0 0 11.5em;
        max-width: 40%;
        width: auto !important;
        float: none !important;
        margin: 0;
        color: #fff;
        text-align: right;
        padding-top: 0.4em;
        padding-bottom: 0;
        line-height: 1.4; }
      .isp-contact__panel .mktoForm label:not(.mktoLabel) {
        color: #fff; }
      .isp-contact__panel .mktoForm .mktoField,
      .isp-contact__panel .mktoForm input.mktoField,
      .isp-contact__panel .mktoForm textarea.mktoField,
      .isp-contact__panel .mktoForm select.mktoField {
        flex: 1 1 auto;
        min-width: 0;
        width: auto !important;
        max-width: 100% !important;
        float: none !important;
        box-sizing: border-box;
        background: #fff; }
      .isp-contact__panel .mktoForm .mktoLogicalField {
        flex: 1 1 auto;
        min-width: 0;
        float: none !important;
        text-align: left; }
      .isp-contact__panel .mktoForm .mktoFieldWrap:has(.mktoCheckboxList),
      .isp-contact__panel .mktoForm .mktoFieldWrap:has(input[type="checkbox"]) {
        align-items: center;
        justify-content: center;
        gap: 10px; }
        .isp-contact__panel .mktoForm .mktoFieldWrap:has(.mktoCheckboxList) .mktoLabel,
        .isp-contact__panel .mktoForm .mktoFieldWrap:has(.mktoCheckboxList) label.mktoLabel,
        .isp-contact__panel .mktoForm .mktoFieldWrap:has(input[type="checkbox"]) .mktoLabel,
        .isp-contact__panel .mktoForm .mktoFieldWrap:has(input[type="checkbox"]) label.mktoLabel {
          flex: 0 1 auto;
          min-width: 0;
          max-width: none;
          width: auto !important;
          white-space: nowrap;
          padding-top: 0;
          line-height: 1.3;
          align-self: center; }
        .isp-contact__panel .mktoForm .mktoFieldWrap:has(.mktoCheckboxList) .mktoLogicalField,
        .isp-contact__panel .mktoForm .mktoFieldWrap:has(input[type="checkbox"]) .mktoLogicalField {
          flex: 0 0 auto; }
      .isp-contact__panel .mktoForm .mktoLogicalField.mktoCheckboxList {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 10px; }
      .isp-contact__panel .mktoForm .mktoHtmlText.mktoHasWidth {
        width: 649px !important; }
        @media screen and (max-width: 768px) {
          .isp-contact__panel .mktoForm .mktoHtmlText.mktoHasWidth {
            width: 100% !important; } }
        .isp-contact__panel .mktoForm .mktoHtmlText.mktoHasWidth > div {
          margin-top: 20px !important; }
          .isp-contact__panel .mktoForm .mktoHtmlText.mktoHasWidth > div > span {
            display: block;
            text-align: center !important;
            color: #fff !important; }
            .isp-contact__panel .mktoForm .mktoHtmlText.mktoHasWidth > div > span > span {
              font-size: 14px !important;
              display: inline-block !important;
              margin-bottom: 8px !important; }
      .isp-contact__panel .mktoForm .mktoLogicalField.mktoCheckboxList.mktoHasWidth,
      .isp-contact__panel .mktoForm .mktoLogicalField.mktoCheckboxList {
        width: auto !important;
        max-width: 100%; }
      .isp-contact__panel .mktoForm input#inside.mktoField,
      .isp-contact__panel .mktoForm .mktoLogicalField.mktoCheckboxList input[type="checkbox"].mktoField {
        flex: 0 0 auto;
        appearance: auto;
        -webkit-appearance: checkbox;
        width: 1.2em !important;
        height: 1.2em !important;
        min-width: 16px;
        min-height: 16px;
        margin: 0;
        padding: 0;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.35);
        vertical-align: middle;
        cursor: pointer; }
      .isp-contact__panel .mktoForm .mktoCheckboxList label,
      .isp-contact__panel .mktoForm .mktoLogicalField.mktoCheckboxList label {
        white-space: nowrap;
        line-height: 1.3; }
      @media screen and (max-width: 768px) {
        .isp-contact__panel .mktoForm .mktoFieldWrap,
        .isp-contact__panel .mktoForm .mktoFieldWrap.mktoRequiredField {
          flex-direction: column;
          align-items: stretch;
          gap: 6px; }
        .isp-contact__panel .mktoForm .mktoLabel,
        .isp-contact__panel .mktoForm label.mktoLabel {
          flex: none;
          max-width: none;
          width: 100% !important;
          text-align: left;
          padding-top: 0; }
        .isp-contact__panel .mktoForm .mktoField,
        .isp-contact__panel .mktoForm input.mktoField,
        .isp-contact__panel .mktoForm textarea.mktoField,
        .isp-contact__panel .mktoForm select.mktoField {
          width: 100% !important; }
        .isp-contact__panel .mktoForm input[type="checkbox"].mktoField,
        .isp-contact__panel .mktoForm input#inside.mktoField {
          width: 1.2em !important;
          height: 1.2em !important;
          flex: 0 0 auto; }
        .isp-contact__panel .mktoForm .mktoFieldWrap:has(.mktoCheckboxList),
        .isp-contact__panel .mktoForm .mktoFieldWrap:has(input[type="checkbox"]) {
          flex-direction: row;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          gap: 10px; }
          .isp-contact__panel .mktoForm .mktoFieldWrap:has(.mktoCheckboxList) .mktoLabel,
          .isp-contact__panel .mktoForm .mktoFieldWrap:has(.mktoCheckboxList) label.mktoLabel,
          .isp-contact__panel .mktoForm .mktoFieldWrap:has(input[type="checkbox"]) .mktoLabel,
          .isp-contact__panel .mktoForm .mktoFieldWrap:has(input[type="checkbox"]) label.mktoLabel {
            flex: 0 1 auto;
            min-width: 0;
            white-space: normal; }
          .isp-contact__panel .mktoForm .mktoFieldWrap:has(.mktoCheckboxList) .mktoLogicalField,
          .isp-contact__panel .mktoForm .mktoFieldWrap:has(input[type="checkbox"]) .mktoLogicalField {
            flex: 0 0 auto; } }
      .isp-contact__panel .mktoForm .mktoButtonRow {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        float: none !important;
        clear: both;
        margin: 0 !important;
        text-align: center; }
      .isp-contact__panel .mktoForm .mktoButtonWrap,
      .isp-contact__panel .mktoForm .mktoButtonWrap.mktoNative {
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .isp-contact__panel .mktoForm button.mktoButton {
        padding: 1.42em 6em !important;
        font-size: 1.2em !important;
        font-weight: bold !important;
        background-image: none !important;
        background-color: #E20851 !important;
        border: none !important;
        border-radius: 40px; }
      .isp-contact__panel .mktoForm fieldset legend {
        color: #fff; }
  .isp-contact__panel-text {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    color: #fff; }
  .isp-contact__panel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 12px 40px;
    background: #fff;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #E20851;
    text-decoration: none;
    transition: opacity 0.2s; }
    .isp-contact__panel-btn:hover {
      opacity: 0.92; }

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

.sp-only {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp-only {
      display: inline; } }

.isp-lp {
  --isp-arch-height: 62px;
  background: #fff;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    .isp-lp {
      --isp-arch-height: 48px; } }
  .isp-lp * {
    box-sizing: border-box; }
  .isp-lp img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }

/* セクション下端アーチ（mask 共通）— __bg のみ切り抜き、次セクション背景が見える */
.isp-section--arch-bottom {
  margin-bottom: calc(var(--isp-arch-height) * -1);
  padding-bottom: calc(var(--isp-arch-height) + 18px); }
  .isp-section--arch-bottom .isp-section__bg,
  .isp-section--arch-bottom .isp-mv__bg {
    left: -1px;
    right: -1px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,0 H1 V1 C1,1 0.875,0.894 0.5,0.894 C0.125,0.894 0,1 0,1 V0 Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,0 H1 V1 C1,1 0.875,0.894 0.5,0.894 C0.125,0.894 0,1 0,1 V0 Z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%; }
    @media screen and (max-width: 768px) {
      .isp-section--arch-bottom .isp-section__bg,
      .isp-section--arch-bottom .isp-mv__bg {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,0 H1 V1 C1,1 0.875,0.958 0.5,0.958 C0.125,0.958 0,1 0,1 V0 Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,0 H1 V1 C1,1 0.875,0.958 0.5,0.958 C0.125,0.958 0,1 0,1 V0 Z'/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%; } }

.isp-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px; }

.isp-section-title {
  position: relative;
  text-align: center;
  margin: 0 0 20px; }
  .isp-section-title__main {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    color: #1298A4; }
  .isp-section-title--left {
    text-align: left; }
    .isp-section-title--left .isp-section-title__watermark {
      left: 0;
      transform: none;
      font-size: 70px; }
    @media screen and (max-width: 768px) {
      .isp-section-title--left {
        text-align: center; }
        .isp-section-title--left .isp-section-title__watermark {
          left: 50%;
          transform: translateX(-50%); } }
  .isp-section-title__watermark {
    position: absolute;
    left: 50%;
    top: -21px;
    transform: translateX(-50%);
    margin: 0;
    font-family: "Lexend Deca", sans-serif;
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    color: #1298A4;
    opacity: 0.1;
    white-space: nowrap;
    pointer-events: none; }
    .isp-section-title__watermark--multiply {
      mix-blend-mode: multiply;
      opacity: 0.05; }
    .isp-section-title__watermark--option {
      color: #1298A4;
      top: -18px; }
    .isp-section-title__watermark--light {
      color: #EDF4F4;
      opacity: 0.1; }

/* MV — Figma direct layout */
.isp-mv {
  position: relative;
  z-index: 2;
  min-height: 584px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 768px) {
    .isp-mv {
      min-height: 0;
      padding-top: 32px;
      padding-left: 16px;
      padding-right: 16px; } }
  .isp-mv__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #000;
    background-image: url("../images/mv_bg_photo.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none; }
    .isp-mv__bg::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(66, 15, 132, 0.55);
      mix-blend-mode: overlay; }
  .isp-mv__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 950px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px; }
    @media screen and (max-width: 768px) {
      .isp-mv__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 20px; } }
  .isp-mv__content {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .isp-mv__lead-text {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    letter-spacing: 0.06em; }
    @media screen and (max-width: 768px) {
      .isp-mv__lead-text {
        font-size: 18px; } }
  .isp-mv__headline {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .isp-mv__headline {
        font-size: 24px; } }
    .isp-mv__headline p {
      margin: 0; }
  .isp-mv__accent {
    color: #1298A4; }
  .isp-mv__accent-sm {
    color: #1298A4;
    font-size: 22px; }
    @media screen and (max-width: 768px) {
      .isp-mv__accent-sm {
        font-size: 16px; } }
  .isp-mv__body {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #000; }
    @media screen and (max-width: 768px) {
      .isp-mv__body {
        font-size: 14px; } }
  .isp-mv__cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 12px;
    min-height: 70px;
    padding: 10px 52px 10px 30px;
    background: #E20851;
    border-radius: 58px;
    box-shadow: 0 7px 0 0 #A2063B;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s; }
    @media screen and (max-width: 768px) {
      .isp-mv__cta {
        align-self: stretch;
        max-width: 400px;
        width: 100%;
        font-size: 16px;
        padding-right: 48px; } }
    .isp-mv__cta:hover {
      transform: translateY(2px);
      box-shadow: 0 5px 0 0 #A2063B; }
    .isp-mv__cta img {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      width: 32px;
      height: 32px; }
  .isp-mv__pricelabel {
    flex-shrink: 0;
    width: 280px; }
    @media screen and (max-width: 768px) {
      .isp-mv__pricelabel {
        width: 100%;
        max-width: 280px;
        margin: 0 auto; } }
    .isp-mv__pricelabel img {
      display: block;
      width: 100%;
      height: auto; }

/* About */
.isp-about {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 80px 0 60px; }
  .isp-about__text {
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #000; }
    .isp-about__text p {
      margin: 0; }
  .isp-about__cards {
    display: flex;
    gap: 30px;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .isp-about__cards {
        flex-direction: column;
        align-items: center;
        gap: 24px; } }

.isp-card {
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: stretch; }
  .isp-card__head {
    margin: 0;
    padding: 6px;
    background: #1298A4;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    color: #fff; }
  .isp-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: 230px;
    padding: 20px;
    border: 1px solid #1298A4;
    border-top: none; }
  .isp-card__illust {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .isp-card__illust img {
      max-height: 122px;
      width: auto; }
  .isp-card__illust--wide img {
    max-width: 206px;
    max-height: 121px; }
  .isp-card__desc {
    margin: 0;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    color: #000; }

/* Service table — Figma direct (blue label column) */
.isp-service {
  background: #EDF4F4;
  padding: 80px 0 60px; }
  @media screen and (max-width: 768px) {
    .isp-service {
      padding: 48px 0 40px; } }
  .isp-service__intro {
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #000; }
  .isp-service__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .isp-service__table {
    display: flex;
    gap: 2px;
    min-width: 600px;
    justify-content: center; }
  .isp-service__col {
    display: flex;
    flex-direction: column;
    gap: 2px; }
    .isp-service__col--label {
      flex: 0 0 368px;
      max-width: 368px; }
    .isp-service__col--value {
      flex: 1 1 0;
      min-width: 0; }
  .isp-service__row {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 6px 20px;
    gap: 4px;
    flex-wrap: wrap; }
    .isp-service__row--label {
      background: #1298A4;
      color: #fff; }
    .isp-service__row--value {
      background: #fff; }
    .isp-service__row--stack {
      flex-direction: column;
      align-items: flex-start;
      gap: 4px; }
  .isp-service__row-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: inherit; }
  .isp-service__tag {
    flex-shrink: 0;
    margin: 0;
    padding: 0 6px;
    background: #e8ef0e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    color: #000;
    white-space: nowrap; }
  .isp-service__cell-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #000; }
    .isp-service__cell-text strong {
      font-weight: 700;
      color: #1298A4; }
    .isp-service__cell-text small {
      font-size: 12px;
      font-weight: 500;
      color: #000; }

/* Option */
.isp-option {
  background: #fff;
  padding: 80px 0 60px; }
  @media screen and (max-width: 768px) {
    .isp-option {
      padding: 48px 0 40px; } }
  .isp-option__wrap {
    display: flex;
    gap: 30px;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .isp-option__wrap {
        flex-direction: column; } }
  .isp-option__text {
    flex: 1;
    min-width: 0; }
    .isp-option__text > p {
      margin: 0;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.8;
      color: #000; }
  .isp-option__cloudmail {
    flex-shrink: 0;
    width: 435px;
    max-width: 100%;
    background: #EDF4F4; }
  .isp-option__cloudmail-head {
    background: #1298A4;
    padding: 17px 20px 12px; }
  .isp-option__cloudmail-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px; }
  .isp-option__cloudmail-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .isp-option__cloudmail-icon img {
      width: 28px;
      height: auto; }
  .isp-option__cloudmail-title {
    margin: 0;
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #fff; }
  .isp-option__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
  .isp-option__tag {
    margin: 0;
    padding: 0 6px;
    background: #e8ef0e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    color: #000; }
  .isp-option__cloudmail-body {
    padding: 20px; }
  .isp-option__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    color: #000; }
    .isp-option__list li {
      margin: 0; }

/* Flow */
.isp-flow {
  background: #EDF4F4;
  padding: 80px 0 60px; }
  @media screen and (max-width: 768px) {
    .isp-flow {
      padding: 48px 0 40px; } }
  .isp-flow__steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    gap: 0; }
    @media screen and (max-width: 768px) {
      .isp-flow__steps {
        flex-direction: column;
        gap: 24px; } }
  .isp-flow__connector {
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px; }
    @media screen and (max-width: 768px) {
      .isp-flow__connector {
        display: none; } }
    .isp-flow__connector::before {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      background: #1298A4; }
  .isp-flow__step {
    position: relative;
    flex: 0 0 280px;
    max-width: 100%;
    padding-top: 16px; }
    @media screen and (max-width: 768px) {
      .isp-flow__step {
        flex: 1 1 auto; } }
  .isp-flow__num {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background: #1298A4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Lexend Deca", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #fff; }
  .isp-flow__card {
    background: #fff;
    padding: 40px 20px 32px;
    min-height: 100%; }
  .isp-flow__card-title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #1298A4; }
  .isp-flow__card-line {
    height: 1px;
    background: #1298A4;
    margin-bottom: 12px; }
  .isp-flow__card-text {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    color: #000; }

/*# sourceMappingURL=main.css.map */
