@charset "UTF-8";



/* =========================================================
  フォーム全体
========================================================= */
.formWrap {
  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;
}

.formWrap .formItem:not(:first-child) {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.formWrap .formItem.formItem--department {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

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

.formItem--privacy {
  margin-top: 42px;
  margin-top: 2.625rem;
  text-align: center;
}

/* =========================================================
  フォームアイテム（ラベル + 入力欄）
========================================================= */
.wpcf7 .formItem {
  gap: 26px;
  gap: 1.625rem;
  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;

  /* 見出し（ラベル部分） */

  /* 入力エリア */

  /* エラーメッセージ */
}

.wpcf7 .formItem .formTitle {
  margin-top: .5em;
  width: 200px;
  width: 12.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.9;
  text-align: right;
}

.wpcf7 .formItem .formTitle span {
  display: inline-block;
  margin-left: 11px;
  margin-left: .6875rem;
  border-radius: 3.125rem;
  background-color: #D06251;
  padding: 2.4px 11.1px 3.6px;
  padding: .15rem .69375rem .225rem;
  color: #FFF;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1;
}

.wpcf7 .formItem .formText {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wpcf7 .formItem .formText input,
.wpcf7 .formItem .formText textarea {
  border: none;
  border-radius: .625rem;
  background-color: #EEF7FA;
  padding: 13.6px 12px;
  padding: .85rem .75rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .035em;
  line-height: 1.9;
}

.wpcf7 .formItem .formText .company,
.wpcf7 .formItem .formText .department {
  padding: 10.2px 12px;
  padding: .6375rem .75rem;
  max-width: 478px;
  max-width: 29.875rem;
}

.wpcf7 .formItem .formText textarea {
  height: 277px;
  height: 17.3125rem;
  resize: none;
}

.wpcf7 .formItem .formText .employees {
  max-width: 243px;
  max-width: 15.1875rem;
}

.wpcf7 .formItem .formText ::-webkit-input-placeholder {
  color: rgba(36, 80, 168, .6);
}

.wpcf7 .formItem .formText ::-moz-placeholder {
  color: rgba(36, 80, 168, .6);
}

.wpcf7 .formItem .formText ::-ms-input-placeholder {
  color: rgba(36, 80, 168, .6);
}

.wpcf7 .formItem .formText ::placeholder {
  color: rgba(36, 80, 168, .6);
}

.wpcf7 .formItem .wpcf7-not-valid-tip {
  margin-top: 4px;
  margin-top: .25rem;
  color: #D06251;
  font-size: 13px;
  font-size: .8125rem;
}

.wpcf7 .formItem.formItem--name .formTitle {
  margin-top: .9em;
}

.wpcf7 .formItem.formItem--mail .formTitle,
.wpcf7 .formItem.formItem--tel .formTitle,
.wpcf7 .formItem.formItem--employees .formTitle {
  margin-top: .7em;
}

.wpcf7 .formItem.formItem--textarea .formTitle {
  margin-top: 0;
}

.wpcf7 .formItem.formItem--radio {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7 .formItem.formItem--radio .formTitle {
  margin-top: 0;
}

/* =========================================================
  ラジオボタン
========================================================= */
.wpcf7 .formItem .wpcf7-radio.circle-radio {
  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;
}

.wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1.5;
}

.wpcf7 .formItem .wpcf7-radio.circle-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;
}

.wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item label input[type=radio] {
  display: none;
}

.wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 36px;
  padding-left: 2.25rem;
}

.wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #EEF7FA;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  content: '';
}

.wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 6px;
  left: .375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  border-radius: 50%;
  background-color: transparent;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  content: '';
}

.wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::after {
  background-color: #2450A8;
}

/* =========================================================
  同意チェックボックス
========================================================= */
.wpcf7 .wpcf7-acceptance {

  /* リンク */
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  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;
  cursor: pointer;

  /* デフォルトのチェックボックスを非表示 */

  /* テキスト部分 */
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  display: none;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 31px;
  padding-left: 1.9375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1.9;

  /* 外側の四角 */

  /* チェックマーク */
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: .25rem;
  background-color: #E1F3FA;
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 1.3125rem;
  content: '';
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 8px;
  left: .5rem;
  -webkit-transform: translateY(-55%) rotate(45deg);
  transform: translateY(-55%) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-right: 2px solid #2450A8;
  border-bottom: 2px solid #2450A8;
  width: 6px;
  width: .375rem;
  height: 12px;
  height: .75rem;
  content: '';
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7 .wpcf7-acceptance a {
  position: relative;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  color: #2450A8;
}

.wpcf7 .wpcf7-acceptance a::after {
  position: absolute;
  bottom: .1em;
  left: 0;
  background-color: currentColor;
  width: 100%;
  height: .5px;
  content: '';
}

/* =========================================================
  送信ボタン
========================================================= */
.wpcf7-spinner {
  display: none;
}

.formButton {
  margin-top: 42px;
  margin-top: 2.625rem;
  text-align: center;
}

.formButton .c-button {
  padding: 14px 50px 15px 53px;
  padding: .875rem 3.125rem .9375rem 3.3125rem;
  min-width: 301.5px;
  min-width: 18.84375rem;
  font-size: 19.85px;
  font-size: 1.240625rem;
}

/************************************************************************
* 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: #333;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  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;
}

body.fadeIn {
  opacity: 0;
}

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

footer {
  margin-top: auto;
}

/************************************************************************
* base
************************************************************************/
a[target=_blank]:not([class]) {
  -webkit-transition: color .3s;
  transition: color .3s;
}

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(51, 51, 51, .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: #2450A8;
  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: 68px;
}

.l-archivePagination {
  margin-top: 124px;
  margin-top: 7.75rem;
}

.l-blogTwoCol {
  gap: 50px;
  gap: 3.125rem;
  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;
}

.l-blogTwoCol__article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.l-blogTwoCol__sidebar {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-contact--top {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.l-contact--office {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.l-contact-service {
  margin-top: 111px;
  margin-top: 6.9375rem;
}

.l-contact-about {
  margin-top: 126px;
  margin-top: 7.875rem;
}

.l-contact--archive-voice,
.l-contact--archive-blog {
  margin-top: 225px;
  margin-top: 14.0625rem;
}

.l-contact--single-voice,
.l-contact--single-blog {
  margin-top: 94px;
  margin-top: 5.875rem;
}

.l-contact--contact {
  margin-top: 99.2px;
  margin-top: 6.2rem;
}

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

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

.l-floatingCta {
  position: fixed;
  top: 10.2777777778vw;
  right: 0;
  z-index: 50;
}

.l-footer--contact {
  margin-top: 99.2px;
  margin-top: 6.2rem;
}

.l-footer--simulation {
  margin-top: 101px;
  margin-top: 6.3125rem;
}

.l-footer--privacy-policy {
  margin-top: 180px;
  margin-top: 11.25rem;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}

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

.l-opening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.l-subMain.l-subMain--noMv {
  margin-top: calc(92px + 6.15rem);
}

.l-subMain.l-subMain--noMv-single {
  margin-top: calc(92px + .35rem);
}

.l-subMv {
  margin-top: 92px;
}

.l-topMain {
  margin-top: 92px;
}

.l-wideSection {
  margin-right: 36px;
  margin-right: 2.25rem;
  margin-left: 37px;
  margin-left: 2.3125rem;
}

.c-blogCard {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 1.25rem;
  background-color: #FFF;
  padding: 17px 18px 23px 17px;
  padding: 1.0625rem 1.125rem 1.4375rem 1.0625rem;
  width: 100%;
  max-width: 347px;
  max-width: 21.6875rem;
  height: auto;
}

.c-blogCard--archive {
  border: 1px solid #2450A8;
}

.c-blogCard::before {
  position: absolute;
  right: 7.52px;
  right: .47rem;
  bottom: 19px;
  bottom: 1.1875rem;
  background-image: url(../img/common/icon_arrow_circle-blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23.48px;
  width: 1.4675rem;
  height: 24px;
  height: 1.5rem;
  content: '';
}

.c-blogCard__image {
  aspect-ratio: 312/192;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 2;
  border-radius: 1.25rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.c-blogCard__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-blogCard__body {
  padding-inline: 12px;
  padding-inline: .75rem;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 19px;
  margin-top: 1.1875rem;
  height: 100%;
}

.c-blogCard__categories {
  gap: 4px;
  gap: .25rem;
  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;
  color: #FFF;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-blogCard__category {
  background-color: #2450A8;
  padding: 1px 10px 1.5px;
  padding: 1px .625rem 1.5px;
}

.c-blogCard__textBlock {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  margin-top: .625rem;
  height: 100%;
}

.c-blogCard__title {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  max-width: 246px;
  max-width: 15.375rem;
  overflow: hidden;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.24;
}

.c-blogCard__title span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.c-blogCard__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 9px;
  margin-top: .5625rem;
  width: 100%;
  max-width: 232px;
  max-width: 14.5rem;
  min-height: 2lh;
  overflow: hidden;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.c-blogCard__date {
  margin-top: 14px;
  margin-top: .875rem;
  color: #75C9E9;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.5;
}

.c-button {
  position: relative;
  z-index: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 2px solid #2450A8;
  border-radius: 3.125rem;
  background: #2450A8;
  padding: 11px 37px 12px 31px;
  padding: .6875rem 2.3125rem .75rem 1.9375rem;
  min-width: 243px;
  min-width: 15.1875rem;
  overflow: hidden;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.015em;
  text-align: center;
}

.c-button.c-button--gradation {
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#74C7E8), to(#2551a8));
  background: linear-gradient(90deg, #74C7E8, #2551a8);
  background-origin: border-box;
}

.c-button.c-button--max {
  width: 100%;
  min-width: initial;
}

.c-button.c-button--top-iconLinkContents {
  padding: 11px 45px 12px 20px;
  padding: .6875rem 2.8125rem .75rem 1.25rem;
  min-width: 336px;
  min-width: 21rem;
}

.c-button.c-button--page-simulation {
  padding: 14px 42px 15px 33px;
  padding: .875rem 2.625rem .9375rem 2.0625rem;
  width: 100%;
  min-width: initial;
  font-size: 18.96px;
  font-size: 1.185rem;
}

.c-button.c-button--white {
  border: 2px solid #FFF;
  background: #FFF;
  color: #2450A8;
}

.c-button.c-button--contact {
  border-radius: 5.008125rem;
  padding: 20.91px 10.27px 22px 6.17px;
  padding: 1.306875rem .641875rem 1.375rem .385625rem;
  width: 389.44px;
  width: 24.34rem;
  font-size: 22px;
  font-size: 1.375rem;
}

.c-button::after {
  inset: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  z-index: -1;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  background: #FFF;
  content: '';
}

.c-button.c-button--white::after {
  background: #2450A8;
}

.c-button::before {
  position: absolute;
  top: 50%;
  right: 9px;
  right: .5625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-image: url(../img/common/icon_arrow_circle-white_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  content: '';
}

.c-button.c-button--contact::before,
.c-button.c-button--page-simulation::before {
  display: none;
}

.c-button.c-button--white::before {
  background-image: url(../img/common/icon_arrow_circle-blue_01.svg);
}

.c-button__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}

.c-button--contact .c-button__icon {
  right: 14.42px;
  right: .90125rem;
  background-color: #FFF;
  width: 38.46px;
  width: 2.40375rem;
  height: 38.46px;
  height: 2.40375rem;
}

.c-button--page-simulation .c-button__icon {
  right: 10.67px;
  right: .666875rem;
  background-color: #FFF;
  width: 28.44px;
  width: 1.7775rem;
  height: 28.44px;
  height: 1.7775rem;
}

.c-button--contact .c-button__icon::before {
  position: absolute;
  top: 12.82px;
  top: .80125rem;
  left: 11.22px;
  left: .70125rem;
  -webkit-mask-image: url(../img/common/icon_arrow_blue_01.svg);
  mask-image: url(../img/common/icon_arrow_blue_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: all .4s ease;
  transition: all .4s ease;
  background-color: #2450A8;
  width: 14.42px;
  width: .90125rem;
  height: 11.85px;
  height: .740625rem;
  content: '';
}

.c-button--page-simulation .c-button__icon::before {
  position: absolute;
  top: 9.48px;
  top: .5925rem;
  left: 8.3px;
  left: .51875rem;
  -webkit-mask-image: url(../img/common/icon_arrow_blue_01.svg);
  mask-image: url(../img/common/icon_arrow_blue_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: all .4s ease;
  transition: all .4s ease;
  background-color: #2450A8;
  width: 10.67px;
  width: .666875rem;
  height: 8.76px;
  height: .5475rem;
  content: '';
}

.c-floatingCta__link {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-top: 2px solid #2450A8;
  border-bottom: 2px solid #2450A8;
  border-left: 2px solid #2450A8;
  border-top-left-radius: 20px;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 20px;
  border-bottom-left-radius: 1.25rem;
  background-color: #2450A8;
  padding: 1.7222222222vw 1.1013888889vw 2.7847222222vw 1.3972222222vw;
  overflow: hidden;
  color: #FFF;
}

.c-floatingCta__link-text {
  -ms-writing-mode: tb-rl;
  position: relative;
  padding-top: 42.7px;
  padding-top: 2.66875rem;
  font-size: 1.3888888889vw;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.11;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.c-floatingCta__link-text::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-mask-image: url(../img/common/icon_mail_white_01.svg);
  mask-image: url(../img/common/icon_mail_white_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: all .4s ease;
  transition: all .4s ease;
  background-color: #FFF;
  width: 1.6986111111vw;
  height: 1.0590277778vw;
  content: '';
}

.c-pageTitle {
  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;
}

.c-pageTitle img {
  width: 100%;
  height: 3.6805555556vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-pageTitle__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.7322580645;
}

.c-pageTitle--contact .c-pageTitle__text,
.c-pageTitle--voice .c-pageTitle__text,
.c-pageTitle--blog .c-pageTitle__text,
.c-pageTitle--simulation .c-pageTitle__text,
.c-pageTitle--privacy-policy .c-pageTitle__text {
  margin-top: 15px;
  margin-top: .9375rem;
}

.c-sectionTitle {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-sectionTitle.c-sectionTitle--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c-sectionTitle__ja {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1.2;
}

.c-sectionTitle--white .c-sectionTitle__ja {
  color: #FFF;
}

.c-sectionTitle__eng {
  position: relative;
  padding-left: 14px;
  padding-left: .875rem;
  color: #2450A8;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2.2;
  text-transform: uppercase;
}

.c-sectionTitle--white .c-sectionTitle__eng {
  color: #FFF;
}

.c-sectionTitle__eng::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #75C9E9;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.c-serviceList {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  text-align: center;
}

.c-serviceList__title {
  display: inline-block;
  border-radius: 3.125rem;
  background-color: #75C9E9;
  padding: 11.31px 34.21px 15.33px 38.62px;
  padding: .706875rem 2.138125rem .958125rem 2.41375rem;
  min-width: 228.49px;
  min-width: 14.280625rem;
  color: #FFF;
  font-size: 1.8520833333vw;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.c-serviceList--mainColor .c-serviceList__title {
  background-color: #2450A8;
}

.c-serviceList--brownColor .c-serviceList__title {
  background-color: #BE9823;
}

.c-serviceList__body {
  margin-top: -32.35px;
  margin-top: -2.021875rem;
  border-radius: .625rem;
  background-color: #EBF8FC;
  padding: 68.75px 1.7361111111vw 25.34px;
  padding: 4.296875rem 1.7361111111vw 1.58375rem;
}

.c-serviceList--mainColor .c-serviceList__body {
  background-color: #EBF3FF;
}

.c-serviceList--brownColor .c-serviceList__body {
  background-color: #F4F0E6;
}

.c-serviceList__items {
  gap: 13.4px;
  gap: .8375rem;
  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;
  width: 100%;
}

.c-serviceList__item {
  border: 3.03px solid #75C9E9;
  border-radius: .625rem;
  background-color: #FFF;
  padding: 12.98px 10px 10.57px;
  padding: .81125rem .625rem .660625rem;
  width: 100%;
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 1.2;
}

.c-serviceList--mainColor .c-serviceList__item {
  border: 3.03px solid #2450A8;
}

.c-serviceList--brownColor .c-serviceList__item {
  border: 3.03px solid #BE9823;
}

.c-serviceList__item-textSmall {
  font-size: 13.34px;
  font-size: .83375rem;
}

.c-serviceList__attention {
  margin-top: .6694444444vw;
  font-size: 1.0416666667vw;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}

.c-serviceList__attention--hight {
  margin-top: 1.5277777778vw;
}

.c-serviceList__attention p {
  display: inline-block;
  position: relative;
  padding-left: 29px;
  padding-left: 1.8125rem;
}

.c-serviceList__attention p::before {
  position: absolute;
  top: 3px;
  top: .1875rem;
  left: 0;
  background-image: url(../img/common/icon_attention_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.23px;
  width: 1.326875rem;
  height: 26px;
  height: 1.625rem;
  content: '';
}

.c-sub-sectionTitle {
  gap: 8px;
  gap: .5rem;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-sub-sectionTitle__ja {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1.4;
}

.c-sub-sectionTitle--page-office-message .c-sub-sectionTitle__ja {
  font-size: 30px;
  font-size: 1.875rem;
}

.c-sub-sectionTitle--page-office-companyProfile .c-sub-sectionTitle__ja,
.c-sub-sectionTitle--page-about-strength .c-sub-sectionTitle__ja,
.c-sub-sectionTitle--page-about-teamSupport .c-sub-sectionTitle__ja,
.c-sub-sectionTitle--page-about-improvement .c-sub-sectionTitle__ja {
  font-size: 38px;
  font-size: 2.375rem;
}

.c-sub-sectionTitle--page-about-strength .c-sub-sectionTitle__ja-large {
  font-size: 44px;
  font-size: 2.75rem;
}

.c-sub-sectionTitle__eng {
  color: #2450A8;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.2;
  text-transform: uppercase;
}

.c-sub-sectionTitle--page-office-message .c-sub-sectionTitle__eng {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-voiceCard {
  position: relative;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  width: 100%;
  max-width: 362px;
  max-width: 22.625rem;
  height: auto;
}

.c-voiceCard::before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #75C9E9;
  width: 13.8194444444vw;
  height: 14.0972222222vw;
  content: '';
}

.c-voiceCard__image {
  position: absolute;
  top: 1.0680555556vw;
  left: 1.0444444444vw;
  z-index: 2;
  border-radius: 50%;
  width: 11.7013888889vw;
  height: 11.9611111111vw;
  overflow: hidden;
}

.c-voiceCard__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-voiceCard__block {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
  border-radius: 1.25rem;
  background-color: #75C9E9;
  padding: 1.25vw 17px 18px;
  padding: 1.25vw 1.0625rem 1.125rem;
  width: 100%;
  max-width: 338px;
  max-width: 21.125rem;
  height: 100%;
}

.c-voiceCard__head {
  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: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  height: auto;
  min-height: 6.5277777778vw;
}

.c-voiceCard__head-profile {
  gap: 4px;
  gap: .25rem;
  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;
  width: 100%;
  max-width: 146px;
  max-width: 9.125rem;
  color: #FFF;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  text-align: left;
}

.c-voiceCard__head-profile p {
  line-height: 1.2;
}

.c-voiceCard__body {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.3888888889vw;
  border-radius: 1.25rem;
  background-color: #FFF;
  padding: 3.2638888889vw 26px 36px;
  padding: 3.2638888889vw 1.625rem 2.25rem;
  width: 100%;
  height: 100%;
}

.c-voiceCard__body::before {
  position: absolute;
  right: 10.43px;
  right: .651875rem;
  bottom: 13px;
  bottom: .8125rem;
  background-image: url(../img/common/icon_arrow_circle-blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23.48px;
  width: 1.4675rem;
  height: 24px;
  height: 1.5rem;
  content: '';
}

.c-voiceCard__title {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  overflow: hidden;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.24;
}

.c-voiceCard__title span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.c-voiceCard__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 7px;
  margin-top: .4375rem;
  width: 100%;
  max-width: 232px;
  max-width: 14.5rem;
  min-height: 2lh;
  overflow: hidden;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-archive-blog__title {
  text-align: center;
}

.l-container.p-archive-blog__inner {
  max-width: 1210px;
  max-width: 75.625rem;
}

.p-archive-blog__items {
  gap: 5vw 1.3888888889vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 118px;
  margin-top: 7.375rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-archive-voice__title {
  text-align: center;
}

.l-container.p-archive-voice__inner {
  max-width: 1210px;
  max-width: 75.625rem;
}

.p-archive-voice__items {
  gap: 5vw 1.3888888889vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 118px;
  margin-top: 7.375rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-archivePagination {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.p-archivePagination .nav-links {
  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;
}

.p-archivePagination .page-numbers {
  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;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 5px 12px 8px;
  padding: .3125rem .75rem .5rem;
  width: 42px;
  width: 2.625rem;
  height: 100%;
}

.p-archivePagination .current {
  border: 2px solid #2450A8;
  background-color: #2450A8;
  color: #FFF;
}

.p-archivePagination .current:hover {
  cursor: default;
  pointer-events: none;
}

.p-archivePagination .prev {
  margin-right: 6px;
  margin-right: .375rem;
  padding: 4px 12px;
  padding: .25rem .75rem;
}

.p-archivePagination .next {
  margin-left: 6px;
  margin-left: .375rem;
}

.p-blogSidebar {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-blogSidebar__inner {
  gap: 18px;
  gap: 1.125rem;
  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-blogSidebar__box {
  border: 2px solid #DBDBDB;
  border-radius: .5rem;
  overflow: hidden;
}

.p-blogSidebar__box-title {
  background-color: #DBDBDB;
  padding: 16px 10px;
  padding: 1rem .625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-blogSidebar__box-list {
  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;
  background-color: #FFF;
  color: #333;
  list-style: none;
}

.p-blogSidebar__box-list li.cat-item-none {
  display: none;
}

.p-blogSidebar__box-list li {
  width: 100%;
}

.p-blogSidebar__box-list li:not(:first-child) {
  border-top: 2px solid #DBDBDB;
}

.p-blogSidebar__box-list li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 14px 10px;
  padding: .875rem .625rem;
  width: 100%;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.6;
}

.p-blogSidebar__box-list a:hover {
  color: rgba(51, 51, 51, .5);
}

.p-blogSidebar__box-list .p-blogSidebar__box-list-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-blogSidebar__box-list li a .p-blogSidebar__box-list-count {
  display: inline-block;
}

.p-contact {
  position: relative;
  padding-top: 145px;
  padding-top: 9.0625rem;
  padding-bottom: 93px;
  padding-bottom: 5.8125rem;
  overflow: hidden;
}

.p-contact::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/common/bg_contact_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 948px;
  width: 59.25rem;
  height: 949px;
  height: 59.3125rem;
  content: '';
}

.p-contact__wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-contact__sectionTitle {
  display: inline-block;
  position: relative;
}

.p-contact__sectionTitle::before {
  aspect-ratio: 147.64/175.06;
  position: absolute;
  top: -75px;
  top: -4.6875rem;
  left: -178.98px;
  left: -11.18625rem;
  background-image: url(../img/common/deco_contact_left_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 147.64px;
  width: 9.2275rem;
  content: '';
}

.p-contact__sectionTitle::after {
  aspect-ratio: 160.85/160.49;
  position: absolute;
  top: -65.86px;
  top: -4.11625rem;
  right: -186px;
  right: -11.625rem;
  background-image: url(../img/common/deco_contact_right_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160.85px;
  width: 10.053125rem;
  content: '';
}

.p-contact__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.59;
}

.p-contact__tel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 29px;
  margin-top: 1.8125rem;
  margin-left: -2.7em;
  padding-left: 77.48px;
  padding-left: 4.8425rem;
}

.p-contact__tel::before {
  position: absolute;
  top: 2px;
  top: .125rem;
  left: 0;
  background-image: url(../img/common/icon_tel_blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  width: 4.0625rem;
  height: 65px;
  height: 4.0625rem;
  content: '';
}

.p-contact__tel-number {
  color: #2450A8;
  font-family: 'Lato', sans-serif;
  font-size: 46.3px;
  font-size: 2.89375rem;
  font-weight: 800;
  letter-spacing: -.015em;
}

.p-contact__tel-time {
  margin-top: 2px;
  margin-top: .125rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: -.015em;
}

.p-contact__button {
  margin-top: 38.16px;
  margin-top: 2.385rem;
}

.p-drawer__button {
  display: inline-block;
  position: relative;
  z-index: 41;
  cursor: pointer;
  padding: 10px;
  padding: .625rem;
}

.p-drawer__bars {
  display: inline-block;
  vertical-align: bottom;
  width: 25px;
}

.p-drawer__bar {
  display: block;
  -webkit-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  margin-top: 5px;
  background: #2450A8;
  width: 100%;
  height: 2.5px;
}

.p-drawer__bar:first-child {
  margin-top: 0;
}

.is-opened .p-drawer__bar:nth-child(2) {
  background: transparent;
}

.is-opened .p-drawer__bar:first-child {
  -webkit-transform: translateY(7.5px) rotate(45deg);
  transform: translateY(7.5px) rotate(45deg);
  width: 100%;
}

.is-opened .p-drawer__bar:last-child {
  -webkit-transform: translateY(-7.5px) rotate(-45deg);
  transform: translateY(-7.5px) rotate(-45deg);
  width: 100%;
}

.p-drawer__bg {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.p-drawer__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  z-index: 40;
  -webkit-transition: -webkit-transform .4s ease 0s;
  transition: -webkit-transform .4s ease 0s;
  transition: transform .4s ease 0s;
  transition: transform .4s ease 0s, -webkit-transform .4s ease 0s;
  background: #FFF;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}

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

.p-drawer__wrap {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(2.5rem, rgba(0, 0, 0, .05)), color-stop(4.375rem, rgba(0, 0, 0, .15)), color-stop(5.625rem, rgba(0, 0, 0, .3)), color-stop(6.25rem, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .05) 2.5rem, rgba(0, 0, 0, .15) 4.375rem, rgba(0, 0, 0, .3) 5.625rem, black 6.25rem);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(2.5rem, rgba(0, 0, 0, .05)), color-stop(4.375rem, rgba(0, 0, 0, .15)), color-stop(5.625rem, rgba(0, 0, 0, .3)), color-stop(6.25rem, black));
  mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .05) 2.5rem, rgba(0, 0, 0, .15) 4.375rem, rgba(0, 0, 0, .3) 5.625rem, black 6.25rem);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: scroll;
}

.p-drawer__inner {
  padding-top: calc(var(--header-height, 68px) + 1.875rem);
  padding-right: 25px;
  padding-bottom: calc(var(--header-height, 68px) + 6.25rem);
  padding-left: 25px;
  width: 100%;
}

.p-drawer__list {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 80%;
  max-width: 500px;
  max-width: 31.25rem;
}

.p-drawer__list-item {
  width: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
}

.p-drawer__list-item-link {
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-bottom: 1.5px solid #2450A8;
  padding: 20px 30px 20px 20px;
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
}

.p-drawer__list-item:first-child .p-drawer__list-item-link {
  border-top: 1.5px solid #2450A8;
}

.p-drawer__list-item-link::before {
  position: absolute;
  top: 50%;
  right: 8px;
  right: .5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_arrow_circle-blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  content: '';
}

.p-drawer__telWrap {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.p-drawer__tel {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 49px;
  padding-left: 3.0625rem;
  white-space: nowrap;
}

.p-drawer__tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_tel_blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  content: '';
}

.p-drawer__tel-number {
  color: #2450A8;
  font-family: 'Lato', sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 800;
  letter-spacing: -.015em;
}

.p-drawer__tel-time {
  margin-top: 2px;
  margin-top: .125rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: -.015em;
}

.p-drawer__contact {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.p-footer {
  background-color: #2450A8;
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  color: #FFF;
  text-align: center;
}

.p-footer__companyLogo {
  max-width: 275px;
  max-width: 17.1875rem;
}

.p-footer__navWrap {
  margin-top: 37.42px;
  margin-top: 2.33875rem;
}

.p-footer__navItems {
  gap: 1em;
  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;
}

.p-footer__navItem {
  white-space: nowrap;
}

.p-footer__navItem-link {
  padding-block: 8px;
  padding-block: .5rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

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

.p-footer__privacy-link {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 8px;
  padding: .5rem;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
}

.p-footer__banner {
  margin-inline: auto;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 22px;
  margin-top: 1.375rem;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
}

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

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

.p-footer__copyright-text {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 700;
}

.p-header-pcNav__items {
  gap: 1.3888888889vw;
  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: 100%;
  height: inherit;
}

.p-header-pcNav__item {
  white-space: nowrap;
}

.p-header-pcNav__item-link {
  padding-block: 10px;
  padding-block: .625rem;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #2450A8;
  font-size: 1.1111111111vw;
  font-weight: 900;
}

.p-header-pcNav__item-link.is-current::before {
  position: absolute;
  top: -3px;
  top: -.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #75C9E9;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.p-header-pcTel__wrap {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 3.4027777778vw;
  white-space: nowrap;
}

.p-header-pcTel__wrap::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_tel_blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  content: '';
}

.p-header-pcTel__number {
  color: #2450A8;
  font-family: 'Lato', sans-serif;
  font-size: 1.875vw;
  font-weight: 800;
  letter-spacing: -.015em;
}

.p-header-pcTel__time {
  margin-top: 2px;
  margin-top: .125rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: -.015em;
}

.p-header {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #FFF;
  width: 100%;
  height: 92px;
}

.p-header__inner {
  padding-right: 28px;
  padding-right: 1.75rem;
  padding-left: 26px;
  padding-left: 1.625rem;
  width: 100%;
  height: inherit;
}

.p-header__contents {
  gap: 20px;
  gap: 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: inherit;
}

.p-header__companyLogo {
  z-index: 41;
  width: 100%;
  max-width: 19.0972222222vw;
}

.p-header__pcNav {
  height: inherit;
}

.p-header__pcTel {
  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: inherit;
}

.p-header__drawer {
  z-index: 40;
  margin-left: auto;
}

.p-iconLinkContents {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 20px 45px 9.7222222222vw;
  padding: 1.5625rem 1.25rem 2.8125rem 9.7222222222vw;
  min-height: 337px;
  min-height: 21.0625rem;
}

.p-iconLinkContents[data-name=simulation] {
  background-image: url(../img/top/bg_simulation_01.png);
}

.p-iconLinkContents[data-name=checkup] {
  background-image: url(../img/top/bg_checkup_01.png);
}

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

.p-iconLinkContents[data-name=checkup] .p-iconLinkContents__textBlock {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-iconLinkContents__text {
  margin-top: 4px;
  margin-top: .25rem;
  color: #FFF;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-iconLinkContents__button {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.p-iconLinkContents[data-name=checkup] .p-iconLinkContents__button {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-iconLinkContents__image {
  position: absolute;
  width: 100%;
}

.p-iconLinkContents[data-name=simulation] .p-iconLinkContents__image {
  top: 53%;
  right: 8.8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 279px;
  max-width: 17.4375rem;
}

.p-iconLinkContents[data-name=checkup] .p-iconLinkContents__image {
  top: 49.7%;
  right: 12.3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 220px;
  max-width: 13.75rem;
}

.p-iconLinkContents__image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-improvementItem {
  border-radius: 1.25rem;
  background-color: #FFF;
  padding: 50px 50px 39px;
  padding: 3.125rem 3.125rem 2.4375rem;
}

.p-improvementItem[data-name='2'] {
  padding: 50px 50px 59px;
  padding: 3.125rem 3.125rem 3.6875rem;
}

.p-improvementItem[data-name='3'] {
  padding: 50px 50px 70px;
  padding: 3.125rem 3.125rem 4.375rem;
}

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

.p-improvementItem__titleBlock img {
  width: 100%;
  max-width: 158.51px;
  max-width: 9.906875rem;
}

.p-improvementItem__title {
  margin-top: 2.95px;
  margin-top: .184375rem;
  margin-left: -.3em;
  color: #2450A8;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1.24;
}

.p-improvementItem__item1-graph {
  margin-top: 27px;
  margin-top: 1.6875rem;
  width: 100%;
}

.p-improvementItem__item1-graph img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-improvementItem__item1-bottomText {
  gap: 3px;
  gap: .1875rem;
  margin-inline: auto;
  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;
  margin-top: 6px;
  margin-top: .375rem;
  width: 100%;
  max-width: 730px;
  max-width: 45.625rem;
}

.p-improvementItem__item1-bottomText-icon {
  margin-top: 2px;
  margin-top: .125rem;
  width: 100%;
  max-width: 101px;
  max-width: 6.3125rem;
}

.p-improvementItem__item1-bottomText-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-improvementItem__item1-bottomText-textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-improvementItem__item1-bottomText-mainText {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.24;
}

.p-improvementItem__item1-bottomText-exampleText {
  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: 11px;
  margin-top: .6875rem;
  border: 2px solid #75C9E9;
  border-radius: .5rem;
  overflow: hidden;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-improvementItem__item1-bottomText-exampleText-label {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #E6F3F9;
  padding: 5px 10px;
  padding: .3125rem .625rem;
}

.p-improvementItem__item1-bottomText-exampleText-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px 6px;
  padding: .3125rem .375rem;
}

.p-improvementItem__item2-topContents {
  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: 27px;
  margin-top: 1.6875rem;
  border-radius: 1.25rem;
  background-color: #E6F3F9;
  padding: 40px 2.9166666667vw 38px 3.75vw;
  padding: 2.5rem 2.9166666667vw 2.375rem 3.75vw;
}

.p-improvementItem__item2-topContents-textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-improvementItem__item2-topContents-textBlock-title {
  position: relative;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.24;
}

.p-improvementItem__item2-topContents-textBlock-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2450A8;
  width: 44px;
  width: 2.75rem;
  height: 2px;
  content: '';
}

.p-improvementItem__item2-topContents-textBlock-text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-improvementItem__item2-topContents-textBlock-text p:not(:first-child) {
  margin-top: 12px;
  margin-top: .75rem;
}

.p-improvementItem__item2-topContents-image {
  width: 100%;
  max-width: 290px;
  max-width: 18.125rem;
}

.p-improvementItem__item2-topContents-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-improvementItem__item2-middleContents {
  margin-top: 10px;
  margin-top: .625rem;
  border: 3px solid #E6F3F9;
  border-radius: 1.25rem;
  padding: 41px 61px 38px 51px;
  padding: 2.5625rem 3.8125rem 2.375rem 3.1875rem;
}

.p-improvementItem__item2-middleContents-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-improvementItem__item2-middleContents-chart {
  margin-inline: auto;
  margin-top: 45.4px;
  margin-top: 2.8375rem;
  width: 92.6%;
}

.p-improvementItem__item2-middleContents-chart img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-improvementItem__item2-middleContents-head {
  margin-inline: auto;
  margin-top: 36px;
  margin-top: 2.25rem;
  border-radius: 3.125rem;
  background-color: #2450A8;
  padding: 9px 24px 10px;
  padding: .5625rem 1.5rem .625rem;
  width: 100%;
  max-width: 438px;
  max-width: 27.375rem;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.p-improvementItem__item2-middleContents-items {
  gap: 2.1402777778vw;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-improvementItem__item2-middleContents-item {
  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;
}

.p-improvementItem__item2-middleContents-item-head {
  margin-inline: auto;
  border-radius: 3.125rem;
  background-color: #75C9E9;
  padding: 3px 10px 5px;
  padding: .1875rem .625rem .3125rem;
  width: 100%;
  max-width: 220px;
  max-width: 13.75rem;
  color: #FFF;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-improvementItem__item2-middleContents-item-logos {
  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;
  -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-left: -12px;
  margin-left: -.75rem;
  min-height: 93px;
  min-height: 5.8125rem;
}

.p-improvementItem__item2-middleContents-item-logos--min {
  gap: 8px;
  gap: .5rem;
}

.p-improvementItem__item2-middleContents-item-logo {
  width: 100%;
}

.p-improvementItem__item2-middleContents-item-logo[data-name=touchontime] {
  max-width: 130.19px;
  max-width: 8.136875rem;
}

.p-improvementItem__item2-middleContents-item-logo[data-name=kingoftime] {
  max-width: 122px;
  max-width: 7.625rem;
}

.p-improvementItem__item2-middleContents-item-logo[data-name=officestation] {
  max-width: 174.49px;
  max-width: 10.905625rem;
}

.p-improvementItem__item2-middleContents-item-logo[data-name=moneyforward] {
  max-width: 182.52px;
  max-width: 11.4075rem;
}

.p-improvementItem__item2-middleContents-item-logo[data-name=freee] {
  max-width: 82.55px;
  max-width: 5.159375rem;
}

.p-improvementItem__item2-middleContents-item-checkList {
  margin-top: 3px;
  margin-top: .1875rem;
  border-radius: .8175rem;
  background-color: #E6F3F9;
  padding: 12.14px 15.88px 16.19px;
  padding: .75875rem .9925rem 1.011875rem;
}

.p-improvementItem__item2-middleContents-item-checkList-items {
  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;
  width: 100%;
}

.p-improvementItem__item2-middleContents-item-checkList-item {
  position: relative;
  padding-left: 1.65em;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-improvementItem__item2-middleContents-item-checkList-item::before {
  position: absolute;
  top: .6lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_check_circle-black_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14.94px;
  width: .93375rem;
  height: 14.94px;
  height: .93375rem;
  content: '';
}

.p-improvementItem__item2-bottomContents {
  position: relative;
  margin-top: 27px;
  margin-top: 1.6875rem;
  border: 3px solid #E6F3F9;
  border-radius: 1.25rem;
  padding: 48px 27px 35px;
  padding: 3rem 1.6875rem 2.1875rem;
}

.p-improvementItem__item2-bottomContents-logos {
  gap: 8.17px;
  gap: .510625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 22.3px;
  top: 1.39375rem;
  right: 18px;
  right: 1.125rem;
  -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;
}

.p-improvementItem__item2-bottomContents-logo {
  width: 100%;
}

.p-improvementItem__item2-bottomContents-logo[data-name=moneyforward] {
  max-width: 192px;
  max-width: 12rem;
}

.p-improvementItem__item2-bottomContents-logo[data-name=moneyforward-gold] {
  max-width: 101.39px;
  max-width: 6.336875rem;
}

.p-improvementItem__item2-bottomContents-logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-improvementItem__item2-bottomContents-textBlock {
  text-align: center;
}

.p-improvementItem__item2-bottomContents-textBlock-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.24;
}

.p-improvementItem__item2-bottomContents-textBlock-text {
  margin-top: 14px;
  margin-top: .875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-improvementItem__item2-bottomContents-process {
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
}

.p-improvementItem__item2-bottomContents-process img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-improvementItem__item2-bottomContents-bottomText {
  margin-top: 9px;
  margin-top: .5625rem;
  text-align: center;
}

.p-improvementItem__item2-bottomContents-bottomText-mainText {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}

.p-improvementItem__item2-bottomContents-bottomText-subText {
  margin-top: 2px;
  margin-top: .125rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-improvementItem__item3-contents {
  margin-top: 20px;
  margin-top: 1.25rem;
  border-radius: 1.25rem;
  background-color: #E6F3F9;
  padding: 52px 45px 47px 47px;
  padding: 3.25rem 2.8125rem 2.9375rem 2.9375rem;
}

.p-improvementItem__item3-contents-textBlock {
  text-align: center;
}

.p-improvementItem__item3-contents-textBlock-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.24;
}

.p-improvementItem__item3-contents-textBlock-text {
  margin-top: 14px;
  margin-top: .875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-improvementItem__item3-contents-items {
  gap: 36px 26.96px;
  gap: 2.25rem 1.685rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 48.99px;
  margin-top: 3.061875rem;
}

.p-improvementItem__item3-contents-item {
  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-improvementItem__item3-contents-item[data-number='3'] {
  margin-left: -4px;
  margin-left: -.25rem;
}

.p-improvementItem__item3-contents-item[data-number='4'] {
  margin-left: 4px;
  margin-left: .25rem;
}

.p-improvementItem__item3-contents-item-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.24;
}

.p-improvementItem__item3-contents-item-text {
  margin-top: 11px;
  margin-top: .6875rem;
  max-width: 230px;
  max-width: 14.375rem;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-improvementItem__item3-contents-item[data-number='1'] .p-improvementItem__item3-contents-item-icon img {
  margin-right: 14.64px;
  margin-right: .915rem;
  max-width: 71.32px;
  max-width: 4.4575rem;
}

.p-improvementItem__item3-contents-item[data-number='2'] .p-improvementItem__item3-contents-item-icon img {
  margin-top: 4.27px;
  margin-top: .266875rem;
  margin-right: 14.78px;
  margin-right: .92375rem;
  max-width: 62.22px;
  max-width: 3.88875rem;
}

.p-improvementItem__item3-contents-item[data-number='3'] .p-improvementItem__item3-contents-item-icon img {
  margin-top: 22.66px;
  margin-top: 1.41625rem;
  margin-right: 14.43px;
  margin-right: .901875rem;
  max-width: 75.6px;
  max-width: 4.725rem;
}

.p-improvementItem__item3-contents-item[data-number='4'] .p-improvementItem__item3-contents-item-icon img {
  margin-top: 13px;
  margin-top: .8125rem;
  margin-right: 6.11px;
  margin-right: .381875rem;
  max-width: 64.92px;
  max-width: 4.0575rem;
}

.p-improvementItem__item3-contents-item-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-about-improvement {
  margin-top: 48px;
  margin-top: 3rem;
  border-radius: 1.25rem;
  background-color: #F3F3F3;
  padding: 57px 69px 72px 68px;
  padding: 3.5625rem 4.3125rem 4.5rem 4.25rem;
}

.p-page-about-improvement__links {
  gap: 13px;
  gap: .8125rem;
  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: 57px;
  margin-top: 3.5625rem;
}

.p-page-about-improvement__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -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-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: 3px solid #75C9E9;
  border-radius: 1.25rem;
  background-color: #FFF;
  padding: 45px 10px 62.53px 11px;
  padding: 2.8125rem .625rem 3.908125rem .6875rem;
}

.p-page-about-improvement__link::before {
  aspect-ratio: 158.5/45.05;
  position: absolute;
  top: -17px;
  top: -1.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 158.5px;
  width: 9.90625rem;
  content: '';
}

.p-page-about-improvement__link[data-number='1']::before {
  background-image: url(../img/about/deco_about-improvement_item1-number_01.png);
}

.p-page-about-improvement__link[data-number='2']::before {
  background-image: url(../img/about/deco_about-improvement_item2-number_01.png);
}

.p-page-about-improvement__link[data-number='3']::before {
  background-image: url(../img/about/deco_about-improvement_item3-number_01.png);
}

.p-page-about-improvement__link::after {
  aspect-ratio: 23.48/24;
  position: absolute;
  bottom: 22.52px;
  bottom: 1.4075rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url(../img/common/icon_arrow_circle-blue_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23.48px;
  width: 1.4675rem;
  content: '';
}

.p-page-about-improvement__link-title {
  color: #2450A8;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.24;
  text-align: center;
}

.p-page-about-improvement__link-text {
  margin-top: 15px;
  margin-top: .9375rem;
  width: 100%;
  max-width: 214px;
  max-width: 13.375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-page-about-improvement__link-icon {
  margin-top: 22.85px;
  margin-top: 1.428125rem;
  width: 100%;
}

.p-page-about-improvement__link[data-number='1'] .p-page-about-improvement__link-icon {
  max-width: 183.51px;
  max-width: 11.469375rem;
}

.p-page-about-improvement__link[data-number='2'] .p-page-about-improvement__link-icon {
  max-width: 271px;
  max-width: 16.9375rem;
}

.p-page-about-improvement__link[data-number='3'] .p-page-about-improvement__link-icon {
  max-width: 219.53px;
  max-width: 13.720625rem;
}

.p-page-about-improvement__link-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-about-improvement__items {
  gap: 20px;
  gap: 1.25rem;
  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: 58px;
  margin-top: 3.625rem;
}

.p-page-about-strength__title {
  text-align: center;
}

.p-page-about-strength__items {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-page-about-teamSupport {
  position: relative;
  z-index: 1;
  margin-top: 59px;
  margin-top: 3.6875rem;
  border-radius: 1.25rem;
  background-color: #E6F3F9;
  padding: 60px 20px 69px 34px;
  padding: 3.75rem 1.25rem 4.3125rem 2.125rem;
}

.p-page-about-teamSupport__title {
  text-align: center;
}

.p-page-about-teamSupport__wrap {
  gap: 40px;
  gap: 2.5rem;
  margin-inline: auto;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 838px;
  max-width: 52.375rem;
}

.p-page-about-teamSupport__textBlock {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 4px;
  margin-top: .25rem;
}

.p-page-about-teamSupport__text {
  display: block;
  width: 100%;
  max-width: 372.6px;
  max-width: 23.2875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}

.p-page-about-teamSupport__text-labels {
  gap: 3.58px;
  gap: .22375rem;
  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;
  margin-top: 5px;
  margin-top: .3125rem;
}

.p-page-about-teamSupport__text-label {
  display: inline-block;
  border-radius: .249375rem;
  background-color: #2450A8;
  padding: .97px 9.29px 2.77px 8.97px;
  padding: .97px .580625rem .173125rem .560625rem;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-page-about-teamSupport__logos {
  gap: 4px;
  gap: .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;
  margin-top: 11.4px;
  margin-top: .7125rem;
}

.p-page-about-teamSupport__logo {
  width: 100%;
}

.p-page-about-teamSupport__logo[data-name=chatwork] {
  max-width: 115px;
  max-width: 7.1875rem;
}

.p-page-about-teamSupport__logo[data-name=slack] {
  max-width: 192px;
  max-width: 12rem;
}

.p-page-about-teamSupport__logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-about-teamSupport__flow {
  position: relative;
}

.p-page-about-teamSupport__pointLists {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 172px;
  top: 10.75rem;
  left: -58px;
  left: -3.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-page-about-teamSupport__pointList {
  position: relative;
  border: 4px solid #FFF;
  border-radius: .375rem;
  padding: 4.1px 8px 5.1px 20px;
  padding: .25625rem .5rem .31875rem 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
}

.p-page-about-teamSupport__pointList::before {
  aspect-ratio: 24/37;
  position: absolute;
  top: 50%;
  left: -10px;
  left: -.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_point_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  width: 1.5rem;
  content: '';
}

.p-page-about-teamSupport__flow-image {
  width: 100%;
  max-width: 387px;
  max-width: 24.1875rem;
}

.p-page-about-teamSupport__flow-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-about-teamSupport__pointBlock {
  gap: 32px;
  gap: 2rem;
  margin-inline: auto;
  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;
  margin-top: 43px;
  margin-top: 2.6875rem;
  border-radius: 1.25rem;
  background-color: #FFF;
  padding: 26px 48px 30px 27px;
  padding: 1.625rem 3rem 1.875rem 1.6875rem;
  width: 100%;
  max-width: 840px;
  max-width: 52.5rem;
}

.p-page-about-teamSupport__pointBlock-icon {
  margin-top: 5px;
  margin-top: .3125rem;
  width: 100%;
  max-width: 128px;
  max-width: 8rem;
}

.p-page-about-teamSupport__pointBlock-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-about-teamSupport__pointBlock-textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-page-about-teamSupport__pointBlock-textBlock-title {
  border-bottom: 3px solid #75C9E9;
  padding-bottom: 10px;
  padding-bottom: .625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
}

.p-page-about-teamSupport__pointBlock-textBlock-title-text {
  margin-left: -.5em;
}

.p-page-about-teamSupport__pointBlock-textBlock-text {
  margin-top: 11px;
  margin-top: .6875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-page-about {
  position: relative;
  z-index: 1;
  margin-top: 63px;
  margin-top: 3.9375rem;
  overflow-x: clip;
}

.l-container.p-page-about__inner {
  position: relative;
  padding-right: 35px;
  padding-right: 2.1875rem;
  max-width: 1170px;
  max-width: 73.125rem;
}

.p-page-about__verticalTextWrap {
  position: absolute;
  top: -60px;
  top: -3.75rem;
  left: calc(50% - min(50vw, 61.25rem));
  width: 100%;
  max-width: 262px;
  max-width: 16.375rem;
}

.p-page-about__decoText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 262px;
  max-width: 16.375rem;
}

.p-page-about__verticalTitle {
  -ms-writing-mode: tb-rl;
  position: absolute;
  top: 82px;
  top: 5.125rem;
  right: 54px;
  right: 3.375rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: 1.13;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.p-page-about__sectionWrap {
  margin-left: auto;
  max-width: 977px;
  max-width: 61.0625rem;
}

.l-container.p-page-contact__inner {
  max-width: 976px;
  max-width: 61rem;
}

.p-page-contact__form {
  margin-top: 106px;
  margin-top: 6.625rem;
}

.p-page-office-companyProfile {
  margin-top: 77px;
  margin-top: 4.8125rem;
}

.p-page-office-companyProfile__bgContent {
  border-radius: 1.25rem;
  background-color: #EBF8FC;
  padding: 61px 87.5px 86px 78px;
  padding: 3.8125rem 5.46875rem 5.375rem 4.875rem;
  overflow: hidden;
}

.p-page-office-companyProfile__title {
  margin-left: .5em;
  text-align: center;
}

.p-page-office-companyProfile__wrap {
  gap: 37px;
  gap: 2.3125rem;
  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: 53px;
  margin-top: 3.3125rem;
}

.p-page-office-companyProfile__image {
  aspect-ratio: 440/402;
  width: 100%;
  max-width: 440px;
  max-width: 27.5rem;
  overflow: hidden;
}

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

.p-page-office-companyProfile__listItems {
  gap: 16px;
  gap: 1rem;
  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: 457.5px;
  max-width: 28.59375rem;
}

.p-page-office-companyProfile__listItem {
  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-bottom: 2px solid #EBEBEB;
  padding-bottom: 18.6px;
  padding-bottom: 1.1625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-page-office-companyProfile__listItem-title {
  position: relative;
  margin-right: 8px;
  margin-right: .5rem;
  padding-left: 1.4em;
  width: 100%;
  max-width: 152px;
  max-width: 9.5rem;
}

.p-page-office-companyProfile__listItem-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #75C9E9;
  width: 1em;
  height: 1em;
  content: '';
}

.p-page-office-companyProfile__listItem-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-page-office-message {
  margin-top: 64px;
  margin-top: 4rem;
}

.l-container.p-page-office-message__inner {
  max-width: 997px;
  max-width: 62.3125rem;
}

.p-page-office-message__bgContent {
  border-radius: 1.25rem;
  background-color: #F3F3F3;
  padding: 62px 56px 76px 60px;
  padding: 3.875rem 3.5rem 4.75rem 3.75rem;
  overflow: hidden;
}

.p-page-office-message__title {
  text-align: center;
}

.p-page-office-message__textBlocks {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.p-page-office-message__textBlock:not(:first-child) {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-page-office-message__textBlock-title {
  color: #2450A8;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-page-office-message__textBlock-title span {
  position: relative;
  padding-left: 16.18px;
  padding-left: 1.01125rem;
}

.p-page-office-message__textBlock-title span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #75C9E9;
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  content: '';
}

.p-page-office-message__textBlock-text {
  margin-top: 7px;
  margin-top: .4375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.626;
}

.p-page-office-origin {
  margin-top: 62px;
  margin-top: 3.875rem;
}

.p-page-office-origin__title {
  text-align: center;
}

.p-page-office-origin__content {
  margin-top: 42px;
  margin-top: 2.625rem;
  border: 4px solid #EBEBEB;
  border-radius: .625rem;
  overflow: hidden;
}

.p-page-office-origin__content-head {
  background-color: #F7F7F7;
  padding: 38px 10px 36px;
  padding: 2.375rem .625rem 2.25rem;
}

.p-page-office-origin__content-head-logos {
  gap: 47px;
  gap: 2.9375rem;
  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-page-office-origin__content-head-logo {
  width: 100%;
}

.p-page-office-origin__content-head-logo--eng {
  max-width: 250px;
  max-width: 15.625rem;
}

.p-page-office-origin__content-head-logo--ja {
  max-width: 338px;
  max-width: 21.125rem;
}

.p-page-office-origin__content-head-logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-office-origin__content-body {
  padding: 50px 6.5972222222vw 73px 7.5694444444vw;
  padding: 3.125rem 6.5972222222vw 4.5625rem 7.5694444444vw;
}

.p-page-office-origin__content-body-items {
  gap: 26px;
  gap: 1.625rem;
  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-page-office-origin__content-body-item {
  gap: 26px;
  gap: 1.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;
}

.p-page-office-origin__content-body-word {
  min-width: 62px;
  min-width: 3.875rem;
}

.p-page-office-origin__content-body-word img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-office-origin__content-body-word--in img {
  margin-right: 14px;
  margin-right: .875rem;
  max-width: 48px;
  max-width: 3rem;
}

.p-page-office-origin__content-body-word--prove img {
  max-width: 168px;
  max-width: 10.5rem;
}

.p-page-office-origin__content-body-line {
  margin-block: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #7C7C7C;
  height: 1px;
}

.p-page-office-origin__content-body-text {
  margin-top: 6px;
  margin-top: .375rem;
  padding-left: 6px;
  padding-left: .375rem;
  width: 100%;
  max-width: 551px;
  max-width: 34.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-page-office-origin__bottomText {
  margin-top: 22px;
  margin-top: 1.375rem;
  text-align: center;
}

.p-page-office-origin__bottomText-text {
  margin-left: -1.4em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-page-office-origin__bottomText-text-border {
  padding-bottom: 4.5px;
  padding-bottom: .28125rem;
}

.p-page-office-representative {
  margin-top: 81px;
  margin-top: 5.0625rem;
}

.p-page-office-representative__wrap {
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 937px;
  max-width: 58.5625rem;
}

.p-page-office-representative__image {
  aspect-ratio: 380/479;
  margin-top: 6px;
  margin-top: .375rem;
  width: 100%;
  max-width: 380px;
  max-width: 23.75rem;
  height: 100%;
  overflow: hidden;
}

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

.p-page-office-representative__textBlock {
  width: 100%;
  max-width: 568px;
  max-width: 35.5rem;
}

.p-page-office-representative__textBlock-inner {
  padding-left: 39px;
  padding-left: 2.4375rem;
}

.p-page-office-representative__profile {
  border-bottom: 3px solid #75C9E9;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}

.p-page-office-representative__name {
  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-page-office-representative__name-ja {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-page-office-representative__name-eng {
  margin-left: 3px;
  margin-left: .1875rem;
  color: #75C9E9;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.p-page-office-representative__position {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-page-office-representative__text {
  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: 29px;
  margin-top: 1.8125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-page-office-support {
  margin-top: 131px;
  margin-top: 8.1875rem;
}

.p-page-office-support__title {
  margin-left: 1.5em;
  text-align: center;
}

.p-page-office-support__items {
  gap: 114px;
  gap: 7.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.p-page-office-support__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-page-office-support__item-title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-page-office-support__item-title-text {
  display: inline-block;
  border-radius: 3.125rem;
  background-color: #75C9E9;
  padding: 2px 10px 5.64px;
  padding: .125rem .625rem .3525rem;
  min-width: 228.49px;
  min-width: 14.280625rem;
  color: #FFF;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 1.5;
}

.p-page-office-support__item--hr .p-page-office-support__item-title-text {
  background-color: #0090D5;
}

.p-page-office-support__item-body {
  margin-top: -32px;
  margin-top: -2rem;
  border: 4px solid #75C9E9;
  border-radius: .625rem;
  height: 100%;
  overflow: hidden;
}

.p-page-office-support__item--hr .p-page-office-support__item-body {
  border: 4px solid #0090D5;
}

.p-page-office-support__item-body-head {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #E6F3F9;
  padding-top: 21px;
  padding-top: 1.3125rem;
  min-height: 133px;
  min-height: 8.3125rem;
  text-align: center;
}

.p-page-office-support__item--hr .p-page-office-support__item-body-head {
  background-color: #D6EDF6;
}

.p-page-office-support__item-body-head-text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-page-office-support__item-body-bottom {
  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;
  padding: 28px 10px 38px;
  padding: 1.75rem .625rem 2.375rem;
}

.p-page-office-support__item-body-logo {
  margin-left: -27px;
  margin-left: -1.6875rem;
  width: 100%;
  max-width: 338px;
  max-width: 21.125rem;
}

.p-page-office-support__item--hr .p-page-office-support__item-body-logo {
  margin-left: 0;
  max-width: 250px;
  max-width: 15.625rem;
}

.p-page-office-support__item-body-logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-office-support__item-body-listItems {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-left: -3em;
}

.p-page-office-support__item--hr .p-page-office-support__item-body-listItems {
  margin-top: 29px;
  margin-top: 1.8125rem;
  margin-left: 1.1em;
}

.p-page-office-support__item-body-listItem {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-page-office-support__item-body-listItem span {
  position: relative;
  padding-left: 1.4em;
}

.p-page-office-support__item-body-listItem span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #75C9E9;
  width: 1em;
  height: 1em;
  content: '';
}

.p-page-office-support__item--hr .p-page-office-support__item-body-listItem span::before {
  background-color: #0090D5;
}

.p-page-office-support__arrow {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 192.38px;
  max-width: 12.02375rem;
}

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

.l-container.p-page-privacyPolicy__inner {
  max-width: 960px;
  max-width: 60rem;
}

.p-page-privacyPolicy__contents {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-page-privacyPolicy__section:not(:first-child) {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-page-privacyPolicy__subSection:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-page-privacyPolicy__heading {
  border-bottom: 2px solid #2450A8;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  color: #2450A8;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.6;
}

.p-page-privacyPolicy__subHeading {
  color: #2450A8;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.6;
}

.p-page-privacyPolicy__list {
  margin-top: 16px;
  margin-top: 1rem;
  list-style: none;
}

.p-page-privacyPolicy__listItem:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-page-privacyPolicy__listHeading {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.7;
}

.p-page-privacyPolicy__text {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.7;
}

.p-page-privacyPolicy__text a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.p-page-privacyPolicy__text:not(:first-child) {
  margin-top: 8px;
  margin-top: .5rem;
}

.p-page-privacyPolicy__heading + .p-page-privacyPolicy__text {
  margin-top: 12px;
  margin-top: .75rem;
}

.p-page-privacyPolicy__listHeading + .p-page-privacyPolicy__text {
  margin-top: 4px;
  margin-top: .25rem;
}

.p-page-service {
  margin-top: 64px;
  margin-top: 4rem;
}

.l-container.p-page-service__inner {
  max-width: 1281px;
  max-width: 80.0625rem;
}

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

.p-page-service__serviceListItems {
  gap: 1.4041666667vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 54px;
  margin-top: 3.375rem;
}

.p-page-service__detailItems {
  gap: 20px;
  gap: 1.25rem;
  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: 110px;
  margin-top: 6.875rem;
}

.l-container.p-page-simulation__inner {
  max-width: 1256px;
  max-width: 78.5rem;
}

.p-page-simulation__contents {
  margin-top: 53px;
  margin-top: 3.3125rem;
  border-radius: 1.25rem;
  background-color: #EEF7FA;
  padding: 92px 40px 78px 50px;
  padding: 5.75rem 2.5rem 4.875rem 3.125rem;
}

.p-service-advisorTable {
  border-collapse: collapse;
  width: 100%;
  max-width: 920px;
  max-width: 57.5rem;
}

.p-service-advisorTable__tax {
  position: absolute;
  top: -16px;
  top: -1rem;
  right: 4px;
  right: .25rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.p-service-advisorTable__table {
  border-radius: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.p-service-advisorTable__row {
  display: grid;
  grid-template-columns: 1.2fr repeat(6, 1fr);
}

.p-service-advisorTable__row--head {
  position: relative;
}

.p-service-advisorTable__cell {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 6px 11px 2px;
  padding: .75rem .375rem .6875rem .125rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-service-advisorTable__cell-smallText {
  font-size: 13px;
  font-size: .8125rem;
}

.p-service-advisorTable__cell-puls {
  font-size: 15px;
  font-size: .9375rem;
}

.p-service-advisorTable__row--head .p-service-advisorTable__cell {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 18px 4px 17px 10px;
  padding: 1.125rem .25rem 1.0625rem .625rem;
  color: #FFF;
  font-weight: 900;
  line-height: 1;
}

.p-service-advisorTable__cell--head-left {
  grid-column: 1/2;
  background: initial;
}

.p-service-advisorTable__cell--head-month {
  grid-column: 2/6;
  border-radius: 1.25rem 0 0 0;
  background-color: #75C9E9;
}

.p-service-advisorTable__cell--head-year {
  grid-column: 6/8;
  border-left: 2px solid #EBEBEB;
  border-radius: 0 1.25rem 0 0;
  background-color: #2450A8;
}

.p-service-advisorTable__row--subHead .p-service-advisorTable__cell {
  background-color: #EBF8FC;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.p-service-advisorTable__row--subHead .p-service-advisorTable__cell:first-child {
  background-color: initial;
}

.p-service-advisorTable__row--subHead .p-service-advisorTable__cell:not(:first-child) {
  border-top: 2px solid #EBEBEB;
  border-left: 2px solid #EBEBEB;
}

.p-service-advisorTable__row--subHead .p-service-advisorTable__cell:last-child {
  border-right: 2px solid #EBEBEB;
}

.p-service-advisorTable__cell--left {
  background-color: #F7F7F7;
  padding: 18px 2px;
  padding: 1.125rem .125rem;
}

.p-service-advisorTable__row--firstDate .p-service-advisorTable__cell--left {
  border-radius: 1.25rem 0 0 0;
}

.p-service-advisorTable__row--firstDate .p-service-advisorTable__cell:not(:first-child) {
  border-top: 2px solid #EBEBEB;
  border-left: 2px solid #EBEBEB;
}

.p-service-advisorTable__row--firstDate .p-service-advisorTable__cell:last-child {
  border-right: 2px solid #EBEBEB;
}

.p-service-advisorTable__row--secondDate .p-service-advisorTable__cell--left {
  border-top: 2px solid #EBEBEB;
}

.p-service-advisorTable__row--secondDate .p-service-advisorTable__cell:not(:first-child) {
  border-top: 2px solid #EBEBEB;
  border-left: 2px solid #EBEBEB;
}

.p-service-advisorTable__row--secondDate .p-service-advisorTable__cell:last-child {
  border-right: 2px solid #EBEBEB;
}

.p-service-advisorTable__row--lastDate .p-service-advisorTable__cell--left {
  border-top: 2px solid #EBEBEB;
  border-radius: 0 0 0 1.25rem;
}

.p-service-advisorTable__row--lastDate .p-service-advisorTable__cell:not(:first-child) {
  border-top: 2px solid #EBEBEB;
  border-bottom: 2px solid #EBEBEB;
  border-left: 2px solid #EBEBEB;
}

.p-service-advisorTable__row--lastDate .p-service-advisorTable__cell:last-child {
  border-right: 2px solid #EBEBEB;
  border-radius: 0 0 1.25rem 0;
}

.p-service-advisorTable__leftHead {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 900;
}

.p-service-advisorTable__list {
  margin-top: 2px;
  margin-top: .125rem;
}

.p-service-advisorTable__list li {
  position: relative;
  padding-left: .8em;
  color: #0B9190;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5;
}

.p-service-advisorTable__list li::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: .55lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #0B9190;
  width: .5em;
  content: '';
}

.p-service-detailItem {
  border-radius: 1.25rem;
}

.p-service-detailItem[data-name=consultant] {
  background-color: #EBF8FC;
  padding: 57px 4.2361111111vw 71px 4.1666666667vw;
  padding: 3.5625rem 4.2361111111vw 4.4375rem 4.1666666667vw;
}

.p-service-detailItem[data-name=labor],
.p-service-detailItem[data-name=payroll] {
  background-color: #EBF3FF;
  padding: 57px 4.2361111111vw 62px 4.1666666667vw;
  padding: 3.5625rem 4.2361111111vw 3.875rem 4.1666666667vw;
}

.p-service-detailItem[data-name=environment],
.p-service-detailItem[data-name=rule] {
  background-color: #F3F0E7;
  padding: 57px 4.2361111111vw 79px 3.75vw;
  padding: 3.5625rem 4.2361111111vw 4.9375rem 3.75vw;
}

.p-service-detailItem__title {
  margin-left: .2em;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.p-service-detailItem__flex {
  gap: 4.8611111111vw;
  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;
  margin-top: 41px;
  margin-top: 2.5625rem;
}

.p-service-detailItem__monthlyWrap {
  gap: 45px;
  gap: 2.8125rem;
  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;
  width: 100%;
  max-width: 22.5vw;
}

.p-service-detailItem__monthly {
  width: 100%;
  max-width: 311px;
  max-width: 19.4375rem;
}

.p-service-detailItem__monthly-head {
  border-radius: 3.125rem;
  padding: 6px 10px 9px;
  padding: .375rem .625rem .5625rem;
  width: 100%;
  color: #FFF;
  font-size: 1.7361111111vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-service-detailItem[data-name=consultant] .p-service-detailItem__monthly-head {
  background-color: #75C9E9;
}

.p-service-detailItem[data-name=labor] .p-service-detailItem__monthly-head,
.p-service-detailItem[data-name=payroll] .p-service-detailItem__monthly-head {
  background-color: #2450A8;
}

.p-service-detailItem[data-name=environment] .p-service-detailItem__monthly-head {
  background-color: #BE9823;
}

.p-service-detailItem__monthly-price {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 3.8194444444vw;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.p-service-detailItem[data-name=labor] .p-service-detailItem__monthly-price {
  margin-left: .6em;
}

.p-service-detailItem[data-name=payroll] .p-service-detailItem__monthly-price {
  margin-left: .2em;
}

.p-service-detailItem__monthly-price-tax {
  margin-left: 4px;
  margin-left: .25rem;
  font-size: 1.1111111111vw;
}

.p-service-detailItem__monthly-price-name {
  margin-left: -4px;
  margin-left: -.25rem;
  font-size: 1.7361111111vw;
}

.p-service-detailItem__monthly-price-small {
  display: block;
  margin-top: 2px;
  margin-top: .125rem;
  margin-left: 2.2em;
  color: #2450A8;
  font-size: 1.3888888889vw;
}

.p-service-detailItem__monthly-table {
  margin-top: 25px;
  margin-top: 1.5625rem;
  border: 2px solid #EBEBEB;
  border-radius: 1rem;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
}

.p-service-detailItem__monthly-table td {
  border-top: none;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  border-left: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-service-detailItem__monthly-table td:last-child {
  border-right: none;
}

.p-service-detailItem__monthly-table tr:last-child td {
  border-bottom: none;
}

.p-service-detailItem__monthly-table .p-service-detailItem__monthly-table-left {
  background-color: #F7F7F7;
  padding: 14px 1.5972222222vw 15.5px;
  padding: .875rem 1.5972222222vw .96875rem;
  width: 40.6%;
}

.p-service-detailItem__monthly-table .p-service-detailItem__monthly-table-right {
  background-color: #FFF;
  padding: 11px 1.1111111111vw 15.5px;
  padding: .6875rem 1.1111111111vw .96875rem;
  width: 59.4%;
}

.p-service-detailItem__monthly-price-noteWrap {
  gap: 1lh;
  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: 2.0833333333vw;
  color: #BE9823;
}

.p-service-detailItem__monthly-price-note {
  margin-top: 8px;
  margin-top: .5rem;
  margin-left: .7em;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.p-service-detailItem__checkCards {
  gap: 1.3888888889vw;
  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;
  width: 100%;
  max-width: 720px;
  max-width: 45rem;
}

.p-service-detailItem__checkCard {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.25rem;
  background-color: #FFF;
}

.p-service-detailItem[data-name=consultant] .p-service-detailItem__checkCard {
  padding: 62px 2.2222222222vw 43px 1.9444444444vw;
  padding: 3.875rem 2.2222222222vw 2.6875rem 1.9444444444vw;
}

.p-service-detailItem[data-name=labor] .p-service-detailItem__checkCard {
  padding: 62px 1.1111111111vw 37px 1.3194444444vw;
  padding: 3.875rem 1.1111111111vw 2.3125rem 1.3194444444vw;
}

.p-service-detailItem[data-name=payroll] .p-service-detailItem__checkCard {
  padding: 62px 2.2222222222vw 58px 1.9444444444vw;
  padding: 3.875rem 2.2222222222vw 3.625rem 1.9444444444vw;
}

.p-service-detailItem[data-name=environment] .p-service-detailItem__checkCard {
  gap: 3.6805555556vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 55px 2.7777777778vw 54px 5.0694444444vw;
  padding: 3.4375rem 2.7777777778vw 3.375rem 5.0694444444vw;
}

.p-service-detailItem__checkCard-icon {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 106px;
  min-height: 6.625rem;
}

.p-service-detailItem[data-name=environment] .p-service-detailItem__checkCard-icon {
  max-width: 134px;
  max-width: 8.375rem;
  min-height: initial;
}

.p-service-detailItem__checkCard-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-service-detailItem[data-name=consultant] .p-service-detailItem__checkCard[data-number='1'] .p-service-detailItem__checkCard-icon img {
  max-width: 103px;
  max-width: 6.4375rem;
}

.p-service-detailItem[data-name=consultant] .p-service-detailItem__checkCard[data-number='2'] .p-service-detailItem__checkCard-icon img {
  max-width: 106px;
  max-width: 6.625rem;
}

.p-service-detailItem[data-name=labor] .p-service-detailItem__checkCard[data-number='1'] .p-service-detailItem__checkCard-icon img {
  max-width: 85px;
  max-width: 5.3125rem;
}

.p-service-detailItem[data-name=labor] .p-service-detailItem__checkCard[data-number='2'] .p-service-detailItem__checkCard-icon img {
  max-width: 100px;
  max-width: 6.25rem;
}

.p-service-detailItem[data-name=labor] .p-service-detailItem__checkCard[data-number='3'] .p-service-detailItem__checkCard-icon img {
  max-width: 84px;
  max-width: 5.25rem;
}

.p-service-detailItem[data-name=payroll] .p-service-detailItem__checkCard[data-number='1'] .p-service-detailItem__checkCard-icon img {
  margin-top: 13px;
  margin-top: .8125rem;
  margin-left: 10px;
  margin-left: .625rem;
  max-width: 85px;
  max-width: 5.3125rem;
}

.p-service-detailItem[data-name=payroll] .p-service-detailItem__checkCard[data-number='2'] .p-service-detailItem__checkCard-icon img {
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-left: -16px;
  margin-left: -1rem;
  max-width: 118px;
  max-width: 7.375rem;
}

.p-service-detailItem[data-name=environment] .p-service-detailItem__checkCard[data-number='1'] .p-service-detailItem__checkCard-icon img {
  max-width: 134px;
  max-width: 8.375rem;
}

.p-service-detailItem[data-name=environment] .p-service-detailItem__checkCard-body {
  width: 100%;
}

.p-service-detailItem__checkCard-title {
  margin-top: 57px;
  margin-top: 3.5625rem;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  width: 100%;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.24;
  text-align: center;
}

.p-service-detailItem[data-name=consultant] .p-service-detailItem__checkCard-title {
  border-bottom: 2px solid #8AC7E6;
}

.p-service-detailItem[data-name=labor] .p-service-detailItem__checkCard-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-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 36px;
  margin-top: 2.25rem;
  border-bottom: 2px solid #2450A8;
  padding-bottom: 14px;
  padding-bottom: .875rem;
  min-height: 76px;
  min-height: 4.75rem;
  font-size: 22px;
  font-size: 1.375rem;
}

.p-service-detailItem[data-name=payroll] .p-service-detailItem__checkCard-title {
  border-bottom: 2px solid #2450A8;
}

.p-service-detailItem[data-name=payroll] .p-service-detailItem__checkCard:last-child .p-service-detailItem__checkCard-title {
  margin-top: 62px;
  margin-top: 3.875rem;
}

.p-service-detailItem[data-name=environment] .p-service-detailItem__checkCard-title {
  margin-top: 0;
  border-bottom: 2px solid #BE9823;
  padding-left: 7px;
  padding-left: .4375rem;
  text-align: left;
}

.p-service-detailItem__checkCard-checkItems {
  gap: 10px;
  gap: .625rem;
  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: 26px;
  margin-top: 1.625rem;
  width: 100%;
}

.p-service-detailItem__checkCard-checkItems.p-service-detailItem__checkCard-checkItems--twoCol {
  gap: 11px 10px;
  gap: .6875rem .625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  white-space: nowrap;
}

.p-service-detailItem[data-name=consultant] .p-service-detailItem__checkCard-checkItems {
  padding-left: 10px;
  padding-left: .625rem;
}

.p-service-detailItem[data-name=environment] .p-service-detailItem__checkCard-checkItems {
  padding-left: 3px;
  padding-left: .1875rem;
}

.p-service-detailItem__checkCard-checkItem {
  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: 1.5em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.p-service-detailItem__checkCard-checkItem-textSmall {
  font-size: 12px;
  font-size: .75rem;
}

.p-service-detailItem__checkCard-checkItem::before {
  aspect-ratio: 1/1;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 18px;
  width: 1.125rem;
  content: '';
}

.p-service-detailItem[data-name=consultant] .p-service-detailItem__checkCard-checkItem::before {
  background-color: #8AC7E6;
}

.p-service-detailItem[data-name=labor] .p-service-detailItem__checkCard-checkItem::before,
.p-service-detailItem[data-name=payroll] .p-service-detailItem__checkCard-checkItem::before {
  background-color: #2450A8;
}

.p-service-detailItem[data-name=environment] .p-service-detailItem__checkCard-checkItem::before {
  background-color: #BE9823;
}

.p-service-detailItem__checkCard-checkItem::after {
  aspect-ratio: 8.5/5.5;
  position: absolute;
  top: .52lh;
  left: 4.3px;
  left: .26875rem;
  -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: 11px;
  width: .6875rem;
  content: '';
}

.p-service-detailItem__advisor-tableWrap,
.p-service-detailItem__rule-tableWrap {
  border-radius: 1.25rem;
  background-color: #FFF;
  width: 100%;
}

.p-service-detailItem__advisor-tableWrap {
  margin-inline: auto;
  margin-top: 19px;
  margin-top: 1.1875rem;
  padding: 50px 36px 55px 27px;
  padding: 3.125rem 2.25rem 3.4375rem 1.6875rem;
}

.p-service-detailItem__advisor-table {
  margin-inline: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-service-detailItem__rule-tableWrap {
  margin-top: 36px;
  margin-top: 2.25rem;
  padding: 50px 27px 55px 10px;
  padding: 3.125rem 1.6875rem 3.4375rem .625rem;
}

.p-service-detailItem__rule-table-note {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-service-detailItem__rule-table-note-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-service-detailItem__rule-table-note-text-underline {
  border-bottom: 2px solid #75C9E9;
}

.p-service-detailItem__advisor-tableWrap-title {
  margin-left: .6em;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.p-page-service__spot {
  margin-top: 69px;
  margin-top: 4.3125rem;
}

.p-page-service__spot-titleBlock {
  text-align: center;
}

.p-page-service__spot-titleBlock-main {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 900;
  line-height: 1.2;
}

.p-page-service__spot-titleBlock-sub {
  display: block;
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.24;
}

.p-page-service__spot-items {
  gap: 1.25vw;
  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: 34px;
  margin-top: 2.125rem;
}

.p-page-service__spot-item {
  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-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: 5px solid #F3F0E7;
  border-radius: 1.25rem;
  padding: 72px 1.1111111111vw 37px;
  padding: 4.5rem 1.1111111111vw 2.3125rem;
}

.p-page-service__spot-item-icon {
  width: 100%;
}

.p-page-service__spot-item[data-number='1'] .p-page-service__spot-item-icon {
  max-width: 75px;
  max-width: 4.6875rem;
}

.p-page-service__spot-item[data-number='2'] .p-page-service__spot-item-icon {
  max-width: 85px;
  max-width: 5.3125rem;
}

.p-page-service__spot-item[data-number='3'] .p-page-service__spot-item-icon {
  max-width: 85px;
  max-width: 5.3125rem;
}

.p-page-service__spot-item[data-number='4'] .p-page-service__spot-item-icon {
  max-width: 80px;
  max-width: 5rem;
}

.p-page-service__spot-item[data-number='5'] .p-page-service__spot-item-icon {
  margin-top: .8em;
  max-width: 101px;
  max-width: 6.3125rem;
}

.p-page-service__spot-item-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-page-service__spot-item-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;
  -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;
  margin-top: 61px;
  margin-top: 3.8125rem;
  width: 100%;
  height: 100%;
}

.p-page-service__spot-item[data-number='4'] .p-page-service__spot-item-body {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-page-service__spot-item-head {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: center;
}

.p-page-service__spot-item-title {
  border-bottom: 2px solid #B8993D;
  padding-bottom: 9px;
  padding-bottom: .5625rem;
  width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.24;
}

.p-page-service__spot-item-price {
  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;
  margin-top: 15px;
  margin-top: .9375rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-page-service__spot-item-price--large {
  font-size: 28px;
  font-size: 1.75rem;
}

.p-page-service__spot-item-price-month {
  font-size: 14px;
  font-size: .875rem;
}

.p-page-service__spot-item-price-small {
  margin-top: 2px;
  margin-top: .125rem;
  color: #BE9823;
  font-size: 13px;
  font-size: .8125rem;
}

.p-page-service__spot-item[data-number='5'] .p-page-service__spot-item-price {
  margin-left: -.4em;
  font-size: 21.3px;
  font-size: 1.33125rem;
}

.p-page-service__spot-item-price-ms {
  font-size: 10.65px;
  font-size: .665625rem;
}

.p-page-service__spot-item-bottomText {
  margin-top: 13.25px;
  margin-top: .828125rem;
  padding-right: 3px;
  padding-right: .1875rem;
  padding-left: 5px;
  padding-left: .3125rem;
  min-height: 54px;
  min-height: 3.375rem;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-service-ruleTable {
  margin-inline: auto;
  width: 100%;
  max-width: 839px;
  max-width: 52.4375rem;
}

.p-service-ruleTable__tax {
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}

.p-service-ruleTable__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-service-ruleTable__row--header {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 8px;
  margin-top: .5rem;
}

.p-service-ruleTable__cell {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-service-ruleTable__cell--empty {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 65px;
  height: 4.0625rem;
}

.p-service-ruleTable__cell--topHead-service,
.p-service-ruleTable__cell--topHead-price {
  padding: 13px 12px 18px 8px;
  padding: .8125rem .75rem 1.125rem .5rem;
  width: 310px;
  width: 19.375rem;
}

.p-service-ruleTable__cell--topHead-service {
  height: 65px;
  height: 4.0625rem;
}

.p-service-ruleTable__cell--topHead-price {
  height: 85px;
  height: 5.3125rem;
}

.p-service-ruleTable__cell--topHead-service {
  border-radius: 1.25rem 0 0 0;
  background-color: #F7F7F7;
}

.p-service-ruleTable__cell--topHead-price {
  border-top: 2px solid #BE9823;
  border-right: 2px solid #BE9823;
  border-left: 2px solid #BE9823;
  border-radius: 1.25rem 1.25rem 0 0;
  background-color: #BE9823;
}

.p-service-ruleTable__cell--leftHead-first,
.p-service-ruleTable__cell--leftHead-middle,
.p-service-ruleTable__cell--leftHead-last {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #F7F7F7;
  padding: 14px 12px 13px 11px;
  padding: .875rem .75rem .8125rem .6875rem;
}

.p-service-ruleTable__cell--leftHead-first {
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 1.25rem 0 0 0;
  height: 77px;
  height: 4.8125rem;
}

.p-service-ruleTable__cell--leftHead-middle {
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 0 0 0 0;
  height: 120px;
  height: 7.5rem;
}

.p-service-ruleTable__cell--leftHead-last {
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-radius: 0 0 0 1.25rem;
  height: 77px;
  height: 4.8125rem;
}

.p-service-ruleTable__cell--data-service,
.p-service-ruleTable__cell--data-price {
  background-color: #FFF;
  padding: 8px 12px 11px 16px;
  padding: .5rem .75rem .6875rem 1rem;
  width: 310px;
  width: 19.375rem;
  height: 77px;
  height: 4.8125rem;
}

.p-service-ruleTable__row--data-middle .p-service-ruleTable__cell--data-service,
.p-service-ruleTable__row--data-middle .p-service-ruleTable__cell--data-price {
  height: 120px;
  height: 7.5rem;
}

.p-service-ruleTable__cell--data-service {
  border-bottom: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
}

.p-service-ruleTable__cell--data-price {
  position: relative;
  border-right: 3px solid #BE9823;
  border-left: 3px solid #BE9823;
  overflow: hidden;
}

.p-service-ruleTable__cell--data-price::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #EBEBEB;
  height: 1px;
  content: '';
}

.p-service-ruleTable__row--data-middle .p-service-ruleTable__cell--data-service {
  border-top: 1px solid #EBEBEB;
}

.p-service-ruleTable__row--data-middle .p-service-ruleTable__cell--data-price::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #EBEBEB;
  height: 1px;
  content: '';
}

.p-service-ruleTable__row--data-last .p-service-ruleTable__cell--data-service {
  border-top: 1px solid #EBEBEB;
  border-bottom: 2px solid #EBEBEB;
}

.p-service-ruleTable__row--data-last .p-service-ruleTable__cell--data-price {
  position: relative;
  border-bottom: 3px solid #BE9823;
  overflow: hidden;
}

.p-service-ruleTable__row--data-last .p-service-ruleTable__cell--data-price::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #EBEBEB;
  height: 1px;
  content: '';
}

.p-service-ruleTable__topHead,
.p-service-ruleTable__leftHead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}

.p-service-ruleTable__cell--topHead-price .p-service-ruleTable__topHead {
  color: #FFF;
}

.p-service-ruleTable__leftHead {
  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;
}

.p-service-ruleTable__leftHead-small {
  margin-top: -6px;
  margin-top: -.375rem;
  font-size: 14px;
  font-size: .875rem;
}

.p-service-ruleTable__content-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.p-service-ruleTable__content-text--small {
  font-size: 14px;
  font-size: .875rem;
}

.p-service-ruleTable__content-price {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-service-ruleTable__content-price--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.p-service-ruleTable__content--labelWrap .p-service-ruleTable__content-price {
  text-align: center;
}

.p-service-ruleTable__content-unit {
  font-size: 14px;
  font-size: .875rem;
}

.p-service-ruleTable__content-note {
  color: #BE9823;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-service-ruleTable__content-label {
  display: inline-block;
  border-radius: 3.125rem;
  background-color: #BE9823;
  padding: 1px 4px 2px;
  padding: 1px .25rem .125rem;
  min-width: 60px;
  min-width: 3.75rem;
  color: #FFF;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-simulation {
  gap: 52px;
  gap: 3.25rem;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ===== 左側：シミュレーションステップ ===== */
.p-simulation__steps {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 12px;
  margin-top: .75rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  width: 100%;
  max-width: 567px;
  max-width: 35.4375rem;
}

.p-simulation__step {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-simulation__step:not(:first-child) {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-simulation__step:not(:last-child) {
  border-bottom: 1px solid #CACACA;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-simulation__step-title {
  gap: 9px;
  gap: .5625rem;
  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-simulation__step-title-number {
  color: #2450A8;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.3425;
}

.p-simulation__step-title-text {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-simulation__step-title-text-small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-simulation__step-radioItems {
  gap: 26px;
  gap: 1.625rem;
  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;
  margin-top: 13px;
  margin-top: .8125rem;
}

.p-simulation__step-radioItem {
  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;
}

.p-simulation__step-radioItem-input {
  display: none;
}

.p-simulation__step-radioItem-input-text {
  position: relative;
  padding-left: 43px;
  padding-left: 2.6875rem;
}

.p-simulation__step-radioItem-input-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #FFF;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  content: '';
}

.p-simulation__step-radioItem-input-text::after {
  position: absolute;
  top: 50%;
  left: 9px;
  left: .5625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  border-radius: 50%;
  background-color: transparent;
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  content: '';
}

.p-simulation__step-radioItem-input:checked + .p-simulation__step-radioItem-input-text::after {
  background-color: #2450A8;
}

.p-simulation__step-numberItem {
  gap: 11px;
  gap: .6875rem;
  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;
  margin-top: 7px;
  margin-top: .4375rem;
}

.p-simulation__step-numberItem-input {
  border: 1px solid #E2E2E2;
  border-radius: .5rem;
  background-color: #FFF;
  padding: 0 12px;
  padding: 0 .75rem;
  width: 180px;
  width: 11.25rem;
  height: 53px;
  height: 3.3125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .035em;
  line-height: 1.9;
}

.p-simulation__checkItem {
  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;
  cursor: pointer;
  margin-top: 10px;
  margin-top: .625rem;
}

.p-simulation__checkItem-box {
  display: none;
}

.p-simulation__checkItem-box-text {
  position: relative;
  padding-left: 47px;
  padding-left: 2.9375rem;
}

.p-simulation__checkItem-box-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #E2E2E2;
  border-radius: .5rem;
  background-color: #FFF;
  width: 37px;
  width: 2.3125rem;
  height: 37px;
  height: 2.3125rem;
  content: '';
}

.p-simulation__checkItem-box-text::after {
  position: absolute;
  top: 50%;
  left: 13px;
  left: .8125rem;
  -webkit-transform: translateY(-60%) rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-right: 3px solid #2450A8;
  border-bottom: 3px solid #2450A8;
  width: 10px;
  width: .625rem;
  height: 18px;
  height: 1.125rem;
  content: '';
}

.p-simulation__checkItem-box:checked + .p-simulation__checkItem-box-text::after {
  opacity: 1;
}

/* ===== 右側：シミュレーション結果 ===== */
.p-simulation__result {
  width: 100%;
  max-width: 361px;
  max-width: 22.5625rem;
}

.p-simulation__result-block {
  -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  border-radius: 1.25rem;
  background-color: #75C9E9;
  padding: 24px;
  padding: 1.5rem;
  padding: 26px 6px 6px;
  padding: 1.625rem .375rem .375rem;
}

.p-simulation__result-title {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.5;
  text-align: center;
}

.p-simulation__result-title-small {
  font-size: 14px;
  font-size: .875rem;
}

.p-simulation__result-wrap {
  margin-top: 18px;
  margin-top: 1.125rem;
  border-bottom-right-radius: 20px;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 20px;
  border-bottom-left-radius: 1.25rem;
  background-color: #FFF;
  padding: 24.36px 30.5px 22px;
  padding: 1.5225rem 1.90625rem 1.375rem;
}

.p-simulation__result-total {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #2450A8;
}

.p-simulation__result-total-text {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-simulation__result-total-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.1;
}

.p-simulation__result-total-number-small {
  font-size: 24px;
  font-size: 1.5rem;
}

.p-simulation__result-detailWrap {
  margin-top: 14px;
  margin-top: .875rem;
  border-top: 1px dotted #000;
  padding-top: 14px;
  padding-top: .875rem;
}

.p-simulation__result-detailItems {
  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;
  color: #939393;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-simulation__result-detailItem {
  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;
}

.p-simulation__result-detailItem-title {
  position: relative;
  padding-left: 1.1em;
}

.p-simulation__result-detailItem-title::before {
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #939393;
  width: 1em;
  height: 1em;
  content: '';
}

.p-simulation__result-detailItem-calculation {
  display: inline-block;
  padding-left: 1em;
}

.p-simulation__result-month {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-top: 11px;
  margin-top: .6875rem;
  border-top: 2px solid #2450A8;
  border-bottom: 2px solid #75C9E9;
  padding-top: 19px;
  padding-top: 1.1875rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  color: #75C9E9;
}

.p-simulation__result-month-text {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.4;
}

.p-simulation__result-month-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.1;
}

.p-simulation__result-month-number-small {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-simulation__button {
  margin-top: 27px;
  margin-top: 1.6875rem;
  width: 100%;
}

.p-simulation__result-attention {
  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: 18px;
  margin-top: 1.125rem;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.5;
}

.p-single-blog {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-single-blog__archiveButton--pageBottom {
  margin-top: 160px;
  margin-top: 10rem;
}

.p-single-blog__archiveButton-link {
  position: relative;
  padding-left: 31px;
  padding-left: 1.9375rem;
}

.p-single-blog__archiveButton-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_single-article_archive-button_arrow_01.svg);
  mask-image: url(../img/common/icon_single-article_archive-button_arrow_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: all .4s ease;
  transition: all .4s ease;
  background-color: #2450A8;
  width: 19.33px;
  width: 1.208125rem;
  height: 18.12px;
  height: 1.1325rem;
  content: '';
}

.p-single-blog__wrap {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-single-blog__title {
  color: #2450A8;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 900;
  line-height: 1.44;
}

.p-single-blog__meta {
  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;
  margin-top: 10px;
  margin-top: .625rem;
}

.p-single-blog__date {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #75C9E9;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
}

.p-single-blog__categories {
  gap: 4px;
  gap: .25rem;
  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;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-single-blog__category {
  background-color: #2450A8;
  padding: 0 10px 1px;
  padding: 0 .625rem 1px;
}

.p-single-blog__image {
  aspect-ratio: 312/192;
  margin-inline: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 90%;
  overflow: hidden;
}

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

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

.p-single-blog__content h1,
.p-single-blog__content h2,
.p-single-blog__content h3,
.p-single-blog__content h4,
.p-single-blog__content h5,
.p-single-blog__content h6 {
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.6;
}

.p-single-blog__content h1 {
  margin-top: 2.5em;
  margin-bottom: 1em;
  color: #2450A8;
  font-size: 30px;
  font-size: 1.875rem;
}

.p-single-blog__content h1 b,
.p-single-blog__content h1 strong {
  color: #2450A8;
}

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

.p-single-blog__content h2 b,
.p-single-blog__content h2 strong {
  color: #2450A8;
}

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

.p-single-blog__content h3 b,
.p-single-blog__content h3 strong {
  color: #2450A8;
}

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

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

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

.p-single-blog__content p {
  margin-top: .4em;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-single-blog__content p a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #75C9E9;
  -webkit-text-decoration: underline #75C9E9;
  text-decoration: underline #75C9E9;
}

.p-single-blog__content p a:hover {
  color: #2450A8;
  -webkit-text-decoration: underline #2450A8;
  text-decoration: underline #2450A8;
}

.p-single-blog__content b,
.p-single-blog__content strong {
  color: #BE9823;
  font-weight: 700;
}

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

.p-single-blog__content ul li,
.p-single-blog__content ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

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

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

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

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

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

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

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

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

.p-single-blog__content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.p-single-blog__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-blog__content .wp-block-table {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: auto;
}

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

.p-single-blog__content .wp-block-table table thead {
  border-bottom: 1px solid #7C7C7C;
}

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

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

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

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

.p-single-blog__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-blog__content .wp-block-buttons .wp-block-button__link.wp-element-button {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #2450A8;
  background-color: #2450A8;
  padding: 16px 32px;
  padding: 1rem 2rem;
  line-height: 1.2;
}

.p-single-blog__content .wp-block-buttons .wp-block-button__link.wp-element-button:hover {
  background-color: #FFF;
  color: #2450A8;
}

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

.p-single-blog__content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #2450A8;
  border-bottom: 1px solid #2450A8;
}

.p-single-blog__content dl dt,
.p-single-blog__content dl dd {
  border-top: 1px solid #2450A8;
  padding: 12px 16px;
  padding: .75rem 1rem;
}

.p-single-blog__content dl dt {
  background-color: #F3F3F3;
  width: 30%;
  font-weight: 700;
}

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

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

.p-single-blog__content hr {
  margin: 48px 0;
  margin: 3rem 0;
  border: none;
  border-top: 1px solid #2450A8;
}

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

.p-single-blog__content iframe {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  max-width: 100%;
}

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

.p-single-blog__pagination {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-single-blog__sidebar {
  width: 100%;
  max-width: 240px;
  max-width: 15rem;
}

.p-single-blog__supervisorBlock {
  border: 1px solid #2450A8;
  padding: 2.2em 1em;
}

.p-single-blog__supervisorBlock figure {
  margin: 0 !important;
}

.p-single-blog__adviceBlock h2 {
  margin-top: 0 !important;
  line-height: 1.4 !important;
}

.p-single-blog__adviceBlock figure {
  margin: 0 !important;
}

.p-single-col {
  gap: 3.6111111111vw;
  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-single-col__image {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 440px;
  max-width: 27.5rem;
  overflow: hidden;
}

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

.p-single-col__body {
  width: 100%;
  max-width: 612px;
  max-width: 38.25rem;
}

.p-single-col__title {
  color: #2450A8;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 900;
  line-height: 1.44;
}

.p-single-col__profile {
  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: 19px;
  margin-top: 1.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-single-col__content {
  margin-top: 52px;
  margin-top: 3.25rem;
  width: 100%;
  max-width: 608px;
  max-width: 38rem;
}

.p-single-col__content h1,
.p-single-col__content h2,
.p-single-col__content h3,
.p-single-col__content h4,
.p-single-col__content h5,
.p-single-col__content h6 {
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.6;
}

.p-single-col__content h1 {
  margin-top: 2.5em;
  margin-bottom: 1em;
  color: #2450A8;
  font-size: 30px;
  font-size: 1.875rem;
}

.p-single-col__content h1 b,
.p-single-col__content h1 strong {
  color: #2450A8;
}

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

.p-single-col__content h2 b,
.p-single-col__content h2 strong {
  color: #2450A8;
}

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

.p-single-col__content h3 b,
.p-single-col__content h3 strong {
  color: #2450A8;
}

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

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

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

.p-single-col__content p {
  margin-top: .4em;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-single-col__content p a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #75C9E9;
  -webkit-text-decoration: underline #75C9E9;
  text-decoration: underline #75C9E9;
}

.p-single-col__content p a:hover {
  color: #2450A8;
  -webkit-text-decoration: underline #2450A8;
  text-decoration: underline #2450A8;
}

.p-single-col__content b,
.p-single-col__content strong {
  color: #BE9823;
  font-weight: 700;
}

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

.p-single-col__content ul li,
.p-single-col__content ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

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

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

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

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

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

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

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

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

.p-single-col__content .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.p-single-col__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-col__content .wp-block-table {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-x: auto;
}

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

.p-single-col__content .wp-block-table table thead {
  border-bottom: 1px solid #7C7C7C;
}

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

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

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

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

.p-single-col__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-col__content .wp-block-buttons .wp-block-button__link.wp-element-button {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #2450A8;
  background-color: #2450A8;
  padding: 16px 32px;
  padding: 1rem 2rem;
  line-height: 1.2;
}

.p-single-col__content .wp-block-buttons .wp-block-button__link.wp-element-button:hover {
  background-color: #FFF;
  color: #2450A8;
}

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

.p-single-col__content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #2450A8;
  border-bottom: 1px solid #2450A8;
}

.p-single-col__content dl dt,
.p-single-col__content dl dd {
  border-top: 1px solid #2450A8;
  padding: 12px 16px;
  padding: .75rem 1rem;
}

.p-single-col__content dl dt {
  background-color: #F3F3F3;
  width: 30%;
  font-weight: 700;
}

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

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

.p-single-col__content hr {
  margin: 48px 0;
  margin: 3rem 0;
  border: none;
  border-top: 1px solid #2450A8;
}

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

.p-single-col__content iframe {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  max-width: 100%;
}

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

.p-single-voice {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-single-voice__archiveButton--pageBottom {
  margin-top: 91px;
  margin-top: 5.6875rem;
}

.p-single-voice__archiveButton-link {
  position: relative;
  padding: 4px 4px 4px 31px;
  padding: .25rem .25rem .25rem 1.9375rem;
  font-size: 16px;
  font-size: 1rem;
}

.p-single-voice__archiveButton-link::before {
  aspect-ratio: 21/19;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/common/icon_single-article_archive-button_arrow_01.svg);
  mask-image: url(../img/common/icon_single-article_archive-button_arrow_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: all .4s ease;
  transition: all .4s ease;
  background-color: #2450A8;
  width: 19.33px;
  width: 1.208125rem;
  content: '';
}

.p-single-voice__col {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.p-singlePagination {
  gap: 10px;
  gap: .625rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-singlePagination__item {
  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-singlePagination__item--prev {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-singlePagination__item--next {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-singlePagination__item 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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 12px;
  padding: .75rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

.p-singlePagination__arrow {
  display: inline-block;
  position: relative;
  margin-bottom: -4px;
  margin-bottom: -.25rem;
  width: 12px;
  width: .75rem;
  height: 12px;
  height: .75rem;
}

.p-singlePagination__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-top: 2px solid #2450A8;
  border-right: 2px solid #2450A8;
  width: 12px;
  width: .75rem;
  height: 12px;
  height: .75rem;
  content: '';
}

.p-singlePagination__item--prev .p-singlePagination__arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.p-strengthNumbers {
  gap: 16px;
  gap: 1rem;
  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;
}

.p-strengthNumbers__itemWrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 39px;
  padding-top: 2.4375rem;
  max-width: 315px;
  max-width: 19.6875rem;
}

.p-strengthNumbers__itemWrap::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  width: 145.69px;
  width: 9.105625rem;
  height: 145.69px;
  height: 9.105625rem;
  content: '';
}

.p-strengthNumbers__itemWrap[data-number='1']::before {
  background-color: #75C9E9;
}

.p-strengthNumbers__itemWrap[data-number='2']::before {
  background-color: #4790C6;
}

.p-strengthNumbers__itemWrap[data-number='3']::before {
  background-color: #2450A8;
}

.p-strengthNumbers__itemWrap-number {
  position: absolute;
  top: 13px;
  top: .8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 44.67px;
  font-size: 2.791875rem;
  font-weight: 800;
  line-height: 1.2;
}

.p-strengthNumbers__item {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  z-index: 1;
  border-radius: 1.25rem;
  padding: 38px 10px 10px;
  padding: 2.375rem .625rem .625rem;
  height: 100%;
}

.p-strengthNumbers__itemWrap[data-number='1'] .p-strengthNumbers__item {
  background-color: #75C9E9;
}

.p-strengthNumbers__itemWrap[data-number='2'] .p-strengthNumbers__item {
  background-color: #4790C6;
}

.p-strengthNumbers__itemWrap[data-number='3'] .p-strengthNumbers__item {
  background-color: #2450A8;
}

.p-strengthNumbers__item-icon {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  width: 100%;
}

.p-strengthNumbers__itemWrap[data-number='1'] .p-strengthNumbers__item-icon {
  max-width: 250px;
  max-width: 15.625rem;
}

.p-strengthNumbers__itemWrap[data-number='2'] .p-strengthNumbers__item-icon {
  max-width: 251px;
  max-width: 15.6875rem;
}

.p-strengthNumbers__itemWrap[data-number='3'] .p-strengthNumbers__item-icon {
  max-width: 234px;
  max-width: 14.625rem;
}

.p-strengthNumbers__item-icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-strengthNumbers__item-body {
  border-radius: .875rem;
  background-color: #FFF;
  padding: 24px 10px 10px;
  padding: 1.5rem .625rem .625rem;
  width: 100%;
  height: 230px;
  height: 14.375rem;
  text-align: center;
}

.p-strengthNumbers__itemWrap[data-number='1'] .p-strengthNumbers__item-body {
  margin-top: -27px;
  margin-top: -1.6875rem;
}

.p-strengthNumbers__item-title {
  position: relative;
  padding-bottom: 15px;
  padding-bottom: .9375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.24;
}

.p-strengthNumbers__itemWrap[data-number='1'] .p-strengthNumbers__item-title {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-strengthNumbers__itemWrap[data-number='3'] .p-strengthNumbers__item-title {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-strengthNumbers__item-title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #DBDBDB;
  width: 44px;
  width: 2.75rem;
  height: 2px;
  content: '';
}

.p-strengthNumbers__item-text {
  margin-top: 14px;
  margin-top: .875rem;
  margin-left: .7em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-strengthNumbers__itemWrap[data-number='2'] .p-strengthNumbers__item-text {
  margin-top: 12.53px;
  margin-top: .783125rem;
}

.p-subMv {
  aspect-ratio: 1440/350;
  background-image: url(../img/mv/bg_sub-mv_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: 350px;
  max-height: 21.875rem;
  overflow: hidden;
}

.p-subMv.p-subMv--about::before {
  aspect-ratio: 1440/1451;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/mv/bg_sub-mv_about_01.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  content: '';
}

.p-subMv__wrap {
  position: relative;
  height: inherit;
}

_::-webkit-full-page-media, _:future, :root .p-subMv__wrap {
  height: -webkit-fill-available;
}

.p-subMv__textBlock {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-subMv__title {
  position: relative;
  z-index: 1;
}

.p-top-about {
  margin-top: 92px;
  margin-top: 5.75rem;
}

.p-top-about__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;
}

.p-top-about__image {
  aspect-ratio: 589/480;
  border-radius: 3.125rem;
  width: 100%;
  max-width: 589px;
  max-width: 36.8125rem;
  overflow: hidden;
}

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

.p-top-about__textCircle {
  aspect-ratio: 1/1;
  margin-top: 9px;
  margin-top: .5625rem;
  margin-left: -76px;
  margin-left: -4.75rem;
  background-image: url(../img/top/bg_about_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 56px 132px;
  padding: 6.25rem 3.5rem 8.25rem;
  width: 100%;
  max-width: 587px;
  max-width: 36.6875rem;
  height: 100%;
  text-align: center;
}

.p-top-about__text {
  margin-top: 6px;
  margin-top: .375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.7;
}

.p-top-about__button {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-top-blog {
  margin-top: 78px;
  margin-top: 4.875rem;
  border-radius: 3.125rem;
  background-color: #F3F3F3;
  padding-top: 86px;
  padding-top: 5.375rem;
  padding-bottom: 93px;
  padding-bottom: 5.8125rem;
}

.p-top-blog__sectionTitle {
  text-align: center;
}

.p-top-blog__items {
  gap: 21px;
  gap: 1.3125rem;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.p-top-blog__button {
  margin-top: 61px;
  margin-top: 3.8125rem;
  text-align: center;
}

.p-top-checkup {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-top-colorWrap {
  background-image: url(../img/top/bg_colorwrap_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 91px;
  padding-bottom: 5.6875rem;
  overflow: hidden;
}

.p-top-firstContents__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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-firstContents__textBlock {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 69px;
  margin-top: 4.3125rem;
  padding-left: 8px;
  padding-left: .5rem;
  color: #FFF;
}

.p-top-firstContents__mainText {
  width: 100%;
  max-width: 566px;
  max-width: 35.375rem;
}

.p-top-firstContents__mainText img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-firstContents__image {
  padding-right: 42px;
  padding-right: 2.625rem;
  width: 305px;
  width: 19.0625rem;
}

.p-top-logoScroll {
  margin-top: -87px;
  margin-top: -5.4375rem;
  background-color: rgba(255, 255, 255, .7);
  padding: 29px 0 31.43px;
  padding: 1.8125rem 0 1.964375rem;
  overflow: hidden;
}

.p-top-logoScroll__topText {
  color: #2450A8;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.38;
  text-align: center;
}

.p-top-logoScroll__topText p {
  display: inline-block;
  margin-left: -20px;
  margin-left: -1.25rem;
}

.p-top-logoScroll__tracks {
  gap: 25px;
  gap: 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  margin-top: .6875rem;
  overflow: hidden;
}

.p-top-logoScroll__track {
  gap: 25px;
  gap: 1.5625rem;
  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-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.p-top-logoScroll__track img {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: auto;
  max-height: 79.57px;
  max-height: 4.973125rem;
}

img[data-name=touchontime] {
  max-width: 215px;
  max-width: 13.4375rem;
}

img[data-name=kingoftime] {
  max-width: 217px;
  max-width: 13.5625rem;
}

img[data-name=moneyforward] {
  max-width: 237.82px;
  max-width: 14.86375rem;
}

img[data-name=chatwork] {
  max-width: 180px;
  max-width: 11.25rem;
}

img[data-name=slack] {
  max-width: 112px;
  max-width: 7rem;
}

img[data-name=zoom] {
  max-width: 111.9px;
  max-width: 6.99375rem;
}

img[data-name=google] {
  max-width: 133px;
  max-width: 8.3125rem;
}

img[data-name=kitera] {
  max-width: 137px;
  max-width: 8.5625rem;
}

img[data-name=officestation] {
  max-width: 251.85px;
  max-width: 15.740625rem;
}

.p-top-service {
  margin-top: 75px;
  margin-top: 4.6875rem;
  border-radius: 3.125rem;
  background-color: #FFF;
  padding-top: 89px;
  padding-top: 5.5625rem;
  padding-bottom: 58px;
  padding-bottom: 3.625rem;
}

.l-container.p-top-service__inner {
  max-width: 1281.16px;
  max-width: 80.0725rem;
}

.p-top-service__wrap {
  position: relative;
}

.p-top-service__sectionTitle {
  padding-left: 60px;
  padding-left: 3.75rem;
}

.p-top-service__items {
  gap: 1.4041666667vw;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-top-service__button {
  position: absolute;
  top: 30px;
  top: 1.875rem;
  right: 0;
}

.p-top-simulation {
  margin-top: 56.18px;
  margin-top: 3.51125rem;
}

.p-top-support {
  margin-top: 77px;
  margin-top: 4.8125rem;
}

.l-container.p-top-support__inner {
  max-width: 1152px;
  max-width: 72rem;
}

.p-top-support__topText {
  color: #FFF;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}

.p-top-support__wrap {
  gap: 38px;
  gap: 2.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-top-support__textBlock {
  width: 100%;
  max-width: 726px;
  max-width: 45.375rem;
  color: #FFF;
}

.p-top-support__textBlock-checkGroup {
  border: 4px solid #FFF;
  border-radius: 2.5rem;
  padding: 32px 1.6666666667vw 33.9px 2.8472222222vw;
  padding: 2rem 1.6666666667vw 2.11875rem 2.8472222222vw;
}

.p-top-support__textBlock-checkItems {
  gap: 9px;
  gap: .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;
}

.p-top-support__textBlock-checkItem {
  position: relative;
  padding-left: 38.98px;
  padding-left: 2.43625rem;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.7;
}

.p-top-support__textBlock-checkItem::before {
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/icon_check_circle-white_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 29.86px;
  width: 1.86625rem;
  height: 29.86px;
  height: 1.86625rem;
  content: '';
}

.p-top-support__textBlock-bottomText {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-top-support__deco {
  width: 100%;
  max-width: 323px;
  max-width: 20.1875rem;
}

.p-top-support__deco img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-voice {
  position: relative;
  padding-top: 87px;
  padding-top: 5.4375rem;
  padding-bottom: 125.82px;
  padding-bottom: 7.86375rem;
  overflow: hidden;
}

.l-container.p-top-voice__inner {
  max-width: 1206px;
  max-width: 75.375rem;
}

.p-top-voice::before {
  aspect-ratio: 1697.36/1450.82;
  position: absolute;
  bottom: 0;
  left: 45.4%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/top/deco_voice_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1697.36px;
  width: 106.085rem;
  content: '';
}

.p-top-voice__wrap {
  position: relative;
}

.p-top-voice__sectionTitle {
  margin-left: 19px;
  margin-left: 1.1875rem;
}

.p-top-voice__items {
  gap: 21px;
  gap: 1.3125rem;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
  margin-top: 3rem;
  margin-right: 22px;
  margin-right: 1.375rem;
}

.p-top-voice__button {
  position: absolute;
  top: 29px;
  top: 1.8125rem;
  right: 14px;
  right: .875rem;
}

.u-border-bottom-8AC7E6 {
  border-bottom: 3px solid #8AC7E6;
}

.u-color-blue-2450A8 {
  color: #2450A8;
}

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

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

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

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

.u-fw-black {
  font-weight: 900;
}

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

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

.u-onlyPc {
  display: block;
}

.u-onlySp {
  display: none;
}

.u-onlySp--sm {
  display: none;
}

.u-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.u-ml-m6 {
  margin-left: -6px;
  margin-left: -.375rem;
}

.u-ml-m10 {
  margin-left: -10px;
  margin-left: -.625rem;
}

.u-ml-02em {
  margin-left: .2em;
}

.u-ml-05em {
  margin-left: .5em;
}

.u-ml-m02em {
  margin-left: -.2em;
}

.u-ml-m03em {
  margin-left: -.3em;
}

.u-ml-m05em {
  margin-left: -.5em;
}

.u-ml-m08em {
  margin-left: -.8em;
}

.u-mt-m03em {
  margin-top: -.3em;
}

.u-mt-m02em {
  margin-top: -.2em;
}

.u-mt-3 {
  margin-top: 3px;
  margin-top: .1875rem;
}

.u-mt-9 {
  margin-top: 9px;
  margin-top: .5625rem;
}

.u-mt-24 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.u-mt-65 {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.u-mt-110 {
  margin-top: 110px;
  margin-top: 6.875rem;
}

.u-ta-center {
  text-align: center;
}

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

  .wpcf7 .wpcf7-acceptance a:hover {
    opacity: .8;
  }

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

  html {
    font-size: 1.4545454545vw;
  }

  .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: 1380px;
  }

  .c-blogCard:hover .c-blogCard__title {
    opacity: .7;
  }

  .c-blogCard:hover .c-blogCard__text {
    opacity: .7;
  }

  .c-button:hover {
    color: #2450A8;
  }

  .c-button.c-button--gradation:hover {
    border: 2px solid #2450A8;
  }

  .c-button.c-button--white:hover {
    background: #2450A8;
    color: #FFF;
  }

  .c-button:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  .c-button:hover::before {
    background-image: url(../img/common/icon_arrow_circle-blue_01.svg);
  }

  .c-button.c-button--white:hover::before {
    background-image: url(../img/common/icon_arrow_circle-white_01.svg);
  }

  .c-button--contact:hover .c-button__icon,
  .c-button--page-simulation:hover .c-button__icon {
    background-color: #2450A8;
  }

  .c-button--contact:hover .c-button__icon::before,
  .c-button--page-simulation:hover .c-button__icon::before {
    background-color: #FFF;
  }

  .c-floatingCta__link:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    background-color: #FFF;
    color: #2450A8;
  }

  .c-floatingCta__link:hover .c-floatingCta__link-text::before {
    background-color: #2450A8;
  }

  .c-voiceCard:hover .c-voiceCard__title {
    opacity: .7;
  }

  .c-voiceCard:hover .c-voiceCard__text {
    opacity: .7;
  }

  .p-archivePagination .page-numbers:not(.current):not(.prev):not(.next):hover {
    background-color: rgba(36, 80, 168, .1);
  }

  .p-drawer__list-item-link:hover {
    color: #2450A8;
  }

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

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

  .p-footer__banner:hover {
    opacity: .9;
  }

  .p-header-pcNav__item-link:hover,
  .p-header-pcNav__item-link.is-current {
    color: #75C9E9;
  }

  .p-page-about-improvement__link:hover::after {
    bottom: 18.52px;
    bottom: 1.1575rem;
  }

  .p-page-privacyPolicy__text a:hover {
    color: #75C9E9;
  }

  .p-single-blog__archiveButton-link:hover::before {
    background-color: #75C9E9;
  }

  .p-single-voice__archiveButton-link:hover::before {
    background-color: #75C9E9;
  }

  .p-singlePagination__item--home:hover a {
    color: #75C9E9;
  }

  .p-singlePagination__item--prev a:hover .p-singlePagination__arrow::before,
  .p-singlePagination__item--next a:hover .p-singlePagination__arrow::before {
    border-color: #75C9E9;
  }

  .p-subMv.p-subMv--about {
    position: relative;
    background-image: none;
    overflow-x: clip;
    overflow-y: initial;
  }
}

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

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

  .p-header__drawer {
    display: none;
  }
}

@media (min-width: 1100px) {

  html {
    font-size: 16px;
  }
}

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

  .c-pageTitle img {
    height: 53px;
    height: 3.3125rem;
  }

  .c-serviceList__title {
    font-size: 26.67px;
    font-size: 1.666875rem;
  }

  .c-serviceList__body {
    padding: 68.75px 25px 25.34px;
    padding: 4.296875rem 1.5625rem 1.58375rem;
  }

  .c-serviceList__item {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .c-serviceList__attention {
    margin-top: 9.64px;
    margin-top: .6025rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .c-serviceList__attention--hight {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .c-voiceCard::before {
    width: 199px;
    width: 12.4375rem;
    height: 203px;
    height: 12.6875rem;
  }

  .c-voiceCard__image {
    top: 15.38px;
    top: .96125rem;
    left: 15.04px;
    left: .94rem;
    width: 168.5px;
    width: 10.53125rem;
    height: 172.24px;
    height: 10.765rem;
  }

  .c-voiceCard__block {
    padding: 18px 17px;
    padding: 1.125rem 1.0625rem;
  }

  .c-voiceCard__head {
    min-height: 94px;
    min-height: 5.875rem;
  }

  .c-voiceCard__body {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 47px 26px 36px;
    padding: 2.9375rem 1.625rem 2.25rem;
  }

  .p-archive-blog__items {
    gap: 72px 20px;
    gap: 4.5rem 1.25rem;
  }

  .p-archive-voice__items {
    gap: 72px 20px;
    gap: 4.5rem 1.25rem;
  }

  .p-header-pcNav__item-link {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-header-pcTel__wrap {
    padding-left: 49px;
    padding-left: 3.0625rem;
  }

  .p-header-pcTel__wrap::before {
    width: 42px;
    width: 2.625rem;
    height: 42px;
    height: 2.625rem;
  }

  .p-header-pcTel__number {
    font-size: 27px;
    font-size: 1.6875rem;
  }

  .p-header__companyLogo {
    max-width: 275px;
    max-width: 17.1875rem;
  }

  .p-iconLinkContents {
    padding-left: 140px;
    padding-left: 8.75rem;
  }

  .p-improvementItem__item2-topContents {
    padding: 40px 42px 38px 54px;
    padding: 2.5rem 2.625rem 2.375rem 3.375rem;
  }

  .p-improvementItem__item2-middleContents-items {
    gap: 30.82px;
    gap: 1.92625rem;
  }

  .p-page-office-origin__content-body {
    padding: 50px 95px 73px 109px;
    padding: 3.125rem 5.9375rem 4.5625rem 6.8125rem;
  }

  .p-page-service__serviceListItems {
    gap: 20.22px;
    gap: 1.26375rem;
  }

  .p-service-detailItem[data-name=consultant] {
    padding: 57px 61px 71px 60px;
    padding: 3.5625rem 3.8125rem 4.4375rem 3.75rem;
  }

  .p-service-detailItem[data-name=labor],
  .p-service-detailItem[data-name=payroll] {
    padding: 57px 61px 62px 60px;
    padding: 3.5625rem 3.8125rem 3.875rem 3.75rem;
  }

  .p-service-detailItem[data-name=environment],
  .p-service-detailItem[data-name=rule] {
    padding: 57px 61px 79px 54px;
    padding: 3.5625rem 3.8125rem 4.9375rem 3.375rem;
  }

  .p-service-detailItem__flex {
    gap: 70px;
    gap: 4.375rem;
  }

  .p-service-detailItem__monthlyWrap {
    max-width: 324px;
    max-width: 20.25rem;
  }

  .p-service-detailItem__monthly {
    max-width: 311px;
    max-width: 19.4375rem;
  }

  .p-service-detailItem__monthly-head {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .p-service-detailItem__monthly-price {
    font-size: 55px;
    font-size: 3.4375rem;
  }

  .p-service-detailItem__monthly-price-tax {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-service-detailItem__monthly-price-name {
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .p-service-detailItem__monthly-price-small {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-service-detailItem__monthly-table .p-service-detailItem__monthly-table-left {
    padding: 14px 23px 15.5px;
    padding: .875rem 1.4375rem .96875rem;
  }

  .p-service-detailItem__monthly-table .p-service-detailItem__monthly-table-right {
    padding: 11px 16px 15.5px;
    padding: .6875rem 1rem .96875rem;
  }

  .p-service-detailItem__monthly-price-noteWrap {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-service-detailItem__monthly-price-note {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-service-detailItem__checkCards {
    gap: 20px;
    gap: 1.25rem;
  }

  .p-service-detailItem[data-name=consultant] .p-service-detailItem__checkCard {
    padding: 62px 32px 43px 28px;
    padding: 3.875rem 2rem 2.6875rem 1.75rem;
  }

  .p-service-detailItem[data-name=labor] .p-service-detailItem__checkCard {
    padding: 62px 19px 37px;
    padding: 3.875rem 1.1875rem 2.3125rem;
  }

  .p-service-detailItem[data-name=payroll] .p-service-detailItem__checkCard {
    padding: 62px 32px 58px 28px;
    padding: 3.875rem 2rem 3.625rem 1.75rem;
  }

  .p-service-detailItem[data-name=environment] .p-service-detailItem__checkCard {
    gap: 53px;
    gap: 3.3125rem;
    padding: 55px 40px 54px 73px;
    padding: 3.4375rem 2.5rem 3.375rem 4.5625rem;
  }

  .p-page-service__spot-items {
    gap: 18px;
    gap: 1.125rem;
  }

  .p-page-service__spot-item {
    padding: 72px 16px 37px;
    padding: 4.5rem 1rem 2.3125rem;
  }

  .p-subMv.p-subMv--about::before {
    background-size: 100% 90.6875rem;
  }

  .p-top-service__items {
    gap: 20.22px;
    gap: 1.26375rem;
  }

  .p-top-support__textBlock-checkGroup {
    padding: 32px 24px 33.9px 41px;
    padding: 2rem 1.5rem 2.11875rem 2.5625rem;
  }
}

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

  .l-floatingCta {
    top: 148px;
    top: 9.25rem;
  }

  .c-floatingCta__link {
    padding: 24.8px 15.86px 40.1px 20.12px;
    padding: 1.55rem .99125rem 2.50625rem 1.2575rem;
  }

  .c-floatingCta__link-text {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .c-floatingCta__link-text::before {
    width: 24.46px;
    width: 1.52875rem;
    height: 15.25px;
    height: .953125rem;
  }

  .p-page-about__verticalTextWrap {
    display: contents;
  }

  .p-page-about__decoText {
    top: -60px;
    top: -3.75rem;
    left: calc(50% - min(50vw, 61.25rem));
  }

  .p-page-about__verticalTitle {
    top: 22px;
    top: 1.375rem;
    right: initial;
    left: calc(50% - min(49vw, 34.9375rem));
  }

  .p-single-col {
    gap: 52px;
    gap: 3.25rem;
  }
}

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

  .p-header-pcNav__item-link {
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-header__companyLogo {
    max-width: 17.3611111111vw;
  }

  .p-service-detailItem[data-name=consultant] {
    padding: 57px 3.5416666667vw 71px 3.4722222222vw;
    padding: 3.5625rem 3.5416666667vw 4.4375rem 3.4722222222vw;
  }

  .p-service-detailItem[data-name=labor],
  .p-service-detailItem[data-name=payroll] {
    padding: 57px 3.5416666667vw 72px 3.4722222222vw;
    padding: 3.5625rem 3.5416666667vw 4.5rem 3.4722222222vw;
  }

  .p-service-detailItem[data-name=environment],
  .p-service-detailItem[data-name=rule] {
    padding: 57px 3.5416666667vw 79px 3.0555555556vw;
    padding: 3.5625rem 3.5416666667vw 4.9375rem 3.0555555556vw;
  }

  .p-service-detailItem__flex {
    gap: 2.0833333333vw;
  }

  .p-service-detailItem__monthlyWrap {
    max-width: 23.6111111111vw;
  }

  .p-service-detailItem__monthly {
    max-width: 23.6111111111vw;
  }

  .p-service-detailItem__monthly-table .p-service-detailItem__monthly-table-left {
    padding: 17px .9722222222vw 15.5px .6944444444vw;
    padding: 1.0625rem .9722222222vw .96875rem .6944444444vw;
  }

  .p-service-detailItem__monthly-table .p-service-detailItem__monthly-table-right {
    padding: 17px .9722222222vw 15.5px .6944444444vw;
    padding: 1.0625rem .9722222222vw .96875rem .6944444444vw;
  }

  .p-service-detailItem__checkCard-checkItem {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-service__spot-item-price--large {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

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

  .l-subMv {
    margin-top: 68px;
  }

  .l-topMain {
    margin-top: 68px;
  }

  .c-serviceList__attention {
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-header {
    height: 68px;
  }

  .p-header__companyLogo {
    width: 220px;
    width: 13.75rem;
    max-width: initial;
  }

  .p-header__pcNav {
    display: none;
  }

  .p-header__pcTel {
    display: none;
  }

  .p-service-detailItem__checkCards {
    gap: 10px;
    gap: .625rem;
  }

  .p-service-detailItem__checkCard-checkItem::before {
    width: 16px;
    width: 1rem;
  }

  .p-service-detailItem__checkCard-checkItem::after {
    width: 9px;
    width: .5625rem;
  }

  .p-page-service__spot-item-title {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-service__spot-item-price {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-service__spot-item[data-number='5'] .p-page-service__spot-item-price {
    font-size: 19px;
    font-size: 1.1875rem;
  }

  .p-top-logoScroll {
    margin-top: -67px;
    margin-top: -4.1875rem;
  }
}

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

  .formWrap .formItem:not(:first-child) {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .formWrap .formItem.formItem--department {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .formWrap .formItem.formItem--textarea {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .formItem--privacy {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .wpcf7 .formItem {
    gap: 2px;
    gap: .125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wpcf7 .formItem .formTitle {
    width: 100%;
    font-size: 15px;
    font-size: .9375rem;
    text-align: left;
  }

  .wpcf7 .formItem .formTitle span {
    margin-left: 8px;
    margin-left: .5rem;
    padding: 2.4px 9px 3.6px;
    padding: .15rem .5625rem .225rem;
    font-size: 11px;
    font-size: .6875rem;
  }

  .wpcf7 .formItem .formText input,
  .wpcf7 .formItem .formText textarea {
    padding: 10px;
    padding: .625rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .wpcf7 .formItem .formText .company,
  .wpcf7 .formItem .formText .department {
    padding: 10px;
    padding: .625rem;
    max-width: 100%;
  }

  .wpcf7 .formItem .formText textarea {
    height: 200px;
    height: 12.5rem;
  }

  .wpcf7 .formItem .formText .employees {
    max-width: 100%;
  }

  .wpcf7 .formItem .wpcf7-not-valid-tip {
    font-size: 12px;
    font-size: .75rem;
  }

  .wpcf7 .formItem.formItem--name .formTitle {
    margin-top: 0;
  }

  .wpcf7 .formItem.formItem--mail .formTitle,
  .wpcf7 .formItem.formItem--tel .formTitle,
  .wpcf7 .formItem.formItem--employees .formTitle {
    margin-top: 0;
  }

  .wpcf7 .formItem.formItem--radio {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wpcf7 .formItem.formItem--radio .formText {
    margin-top: 4px;
    margin-top: .25rem;
  }

  .wpcf7 .formItem .wpcf7-radio.circle-radio {
    gap: 12px;
    gap: .75rem;
  }

  .wpcf7 .formItem .wpcf7-radio.circle-radio .wpcf7-list-item {
    font-size: 13px;
    font-size: .8125rem;
  }

  .wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 28px;
    padding-left: 1.75rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .formButton {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .formButton .c-button {
    padding: 12px 30px;
    padding: .75rem 1.875rem;
    min-width: 220px;
    min-width: 13.75rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .l-archivePagination {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .l-blogTwoCol {
    gap: 80px;
    gap: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-blogTwoCol__sidebar {
    width: 100%;
  }

  .l-contact--top {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .l-contact--office {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .l-contact-service {
    margin-top: 90px;
    margin-top: 5.625rem;
  }

  .l-contact-about {
    margin-top: 70px;
    margin-top: 4.375rem;
  }

  .l-contact--archive-voice,
  .l-contact--archive-blog {
    margin-top: 120px;
    margin-top: 7.5rem;
  }

  .l-contact--single-voice,
  .l-contact--single-blog {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .l-contact--contact {
    margin-top: 700px;
    margin-top: 43.75rem;
  }

  .l-footer--privacy-policy {
    margin-top: 100px;
    margin-top: 6.25rem;
  }

  .l-subMain.l-subMain--noMv {
    margin-top: calc(92px + 2.5rem);
  }

  .l-subMain.l-subMain--noMv-single {
    margin-top: 92px;
  }

  .l-wideSection {
    margin-inline: 25px;
    margin-inline: 1.5625rem;
  }

  .c-blogCard {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 14px 18px;
    padding: .875rem .875rem 1.125rem;
    max-width: 100%;
  }

  .c-blogCard::before {
    right: 10px;
    right: .625rem;
    bottom: 14px;
    bottom: .875rem;
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }

  .c-blogCard__image {
    border-radius: .75rem;
  }

  .c-blogCard__body {
    margin-top: 14px;
    margin-top: .875rem;
    padding: 0;
  }

  .c-blogCard__title {
    max-width: 100%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .c-blogCard__text {
    margin-top: 12px;
    margin-top: .75rem;
    max-width: 100%;
  }

  .c-blogCard__date {
    margin-top: 18px;
    margin-top: 1.125rem;
    font-size: 12px;
    font-size: .75rem;
  }

  .c-button {
    padding: 12px 38px 13px 32px;
    padding: .75rem 2.375rem .8125rem 2rem;
    width: auto;
    min-width: 219px;
    min-width: 13.6875rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .c-button.c-button--top-iconLinkContents {
    padding: 12px 38px 13px 32px;
    padding: .75rem 2.375rem .8125rem 2rem;
    min-width: 219px;
    min-width: 13.6875rem;
  }

  .c-button.c-button--page-simulation {
    padding: 12px 38px 13px 32px;
    padding: .75rem 2.375rem .8125rem 2rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .c-button.c-button--contact {
    padding: 12px 58px 13px 56px;
    padding: .75rem 3.625rem .8125rem 3.5rem;
    width: 219px;
    width: 13.6875rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .c-button::before {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }

  .c-button--contact .c-button__icon {
    right: 10px;
    right: .625rem;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }

  .c-button--page-simulation .c-button__icon {
    right: 10px;
    right: .625rem;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }

  .c-button--contact .c-button__icon::before {
    aspect-ratio: 14.42/11.85;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    width: .625rem;
    height: auto;
  }

  .c-button--page-simulation .c-button__icon::before {
    aspect-ratio: 10.67/8.76;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    width: .625rem;
    height: auto;
  }

  .c-floatingCta {
    display: none;
  }

  .c-pageTitle img {
    width: auto;
    height: 30px;
    height: 1.875rem;
  }

  .c-pageTitle__text {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .c-pageTitle--contact .c-pageTitle__text,
  .c-pageTitle--voice .c-pageTitle__text,
  .c-pageTitle--blog .c-pageTitle__text,
  .c-pageTitle--simulation .c-pageTitle__text,
  .c-pageTitle--privacy-policy .c-pageTitle__text {
    margin-top: 8px;
    margin-top: .5rem;
  }

  .c-sectionTitle.c-sectionTitle--sp-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .c-sectionTitle__ja {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .c-sectionTitle__eng {
    padding-left: 10px;
    padding-left: .625rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .c-sectionTitle__eng::before {
    width: 6px;
    width: .375rem;
    height: 6px;
    height: .375rem;
  }

  .c-serviceList__title {
    padding: 10px 24px;
    padding: .625rem 1.5rem;
    min-width: initial;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .c-serviceList__body {
    margin-top: -20px;
    margin-top: -1.25rem;
    padding: 40px 20px 20px;
    padding: 2.5rem 1.25rem 1.25rem;
  }

  .c-serviceList__items {
    gap: 10px;
    gap: .625rem;
  }

  .c-serviceList__item {
    padding: 10px;
    padding: .625rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .c-serviceList__item-textSmall {
    font-size: 12px;
    font-size: .75rem;
  }

  .c-serviceList__attention {
    margin-top: 6px;
    margin-top: .375rem;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.4;
  }

  .c-serviceList__attention--hight {
    margin-top: 6px;
    margin-top: .375rem;
  }

  .c-serviceList__attention p {
    padding-left: 26px;
    padding-left: 1.625rem;
  }

  .c-serviceList__attention p::before {
    top: 2px;
    top: .125rem;
    width: 18px;
    width: 1.125rem;
    height: 22px;
    height: 1.375rem;
  }

  .c-sub-sectionTitle {
    gap: 6px;
    gap: .375rem;
  }

  .c-sub-sectionTitle__ja {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .c-sub-sectionTitle--page-office-message .c-sub-sectionTitle__ja {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .c-sub-sectionTitle--page-office-companyProfile .c-sub-sectionTitle__ja,
  .c-sub-sectionTitle--page-about-strength .c-sub-sectionTitle__ja,
  .c-sub-sectionTitle--page-about-teamSupport .c-sub-sectionTitle__ja,
  .c-sub-sectionTitle--page-about-improvement .c-sub-sectionTitle__ja {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .c-sub-sectionTitle--page-about-strength .c-sub-sectionTitle__ja-large {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .c-sub-sectionTitle__eng {
    font-size: 12px;
    font-size: .75rem;
  }

  .c-sub-sectionTitle--page-office-message .c-sub-sectionTitle__eng {
    font-size: 14px;
    font-size: .875rem;
  }

  .c-voiceCard {
    padding-top: 16px;
    padding-top: 1rem;
    padding-left: 16px;
    padding-left: 1rem;
  }

  .c-voiceCard::before {
    width: 120px;
    width: 7.5rem;
    height: 120px;
    height: 7.5rem;
  }

  .c-voiceCard__image {
    top: 10px;
    top: .625rem;
    left: 10px;
    left: .625rem;
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
  }

  .c-voiceCard__block {
    padding: 14px 12px;
    padding: .875rem .75rem;
  }

  .c-voiceCard__head {
    margin-left: 100px;
    margin-left: 6.25rem;
    min-height: 60px;
    min-height: 3.75rem;
  }

  .c-voiceCard__head-profile {
    width: auto;
    font-size: 13px;
    font-size: .8125rem;
  }

  .c-voiceCard__body {
    margin-top: 14px;
    margin-top: .875rem;
    padding: 26px 16px 40px;
    padding: 1.625rem 1rem 2.5rem;
  }

  .c-voiceCard__body::before {
    right: 8px;
    right: .5rem;
    bottom: 10px;
    bottom: .625rem;
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }

  .c-voiceCard__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
  }

  .c-voiceCard__text {
    margin-top: 5px;
    margin-top: .3125rem;
    max-width: 100%;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-archive-blog__items {
    gap: 36px 20px;
    gap: 2.25rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    margin-top: 5rem;
    padding-right: 12px;
    padding-right: .75rem;
  }

  .l-container.p-archive-voice__inner {
    max-width: 100%;
  }

  .p-archive-voice__items {
    gap: 32px 16px;
    gap: 2rem 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-archivePagination {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-archivePagination .nav-links {
    gap: 6px;
    gap: .375rem;
  }

  .p-archivePagination .page-numbers {
    padding: 4px 8px 6px;
    padding: .25rem .5rem .375rem;
    width: 30px;
    width: 1.875rem;
  }

  .p-archivePagination .prev {
    padding: 4px 8px;
    padding: .25rem .5rem;
  }

  .p-archivePagination .next {
    padding: 4px 8px;
    padding: .25rem .5rem;
  }

  .p-blogSidebar {
    margin-top: 0;
  }

  .p-contact {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 46px;
    padding-bottom: 2.875rem;
  }

  .p-contact::before {
    width: 500px;
    width: 31.25rem;
    height: 500px;
    height: 31.25rem;
  }

  .p-contact__sectionTitle::before {
    top: -18px;
    top: -1.125rem;
    left: -89px;
    left: -5.5625rem;
    width: 70px;
    width: 4.375rem;
  }

  .p-contact__sectionTitle::after {
    top: -16px;
    top: -1rem;
    right: -92px;
    right: -5.75rem;
    width: 80px;
    width: 5rem;
  }

  .p-contact__text {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-contact__tel {
    margin-left: 0;
    padding-left: 50px;
    padding-left: 3.125rem;
  }

  .p-contact__tel::before {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }

  .p-contact__tel-number {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-contact__tel-time {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-contact__button {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-drawer__list-item-link {
    padding: 16px 25px 16px 10px;
    padding: 1rem 1.5625rem 1rem .625rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-drawer__list-item-link::before {
    right: 5px;
    right: .3125rem;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
  }

  .p-footer {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }

  .p-footer__companyLogo {
    max-width: 180px;
    max-width: 11.25rem;
  }

  .p-footer__navWrap {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-footer__navItems {
    gap: .5em 1em;
  }

  .p-footer__navItem-link {
    padding-block: 4px;
    padding-block: .25rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-footer__privacy {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-footer__banner {
    max-width: 260px;
    max-width: 16.25rem;
  }

  .p-footer__copyright {
    margin-top: 58px;
    margin-top: 3.625rem;
  }

  .p-footer__copyright-text {
    font-size: 12px;
    font-size: .75rem;
  }

  .p-iconLinkContents {
    -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: 46px 20px 42px;
    padding: 2.875rem 1.25rem 2.625rem;
    min-height: initial;
    text-align: center;
  }

  .p-iconLinkContents__sectionTitle {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-iconLinkContents__textBlock {
    display: contents;
    margin-top: 0;
  }

  .p-iconLinkContents__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 14px;
    margin-top: .875rem;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6;
  }

  .p-iconLinkContents__button {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-iconLinkContents[data-name=checkup] .p-iconLinkContents__button {
    margin-top: 22px;
    margin-top: 1.375rem;
  }

  .p-iconLinkContents__image {
    position: static;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .p-iconLinkContents[data-name=simulation] .p-iconLinkContents__image {
    -webkit-transform: initial;
    transform: initial;
    margin-top: 32px;
    margin-top: 2rem;
    max-width: 180px;
    max-width: 11.25rem;
  }

  .p-iconLinkContents[data-name=checkup] .p-iconLinkContents__image {
    -webkit-transform: initial;
    transform: initial;
    margin-top: 20px;
    margin-top: 1.25rem;
    margin-left: 10px;
    margin-left: .625rem;
    max-width: 140px;
    max-width: 8.75rem;
  }

  .p-improvementItem {
    border-radius: .625rem;
    padding: 30px 20px;
    padding: 1.875rem 1.25rem;
  }

  .p-improvementItem[data-name='2'] {
    padding: 30px 20px 40px;
    padding: 1.875rem 1.25rem 2.5rem;
  }

  .p-improvementItem[data-name='3'] {
    padding: 30px 20px 50px;
    padding: 1.875rem 1.25rem 3.125rem;
  }

  .p-improvementItem__titleBlock img {
    max-width: 120px;
    max-width: 7.5rem;
  }

  .p-improvementItem__title {
    margin-left: 0;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-improvementItem__item1-graph {
    margin-inline: auto;
    max-width: 420px;
    max-width: 26.25rem;
  }

  .p-improvementItem__item1-bottomText {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .p-improvementItem__item1-bottomText-icon {
    width: 35%;
    max-width: 120px;
    max-width: 7.5rem;
  }

  .p-improvementItem__item1-bottomText-mainText {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-improvementItem__item1-bottomText-exampleText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-improvementItem__item2-topContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    padding: 1.5rem;
    text-align: center;
  }

  .p-improvementItem__item2-topContents-textBlock-title {
    padding-bottom: 10px;
    padding-bottom: .625rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-improvementItem__item2-topContents-textBlock-title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-improvementItem__item2-topContents-image {
    margin-top: 20px;
    margin-top: 1.25rem;
    max-width: 200px;
    max-width: 12.5rem;
  }

  .p-improvementItem__item2-middleContents {
    padding: 34px 12px;
    padding: 2.125rem .75rem;
  }

  .p-improvementItem__item2-middleContents-title {
    text-align: center;
  }

  .p-improvementItem__item2-middleContents-chart {
    display: none;
  }

  .p-improvementItem__item2-middleContents-items {
    gap: 36px;
    gap: 2.25rem;
    padding-inline: 12px;
    padding-inline: .75rem;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 28px;
    margin-top: 1.75rem;
    width: 100%;
    max-width: 320px;
    max-width: 20rem;
  }

  .p-improvementItem__item2-middleContents-item-logos {
    margin-top: 12px;
    margin-top: .75rem;
    min-height: initial;
  }

  .p-improvementItem__item2-middleContents-item-checkList {
    margin-top: 12px;
    margin-top: .75rem;
    text-align: center;
  }

  .p-improvementItem__item2-middleContents-item-checkList-items {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }

  .p-improvementItem__item2-bottomContents {
    padding: 30px 20px 150px;
    padding: 1.875rem 1.25rem 9.375rem;
  }

  .p-improvementItem__item2-bottomContents-logos {
    top: initial;
    right: 50%;
    bottom: 16px;
    bottom: 1rem;
    -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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
  }

  .p-improvementItem__item2-bottomContents-process {
    margin-inline: auto;
    max-width: 480px;
    max-width: 30rem;
  }

  .p-improvementItem__item2-bottomContents-bottomText {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .p-improvementItem__item2-bottomContents-bottomText-subText {
    line-height: 1.1;
  }

  .p-improvementItem__item3-contents {
    padding: 30px 20px 40px;
    padding: 1.875rem 1.25rem 2.5rem;
  }

  .p-improvementItem__item3-contents-items {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .p-improvementItem__item3-contents-item {
    gap: 8px;
    gap: .5rem;
    -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-improvementItem__item3-contents-item[data-number='3'] {
    margin-left: 0;
  }

  .p-improvementItem__item3-contents-item[data-number='4'] {
    margin-left: 0;
  }

  .p-improvementItem__item3-contents-item-icon {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 80px;
    max-width: 5rem;
  }

  .p-improvementItem__item3-contents-item-textBlock {
    width: 100%;
    max-width: 230px;
    max-width: 14.375rem;
  }

  .p-improvementItem__item3-contents-item[data-number='1'] .p-improvementItem__item3-contents-item-icon img {
    margin-right: 0;
  }

  .p-improvementItem__item3-contents-item[data-number='2'] .p-improvementItem__item3-contents-item-icon img {
    margin-top: 0;
    margin-right: 0;
  }

  .p-improvementItem__item3-contents-item[data-number='3'] .p-improvementItem__item3-contents-item-icon img {
    margin-top: 0;
    margin-right: 0;
  }

  .p-improvementItem__item3-contents-item[data-number='4'] .p-improvementItem__item3-contents-item-icon img {
    margin-top: 0;
    margin-right: 0;
  }

  .p-page-about-improvement {
    margin-top: 32px;
    margin-top: 2rem;
    border-radius: .625rem;
    padding: 40px 20px;
    padding: 2.5rem 1.25rem;
  }

  .p-page-about-improvement__links {
    gap: 24px;
    gap: 1.5rem;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 36px;
    margin-top: 2.25rem;
    max-width: 500px;
    max-width: 31.25rem;
  }

  .p-page-about-improvement__link {
    padding: 32px 20px 50px;
    padding: 2rem 1.25rem 3.125rem;
  }

  .p-page-about-improvement__link::before {
    width: 130px;
    width: 8.125rem;
  }

  .p-page-about-improvement__link::after {
    bottom: 10px;
    bottom: .625rem;
    width: 20px;
    width: 1.25rem;
  }

  .p-page-about-improvement__link-title {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-page-about-improvement__link-text {
    margin-top: 10px;
    margin-top: .625rem;
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
  }

  .p-page-about-improvement__link-icon {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-page-about-improvement__items {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-about-strength__items {
    margin-inline: auto;
    margin-top: 20px;
    margin-top: 1.25rem;
    max-width: 558px;
    max-width: 34.875rem;
  }

  .p-page-about-teamSupport {
    margin-top: 40px;
    margin-top: 2.5rem;
    border-radius: .625rem;
    padding: 40px 20px;
    padding: 2.5rem 1.25rem;
  }

  .p-page-about-teamSupport__wrap {
    gap: 40px;
    gap: 2.5rem;
    -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: 30px;
    margin-top: 1.875rem;
  }

  .p-page-about-teamSupport__textBlock {
    margin-top: 0;
    text-align: center;
  }

  .p-page-about-teamSupport__text {
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-about-teamSupport__text-labels {
    margin-top: 0;
  }

  .p-page-about-teamSupport__text-label {
    margin-right: 2px;
    margin-right: .125rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-about-teamSupport__logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 26px;
    margin-top: 1.625rem;
  }

  .p-page-about-teamSupport__pointLists {
    position: static;
  }

  .p-page-about-teamSupport__pointList {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-about-teamSupport__pointBlock {
    gap: 16px;
    gap: 1rem;
    -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;
    border-radius: .625rem;
    padding: 24px 20px;
    padding: 1.5rem 1.25rem;
  }

  .p-page-about-teamSupport__pointBlock-icon {
    margin-top: 0;
    margin-left: -8px;
    margin-left: -.5rem;
    max-width: 80px;
    max-width: 5rem;
  }

  .p-page-about-teamSupport__pointBlock-textBlock {
    text-align: center;
  }

  .p-page-about-teamSupport__pointBlock-textBlock-title {
    padding-bottom: 8px;
    padding-bottom: .5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-about-teamSupport__pointBlock-textBlock-title-text {
    margin-left: 0;
  }

  .p-page-about-teamSupport__pointBlock-textBlock-text {
    margin-top: 10px;
    margin-top: .625rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-about {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .l-container.p-page-about__inner {
    padding: 0 20px;
    padding: 0 1.25rem;
  }

  .p-page-about__decoText {
    display: none;
  }

  .p-page-about__verticalTitle {
    position: static;
    font-size: 26px;
    font-size: 1.625rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
  }

  .p-page-about__sectionWrap {
    margin-top: 30px;
    margin-top: 1.875rem;
    margin-left: 0;
    max-width: 100%;
  }

  .l-container.p-page-contact__inner {
    padding-inline: 20px;
    padding-inline: 1.25rem;
    max-width: 100%;
  }

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

  .p-page-office-companyProfile {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-office-companyProfile__bgContent {
    padding: 40px 20px 30px;
    padding: 2.5rem 1.25rem 1.875rem;
  }

  .p-page-office-companyProfile__title {
    margin-left: 0;
  }

  .p-page-office-companyProfile__wrap {
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-page-office-companyProfile__image {
    aspect-ratio: 3/2;
    max-width: 100%;
  }

  .p-page-office-companyProfile__listItems {
    gap: 12px;
    gap: .75rem;
    max-width: 100%;
  }

  .p-page-office-companyProfile__listItem {
    gap: 6px;
    gap: .375rem;
    -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-bottom: 14px;
    padding-bottom: .875rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-office-companyProfile__listItem-title {
    margin-right: 0;
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-office-companyProfile__listItem-text {
    margin-left: 1.3em;
    width: 100%;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-office-message {
    margin-top: 38px;
    margin-top: 2.375rem;
  }

  .l-container.p-page-office-message__inner {
    max-width: 100%;
  }

  .p-page-office-message__bgContent {
    padding: 32px 20px 40px;
    padding: 2rem 1.25rem 2.5rem;
  }

  .p-page-office-message__textBlocks {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .p-page-office-message__textBlock-title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-office-message__textBlock-text {
    margin-top: 12px;
    margin-top: .75rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-office-message__textBlock-text:first-child {
    margin-top: 38px;
    margin-top: 2.375rem;
  }

  .p-page-office-origin {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-office-origin__content {
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-page-office-origin__content-head {
    padding: 20px 10px;
    padding: 1.25rem .625rem;
  }

  .p-page-office-origin__content-head-logos {
    gap: 12px;
    gap: .75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-office-origin__content-head-logo--eng {
    max-width: 160px;
    max-width: 10rem;
  }

  .p-page-office-origin__content-head-logo--ja {
    max-width: 220px;
    max-width: 13.75rem;
  }

  .p-page-office-origin__content-body {
    padding: 30px 16px 40px;
    padding: 1.875rem 1rem 2.5rem;
  }

  .p-page-office-origin__content-body-items {
    gap: 38px;
    gap: 2.375rem;
  }

  .p-page-office-origin__content-body-item {
    gap: 4px;
    gap: .25rem;
    -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;
    text-align: center;
  }

  .p-page-office-origin__content-body-word--in img {
    margin-right: 0;
    max-width: 36px;
    max-width: 2.25rem;
  }

  .p-page-office-origin__content-body-word--prove img {
    max-width: 120px;
    max-width: 7.5rem;
  }

  .p-page-office-origin__content-body-text {
    margin-top: 4px;
    margin-top: .25rem;
    padding-left: 0;
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.7;
    text-align: center;
  }

  .p-page-office-origin__bottomText {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-page-office-origin__bottomText-text {
    margin-left: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
  }

  .p-page-office-origin__bottomText-text-border {
    padding-bottom: 2px;
    padding-bottom: .125rem;
  }

  .p-page-office-representative {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-page-office-representative__wrap {
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-page-office-representative__image {
    margin-inline: auto;
    margin-top: 0;
    max-width: 90%;
  }

  .p-page-office-representative__textBlock {
    margin-inline: auto;
    max-width: 100%;
  }

  .p-page-office-representative__textBlock-inner {
    padding-left: 0;
  }

  .p-page-office-representative__profile {
    padding-inline: 20px;
    padding-inline: 1.25rem;
    padding-bottom: 18px;
    padding-bottom: 1.125rem;
    width: 100%;
  }

  .p-page-office-representative__name-ja {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .p-page-office-representative__name-eng {
    margin-left: 0;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-office-representative__position {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-office-representative__text {
    gap: 1lh;
    padding-inline: 10px;
    padding-inline: .625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2;
  }

  .p-page-office-support {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-page-office-support__title {
    margin-left: 0;
  }

  .p-page-office-support__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-office-support__item-title-text {
    padding: 4px 16px;
    padding: .25rem 1rem;
    min-width: 210px;
    min-width: 13.125rem;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-page-office-support__item-body {
    margin-top: -18px;
    margin-top: -1.125rem;
  }

  .p-page-office-support__item-body-head {
    padding: 28px 16px 20px;
    padding: 1.75rem 1rem 1.25rem;
    min-height: auto;
  }

  .p-page-office-support__item-body-head-text {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-office-support__item-body-bottom {
    padding: 20px 10px 24px;
    padding: 1.25rem .625rem 1.5rem;
  }

  .p-page-office-support__item-body-logo {
    margin-left: 0;
    max-width: 200px;
    max-width: 12.5rem;
  }

  .p-page-office-support__item--hr .p-page-office-support__item-body-logo {
    max-width: 200px;
    max-width: 12.5rem;
  }

  .p-page-office-support__item-body-listItems {
    margin-top: 16px;
    margin-top: 1rem;
    margin-left: 0;
  }

  .p-page-office-support__item--hr .p-page-office-support__item-body-listItems {
    margin-top: 16px;
    margin-top: 1rem;
    margin-left: 0;
  }

  .p-page-office-support__item-body-listItem {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-page-office-support__arrow {
    top: 47.5%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    max-width: 100px;
    max-width: 6.25rem;
  }

  .p-page-privacyPolicy__contents {
    margin-top: 54px;
    margin-top: 3.375rem;
  }

  .p-page-privacyPolicy__section:not(:first-child) {
    margin-top: 32px;
    margin-top: 2rem;
  }

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

  .p-page-privacyPolicy__heading {
    border-bottom-width: 1px;
    padding-bottom: 6px;
    padding-bottom: .375rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-privacyPolicy__subHeading {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-page-privacyPolicy__list {
    margin-top: 12px;
    margin-top: .75rem;
  }

  .p-page-privacyPolicy__listItem:not(:first-child) {
    margin-top: 12px;
    margin-top: .75rem;
  }

  .p-page-privacyPolicy__listHeading {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
  }

  .p-page-privacyPolicy__text {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
  }

  .p-page-privacyPolicy__text:not(:first-child) {
    margin-top: 6px;
    margin-top: .375rem;
  }

  .p-page-privacyPolicy__heading + .p-page-privacyPolicy__text {
    margin-top: 10px;
    margin-top: .625rem;
  }

  .p-page-privacyPolicy__listHeading + .p-page-privacyPolicy__text {
    margin-top: 3px;
    margin-top: .1875rem;
  }

  .p-page-service {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-service__serviceListItems {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-page-service__detailItems {
    gap: 15px;
    gap: .9375rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-page-simulation__contents {
    margin-top: 40px;
    margin-top: 2.5rem;
    border-radius: .625rem;
    padding: 50px 20px 20px;
    padding: 3.125rem 1.25rem 1.25rem;
  }

  .p-service-advisorTable {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    padding-bottom: .5rem;
    overflow-x: auto;
  }

  .p-service-advisorTable__table {
    min-width: 700px;
    min-width: 43.75rem;
  }

  .p-service-advisorTable__cell {
    padding: 10px 4px 9px 2px;
    padding: .625rem .25rem .5625rem .125rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-service-advisorTable__cell-smallText {
    font-size: 10px;
    font-size: .625rem;
  }

  .p-service-advisorTable__cell-puls {
    font-size: 12px;
    font-size: .75rem;
  }

  .p-service-advisorTable__row--head .p-service-advisorTable__cell {
    padding: 12px 3px 11px 6px;
    padding: .75rem .1875rem .6875rem .375rem;
  }

  .p-service-advisorTable__row--subHead .p-service-advisorTable__cell {
    font-size: 12px;
    font-size: .75rem;
  }

  .p-service-advisorTable__cell--left {
    padding: 12px 2px;
    padding: .75rem .125rem;
  }

  .p-service-advisorTable__leftHead {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-service-advisorTable__list li {
    font-size: 11px;
    font-size: .6875rem;
  }

  .p-service-detailItem {
    border-radius: .875rem;
  }

  .p-service-detailItem[data-name=consultant] {
    padding: 35px 20px;
    padding: 2.1875rem 1.25rem;
  }

  .p-service-detailItem[data-name=labor],
  .p-service-detailItem[data-name=payroll] {
    padding: 35px 20px;
    padding: 2.1875rem 1.25rem;
  }

  .p-service-detailItem[data-name=environment],
  .p-service-detailItem[data-name=rule] {
    padding: 35px 20px;
    padding: 2.1875rem 1.25rem;
  }

  .p-service-detailItem__title {
    margin-left: 0;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-service-detailItem__flex {
    gap: 40px;
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 26px;
    margin-top: 1.625rem;
  }

  .p-service-detailItem__monthlyWrap {
    gap: 20px;
    gap: 1.25rem;
    max-width: 100%;
  }

  .p-service-detailItem__monthly {
    max-width: 100%;
  }

  .p-service-detailItem__monthly-head {
    padding: 6px 8px;
    padding: .375rem .5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-service-detailItem__monthly-price {
    margin-top: 14px;
    margin-top: .875rem;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
  }

  .p-service-detailItem[data-name=labor] .p-service-detailItem__monthly-price {
    margin-left: 0;
  }

  .p-service-detailItem[data-name=payroll] .p-service-detailItem__monthly-price {
    margin-left: 0;
  }

  .p-service-detailItem__monthly-price-tax {
    margin-left: 2px;
    margin-left: .125rem;
    font-size: 12px;
    font-size: .75rem;
  }

  .p-service-detailItem__monthly-price-name {
    margin-left: -2px;
    margin-left: -.125rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-service-detailItem__monthly-price-small {
    margin-left: 0;
    font-size: 13px;
    font-size: .8125rem;
    text-align: center;
  }

  .p-service-detailItem__monthly-table {
    border-radius: .625rem;
  }

  .p-service-detailItem__monthly-table td {
    padding: 12px 8px;
    padding: .75rem .5rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-service-detailItem__monthly-table .p-service-detailItem__monthly-table-left {
    padding: 10px;
    padding: .625rem;
    width: 50%;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-service-detailItem__monthly-table .p-service-detailItem__monthly-table-right {
    padding: 10px;
    padding: .625rem;
    width: 50%;
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-service-detailItem__monthly-price-noteWrap {
    gap: 0;
    margin-top: 12px;
    margin-top: .75rem;
    margin-top: 0;
  }

  .p-service-detailItem__monthly-price-note {
    margin-top: 8px;
    margin-top: .5rem;
    margin-left: 0;
    font-size: 12px;
    font-size: .75rem;
    text-align: left;
    white-space: normal;
  }

  .p-service-detailItem__checkCards {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }

  .p-service-detailItem[data-name=consultant] .p-service-detailItem__checkCard {
    padding: 25px 20px 36px;
    padding: 1.5625rem 1.25rem 2.25rem;
  }

  .p-service-detailItem[data-name=labor] .p-service-detailItem__checkCard {
    padding: 25px 20px 36px;
    padding: 1.5625rem 1.25rem 2.25rem;
  }

  .p-service-detailItem[data-name=payroll] .p-service-detailItem__checkCard {
    padding: 25px 20px 36px;
    padding: 1.5625rem 1.25rem 2.25rem;
  }

  .p-service-detailItem__checkCard-icon img {
    max-width: 90px;
    max-width: 5.625rem;
  }

  .p-service-detailItem__checkCard-title {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-bottom: 10px;
    padding-bottom: .625rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-service-detailItem[data-name=labor] .p-service-detailItem__checkCard-title {
    margin-top: 20px;
    margin-top: 1.25rem;
    min-height: initial;
  }

  .p-service-detailItem[data-name=payroll] .p-service-detailItem__checkCard:last-child .p-service-detailItem__checkCard-title {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .p-service-detailItem__checkCard-checkItems {
    gap: 6px;
    gap: .375rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
    margin-top: 1.25rem;
    width: auto;
  }

  .p-service-detailItem__checkCard-checkItems.p-service-detailItem__checkCard-checkItems--twoCol {
    gap: 16px 20px;
    gap: 1rem 1.25rem;
  }

  .p-service-detailItem__advisor-tableWrap-title {
    font-size: 22px;
    font-size: 1.375rem;
  }

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

  .p-page-service__spot-titleBlock-main {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .p-page-service__spot-titleBlock-sub {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-page-service__spot-items {
    gap: 20px;
    gap: 1.25rem;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 580px;
    max-width: 36.25rem;
  }

  .p-page-service__spot-item {
    padding: 40px 20px;
    padding: 2.5rem 1.25rem;
  }

  .p-page-service__spot-item-icon {
    max-width: 70px;
    max-width: 4.375rem;
  }

  .p-page-service__spot-item[data-number='5'] .p-page-service__spot-item-icon {
    margin-top: 0;
  }

  .p-page-service__spot-item-body {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-page-service__spot-item[data-number='4'] .p-page-service__spot-item-body {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-page-service__spot-item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-service__spot-item-price {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-page-service__spot-item-bottomText {
    margin-top: 14px;
    margin-top: .875rem;
    min-height: initial;
    font-size: 12px;
    font-size: .75rem;
  }

  .p-service-ruleTable__tax {
    line-height: 1.4;
  }

  .p-service-ruleTable__row--header {
    margin-top: 10px;
    margin-top: .625rem;
  }

  .p-service-ruleTable__cell--empty {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 24%;
    height: initial;
  }

  .p-service-ruleTable__cell--topHead-service,
  .p-service-ruleTable__cell--topHead-price {
    padding: 13px 8px 18px 10px;
    padding: .8125rem .5rem 1.125rem .625rem;
    width: 38%;
    height: initial;
  }

  .p-service-ruleTable__cell--leftHead-first,
  .p-service-ruleTable__cell--leftHead-middle,
  .p-service-ruleTable__cell--leftHead-last {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding: 20px 8px 22px 10px;
    padding: 1.25rem .5rem 1.375rem .625rem;
    width: 24%;
  }

  .p-service-ruleTable__cell--leftHead-first {
    height: initial;
  }

  .p-service-ruleTable__cell--leftHead-middle {
    height: initial;
  }

  .p-service-ruleTable__cell--leftHead-last {
    height: initial;
  }

  .p-service-ruleTable__cell--data-service,
  .p-service-ruleTable__cell--data-price {
    padding: 8px 6px 11px 8px;
    padding: .5rem .375rem .6875rem .5rem;
    width: 38%;
    height: initial;
  }

  .p-service-ruleTable__row--data-middle .p-service-ruleTable__cell--data-service,
  .p-service-ruleTable__row--data-middle .p-service-ruleTable__cell--data-price {
    height: initial;
  }

  .p-service-ruleTable__topHead,
  .p-service-ruleTable__leftHead {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .p-service-ruleTable__leftHead-small {
    margin-top: 4px;
    margin-top: .25rem;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.1;
  }

  .p-service-ruleTable__content-text {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-service-ruleTable__content-price {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }

  .p-service-ruleTable__content-price--large {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-service-ruleTable__content-unit {
    font-size: 12px;
    font-size: .75rem;
    text-align: center;
  }

  .p-service-ruleTable__content-note {
    font-size: 12px;
    font-size: .75rem;
    text-align: center;
  }

  .p-service-ruleTable__content-label {
    padding: 1px 10px 3px 11px;
    padding: 1px .625rem .1875rem .6875rem;
    min-width: 50px;
    min-width: 3.125rem;
    font-size: 10px;
    font-size: .625rem;
  }

  .p-simulation {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-simulation__steps {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    max-width: initial;
  }

  .p-simulation__step {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-simulation__step:not(:last-child) {
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }

  .p-simulation__step-title {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-simulation__step-title-number {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .p-simulation__step-title-text {
    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-size: 20px;
    font-size: 1.25rem;
  }

  .p-simulation__step-title-text-small {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2;
  }

  .p-simulation__step-radioItems {
    gap: 16px;
    gap: 1rem;
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-simulation__step-radioItem-input-text {
    padding-left: 38px;
    padding-left: 2.375rem;
  }

  .p-simulation__step-radioItem-input-text::before {
    width: 28px;
    width: 1.75rem;
    height: 28px;
    height: 1.75rem;
  }

  .p-simulation__step-radioItem-input-text::after {
    left: 7px;
    left: .4375rem;
    width: 13px;
    width: .8125rem;
    height: 13px;
    height: .8125rem;
  }

  .p-simulation__step-numberItem {
    gap: 6px;
    gap: .375rem;
    -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: 14px;
    margin-top: .875rem;
  }

  .p-simulation__step-numberItem-input-wrap {
    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;
    width: 100%;
  }

  .p-simulation__step-numberItem-input {
    width: 100%;
    height: 45px;
    height: 2.8125rem;
  }

  .p-simulation__step-numberItem-input-text {
    margin-left: auto;
  }

  .p-simulation__checkItem {
    margin-top: 6px;
    margin-top: .375rem;
  }

  .p-simulation__checkItem-box-text {
    padding-left: 40px;
    padding-left: 2.5rem;
  }

  .p-simulation__checkItem-box-text::before {
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
  }

  .p-simulation__checkItem-box-text::after {
    left: 10px;
    left: .625rem;
    width: 8px;
    width: .5rem;
    height: 14px;
    height: .875rem;
  }

  .p-simulation__result {
    max-width: 100%;
  }

  .p-simulation__result-block {
    border-radius: .625rem;
    padding: 20px 12px 12px;
    padding: 1.25rem .75rem .75rem;
  }

  .p-simulation__result-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .p-simulation__result-title-small {
    font-size: 12px;
    font-size: .75rem;
  }

  .p-simulation__result-wrap {
    padding: 20px;
    padding: 1.25rem;
  }

  .p-simulation__result-total {
    gap: 8px;
    gap: .5rem;
    -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-simulation__result-total-text {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-simulation__result-total-number {
    font-size: 34px;
    font-size: 2.125rem;
  }

  .p-simulation__result-total-number-small {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-simulation__result-detailWrap {
    margin-top: 10px;
    margin-top: .625rem;
  }

  .p-simulation__result-detailItems {
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-simulation__result-month {
    gap: 8px;
    gap: .5rem;
    -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-simulation__result-month-text {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-simulation__result-month-number {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .p-simulation__result-month-number-small {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-simulation__button {
    margin-inline: auto;
    margin-top: 16px;
    margin-top: 1rem;
    max-width: 300px;
    max-width: 18.75rem;
  }

  .p-simulation__result-attention {
    margin-top: 14px;
    margin-top: .875rem;
    font-size: 12px;
    font-size: .75rem;
  }

  .p-single-blog {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-single-blog__archiveButton--pageBottom {
    margin-top: 100px;
    margin-top: 6.25rem;
  }

  .p-single-blog__archiveButton-link {
    padding-left: 24px;
    padding-left: 1.5rem;
  }

  .p-single-blog__archiveButton-link::before {
    width: 16px;
    width: 1rem;
    height: 15px;
    height: .9375rem;
  }

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

  .p-single-blog__title {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-single-blog__date {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-single-blog__image {
    margin-top: 40px;
    margin-top: 2.5rem;
    width: 100%;
  }

  .p-single-blog__content h1 {
    margin-top: 2em;
    margin-bottom: .8em;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-single-blog__content h2 {
    margin-top: 2em;
    margin-bottom: .8em;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-single-blog__content h3 {
    margin-top: 1.6em;
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .p-single-blog__content h4 {
    margin-top: 1.4em;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-single-blog__content h5 {
    margin-top: 1.4em;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-single-blog__content h6 {
    margin-top: 1.4em;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-single-blog__content p {
    margin-bottom: .8em;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.7;
  }

  .p-single-blog__content ul,
  .p-single-blog__content ol {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .p-single-blog__content ul li,
  .p-single-blog__content ol li {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.7;
  }

  .p-single-blog__content ul li:not(:first-of-type),
  .p-single-blog__content ol li:not(:first-of-type) {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-single-blog__content ul li {
    padding-left: 20px;
    padding-left: 1.25rem;
    text-indent: -16px;
    text-indent: -1rem;
  }

  .p-single-blog__content ul li::before {
    margin-right: 8px;
    margin-right: .5rem;
    width: 6px;
    width: .375rem;
    height: 6px;
    height: .375rem;
  }

  .p-single-blog__content figure {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .p-single-blog__content .wp-block-table table {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 800px;
    width: 50rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-single-blog__content .wp-block-table table th,
  .p-single-blog__content .wp-block-table table td {
    padding: 12px 14px;
    padding: .75rem .875rem;
  }

  .p-single-blog__content .wp-block-table table th strong {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-single-blog__content .wp-block-buttons {
    gap: 16px;
    gap: 1rem;
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .p-single-blog__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-blog__content .wp-block-buttons .wp-block-button__link.wp-element-button:hover {
    background-color: #2450A8;
    color: #FFF;
  }

  .p-single-blog__content blockquote,
  .p-single-blog__content q {
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
  }

  .p-single-blog__content {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

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

  .p-single-blog__sidebar {
    margin-inline: auto;
    max-width: 500px;
    max-width: 31.25rem;
  }

  .p-single-col {
    gap: 32px;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-single-col__image {
    max-width: 100%;
  }

  .p-single-col__body {
    max-width: 100%;
  }

  .p-single-col__title {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .p-single-col__profile {
    margin-top: 14px;
    margin-top: .875rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-single-col__content h1 {
    margin-top: 2em;
    margin-bottom: .8em;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-single-col__content h2 {
    margin-top: 2em;
    margin-bottom: .8em;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-single-col__content h3 {
    margin-top: 1.6em;
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .p-single-col__content h4 {
    margin-top: 1.4em;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-single-col__content h5 {
    margin-top: 1.4em;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-single-col__content h6 {
    margin-top: 1.4em;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-single-col__content p {
    margin-bottom: .8em;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.7;
  }

  .p-single-col__content ul,
  .p-single-col__content ol {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .p-single-col__content ul li,
  .p-single-col__content ol li {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.7;
  }

  .p-single-col__content ul li:not(:first-of-type),
  .p-single-col__content ol li:not(:first-of-type) {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-single-col__content ul li {
    padding-left: 20px;
    padding-left: 1.25rem;
    text-indent: -16px;
    text-indent: -1rem;
  }

  .p-single-col__content ul li::before {
    margin-right: 8px;
    margin-right: .5rem;
    width: 6px;
    width: .375rem;
    height: 6px;
    height: .375rem;
  }

  .p-single-col__content figure {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .p-single-col__content .wp-block-table table {
    margin-bottom: 10px;
    margin-bottom: .625rem;
    width: 800px;
    width: 50rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-single-col__content .wp-block-table table th,
  .p-single-col__content .wp-block-table table td {
    padding: 12px 14px;
    padding: .75rem .875rem;
  }

  .p-single-col__content .wp-block-table table th strong {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-single-col__content .wp-block-buttons {
    gap: 16px;
    gap: 1rem;
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }

  .p-single-col__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-col__content .wp-block-buttons .wp-block-button__link.wp-element-button:hover {
    background-color: #2450A8;
    color: #FFF;
  }

  .p-single-col__content blockquote,
  .p-single-col__content q {
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
  }

  .p-single-col__content {
    margin-top: 32px;
    margin-top: 2rem;
    max-width: 100%;
  }

  .p-single-voice {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-single-voice__archiveButton--pageBottom {
    margin-top: 70px;
    margin-top: 4.375rem;
  }

  .p-single-voice__archiveButton-link {
    padding: 3px 3px 3px 24px;
    padding: .1875rem .1875rem .1875rem 1.5rem;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-single-voice__archiveButton-link::before {
    top: 48%;
    width: 16px;
    width: 1rem;
  }

  .p-singlePagination__item a {
    padding: 8px;
    padding: .5rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-singlePagination__arrow {
    margin-bottom: 0;
    width: 10px;
    width: .625rem;
    height: 10px;
    height: .625rem;
  }

  .p-singlePagination__arrow::before {
    width: 10px;
    width: .625rem;
    height: 10px;
    height: .625rem;
  }

  .p-strengthNumbers {
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-strengthNumbers__itemWrap {
    padding-top: 28px;
    padding-top: 1.75rem;
    max-width: 100%;
  }

  .p-strengthNumbers__itemWrap::before {
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
  }

  .p-strengthNumbers__itemWrap-number {
    top: 5px;
    top: .3125rem;
    font-size: 32px;
    font-size: 2rem;
  }

  .p-strengthNumbers__item {
    padding: 30px 16px 24px;
    padding: 1.875rem 1rem 1.5rem;
  }

  .p-strengthNumbers__item-icon {
    max-width: 180px;
    max-width: 11.25rem;
  }

  .p-strengthNumbers__item-body {
    padding: 24px 10px 26px;
    padding: 1.5rem .625rem 1.625rem;
    height: auto;
  }

  .p-strengthNumbers__item-title {
    padding-bottom: 12px;
    padding-bottom: .75rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-strengthNumbers__itemWrap[data-number='1'] .p-strengthNumbers__item-title {
    margin-top: 10px;
    margin-top: .625rem;
  }

  .p-strengthNumbers__itemWrap[data-number='3'] .p-strengthNumbers__item-title {
    margin-top: 0;
  }

  .p-strengthNumbers__item-title::before {
    width: 36px;
    width: 2.25rem;
  }

  .p-strengthNumbers__item-text {
    margin-top: 10px;
    margin-top: .625rem;
    margin-left: 0;
    font-size: 14px;
    font-size: .875rem;
  }

  .p-subMv {
    aspect-ratio: 375/156;
    max-height: 240px;
    max-height: 15rem;
  }

  .p-subMv.p-subMv--about::before {
    display: none;
  }

  .p-subMv__textBlock {
    padding-inline: 30px;
    padding-inline: 1.875rem;
    top: 53%;
    width: 100%;
  }

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

  .p-top-about__wrap {
    gap: 20px;
    gap: 1.25rem;
    -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-top-about__image {
    border-radius: 1.25rem;
    max-width: 480px;
    max-width: 30rem;
  }

  .p-top-about__textCircle {
    margin-top: 0;
    margin-left: 0;
    padding: 72px 30px 70px;
    padding: 4.5rem 1.875rem 4.375rem;
    max-width: 460px;
    max-width: 28.75rem;
  }

  .p-top-about__text {
    margin-top: 18px;
    margin-top: 1.125rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
  }

  .p-top-about__button {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-top-blog {
    margin-top: 50px;
    margin-top: 3.125rem;
    border-radius: 1.875rem;
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
  }

  .p-top-blog__items {
    margin-inline: auto;
    -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: 30px;
    margin-top: 1.875rem;
    width: 100%;
    max-width: 420px;
    max-width: 26.25rem;
  }

  .p-top-blog__button {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-top-checkup {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-top-colorWrap {
    padding-top: 52px;
    padding-top: 3.25rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }

  .p-top-firstContents__wrap {
    -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-firstContents__textBlock {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-left: 0;
  }

  .p-top-firstContents__mainText {
    margin-inline: auto;
    max-width: 86%;
  }

  .p-top-firstContents__image {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-right: 0;
    width: 45%;
    max-width: 220px;
    max-width: 13.75rem;
  }

  .p-top-logoScroll {
    margin-top: -24px;
    margin-top: -1.5rem;
    padding: 44px 0 24px;
    padding: 2.75rem 0 1.5rem;
  }

  .p-top-logoScroll__topText {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .p-top-logoScroll__topText p {
    margin-left: 0;
  }

  .p-top-logoScroll__tracks {
    margin-top: 12px;
    margin-top: .75rem;
  }

  .p-top-service {
    margin-top: 68px;
    margin-top: 4.25rem;
    border-radius: 1.875rem;
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .p-top-service__sectionTitle {
    padding-left: 0;
    text-align: center;
  }

  .p-top-service__items {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-top-service__button {
    position: static;
    margin-top: 32px;
    margin-top: 2rem;
    text-align: center;
  }

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

  .p-top-support__topText {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    text-align: center;
  }

  .p-top-support__wrap {
    gap: 24px;
    gap: 1.5rem;
    -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;
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-top-support__textBlock {
    max-width: 100%;
    text-align: left;
  }

  .p-top-support__textBlock-checkGroup {
    border-radius: 1.5rem;
    padding: 24px 20px;
    padding: 1.5rem 1.25rem;
  }

  .p-top-support__textBlock-checkItem {
    padding-left: 32px;
    padding-left: 2rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .p-top-support__textBlock-checkItem::before {
    width: 22px;
    width: 1.375rem;
    height: 22px;
    height: 1.375rem;
  }

  .p-top-support__textBlock-bottomText {
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.7;
    text-align: center;
  }

  .p-top-support__deco {
    max-width: 220px;
    max-width: 13.75rem;
  }

  .p-top-voice {
    padding-top: 68px;
    padding-top: 4.25rem;
    padding-bottom: 0;
  }

  .p-top-voice::before {
    top: -80px;
    top: -5rem;
    right: -80px;
    right: -5rem;
    bottom: initial;
    left: initial;
    -webkit-transform: initial;
    transform: initial;
    width: auto;
    height: 90%;
  }

  .p-top-voice__sectionTitle {
    margin-left: 0;
    text-align: center;
  }

  .p-top-voice__items {
    -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: 32px;
    margin-top: 2rem;
    margin-right: 0;
    margin-left: -10px;
    margin-left: -.625rem;
  }

  .p-top-voice__button {
    position: static;
    margin-top: 36px;
    margin-top: 2.25rem;
    text-align: center;
  }

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

  .u-onlySp {
    display: block;
  }

  .u-ml-sp0 {
    margin-left: 0;
  }

  .u-mt-sp0 {
    margin-top: 0;
  }

  .u-mt-4--sp {
    margin-top: 4px;
    margin-top: .25rem;
  }
}

@media (max-width: 680px) {

  .p-single-blog__supervisorBlock {
    margin-inline: auto;
    padding: 1.5em 2em;
    width: 100%;
    max-width: 480px;
    max-width: 30rem;
  }

  .p-single-blog__supervisorBlock .is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 620px) {

  .p-single-blog__adviceBlock {
    gap: 1.4em !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-single-blog__adviceBlock h2 {
    line-height: 1.3 !important;
  }

  .p-single-blog__adviceBlock .is-layout-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

  .c-button.c-button--top-about {
    padding: 12px 20px 13px 14px;
    padding: .75rem 1.25rem .8125rem .875rem;
    width: 47vw;
    min-width: initial;
    max-width: 219px;
    max-width: 13.6875rem;
  }

  .c-voiceCard__head {
    padding-right: 11px;
    padding-right: .6875rem;
  }

  .c-voiceCard__text {
    margin-top: 12px;
    margin-top: .75rem;
  }

  .p-archive-blog__items {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-right: 0;
  }

  .p-archive-voice__items {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 50px;
    margin-top: 3.125rem;
    margin-left: -10px;
    margin-left: -.625rem;
    padding-right: 0;
  }

  .p-improvementItem__item2-bottomContents {
    padding: 30px 20px 180px;
    padding: 1.875rem 1.25rem 11.25rem;
  }

  .p-improvementItem__item2-bottomContents-logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-improvementItem__item3-contents-items {
    margin-top: 36px;
    margin-top: 2.25rem;
  }

  .p-improvementItem__item3-contents-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-improvementItem__item3-contents-item-textBlock {
    text-align: center;
  }

  .p-service-detailItem[data-name=environment] .p-service-detailItem__checkCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 20px 36px;
    padding: 1.5625rem 1.25rem 2.25rem;
  }

  .p-service-detailItem[data-name=environment] .p-service-detailItem__checkCard-body {
    text-align: center;
  }

  .p-service-detailItem[data-name=environment] .p-service-detailItem__checkCard-title {
    text-align: center;
  }

  .p-top-about__textCircle {
    margin-right: calc(50% - 49vw);
    margin-left: calc(50% - 49vw);
    padding: 70px 30px 70px;
    padding: 4.375rem 1.875rem 4.375rem;
    width: 98vw;
  }

  .p-top-about__text {
    margin-top: 14px;
    margin-top: .875rem;
    font-size: 2.8vw;
  }

  .p-top-about__button {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .u-onlySp--sm {
    display: block;
  }
}

@media (max-width: 480px) {

  .p-single-blog__supervisorBlock {
    padding: 1.5em 1em;
  }
}

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

  .c-pageTitle img {
    height: 28px;
    height: 1.75rem;
  }

  .c-voiceCard__head-profile {
    max-width: 160px;
    max-width: 10rem;
  }

  .p-contact {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }

  .p-contact::before {
    width: 420px;
    width: 26.25rem;
    height: 420px;
    height: 26.25rem;
  }

  .p-contact__sectionTitle::before {
    left: -78px;
    left: -4.875rem;
    width: 60px;
    width: 3.75rem;
  }

  .p-contact__sectionTitle::after {
    right: -82px;
    right: -5.125rem;
    width: 70px;
    width: 4.375rem;
  }

  .p-service-detailItem__checkCard-checkItems.p-service-detailItem__checkCard-checkItems--twoCol {
    grid-template-columns: 1fr;
  }

  .p-top-about__textCircle {
    padding: 60px 30px 70px;
    padding: 3.75rem 1.875rem 4.375rem;
  }

  .p-top-about__button {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
  }
}