@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --lp-color01: #122c49; /* mv h1*/
  --lp-color02: #1e40af; /* h2 */
  --lp-color03: #2563eb; /* section-label button */
  --lp-color04: #475569;
  --lp-color05: #0f172a;
  --lp-primary-color: #202d73;
  --lp-primary-color-hover: #4f578b;
  --lp-theme-color1: #ffcd00;
  --lp-theme-color1-light: #fbe5d8;
  --lp-theme-color2: #9f5cc0;
  --lp-theme-color2-light: #e5d6f3;
  --lp-sub-color: #5479f7;
  --lp-sub-color-light: #eaf1fe;
  --lp-bg-color1: #f7f8f8;
  --lp-bg-color2: #f3f9f8;
  --lp-bg-color3: #f5f8ff;
  --lp-license-color1: #008ba8;
  --lp-license-color2: #343994;
  --white: #fff;
  --black: #000;
}

html {
  overflow-x: hidden;
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.75;
  color: #000;
  letter-spacing: 0.1em;
  background-color: #fff;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

main {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
img,
dl,
dt,
dd,
div,
span,
hr {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

th,
td {
  padding: 0;
}

img {
  max-width: 100%;
}

ul,
ol,
li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: unset;
  border: none;
}

button:not(:disabled) {
  cursor: pointer;
}

strong {
  font-weight: inherit;
}

.c-button {
  display: flex;
  column-gap: 12px;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 45px;
  margin-inline: auto;
  border-radius: 2px;
  background-color: #2563eb;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  transition: background-color 0.2s ease;
}
.c-button.--disabled {
  background-color: #9da8b2;
}

@media (max-width: 767.9px) {
  .c-button {
    padding: 0 14px;
    font-size: 14px;
    line-height: 1.25;
    min-height: 42px;
  }
}
@media (768px <= width) {
  .c-button {
    padding: 4px;
    font-size: 15px;
    line-height: 1.133;
  }
}
.c-button + .c-button {
  margin-top: 8px;
}
@media (768px <= width) {
  .c-button + .c-button {
    margin-top: 6px;
  }
}
@media (1100px <= width) {
  .c-button + .c-button {
    margin-top: 8px;
  }
}

.c-button__circle {
  position: relative;
  display: inline-block;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  background-color: var(--lp-primary-color);
  border: solid;
  border-color: var(--lp-primary-color);
  border-radius: 50%;
  outline: 1px solid #fff;
  width: 38px;
  height: 38px;
}

@media (max-width: 767.9px) {
  .c-button__circle {
    width: 34px;
    height: 34px;
    border-width: 14px;
  }
}
@media (min-width: 768px) {
  .c-button__circle {
    border-width: 16px;
  }
}
.c-button__circle::after {
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #fff;
  content: "";
  background-image: url("https://pages.jbs.co.jp/rs/530-FPX-174/images/microsoftlicense-icon_chevron_right_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  translate: -50% -50%;
}

.c-button__text {
  margin-inline: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.c-button:hover {
  background-color: var(--lp-primary-color-hover);
}

.c-button:hover .c-button__circle {
  background-color: var(--lp-primary-color-hover);
  border-color: var(--lp-primary-color-hover);
}

.c-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
}
@media (width < 768px) {
  .c-card {
    padding: 6px;
  }
}
@media (768px <= width) {
  .c-card {
    padding: 8px;
  }
}
@media (1100px <= width) {
  .c-card {
    min-height: 534px;
  }
}
@media (width < 768px) {
  .c-card:not(:first-child) {
    margin-top: 20px;
  }
}
.c-card .c-card__head {
  width: 100%;
}
.c-card .c-card__image {
  border-radius: 4px;
  height: auto;
}
@media (width < 768px) {
  .c-card .c-card__image {
    width: 100%;
    height: auto;
  }
}
.c-card .c-card__lower {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.c-card .c-card__body {
  margin-top: 18px;
}
@media (768px <= width) {
  .c-card .c-card__body {
    margin-top: 20px;
  }
}
@media (1100px <= width) {
  .c-card .c-card__body {
    margin-top: 22px;
    padding-inline: 15px;
  }
}
.c-card .c-card__title {
  font-size: 18px;
}
@media (768px <= width) {
  .c-card .c-card__title {
    font-size: 20px;
  }
}
@media (1100px <= width) {
  .c-card .c-card__title {
    font-size: 21px;
    line-height: 1.4;
  }
}
.c-card .c-card__text {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.001em;
}
@media (1100px <= width) {
  .c-card .c-card__text {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media (1100px <= width) {
  .c-card .c-card__footer {
    padding-inline: 15px;
    padding-bottom: 15px;
  }
}

.c-sectionHeading {
  margin-top: 40px;
  text-align: center;
  color: #1e40af;
  font-size: 40px;
  letter-spacing: 0.12em;
}
@media (width < 768px) {
  .c-sectionHeading {
    font-size: 32px;
    letter-spacing: 0.08em;
    line-height: 1.2;
  }
}
@media (768px <= width) {
  .c-sectionHeading {
    font-size: clamp(32px, 3.2727272727dvw, 36px);
  }
}
@media (1100px <= width) {
  .c-sectionHeading {
    font-size: clamp(36px, 2.7262079063dvw, 40px);
  }
}

/* ==========================================================================
  Utility
  ========================================================================== */
@media (max-width: 767.9px) {
  .u-spHide {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .u-spTextCenter {
    text-align: center !important;
  }
}
.u-textNoWrap {
  white-space: nowrap !important;
}

.u-letterSpacingNarrow03 {
  letter-spacing: -0.03em !important;
}

.u-letterSpacingNarrow05 {
  letter-spacing: -0.05em !important;
}

.c-sectionIntroText {
  margin-top: 2em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media (768px <= width) {
  .c-sectionIntroText {
    margin-top: 1.25em;
    width: fit-content;
    margin-inline: auto;
    font-size: 17px;
    text-align: center;
  }
}
@media (1100px <= width) {
  .c-sectionIntroText {
    margin-top: 1.5em;
    font-size: 18px;
  }
}

.c-sectionLabel {
  font-family: "Poppins", sans-serif;
  color: #2563eb;
  letter-spacing: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (1100px <= width) {
  .c-sectionLabel {
    font-size: 20px;
  }
}

.c-sectionLabel::before {
  display: inline-block;
  content: "";
  background-color: #2563eb;
  border: solid;
  border-color: rgba(37, 99, 235, 0.2);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border-width: 6px;
  background-clip: padding-box;
}

.c-sectionLabel--purple::before {
  background-color: var(--lp-theme-color2);
  border: solid;
  border-color: var(--lp-theme-color2-light);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border-width: 6px;
}

.c-goTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--lp-primary-color);
  transition: background-color 0.15s ease;
  position: relative;
}

.c-goTop svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.c-goTop::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.c-goTop:hover::after {
  opacity: 0.2;
}

.c-goTop::after {
  border-radius: 4px;
}

.c-hamburger {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--lp-primary-color);
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  gap: 3px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger__line {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.c-hamburger.is-active .c-hamburger__line:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}

.c-hamburger.is-active .c-hamburger__line:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active .c-hamburger__line:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-45deg);
}

/* ==========================================================================
 Component 
  ========================================================================== */
.c-headerLogoLink {
  display: inline-flex;
  transition: opacity 0.2s ease;
}

@media (max-width: 767.9px) {
  .c-headerLogoLink {
    width: 36px;
  }
}
@media (min-width: 768px) {
  .c-headerLogoLink {
    width: 72px;
  }
}
.c-headerLogoLink:hover {
  opacity: 0.6;
}

.c-headerTitleLink {
  font-weight: bold;
  line-height: 1.4;
  transition: opacity 0.2s ease;
}

@media (max-width: 1000px) {
  .c-headerTitleLink {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .c-headerTitleLink {
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  .c-headerTitleLink {
    font-size: 10px;
  }
}
@media (min-width: 1100px) {
  .c-headerTitleLink {
    font-size: 18px;
  }
}
.c-headerTitleLink:hover {
  opacity: 0.6;
}

.c-headerTextLink {
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  width: fit-content;
  transition: opacity 0.2s ease;
}

@media (max-width: 1100px) {
  .c-headerTextLink {
    font-size: 15px;
  }
}
@media (max-width: 1000px) {
  .c-headerTextLink {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  .c-headerTextLink {
    font-size: 13px;
    text-align: center;
  }
}
.c-headerTextLink__text {
  font-weight: bold;
  line-height: 1.4;
}

.c-headerTextLink:hover {
  opacity: 0.6;
}

.c-headerbutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--lp-primary-color);
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

@media (max-width: 1100px) {
  .c-headerbutton {
    width: 130px;
    height: 40px;
  }
}
@media (max-width: 1000px) {
  .c-headerbutton {
    width: 100px;
    height: 40px;
  }
}
@media (max-width: 767.9px) {
  .c-headerbutton {
    width: 100px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .c-headerbutton {
    height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .c-headerbutton {
    width: 110px;
  }
}
@media (min-width: 1100px) {
  .c-headerbutton {
    width: 160px;
  }
}
.c-headerbutton__text {
  font-weight: bold;
  color: #fff;
}

@media (min-width: 768px) {
  .c-headerbutton__text {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .c-headerbutton__text {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .c-headerbutton__text {
    font-size: 13px;
  }
}
@media (max-width: 767.9px) {
  .c-headerbutton__text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
.c-headerbutton:hover {
  background-color: var(--lp-primary-color-hover);
}

.c-footerLogoLink {
  display: inline-flex;
  transition: opacity 0.2s ease;
}

@media (max-width: 767.9px) {
  .c-footerLogoLink {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .c-footerLogoLink {
    max-width: 340px;
  }
}
.c-footerLogoLink:hover {
  opacity: 0.6;
}

.nav-link:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
}

.l-container {
  container-type: inline-size;
  container-name: lyContainer;
  max-width: 1165px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767.9px) {
  .l-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .l-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.l-container__inner {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.l-contact {
  background-color: #f5f8ff;
}

@media (max-width: 767.9px) {
  .l-contact {
    padding-top: 44px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .l-contact {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.p-contact {
  position: relative;
  padding: 32px 24px;
}
@media (width < 768px) {
  .p-contact {
    padding: 56px 24px 40px;
  }
}

.p-contact__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-contact__text {
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .p-contact__text {
    font-size: 18px;
  }
}
.p-contact__buttonContainer {
  display: flex;
  justify-content: center;
  width: min(100%, 430px);
}

.p-contact__textContainer + .p-contact__buttonContainer {
  margin-top: 16px;
}

.p-contact--main {
  background: linear-gradient(30deg, #3053c5 15%, #b14fc5 85%);
  border-radius: 4px;
}
@media (1100px <= width) {
  .p-contact--main {
    padding-top: 68px;
    padding-bottom: 64px;
  }
}

.p-contact--sub {
  background-color: linear-gradient(30deg, #3053c5 15%, #b14fc5 105%);
}

.p-contactUnit {
  display: flex;
  gap: 15px 30px;
  justify-content: center;
}

.p-contactUnit .c-button {
  border-radius: 5px;
}
@media (width < 768px) {
  .p-contactUnit .c-button {
    min-height: 76px;
  }
}
@media (1100px <= width) {
  .p-contactUnit .c-button {
    width: 430px;
    padding: 20px;
  }
}

@media (1100px <= width) {
  .p-contactUnit .c-button__text {
    font-size: 20px;
  }
}

@container lyContainer (max-width: 899.98px) {
  .p-contactUnit {
    flex-direction: column;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@container lyContainer (min-width: 900px) {
  .p-contactUnit .p-contact {
    width: 100%;
  }
}
.p-contactUnit .c-button {
  position: relative;
  background-color: var(--white);
  width: 100%;
}
@media (768px <= width) {
  .p-contactUnit .c-button {
    min-height: 64px;
  }
}
@media (1100px <= width) {
  .p-contactUnit .c-button {
    min-height: 76px;
  }
}

.p-contactUnit .c-button .c-button__text {
  color: var(--lp-license-color2);
  letter-spacing: 0.1em;
}

.p-contactUnit .c-button .c-button__circle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--white);
  border-color: var(--white);
  outline: 1px solid var(--lp-license-color2);
  margin-right: 20px;
}

.p-contactUnit .c-button .c-button__circle::after {
  background-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/microsoftlicense-icon_chevron_right_navy.svg);
}

.p-contactUnit .c-button:hover {
  background-color: var(--lp-primary-color-hover);
}

.p-contactUnit .c-button:hover .c-button__text {
  color: var(--white);
}

.p-contactUnit .c-button:hover .c-button__circle {
  background-color: var(--lp-primary-color-hover);
  border-color: var(--lp-primary-color-hover);
  outline: 1px solid var(--white);
}

.p-contactUnit .c-button:hover .c-button__circle::after {
  background-image: url(https://pages.jbs.co.jp/rs/530-FPX-174/images/microsoftlicense-icon_chevron_right_white.svg);
}

.l-contact .c-note {
  font-size: 13px;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 767.9px) {
  .l-header {
    position: relative;
  }
}
.l-header__container {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767.9px) {
  .l-header__container {
    padding-right: 12px;
    padding-left: 12px;
    border-bottom: 1px solid #d3d3d3;
  }
}
@media (min-width: 768px) {
  .l-header__container {
    padding-right: 20px;
    padding-left: 30px;
  }
}
.l-goTop {
  position: fixed;
  z-index: 99;
  display: none;
}

@media (max-width: 767.9px) {
  .l-goTop {
    right: 10px;
    bottom: 10px;
  }
}
@media (min-width: 768px) {
  .l-goTop {
    right: 15px;
    bottom: 15px;
  }
}
.l-section {
  padding-block: 48px;
}
@media (768px <= width) {
  .l-section {
    padding-block: 64px;
  }
}
@media (1100px <= width) {
  .l-section {
    padding-block: 60px 112px;
  }
}

.l-cardDeck {
  display: flex;
  flex-direction: column;
}
@media (768px <= width) {
  .l-cardDeck {
    flex-direction: row;
    justify-content: center;
    column-gap: 16px;
    row-gap: 18px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
@media (1100px <= width) {
  .l-cardDeck {
    margin-top: 48px;
  }
}

.l-footer {
  line-height: 1.5;
  background-color: #232c4d;
}

.p-mv {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 90px;
  background-color: #f5f8ff;
}
@media (768px <= width) {
  .p-mv {
    padding-top: 72px;
    padding-bottom: 178px;
  }
}
@media (1024px <= width) {
  .p-mv {
    padding-top: 82px;
    padding-bottom: 178px;
  }
}
@media (1366px <= width) {
  .p-mv {
    padding-bottom: 208px;
  }
}
.p-mv__bg-left {
  position: absolute;
  top: -260px;
  left: -20.1317715959dvw;
  width: min(1010px, 74.5897482583dvw);
  object-fit: cover;
  z-index: 1;
  transform-origin: left top;
  animation: illustFadeDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.6s;
}
@media (width < 768px) {
  .p-mv__bg-left {
    width: min(576px, 153.6dvw);
    max-width: revert;
    height: auto;
    top: -135px;
    left: -197px;
  }
}
.p-mv__bg-right {
  position: absolute;
  bottom: -30px;
  right: -63px;
  object-fit: cover;
  z-index: 1;
  transform-origin: right top;
  animation: illustFadeDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.6s;
}
@media (width < 768px) {
  .p-mv__bg-right {
    width: max(511px, 136.2666666667dvw);
    max-width: revert;
    height: auto;
  }
}
@media (768px <= width) {
  .p-mv__bg-right {
    width: min(1073px, 78.5519769091dvw);
  }
}
.p-mv__circle-01 {
  position: absolute;
  bottom: -5%;
  left: -5%;
  z-index: 2;
}
@media (width < 768px) {
  .p-mv__circle-01 {
    display: none;
  }
}
@media (768px <= width) {
  .p-mv__circle-01 {
    display: block;
  }
}
.p-mv__circle-03 {
  position: absolute;
  top: 14%;
  right: -8%;
  z-index: 2;
}
@media (width < 768px) {
  .p-mv__circle-03 {
    display: none;
  }
}
.p-mv__circle-02 {
  position: absolute;
  top: 33%;
  right: 8%;
  z-index: 3;
}
@media (width < 768px) {
  .p-mv__circle-02 {
    width: max(184px, 49.0666666667dvw);
    height: auto;
    top: 66%;
    right: 3%;
  }
}
@media (768px <= width) {
  .p-mv__circle-02 {
    width: max(184px, 23.9583333333dvw);
    height: auto;
  }
}
@media (1100px <= width) {
  .p-mv__circle-02 {
    width: min(351px, 25.69546dvw);
    top: 33%;
    right: 8%;
  }
}
.p-mv__dot-grid-01 {
  position: absolute;
  top: 56%;
  left: max(-10.8%, -148px);
  z-index: 4;
}
@media (width < 768px) {
  .p-mv__dot-grid-01 {
    width: max(211px, 56.2666666667dvw);
    height: 75px;
    top: 83%;
    left: -38%;
  }
}
.p-mv__dot-grid-02 {
  position: absolute;
  top: -24.5%;
  right: 6%;
  z-index: 4;
}
@media (width < 768px) {
  .p-mv__dot-grid-02 {
    width: 75px;
    rotate: 90deg;
    top: -7%;
    right: -19%;
  }
}
.p-mv__dot-cross-01 {
  position: absolute;
  top: -5%;
  right: 15%;
  z-index: 4;
}
@media (width < 768px) {
  .p-mv__dot-cross-01 {
    width: max(18px, 4.8dvw);
    height: auto;
    top: 3%;
    left: 6%;
  }
}
@media (width < 500px) {
  .p-mv__dot-cross-01 {
    top: 5%;
  }
}
@media (768px <= width) {
  .p-mv__dot-cross-01 {
    top: 10%;
    left: 6%;
  }
}
.p-mv__dot-cross-02 {
  position: absolute;
  top: 10%;
  left: 55%;
  z-index: 4;
}
@media (width < 768px) {
  .p-mv__dot-cross-02 {
    width: max(18px, 4.8dvw);
    height: auto;
    top: 54%;
    left: 19%;
  }
}
.p-mv__dot-cross-03 {
  position: absolute;
  top: 65%;
  left: 50%;
  z-index: 4;
}
@media (width < 768px) {
  .p-mv__dot-cross-03 {
    width: max(14px, 3.7333333333dvw);
    height: auto;
    top: 83%;
    left: 14%;
  }
}
.p-mv__dot-cross-04 {
  position: absolute;
  top: 79.5%;
  left: 80%;
  z-index: 4;
}
@media (width < 768px) {
  .p-mv__dot-cross-04 {
    width: max(18px, 4.8dvw);
    height: auto;
    top: 91.8%;
    left: 73%;
  }
}
.p-mv__main-image {
  width: 728px;
  object-fit: cover;
  opacity: 0;
  transform-origin: right top;
  animation: illustFadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.2s;
}
@media (768px <= width < 1024px) {
  .p-mv__main-image {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
}
@keyframes illustFadeIn {
  from {
    opacity: 0;
    transform: translateY(180px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (1100px <= width) {
  .p-mv .l-container {
    padding-left: 0;
  }
}
.p-mv__contentContainer {
  display: flex;
  column-gap: 11%;
  position: relative;
  height: 100%;
  z-index: 10;
}
@media (width < 768px) {
  .p-mv__contentContainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 16px;
  }
}
@media (768px <= width < 1024px) {
  .p-mv__contentContainer {
    column-gap: 6%;
    width: 85%;
  }
}
@media (1024px <= width < 1366px) {
  .p-mv__contentContainer {
    column-gap: 6%;
    width: 85%;
  }
}
@media (1100px <= width) {
  .p-mv__contentContainer {
    width: 77.45%;
    max-width: 1058px;
  }
}
.p-mv__content {
  position: relative;
  flex-grow: 3;
  flex-shrink: 2;
}
@media (768px <= width) {
  .p-mv__content {
    margin-top: 60px;
    flex-basis: 433px;
  }
}
@media (1024px <= width) {
  .p-mv__content {
    margin-top: 80px;
  }
}
@media (1100px <= width) {
  .p-mv__content {
    margin-top: 100px;
    flex-basis: 461px;
  }
}
.p-mv__picture-wrapper {
  position: relative;
  flex-grow: 2;
  flex-shrink: 3;
}
@media (width < 768px) {
  .p-mv__picture-wrapper {
    width: 85.63%;
    margin-inline: auto;
  }
}
@media (768px <= width) {
  .p-mv__picture-wrapper {
    flex-basis: 520px;
  }
}
@media (1100px <= width) {
  .p-mv__picture-wrapper {
    flex-basis: 520px;
  }
}
@keyframes fgAppear {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.p-mv__fg-01, .p-mv__fg-02, .p-mv__fg-03, .p-mv__fg-04, .p-mv__fg-05, .p-mv__fg-06 {
  opacity: 0;
  animation: fgAppear 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.p-mv__fg-01 {
  position: absolute;
  z-index: 1;
  animation-delay: 1s;
}
@media (width < 768px) {
  .p-mv__fg-01 {
    width: max(40px, 10.6666666667dvw);
    height: auto;
    top: 28%;
    left: -4%;
  }
}
@media (768px <= width) {
  .p-mv__fg-01 {
    width: clamp(40px, 5.2083333333dvw, 90px);
    top: 18%;
    left: -5%;
  }
}
.p-mv__fg-02 {
  position: absolute;
  top: 33%;
  left: 12%;
  z-index: 1;
  animation-delay: 1.1s;
}
@media (width < 768px) {
  .p-mv__fg-02 {
    width: max(45px, 12dvw);
    height: auto;
    top: 35%;
    left: 13%;
  }
}
@media (768px <= width) {
  .p-mv__fg-02 {
    width: clamp(45px, 5.859375dvw, 95px);
  }
}
.p-mv__fg-03 {
  position: absolute;
  top: 6%;
  left: 22%;
  z-index: 1;
  animation-delay: 1.2s;
}
@media (width < 768px) {
  .p-mv__fg-03 {
    width: max(58px, 15.4666666667dvw);
    height: auto;
    top: 8%;
    left: 25%;
  }
}
@media (768px <= width) {
  .p-mv__fg-03 {
    width: clamp(58px, 7.5520833333dvw, 119px);
  }
}
.p-mv__fg-04 {
  position: absolute;
  bottom: -10%;
  left: 17%;
  z-index: 1;
  animation-delay: 1.3s;
}
@media (width < 768px) {
  .p-mv__fg-04 {
    width: max(156px, 41.6dvw);
    height: auto;
    bottom: -15%;
    left: 17%;
  }
}
@media (768px <= width) {
  .p-mv__fg-04 {
    width: clamp(156px, 20.3125dvw, 294px);
  }
}
.p-mv__fg-05 {
  position: absolute;
  bottom: 16%;
  right: -5%;
  z-index: 1;
  animation-delay: 1.4s;
}
@media (width < 768px) {
  .p-mv__fg-05 {
    width: max(48px, 12.8dvw);
    height: auto;
    bottom: 11%;
    right: -4%;
  }
}
@media (768px <= width) {
  .p-mv__fg-05 {
    width: clamp(48px, 6.25dvw, 94px);
  }
}
.p-mv__fg-06 {
  position: absolute;
  bottom: -12%;
  right: -18%;
  z-index: 1;
  animation-delay: 1.5s;
}
@media (width < 768px) {
  .p-mv__fg-06 {
    width: max(66px, 17.6dvw);
    height: auto;
    bottom: -17%;
    right: -17%;
  }
}
@media (768px <= width) {
  .p-mv__fg-06 {
    width: clamp(66px, 8.59375dvw, 129px);
  }
}
.p-mv__titleEn {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #2563eb;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (768px <= width) {
  .p-mv__titleEn {
    font-size: 18px;
  }
}
@media (1100px <= width) {
  .p-mv__titleEn {
    font-size: clamp(18px, 1.4641288433dvw, 22px);
  }
}
.p-mv__title {
  font-weight: 900;
  line-height: 1.5;
  color: #122c49;
}
@media (width < 768px) {
  .p-mv__title {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
}
@media (768px <= width) {
  .p-mv__title {
    font-size: clamp(39px, 4.9479166667dvw, 48px);
    letter-spacing: 0.05;
  }
}
@media (1100px <= width) {
  .p-mv__title {
    font-size: clamp(48px, 3.953147877dvw, 58px);
    line-height: 1.5;
  }
}
.p-mv__text {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #475569;
  letter-spacing: 0.09em;
}
@media (768px <= width) {
  .p-mv__text {
    margin-top: 2em;
    font-size: 18px;
  }
}
@media (1100px <= width) {
  .p-mv__text {
    font-size: min(1.4641288433dvw, 20px);
  }
}

.mv-banner_banner {
  display: none;
}

@media (max-width: 767.9px) {
  .mv-banner_banner {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 10;
    width: 225px;
  }
}
@media (min-width: 768px) {
  .mv-banner_banner {
    position: fixed;
    right: 15px;
    bottom: 70px;
    z-index: 10;
  }
}
.mv-banner_banner a {
  position: relative;
  display: block;
}

.mv-banner_banner a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.mv-banner_banner a:hover::after {
  opacity: 0.2;
}

.mv-banner_banner img {
  display: block;
  border-radius: 10px;
}

/* ==========================================================================
  Header
  ========================================================================== */
@media (max-width: 767.9px) {
  .p-header {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .p-header {
    height: 70px;
  }
}
.p-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.p-header__innerContainer {
  display: flex;
  align-items: center;
}

.p-header__innerContainer--left {
  justify-content: flex-start;
}

@media (max-width: 767.9px) {
  .p-header__innerContainer--left {
    column-gap: 8px;
  }
}
@media (min-width: 768px) {
  .p-header__innerContainer--left {
    column-gap: 16px;
  }
}
.p-header__innerContainer--right {
  column-gap: 16px;
  justify-content: flex-end;
}

@media (min-width: 1100px) {
  .p-header__innerContainer--right {
    column-gap: 32px;
  }
}
/* ==========================================================================
  SP Menu
  ========================================================================== */
.p-spMenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--lp-primary-color);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
}

@media (min-width: 768px) {
  .p-spMenu {
    display: none;
  }
}
.p-spMenu.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.p-spMenu__nav {
  padding: 0;
}

.p-spMenu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.p-spMenu__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.p-spMenu__link:last-child {
  border-bottom: none;
}

.p-spMenu__text {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.p-spMenu__arrow {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.p-about\+achievements {
  position: relative;
  background: linear-gradient(#FFFFFF 9%, #f0f4f8 23%, #dbeafe 99%);
}

.p-about\+achievements__bg-06 {
  position: absolute;
  height: auto;
  object-fit: cover;
  z-index: 0;
}
@media (width < 768px) {
  .p-about\+achievements__bg-06 {
    width: 85.0666666667dvw;
    top: 929px;
    left: -0.2037617555%;
    transform: translateX(-20.38%);
  }
}
@media (768px <= width) {
  .p-about\+achievements__bg-06 {
    width: 39.458272328dvw;
    top: 742px;
    left: -120px;
  }
}

.p-about\+achievements__bg-07 {
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
@media (width < 768px) {
  .p-about\+achievements__bg-07 {
    width: 101.0666666667dvw;
    top: 277px;
    right: 0;
    transform: translateX(24.8%);
  }
}
@media (768px <= width) {
  .p-about\+achievements__bg-07 {
    width: 56.8081991215dvw;
    top: 345px;
    right: -232px;
  }
}

.p-about\+achievements__bg-08 {
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: cover;
  z-index: 0;
}
@media (width < 768px) {
  .p-about\+achievements__bg-08 {
    width: 155.7333333333dvw;
    max-width: revert;
    bottom: 0;
    left: 0;
    transform: translateX(-4.28%);
  }
}
@media (768px <= width) {
  .p-about\+achievements__bg-08 {
    width: 72.1083455344dvw;
    bottom: -80;
    right: -120px;
  }
}

.p-about\+achievements .l-container {
  position: relative;
  z-index: 1;
}

.about.l-section {
  padding-bottom: 12px;
}

@media (1100px <= width) {
  .about .l-container {
    padding-right: 0;
    max-width: 1236px;
  }
}

.p-about__wrapper {
  margin-top: 24px;
}
@media (768px <= width) {
  .p-about__wrapper {
    margin-top: 40px;
  }
}
@media (1100px <= width) {
  .p-about__wrapper {
    margin-top: 60px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
  }
}

.p-about__figure {
  position: relative;
}
@media (width < 768px) {
  .p-about__figure {
    margin-top: 34px;
    width: min(100%, 500px);
    margin-inline: auto;
  }
}
@media (768px <= width) {
  .p-about__figure {
    margin-top: 40px;
    width: min(100%, 500px);
    margin-inline: auto;
  }
}
@media (1100px <= width) {
  .p-about__figure {
    margin-top: revert;
    flex: 1;
  }
}

.p-about__image_main {
  position: relative;
  left: 22%;
}
@media (width < 768px) {
  .p-about__image_main {
    width: 79.2048929664%;
    height: auto;
  }
}

.p-about__image_sub {
  position: absolute;
  left: 0;
  bottom: -56px;
}
@media (width < 768px) {
  .p-about__image_sub {
    position: absolute;
    bottom: -11%;
    left: 6%;
    width: 44.9541284404%;
    height: auto;
  }
}

@media (1100px <= width) {
  .p-about__content {
    flex: 1;
  }
}

.p-about__heading {
  font-weight: 700;
}
@media (width < 768px) {
  .p-about__heading {
    font-size: clamp(24px, 6.4dvw, 28px);
  }
}
@media (768px <= width) {
  .p-about__heading {
    font-size: clamp(28px, 3.6458333333dvw, 32px);
    letter-spacing: 0.04em;
  }
}
@media (1100px <= width) {
  .p-about__heading {
    font-size: clamp(32px, 2.781845dvw, 42px);
    letter-spacing: 0.05em;
  }
}

.p-about__heading_emphasis {
  font-style: normal;
  color: #2563eb;
}
@media (width < 768px) {
  .p-about__heading_emphasis {
    font-size: clamp(28px, 7.4666666667dvw, 32px);
    letter-spacing: 0.04em;
  }
}
@media (768px <= width) {
  .p-about__heading_emphasis {
    font-size: clamp(32px, 4.1666666667dvw, 40px);
    letter-spacing: 0.05em;
  }
}
@media (1100px <= width) {
  .p-about__heading_emphasis {
    font-size: clamp(40px, 3.513909224dvw, 50px);
  }
}

.p-about__contentBody {
  margin-top: 20px;
}
@media (768px <= width) {
  .p-about__contentBody {
    width: 80%;
  }
}
@media (768px <= width) {
  .p-about__contentBody {
    margin-inline: auto;
    width: 100%;
  }
}
@media (1100px <= width) {
  .p-about__contentBody {
    width: 80%;
    margin-top: 24px;
    margin-left: 0;
  }
}

.p-about__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media (768px <= width) {
  .p-about__text {
    font-size: 16px;
  }
}
@media (1100px <= width) {
  .p-about__text {
    font-size: 16px;
  }
}
.p-about__text:not(:first-child) {
  margin-top: 1em;
}

.p-about__textAnimation {
  overflow: hidden;
  margin-top: 48px;
}
@media (768px <= width) {
  .p-about__textAnimation {
    margin-top: 64px;
  }
}

.p-about__marquee {
  margin-top: 48px;
  column-gap: 1em;
  display: flex;
  white-space: nowrap;
  width: max-content;
  animation: marquee 20s linear infinite;
}
@media (768px <= width) {
  .p-about__marquee {
    column-gap: 3em;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}
.p-about__marqueeText {
  flex-shrink: 0;
  padding-right: 0.4em;
  font-family: "Poppins", sans-serif;
  font-size: clamp(76px, 50.27px + 6.862dvw, 144px);
  font-weight: 300;
  line-height: 1;
  color: white;
}

.p-caseStudySlider {
  margin-top: 40px;
  overflow: visible;
}
.p-caseStudySlider .splide__track {
  overflow: visible;
}
.p-caseStudySlider .splide__arrows {
  display: flex;
  justify-content: center;
  gap: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
  z-index: 2;
  max-width: 408px;
}
@media (1100px <= width) {
  .p-caseStudySlider .splide__arrows {
    max-width: 1144px;
  }
}

.splide__arrow {
  position: static;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}
.splide__arrow:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.splide__arrow svg {
  width: 16px;
  height: 16px;
  fill: #122c49;
}

.splide__arrow--prev {
  margin-right: auto;
}

.splide__arrow--next {
  margin-left: auto;
}

.p-caseStudyCard {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  padding: 24px 20px;
  height: 100%;
}

.p-caseStudyCard::before {
  content: "";
  display: block;
  position: absolute;
  top: 232px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #cbd5e1;
}

.p-caseStudyCard__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.p-caseStudyCard__logo img {
  object-fit: contain;
}

.p-caseStudyCard__category {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 12px;
  background-color: #202d73;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  width: fit-content;
}
@media (width < 376px) {
  .p-caseStudyCard__category {
    margin-top: 16px;
  }
}

.p-caseStudyCard__company {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #122c49;
}

.p-caseStudyCard__text {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #475569;
}

.p-caseStudyCard__link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  color: #2563eb;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-caseStudyCard__link:hover {
  opacity: 0.7;
}

.p-case-study {
  background: linear-gradient(69.918deg, #047ee2 -5%, #38e3c4 105%);
}
.p-case-study .c-sectionLabel {
  color: #fff;
}
.p-case-study .c-sectionLabel::before {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.p-case-study .c-sectionHeading {
  color: #fff;
}
.p-case-study .c-sectionIntroText {
  color: #fff;
}

.p-newsList {
  display: grid;
  grid-auto-rows: 1fr;
  margin-top: 40px;
  border-top: 1px solid #9ea9b7;
  padding: 0px;
  margin-bottom: 50px;
  font-size: 14px;
}

.p-newsList__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #9ea9b7;
}

.p-newsList__anchor {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 22px 0 22px 8px;
  transition: 0.2s;
}
@media (width < 768px) {
  .p-newsList__anchor {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.p-newsList__anchor:hover {
  background-color: #eaeef5;
}

.p-newsList__date {
  flex-shrink: 0;
  margin-right: 3%;
  color: #1B365D;
}

.p-newsList__label {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 28px;
  margin-right: 3.5%;
  color: #fff;
  border-radius: 5em;
  font-size: 1.2rem;
  font-style: normal !important;
  white-space: nowrap;
}

.p-newsList__text {
  line-height: 1.4;
}
@media (width < 768px) {
  .p-newsList__text {
    width: 100%;
    margin-top: 14px;
  }
}
@media (768px <= width) {
  .p-newsList__text {
    font-size: 1.6rem;
  }
}
@media (1100px <= width) {
  .p-newsList__text {
    font-size: 1.8rem;
  }
}

.jbs-blue {
  background-color: #1b365d !important;
}

.jbs-duck {
  background-color: #007fa3 !important;
}

.jbs-orange80 {
  background-color: #fd7035 !important;
  color: #FFFFFF;
}

.p-achievements .c-sectionHeading__subText {
  display: block;
  margin-bottom: 16px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (1100px <= width) {
  .p-achievements .c-sectionHeading__subText {
    font-size: clamp(18px, 1.6105417277dvw, 24px);
  }
}
.p-achievements .c-sectionHeading {
  color: #000;
  letter-spacing: 0.2em;
  line-height: 1;
}
.p-achievements .c-sectionHeading em {
  display: inline-block;
  margin-inline: 8px;
  font-style: normal;
  color: #1e40af;
}
@media (1100px <= width) {
  .p-achievements .c-sectionHeading em {
    font-size: clamp(40px, 3.6603221083dvw, 54px);
  }
}
.p-achievements .c-sectionHeading .u-textSmall {
  font-size: 28px;
}
@media (768px <= width) {
  .p-achievements .c-sectionHeading .u-textSmall {
    font-size: 32px;
  }
}
@media (1100px <= width) {
  .p-achievements .c-sectionHeading .u-textSmall {
    font-size: clamp(32px, 2.7818448023dvw, 40px);
  }
}
.p-achievements .l-cardDeck {
  margin-top: 48px;
}
@media (768px <= width) {
  .p-achievements .l-cardDeck {
    gap: 24px;
  }
}
@media (1100px <= width) {
  .p-achievements .l-cardDeck {
    gap: 30px;
  }
}
.p-achievements .c-card {
  border: none;
}
@media (768px <= width) {
  .p-achievements .c-card {
    width: calc(50% - 12px);
    max-width: 529px;
  }
}
@media (1100px <= width) {
  .p-achievements .c-card {
    width: calc(50% - 15px);
    max-width: 529px;
  }
}
.p-achievements .c-card__figure {
  padding-top: 8px;
  border-radius: 3px;
  background-color: #f6f9fc;
  text-align: center;
}
@media (width < 768px) {
  .p-achievements .c-card__figure {
    aspect-ratio: 312.7378/147.5648;
  }
}
@media (width < 768px) {
  .p-achievements .c-card__image {
    width: 84.94%;
    height: auto; /* picture で読み込んだ -sm.svg の比率で表示する */
  }
}
.p-achievements .c-card__body {
  margin-top: 16px;
  padding-inline: 20px;
}
@media (768px <= width) {
  .p-achievements .c-card__body {
    margin-top: 20px;
  }
}
@media (1100px <= width) {
  .p-achievements .c-card__body {
    padding-inline: 24px;
  }
}
.p-achievements .c-card__footer {
  margin-top: 28px;
  padding-inline: 20px;
  padding-bottom: 20px;
}
@media (1100px <= width) {
  .p-achievements .c-card__footer {
    margin-top: revert;
    padding-inline: 20px;
  }
}
.p-achievements .c-card__title {
  font-size: 20px;
}
@media (768px <= width) {
  .p-achievements .c-card__title {
    font-size: 20px;
  }
}
@media (1100px <= width) {
  .p-achievements .c-card__title {
    font-size: clamp(22px, 1.8301610542dvw, 25px);
  }
}
.p-achievements .c-card__text {
  margin-top: 12px;
  font-size: 14px;
}
@media (1100px <= width) {
  .p-achievements .c-button {
    margin-top: 18px;
  }
}

.p-solution {
  background-color: #f5f8ff;
}
@media (width < 768px) {
  .p-solution .l-cardDeck {
    margin-top: 24px;
  }
}
@media (768px <= width) {
  .p-solution .l-cardDeck {
    column-gap: 10px;
    row-gap: 10px;
  }
}
@media (1100px <= width) {
  .p-solution .l-cardDeck {
    column-gap: 16px;
    row-gap: 18px;
  }
}
@media (768px <= width) {
  .p-solution .c-card {
    width: calc(50% - 10px);
  }
}
@media (1100px <= width) {
  .p-solution .c-card {
    width: calc(33.33% - 10.6666666667px);
  }
}
.p-solution .c-card__image {
  width: 100%;
  height: auto;
}
@media (width < 768px) {
  .p-solution .c-card__body {
    padding-inline: 14px;
  }
}
@media (768px <= width) {
  .p-solution .c-card__body {
    padding-inline: 14px;
  }
}
.p-solution .c-card__text {
  font-size: 14px;
}
@media (width < 768px) {
  .p-solution .c-card__text {
    margin-top: 12px;
  }
}
@media (768px <= width) {
  .p-solution .c-card__text {
    margin-top: 15px;
  }
}
@media (1100px <= width) {
  .p-solution .c-card__text {
    margin-top: 15px;
  }
}
@media (width < 768px) {
  .p-solution .c-card__footer {
    margin-top: 20px;
    padding-inline: 14px;
    padding-bottom: 12px;
  }
}
@media (768px <= width) {
  .p-solution .c-card__footer {
    margin-top: 20px;
    padding-inline: 14px;
    padding-bottom: 12px;
  }
}
@media (width < 768px) {
  .p-solution__ms-notice {
    margin-top: 22px;
  }
}
@media (768px <= width) {
  .p-solution__ms-notice {
    margin-top: 32px;
  }
}
@media (1100px <= width) {
  .p-solution__ms-notice {
    margin-top: 40px;
  }
}
.p-solution__ms-noticeText {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.p-solution__ms-noticeText:not(:first-child) {
  margin-top: 12px;
}
/*# sourceMappingURL=partner-microsoft-style.css.map */
