@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* -------------------------------
	default
-------------------------------- */
:root {
  --color: #4d4d4d;
  --primary: #344e6c;
  --success: #6e3528;
  --red: #e73828;
  --app-h: 100vh;
  --app-w: 100vw;
  --head-hh: 100px;
  --anchor-offset: 50px;
}

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

@supports (height: 100dvh) {
  :root {
    --app-h: 100dvh;
    --app-w: 100dvw;
  }
}
@media print, screen and (min-width: 992px) {
  :root {
    --anchor-offset: 100px;
  }
}
html {
  font-size: 100%;
  /* 16px */
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: 112.5%;
    /* 18px */
  }
}

body {
  color: var(--color);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  background: url("../images/common/body_bg.jpg");
}

[id] {
  scroll-margin-top: var(--anchor-offset);
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  padding-left: 1.5em;
  margin: 0 0 1em;
}

ol {
  padding-left: 2em;
}

a {
  color: var(--color);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  width: min(calc(30px + 78 * (100vw - 320px) / 1180), 108px);
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  cursor: pointer;
  transform: translateY(100%);
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
  z-index: 10;
}
#pagetop.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
@media (max-width: 767px) {
  #pagetop {
    right: 0;
    bottom: 0;
  }
  #pagetop img {
    width: 40px;
  }
}

/* -------------------------------
	container
-------------------------------- */
.container {
  max-width: 1500px;
  width: 100%;
  padding-left: calc(15px + 83 * (100vw - 320px) / 1180);
  padding-right: calc(15px + 83 * (100vw - 320px) / 1180);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1500px) {
  .container {
    padding-left: 98px;
    padding-right: 98px;
  }
}

/* -------------------------------
	display
-------------------------------- */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media print, screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media print, screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media print, screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print, screen and (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
/* -------------------------------
	text-align
-------------------------------- */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

@media print, screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .text-md-justify {
    text-align: justify !important;
  }

  .text-md-start {
    text-align: start !important;
  }

  .text-md-end {
    text-align: end !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .text-lg-justify {
    text-align: justify !important;
  }

  .text-lg-start {
    text-align: start !important;
  }

  .text-lg-end {
    text-align: end !important;
  }
}
@media print, screen and (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .text-xl-justify {
    text-align: justify !important;
  }

  .text-xl-start {
    text-align: start !important;
  }

  .text-xl-end {
    text-align: end !important;
  }
}
@media print, screen and (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .text-xxl-justify {
    text-align: justify !important;
  }

  .text-xxl-start {
    text-align: start !important;
  }

  .text-xxl-end {
    text-align: end !important;
  }
}
/* -------------------------------
	マージンとパディングクラス
-------------------------------- */
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

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

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

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

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

.p-1 {
  padding: 0.5rem !important;
}

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

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

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

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

.m-2 {
  margin: 1rem !important;
}

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

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

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

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

.p-2 {
  padding: 1rem !important;
}

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

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

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

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

.m-3 {
  margin: 1.5rem !important;
}

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

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

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

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

.p-3 {
  padding: 1.5rem !important;
}

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

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

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

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

.m-4 {
  margin: 2rem !important;
}

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

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

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

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

.p-4 {
  padding: 2rem !important;
}

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

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

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

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

.m-5 {
  margin: 3rem !important;
}

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

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

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

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

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

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

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

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

@media print, screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .m-md-1 {
    margin: 0.5rem !important;
  }

  .mt-md-1 {
    margin-top: 0.5rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-1 {
    margin-left: 0.5rem !important;
  }

  .mr-md-1 {
    margin-right: 0.5rem !important;
  }

  .p-md-1 {
    padding: 0.5rem !important;
  }

  .pt-md-1 {
    padding-top: 0.5rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-1 {
    padding-left: 0.5rem !important;
  }

  .pr-md-1 {
    padding-right: 0.5rem !important;
  }

  .m-md-2 {
    margin: 1rem !important;
  }

  .mt-md-2 {
    margin-top: 1rem !important;
  }

  .mb-md-2 {
    margin-bottom: 1rem !important;
  }

  .ml-md-2 {
    margin-left: 1rem !important;
  }

  .mr-md-2 {
    margin-right: 1rem !important;
  }

  .p-md-2 {
    padding: 1rem !important;
  }

  .pt-md-2 {
    padding-top: 1rem !important;
  }

  .pb-md-2 {
    padding-bottom: 1rem !important;
  }

  .pl-md-2 {
    padding-left: 1rem !important;
  }

  .pr-md-2 {
    padding-right: 1rem !important;
  }

  .m-md-3 {
    margin: 1.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-3 {
    margin-left: 1.5rem !important;
  }

  .mr-md-3 {
    margin-right: 1.5rem !important;
  }

  .p-md-3 {
    padding: 1.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-3 {
    padding-left: 1.5rem !important;
  }

  .pr-md-3 {
    padding-right: 1.5rem !important;
  }

  .m-md-4 {
    margin: 2rem !important;
  }

  .mt-md-4 {
    margin-top: 2rem !important;
  }

  .mb-md-4 {
    margin-bottom: 2rem !important;
  }

  .ml-md-4 {
    margin-left: 2rem !important;
  }

  .mr-md-4 {
    margin-right: 2rem !important;
  }

  .p-md-4 {
    padding: 2rem !important;
  }

  .pt-md-4 {
    padding-top: 2rem !important;
  }

  .pb-md-4 {
    padding-bottom: 2rem !important;
  }

  .pl-md-4 {
    padding-left: 2rem !important;
  }

  .pr-md-4 {
    padding-right: 2rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

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

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

  .p-md-auto {
    padding: auto !important;
  }

  .pt-md-auto {
    padding-top: auto !important;
  }

  .pb-md-auto {
    padding-bottom: auto !important;
  }

  .pl-md-auto {
    padding-left: auto !important;
  }

  .pr-md-auto {
    padding-right: auto !important;
  }
}
@media print, screen and (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .m-lg-1 {
    margin: 0.5rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.5rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.5rem !important;
  }

  .p-lg-1 {
    padding: 0.5rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.5rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.5rem !important;
  }

  .m-lg-2 {
    margin: 1rem !important;
  }

  .mt-lg-2 {
    margin-top: 1rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-2 {
    margin-left: 1rem !important;
  }

  .mr-lg-2 {
    margin-right: 1rem !important;
  }

  .p-lg-2 {
    padding: 1rem !important;
  }

  .pt-lg-2 {
    padding-top: 1rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-2 {
    padding-left: 1rem !important;
  }

  .pr-lg-2 {
    padding-right: 1rem !important;
  }

  .m-lg-3 {
    margin: 1.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-3 {
    margin-left: 1.5rem !important;
  }

  .mr-lg-3 {
    margin-right: 1.5rem !important;
  }

  .p-lg-3 {
    padding: 1.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-3 {
    padding-left: 1.5rem !important;
  }

  .pr-lg-3 {
    padding-right: 1.5rem !important;
  }

  .m-lg-4 {
    margin: 2rem !important;
  }

  .mt-lg-4 {
    margin-top: 2rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-4 {
    margin-left: 2rem !important;
  }

  .mr-lg-4 {
    margin-right: 2rem !important;
  }

  .p-lg-4 {
    padding: 2rem !important;
  }

  .pt-lg-4 {
    padding-top: 2rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-4 {
    padding-left: 2rem !important;
  }

  .pr-lg-4 {
    padding-right: 2rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

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

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

  .p-lg-auto {
    padding: auto !important;
  }

  .pt-lg-auto {
    padding-top: auto !important;
  }

  .pb-lg-auto {
    padding-bottom: auto !important;
  }

  .pl-lg-auto {
    padding-left: auto !important;
  }

  .pr-lg-auto {
    padding-right: auto !important;
  }
}
@media print, screen and (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .m-xl-1 {
    margin: 0.5rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.5rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.5rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.5rem !important;
  }

  .p-xl-1 {
    padding: 0.5rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.5rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.5rem !important;
  }

  .m-xl-2 {
    margin: 1rem !important;
  }

  .mt-xl-2 {
    margin-top: 1rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-2 {
    margin-left: 1rem !important;
  }

  .mr-xl-2 {
    margin-right: 1rem !important;
  }

  .p-xl-2 {
    padding: 1rem !important;
  }

  .pt-xl-2 {
    padding-top: 1rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-2 {
    padding-left: 1rem !important;
  }

  .pr-xl-2 {
    padding-right: 1rem !important;
  }

  .m-xl-3 {
    margin: 1.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-3 {
    margin-left: 1.5rem !important;
  }

  .mr-xl-3 {
    margin-right: 1.5rem !important;
  }

  .p-xl-3 {
    padding: 1.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-3 {
    padding-left: 1.5rem !important;
  }

  .pr-xl-3 {
    padding-right: 1.5rem !important;
  }

  .m-xl-4 {
    margin: 2rem !important;
  }

  .mt-xl-4 {
    margin-top: 2rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-4 {
    margin-left: 2rem !important;
  }

  .mr-xl-4 {
    margin-right: 2rem !important;
  }

  .p-xl-4 {
    padding: 2rem !important;
  }

  .pt-xl-4 {
    padding-top: 2rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-4 {
    padding-left: 2rem !important;
  }

  .pr-xl-4 {
    padding-right: 2rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

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

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

  .p-xl-auto {
    padding: auto !important;
  }

  .pt-xl-auto {
    padding-top: auto !important;
  }

  .pb-xl-auto {
    padding-bottom: auto !important;
  }

  .pl-xl-auto {
    padding-left: auto !important;
  }

  .pr-xl-auto {
    padding-right: auto !important;
  }
}
@media print, screen and (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0 {
    margin-left: 0 !important;
  }

  .mr-xxl-0 {
    margin-right: 0 !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0 {
    padding-left: 0 !important;
  }

  .pr-xxl-0 {
    padding-right: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.5rem !important;
  }

  .mt-xxl-1 {
    margin-top: 0.5rem !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-1 {
    margin-left: 0.5rem !important;
  }

  .mr-xxl-1 {
    margin-right: 0.5rem !important;
  }

  .p-xxl-1 {
    padding: 0.5rem !important;
  }

  .pt-xxl-1 {
    padding-top: 0.5rem !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-1 {
    padding-left: 0.5rem !important;
  }

  .pr-xxl-1 {
    padding-right: 0.5rem !important;
  }

  .m-xxl-2 {
    margin: 1rem !important;
  }

  .mt-xxl-2 {
    margin-top: 1rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-2 {
    margin-left: 1rem !important;
  }

  .mr-xxl-2 {
    margin-right: 1rem !important;
  }

  .p-xxl-2 {
    padding: 1rem !important;
  }

  .pt-xxl-2 {
    padding-top: 1rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-2 {
    padding-left: 1rem !important;
  }

  .pr-xxl-2 {
    padding-right: 1rem !important;
  }

  .m-xxl-3 {
    margin: 1.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-3 {
    margin-left: 1.5rem !important;
  }

  .mr-xxl-3 {
    margin-right: 1.5rem !important;
  }

  .p-xxl-3 {
    padding: 1.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-3 {
    padding-left: 1.5rem !important;
  }

  .pr-xxl-3 {
    padding-right: 1.5rem !important;
  }

  .m-xxl-4 {
    margin: 2rem !important;
  }

  .mt-xxl-4 {
    margin-top: 2rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 2rem !important;
  }

  .ml-xxl-4 {
    margin-left: 2rem !important;
  }

  .mr-xxl-4 {
    margin-right: 2rem !important;
  }

  .p-xxl-4 {
    padding: 2rem !important;
  }

  .pt-xxl-4 {
    padding-top: 2rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 2rem !important;
  }

  .pl-xxl-4 {
    padding-left: 2rem !important;
  }

  .pr-xxl-4 {
    padding-right: 2rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5 {
    margin-left: 3rem !important;
  }

  .mr-xxl-5 {
    margin-right: 3rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5 {
    padding-left: 3rem !important;
  }

  .pr-xxl-5 {
    padding-right: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

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

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

  .p-xxl-auto {
    padding: auto !important;
  }

  .pt-xxl-auto {
    padding-top: auto !important;
  }

  .pb-xxl-auto {
    padding-bottom: auto !important;
  }

  .pl-xxl-auto {
    padding-left: auto !important;
  }

  .pr-xxl-auto {
    padding-right: auto !important;
  }
}
/* space */
.mt-50 {
  margin-top: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px) !important;
}

.mb-50 {
  margin-bottom: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px) !important;
}

.mtb-50 {
  margin-top: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px);
  margin-bottom: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px) !important;
}

.mt-60 {
  margin-top: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px) !important;
}

.mb-60 {
  margin-bottom: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px) !important;
}

.mtb-60 {
  margin-top: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px);
  margin-bottom: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px) !important;
}

.mt-70 {
  margin-top: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px) !important;
}

.mb-70 {
  margin-bottom: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px) !important;
}

.mtb-70 {
  margin-top: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px);
  margin-bottom: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px) !important;
}

.mt-80 {
  margin-top: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px) !important;
}

.mb-80 {
  margin-bottom: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px) !important;
}

.mtb-80 {
  margin-top: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px);
  margin-bottom: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px) !important;
}

.mt-90 {
  margin-top: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px) !important;
}

.mb-90 {
  margin-bottom: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px) !important;
}

.mtb-90 {
  margin-top: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px);
  margin-bottom: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px) !important;
}

.mt-100 {
  margin-top: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px) !important;
}

.mb-100 {
  margin-bottom: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px) !important;
}

.mtb-100 {
  margin-top: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px);
  margin-bottom: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px) !important;
}

.mt-120 {
  margin-top: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px) !important;
}

.mb-120 {
  margin-bottom: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px) !important;
}

.mtb-120 {
  margin-top: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px);
  margin-bottom: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px) !important;
}

.pt-50 {
  padding-top: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px) !important;
}

.pb-50 {
  padding-bottom: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px) !important;
}

.ptb-50 {
  padding-top: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px);
  padding-bottom: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px) !important;
}

.pt-60 {
  padding-top: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px) !important;
}

.pb-60 {
  padding-bottom: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px) !important;
}

.ptb-60 {
  padding-top: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px);
  padding-bottom: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px) !important;
}

.pt-70 {
  padding-top: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px) !important;
}

.pb-70 {
  padding-bottom: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px) !important;
}

.ptb-70 {
  padding-top: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px);
  padding-bottom: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px) !important;
}

.pt-80 {
  padding-top: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px) !important;
}

.pb-80 {
  padding-bottom: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px) !important;
}

.ptb-80 {
  padding-top: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px);
  padding-bottom: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px) !important;
}

.pt-90 {
  padding-top: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px) !important;
}

.pb-90 {
  padding-bottom: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px) !important;
}

.ptb-90 {
  padding-top: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px);
  padding-bottom: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px) !important;
}

.pt-100 {
  padding-top: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px) !important;
}

.pb-100 {
  padding-bottom: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px) !important;
}

.ptb-100 {
  padding-top: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px);
  padding-bottom: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px) !important;
}

.pt-120 {
  padding-top: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px) !important;
}

.pb-120 {
  padding-bottom: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px) !important;
}

.ptb-120 {
  padding-top: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px);
  padding-bottom: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px) !important;
}

@media print, screen and (min-width: 992px) {
  .mt-lg-50 {
    margin-top: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px) !important;
  }

  .mb-lg-50 {
    margin-bottom: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px) !important;
  }

  .mtb-lg-50 {
    margin-top: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px);
    margin-bottom: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px) !important;
  }

  .mt-lg-60 {
    margin-top: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px) !important;
  }

  .mb-lg-60 {
    margin-bottom: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px) !important;
  }

  .mtb-lg-60 {
    margin-top: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px);
    margin-bottom: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px) !important;
  }

  .mt-lg-70 {
    margin-top: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px) !important;
  }

  .mb-lg-70 {
    margin-bottom: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px) !important;
  }

  .mtb-lg-70 {
    margin-top: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px);
    margin-bottom: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px) !important;
  }

  .mt-lg-80 {
    margin-top: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px) !important;
  }

  .mb-lg-80 {
    margin-bottom: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px) !important;
  }

  .mtb-lg-80 {
    margin-top: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px);
    margin-bottom: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px) !important;
  }

  .mt-lg-90 {
    margin-top: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px) !important;
  }

  .mb-lg-90 {
    margin-bottom: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px) !important;
  }

  .mtb-lg-90 {
    margin-top: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px);
    margin-bottom: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px) !important;
  }

  .mt-lg-100 {
    margin-top: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px) !important;
  }

  .mb-lg-100 {
    margin-bottom: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px) !important;
  }

  .mtb-lg-100 {
    margin-top: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px);
    margin-bottom: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px) !important;
  }

  .mt-lg-120 {
    margin-top: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px) !important;
  }

  .mb-lg-120 {
    margin-bottom: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px) !important;
  }

  .mtb-lg-120 {
    margin-top: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px);
    margin-bottom: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px) !important;
  }
}
@media print, screen and (min-width: 992px) {
  .pt-lg-50 {
    padding-top: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px) !important;
  }

  .pb-lg-50 {
    padding-bottom: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px) !important;
  }

  .ptb-lg-50 {
    padding-top: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px);
    padding-bottom: min(calc(28px + 22 * (100vw - 375px) / 1125), 50px) !important;
  }

  .pt-lg-60 {
    padding-top: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px) !important;
  }

  .pb-lg-60 {
    padding-bottom: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px) !important;
  }

  .ptb-lg-60 {
    padding-top: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px);
    padding-bottom: min(calc(28px + 32 * (100vw - 375px) / 1125), 60px) !important;
  }

  .pt-lg-70 {
    padding-top: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px) !important;
  }

  .pb-lg-70 {
    padding-bottom: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px) !important;
  }

  .ptb-lg-70 {
    padding-top: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px);
    padding-bottom: min(calc(28px + 42 * (100vw - 375px) / 1125), 70px) !important;
  }

  .pt-lg-80 {
    padding-top: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px) !important;
  }

  .pb-lg-80 {
    padding-bottom: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px) !important;
  }

  .ptb-lg-80 {
    padding-top: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px);
    padding-bottom: min(calc(28px + 52 * (100vw - 375px) / 1125), 80px) !important;
  }

  .pt-lg-90 {
    padding-top: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px) !important;
  }

  .pb-lg-90 {
    padding-bottom: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px) !important;
  }

  .ptb-lg-90 {
    padding-top: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px);
    padding-bottom: min(calc(29px + 61 * (100vw - 375px) / 1125), 90px) !important;
  }

  .pt-lg-100 {
    padding-top: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px) !important;
  }

  .pb-lg-100 {
    padding-bottom: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px) !important;
  }

  .ptb-lg-100 {
    padding-top: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px);
    padding-bottom: min(calc(32px + 68 * (100vw - 375px) / 1125), 100px) !important;
  }

  .pt-lg-120 {
    padding-top: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px) !important;
  }

  .pb-lg-120 {
    padding-bottom: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px) !important;
  }

  .ptb-lg-120 {
    padding-top: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px);
    padding-bottom: min(calc(39px + 81 * (100vw - 375px) / 1125), 120px) !important;
  }
}
/* =============================
 * parallax.css (GSAP + ScrollTrigger版)
 * 中央基準 & 複数セクション対応（下スクロールで画像は上へ）
 * 可変値:
 *   --parallax-img-height: 画像ラッパの高さ（%）。200% なら上下に各50%の余白。
 *   --parallax-scroll: 余白の何割を使うか 0..1（1=片側余白を使い切り）。
 * 構造: .parallax > .img > img
 * ============================= */
.parallax {
  position: relative;
  overflow: hidden;
  height: 80vh;
  /* 任意で調整 */
  --parallax-img-height: 150%;
  /* 片側+50%の余白 */
  --parallax-scroll: 0.9;
  /* 0..1: 使用割合。1で±maxを使い切る */
}

.parallax .img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: var(--parallax-img-height);
  transform: translate(-50%, -50%);
  /* 初期は中央合わせ。YはGSAPが制御 */
  will-change: transform;
  pointer-events: none;
  user-select: none;
}

.parallax .img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/* -------------------------------
	header
-------------------------------- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 10px min(calc(10px + 50 * (100vw - 375px) / 1545), 60px);
  transition: background 0.3s ease;
}
#header .logo {
  width: 68%;
  margin: 0 auto 15px;
}
#header .logo h1 {
  font-size: 1rem;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  #header {
    display: flex;
    align-items: center;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .logo {
    flex: 0 0 30%;
    width: auto;
    margin: 0;
  }
  #header .content {
    flex: 1 1 0;
  }
}

@media screen {
  .fixed-nav #header {
    background-color: #fff;
  }
}
.head_navi {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .head_navi {
    justify-content: flex-end;
  }
}
.head_navi > ul {
  font-size: min(calc(12px + 8 * (100vw - 375px) / 1125), 20px);
  display: flex;
  gap: 0 1.25em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.head_navi > ul > li > a {
  color: var(--primary);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: block;
  padding-bottom: 0.25em;
  position: relative;
}
.head_navi > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: var(--primary);
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.head_navi > ul > li > a:hover:after, .head_navi > ul > li.current-menu-item > a:after {
  transform: scaleX(1);
  visibility: visible;
}
.head_navi .jp_link {
  margin-left: min(calc(10px + 40 * (100vw - 375px) / 1125), 50px);
}
.head_navi .jp_link > a {
  color: var(--primary);
  font-size: min(calc(10px + 6 * (100vw - 375px) / 1125), 16px);
  line-height: 1.5;
  text-decoration: none;
  display: block;
  padding: 0.5em 1.5em;
  border-radius: 10em;
  border: solid 1px var(--primary);
  transition: color .3s ease, background .3s ease;
}
.head_navi .jp_link > a > .pc {
  display: none;
}
.head_navi .jp_link > a:hover {
  color: #fff;
  background-color: var(--primary);
}
@media print, screen and (min-width: 768px) {
  .head_navi .jp_link > a > .pc {
    display: inline;
  }
  .head_navi .jp_link > a > .sp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .head_navi > ul {
    gap: 0 2em;
  }
}

/* ログイン中だけヘッダーの上に admin bar 分の余白を足す（PC） */
body.admin-bar #header {
  top: 32px !important;
  /* ヘッダーが通常配置の場合 */
}

/* スマホで admin bar を非表示にする */
@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }

  /* body の admin-bar クラスによるズレを無効化 */
  body.admin-bar #header {
    top: 0 !important;
  }
}
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
#mainvisual:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: calc(var(--head-hh) * 1.5);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.50196) 46%, rgba(255, 255, 255, 0.70196) 100%);
}
@media print, screen and (min-width: 768px) {
  #mainvisual:before {
    height: calc(var(--head-hh) * 2);
  }
}

/*
 * -- メイン用フェードビジュアル
 *
 */
.splide01 {
  overflow: hidden;
}
.splide01 .slide {
  display: grid;
  place-content: center;
  width: 100%;
  height: calc(var(--app-h) * 0.8);
  padding-top: var(--head-hh);
  text-align: center;
}
@media (orientation: landscape) and (max-width: 767px) {
  .splide01 .slide {
    height: var(--app-h);
  }
}
@media print, screen and (min-width: 768px) {
  .splide01 .slide {
    height: var(--app-h);
  }
}
.splide01 .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.splide01 .slide-media img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 7s 1s linear;
  transform: translateX(-1.5%) scale(1.1);
}
.splide01 .slide-title, .splide01 .slide-text, .splide01 .slide-link {
  animation: 2s cubic-bezier(0.2, 1, 0.2, 1) both;
  opacity: 0;
}
.splide01 .slide-title {
  color: #fff;
  font-size: min(calc(24px + 76 * (100vw - 375px) / 1545), 100px);
  line-height: 1.1;
  text-shadow: 0 0 0.01em rgba(0, 0, 0, 0.15), 0 0 0.03em rgba(0, 0, 0, 0.15), 0 0 0.06em rgba(0, 0, 0, 0.15), 0 0 0.12em rgba(0, 0, 0, 0.15), 0 0 0.24em rgba(0, 0, 0, 0.15);
  margin-bottom: 1em;
}
.splide01 .slide-text {
  color: #fff;
  font-size: min(calc(14px + 14 * (100vw - 375px) / 1545), 28px);
  animation-delay: 0.2s;
  text-shadow: 0 0 0.01em rgba(0, 0, 0, 0.15), 0 0 0.03em rgba(0, 0, 0, 0.15), 0 0 0.06em rgba(0, 0, 0, 0.15), 0 0 0.12em rgba(0, 0, 0, 0.15), 0 0 0.24em rgba(0, 0, 0, 0.15);
}
.splide01 .slide-link {
  animation-delay: 0.4s;
}
.splide01 .slide-button {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  color: #b4e900;
}
.splide01 .slide-button::before {
  display: inline-block;
  width: 6rem;
  height: 1px;
  margin: -2px 1.6rem 0 0;
  content: "";
  vertical-align: middle;
  background-color: currentColor;
}
.splide01 .splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: translateX(1.5%) scale(1.05);
}
.splide01 .splide__slide.anm-started .slide-title, .splide01 .splide__slide.anm-started .slide-text, .splide01 .splide__slide.anm-started .slide-link {
  animation-name: mv02-fadeIn;
}
.splide01 .splide__slide.anm-finished .slide-title, .splide01 .splide__slide.anm-finished .slide-text, .splide01 .splide__slide.anm-finished .slide-link {
  animation-name: mv02-fadeOut;
}
.splide01 .splide__pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}

@keyframes mv02-fadeIn {
  0% {
    transform: translateY(6rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mv02-fadeOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-6rem);
    opacity: 0;
  }
}
/* -------------------------------
	footer
-------------------------------- */
#footer {
  color: #fff;
  padding: 15px;
  background-color: #988057;
}

.copyright {
  font-size: 12px;
  text-align: center;
}

/*
  Bootstrap 5 互換の最小グリッド実装（SCSS想定で書いていますが、変数はCSSカスタムプロパティで代替）
  - .row / .col / .col-auto / .col-1..12
  - レスポンシブ: .col-{bp}, .col-{bp}-auto, .col-{bp}-1..12
  - .row-cols-1..6（レスポンシブ版あり）
  - .offset-0..11（レスポンシブ版あり）
  - .order-0..5 / .order-first / .order-last（レスポンシブ版あり）
  - ガター系ユーティリティ: .g-*, .gx-*, .gy-*（レスポンシブ版あり）
  - breakpoints: sm=576px, md=768px, lg=992px, xl=1200px, xxl=1400px
  - gutter scale: 0:0, 1:.25rem, 2:.5rem, 3:1rem, 4:1.5rem, 5:3rem

  ※コンテナ(.container)や他ユーティリティは含めません
*/
/* ===============================
   基本変数（CSSカスタムプロパティ）
   =============================== */
:root {
  /* 既定ガター */
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  /* ブレークポイント */
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  /* ガター・スケール */
  --bs-gutter-0: 0;
  --bs-gutter-1: 0.5rem;
  --bs-gutter-2: 1rem;
  --bs-gutter-3: 1.5rem;
  --bs-gutter-4: 2rem;
  --bs-gutter-5: 3rem;
}

/* ===============================
   .row と 子要素の基本レイアウト
   =============================== */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* ===============================
   列の基本（.col, .col-auto, .col-1..12）
   =============================== */
.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* 12分割の幅ユーティリティ */
.col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* ===============================
   レスポンシブ列（各ブレークポイント）
   =============================== */
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* ===============================
   行内列数ユーティリティ（.row-cols-*）
   =============================== */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.666667%;
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
}
@media (min-width: 1400px) {
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
}
/* ===============================
   オフセット（.offset-*）
   =============================== */
.offset-0 {
  margin-left: 0;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
/* ===============================
   並び順ユーティリティ（.order-*）
   =============================== */
.order-first {
  order: -1;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-last {
  order: 6;
}

@media (min-width: 576px) {
  .order-sm-first {
    order: -1;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-last {
    order: 6;
  }
}
@media (min-width: 768px) {
  .order-md-first {
    order: -1;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-last {
    order: 6;
  }
}
@media (min-width: 992px) {
  .order-lg-first {
    order: -1;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-last {
    order: 6;
  }
}
@media (min-width: 1200px) {
  .order-xl-first {
    order: -1;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-last {
    order: 6;
  }
}
@media (min-width: 1400px) {
  .order-xxl-first {
    order: -1;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-last {
    order: 6;
  }
}
/* ===============================
   ガター・ユーティリティ（.g-*, .gx-*, .gy-*）
   =============================== */
/* base */
.g-0 {
  --bs-gutter-x: var(--bs-gutter-0);
  --bs-gutter-y: var(--bs-gutter-0);
}

.g-1 {
  --bs-gutter-x: var(--bs-gutter-1);
  --bs-gutter-y: var(--bs-gutter-1);
}

.g-2 {
  --bs-gutter-x: var(--bs-gutter-2);
  --bs-gutter-y: var(--bs-gutter-2);
}

.g-3 {
  --bs-gutter-x: var(--bs-gutter-3);
  --bs-gutter-y: var(--bs-gutter-3);
}

.g-4 {
  --bs-gutter-x: var(--bs-gutter-4);
  --bs-gutter-y: var(--bs-gutter-4);
}

.g-5 {
  --bs-gutter-x: var(--bs-gutter-5);
  --bs-gutter-y: var(--bs-gutter-5);
}

.gx-0 {
  --bs-gutter-x: var(--bs-gutter-0);
}

.gx-1 {
  --bs-gutter-x: var(--bs-gutter-1);
}

.gx-2 {
  --bs-gutter-x: var(--bs-gutter-2);
}

.gx-3 {
  --bs-gutter-x: var(--bs-gutter-3);
}

.gx-4 {
  --bs-gutter-x: var(--bs-gutter-4);
}

.gx-5 {
  --bs-gutter-x: var(--bs-gutter-5);
}

.gy-0 {
  --bs-gutter-y: var(--bs-gutter-0);
}

.gy-1 {
  --bs-gutter-y: var(--bs-gutter-1);
}

.gy-2 {
  --bs-gutter-y: var(--bs-gutter-2);
}

.gy-3 {
  --bs-gutter-y: var(--bs-gutter-3);
}

.gy-4 {
  --bs-gutter-y: var(--bs-gutter-4);
}

.gy-5 {
  --bs-gutter-y: var(--bs-gutter-5);
}

/* sm */
@media (min-width: 576px) {
  .g-sm-0 {
    --bs-gutter-x: var(--bs-gutter-0);
    --bs-gutter-y: var(--bs-gutter-0);
  }

  .g-sm-1 {
    --bs-gutter-x: var(--bs-gutter-1);
    --bs-gutter-y: var(--bs-gutter-1);
  }

  .g-sm-2 {
    --bs-gutter-x: var(--bs-gutter-2);
    --bs-gutter-y: var(--bs-gutter-2);
  }

  .g-sm-3 {
    --bs-gutter-x: var(--bs-gutter-3);
    --bs-gutter-y: var(--bs-gutter-3);
  }

  .g-sm-4 {
    --bs-gutter-x: var(--bs-gutter-4);
    --bs-gutter-y: var(--bs-gutter-4);
  }

  .g-sm-5 {
    --bs-gutter-x: var(--bs-gutter-5);
    --bs-gutter-y: var(--bs-gutter-5);
  }

  .gx-sm-0 {
    --bs-gutter-x: var(--bs-gutter-0);
  }

  .gx-sm-1 {
    --bs-gutter-x: var(--bs-gutter-1);
  }

  .gx-sm-2 {
    --bs-gutter-x: var(--bs-gutter-2);
  }

  .gx-sm-3 {
    --bs-gutter-x: var(--bs-gutter-3);
  }

  .gx-sm-4 {
    --bs-gutter-x: var(--bs-gutter-4);
  }

  .gx-sm-5 {
    --bs-gutter-x: var(--bs-gutter-5);
  }

  .gy-sm-0 {
    --bs-gutter-y: var(--bs-gutter-0);
  }

  .gy-sm-1 {
    --bs-gutter-y: var(--bs-gutter-1);
  }

  .gy-sm-2 {
    --bs-gutter-y: var(--bs-gutter-2);
  }

  .gy-sm-3 {
    --bs-gutter-y: var(--bs-gutter-3);
  }

  .gy-sm-4 {
    --bs-gutter-y: var(--bs-gutter-4);
  }

  .gy-sm-5 {
    --bs-gutter-y: var(--bs-gutter-5);
  }
}
/* md */
@media (min-width: 768px) {
  .g-md-0 {
    --bs-gutter-x: var(--bs-gutter-0);
    --bs-gutter-y: var(--bs-gutter-0);
  }

  .g-md-1 {
    --bs-gutter-x: var(--bs-gutter-1);
    --bs-gutter-y: var(--bs-gutter-1);
  }

  .g-md-2 {
    --bs-gutter-x: var(--bs-gutter-2);
    --bs-gutter-y: var(--bs-gutter-2);
  }

  .g-md-3 {
    --bs-gutter-x: var(--bs-gutter-3);
    --bs-gutter-y: var(--bs-gutter-3);
  }

  .g-md-4 {
    --bs-gutter-x: var(--bs-gutter-4);
    --bs-gutter-y: var(--bs-gutter-4);
  }

  .g-md-5 {
    --bs-gutter-x: var(--bs-gutter-5);
    --bs-gutter-y: var(--bs-gutter-5);
  }

  .gx-md-0 {
    --bs-gutter-x: var(--bs-gutter-0);
  }

  .gx-md-1 {
    --bs-gutter-x: var(--bs-gutter-1);
  }

  .gx-md-2 {
    --bs-gutter-x: var(--bs-gutter-2);
  }

  .gx-md-3 {
    --bs-gutter-x: var(--bs-gutter-3);
  }

  .gx-md-4 {
    --bs-gutter-x: var(--bs-gutter-4);
  }

  .gx-md-5 {
    --bs-gutter-x: var(--bs-gutter-5);
  }

  .gy-md-0 {
    --bs-gutter-y: var(--bs-gutter-0);
  }

  .gy-md-1 {
    --bs-gutter-y: var(--bs-gutter-1);
  }

  .gy-md-2 {
    --bs-gutter-y: var(--bs-gutter-2);
  }

  .gy-md-3 {
    --bs-gutter-y: var(--bs-gutter-3);
  }

  .gy-md-4 {
    --bs-gutter-y: var(--bs-gutter-4);
  }

  .gy-md-5 {
    --bs-gutter-y: var(--bs-gutter-5);
  }
}
/* lg */
@media (min-width: 992px) {
  .g-lg-0 {
    --bs-gutter-x: var(--bs-gutter-0);
    --bs-gutter-y: var(--bs-gutter-0);
  }

  .g-lg-1 {
    --bs-gutter-x: var(--bs-gutter-1);
    --bs-gutter-y: var(--bs-gutter-1);
  }

  .g-lg-2 {
    --bs-gutter-x: var(--bs-gutter-2);
    --bs-gutter-y: var(--bs-gutter-2);
  }

  .g-lg-3 {
    --bs-gutter-x: var(--bs-gutter-3);
    --bs-gutter-y: var(--bs-gutter-3);
  }

  .g-lg-4 {
    --bs-gutter-x: var(--bs-gutter-4);
    --bs-gutter-y: var(--bs-gutter-4);
  }

  .g-lg-5 {
    --bs-gutter-x: var(--bs-gutter-5);
    --bs-gutter-y: var(--bs-gutter-5);
  }

  .gx-lg-0 {
    --bs-gutter-x: var(--bs-gutter-0);
  }

  .gx-lg-1 {
    --bs-gutter-x: var(--bs-gutter-1);
  }

  .gx-lg-2 {
    --bs-gutter-x: var(--bs-gutter-2);
  }

  .gx-lg-3 {
    --bs-gutter-x: var(--bs-gutter-3);
  }

  .gx-lg-4 {
    --bs-gutter-x: var(--bs-gutter-4);
  }

  .gx-lg-5 {
    --bs-gutter-x: var(--bs-gutter-5);
  }

  .gy-lg-0 {
    --bs-gutter-y: var(--bs-gutter-0);
  }

  .gy-lg-1 {
    --bs-gutter-y: var(--bs-gutter-1);
  }

  .gy-lg-2 {
    --bs-gutter-y: var(--bs-gutter-2);
  }

  .gy-lg-3 {
    --bs-gutter-y: var(--bs-gutter-3);
  }

  .gy-lg-4 {
    --bs-gutter-y: var(--bs-gutter-4);
  }

  .gy-lg-5 {
    --bs-gutter-y: var(--bs-gutter-5);
  }
}
/* xl */
@media (min-width: 1200px) {
  .g-xl-0 {
    --bs-gutter-x: var(--bs-gutter-0);
    --bs-gutter-y: var(--bs-gutter-0);
  }

  .g-xl-1 {
    --bs-gutter-x: var(--bs-gutter-1);
    --bs-gutter-y: var(--bs-gutter-1);
  }

  .g-xl-2 {
    --bs-gutter-x: var(--bs-gutter-2);
    --bs-gutter-y: var(--bs-gutter-2);
  }

  .g-xl-3 {
    --bs-gutter-x: var(--bs-gutter-3);
    --bs-gutter-y: var(--bs-gutter-3);
  }

  .g-xl-4 {
    --bs-gutter-x: var(--bs-gutter-4);
    --bs-gutter-y: var(--bs-gutter-4);
  }

  .g-xl-5 {
    --bs-gutter-x: var(--bs-gutter-5);
    --bs-gutter-y: var(--bs-gutter-5);
  }

  .gx-xl-0 {
    --bs-gutter-x: var(--bs-gutter-0);
  }

  .gx-xl-1 {
    --bs-gutter-x: var(--bs-gutter-1);
  }

  .gx-xl-2 {
    --bs-gutter-x: var(--bs-gutter-2);
  }

  .gx-xl-3 {
    --bs-gutter-x: var(--bs-gutter-3);
  }

  .gx-xl-4 {
    --bs-gutter-x: var(--bs-gutter-4);
  }

  .gx-xl-5 {
    --bs-gutter-x: var(--bs-gutter-5);
  }

  .gy-xl-0 {
    --bs-gutter-y: var(--bs-gutter-0);
  }

  .gy-xl-1 {
    --bs-gutter-y: var(--bs-gutter-1);
  }

  .gy-xl-2 {
    --bs-gutter-y: var(--bs-gutter-2);
  }

  .gy-xl-3 {
    --bs-gutter-y: var(--bs-gutter-3);
  }

  .gy-xl-4 {
    --bs-gutter-y: var(--bs-gutter-4);
  }

  .gy-xl-5 {
    --bs-gutter-y: var(--bs-gutter-5);
  }
}
/* xxl */
@media (min-width: 1400px) {
  .g-xxl-0 {
    --bs-gutter-x: var(--bs-gutter-0);
    --bs-gutter-y: var(--bs-gutter-0);
  }

  .g-xxl-1 {
    --bs-gutter-x: var(--bs-gutter-1);
    --bs-gutter-y: var(--bs-gutter-1);
  }

  .g-xxl-2 {
    --bs-gutter-x: var(--bs-gutter-2);
    --bs-gutter-y: var(--bs-gutter-2);
  }

  .g-xxl-3 {
    --bs-gutter-x: var(--bs-gutter-3);
    --bs-gutter-y: var(--bs-gutter-3);
  }

  .g-xxl-4 {
    --bs-gutter-x: var(--bs-gutter-4);
    --bs-gutter-y: var(--bs-gutter-4);
  }

  .g-xxl-5 {
    --bs-gutter-x: var(--bs-gutter-5);
    --bs-gutter-y: var(--bs-gutter-5);
  }

  .gx-xxl-0 {
    --bs-gutter-x: var(--bs-gutter-0);
  }

  .gx-xxl-1 {
    --bs-gutter-x: var(--bs-gutter-1);
  }

  .gx-xxl-2 {
    --bs-gutter-x: var(--bs-gutter-2);
  }

  .gx-xxl-3 {
    --bs-gutter-x: var(--bs-gutter-3);
  }

  .gx-xxl-4 {
    --bs-gutter-x: var(--bs-gutter-4);
  }

  .gx-xxl-5 {
    --bs-gutter-x: var(--bs-gutter-5);
  }

  .gy-xxl-0 {
    --bs-gutter-y: var(--bs-gutter-0);
  }

  .gy-xxl-1 {
    --bs-gutter-y: var(--bs-gutter-1);
  }

  .gy-xxl-2 {
    --bs-gutter-y: var(--bs-gutter-2);
  }

  .gy-xxl-3 {
    --bs-gutter-y: var(--bs-gutter-3);
  }

  .gy-xxl-4 {
    --bs-gutter-y: var(--bs-gutter-4);
  }

  .gy-xxl-5 {
    --bs-gutter-y: var(--bs-gutter-5);
  }
}
/* -------------------------------
	共通
-------------------------------- */
.title-1 {
  color: var(--success);
  font-size: min(calc(23px + 13 * (100vw - 375px) / 1125), 36px);
  line-height: normal;
}

/* --- 画像 --- */
.overseas_photo {
  width: 100%;
  aspect-ratio: 4/3;
}
.overseas_photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 992px) {
  .overseas_photo {
    aspect-ratio: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .overseas_photo.lg_left {
    width: auto;
    margin-right: min(calc(12px + 70 * (100vw - 992px) / 508), 82px);
  }
  .overseas_photo.lg_right {
    width: auto;
    margin-left: min(calc(12px + 70 * (100vw - 992px) / 508), 82px);
  }
}

/* --- box --- */
.box-flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/**/
.youtube {
  position: relative;
  padding-bottom: 56.3%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

/* -------------------------------
	Awards & Certifications
-------------------------------- */
@media print, screen and (min-width: 768px) {
  .overseas_awards .parallax {
    height: 500px;
  }
}

/* ---  --- */
.overseas_environment .parallax {
  aspect-ratio: 4/3;
  height: auto;
}

/* -------------------------------
	product
-------------------------------- */
.overseas_product {
  overflow: hidden;
}

/**/
.overseas_product_head {
  --size: min(calc(35px + 35 * (100vw - 375px) / 1125), 70px);
  width: 100%;
  height: calc(var(--size) * 10);
  display: grid;
  place-items: center;
  padding: 15px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .overseas_product_head {
    height: calc(var(--size) * 7);
  }
}
.overseas_product_head > .row {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.overseas_product_head .parallax {
  width: 100%;
  height: 100%;
}
.overseas_product_head h2 {
  color: #fff;
  font-size: var(--size);
  line-height: 1.2;
  text-align: center;
  text-shadow: 0.02em 0.02em 0.05em rgba(0, 0, 0, 0.15), 0.04em 0.04em 0.08em rgba(0, 0, 0, 0.25), 0.08em 0.08em 0.16em rgba(0, 0, 0, 0.35);
  margin: 0;
}
.overseas_product_head h2 small {
  font-size: 0.66667em;
}

.overseas_product_item .overseas_product_item_photo .parallax {
  height: auto;
  aspect-ratio: 5 / 7;
}

@media print, screen and (min-width: 768px) {
  .overseas_product_item:nth-child(odd) .overseas_product_item_photo {
    margin-right: min(calc(12px + 100 * (100vw - 768px) / 732), 112px);
  }
  .overseas_product_item:nth-child(even) .overseas_product_item_photo {
    margin-left: min(calc(12px + 100 * (100vw - 768px) / 732), 112px);
  }
}

/* ---  --- */
.overseas_product_country .title-1 {
  text-align: center;
  padding-top: 1em;
  border-top: solid 1px currentColor;
}

.overseas_product_country_list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .overseas_product_country_list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .overseas_product_country_list {
    grid-template-columns: repeat(7, 1fr);
  }
}
.overseas_product_country_list > li {
  min-width: 0;
}
.overseas_product_country_list > li button {
  font-size: clamp(11px, calc(var(--measure-width) / 20), 16px);
  padding: 3px;
  border: solid 1px #000;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* 古いブラウザ向け */
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.overseas_product_country_list > li button img {
  width: 100%;
  max-width: none;
  display: block;
  margin-bottom: 5px;
  aspect-ratio: 193 / 129;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
.overseas_product_country_list > li button:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  background-color: #efefef;
}
.overseas_product_country_list > li button:hover img {
  opacity: 0.65;
}

:root {
  --overlay-z: 99998;
  --dialog-z: 99999;
  --overlay-bg: rgba(255, 255, 255, 0.9);
  --radius: 5px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  --transition: 300ms cubic-bezier(0.22, 1.28, 0.45, 1);
}

body.is-locked {
  position: fixed;
  overflow: hidden;
  inset: 0;
  width: 100%;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: var(--dialog-z);
  visibility: hidden;
  pointer-events: none;
}

.modal[aria-hidden="false"] {
  visibility: visible;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: var(--overlay-bg);
  backdrop-filter: saturate(120%) blur(2px);
  -webkit-tap-highlight-color: transparent;
  z-index: var(--overlay-z);
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}

/* 表示中と非表示時でフェードの速度を変え、自然に */
.modal[aria-hidden="false"] .modal__overlay {
  opacity: 1;
  transition-duration: 500ms;
  transition-timing-function: ease-out;
}

.modal[aria-hidden="true"] .modal__overlay {
  opacity: 0;
  transition-duration: 700ms;
  transition-timing-function: ease-in;
}

.modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -44%) scale(0.8);
  width: min(92vw, 1000px);
  max-height: calc(100dvh - 40px);
  overflow: auto;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px 16px 16px;
  z-index: calc(var(--dialog-z) + 1);
  opacity: 0;
  transition: transform var(--transition), opacity var(--transition);
}

.modal[aria-hidden="false"] .modal__dialog {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.modal__close {
  appearance: none;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 6px;
  position: absolute;
  right: 6px;
  top: 6px;
  border-radius: 10px;
}

.modal__header {
  margin: 6px 8px 10px;
}

.modal__title {
  font-size: 20px;
  margin: 0;
}

.modal__body {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 8px 12px;
}

.modal__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 0 8px 6px;
}

.modal__actions .btn {
  appearance: none;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .modal__overlay, .modal__dialog {
    transition: none;
  }
}
.overseas_product_gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .overseas_product_gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .overseas_product_gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
.overseas_product_gallery .box {
  width: 100%;
  aspect-ratio: 1/1;
}
.overseas_product_gallery .box img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

/* ---  --- */
.loop_splide .splide__list {
  gap: clamp(5px, 1.33334vw, 20px);
}

.loop_splide_photo {
  width: clamp(120px, 26vw, 390px);
  aspect-ratio: 4/3;
}
.loop_splide_photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=for-overseas.css.map */
