@charset "UTF-8";
/* resset.dev • v5.0.2
https://github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* サイト共通設定
----------------------------------------*/
/* breakpoint
----------------------------------------*/
/* 関数
----------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

:root {
  width: 100%;
  height: 100%;
  --base-font-family: "Noto Sans JP", sans-serif;
  --english-font-family: "Lexend Giga", serif;
  --root-font-size: 62.5%;
  --base-line-height: 2;
  --sub-line-height: 1.4;
  --base-font-size: 1.4rem;
  --base-letter-spacing: 0;
  --base-text-color: #1D283C;
  --sub-text-color: #055CD3;
  --base-bg-color: #D9DEE7;
  --base-section-width: 1430px;
  --base-max-section-width: 94%;
  --narrow-section-width: 760px;
  --header-height: 108px;
}
@media screen and (max-width: 1024px) {
  :root {
    --header-height: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --root-font-size: 2.6667vw;
    --base-font-size: 1.3rem;
    --base-max-section-width: 33.5rem;
  }
}

html {
  font-size: var(--root-font-size);
}

body {
  width: 100%;
  background-color: var(--base-bg-color);
  color: var(--base-text-color);
  font-family: var(--base-font-family);
  font-weight: 500;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-spacing);
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

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

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-width {
  margin-inline: auto;
  width: var(--base-section-width);
  max-width: var(--base-max-section-width);
}
@media screen and (max-width: 767px) {
  .section-width {
    max-width: 33.5rem;
  }
}
.section-width.narrow {
  width: var(--narrow-section-width);
}

.hoverable-link-area a {
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .hoverable-link-area a:hover {
    opacity: 0.7;
  }
}

@keyframes loopAnimation {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
/* 文字の汎用クラス
----------------------------------------*/
.text-en {
  font-family: var(--english-font-family);
}

.text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

/* inview
----------------------------------------*/
[data-a-inview=fadeup] {
  translate: 0 5rem;
  opacity: 0;
  transition: translate 1s ease-out, opacity 1s ease-out;
}

[data-a-inview=fadeup][data-inview=true] {
  translate: 0 0;
  opacity: 1;
}

/* コンポーネント
c-pagetitle
----------------------------------------*/
.c-pagetitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
}
.c-pagetitle__ja {
  font-weight: 500;
  font-size: 1.7rem;
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-pagetitle__ja {
    font-size: 1.3rem;
    column-gap: 0.8rem;
  }
}
.c-pagetitle__ja::before {
  content: "";
  background-image: url(../image/common/icon-title-dot.svg);
  width: 1.9rem;
  aspect-ratio: 1;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-pagetitle__ja::before {
    width: 1.5rem;
    background-size: contain;
    margin-top: 0.6rem;
  }
}
.c-pagetitle__en {
  font-family: var(--english-font-family);
  font-size: 7.1rem;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-pagetitle__en {
    font-size: 4rem;
  }
}
.c-pagetitle__container {
  padding-top: 22.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pagetitle__container {
    padding-top: 12.5rem;
  }
}
.c-pagetitle__bg {
  position: absolute;
  left: 0;
  bottom: 4.8rem;
  width: 100%;
  height: 12.8rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-pagetitle__bg {
    height: 8.6rem;
    bottom: 4.8rem;
  }
}
.c-pagetitle__bg img {
  max-width: none;
  padding-inline: 4.5rem;
  animation: loopAnimation linear infinite;
  animation-duration: 50s;
  will-change: transform;
}
.c-pagetitle__bg-item {
  font-size: 16rem;
  font-family: var(--english-font-family);
  color: #fff;
  line-height: 1;
  letter-spacing: -0.1em;
  white-space: nowrap;
  max-width: none;
  padding-inline: 4.5rem;
  animation: loopAnimation linear infinite;
  animation-duration: 50s;
  will-change: transform;
  opacity: 0.3;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-pagetitle__bg-item {
    font-size: 11rem;
  }
}
.c-pagetitle__breadcrumb {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-pagetitle__breadcrumb {
    padding-top: 3.5rem;
    padding-bottom: 7.8rem;
  }
}
.c-pagetitle__inner {
  position: relative;
}
.c-pagetitle__img01 {
  position: absolute;
  width: 57rem;
  left: calc(50% + 35rem);
  top: 9.3rem;
  animation: fluffy_1 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .c-pagetitle__img01 {
    width: 28rem;
    left: 25rem;
  }
}
.c-pagetitle__img02 {
  position: absolute;
  width: 38.7rem;
  left: calc(50% - 4rem);
  top: 9.7rem;
  animation: fluffy_4 3s ease-in-out infinite alternate;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .c-pagetitle__img02 {
    width: 19rem;
    left: 7.2rem;
    top: 5.8rem;
  }
}

.c-breadcrumb {
  border-radius: 1rem;
  border: 1px solid #fff;
  backdrop-filter: blur(9.6354703903px);
  --webkit-backdrop-filter: blur(9.635470390319824px);
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  min-height: 4.7rem;
  width: fit-content;
  padding-inline: 1rem;
  white-space: nowrap;
  overflow-x: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    border-radius: 0.5rem;
  }
}
.c-breadcrumb > li {
  font-size: 1rem;
  padding-inline: 2rem;
  position: relative;
}
.c-breadcrumb > li:not(:first-child)::before {
  content: "";
  background-color: #AAB4C7;
  display: block;
  width: 1px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-breadcrumb > li a {
  color: var(--sub-text-color);
}

.c-catalog {
  mix-blend-mode: normal;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .c-catalog {
    padding-top: 10rem;
  }
}
.c-catalog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-catalog__list {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
  }
}
.c-catalog__item a {
  border-radius: 1rem;
  border: 1px solid var(--sub-text-color);
  background-color: transparent;
  color: var(--sub-text-color);
  min-height: 32.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2.3rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-catalog__item a {
    min-height: 20.7rem;
    row-gap: 1.2rem;
    font-size: 1.1rem;
  }
}
.c-catalog__item a::after {
  content: "";
  width: 4.9rem;
  height: 4.4rem;
  background-image: url(../image/top/news-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  background-color: var(--sub-text-color);
  border-radius: 0.5rem;
  transition: 300ms;
}
.c-catalog__item a svg {
  fill: var(--sub-text-color);
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .c-catalog__item a:hover {
    background-color: var(--sub-text-color);
    color: #fff;
  }
  .c-catalog__item a:hover::after {
    background-color: var(--base-text-color);
  }
  .c-catalog__item a:hover svg {
    fill: #fff;
  }
}
.c-catalog__item-en {
  font-family: var(--english-font-family);
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .c-catalog__item-en {
    font-size: 2.4rem;
  }
}
.c-catalog__block {
  max-width: 94%;
  width: var(--base-section-width);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-catalog__block {
    max-width: 33.5rem;
  }
}

.c-pager {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .c-pager {
    column-gap: 0.5rem;
    margin-top: 3rem;
  }
}
.c-pager__link a, .c-pager__link span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  aspect-ratio: 1;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 50%;
  transition: 300ms ease-out;
}
@media screen and (max-width: 767px) {
  .c-pager__link a, .c-pager__link span {
    width: 4.3rem;
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pager__link a:hover {
    background-color: var(--sub-text-color);
    color: #fff;
  }
}
.c-pager__link.is-current span,
.c-pager__link.is-current a {
  border-radius: 50%;
  background-color: var(--sub-text-color);
  color: #fff;
  cursor: default;
}
.c-pager__link.is-first, .c-pager__link.is-last {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-pager__link.is-first, .c-pager__link.is-last {
    column-gap: 1rem;
  }
}
.c-pager__link.is-first::after {
  content: "…";
}
.c-pager__link.is-last::before {
  content: "…";
}
.c-pager__prev a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms ease-out;
  padding: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-pager__prev a:hover {
    translate: -0.5rem 0;
  }
}
.c-pager__next a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 300ms ease-out;
  padding: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-pager__next a:hover {
    translate: 0.5rem 0;
  }
}
.c-pager__next a img {
  scale: -1 1;
}
.c-pager__return-buttons {
  margin-top: 8rem;
}
.c-pager__return-buttons .c-button {
  margin-inline: auto;
}

.c-button {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  padding-inline: 2.5rem;
  min-height: 6.8rem;
  min-width: 30.2rem;
  max-width: 100%;
  font-size: 1.4rem;
  background-color: var(--sub-text-color);
  color: #fff;
  font-weight: 500;
  border-radius: 1rem;
  transition: 300ms;
  box-shadow: 0 1rem 1rem rgba(4, 92, 211, 0.12);
}
@media screen and (max-width: 767px) {
  .c-button {
    min-width: 26.4rem;
    padding-inline: 2rem 1.8rem;
    font-size: 1.2rem;
  }
}
.c-button::after {
  content: "";
  background-image: url(../image/top/arrow-landscape.svg);
  background-size: contain;
  width: 4.9rem;
  height: 2.4rem;
  background-color: var(--sub-text-color);
  border-radius: 0.5rem;
  background-color: var(--base-text-color);
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover::after {
    background-position: center left 0.5rem;
  }
}

.c-news__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-news__list {
    margin-top: 3.8rem;
  }
}
.c-news__item a {
  min-height: 18rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  backdrop-filter: blur(9.6354703903px);
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-inline: 3rem 12.7rem;
  padding-block: 3rem;
  position: relative;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-news__item a {
    padding-inline: 2.1rem 7.2rem;
    padding-block: 2.3rem 2rem;
  }
}
.c-news__item a::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4.9rem;
  height: 4.4rem;
  background-image: url(../image/common/icon-arrow.svg);
  background-color: #7E87A0;
  border-radius: 0.5rem;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-news__item a::after {
    right: 2rem;
    width: 3.6rem;
    height: 3.6rem;
    background-size: 4rem;
    background-position: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-news__item a:hover {
    background-color: var(--sub-text-color);
    border-color: var(--sub-text-color);
    color: #fff;
  }
  .c-news__item a:hover::after {
    background-color: var(--base-text-color);
  }
  .c-news__item a:hover time {
    color: #fff;
  }
}
.c-news__item time {
  font-family: "Michroma", serif;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: left;
  color: var(--sub-text-color);
  line-height: 1;
  margin-bottom: 0.9rem;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-news__item time {
    margin-bottom: 1.2rem;
  }
}
.c-news__item h3 {
  font-weight: normal;
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-news__item h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 1.625;
  }
}
.c-news__item p {
  font-weight: normal;
  font-size: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .c-news__item p {
    -webkit-line-clamp: 3;
  }
}
.c-news__heading {
  font-size: 1.6rem;
  margin-bottom: 3rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-news__heading {
    font-size: 1.4rem;
  }
}

.c-card__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  column-gap: 4.7rem;
  row-gap: 4.7rem;
}
@media screen and (max-width: 767px) {
  .c-card__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    column-gap: 1.5rem;
  }
}
.c-card__list.catalog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  column-gap: 4.7rem;
  row-gap: 4.7rem;
}
@media screen and (max-width: 767px) {
  .c-card__list.catalog-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    column-gap: 1.5rem;
  }
}
.c-card__list.catalog-list .c-card__item figure img {
  border-radius: 0;
}
.c-card__list.catalog-list .c-card__item-title {
  font-weight: normal;
  font-size: 1.8rem !important;
  margin: 0 0 1.3rem !important;
}
@media screen and (max-width: 767px) {
  .c-card__list.catalog-list .c-card__item-title {
    font-size: 1.6rem !important;
    line-height: 1.625;
  }
}
.c-card__list.relation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-card__list.relation-list {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
    margin-bottom: 3.8rem;
  }
}
.c-card__list.relation-list .c-card__item figure {
  overflow: hidden;
  mask-image: url("../image/common/img-relation.png");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: auto 100%;
  -webkit-mask-image: url("../image/common/img-relation.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: auto 100%;
  margin-bottom: 0;
}
.c-card__list.relation-list .c-card__item figure img {
  border-radius: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-card__list.relation-list .c-card__item figure img {
    border-radius: 1rem;
  }
}
.c-card__list.relation-list .c-card__item h3 {
  position: relative;
  margin: 0;
  top: -4rem;
  line-height: var(--sub-line-height);
}
@media screen and (max-width: 767px) {
  .c-card__list.relation-list .c-card__item h3 {
    top: -2rem;
  }
}
.c-card__list.relation-list .c-card__item a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.c-card__list.relation-list .c-card__item a::after {
  content: "";
  width: 4.9rem;
  height: 4.4rem;
  background-image: url(../image/top/news-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 2rem;
  bottom: 5rem;
  background-color: var(--sub-text-color);
  border-radius: 0.5rem;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-card__list.relation-list .c-card__item a::after {
    bottom: 4rem;
  }
}
.c-card__list.relation-list .c-card__item a svg {
  fill: var(--sub-text-color);
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .c-card__list.relation-list .c-card__item a:hover::after {
    background-color: var(--base-text-color);
  }
  .c-card__list.relation-list .c-card__item a:hover svg {
    fill: #fff;
  }
}
.c-card__item a {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
}
.c-card__item a:hover {
  opacity: 0.7;
}
.c-card__item figure {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-card__item figure {
    margin-bottom: 2.2rem;
  }
}
.c-card__item figure img {
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .c-card__item figure img {
    border-radius: 1rem;
  }
}
.c-card__item-title {
  font-weight: normal;
  font-size: 1.8rem;
  margin: 0 0 1.3rem !important;
}
@media screen and (max-width: 767px) {
  .c-card__item-title {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.c-card__item p {
  font-weight: normal;
  font-size: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .c-card__item p {
    -webkit-line-clamp: 3;
  }
}

.c-contents p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-contents p {
    font-size: 1.4rem;
  }
}
.c-contents p.text-lead {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.7;
  margin-top: 4.8rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-contents p.text-lead {
    font-size: 2rem;
    margin-right: -1rem;
    margin-bottom: 2.8rem;
    margin-top: 3rem;
  }
}
.c-contents > p {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.c-contents a {
  text-decoration: underline;
  color: var(--sub-text-color);
}
.c-contents form {
  width: 100%;
  max-width: 64rem;
  margin-inline: auto;
}
.c-contents form label {
  display: block;
  font-size: 1.6rem;
  margin-top: 4rem;
  margin-bottom: 0.8rem;
}
.c-contents form input[type=text],
.c-contents form input[type=email],
.c-contents form input[type=tel],
.c-contents form textarea {
  border-radius: 0.4rem;
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding-block: 0.6rem;
  padding-inline: 1rem;
  color: var(--base-text-color);
  font-size: 1.6rem;
}
.c-contents form button {
  position: relative;
  background-color: var(--sub-text-color);
  border-radius: 1rem;
  transition: 300ms;
  min-width: 28rem;
  height: 6.4rem;
  margin-top: 4rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  box-shadow: 0 1rem 1rem rgba(4, 92, 211, 0.12);
  border: 1px solid var(--sub-text-color);
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .c-contents form button:hover {
    background-color: #fff;
  }
  .c-contents form button:hover input[type=submit] {
    color: var(--sub-text-color);
  }
}
.c-contents form button input[type=submit] {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
}
.c-contents form button .wpcf7-spinner {
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-contents h2 {
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.444;
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .c-contents h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 1.8rem;
    align-items: center;
  }
}
.c-contents h2:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-contents h2:not(:first-child) {
    margin-top: 4rem;
  }
}
.c-contents h2::before, .c-contents h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.c-contents h2::before {
  background-color: var(--sub-text-color);
  width: 7.4rem;
  z-index: 2;
}
.c-contents h2::after {
  background-color: #fff;
  width: 100%;
}
.c-contents h3 {
  font-weight: 500;
  font-size: 2.3rem;
  margin-bottom: 2rem;
  line-height: 1.47;
  color: var(--sub-text-color);
}
@media screen and (max-width: 767px) {
  .c-contents h3 {
    font-size: 1.8rem;
  }
}
.c-contents h3:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-contents h3:not(:first-child) {
    margin-top: 4rem;
  }
}
.c-contents h4 {
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  line-height: 1.47;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-contents h4 {
    font-size: 1.6rem;
  }
}
.c-contents h4:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-contents h4:not(:first-child) {
    margin-top: 4rem;
  }
}
.c-contents h5 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.47;
}
@media screen and (max-width: 767px) {
  .c-contents h5 {
    font-size: 1.5rem;
  }
}
.c-contents h5:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contents h5:not(:first-child) {
    margin-top: 3rem;
  }
}
.c-contents h6 {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.47;
}
@media screen and (max-width: 767px) {
  .c-contents h6 {
    font-size: 1.4rem;
  }
}
.c-contents h6:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contents h6:not(:first-child) {
    margin-top: 3rem;
  }
}
.c-contents ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.c-contents ul > li {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-contents ul > li {
    font-size: 1.4rem;
  }
}
.c-contents ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-contents ol {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.c-contents ol > li {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.6rem;
  counter-increment: list-count;
}
@media screen and (max-width: 767px) {
  .c-contents ol > li {
    font-size: 1.4rem;
  }
}
.c-contents ol > li::before {
  content: counter(list-count);
  position: absolute;
  top: 0;
  left: 0;
}
.c-contents blockquote {
  background-color: rgba(255, 255, 255, 0.5);
  padding-block: 2rem;
  padding-inline: 4rem;
  margin-block: 5rem;
}
@media screen and (max-width: 767px) {
  .c-contents blockquote {
    padding-inline: 2rem;
    margin-block: 4rem;
  }
}
.c-contents .wp-block-table {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-table table {
    white-space: nowrap;
  }
}
.c-contents .wp-block-table table thead,
.c-contents .wp-block-table table tfoot {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-contents .wp-block-table table th:first-child,
.c-contents .wp-block-table table td:first-child {
  font-weight: 500;
  font-size: 1.6rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-table table th:first-child,
  .c-contents .wp-block-table table td:first-child {
    padding-block: 1rem;
  }
}
.c-contents .wp-block-table table th,
.c-contents .wp-block-table table td {
  font-weight: normal;
  border: 1px solid #fff;
  padding-block: 2rem;
  padding-inline: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-table table th,
  .c-contents .wp-block-table table td {
    padding-block: 1rem;
  }
}
.c-contents .wp-block-buttons {
  margin-block: 4rem;
}
.c-contents .wp-block-button__link {
  position: relative;
  background-color: var(--sub-text-color);
  border-radius: 1rem;
  transition: 300ms;
  min-width: 28rem;
  height: 6.4rem;
  margin-inline: auto;
  width: fit-content;
  display: block;
  border: 1px solid var(--sub-text-color);
  transition: 300ms;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-contents .wp-block-button__link:hover {
    background-color: #fff;
    color: var(--sub-text-color);
  }
}
.c-contents .sitemap ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin: 0 0 0.5rem;
}
.c-contents .sitemap ul > li {
  padding: 0;
}
.c-contents .sitemap ul > li::before {
  content: "";
}
.c-contents .sitemap ul > li a {
  display: block;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 0.5rem 1rem rgba(4, 92, 211, 0.07);
  padding-inline: 2.3rem 4rem;
  padding-block: 0.8rem;
  position: relative;
  transition: 300ms ease-out;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-contents .sitemap ul > li a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-contents .sitemap ul > li a:hover {
    color: #fff;
    background-color: var(--sub-text-color);
  }
  .c-contents .sitemap ul > li a:hover::after {
    background-color: #fff;
  }
}
.c-contents .sitemap ul > li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  mask-image: url(../image/common/icon-arrow-navy.svg);
  mask-repeat: no-repeat;
  background-color: var(--base-text-color);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 4.4rem;
  aspect-ratio: 1;
  transition: 300ms ease-out;
}
@media screen and (max-width: 767px) {
  .c-contents .sitemap ul > li a::after {
    right: 1rem;
  }
}
.c-contents .sitemap ul > li ul {
  margin: 0.5rem 0 0;
  padding: 0;
}
.c-contents .sitemap ul > li ul > li {
  padding: 0;
}
.c-contents .sitemap.wp-block-columns.is-layout-flex {
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .c-contents .sitemap.wp-block-columns.is-layout-flex {
    gap: 0;
  }
}

/* レイアウト
l-header
----------------------------------------*/
.l-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  padding-inline: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-inline: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 18.9rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    align-items: center;
  }
}
.l-header__nav {
  border-radius: 1rem;
  border: 1px solid #fff;
  backdrop-filter: blur(9.6354703903px);
  --webkit-backdrop-filter: blur(9.635470390319824px);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0.7rem;
  display: flex;
  height: 8rem;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    background-color: transparent;
    border: none;
    flex-direction: row-reverse;
    backdrop-filter: none;
    --webkit-backdrop-filter: none;
    padding: 0;
    column-gap: 1.3rem;
    align-items: center;
  }
}
.l-header__nav-overlay {
  position: fixed;
  inset: 0;
  display: none;
  z-index: -1;
}
.l-header__nav-overlay.is-open {
  display: block;
}
.l-header__nav-drawer {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-drawer {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 0.5rem;
    background: transparent;
    border: 1px solid #fff;
    backdrop-filter: blur(9.6354703903px);
    --webkit-backdrop-filter: blur(9.635470390319824px);
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav-drawer::before, .l-header__nav-drawer::after {
    content: "";
    width: 2.1rem;
    height: 1px;
    background-color: var(--base-text-color);
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    transition: 300ms ease-out;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav-drawer::before {
    top: calc(50% - 0.4rem);
    transform-origin: left top;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav-drawer::after {
    top: calc(50% + 0.4rem);
    transform-origin: left bottom;
  }
}
.l-header__nav-drawer.is-open::before {
  rotate: 22deg;
}
.l-header__nav-drawer.is-open::after {
  rotate: -22deg;
}
.l-header__nav-close {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-close {
    display: block;
    position: absolute;
    z-index: 3;
    width: 3.2rem;
    height: 1.5rem;
    top: 2.2rem;
    right: 1.6rem;
  }
}
.l-header__nav-close::before, .l-header__nav-close::after {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 1px;
  background-color: var(--base-text-color);
  left: 0;
  transform-origin: left top;
}
.l-header__nav-close::before {
  top: 0;
  rotate: 23deg;
}
.l-header__nav-close::after {
  bottom: 0;
  rotate: -23deg;
}
.l-header__nav-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-wrap {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 300ms ease-out;
    position: fixed;
    inset: 0;
    margin: auto;
    width: 33.5rem;
    max-width: calc(100% - 4rem);
    max-height: calc(100vh - 4.5rem);
    min-height: 80vh;
    height: fit-content;
    overflow-y: auto;
    border-radius: 1rem;
    border: 1px solid #fff;
    backdrop-filter: blur(9.6354703903px);
    --webkit-backdrop-filter: blur(9.635470390319824px);
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav-wrap.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-list {
    width: 100%;
    flex-direction: column;
    padding-left: 0;
    padding-block: 7.6rem 4.7rem;
    padding-inline: 2.7rem;
  }
}
.l-header__nav-item {
  margin-right: 3rem;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-item {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav-item:nth-child(1) svg {
    width: 16rem;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav-item:nth-child(2) svg {
    width: 22.7rem;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav-item:nth-child(3) svg {
    width: 15.4rem;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav-item:nth-child(4) svg {
    width: 9.1rem;
    height: auto;
  }
}
.l-header__nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  font-size: 1rem;
  color: var(--sub-text-color);
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-item a {
    font-size: 1.6rem;
    row-gap: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__nav-item a:hover span {
    color: var(--sub-text-color);
  }
}
.l-header__nav-item-en {
  font-family: var(--english-font-family);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.1em;
  color: #1d283c;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .l-header__nav-item-en {
    font-size: 2.4rem;
  }
}
.l-header__nav-sp-box {
  display: contents;
}
@media screen and (max-width: 767px) {
  .l-header__nav-sp-box {
    display: block;
    width: 100%;
  }
}
.l-header__nav-box {
  height: 100%;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-box {
    height: 6.8rem;
    width: 100%;
    margin-right: 0;
  }
}
.l-header__nav-box a {
  min-width: 12.7rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.6rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  background: var(--base-text-color);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-box a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav-box.is-catalog {
    /*margin-top: 1.4rem;*/
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav-box.is-recruit {
    margin-top: 1rem;
  }
}
.l-header__nav-box.is-recruit a {
  background-color: #7987A0;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-box.is-contact {
    margin-top: 1rem;
  }
}
.l-header__nav-box.is-contact a {
  background-color: var(--sub-text-color);
}
.l-header__nav-box-en {
  font-family: var(--english-font-family);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.1em;
  color: #fff;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .l-header__nav-box-en {
    font-size: 1.8rem;
  }
}
.l-header__nav-lang {
  background-color: #7987A0;
  border-radius: 0.5rem;
  height: 100%;
  min-width: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../image/common/header-icon-internet.svg);
  background-position: center;
  background-repeat: no-repeat;
  font-family: var(--english-font-family);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: -0.1em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-lang {
    height: 5.5rem;
    min-width: 5.5rem;
    width: 5.5rem;
  }
}

/* レイアウト
l-footer
----------------------------------------*/
.l-footer {
  background-color: #1D283C;
  color: #fff;
  border-radius: 6rem 6rem 0 0;
  padding-top: 9.6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer {
    border-radius: 4rem 4rem 0 0;
    padding-top: 6.1rem;
    padding-bottom: 4.5rem;
  }
}
.l-footer__bg-text {
  height: 9.7rem;
  pointer-events: none;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__bg-text {
    height: 7.3rem;
  }
}
.l-footer__bg-text img {
  padding-inline: 5.9rem;
  max-width: none;
  animation: loopAnimation linear infinite;
  animation-duration: 30s;
  will-change: transform;
}
.l-footer__block {
  max-width: 94%;
  width: 110rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__block {
    max-width: 33.5rem;
  }
}
.l-footer__upper {
  padding-top: 5.6rem;
  padding-bottom: 6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__upper {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    flex-direction: column;
    row-gap: 4rem;
  }
}
.l-footer__office {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
  column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__office {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.9rem;
    row-gap: 2rem;
  }
}
.l-footer__office dl {
  /*
       &:nth-child(odd) {
         min-width: 30rem;
         @include g.mq-down() {
           min-width: 0;
         }
       }*/
}
@media screen and (min-width: 768px) {
  .l-footer__office dl {
    width: calc(50% - 1.5rem);
  }
}
.l-footer__office dl dt {
  line-height: 1.43;
  margin-bottom: 1rem;
}
.l-footer__office dl dd {
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.666;
  color: #a3abb9;
}
@media screen and (max-width: 767px) {
  .l-footer__office dl dd {
    font-size: 1.1rem;
  }
}
.l-footer__nav {
  width: 41.2rem;
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    max-width: 100%;
  }
}
.l-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3.5rem;
  column-gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    row-gap: 3rem;
  }
}
.l-footer__nav-item {
  width: 100%;
}
.l-footer__nav-item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1rem;
  letter-spacing: 0.05em;
  row-gap: 1rem;
  line-height: 1;
  position: relative;
  transition: 300ms ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav-item a:hover::after {
    background-color: var(--sub-text-color);
  }
}
.l-footer__nav-item a::after {
  content: "";
  position: absolute;
  width: 4.9rem;
  height: 4.4rem;
  background-image: url(../image/common/icon-arrow.svg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #343E4F;
  border-radius: 0.5rem;
  transition: 300ms ease-out;
}
.l-footer__nav-item-en {
  font-family: var(--english-font-family);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.1em;
  color: #fff;
  transition: 300ms;
}
.l-footer__nav-box {
  width: calc((100% - 1.8rem) / 2);
  min-height: 8rem;
  border-radius: 0.5rem;
  background: #435880;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-box {
    margin-top: 1.5rem;
  }
}
.l-footer__nav-box.is-contact {
  background-color: var(--sub-text-color);
}
.l-footer__nav-box.is-recruit {
  background-color: #7987A0;
  margin-top: -1.5rem;
}
.l-footer__nav-box a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  row-gap: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}
.l-footer__nav-box-en {
  font-family: var(--english-font-family);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-box-en {
    font-size: 1.6rem;
  }
}
.l-footer__lower {
  border-top: 1px solid #343e4f;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4.4rem;
  padding-bottom: 6.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lower {
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    row-gap: 2.6rem;
  }
}
.l-footer__terms {
  display: flex;
  column-gap: 3rem;
  font-weight: normal;
}
.l-footer__terms a {
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-footer__terms a {
    font-size: 1.2rem;
  }
}
.l-footer__terms a::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid #343e4f;
  border-top: 2px solid #343e4f;
  rotate: 45deg;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 24.9rem;
  }
}
.l-footer__copyright {
  display: flex;
  justify-content: center;
  font-family: var(--english-font-family);
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: -0.1em;
}

/* レイアウト
l-main
----------------------------------------*/
.l-main {
  overflow: hidden;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-bottom: 7rem;
  }
}

.p-top__mv {
  position: relative;
  height: 100vh;
  background: linear-gradient(#e7ebf1 0%, #d9dee7 100%);
}
.p-top__mv-image {
  position: absolute;
  top: max(-6.640625vw, -85px);
  left: 0;
  right: 0;
  margin: auto;
  width: min(114.140625vw, 1461px);
  translate: max(-6.5625vw, -84px) 0;
}
@media screen and (min-width: 1281px) {
  .p-top__mv-image {
    translate: 0;
    translate: 80px 0;
  }
}
@keyframes fluffy_1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 18px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fluffy_2 {
  0% {
    transform: translate(0, 0) rotate(-1.3966869094deg);
  }
  50% {
    transform: translate(0, -26px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0.0497233994deg);
  }
}
@keyframes fluffy_3 {
  0% {
    transform: translate(0, 0) rotate(1.4165652785deg);
  }
  50% {
    transform: translate(0, -2px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-2.5127039947deg);
  }
}
@keyframes fluffy_4 {
  0% {
    transform: translate(0, 0) rotate(-2.7944635464deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(2.6617778968deg);
  }
}
@keyframes fluffy_5 {
  0% {
    transform: translate(0, 0) rotate(-5.9884053911deg);
  }
  50% {
    transform: translate(0, -26px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(2.3270640071deg);
  }
}
.p-top__mv-image01 {
  position: absolute;
  max-width: 47.5vw;
  max-height: 67.9802955665vh;
  right: -7.03125vw;
  top: 12.315270936vh;
  animation: fluffy_1 3s ease-in-out infinite alternate;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-top__mv-image01 {
    max-width: 40.3rem;
    max-height: none;
    top: 15.5rem;
    right: -17.5rem;
  }
}
.p-top__mv-image02 {
  position: absolute;
  max-width: 50.625vw;
  max-height: 68.1034482759vh;
  right: 56.171875vw;
  top: 9.8522167488vh;
  animation: fluffy_2 3s ease-in-out infinite alternate;
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .p-top__mv-image02 {
    max-width: 29.6rem;
    max-height: none;
    right: auto;
    left: -4.2rem;
    top: 7rem;
  }
}
.p-top__mv-image03 {
  position: absolute;
  max-width: 52.265625vw;
  max-height: 60.7142857143vh;
  right: 0;
  top: 56.157635468vh;
  animation: fluffy_3 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .p-top__mv-image03 {
    max-width: 34.9rem;
    max-height: none;
    right: -13.6rem;
    top: auto;
    bottom: -11.6rem;
  }
}
.p-top__mv-image04 {
  position: absolute;
  max-width: 40.234375vw;
  max-height: 57.881773399vh;
  right: 24.84375vw;
  top: -10.8374384236vh;
  animation: fluffy_4 3s ease-in-out infinite alternate;
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-top__mv-image04 {
    max-width: 31.5rem;
    max-height: none;
    right: auto;
    left: 18.7rem;
    top: -3.5rem;
  }
}
.p-top__mv-image05 {
  position: absolute;
  max-width: 38.4375vw;
  max-height: 57.6354679803vh;
  right: 33.984375vw;
  top: 14.84375vw;
  animation: fluffy_5 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .p-top__mv-image05 {
    max-width: 24.4rem;
    left: -5.6rem;
    top: 27.9rem;
    max-height: none;
  }
}
.p-top__mv-inner {
  margin-inline: auto;
  width: 143rem;
  max-width: 94%;
  padding-top: 57.2660098522vh;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top__mv-inner {
    padding-top: 0;
    position: absolute;
    bottom: 11.4rem;
    max-width: 100%;
    padding-inline: 2rem;
  }
}
.p-top__mv-title {
  font-weight: 500;
  font-size: min(1.40625vw, 18px);
  line-height: 1.778;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: min(2.34375vw, 30px);
  margin-bottom: min(1.40625vw, 18px);
}
@media screen and (max-width: 767px) {
  .p-top__mv-title {
    font-size: 1.4rem;
    line-height: 2;
    row-gap: 2.7rem;
    margin-bottom: 2.7rem;
  }
}
.p-top__mv-title img {
  width: min(66.25vw, 848px);
}
.p-top__mv-sub {
  width: min(9.921875vw, 127px);
}
@media screen and (max-width: 767px) {
  .p-top__mv-sub {
    width: 12.6rem;
  }
}
.p-top__block {
  max-width: 94%;
  width: 143rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top__block {
    max-width: 33.5rem;
  }
}
.p-top__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
}
.p-top__title-ja {
  font-weight: 500;
  font-size: 1.7rem;
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top__title-ja {
    font-size: 1.3rem;
    column-gap: 0.8rem;
  }
}
.p-top__title-ja::before {
  content: "";
  background-image: url(../image/common/icon-title-dot.svg);
  background-repeat: no-repeat;
  width: 1.9rem;
  aspect-ratio: 1;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top__title-ja::before {
    width: 1.5rem;
    background-size: contain;
    margin-top: 0.6rem;
  }
}
.p-top__title-en {
  font-size: 7.1rem;
  line-height: 1;
  font-family: var(--english-font-family);
  font-weight: 400;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .p-top__title-en {
    font-size: 4rem;
  }
}
.p-top__button {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  padding-inline: 2.5rem;
  min-height: 6.8rem;
  min-width: 30.2rem;
  max-width: 100%;
  font-size: 1.4rem;
  background-color: var(--sub-text-color);
  color: #fff;
  font-weight: 500;
  border-radius: 1rem;
  transition: 300ms;
  box-shadow: 0 1rem 1rem rgba(4, 92, 211, 0.12);
}
@media screen and (max-width: 767px) {
  .p-top__button {
    padding-inline: 2rem 1.8rem;
    min-height: 6rem;
    min-width: 26.4rem;
    font-size: 1.2rem;
  }
}
.p-top__button::after {
  content: "";
  background-image: url(../image/top/arrow-landscape.svg);
  background-size: contain;
  width: 4.9rem;
  height: 2.4rem;
  background-color: var(--sub-text-color);
  border-radius: 0.5rem;
  background-color: var(--base-text-color);
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  .p-top__button:hover::after {
    background-position: center left 0.5rem;
  }
}
.p-top__close {
  font-size: 2rem;
  line-height: 1.8;
  padding-block: 2.3rem;
  padding-inline: 4rem;
  text-align: center;
  border-radius: 4.2rem;
  border: 1px solid #bdcad6;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top__close {
    font-size: 1.6rem;
    border-radius: 2rem;
    padding-inline: 2rem;
    padding-block: 1.9rem;
  }
}
.p-top__about {
  position: relative;
  z-index: 2;
  padding-top: 6.6rem;
  padding-bottom: 18rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__about {
    padding-top: 3rem;
    padding-bottom: 11.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about-title img {
    width: 22.7rem;
  }
}
.p-top__about-lead {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.7;
  margin-top: 4.8rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top__about-lead {
    font-size: 2rem;
    margin-top: 2.8rem;
    margin-bottom: 1.8rem;
  }
}
.p-top__about-content {
  margin-left: auto;
  margin-top: -5.9090909091%;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-top__about-content {
    margin-top: 2rem;
    width: 100%;
  }
}
.p-top__about-desc {
  margin-bottom: 3.2rem;
  font-weight: 400;
}
.p-top__about-circle {
  position: absolute;
  rotate: 28deg;
  top: 2.5rem;
  left: calc(50% - 22rem);
  z-index: -1;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-top__about-circle {
    width: 158rem;
    top: -11rem;
    left: 7rem;
  }
}
.p-top__business {
  padding-top: 11.8rem;
  padding-bottom: 18rem;
  background-color: #f2f3f4;
  border-radius: 6rem 6rem 0 0;
  margin-top: -6rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top__business {
    padding-top: 7.8rem;
    padding-bottom: 11.8rem;
    border-radius: 4rem 4rem 0 0;
    margin-top: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__business-title {
    width: 32.4rem;
  }
}
.p-top__business-lead {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.7;
  margin-top: 4.8rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-top__business-lead {
    font-size: 2rem;
    margin-right: -1rem;
    margin-bottom: 2.8rem;
    margin-top: 3rem;
  }
}
.p-top__business-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top__business-list {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
    margin-bottom: 3.8rem;
  }
}
.p-top__business-item img {
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__business-item img {
    border-radius: 1rem;
  }
}
.p-top__business-item h3 {
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.3;
  color: var(--sub-text-color);
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top__business-item h3 {
    font-size: 2rem;
    margin-top: 2.2rem;
    margin-bottom: 1rem;
  }
}
.p-top__business-item p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top__business-item p {
    margin-top: 1rem;
  }
}
.p-top__business-button {
  display: flex;
  justify-content: center;
}
.p-top__products {
  background-color: #99a1b4;
  background-image: url(../image/top/products-bg-dots.svg);
  background-position: top 4rem left;
  background-repeat: repeat;
  padding-top: 12rem;
  padding-bottom: 12rem;
  margin-top: -6rem;
  position: relative;
  z-index: 4;
  border-radius: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top__products {
    padding-top: 7.4rem;
    margin-top: -4rem;
    border-radius: 4rem;
    padding-bottom: 6.5rem;
  }
}
.p-top__products-title {
  display: flex;
  align-items: center;
  column-gap: 6.6rem;
  color: #fff;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__products-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__products-title h2 {
    width: 22rem;
  }
}
.p-top__products-lead {
  flex: 1;
  padding-left: 6.2rem;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top__products-lead {
    padding-left: 0;
    margin-top: 2rem;
    padding-top: 2.6rem;
    border-top: 1px solid #fff;
    border-left: none;
  }
}
.p-top__products-close {
  color: #fff;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top__products-close {
    margin-top: 3.8rem;
  }
}
.p-top__products-button {
  display: flex;
  justify-content: center;
}
.p-top__products-slider .splide__arrow {
  width: 6.6rem;
  height: 6.6rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: none;
  border-radius: 0;
  top: 11rem;
  transform: none;
}
@media screen and (max-width: 767px) {
  .p-top__products-slider .splide__arrow {
    width: 3.6rem;
    height: 3.6rem;
    top: 8rem;
  }
}
.p-top__products-slider .splide__arrow.splide__arrow--prev {
  rotate: -135deg;
  left: auto;
  right: calc(50% + 30rem);
}
@media screen and (max-width: 767px) {
  .p-top__products-slider .splide__arrow.splide__arrow--prev {
    right: auto;
    left: 2.9rem;
  }
}
.p-top__products-slider .splide__arrow.splide__arrow--next {
  rotate: 45deg;
  left: calc(50% + 30rem);
}
@media screen and (max-width: 767px) {
  .p-top__products-slider .splide__arrow.splide__arrow--next {
    left: auto;
    right: 2.9rem;
  }
}
.p-top__products-slider .splide__arrow svg {
  width: 0;
  height: 0;
}
.p-top__products-slide {
  color: #fff;
}
.p-top__products-slide:not(.is-active) .p-top__products-text {
  opacity: 0;
}
.p-top__products-slide:not(.is-active) .p-top__products-image {
  filter: blur(0.8rem) drop-shadow(10rem 10rem 5rem rgba(0, 0, 0, 0.16));
  scale: 0.7;
}
.p-top__products-image {
  width: 36.3rem;
  display: block;
  margin-inline: auto;
  filter: drop-shadow(10rem 10rem 5rem rgba(0, 0, 0, 0.16));
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .p-top__products-image {
    width: 22.7rem;
  }
}
.p-top__products-text {
  transition: 300ms;
}
.p-top__products-name {
  margin-top: 3.9rem;
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top__products-name {
    font-size: 1.8rem;
  }
}
.p-top__products-desc {
  margin-top: 1.8rem;
  text-align: left;
}
.p-top__products-inner {
  position: relative;
}
.p-top__products-bg-text {
  position: absolute;
  left: 0;
  top: 4.5rem;
  height: 15.7rem;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top__products-bg-text {
    height: 8.1rem;
  }
}
.p-top__products-bg-text img {
  max-width: none;
  padding-inline: 5.9rem;
  animation: loopAnimation linear infinite;
  animation-duration: 60s;
  will-change: transform;
}
.p-top__lower {
  background-color: #d2d8e2;
  margin-top: -6rem;
}
@media screen and (max-width: 767px) {
  .p-top__lower {
    margin-top: -4rem;
  }
}
.p-top__news {
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-top__news {
    padding-top: 12rem;
  }
}
.p-top__news-inner {
  display: flex;
  justify-content: space-between;
  column-gap: 7.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__news-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-top__news-title {
    width: 13rem;
  }
}
.p-top__news-img01 {
  position: absolute;
  width: 50.1rem;
  position: absolute;
  top: -3.2rem;
  right: -28rem;
  animation: fluffy_1 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .p-top__news-img01 {
    width: 30.2rem;
    top: -14.4rem;
    right: -14.4rem;
  }
}
.p-top__news-img02 {
  position: absolute;
  width: 29.2rem;
  position: absolute;
  bottom: 8rem;
  left: -13rem;
  animation: fluffy_2 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .p-top__news-img02 {
    width: 28rem;
    bottom: -10.4rem;
    left: -9.2rem;
  }
}
.p-top__news-nav {
  width: 26.2rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__news-nav {
    display: contents;
  }
}
.p-top__news-button {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-top__news-button {
    margin-top: 3.6rem;
  }
}
.p-top__news-button .p-top__button {
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__news-button .p-top__button {
    min-width: 21.9rem;
  }
}
.p-top__news-banner {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top__news-banner {
    order: 2;
    margin-top: 5rem;
    width: 26.2rem;
    margin-inline: auto;
    row-gap: 1rem;
  }
}
.p-top__news-banner a {
  box-shadow: 0px 1rem 1rem rgba(4, 92, 211, 0.12);
}
.p-top__catalog {
  mix-blend-mode: normal;
  padding-top: 6rem;
  padding-bottom: 12rem;
}
.p-top__catalog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6rem;
}
.p-top__catalog-item {
  border-radius: 1rem;
  background-color: var(--sub-text-color);
  border: 1px solid var(--sub-text-color);
  min-height: 32.2rem;
  color: #fff;
}
.p-top__catalog-item.is-contact {
  background-color: transparent;
  color: var(--sub-text-color);
}
.p-top__catalog-item.is-contact a::after {
  background-color: var(--sub-text-color);
}
.p-top__catalog-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2.3rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}
.p-top__catalog-item a::after {
  content: "";
  width: 4.9rem;
  height: 4.4rem;
  background-image: url(../image/top/news-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  background-color: var(--base-text-color);
  border-radius: 0.5rem;
}

.p-products__form-inner {
  background-color: rgba(121, 135, 160, 0.22);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding-inline: 5.2rem 7.8rem;
  padding-block: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-products__form-inner {
    flex-wrap: wrap;
    padding-inline: 1.7rem;
    padding-block: 1.5rem 1.9rem;
  }
}
.p-products__form-title {
  color: #fff;
  margin-right: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-products__form-title {
    width: 100%;
    text-align: center;
    margin-right: 0;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.p-products__form-input {
  background-color: #fff;
  border-radius: 0.3rem;
  flex: 1;
  padding-block: 0.6rem;
  padding-inline: 1rem;
  color: var(--base-text-color);
}
@media screen and (max-width: 767px) {
  .p-products__form-input {
    box-shadow: 0px 0.3rem 1rem #bbc7dd;
  }
}
.p-products__form-button {
  background-color: var(--sub-text-color);
  width: 7.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
  margin-left: 0.5rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-products__form-button {
    width: 5rem;
  }
}
.p-products__heading {
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.444;
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .p-products__heading {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 1.8rem;
    align-items: center;
  }
}
.p-products__heading::before, .p-products__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.p-products__heading::before {
  background-color: var(--sub-text-color);
  width: 7.4rem;
  z-index: 2;
}
.p-products__heading::after {
  background-color: #fff;
  width: 100%;
}
.p-products__heading span {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-products__heading span {
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-align: right;
  }
}
.p-products__search {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-products__search {
    padding-top: 6rem;
  }
}
.p-products__search-outer {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-products__search-outer {
    padding-bottom: 8rem;
  }
}
.p-products__search-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  column-gap: 4.7rem;
  row-gap: 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-products__search-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    column-gap: 1.5rem;
  }
}
.p-products__search-list.is-5column {
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  column-gap: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-products__search-list.is-5column {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    column-gap: 1.5rem;
  }
}
.p-products__search-list.is-3column {
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  column-gap: 3.9rem;
  row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-products__search-list.is-3column {
    row-gap: 2rem;
    column-gap: 1.5rem;
    row-gap: 3rem;
  }
}
.p-products__search-item figure {
  aspect-ratio: 235/180;
  border-radius: 1rem;
  background: linear-gradient(#f2f3f4 0%, #e5eaef 100%);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-products__search-item figure img {
  filter: drop-shadow(2rem 2rem 2rem rgba(0, 0, 0, 0.16));
  max-height: 80%;
  transition: 300ms ease-out;
}
.p-products__search-item a {
  transition: 300ms ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-products__search-item a:hover {
    color: var(--sub-text-color);
  }
  .p-products__search-item a:hover img {
    opacity: 0.7;
  }
}
.p-products__search-list.is-5column .p-products__search-item figure {
  aspect-ratio: 188/144;
}
.p-products__search-industry h3 {
  font-weight: 500;
  font-size: 2.3rem;
  margin-bottom: 2rem;
  line-height: 1.47;
  color: var(--sub-text-color);
}
@media screen and (max-width: 767px) {
  .p-products__search-industry h3 {
    font-size: 1.8rem;
  }
}
.p-products__search-industry ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.p-products__search-industry ul > li a {
  display: block;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 0.5rem 1rem rgba(4, 92, 211, 0.07);
  padding-inline: 2.3rem 4rem;
  padding-block: 0.8rem;
  position: relative;
  transition: 300ms ease-out;
}
@media screen and (max-width: 767px) {
  .p-products__search-industry ul > li a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-products__search-industry ul > li a:hover {
    color: #fff;
    background-color: var(--sub-text-color);
  }
  .p-products__search-industry ul > li a:hover::after {
    background-color: #fff;
  }
}
.p-products__search-industry ul > li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  mask-image: url(../image/common/icon-arrow-navy.svg);
  background-color: var(--base-text-color);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.4rem;
  aspect-ratio: 1;
  transition: 300ms ease-out;
}
@media screen and (max-width: 767px) {
  .p-products__search-industry ul > li a::after {
    right: 1rem;
  }
}
.p-products__lineup {
  padding-bottom: 12rem;
  padding-top: 10rem;
  background-color: #f2f3f4;
  border-radius: 6rem;
}
@media screen and (max-width: 767px) {
  .p-products__lineup {
    border-radius: 4rem;
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}
.p-products__lineup-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  column-gap: 4.7rem;
  row-gap: 4rem;
  margin-bottom: 7.1rem;
}
@media screen and (max-width: 767px) {
  .p-products__lineup-list {
    row-gap: 2rem;
    margin-bottom: 4rem;
  }
}
.p-products__lineup-item a {
  transition: 300ms ease-out;
}
@media screen and (max-width: 767px) {
  .p-products__lineup-item a {
    display: flex;
    column-gap: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-products__lineup-item a:hover {
    color: var(--sub-text-color);
  }
  .p-products__lineup-item a:hover img {
    opacity: 0.7;
  }
}
.p-products__lineup-figure {
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 235/180;
  margin-bottom: 1.5rem;
  transition: 300ms ease-out;
}
@media screen and (max-width: 767px) {
  .p-products__lineup-figure {
    width: 16rem;
    margin-bottom: 0;
  }
}
.p-products__lineup-figure img {
  filter: drop-shadow(2rem 2rem 2rem rgba(0, 0, 0, 0.16));
  max-height: 100%;
  transition: 300ms ease-out;
}
@media screen and (max-width: 767px) {
  .p-products__lineup-text {
    flex: 1;
  }
}
.p-products__lineup-name {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-products__lineup-name {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.p-products__lineup-tag {
  display: flex;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-products__lineup-tag {
    row-gap: 1.2rem;
  }
}
.p-products__lineup-tag > li {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  padding-block: 0.2rem;
  padding-inline: 1rem;
  background-color: #a6b1c4;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .p-products__lineup-tag > li {
    padding-block: 0;
  }
}
.p-products__detail-inner {
  display: flex;
  column-gap: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-products__detail-inner {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.p-products__detail-slider {
  flex: 1;
  border-radius: 2rem;
  background: linear-gradient(#f2f3f4 0%, #e5eaef 100%);
}
.p-products__detail-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-products__detail-slide {
    padding-block: 4rem;
  }
}
.p-products__detail-track {
  height: 100%;
}
.p-products__detail-image {
  width: 29.1rem;
  display: block;
  margin-inline: auto;
  filter: drop-shadow(5rem 5rem 5rem rgba(230, 174, 174, 0.16));
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .p-products__detail-image {
    width: 20rem;
  }
}
.p-products__detail-text {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-products__detail-text {
    width: 100%;
  }
}
.p-products__detail-text h3 {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.44;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-products__detail-text h3 {
    font-size: 2.4rem;
    line-height: 4.1rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
}
.p-products__detail-text ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
  padding-right: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-products__detail-text ul {
    padding-right: 0;
    margin-bottom: 3.2rem;
  }
}
.p-products__detail-text ul > li {
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  background-color: #a6b1c4;
  border-radius: 40rem;
}
.p-products__detail-text p {
  font-weight: 400;
  margin-bottom: 3rem;
}
.p-products__detail-arrows {
  display: flex;
  column-gap: 1.6rem;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-products__detail-arrows {
    order: -1;
  }
}
.p-products__detail-arrow {
  display: block;
  line-height: 1;
  background-color: var(--base-text-color);
  border-radius: 0.5rem;
  transition: 300ms;
}
.p-products__detail-arrow.is-prev {
  scale: -1 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-products__detail-arrow:hover {
    background-color: var(--sub-text-color);
  }
}
.p-products__detail-title {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.44;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-products__detail-title {
    font-size: 2.4rem;
    line-height: 4.1rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
}
.p-products__data {
  padding-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-products__data {
    padding-top: 4rem;
  }
}
.p-products__data-inner {
  display: grid;
  grid-template-columns: 20rem 1fr;
  column-gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-products__data-inner {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
}
.p-products__data-info {
  display: grid;
  grid-template-columns: 16.6rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-products__data-info {
    display: flex;
    flex-direction: column;
  }
}
.p-products__data-info dt {
  font-weight: 500;
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  padding-right: 3.6rem;
  padding-block: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-products__data-info dt {
    padding-block: 1.6rem 0.3rem;
    border-bottom: none;
  }
}
.p-products__data-info dd {
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding-block: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-products__data-info dd {
    padding-block: 0 1.6rem;
  }
}
.p-products__data-caution {
  margin-top: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-products__data-caution {
    margin-top: 1.6rem;
  }
}
.p-products__data-buttons {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-products__data-buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 5.5rem;
    row-gap: 1.6rem;
  }
}
.p-products__data-title {
  font-family: var(--english-font-family);
  font-size: 4.4rem;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-products__data-title {
    font-size: 3rem;
  }
}

.p-news__detail-header {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news__detail-header {
    margin-bottom: 4rem;
  }
}
.p-news__detail-header h1 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news__detail-header h1 {
    font-size: 2.5rem;
  }
}
.p-news__detail-header time {
  font-family: "Michroma", serif;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: left;
  color: var(--sub-text-color);
  line-height: 1;
  margin-bottom: 0.9rem;
  transition: 300ms;
}
.p-news__detail-buttons {
  margin-top: 8rem;
}
.p-news__detail-buttons .c-button {
  margin-inline: auto;
}

.p-history__table tr td:first-child {
  width: 200px;
}

.p-outline__table tr td:first-child {
  width: 200px;
}

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