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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  line-height: 0;
}

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

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-size: min(clamp(0.875rem, 0.8264248705rem + 0.207253886vw, 1rem), 3.7333333333vw);
  font-weight: 400;
  font-kerning: normal;
  line-height: 1.5;
  color: #333333;
  text-underline-offset: 0.2em;
  letter-spacing: 0.05em;
}

img,
svg,
object {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

img {
  pointer-events: none;
}

button {
  color: unset;
  cursor: pointer;
  background: unset;
  border: unset;
}

label {
  cursor: pointer;
}

input,
textarea {
  background-color: unset;
  border: unset;
}

::placeholder {
  color: #a0a0a0;
}

[data-aos=aos-slide-text] {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-100%);
}
[data-aos=aos-slide-text] > * {
  display: inline-block;
  opacity: 0;
  transition: inherit;
  transform: translateX(100%);
}

[data-aos=aos-slide-text].aos-animate {
  opacity: 1;
  transform: translateX(0);
}
[data-aos=aos-slide-text].aos-animate > * {
  opacity: 1;
  transform: translateX(0);
}

[data-aos=aos-bg-extend] {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: all;
}
[data-aos=aos-bg-extend]::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #00dcdd;
  transition-delay: inherit;
  transition-timing-function: ease;
  transition-duration: 1.5s;
  transition-property: all;
}

[data-aos=aos-bg-extend].aos-animate {
  opacity: 1;
}
[data-aos=aos-bg-extend].aos-animate::before {
  width: 0;
}

.l-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #e8e9f4;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: min(clamp(3.75rem, 3.021373057rem + 3.1088082902vw, 5.625rem), 16vw);
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.c-article {
  position: relative;
  height: 100%;
  margin-top: 0.75rem;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}

.c-article__target {
  display: block;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-article__target:hover {
  opacity: 0.7;
}
.c-article__target:hover .c-article__description {
  text-decoration: underline;
}

.c-article__inner {
  padding-top: 2rem;
  padding-right: 7.5%;
  padding-bottom: 2rem;
  padding-left: 7.5%;
}

.c-article__tag {
  position: absolute;
  top: 0;
  left: 7.5%;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(0, -50%);
}

.c-article__image {
  aspect-ratio: 16/9;
}
.c-article__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-article__textarea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
}

.c-article__new {
  margin-right: 0.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  color: #d91626;
}

.c-article__date {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
}

.c-article__description {
  display: -webkit-box;
  width: 100%;
  margin-top: 0.5rem;
  overflow: hidden;
  font-size: min(clamp(1rem, 0.9514248705rem + 0.207253886vw, 1.125rem), 4.2666666667vw);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.c-button {
  position: relative;
  z-index: 0;
  display: flex;
  column-gap: 0.75em;
  align-items: center;
  justify-content: space-between;
  width: 18.75em;
  min-height: 4.0625em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  overflow: hidden;
  color: #ffffff;
  background: #000000;
}
.c-button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #4f6ced, #32c893);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-property: transform;
  transform: scaleX(0);
  transform-origin: right;
}
.c-button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.c-button--center {
  justify-content: center;
}
.c-button--outline-white {
  color: #ffffff;
  background-color: transparent;
  border: solid 1px #ffffff;
}
.c-button--outline-white:hover {
  border-color: transparent;
}
.c-button--blue {
  background: #1a2891;
}
.c-button--green {
  background: #32c893;
}

.c-button__icon {
  display: block;
  flex: 0 0 auto;
  font-size: inherit;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-button__icon--arrow {
  width: 1.5625em;
  aspect-ratio: 1/1;
  background-image: url("../images/common/icon_arrow-circle_white.svg");
}
.c-button__icon--external {
  width: 1.125em;
  aspect-ratio: 18/15;
  background-image: url("../images/common/icon_external_white.svg");
}
.c-button__icon--anchor {
  width: 1em;
  aspect-ratio: 16/10;
  background-image: url("../images/common/icon_anchor_white.svg");
}

.c-card {
  height: 100%;
  background-color: #ffffff;
}

.c-card--portrait .c-card__image {
  aspect-ratio: 280/320;
}

.c-card__image {
  aspect-ratio: 16/9;
  background-color: #333333;
}
.c-card__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__label {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-bottom: 0.25rem;
  font-size: min(clamp(0.875rem, 0.8264248705rem + 0.207253886vw, 1rem), 3.7333333333vw);
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(to right, #4f6ced, #32c893);
}

.c-card__textarea {
  position: relative;
  padding-top: min(clamp(2.125rem, 1.9306994819rem + 0.829015544vw, 2.625rem), 9.0666666667vw);
  padding-right: 7.5%;
  padding-bottom: min(clamp(1.5rem, 1.3056994819rem + 0.829015544vw, 2rem), 6.4vw);
  padding-left: 7.5%;
}
.c-card__textarea::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.625rem;
  content: "";
  background: linear-gradient(to right, #4f6ced, #32c893);
}

.c-card__title {
  position: relative;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-size: min(clamp(1.25rem, 1.1285621762rem + 0.518134715vw, 1.5625rem), 5.3333333333vw);
  font-weight: 500;
  border-bottom: solid 1px #333333;
}
.c-card__title__prepend {
  display: block;
  font-size: min(clamp(0.875rem, 0.8264248705rem + 0.207253886vw, 1rem), 3.7333333333vw);
}

.c-cards-order {
  counter-reset: number;
}

.c-card-order__wrap {
  height: 100%;
  padding-top: min(clamp(2.7080625rem, 2.1817266839rem + 2.2456994819vw, 4.0625rem), 11.5544vw);
}

.c-card-order {
  position: relative;
  height: 100%;
  background-color: #ffffff;
}
.c-card-order::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.625rem;
  content: "";
  background: linear-gradient(to right, #4f6ced, #32c893);
}

.c-card-order__inner {
  height: 100%;
  padding-top: min(clamp(4.2080625rem, 3.4874261658rem + 3.0747150259vw, 6.0625rem), 17.9544vw);
  padding-right: 7.5%;
  padding-bottom: min(clamp(1.5rem, 1.3056994819rem + 0.829015544vw, 2rem), 6.4vw);
  padding-left: 7.5%;
}

.c-card-order__number {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(clamp(5.416125rem, 4.3634533679rem + 4.4913989637vw, 8.125rem), 23.1088vw);
  aspect-ratio: 1/1;
  background-color: #1a2891;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.c-card-order__number::before {
  font-family: Roboto Slab, serif;
  font-size: min(clamp(2.3331rem, 1.8796414508rem + 1.9347564767vw, 3.5rem), 9.95456vw);
  font-weight: 700;
  color: #ffffff;
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
}

.c-card-order__title {
  position: relative;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-size: min(clamp(1.25rem, 1.1285621762rem + 0.518134715vw, 1.5625rem), 5.3333333333vw);
  font-weight: 500;
  color: #1a2891;
  text-align: center;
}
.c-card-order__title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 2em;
  height: 1px;
  font-size: inherit;
  content: "";
  background-color: currentcolor;
  transform: translate(-50%, 0);
}

.c-card-symbol__wrap {
  height: 100%;
  padding-top: min(clamp(2.7080625rem, 2.1817266839rem + 2.2456994819vw, 4.0625rem), 11.5544vw);
}

.c-card-symbol {
  position: relative;
  height: 100%;
  background-color: #ffffff;
}
.c-card-symbol::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.625rem;
  content: "";
  background: linear-gradient(to right, #4f6ced, #32c893);
}

.c-card-symbol__inner {
  height: 100%;
  padding-top: min(clamp(4.2080625rem, 3.4874261658rem + 3.0747150259vw, 6.0625rem), 17.9544vw);
  padding-right: 7.5%;
  padding-bottom: min(clamp(1.5rem, 1.3056994819rem + 0.829015544vw, 2rem), 6.4vw);
  padding-left: 7.5%;
}

.c-card-symbol__icon {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(clamp(5.416125rem, 4.3634533679rem + 4.4913989637vw, 8.125rem), 23.1088vw);
  aspect-ratio: 1/1;
  background-color: #1a2891;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.c-card-symbol__icon > img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.c-card-symbol__title {
  position: relative;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-size: min(clamp(1.25rem, 1.1285621762rem + 0.518134715vw, 1.5625rem), 5.3333333333vw);
  font-weight: 500;
  color: #1a2891;
  text-align: center;
}
.c-card-symbol__title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 2em;
  height: 1px;
  font-size: inherit;
  content: "";
  background-color: currentcolor;
  transform: translate(-50%, 0);
}

.c-container {
  width: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.c-container--sm {
  max-width: 60rem;
}

.c-editor * {
  margin-top: 1rem;
  margin-bottom: 0;
}

.c-editor *:first-child:first-child {
  margin-top: 0;
}

.c-editor h2 {
  position: relative;
  padding-left: 0.75em;
  margin-top: 4rem;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}
.c-editor h2::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.25em;
  height: 100%;
  content: "";
  background-color: #1a2891;
}

.c-editor h3 {
  position: relative;
  padding-left: 1em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.c-editor h3::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0.5em;
  aspect-ratio: 1/1;
  content: "";
  background-color: #1a2891;
  transform: translate(0, -50%);
}

.c-editor h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.c-editor p {
  font-size: 16px;
  line-height: 1.75;
}

.c-editor ul {
  list-style-type: disc;
}

.c-editor ul li {
  margin-left: 1.25em;
}

.c-editor ol {
  list-style-type: decimal;
}

.c-editor ol li {
  margin-left: 1.25em;
}

.c-editor strong {
  font-weight: 700;
}

.c-editor em {
  font-style: italic;
}

.c-editor a:not([class]) {
  display: inline-block;
  color: #3f6fab;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.c-editor a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c-editor img {
  width: auto;
  max-width: 100%;
}
.c-frame {
  display: block;
  width: 100%;
  height: auto;
}
.c-frame > img,
.c-frame > iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-frame--contain > img,
.c-frame--contain > iframe {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-frame--1to1 {
  aspect-ratio: 1/1;
}
.c-frame--4to3 {
  aspect-ratio: 4/3;
}
.c-frame--3to2 {
  aspect-ratio: 3/2;
}
.c-frame--16to9 {
  aspect-ratio: 16/9;
}
.c-frame--2to1 {
  aspect-ratio: 2/1;
}
.c-frame--12to5 {
  aspect-ratio: 12/5;
}

.c-google-map-button {
  display: inline-flex;
  column-gap: 0.5em;
  align-items: center;
  justify-content: space-between;
  width: 8.3333333333em;
  min-height: 2em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-size: 0.75rem;
  color: #ffffff;
  background-color: #333333;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-google-map-button:hover {
  opacity: 0.7;
}

.c-google-map-button__icon {
  display: block;
  flex: 0 0 auto;
  width: 0.5833333333em;
  aspect-ratio: 7/10;
  font-size: inherit;
  background-image: url("../images/common/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}

.c-grid__auto {
  flex: 0 1 auto;
}
.c-grid__fixed {
  flex: 0 0 auto;
}
.c-grid__1 {
  width: 8.3333%;
}
.c-grid__2 {
  width: 16.6666%;
}
.c-grid__3 {
  width: 25%;
}
.c-grid__4 {
  width: 33.3333%;
}
.c-grid__5 {
  width: 41.6666%;
}
.c-grid__6 {
  width: 50%;
}
.c-grid__7 {
  width: 58.3333%;
}
.c-grid__8 {
  width: 66.6666%;
}
.c-grid__9 {
  width: 75%;
}
.c-grid__10 {
  width: 83.3333%;
}
.c-grid__11 {
  width: 91.6666%;
}
.c-grid__12 {
  width: 100%;
}
.c-grid__1of5 {
  width: 20%;
}
.c-grid__1of7 {
  width: 14.285%;
}
.c-gutter--none {
  margin-top: 0;
  margin-left: 0;
}
.c-gutter--none > * {
  padding-top: 0;
  padding-left: 0;
}

.c-gutter--none {
  margin-top: -0;
  margin-left: -0;
}
.c-gutter--none > * {
  padding-top: 0;
  padding-left: 0;
}

.c-gutter--2xs {
  margin-top: -0.25rem;
  margin-left: -0.25rem;
}
.c-gutter--2xs > * {
  padding-top: 0.25rem;
  padding-left: 0.25rem;
}

.c-gutter--xs {
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
.c-gutter--xs > * {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
}

.c-gutter--sm {
  margin-top: -1rem;
  margin-left: -1rem;
}
.c-gutter--sm > * {
  padding-top: 1rem;
  padding-left: 1rem;
}

.c-gutter--md {
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}
.c-gutter--md > * {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.c-gutter--lg {
  margin-top: -2rem;
  margin-left: -2rem;
}
.c-gutter--lg > * {
  padding-top: 2rem;
  padding-left: 2rem;
}

.c-gutter--xl {
  margin-top: -3rem;
  margin-left: -3rem;
}
.c-gutter--xl > * {
  padding-top: 3rem;
  padding-left: 3rem;
}

.c-gutter--2xl {
  margin-top: -4rem;
  margin-left: -4rem;
}
.c-gutter--2xl > * {
  padding-top: 4rem;
  padding-left: 4rem;
}

.c-gutter--3xl {
  margin-top: -5rem;
  margin-left: -5rem;
}
.c-gutter--3xl > * {
  padding-top: 5rem;
  padding-left: 5rem;
}

.c-gutter--4xl {
  margin-top: -7rem;
  margin-left: -7rem;
}
.c-gutter--4xl > * {
  padding-top: 7rem;
  padding-left: 7rem;
}

.c-gutter--5xl {
  margin-top: -9rem;
  margin-left: -9rem;
}
.c-gutter--5xl > * {
  padding-top: 9rem;
  padding-left: 9rem;
}

.c-gutter--6xl {
  margin-top: -13rem;
  margin-left: -13rem;
}
.c-gutter--6xl > * {
  padding-top: 13rem;
  padding-left: 13rem;
}
.c-hover {
  display: inline-block;
  cursor: pointer;
}

.c-hover--opacity {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-hover--opacity:hover {
  opacity: 0.7;
}

.c-hover--remove {
  pointer-events: none;
  opacity: 0.5;
}

.c-hover--underline {
  text-decoration: none;
}
.c-hover--underline:hover {
  text-decoration: underline;
}

.c-hover--light {
  filter: brightness(1);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-hover--light:hover {
  filter: brightness(1.1);
}

.c-hover--dark {
  filter: brightness(1);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-hover--dark:hover {
  filter: brightness(0.9);
}

.c-info {
  background-color: #1a2891;
}

.c-info__catch {
  position: relative;
  padding-top: 0.75em;
  padding-right: 7.5%;
  padding-bottom: 0.75em;
  padding-left: 7.5%;
  font-size: min(clamp(0.875rem, 0.6078367876rem + 1.1398963731vw, 1.5625rem), 3.7333333333vw);
  color: #ffffff;
  text-align: center;
  background-color: #7999f2;
}
.c-info__catch::before {
  position: absolute;
  bottom: 1px;
  left: 50%;
  display: block;
  content: "";
  border-top: solid 1.2em #7999f2;
  border-right: solid 1.2em transparent;
  border-left: solid 1.2em transparent;
  transform: translate(-50%, 100%);
}

.c-info__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  padding-right: 7.5%;
  padding-bottom: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  padding-left: 7.5%;
}

.c-info__title {
  margin-bottom: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
  font-size: min(clamp(1.125rem, 0.8031897668rem + 1.3730569948vw, 1.953125rem), 4.8vw);
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.c-info__number {
  display: flex;
  align-items: center;
}
.c-info__number__item {
  font-size: min(clamp(1.125rem, 0.8031897668rem + 1.3730569948vw, 1.953125rem), 4.8vw);
  font-weight: 500;
  color: #ffffff;
}
.c-info__number__item:not(:first-of-type) {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
}
.c-info__number__item:not(:first-of-type)::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 66.66%;
  content: "";
  background-color: #ffffff;
  transform: translate(0, -50%);
}

.c-media {
  position: relative;
}

.c-media__content {
  display: flex;
  align-items: flex-start;
}

.c-media__textarea {
  position: relative;
  width: 79.1666666667%;
  padding-top: min(clamp(2.125rem, 1.5420984456rem + 2.4870466321vw, 3.625rem), 9.0666666667vw);
  padding-right: 22.5%;
  padding-bottom: min(clamp(2.125rem, 1.5420984456rem + 2.4870466321vw, 3.625rem), 9.0666666667vw);
  padding-left: 7.5%;
  background-color: #ffffff;
}
.c-media__textarea::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.625rem;
  content: "";
  background: linear-gradient(to right, #4f6ced, #32c893);
}

.c-media__title {
  font-size: min(clamp(1.25rem, 1.1285621762rem + 0.518134715vw, 1.5625rem), 5.3333333333vw);
  font-weight: 500;
  color: #1a2891;
}

.c-media__description {
  margin-top: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
}

.c-media__button {
  margin-top: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
}

.c-media__image {
  position: absolute;
  top: 50%;
  right: 0;
  width: 35.8333333333%;
  aspect-ratio: 3/2;
  transform: translate(0, -50%);
}
.c-media__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pagination ul {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.c-pagination li span:not(.dots),
.c-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75em;
  aspect-ratio: 1/1;
}
.c-pagination li span:not(.dots) {
  color: #ffffff;
  background-color: #1a2891;
}
.c-pagination li a {
  background-color: #ffffff;
}

.c-pillarbox {
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
}
.c-pillarbox--sm {
  padding-right: 2.5%;
  padding-left: 2.5%;
}
.c-pillarbox--lg {
  padding-right: 7.5%;
  padding-left: 7.5%;
}
.c-pillarbox--xl {
  padding-right: 15%;
  padding-left: 15%;
}

.c-section--white {
  background-color: #ffffff;
}

.c-section--sm {
  padding-top: min(clamp(2rem, 1.2227979275rem + 3.3160621762vw, 4rem), 8.5333333333vw);
  padding-bottom: min(clamp(2rem, 1.2227979275rem + 3.3160621762vw, 4rem), 8.5333333333vw);
}

.c-sheet {
  position: relative;
  z-index: 0;
  padding-top: min(clamp(2rem, 1.2227979275rem + 3.3160621762vw, 4rem), 8.5333333333vw);
}
.c-sheet::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: min(clamp(12.49875rem, 10.069507772rem + 10.3647668394vw, 18.75rem), 53.328vw);
  content: "";
  background: linear-gradient(to right, #1a2891, #32c893);
  transform: translate(-50%, 0);
}

.c-sheet__inner {
  padding-top: min(clamp(2rem, 1.2227979275rem + 3.3160621762vw, 4rem), 8.5333333333vw);
  padding-right: 7.5%;
  padding-bottom: min(clamp(2rem, 1.2227979275rem + 3.3160621762vw, 4rem), 8.5333333333vw);
  padding-left: 7.5%;
  background: #ffffff;
}

.c-spacer--sm {
  margin-top: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
}

.c-spacer--lg {
  margin-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
}

.c-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.75em;
  padding-right: 1em;
  padding-left: 1em;
  color: #1a2891;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #1a2891;
  transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-tab:hover, .c-tab.is-active {
  color: #ffffff;
  background-color: #1a2891;
}

.c-table {
  display: table;
  width: 100%;
  table-layout: auto;
}
.c-table--fixed {
  table-layout: fixed;
}
.c-table--more tr {
  display: none;
}
.c-table--more tr.is-show {
  display: block;
}
.c-table tr {
  background-color: #ffffff;
}
.c-table tr:nth-child(even) {
  background-color: #f8fafe;
}
.c-table th,
.c-table td {
  padding: 1.5em;
  line-height: 1.75;
  border: solid 1px #e8e9f4;
}
.c-table th {
  color: #ffffff;
  text-align: center;
  background-color: #7999f2;
}
.c-table tbody th {
  text-align: left;
}

.c-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 5.7142857143em;
  min-height: 1.7142857143em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-size: 0.875rem;
  color: #ffffff;
  background: linear-gradient(to right, #4f6ced, #32c893);
}

.c-typography--catch {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: min(clamp(1rem, 0.6113989637rem + 1.6580310881vw, 2rem), 4.2666666667vw);
  font-size: min(clamp(1.25rem, 0.7870790155rem + 1.9751295337vw, 2.44125rem), 5.3333333333vw);
  font-weight: 500;
  background: linear-gradient(to right, #1a2891 0%, #32c893 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-typography--intro {
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-size: min(clamp(1.125rem, 0.8031897668rem + 1.3730569948vw, 1.953125rem), 4.8vw);
  font-weight: 500;
  color: #1a2891;
  text-align: center;
  border-bottom: solid 1px #1a2891;
}

.c-typography--section-title {
  position: relative;
  z-index: 0;
  padding-bottom: 0.75em;
  margin-bottom: min(clamp(2rem, 1.2227979275rem + 3.3160621762vw, 4rem), 8.5333333333vw);
  font-size: min(clamp(1.5625rem, 1.4107027202rem + 0.6476683938vw, 1.953125rem), 6.6666666667vw);
  font-weight: 500;
  border-bottom: solid 1px #cccccc;
}
.c-typography--section-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 4.3522785458em;
  height: 0.375rem;
  font-size: inherit;
  content: "";
  background: linear-gradient(to right, #4f6ced, #1a2891);
  transform: translate(0, 50%);
}
.c-typography--section-title__text {
  display: inline-block;
}
.c-typography--section-title[data-aos=section-title] {
  opacity: 0;
}
.c-typography--section-title[data-aos=section-title]::before {
  width: 0;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-typography--section-title[data-aos=section-title] .c-typography--section-title__text__wrap {
  overflow: hidden;
}
.c-typography--section-title[data-aos=section-title] .c-typography--section-title__text {
  opacity: 1;
  transition: all 0.5s 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(0, 100%);
}
.c-typography--section-title[data-aos=section-title].aos-animate {
  opacity: 1;
}
.c-typography--section-title[data-aos=section-title].aos-animate::before {
  width: 4.3522785458em;
}
.c-typography--section-title[data-aos=section-title].aos-animate .c-typography--section-title__text {
  opacity: 1;
  transform: translate(0);
}

.c-typography--anchor-title {
  position: relative;
  z-index: 0;
  padding-bottom: 0.75em;
  margin-bottom: min(clamp(2rem, 1.2227979275rem + 3.3160621762vw, 4rem), 8.5333333333vw);
  font-size: min(clamp(1.5625rem, 1.4107027202rem + 0.6476683938vw, 1.953125rem), 6.6666666667vw);
  font-weight: 500;
  border-bottom: solid 1px #cccccc;
}
.c-typography--anchor-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 4.3522785458em;
  height: 0.375rem;
  font-size: inherit;
  content: "";
  background: linear-gradient(to right, #4f6ced, #1a2891);
  transform: translate(0, 50%);
}
.c-typography--anchor-title__index {
  display: block;
  font-size: min(clamp(1rem, 0.9514248705rem + 0.207253886vw, 1.125rem), 4.2666666667vw);
  font-weight: 500;
  color: #1a2891;
  letter-spacing: 0;
}
.c-typography--anchor-title__text {
  display: inline-block;
}
.c-typography--anchor-title[data-aos=anchor-title] {
  opacity: 0;
}
.c-typography--anchor-title[data-aos=anchor-title]::before {
  width: 0;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-typography--anchor-title[data-aos=anchor-title] .c-typography--anchor-title__index {
  opacity: 0;
  transition: all 0.5s 0.3s ease;
}
.c-typography--anchor-title[data-aos=anchor-title] .c-typography--anchor-title__text__wrap {
  overflow: hidden;
}
.c-typography--anchor-title[data-aos=anchor-title] .c-typography--anchor-title__text {
  opacity: 1;
  transition: all 0.5s 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(0, 100%);
}
.c-typography--anchor-title[data-aos=anchor-title].aos-animate {
  opacity: 1;
}
.c-typography--anchor-title[data-aos=anchor-title].aos-animate::before {
  width: 4.3522785458em;
}
.c-typography--anchor-title[data-aos=anchor-title].aos-animate .c-typography--anchor-title__text {
  opacity: 1;
  transform: translate(0);
}
.c-typography--anchor-title[data-aos=anchor-title].aos-animate .c-typography--anchor-title__index {
  opacity: 1;
}

.c-typography--sub-title {
  position: relative;
  padding-bottom: 0.75em;
  margin-bottom: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  font-size: min(clamp(1.25rem, 1.1285621762rem + 0.518134715vw, 1.5625rem), 5.3333333333vw);
  font-weight: 500;
}
.c-typography--sub-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 2em;
  height: 0.1875rem;
  font-size: inherit;
  content: "";
  background: linear-gradient(to right, #4f6ced, #1a2891);
}

.c-typography--heading {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1rem;
  font-size: min(clamp(1rem, 0.9514248705rem + 0.207253886vw, 1.125rem), 4.2666666667vw);
  font-weight: 500;
}
.c-typography--heading::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0.8333333333em;
  aspect-ratio: 1/1;
  font-size: inherit;
  content: "";
  background-color: #1a2891;
  transform: translate(0, -50%);
}

.c-typography--normal {
  font-size: min(clamp(0.875rem, 0.8264248705rem + 0.207253886vw, 1rem), 3.7333333333vw);
}

.c-typography--sm {
  font-size: min(clamp(0.75rem, 0.7014248705rem + 0.207253886vw, 0.875rem), 3.2vw);
}

.c-typography--lg {
  font-size: min(clamp(1rem, 0.9514248705rem + 0.207253886vw, 1.125rem), 4.2666666667vw);
  font-weight: 500;
}

.c-typography--white {
  color: #ffffff;
}

.c-typography--emphasis {
  font-weight: 500;
  color: #1a2891;
}

.c-typography--note {
  color: #d91626;
}

.c-typography--link {
  color: #3f6fab;
  text-decoration: underline;
}
.c-typography--link:hover {
  text-decoration: none;
}

.c-typography--unorder-list-green .c-typography--unorder-list__item::before {
  background-color: #32c893;
}
.c-typography--unorder-list__item {
  position: relative;
  padding-left: 1.25em;
}
.c-typography--unorder-list__item::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0.75em;
  height: 0.75em;
  content: "";
  background-color: #000000;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.c-typography--order-list {
  padding-left: 1.25em;
  list-style-type: decimal;
}

.c-typography--none-spacer {
  margin-bottom: 0;
}

.p-ai-order-list {
  position: relative;
  background-color: #ffffff;
}
.p-ai-order-list::before {
  position: absolute;
  top: 0;
  left: 7.5%;
  display: block;
  width: min(clamp(6.249375rem, 5.034753886rem + 5.1823834197vw, 9.375rem), 26.664vw);
  height: 0.75rem;
  content: "";
  background: linear-gradient(to right, #4f6ced, #32c893);
  transform: translate(0, -50%);
}

.p-ai-order-list__inner {
  padding-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  padding-right: 7.5%;
  padding-bottom: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  padding-left: 7.5%;
}

.p-ai-order-list__title {
  margin-bottom: min(clamp(1rem, 0.6113989637rem + 1.6580310881vw, 2rem), 4.2666666667vw);
  font-size: min(clamp(1.25rem, 1.1285621762rem + 0.518134715vw, 1.5625rem), 5.3333333333vw);
  font-weight: 500;
  color: #1a2891;
}

.p-ai-order-list__list {
  counter-reset: number;
}

.p-ai-order-list__item {
  display: flex;
  align-items: center;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: min(clamp(0.875rem, 0.7778497409rem + 0.414507772vw, 1.125rem), 3.7333333333vw);
  font-weight: 500;
  border-top: solid 1px #cccccc;
}
.p-ai-order-list__item::before {
  padding-right: 0.5em;
  margin-right: 0.5em;
  font-size: min(clamp(1.25rem, 1.1285621762rem + 0.518134715vw, 1.5625rem), 5.3333333333vw);
  font-weight: 700;
  color: #1a2891;
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  border-right: solid 1px #333333;
}
.p-ai-order-list__item:last-of-type {
  border-bottom: solid 1px #cccccc;
}

.p-archive__articles {
  margin-top: min(clamp(4rem, 2.8341968912rem + 4.9740932642vw, 7rem), 17.0666666667vw);
}

.p-archive__pagination {
  display: flex;
  justify-content: center;
  margin-top: min(clamp(4rem, 2.8341968912rem + 4.9740932642vw, 7rem), 17.0666666667vw);
}

.p-breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.p-breadcrumbs li {
  font-size: 0.625rem;
  color: #666666;
}
.p-breadcrumbs li:not(:first-of-type) {
  margin-left: 0.5em;
}
.p-breadcrumbs li:not(:first-of-type)::before {
  padding-right: 0.5em;
  font-size: inherit;
  content: "/";
}
.p-breadcrumbs a {
  font-size: inherit;
  color: #1a2891;
  text-decoration: underline;
}
.p-breadcrumbs a:hover {
  text-decoration: none;
}

.p-headline {
  position: relative;
  z-index: 0;
  height: min(clamp(9.375rem, 5.003238342rem + 18.6528497409vw, 20.625rem), 40vw);
  background-color: #1a2891;
}
.p-headline::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: max(min(clamp(13.75rem, 7.3866580311rem + 27.1502590674vw, 30.125rem), 58.6666666667vw), 25.1041666667%);
  height: 100%;
  content: "";
  background-image: url("../images/common/acc_square.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  mix-blend-mode: multiply;
}

.p-headline__acc {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: -1;
  width: min(clamp(15.625rem, 9.5531088083rem + 25.9067357513vw, 31.25rem), 66.6666666667vw);
  aspect-ratio: 3/2;
  transform: translate(0, 25%);
}

.p-headline__title {
  position: absolute;
  top: 50%;
  left: max(50vw - 600px, 5%);
  transform: translate(0, -50%);
}
.p-headline__title__en {
  font-family: Montserrat, sans-serif;
  font-size: min(clamp(1.5625rem, 0.9837273316rem + 2.4694300518vw, 3.051875rem), 6.6666666667vw);
  color: #ffffff;
  letter-spacing: 0.2em;
}
.p-headline__title__ja {
  position: relative;
  padding-top: 0.75em;
  margin-top: 0.25em;
  font-size: min(clamp(0.875rem, 0.6078367876rem + 1.1398963731vw, 1.5625rem), 3.7333333333vw);
  color: #ffffff;
}
.p-headline__title__ja::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.8em;
  height: 1px;
  font-size: inherit;
  content: "";
  background-color: #ffffff;
}

.p-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  background-color: #000000;
  opacity: 1;
}

.p-loader__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 3.125rem;
  aspect-ratio: 1;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.p-loader__spinner::before,
.p-loader__spinner::after {
  grid-area: 1/1;
  content: "";
  background: no-repeat radial-gradient(farthest-side, #00dcdd 92%, #000000) 50% 0, no-repeat radial-gradient(farthest-side, #00dcdd 92%, #000000) 50% 100%, no-repeat radial-gradient(farthest-side, #00dcdd 92%, #000000) 100% 50%, no-repeat radial-gradient(farthest-side, #00dcdd 92%, #000000) 0 50%;
  background-size: 0.75rem 0.75rem;
  animation: l12 1s infinite;
}

.p-loader__spinner::before {
  margin: 0.25rem;
  filter: hue-rotate(45deg);
  background-size: 0.375rem 0.375rem;
  animation-timing-function: linear;
}

@keyframes l12 {
  100% {
    transform: rotate(0.5turn);
  }
}
.p-loader.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s 0.5s ease;
}
.p-loader.is-hidden .p-loader__spinner {
  opacity: 0;
  transition: all 0.5s ease;
}

.p-global-nav-toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(clamp(3.75rem, 3.021373057rem + 3.1088082902vw, 5.625rem), 16vw);
  aspect-ratio: 1/1;
  cursor: pointer;
}
.p-global-nav-toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 80%;
  height: 80%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 120%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%) scale(0.5);
}
.p-global-nav-toggle:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.p-global-nav-toggle__line {
  position: relative;
  width: 50%;
  height: 25%;
}

.p-global-nav-toggle__line::before,
.p-global-nav-toggle__line::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 0.125rem;
  content: "";
  background-color: #ffffff;
  transform: translate(-50%, 0);
}

.p-global-nav-toggle__line::before {
  top: 0;
}

.p-global-nav-toggle__line::after {
  bottom: 0;
}

.p-global-nav-toggle.is-active .p-global-nav-toggle__line::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-global-nav-toggle.is-active .p-global-nav-toggle__line::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* p-global-nav */
.p-global-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease, background-image 0.6s ease;
}

.p-global-nav.is-active {
  visibility: visible;
  opacity: 1;
}

.p-global-nav::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

.p-global-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/image_global-nav.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  transition: all 0.6s ease-in-out;
}
.p-global-nav__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #1a2891, #32c893);
  mix-blend-mode: multiply;
}
.p-global-nav__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(transparent, #000000);
  mix-blend-mode: multiply;
}

.p-global-nav__inner {
  width: 100%;
  height: 100%;
  padding-right: 12.5%;
  padding-left: 12.5%;
  overflow-y: auto;
}

.p-global-nav__container {
  width: 100%;
  max-width: 1200px;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  margin-right: auto;
  margin-left: auto;
}

.p-global-nav__content {
  align-items: flex-end;
}

.p-global-nav__nav:hover .p-global-nav__nav__item:not(:hover) {
  filter: brightness(0.5);
}

.p-global-nav__nav__item {
  transition: all 0.3s;
}
.p-global-nav__nav__item.is-current .p-global-nav__nav__target__en,
.p-global-nav__nav__item.is-current .p-global-nav__nav__target__ja {
  color: #00dcdd;
}

.p-global-nav__nav__target {
  display: inline-flex;
  flex-direction: column;
}
.p-global-nav__nav__target__en {
  position: relative;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  font-family: Montserrat, sans-serif;
  font-size: min(clamp(1.25rem, 0.9767648964rem + 1.1658031088vw, 1.953125rem), 5.3333333333vw);
  color: #ffffff;
  letter-spacing: 0.2em;
}
.p-global-nav__nav__target__en::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1px;
  font-size: inherit;
  content: "";
  background-color: currentcolor;
}
.p-global-nav__nav__target__ja {
  font-size: min(clamp(0.875rem, 0.7778497409rem + 0.414507772vw, 1.125rem), 3.7333333333vw);
  font-weight: 500;
  color: #ffffff;
}

.p-global-nav__nav__mega {
  position: relative;
  padding-top: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
  margin-top: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
}
.p-global-nav__nav__mega::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  font-size: inherit;
  content: "";
  background-color: #ffffff;
  opacity: 0.5;
}
.p-global-nav__nav__mega__item:not(:first-of-type) {
  margin-top: min(clamp(0.25rem, 0.1528497409rem + 0.414507772vw, 0.5rem), 1.0666666667vw);
}
.p-global-nav__nav__mega__target {
  position: relative;
  padding-left: 1.25em;
  color: #ffffff;
  display: flex;
  column-gap: 0.5em;
  align-items: center;
}
.p-global-nav__nav__mega__target::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0.75em;
  height: 1px;
  content: "";
  background-color: #ffffff;
  transform: translate(0, -50%);
}
.p-global-nav__nav__mega__target__icon {
  display: block;
  width: 0.875em;
  aspect-ratio: 14/13;
  background-image: url("../images/common/icon_external_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-global-nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.7777777778em;
  min-height: 4.2222222222em;
  margin-right: 0;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: min(clamp(1rem, 0.9514248705rem + 0.207253886vw, 1.125rem), 4.2666666667vw);
  text-align: center;
  letter-spacing: 0.2em;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-global-nav__button:hover {
  color: #ffffff;
  background-color: #1a2891;
}

.p-global-nav__sns {
  display: flex;
  column-gap: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
  align-items: center;
  justify-content: flex-end;
  margin-top: 3rem;
}
.p-global-nav__sns__facebook {
  width: min(1.875rem, 100%);
}
.p-global-nav__sns__x {
  width: min(1.5625rem, 100%);
}
.p-global-nav__sns__note {
  width: min(4.625rem, 100%);
}
.p-global-nav__sns__target {
  display: block;
}

.p-global-nav__link {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 1.5rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: 3rem;
}
.p-global-nav__link__target {
  position: relative;
  display: block;
  padding-left: 0.75em;
  font-size: 0.75rem;
  color: #ffffff;
}
.p-global-nav__link__target::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0.25em;
  height: 0.25em;
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.p-local-nav {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
}
.p-local-nav:hover::before {
  opacity: 0.3;
}
.p-local-nav::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #4f6ced, #32c893);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.p-local-nav__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
}
.p-local-nav__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-local-nav__text {
  font-size: min(clamp(0.875rem, 0.7292746114rem + 0.621761658vw, 1.25rem), 3.7333333333vw);
  font-weight: 500;
  color: #ffffff;
}

.p-main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.p-main__head {
  width: 100%;
}

.p-main__sidebar {
  width: 22.5rem;
  background-color: #ffffff;
}

.p-main__sidebar + .p-main__body {
  width: calc(100% - 22.5rem);
}

.p-main__body {
  width: 100%;
  padding-top: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
  padding-bottom: min(clamp(4rem, 2.8341968912rem + 4.9740932642vw, 7rem), 17.0666666667vw);
}

.p-main__page {
  margin-top: min(clamp(4rem, 2.8341968912rem + 4.9740932642vw, 7rem), 17.0666666667vw);
  overflow: hidden;
}

.p-page__head {
  margin-bottom: min(clamp(4rem, 2.8341968912rem + 4.9740932642vw, 7rem), 17.0666666667vw);
}

.p-page__foot {
  margin-top: min(clamp(4rem, 2.8341968912rem + 4.9740932642vw, 7rem), 17.0666666667vw);
}

.p-side-nav {
  position: sticky;
  top: var(--header-height);
  left: 0;
  z-index: 700;
  width: auto;
  height: calc(100vh - var(--header-height));
  padding: min(clamp(5.3125rem, 3.7338082902rem + 6.7357512953vw, 9.375rem), 22.6666666667vw) 10%;
  overflow-y: auto;
  counter-reset: index;
  background-color: #ffffff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.p-side-nav.is-show {
  width: 15.625rem;
  transition: all 0.3s ease-out;
}
.p-side-nav.is-show .p-side-nav__target__text {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s 0.3s ease;
}

.p-side-nav__item {
  border-bottom: solid 1px #cccccc;
}

.p-side-nav__target {
  position: relative;
  z-index: 0;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 500;
}
.p-side-nav__target::before {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 28px;
  aspect-ratio: 1/1;
  font-weight: 700;
  color: #1a2891;
  content: counter(index, decimal-leading-zero);
  counter-increment: index 1;
  border: solid 1px #1a2891;
}
.p-side-nav__target::after {
  position: absolute;
  top: 0;
  left: -0.5em;
  z-index: -1;
  display: block;
  width: 0;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #1a2891, transparent);
  opacity: 0.1;
  transition: inherit;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-side-nav__target:hover::after {
  width: 100%;
}
.p-side-nav__target.is-current::before {
  color: #ffffff;
  background-color: #1a2891;
}
.p-side-nav__target__text {
  position: absolute;
  top: 50%;
  left: calc(30px + 0.5em);
  display: block;
  translate: 0 -50%;
}

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

.p-single__new {
  margin-right: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  color: #d91626;
}

.p-single__date {
  margin-right: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
}

.p-single__title {
  width: 100%;
  padding-bottom: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  margin-top: 1rem;
  margin-bottom: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  font-size: min(clamp(1.5625rem, 1.4107027202rem + 0.6476683938vw, 1.953125rem), 6.6666666667vw);
  font-weight: 700;
  border-bottom: solid 1px #cccccc;
}

.p-single__foot {
  padding-top: min(clamp(2rem, 1.2227979275rem + 3.3160621762vw, 4rem), 8.5333333333vw);
}

.p-single__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-single__nav__back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.125em;
  min-height: 2.5em;
  color: #ffffff;
  background-color: #1a2891;
}
.p-single__nav__prev {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  padding-left: 1em;
  transform: translate(0, -50%);
}
.p-single__nav__prev::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.4375em;
  aspect-ratio: 7/12;
  content: "";
  background-image: url("../images/common/icon_prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.p-single__nav__next {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  padding-right: 1em;
  transform: translate(0, -50%);
}
.p-single__nav__next::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.4375em;
  aspect-ratio: 7/12;
  content: "";
  background-image: url("../images/common/icon_next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}

.p-company-card {
  background-color: #ffffff;
}

.p-company-card__image {
  aspect-ratio: 282/320;
}
.p-company-card__image > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-company-card__title {
  position: relative;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-size: min(clamp(1.25rem, 1.1285621762rem + 0.518134715vw, 1.5625rem), 5.3333333333vw);
  font-weight: 500;
  border-bottom: solid 1px #333333;
}
.p-company-card__title__prepend {
  display: block;
  font-size: min(clamp(0.875rem, 0.8264248705rem + 0.207253886vw, 1rem), 3.7333333333vw);
}

.p-company-card__textarea {
  position: relative;
  padding-top: min(clamp(2.125rem, 1.9306994819rem + 0.829015544vw, 2.625rem), 9.0666666667vw);
  padding-right: 7.5%;
  padding-bottom: min(clamp(1.5rem, 1.3056994819rem + 0.829015544vw, 2rem), 6.4vw);
  padding-left: 7.5%;
}
.p-company-card__textarea::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.625rem;
  content: "";
  background: linear-gradient(to right, #4f6ced, #32c893);
}

.p-company-philosophy-sheet {
  position: relative;
  z-index: 0;
  height: 100%;
  padding-top: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  background-color: #ffffff;
  border: solid 2px #cccccc;
}
.p-company-philosophy-sheet::before {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: -1;
  display: block;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  content: "";
  border: solid 1px #cccccc;
}

.p-company-philosophy-sheet__inner {
  height: 100%;
  padding-right: 7.5%;
  padding-bottom: min(clamp(1.5rem, 0.5284974093rem + 4.1450777202vw, 4rem), 6.4vw);
  padding-left: 7.5%;
}

.p-company-philosophy-sheet__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.p-company-philosophy-sheet__title {
  position: relative;
  padding-top: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
  margin-bottom: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  font-size: min(clamp(1.25rem, 1.1285621762rem + 0.518134715vw, 1.5625rem), 5.3333333333vw);
  font-weight: 500;
}
.p-company-philosophy-sheet__title::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 3.2em;
  height: 0.5rem;
  content: "";
  background: linear-gradient(to right, #1a2891, #32c893);
  transform: translate(-50%, 0);
}

.p-company-philosophy-sheet__catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  margin-bottom: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  border-bottom: solid 1px #cccccc;
}
.p-company-philosophy-sheet__catch__en {
  width: min(clamp(11.71875rem, 7.1648316062rem + 19.4300518135vw, 23.4375rem), 50vw);
}
.p-company-philosophy-sheet__catch__ja {
  margin-top: 0.75em;
  font-size: min(clamp(0.75rem, 0.5556994819rem + 0.829015544vw, 1.25rem), 3.2vw);
  font-weight: 500;
  color: #333333;
  text-align: center;
}

.p-company-philosophy-sheet__dlist__title {
  font-weight: 500;
  color: #1a2891;
}
.p-company-philosophy-sheet__dlist__description {
  display: flex;
}

.p-footer-company__logo {
  width: min(clamp(11.875rem, 9.3490932642rem + 10.7772020725vw, 18.375rem), 50.6666666667vw);
}

.p-footer-company__name {
  margin-top: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
  font-size: min(clamp(0.75rem, 0.6042746114rem + 0.621761658vw, 1.125rem), 3.2vw);
  font-weight: 500;
  color: #ffffff;
}

.p-footer-link__item:not(:first-of-type) {
  margin-top: 0.5rem;
}

.p-footer-link__target {
  position: relative;
  padding-left: 0.75em;
  font-size: 0.75rem;
  color: #ffffff;
}
.p-footer-link__target::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  content: "";
  background-color: #ffffff;
  transform: translate(0, -50%);
}

.p-footer-menu__item:not(:first-of-type) {
  border-left: solid 1px #000000;
}

.p-footer-menu__target {
  display: block;
  height: 100%;
  background-color: #404040;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-footer-menu__target:hover {
  filter: brightness(1.1);
}
.p-footer-menu__target:hover .p-footer-menu__icon {
  transform: translate(10%, 0);
}

.p-footer-menu__inner {
  height: 100%;
  padding-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  padding-right: 10%;
  padding-bottom: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  padding-left: 10%;
}

.p-footer-menu__content {
  display: flex;
  flex-direction: column;
  row-gap: min(clamp(1.5rem, 1.3056994819rem + 0.829015544vw, 2rem), 6.4vw);
  align-items: center;
  height: 100%;
}

.p-footer-menu__title__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-footer-menu__title__en {
  position: relative;
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  font-family: Montserrat, sans-serif;
  font-size: min(clamp(1.25rem, 0.9767648964rem + 1.1658031088vw, 1.953125rem), 5.3333333333vw);
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.2em;
}
.p-footer-menu__title__en::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0.864em;
  height: 1px;
  font-size: inherit;
  content: "";
  background-color: #ffffff;
  transform: translate(-50%, 0);
}
.p-footer-menu__title__ja {
  font-size: min(clamp(0.875rem, 0.7778497409rem + 0.414507772vw, 1.125rem), 3.7333333333vw);
  color: #ffffff;
  text-align: center;
}

.p-footer-menu__icon {
  display: block;
  align-self: flex-end;
  justify-self: flex-end;
  width: min(clamp(5.49945rem, 4.4305834197rem + 4.5604974093vw, 8.25rem), 23.46432vw);
  aspect-ratio: 132/16;
  margin-top: auto;
  background-image: url("../images/common/icon_arrow-long_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-footer-nav__title__en {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: min(clamp(1.125rem, 0.9549870466rem + 0.725388601vw, 1.5625rem), 4.8vw);
  color: #ffffff;
  letter-spacing: 0.2em;
}
.p-footer-nav__title__ja {
  position: relative;
  display: block;
  padding-top: 1em;
  margin-top: 0.5em;
  font-size: min(clamp(0.75rem, 0.6528497409rem + 0.414507772vw, 1rem), 3.2vw);
  color: #ffffff;
}
.p-footer-nav__title__ja::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.8em;
  height: 1px;
  font-size: inherit;
  content: "";
  background-color: #ffffff;
}

.p-footer-nav__link {
  position: relative;
  padding-top: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
  margin-top: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
  border-top: solid 1px #666666;
}
.p-footer-nav__link__item:not(:first-of-type) {
  margin-top: 0.5rem;
}
.p-footer-nav__link__target {
  position: relative;
  display: flex;
  column-gap: 0.5em;
  align-items: center;
  padding-left: 1em;
  font-size: 0.875rem;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.p-footer-nav__link__target::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 1px;
  font-size: inherit;
  content: "";
  background-color: #ffffff;
  transform: translate(0, -50%);
}
.p-footer-nav__link__target__icon {
  display: block;
  width: 0.875em;
  aspect-ratio: 14/13;
  background-image: url("../images/common/icon_external_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-footer-sns__content {
  display: flex;
  column-gap: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer-sns__facebook {
  width: min(1.875rem, 100%);
}

.p-footer-sns__x {
  width: min(1.5625rem, 100%);
}

.p-footer-sns__note {
  width: min(4.5625rem, 100%);
}

.p-footer-sns__target {
  display: block;
}

.p-footer {
  background-color: #000000;
}

.p-footer__inner {
  padding-top: min(clamp(4rem, 2.8341968912rem + 4.9740932642vw, 7rem), 17.0666666667vw);
  padding-bottom: min(clamp(4rem, 2.8341968912rem + 4.9740932642vw, 7rem), 17.0666666667vw);
}

.p-footer__content {
  display: grid;
  grid-template-areas: "menu menu" "company nav" "info nav" "info copyright";
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 1fr 1fr;
  row-gap: min(clamp(4rem, 2.8341968912rem + 4.9740932642vw, 7rem), 17.0666666667vw);
}

.p-footer__menu {
  grid-area: menu;
}

.p-footer__nav {
  grid-area: nav;
  justify-self: right;
  width: 90%;
}

.p-footer__company {
  grid-area: company;
}

.p-footer__info {
  grid-area: info;
  align-self: end;
}
.p-footer__info__link {
  margin-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
}

.p-footer__copyright {
  grid-area: copyright;
  align-self: end;
  justify-self: right;
  font-size: min(clamp(0.625rem, 0.5764248705rem + 0.207253886vw, 0.75rem), 2.6666666667vw);
  color: #cccccc;
}

.p-header-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.125em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-family: Montserrat, sans-serif;
  font-size: min(clamp(0.625rem, 0.4792746114rem + 0.621761658vw, 1rem), 2.6666666667vw);
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: #404040;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-header-button:hover {
  background-color: #1a2891;
}

.p-header {
  background: #000000;
}

.p-header--home {
  background-color: transparent;
}
.p-header--home.is-change {
  background-color: #000000;
}

.p-header__inner {
  padding-right: min(clamp(4.75rem, 4.021373057rem + 3.1088082902vw, 6.625rem), 20.2666666667vw);
  padding-left: min(1.5rem, 5%);
}

.p-header__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: min(clamp(3.75rem, 3.021373057rem + 3.1088082902vw, 5.625rem), 16vw);
}

.p-header__logo {
  width: min(clamp(7.9375rem, 4.8529792746rem + 13.1606217617vw, 15.875rem), 33.8666666667vw);
}

.p-header__button {
  width: min(clamp(5rem, 2.5712435233rem + 10.3626943005vw, 11.25rem), 21.3333333333vw);
}

.p-home-company {
  position: relative;
  z-index: 0;
}

.p-home-company__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 62.5%;
  transform: translate(0, -25%);
}

.p-home-company__textarea {
  width: min(40rem, 100%);
}

.p-home-company__title {
  margin-bottom: min(clamp(2rem, 1.2227979275rem + 3.3160621762vw, 4rem), 8.5333333333vw);
}

.p-home-company__catch {
  font-size: min(clamp(1.5625rem, 1.2210168394rem + 1.4569948187vw, 2.44125rem), 6.6666666667vw);
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.p-home-company__description {
  margin-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
}

.p-home-company__button {
  margin-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
}

.p-home-hero {
  position: relative;
  height: 100vh;
}

.p-home-hero__video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-home-hero__video::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(26, 40, 145, 0.2);
}
.p-home-hero__video > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home-hero__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transform: translate(-50%, -50%);
}
.p-home-hero__catch__en {
  width: 64.8958333333vw;
}
.p-home-hero__catch__en > picture {
  width: 100%;
  height: 100%;
}
.p-home-hero__catch__en > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-hero__catch__ja {
  width: 54.3229166667vw;
  margin-top: 3.90625vw;
}
.p-home-hero__catch__ja > picture {
  width: 100%;
  height: 100%;
}
.p-home-hero__catch__ja > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home-info-nav {
  display: block;
  height: 100%;
  background-color: #000000;
}

.p-home-info-nav__inner {
  height: 100%;
  padding-top: min(clamp(2rem, 1.6113989637rem + 1.6580310881vw, 3rem), 8.5333333333vw);
  padding-right: 7.5%;
  padding-bottom: min(clamp(2rem, 1.6113989637rem + 1.6580310881vw, 3rem), 8.5333333333vw);
  padding-left: 7.5%;
}

.p-home-info-nav__content {
  display: flex;
  column-gap: 3.75%;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.p-home-info-nav__description {
  font-size: min(clamp(0.875rem, 0.6078367876rem + 1.1398963731vw, 1.5625rem), 3.7333333333vw);
  font-weight: 500;
  color: #ffffff;
}
.p-home-info-nav__description__logo {
  display: inline-flex;
  align-items: center;
  margin-right: 0.25em;
  margin-left: 0.25em;
  font-size: inherit;
}
.p-home-info-nav__description__logo--note {
  width: 4.88em;
}
.p-home-info-nav__description__logo--qiita {
  width: 4.12em;
}

.p-home-info-nav__target {
  position: relative;
  display: flex;
  column-gap: 0.5em;
  align-items: center;
  padding-bottom: 0.25em;
  font-size: min(clamp(0.75rem, 0.6528497409rem + 0.414507772vw, 1rem), 3.2vw);
  color: #ffffff;
}
.p-home-info-nav__target__icon {
  display: block;
  width: 0.875em;
  aspect-ratio: 14/13;
  background-image: url("../images/common/icon_external_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-home-info {
  background-color: #ffffff;
}

.p-home-info__inner {
  padding-top: min(clamp(4rem, 2.8341968912rem + 4.9740932642vw, 7rem), 17.0666666667vw);
  padding-bottom: min(clamp(4rem, 2.8341968912rem + 4.9740932642vw, 7rem), 17.0666666667vw);
}

.p-home-info__nav {
  margin-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
}

.p-home-news-articles__item {
  border-top: solid 1px #ffffff;
}
.p-home-news-articles__item:last-of-type {
  border-bottom: solid 1px #ffffff;
}

.p-home-news-article__inner {
  width: 90%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.p-home-news-article__target {
  display: block;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-home-news-article__target:hover {
  background-color: rgba(19, 29, 105, 0.7);
}
.p-home-news-article__target:hover .p-home-news-article__icon {
  transform: translate(0, -50%) scale(1.2);
}

.p-home-news-article__content {
  position: relative;
  display: flex;
  row-gap: 0.5rem;
  column-gap: 1rem;
  align-items: center;
  padding-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  padding-right: calc(1.5625em + 1.5rem);
  padding-bottom: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
  font-size: 1rem;
}

.p-home-news-article__new {
  flex: 0 0 auto;
  margin-right: 0.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  color: #d91626;
}

.p-home-news-article__tag {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 5.7142857143em;
  min-height: 1.7142857143em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-size: 0.875rem;
  color: #ffffff;
  border: solid 1px #ffffff;
}

.p-home-news-article__date {
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
}

.p-home-news-article__description {
  display: -webkit-box;
  flex: 0 1 auto;
  overflow: hidden;
  color: #ffffff;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.p-home-news-article__icon {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  flex: 0 0 auto;
  width: 1.5625em;
  aspect-ratio: 1/1;
  font-size: inherit;
  background-image: url("../images/common/icon_arrow-circle_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(0, -50%);
}

.p-home-news__title {
  margin-bottom: min(clamp(2rem, 1.2227979275rem + 3.3160621762vw, 4rem), 8.5333333333vw);
}

.p-home-news__button {
  display: flex;
  justify-content: center;
  margin-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
}

.p-home-section-title--center .p-home-section-title__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-home-section-title--center .p-home-section-title__en {
  text-align: center;
}
.p-home-section-title--center .p-home-section-title__ja {
  text-align: center;
}
.p-home-section-title--center .p-home-section-title__ja::before {
  left: 50%;
  transform: translate(-50%, 0);
}

.p-home-section-title__en {
  font-family: Montserrat, sans-serif;
  font-size: min(clamp(1.5625rem, 0.9837273316rem + 2.4694300518vw, 3.051875rem), 6.6666666667vw);
  color: #ffffff;
  letter-spacing: 0.2em;
}

.p-home-section-title__ja {
  position: relative;
  padding-top: 0.75em;
  margin-top: 0.25em;
  font-size: min(clamp(0.875rem, 0.6078367876rem + 1.1398963731vw, 1.5625rem), 3.7333333333vw);
  color: #ffffff;
}
.p-home-section-title__ja::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.8em;
  height: 1px;
  font-size: inherit;
  content: "";
  background-color: #ffffff;
}

[data-aos=home-section-title] {
  opacity: 0;
}
[data-aos=home-section-title] .p-home-section-title__en__wrap {
  overflow: hidden;
}
[data-aos=home-section-title] .p-home-section-title__en {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(0, 100%);
}
[data-aos=home-section-title] .p-home-section-title__ja {
  opacity: 0;
  transition: all 0.5s 0.3s ease;
}
[data-aos=home-section-title].aos-animate {
  opacity: 1;
}
[data-aos=home-section-title].aos-animate .p-home-section-title__en {
  opacity: 1;
  transform: translate(0);
}
[data-aos=home-section-title].aos-animate .p-home-section-title__ja {
  opacity: 1;
}

.p-home-service {
  overflow: hidden;
}

.p-home-service__title {
  display: flex;
  justify-content: center;
  margin-bottom: min(clamp(5rem, 3.4455958549rem + 6.6321243523vw, 9rem), 21.3333333333vw);
}

.p-home-service__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.p-home-service__content::before, .p-home-service__content::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 100vw;
  height: 1px;
  content: "";
  background-color: #ffffff;
  transform: translate(-50%, 0);
}
.p-home-service__content::before {
  top: 0;
}
.p-home-service__content::after {
  bottom: 0;
}

.p-home-service__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding-top: min(clamp(4rem, 2.0569948187rem + 8.2901554404vw, 9rem), 17.0666666667vw);
  padding-right: 7.5%;
  padding-bottom: min(clamp(2rem, 1.2227979275rem + 3.3160621762vw, 4rem), 8.5333333333vw);
  padding-left: 7.5%;
  border-left: solid 1px #ffffff;
}
.p-home-service__item:last-of-type {
  border-right: solid 1px #ffffff;
}
.p-home-service__item__acronym {
  position: absolute;
  top: 0;
  left: 50%;
  font-family: Roboto Slab, serif;
  font-size: min(clamp(5.625rem, 2.4676165803rem + 13.4715025907vw, 13.75rem), 24vw);
  font-weight: 500;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
.p-home-service__item__title {
  font-family: Montserrat, sans-serif;
  font-size: min(clamp(1.5625rem, 1.2210168394rem + 1.4569948187vw, 2.44125rem), 6.6666666667vw);
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-home-service__item__description {
  margin-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
}
.p-home-service__item__buttons {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
}

.p-home-service__button {
  display: flex;
  justify-content: center;
  margin-top: min(clamp(1.5rem, 0.9170984456rem + 2.4870466321vw, 3rem), 6.4vw);
}

.p-home {
  position: relative;
  z-index: 0;
  background-color: #1a2891;
}

.p-home__company,
.p-home__news,
.p-home__info {
  margin-top: min(clamp(7rem, 4.6683937824rem + 9.9481865285vw, 13rem), 29.8666666667vw);
}

.p-home__service {
  margin-top: min(clamp(7rem, -0.3834196891rem + 31.5025906736vw, 26rem), 29.8666666667vw);
}

.p-home__acc,
.p-home__acc-02,
.p-home__acc-03,
.p-home__acc-04 {
  position: absolute;
  z-index: -1;
  width: max(31.4583333333%, 12.5rem);
  mix-blend-mode: multiply;
}

.p-home__acc {
  top: 100vh;
  left: 0;
  transform: translate(0, -5%);
}

.p-home__acc-02 {
  top: calc(100vh + 15%);
  right: 0;
  transform: translate(0) rotate(180deg);
}

.p-home__acc-03 {
  top: calc(100vh + 30%);
  left: 0;
}

.p-home__acc-04 {
  top: 75%;
  right: 0;
  transform: rotate(180deg);
}

.p-mpp-application {
  height: 100%;
  background-color: #ffffff;
}
.p-mpp-application--purple .p-mpp-application__title {
  border-bottom-color: #881798;
}
.p-mpp-application--blue .p-mpp-application__title {
  border-bottom-color: #4f6ced;
}
.p-mpp-application--yellow .p-mpp-application__title {
  border-bottom-color: #fce003;
}
.p-mpp-application--cyan .p-mpp-application__title {
  border-bottom-color: #00dcdd;
}
.p-mpp-application--navy .p-mpp-application__title {
  border-bottom-color: #4b32b3;
}

.p-mpp-application__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.p-mpp-application__title {
  position: relative;
  width: 100%;
  padding-top: min(clamp(1.5rem, 1.3056994819rem + 0.829015544vw, 2rem), 6.4vw);
  padding-right: 7.5%;
  padding-bottom: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
  padding-left: 7.5%;
  font-size: min(clamp(1.25rem, 1.1285621762rem + 0.518134715vw, 1.5625rem), 5.3333333333vw);
  font-weight: 700;
  text-align: center;
  border-width: 0.25rem;
  border-bottom-color: #000000;
  border-bottom-style: solid;
}

.p-mpp-application__description {
  width: 100%;
  padding-top: min(clamp(1rem, 0.8056994819rem + 0.829015544vw, 1.5rem), 4.2666666667vw);
  padding-right: 7.5%;
  padding-bottom: min(clamp(1.5rem, 1.3056994819rem + 0.829015544vw, 2rem), 6.4vw);
  padding-left: 7.5%;
}

.u-text-normal {
  font-size: 1rem !important;
}

.u-text-2xl {
  font-size: 1.5625rem !important;
}

.u-font-medium {
  font-weight: 500 !important;
}

.u-gap-lg {
  gap: 2rem !important;
}

.u-gap-x-sm {
  column-gap: 1rem !important;
}

.u-mt-xs {
  margin-top: 0.5rem !important;
}

.u-mb-xs {
  margin-bottom: 0.5rem !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-2xl {
  padding-top: 4rem !important;
}

.u-items-center {
  align-items: center !important;
}

.u-justify-end {
  justify-content: flex-end !important;
}

.u-justify-center {
  justify-content: center !important;
}
.u-block {
  display: block !important;
}

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

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

.u-w-1\/12 {
  width: 8.3333% !important;
}

.u-w-2\/12 {
  width: 16.6666% !important;
}

.u-w-3\/12 {
  width: 25% !important;
}
.u-text-right {
  text-align: right !important;
}

@media screen and (max-width: 840px) {
  :root {
    --header-height: 60px;
  }
  .md\:c-grid__auto {
    flex: 0 1 auto;
  }
  .md\:c-grid__fixed {
    flex: 0 0 auto;
  }
  .md\:c-grid__1 {
    width: 8.3333%;
  }
  .md\:c-grid__2 {
    width: 16.6666%;
  }
  .md\:c-grid__3 {
    width: 25%;
  }
  .md\:c-grid__4 {
    width: 33.3333%;
  }
  .md\:c-grid__5 {
    width: 41.6666%;
  }
  .md\:c-grid__6 {
    width: 50%;
  }
  .md\:c-grid__7 {
    width: 58.3333%;
  }
  .md\:c-grid__8 {
    width: 66.6666%;
  }
  .md\:c-grid__9 {
    width: 75%;
  }
  .md\:c-grid__10 {
    width: 83.3333%;
  }
  .md\:c-grid__11 {
    width: 91.6666%;
  }
  .md\:c-grid__12 {
    width: 100%;
  }
  .md\:c-grid__1of5 {
    width: 20%;
  }
  .md\:c-grid__1of7 {
    width: 14.285%;
  }
  .md\:c-gutter--none {
    margin-top: 0;
    margin-left: 0;
  }
  .md\:c-gutter--none > * {
    padding-top: 0;
    padding-left: 0;
  }
  .md\:c-gutter--none {
    margin-top: -0;
    margin-left: -0;
  }
  .md\:c-gutter--none > * {
    padding-top: 0;
    padding-left: 0;
  }
  .md\:c-gutter--2xs {
    margin-top: -0.25rem;
    margin-left: -0.25rem;
  }
  .md\:c-gutter--2xs > * {
    padding-top: 0.25rem;
    padding-left: 0.25rem;
  }
  .md\:c-gutter--xs {
    margin-top: -0.5rem;
    margin-left: -0.5rem;
  }
  .md\:c-gutter--xs > * {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
  }
  .md\:c-gutter--sm {
    margin-top: -1rem;
    margin-left: -1rem;
  }
  .md\:c-gutter--sm > * {
    padding-top: 1rem;
    padding-left: 1rem;
  }
  .md\:c-gutter--md {
    margin-top: -1.5rem;
    margin-left: -1.5rem;
  }
  .md\:c-gutter--md > * {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }
  .md\:c-gutter--lg {
    margin-top: -2rem;
    margin-left: -2rem;
  }
  .md\:c-gutter--lg > * {
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .md\:c-gutter--xl {
    margin-top: -3rem;
    margin-left: -3rem;
  }
  .md\:c-gutter--xl > * {
    padding-top: 3rem;
    padding-left: 3rem;
  }
  .md\:c-gutter--2xl {
    margin-top: -4rem;
    margin-left: -4rem;
  }
  .md\:c-gutter--2xl > * {
    padding-top: 4rem;
    padding-left: 4rem;
  }
  .md\:c-gutter--3xl {
    margin-top: -5rem;
    margin-left: -5rem;
  }
  .md\:c-gutter--3xl > * {
    padding-top: 5rem;
    padding-left: 5rem;
  }
  .md\:c-gutter--4xl {
    margin-top: -7rem;
    margin-left: -7rem;
  }
  .md\:c-gutter--4xl > * {
    padding-top: 7rem;
    padding-left: 7rem;
  }
  .md\:c-gutter--5xl {
    margin-top: -9rem;
    margin-left: -9rem;
  }
  .md\:c-gutter--5xl > * {
    padding-top: 9rem;
    padding-left: 9rem;
  }
  .md\:c-gutter--6xl {
    margin-top: -13rem;
    margin-left: -13rem;
  }
  .md\:c-gutter--6xl > * {
    padding-top: 13rem;
    padding-left: 13rem;
  }
  .c-info__number {
    flex-direction: column;
  }
  .c-info__number__item:not(:first-of-type) {
    padding-top: 1em;
    padding-left: 0;
    margin-top: 1em;
    margin-left: 0;
  }
  .c-info__number__item:not(:first-of-type)::before {
    top: 0;
    left: 50%;
    width: 33.33%;
    height: 1px;
    transform: translate(-50%, 0);
  }
  .p-headline__title {
    left: 5%;
  }
  .p-main__sidebar {
    width: 3.125rem;
  }
  .p-main__sidebar + .p-main__body {
    width: calc(100% - 3.125rem);
  }
  .p-side-nav {
    width: 50px;
    padding-right: 10px;
    padding-left: 10px;
    transition: all 0.3s 0.3s ease-out;
  }
  .p-side-nav__target__text {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .p-footer-company__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-footer-company__name {
    text-align: center;
  }
  .p-footer-sns__content {
    justify-content: center;
  }
  .p-footer__content {
    grid-template-areas: "menu" "company" "info" "copyright";
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .p-footer__nav {
    display: none;
  }
  .p-footer__info__link {
    display: none;
  }
  .p-footer__copyright {
    align-items: stretch;
    justify-self: auto;
  }
  .p-home-news-article__content {
    flex-wrap: wrap;
  }
  .p-home-news-article__description {
    width: 100%;
  }
  .md\:u-gap-md {
    gap: 1.5rem !important;
  }
  .md\:u-pt-xl {
    padding-top: 3rem !important;
  }
  .md\:u-w-2\/12 {
    width: 16.6666% !important;
  }
  .md\:u-w-3\/12 {
    width: 25% !important;
  }
  .md\:u-w-4\/12 {
    width: 33.3333% !important;
  }
}

@media screen and (width <= 430px) {
  .c-editor h2 {
    font-size: 20px;
  }
  .c-editor h3 {
    font-size: 16px;
  }
  .c-editor h4 {
    font-size: 14px;
  }
  .c-editor p {
    font-size: 14px;
  }
}

@media screen and (max-width: 430px) {
  .sm\:c-grid__auto {
    flex: 0 1 auto;
  }
  .sm\:c-grid__fixed {
    flex: 0 0 auto;
  }
  .sm\:c-grid__1 {
    width: 8.3333%;
  }
  .sm\:c-grid__2 {
    width: 16.6666%;
  }
  .sm\:c-grid__3 {
    width: 25%;
  }
  .sm\:c-grid__4 {
    width: 33.3333%;
  }
  .sm\:c-grid__5 {
    width: 41.6666%;
  }
  .sm\:c-grid__6 {
    width: 50%;
  }
  .sm\:c-grid__7 {
    width: 58.3333%;
  }
  .sm\:c-grid__8 {
    width: 66.6666%;
  }
  .sm\:c-grid__9 {
    width: 75%;
  }
  .sm\:c-grid__10 {
    width: 83.3333%;
  }
  .sm\:c-grid__11 {
    width: 91.6666%;
  }
  .sm\:c-grid__12 {
    width: 100%;
  }
  .sm\:c-grid__1of5 {
    width: 20%;
  }
  .sm\:c-grid__1of7 {
    width: 14.285%;
  }
  .sm\:c-gutter--none {
    margin-top: 0;
    margin-left: 0;
  }
  .sm\:c-gutter--none > * {
    padding-top: 0;
    padding-left: 0;
  }
  .sm\:c-gutter--none {
    margin-top: -0;
    margin-left: -0;
  }
  .sm\:c-gutter--none > * {
    padding-top: 0;
    padding-left: 0;
  }
  .sm\:c-gutter--2xs {
    margin-top: -0.25rem;
    margin-left: -0.25rem;
  }
  .sm\:c-gutter--2xs > * {
    padding-top: 0.25rem;
    padding-left: 0.25rem;
  }
  .sm\:c-gutter--xs {
    margin-top: -0.5rem;
    margin-left: -0.5rem;
  }
  .sm\:c-gutter--xs > * {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
  }
  .sm\:c-gutter--sm {
    margin-top: -1rem;
    margin-left: -1rem;
  }
  .sm\:c-gutter--sm > * {
    padding-top: 1rem;
    padding-left: 1rem;
  }
  .sm\:c-gutter--md {
    margin-top: -1.5rem;
    margin-left: -1.5rem;
  }
  .sm\:c-gutter--md > * {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }
  .sm\:c-gutter--lg {
    margin-top: -2rem;
    margin-left: -2rem;
  }
  .sm\:c-gutter--lg > * {
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .sm\:c-gutter--xl {
    margin-top: -3rem;
    margin-left: -3rem;
  }
  .sm\:c-gutter--xl > * {
    padding-top: 3rem;
    padding-left: 3rem;
  }
  .sm\:c-gutter--2xl {
    margin-top: -4rem;
    margin-left: -4rem;
  }
  .sm\:c-gutter--2xl > * {
    padding-top: 4rem;
    padding-left: 4rem;
  }
  .sm\:c-gutter--3xl {
    margin-top: -5rem;
    margin-left: -5rem;
  }
  .sm\:c-gutter--3xl > * {
    padding-top: 5rem;
    padding-left: 5rem;
  }
  .sm\:c-gutter--4xl {
    margin-top: -7rem;
    margin-left: -7rem;
  }
  .sm\:c-gutter--4xl > * {
    padding-top: 7rem;
    padding-left: 7rem;
  }
  .sm\:c-gutter--5xl {
    margin-top: -9rem;
    margin-left: -9rem;
  }
  .sm\:c-gutter--5xl > * {
    padding-top: 9rem;
    padding-left: 9rem;
  }
  .sm\:c-gutter--6xl {
    margin-top: -13rem;
    margin-left: -13rem;
  }
  .sm\:c-gutter--6xl > * {
    padding-top: 13rem;
    padding-left: 13rem;
  }
  .c-media__content {
    flex-direction: column;
  }
  .c-media__textarea {
    order: 2;
    width: 100%;
    padding-right: 7.5%;
  }
  .c-media__image {
    position: static;
    top: unset;
    right: unset;
    order: 1;
    width: 100%;
    transform: none;
  }
  .p-global-nav__button {
    margin-right: auto;
    margin-left: auto;
  }
  .p-global-nav__sns {
    justify-content: flex-start;
  }
  .p-global-nav__link {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-footer-menu__item:not(:first-of-type) {
    border-top: solid 1px #000000;
    border-left: none;
  }
  .p-home-hero__catch__en {
    width: 68vw;
  }
  .p-home-hero__catch__ja {
    width: 78.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .p-home-service__content::before, .p-home-service__content::after {
    display: none;
  }
  .p-home-service__item {
    width: 100%;
    border-right: solid 1px #ffffff;
  }
  .p-home-service__item::before, .p-home-service__item::after {
    position: absolute;
    left: 50%;
    display: block;
    width: 100vw;
    height: 1px;
    content: "";
    background-color: #ffffff;
    transform: translate(-50%, 0);
  }
  .p-home-service__item::before {
    top: 0;
  }
  .p-home-service__item::after {
    bottom: 0;
  }
  .p-home-service__item:not(:first-of-type) {
    margin-top: 4rem;
  }
  .sm\:u-gap-sm {
    gap: 1rem !important;
  }
  .sm\:u-pt-lg {
    padding-top: 2rem !important;
  }
  .sm\:u-items-center {
    align-items: center !important;
  }
  .sm\:u-flex-col {
    flex-direction: column !important;
  }
  .sm\:u-justify-center {
    justify-content: center !important;
  }
  .sm\:u-order-1 {
    order: 1 !important;
  }
  .sm\:u-order-2 {
    order: 2 !important;
  }
  .sm\:u-w-3\/12 {
    width: 25% !important;
  }
  .sm\:u-w-4\/12 {
    width: 33.3333% !important;
  }
  .sm\:u-w-6\/12 {
    width: 50% !important;
  }
}

/*# sourceMappingURL=style.css.map */