@charset "UTF-8";
/*
Theme Name: ****
Version: 1.0
Requires at least: ****
Requires PHP: ****
Description: ****
Author: prizms design
Author URI: https://prizms.net
*/
@font-face {
  font-family: "PD Gothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  font-optical-sizing: auto;
  font-kerning: auto;
  font-feature-settings: "palt";
  src: url("https://prizms.net/assets/font/PDGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PD Gothic";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  font-optical-sizing: auto;
  font-kerning: auto;
  font-feature-settings: "palt";
  src: url("https://prizms.net/assets/font/PDGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "PD Gothic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  font-optical-sizing: auto;
  font-kerning: auto;
  font-feature-settings: "palt";
  src: url("https://prizms.net/assets/font/PDGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "PD Gothic";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  font-optical-sizing: auto;
  font-kerning: auto;
  font-feature-settings: "palt";
  src: url("https://prizms.net/assets/font/PDGothic-ExtraLight.woff2") format("woff2");
}
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background-attachment: fixed;
  overscroll-behavior: contain;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "PD Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background-color: #ffffff;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0 0.5rem;
}

p {
  margin-block: 0 2em;
}
p:where(:last-child, :only-child) {
  margin-bottom: 0;
}

abbr[data-original-title],
abbr[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;
}

dl,
ol,
ul {
  margin-block: 0 1rem;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: max(80%, 0.625rem);
  letter-spacing: 0.12em;
}
p small {
  display: inline-block;
  font-size: max(86%, 0.75rem);
  letter-spacing: 0.06em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

pre {
  margin-block: 0 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a:not(.btn, .card, .banner, .totop) {
  background-color: transparent;
}
a:not(.btn, .card, .banner, .totop):link {
  color: #384869;
  text-decoration: underline;
}
@media (hover: hover) {
  a:not(.btn, .card, .banner, .totop):hover {
    color: #008c76;
    text-decoration: none;
  }
}
a:not(.btn, .card, .banner, .totop):active {
  color: #e6783a;
}
a:not(.btn, .card, .banner, .totop):visited {
  color: #4b0091;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-block: 0.75rem;
  color: #000000;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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;
  appearance: none;
}

[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;
}

[hidden] {
  display: none !important;
}

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

#nav-global[hidden] {
  display: none;
} /* inert保険 */
#overlay {
  display: none;
}

#overlay.active {
  display: block;
}

@keyframes fadeIn-flex {
  0% {
    opacity: 0;
    display: flex;
  }
  100% {
    opacity: 1;
    display: flex;
  }
}
@keyframes fadeOut-flex {
  0% {
    opacity: 1;
    display: flex;
  }
  99.9% {
    opacity: 0;
    display: flex;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
html {
  scroll-padding-top: calc(90px + 5rem);
}
html:has(header.sticky) {
  scroll-padding-top: calc(90px + 5rem);
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100dvh;
}
body:has(.modal.is-active) {
  overflow: hidden;
}
body:has(.modal.is-closing) {
  overflow: initial;
}

.container {
  max-width: 1044px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-inline: unset;
}
footer .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#hero .container {
  padding-inline: unset;
}
@media (width < 900px) {
  header .container {
    gap: unset;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 500;
  display: block;
  padding: 1em 1.2em;
  color: #000000;
  letter-spacing: 0;
  background: #ffffff !important;
  border-right: solid 1px #384869;
  border-bottom: solid 1px #384869;
  border-bottom-right-radius: 6px;
  box-shadow: 0 1px 8px -2px rgba(0, 0, 0, 0.25);
  transition: top 160ms 0ms ease;
}
.skip-link:focus {
  top: 0;
}

[hidden] {
  display: none !important;
}

#totop {
  display: block;
  height: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 90px;
  color: #000000;
  background-color: #ffffff;
  border-bottom: solid 1px #f0f0f0;
  transition: all 160ms 0ms ease;
}
header #siteName {
  margin-bottom: 0;
}
header #siteName > a {
  display: block;
  line-height: 0;
}
header #nav-global[data-type=drill-down] > ul {
  min-width: 250px;
}
@media (width >= 900px) {
  header #nav-global[data-type=drill-down] {
    width: fit-content;
  }
}
header #nav-global .drawer-only {
  display: none;
}
header #nav-global .menu-toggle.menu-close {
  margin-left: auto;
}
header #nav-global::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(42px + 1rem);
  height: 3.2em;
  background: url("assets/img/icon/menu-text.svg") left calc(1rem - 2px) center no-repeat;
  border-left: solid 2px white;
}
header.sticky {
  position: fixed;
  top: 0;
  min-height: unset;
}
header.sticky #siteName {
  top: -0.2em;
}
header.sticky #nav-global #menu-secondary li a,
header.sticky #nav-global #menu-secondary li span {
  padding-block: 0.5em;
}
header.sticky:has(#nav-global[data-type=drill-down] #menu-secondary) {
  top: calc(1.65rem - 1px);
}
@media (width < 900px) {
  header {
    position: fixed;
    top: 0;
    min-height: unset;
  }
  header .menu-toggle.menu-close {
    display: block;
  }
  header.sticky #siteName {
    top: 0;
  }
  header.sticky:has(#nav-global[data-type=drill-down] #menu-secondary) {
    top: 0;
  }
  header #nav-global #menu-secondary li a,
  header #nav-global #menu-secondary li span {
    padding-block: 0.5em;
  }
  header:has(#nav-global[data-type=drill-down] #menu-secondary) {
    top: 0;
  }
}

main img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
main .note {
  margin-block: 3rem 0;
  font-size: 0.875rem;
}
main .note-box {
  padding: 3rem;
  margin-block: 2rem 3rem;
  color: #384869;
  font-size: 0.875rem;
  text-align: center;
  background-color: #f0f0f0;
}
main .note-box.text-start {
  text-align: start;
}
main aside .related-links {
  padding: 2rem;
  margin-block: 6rem 0;
  background-color: #f6f1e7;
  border-radius: 6px;
}
main aside .related-links .heading {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 1.25rem;
  border-bottom: solid 1px black;
}
main .table-frame {
  margin-inline: calc((100vw - 44rem) / -2);
  margin-block: 4rem 6rem;
  overflow: auto;
}
main .web-accessibility {
  width: 100%;
  max-width: 1044px;
  min-width: 900px;
  margin-inline: auto;
  border-collapse: collapse;
}
main .web-accessibility caption {
  caption-side: bottom;
  max-width: 44rem;
  margin-inline: auto;
  padding-top: 2rem;
  padding-inline: 1rem;
}
main .web-accessibility th,
main .web-accessibility td {
  padding: 0.6em 1em;
  letter-spacing: 0.06em;
  border: solid 1px #acacac;
}
main .web-accessibility thead tr th {
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #384869;
}
main .web-accessibility tbody tr th {
  text-align: left;
}
main .web-accessibility tbody tr th > p {
  display: flex;
  align-items: center;
  gap: 1rem;
}
main .web-accessibility tbody tr th .number {
  flex-shrink: 0;
  display: block;
  width: 4.5em;
  padding: 0.5em;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-color: #6475a3;
  border-radius: 4px;
}
main .web-accessibility tbody tr td {
  text-align: center;
}
main .web-accessibility tbody tr:nth-child(odd) th {
  background-color: #d4d9e5;
}
main .web-accessibility tbody tr:nth-child(odd) td {
  background-color: whitesmoke;
  background-clip: padding-box;
}
main .web-accessibility tbody tr:nth-child(even) th {
  background-color: #eaedf3;
}
main .web-accessibility tbody tr:nth-child(even) td {
  text-align: center;
}
@media (width < 900px) {
  main .table-frame {
    margin-inline: auto;
  }
  main table {
    font-size: 0.875rem;
  }
}

#hero {
  padding-bottom: 9rem;
  background: url("assets/img/bg/cloud.svg") center bottom/contain no-repeat;
}
#hero .container {
  max-width: 800px;
}
#hero .catch-copy {
  display: flex;
  justify-content: center;
  padding-block: 4rem 0;
}
#hero .catch-copy .lead {
  order: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
}
#hero .catch-copy .lead .large {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4em;
  letter-spacing: 0;
}
#hero .catch-copy .parson_left {
  order: 0;
  align-self: end;
  flex-basis: 200px;
}
#hero .catch-copy .parson_right {
  order: 2;
  flex-basis: 180px;
}
#hero .lead-text {
  padding: 2rem 2rem 3rem;
  font-size: 1rem;
  line-height: 1.8em;
  text-align: center;
  word-break: keep-all;
  background: #f3f3f3 url("assets/img/bg/paper.png") center center/150px 150px repeat;
}
#hero .lead-text p {
  margin-bottom: 0.8em;
  letter-spacing: 0.01em;
}
#hero .btn-set {
  margin-top: -2rem;
}
@media (width < 900px) {
  #hero .catch-copy {
    flex-wrap: wrap;
    gap: 0 2vw;
  }
  #hero .catch-copy .lead {
    order: 0;
    width: 100%;
    padding: 3em 0 0;
  }
  #hero .catch-copy .parson_left {
    max-width: calc(53% - 1vw);
    margin-top: auto;
  }
  #hero .catch-copy .parson_right {
    max-width: calc(47% - 1vw);
    margin-top: auto;
  }
}
@media (width < 600px) {
  #hero .lead-text {
    word-break: normal;
  }
}

#problems {
  padding-top: 8rem;
}
#problems .container > .heading {
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.6em;
  text-align: center;
  word-break: keep-all;
}
#problems .container > .heading .bubble {
  position: absolute;
  right: -78px;
  top: -50px;
  font-weight: 700;
}
#problems .container .lead {
  position: relative;
  width: fit-content;
  margin: 0 auto 4rem;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
}
#problems .container .lead::after {
  content: "";
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 19px);
  z-index: -1;
  display: block;
  width: 38px;
  height: 38px;
  background: url("assets/img/logo/mark.svg") center center/contain no-repeat;
  opacity: 0.25;
}
@media (width < 900px) {
  #problems .container > .heading .bubble {
    top: -60px;
    right: 50%;
    translate: 70% 0;
  }
}
#problems .navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
#problems .navigation li {
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: opacity 160ms 0ms ease;
}
#problems .navigation li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: auto;
}
#problems .navigation li:focus {
  opacity: 0.5;
}
@media (hover: hover) {
  #problems .navigation li:hover {
    opacity: 0.5;
  }
}
#problems .navigation li.swiper-slide-thumb-active {
  cursor: auto;
}
#problems .navigation li.swiper-slide-thumb-active:focus {
  opacity: 1;
}
@media (hover: hover) {
  #problems .navigation li.swiper-slide-thumb-active:hover {
    opacity: 1;
  }
}
@media (width < 900px) {
  #problems .navigation {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em 0.5em;
    max-width: 640px;
    margin-inline: auto;
  }
  #problems .navigation li {
    width: calc(50% - 0.5em) !important;
    min-width: unset;
    max-width: 200px;
    margin-right: 0 !important;
  }
  #problems .navigation li.swiper-slide-thumb-active .bubble {
    color: #000000;
    text-shadow: none;
    background-color: #dbd3f0;
  }
  #problems .navigation li.swiper-slide-thumb-active .bubble::after {
    background-color: #dbd3f0;
  }
  #problems .navigation li.swiper-slide-thumb-active:focus {
    opacity: 0.5;
  }
}
@media (width < 900px) and (hover: hover) {
  #problems .navigation li.swiper-slide-thumb-active:hover {
    opacity: 0.5;
  }
}
@media (width < 375px) {
  #problems .navigation {
    width: 100%;
    padding-inline: 0;
  }
  #problems .navigation li button {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #problems .navigation li button .bubble {
    width: 100%;
    font-size: 0.75rem;
  }
}
#problems .open-modal {
  margin: 3rem auto;
}
@media (width >= 900px) {
  #problems .open-modal {
    display: none;
  }
}
@media (width < 600px) {
  #problems .open-modal {
    margin: 1rem 0;
  }
}

@media (width < 900px) {
  #navigation-problems {
    width: calc(100% + 2rem);
    margin-inline: -1rem;
  }
}

.modal-problems .swiper-wrapper {
  align-items: center;
}
.modal-problems .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding-block: 3rem;
  padding-inline: 4rem 1rem;
}
.modal-problems .box-text {
  width: 100%;
}
.modal-problems .box-text .heading {
  margin-bottom: 0.8em;
  color: #2f3d58;
  font-size: 2.2rem;
  line-height: 1.6em;
  letter-spacing: 0;
  word-break: keep-all;
}
.modal-problems .box-text .heading .underline {
  background-image: linear-gradient(to top, transparent 0.2em, #f4af14 0.2em, #f4af14 0.5em, transparent 0.25em);
}
.modal-problems .box-text p {
  margin-bottom: 1em;
  letter-spacing: 0.01em;
}
.modal-problems .box-text p:last-child {
  margin-bottom: 0;
}
.modal-problems .box-image {
  flex-basis: 340px;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}
.modal-problems .box-image img {
  grid-area: 1/1/2/2;
}
@media (width < 900px) {
  .modal-problems:not(.is-active) {
    display: none;
  }
}
@media (width < 600px) {
  .modal-problems.is-active {
    justify-content: flex-start !important;
  }
  .modal-problems .box-text .heading {
    word-break: normal;
  }
  .modal-problems .box-text .heading wbr {
    display: none;
  }
}

#example-problems {
  padding: 4rem 5rem;
  margin-block: 2rem 6rem;
  background: rgba(240, 223, 198, 0.3);
}
#example-problems.container > .heading {
  margin-block: 0 3rem;
  font-size: 1.8rem;
}
#example-problems .bullet {
  column-count: 3;
  column-gap: 1rem;
}
@media (width < 900px) {
  #example-problems {
    padding: 3rem 2rem;
  }
  #example-problems .bullet {
    column-count: 1;
  }
}

#proposal {
  padding-block: 6rem;
  border-top: solid 1px #f0f0f0;
}
#proposal .container > .heading {
  width: fit-content;
  margin: 0 auto 3rem;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.6em;
}
#proposal .container > .heading:has(+ p) {
  margin-bottom: 1.6rem;
}
#proposal .container .lead {
  text-align: center;
}
#proposal .navigation {
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  padding: 0;
  margin: 2rem 0 3rem;
}
#proposal .navigation li {
  width: 24% !important;
  border: solid 1px #dbd3f0;
  transition: background-color 160ms 0ms ease;
}
#proposal .navigation li button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 100%;
  height: 100%;
  padding: 0.6rem 0.3em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  background: none;
  border: none;
  border-radius: 3px;
  transition: color 160ms 0ms ease, background-color 160ms 0ms ease;
}
#proposal .navigation li button .sub {
  color: #796aa6;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}
#proposal .navigation li:focus {
  background-color: rgba(219, 211, 240, 0.5);
}
@media (hover: hover) {
  #proposal .navigation li:hover {
    background-color: rgba(219, 211, 240, 0.5);
  }
}
#proposal .navigation li.swiper-slide-thumb-active button {
  color: #ffffff;
  background-color: #796aa6;
  cursor: auto;
}
#proposal .navigation li.swiper-slide-thumb-active button .sub {
  color: #ffffff;
}
#proposal .navigation li.swiper-slide-thumb-active:focus {
  background-color: #796aa6;
}
@media (hover: hover) {
  #proposal .navigation li.swiper-slide-thumb-active:hover {
    background-color: #796aa6;
  }
}
@media (width < 900px) {
  #proposal .navigation {
    flex-wrap: wrap;
    gap: 0;
    max-width: 640px;
    margin-inline: auto;
    margin-bottom: 0;
    border: solid 1px #dbd3f0;
    border-radius: 4px;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  #proposal .navigation li {
    width: 50% !important;
    margin: 0 !important;
    border: none;
    border-bottom: solid 1px #dbd3f0;
    border-radius: unset;
  }
  #proposal .navigation li button {
    border-radius: 0;
  }
  #proposal .navigation li button .sub {
    font-size: 0.75rem;
  }
  #proposal .navigation li:nth-child(odd) {
    border-right: solid 1px #dbd3f0;
  }
  #proposal .navigation li:first-child button {
    border-top-left-radius: 3px;
  }
  #proposal .navigation li:nth-child(2) button {
    border-top-right-radius: 3px;
  }
  #proposal .navigation li:nth-last-child(2), #proposal .navigation li:last-child {
    border-bottom: none;
  }
  #proposal .navigation li:nth-last-child(2) button {
    border-bottom-left-radius: 3px;
  }
  #proposal .navigation li:last-child button {
    border-bottom-right-radius: 3px;
  }
}
@media (width < 375px) {
  #proposal .navigation li button {
    font-size: 1rem;
  }
  #proposal .navigation li button .sub {
    font-size: 0.7rem;
  }
}
#proposal .btn-set .open-modal {
  margin: 1rem 0;
}
@media (width >= 900px) {
  #proposal .btn-set .open-modal {
    display: none;
  }
}

.modal-proposal .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 0 4rem;
}
.modal-proposal .container .box-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.modal-proposal .container .box-heading .heading {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1;
}
.modal-proposal .container .box-heading .price {
  margin-bottom: 0;
  padding-inline: 1.5rem;
  color: #ffffff;
  line-height: 1.8em;
  text-align: center;
  text-shadow: -1px -1px 0 #8f670c, -1px 0px 0 #8f670c, -1px 1px 0 #8f670c, 0px -1px 0 #8f670c, 0px 1px 0 #8f670c, 1px -1px 0 #8f670c, 1px 0px 0 #8f670c, 1px 1px 0 #8f670c;
  background-color: #dc9e12;
  border-radius: 6px;
}
.modal-proposal .container .box-heading .sub {
  width: 100%;
  margin-bottom: 1.5rem;
}
.modal-proposal .container .box-breakdown {
  order: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 2rem;
  width: 50%;
}
.modal-proposal .container .box-breakdown .frame {
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border: solid 1px #d8d8d8;
}
.modal-proposal .container .box-breakdown .frame > p {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.modal-proposal .container .box-breakdown .note {
  margin-top: 0;
  font-size: 0.75rem;
  line-height: 1.4em;
  letter-spacing: 0.01em;
}
.modal-proposal .container .box-text {
  order: 2;
  width: 100%;
}
.modal-proposal .container .box-text p {
  margin-bottom: 1rem;
}
.modal-proposal .container .box-text p:last-child {
  margin-bottom: 0;
}
.modal-proposal .container .box-image {
  order: 1;
  align-self: center;
  width: calc(50% - 1.5rem);
}
@media (width < 900px) {
  .modal-proposal:not(.is-active) {
    display: none;
  }
  .modal-proposal .modal__content .modal__slide {
    flex-direction: column;
    max-width: 640px;
    padding-block: 2rem 8rem;
  }
  .modal-proposal .modal__content .modal__slide .box-heading .heading {
    text-align: center;
  }
  .modal-proposal .modal__content .modal__slide .box-heading .price {
    margin-inline: auto;
  }
  .modal-proposal .modal__content .modal__slide .box-heading .sub {
    text-align: center;
  }
  .modal-proposal .modal__content .modal__slide .box-breakdown,
  .modal-proposal .modal__content .modal__slide .box-text {
    width: 100%;
  }
  .modal-proposal .modal__content .modal__slide .box-image {
    order: -1;
    width: unset;
    max-width: unset;
  }
}
@media (width < 600px) {
  .modal-proposal.is-active {
    justify-content: flex-start !important;
  }
  .modal-proposal .modal__content .modal__slide .box-breakdown .price {
    width: fit-content;
    padding-inline: 2em;
  }
  .modal-proposal .modal__content .modal__slide .box-breakdown .frame {
    padding: 0.5rem 1rem;
  }
  .modal-proposal .modal__content .modal__slide .box-breakdown .frame > p {
    margin-bottom: 0.5em;
    font-size: 1rem;
  }
  .modal-proposal .modal__content .modal__slide .box-breakdown .frame .bullet {
    font-size: 0.875rem;
  }
  .modal-proposal .modal__content .modal__slide .box-breakdown .frame .bullet li {
    padding-block: 0;
  }
}
@media (width < 375px) {
  .modal-proposal .modal__content .modal__slide .box-text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

#works {
  padding-block: 10rem 4rem;
}
#works .container .heading {
  position: relative;
  width: fit-content;
  margin: 0 auto 3rem;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.6em;
}
#works .navigation-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  margin: 3rem 0;
  padding: 0;
}
#works .navigation-tags button {
  padding: 0.8em 1.2em;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0;
  background: #f0dfc6;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 240ms 0ms ease;
}
#works .navigation-tags button.current {
  color: #ffffff;
  font-weight: 700;
  background-color: #384869;
  cursor: auto;
}
#works .navigation-tags button:focus {
  color: #ffffff;
  background-color: #384869;
}
@media (hover: hover) {
  #works .navigation-tags button:hover {
    color: #ffffff;
    background-color: #384869;
  }
}
#works #works-list .card-set {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#works #works-list .card-set .card[target=_blank] .btn {
  max-width: 200px;
  margin-inline: auto;
  padding-inline: 1.8em 0.6em;
}
#works #works-list .card-set .card[target=_blank] .btn::after {
  background-image: url("assets/img/icon/popup-navy.svg"), url("assets/img/icon/mark-white.svg") !important;
}
#works #works-list .card-set .card:active .btn {
  text-shadow: -1px -1px 0 #964e26, -1px 0px 0 #964e26, -1px 1px 0 #964e26, 0px -1px 0 #964e26, 0px 1px 0 #964e26, 1px -1px 0 #964e26, 1px 0px 0 #964e26, 1px 1px 0 #964e26;
  background-color: #e6783a;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
@media (hover: hover) {
  #works #works-list .card-set .card:hover .btn {
    text-shadow: -1px -1px 0 #964e26, -1px 0px 0 #964e26, -1px 1px 0 #964e26, 0px -1px 0 #964e26, 0px 1px 0 #964e26, 1px -1px 0 #964e26, 1px 0px 0 #964e26, 1px 1px 0 #964e26;
    background-color: #e6783a;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  }
}
#works #works-list .card-set .list-category {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  padding: 0.5em 0.75em;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.05em;
  background: rgb(249, 248, 244);
  border: solid 1px #384869;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 6px;
}
#works #works-list .card-set .list-category li:not(:last-child)::after {
  content: "、";
}
@media (width < 900px) {
  #works #works-list {
    padding-inline: 2rem;
  }
  #works #works-list .card-set {
    --cnt: 2;
  }
  #works #works-list .card-set .card[target=_blank] .btn {
    max-width: 190px;
    margin-inline: auto;
    letter-spacing: 0.02em;
  }
}
@media (width < 600px) {
  #works #works-list .card-set {
    --cnt: 1;
  }
}

#reviews {
  padding-block: 8rem 6rem;
  background-color: #384869;
}
#reviews .heading {
  position: relative;
  width: fit-content;
  margin: 0 auto 4rem;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.6em;
}
#reviews .heading::before, #reviews .heading::after {
  content: "";
  position: absolute;
  display: block;
}
#reviews .heading::before {
  top: -24px;
  left: -85px;
  width: 78px;
  height: 54px;
  background: url("assets/img/illust/bubble-a.svg") center center/contain no-repeat;
}
#reviews .heading::after {
  top: -28px;
  right: -85px;
  width: 85px;
  height: 47px;
  background: url("assets/img/illust/bubble-b.svg") center center/contain no-repeat;
}
#reviews .list-card {
  max-width: 640px;
}
#reviews .list-card .card {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 2em 2em 0 1em;
  background-color: #ffffff;
  border-radius: 8px;
}
#reviews .list-card .card .review-data.bubble {
  grid-area: 1/2/2/3;
  position: relative;
  padding: 1.2em;
  margin-left: 16px;
  margin-bottom: 1.5em;
  letter-spacing: 0.06em;
  line-height: 1.8;
  background: var(--bubbleColor);
  border-radius: 8px;
}
#reviews .list-card .card .review-data.bubble::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 16px;
  display: block;
  width: 20px;
  height: 14px;
  background-color: var(--bubbleColor);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
#reviews .list-card .card .review-data.name {
  grid-area: 2/2/3/3;
  margin-left: 1rem;
  margin-block: 0.4em;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
#reviews .list-card .card .review-data.avatar {
  grid-area: 1/1/3/2;
  width: 120px;
  height: 140px;
  margin-top: auto;
}
#reviews .under-construction {
  color: #ffffff;
  text-align: center;
}
@media (width < 900px) {
  #reviews .swiper {
    padding-inline: 2rem;
  }
}
@media (width < 600px) {
  #reviews {
    padding-top: 10rem;
  }
  #reviews .heading::before {
    top: -95px;
    left: 3.6rem;
  }
  #reviews .heading::after {
    top: -58px;
    right: 3.6rem;
  }
  #reviews .list-card .card {
    grid-template-columns: 120px auto;
  }
  #reviews .list-card .card .review-data.bubble {
    grid-area: 1/1/2/3;
    padding: 1.2em 1.2em 2em;
    margin-left: 0;
    margin-bottom: -1.5em;
  }
  #reviews .list-card .card .review-data.bubble::before {
    left: 120px;
    bottom: -18px;
    width: 14px;
    height: 20px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  #reviews .list-card .card .review-data.name {
    grid-area: 2/2/3/3;
    margin-top: auto;
  }
  #reviews .list-card .card .review-data.avatar {
    grid-area: 2/1/3/2;
    z-index: 1;
  }
}

#workflow {
  --head: 260px;
  --spacer: calc((100% - var(--head) * 2) / 3);
  padding-block: 6rem;
}
@media (width < 600px) {
  #workflow {
    --head: calc(50vw - 2rem);
    --spacer: calc((100% - var(--head) * 2) / 3);
  }
}
#workflow .container > .heading {
  width: fit-content;
  margin: 0 auto 0.5rem;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.6em;
  word-break: keep-all;
}
#workflow .container .lead {
  position: relative;
  width: fit-content;
  margin: 0 auto 3rem;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
}
#workflow .workflow-headset {
  display: flex;
  justify-content: center;
  gap: 0 var(--spacer);
  text-align: center;
}
#workflow .workflow-headset .workflow-head {
  width: 260px;
}
#workflow .workflow-headset .workflow-head p img {
  max-height: 1.6rem;
}
#workflow .workflow .list-flow {
  position: relative;
  margin-top: 1rem;
  padding-top: 1.8rem;
}
#workflow .workflow .list-flow::before, #workflow .workflow .list-flow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 3px;
  height: 100%;
  background: #474747;
}
#workflow .workflow .list-flow::before {
  left: calc(var(--spacer) + var(--head) / 2);
  translate: -50% 0;
}
#workflow .workflow .list-flow::after {
  right: calc(var(--spacer) + var(--head) / 2);
  translate: 50% 0;
}
#workflow .workflow .list-flow .accordion {
  position: relative;
}
#workflow .workflow .list-flow .accordion:has(+ .accordion) {
  margin-bottom: 2rem;
}
#workflow .workflow .list-flow .accordion .accordion-body .box-attention {
  padding: 0.8rem 1rem;
  background: #ffffff;
  border: solid 2px #e32334;
  border-radius: 6px;
}
#workflow .workflow .list-flow .accordion .accordion-body .box-attention .heading {
  color: #e32334;
}
#workflow .workflow .list-flow .accordion .accordion-body .box-attention p {
  margin-bottom: 1em;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
#workflow .workflow .list-flow .accordion .accordion-body .box-attention p:last-child {
  margin-bottom: 0;
}
#workflow .workflow .list-flow .accordion .accordion-body .box-attention + .box-attention {
  margin-top: 0.5rem;
}
#workflow .workflow .list-flow .accordion:last-child .accordion-body::before, #workflow .workflow .list-flow .accordion:last-child .accordion-body::after {
  display: none;
}
#workflow .workflow .list-flow .work-clients.work-pd .accordion-header .accordion-title::after {
  margin-left: -0.5rem;
}
#workflow .workflow .list-flow .work-clients {
  background-color: #f8efe2;
}
#workflow .workflow .list-flow .work-clients .accordion-header::before,
#workflow .workflow .list-flow .work-clients .accordion-body::before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  background: #474747;
  border-radius: 50%;
}
#workflow .workflow .list-flow .work-clients .accordion-header::before {
  top: 0;
  left: calc(var(--spacer) + var(--head) / 2);
  translate: -50% -50%;
}
#workflow .workflow .list-flow .work-clients .accordion-header .accordion-title .avatar {
  display: flex;
  gap: 0.5rem;
}
#workflow .workflow .list-flow .work-clients .accordion-header .accordion-title .avatar::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("assets/img/avatar/circle-a.svg") center center/contain no-repeat;
}
#workflow .workflow .list-flow .work-clients .accordion-body::before {
  bottom: 0;
  left: calc(var(--spacer) + var(--head) / 2);
  translate: -50% 50%;
}
#workflow .workflow .list-flow .work-pd .accordion-header::after,
#workflow .workflow .list-flow .work-pd .accordion-body::after {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  background: #474747;
  border-radius: 50%;
}
#workflow .workflow .list-flow .work-pd .accordion-header::after {
  top: 0;
  right: calc(var(--spacer) + var(--head) / 2);
  translate: 50% -50%;
}
#workflow .workflow .list-flow .work-pd .accordion-header .accordion-title .avatar::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("assets/img/avatar/circle-pd.svg") center center/contain no-repeat;
}
#workflow .workflow .list-flow .work-pd .accordion-body::after {
  bottom: 0;
  right: calc(var(--spacer) + var(--head) / 2);
  translate: 50% 50%;
}
#workflow .workflow + .note {
  padding-inline: 1rem;
}
@media (width < 900px) {
  #workflow .workflow + .note {
    padding-inline: 0;
  }
  #workflow .accordion-header {
    flex-direction: column;
    gap: 1rem;
  }
  #workflow .accordion-title {
    flex-direction: column;
  }
  #workflow .accordion-title .heading {
    flex-direction: column;
    gap: 0;
  }
  #workflow .accordion-title .avatar {
    order: 3;
    margin-top: 0.6rem;
  }
}

#faq {
  padding-block: 5rem 4rem;
  background-color: #6475a3;
}
#faq .container > .heading {
  width: fit-content;
  margin: 0 auto 2rem;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.6em;
}
#faq .container .lead {
  position: relative;
  width: fit-content;
  margin: 0 auto 4rem;
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
}
#faq .list-faq + .list-faq {
  padding-top: 4rem;
}
#faq .list-faq .accordion-header .accordion-title .heading::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("assets/img/avatar/circle-b.svg") center center/contain no-repeat;
}
#faq .list-faq .accordion-header .accordion-subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: solid 1px rgba(121, 106, 166, 0.5);
}
#faq .list-faq .accordion-header .accordion-subtitle .heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
#faq .list-faq .accordion-header .accordion-subtitle .heading::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("assets/img/avatar/circle-pd.svg") center center/contain no-repeat;
}
#faq .list-faq .accordion:nth-child(3n+2) .accordion-header .accordion-title .heading::before {
  background-image: url("assets/img/avatar/circle-a.svg");
}
#faq .list-faq .accordion:nth-child(3n+3) .accordion-header .accordion-title .heading::before {
  background-image: url("assets/img/avatar/circle-c.svg");
}
#faq .list-faq .accordion-body .bullet {
  padding: 1.25em 1.5em 1em;
  margin-bottom: 1.5em;
  background: rgba(240, 223, 198, 0.5);
  border: solid 1px #f0dfc6;
  border-radius: 3px;
}
#faq .list-faq .accordion-body .bullet:has(+ .bullet) {
  margin-bottom: 0;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#faq .list-faq .accordion-body .bullet + .bullet {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#faq .list-faq .accordion-body .bullet:last-child {
  margin-bottom: 0;
}
@media (width < 900px) {
  #faq .list-faq {
    padding-inline: 0;
  }
  #faq .list-faq .accordion-header .accordion-title .heading,
  #faq .list-faq .accordion-header .accordion-subtitle .heading {
    font-size: 1rem;
  }
}
@media (width < 600px) {
  #faq .list-faq .accordion {
    padding: 1rem;
  }
  #faq .list-faq .accordion-header {
    flex-direction: column;
  }
  #faq .list-faq .accordion-header .accordion-subtitle {
    padding-top: 1rem;
    margin-top: 1rem;
  }
  #faq .list-faq .accordion-header .accordion-title:has(.accordion-btn),
  #faq .list-faq .accordion-header .accordion-subtitle:has(.accordion-btn) {
    flex-direction: column;
    gap: 1rem;
  }
  #faq .list-faq .accordion-body-content :not(.heading) {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  #faq .list-faq .accordion-body-content .heading {
    flex-direction: column;
    gap: 0.5rem;
  }
  #faq .list-faq .accordion-body-content .heading::before {
    align-self: center;
  }
}

#columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #434ba8;
}
#columns > .heading {
  width: 30%;
  min-width: min-content;
  margin: 0;
  padding-inline: 3.2rem;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
#columns .list-column {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 1.6rem 3.2rem;
  background: #ffffff;
}
#columns .list-column li:not(:last-child) {
  margin-bottom: 0.4em;
}
@media (width < 900px) {
  #columns {
    flex-direction: column;
    padding: 2rem;
  }
  #columns .list-column {
    margin-top: 2rem;
    border-radius: 4px;
  }
}

#business {
  padding-block: 8rem 6rem;
}
#business .container > .heading {
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.6em;
  word-break: keep-all;
}
#business .container .lead {
  position: relative;
  width: fit-content;
  margin: 0 auto 4rem;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
}
#business .container .lead::after {
  content: "";
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 19px);
  display: block;
  width: 38px;
  height: 38px;
  background: url("assets/img/logo/mark.svg") center center/contain no-repeat;
  opacity: 0.25;
}
#business .list-card {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 0;
}
#business .list-card > li .card {
  padding-inline: 1em;
  padding-bottom: 1.75em;
  background: #ffffff;
  border: solid 1px #f0f0f0;
}
#business .list-card > li .card img {
  width: calc(100% + 2em);
  max-width: unset;
  margin-inline: -1em;
}
#business .list-card > li .card .title {
  margin-block: 1em 0.5em;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}
#business .list-card > li .card .title + p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
#business .list-card > li .card .list-tag {
  letter-spacing: 0;
}
#business .list-card > li .card .list-tag li {
  white-space: normal;
}
#business .list-card > li .btn {
  width: 80%;
  max-width: 250px;
  margin-inline: auto;
  margin-top: -1.75em;
}
@media (width < 900px) {
  #business .list-card {
    flex-direction: column;
    max-width: 480px;
    margin-inline: auto;
  }
}
@media (width < 600px) {
  #business .list-card > li .card .title + p {
    word-break: normal;
  }
}

footer {
  color: #ffffff;
}
footer .header-set {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding-block: 64px 32px;
}
footer .header-set .menu-banner {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0;
  padding: 0;
}
footer .footer-contents {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}
footer .footer-contents .summary {
  width: 100%;
}
footer .footer-contents .footer-menu {
  display: flex;
  width: 100%;
}
footer .footer-contents .footer-menu .menu-list {
  width: 100%;
  padding-left: 1.6rem;
  margin: 0;
}
footer .footer-contents .footer-menu li {
  margin-block: 0 1em;
}
footer .footer-contents .footer-menu li a:not(.btn, .card, .banner):link {
  color: #ffffff;
}
@media (hover: hover) {
  footer .footer-contents .footer-menu li a:not(.btn, .card, .banner):hover {
    color: #ffffff;
  }
}
footer .footer-contents .footer-menu li a:not(.btn, .card, .banner):active {
  color: #acacac;
}
footer .footer-contents .footer-menu li a:not(.btn, .card, .banner):visited {
  color: #acacac;
}
footer .footer-set {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-block: 48px;
  font-size: 0.75rem;
  line-height: 1em;
  letter-spacing: 0.01em;
  border-top: solid 1px #41537a;
}
footer .footer-set #menu-policy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 32px;
  list-style: none;
  width: fit-content;
  margin: 0;
  padding: 0;
}
footer .footer-set #menu-policy li {
  white-space: nowrap;
}
footer .footer-set #menu-policy li a {
  color: #ffffff;
}
footer .footer-set #copyright {
  letter-spacing: 0.01em;
}
@media (width < 900px) {
  footer .header-set {
    justify-content: center;
  }
  footer .footer-contents {
    flex-direction: column;
  }
  footer .footer-set {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-inline: 48px;
  }
  footer .footer-set #menu-policy {
    justify-content: center;
  }
}
@media (width < 600px) {
  footer .footer-contents .footer-menu {
    font-size: 0.875rem;
  }
  footer .footer-set {
    gap: 48px;
  }
}

.totop {
  position: fixed;
  right: max(8px, (100% - 1044px) / 2);
  bottom: 44px;
  z-index: 500;
  display: block;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.5) url("assets/img/icon/arw-totop-navy.svg") center center/24px no-repeat;
  border: solid 1px #384869;
  border-radius: 6px;
  box-shadow: 0 1px 8px -2px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 240ms 0ms ease, background-color 240ms 0ms ease;
}
.totop span {
  display: none;
}
@media (hover: hover) {
  .totop:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.sticky ~ .totop {
  opacity: 1;
}

.summary-comment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  border-bottom: solid 1px #f0f0f0;
}
.summary-comment::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url("assets/img/avatar/circle-pd.svg") center center/contain no-repeat;
}
.summary-comment .bubble {
  position: relative;
  padding: 2em;
  margin-bottom: 1em;
  background-color: #faf4d9;
  border-radius: 6px;
}
.summary-comment .bubble::after {
  content: "";
  position: absolute;
  left: calc(50% + 3rem);
  bottom: -30px;
  display: block;
  width: 21px;
  height: 30px;
  background-color: #faf4d9;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.message {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  padding-block: 1.4rem;
  padding-inline: 2rem;
  margin-block: 1rem;
  margin-inline: auto;
  background-color: #faf4d9;
  border-radius: 6px;
}
.message::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url("assets/img/avatar/circle-pd.svg") center center/contain no-repeat;
}
.message p {
  margin-block: 0 1em;
  letter-spacing: 0.06em;
}
.message p:where(:last-child, :only-child) {
  margin-bottom: 0;
}

html:not(.js-enabled) header {
  position: initial !important;
}

/*================================

モーダル

================================*/
.modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
  animation-fill-mode: forwards;
  transition: none;
  /* モーダル背景のオーバーレイ部分 */
  /* モーダルのコンテンツ */
  /* モーダルがactiveではない時 */
  /* モーダルがactiveの時 */
}
.modal__wrapper {
  width: 100%;
  height: auto;
}
.modal__overlay {
  position: absolute;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal__content {
  position: relative;
  width: 100%;
}
.modal:not(.is-active) {
  /* モーダルを閉じるボタン */
}
.modal:not(.is-active) .btn.close-modal {
  display: none;
}
.modal.is-active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.96);
  opacity: 1;
  animation: fadeIn-flex 0.5s forwards;
  pointer-events: auto;
  /**/
}
.modal.is-active .modal__content {
  max-width: 1260px;
  margin-block: auto;
}
.modal.is-active .btn.close-modal {
  position: fixed;
  bottom: 5vh;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.modal.is-active .modal__overlay {
  display: initial;
}
.modal.is-active .swiper-button-next,
.modal.is-active .swiper-button-prev {
  position: fixed;
  bottom: 5vh;
  top: auto;
  margin-inline: 2rem;
  margin-bottom: 2px;
}
.modal.is-closing {
  animation: fadeOut-flex 0.5s forwards;
}
@media (width < 900px) {
  .modal.is-active {
    justify-content: flex-start;
  }
  .modal .modal__slide {
    max-width: 600px;
    flex-direction: column-reverse;
    padding-inline: calc(var(--swiper-navigation-size) + 1rem);
    padding-block: 0 4rem;
  }
  .modal .modal__slide .box-text .heading {
    font-size: 1.5rem;
  }
  .modal .modal__slide .box-image {
    max-width: 240px;
    max-height: fit-content;
  }
}
@media (width < 600px) {
  .modal .modal__slide {
    padding-inline: var(--swiper-navigation-size);
    padding-block: 1rem 8rem;
  }
}

/*================================

アコーディオン

================================*/
.accordion-category {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: center;
  background: #39377e;
  border-radius: 6px;
}

.accordion {
  width: 100%;
  padding: 1.6rem 2rem;
  background-color: #f2f1f1;
  border-radius: 0.5rem;
}
.accordion:has(+ .accordion) {
  margin-bottom: 1rem;
}
.accordion-header {
  padding: 0;
  cursor: pointer;
}
.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.accordion-title .heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.accordion-title::before {
  order: 0;
}
.accordion-title::after {
  order: 1;
}
.accordion-title span {
  order: 2;
  letter-spacing: 0.06em;
}
.accordion-title span.num {
  margin-right: -0.5rem;
  white-space: nowrap;
}
.accordion-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
  padding: 0.2em 0.5em;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
  background: #424d60;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.accordion-btn .icon {
  position: relative;
  display: inline-block;
  width: 0.8em;
  height: 2px;
  color: #ffffff;
  line-height: 1;
  background: currentColor;
  transition: rotate 240ms 0ms ease;
}
.accordion-btn .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  rotate: 90deg;
  background: inherit;
  border-radius: inherit;
}
.accordion-btn .open,
.accordion-btn .close {
  white-space: nowrap;
  line-height: 2;
  text-box: trim-both;
}
.accordion-btn .open {
  display: inline;
}
.accordion-btn .close {
  display: none;
}
.accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0;
  transition: 250ms grid-template-rows ease;
}
.accordion-body > div {
  padding: 0;
  overflow: hidden;
  transition: padding 240ms 0ms ease;
}
.accordion-body > div p:not(:last-child, :only-child) {
  margin-bottom: 1.5em;
}
.accordion-body[hidden] {
  display: grid !important;
  grid-template-rows: 0fr !important;
}
.accordion.is-active .accordion-body {
  grid-template-rows: 1fr;
}
.accordion.is-active .accordion-body > div {
  padding-top: 1.5rem;
}
.accordion.is-active .accordion-btn .icon {
  rotate: 180deg;
}
.accordion.is-active .accordion-btn .icon::before {
  rotate: 0deg;
}
.accordion.is-active .accordion-btn .open {
  display: none;
}
.accordion.is-active .accordion-btn .close {
  display: inline;
}
@media (width < 900px) {
  .accordion {
    padding: 1rem;
  }
}

/*================================

カードレイアウト

================================*/
.card-set {
  display: flex;
  flex-direction: column;
  max-width: 240px;
}

/*================================

スライダー

================================*/
.swiper {
  --swiper-navigation-size: 48px;
  --swiper-navigation-sides-offset: max(0px, (50vw - (1044px / 2)));
}
.swiper-button-prev, .swiper-button-next {
  display: block;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  padding: 0;
  background: none;
  border: none;
  opacity: 0.5;
}
.swiper-button-prev > span, .swiper-button-next > span {
  display: none;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.15;
}
.swiper-button-prev::after {
  background: url("assets/img/icon/arwTri-left-white.svg") center center/auto no-repeat, url("assets/img/icon/mark-navy.svg") center center/contain no-repeat;
}
.swiper-button-next::after {
  background: url("assets/img/icon/arwTri-right-white.svg") center center/auto no-repeat, url("assets/img/icon/mark-navy.svg") center center/contain no-repeat;
}

#works-list {
  width: 100%;
  padding-inline: max(1rem, 50vw - 522px);
  overflow: hidden;
}

.list-card {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-card > .card-set {
  --cnt: 4;
  --sp: 32px;
  flex: 0 0 calc((100% - var(--sp) * (var(--cnt) - 1)) / var(--cnt));
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-right: var(--sp);
}
.list-card > .card-set:last-child {
  margin-right: 0 !important;
}
.list-card .card {
  display: block;
  color: #000000;
  text-decoration: none;
}
.list-card .card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-card .card .list-meta,
.list-card .card .list-tag {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-card .card .list-meta li,
.list-card .card .list-tag li {
  font-size: 0.75rem;
  line-height: 1em;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.list-card .card .list-meta {
  gap: 6px;
}
.list-card .card .list-meta .category {
  padding: 4px 0.5em 3px;
  text-indent: 2px;
  background: #f0dfc6;
  border-radius: 1px;
}
.list-card .card .list-tag {
  gap: 0.6em 0;
  margin-bottom: 1em;
  color: #7f7f7f;
}
.list-card .card .list-tag li:not(:last-child)::after {
  content: "、";
  display: inline-block;
}
.list-card .card .title {
  margin-block: 0.4em 0.6em;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.list-card .card .title:has(+ .note) {
  margin-bottom: 0;
}
.list-card .card .note {
  margin-block: 0;
  color: #7a8091;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

.logo .bubble {
  position: absolute;
  bottom: -2.8em;
  z-index: 10;
  width: calc(100% - 6px);
  padding: 0.4em 0.4em 0.3em;
  margin-inline: 4px 2px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow: -1px -1px 0 #3f727c, -1px 0px 0 #3f727c, -1px 1px 0 #3f727c, 0px -1px 0 #3f727c, 0px 1px 0 #3f727c, 1px -1px 0 #3f727c, 1px 0px 0 #3f727c, 1px 1px 0 #3f727c;
  background-color: #5aa3b1;
  border-radius: 0.25em;
  transition: all 160ms 0ms ease;
}
.logo .bubble::before {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  top: -8.6602540378px;
  display: block;
  width: 10px;
  height: 8.6602540378px;
  background-color: #5aa3b1;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.sticky .logo .bubble {
  bottom: -2.4em;
}
.sticky .logo .bubble::before {
  top: -6.6602540378px;
}
footer .logo .bubble {
  position: relative;
  bottom: 0;
}
#hero .bubble {
  position: relative;
  top: -0.5rem;
  width: fit-content;
  min-width: 18em;
  padding: 0.5em 0.5em 0.4em;
  color: #384869;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.25em;
  filter: drop-shadow(0 0 1px #384869);
}
#hero .bubble::before {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  bottom: -8.6602540378px;
  display: block;
  width: 10px;
  height: 8.6602540378px;
  background-color: #ffffff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotateX(180deg);
}
#problems .heading .bubble {
  display: block;
  width: 80px;
  height: 60px;
  padding: 20px 0 0 6px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0;
  background: url("assets/img/illust/bubble-c.svg") center center/contain no-repeat;
}
#navigation-problems .bubble {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em 0.4em;
  font-size: 0.875rem;
  line-height: 1.4em;
  letter-spacing: 0;
  background-color: #dbd3f0;
  border-radius: 10em;
  transition: color 160ms 0ms ease, background-color 160ms 0ms ease;
}
#navigation-problems .bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5em);
  z-index: -1;
  display: block;
  width: 1em;
  height: 0.8660254038em;
  background-color: #dbd3f0;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotateX(180deg);
  transition: bottom 160ms 80ms ease, background-color 160ms 0ms ease;
}
@media (width < 900px) {
  #navigation-problems .bubble::after {
    display: none;
  }
}
#navigation-problems .swiper-slide-thumb-active .bubble {
  color: #ffffff;
  text-shadow: -1px -1px 0 #5d4794, -1px 0px 0 #5d4794, -1px 1px 0 #5d4794, 0px -1px 0 #5d4794, 0px 1px 0 #5d4794, 1px -1px 0 #5d4794, 1px 0px 0 #5d4794, 1px 1px 0 #5d4794;
  background-color: #8f6de4;
}
#navigation-problems .swiper-slide-thumb-active .bubble::after {
  bottom: -0.8660254038em;
  background-color: #8f6de4;
}
#works .bubble {
  position: absolute;
  top: calc((2.4em + 10px + 0.5em) * -1);
  left: 50%;
  translate: -50%;
  z-index: 10;
  width: fit-content;
  min-width: 18em;
  padding: 0.5em 0.5em 0.4em;
  color: #e6783a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.25em;
  filter: drop-shadow(0 0 1px #f4af14);
}
#works .bubble::before {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  bottom: -8.6602540378px;
  display: block;
  width: 10px;
  height: 8.6602540378px;
  background-color: #ffffff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotateX(180deg);
}

.logo:has(.bubble) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 8px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
  padding-block: 0.8em;
  padding-inline: 2.4em 1em;
  color: #ffffff;
  text-decoration: none;
  text-shadow: -1px -1px 0 #86600b, -1px 0px 0 #86600b, -1px 1px 0 #86600b, 0px -1px 0 #86600b, 0px 1px 0 #86600b, 1px -1px 0 #86600b, 1px 0px 0 #86600b, 1px 1px 0 #86600b;
  background-color: #f4af14;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 1px 8px -2px rgba(0, 0, 0, 0.25);
  transition: all 240ms 0ms ease;
}
.btn::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1rem, contain;
}
.btn:not([target=_blank])::after {
  background-image: url("assets/img/icon/arw-right-orange.svg"), url("assets/img/icon/mark-white.svg");
}
.btn[href^="#"]::after {
  background-image: url("assets/img/icon/arw-down-orange.svg"), url("assets/img/icon/mark-white.svg");
}
.btn[target=_blank]::after {
  background-image: url("assets/img/icon/popup-orange.svg"), url("assets/img/icon/mark-white.svg");
}
.btn.up:not([target=_blank])::after {
  rotate: 180deg;
}
.btn-set {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
  padding: 0;
}
@media (width < 600px) {
  .btn-set {
    flex-direction: column;
    padding-inline: 10vw;
    margin-bottom: 0;
  }
  .btn-set > li {
    width: 100%;
    max-width: calc(300px - 0.5rem);
  }
  .btn-set button {
    width: 100%;
  }
  .btn-set .back {
    order: 100;
    width: fit-content;
    margin-right: auto;
    margin-top: 0.5rem;
  }
}
.btn:has(.label-bottom) {
  position: relative;
  min-width: 15em;
  margin-bottom: calc(1.425rem + 0.4em);
}
.btn .label-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  display: block;
  color: #000000;
  font-size: 0.75rem;
  letter-spacing: 0;
  padding: 0.2em 1em;
  white-space: nowrap;
  text-shadow: none;
  background: rgba(240, 223, 198, 0.5);
  border-end-end-radius: 5px;
  border-end-start-radius: 5px;
}
#works-list .btn:not(:hover), #faq .btn:not(:hover) {
  text-shadow: -1px -1px 0 #27324a, -1px 0px 0 #27324a, -1px 1px 0 #27324a, 0px -1px 0 #27324a, 0px 1px 0 #27324a, 1px -1px 0 #27324a, 1px 0px 0 #27324a, 1px 1px 0 #27324a;
  background-color: #384869;
}
#works-list .btn .label-bottom, #faq .btn .label-bottom {
  background: rgba(255, 255, 255, 0.75);
}
#works-list .btn:not([target=_blank])::after, #faq .btn:not([target=_blank])::after {
  background-image: url("assets/img/icon/arw-right-navy.svg"), url("assets/img/icon/mark-white.svg");
}
#works-list .btn[href^="#"]::after, #faq .btn[href^="#"]::after {
  background-image: url("assets/img/icon/arw-down-navy.svg"), url("assets/img/icon/mark-white.svg");
}
#works-list .btn[target=_blank]::after, #faq .btn[target=_blank]::after {
  background-image: url("assets/img/icon/popup-navy.svg"), url("assets/img/icon/mark-white.svg");
}
.btn.tertiary {
  text-shadow: -1px -1px 0 #3f727c, -1px 0px 0 #3f727c, -1px 1px 0 #3f727c, 0px -1px 0 #3f727c, 0px 1px 0 #3f727c, 1px -1px 0 #3f727c, 1px 0px 0 #3f727c, 1px 1px 0 #3f727c;
  background-color: #5aa3b1;
}
.btn.tertiary:not([target=_blank])::after {
  background-image: url("assets/img/icon/arw-right-navy.svg"), url("assets/img/icon/mark-white.svg");
}
.btn.tertiary[href^="#"]::after {
  background-image: url("assets/img/icon/arw-down-navy.svg"), url("assets/img/icon/mark-white.svg");
}
.btn.tertiary[target=_blank]::after {
  background-image: url("assets/img/icon/popup-navy.svg"), url("assets/img/icon/mark-white.svg");
}
.btn.neutral {
  color: #000000;
  text-shadow: -1px -1px 0 #ffffff, -1px 0px 0 #ffffff, -1px 1px 0 #ffffff, 0px -1px 0 #ffffff, 0px 1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0px 0 #ffffff, 1px 1px 0 #ffffff;
  background-color: #ffffff;
  border: solid 1px #b3b3b3;
}
.btn.neutral:not([target=_blank])::after {
  background-image: url("assets/img/icon/arw-right-white.svg"), url("assets/img/icon/mark-navy.svg");
}
.btn.neutral[href^="#"]::after {
  background-image: url("assets/img/icon/arw-down-white.svg"), url("assets/img/icon/mark-navy.svg");
}
.btn.neutral[target=_blank]::after {
  background-image: url("assets/img/icon/popup-white.svg"), url("assets/img/icon/mark-navy.svg");
}
.btn.contact {
  flex-direction: row-reverse;
  gap: 0.5em;
  padding: 1em 1.2em;
  margin-left: 1.2em;
  letter-spacing: 0.06em;
}
.btn.contact::after {
  background-image: url("assets/img/icon/mail.svg");
}
.sticky .btn.contact {
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}
#nav-global[data-type=drawer] ul li .btn.contact {
  width: 100%;
  margin: 2rem 1rem 1rem;
  box-shadow: unset;
}
.btn.back:not([target=_blank]) {
  flex-direction: row-reverse;
  padding-inline: 1em 2.4em;
}
.btn.back:not([target=_blank])::after {
  rotate: 180deg;
}
.btn.back[href^="#"]::after {
  rotate: 90deg;
}
.btn.open-modal::after {
  background-image: url("assets/img/icon/modal-orange.svg"), url("assets/img/icon/mark-white.svg");
}
.btn.close-modal, .btn.clear {
  gap: 0.4em;
  padding-block: 0.6em;
  padding-inline: 1.6em 0.8em;
  color: #000000;
  text-shadow: none;
  background: #ffffff;
  border: solid 1px #384869;
}
.btn.close-modal::after, .btn.clear::after {
  background-image: url("assets/img/icon/close-white.svg"), url("assets/img/icon/mark-navy.svg");
}
.btn.menu {
  flex-direction: row-reverse;
  gap: 0.5em;
  padding: 1em 1.2em;
  letter-spacing: 0.06em;
  background-color: #384869;
  border-radius: 0;
  box-shadow: none;
}
.btn.menu::after {
  background-image: url("assets/img/icon/menu.svg"), url("assets/img/icon/mark-white.svg");
}
.btn.close {
  gap: 0.4em;
  padding-block: 0.6em;
  padding-inline: 1.6em 0.8em;
  color: #f0f0f0;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.1);
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn.close::after {
  background-image: url("assets/img/icon/close-navy.svg"), url("assets/img/icon/mark-white.svg");
}
.btn:active {
  text-shadow: -1px -1px 0 #964e26, -1px 0px 0 #964e26, -1px 1px 0 #964e26, 0px -1px 0 #964e26, 0px 1px 0 #964e26, 1px -1px 0 #964e26, 1px 0px 0 #964e26, 1px 1px 0 #964e26;
  background-color: #e6783a;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.btn:active.neutral {
  text-shadow: -1px -1px 0 #ffffff, -1px 0px 0 #ffffff, -1px 1px 0 #ffffff, 0px -1px 0 #ffffff, 0px 1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0px 0 #ffffff, 1px 1px 0 #ffffff;
  background-color: #faf4d9;
}
.btn:active.close-modal, .btn:active.clear {
  color: #ffffff;
  background-color: #384869;
}
@media (hover: hover) {
  .btn:hover {
    text-shadow: -1px -1px 0 #964e26, -1px 0px 0 #964e26, -1px 1px 0 #964e26, 0px -1px 0 #964e26, 0px 1px 0 #964e26, 1px -1px 0 #964e26, 1px 0px 0 #964e26, 1px 1px 0 #964e26;
    background-color: #e6783a;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  }
  .btn:hover.neutral {
    text-shadow: -1px -1px 0 #ffffff, -1px 0px 0 #ffffff, -1px 1px 0 #ffffff, 0px -1px 0 #ffffff, 0px 1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0px 0 #ffffff, 1px 1px 0 #ffffff;
    background-color: #faf4d9;
  }
  .btn:hover.close-modal, .btn:hover.clear {
    color: #ffffff;
    text-shadow: none;
    background-color: #384869;
  }
}

button.btn {
  border: none;
}

.banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding-block: 0.75em;
  padding-inline: 1.25em 0.75em;
  color: #000000;
  text-decoration: none;
  border-radius: 4px;
}
.banner .title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.625rem;
  letter-spacing: 0;
  line-height: 1;
}
.banner .title img {
  width: 100%;
  height: auto;
  padding-inline: 0 2px;
}
.banner .title .label {
  padding-left: 4px;
}
.banner::before, .banner::after {
  content: "";
  display: inline-block;
}
.banner::before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: solid 1px #f4af14;
  border-radius: 3px;
}
.banner::after {
  width: 1.75em;
  height: 1.75em;
  margin: 2px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1rem, contain;
}
.banner:not([target=_blank])::after {
  background-image: url("assets/img/icon/arw-right-white.svg"), url("assets/img/icon/mark-navy.svg");
}
.banner[target=_blank]::after {
  background-image: url("assets/img/icon/popup-white.svg"), url("assets/img/icon/mark-navy.svg");
}
.banner.office-site {
  background: white;
}

ul.bullet,
ol.bullet {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.bullet li,
ol.bullet li {
  padding-block: 0 6px;
  padding-inline: 1.5em 0;
  text-indent: -1.5em;
  letter-spacing: 0.01em;
}
ul.bullet li::before,
ol.bullet li::before {
  content: "●";
  margin-right: 0.5em;
  font-size: 1em;
}
ul.bullet li:last-child,
ol.bullet li:last-child {
  padding-bottom: 0;
}
ul.bullet .bullet,
ol.bullet .bullet {
  width: 100%;
}
ul.bullet .bullet li::before,
ol.bullet .bullet li::before {
  content: "○";
}
ul.bullet.note li::before,
ol.bullet.note li::before {
  content: "※";
}
ul.bullet:has(a[href]:only-child) li::before,
ol.bullet:has(a[href]:only-child) li::before {
  content: "▶";
  align-self: center;
  font-size: 75%;
}

dl.bullet {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
dl.bullet:not(:last-child) {
  margin-bottom: 2rem;
}
dl.bullet dt {
  margin-bottom: 0.5em;
}
dl.bullet dd {
  display: flex;
  gap: 6px;
  padding-block: 0 6px;
  margin: 0;
  letter-spacing: 0.01em;
}
dl.bullet dd::before {
  content: "●";
  font-size: 1em;
}
dl.bullet dd + dt {
  margin-top: 1em;
}
dl.bullet.note dd::before {
  content: "※";
}
dl.bullet.arrow dd::before {
  content: "→";
}
dl.bullet:has(a[href]) dd::before {
  content: "▶";
  align-self: center;
  font-size: 75%;
}

.bg-ptn-light {
  background: url("assets/img/bg/pattern-white.svg") center center repeat;
}

.bg-ptn-dark {
  background: url("assets/img/bg/pattern-navy.svg") center center repeat;
}

.bg-dot {
  background: url("assets/img/bg/dot.svg") top center/56px repeat;
}

.page header.sticky + main {
  padding-top: 7.4rem;
}
.page main {
  padding-block: 4rem 6rem;
}
.page main .container {
  max-width: 44rem;
}
.page main section > section {
  margin-top: 4rem;
}
.page main section + section,
.page main section + form {
  margin-top: 4rem;
}
.page main section h2 {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding-block: 0.25em;
  padding-inline: 0.75em;
  margin-bottom: 1em;
  border-left: solid 3px #6475a3;
  background: #f0f0f0;
}
.page main section h3 {
  padding-block: 0.3em 0.25em;
  padding-inline: 1em;
  margin-bottom: 1.25em;
  font-size: 1.25em;
  border: solid 1px rgba(100, 117, 163, 0.25);
  border-left: solid 2px #6475a3;
}
.page main section h4 {
  padding-block: 0.3em 0.25em;
  margin-bottom: 1.25em;
  font-size: 1.125em;
  border-bottom: solid 1px #6475a3;
}
.page main section h5 {
  padding-left: 2.5em;
  margin-bottom: 1.5em;
  font-size: 1.125em;
  letter-spacing: 0.06em;
}
.page main section h5::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.9em;
  margin-top: -3px;
  margin-inline: -2.5em 1em;
  vertical-align: middle;
  background-color: #6475a3;
}
.page main section h6 {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.125em;
  letter-spacing: 0.06em;
}
.page main section h6::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  margin-top: -3px;
  margin-inline: -1.5em 0.5em;
  vertical-align: middle;
  background-color: #6475a3;
}
.page main .heading {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.page main ul:not(:last-child),
.page main ol:not(:last-child) {
  margin-bottom: 3rem;
}
.page main .features-list dt {
  margin-block: 3rem 1rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  border-bottom: solid 1px #7f7f7f;
}
.page main .features-list dt:first-child {
  margin-top: 2rem;
}
.page main .studio-table {
  width: 100%;
}
.page main .studio-table tr:not(:first-child) {
  border-top: solid 0.5em #ffffff;
}
.page main .studio-table th {
  padding-block: 0.25em;
  padding-right: 1em;
  vertical-align: baseline;
  white-space: nowrap;
}
.page main .studio-table td {
  padding-block: 0.25em;
  padding-left: 1em;
  border-left: solid 1px #7f7f7f;
}
@media (width < 900px) {
  .page {
    padding-top: 4rem;
  }
  .page header #nav-global .drawer-only {
    display: flex;
  }
  .page header.sticky + main {
    padding-top: 4rem;
  }
}

html.is-confirm .only-input {
  display: none !important;
}
html.is-input .only-confirm {
  display: none !important;
}

.mail-form {
  margin-top: 4rem;
}
.mail-form .inactive {
  display: none !important;
}
.mail-form #form-confirm,
.mail-form #form-inputs {
  scroll-margin-top: calc(90px + 5rem);
}
.mail-form .itemSection {
  padding-block: 1.4rem;
}
.mail-form .itemSection:first-child {
  padding-top: 0;
}
.mail-form .itemSection + .itemSet, .mail-form .itemSection:has(h3):not(.inactive) + .itemSection {
  border-top: solid 1px #f0f0f0;
}
.mail-form .itemSection h3 {
  margin-top: 2rem;
}
.mail-form .itemSet {
  padding-block: 1.4rem;
}
.mail-form .itemSet:first-child {
  padding-top: 0;
}
.mail-form .itemSet:last-child {
  padding-bottom: 0;
}
.mail-form .itemSet + .itemSet,
.mail-form .itemSet + .itemSection {
  border-top: solid 1px #f0f0f0;
}
.mail-form .itemSet .label-name {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.mail-form .itemSet .label-name.second {
  font-size: 0.875rem;
}
.mail-form .itemSet .aria-complement {
  margin-block: 0.25em 0;
  color: #333333;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
.mail-form .itemSet:has([data-email-suggest]) {
  position: relative;
}
.mail-form .itemSet .assist-hint {
  position: absolute;
  padding: 3px 0.8rem;
  margin-top: 5px;
  color: #ffffff;
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
}
.mail-form .itemSet .assist-hint:empty {
  display: none;
}
.mail-form .itemSet .assist-hint::before {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  top: -8.6602540378px;
  display: block;
  width: 10px;
  height: 8.6602540378px;
  background-color: rgba(0, 0, 0, 0.8);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.mail-form .itemSet .itemNote {
  margin-block: 0.25em 1em;
}
.mail-form .itemSet label.itemNote {
  margin-block: 0.5em 0.25em;
}
.mail-form .itemSet input:not([type=file]),
.mail-form .itemSet input[type=file]::file-selector-button,
.mail-form .itemSet textarea,
.mail-form .itemSet .select-box {
  border: solid 1px #7f7f7f;
  box-shadow: 0 0 0 3px transparent;
  transition: box-shadow 240ms 0ms ease;
  appearance: none;
}
.mail-form .itemSet label {
  margin-bottom: 0;
}
.mail-form .itemSet label:has(textarea) {
  display: block;
  line-height: 0;
}
.mail-form .itemSet label:has(textarea) > * {
  line-height: 1.9;
}
.mail-form .itemSet label + label,
.mail-form .itemSet label + input,
.mail-form .itemSet label + textarea,
.mail-form .itemSet label + select,
.mail-form .itemSet input + label,
.mail-form .itemSet input + input,
.mail-form .itemSet input + textarea,
.mail-form .itemSet input + select,
.mail-form .itemSet textarea + label,
.mail-form .itemSet textarea + input,
.mail-form .itemSet textarea + textarea,
.mail-form .itemSet textarea + select,
.mail-form .itemSet select + label,
.mail-form .itemSet select + input,
.mail-form .itemSet select + textarea,
.mail-form .itemSet select + select {
  margin-top: 0.5em;
}
.mail-form .itemSet > label,
.mail-form .itemSet input[type=text],
.mail-form .itemSet input[type=email],
.mail-form .itemSet input[type=url],
.mail-form .itemSet textarea {
  width: 100%;
}
.mail-form .itemSet input[type=text],
.mail-form .itemSet input[type=email],
.mail-form .itemSet input[type=url] {
  padding: 3px 6px;
  line-height: 1;
}
.mail-form .itemSet textarea {
  padding: 3px 6px;
}
.mail-form .itemSet textarea[data-autogrow] {
  min-height: calc(7.6em + 6px + 2px);
}
.mail-form .itemSet textarea[data-autogrow][rows="2"] {
  min-height: calc(3.8em + 6px + 2px);
}
.mail-form .itemSet textarea[data-autogrow][rows="3"] {
  min-height: calc(5.7em + 6px + 2px);
}
.mail-form .itemSet textarea[data-autogrow][rows="4"] {
  min-height: calc(7.6em + 6px + 2px);
}
.mail-form .itemSet textarea[data-autogrow][rows="5"] {
  min-height: calc(9.5em + 6px + 2px);
}
.mail-form .itemSet .checkbox-list,
.mail-form .itemSet .radio-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}
.mail-form .itemSet label:has(input[type=checkbox]), .mail-form .itemSet label:has(input[type=radio]) {
  display: block;
  padding: 0.5rem 1rem;
  border: solid 1px #7f7f7f;
  border-radius: 6px;
}
.mail-form .itemSet label:has(input:checked) {
  background-color: #faf4d9;
}
.mail-form .itemSet input[type=checkbox] {
  position: relative;
  width: 1.125em;
  margin-bottom: -0.2em;
  margin-right: 0.5em;
  aspect-ratio: 1/1;
  background: #ffffff;
  border-radius: 4px;
}
.mail-form .itemSet input[type=checkbox]::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  clip-path: polygon(42% 60%, 84% 14%, 95% 21%, 43% 85%, 3% 55%, 21% 41%);
}
.mail-form .itemSet input[type=checkbox]:checked {
  background-color: #e6783a;
}
.mail-form .itemSet input[type=checkbox]:checked::before {
  opacity: 1;
}
.mail-form .itemSet input[type=radio] {
  position: relative;
  width: 1.125em;
  margin-bottom: -0.15em;
  margin-right: 0.5em;
  aspect-ratio: 1/1;
  background: #ffffff;
  border-radius: 50%;
}
.mail-form .itemSet input[type=radio]::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #ffffff;
  border-radius: 50%;
  opacity: 0;
}
.mail-form .itemSet input[type=radio]:checked {
  background-color: #e6783a;
}
.mail-form .itemSet input[type=radio]:checked::before {
  opacity: 1;
}
.mail-form .itemSet .select-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
}
.mail-form .itemSet .select-box:not(:has([multiple]))::after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  display: block;
  width: 14px;
  height: 12px;
  background: #000000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.mail-form .itemSet .select-box:not(:has([multiple])) select {
  padding-block: 3px;
  padding-inline: 10px;
}
.mail-form .itemSet .select-box select {
  appearance: none;
  width: 100%;
  border: none;
}
.mail-form .itemSet .select-box select:focus {
  outline: none;
}
.mail-form .itemSet .select-box:has(select:focus) {
  outline: auto;
}
.mail-form .itemSet input[type=file] {
  width: 100%;
}
.mail-form .itemSet input[type=file]::file-selector-button {
  appearance: none;
  padding-block: 6px;
  padding-inline: 1em;
  background-color: #ffffff;
  border-radius: 6px;
}
.mail-form .itemSet input[type=file]::file-selector-button:active {
  background-color: #f0f0f0;
}
.mail-form .itemSet .document-list {
  margin-block: 1rem;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  background-color: #f0f0f0;
  border-radius: 6px;
}
.mail-form .itemSet .document-list dt {
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
  border-bottom: solid 1px #7f7f7f;
}
.mail-form .itemSet .document-list dd {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
}
.mail-form .itemSet .document-list dd::before {
  content: "●";
  position: relative;
  top: -0.25em;
  font-size: 0.5em;
}
.mail-form .itemSet .document-list dd:last-child {
  margin-bottom: 0;
}
.mail-form .itemSet .document-list:not(:has(dd)) {
  display: none;
}
.mail-form .itemSet .document-list .error {
  color: #e32334;
}
.mail-form .itemSet .document-list .btn-set {
  margin: 0;
}
.mail-form .itemSet .document-list .btn-set > * {
  width: 100%;
}
.mail-form .itemSet .captchaSet {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.mail-form .itemSet .captchaSet input {
  width: 50%;
  height: 2rem;
  padding: 1em;
  text-align: center;
}
.mail-form .itemSet #btn-reload-captcha {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.5em 1.6em;
  margin-top: 0.5em;
  font-size: 0.875rem;
  background: none;
  border: solid 1px #7f7f7f;
  border-radius: 6px;
}
.mail-form .itemSet #btn-reload-captcha::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1;
  background-color: #384869;
  clip-path: path("M14.468,3.738c-1.31-1.363-3.134-2.238-5.155-2.32-.508-.021-.936.374-.956.882-.021.508.374.936.882.957,1.534.062,2.907.723,3.905,1.758.996,1.036,1.606,2.435,1.606,3.986,0,1.59-.642,3.022-1.684,4.065-1.043,1.042-2.475,1.683-4.065,1.684-1.59,0-3.022-.642-4.065-1.684-1.042-1.043-1.683-2.475-1.684-4.065,0-.112.003-.223.01-.333l1.096.541c.119.059.257.06.365.003.108-.057.172-.165.169-.286l-.108-4.816c-.004-.138-.093-.269-.228-.336-.136-.067-.295-.058-.405.024L.26,6.639c-.098.071-.145.187-.124.308.02.121.104.23.224.288l1.148.567c-.062.391-.097.791-.097,1.198,0,2.093.851,3.996,2.223,5.366,1.37,1.372,3.273,2.223,5.366,2.223,2.092,0,3.995-.851,5.366-2.223,1.372-1.37,2.223-3.273,2.223-5.366,0-2.04-.809-3.9-2.121-5.262Z");
}
.mail-form .itemSet .categorySet {
  margin-top: 1rem;
}
.mail-form .itemSet .categorySet .label-name {
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  border-left: solid 2px #39377e;
}
.mail-form .itemSet .categorySet .label-name.second {
  padding-left: 0;
  margin-top: 1rem;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  border: none;
}
.mail-form .itemSet .categorySet .checkbox-list,
.mail-form .itemSet .categorySet .radio-list {
  flex-direction: row;
  flex-wrap: wrap;
}
.mail-form .itemSet .categorySet .checkbox-list > li,
.mail-form .itemSet .categorySet .radio-list > li {
  min-width: calc(50% - 0.25rem);
}
.mail-form .itemSet .categorySet .checkbox-list:not(:last-child),
.mail-form .itemSet .categorySet .radio-list:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mail-form .itemSet .categorySet + .categorySet {
  margin-top: 2rem;
}
@media (hover: hover) {
  .mail-form .itemSet label:hover input:not([type=file]),
  .mail-form .itemSet label:hover textarea,
  .mail-form .itemSet label:hover + input:not([type=file]),
  .mail-form .itemSet label:hover + textarea {
    box-shadow: 0 0 0 3px rgba(230, 120, 58, 0.5);
    outline: none;
  }
  .mail-form .itemSet label:hover input[type=file]::file-selector-button,
  .mail-form .itemSet label:hover + input[type=file]::file-selector-button {
    box-shadow: 0 0 0 3px rgba(230, 120, 58, 0.5);
  }
  .mail-form .itemSet label:hover .select-box,
  .mail-form .itemSet label:hover + .select-box {
    box-shadow: 0 0 0 3px rgba(230, 120, 58, 0.5);
    outline: none;
  }
  .mail-form .itemSet #btn-reload-captcha:hover {
    background-color: #f0f0f0;
  }
  .mail-form .itemSet #btn-reload-captcha:hover::before {
    rotate: 360deg;
    transition: rotate 1000ms 0ms linear;
  }
}
.mail-form .itemSet #btn-reload-captcha:active {
  background-color: #faf4d9;
}
.mail-form #important-notice {
  padding-top: 1.4rem;
  border-top: solid 1px #f0f0f0;
}
.mail-form #important-notice .message {
  margin-block: 1rem 0;
  background-color: #fad9d9;
}
.mail-form #form-confirm {
  padding-bottom: 1px;
  background-color: #ffffff;
}
.mail-form #form-confirm .summary-comment {
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: none;
}
.mail-form #confirm-list {
  padding-block: 1.6rem;
}
.mail-form #confirm-list dl {
  padding-left: 1.25em;
  margin-block: 2rem 5rem;
}
.mail-form #confirm-list dt {
  padding-top: 2rem;
  margin-bottom: 1rem;
}
.mail-form #confirm-list dt:first-child {
  padding-top: 0;
}
.mail-form #confirm-list dd:not(:last-child) {
  margin-bottom: 2rem;
}
.mail-form #confirm-list dd + dt {
  border-top: solid 1px #f0f0f0;
}
@media (width < 900px) {
  .mail-form #confirm-list dl {
    padding-left: 0.25rem;
  }
}
.mail-form .btn-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-inline: 0;
  padding-block: 3rem;
}
.mail-form .required {
  display: inline-block;
  padding: 4px 8px;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #e32334;
  border-radius: 4px;
}
.mail-form .msg:not(:empty) {
  margin-block: 0.5rem;
  padding: 0.5em 1em;
  color: #ffffff;
  font-weight: bold;
  background-color: #e32334;
  border-radius: 6px;
}
.mail-form .system_confirm {
  display: none;
}

#form-alert {
  margin: 3rem 0;
  padding: 0.5em 1em;
  color: #bb1826;
  font-weight: bolder;
  background-color: #fad9d9;
  border: solid 1px #e32334;
  border-radius: 6px;
}
#form-alert[hidden] {
  display: none;
}

.page main .accordion .heading {
  margin-bottom: 0;
  font-size: 1.25rem;
}

html:not(.js-enabled) .itemSection.inactive {
  display: initial !important;
}
html:not(.js-enabled) #form-type {
  display: none;
}
html:not(.js-enabled) .btn-set:has(#btn-confirm) {
  display: none;
}
html:not(.js-enabled) .btn-set:has(#btn-submit) {
  padding-block: 0;
}

@media (width >= 900px) {
  body:has(#nav-global.open) {
    overflow: hidden;
  }
  html:has(#nav-global.open) {
    scrollbar-gutter: stable;
  }
  header .menu-toggle {
    display: none;
  }
  header:has(#nav-global[data-type=drill-down] #menu-secondary) {
    top: calc(2.4rem - 1px);
    border-top: solid 1px #ffffff;
  }
  header:has(#nav-global[data-type=drill-down] #menu-secondary) + main {
    margin-top: calc(2.4rem - 1px);
  }
  #nav-global[data-type=drill-down] ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
  }
  #nav-global[data-type=drill-down] ul .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    min-width: 250px;
    padding-left: 0;
    background-color: #f0f0f0;
  }
  #nav-global[data-type=drill-down] ul .sub-menu li a {
    display: block;
    padding: 10px 20px;
    margin-right: 0;
    color: #000000;
    text-decoration: none;
  }
  #nav-global[data-type=drill-down] ul .sub-menu li a:focus {
    color: #f0f0f0;
    background-color: #008c76;
  }
}
@media (width >= 900px) and (hover: hover) {
  #nav-global[data-type=drill-down] ul .sub-menu li a:hover {
    color: #f0f0f0;
    background-color: #008c76;
  }
}
@media (width >= 900px) {
  #nav-global[data-type=drill-down] ul .sub-menu.open {
    display: block;
  }
  #nav-global[data-type=drill-down] ul .sub-menu.open .sub-menu {
    position: relative;
    display: block;
    padding-left: 1em;
  }
  #nav-global[data-type=drill-down] ul .sub-menu button {
    display: none;
  }
  #nav-global[data-type=drill-down] ul li:nth-last-child(-n+2) .sub-menu {
    right: 0;
    left: auto;
  }
  #nav-global[data-type=drill-down] ul li button {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
    padding: 0;
    font-size: 0.75rem;
    line-height: 1em;
    border: none;
  }
  #nav-global[data-type=drill-down] ul li button .msg-close {
    display: none;
  }
  #nav-global[data-type=drill-down] ul li button:has(+ .open) .msg-open {
    display: none;
  }
  #nav-global[data-type=drill-down] ul li button:has(+ .open) .msg-close {
    display: inline;
  }
  #nav-global[data-type=drill-down] > ul > li {
    position: relative;
  }
  #nav-global[data-type=drill-down] > ul > li:has(.sub-menu) > a {
    margin-right: 44px;
  }
  #nav-global[data-type=drill-down] > ul > li:focus-within > .sub-menu {
    display: block;
  }
  #nav-global[data-type=drill-down] > ul > li > a:not(.btn) {
    display: block;
    padding-block: 1em;
    padding-inline: 0.8em;
    color: #000000;
    text-decoration: none;
    letter-spacing: 0.06em;
    transition: all 240ms 0ms ease;
  }
  #nav-global[data-type=drill-down] > ul > li > a:not(.btn):focus {
    color: #384869;
  }
}
@media (width >= 900px) and (hover: hover) {
  #nav-global[data-type=drill-down] > ul > li > a:not(.btn):hover {
    color: #384869;
  }
}
@media (width >= 900px) {
  #nav-global[data-type=drill-down] #menu-primary > li > a:not(.btn)::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transition: all 240ms 0ms ease;
  }
  #nav-global[data-type=drill-down] #menu-primary > li > a:not(.btn):focus::after {
    background: #384869;
  }
}
@media (width >= 900px) and (hover: hover) {
  #nav-global[data-type=drill-down] #menu-primary > li > a:not(.btn):hover::after {
    background: #384869;
  }
}
@media (width >= 900px) {
  #nav-global[data-type=drill-down] #menu-secondary {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-inline: max(1rem, 50vw - 522px);
    justify-content: flex-end;
    background-color: #39377e;
  }
  #nav-global[data-type=drill-down] #menu-secondary li a,
  #nav-global[data-type=drill-down] #menu-secondary li span {
    padding-block: 1em;
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1.2em;
    letter-spacing: 0.06em;
    transition: all 160ms 0ms ease;
  }
  #nav-global[data-type=drill-down] #menu-secondary li a {
    text-decoration: underline;
    text-decoration-color: #9c9bbf;
    text-decoration-thickness: 2;
  }
  #nav-global[data-type=drill-down] #menu-secondary li a:active {
    text-decoration: none;
  }
}
@media (width >= 900px) and (hover: hover) {
  #nav-global[data-type=drill-down] #menu-secondary li a:hover {
    text-decoration: none;
  }
}
@media (width >= 900px) {
  #nav-global[data-type=drill-down] #menu-secondary li span {
    display: block;
    padding-inline: 20px;
  }
  #nav-global[data-type=drill-down] #menu-tertiary {
    display: none;
  }
  #overlay {
    display: none;
  }
}
body:has(#nav-global.open) {
  overflow: hidden;
}

html:has(#nav-global.open) {
  scrollbar-gutter: stable;
}

header .menu-toggle {
  padding: 0;
  font-size: 1rem;
  color: #000000;
  background: none;
  border: none;
}

#nav-global[data-type=drawer] {
  position: fixed;
  top: 0;
  right: -250px;
  z-index: 100;
  width: 250px;
  height: 100%;
  color: #000000;
  background-color: #384869;
  transition: right 0.3s ease;
}
#nav-global[data-type=drawer].open {
  right: 0;
  overflow-y: auto;
}
#nav-global[data-type=drawer] > ul {
  top: 0;
}
#nav-global[data-type=drawer] ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
#nav-global[data-type=drawer] ul li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#nav-global[data-type=drawer] ul li a:not(.btn) {
  display: block;
  width: 100%;
  padding: 1em;
  color: #f0f0f0;
  text-decoration: none;
  transition: all 240ms 0ms ease;
}
#nav-global[data-type=drawer] ul li a:not(.btn):has(+ button) {
  width: calc(100% - 44px);
}
#nav-global[data-type=drawer] ul li a:not(.btn):focus {
  background-color: #e6783a;
}
@media (hover: hover) {
  #nav-global[data-type=drawer] ul li a:not(.btn):hover {
    background-color: #e6783a;
  }
}
#nav-global[data-type=drawer] ul li:has(.btn) {
  order: -1;
}
#nav-global[data-type=drawer] ul li button {
  width: 44px;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1em;
  border: none;
}
#nav-global[data-type=drawer] ul li button .msg-close {
  display: none;
}
#nav-global[data-type=drawer] ul li button:has(+ .open) .msg-open {
  display: none;
}
#nav-global[data-type=drawer] ul li button:has(+ .open) .msg-close {
  display: inline;
}
#nav-global[data-type=drawer] ul li.current > a:has(+ button) {
  width: 100%;
}
#nav-global[data-type=drawer] ul li.current > button {
  display: none;
}
#nav-global[data-type=drawer] ul ul {
  width: 100%;
  padding-left: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#nav-global[data-type=drawer] ul ul li:last-child {
  border-bottom: none;
}
#nav-global[data-type=drawer] .sub-menu {
  display: none;
}
#nav-global[data-type=drawer] .sub-menu.open {
  display: block;
}
#nav-global[data-type=drawer] #menu-secondary li a {
  padding-block: 1em;
}
.sticky #nav-global[data-type=drawer] #menu-secondary li a {
  padding-block: 1em;
}
#nav-global[data-type=drawer] #menu-tertiary {
  margin-top: 2rem;
}
#nav-global[data-type=drawer] #menu-tertiary li {
  border-bottom: none;
}
#nav-global[data-type=drawer] #menu-tertiary li a {
  padding: 0.5em 1em 0.5em calc(1.2em + 14px);
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  background: url("assets/img/icon/arw-right-white.svg") left 14px center no-repeat;
  transition: all 240ms 0ms ease;
}
#nav-global[data-type=drawer] #menu-tertiary li a:focus {
  background-color: #e6783a;
}
@media (hover: hover) {
  #nav-global[data-type=drawer] #menu-tertiary li a:hover {
    background-color: #e6783a;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
  background: #0c0f16;
  opacity: 0.75;
}
#overlay.active {
  display: block;
}

@media (width >= 900px) {
  #nav-global[data-type=drawer] {
    position: static;
    right: 0;
    width: 250px;
    height: auto;
    transition: none;
  }
  #overlay {
    display: none;
  }
  .menu-toggle {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */