@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

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

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

pre,
textarea {
  overflow: auto;
}

template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
:root {
  --base-size: 1.6rem;
  --color-black: #000;
  --color-border: #d3d3d3;
  --color-bright-gray: #f7f5f4;
  --color-gradient-end: #919191;
  --color-gradient-start: #727272;
  --color-gray: #707070;
  --color-white: #fff;
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    /* stylelint-disable-next-line */
    --leading-trim: 0px;
  }
}
html {
  font-size: 62.5%;
}

body {
  color: #483d3d;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  line-height: 130%;
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: break-word;
}

main {
  font-family: "M PLUS 1", "游ゴシック体", yugothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
main a {
  color: #483d3d;
  text-decoration: none;
}
@media (min-width: 768px) {
  main a:hover,
  main a:focus-visible {
    color: #483d3d;
    text-decoration: none;
  }
}
main a:visited {
  color: #483d3d;
}
main a:active {
  color: #483d3d;
}
main img {
  width: 100%;
}
main iframe[src*="youtube.com"] {
  border: none;
}
main [data-simplebar] .simplebar-vertical {
  background-color: #ffebd9;
  border-radius: clamp(0.375 * var(--base-size), 0.78125vw, 0.625 * var(--base-size));
  width: clamp(0.1875 * var(--base-size), 0.39063vw, 0.3125 * var(--base-size));
}
@media (max-width: 767px) {
  main [data-simplebar] .simplebar-vertical {
    border-radius: 2.7777777778vw;
    width: 1.1111111111vw;
  }
}
main [data-simplebar] .simplebar-scrollbar {
  width: clamp(0.1875 * var(--base-size), 0.39063vw, 0.3125 * var(--base-size));
}
@media (max-width: 767px) {
  main [data-simplebar] .simplebar-scrollbar {
    width: 1.1111111111vw;
  }
}
main [data-simplebar] .simplebar-scrollbar:before {
  background-color: #ff8820;
  border-radius: clamp(0.375 * var(--base-size), 0.78125vw, 0.625 * var(--base-size));
  inset: 0;
  width: clamp(0.1875 * var(--base-size), 0.39063vw, 0.3125 * var(--base-size));
}
@media (max-width: 767px) {
  main [data-simplebar] .simplebar-scrollbar:before {
    border-radius: 2.7777777778vw;
    width: 1.1111111111vw;
  }
}

/* ------------------------
  utilities Classes
------------------------ */
@media (max-width: 767px) {
  .u-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .u-hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .u-hidden-lg {
    display: none !important;
  }
}

.u-comma {
  font-size: 0.7em !important;
  margin-inline: -0.1em !important;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}