@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: 800px;
  --width-medium: 1100px;
  --width-wide: 1200px;
  --color-primary: #55B3A8;
  --color-secondary: #FCDACE;
  --color-accent: #EB4D4D;
  --color-white: #fff;
  --color-font: #272727;
  --color-gray-light: #F0F0F0;
  --color-gray-dark: #CBCBCB;
  --font-family-heading: "Zen Kaku Gothic New", sans-serif;
  --font-family-ja: "Noto Sans JP", sans-serif;
  --font-family-en: "Roboto", sans-serif;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 16px;
  --font-size-2xl: 18px;
  --font-size-3xl: 22px;
  --font-size-4xl: 24px;
  --font-size-5xl: 26px;
  --font-size-6xl: 28px;
  --font-size-7xl: 28px;
  --font-size-8xl: 40px;
  --font-size-9xl: 56px;
  --line-height-xs: 1.6;
  --line-height-sm: 1.6;
  --line-height-md: 1.7;
  --line-height-lg: 1.6;
  --line-height-xl: 1.4;
  --line-height-2xl: 1.3;
  --line-height-3xl: 1.25;
  --line-height-4xl: 1.15;
  --line-height-5xl: 1.1;
  --letter-spacing-xs: 0.02em;
  --letter-spacing-sm: 0.01em;
  --letter-spacing-md: 0em;
  --letter-spacing-lg: -0.01em;
  --letter-spacing-xl: -0.015em;
  --letter-spacing-2xl: -0.02em;
  --letter-spacing-3xl: -0.025em;
  --letter-spacing-4xl: -0.03em;
  --letter-spacing-5xl: -0.035em;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 24px;
  --space-xxl: 32px;
  --space-3l: 48px;
  --space-4l: 64px;
  --space-5l: 96px;
  --space-6l: 128px;
  --space-7l: 160px;
}

@media (min-width: 600px) {
  :root {
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-md: 16px;
    --font-size-lg: 18px;
    --font-size-xl: 20px;
    --font-size-2xl: 24px;
    --font-size-3xl: 28px;
    --font-size-4xl: 30px;
    --font-size-5xl: 34px;
    --font-size-6xl: 38px;
    --font-size-7xl: 40px;
    --font-size-8xl: 56px;
    --font-size-9xl: 72px;
    --space-xs: 8px;
    --space-sm: 12px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-xxl: 48px;
    --space-3l: 64px;
    --space-4l: 96px;
    --space-5l: 128px;
    --space-6l: 160px;
    --space-7l: 192px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --gap: 0;
  gap: var(--gap);
  margin-block: 2em 1em;
}
@media screen and (min-width: 1200px) {
  .row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.row--gap-sm {
  --gap: var(--space-sm);
}
.row--gap-lg {
  --gap: var(--space-lg);
}
@media screen and (min-width: 1200px) {
  .row__full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (min-width: 1200px) {
  .row__std {
    padding: var(--space-3l);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(var(--width-container) / 2);
            flex: 0 0 calc(var(--width-container) / 2);
  }
}
.row__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.grid {
  --gap: var(--space-md);
  display: grid;
  gap: var(--gap);
  margin-block: 2em 1em;
}
.grid--gap-sm {
  --gap: var(--space-sm);
}
.grid--gap-lg {
  --gap: var(--space-lg);
}
.grid--gap-xl {
  --gap: var(--space-xl);
}
@media screen and (min-width: 1200px) {
  .grid--columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .grid--columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid--autofill {
  grid-template-columns: repeat(auto-fill, minmax(var(--card-width), 1fr));
}
.grid--has-subgrid > * {
  display: grid;
  grid-template-rows: subgrid;
}
.grid--subgrid-row-span-4 > * {
  grid-row: span 4;
}

.page-id-64 .grid--columns-3 {
  grid-template-columns: 1fr;
}
@media (min-width: 480px) {
  .page-id-64 .grid--columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 600px) {
  .page-id-64 .grid--columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.container {
  --padding: 5vw;
  max-width: calc(var(--width-container) + var(--padding) * 2);
  margin-inline: auto;
  padding-inline: var(--padding);
}
.container--mid {
  max-width: calc(var(--width-medium) + var(--padding) * 2);
}
.container--wide {
  max-width: calc(var(--width-wide) + var(--padding) * 2);
}

.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;
  overflow: clip;
}

.menu {
  position: fixed;
  top: var(--space-sm);
  right: 0;
  bottom: var(--space-sm);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: var(--space-xl);
  background: var(--color-primary);
  border-radius: 8px 0 0 8px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media screen and (min-width: 600px) {
  .menu {
    width: 36rem;
  }
}
.menu__logo {
  width: 18rem;
  -webkit-transform: translate(-18px, -18px);
          transform: translate(-18px, -18px);
}
.menu__logo img {
  width: 100%;
  height: auto;
}
.menu__cv {
  display: grid;
  gap: var(--space-xl);
  margin-top: var(--space-xl);
}
.menu__cv .btn--contact {
  --color: var(--color-primary);
  --bg: var(--color-white);
  border: 2px solid var(--color);
}
.menu__cv .btn--tel {
  --color: var(--color-white);
  --bg: var(--color-primary);
}
.menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-list {
  display: grid;
  gap: var(--space-lg);
}
.menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-white);
  gap: var(--space-xl);
}
.menu-list__link::before {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  color: var(--color-primary);
  line-height: 1;
  display: grid;
  place-content: center;
  width: 26px;
  aspect-ratio: 1;
  background-color: var(--color-white);
  border-radius: 50%;
}

.menu-btn {
  position: fixed;
  top: var(--space-sm);
  right: 0;
  display: grid;
  gap: var(--space-sm);
  place-content: center;
  width: 88px;
  height: 88px;
  background-color: var(--color-primary);
  border-radius: 8px 0 0 8px;
  color: var(--color-white);
  line-height: 1;
}
.menu-btn::before {
  content: "\e906";
  font-family: "icomoon";
  font-size: 2.8rem;
  font-weight: normal;
}
.menu-btn::after {
  content: "MENU";
  font-family: var(--font-family-en);
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.menu-btn[aria-expanded=true]::before {
  content: "\e907";
}
.menu-btn[aria-expanded=true]::after {
  content: "CLOSE";
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: absolute;
  top: var(--space-sm);
  left: var(--space-sm);
  right: var(--space-sm);
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .header:has(+ .menu--open) .header__logo {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
}
.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;
  width: 14rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 600px) {
  .header__logo {
    width: 20rem;
  }
}
.header__logo--home {
  background: var(--color-white);
  padding: var(--space-sm) var(--space-lg);
  border-radius: 8px;
}
.header__img {
  width: 100%;
  height: auto;
}
@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: 40rem;
  background-size: cover;
  background-position: center center;
  overflow: clip;
}
@media screen and (min-width: 600px) {
  .mv {
    height: 66rem;
  }
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .splide,
.mv .splide__track,
.mv .splide__list,
.mv .splide__slide {
  height: 100%;
}

.hero {
  background: var(--color-gray-light);
}
.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .hero__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 600px) {
  .hero__body {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero__img {
  border-radius: 0 0 0 var(--space-3l);
  overflow: clip;
}
@media screen and (max-width: 599px) {
  .hero__img {
    margin-left: 5vw;
    margin-bottom: var(--space-lg);
  }
}
@media screen and (min-width: 600px) {
  .hero__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 48rem;
  }
}
.hero__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-lg);
}
@media screen and (max-width: 599px) {
  .hero__title {
    padding-inline: 5vw;
  }
}
@media screen and (min-width: 600px) {
  .hero__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(var(--width-wide) / 2);
            flex: 0 0 calc(var(--width-wide) / 2);
    max-width: 50%;
  }
}
.hero__title-ja {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-7xl);
  line-height: var(--line-height-5xl);
  font-weight: 900;
}
.hero__title-en {
  font-family: var(--font-family-en);
  font-size: var(--font-size-lg);
  font-weight: 900;
  color: var(--color-primary);
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.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 {
  position: relative;
  padding-block: var(--space-3l);
  background: var(--color-primary);
  margin-top: auto;
  color: var(--color-white);
}
.footer::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 105px;
  aspect-ratio: 175/134;
  background: url(../images/matsunaka_ft_illust.svg) center/contain no-repeat;
}
@media screen and (min-width: 600px) {
  .footer::after {
    right: 60px;
    width: 175px;
  }
}
@media screen and (min-width: 1200px) {
  .footer::after {
    right: 115px;
  }
}
.footer__logo, .footer__address {
  display: block;
}
.footer__logo {
  width: 18rem;
}
.footer__logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .footer__img {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
  }
}
.footer__other {
  margin-top: var(--space-xl);
  display: grid;
  gap: var(--space-lg);
}

.org {
  display: block;
  list-style: none;
  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: inherit;
}

.footer-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-lg);
}
.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;
}

.section {
  padding-block: var(--space-4l);
}
.section--about {
  background: url(../images/about_bg.webp) no-repeat right top;
  background-size: 24rem;
  padding-top: var(--space-7l);
}
@media screen and (min-width: 600px) {
  .section--about {
    background-size: 50rem;
  }
}
.section--lead {
  padding-block: var(--space-xxl);
}
.section--news {
  background-color: var(--color-gray-light);
}
.section--news .section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 600px) {
  .section--news .section__header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5rem;
  }
}
@media screen and (max-width: 599px) {
  .section--news .section__header .btn {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.section--cv {
  text-align: center;
  background-color: var(--color-gray-light);
}
.section--pickup {
  position: relative;
  background-image: url(../images/footer-sp.png);
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
}
@media screen and (max-width: 599px) {
  .section--pickup {
    padding-bottom: var(--space-6l);
  }
}
@media screen and (min-width: 600px) {
  .section--pickup {
    background-image: url(../images/footer-pc.webp);
  }
}
.section--pickup > * {
  position: relative;
}
.section__promise {
  display: grid;
  gap: var(--space-xl);
  font-family: var(--font-family-heading);
  font-size: var(--font-size-7xl);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.section__promise::after {
  content: attr(data-en) " ";
  color: var(--color-primary);
  font-family: var(--font-family-en);
  font-size: var(--font-size-xs);
}
.section__header {
  margin-bottom: var(--space-xl);
}
.section__title {
  display: grid;
  gap: var(--space-md);
  font-family: var(--font-family-heading);
  font-size: var(--font-size-5xl);
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.section__title::before {
  content: attr(data-en) " ";
  font-size: var(--font-size-lg);
  color: var(--color-primary);
}
.section__footer {
  display: block;
  -webkit-margin-before: var(--space-xxl);
          margin-block-start: var(--space-xxl);
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
.section--center .section__title,
.section--center .section__copy,
.section--center .section__description {
  text-align: center;
}
.section--center .section__footer {
  text-align: center;
}

.cv-buttons {
  display: grid;
  gap: var(--space-xl);
}
@media screen and (min-width: 600px) {
  .cv-buttons {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pickups {
  display: grid;
  gap: var(--space-md);
}

.pickup-card {
  max-width: 48rem;
  display: grid;
  grid-template-columns: 3fr 8fr 2.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-sm);
  background-color: var(--color-gray-light);
  grid-template-areas: "icon name arrow" "icon description arrow";
  color: inherit;
  padding: var(--space-xl);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.pickup-card:hover {
  opacity: 0.7;
}
.pickup-card::before {
  content: "";
  font-family: "icomoon";
  font-size: var(--font-size-8xl);
  font-weight: normal;
  color: var(--color-primary);
  line-height: 1;
  grid-area: icon;
  display: grid;
  aspect-ratio: 1;
  place-content: center;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
}
.pickup-card::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  grid-area: arrow;
  align-self: end;
  color: var(--color-white);
  line-height: 1;
  background-color: var(--color-accent);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.pickup-card__name {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-2xl);
  font-weight: 900;
  grid-area: name;
}
.pickup-card__description {
  font-size: var(--font-size-sm);
  grid-area: description;
}
.pickup-card--icon-house::before {
  content: "\e905";
}
.pickup-card--icon-sakura::before {
  content: "\e904";
}
.pickup-card--icon-region::before {
  content: "\e903";
}

.about {
  display: grid;
  gap: var(--space-xl);
}
@media screen and (min-width: 600px) {
  .about {
    gap: var(--space-xl) var(--space-4l);
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "img body" "img footer";
  }
}
@media screen and (min-width: 600px) {
  .about__body {
    grid-area: body;
  }
}
@media screen and (min-width: 600px) {
  .about__img {
    grid-area: img;
  }
}
@media screen and (max-width: 599px) {
  .about__footer {
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .about__footer {
    grid-area: footer;
  }
}

.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 {
  padding-block: var(--space-5l);
}

.page-article--padding {
  padding-block: 6rem;
}
@media screen and (min-width: 600px) {
  .page-article--padding {
    padding-block: 8rem 10rem;
  }
}

.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: 1em;
}
.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;
  }
}
.main-contents strong,
.post-type-page strong {
  color: var(--color-primary);
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--space-xl);
}
.buttons:not(:first-child) {
  margin-top: 2em;
}
.buttons--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.buttons--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn {
  --color: var(--color-white);
  --bg: var(--color-accent);
  position: relative;
  display: inline flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-family: var(--font-family-heading);
  font-size: var(--font-size-sm);
  font-weight: 900;
  text-decoration: none;
  color: var(--color);
  background: var(--bg);
  padding: 1.5rem 3rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border: 2px solid var(--color-accent);
  border-radius: 6px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.btn:hover {
  opacity: 0.7;
}
.btn::before {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
  color: var(--bg);
  display: grid;
  place-content: center;
  width: 26px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  aspect-ratio: 1;
  background: var(--color);
  border-radius: 50%;
}
.btn--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--lg {
  font-size: var(--font-size-lg);
  border-radius: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: var(--space-xl);
}
.btn--lg::before {
  width: 36px;
  border-width: 2px;
  background-color: transparent;
}
.btn--contact::before {
  content: "\e902";
  color: var(--color);
  border-color: var(--color);
}
.btn--tel {
  --color: var(--color-accent);
  --bg: var(--color-white);
  border-color: var(--color);
}
.btn--tel::before {
  content: "\e901";
  color: var(--color);
  background-color: var(--bg);
  border-color: var(--color);
}
.btn--light {
  --color: var(--color-font);
  --bg: var(--color-white);
  padding-inline: var(--space-3l);
  text-align: center;
}
.btn--light::before {
  background-color: var(--color-gray-light);
  position: absolute;
  top: 50%;
  right: var(--space-md);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  font-size: var(--font-size-lg);
}
.btn--outer::before {
  content: "\e90b";
}
.btn--pdf::before {
  content: "\e90a";
}

.h1 {
  position: relative;
  font-size: var(--font-size-3xl);
  font-weight: 900;
  line-height: var(--line-height-3xl);
  letter-spacing: var(--letter-spacing-3xl);
  margin-block: 3em 2em;
  padding-bottom: 1em;
  background: url(../images/dot.svg) no-repeat left bottom;
  background-size: 48px 8px;
}
.h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 0;
  height: 8px;
  background-color: var(--color-secondary);
  border-radius: 5px;
}

.h2 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-2xl);
  font-weight: 900;
  line-height: var(--line-height-2xl);
  margin-block: 2em 1.2em;
  background: var(--color-secondary);
  border-radius: 16px;
  padding: var(--space-sm) var(--space-lg);
}

.h3 {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-2xl);
  font-weight: 900;
  color: var(--color-primary);
  line-height: var(--line-height-3xl);
  margin-block: 2.5em 1.5em;
}

.h4 {
  font-size: var(--font-size-lg);
  font-weight: 900;
  color: var(--color-primary);
  line-height: var(--line-height-lg);
  margin-block: 1.5em 1em;
}

.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 {
  margin-block: 2em 1em;
  list-style: none;
}
.ul > li {
  -webkit-padding-start: var(--space-lg);
          padding-inline-start: var(--space-lg);
  position: relative;
}
.ul > li::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  width: 0.75em;
  aspect-ratio: 1;
  background-color: var(--color-primary);
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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 {
  white-space: nowrap;
  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);
}

.table-responsive {
  overflow-x: auto;
  margin-block: 2em 1em;
}

.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: var(--color-gray-light);
  border-radius: 1rem;
  padding: var(--space-lg);
  margin-block: 2em 1em;
}
.box__title {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-lg);
  font-weight: 900;
  color: var(--color-primary);
}
.box--bordered {
  background: transparent;
  border: 1px solid var(--color-gray-dark);
}

.strong {
  font-weight: 700;
}

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

.numbers {
  list-style: none;
}
.numbers__item {
  display: grid;
}
.numbers__datalist {
  display: grid;
}
.numbers__title {
  font-size: var(--font-size-xl);
  font-weight: bold;
  text-align: center;
}
.numbers__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}
.numbers__number {
  font-size: var(--font-size-4xl);
  font-weight: 900;
}
.numbers__unit {
  font-size: var(--font-size-lg);
  font-weight: bold;
}
.numbers__note {
  font-size: var(--font-size-sm);
}

.accordion {
  background: var(--color-gray-light) -webkit-gradient(linear, left top, right top, from(var(--color-primary)), to(var(--color-primary))) no-repeat left center;
  background: var(--color-gray-light) linear-gradient(90deg, var(--color-primary), var(--color-primary)) no-repeat left center;
  background-size: var(--space-md) 100%;
  padding: var(--space-md) var(--space-xl);
  margin-block: 2em 1em;
}
.accordion__summary {
  cursor: pointer;
  list-style: none;
  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;
  gap: var(--space-unit);
  font-family: var(--font-family-heading);
  font-size: var(--font-size-lg);
  font-weight: 900;
}
.accordion__summary::after {
  content: "\e909";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--space-xl);
          flex: 0 0 var(--space-xl);
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  font-family: "icomoon";
  font-weight: normal;
  color: var(--color-white);
  line-height: 1;
  background: var(--color-primary);
  border-radius: 50%;
}
.accordion:open .accordion__summary::after {
  content: "\e908";
}
.accordion__content {
  margin-top: var(--space-xl);
}

.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;
}

.features {
  display: grid;
  gap: var(--space-xl);
}

.feature__title {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-4xl);
  font-weight: 900;
  color: var(--color-primary);
  margin-bottom: var(--space-sm);
  letter-spacing: 0.1em;
}
.feature__head {
  position: relative;
  display: grid;
  place-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-en);
  font-size: 6rem;
  font-weight: 900;
  color: var(--color-accent);
  line-height: 1;
  text-align: center;
  margin-bottom: calc(var(--space-xl) * -1);
  padding-inline: var(--space-xl);
  z-index: 1;
}
.feature__head::before {
  content: attr(data-en) " ";
  font-size: 1.1rem;
  letter-spacing: 0.15em;
}
.feature__row {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-xl);
}
@media screen and (min-width: 600px) {
  .feature__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.feature__body + .feature__body {
  margin-top: var(--space-lg);
}

.schedule {
  width: 100%;
  text-align: center;
  margin-block: 2em 1em;
  border: 2px solid #F1EDD1;
}
.schedule thead {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-3xl);
  font-weight: 900;
  background: var(--color-gray-light);
}
.schedule thead th,
.schedule thead td {
  padding-block: var(--space-sm);
}
.schedule tbody th,
.schedule tbody td {
  padding: var(--space-sm);
}
.schedule tbody th {
  font-family: var(--font-family-en);
  font-size: var(--font-size-lg);
  font-weight: 900;
  color: var(--color-primary);
  background: var(--color-gray-light);
}
.schedule tbody tr:not(:first-child) td {
  border-top: 2px solid #F1EDD1;
}

.index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm);
  list-style: none;
}
.index__item {
  display: grid;
}
.index__btn {
  position: relative;
  font-family: var(--font-family-heading);
  font-size: var(--font-size-lg);
  font-weight: 900;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--color-primary);
  background: var(--color-gray-light);
  border-radius: 8px;
  padding: var(--space-md);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.index__btn::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  content: "\e900";
  font-family: "icomoon";
  font-size: var(--font-size-sm);
  font-weight: normal;
  line-height: 1;
  width: 26px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: inherit;
  border-radius: 50%;
  background: inherit;
}
.index__btn:hover {
  opacity: 0.7;
}

.wave {
  position: relative;
  font-family: var(--font-family-heading);
  font-size: var(--font-size-3xl);
  font-weight: 900;
  text-align: center;
  z-index: 1;
}
.wave::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 140px;
  height: 140px;
  background: var(--color-secondary);
  border-radius: 50%;
}

.history {
  display: grid;
  --padding: var(--space-3l);
  padding-left: var(--padding);
}
@media screen and (min-width: 600px) {
  .history {
    grid-template-columns: auto 1fr;
    gap: var(--space-xl);
  }
}
.history dt {
  position: relative;
  font-family: var(--font-family-heading);
  font-size: var(--font-size-lg);
  font-weight: 900;
  white-space: nowrap;
}
.history dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--padding) * -1);
  width: var(--space-xl);
  aspect-ratio: 1;
  background: var(--color-primary);
  border-radius: 50%;
}
.history dt::after {
  content: "";
  position: absolute;
  top: var(--space-xl);
  left: calc(var(--space-xl) / 2 - (var(--padding)));
  width: 2px;
  height: var(--space-3l);
  background: var(--color-primary);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.history dt:last-of-type::after {
  display: none;
}
.precious-card {
  display: grid;
  gap: var(--space-lg);
}
.precious-card__body {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-lg);
  font-weight: 900;
  text-align: center;
}

.message {
  display: grid;
  gap: var(--space-xl);
  margin-block: 2em 1em;
}
@media screen and (min-width: 600px) {
  .message {
    grid-template-columns: repeat(2, 1fr);
  }
}
.message__title {
  font-family: var(--font-family-heading);
  font-size: var(--font-size-6xl);
  font-weight: 900;
  color: var(--color-primary);
  line-height: var(--line-height-2xl);
  margin-bottom: var(--space-lg);
}

#schedule-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-block: 2rem 3rem;
}
@media screen and (min-width: 600px) {
  #schedule-slider {
    margin-block: 4rem 7rem;
  }
}
#schedule-slider .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 22px;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  #schedule-slider .splide__arrows {
    margin-top: 54px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  #schedule-slider .splide__arrows button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5px;
  }
}
#schedule-slider .splide__arrows button svg {
  display: none;
}
#schedule-slider .splide__arrows button::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  font-weight: normal;
  font-size: 12px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  display: block;
  border-radius: 10px;
  border: 2px solid #F0F3F5;
  color: #fff;
  background: var(--color-primary);
}
@media screen and (min-width: 600px) {
  #schedule-slider .splide__arrows button::after {
    content: "次へ";
    font-family: var(--font-family-heading);
    font-size: 18px;
    font-weight: 900;
  }
}
#schedule-slider .splide__arrows .splide__arrow--prev::before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (min-width: 600px) {
  #schedule-slider .splide__arrows .splide__arrow--prev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  #schedule-slider .splide__arrows .splide__arrow--prev::after {
    content: "前へ";
  }
}

.refine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
@media screen and (min-width: 600px) {
  .refine {
    gap: 16px;
  }
}
.refine__btn {
  display: inline-block;
  background: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 26px;
  color: var(--color-primary);
  padding: 8px 15px;
  font-size: 1.2rem;
  font-weight: 900;
  font-family: var(--font-family-heading);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .refine__btn {
    padding: 16px 30px;
    font-size: 1.4rem;
  }
}
.refine__btn--active {
  background: var(--color-primary);
  color: #fff;
}

.card {
  position: relative;
  --padding: var(--space-sm);
  display: grid;
  grid-template-columns: [full-start] var(--padding) [std-start] 1fr [std-end] var(--padding) [full-end];
  padding-block: var(--padding);
  border: 1px solid var(--color-gray-light);
}
.card:has(.card__thumb) {
  padding-top: 0;
}
.card > * {
  grid-column: std;
}
.card__thumb {
  grid-column: full;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.card__title {
  font-size: var(--font-size-lg);
}
.card__more {
  display: grid;
  justify-self: end;
}
.card__more::before {
  content: "";
  position: absolute;
  inset: 0;
}

.gallery {
  display: grid;
  gap: var(--space-lg);
}
@media screen and (min-width: 600px) {
  .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 600px) {
  .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery-item {
  padding: 8px;
}
.gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
.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__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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  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-primary);
  margin: 0 1rem 0.2rem;
  border-right: 1px solid var(--color-primary);
}
.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-primary);
}
.breadcrumb__link:hover {
  opacity: 1;
}
.pagination {
  margin-top: 3rem;
}
@media screen and (min-width: 600px) {
  .pagination {
    margin-top: 6rem;
  }
}
.pagination__list {
  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;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .pagination__list {
    gap: 24px;
  }
}

.page-numbers {
  display: grid;
  place-content: center;
}
.page-numbers--number {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  border: 2px solid var(--color-primary);
  background: #fff;
  color: #969696;
  font-family: var(--font-family-en);
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page-numbers--number {
    width: 40px;
    height: 40px;
  }
}
.page-numbers--current {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  border: 2px solid #F0EFE8;
  background: #F0EFE8;
  color: #969696;
  font-family: var(--font-family-en);
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page-numbers--current {
    width: 40px;
    height: 40px;
  }
}
.page-numbers--next, .page-numbers--prev {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
}
@media screen and (max-width: 599px) {
  .page-numbers--next, .page-numbers--prev {
    width: 30px;
    height: 30px;
  }
}
.page-numbers--next::before, .page-numbers--prev::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
}
.page-numbers--prev {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: absolute;
  top: 40px;
  right: 20px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 72px;
  color: var(--color-white);
  border-radius: 50%;
  background: var(--color-primary);
  border: 2px solid #F0EFE8;
  text-align: center;
  padding-top: 2rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 10;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 600px) {
  .page-top {
    width: 84px;
    height: 84px;
  }
}
.page-top::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "\e900";
  font-family: "icomoon";
  font-size: 1.7rem;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}
@media screen and (max-width: 599px) {
  .page-top::before {
    font-size: 1.4rem;
  }
}
.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 {
  --card-width: 25rem;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: var(--space-xl);
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 600px) {
  .news-list {
    grid-template-columns: repeat(auto-fill, minmax(var(--card-width), 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .news-list--archive {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-card {
  position: relative;
  display: grid;
  gap: var(--space-sm);
}
.news-card__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--color-secondary);
  border-radius: 8px;
}
.news-card__time {
  color: #969696;
  font-family: var(--font-family-en);
  line-height: 1;
}
.news-card__post-title {
  color: inherit;
  font-weight: bold;
}
.news-card__post-title::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 600px) {
  .news-card__post-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 14px;
  }
  .news-card__post-title::before {
    font-family: "icomoon";
    font-weight: normal;
    content: "\e900";
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #F0EFE8;
    border-radius: 50%;
    color: var(--color-primary);
    font-size: 10px;
  }
}
.news-card__category {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-family-heading);
  font-weight: 900;
  background: var(--color-secondary);
  border-radius: 8px;
  padding: 5px 10px;
}

.news-head {
  margin-bottom: 3rem;
}
@media screen and (min-width: 600px) {
  .news-head {
    margin-bottom: 6rem;
  }
}
.news-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.6rem;
}
.news-head__time {
  font-family: var(--font-family-en);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #969696;
}
.news-head__ctg {
  font-family: var(--font-family-heading);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--color-font);
  display: inline-block;
  border-radius: 3px;
  padding: 6px 10px;
  background: var(--color-secondary);
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みSTEP */
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 3rem;
}
@media screen and (min-width: 600px) {
  .form-step {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.form-step__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  line-height: 1.2;
  background: #F7F1D1;
  list-style: none;
  color: var(--color-font);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding-left: 10px;
}
@media screen and (max-width: 1199px) {
  .form-step__item {
    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;
  }
}
@media screen and (min-width: 600px) {
  .form-step__item {
    line-height: 40px;
    font-size: 1.6rem;
    padding-left: 15px;
  }
  .form-step__item br {
    display: none;
  }
}
.form-step__item:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  right: -10px;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #F7F1D1;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .form-step__item:before {
    right: -15px;
    border-width: 20px 0 20px 15px;
  }
}

/* 申し込みフォーム */
.form {
  font-size: 1.6rem;
  color: var(--color-font);
  padding: 10px;
  margin: 1rem 0;
}
@media screen and (min-width: 600px) {
  .form {
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .form {
    font-size: 1.4rem;
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .form__row {
    padding: 10px;
  }
}
@media screen and (min-width: 600px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-block: 3rem;
  }
}
.form__required {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff;
  background: var(--color-accent);
  padding: 0 5px;
}
@media screen and (min-width: 600px) {
  .form__required {
    position: absolute;
    top: 0;
    right: -20px;
  }
}
@media screen and (max-width: 599px) {
  .form__required {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .form__required {
    font-size: 1.5rem;
  }
}
.form__item {
  color: var(--color-font);
}
@media screen and (min-width: 600px) {
  .form__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .form__item br {
    display: none;
  }
}
.form__item:first-child {
  position: relative;
  margin: 1rem 0;
}
@media screen and (min-width: 600px) {
  .form__item:first-child {
    width: 25%;
    margin: 1.2rem 3rem 0 0;
    padding-right: 3rem;
  }
}
.form__item:last-child {
  position: relative;
}
@media screen and (min-width: 600px) {
  .form__item:last-child {
    width: 75%;
    margin-inline: 1.5rem;
  }
}
.form__text, .form__textarea, .form__number, .form__email, .form__zip {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #abaaaa;
  border-radius: 8px;
  padding: 10px;
}
.form__zip {
  display: inline-block;
  width: 220px;
  margin-bottom: 1rem;
}
.form__select {
  position: relative;
  background: #fff;
  cursor: pointer;
  border: 1px solid #abaaaa;
  border-radius: 8px;
  color: var(--color-font);
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 110px;
  padding: 5px;
}
.form__radio, .form__check {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text:before, .form__check:checked + .mwform-radio-field-text:before {
  opacity: 1;
}
.form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
}
.form__birth {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 1200px) {
  .form__birth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form__birth p:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
@media screen and (min-width: 1200px) {
  .form__birth p:not([class]) {
    gap: 1.3rem;
  }
}
.form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-radio-field-text:hover:after {
  border-color: var(--color-font);
}
.form .mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--color-font);
  border-radius: 50%;
  content: "";
  background: var(--color-white);
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: var(--color-font);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .form .mwform-radio-field-text:before {
    top: 7px;
  }
}
.form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid var(--color-font);
  background: var(--color-white);
}
.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}
.form__image {
  width: 100%;
}
.form__checkbox--region:after {
  border-radius: 6px;
}
.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid var(--color-font);
  border-bottom: 3px solid var(--color-font);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0;
}
.form__button, .form__back, .form__submit {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 45px;
  font-size: 1.6rem;
  color: var(--color-white);
  font-weight: bold;
  background: var(--color-primary);
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form__button:hover, .form__back:hover, .form__submit:hover {
  background: var(--color-font);
}
.form__button:visited, .form__back:visited, .form__submit:visited {
  background: var(--color-primary);
}
.form ::-webkit-input-placeholder {
  color: var(--color-primary);
}
.form ::-moz-placeholder {
  color: var(--color-primary);
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: var(--color-primary);
}
.form a {
  cursor: pointer;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@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;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: var(--space-md);
}

:focus:not(:focus-visible) {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 600px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 600px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 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: var(--font-size-md);
  font-weight: 500;
  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;
}

[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);
}

.autoscroll-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-3l);
  overflow-x: clip;
}
.autoscroll-gallery__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-3l);
  -webkit-animation: 40s linear autoscroll-gallery infinite;
          animation: 40s linear autoscroll-gallery infinite;
}
.autoscroll-gallery li {
  overflow: clip;
  border-radius: 8px;
  -webkit-box-shadow: 2rem 2rem 0 0 #F0F0F0;
          box-shadow: 2rem 2rem 0 0 #F0F0F0;
}
.autoscroll-gallery li:nth-child(odd) {
  -webkit-transform: translateY(var(--space-3l));
          transform: translateY(var(--space-3l));
}
.autoscroll-gallery img {
  width: auto;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes autoscroll-gallery {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes autoscroll-gallery {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}