@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Montserrat:wght@400;700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --text-color: #212121;
  --easing: cubic-bezier(0.33, 1, 0.68, 1);
}

body {
  margin: 0;
  padding: 0;
  color: var(--text-color);
  font-family:
    "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
p {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol {
  margin: 0;
  padding: 0 0 0 28px;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
  padding: 0;
}
a,
.a {
  color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s var(--easing);
}
a:hover,
.a:hover {
  color: #1ea0ff;
}
a img {
  border: none;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border: 0;
}
sup {
  display: inline-block;
  font-size: 0.6em;
}
em {
  font-style: normal;
}
table {
  border-collapse: collapse;
}
main {
  display: block;
  overflow: hidden;
  * {
    letter-spacing: 0;
  }
}
body {
  @media (max-width: 767px) {
    font-size: 14px;
  }
}
.icon-next {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  top: 2px;
  @media (max-width: 500px) {
    width: 18px;
    height: 18px;
    top: 0;
  }
  &:hover,
  &:focus-visible {
    &::before,
    &::after {
      opacity: 0.7;
    }
  }
  &::before,
  &::after {
    content: "";
    position: absolute;
  }
  &::before {
    inset: 0;
    background-color: #005bab;
    border-radius: 50%;
  }

  &::after {
    top: 50%;
    left: 45%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    @media (max-width: 500px) {
      width: 7px;
      height: 7px;
    }
  }
}
/* fix */
html {
  overflow-y: scroll;
}
body.-fix {
  position: fixed;
  width: 100%;
}

/*common*/
section {
  padding: 90px 0;
}
section h2 {
  font-size: 30px;
  font-weight: 700;
}
section h3 {
  font-size: 20px;
  font-weight: 600;
}

.a.-btn {
  cursor: pointer;
}
.-btn {
  display: inline-block;
  min-width: 160px;
  padding: 0 24px;
  background: #2870d4;
  border: 2px solid #2870d4;
  border-radius: 32px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(34 76 175 / 10%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  transition: 0s;
}
.-btn:hover {
  background: #fff;
  color: #2870d4;
}
.-btn.-inquiry {
  position: relative;
  min-width: 190px;
  background: linear-gradient(90deg, #276bcf, #21bfcf);
  border: none;
  line-height: 50px;
  @media (max-width: 767px) {
    line-height: 34px;
    min-width: initial;
    letter-spacing: 0;
    white-space: nowrap;
  }
  @media (max-width: 424px) {
    padding: 0 10px;
    font-size: 12px;
  }
  &::before {
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 0;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    border-radius: 64px;
  }
  .label {
    position: relative;
    z-index: 1;
  }
  &:hover::before {
    opacity: 1;
  }
  &:hover .label {
    background: linear-gradient(90deg, #276bcf, #21bfcf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.-btn.-download {
  position: relative;
  min-width: 190px;
  background: linear-gradient(90deg, #ffa000, #ff8f00 50%, #ff6f00);
  border: none;
  line-height: 50px;
}
.-btn.-download::before {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 64px;
}
.-btn.-download .label {
  position: relative;
  z-index: 1;
}
.-btn.-download:hover::before {
  opacity: 1;
}
.-btn.-download:hover .label {
  background: linear-gradient(90deg, #ffa000, #ff8f00 50%, #ff6f00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.-btn.-inquiry {
  position: relative;
}
.-btn.-inquiry::before {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 64px;
}
.-btn.-inquiry .label {
  position: relative;
  z-index: 1;
}
.-btn.-inquiry:hover::before {
  opacity: 1;
}
.-btn.-inquiry:hover .label {
  background: linear-gradient(90deg, #276bcf, #21bfcf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.-text-left {
  text-align: left !important;
}
.-text-right {
  text-align: right;
}
.-text-center {
  text-align: center;
}

.en {
  font-family: Verdana;
  font-style: italic;
  font-weight: 700;
  sup {
    display: inline;
    font-size: 0.5em;
  }
}
@media (max-width: 1100px) {
  section h1 {
    font-size: 28px;
  }
  section h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
  section h2 {
    font-size: 24px;
  }
}

/* header */
header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 14px 40px;
  max-width: initial;
}
header .logo-group {
  display: flex;
  flex-flow: wrap row-reverse;
  gap: 15px;
  align-items: flex-end;
}
header .logo {
  width: 508px;
}
header .logo-group p {
  font-weight: 500;
  font-size: 15px;
}
header .nav-group {
  display: flex;
  align-items: center;
  gap: 16px;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}
header .btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1500px) {
  header .container {
    padding: 14px 20px;
  }
  header .logo {
    width: 400px;
  }
  header .btns {
    gap: 16px;
  }
}
/* @media (max-width: 1279px) {
  header .container {
    height: 60px;
  }
  header .logo {
    position: relative;
    z-index: 10;
    width: 320px;
  }
  header .btn-nav {
    position: fixed;
    z-index: 10;
    top: 10px;
    right: 48px;
  }
  header .btn-nav .a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #2a7ce1, #276bcf 50%, #224caf);
    border-radius: 50%;
  }
  header .btn-nav .a::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    border-radius: 50%;
    transition: 0.2s var(--easing);
  }
  header .btn-nav .a span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: linear-gradient(90deg, #2a7ce1, #276bcf 50%, #224caf);
    translate: -50% -4px;
    transition: 0.2s var(--easing);
  }
  header .btn-nav .a span:nth-child(2) {
    translate: -50% 4px;
  }
  header .btn-nav .a.-active::before {
    opacity: 0;
  }
  header .btn-nav .a.-active span {
    background: #fff;
    translate: -50% -50%;
    rotate: 45deg;
  }
  header .btn-nav .a.-active span:nth-child(2) {
    translate: -50% -50%;
    rotate: -45deg;
  }
  header .nav-group {
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 170px 0 48px;
    background: url("/lp/communication-suite/img/bg_header.png") no-repeat
      #e1f3ff;
    background-position: right top 85px;
    background-size: 368px;
    transition: 0.2s var(--easing);
  }
  header .nav-group.-active {
    opacity: 1;
    visibility: visible;
  }
  header nav ul {
    display: block;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
  }
  header nav ul li + li {
    margin-top: 24px;
  }
  header .btns {
    display: block;
    margin-top: 48px;
    text-align: center;
  }
  header .btns li + li {
    margin-top: 24px;
  }
  header .btns {
    display: block;
    margin-top: 48px;
    text-align: center;
  }
  header .btns li + li {
    margin-top: 24px;
  }
} */
@media (max-width: 767px) {
  header .container {
    height: 60px;
  }
  header .logo {
    position: relative;
    z-index: 10;
    width: 320px;
  }

  header .container {
    padding: 8px;
  }
  header .logo {
    width: 261px;
  }
  header .nav-group {
    gap: 10px;
  }
  /* header .btn-nav {
    right: 24px;
  } */
}

/*footer*/
footer {
  background: #fff;
}
footer .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 16px;
  @media (min-width: 951px) {
    gap: 24px;
    padding: 40px;
  }
}
footer .logo {
  width: 264px;
  max-width: 100%;
}
footer {
  .icon-box {
    display: flex;
    gap: 10px;
    align-items: center;
    @media (min-width: 768px) {
      margin-bottom: 10px;
    }
    .ismsmark {
      width: 95px;
      min-width: 95px;
    }
    .privacymark {
      width: 57px;
      min-width: 57px;
    }
  }
}
footer .list {
  display: flex;
  gap: 24px;
  @media (max-width: 950px) {
    display: block;
  }
}
footer .link-area p {
  margin-top: 16px;
}
footer .note {
  font-size: 12px;
}
footer .copyright {
  align-self: flex-end;
  font-size: 12px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  footer .layout {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .list {
    display: block;
  }
}

/* common */
.highlight-yellow-1 {
  background: linear-gradient(transparent 10%, #fdf592 10%);
}
.highlight-yellow-5 {
  background: linear-gradient(transparent 50%, #fdf592 50%);
}
.highlight-yellow-7 {
  background: linear-gradient(transparent 70%, #fdf592 70%);
}
.txt-blue {
  color: #005bab;
}
.txt-red {
  color: #fe1c1c;
}
.txt-30 {
  font-size: 30px;
  vertical-align: sub;
}
.content {
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  @media screen and (min-width: 769px) {
    padding: 0 40px;
  }
}
.content h2 {
  text-align: center;
  position: relative;
}

.content h2 + img {
  margin: 60px auto 30px;
  display: block;
}
.content h2 + h3 {
  margin-top: 45px;
  font-weight: 500;
  text-align: center;
  font-size: 19px;
  line-height: 1.5;
}
.dot {
  background-image: radial-gradient(#e8e8e8 1px, transparent 1px);
  background-size: 6px 6px;
}
.narrow {
  max-width: 940px;
}
.tight {
  max-width: 1080px;
}
.wide {
  max-width: 1280px;
}
.note {
  font-size: 10px;
}
.mark {
  position: relative;
}
.mark::before {
  content: "●";
  position: absolute;
  left: 50%;
  translate: -50%;
  font-size: clamp(3px, 0.3em, 8px);
  color: inherit;
}

/* background-pattern */
.background-pattern {
  position: absolute;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

[data-gtmcv]::before,
[data-gtmcv]::after,
[data-gtmcv] .label {
  pointer-events: none;
}
[data-gtmcv] {
  pointer-events: auto !important;
}
.l-page-header {
  padding-top: 0 !important;
}
.pc {
  @media screen and (max-width: 767px) {
    display: none;
  }
}
.sp {
  display: none;
  @media screen and (max-width: 767px) {
    display: block;
  }
}
.top {
  background-color: #f8d0ce;
  padding: 100px 10px 40px 10px;

  @media screen and (min-width: 1280px) {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .hero-top-mv {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 0 20px;
    @media (max-width: 900px) {
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: auto;
    }
  }

  .content {
    background-image: url("../img/mv_bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 1200px;
    padding: 0;
  }
  .text {
    z-index: 3;
    font-size: clamp(16px, 4.6vw, 29px);
    @media screen and (min-width: 1280px) {
      font-size: 32px;
    }
    @media screen and (min-width: 900px) {
      margin-left: 10px;
      font-size: clamp(16px, 2.3vw, 29px);
    }
    @media (max-width: 900px) {
      margin: 0 auto;
    }
    .blue-label {
      font-weight: 800;
      & + p {
        font-weight: 800;

        margin-bottom: 10px;
      }
    }
    h1 {
      font-size: clamp(16px, 10.9vw, 50px);
      letter-spacing: 0;
      padding-bottom: 20px;
      line-height: 1.1;
      @media screen and (min-width: 1280px) {
        font-size: 74px;
      }
      @media screen and (min-width: 900px) {
        font-size: clamp(16px, 5.4vw, 68px);
      }
      .cqm {
        @media screen and (max-width: 900px) {
          display: none;
        }
      }
      .by {
        font-size: clamp(10px, 0.28em, 20px);
        display: block;
        margin-top: 1em;
      }

      .ver {
        font-size: clamp(16px, 0.7em, 50px);
      }
    }
  }
  .img {
    display: flex;
    align-items: end;
    width: clamp(380px, 38vw, 498px);

    @media screen and (max-width: 900px) {
      margin: auto;
    }
  }
  .hero-top-btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;

    width: 100%;
    border-radius: 12px;
    margin: -5px auto 0;
    font-weight: 800;
    padding: 16px 0 16px 22px;
    gap: 8px 10px;
    @media (max-width: 1200px) {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
    @media (max-width: 1000px) {
      flex-wrap: wrap;
      max-width: 460px;
      padding: 16px 12px;
    }
    img {
      margin: 0;
      @media (max-width: 500px) {
        height: 40px;
      }
    }

    p {
      letter-spacing: 2px;
      font-size: 35px;
      flex-grow: 1;
      text-align: center;
      padding: 0 10px;
      @media (max-width: 1200px) {
        font-size: 24px;
      }
      @media (max-width: 1000px) {
        order: -1;
        font-size: 18px;
        width: 100%;
        padding: 0;
      }
    }
    .btn-dl {
      display: flex;
      justify-content: center;
      align-items: center;
      letter-spacing: 0;
      gap: 4px;
      align-self: stretch;
      background-color: #dfe9f2;
      font-size: 20px;
      @media (min-width: 1201px) {
        font-size: 26px;
        min-width: 260px;
      }
      @media (max-width: 1200px) {
        padding: 0 1em;
      }

      @media (min-width: 1001px) {
        margin: -16px 0;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
      }
      @media (max-width: 1000px) {
        border-radius: 12px;
        margin: 0;
      }
      @media (max-width: 500px) {
        padding: 0 12px;
        font-size: 16px;
        flex-grow: 1;
      }
      &:hover,
      &:focus-visible {
      }
    }
  }
}

.worry {
  position: relative;
  z-index: 3;
  background-color: #fff;
  .content {
    margin-bottom: -10px;
  }
  p {
    text-align: center;
    margin-top: 36px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.5;
    @media (max-width: 767px) {
      margin-top: 30px;
      font-size: 16px;
    }
    span {
      font-size: 12px;
    }
  }
}

.resolve {
  background: #edf4f9;
  padding-top: 0;
  h2 {
    margin-top: 30px;
    margin-bottom: 25px;
    @media (min-width: 768px) {
      margin-top: 60px;
      margin-bottom: 50px;
    }
    & + picture {
      margin-bottom: 18px;
      display: block;
    }
  }
  .by {
    font-size: 16px;
    display: block;
    @media (max-width: 767px) {
      font-size: 13px;
    }
  }
  &:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-right: 48px solid transparent;
    border-left: 48px solid transparent;
    border-top: 44px solid #ffffff;
    border-bottom: 0;
  }

  .feature-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 0;
    gap: 30px 1%;
    @media (max-width: 767px) {
      flex-direction: column;
      align-items: center;
    }
  }
  .feature-item {
    border-radius: 14px;
    background-color: #fff;
    padding: 0 10px 10px;
    max-width: 500px;
    @media (min-width: 768px) {
      width: 49%;
      padding: 0 20px 20px;
    }
    h3 {
      text-align: center;
      color: #fff;
      background-color: #005bab;
      max-width: 320px;
      margin: auto;
      border-radius: 0 0 8px 8px;
      padding: 7px 0;
      @media (max-width: 767px) {
        font-size: 18px;
      }
    }
    .flex-box {
      display: flex;
      margin: 20px auto;
      gap: 10px;
      .text-box {
        width: 60%;
      }
    }
  }
}

/* function */
.function {
  background-color: #f8d0ce;
  .by {
    font-size: 16px;
    display: block;
    @media (max-width: 767px) {
      font-size: 13px;
    }
  }
  h2 + p {
    margin-top: 36px;
    @media (max-width: 767px) {
      margin-top: 20px;
    }
  }

  .function-items {
    margin: 45px auto 30px;
    @media (max-width: 1100px) {
      padding: 0 30px;
      margin-top: 30px;
    }
    @media (max-width: 767px) {
      padding: 0 10px;
    }
  }
  .function-item {
    position: relative;
    padding: 0px 50px 48px;
    border-radius: 19px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.24);
    @media (max-width: 550px) {
      padding: 55px 25px;
    }
    &:nth-child(n + 2) {
      margin-top: 35px;
    }
    .label {
      text-align: center;
      color: #fff;
      background-color: #005bab;
      max-width: 320px;
      font-size: 24px;
      margin: auto;
      border-radius: 0 0 8px 8px;
      font-weight: 700;
      padding: 7px 0;
      @media (max-width: 767px) {
        font-size: 18px;
      }
    }
    h3 {
      margin-top: 30px;
      position: relative;
      font-size: 22px;
      padding-left: 30px;
      @media (max-width: 767px) {
        font-size: 20px;
      }
    }

    h3::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      border: 2px solid #005bab;
      border-radius: 2px;
      box-sizing: border-box;
    }

    h3::after {
      content: "";
      position: absolute;
      left: 6px;
      top: calc(50% - 1px);
      width: 9px;
      height: 5px;
      border-left: 2.5px solid #005bab;
      border-bottom: 2.5px solid #005bab;
      transform: translateY(-50%) rotate(-45deg);
    }
    .function-text {
      margin-top: 20px;
      @media (min-width: 768px) {
        font-size: 16px;
      }
    }
    .function-img {
      display: block;
      margin: 16px auto 0;
      width: 100%;
    }
  }
}
.effect {
  h2 {
    @media (max-width: 767px) {
      font-size: 20px;
    }
  }
  h2 + p {
    margin-top: 20px;
    @media (min-width: 768px) {
      margin-top: 44px;
      margin-bottom: 35px;
    }
  }
  .flex-box {
    display: flex;
    justify-content: center;
    @media (max-width: 767px) {
      flex-direction: column;
    }
    img {
      @media (min-width: 768px) {
        margin: 0;
        width: 50%;
      }
    }
  }
}
.campaign {
  background-color: #f2f2f2;
  a {
    &:hover {
      opacity: 0.7;
    }
  }
  h2 {
    font-size: clamp(18px, 4.92vw, 30px);
    @media (min-width: 768px) {
      letter-spacing: 2px;
    }
  }
}

.title-slash {
  display: flex;
  justify-content: center;
  text-align: center;
  @media (max-width: 767px) {
    padding: 0 5px;
  }
  &:before,
  &:after {
    display: inline-block;
    height: 70px;
    border-left: 2px solid;
    content: "";
  }
  &:before {
    transform: rotate(-35deg);
    margin-right: 30px;
    @media (max-width: 767px) {
      transform: rotate(-20deg);
      margin-right: 15px;
    }
  }
  &:after {
    transform: rotate(35deg);
    margin-left: 30px;
    @media (max-width: 767px) {
      transform: rotate(20deg);
      margin-left: 15px;
    }
  }
}
