@charset "UTF-8";
/* ========================================================================== */
/* Normalize */
/* ========================================================================== */
/* Document
 * * ========================================================================== */
/**
 * * Add border box sizing in all browsers (opinionated).
 * */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * * 1. Add text decoration inheritance in all browsers (opinionated).
 * * 2. Add vertical alignment inheritance in all browsers (opinionated).
 * */
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/**
 * * 1. Use the default cursor in all browsers (opinionated).
 * * 2. Change the line height in all browsers (opinionated).
 * * 3. Use a 4-space tab width in all browsers (opinionated).
 * * 4. Remove the grey highlight on links in iOS (opinionated).
 * * 5. Prevent adjustments of font size after orientation changes in
 * *    IE on Windows Phone and in iOS.
 * * 6. Breaks words to prevent overflow in all browsers (opinionated).
 * */
html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

/* Sections
 * * ========================================================================== */
/**
 * * Remove the margin in all browsers (opinionated).
 * */
body {
  margin: 0;
}

/**
 * * Correct the font size and margin on `h1` elements within `section` and
 * * `article` contexts in Chrome, Edge, Firefox, and Safari.
 * */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * * ========================================================================== */
/**
 * * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 * */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * * Remove the margin on nested lists in Edge 18- and IE.
 * */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * * 1. Add the correct sizing in Firefox.
 * * 2. Show the overflow in Edge 18- and IE.
 * */
hr {
  height: 0;
  overflow: visible;
}

/**
 * * Add the correct display in IE.
 * */
main {
  display: block;
}

/**
 * * Remove the list style on navigation lists in all browsers (opinionated).
 * */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers.
 * */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * * Add the correct text decoration in Edge 18-, IE, and Safari.
 * */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers.
 * */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * * Add the correct font size in all browsers.
 * */
small {
  font-size: 80%;
}

/* Embedded content
 * * ========================================================================== */
/* * Change the alignment on media elements in all browsers (opinionated).
 * */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * * Add the correct display in IE 9-.
 * */
audio,
video {
  display: inline-block;
}

/**
 * * Add the correct display in iOS 4-7.
 * */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * * Remove the border on iframes in all browsers (opinionated).
 * */
iframe {
  border-style: none;
}

/**
 * * Remove the border on images within links in IE 10-.
 * */
img {
  border-style: none;
}

/**
 * * Change the fill color to match the text color in all browsers (opinionated).
 * */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * * Hide the overflow in IE.
 * */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * * ========================================================================== */
/**
 * * Collapse border spacing in all browsers (opinionated).
 * */
table {
  border-collapse: collapse;
}

/* Forms
 * * ========================================================================== */
/**
 * * Remove the margin on controls in Safari.
 * */
button,
input,
select {
  margin: 0;
}

/**
 * * 1. Show the overflow in IE.
 * * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 * */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * * Correct the inability to style buttons in iOS and Safari.
 * */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * * 1. Change the inconsistent appearance in all browsers (opinionated).
 * * 2. Correct the padding in Firefox.
 * */
fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

/**
 * * Show the overflow in Edge 18- and IE.
 * */
input {
  overflow: visible;
}

/**
 * * 1. Correct the text wrapping in Edge 18- and IE.
 * * 2. Correct the color inheritance from `fieldset` elements in IE.
 * */
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

/**
 * * 1. Add the correct display in Edge 18- and IE.
 * * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 * */
progress {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * * Remove the inheritance of text transform in Firefox.
 * */
select {
  text-transform: none;
}

/**
 * * 1. Remove the margin in Firefox and Safari.
 * * 2. Remove the default vertical scrollbar in IE.
 * * 3. Change the resize direction in all browsers (opinionated).
 * */
textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

/**
 * * Remove the padding in IE 10-.
 * */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * * Correct the cursor style of increment and decrement buttons in Safari.
 * */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * * Correct the text style of placeholders in Chrome, Edge, and Safari.
 * */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 * */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * * 1. Correct the inability to style upload buttons in iOS and Safari.
 * * 2. Change font properties to `inherit` in Safari.
 * */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/**
 * * Remove the inner border and padding of focus outlines in Firefox.
 * */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * * Restore the focus outline styles unset by the previous rule in Firefox.
 * */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * * Remove the additional :invalid styles in Firefox.
 * */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * * ========================================================================== */
/* * Add the correct display in Edge 18- and IE.
 * */
details {
  display: block;
}

/* * Add the correct styles in Edge 18-, IE, and Safari.
 * */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * * ========================================================================== */
/**
 * * Add the correct display in IE 9-.
 * */
canvas {
  display: inline-block;
}

/**
 * * Add the correct display in IE.
 * */
template {
  display: none;
}

/* User interaction
 * * ========================================================================== */
/* * 1. Remove the tapping delay in IE 10.
 * * 2. Remove the tapping delay on clickable elements
 *    in all browsers (opinionated).
 * */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

/* Accessibility
 * * ========================================================================== */
/**
 * * Change the cursor on busy elements in all browsers (opinionated).
 * */
[aria-busy=true] {
  cursor: progress;
}

/* * Change the cursor on control elements in all browsers (opinionated).
 * */
[aria-controls] {
  cursor: pointer;
}

/* * Change the cursor on disabled, not-editable, or otherwise
 * * inoperable elements in all browsers (opinionated).
 * */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/* * Change the display on visually hidden accessible elements
 * * in all browsers (opinionated).
 * */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ========================================================================== */
/* iniize */
/* ========================================================================== */
/* initialize: font-face */
/* -------------------------------------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url(../fonts/NotoSansJP/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url(../fonts/NotoSansJP/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url(../fonts/NotoSansJP/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url(../fonts/Roboto/Roboto-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  src: url(../fonts/Roboto/Roboto-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/Roboto/Roboto-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url(../fonts/Roboto/Roboto-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  src: url(../fonts/Roboto/Roboto-MediumItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 600;
  src: url(../fonts/Roboto/Roboto-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 600;
  font-style: italic;
  src: url(../fonts/Roboto/Roboto-SemiBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url(../fonts/Roboto/Roboto-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: italic;
  src: url(../fonts/Roboto/Roboto-BoldItalic.ttf) format("truetype");
}
/* initialize: base */
/* -------------------------------------------------------------------------- */
body {
  position: relative;
  padding-top: 7em;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  body {
    padding-top: 4em;
    font-size: 4vw;
  }
}
@media print {
  body {
    zoom: 0.64;
    padding-top: 0;
    -webkit-print-color-adjust: exact;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  body.navi-open {
    overflow: hidden;
  }
}

.en-page {
  font-family: "Roboto", sans-serif;
}

::selection {
  background-color: #7b8999;
  color: #fff;
}

/* initialize: divider */
/* -------------------------------------------------------------------------- */
hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #d6d6d6;
}

/* initialize: link */
/* -------------------------------------------------------------------------- */
a {
  font-weight: 500;
  color: #000;
}

.isnt-touch a:focus, .isnt-touch a:hover {
  color: #008cd7;
}

/* initialize: list */
/* -------------------------------------------------------------------------- */
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

dl {
  margin-top: 0;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-left: 0;
}

/* initialize: media */
/* -------------------------------------------------------------------------- */
figure {
  margin: 0;
}
figure figcaption {
  margin-top: 0.75em;
  text-align: center;
  color: #7b8999;
}

audio,
canvas,
iframe,
img,
svg,
video {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* initialize: spacing */
/* -------------------------------------------------------------------------- */
button,
dd,
dt,
li {
  margin-bottom: 0.75em;
}

button:last-of-type,
li:last-of-type,
dd:last-of-type {
  margin-bottom: 0;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1em;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1.5em;
}

/* initialize: table */
/* -------------------------------------------------------------------------- */
table th,
table td {
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: 400;
}

/* initialize: typography */
/* -------------------------------------------------------------------------- */
em {
  font-style: normal;
  font-weight: 400;
  color: #7b8999;
}

address {
  font-style: normal;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  line-height: 1.2;
}

h2 {
  font-size: 1.75em;
  line-height: 1.3;
}

h3 {
  font-size: 1.5em;
  line-height: 1.4;
}

h4 {
  font-size: 1.375em;
  line-height: 1.5;
}

h5 {
  font-size: 1.25em;
  line-height: 1.6;
}

h6 {
  font-size: 1.125em;
  line-height: 1.6;
}

/* ========================================================================== */
/* Elements */
/* ========================================================================== */
/* elements: button */
/* -------------------------------------------------------------------------- */
.button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  min-width: 10em;
  margin-bottom: 0;
  padding: 0.8em 1.5em;
  appearance: none;
  outline: none;
  border: 0;
  border-radius: 0.375em;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
.button.icon--before::before, .button.icon--after::after {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  border-radius: 0.25em;
  background-color: #008cd7;
  text-align: center;
  line-height: 2.5;
  color: #fff !important;
}
.button.icon--before {
  padding-left: 4em;
}
.button.icon--before::before {
  inset: calc(50% - 1.25em) auto auto 0.25em;
}
.button.icon--after {
  padding-right: 4em;
}
.button.icon--after::after {
  inset: calc(50% - 1.25em) 0.25em auto auto;
}
.button--sec {
  border-color: #008cd7;
  background-color: #008cd7;
  color: #fff;
}
.button--sec.icon--before::before, .button--sec.icon--after::after {
  background-color: #fff;
  color: #008cd7 !important;
}
.button--disabled {
  border-color: #cccccc !important;
  background-color: #cccccc !important;
  color: #fff;
  cursor: default;
}
.button--disabled.icon--before::before, .button--disabled.icon--after::after {
  background-color: #ebebeb;
  color: #cccccc !important;
}

.isnt-touch .button {
  transition-property: border-color, background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.isnt-touch .button.icon--before::before, .isnt-touch .button.icon--after::after {
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.isnt-touch .button:focus, .isnt-touch .button:hover {
  border-color: #008cd7;
  background-color: #008cd7;
  color: #fff;
}
.isnt-touch .button--sec:focus, .isnt-touch .button--sec:hover {
  border-color: #008cd7;
  background-color: #fff;
  color: #008cd7;
}
.isnt-touch .button--sec:focus.icon--before::before, .isnt-touch .button--sec:focus.icon--after::after, .isnt-touch .button--sec:hover.icon--before::before, .isnt-touch .button--sec:hover.icon--after::after {
  background-color: #008cd7;
  color: #fff !important;
}
.isnt-touch .button--disabled:focus, .isnt-touch .button--disabled:hover {
  background-color: #cccccc;
  transform: none;
}

/* elements: color */
/* -------------------------------------------------------------------------- */
.c-ini {
  color: #fff !important;
}

.c-pri {
  color: #000 !important;
}

.c-sec {
  color: #008cd7 !important;
}

.c-ter {
  color: #7b8999 !important;
}

.c-qua {
  color: #eef4fc !important;
}

.c-qui {
  color: #eef4fc !important;
}

.c-sen {
  color: #db4437 !important;
}

.c-g2 {
  color: #050505 !important;
}

.c-g4 {
  color: #0a0a0a !important;
}

.c-g6 {
  color: #0f0f0f !important;
}

.c-g8 {
  color: #141414 !important;
}

.c-g10 {
  color: #1a1a1a !important;
}

.c-g12 {
  color: #1f1f1f !important;
}

.c-g14 {
  color: #242424 !important;
}

.c-g16 {
  color: #292929 !important;
}

.c-g18 {
  color: #2e2e2e !important;
}

.c-g20 {
  color: #333333 !important;
}

.c-g22 {
  color: #383838 !important;
}

.c-g24 {
  color: #3d3d3d !important;
}

.c-g26 {
  color: #424242 !important;
}

.c-g28 {
  color: #474747 !important;
}

.c-g30 {
  color: #4d4d4d !important;
}

.c-g32 {
  color: #525252 !important;
}

.c-g34 {
  color: #575757 !important;
}

.c-g36 {
  color: #5c5c5c !important;
}

.c-g38 {
  color: #616161 !important;
}

.c-g40 {
  color: #666666 !important;
}

.c-g42 {
  color: #6b6b6b !important;
}

.c-g44 {
  color: #707070 !important;
}

.c-g46 {
  color: #757575 !important;
}

.c-g48 {
  color: #7a7a7a !important;
}

.c-g50 {
  color: #808080 !important;
}

.c-g52 {
  color: #858585 !important;
}

.c-g54 {
  color: #8a8a8a !important;
}

.c-g56 {
  color: #8f8f8f !important;
}

.c-g58 {
  color: #949494 !important;
}

.c-g60 {
  color: #999999 !important;
}

.c-g62 {
  color: #9e9e9e !important;
}

.c-g64 {
  color: #a3a3a3 !important;
}

.c-g66 {
  color: #a8a8a8 !important;
}

.c-g68 {
  color: #adadad !important;
}

.c-g70 {
  color: #b3b3b3 !important;
}

.c-g72 {
  color: #b8b8b8 !important;
}

.c-g74 {
  color: #bdbdbd !important;
}

.c-g76 {
  color: #c2c2c2 !important;
}

.c-g78 {
  color: #c7c7c7 !important;
}

.c-g80 {
  color: #cccccc !important;
}

.c-g82 {
  color: #d1d1d1 !important;
}

.c-g84 {
  color: #d6d6d6 !important;
}

.c-g86 {
  color: #dbdbdb !important;
}

.c-g88 {
  color: #e0e0e0 !important;
}

.c-g90 {
  color: #e5e5e5 !important;
}

.c-g92 {
  color: #ebebeb !important;
}

.c-g94 {
  color: #f0f0f0 !important;
}

.c-g96 {
  color: #f5f5f5 !important;
}

.c-g98 {
  color: #fafafa !important;
}

/* elements: bg-color */
/* -------------------------------------------------------------------------- */
.bg-ini {
  background-color: #fff !important;
}

.bg-pri {
  background-color: #000 !important;
}

.bg-sec {
  background-color: #008cd7 !important;
}

.bg-ter {
  background-color: #7b8999 !important;
}

.bg-qua {
  background-color: #eef4fc !important;
}

.bg-qui {
  background-color: #eef4fc !important;
}

.bg-g2 {
  background-color: #050505 !important;
}

.bg-g4 {
  background-color: #0a0a0a !important;
}

.bg-g6 {
  background-color: #0f0f0f !important;
}

.bg-g8 {
  background-color: #141414 !important;
}

.bg-g10 {
  background-color: #1a1a1a !important;
}

.bg-g12 {
  background-color: #1f1f1f !important;
}

.bg-g14 {
  background-color: #242424 !important;
}

.bg-g16 {
  background-color: #292929 !important;
}

.bg-g18 {
  background-color: #2e2e2e !important;
}

.bg-g20 {
  background-color: #333333 !important;
}

.bg-g22 {
  background-color: #383838 !important;
}

.bg-g24 {
  background-color: #3d3d3d !important;
}

.bg-g26 {
  background-color: #424242 !important;
}

.bg-g28 {
  background-color: #474747 !important;
}

.bg-g30 {
  background-color: #4d4d4d !important;
}

.bg-g32 {
  background-color: #525252 !important;
}

.bg-g34 {
  background-color: #575757 !important;
}

.bg-g36 {
  background-color: #5c5c5c !important;
}

.bg-g38 {
  background-color: #616161 !important;
}

.bg-g40 {
  background-color: #666666 !important;
}

.bg-g42 {
  background-color: #6b6b6b !important;
}

.bg-g44 {
  background-color: #707070 !important;
}

.bg-g46 {
  background-color: #757575 !important;
}

.bg-g48 {
  background-color: #7a7a7a !important;
}

.bg-g50 {
  background-color: #808080 !important;
}

.bg-g52 {
  background-color: #858585 !important;
}

.bg-g54 {
  background-color: #8a8a8a !important;
}

.bg-g56 {
  background-color: #8f8f8f !important;
}

.bg-g58 {
  background-color: #949494 !important;
}

.bg-g60 {
  background-color: #999999 !important;
}

.bg-g62 {
  background-color: #9e9e9e !important;
}

.bg-g64 {
  background-color: #a3a3a3 !important;
}

.bg-g66 {
  background-color: #a8a8a8 !important;
}

.bg-g68 {
  background-color: #adadad !important;
}

.bg-g70 {
  background-color: #b3b3b3 !important;
}

.bg-g72 {
  background-color: #b8b8b8 !important;
}

.bg-g74 {
  background-color: #bdbdbd !important;
}

.bg-g76 {
  background-color: #c2c2c2 !important;
}

.bg-g78 {
  background-color: #c7c7c7 !important;
}

.bg-g80 {
  background-color: #cccccc !important;
}

.bg-g82 {
  background-color: #d1d1d1 !important;
}

.bg-g84 {
  background-color: #d6d6d6 !important;
}

.bg-g86 {
  background-color: #dbdbdb !important;
}

.bg-g88 {
  background-color: #e0e0e0 !important;
}

.bg-g90 {
  background-color: #e5e5e5 !important;
}

.bg-g92 {
  background-color: #ebebeb !important;
}

.bg-g94 {
  background-color: #f0f0f0 !important;
}

.bg-g96 {
  background-color: #f5f5f5 !important;
}

.bg-g98 {
  background-color: #fafafa !important;
}

/* display */
/* -------------------------------------------------------------------------- */
.d-i-pc {
  display: inline;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-i-pc {
    display: none;
  }
}

.d-i-sp {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-i-sp {
    display: inline;
  }
}

.d-b-pc {
  display: block;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-b-pc {
    display: none;
  }
}

.d-b-sp {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-b-sp {
    display: block;
  }
}

.d-flex-pc {
  display: flex;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-flex-pc {
    display: none;
  }
}

.d-flex-sp {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .d-flex-sp {
    display: flex;
  }
}

/* elements: form-control */
/* -------------------------------------------------------------------------- */
.form-control {
  appearance: none;
  margin-bottom: 0;
}
.form-control::-ms-expand {
  display: none;
}

/* elements: text */
/* -------------------------------------------------------------------------- */
.form-control[type=text], .form-control[type=email], .form-control[type=password], .form-control[type=search], .form-control[type=tel], .form-control[type=url], .form-control[type=number], .form-control[type=month], .form-control[type=week] {
  width: 100%;
  padding: 0.75em;
  border: 2px solid #d6d6d6;
  border-radius: 0.25em;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
}
.form-control[type=text][readonly], .form-control[type=email][readonly], .form-control[type=password][readonly], .form-control[type=search][readonly], .form-control[type=tel][readonly], .form-control[type=url][readonly], .form-control[type=number][readonly], .form-control[type=month][readonly], .form-control[type=week][readonly] {
  padding-right: 3em;
  border-color: #ebebeb;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%233b383d' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath d='m7 10v-4c0-2.761 2.239-5 5-5s5 2.239 5 5v4'/%3E%3Crect height='13' rx='2' width='18' x='3' y='10'/%3E%3Ccircle cx='12' cy='16' r='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1em;
}
.form-control[type=text]:focus, .form-control[type=email]:focus, .form-control[type=password]:focus, .form-control[type=search]:focus, .form-control[type=tel]:focus, .form-control[type=url]:focus, .form-control[type=number]:focus, .form-control[type=month]:focus, .form-control[type=week]:focus {
  border-color: #008cd7;
  background-color: #fff;
  outline: 0;
}
.form-control[type=text]:focus[readonly], .form-control[type=email]:focus[readonly], .form-control[type=password]:focus[readonly], .form-control[type=search]:focus[readonly], .form-control[type=tel]:focus[readonly], .form-control[type=url]:focus[readonly], .form-control[type=number]:focus[readonly], .form-control[type=month]:focus[readonly], .form-control[type=week]:focus[readonly] {
  border-color: #ebebeb;
  background-color: #fff;
}
.form-control[type=text]::placeholder, .form-control[type=email]::placeholder, .form-control[type=password]::placeholder, .form-control[type=search]::placeholder, .form-control[type=tel]::placeholder, .form-control[type=url]::placeholder, .form-control[type=number]::placeholder, .form-control[type=month]::placeholder, .form-control[type=week]::placeholder {
  color: #666666;
}
.form-control__unit {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 1em;
  color: #000;
}
.form-control:placeholder-shown {
  border-color: #ebebeb;
  background-color: #ebebeb;
}

/* elements: radio */
/* -------------------------------------------------------------------------- */
.form-control[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.form-control__radio {
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  font-size: 1em;
  color: #999999;
}
.form-control__radio::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  transform: translateY(0.2em);
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #ebebeb;
  flex-shrink: 0;
}

.form-control[type=radio]:checked + .form-control__radio {
  color: #000;
}
.form-control[type=radio]:checked + .form-control__radio::before {
  border: 0.375em solid #008cd7;
  background-color: #fff;
}

/* elements: checkbox */
/* -------------------------------------------------------------------------- */
.form-control[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.form-control__checkbox {
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  font-size: 1em;
  color: #999999;
}
.form-control__checkbox::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  transform: translateY(0.2em);
  margin-right: 0.5em;
  border-radius: 0.25em;
  background-color: #ebebeb;
  flex-shrink: 0;
}

.form-control[type=checkbox]:checked + .form-control__checkbox {
  color: #000;
}
.form-control[type=checkbox]:checked + .form-control__checkbox::before {
  border: 1px solid #008cd7;
  background-color: #008cd7;
}
.form-control[type=checkbox]:checked + .form-control__checkbox::after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.3em;
  border: solid #fff;
  border-width: 0 0.125em 0.125em 0;
  width: 0.375em;
  height: 0.75em;
  transform: translateY(0) rotate(45deg);
  margin: auto;
}

/* elements: select */
/* -------------------------------------------------------------------------- */
.form-select {
  display: inline-block;
  position: relative;
}
.form-select::before {
  content: "";
  position: absolute;
  top: -0.25em;
  bottom: 0;
  right: 0.75em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 0.125em solid #000;
  border-right: 0.125em solid #000;
  transform: rotate(135deg);
  pointer-events: none;
}
.form-select:has(select.form-control:invalid)::before {
  border-color: #999999;
}
.form-select select.form-control {
  width: 100%;
  height: 2.4em;
  overflow: hidden;
  padding: 0 2em 0 0.75em;
  outline: 0;
  border: 2px solid #ebebeb;
  border-radius: 0.25em;
  background-color: #ebebeb;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  color: #000;
}
.form-select select.form-control:invalid {
  border-color: #ebebeb;
  background-color: #ebebeb;
}
.form-select select.form-control:has(option[selected]) {
  border-color: #d6d6d6;
  background-color: #fff;
}
.form-select select.form-control:focus {
  border-color: #008cd7 !important;
  background-color: #fff;
}

/* elements: textarea */
/* -------------------------------------------------------------------------- */
textarea.form-control {
  display: block;
  width: 100%;
  min-height: 16em;
  padding: 0.75em;
  border: 2px solid #d6d6d6;
  border-radius: 0.25em;
  background-color: #fff;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
}
textarea.form-control:focus {
  border-color: #008cd7;
  background-color: #fff;
  outline: 0;
}
textarea.form-control::placeholder {
  color: #666666;
}

/* elements: icon */
/* -------------------------------------------------------------------------- */
@font-face {
  font-family: "icon";
  src: url("../fonts/icon/icon.ttf?69n5h8") format("truetype"), url("../fonts/icon/icon.woff?69n5h8") format("woff"), url("../fonts/icon/icon.svg?69n5h8#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon::before, .icon::after {
  display: none;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
  color: #008cd7;
}
.icon::before, .icon::after {
  content: "\e900";
}
.icon[target=_blank]::before, .icon[target=_blank]::after {
  content: "\e902";
}
.icon[data-fancybox]::before, .icon[data-fancybox]::after {
  content: "\e903";
}
.icon[href^="mailto:"]::before, .icon[href^="mailto:"]::after, .icon[href^="https://regist11.smp.ne.jp/"]::before, .icon[href^="https://regist11.smp.ne.jp/"]::after, .icon[href*="/contact/"]::before, .icon[href*="/contact/"]::after {
  content: "\e906";
}
.icon[href^="tel:"]::before, .icon[href^="tel:"]::after {
  content: "\e907";
}
.icon[href^="https://goo.gl/maps/"]::before, .icon[href^="https://goo.gl/maps/"]::after, .icon[href^="https://maps.app.goo.gl"]::before, .icon[href^="https://maps.app.goo.gl"]::after, .icon[href^="https://www.google.com/maps/"]::before, .icon[href^="https://www.google.com/maps/"]::after {
  content: "\e905";
}
.icon[href$=".pdf"]::before, .icon[href$=".pdf"]::after, .icon[href$=".xlsx"]::before, .icon[href$=".xlsx"]::after, .icon[href$=".xls"]::before, .icon[href$=".xls"]::after, .icon[href$=".docx"]::before, .icon[href$=".docx"]::after, .icon[href$=".doc"]::before, .icon[href$=".doc"]::after, .icon[href$=".pptx"]::before, .icon[href$=".pptx"]::after, .icon[href$=".ppt"]::before, .icon[href$=".ppt"]::after, .icon[href$=".txt"]::before, .icon[href$=".txt"]::after {
  content: "\e904";
}
.icon[href$=".zip"]::before, .icon[href$=".zip"]::after, .icon[href$=".rar"]::before, .icon[href$=".rar"]::after, .icon[href$=".tar"]::before, .icon[href$=".tar"]::after, .icon[href$=".gz"]::before, .icon[href$=".gz"]::after, .icon[href$=".bz2"]::before, .icon[href$=".bz2"]::after, .icon[href$=".7z"]::before, .icon[href$=".7z"]::after, .icon[href$=".lzma"]::before, .icon[href$=".lzma"]::after, .icon[href$=".xz"]::before, .icon[href$=".xz"]::after {
  content: "\e90b";
}
.icon--arrow::before, .icon--arrow::after {
  content: "\e900" !important;
}
.icon--direction::before, .icon--direction::after {
  content: "\e901" !important;
}
.icon--newtab::before, .icon--newtab::after {
  content: "\e902" !important;
}
.icon--modal::before, .icon--modal::after {
  content: "\e903" !important;
}
.icon--file::before, .icon--file::after {
  content: "\e904" !important;
}
.icon--pin::before, .icon--pin::after {
  content: "\e905" !important;
}
.icon--email::before, .icon--email::after {
  content: "\e906" !important;
}
.icon--phone::before, .icon--phone::after {
  content: "\e907" !important;
}
.icon--camera::before, .icon--camera::after {
  content: "\e908" !important;
}
.icon--comment::before, .icon--comment::after {
  content: "\e909" !important;
}
.icon--video::before, .icon--video::after {
  content: "\e90a" !important;
}
.icon--download::before, .icon--download::after {
  content: "\e90b" !important;
}
.icon--attention::before, .icon--attention::after {
  content: "\e90c" !important;
}
.icon--search::before, .icon--search::after {
  content: "\e90d" !important;
}
.icon--folder::before, .icon--folder::after {
  content: "\e90e" !important;
}
.icon--global::before, .icon--global::after {
  content: "\e90f" !important;
}
.icon--base::before, .icon--base::after {
  width: 3em;
  height: 3em;
  border: 1px solid #d6d6d6;
  border-radius: 0.375em;
  background-color: #fff;
  vertical-align: middle;
  vertical-align: middle;
  text-align: center;
  line-height: 3;
}
.icon--base::before {
  margin-right: 1em;
}
.icon--base::after {
  margin-left: 1em;
}
.icon--disc::before, .icon--disc::after {
  width: 3em;
  height: 3em;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 3;
}
.icon--disc::before {
  margin-right: 1em;
}
.icon--disc::after {
  margin-left: 1em;
}
.icon--r90::before, .icon--r90::after {
  transform: rotate(90deg);
}
.icon--r180::before, .icon--r180::after {
  transform: rotate(180deg);
}
.icon--r270::before, .icon--r270::after {
  transform: rotate(270deg);
}
.icon--before::before {
  display: inline-block;
  margin-right: 0.5em;
}
.icon--before::after {
  content: none;
}
.icon--after::before {
  content: none;
}
.icon--after::after {
  display: inline-block;
  margin-left: 0.5em;
}

.isnt-touch .icon--disc::before, .isnt-touch .icon--disc::after {
  transform: scale(1);
  transition-property: background-color, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.isnt-touch .icon--r90::before, .isnt-touch .icon--r90::after {
  transform: scale(1) rotate(90deg);
}
.isnt-touch .icon--r180::before, .isnt-touch .icon--r180::after {
  transform: scale(1) rotate(180deg);
}
.isnt-touch .icon--r270::before, .isnt-touch .icon--r270::after {
  transform: scale(1) rotate(270deg);
}
.isnt-touch a.icon:focus::before, .isnt-touch a.icon:focus::after, .isnt-touch a.icon:hover::before, .isnt-touch a.icon:hover::after {
  color: #008cd7;
}
.isnt-touch a.icon--disc:focus::before, .isnt-touch a.icon--disc:focus::after, .isnt-touch a.icon--disc:hover::before, .isnt-touch a.icon--disc:hover::after {
  background-color: #008cd7;
  transform: scale(1.1);
  color: #fff;
}
.isnt-touch a.icon--r90:focus::before, .isnt-touch a.icon--r90:focus::after, .isnt-touch a.icon--r90:hover::before, .isnt-touch a.icon--r90:hover::after {
  transform: scale(1.1) rotate(90deg);
}
.isnt-touch a.icon--r180:focus::before, .isnt-touch a.icon--r180:focus::after, .isnt-touch a.icon--r180:hover::before, .isnt-touch a.icon--r180:hover::after {
  transform: scale(1.1) rotate(180deg);
}
.isnt-touch a.icon--r270:focus::before, .isnt-touch a.icon--r270:focus::after, .isnt-touch a.icon--r270:hover::before, .isnt-touch a.icon--r270:hover::after {
  transform: scale(1.1) rotate(270deg);
}

/* elements: image */
/* -------------------------------------------------------------------------- */
.of-cover {
  object-fit: cover;
}

.ar-1 {
  aspect-ratio: 1;
}

.ar-2-1 {
  aspect-ratio: 2/1;
}

.ar-3-2 {
  aspect-ratio: 3/2;
}

.ar-4-3 {
  aspect-ratio: 4/3;
}

.ar-16-9 {
  aspect-ratio: 16/9;
}

.ar-2d35-1 {
  aspect-ratio: 2.35/1;
}

.ar-2-3 {
  aspect-ratio: 2/3;
}

.ar-3-4 {
  aspect-ratio: 3/4;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ar-1 {
    aspect-ratio: 1;
  }
  .sp-ar-2-1 {
    aspect-ratio: 2/1;
  }
  .sp-ar-3-2 {
    aspect-ratio: 3/2;
  }
  .sp-ar-4-3 {
    aspect-ratio: 4/3;
  }
  .sp-ar-16-9 {
    aspect-ratio: 16/9;
  }
  .sp-ar-2d35-1 {
    aspect-ratio: 2.35/1;
  }
  .sp-ar-2-3 {
    aspect-ratio: 2/3;
  }
  .sp-ar-3-4 {
    aspect-ratio: 3/4;
  }
}
/* elements: label */
/* -------------------------------------------------------------------------- */
.label {
  display: inline-block;
  padding: 0.5em 0.75em;
  border-radius: 0.375em;
  background-color: #7b8999;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.label--border {
  background-color: #fff;
  border: 1px solid;
  color: #7b8999;
}
.label--text {
  background-color: #fff;
  color: #7b8999;
}

.isnt-touch a.label:focus, .isnt-touch a.label:hover {
  text-decoration: underline;
}

/* elements: list */
/* ---------------------------------------------------------------- */
ul.list > li {
  position: relative;
  padding-left: 1em;
}
ul.list > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  inset: 0 auto auto 0.25em;
  color: #008cd7;
  transform: scale(0.5);
}
ul.list > li ul li::before {
  content: "○";
}

ol.list {
  counter-reset: number;
}
ol.list > li {
  position: relative;
  padding-left: 2em;
}
ol.list > li::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  inset: 0 calc(100% - 0.75em) auto auto;
  text-align: right;
  color: #008cd7;
}

dl.list {
  margin-top: 0;
}
dl.list dt {
  font-weight: 700;
}
dl.list dd {
  margin-left: 1em;
  text-indent: -1em;
}
dl.list dd::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #008cd7;
  transform: translateY(-0.1em);
}

/* elements: logo */
/* -------------------------------------------------------------------------- */
.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  aspect-ratio: 7/1;
}
.logo__symbol {
  width: 17.5%;
}
.logo__typo {
  width: 76%;
}
.logo--vertical {
  flex-direction: column;
  aspect-ratio: 36/19;
}
.logo--vertical .logo__symbol {
  width: 41.6666%;
}
.logo--vertical .logo__typo {
  width: 100%;
}

/* elements: tagline */
/* -------------------------------------------------------------------------- */
.tagline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
.tagline__pri, .tagline__sec {
  font-family: "Libre Baskerville", serif;
}
.tagline__ter {
  margin-top: 0.5em;
  font-size: 60%;
  letter-spacing: 0.1em;
}

/* elements: table */
/* -------------------------------------------------------------------------- */
.table th,
.table td {
  vertical-align: top;
}
.table th {
  white-space: nowrap;
}
.table caption {
  margin-bottom: 0.5em;
  text-align: right;
}
.table--va-middle th,
.table--va-middle td {
  vertical-align: middle;
}
.table--va-bottom th,
.table--va-bottom td {
  vertical-align: bottom;
}
.table--pri {
  border-collapse: separate;
  border-spacing: 0 0.125em;
}
.table--pri th,
.table--pri td {
  padding: 1em;
}
.table--pri tbody th {
  background-color: #ebebeb;
}
.table--pri tbody td {
  background-color: #f5f5f5;
}
.table--pri thead th,
.table--pri thead td {
  background-color: #666666;
  font-weight: 500;
  color: #fff;
}
.table--sec {
  border-top: 1px solid #ebebeb;
}
.table--sec th,
.table--sec td {
  padding: 1.5em 0;
}
.table--sec tr > * + * {
  padding-left: 1em;
}
.table--sec tbody th {
  border-bottom: 1px solid #ebebeb;
}
.table--sec tbody td {
  border-bottom: 1px solid #ebebeb;
}
.table--sec thead th,
.table--sec thead td {
  border-bottom: 1px solid #000;
}
.table--ter th,
.table--ter td {
  padding: 0 1em 0.5em 0;
}
.table--ter tr > * + * {
  padding-right: 0;
}
.table--border {
  border-collapse: collapse;
}
.table--border th,
.table--border td {
  border: 1px solid #d6d6d6;
}
.table--border.table--pri {
  border-spacing: 0;
}
.table--border.table--pri tbody td {
  background-color: #fff;
}
.table--border.table--sec th,
.table--border.table--sec td {
  padding: 1em;
  border-color: #d6d6d6;
}
.table--border.table--sec thead th,
.table--border.table--sec thead td {
  border-bottom: 1px solid #000;
}
.table--striped th,
.table--striped td {
  padding: 1em;
}
.table--striped th {
  font-weight: 500;
}
.table--striped thead th,
.table--striped thead td {
  background-color: #999999;
  color: #fff;
}
.table--striped tbody tr:nth-of-type(odd) th,
.table--striped tbody tr:nth-of-type(odd) td {
  background-color: #f5f5f5;
}

.isnt-touch .table--striped tbody tr:hover th,
.isnt-touch .table--striped tbody tr:hover td {
  background-color: #ebebeb;
}
.isnt-touch .table--striped tbody tr:hover:nth-of-type(odd) th,
.isnt-touch .table--striped tbody tr:hover:nth-of-type(odd) td {
  background-color: #ebebeb;
}

.js-scrollable .table {
  width: calc(100% - 2px);
}

/* ========================================================================== */
/* Site header */
/* ========================================================================== */
/* site-header */
/* -------------------------------------------------------------------------- */
.site-header {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fff;
}
.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 7em;
  padding: 0 1.5em;
  transition: height 0.2s;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header__wrapper {
    height: 4em;
    padding: 0 4.5em 0 5%;
  }
}
.site-header__title {
  width: 15em;
  margin: 0;
  font-size: 1em;
  line-height: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header__title {
    width: 11em;
  }
}
.site-header__function {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header__function {
    display: flex;
    gap: 0.5em;
  }
}
.site-header__navi {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100%;
  transition: min-height 0.2s;
}
.site-header__trigger {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header__trigger {
    display: block;
    position: absolute;
    inset: 0 0 auto auto;
    width: 4em;
    height: 4em;
    cursor: pointer;
  }
}
.site-header__trigger__base {
  display: block;
  position: absolute;
  inset: 0.5em auto auto 0.5em;
  width: 3em;
  height: 3em;
  border-radius: 0.3333em;
  background-color: #008cd7;
  transition: background-color 0.4s ease-out;
}
.site-header__trigger__line {
  display: block;
  position: absolute;
  left: 33.3333%;
  width: 33.3334%;
  height: 1px;
  background-color: #fff;
  transition-property: top, opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
.site-header__trigger__line--pri {
  top: calc(42.5% - 0.5px);
}
.site-header__trigger__line--sec {
  top: calc(50% - 0.5px);
}
.site-header__trigger__line--ter {
  top: calc(57.5% - 0.5px);
}

.is-scroll .site-header__wrapper {
  height: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .is-scroll .site-header__wrapper {
    height: 4em;
  }
}
.is-scroll .site-header__navi {
  min-height: 3em;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .navi-open .site-header__navi .main-menu {
    inset: 4em auto auto 0;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, inset 0s linear;
  }
  .navi-open .site-header__trigger__base {
    background-color: #000;
  }
  .navi-open .site-header__trigger__line--pri {
    top: calc(50% - 0.5px);
    transform: rotate(-135deg);
  }
  .navi-open .site-header__trigger__line--sec {
    transform: scale(0);
  }
  .navi-open .site-header__trigger__line--ter {
    top: calc(50% - 0.5px);
    transform: rotate(135deg);
  }
}
/* ========================================================================== */
/* Site footer */
/* ========================================================================== */
/* site-footer */
/* -------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer {
    flex-direction: column;
    align-items: center;
    gap: 5em;
  }
}
.site-footer__wrapper {
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__wrapper {
    padding: 0 5%;
  }
}
.site-footer__wrapper--pri {
  padding: 3em 0 1.5em;
  background-color: #ebebeb;
}
.site-footer__wrapper--sec {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5em 2.5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__wrapper--sec {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 5em 5% 0;
  }
}
.site-footer__wrapper--ter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3em;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 7.5em 2.5em 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__wrapper--ter {
    align-items: center;
    padding: 5em 5%;
  }
}
.site-footer__title {
  width: 20em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__title {
    width: 16em;
  }
}
.site-footer__address {
  margin-top: 5em;
  text-align: center;
  font-size: 0.875em;
}
.site-footer__sitemap {
  display: flex;
  gap: 2.5em;
  width: 100%;
}
.site-footer__sitemap__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  flex: 1;
}
.site-footer__sitemap__anchor {
  text-decoration: none;
}
.site-footer__sitemap__item > .site-footer__sitemap__anchor {
  display: inline-block;
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #d6d6d6;
}
.site-footer__sitemap__child {
  margin-top: 1.5em;
}
.site-footer__sitemap__child__item {
  margin-bottom: 0.5em;
  font-size: 0.75em;
}
.site-footer__sitemap__child__item:last-of-type {
  margin-bottom: 0;
}
.site-footer__sitemap__child__item > .site-footer__sitemap__anchor {
  color: #7b8999;
}
.site-footer__website {
  width: 100%;
  max-width: calc(1440px - 5em);
  margin: 0 auto;
  padding-bottom: 2.5em;
  display: flex;
}
@media screen and (min-width: 768px) {
  .site-footer__website.swiper-lower-length {
    padding-bottom: 1em;
  }
  .site-footer__website.swiper-lower-length .swiper-pagination {
    display: none;
  }
}
.site-footer__website__item {
  width: 25%;
  padding: 0 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__website__item {
    width: 16em;
  }
}
.site-footer__website__anchor {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #7b8999;
}
.site-footer__website__image {
  border: 1px solid #d6d6d6;
}
.site-footer__website__title {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 0.875em;
}
.site-footer__website .swiper-pagination {
  bottom: 0;
}
.site-footer__notice {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2em;
  font-size: 0.875em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__notice {
    justify-content: center;
  }
}
.site-footer__notice__anchor {
  text-decoration: none;
}
.site-footer__copyright {
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-footer__copyright {
    text-align: center;
  }
}

/* ========================================================================== */
/* Site Menu */
/* ========================================================================== */
/* main-menu */
/* -------------------------------------------------------------------------- */
.main-menu {
  display: flex;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu {
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    inset: 4em auto auto 100%;
    width: 100vw;
    height: calc(100dvh - 4em);
    overflow: auto;
    padding: 3em 5%;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, inset 0s linear 0.2s;
  }
}
.main-menu__item {
  font-size: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__item {
    position: relative;
  }
}
.main-menu__trigger {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__trigger {
    display: block;
    position: absolute;
    inset: 0.5em 0 auto auto;
    width: 3em;
    height: 3em;
    padding: calc(1em - 1px);
    text-align: center;
    font-size: 1em;
    line-height: 1;
    border: 1px solid #d6d6d6;
    border-radius: 0.25em;
    font-size: 0.75em;
    color: #008cd7;
  }
  .main-menu__trigger::before {
    content: "\e901";
    display: inline-block;
    font-family: "icon" !important;
    transform: rotate(180deg);
    transition: transform 0.2s;
  }
}
.main-menu__anchor {
  display: inline-block;
  position: relative;
  padding: 0.8em 1em;
  text-decoration: none;
  line-height: 2.5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-menu__anchor {
    width: calc(100% - 3em);
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .isnt-touch .main-menu__trigger:focus, .isnt-touch .main-menu__trigger:hover {
    cursor: pointer;
    color: #008cd7;
  }
}

.story-page .main-menu__item--story .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.5em auto auto calc(50% - 0.5em);
  width: 1em;
  height: 0.5em;
  background-color: #008cd7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-page .main-menu__item--story .main-menu__anchor::after {
    inset: calc(50% - 0.5em) auto auto 0;
    width: 0.5em;
    height: 1em;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

.company-page .main-menu__item--company .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.5em auto auto calc(50% - 0.5em);
  width: 1em;
  height: 0.5em;
  background-color: #008cd7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .company-page .main-menu__item--company .main-menu__anchor::after {
    inset: calc(50% - 0.5em) auto auto 0;
    width: 0.5em;
    height: 1em;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

.products-page .main-menu__item--products .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.5em auto auto calc(50% - 0.5em);
  width: 1em;
  height: 0.5em;
  background-color: #008cd7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .products-page .main-menu__item--products .main-menu__anchor::after {
    inset: calc(50% - 0.5em) auto auto 0;
    width: 0.5em;
    height: 1em;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

.action-page .main-menu__item--action .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.5em auto auto calc(50% - 0.5em);
  width: 1em;
  height: 0.5em;
  background-color: #008cd7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .action-page .main-menu__item--action .main-menu__anchor::after {
    inset: calc(50% - 0.5em) auto auto 0;
    width: 0.5em;
    height: 1em;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

.ir-page .main-menu__item--ir .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.5em auto auto calc(50% - 0.5em);
  width: 1em;
  height: 0.5em;
  background-color: #008cd7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .ir-page .main-menu__item--ir .main-menu__anchor::after {
    inset: calc(50% - 0.5em) auto auto 0;
    width: 0.5em;
    height: 1em;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

.sustainability-page .main-menu__item--sustainability .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.5em auto auto calc(50% - 0.5em);
  width: 1em;
  height: 0.5em;
  background-color: #008cd7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sustainability-page .main-menu__item--sustainability .main-menu__anchor::after {
    inset: calc(50% - 0.5em) auto auto 0;
    width: 0.5em;
    height: 1em;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

.news-page .main-menu__item--news .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.5em auto auto calc(50% - 0.5em);
  width: 1em;
  height: 0.5em;
  background-color: #008cd7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-page .main-menu__item--news .main-menu__anchor::after {
    inset: calc(50% - 0.5em) auto auto 0;
    width: 0.5em;
    height: 1em;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

.recruit-page .main-menu__item--recruit .main-menu__anchor::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0.5em auto auto calc(50% - 0.5em);
  width: 1em;
  height: 0.5em;
  background-color: #008cd7;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .recruit-page .main-menu__item--recruit .main-menu__anchor::after {
    inset: calc(50% - 0.5em) auto auto 0;
    width: 0.5em;
    height: 1em;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

/* main-menu */
/* -------------------------------------------------------------------------- */
.child-menu {
  display: flex;
  justify-content: center;
  position: absolute;
  inset: calc(100% - 1px) auto auto 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #eef4fc;
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .child-menu {
    position: relative;
    inset: auto;
    border-radius: 0.5em;
    box-shadow: none;
  }
}
.child-menu__wrapper {
  display: flex;
  gap: 2.5em;
  width: 100%;
  max-width: 1440px;
  padding: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .child-menu__wrapper {
    flex-direction: column;
    padding: 2.5em 5%;
  }
}
.child-menu__header {
  width: 27.5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .child-menu__header {
    width: 100%;
  }
}
.child-menu__header__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.5em;
}
.child-menu__header__read {
  margin-bottom: 1.5em;
  font-size: 0.875em;
}
.child-menu__header__link {
  font-size: 0.875em;
}
.child-menu__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.5em;
  width: 72.5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .child-menu__content {
    flex-direction: column;
    width: 100%;
  }
}
.child-menu__group {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: calc(33.3333% - 1.6665em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .child-menu__group {
    width: 100%;
  }
}
.child-menu__group:has(.child-menu__item--large) {
  gap: 1.5em 0;
}
.child-menu__group--middle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5em 2.5em;
  width: calc(66.6666% - 0.83325em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .child-menu__group--middle {
    width: 100%;
  }
}
.child-menu__group--middle .child-menu__item {
  width: calc(50% - 1.25em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .child-menu__group--middle .child-menu__item {
    width: 100%;
  }
}
.child-menu__group--middle:has(.child-menu__item--large) {
  gap: 1.5em 2.5em;
}
.child-menu__group--wide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  gap: 0.5em 2.5em;
}
.child-menu__group--wide .child-menu__item {
  width: calc(33.3333% - 1.6665em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .child-menu__group--wide .child-menu__item {
    width: 100%;
  }
}
.child-menu__group--wide:has(.child-menu__item--large) {
  gap: 1.5em 2.5em;
}
.child-menu__anchor {
  display: block;
  position: relative;
  padding-right: 1.5em;
  text-decoration: none;
  line-height: 2;
}
.child-menu__anchor.icon--after::after {
  position: absolute;
  inset: 0.5em 0 auto auto;
}
.child-menu__item {
  padding-bottom: 0.5em;
  border-bottom: 1px solid hsl(0, 0%, 88%);
}
.child-menu__item__image {
  aspect-ratio: 2/1;
  object-fit: cover;
  margin-bottom: 0.5em;
  border-radius: 0.5em;
}
.child-menu__item--large {
  padding: 0;
  border-bottom: 0;
}
.child-menu__item--large .child-menu__anchor {
  padding-right: 0;
}
.child-menu__item--large .child-menu__anchor.icon--after::after {
  position: relative;
  inset: auto;
}
.child-menu__item--small {
  padding: 0;
  border-bottom: 0;
}
.child-menu__item--small .child-menu__anchor {
  display: inline-block;
  padding-right: 0;
  font-size: 0.875em;
}
.child-menu__item--small .child-menu__anchor.icon--after::after {
  position: relative;
  inset: auto;
}
.child-menu .news-list__category .label {
  background-color: #fff;
}
.child-menu .news-list__anchor.icon--base::before, .child-menu .news-list__anchor.icon--base::after {
  border: 0;
}

@media screen and (min-width: 768px) {
  .isnt-touch .site-header .child-menu {
    transform: translateY(1em);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 0.2s;
  }
  .isnt-touch .site-header .main-menu__item:focus .child-menu, .isnt-touch .site-header .main-menu__item:hover .child-menu {
    height: auto;
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .site-header .main-menu__item .child-menu {
    display: none;
    height: auto;
    transform: translateY(0);
    opacity: 1;
  }
  .site-header .main-menu__item.is-open .main-menu__trigger::before {
    transform: rotate(90deg);
  }
}

.child-menu__item--top-message .child-menu__item__image, .child-menu__item--message .child-menu__item__image {
  object-position: top;
}

.ja-page .child-menu__item--mid-term-business-plan .child-menu__item__title {
  letter-spacing: -0.04em;
}

/* sub-menu */
/* -------------------------------------------------------------------------- */
.sub-menu {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sub-menu {
    gap: 0.5em;
    position: absolute;
    inset: 1em 4.5em auto auto;
    background-color: #fff;
  }
}
.sub-menu__anchor {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sub-menu__anchor {
    min-width: 2em;
  }
}
.sub-menu__anchor__text {
  font-weight: 500;
  font-size: 0.875em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sub-menu__anchor__text {
    display: none;
  }
}
.sub-menu__anchor.icon--after::after {
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sub-menu__anchor.icon--after::after {
    margin: 0 auto;
  }
}
.sub-menu__item {
  display: flex;
  align-items: center;
  position: relative;
}
.sub-menu__item--function {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .sub-menu__item--function {
    display: none;
  }
}

.is-scroll .sub-menu {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .is-scroll .sub-menu {
    display: flex;
  }
}

/* language-widget */
/* -------------------------------------------------------------------------- */
.language-widget {
  position: relative;
  min-width: 2em;
  min-height: 2em;
}
.language-widget__trigger {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 10em;
  height: 2em;
  cursor: pointer;
  opacity: 1;
  white-space: nowrap;
  transition: opacity 0.2s ease-out, max-width 0s ease-out 0s;
}
.language-widget__wrapper {
  display: flex;
  align-items: center;
  gap: 1em;
  position: absolute;
  inset: -0.5em -0.5em auto auto;
  width: 0;
  min-width: 0;
  height: 3em;
  overflow: hidden;
  padding: 0;
  border-radius: 0.25em;
  background-color: #f0f0f0;
  font-family: "Roboto", sans-serif;
  transition-property: width, min-width, padding;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.language-widget__anchor {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 5em;
  font-size: 0.75em;
  line-height: 2.5;
  color: #7b8999;
  opacity: 0;
  transform: scale(0);
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.language-widget__button--close {
  position: absolute;
  inset: 0.5em 0.5em auto auto;
  width: 2em;
  height: 2em;
  margin-left: auto;
  border-radius: 0.25em;
  background-color: #000;
  transform: scale(0);
  transition: all 0.2s ease-out;
}
.language-widget__button--close::before, .language-widget__button--close::after {
  content: "";
  display: block;
  position: absolute;
  inset: calc(50% - 0.5px) auto auto 0.5em;
  width: 1em;
  height: 1px;
  background: #fff;
}
.language-widget__button--close::before {
  transform: rotate(-45deg);
}
.language-widget__button--close::after {
  transform: rotate(45deg);
}
.language-widget__checkbox {
  display: none;
}
.language-widget__checkbox:checked ~ .language-widget__trigger {
  max-width: 2em;
  opacity: 0;
  transition: opacity 0.2s ease-out, max-width 0s ease-out 0.2s;
}
.language-widget__checkbox:checked ~ .language-widget__wrapper {
  width: fit-content;
  min-width: 12em;
  padding: 0 4em 0 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .language-widget__checkbox:checked ~ .language-widget__wrapper {
    min-width: 18em;
  }
}
.language-widget__checkbox:checked ~ .language-widget__wrapper .language-widget__anchor {
  opacity: 1;
  transform: scale(1);
}
.language-widget__checkbox:checked ~ .language-widget__wrapper .language-widget__button--close {
  transform: scale(1);
}

.ja-page .language-widget__item--jp .language-widget__anchor {
  padding: 0 1.5em;
  background-color: #008cd7;
  color: #fff;
}

.en-page .language-widget__item--en .language-widget__anchor {
  padding: 0 1.5em;
  background-color: #008cd7;
  color: #fff;
}

/* search-widget */
/* -------------------------------------------------------------------------- */
.search-widget {
  position: relative;
  min-width: 2em;
  min-height: 2em;
}
.search-widget__trigger {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 10em;
  height: 2em;
  cursor: pointer;
  opacity: 1;
  white-space: nowrap;
  transition: opacity 0.2s ease-out, max-width 0s ease-out 0s;
}
.search-widget__form {
  margin-bottom: 0;
}
.search-widget__wrapper {
  display: flex;
  align-items: center;
  gap: 0.5em;
  position: absolute;
  inset: -0.5em -0.5em auto auto;
  width: 0;
  height: 3em;
  overflow: hidden;
  padding: 0.5em 0;
  border-radius: 0.25em;
  background-color: #f0f0f0;
  transition-property: width, padding;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.search-widget__button {
  display: block;
  height: 2em;
  padding: 0;
  border-radius: 0.25em;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
  opacity: 0;
  transform: scale(0);
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.search-widget__button--submit {
  margin-bottom: 0;
  outline: 0;
  border: 0;
  padding: 0 1em;
  background-color: #008cd7;
  font-size: 1em;
  color: #fff;
  cursor: pointer;
}
.search-widget__button--close {
  background-color: #000;
  width: 2em;
}
.search-widget__button--close::before, .search-widget__button--close::after {
  content: "";
  display: block;
  position: absolute;
  inset: calc(50% - 0.5px) auto auto 0.5em;
  width: 1em;
  height: 1px;
  background-color: #fff;
}
.search-widget__button--close::before {
  transform: rotate(45deg);
}
.search-widget__button--close::after {
  transform: rotate(-45deg);
}
.search-widget .form-control[type=text] {
  width: calc(100% - 5.5em);
  height: 2em;
  margin-bottom: 0;
  border-radius: 0.25em;
  border-width: 1px;
  padding: 0.25em 0.25em;
  white-space: nowrap;
  font-size: 1em;
}
.search-widget .form-control[type=text]:placeholder-shown {
  border-color: #fff;
  background-color: #fff;
}
.search-widget__submit {
  width: 4em;
  height: 2em;
  margin-bottom: 0;
  background-color: #008cd7;
  outline: 0;
  border: 0;
  padding: 0;
  border-radius: 0.25em;
  text-align: center;
  font-size: 1em;
  line-height: 2;
  cursor: pointer;
}
.search-widget__checkbox {
  display: none;
}
.search-widget__checkbox:checked ~ .search-widget__trigger {
  max-width: 2em;
  opacity: 0;
  transition: opacity 0.2s ease-out, max-width 0s ease-out 0.2s;
}
.search-widget__checkbox:checked ~ .search-widget__button--close {
  transform: scale(1);
  opacity: 1;
}
.search-widget__checkbox:checked ~ .search-widget__wrapper {
  width: 30em;
  padding: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search-widget__checkbox:checked ~ .search-widget__wrapper {
    width: 20.5em;
  }
}
.search-widget__checkbox:checked ~ .search-widget__wrapper .search-widget__button {
  transform: scale(1);
  opacity: 1;
}

/* ========================================================================== */
/* Common */
/* ========================================================================== */
/* page-header */
/* -------------------------------------------------------------------------- */
.page-header {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}
.page-header__wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 0 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-header__wrapper {
    padding: 0 5%;
  }
}
.page-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
  padding-right: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-header__content {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }
}
.page-header__title h1 {
  margin-bottom: 0;
}
.page-header__read:last-of-type {
  margin-bottom: 0;
}

/* page-footer */
/* -------------------------------------------------------------------------- */
.page-footer {
  display: flex;
  justify-content: center;
  margin-top: 5em;
}
.page-footer__wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 0 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-footer__wrapper {
    padding: 0 5%;
  }
}

/* page-aside */
/* -------------------------------------------------------------------------- */
.page-aside {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 5em 0;
  background-color: #f5f5f5;
}
.page-aside__wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 0 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-aside__wrapper {
    padding: 0 5%;
  }
}

/* ========================================================================== */
/* Accordion */
/* ========================================================================== */
.accordion {
  display: flex;
  flex-direction: column;
  border-radius: 0.5em;
  background-color: #fff;
}
.accordion__trigger {
  position: relative;
  margin-bottom: 0;
  padding: 1em 2.5em 1em 1em;
  cursor: pointer;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
}
.accordion__trigger::after {
  content: "\e901";
  display: inline-block;
  position: absolute;
  inset: 0.75em 0.75em auto auto;
  width: 3em;
  height: 3em;
  border: 1px solid #d6d6d6;
  border-radius: 0.3333em;
  text-align: center;
  font-family: "icon" !important;
  line-height: 3;
  font-size: 0.75em;
  color: #008cd7;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.accordion__trigger.is-open::after {
  transform: rotate(90deg);
}
.accordion__target {
  padding: 1em;
}

.accordion__target {
  display: none;
}

.isnt-touch .accordion__trigger:focus, .isnt-touch .accordion__trigger:hover {
  color: #008cd7;
}

/* ========================================================================== */
/* Box */
/* ========================================================================== */
.box {
  position: relative;
  margin-bottom: 1.5em;
  padding: 1.5em;
  border-radius: 0.5em;
  background: #eef4fc;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .box {
    padding: 1em;
  }
}
.box--gray {
  background: #f5f5f5;
}
.box--border {
  border: 1px solid #d6d6d6;
  background-color: transparent;
}

/* ========================================================================== */
/* Breadcrumb */
/* ========================================================================== */
.breadcrumb {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.5em;
  font-size: 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .breadcrumb {
    margin-bottom: 3em;
  }
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  gap: 1em 0;
}
.breadcrumb__item {
  margin-bottom: 0;
  color: #7b8999;
}
.breadcrumb__item:not(:last-child)::after {
  content: "／";
  display: inline-block;
  margin: 0 0.5em;
}
.breadcrumb__anchor {
  color: #7b8999;
}

/* ========================================================================== */
/* Category Tab */
/* ========================================================================== */
.category-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .category-tab {
    font-size: 0.875em;
  }
}
.category-tab__item {
  display: inline-block;
  cursor: pointer;
  padding: 0.5em 0;
  font-weight: 500;
  color: #a3a3a3;
}
.category-tab__item--active {
  padding: 0.5em 1.5em;
  border-radius: 10em;
  background-color: #008cd7;
  color: #fff;
}

.isnt-touch .category-tab__item:focus, .isnt-touch .category-tab__item:hover {
  color: #008cd7;
}
.isnt-touch .category-tab__item--active:focus, .isnt-touch .category-tab__item--active:hover {
  color: #fff;
}

/* ========================================================================== */
/* Column Container */
/* ========================================================================== */
/* column: default */
/* -------------------------------------------------------------------------- */
.column {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.column .column__item {
  margin-bottom: 0;
}

/* column: gap */
/* -------------------------------------------------------------------------- */
.column--g-d5 {
  gap: 0.5em;
}
.column--g-1 {
  gap: 1em;
}
.column--g-1d5 {
  gap: 1.5em;
}
.column--g-2 {
  gap: 2em;
}
.column--g-2d5 {
  gap: 2.5em;
}
.column--g-3 {
  gap: 3em;
}
.column--g-3d5 {
  gap: 3.5em;
}
.column--g-4 {
  gap: 4em;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-g-d5 {
    gap: 0.5em;
  }
  .column--sp-g-1 {
    gap: 1em;
  }
  .column--sp-g-1d5 {
    gap: 1.5em;
  }
  .column--sp-g-2 {
    gap: 2em;
  }
  .column--sp-g-2d5 {
    gap: 2.5em;
  }
  .column--sp-g-3 {
    gap: 3em;
  }
  .column--sp-g-3d5 {
    gap: 3.5em;
  }
  .column--sp-g-4 {
    gap: 4em;
  }
}
/* column: number and width */
/* -------------------------------------------------------------------------- */
.column--col-2 .column__item {
  width: 50%;
}
.column--col-3 .column__item {
  width: 33.3333%;
}
.column--col-4 .column__item {
  width: 25%;
}

.column--g-d5.column--col-2 .column__item {
  width: calc(50% - 0.25em);
}
.column--g-d5.column--col-3 .column__item {
  width: calc(33.3333% - 0.3333em);
}
.column--g-d5.column--col-4 .column__item {
  width: calc(25% - 0.375em);
}

.column--g-1.column--col-2 .column__item {
  width: calc(50% - 0.5em);
}
.column--g-1.column--col-3 .column__item {
  width: calc(33.3333% - 0.6666em);
}
.column--g-1.column--col-4 .column__item {
  width: calc(25% - 0.75em);
}

.column--g-1d5.column--col-2 .column__item {
  width: calc(50% - 0.75em);
}
.column--g-1d5.column--col-3 .column__item {
  width: calc(33.3333% - 1em);
}
.column--g-1d5.column--col-4 .column__item {
  width: calc(25% - 1.125em);
}

.column--g-2.column--col-2 .column__item {
  width: calc(50% - 1em);
}
.column--g-2.column--col-3 .column__item {
  width: calc(33.3333% - 1.3333em);
}
.column--g-2.column--col-4 .column__item {
  width: calc(25% - 1.5em);
}

.column--g-2d5.column--col-2 .column__item {
  width: calc(50% - 1.25em);
}
.column--g-2d5.column--col-3 .column__item {
  width: calc(33.333% - 1.6666em);
}
.column--g-2d5.column--col-4 .column__item {
  width: calc(25% - 1.875em);
}

.column--g-3.column--col-2 .column__item {
  width: calc(50% - 1.5em);
}
.column--g-3.column--col-3 .column__item {
  width: calc(33.333% - 2em);
}
.column--g-3.column--col-4 .column__item {
  width: calc(25% - 2.25em);
}

.column--g-3d5.column--col-2 .column__item {
  width: calc(50% - 1.75em);
}
.column--g-3d5.column--col-3 .column__item {
  width: calc(33.333% - 2.333em);
}
.column--g-3d5.column--col-4 .column__item {
  width: calc(25% - 2.625em);
}

.column--g-4.column--col-2 .column__item {
  width: calc(50% - 2em);
}
.column--g-4.column--col-3 .column__item {
  width: calc(33.333% - 2.666em);
}
.column--g-4.column--col-4 .column__item {
  width: calc(25% - 3em);
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .column {
    flex-direction: column;
  }
  .column .column__item {
    width: 100% !important;
  }
}
/* column: flex-direction */
/* -------------------------------------------------------------------------- */
.column--fd-row {
  flex-direction: row;
}
.column--fd-row-reverse {
  flex-direction: row-reverse;
}
.column--fd-column {
  flex-direction: column;
}
.column--fd-column-reverse {
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-fd-row {
    flex-direction: row;
  }
  .column--sp-fd-row-reverse {
    flex-direction: row-reverse;
  }
  .column--sp-fd-column {
    flex-direction: column;
  }
  .column--sp-fd-column-reverse {
    flex-direction: column-reverse;
  }
}

/* column: justify-content */
/* -------------------------------------------------------------------------- */
.column--jc-flex-start {
  justify-content: flex-start;
}
.column--jc-center {
  justify-content: center;
}
.column--jc-flex-end {
  justify-content: flex-end;
}
.column--jc-space-around {
  justify-content: space-around;
}
.column--jc-space-between {
  justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-jc-flex-start {
    justify-content: flex-start;
  }
  .column--sp-jc-center {
    justify-content: center;
  }
  .column--sp-jc-flex-end {
    justify-content: flex-end;
  }
  .column--sp-jc-space-around {
    justify-content: space-around;
  }
  .column--sp-jc-space-between {
    justify-content: space-between;
  }
}

/* column: align-items */
/* -------------------------------------------------------------------------- */
.column--ai-baseline {
  align-items: baseline;
}
.column--ai-flex-start {
  align-items: flex-start;
}
.column--ai-center {
  align-items: center;
}
.column--ai-flex-end {
  align-items: flex-end;
}
.column--ai-stretch {
  align-items: stretch;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .column--sp-ai-baseline {
    align-items: baseline;
  }
  .column--sp-ai-flex-start {
    align-items: flex-start;
  }
  .column--sp-ai-center {
    align-items: center;
  }
  .column--sp-ai-flex-end {
    align-items: flex-end;
  }
  .column--sp-ai-stretch {
    align-items: stretch;
  }
}

/* column: item flex */
/* -------------------------------------------------------------------------- */
.column__item--fx-1 {
  flex: 1;
}
.column__item--fx-2 {
  flex: 2;
}
.column__item--fx-3 {
  flex: 3;
}
.column__item--fx-4 {
  flex: 4;
}
.column__item--fx-5 {
  flex: 5;
}
.column__item--fx-6 {
  flex: 6;
}
.column__item--fx-7 {
  flex: 7;
}
.column__item--fx-8 {
  flex: 8;
}
.column__item--fx-9 {
  flex: 9;
}

/* ========================================================================== */
/* Content List */
/* ========================================================================== */
.content-list {
  display: grid;
  margin-bottom: 0;
}
.content-list--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-list--col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content-list--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-list--col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content-list--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-list--col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.content-list--g-d5 {
  gap: 0.5em;
}
.content-list--g-1 {
  gap: 1em;
}
.content-list--g-1d5 {
  gap: 1.5em;
}
.content-list--g-2 {
  gap: 2em;
}
.content-list--g-2d5 {
  gap: 2.5em;
}
.content-list--g-3 {
  gap: 3em;
}
.content-list--g-3d5 {
  gap: 3.5em;
}
.content-list--g-4 {
  gap: 4em;
}
.content-list--g-3d5 {
  gap: 3.5em;
}
.content-list--g-5 {
  gap: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-list--sp-g-d5 {
    gap: 0.5em;
  }
  .content-list--sp-g-1 {
    gap: 1em;
  }
  .content-list--sp-g-1d5 {
    gap: 1.5em;
  }
  .content-list--sp-g-2 {
    gap: 2em;
  }
  .content-list--sp-g-2d5 {
    gap: 2.5em;
  }
  .content-list--sp-g-3 {
    gap: 3em;
  }
  .content-list--sp-g-3d5 {
    gap: 3.5em;
  }
  .content-list--sp-g-4 {
    gap: 4em;
  }
  .content-list--sp-g-4d5 {
    gap: 4.5em;
  }
  .content-list--sp-g-5 {
    gap: 5em;
  }
}
.content-list__item {
  margin-bottom: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #d6d6d6;
}
.content-list__item--box {
  padding: 1em;
  border-radius: 0.25em;
  border: 1px solid #d6d6d6;
}
.content-list__item--box .content-list__anchor.icon--after::after {
  right: 0 !important;
}
.content-list__anchor {
  display: inline-block;
  text-decoration: none;
}
.content-list__image {
  display: inline-block;
  border-radius: 0.5em;
}
.content-list__title {
  display: inline-block;
  margin-top: 0.75em;
}
.content-list__read {
  display: inline-block;
  color: #7b8999;
  font-size: 0.875em;
}
.content-list--mini .content-list__anchor {
  display: flex;
  align-items: center;
  gap: 1em;
  position: relative;
  padding-right: 2.5em;
}
.content-list--mini .content-list__anchor.icon--after::after {
  display: inline-block;
  position: absolute;
  inset: calc(50% - 0.5em) 1em auto auto;
  margin-left: 0;
}
.content-list--mini .content-list__title {
  margin-top: 0;
}
.content-list--mini .content-list__image {
  display: block;
  width: 5em;
  border-radius: 0.333em;
  aspect-ratio: 1;
  object-fit: cover;
}
.content-list--large > .content-list__item {
  padding-bottom: 0;
  border-bottom: 0;
}
.content-list--large .content-list__image {
  margin-bottom: 1em;
}
.content-list--large .content-list__title {
  display: inline;
}

/* ========================================================================== */
/* Cookie Banner */
/* ========================================================================== */
.cookie-banner {
  position: fixed;
  inset: auto auto 0 0;
  z-index: 9999;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cookie-banner {
    padding: 1em;
  }
}
.cookie-banner__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5em;
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cookie-banner__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
  }
}
.cookie-banner__read {
  font-size: 0.875em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cookie-banner__read {
    font-size: 0.75em;
  }
}
.cookie-banner__read a {
  text-decoration: none;
  color: #008cd7;
}
.cookie-banner__button {
  font-size: 0.875em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cookie-banner__button {
    font-size: 0.75em;
  }
}

.isnt-touch .cookie-banner__read a:focus, .isnt-touch .cookie-banner__read a:hover {
  text-decoration: underline;
}

.is-cookie-banner .site-footer__wrapper--ter {
  padding-bottom: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .is-cookie-banner .site-footer__wrapper--ter {
    padding-bottom: 15em;
  }
}

/* ========================================================================== */
/* Embed */
/* ========================================================================== */
/* google-maps */
/* -------------------------------------------------------------------------- */
iframe.google-maps {
  border: 0;
  outline: 0;
  aspect-ratio: 3/2;
  width: 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  iframe.google-maps {
    aspect-ratio: 1/1;
  }
}

/* youtube */
/* -------------------------------------------------------------------------- */
iframe.youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1.5em;
  border: 0;
}

.youtube-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1.5em;
  background-color: #525252;
}
.youtube-placeholder::before, .youtube-placeholder::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #fff;
  line-height: 2;
  opacity: 0.5;
}
.youtube-placeholder::before {
  content: "YouTube Video";
  inset: calc(50% - 1em) auto auto 0;
  font-size: 1.5em;
}
.youtube-placeholder::after {
  content: "この動画をご覧いただくにはクッキーの使用に同意してください";
  inset: calc(50% + 1em) auto auto 0;
}
.youtube-placeholder iframe {
  position: relative;
  margin-bottom: 0 !important;
}
.youtube-placeholder:has(iframe)::before, .youtube-placeholder:has(iframe)::after {
  content: none !important;
}

.en-page .youtube-placeholder::after {
  content: "Please agree cookies to view this video";
}

/* ========================================================================== */
/* Flex */
/* ========================================================================== */
/* flex: default */
/* -------------------------------------------------------------------------- */
.flex {
  display: flex;
}
.flex--fd-row {
  flex-direction: row;
}
.flex--fd-row-reverse {
  flex-direction: row-reverse;
}
.flex--fd-column {
  flex-direction: column;
}
.flex--fd-column-reverse {
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-fd-row {
    flex-direction: row;
  }
  .flex--sp-fd-row-reverse {
    flex-direction: row-reverse;
  }
  .flex--sp-fd-column {
    flex-direction: column;
  }
  .flex--sp-fd-column-reverse {
    flex-direction: column-reverse;
  }
}
.flex--jc-flex-start {
  justify-content: flex-start;
}
.flex--jc-flex-end {
  justify-content: flex-end;
}
.flex--jc-center {
  justify-content: center;
}
.flex--jc-space-around {
  justify-content: space-around;
}
.flex--jc-space-between {
  justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-jc-flex-start {
    justify-content: flex-start;
  }
  .flex--sp-jc-flex-end {
    justify-content: flex-end;
  }
  .flex--sp-jc-center {
    justify-content: center;
  }
  .flex--sp-jc-space-around {
    justify-content: space-around;
  }
  .flex--sp-jc-space-between {
    justify-content: space-between;
  }
}
.flex--ai-flex-start {
  align-items: flex-start;
}
.flex--ai-flex-end {
  align-items: flex-end;
}
.flex--ai-center {
  align-items: center;
}
.flex--ai-stretch {
  align-items: stretch;
}
.flex--ai-baseline {
  align-items: baseline;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-ai-flex-start {
    align-items: flex-start;
  }
  .flex--sp-ai-flex-end {
    align-items: flex-end;
  }
  .flex--sp-ai-center {
    align-items: center;
  }
  .flex--sp-ai-stretch {
    align-items: stretch;
  }
  .flex--sp-ai-baseline {
    align-items: baseline;
  }
}
.flex--fw-wrap {
  flex-wrap: wrap;
}
.flex--fw-nowrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-fw-wrap {
    flex-wrap: wrap;
  }
  .flex--sp-fw-nowrap {
    flex-wrap: nowrap;
  }
}
.flex--g-0 {
  gap: 0;
}
.flex--g-d5 {
  gap: 0.5em;
}
.flex--g-1 {
  gap: 1em;
}
.flex--g-1d5 {
  gap: 1.5em;
}
.flex--g-2 {
  gap: 2em;
}
.flex--g-2d5 {
  gap: 2.5em;
}
.flex--g-3 {
  gap: 3em;
}
.flex--g-3d5 {
  gap: 3.5em;
}
.flex--g-4 {
  gap: 4em;
}
.flex--g-4d5 {
  gap: 4.5em;
}
.flex--g-5 {
  gap: 5em;
}
.flex--g-5d5 {
  gap: 5.5em;
}
.flex--g-6 {
  gap: 6em;
}
.flex--g-7d5 {
  gap: 7.5em;
}
.flex--g-8 {
  gap: 8em;
}
.flex--g-8d5 {
  gap: 8.5em;
}
.flex--g-9 {
  gap: 9em;
}
.flex--g-9d5 {
  gap: 9.5em;
}
.flex--g-10 {
  gap: 10em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .flex--sp-g-0 {
    gap: 0;
  }
  .flex--sp-g-d5 {
    gap: 0.5em;
  }
  .flex--sp-g-1 {
    gap: 1em;
  }
  .flex--sp-g-1d5 {
    gap: 1.5em;
  }
  .flex--sp-g-2 {
    gap: 2em;
  }
  .flex--sp-g-2d5 {
    gap: 2.5em;
  }
  .flex--sp-g-3 {
    gap: 3em;
  }
  .flex--sp-g-3d5 {
    gap: 3.5em;
  }
  .flex--sp-g-4 {
    gap: 4em;
  }
  .flex--sp-g-4d5 {
    gap: 4.5em;
  }
  .flex--sp-g-5 {
    gap: 5em;
  }
  .flex--sp-g-5d5 {
    gap: 5.5em;
  }
  .flex--sp-g-6 {
    gap: 6em;
  }
  .flex--sp-g-7d5 {
    gap: 7.5em;
  }
  .flex--sp-g-8 {
    gap: 8em;
  }
  .flex--sp-g-8d5 {
    gap: 8.5em;
  }
  .flex--sp-g-9 {
    gap: 9em;
  }
  .flex--sp-g-9d5 {
    gap: 9.5em;
  }
  .flex--sp-g-10 {
    gap: 10;
  }
}

/* ========================================================================== */
/* Form process */
/* ========================================================================== */
.form-process {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8em;
  margin: 3em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form-process {
    gap: 6em;
    font-size: 0.75em;
  }
}
.form-process__number {
  width: 3em;
  height: 3em;
  border-radius: 0.25em;
  background-color: #ebebeb;
  font-family: "Roboto", sans-serif;
  font-size: 1.25em;
  line-height: 3;
  color: #a3a3a3;
}
.form-process__label {
  font-weight: 500;
}
.form-process__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}
.form-process__item::after {
  content: "";
  display: block;
  position: absolute;
  inset: 1.875em auto auto calc(100% + 1em);
  width: 6em;
  height: 0;
  border-top: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form-process__item::after {
    width: 4em;
  }
}
.form-process__item:last-of-type::after {
  content: none;
}
.form-process__item--active .form-process__number {
  background-color: #008cd7;
  color: #fff;
}

/* ========================================================================== */
/* Form */
/* ========================================================================== */
.form {
  margin-bottom: 0;
}
.form__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5em;
  padding: 1.5em 0;
  border-top: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__row {
    flex-direction: column;
  }
  .form__row--ungroup .form__col + .form__col {
    padding-top: 1.5em;
    border-top: 1px solid #d6d6d6;
  }
}
.form__col {
  position: relative;
  width: calc(50% - 0.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__col {
    width: 100%;
  }
  .form__col:last-of-type {
    margin-bottom: 0;
  }
}
.form__title {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.6;
}
.form__error {
  font-weight: 500;
  margin-top: 0.5em;
  color: #db4437;
}
.form__value {
  padding-left: 1em;
  line-height: 2;
}
.form__group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5em 1em;
}
.form__group__title {
  width: 100%;
}
.form__group--ai-center {
  align-items: center;
}
.form__label + .form__label {
  margin-left: 1em;
}
.form__required, .form__any {
  display: inline-block;
  margin-left: 0.75em;
  padding: 0.1em 0.75em;
  border-radius: 0.25em;
  font-size: 0.75em;
}
.form__required {
  background-color: #db4437;
  color: #fff;
}
.form__any {
  background-color: #a3a3a3;
  color: #fff;
}
.form .form-control[type=text], .form .form-control[type=email], .form .form-control[type=password], .form .form-control[type=search], .form .form-control[type=tel], .form .form-control[type=url], .form .form-control[type=number], .form .form-control[type=month], .form .form-control[type=week] {
  width: 100%;
}
.form__notice {
  margin-top: 0.25em;
  font-size: 0.875em;
}
.form__row--center {
  justify-content: center;
  align-items: center;
}
.form__col--narrow {
  width: calc(25% - 0.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__col--narrow {
    width: 100%;
  }
}
.form__col--middle {
  width: calc(33.333% - 0.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__col--middle {
    width: 100%;
  }
}
.form__col--wide {
  width: calc(75% - 0.75em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .form__col--wide {
    width: 100%;
  }
}
.form__col--full {
  width: 100%;
}
.form__group--column {
  flex-direction: column;
}
.form__group--column .form__item {
  margin-right: 0;
  margin-bottom: 0.5em;
}
.form__group--column .form__item:last-of-type {
  margin-bottom: 0;
}
.form__error--base {
  width: 100%;
  padding: 1em;
  border-radius: 0.5em;
  background-color: #eef4fc;
  text-align: center;
  color: #fff;
}
.form__error--banner {
  position: fixed;
  inset: auto auto 0 0;
  z-index: 11;
  border-radius: 0;
}
.form__error--banner .form__error__close {
  display: block;
  position: absolute;
  inset: calc(50% - 1em) 0.25em auto auto;
  width: 2em;
  height: 2em;
  font-size: 1.5em;
  line-height: 2;
}
.form__error--banner .form__error__close::before {
  content: "×";
  display: block;
}
.form__captcha-img {
  max-width: 14em;
  border-radius: 0.25em;
}
.form button,
.form .button {
  font-size: 1em;
}

ul.form__value {
  margin-bottom: 0;
}
ul.form__value li:last-of-type {
  margin-bottom: 0;
}

/* ========================================================================== */
/* Grid */
/* ========================================================================== */
/* grid: default */
/* -------------------------------------------------------------------------- */
.grid {
  display: grid;
  margin-bottom: 0;
}
.grid .grid__item {
  margin-bottom: 0;
}

/* grid: number and width */
/* -------------------------------------------------------------------------- */
.grid--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .grid--col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .grid--col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .grid--col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* grid: gap */
/* -------------------------------------------------------------------------- */
.grid--g-d5 {
  gap: 0.5em;
}
.grid--g-1 {
  gap: 1em;
}
.grid--g-1d5 {
  gap: 1.5em;
}
.grid--g-2 {
  gap: 2em;
}
.grid--g-2d5 {
  gap: 2.5em;
}
.grid--g-3 {
  gap: 3em;
}
.grid--g-3d5 {
  gap: 3.5em;
}
.grid--g-4 {
  gap: 4em;
}
.grid--g-3d5 {
  gap: 3.5em;
}
.grid--g-5 {
  gap: 5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .grid--sp-g-d5 {
    gap: 0.5em;
  }
  .grid--sp-g-1 {
    gap: 1em;
  }
  .grid--sp-g-1d5 {
    gap: 1.5em;
  }
  .grid--sp-g-2 {
    gap: 2em;
  }
  .grid--sp-g-2d5 {
    gap: 2.5em;
  }
  .grid--sp-g-3 {
    gap: 3em;
  }
  .grid--sp-g-3d5 {
    gap: 3.5em;
  }
  .grid--sp-g-4 {
    gap: 4em;
  }
  .grid--sp-g-4d5 {
    gap: 4.5em;
  }
  .grid--sp-g-5 {
    gap: 5em;
  }
}

/* ========================================================================== */
/* History Container */
/* ========================================================================== */
.history-container {
  position: relative;
}
.history-container__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1em 3em;
  margin-bottom: 3em;
  padding-left: 0 !important;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-container__title {
    font-size: 1.5em;
  }
}
.history-container__title::before {
  content: none !important;
}
.history-container__title__pri, .history-container__title__sec {
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #008cd7;
}
.history-container__title__pri::after {
  content: "";
  display: block;
  position: absolute;
  inset: 50% auto auto calc(100% + 0.5em);
  width: 2em;
  height: 0;
  border-top: 1px solid #bdc4cc;
}
.history-container__title__ter {
  width: 100%;
  text-align: center;
}
.history-container__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history-container__item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-container__item {
    justify-content: space-between;
  }
}
.history-container__header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 25%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-container__header {
    width: 4em;
  }
}
.history-container__header::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 50%;
  width: 0;
  height: 100%;
  border-left: 1px solid #bdc4cc;
}
.history-container__year {
  position: relative;
  margin-bottom: 0;
  padding-left: 0 !important;
  background-color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
  color: #008cd7;
}
.history-container__year::before {
  content: none !important;
}
.history-container__content {
  width: 50%;
  padding-bottom: 3em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .history-container__content {
    width: 75%;
  }
}
.history-container__content .img-vertical {
  text-align: center;
}
.history-container__content .img-vertical img {
  width: 66.666%;
}

/* ========================================================================== */
/* Page Navi */
/* ========================================================================== */
.page-navi {
  position: sticky;
  top: 7.5em;
  max-height: calc(100vh - 7.5em);
  overflow: auto;
  padding: 1.5em 0 1.5em 1.5em;
  border-left: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-navi {
    max-height: inherit;
  }
}
.page-navi::-webkit-scrollbar {
  width: 0.5em;
  border-radius: 0.25em;
  background-color: #f5f5f5;
}
.page-navi::-webkit-scrollbar-thumb {
  width: 0.5em;
  border-radius: 0.25em;
  background-color: #999999;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-navi {
    padding: 4em 0 0;
    border-top: 1px solid #d6d6d6;
    border-left: 0;
  }
}
.page-navi__wrapper {
  display: flex;
  flex-direction: column;
  gap: 4em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-navi__wrapper {
    gap: 2em;
  }
}
.page-navi__title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  color: #008cd7;
}
.page-navi__menu {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-navi__menu {
    padding-left: 1.5em;
  }
}
.page-navi__item {
  margin-bottom: 0;
  font-size: 0.875em;
}
.page-navi__anchor {
  text-decoration: none;
  color: #7b8999;
}
.page-navi__child {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 1em 0 0;
  padding-left: 1em;
}
.page-navi__child__item {
  margin-bottom: 0;
  font-size: 0.875em;
}
.page-navi__child__item .page-navi__anchor {
  color: #7b8999;
}
.page-navi__group {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.page-navi__group__title {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
  font-size: 0.875em;
  color: #bdc4cc;
}
.page-navi__select-menu {
  width: 100%;
}
.page-navi .current > .page-navi__anchor {
  color: #008cd7;
}

.en-page.products-page .page-navi__item--new-business > .page-navi__anchor {
  letter-spacing: -0.01em;
}

/* ========================================================================== */
/* Pamphlet Container */
/* ========================================================================== */
.pamphlet-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.pamphlet-list__item {
  gap: 1em;
  width: calc(25% - 0.75em);
  padding: 1em 1em 3em;
  position: relative;
  border-radius: 0.5em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pamphlet-list__item {
    width: calc(50% - 0.5em);
    padding: 1em 1em 3em;
  }
}
.pamphlet-list__anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.pamphlet-list__anchor.icon--after::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 2em;
  height: 2em;
  margin: 0 !important;
  border-radius: 0.25em 0 0.5em 0;
  background-color: #008cd7;
  text-align: center;
  line-height: 2 !important;
  color: #fff !important;
}
.pamphlet-list__image {
  margin: 1em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pamphlet-list__image {
    padding: 0;
  }
}
.pamphlet-list__image img {
  border-radius: 0;
  aspect-ratio: 1;
  object-fit: contain;
}
.pamphlet-list__title {
  text-align: center;
  font-weight: 500;
}

.isnt-touch .pamphlet-list__anchor img {
  transform: scale(1);
  transition: transform 0.2s ease-out;
}
.isnt-touch .pamphlet-list__anchor:focus img, .isnt-touch .pamphlet-list__anchor:hover img {
  transform: scale(1.1);
}

/* ========================================================================== */
/* Pagenation */
/* ========================================================================== */
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 0;
}
.pagination__item,
.pagination .link_page,
.pagination .current_page,
.pagination .link_before,
.pagination .link_next {
  display: block;
  position: relative;
  width: 3em;
  height: 3em;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  border-radius: 0.25em;
  text-decoration: none;
  text-align: center;
  line-height: 3;
  font-family: "Roboto", sans-serif;
  color: #7b8999;
}
.pagination__item--active,
.pagination .current_page {
  border-color: #008cd7;
  background-color: #008cd7;
  color: #fff !important;
}
.pagination__item--prev::after, .pagination__item--next::after {
  content: "\e901";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  inset: calc(50% - 0.5em) auto auto calc(50% - 0.5em);
  font-family: "icon";
  text-indent: 0;
  line-height: 1;
}
.pagination__item--prev::after {
  transform: scaleX(-1);
}
.pagination .link_before,
.pagination .link_next {
  display: block;
  position: relative;
  width: 3em;
  height: 3em;
  overflow: hidden;
  text-indent: 100em;
  text-decoration: none;
  border: 1px solid #d6d6d6;
  border-radius: 0.25em;
  color: #7b8999;
}
.pagination .link_before::after,
.pagination .link_next::after {
  content: "\e901";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  inset: calc(50% - 0.5em) auto auto calc(50% - 0.5em);
  font-family: "icon";
  text-indent: 0;
  line-height: 1;
}
.pagination .link_before::after {
  transform: scaleX(-1);
}

.isnt-touch .link_page:focus, .isnt-touch .link_page:hover,
.isnt-touch .link_before:focus,
.isnt-touch .link_before:hover,
.isnt-touch .link_next:focus,
.isnt-touch .link_next:hover {
  border-color: #008cd7;
  background-color: #008cd7;
  color: #fff;
}
.isnt-touch .link_page:focus::after, .isnt-touch .link_page:hover::after,
.isnt-touch .link_before:focus::after,
.isnt-touch .link_before:hover::after,
.isnt-touch .link_next:focus::after,
.isnt-touch .link_next:hover::after {
  color: #fff;
}

/* ========================================================================== */
/* Wrapper */
/* ========================================================================== */
/* content-wrapper */
/* -------------------------------------------------------------------------- */
.content-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 4em auto 0;
  padding: 0 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper {
    padding: 0 5%;
  }
}
.content-wrapper:has(.content-wrapper__pri) {
  display: flex;
  justify-content: center;
}
.content-wrapper:has(.content-wrapper__sec) {
  justify-content: flex-end;
  gap: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper:has(.content-wrapper__sec) {
    flex-direction: column;
    gap: 4em;
  }
}
.content-wrapper__pri {
  width: 75%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper__pri {
    width: 100%;
  }
}
.content-wrapper__sec {
  position: relative;
  width: 15%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper__sec {
    width: 100%;
  }
}

.en-page .content-wrapper__pri {
  letter-spacing: 0.025em;
}

/* ========================================================================== */
/* Pickup */
/* ========================================================================== */
.pickup__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pickup__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.pickup__header__title {
  margin-bottom: 0.5em;
  font-family: "Roboto", sans-serif;
  font-size: 3em;
  color: #008cd7;
}
.pickup__content {
  width: 75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pickup__content {
    width: 100%;
  }
}
.pickup__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .pickup__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pickup__list__item {
  margin-bottom: 0;
}
.pickup__list__anchor {
  display: flex;
  align-items: center;
  gap: 1em;
  position: relative;
  padding: 0.5em 2.5em 0.5em 0.5em;
  border: 1px solid #d6d6d6;
  border-radius: 0.5em;
  background-color: #fff;
  text-decoration: none;
}
.pickup__list__anchor.icon--before {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.pickup__list__anchor.icon--before::before {
  display: inline;
}
.pickup__list__anchor.icon--after::after {
  display: inline-block;
  position: absolute;
  inset: calc(50% - 0.5em) 1em auto auto;
  margin-left: 0;
}
.pickup__list__image {
  display: block;
  width: 5em;
  overflow: hidden;
  border-radius: 0.333em;
  aspect-ratio: 1;
  object-fit: cover;
}

/* ========================================================================== */
/* Scroll Assist */
/* ========================================================================== */
.scroll-assist {
  position: fixed;
  inset: auto auto 0 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 0;
  z-index: 10;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .scroll-assist {
    display: none;
  }
}
.scroll-assist__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
  position: absolute;
  inset: auto 1.5em 0 auto;
  width: 1em;
  height: 10em;
}
.scroll-assist__title {
  height: 5em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.75em;
  letter-spacing: 0.25em;
  color: #fff;
  transform: translateX(-0.15em);
}
.scroll-assist__bar {
  position: relative;
  width: 1px;
  height: 6em;
  overflow: hidden;
}
.scroll-assist__progress {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: scroll-assist_line 2s ease-in-out infinite;
}

@keyframes scroll-assist_line {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
/* ========================================================================== */
/* Scroll Infinity */
/* ========================================================================== */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  position: relative;
}
.scroll-infinity__wrap {
  display: flex;
  gap: 0;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 50vw;
}

/* ========================================================================== */
/* Search Form */
/* ========================================================================== */
.search-form {
  width: 100%;
  max-width: 40em;
  margin: 0 auto;
}
.search-form__keyword {
  display: flex;
  gap: 0.5em;
}
.search-form__input[type=text] {
  width: calc(100% - 3.5em);
  border-radius: 0.375em;
  font-size: 1em;
}
.search-form__button {
  width: 3em;
  height: 3em;
  appearance: none;
  outline: none;
  border: 0;
  border-radius: 0.375em;
  background-color: #008cd7;
  font-size: 1em;
  cursor: pointer;
}
.search-form__button::after {
  display: block;
  content: "\e90d";
  text-decoration: none;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.search-form__option {
  margin-top: 0.5em;
  font-size: 0.875em;
}
.search-form__option__trigger {
  width: fit-content;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.search-form__option__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 1.5em;
  border-radius: 0.375em;
  background-color: #eef4fc;
}
.search-form__option__item {
  display: flex;
  gap: 0.5em 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search-form__option__item {
    flex-direction: column;
  }
}
.search-form__option__caption {
  min-width: 8em;
}
.search-form__option__content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.search-form__option__content .form-control__radio::before {
  background-color: #fff;
}

/* ========================================================================== */
/* Search Result */
/* ========================================================================== */
.results-title {
  font-size: 1.5em;
}

.results-count {
  font-size: 0.875em;
  color: #7b8999;
}

.search-results-header,
.search-results-footer {
  margin: 3em 0;
}
.search-results-header__wrapper,
.search-results-footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5em;
}
.search-results-header .results-title,
.search-results-footer .results-title {
  margin-bottom: 0;
}
.search-results-header .sort-widget,
.search-results-footer .sort-widget {
  margin-left: auto;
}
.search-results-header .pagination,
.search-results-footer .pagination {
  justify-content: center;
  margin-top: 1.5em;
}

.search-results {
  display: flex;
  flex-direction: column;
}
.search-results__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
  padding: 3em 0;
  border-top: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search-results__item {
    flex-direction: column;
  }
}
.search-results__item:last-of-type {
  border-bottom: 1px solid #d6d6d6;
}
.search-results__item a {
  text-decoration: none;
}
.search-results__image {
  flex: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search-results__image {
    width: 66.666%;
    margin: 0 auto;
  }
}
.search-results__image img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 0.5em;
}
.search-results__content {
  flex: 4;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .search-results__content {
    font-size: 0.875em;
  }
}
.search-results__title {
  margin-bottom: 0.25em;
  font-size: 1.375em;
  line-height: 1.6;
}
.search-results__url {
  font-size: 0.875em;
}
.search-results__url a {
  color: #7b8999;
}
.search-results__text {
  margin-top: 1em;
  line-height: 2;
}
.search-results__text:last-of-type {
  margin-bottom: 0;
}
.search-results__keyword {
  display: inline-block;
  background-color: #ffff9c;
}

/* ========================================================================== */
/* Sort Widget */
/* ========================================================================== */
.sort-widget {
  display: flex;
  width: fit-content;
  padding: 0.25em;
  border: 1px solid #d6d6d6;
  border-radius: 0.375em;
  font-size: 0.875em;
}
.sort-widget__item {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #7b8999;
}
.sort-widget__item--active {
  border-radius: 0.25em;
  background-color: #008cd7;
  color: #fff !important;
}

/* ========================================================================== */
/* Swiper */
/* ========================================================================== */
:root {
  --swiper-theme-color: #000;
  --swiper-navigation-sides-offset: 1em;
  --swiper-navigation-size: 2em;
  --swiper-pagination-color: #008cd7;
  --swiper-pagination-bottom: 1em;
  --swiper-pagination-bullet-size: .5em;
  --swiper-pagination-bullet-width: 2.5em;
  --swiper-pagination-bullet-height: .5em;
  --swiper-pagination-bullet-horizontal-gap: .5em;
  --swiper-pagination-bullet-vertical-gap: .5em;
  --swiper-pagination-progressbar-size: .25em;
  --swiper-scrollbar-size: .5em;
  --swiper-scrollbar-drag-bg-color: #008cd7;
}

.swiper-button-prev,
.swiper-button-next {
  top: calc(50% - 3em);
  bottom: auto;
  width: 3em;
  height: 3em;
  border-radius: 0.25em;
  background-color: #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1em;
  color: #008cd7;
}

.swiper-button-prev {
  left: -0.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .swiper-button-prev {
    left: 1em;
  }
}

.swiper-button-next {
  right: -0.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .swiper-button-next {
    right: 1em;
  }
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 0;
}

/* swiper-pagination */
/* -------------------------------------------------------------------------- */
.swiper-pagination {
  display: flex;
  justify-content: center;
  border-radius: 1em;
  width: fit-content;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.swiper-pagination-bullet {
  border-radius: var(--swiper-pagination-bullet-border-radius, 0);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.1);
}
.swiper-pagination-bullet:first-of-type {
  border-radius: 1em 0 0 1em;
}
.swiper-pagination-bullet:last-of-type {
  border-radius: 0 1em 1em 0;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
/* circle-pagination */
/* -------------------------------------------------------------------------- */
.circle-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 3em;
  height: 3em;
  margin: 0 !important;
  background-color: transparent;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
  opacity: 1;
  cursor: pointer;
}
.circle-pagination__number {
  position: relative;
  color: #000;
}
.circle-pagination__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.circle-pagination__base-circle {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}
.circle-pagination__progress-circle {
  fill: none;
  stroke: #008cd7;
  stroke-width: 2;
  animation: circle 5s linear forwards;
}

.isnt-touch .circle-pagination__number {
  transition: color 0.2s;
}
.isnt-touch .circle-pagination:focus .circle-pagination__number, .isnt-touch .circle-pagination:hover .circle-pagination__number {
  color: #008cd7;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 69;
  }
  99.9%, to {
    stroke-dasharray: 69 69;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .circle-pagination__number {
  color: #008cd7;
}

.circle-pagination:not(.swiper-pagination-bullet-active) .circle-pagination__progress-circle {
  /* 非アクティブ時なサークルのsvgは非表示に */
  display: none;
}

/* ========================================================================== */
/* Tab */
/* ========================================================================== */
/* tab-menu */
/* -------------------------------------------------------------------------- */
.tab-menu {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5em;
  border-radius: 0.375em;
  background-color: #eef4fc;
  font-size: 0.875em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tab-menu {
    font-size: 0.75em;
  }
}
.tab-menu--pri {
  margin-bottom: 5em;
}
.tab-menu--sec {
  margin-top: 5em;
}
.tab-menu__item {
  padding: 0.5em 1.5em;
  border-radius: 0.25em;
  background-color: transparent;
  text-decoration: none;
  font-weight: 500;
  color: #7b8999;
  cursor: pointer;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .tab-menu__item {
    padding: 0.5em 1em;
  }
}
.tab-menu__item--active {
  background-color: #008cd7;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* tab-content */
/* -------------------------------------------------------------------------- */
.tab-content {
  display: none;
}
.tab-content--active {
  display: block;
}

/* ========================================================================== */
/* Title */
/* ========================================================================== */
/* multi-title */
/* -------------------------------------------------------------------------- */
.multi-title {
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25em;
  line-height: 1.2;
}
.multi-title__pri {
  font-size: 150%;
}
.multi-title__sec {
  font-size: 75%;
}
.multi-title--center {
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  text-align: center;
}
.multi-title--right {
  align-items: flex-end;
}
.multi-title--horizontal {
  flex-direction: row;
  align-items: center;
  gap: 1.5em;
}
.multi-title h1,
.multi-title h2,
.multi-title h3,
.multi-title h4,
.multi-title h5,
.multi-title h6 {
  margin-bottom: 0;
}

a.multi-title {
  display: inline-flex;
  text-decoration: none;
}

/* group-title */
/* -------------------------------------------------------------------------- */
.group-title {
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
  line-height: 1;
}
.group-title__logo {
  width: auto;
  height: 2em;
  transform: translateX(-2.5em);
}
.group-title__text {
  font-weight: 500;
}

/* company-title */
/* -------------------------------------------------------------------------- */
.company-title {
  display: flex;
  width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
  line-height: 1;
}
.company-title__logo {
  width: auto;
  height: 0.75em;
}
.company-title__text {
  font-weight: 500;
  line-height: 1.4;
}

/* title-icon */
/* -------------------------------------------------------------------------- */
.title-icon {
  position: relative;
  line-height: 1.4;
}
.title-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  text-decoration: none;
  background-image: none;
  background-color: #7b8999;
}
.title-icon--bar {
  padding-left: 0.75em;
}
.title-icon--bar::before {
  top: 0;
  left: 0;
  width: 0.25em;
  height: 1.4em;
}
.title-icon--circle {
  padding-left: 1.25em;
}
.title-icon--circle::before {
  top: 0.367em;
  left: 0;
  width: 0.666em;
  height: 0.666em;
  aspect-ratio: 1;
  border: 0.2em solid #7b8999;
  border-radius: 50%;
  background-color: transparent;
}
.title-icon--circle.multi-title::before {
  top: 0.666em;
}
.title-icon--circle.multi-title:has(.multi-title__sec.ff-libre)::before {
  top: 0.8em;
}
.title-icon--dot {
  padding-left: 1em;
}
.title-icon--dot::before {
  top: 0.65em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-image: none;
  transform: translateY(-0.075em);
}

/* ========================================================================== */
/* Video Container */
/* ========================================================================== */
.video-list {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
.video-list__item {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .video-list__item {
    gap: 0.75em;
  }
}
.video-list__image {
  overflow: hidden;
  border-radius: 0.5em;
  flex: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .video-list__image {
    flex: 1;
  }
}
.video-list__image img {
  border-radius: 0;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.video-list__image__anchor {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.video-list__image__anchor.icon--after::after {
  position: absolute;
  inset: auto 0.5em 0.5em auto;
  width: 3em;
  height: 2em;
  border-radius: 0.25em;
  background-color: #008cd7;
  text-align: center;
  line-height: 2;
  color: #fff !important;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .video-list__image__anchor.icon--after::after {
    font-size: 0.875em;
  }
}
.video-list__content {
  flex: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .video-list__content {
    flex: 1;
  }
}
.video-list__title {
  padding-left: 0 !important;
  font-weight: 500;
  margin-bottom: 1em;
  font-size: 1.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .video-list__title {
    font-size: 1em;
  }
}
.video-list__title::before {
  content: none !important;
}
.video-list__read {
  color: #7b8999;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .video-list__read {
    display: none;
  }
}

.isnt-touch .video-list__image__anchor img {
  transform: scale(1);
  transition: transform 0.2s ease-out;
}
.isnt-touch .video-list__image__anchor:focus img, .isnt-touch .video-list__image__anchor:hover img {
  transform: scale(1.1);
}

/* ========================================================================== */
/* Wrapper */
/* ========================================================================== */
/* content-wrapper */
/* -------------------------------------------------------------------------- */
.content-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 4em auto 0;
  padding: 0 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper {
    padding: 0 5%;
  }
}
.content-wrapper:has(.content-wrapper__pri) {
  display: flex;
  justify-content: center;
}
.content-wrapper:has(.content-wrapper__sec) {
  justify-content: flex-end;
  gap: 5%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper:has(.content-wrapper__sec) {
    flex-direction: column;
    gap: 4em;
  }
}
.content-wrapper__pri {
  width: 75%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper__pri {
    width: 100%;
  }
}
.content-wrapper__sec {
  position: relative;
  width: 15%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .content-wrapper__sec {
    width: 100%;
  }
}

.en-page .content-wrapper__pri {
  letter-spacing: 0.025em;
}

/* ========================================================================== */
/* Home Page */
/* ========================================================================== */
/* main-visual */
/* -------------------------------------------------------------------------- */
.main-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-visual__image {
  width: 100%;
}
.main-visual__image img {
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 2/1;
  border-radius: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__image img {
    aspect-ratio: 1;
    border-radius: 0.5em;
  }
}
.main-visual__catch {
  position: absolute;
  inset: auto auto 1% 0;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.8em;
  letter-spacing: 0.1em;
  color: #fff;
  transform: translateX(0.1em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .main-visual__catch {
    bottom: 4%;
    font-size: 1.4em;
    letter-spacing: 0.05em;
  }
}

.home-story {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.home-story__title {
  position: absolute;
  inset: auto auto 0 0;
  margin-bottom: 0;
  opacity: 0.05;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 11.6666em;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-story__title {
    font-size: 7.2em;
  }
}
.home-story__content {
  width: 75%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-story__content {
    width: 100%;
  }
}
.home-story__catch {
  white-space: nowrap;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-story__catch {
    white-space: normal;
    font-size: 1.75em;
  }
}
.home-story__read {
  font-size: 1.25em;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-story__read {
    white-space: nowrap;
    font-size: 1em;
  }
}

.en-page .home-story__catch {
  font-size: 2.25em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .en-page .home-story__catch {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .en-page .home-story__read {
    white-space: normal;
  }
}

.home-news {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-news {
    flex-direction: column;
  }
}
.home-news__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25em;
  width: fit-content;
  font-size: 2em;
  line-height: 1.2;
}
.home-news__title__pri {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 150%;
  color: #008cd7;
}
.home-news__title__sec {
  margin-bottom: 0;
  font-size: 75%;
}
.home-news__content {
  width: calc(75% + 2em);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-news__content {
    width: 100%;
  }
}

.home-business__header {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-business__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5em;
  }
}
.home-business__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25em;
  width: fit-content;
  line-height: 1.2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-business__title {
    font-size: 0.8em;
  }
}
.home-business__title__pri {
  margin-bottom: 0;
}
.home-business__title__sec {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 500%;
  color: #008cd7;
}
.home-business__read {
  grid-column-start: 1;
  grid-row-start: 2;
}
.home-business__link {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-business__link {
    justify-content: flex-start;
  }
}

.business-field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0 5%;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-field {
    aspect-ratio: auto;
    padding: 0;
  }
}
.business-field__bg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-field__bg {
    display: none;
  }
}
.business-field__bg__image {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  transition: transform 0.5s ease-out;
}
.business-field__element {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.business-field__element__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  position: absolute;
  width: 10em;
  aspect-ratio: 1;
  clip-path: circle(50% at 50% 50%);
  background-color: #008cd7;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.business-field__element__icon {
  width: 5em;
}
.business-field__element__title {
  max-width: 7.5em;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  line-height: 1.25;
  color: #fff;
}
.business-field__element__item--construction {
  inset: 16% auto auto 72%;
  transform: translate(-100%, 100%) scale(0);
}
.business-field__element__item--engineering {
  inset: 48% auto auto 52%;
  transform: translate(100%, 100%) scale(0);
}
.business-field__element__item--after-service {
  inset: 62% auto auto 76%;
  transform: translate(100%, -100%) scale(0);
}
.business-field__content {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-field__content {
    width: 100%;
  }
  .business-field__content .accordion {
    background-color: #f5f5f5;
  }
  .business-field__content .accordion__trigger::after {
    background-color: #fff;
  }
}
.business-field__content .accordion {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-field__content .accordion {
    box-shadow: none;
  }
}
.business-field__title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.125em;
}
.business-field__image {
  display: none;
  border-radius: 0.5em;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .business-field__image {
    display: block;
  }
}
.business-field__images {
  display: flex;
  gap: 0.5em;
}
.business-field__images img {
  width: calc(33.3333% - 0.3333em);
  border-radius: 0.25em;
}
.business-field__read {
  text-align: justify;
  font-size: 0.875em;
  line-height: 2;
}
.business-field__link {
  font-size: 0.875em;
}
.business-field.new-business .business-field__bg__image {
  transform: scale(2) translate(-10%, 25%);
}
.business-field.new-business .business-field__element--new-business {
  width: 100%;
}
.business-field.new-business .business-field__element--new-business .business-field__element__item {
  transform: translate(0) scale(1);
}
.business-field.marine-system .business-field__bg__image {
  transform: scale(2) translate(-25%, -25%);
}
.business-field.marine-system .business-field__element--marine-system {
  width: 100%;
}
.business-field.marine-system .business-field__element--marine-system .business-field__element__item {
  transform: translate(0) scale(1);
}
.business-field.logistics-system .business-field__bg__image {
  transform: scale(2) translate(0%, -17.5%);
}
.business-field.logistics-system .business-field__element--logistics-system {
  width: 100%;
}
.business-field.logistics-system .business-field__element--logistics-system .business-field__element__item {
  transform: translate(0) scale(1);
}

.en-page .business-field__read {
  text-align: left;
}

.home-pickup__header {
  margin-bottom: 1.5em;
}
.home-pickup__content {
  position: relative;
  padding-bottom: 3em;
}
.home-pickup__content .swiper-pagination {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .home-pickup__content.swiper-lower-length {
    padding-bottom: 0;
  }
  .home-pickup__content.swiper-lower-length .swiper-pagination {
    display: none;
  }
}
.home-pickup__title {
  display: flex;
  align-items: center;
  gap: 1em;
  width: fit-content;
  font-size: 2em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .home-pickup__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25em;
  }
}
.home-pickup__title__pri {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 150%;
  color: #008cd7;
}
.home-pickup__title__sec {
  margin-bottom: 0;
  font-size: 50%;
}

.card-list__anchor {
  display: block;
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
  text-decoration: none;
}
.card-list__item {
  width: 25%;
  padding: 0 0.75em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .card-list__item {
    width: 16em;
  }
}
.card-list__content {
  display: block;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  padding: 7.5em 1.5em 1.5em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  color: #fff;
}
.card-list__image {
  aspect-ratio: 2/3;
  object-fit: cover;
}

.isnt-touch .card-list__image {
  transform: scale(1);
  transition: transform 0.2s ease-out;
}
.isnt-touch .card-list__anchor:focus .card-list__image, .isnt-touch .card-list__anchor:hover .card-list__image {
  transform: scale(1.1);
}

.page-section--news {
  position: relative;
  margin-top: 5em;
  padding: 6em 4em;
  border-radius: 1em;
  background-color: #eef4fc;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-section--news {
    padding: 4em 2em;
    border-radius: 0.5em;
  }
}
.page-section--news .home-news {
  position: relative;
}

.page-section--fields {
  padding-top: 5em;
}

.page-section--pickup {
  padding-top: 5em;
}

.home-page .site-footer {
  margin-top: 5em;
}

/* ========================================================================== */
/* Story Page */
/* ========================================================================== */
.story-page.sec-page {
  padding-top: 0;
}

.story-wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.story-wrapper--pri {
  background-color: #124598;
}
.story-wrapper--sec {
  margin-top: 10em;
}
.story-wrapper--ter {
  margin-top: 10em;
  padding: 0 2.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-wrapper--ter {
    padding: 0 5%;
  }
}

.story-viasual {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 300em;
}
.story-viasual__wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  height: 112em;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-viasual__wrapper {
    height: 80em;
  }
}
.story-viasual__back {
  width: 100%;
  aspect-ratio: 1;
}
.story-viasual__front {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  aspect-ratio: 1;
}
.story-viasual__front::after {
  content: "";
  display: block;
  position: absolute;
  inset: calc(100% - 1px) auto auto 0;
  width: 100%;
  height: 150em;
  background-color: #124598;
}
.story-viasual__world {
  position: relative;
}
.story-viasual__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  position: absolute;
  width: 21.875%;
  inset: 46.8% auto auto 39.1%;
}
.story-viasual__images img:nth-of-type(1) {
  grid-area: 3/3/4/4;
}
.story-viasual__images img:nth-of-type(2) {
  grid-area: 3/2/4/3;
}
.story-viasual__images img:nth-of-type(3) {
  grid-area: 3/1/4/2;
}
.story-viasual__images img:nth-of-type(4) {
  grid-area: 2/3/3/4;
}
.story-viasual__images img:nth-of-type(5) {
  grid-area: 2/2/3/3;
}
.story-viasual__images img:nth-of-type(6) {
  grid-area: 2/1/3/2;
}
.story-viasual__images img:nth-of-type(7) {
  grid-area: 1/3/2/4;
}
.story-viasual__images img:nth-of-type(8) {
  grid-area: 1/2/2/3;
}
.story-viasual__images img:nth-of-type(9) {
  grid-area: 1/1/2/2;
}
.story-viasual__ship {
  position: absolute;
  inset: 32.75% auto auto 29.5%;
  width: 42.625%;
}
.story-viasual__bird {
  position: absolute;
  width: 4.5%;
}
.story-viasual__bird--pri {
  inset: 30% auto auto 66.25%;
}
.story-viasual__bird--sec {
  inset: 16.75% auto auto 73.75%;
}
.story-viasual__container {
  position: absolute;
  inset: 34.0625% auto auto 13.28125%;
  width: 73.4375%;
}
.story-viasual__hands {
  position: absolute;
}
.story-viasual__hands--pri {
  inset: 43.59375% 0 auto auto;
  width: 30.78125%;
}
.story-viasual__hands--sec {
  inset: 51.09375% auto auto 0;
  width: 32.03125%;
}
.story-viasual__title {
  position: absolute;
  inset: 4.5em auto auto 1.3333em;
  z-index: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-viasual__title {
    inset: 2.5em auto auto 0.675em;
  }
}

.story-intro {
  position: relative;
  min-height: 400lvh;
  color: #fff;
}
.story-intro__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100lvh;
}
.story-intro__wrapper--pri {
  margin-top: -50lvh;
}
.story-intro__wrapper--sec {
  position: sticky;
  top: 0;
}
.story-intro__read {
  transform: translateX(0.125em);
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.25em;
  letter-spacing: 0.2em;
  line-height: 4;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-intro__read {
    font-size: 1em;
  }
}
.story-intro__read__tl {
  display: inline-block;
}
.story-intro__catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.4em;
  line-height: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-intro__catch {
    font-size: 1.375em;
  }
}
.story-intro__catch__tl {
  display: inline-block;
  transform: translateX(0.25em);
}
.story-intro__logo {
  width: 7.5em;
  margin-top: 2em;
}

.en-page .story-intro__read {
  letter-spacing: 0.1em;
  line-height: 3;
}
.en-page .story-intro__catch {
  letter-spacing: 0.1em;
}

.story-header {
  display: flex;
  justify-content: center;
  position: relative;
  height: 300lvh;
}
.story-header__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  height: 100lvh;
}
.story-header__title {
  overflow: hidden;
  transform: translateX(0.125em);
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.375em;
  line-height: 2.4;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-header__title {
    font-size: 1.125em;
  }
}
.story-header__title__filter {
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
}

.mes-figure {
  position: sticky;
  top: calc(50% - 16em);
  z-index: 9;
  width: 32em;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .mes-figure {
    position: relative;
    top: auto;
    margin: 4em auto;
    font-size: 0.625em;
  }
  .mes-figure--ini {
    display: none;
  }
}
.mes-figure__svg {
  width: 32em;
  aspect-ratio: 1;
}
.mes-figure__base {
  fill: #fff;
}
.mes-figure__base--eas {
  fill: rgba(171, 227, 253, 0.3333);
}
.mes-figure__base--evo {
  fill: rgba(186, 206, 247, 0.3333);
}
.mes-figure__base--sus {
  fill: rgba(185, 236, 241, 0.3333);
}
.mes-figure__overlap--eas {
  fill: rgba(0, 169, 250, 0.7);
}
.mes-figure__overlap--evo {
  fill: rgba(46, 105, 230, 0.7);
}
.mes-figure__overlap--sus {
  fill: rgba(42, 197, 230, 0.7);
}
.mes-figure__overlap--mes {
  fill: rgba(0, 138, 204, 0.9);
}
.mes-figure__overlap--mat {
  fill: rgba(0, 176, 201, 0.9);
}
.mes-figure__overlap--bzs {
  fill: rgba(64, 100, 192, 0.9);
}
.mes-figure__overlap--fcs {
  fill: rgba(0, 121, 201, 0.9);
}
.mes-figure__circle {
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dashoffset: 1005.31;
  stroke-dasharray: 1005.31;
  stroke: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .mes-figure__circle {
    stroke-dashoffset: 0;
  }
}
.mes-figure__all {
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-dashoffset: 1507.96;
  stroke-dasharray: 1507.96;
  stroke-width: 6;
  stroke: #008cd7;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .mes-figure__all {
    stroke-dashoffset: 0;
  }
}
.mes-figure__title {
  position: absolute;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: 2em;
}
.mes-figure__title--eas {
  inset: 16% auto auto 32%;
  color: rgb(0, 169, 250);
}
.mes-figure__title--evo {
  inset: 71% auto auto 9%;
  color: rgb(46, 105, 230);
}
.mes-figure__title--sus {
  inset: 71% auto auto 55%;
  color: rgb(42, 197, 230);
}
.mes-figure__title--mes {
  inset: 48% auto auto 42%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.mes-figure__title__pri {
  font-size: 75%;
}
.mes-figure__title__sec {
  font-size: 125%;
}
.mes-figure__title--mat {
  inset: 47% auto auto 48%;
  font-size: 1.5em;
  color: #fff;
}
.mes-figure__title--bzs {
  inset: 44.5% auto auto 33%;
  font-size: 1.5em;
  color: #fff;
}
.mes-figure__title--fcs {
  inset: 55% auto auto 39.5%;
  font-size: 1.5em;
  color: #fff;
}
.mes-figure__title--all {
  inset: 20% auto auto 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.75em;
  line-height: 1.2;
  color: #65cdff;
}
.mes-figure__title--all .mes-figure__title__line {
  width: 100%;
}
.mes-figure__title--all .mes-figure__title__line::first-letter {
  color: #00a9fa;
}
.mes-figure__title--all .mes-figure__title__logo {
  width: 4em;
  margin-top: 0.75em;
}
.mes-figure__title--active {
  clip-path: inset(0 100% 0 0);
  color: #fff !important;
}

.mes-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  margin-bottom: 0.5em;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 4em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .mes-title {
    font-size: 2.5em;
  }
}
.mes-title__line--eas {
  color: #00a9fa;
}
.mes-title__line--for {
  color: #cbd3d8;
}
.mes-title__line--evo {
  color: #2e69e6;
}
.mes-title__line--sus {
  color: #11bbce;
}

.story-section--eas .mes-title,
.story-section--sus .mes-title,
.story-section--evo .mes-title,
.story-section--evo-sus .mes-title {
  flex-direction: row;
  justify-content: center;
  gap: 0.25em;
  margin-bottom: 2em;
  padding: 0.75em 1.5em;
  border-radius: 5em;
  background-color: #fff;
  white-space: nowrap;
  font-size: 1em;
  line-height: 1;
}

.story-content {
  display: flex;
  align-items: center;
  width: fit-content;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  min-height: fit-content;
  margin-left: 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-content {
    position: relative;
    inset: auto;
    transform: none;
    width: 100%;
    margin-left: 0;
    padding: 4em 5%;
  }
}
.story-content__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-content__wrapper {
    width: 100%;
  }
}
.story-content__catch {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 1.75em;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-content__catch {
    font-size: 1.25em;
  }
}
.story-content__read {
  font-size: 1.125em;
  line-height: 2;
  color: #fff;
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-content__read {
    font-size: 1em;
  }
}
.story-content__link {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-content__link {
    font-size: 0.875em;
  }
}

.story-background {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100lvh;
  overflow: hidden;
  background-color: rgb(52, 56, 60);
  background: radial-gradient(circle at 72.5% 50%, #81b3ce 0%, #0e081d 100%);
}

.story-section .scroll-infinity__item {
  width: 50vw;
  height: 100lvh;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-section .scroll-infinity__item {
    width: 75vw;
  }
}
.story-section .scroll-infinity__item img {
  height: 100%;
  object-fit: cover;
}

.story-section {
  position: relative;
  min-height: 300lvh;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-section {
    min-height: inherit;
  }
}
.story-section--intro {
  padding-top: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-section--intro {
    min-height: inherit;
  }
}
.story-section--intro .story-content {
  backdrop-filter: inherit;
}
.story-section--intro .story-content .mes-title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-section--intro .story-content .mes-title {
    margin: 0 auto;
  }
}
.story-section--intro .mes-figure {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-section--intro .mes-figure {
    display: block;
  }
}
.story-section--eas .mes-figure {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-section--eas .mes-figure {
    display: block;
  }
  .story-section--eas .mes-figure .mes-figure__title--eas {
    color: #fff;
  }
  .story-section--eas .mes-figure .mes-figure__title--eas::first-letter {
    color: #fff;
  }
}
.story-section--sus .mes-figure {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-section--sus .mes-figure {
    display: block;
  }
  .story-section--sus .mes-figure .mes-figure__title--eas,
  .story-section--sus .mes-figure .mes-figure__title--sus {
    color: #fff;
  }
  .story-section--sus .mes-figure .mes-figure__title--eas::first-letter,
  .story-section--sus .mes-figure .mes-figure__title--sus::first-letter {
    color: #fff;
  }
}
.story-section--evo .mes-figure {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-section--evo .mes-figure {
    display: block;
  }
  .story-section--evo .mes-figure .mes-figure__title--eas,
  .story-section--evo .mes-figure .mes-figure__title--evo {
    color: #fff;
  }
  .story-section--evo .mes-figure .mes-figure__title--eas::first-letter,
  .story-section--evo .mes-figure .mes-figure__title--evo::first-letter {
    color: #fff;
  }
}
.story-section--evo-sus .mes-figure {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-section--evo-sus .mes-figure {
    display: block;
  }
  .story-section--evo-sus .mes-figure .mes-figure__title--evo,
  .story-section--evo-sus .mes-figure .mes-figure__title--sus {
    color: #fff;
  }
  .story-section--evo-sus .mes-figure .mes-figure__title--evo::first-letter,
  .story-section--evo-sus .mes-figure .mes-figure__title--sus::first-letter {
    color: #fff;
  }
}
.story-section--summary {
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-section--summary {
    min-height: inherit;
  }
}
.story-section--summary .story-background {
  background: none;
  background-color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-section--summary .story-background {
    display: none;
  }
}
.story-section--summary .story-content__catch,
.story-section--summary .story-content__read {
  text-shadow: none;
  color: #000;
}
.story-section--summary .mes-figure {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .story-section--summary .mes-figure {
    display: block;
  }
}

/* ========================================================================== */
/* News Page */
/* ========================================================================== */
/* news-header */
/* -------------------------------------------------------------------------- */
.news-header {
  margin-bottom: 4em;
  padding: 1.5em;
  border-radius: 0.5em;
  background-color: #eef4fc;
}
.news-header__title {
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}
.news-header__date {
  margin-bottom: 1em;
  font-size: 0.875em;
  color: #7b8999;
}
.news-header__category {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375em;
  margin-top: 1.5em;
  font-size: 0.875em;
}

/* news-footer */
/* -------------------------------------------------------------------------- */
.news-footer {
  margin-top: 4em;
  padding: 1.5em;
  border-radius: 0.5em;
  background-color: #eef4fc;
}
.news-footer__notice {
  text-align: justify;
  font-size: 0.875em;
  line-height: 1.8;
  color: #7b8999;
}
.news-footer__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5em;
  gap: 1.5em;
}

/* news-list */
/* -------------------------------------------------------------------------- */
.news-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  list-style-type: none;
}
.news-list__item {
  position: relative;
  padding: 2em 0;
  border-bottom: 1px solid #d6d6d6;
}
.news-list__article {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.news-list__article:has(.news-list__image) {
  display: grid;
  grid-template-columns: 5em auto;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-list__article:has(.news-list__image) {
    grid-template-rows: 5em 1fr;
  }
  .news-list__article:has(.news-list__image) .news-list__header {
    flex-direction: column;
  }
  .news-list__article:has(.news-list__image) .news-list__category {
    align-items: flex-start;
  }
}
.news-list__image {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-list__image {
    grid-area: 1/1/2/2;
  }
}
.news-list__image img {
  width: 5em;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.25em;
}
.news-list__header {
  grid-area: 1/2/2/3;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-list__header {
    grid-area: 1/2/2/3;
  }
}
.news-list__content {
  grid-area: 2/2/3/3;
  position: relative;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-list__content {
    grid-area: 2/1/3/3;
  }
}
.news-list__category {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375em;
  font-size: 0.75em;
}
.news-list__date {
  min-width: 8em;
  padding: 0.5em 0;
  white-space: nowrap;
  color: #7b8999;
  font-size: 0.75em;
  line-height: 1.2;
}
.news-list__anchor {
  display: inline-block;
  padding-right: 4em;
  text-decoration: none;
}
.news-list__anchor.icon::after {
  position: absolute;
  inset: -0.6em 0 auto auto;
  margin: 0;
}
.news-list__link {
  margin-top: 3em;
  text-align: right;
  font-size: 0.75em;
}

.isnt-touch .news-list__anchor:focus.icon--after.icon--base::after, .isnt-touch .news-list__anchor:hover.icon--after.icon--base::after {
  border-color: #008cd7;
  background-color: #008cd7;
  color: #fff;
}

/* news-widget */
/* -------------------------------------------------------------------------- */
.news-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-widget {
    align-items: flex-start;
    font-size: 0.875em;
  }
}
.news-widget__anchor {
  text-decoration: none;
  color: #7b8999;
}
.news-widget__select {
  width: 100%;
}
.news-widget__item {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-widget__item {
    flex-basis: calc(50% - 0.25em);
  }
}
.news-widget__item--all {
  margin-left: 1em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .news-widget__item--all {
    flex-basis: auto;
    margin-top: 1em;
    margin-left: auto;
  }
}

.page-navi .news-widget {
  flex-direction: column;
  align-items: stretch;
  gap: 1em;
  font-size: 0.875em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .page-navi .news-widget {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5em;
  }
}
.page-navi .news-widget__item--all {
  margin-top: 1em;
  margin-left: auto;
}

/* ========================================================================== */
/* Contact Page */
/* ========================================================================== */
/* external-page */
/* -------------------------------------------------------------------------- */
.external-page {
  padding-top: 6em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .external-page {
    padding-top: 4em;
  }
}
.external-page .site-header__wrapper {
  height: 4em;
}
.external-page .page-header__content {
  padding-right: 0;
}
.external-page .site-footer {
  margin-top: 4em;
}

/* ========================================================================== */
/* Documents Page */
/* ========================================================================== */
/* docs-page section */
/* -------------------------------------------------------------------------- */
.docs-page .page-header {
  padding-top: 4em;
  min-height: inherit;
}
.docs-page .page-section {
  position: relative;
  padding: 0 15%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .docs-page .page-section {
    padding: 0 5%;
  }
}

/* ========================================================================== */
/* Layout */
/* ========================================================================== */
/* layout: border */
/* -------------------------------------------------------------------------- */
.b-0 {
  border: 0 solid !important;
}

.b-1 {
  border: 1px solid !important;
}

.b-2 {
  border: 2px solid !important;
}

.b-3 {
  border: 3px solid !important;
}

.b-4 {
  border: 4px solid !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-b-0 {
    border: 0 solid !important;
  }
  .sp-b-1 {
    border: 1px solid !important;
  }
  .sp-b-2 {
    border: 2px solid !important;
  }
  .sp-b-3 {
    border: 3px solid !important;
  }
  .sp-b-4 {
    border: 4px solid !important;
  }
}
/* layout: border top */
/* -------------------------------------------------------------------------- */
.b-t-0 {
  border-top: 0 solid !important;
}

.b-t-1 {
  border-top: 1px solid !important;
}

.b-t-2 {
  border-top: 2px solid !important;
}

.b-t-3 {
  border-top: 3px solid !important;
}

.b-t-4 {
  border-top: 4px solid !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-b-t-0 {
    border-top: 0 solid !important;
  }
  .sp-b-t-1 {
    border-top: 1px solid !important;
  }
  .sp-b-t-2 {
    border-top: 2px solid !important;
  }
  .sp-b-t-3 {
    border-top: 3px solid !important;
  }
  .sp-b-t-4 {
    border-top: 4px solid !important;
  }
}
/* layout: border right */
/* -------------------------------------------------------------------------- */
.b-r-0 {
  border-right: 0 solid !important;
}

.b-r-1 {
  border-right: 1px solid !important;
}

.b-r-2 {
  border-right: 2px solid !important;
}

.b-r-3 {
  border-right: 3px solid !important;
}

.b-r-4 {
  border-right: 4px solid !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-b-r-0 {
    border-right: 0 solid !important;
  }
  .sp-b-r-1 {
    border-right: 1px solid !important;
  }
  .sp-b-r-2 {
    border-right: 2px solid !important;
  }
  .sp-b-r-3 {
    border-right: 3px solid !important;
  }
  .sp-b-r-4 {
    border-right: 4px solid !important;
  }
}
/* layout: border bottom */
/* -------------------------------------------------------------------------- */
.b-b-0 {
  border-bottom: 0 solid !important;
}

.b-b-1 {
  border-bottom: 1px solid !important;
}

.b-b-2 {
  border-bottom: 2px solid !important;
}

.b-b-3 {
  border-bottom: 3px solid !important;
}

.b-b-4 {
  border-bottom: 4px solid !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-b-b-0 {
    border-bottom: 0 solid !important;
  }
  .sp-b-b-1 {
    border-bottom: 1px solid !important;
  }
  .sp-b-b-2 {
    border-bottom: 2px solid !important;
  }
  .sp-b-b-3 {
    border-bottom: 3px solid !important;
  }
  .sp-b-b-4 {
    border-bottom: 4px solid !important;
  }
}
/* layout: border left */
/* -------------------------------------------------------------------------- */
.b-l-0 {
  border-left: 0 solid !important;
}

.b-l-1 {
  border-left: 1px solid !important;
}

.b-l-2 {
  border-left: 2px solid !important;
}

.b-l-3 {
  border-left: 3px solid !important;
}

.b-l-4 {
  border-left: 4px solid !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-b-l-0 {
    border-left: 0 solid !important;
  }
  .sp-b-l-1 {
    border-left: 1px solid !important;
  }
  .sp-b-l-2 {
    border-left: 2px solid !important;
  }
  .sp-b-l-3 {
    border-left: 3px solid !important;
  }
  .sp-b-l-4 {
    border-left: 4px solid !important;
  }
}
/* layout: border style */
/* -------------------------------------------------------------------------- */
.bs-none {
  border-style: none !important;
}

.bs-hidden {
  border-style: hidden !important;
}

.bs-dotted {
  border-style: dotted !important;
}

.bs-dashed {
  border-style: dashed !important;
}

.bs-solid {
  border-style: solid !important;
}

.bs-double {
  border-style: double !important;
}

.bs-groove {
  border-style: groove !important;
}

.bs-ridge {
  border-style: ridge !important;
}

.bs-inset {
  border-style: inset !important;
}

.bs-outset {
  border-style: outset !important;
}

/* layout: border radius */
/* -------------------------------------------------------------------------- */
.br-d25 {
  border-radius: 0.25em;
}

.br-d333 {
  border-radius: 0.333em;
}

.br-d5 {
  border-radius: 0.5em;
}

.br-d75 {
  border-radius: 0.75em;
}

.br-1 {
  border-radius: 1em;
}

.br-1d25 {
  border-radius: 1.25em;
}

.br-1d5 {
  border-radius: 1.5em;
}

.br-1d75 {
  border-radius: 1.75em;
}

.br-2 {
  border-radius: 2em;
}

.br-2d25 {
  border-radius: 2.25em;
}

.br-2d5 {
  border-radius: 2.5em;
}

.br-2d75 {
  border-radius: 2.75em;
}

.br-3 {
  border-radius: 3em;
}

.br-3d25 {
  border-radius: 3.25em;
}

.br-3d5 {
  border-radius: 3.5em;
}

.br-3d75 {
  border-radius: 3.75em;
}

.br-4 {
  border-radius: 4em;
}

.br-4d25 {
  border-radius: 4.25em;
}

.br-4d5 {
  border-radius: 4.5em;
}

.br-4d75 {
  border-radius: 4.75em;
}

.br-5 {
  border-radius: 5em;
}

/* layout: border color */
/* -------------------------------------------------------------------------- */
.bc-ini {
  border-color: #fff !important;
}

.bc-pri {
  border-color: #000 !important;
}

.bc-sec {
  border-color: #008cd7 !important;
}

.bc-ter {
  border-color: #7b8999 !important;
}

.bc-qua {
  border-color: #eef4fc !important;
}

.bc-g98 {
  border-color: #fafafa !important;
}

.bc-g96 {
  border-color: #f5f5f5 !important;
}

.bc-g94 {
  border-color: #f0f0f0 !important;
}

.bc-g92 {
  border-color: #ebebeb !important;
}

.bc-g90 {
  border-color: #e5e5e5 !important;
}

.bc-g88 {
  border-color: #e0e0e0 !important;
}

.bc-g86 {
  border-color: #dbdbdb !important;
}

.bc-g84 {
  border-color: #d6d6d6 !important;
}

.bc-g82 {
  border-color: #d1d1d1 !important;
}

.bc-g80 {
  border-color: #cccccc !important;
}

.bc-g78 {
  border-color: #c7c7c7 !important;
}

.bc-g76 {
  border-color: #c2c2c2 !important;
}

.bc-g74 {
  border-color: #bdbdbd !important;
}

.bc-g72 {
  border-color: #b8b8b8 !important;
}

.bc-g70 {
  border-color: #b3b3b3 !important;
}

.bc-g68 {
  border-color: #adadad !important;
}

.bc-g66 {
  border-color: #a8a8a8 !important;
}

.bc-g64 {
  border-color: #a3a3a3 !important;
}

.bc-g62 {
  border-color: #9e9e9e !important;
}

.bc-g60 {
  border-color: #999999 !important;
}

.bc-g58 {
  border-color: #949494 !important;
}

.bc-g56 {
  border-color: #8f8f8f !important;
}

.bc-g54 {
  border-color: #8a8a8a !important;
}

.bc-g52 {
  border-color: #858585 !important;
}

.bc-g50 {
  border-color: #808080 !important;
}

.bc-g48 {
  border-color: #7a7a7a !important;
}

.bc-g46 {
  border-color: #757575 !important;
}

.bc-g44 {
  border-color: #707070 !important;
}

.bc-g42 {
  border-color: #6b6b6b !important;
}

.bc-g40 {
  border-color: #666666 !important;
}

.bc-g38 {
  border-color: #616161 !important;
}

.bc-g36 {
  border-color: #5c5c5c !important;
}

.bc-g34 {
  border-color: #575757 !important;
}

.bc-g32 {
  border-color: #525252 !important;
}

.bc-g30 {
  border-color: #4d4d4d !important;
}

.bc-g28 {
  border-color: #474747 !important;
}

.bc-g26 {
  border-color: #424242 !important;
}

.bc-g24 {
  border-color: #3d3d3d !important;
}

.bc-g22 {
  border-color: #383838 !important;
}

.bc-g20 {
  border-color: #333333 !important;
}

.bc-g18 {
  border-color: #2e2e2e !important;
}

.bc-g16 {
  border-color: #292929 !important;
}

.bc-g14 {
  border-color: #242424 !important;
}

.bc-g12 {
  border-color: #1f1f1f !important;
}

.bc-g10 {
  border-color: #1a1a1a !important;
}

.bc-g8 {
  border-color: #141414 !important;
}

.bc-g6 {
  border-color: #0f0f0f !important;
}

.bc-g4 {
  border-color: #0a0a0a !important;
}

.bc-g2 {
  border-color: #050505 !important;
}

/* layout: padding */
/* -------------------------------------------------------------------------- */
.p-0 {
  padding: 0 !important;
}

.p-d5 {
  padding: 0.5em !important;
}

.p-1 {
  padding: 1em !important;
}

.p-1d5 {
  padding: 1.5em !important;
}

.p-2 {
  padding: 2em !important;
}

.p-2d5 {
  padding: 2.5em !important;
}

.p-3 {
  padding: 3em !important;
}

.p-3s5 {
  padding: 3.5em !important;
}

.p-4 {
  padding: 4em !important;
}

.p-4s5 {
  padding: 4.5em !important;
}

.p-5 {
  padding: 5em !important;
}

.p-6 {
  padding: 6em !important;
}

.p-7 {
  padding: 7em !important;
}

.p-8 {
  padding: 8em !important;
}

.p-9 {
  padding: 9em !important;
}

.p-10 {
  padding: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-p-0 {
    padding: 0 !important;
  }
  .sp-p-d5 {
    padding: 0.5em !important;
  }
  .sp-p-1 {
    padding: 1em !important;
  }
  .sp-p-1d5 {
    padding: 1.5em !important;
  }
  .sp-p-2 {
    padding: 2em !important;
  }
  .sp-p-2d5 {
    padding: 2.5em !important;
  }
  .sp-p-3 {
    padding: 3em !important;
  }
  .sp-p-3d5 {
    padding: 3.5em !important;
  }
  .sp-p-4 {
    padding: 4em !important;
  }
  .sp-p-4d5 {
    padding: 4.5em !important;
  }
  .sp-p-5 {
    padding: 5em !important;
  }
  .sp-p-6 {
    padding: 6em !important;
  }
  .sp-p-7 {
    padding: 7em !important;
  }
  .sp-p-8 {
    padding: 8em !important;
  }
  .sp-p-9 {
    padding: 9em !important;
  }
  .sp-p-10 {
    padding: 10em !important;
  }
}
/* layout: padding top */
/* -------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

.pt-d5 {
  padding-top: 0.5em !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pt-1d5 {
  padding-top: 1.5em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pt-2d5 {
  padding-top: 2.5em !important;
}

.pt-3 {
  padding-top: 3em !important;
}

.pt-3d5 {
  padding-top: 3.5em !important;
}

.pt-4 {
  padding-top: 4em !important;
}

.pt-4d5 {
  padding-top: 4.5em !important;
}

.pt-5 {
  padding-top: 5em !important;
}

.pt-6 {
  padding-top: 6em !important;
}

.pt-7 {
  padding-top: 7em !important;
}

.pt-8 {
  padding-top: 8em !important;
}

.pt-9 {
  padding-top: 9em !important;
}

.pt-10 {
  padding-top: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pt-0 {
    padding-top: 0 !important;
  }
  .sp-pt-d5 {
    padding-top: 0.5em !important;
  }
  .sp-pt-1 {
    padding-top: 1em !important;
  }
  .sp-pt-1d5 {
    padding-top: 1.5em !important;
  }
  .sp-pt-2 {
    padding-top: 2em !important;
  }
  .sp-pt-2d5 {
    padding-top: 2.5em !important;
  }
  .sp-pt-3 {
    padding-top: 3em !important;
  }
  .sp-pt-3d5 {
    padding-top: 3.5em !important;
  }
  .sp-pt-4 {
    padding-top: 4em !important;
  }
  .sp-pt-4d5 {
    padding-top: 4.5em !important;
  }
  .sp-pt-5 {
    padding-top: 5em !important;
  }
  .sp-pt-6 {
    padding-top: 6em !important;
  }
  .sp-pt-7 {
    padding-top: 7em !important;
  }
  .sp-pt-8 {
    padding-top: 8em !important;
  }
  .sp-pt-9 {
    padding-top: 9em !important;
  }
  .sp-pt-10 {
    padding-top: 10em !important;
  }
}
/* layout: padding right */
/* -------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0em !important;
}

.pr-d5 {
  padding-right: 0.5em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.pr-1d5 {
  padding-right: 1.5em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

.pr-2d5 {
  padding-right: 2.5em !important;
}

.pr-3 {
  padding-right: 3em !important;
}

.pr-3d5 {
  padding-right: 3.5em !important;
}

.pr-4 {
  padding-right: 4em !important;
}

.pr-4d5 {
  padding-right: 4.5em !important;
}

.pr-5 {
  padding-right: 5em !important;
}

.pr-6 {
  padding-right: 6em !important;
}

.pr-7 {
  padding-right: 7em !important;
}

.pr-8 {
  padding-right: 8em !important;
}

.pr-9 {
  padding-right: 9em !important;
}

.pr-10 {
  padding-right: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pr-0 {
    padding-right: 0em !important;
  }
  .sp-pr-d5 {
    padding-right: 0.5em !important;
  }
  .sp-pr-1 {
    padding-right: 1em !important;
  }
  .sp-pr-1d5 {
    padding-right: 1.5em !important;
  }
  .sp-pr-2 {
    padding-right: 2em !important;
  }
  .sp-pr-2d5 {
    padding-right: 2.5em !important;
  }
  .sp-pr-3 {
    padding-right: 3em !important;
  }
  .sp-pr-3d5 {
    padding-right: 3.5em !important;
  }
  .sp-pr-4 {
    padding-right: 4em !important;
  }
  .sp-pr-4d5 {
    padding-right: 4.5em !important;
  }
  .sp-pr-5 {
    padding-right: 5em !important;
  }
  .sp-pr-6 {
    padding-right: 6em !important;
  }
  .sp-pr-7 {
    padding-right: 7em !important;
  }
  .sp-pr-8 {
    padding-right: 8em !important;
  }
  .sp-pr-9 {
    padding-right: 9em !important;
  }
  .sp-pr-10 {
    padding-right: 10em !important;
  }
}
/* layout: padding bottom */
/* -------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0em !important;
}

.pb-d5 {
  padding-bottom: 0.5em !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.pb-1d5 {
  padding-bottom: 1.5em !important;
}

.pb-2 {
  padding-bottom: 2em !important;
}

.pb-2d5 {
  padding-bottom: 2.5em !important;
}

.pb-3 {
  padding-bottom: 3em !important;
}

.pb-3d5 {
  padding-bottom: 3.5em !important;
}

.pb-4 {
  padding-bottom: 4em !important;
}

.pb-4d5 {
  padding-bottom: 4.5em !important;
}

.pb-5 {
  padding-bottom: 5em !important;
}

.pb-6 {
  padding-bottom: 6em !important;
}

.pb-7 {
  padding-bottom: 7em !important;
}

.pb-8 {
  padding-bottom: 8em !important;
}

.pb-9 {
  padding-bottom: 9em !important;
}

.pb-10 {
  padding-bottom: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pb-0 {
    padding-bottom: 0em !important;
  }
  .sp-pb-d5 {
    padding-bottom: 0.5em !important;
  }
  .sp-pb-1 {
    padding-bottom: 1em !important;
  }
  .sp-pb-1d5 {
    padding-bottom: 1.5em !important;
  }
  .sp-pb-2 {
    padding-bottom: 2em !important;
  }
  .sp-pb-2d5 {
    padding-bottom: 2.5em !important;
  }
  .sp-pb-3 {
    padding-bottom: 3em !important;
  }
  .sp-pb-3d5 {
    padding-bottom: 3.5em !important;
  }
  .sp-pb-4 {
    padding-bottom: 4em !important;
  }
  .sp-pb-4d5 {
    padding-bottom: 4.5em !important;
  }
  .sp-pb-5 {
    padding-bottom: 5em !important;
  }
  .sp-pb-6 {
    padding-bottom: 6em !important;
  }
  .sp-pb-7 {
    padding-bottom: 7em !important;
  }
  .sp-pb-8 {
    padding-bottom: 8em !important;
  }
  .sp-pb-9 {
    padding-bottom: 9em !important;
  }
  .sp-pb-10 {
    padding-bottom: 10em !important;
  }
}
/* layout: padding left */
/* -------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0em !important;
}

.pl-d5 {
  padding-left: 0.5em !important;
}

.pl-1 {
  padding-left: 1em !important;
}

.pl-1d5 {
  padding-left: 1.5em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

.pl-2d5 {
  padding-left: 2.5em !important;
}

.pl-3 {
  padding-left: 3em !important;
}

.pl-3d5 {
  padding-left: 3.5em !important;
}

.pl-4 {
  padding-left: 4em !important;
}

.pl-4d5 {
  padding-left: 4.5em !important;
}

.pl-5 {
  padding-left: 5em !important;
}

.pl-6 {
  padding-left: 6em !important;
}

.pl-7 {
  padding-left: 7em !important;
}

.pl-8 {
  padding-left: 8em !important;
}

.pl-9 {
  padding-left: 9em !important;
}

.pl-10 {
  padding-left: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-pl-0 {
    padding-left: 0em !important;
  }
  .sp-pl-d5 {
    padding-left: 0.5em !important;
  }
  .sp-pl-1 {
    padding-left: 1em !important;
  }
  .sp-pl-1d5 {
    padding-left: 1.5em !important;
  }
  .sp-pl-2 {
    padding-left: 2em !important;
  }
  .sp-pl-2d5 {
    padding-left: 2.5em !important;
  }
  .sp-pl-3 {
    padding-left: 3em !important;
  }
  .sp-pl-3d5 {
    padding-left: 3.5em !important;
  }
  .sp-pl-4 {
    padding-left: 4em !important;
  }
  .sp-pl-4d5 {
    padding-left: 4.5em !important;
  }
  .sp-pl-5 {
    padding-left: 5em !important;
  }
  .sp-pl-6 {
    padding-left: 6em !important;
  }
  .sp-pl-7 {
    padding-left: 7em !important;
  }
  .sp-pl-8 {
    padding-left: 8em !important;
  }
  .sp-pl-9 {
    padding-left: 9em !important;
  }
  .sp-pl-10 {
    padding-left: 10em !important;
  }
}
/* layout: margin auto */
/* -------------------------------------------------------------------------- */
.m-auto {
  margin: 0 auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-m-auto {
    margin: 0 auto !important;
  }
  .sp-mr-auto {
    margin-right: auto !important;
  }
  .sp-ml-auto {
    margin-left: auto !important;
  }
}
/* layout: margin top */
/* -------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mt-d5 {
  margin-top: 0.5em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-1d5 {
  margin-top: 1.5em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-2d5 {
  margin-top: 2.5em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-3d5 {
  margin-top: 3.5em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-4d5 {
  margin-top: 4.5em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-mt-0 {
    margin-top: 0 !important;
  }
  .sp-mt-d5 {
    margin-top: 0.5em !important;
  }
  .sp-mt-1 {
    margin-top: 1em !important;
  }
  .sp-mt-1d5 {
    margin-top: 1.5em !important;
  }
  .sp-mt-2 {
    margin-top: 2em !important;
  }
  .sp-mt-2d5 {
    margin-top: 2.5em !important;
  }
  .sp-mt-3 {
    margin-top: 3em !important;
  }
  .sp-mt-3d5 {
    margin-top: 3.5em !important;
  }
  .sp-mt-4 {
    margin-top: 4em !important;
  }
  .sp-mt-4d5 {
    margin-top: 4.5em !important;
  }
  .sp-mt-5 {
    margin-top: 5em !important;
  }
  .sp-mt-6 {
    margin-top: 6em !important;
  }
  .sp-mt-7 {
    margin-top: 7em !important;
  }
  .sp-mt-8 {
    margin-top: 8em !important;
  }
  .sp-mt-9 {
    margin-top: 9em !important;
  }
  .sp-mt-10 {
    margin-top: 10em !important;
  }
}
/* layout: margin right */
/* -------------------------------------------------------------------------- */
.mr-0 {
  margin-right: 0 !important;
}

.mr-d5 {
  margin-right: 0.5em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mr-1d5 {
  margin-right: 1.5em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mr-2d5 {
  margin-right: 2.5em !important;
}

.mr-3 {
  margin-right: 3em !important;
}

.mr-3d5 {
  margin-right: 3.5em !important;
}

.mr-4 {
  margin-right: 4em !important;
}

.mr-4d5 {
  margin-right: 4.5em !important;
}

.mr-5 {
  margin-right: 5em !important;
}

.mr-6 {
  margin-right: 6em !important;
}

.mr-7 {
  margin-right: 7em !important;
}

.mr-8 {
  margin-right: 8em !important;
}

.mr-9 {
  margin-right: 9em !important;
}

.mr-10 {
  margin-right: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-mr-0 {
    margin-right: 0 !important;
  }
  .sp-mr-d5 {
    margin-right: 0.5em !important;
  }
  .sp-mr-1 {
    margin-right: 1em !important;
  }
  .sp-mr-1d5 {
    margin-right: 1.5em !important;
  }
  .sp-mr-2 {
    margin-right: 2em !important;
  }
  .sp-mr-2d5 {
    margin-right: 2.5em !important;
  }
  .sp-mr-3 {
    margin-right: 3em !important;
  }
  .sp-mr-3d5 {
    margin-right: 3.5em !important;
  }
  .sp-mr-4 {
    margin-right: 4em !important;
  }
  .sp-mr-4d5 {
    margin-right: 4.5em !important;
  }
  .sp-mr-5 {
    margin-right: 5em !important;
  }
  .sp-mr-6 {
    margin-right: 6em !important;
  }
  .sp-mr-7 {
    margin-right: 7em !important;
  }
  .sp-mr-8 {
    margin-right: 8em !important;
  }
  .sp-mr-9 {
    margin-right: 9em !important;
  }
  .sp-mr-10 {
    margin-right: 10em !important;
  }
}
/* layout: margin bottom */
/* -------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-d5 {
  margin-bottom: 0.5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-1d5 {
  margin-bottom: 1.5em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-2d5 {
  margin-bottom: 2.5em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-3d5 {
  margin-bottom: 3.5em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-4d5 {
  margin-bottom: 4.5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-mb-0 {
    margin-bottom: 0 !important;
  }
  .sp-mb-d5 {
    margin-bottom: 0.5em !important;
  }
  .sp-mb-1 {
    margin-bottom: 1em !important;
  }
  .sp-mb-1d5 {
    margin-bottom: 1.5em !important;
  }
  .sp-mb-2 {
    margin-bottom: 2em !important;
  }
  .sp-mb-2d5 {
    margin-bottom: 2.5em !important;
  }
  .sp-mb-3 {
    margin-bottom: 3em !important;
  }
  .sp-mb-3d5 {
    margin-bottom: 3.5em !important;
  }
  .sp-mb-4 {
    margin-bottom: 4em !important;
  }
  .sp-mb-4d5 {
    margin-bottom: 4.5em !important;
  }
  .sp-mb-5 {
    margin-bottom: 5em !important;
  }
  .sp-mb-6 {
    margin-bottom: 6em !important;
  }
  .sp-mb-7 {
    margin-bottom: 7em !important;
  }
  .sp-mb-8 {
    margin-bottom: 8em !important;
  }
  .sp-mb-9 {
    margin-bottom: 9em !important;
  }
  .sp-mb-10 {
    margin-bottom: 10em !important;
  }
}
/* layout: margin left */
/* -------------------------------------------------------------------------- */
.ml-0 {
  margin-left: 0 !important;
}

.ml-d5 {
  margin-left: 0.5em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.ml-1d5 {
  margin-left: 1.5em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.ml-2d5 {
  margin-left: 2.5em !important;
}

.ml-3 {
  margin-left: 3em !important;
}

.ml-3d5 {
  margin-left: 3.5em !important;
}

.ml-4 {
  margin-left: 4em !important;
}

.ml-4d5 {
  margin-left: 4.5em !important;
}

.ml-5 {
  margin-left: 5em !important;
}

.ml-6 {
  margin-left: 6em !important;
}

.ml-7 {
  margin-left: 7em !important;
}

.ml-8 {
  margin-left: 8em !important;
}

.ml-9 {
  margin-left: 9em !important;
}

.ml-10 {
  margin-left: 10em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ml-0 {
    margin-left: 0 !important;
  }
  .sp-ml-d5 {
    margin-left: 0.5em !important;
  }
  .sp-ml-1 {
    margin-left: 1em !important;
  }
  .sp-ml-1d5 {
    margin-left: 1.5em !important;
  }
  .sp-ml-2 {
    margin-left: 2em !important;
  }
  .sp-ml-2d5 {
    margin-left: 2.5em !important;
  }
  .sp-ml-3 {
    margin-left: 3em !important;
  }
  .sp-ml-3d5 {
    margin-left: 3.5em !important;
  }
  .sp-ml-4 {
    margin-left: 4em !important;
  }
  .sp-ml-4d5 {
    margin-left: 4.5em !important;
  }
  .sp-ml-5 {
    margin-left: 5em !important;
  }
  .sp-ml-6 {
    margin-left: 6em !important;
  }
  .sp-ml-7 {
    margin-left: 7em !important;
  }
  .sp-ml-8 {
    margin-left: 8em !important;
  }
  .sp-ml-9 {
    margin-left: 9em !important;
  }
  .sp-ml-10 {
    margin-left: 10em !important;
  }
}
/* layout: percentage width */
/* -------------------------------------------------------------------------- */
.w-100p {
  width: 100% !important;
}

.w-95p {
  width: 95% !important;
}

.w-90p {
  width: 90% !important;
}

.w-85p {
  width: 85% !important;
}

.w-80p {
  width: 80% !important;
}

.w-75p {
  width: 75% !important;
}

.w-70p {
  width: 70% !important;
}

.w-65p {
  width: 65% !important;
}

.w-60p {
  width: 60% !important;
}

.w-55p {
  width: 55% !important;
}

.w-50p {
  width: 50% !important;
}

.w-45p {
  width: 45% !important;
}

.w-40p {
  width: 40% !important;
}

.w-35p {
  width: 35% !important;
}

.w-30p {
  width: 30% !important;
}

.w-25p {
  width: 25% !important;
}

.w-20p {
  width: 20% !important;
}

.w-15p {
  width: 15% !important;
}

.w-10p {
  width: 10% !important;
}

.w-5p {
  width: 5% !important;
}

.w-auto {
  width: auto !important;
}

.w-small {
  width: 33.333% !important;
}

.w-middle {
  width: 66.666% !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-w-100p {
    width: 100% !important;
  }
  .sp-w-95p {
    width: 95% !important;
  }
  .sp-w-90p {
    width: 90% !important;
  }
  .sp-w-85p {
    width: 85% !important;
  }
  .sp-w-80p {
    width: 80% !important;
  }
  .sp-w-75p {
    width: 75% !important;
  }
  .sp-w-70p {
    width: 70% !important;
  }
  .sp-w-65p {
    width: 65% !important;
  }
  .sp-w-60p {
    width: 60% !important;
  }
  .sp-w-55p {
    width: 55% !important;
  }
  .sp-w-50p {
    width: 50% !important;
  }
  .sp-w-45p {
    width: 45% !important;
  }
  .sp-w-40p {
    width: 40% !important;
  }
  .sp-w-35p {
    width: 35% !important;
  }
  .sp-w-30p {
    width: 30% !important;
  }
  .sp-w-25p {
    width: 25% !important;
  }
  .sp-w-20p {
    width: 20% !important;
  }
  .sp-w-15p {
    width: 15% !important;
  }
  .sp-w-10p {
    width: 10% !important;
  }
  .sp-w-5p {
    width: 5% !important;
  }
  .sp-w-auto {
    width: auto !important;
  }
  .sp-w-small {
    width: 33.333% !important;
  }
  .sp-w-middle {
    width: 66.666% !important;
  }
}
/* layout: em width */
/* -------------------------------------------------------------------------- */
.w-d5e {
  width: 0.5em !important;
}

.w-1e {
  width: 1em !important;
}

.w-1d5e {
  width: 1.5em !important;
}

.w-2e {
  width: 2em !important;
}

.w-2d5e {
  width: 2.5em !important;
}

.w-3e {
  width: 3em !important;
}

.w-3d5e {
  width: 3.5em !important;
}

.w-4e {
  width: 4em !important;
}

.w-4d5e {
  width: 4.5em !important;
}

.w-5e {
  width: 5em !important;
}

.w-5d5e {
  width: 5.5em !important;
}

.w-6e {
  width: 6em !important;
}

.w-6d5e {
  width: 6.5em !important;
}

.w-7e {
  width: 7em !important;
}

.w-7d5e {
  width: 7.5em !important;
}

.w-8e {
  width: 8em !important;
}

.w-8d5e {
  width: 8.5em !important;
}

.w-9e {
  width: 9em !important;
}

.w-9d5e {
  width: 9.5em !important;
}

.w-10e {
  width: 10em !important;
}

.w-11e {
  width: 11em !important;
}

.w-12e {
  width: 12em !important;
}

.w-13e {
  width: 13em !important;
}

.w-14e {
  width: 14em !important;
}

.w-15e {
  width: 15em !important;
}

.w-16e {
  width: 16em !important;
}

.w-17e {
  width: 17em !important;
}

.w-18e {
  width: 18em !important;
}

.w-19e {
  width: 19em !important;
}

.w-20e {
  width: 20em !important;
}

.w-21e {
  width: 21em !important;
}

.w-22e {
  width: 22em !important;
}

.w-23e {
  width: 23em !important;
}

.w-24e {
  width: 24em !important;
}

.w-25e {
  width: 25em !important;
}

.w-26e {
  width: 26em !important;
}

.w-27e {
  width: 27em !important;
}

.w-28e {
  width: 28em !important;
}

.w-29e {
  width: 29em !important;
}

.w-30e {
  width: 30em !important;
}

.w-31e {
  width: 31em !important;
}

.w-32e {
  width: 32em !important;
}

.w-33e {
  width: 33em !important;
}

.w-34e {
  width: 34em !important;
}

.w-35e {
  width: 35em !important;
}

.w-36e {
  width: 36em !important;
}

.w-37e {
  width: 37em !important;
}

.w-38e {
  width: 38em !important;
}

.w-39e {
  width: 39em !important;
}

.w-40e {
  width: 40em !important;
}

.w-41e {
  width: 41em !important;
}

.w-42e {
  width: 42em !important;
}

.w-43e {
  width: 43em !important;
}

.w-44e {
  width: 44em !important;
}

.w-45e {
  width: 45em !important;
}

.w-46e {
  width: 46em !important;
}

.w-47e {
  width: 47em !important;
}

.w-48e {
  width: 48em !important;
}

.w-49e {
  width: 49em !important;
}

.w-50e {
  width: 50em !important;
}

.w-51e {
  width: 51em !important;
}

.w-52e {
  width: 52em !important;
}

.w-53e {
  width: 53em !important;
}

.w-54e {
  width: 54em !important;
}

.w-55e {
  width: 55em !important;
}

.w-56e {
  width: 56em !important;
}

.w-57e {
  width: 57em !important;
}

.w-58e {
  width: 58em !important;
}

.w-59e {
  width: 59em !important;
}

.w-60e {
  width: 60em !important;
}

.w-61e {
  width: 61em !important;
}

.w-62e {
  width: 62em !important;
}

.w-63e {
  width: 63em !important;
}

.w-64e {
  width: 64em !important;
}

.w-65e {
  width: 65em !important;
}

.w-66e {
  width: 66em !important;
}

.w-67e {
  width: 67em !important;
}

.w-68e {
  width: 68em !important;
}

.w-69e {
  width: 69em !important;
}

.w-70e {
  width: 70em !important;
}

.w-71e {
  width: 71em !important;
}

.w-72e {
  width: 72em !important;
}

.w-73e {
  width: 73em !important;
}

.w-74e {
  width: 74em !important;
}

.w-75e {
  width: 75em !important;
}

.w-76e {
  width: 76em !important;
}

.w-77e {
  width: 77em !important;
}

.w-78e {
  width: 78em !important;
}

.w-79e {
  width: 79em !important;
}

.w-80e {
  width: 80em !important;
}

.w-81e {
  width: 81em !important;
}

.w-82e {
  width: 82em !important;
}

.w-83e {
  width: 83em !important;
}

.w-84e {
  width: 84em !important;
}

.w-85e {
  width: 85em !important;
}

.w-86e {
  width: 86em !important;
}

.w-87e {
  width: 87em !important;
}

.w-88e {
  width: 88em !important;
}

.w-89e {
  width: 89em !important;
}

.w-90e {
  width: 90em !important;
}

.w-91e {
  width: 91em !important;
}

.w-92e {
  width: 92em !important;
}

.w-93e {
  width: 93em !important;
}

.w-94e {
  width: 94em !important;
}

.w-95e {
  width: 95em !important;
}

.w-96e {
  width: 96em !important;
}

.w-97e {
  width: 97em !important;
}

.w-98e {
  width: 98em !important;
}

.w-99e {
  width: 99em !important;
}

.w-100e {
  width: 100em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-w-d5e {
    width: 0.5em !important;
  }
  .sp-w-1e {
    width: 1em !important;
  }
  .sp-w-1d5e {
    width: 1.5em !important;
  }
  .sp-w-2e {
    width: 2em !important;
  }
  .sp-w-2d5e {
    width: 2.5em !important;
  }
  .sp-w-3e {
    width: 3em !important;
  }
  .sp-w-3d5e {
    width: 3.5em !important;
  }
  .sp-w-4e {
    width: 4em !important;
  }
  .sp-w-4d5e {
    width: 4.5em !important;
  }
  .sp-w-5e {
    width: 5em !important;
  }
  .sp-w-5d5e {
    width: 5.5em !important;
  }
  .sp-w-6e {
    width: 6em !important;
  }
  .sp-w-6d5e {
    width: 6.5em !important;
  }
  .sp-w-7e {
    width: 7em !important;
  }
  .sp-w-7d5e {
    width: 7.5em !important;
  }
  .sp-w-8e {
    width: 8em !important;
  }
  .sp-w-8d5e {
    width: 8.5em !important;
  }
  .sp-w-9e {
    width: 9em !important;
  }
  .sp-w-9d5e {
    width: 9.5em !important;
  }
  .sp-w-10e {
    width: 10em !important;
  }
  .sp-w-11e {
    width: 11em !important;
  }
  .sp-w-12e {
    width: 12em !important;
  }
  .sp-w-13e {
    width: 13em !important;
  }
  .sp-w-14e {
    width: 14em !important;
  }
  .sp-w-15e {
    width: 15em !important;
  }
  .sp-w-16e {
    width: 16em !important;
  }
  .sp-w-17e {
    width: 17em !important;
  }
  .sp-w-18e {
    width: 18em !important;
  }
  .sp-w-19e {
    width: 19em !important;
  }
  .sp-w-20e {
    width: 20em !important;
  }
  .sp-w-21e {
    width: 21em !important;
  }
  .sp-w-22e {
    width: 22em !important;
  }
  .sp-w-23e {
    width: 23em !important;
  }
  .sp-w-24e {
    width: 24em !important;
  }
  .sp-w-25e {
    width: 25em !important;
  }
  .sp-w-26e {
    width: 26em !important;
  }
  .sp-w-27e {
    width: 27em !important;
  }
  .sp-w-28e {
    width: 28em !important;
  }
  .sp-w-29e {
    width: 29em !important;
  }
  .sp-w-30e {
    width: 30em !important;
  }
  .sp-w-31e {
    width: 31em !important;
  }
  .sp-w-32e {
    width: 32em !important;
  }
  .sp-w-33e {
    width: 33em !important;
  }
  .sp-w-34e {
    width: 34em !important;
  }
  .sp-w-35e {
    width: 35em !important;
  }
  .sp-w-36e {
    width: 36em !important;
  }
  .sp-w-37e {
    width: 37em !important;
  }
  .sp-w-38e {
    width: 38em !important;
  }
  .sp-w-39e {
    width: 39em !important;
  }
  .sp-w-40e {
    width: 40em !important;
  }
  .sp-w-41e {
    width: 41em !important;
  }
  .sp-w-42e {
    width: 42em !important;
  }
  .sp-w-43e {
    width: 43em !important;
  }
  .sp-w-44e {
    width: 44em !important;
  }
  .sp-w-45e {
    width: 45em !important;
  }
  .sp-w-46e {
    width: 46em !important;
  }
  .sp-w-47e {
    width: 47em !important;
  }
  .sp-w-48e {
    width: 48em !important;
  }
  .sp-w-49e {
    width: 49em !important;
  }
  .sp-w-50e {
    width: 50em !important;
  }
  .sp-w-51e {
    width: 51em !important;
  }
  .sp-w-52e {
    width: 52em !important;
  }
  .sp-w-53e {
    width: 53em !important;
  }
  .sp-w-54e {
    width: 54em !important;
  }
  .sp-w-55e {
    width: 55em !important;
  }
  .sp-w-56e {
    width: 56em !important;
  }
  .sp-w-57e {
    width: 57em !important;
  }
  .sp-w-58e {
    width: 58em !important;
  }
  .sp-w-59e {
    width: 59em !important;
  }
  .sp-w-60e {
    width: 60em !important;
  }
  .sp-w-61e {
    width: 61em !important;
  }
  .sp-w-62e {
    width: 62em !important;
  }
  .sp-w-63e {
    width: 63em !important;
  }
  .sp-w-64e {
    width: 64em !important;
  }
  .sp-w-65e {
    width: 65em !important;
  }
  .sp-w-66e {
    width: 66em !important;
  }
  .sp-w-67e {
    width: 67em !important;
  }
  .sp-w-68e {
    width: 68em !important;
  }
  .sp-w-69e {
    width: 69em !important;
  }
  .sp-w-70e {
    width: 70em !important;
  }
  .sp-w-71e {
    width: 71em !important;
  }
  .sp-w-72e {
    width: 72em !important;
  }
  .sp-w-73e {
    width: 73em !important;
  }
  .sp-w-74e {
    width: 74em !important;
  }
  .sp-w-75e {
    width: 75em !important;
  }
  .sp-w-76e {
    width: 76em !important;
  }
  .sp-w-77e {
    width: 77em !important;
  }
  .sp-w-78e {
    width: 78em !important;
  }
  .sp-w-79e {
    width: 79em !important;
  }
  .sp-w-80e {
    width: 80em !important;
  }
  .sp-w-81e {
    width: 81em !important;
  }
  .sp-w-82e {
    width: 82em !important;
  }
  .sp-w-83e {
    width: 83em !important;
  }
  .sp-w-84e {
    width: 84em !important;
  }
  .sp-w-85e {
    width: 85em !important;
  }
  .sp-w-86e {
    width: 86em !important;
  }
  .sp-w-87e {
    width: 87em !important;
  }
  .sp-w-88e {
    width: 88em !important;
  }
  .sp-w-89e {
    width: 89em !important;
  }
  .sp-w-90e {
    width: 90em !important;
  }
  .sp-w-91e {
    width: 91em !important;
  }
  .sp-w-92e {
    width: 92em !important;
  }
  .sp-w-93e {
    width: 93em !important;
  }
  .sp-w-94e {
    width: 94em !important;
  }
  .sp-w-95e {
    width: 95em !important;
  }
  .sp-w-96e {
    width: 96em !important;
  }
  .sp-w-97e {
    width: 97em !important;
  }
  .sp-w-98e {
    width: 98em !important;
  }
  .sp-w-99e {
    width: 99em !important;
  }
  .sp-w-100e {
    width: 100em !important;
  }
}
/* layout: em max-width */
/* -------------------------------------------------------------------------- */
.max-w-d5e {
  max-width: 0.5em !important;
}

.max-w-1e {
  max-width: 1em !important;
}

.max-w-1d5e {
  max-width: 1.5em !important;
}

.max-w-2e {
  max-width: 2em !important;
}

.max-w-2d5e {
  max-width: 2.5em !important;
}

.max-w-3e {
  max-width: 3em !important;
}

.max-w-3d5e {
  max-width: 3.5em !important;
}

.max-w-4e {
  max-width: 4em !important;
}

.max-w-4d5e {
  max-width: 4.5em !important;
}

.max-w-5e {
  max-width: 5em !important;
}

.max-w-5d5e {
  max-width: 5.5em !important;
}

.max-w-6e {
  max-width: 6em !important;
}

.max-w-6d5e {
  max-width: 6.5em !important;
}

.max-w-7e {
  max-width: 7em !important;
}

.max-w-7d5e {
  max-width: 7.5em !important;
}

.max-w-8e {
  max-width: 8em !important;
}

.max-w-8d5e {
  max-width: 8.5em !important;
}

.max-w-9e {
  max-width: 9em !important;
}

.max-w-9d5e {
  max-width: 9.5em !important;
}

.max-w-10e {
  max-width: 10em !important;
}

.max-w-11e {
  max-width: 11em !important;
}

.max-w-12e {
  max-width: 12em !important;
}

.max-w-13e {
  max-width: 13em !important;
}

.max-w-14e {
  max-width: 14em !important;
}

.max-w-15e {
  max-width: 15em !important;
}

.max-w-16e {
  max-width: 16em !important;
}

.max-w-17e {
  max-width: 17em !important;
}

.max-w-18e {
  max-width: 18em !important;
}

.max-w-19e {
  max-width: 19em !important;
}

.max-w-20e {
  max-width: 20em !important;
}

.max-w-21e {
  max-width: 21em !important;
}

.max-w-22e {
  max-width: 22em !important;
}

.max-w-23e {
  max-width: 23em !important;
}

.max-w-24e {
  max-width: 24em !important;
}

.max-w-25e {
  max-width: 25em !important;
}

.max-w-26e {
  max-width: 26em !important;
}

.max-w-27e {
  max-width: 27em !important;
}

.max-w-28e {
  max-width: 28em !important;
}

.max-w-29e {
  max-width: 29em !important;
}

.max-w-30e {
  max-width: 30em !important;
}

.max-w-31e {
  max-width: 31em !important;
}

.max-w-32e {
  max-width: 32em !important;
}

.max-w-33e {
  max-width: 33em !important;
}

.max-w-34e {
  max-width: 34em !important;
}

.max-w-35e {
  max-width: 35em !important;
}

.max-w-36e {
  max-width: 36em !important;
}

.max-w-37e {
  max-width: 37em !important;
}

.max-w-38e {
  max-width: 38em !important;
}

.max-w-39e {
  max-width: 39em !important;
}

.max-w-40e {
  max-width: 40em !important;
}

.max-w-41e {
  max-width: 41em !important;
}

.max-w-42e {
  max-width: 42em !important;
}

.max-w-43e {
  max-width: 43em !important;
}

.max-w-44e {
  max-width: 44em !important;
}

.max-w-45e {
  max-width: 45em !important;
}

.max-w-46e {
  max-width: 46em !important;
}

.max-w-47e {
  max-width: 47em !important;
}

.max-w-48e {
  max-width: 48em !important;
}

.max-w-49e {
  max-width: 49em !important;
}

.max-w-50e {
  max-width: 50em !important;
}

.max-w-51e {
  max-width: 51em !important;
}

.max-w-52e {
  max-width: 52em !important;
}

.max-w-53e {
  max-width: 53em !important;
}

.max-w-54e {
  max-width: 54em !important;
}

.max-w-55e {
  max-width: 55em !important;
}

.max-w-56e {
  max-width: 56em !important;
}

.max-w-57e {
  max-width: 57em !important;
}

.max-w-58e {
  max-width: 58em !important;
}

.max-w-59e {
  max-width: 59em !important;
}

.max-w-60e {
  max-width: 60em !important;
}

.max-w-61e {
  max-width: 61em !important;
}

.max-w-62e {
  max-width: 62em !important;
}

.max-w-63e {
  max-width: 63em !important;
}

.max-w-64e {
  max-width: 64em !important;
}

.max-w-65e {
  max-width: 65em !important;
}

.max-w-66e {
  max-width: 66em !important;
}

.max-w-67e {
  max-width: 67em !important;
}

.max-w-68e {
  max-width: 68em !important;
}

.max-w-69e {
  max-width: 69em !important;
}

.max-w-70e {
  max-width: 70em !important;
}

.max-w-71e {
  max-width: 71em !important;
}

.max-w-72e {
  max-width: 72em !important;
}

.max-w-73e {
  max-width: 73em !important;
}

.max-w-74e {
  max-width: 74em !important;
}

.max-w-75e {
  max-width: 75em !important;
}

.max-w-76e {
  max-width: 76em !important;
}

.max-w-77e {
  max-width: 77em !important;
}

.max-w-78e {
  max-width: 78em !important;
}

.max-w-79e {
  max-width: 79em !important;
}

.max-w-80e {
  max-width: 80em !important;
}

.max-w-81e {
  max-width: 81em !important;
}

.max-w-82e {
  max-width: 82em !important;
}

.max-w-83e {
  max-width: 83em !important;
}

.max-w-84e {
  max-width: 84em !important;
}

.max-w-85e {
  max-width: 85em !important;
}

.max-w-86e {
  max-width: 86em !important;
}

.max-w-87e {
  max-width: 87em !important;
}

.max-w-88e {
  max-width: 88em !important;
}

.max-w-89e {
  max-width: 89em !important;
}

.max-w-90e {
  max-width: 90em !important;
}

.max-w-91e {
  max-width: 91em !important;
}

.max-w-92e {
  max-width: 92em !important;
}

.max-w-93e {
  max-width: 93em !important;
}

.max-w-94e {
  max-width: 94em !important;
}

.max-w-95e {
  max-width: 95em !important;
}

.max-w-96e {
  max-width: 96em !important;
}

.max-w-97e {
  max-width: 97em !important;
}

.max-w-98e {
  max-width: 98em !important;
}

.max-w-99e {
  max-width: 99em !important;
}

.max-w-100e {
  max-width: 100em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-max-w-d5e {
    max-width: 0.5em !important;
  }
  .sp-max-w-1e {
    max-width: 1em !important;
  }
  .sp-max-w-1d5e {
    max-width: 1.5em !important;
  }
  .sp-max-w-2e {
    max-width: 2em !important;
  }
  .sp-max-w-2d5e {
    max-width: 2.5em !important;
  }
  .sp-max-w-3e {
    max-width: 3em !important;
  }
  .sp-max-w-3d5e {
    max-width: 3.5em !important;
  }
  .sp-max-w-4e {
    max-width: 4em !important;
  }
  .sp-max-w-4d5e {
    max-width: 4.5em !important;
  }
  .sp-max-w-5e {
    max-width: 5em !important;
  }
  .sp-max-w-5d5e {
    max-width: 5.5em !important;
  }
  .sp-max-w-6e {
    max-width: 6em !important;
  }
  .sp-max-w-6d5e {
    max-width: 6.5em !important;
  }
  .sp-max-w-7e {
    max-width: 7em !important;
  }
  .sp-max-w-7d5e {
    max-width: 7.5em !important;
  }
  .sp-max-w-8e {
    max-width: 8em !important;
  }
  .sp-max-w-8d5e {
    max-width: 8.5em !important;
  }
  .sp-max-w-9e {
    max-width: 9em !important;
  }
  .sp-max-w-9d5e {
    max-width: 9.5em !important;
  }
  .sp-max-w-10e {
    max-width: 10em !important;
  }
  .sp-max-w-11e {
    max-width: 11em !important;
  }
  .sp-max-w-12e {
    max-width: 12em !important;
  }
  .sp-max-w-13e {
    max-width: 13em !important;
  }
  .sp-max-w-14e {
    max-width: 14em !important;
  }
  .sp-max-w-15e {
    max-width: 15em !important;
  }
  .sp-max-w-16e {
    max-width: 16em !important;
  }
  .sp-max-w-17e {
    max-width: 17em !important;
  }
  .sp-max-w-18e {
    max-width: 18em !important;
  }
  .sp-max-w-19e {
    max-width: 19em !important;
  }
  .sp-max-w-20e {
    max-width: 20em !important;
  }
  .sp-max-w-21e {
    max-width: 21em !important;
  }
  .sp-max-w-22e {
    max-width: 22em !important;
  }
  .sp-max-w-23e {
    max-width: 23em !important;
  }
  .sp-max-w-24e {
    max-width: 24em !important;
  }
  .sp-max-w-25e {
    max-width: 25em !important;
  }
  .sp-max-w-26e {
    max-width: 26em !important;
  }
  .sp-max-w-27e {
    max-width: 27em !important;
  }
  .sp-max-w-28e {
    max-width: 28em !important;
  }
  .sp-max-w-29e {
    max-width: 29em !important;
  }
  .sp-max-w-30e {
    max-width: 30em !important;
  }
  .sp-max-w-31e {
    max-width: 31em !important;
  }
  .sp-max-w-32e {
    max-width: 32em !important;
  }
  .sp-max-w-33e {
    max-width: 33em !important;
  }
  .sp-max-w-34e {
    max-width: 34em !important;
  }
  .sp-max-w-35e {
    max-width: 35em !important;
  }
  .sp-max-w-36e {
    max-width: 36em !important;
  }
  .sp-max-w-37e {
    max-width: 37em !important;
  }
  .sp-max-w-38e {
    max-width: 38em !important;
  }
  .sp-max-w-39e {
    max-width: 39em !important;
  }
  .sp-max-w-40e {
    max-width: 40em !important;
  }
  .sp-max-w-41e {
    max-width: 41em !important;
  }
  .sp-max-w-42e {
    max-width: 42em !important;
  }
  .sp-max-w-43e {
    max-width: 43em !important;
  }
  .sp-max-w-44e {
    max-width: 44em !important;
  }
  .sp-max-w-45e {
    max-width: 45em !important;
  }
  .sp-max-w-46e {
    max-width: 46em !important;
  }
  .sp-max-w-47e {
    max-width: 47em !important;
  }
  .sp-max-w-48e {
    max-width: 48em !important;
  }
  .sp-max-w-49e {
    max-width: 49em !important;
  }
  .sp-max-w-50e {
    max-width: 50em !important;
  }
  .sp-max-w-51e {
    max-width: 51em !important;
  }
  .sp-max-w-52e {
    max-width: 52em !important;
  }
  .sp-max-w-53e {
    max-width: 53em !important;
  }
  .sp-max-w-54e {
    max-width: 54em !important;
  }
  .sp-max-w-55e {
    max-width: 55em !important;
  }
  .sp-max-w-56e {
    max-width: 56em !important;
  }
  .sp-max-w-57e {
    max-width: 57em !important;
  }
  .sp-max-w-58e {
    max-width: 58em !important;
  }
  .sp-max-w-59e {
    max-width: 59em !important;
  }
  .sp-max-w-60e {
    max-width: 60em !important;
  }
  .sp-max-w-61e {
    max-width: 61em !important;
  }
  .sp-max-w-62e {
    max-width: 62em !important;
  }
  .sp-max-w-63e {
    max-width: 63em !important;
  }
  .sp-max-w-64e {
    max-width: 64em !important;
  }
  .sp-max-w-65e {
    max-width: 65em !important;
  }
  .sp-max-w-66e {
    max-width: 66em !important;
  }
  .sp-max-w-67e {
    max-width: 67em !important;
  }
  .sp-max-w-68e {
    max-width: 68em !important;
  }
  .sp-max-w-69e {
    max-width: 69em !important;
  }
  .sp-max-w-70e {
    max-width: 70em !important;
  }
  .sp-max-w-71e {
    max-width: 71em !important;
  }
  .sp-max-w-72e {
    max-width: 72em !important;
  }
  .sp-max-w-73e {
    max-width: 73em !important;
  }
  .sp-max-w-74e {
    max-width: 74em !important;
  }
  .sp-max-w-75e {
    max-width: 75em !important;
  }
  .sp-max-w-76e {
    max-width: 76em !important;
  }
  .sp-max-w-77e {
    max-width: 77em !important;
  }
  .sp-max-w-78e {
    max-width: 78em !important;
  }
  .sp-max-w-79e {
    max-width: 79em !important;
  }
  .sp-max-w-80e {
    max-width: 80em !important;
  }
  .sp-max-w-81e {
    max-width: 81em !important;
  }
  .sp-max-w-82e {
    max-width: 82em !important;
  }
  .sp-max-w-83e {
    max-width: 83em !important;
  }
  .sp-max-w-84e {
    max-width: 84em !important;
  }
  .sp-max-w-85e {
    max-width: 85em !important;
  }
  .sp-max-w-86e {
    max-width: 86em !important;
  }
  .sp-max-w-87e {
    max-width: 87em !important;
  }
  .sp-max-w-88e {
    max-width: 88em !important;
  }
  .sp-max-w-89e {
    max-width: 89em !important;
  }
  .sp-max-w-90e {
    max-width: 90em !important;
  }
  .sp-max-w-91e {
    max-width: 91em !important;
  }
  .sp-max-w-92e {
    max-width: 92em !important;
  }
  .sp-max-w-93e {
    max-width: 93em !important;
  }
  .sp-max-w-94e {
    max-width: 94em !important;
  }
  .sp-max-w-95e {
    max-width: 95em !important;
  }
  .sp-max-w-96e {
    max-width: 96em !important;
  }
  .sp-max-w-97e {
    max-width: 97em !important;
  }
  .sp-max-w-98e {
    max-width: 98em !important;
  }
  .sp-max-w-99e {
    max-width: 99em !important;
  }
  .sp-max-w-100e {
    max-width: 100em !important;
  }
}
/* layout: em min-width */
/* -------------------------------------------------------------------------- */
.min-w-d5e {
  min-width: 0.5em !important;
}

.min-w-1e {
  min-width: 1em !important;
}

.min-w-1d5e {
  min-width: 1.5em !important;
}

.min-w-2e {
  min-width: 2em !important;
}

.min-w-2d5e {
  min-width: 2.5em !important;
}

.min-w-3e {
  min-width: 3em !important;
}

.min-w-3d5e {
  min-width: 3.5em !important;
}

.min-w-4e {
  min-width: 4em !important;
}

.min-w-4d5e {
  min-width: 4.5em !important;
}

.min-w-5e {
  min-width: 5em !important;
}

.min-w-5d5e {
  min-width: 5.5em !important;
}

.min-w-6e {
  min-width: 6em !important;
}

.min-w-6d5e {
  min-width: 6.5em !important;
}

.min-w-7e {
  min-width: 7em !important;
}

.min-w-7d5e {
  min-width: 7.5em !important;
}

.min-w-8e {
  min-width: 8em !important;
}

.min-w-8d5e {
  min-width: 8.5em !important;
}

.min-w-9e {
  min-width: 9em !important;
}

.min-w-9d5e {
  min-width: 9.5em !important;
}

.min-w-10e {
  min-width: 10em !important;
}

.min-w-11e {
  min-width: 11em !important;
}

.min-w-12e {
  min-width: 12em !important;
}

.min-w-13e {
  min-width: 13em !important;
}

.min-w-14e {
  min-width: 14em !important;
}

.min-w-15e {
  min-width: 15em !important;
}

.min-w-16e {
  min-width: 16em !important;
}

.min-w-17e {
  min-width: 17em !important;
}

.min-w-18e {
  min-width: 18em !important;
}

.min-w-19e {
  min-width: 19em !important;
}

.min-w-20e {
  min-width: 20em !important;
}

.min-w-21e {
  min-width: 21em !important;
}

.min-w-22e {
  min-width: 22em !important;
}

.min-w-23e {
  min-width: 23em !important;
}

.min-w-24e {
  min-width: 24em !important;
}

.min-w-25e {
  min-width: 25em !important;
}

.min-w-26e {
  min-width: 26em !important;
}

.min-w-27e {
  min-width: 27em !important;
}

.min-w-28e {
  min-width: 28em !important;
}

.min-w-29e {
  min-width: 29em !important;
}

.min-w-30e {
  min-width: 30em !important;
}

.min-w-31e {
  min-width: 31em !important;
}

.min-w-32e {
  min-width: 32em !important;
}

.min-w-33e {
  min-width: 33em !important;
}

.min-w-34e {
  min-width: 34em !important;
}

.min-w-35e {
  min-width: 35em !important;
}

.min-w-36e {
  min-width: 36em !important;
}

.min-w-37e {
  min-width: 37em !important;
}

.min-w-38e {
  min-width: 38em !important;
}

.min-w-39e {
  min-width: 39em !important;
}

.min-w-40e {
  min-width: 40em !important;
}

.min-w-41e {
  min-width: 41em !important;
}

.min-w-42e {
  min-width: 42em !important;
}

.min-w-43e {
  min-width: 43em !important;
}

.min-w-44e {
  min-width: 44em !important;
}

.min-w-45e {
  min-width: 45em !important;
}

.min-w-46e {
  min-width: 46em !important;
}

.min-w-47e {
  min-width: 47em !important;
}

.min-w-48e {
  min-width: 48em !important;
}

.min-w-49e {
  min-width: 49em !important;
}

.min-w-50e {
  min-width: 50em !important;
}

.min-w-51e {
  min-width: 51em !important;
}

.min-w-52e {
  min-width: 52em !important;
}

.min-w-53e {
  min-width: 53em !important;
}

.min-w-54e {
  min-width: 54em !important;
}

.min-w-55e {
  min-width: 55em !important;
}

.min-w-56e {
  min-width: 56em !important;
}

.min-w-57e {
  min-width: 57em !important;
}

.min-w-58e {
  min-width: 58em !important;
}

.min-w-59e {
  min-width: 59em !important;
}

.min-w-60e {
  min-width: 60em !important;
}

.min-w-61e {
  min-width: 61em !important;
}

.min-w-62e {
  min-width: 62em !important;
}

.min-w-63e {
  min-width: 63em !important;
}

.min-w-64e {
  min-width: 64em !important;
}

.min-w-65e {
  min-width: 65em !important;
}

.min-w-66e {
  min-width: 66em !important;
}

.min-w-67e {
  min-width: 67em !important;
}

.min-w-68e {
  min-width: 68em !important;
}

.min-w-69e {
  min-width: 69em !important;
}

.min-w-70e {
  min-width: 70em !important;
}

.min-w-71e {
  min-width: 71em !important;
}

.min-w-72e {
  min-width: 72em !important;
}

.min-w-73e {
  min-width: 73em !important;
}

.min-w-74e {
  min-width: 74em !important;
}

.min-w-75e {
  min-width: 75em !important;
}

.min-w-76e {
  min-width: 76em !important;
}

.min-w-77e {
  min-width: 77em !important;
}

.min-w-78e {
  min-width: 78em !important;
}

.min-w-79e {
  min-width: 79em !important;
}

.min-w-80e {
  min-width: 80em !important;
}

.min-w-81e {
  min-width: 81em !important;
}

.min-w-82e {
  min-width: 82em !important;
}

.min-w-83e {
  min-width: 83em !important;
}

.min-w-84e {
  min-width: 84em !important;
}

.min-w-85e {
  min-width: 85em !important;
}

.min-w-86e {
  min-width: 86em !important;
}

.min-w-87e {
  min-width: 87em !important;
}

.min-w-88e {
  min-width: 88em !important;
}

.min-w-89e {
  min-width: 89em !important;
}

.min-w-90e {
  min-width: 90em !important;
}

.min-w-91e {
  min-width: 91em !important;
}

.min-w-92e {
  min-width: 92em !important;
}

.min-w-93e {
  min-width: 93em !important;
}

.min-w-94e {
  min-width: 94em !important;
}

.min-w-95e {
  min-width: 95em !important;
}

.min-w-96e {
  min-width: 96em !important;
}

.min-w-97e {
  min-width: 97em !important;
}

.min-w-98e {
  min-width: 98em !important;
}

.min-w-99e {
  min-width: 99em !important;
}

.min-w-100e {
  min-width: 100em !important;
}

@media screen and (min-min-width: 768px) and (orientation: portrait) {
  .sp-min-w-d5e {
    min-width: 0.5em !important;
  }
  .sp-min-w-1e {
    min-width: 1em !important;
  }
  .sp-min-w-1d5e {
    min-width: 1.5em !important;
  }
  .sp-min-w-2e {
    min-width: 2em !important;
  }
  .sp-min-w-2d5e {
    min-width: 2.5em !important;
  }
  .sp-min-w-3e {
    min-width: 3em !important;
  }
  .sp-min-w-3d5e {
    min-width: 3.5em !important;
  }
  .sp-min-w-4e {
    min-width: 4em !important;
  }
  .sp-min-w-4d5e {
    min-width: 4.5em !important;
  }
  .sp-min-w-5e {
    min-width: 5em !important;
  }
  .sp-min-w-5d5e {
    min-width: 5.5em !important;
  }
  .sp-min-w-6e {
    min-width: 6em !important;
  }
  .sp-min-w-6d5e {
    min-width: 6.5em !important;
  }
  .sp-min-w-7e {
    min-width: 7em !important;
  }
  .sp-min-w-7d5e {
    min-width: 7.5em !important;
  }
  .sp-min-w-8e {
    min-width: 8em !important;
  }
  .sp-min-w-8d5e {
    min-width: 8.5em !important;
  }
  .sp-min-w-9e {
    min-width: 9em !important;
  }
  .sp-min-w-9d5e {
    min-width: 9.5em !important;
  }
  .sp-min-w-10e {
    min-width: 10em !important;
  }
  .sp-min-w-11e {
    min-width: 11em !important;
  }
  .sp-min-w-12e {
    min-width: 12em !important;
  }
  .sp-min-w-13e {
    min-width: 13em !important;
  }
  .sp-min-w-14e {
    min-width: 14em !important;
  }
  .sp-min-w-15e {
    min-width: 15em !important;
  }
  .sp-min-w-16e {
    min-width: 16em !important;
  }
  .sp-min-w-17e {
    min-width: 17em !important;
  }
  .sp-min-w-18e {
    min-width: 18em !important;
  }
  .sp-min-w-19e {
    min-width: 19em !important;
  }
  .sp-min-w-20e {
    min-width: 20em !important;
  }
  .sp-min-w-21e {
    min-width: 21em !important;
  }
  .sp-min-w-22e {
    min-width: 22em !important;
  }
  .sp-min-w-23e {
    min-width: 23em !important;
  }
  .sp-min-w-24e {
    min-width: 24em !important;
  }
  .sp-min-w-25e {
    min-width: 25em !important;
  }
  .sp-min-w-26e {
    min-width: 26em !important;
  }
  .sp-min-w-27e {
    min-width: 27em !important;
  }
  .sp-min-w-28e {
    min-width: 28em !important;
  }
  .sp-min-w-29e {
    min-width: 29em !important;
  }
  .sp-min-w-30e {
    min-width: 30em !important;
  }
  .sp-min-w-31e {
    min-width: 31em !important;
  }
  .sp-min-w-32e {
    min-width: 32em !important;
  }
  .sp-min-w-33e {
    min-width: 33em !important;
  }
  .sp-min-w-34e {
    min-width: 34em !important;
  }
  .sp-min-w-35e {
    min-width: 35em !important;
  }
  .sp-min-w-36e {
    min-width: 36em !important;
  }
  .sp-min-w-37e {
    min-width: 37em !important;
  }
  .sp-min-w-38e {
    min-width: 38em !important;
  }
  .sp-min-w-39e {
    min-width: 39em !important;
  }
  .sp-min-w-40e {
    min-width: 40em !important;
  }
  .sp-min-w-41e {
    min-width: 41em !important;
  }
  .sp-min-w-42e {
    min-width: 42em !important;
  }
  .sp-min-w-43e {
    min-width: 43em !important;
  }
  .sp-min-w-44e {
    min-width: 44em !important;
  }
  .sp-min-w-45e {
    min-width: 45em !important;
  }
  .sp-min-w-46e {
    min-width: 46em !important;
  }
  .sp-min-w-47e {
    min-width: 47em !important;
  }
  .sp-min-w-48e {
    min-width: 48em !important;
  }
  .sp-min-w-49e {
    min-width: 49em !important;
  }
  .sp-min-w-50e {
    min-width: 50em !important;
  }
  .sp-min-w-51e {
    min-width: 51em !important;
  }
  .sp-min-w-52e {
    min-width: 52em !important;
  }
  .sp-min-w-53e {
    min-width: 53em !important;
  }
  .sp-min-w-54e {
    min-width: 54em !important;
  }
  .sp-min-w-55e {
    min-width: 55em !important;
  }
  .sp-min-w-56e {
    min-width: 56em !important;
  }
  .sp-min-w-57e {
    min-width: 57em !important;
  }
  .sp-min-w-58e {
    min-width: 58em !important;
  }
  .sp-min-w-59e {
    min-width: 59em !important;
  }
  .sp-min-w-60e {
    min-width: 60em !important;
  }
  .sp-min-w-61e {
    min-width: 61em !important;
  }
  .sp-min-w-62e {
    min-width: 62em !important;
  }
  .sp-min-w-63e {
    min-width: 63em !important;
  }
  .sp-min-w-64e {
    min-width: 64em !important;
  }
  .sp-min-w-65e {
    min-width: 65em !important;
  }
  .sp-min-w-66e {
    min-width: 66em !important;
  }
  .sp-min-w-67e {
    min-width: 67em !important;
  }
  .sp-min-w-68e {
    min-width: 68em !important;
  }
  .sp-min-w-69e {
    min-width: 69em !important;
  }
  .sp-min-w-70e {
    min-width: 70em !important;
  }
  .sp-min-w-71e {
    min-width: 71em !important;
  }
  .sp-min-w-72e {
    min-width: 72em !important;
  }
  .sp-min-w-73e {
    min-width: 73em !important;
  }
  .sp-min-w-74e {
    min-width: 74em !important;
  }
  .sp-min-w-75e {
    min-width: 75em !important;
  }
  .sp-min-w-76e {
    min-width: 76em !important;
  }
  .sp-min-w-77e {
    min-width: 77em !important;
  }
  .sp-min-w-78e {
    min-width: 78em !important;
  }
  .sp-min-w-79e {
    min-width: 79em !important;
  }
  .sp-min-w-80e {
    min-width: 80em !important;
  }
  .sp-min-w-81e {
    min-width: 81em !important;
  }
  .sp-min-w-82e {
    min-width: 82em !important;
  }
  .sp-min-w-83e {
    min-width: 83em !important;
  }
  .sp-min-w-84e {
    min-width: 84em !important;
  }
  .sp-min-w-85e {
    min-width: 85em !important;
  }
  .sp-min-w-86e {
    min-width: 86em !important;
  }
  .sp-min-w-87e {
    min-width: 87em !important;
  }
  .sp-min-w-88e {
    min-width: 88em !important;
  }
  .sp-min-w-89e {
    min-width: 89em !important;
  }
  .sp-min-w-90e {
    min-width: 90em !important;
  }
  .sp-min-w-91e {
    min-width: 91em !important;
  }
  .sp-min-w-92e {
    min-width: 92em !important;
  }
  .sp-min-w-93e {
    min-width: 93em !important;
  }
  .sp-min-w-94e {
    min-width: 94em !important;
  }
  .sp-min-w-95e {
    min-width: 95em !important;
  }
  .sp-min-w-96e {
    min-width: 96em !important;
  }
  .sp-min-w-97e {
    min-width: 97em !important;
  }
  .sp-min-w-98e {
    min-width: 98em !important;
  }
  .sp-min-w-99e {
    min-width: 99em !important;
  }
  .sp-min-w-100e {
    min-width: 100em !important;
  }
}
/* layout: percentage height */
/* -------------------------------------------------------------------------- */
.h-100p {
  height: 100% !important;
}

.h-90p {
  height: 90% !important;
}

.h-80p {
  height: 80% !important;
}

.h-70p {
  height: 70% !important;
}

.h-60p {
  height: 60% !important;
}

.h-50p {
  height: 50% !important;
}

.h-40p {
  height: 40% !important;
}

.h-30p {
  height: 30% !important;
}

.h-20p {
  height: 20% !important;
}

.h-10p {
  height: 10% !important;
}

.h-auto {
  height: auto !important;
}

.h-small {
  height: 33.333% !important;
}

.h-middle {
  height: 66.666% !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-h-100p {
    height: 100% !important;
  }
  .sp-h-90p {
    height: 90% !important;
  }
  .sp-h-80p {
    height: 80% !important;
  }
  .sp-h-70p {
    height: 70% !important;
  }
  .sp-h-60p {
    height: 60% !important;
  }
  .sp-h-50p {
    height: 50% !important;
  }
  .sp-h-40p {
    height: 40% !important;
  }
  .sp-h-30p {
    height: 30% !important;
  }
  .sp-h-20p {
    height: 20% !important;
  }
  .sp-h-10p {
    height: 10% !important;
  }
  .sp-h-auto {
    height: auto !important;
  }
  .sp-h-small {
    height: 33.333% !important;
  }
  .sp-h-middle {
    height: 66.666% !important;
  }
}
/* layout: em height */
/* -------------------------------------------------------------------------- */
.h-inherit {
  height: inherit !important;
}

.h-d5e {
  height: 0.5em !important;
}

.h-1e {
  height: 1em !important;
}

.h-1d5e {
  height: 1.5em !important;
}

.h-2e {
  height: 2em !important;
}

.h-2d5e {
  height: 2.5em !important;
}

.h-3e {
  height: 3em !important;
}

.h-3d5e {
  height: 3.5em !important;
}

.h-4e {
  height: 4em !important;
}

.h-4d5e {
  height: 4.5em !important;
}

.h-5e {
  height: 5em !important;
}

.h-5d5e {
  height: 5.5em !important;
}

.h-6e {
  height: 6em !important;
}

.h-6d5e {
  height: 6.5em !important;
}

.h-7e {
  height: 7em !important;
}

.h-7d5e {
  height: 7.5em !important;
}

.h-8e {
  height: 8em !important;
}

.h-8d5e {
  height: 8.5em !important;
}

.h-9e {
  height: 9em !important;
}

.h-9d5e {
  height: 9.5em !important;
}

.h-10e {
  height: 10em !important;
}

.h-11e {
  height: 11em !important;
}

.h-12e {
  height: 12em !important;
}

.h-13e {
  height: 13em !important;
}

.h-14e {
  height: 14em !important;
}

.h-15e {
  height: 15em !important;
}

.h-16e {
  height: 16em !important;
}

.h-17e {
  height: 17em !important;
}

.h-18e {
  height: 18em !important;
}

.h-19e {
  height: 19em !important;
}

.h-20e {
  height: 20em !important;
}

.h-21e {
  height: 21em !important;
}

.h-22e {
  height: 22em !important;
}

.h-23e {
  height: 23em !important;
}

.h-24e {
  height: 24em !important;
}

.h-25e {
  height: 25em !important;
}

.h-26e {
  height: 26em !important;
}

.h-27e {
  height: 27em !important;
}

.h-28e {
  height: 28em !important;
}

.h-29e {
  height: 29em !important;
}

.h-30e {
  height: 30em !important;
}

.h-31e {
  height: 31em !important;
}

.h-32e {
  height: 32em !important;
}

.h-33e {
  height: 33em !important;
}

.h-34e {
  height: 34em !important;
}

.h-35e {
  height: 35em !important;
}

.h-36e {
  height: 36em !important;
}

.h-37e {
  height: 37em !important;
}

.h-38e {
  height: 38em !important;
}

.h-39e {
  height: 39em !important;
}

.h-40e {
  height: 40em !important;
}

.h-41e {
  height: 41em !important;
}

.h-42e {
  height: 42em !important;
}

.h-43e {
  height: 43em !important;
}

.h-44e {
  height: 44em !important;
}

.h-45e {
  height: 45em !important;
}

.h-46e {
  height: 46em !important;
}

.h-47e {
  height: 47em !important;
}

.h-48e {
  height: 48em !important;
}

.h-49e {
  height: 49em !important;
}

.h-50e {
  height: 50em !important;
}

.h-51e {
  height: 51em !important;
}

.h-52e {
  height: 52em !important;
}

.h-53e {
  height: 53em !important;
}

.h-54e {
  height: 54em !important;
}

.h-55e {
  height: 55em !important;
}

.h-56e {
  height: 56em !important;
}

.h-57e {
  height: 57em !important;
}

.h-58e {
  height: 58em !important;
}

.h-59e {
  height: 59em !important;
}

.h-60e {
  height: 59em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-h-inherit {
    height: inherit !important;
  }
  .sp-h-d5e {
    height: 0.5em !important;
  }
  .sp-h-1e {
    height: 1em !important;
  }
  .sp-h-1d5e {
    height: 1.5em !important;
  }
  .sp-h-2e {
    height: 2em !important;
  }
  .sp-h-2d5e {
    height: 2.5em !important;
  }
  .sp-h-3e {
    height: 3em !important;
  }
  .sp-h-3d5e {
    height: 3.5em !important;
  }
  .sp-h-4e {
    height: 4em !important;
  }
  .sp-h-4d5e {
    height: 4.5em !important;
  }
  .sp-h-5e {
    height: 5em !important;
  }
  .sp-h-5d5e {
    height: 5.5em !important;
  }
  .sp-h-6e {
    height: 6em !important;
  }
  .sp-h-6d5e {
    height: 6.5em !important;
  }
  .sp-h-7e {
    height: 7em !important;
  }
  .sp-h-7d5e {
    height: 7.5em !important;
  }
  .sp-h-8e {
    height: 8em !important;
  }
  .sp-h-8d5e {
    height: 8.5em !important;
  }
  .sp-h-9e {
    height: 9em !important;
  }
  .sp-h-9d5e {
    height: 9.5em !important;
  }
  .sp-h-10e {
    height: 10em !important;
  }
  .sp-h-11e {
    height: 11em !important;
  }
  .sp-h-12e {
    height: 12em !important;
  }
  .sp-h-13e {
    height: 13em !important;
  }
  .sp-h-14e {
    height: 14em !important;
  }
  .sp-h-15e {
    height: 15em !important;
  }
  .sp-h-16e {
    height: 16em !important;
  }
  .sp-h-17e {
    height: 17em !important;
  }
  .sp-h-18e {
    height: 18em !important;
  }
  .sp-h-19e {
    height: 19em !important;
  }
  .sp-h-20e {
    height: 20em !important;
  }
  .sp-h-21e {
    height: 21em !important;
  }
  .sp-h-22e {
    height: 22em !important;
  }
  .sp-h-23e {
    height: 23em !important;
  }
  .sp-h-24e {
    height: 24em !important;
  }
  .sp-h-25e {
    height: 25em !important;
  }
  .sp-h-26e {
    height: 26em !important;
  }
  .sp-h-27e {
    height: 27em !important;
  }
  .sp-h-28e {
    height: 28em !important;
  }
  .sp-h-29e {
    height: 29em !important;
  }
  .sp-h-30e {
    height: 30em !important;
  }
  .sp-h-31e {
    height: 31em !important;
  }
  .sp-h-32e {
    height: 32em !important;
  }
  .sp-h-33e {
    height: 33em !important;
  }
  .sp-h-34e {
    height: 34em !important;
  }
  .sp-h-35e {
    height: 35em !important;
  }
  .sp-h-36e {
    height: 36em !important;
  }
  .sp-h-37e {
    height: 37em !important;
  }
  .sp-h-38e {
    height: 38em !important;
  }
  .sp-h-39e {
    height: 39em !important;
  }
  .sp-h-40e {
    height: 40em !important;
  }
  .sp-h-41e {
    height: 41em !important;
  }
  .sp-h-42e {
    height: 42em !important;
  }
  .sp-h-43e {
    height: 43em !important;
  }
  .sp-h-44e {
    height: 44em !important;
  }
  .sp-h-45e {
    height: 45em !important;
  }
  .sp-h-46e {
    height: 46em !important;
  }
  .sp-h-47e {
    height: 47em !important;
  }
  .sp-h-48e {
    height: 48em !important;
  }
  .sp-h-49e {
    height: 49em !important;
  }
  .sp-h-50e {
    height: 50em !important;
  }
  .sp-h-51e {
    height: 51em !important;
  }
  .sp-h-52e {
    height: 52em !important;
  }
  .sp-h-53e {
    height: 53em !important;
  }
  .sp-h-54e {
    height: 54em !important;
  }
  .sp-h-55e {
    height: 55em !important;
  }
  .sp-h-56e {
    height: 56em !important;
  }
  .sp-h-57e {
    height: 57em !important;
  }
  .sp-h-58e {
    height: 58em !important;
  }
  .sp-h-59e {
    height: 59em !important;
  }
  .sp-h-60e {
    height: 59em !important;
  }
}
/* layout: em max-height */
/* -------------------------------------------------------------------------- */
.max-h-inherit {
  max-height: inherit !important;
}

.max-h-d5e {
  max-height: 0.5em !important;
}

.max-h-1e {
  max-height: 1em !important;
}

.max-h-1d5e {
  max-height: 1.5em !important;
}

.max-h-2e {
  max-height: 2em !important;
}

.max-h-2d5e {
  max-height: 2.5em !important;
}

.max-h-3e {
  max-height: 3em !important;
}

.max-h-3d5e {
  max-height: 3.5em !important;
}

.max-h-4e {
  max-height: 4em !important;
}

.max-h-4d5e {
  max-height: 4.5em !important;
}

.max-h-5e {
  max-height: 5em !important;
}

.max-h-5d5e {
  max-height: 5.5em !important;
}

.max-h-6e {
  max-height: 6em !important;
}

.max-h-6d5e {
  max-height: 6.5em !important;
}

.max-h-7e {
  max-height: 7em !important;
}

.max-h-7d5e {
  max-height: 7.5em !important;
}

.max-h-8e {
  max-height: 8em !important;
}

.max-h-8d5e {
  max-height: 8.5em !important;
}

.max-h-9e {
  max-height: 9em !important;
}

.max-h-9d5e {
  max-height: 9.5em !important;
}

.max-h-10e {
  max-height: 10em !important;
}

.max-h-11e {
  max-height: 11em !important;
}

.max-h-12e {
  max-height: 12em !important;
}

.max-h-13e {
  max-height: 13em !important;
}

.max-h-14e {
  max-height: 14em !important;
}

.max-h-15e {
  max-height: 15em !important;
}

.max-h-16e {
  max-height: 16em !important;
}

.max-h-17e {
  max-height: 17em !important;
}

.max-h-18e {
  max-height: 18em !important;
}

.max-h-19e {
  max-height: 19em !important;
}

.max-h-20e {
  max-height: 20em !important;
}

.max-h-21e {
  max-height: 21em !important;
}

.max-h-22e {
  max-height: 22em !important;
}

.max-h-23e {
  max-height: 23em !important;
}

.max-h-24e {
  max-height: 24em !important;
}

.max-h-25e {
  max-height: 25em !important;
}

.max-h-26e {
  max-height: 26em !important;
}

.max-h-27e {
  max-height: 27em !important;
}

.max-h-28e {
  max-height: 28em !important;
}

.max-h-29e {
  max-height: 29em !important;
}

.max-h-30e {
  max-height: 30em !important;
}

.max-h-31e {
  max-height: 31em !important;
}

.max-h-32e {
  max-height: 32em !important;
}

.max-h-33e {
  max-height: 33em !important;
}

.max-h-34e {
  max-height: 34em !important;
}

.max-h-35e {
  max-height: 35em !important;
}

.max-h-36e {
  max-height: 36em !important;
}

.max-h-37e {
  max-height: 37em !important;
}

.max-h-38e {
  max-height: 38em !important;
}

.max-h-39e {
  max-height: 39em !important;
}

.max-h-40e {
  max-height: 40em !important;
}

.max-h-41e {
  max-height: 41em !important;
}

.max-h-42e {
  max-height: 42em !important;
}

.max-h-43e {
  max-height: 43em !important;
}

.max-h-44e {
  max-height: 44em !important;
}

.max-h-45e {
  max-height: 45em !important;
}

.max-h-46e {
  max-height: 46em !important;
}

.max-h-47e {
  max-height: 47em !important;
}

.max-h-48e {
  max-height: 48em !important;
}

.max-h-49e {
  max-height: 49em !important;
}

.max-h-50e {
  max-height: 50em !important;
}

.max-h-51e {
  max-height: 51em !important;
}

.max-h-52e {
  max-height: 52em !important;
}

.max-h-53e {
  max-height: 53em !important;
}

.max-h-54e {
  max-height: 54em !important;
}

.max-h-55e {
  max-height: 55em !important;
}

.max-h-56e {
  max-height: 56em !important;
}

.max-h-57e {
  max-height: 57em !important;
}

.max-h-58e {
  max-height: 58em !important;
}

.max-h-59e {
  max-height: 59em !important;
}

.max-h-60e {
  max-height: 59em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-max-h-inherit {
    max-height: inherit !important;
  }
  .sp-max-h-d5e {
    max-height: 0.5em !important;
  }
  .sp-max-h-1e {
    max-height: 1em !important;
  }
  .sp-max-h-1d5e {
    max-height: 1.5em !important;
  }
  .sp-max-h-2e {
    max-height: 2em !important;
  }
  .sp-max-h-2d5e {
    max-height: 2.5em !important;
  }
  .sp-max-h-3e {
    max-height: 3em !important;
  }
  .sp-max-h-3d5e {
    max-height: 3.5em !important;
  }
  .sp-max-h-4e {
    max-height: 4em !important;
  }
  .sp-max-h-4d5e {
    max-height: 4.5em !important;
  }
  .sp-max-h-5e {
    max-height: 5em !important;
  }
  .sp-max-h-5d5e {
    max-height: 5.5em !important;
  }
  .sp-max-h-6e {
    max-height: 6em !important;
  }
  .sp-max-h-6d5e {
    max-height: 6.5em !important;
  }
  .sp-max-h-7e {
    max-height: 7em !important;
  }
  .sp-max-h-7d5e {
    max-height: 7.5em !important;
  }
  .sp-max-h-8e {
    max-height: 8em !important;
  }
  .sp-max-h-8d5e {
    max-height: 8.5em !important;
  }
  .sp-max-h-9e {
    max-height: 9em !important;
  }
  .sp-max-h-9d5e {
    max-height: 9.5em !important;
  }
  .sp-max-h-10e {
    max-height: 10em !important;
  }
  .sp-max-h-11e {
    max-height: 11em !important;
  }
  .sp-max-h-12e {
    max-height: 12em !important;
  }
  .sp-max-h-13e {
    max-height: 13em !important;
  }
  .sp-max-h-14e {
    max-height: 14em !important;
  }
  .sp-max-h-15e {
    max-height: 15em !important;
  }
  .sp-max-h-16e {
    max-height: 16em !important;
  }
  .sp-max-h-17e {
    max-height: 17em !important;
  }
  .sp-max-h-18e {
    max-height: 18em !important;
  }
  .sp-max-h-19e {
    max-height: 19em !important;
  }
  .sp-max-h-20e {
    max-height: 20em !important;
  }
  .sp-max-h-21e {
    max-height: 21em !important;
  }
  .sp-max-h-22e {
    max-height: 22em !important;
  }
  .sp-max-h-23e {
    max-height: 23em !important;
  }
  .sp-max-h-24e {
    max-height: 24em !important;
  }
  .sp-max-h-25e {
    max-height: 25em !important;
  }
  .sp-max-h-26e {
    max-height: 26em !important;
  }
  .sp-max-h-27e {
    max-height: 27em !important;
  }
  .sp-max-h-28e {
    max-height: 28em !important;
  }
  .sp-max-h-29e {
    max-height: 29em !important;
  }
  .sp-max-h-30e {
    max-height: 30em !important;
  }
  .sp-max-h-31e {
    max-height: 31em !important;
  }
  .sp-max-h-32e {
    max-height: 32em !important;
  }
  .sp-max-h-33e {
    max-height: 33em !important;
  }
  .sp-max-h-34e {
    max-height: 34em !important;
  }
  .sp-max-h-35e {
    max-height: 35em !important;
  }
  .sp-max-h-36e {
    max-height: 36em !important;
  }
  .sp-max-h-37e {
    max-height: 37em !important;
  }
  .sp-max-h-38e {
    max-height: 38em !important;
  }
  .sp-max-h-39e {
    max-height: 39em !important;
  }
  .sp-max-h-40e {
    max-height: 40em !important;
  }
  .sp-max-h-41e {
    max-height: 41em !important;
  }
  .sp-max-h-42e {
    max-height: 42em !important;
  }
  .sp-max-h-43e {
    max-height: 43em !important;
  }
  .sp-max-h-44e {
    max-height: 44em !important;
  }
  .sp-max-h-45e {
    max-height: 45em !important;
  }
  .sp-max-h-46e {
    max-height: 46em !important;
  }
  .sp-max-h-47e {
    max-height: 47em !important;
  }
  .sp-max-h-48e {
    max-height: 48em !important;
  }
  .sp-max-h-49e {
    max-height: 49em !important;
  }
  .sp-max-h-50e {
    max-height: 50em !important;
  }
  .sp-max-h-51e {
    max-height: 51em !important;
  }
  .sp-max-h-52e {
    max-height: 52em !important;
  }
  .sp-max-h-53e {
    max-height: 53em !important;
  }
  .sp-max-h-54e {
    max-height: 54em !important;
  }
  .sp-max-h-55e {
    max-height: 55em !important;
  }
  .sp-max-h-56e {
    max-height: 56em !important;
  }
  .sp-max-h-57e {
    max-height: 57em !important;
  }
  .sp-max-h-58e {
    max-height: 58em !important;
  }
  .sp-max-h-59e {
    max-height: 59em !important;
  }
  .sp-max-h-60e {
    max-height: 59em !important;
  }
}
/* layout: em min-height */
/* -------------------------------------------------------------------------- */
.min-h-inherit {
  min-height: inherit !important;
}

.min-h-d5e {
  min-height: 0.5em !important;
}

.min-h-1e {
  min-height: 1em !important;
}

.min-h-1d5e {
  min-height: 1.5em !important;
}

.min-h-2e {
  min-height: 2em !important;
}

.min-h-2d5e {
  min-height: 2.5em !important;
}

.min-h-3e {
  min-height: 3em !important;
}

.min-h-3d5e {
  min-height: 3.5em !important;
}

.min-h-4e {
  min-height: 4em !important;
}

.min-h-4d5e {
  min-height: 4.5em !important;
}

.min-h-5e {
  min-height: 5em !important;
}

.min-h-5d5e {
  min-height: 5.5em !important;
}

.min-h-6e {
  min-height: 6em !important;
}

.min-h-6d5e {
  min-height: 6.5em !important;
}

.min-h-7e {
  min-height: 7em !important;
}

.min-h-7d5e {
  min-height: 7.5em !important;
}

.min-h-8e {
  min-height: 8em !important;
}

.min-h-8d5e {
  min-height: 8.5em !important;
}

.min-h-9e {
  min-height: 9em !important;
}

.min-h-9d5e {
  min-height: 9.5em !important;
}

.min-h-10e {
  min-height: 10em !important;
}

.min-h-11e {
  min-height: 11em !important;
}

.min-h-12e {
  min-height: 12em !important;
}

.min-h-13e {
  min-height: 13em !important;
}

.min-h-14e {
  min-height: 14em !important;
}

.min-h-15e {
  min-height: 15em !important;
}

.min-h-16e {
  min-height: 16em !important;
}

.min-h-17e {
  min-height: 17em !important;
}

.min-h-18e {
  min-height: 18em !important;
}

.min-h-19e {
  min-height: 19em !important;
}

.min-h-20e {
  min-height: 20em !important;
}

.min-h-21e {
  min-height: 21em !important;
}

.min-h-22e {
  min-height: 22em !important;
}

.min-h-23e {
  min-height: 23em !important;
}

.min-h-24e {
  min-height: 24em !important;
}

.min-h-25e {
  min-height: 25em !important;
}

.min-h-26e {
  min-height: 26em !important;
}

.min-h-27e {
  min-height: 27em !important;
}

.min-h-28e {
  min-height: 28em !important;
}

.min-h-29e {
  min-height: 29em !important;
}

.min-h-30e {
  min-height: 30em !important;
}

.min-h-31e {
  min-height: 31em !important;
}

.min-h-32e {
  min-height: 32em !important;
}

.min-h-33e {
  min-height: 33em !important;
}

.min-h-34e {
  min-height: 34em !important;
}

.min-h-35e {
  min-height: 35em !important;
}

.min-h-36e {
  min-height: 36em !important;
}

.min-h-37e {
  min-height: 37em !important;
}

.min-h-38e {
  min-height: 38em !important;
}

.min-h-39e {
  min-height: 39em !important;
}

.min-h-40e {
  min-height: 40em !important;
}

.min-h-41e {
  min-height: 41em !important;
}

.min-h-42e {
  min-height: 42em !important;
}

.min-h-43e {
  min-height: 43em !important;
}

.min-h-44e {
  min-height: 44em !important;
}

.min-h-45e {
  min-height: 45em !important;
}

.min-h-46e {
  min-height: 46em !important;
}

.min-h-47e {
  min-height: 47em !important;
}

.min-h-48e {
  min-height: 48em !important;
}

.min-h-49e {
  min-height: 49em !important;
}

.min-h-50e {
  min-height: 50em !important;
}

.min-h-51e {
  min-height: 51em !important;
}

.min-h-52e {
  min-height: 52em !important;
}

.min-h-53e {
  min-height: 53em !important;
}

.min-h-54e {
  min-height: 54em !important;
}

.min-h-55e {
  min-height: 55em !important;
}

.min-h-56e {
  min-height: 56em !important;
}

.min-h-57e {
  min-height: 57em !important;
}

.min-h-58e {
  min-height: 58em !important;
}

.min-h-59e {
  min-height: 59em !important;
}

.min-h-60e {
  min-height: 59em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-min-h-inherit {
    min-height: inherit !important;
  }
  .sp-min-h-d5e {
    min-height: 0.5em !important;
  }
  .sp-min-h-1e {
    min-height: 1em !important;
  }
  .sp-min-h-1d5e {
    min-height: 1.5em !important;
  }
  .sp-min-h-2e {
    min-height: 2em !important;
  }
  .sp-min-h-2d5e {
    min-height: 2.5em !important;
  }
  .sp-min-h-3e {
    min-height: 3em !important;
  }
  .sp-min-h-3d5e {
    min-height: 3.5em !important;
  }
  .sp-min-h-4e {
    min-height: 4em !important;
  }
  .sp-min-h-4d5e {
    min-height: 4.5em !important;
  }
  .sp-min-h-5e {
    min-height: 5em !important;
  }
  .sp-min-h-5d5e {
    min-height: 5.5em !important;
  }
  .sp-min-h-6e {
    min-height: 6em !important;
  }
  .sp-min-h-6d5e {
    min-height: 6.5em !important;
  }
  .sp-min-h-7e {
    min-height: 7em !important;
  }
  .sp-min-h-7d5e {
    min-height: 7.5em !important;
  }
  .sp-min-h-8e {
    min-height: 8em !important;
  }
  .sp-min-h-8d5e {
    min-height: 8.5em !important;
  }
  .sp-min-h-9e {
    min-height: 9em !important;
  }
  .sp-min-h-9d5e {
    min-height: 9.5em !important;
  }
  .sp-min-h-10e {
    min-height: 10em !important;
  }
  .sp-min-h-11e {
    min-height: 11em !important;
  }
  .sp-min-h-12e {
    min-height: 12em !important;
  }
  .sp-min-h-13e {
    min-height: 13em !important;
  }
  .sp-min-h-14e {
    min-height: 14em !important;
  }
  .sp-min-h-15e {
    min-height: 15em !important;
  }
  .sp-min-h-16e {
    min-height: 16em !important;
  }
  .sp-min-h-17e {
    min-height: 17em !important;
  }
  .sp-min-h-18e {
    min-height: 18em !important;
  }
  .sp-min-h-19e {
    min-height: 19em !important;
  }
  .sp-min-h-20e {
    min-height: 20em !important;
  }
  .sp-min-h-21e {
    min-height: 21em !important;
  }
  .sp-min-h-22e {
    min-height: 22em !important;
  }
  .sp-min-h-23e {
    min-height: 23em !important;
  }
  .sp-min-h-24e {
    min-height: 24em !important;
  }
  .sp-min-h-25e {
    min-height: 25em !important;
  }
  .sp-min-h-26e {
    min-height: 26em !important;
  }
  .sp-min-h-27e {
    min-height: 27em !important;
  }
  .sp-min-h-28e {
    min-height: 28em !important;
  }
  .sp-min-h-29e {
    min-height: 29em !important;
  }
  .sp-min-h-30e {
    min-height: 30em !important;
  }
  .sp-min-h-31e {
    min-height: 31em !important;
  }
  .sp-min-h-32e {
    min-height: 32em !important;
  }
  .sp-min-h-33e {
    min-height: 33em !important;
  }
  .sp-min-h-34e {
    min-height: 34em !important;
  }
  .sp-min-h-35e {
    min-height: 35em !important;
  }
  .sp-min-h-36e {
    min-height: 36em !important;
  }
  .sp-min-h-37e {
    min-height: 37em !important;
  }
  .sp-min-h-38e {
    min-height: 38em !important;
  }
  .sp-min-h-39e {
    min-height: 39em !important;
  }
  .sp-min-h-40e {
    min-height: 40em !important;
  }
  .sp-min-h-41e {
    min-height: 41em !important;
  }
  .sp-min-h-42e {
    min-height: 42em !important;
  }
  .sp-min-h-43e {
    min-height: 43em !important;
  }
  .sp-min-h-44e {
    min-height: 44em !important;
  }
  .sp-min-h-45e {
    min-height: 45em !important;
  }
  .sp-min-h-46e {
    min-height: 46em !important;
  }
  .sp-min-h-47e {
    min-height: 47em !important;
  }
  .sp-min-h-48e {
    min-height: 48em !important;
  }
  .sp-min-h-49e {
    min-height: 49em !important;
  }
  .sp-min-h-50e {
    min-height: 50em !important;
  }
  .sp-min-h-51e {
    min-height: 51em !important;
  }
  .sp-min-h-52e {
    min-height: 52em !important;
  }
  .sp-min-h-53e {
    min-height: 53em !important;
  }
  .sp-min-h-54e {
    min-height: 54em !important;
  }
  .sp-min-h-55e {
    min-height: 55em !important;
  }
  .sp-min-h-56e {
    min-height: 56em !important;
  }
  .sp-min-h-57e {
    min-height: 57em !important;
  }
  .sp-min-h-58e {
    min-height: 58em !important;
  }
  .sp-min-h-59e {
    min-height: 59em !important;
  }
  .sp-min-h-60e {
    min-height: 59em !important;
  }
}
/* layout: float */
/* -------------------------------------------------------------------------- */
.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-float-right {
    float: right;
  }
  .sp-float-left {
    float: left;
  }
  .sp-float-none {
    float: none;
  }
}
/* ========================================================================== */
/* Typography */
/* ========================================================================== */
/* typography: font-family */
/* -------------------------------------------------------------------------- */
.ff-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.ff-serif {
  font-family: serif !important;
}

.ff-en {
  font-family: "Roboto", sans-serif !important;
}

/* typography: font-size */
/* -------------------------------------------------------------------------- */
.fz-minimum {
  font-size: 50% !important;
}

.fz-small {
  font-size: 75% !important;
}

.fz-medium {
  font-size: 125% !important;
}

.fz-large {
  font-size: 150% !important;
}

.fz-huge {
  font-size: 200% !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fz-minimum {
    font-size: 50% !important;
  }
  .sp-fz-small {
    font-size: 75% !important;
  }
  .sp-fz-medium {
    font-size: 125% !important;
  }
  .sp-fz-large {
    font-size: 150% !important;
  }
  .sp-fz-huge {
    font-size: 200% !important;
  }
}
.fz-10 {
  font-size: 0.625em !important;
}

.fz-12 {
  font-size: 0.75em !important;
}

.fz-14 {
  font-size: 0.875em !important;
}

.fz-16 {
  font-size: 1em !important;
}

.fz-18 {
  font-size: 1.125em !important;
}

.fz-20 {
  font-size: 1.25em !important;
}

.fz-22 {
  font-size: 1.375em !important;
}

.fz-24 {
  font-size: 1.5em !important;
}

.fz-28 {
  font-size: 1.75em !important;
}

.fz-32 {
  font-size: 2em !important;
}

.fz-36 {
  font-size: 2.25em !important;
}

.fz-40 {
  font-size: 2.5em !important;
}

.fz-44 {
  font-size: 2.75em !important;
}

.fz-48 {
  font-size: 3em !important;
}

.fz-42 {
  font-size: 3.25em !important;
}

.fz-56 {
  font-size: 3.5em !important;
}

.fz-60 {
  font-size: 3.75em !important;
}

.fz-64 {
  font-size: 4em !important;
}

.fz-68 {
  font-size: 4.25em !important;
}

.fz-72 {
  font-size: 4.5em !important;
}

.fz-76 {
  font-size: 4.75em !important;
}

.fz-80 {
  font-size: 5em !important;
}

.fz-84 {
  font-size: 5.25em !important;
}

.fz-88 {
  font-size: 5.5em !important;
}

.fz-92 {
  font-size: 5.75em !important;
}

.fz-96 {
  font-size: 6em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fz-10 {
    font-size: 0.625em !important;
  }
  .sp-fz-12 {
    font-size: 0.75em !important;
  }
  .sp-fz-14 {
    font-size: 0.875em !important;
  }
  .sp-fz-16 {
    font-size: 1em !important;
  }
  .sp-fz-18 {
    font-size: 1.125em !important;
  }
  .sp-fz-20 {
    font-size: 1.25em !important;
  }
  .sp-fz-22 {
    font-size: 1.375em !important;
  }
  .sp-fz-24 {
    font-size: 1.5em !important;
  }
  .sp-fz-28 {
    font-size: 1.75em !important;
  }
  .sp-fz-32 {
    font-size: 2em !important;
  }
  .sp-fz-36 {
    font-size: 2.25em !important;
  }
  .sp-fz-40 {
    font-size: 2.5em !important;
  }
  .sp-fz-44 {
    font-size: 2.75em !important;
  }
  .sp-fz-48 {
    font-size: 3em !important;
  }
  .sp-fz-42 {
    font-size: 3.25em !important;
  }
  .sp-fz-56 {
    font-size: 3.5em !important;
  }
  .sp-fz-60 {
    font-size: 3.75em !important;
  }
  .sp-fz-64 {
    font-size: 4em !important;
  }
  .sp-fz-68 {
    font-size: 4.25em !important;
  }
  .sp-fz-72 {
    font-size: 4.5em !important;
  }
  .sp-fz-76 {
    font-size: 4.75em !important;
  }
  .sp-fz-80 {
    font-size: 5em !important;
  }
  .sp-fz-84 {
    font-size: 5.25em !important;
  }
  .sp-fz-88 {
    font-size: 5.5em !important;
  }
  .sp-fz-92 {
    font-size: 5.75em !important;
  }
  .sp-fz-96 {
    font-size: 6 !important;
  }
}
/* typography: font-style */
/* -------------------------------------------------------------------------- */
.fs-normal {
  font-style: normal !important;
}

.fs-italic {
  font-style: italic !important;
}

.fs-italic {
  font-style: oblique !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-fs-normal {
    font-style: normal !important;
  }
  .sp-fs-italic {
    font-style: italic !important;
  }
  .sp-fs-italic {
    font-style: oblique !important;
  }
}
/* typography: font-weight */
/* -------------------------------------------------------------------------- */
.fw-light {
  font-weight: 300 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* typography: letter-spacing */
/* -------------------------------------------------------------------------- */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 0.1em !important;
}

.ls-2 {
  letter-spacing: 0.2em !important;
}

.ls-3 {
  letter-spacing: 0.3em !important;
}

.ls-4 {
  letter-spacing: 0.4em !important;
}

.ls-5 {
  letter-spacing: 0.5em !important;
}

.ls-6 {
  letter-spacing: 0.6em !important;
}

.ls-7 {
  letter-spacing: 0.7em !important;
}

.ls-8 {
  letter-spacing: 0.8em !important;
}

.ls-9 {
  letter-spacing: 0.9em !important;
}

.ls-10 {
  letter-spacing: 1em !important;
}

.ls-11 {
  letter-spacing: 1.1em !important;
}

.ls-12 {
  letter-spacing: 1.2em !important;
}

.ls-13 {
  letter-spacing: 1.3em !important;
}

.ls-14 {
  letter-spacing: 1.4em !important;
}

.ls-15 {
  letter-spacing: 1.5em !important;
}

.ls-16 {
  letter-spacing: 1.6em !important;
}

.ls-17 {
  letter-spacing: 1.7em !important;
}

.ls-18 {
  letter-spacing: 1.8em !important;
}

.ls-19 {
  letter-spacing: 1.9em !important;
}

.ls-20 {
  letter-spacing: 2em !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ls-0 {
    letter-spacing: 0 !important;
  }
  .sp-ls-1 {
    letter-spacing: 0.1em !important;
  }
  .sp-ls-2 {
    letter-spacing: 0.2em !important;
  }
  .sp-ls-3 {
    letter-spacing: 0.3em !important;
  }
  .sp-ls-4 {
    letter-spacing: 0.4em !important;
  }
  .sp-ls-5 {
    letter-spacing: 0.5em !important;
  }
  .sp-ls-6 {
    letter-spacing: 0.6em !important;
  }
  .sp-ls-7 {
    letter-spacing: 0.7em !important;
  }
  .sp-ls-8 {
    letter-spacing: 0.8em !important;
  }
  .sp-ls-9 {
    letter-spacing: 0.9em !important;
  }
  .sp-ls-10 {
    letter-spacing: 1em !important;
  }
  .sp-ls-11 {
    letter-spacing: 1.1em !important;
  }
  .sp-ls-12 {
    letter-spacing: 1.2em !important;
  }
  .sp-ls-13 {
    letter-spacing: 1.3em !important;
  }
  .sp-ls-14 {
    letter-spacing: 1.4em !important;
  }
  .sp-ls-15 {
    letter-spacing: 1.5em !important;
  }
  .sp-ls-16 {
    letter-spacing: 1.6em !important;
  }
  .sp-ls-17 {
    letter-spacing: 1.7em !important;
  }
  .sp-ls-18 {
    letter-spacing: 1.8em !important;
  }
  .sp-ls-19 {
    letter-spacing: 1.9em !important;
  }
  .sp-ls-20 {
    letter-spacing: 2em !important;
  }
}
/* typography: br */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  br.pc-br {
    display: inline !important;
  }
  br.sp-br {
    display: none !important;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  br.pc-br {
    display: none !important;
  }
  br.sp-br {
    display: inline !important;
  }
}
@media print {
  br.sp-br {
    display: none !important;
  }
}
/* typography: line-height */
/* -------------------------------------------------------------------------- */
.lh-1 {
  line-height: 1 !important;
}

.lh-1d2 {
  line-height: 1.2 !important;
}

.lh-1d4 {
  line-height: 1.4 !important;
}

.lh-1d6 {
  line-height: 1.6 !important;
}

.lh-1d8 {
  line-height: 1.8 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-2d2 {
  line-height: 2.2 !important;
}

.lh-2d4 {
  line-height: 2.4 !important;
}

.lh-2d6 {
  line-height: 2.6 !important;
}

.lh-2d8 {
  line-height: 2.8 !important;
}

.lh-3 {
  line-height: 3 !important;
}

.lh-3d2 {
  line-height: 3.2 !important;
}

.lh-3d4 {
  line-height: 3.4 !important;
}

.lh-3d6 {
  line-height: 3.6 !important;
}

.lh-3d8 {
  line-height: 3.8 !important;
}

.lh-4 {
  line-height: 4 !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-lh-1 {
    line-height: 1 !important;
  }
  .sp-lh-1d2 {
    line-height: 1.2 !important;
  }
  .sp-lh-1d4 {
    line-height: 1.4 !important;
  }
  .sp-lh-1d6 {
    line-height: 1.6 !important;
  }
  .sp-lh-1d8 {
    line-height: 1.8 !important;
  }
  .sp-lh-2 {
    line-height: 2 !important;
  }
  .sp-lh-2d2 {
    line-height: 2.2 !important;
  }
  .sp-lh-2d4 {
    line-height: 2.4 !important;
  }
  .sp-lh-2d6 {
    line-height: 2.6 !important;
  }
  .sp-lh-2d8 {
    line-height: 2.8 !important;
  }
  .sp-lh-3 {
    line-height: 3 !important;
  }
  .sp-lh-3d2 {
    line-height: 3.2 !important;
  }
  .sp-lh-3d4 {
    line-height: 3.4 !important;
  }
  .sp-lh-3d6 {
    line-height: 3.6 !important;
  }
  .sp-lh-3d8 {
    line-height: 3.8 !important;
  }
  .sp-lh-4 {
    line-height: 4 !important;
  }
}
/* typography: text-align */
/* -------------------------------------------------------------------------- */
.ta-left {
  text-align: left !important;
}

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

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

.ta-justify {
  text-align: justify !important;
}

@media screen and (max-width: 40em) {
  .sp-ta-left {
    text-align: left !important;
  }
  .sp-ta-center {
    text-align: center !important;
  }
  .sp-ta-right {
    text-align: right !important;
  }
  .sp-ta-justify {
    text-align: justify !important;
  }
}
/* typography: decoration */
/* -------------------------------------------------------------------------- */
.td-none {
  text-decoration: none !important;
}

.td-underline {
  text-decoration: underline !important;
}

.td-overline {
  text-decoration: overline !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-td-none {
    text-decoration: none !important;
  }
  .sp-td-underline {
    text-decoration: underline !important;
  }
  .sp-td-overline {
    text-decoration: overline !important;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.ws-normal {
  white-space: normal !important;
}

.ws-nowrap {
  white-space: nowrap !important;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sp-ws-normal {
    white-space: normal !important;
  }
  .sp-ws-nowrap {
    white-space: nowrap !important;
  }
}
/* typography: white-space */
/* -------------------------------------------------------------------------- */
.wm-v-rl {
  -ms-writing-mode: tb-rl !important;
  writing-mode: vertical-rl !important;
}

/* ========================================================================== */
/* MovableType */
/* ========================================================================== */
.entry-body * + h2,
.entry-body * + h3,
.entry-body * + h4,
.entry-body * + h5,
.entry-body * + h6 {
  margin-top: 2em;
  font-weight: 700;
}
.entry-body h2 {
  position: relative;
  padding-left: 0.75em;
}
.entry-body h2::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  width: 0.125em;
  height: 1.3em;
  background: linear-gradient(to top, #008cd7 0%, #008cd7 0.5em, #000 0.5em, #000 100%);
}
.entry-body h3 {
  position: relative;
  padding-left: 1em;
}
.entry-body h3::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0.5em auto auto 0;
  width: 0.5em;
  height: 0.5em;
  background: linear-gradient(to left top, #008cd7 0%, #008cd7 50%, #000 50%, #000 100%);
}
.entry-body a:not(.button, .content-list__anchor, :has(img))::after {
  content: "\e900";
  display: inline-block;
  transform: translateY(0.1em);
  margin: 0 0.375em;
  text-decoration: none;
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 1;
  color: #008cd7;
}
.entry-body a:not(.button, .content-list__anchor, :has(img))[target=_blank]::after {
  content: "\e902";
}
.entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".pdf"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".xlsx"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".xls"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".docx"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".doc"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".pptx"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".ppt"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".txt"]::after {
  content: "\e904";
}
.entry-body a:not(.button, .content-list__anchor, :has(img))[href^="mailto:"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href^="https://regist11.smp.ne.jp/"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href*="/contact/"]::after {
  content: "\e906";
}
.entry-body a:not(.button, .content-list__anchor, :has(img))[href^="tel:"]::after {
  content: "\e907";
}
.entry-body a:not(.button, .content-list__anchor, :has(img))[href^="https://goo.gl/maps/"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href^="https://maps.app.goo.gl"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href^="https://www.google.com/maps/"]::after {
  content: "\e905";
}
.entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".zip"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".rar"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".tar"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".gz"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".bz2"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".7z"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".lzma"]::after, .entry-body a:not(.button, .content-list__anchor, :has(img))[href$=".xz"]::after {
  content: "\e90b";
}
.entry-body img {
  width: 100%;
  border-radius: 0.5em;
}
.entry-body hr {
  margin: 4em auto;
  border: 0;
  border-top: 1px solid #d6d6d6;
}
.entry-body p {
  line-height: 2;
}
.entry-body p:has(> .button) {
  line-height: 1;
}
.entry-body figure {
  width: 100%;
}
.entry-body ul:not(.content-list) > li {
  position: relative;
  padding-left: 1.5em;
}
.entry-body ul:not(.content-list) > li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  inset: 0 auto auto 0.25em;
  text-align: center;
  color: #008cd7;
  transform: scale(0.5);
}
.entry-body ol:not(.content-list) {
  counter-reset: number;
}
.entry-body ol:not(.content-list) > li {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
.entry-body ol:not(.content-list) > li::before {
  display: inline-block;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  inset: 0 calc(100% - 1.25em) auto auto;
  white-space: nowrap;
  text-align: right;
  color: #008cd7;
}
.entry-body table {
  border: 0;
}
.entry-body table th,
.entry-body table td {
  padding: 1em;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  vertical-align: middle;
}
.entry-body table th {
  background-color: #eef4fc;
  font-weight: 500;
}
.entry-body table thead th,
.entry-body table thead td {
  background-color: #eef4fc;
}
.entry-body table caption {
  margin-bottom: 0.5em;
  text-align: right;
  font-size: 0.875em;
  color: #7b8999;
}
.entry-body .scroll-hint-shadow-wrap {
  line-height: 0;
  margin-bottom: 1.5em;
}
.entry-body .scroll-hint-shadow-wrap table {
  margin-bottom: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-body .scroll-hint-shadow-wrap table {
    white-space: nowrap;
  }
}
.entry-body iframe[src^="https://www.youtube.com/"],
.entry-body iframe[src^="https://www.youtube-nocookie.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 1.5em;
}
.entry-body .mt-be-columns {
  gap: 1.5em;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-body .mt-be-columns {
    flex-direction: column;
  }
}
.entry-body .mt-be-column {
  flex: 1;
}
.entry-body .collumn-content {
  margin-bottom: 1.5em;
}
.entry-body .collumn-content .collumn-image {
  flex: 1;
}
.entry-body .collumn-content .collumn-text {
  flex: 2;
}
.entry-body .mt-be-columns {
  margin-bottom: 1.5em;
}
.entry-body .mt-be-columns--1-2 .mt-be-column:nth-of-type(1) {
  flex: 1;
}
.entry-body .mt-be-columns--1-2 .mt-be-column:nth-of-type(2) {
  flex: 2;
}
.entry-body .mt-be-columns--2-1 .mt-be-column:nth-of-type(1) {
  flex: 2;
}
.entry-body .mt-be-columns--2-1 .mt-be-column:nth-of-type(2) {
  flex: 1;
}
.entry-body .mt-block-slide {
  padding-bottom: 3em;
}
.entry-body .mt-block-slide .swiper-slide img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.entry-body .mt-block-slide figcaption {
  padding-top: 0.75em;
  background-color: #fff;
  text-align: center;
  color: #7b8999;
}
.entry-body .fz-32 {
  line-height: 1.5;
}
.entry-body .fz-28 {
  line-height: 1.6;
}
.entry-body .fz-24 {
  line-height: 1.7;
}
.entry-body .fz-20 {
  line-height: 1.8;
}
.entry-body .fz-14 {
  line-height: 1.8;
}
.entry-body .width-control--w80p {
  padding: 0 10%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-body .width-control--w80p {
    padding: 0;
  }
}
.entry-body .width-control--w60p {
  padding: 0 20%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-body .width-control--w60p {
    padding: 0;
  }
}
.entry-body .width-control--w40p {
  padding: 0 30%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .entry-body .width-control--w40p {
    padding: 0;
  }
}
.entry-body .link-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
  gap: 0.5em;
}
.entry-body .link-list__item {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 1em 1.5em;
  border-radius: 0.5em;
  background-color: #eef4fc;
}
.entry-body .link-list__title {
  margin-bottom: 0;
  line-height: 1.6;
}
.entry-body .link-list__caption {
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1.6;
  color: #7b8999;
}
.entry-body .business-result {
  gap: 0.5em;
  padding: 0.5em;
  border: 1px solid #d6d6d6;
  border-radius: 0.5em;
  background-color: #fff;
}
.entry-body .business-result__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  position: relative;
  padding: 1.5em 1em;
  border-radius: 0.375em;
  background-color: #eef4fc;
}
.entry-body .business-result__title {
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}
.entry-body .business-result__data {
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.6;
  color: #008cd7;
}
.entry-body .icon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}
.entry-body .icon-list > * {
  width: 8em;
  margin-bottom: 0;
}

@media print {
  body {
    zoom: 75%;
  }
  .site-header {
    display: none;
  }
}
.dummy-image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #cccccc;
}
.dummy-image--1-1 {
  aspect-ratio: 1;
}
.dummy-image--2-1 {
  aspect-ratio: 2/1;
}
.dummy-image--4-3 {
  aspect-ratio: 4/3;
}
.dummy-image--16-9 {
  aspect-ratio: 16/9;
}
.dummy-image--2-3 {
  aspect-ratio: 2/3;
}
.dummy-image--3-4 {
  aspect-ratio: 3/4;
}
.dummy-image__title {
  text-align: center;
  color: #fff;
}

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