@charset "UTF-8";



.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
  margin-top: .3125rem;
  color: #d32f2f;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
}

.wpcf7 .wpcf7-response-output {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  border-radius: .3125rem;
  padding: 15px 20px;
  padding: .9375rem 1.25rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  text-align: center;
}

.wpcf7 .wpcf7-mail-sent-ok {
  border-color: #46b450;
  color: #46b450;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  border-color: #d32f2f;
  color: #d32f2f;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.form__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__wrap:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.form__wrap.form__wrap--radio {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  margin-top: .75rem;
}

.form__wrap.form__wrap--textarea {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.form__label {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 19px;
  padding-top: 1.1875rem;
  min-width: 312px;
  min-width: 19.5rem;
}

.form__labelText {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.form__badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  padding: 0 6.2px 1px 5.8px;
  padding: 0 .3875rem 1px .3625rem;
  min-width: 39px;
  min-width: 2.4375rem;
  height: 21px;
  height: 1.3125rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1;
}

.form__badge--required {
  background-color: #87AFFF;
  color: #FFF;
}

.form__badge--optional {
  background-color: #bec4d1;
  color: #FFF;
}

.form__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form__input--radio {
  padding-top: 19px;
  padding-top: 1.1875rem;
}

.form__textbody {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form__text, .form__email {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  outline: none;
  border: 1px solid #EDEFF4;
  border-radius: .3125rem;
  background-color: #EDEFF4;
  padding: 15px 20px;
  padding: .9375rem 1.25rem;
  width: 100%;
  height: 59px;
  height: 3.6875rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.form__text:focus, .form__email:focus {
  border-color: #87AFFF;
}

.form__textarea {
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  outline: none;
  border: 1px solid #EDEFF4;
  border-radius: .3125rem;
  background-color: #EDEFF4;
  padding: 15px 20px;
  padding: .9375rem 1.25rem;
  width: 100%;
  height: 242px;
  height: 15.125rem;
  resize: none;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.form__textarea:focus {
  border-color: #87AFFF;
}

.wpcf7-radio {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item label {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
}

.wpcf7-radio .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 0;
  border: none;
  border-radius: 50%;
  background-color: #EDEFF4;
  width: 27px;
  width: 1.6875rem;
  height: 27px;
  height: 1.6875rem;
}

.wpcf7-radio .wpcf7-list-item input[type=radio]:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #19356D;
  width: 13px;
  width: .8125rem;
  height: 13px;
  height: .8125rem;
  content: '';
}

.form__agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 58px;
  margin-top: 3.625rem;
  margin-left: -18px;
  margin-left: -1.125rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .05em;
}

.form__agreement a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-bottom: .5px solid #19356D;
  text-decoration: none;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item label {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  border: none;
  border-radius: .3125rem;
  background-color: #EDEFF4;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #19356D;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked::after {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  width: 8px;
  width: .5rem;
  height: 14px;
  height: .875rem;
  content: '';
}

.form__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 83px;
  margin-top: 5.1875rem;
}

.form__button--confirm {
  gap: 20px;
  gap: 1.25rem;
}

.form__confirmBtn, .form__submitBtn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  cursor: pointer;
  border: .5px solid #19356D;
  border-radius: 2.8125rem;
  background-color: rgba(255, 255, 255, .3);
  padding: 15px 60px;
  padding: .9375rem 3.75rem;
  min-width: 291px;
  min-width: 18.1875rem;
  height: 54px;
  height: 3.375rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .75px;
}

.form__confirmBtn:disabled, .form__submitBtn:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.form__submitBtn {
  background-color: #19356D;
  color: #FFF;
}

.form__backBtn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  cursor: pointer;
  border: .5px solid #9D9FAE;
  border-radius: 2.8125rem;
  background-color: rgba(255, 255, 255, .3);
  padding: 15px 40px;
  padding: .9375rem 2.5rem;
  min-width: 200px;
  min-width: 12.5rem;
  height: 54px;
  height: 3.375rem;
  color: #9D9FAE;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .75px;
}

.confirm_area .confirm_top-text {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}

.confirm_area .confirm_top-text h2 {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.confirm_area .confirm_top-text p {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.form__confirmText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EDEFF4;
  border-radius: .3125rem;
  background-color: #FFF;
  padding: 15px 20px;
  padding: .9375rem 1.25rem;
  min-height: 59px;
  min-height: 3.6875rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.form__confirmText--textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 100px;
  min-height: 6.25rem;
  white-space: pre-wrap;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: #FFF;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #19356D;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

u a {
  text-decoration: underline;
}

a[href='*'] {
  cursor: pointer;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: '';
  content: none;
}

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F3F3F3;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F3F3F3;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F3F3F3;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
.js-fadeIn {
  visibility: hidden;
  opacity: 0;
}

.js-fadeInUp {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInLeft {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInRight {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeInLeft,
.fadeInRight,
.fadeInUp,
.fadeIn,
.fadeOut {
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeInLeft {
  -webkit-animation-name: fadeinleft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeinright;
  animation-name: fadeInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeinup;
  animation-name: fadeInUp;
}

.fadeIn {
  -webkit-animation-name: fadein;
  animation-name: fadeIn;
}

.fadeOut {
  opacity: 1;
  -webkit-animation-name: fadeout;
  animation-name: fadeOut;
}

[data-target] {
  cursor: pointer;
}

html {
  scrollbar-gutter: stable;
  font-size: 16px;
}

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

body.fadeIn {
  opacity: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer {
  margin-top: auto;
}

/************************************************************************
* base
************************************************************************/
table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: .7px solid rgba(25, 53, 109, .5);
}

address {
  font-style: normal;
}

details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

details .icon::before, details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #19356D;
  width: 13px;
  width: .8125rem;
  height: 1px;
  content: '';
}

details .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

summary {

  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/************************************************************************
* end base
************************************************************************/
.js-tabItem {
  visibility: hidden;
  opacity: .9;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
  height: 0;
  overflow: hidden;
}

.js-tabItem.is-active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

:root {

  /* ウィンドウサイズ */
  --vw: 100vw;
  --vh: 100vh;

  /* 三角形 */
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);

  /**
     * svgをbackgroundで使う
     * 色：#ffffff -> %23ffffff
     */
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');

  /* ヘッダー高さ */
  --header-height: 50px;
}

.l-breadcrumb {
  margin-top: 137px;
  margin-top: 8.5625rem;
}

.l-breadcrumb.l-breadcrumb--service {
  margin-top: 98px;
  margin-top: 6.125rem;
}

.l-breadcrumb.l-breadcrumb--news,
.l-breadcrumb.l-breadcrumb--contact,
.l-breadcrumb.l-breadcrumb--thanks {
  margin-top: 0;
  background-color: #F6F7FA;
}

.l-clientLogoSlider {
  margin-top: 143px;
  margin-top: 8.9375rem;
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.l-container.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  padding: 0;
  width: 100vw;
  max-width: none;
}

.l-cta-consulting {
  position: fixed;
  right: 60px;
  right: 3.75rem;
  bottom: 60px;
  bottom: 3.75rem;
  z-index: 100;
  -webkit-transition: opacity .3s ease, visibility .3s ease, bottom .1s ease;
  transition: opacity .3s ease, visibility .3s ease, bottom .1s ease;
}

body.u-overflowHidden .l-cta-consulting {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.l-foot--top {
  margin-top: -397px;
  margin-top: -24.8125rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

.l-header.is-color {
  z-index: 42;
}

.l-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-topMain {
  position: relative;
}

.c-button {
  display: inline-block;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border: .5px solid #19356D;
  border-radius: 2.8125rem;
  background-color: rgba(255, 255, 255, .3);
  padding: 16.5px 65px 20.5px;
  padding: 1.03125rem 4.0625rem 1.28125rem;
}

.c-button__text {
  display: inline-block;
  min-width: 160px;
  min-width: 10rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.c-iconButton {
  display: inline-block;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border: .5px solid #FFF;
  border-radius: 2.8125rem;
  background-color: rgba(255, 255, 255, .3);
  padding: 18.5px 59px 18.5px 62px;
  padding: 1.15625rem 3.6875rem 1.15625rem 3.875rem;
}

.c-iconButton.c-iconButton--header {
  padding: 18.5px 2.6118055556vw 18.5px 2.8201388889vw;
  padding: 1.15625rem 2.6118055556vw 1.15625rem 2.8201388889vw;
}

.c-iconButton.c-iconButton--contact {
  padding: 18.5px 82.9px 18.5px 85.9px;
  padding: 1.15625rem 5.18125rem 1.15625rem 5.36875rem;
}

.c-iconButton.c-iconButton--bgcNone {
  background-color: initial;
}

.c-iconButton__text {
  display: inline-block;
  position: relative;
  padding-left: 31px;
  padding-left: 1.9375rem;
  min-width: 191px;
  min-width: 11.9375rem;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.c-iconButton__text::before {
  aspect-ratio: 18/14;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_mail_01.svg);
  mask-image: url(../img/common/icon_mail_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
  width: 18px;
  width: 1.125rem;
  content: '';
}

.c-logoText {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-left: 3.25rem;
}

.c-logoText::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-mask-image: url(../img/common/icon_brujula_01.svg);
  mask-image: url(../img/common/icon_brujula_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #19356D;
  width: 41px;
  width: 2.5625rem;
  content: '';
}

.c-logoText--white::before {
  background-color: #FFF;
}

.c-logoText__text {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;
}

.c-logoText--white .c-logoText__text {
  color: #FFF;
}

.c-logoText__text--tm {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-top: .1875rem;
  margin-left: 4px;
  margin-left: .25rem;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: -.01em;
}

.p-archive-cases {
  background-color: #F6F7FA;
  padding-top: 69px;
  padding-top: 4.3125rem;
  padding-bottom: 133px;
  padding-bottom: 8.3125rem;
}

.p-archive-cases__categories {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-archive-cases__category {
  padding-inline: 6px;
  padding-inline: .375rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-archive-cases__category:first-of-type {
  padding-right: 4px;
  padding-right: .25rem;
}

.p-archive-cases__category.is-active {
  pointer-events: none;
  color: #0048D8;
  font-weight: 700;
}

.p-archive-cases__category-separator {
  color: #19356D;
}

.p-archive-cases__list {
  gap: 49px;
  gap: 3.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-archive-cases__noPost {
  padding: 60px 0;
  padding: 3.75rem 0;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.p-archive-news {
  background-color: #F6F7FA;
  padding-top: 69px;
  padding-top: 4.3125rem;
  padding-bottom: 137px;
  padding-bottom: 8.5625rem;
}

.p-archive-news__categories {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-archive-news__category {
  padding-inline: 6px;
  padding-inline: .375rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-archive-news__category:first-of-type {
  padding-right: 4px;
  padding-right: .25rem;
}

.p-archive-news__category.is-active {
  pointer-events: none;
  color: #0048D8;
  font-weight: 700;
}

.p-archive-news__category-separator {
  color: #19356D;
}

.p-archive-news__listItems {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-archive-news__noPost {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-archivePagination {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-archivePagination__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-archivePagination__inner .page-numbers {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-archivePagination__inner .page-numbers li {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  width: 1.875rem;
  color: #B1C2E5;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-archivePagination__inner .page-numbers li a {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  width: 100%;
  height: 100%;
}

.p-archivePagination__inner .page-numbers li span.current {
  color: #19356D;
}

.p-archivePagination__inner .page-numbers li a.prev,
.p-archivePagination__inner .page-numbers li a.next {
  color: transparent;
  font-size: 0;
}

.p-archivePagination__inner .page-numbers li a.prev {
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-archivePagination__inner .page-numbers li a.next {
  padding-left: 24px;
  padding-left: 1.5rem;
}

.p-archivePagination__arrow {
  aspect-ratio: 8/14;
  display: block;
  -webkit-mask-image: url(../img/common/icon_arrow_breadcrumb_01.svg);
  mask-image: url(../img/common/icon_arrow_breadcrumb_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background-color: #19356D;
  width: 8px;
  width: .5rem;
  min-width: initial;
  min-height: initial;
}

.p-archivePagination__arrow--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-breadcrumb {
  padding-top: 39px;
  padding-top: 2.4375rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.l-container.p-breadcrumb__inner {
  max-width: 1382px;
  max-width: 86.375rem;
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 16px;
  line-height: 1rem;
}

.p-breadcrumb__list .breadcrumbs,
.p-breadcrumb__list .breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}

.p-breadcrumb__list .breadcrumbs > *,
.p-breadcrumb__list .breadcrumb > * {
  font-size: 14px;
  font-size: .875rem;
}

.p-breadcrumb__list .breadcrumbs a.home,
.p-breadcrumb__list .breadcrumb a.home {
  display: inline-block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  margin-right: 20px;
  margin-right: 1.25rem;
  height: 16px;
  height: 1rem;
  color: #B1C2E5;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .05em;
}

.p-breadcrumb__list .breadcrumbs .breadcrumb_sep,
.p-breadcrumb__list .breadcrumbs .separator,
.p-breadcrumb__list .breadcrumb .breadcrumb_sep,
.p-breadcrumb__list .breadcrumb .separator {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  margin-right: .5rem;
  margin-left: 8px;
  margin-left: .5rem;
  width: 4.75px;
  width: .296875rem;
  height: 16px;
  height: 1rem;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
}

.p-breadcrumb__list .breadcrumbs .breadcrumb_sep::before,
.p-breadcrumb__list .breadcrumbs .separator::before,
.p-breadcrumb__list .breadcrumb .breadcrumb_sep::before,
.p-breadcrumb__list .breadcrumb .separator::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_arrow_breadcrumb_01.svg);
  mask-image: url(../img/common/icon_arrow_breadcrumb_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #19356D;
  width: 4.75px;
  width: .296875rem;
  height: 8.53px;
  height: .533125rem;
  content: '';
}

.p-breadcrumb__list a:not(.home) {
  display: inline-block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  height: 16px;
  height: 1rem;
  color: #B1C2E5;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .05em;
}

.p-breadcrumb__list > span:not(.separator):not(.breadcrumb_sep):last-child,
.p-breadcrumb__list > span:last-child span[property='v:title'],
.p-breadcrumb__list > span:last-child:not(.separator):not(.breadcrumb_sep) {
  display: inline-block;
  height: 16px;
  height: 1rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .05em;
  white-space: nowrap;
}

.p-breadcrumb__list a.home {
  display: inline-block;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  margin-right: 20px;
  margin-right: 1.25rem;
  height: 16px;
  height: 1rem;
  color: #B1C2E5 !important;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .05em;
  white-space: nowrap;
}

.p-breadcrumb__list > * + *:not(.breadcrumb_sep):not(.separator) {
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.p-breadcrumb__list > * + *:not(.breadcrumb_sep):not(.separator):last-child {
  margin-right: 0;
}

.p-breadcrumb__list .breadcrumb_sep,
.p-breadcrumb__list .separator {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.75px;
  width: .296875rem;
  height: 16px;
  height: 1rem;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
}

.p-breadcrumb__list .breadcrumb_sep::before,
.p-breadcrumb__list .separator::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_arrow_breadcrumb_01.svg);
  mask-image: url(../img/common/icon_arrow_breadcrumb_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #19356D;
  width: 4.75px;
  width: .296875rem;
  height: 8.53px;
  height: .533125rem;
  content: '';
}

.p-casesArchiveCard {
  gap: 72px;
  gap: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-casesArchiveCard__image {
  aspect-ratio: 478/534;
  width: 100%;
  max-width: 478px;
  max-width: 29.875rem;
  overflow: hidden;
}

.p-casesArchiveCard__image.is-noImage {
  background-color: #E8EDF6;
}

.p-casesArchiveCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-casesArchiveCard__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 550px;
  -webkit-flex: 0 0 34.375rem;
  -ms-flex: 0 0 550px;
  -ms-flex: 0 0 34.375rem;
  flex: 0 0 550px;
  flex: 0 0 34.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2px;
  margin-top: .125rem;
}

.p-casesArchiveCard__titleBlock {
  position: relative;
  border-bottom: .5px solid #19356D;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 52px;
  padding-left: 3.25rem;
}

.p-casesArchiveCard__titleBlock::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 4px;
  top: .25rem;
  left: 0;
  -webkit-mask-image: url(../img/common/icon_brujula_01.svg);
  mask-image: url(../img/common/icon_brujula_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #19356D;
  width: 42px;
  width: 2.625rem;
  content: '';
}

.p-casesArchiveCard__title {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.6;
}

.p-casesArchiveCard__categories {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.p-casesArchiveCard__category {
  border: .5px solid #19356D;
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 3px 19px 5px;
  padding: .1875rem 1.1875rem .3125rem;
  min-width: 167px;
  min-width: 10.4375rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

.p-casesArchiveCard__description {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-casesArchiveCard__description p {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-casesCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-casesCard__number {
  position: relative;
  padding-left: 37px;
  padding-left: 2.3125rem;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-casesCard__number::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_brujula_01.svg);
  mask-image: url(../img/common/icon_brujula_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #19356D;
  width: 28px;
  width: 1.75rem;
  content: '';
}

.p-casesCard__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  margin-top: .625rem;
  border: .5px solid #19356D;
  border-radius: .3125rem;
  background-color: #FFF;
  overflow: hidden;
}

.p-casesCard__imageBlock {
  background-color: #E8EDF6;
  padding: 35px 74px 0;
  padding: 2.1875rem 4.625rem 0;
}

.p-casesCard__textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 18px 31px 28px 30px;
  padding: 1.125rem 1.9375rem 1.75rem 1.875rem;
}

.p-casesCard__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2lh;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.6;
}

.p-casesCard__title span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.p-casesCard__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  margin-top: 11px;
  margin-top: .6875rem;
  overflow: hidden;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-clientLogoSlider {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-clientLogoSlider__title {
  text-align: center;
}

.p-clientLogoSlider__slider {
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}

.p-clientLogoSlider__row {
  overflow: hidden;
}

.p-clientLogoSlider__row--pc {
  display: block;
}

.p-clientLogoSlider__row--sp {
  display: none;
}

.p-clientLogoSlider__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: clients-scroll 33s linear infinite;
  animation: clients-scroll 33s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-clientLogoSlider__row--sp:last-child .p-clientLogoSlider__track {
  -webkit-animation-name: clients-scroll-reverse;
  animation-name: clients-scroll-reverse;
  -webkit-animation-duration: 19s;
  animation-duration: 19s;
}

.p-clientLogoSlider__logo {
  aspect-ratio: 180/124;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 24px;
  margin-right: 1.5rem;
  width: 180px;
  width: 11.25rem;
}

.p-clientLogoSlider__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes clients-scroll {

  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes clients-scroll {

  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes clients-scroll-reverse {

  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes clients-scroll-reverse {

  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.p-contact-foot {
  position: relative;
  padding-top: 137px;
  padding-top: 8.5625rem;
  padding-bottom: 11px;
  padding-bottom: .6875rem;
  overflow: hidden;
}

.p-contact-foot--top {
  padding-top: 532px;
  padding-top: 33.25rem;
}

.p-contact-foot::before {
  inset: 0;
  position: absolute;
  opacity: .8;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#87afff), color-stop(54%, #0048d8), to(#00688c));
  background: linear-gradient(to right, #87afff 0%, #0048d8 54%, #00688c 100%);
  width: 100%;
  height: 100%;
  content: '';
}

.p-contact-foot::after {
  inset: 0;
  position: absolute;
  z-index: 0;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  background-image: url(../img/common/bgi_contact_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.l-container.p-contact-foot__inner {
  max-width: 1418px;
  max-width: 88.625rem;
}

.p-contact-foot__contact {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  border-bottom: .5px solid #FFF;
  padding-bottom: 137px;
  padding-bottom: 8.5625rem;
  width: 100%;
  max-width: 1268px;
  max-width: 79.25rem;
  color: #FFF;
  text-align: center;
}

.p-contact-foot__contact-mainTitle {
  display: inline-block;
  position: relative;
  padding-left: 53px;
  padding-left: 3.3125rem;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-contact-foot__contact-mainTitle::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_brujula_01.svg);
  mask-image: url(../img/common/icon_brujula_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
  width: 41px;
  width: 2.5625rem;
  content: '';
}

.p-contact-foot__contact-subTitle {
  margin-top: 11px;
  margin-top: .6875rem;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-contact-foot__contact-text {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-contact-foot__contact-button {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-contact-foot__footer {
  position: relative;
  z-index: 1;
  margin-top: 68px;
  margin-top: 4.25rem;
  margin-left: 8.8888888889vw;
  color: #FFF;
}

.p-contact-foot__footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-contact-foot__footer-info {
  width: 100%;
  max-width: 374px;
  max-width: 23.375rem;
}

.p-contact-foot__footer-logo {
  aspect-ratio: 212/80;
  width: 100%;
  max-width: 212px;
  max-width: 13.25rem;
}

.p-contact-foot__footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-contact-foot__footer-address {
  margin-top: 15px;
  margin-top: .9375rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.75;
}

.p-contact-foot__footer-button {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.p-contact-foot__footer-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 13.75vw;
}

.p-contact-foot__footer-nav-listItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .05em;
  line-height: 1;
}

.p-contact-foot__footer-nav-listItems:not(:first-child) {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-contact-foot__footer-nav-listItem {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: 6px;
  padding: .375rem;
  font-weight: 500;
}

.p-contact-foot__footer-nav-listItems .p-contact-foot__footer-nav-listItem:not(:first-child) {
  margin-top: 15px;
  margin-top: .9375rem;
}

.p-contact-foot__footer-nav-subListItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
  margin-top: .625rem;
}

.p-contact-foot__footer-nav-subListItem {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: 4px;
  padding: .25rem;
  font-weight: 400;
}

.p-contact-foot__footer-nav-subListItem-tm {
  vertical-align: top;
  margin-top: 3px;
  margin-top: .1875rem;
  margin-left: 4px;
  margin-left: .25rem;
  font-size: 11px;
  font-size: .6875rem;
  letter-spacing: -.01em;
}

.p-contact-foot__footer-nav-subListItems .p-contact-foot__footer-nav-subListItem:not(:first-child) {
  margin-top: 7px;
  margin-top: .4375rem;
}

.p-contact-foot__footer-pageTop {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.p-contact-foot__footer-pageTop-link {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
}

.p-contact-foot__footer-pageTop-link-arrow {
  aspect-ratio: 1/1;
  position: relative;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border: .5px solid #FFF;
  border-radius: 50%;
  width: 71px;
  width: 4.4375rem;
}

.p-contact-foot__footer-pageTop-link-arrow::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  border-right: .5px solid #FFF;
  border-bottom: .5px solid #FFF;
  width: 10px;
  width: .625rem;
  content: '';
}

.p-contact-foot__footer-bottom {
  gap: 42px;
  gap: 2.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-contact-foot__footer-bottom-links {
  gap: 19px;
  gap: 1.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}

.p-contact-foot__footer-bottom-link {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: 4px;
  padding: .25rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-contact-foot__footer-copyright {
  color: #B1C2E5;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 3.8461538462;
}

.p-cta-consulting {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 15.1388888889vw;
}

.p-cta-consulting__image {
  width: 100%;
  height: 100%;
}

.p-cta-consulting__image img {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-drawer {
  inset: 0;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 40;
  -webkit-transition: visibility .4s ease, opacity .4s ease;
  transition: visibility .4s ease, opacity .4s ease;
}

.p-drawer.is-opened {
  visibility: visible;
  opacity: 1;
}

.p-drawer__overlay {
  inset: 0;
  position: absolute;
  background-color: black;
}

.p-drawer__body {
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .4s cubic-bezier(.22, 1, .36, 1);
  transition: -webkit-transform .4s cubic-bezier(.22, 1, .36, 1);
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
  transition: transform .4s cubic-bezier(.22, 1, .36, 1), -webkit-transform .4s cubic-bezier(.22, 1, .36, 1);
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.p-drawer.is-opened .p-drawer__body {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-drawer__inner {
  position: relative;
  padding: 153px 20px 98px;
  padding: 9.5625rem 1.25rem 6.125rem;
  min-height: 100%;
}

.p-drawer__inner::before {
  inset: 0;
  position: absolute;
  opacity: .8;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#87afff), color-stop(54%, #0048d8), to(#00688c));
  background: linear-gradient(to right, #87afff 0%, #0048d8 54%, #00688c 100%);
  content: '';
}

.p-drawer__inner::after {
  inset: 0;
  position: absolute;
  z-index: -2;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  background-image: url(../img/common/bgi_contact_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.p-drawer__nav {
  margin-inline: auto;
  width: 100%;
  max-width: 590px;
  max-width: 36.875rem;
}

.p-drawer__nav-items {
  gap: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-drawer__nav-item {
  border-bottom: .5px solid rgba(255, 255, 255, .3);
}

.p-drawer__nav-item:first-child {
  border-top: .5px solid rgba(255, 255, 255, .3);
}

.p-drawer__nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: 20px 10px;
  padding: 1.25rem .625rem;
  color: #FFF;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1;
}

.p-drawer__nav-link::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 12px;
  margin-left: .75rem;
  border-top: .5px solid #FFF;
  border-right: .5px solid #FFF;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.p-drawer__nav-subItems {
  gap: 7px;
  gap: .4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
}

.p-drawer__nav-subLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: 3px 8px;
  padding: .1875rem .5rem;
  color: #FFF;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
}

.p-drawer__nav-subLink::before {
  opacity: .5;
  margin-right: 14px;
  margin-right: .875rem;
  font-size: 10px;
  font-size: .625rem;
  content: '─';
}

.p-drawer__nav-subLink-tm {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
  margin-left: .1875rem;
  font-size: 9px;
  font-size: .5625rem;
  letter-spacing: -.01em;
}

.p-drawer__button {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-drawer__button .c-iconButton {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  max-width: 20.9375rem;
}

.p-drawer__policy {
  gap: 16px;
  gap: 1rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 42px;
  margin-top: 2.625rem;
  width: 100%;
  max-width: 590px;
  max-width: 36.875rem;
}

.p-drawer__policy-link {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
}

.p-header-pcNav__items {
  gap: 2.7777777778vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.p-header-pcNav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.p-header-pcNav__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .3s ease, opacity .3s ease;
  transition: color .3s ease, opacity .3s ease;
  cursor: pointer;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-header-pcNav__item-link--dropdown span {
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-header-pcNav__item-link--dropdown span::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 3.12px;
  right: .195rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_plus_01.svg);
  mask-image: url(../img/common/icon_plus_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  background-color: #FFF;
  width: 8.75px;
  width: .546875rem;
  content: '';
}

.p-header-pcNav__item:hover .p-header-pcNav__dropdown {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-header-pcNav__dropdown {
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  top: 94px;
  top: 5.875rem;
  left: -8.2638888889vw;
  -webkit-transform: translateY(-.625rem);
  transform: translateY(-.625rem);
  visibility: hidden;
  opacity: 0;
  backdrop-filter: blur(10px);
  -webkit-transition: opacity .3s ease, visibility .3s ease, background-color .3s ease, border-color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, background-color .3s ease, border-color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease, background-color .3s ease, border-color .3s ease;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease, background-color .3s ease, border-color .3s ease, -webkit-transform .3s ease;
  border: 1px solid #FFF;
  border-radius: .3125rem;
  background-color: rgba(255, 255, 255, .3);
  padding: 20px 17px;
  padding: 1.25rem 1.0625rem;
  min-width: 318px;
  min-width: 19.875rem;
  pointer-events: none;
}

.p-header-pcNav__dropdown-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .3s ease, border-color .3s ease, opacity .3s ease;
  transition: color .3s ease, border-color .3s ease, opacity .3s ease;
  border-bottom: 1px solid #19356D;
  padding: 21px 30px 22px 12px;
  padding: 1.3125rem 1.875rem 1.375rem .75rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-header-pcNav__dropdown-item:last-child a {
  border-bottom: none;
}

.p-header-pcNav__dropdown-item a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
  border-top: 1.5px solid #19356D;
  border-right: 1.5px solid #19356D;
  width: 7px;
  width: .4375rem;
  height: 7px;
  height: .4375rem;
  content: '';
}

.p-header-pcNav__dropdown-item-link-tm {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  margin-left: .25rem;
  font-size: 9px;
  font-size: .5625rem;
  letter-spacing: -.01em;
}

.p-header.is-headerBg .p-header-pcNav__item-link {
  color: #19356D;
}

.p-header.is-headerBg .p-header-pcNav__item-link--dropdown span::before {
  background-color: #19356D;
}

.p-header.is-headerBg .p-header-pcNav__dropdown {
  border-color: #19356D;
  background-color: rgba(255, 255, 255, .1);
}

.p-header.is-headerBg .p-header-pcNav__dropdown-item a {
  border-color: #19356D;
  color: #19356D;
}

.p-header.is-headerBg .p-header-pcNav__dropdown-item a::after {
  border-color: #19356D;
}

.p-header {
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  background-color: transparent;
  padding-right: 1.7361111111vw;
  padding-left: 1.3194444444vw;
  width: 100%;
  height: 104px;
  height: 6.5rem;
}

.p-header__inner {
  height: 100%;
}

.p-header__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.p-header__logo {
  z-index: 41;
  max-width: 12.2916666667vw;
}

.p-header__logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  height: 100%;
}

.p-header__logo img {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: auto;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__logo-blue {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-header.is-headerBg .p-header__logo-white {
  opacity: 0;
}

.p-header.is-headerBg .p-header__logo-blue {
  opacity: 1;
}

.p-header__linkWrap {
  gap: 3.1791666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.p-header__pcNav {
  height: 100%;
}

.p-header.is-headerBg .c-iconButton {
  border-color: #19356D;
}

.p-header.is-headerBg .c-iconButton__text {
  color: #19356D;
}

.p-header.is-headerBg .c-iconButton__text::before {
  background-color: #19356D;
}

.p-header__hamburger {
  display: none;
  position: relative;
  z-index: 41;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

.p-header__hamburger-lines {
  position: relative;
  width: 21px;
  width: 1.3125rem;
  height: 16px;
  height: 1rem;
}

.p-header__hamburger-line {
  position: absolute;
  left: 0;
  -webkit-transition: opacity .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease, background-color .3s ease;
  transition: transform .3s ease, opacity .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  background-color: #FFF;
  width: 100%;
  height: .5px;
}

.p-header__hamburger-line:nth-child(1) {
  top: 0;
}

.p-header__hamburger-line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-header__hamburger-line:nth-child(3) {
  bottom: 0;
}

.p-header.is-headerBg .p-header__hamburger {
  border-color: #19356D;
  background-color: rgba(25, 53, 109, .08);
}

.p-header.is-headerBg .p-header__hamburger-line {
  background-color: #19356D;
}

.p-header__hamburger.is-opened {
  border-color: #FFF;
  background-color: rgba(255, 255, 255, .3);
}

.p-header__hamburger.is-opened .p-header__hamburger-line {
  background-color: #FFF;
}

.p-header__hamburger.is-opened .p-header__hamburger-line:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-header__hamburger.is-opened .p-header__hamburger-line:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.is-opened .p-header__hamburger-line:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}

.p-header.is-headerBg .p-header__hamburger.is-opened {
  border-color: #FFF;
  background-color: rgba(255, 255, 255, .3);
}

.p-header.is-headerBg .p-header__hamburger.is-opened .p-header__hamburger-line {
  background-color: #FFF;
}

.p-header.is-color {
  background-color: transparent;
}

.p-header.is-drawer-opened .p-header__logo-white {
  opacity: 1;
}

.p-header.is-drawer-opened .p-header__logo-blue {
  opacity: 0;
}

.p-header.is-drawer-opened .c-iconButton {
  border-color: #FFF;
  background-color: rgba(255, 255, 255, .3);
}

.p-header.is-drawer-opened .c-iconButton__text {
  color: #FFF;
}

.p-header.is-drawer-opened .c-iconButton__text::before {
  background-color: #FFF;
}

.p-newsListItem {
  gap: 71px;
  gap: 4.4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  padding: 29px 90px 28.5px 20px;
  padding: 1.8125rem 5.625rem 1.78125rem 1.25rem;
}

.p-newsListItem__arrow {
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  border: .5px solid #19356D;
  border-radius: 50%;
  width: 63px;
  width: 3.9375rem;
}

.p-newsListItem__arrow::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: .5px solid #19356D;
  border-bottom: .5px solid #19356D;
  width: 10px;
  width: .625rem;
  content: '';
}

.p-newsListItem__image {
  aspect-ratio: 233/136;
  border-radius: .3125rem;
  width: 100%;
  max-width: 233px;
  max-width: 14.5625rem;
  overflow: hidden;
}

.p-newsListItem__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-newsListItem__textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-newsListItem__meta {
  gap: 29px;
  gap: 1.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-newsListItem__categories {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 442px;
  max-width: 27.625rem;
}

.p-newsListItem__category {
  border: .5px solid #19356D;
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 3px 19px 5px;
  padding: .1875rem 1.1875rem .3125rem;
  min-width: 167px;
  min-width: 10.4375rem;
  text-align: center;
}

.p-newsListItem__date {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-newsListItem__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-top: 13px;
  margin-top: .8125rem;
  width: 100%;
  max-width: 392px;
  max-width: 24.5rem;
  overflow: hidden;
}

.p-newsListItems__item {
  border-bottom: .5px solid #19356D;
}

.p-newsListItems__item:first-child {
  border-top: .5px solid #19356D;
}

.p-page-404 {
  background-color: #F6F7FA;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.p-page-404__inner {
  text-align: center;
}

.p-page-404__title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.p-page-404__text {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.p-page-404__text p + p {
  margin-top: 15px;
  margin-top: .9375rem;
}

.p-page-404__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-page-company-introduction {
  position: relative;
  z-index: 1;
  padding-top: 114px;
  padding-top: 7.125rem;
  padding-bottom: 188px;
  padding-bottom: 11.75rem;
}

.p-page-company-introduction__box {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: .3125rem;
  background-color: rgba(246, 247, 250, .7);
  padding: 106px 84px 84px;
  padding: 6.625rem 5.25rem 5.25rem;
}

.p-page-company-introduction__about {
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 615px;
  max-width: 38.4375rem;
}

.p-page-company-introduction__about-logo {
  margin-left: -57px;
  margin-left: -3.5625rem;
  width: 100%;
  max-width: 555px;
  max-width: 34.6875rem;
}

.p-page-company-introduction__about-logo img {
  width: 100%;
  height: auto;
}

.p-page-company-introduction__about-text {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-page-company-introduction__about-text p {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.9;
  text-align: center;
}

.p-page-company-introduction__overview {
  margin-top: 131px;
  margin-top: 8.1875rem;
}

.p-page-company-introduction__overview-title {
  text-align: center;
}

.p-page-company-introduction__overview-table {
  margin-top: 42px;
  margin-top: 2.625rem;
  border-collapse: collapse;
  width: 100%;
}

.p-page-company-introduction__overview-table tr {
  border-top: 1px solid #9D9FAE;
}

.p-page-company-introduction__overview-table tr:last-child {
  border-bottom: 1px solid #9D9FAE;
}

.p-page-company-introduction__overview-table th,
.p-page-company-introduction__overview-table td {
  vertical-align: middle;
  border: none;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 1.5;
}

.p-page-company-introduction__overview-table th {
  background-color: #F6F7FA;
  padding: 14px 10px;
  padding: .875rem .625rem;
  width: 305px;
  width: 19.0625rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
}

.p-page-company-introduction__overview-table td {
  background-color: rgba(255, 255, 255, .8);
  padding: 19.6px 30px;
  padding: 1.225rem 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.p-page-company-introduction__overview-table-note {
  color: rgba(25, 53, 109, .7);
  font-size: 14px;
  font-size: .875rem;
}

.p-page-company-introduction__overview-table-email {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-bottom: .5px solid #19356D;
}

.p-page-company-profile {
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  backdrop-filter: blur(10px);
  background-color: #F6F7FA;
  padding-top: 113px;
  padding-top: 7.0625rem;
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
  overflow: hidden;
}

.p-page-company-profile::before {
  aspect-ratio: 1440/463;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background-image: url(../img/company/deco_company-profile_01.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  content: '';
}

.p-page-company-profile__title {
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}

.p-page-company-profile__content-name {
  color: #19356D;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-page-company-profile__content-text {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-page-company-profile__content-text p {
  color: #19356D;
}

.p-page-contact {
  background-color: #F6F7FA;
  padding-top: 86px;
  padding-top: 5.375rem;
  padding-bottom: 137px;
  padding-bottom: 8.5625rem;
}

.l-container.p-page-contact__inner {
  max-width: 1003px;
  max-width: 62.6875rem;
}

.p-page-contact__lead {
  text-align: center;
}

.p-page-contact__lead p {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.p-page-contact__lead.is-hidden {
  display: none;
}

.p-page-contact__form {
  margin-top: 61px;
  margin-top: 3.8125rem;
}

.p-page-security-policy {
  position: relative;
  z-index: 1;
  margin-top: 114px;
  margin-top: 7.125rem;
}

.p-page-security-policy__section {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: .3125rem;
  background-color: rgba(246, 247, 250, .7);
  padding: 80px 80px 70px;
  padding: 5rem 5rem 4.375rem;
}

.p-page-security-policy__section:not(:first-child) {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-page-security-policy__content {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-page-security-policy .p-page-security-policy__content p {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.88;
}

.p-page-security-policy__policy {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-security-policy__policy-item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-page-security-policy__policy-item:first-child {
  margin-top: 0;
}

.p-page-security-policy__policy-item-title {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.6;
}

.p-page-security-policy .p-page-security-policy__policy-item-content p {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.88;
}

.p-page-security-policy__company {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: right;
}

.p-page-security-policy .p-page-security-policy__company-info p {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.75;
}

.p-page-security-policy .p-page-security-policy__content p:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-page-security-policy .p-page-security-policy__company-info p:not(:first-child) {
  margin-top: 8px;
  margin-top: .5rem;
}

.p-page-service-accessibility-about {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #F6F7FA;
  padding-top: 114px;
  padding-top: 7.125rem;
  padding-bottom: 137px;
  padding-bottom: 8.5625rem;
}

.p-page-service-accessibility-about__text {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.p-page-service-accessibility-about__benefitList {
  gap: 5px;
  gap: .3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0;
  list-style: none;
}

.p-page-service-accessibility-about .p-page-service-accessibility-about__text .p-page-service-accessibility-about__benefitList + p {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-page-service-accessibility-about .p-page-service-accessibility-about__text .p-page-service-accessibility-about__benefitList + p + p {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-page-service-accessibility-about__benefitItem {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-page-service-accessibility-about__benefitNumber {
  color: #0048D8;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-accessibility-about__benefitText {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-accessibility-about__figureContents {
  position: relative;
  margin-top: 50px;
  margin-top: 3.125rem;
  border: .5px solid #19356D;
  border-radius: .3125rem;
  padding: 60px 72px 56px;
  padding: 3.75rem 4.5rem 3.5rem;
}

.p-page-service-accessibility-about__figureContents::before {
  inset: 0;
  position: absolute;
  border-radius: inherit;
  background: linear-gradient(225deg, #fff 0%, rgba(232, 236, 251, .4) 100%);
  pointer-events: none;
  content: '';
}

.p-page-service-accessibility-about__figureContents > * {
  position: relative;
}

.p-page-service-accessibility-about__figureContents-image {
  margin-inline: auto;
  width: 100%;
  max-width: 925px;
  max-width: 57.8125rem;
}

.p-page-service-accessibility-about__figureContents-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-service-accessibility-case {
  padding-top: 114px;
  padding-top: 7.125rem;
}

.p-page-service-accessibility-case__text {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-page-service-accessibility-case__text-tm {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-top: .25rem;
  font-size: 10px;
  font-size: .625rem;
  letter-spacing: -.01em;
}

.p-page-service-accessibility-case__contents-items {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-service-accessibility-case__contents {
  position: relative;
  border: .5px solid #19356D;
  border-radius: .3125rem;
  padding: 42px 60px 53px;
  padding: 2.625rem 3.75rem 3.3125rem;
}

.p-page-service-accessibility-case__contents::before {
  inset: 0;
  position: absolute;
  border-radius: inherit;
  background: linear-gradient(225deg, #fff 0%, rgba(232, 236, 251, .4) 100%);
  pointer-events: none;
  content: '';
}

.p-page-service-accessibility-case__contents > * {
  position: relative;
}

.p-page-service-accessibility-case__contents:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-service-accessibility-case__contents-wrap {
  gap: 50px;
  gap: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-page-service-accessibility-case__contents-image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 419px;
  width: 26.1875rem;
}

.p-page-service-accessibility-case__contents-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-service-accessibility-case__contents-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 3px;
  margin-top: .1875rem;
  min-width: 0;
}

.p-page-service-accessibility-case__contents-subtitle {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-accessibility-case__contents-subtitle sup {
  vertical-align: top;
  font-size: 13px;
  font-size: .8125rem;
}

.p-page-service-accessibility-case__contents-section {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.p-page-service-accessibility-case__contents-section:first-of-type {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-page-service-accessibility-case__contents-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 96.9% 0, 100% 50%, 96.9% 100%, 0 100%);
  clip-path: polygon(0 0, 96.9% 0, 100% 50%, 96.9% 100%, 0 100%);
  background-color: rgba(135, 175, 255, .3);
  padding-left: 24px;
  padding-left: 1.5rem;
  height: 49px;
  height: 3.0625rem;
}

.p-page-service-accessibility-case__contents-label-text {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1;
}

.p-page-service-accessibility-case__contents-section-text {
  margin-top: 14px;
  margin-top: .875rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-accessibility-case__contents-steps {
  gap: 15.8px;
  gap: .9875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.p-page-service-accessibility-case__contents-step-title {
  gap: 7px;
  gap: .4375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-accessibility-case__contents-step-title::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(-.0625rem);
  transform: translateY(-.0625rem);
  border-radius: 50%;
  background-color: #87AFFF;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.p-page-service-accessibility-case__contents-step-title sup {
  vertical-align: top;
  margin-left: -4px;
  margin-left: -.25rem;
  font-size: 11px;
  font-size: .6875rem;
}

.p-page-service-accessibility-case__contents-step-text {
  margin-top: 6px;
  margin-top: .375rem;
  margin-left: 24px;
  margin-left: 1.5rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-accessibility-case__contents-result-image {
  margin-top: 21px;
  margin-top: 1.3125rem;
  width: 100%;
  max-width: 469px;
  max-width: 29.3125rem;
}

.p-page-service-accessibility-case__contents-result-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-service-accessibility-case__contents-result-caption {
  margin-top: 16px;
  margin-top: 1rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-field {
  position: relative;
  z-index: 1;
  margin-top: 183px;
  margin-top: 11.4375rem;
  background-color: #FFF;
}

.p-page-service-field__item {
  gap: 74px;
  gap: 4.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-page-service-field__item:not(:first-child) {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.p-page-service-field__item-imageBlock {
  aspect-ratio: 478/533;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 14px;
  padding: .625rem .875rem;
  width: 100%;
  max-width: 478px;
  max-width: 29.875rem;
}

.p-page-service-field__item-imageBlock::before {
  inset: 0;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 175, 255, .6)), to(rgba(0, 72, 216, .6)));
  background: linear-gradient(to bottom, rgba(135, 175, 255, .6), rgba(0, 72, 216, .6));
  width: 100%;
  height: 100%;
  content: '';
}

.p-page-service-field__item-imageBlock-image {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page-service-field__item-imageBlock-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-service-field__item-imageBlock-textWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
  color: #FFF;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-page-service-field__item-imageBlock-title {
  position: relative;
  margin-right: 4px;
  margin-right: .25rem;
  padding-left: 37px;
  padding-left: 2.3125rem;
  font-size: 23px;
  font-size: 1.4375rem;
}

.p-page-service-field__item-imageBlock-title::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_brujula_01.svg);
  mask-image: url(../img/common/icon_brujula_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
  width: 28px;
  width: 1.75rem;
  content: '';
}

.p-page-service-field__item-imageBlock-number {
  margin-top: -20px;
  margin-top: -1.25rem;
  font-size: 53px;
  font-size: 3.3125rem;
}

.p-page-service-field__item-content {
  width: 100%;
  max-width: 550px;
  max-width: 34.375rem;
}

.p-page-service-field__item-content-title {
  border-bottom: .5px solid #19356D;
  padding-bottom: 13px;
  padding-bottom: .8125rem;
}

.p-page-service-field__item-content-description {
  margin-top: 16px;
  margin-top: 1rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-field__item-content-labelItems {
  gap: 13px 10px;
  gap: .8125rem .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 21px;
  margin-top: 1.3125rem;
  width: 100%;
  max-width: 450px;
  max-width: 28.125rem;
}

.p-page-service-field__item-content-labelItem {
  border: .5px solid #19356D;
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 3px 23px;
  padding: .1875rem 1.4375rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.p-page-service-field__item-content-text {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-page-service-field__item-content-button {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-page-service-introduction {
  position: relative;
  z-index: 1;
  padding-top: 190px;
  padding-top: 11.875rem;
  padding-bottom: 217px;
  padding-bottom: 13.5625rem;
  overflow-x: clip;
}

.p-page-service-introduction__value {
  gap: 85px;
  gap: 5.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-page-service-introduction__value-textBlock {
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
}

.p-page-service-introduction__value-text {
  margin-top: 37px;
  margin-top: 2.3125rem;
  color: #FFF;
}

.p-page-service-introduction__value-figure {
  aspect-ratio: 414.5/393;
  margin-top: 7px;
  margin-top: .4375rem;
  width: 100%;
  max-width: 414.5px;
  max-width: 25.90625rem;
}

.p-page-service-introduction__value-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-service-introduction__frame {
  margin-top: 166px;
  margin-top: 10.375rem;
}

.p-page-service-introduction__frame-textBlock {
  color: #FFF;
  text-align: center;
}

.p-page-service-introduction__frame-title {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-introduction__frame-text {
  display: inline-block;
  margin-top: 38px;
  margin-top: 2.375rem;
  text-align: left;
}

.p-page-service-introduction__frame-flowBlock {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-service-introduction__frame-flow {
  border: .5px solid #19356D;
  border-radius: .3125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(12%, rgba(252, 253, 254, .98)), to(rgba(232, 236, 251, .8)));
  background: linear-gradient(to bottom, #FFF 0%, rgba(252, 253, 254, .98) 12%, rgba(232, 236, 251, .8) 100%);
  padding: 32px 3.4722222222vw 36px;
  padding: 2rem 3.4722222222vw 2.25rem;
}

.p-page-service-introduction__frame-flow-title {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;
  text-align: center;
}

.p-page-service-introduction__frame-flow-listItems {
  gap: .6944444444vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.p-page-service-introduction__frame-flow-listItem {
  border-left: .5px solid #19356D;
  width: 100%;
}

.p-page-service-introduction__frame-flow-listItem-title {
  position: relative;
  -webkit-clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%);
  background-color: rgba(135, 175, 255, .3);
  padding: 8px 1.6666666667vw 10.41px;
  padding: .5rem 1.6666666667vw .650625rem;
}

.p-page-service-introduction__frame-flow-listItem-title-text {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-introduction__frame-flow-listItem-lists {
  padding: 21px 0 24px 1.6666666667vw;
  padding: 1.3125rem 0 1.5rem 1.6666666667vw;
}

.p-page-service-introduction__frame-flow-listItem-list {
  position: relative;
  padding-left: 15px;
  padding-left: .9375rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.4;
}

.p-page-service-introduction__frame-flow-listItem-list:not(:first-child) {
  margin-top: 6.63px;
  margin-top: .414375rem;
}

.p-page-service-introduction__frame-flow-listItem-list::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: .55lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #87AFFF;
  width: 8px;
  width: .5rem;
  content: '';
}

.p-page-service-introduction__frame-flow-listItem-list-tm {
  vertical-align: top;
  margin-top: 3px;
  margin-top: .1875rem;
  margin-left: 4px;
  margin-left: .25rem;
  font-size: 10px;
  font-size: .625rem;
  letter-spacing: -.01em;
}

.u-text.p-page-service-introduction__frame-flow-note {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-page-service-introduction__frame-scrollHint {
  display: none;
}

.p-page-service-introduction__frame-flow-note-tm {
  vertical-align: top;
  margin-top: 3px;
  margin-top: .1875rem;
  margin-left: 4px;
  margin-left: .25rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.8;
}

.p-page-service-marketing-about {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #F6F7FA;
  padding-top: 114px;
  padding-top: 7.125rem;
  padding-bottom: 137px;
  padding-bottom: 8.5625rem;
}

.p-page-service-marketing-about__text {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.p-page-service-marketing-about__text-tm {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-top: .25rem;
  font-size: 10px;
  font-size: .625rem;
  letter-spacing: -.01em;
}

.p-page-service-marketing-about__figureContents {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.p-page-service-marketing-case {
  padding-top: 114px;
  padding-top: 7.125rem;
}

.p-page-service-marketing-case__text {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-page-service-marketing-case__text-tm {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-top: .25rem;
  font-size: 10px;
  font-size: .625rem;
  letter-spacing: -.01em;
}

.p-page-service-marketing-case__figureContents {
  margin-top: 58px;
  margin-top: 3.625rem;
}

.p-page-service-marketing-concept {
  padding-top: 114px;
  padding-top: 7.125rem;
}

.p-page-service-marketing-concept__text {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-page-service-marketing-concept__text-tm {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-top: .25rem;
  font-size: 10px;
  font-size: .625rem;
  letter-spacing: -.01em;
}

.p-page-service-marketing-concept__figureContents {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-service-marketing-figureContents {
  position: relative;
  border: .5px solid #19356D;
  border-radius: .3125rem;
  padding: 32px 72px 58px;
  padding: 2rem 4.5rem 3.625rem;
}

.p-page-service-marketing-figureContents::before {
  inset: 0;
  position: absolute;
  border-radius: inherit;
  background: linear-gradient(225deg, #fff 0%, rgba(232, 236, 251, .4) 100%);
  pointer-events: none;
  content: '';
}

.p-page-service-marketing-figureContents > * {
  position: relative;
}

.p-page-service-marketing-figureContents--concept,
.p-page-service-marketing-figureContents--case {
  padding: 58px 72px 51px;
  padding: 3.625rem 4.5rem 3.1875rem;
}

.p-page-service-marketing-figureContents--solution {
  padding: 58px 72px 95px;
  padding: 3.625rem 4.5rem 5.9375rem;
}

.p-page-service-marketing-figureContents--industry {
  padding: 34px 72px 57px;
  padding: 2.125rem 4.5rem 3.5625rem;
}

.p-page-service-marketing-figureContents__title {
  text-align: center;
}

.p-page-service-marketing-figureContents__title-text {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-marketing-figureContents__title-text-tm {
  margin-inline: 4px;
  margin-inline: .25rem;
  vertical-align: top;
  margin-top: 3px;
  margin-top: .1875rem;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: -.01em;
}

.p-page-service-marketing-figureContents__image {
  margin-inline: auto;
  width: 100%;
  max-width: 723px;
  max-width: 45.1875rem;
}

.p-page-service-marketing-figureContents--about .p-page-service-marketing-figureContents__image,
.p-page-service-marketing-figureContents--overview .p-page-service-marketing-figureContents__image,
.p-page-service-marketing-figureContents--industry .p-page-service-marketing-figureContents__image {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.p-page-service-marketing-figureContents--concept .p-page-service-marketing-figureContents__image,
.p-page-service-marketing-figureContents--solution .p-page-service-marketing-figureContents__image {
  max-width: 473px;
  max-width: 29.5625rem;
}

.p-page-service-marketing-figureContents--solution .p-page-service-marketing-figureContents__image--second {
  margin-top: 72px;
  margin-top: 4.5rem;
  max-width: 830px;
  max-width: 51.875rem;
}

.p-page-service-marketing-figureContents__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-service-marketing-figureContents__conceptList {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-page-service-marketing-figureContents__conceptList-items {
  margin: 0;
}

.p-page-service-marketing-figureContents__conceptList-item {
  padding-block: 20px;
  padding-block: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-page-service-marketing-figureContents__conceptList-item + .p-page-service-marketing-figureContents__conceptList-item {
  border-top: .5px solid #19356D;
}

.p-page-service-marketing-figureContents__conceptList-item:first-child {
  padding-top: 0;
}

.p-page-service-marketing-figureContents__conceptList-item:last-child {
  padding-bottom: 0;
}

.p-page-service-marketing-figureContents__conceptList-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 89.2% 0, 100% 50%, 89.2% 100%, 0 100%);
  clip-path: polygon(0 0, 89.2% 0, 100% 50%, 89.2% 100%, 0 100%);
  padding-right: 5px;
  padding-right: .3125rem;
  width: 145px;
  width: 9.0625rem;
  height: 49px;
  height: 3.0625rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-marketing-figureContents__conceptList-item--a .p-page-service-marketing-figureContents__conceptList-label {
  background-color: #9fdfdd;
}

.p-page-service-marketing-figureContents__conceptList-item--b .p-page-service-marketing-figureContents__conceptList-label {
  background-color: #ffcb91;
}

.p-page-service-marketing-figureContents__conceptList-item--c .p-page-service-marketing-figureContents__conceptList-label {
  background-color: #bae39d;
}

.p-page-service-marketing-figureContents__conceptList-item--d .p-page-service-marketing-figureContents__conceptList-label {
  background-color: #ffcfd0;
}

.p-page-service-marketing-figureContents__conceptList-desc {
  margin-left: 24px;
  margin-left: 1.5rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-marketing-figureContents__solutionList {
  margin-top: 67px;
  margin-top: 4.1875rem;
  border-left: .5px solid #19356D;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

.p-page-service-marketing-figureContents__solutionList-items {
  gap: 21px;
  gap: 1.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-page-service-marketing-figureContents__solutionList-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 98.4% 0, 100% 50%, 98.4% 100%, 0 100%);
  clip-path: polygon(0 0, 98.4% 0, 100% 50%, 98.4% 100%, 0 100%);
  background-color: rgba(135, 175, 255, .3);
  padding-left: 24px;
  padding-left: 1.5rem;
  height: 49px;
  height: 3.0625rem;
}

.p-page-service-marketing-figureContents__solutionList-number,
.p-page-service-marketing-figureContents__solutionList-title {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-marketing-figureContents__solutionList-title {
  display: inline-block;
  margin-left: .5em;
}

.p-page-service-marketing-figureContents__solutionList-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: 24px;
  margin-left: 1.5rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-marketing-figureContents__caseContent {
  margin-inline: auto;
  position: relative;
  margin-top: 50px;
  margin-top: 3.125rem;
  border: .8px solid #19356D;
  border-radius: .3125rem;
  padding: 29px 56px 41px;
  padding: 1.8125rem 3.5rem 2.5625rem;
  max-width: 723px;
  max-width: 45.1875rem;
}

.p-page-service-marketing-figureContents__caseContent::before, .p-page-service-marketing-figureContents__caseContent::after {
  position: absolute;
  border-style: solid;
  content: '';
}

.p-page-service-marketing-figureContents__caseContent::before {
  top: -22px;
  top: -1.375rem;
  right: 147px;
  right: 9.1875rem;
  border-width: 0 13px 22px 13px;
  border-width: 0 .8125rem 1.375rem .8125rem;
  border-color: transparent transparent #19356D transparent;
}

.p-page-service-marketing-figureContents__caseContent::after {
  top: -21px;
  top: -1.3125rem;
  right: 147.5px;
  right: 9.21875rem;
  border-width: 0 12.5px 21px 12.5px;
  border-width: 0 .78125rem 1.3125rem .78125rem;
  border-color: transparent transparent #fcfcfd transparent;
}

.p-page-service-marketing-figureContents__caseContent-text {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-marketing-figureContents__caseContent-image {
  margin-inline: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
  width: 100%;
  max-width: 521px;
  max-width: 32.5625rem;
}

.p-page-service-marketing-figureContents__caseContent-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-service-marketing-industry {
  padding-top: 111px;
  padding-top: 6.9375rem;
}

.p-page-service-marketing-industry__text {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-page-service-marketing-industry__figureContents-items {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-service-marketing-industry__figureContents:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-service-marketing-overview {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: 137px;
  margin-top: 8.5625rem;
  background-color: #F6F7FA;
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 137px;
  padding-bottom: 8.5625rem;
}

.p-page-service-marketing-overview__text {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-page-service-marketing-overview__figureContents-items {
  margin-top: 53px;
  margin-top: 3.3125rem;
}

.p-page-service-marketing-overview__figureContents:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-service-marketing-solution {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: 137px;
  margin-top: 8.5625rem;
  background-color: #F6F7FA;
  padding-top: 114px;
  padding-top: 7.125rem;
  padding-bottom: 137px;
  padding-bottom: 8.5625rem;
}

.p-page-service-marketing-solution__text {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-page-service-marketing-solution__figureContents {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-service-pdca-about {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #F6F7FA;
  padding-top: 114px;
  padding-top: 7.125rem;
  padding-bottom: 137px;
  padding-bottom: 8.5625rem;
}

.p-page-service-pdca-about__text {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-page-service-pdca-about__figureContents-items {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-service-pdca-about__figureContents {
  position: relative;
  border: .5px solid #19356D;
  border-radius: .3125rem;
  padding: 38px 72px 62px;
  padding: 2.375rem 4.5rem 3.875rem;
}

.p-page-service-pdca-about__figureContents::before {
  inset: 0;
  position: absolute;
  border-radius: inherit;
  background: linear-gradient(225deg, #fff 0%, rgba(232, 236, 251, .4) 100%);
  pointer-events: none;
  content: '';
}

.p-page-service-pdca-about__figureContents > * {
  position: relative;
}

.p-page-service-pdca-about__figureContents:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-page-service-pdca-about__figureContents-title {
  text-align: center;
}

.p-page-service-pdca-about__figureContents-title-text {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-page-service-pdca-about__figureContents-image {
  margin-inline: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 858px;
  max-width: 53.625rem;
}

.p-page-service-pdca-about__figureContents-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-service-pdca-activity {
  padding-top: 114px;
  padding-top: 7.125rem;
}

.p-page-service-pdca-activity__list {
  gap: 25px;
  gap: 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-page-service-pdca-activity__item {
  gap: 45px;
  gap: 2.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-page-service-pdca-activity__item-image {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 292px;
  width: 18.25rem;
  height: 172px;
  height: 10.75rem;
}

.p-page-service-pdca-activity__item:first-child .p-page-service-pdca-activity__item-image::before {
  position: absolute;
  right: 5px;
  right: .3125rem;
  bottom: 2px;
  bottom: .125rem;
  z-index: 2;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 11px;
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.8;
  content: '画像はイメージです';
}

.p-page-service-pdca-activity__item-image::after {
  inset: 0;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 175, 255, .6)), to(rgba(0, 72, 216, .6)));
  background: linear-gradient(to bottom, rgba(135, 175, 255, .6), rgba(0, 72, 216, .6));
  content: '';
}

.p-page-service-pdca-activity__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-page-service-pdca-activity__item-main {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 0;
}

.p-page-service-pdca-activity__item-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(135, 175, 255, .3);
  width: 54px;
  width: 3.375rem;
  height: 54px;
  height: 3.375rem;
}

.p-page-service-pdca-activity__item-number::before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #19356D;
  width: 1px;
  height: 108px;
  height: 6.75rem;
  content: '';
}

.p-page-service-pdca-activity__item-number::after {
  position: absolute;
  top: calc(100% + 6.75rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 7px solid #19356D;
  border-top: .4375rem solid #19356D;
  border-right: 4px solid transparent;
  border-right: .25rem solid transparent;
  border-left: 4px solid transparent;
  border-left: .25rem solid transparent;
  width: 0;
  height: 0;
  content: '';
}

.p-page-service-pdca-activity__item-number-text {
  color: #19356D;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
}

.p-page-service-pdca-activity__item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 9px;
  padding-top: .5625rem;
  min-width: 0;
}

.p-page-service-pdca-activity__item-title {
  color: #19356D;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-page-service-pdca-activity__item-text {
  margin-top: 10px;
  margin-top: .625rem;
  color: #19356D;
}

.p-page-thanks {
  background-color: #F6F7FA;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 61px;
  padding-bottom: 3.8125rem;
}

.p-page-thanks__inner {
  text-align: center;
}

.p-page-thanks__title {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.p-page-thanks__text {
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.p-page-thanks__text p + p {
  margin-top: 15px;
  margin-top: .9375rem;
}

.p-page-thanks__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-pageLink {
  background-color: #F6F7FA;
  overflow: hidden;
}

.p-pageLink__list {
  gap: 25px;
  gap: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: -webkit-grab;
  cursor: grab;
  border-bottom: .5px solid #19356D;
  padding: 67px 0 27px;
  padding: 4.1875rem 0 1.6875rem;
  user-select: none;
}

.p-pageLink__list.is-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.p-pageLink__list.is-grabbing a {
  pointer-events: none;
}

.p-pageLink__link {
  gap: 9px;
  gap: .5625rem;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
  white-space: nowrap;
}

.is-grabbing .p-pageLink__link {
  pointer-events: none;
}

.p-pageLink__text {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-pageLink__text sup {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-top: .25rem;
  font-size: 10px;
  font-size: .625rem;
  letter-spacing: -.01em;
}

.p-pageLink__icon {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #0048D8;
  border-radius: 50%;
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
}

.p-pageLink__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%) rotate(45deg);
  transform: translate(-50%, -65%) rotate(45deg);
  border-right: 1.5px solid #0048D8;
  border-bottom: 1.5px solid #0048D8;
  width: 7px;
  width: .4375rem;
  height: 7px;
  height: .4375rem;
  content: '';
}

.p-section-head {
  gap: 40px;
  gap: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-section-titleBlock__title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-section-titleBlock--white {
  color: #FFF;
}

.p-section-titleBlock__mainTitle {
  position: relative;
  padding-left: 54px;
  padding-left: 3.375rem;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-section-titleBlock__mainTitle::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_brujula_01.svg);
  mask-image: url(../img/common/icon_brujula_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #19356D;
  width: 41px;
  width: 2.5625rem;
  content: '';
}

.p-section-titleBlock--white .p-section-titleBlock__mainTitle::before {
  background-color: #FFF;
}

.p-section-titleBlock__subTitle {
  margin-top: 1px;
  margin-top: .0625rem;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-section-titleBlock__description {
  margin-top: 35px;
  margin-top: 2.1875rem;
  width: 100%;
  max-width: 580px;
  max-width: 36.25rem;
}

.p-section-titleBlock--noneSubTitle .p-section-titleBlock__description {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-section-head__button {
  margin-bottom: 7px;
  margin-bottom: .4375rem;
}

.p-single-news {
  background-color: #F6F7FA;
  padding-top: 130px;
  padding-top: 8.125rem;
  padding-bottom: 137px;
  padding-bottom: 8.5625rem;
}

.l-container.p-single-news__inner {
  max-width: 960px;
  max-width: 60rem;
}

.p-single-news__meta {
  gap: 29px;
  gap: 1.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
}

.p-single-news__categories {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-single-news__category {
  border: .5px solid #19356D;
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 3px 19px 5px;
  padding: .1875rem 1.1875rem .3125rem;
  min-width: 167px;
  min-width: 10.4375rem;
  text-align: center;
}

.p-single-news__date {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-single-news__title {
  margin-top: 12px;
  margin-top: .75rem;
  color: #19356D;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-single-news__thumbnail {
  aspect-ratio: 233/136;
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  border-radius: .3125rem;
  width: 100%;
  overflow: hidden;
}

.p-single-news__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-single-news__content {
  margin-top: 53px;
  margin-top: 3.3125rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.p-single-news__content h1,
.p-single-news__content h2,
.p-single-news__content h3,
.p-single-news__content h4,
.p-single-news__content h5,
.p-single-news__content h6 {
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-single-news__content h1 {
  margin-top: 2.5em;
  margin-bottom: 1em;
  color: #19356D;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
}

.p-single-news__content h1 b,
.p-single-news__content h1 strong {
  color: #19356D;
}

.p-single-news__content h2 {
  margin-top: 2.5em;
  margin-bottom: 1em;
  border-bottom: 2px solid #19356D;
  padding-bottom: .5em;
  color: #19356D;
  font-size: 28px;
  font-size: 1.75rem;
}

.p-single-news__content h2 b,
.p-single-news__content h2 strong {
  color: #19356D;
}

.p-single-news__content h3 {
  position: relative;
  margin-top: 2em;
  margin-bottom: .4em;
  color: #19356D;
  font-size: 22px;
  font-size: 1.375rem;
}

.p-single-news__content h3 b,
.p-single-news__content h3 strong {
  color: #19356D;
}

.p-single-news__content h4 {
  margin-top: 1.8em;
  margin-bottom: .4em;
  font-size: 20px;
  font-size: 1.25rem;
}

.p-single-news__content h5 {
  margin-top: 1.8em;
  margin-bottom: .4em;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-single-news__content h6 {
  margin-top: 1.8em;
  margin-bottom: .4em;
  font-size: 16px;
  font-size: 1rem;
}

.p-single-news__content p {
  margin-top: .5em;
  margin-bottom: 1.85em;
  color: #19356D;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-single-news__content p a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #19356D;
  -webkit-text-decoration: underline #19356D;
  text-decoration: underline #19356D;
}

.p-single-news__content b,
.p-single-news__content strong {
  color: #19356D;
  font-weight: 700;
}

.p-single-news__content ul,
.p-single-news__content ol {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.p-single-news__content ul li,
.p-single-news__content ol li {
  color: #19356D;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-single-news__content ul li:not(:first-of-type),
.p-single-news__content ol li:not(:first-of-type) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-single-news__content ul li {
  padding-left: 22px;
  padding-left: 1.375rem;
  text-indent: -18px;
  text-indent: -1.125rem;
}

.p-single-news__content ul li::before {
  display: inline-block;
  position: relative;
  top: -3px;
  top: -.1875rem;
  margin-right: 10px;
  margin-right: .625rem;
  border-radius: 50%;
  background-color: #19356D;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.p-single-news__content ol {
  counter-reset: number;
}

.p-single-news__content ol li {
  padding-left: 28px;
  padding-left: 1.75rem;
  text-indent: -12px;
  text-indent: -.75rem;
}

.p-single-news__content ol li::before {
  display: inline-block;
  counter-increment: number;
  margin-right: 10px;
  margin-right: .625rem;
  color: #19356D;
  content: counter(number) '.';
}

.p-single-news__content figure {
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  max-width: 100%;
  overflow: hidden;
}

.p-single-news__content figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-single-news__content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.p-single-news__content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-single-news__content .wp-block-table {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: auto;
}

.p-single-news__content .wp-block-table table {
  border: 1px solid #19356D;
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

.p-single-news__content .wp-block-table table thead {
  border-bottom: 1px solid #19356D;
}

.p-single-news__content .wp-block-table table th,
.p-single-news__content .wp-block-table table td {
  border: 1px solid #19356D;
  padding: 14px 18px;
  padding: .875rem 1.125rem;
  width: 1%;
}

.p-single-news__content .wp-block-table table th {
  background-color: #F3F3F3;
}

.p-single-news__content .wp-block-table table th strong {
  color: #19356D;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-single-news__content .wp-block-table table td {
  background-color: #FFF;
}

.p-single-news__content .wp-block-buttons {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.p-single-news__content .wp-block-buttons .wp-block-button__link.wp-element-button {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #19356D;
  background-color: #19356D;
  padding: 16px 32px;
  padding: 1rem 2rem;
  line-height: 1.2;
}

.p-single-news__content blockquote,
.p-single-news__content q {
  position: relative;
  margin: 40px 0;
  margin: 2.5rem 0;
  border-left: 4px solid #19356D;
  border-left: .25rem solid #19356D;
  background-color: #F3F3F3;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  font-style: italic;
  line-height: 1.8;
}

.p-single-news__content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #19356D;
}

.p-single-news__content dl dt,
.p-single-news__content dl dd {
  border-top: 1px solid #19356D;
  padding: 12px 16px;
  padding: .75rem 1rem;
}

.p-single-news__content dl dt {
  width: 30%;
  font-weight: 700;
}

.p-single-news__content dl dd {
  width: 70%;
}

.p-single-news__content figcaption {
  margin-top: 8px;
  margin-top: .5rem;
  color: #19356D;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.6;
  text-align: center;
}

.p-single-news__content hr {
  margin: 48px 0;
  margin: 3rem 0;
  border: none;
  border-top: 1px solid #19356D;
}

.p-single-news__content pre {
  border-radius: .25rem;
  background-color: #F3F3F3;
  padding: 12px;
  padding: .75rem;
  overflow-x: auto;
  font-family: monospace;
  font-size: 14px;
  font-size: .875rem;
}

.p-single-news__content code {
  border-radius: .1875rem;
  background-color: #F3F3F3;
  padding: 2px 6px;
  padding: .125rem .375rem;
  font-family: monospace;
  font-size: 14px;
  font-size: .875rem;
}

.p-single-news__content pre code {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

.p-single-news__content iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-single-news__content .wp-container-core-group-is-layout-8cf370e7 p {
  margin: 0;
}

.p-single-news__archiveButton {
  margin-top: 138px;
  margin-top: 8.625rem;
  text-align: center;
}

.p-subMv {
  position: relative;
  width: 100%;
  height: 357px;
  height: 22.3125rem;
  overflow: hidden;
}

.p-subMv::before {
  inset: 0;
  position: absolute;
  z-index: 0;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-image: var(--bg-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.p-subMv__inner {
  position: relative;
  width: inherit;
  height: inherit;
  overflow-x: clip;
}

.p-subMv__inner::before {
  inset: 0;
  position: absolute;
  opacity: .8;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#87afff), color-stop(54%, #0048d8), to(#00688c));
  background: linear-gradient(to right, #87afff 0%, #0048d8 54%, #00688c 100%);
  width: 100%;
  height: 100%;
  content: '';
}

.p-subMv__inner::after {
  aspect-ratio: 1440/533;
  position: absolute;
  top: 44px;
  top: 2.75rem;
  z-index: 1;
  background-image: url(../img/mv/deco_sub-mv_01.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  content: '';
}

.p-subMv__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 137px;
  top: 8.5625rem;
  right: 11.8055555556vw;
  left: 11.8055555556vw;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  color: #FFF;
}

.p-bodyClass__page-security-policy .p-subMv__wrap {
  top: 166px;
  top: 10.375rem;
}

.p-subMv__mainTitleBlock-eng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 53px;
  padding-left: 3.3125rem;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-bodyClass__page-security-policy .p-subMv__mainTitleBlock-eng {
  font-size: 40px;
  font-size: 2.5rem;
}

.p-subMv__mainTitleBlock-eng .sp-only-440 {
  display: none;
}

.p-subMv__mainTitleBlock-eng::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: .55lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_brujula_01.svg);
  mask-image: url(../img/common/icon_brujula_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
  width: 41px;
  width: 2.5625rem;
  content: '';
}

.p-subMv__mainTitleBlock-ja {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-bodyClass__page-security-policy .p-subMv__mainTitleBlock-ja {
  font-size: 24px;
  font-size: 1.5rem;
}

.p-subMv__mainTitleBlock-ja .sp-only {
  display: none;
}

.p-subMv__subTitleBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 12px;
  margin-bottom: .75rem;
}

.p-subMv__subTitleBlock-number {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-subMv__subTitleBlock-text {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-subMv__subTitleBlock-text sup {
  vertical-align: top;
  font-size: 11px;
  font-size: .6875rem;
}

.p-subMv--full {
  z-index: 0;
  overflow: visible;
}

.p-subMv--full::before {
  inset: 0 0 auto 0;
  height: var(--mv-height, 2200px);
  height: var(--mv-height, 137.5rem);
}

.p-subMv--full .p-subMv__inner::before {
  inset: 0 0 auto 0;
  opacity: .9;
  background: -webkit-gradient(linear, left top, right top, from(rgba(135, 175, 255, .8)), color-stop(54%, rgba(0, 72, 216, .8)), to(rgba(0, 104, 140, .8)));
  background: linear-gradient(to right, rgba(135, 175, 255, .8) 0%, rgba(0, 72, 216, .8) 54%, rgba(0, 104, 140, .8) 100%);
  height: var(--mv-height, 2200px);
  height: var(--mv-height, 137.5rem);
}

.p-top-about {
  position: relative;
  z-index: 11;
  overflow: hidden;
}

.p-top-about__inner.l-container {
  position: relative;
  z-index: 5;
  max-width: 1306px;
  max-width: 81.625rem;
}

.p-top-about__wrap {
  margin-inline: auto;
  margin-top: 419px;
  margin-top: 26.1875rem;
  width: 100%;
  max-width: 1100px;
  max-width: 68.75rem;
  color: #FFF;
}

.p-top-about__problem-title {
  text-align: center;
}

.p-top-about__problem-title-text {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-top-about__problem-listItems {
  margin-inline: auto;
  margin-top: 65px;
  margin-top: 4.0625rem;
  width: 100%;
  max-width: 772px;
  max-width: 48.25rem;
}

.p-top-about__problem-listItem {
  padding-right: 16px;
  padding-right: 1rem;
}

.p-top-about__problem-listItem:not(:first-child) {
  margin-top: 23.5px;
  margin-top: 1.46875rem;
}

.p-top-about__problem-listItem:not(:last-child) {
  border-bottom: .5px solid #FFF;
  padding-bottom: 23.5px;
  padding-bottom: 1.46875rem;
}

.p-top-about__problem-listItem-text {
  position: relative;
  padding-left: 55px;
  padding-left: 3.4375rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
}

.p-top-about__problem-listItem-text::before {
  aspect-ratio: 25.97/48.38;
  position: absolute;
  top: .55lh;
  left: 8.41px;
  left: .525625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background-image: url(../img/common/icon_check_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25.97px;
  width: 1.623125rem;
  content: '';
}

.p-top-about__information {
  gap: 2.4305555556vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 204px;
  margin-top: 12.75rem;
  border: .5px solid #FFF;
  border-radius: .3125rem;
  padding: 61px 0 61px 40px;
  padding: 3.8125rem 0 3.8125rem 2.5rem;
}

.p-top-about__information-content {
  margin-top: 12px;
  margin-top: .75rem;
  width: 100%;
  max-width: 536px;
  max-width: 33.5rem;
}

.p-top-about__information-title-text {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-left: 3.25rem;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-top-about__information-title-text::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_brujula_01.svg);
  mask-image: url(../img/common/icon_brujula_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
  width: 41px;
  width: 2.5625rem;
  content: '';
}

.p-top-about__information-text {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-top-about__information-image {
  aspect-ratio: 435/318;
  position: relative;
  border-top-left-radius: 5px;
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: 5px;
  border-bottom-left-radius: .3125rem;
  width: 100%;
  max-width: 435px;
  max-width: 27.1875rem;
  overflow: hidden;
}

.p-top-about__information-image::after {
  position: absolute;
  right: 9px;
  right: .5625rem;
  bottom: 6px;
  bottom: .375rem;
  z-index: 1;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 11px;
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.8;
  content: '画像はイメージです';
}

.p-top-about__information-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-about__information-button {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-cases {
  -webkit-backdrop-filter: blur(5px);
  position: relative;
  z-index: 1;
  backdrop-filter: blur(5px);
  background-color: #F6F7FA;
  padding-top: 129px;
  padding-top: 8.0625rem;
  padding-bottom: 151px;
  padding-bottom: 9.4375rem;
  overflow-x: clip;
}

.p-top-cases::after {
  aspect-ratio: 1440/533;
  position: absolute;
  top: -162px;
  top: -10.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background-image: url(../img/top/deco_top-cases_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  content: '';
}

.p-top-cases__button--sp {
  display: none;
}

.p-top-cases__head {
  padding-inline: 20px;
  padding-inline: 1.25rem;
}

.p-top-cases__wrapper {
  position: relative;
  z-index: 2;
  margin-top: 73px;
  margin-top: 4.5625rem;
  margin-right: calc(50% - 50vw);
  margin-left: -10px;
  margin-left: -.625rem;
}

.p-top-cases__navigation {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 45px;
  top: 2.8125rem;
  left: -1.4583333333vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10;
}

.p-top-cases__nav-button {
  aspect-ratio: 1/1;
  position: relative;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  cursor: pointer;
  border: .5px solid #19356D;
  border-radius: 50%;
  width: 61.89px;
  width: 3.868125rem;
}

.p-top-cases__nav-button::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  border-right: .5px solid #19356D;
  border-bottom: .5px solid #19356D;
  width: 10px;
  width: .625rem;
  content: '';
}

.p-top-cases__nav-button--prev::before {
  left: 53%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.p-top-cases__nav-button--next::before {
  left: 47%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-top-cases__cards-wrapper {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: -webkit-grab;
  cursor: grab;
  margin-left: 80px;
  margin-left: 5rem;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.p-top-cases__cards-wrapper::-webkit-scrollbar {
  display: none;
}

.p-top-cases__cards-wrapper.is-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.p-top-cases__cards {
  gap: 36px;
  gap: 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-right: 0;
  padding-bottom: 2px;
  padding-bottom: .125rem;
}

.p-top-cases__cards::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  width: 5rem;
  content: '';
}

.p-top-cases__card {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  min-width: 380px;
  min-width: 23.75rem;
  max-width: 380px;
  max-width: 23.75rem;
}

.p-top-cases__card img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-top-cases__imageBlock-image {
  aspect-ratio: 232/266;
  background-color: #FFF;
  width: 100%;
  max-width: 232px;
  max-width: 14.5rem;
  height: auto;
  overflow: hidden;
}

.p-top-cases__imageBlock-image img {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-company {
  position: relative;
  z-index: 10;
  margin-top: 151px;
  margin-top: 9.4375rem;
  overflow: hidden;
}

.p-top-company__wrap {
  gap: 60px;
  gap: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: .3125rem;
  background-color: #E8EDF6;
  padding: 72px 5.8333333333vw 73px;
  padding: 4.5rem 5.8333333333vw 4.5625rem;
}

.p-top-company__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 378px;
  max-width: 23.625rem;
}

.p-top-company__button {
  margin-top: 41px;
  margin-top: 2.5625rem;
}

.p-top-company__image {
  aspect-ratio: 531/365;
  border-radius: .3125rem;
  width: 100%;
  max-width: 531px;
  max-width: 33.1875rem;
  overflow: hidden;
}

.p-top-company__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-news {
  margin-top: 169px;
  margin-top: 10.5625rem;
}

.p-top-news__listItems {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-top-news__button--sp {
  display: none;
}

.p-top-news__listItems {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-top-service {
  -webkit-backdrop-filter: blur(5px);
  position: relative;
  z-index: 2;
  backdrop-filter: blur(5px);
  background-color: #F6F7FA;
  padding-top: 166px;
  padding-top: 10.375rem;
}

.p-top-service__button--sp {
  display: none;
}

.p-top-service__items {
  gap: 52px;
  gap: 3.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  margin-top: 4.5rem;
}

.p-top-service__item {
  width: 100%;
  max-width: 332px;
  max-width: 20.75rem;
  overflow: hidden;
}

.p-top-service__item-imageBlock {
  aspect-ratio: 332/444;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 29px 90px;
  padding: 1.25rem 1.8125rem 5.625rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-top-service__item-imageBlock::before {
  inset: 0;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 175, 255, .8)), to(rgba(0, 72, 216, .8)));
  background: linear-gradient(to bottom, rgba(135, 175, 255, .8), rgba(0, 72, 216, .8));
  width: 100%;
  height: 100%;
  content: '';
}

.p-top-service__item-imageBlock-textWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
}

.p-top-service__item-imageBlock-arrow {
  aspect-ratio: 1/1;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  z-index: 2;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 63px;
  width: 3.9375rem;
}

.p-top-service__item-imageBlock-arrow::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 10px;
  width: .625rem;
  content: '';
}

.p-top-service__item-imageBlock-image {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-service__item-imageBlock-image img {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-service__item-imageBlock-title {
  position: relative;
  z-index: 2;
  color: #FFF;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-top-service__item-imageBlock-title-tem {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-top: .1875rem;
  margin-left: 4px;
  margin-left: .25rem;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.7;
}

.p-top-service__item-text {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.p-topBg {
  position: relative;
  min-height: 100dvh;
  min-height: 100vh;
  overflow: hidden;
}

.p-topBg::after {
  inset: 0;
  position: absolute;
  z-index: -1;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  background-image: url(../img/top/bgi_top-about_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: '';
}

.p-topBg__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: -webkit-filter .5s ease;
  transition: -webkit-filter .5s ease;
  transition: filter .5s ease;
  transition: filter .5s ease, -webkit-filter .5s ease;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-topBg::before {
  inset: 0;
  position: absolute;
  opacity: .8;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#87afff), color-stop(54%, #0048d8), to(#00688c));
  background: linear-gradient(to right, #87afff 0%, #0048d8 54%, #00688c 100%);
  width: 100%;
  height: 100%;
  content: '';
}

.p-topBg__scrollText {
  position: absolute;
  top: 440px;
  top: 27.5rem;
  right: -2.0944444444vw;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  padding-right: 101.52px;
  padding-right: 6.345rem;
  color: #FFF;
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: .9027777778vw;
  font-weight: 200;
  letter-spacing: .05em;
  line-height: 1;
}

.p-topBg__scrollText.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.p-topBg__scrollText::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #FFF;
  width: 93.9px;
  width: 5.86875rem;
  height: .5px;
  content: '';
}

.p-topBg__inner {
  position: relative;
  padding-top: 308px;
  padding-top: 19.25rem;
  padding-bottom: 217px;
  padding-bottom: 13.5625rem;
  height: inherit;
}

.p-topBg__inner::after {
  aspect-ratio: 1440/533;
  position: absolute;
  top: 476px;
  top: 29.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  background-image: url(../img/top/deco_top-about_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  content: '';
}

.p-topBg.is-blurred .p-topBg__video {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.p-topMv {
  position: absolute;
  top: 282px;
  top: 17.625rem;
  left: 6.3194444444vw;
  opacity: 1;
  z-index: 10;
  overflow: hidden;
}

.p-topMv__textBlock {
  position: relative;
  padding-right: 2.5694444444vw;
  color: #FFF;
}

.p-topMv__mainTitle-text {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Yu Mincho', serif;
  font-size: 4.0277777778vw;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-topMv__textBlock::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: 8.3333333333vw;
  right: 0;
  -webkit-mask-image: url(../img/common/icon_brujula_01.svg);
  mask-image: url(../img/common/icon_brujula_01.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
  width: 4.7222222222vw;
  content: '';
}

.p-topMv__subTitle {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-topMv__subTitle-text {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.8;
}

.u-bg-white {
  background-color: #FFF;
}

.u-color-black {
  color: #19356D;
}

.u-inlineBlock {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 700;
}

.u-overflowHidden {
  overflow: hidden !important;
}

.u-hidden {
  display: none !important;
}

.u-onlyPc {
  display: block;
}

.u-onlySp {
  display: none;
}

.u-onlySm {
  display: none;
}

.u-overSm {
  display: none;
}

.u-indent {
  text-indent: -1.4em;
}

.u-lh-1 {
  line-height: 1;
}

.u-tel {
  pointer-events: none;
}

.u-text {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.8;
}

.u-text p:not(:first-child) {
  margin-top: 1lh;
}

@media screen and (min-width: 540px) {

  .u-overSm {
    display: block;
  }
}

@media screen and (min-width: 768px) {

  .form__agreement a:hover {
    opacity: .7;
  }

  .form__confirmBtn:hover, .form__submitBtn:hover {
    background-color: #19356D;
    color: #FFF;
  }

  .form__confirmBtn:disabled:hover, .form__submitBtn:disabled:hover {
    background-color: rgba(255, 255, 255, .3);
    color: #19356D;
  }

  .form__submitBtn:hover {
    background-color: #111e4e;
    color: #FFF;
  }

  .form__backBtn:hover {
    background-color: #9D9FAE;
    color: #FFF;
  }

  a[href='*']:hover, a[href='*']:focus-visible {
    opacity: .7;
  }

  html {
    font-size: 1.4545454545vw;
  }

  :root {
    --header-height: 124px;
  }

  .l-container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1160px;
  }

  .l-container.l-container--narrow {
    max-width: 940px;
  }

  .l-container.l-container--wide {
    max-width: 1328px;
    max-width: 83rem;
  }

  .c-button:hover {
    background-color: rgba(135, 175, 255, .3);
  }

  .c-iconButton:hover {
    background-color: rgba(135, 175, 255, .3);
  }

  .c-iconButton.c-iconButton--bgcNone:hover {
    background-color: rgba(135, 175, 255, .3);
  }

  .p-archive-cases__category:hover {
    color: #0048D8;
  }

  .p-archive-news__category:hover {
    color: #0048D8;
  }

  .p-archivePagination__inner .page-numbers li a:hover {
    color: #19356D;
  }

  .p-archivePagination__inner .page-numbers li a.prev:hover .p-archivePagination__arrow,
  .p-archivePagination__inner .page-numbers li a.next:hover .p-archivePagination__arrow {
    opacity: .6;
  }

  .p-breadcrumb__list .breadcrumbs a.home:hover,
  .p-breadcrumb__list .breadcrumb a.home:hover {
    color: #19356D;
  }

  .p-breadcrumb__list a:not(.home):hover {
    color: #19356D;
  }

  .p-breadcrumb__list a.home:hover {
    color: #19356D !important;
  }

  .p-contact-foot__footer-nav-listItem:hover {
    opacity: .7;
  }

  .p-contact-foot__footer-nav-subListItem:hover {
    opacity: .7;
  }

  .p-contact-foot__footer-pageTop-link:hover .p-contact-foot__footer-pageTop-link-arrow {
    background-color: rgba(135, 175, 255, .3);
  }

  .p-contact-foot__footer-bottom-link:hover {
    opacity: .7;
  }

  .p-cta-consulting:hover .p-cta-consulting__image img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }

  .p-drawer__policy-link:hover {
    opacity: .7;
  }

  .p-header-pcNav__item-link:hover {
    opacity: .7;
  }

  .p-header-pcNav__dropdown-item a:hover {
    opacity: .7;
  }

  .p-header.is-headerBg .c-iconButton:hover {
    background-color: rgba(135, 175, 255, .3);
  }

  .p-newsListItem:hover {
    background-color: rgba(135, 175, 255, .1);
  }

  .p-page-company-introduction__overview-table-email:hover {
    opacity: .7;
  }

  .p-pageLink__link:hover .p-pageLink__text {
    color: #0048D8;
  }

  .p-single-news__content p a:hover {
    opacity: .7;
  }

  .p-single-news__content .wp-block-buttons .wp-block-button__link.wp-element-button:hover {
    background-color: #FFF;
    color: #19356D;
  }

  .p-top-cases__nav-button:hover {
    background-color: rgba(135, 175, 255, .3);
  }

  .p-casesCard:hover .p-top-cases__imageBlock-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .p-top-service__item:hover .p-top-service__item-imageBlock-arrow {
    background-color: rgba(255, 255, 255, .3);
  }

  .p-top-service__item:hover .p-top-service__item-imageBlock-image img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }

  .u-inlineBlock-pc {
    display: inline-block !important;
  }
}

@media (min-width: 1100px) {

  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {

  .c-iconButton.c-iconButton--header {
    padding: 18.5px 37.61px 18.5px 40.61px;
    padding: 1.15625rem 2.350625rem 1.15625rem 2.538125rem;
  }

  .p-contact-foot__footer {
    margin-left: 128px;
    margin-left: 8rem;
  }

  .p-contact-foot__footer-nav {
    margin-left: 198px;
    margin-left: 12.375rem;
  }

  .p-cta-consulting {
    max-width: 218px;
    max-width: 13.625rem;
  }

  .p-header-pcNav__items {
    gap: 40px;
    gap: 2.5rem;
  }

  .p-header-pcNav__dropdown {
    left: -119px;
    left: -7.4375rem;
  }

  .p-header {
    padding-right: 25px;
    padding-right: 1.5625rem;
    padding-left: 19px;
    padding-left: 1.1875rem;
  }

  .p-header__logo {
    max-width: 177px;
    max-width: 11.0625rem;
  }

  .p-header__linkWrap {
    gap: 45.78px;
    gap: 2.86125rem;
  }

  .p-page-service-introduction__frame-flow {
    padding: 32px 50px 36px;
    padding: 2rem 3.125rem 2.25rem;
  }

  .p-page-service-introduction__frame-flow-listItems {
    gap: 10px;
    gap: .625rem;
  }

  .p-page-service-introduction__frame-flow-listItem-title {
    padding: 8px 24px 10.41px;
    padding: .5rem 1.5rem .650625rem;
  }

  .p-page-service-introduction__frame-flow-listItem-lists {
    padding: 21px 0 24px 24px;
    padding: 1.3125rem 0 1.5rem 1.5rem;
  }

  .p-page-service-marketing-figureContents__solutionList-text {
    width: 100%;
    max-width: 850px;
    max-width: 53.125rem;
  }

  .p-subMv__wrap {
    margin-inline: auto;
    width: 100%;
    max-width: 1100px;
    max-width: 68.75rem;
  }

  .p-top-about__information {
    gap: 35px;
    gap: 2.1875rem;
  }

  .p-top-cases__navigation {
    left: -21px;
    left: -1.3125rem;
  }

  .p-top-company__wrap {
    padding: 72px 84px 73px;
    padding: 4.5rem 5.25rem 4.5625rem;
  }
}

@media screen and (min-width: 1960px) {

  .p-topBg__inner::after {
    top: 300px;
    top: 18.75rem;
  }
}

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

  .p-topBg__scrollText {
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-topMv__textBlock {
    padding-right: 37px;
    padding-right: 2.3125rem;
  }

  .p-topMv__mainTitle-text {
    font-size: 58px;
    font-size: 3.625rem;
  }

  .p-topMv__textBlock::before {
    top: 120px;
    top: 7.5rem;
    width: 68px;
    width: 4.25rem;
  }

  .p-topMv__subTitle-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

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

  .p-contact-foot__footer {
    margin-left: 5.5555555556vw;
  }

  .p-contact-foot__footer-nav {
    margin-left: 12.5vw;
  }

  .p-subMv__wrap {
    right: 6.9444444444vw;
    left: 6.9444444444vw;
  }

  .p-top-cases__navigation {
    left: -10px;
    left: -.625rem;
  }
}

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

  .p-header {
    padding-right: 12px;
    padding-right: .75rem;
    padding-left: 13px;
    padding-left: .8125rem;
    height: 65px;
    height: 4.0625rem;
  }

  .p-header__logo {
    max-width: 112px;
    max-width: 7rem;
  }

  .p-header__pcNav {
    display: none;
  }

  .p-header__pcButton {
    display: none;
  }

  .p-header__hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, border-color .3s ease;
    border: .5px solid #FFF;
    border-radius: 3.4375rem;
    background-color: rgba(255, 255, 255, .3);
    width: 99px;
    width: 6.1875rem;
    height: 43px;
    height: 2.6875rem;
  }
}

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

  .form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form__wrap:not(:first-child) {
    margin-top: 14px;
    margin-top: .875rem;
  }

  .form__wrap.form__wrap--radio {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form__wrap.form__wrap--textarea {
    margin-top: 18px;
    margin-top: 1.125rem;
  }

  .form__label {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    padding-top: 0;
    min-width: auto;
  }

  .form__labelText {
    font-size: 16px;
    font-size: 1rem;
  }

  .form__badge {
    min-width: 39px;
    min-width: 2.4375rem;
    height: 21px;
    height: 1.3125rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .form__input {
    width: 100%;
  }

  .form__input--radio {
    padding-top: 0;
  }

  .form__textbody {
    width: 100%;
  }

  .form__text, .form__email {
    padding: 12px 15px;
    padding: .75rem .9375rem;
    height: 50px;
    height: 3.125rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .form__textarea {
    padding: 12px 15px;
    padding: .75rem .9375rem;
    height: 238px;
    height: 14.875rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .wpcf7-radio .wpcf7-list-item label {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .form__agreement {
    margin-top: 27px;
    margin-top: 1.6875rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .form__button {
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .form__button--confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form__confirmBtn, .form__submitBtn {
    padding: 12px 40px;
    padding: .75rem 2.5rem;
    width: 100%;
    min-width: initial;
    max-width: 335px;
    max-width: 20.9375rem;
    height: 50px;
    height: 3.125rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .form__backBtn {
    padding: 12px 30px;
    padding: .75rem 1.875rem;
    min-width: 180px;
    min-width: 11.25rem;
    height: 50px;
    height: 3.125rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .confirm_area .confirm_top-text {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .confirm_area .confirm_top-text h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .confirm_area .confirm_top-text p {
    font-size: 14px;
    font-size: .875rem;
  }

  .form__confirmText {
    padding: 12px 15px;
    padding: .75rem .9375rem;
    min-height: 50px;
    min-height: 3.125rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .l-breadcrumb {
    margin-top: 42px;
    margin-top: 2.625rem;
  }

  .l-breadcrumb.l-breadcrumb--service {
    margin-top: 47px;
    margin-top: 2.9375rem;
  }

  .l-clientLogoSlider {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .l-container {
    max-width: 590px;
    max-width: 36.875rem;
  }

  .l-cta-consulting {
    right: initial;
    bottom: 13px;
    bottom: .8125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .l-foot--top {
    margin-top: -491px;
    margin-top: -30.6875rem;
  }

  .c-button {
    width: 100%;
    max-width: 335px;
    max-width: 20.9375rem;
    text-align: center;
  }

  .c-iconButton {
    padding: 18.5px 40px;
    padding: 1.15625rem 2.5rem;
    width: 100%;
    max-width: 287px;
    max-width: 17.9375rem;
  }

  .c-iconButton.c-iconButton--contact {
    padding: 18.5px 40px;
    padding: 1.15625rem 2.5rem;
    width: 100%;
    max-width: 287px;
    max-width: 17.9375rem;
  }

  .c-logoText {
    padding-left: 32px;
    padding-left: 2rem;
  }

  .c-logoText::before {
    width: 25px;
    width: 1.5625rem;
  }

  .c-logoText__text {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.5;
  }

  .c-logoText__text--tm {
    margin-top: 4px;
    margin-top: .25rem;
    margin-left: 0;
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .p-archive-cases {
    padding-top: 39px;
    padding-top: 2.4375rem;
    padding-bottom: 47px;
    padding-bottom: 2.9375rem;
  }

  .p-archive-cases__categories {
    gap: 8px;
    gap: .5rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-archive-cases__list {
    gap: 38px;
    gap: 2.375rem;
    margin-top: 49px;
    margin-top: 3.0625rem;
  }

  .p-archive-news {
    padding-top: 39px;
    padding-top: 2.4375rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .p-archive-news__categories {
    gap: 8px;
    gap: .5rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-archive-news__listItems {
    margin-top: 51px;
    margin-top: 3.1875rem;
  }

  .p-archivePagination {
    margin-top: 18px;
    margin-top: 1.125rem;
  }

  .p-breadcrumb {
    padding-block: 28px;
    padding-block: 1.75rem;
  }

  .p-breadcrumb__list .breadcrumbs > *,
  .p-breadcrumb__list .breadcrumb > * {
    font-size: 12px;
    font-size: .75rem;
  }

  .p-breadcrumb__list > * + *:not(.breadcrumb_sep):not(.separator) {
    margin-right: 10px;
    margin-right: .625rem;
    margin-left: 19px;
    margin-left: 1.1875rem;
  }

  .p-casesArchiveCard {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-casesArchiveCard__image {
    aspect-ratio: 335/373;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: initial;
  }

  .p-casesArchiveCard__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .p-casesArchiveCard__titleBlock {
    padding-left: 32px;
    padding-left: 2rem;
  }

  .p-casesArchiveCard__titleBlock::before {
    width: 25px;
    width: 1.5625rem;
  }

  .p-casesArchiveCard__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.5;
  }

  .p-casesArchiveCard__categories {
    margin-top: 14px;
    margin-top: .875rem;
  }

  .p-casesArchiveCard__category {
    padding: 3px 14px 5px;
    padding: .1875rem .875rem .3125rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-casesArchiveCard__description {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-casesArchiveCard__description p {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.8;
  }

  .p-casesCard__imageBlock {
    padding-inline: 45px;
    padding-inline: 2.8125rem;
  }

  .p-casesCard__textBlock {
    padding: 18px 20px 31px 20px;
    padding: 1.125rem 1.25rem 1.9375rem 1.25rem;
  }

  .p-casesCard__title {
    line-height: 1.5;
  }

  .p-clientLogoSlider__slider {
    gap: 12px;
    gap: .75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 47px;
    margin-top: 2.9375rem;
  }

  .p-clientLogoSlider__row--pc {
    display: none;
  }

  .p-clientLogoSlider__row--sp {
    display: block;
  }

  .p-clientLogoSlider__track {
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
  }

  .p-clientLogoSlider__row--sp:last-child .p-clientLogoSlider__track {
    -webkit-animation-duration: 19s;
    animation-duration: 19s;
  }

  .p-clientLogoSlider__logo {
    margin-right: 12px;
    margin-right: .75rem;
    width: 98px;
    width: 6.125rem;
  }

  .p-contact-foot {
    padding-top: 90px;
    padding-top: 5.625rem;
    padding-bottom: 10px;
    padding-bottom: .625rem;
  }

  .p-contact-foot--top {
    padding-top: 583px;
    padding-top: 36.4375rem;
  }

  .p-contact-foot__contact {
    padding-bottom: 105px;
    padding-bottom: 6.5625rem;
  }

  .p-contact-foot__contact-mainTitle {
    padding-left: 36px;
    padding-left: 2.25rem;
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: 0;
  }

  .p-contact-foot__contact-mainTitle::before {
    width: 28px;
    width: 1.75rem;
  }

  .p-contact-foot__contact-subTitle {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contact-foot__contact-text {
    margin-top: 47px;
    margin-top: 2.9375rem;
  }

  .p-contact-foot__contact-button {
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-contact-foot__footer {
    row-gap: 18.4px;
    row-gap: 1.15rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 36px;
    margin-top: 2.25rem;
    width: 100%;
    max-width: 420px;
    max-width: 26.25rem;
  }

  .p-contact-foot__footer-inner {
    display: contents;
  }

  .p-contact-foot__footer-info {
    grid-column: 1/-1;
    grid-row: 1;
    max-width: 100%;
  }

  .p-contact-foot__footer-logo {
    max-width: 215px;
    max-width: 13.4375rem;
  }

  .p-contact-foot__footer-address {
    margin-top: 9px;
    margin-top: .5625rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.7;
  }

  .p-contact-foot__footer-button {
    display: none;
  }

  .p-contact-foot__footer-nav {
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 9px;
    margin-top: .5625rem;
    margin-left: 0;
    width: 100%;
  }

  .p-contact-foot__footer-nav-listItems:not(:first-child) {
    margin-top: 11px;
    margin-top: .6875rem;
  }

  .p-contact-foot__footer-nav-listItem {
    padding-left: 0;
  }

  .p-contact-foot__footer-nav-listItems .p-contact-foot__footer-nav-listItem:not(:first-child) {
    margin-top: 11px;
    margin-top: .6875rem;
  }

  .p-contact-foot__footer-nav-subListItems {
    margin-top: 0;
  }

  .p-contact-foot__footer-nav-subListItem {
    margin-top: 5px;
    margin-top: .3125rem;
  }

  .p-contact-foot__footer-nav-subListItems .p-contact-foot__footer-nav-subListItem:not(:first-child) {
    margin-top: 5px;
    margin-top: .3125rem;
  }

  .p-contact-foot__footer-pageTop {
    grid-column: 2;
    grid-row: 3;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    justify-self: end;
    margin: 0;
  }

  .p-contact-foot__footer-pageTop-link {
    gap: 12px;
    gap: .75rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-contact-foot__footer-pageTop-link-arrow {
    border: .7px solid #FFF;
    width: 56px;
    width: 3.5rem;
  }

  .p-contact-foot__footer-pageTop-link-arrow::before {
    border-right: .7px solid #FFF;
    border-bottom: .7px solid #FFF;
  }

  .p-contact-foot__footer-bottom {
    display: contents;
  }

  .p-contact-foot__footer-bottom-links {
    gap: 3px;
    gap: .1875rem;
    grid-column: 1;
    grid-row: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    margin-top: 12px;
    margin-top: .75rem;
  }

  .p-contact-foot__footer-bottom-link {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.4;
  }

  .p-contact-foot__footer-copyright {
    grid-column: 1/-1;
    grid-row: 4;
    margin-top: 19px;
    margin-top: 1.1875rem;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.6;
    text-align: center;
  }

  .p-cta-consulting {
    aspect-ratio: initial;
    width: 349px;
    width: 21.8125rem;
    max-width: 90%;
  }

  .p-drawer__policy-link {
    line-height: 1.4;
  }

  .p-newsListItem {
    gap: 18px;
    gap: 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
    padding: 1.25rem 0;
  }

  .p-newsListItem__arrow {
    position: relative;
    top: auto;
    right: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transform: none;
    transform: none;
    width: 62px;
    width: 3.875rem;
  }

  .p-newsListItem__image {
    max-width: 100%;
  }

  .p-newsListItem__meta {
    gap: 16px;
    gap: 1rem;
  }

  .p-newsListItem__categories {
    max-width: 100%;
  }

  .p-newsListItem__title {
    -webkit-line-clamp: 3;
    max-width: 100%;
  }

  .p-page-404 {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-page-404__title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-404__text {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-company-introduction {
    padding-top: 24px;
    padding-top: 1.5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .l-container.p-page-company-introduction__inner {
    max-width: inherit;
  }

  .p-page-company-introduction__box {
    padding: 50px 16px 47px;
    padding: 3.125rem 1rem 2.9375rem;
  }

  .p-page-company-introduction__about {
    margin-inline: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 540px;
    max-width: 33.75rem;
  }

  .p-page-company-introduction__about-logo {
    margin-inline: auto;
    max-width: 267px;
    max-width: 16.6875rem;
  }

  .p-page-company-introduction__about-text {
    margin-inline: auto;
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-page-company-introduction__about-text p {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.73;
  }

  .p-page-company-introduction__overview {
    margin-inline: auto;
    margin-top: 69px;
    margin-top: 4.3125rem;
    width: 100%;
    max-width: 540px;
    max-width: 33.75rem;
  }

  .p-page-company-introduction__overview-table {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-company-introduction__overview-table th {
    padding: 5px 10px;
    padding: .3125rem .625rem;
    width: 127px;
    width: 7.9375rem;
    font-size: 13px;
    font-size: .8125rem;
    text-align: left;
  }

  .p-page-company-introduction__overview-table td {
    background-color: rgba(255, 255, 255, .6);
    padding: 7.55px 6px 7.55px 10px;
    padding: .471875rem .375rem .471875rem .625rem;
    font-size: 12px;
    font-size: .75rem;
  }

  .p-page-company-introduction__overview-table-note {
    font-size: 10px;
    font-size: .625rem;
  }

  .p-page-company-profile {
    padding-top: 58px;
    padding-top: 3.625rem;
    padding-bottom: 63px;
    padding-bottom: 3.9375rem;
  }

  .p-page-company-profile::before {
    bottom: -23px;
    bottom: -1.4375rem;
    left: 70%;
    width: 1440px;
    width: 90rem;
  }

  .p-page-company-profile__title {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
  }

  .p-page-company-profile__content-name {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-company-profile__content-text {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-page-contact {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .l-container.p-page-contact__inner {
    max-width: 590px;
    max-width: 36.875rem;
  }

  .p-page-contact__lead p {
    font-size: 15px;
    font-size: .9375rem;
    letter-spacing: .02em;
  }

  .p-page-contact__form {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }

  .p-page-security-policy {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .l-container.p-page-security-policy__inner {
    padding-inline: 20px;
    padding-inline: 1.25rem;
  }

  .p-page-security-policy__section {
    padding: 50px 20px 45px;
    padding: 3.125rem 1.25rem 2.8125rem;
  }

  .p-page-security-policy__section:not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-security-policy__content {
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-page-security-policy .p-page-security-policy__content p {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.8;
  }

  .p-page-security-policy__policy {
    margin-top: 34px;
    margin-top: 2.125rem;
  }

  .p-page-security-policy__policy-item {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }

  .p-page-security-policy__policy-item-title {
    margin-bottom: 14px;
    margin-bottom: .875rem;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.59;
  }

  .p-page-security-policy .p-page-security-policy__policy-item-content p {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.8;
  }

  .p-page-security-policy__company {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-page-security-policy .p-page-security-policy__company-info p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.71;
  }

  .p-page-security-policy .p-page-security-policy__content p:not(:first-child) {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-page-security-policy .p-page-security-policy__company-info p:not(:first-child) {
    margin-top: 6px;
    margin-top: .375rem;
  }

  .p-page-service-accessibility-about {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .p-page-service-accessibility-about__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-service-accessibility-about .p-page-service-accessibility-about__text .p-page-service-accessibility-about__benefitList + p {
    margin-top: 15px;
    margin-top: .9375rem;
  }

  .p-page-service-accessibility-about .p-page-service-accessibility-about__text .p-page-service-accessibility-about__benefitList + p + p {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-page-service-accessibility-about__benefitItem {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-page-service-accessibility-about__benefitText {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-service-accessibility-about__figureContents {
    padding: 28px 16px;
    padding: 1.75rem 1rem;
  }

  .p-page-service-accessibility-case {
    padding-top: 50px;
    padding-top: 3.125rem;
  }

  .p-page-service-accessibility-case__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-service-accessibility-case__contents {
    padding: 33px 16px 26px;
    padding: 2.0625rem 1rem 1.625rem;
  }

  .p-page-service-accessibility-case__contents:not(:first-child) {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-page-service-accessibility-case__contents-wrap {
    gap: 11px;
    gap: .6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-page-service-accessibility-case__contents-image {
    width: 100%;
  }

  .p-page-service-accessibility-case__contents-subtitle {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.8;
  }

  .p-page-service-accessibility-case__contents-subtitle sup {
    font-size: 9px;
    font-size: .5625rem;
  }

  .p-page-service-accessibility-case__contents-section {
    margin-top: 21px;
    margin-top: 1.3125rem;
  }

  .p-page-service-accessibility-case__contents-section:first-of-type {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .p-page-service-accessibility-case__contents-label {
    padding-left: 15px;
    padding-left: .9375rem;
    height: 40px;
    height: 2.5rem;
  }

  .p-page-service-accessibility-case__contents-label-text {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-service-accessibility-case__contents-section-text {
    margin-top: 9px;
    margin-top: .5625rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-service-accessibility-case__contents-steps {
    gap: 12.8px;
    gap: .8rem;
    margin-top: 7px;
    margin-top: .4375rem;
  }

  .p-page-service-accessibility-case__contents-step-title sup {
    font-size: 9px;
    font-size: .5625rem;
  }

  .p-page-service-accessibility-case__contents-step-text {
    margin-top: 6px;
    margin-top: .375rem;
    margin-left: 23px;
    margin-left: 1.4375rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-service-accessibility-case__contents-result-image {
    margin-top: 14px;
    margin-top: .875rem;
  }

  .p-page-service-accessibility-case__contents-result-caption {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-service-field {
    margin-top: 76px;
    margin-top: 4.75rem;
  }

  .p-page-service-field__item {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-service-field__item:not(:first-child) {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-service-field__item-imageBlock {
    aspect-ratio: 335/255;
    max-width: 100%;
  }

  .p-page-service-field__item-imageBlock::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 175, 255, .8)), to(rgba(0, 72, 216, .8)));
    background: linear-gradient(to bottom, rgba(135, 175, 255, .8), rgba(0, 72, 216, .8));
  }

  .p-page-service-field__item-imageBlock-title {
    padding-left: 30px;
    padding-left: 1.875rem;
    font-size: 21px;
    font-size: 1.3125rem;
  }

  .p-page-service-field__item-imageBlock-title::before {
    width: 22px;
    width: 1.375rem;
  }

  .p-page-service-field__item-imageBlock-number {
    font-size: 49px;
    font-size: 3.0625rem;
  }

  .p-page-service-field__item-content {
    padding-top: 18px;
    padding-top: 1.125rem;
    max-width: 100%;
  }

  .p-page-service-field__item-content-title {
    padding-bottom: 14px;
    padding-bottom: .875rem;
  }

  .p-page-service-field__item-content-description {
    margin-top: 14px;
    margin-top: .875rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-service-field__item-content-labelItems {
    gap: 9px 10px;
    gap: .5625rem .625rem;
    margin-top: 16px;
    margin-top: 1rem;
    max-width: 100%;
  }

  .p-page-service-field__item-content-labelItem {
    padding: 4px 28px;
    padding: .25rem 1.75rem;
  }

  .p-page-service-field__item-content-text {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-page-service-field__item-content-button {
    margin-top: 40px;
    margin-top: 2.5rem;
    text-align: center;
  }

  .p-page-service-introduction {
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 73px;
    padding-bottom: 4.5625rem;
  }

  .p-page-service-introduction__value {
    gap: 38px;
    gap: 2.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-service-introduction__value-textBlock {
    max-width: 100%;
  }

  .p-page-service-introduction__value-text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-service-introduction__value-figure {
    margin-inline: auto;
    margin-top: 0;
    max-width: 460px;
    max-width: 28.75rem;
  }

  .p-page-service-introduction__frame {
    margin-top: 88px;
    margin-top: 5.5rem;
  }

  .p-page-service-introduction__frame-textBlock {
    text-align: left;
  }

  .p-page-service-introduction__frame-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.5;
    text-align: center;
  }

  .p-page-service-introduction__frame-text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-service-introduction__frame-flowBlock-wrapper {
    position: relative;
  }

  .p-page-service-introduction__frame-flowBlock {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 29px;
    margin-top: 1.8125rem;
    margin-right: calc((100% + 40px - 100vw) / 2 - 20px);
    margin-left: calc((100% + 40px - 100vw) / 2 - 20px);
    overflow-x: auto;
  }

  .p-page-service-introduction__frame-flowBlock::after {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    width: 1.25rem;
    content: '';
  }

  .p-page-service-introduction__frame-flowBlock::-webkit-scrollbar {
    display: none;
  }

  .p-page-service-introduction__frame-flow {
    margin-left: 20px;
    margin-left: 1.25rem;
    background: linear-gradient(225deg, #FFF 0%, rgba(232, 236, 251, .8) 100%);
    padding: 90px 50px 23px;
    padding: 5.625rem 3.125rem 1.4375rem;
    min-width: 1100px;
    min-width: 68.75rem;
  }

  .p-page-service-introduction__frame-flow-title {
    padding-inline: 20px;
    position: absolute;
    top: 28px;
    top: 1.75rem;
    right: 0;
    left: 0;
    z-index: 10;
    margin: 0;
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.2;
  }

  .p-page-service-introduction__frame-flow-listItems {
    gap: 8px;
    gap: .5rem;
    margin-top: 0;
    padding-bottom: 10px;
    padding-bottom: .625rem;
  }

  .p-page-service-introduction__frame-flow-listItem-title {
    padding: 9px 23px 8px;
    padding: .5625rem 1.4375rem .5rem;
  }

  .p-page-service-introduction__frame-flow-listItem-title-text {
    white-space: nowrap;
  }

  .p-page-service-introduction__frame-flow-listItem-lists {
    padding: 23px 0 23px 23px;
    padding: 1.4375rem 0 1.4375rem 1.4375rem;
  }

  .p-page-service-introduction__frame-flow-listItem-list {
    padding-left: 15px;
    padding-left: .9375rem;
    white-space: nowrap;
  }

  .u-text.p-page-service-introduction__frame-flow-note {
    margin-top: 8px;
    margin-top: .5rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-left: calc(1.25rem + 1.4em);
    width: 100vw;
    color: #FFF;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.7;
  }

  .p-page-service-introduction__frame-scrollHint {
    display: block;
    position: absolute;
    top: calc(50% + 1.25rem);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: none;
  }

  .p-page-service-introduction__frame-scrollHint.is-hidden {
    opacity: 0;
  }

  .p-page-service-introduction__frame-scrollHint img {
    width: 123px;
    width: 7.6875rem;
    height: auto;
  }

  .p-page-service-introduction__frame-flow-note-tm {
    font-size: 10px;
    font-size: .625rem;
  }

  .p-page-service-marketing-about {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .p-page-service-marketing-about__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-service-marketing-about__figureContents {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-service-marketing-case {
    padding-top: 50px;
    padding-top: 3.125rem;
  }

  .p-page-service-marketing-case__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-service-marketing-case__figureContents {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-service-marketing-concept {
    padding-top: 50px;
    padding-top: 3.125rem;
  }

  .p-page-service-marketing-concept__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-service-marketing-concept__figureContents {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-service-marketing-figureContents {
    padding: 27px 16px 25px;
    padding: 1.6875rem 1rem 1.5625rem;
  }

  .p-page-service-marketing-figureContents--concept,
  .p-page-service-marketing-figureContents--case {
    padding: 34px 16px 26px;
    padding: 2.125rem 1rem 1.625rem;
  }

  .p-page-service-marketing-figureContents--solution {
    padding: 34px 16px 23px;
    padding: 2.125rem 1rem 1.4375rem;
  }

  .p-page-service-marketing-figureContents--industry {
    padding: 26px 16px;
    padding: 1.625rem 1rem;
  }

  .p-page-service-marketing-figureContents__title-text {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-service-marketing-figureContents__title-text-tm {
    margin-inline: 3px;
    margin-inline: .1875rem;
    margin-top: 2px;
    margin-top: .125rem;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-page-service-marketing-figureContents--about .p-page-service-marketing-figureContents__image,
  .p-page-service-marketing-figureContents--overview .p-page-service-marketing-figureContents__image,
  .p-page-service-marketing-figureContents--industry .p-page-service-marketing-figureContents__image {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }

  .p-page-service-marketing-figureContents--solution .p-page-service-marketing-figureContents__image--second {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }

  .p-page-service-marketing-figureContents__conceptList {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-page-service-marketing-figureContents__conceptList-item {
    gap: 7px;
    gap: .4375rem;
    padding-block: 18px;
    padding-block: 1.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-page-service-marketing-figureContents__conceptList-label {
    padding-right: 7px;
    padding-right: .4375rem;
    padding-bottom: 4px;
    padding-bottom: .25rem;
    width: 115px;
    width: 7.1875rem;
    height: 40px;
    height: 2.5rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-service-marketing-figureContents__conceptList-desc {
    margin-left: 0;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-service-marketing-figureContents__solutionList {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }

  .p-page-service-marketing-figureContents__solutionList-items {
    gap: 20px;
    gap: 1.25rem;
  }

  .p-page-service-marketing-figureContents__solutionList-heading {
    padding-left: 15px;
    padding-left: .9375rem;
    height: 40px;
    height: 2.5rem;
  }

  .p-page-service-marketing-figureContents__solutionList-number,
  .p-page-service-marketing-figureContents__solutionList-title {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-service-marketing-figureContents__solutionList-text {
    margin-top: 8px;
    margin-top: .5rem;
    margin-left: 16px;
    margin-left: 1rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-service-marketing-figureContents__solutionList-text br {
    display: none;
  }

  .p-page-service-marketing-figureContents__caseContent {
    margin-top: 34px;
    margin-top: 2.125rem;
    border-top: .8px solid #19356D;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    padding: 18px 0 0;
    padding: 1.125rem 0 0;
  }

  .p-page-service-marketing-figureContents__caseContent::before {
    top: -18px;
    top: -1.125rem;
    right: 59px;
    right: 3.6875rem;
    border-width: 0 10px 18px 10px;
    border-width: 0 .625rem 1.125rem .625rem;
  }

  .p-page-service-marketing-figureContents__caseContent::after {
    top: -17px;
    top: -1.0625rem;
    right: 59.5px;
    right: 3.71875rem;
    border-width: 0 9.5px 17px 9.5px;
    border-width: 0 .59375rem 1.0625rem .59375rem;
  }

  .p-page-service-marketing-figureContents__caseContent-text {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-service-marketing-figureContents__caseContent-image {
    margin-top: 15px;
    margin-top: .9375rem;
  }

  .p-page-service-marketing-industry {
    padding-top: 50px;
    padding-top: 3.125rem;
  }

  .p-page-service-marketing-industry__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-service-marketing-industry__figureContents-items {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-service-marketing-industry__figureContents:not(:first-child) {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-page-service-marketing-overview {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .p-page-service-marketing-overview__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-service-marketing-overview__figureContents-items {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-service-marketing-overview__figureContents:not(:first-child) {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-page-service-marketing-solution {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .p-page-service-marketing-solution__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-service-marketing-solution__figureContents {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-service-pdca-about {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .p-page-service-pdca-about__text {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-service-pdca-about__figureContents {
    padding: 24px 16px 25px;
    padding: 1.5rem 1rem 1.5625rem;
  }

  .p-page-service-pdca-about__figureContents:not(:first-child) {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-page-service-pdca-about__figureContents-title-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .p-page-service-pdca-about__figureContents-image {
    margin-top: 29px;
    margin-top: 1.8125rem;
  }

  .p-page-service-pdca-activity {
    padding-top: 50px;
    padding-top: 3.125rem;
  }

  .p-page-service-pdca-activity__list {
    gap: 22px;
    gap: 1.375rem;
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-page-service-pdca-activity__item {
    row-gap: 0;
    display: grid;
    grid-template-columns: 3.375rem 1fr;
    -webkit-column-gap: 1.0625rem;
    -moz-column-gap: 1.0625rem;
    column-gap: 1.0625rem;
  }

  .p-page-service-pdca-activity__item-image {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 197px;
    height: 12.3125rem;
  }

  .p-page-service-pdca-activity__item:first-child .p-page-service-pdca-activity__item-image::before {
    right: 6px;
    right: .375rem;
    bottom: 3px;
    bottom: .1875rem;
    font-size: 10px;
    font-size: .625rem;
  }

  .p-page-service-pdca-activity__item-main {
    display: contents;
  }

  .p-page-service-pdca-activity__item-number {
    grid-column: 1;
    grid-row: 1/span 2;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 0;
    background-color: transparent;
    width: 52px;
    width: 3.25rem;
    height: auto;
  }

  .p-page-service-pdca-activity__item-number::before {
    top: 52px;
    top: 3.25rem;
    height: calc(100% - 3.25rem - .4375rem);
  }

  .p-page-service-pdca-activity__item-number::after {
    top: calc(100% - .4375rem);
    border-top: 5px solid #19356D;
    border-top: .3125rem solid #19356D;
    border-right: 3px solid transparent;
    border-right: .1875rem solid transparent;
    border-left: 3px solid transparent;
    border-left: .1875rem solid transparent;
  }

  .p-page-service-pdca-activity__item-number-text {
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(135, 175, 255, .3);
    width: 52px;
    width: 3.25rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-service-pdca-activity__item-content {
    grid-column: 2;
    grid-row: 2;
    padding-top: 12px;
    padding-top: .75rem;
  }

  .p-page-service-pdca-activity__item-title {
    font-size: 23px;
    font-size: 1.4375rem;
  }

  .p-page-service-pdca-activity__item-text {
    margin-top: 12px;
    margin-top: .75rem;
    line-height: 1.7;
  }

  .p-page-thanks {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-page-thanks__title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-thanks__text {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-thanks__button {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-pageLink {
    position: relative;
  }

  .p-pageLink::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #19356D;
    width: 93%;
    height: .5px;
    content: '';
  }

  .p-pageLink::before {
    width: 90%;
  }

  .l-container.p-pageLink__inner {
    padding-inline: 0;
    width: 98%;
    max-width: initial;
  }

  .p-pageLink__list {
    gap: 14px;
    gap: .875rem;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: none;
    border-bottom: none;
    padding: 18px 20px 18px;
    padding: 1.125rem 1.25rem 1.125rem;
    overflow-x: auto;
    scroll-behavior: auto;
  }

  .p-pageLink__list::-webkit-scrollbar {
    display: none;
  }

  .p-pageLink__item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-pageLink__link {
    gap: 6px;
    gap: .375rem;
  }

  .p-pageLink__text {
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-pageLink__text sup {
    font-size: 9px;
    font-size: .5625rem;
  }

  .p-pageLink__icon::after {
    width: 6px;
    width: .375rem;
    height: 6px;
    height: .375rem;
  }

  .p-section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-section-titleBlock__mainTitle {
    padding-left: 31px;
    padding-left: 1.9375rem;
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: 0;
  }

  .p-section-titleBlock__mainTitle::before {
    width: 28px;
    width: 1.75rem;
  }

  .p-section-titleBlock__subTitle {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-section-titleBlock__description {
    margin-top: 26px;
    margin-top: 1.625rem;
    max-width: initial;
  }

  .p-section-titleBlock--noneSubTitle .p-section-titleBlock__description {
    margin-top: 16px;
    margin-top: 1rem;
    width: 91%;
  }

  .p-section-head__button {
    width: 100%;
  }

  .p-single-news {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .l-container.p-single-news__inner {
    max-width: 590px;
    max-width: 36.875rem;
  }

  .p-single-news__meta {
    gap: 16px;
    gap: 1rem;
  }

  .p-single-news__title {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.5;
  }

  .p-single-news__thumbnail {
    aspect-ratio: 335/196;
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-single-news__content {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }

  .p-single-news__content h1 {
    margin-top: 2em;
    margin-bottom: .8em;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-single-news__content h2 {
    margin-top: 2em;
    margin-bottom: .8em;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-single-news__content h3 {
    margin-top: 1.6em;
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .p-single-news__content h4 {
    margin-top: 1.4em;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-single-news__content h5 {
    margin-top: 1.4em;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-single-news__content h6 {
    margin-top: 1.4em;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-single-news__content p {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-single-news__content ul,
  .p-single-news__content ol {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .p-single-news__content ul li,
  .p-single-news__content ol li {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.7;
  }

  .p-single-news__content ul li:not(:first-of-type),
  .p-single-news__content ol li:not(:first-of-type) {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-single-news__content ul li {
    padding-left: 20px;
    padding-left: 1.25rem;
    text-indent: -16px;
    text-indent: -1rem;
  }

  .p-single-news__content ul li::before {
    margin-right: 8px;
    margin-right: .5rem;
    width: 6px;
    width: .375rem;
    height: 6px;
    height: .375rem;
  }

  .p-single-news__content figure {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .p-single-news__content .wp-block-table table {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 800px;
    width: 50rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-single-news__content .wp-block-table table th,
  .p-single-news__content .wp-block-table table td {
    padding: 12px 14px;
    padding: .75rem .875rem;
  }

  .p-single-news__content .wp-block-table table th strong {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-single-news__content .wp-block-buttons {
    gap: 16px;
    gap: 1rem;
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .p-single-news__content .wp-block-buttons .wp-block-button__link.wp-element-button {
    padding: 14px 24px;
    padding: .875rem 1.5rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-single-news__content blockquote,
  .p-single-news__content q {
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
  }

  .p-single-news__content dl {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .p-single-news__archiveButton {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-subMv {
    height: 228px;
    height: 14.25rem;
  }

  .p-subMv::before {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    background-image: var(--bg-image-sp);
  }

  .p-subMv__inner::after {
    aspect-ratio: 1272/431;
    top: -30px;
    top: -1.875rem;
    right: -300px;
    right: -18.75rem;
    opacity: .4;
    background-image: url(../img/mv/deco_sub-mv_01_sp.png);
    width: 1272px;
    width: 79.5rem;
  }

  .p-bodyClass__page-service .p-subMv__inner::after, .p-bodyClass__page-company .p-subMv__inner::after {
    top: 0;
  }

  .p-subMv__wrap {
    gap: 31px;
    gap: 1.9375rem;
    top: initial;
    right: 20px;
    right: 1.25rem;
    bottom: 64px;
    bottom: 4rem;
    left: 20px;
    left: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-bodyClass__page-service-marketing .p-subMv__wrap, .p-bodyClass__page-service-accessibility .p-subMv__wrap, .p-bodyClass__page-service-pdca .p-subMv__wrap {
    bottom: 8px;
    bottom: .5rem;
  }

  .p-bodyClass__page-contact .p-subMv__wrap {
    bottom: 41px;
    bottom: 2.5625rem;
  }

  .p-bodyClass__page-security-policy .p-subMv__wrap {
    top: initial;
    bottom: 44px;
    bottom: 2.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-bodyClass__page-security-policy .p-subMv__mainTitleBlock {
    gap: 8px;
    gap: .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-subMv__mainTitleBlock-eng {
    padding-left: 31px;
    padding-left: 1.9375rem;
    font-size: 33px;
    font-size: 2.0625rem;
  }

  .p-bodyClass__page-security-policy .p-subMv__mainTitleBlock-eng {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .p-subMv__mainTitleBlock-eng::before {
    width: 24px;
    width: 1.5rem;
  }

  .p-subMv__mainTitleBlock-ja {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-bodyClass__page-security-policy .p-subMv__mainTitleBlock-ja {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-subMv__mainTitleBlock-ja .sp-only {
    display: block;
  }

  .p-subMv__subTitleBlock {
    gap: 12px;
    gap: .75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .p-subMv__subTitleBlock-number {
    font-size: 12px;
    font-size: .75rem;
  }

  .p-subMv__subTitleBlock-text {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .p-subMv__subTitleBlock-text sup {
    display: inline-block;
    margin-top: 4px;
    margin-top: .25rem;
    margin-left: 2px;
    margin-left: .125rem;
    font-size: 7px;
    font-size: .4375rem;
  }

  .p-subMv--full::before {
    height: var(--mv-height, 2006px);
    height: var(--mv-height, 125.375rem);
  }

  .p-subMv--full .p-subMv__inner::before {
    height: var(--mv-height, 2006px);
    height: var(--mv-height, 125.375rem);
  }

  .p-bodyClass__page-company .p-subMv--full::before {
    height: var(--mv-height, 1258px);
    height: var(--mv-height, 78.625rem);
  }

  .p-bodyClass__page-company .p-subMv--full .p-subMv__inner::before {
    height: var(--mv-height, 1258px);
    height: var(--mv-height, 78.625rem);
  }

  .p-top-about__inner.l-container {
    max-width: 590px;
    max-width: 36.875rem;
  }

  .p-top-about__wrap {
    margin-top: 378px;
    margin-top: 23.625rem;
  }

  .p-top-about__problem-title-text {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .p-top-about__problem-listItems {
    margin-top: 41px;
    margin-top: 2.5625rem;
    width: 88%;
  }

  .p-top-about__problem-listItem {
    padding-right: 0;
  }

  .p-top-about__problem-listItem:not(:first-child) {
    margin-top: 18.3px;
    margin-top: 1.14375rem;
  }

  .p-top-about__problem-listItem:not(:last-child) {
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
  }

  .p-top-about__problem-listItem-text {
    padding-left: 44px;
    padding-left: 2.75rem;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .p-top-about__problem-listItem-text::before {
    top: .75lh;
    left: 4px;
    left: .25rem;
  }

  .p-top-about__information {
    gap: 48px;
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 77px;
    margin-top: 4.8125rem;
    padding: 30px 22px 0;
    padding: 1.875rem 1.375rem 0;
  }

  .p-top-about__information-content {
    margin-top: 0;
    max-width: 100%;
  }

  .p-top-about__information-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-top-about__information-title-text {
    margin-left: -4px;
    margin-left: -.25rem;
    padding-left: 32px;
    padding-left: 2rem;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.5;
  }

  .p-top-about__information-title-text::before {
    width: 25px;
    width: 1.5625rem;
  }

  .p-top-about__information-text {
    margin-top: 21px;
    margin-top: 1.3125rem;
    width: 100%;
    max-width: 420px;
    max-width: 26.25rem;
    text-align: left;
  }

  .p-top-about__information-image {
    border-top-right-radius: 5px;
    border-top-right-radius: .3125rem;
    border-bottom-left-radius: 0;
    max-width: 100%;
  }

  .p-top-about__information-image::after {
    font-size: 10px;
    font-size: .625rem;
  }

  .p-top-about__information-button {
    margin-top: 30px;
    margin-top: 1.875rem;
    text-align: center;
  }

  .p-top-cases {
    padding-top: 105px;
    padding-top: 6.5625rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-top-cases::after {
    top: -240px;
    top: -15rem;
    left: 70%;
    width: 1440px;
    width: 90rem;
  }

  .l-container.p-top-cases__inner {
    padding-inline: 0;
  }

  .p-top-cases__wrapper {
    margin-top: 42px;
    margin-top: 2.625rem;
    margin-left: calc(50% - 50vw);
  }

  .p-top-cases__navigation {
    display: none;
  }

  .p-top-cases__nav-button {
    border-width: .5px;
    width: 40px;
    width: 2.5rem;
  }

  .p-top-cases__nav-button::before {
    width: 7px;
    width: .4375rem;
  }

  .p-top-cases__cards-wrapper {
    margin-left: 0;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
  }

  .p-top-cases__cards {
    gap: 21px;
    gap: 1.3125rem;
    padding-left: calc((100vw - 18.375rem) / 2);
  }

  .p-top-cases__cards::after {
    width: calc((100vw - 18.375rem) / 2);
  }

  .p-top-cases__card {
    scroll-snap-align: center;
    min-width: 294px;
    min-width: 18.375rem;
    max-width: 294px;
    max-width: 18.375rem;
  }

  .p-top-company {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }

  .p-top-company__wrap {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 51px 25px 31px;
    padding: 3.1875rem 1.5625rem 1.9375rem;
  }

  .p-top-company__content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: initial;
  }

  .p-top-company__titleBlock {
    width: 100%;
  }

  .p-top-company__button {
    width: 100%;
  }

  .p-top-company__image {
    aspect-ratio: 531/331;
    max-width: 100%;
  }

  .p-top-news {
    margin-top: 100px;
    margin-top: 6.25rem;
  }

  .p-top-news__listItems {
    margin-top: 41px;
    margin-top: 2.5625rem;
  }

  .p-top-service {
    padding-top: 75px;
    padding-top: 4.6875rem;
  }

  .p-top-service__items {
    gap: 39px;
    gap: 2.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 43px;
    margin-top: 2.6875rem;
  }

  .p-top-service__item {
    max-width: 100%;
  }

  .p-top-service__item-imageBlock {
    aspect-ratio: 335/255;
    padding: 15px 21px;
    padding: .9375rem 1.3125rem;
  }

  .p-top-service__item-imageBlock::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 175, 255, .6)), to(rgba(0, 72, 216, .6)));
    background: linear-gradient(to bottom, rgba(135, 175, 255, .6), rgba(0, 72, 216, .6));
  }

  .p-top-service__item-imageBlock-arrow {
    right: 16px;
    right: 1rem;
    bottom: 16px;
    bottom: 1rem;
  }

  .p-top-service__item-imageBlock-arrow::before {
    width: 8px;
    width: .5rem;
  }

  .p-top-service__item-imageBlock-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .p-top-service__item-imageBlock-title-tem {
    font-size: 10px;
    font-size: .625rem;
  }

  .p-top-service__item-text {
    margin-top: 18px;
    margin-top: 1.125rem;
  }

  .p-topBg__scrollText {
    top: 300px;
    top: 18.75rem;
    right: -30px;
    right: -1.875rem;
    padding-right: 70px;
    padding-right: 4.375rem;
  }

  .p-topBg__scrollText::before {
    width: 62px;
    width: 3.875rem;
  }

  .p-topBg__inner {
    padding-top: 168px;
    padding-top: 10.5rem;
    padding-bottom: 104px;
    padding-bottom: 6.5rem;
  }

  .p-topBg__inner::after {
    top: 228px;
    top: 14.25rem;
    left: 15%;
    left: 19%;
    opacity: .5;
    width: 1272px;
    width: 79.5rem;
  }

  .p-topMv {
    top: 140px;
    top: 8.75rem;
    right: 30px;
    right: 1.875rem;
    left: 30px;
    left: 1.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-topMv__textBlock {
    padding-right: 24px;
    padding-right: 1.5rem;
  }

  .p-topMv__mainTitle-text {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .p-topMv__textBlock::before {
    top: 76px;
    top: 4.75rem;
    width: 40px;
    width: 2.5rem;
  }

  .p-topMv__subTitle {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-topMv__subTitle-text {
    font-size: 14px;
    font-size: .875rem;
  }

  .u-onlyPc {
    display: none !important;
  }

  .u-onlySp {
    display: block;
  }

  .u-tel {
    pointer-events: auto;
  }

  .u-text {
    font-size: 15px;
    font-size: .9375rem;
  }
}

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

  .p-page-service-introduction__frame-flow {
    padding-top: 121px;
    padding-top: 7.5625rem;
  }

  .p-topBg__scrollText {
    top: 367px;
    top: 22.9375rem;
    right: -42px;
    right: -2.625rem;
  }

  .p-topBg__inner::after {
    top: 390px;
    top: 24.375rem;
  }

  .p-topMv {
    top: 100px;
    top: 6.25rem;
  }

  .p-topMv__textBlock::before {
    top: 200px;
    top: 12.5rem;
    right: inherit;
    left: 134px;
    left: 8.375rem;
  }

  .u-onlySm {
    display: block;
  }
}

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

  .p-subMv__mainTitleBlock-eng .sp-only-440 {
    display: block;
  }
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
  }
}

@media (hover: none) and (pointer: coarse) {

  .p-pageLink__list {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    cursor: default;
    user-select: auto;
  }
}