@charset "UTF-8";
:root {
  --white: #ffffff;
  --black: #000000;
  --gray10: #333333;
  --gray20: #474747;
  --gray30: #5C5C5C;
  --gray40: #757575;
  --gray50: #9E9E9E;
  --gray60: #C2C2C2;
  --gray70: #E0E0E0;
  --gray80: #F4F4F4;
  --gray90: #FBFBFB;
  --red-primary: #EF0000;
  --blue-primary: rgba(21, 42, 140, 1);
  --base-color: rgba(238, 244, 251, 1);
  --text-primary: rgba(34, 24, 21, 1);
  --text-secondary: rgba(95, 95, 98, 1);
  --text-tertiary: rgba(180, 180, 180, 1);
  --text-placeholder: rgba(219, 219, 219, 1);
  --border-low: rgba(221, 228, 238, 1);
  --border-high: rgba(155, 168, 190, 1);
  --border-active: rgba(21, 42, 140, 1);
  --active: rgba(27, 113, 250, 1);
  --inactive: var(--gray60);
  --accent: var(--red-primary);
  --disabled: var(--gray60);
  --japanese-sans-serif:
    "Noto Sans JP",
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, Arial, sans-serif;
  --english-sans-serif: 'Jost', var(--japanese-sans-serif);
  --space-xs: clamp(1.25rem, 0.1389rem + 2.3148vw, 1.875rem);
  --space-sm: calc(var(--space-xs) * 1.5);
  --space-md: calc(var(--space-xs) * 2);
  --space-lg: calc(var(--space-xs) * 3);
  --space-xl: calc(var(--space-xs) * 4);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: var(--text-primary);
  font-family: var(--japanese-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  line-break: strict;
  text-align: left;
  margin: 0;
  background-color: var(--base-color);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, a, picture {
  display: block;
}

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

p {
  margin: 0;
}

p a {
  display: inline-block;
}

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

address {
  font-style: normal;
  line-height: inherit;
  margin: 0;
}

ol,
ul,
dl,
ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style-position: inside;
  padding: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

a, p a {
  color: var(--active);
  display: block;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--active);
}

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

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  color: var(--text-primary);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
  vertical-align: top;
  padding: 0.2rem 0.5rem;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=submit] {
  outline: none;
  border: 1px solid var(--border-high);
}

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: 0 0 0.5rem;
  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;
     -moz-appearance: none;
          appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

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

button, input[type=submit], input[type=button] {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, select, input {
  color: var(--black);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
button::-moz-placeholder, select::-moz-placeholder, input::-moz-placeholder {
  color: var(--black);
}
button::placeholder, select::placeholder, input::placeholder {
  color: var(--black);
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.l-wrapper {
  overflow: hidden;
}
html.is-active .l-header__body {
  background-color: rgb(255, 255, 255);
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  padding: 20px 20px 0;
}
.l-header__container {
  position: relative;
  z-index: 2002;
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.l-header__body {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 17px 20px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-header__logo {
  width: 120px;
  transition: all 0.5s ease;
}
.l-header__contact {
  display: none;
  width: 100%;
}
.l-header__navigation {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 20px 30px 0;
  }
  .l-header__body {
    padding: 19.5px 20px;
  }
  .l-header__logo {
    width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding: 40px 40px;
    transition: all 0.8s var(--easeOutQuint);
  }
  .l-header.is-active {
    padding: 20px 40px;
  }
  .l-header.is-show {
    top: -150px;
  }
  .l-header__body {
    width: calc(100% - 150px);
    padding: 26px 30px;
    border-radius: 10px;
    transition: all 0.8s var(--easeOutQuint);
  }
  .l-header__logo {
    width: 160px;
  }
  .l-header__contact {
    display: block;
    max-width: 140px;
  }
}
@media screen and (min-width: 1215px) {
  .l-header {
    padding: 40px 50px;
  }
  .l-header.is-active {
    padding: 20px 50px;
  }
  .l-header__body {
    padding: 26px 50px;
  }
  .l-header__logo {
    width: 200px;
  }
  .l-header__contact {
    max-width: 150px;
  }
}

.l-footer {
  position: relative;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 55px;
  margin-top: 120px;
}
.l-footer::after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 138px);
  border-radius: 6px;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
}
.l-footer__container {
  display: flex;
  flex-direction: column-reverse;
}
.l-footer__header {
  width: 100%;
  margin-top: 80px;
}
.l-footer__logo {
  max-width: 120px;
  margin: 0 auto;
  transition: opacity 0.5s ease;
}
.l-footer__logo:hover {
  opacity: 0.8;
}
.l-footer__copyWrapperSp {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 65px;
}
.l-footer__body {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.l-footer__button {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.5597072419rem + 1.0785824345vw, 1.25rem);
}
.l-footer__navigation {
  margin-top: 40px;
}
.l-footer__copyWrapper {
  display: none;
}
.l-footer__policy {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.7138867488rem + 0.1540832049vw, 0.8125rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--text-secondary);
}
.l-footer__copy small {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--text-secondary);
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 30px;
  }
  .l-footer::after {
    width: calc(100% - 60px);
    left: 30px;
    border-radius: 8px;
  }
  .l-footer__body {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding-top: 70px;
    padding-bottom: 62px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 200px;
    margin-bottom: 40px;
  }
  .l-footer::after {
    width: calc(100% - 80px);
    height: 100%;
    left: 40px;
    border-radius: 10px;
  }
  .l-footer__container {
    flex-direction: row;
  }
  .l-footer__container.l-container {
    max-width: 1080px;
  }
  .l-footer__header {
    width: 24%;
    margin-top: 0;
  }
  .l-footer__logo {
    max-width: 230px;
    margin: 0;
  }
  .l-footer__copyWrapperSp {
    display: none;
  }
  .l-footer__body {
    width: 68%;
    padding: 0;
    margin: 0 0 0 auto;
  }
  .l-footer__navigation {
    margin-top: 45px;
  }
  .l-footer__copyWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1215px) {
  .l-footer::after {
    width: calc(100% - 100px);
    left: 50px;
  }
  .l-footer__header {
    width: 23%;
    margin-top: 0;
  }
  .l-footer__body {
    width: 70%;
  }
}

.l-footerContact {
  position: relative;
  z-index: 101;
  margin-top: 120px;
  margin-bottom: 40px;
}
.l-footerContact__container {
  display: flex;
  flex-direction: column;
}
.l-footerContact__container.l-container {
  max-width: 1080px;
}
.l-footerContact__header {
  margin: 0 auto;
}
.l-footerContact__logo {
  max-width: 120px;
  transition: opacity 0.5s ease;
}
.l-footerContact__logo:hover {
  opacity: 0.8;
}
.l-footerContact__body {
  width: auto;
}
.l-footerContact__button {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
}
.l-footerContact__navigation {
  margin-top: 45px;
}
.l-footerContact__copyWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 70px;
}
.l-footerContact__policy {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.7138867488rem + 0.1540832049vw, 0.8125rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--text-secondary);
}
.l-footerContact__copy small {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--text-secondary);
}
@media screen and (min-width: 1024px) {
  .l-footerContact {
    margin-top: 160px;
  }
  .l-footerContact__container {
    flex-direction: row;
  }
  .l-footerContact__header {
    width: 120px;
    margin: 0;
  }
  .l-footerContact__body {
    margin: auto 0 0 auto;
  }
  .l-footerContact__copyWrapper {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    margin-top: 40px;
  }
}

.l-container {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c-logo {
  display: block;
  line-height: 0.1;
}
a.c-logo {
  transition: all 0.35s ease;
}
a.c-logo:hover {
  opacity: 0.5;
}

.c-globalNav {
  display: none;
}
.c-globalNav__list {
  display: flex;
}
.c-globalNav__item:not(:first-of-type) {
  margin-left: 1.2em;
}
.c-globalNav__item a {
  line-height: 1;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--text-primary);
}
.c-globalNav__item a:hover {
  color: var(--border-active);
}
.c-globalNav__item a:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.c-globalNav__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--border-active);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.5s;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.c-globalNav__item a.is-disabled {
  color: var(--gray60);
  pointer-events: none;
}
.c-globalNav__item a.is-disabled::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-globalNav {
    display: block;
  }
}
@media screen and (min-width: 1215px) {
  .c-globalNav__item:not(:first-of-type) {
    margin-left: 30px;
  }
}

.c-buttonContactHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  border-radius: 1em;
  border: 1px solid var(--blue-primary);
  background-color: var(--blue-primary);
  transition: all 0.5s ease;
}
.c-buttonContactHeader--hasBorder {
  border: 1px solid var(--white);
}
.c-buttonContactHeader:hover {
  background-color: var(--active);
  border-color: var(--active);
}
.c-buttonContactHeader__text {
  line-height: 1;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--white);
}
.c-offcanvas {
  width: 100%;
  height: 100%;
}
.c-offcanvas.is-active .c-offcanvas__hamburger {
  background-color: transparent;
}
.c-offcanvas.is-active .c-offcanvas__hamburger::before {
  margin-top: 0;
  transform: rotate(135deg);
}
.c-offcanvas.is-active .c-offcanvas__hamburger::after {
  margin-top: 0;
  transform: rotate(-135deg);
}
.c-offcanvas.is-active .c-offcanvas__body {
  opacity: 1;
  visibility: visible;
  height: calc(100svh - 110px);
  top: 80px;
  transition: height 0.5s var(--easeOutQuint);
}
.c-offcanvas__button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 2003;
  margin: 0;
  padding: 0;
  border: none;
}
.c-offcanvas__hamburger {
  display: block;
  width: 20px;
  height: 2px;
  margin: auto auto;
  border-radius: 5px;
  background-color: var(--blue-primary);
  transform-origin: center;
  transition: all 0.35s var(--easeOutQuint);
}
.c-offcanvas__hamburger::before, .c-offcanvas__hamburger::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-color: var(--blue-primary);
  transform-origin: center;
  transition: all 0.35s ease 0.1s;
  position: absolute;
  top: calc(50% - 1px);
  left: auto;
}
.c-offcanvas__hamburger::before {
  transform: translateY(6px);
}
.c-offcanvas__hamburger::after {
  transform: translateY(-6px);
}
.c-offcanvas__body {
  overflow: auto;
  width: calc(100% - 40px);
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  border-radius: 6px;
  background: var(--white);
  position: fixed;
  left: 20px;
  top: -110vh;
  z-index: 2002;
  transition: opacity 0.2s ease, height 0.5s ease, top 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
}
.c-offcanvas__overlay {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 100%;
  height: 100vh;
  background-color: rgba(21, 42, 140, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
}
.c-offcanvas__overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-offcanvas__list {
  display: flex;
  flex-direction: column;
  color: var(--text-primary);
}
.c-offcanvas__item {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid var(--border-low);
}
.c-offcanvas__item > a {
  display: block;
  font-size: inherit;
  padding: 1.4em 0;
  color: var(--text-primary);
  transition: all 0.35s ease;
}
.c-offcanvas__item > a:hover {
  opacity: 0.5;
}
.c-offcanvas__title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.4em 0;
  color: var(--text-primary);
}
.c-offcanvas__title a {
  color: inherit;
}
.c-offcanvas__title .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
}
.c-offcanvas__listSub {
  width: 100%;
  line-height: 2.5;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--text-secondary);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.c-offcanvas__listSub.is-active {
  margin-bottom: 1.5em;
}
.c-offcanvas__listSub a {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .c-offcanvas.is-active .c-offcanvas__body {
    height: calc(100svh - 120px);
    top: 90px;
  }
  .c-offcanvas__button {
    top: 30px;
    right: 40px;
  }
  .c-offcanvas__body {
    width: calc(100% - 60px);
    left: 30px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .c-offcanvas {
    display: none;
  }
}

.c-iconPlus {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-iconPlus::before, .c-iconPlus::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 15px;
  height: 2px;
  background-color: var(--border-high);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.8s var(--easeOutQuint);
}
.c-iconPlus::before {
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
}
.c-iconPlus::after {
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center;
}
.c-iconPlus.is-active::before {
  transform: translate(-50%, -50%) rotate(360deg);
}
.c-iconPlus.is-active::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.c-iconChevron::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.65em;
  height: 0.65em;
  border: 2px solid var(--blue-primary);
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}
.c-buttonContactFooter {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 8px 30px;
  border-radius: 10px;
  color: var(--text-primary);
  border: 1px solid var(--border-low);
  transition: border-color 0.5s ease;
}
.c-buttonContactFooter:hover {
  color: var(--active);
  border-color: var(--active);
}
.c-buttonContactFooter:hover .c-buttonContactFooter__icon {
  background-color: rgba(27, 113, 250, 0.2);
}
.c-buttonContactFooter__text {
  font-size: inherit;
  line-height: 2;
  color: inherit;
  transition: all 0.5s ease;
}
.c-buttonContactFooter__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.5s ease;
}
.c-buttonContactFooter__icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../assets/img/icon-arrow-right.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 500px) {
  .c-buttonContactFooter {
    padding: 12px 10px 12px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-buttonContactFooter {
    padding: 19px 20px 19px 40px;
  }
  .c-buttonContactFooter__icon {
    width: 40px;
    height: 40px;
  }
}

.c-footerNav__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-footerNav__item {
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
}
.c-footerNav__item a {
  position: relative;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--text-primary);
}
.c-footerNav__item:not(:first-child) {
  margin-top: 10px;
}
.c-footerNav__sublist {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 10px;
  margin-bottom: 1em;
}
.c-footerNav__subitem {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.7138867488rem + 0.1540832049vw, 0.8125rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  border-left: 1px solid var(--border-low);
  padding-left: 0.8em;
}
.c-footerNav__subitem a {
  display: block;
  color: var(--text-secondary);
  transition: all 0.5s ease;
}
.c-footerNav__subitem a:hover {
  color: var(--active);
}
@media screen and (min-width: 1024px) {
  .c-footerNav__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 48px;
  }
  .c-footerNav__item:first-child {
    grid-column: 1/-1;
  }
  .c-footerNav__item:first-child > .c-buttonNaviItem {
    width: calc((100% - 96px) / 3);
  }
  .c-footerNav__sublist {
    gap: 20px;
    margin-top: 1em;
    margin-bottom: 0.4em;
  }
}

.c-logoCircles {
  position: relative;
  width: 100%;
  max-width: 430px;
  height: 100%;
  display: flex;
  align-items: center;
  perspective: 450px;
}
.c-logoCircles__inner {
  position: relative;
  transform-style: preserve-3d;
}
.c-logoCircles__inner > img {
  transform: translateZ(0);
}
.c-logoCircles__inner .ring1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-logoCircles__inner .ring1 .ring {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  display: block;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-logoCircles__inner .ring2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-logoCircles__inner .ring2 .ring {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  display: block;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-sectionHeadingTop {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: var(--blue-primary);
}
.c-sectionHeadingTop__number {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: var(--english-sans-serif);
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  text-indent: 0.05em;
  color: var(--blue-primary);
  background-color: rgba(21, 42, 140, 0.1);
  border-radius: 50%;
  margin-right: 1em;
}
.c-sectionHeadingTop__number::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
  width: calc(100% + 20px);
  height: 100%;
  border-radius: 0 25px 25px 0;
  background-color: rgba(21, 42, 140, 0.1);
}
.c-sectionHeadingTop__text {
  color: var(--blue-primary);
  font-size: inherit;
  font-weight: inherit;
}
.c-sectionHeadingTop__text--lg {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.2110939908rem + 1.2326656394vw, 2rem);
  font-weight: 400;
  color: var(--text-primary);
}
@media screen and (min-width: 768px) {
  .c-sectionHeadingTop__number::after {
    width: calc(100% + 30px);
  }
  .c-sectionHeadingTop__text--lg {
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 1024px) {
  .c-sectionHeadingTop__number {
    width: 45px;
    height: 45px;
  }
  .c-sectionHeadingTop__number::after {
    width: calc(100% + 45px);
  }
}
@media screen and (min-width: 1215px) {
  .c-sectionHeadingTop {
    transform: translateX(-80px);
  }
  .c-sectionHeadingTop__number {
    width: 50px;
    height: 50px;
    text-indent: 0.1em;
    margin-right: 30px;
  }
  .c-sectionHeadingTop__number::after {
    width: calc((100vw - 1080px) / 2 + 10px);
  }
}

.c-sectionHeading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: var(--blue-primary);
}
.c-sectionHeading__number {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: var(--english-sans-serif);
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  text-indent: 0.05em;
  color: var(--blue-primary);
  background-color: rgba(21, 42, 140, 0.1);
  border-radius: 50%;
  margin-right: 1em;
}
.c-sectionHeading__number::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
  width: calc(100% + 20px);
  height: 100%;
  border-radius: 0 25px 25px 0;
  background-color: rgba(21, 42, 140, 0.1);
}
.c-sectionHeading__text {
  color: var(--blue-primary);
  font-size: inherit;
  font-weight: inherit;
}
.c-sectionHeading__text--lg {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.2110939908rem + 1.2326656394vw, 2rem);
  font-weight: 400;
  color: var(--text-primary);
}
@media screen and (min-width: 768px) {
  .c-sectionHeading {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .c-sectionHeading__number::after {
    width: calc(100% + 30px);
  }
  .c-sectionHeading__text--lg {
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 1024px) {
  .c-sectionHeading__number {
    width: 45px;
    height: 45px;
  }
  .c-sectionHeading__number::after {
    width: calc(100% + 45px);
  }
}
@media screen and (min-width: 1215px) {
  .c-sectionHeading {
    transform: translateX(-80px);
  }
  .c-sectionHeading__number {
    width: 50px;
    height: 50px;
    text-indent: 0.1em;
    margin-right: 30px;
  }
  .c-sectionHeading__number::after {
    width: calc((100vw - 1080px) / 2 + 10px);
  }
}

.c-buttonMore {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  color: var(--text-primary);
  border-bottom: 1px solid var(--border-low);
  transition: all 0.5s ease;
}
.c-buttonMore::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--active);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.5s;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.c-buttonMore:hover {
  color: var(--active);
  border-color: var(--active);
}
.c-buttonMore:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.c-buttonMore:hover .c-buttonMore__icon {
  background-color: rgba(27, 113, 250, 0.2);
}
.c-buttonMore__text {
  font-size: inherit;
  line-height: 2;
  color: inherit;
  transition: all 0.55s ease;
}
.c-buttonMore__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.5s ease;
}
.c-buttonMore__icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../assets/img/icon-arrow-right.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .c-buttonMore {
    padding-bottom: 20px;
  }
}

.c-buttonMoreRounded {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px 9px 30px;
  border-radius: 50px;
  color: var(--text-primary);
  border: 1px solid var(--border-low);
  transition: all 0.5s ease;
}
.c-buttonMoreRounded:hover {
  color: var(--active);
  border-color: var(--active);
}
.c-buttonMoreRounded:hover .c-buttonMoreRounded__icon {
  background-color: rgba(27, 113, 250, 0.2);
}
.c-buttonMoreRounded__text {
  font-size: inherit;
  line-height: 2;
  color: inherit;
  transition: all 0.5s ease;
}
.c-buttonMoreRounded__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.5s ease;
}
.c-buttonMoreRounded__icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../assets/img/icon-arrow-right.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-buttonNaviItem {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-primary);
}
.c-buttonNaviItem:hover {
  color: var(--active);
}
.c-buttonNaviItem:hover .c-buttonNaviItem__icon {
  background-color: rgba(27, 113, 250, 0.2);
}
.c-buttonNaviItem.is-disabled {
  color: var(--disabled);
  pointer-events: none;
}
.c-buttonNaviItem.is-disabled .c-buttonNaviItem__icon {
  background-color: transparent;
  opacity: 0.5;
}
.c-buttonNaviItem__text {
  font-size: inherit;
  line-height: 2;
  color: inherit;
  transition: color 0.5s ease;
}
.c-buttonNaviItem__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.5s ease;
}
.c-buttonNaviItem__icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../assets/img/icon-arrow-right.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pageHeading {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 34px;
}
.c-pageHeading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blue-primary);
  z-index: -1;
}
.c-pageHeading:has(.c-pageHeading__image) {
  padding-bottom: 0;
}
.c-pageHeading:has(.c-pageHeading__image)::after {
  height: calc(100% - 58px);
}
.c-pageHeading__title {
  width: 100%;
  font-family: var(--english-sans-serif);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--white);
}
.c-pageHeading__title > span {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  color: var(--white);
  margin-left: 1em;
}
.c-pageHeading__title > span::before {
  content: "/";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  color: var(--white);
  margin-right: 1em;
}
.c-pageHeading__titleJa {
  font-size: 32px;
  font-size: 2rem;
  font-size: clamp(2rem, 1.4221879815rem + 2.4653312789vw, 3rem);
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--white);
  margin-top: 16px;
}
.c-pageHeading__image {
  overflow: hidden;
  border-radius: 10px;
  margin-top: 30px;
}
.c-pageHeading__image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .c-pageHeading__titleJa {
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .c-pageHeading {
    padding-top: 180px;
    padding-bottom: 18px;
  }
  .c-pageHeading:has(.c-pageHeading__image)::after {
    height: calc(100% - 68px);
  }
  .c-pageHeading__titleJa {
    line-height: 1.2;
  }
  .c-pageHeading__image {
    margin-top: 16px;
  }
  .c-pageHeading__image img {
    min-height: 475px;
  }
}

.c-breadcrumb {
  margin-top: 40px;
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--text-tertiary);
}
.c-breadcrumb__item:not(:first-of-type):before {
  content: "ー";
  display: block;
  width: 1em;
  height: auto;
  font-size: inherit;
  text-align: center;
  margin: 0 0.8em;
  color: var(--text-tertiary);
}
.c-breadcrumb__item:last-child {
  overflow: hidden;
}
.c-breadcrumb__item a {
  position: relative;
  overflow: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  white-space: nowrap;
  color: var(--white);
}
.c-breadcrumb__item a:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.c-breadcrumb__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--white);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.35s ease;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.c-breadcrumb__item span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1024px) {
  .c-breadcrumb {
    margin-top: 60px;
  }
}

.c-pdfLink {
  margin-top: 30px;
}
.c-pdfLink__container {
  max-width: 1080px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-pdfLink__link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
}
.c-pdfLink__link:hover {
  color: inherit;
  opacity: 0.5;
}
.c-pdfLink__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}
.c-pdfLink__icon {
  max-width: 25px;
}
@media screen and (min-width: 1024px) {
  .c-pdfLink {
    margin-top: 40px;
  }
}

.c-searchUnit__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 8px;
  padding: 25px 20px 30px;
}
.c-searchUnit__item {
  flex: 1;
}
.c-searchUnit__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1em;
  color: var(--text-secondary);
}
.c-searchUnit__input {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 400;
  padding: 14.5px 20px;
  border-radius: 5px;
  border: 1px solid var(--border-high);
  color: var(--text-primary);
  background-color: var(--white);
  transition: all 0.5s ease;
}
.c-searchUnit__input::-moz-placeholder {
  color: var(--text-tertiary);
}
.c-searchUnit__input::placeholder {
  color: var(--text-tertiary);
}
.c-searchUnit__input:focus {
  outline: none;
  border-color: var(--active);
}
.c-searchUnit__input.is-error {
  border-color: var(--red-primary);
}
.c-searchUnit__error {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 500;
  line-height: 1.6;
  color: var(--red-primary);
  margin-top: 0.6em;
}
.c-searchUnit__button {
  flex-shrink: 0;
  border: 1.5px solid var(--active);
  border-radius: 9999px;
  color: var(--active);
  background-color: transparent;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.35s, color 0.35s;
  padding: 17.5px 28px;
  margin-top: 10px;
}
.c-searchUnit__button:hover {
  background-color: var(--active);
  color: var(--white);
}
@media screen and (min-width: 1024px) {
  .c-searchUnit__form {
    flex-direction: row;
    align-items: flex-end;
    gap: 26px;
    border-radius: 12px;
    padding: 28.5px 40px;
  }
  .c-searchUnit__button {
    padding: 16px 28px;
    margin-top: 0;
  }
}

.c-anchorLink {
  margin-top: 30px;
}
.c-anchorLink__container {
  max-width: 1080px;
}
.c-anchorLink__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-high);
}
.c-anchorLink__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.078;
  letter-spacing: 0;
  color: var(--text-tprimary);
  background-color: var(--white);
  padding: 5.5px 20px;
  border: 1px solid var(--border-low);
  border-radius: 20px;
  transition: all 0.5s ease;
}
.c-anchorLink__button.is-active {
  opacity: 1;
  color: var(--active);
  border-color: var(--active);
}
.c-anchorLink__button.is-active .c-anchorLink__icon::after {
  border-top-color: var(--active);
}
.c-anchorLink__button:hover {
  opacity: 1;
  color: var(--active);
  border-color: var(--active);
}
.c-anchorLink__button:hover .c-anchorLink__icon::after {
  border-top-color: var(--active);
}
.c-anchorLink__icon {
  display: inline-block;
  margin-left: 40px;
}
.c-anchorLink__icon::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #8197b1;
  border-bottom: 0;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .c-anchorLink {
    margin-top: 40px;
  }
  .c-anchorLink__list {
    gap: 12px;
    padding-bottom: 40px;
  }
}

.c-processList {
  position: relative;
  padding-left: 36px;
}
.c-processList__item {
  position: relative;
}
.c-processList__item + .c-processList__item {
  margin-top: 10px;
}
.c-processList__item:first-child::after {
  top: 50%;
  height: calc(50% + 20px);
}
.c-processList__item:last-child::after {
  top: 0;
  height: 50%;
}
.c-processList__item::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--blue-primary);
  z-index: 1;
}
.c-processList__item::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: calc(100% + 20px);
  border-left: 1px dashed var(--blue-primary);
}
.c-processList__card {
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 5px;
  padding: 18px 20px;
}
.c-processList__title {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0;
  color: var(--text-primary);
}
.c-processList__body {
  margin-top: 10px;
  color: var(--text-secondary);
  line-height: 2;
}
.c-processList__body p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .c-processList {
    padding-left: 44px;
  }
  .c-processList__item + .c-processList__item {
    margin-top: 20px;
  }
  .c-processList__item::before {
    left: -41px;
    width: 15px;
    height: 15px;
  }
  .c-processList__item::after {
    left: -34px;
  }
  .c-processList__card {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 19.5px 40px;
  }
  .c-processList__title {
    min-width: 200px;
    flex-shrink: 0;
  }
  .c-processList__body {
    margin-top: 0;
  }
}

.c-tableDetail {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.c-tableDetail thead {
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.15;
  letter-spacing: 0;
  text-align: left;
  color: var(--text-secondary);
}
.c-tableDetail thead th {
  font-size: inherit;
  font-weight: 400;
  padding: 0 20px;
}
.c-tableDetail tbody {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  line-height: 2.15;
  letter-spacing: 0;
  text-align: left;
  color: var(--text-primary);
}
.c-tableDetail tbody tr th, .c-tableDetail tbody tr td {
  display: block;
  width: 100%;
  font-size: inherit;
  color: var(--text-primary);
}
.c-tableDetail tbody tr th {
  position: relative;
  font-weight: 400;
  padding: 20px 20px 14px;
  border-radius: 5px 5px 0 0;
  background-color: var(--white);
}
.c-tableDetail tbody tr th::before {
  content: attr(aria-label);
  margin-right: 1em;
  color: var(--text-secondary);
  font-size: 12px;
}
.c-tableDetail tbody tr th a {
  position: absolute;
  right: 20px;
  top: calc(50% + 10px);
  transform: translateY(-50%);
}
.c-tableDetail tbody tr td {
  position: relative;
  padding: 10px 20px;
  background-color: var(--white);
}
.c-tableDetail tbody tr td:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgb(218, 218, 218);
  position: absolute;
  left: 20px;
  top: 0;
  transform: translateY(0);
}
.c-tableDetail tbody tr td:nth-child(3) {
  padding: 10px 20px 20px;
  border-radius: 0 0 5px 5px;
}
.c-tableDetail tbody tr td:last-child {
  display: none;
  border-radius: 0 5px 5px 0;
}
.c-tableDetail tbody tr td > a {
  text-align: center;
  transition: all 0.5s ease;
}
.c-tableDetail tbody tr td > a:hover .c-tableDetail__icon::after {
  background: url("../../assets/img/icon-external-on.svg") no-repeat 0 0/cover;
}
.c-tableDetail tbody tr:not(:first-child) {
  border-top: 20px solid rgb(238, 244, 251);
}
.c-tableDetail__icon {
  display: inline-block;
}
.c-tableDetail__icon::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  background: url("../../assets/img/icon-external.svg") no-repeat 0 0/cover;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .c-tableDetail thead {
    display: table-header-group;
  }
  .c-tableDetail tbody {
    line-height: 1;
  }
  .c-tableDetail tbody tr th, .c-tableDetail tbody tr td {
    display: table-cell;
    padding: 4.5px 20px;
    height: 50px;
  }
  .c-tableDetail tbody tr th {
    width: 145px;
    border-radius: 5px 0 0 5px;
  }
  .c-tableDetail tbody tr th::before {
    display: none;
  }
  .c-tableDetail tbody tr th a {
    display: none;
  }
  .c-tableDetail tbody tr td {
    width: auto;
    border-top: none;
  }
  .c-tableDetail tbody tr td:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: rgb(218, 218, 218);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-tableDetail tbody tr td:nth-child(3) {
    width: 130px;
    padding: 4.5px 20px;
    border-radius: 0;
  }
  .c-tableDetail tbody tr td:last-child {
    width: 80px;
    display: table-cell;
  }
  .c-tableDetail tbody tr:not(:first-child) {
    border-top: 10px solid rgb(238, 244, 251);
  }
  .c-tableDetail__icon::after {
    width: 40px;
    height: 40px;
  }
}
.c-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__item {
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 5px;
}
.c-pagination__button {
  width: 3.125em;
  height: 3.125em;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--text-primary);
  border: 1px solid var(--border-low);
  border-radius: 4px;
  background-color: var(--white);
  transition: all 0.5s ease;
}
.c-pagination__button:hover {
  color: var(--active);
  border-color: var(--active);
}
.c-pagination__button.is-active {
  color: var(--active);
  border-color: var(--active);
}
.c-pagination__ellipsis {
  width: 3.125em;
  height: 3.125em;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--text-primary);
  border: 1px solid var(--border-low);
  border-radius: 4px;
  background-color: #EEF4FB;
  pointer-events: none;
}
.c-pagination__slash {
  width: 3.125em;
  height: 3.125em;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--text-primary);
  pointer-events: none;
}
.c-pagination__icon {
  width: 2.5em;
  height: 2.5em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  border-radius: 100%;
  transition: all 0.5s ease;
}
.c-pagination__icon:hover {
  background-color: rgba(27, 113, 250, 0.2);
}
.c-pagination__icon--prev {
  margin-right: 10px;
}
.c-pagination__icon--prev::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../assets/img/icon-arrow-left.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pagination__icon--next {
  margin-left: 10px;
}
.c-pagination__icon--next::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../assets/img/icon-arrow-right.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pager__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 40px 15%;
}
.c-pager__list:has(.c-pager__item:first-child:last-child) {
  display: flex;
}
.c-pager__item {
  width: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
}
.c-pager__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  order: 1;
}
.c-pager__item:nth-child(2) {
  grid-column: 1/-1;
  grid-row: 2;
  order: 3;
}
.c-pager__item:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
  order: 2;
}
.c-pager__item:first-child:last-child {
  width: 100%;
  margin: 0 auto;
}
.c-pager__buttonPrev {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  color: var(--text-primary);
  border-bottom: 1px solid var(--border-low);
  transition: all 0.5s ease;
}
.c-pager__buttonPrev::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--active);
  transform: scale(0, 1);
  transform-origin: top left;
  transition: transform 0.5s;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.c-pager__buttonPrev:hover {
  color: var(--active);
  border-color: var(--active);
}
.c-pager__buttonPrev:hover::after {
  transform: scale(1, 1);
  transform-origin: top right;
}
.c-pager__buttonPrev:hover .icon {
  background-color: rgba(27, 113, 250, 0.2);
}
.c-pager__buttonPrev .text {
  font-size: inherit;
  line-height: 2;
  color: inherit;
  transition: all 0.55s ease;
}
.c-pager__buttonPrev .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.5s ease;
}
.c-pager__buttonPrev .icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../assets/img/icon-arrow-left.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pager__buttonNext {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  color: var(--text-primary);
  border-bottom: 1px solid var(--border-low);
  transition: all 0.5s ease;
}
.c-pager__buttonNext::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--active);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.5s;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.c-pager__buttonNext:hover {
  color: var(--active);
  border-color: var(--active);
}
.c-pager__buttonNext:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.c-pager__buttonNext:hover .icon {
  background-color: rgba(27, 113, 250, 0.2);
}
.c-pager__buttonNext .text {
  font-size: inherit;
  line-height: 2;
  color: inherit;
  transition: all 0.55s ease;
}
.c-pager__buttonNext .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.5s ease;
}
.c-pager__buttonNext .icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../assets/img/icon-arrow-right.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pager__buttonReturn {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9em 0;
  margin: 0 auto;
  border-radius: 50px;
  color: var(--text-primary);
  border: 1px solid var(--border-low);
  transition: all 0.5s ease;
}
.c-pager__buttonReturn:hover {
  color: var(--active);
  border-color: var(--active);
}
.c-pager__buttonReturn__text {
  font-size: inherit;
  line-height: 2;
  color: inherit;
  transition: all 0.55s ease;
}
@media screen and (min-width: 768px) {
  .c-pager__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 14%;
  }
  .c-pager__item {
    width: 100%;
  }
  .c-pager__item:nth-child(2) {
    order: 2;
  }
  .c-pager__item:last-child {
    order: 3;
  }
  .c-pager__item:first-child:last-child {
    max-width: 200px;
  }
}
.c-require {
  color: rgb(239, 0, 0);
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
}
.wpcf7-form-control-wrap {
  line-height: 1;
}

.wpcf7 form .wpcf7-response-output {
  margin: 3em 0.5em 1em;
  padding: 2.2em 2em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--accent);
  border-width: 1px;
  border-radius: 8px;
  color: var(--accent);
  font-size: 15px;
  font-size: 0.9375rem;
}

.wpcf7-spinner {
  display: none;
}

.c-contactForm {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-contactForm__group {
  display: flex;
  flex-direction: column;
}
.c-contactForm__label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0;
  color: var(--text-secondary);
}
.c-contactForm__label .c-require {
  color: var(--accent);
  font-style: normal;
  margin-left: 0.25rem;
}
.c-contactForm__input, .c-contactForm__textarea {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0;
  padding: 9px 20px;
  color: var(--text-primary);
  background-color: var(--white);
  border: 1px solid var(--border-high);
  border-radius: 5px;
  transition: border-color 0.2s var(--easeOutQuint);
}
.c-contactForm__input::-moz-placeholder, .c-contactForm__textarea::-moz-placeholder {
  color: var(--text-placeholder);
}
.c-contactForm__input::placeholder, .c-contactForm__textarea::placeholder {
  color: var(--text-placeholder);
}
.c-contactForm__input:focus, .c-contactForm__textarea:focus {
  outline: none;
  border-color: var(--border-active);
}
.c-contactForm__input.wpcf7-not-valid, .c-contactForm__textarea.wpcf7-not-valid {
  border-color: var(--accent);
}
.c-contactForm .wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--accent);
  margin-top: 0.5em;
}
.c-contactForm__textarea {
  min-height: 165px;
  resize: vertical;
}
.c-contactForm__output {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  padding: 1em 0 0.7em;
  color: var(--text-primary);
  border-bottom: var(--border-high) 1px solid;
}
.c-contactForm__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 20px auto 0;
}
.c-contactForm__button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.92em 2em;
  background-color: var(--active) !important;
  color: var(--white);
  border-radius: 100px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  transition: all 0.5s ease;
}
.c-contactForm__button:hover {
  opacity: 0.8;
}
.c-contactForm__previous {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.c-contactForm__previous .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 1em;
  transition: all 0.5s ease;
}
.c-contactForm__previous .icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../assets/img/icon-arrow-left.svg") no-repeat center center/cover;
}
@media screen and (min-width: 1024px) {
  .c-contactForm__input, .c-contactForm__textarea {
    width: 100%;
    border-radius: 8px;
  }
  .c-contactForm__output {
    padding: 0.4em 0 0.7em;
  }
  .c-contactForm__button {
    width: auto;
    padding: 0.875em 7.375em;
  }
}

.c-buttonReturn {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 1em;
  border-radius: 50px;
  color: var(--text-primary);
  border: 1px solid var(--border-low);
  transition: all 0.5s ease;
}
.c-buttonReturn:hover {
  color: var(--active);
  border-color: var(--active);
}
.c-buttonReturn__text {
  font-size: inherit;
  line-height: 2;
  color: inherit;
  transition: all 0.5s ease;
}
.p-sds {
  margin-top: var(--space-md);
}
.p-sds__body {
  margin-top: var(--space-md);
}
.p-sds__columns {
  display: flex;
  flex-direction: column;
}
.p-sds__column {
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px;
  border-bottom: 1px solid var(--border-low);
}
.p-sds__titleWrapper {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}
.p-sds__titleWrapper .icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
}
.p-sds__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: var(--text-primary);
  margin-bottom: 0.2em;
}
.p-sds__searchUnit {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.p-sds__searchUnit.is-active {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-sds {
    margin-top: 60px;
  }
  .p-sds__subheading {
    margin-top: 35px;
  }
  .p-sds__body {
    margin-top: 45px;
  }
  .p-sds__columns {
    gap: 30px;
  }
  .p-sds__column {
    padding: 0;
    border-bottom: none;
  }
  .p-sds__titleWrapper {
    cursor: default;
    height: auto;
  }
  .p-sds__titleWrapper .icon {
    display: none;
  }
  .p-sds__searchUnit {
    opacity: 1;
    max-height: none;
  }
  .p-sds__title {
    margin-bottom: 0.6em;
  }
}
@media screen and (min-width: 1215px) {
  .p-sds__container {
    max-width: 1080px;
  }
}

.p-aboutCm {
  margin-top: var(--space-xl);
}
.p-aboutCm__headerBody {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.p-aboutCm__headerThumbnail {
  width: 100%;
  max-width: 380px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}
.p-aboutCm__lead {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-primary);
  margin-top: var(--space-sm);
}
.p-aboutCm__body {
  margin-top: var(--space-md);
}
.p-aboutCm__columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-aboutCm__column {
  position: relative;
  display: flex;
}
.p-aboutCm__icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
}
.p-aboutCm__icon > img {
  max-width: 40px;
}
.p-aboutCm__content {
  width: 100%;
}
.p-aboutCm__title {
  height: 80px;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0;
  color: var(--text-primary);
  padding-left: calc(80px + 1em);
  display: flex;
  align-items: center;
}
.p-aboutCm__description {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-secondary);
  margin-top: 1.4em;
}
@media screen and (min-width: 768px) {
  .p-aboutCm__icon {
    width: 100px;
    height: 100px;
  }
  .p-aboutCm__icon > img {
    max-width: 60px;
  }
  .p-aboutCm__title {
    height: 100px;
    padding-left: calc(100px + 1em);
  }
}
@media screen and (min-width: 1024px) {
  .p-aboutCm {
    margin-top: 120px;
  }
  .p-aboutCm__headerBody {
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: -50px;
  }
  .p-aboutCm__headerThumbnail {
    width: 380px;
    margin: 0;
    margin-left: 10%;
  }
  .p-aboutCm__lead {
    width: calc(90% - 380px);
    margin-top: 0;
  }
  .p-aboutCm__body {
    margin-top: 40px;
  }
  .p-aboutCm__columns {
    gap: 40px;
  }
  .p-aboutCm__column {
    align-items: center;
  }
  .p-aboutCm__icon {
    width: 24.8%;
    height: auto;
    min-height: 190px;
    border-radius: 10px;
    position: relative;
  }
  .p-aboutCm__icon > img {
    max-width: 80px;
  }
  .p-aboutCm__content {
    width: 70%;
    margin-left: 5.2%;
  }
  .p-aboutCm__title {
    height: auto;
    padding-left: 0;
  }
  .p-aboutCm__description {
    line-height: 2;
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 1215px) {
  .p-aboutCm__container {
    max-width: 1080px;
  }
}

.p-types {
  margin-top: var(--space-xl);
}
.p-types__body {
  margin-top: var(--space-md);
}
.p-types__columns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-types__column {
  display: flex;
  flex-direction: column;
}
.p-types__card {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 5px;
  padding: 18px 20px 20px;
  transition: all 0.5s ease;
}
.p-types__card:hover {
  opacity: 0.8;
  box-shadow: 0 4px 20px rgba(27, 113, 250, 0.2);
}
.p-types__card:hover .p-types__arrow {
  background-color: rgba(27, 113, 250, 0.2);
}
.p-types__title {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  color: var(--text-primary);
}
.p-types__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
}
.p-types__item {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: var(--text-secondary);
}
.p-types__item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  color: var(--text-secondary);
  margin: 0 8px;
}
.p-types__icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.p-types__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.5s ease;
}
.p-types__arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../assets/img/icon-arrow-right.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .p-types {
    margin-top: 120px;
  }
  .p-types__subheading {
    margin-top: 35px;
  }
  .p-types__body {
    margin-top: 45px;
  }
  .p-types__card {
    padding: 20px 40px 20px;
    border-radius: 10px;
  }
  .p-types__columns {
    gap: 20px;
  }
  .p-types__list {
    margin-top: 8px;
    margin-right: 5%;
  }
  .p-types__title {
    line-height: 2.2;
  }
  .p-types__arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1215px) {
  .p-types__container {
    max-width: 1080px;
  }
}

.p-sales {
  margin-top: var(--space-xl);
}
.p-sales__body {
  margin-top: var(--space-md);
}
.p-sales__columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-sales__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.p-sales__column + .p-sales__column {
  padding-top: 25px;
  border-top: 1px solid var(--white);
}
.p-sales__label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  color: var(--blue-primary);
  background-color: var(--white);
  padding: 0.225em 1.3em;
  border-radius: 5px;
}
.p-sales__name {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0;
  color: var(--text-primary);
  margin-bottom: 0.6em;
}
.p-sales__address {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: var(--text-secondary);
  margin-top: 10px;
}
.p-sales__address > a {
  display: inline-block;
  color: var(--text-secondary);
  margin-left: 0.2em;
  transition: all 0.5s ease;
}
.p-sales__address > a:hover {
  color: var(--active);
}
@media screen and (min-width: 1024px) {
  .p-sales {
    margin-top: 120px;
  }
  .p-sales__subheading {
    margin-top: 35px;
  }
  .p-sales__body {
    margin-top: 45px;
  }
  .p-sales__columns {
    gap: 40px;
  }
  .p-sales__column {
    flex-direction: row;
  }
  .p-sales__column + .p-sales__column {
    padding-top: 40px;
  }
  .p-sales__label {
    padding: 0.25em 2.125em;
  }
  .p-sales__address {
    margin-top: -0.6em;
  }
}
@media screen and (min-width: 1215px) {
  .p-sales__container {
    max-width: 1080px;
  }
}

.p-aboutDetail {
  margin-top: var(--space-md);
}
.p-aboutDetail__container {
  max-width: 1080px;
}
.p-aboutDetail__body {
  margin-top: var(--space-sm);
  margin-bottom: -10px;
}
@media screen and (min-width: 1024px) {
  .p-aboutDetail {
    margin-top: 60px;
  }
  .p-aboutDetail__body {
    margin-top: 30px;
  }
}

.p-aboutSc {
  margin-top: var(--space-lg);
}
.p-aboutSc__headerBody {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.p-aboutSc__headerThumbnail {
  width: 100%;
  max-width: 380px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}
.p-aboutSc__lead {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-primary);
  margin-top: var(--space-sm);
}
@media screen and (min-width: 1024px) {
  .p-aboutSc {
    margin-top: 60px;
  }
  .p-aboutSc__headerBody {
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 0;
  }
  .p-aboutSc__headerThumbnail {
    width: 380px;
    margin-left: 10%;
  }
  .p-aboutSc__lead {
    width: calc(90% - 380px);
    margin-top: 0;
  }
}
@media screen and (min-width: 1215px) {
  .p-aboutSc__container {
    max-width: 1080px;
  }
  .p-aboutSc__headerBody {
    align-items: flex-end;
    margin-top: -50px;
  }
}

.p-cleaning {
  margin-top: var(--space-xl);
}
.p-cleaning__container {
  max-width: 1080px;
}
.p-cleaning__body {
  margin-top: var(--space-sm);
  margin-bottom: -10px;
}
@media screen and (min-width: 1024px) {
  .p-cleaning {
    margin-top: 120px;
  }
  .p-cleaning__body {
    margin-top: 30px;
  }
}

.p-strength {
  position: relative;
  z-index: 1;
  margin-top: var(--space-lg);
  overflow: hidden;
}
.p-strength__container {
  position: relative;
  z-index: 1;
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.p-strength__container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--white);
  z-index: -1;
  transition: all 0.2s ease;
}
.p-strength__body {
  margin-top: var(--space-sm);
}
.p-strength__columns {
  display: flex;
  flex-direction: column;
}
.p-strength__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-strength__column:not(:first-child) {
  border-top: 1px solid var(--border-low);
  padding-top: 30px;
  margin-top: 30px;
}
.p-strength__thumbnail {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.p-strength__content {
  width: 100%;
}
.p-strength__title {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0;
  color: var(--text-primary);
}
.p-strength__description {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-secondary);
  margin-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-strength {
    margin-top: 120px;
  }
  .p-strength__container {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .p-strength__container::after {
    border-radius: 0 10px 10px 0;
  }
  .p-strength__body {
    margin-top: 40px;
  }
  .p-strength__column {
    flex-direction: row;
    align-items: center;
    gap: 8%;
  }
  .p-strength__column--reverse {
    flex-direction: row-reverse;
  }
  .p-strength__column:not(:first-child) {
    padding-top: 40px;
    margin-top: 40px;
  }
  .p-strength__thumbnail {
    width: 42%;
    margin: 0;
  }
  .p-strength__content {
    width: 50%;
  }
}
@media screen and (min-width: 1215px) {
  .p-strength__container {
    max-width: 1080px;
  }
  .p-strength__container::after {
    right: -60px;
  }
  .p-strength__column {
    gap: 10%;
  }
  .p-strength__thumbnail {
    width: 38%;
  }
  .p-strength__content {
    width: 52%;
  }
}

.p-process {
  margin-top: var(--space-xl);
}
.p-process__body {
  margin-top: var(--space-sm);
}
@media screen and (min-width: 1024px) {
  .p-process {
    margin-top: 120px;
  }
  .p-process__body {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1215px) {
  .p-process__container {
    max-width: 1080px;
  }
}

.p-cases {
  margin-top: var(--space-xl);
}
.p-cases__body {
  margin-top: var(--space-sm);
}
.p-cases__column {
  display: flex;
  flex-direction: column;
}
.p-cases__column:not(:first-child) {
  margin-top: 40px;
}
.p-cases__thumbnail {
  width: 100%;
  max-width: 380px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}
.p-cases__content {
  width: 100%;
  margin-top: var(--space-sm);
}
.p-cases__title {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0;
  color: var(--text-primary);
}
.p-cases__description {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-secondary);
  margin-top: 1em;
}
@media screen and (min-width: 1024px) {
  .p-cases {
    margin-top: 120px;
  }
  .p-cases__body {
    margin-top: 40px;
  }
  .p-cases__column {
    flex-direction: row;
    align-items: center;
    gap: 6%;
  }
  .p-cases__thumbnail {
    width: 38%;
    margin: 0;
  }
  .p-cases__content {
    width: 52%;
    margin-top: 0;
  }
  .p-cases__content:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1215px) {
  .p-cases__container {
    max-width: 1080px;
  }
  .p-cases__column {
    gap: 10%;
  }
}

.p-philosophy {
  margin-top: var(--space-md);
}
.p-philosophy__container {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-philosophy__body {
  max-width: 1080px;
  display: flex;
  flex-direction: column;
}
.p-philosophy__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.2110939908rem + 1.2326656394vw, 2rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: var(--text-primary);
}
.p-philosophy__description {
  margin-top: var(--space-md);
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0;
  color: var(--text-primary);
  margin-top: var(--space-md);
}
.p-philosophy__footer {
  padding-left: 0;
  padding-right: 0;
  margin-top: var(--space-md);
}
.p-philosophy__visualWrapper {
  position: relative;
}
.p-philosophy__visual {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.p-philosophy__visualBackgroundWrapper {
  width: 100%;
  height: auto;
  border-radius: 0;
  overflow: hidden;
  margin-top: var(--space-md);
}
.p-philosophy__visualBackground {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-philosophy {
    margin-top: 100px;
  }
  .p-philosophy__title {
    line-height: 1.75;
  }
  .p-philosophy__description {
    margin-top: 2em;
  }
  .p-philosophy__footer {
    margin-top: 100px;
  }
  .p-philosophy__visual {
    width: 100%;
  }
  .p-philosophy__visualBackgroundWrapper {
    border-radius: 10px;
  }
  .p-philosophy__visualBackground {
    border-radius: 10px;
  }
}

.p-purpose {
  margin-top: var(--space-xl);
}
.p-purpose__body {
  margin-top: var(--space-sm);
}
.p-purpose__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-purpose__column:not(:first-child) {
  margin-top: 60px;
}
.p-purpose__thumbnail {
  width: 100%;
  max-width: 380px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}
.p-purpose__content {
  width: 100%;
}
.p-purpose__label {
  font-family: var(--english-sans-serif);
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: left;
  color: var(--text-secondary);
}
.p-purpose__title {
  font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-primary);
}
@media screen and (min-width: 1024px) {
  .p-purpose {
    margin-top: 120px;
  }
  .p-purpose__body {
    margin-top: 40px;
  }
  .p-purpose__column {
    flex-direction: row;
    align-items: center;
    gap: 8%;
  }
  .p-purpose__thumbnail {
    width: 38%;
    margin: 0;
  }
  .p-purpose__content {
    width: 52%;
  }
}
@media screen and (min-width: 1215px) {
  .p-purpose__container {
    max-width: 1080px;
  }
  .p-purpose__column {
    gap: 10%;
  }
}

.p-vision {
  margin-top: var(--space-sm);
}
.p-vision__container {
  max-width: 1080px;
}
.p-vision__body {
  padding-top: 30px;
  border-top: 1px solid var(--white);
}
.p-vision__label {
  font-family: var(--english-sans-serif);
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-secondary);
}
.p-vision__columns {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
.p-vision__column {
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-vision__thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.p-vision__content {
  width: 100%;
}
.p-vision__title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
  color: var(--text-primary);
  height: 80px;
  display: flex;
  align-items: center;
  margin-left: calc(80px + 1em);
}
.p-vision__title span {
  display: inline-block;
  font-family: var(--japanese-sans-serif);
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-left: 0.8em;
}
.p-vision__description {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-secondary);
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-vision__thumbnail {
    width: 100px;
    height: 100px;
  }
  .p-vision__title {
    height: 100px;
    margin-left: calc(100px + 1em);
  }
}
@media screen and (min-width: 1024px) {
  .p-vision {
    margin-top: 45px;
  }
  .p-vision__body {
    padding-top: 40px;
  }
  .p-vision__columns {
    flex-direction: row;
    gap: 2.6667%;
  }
  .p-vision__column {
    width: 23%;
    flex-direction: column;
  }
  .p-vision__thumbnail {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
  }
  .p-vision__content {
    width: 100%;
    margin-top: 20px;
  }
  .p-vision__title {
    height: auto;
    margin-left: 0;
  }
  .p-vision__description {
    line-height: 2.2;
    margin-top: 0.8em;
  }
}

.p-message {
  position: relative;
  z-index: 1;
  margin-top: var(--space-xl);
  overflow: hidden;
}
.p-message__container {
  position: relative;
  z-index: 1;
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}
.p-message__container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--white);
  z-index: -1;
  transition: all 0.2s ease;
}
.p-message__body {
  margin-top: var(--space-sm);
}
.p-message__column {
  display: flex;
  flex-direction: column;
}
.p-message__thumbnail {
  width: 100%;
  max-width: 380px;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}
.p-message__content {
  width: 100%;
  margin-top: var(--space-sm);
}
.p-message__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.2110939908rem + 1.2326656394vw, 2rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: var(--text-primary);
}
.p-message__description {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-primary);
  margin-top: 2.6em;
}
@media screen and (min-width: 1024px) {
  .p-message {
    margin-top: 120px;
  }
  .p-message__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-message__container::after {
    border-radius: 0 10px 10px 0;
  }
  .p-message__body {
    margin-top: 40px;
  }
  .p-message__column {
    flex-direction: row;
    gap: 8%;
  }
  .p-message__thumbnail {
    width: 38%;
  }
  .p-message__content {
    width: 54%;
    margin-top: 0;
  }
  .p-message__title {
    line-height: 1.75;
  }
  .p-message__description {
    line-height: 2;
  }
}
@media screen and (min-width: 1215px) {
  .p-message__container {
    max-width: 1080px;
  }
  .p-message__container::after {
    right: -60px;
  }
  .p-message__column {
    gap: 9.5%;
  }
  .p-message__thumbnail {
    width: 38%;
  }
  .p-message__content {
    width: 52.5%;
  }
}

.p-overview {
  margin-top: var(--space-xl);
}
.p-overview__body {
  margin-top: var(--space-md);
}
.p-overview__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.p-overview__table tr:first-child th {
  border-top: 1px solid var(--white);
}
.p-overview__table tr th, .p-overview__table tr td {
  display: block;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  letter-spacing: 0;
}
.p-overview__table tr th {
  line-height: 1.75;
  padding: 20px 0 0;
  color: var(--text-secondary);
}
.p-overview__table tr td {
  line-height: 2.15;
  padding: 8px 0 20px;
  color: var(--text-primary);
  border-bottom: 1px solid var(--white);
}
@media screen and (min-width: 1024px) {
  .p-overview {
    margin-top: 120px;
  }
  .p-overview__body {
    margin-top: 40px;
  }
  .p-overview__table tr:first-child td {
    border-top: 1px solid var(--white);
  }
  .p-overview__table tr th, .p-overview__table tr td {
    display: table-cell;
    width: auto;
    line-height: 1.75;
    padding: 30px 0;
  }
  .p-overview__table tr th {
    min-width: 7em;
    border-bottom: 1px solid var(--white);
  }
}
@media screen and (min-width: 1215px) {
  .p-overview__container {
    max-width: 1080px;
  }
}

.p-history {
  margin-top: var(--space-xl);
}
.p-history__body {
  margin-top: var(--space-md);
}
.p-history__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: left;
}
.p-history__table tr:first-child th {
  padding-top: 0;
}
.p-history__table tr:last-child th, .p-history__table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.p-history__table tr th, .p-history__table tr td {
  display: block;
  width: 100%;
}
.p-history__table tr th {
  min-width: 7em;
  font-family: var(--japanese-sans-serif);
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 400;
  color: var(--blue-primary);
  padding: 20px 0 0;
}
.p-history__table tr th br {
  display: none;
}
.p-history__table tr td {
  padding: 12px 0 20px;
  border-bottom: 1px solid var(--white);
}
.p-history__table tr td > h3 {
  font-family: var(--japanese-sans-serif);
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-primary);
}
.p-history__table tr td > p {
  font-family: var(--japanese-sans-serif);
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: justify;
  line-height: 2.15;
  color: var(--text-secondary);
  margin-top: 1em;
}
.p-history__table tr td > ul {
  font-family: var(--japanese-sans-serif);
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: justify;
  line-height: 2.15;
  color: var(--text-primary);
  margin-top: 10px;
}
.p-history__table tr td > ul li {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: var(--white);
}
.p-history__table tr td > ul li:not(:first-child) {
  margin-top: 10px;
}
.p-history__table tr td > ul li span {
  min-width: 85px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-history {
    margin-top: 120px;
  }
  .p-history__body {
    margin-top: 40px;
  }
  .p-history__table tr:first-child th, .p-history__table tr:first-child td {
    padding-top: 0;
  }
  .p-history__table tr th, .p-history__table tr td {
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding: 30px 0;
    border-bottom: 1px solid var(--white);
  }
  .p-history__table tr th br {
    display: inline;
  }
  .p-history__table tr td > p {
    line-height: 2.2;
  }
  .p-history__table tr td > ul {
    line-height: 2.2;
    margin-top: 20px;
  }
  .p-history__table tr td > ul li {
    flex-direction: row;
  }
}
@media screen and (min-width: 1215px) {
  .p-history__container {
    max-width: 1080px;
  }
}

.p-newsArchive {
  margin-top: 0;
}
.p-newsArchive__container {
  max-width: 1080px;
}
.p-newsArchive__body {
  margin-top: 0;
}
.p-newsArchive__list {
  display: flex;
  flex-direction: column;
}
.p-newsArchive__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px;
  border-bottom: 1px solid var(--border-low);
  transition: all 0.5s ease;
}
.p-newsArchive__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--border-active);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.5s;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.p-newsArchive__item a:hover {
  opacity: 0.8;
}
.p-newsArchive__item a:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.p-newsArchive__item a:hover .p-newsArchive__title {
  color: var(--border-active);
}
.p-newsArchive__item a:hover .p-newsArchive__icon {
  background-color: rgba(27, 113, 250, 0.2);
}
.p-newsArchive__meta {
  display: flex;
  align-items: center;
}
.p-newsArchive__meta > * + * {
  margin-left: 1em;
}
.p-newsArchive__date {
  display: block;
  font-family: var(--english-sans-serif);
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.7138867488rem + 0.1540832049vw, 0.8125rem);
  font-weight: 400;
  line-height: 2.46;
  letter-spacing: 0;
  color: var(--text-secondary);
}
.p-newsArchive__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: 0;
  margin: 4px 0 0;
  color: var(--text-primary);
}
.p-newsArchive__icon {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  margin-left: auto;
  transition: all 0.5s ease;
}
.p-newsArchive__icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../assets/img/icon-arrow-right.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-newsArchive__pagination {
  display: none;
  margin: 60px auto 0;
}
.p-newsArchive__paginationSp {
  display: block;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .p-newsArchive__pagination {
    display: block;
  }
  .p-newsArchive__paginationSp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-newsArchive {
    margin-top: 60px;
  }
  .p-newsArchive__heading {
    margin-top: 20px;
  }
  .p-newsArchive__body {
    margin-top: 55px;
  }
  .p-newsArchive__item a {
    flex-direction: row;
    align-items: center;
    padding: 1.25em 0;
  }
  .p-newsArchive__date {
    line-height: 1;
  }
  .p-newsArchive__title {
    line-height: 1.6;
    margin: 0 0 0 3.6em;
  }
  .p-newsArchive__icon {
    position: relative;
    top: 0;
    width: 40px;
    height: 40px;
  }
}

.p-newsSingle {
  margin-top: var(--space-md);
}
.p-newsSingle__container {
  max-width: 1080px;
}
.p-newsSingle__header {
  padding: 0 0;
}
.p-newsSingle__date {
  font-family: var(--english-sans-serif);
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--text-secondary);
}
.p-newsSingle__heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.2110939908rem + 1.2326656394vw, 2rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: var(--text-primary);
  margin-top: 0.8em;
}
.p-newsSingle__body {
  margin-top: var(--space-md);
  padding: var(--space-lg) 0 var(--space-lg);
  border-top: 1px solid var(--border-high);
  border-bottom: 1px solid var(--border-high);
}
.p-newsSingle__article > * + * {
  margin-top: 2.2em;
}
.p-newsSingle__article h2 {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  color: var(--text-primary);
}
.p-newsSingle__article p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  line-height: 2.15;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-secondary);
}
.p-newsSingle__article p a {
  color: var(--blue-primary);
  text-decoration: underline;
}
.p-newsSingle__article figure {
  display: block;
  margin-top: 60px;
}
.p-newsSingle__article figure figcaption {
  font-size: 11px;
  font-size: 0.6875rem;
  font-size: clamp(0.6875rem, 0.6152734977rem + 0.3081664099vw, 0.8125rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: var(--text-secondary);
  margin-top: 0.5em;
}
.p-newsSingle__pager {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-newsSingle {
    margin-top: 100px;
  }
  .p-newsSingle__header {
    padding: 0 7.5%;
  }
  .p-newsSingle__heading {
    line-height: 1.75;
    margin-top: 0.5em;
  }
  .p-newsSingle__body {
    padding: 60px 7.5% 60px;
    margin-top: 60px;
  }
  .p-newsSingle__article > * + * {
    margin-top: 1.5em;
  }
  .p-newsSingle__article h2 {
    line-height: 2.2;
  }
  .p-newsSingle__article p {
    line-height: 2;
  }
  .p-newsSingle__pager {
    margin-top: 60px;
  }
}

.p-faqArchive {
  margin-top: var(--space-md);
}
.p-faqArchive__container {
  max-width: 1080px;
}
.p-faqArchive__count {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 700;
  line-height: 2.8;
  letter-spacing: 0;
  color: var(--text-primary);
}
.p-faqArchive__body {
  margin-top: var(--space-xs);
}
.p-faqArchive__list {
  display: flex;
  flex-direction: column;
}
.p-faqArchive__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-low);
  transition: all 0.5s ease;
}
.p-faqArchive__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--border-active);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.5s;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.p-faqArchive__item a:hover {
  opacity: 0.8;
}
.p-faqArchive__item a:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
.p-faqArchive__item a:hover .p-faqArchive__title {
  color: var(--border-active);
}
.p-faqArchive__item a:hover .p-faqArchive__icon {
  background-color: rgba(27, 113, 250, 0.2);
}
.p-faqArchive__prefix {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.5527734977rem + 0.3081664099vw, 0.75rem);
  border-radius: 100%;
  color: var(--white);
  background-color: var(--blue-primary);
}
.p-faqArchive__prefix > * {
  font-family: "Montserrat", sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.p-faqArchive__date {
  display: block;
  font-family: var(--english-sans-serif);
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.7138867488rem + 0.1540832049vw, 0.8125rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--text-secondary);
}
.p-faqArchive__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: 0;
  margin: 10px 0 0;
  color: var(--text-primary);
  transition: all 0.5s ease;
}
.p-faqArchive__icon {
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  margin-left: auto;
  transition: all 0.5s ease;
}
.p-faqArchive__icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../assets/img/icon-arrow-right.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-faqArchive__pagination {
  margin: 60px auto 0;
}
@media screen and (min-width: 1024px) {
  .p-faqArchive {
    margin-top: 60px;
  }
  .p-faqArchive__heading {
    margin-top: 20px;
  }
  .p-faqArchive__body {
    margin-top: 40px;
  }
  .p-faqArchive__item a {
    flex-direction: row;
    align-items: center;
    padding: 1.25em 20px;
  }
  .p-faqArchive__prefix {
    width: 50px;
    height: 50px;
  }
  .p-faqArchive__title {
    line-height: 1.6;
    margin: 0 0 0 20px;
  }
  .p-faqArchive__icon {
    width: 40px;
    height: 40px;
    position: relative;
    top: inherit;
    right: inherit;
  }
}

.p-faqSingle {
  margin-top: var(--space-md);
}
.p-faqSingle__container {
  max-width: 1080px;
}
.p-faqSingle__header {
  padding: 0 0;
}
.p-faqSingle__taxonomy {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  padding: 0.862em 1.476em;
  color: var(--text-primary);
  border: 1px solid var(--border-low);
  border-radius: 20px;
  background-color: var(--white);
}
.p-faqSingle__heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.2110939908rem + 1.2326656394vw, 2rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: var(--text-primary);
  margin-top: 0.8em;
}
.p-faqSingle__body {
  margin-top: var(--space-md);
  padding: var(--space-md) 0 var(--space-md);
  border-top: 1px solid var(--border-high);
  border-bottom: 1px solid var(--border-high);
}
.p-faqSingle__article > * + * {
  margin-top: 1.5em;
}
.p-faqSingle__article h2 {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.7110939908rem + 1.2326656394vw, 1.5rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  color: var(--text-primary);
}
.p-faqSingle__article p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  line-height: 2.15;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-secondary);
}
.p-faqSingle__article p a {
  color: var(--blue-primary);
  text-decoration: underline;
}
.p-faqSingle__article figure {
  display: block;
  margin-top: 60px;
}
.p-faqSingle__article figure figcaption {
  font-size: 11px;
  font-size: 0.6875rem;
  font-size: clamp(0.6875rem, 0.6152734977rem + 0.3081664099vw, 0.8125rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: var(--text-secondary);
  margin-top: 0.5em;
}
.p-faqSingle__pager {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .p-faqSingle {
    margin-top: 90px;
  }
  .p-faqSingle__header {
    padding: 0 7.5%;
  }
  .p-faqSingle__heading {
    line-height: 1.75;
    margin-top: 0.5em;
  }
  .p-faqSingle__body {
    padding: 60px 7.5% 60px;
    margin-top: 60px;
  }
  .p-faqSingle__article > * + * {
    margin-top: 1.5em;
  }
  .p-faqSingle__article h2 {
    line-height: 2.2;
  }
  .p-faqSingle__article p {
    line-height: 2;
  }
  .p-faqSingle__pager {
    margin-top: 60px;
  }
}

.p-contact {
  margin-top: var(--space-md);
}
.p-contact__container {
  max-width: 1080px;
}
.p-contact__header {
  padding: var(--space-md) 20px 0;
  border-radius: 10px 10px 0 0;
  background-color: var(--white);
}
.p-contact__heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.0138674884rem + 1.5408320493vw, 2rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
  color: var(--text-primary);
}
.p-contact__lead {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  line-height: 2.15;
  letter-spacing: 0;
  text-align: center;
  color: var(--text-secondary);
  margin-top: 2.6em;
}
.p-contact__body {
  padding: var(--space-lg) 20px var(--space-lg);
  border-radius: 0 0 10px 10px;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .p-contact__header {
    padding: var(--space-md) 30px 0;
  }
  .p-contact__body {
    padding: var(--space-lg) 30px var(--space-lg);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact {
    margin-top: 80px;
  }
  .p-contact__header {
    padding: 60px 10% 0;
  }
  .p-contact__lead {
    line-height: 2;
  }
  .p-contact__body {
    padding: 60px 10% 60px;
  }
}

.p-thanks {
  margin-top: var(--space-xl);
}
.p-thanks__container {
  max-width: 1080px;
}
.p-thanks__heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.2110939908rem + 1.2326656394vw, 2rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
  color: var(--text-primary);
}
.p-thanks__body {
  width: 100%;
  margin-top: 40px;
}
.p-thanks__text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2.15;
  letter-spacing: 0;
  text-align: center;
  color: var(--text-secondary);
}
.p-thanks__button {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  margin: 60px auto 0;
}
@media screen and (min-width: 1024px) {
  .p-thanks {
    margin-top: 90px;
  }
  .p-thanks__text {
    line-height: 2;
  }
  .p-thanks__button {
    max-width: 300px;
    margin: 40px auto 0;
  }
}

.p-privacyPolicy {
  margin-top: var(--space-md);
}
.p-privacyPolicy__container {
  max-width: 930px;
}
.p-privacyPolicy__header {
  padding-bottom: 40px;
}
.p-privacyPolicy__lead {
  font-feature-settings: "palt";
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-secondary);
}
.p-privacyPolicy__body {
  width: 100%;
}
.p-privacyPolicy__item {
  padding: 40px 0;
  border-bottom: 1px solid var(--border-high);
}
.p-privacyPolicy__item:first-child {
  border-top: 1px solid var(--border-high);
}
.p-privacyPolicy__title {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.2110939908rem + 1.2326656394vw, 2rem);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: left;
  color: var(--text-primary);
  margin-bottom: 20px;
}
.p-privacyPolicy__title .number {
  font-family: var(--english-sans-serif);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.3333em;
  height: 3.3333em;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
  border-radius: 50%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 32px;
  text-align: center;
  color: var(--blue-primary);
  background-color: rgba(21, 42, 140, 0.1);
  text-indent: 0.1em;
}
.p-privacyPolicy__text {
  font-feature-settings: "palt";
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-primary);
}
.p-privacyPolicy__text > a {
  color: var(--text-primary);
  display: inline;
  transition: all 0.5s ease;
}
.p-privacyPolicy__text > a:hover {
  opacity: 0.5;
}
.p-privacyPolicy__list {
  margin-top: 10px;
}
.p-privacyPolicy__list li {
  position: relative;
  font-feature-settings: "palt";
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
  color: var(--text-secondary);
  padding-left: 2em;
}
.p-privacyPolicy__list li > i {
  display: inline-flex;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--blue-primary);
}
@media screen and (min-width: 1024px) {
  .p-privacyPolicy {
    margin-top: 100px;
  }
  .p-privacyPolicy__header {
    padding-bottom: 60px;
  }
  .p-privacyPolicy__item {
    padding: 60px 0;
  }
  .p-privacyPolicy__title {
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
  }
  .p-privacyPolicy__title .number {
    width: 4.1667em;
    height: 4.1667em;
    margin-right: 2.5em;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .u-lg-hidden {
    display: none;
  }
}

.js-wordReveal {
  overflow: hidden;
}
.js-wordReveal .js-wordReveal__word {
  display: inline-block;
  will-change: transform, opacity;
}

.js-curtain {
  position: relative;
  overflow: hidden;
}
.js-curtain img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: clip-path, transform;
  transition: all 0.2s ease;
}
.js-curtain__overlay {
  position: absolute;
  inset: 0;
  background: var(--blue-primary);
  z-index: 1;
}

.js-clipReveal {
  position: relative;
  overflow: hidden;
}
.js-clipReveal img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: clip-path, transform;
  transition: all 0.2s ease;
}
.js-clipReveal__overlay {
  position: absolute;
  inset: 0;
  background: var(--blue-primary);
  z-index: 1;
}
.js-clipReveal__content {
  opacity: 0;
}

.js-bottomIn > * {
  opacity: 0;
}
