@charset "UTF-8";
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans JP Thin"),
    url(../fonts/NotoSansJP-Thin.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 400;
  src: local(""), url(../fonts/NotoSansJP-Regular.woff2) format("woff2"),
    url(../fonts/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 600;
  src: local(""), url(../fonts/NotoSansJP-Bold.woff2) format("woff2"),
    url(../fonts/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  src: local(""), url(../fonts/NotoSansJP-Medium.woff2) format("woff2"),
    url(../fonts/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: local(""), url(../fonts/NotoSerifCJKjp-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(../fonts/NotoSerifCJKjp-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: local(""), url(../fonts/NotoSerifCJKjp-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: local(""), url(../fonts/NotoSerifCJKjp-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "GLOBIS Serif PF";
  font-style: normal;
  font-weight: 500;
  src: local(""), url(../fonts/GLOBISSerifPF-Regular.woff2) format("woff"),
    url(../fonts/GLOBISSerifPF-Regular.otf) format("otf");
  font-display: swap;
}
.common-footer {
  background:#fff;
  border-top: solid 1px #c4c7cc;
}
.common-footer .cf-service-wrap,
.common-footer .cf-group-wrap {
  padding: 50px 0;
}
.common-footer .cf-service-wrap {
  background: #182a58;
}
.common-footer .cf-group-wrap {
  background: #222;
}
.common-footer .inner {
  width: min(1100px, 92%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .common-footer .inner {
    flex-direction: column-reverse;
  }
}
.common-footer .cf-block-hl {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.common-footer .cf-block-nav {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 2em;
}
.common-footer .cf-block-nav ul {
  margin-top: 1em;
}
.common-footer .cf-block-nav ul li {
  font-size: 13px;
  line-height: 1.7;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.common-footer .cf-block-nav ul li a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: all 0.3s ease-out;
}
.common-footer .cf-block-nav ul li a:hover {
  opacity: 0.7;
}
.common-footer .cf-block-nav ul li + li {
  margin-top: 1.25em;
}
.common-footer .cf-copy-wrap {
  background: #fff;
  padding: 1em 0;
}
@media screen and (max-width: 767px) {
  .common-footer .cf-copy-wrap {
    display: block;
    text-align: center;
  }
}
.common-footer .cf-copy-wrap .inner,
.common-footer .cf-copy-wrap .inner .copy-wrap {
  display: flex;
  align-items: center;
}
.common-footer .cf-copy-wrap .inner .copy-wrap img {
  width: 131px;
}
@media screen and (max-width: 767px) {
  .common-footer .cf-copy-wrap .inner .copy-wrap {
    flex-direction: column;
    margin-top: 1em;
  }
}
.common-footer .cf-copy-wrap .inner .copy-wrap img {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .common-footer .cf-copy-wrap .inner .copy-wrap img {
    margin-right: 0;
  }
}
.common-footer .cf-copy-wrap .inner .copy-wrap .copyright {
  font-size: 12px;
  color: #172059;
}
@media screen and (max-width: 767px) {
  .common-footer .cf-copy-wrap .inner .copy-wrap .copyright {
    margin-top: 2em;
  }
}
.common-footer .cf-sub {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .common-footer .cf-sub {
    margin-inline: auto;
  }
}
.common-footer .cf-sub ul {
  display: flex;
  gap: 2em;
  padding: 0;
}
.common-footer .cf-sub ul li a {
  color: #172059;
  font-size: 13px;
  padding-left: 1em;
  position: relative;
  transition: all 0.3s ease-out;
}
.common-footer .cf-sub ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.common-footer .cf-sub ul li a:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background: #172059;
  clip-path: polygon(0 100%, 0 0, 81% 50%);
  position: absolute;
  left: 0;
  top: 0.4em;
}
.common-footer .to-top a {
  background: url(https://gce.globis.co.jp/wp-content/themes/globisgce/images/pagetop_on.png)
    0 0 no-repeat;
  float: right;
  margin-top: -8px;
  height: 51px;
  width: 51px;
  text-indent: -9999px;
}

@media screen and (min-width: 1024px) {
  .js-footer-accordion-content {
    display: block !important;
    overflow: visible !important;
    height: auto !important;
    margin-top: 2em !important;
  }
  .js-footer-accordion-content.cf-block-nav {
    display: grid !important;
    margin-top: 0 !important;
  }
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
/* *,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
} */
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom {
    padding: 60px 8% 32px;
  }
}
@media print, screen and (min-width: 64em) {
  .common-footer.-custom {
    padding: 124px 0 0;
  }
}
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom .inner {
    width: 100%;
  }
}
.common-footer.-custom .cf-service-wrap,
.common-footer.-custom .cf-group-wrap {
  background: #fff;
  padding: 0;
}
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom .cf-group-wrap {
    border-bottom: solid 1px #c4c7cc;
  }
}
.common-footer.-custom .bar {
  padding: 50px 0;
}
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom .bar {
    display: none;
  }
}
.common-footer.-custom .bar > .inner {
  width: min(1100px, 92%);
  margin-inline: auto;
}
.common-footer.-custom .bar > .inner span {
  height: 1px;
  width: 100%;
  background-color: #c4c7cc;
  display: block;
}
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom .cf-block-hl {
    color: #1847c7;
    font-family: Noto Sans JP, sans-serif;
    padding: 16px 0;
    font-size: 14px;
    border-top: solid 1px #c4c7cc;
  }
}
@media print, screen and (min-width: 64em) {
  .common-footer.-custom .cf-block-hl {
    color: #333;
    font-family: Noto Serif JP, sans-serif;
  }
}
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom .cf-block-nav {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 64em) {
  .common-footer.-custom .cf-block-nav ul {
    margin-top: 2em;
  }
}
.common-footer.-custom .cf-block-nav ul > li,
.common-footer.-custom .cf-block-nav ul > li a {
  color: #1847c7;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom .cf-block-nav ul > li,
  .common-footer.-custom .cf-block-nav ul > li a {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .common-footer.-custom .cf-block-nav ul > li:hover,
  .common-footer.-custom .cf-block-nav ul > li a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom .cf-block-nav ul.level-2 {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .common-footer.-custom .cf-block-nav ul.level-2 {
    margin-top: 0.5em;
  }
}
.common-footer.-custom .cf-block-nav ul.level-2 > li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom .cf-block-nav ul.level-2 > li > a:first-child {
    margin-bottom: 12px;
    display: inline-block;
  }
  .common-footer.-custom .cf-block-nav ul.level-2 > li {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 64em) {
  .common-footer.-custom .cf-block-nav ul.level-2 > li:before {
    position: absolute;
    top: 0.6em;
    left: 0;
    content: "";
    display: block;
    height: 1px;
    width: 12px;
    background-color: #c4c7cc;
  }
}
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom .cf-block-nav ul.level-2 li + li {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .common-footer.-custom .cf-block-nav ul.level-2 li + li {
    margin-top: 0.5em;
  }
}
.common-footer.-custom .cf-copy-wrap {
  padding: 0;
  margin-top: 40px;
}
@media print, screen and (min-width: 64em) {
  .common-footer.-custom .cf-copy-wrap {
    margin-top: 3.5em;
  }
}
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom .cf-copy-wrap .inner {
    gap: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .common-footer.-custom .cf-copy-wrap .inner {
    border-top: solid 1px #c4c7cc;
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom .cf-copy-wrap .inner .copy-wrap {
    margin-top: 0;
  }
  .common-footer.-custom .cf-copy-wrap .inner .copyright {
    margin-top: 1.5em;
  }
  .common-footer.-custom .cf-sub {
    margin-left: revert;
  }
  .common-footer.-custom .cf-sub ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7em;
  }
}
.common-footer.-custom .cf-sub ul li a {
  padding-left: 0;
}
.common-footer.-custom .cf-sub ul li a:before {
  display: none;
}
@media only screen and (max-width: 63.99375em) {
  .common-footer.-custom .js-footer-accordion {
    position: relative;
  }
  .common-footer.-custom .js-footer-accordion span {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    margin-left: 17px;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .common-footer.-custom .js-footer-accordion span:before {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    background-color: #1847c7;
    transition: all ease 0.2s;
    transform: translate(50%, -50%);
    width: 100%;
    height: 1px;
  }
  .common-footer.-custom .js-footer-accordion span:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    background-color: #1847c7;
    transition: all ease 0.2s;
    transform: translate(50%, -50%);
    width: 1px;
    height: 100%;
  }
  .common-footer.-custom .js-footer-accordion.-open span:after {
    transform: translate(50%, -50%) rotate(90deg);
  }
  .common-footer.-custom .js-footer-accordion-content {
    display: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30px);
    padding: 20px 20px 17px;
    margin-top: 0 !important;
    background-color: #f6f8fc;
    margin-bottom: 16px;
  }
  .common-footer.-custom .js-footer-accordion-content.-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
/* }
.access-map-title.-open .access-map-content-icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.access-map-content.-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.access-map-content.-open .access-map-content-icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
} */
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.z-\[5\] {
  z-index: 5;
}
.ml-\[0\.1em\] {
  margin-left: 0.1em;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.h-\[60px\] {
  height: 60px;
}
.w-\[160px\] {
  width: 160px;
}
.w-full {
  width: 100%;
}
.resize {
  resize: both;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-\[5px\] {
  gap: 5px;
}
.\!border {
  border-width: 1px !important;
}
.\!border-solid {
  border-style: solid !important;
}
.\!border-clr-black-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1)) !important;
}
.\!border-clr-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.bg-clr-black-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.bg-clr-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 71 199 / var(--tw-bg-opacity, 1));
}
.bg-clr-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 152 26 / var(--tw-bg-opacity, 1));
}
.bg-clr-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.text-\[15px\] {
  font-size: 15px;
}
.font-bold {
  font-weight: 700;
}
.text-clr-black-100 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-clr-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
:root {
  --bg-position: 100% 100%;
  --bg-size: 0 1px;
  --xscroll-logo-x: 200px;
  --icon-arrow: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDZWMGwzLjUgMS41TDkgMyAzLjUgNC41IDAgNloiIGZpbGw9IiMzMzMiLz48L3N2Zz4=);
  --icon-blank: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjQ5NyA0Ljc3OGgtMVYxSDcuNzE5VjBoNC43Nzh2NC43NzhaIiBmaWxsPSIjMTg0N0M3Ii8+PHBhdGggZD0ibTYuODcgNi4zNzMtLjcwNi0uNzA3TDExLjU1LjI4MWwuNzA3LjcwN0w2Ljg3IDYuMzczWiIgZmlsbD0iIzE4NDdDNyIvPjxwYXRoIGQ9Ik0xMi41IDEySC41VjBoNC44djFIMS41djEwaDEwVjcuMjMxaDFWMTJaIiBmaWxsPSIjMTg0N0M3Ii8+PC9zdmc+);
  --icon-check: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiMzMzMiLz48cGF0aCBkPSJNOC40NDcgMTEuMjY1IDE2LjIxMiAzLjVsLTcuNzY1IDEyYTYyLjY3MiA2Mi42NzIgMCAwIDEtMi44MjMtMy44ODJjLTEuMTMtMS42OTQtLjQ3MS0yLjgyNCAwLTMuMTc3bDIuODIzIDIuODI0WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  --icon-blue-arrow: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgLTQuMzcxMTRlLTA3TDEwIDBMOC45ODg2OSAxLjU3MzE1QzcuOTk4MzEgMy4xMTM3NCA3LjE1MTA5IDQuNzQxNzggNi40NTc2NCA2LjQzNjg5TDUgMTBMNC4yNTA0NyA4LjE2NzgzQzMuMDg1OTQgNS4zMjExOCAxLjY2MzE3IDIuNTg3MTYgMCAtNC4zNzExNGUtMDdaIiBmaWxsPSIjMTg0N0M3Ii8+Cjwvc3ZnPgo=);
}
@media screen and (max-width: 768px) {
  :root {
    --xscroll-logo-x: 140px;
  }
}
@media only screen and (max-width: 63.99375em) {
  html {
    font-size: 16px;
  }
}
/* body {
  width: 100%;
  overflow-x: hidden;
  font-family: Noto Sans JP, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  color: #333;
} */
/* @media only screen and (max-width: 63.99375em) {
  body {
    font-size: 1rem;
  }
} */
/* @media print, screen and (min-width: 64em) {
  .menu-list.-current {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
  }
} */
/* .icon-check {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
@media only screen and (max-width: 63.99375em) {
  .icon-check {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
} */
/* @media print, screen and (min-width: 64em) {
  .icon-check {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }
  .feature-anchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity ease 0.3s, visibility ease 0.3s, transform ease 0.3s;
    z-index: 5;
  }
  .feature-anchor.-view {
    visibility: visible;
    opacity: 1;
    transform: translateY(60px);
  }
} */
.has-red-color {
  color: #cf1d1d !important;
}
.has-blue-color {
  color: #7fbfff !important;
}
.has-yellow-color {
  color: #fff799 !important;
}
.has-softblue-color {
  color: #e4e8f8 !important;
}
.has-softyellow-color {
  color: #f5eee7 !important;
}
.has-navy-color {
  color: #0e388c !important;
}
@media (hover: hover) and (pointer: fine) {
  .hover\:bg-clr-primary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 71 199 / var(--tw-bg-opacity, 1));
  }
  .hover\:bg-clr-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
@media (max-width: 63.9375rem) {
  .md\:h-\[20px\] {
    height: 20px;
  }
  .md\:h-\[50px\] {
    height: 50px;
  }
  .md\:w-\[20px\] {
    width: 20px;
  }
  .md\:w-full {
    width: 100%;
  }
}
@media (min-width: 64rem) {
  .lg\:hidden {
    display: none;
  }
}
}