@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .04em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #fff;
}

blockquote,
q {
  quotes: """";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

section {
  position: relative;
}

a {
  color: #111;
  text-decoration: none;
  transition: opacity .5s;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: .7;
}

ul {
  list-style: none;
  padding-left: 0px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none;
  padding: 15px 5px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: block;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: block;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

.c-anchor {
  position: absolute;
  top: -3.125rem;
  width: .625rem;
  height: .625rem;
}

.c-anchor--fadeup {
  position: absolute;
  top: -9.375rem;
  width: .625rem;
  height: .625rem;
}

.c-arrow {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #d7e7ff;
  border-radius: .3125rem;
  position: relative;
  transition: .3s;
}

.c-arrow:before {
  content: "";
  width: .5rem;
  height: .75rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("/public/images/common/ico_arrow_blue.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
}

.c-arrow--prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.c-arrow--link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5625rem;
  font-weight: 600;
  color: #004c86;
  font-size: .9375rem;
  letter-spacing: .0313rem;
}

.c-arrow--hover:hover .c-arrow {
  background-color: #004c86;
}

.c-arrow--hover:hover .c-arrow:before {
  background-image: url("/public/images/common/ico_arrow_white.svg");
}

.c-breadclumb {
  width: 100%;
  padding: 0;
  margin-bottom: 3.75rem;
  margin-top: 0;
  position: relative;
}

.c-breadclumb--wrapper {
  padding-top: .9375rem;
  background-color: #fff;
  position: relative;
}

.c-breadclumb--contents {
  padding: 0 1.875rem;
  max-width: 78.75rem;
  margin: auto;
  position: relative;
}

.c-breadclumb--item {
  display: inline-block;
  position: relative;
}

.c-breadclumb--item:not(:first-child) {
  margin-left: .625rem;
}

.c-breadclumb--item:not(:first-child):before {
  content: "";
  height: 1.25rem;
  width: .0625rem;
  background-color: #111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-right: .625rem;
  position: relative;
  top: .375rem;
  left: 0rem;
}

.c-breadclumb--item a,
.c-breadclumb--item span {
  font-size: .75rem;
}

.c-breadclumb--item a {
  color: #004c86;
}

.c-btn {
  display: inline-block;
  min-width: 16.5625rem;
  padding: 1.25rem 1.4375rem;
  background-color: #004c86;
  border: solid .0625rem rgba(0, 0, 0, 0);
  box-sizing: border-box;
  border-radius: .3125rem;
  transition: .3s;
}

.c-btn:hover {
  opacity: 1 !important;
  background-color: #fff;
  border: solid .0625rem #004c86;
}

.c-btn:hover .c-btn--inner::after {
  background-image: url("/public/images/common/ico_arrow_blue.svg");
}

.c-btn:hover .c-btn__txt {
  color: #004c86;
}

.c-btn--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.c-btn--inner::after {
  content: "";
  width: .4375rem;
  height: .75rem;
  background-image: url("/public/images/common/ico_arrow_white.svg");
  background-size: cover;
  background-position: center;
}

.c-btn__txt {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.448;
  letter-spacing: .05em;
  color: #fff;
}

.c-btn__cv {
  padding: .875rem 1.75rem;
  min-width: 100%;
  box-sizing: border-box;
  border: solid .0625rem #fff;
}

.c-btn__cv--txt {
  color: #fff;
  font-size: 1rem;
  letter-spacing: .0313rem;
  display: inline-block;
  position: relative;
  font-weight: 600;
}

.c-btn__cv--txt:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-right: .75rem;
  position: relative;
}

.c-btn__cv--contact .c-btn__cv--txt:before {
  width: 1.375rem;
  height: 1.125rem;
  top: .1875rem;
  background-image: url("/public/images/common/ico_contact_white.svg");
}

.c-btn__cv--contact:hover {
  background-color: #fff;
  border: solid .0625rem #004c86;
}

.c-btn__cv--contact:hover .c-btn__cv--txt {
  color: #004c86;
}

.c-btn__cv--contact:hover .c-btn__cv--txt:before {
  background-image: url("/public/images/common/ico_contact.svg");
}

.c-btn__cv--download {
  background-color: #009ee7;
}

.c-btn__cv--download .c-btn__cv--txt:before {
  width: 1.25rem;
  height: 1.25rem;
  top: .1875rem;
  background-image: url("/public/images/common/ico_download_white.svg");
}

.c-btn__cv--download:hover {
  background-color: #fff;
  border: solid .0625rem #009ee7;
}

.c-btn__cv--download:hover .c-btn__cv--txt {
  color: #009ee7;
}

.c-btn__cv--download:hover .c-btn__cv--txt:before {
  background-image: url("/public/images/common/ico_download_skyblue.svg");
}

.c-btn--white-s {
  background-color: #fff;
  border: solid 1px #004c86;
}

.c-btn--white-s .c-btn__txt {
  color: #004c86;
}

.c-btn--white-s .c-btn--inner:after {
  background-image: url("/public/images/common/ico_arrow_blue.svg") !important;
}

.c-card--items {
  display: -ms-grid;
  display: grid;
}

.c-card--items--col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 4.1875rem 1.9375rem;
}

.c-card--items--col5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 2.8125rem 1.25rem;
}

.c-card__style-01 {
  border: .0625rem solid #e3eaf0;
  background-color: #fff;
}

.c-card__style-01 .c-tag--list--wrap {
  margin-top: 1rem;
}

.c-card__style-01 .c-tag--list {
  display: inline-block;
}

.c-card__style-01--imgwrap {
  display: block;
  width: 100%;
  height: 12.9375rem;
  overflow: hidden;
}

.c-card__style-01--imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-card__style-01--detail {
  height: calc(100% - 12.9375rem);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .75rem 1.3125rem .5625rem .9375rem;
}

.c-card__style-01--title {
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 2rem;
  color: #004c86;
  text-align: left;
  min-height: 3.125rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-card__style-02 {
  width: 100%;
  border: .0625rem solid #e3eaf0;
  background-color: #fff;
}

.c-card__style-02--imgwrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 12.5rem;
  border-bottom: .0625rem solid #e3eaf0;
}

.c-card__style-02--imgwrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  max-height: 6.875rem;
}

.c-card__style-02--detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0625rem .875rem 1.0625rem .625rem;
  background: #fff;
}

.c-card__style-02--title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #004c86;
  text-align: left;
  min-height: 3.125rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-card__style-03 {
  border: .0625rem solid #e3eaf0;
  display: block;
  transition: .3s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-card__style-03--imgwrap {
  width: 100%;
  height: 13.875rem;
  overflow: hidden;
}

.c-card__style-03--imgwrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-card__style-03--detail {
  padding: 1.8125rem .875rem 1.8125rem .9375rem;
  height: calc(100% - 13.75rem);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-card__style-03--title {
  margin: 0;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2rem;
  letter-spacing: .154rem;
}

.c-card__style-03--txt {
  margin-top: .75rem;
  margin-bottom: 1.875rem;
  font-weight: 400;
  font-size: .9375rem;
  line-height: 1.625rem;
}

.c-card__style-03--arrow-link .c-arrow--link {
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.c-card__style-03:hover {
  border: solid .0625rem #004c86;
  opacity: 1;
}

.c-card__style-03:hover .c-card__style-03--imgwrap {
  opacity: .7;
}

.c-card__style-03:hover .c-card__style-03--title,
.c-card__style-03:hover .c-card__style-03--txt {
  color: #004c86;
}

.c-card__style-04 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-card__style-04 .c-tag--list--wrap {
  margin-top: 1rem;
}

.c-card__style-04 .c-tag--list {
  display: inline-block;
}

.c-card__style-04 .c-tag {
  margin: 0;
}

.c-card__style-04--detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-top: .9375rem;
}

.c-card__style-04--title {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5625rem;
  letter-spacing: .005313rem;
  color: #004c86;
  display: block;
  position: relative;
  overflow: hidden;
}

.c-card__style-04--title.is-truncated {
  padding-right: 1.25rem;
}

.c-card__style-04--title.is-truncated::after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: .25rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 45%);
}

.c-card__style-04__thumbnail {
  height: 14rem;
  border: .0625rem solid #e3eaf0;
}

.c-card__style-04__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-card--title {
  width: 100%;
}

.c-card--title::after {
  content: "";
  margin-left: auto;
  width: .375rem;
  height: .6875rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/public/images/common/ico_arrow_blue.svg");
}

.c-cv {
  padding: 6.25rem 0;
  background-image: url("/public/images/common/cv_bg_2x.png");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 7.5rem;
}

.c-cv__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1.75rem;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

.c-cv__card {
  display: block;
  max-width: 36.625rem;
  padding: 2.5rem;
  background: #fff;
  border-radius: .625rem;
  position: relative;
  border: solid .0625rem #fff;
  box-sizing: border-box;
  transition: .3s;
}

.c-cv__card:before {
  content: "";
  display: block;
  background-size: 100% 100%;
  background-position: center;
}

.c-cv__card:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3.75rem;
  width: .4375rem;
  height: .75rem;
  background-image: url("/public/images/common/ico_arrow_blue.svg");
  background-size: 100% 100%;
  background-position: center;
  display: block;
}

.c-cv__card:hover {
  opacity: 1 !important;
  background-color: #004c86;
  color: #fff;
}

.c-cv__card:hover:after {
  background-image: url("/public/images/common/ico_arrow_white.svg");
}

.c-cv__card:hover .c-cv__card--title {
  color: #fff;
}

.c-cv__card--contact:before {
  width: 2.25rem;
  height: 1.8125rem;
  background-image: url("/public/images/common/ico_contact.svg");
}

.c-cv__card--contact:hover:before {
  background-image: url("/public/images/common/ico_contact_white.svg");
}

.c-cv__card--download:before {
  width: 1.875rem;
  height: 1.8125rem;
  background-image: url("/public/images/common/ico_download.svg");
}

.c-cv__card--download:hover:before {
  background-image: url("/public/images/common/ico_download_white.svg");
}

.c-cv__card--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-cv__card--title {
  margin: 0;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5625rem;
  letter-spacing: .05em;
  color: #004c86;
  margin-top: 1.25rem;
}

.c-cv__card--txt {
  margin: 0;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.9;
  max-width: 25.5625rem;
  margin-top: 1.25rem;
}

.fade_in {
  opacity: 0;
  transition: opacity 1s;
}

.fade_in-active {
  opacity: 1;
}

.c-fade-in {
  opacity: 0;
  transition: opacity 1s;
}

.c-fade-in--active {
  opacity: 1;
}

.c-fade-load {
  opacity: 0;
  transition: opacity 1s;
}

.c-fade-load--active {
  opacity: 1;
}

.c-fade-up-load {
  opacity: 0;
  -webkit-transform: translateY(3.75rem);
  transform: translateY(3.75rem);
  transition: 1s;
}

.c-fade-up-load--active {
  opacity: 1;
  -webkit-transform: translateY(0rem);
  transform: translateY(0rem);
}

.c-fade-up {
  opacity: 0;
  -webkit-transform: translateY(3.75rem);
  transform: translateY(3.75rem);
  transition: 1s;
}

.c-fade-up--active {
  opacity: 1;
  -webkit-transform: translateY(0rem);
  transform: translateY(0rem);
}

.c-heading-sec {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 2.5rem;
  border-bottom: .0625rem solid #d9d9d9;
  width: 100%;
}

.c-heading-sec--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.c-heading-sec .c-btn {
  margin-top: 3.25rem;
}

.c-heading-sec--txt {
  font-weight: 500;
  line-height: 1.9;
  font-size: 1.125rem;
  margin-top: .9375rem;
  letter-spacing: .05rem;
}

.c-pageheader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .9375rem;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/public/images/common/pageheader_bg_2x.png");
}

.c-pageheader--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 78.75rem;
  padding: 0rem 1.875rem;
  margin: auto;
  position: relative;
}

.c-pageheader--detail {
  padding: 1rem 2.3rem;
  background-color: #fff;
  height: 21.875rem;
  width: 32.875rem;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 100%);
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pageheader--continuity {
  padding: 5.625rem 2.5rem;
  background-color: #fff;
  height: 21.875rem;
  width: 32.875rem;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 100%);
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pageheader--title {
  margin: 0;
  font-weight: 700;
  font-size: 2.5125rem;
  line-height: 3.5375rem;
  color: #2862b8;
}

.c-pageheader--title-m {
  font-size: 2.5625rem;
  font-weight: 700;
  line-height: 3.75rem;
  color: #2862b8;
}

.c-pageheader--title-sub {
  font-size: 1.5625rem;
  color: #2862b8;
  font-weight: 700;
}

.c-pageheader--txt {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.875rem;
  width: 22.125rem;
  margin-top: .625rem;
}

.c-pageheader--txt-sub {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 3.75rem;
  width: 25.75rem;
  color: #2862b8;
}

.c-pageheader--img {
  display: block;
  margin-right: calc(50% - 50vw);
  width: 100%;
  height: 26.25rem;
  overflow: hidden;
}

.c-pageheader--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-left: 1.875rem;
}

.c-pagenation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: .9375rem;
  gap: .75rem;
  margin-top: 6.875rem;
  list-style: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pagenation__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: .1875rem;
  min-width: 1.6875rem;
  min-height: 1.6875rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.c-pagenation__item-active a {
  color: #004c86;
  background-color: #d7e7ff;
}

.c-pagenation__item-next a,
.c-pagenation__item-prev a {
  width: 2.3125rem;
  height: 2.3125rem;
  background-color: #d7e7ff;
  border-radius: .3125rem;
  position: relative;
  color: rgba(0, 0, 0, 0);
}

.c-pagenation__item-next a:before,
.c-pagenation__item-prev a:before {
  content: "";
  width: .4375rem;
  height: .8125rem;
  background-image: url("/public/images/common/ico_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
}

.c-pagenation__item-next {
  margin-left: 2.1875rem;
}

.c-pagenation__item-prev {
  margin-right: 1.5625rem;
}

.c-pagenation__item-prev a:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.c-post-style-01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 0 0 30rem;
  -ms-flex: 0 0 30rem;
  flex: 0 0 30rem;
  width: 30rem;
  max-width: 90vw;
  transition: opacity .2s;
}

.c-post-style-01:hover {
  opacity: .7;
}

.c-post-style-01--imgwrap {
  height: 17.5rem;
  border: .0625rem solid #e3eaf0;
  overflow: hidden;
}

.c-post-style-01--imgwrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-post-style-01--pickup {
  position: absolute;
  top: 1.125rem;
  left: 1.125rem;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .625rem;
  padding: .625rem;
  background-color: #004c86;
  color: #fff;
  font-family: "Montserrat", serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.22;
  letter-spacing: .05em;
}

.c-post-style-01--pickup:before {
  content: "";
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  background-color: #fff;
}

.c-post-style-01--detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 0 .875rem;
  margin-top: 1.25rem;
}

.c-post-style-01--title {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  letter-spacing: .0313rem;
  color: #004c86;
}

.c-post-style-01--txt {
  margin-top: 1.1875rem;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.43;
}

.c-post-style-01 .c-tag--list {
  margin-top: 1.1875rem;
  margin-left: -0.25rem;
}

.c-slider--navigation {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 25rem;
  margin: auto;
}

.c-slider--navigation .splide__arrow {
  top: .875rem;
  opacity: 1;
  transition: .3s;
}

.c-slider--navigation .splide__arrow:hover {
  opacity: .7;
}

.c-slider--pagination {
  position: relative;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
  margin: 0rem 1.875rem;
  padding: 0;
  top: -0.3rem;
}

.c-slider--pagination li {
  margin: 0rem;
}

.c-slider--pagination li button {
  width: 2.5rem;
  height: .125rem;
  background-color: #7a97a4;
  border-radius: 0;
}

.c-slider--pagination .is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #004c86;
}

.c-tag {
  display: inline-block;
  padding: .5625rem 1.25rem;
  background-color: #fff;
  border: .0625rem solid #e3eaf0;
  border-radius: 6.25rem;
  font-weight: 600;
  font-size: .8125rem;
  line-height: .875rem;
  color: #004c86;
}

.c-tag--list .c-tag {
  margin: .25rem .25rem;
}

.c-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding-left: 2.75rem;
  position: relative;
  font-weight: 600;
  font-size: 2.3125rem;
  line-height: 1.4;
  letter-spacing: .0625rem;
}

.c-title::before {
  content: "";
  position: absolute;
  left: .375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.0625rem;
  height: 2.4375rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/public/images/common/ico_title_2x.png");
}

.c-title--m {
  font-size: 2.0625rem;
}

.c-title--s {
  margin: 0;
  padding-left: 2.375rem;
  position: relative;
  font-size: 1.75rem;
  font-weight: 500;
  transition: color .3s;
  letter-spacing: .0938rem;
}

.c-title--s::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: .2rem;
  width: 2.0625rem;
  height: 2.4375rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/public/images/common/ico_title_2x.png");
}

.c-title--s-style-01 {
  font-size: 1.8625rem;
  font-weight: 600;
}

.c-title--detail {
  font-size: 2.0625rem;
  padding-left: 3.0625rem;
}

.c-title--detail::before {
  content: "";
  position: absolute;
  left: .375rem;
  top: 1.4375rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.0625rem;
  height: 2.4375rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/public/images/common/ico_title_2x.png");
}

.c-title-sub--01 {
  font-weight: 600;
  font-size: 1.6875rem;
  line-height: 1.4;
  color: #111;
  position: relative;
  padding-left: 2.125rem;
  margin-left: 1rem;
}

.c-title-sub--01:before {
  content: "";
  width: 1.4375rem;
  height: .375rem;
  background-color: #d9d9d9;
  border-radius: 6.25rem;
  position: absolute;
  display: inline-block;
  top: 1.0625rem;
  left: 0;
}

.c-top {
  position: fixed;
  bottom: 1.25rem;
  right: 0rem;
  z-index: 10000;
  background-color: #f5f5f5;
  padding: .625rem 1.25rem .625rem .625rem;
  border-radius: 2.5rem 0rem 0rem 2.5rem;
  opacity: 0;
  transition: opacity .5s;
}

.c-top--active {
  opacity: 1;
}

.c-top span {
  font-size: .875rem;
  line-height: .875rem;
  font-weight: bold;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-top span:before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/public/images/common/ico_up_red.svg");
  display: inline-block;
  position: relative;
  top: 0rem;
  margin-right: .625rem;
}

.c-txt {
  color: #5c5c5c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 236%;
  letter-spacing: 0rem;
}

.c-txt--lh-200 {
  line-height: 200%;
}

.c-txt--fs-14 {
  font-size: .875rem;
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-site-footer__public {
  width: 100%;
  margin-top: -1.5625rem;
}

.l-site-footer__public__logo {
  width: 36.8rem;
  height: 2.75rem;
  position: relative;
  display: block;
}

.l-site-footer__public__logo--persol {
  position: absolute;
  top: 0;
  left: 0;
  width: 27.125rem;
}

.l-site-footer__public__logo--public {
  position: absolute;
  top: .1rem;
  right: 0;
  width: 9rem;
}

.l-site-footer__public--wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-site-footer__public--title {
  font-weight: 900 !important;
  font-size: 1rem !important;
  line-height: 188%;
  display: inline-block;
  margin-bottom: .625rem;
  letter-spacing: .0313rem;
}

.l-site-footer__public--menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .375rem;
}

.l-site-footer__public--menu li {
  margin-bottom: -0.125rem;
}

.l-site-footer__public--menu li a {
  font-weight: 500;
  font-size: .75rem;
  line-height: 1.88;
  letter-spacing: .02em;
  color: #53565a;
  text-decoration: none;
}

.l-site-footer__public--menu li .l-site-footer__public--title {
  margin-bottom: 0;
}

body .l-site-footer {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  letter-spacing: normal;
  text-align: start;
}

body .l-footer {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: normal;
  text-align: start;
}

.l-site-footer__logo {
  margin: 0 0 2.8125rem;
}

.l-site-footer_top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .75rem 1.875rem;
  border-bottom: .0625rem solid #7d7d7d;
  padding: 0 0 1.375rem;
  font-weight: bold;
}

.l-site-footer_bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.875rem;
  padding: 1.375rem 0 4.6875rem;
  font-weight: bold;
}

.l-footer-contacts__container {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.l-footer-contacts__contact a img {
  width: auto;
}

.l-footer-contacts img {
  width: auto;
}

.l-footer-contacts {
  position: relative;
  padding: 6.875rem 0 8.125rem;
  background-image: url("/img/common/footer-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.l-footer-contacts:before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 62, 62, .65);
}

.l-footer-contacts__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3.125rem;
}

.l-footer-contacts__text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.l-footer-contacts__label {
  margin: 0 0 1.0625rem;
  font-size: 4rem;
  font-weight: 700;
}

.l-footer-contacts__lead {
  font-size: 1.5rem;
  font-weight: 700;
}

.l-footer-contacts__action {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  z-index: 2;
}

.l-footer-contacts__action a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 21.875rem;
  border: .0625rem solid #bbbcbc;
  border-radius: 3.1875rem;
  padding: .75rem;
  color: #fff;
  text-align: center;
}

.l-footer-contacts__contact a img {
  margin: 0 2.1875rem 0 0;
}

.l-footer-contacts__download a img {
  margin: 0 1.375rem 0 0;
}

.l-footer {
  position: relative;
  color: #53565a;
}

.l-footer a {
  color: #53565a;
}

.l-footer__body {
  max-width: 80.5rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.l-footer__top {
  padding: 5rem 0 1.5rem;
  background-color: #fff;
}

.l-footer__top .l-footer__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer__top .l-footer__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__top .l-footer__list .l-footer__item {
  margin-right: 1.25rem;
}

.l-footer__top .l-footer__list .l-footer__link {
  display: block;
  color: #97999b;
  font-size: .75rem;
  transition: opacity .3s;
}

.l-footer__top .l-footer__list .l-footer__link:hover {
  opacity: .6;
}

.l-footer__top .l-footer__sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__top .l-footer__sns .l-footer__item:not(:last-child) {
  margin-right: 2.25rem;
}

.l-footer__top .l-footer__sns .l-footer__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  transition: opacity .3s;
}

.l-footer__top .l-footer__sns .l-footer__link:hover {
  opacity: .6;
}

.l-footer__top .l-footer__sns .l-footer__image {
  max-width: 1.625rem;
}

.l-footer__top .l-footer__sns .l-footer__image--instagram {
  width: 1.5rem;
}

.l-footer__middle {
  padding: 2rem 0 3rem;
  background-color: #ececea;
}

.l-footer__middle .l-footer__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.l-footer__middle .l-footer__flex:last-child {
  margin-bottom: 0;
}

.l-footer__middle .l-footer__heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 6.875rem;
  -ms-flex-preferred-size: 6.875rem;
  flex-basis: 6.875rem;
  font-size: .75rem;
}

.l-footer__middle .l-footer__wrapper {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding-left: .8125rem;
  box-shadow: inset .0625rem 0 0 0 #d9d9d6;
}

.l-footer__middle .l-footer__wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.l-footer__middle .l-footer__wrapper .l-footer__title {
  float: left;
  clear: both;
  width: 8.75rem;
  padding-left: .8125rem;
  font-size: .75rem;
  line-height: 1.25rem;
}

.l-footer__middle .l-footer__wrapper .l-footer__list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__item {
  height: 1.25rem;
  padding: 0 .75rem;
  border-right: .0625rem solid #d9d9d6;
}

.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__item:last-child {
  border-right: none;
}

.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 0;
  color: #53565a;
  font-size: .75rem;
  line-height: 1.25rem;
  transition: opacity .3s;
}

.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__link:hover {
  opacity: .6;
}

.l-footer__middle .l-footer__wrapper .l-footer__list--float {
  margin-left: 8.75rem;
  margin-bottom: .625rem;
}

.l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
  margin-left: 8.75rem;
}

.l-footer__middle .l-footer__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-basis: 10.8125rem;
  -ms-flex-preferred-size: 10.8125rem;
  flex-basis: 10.8125rem;
}

.l-footer__middle .l-footer__button .l-footer__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9rem;
  height: 2.125rem;
  border-radius: 1.25rem;
  background-color: #fff;
  color: #53565a;
  font-size: .75rem;
  transition: opacity .3s;
}

.l-footer__middle .l-footer__button .l-footer__link:hover {
  opacity: .6;
}

.l-footer__middle .l-footer__button .l-footer__link::before {
  display: block;
  width: .5rem;
  height: .8125rem;
  margin-right: .25rem;
  background: url("https://www.persol-group.co.jp/assets/images/common/icon_arrow_black.svg") no-repeat 100% 50%/.8125rem;
  content: "";
}

.l-footer__bottom {
  padding: 1.875rem 0;
  background-color: #97999b;
}

.l-footer__bottom .l-footer__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer__bottom .l-footer__flex .l-footer__item--vision {
  padding-top: .375rem;
}

.l-footer__bottom .l-footer__flex .l-footer__item--vision .l-footer__media {
  pointer-events: none;
}

.l-footer__bottom .l-footer__flex .l-footer__link {
  display: block;
  transition: opacity .3s;
}

.l-footer__bottom .l-footer__flex .l-footer__link:hover {
  opacity: .6;
}

.l-footer__copyright {
  padding: .3125rem 0;
  font-size: .75rem;
  text-align: center;
}

.l-footer__pagetop {
  position: fixed;
  bottom: 1.5rem;
  right: 2.0625rem;
  z-index: 12;
}

.l-footer__pagetop a {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border: .0625rem solid #707070;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.l-footer__pagetop a:hover img {
  top: .5rem;
}

.l-footer__pagetop a img {
  position: absolute;
  top: .9375rem;
  left: 1.25rem;
  width: 1.25rem;
  height: auto;
  transition: all .2s ease-out;
}

.l-site-footer {
  padding: 5.125rem 0 1.875rem;
  border: .0625rem #eee;
  border-width: .0625rem 0;
  background: #f8f7f7;
  position: relative;
}

.l-site-footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 90.5263157895vw;
  position: relative;
}

.l-site-footer__logo {
  margin: 0 0 5.25rem;
}

.l-site-footer__logo a {
  display: inline-block;
}

.l-site-footer__search {
  position: absolute;
  right: 0;
  top: 0;
  width: 22.1875rem;
  padding: .625rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0 .625rem;
  gap: 0 .625rem;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: .0625rem solid rgba(112, 112, 112, .5);
  border-radius: .3125rem;
  background: #fff;
}

.l-site-footer__input {
  height: 1.5rem;
  width: calc(100% - 4.6875rem);
  background: #fff;
}

.l-site-footer__input::-webkit-input-placeholder {
  color: #bbbcbc;
}

.l-site-footer__input:-ms-input-placeholder {
  color: #bbbcbc;
}

.l-site-footer__input::placeholder {
  color: #bbbcbc;
}

.l-site-footer__submit {
  width: 3.4375rem;
  height: 1.5625rem;
  padding: .25rem 0;
  border-radius: .3125rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  background: #009de6;
}

.l-site-footer__submit:before {
  content: "";
  background-image: url("/img/common/ico_footer_search.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  line-height: 0;
  margin-right: .3125rem;
  width: .875rem;
  height: .875rem;
}

.l-site-footer__global {
  margin: 0 0 3.9375rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1.5625rem;
  gap: 1.5625rem;
  font-size: 1.6rem;
}

.l-site-footer__global a:hover {
  opacity: 1;
  text-decoration: underline;
}

.l-site-footer__global>li {
  padding: 0 1.5625rem 0 0;
}

.l-site-footer__global>li:not(:last-child) {
  border-right: .125rem solid #bbb;
}

.l-site-footer__global>li>a,
.l-site-footer__global>li>p {
  margin: 0 0 1rem;
  display: block;
  font-weight: 500;
}

.l-site-footer__global>li>ul {
  font-size: .875rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: .625rem 0;
  gap: .625rem 0;
  min-width: 0;
}

.l-site-footer__global>li>ul>li::before {
  margin-right: .3em;
  content: "-";
}

.l-site-footer__blank {
  padding: 0 1.5625rem 0 0;
  background-image: url("/img/common/ico_blank_footer.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

.l-site-footer__policy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 1.875rem;
  gap: 1.875rem;
  font-size: .875rem;
}

.l-site-footer__policy a:hover {
  opacity: 1;
  text-decoration: underline;
}

.g-nav {
  position: relative;
  transition: all .5;
  width: 100%;
  z-index: 0;
  opacity: 1;
  padding: 0;
  height: 3.125rem;
  pointer-events: auto;
}

.g-nav.is-menu {
  opacity: 1;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: auto;
}

.g-nav__menu {
  height: 3.125rem;
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1875rem;
}

.g-nav__item {
  font-weight: bold;
  display: inline-block;
}

.g-nav__link {
  text-decoration: none;
  position: relative;
  transition: all .3s;
  text-align: center;
  display: block;
  color: #111;
  font-size: 1rem;
  letter-spacing: .0313rem;
  font-style: normal;
  font-weight: 500;
}

.g-nav-megamenu {
  position: relative;
}

.g-nav-megamenu__contents {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.g-nav-megamenu__open {
  display: none;
  width: 6.25rem;
  height: 3.875rem;
  position: absolute;
  top: 0rem;
  right: .9375rem;
  background-color: unset;
  z-index: 5;
}

.g-nav-megamenu__open span {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #d7e7ff;
  border-radius: .3125rem;
  position: absolute;
  top: 50%;
  right: .875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}

.g-nav-megamenu__open span:before,
.g-nav-megamenu__open span:after {
  content: "";
  width: 1.125rem;
  height: .125rem;
  background-color: #004c86;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: .3s;
}

.g-nav-megamenu__open span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.g-nav-megamenu__open--active span:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.is-menu-open .g-nav--bg {
  opacity: 1;
}

.l-header {
  width: 100%;
  position: fixed;
  z-index: 11000;
  top: 0rem;
  left: 0rem;
  background-color: #fff;
}

.l-header__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 1.25rem 0rem 1.25rem;
}

.l-header__logo {
  width: 36.8rem;
  height: 2.75rem;
  position: relative;
  display: block;
}

.l-header__logo-area {
  position: relative;
  top: 1.3rem;
}

.l-header__logo--persol {
  position: absolute;
  top: 0;
  left: 0;
  width: 27.125rem;
}

.l-header__logo--public {
  position: absolute;
  top: .1rem;
  right: 0;
  width: 9rem;
}

.l-header__logo--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.l-header__logo--hidden-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.l-header__cv {
  margin: 0;
}

.l-header__cv li {
  display: inline-block;
}

.l-header__cv li:first-child {
  margin-right: .625rem;
}

.l-header__nav {
  padding: .3125rem 1.25rem 3.4375rem 1.25rem;
}

.l-header-theme-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-theme-menu--wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.25rem;
  margin: 0 auto;
  background-color: #f5fbff;
  border-top: .0625rem solid #e3eaf0;
  border-bottom: .0625rem solid #e3eaf0;
}

.l-header-theme-menu__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-theme-menu--txt {
  font-weight: 600;
  line-height: 1.14;
  color: #004c86;
  font-size: 1.0625rem;
  text-align: center;
  letter-spacing: .0313rem;
}

.l-header-theme-menu--title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3125rem .9375rem;
  height: 3.4375rem;
  background-color: #d7e7ff;
}

.l-header-theme-menu--item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem 0 1.25rem;
  text-decoration: none;
  transition: .5s;
  height: 3.4375rem;
  position: relative;
}

.l-header-theme-menu--item::after {
  content: "";
  display: block;
  width: .0625rem;
  height: 2.3125rem;
  background-color: #e3eaf0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header-theme-menu--item:hover {
  background-color: #004c86;
  opacity: 1;
}

.l-header-theme-menu--item:hover .l-header-theme-menu--txt {
  color: #fff;
}

.l-header-theme-menu--item:hover:after {
  opacity: 0;
}

.page-detail-frontyard-backyard .l-header-theme-menu--frontyard-backyard {
  background-color: #004c86;
}

.page-detail-frontyard-backyard .l-header-theme-menu--frontyard-backyard .l-header-theme-menu--txt {
  color: #fff;
}

.page-detail-frontyard-backyard .l-header-theme-menu--frontyard-backyard:after {
  opacity: 0;
}

.page-detail-employment .l-header-theme-menu--employment {
  background-color: #004c86;
}

.page-detail-employment .l-header-theme-menu--employment .l-header-theme-menu--txt {
  color: #fff;
}

.page-detail-employment .l-header-theme-menu--employment:after {
  opacity: 0;
}

.page-detail-community .l-header-theme-menu--community {
  background-color: #004c86;
}

.page-detail-community .l-header-theme-menu--community .l-header-theme-menu--txt {
  color: #fff;
}

.page-detail-community .l-header-theme-menu--community:after {
  opacity: 0;
}

.page-detail-economy .l-header-theme-menu--economy {
  background-color: #004c86;
}

.page-detail-economy .l-header-theme-menu--economy .l-header-theme-menu--txt {
  color: #fff;
}

.page-detail-economy .l-header-theme-menu--economy:after {
  opacity: 0;
}

.page-detail-contactcenter .l-header-theme-menu--contactcenter {
  background-color: #004c86;
}

.page-detail-contactcenter .l-header-theme-menu--contactcenter .l-header-theme-menu--txt {
  color: #fff;
}

.page-detail-contactcenter .l-header-theme-menu--contactcenter:after {
  opacity: 0;
}

.l-wrapper {
  margin: 0 auto;
}

.sec-contents {
  position: relative;
}

.main-block {
  margin-top: 11.85rem;
}

.l-container {
  padding: 0 1.875rem;
  max-width: 78.75rem;
  margin: auto;
  position: relative;
}

.nav-btn {
  position: fixed;
  z-index: 999;
  top: .625rem;
  right: .625rem;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  display: none;
  background-color: #d7e7ff;
  border-radius: .3125rem;
}

.nav-btn--inner {
  position: relative;
  top: -0.3125rem;
}

.nav-btn__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.4375rem;
  height: .125rem;
  background-color: #004c86;
  transition: all .5s;
  border-radius: 624.9375rem;
}

.nav-btn__line:nth-of-type(1) {
  top: 1.25rem;
}

.nav-btn__line:nth-of-type(2) {
  top: 1.75rem;
}

.nav-btn__line:nth-of-type(3) {
  top: 2.3125rem;
}

.nav-btn__txt {
  color: #fff;
  font-size: .6875rem;
  text-align: center;
  position: absolute;
  bottom: .5625rem;
  display: block;
  width: 100%;
}

.nav-btn.is-close .nav-btn--inner {
  top: -0.1875rem;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 1.6875rem;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(2) {
  width: 0;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 1.6875rem;
}

.p-case-filter {
  margin: 0 0 3.125rem;
  padding: 2.8125rem 0 4.0625rem 0;
  background: #f1faff;
  margin-top: 1.875rem;
  margin-bottom: 4.375rem;
}

.p-case-filter--headline {
  font-size: 1.8125rem;
  line-height: 1.875rem;
  font-weight: 600;
}

.p-case-filter__title {
  position: relative;
  margin: 0 0 1.875rem;
  padding: 0 0 0 2.0625rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-case-filter__title::before {
  position: absolute;
  left: 0;
  top: .1875rem;
  content: url("/public/images/common/ico_check.svg");
}

.p-case-filter__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-case-filter__all {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.p-case-filter__select {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1.875rem;
  gap: 1.25rem;
}

.p-case-filter__type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
}

.p-case-filter__type:not(:first-child) {
  border-top: solid .0625rem #d9d9d9;
}

.p-case-filter__label {
  width: 10rem;
  font-size: 1rem;
}

.p-case-filter__checks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: .625rem .9375rem;
  gap: .9375rem;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.p-case-title {
  color: #004c86;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}

.c-input-checkbox__value,
.c-input-checkbox span {
  position: relative;
  display: block;
  height: 3rem;
  padding: .75rem .9375rem .75rem 2.8125rem;
  border-radius: .3125rem;
  border: .0625rem solid #d9d9d9;
  background: #fff;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .0625rem;
  color: #004c86;
  cursor: pointer;
}

.c-input-checkbox__value::before,
.c-input-checkbox span::before {
  position: absolute;
  content: "";
  left: .875rem;
  top: .75rem;
  width: 1.5rem;
  height: 1.5rem;
  border: .0625rem solid #858688;
  border-radius: .1875rem;
  background: #fff;
}

.c-input-checkbox input {
  position: absolute;
  opacity: 0;
}

.c-input-checkbox input:checked+span {
  border: .125rem solid #004c86;
}

.c-input-checkbox input:checked+span::after {
  position: absolute;
  content: "";
  left: 1.1875rem;
  top: 1.1875rem;
  width: .9375rem;
  height: .6875rem;
  background: url("/public/images/common/ico_check.svg");
  background-size: 100% 100%;
}

.p-continuity-contents {
  margin: 3.125rem 0 .625rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: .9375rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 3.3625rem;
}

.p-continuity-contents__item:last-child {
  margin-bottom: 5.625rem;
}

.p-continuity-contents__item--security {
  margin-bottom: 3.75rem;
}

.p-continuity-contents__item--security-content {
  padding: 0 4.0625rem;
}

.p-continuity-contents__item--security-content--txt {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: -0.010625rem;
}

.p-continuity-contents__item--security-content--link--txt {
  color: #004c86;
  font-size: .9375rem;
  font-weight: 600;
  letter-spacing: .0046875rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.1875rem;
}

.p-continuity-contents__item--security-content--link--txt::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #d7e7ff;
  border-radius: 50%;
  background-image: url(/public/images/common/ico_arrow_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  border-radius: .3125rem;
  padding: 1rem;
}

.p-continuity-contents__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .875rem;
  margin: 2.1875rem 0;
  margin-left: 1.7rem;
}

.p-continuity-contents__title-bar {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.4375rem;
  height: .375rem;
  background-color: #d9d9d9;
  border-radius: 6.25rem;
}

.p-continuity-contents__title-txt {
  margin: 0;
  font-weight: 600;
  font-size: 1.6875rem;
  line-height: 1.4;
  color: #111;
}

.p-continuity-contents__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
  padding: 3.3125rem 6.25rem;
  background: #f6fcff;
  margin: 0 0 3.75rem;
}

.p-continuity-contents__list-item {
  padding-bottom: 1.25rem;
  border-bottom: .0625rem solid #d9d9d9;
}

.p-continuity-contents__list-item--txt {
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 152%;
  background-image: linear-gradient(transparent 70%, rgba(0, 158, 231, 0.24) 50%);
  width: -webkit-fit-content;
  width: fit-content;
}

.p-continuity-contents--txt {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.9375rem;
  letter-spacing: -0.010625rem;
}

.p-continuity-contents--img {
  width: 100%;
  margin: 0 0 3.4375rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 3.3625rem;
}

.p-continuity-contents--img.it-dx {
  margin: 3.75rem 0 4.875rem;
}

.p-continuity-contents--img.it-dx img {
  width: 100%;
  max-width: 73.4375rem;
  height: auto;
  object-fit: cover;
}

.p-continuity-contents--img.bpr {
  margin: 2.1875rem 0 0;
}

.p-continuity-contents--img.bpr img {
  width: 100%;
  max-width: 70.375rem;
  height: auto;
  object-fit: cover;
}

.p-continuity-contents--img.risk {
  margin: 0 0 6.3125rem;
}

.p-continuity-contents--img.security {
  margin: 0 0 1.5625rem;
}

.p-continuity-contents--img img {
  width: 100%;
  max-width: 69.375rem;
  height: auto;
  object-fit: cover;
}

.p-continuity-solution {
  margin-top: 3.125rem;
}

.p-continuity-solution__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8125rem;
}

.p-continuity-solution__list-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border: .0625rem solid #d9d9d9;
  transition: opacity .2s ease;
}

.p-continuity-solution__list-link:hover {
  opacity: 1;
}

.p-continuity-solution__list-link:hover .p-continuity-solution__list-title {
  color: #004c86;
}

.p-continuity-solution__list-img img {
  display: block;
  width: 100%;
  height: 15.3125rem;
  object-fit: cover;
}

.p-continuity-solution__list-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .9375rem;
  padding: 1.25rem 1.25rem 2.9375rem 1.25rem;
}

.p-continuity-solution__list-title {
  margin: 0;
  position: relative;
  padding-left: 2.375rem;
  font-size: 1.5625rem;
  line-height: 1.35;
  font-weight: 500;
  transition: color .3s;
}

.p-continuity-solution__list-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.849375rem;
  height: 2.46875rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/public/images/common/ico_title_2x.png);
}

.p-continuity-solution__list-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .375rem;
}

.p-continuity-solution__list-detail-lead {
  color: #004c86;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  font-weight: 500;
}

.p-continuity-solution__list-detail-txt {
  margin: 0;
  color: #111;
  font-size: .9375rem;
  line-height: 2rem;
  font-weight: 400;
}

.p-continuity-solution__list-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.5625rem;
  width: 100%;
  padding: 0 1.25rem 1.6875rem;
}

.p-continuity-solution__list-action-txt {
  color: #004c86;
  font-size: .9375rem;
  line-height: 1;
  letter-spacing: .0046875rem;
  font-weight: 600;
}

.p-continuity-solution__list-action-arrow {
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: .3125rem;
  background-color: #d7e7ff;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-continuity-solution__list-action-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: .3125rem;
  height: .625rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/public/images/common/ico_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-continuity-solution-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 1.9375rem;
  margin: 3.75rem 0 3.125rem;
}

.p-continuity-solution-card__item {
  border: .0625rem solid #e3eaf0;
  width: 100%;
}

.p-continuity-solution-card__item--imgwrap {
  display: block;
  width: 100%;
  overflow: hidden;
  border-bottom: none;
  height: 15.625rem;
}

.p-continuity-solution-card__item--imgwrap img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.p-continuity-solution-card__item--detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: .75rem 1.3125rem .5625rem .9375rem;
}

.p-continuity-solution-card__item--title {
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 2rem;
  color: #004c86;
  text-align: left;
  min-height: 3.125rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-continuity-solution-card__link--txt {
  color: #004c86;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: .005313rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .875rem 1.375rem;
  border-radius: .3125rem;
  border: .0625rem solid #d9d9d9;
  max-width: 24rem;
  margin: 0 auto;
}

.p-continuity-solution-card__link--txt::after {
  display: block;
  content: "";
  width: .375rem;
  height: .6875rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/public/images/common/ico_arrow_blue.svg");
}

.p-continuity--business {
  margin-bottom: 9.3125rem;
}

.p-continuity--risk {
  margin-bottom: 5.625rem;
}

.p-detail .p-detail-contents--img--pc {
  display: block;
}

.p-detail .p-detail-contents--img--sp {
  display: none;
}

.p-detail-header {
  margin-bottom: 3.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/public/images/detail/header_bg_2x.png");
  width: 100vw;
}

.p-detail-header--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.6875rem 0 2.6875rem 8rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.p-detail-header--detail {
  position: relative;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 38.875rem;
  padding-right: 2rem;
}

.p-detail-header--title {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 144%;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-detail-header--title--sub {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 151%;
  color: #fff;
}

.p-detail-header--txt {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.875rem;
  width: 22.125rem;
  margin-top: .625rem;
  color: #fff;
}

.p-detail-header--img {
  display: block;
  width: 100%;
  height: 28.5625rem;
  overflow: hidden;
}

.p-detail-header--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-left: 7.8125rem;
}

.p-detail-header--img--service {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/public/images/detail_service/service_header_bg_2x.png");
  width: 50.625rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-detail-header--img--service img {
  padding-left: 0;
  width: 16.5625rem;
  height: auto;
  object-fit: contain;
  position: relative;
}

.p-detail-header .c-breadclumb--wrapper {
  background-color: #fff;
}

.p-detail-wrapper {
  padding: 0 1.875rem;
  max-width: 78.75rem;
  margin: auto;
  position: relative;
}

.p-detail-wrapper .c-title--detail {
  margin: 3.125rem 0;
}

.p-detail-contents {
  margin-top: 3.125rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: .9375rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 3.2625rem;
}

.p-detail-contents--txt {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: -0.010625rem;
}

.p-detail-contents--img {
  width: 100%;
  margin: 3.125rem 0 3.75rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 3.2625rem;
}

.p-detail-contents--img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-detail-points {
  padding: 3.3125rem 6.8125rem;
  counter-reset: point;
  background-color: #f6fcff;
  margin: 3.125rem 0 5.625rem;
}

.p-detail-points.it-dx {
  padding: 3.3125rem 10.625rem;
  margin: 4.0625rem 0 5.625rem;
}

.p-detail-points__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: .625rem 1.875rem;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: .0625rem solid #d9d9d9;
  counter-increment: point;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-detail-points__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-detail-points__num-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1875rem;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1/3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.p-detail-points__title {
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.52;
  color: #111;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.p-detail-points__txt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.82;
  color: #111;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.p-detail-points__num-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 1.1875rem;
}

.p-detail-points__label {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #004c86;
}

.p-detail-points__num {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4;
  color: #004c86;
}

.p-detail-points__num::before {
  content: counter(point, decimal-leading-zero);
}

.p-detail-points__line {
  display: block;
  width: .0625rem;
  height: 3.8438rem;
  background-color: #004c86;
  -webkit-transform: rotate(199.68deg);
  transform: rotate(199.68deg);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-detail-points--img {
  width: 100%;
  margin: 3.125rem 0 3.75rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-detail-points--img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-detail-list {
  background-color: #f6fcff;
  padding: 3.3125rem 6.1875rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 3.125rem 0 5.625rem;
}

.p-detail-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  gap: .625rem;
  padding-bottom: 2.4375rem;
  border-bottom: .0625rem solid #d9d9d9;
  margin-top: 1.875rem;
}

.p-detail-list__item:first-child {
  margin-top: 0;
}

.p-detail-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-detail-list__title {
  width: -webkit-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.52;
}

.p-detail-list__title--marker {
  display: inline;
  background: linear-gradient(transparent 70%, rgba(0, 158, 231, 0.24) 70%);
}

.p-detail-list__list {
  margin: 0;
}

.p-detail-list__list li {
  position: relative;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2.22;
  color: #111;
  padding-left: 2.0625rem;
}

.p-detail-list__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.11em;
  width: .5rem;
  height: .5rem;
  background-color: #111;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-detail-list--sub {
  background-color: #f6fcff;
  padding: 3.3125rem 6.1875rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 3.125rem 0 5.625rem;
}

.p-detail-list--sub__list {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-detail-list--sub__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 2.4375rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: .0625rem solid #d9d9d9;
}

.p-detail-list--sub__title {
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 152%;
}

.p-detail-list--sub__txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin-top: .625rem;
}

.p-detail-search-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.875rem 1.4375rem;
  margin: 3.125rem 0 5.625rem;
  max-width: 78.75rem;
  margin: auto;
  padding: 0 1.875rem;
}

.p-detail-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.875rem 1.4375rem;
  margin: 3.125rem 0 5.625rem;
}

.p-detail-card__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-detail-card__item .c-tag--list {
  margin-top: 1rem;
}

.p-detail-card__item .c-tag {
  margin: 0;
}

.p-detail-card--detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-top: .9375rem;
}

.p-detail-card--title {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5625rem;
  letter-spacing: .005313rem;
  color: #004c86;
  display: block;
  position: relative;
  min-height: 4.6875rem;
  max-height: 4.6875rem;
  overflow: hidden;
}

.p-detail-card--title.is-truncated {
  padding-right: 1.25rem;
}

.p-detail-card--title.is-truncated::after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: .25rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 45%);
}

.p-detail-card__thumbnail {
  height: auto;
  border: .0625rem solid #e3eaf0;
}

.p-detail-card__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-detail-qa {
  list-style: none;
  margin: 3.125rem 0 5.625rem;
  padding: 3.3125rem 2.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.75rem;
  background-color: #f6fcff;
}

.p-detail-qa__cols {
  display: none;
  margin: 3.125rem 0 5.625rem;
  padding: 3.3125rem 2.5rem;
  gap: 0 2.375rem;
  background-color: #f6fcff;
}

.p-detail-qa__col-left,
.p-detail-qa__col-right {
  width: calc((100% - 2.375rem)/2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.75rem;
}

.p-detail-qa__item {
  border-bottom: .0625rem solid #d9d9d9;
  padding-bottom: 1.3125rem;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-detail-qa__item--open .p-detail-qa__toggle-icon::after {
  opacity: 0;
}

.p-detail-qa__item--open .p-detail-qa__answer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-detail-qa__question {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: .0625rem;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.p-detail-qa__question-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: .625rem;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}

.p-detail-qa__question-txt {
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.52;
  color: #111;
}

.p-detail-qa__label {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.4;
  color: #004c86;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: -0.375rem;
}

.p-detail-qa__toggle {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  padding: .6875rem 1rem;
  background-color: #d7e7ff;
  border: none;
  border-radius: .3125rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
}

.p-detail-qa__toggle-icon {
  position: relative;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  min-height: 1.125rem;
}

.p-detail-qa__toggle-icon::before,
.p-detail-qa__toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #004c86;
  transition: opacity .2s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.p-detail-qa__toggle-icon::before {
  width: 1.125rem;
  height: .125rem;
}

.p-detail-qa__toggle-icon::after {
  width: .125rem;
  height: 1.125rem;
}

.p-detail-qa__answer {
  display: none;
  gap: .6875rem;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: .9375rem;
  padding-left: .125rem;
}

.p-detail-qa__answer-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .3125rem;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.p-detail-qa__answer-txt {
  margin: 0;
  font-size: .9375rem;
  line-height: 1.82;
  color: #111;
  font-weight: 400;
}

.p-detail-qa__answer-txt--lead {
  font-weight: 600;
  line-height: 1.73;
}

.p-detail-subtitle-wrapper {
  padding-top: 3.125rem;
}

.p-detail-download__thumbnail {
  background-color: #f6fcff;
  max-width: 53.875rem;
  padding: 2.1875rem 2.5rem;
  margin: 3.125rem auto;
}

.p-detail-download__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-detail-download__txt {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: -0.010625rem;
  padding: 0 4.0625rem;
  margin: 3.125rem auto;
}

.p-detail-download__list {
  list-style: none;
  margin-bottom: 2.1875rem;
  padding: 0;
  counter-reset: point;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6875rem 5.3125rem;
  background: #f6fcff;
  padding: 3.3125rem 5.75rem;
  position: relative;
  margin-top: 3.125rem;
}

.p-detail-download__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 3.3125rem;
  bottom: 3.3125rem;
  width: .0625rem;
  background-color: #d9d9d9;
  margin-left: -0.0625rem;
}

.p-detail-download__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: .625rem 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: .0625rem solid #d9d9d9;
  counter-increment: point;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-detail-download__item:nth-last-child(-n+2) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.p-detail-download__item-title {
  margin: 0;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 152%;
  color: #111;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.p-detail-download__item-txt {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 182%;
  color: #111;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.p-detail-download__num {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4;
  color: #004c86;
}

.p-detail-download__num::before {
  content: counter(point, decimal-leading-zero);
}

.p-detail-download__num-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.1875rem;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1/3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.p-detail-download__num-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 1.1875rem;
}

.p-detail-download__label {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #004c86;
}

.p-detail-download__line {
  display: block;
  width: .0625rem;
  height: 3.8438rem;
  background-color: #2862b8;
  -webkit-transform: rotate(199.68deg);
  transform: rotate(199.68deg);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-detail-download__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .875rem;
  margin: 3.125rem 0 2.1875rem;
}

.p-detail-download__title-bar {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.4375rem;
  height: .375rem;
  background-color: #d9d9d9;
  border-radius: 6.25rem;
}

.p-detail-download__title-txt {
  margin: 0;
  font-weight: 600;
  font-size: 1.6875rem;
  line-height: 1.4;
  color: #111;
}

.p-detail-download__btn {
  background-image: url(/public/images/detail/dl_bg.png);
  background-size: cover;
  background-position: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125rem 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-detail-download__btn-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
}

.p-detail-download__btn-txt {
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5625rem;
  color: #fff;
}

.p-detail-download__btn-subtxt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875rem;
  color: #fff;
  margin: .5rem 0 1.375rem;
}

.p-detail-download__btn-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  max-width: 20.8125rem;
  width: 100%;
  padding: 1.15625rem 1.375rem;
  border-radius: .3125rem;
  transition: opacity .2s ease;
}

.p-detail-download__btn-link:hover {
  opacity: .8;
}

.p-detail-download__btn-link-txt {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: .005313rem;
  color: #004c86;
}

.p-detail-download__btn-link-icon img {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}

.p-detail-download__btn-link-icon--arrow img {
  width: .4375rem;
  height: .75rem;
}

.p-detail-solution {
  position: relative;
}

.p-detail-solution__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.p-detail-solution__list-item {
  min-width: 0;
}

.p-detail-solution__list-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border: .0625rem solid #d9d9d9;
  transition: opacity .2s ease;
}

.p-detail-solution__list-link:hover {
  opacity: .85;
}

.p-detail-solution__list-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-detail-solution__list-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .9375rem;
  padding: 1.25rem 1.25rem 2.9375rem 1.25rem;
}

.p-detail-solution__list-title {
  margin: 0;
  position: relative;
  padding-left: 2.375rem;
  font-size: 1.5625rem;
  line-height: 1.35;
  font-weight: 500;
  color: #111;
}

.p-detail-solution__list-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.0625rem;
  height: 2.4375rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/public/images/common/ico_title_2x.png);
}

.p-detail-solution__list-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .375rem;
}

.p-detail-solution__list-detail-lead {
  color: #004c86;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  font-weight: 500;
}

.p-detail-solution__list-detail-txt {
  margin: 0;
  color: #111;
  font-size: .9375rem;
  line-height: 2;
  font-weight: 400;
}

.p-detail-solution__list-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.5625rem;
  width: 100%;
  padding: 0 1.25rem 1.6875rem;
}

.p-detail-solution__list-action-txt {
  color: #004c86;
  font-size: .9375rem;
  line-height: 1;
  letter-spacing: .0046875rem;
  font-weight: 600;
}

.p-detail-solution__list-action-arrow {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: .3125rem;
  background-color: #d7e7ff;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-detail-solution__list-action-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: .3125rem;
  height: .625rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/public/images/common/ico_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-detail-solution__clip {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  overflow-y: visible;
}

@supports not (overflow: clip) {
  .p-detail-solution__clip {
    overflow-x: hidden;
  }
}

.p-detail-solution__card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: .0625rem solid #e3eaf0;
  background-color: #fff;
  text-decoration: none;
  width: 100%;
  transition: opacity .2s ease, border-color .2s ease;
}

.p-detail-solution__card-imgwrap {
  display: block;
  width: 100%;
  height: 12.9375rem;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-detail-solution__card-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-detail-solution__card-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.0625rem .875rem 1.0625rem .9375rem;
  background-color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 6.1125rem;
}

.p-detail-solution__card-title {
  margin: 0;
  font-weight: 500;
  font-size: 1.3125rem;
  line-height: 2rem;
  color: #004c86;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}

.p-detail-solution__card-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.p-detail-solution__card-arrow::before {
  content: "";
  width: .4375rem;
  height: .75rem;
  background-image: url("/public/images/common/ico_arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-detail-solution__slide-wrap {
  position: relative;
  max-width: 78.75rem;
  margin: 0 auto 7.5rem;
  padding: 0 1.875rem;
  overflow: visible;
}

.p-detail-solution__slide {
  width: 100%;
  overflow: visible;
}

.p-detail-solution__slide .splide__slider {
  overflow: visible;
  height: 100%;
  margin: 3.0625rem 0;
}

.p-detail-solution__slide .splide__track {
  overflow: visible;
  height: 100%;
}

.p-detail-solution__slide--service .p-detail-solution__card-detail {
  min-height: 5rem;
  padding: .4625rem .875rem .4625rem .7375rem;
}

.p-detail-solution__slide--service .p-detail-solution__card-imgwrap {
  border-bottom: .0625rem solid #e3eaf0;
}

.p-detail-solution__slide--service .p-detail-solution__card-title {
  font-size: 1.0625rem;
  line-height: 1.5125rem;
}

.p-detail-solution__slide--navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: none;
  margin: 3.0625rem 0 0;
  position: relative;
  gap: .8125rem;
}

.p-detail-solution__slide--navigation .splide__arrow {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 2.25rem;
  min-height: 2.25rem;
  padding: .8125rem 1rem;
  background-color: #d7e7ff;
  border-radius: .3125rem;
  opacity: 1;
  transition: .3s;
}

.p-detail-solution__slide--navigation .splide__arrow:disabled {
  opacity: .3;
}

.p-detail-solution__slide--navigation .splide__arrow svg {
  fill: #004c86;
}

.p-detail-solution__slide--navigation .splide__pagination {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .3125rem;
  padding: 0;
  margin-left: .1875rem;
}

.p-detail-solution__slide--navigation .splide__pagination li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-detail-solution__slide--navigation .splide__pagination__page {
  width: 2.3125rem;
  height: .125rem;
  border-radius: 0;
  background-color: #7a97a4;
  margin: 0;
}

.p-detail-solution__slide--navigation .splide__pagination__page.is-active {
  background-color: #004c86;
  -webkit-transform: none;
  transform: none;
}

.p-detail-contact {
  background-color: #f6fcff;
  padding: .75rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5.625rem;
}

.p-detail-contact__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.375rem;
}

.p-detail-contact__txt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6875;
  color: #111;
  text-align: center;
}

.p-detail-contact__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: .75rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20.8125rem;
  background-color: #fff;
  padding: 1.15625rem 1.375rem;
  border: .0625rem solid #d9d9d9;
  border-radius: .3125rem;
  text-decoration: none;
  transition: opacity .2s ease;
}

.p-detail-contact__btn:hover {
  opacity: .8;
}

.p-detail-contact__btn-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}

.p-detail-contact__btn-txt {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: .005313rem;
  color: #004c86;
}

.p-detail-contact__btn-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-detail-contact__btn-icon img {
  display: block;
  object-fit: contain;
}

.p-detail-contact__btn-icon--contact img {
  width: 1.4375rem;
  height: 1.125rem;
}

.p-detail-contact__btn-icon--arrow img {
  width: .4375rem;
  height: .75rem;
}

.p-detail-service .p-detail-download__btn,
.p-detail-service .p-detail-contact {
  display: none;
}

.p-download-detail--sec {
  margin-bottom: 7.5rem;
}

.p-download-detail__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.75rem;
}

.p-download-detail__mainColumn,
.p-download-detail__formColumn {
  min-width: 0;
}

.p-download-detail__mainColumn {
  width: calc(100% - 430px);
}

.p-download-detail__viewer {
  margin: 3.4375rem 0 5.625rem 0;
}

.p-download-detail__viewerMain {
  position: relative;
  background: #f2f4f6;
  padding: 2rem 2.1875rem;
  overflow: hidden;
}

.p-download-detail__viewerMain .splide__track {
  overflow: hidden;
}

.p-download-detail__viewerMain .splide__slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-download-detail__viewerMain .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.p-download-detail__viewerMain .splide__arrows,
.p-download-detail__viewerMain .splide__arrow {
  display: none;
}

.p-download-detail__viewerArrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-download-detail__viewerArrow--prev {
  left: .75rem;
}

.p-download-detail__viewerArrow--next {
  right: .75rem;
}

.p-download-detail__viewerThumbs {
  margin-top: .75rem;
  overflow: hidden;
}

.p-download-detail__viewerThumbs .splide__track {
  overflow: hidden;
}

.p-download-detail__viewerThumbs .splide__list {
  margin: 0;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-download-detail__viewerThumbs .splide__slide {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: .25rem;
  height: auto;
}

.p-download-detail__viewerThumbs .splide__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  pointer-events: none;
}

.p-download-detail__viewerThumbs .splide__slide.is-active {
  border: none !important;
}

.p-download-detail__viewerThumbs .splide__slide.is-active::after {
  background: rgba(0, 0, 0, 0);
}

.p-download-detail__viewerThumbs img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.p-download-detail__formcontents {
  background: #ededed;
  padding: 1.125rem;
  width: 430px;
  display: block;
}

.p-download-detail__formcontents img {
  display: block;
  width: 100%;
  height: auto;
}

.p-download-detail__formcontents--first {
  font-size: 11.5px;
  margin-bottom: 2em;
  text-align: center;
}

.p-download-detail__bottom {
  display: -ms-grid;
  display: grid;
  gap: 1.375rem;
}

.p-download-detail__block {
  margin-bottom: 3.7rem;
}

.p-download-detail__text {
  border-top: .0625rem solid #e6e6e6;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  line-height: 2.0625rem;
  font-size: 1rem;
  font-weight: 400;
}

.p-download-detail__list {
  border-top: .0625rem solid #e6e6e6;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  padding-left: 0;
  list-style: none;
  line-height: 1.9;
  font-size: 1rem;
}

.p-download-detail__list li {
  position: relative;
  padding-left: 1rem;
  margin: 0 0 .25rem;
  font-weight: 400;
}

.p-download-detail__list li:last-child {
  margin-bottom: 0;
}

.p-download-detail__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .95em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .625rem;
  height: .625rem;
  border-radius: 62.4375rem;
  background: #9ca3af;
}

.p-download-detail__toc {
  margin: 0;
  padding-left: 0;
  list-style: none;
  line-height: 1.9;
  border-top: .0625rem solid #e6e6e6;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}

.p-download-detail__toc li {
  position: relative;
  gap: 1rem;
  margin-bottom: .25rem;
  font-weight: 400;
  padding-left: 1.875rem;
  font-size: 1rem;
}

.p-download-detail__toc li::before {
  content: "";
  width: .875rem;
  height: .125rem;
  background: #2862b8;
  display: block;
  position: absolute;
  top: .9375rem;
  left: 0;
}

.p-download-detail__thanks {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1.5625rem;
}

.p-download-detail__thanks h3 {
  color: #004c86;
  margin-bottom: 1.875rem;
  font-size: 1.75rem;
}

.p-download-detail__thanks p {
  margin-bottom: 3.75rem;
}

.p-download-detail__thanks p span {
  font-size: .8125rem;
  display: inline-block;
  margin-top: 1.5625rem;
}

.p-download-detail__thanks--top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-download-detail .m-market-form * {
  float: none !important;
}

.p-download-detail .m-market-form * ::-webkit-input-placeholder {
  font-size: 14px !important;
}

.p-download-detail .m-market-form * :-ms-input-placeholder {
  font-size: 14px !important;
}

.p-download-detail .m-market-form * ::placeholder {
  font-size: 14px !important;
}

.p-download-detail .m-market-form .mktoForm,
.p-download-detail .m-market-form form,
.p-download-detail .m-market-form .mktoButtonRow,
.p-download-detail .m-market-form .mktoForm .mktoRadioList,
.p-download-detail .m-market-form .mktoForm .mktoCheckboxList {
  width: 100% !important;
  font-size: 14px !important;
}

.p-download-detail .m-market-form input[type=text],
.p-download-detail .m-market-form input[type=number],
.p-download-detail .m-market-form input[type=email],
.p-download-detail .m-market-form input[type=tel],
.p-download-detail .m-market-form input[type=date],
.p-download-detail .m-market-form select,
.p-download-detail .m-market-form textarea {
  width: 100% !important;
  font-size: 14px !important;
  height: auto !important;
  padding: 8px !important;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
}

.p-download-detail .m-market-form input[type=checkbox],
.p-download-detail .m-market-form input[type=radio] {
  position: absolute;
}

.p-download-detail .m-market-form .mktoHtmlText {
  width: 100% !important;
  font-size: 14px;
}

.p-download-detail .m-market-form .mktoHtmlText p {
  font-size: 14px;
  line-height: 25.6px;
}

.p-download-detail .m-market-form .mktoHtmlText p a {
  color: #009de6;
}

.p-download-detail .m-market-form .mktoHtmlText p a:hover {
  text-decoration: underline;
  opacity: 1;
}

.p-download-detail .m-market-form .mktoForm .mktoOffset,
.p-download-detail .m-market-form .mktoForm .mktoGutter,
.p-download-detail .m-market-form .mktoForm .mktoClear {
  display: none;
}

.p-download-detail .m-market-form .mktoFormRow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-download-detail .m-market-form .mktoForm .mktoFieldWrap {
  margin: 0 0 15px;
}

.p-download-detail .m-market-form .mktoForm .mktoLabel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 5px;
  padding: 0;
  width: auto !important;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px !important;
  font-weight: normal !important;
}

.p-download-detail .m-market-form .mktoForm .mktoRequiredField .mktoAsterix {
  display: inline-block;
  position: relative;
  margin: 0 0 0 5px;
}

.p-download-detail .m-market-form .mktoForm .mktoRequiredField .mktoAsterix:after {
  content: "必須";
  position: absolute;
  left: 0;
  top: -2px;
  width: 44px;
  height: 20px;
  border: 1px solid #bb1212;
  border-radius: 3px;
  background: #fff;
  font-size: 19.2px;
  text-align: center;
  font-weight: 700;
}

.p-download-detail .m-market-form .mktoForm .mktoRadioList>label,
.p-download-detail .m-market-form .mktoForm .mktoCheckboxList>label {
  margin: 0 0 10px;
  position: relative;
  display: block;
  padding: 8px 15px 8px 45px;
  border-radius: 3px;
  border: 1px solid #b2b2b2;
  background: #fff;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

.p-download-detail .m-market-form .mktoForm .mktoRadioList>label:before,
.p-download-detail .m-market-form .mktoForm .mktoCheckboxList>label:before {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #707070;
  background: #fff;
}

.p-download-detail .m-market-form .mktoForm .mktoRadioList>label:after,
.p-download-detail .m-market-form .mktoForm .mktoCheckboxList>label:after {
  position: absolute;
  content: "";
}

.p-download-detail .m-market-form .mktoForm .mktoRadioList>input:checked+label,
.p-download-detail .m-market-form .mktoForm .mktoCheckboxList>input:checked+label {
  border: 1px solid #009de6;
  background: #e5f5fd;
}

.p-download-detail .m-market-form .mktoForm .mktoCheckboxList>label::before {
  border-radius: 3px;
}

.p-download-detail .m-market-form .mktoForm .mktoRadioList>label::before {
  border-radius: 50%;
}

.p-download-detail .m-market-form .mktoForm .mktoCheckboxList>input:checked+label:after {
  left: 15px;
  top: 15px;
  width: 15px;
  height: 9px;
  background: url("/img/common/ico_checked.svg");
  background-size: 100% auto;
}

.p-download-detail .m-market-form .mktoForm .mktoRadioList>input:checked+label:after {
  left: 18px;
  top: 13px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #009de6;
}

.p-download-detail .m-market-form .mktoForm .mktoButtonWrap.mktoSkip .mktoButton,
.p-download-detail .m-market-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  border: none;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 48px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background: #2862b8;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
}

.p-download-detail .m-market-form .mktoForm .mktoButtonWrap.mktoSkip .mktoButton:hover,
.p-download-detail .m-market-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: #2862b8;
  opacity: .8;
}

.p-download-detail .m-market-form .mktoForm .mktoSkip {
  display: block;
  width: 100%;
}

.p-download-detail .l-inner .l-content-header {
  padding: 0 0 74px;
}

.p-download-detail #form_ank>div.p-download-form>p {
  font-size: 11.5px;
  margin-bottom: 2em;
  text-align: center;
}

.p-download-detail #form_ank form {
  position: relative;
}

.p-download-detail #form_ank form>div:has(#LastName) {
  width: 48%;
}

.p-download-detail #form_ank form>div:has(#FirstName) {
  width: 48%;
  position: relative;
  top: -85px;
  left: 52%;
  margin-bottom: -85px;
}

.p-download-detail #form_ank>div.p-download-form.m-market-form {
  background: rgba(62, 62, 62, .09);
  padding: 1em;
}

.p-download-detail .m-market-form input,
.p-download-detail .m-market-form select {
  background: #fff;
}

.p-download-detail .l-inner .l-content {
  -ms-grid-columns: 1fr 330px;
  grid-template-columns: 1fr 330px;
  grid-gap: 0 70px;
  gap: 0 70px;
}

.p-download-detail h1.c-heading02 {
  line-height: 1.5;
}

.p-download-detail h1.c-heading02 span {
  font-size: 2rem;
}

.p-download-detail .l-content__main>p.c-button {
  display: none;
}

.p-download-detail form div.mktoHtmlText a {
  color: #009de6;
}

.p-download-detail form div.mktoHtmlText a:hover {
  text-decoration: underline;
}

.p-download-detail .m-market-form div.mktoFormCol>div.mktoFieldWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-download-detail .m-market-form div.mktoFormCol>div.mktoFieldWrap>label {
  width: 100px !important;
  font-size: 14px !important;
  position: relative;
}

.p-download-detail #form_ank .m-market-form .mktoForm .mktoRequiredField .mktoAsterix {
  position: absolute;
  right: 3px;
}

.p-download-detail #form_ank .m-market-form .mktoForm .mktoRequiredField #LblLastName .mktoAsterix {
  right: -12px;
}

.p-download-detail #form_ank .m-market-form .mktoForm .mktoRequiredField .mktoAsterix:after {
  content: none;
  left: 56px;
  top: -13px;
  width: 30px;
  height: 20px;
  z-index: 1;
}

.p-download-detail #LastName {
  position: relative;
  left: 16px;
}

.p-download-detail #LblFirstName {
  padding-left: 10px;
}

.p-download-detail #form_ank form>div:has(#FirstName) {
  top: -46px !important;
  margin-bottom: -44px !important;
}

.p-download-detail .mktoForm textarea {
  background: #fff;
}

.p-download-detail .mktoForm div,
.p-download-detail .mktoForm span,
.p-download-detail .mktoForm label,
.p-download-detail .mktoForm p {
  margin-bottom: 5px !important;
}

.p-download-detail .m-market-form .mktoFormRow input,
.p-download-detail .m-market-form .mktoFormRow select,
.p-download-detail .m-market-form .mktoFormRow textarea {
  padding: 6px 8px !important;
}

.p-download-detail .m-market-form .mktoForm .mktoFormRow .mktoRadioList>label:before,
.p-download-detail .m-market-form .mktoForm .mktoFormRow .mktoCheckboxList>label:before {
  width: 16px;
  height: 16px;
}

.p-download-detail .m-market-form .mktoForm .mktoFormRow .mktoRadioList>label,
.p-download-detail .m-market-form .mktoForm .mktoFormRow .mktoCheckboxList>label {
  padding: 6px 15px 6px 45px;
}

.p-download--sec {
  margin-bottom: 7.5rem;
}

.p-download--items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3.8125rem 1.9375rem;
  padding: 2.8125rem 0 0;
  border-top: .0625rem solid #e3eaf0;
  width: 100%;
  margin-top: 1.875rem;
}

.p-top-fv {
  width: 100%;
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-image: url("/public/images/top/fv_bg_2x.png");
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

.p-top-fv--contents {
  position: relative;
}

.p-top-fv__slide {
  width: 100vw;
  position: relative;
}

.p-top-fv__slide--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-top-fv__slide--detail {
  width: 26.375rem;
  min-height: 29.6875rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 100%);
  position: relative;
  box-sizing: border-box;
}

.p-top-fv__slide--inner {
  position: relative;
}

.p-top-fv__slide--title {
  margin: 0;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.51;
  color: #111;
}

.p-top-fv__slide--txt {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.8125;
  color: #111;
  max-width: 22.125rem;
  margin-top: .9375rem;
}

.p-top-fv__slide .c-btn {
  margin-top: 3.125rem;
  padding: 1.25rem;
}

.p-top-fv__slide--imgwrap {
  width: calc(100% - 30.5rem);
  padding-top: 50%;
  min-height: 36.375rem;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.p-top-fv__slide--imgwrap img {
  display: block;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-fv__slide .splide__slider,
.p-top-fv__slide .splide__track {
  height: 100%;
}

.p-top-fv__slide--navigation {
  margin-top: 3.125rem;
}

.p-top-theme {
  padding: 6.25rem 0 7.1875rem 0;
}

.p-top-theme--contents {
  padding-top: 3.4375rem;
}

.p-top-service {
  padding: 6.25rem 0 7.1875rem 0;
  background-color: #f4fbff;
}

.p-top-service--contents {
  padding-top: 3.4375rem;
}

.p-top-municipality {
  padding: 6.25rem 0 7.1875rem 0;
  background-color: #f7f8ff;
}

.p-top-municipality--contents {
  padding-top: 3.4375rem;
}

.p-top-case {
  padding: 6.25rem 0 2.5rem 0;
  background-color: #f6fbff;
}

.p-top-case--contents {
  padding-top: 3.4375rem;
}

.p-top-case__slide {
  width: 100vw;
  position: relative;
}

.p-top-case__slide .splide__slider,
.p-top-case__slide .splide__track {
  height: 100%;
}

.p-top-case__slide .c-card__style-01 {
  border: none;
}

.p-top-case__slide--navigation {
  margin-top: 5.9375rem;
  max-width: 32rem;
}

.p-top-case__slide--navigation .c-slider--pagination {
  top: -5px;
}

.p-top-initiative {
  padding: 6.25rem 0 7.1875rem 0;
  background-color: #def1ff;
}

.p-top-initiative--contents {
  padding-top: 3.4375rem;
}

.p-inquiry-sec--txt {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
}

.p-inquiry-sec--form {
  margin: auto;
  margin-top: 3.75rem;
  max-width: 61.25rem;
}

.p-inquiry-sec--form .mktoForm {
  width: 100% !important;
}

.p-inquiry-sec--form .mktoFormRow {
  border-bottom: solid .0625rem #d9d9d6;
  padding: 1.25rem 1.875rem;
}

.p-inquiry-sec--form .mktoFormRow:nth-of-type(9) .mktoRequiredField {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-inquiry-sec--form .mktoFormRow:nth-of-type(11) {
  border-bottom: none;
  padding-bottom: 1.25rem;
  padding-top: 2.5rem;
}

.p-inquiry-sec--form .mktoFormRow:nth-of-type(11) .mktoFieldWrap {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-inquiry-sec--form .mktoFormRow:nth-of-type(11) .mktoHtmlText {
  font-size: 1rem;
  width: 100% !important;
  text-align: center;
}

.p-inquiry-sec--form .mktoFormRow:nth-of-type(11) .mktoHtmlText a {
  color: #004c86;
}

.p-inquiry-sec--form .mktoLabel {
  width: 20.15rem !important;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 3.125rem;
}

.p-inquiry-sec--form .mktoAsterix {
  color: #fff !important;
}

.p-inquiry-sec--form .mktoAsterix::before {
  content: "必須";
  font-size: .8125rem;
  font-weight: 700;
  color: #bf0000;
  border: solid .0625rem #bf0000;
  border-radius: .3125rem;
  padding: .625rem .4125rem;
  display: inline-block;
}

.p-inquiry-sec--form .mktoFieldWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none !important;
  width: 100% !important;
}

.p-inquiry-sec--form .mktoFormCol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none !important;
  width: 100% !important;
}

.p-inquiry-sec--form .mktoForm .mktoField {
  float: none !important;
}

.p-inquiry-sec--form .mktoGutter {
  display: none !important;
}

.p-inquiry-sec--form input[type=text],
.p-inquiry-sec--form input[type=tel],
.p-inquiry-sec--form input[type=email],
.p-inquiry-sec--form textarea,
.p-inquiry-sec--form select {
  position: relative;
  top: .1875rem;
  width: calc(100% - 20.15rem) !important;
  display: block;
}

.p-inquiry-sec--form input[type=text],
.p-inquiry-sec--form input[type=tel],
.p-inquiry-sec--form input[type=email],
.p-inquiry-sec--form textarea {
  font-size: 1rem;
  border: .125rem solid #009de6;
  padding: .75rem .5625rem .5625rem .5625rem !important;
  border-radius: .3125rem;
}

.p-inquiry-sec--form textarea {
  height: 10rem !important;
}

.p-inquiry-sec--form select {
  padding: .625rem .75rem !important;
  border-radius: .3125rem;
  border: .125rem solid #707070;
  width: 100%;
  font-size: 1rem !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-size: 1.5625rem .875rem;
  background-position: right;
  background-image: url("/public/images/inquiry/select_arrow.png");
}

.p-inquiry-sec--form .mktoCheckboxList {
  width: 18.75rem !important;
  float: none !important;
  padding: 0 !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 3px;
}

.p-inquiry-sec--form .mktoCheckboxList label {
  font-size: .875rem;
  position: relative;
  border: solid .125rem #fff;
  border-radius: .3125rem;
  padding: .9375rem .5625rem .9375rem 2.8125rem;
  margin: 0 !important;
}

.p-inquiry-sec--form .mktoCheckboxList label:before {
  position: absolute;
  left: .625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  border: .0625rem solid #707070;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: .3125rem;
  margin-top: 0rem;
}

.p-inquiry-sec--form .mktoCheckboxList input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.p-inquiry-sec--form .mktoCheckboxList input[type=checkbox]:checked+label {
  border: solid .125rem #004c86;
}

.p-inquiry-sec--form .mktoCheckboxList input[type=checkbox]:checked+label:before {
  background: url("/public/images/common/ico_check.svg");
  background-size: .875rem .625rem;
  background-repeat: no-repeat;
  background-position: center;
}

.p-inquiry-sec--form .mktoButtonRow {
  width: 100% !important;
}

.p-inquiry-sec--form .mktoButtonRow .mktoButtonWrap {
  width: 100% !important;
  text-align: center;
  display: block;
  margin-left: 0 !important;
}

.p-inquiry-sec--form .mktoButtonRow .mktoButtonWrap .mktoButton {
  display: inline-block;
  min-width: 16.5625rem !important;
  padding: 1.25rem 1.4375rem !important;
  background-color: #004c86 !important;
  background-image: none !important;
  border: solid .0625rem rgba(0, 0, 0, 0);
  box-sizing: border-box;
  border-radius: .3125rem;
  transition: .3s;
  font-size: 1rem !important;
  border: solid .0625rem #004c86 !important;
  text-align: left !important;
  position: relative;
}

.p-inquiry-sec--form .mktoButtonRow .mktoButtonWrap .mktoButton::after {
  content: "";
  width: .4375rem;
  height: .75rem;
  background-image: url("/public/images/common/ico_arrow_white.svg");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.25rem;
}

.p-inquiry-sec--form .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  background-color: #fff !important;
  border: solid .0625rem #004c86 !important;
  color: #004c86;
}

.p-inquiry-sec--form .mktoButtonRow .mktoButtonWrap .mktoButton:hover:after {
  background-image: url("/public/images/common/ico_arrow_blue.svg");
}

.p-service--items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 1.5625rem;
}

.p-service__card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  padding: 2.3125rem 2rem 2.3125rem 1.6875rem;
  border: .0625rem solid #d9d9d9;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border .3s;
}

.p-service__card:hover {
  border: .0625rem solid #004c86;
  opacity: 1 !important;
}

.p-service__card:hover .c-title--s,
.p-service__card:hover .p-service__card--txt {
  color: #004c86;
}

.p-service__card--detail {
  width: 18.75rem;
}

.p-service__card--txt {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}

.p-service__card--arrow {
  margin-top: 1.5rem;
}

.p-service__card--img {
  width: 12.5rem;
  height: 12.5rem;
  background: #eef7ff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-service__card--img img {
  width: 5.625rem;
  height: auto;
  display: block;
  object-fit: contain;
}

.p-theme--items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}

.p-theme-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.375rem;
  padding: .625rem .625rem .625rem 3.375rem;
  border: .0625rem solid #d9d9d9;
  background: #fff;
  transition: border .3s;
}

.p-theme-card:hover {
  border: .0625rem solid #004c86;
  opacity: 1 !important;
}

.p-theme-card:hover .c-title--s,
.p-theme-card:hover .p-theme-card--txt {
  color: #004c86;
}

.p-theme-card--txt {
  margin: 0;
  width: 26.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #111;
  margin-top: 1.875rem;
  transition: color .3s;
}

.p-theme-card--arrow {
  margin-top: 2.5rem;
}

.p-theme-card--image {
  width: 35rem;
  height: 22.5rem;
}

.p-theme-card--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

html {
  font-size: .871vw;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  width: 100%;
  overflow-x: hidden;
}

.smart-mobility-is-hidden .is-smart-mobility {
  display: none;
}

.resilience-is-hidden .is-resilience {
  display: none;
}

.resident-records-is-hidden .is-resident-records {
  display: none;
}

.public-affiliates-is-hidden .is-public-affiliates {
  display: none;
}

.nursing-care-is-hidden .is-nursing-care {
  display: none;
}

.national-insurance-is-hidden .is-national-insurance {
  display: none;
}

.data-integration-is-hidden .is-data-integration {
  display: none;
}

.childcare-support-is-hidden .is-childcare-support {
  display: none;
}

.business-analysis-is-hidden .is-business-analysis {
  display: none;
}

.backoffice-is-hidden .is-backoffice {
  display: none;
}

.frontyard-backyard-is-hidden .is-frontyard-backyard {
  display: none;
}

.employment-is-hidden .is-employment {
  display: none;
}

.economy-is-hidden .is-economy {
  display: none;
}

.contactcenter-is-hidden .is-contactcenter {
  display: none;
}

.community-is-hidden .is-community {
  display: none;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-flex__center__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.u-ab-center--v {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.u-ab-center--h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 48rem) {
  .l-site-footer_top a {
    font-weight: bold;
  }

  .l-site-footer_bottom a {
    font-weight: bold;
  }
}

@media screen and (min-width: 82.875rem) {
  .l-site-footer__inner {
    max-width: 75rem;
  }
}

@media screen and (min-width: 1000px) {
  img {
    width: auto;
  }

  .c-anchor {
    top: -9.375rem;
  }

  .c-anchor--fadeup {
    top: -12.5rem;
  }

  .g-nav__link:hover {
    color: #004c86;
    opacity: 1 !important;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: block !important;
  }
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 1.111vw;
  }
}

@media (max-width: 1100px) {
  .c-card--items--col5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1000px) {
  .c-breadclumb--wrapper {
    background-color: unset;
    padding-top: .3rem;
    padding-left: 2.1rem;
  }

  .c-breadclumb--contents {
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 1.25rem);
  }

  .c-breadclumb--item:not(:first-child):before {
    top: .375rem;
  }

  .c-breadclumb--item a,
  .c-breadclumb--item span {
    font-size: .6875rem;
  }

  .c-btn {
    min-width: 13.75rem;
    padding: .8125rem 1.25rem;
  }

  .c-btn__txt {
    font-size: .9375rem;
  }

  .c-card__style-01 .c-tag--list--wrap {
    margin-top: .6875rem;
  }

  .c-card__style-01--detail {
    height: 3.75rem;
  }

  .c-card__style-01--title {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  .c-card__style-02--imgwrap img {
    max-height: 5rem;
  }

  .c-card__style-02--detail {
    height: 4.375rem;
  }

  .c-card__style-02--title {
    font-size: .9375rem;
    min-height: 4.375rem;
  }

  .c-card__style-03--imgwrap {
    height: 12.35rem;
  }

  .c-card__style-03--detail {
    padding: 1.25rem .875rem 1.25rem .9375rem;
  }

  .c-card__style-03--title {
    font-size: 1.25rem;
    line-height: 1.8125rem;
    letter-spacing: .12rem;
  }

  .c-card__style-03--txt {
    font-size: .875rem;
    line-height: 1.5rem;
    margin-top: .95rem;
    margin-bottom: 1.175rem;
  }

  .c-card__style-04 .c-tag--list--wrap {
    margin-top: .6875rem;
  }

  .c-cv {
    padding: 1.875rem 0rem;
    background-size: 100% 100%;
    background-position: center top;
    background-image: url("/public/images/common/cv_bg_s_2x.png");
  }

  .c-cv__contents {
    display: block;
  }

  .c-cv__card {
    padding: 2.5rem 1.25rem;
    max-width: none;
  }

  .c-cv__card:after {
    right: 1.25rem;
  }

  .c-cv__card--contact {
    margin-bottom: 1.8125rem;
  }

  .c-cv__card--title {
    font-size: 1.4375rem;
  }

  .c-cv__card--txt {
    font-size: 1rem;
    margin-top: .375rem;
  }

  .c-heading-sec {
    gap: 2.5rem;
    padding-bottom: 1.5625rem;
  }

  .c-heading-sec--inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-heading-sec .c-btn {
    margin-top: 1.5625rem;
  }

  .c-heading-sec--txt {
    font-size: 1rem;
    margin-top: 1.25rem;
  }

  .c-pageheader {
    background-image: url("/public/images/common/pageheader_bg_s_2x.png");
    padding-bottom: 315px;
    background-position: center bottom;
  }

  .c-pageheader {
    margin-bottom: -310px;
  }

  .c-pageheader--contents {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
    padding: 0;
  }

  .c-pageheader--detail {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.75) 100%);
    width: calc(100% - 1.25rem);
    padding: 2.35rem 1.875rem;
    height: auto;
    margin: auto;
    margin-top: -4.3rem;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .c-pageheader--continuity {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.75) 100%);
    width: calc(100% - 1.25rem);
    padding: 1.3125rem 1.875rem 1.875rem 1.6875rem;
    height: auto;
    margin: auto;
    margin-top: -4.3rem;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .c-pageheader--title {
    font-size: 2.25rem;
    line-height: 2.9875rem;
  }

  .c-pageheader--txt {
    width: 100%;
    font-size: .975rem;
  }

  .c-pageheader--img {
    margin: auto;
    height: 16.6rem;
  }

  .c-pageheader--img img {
    padding-left: 0;
  }

  .c-pagenation {
    padding: 1.25rem 0 0;
    grid-gap: .3125rem;
    gap: .3125rem;
    margin-top: 2.5rem;
  }

  .c-post-style-01 {
    width: 100%;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .c-post-style-01--imgwrap {
    height: 32vw;
  }

  .c-post-style-01--pickup {
    font-size: .6875rem;
    gap: .5rem;
    padding: .4375rem;
    top: .625rem;
    left: .8125rem;
  }

  .c-post-style-01--pickup:before {
    width: .25rem;
    height: .25rem;
  }

  .c-post-style-01--detail {
    margin-top: .375rem;
  }

  .c-post-style-01--title {
    font-size: 1.25rem;
    line-height: 1.9375rem;
    letter-spacing: .0313rem;
  }

  .c-post-style-01--txt {
    margin-top: 1rem;
  }

  .c-post-style-01 .c-tag--list {
    margin-top: .6875rem;
  }

  .c-slider--navigation {
    bottom: .625rem;
  }

  .c-slider--pagination {
    top: -0.1rem;
  }

  .c-title {
    padding-left: 2.375rem;
    font-size: 1.875rem;
  }

  .c-title::before {
    top: 1.5rem;
    left: -0.125rem;
  }

  .c-title--m {
    font-size: 1.59rem;
    padding-left: 1.775rem;
  }

  .c-title--m::before {
    width: 1.7625rem;
    height: 2.1375rem;
    top: 1.2rem;
  }

  .c-title--s {
    font-size: 1.4375rem;
    padding-left: 2rem;
  }

  .c-title--s::before {
    width: 1.4625rem;
    height: 2.1375rem;
    top: .1rem;
  }

  .c-title--s-style-01 {
    font-size: 1.525rem;
  }

  .c-title--s-style-01::before {
    width: 1.4625rem;
    height: 2.1375rem;
    top: .1rem;
  }

  .c-title--detail {
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 140%;
    padding-left: 2.3125rem;
  }

  .c-title--detail::before {
    top: 1.5rem;
    left: -0.125rem;
    width: 1.61rem;
    height: 2.1491rem;
  }

  .c-title-sub--01 {
    font-size: 1.3125rem;
    margin-left: 0;
  }

  .c-title-sub--01:before {
    top: .7625rem;
  }

  .c-top span {
    font-size: .75rem;
  }

  .c-top span:before {
    width: 1.625rem;
    height: 1.625rem;
  }

  .l-site-footer__public {
    margin-top: .625rem;
  }

  .l-site-footer__public__logo {
    width: 31.25rem;
    height: 2.3rem;
  }

  .l-site-footer__public__logo--persol {
    width: 22.925rem;
  }

  .l-site-footer__public__logo--public {
    width: 7.7rem;
  }

  .l-site-footer__public--wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-site-footer__public--lists {
    width: 50%;
    margin-bottom: 1.25rem;
  }

  .l-site-footer__public--title {
    font-size: .8125rem !important;
    margin-bottom: .5rem;
    line-height: 1.25rem;
  }

  .g-nav {
    position: fixed;
    height: calc(100vh - 4.375rem);
    width: 100vw;
    border-radius: 0rem;
    top: 3.38rem;
    left: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    border: none;
    padding: 1.25rem 2.5rem 8.125rem 2.5rem;
    background-color: #fff;
    transition: .6s cubic-bezier(0.3, 1, 0.7, 1);
  }

  .g-nav__menu {
    display: block;
    height: auto;
    padding: 0rem;
  }

  .g-nav__item {
    display: block;
    width: 100%;
    border-right: none;
    padding: 1.125rem 0rem;
    border-bottom: .0625rem solid #d9d9d9;
  }

  .g-nav__item:last-child {
    border-bottom: unset;
  }

  .g-nav__link {
    font-size: 1.1875rem;
    font-weight: 600;
    letter-spacing: .0313rem;
    text-align: left;
    color: #004c86;
  }

  .g-nav-megamenu__contents {
    position: relative;
    top: auto;
    right: auto;
    opacity: 1;
    pointer-events: all;
    display: none;
    width: 100%;
    margin-bottom: 0rem;
    margin-top: 1.0625rem;
  }

  .g-nav-megamenu__open {
    display: block;
    width: 3.75rem;
    right: 0;
  }

  .g-nav-megamenu__items {
    width: 100%;
    background-color: #e8f5ff;
    padding: 1.875rem 1.25rem;
  }

  .g-nav-megamenu__item:not(:last-child) {
    margin-bottom: .9375rem;
  }

  .g-nav-megamenu__link {
    color: #004c86 !important;
    font-weight: 400;
    letter-spacing: .0437rem;
    font-size: 1rem;
    font-weight: 600;
  }

  .l-header {
    padding: .4375rem 2.8125rem 0rem 0rem;
    border-bottom: none;
    width: 100%;
    border-radius: 0;
  }

  .l-header__top {
    padding: .8rem 1.25rem .8rem .8125rem;
    display: block;
  }

  .l-header__logo {
    width: 31.25rem;
    height: 2.3rem;
  }

  .l-header__logo-area {
    top: 0rem;
    left: -0.25rem;
    z-index: 20;
    margin: 0;
    padding: 0;
    line-height: 0;
  }

  .l-header__logo--persol {
    width: 22.925rem;
  }

  .l-header__logo--public {
    width: 7.7rem;
  }

  .l-header__cv {
    margin-top: 1.875rem;
  }

  .l-header__cv li {
    display: block;
  }

  .l-header__cv li:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .l-header__cv li .g-nav__link {
    text-align: center;
  }

  .l-header__nav {
    padding: 0rem 1.25rem 0rem .8125rem;
  }

  .l-header-theme-menu--wrapper {
    padding: 0 .625rem 0 .625rem;
    width: 100vw;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .l-header-theme-menu__items {
    width: 51.5625rem;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .l-header-theme-menu__items--wrapper {
    width: calc(100vw - 7.5rem);
    overflow: scroll;
    box-sizing: border-box;
  }

  .l-header-theme-menu--title {
    width: 7.1875rem;
    padding: 0;
    height: 1.8125rem;
  }

  .l-header-theme-menu--item {
    height: 2.6875rem;
    padding: .75rem 1.25rem;
  }

  .l-wrapper {
    min-width: 100%;
    overflow: hidden;
  }

  .main-block {
    margin-top: 7.1875rem;
  }

  .l-container {
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  .page .main-block {
    padding-top: 3.4375rem;
  }

  .nav-btn {
    display: block;
    top: .59rem;
    right: .6rem;
  }

  .nav-btn__txt {
    font-size: .8125rem;
    bottom: .75rem;
  }

  .p-case-filter {
    padding: 0rem;
    padding-bottom: 2.5rem;
    margin-top: 1.25rem;
  }

  .p-case-filter--headline {
    font-size: 1.25rem;
  }

  .p-case-filter__title {
    margin: 0 0 .8125rem;
  }

  .p-case-filter__items {
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-case-filter__select {
    padding: 1.25rem 0 0;
  }

  .p-case-filter__select:first-child {
    padding-top: 0;
  }

  .p-case-filter__type {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .p-case-filter__label {
    width: 100%;
  }

  .p-case-filter__checks {
    gap: .8125rem;
  }

  .c-input-checkbox__value,
  .c-input-checkbox span {
    padding: .4375rem .625rem .4375rem 2.1875rem;
    font-size: 1.3rem;
    line-height: 1.7;
    font-size: .875rem;
    height: 2.375rem;
    letter-spacing: 0rem;
  }

  .c-input-checkbox__value::before,
  .c-input-checkbox span::before {
    left: .5rem;
    top: .5rem;
    height: 1.25rem;
    width: 1.25rem;
  }

  .c-input-checkbox input:checked+span::after {
    left: .75rem;
    top: .875rem;
    width: .875rem;
    height: .625rem;
  }

  .p-continuity-contents {
    margin: 1.875rem 0 1.5625rem;
    gap: .9375rem;
    padding: 0;
  }

  .p-continuity-contents__item:last-child {
    margin-bottom: 3.75rem;
  }

  .p-continuity-contents__item--security-content {
    padding: 0;
  }

  .p-continuity-contents__item--security-content--txt {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .p-continuity-contents__item--security-content--link--txt {
    margin-top: 1.375rem;
  }

  .p-continuity-contents__title {
    margin: 2.1875rem 0 1.25rem;
  }

  .p-continuity-contents__title-txt {
    font-size: 1.3125rem;
  }

  .p-continuity-contents__list {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: auto;
    padding: 2.5rem;
    gap: 1.5rem;
  }

  .p-continuity-contents__list-item {
    padding-bottom: 1.5625rem;
  }

  .p-continuity-contents__list-item--txt {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 152%;
  }

  .p-continuity-contents--txt {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .p-continuity-contents--img {
    margin-bottom: 3.75rem;
    margin-top: 1.875rem;
    padding: 0;
  }

  .p-continuity-contents--img.it-dx {
    margin: 1.875rem 0 3.75rem;
  }

  .p-continuity-contents--img.bpr {
    margin: 1.25rem 0 3.75rem;
  }

  .p-continuity-contents--img.risk {
    margin: 0;
  }

  .p-continuity-contents--img.security {
    margin: 0 0 .9375rem;
  }

  .p-continuity-solution {
    margin-top: 1.875rem;
  }

  .p-continuity-solution__list {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-continuity-solution__list-body {
    padding: 1.25rem 1.25rem .5625rem;
  }

  .p-continuity-solution__list-title {
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 135%;
  }

  .p-continuity-solution__list-action {
    padding: 0 1.25rem .9375rem;
  }

  .p-continuity-solution__list-action-txt {
    font-size: .9375rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .004687rem;
  }

  .p-continuity-solution-card {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.0625rem;
    margin: 1.875rem 0;
  }

  .p-continuity-solution-card__item--detail {
    height: 3.75rem;
  }

  .p-continuity-solution-card__item--title {
    font-size: 1rem;
    line-height: 1.4375rem;
  }

  .p-continuity-solution-card__link--txt {
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .004687rem;
    padding: .4375rem .875rem .4375rem 1.375rem;
  }

  .p-continuity--business {
    margin-bottom: 0;
  }

  .p-continuity--risk {
    margin-bottom: 2.1875rem;
  }

  .p-detail .p-detail-contents--img--pc {
    display: none;
  }

  .p-detail .p-detail-contents--img--sp {
    display: block;
  }

  .p-detail-header {
    background-color: #1894e8;
    background-image: linear-gradient(rgba(24, 148, 232, 0.9), rgba(24, 148, 232, 0.9));
    background-blend-mode: multiply;
  }

  .p-detail-header .c-breadclumb--wrapper:after {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    margin-top: -1px;
  }

  .p-detail-header--contents {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
    padding: 0;
    gap: 0;
  }

  .p-detail-header--detail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/public/images/detail/header_bg_2x.png");
    width: calc(100% - 1.25rem);
    padding: 2.35rem 1.875rem;
    height: auto;
    margin: auto;
    margin-top: -4.3rem;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .p-detail-header--title {
    font-size: 1.75rem;
    line-height: 2.6875rem;
  }

  .p-detail-header--title--sub {
    font-size: 1.1875rem;
    line-height: 1.5rem;
  }

  .p-detail-header--txt {
    width: 100%;
    font-size: .875rem;
  }

  .p-detail-header--img {
    height: 18.5rem;
    width: 100%;
  }

  .p-detail-header--img img {
    margin-right: 0;
    padding-left: 0;
  }

  .p-detail-header--img--service {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .p-detail-header--img--service img {
    width: 11.5625rem;
    top: 2rem;
  }

  .p-detail-wrapper {
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  .p-detail-wrapper .c-title--detail {
    margin: 1.875rem 0;
  }

  .p-detail-contents {
    margin-top: 1.875rem;
    padding: 0;
  }

  .p-detail-contents--txt {
    font-size: .9375rem;
    line-height: 1.75rem;
  }

  .p-detail-contents--img {
    margin: 2.1875rem 0 3.75rem;
    padding: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-detail-points {
    padding: 2.5rem;
    margin-top: 1.875rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: auto;
  }

  .p-detail-points.it-dx {
    margin: 1.875rem 0 3.75rem;
    padding: 2.5rem 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .p-detail-points__item {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: .625rem 1.1875rem;
    padding-bottom: 1.5625rem;
    margin-bottom: 1.5rem;
  }

  .p-detail-points__num-area {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .p-detail-points__title {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    font-size: 1.25rem;
  }

  .p-detail-points__txt {
    grid-column: 1/-1;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: .9375rem;
  }

  .p-detail-points__num-wrap {
    padding-right: 0;
  }

  .p-detail-points__label {
    font-size: .75rem;
  }

  .p-detail-points__num {
    font-size: 2.25rem;
  }

  .p-detail-points__line {
    height: 3.8438rem;
  }

  .p-detail-points--img {
    margin: 2.1875rem 0 3.75rem;
    height: 31.875rem;
    background: #eaeaea;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-detail-list {
    padding: 2.5rem;
    margin: 1.875rem 0 3.75rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: auto;
  }

  .p-detail-list__title {
    font-size: 1.375rem;
  }

  .p-detail-list__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: .9375rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-detail-list__list li {
    font-size: .9375rem;
    line-height: 152%;
    padding-left: 1.1875rem;
  }

  .p-detail-list__list li::before {
    width: .5rem;
    height: .5rem;
  }

  .p-detail-list--sub {
    padding: 2.5rem;
    margin: 3.125rem 0 3.75rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: auto;
  }

  .p-detail-list--sub__list {
    gap: 1.5rem;
  }

  .p-detail-list--sub__item {
    padding-bottom: 1.5625rem;
  }

  .p-detail-list--sub__title {
    font-size: 1.375rem;
  }

  .p-detail-list--sub__txt {
    font-size: .9375rem;
    font-weight: 500;
    line-height: 182%;
  }

  .p-detail-search-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1.25rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    margin-top: 2rem;
  }

  .p-detail-card {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1.25rem;
    margin: 2.5rem 0 3.75rem;
  }

  .p-detail-card__item .c-tag--list {
    margin-top: .6875rem;
  }

  .p-detail-qa {
    margin: 1.875rem 0 3.75rem;
    padding: 2.5rem 1.25rem;
    gap: .875rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: auto;
  }

  .p-detail-qa__question {
    gap: 1.0625rem;
  }

  .p-detail-qa__question-txt {
    font-size: 1rem;
  }

  .p-detail-qa__label {
    font-size: 1.5rem;
  }

  .p-detail-qa__answer {
    gap: 1.0625rem;
    margin-top: .4375rem;
  }

  .p-detail-qa__answer-inner {
    gap: .75rem;
  }

  .p-detail-qa__answer-txt {
    font-size: .875rem;
  }

  .p-detail-subtitle-wrapper {
    padding-top: 2.8125rem;
  }

  .p-detail-download__thumbnail {
    padding: 1.25rem;
    margin: 1.875rem auto;
  }

  .p-detail-download__txt {
    font-size: .9375rem;
    line-height: 1.75rem;
    padding: 0;
    margin: 1.875rem auto 2.8125rem;
  }

  .p-detail-download__list::before {
    display: none;
  }

  .p-detail-download__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: 1.375rem;
    width: auto;
    padding: 2.5rem;
    margin-top: 1.875rem;
  }

  .p-detail-download__item:nth-last-child(-n+2) {
    padding-bottom: 1.5625rem;
    border-bottom: .0625rem solid #d9d9d9;
  }

  .p-detail-download__item {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: .625rem 1.1875rem;
    padding-bottom: 1.5625rem;
  }

  .p-detail-download__item-title {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    font-size: 1.25rem;
  }

  .p-detail-download__item-txt {
    grid-column: 1/-1;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: .9375rem;
  }

  .p-detail-download__num {
    font-size: 2.25rem;
  }

  .p-detail-download__num-area {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    gap: .75rem;
  }

  .p-detail-download__num-wrap {
    padding-right: .75rem;
  }

  .p-detail-download__label {
    font-size: .75rem;
  }

  .p-detail-download__line {
    height: 3.8438rem;
  }

  .p-detail-download__title {
    margin: 2.8125rem 0 1.25rem;
  }

  .p-detail-download__title-txt {
    font-size: 1.3125rem;
  }

  .p-detail-download__btn-txt {
    font-size: 1.625rem;
    line-height: 2.5625rem;
  }

  .p-detail-download__btn-subtxt {
    font-size: .9375rem;
    margin: 0 0 1.375rem;
  }

  .p-detail-download__btn-link {
    max-width: 17.5rem;
    padding: .875rem;
  }

  .p-detail-download__btn-link-txt {
    font-size: .9375rem;
    letter-spacing: .004687rem;
  }

  .p-detail-solution__list {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-detail-solution__slide-wrap {
    padding: 0 1.25rem;
  }

  .p-detail-contact {
    padding: 1.0625rem 0;
    margin-bottom: 3.75rem;
  }

  .p-detail-contact__inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .75rem;
  }

  .p-detail-contact__txt {
    font-size: .9375rem;
    line-height: 1.6875rem;
  }

  .p-detail-contact__btn {
    width: 17.5rem;
    padding: .875rem;
  }

  .p-detail-contact__btn-txt {
    font-size: .9375rem;
    letter-spacing: .004687rem;
  }

  .p-download-detail--sec {
    margin-bottom: 5rem;
  }

  .p-download-detail__top {
    display: block;
  }

  .p-download-detail__mainColumn {
    width: 100%;
  }

  .p-download-detail__viewer {
    margin: 1.875rem 0 3.125rem 0;
  }

  .p-download-detail__viewerThumbs {
    margin-top: .375rem;
  }

  .p-download-detail__formColumn {
    margin-top: 1.875rem;
  }

  .p-download-detail__formcontents {
    padding: 1rem;
    width: 100%;
  }

  .p-download-detail__block {
    margin-bottom: 1.8rem;
  }

  .p-download-detail__text {
    padding-top: .65rem;
    margin-top: .85rem;
    font-size: .9375rem;
    line-height: 2.1875rem;
  }

  .p-download-detail__list {
    padding-top: .65rem;
    margin-top: .85rem;
    font-size: .9375rem;
    line-height: 2.1875rem;
  }

  .p-download-detail__list li::before {
    top: 1.15rem;
  }

  .p-download-detail__toc {
    padding-top: .65rem;
    margin-top: .85rem;
    font-size: .9375rem;
    line-height: 2.1875rem;
  }

  .p-download-detail__toc li {
    padding-left: 1.375rem;
    font-size: .9375rem;
  }

  .p-download-detail__toc li::before {
    top: 1.125rem;
    width: .6875rem;
  }

  .p-download-detail__thanks h3 {
    font-size: 1.4375rem;
  }

  .p-download-detail__thanks p {
    font-size: .875rem;
    margin-bottom: 2.5rem;
  }

  .p-download--items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 2.875rem 0 0;
    margin-top: .875rem;
    gap: 2.3125rem 1.9375rem;
  }

  .p-top-fv {
    padding-bottom: 1.7rem;
    height: auto;
  }

  .p-top-fv__slide--detail {
    width: 21.375rem;
    min-height: 22.6875rem;
  }

  .p-top-fv__slide--inner {
    padding: .625rem .875rem 1.125rem .875rem;
  }

  .p-top-fv__slide--title {
    font-size: 1.75rem;
    line-height: 2.5625rem;
  }

  .p-top-fv__slide--txt {
    font-size: .875rem;
  }

  .p-top-fv__slide .c-btn {
    margin-top: 1.25rem;
    padding: .8125rem 1.25rem;
  }

  .p-top-fv__slide--imgwrap {
    width: calc(100% - 23.25rem);
    min-height: auto;
  }

  .p-top-fv__slide--navigation {
    margin-top: 2.5rem;
  }

  .p-top-theme {
    padding-top: 3.125rem;
    padding-bottom: 5rem;
  }

  .p-top-theme--contents {
    padding-top: 1.5625rem;
  }

  .p-top-service {
    padding: 4.6875rem 0 4.6875rem 0;
  }

  .p-top-service--contents {
    padding-top: 1.5625rem;
  }

  .p-top-municipality {
    padding: 4.6875rem 0 4.6875rem 0;
  }

  .p-top-municipality--contents {
    padding-top: 1.5625rem;
  }

  .p-top-case {
    padding: 4.6875rem 0 4.6875rem 0;
  }

  .p-top-case--contents {
    padding-top: 1.5625rem;
  }

  .p-top-case__slide {
    border-radius: 0;
  }

  .p-top-initiative {
    padding: 4.6875rem 0 4.6875rem 0;
  }

  .p-top-initiative--contents {
    padding-top: 1.5625rem;
  }

  .p-inquiry-sec--txt {
    text-align: left;
    font-size: .9375rem;
  }

  .p-inquiry-sec--form {
    margin-top: 2.5rem;
  }

  .p-inquiry-sec--form .mktoButtonRow .mktoButtonWrap .mktoButton {
    min-width: 13.75rem;
    padding: .8125rem 1.25rem;
  }

  .p-page--header {
    width: 100vw;
    overflow: hidden;
  }

  .p-service__card {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: .9375rem .9375rem 2.1875rem .9375rem;
  }

  .p-service__card--detail {
    width: 100%;
  }

  .p-service__card--txt {
    font-size: .875rem;
    margin-top: .9375rem;
  }

  .p-service__card--arrow {
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: .875rem;
  }

  .p-service__card--img {
    width: 100%;
    height: 25vw;
  }

  .p-theme--items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .p-theme-card {
    padding: .9375rem .9375rem 2.1875rem .9375rem;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .p-theme-card--detail {
    width: 100%;
    max-width: 100%;
  }

  .p-theme-card--txt {
    width: 100%;
    max-width: 100%;
    font-size: .875rem;
    margin-top: 1.4375rem;
    line-height: 1.625rem;
  }

  .p-theme-card--arrow {
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 1.875rem;
  }

  .p-theme-card--image {
    width: 100%;
    height: 25vw;
  }

  html {
    font-size: 1.611vw;
  }
}

@media (max-width: 1000px) {
  .c-card--items--col3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .c-arrow {
    width: 1.85rem;
    height: 1.85rem;
  }

  .c-arrow:before {
    width: .35rem;
    height: .65rem;
  }

  .c-arrow--link {
    gap: 1.0625rem;
  }

  .c-card--items--col5 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem .9375rem;
  }

  .c-card__style-04__thumbnail {
    height: 12rem;
  }

  .c-pageheader--title {
    font-size: 1.75rem;
    line-height: 2.2875rem;
    letter-spacing: .15rem;
  }

  .c-pageheader--title-m {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 146%;
  }

  .c-pageheader--title-sub {
    font-size: 1.25rem;
  }

  .c-pageheader--txt {
    font-size: .875rem;
  }

  .c-pageheader--txt-sub {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 141%;
  }

  .c-slider--pagination {
    top: -0.3rem;
  }

  .c-slider--pagination li button {
    width: 1.6rem;
  }

  .l-site-footer__public__logo {
    width: 22.375rem;
    height: 1.4rem;
  }

  .l-site-footer__public__logo--persol {
    width: 16.425rem;
  }

  .l-site-footer__public__logo--public {
    width: 5.5rem;
  }

  .l-header__top {
    padding: .7rem 1.25rem .8rem .8125rem;
  }

  .l-header__logo {
    width: 19.375rem;
    height: 1.4rem;
  }

  .l-header__logo-area {
    top: -0.1rem;
  }

  .l-header__logo--persol {
    width: 14.225rem;
  }

  .l-header__logo--public {
    width: 4.8rem;
  }

  .main-block {
    margin-top: 6.2rem;
  }

  .nav-btn {
    width: 2.525rem;
    height: 2.525rem;
    top: .4rem;
  }

  .nav-btn--inner {
    top: -0.4125rem;
  }

  .nav-btn__line {
    width: 1.2375rem;
  }

  .nav-btn__line:nth-of-type(2) {
    top: 1.62rem;
  }

  .nav-btn__line:nth-of-type(3) {
    top: 2.02rem;
  }

  .nav-btn.is-close .nav-btn__line:nth-of-type(1) {
    top: 1.3875rem;
  }

  .nav-btn.is-close .nav-btn__line:nth-of-type(3) {
    top: 1.3875rem;
  }

  .p-detail-solution__service-slide .p-detail-solution__pagination .splide__pagination__page {
    width: 1.3125rem;
  }

  .p-download-detail .m-market-form input[type=text],
  .p-download-detail .m-market-form input[type=number],
  .p-download-detail .m-market-form input[type=email],
  .p-download-detail .m-market-form input[type=tel],
  .p-download-detail .m-market-form input[type=date],
  .p-download-detail .m-market-form select,
  .p-download-detail .m-market-form textarea {
    height: auto !important;
  }

  .p-download-detail .m-market-form textarea {
    min-height: 120px;
  }

  .p-download-detail .m-market-form .mktoForm .mktoCheckboxList>input:checked+label:after {
    left: 14px;
  }

  .p-top-fv {
    padding-bottom: 0;
    padding-top: 0;
    background-image: url("/public/images/top/fv_bg_s_2x.png");
  }

  .p-top-fv__slide {
    border-radius: 0;
  }

  .p-top-fv__slide--contents {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-top-fv__slide--detail {
    max-width: none;
    min-height: 20.625rem;
    width: 100%;
    background: unset;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .p-top-fv__slide--inner {
    padding: .625rem 3rem 1.125rem 3rem;
  }

  .p-top-fv__slide--imgwrap {
    max-width: none;
    padding-top: 0;
    width: 100%;
    height: 13.3rem;
    border-radius: 0;
  }

  .p-top-fv__slide--item {
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 100%);
  }

  .p-inquiry-sec--form .mktoForm {
    padding: 0 !important;
  }

  .p-inquiry-sec--form .mktoFormRow {
    padding: 1.25rem .625rem;
  }

  .p-inquiry-sec--form .mktoLabel {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: .625rem;
    font-size: .875rem;
  }

  .p-inquiry-sec--form .mktoAsterix {
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
  }

  .p-inquiry-sec--form .mktoAsterix::before {
    padding: .3125rem;
  }

  .p-inquiry-sec--form .mktoFieldWrap {
    display: block;
  }

  .p-inquiry-sec--form .mktoFormCol {
    display: block;
  }

  .p-inquiry-sec--form input[type=text],
  .p-inquiry-sec--form input[type=tel],
  .p-inquiry-sec--form input[type=email],
  .p-inquiry-sec--form textarea,
  .p-inquiry-sec--form select {
    width: 100% !important;
  }

  .p-inquiry-sec--form input[type=text],
  .p-inquiry-sec--form input[type=tel],
  .p-inquiry-sec--form input[type=email],
  .p-inquiry-sec--form textarea {
    padding: .75rem .5625rem .5625rem .5625rem !important;
    height: auto !important;
    font-size: 1rem !important;
  }

  .p-inquiry-sec--form .mktoButtonRow .mktoButtonWrap .mktoButton {
    min-width: 14.7625rem !important;
    padding: .85rem 1.4375rem !important;
  }

  .p-service--items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }

  .p-service__card--img {
    height: 45vw;
  }

  .p-theme--items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p-theme-card--image {
    height: 48vw;
  }

  html {
    font-size: 2.111vw;
  }
}

@media (max-width: 650px) {
  .c-card--items--col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.875rem 0;
  }

  .c-card__style-01--imgwrap {
    height: 42vw;
  }
}

@media screen and (max-width: 570px) {
  .c-post-style-01--imgwrap {
    height: 40vw;
  }
}

@media (max-width: 540px) {
  .c-card--items--col5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .c-card__style-02--imgwrap {
    height: 38vw;
  }
}

@media screen and (max-width: 500px) {
  html {
    font-size: 3.0155vw;
  }
}

@media only screen and (max-width: 480px) {
  .p-download-detail #form_ank>div.p-download-form>p {
    font-size: 10px;
  }

  .p-download-detail #form_ank form>div:has(#FirstName) {
    width: 48%;
    top: -90px;
    margin-bottom: -90px;
  }

  .p-download-detail .c-link-back {
    margin-bottom: 2em;
  }

  .p-download-detail .l-content__main {
    margin-bottom: 0 !important;
  }

  .p-download-detail .l-content__main>p.c-button {
    max-width: 270px;
    margin: 0 auto 2em;
    display: block;
  }

  .p-download-detail h1.c-heading02 span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 420px) {
  .c-post-style-01--imgwrap {
    height: 12.3rem;
  }

  .p-top-fv__slide--inner {
    padding: .625rem .9rem 1.125rem .9rem;
  }

  html {
    font-size: 4.18vw;
  }
}

@media screen and (max-width: 71.25rem) {
  .l-header-theme-menu--txt {
    font-size: .875rem;
  }

  .l-header-theme-menu--item {
    padding: 0 .8125rem 0 .8125rem;
  }
}

@media screen and (max-width: 66.5625rem) {
  .g-nav__menu {
    gap: 1.25rem;
  }
}

@media screen and (max-width: 64rem) {
  .l-site-footer__logo {
    width: 100%;
    max-width: 22.5rem;
    margin: 0 0 1.25rem;
  }

  .l-site-footer__submit {
    overflow: hidden;
    display: block;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: .1875rem;
  }

  .l-site-footer__submit:before {
    margin: .125rem .375rem;
    display: block;
  }

  .l-site-footer__global {
    margin: 0 0 3.125rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .l-site-footer__global>li {
    border-bottom: .0625rem solid #bbb;
    padding: 0 0 1.875rem;
  }

  .l-site-footer__global>li.l-site-footer__large {
    padding: 0 0 .9375rem;
  }

  .l-site-footer__global>li:not(:last-child) {
    border-right: 0;
  }

  .l-site-footer__global>li:first-child {
    padding: 0;
    border-bottom: none;
  }

  .l-site-footer__global>li:first-child a {
    margin: 0;
  }

  .l-site-footer__global>li>a,
  .l-site-footer__global>li>p {
    margin: 0 0 .9375rem;
  }

  .l-site-footer__global>li>ul.l-site-footer__company {
    height: 5.75rem;
  }

  .l-site-footer__large {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .l-site-footer__policy {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 0 .75rem;
    grid-gap: .625rem;
    gap: .625rem;
  }

  .p-download-detail__viewerMain {
    padding: .75rem 2.75rem;
  }

  .p-download-detail__toc {
    padding-top: .75rem;
  }

  .p-download-detail__toc li {
    gap: .875rem;
  }

  .p-download-detail__toc a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 48rem) {
  .l-footer-contacts {
    padding: 3.4375rem 0;
    background-image: url("/img/common/footer-contact_sp.jpg");
  }

  .l-footer-contacts__container {
    display: block;
    padding: 0;
  }

  .l-footer-contacts__label {
    margin: 0 0 .625rem;
    font-size: 3.5rem;
  }

  .l-footer-contacts__lead {
    margin: 0 0 1.25rem;
  }

  .l-footer-contacts__action {
    display: block;
  }

  .l-footer-contacts__action a {
    width: 100%;
  }

  .l-footer-contacts__action a img {
    width: auto;
  }

  .l-footer-contacts__download {
    margin: 0 0 .625rem;
  }

  .l-footer__body {
    padding: 0 1.25rem;
  }

  .l-footer__top {
    padding: 4rem 0 1.25rem;
  }

  .l-footer__top .l-footer__body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-footer__top .l-footer__list {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-footer__top .l-footer__list .l-footer__item {
    width: calc(50% - .5rem);
    margin: .25rem 0 !important;
  }

  .l-footer__top .l-footer__sns {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.75rem;
  }

  .l-footer__middle {
    padding: 2.5rem 0 3rem;
  }

  .l-footer__middle .l-footer__flex {
    display: block;
    margin-bottom: 2.5rem;
  }

  .l-footer__middle .l-footer__heading {
    display: block;
    margin-bottom: 1rem;
    padding: 0;
    font-size: .875rem;
  }

  .l-footer__middle .l-footer__wrapper {
    display: block;
    padding: 0;
    box-shadow: none;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__title {
    float: none;
    width: auto;
    margin-bottom: .5rem;
    padding: 1rem 0 0;
    border-top: .0625rem solid #d9d9d6;
    line-height: inherit;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__title:not(:first-child) {
    margin-top: .5rem;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__list {
    padding: 0;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) .l-footer__item {
    width: calc(50% - .625rem);
    height: auto;
    margin-bottom: -0.0625rem;
    padding: 0;
    border-right: none;
    border-top: .0625rem solid #d9d9d6;
    border-bottom: .0625rem solid #d9d9d6;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) .l-footer__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2.875rem;
    line-height: 1.5;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__list--float,
  .l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
    margin-left: -0.75rem;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__list--float .l-footer__item,
  .l-footer__middle .l-footer__wrapper .l-footer__list--float-last .l-footer__item {
    margin-bottom: .5rem;
  }

  .l-footer__middle .l-footer__button {
    display: block;
    margin-top: 1.5625rem;
  }

  .l-footer__middle .l-footer__button .l-footer__link {
    width: 100%;
  }

  .l-footer__bottom {
    padding: 1.5rem 0;
  }

  .l-footer__bottom .l-footer__flex .l-footer__item--logo {
    width: 6.75rem;
  }

  .l-footer__bottom .l-footer__flex .l-footer__item--vision {
    width: 8.5rem;
    padding-top: .25rem;
  }

  .l-footer__bottom .l-footer__flex .l-footer__media {
    width: 100%;
  }

  .l-footer__copyright {
    font-size: .75rem;
  }

  .l-footer__pagetop {
    display: none;
  }

  .l-site-footer {
    padding: 3.125rem 0;
  }

  .l-site-footer__inner {
    max-width: calc(100vw - 1.5rem);
  }

  .l-site-footer__search {
    width: 100%;
    position: static;
    margin: 0 0 1.25rem;
  }

  .l-site-footer__input {
    width: calc(100% - 2.1875rem);
  }

  .l-site-footer__global>li>ul {
    height: auto;
  }

  .l-site-footer__policy a {
    font-size: .6875rem;
    line-height: 1.2;
  }

  .p-download-detail__viewerThumbs .splide__slide {
    padding: .1875rem;
  }

  .p-download-detail__viewerMain {
    padding: .3125rem;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-site-footer_bottom {
    font-size: .875rem;
    font-weight: 500;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: .625rem 0;
    gap: .625rem 0;
    min-width: 0;
    border-bottom: .0625rem solid #7d7d7d;
    padding: 1.875rem 0;
    margin-bottom: 3.125rem;
    color: #24292d;
  }

  .l-site-footer_top {
    font-size: .875rem;
    font-weight: 500;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: .625rem 0;
    gap: .625rem 0;
    min-width: 0;
    padding: 0 0 1.875rem;
    color: #24292d;
  }

  .l-site-footer_top a {
    font-weight: 500;
  }

  .l-site-footer_bottom a {
    font-weight: 500;
  }
}

@media screen and (max-width: 43.75rem) {
  .p-continuity-solution__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }

  .p-detail-solution__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 40.625rem) {
  .p-continuity-solution-card__item--imgwrap {
    height: 42vw;
  }

  .p-detail-search-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.1875rem 0;
  }

  .p-detail-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.1875rem 0;
  }
}

@media screen and (min-width: 48.0625rem)and (max-width: 64rem) {
  .l-footer-contacts__container {
    display: block;
  }

  .l-footer-contacts__lead {
    margin: 0 0 1.875rem;
  }

  .l-footer-contacts__action {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-site-footer {
    padding: 1.5rem 0 1.875rem;
  }

  .l-site-footer__global>li>ul {
    height: auto;
  }
}

@media screen and (min-width: 48.0625rem)and (max-width: 61.9375rem) {
  .l-footer__body {
    padding: 0 1.875rem;
  }

  .l-footer__top {
    padding: 4rem 0 1.25rem;
  }

  .l-footer__top .l-footer__body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-footer__top .l-footer__list {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .l-footer__top .l-footer__sns {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.75rem;
  }
}

@media screen and (min-width: 48.0625rem)and (max-width: 85.375rem) {
  .l-site-footer__global>li>ul {
    height: auto;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}


