@charset "UTF-8";
/* Contact section + Marketo form (uses variables/mixins from main.scss) */
.isp-contact {
  position: relative;
  background: #0189ff;
  padding: 80px 0 60px;
  color: #fff;
  /* 固定ヘッダー（#groupheader + header）分 — アンカー時に見出しが隠れないように */
  scroll-margin-top: 180px; }
  @media screen and (max-width: 768px) {
    .isp-contact {
      scroll-margin-top: 110px;
      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: 100%;
      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; }
      .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; }
      .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 .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; }
      .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: auto !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 fieldset legend {
        color: #fff; }
  .isp-contact__panel-text {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8; }
  .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: #0189ff;
    text-decoration: none;
    transition: opacity 0.2s; }
    .isp-contact__panel-btn:hover {
      opacity: 0.92; }

.isp-lp {
  background: #f3f3f3;
  overflow-x: hidden; }
  .isp-lp * {
    box-sizing: border-box; }
  .isp-lp img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }

.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: #0189ff; }
  .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: #0189ff;
    opacity: 0.1;
    white-space: nowrap;
    pointer-events: none;
    /* OPTION 見出し周りだけ位置調整（必要に応じて数値を変更） */ }
    .isp-section-title__watermark--multiply {
      mix-blend-mode: multiply;
      opacity: 0.05; }
    .isp-section-title__watermark--option {
      color: #0189ff;
      top: -18px; }
    .isp-section-title__watermark--light {
      color: #f0f8ff;
      opacity: 0.1; }

/* MV */
.isp-mv {
  position: relative;
  min-height: 554px;
  display: flex;
  justify-content: center;
  padding: 50px 20px 40px;
  background-image: url("../images/mv_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .isp-mv {
      min-height: 0;
      padding: 32px 16px 32px; } }
  .isp-mv__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 782px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; }
  .isp-mv__lead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    text-align: center; }
  .isp-mv__lead-text {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .isp-mv__lead-text {
        font-size: 16px; } }
  .isp-mv__chev {
    flex-shrink: 0;
    color: #fff;
    opacity: 0.9; }
  .isp-mv__headline {
    width: 100%;
    max-width: 660px;
    position: relative; }
    .isp-mv__headline::before {
      content: "";
      position: absolute;
      inset: 0;
      border: 1px solid #e8ef0e;
      left: 10px;
      right: -10px;
      top: 10px;
      bottom: -10px;
      pointer-events: none;
      z-index: -1; }
  .isp-mv__ribbon {
    background: #e8ef0e;
    padding: 16px 24px;
    position: relative; }
    .isp-mv__ribbon p {
      margin: 0;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.2;
      color: #000632;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .isp-mv__ribbon p {
          font-size: 18px; } }
  .isp-mv__ribbon-border {
    position: absolute;
    border: 1px solid #e8ef0e;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: -10px;
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .isp-mv__ribbon-border {
        display: none; } }
  .isp-mv__ribbon-corner {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 71px;
    overflow: hidden; }
    .isp-mv__ribbon-corner img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .isp-mv__sub {
    background: #000635;
    border: 1px solid #e8ef0e;
    padding: 19px 16px;
    text-align: center; }
    .isp-mv__sub p {
      margin: 0;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.6;
      color: #fff;
      letter-spacing: 0.06em; }
      @media screen and (max-width: 768px) {
        .isp-mv__sub p {
          font-size: 22px; } }
      .isp-mv__sub p + p {
        margin-top: 0; }
    .isp-mv__sub .isp-mv__accent {
      color: #e8ef0e; }
    .isp-mv__sub .isp-mv__small {
      font-size: 26px;
      letter-spacing: 0.06em; }
      @media screen and (max-width: 768px) {
        .isp-mv__sub .isp-mv__small {
          font-size: 18px; } }
  .isp-mv__body {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .isp-mv__body {
        font-size: 14px;
        text-align: left; } }
  .isp-mv__cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 70px;
    padding: 10px 52px 10px 30px;
    margin-top: 8px;
    background: #029900;
    border-radius: 58px;
    box-shadow: 0 7px 0 0 #095908;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s; }
    @media screen and (max-width: 768px) {
      .isp-mv__cta {
        width: 100%;
        max-width: 400px;
        font-size: 16px;
        padding-right: 48px; } }
    .isp-mv__cta:hover {
      transform: translateY(2px);
      box-shadow: 0 5px 0 0 #095908; }
    .isp-mv__cta img {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      width: 32px;
      height: 32px; }

/* About */
.isp-about {
  background: #fff;
  padding: 80px 0 60px; }
  @media screen and (max-width: 768px) {
    .isp-about {
      padding: 48px 0 40px; } }
  .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 0 1em; }
  .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: #0189ff;
    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;
    justify-content: center;
    min-height: 170px;
    padding: 8px;
    border: 1px solid #0189ff;
    border-top: none; }
  .isp-card__migration {
    position: relative;
    width: 100%;
    padding-top: 8px; }
  .isp-card__migration-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap; }
  .isp-card__migration-img {
    width: 79px;
    flex-shrink: 0; }
    .isp-card__migration-img img {
      width: 100%;
      height: auto; }
  .isp-card__migration-arrow {
    flex-shrink: 0;
    width: 24px; }
    .isp-card__migration-arrow img {
      display: block;
      width: 100%;
      transform: rotate(90deg); }
  .isp-card__migration-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 220px;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.8; }
    .isp-card__migration-labels span:first-child {
      font-weight: 500; }
    .isp-card__migration-labels span:last-child {
      font-weight: 700;
      color: #0189ff; }
  .isp-card__illust {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .isp-card__illust img {
      max-height: 122px;
      width: auto; }
  .isp-card__illust--wide img {
    max-width: 206px;
    max-height: 121px; }

/* Service table */
.isp-service {
  background: #f0f8ff;
  padding: 80px 0 60px; }
  @media screen and (max-width: 768px) {
    .isp-service {
      padding: 48px 0 40px; } }
  .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 {
    flex: 1;
    max-width: 449px;
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .isp-service__th {
    margin: 0;
    padding: 6px 12px;
    background: #e8ef0e;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    color: #000; }
  .isp-service__row {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 6px 20px;
    background: #fff;
    gap: 16px;
    flex-wrap: wrap; }
    .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: #000; }
    .isp-service__row-title small {
      display: block;
      font-size: 12px;
      font-weight: 500; }
  .isp-service__badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 15px;
    background: #000;
    border-radius: 23px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease; }
    .isp-service__badge:hover, .isp-service__badge:focus-visible {
      color: #fff;
      background-color: #666;
      opacity: 1;
      transform: translateY(-1px);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }
    .isp-service__badge:active {
      background-color: #555;
      transform: translateY(0);
      box-shadow: none; }
  .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: #0189ff; }
    .isp-service__cell-text small {
      display: block;
      font-size: 12px;
      font-weight: 500; }

/* 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;
    /* 直下の本文 p のみ（.isp-section-title 内の透かし p には当てない） */ }
    .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: #f0f8ff; }
  .isp-option__cloudmail-head {
    background: #0189ff;
    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;
    border: 1px solid #0189ff;
    background: #0574d5;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    color: #fff; }
  .isp-option__cloudmail-body {
    padding: 20px; }
  .isp-option__list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    color: #000; }
    .isp-option__list li {
      margin: 0; }
  .isp-option__btn-wrap {
    text-align: center; }
  .isp-option__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    border-radius: 40px;
    background: #0189ff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s; }
    .isp-option__btn:hover {
      opacity: 0.9; }

/* Flow */
.isp-flow {
  background: #f0f8ff;
  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: #0189ff; }
  .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: #0189ff;
    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: #0189ff; }
  .isp-flow__card-line {
    height: 1px;
    background: #0189ff;
    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 */
