@charset "UTF-8";

/* # =================================================================
# ress css
# ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

main {
  line-height: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* 追記 */
ul,
li {
  list-style-type: none;
}

li {
  box-sizing: border-box;
}

button:focus {
  outline: 0;
}

/* =======================================================================================
	レイアウト
======================================================================================= */
* {
  box-sizing: border-box;
}

/* barlow-semi-condensed-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/barlow-semi-condensed-v16-latin-regular.woff2') format('woff2');
}

/* barlow-semi-condensed-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/barlow-semi-condensed-v16-latin-500.woff2') format('woff2');
}

/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/noto-sans-jp-v56-japanese-regular.woff2') format('woff2');
}

/* noto-sans-jp-500 - japanese */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/noto-sans-jp-v56-japanese-500.woff2') format('woff2');
}

/* noto-sans-jp-600 - japanese */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/noto-sans-jp-v56-japanese-600.woff2') format('woff2');
}

body {
  min-width: 375px;
  margin: 0 auto;
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

html {
  font-size: 15px;
  color: #333;
  font-weight: 400;
  line-height: 160%;
  overflow: hidden;
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body,
p,
li,
dt,
dd,
tr,
th {
  font-size: 16px;
  line-break: strict;
  word-break: break-all;
  word-wrap: break-word;
}

p {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1;
}

a {
  text-decoration: none;
}

/* TB */
@media screen and (max-width: 1119px) {
  body {
    min-width: auto;
    font-size: 14px
  }

  body,
  p,
  li,
  dt,
  dd,
  tr,
  th {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    min-width: 374px;
  }

  body,
  p,
  li,
  dt,
  dd,
  tr,
  th {
    font-size: 14px;
  }

  img {
    width: 100%;
  }
}

/* =======================================================================================
	main
======================================================================================= */

/* レイアウト
====================================================== */
.inner {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 1119px) {
  .inner {
    width: calc(100% - 200px);
    margin: 0 auto;
  }

  .sp-new-line {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

/* color
====================================================== */
:root {
  --grad-w2: linear-gradient(90deg,
      #5A24B8 0%,
      #5440C8 12.5%,
      #1D5CCA 25%,
      #183EC0 37.5%,
      #1C13A1 50%,
      #005AD1 62.5%,
      #1D5CCA 75%,
      #2478DD 87.5%,
      #3DF7EA 100%);
  --w2-blue: #0E5CCC;
  --bg-blue: #f3f7fc;
  --bray: #919291;
}

/* fv
====================================================== */
.fv {
  padding: 0px 0 30px;
  background: linear-gradient(to right,
      #17d0ff 2%,
      #3437ff 43%,
      #0096F2 84%,
      #17d0ff 95%);
}

.fv-ttl-area {
  position: relative;
}

.fv-ttl-en {
  position: absolute;
  font-size: clamp(70px, 10.7vw, 120px);
  font-weight: 500;
  font-family: 'Barlow Semi Condensed';
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0634ff;
  right: 0;
  bottom: 0;
}

.fv-ttl {
  padding: 140px 0 40px;
  color: #fff;
  text-align: center;
  font-size: clamp(23px, 3.1vw, 35px);
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1119px) {

  .fv-ttl-en {
    text-align: right;
  }
}

/* 共通
====================================================== */
/* 余白 */
.section-wrap {
  padding: 40px 0;
}

.integration {
  padding-bottom: 80px;
}

/* タイトル */
.ttl-area {
  margin-bottom: 30px;
}

.ttl-en {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 25px;
  font-family: 'Barlow Semi Condensed';
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: var(--bray);
}

.ttl-num {
  color: var(--w2-blue);
}

.ttl-en i {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: var(--bray);
}

.ttl {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
}

.ttl-sub {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

/* 注釈 */
.note-box {
  border-left: 3px solid var(--w2-blue);
  padding: 24px;
  background: var(--bg-blue);
}

.definition .note-box {
  margin-bottom: 20px;
}

.note-box__ttl {
  font-size: 18px;
  font-weight: 600;
  color: var(--w2-blue);
  margin-bottom: 20px;
}

.note-box__body {
  font-size: 13px;
}

.body-text {
  margin-bottom: 20px;
}

/* 比較 */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
}

.compare-card {
  padding: 24px
}

.compare-card__ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.compare-card__body {
  font-size: 13px;
}

.compare-before {
  background: var(--bg-blue);
}

.compare-after {
  background: var(--w2-blue);
  color: #fff;
}

.compare-card__img {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .ttl-en {
    margin-bottom: 5px;
  }

  .ttl {
    margin-bottom: 20px;
  }

  .compare-grid {
    grid-template-columns: 1fr;
  }
}

/* Definition
====================================================== */


/* Background
====================================================== */
.issue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0;
  margin-bottom: 48px;
}

.issue-card {
  padding: 24px;
  border-top: 3px solid var(--w2-blue);
  background: var(--bg-blue);
}

.issue-card__label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
  font-size: 30px;
  font-family: 'Barlow Semi Condensed';
  color: var(--w2-blue);
  letter-spacing: 1.54px;
}

.issue-card__label-tag {
  padding: 3px 5px;
  background: var(--w2-blue);
  font-size: 15px;
  color: #fff;
}

.issue-card__ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.issue-card__list {
  list-style: none;
  padding: 0;
}

.issue-card__list li {
  line-height: 1.8;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
}

.issue-card__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 15px;
  color: var(--w2-blue);
  top: 0px;
}

/* 課題詳細 */
.issue-detail__item {
  margin-bottom: 50px;
}

.issue-detail__item:last-child {
  margin-bottom: 0;
}

.issue-detail__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.issue-detail__heading .issue-card__label {
  margin-bottom: 0;
}

.issue-detail__ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.issue-detail__body {
  font-size: 14px;
  line-height: 1.6;
}

.issue-detail__img {
  margin-top: 30px;
}

@media screen and (max-width: 1119px) {
  .issue-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 48px;
  }

  .issue-card {
    padding: 20px;
  }

  .issue-card__label,
  .issue-card__ttl {
    margin-bottom: 20px;
  }

  .issue-detail__heading {
    gap: 2px;
    flex-direction: column;
    align-items: baseline;
  }

  .issue-detail__item {
    margin-bottom: 40px;
  }
}

/* Market Shift
====================================================== */

/* Redefinition
====================================================== */

/* Structure
====================================================== */
.layer-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.layer-list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.layer-list__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background: #D9D9D9;
  font-family: 'Barlow Semi Condensed';
  text-transform: uppercase;
  color: var(--w2-blue);
  font-weight: 500;
  line-height: 1;
}

.layer-list__tag {
  font-size: 12px;
}

.layer-list__num {
  font-size: 25px;
}

.layer-list__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.layer-list__ttl {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--w2-blue);
}

.layer-list__body {
  font-size: 13px;
  width: 100%;
}

@media (max-width: 1119px) {
  .layer-list__item {
    flex-wrap: wrap;
  }

  .layer-list__content {
    flex: 1;
    display: contents;
  }

  .layer-list__ttl {
    flex: 1;
    font-size: 16px;
  }

  .layer-list__body {
    flex-basis: 100%;
  }
}

/* Why W2
====================================================== */
.strength-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.strength-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border: 3px solid #E8E8E8;
  padding: 32px;
}

.strength-card__heading {
  display: flex;
  align-items: center;
  gap: 5px;
}

.strength-card__label {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--w2-blue);
  letter-spacing: 1px;
  line-height: 1.7;
}

.strength-card__label-text {
  background: var(--w2-blue);
  color: #fff;
  font-size: 13px;
  padding: 0 3px;
}

.strength-card__label-num {
  font-size: 20px;
  background: #fff;
  color: var(--w2-blue);
  font-family: 'Barlow Semi Condensed';
  line-height: 1;
  padding: 0 3px;
}

.strength-card__ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.ai-feature-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ai-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.ai-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: var(--w2-blue);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Barlow Semi Condensed';
}

.ai-feature__ttl {
  font-size: 18px;
  font-weight: 600;
  color: var(--w2-blue);
  margin-bottom: 4px;
}

.ai-feature__body {
  font-size: 13px;
}

/* タグリスト */
.strength-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
}

.strength-tag {
  font-size: 10px;
  font-weight: 600;
  color: var(--w2-blue);
  border: 1px solid #D0D0D0;
  background: #F4F6F9;
  padding: 0 5px;
}

@media (max-width: 1119px) {
  .strength-card__heading {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .strength-card {
    gap: 15px;
    padding: 15px;
  }

  .ai-feature__icon {
    width: 40px;
    height: 40px;
  }

  .ai-feature-list {
    gap: 15px;
  }
}

/* 資料　　お問い合わせ
====================================================== */
.doc-cta {
  background: var(--grad-w2);
  padding: 40px 0 60px;
}

.doc-cta__ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

.doc-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.doc-card a {
  background: #fff;
  color: #333;
  padding: 26px 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.doc-card__img {
  width: 260px;
  height: 146px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 6px;
  border: solid 1px #606060;
  display: block;
}

.doc-card__desc {
  font-size: 13px;
}

.doc-card__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--w2-blue);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 26px;
}

.doc-card__link::after {
  content: "→";
}

@media screen and (max-width: 1119px) {
  .doc-cta__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 567px) {
  .doc-card__img {
    margin: 0 auto;
  }

  .doc-card a {
    flex-direction: column;
  }

  .doc-card__link {
    position: unset;
    margin-top: 10px;
  }
}


/* .sp-cta {
  display: none;
} */

/* sp */
/* @media screen and (max-width: 1119px) {
  .pc-cta {
    display: none;
  }

  .sp-cta {
    display: block;
  }

  .contact-cta {
    background: linear-gradient(to bottom, #1a5fd4, #0a3eb8);
    padding: 56px 24px;
  }

  .contact-cta__ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 32px;
  }

  .contact-cta__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
  }

  .contact-card {
    background: #fff;
    border-radius: 8px;
    padding: 28px 24px;
    text-align: center;
  }

  .contact-card__ttl {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 20px;
    border-top: 2px solid var(--w2-blue);
    border-bottom: 2px solid var(--w2-blue);
  }

  .contact-card__desc {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .contact-card__btn {
    display: inline-flex;
    justify-content: center;
    gap: 6px;
    width: 100%;
    max-width: 250px;
    padding: 10px 0;
    background: #FC6F1B;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 999px;
    position: relative;
  }

  .contact-card__btn::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 15px;
    top: 53%;
    transform: translateY(-50%) rotate(45deg);
  }
} */