@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


:root {
  --width-tablet: $width_tablet;
  --width-desktop: $width_desktop;
  --width-container: 1200px;
  --color-primary: #4267C5;
  --color-secondary: #C6D1EE;
  --color-accent: #EB745F;
  --color-white: #fff;
  --color-font: #2C2C2C;
  --color-gray-light: #F2F2F2;
  --color-gray-dark: #CBCBCB;
  --font-family-ja: "Noto Sans JP", sans-serif;
  --font-family-en: "Montserrat", sans-serif;
  --heading-size-xxl: 57px;
  --heading-size-xl: 45px;
  --heading-size-l: 36px;
  --heading-size-l-mb: 32px;
  --heading-size-m: 32px;
  --heading-size-m-mb: 28px;
  --heading-size-s: 28px;
  --heading-size-s-mb: 24px;
  --heading-size-xs: 24px;
  --heading-size-xs-mb: 20px;
  --heading-size-xxs: 20px;
  --heading-size-xxs-mb: 16px;
  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-s: 12px;
  --space-unit: 16px;
  --space-xxs: calc(0.25 * var(--space-unit));
  --space-xs: calc(0.5 * var(--space-unit));
  --space-sm: calc(0.75 * var(--space-unit));
  --space-md: calc(1.25 * var(--space-unit));
  --space-lg: calc(2 * var(--space-unit));
  --space-xl: calc(3.25 * var(--space-unit));
  --space-xxl: calc(5.25 * var(--space-unit));
}

.row {
  --gap-x: 0;
  --gap-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 600px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 600px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 600px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 600px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 600px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 600px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 600px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 600px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 600px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 600px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
.row--std {
  margin: -8px;
}
.row--std .row__item {
  padding: 8px;
}
.row--wide {
  margin: -16px;
}
.row--wide .row__item {
  padding: 16px;
}
.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  width: 90%;
  max-width: var(--width-container);
  margin-inline: auto;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.page .page__header {
  position: sticky;
  top: 0;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 8rem;
  background: var(--color-white);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
}
.menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-list__link {
  position: relative;
  display: block;
  color: inherit;
}
.menu-list__child {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease, 250ms -ms-grid-rows ease;
}
.menu-list__child-inner {
  overflow: hidden;
}
.trigger--open + .menu-list__child {
  grid-template-rows: 1fr;
}
.menu-list__trigger {
  position: absolute;
  top: 0;
  right: 0;
}

.trigger {
  display: grid;
  place-items: center;
  place-content: center;
  width: 4rem;
  height: 4rem;
}
.trigger::before {
  content: "+";
}
.trigger--open::before {
  content: "-";
}

.menu-btn {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 25%;
  display: block;
  width: 50%;
  height: 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: var(--color-font);
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.menu-btn__line:nth-child(2) {
  top: 50%;
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

/*********************/
/*  ヘッダー  */
/*********************/
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .header__contact {
    display: none;
  }
}
.header__nav {
  margin-left: auto;
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.gnav-list__item {
  position: relative;
}
.gnav-list__link {
  display: block;
  color: inherit;
}
.gnav-list__child {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gnav-list__item:hover .gnav-list__child {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.gnav-list__trigger {
  display: none;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.mv__message {
  display: block;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--color-font);
  text-align: center;
  text-shadow: 1px 1px 2px var(--color-white);
}
.mv__video, .mv__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-aspect-ratio: 16/9) {
  .mv__video, .mv__video iframe {
    width: 177.7777777778vh;
    height: 100vh;
  }
}
@media screen and (min-aspect-ratio: 16/9) {
  .mv__video, .mv__video iframe {
    width: 100vw;
    height: 177.7777777778vw;
  }
}
.mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv--std {
  height: 300px;
}
@media screen and (min-width: 600px) {
  .mv--std {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .mv--std {
    height: 500px;
  }
}
.mv--std .mv__message {
  top: 65%;
}
@media screen and (min-width: 1200px) {
  .mv--std .mv__message {
    top: 55%;
  }
}
.mv--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}
@media screen and (min-width: 600px) {
  .mv--sub {
    height: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .mv--sub .hero-title {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .mv--h-fixed .mv__message {
    top: 60%;
  }
}
.mv--h-fixed .hero-title {
  margin-top: 7rem;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .hero {
    height: 300px;
  }
}
.hero__title {
  text-align: center;
}
.hero__title-ja {
  display: block;
  font-size: 2.2rem;
  line-height: 1.9;
}
@media screen and (min-width: 1200px) {
  .hero__title-ja {
    font-size: 3rem;
  }
}
.hero__title-en {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .hero__title-en {
    font-size: 1.7rem;
  }
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message__title {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .message__title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .message__title {
    font-size: 6rem;
    margin: 0 auto;
  }
}
.message__description {
  font-size: 1.2rem;
  margin: 2rem auto;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .message__description {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .message__description {
    font-size: 2.4rem;
  }
}

/*********************/
/*  フッター  */
/*********************/
.footer {
  padding: 64px 0;
  background: var(--color-primary);
  margin-top: auto;
}
.footer__logo, .footer__address {
  display: block;
}
@media screen and (max-width: 599px) {
  .footer__img {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
  }
}
.footer__menu, .footer__signature {
  padding: 40px 0;
}
@media screen and (max-width: 599px) {
  .footer__menu, .footer__signature {
    padding: 20px 0 10px;
  }
}
@media screen and (min-width: 600px) {
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
}
.footer__signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .footer__signature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .footer__signature {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__other {
  display: block;
}
@media screen and (min-width: 600px) {
  .footer__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  color: var(--color-white);
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    text-align: center;
  }
}

.fnav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .fnav-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fnav-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  list-style: none;
  white-space: nowrap;
  color: var(--color-font);
}
@media screen and (min-width: 600px) {
  .fnav-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.fnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: inherit;
  padding: 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 599px) {
  .fnav-list__link {
    text-align: center;
    padding: 15px;
  }
}
.fnav-list__link:hover {
  opacity: 0.6;
}

.fchild-list {
  list-style: none;
  line-height: 1.8;
  padding: 0 0.5rem 1rem;
}
@media screen and (max-width: 599px) {
  .fchild-list {
    display: none;
  }
}
.fchild-list__item {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.fchild-list__item:hover {
  opacity: 0.6;
}
.fchild-list__link {
  font-size: 1.4rem;
  color: inherit;
  padding-bottom: 5px;
}

.org {
  display: block;
  list-style: none;
  color: var(--color-font);
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .org {
    padding: 3rem 1rem;
  }
}
.org__name {
  font-size: 1.8rem;
  font-weight: bold;
}
.org__addr, .org__phone, .org__fax {
  font-size: 1.5rem;
}
.org__phone, .org__fax {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .org__phone, .org__fax {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .org__phone {
    margin-right: 1.5rem;
  }
}
.org__phone a {
  text-decoration: none;
  color: var(--color-font);
}

.footer-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .footer-list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-list__link {
  display: block;
  text-decoration: none;
  font-size: 1.3rem;
  color: var(--color-white);
  white-space: nowrap;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.footer-list__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 599px) {
  .footer-list__link {
    display: none;
  }
}

.section {
  padding-block: var(--space-xxl);
}
.section__header {
  margin-bottom: var(--space-md);
}
.section__title {
  display: grid;
  font-size: var(--heading-size-xxl-mb);
  line-height: 1.2;
  color: var(--color-primary);
}
@media screen and (min-width: 600px) {
  .section__title {
    font-size: var(--heading-size-xxl);
  }
}
.section__title::after {
  content: attr(data-en) " ";
  font-size: var(--heading-size-xxs-mb);
}
@media screen and (min-width: 600px) {
  .section__title::after {
    font-size: var(--heading-size-xxs);
  }
}
.section__footer {
  display: block;
  -webkit-margin-before: var(--space-lg);
          margin-block-start: var(--space-lg);
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
.section:nth-child(even) {
  background: color-mix(in srgb, var(--color-primary) 10%, white);
}
.section--center .section__title,
.section--center .section__copy,
.section--center .section__description {
  text-align: center;
}
.section--center .section__footer {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .section--reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.pin {
  height: 200vh;
  view-timeline: --sticky-timeline;
}
.pin__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-x: clip;
}
.pin__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
  height: 100%;
  -webkit-animation: slide-image linear both;
          animation: slide-image linear both;
  animation-timeline: --sticky-timeline;
  animation-range: contain;
}

.pin-slider__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bg-color);
}

@-webkit-keyframes slide-image {
  0% {
    translate: 0vw 0;
  }
  100% {
    translate: -200vw 0;
  }
}

@keyframes slide-image {
  0% {
    translate: 0vw 0;
  }
  100% {
    translate: -200vw 0;
  }
}
.scroll-clip {
  -webkit-animation: reveal linear both;
          animation: reveal linear both;
  animation-timeline: view();
  animation-range: entry 25% cover 50%;
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}
/*********************/
/*  TOP  */
/*********************/
/*********************/
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.btn-wrap--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .btn-wrap--spcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-wrap--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-wrap--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-contents *:first-child,
.post-type-page *:first-child {
  margin-top: 0;
}
.main-contents p,
.post-type-page p {
  line-height: 1.8;
}
.main-contents p:not(:first-child),
.post-type-page p:not(:first-child) {
  margin-top: 1rem;
}
.main-contents a:not([class]),
.post-type-page a:not([class]) {
  color: var(--color-primary);
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .main-contents a:not([class]):hover,
  .post-type-page a:not([class]):hover {
    opacity: 0.7;
  }
}

.btn {
  display: inline flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  text-decoration: none;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 1.5rem 3rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn::after {
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
}
.btn--file::after {
  content: "\eae0";
}

.h1 {
  display: grid;
  font-size: var(--heading-size-xl-mb);
  font-weight: 500;
  line-height: 1.4;
  margin-block: 2em 1em;
}
@media screen and (min-width: 600px) {
  .h1 {
    font-size: var(--heading-size-xl);
  }
}
.h1::after {
  content: attr(data-en) " ";
  font-size: var(--heading-size-xxs-mb);
}
@media screen and (min-width: 600px) {
  .h1::after {
    font-size: var(--heading-size-xxs);
  }
}

.h2 {
  font-size: var(--heading-size-l-mb);
  font-weight: bold;
  line-height: 1.5;
  margin-block: 2em 1em;
}
@media screen and (min-width: 600px) {
  .h2 {
    font-size: var(--heading-size-l);
  }
}

.h3 {
  font-size: var(--heading-size-m-mb);
  font-weight: 500;
  line-height: 1.5;
  margin-block: 2em 1em;
}
@media screen and (min-width: 600px) {
  .h3 {
    font-size: var(--heading-size-m);
  }
}

.h4 {
  font-size: var(--heading-size-s-mb);
  font-weight: 500;
  line-height: 1.5;
  margin-block: 2em 1em;
}
@media screen and (min-width: 600px) {
  .h4 {
    font-size: var(--heading-size-s);
  }
}

.h5 {
  font-size: var(--heading-size-xs-mb);
  font-weight: 500;
  line-height: 1.5;
  margin-block: 2em 1em;
}
@media screen and (min-width: 600px) {
  .h5 {
    font-size: var(--heading-size-xs);
  }
}

.num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: var(--space-sm);
  font-size: var(--heading-size-s-mb);
  font-weight: 500;
  line-height: 1.5;
  margin-block: 2em 1em;
}
@media screen and (min-width: 600px) {
  .num {
    font-size: var(--heading-size-s);
  }
}
.num::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  display: grid;
  place-content: center;
  counter-increment: heading 1;
  content: counter(heading, decimal-leading-zero);
  color: var(--color-accent);
  aspect-ratio: 1;
}
.num--reset {
  counter-reset: heading;
}

.ul {
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  margin-block: 2em 1em;
}
.ul > li {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
.ul > li::marker {
  font-family: "icomoon";
  content: "\eabf";
}
.ul > li + li {
  margin-top: 0.5em;
}

.ol {
  counter-reset: number 0;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  margin-block: 2em 1em;
}
.ol > li {
  counter-increment: number 1;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
.ol > li::marker {
  content: counter(number) " ";
  aspect-ratio: 1;
}
.ol > li + li {
  margin-top: 0.5em;
}

.table {
  margin-block: 2em 1em;
}
.table th {
  font-weight: bold;
  background-color: color-mix(in srgb, var(--color-primary) 10%, white);
}
.table th,
.table td {
  text-align: left;
  padding: 1rem;
}
.table--full {
  width: 100%;
}
.table--bordered {
  border-top: 1px solid var(--color-gray-dark);
  border-left: 1px solid var(--color-gray-dark);
}
.table--bordered th,
.table--bordered td {
  border-right: 1px solid var(--color-gray-dark);
  border-bottom: 1px solid var(--color-gray-dark);
}

.data {
  display: grid;
  margin-block: 2em 1em;
}
@media screen and (min-width: 600px) {
  .data {
    grid-template-columns: 20rem 1fr;
  }
}
.data dt,
.data dd {
  padding-block: 1rem;
}
.data dt {
  font-weight: bold;
  border-top: 1px solid var(--color-gray-dark);
}
@media screen and (min-width: 600px) {
  .data dd {
    border-top: 1px solid var(--color-gray-dark);
  }
}

.faq {
  display: grid;
  gap: 1rem;
}
.faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--heading-size-xxs-mb);
}
.faq__q::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  content: "Q";
}
@media screen and (min-width: 600px) {
  .faq__q {
    font-size: var(--heading-size-xxs);
  }
}
.faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__a::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  content: "A";
}

.flow {
  counter-reset: flow;
  display: grid;
  gap: var(--space-lg);
}
.flow__item {
  position: relative;
  background-color: color-mix(in srgb, var(--color-primary) 10%, white);
  padding: var(--space-lg);
}
.flow__item:not(:first-child)::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  font-family: "icomoon";
  content: "\ea37";
}
.flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: flow;
}
.flow__title::before {
  content: counter(flow);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3rem;
          flex: 0 0 3rem;
  display: grid;
  place-content: center;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
}

.box {
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  border-radius: 1rem;
  padding: var(--space-lg);
  margin-block: 2em 1em;
}
.box__title {
  font-size: var(--heading-size-xxs-mb);
}
@media screen and (min-width: 600px) {
  .box__title {
    font-size: var(--heading-size-xxs);
  }
}
.box--bordered {
  background: transparent;
  border: 1px solid var(--color-gray-dark);
}

.strong {
  font-weight: 700;
}

.warning {
  color: var(--color-accent);
}

.grid {
  display: grid;
  gap: var(--space-md);
  margin-block: 2em 1em;
}
.grid--autofill {
  grid-template-columns: repeat(auto-fill, minmax(var(--card-width), 1fr));
}

.accordion__summary {
  cursor: pointer;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-unit);
  font-size: var(--heading-size-xxs-mb);
}
@media screen and (min-width: 600px) {
  .accordion__summary {
    font-size: var(--heading-size-xxs);
  }
}
.accordion__summary::before {
  content: "Q";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 50%;
}
.accordion__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-unit);
  font-size: var(--heading-size-xxs-mb);
}
@media screen and (min-width: 600px) {
  .accordion__answer {
    font-size: var(--heading-size-xxs);
  }
}
.accordion__answer::before {
  content: "A";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4rem;
          flex: 0 0 4rem;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  color: var(--color-white);
  background: var(--color-accent);
  border-radius: 50%;
}

.qa-parts {
  list-style: none;
}
.qa-parts__item {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}
.qa-parts__item + .qa-parts__item {
  margin-top: 1.5rem;
}
.qa-parts__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  color: var(--color-font);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.qa-parts__label::after {
  content: ">";
  font-family: "icomoon";
  display: inline-block;
  font-size: 2.5rem;
  color: var(--color-primary);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .qa-parts__label::after {
    font-size: 3.5rem;
  }
}
.qa-parts__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa-parts__title::before {
  content: "Q";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background: #aaa;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qa-parts__content {
  height: 0;
  padding: 0 1.5rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: var(--color-font);
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.qa-parts__content::before {
  content: "A";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background: #aaa;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qa-parts__toggle {
  display: none;
}
.qa-parts__toggle:checked + .qa-parts__label + .qa-parts__content {
  height: auto;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.qa-parts__toggle:checked + .qa-parts__label::after {
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
  color: #d6d6d6;
}

.children-card {
  position: relative;
  display: block;
  background: var(--color-white);
  -webkit-box-shadow: 1px 1px 3px var(--color-primary);
          box-shadow: 1px 1px 3px var(--color-primary);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.children-card:hover {
  opacity: 0.7;
}
.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__box, .children-card__title, .children-card__description, .children-card__btn {
  display: block;
  width: 100%;
}
.children-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--color-white);
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.children-card__box {
  padding: 15px 20px 25px;
}
@media screen and (min-width: 1200px) {
  .children-card__box {
    padding: 20px 20px 30px;
  }
}
.children-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.children-card__description {
  margin-top: 1rem;
}
.children-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.children-card__btn--center {
  text-align: center;
}
.children-card__btn--right {
  text-align: right;
}
.children-card__time, .children-card__category, .children-card__post-title {
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .children-card__time, .children-card__category, .children-card__post-title {
    display: block;
  }
}
.children-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-font);
}
@media screen and (min-width: 600px) {
  .children-card__time {
    font-size: 1.7rem;
  }
}
.children-card__time--inline {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 600px) {
  .children-card__time--inline {
    width: 140px;
    height: 25px;
    line-height: 25px;
  }
}
.children-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--color-font);
  text-align: center;
  padding: 0 15px;
  border: 1px solid var(--color-font);
  margin-top: 1rem;
}
@media screen and (min-width: 600px) {
  .children-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 599px) {
  .children-card__category {
    margin-left: 1rem;
  }
}
.children-card__category--inline {
  display: inline-block;
}
.children-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-font);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 599px) {
  .children-card__post-title {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .children-card__post-title--ellipsis {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.children-card__post-title--bordered {
  -webkit-box-shadow: 0 0 0 1px var(--color-primary);
          box-shadow: 0 0 0 1px var(--color-primary);
}
.children-card--mini {
  padding: 25px;
}
.children-card--mini .children-card__title {
  margin-top: 2rem;
}

.pickup-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pickup-card:hover {
  opacity: 0.7;
}
.pickup-card__link, .pickup-card__thumbnail, .pickup-card__img, .pickup-card__box, .pickup-card__title, .pickup-card__description, .pickup-card__btn {
  display: block;
  width: 100%;
}
.pickup-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.pickup-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--color-white);
  padding: 10px 40px;
  margin-top: 1.8rem;
}
.pickup-card__box {
  padding: 25px 25px 30px;
}
@media screen and (min-width: 1200px) {
  .pickup-card__box {
    padding: 25px 30px 35px;
  }
}
.pickup-card__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .pickup-card__title {
    font-size: 2rem;
  }
}
.pickup-card__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .pickup-card__description {
    font-size: 1.4rem;
  }
}
.pickup-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.pickup-card__btn--center {
  text-align: center;
}
.pickup-card__btn--right {
  text-align: right;
}

/*  コンテンツD  */
.guide-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.guide-card:hover {
  opacity: 0.7;
}
.guide-card__link, .guide-card__thumbnail, .guide-card__img, .guide-card__box, .guide-card__title, .guide-card__description, .guide-card__btn {
  display: block;
  width: 100%;
}
.guide-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.guide-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--color-white);
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-card__box {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .guide-card__box {
    padding: 25px 30px;
  }
}
.guide-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .guide-card__title {
    font-size: 2rem;
  }
}
.guide-card__description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .guide-card__description {
    font-size: 1.4rem;
  }
}
.guide-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.guide-card__btn--center {
  text-align: center;
}
.guide-card__btn--right {
  text-align: right;
}
.guide-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/*  数字で見るパーツ利用時以外は不要  */
.countup-card__title {
  display: block;
  text-align: center;
  color: var(--color-font);
  font-size: 2rem;
  margin-top: 2rem;
}
.countup-card__thmb {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.countup-card__img {
  width: 100%;
  height: auto;
}
.countup-card__number {
  display: block;
  text-align: center;
  color: blue;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1;
}
.countup-card__count {
  white-space: nowrap;
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.countup-card__unit {
  font-size: 50%;
}

/*  数字で見るパーツここまで  */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
@media screen and (min-width: 600px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
.gallery-item {
  padding: 8px;
}
.gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--color-font);
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 600px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*  パンくず  */
.breadcrumb {
  background: var(--color-primary);
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.breadcrumb__item {
  color: var(--color-white);
}
.breadcrumb__item:not(:first-child):before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--color-white);
  margin: 0 1rem 0.2rem;
  border-right: 1px solid var(--color-white);
}
.breadcrumb__item:not(:last-child) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumb__item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: var(--color-white);
}
.breadcrumb__link:hover {
  opacity: 1;
}
/*  ページ送り  */
.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
.pager-list__item {
  list-style: none;
  position: relative;
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-list__link--number {
  text-align: center;
  font-size: 1.7rem;
  color: var(--color-font);
}
@media screen and (min-width: 600px) {
  .pager-list__link--number {
    font-size: 1.9rem;
  }
}
.pager-list__link--prev:before {
  content: ">";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% - 25px);
  display: inline-grid;
  place-content: center;
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  place-content: center;
  background: #ddd;
  border-radius: 50%;
  color: var(--color-white);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-list__link--next::after {
  content: ">";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% + 25px);
  display: inline-grid;
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  place-content: center;
  background: #ddd;
  border-radius: 50%;
  color: var(--color-white);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-list__link--active {
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
}
.pager-list__link:hover {
  opacity: 0.6;
}

.single-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
.single-pager-list__item {
  list-style: none;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.single-pager-list__item--back {
  width: 190px;
  height: 55px;
}
@media screen and (min-width: 600px) {
  .single-pager-list__item--back {
    width: 210px;
  }
}
.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.single-pager-list__link--prev:before {
  content: ">";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% - 50px);
  display: inline-grid;
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  place-content: center;
  background: #ddd;
  border-radius: 50%;
  color: var(--color-white);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 600px) {
  .single-pager-list__link--prev:before {
    left: calc(50% - 60px);
  }
}
.single-pager-list__link--next::after {
  content: ">";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% + 50px);
  display: inline-grid;
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  place-content: center;
  background: #ddd;
  border-radius: 50%;
  color: var(--color-white);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 600px) {
  .single-pager-list__link--next::after {
    left: calc(50% + 60px);
  }
}
.single-pager-list__link--back {
  display: inline-grid;
  place-content: center;
  font-size: 1.6rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 15px 50px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-radius: 36px;
}
@media screen and (min-width: 600px) {
  .single-pager-list__link--back {
    font-size: 1.7rem;
  }
}
.single-pager-list__link:hover {
  opacity: 0.6;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--color-white);
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 599px) {
  .page-top {
    width: 40px;
    height: 40px;
    bottom: 30px;
  }
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .goto {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 600px) {
  .goto {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 60px;
  }
}
.goto__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .goto__item:not(:first-child) {
    border-top: 1px solid var(--color-primary);
  }
}
@media screen and (min-width: 600px) {
  .goto__item {
    width: 33.3333333333%;
    padding: 8px;
  }
}
.goto__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.8rem;
  color: var(--color-primary);
  text-align: center;
  line-height: 28px;
  padding: 10px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media screen and (min-width: 600px) {
  .goto__link {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
  }
}
.goto__link:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
}

.news-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .news-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.news-card__time, .news-card__category, .news-card__post-title {
  padding: 1rem;
}
@media screen and (min-width: 600px) {
  .news-card__time, .news-card__category, .news-card__post-title {
    padding: 1rem 1.5rem;
  }
}
.news-card__time {
  font-weight: bold;
}
.news-card__category {
  text-align: center;
  border: 1px solid var(--color-font);
  padding: 0 15px;
}
.news-card__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
.news-card__category {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.news-card__post-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 600px) {
  .news-card__post-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px;
  }
}
.news-card__post-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.news-head {
  margin-bottom: 3rem;
}
.news-head__time {
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-font);
  letter-spacing: 0.1em;
}
.news-head__ctg {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--color-font);
  text-align: center;
  white-space: nowrap;
  margin-right: 1.5rem;
  padding: 1rem 1.5rem;
}
.news-head .h2 {
  margin-top: 1rem;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 600px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 1199px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .pc-none {
    display: none;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 599px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 600px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1200px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 599px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 600px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1200px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1200px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: var(--font-family-ja);
  color: var(--color-font);
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}

[popover] {
  background: var(--color-white);
  padding: var(--space-md);
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 400px;
  margin: auto;
}
[popover]::-ms-backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}
[popover]::backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}