@charset "UTF-8";
/*----------▼▼ Reboot ▼▼----------*/
/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a, button {
  cursor: revert;
}

menu, ol, ul {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*----------▲▲ Reboot ▲▲----------*/
/*----------▼▼ base ▼▼----------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
  overflow: auto;
  font-size: 100%;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, span, table, thead, tbody, tfoot, th, td, header, footer, main, section, article, aside, nav {
  box-sizing: border-box;
  line-height: 1.8;
}

body {
  margin: 0;
  text-align: left;
  background-color: #FFF;
  color: #333333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  body {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
main {
  position: relative;
  z-index: 10;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 10px;
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #295CAA;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]) hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 7.5px;
  padding-top: 0.75rem;
  padding-bottom: 7.5px;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

th, td {
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus-visible {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*----------▲▲ base ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
:root {
  --header-h: 90px;
  scroll-padding-top: var(--header-h);
}

@media screen and (max-width: 767px) {
  :root {
    --header-h: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
main {
  padding-top: var(--header-h);
}
.home main {
  padding-top: 0;
}

@keyframes goma-dot-open {
  0% {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: rotate(0deg);
  }
  50% {
    width: 3px;
    height: 36px;
    border-radius: 0;
    transform: rotate(0deg);
  }
  100% {
    width: 3px;
    height: 36px;
    border-radius: 0;
    transform: rotate(90deg);
  }
}
@keyframes goma-dot-close {
  0% {
    width: 3px;
    height: 36px;
    border-radius: 0;
    transform: rotate(90deg);
  }
  50% {
    width: 3px;
    height: 36px;
    border-radius: 0;
    transform: rotate(0deg);
  }
  100% {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: rotate(0deg);
  }
}
@keyframes goma-dot-outer-close {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes goma-dot-open {
    0% {
      width: clamp(2.5032594524px, 0px + 0.7822685789vw, 6px);
      height: clamp(2.5032594524px, 0px + 0.7822685789vw, 6px);
      border-radius: 50%;
      transform: rotate(0deg);
    }
    50% {
      width: clamp(2.5032594524px, 0px + 0.7822685789vw, 6px);
      height: clamp(15.0195567145px, 0px + 4.6936114733vw, 36px);
      border-radius: 0;
      transform: rotate(0deg);
    }
    100% {
      width: clamp(2.5032594524px, 0px + 0.7822685789vw, 6px);
      height: clamp(15.0195567145px, 0px + 4.6936114733vw, 36px);
      border-radius: 0;
      transform: rotate(90deg);
    }
  }
  @keyframes goma-dot-close {
    0% {
      width: clamp(2.5032594524px, 0px + 0.7822685789vw, 6px);
      height: clamp(15.0195567145px, 0px + 4.6936114733vw, 36px);
      border-radius: 0;
      transform: rotate(90deg);
    }
    50% {
      width: clamp(2.5032594524px, 0px + 0.7822685789vw, 6px);
      height: clamp(15.0195567145px, 0px + 4.6936114733vw, 36px);
      border-radius: 0;
      transform: rotate(0deg);
    }
    100% {
      width: clamp(2.5032594524px, 0px + 0.7822685789vw, 6px);
      height: clamp(2.5032594524px, 0px + 0.7822685789vw, 6px);
      border-radius: 50%;
      transform: rotate(0deg);
    }
  }
}
.l-headerFv {
  width: 100%;
  height: var(--header-h);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-headerFv__inner {
  width: 100%;
  height: 100%;
  padding: 0 calc(var(--header-h) + 26px) 0 45px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 1280px) {
  .l-headerFv__inner {
    padding: 0 114px 0 24px;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-headerFv__inner {
    padding: 0 calc(var(--header-h) + clamp(11.6818774446px, 0px + 3.6505867014vw, 28px)) 0 5vw;
    gap: 0;
  }
}
.l-headerFv__logo {
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}
.l-headerFv__logo a {
  display: flex;
  transition: opacity 0.3s;
}
.l-headerFv__logo img {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .l-headerFv__logo img {
    width: clamp(143.520208605px, 0px + 44.850065189vw, 344px);
  }
}
.l-headerFv__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-self: stretch;
}
@media screen and (max-width: 1024px) {
  .l-headerFv__nav {
    display: none;
  }
}
.l-headerFv__list {
  display: flex;
  align-items: stretch;
}
.l-headerFv__item {
  position: relative;
}
.l-headerFv__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #FFF;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-headerFv__item:hover::after {
    opacity: 1;
  }
}
.l-headerFv__item:has(.is-active)::after {
  opacity: 1;
}
.l-headerFv__item a {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .l-headerFv__item a {
    font-size: 12px;
    padding: 0 12px;
  }
}
@media (hover: hover) {
  .l-headerFv__item a:hover {
    opacity: 0.7;
  }
}
.l-headerFv__itemBtn {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 20px;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .l-headerFv__itemBtn {
    font-size: 12px;
    padding: 0 12px;
  }
}
@media (hover: hover) {
  .l-headerFv__itemBtn:hover {
    opacity: 0.7;
  }
}
.l-headerFv__itemBtn.is-active .l-headerFv__itemArrow {
  transform: rotate(180deg);
}
.l-headerFv__itemArrow {
  display: block;
  flex-shrink: 0;
  transition: transform 0.3s;
  opacity: 0.75;
}
@media screen and (max-width: 1280px) {
  .l-headerFv__itemArrow {
    transform: scale(0.8);
  }
}
.l-headerFv__externalIcon {
  display: block;
  flex-shrink: 0;
  opacity: 0.75;
}
@media screen and (max-width: 1280px) {
  .l-headerFv__externalIcon {
    transform: scale(0.8);
  }
}
.l-headerFv__icons {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .l-headerFv__icons {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-headerFv__icons {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.l-headerFv__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: 0.3s;
}
.l-headerFv__icon img {
  display: block;
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .l-headerFv__icon img {
    width: clamp(18.3572359844px, 0px + 5.7366362451vw, 44px);
    height: clamp(18.3572359844px, 0px + 5.7366362451vw, 44px);
    margin: 0;
  }
}
.l-headerFv__icon span {
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-headerFv__icon span {
    display: none;
  }
}
@media (hover: hover) {
  .l-headerFv__icon:hover {
    opacity: 0.7;
  }
}
.l-headerFv__search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-headerFv__search {
    width: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    height: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    margin: 0;
  }
}
.l-headerFv__search img {
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .l-headerFv__search:hover {
    opacity: 0.7;
  }
}

.l-header {
  width: 100%;
  height: var(--header-h);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
}
.l-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(15px);
  pointer-events: none;
}
.l-header.is-visible {
  visibility: visible;
}
.l-headerMega.is-active {
  visibility: visible;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 calc(var(--header-h) + 26px) 0 45px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: auto;
}
@media screen and (max-width: 1280px) {
  .l-header__inner {
    padding: 0 114px 0 24px;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 calc(var(--header-h) + clamp(11.6818774446px, 0px + 3.6505867014vw, 28px)) 0 5vw;
    gap: 0;
  }
}
.l-header__logo {
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}
.l-header__logo a {
  display: flex;
  transition: opacity 0.3s;
}
.l-header__logo img {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: clamp(143.520208605px, 0px + 44.850065189vw, 344px);
  }
}
.l-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-self: stretch;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__list {
  display: flex;
  align-items: stretch;
}
.l-header__item {
  position: relative;
}
.l-header__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #173974;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-header__item:hover::after {
    opacity: 1;
  }
}
.l-header__item:has(.is-active)::after {
  opacity: 1;
}
.l-header__item a {
  color: #404041;
  font-size: 15px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1280px) {
  .l-header__item a {
    font-size: 12px;
    padding: 0 12px;
  }
}
@media (hover: hover) {
  .l-header__item a:hover {
    opacity: 0.7;
  }
}
.l-header__itemBtn {
  color: #404041;
  font-size: 15px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 20px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1280px) {
  .l-header__itemBtn {
    font-size: 12px;
    padding: 0 12px;
  }
}
@media (hover: hover) {
  .l-header__itemBtn:hover {
    opacity: 0.7;
  }
}
.l-header__itemBtn.is-active .l-header__itemArrow {
  transform: rotate(180deg);
}
.l-header__itemArrow {
  display: block;
  flex-shrink: 0;
  transition: transform 0.3s;
  filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(700%) hue-rotate(203deg) brightness(78%) contrast(103%);
}
@media screen and (max-width: 1280px) {
  .l-header__itemArrow {
    transform: scale(0.8);
  }
}
.l-header__externalIcon {
  display: block;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(700%) hue-rotate(203deg) brightness(78%) contrast(103%);
}
@media screen and (max-width: 1280px) {
  .l-header__externalIcon {
    transform: scale(0.8);
  }
}
.l-header__icons {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .l-header__icons {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__icons {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.l-header__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: opacity 0.3s;
}
.l-header__icon img {
  display: block;
  margin: 5px 0;
  filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(700%) hue-rotate(203deg) brightness(78%) contrast(103%);
}
@media screen and (max-width: 767px) {
  .l-header__icon img {
    width: clamp(18.3572359844px, 0px + 5.7366362451vw, 44px);
    height: clamp(18.3572359844px, 0px + 5.7366362451vw, 44px);
    margin: 0;
  }
}
.l-header__icon span {
  color: #173974;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header__icon span {
    display: none;
  }
}
@media (hover: hover) {
  .l-header__icon:hover {
    opacity: 0.7;
  }
}
.l-header__search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__search {
    width: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    height: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    margin: 0;
  }
}
.l-header__search img {
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .l-header__search:hover {
    opacity: 0.7;
  }
}
.l-headerGoma {
  position: fixed;
  top: 0;
  right: 0;
  width: 880px;
  max-width: 100vw;
  max-height: 100dvh;
  background-color: #FFF;
  border-bottom-left-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateX(20px);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 102;
}
@media screen and (max-width: 767px) {
  .l-headerGoma {
    width: 90vw;
    border-bottom-left-radius: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.l-headerGoma.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.l-headerGoma__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 101;
}
.l-headerGoma__overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
.l-headerGoma__overlayLogo {
  position: absolute;
  left: 45px;
  top: 0;
  height: var(--header-h);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__overlayLogo {
    display: none;
  }
}
.l-headerGoma__overlayLogo img {
  display: block;
  height: 20px;
  width: 190px;
}
.l-headerGoma__inner {
  padding: 132px 80px 80px;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__inner {
    padding: calc(var(--header-h) + clamp(16.6883963494px, 0px + 5.2151238592vw, 40px)) 0 clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
    position: relative;
  }
}
.l-headerGoma__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__logo {
    display: block;
    position: absolute;
    top: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    left: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
  .l-headerGoma__logo a {
    display: flex;
  }
  .l-headerGoma__logo img {
    display: block;
    width: clamp(143.520208605px, 0px + 44.850065189vw, 344px);
    height: clamp(15.0195567145px, 0px + 4.6936114733vw, 36px);
  }
}
.l-headerGoma__nav {
  display: flex;
  gap: 48px;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.l-headerGoma__row {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__row {
    display: contents;
  }
}
.l-headerGoma__col {
  width: calc((100% - 96px) / 2);
}
@media screen and (max-width: 767px) {
  .l-headerGoma__col {
    width: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #85adf0;
  }
}
@media screen and (max-width: 767px) {
  .l-headerGoma__row:first-child .l-headerGoma__col:first-child {
    grid-column: 1/-1;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
  }
  .l-headerGoma__row:first-child .l-headerGoma__col:first-child.is-open {
    padding-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
  .l-headerGoma__row:first-child .l-headerGoma__col:first-child .l-headerGoma__mainLink {
    min-height: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
    align-items: center;
  }
  .l-headerGoma__row:first-child .l-headerGoma__col:nth-child(2), .l-headerGoma__row:nth-child(2) .l-headerGoma__col:nth-child(1), .l-headerGoma__row:nth-child(2) .l-headerGoma__col:nth-child(3), .l-headerGoma__row:nth-child(3) .l-headerGoma__col:nth-child(2) {
    border-right: 1px solid #85adf0;
  }
  .l-headerGoma__row:first-child .l-headerGoma__col:nth-child(3), .l-headerGoma__row:nth-child(2) .l-headerGoma__col:nth-child(2), .l-headerGoma__row:nth-child(3) .l-headerGoma__col:nth-child(1), .l-headerGoma__row:nth-child(3) .l-headerGoma__col:nth-child(3) {
    border-left: 1px solid #85adf0;
  }
}
.l-headerGoma__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #173974;
    font-weight: 700;
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
    width: 100%;
    height: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
    padding: 0 clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    cursor: pointer;
  }
}
.l-headerGoma__mainLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #173974;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__mainLink {
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
    width: 100%;
    height: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
    padding: 0 clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
@media (hover: hover) {
  .l-headerGoma__mainLink:hover {
    opacity: 0.7;
  }
  .l-headerGoma__mainLink:hover .l-headerGoma__arrow {
    transform: translateX(5px);
  }
}
.l-headerGoma__arrow {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: auto;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__arrow {
    width: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.l-headerGoma__toggleArrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__toggleArrow {
    display: block;
    flex-shrink: 0;
    width: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    height: auto;
    filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(700%) hue-rotate(203deg) brightness(78%) contrast(103%);
    transform: rotate(-90deg);
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .l-headerGoma__row:first-child .l-headerGoma__col:first-child .l-headerGoma__mainLink {
    display: none;
  }
  .l-headerGoma__row:first-child .l-headerGoma__col:first-child.is-open .l-headerGoma__toggleArrow {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 767px) {
  .l-headerGoma__subListWrap {
    background-color: #DBE7FB;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-headerGoma__subListInner {
    padding: 0 clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
    overflow: hidden;
    min-height: 0;
    padding: 0 clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .l-headerGoma__row:first-child .l-headerGoma__col:first-child.is-open .l-headerGoma__subListWrap {
    grid-template-rows: 1fr;
  }
}
.l-headerGoma__subList {
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  row-gap: clamp(3.2914285714px, 0px + 0.4285714286vw, 6px);
}
@media screen and (max-width: 767px) {
  .l-headerGoma__subList {
    display: none;
    margin-top: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    gap: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.l-headerGoma__subList li {
  width: 100%;
  color: #404041;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__subList li {
    width: calc((100% - clamp(20.0260756193px, 0px + 6.258148631vw, 48px)) / 2);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.l-headerGoma__subList li a {
  color: #404041;
  display: block;
  white-space: nowrap;
  transition: 0.3s;
}
@media (hover: hover) {
  .l-headerGoma__subList li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-headerGoma__subListInner .l-headerGoma__subList {
    display: flex;
  }
}
.l-headerGoma__subAll {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__subAll {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    margin-top: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    color: #173974;
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    font-weight: 700;
    transition: 0.3s;
  }
}
@media (hover: hover) {
  .l-headerGoma__subAll:hover {
    opacity: 0.7;
  }
}
.l-headerGoma__subAll img {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__subAll img {
    width: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.l-headerGoma__smallLinks {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  gap: 8px 50px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__smallLinks {
    grid-template-columns: 1fr 1fr;
    margin-top: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-headerGoma__smallLinks li {
    padding: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.l-headerGoma__smallLinks li a {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-headerGoma__smallLinks li a {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
@media (hover: hover) {
  .l-headerGoma__smallLinks li a:hover {
    opacity: 0.7;
  }
}
.l-headerMega {
  position: absolute;
  top: calc(100% + clamp(8.7771428571px, 0px + 1.1428571429vw, 16px));
  left: clamp(16.4571428571px, 0px + 2.1428571429vw, 30px);
  right: clamp(16.4571428571px, 0px + 2.1428571429vw, 30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s 0.25s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-headerMega {
    display: none;
  }
}
.l-headerMega.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.l-headerMega__panel {
  max-height: calc(100dvh - 90px - clamp(17.5542857143px, 0px + 2.2857142857vw, 32px));
  max-width: calc(1400px - clamp(32.9142857143px, 0px + 4.2857142857vw, 60px));
  margin: 0 auto;
  background-color: #FFF;
  border-radius: clamp(5.4857142857px, 0px + 0.7142857143vw, 10px);
  box-shadow: 0 clamp(5.4857142857px, 0px + 0.7142857143vw, 10px) clamp(10.9714285714px, 0px + 1.4285714286vw, 20px) rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.l-headerMega__head {
  display: flex;
  align-items: center;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  height: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  padding-left: clamp(27.9771428571px, 0px + 3.6428571429vw, 51px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
}
.l-headerMega__titGroup {
  display: flex;
  align-items: baseline;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
.l-headerMega__tit {
  color: #333;
  font-size: clamp(15.36px, 0px + 2vw, 28px);
  font-weight: 400;
  line-height: 1;
}
.l-headerMega__sub {
  color: #9f9f9f;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(9.8742857143px, 0px + 1.2857142857vw, 18px);
  letter-spacing: 0.2em;
  line-height: 1;
}
.l-headerMega__close {
  position: relative;
  flex-shrink: 0;
  width: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  height: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  background-color: #DFF0FF;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s;
}
.l-headerMega__close::before, .l-headerMega__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(11.52px, 0px + 1.5vw, 21px);
  height: 3px;
  background-color: #295CAA;
  border-radius: 1px;
}
.l-headerMega__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-headerMega__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .l-headerMega__close:hover {
    opacity: 0.6;
  }
}
.l-headerMega__listWrap {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.l-headerMega__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(15.36px, 0px + 2vw, 28px);
  row-gap: clamp(22.4914285714px, 0px + 2.9285714286vw, 41px);
  padding: clamp(24.1371428571px, 0px + 3.1428571429vw, 44px) clamp(27.9771428571px, 0px + 3.6428571429vw, 51px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
.l-headerMega__link {
  display: flex;
  gap: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
  height: 100%;
}
.l-headerMega__img {
  width: clamp(98.7428571429px, 0px + 12.8571428571vw, 180px);
  min-height: clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
  flex-shrink: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}
.l-headerMega__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  .l-headerMega__img:hover {
    opacity: 0.7;
  }
  .l-headerMega__img:hover img {
    transform: scale(1.2);
  }
}
.l-headerMega__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.l-headerMega__nameRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-headerMega__nameRow:hover {
    opacity: 0.7;
  }
  .l-headerMega__nameRow:hover .l-headerMega__arrow {
    transform: translateX(5px);
  }
}
.l-headerMega__name {
  color: #173974;
  font-size: clamp(7.68px, 0px + 1vw, 14px);
  font-weight: 700;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
  padding-right: clamp(4.3885714286px, 0px + 0.5714285714vw, 8px);
}
.l-headerMega__arrow {
  flex-shrink: 0;
  transition: transform 0.3s;
  width: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  height: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
}
.l-headerMega__subList {
  flex: 1;
}
.l-headerMega__subList li {
  color: #404041;
  font-size: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
  font-weight: 500;
  line-height: 1;
}
.l-headerMega__subList li + li {
  margin-top: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
}
.l-headerMega__subList li a {
  color: inherit;
  transition: opacity 0.3s;
  line-height: 1.2;
}
@media (hover: hover) {
  .l-headerMega__subList li a:hover {
    opacity: 0.7;
  }
}
.l-headerMega__more {
  display: block;
  color: #939598;
  font-size: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
  text-align: right;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-headerMega__more:hover {
    opacity: 0.7;
  }
}
.l-headerMega__all {
  color: #173974;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(9.8742857143px, 0px + 1.2857142857vw, 18px);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  margin-left: auto;
  transition: opacity 0.3s;
}
.l-headerMega__all img {
  width: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  height: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
  transition: transform 0.3s;
}
@media (hover: hover) {
  .l-headerMega__all:hover {
    opacity: 0.7;
  }
  .l-headerMega__all:hover img {
    transform: translateX(5px);
  }
}

.l-gomaBtn {
  position: fixed;
  top: 0;
  right: 0;
  width: var(--header-h);
  height: var(--header-h);
  background-color: #1964C2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  border: none;
  padding: 0;
  z-index: 103;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .l-gomaBtn {
    gap: clamp(3.7548891786px, 0px + 1.1734028683vw, 9px);
  }
}
@media (hover: hover) {
  .l-gomaBtn:hover {
    background-color: rgb(20.3424657534, 81.3698630137, 157.8575342466);
  }
}
.l-gomaBtn.is-active .l-gomaBtn__dot:first-child,
.l-gomaBtn.is-active .l-gomaBtn__dot:last-child {
  opacity: 0;
}
.l-gomaBtn.is-active .l-gomaBtn__dot:nth-child(2) {
  animation: goma-dot-open 0.5s ease forwards;
}
.l-gomaBtn.is-closing .l-gomaBtn__dot:first-child,
.l-gomaBtn.is-closing .l-gomaBtn__dot:last-child {
  animation: goma-dot-outer-close 0.2s 0.25s ease both;
}
.l-gomaBtn.is-closing .l-gomaBtn__dot:nth-child(2) {
  animation: goma-dot-close 0.5s ease both;
}
.l-gomaBtn__dot {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #FFF;
  border-radius: 50%;
  transition: width 0.25s, height 0.25s, transform 0.25s, border-radius 0.25s, opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .l-gomaBtn__dot {
    width: clamp(2.5032594524px, 0px + 0.7822685789vw, 6px);
    height: clamp(2.5032594524px, 0px + 0.7822685789vw, 6px);
  }
}
.l-gomaBtn.is-fvMode {
  position: absolute;
}

.l-header.is-visible ~ .l-gomaBtn {
  position: fixed;
}

html.is-gomaOpen .l-gomaBtn {
  right: var(--scrollbar-w, 0);
}

.l-headerSearch {
  position: fixed;
  top: var(--header-h);
  left: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.3s, transform 0.3s;
}
.l-headerSearch.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.l-headerSearch__bar {
  width: 100%;
  height: var(--header-h);
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5.5vw;
}
@media screen and (max-width: 767px) {
  .l-headerSearch__bar {
    height: clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
    padding: 0 5vw;
  }
}
.l-headerSearch__form {
  width: 100%;
  max-width: 1060px;
  height: 48px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .l-headerSearch__form {
    height: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.l-headerSearch__inputWrap {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-radius: 4px 0 0 4px;
  padding: 0 16px;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .l-headerSearch__inputWrap {
    padding: 0 clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.l-headerSearch__icon {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .l-headerSearch__icon {
    width: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    height: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.l-headerSearch__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 15px;
  color: #333333;
  line-height: 1;
}
.l-headerSearch__input::placeholder {
  color: #DBDBDB;
}
@media screen and (max-width: 767px) {
  .l-headerSearch__input {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.l-headerSearch__submit {
  width: 60px;
  flex-shrink: 0;
  background-color: #619CFF;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-headerSearch__submit {
    width: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
  .l-headerSearch__submit img {
    width: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    height: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
@media (hover: hover) {
  .l-headerSearch__submit:hover {
    opacity: 0.7;
  }
}

html.is-gomaOpen,
body.is-gomaOpen {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.l-pageTop {
  position: fixed;
  bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  right: 1vw;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(23, 57, 116, 0.8);
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 95;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 767px) {
  .l-pageTop {
    bottom: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    right: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    width: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
    height: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
  }
}
.l-pageTop img {
  transform: rotate(180deg);
  display: block;
  width: 12px;
  height: 7px;
  transition: transform 0.3s;
  visibility: inherit;
}
@media screen and (max-width: 767px) {
  .l-pageTop img {
    width: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    height: clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
  }
}
@media (hover: hover) {
  .l-pageTop:hover {
    opacity: 0.6;
  }
  .l-pageTop:hover img {
    transform: rotate(180deg) translateY(0.15em);
  }
}

.l-header.is-visible ~ .l-pageTop {
  visibility: visible;
}

/*----------▲▲ header ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.l-footer {
  position: relative;
  overflow: hidden;
  z-index: 90;
}
.l-footer::before, .l-footer::after {
  content: "";
  position: absolute;
  width: clamp(658.2857142857px, 0px + 85.7142857143vw, 1200px);
  height: 2px;
  background-color: #FFF;
  mix-blend-mode: overlay;
  right: -12vw;
  top: 50%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-footer::before, .l-footer::after {
    right: -245vw;
    width: clamp(1668.8396349413px, 0px + 521.5123859192vw, 4000px);
  }
}
.l-footer::before {
  transform: translateY(-50%) rotate(51.15deg);
}
.l-footer::after {
  transform: translateY(-50%) rotate(-51.15deg);
}
.l-footer__bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(2, 57, 148, 0.9), rgba(2, 57, 148, 0.9)), url("../../assets/img/common/footer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  z-index: -1;
}
.l-footer__cta {
  display: flex;
  background-color: rgba(55, 106, 189, 0.9);
}
@media screen and (max-width: 767px) {
  .l-footer__cta {
    flex-wrap: wrap;
  }
}
.l-footer__ctaItem {
  width: calc((100% - 3px) / 4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  padding: clamp(24.6857142857px, 0px + 3.2142857143vw, 45px) clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__ctaItem {
    width: calc((100% - 1px) / 2);
    flex-flow: column;
    gap: clamp(5.0065189048px, 0px + 1.5645371578vw, 12px);
    padding: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px) clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .l-footer__ctaItem:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .l-footer__ctaItem:nth-child(even) {
    border-right: none;
  }
}
.l-footer__ctaItem:last-child {
  border-right: none;
}
.l-footer__ctaItem img {
  flex-shrink: 0;
  width: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
  height: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px);
}
@media screen and (max-width: 767px) {
  .l-footer__ctaItem img {
    width: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
    height: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
@media (hover: hover) {
  .l-footer__ctaItem:hover {
    background-color: rgb(0, 1, 68);
  }
  .l-footer__ctaItem:hover .l-footer__ctaArrow {
    transform: translateX(5px);
  }
}
.l-footer__ctaCont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(93.2571428571px, 0px + 12.1428571429vw, 170px);
}
@media screen and (max-width: 767px) {
  .l-footer__ctaCont {
    width: 100%;
    justify-content: space-between;
  }
}
.l-footer__ctaLabel {
  color: #FFF;
  font-size: clamp(9.8742857143px, 0px + 1.2857142857vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__ctaLabel {
    display: inline-block;
    width: clamp(83.4419817471px, 0px + 26.075619296vw, 200px);
    text-align: center;
    font-size: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.l-footer__ctaArrow {
  width: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  height: clamp(8.2285714286px, 0px + 1.0714285714vw, 15px);
  background-image: url("../img/common/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__ctaArrow {
    width: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    height: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.l-footer__main {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.l-footer__inner {
  position: relative;
  z-index: 1;
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  display: flex;
  gap: clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 5vw;
    gap: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.l-footer__info {
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
  }
}
.l-footer__logo {
  display: block;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.l-footer__logo img {
  width: clamp(109.7142857143px, 0px + 14.2857142857vw, 200px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: clamp(166.8839634941px, 0px + 52.1512385919vw, 400px);
  }
}
.l-footer__address {
  margin: 0;
  color: #FFF;
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
  line-height: 1.857;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.l-footer__nav {
  padding: clamp(28.5257142857px, 0px + 3.7142857143vw, 52px) 0 clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(5.0065189048px, 0px + 1.5645371578vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__navCol {
    display: flex;
    gap: clamp(5.0065189048px, 0px + 1.5645371578vw, 12px) 8%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__navRow {
    width: 46%;
  }
}
.l-footer__navCol .l-footer__navRow + .l-footer__navRow {
  margin-top: clamp(0.8228571429rem, 0rem + 1.7142857143vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  .l-footer__navCol .l-footer__navRow + .l-footer__navRow {
    margin: 0;
  }
}
.l-footer__navHead {
  display: block;
  color: #FFF;
  font-size: clamp(0.48rem, 0rem + 1vw, 0.875rem);
  font-weight: 700;
  margin-bottom: clamp(0.2742857143rem, 0rem + 0.5714285714vw, 0.5rem);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-footer__navHead {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    font-weight: 400;
  }
}
.l-footer__navToggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__navToggle {
    display: block;
    width: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    height: clamp(0.4172099087rem, 0rem + 2.0860495437vw, 1rem);
    transform: rotateZ(-90deg);
  }
}
.l-footer__navArrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__navArrow {
    display: block;
    width: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
    height: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.l-footer__navList {
  display: flex;
  flex-flow: column;
  gap: clamp(4.3885714286px, 0px + 0.5714285714vw, 8px);
}
@media screen and (max-width: 767px) {
  .l-footer__navList {
    display: none;
  }
}
.l-footer__navList li {
  display: flex;
}
.l-footer__navList li a {
  display: inline-block;
  color: #FFF;
  font-size: clamp(0.4114285714rem, 0rem + 0.8571428571vw, 0.75rem);
  transition: 0.3s;
}
@media (hover: hover) {
  .l-footer__navList li a:hover {
    opacity: 0.7;
  }
}
.l-footer__bottom {
  position: relative;
  z-index: 1;
  padding: 0 clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    flex-direction: column-reverse;
    padding: 0 5vw clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
    gap: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.l-footer__bottomNav {
  display: flex;
  gap: clamp(16.4571428571px, 0px + 2.1428571429vw, 30px);
}
@media screen and (max-width: 767px) {
  .l-footer__bottomNav {
    gap: clamp(5.0065189048px, 0px + 1.5645371578vw, 12px) 8%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bottomLink {
    width: 46%;
  }
}
.l-footer__bottomLink a {
  color: #FFF;
  font-size: clamp(0.4457142857rem, 0rem + 0.9285714286vw, 0.8125rem);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__bottomLink a {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
@media (hover: hover) {
  .l-footer__bottomLink a:hover {
    opacity: 0.7;
  }
}
.l-footer__copy {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.3085714286rem, 0rem + 0.6428571429vw, 0.5625rem);
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}

/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ common ▼▼----------*/
html,
body {
  max-width: 100vw;
  overflow-x: clip;
}

body {
  overflow-y: visible;
}

html {
  scroll-behavior: smooth;
}

body {
  background-image: url("../img/common/content-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  body {
    background-position: calc(50% - 40vw) center;
  }
}

.l-inner {
  padding: 0 5.5vw;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 5vw;
  }
}

.l-10inner {
  padding: 0 5.5vw;
  max-width: calc(1000px + 11vw);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-10inner {
    padding: 0 5vw;
  }
}

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ cookie ▼▼----------*/
.c-cookieConsent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 150;
  bottom: -100px;
  left: calc(50% - 40vw);
  width: 80vw;
  background-color: rgb(255, 255, 255);
  padding: 16px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  visibility: visible;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent {
    display: block;
    bottom: -200px;
    padding: 20px 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
  }
}
.c-cookieConsent.is-show {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent.is-show {
    bottom: 30px;
  }
}
.c-cookieConsent__text {
  width: 90%;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__text {
    width: 100%;
    text-align: left;
  }
}
.c-cookieConsent__agree {
  font-size: 0.875rem;
  color: #333333;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cookieConsent__agree {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
  }
}
.c-cookieConsent__agree:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #173974;
}

.c-cookieConsent.is-ccHide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*----------▲▲ cookie ▲▲----------*/
/*----------▼▼ wysiwyg ▼▼----------*/
.c-wysiwyg {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
  margin: 0;
  padding: 0;
}
.c-wysiwyg h2 {
  font-weight: 700;
  font-size: 1.375rem;
  text-align: left;
  margin-top: 3rem;
  padding: 24px 0 24px 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h2 {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
    margin-top: clamp(1.6688396349rem, 0rem + 8.3441981747vw, 4rem);
    padding: clamp(15.0195567145px, 0px + 4.6936114733vw, 36px) 0 clamp(15.0195567145px, 0px + 4.6936114733vw, 36px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.c-wysiwyg h2::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #295CAA;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h2::before {
    width: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px);
  }
}
.c-wysiwyg h3 {
  font-weight: 700;
  font-size: 1.125rem;
  text-align: left;
  margin-bottom: -0.75rem;
  margin-top: 2rem;
  color: #173974;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h3 {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
    margin-bottom: calc(0px - clamp(0.5215123859rem, 0rem + 2.6075619296vw, 1.25rem));
    margin-top: clamp(1.6688396349rem, 0rem + 8.3441981747vw, 4rem);
  }
}
.c-wysiwyg h4 {
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: -1rem;
  margin-top: 2rem;
  color: #173974;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h4 {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    margin-bottom: calc(0px - clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem));
    margin-top: clamp(1.6688396349rem, 0rem + 8.3441981747vw, 4rem);
  }
}
.c-wysiwyg h5 {
  font-weight: normal;
  font-size: 0.75rem;
  margin-bottom: -1.25rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h5 {
    font-size: clamp(0.5215123859rem, 0rem + 2.6075619296vw, 1.25rem);
    margin-bottom: calc(0px - clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem));
    margin-top: clamp(1.6688396349rem, 0rem + 8.3441981747vw, 4rem);
  }
}
.c-wysiwyg h6 {
  font-weight: normal;
  font-size: 0.625rem;
  margin-bottom: -1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg h6 {
    font-size: clamp(0.4693611473rem, 0rem + 2.3468057366vw, 1.125rem);
    margin-bottom: calc(0px - clamp(1.0951760104rem, 0rem + 5.4758800522vw, 2.625rem));
    margin-top: clamp(1.6688396349rem, 0rem + 8.3441981747vw, 4rem);
  }
}
.c-wysiwyg p {
  font-weight: normal;
  font-size: 0.875rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg p {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    margin-top: clamp(1.6688396349rem, 0rem + 8.3441981747vw, 4rem);
  }
}
.c-wysiwyg a {
  font-weight: 700;
  text-decoration: underline;
  word-break: break-all;
}
.c-wysiwyg li {
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-left: 1.125rem;
}
.c-wysiwyg li + li {
  margin-top: 1rem;
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin-top: 2rem;
}
.c-wysiwyg ul li::before {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #333;
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg ul li::before {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.c-wysiwyg ol li:before {
  content: counter(n);
  counter-increment: n;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg ol li:before {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.c-wysiwyg img {
  max-width: 100%;
  height: auto;
  display: block;
}
.c-wysiwyg table {
  border-collapse: collapse;
  width: 96%;
  border-top: 1px solid #9F9F9F;
  margin: 2rem auto 0;
  background-color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.c-wysiwyg table tr {
  border-bottom: 1px solid #9F9F9F;
}
.c-wysiwyg table th,
.c-wysiwyg table td {
  font-size: 0.875rem;
  padding: 1em;
  border-left: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg table th,
  .c-wysiwyg table td {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.c-wysiwyg table th {
  font-weight: 500;
  color: #295CAA;
  width: 20%;
  background-color: #DBE7FB;
}
.c-wysiwyg dl {
  line-height: 2.4;
}
.c-wysiwyg dl dt {
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg dl dt {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.c-wysiwyg dl dd {
  font-weight: normal;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg dl dd {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.c-wysiwyg form {
  margin-top: 2rem;
}
.c-wysiwyg .wp-block-columns {
  margin-top: 2rem;
}
.c-wysiwyg #ez-toc-container {
  margin: 3rem 0;
  padding: 24px;
  min-width: 500px;
  border: none;
  border-radius: unset;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg #ez-toc-container {
    margin: clamp(2.5032594524rem, 0rem + 12.5162972621vw, 6rem);
  }
}
.c-wysiwyg #ez-toc-container a.ez-toc-toggle {
  padding: 0;
}
.c-wysiwyg #ez-toc-container .ez-toc-js-icon-con, .c-wysiwyg #ez-toc-container .ez-toc-toggle label {
  left: 0;
}
.c-wysiwyg .ez-toc-counter nav ul li {
  padding-left: 0;
}
.c-wysiwyg .ez-toc-counter nav ul li::before {
  content: none;
}
.c-wysiwyg .ez-toc-counter nav ul li a::before {
  content: counters(item, ".", decimal) ". ";
}
.c-wysiwyg #ez-toc-container a:visited {
  color: #295CAA;
}
.c-wysiwyg .col-2 {
  display: flex;
  gap: 4%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .col-2 {
    flex-flow: column;
    gap: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px);
  }
}
.c-wysiwyg .col-2 > * {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .col-2 > * {
    width: 100%;
  }
}
.c-wysiwyg .col-2 > * > :first-child {
  margin-top: 0;
}
.c-wysiwyg .col-3 {
  display: flex;
  gap: 2%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .col-3 {
    flex-flow: column;
    gap: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px);
  }
}
.c-wysiwyg .col-3 > * {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .col-3 > * {
    width: 100%;
  }
}
.c-wysiwyg .col-3 > * > :first-child {
  margin-top: 0;
}
.c-wysiwyg .col-4 {
  display: flex;
  gap: 1.6%;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .col-4 {
    flex-flow: column;
    gap: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px);
  }
}
.c-wysiwyg .col-4 > * {
  width: 23.8%;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .col-4 > * {
    width: 100%;
  }
}
.c-wysiwyg .col-4 > * > :first-child {
  margin-top: 0;
}
.c-wysiwyg .col-4 .button {
  margin-inline: 0;
}
.c-wysiwyg .mt-16 {
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .mt-16 {
    margin: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem) auto 0;
  }
}
.c-wysiwyg .mt-32 {
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .mt-32 {
    margin: clamp(1.6688396349rem, 0rem + 8.3441981747vw, 4rem) auto 0;
  }
}
.c-wysiwyg .mt-64 {
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .mt-64 {
    margin: clamp(3.1290743155rem, 0rem + 15.6453715776vw, 7.5rem) auto 0;
  }
}
.c-wysiwyg .card {
  width: 100%;
  background-color: #FFF;
  padding: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .card {
    padding: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px) 5vw;
  }
}
.c-wysiwyg .card.icon-longLife::before, .c-wysiwyg .card.icon-safety::before, .c-wysiwyg .card.icon-design::before {
  content: "";
  display: block;
  width: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  aspect-ratio: 1/1;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .card.icon-longLife::before, .c-wysiwyg .card.icon-safety::before, .c-wysiwyg .card.icon-design::before {
    width: clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.c-wysiwyg .card.icon-longLife::before {
  background-image: url("../../assets/img/products/icon-long-life.svg");
}
.c-wysiwyg .card.icon-safety::before {
  background-image: url("../../assets/img/products/icon-safety.svg");
}
.c-wysiwyg .card.icon-design::before {
  background-image: url("../../assets/img/products/icon-optimal-design.svg");
}
.c-wysiwyg .button {
  margin: 0 auto;
  min-width: clamp(131.6571428571px, 0px + 17.1428571429vw, 240px);
  background-color: #173974;
  color: #FFF;
  font-size: 0.875rem;
  text-align: center;
  padding: clamp(0.3428571429rem, 0rem + 0.7142857143vw, 0.625rem) clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  line-height: 1;
  text-decoration: none;
  border: 1px solid #173974;
  border-radius: 4px;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-wysiwyg .button:hover {
    background-color: #FFF;
    color: #173974;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .button {
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
    padding: clamp(0.5215123859rem, 0rem + 2.6075619296vw, 1.25rem) clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    border-radius: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px);
  }
}
.c-wysiwyg .button.icon-catalog, .c-wysiwyg .button.icon-faq, .c-wysiwyg .button.icon-contact, .c-wysiwyg .button.icon-partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .button.icon-catalog, .c-wysiwyg .button.icon-faq, .c-wysiwyg .button.icon-contact, .c-wysiwyg .button.icon-partner {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.c-wysiwyg .button.icon-catalog::after, .c-wysiwyg .button.icon-faq::after, .c-wysiwyg .button.icon-contact::after, .c-wysiwyg .button.icon-partner::after {
  content: "";
  flex-shrink: 0;
  background-color: currentColor;
}
.c-wysiwyg .button.icon-catalog::after {
  width: 0.875rem;
  height: 1.0625rem;
  -webkit-mask: url("../../assets/img/icon/icon-button-download.svg") center/contain no-repeat;
  mask: url("../../assets/img/icon/icon-button-download.svg") center/contain no-repeat;
}
.c-wysiwyg .button.icon-faq::after {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-mask: url("../../assets/img/icon/icon-button-question.svg") center/contain no-repeat;
  mask: url("../../assets/img/icon/icon-button-question.svg") center/contain no-repeat;
}
.c-wysiwyg .button.icon-contact::after {
  width: 1rem;
  height: 0.75rem;
  -webkit-mask: url("../../assets/img/icon/icon-button-mail.svg") center/contain no-repeat;
  mask: url("../../assets/img/icon/icon-button-mail.svg") center/contain no-repeat;
}
.c-wysiwyg .button.icon-partner::after {
  width: 1rem;
  height: 0.75rem;
  -webkit-mask: url("../../assets/img/icon/icon-button-arrow.svg") center/contain no-repeat;
  mask: url("../../assets/img/icon/icon-button-arrow.svg") center/contain no-repeat;
}
.c-wysiwyg .button.icon-partner {
  background-color: #FFF;
  color: #173974;
}
@media (hover: hover) {
  .c-wysiwyg .button.icon-partner:hover {
    background-color: #173974;
    color: #FFF;
  }
}
.c-wysiwyg .bg-blue {
  position: relative;
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) 0;
  margin: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) auto;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .bg-blue {
    padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0;
    margin: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) auto;
  }
}
.c-wysiwyg .bg-blue::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(2, 57, 148, 0.14);
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.c-wysiwyg .bg-blue > :first-child {
  margin-top: 0;
}
.c-wysiwyg .seo-1,
.c-wysiwyg .seo-2 {
  display: flex;
  align-items: center;
  width: 96%;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .seo-1,
  .c-wysiwyg .seo-2 {
    margin: clamp(1.6688396349rem, 0rem + 8.3441981747vw, 4rem) auto 0;
  }
}
.c-wysiwyg .seo-1__avatar,
.c-wysiwyg .seo-2__avatar {
  flex-shrink: 0;
  width: 4rem;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .seo-1__avatar,
  .c-wysiwyg .seo-2__avatar {
    width: clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
  }
}
.c-wysiwyg .seo-1__avatar img,
.c-wysiwyg .seo-2__avatar img {
  display: none;
}
.c-wysiwyg .seo-1__bubble,
.c-wysiwyg .seo-2__bubble {
  position: relative;
  flex: 1;
  background-color: #FFF;
  border-radius: 0.625rem;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .seo-1__bubble,
  .c-wysiwyg .seo-2__bubble {
    border-radius: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    padding: clamp(1.2516297262rem, 0rem + 6.258148631vw, 3rem) clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.c-wysiwyg .seo-1__bubble p,
.c-wysiwyg .seo-2__bubble p {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .seo-1__bubble p,
  .c-wysiwyg .seo-2__bubble p {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.c-wysiwyg .seo-1__bubble::after,
.c-wysiwyg .seo-2__bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
}
.c-wysiwyg .seo-1__avatar {
  margin-right: 1.125rem;
  background-image: url("../../assets/img/icon/icon-female.svg");
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .seo-1__avatar {
    margin-right: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.c-wysiwyg .seo-1__bubble::after {
  right: 100%;
  border-width: 0.5rem 0.75rem 0.5rem 0;
  border-color: transparent #FFF transparent transparent;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .seo-1__bubble::after {
    border-width: clamp(0.4172099087rem, 0rem + 2.0860495437vw, 1rem) clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem) clamp(0.4172099087rem, 0rem + 2.0860495437vw, 1rem) 0;
  }
}
.c-wysiwyg .seo-2__avatar {
  margin-left: 1.125rem;
  background-image: url("../../assets/img/icon/icon-male.svg");
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .seo-2__avatar {
    margin-left: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.c-wysiwyg .seo-2__bubble::after {
  left: 100%;
  border-width: 0.5rem 0 0.5rem 0.75rem;
  border-color: transparent transparent transparent #FFF;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .seo-2__bubble::after {
    border-width: clamp(0.4172099087rem, 0rem + 2.0860495437vw, 1rem) 0 clamp(0.4172099087rem, 0rem + 2.0860495437vw, 1rem) clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.c-wysiwyg .seo-4 {
  font-weight: 700;
}
.c-wysiwyg .seolink {
  background-color: #FFF;
  padding: 1.5rem 2%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .seolink {
    padding: clamp(1.2516297262rem, 0rem + 6.258148631vw, 3rem) 5vw;
    margin-top: clamp(1.6688396349rem, 0rem + 8.3441981747vw, 4rem);
  }
}
.c-wysiwyg .exlink {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  color: #173974;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .exlink {
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    margin-top: clamp(1.6688396349rem, 0rem + 8.3441981747vw, 4rem);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.c-wysiwyg .exlink::after {
  content: "";
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  background-color: currentColor;
  -webkit-mask: url("../../assets/img/icon/icon-external.svg") center/contain no-repeat;
  mask: url("../../assets/img/icon/icon-external.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .exlink::after {
    width: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    height: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}

/*----------▲▲ wysiwyg ▲▲----------*/
/*----------▼▼ irParts ▼▼----------*/
.c-irSec {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(70.2171428571px, 0px + 9.1428571429vw, 128px);
}
@media screen and (max-width: 767px) {
  .c-irSec {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.c-irSec__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-irSec__inner {
    max-width: 100%;
  }
}

.c-irText {
  font-size: 1rem;
  color: #0a0a0a;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .c-irText {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.c-irText p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-irText p + p {
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.c-irText__block {
  padding-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  border-bottom: 1px solid #bbbdc0;
}
@media screen and (max-width: 767px) {
  .c-irText__block {
    padding-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.c-irText__block + .c-irText__block {
  padding-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-irText__block + .c-irText__block {
    padding-top: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.c-irText__tit {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #173974;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-irText__tit {
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}

.c-irTable {
  width: 100%;
  border-top: 1px solid #cecece;
}
.c-irTable__row {
  display: flex;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  .c-irTable__row {
    flex-direction: column;
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) 0;
  }
}
.c-irTable__term {
  flex: 0 0 var(--ir-table-head, 10rem);
  padding: 2rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #585858;
  line-height: var(--ir-table-term-lh, 1.8125);
}
@media screen and (max-width: 767px) {
  .c-irTable__term {
    flex: none;
    padding: 0;
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.c-irTable__desc {
  flex: 1;
  min-width: 0;
  padding: var(--ir-table-desc-pad, 2rem 5rem 2rem 2rem);
  font-size: 0.875rem;
  color: #0a0a0a;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .c-irTable__desc {
    padding: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) 0 0;
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}

.c-irLinkList {
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-irLinkList {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.c-irLinkList__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  border: 1px solid #cecece;
  background-color: #FFF;
  color: #173974;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-irLinkList__link {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    padding: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px) clamp(15.0195567145px, 0px + 4.6936114733vw, 36px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.c-irLinkList__icon {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
}

.c-irPdfBtn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  color: #173974;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-irPdfBtn {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.c-irPdfBtn__icon {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(18%) sepia(32%) saturate(2172%) hue-rotate(194deg) brightness(91%) contrast(95%);
}

/*----------▲▲ irParts ▲▲----------*/
/*----------▼▼ module ▼▼----------*/
.c-btn {
  display: flex;
  align-items: center;
  width: 25rem;
  height: 3.75rem;
  padding: 0.875rem 4rem 0.875rem 0;
  background-color: #173974;
  border: 1px solid #173974;
  border-radius: 0.375rem;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
    height: clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
  }
}
.c-btn span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn span {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.c-btn__arrow {
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1rem;
  height: 0.75rem;
  background-image: url("../../assets/img/common/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  transition: transform 0.3s;
}
.c-btn::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1.75rem);
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 4rem;
  top: 0.875rem;
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #FFF;
    border-color: #173974;
  }
  .c-btn:hover span {
    color: #173974;
  }
  .c-btn:hover .c-btn__arrow {
    background-image: url("../../assets/img/common/arrow-navy.svg");
    transform: translateX(5px);
  }
  .c-btn:hover::after {
    background-color: #173974;
  }
}

.c-dlBtn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  background-color: #FFF;
  border: 1px solid #bbbdc0;
  color: #173974;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-dlBtn {
    padding: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
@media (hover: hover) {
  .c-dlBtn:hover {
    opacity: 1;
    background-color: #295CAA;
    border-color: #295CAA;
    color: #FFF;
  }
  .c-dlBtn:hover .c-dlBtn__icon {
    background-color: #FFF;
  }
}
.c-dlBtn__icon {
  width: 0.75rem;
  height: 0.9375rem;
  flex-shrink: 0;
  background-color: #173974;
  -webkit-mask: url("../../assets/img/icon/icon-download-navy.svg") center/contain no-repeat;
  mask: url("../../assets/img/icon/icon-download-navy.svg") center/contain no-repeat;
  transition: background-color 0.3s;
}

.c-h2Tit {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-h2Tit {
    gap: clamp(0.4172099087rem, 0rem + 2.0860495437vw, 1rem);
  }
}
.c-h2Tit.is-left {
  text-align: left;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .c-h2Tit.is-left {
    text-align: center;
    justify-content: center;
  }
}
.c-h2Tit.is-parallel {
  flex-flow: row-reverse;
  align-items: baseline;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-h2Tit.is-parallel {
    flex-flow: column;
    align-items: normal;
    gap: clamp(0.4172099087rem, 0rem + 2.0860495437vw, 1rem);
  }
}
.c-h2Tit__en {
  color: #9F9F9F;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  transform: translateX(0.2em);
}
@media screen and (max-width: 767px) {
  .c-h2Tit__en {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.c-h2Tit__ja {
  color: #333333;
  font-size: 1.75rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-h2Tit__ja {
    font-size: clamp(1.2516297262rem, 0rem + 6.258148631vw, 3rem);
  }
}

.c-secTit {
  font-size: 1.5rem;
  font-weight: 500;
  color: #173974;
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .c-secTit {
    font-size: clamp(1.147327249rem, 0rem + 5.7366362451vw, 2.75rem);
  }
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    gap: 0.25rem;
    flex-wrap: wrap;
  }
}
.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: bold;
  background-color: #bbbdc0;
  color: #6d6e70;
  flex-shrink: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    width: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
    height: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.c-pagination .page-numbers.current {
  background-color: #173974;
  color: #FFF;
  pointer-events: none;
}
.c-pagination .page-numbers.dots {
  background-color: transparent;
  color: #404041;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  background-color: transparent;
  background-image: url("../../assets/img/common/arrow-white-mini.svg");
  background-size: 0.625rem 0.4375rem;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(700%) hue-rotate(203deg) brightness(78%) contrast(103%);
}
.c-pagination .page-numbers.prev {
  transform: rotate(90deg);
}
.c-pagination .page-numbers.next {
  transform: rotate(-90deg);
}

.c-returnLink {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #173974;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-returnLink {
    gap: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
@media (hover: hover) {
  .c-returnLink:hover {
    opacity: 0.7;
  }
  .c-returnLink:hover .c-returnLink__arrow {
    transform: scaleX(-1) translateX(4px);
  }
}
.c-returnLink__arrow {
  flex-shrink: 0;
  display: inline-block;
  width: 1rem;
  height: 0.75rem;
  background-image: url("../../assets/img/common/arrow-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1);
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-returnLink__arrow {
    width: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    height: clamp(8.7614080834px, 0px + 2.7379400261vw, 21px);
  }
}
.c-returnLink__txt {
  line-height: 1;
}

/*----------▲▲ module ▲▲----------*/
/*----------▼▼ lowerHead ▼▼----------*/
.c-lowerHead {
  position: relative;
  height: clamp(296.2285714286px, 0px + 38.5714285714vw, 540px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-lowerHead {
    height: clamp(250.3259452412px, 0px + 78.2268578879vw, 600px);
  }
}
.c-lowerHead__bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(41, 92, 170, 0.3), rgba(41, 92, 170, 0.3)), var(--bg-img);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  z-index: 1;
}
.c-lowerHead::before, .c-lowerHead::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(329.1428571429px, 0px + 42.8571428571vw, 600px);
  height: clamp(394.9714285714px, 0px + 51.4285714286vw, 720px);
  background-color: rgba(41, 92, 170, 0.6);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-lowerHead::before, .c-lowerHead::after {
    width: clamp(250.3259452412px, 0px + 78.2268578879vw, 600px);
    height: clamp(300.3911342894px, 0px + 93.8722294654vw, 720px);
  }
}
.c-lowerHead::before {
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
.c-lowerHead::after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
.c-lowerHead__cont {
  position: absolute;
  left: clamp(65.28px, 0px + 8.5vw, 119px);
  top: clamp(138.7885714286px, 0px + 18.0714285714vw, 253px);
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-lowerHead__cont {
    left: 5vw;
    top: 50%;
    transform: translateY(-50%);
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.c-lowerHead__ja {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-lowerHead__ja {
    font-size: clamp(1.3559322034rem, 0rem + 6.7796610169vw, 3.25rem);
  }
}
.c-lowerHead__en {
  color: #FFF;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-lowerHead__en {
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
  }
}

/*----------▲▲ lowerHead ▲▲----------*/
/*----------▼▼ navImgCard ▼▼----------*/
.c-navImgCard {
  max-width: 1440px;
  margin: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) auto;
  padding: 0 8.5vw;
}
@media screen and (max-width: 767px) {
  .c-navImgCard {
    margin: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) auto;
    padding: 0 5vw;
  }
}
.c-navImgCard__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 1px;
  padding-left: 1px;
}
@media screen and (max-width: 767px) {
  .c-navImgCard__list {
    grid-template-columns: 1fr;
  }
}
.c-navImgCard__item {
  border: 1px solid #bbbdc0;
  background-color: #bbbdc0;
  margin-top: -1px;
  margin-left: -1px;
}
.c-navImgCard__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(39.4971428571px, 0px + 5.1428571429vw, 72px) clamp(26.88px, 0px + 3.5vw, 49px) clamp(34.56px, 0px + 4.5vw, 63px);
  background-color: #FFF;
  gap: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-navImgCard__link {
    padding: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) clamp(20.8604954368px, 0px + 6.518904824vw, 50px);
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
@media (hover: hover) {
  .c-navImgCard__link:hover {
    opacity: 0.8;
  }
  .c-navImgCard__link:hover .c-navImgCard__arrow {
    transform: translateX(5px);
  }
}
.c-navImgCard__body {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .c-navImgCard__body {
    gap: clamp(12.5162972621px, 0px + 3.9113428944vw, 30px);
  }
}
.c-navImgCard__cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-navImgCard__cont {
    min-height: 0;
  }
}
.c-navImgCard__tit {
  color: #404041;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-navImgCard__tit {
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
  }
}
.c-navImgCard__desc {
  color: #404041;
  font-size: 0.875rem;
  line-height: 1.714;
}
@media screen and (max-width: 767px) {
  .c-navImgCard__desc {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.c-navImgCard__img {
  width: clamp(98.7428571429px, 0px + 12.8571428571vw, 180px);
  height: clamp(131.6571428571px, 0px + 17.1428571429vw, 240px);
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-navImgCard__img {
    width: clamp(75.0977835724px, 0px + 23.4680573664vw, 180px);
    height: clamp(100.1303780965px, 0px + 31.2907431551vw, 240px);
  }
}
.c-navImgCard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-navImgCard__arrowRow {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.75rem;
}
.c-navImgCard__arrow {
  width: 1.25rem;
  height: 0.9375rem;
  background-image: url("../../assets/img/common/arrow-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-navImgCard__arrow {
    width: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    height: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}

/*----------▲▲ navImgCard ▲▲----------*/
/*----------▼▼ breadcrumb ▼▼----------*/
.c-breadcrumb {
  background-color: rgba(220, 220, 220, 0.3);
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    height: auto;
    padding: 0.375rem 0;
  }
}
.c-breadcrumb .l-inner {
  height: 100%;
  max-width: unset;
  display: flex;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6d6e70;
  white-space: nowrap;
  line-height: 1;
}
.c-breadcrumb__item:not(.is-current)::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.8125rem;
  background-image: url("../../assets/img/common/breadcrumb-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
  .c-breadcrumb__item:not(.is-current)::after {
    width: clamp(0.260756193rem, 0rem + 1.3037809648vw, 0.625rem);
    height: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
}
.c-breadcrumb__link {
  color: #6d6e70;
}

/*----------▲▲ breadcrumb ▲▲----------*/
/*----------▼▼ card-list ▼▼----------*/
.c-cardList {
  display: flex;
  justify-content: center;
}
.c-cardList__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(45.5111111111px, 0px + 5.9259259259vw, 80px);
  width: clamp(682.6666666667px, 0px + 88.8888888889vw, 1200px);
}
@media screen and (max-width: 767px) {
  .c-cardList__list {
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.c-cardList__item {
  width: 33.3333333333%;
  min-height: clamp(284.4444444444px, 0px + 37.037037037vw, 500px);
  margin: -1px 0 0 -1px;
}
@media screen and (max-width: 767px) {
  .c-cardList__item {
    width: 100%;
    min-height: clamp(362.9726205997px, 0px + 113.4289439374vw, 870px);
  }
  .c-cardList__item:nth-child(odd) {
    transition-delay: 0s;
  }
  .c-cardList__item:nth-child(even) {
    transition-delay: 0.3s;
  }
}
.c-cardList__link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #DBDBDB;
  transition: 0.3s;
  padding: clamp(22.7555555556px, 0px + 2.962962963vw, 40px) clamp(22.7555555556px, 0px + 2.962962963vw, 40px) clamp(13.6533333333px, 0px + 1.7777777778vw, 24px);
}
@media screen and (max-width: 767px) {
  .c-cardList__link {
    padding: clamp(29.2046936115px, 0px + 9.1264667536vw, 70px) clamp(29.2046936115px, 0px + 9.1264667536vw, 70px) clamp(17.3142112125px, 0px + 5.4106910039vw, 41.5px);
  }
}
@media (hover: hover) {
  .c-cardList__link:hover {
    opacity: 0.8;
  }
  .c-cardList__link:hover .c-cardList__arrow {
    transform: translateX(5px);
  }
}
.c-cardList__cardLink {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.c-cardList__img {
  flex-shrink: 0;
}
.c-cardList__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 320/200;
  object-fit: cover;
}
.c-cardList__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: clamp(11.3777777778px, 0px + 1.4814814815vw, 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cardList__body {
    padding-top: clamp(14.3937418514px, 0px + 4.4980443286vw, 34.5px);
  }
}
.c-cardList__cat {
  color: #585858;
  font-size: clamp(6.8266666667px, 0px + 0.8888888889vw, 12px);
  line-height: 1;
  margin-bottom: clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
}
@media screen and (max-width: 767px) {
  .c-cardList__cat {
    font-size: clamp(8.7614080834px, 0px + 2.7379400261vw, 21px);
    margin-bottom: clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
  }
}
.c-cardList__date {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(6.8266666667px, 0px + 0.8888888889vw, 12px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
}
@media screen and (max-width: 767px) {
  .c-cardList__date {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    margin-bottom: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.c-cardList__tit {
  color: #173974;
  font-size: clamp(11.3777777778px, 0px + 1.4814814815vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: clamp(5.6888888889px, 0px + 0.7407407407vw, 10px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cardList__tit {
    font-size: clamp(14.3937418514px, 0px + 4.4980443286vw, 34.5px);
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.c-cardList__tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2.8444444444px, 0px + 0.3703703704vw, 5px) clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
  margin-top: clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
  margin-bottom: clamp(6.8266666667px, 0px + 0.8888888889vw, 12px);
}
@media screen and (max-width: 767px) {
  .c-cardList__tags {
    gap: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px) clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
    margin-top: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.c-cardList__tags li {
  display: flex;
}
.c-cardList__tag {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: clamp(11.3777777778px, 0px + 1.4814814815vw, 20px);
  padding: 0 clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
  border: 1px solid #BBBDC0;
  border-radius: 0.25rem;
  font-size: clamp(6.8266666667px, 0px + 0.8888888889vw, 12px);
  color: #585858;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-cardList__tag {
    height: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    padding: 0 clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
}
.c-cardList__subTit {
  color: #333333;
  font-size: clamp(7.9644444444px, 0px + 1.037037037vw, 14px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cardList__subTit {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    margin-bottom: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.c-cardList__desc {
  height: clamp(56.8888888889px, 0px + 7.4074074074vw, 100px);
  color: #585858;
  font-size: clamp(7.9644444444px, 0px + 1.037037037vw, 14px);
  line-height: 1.8;
  margin-bottom: clamp(13.6533333333px, 0px + 1.7777777778vw, 24px);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cardList__desc {
    height: clamp(73.0117340287px, 0px + 22.816166884vw, 175px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    margin-bottom: clamp(17.5228161669px, 0px + 5.4758800522vw, 42px);
  }
}
.c-cardList__desc.is-clamp3 {
  height: clamp(43.2355555556px, 0px + 5.6296296296vw, 76px);
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .c-cardList__desc.is-clamp3 {
    height: clamp(54.8631029987px, 0px + 17.1447196871vw, 131.5px);
  }
}
.c-cardList__arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-cardList__arrow {
  width: clamp(9.1022222222px, 0px + 1.1851851852vw, 16px);
  height: clamp(6.8266666667px, 0px + 0.8888888889vw, 12px);
  background-image: url("../../assets/img/common/arrow-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cardList__arrow {
    width: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    height: clamp(8.7614080834px, 0px + 2.7379400261vw, 21px);
  }
}

/*----------▲▲ card-list ▲▲----------*/
/*----------▼▼ anchorTabs ▼▼----------*/
.c-anchorTabs {
  max-width: 60rem;
  margin: 0 auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.c-anchorTabs__row {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 1px solid #d4d4d4;
  background-color: #FFF;
}
.c-anchorTabs__row:last-child {
  border-bottom: none;
}
.c-anchorTabs__row li {
  flex: 1;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-anchorTabs__row {
    display: none;
  }
}
.c-anchorTabs__btn {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.375rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #173974;
  background: #FFF;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}
.c-anchorTabs__btn.is-active {
  background: #173974;
  color: #FFF;
}
@media (hover: hover) {
  .c-anchorTabs__btn:not(.is-active):hover {
    background: #173974;
    color: #FFF;
    opacity: 1;
  }
}
.c-anchorTabs__selectWrap {
  display: none;
  position: relative;
  background-color: #FFF;
}
.c-anchorTabs__selectWrap::after {
  content: "";
  position: absolute;
  right: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #173974;
  border-bottom: 2px solid #173974;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-anchorTabs__selectWrap {
    display: block;
  }
}
.c-anchorTabs__selectBox {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px) clamp(30.0391134289px, 0px + 9.3872229465vw, 72px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  font-weight: 500;
  color: #173974;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

/*----------▲▲ anchorTabs ▲▲----------*/
/*----------▼▼ accordionList ▼▼----------*/
.c-accordionList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-accordionList__item {
  border-top: 1px solid #cecece;
}
.c-accordionList__item:last-child {
  border-bottom: 1px solid #cecece;
}
.c-accordionList__head {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 2rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-accordionList__head {
    gap: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    padding: clamp(15.0195567145px, 0px + 4.6936114733vw, 36px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
@media (hover: hover) {
  .c-accordionList__head:hover {
    background-color: rgba(23, 57, 116, 0.04);
  }
}
.c-accordionList__head p {
  flex: 1;
  font-size: 1rem;
  color: #0a0a0a;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-accordionList__head p {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.c-accordionList__icon {
  flex-shrink: 0;
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-accordionList__icon {
    width: clamp(9.1786179922px, 0px + 2.8683181226vw, 22px);
    height: clamp(9.1786179922px, 0px + 2.8683181226vw, 22px);
  }
}
.c-accordionList__icon::before, .c-accordionList__icon::after {
  content: "";
  position: absolute;
  background-color: #173974;
}
.c-accordionList__icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-accordionList__icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.c-accordionList__head[aria-expanded=true] .c-accordionList__icon::after {
  opacity: 0;
  transform: translateX(-50%) translateY(50%);
}
.c-accordionList__bodyWrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.c-accordionList__bodyWrap[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.c-accordionList__bodyInner {
  overflow: hidden;
  min-height: 0;
}
.c-accordionList__body {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-accordionList__body {
    gap: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    padding: 0.5rem clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) clamp(15.0195567145px, 0px + 4.6936114733vw, 36px);
  }
}
.c-accordionList__body p {
  flex: 1;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .c-accordionList__body p {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.c-accordionList.is-faq .c-accordionList__head::before,
.c-accordionList.is-faq .c-accordionList__body::before {
  flex-shrink: 0;
  width: 2rem;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-accordionList.is-faq .c-accordionList__head::before,
  .c-accordionList.is-faq .c-accordionList__body::before {
    width: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
  }
}
.c-accordionList.is-faq .c-accordionList__head::before {
  content: "Q.";
  color: #295CAA;
}
.c-accordionList.is-faq .c-accordionList__body::before {
  content: "A.";
  color: #85adf0;
}

/*----------▲▲ accordionList ▲▲----------*/
/*----------▼▼ linkTabs ▼▼----------*/
.c-linkTabs {
  display: flex;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-linkTabs {
    flex-wrap: wrap;
    gap: clamp(5.0065189048px, 0px + 1.5645371578vw, 12px);
  }
}
.c-linkTabs__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.375rem;
  padding: 0.5rem 1.5rem;
  border-bottom: 2px solid #888;
  color: #888;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-linkTabs__tab {
    flex: unset;
    width: calc(50% - clamp(2.5032594524px, 0px + 0.7822685789vw, 6px));
    height: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
    padding: 0.5rem clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.c-linkTabs__tab.is-active {
  border-bottom-width: 4px;
  border-bottom-color: #295CAA;
  color: #295CAA;
}
@media (hover: hover) {
  .c-linkTabs__tab:hover:not(.is-active) {
    opacity: 0.7;
  }
}

/*----------▲▲ linkTabs ▲▲----------*/
/*----------▼▼ form ▼▼----------*/
.c-form {
  width: 100%;
}
.c-form__row {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form__row {
    flex-direction: column;
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    padding: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px) 0;
  }
}
.c-form__label {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 300px;
  padding: 0.8rem 1.5rem 0.8rem 0;
  color: #404041;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  flex-shrink: 0;
}
.c-form__label:has(.c-form__labelSub) {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-form__label {
    width: 100%;
    padding: 0;
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
  }
}
.c-form__labelMain {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.c-form__labelSub {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  .c-form__labelSub {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.c-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  padding: 0 1rem;
  background-color: #f15b4e;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-form__required {
    height: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    padding: 0 clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
}
.c-form__field {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .c-form__field {
    width: 100%;
  }
}
.c-form__fieldNote {
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-form__fieldNote {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=url],
.c-form input[type=number],
.c-form textarea {
  width: 100%;
  background-color: #fcfcfc;
  border: none;
  border-radius: 5px;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  font-family: inherit;
  color: #0a0a0a;
  line-height: 1.25;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=tel],
  .c-form input[type=url],
  .c-form input[type=number],
  .c-form textarea {
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
    border-radius: clamp(4.1720990874px, 0px + 1.3037809648vw, 10px);
  }
}
.c-form input[type=text]::placeholder,
.c-form input[type=email]::placeholder,
.c-form input[type=tel]::placeholder,
.c-form input[type=url]::placeholder,
.c-form input[type=number]::placeholder,
.c-form textarea::placeholder {
  color: #bfbfbf;
  font-weight: 500;
}
.c-form input[type=text]:focus,
.c-form input[type=email]:focus,
.c-form input[type=tel]:focus,
.c-form input[type=url]:focus,
.c-form input[type=number]:focus,
.c-form textarea:focus {
  outline: 2px solid #173974;
  outline-offset: 0;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=url],
.c-form input[type=number] {
  height: 48px;
}
@media screen and (max-width: 767px) {
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=tel],
  .c-form input[type=url],
  .c-form input[type=number] {
    height: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.c-form textarea {
  min-height: 320px;
  resize: vertical;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-form textarea {
    min-height: clamp(166.8839634941px, 0px + 52.1512385919vw, 400px);
  }
}
.c-form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-top: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.c-form input[type=file] {
  width: 100%;
  min-width: 17.5rem;
  font-size: 0.875rem;
  color: #0a0a0a;
  background-color: transparent;
  border: none;
  padding: 0;
  white-space: nowrap;
}
.c-form input[type=file]:focus {
  outline: 2px solid #173974;
  outline-offset: 4px;
}
.c-form input[type=file]::file-selector-button {
  background-color: #d9d9d9;
  border: none;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  color: #404041;
  font-size: 0.9375rem;
  font-family: inherit;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form input[type=file]::file-selector-button {
    padding: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    margin-right: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.c-form select,
.c-form .wpcf7-form-control.wpcf7-select {
  width: 100%;
  max-width: 25rem;
  min-width: 14rem;
  height: 50px;
  background-color: #FFF;
  border: none;
  border-radius: 4px;
  padding: 0 2.5rem 0 1rem;
  font-size: 0.875rem;
  font-family: inherit;
  color: #0a0a0a;
  line-height: 50px;
  appearance: none;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='none' stroke='%236d6e70' stroke-width='1.5' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
@media screen and (max-width: 767px) {
  .c-form select,
  .c-form .wpcf7-form-control.wpcf7-select {
    max-width: clamp(166.8839634941px, 0px + 52.1512385919vw, 400px);
    height: clamp(37.5488917862px, 0px + 11.7340286832vw, 90px);
    line-height: clamp(37.5488917862px, 0px + 11.7340286832vw, 90px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.c-form select:focus,
.c-form .wpcf7-form-control.wpcf7-select:focus {
  outline: 2px solid #173974;
  outline-offset: 0;
}
.c-form__short input[type=text],
.c-form__short input[type=email],
.c-form__short input[type=tel],
.c-form__short input[type=url],
.c-form__short input[type=number] {
  width: 224px;
}
@media screen and (max-width: 767px) {
  .c-form__short input[type=text],
  .c-form__short input[type=email],
  .c-form__short input[type=tel],
  .c-form__short input[type=url],
  .c-form__short input[type=number] {
    width: 100%;
    max-width: clamp(166.8839634941px, 0px + 52.1512385919vw, 400px);
  }
}
.c-form__zip {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-form__zip {
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.c-form__zip input[type=text],
.c-form__zip input[type=tel],
.c-form__zip input[type=number] {
  flex: none;
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__zip input[type=text],
  .c-form__zip input[type=tel],
  .c-form__zip input[type=number] {
    width: clamp(83.4419817471px, 0px + 26.075619296vw, 200px);
  }
}
.c-form__zipSep {
  color: #404041;
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-form__zipSep {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.c-form__multi {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form__multi {
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.c-form__multiRow {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-form__multiRow {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.c-form__multiRow input[type=text],
.c-form__multiRow input[type=email],
.c-form__multiRow input[type=tel],
.c-form__multiRow input[type=url],
.c-form__multiRow input[type=number] {
  flex: 1;
  width: auto;
}
.c-form__multiRow .c-form__zip input[type=text],
.c-form__multiRow .c-form__zip input[type=tel],
.c-form__multiRow .c-form__zip input[type=number] {
  flex: none;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .c-form__multiRow .c-form__zip input[type=text],
  .c-form__multiRow .c-form__zip input[type=tel],
  .c-form__multiRow .c-form__zip input[type=number] {
    width: clamp(83.4419817471px, 0px + 26.075619296vw, 200px);
  }
}
.c-form__multiRow.is-short input[type=text],
.c-form__multiRow.is-short input[type=email],
.c-form__multiRow.is-short input[type=tel],
.c-form__multiRow.is-short input[type=url],
.c-form__multiRow.is-short input[type=number] {
  flex: none;
  width: 224px;
}
@media screen and (max-width: 767px) {
  .c-form__multiRow.is-short input[type=text],
  .c-form__multiRow.is-short input[type=email],
  .c-form__multiRow.is-short input[type=tel],
  .c-form__multiRow.is-short input[type=url],
  .c-form__multiRow.is-short input[type=number] {
    width: 100%;
    max-width: clamp(166.8839634941px, 0px + 52.1512385919vw, 400px);
  }
}
.c-form__multiLabel {
  width: 128px;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-form__multiLabel {
    width: 100%;
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.c-form__noteList {
  list-style: disc;
  padding-left: 1.3125rem;
  color: #0a0a0a;
  font-size: 0.875rem;
  line-height: 1.5;
}
.c-form__noteList li {
  margin-bottom: 0.5rem;
}
.c-form__noteList li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-form__noteList {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    padding-left: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.c-form .wpcf7-form-control.wpcf7-checkbox,
.c-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  min-height: 3.375rem;
}
@media screen and (max-width: 767px) {
  .c-form .wpcf7-form-control.wpcf7-checkbox,
  .c-form .wpcf7-form-control.wpcf7-radio {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    min-height: 0;
  }
}
.c-form .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.c-form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.c-form .wpcf7-list-item input[type=checkbox],
.c-form .wpcf7-list-item input[type=radio] {
  appearance: none;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  background-color: #FFF;
  border: 1px solid #6d6e70;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-form .wpcf7-list-item input[type=checkbox],
  .c-form .wpcf7-list-item input[type=radio] {
    width: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    height: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    margin-right: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.c-form .wpcf7-list-item input[type=checkbox] {
  border-radius: 5px;
}
.c-form .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 12px;
  height: 7px;
  border-left: 2px solid #173974;
  border-bottom: 2px solid #173974;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-form .wpcf7-list-item input[type=radio] {
  border-radius: 50%;
}
.c-form .wpcf7-list-item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #173974;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-form .wpcf7-list-item input[type=radio]:checked::after {
    width: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    height: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.c-form .wpcf7-list-item-label {
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-form .wpcf7-list-item-label {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.c-form__agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-form__agreement {
    flex-direction: column;
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    margin-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.c-form__agreement .wpcf7-form-control-wrap,
.c-form__agreement .wpcf7-acceptance,
.c-form__agreement .wpcf7-acceptance .wpcf7-list-item,
.c-form__agreement .wpcf7-acceptance .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.c-form__agreement .wpcf7-list-item-label {
  line-height: 1;
}
.c-form__agreement .c-form__error {
  margin-top: 0;
  margin-left: 1rem;
}
.c-form__policyLink {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: #128b81;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-form__policyLink {
    min-height: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
@media (hover: hover) {
  .c-form__policyLink:hover {
    opacity: 0.7;
  }
}
.c-form__submit {
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__submit {
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.c-form__submit .c-btn {
  margin-left: auto;
  margin-right: auto;
  font-family: inherit;
  cursor: pointer;
}
.c-form__submit .wpcf7-spinner {
  display: none;
}
.c-form__confirmHeading {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  color: #173974;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #173974;
}
@media screen and (max-width: 767px) {
  .c-form__confirmHeading {
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
    padding-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
  }
}
.c-form.is-confirm .c-form__row {
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-form.is-confirm .c-form__row {
    padding: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) 0;
    gap: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px);
  }
}
.c-form.is-confirm .c-form__label {
  padding: 0 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-form.is-confirm .c-form__label {
    padding: 0;
  }
}
.c-form.is-confirm .c-form__readonlyValue {
  display: block;
  padding: 0;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .c-form.is-confirm .c-form__readonlyValue {
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
  }
}
.c-form.is-confirm input[type=checkbox].is-readonly,
.c-form.is-confirm input[type=radio].is-readonly {
  opacity: 0.7;
}
.c-form.is-confirm input[type=file].is-readonly {
  opacity: 0.7;
}
.c-form.is-confirm input[type=file].is-readonly::file-selector-button {
  cursor: default;
}
.c-form.is-confirm .c-form__submit {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 1.5rem;
  text-align: initial;
}
@media screen and (max-width: 767px) {
  .c-form.is-confirm .c-form__submit {
    flex-direction: column;
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.c-form.is-confirm .c-form__submit .c-btn {
  margin: 0;
}
.c-form .c-btn.is-back {
  background-color: #9F9F9F;
  border-color: #9F9F9F;
  padding: 0.875rem 0 0.875rem 4rem;
  cursor: pointer;
}
.c-form .c-btn.is-back::after {
  right: auto;
  left: 4rem;
}
.c-form .c-btn.is-back .c-btn__arrow {
  right: auto;
  left: 1.5rem;
  transform: scaleX(-1);
}
.c-form .c-btn.is-back span {
  padding: 0 1rem;
}
@media (hover: hover) {
  .c-form .c-btn.is-back:hover {
    background-color: #FFF;
    border-color: #9F9F9F;
  }
  .c-form .c-btn.is-back:hover span {
    color: #9F9F9F;
  }
  .c-form .c-btn.is-back:hover .c-btn__arrow {
    transform: scaleX(-1) translateX(5px);
  }
  .c-form .c-btn.is-back:hover::after {
    background-color: #9F9F9F;
  }
}
.c-form__error {
  color: #f15b4e;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-form__error {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    margin-top: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px);
  }
}
.c-form .is-error[type=text], .c-form .is-error[type=email], .c-form .is-error[type=tel], .c-form .is-error[type=url], .c-form .is-error[type=number], .c-form .is-errortextarea {
  border: 1px solid #f15b4e;
}
.c-form .wpcf7-not-valid-tip {
  color: #f15b4e;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-form .wpcf7-not-valid-tip {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.c-form .wpcf7-response-output {
  max-width: 51.5625rem;
  margin: 2em auto 1em;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  border-color: #f15b4e;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .c-form .wpcf7-response-output {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}

/*----------▲▲ form ▲▲----------*/
/*----------▼▼ author ▼▼----------*/
.c-wysiwyg .c-author__flex {
  margin-top: 2rem;
  background-color: #FFF;
  padding: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .c-author__flex {
    padding: clamp(15.0195567145px, 0px + 4.6936114733vw, 36px);
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    align-items: start;
  }
}
.c-wysiwyg .c-author__img {
  width: 180px;
  height: 180px;
}
.c-wysiwyg .c-author__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .c-author__img {
    width: clamp(75.0977835724px, 0px + 23.4680573664vw, 180px);
    height: clamp(75.0977835724px, 0px + 23.4680573664vw, 180px);
  }
}
.c-wysiwyg .c-author__cont {
  width: calc(100% - 192px);
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .c-author__cont {
    width: calc(100% - clamp(85.110821382px, 0px + 26.5971316819vw, 204px));
  }
}
.c-wysiwyg .c-author__name {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .c-author__name {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.c-wysiwyg .c-author__desc {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-wysiwyg .c-author__desc {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    margin-top: clamp(0.3650586701rem, 0rem + 1.8252933507vw, 0.875rem);
  }
}

/*----------▲▲ author ▲▲----------*/
/*----------▼▼ downloadList ▼▼----------*/
.c-downloadList {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-downloadList {
    margin-top: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.c-downloadList__item {
  border-top: 1px solid #cecece;
}
.c-downloadList__item:last-child {
  border-bottom: 1px solid #cecece;
}
.c-downloadList__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0;
  color: #173974;
}
@media screen and (max-width: 767px) {
  .c-downloadList__row {
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-downloadList__row:has(.c-downloadList__date) {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "date meta ." "txt  txt  btn";
    row-gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    column-gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    align-items: center;
  }
}
.c-downloadList__txtWrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .c-downloadList__txtWrap {
    gap: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px);
    grid-area: txt;
  }
}
.c-downloadList__date {
  flex-shrink: 0;
  width: 7.5rem;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1rem;
  color: #585858;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-downloadList__date {
    width: auto;
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    grid-area: date;
  }
}
.c-downloadList__txt {
  min-width: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #0a0a0a;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .c-downloadList__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.4285714286;
  }
}
.c-downloadList__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 2rem;
  background-color: #f5f5f5;
  color: #173974;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-downloadList__btn {
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    padding: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    grid-area: btn;
  }
}
@media (hover: hover) {
  .c-downloadList__btn:hover {
    opacity: 1;
    background-color: #295CAA;
    color: #FFF;
  }
  .c-downloadList__btn:hover .c-downloadList__icon {
    background-color: #FFF;
  }
}
.c-downloadList__icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-color: #173974;
  -webkit-mask: url("../../assets/img/icon/icon-download-navy.svg") center/contain no-repeat;
  mask: url("../../assets/img/icon/icon-download-navy.svg") center/contain no-repeat;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-downloadList__icon {
    width: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    height: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}

/*----------▲▲ downloadList ▲▲----------*/
/*----------▼▼ prodCats ▼▼----------*/
.c-prodCats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-prodCats {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.c-prodCats__item {
  display: inline-flex;
  align-items: center;
  height: 2.25rem;
  padding: 0 1rem;
  background-color: #FFF;
  border: 1px solid #BBBDC0;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #0a0a0a;
  line-height: 1;
  text-decoration: none;
  transition: border-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-prodCats__item {
    height: auto;
    min-height: clamp(30.0391134289px, 0px + 9.3872229465vw, 72px);
    padding: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
@media (hover: hover) {
  .c-prodCats__item:hover {
    border-color: #1964C2;
  }
}
.c-prodCats__item.is-active {
  border-color: #1964C2;
  color: #1964C2;
}

/*----------▲▲ prodCats ▲▲----------*/
/*----------▼▼ home ▼▼----------*/
.p-fv {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  isolation: isolate;
}
.p-fv__bgBase {
  position: absolute;
  inset: 0;
  background-color: #173974;
}
.p-fv__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.p-fv__bgPlayer {
  position: absolute;
  inset: 0;
}
.p-fv__bgPlayer iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(100vw, 177.7777777778dvh);
  height: max(100dvh, 56.25vw);
  pointer-events: none;
}
.p-fv__bgOverlay {
  position: absolute;
  inset: 0;
  background-color: rgba(2, 57, 148, 0.4);
  pointer-events: none;
}
.p-fv__char {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.p-fv__vector1, .p-fv__vector2 {
  position: absolute;
  top: 50%;
  left: calc(100% - 5.5vw - clamp(65.8285714286px, 0px + 8.5714285714vw, 120px));
  width: 200vmax;
  height: 1px;
  background-color: #FFF;
  mix-blend-mode: overlay;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-fv__vector1, .p-fv__vector2 {
    left: calc(100% - 5vw - clamp(50.0651890482px, 0px + 15.6453715776vw, 120px));
  }
}
.p-fv__vector1 {
  transform: translate(-50%, -50%) rotate(-51deg);
}
.p-fv__vector2 {
  transform: translate(-50%, -50%) rotate(51deg);
}
.p-fv__cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  mix-blend-mode: overlay;
}
.p-fv__cont .l-inner {
  padding-left: calc(5.5vw + clamp(38.4px, 0px + 5vw, 70px));
}
@media screen and (max-width: 767px) {
  .p-fv__cont .l-inner {
    padding-left: 5vw;
  }
}
.p-fv__catch {
  color: #FFF;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(40px, 15.6962025316px + 3.164556962vw, 60px);
  letter-spacing: 0.1em;
  line-height: 1.733;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv__catch {
    font-size: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.5;
  }
}
.p-fv__sub {
  color: #FFF;
  font-size: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-fv__sub {
    font-size: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.p-fv__ticker {
  position: absolute;
  bottom: 40px;
  left: 45px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 1.25rem;
  padding: 0.3125rem 1rem 0.3125rem 0.3125rem;
  width: 700px;
}
@media screen and (max-width: 767px) {
  .p-fv__ticker {
    bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    left: 5vw;
    width: calc(100% - 10vw);
    gap: clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
    border-radius: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    padding: clamp(4.1720990874px, 0px + 1.3037809648vw, 10px) clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(4.1720990874px, 0px + 1.3037809648vw, 10px) clamp(4.1720990874px, 0px + 1.3037809648vw, 10px);
  }
}
@media (hover: hover) {
  .p-fv__ticker:hover .p-fv__tickerLabel {
    background-color: #173974;
    color: #FFF;
  }
  .p-fv__ticker:hover .p-fv__tickerArrow {
    transform: translateX(5px);
  }
}
.p-fv__tickerLabel {
  background-color: rgba(255, 255, 255, 0.8);
  color: #173974;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 1.0625rem;
  padding: 0.25rem 1.875rem;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv__tickerLabel {
    font-size: clamp(10.8474576271px, 0px + 3.3898305085vw, 26px);
    border-radius: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    padding: clamp(5.0065189048px, 0px + 1.5645371578vw, 12px) clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    line-height: 1;
  }
}
.p-fv__tickerText {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__tickerText {
    font-size: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-fv__tickerArrow {
  width: 1rem;
  height: 0.75rem;
  background-image: url("../../assets/img/common/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv__tickerArrow {
    width: clamp(10.8474576271px, 0px + 3.3898305085vw, 26px);
    height: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}

.p-n2s {
  position: relative;
  height: 250vh;
}
.p-n2s__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-n2s__bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/home/n2s-bg.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(0.6);
  transform-origin: center;
  opacity: 0;
  will-change: transform, opacity;
}
.p-n2s__text {
  position: relative;
  z-index: 1;
  color: #173974;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(18.6514285714px, 0px + 2.4285714286vw, 34px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  mix-blend-mode: plus-lighter;
  opacity: 0;
  will-change: opacity;
}
@media screen and (max-width: 767px) {
  .p-n2s__text {
    font-size: clamp(18.3572359844px, 0px + 5.7366362451vw, 44px);
  }
}

.p-about {
  margin: 120px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0 clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-about__wrap {
  display: flex;
  gap: 2%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    flex-direction: column;
    gap: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-about__img {
  position: relative;
  left: min(-5.5vw, (1440px - 100vw) / 2 - 5.5vw);
  flex-shrink: 0;
  width: clamp(384px, 0px + 50vw, 700px);
}
@media screen and (max-width: 767px) {
  .p-about__img {
    align-self: flex-start;
    left: -5vw;
    width: 90%;
  }
}
.p-about__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.p-about__sub {
  color: #9F9F9F;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(15px, 11.3544303797px + 0.4746835443vw, 18px);
  letter-spacing: 0.2em;
  margin-bottom: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-about__sub {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-about__tit {
  color: #333333;
  font-size: clamp(20px, 13.9240506329px + 0.7911392405vw, 25px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-about__tit {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
  }
}
.p-about__body p {
  color: #333333;
  font-size: clamp(12.5px, 8.246835443px + 0.5537974684vw, 16px);
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .p-about__body p {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 2;
  }
}
.p-about__body p + p {
  margin-top: 1.5rem;
}

.p-products {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-products {
    padding: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px) 0;
  }
}
.p-products__head {
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-products__head {
    margin-bottom: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-products__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px) clamp(12.5162972621px, 0px + 3.9113428944vw, 30px);
    margin-bottom: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px);
  }
}
.p-products__item a {
  display: block;
  text-align: center;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-products__item a:hover {
    opacity: 0.7;
  }
  .p-products__item a:hover .p-products__img img {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  .p-products__item:nth-child(odd) {
    transition-delay: 0s;
  }
  .p-products__item:nth-child(even) {
    transition-delay: 0.3s;
  }
}
.p-products__img {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-products__img {
    margin-bottom: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.p-products__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.p-products__name {
  color: #333333;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-products__name {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-products .c-btn {
  margin: 0 auto;
}

.p-solutions {
  position: relative;
  overflow: hidden;
  margin: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  .p-solutions {
    margin: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px) 0 clamp(53.4028683181px, 0px + 16.6883963494vw, 128px);
    padding-top: clamp(233.6375488918px, 0px + 73.0117340287vw, 560px);
  }
}
.p-solutions__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  background-image: url("../../assets/img/home/solutions-bg.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-solutions__bg {
    width: 100%;
    height: clamp(200.260756193px, 0px + 62.5814863103vw, 480px);
  }
}
.p-solutions .l-inner {
  position: relative;
  z-index: 1;
}
.p-solutions__cont {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-solutions__cont {
    width: 100%;
  }
}
.p-solutions__head {
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-solutions__head {
    margin-bottom: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-solutions__item {
  border-bottom: 1px solid #ddd;
}
.p-solutions__item:first-of-type {
  border-top: 1px solid #ddd;
}
.p-solutions__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-solutions__item a {
    padding: clamp(12.5162972621px, 0px + 3.9113428944vw, 30px) 0;
  }
}
@media (hover: hover) {
  .p-solutions__item a:hover {
    opacity: 0.6;
  }
  .p-solutions__item a:hover .p-solutions__arrow {
    transform: translateX(5px);
  }
}
.p-solutions__name {
  color: #333333;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-solutions__name {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-solutions__arrow {
  width: 1rem;
  height: 0.75rem;
  background-image: url("../../assets/img/common/arrow-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-solutions__arrow {
    width: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
    height: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}

.p-caseStudy {
  background-color: rgba(2, 57, 148, 0.14);
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-caseStudy {
    padding: clamp(53.4028683181px, 0px + 16.6883963494vw, 128px) 0;
  }
}
.p-caseStudy__head {
  margin-bottom: clamp(9.8742857143px, 0px + 1.2857142857vw, 18px);
}
@media screen and (max-width: 767px) {
  .p-caseStudy__head {
    margin-bottom: clamp(15.0195567145px, 0px + 4.6936114733vw, 36px);
  }
}
.p-caseStudy__sliderWrap {
  width: 100%;
  margin-bottom: 64px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__sliderWrap {
    margin-bottom: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px);
  }
}
.p-caseStudy__slider {
  width: 100%;
}
.p-caseStudy__list {
  align-items: stretch;
}
.p-caseStudy__item {
  flex-shrink: 0;
  padding: clamp(16.4571428571px, 0px + 2.1428571429vw, 30px) 0 clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-caseStudy__item {
    padding: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px) 0 clamp(53.4028683181px, 0px + 16.6883963494vw, 128px);
  }
}
.p-caseStudy__item.swiper-slide {
  height: auto;
}
.p-caseStudy__link {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 0.625rem;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-caseStudy__link:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  }
}
.p-caseStudy__img {
  width: 100%;
  aspect-ratio: 379/213;
  overflow: hidden;
}
.p-caseStudy__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-caseStudy__body {
  flex: 1;
  padding: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(20.8457142857px, 0px + 2.7142857143vw, 38px);
}
@media screen and (max-width: 767px) {
  .p-caseStudy__body {
    padding: clamp(12.5162972621px, 0px + 3.9113428944vw, 30px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-caseStudy__company {
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__company {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-caseStudy__industry {
  color: #4A5565;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__industry {
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
}
.p-caseStudy__issue {
  color: #0a0a0a;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__issue {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-caseStudy__summary {
  color: #4A5565;
  font-size: 0.875rem;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-caseStudy__summary {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-caseStudy__pagination.swiper-pagination {
  bottom: 0;
}
.p-caseStudy__pagination .swiper-pagination-bullet {
  width: 2.1875rem;
  height: 0.1875rem;
  border-radius: 0;
  background-color: #FFF;
  opacity: 1;
}
.p-caseStudy__pagination .swiper-pagination-bullet-active {
  background-color: #1964C2;
}
.p-caseStudy .c-btn {
  margin: 0 auto;
}

.p-news {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0;
  }
}
.p-news__head {
  position: relative;
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-news__head {
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-news__list {
  max-width: 1120px;
  margin: 0 auto 64px;
  border-top: 1px solid #DBDBDB;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-news__item {
  border-bottom: 1px solid #DBDBDB;
}
.p-news__link {
  display: flex;
  align-items: center;
  gap: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  padding: 1.25rem 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    gap: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) 0;
  }
}
@media (hover: hover) {
  .p-news__link:hover {
    opacity: 0.7;
  }
  .p-news__link:hover .p-news__arrow {
    transform: translateX(5px);
  }
}
.p-news__img {
  width: 10.3125rem;
  height: 6.875rem;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news__img {
    display: none;
  }
}
.p-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news__body {
  flex: 1;
  min-width: 0;
}
.p-news__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-news__meta {
    margin-bottom: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-news__date {
  color: #585858;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-news__cat {
  background-color: #DBDBDB;
  color: #585858;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.125rem 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-news__cat {
    font-size: clamp(0.5215123859rem, 0rem + 2.6075619296vw, 1.25rem);
  }
}
.p-news__title {
  color: #0a0a0a;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.p-news__arrow {
  width: 1rem;
  height: 0.75rem;
  background-image: url("../../assets/img/common/arrow-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__arrow {
    width: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
    height: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-news .c-btn {
  margin: 0 auto;
}

.p-irLib {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-irLib {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0;
  }
}
.p-irLib__head {
  position: relative;
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-irLib__head {
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-irLib .c-downloadList {
  max-width: 1120px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .p-irLib .c-downloadList {
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-irLib .c-btn {
  margin: 0 auto;
}

/*----------▲▲ home ▲▲----------*/
/*----------▼▼ products ▼▼----------*/
.p-productsArch {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-productsArch {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-productsArch__group + .p-productsArch__group {
  margin-top: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-productsArch__group + .p-productsArch__group {
    margin-top: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-productsArch__head {
  text-align: center;
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-productsArch__head {
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-productsArch__tit {
  color: #333333;
  font-size: 1.875rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-productsArch__tit {
    font-size: clamp(1.3559322034rem, 0rem + 6.7796610169vw, 3.25rem);
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-productsArch__desc {
  color: #585858;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-productsArch__desc {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-productsArch .c-btn {
  margin: 0 auto;
}

.p-productsTags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2.8444444444px, 0px + 0.3703703704vw, 5px) clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
  margin-bottom: clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
  margin-top: clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-productsTags {
    gap: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px) clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
    margin-bottom: clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
    margin-top: clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
  }
}
.p-productsTags li {
  display: flex;
}
.p-productsTags__item {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #85BCF0;
  border: 1px solid #85BCF0;
  color: #FFF;
  font-size: clamp(6.8266666667px, 0px + 0.8888888889vw, 12px);
  font-weight: 700;
  line-height: 1;
  padding: clamp(2.2755555556px, 0px + 0.2962962963vw, 4px) clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
  border-radius: clamp(2.2755555556px, 0px + 0.2962962963vw, 4px);
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-productsTags__item {
    font-size: clamp(8.7614080834px, 0px + 2.7379400261vw, 21px);
    padding: clamp(2.9204693611px, 0px + 0.9126466754vw, 7px) clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
    border-radius: clamp(2.9204693611px, 0px + 0.9126466754vw, 7px);
  }
}
@media (hover: hover) {
  .p-productsTags__item:hover {
    background-color: #FFF;
    border-color: #85BCF0;
    color: #85BCF0;
    opacity: 1;
  }
}
.p-productsTags__item[data-tooltip]:not([data-tooltip=""])::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + clamp(5.6888888889px, 0px + 0.7407407407vw, 10px));
  left: 50%;
  transform: translateX(-50%);
  padding: clamp(3.4133333333px, 0px + 0.4444444444vw, 6px) clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
  background-color: #FFF;
  color: #295CAA;
  font-size: clamp(6.8266666667px, 0px + 0.8888888889vw, 12px);
  font-weight: 700;
  line-height: 1.5;
  max-width: clamp(159.2888888889px, 0px + 20.7407407407vw, 280px);
  width: max-content;
  white-space: normal;
  text-align: left;
  border-radius: clamp(2.2755555556px, 0px + 0.2962962963vw, 4px);
  filter: drop-shadow(clamp(1.1377777778px, 0px + 0.1481481481vw, 2px) clamp(1.1377777778px, 0px + 0.1481481481vw, 2px) clamp(2.2755555556px, 0px + 0.2962962963vw, 4px) rgba(0, 0, 0, 0.25));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-productsTags__item[data-tooltip]:not([data-tooltip=""])::after {
    bottom: calc(100% + clamp(8.3441981747px, 0px + 2.6075619296vw, 20px));
    padding: clamp(5.0065189048px, 0px + 1.5645371578vw, 12px) clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    max-width: clamp(183.5723598435px, 0px + 57.3663624511vw, 440px);
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
    border-radius: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px);
    filter: drop-shadow(clamp(1.6688396349px, 0px + 0.5215123859vw, 4px) clamp(1.6688396349px, 0px + 0.5215123859vw, 4px) clamp(3.3376792699px, 0px + 1.0430247718vw, 8px) rgba(0, 0, 0, 0.25));
  }
}
.p-productsTags__item[data-tooltip]:not([data-tooltip=""])::before {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: calc(100% + clamp(1.7066666667px, 0px + 0.2222222222vw, 3px));
  left: 50%;
  transform: translateX(-50%);
  width: clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
  height: clamp(4.5511111111px, 0px + 0.5925925926vw, 8px);
  background-color: #FFF;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  filter: drop-shadow(clamp(1.1377777778px, 0px + 0.1481481481vw, 2px) clamp(1.1377777778px, 0px + 0.1481481481vw, 2px) clamp(2.2755555556px, 0px + 0.2962962963vw, 4px) rgba(0, 0, 0, 0.25));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-productsTags__item[data-tooltip]:not([data-tooltip=""])::before {
    bottom: calc(100% + clamp(2.5032594524px, 0px + 0.7822685789vw, 6px));
    width: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    height: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    filter: drop-shadow(clamp(1.6688396349px, 0px + 0.5215123859vw, 4px) clamp(1.6688396349px, 0px + 0.5215123859vw, 4px) clamp(3.3376792699px, 0px + 1.0430247718vw, 8px) rgba(0, 0, 0, 0.25));
  }
}
@media (hover: hover) {
  .p-productsTags__item[data-tooltip]:not([data-tooltip=""]):hover::after, .p-productsTags__item[data-tooltip]:not([data-tooltip=""]):hover::before {
    opacity: 1;
    visibility: visible;
  }
}

.p-productsCat__cont {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-productsCat__cont {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-productsCat__detailItem .p-productsSingle {
  padding-top: 0;
}
.p-productsCat__detailItem + .p-productsCat__detailItem .p-productsSingle__hero {
  border-top: 4px solid rgba(204, 204, 204, 0.5);
  padding-top: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-productsCat__detailItem + .p-productsCat__detailItem .p-productsSingle__hero {
    padding-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-productsCat .c-pagination {
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-productsCat .c-pagination {
    margin-top: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}

.p-productsCatOv {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-productsCatOv {
    margin-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-productsCatOv__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-productsCatOv__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.p-productsCatOv__fig {
  width: 38.5%;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .p-productsCatOv__fig {
    width: 100%;
    height: 100%;
  }
}
.p-productsCatOv__fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-productsCatOv__body {
  width: 58.5%;
}
@media screen and (max-width: 767px) {
  .p-productsCatOv__body {
    width: 100%;
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-productsCatOv__name {
  color: #173974;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-productsCatOv__name {
    font-size: clamp(1.147327249rem, 0rem + 5.7366362451vw, 2.75rem);
  }
}
.p-productsCatOv__desc {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-productsCatOv__desc {
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
}

.p-productsCatDetail {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-productsCatDetail {
    margin-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-productsCatDetail .c-wysiwyg h2 {
  font-size: 1.5rem;
  color: #173974;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-productsCatDetail .c-wysiwyg h2 {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
  }
}
.p-productsCatDetail .c-wysiwyg h2::before {
  display: none;
}
.p-productsCatDetail .c-wysiwyg h3 {
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-productsCatDetail .c-wysiwyg h3 {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}

.p-productsCatNav {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-productsCatNav {
    margin-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-productsCatNav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2%;
}
@media screen and (max-width: 767px) {
  .p-productsCatNav__list {
    gap: clamp(0.4172099087rem, 0rem + 2.0860495437vw, 1rem) 2%;
  }
}
.p-productsCatNav__item {
  display: flex;
  gap: 3.75%;
  width: 32%;
  padding: 1rem 2%;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-productsCatNav__item {
    gap: 5%;
    width: 49%;
    padding: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem) 3%;
    border-radius: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.p-productsCatNav__item.is-current {
  border: 2px solid #295CAA;
}
.p-productsCatNav__fig {
  flex-shrink: 0;
  width: 30%;
  height: fit-content;
  aspect-ratio: 1/1;
}
.p-productsCatNav__fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-productsCatNav__body {
  flex: 1;
  min-width: 0;
}
.p-productsCatNav__name {
  color: #173974;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-productsCatNav__name {
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
}
.p-productsCatNav__desc {
  font-size: 0.75rem;
  line-height: 1.35;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-productsCatNav__desc {
    font-size: clamp(0.4693611473rem, 0rem + 2.3468057366vw, 1.125rem);
    margin-top: clamp(0.260756193rem, 0rem + 1.3037809648vw, 0.625rem);
  }
}

.p-productsFilter {
  margin: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) auto clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-productsFilter {
    margin: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px) auto clamp(26.7014341591px, 0px + 8.3441981747vw, 64px);
  }
}
.p-productsFilter__panel {
  width: 100%;
  transition: box-shadow 0.5s ease;
}
.p-productsFilter__panel:has(.p-productsFilter__btn[aria-expanded=true]) {
  box-shadow: 0 8px 24px rgba(23, 57, 116, 0.12);
}
.p-productsFilter__btn {
  position: relative;
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 2.5rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  background-color: #214b8f;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__btn {
    height: clamp(43.3898305085px, 0px + 13.5593220339vw, 104px);
    padding: 0 clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
    gap: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-productsFilter__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: transparent;
  transition: background-color 0.3s ease;
  pointer-events: none;
}
.p-productsFilter__btn[aria-expanded=true] {
  background-color: #FFF;
  color: #214b8f;
}
@media (hover: hover) {
  .p-productsFilter__btn:not([aria-expanded=true]):hover::before {
    background-color: rgba(255, 255, 255, 0.12);
  }
  .p-productsFilter__btn[aria-expanded=true]:hover::before {
    background-color: rgba(33, 75, 143, 0.12);
  }
}
.p-productsFilter__btnIcon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__btnIcon {
    width: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    height: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-productsFilter__btnIcon svg {
  width: 100%;
  height: 100%;
}
.p-productsFilter__btnTxt {
  line-height: 1;
}
.p-productsFilter__divider {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.25rem;
  background-color: currentColor;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__divider {
    right: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
    height: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-productsFilter__arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.875rem;
  height: 0.5rem;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__arrow {
    right: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
    width: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    height: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-productsFilter__arrow svg {
  width: 100%;
  height: 100%;
}
.p-productsFilter__btn[aria-expanded=true] .p-productsFilter__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.p-productsFilter__body {
  background-color: #FFF;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
}
.p-productsFilter__body[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.p-productsFilter__form {
  width: 100%;
  overflow: hidden;
  min-height: 0;
}
.p-productsFilter__formInner {
  padding: 1.5rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__formInner {
    padding: clamp(20.0260756193px, 0px + 6.258148631vw, 48px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-productsFilter__keyword {
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__keyword {
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-productsFilter__keyword input[type=text] {
  width: 100%;
  height: 2.75rem;
  background-color: #FFF;
  border: 2px solid #BBBDC0;
  border-radius: 0.25rem;
  padding: 0 1rem 0 2.75rem;
  font-size: 0.875rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__keyword input[type=text] {
    height: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
    padding: 0 clamp(11.6818774446px, 0px + 3.6505867014vw, 28px) 0 clamp(30.0391134289px, 0px + 9.3872229465vw, 72px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    border-radius: 0.25rem;
  }
}
.p-productsFilter__keyword input[type=text]::placeholder {
  color: #D9D9D9;
}
.p-productsFilter__keywordIcon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  color: #9F9F9F;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__keywordIcon {
    left: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    width: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    height: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-productsFilter__keywordIcon svg {
  width: 100%;
  height: 100%;
}
.p-productsFilter__specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.75rem, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__specs {
    grid-template-columns: 1fr;
    gap: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-productsFilter__spec {
  background-color: #e4eafa;
  padding: 0.875rem 1.25rem 1.125rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__spec {
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(13.3507170795px, 0px + 4.1720990874vw, 32px) clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-productsFilter__specTit {
  color: #173974;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__specTit {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    margin-bottom: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.p-productsFilter__specList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__specList {
    gap: clamp(7.5097783572px, 0px + 2.3468057366vw, 18px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-productsFilter__tax {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__tax {
    flex-direction: column;
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-productsFilter__taxLabel {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #173974;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__taxLabel {
    gap: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    line-height: 1;
    padding-top: 0;
  }
}
.p-productsFilter__taxLabel::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1px;
  background-color: #173974;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__taxLabel::after {
    width: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-productsFilter__taxList {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__taxList {
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-productsFilter__check {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.8125rem;
  color: #333333;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__check {
    gap: clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-productsFilter__check input[type=checkbox] {
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #FFF;
  border: 1px solid #9F9F9F;
  border-radius: 0.125rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__check input[type=checkbox] {
    width: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    height: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    border-radius: 0.1875rem;
  }
}
.p-productsFilter__check input[type=checkbox]:checked {
  background-color: #173974;
  border-color: #173974;
}
.p-productsFilter__check input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.25rem;
  height: 0.5rem;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-productsFilter__check input[type=checkbox]:checked::after {
    width: clamp(2.9204693611px, 0px + 0.9126466754vw, 7px);
    height: clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
  }
}
.p-productsFilter__submitWrap {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__submitWrap {
    margin-top: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-productsFilter__submit {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  height: 3rem;
  padding: 0 1.5rem 0 3.75rem;
  background-color: #173974;
  border-radius: 0.25rem;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__submit {
    gap: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
    height: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
    padding: 0 clamp(20.0260756193px, 0px + 6.258148631vw, 48px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
    font-size: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-productsFilter__submit svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-productsFilter__submit svg {
    width: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    height: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
@media (hover: hover) {
  .p-productsFilter__submit:hover {
    opacity: 0.85;
  }
}

.p-productsSingle {
  padding-top: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-productsSingle {
    padding-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-productsSingle__hero {
  display: flex;
  gap: 4.5%;
  align-items: flex-start;
  padding-bottom: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-productsSingle__hero {
    flex-direction: column;
    gap: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    padding-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-productsSingle__info {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__info {
    width: 100%;
    order: 2;
  }
}
.p-productsSingle__name {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3333333333;
  color: #0a0a0a;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__name {
    font-size: clamp(1.2516297262rem, 0rem + 6.258148631vw, 3rem);
    margin-bottom: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-productsSingle__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__tags {
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    margin-bottom: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-productsSingle__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
  padding: 0 0.5rem;
  background-color: #85bcf0;
  border: 1px solid #85bcf0;
  border-radius: 0.25rem;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__tag {
    height: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    padding: 0 clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
@media (hover: hover) {
  .p-productsSingle__tag:hover {
    background-color: #FFF;
    border-color: #85bcf0;
    color: #85bcf0;
    opacity: 1;
  }
}
.p-productsSingle__summary {
  font-size: 0.875rem;
  color: #0a0a0a;
  line-height: 1.4285714286;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__summary {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    margin-bottom: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-productsSingle__specInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__specInfo {
    gap: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    margin-bottom: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-productsSingle__specInfoItem {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-productsSingle__specInfoItem dt {
  font-size: 0.75rem;
  font-weight: 700;
  color: #939598;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__specInfoItem dt {
    font-size: clamp(0.5215123859rem, 0rem + 2.6075619296vw, 1.25rem);
  }
}
.p-productsSingle__specInfoItem dd {
  font-size: 0.75rem;
  color: #0a0a0a;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__specInfoItem dd {
    font-size: clamp(0.5215123859rem, 0rem + 2.6075619296vw, 1.25rem);
  }
}
.p-productsSingle__usageTags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__usageTags {
    gap: clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
  }
}
.p-productsSingle__usageTag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
  padding: 0 0.5rem;
  background-color: #FFF;
  border: 1px solid #bbbdc0;
  border-radius: 0.25rem;
  color: #6d6e70;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__usageTag {
    height: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    padding: 0 clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-productsSingle__tagNote {
  font-size: 0.75rem;
  color: #585858;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__tagNote {
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-productsSingle__metaTags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__metaTags {
    gap: clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
    margin-bottom: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-productsSingle__metaTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
  padding: 0 0.625rem;
  background-color: #FFF;
  border: 1px solid #BBBDC0;
  border-radius: 0.25rem;
  color: #585858;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__metaTag {
    height: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    padding: 0 clamp(7.5097783572px, 0px + 2.3468057366vw, 18px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
@media (hover: hover) {
  .p-productsSingle__metaTag:hover {
    background-color: #f0f4fa;
    border-color: #8aa3bd;
    opacity: 1;
  }
}
.p-productsSingle__tag[data-tooltip]:not([data-tooltip=""]), .p-productsSingle__metaTag[data-tooltip]:not([data-tooltip=""]) {
  position: relative;
}
.p-productsSingle__tag[data-tooltip]:not([data-tooltip=""])::after, .p-productsSingle__metaTag[data-tooltip]:not([data-tooltip=""])::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.375rem 0.5rem;
  background-color: #FFF;
  color: #295CAA;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  max-width: 17.5rem;
  width: max-content;
  white-space: normal;
  text-align: left;
  border-radius: 0.25rem;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__tag[data-tooltip]:not([data-tooltip=""])::after, .p-productsSingle__metaTag[data-tooltip]:not([data-tooltip=""])::after {
    max-width: clamp(183.5723598435px, 0px + 57.3663624511vw, 440px);
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
}
.p-productsSingle__tag[data-tooltip]:not([data-tooltip=""])::before, .p-productsSingle__metaTag[data-tooltip]:not([data-tooltip=""])::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #FFF;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__tag[data-tooltip]:not([data-tooltip=""])::before, .p-productsSingle__metaTag[data-tooltip]:not([data-tooltip=""])::before {
    width: clamp(0.4172099087rem, 0rem + 2.0860495437vw, 1rem);
    height: clamp(0.4172099087rem, 0rem + 2.0860495437vw, 1rem);
  }
}
@media (hover: hover) {
  .p-productsSingle__tag[data-tooltip]:not([data-tooltip=""]):hover::after, .p-productsSingle__tag[data-tooltip]:not([data-tooltip=""]):hover::before, .p-productsSingle__metaTag[data-tooltip]:not([data-tooltip=""]):hover::after, .p-productsSingle__metaTag[data-tooltip]:not([data-tooltip=""]):hover::before {
    opacity: 1;
    visibility: visible;
  }
}
.p-productsSingle__mto {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__mto {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    margin-bottom: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-productsSingle__mtoBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 1.875rem;
  padding: 0 0.75rem;
  background-color: #DBDBDB;
  color: #585858;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__mtoBadge {
    height: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    padding: 0 clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-productsSingle__mtoNote {
  flex: 1;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__mtoNote {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-productsSingle__gallery {
  flex: 0 0 50%;
  min-width: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__gallery {
    width: 100%;
    flex-basis: auto;
    order: 1;
  }
}
.p-productsSingle__mainSwiperWrap {
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}
.p-productsSingle__mainSwiper {
  width: 100%;
  aspect-ratio: 500/280;
}
.p-productsSingle__mainSwiper .swiper-slide {
  height: 100%;
}
.p-productsSingle__mainSwiper .swiper-slide img,
.p-productsSingle__mainSwiper .swiper-slide video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.p-productsSingle__thumbNav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__thumbNav {
    gap: clamp(5.0065189048px, 0px + 1.5645371578vw, 12px);
    margin-top: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-productsSingle__thumbBtn {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../../assets/img/common/arrow-gray-mini.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__thumbBtn {
    width: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    height: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.p-productsSingle__thumbBtn.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.p-productsSingle__thumbPrev {
  transform: rotate(90deg);
}
.p-productsSingle__thumbNext {
  transform: rotate(-90deg);
}
.p-productsSingle__thumbSwiper {
  flex: 1;
  min-width: 0;
}
.p-productsSingle__thumbSwiper .swiper-slide {
  aspect-ratio: 60/48;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
.p-productsSingle__thumbSwiper .swiper-slide img,
.p-productsSingle__thumbSwiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-productsSingle__thumbSwiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #295CAA;
}
.p-productsSingle__specsSec {
  padding-bottom: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-productsSingle__specsSec {
    padding-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-productsSingle__specs {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__specs {
    display: block;
  }
  .p-productsSingle__specs tbody, .p-productsSingle__specs tr {
    display: block;
    width: 100%;
  }
}
.p-productsSingle__specHead {
  width: 8.5rem;
  padding: 1rem;
  background-color: #e4eeff;
  border: 1px solid #bbbdc0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0a0a0a;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__specHead {
    display: block;
    width: 100%;
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-productsSingle__specBody {
  padding: 1.5rem 2rem;
  background-color: #FFF;
  border: 1px solid #bbbdc0;
  font-size: 0.875rem;
  color: #0a0a0a;
  line-height: 1.7142857143;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__specBody {
    display: block;
    width: 100%;
    padding: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-productsSingle__specBody ul {
  list-style: disc;
  padding-left: 1.25rem;
}
.p-productsSingle__specBody li {
  line-height: 1.7142857143;
}
.p-productsSingle__specBody table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__specBody table {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-productsSingle__specBody table > tbody {
  display: table;
  width: max-content;
  max-width: none;
  border-collapse: collapse;
}
.p-productsSingle__specBody table th, .p-productsSingle__specBody table td {
  border: 1px solid #a8a8a8;
  padding: 0.375rem 0.5rem;
  text-align: center;
  white-space: nowrap;
}
.p-productsSingle__specBody table th {
  background-color: #e9e9e9;
}
.p-productsSingle__specBody table .bg--gray {
  background-color: #CCCCCC;
}
.p-productsSingle__specBody table .bg--blue {
  background-color: #ccffff;
}
.p-productsSingle__faqSec {
  padding-bottom: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-productsSingle__faqSec {
    padding-bottom: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-productsSingle__downloadSec {
  padding-bottom: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-productsSingle__downloadSec {
    padding-bottom: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-productsSingle__downloadItem + .p-productsSingle__downloadItem {
  margin-top: -1px;
}
.p-productsSingle__downloadItem .p-download__card {
  flex-direction: row;
  align-items: center;
  min-height: 0;
  padding: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-productsSingle__downloadItem .p-download__card {
    flex-direction: column;
    align-items: stretch;
    padding: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px) clamp(23.3637548892px, 0px + 7.3011734029vw, 56px) clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-productsSingle__downloadItem .p-download__tit {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__downloadItem .p-download__tit {
    flex: initial;
  }
}
.p-productsSingle__downloadItem .p-download__downloadLink {
  position: static;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__downloadItem .p-download__downloadLink {
    position: absolute;
    right: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
    bottom: clamp(15.0195567145px, 0px + 4.6936114733vw, 36px);
    margin-left: 0;
    gap: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-productsSingle__downloadCatWrap {
  flex-shrink: 0;
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-productsSingle__downloadCatWrap {
    width: auto;
  }
}

/*----------▲▲ products ▲▲----------*/
/*----------▼▼ company ▼▼----------*/
.p-companyIntro {
  margin: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) auto;
}
@media screen and (max-width: 767px) {
  .p-companyIntro {
    margin: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) auto;
  }
}
.p-companyIntro__videoWrap {
  position: relative;
  overflow: hidden;
  max-width: 48.5rem;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background-color: #000;
}
.p-companyIntro__videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  display: block;
  border: 0;
}

/*----------▲▲ company ▲▲----------*/
/*----------▼▼ profile ▼▼----------*/
.p-profile {
  overflow: hidden;
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 5.5vw clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 5vw clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-profile__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile__inner {
    flex-flow: column;
  }
}
.p-profile__imgWrap {
  overflow: hidden;
  width: calc(100vw - 69.4444444444%);
  max-width: 45vw;
  max-height: 100%;
  aspect-ratio: 0.5;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-profile__imgWrap {
    display: none;
  }
}
.p-profile__imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-profile__cont {
  width: 52.0833333333%;
}
@media screen and (max-width: 767px) {
  .p-profile__cont {
    width: 100%;
  }
}
.p-profile__row {
  display: flex;
  align-items: flex-start;
  padding: 2rem 0;
  border-top: 1px solid #cecece;
}
.p-profile__row:last-child {
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  .p-profile__row {
    flex-direction: column;
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) 0;
  }
}
.p-profile__label {
  width: 8.5rem;
  flex-shrink: 0;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #173974;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-profile__label {
    width: 100%;
    padding: 0;
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-profile__value {
  flex: 1;
  padding: 0 12% 0 5%;
  font-size: 0.875rem;
  color: #0a0a0a;
  line-height: 1.7142857143;
}
.p-profile__value p + p {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-profile__value {
    padding: 0;
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-profile__value.is-dense {
  line-height: 1.4285714286;
}

/*----------▲▲ profile ▲▲----------*/
/*----------▼▼ ir ▼▼----------*/
.p-irLibrary {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 8.5vw clamp(70.2171428571px, 0px + 9.1428571429vw, 128px);
}
@media screen and (max-width: 767px) {
  .p-irLibrary {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 5vw clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-irLibrary__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-irLibrary__inner {
    max-width: 100%;
  }
}
.p-irLibrary__inner .c-secTit {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-irLibrary__inner .c-secTit {
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-irLibrary__list {
  margin-top: 0;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-irLibrary__list {
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-irLibrary__tag {
  flex-shrink: 0;
  min-width: 7.5rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.625rem;
  background-color: #dbdbdb;
  font-size: 0.75rem;
  font-weight: 700;
  color: #585858;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-irLibrary__tag {
    min-width: 0;
    height: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    padding: 0 clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
    grid-area: meta;
    justify-self: start;
  }
}
.p-irLibrary__btnWrap {
  display: flex;
  justify-content: center;
}
.p-irLibrary__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25rem;
  height: 3.75rem;
  background-color: #173974;
  border: 1px solid #173974;
  border-radius: 0.375rem;
  color: #FFF;
  font-size: 1rem;
  padding: 0 1rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-irLibrary__btn {
    width: 100%;
    height: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
@media (hover: hover) {
  .p-irLibrary__btn:hover {
    opacity: 0.8;
  }
}
.p-irLibrary__btnArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
  transition: 0.3s;
}
.p-irLibrary .c-linkTabs {
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
.p-irLibrary .c-pagination {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-irLibrary .c-pagination {
    margin-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}

/*----------▲▲ ir ▲▲----------*/
/*----------▼▼ ir-notice ▼▼----------*/
.p-irNotice__intro {
  max-width: 62.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(20rem, clamp(320px, 146.2278481013px + 22.6265822785vw, 463px)) minmax(15rem, 1fr);
  gap: clamp(40px, -68.1518987342px + 14.082278481vw, 129px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-irNotice__intro {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-irNotice__img {
  height: 25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-irNotice__img {
    height: clamp(216.9491525424px, 0px + 67.7966101695vw, 520px);
  }
}
.p-irNotice__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-irNotice__head {
  display: flex;
  flex-direction: column;
  gap: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-irNotice__head {
    gap: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-irNotice__lead {
  font-size: clamp(1.25rem, 0.9462025316rem + 0.6329113924vw, 1.5rem);
  font-weight: 500;
  color: #173974;
  line-height: 1.9166666667;
}
@media screen and (max-width: 767px) {
  .p-irNotice__lead {
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
    line-height: 1.7;
  }
}
.p-irNotice__profile {
  color: #0a0a0a;
  line-height: 2.375;
}
.p-irNotice__position, .p-irNotice__en {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-irNotice__position, .p-irNotice__en {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-irNotice__name {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-irNotice__name {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
  }
}
.p-irNotice__body {
  max-width: 62.5rem;
  margin: clamp(33.4628571429px, 0px + 4.3571428571vw, 61px) auto 0;
}
@media screen and (max-width: 767px) {
  .p-irNotice__body {
    max-width: 100%;
    margin-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}

/*----------▲▲ ir-notice ▲▲----------*/
/*----------▼▼ ir-calendar ▼▼----------*/
.p-irCalendar__inner {
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-irCalendar__inner {
    max-width: 100%;
  }
}
.p-irCalendar__tit {
  margin-bottom: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  font-size: 1.5rem;
  font-weight: 500;
  color: #173974;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-irCalendar__tit {
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
  }
}

/*----------▲▲ ir-calendar ▲▲----------*/
/*----------▼▼ ir-stock ▼▼----------*/
.p-irStock__inner {
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-irStock__inner {
    max-width: 100%;
  }
}
.p-irStock__link {
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-irStock__link {
    margin-top: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-irStock__note {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #585858;
}
@media screen and (max-width: 767px) {
  .p-irStock__note {
    margin-top: clamp(5.0065189048px, 0px + 1.5645371578vw, 12px);
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
}

/*----------▲▲ ir-stock ▲▲----------*/
/*----------▼▼ ir-policy ▼▼----------*/
/*----------▲▲ ir-policy ▲▲----------*/
/*----------▼▼ securities-report ▼▼----------*/
.p-securitiesReport {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 8.5vw;
}
@media screen and (max-width: 767px) {
  .p-securitiesReport {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 5vw;
  }
}
.p-securitiesReport__inner {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-securitiesReport__inner {
    max-width: 100%;
  }
}
.p-securitiesReport__lead {
  font-size: 1rem;
  color: #0a0a0a;
  line-height: 1.8125;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-securitiesReport__lead {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    margin-bottom: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px);
  }
}

/*----------▲▲ securities-report ▲▲----------*/
/*----------▼▼ message ▼▼----------*/
.p-message {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-message__lead {
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
  height: clamp(197.4857142857px, 0px + 25.7142857143vw, 360px);
  overflow: hidden;
  background-image: url("../../assets/img/company/message-lead-pc.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-message__lead {
    max-width: 100%;
    height: clamp(150.1955671447px, 0px + 46.9361147327vw, 360px);
    background-image: url("../../assets/img/company/message-lead-sp.jpg");
    background-size: cover;
    background-position: center;
  }
}
.p-message__leadTxt {
  position: absolute;
  right: clamp(40px, -251.6455696203px + 37.9746835443vw, 280px);
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-message__leadTxt {
    right: 6%;
  }
}
.p-message__motto {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 2.25rem;
  font-weight: 700;
  color: #173974;
  line-height: 0.6666666667;
  letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
  .p-message__motto {
    font-size: clamp(1rem, 0.9105145414rem + 0.4474272931vw, 1.125rem);
    line-height: 1.1;
  }
}
.p-message__mottoJa {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-message__mottoJa {
    font-size: clamp(0.8125rem, 0.7230145414rem + 0.4474272931vw, 0.9375rem);
    line-height: 1.45;
    margin-top: clamp(8px, 6.5682326622px + 0.4474272931vw, 10px);
  }
}
.p-message__body {
  max-width: 50rem;
  margin: clamp(37.3028571429px, 0px + 4.8571428571vw, 68px) auto 0;
  font-size: 1rem;
  color: #333333;
  line-height: 1.8125;
}
.p-message__body p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__body p + p {
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-message__body {
    max-width: 100%;
    margin-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
    font-size: clamp(0.3911342894rem, 0rem + 1.9556714472vw, 0.9375rem);
  }
}
.p-message__sign {
  max-width: 50rem;
  margin: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) auto 0;
  text-align: right;
  font-size: 1rem;
  color: #333333;
  line-height: 1.8125;
  letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
  .p-message__sign {
    max-width: 100%;
    margin-top: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
    font-size: clamp(0.3911342894rem, 0rem + 1.9556714472vw, 0.9375rem);
  }
}

/*----------▲▲ message ▲▲----------*/
/*----------▼▼ history ▼▼----------*/
.p-history {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-history {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-history__inner {
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-history__inner {
    padding: 0 5vw;
  }
}
.p-history__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-history__list::before {
  display: none;
}
.p-history__item {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.p-history__item::before {
  display: none;
}
.p-history__year {
  flex: 0 0 7rem;
  padding: 0.5rem 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #173974;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-history__year {
    flex: 0 0 5rem;
    font-size: clamp(0.3650586701rem, 0rem + 1.8252933507vw, 0.875rem);
    padding: clamp(5.0065189048px, 0px + 1.5645371578vw, 12px) 0.5rem clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-history__line {
  flex: 0 0 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-history__line {
    flex: 0 0 2rem;
  }
}
.p-history__lineBar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #173974;
}
.p-history__dot {
  position: absolute;
  left: 0.5rem;
  top: 0.75rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #173974;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-history__dot {
    top: clamp(7.5097783572px, 0px + 2.3468057366vw, 18px);
    width: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    height: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-history__cont {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-history__cont {
    padding: clamp(5.0065189048px, 0px + 1.5645371578vw, 12px) clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-history__head {
  font-size: 1.5rem;
  font-weight: 500;
  color: #173974;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-history__head {
    font-size: clamp(0.5215123859rem, 0rem + 2.6075619296vw, 1.25rem);
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-history__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0a0a0a;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-history__text {
    font-size: clamp(0.3650586701rem, 0rem + 1.8252933507vw, 0.875rem);
  }
}
.p-history__bullets {
  list-style: disc;
  padding-left: 1.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0a0a0a;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-history__bullets {
    font-size: clamp(0.3650586701rem, 0rem + 1.8252933507vw, 0.875rem);
  }
}
.p-history__imgBelow {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-history__imgBelow {
    margin-top: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-history__imgBelow img {
  width: 100%;
  height: auto;
  display: block;
}
.p-history__contRow {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-history__contRow {
    flex-direction: column;
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-history__contBody {
  flex: 1;
  min-width: 0;
}
.p-history__imgSide {
  flex-shrink: 0;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-history__imgSide {
    width: 100%;
  }
}
.p-history__imgSide img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------▲▲ history ▲▲----------*/
/*----------▼▼ locations ▼▼----------*/
.p-locations {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-locations {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-locations__section {
  margin-top: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-locations__section {
    margin-top: clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-locations__secTit {
  font-size: 1.5rem;
  font-weight: 500;
  color: #173974;
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-locations__secTit {
    font-size: clamp(0.5215123859rem, 0rem + 2.6075619296vw, 1.25rem);
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-locations__card {
  display: flex;
  align-items: flex-start;
  padding: clamp(30.72px, 0px + 4vw, 56px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  gap: clamp(18.1028571429px, 0px + 2.3571428571vw, 33px);
  background-color: #FFF;
  border: 1px solid #bbbdc0;
  margin-top: -1px;
  margin-left: -1px;
  min-height: clamp(140.4342857143px, 0px + 18.2857142857vw, 256px);
}
@media screen and (max-width: 767px) {
  .p-locations__card {
    flex-direction: column;
    padding: clamp(20.0260756193px, 0px + 6.258148631vw, 48px) clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-locations__img {
  flex-shrink: 0;
  width: 12rem;
  height: 9rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-locations__img {
    width: 100%;
    height: clamp(100.1303780965px, 0px + 31.2907431551vw, 240px);
  }
}
.p-locations__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-locations__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 9rem;
}
@media screen and (max-width: 767px) {
  .p-locations__info {
    min-height: auto;
    width: 100%;
  }
}
.p-locations__name {
  font-size: 1rem;
  font-weight: 500;
  color: #173974;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-locations__name {
    font-size: clamp(0.4172099087rem, 0rem + 2.0860495437vw, 1rem);
    margin-bottom: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-locations__addr {
  font-size: 0.8125rem;
  color: #0a0a0a;
  line-height: 1.5384615385;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-locations__addr {
    font-size: clamp(0.3389830508rem, 0rem + 1.6949152542vw, 0.8125rem);
  }
}
.p-locations__site {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-locations__site {
    font-size: clamp(0.3389830508rem, 0rem + 1.6949152542vw, 0.8125rem);
  }
}
.p-locations__site a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  color: #173974;
}
.p-locations__mapRow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: auto;
}
.p-locations__mapTxt {
  font-size: 0.875rem;
  font-weight: 500;
  color: #173974;
}
@media screen and (max-width: 767px) {
  .p-locations__mapTxt {
    font-size: clamp(0.3650586701rem, 0rem + 1.8252933507vw, 0.875rem);
  }
}

/*----------▲▲ locations ▲▲----------*/
/*----------▼▼ recruit ▼▼----------*/
.p-recruitGrad {
  display: grid;
  grid-template-columns: 800fr 640fr;
  margin-bottom: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-recruitGrad {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-recruitGrad {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitGrad {
    margin-bottom: 0;
  }
}
.p-recruitGrad__img {
  height: clamp(175.5428571429px, 0px + 22.8571428571vw, 320px);
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruitGrad__img {
    height: clamp(166.8839634941px, 0px + 52.1512385919vw, 400px);
  }
}
.p-recruitGrad__cont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-recruitGrad__cont {
    padding: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px) 5vw;
    gap: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-recruitGrad__tit {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #173974;
}
@media screen and (max-width: 767px) {
  .p-recruitGrad__tit {
    font-size: clamp(1.147327249rem, 0rem + 5.7366362451vw, 2.75rem);
  }
}
.p-recruitGrad__txt {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-recruitGrad__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-recruitGrad__btns {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-recruitGrad__btns {
    flex-direction: column;
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-recruitGrad__btns .c-dlBtn {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-recruitGrad__btns .c-dlBtn {
    width: 100%;
  }
}
.p-recruitGrad__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: 1px solid #bbbdc0;
  padding: 0.375rem 0.75rem;
  width: fit-content;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-recruitGrad__logo {
    width: 100%;
    padding: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-recruitGrad__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-recruitCareer {
  display: grid;
  grid-template-columns: 640fr 800fr;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-recruitCareer {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-recruitCareer {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitCareer {
    grid-template-columns: 1fr;
  }
}
.p-recruitCareer__cont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  order: 1;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-recruitCareer__cont {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-recruitCareer__cont {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitCareer__cont {
    padding: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px) 5vw;
    gap: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    order: 2;
  }
}
.p-recruitCareer__tit {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #173974;
}
@media screen and (max-width: 767px) {
  .p-recruitCareer__tit {
    font-size: clamp(1.147327249rem, 0rem + 5.7366362451vw, 2.75rem);
  }
}
.p-recruitCareer__txt {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-recruitCareer__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-recruitCareer__img {
  height: clamp(175.5428571429px, 0px + 22.8571428571vw, 320px);
  background-image: var(--img);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  order: 2;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-recruitCareer__img {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-recruitCareer__img {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitCareer__img {
    height: clamp(166.8839634941px, 0px + 52.1512385919vw, 400px);
    order: 1;
  }
}
.p-recruitCareer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 0.2rem 1.5rem;
  background-color: #173974;
  border: 1px solid #173974;
  border-radius: 0.25rem;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  width: fit-content;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruitCareer__btn {
    width: 100%;
    gap: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    padding: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
@media (hover: hover) {
  .p-recruitCareer__btn:hover {
    background-color: #FFF;
    color: #173974;
  }
  .p-recruitCareer__btn:hover .p-recruitCareer__btnArrow {
    background-image: url("../../assets/img/common/arrow-navy.svg");
    transform: translateX(5px);
  }
}
.p-recruitCareer__btnArrow {
  width: 1rem;
  height: 0.75rem;
  flex-shrink: 0;
  background-image: url("../../assets/img/common/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}

.p-recruitSeminar {
  padding: 0 8.5vw clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-recruitSeminar {
    padding: 0 5vw clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-recruitSeminar__inner {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #bbbdc0;
  position: relative;
  overflow: hidden;
  height: 8.5rem;
  display: flex;
  align-items: center;
  background-image: var(--img);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
.p-recruitSeminar__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, white 25%, transparent 55%);
}
@media screen and (max-width: 768px) {
  .p-recruitSeminar__inner {
    height: auto;
    align-items: flex-start;
    background-position: center;
  }
  .p-recruitSeminar__inner::after {
    background: linear-gradient(to right, white 35%, rgba(255, 255, 255, 0.7) 60%, transparent 90%);
  }
}
.p-recruitSeminar__cont {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruitSeminar__cont {
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitSeminar__cont {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) 5vw;
  }
}
.p-recruitSeminar__tit {
  font-size: 1.25rem;
  font-weight: 700;
  color: #173974;
}
@media screen and (max-width: 767px) {
  .p-recruitSeminar__tit {
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.p-recruitSeminar__txt {
  font-size: 0.75rem;
  line-height: 1;
  color: #333333;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruitSeminar__txt {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    margin-bottom: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.p-recruitSeminar__logo {
  display: block;
}
.p-recruitSeminar__logo img {
  display: block;
}

/*----------▲▲ recruit ▲▲----------*/
/*----------▼▼ information ▼▼----------*/
.p-informationTreatment {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 8.5vw;
}
@media screen and (max-width: 767px) {
  .p-informationTreatment {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 5vw;
  }
}
.p-informationTreatment__tit {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-informationTreatment__tit {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-informationTreatment__table {
  border-top: 1px solid #cecece;
}
.p-informationTreatment__row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  .p-informationTreatment__row {
    flex-direction: column;
  }
}
.p-informationTreatment__term {
  flex-shrink: 0;
  width: 7.5rem;
  padding: 2rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #173974;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-informationTreatment__term {
    width: 100%;
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) 5vw clamp(3.3376792699px, 0px + 1.0430247718vw, 8px);
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-informationTreatment__desc {
  flex: 1;
  padding: 2rem;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-informationTreatment__desc {
    padding: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px) 5vw clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}

.p-informationEnv {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 8.5vw clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-informationEnv {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 5vw clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
  }
}
.p-informationEnv__tit {
  font-size: 1.75rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-informationEnv__tit {
    font-size: clamp(1.147327249rem, 0rem + 5.7366362451vw, 2.75rem);
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-informationEnv__block + .p-informationEnv__block {
  margin-top: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-informationEnv__block + .p-informationEnv__block {
    margin-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-informationEnv__head {
  font-size: 1.5rem;
  font-weight: 500;
  color: #173974;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-informationEnv__head {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-informationEnv__txt {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
.p-informationEnv__txt p + p {
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-informationEnv__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-informationEnv__blockInner {
  display: flex;
  gap: clamp(29.0742857143px, 0px + 3.7857142857vw, 53px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-informationEnv__blockInner {
    flex-direction: column;
    gap: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-informationEnv__blockCont {
  flex: 1;
}
.p-informationEnv__blockPart + .p-informationEnv__blockPart {
  margin-top: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-informationEnv__blockPart + .p-informationEnv__blockPart {
    margin-top: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-informationEnv__blockImg {
  flex-shrink: 0;
  width: clamp(180.48px, 0px + 23.5vw, 329px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-informationEnv__blockImg {
    width: 100%;
  }
}
.p-informationEnv__blockImg img {
  display: block;
  width: 100%;
  height: auto;
}

.p-informationFlow {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-informationFlow {
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-informationFlow__bar {
  background: #0074bc;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-informationFlow__bar {
    height: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
  }
}
.p-informationFlow__period {
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-informationFlow__period {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.p-informationFlow__list {
  display: flex;
  background: #efefef;
  overflow: hidden;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-informationFlow__list {
    gap: 5px;
    overflow: visible;
    background: none;
    flex-direction: column;
    margin-top: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-informationFlow__item {
  flex: 1;
  padding: 0.625rem 1.5rem 0.75rem 3rem;
}
.p-informationFlow__item:nth-child(1) {
  background-color: #D4DEEE;
  clip-path: polygon(0 0, 100% 0, calc(100% - 44px) 100%, 0 100%);
  padding-left: 0.875rem;
}
.p-informationFlow__item:nth-child(1) .p-informationFlow__txt {
  margin: 0 20px 0 0px;
}
.p-informationFlow__item:nth-child(2) {
  background-color: #CCE8F6;
  clip-path: polygon(44px 0, 100% 0, calc(100% - 44px) 100%, 0 100%);
  margin-left: -36px;
}
.p-informationFlow__item:nth-child(3) {
  background-color: #CCE8F6;
  clip-path: polygon(44px 0, 100% 0, calc(100% - 44px) 100%, 0 100%);
  margin-left: -36px;
}
.p-informationFlow__item:nth-child(4) {
  background-color: #CCE8F6;
  clip-path: polygon(44px 0, 100% 0, calc(100% - 44px) 100%, 0 100%);
  margin-left: -36px;
}
.p-informationFlow__item:nth-child(5) {
  background-color: #CCE8F6;
  clip-path: polygon(44px 0, 100% 0, calc(100% - 44px) 100%, 0 100%);
  margin-left: -36px;
}
.p-informationFlow__item:nth-child(6) {
  background-color: #CCEFEF;
  clip-path: polygon(44px 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -36px;
}
@media screen and (max-width: 768px) {
  .p-informationFlow__item {
    margin-left: 0;
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) 5vw clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    border: none;
  }
  .p-informationFlow__item:nth-child(n) {
    margin-left: 0;
    clip-path: none;
  }
  .p-informationFlow__item:nth-child(1) {
    padding-left: 5vw;
  }
}
.p-informationFlow__step {
  display: block;
  font-style: normal;
  font-size: 0.8125rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.p-informationFlow__name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #295CAA;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-informationFlow__name {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-informationFlow__txt {
  font-size: 0.8125rem;
  color: #333333;
  line-height: 1.5384615385;
  margin: 0 20px 0 -20px;
}
@media screen and (max-width: 768px) {
  .p-informationFlow__txt {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-informationFlow__txt {
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
}

.p-informationEntry {
  padding-bottom: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-informationEntry {
    padding-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-informationEntry .c-btn {
  margin: 0 auto;
}

/*----------▲▲ information ▲▲----------*/
/*----------▼▼ career ▼▼----------*/
.p-careerList {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 8.5vw clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-careerList {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 5vw clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
  }
}

.p-careerTabs {
  margin-bottom: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-careerTabs {
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}

.p-careerGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding-top: 1px;
  padding-left: 1px;
}
@media screen and (max-width: 768px) {
  .p-careerGrid {
    grid-template-columns: 1fr;
  }
}

.p-careerCard {
  border: 1px solid #bbbdc0;
  background-color: #bbbdc0;
  margin-top: -1px;
  margin-left: -1px;
}
.p-careerCard.is-hidden {
  display: none;
}
.p-careerCard__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5rem 3rem;
  background-color: #FFF;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-careerCard__link {
    padding: clamp(20.0260756193px, 0px + 6.258148631vw, 48px) 5vw;
  }
}
@media (hover: hover) {
  .p-careerCard__link:hover {
    opacity: 0.8;
  }
  .p-careerCard__link:hover .p-careerCard__arrow {
    transform: translateX(5px);
  }
}
.p-careerCard__body {
  flex: 1;
}
.p-careerCard__tit {
  font-size: 1.125rem;
  font-weight: 700;
  color: #173974;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-careerCard__tit {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-careerCard__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1441px) {
  .p-careerCard__inner {
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-careerCard__inner {
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-careerCard__table {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.125rem 0;
}
@media screen and (min-width: 1441px) {
  .p-careerCard__table {
    flex: 1;
  }
}
.p-careerCard__row {
  display: contents;
}
.p-careerCard__term {
  box-sizing: border-box;
  padding: 1rem;
  background-color: #f2f2f2;
  font-size: 0.875rem;
  font-weight: 500;
  color: #173974;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-careerCard__term {
    padding: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-careerCard__desc {
  padding: 1rem;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-careerCard__desc {
    padding: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-careerCard__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-careerCard__list li + li {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-careerCard__list li + li {
    margin-top: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px);
  }
}
.p-careerCard__img {
  width: 100%;
  height: clamp(120.6857142857px, 0px + 15.7142857143vw, 220px);
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .p-careerCard__img {
    flex-shrink: 0;
    width: clamp(105.3257142857px, 0px + 13.7142857143vw, 192px);
    height: clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
  }
}
@media screen and (max-width: 767px) {
  .p-careerCard__img {
    height: clamp(116.8187744459px, 0px + 36.5058670143vw, 280px);
  }
}
.p-careerCard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-careerCard__arrowRow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 1rem;
}
.p-careerCard__arrowTxt {
  font-size: 0.875rem;
  font-weight: 500;
  color: #173974;
}
@media screen and (max-width: 767px) {
  .p-careerCard__arrowTxt {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-careerCard__arrow {
  display: block;
  width: 1.25rem;
  height: 0.9375rem;
  background-image: url("../../assets/img/common/arrow-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-careerCard__arrow {
    width: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    height: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}

.p-careerComeback {
  padding: 0 8.5vw clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-careerComeback {
    padding: 0 5vw clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
  }
}
.p-careerComeback__tit {
  font-size: 1.5rem;
  font-weight: 500;
  color: #173974;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-careerComeback__tit {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-careerComeback__txt {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
.p-careerComeback__txt p + p {
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-careerComeback__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}

/*----------▲▲ career ▲▲----------*/
/*----------▼▼ staff-message ▼▼----------*/
.p-staffMsg {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 8.5vw clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-staffMsg {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 5vw clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
  }
}

.p-staffMsgCard {
  background-color: #FFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: 3.5rem 5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-staffMsgCard {
    padding: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px) 5vw;
  }
}
.p-staffMsgCard + .p-staffMsgCard {
  margin-top: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-staffMsgCard + .p-staffMsgCard {
    margin-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-staffMsgCard__catch {
  font-size: 1.875rem;
  font-weight: 700;
  color: #295CAA;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-staffMsgCard__catch {
    font-size: clamp(1.147327249rem, 0rem + 5.7366362451vw, 2.75rem);
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-staffMsgCard__profile {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-staffMsgCard__profile {
    flex-wrap: wrap;
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-staffMsgCard__name {
  font-size: 1.5rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-staffMsgCard__name {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
  }
}
.p-staffMsgCard__dept {
  font-size: 1rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-staffMsgCard__dept {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-staffMsgCard__inner {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-staffMsgCard__inner {
    flex-direction: column;
  }
}
.p-staffMsgCard__cont {
  flex: 1;
  min-width: 0;
}
.p-staffMsgCard__block + .p-staffMsgCard__block {
  margin-top: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-staffMsgCard__block + .p-staffMsgCard__block {
    margin-top: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-staffMsgCard__head {
  font-size: 1.5rem;
  font-weight: 500;
  color: #173974;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-staffMsgCard__head {
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-staffMsgCard__txt {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-staffMsgCard__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-staffMsgCard__photo {
  flex-shrink: 0;
  width: clamp(197.4857142857px, 0px + 25.7142857143vw, 360px);
}
@media screen and (max-width: 767px) {
  .p-staffMsgCard__photo {
    width: 100%;
    order: -1;
  }
}
.p-staffMsgCard__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-staffMsgEntry {
  padding-bottom: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-staffMsgEntry {
    padding-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-staffMsgEntry__btn {
  display: flex;
  align-items: center;
  width: 25rem;
  margin: 0 auto;
  padding: 0.875rem 1rem;
  background: #173974;
  border: 1px solid #173974;
  border-radius: 0.375rem;
  color: white;
  font-size: 1rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-staffMsgEntry__btn {
    width: 100%;
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
@media (hover: hover) {
  .p-staffMsgEntry__btn:hover {
    opacity: 0.7;
  }
  .p-staffMsgEntry__btn:hover .p-staffMsgEntry__arrow {
    transform: translateX(5px);
  }
}
.p-staffMsgEntry__btn span {
  flex: 1;
  text-align: center;
}
.p-staffMsgEntry__arrow {
  display: block;
  width: 1.25rem;
  height: 0.9375rem;
  background-image: url("../../assets/img/common/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-staffMsgEntry__arrow {
    width: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    height: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}

/*----------▲▲ staff-message ▲▲----------*/
/*----------▼▼ faq ▼▼----------*/
.p-faq {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 8.5vw clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 5vw clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
  }
}

.p-faq .c-linkTabs {
  max-width: 62.5rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq .c-linkTabs {
    margin-bottom: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px);
  }
}

.p-faq .c-prodCats {
  max-width: 62.5rem;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq .c-prodCats {
    margin-bottom: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
  }
}

.p-faqPanel {
  max-width: 62.5rem;
  margin: 0 auto;
}

/*----------▲▲ faq ▲▲----------*/
/*----------▼▼ solutions ▼▼----------*/
.p-industrySol .c-cardList__list,
.p-processSol .c-cardList__list {
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-industrySol .c-cardList__list,
  .p-processSol .c-cardList__list {
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}

.p-solutionsIntro {
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) 0 0;
}
@media screen and (max-width: 767px) {
  .p-solutionsIntro {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 0;
  }
}
.p-solutionsIntro__catch {
  font-size: 1.75rem;
  font-weight: 700;
  color: #295CAA;
  text-align: center;
  line-height: 1.5;
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-solutionsIntro__catch {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-solutionsIntro__lead {
  max-width: 62.5rem;
  margin: 0 auto clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #0a0a0a;
}
@media screen and (max-width: 767px) {
  .p-solutionsIntro__lead {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-solutionsIntro__lead p + p {
  margin-top: 1em;
}
.p-solutionsIntro__block {
  max-width: 62.5rem;
  margin: 0 auto;
}
.p-solutionsIntro__block + .p-solutionsIntro__block {
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-solutionsIntro__block + .p-solutionsIntro__block {
    margin-top: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-solutionsIntro__heading {
  border-left: 4px solid #295CAA;
  padding: 1.5rem 2rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #404041;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767px) {
  .p-solutionsIntro__heading {
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-solutionsIntro__body {
  margin-top: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  padding: 0 2rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #0a0a0a;
}
@media screen and (max-width: 767px) {
  .p-solutionsIntro__body {
    margin-top: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    padding: 0;
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-solutionsIntro__body p + p {
  margin-top: 1em;
}
.p-solutionsIntro__subTit {
  font-weight: 500;
  margin-top: 2em;
}

/*----------▲▲ solutions ▲▲----------*/
/*----------▼▼ material ▼▼----------*/
.p-materialPage .l-inner {
  padding: 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-materialPage .l-inner {
    padding: 0 5.5vw;
  }
}

.p-material__intro {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0;
}
@media screen and (max-width: 767px) {
  .p-material__intro {
    padding: clamp(41.7209908735px, 0px + 13.037809648vw, 100px) 0;
  }
}
.p-material__intro p {
  font-size: 1rem;
  line-height: 1.8125;
  color: #404041;
}
@media screen and (max-width: 767px) {
  .p-material__intro p {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-material__intro p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-material__intro p:not(:last-child) {
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-material__sec {
  display: grid;
  grid-template-columns: 640fr 800fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-material__sec {
    grid-template-columns: 1fr;
  }
}
.p-material__sec.is-reverse {
  grid-template-columns: 800fr 640fr;
}
@media screen and (max-width: 767px) {
  .p-material__sec.is-reverse {
    grid-template-columns: 1fr;
  }
}
.p-material__sec.is-reverse .p-material__img {
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-material__sec.is-reverse .p-material__img {
    order: 1;
  }
}
.p-material__sec.is-reverse .p-material__cont {
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-material__sec.is-reverse .p-material__cont {
    order: 2;
  }
}
.p-material__cont {
  position: relative;
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-material__cont {
    padding: clamp(41.7209908735px, 0px + 13.037809648vw, 100px) 5vw clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-material__head {
  display: flex;
  align-items: center;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  margin-bottom: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-material__head {
    gap: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-material__num {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  color: #295caa;
  opacity: 0.25;
  letter-spacing: -0.12rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-material__num {
    font-size: clamp(3.6505867014rem, 0rem + 18.2529335072vw, 8.75rem);
  }
}
.p-material__tit {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #173974;
}
@media screen and (max-width: 767px) {
  .p-material__tit {
    font-size: clamp(1.147327249rem, 0rem + 5.7366362451vw, 2.75rem);
  }
}
.p-material__txt {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-material__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-material__img {
  height: clamp(175.5428571429px, 0px + 22.8571428571vw, 320px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-material__img {
    height: clamp(166.8839634941px, 0px + 52.1512385919vw, 400px);
  }
}
.p-material__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-materialDynamism {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-materialDynamism {
    padding: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0 clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-materialDynamism__head {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__head {
    gap: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-materialDynamism__num {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  color: #295caa;
  opacity: 0.25;
  letter-spacing: -0.12rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__num {
    font-size: clamp(3.6505867014rem, 0rem + 18.2529335072vw, 8.75rem);
  }
}
.p-materialDynamism__tit {
  font-size: 1.5625rem;
  font-weight: 700;
  color: #173974;
  line-height: 1.6;
  padding-top: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__tit {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
    padding-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-materialDynamism__txt {
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__txt {
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-materialDynamism__txt p {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__txt p {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-materialDynamism__txt p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__txt p:not(:last-child) {
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-materialDynamism__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__flow {
    grid-template-columns: 1fr;
    gap: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-materialDynamism__card {
  background-color: #FFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  padding: clamp(30.72px, 0px + 4vw, 56px) clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(30.72px, 0px + 4vw, 56px);
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__card {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-materialDynamism__cardTit {
  font-size: 1.25rem;
  font-weight: 700;
  color: #295caa;
  text-align: center;
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__cardTit {
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-materialDynamism__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px) clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__items {
    gap: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-materialDynamism__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__item {
    gap: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.p-materialDynamism__itemImg {
  width: clamp(48.2742857143px, 0px + 6.2857142857vw, 88px);
  height: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__itemImg {
    width: clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
    height: clamp(73.4289439374px, 0px + 22.9465449804vw, 176px);
  }
}
.p-materialDynamism__itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-materialDynamism__itemTxt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  color: #6d6e70;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__itemTxt {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-materialDynamism__arrows {
  display: flex;
  flex-direction: column;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__arrows {
    flex-direction: row;
    justify-content: center;
    gap: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-materialDynamism__arrowRow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(4.3885714286px, 0px + 0.5714285714vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__arrowRow {
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-materialDynamism__arrowTxt {
  font-size: 1rem;
  font-weight: 700;
  color: #295caa;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__arrowTxt {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-materialDynamism__arrow {
  position: relative;
  width: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  height: 1px;
  background-color: #295caa;
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__arrow {
    width: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    height: clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
    background-color: transparent;
  }
}
.p-materialDynamism__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #295caa;
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__arrow::after {
    right: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(50%);
    border-top: 8px solid #295caa;
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .p-materialDynamism__arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 8px;
    transform: translateX(-50%);
    width: 1px;
    background-color: #295caa;
  }
}

/*----------▲▲ material ▲▲----------*/
/*----------▼▼ process ▼▼----------*/
.p-processPage .l-inner {
  padding: 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-processPage .l-inner {
    padding: 0 5.5vw;
  }
}
.p-processPage .c-anchorTabs {
  max-width: 37.5625rem;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-processPage .c-anchorTabs {
    width: 100%;
  }
}
.p-processPage .c-anchorTabs__row {
  border-bottom: none;
}
.p-processPage .c-anchorTabs__row li {
  flex: none;
}
.p-processPage .c-anchorTabs__btn {
  flex: none;
  width: auto;
  padding: 1.0625rem 1.75rem;
}

.p-process {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-process {
    padding: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0 clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-process__tit {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
  color: #404041;
  margin-bottom: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-process__tit {
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(20.8604954368px, 0px + 6.518904824vw, 50px);
  }
}
.p-process__desc {
  font-size: 1rem;
  line-height: 1.8125;
  color: #404041;
  margin-bottom: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-process__desc {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    margin-bottom: clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
  }
}
.p-process__flow {
  list-style: none;
  padding: 0;
  max-width: 50rem;
  margin: 0 auto clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-process__flow {
    max-width: none;
    margin: 0 0 clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
  }
}
.p-process__step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  background-color: #FFF;
  border: 1px solid #bbbdc0;
  padding: 0.5rem clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
  min-height: 4.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-process__step {
    flex-direction: column;
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    padding: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    min-height: 0;
  }
}
.p-process__step:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-process__step:not(:last-child) {
    margin-bottom: clamp(60.0782268579px, 0px + 18.7744458931vw, 144px);
  }
}
.p-process__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 2.5rem;
  background-image: url("../img/process/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-process__step:not(:last-child)::after {
    top: calc(100% + clamp(13.3507170795px, 0px + 4.1720990874vw, 32px));
    width: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    height: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-process__stepTit {
  font-size: 1.125rem;
  font-weight: 500;
  color: #295caa;
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-process__stepTit {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.p-process__stepTxt {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #404041;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-process__stepTxt {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    width: 100%;
  }
}
.p-process__hero {
  max-width: 50rem;
  margin: 0 auto clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-process__hero {
    max-width: none;
    margin: 0 0 clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
  }
}
.p-process__hero img {
  display: block;
  width: 100%;
  height: auto;
}
.p-process__closing {
  font-size: 1rem;
  line-height: 1.8125;
  color: #404041;
}
@media screen and (max-width: 767px) {
  .p-process__closing {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}

.p-processAnchorWrap {
  padding: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) 0 clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-processAnchorWrap {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}

.p-processSol {
  scroll-margin-top: 90px;
  padding-bottom: clamp(61.44px, 0px + 8vw, 112px);
}
@media screen and (max-width: 767px) {
  .p-processSol {
    scroll-margin-top: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
    padding-bottom: clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-processSol__head {
  position: relative;
  height: 20rem;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  overflow: hidden;
  margin-bottom: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-processSol__head {
    height: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .p-processSol__head {
    height: clamp(166.8839634941px, 0px + 52.1512385919vw, 400px);
    margin-bottom: clamp(20.8604954368px, 0px + 6.518904824vw, 50px);
  }
}
#heat .p-processSol__head {
  background-image: url("../../assets/img/process/heat-banner.jpg");
  background-size: cover;
  background-position: center;
}
#heat .p-processSol__head .p-processSol__cat,
#heat .p-processSol__head .p-processSol__lead {
  color: #FFF;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
#clean .p-processSol__head {
  background-image: url("../../assets/img/process/clean-banner.jpg");
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  #clean .p-processSol__head {
    background-size: cover;
    background-position: 80% bottom;
  }
  #clean .p-processSol__head::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
  }
}
#static .p-processSol__head {
  background-image: url("../../assets/img/process/static-banner.jpg");
  background-size: cover;
  background-position: 80% center;
}
#static .p-processSol__head .p-processSol__cat,
#static .p-processSol__head .p-processSol__lead {
  color: #FFF;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
#nixam .p-processSol__head {
  background-image: url("../../assets/img/process/nixam-banner.jpg");
  background-size: cover;
  background-position: 80% center;
}
#nixam .p-processSol__head .p-processSol__cat,
#nixam .p-processSol__head .p-processSol__lead {
  color: #FFF;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}
.p-processSol__headCont {
  position: relative;
  z-index: 1;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-processSol__headCont {
    padding: clamp(20.8604954368px, 0px + 6.518904824vw, 50px);
  }
}
.p-processSol__cat {
  font-size: 1.75rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-processSol__cat {
    font-size: clamp(1.2516297262rem, 0rem + 6.258148631vw, 3rem);
    margin-bottom: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-processSol__lead {
  font-size: 1rem;
  line-height: 1.8125;
  color: #0a0a0a;
}
@media screen and (max-width: 767px) {
  .p-processSol__lead {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-processSol__intro {
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-processSol__intro {
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-processSol__intro:last-of-type {
  margin-bottom: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-processSol__intro:last-of-type {
    margin-bottom: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-processSol__introTit {
  font-size: 1.125rem;
  font-weight: bold;
  color: #173974;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-processSol__introTit {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-processSol__introDesc {
  font-size: 1rem;
  line-height: 1.8125;
  color: #0a0a0a;
}
@media screen and (max-width: 767px) {
  .p-processSol__introDesc {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-processSol__introList {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-processSol__introList {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    padding-left: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-processSol__introList li {
  margin-bottom: 0;
}
.p-processSol__relatedTit {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-processSol__relatedTit {
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-processSol__btn {
  margin: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) auto 0;
}
@media screen and (max-width: 767px) {
  .p-processSol__btn {
    width: 100%;
    margin-top: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-processSol__btn span {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-processSol__btn span {
    white-space: normal;
  }
}

/*----------▲▲ process ▲▲----------*/
/*----------▼▼ industry ▼▼----------*/
.p-industryTabsWrap {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-industryTabsWrap {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-industryTabsWrap .c-linkTabs {
  max-width: 47.5rem;
  margin: 0 auto clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-industryTabsWrap .c-linkTabs {
    max-width: none;
    margin: 0 0 clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}

.p-industrySol {
  scroll-margin-top: 90px;
  padding-bottom: clamp(61.44px, 0px + 8vw, 112px);
}
@media screen and (max-width: 767px) {
  .p-industrySol {
    scroll-margin-top: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
    padding-bottom: clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-industrySol__cat {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  color: #333333;
  text-align: center;
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-industrySol__cat {
    font-size: clamp(1.2516297262rem, 0rem + 6.258148631vw, 3rem);
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-industrySol__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  margin-bottom: clamp(61.44px, 0px + 8vw, 112px);
}
@media screen and (max-width: 767px) {
  .p-industrySol__head {
    grid-template-columns: 1fr;
    gap: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
    margin-bottom: clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-industrySol__headImg img {
  display: block;
  width: 100%;
  max-width: 37.5rem;
  height: auto;
}
.p-industrySol__headCont {
  display: flex;
  flex-direction: column;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-industrySol__headCont {
    gap: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-industrySol__introTit {
  font-size: 1.125rem;
  font-weight: bold;
  color: #173974;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-industrySol__introTit {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-industrySol__introDesc {
  font-size: 1rem;
  line-height: 1.8125;
  color: #0a0a0a;
  letter-spacing: 0.03125rem;
}
@media screen and (max-width: 767px) {
  .p-industrySol__introDesc {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-industrySol__introList {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0;
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-industrySol__introList {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    padding-left: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-industrySol__introList li {
  margin-bottom: 0;
}
.p-industrySol__relatedTit, .p-industrySol__caseTit {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-industrySol__relatedTit, .p-industrySol__caseTit {
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-industrySol__case {
  margin: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0 0;
}
@media screen and (max-width: 767px) {
  .p-industrySol__case {
    margin: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0 0;
  }
}
.p-industrySol__btn {
  margin: 0 auto;
}
.p-industrySol__btn span {
  white-space: nowrap;
}

/*----------▲▲ industry ▲▲----------*/
/*----------▼▼ production ▼▼----------*/
.p-productionPage .l-inner {
  padding: 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-productionPage .l-inner {
    padding: 0 5.5vw;
  }
}

.p-production {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-production {
    padding: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0 clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-production__lead {
  font-size: clamp(1.25rem, 0.6424050633rem + 1.2658227848vw, 1.75rem);
  font-weight: bold;
  line-height: 1.4285714286;
  color: #295caa;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-production__lead {
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-production__leadDesc {
  font-size: 1rem;
  line-height: 1.8125;
  color: #0a0a0a;
  text-align: left;
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-production__leadDesc {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-production__leadDesc:has(+ .p-production__leadDesc) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-production__leadDesc:has(+ .p-production__leadDesc) {
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-production__hero {
  margin-bottom: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
@media screen and (max-width: 767px) {
  .p-production__hero {
    margin-bottom: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-production__hero img {
  display: block;
  width: 100%;
  height: auto;
}
.p-production__inner {
  max-width: 62.5rem;
  margin: 0 auto;
}
.p-production__h2 {
  display: flex;
  align-items: center;
  border-left: 4px solid #295caa;
  padding: 1.5rem 2rem;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3636363636;
  color: #404041;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-production__h2 {
    padding: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-production__reads {
  font-size: 1rem;
  line-height: 1.8125;
  color: #0a0a0a;
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-production__reads {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-production__features {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-production__features {
    grid-template-columns: 1fr;
    gap: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
    margin-bottom: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-production__featureImg {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-production__featureImg {
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-production__featureImg img {
  display: block;
  width: 100%;
  height: auto;
}
.p-production__featureTit {
  font-size: 1.125rem;
  font-weight: bold;
  color: #173974;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-production__featureTit {
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
    margin-bottom: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.p-production__featureDesc {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #0a0a0a;
}
@media screen and (max-width: 767px) {
  .p-production__featureDesc {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}

.p-productionEquipment {
  background-color: #DBDBDB;
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-productionEquipment {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-productionEquipment__tit {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1666666667;
  color: #333333;
  text-align: center;
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-productionEquipment__tit {
    font-size: clamp(0.8865710561rem, 0rem + 4.4328552803vw, 2.125rem);
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-productionEquipment__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20.2971428571px, 0px + 2.6428571429vw, 37px) 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-productionEquipment__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-productionEquipment__img {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-productionEquipment__img {
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-productionEquipment__img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-productionEquipment__itemTit {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2777777778;
  color: #0a0a0a;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-productionEquipment__itemTit {
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
    margin-bottom: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-productionEquipment__itemDesc {
  font-size: 0.875rem;
  line-height: 1.6428571429;
  color: #0a0a0a;
  letter-spacing: -0.0094rem;
}
@media screen and (max-width: 767px) {
  .p-productionEquipment__itemDesc {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}

/*----------▲▲ production ▲▲----------*/
/*----------▼▼ nixam ▼▼----------*/
.p-nixamPage .l-inner {
  padding: 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-nixamPage .l-inner {
    padding: 0 5.5vw;
  }
}

.p-nixam {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-nixam {
    padding: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0 clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-nixam__hero {
  margin-bottom: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-nixam__hero {
    margin-bottom: clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
  }
}
.p-nixam__hero img {
  display: block;
  width: 100%;
  height: auto;
}
.p-nixam__lead {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  color: #295caa;
  text-align: center;
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-nixam__lead {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-nixam__block {
  max-width: 62.5rem;
  margin: 0 auto clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-nixam__block {
    max-width: none;
    margin: 0 0 clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-nixam__block:last-child {
  margin-bottom: 0;
}
.p-nixam__h2 {
  display: flex;
  align-items: center;
  border-left: 4px solid #295caa;
  padding: 1.5rem 2rem;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3636363636;
  color: #404041;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-nixam__h2 {
    padding: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-nixam__imgRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-nixam__imgRow {
    grid-template-columns: 1fr;
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-nixam__imgRow img {
  display: block;
  width: 100%;
  height: auto;
}
.p-nixam__desc {
  font-size: 1rem;
  line-height: 1.8125;
  color: #0a0a0a;
}
@media screen and (max-width: 767px) {
  .p-nixam__desc {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-nixam__flow {
  list-style: none;
  padding: 0;
  max-width: 50rem;
  margin: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) auto 0;
}
@media screen and (max-width: 767px) {
  .p-nixam__flow {
    max-width: none;
    margin-top: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-nixam__step {
  position: relative;
  text-align: center;
}
.p-nixam__step:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-nixam__step:not(:last-child) {
    margin-bottom: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-nixam__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  width: 0.75rem;
  height: 2.5rem;
  background-image: url("../img/process/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-nixam__step:not(:last-child)::after {
    top: calc(100% + clamp(10.0130378096px, 0px + 3.1290743155vw, 24px));
    width: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    height: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-nixam__stepTit {
  font-size: 1.125rem;
  font-weight: 500;
  color: #295caa;
  background-color: #ffffff;
  padding: 0.3125rem 0;
}
@media screen and (max-width: 767px) {
  .p-nixam__stepTit {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.p-nixam__accTable {
  margin: 0;
  width: 100%;
}
.p-nixam__accRow {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .p-nixam__accRow {
    grid-template-columns: 1fr;
  }
}
.p-nixam__accRow:last-child {
  margin-bottom: 0;
}
.p-nixam__accLabel {
  background-color: #dfe2e6;
  display: flex;
  align-items: center;
  padding: 0.8125rem 2rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #0a0a0a;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-nixam__accLabel {
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-nixam__accValue {
  background-color: #f9fafb;
  display: flex;
  align-items: center;
  padding: 0.8125rem 2rem;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.8461538462;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-nixam__accValue {
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-nixam__accFeatures {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-nixam__accFeatures {
    padding-left: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-nixam__accFeatures li {
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-nixam__accFeatures li {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}

/*----------▲▲ nixam ▲▲----------*/
/*----------▼▼ archive ▼▼----------*/
.p-archive {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-archive {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.post-type-archive-case-study .p-archive .c-cardList__item {
  min-height: clamp(318.5777777778px, 0px + 41.4814814815vw, 560px);
}
.post-type-archive-column .p-archive .c-cardList__item {
  min-height: clamp(307.2px, 0px + 40vw, 540px);
}
.p-archive__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-archive__top {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-archive__filter {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-archive__filter {
    flex-flow: column;
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-archive__filterField {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-archive__filterField {
    flex: 1;
    gap: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.p-archive__filterLabel {
  flex-shrink: 0;
  color: #1964C2;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-archive__filterLabel {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-archive__filterDropdown {
  position: relative;
  flex: 1;
}
.p-archive__filterToggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-width: 15rem;
  height: 2.25rem;
  padding: 0 1rem;
  background-color: #FFF;
  border: 1px solid #BBBDC0;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #0a0a0a;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.3s;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-archive__filterToggle {
    min-width: 0;
    height: auto;
    min-height: clamp(30.0391134289px, 0px + 9.3872229465vw, 72px);
    padding: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
@media (hover: hover) {
  .p-archive__filterToggle:hover {
    border-color: #1964C2;
  }
}
.p-archive__filterToggle[aria-expanded=true] {
  border-color: #1964C2;
}
.p-archive__filterToggleText {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-archive__filterToggleText {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.4;
  }
}
.p-archive__filterToggleArrow {
  flex-shrink: 0;
  width: 0.625rem;
  height: auto;
  filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(700%) hue-rotate(203deg) brightness(78%) contrast(103%);
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .p-archive__filterToggleArrow {
    width: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.p-archive__filterToggle[aria-expanded=true] .p-archive__filterToggleArrow {
  transform: rotate(180deg);
}
.p-archive__filterMenu {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #FFF;
  border: 1px solid #BBBDC0;
  border-radius: 0.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-height: 17.5rem;
  overflow-y: auto;
  padding: 0.25rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}
@media screen and (max-width: 767px) {
  .p-archive__filterMenu {
    max-height: clamp(200.260756193px, 0px + 62.5814863103vw, 480px);
  }
}
.p-archive__filterDropdown.is-open .p-archive__filterMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.p-archive__filterOption {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #0a0a0a;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media screen and (max-width: 767px) {
  .p-archive__filterOption {
    padding: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
@media (hover: hover) {
  .p-archive__filterOption:hover {
    background-color: #f4f6fa;
  }
}
.p-archive__filterOption.is-selected {
  color: #1964C2;
  font-weight: 500;
}
.p-archive__filterSearch {
  position: relative;
  flex: 1;
}
.p-archive__filterSearchIcon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-archive__filterSearchIcon {
    left: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    width: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    height: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-archive__filterSearchInput {
  width: 100%;
  min-width: 15rem;
  height: 2.25rem;
  padding: 0 1rem 0 2.75rem;
  background-color: #FFF;
  border: 1px solid #BBBDC0;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #0a0a0a;
  line-height: 1;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-archive__filterSearchInput {
    min-width: 0;
    height: clamp(30.0391134289px, 0px + 9.3872229465vw, 72px);
    padding: 0 clamp(11.6818774446px, 0px + 3.6505867014vw, 28px) 0 clamp(31.7079530639px, 0px + 9.9087353325vw, 76px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
@media (hover: hover) {
  .p-archive__filterSearchInput:hover {
    border-color: #1964C2;
  }
}
.p-archive__filterSearchInput:focus {
  outline: none;
  border-color: #1964C2;
}
.p-archive__sortWrap {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-archive__sortWrap {
    justify-content: center;
  }
}
.p-archive__sortBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 3.375rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #888;
  background: transparent;
  border: none;
  border-bottom: 2px solid #888;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-archive__sortBtn {
    width: clamp(91.7861799218px, 0px + 28.6831812256vw, 220px);
    height: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-archive__sortBtn.is-active {
  color: #1964C2;
  border-bottom: 4px solid #1964C2;
}

/*----------▲▲ archive ▲▲----------*/
/*----------▼▼ single ▼▼----------*/
.p-single {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0 clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-single {
    padding: clamp(41.7209908735px, 0px + 13.037809648vw, 100px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-single__article {
  margin: 0 auto;
}
.p-single__head {
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-single__head {
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-single__tit {
  color: #295CAA;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__tit {
    font-size: clamp(1.4602346806rem, 0rem + 7.3011734029vw, 3.5rem);
    margin-bottom: clamp(1.4602346806rem, 0rem + 7.3011734029vw, 3.5rem);
  }
}
.p-single__company {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__company {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
    margin-bottom: clamp(1.2516297262rem, 0rem + 6.258148631vw, 3rem);
  }
}
.p-single__date {
  color: #404041;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
    margin-bottom: clamp(1.147327249rem, 0rem + 5.7366362451vw, 2.75rem);
  }
}
.p-single__tagRows {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-single__tagRows {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-single__tagRow {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__tagRow {
    flex-wrap: wrap;
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.p-single__tagRowLabel {
  flex-shrink: 0;
  color: #295CAA;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-single__tagRowLabel {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-single__tagRowSep {
  flex-shrink: 0;
  display: inline-block;
  width: 1.5rem;
  height: 1px;
  background-color: #1964C2;
}
@media screen and (max-width: 767px) {
  .p-single__tagRowSep {
    width: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-single__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__tagList {
    gap: clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
  }
}
.p-single__tagList li {
  display: flex;
}
.p-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__tags {
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-single__tag {
  display: inline-flex;
  align-items: center;
  height: 2.25rem;
  padding: 0 1rem;
  background-color: #FFF;
  border: 1px solid #BBBDC0;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  color: #0a0a0a;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition: border-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single__tag {
    height: clamp(30.0391134289px, 0px + 9.3872229465vw, 72px);
    padding: 0 clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
@media (hover: hover) {
  .p-single__tag:hover {
    border-color: #1964C2;
    color: #1964C2;
  }
}
.p-single__thumb {
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-single__thumb {
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-single__thumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 800/450;
  object-fit: cover;
}
.p-single__body {
  color: #0a0a0a;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-single__body {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-single__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  row-gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-single__info {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-single__infoLabel {
  color: #295CAA;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__infoLabel {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    margin-bottom: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
  }
}
.p-single__infoVal {
  color: #333333;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-single__infoVal {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-single__relatedProducts {
  background-color: rgba(255, 255, 255, 0.5);
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .p-single__relatedProducts {
    padding: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0;
  }
}
.p-single__relatedProducts .c-secTit {
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-single__relatedProducts .c-secTit {
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-single__related {
  background-color: rgba(0, 0, 0, 0.08);
  padding: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .p-single__related {
    padding: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0;
  }
}
.p-single__related .c-secTit {
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-single__related .c-secTit {
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.single-column .p-single__related .c-cardList__item {
  min-height: clamp(307.2px, 0px + 40vw, 540px);
}
.p-single__return {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single__return {
    margin-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}

/*----------▲▲ single ▲▲----------*/
/*----------▼▼ news ▼▼----------*/
.p-newsArchive {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-newsArchive {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-newsArchive__layout {
  display: flex;
  gap: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__layout {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
  }
}
.p-newsArchive__main {
  flex: 1;
  min-width: 0;
}
.p-newsArchive__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-newsArchive__list {
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-newsArchive__item {
  position: relative;
}
.p-newsArchive__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  padding: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  background-color: #FFF;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__card {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    padding: clamp(20.0260756193px, 0px + 6.258148631vw, 48px) clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
@media (hover: hover) {
  .p-newsArchive__card:hover {
    opacity: 0.7;
  }
}
.p-newsArchive__cardLink {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.p-newsArchive__img {
  flex-shrink: 0;
  width: 12rem;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__img {
    width: 100%;
    height: auto;
    aspect-ratio: 192/128;
  }
}
.p-newsArchive__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-newsArchive__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__body {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-newsArchive__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__meta {
    gap: clamp(5.0065189048px, 0px + 1.5645371578vw, 12px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-newsArchive__date {
  color: #585858;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__date {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-newsArchive__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 1.25rem;
  padding: 0.25rem 1rem;
  background-color: #DBDBDB;
  color: #585858;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__cat {
    width: clamp(83.4419817471px, 0px + 26.075619296vw, 200px);
    height: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
}
.p-newsArchive__tit {
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__tit {
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
  }
}
.p-newsArchive__desc {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__desc {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    -webkit-line-clamp: 3;
  }
}
.p-newsArchive__side {
  flex-shrink: 0;
  width: 19rem;
  display: flex;
  flex-direction: column;
  gap: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-newsArchive__side {
    width: 100%;
    gap: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-newsArchive__sideBlock {
  display: flex;
  flex-direction: column;
}
.p-newsArchive__sideTit {
  margin-bottom: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  color: #404041;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__sideTit {
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.8865710561rem, 0rem + 4.4328552803vw, 2.125rem);
  }
}
.p-newsArchive__sideList {
  display: flex;
  flex-direction: column;
}
.p-newsArchive__sideItem {
  border-top: 1px solid #cecece;
}
.p-newsArchive__sideItem:last-child {
  border-bottom: 1px solid #cecece;
}
.p-newsArchive__sideLink {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__sideLink {
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    padding: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px) 0;
  }
}
@media (hover: hover) {
  .p-newsArchive__sideLink:hover {
    opacity: 0.7;
  }
}
.p-newsArchive__sideThumb {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__sideThumb {
    width: clamp(60.0782268579px, 0px + 18.7744458931vw, 144px);
    height: clamp(60.0782268579px, 0px + 18.7744458931vw, 144px);
  }
}
.p-newsArchive__sideThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-newsArchive__sideBody {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__sideBody {
    gap: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px);
  }
}
.p-newsArchive__sideDate {
  color: #888;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 0.625rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__sideDate {
    font-size: clamp(0.5215123859rem, 0rem + 2.6075619296vw, 1.25rem);
  }
}
.p-newsArchive__sideCat {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  background-color: #DBDBDB;
  color: #585858;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__sideCat {
    padding: clamp(1.6688396349px, 0px + 0.5215123859vw, 4px) clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    font-size: clamp(0.5215123859rem, 0rem + 2.6075619296vw, 1.25rem);
  }
}
.p-newsArchive__sideTitle {
  width: 100%;
  color: #0a0a0a;
  font-size: 0.75rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__sideTitle {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-newsArchive__catList {
  display: flex;
  flex-direction: column;
}
.p-newsArchive__catItem {
  border-top: 1px solid #cecece;
}
.p-newsArchive__catItem:last-child {
  border-bottom: 1px solid #cecece;
}
.p-newsArchive__catLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__catLink {
    padding: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px) 0;
  }
}
@media (hover: hover) {
  .p-newsArchive__catLink:hover .p-newsArchive__catArrow {
    transform: translateX(0.5rem);
  }
}
.p-newsArchive__catName {
  flex: 1;
  min-width: 0;
  color: #0a0a0a;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__catName {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-newsArchive__catArrow {
  flex-shrink: 0;
  width: 1rem;
  height: auto;
  margin-right: 0.5rem;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__catArrow {
    width: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    margin-right: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}

.p-newsSingle__related {
  margin-top: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-newsSingle__related {
    margin-top: clamp(58.4093872229px, 0px + 18.2529335072vw, 140px);
  }
}
.p-newsSingle__relatedTit {
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  color: #173974;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__relatedTit {
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
  }
}
.p-newsSingle__relatedList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
}
@media screen and (max-width: 767px) {
  .p-newsSingle__relatedList {
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-newsSingle__relatedItem {
  width: 50%;
  min-height: clamp(274.2857142857px, 0px + 35.7142857143vw, 500px);
  margin: -1px 0 0 -1px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__relatedItem {
    width: 100%;
    min-height: clamp(362.9726205997px, 0px + 113.4289439374vw, 870px);
  }
}
.p-newsSingle__relatedCard {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #DBDBDB;
  transition: 0.3s;
  padding: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-newsSingle__relatedCard {
    padding: clamp(29.2046936115px, 0px + 9.1264667536vw, 70px) clamp(29.2046936115px, 0px + 9.1264667536vw, 70px) clamp(17.3142112125px, 0px + 5.4106910039vw, 41.5px);
  }
}
@media (hover: hover) {
  .p-newsSingle__relatedCard:hover {
    opacity: 0.8;
  }
  .p-newsSingle__relatedCard:hover .p-newsSingle__relatedArrow {
    transform: translateX(5px);
  }
}
.p-newsSingle__relatedCardLink {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.p-newsSingle__relatedThumb {
  flex-shrink: 0;
}
.p-newsSingle__relatedThumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 320/200;
  object-fit: cover;
}
.p-newsSingle__relatedBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__relatedBody {
    padding-top: clamp(14.3937418514px, 0px + 4.4980443286vw, 34.5px);
  }
}
.p-newsSingle__relatedDate {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: clamp(4.3885714286px, 0px + 0.5714285714vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-newsSingle__relatedDate {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    margin-bottom: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-newsSingle__relatedCardTit {
  color: #173974;
  font-size: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: clamp(5.4857142857px, 0px + 0.7142857143vw, 10px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__relatedCardTit {
    font-size: clamp(14.3937418514px, 0px + 4.4980443286vw, 34.5px);
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-newsSingle__relatedTags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2.7428571429px, 0px + 0.3571428571vw, 5px) clamp(4.3885714286px, 0px + 0.5714285714vw, 8px);
  margin-top: clamp(4.3885714286px, 0px + 0.5714285714vw, 8px);
  margin-bottom: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
}
@media screen and (max-width: 767px) {
  .p-newsSingle__relatedTags {
    gap: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px) clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
    margin-top: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-newsSingle__relatedTags li {
  display: flex;
}
.p-newsSingle__relatedTag {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: clamp(10.9714285714px, 0px + 1.4285714286vw, 20px);
  padding: 0 clamp(4.3885714286px, 0px + 0.5714285714vw, 8px);
  border: 1px solid #BBBDC0;
  border-radius: 0.25rem;
  font-size: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
  color: #585858;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__relatedTag {
    height: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    padding: 0 clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
}
.p-newsSingle__relatedArrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-newsSingle__relatedArrow {
  width: clamp(8.7771428571px, 0px + 1.1428571429vw, 16px);
  height: clamp(6.5828571429px, 0px + 0.8571428571vw, 12px);
  background-image: url("../../assets/img/common/arrow-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__relatedArrow {
    width: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    height: clamp(8.7614080834px, 0px + 2.7379400261vw, 21px);
  }
}
.p-newsSingle__return {
  margin-top: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__return {
    margin-top: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}

/*----------▲▲ news ▲▲----------*/
/*----------▼▼ download ▼▼----------*/
.p-download {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-download {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-download .c-linkTabs {
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-download .c-linkTabs {
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
  }
}
.p-download .p-archive__top {
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-download .p-archive__top {
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-download .c-prodCats {
  margin-top: clamp(-13.1657142857px, 0px + -1.7142857143vw, -24px);
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-download .c-prodCats {
    margin-top: clamp(-13.3507170795px, 0px + -4.1720990874vw, -32px);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-download__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-download__list {
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-download__item {
  width: 50%;
  margin: -1px 0 0 -1px;
}
@media screen and (max-width: 767px) {
  .p-download__item {
    width: 100%;
    margin: -1px 0 0 0;
  }
}
.p-download__card {
  position: relative;
  height: 100%;
  min-height: clamp(97.6457142857px, 0px + 12.7142857143vw, 178px);
  padding: clamp(19.7485714286px, 0px + 2.5714285714vw, 36px) clamp(26.3314285714px, 0px + 3.4285714286vw, 48px) clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
  background-color: #FFF;
  border: 1px solid #BBBDC0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-download__card {
    min-height: 0;
    padding: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px) clamp(23.3637548892px, 0px + 7.3011734029vw, 56px) clamp(41.7209908735px, 0px + 13.037809648vw, 100px);
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
@media (hover: hover) {
  .p-download__card:hover {
    opacity: 0.8;
  }
}
.p-download__cardLink {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.p-download__new {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5rem;
  background-color: #F15B4E;
  color: #FFF;
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-download__new {
    top: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    left: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    padding: clamp(1.6688396349px, 0px + 0.5215123859vw, 4px) clamp(5.8409387223px, 0px + 1.8252933507vw, 14px);
    font-size: clamp(0.5736636245rem, 0rem + 2.8683181226vw, 1.375rem);
  }
}
.p-download__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.p-download__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  padding: 0.25rem 1rem;
  background-color: #295CAA;
  color: #FFF;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-download__cat {
    height: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    padding: clamp(3.3376792699px, 0px + 1.0430247718vw, 8px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-download__tag {
  display: inline-flex;
  align-items: center;
  height: 1.75rem;
  padding: 0 0.5rem;
  border: 1px solid #BBBDC0;
  border-radius: 0.25rem;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-download__tag {
    height: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    padding: 0 clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-download__tit {
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-download__tit {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-download__downloadLink {
  position: absolute;
  right: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
  bottom: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #173974;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-download__downloadLink {
    right: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
    bottom: clamp(15.0195567145px, 0px + 4.6936114733vw, 36px);
    gap: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-download__downloadIcon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("../../assets/img/icon/icon-download-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-download__downloadIcon {
    width: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    height: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-download__card:hover .p-download__downloadIcon {
  transform: translateY(3px);
}

/*----------▲▲ download ▲▲----------*/
/*----------▼▼ contact ▼▼----------*/
.p-contactNotes {
  max-width: 1440px;
  margin: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) auto clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  padding: 0 8.5vw;
}
@media screen and (max-width: 767px) {
  .p-contactNotes {
    margin: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) auto clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
    padding: 0 5vw;
  }
}
.p-contactNotes__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-contactNotes__item {
  border-bottom: 1px solid #bbbdc0;
  padding: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  .p-contactNotes__item {
    padding: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px) 0;
  }
}
.p-contactNotes__tit {
  color: #173974;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
}
@media screen and (max-width: 767px) {
  .p-contactNotes__tit {
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-contactNotes__txt {
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-contactNotes__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.8;
  }
}

.p-contactForm {
  margin: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) auto clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-contactForm {
    margin: clamp(41.7209908735px, 0px + 13.037809648vw, 100px) auto clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-contactForm__notes {
  margin-bottom: clamp(26.3314285714px, 0px + 3.4285714286vw, 48px);
}
@media screen and (max-width: 767px) {
  .p-contactForm__notes {
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-contactForm__notesTxt {
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-contactForm__notesTxt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.8;
  }
}
.p-contactForm__notesTxt + .p-contactForm__notesTxt {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contactForm__notesTxt + .p-contactForm__notesTxt {
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-contactForm__caritas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.5rem;
  margin-left: auto;
  margin-top: clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  background-color: #FFF;
  border: 1px solid #bbbdc0;
  padding: 0.375rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-contactForm__caritas {
    width: 100%;
    margin-left: 0;
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    padding: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-contactForm__caritas img {
  display: block;
}

.p-contactThanks {
  margin: clamp(65.8285714286px, 0px + 8.5714285714vw, 120px) auto clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contactThanks {
    margin: clamp(66.7535853977px, 0px + 20.8604954368vw, 160px) auto clamp(83.4419817471px, 0px + 26.075619296vw, 200px);
  }
}
.p-contactThanks__tit {
  color: #173974;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px);
}
@media screen and (max-width: 767px) {
  .p-contactThanks__tit {
    font-size: clamp(1.147327249rem, 0rem + 5.7366362451vw, 2.75rem);
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-contactThanks__txt {
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.8125;
  margin-bottom: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
@media screen and (max-width: 767px) {
  .p-contactThanks__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.8;
    margin-bottom: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-contactThanks__links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contactThanks__links {
    flex-direction: column;
    align-items: center;
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}

/*----------▲▲ contact ▲▲----------*/
/*----------▼▼ terms ▼▼----------*/
.p-terms {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-terms {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-terms__block + .p-terms__block {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-terms__block + .p-terms__block {
    margin-top: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-terms__tit {
  font-size: 1.25rem;
  font-weight: 500;
  color: #173974;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-terms__tit {
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-terms__lead {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-terms__lead {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-terms__list {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-terms__list {
    padding-left: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-terms__listItem {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-terms__listItem {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}
.p-terms__listItem + .p-terms__listItem {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-terms__listItem + .p-terms__listItem {
    margin-top: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-terms__subBlock + .p-terms__subBlock {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-terms__subBlock + .p-terms__subBlock {
    margin-top: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
  }
}
.p-terms__subTit {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-terms__subTit {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-terms__txt {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-terms__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}

/*----------▲▲ terms ▲▲----------*/
/*----------▼▼ privacy-policy ▼▼----------*/
.p-privacyPolicy {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-privacyPolicy__intro {
  margin-bottom: 3rem;
  color: #333333;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__intro {
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}
.p-privacyPolicy__intro p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__intro p + p {
    margin-top: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-privacyPolicy__list {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__list {
    padding-left: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-privacyPolicy__item + .p-privacyPolicy__item {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__item + .p-privacyPolicy__item {
    margin-top: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
  }
}
.p-privacyPolicy__tit {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__tit {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-privacyPolicy__txt {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}
.p-privacyPolicy__subList {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__subList {
    padding-left: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    margin-top: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-privacyPolicy__subItem {
  font-size: 1rem;
  line-height: 2.25;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__subItem {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 2;
  }
}
.p-privacyPolicy__contact {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__contact {
    margin-top: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-privacyPolicy__contactLink {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #173974;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__contactLink {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
@media (hover: hover) {
  .p-privacyPolicy__contactLink:hover .p-privacyPolicy__contactIcon {
    transform: translateX(5px);
  }
}
.p-privacyPolicy__contactIcon {
  flex-shrink: 0;
  width: 1rem;
  height: 0.75rem;
  background-color: #173974;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'><path d='M10 0l-1.4 1.4 3.6 3.6H0v2h12.2L8.6 10.6 10 12l6-6z' fill='black'/></svg>") no-repeat center/contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__contactIcon {
    width: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    height: clamp(9.1786179922px, 0px + 2.8683181226vw, 22px);
  }
}
.p-privacyPolicy__disclaimer {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__disclaimer {
    margin-top: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-privacyPolicy__disclaimerTit {
  font-size: 1.25rem;
  font-weight: 500;
  color: #173974;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__disclaimerTit {
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-privacyPolicy__disclaimerBlock + .p-privacyPolicy__disclaimerBlock {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__disclaimerBlock + .p-privacyPolicy__disclaimerBlock {
    margin-top: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
  }
}
.p-privacyPolicy__disclaimerSubTit {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__disclaimerSubTit {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}

/*----------▲▲ privacy-policy ▲▲----------*/
/*----------▼▼ sustainability ▼▼----------*/
.p-sustainability {
  padding: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-sustainability {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 0;
  }
}
.p-sustainability__intro {
  max-width: 62.5rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__intro {
    margin-bottom: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-sustainability__lead {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__lead {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
    margin-bottom: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px);
    text-align: left;
  }
}
.p-sustainability__sdgs {
  text-align: center;
}
.p-sustainability__sdgs img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.p-sustainability__section {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.p-sustainability__section + .p-sustainability__section {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__section + .p-sustainability__section {
    margin-top: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-sustainability__sectionTit {
  border-left: 4px solid #295CAA;
  padding: 1.5rem 2rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #404041;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__sectionTit {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
  }
}
.p-sustainability__txt {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-sustainability__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}
.p-sustainability__cardList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__cardList {
    gap: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
  }
}
.p-sustainability__card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__card {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-sustainability__cardImg {
  flex-shrink: 0;
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__cardImg {
    width: 100%;
  }
}
.p-sustainability__cardImg img {
  width: 100%;
  height: auto;
}
.p-sustainability__cardBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__cardBody {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-sustainability__cardTit {
  font-size: 1.125rem;
  font-weight: 700;
  color: #173974;
}
@media screen and (max-width: 767px) {
  .p-sustainability__cardTit {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.p-sustainability__cardEn {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
.p-sustainability__cardJa {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
.p-sustainability__cardTxt {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-sustainability__cardTxt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}
.p-sustainability__csrList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__csrList {
    gap: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-sustainability__csrItem {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__csrItem {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-sustainability__csrLogo {
  flex-shrink: 0;
  width: 20rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-sustainability__csrLogo {
    width: 100%;
    height: auto;
  }
}
.p-sustainability__csrLogo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.p-sustainability__csrBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__csrBody {
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-sustainability__csrTit {
  font-size: 1.125rem;
  font-weight: 700;
  color: #173974;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-sustainability__csrTit {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.p-sustainability__topicList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__topicList {
    gap: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
  }
}
.p-sustainability__topic {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__topic {
    flex-direction: column;
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-sustainability__topicImg {
  flex-shrink: 0;
  width: 12rem;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__topicImg {
    width: 100%;
    height: auto;
    aspect-ratio: 192/128;
  }
}
.p-sustainability__topicImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sustainability__topicBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__topicBody {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-sustainability__topicDate {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 0.875rem;
  color: #585858;
}
@media screen and (max-width: 767px) {
  .p-sustainability__topicDate {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-sustainability__topicTit {
  font-size: 1rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-sustainability__topicTit {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.4285714286;
  }
}
.p-sustainability__topicTxt {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-sustainability__topicTxt {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    line-height: 1.6666666667;
  }
}
.p-sustainability__banner {
  display: flex;
  align-items: center;
  gap: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
  margin-top: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
  padding: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px) clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
  background-color: #FFF;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-sustainability__banner {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    margin-top: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
@media (hover: hover) {
  .p-sustainability__banner:hover {
    opacity: 0.85;
  }
}
.p-sustainability__bannerImg {
  flex-shrink: 0;
  width: clamp(311.5885714286px, 0px + 40.5714285714vw, 568px);
  height: clamp(166.7657142857px, 0px + 21.7142857143vw, 304px);
}
@media screen and (max-width: 767px) {
  .p-sustainability__bannerImg {
    width: 100%;
    height: auto;
    aspect-ratio: 568/304;
  }
}
.p-sustainability__bannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sustainability__bannerBody {
  flex: 1;
  color: #333333;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sustainability__bannerBody {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-sustainability__bannerTit {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sustainability__bannerTit {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
  }
}
.p-sustainability__bannerTxt {
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .p-sustainability__bannerTxt {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    line-height: 1.6923076923;
  }
}

/*----------▲▲ sustainability ▲▲----------*/
/*----------▼▼ quality-environment ▼▼----------*/
.p-qualityEnv {
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-qualityEnv__inner {
  max-width: 62.5rem;
  margin: 0 auto;
}
.p-qualityEnv__section + .p-qualityEnv__section {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv__section + .p-qualityEnv__section {
    margin-top: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-qualityEnv__sectionTit {
  border-left: 4px solid #295CAA;
  padding: 1.5rem 2rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #404041;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv__sectionTit {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-qualityEnv__txt {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}
.p-qualityEnv__list {
  list-style: decimal;
  padding-left: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv__list {
    padding-left: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-qualityEnv__listItem {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv__listItem {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}
.p-qualityEnv__listItem + .p-qualityEnv__listItem {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv__listItem + .p-qualityEnv__listItem {
    margin-top: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-qualityEnv__tableWrap {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv__tableWrap {
    margin-bottom: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
    overflow-x: auto;
  }
}
.p-qualityEnv__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv__table {
    min-width: 37.5rem;
  }
}
.p-qualityEnv__table th,
.p-qualityEnv__table td {
  padding: 0.875rem 1rem;
  border: 1px solid #bbbdc0;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv__table th,
  .p-qualityEnv__table td {
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
    line-height: 1.5;
  }
}
.p-qualityEnv__table th {
  background-color: #dbe7fb;
  color: #295CAA;
  font-weight: 500;
  white-space: nowrap;
}
.p-qualityEnv__table td {
  background-color: #fff;
  color: #333333;
  font-weight: 400;
}
.p-qualityEnv__certList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv__certList {
    flex-direction: column;
    gap: clamp(23.3637548892px, 0px + 7.3011734029vw, 56px);
  }
}
.p-qualityEnv__cert {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv__cert {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-qualityEnv__certImg {
  width: 100%;
}
.p-qualityEnv__certImg img {
  width: 100%;
  height: auto;
}
.p-qualityEnv__certLabel {
  font-size: 0.875rem;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-qualityEnv__certLabel {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}

/*----------▲▲ quality-environment ▲▲----------*/
/*----------▼▼ environmental-substances ▼▼----------*/
.p-substances {
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-substances {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(66.7535853977px, 0px + 20.8604954368vw, 160px);
  }
}
.p-substances__inner {
  max-width: 62.5rem;
  margin: 0 auto;
}
.p-substances__intro {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-substances__intro {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
    margin-bottom: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-substances__sec + .p-substances__sec {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-substances__sec + .p-substances__sec {
    margin-top: clamp(46.7275097784px, 0px + 14.6023468057vw, 112px);
  }
}
.p-substances__heading {
  border-left: 4px solid #295CAA;
  padding: 1.5rem 2rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  color: #404041;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-substances__heading {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
    margin-bottom: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-substances__body {
  font-size: 1rem;
  line-height: 1.8125;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-substances__body {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}
.p-substances__body p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-substances__body p + p {
    margin-top: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-substances__body ul {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-substances__body ul {
    margin-top: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    padding-left: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-substances__btnRow {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-substances__btnRow {
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-substances__pdfLink {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-substances__pdfLink {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
@media (hover: hover) {
  .p-substances__pdfLink:hover {
    opacity: 1;
    color: #173974;
  }
  .p-substances__pdfLink:hover .p-substances__pdfIcon {
    transform: translateY(3px);
  }
}
.p-substances__pdfIcon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("../../assets/img/icon/icon-download-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-substances__pdfIcon {
    width: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    height: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-substances__inquiry {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-substances__inquiry {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
@media (hover: hover) {
  .p-substances__inquiry:hover {
    opacity: 1;
    color: #173974;
  }
  .p-substances__inquiry:hover .p-substances__inquiryIcon {
    transform: translateX(5px);
  }
}
.p-substances__inquiryIcon {
  flex-shrink: 0;
  width: 1rem;
  height: 0.75rem;
  background-color: #173974;
  -webkit-mask: url("../../assets/img/common/arrow-navy.svg") center/contain no-repeat;
  mask: url("../../assets/img/common/arrow-navy.svg") center/contain no-repeat;
  transition: transform 0.3s;
}

/*----------▲▲ environmental-substances ▲▲----------*/
/*----------▼▼ not-found ▼▼----------*/
.p-notFound {
  padding: 8.125rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-notFound {
    padding: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0 clamp(83.4419817471px, 0px + 26.075619296vw, 200px);
  }
}
.p-notFound__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-notFound__inner {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-notFound__main {
  flex: 1;
  padding-left: clamp(54.8571428571px, 0px + 7.1428571429vw, 100px);
}
@media screen and (max-width: 767px) {
  .p-notFound__main {
    padding-left: 0;
  }
}
.p-notFound__tit {
  color: #404041;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-notFound__tit {
    font-size: clamp(1.147327249rem, 0rem + 5.7366362451vw, 2.75rem);
    line-height: 1.4545454545;
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-notFound__txt {
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
  max-width: 34.5rem;
}
@media screen and (max-width: 767px) {
  .p-notFound__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
    max-width: none;
  }
}
.p-notFound__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-notFound__links {
    gap: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
  }
}
.p-notFound__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 9.5rem;
  color: #173974;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-notFound__link {
    width: clamp(116.8187744459px, 0px + 36.5058670143vw, 280px);
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
@media (hover: hover) {
  .p-notFound__link:hover {
    opacity: 0.7;
  }
  .p-notFound__link:hover .p-notFound__linkArrow {
    transform: translateX(4px);
  }
}
.p-notFound__linkArrow {
  flex-shrink: 0;
  display: inline-block;
  width: 1.1875rem;
  height: 0.875rem;
  background-image: url("../../assets/img/common/arrow-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-notFound__linkArrow {
    width: clamp(15.0195567145px, 0px + 4.6936114733vw, 36px);
    height: clamp(10.8474576271px, 0px + 3.3898305085vw, 26px);
  }
}
.p-notFound__deco {
  flex-shrink: 0;
  width: clamp(195.2914285714px, 0px + 25.4285714286vw, 356px);
}
@media screen and (max-width: 767px) {
  .p-notFound__deco {
    width: clamp(200.260756193px, 0px + 62.5814863103vw, 480px);
    align-self: center;
  }
}
.p-notFound__deco img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .error404 .c-lowerHead__bg {
    background-position: left center;
  }
  .error404 .c-lowerHead__cont {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
  .error404 .c-lowerHead__ja {
    font-size: clamp(1.0430247718rem, 0rem + 5.2151238592vw, 2.5rem);
    white-space: nowrap;
  }
  .error404 .c-lowerHead__en {
    white-space: nowrap;
  }
}

/*----------▲▲ not-found ▲▲----------*/
/*----------▼▼ search ▼▼----------*/
.p-searchArchive {
  padding: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px) 0 clamp(65.8285714286px, 0px + 8.5714285714vw, 120px);
}
@media screen and (max-width: 767px) {
  .p-searchArchive {
    padding: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px) 0 clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-searchArchive__main {
  max-width: 55rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-searchArchive__main {
    max-width: none;
  }
}
.p-searchArchive__count {
  margin-bottom: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  color: #173974;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-searchArchive__count {
    margin-bottom: clamp(25.0325945241px, 0px + 7.8226857888vw, 60px);
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.p-searchArchive__countKw {
  color: #173974;
}
.p-searchArchive__countNum {
  font-family: Arial, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-weight: 500;
}
.p-searchArchive__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-searchArchive__list {
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-searchArchive__item {
  position: relative;
}
.p-searchArchive__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(21.9428571429px, 0px + 2.8571428571vw, 40px);
  padding: clamp(17.5542857143px, 0px + 2.2857142857vw, 32px) clamp(13.1657142857px, 0px + 1.7142857143vw, 24px);
  background-color: #FFF;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-searchArchive__card {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    padding: clamp(20.0260756193px, 0px + 6.258148631vw, 48px) clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
@media (hover: hover) {
  .p-searchArchive__card:hover {
    opacity: 0.7;
  }
}
.p-searchArchive__cardLink {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.p-searchArchive__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-searchArchive__body {
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-searchArchive__tit {
  color: #0a0a0a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-searchArchive__tit {
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
  }
}
.p-searchArchive__desc {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-searchArchive__desc {
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    -webkit-line-clamp: 3;
  }
}
.p-searchArchive__desc mark {
  background-color: transparent;
  color: #295CAA;
  font-weight: 700;
}
.p-searchArchive__noResult {
  color: #333333;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-searchArchive__noResult {
    font-size: clamp(0.7822685789rem, 0rem + 3.9113428944vw, 1.875rem);
  }
}

/*----------▲▲ search ▲▲----------*/
/*----------▼▼ label-auto ▼▼----------*/
.p-labelAuto {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
}
@media screen and (max-width: 767px) {
  .p-labelAuto {
    padding: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0 clamp(83.4419817471px, 0px + 26.075619296vw, 200px);
  }
}
.p-labelAuto .l-10inner {
  padding: 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-labelAuto .l-10inner {
    padding: 0 5vw;
  }
}
.p-labelAuto__block {
  margin-top: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
.p-labelAuto__block:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__block {
    margin-top: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-labelAuto__sectionTit {
  border-left: 4px solid #295CAA;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636;
  color: #404041;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__sectionTit {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
  }
}
.p-labelAuto__item {
  margin-top: 2rem;
}
.p-labelAuto__item:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__item {
    margin-top: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-labelAuto__subTit {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #404041;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__subTit {
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.p-labelAuto__txt {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}
.p-labelAuto__noteCard {
  margin-top: 1.5rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__noteCard {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-labelAuto__noteCardTit {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__noteCardTit {
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-labelAuto__noteCardTxt {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__noteCardTxt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
@media screen and (max-width: 767px) {
  .p-labelAuto__tableWrap {
    overflow-x: auto;
  }
}
.p-labelAuto__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__table {
    min-width: 50rem;
  }
}
.p-labelAuto__tableHead {
  background-color: #dbe7fb;
  border: 1px solid #bbbdc0;
  padding: 0.875rem 1rem;
  color: #295CAA;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__tableHead {
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-labelAuto__tableHead:nth-child(1) {
  width: 8.1875rem;
}
.p-labelAuto__tableHead:nth-child(2) {
  width: 8.1875rem;
}
.p-labelAuto__tableHead:nth-child(3) {
  width: 19.9375rem;
}
.p-labelAuto__tableHead:nth-child(4) {
  width: auto;
}
.p-labelAuto__tableTh, .p-labelAuto__tableTd {
  background-color: #FFF;
  border: 1px solid #bbbdc0;
  padding: 1rem;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__tableTh, .p-labelAuto__tableTd {
    padding: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-labelAuto__tableList {
  list-style: disc;
  padding-left: 1.3125rem;
  margin: 0;
}
.p-labelAuto__tableList li {
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__tableList li {
    line-height: 1.6923076923;
  }
}
.p-labelAuto__back {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-labelAuto__back {
    margin-top: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}

/*----------▲▲ label-auto ▲▲----------*/
/*----------▼▼ traceability-operation ▼▼----------*/
.p-traceabilityOp {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp {
    padding: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0 clamp(83.4419817471px, 0px + 26.075619296vw, 200px);
  }
}
.p-traceabilityOp .l-10inner {
  padding: 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp .l-10inner {
    padding: 0 5vw;
  }
}
.p-traceabilityOp__block {
  margin-top: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
.p-traceabilityOp__block:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__block {
    margin-top: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-traceabilityOp__sectionTit {
  border-left: 4px solid #295CAA;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636;
  color: #404041;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__sectionTit {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
  }
}
.p-traceabilityOp__txt {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}
.p-traceabilityOp__txt--summary {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__txt--summary {
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-traceabilityOp__noteCard {
  margin-top: 1.5rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__noteCard {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-traceabilityOp__noteCardTit {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__noteCardTit {
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-traceabilityOp__noteCardList {
  list-style: none;
  padding-left: 0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #333333;
}
.p-traceabilityOp__noteCardList li {
  position: relative;
  padding-left: 1rem;
}
.p-traceabilityOp__noteCardList li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__noteCardList {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-traceabilityOp__diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__diagram {
    gap: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-traceabilityOp__diagramRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__diagramRow {
    grid-template-columns: 1fr;
    gap: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
  }
}
.p-traceabilityOp__diagramCard {
  padding: 0;
}
.p-traceabilityOp__diagramCard--full {
  width: 100%;
}
.p-traceabilityOp__diagramCardTit {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #173974;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__diagramCardTit {
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.p-traceabilityOp__diagramCardList {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #333333;
  counter-reset: diagramStep;
}
.p-traceabilityOp__diagramCardList li {
  position: relative;
  padding-left: 1.25rem;
  counter-increment: diagramStep;
}
.p-traceabilityOp__diagramCardList li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-traceabilityOp__diagramCardList li::before {
  content: counter(diagramStep) ".";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__diagramCardList {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
  .p-traceabilityOp__diagramCardList li:not(:last-child) {
    margin-bottom: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-traceabilityOp__diagramIconRow {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__diagramIconRow {
    gap: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
  }
}
.p-traceabilityOp__diagramIconRow--paired {
  justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__diagramIconRow--paired {
    flex-direction: column;
    gap: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
  }
}
.p-traceabilityOp__diagramFlow {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.5rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__diagramFlow {
    width: 100%;
    gap: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
  }
}
.p-traceabilityOp__diagramIconItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  min-width: 7.5rem;
}
.p-traceabilityOp__diagramIconItem img {
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__diagramIconItem {
    gap: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px);
    min-width: 0;
    flex-shrink: 1;
  }
}
.p-traceabilityOp__diagramIconLabel {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__diagramIconLabel {
    font-size: clamp(0.6258148631rem, 0rem + 3.1290743155vw, 1.5rem);
  }
}
.p-traceabilityOp__diagramArrowH {
  display: inline-block;
  align-self: center;
  width: 0;
  height: 0;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-left: 1.25rem solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__diagramArrowH {
    border-top-width: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    border-bottom-width: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    border-left-width: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-traceabilityOp__diagramArrowV {
  display: block;
  width: 0;
  height: 0;
  border-left: 3.03125rem solid transparent;
  border-right: 3.03125rem solid transparent;
  border-top: 2.25rem solid #D4DEEE;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__diagramArrowV {
    border-left-width: clamp(40.4693611473px, 0px + 12.6466753585vw, 97px);
    border-right-width: clamp(40.4693611473px, 0px + 12.6466753585vw, 97px);
    border-top-width: clamp(30.0391134289px, 0px + 9.3872229465vw, 72px);
  }
}
.p-traceabilityOp__numItem {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__numItem {
    padding: clamp(11.6818774446px, 0px + 3.6505867014vw, 28px) 0;
  }
}
.p-traceabilityOp__numItemTit {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #404041;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__numItemTit {
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.p-traceabilityOp__numItemTxt {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__numItemTxt {
    margin-top: clamp(6.6753585398px, 0px + 2.0860495437vw, 16px);
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
  }
}
.p-traceabilityOp__back {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-traceabilityOp__back {
    margin-top: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}

/*----------▲▲ traceability-operation ▲▲----------*/
/*----------▼▼ solutions-case ▼▼----------*/
.p-solutionsCase {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
}
@media screen and (max-width: 767px) {
  .p-solutionsCase {
    padding: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0 clamp(83.4419817471px, 0px + 26.075619296vw, 200px);
  }
}
.p-solutionsCase .l-10inner {
  padding: 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-solutionsCase .l-10inner {
    padding: 0 5vw;
  }
}
.p-solutionsCase__block {
  margin-top: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px);
}
.p-solutionsCase__block:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-solutionsCase__block {
    margin-top: clamp(58.4093872229px, 0px + 18.2529335072vw, 140px);
  }
}
.p-solutionsCase__sectionTit {
  border-left: 4px solid #295CAA;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636;
  color: #404041;
}
@media screen and (max-width: 767px) {
  .p-solutionsCase__sectionTit {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
  }
}
.p-solutionsCase__outline {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-solutionsCase__outline {
    margin-bottom: clamp(33.3767926988px, 0px + 10.4302477184vw, 80px);
  }
}
.p-solutionsCase__item {
  margin-top: 2.5rem;
}
.p-solutionsCase__item:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-solutionsCase__item {
    margin-top: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px);
  }
}
.p-solutionsCase__subTit {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #404041;
}
@media screen and (max-width: 767px) {
  .p-solutionsCase__subTit {
    margin-bottom: clamp(13.3507170795px, 0px + 4.1720990874vw, 32px);
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.p-solutionsCase__solution {
  background-color: #FFF;
  padding: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-solutionsCase__solution {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
    margin-top: clamp(26.7014341591px, 0px + 8.3441981747vw, 64px);
  }
}
.p-solutionsCase__solutionTit {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #173974;
}
@media screen and (max-width: 767px) {
  .p-solutionsCase__solutionTit {
    margin-bottom: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.8344198175rem, 0rem + 4.1720990874vw, 2rem);
  }
}
.p-solutionsCase__txt {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-solutionsCase__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}
.p-solutionsCase__table {
  margin-top: 1.5rem;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-solutionsCase__table {
    margin-top: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px);
  }
}
.p-solutionsCase__tableHead {
  background-color: #dbe7fb;
  border: 1px solid #bbbdc0;
  padding: 0.875rem 1rem;
  width: 10rem;
  color: #295CAA;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-solutionsCase__tableHead {
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    width: 30%;
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-solutionsCase__tableCell {
  background-color: #FFF;
  border: 1px solid #bbbdc0;
  padding: 0.875rem 1rem;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solutionsCase__tableCell {
    padding: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-solutionsCase__back {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solutionsCase__back {
    margin-top: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}

/*----------▲▲ solutions-case ▲▲----------*/
/*----------▼▼ marking-comparison ▼▼----------*/
.p-markingComp {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
}
@media screen and (max-width: 767px) {
  .p-markingComp {
    padding: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0 clamp(83.4419817471px, 0px + 26.075619296vw, 200px);
  }
}
.p-markingComp .l-10inner {
  padding: 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-markingComp .l-10inner {
    padding: 0 5vw;
  }
}
.p-markingComp__block {
  margin-top: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
.p-markingComp__block:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-markingComp__block {
    margin-top: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-markingComp__sectionTit {
  border-left: 4px solid #295CAA;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636;
  color: #404041;
}
@media screen and (max-width: 767px) {
  .p-markingComp__sectionTit {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
  }
}
.p-markingComp__txt {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-markingComp__txt {
    font-size: clamp(0.7301173403rem, 0rem + 3.6505867014vw, 1.75rem);
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 767px) {
  .p-markingComp__tableWrap {
    overflow-x: auto;
  }
}
.p-markingComp__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-markingComp__table {
    min-width: 37.5rem;
  }
}
.p-markingComp__tableHead {
  background-color: #dbe7fb;
  border: 1px solid #bbbdc0;
  padding: 0.75rem 1rem;
  color: #295CAA;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-markingComp__tableHead {
    padding: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-markingComp__tableHead--narrow {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-markingComp__tableHead--narrow {
    width: 25%;
  }
}
.p-markingComp__tableTd {
  background-color: #FFF;
  border: 1px solid #bbbdc0;
  padding: 0.75rem 1rem;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-markingComp__tableTd {
    padding: clamp(8.3441981747px, 0px + 2.6075619296vw, 20px) clamp(11.6818774446px, 0px + 3.6505867014vw, 28px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
  }
}
.p-markingComp__tableTd--center {
  text-align: center;
}
.p-markingComp__tableTd sup {
  font-size: 0.6875rem;
  margin-left: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-markingComp__tableTd sup {
    font-size: clamp(0.5215123859rem, 0rem + 2.6075619296vw, 1.25rem);
  }
}
.p-markingComp__tableNote {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #333333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-markingComp__tableNote {
    margin-top: clamp(10.0130378096px, 0px + 3.1290743155vw, 24px);
    font-size: clamp(0.6779661017rem, 0rem + 3.3898305085vw, 1.625rem);
    text-align: left;
  }
}
.p-markingComp__back {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-markingComp__back {
    margin-top: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}

/*----------▲▲ marking-comparison ▲▲----------*/
/*----------▼▼ lineup ▼▼----------*/
.p-lineup {
  padding: clamp(52.6628571429px, 0px + 6.8571428571vw, 96px) 0 clamp(87.7714285714px, 0px + 11.4285714286vw, 160px);
}
@media screen and (max-width: 767px) {
  .p-lineup {
    padding: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px) 0 clamp(83.4419817471px, 0px + 26.075619296vw, 200px);
  }
}
.p-lineup .l-10inner {
  padding: 0 clamp(32.9142857143px, 0px + 4.2857142857vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-lineup .l-10inner {
    padding: 0 5vw;
  }
}
.p-lineup__block {
  margin-top: clamp(35.1085714286px, 0px + 4.5714285714vw, 64px);
}
.p-lineup__block:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-lineup__block {
    margin-top: clamp(40.0521512386px, 0px + 12.5162972621vw, 96px);
  }
}
.p-lineup__sectionTit {
  border-left: 4px solid #295CAA;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3636363636;
  color: #404041;
}
@media screen and (max-width: 767px) {
  .p-lineup__sectionTit {
    padding: clamp(16.6883963494px, 0px + 5.2151238592vw, 40px) clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    margin-bottom: clamp(20.0260756193px, 0px + 6.258148631vw, 48px);
    font-size: clamp(0.9387222947rem, 0rem + 4.6936114733vw, 2.25rem);
  }
}
.p-lineup__back {
  margin-top: clamp(43.8857142857px, 0px + 5.7142857143vw, 80px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lineup__back {
    margin-top: clamp(50.0651890482px, 0px + 15.6453715776vw, 120px);
  }
}
.p-lineup .c-cardList__list {
  justify-content: center;
}
.p-lineup .c-cardList__item {
  width: clamp(219.4285714286px, 0px + 28.5714285714vw, 400px);
}

/*----------▲▲ lineup ▲▲----------*/
/*----------▼▼ utility ▼▼----------*/
@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spOnly {
    display: inherit !important;
  }
}

@media screen and (min-width: 768px) {
  .u-pcOnly {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none !important;
  }
}

.u-mAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*----------▲▲ utility ▲▲----------*/
/*----------▼▼ fadeIn ▼▼----------*/
.u-fadeInLeft,
.u-fadeInRight,
.u-fadeInUp {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.u-fadeInLeft.is-visible,
.u-fadeInRight.is-visible,
.u-fadeInUp.is-visible {
  opacity: 1;
  transform: none;
}

.u-fadeInLeft {
  transform: translateX(-40px);
}

.u-fadeInRight {
  transform: translateX(40px);
}

.u-fadeInUp {
  transform: translateY(30px);
}

.u-delay1 {
  transition-delay: 0.3s;
}

.u-delay2 {
  transition-delay: 0.6s;
}

.u-delay3 {
  transition-delay: 0.9s;
}

.u-delay4 {
  transition-delay: 1.2s;
}

.u-delay5 {
  transition-delay: 1.5s;
}

.u-delay6 {
  transition-delay: 1.8s;
}

@media screen and (max-width: 767px) {
  .u-delay1,
  .u-delay2,
  .u-delay3,
  .u-delay4,
  .u-delay5,
  .u-delay6 {
    transition-delay: 0s;
  }
}
/*----------▲▲ fadeIn ▲▲----------*/
/*# sourceMappingURL=style.css.map */