@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: 1400px;
  --color-font: #2D2D2D;
  --color-base02: #D9D9D9;
  --color-base03: #B1B1B1;
  --color-primary: #8FC31F;
  --color-white: #ffffff;
  --space-unit: 1em;
  --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));
  --padding: 2rem;
  --global-columns: 12;
  --grid-columns-global: [full-start] minmax(var(--padding), auto) [container-start] repeat(var(--global-columns), minmax(calc(36rem / var(--global-columns)), calc(var(--width-container) / var(--global-columns)))) [container-end] minmax(var(--padding), auto) [full-end];
  --font-sans: "Noto Sans JP", serif;
}

:root {
  --heading-size-h1: 24px;
  --heading-size-h2: 24px;
  --heading-size-h3: 22px;
  --heading-size-h4: 20px;
  --heading-size-h5: 18px;
  --font-size-l: 16px;
  --font-size-s: 12px;
}

@media screen and (min-width: 768px) {
  :root {
    --heading-size-h1: 48px;
    --heading-size-h2: 32px;
    --heading-size-h3: 28px;
    --heading-size-h4: 24px;
    --heading-size-h5: 20px;
    --font-size-l: 18px;
    --font-size-s: 14px;
  }
}
.row {
  --gap-x: 0;
  --gap-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row__item {
  width: 100%;
}
.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: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-five {
    width: 20%;
  }
}
.row--min {
  margin: -6px;
}
@media screen and (min-width: 768px) {
  .row--min {
    margin: -6px -4px;
  }
}
.row--min .row__item {
  padding: 6px;
}
@media screen and (min-width: 768px) {
  .row--min .row__item {
    padding: 6px 4px;
  }
}
.row--std {
  margin: -10px;
}
@media screen and (min-width: 768px) {
  .row--std {
    margin: -20px;
  }
}
.row--std .row__item {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .row--std .row__item {
    padding: 20px;
  }
}
.row--wide {
  margin: -20px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -40px;
  }
}
.row--wide .row__item {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 40px;
  }
}
.row--wide-30 {
  margin: -10px;
}
@media screen and (min-width: 768px) {
  .row--wide-30 {
    margin: -15px;
  }
}
.row--wide-30 .row__item {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .row--wide-30 .row__item {
    padding: 15px;
  }
}
.row--wide-60 {
  margin: -15px;
}
@media screen and (min-width: 768px) {
  .row--wide-60 {
    margin: -30px;
  }
}
.row--wide-60 .row__item {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .row--wide-60 .row__item {
    padding: 30px;
  }
}
.row--sp-wide {
  margin: -20px;
}
.row--sp-wide .row__item {
  padding: 20px;
}
.row--mt {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .row--mt {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .row--mt {
    margin-top: 10rem;
  }
}
.row--menu-card {
  margin: -15px;
}
@media screen and (min-width: 1024px) {
  .row--menu-card {
    margin: -1px;
  }
}
.row--menu-card .row__item {
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .row--menu-card .row__item {
    padding: 1px;
  }
}
.row--tab-border {
  position: relative;
}
@media screen and (min-width: 768px) {
  .row--tab-border::before {
    content: "";
    width: calc(100% - 4rem);
    height: 1px;
    background: var(--color-font);
    position: absolute;
    left: 2rem;
    top: 0;
  }
}
.row--border {
  border-top: 1px solid #000;
  margin-top: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .row--border {
    margin-top: 7rem;
    border-top: none;
    border-left: 1px solid #000;
  }
}
.row--border .row__item {
  border-bottom: 1px solid #000;
  padding: 4rem 0;
}
@media screen and (min-width: 1024px) {
  .row--border .row__item {
    border-bottom: none;
    border-right: 1px solid #000;
    padding: 0 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .row--ad-border .row__item:last-child {
    position: relative;
  }
  .row--ad-border .row__item:last-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: #A0A0A0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.row--company {
  margin: -5px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .row--company {
    margin: -10px -14px;
    margin-top: 4.5rem;
  }
}
.row--company .row__item {
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .row--company .row__item {
    padding: 10px 14px;
  }
}
.row--news-tax {
  margin: -6px;
  border-bottom: 1px solid #000;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .row--news-tax {
    margin: 0 -14px;
    padding-bottom: 0;
    margin-bottom: 6rem;
  }
}
.row--news-tax .row__item {
  padding: 6px;
}
@media screen and (min-width: 768px) {
  .row--news-tax .row__item {
    padding: 0 14px;
  }
}
.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;
}
@media screen and (min-width: 1024px) {
  .row--pc-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .row--mt-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.container {
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1104px;
  }
}
@media screen and (min-width: 1024px) {
  .container--wide {
    max-width: calc(var(--width-container) + 80px);
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: var(--font-sans);
    background: #486554;
    padding: 7rem 0;
  }
}
.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;
  color: var(--color-white);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-list__link {
  position: relative;
  display: block;
  color: inherit;
  padding: 10px 25px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-list__link:has(+ .trigger--open) {
  background: #2F523D;
}
.menu-list__link--notgl::after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 5px;
  right: 20px;
  display: inline-grid;
  place-content: center;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 0.9rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.menu-list__hr {
  border-top: 1px solid #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  padding: 15px 25px;
}
.menu-list__hr ~ .trigger {
  top: 11px;
}
.menu-list__child {
  display: grid;
  grid-template-rows: 0fr;
  background: #2F523D;
  -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: 5px;
  right: 20px;
}

.menu-list-other {
  padding: 25px;
}
.menu-list-other__item {
  color: var(--color-white);
}
.menu-list-other__link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}

.nolink {
  pointer-events: none;
}

.trigger {
  display: grid;
  place-items: center;
  place-content: center;
  width: 3.6rem;
  height: 3.6rem;
  background: rgba(47, 82, 61, 0.38);
}
.trigger::before {
  content: "\e903";
  font-family: "icomoon";
  font-size: 0.9rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.trigger--open {
  background: rgba(255, 255, 255, 0.11);
}
.trigger--open::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media screen and (min-width: 1024px) {
  .menu-list,
  .menu-list-other {
    display: none;
  }
}

.child-list {
  padding-block: 5px 10px;
}
.child-list__link {
  position: relative;
  display: block;
  color: var(--color-white);
  padding: 8px 45px;
}
.child-list__link::after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 5px;
  right: 20px;
  display: inline-grid;
  place-content: center;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 0.9rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.child-list__link--nolink {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.5);
}
.child-list__link--window::after {
  content: "\e900";
  font-size: 1.2rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.menu-btn {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: var(--color-font);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .menu-btn {
    width: 64px;
    height: 64px;
    position: fixed;
    top: 0;
    right: 0;
  }
  .menu-btn:hover {
    opacity: 0.6;
  }
}
.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: #3C8C00;
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.menu-btn__line:nth-child(2) {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.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) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

/*********************/
/*  ヘッダー  */
/*********************/
/*  ヘッダー AおよびB */
.header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.1);
  z-index: 100;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.header__body {
  grid-area: container;
  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;
  padding: 0.7rem 2rem;
}
@media screen and (min-width: 1024px) {
  .header__body {
    height: 64px;
    padding: 0.5rem 6.4rem 0.5rem 1.7rem;
  }
}
.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: 195px;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 285px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .header__contact {
    display: none;
  }
}
.header__nav {
  margin-left: auto;
  margin-right: 17px;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
.header__img--black {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.header__cvwrap {
  z-index: 1000;
}
@media screen and (max-width: 1023px) {
  .header__cvwrap {
    position: fixed;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header__cvwrap {
    position: fixed;
    top: 83px;
    right: 0;
  }
}
.header--active, .header--sub, .header--open {
  background: var(--color-white);
  color: var(--color-font);
}
.header--active .header__img--white, .header--sub .header__img--white, .header--open .header__img--white {
  display: none;
}
.header--active .header__img--black, .header--sub .header__img--black, .header--open .header__img--black {
  display: block;
}
.header--active .gnav-list__link, .header--active .gnav-list__menu-title, .header--sub .gnav-list__link, .header--sub .gnav-list__menu-title, .header--open .gnav-list__link, .header--open .gnav-list__menu-title {
  color: var(--color-font);
}
.header--active .gnav-list--top .gnav-list__item:not(:first-of-type)::before, .header--sub .gnav-list--top .gnav-list__item:not(:first-of-type)::before, .header--open .gnav-list--top .gnav-list__item:not(:first-of-type)::before {
  border-left: 1px solid var(--color-font);
}
.header--fixed {
  position: fixed;
}
.header:has(+ .menu--open) {
  background: #486554;
}
@media screen and (max-width: 1023px) {
  .header:has(+ .menu--open) {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1024px) {
  .header:has(+ .menu--open) {
    background: var(--color-white);
  }
}
.header:has(+ .menu--open) .header__img--white {
  display: none;
}
.header:has(+ .menu--open) .header__img--black {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header:has(+ .menu--open) .header__img--black {
    display: none;
  }
}
.header:has(+ .menu--open) .gnav-list__item:not(:first-of-type)::before {
  border-left: 1px solid var(--color-font);
}
.header:has(+ .menu--open) .gnav-list__link, .header:has(+ .menu--open) .gnav-list__menu-title {
  color: var(--color-font);
}

@media screen and (max-width: 1023px) {
  .header-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .header-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.header-side__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
  width: 100%;
  color: var(--color-white);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1023px) {
  .header-side__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .header-side__btn {
    width: 106px;
    height: 106px;
    letter-spacing: 0.02em;
    font-size: 1.4rem;
    -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;
    gap: 0.7rem;
    -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
            box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
  }
  .header-side__btn:hover {
    background: #f5f5f5;
    color: var(--color-font);
  }
}
.header-side__btn::before {
  font-family: "icomoon";
  font-size: 2rem;
  text-shadow: none;
}
@media screen and (min-width: 1024px) {
  .header-side__btn::before {
    font-size: 4rem;
    line-height: 1;
  }
}
.header-side__btn--search {
  background: var(--color-primary);
}
.header-side__btn--search::before {
  content: "\e907";
}
@media screen and (min-width: 1024px) {
  .header-side__btn--search::before {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.header-side__btn--contact {
  background: #3C8C00;
}
.header-side__btn--contact::before {
  content: "\e908";
}

.gnav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .gnav-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.gnav-list__col {
  display: grid;
  gap: 3rem;
  max-width: 820px;
  padding-block: 7.4rem;
  padding-right: 3rem;
}
.gnav-list__col--2 {
  grid-template-columns: repeat(2, auto);
}
.gnav-list__col--3 {
  grid-template-columns: repeat(3, auto);
}
.gnav-list__item {
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.gnav-list__item.is-open {
  border-bottom: 1px solid var(--color-base02);
}
.gnav-list__link {
  display: block;
  font-size: 1.6rem;
  color: var(--color-white);
}
.gnav-list__menu-title {
  color: var(--color-white);
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.gnav-list__title {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--color-white);
}
.gnav-list__sub-title {
  display: block;
  color: #486554;
}
.gnav-list__child-link {
  display: inline-block;
  font-size: 1.4rem;
  color: var(--color-white);
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .gnav-list__child-link:hover {
    opacity: 0.6;
  }
}
.gnav-list__child {
  position: fixed;
  top: 64px;
  left: 0;
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 4.5rem;
  width: 100vw;
  background: var(--color-white);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  -webkit-box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease, opacity 0.35s ease;
  transition: max-height 0.35s ease, opacity 0.35s ease;
  z-index: 500;
}
@media screen and (min-width: 1024px) {
  .gnav-list__child {
    gap: 6.4rem;
    padding-right: 13rem;
  }
  .gnav-list__child:first-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: inset 0px 4px 10px -5px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 4px 10px -5px rgba(0, 0, 0, 0.1);
    z-index: -1;
  }
}
.gnav-list__menu-close {
  position: absolute;
  top: 20px;
  right: 100px;
  color: var(--color-font);
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .gnav-list__menu-close:hover {
    opacity: 0.6;
  }
}
.gnav-list__menu-close::before {
  content: "✖";
  display: block;
}
.gnav-list__side {
  background-image: url(../images/menu_service.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  padding: 10rem 3rem;
}
@media screen and (min-width: 1400px) {
  .gnav-list__side {
    padding: 10rem 7.3rem;
  }
}
.gnav-list__side--lineup {
  background-image: url(../images/menu_lineup.jpg);
}
.gnav-list__side--company {
  background-image: url(../images/menu_company.jpg);
}
.gnav-list__side--contact {
  background-image: url(../images/menu_contact.jpg);
}
.gnav-list__trigger {
  display: none;
}
.gnav-list--top {
  gap: 0;
}
.gnav-list--top .gnav-list__link {
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .gnav-list--top .gnav-list__link:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list--top .gnav-list__item {
    padding-left: 1.5rem;
    margin-left: 1.5rem;
  }
}
.gnav-list--top .gnav-list__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid var(--color-white);
}
@media screen and (min-width: 1024px) {
  .gnav-list--bottom .gnav-list__item:hover {
    border-bottom: 1px solid var(--color-base02);
  }
}
@media screen and (max-width: 1023px) {
  .gnav-list--menu {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list--menu {
    display: block;
  }
}
.gnav-list--menu .gnav-list__child {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gnav-list--menu .gnav-list__child {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    max-height: 100%;
    border-top: 1px solid var(--color-font);
  }
}

.gnav-list__item.is-open > .gnav-list__child {
  max-height: 1200px; /* 中身より大きければ何 px でもOK */
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  pointer-events: auto;
}

.gchild-list-col-wrap {
  max-width: 800px;
  padding-block: 7.5rem;
  padding-right: 7.4rem;
}

.gchild-list {
  list-style: none;
  margin-top: 1rem;
}
.gchild-list + .gchild-list {
  margin-top: 5rem;
}
.gchild-list + .gnav-list__sub-title {
  margin-top: 5rem;
}
.gchild-list__img {
  width: 100%;
  max-width: 375px;
  height: auto;
}
.gchild-list__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.gchild-list__link {
  position: relative;
  display: block;
  color: var(--color-font);
  padding-left: 2.2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .gchild-list__link:hover {
    opacity: 0.6;
  }
}
.gchild-list__link::before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  color: var(--color-primary);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.gchild-list__link--nolink {
  pointer-events: none;
  color: #b1b1b1;
}
.gchild-list__link--nolink:hover {
  opacity: 1;
}
.gchild-list__link--window::after {
  content: "\e900";
  font-family: "icomoon";
  color: #B3B3B3;
  margin-left: 0.6rem;
}
.gchild-list__overlink {
  display: block;
}
@media screen and (min-width: 1024px) {
  .gchild-list__overlink {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .gchild-list__overlink:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1024px) {
  .gchild-list__overlink .gchild-list__link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .gchild-list__overlink .gchild-list__link:hover {
    opacity: 1;
  }
}
.gchild-list__overlink--nolink {
  pointer-events: none;
}
.gchild-list--col {
  display: grid;
  gap: 1.5rem 5rem;
  grid-template-columns: repeat(2, auto);
}
.gchild-list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.mv__message {
  display: block;
  width: 100%;
  text-align: right;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--color-white);
  font-size: 4rem;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv__message {
    font-size: 3.2rem;
    text-align: left;
    top: 70%;
    padding-left: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .mv__message {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .mv__message {
    padding-right: 16rem;
  }
}
.mv__bg {
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv__img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  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;";
}

.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: 33.6vw;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 470px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.31;
  z-index: 1;
}
.hero__title {
  color: #fff;
  font-weight: 500;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
.hero__title-ja {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .hero__title-ja {
    font-size: 3.6rem;
  }
}
.hero__title-en {
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .hero__title-en {
    font-size: 2.4rem;
  }
}

.sub-hero {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .sub-hero {
    padding-top: 7rem;
  }
}

/*********************/
/*  loader  */
/*********************/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--color-white);
  z-index: 9999;
}
.loader__icon {
  position: absolute;
  border-left: 2px solid var(--color-white);
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
          animation: load 0.8s infinite linear;
}
.loader__icon, .loader__icon::after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*********************/
/*  フッター  */
/*********************/
.footer {
  position: relative;
  padding: 64px 0;
  background: #252525;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-right: 50px;
  }
}
.footer__logo {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer__img {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
  }
}
.footer__menu, .footer__signature {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer__menu, .footer__signature {
    padding: 20px 0 10px;
  }
}
.footer__menu {
  display: grid;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    gap: 6rem;
    padding: 45px 0 0;
    grid-template-columns: repeat(2, auto);
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 1024px) {
  .footer__menu {
    grid-template-columns: repeat(4, auto);
    gap: 4rem;
  }
}
.footer__other {
  display: block;
}
.footer__copyright {
  font-size: 1.2rem;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
  }
}

.fnav-list {
  list-style: none;
  width: 100%;
}
.fnav-list + .fnav-list {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .fnav-list + .fnav-list {
    margin-top: 4rem;
  }
}
.fnav-list__item {
  font-family: var(--font-sans);
  color: var(--color-white);
}
.fnav-list__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  color: inherit;
  padding: 5px 5px 5px 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .fnav-list__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.fnav-list__link:hover {
  opacity: 0.6;
}
.fnav-list--mtmin {
  margin-top: 0 !important;
}
.fnav-list span.fnav-list__link:hover {
  opacity: 1;
}

.fchild-list {
  list-style: none;
  line-height: 1.8;
}
.fchild-list__item {
  font-family: var(--font-sans);
  color: var(--color-white);
}
.fchild-list__link {
  position: relative;
  display: block;
  font-size: 1.3rem;
  color: inherit;
  text-indent: 0.7rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .fchild-list__link {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.fchild-list__link:hover {
  opacity: 0.6;
}
.fchild-list__link::before {
  content: "-";
  position: absolute;
  top: 4px;
  left: 0;
  font-weight: 500;
}
.fchild-list__link--nolink {
  color: #606060;
  pointer-events: none;
}
.fchild-list__link--nolink:hover {
  opacity: 1;
}
.fchild-list__link--window::after {
  content: "\e900";
  font-family: "icomoon";
  color: #B3B3B3;
  margin-left: 0.6rem;
}

.org {
  display: block;
  list-style: none;
  color: var(--color-white);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .org__phone, .org__fax {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .org__phone {
    margin-right: 1.5rem;
  }
}
.org__phone a {
  text-decoration: none;
  color: var(--color-white);
}

.footer-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .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);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.footer-list__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer-list__link {
    display: none;
  }
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: #ccc;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0.7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2em;
  width: 2em;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  background: #fff;
  z-index: 1;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

.splide__slide:focus-visible {
  /* IE does not support outline-offset */
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: #0bf 3px solid;
  }
}
.splide.is-focus-in .splide__slide:focus {
  /* IE does not support outline-offset */
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: #0bf 3px solid;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.splide__pagination--ttb {
  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;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.section {
  width: 100%;
}
.section__img {
  width: 100%;
}
.section__header {
  display: block;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .section__header {
    margin-bottom: 3.5rem !important;
  }
}
.section__title {
  display: block;
  text-align: center;
  font-size: var(--heading-size-h2);
  line-height: 1.6;
  margin-bottom: 3rem;
}
.section__title::after {
  display: block;
  content: attr(data-en) "";
  font-size: var(--heading-size-h4);
}
@media screen and (max-width: 767px) {
  .section__title {
    margin-bottom: 2rem;
    text-align: left !important;
  }
}
.section__title--min::after {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .section__title--min::after {
    font-size: 1.5rem;
  }
}
.section__copy {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__copy {
    font-size: 1.8rem;
    text-align: left;
  }
}
.section__desc {
  display: block;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section__desc {
    text-align: left !important;
  }
}
.section__footer {
  display: block;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .section__footer {
    margin-top: 3rem;
  }
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section__footer--sp-left {
    text-align: left;
  }
}
.section--idealize {
  padding: 7rem 0 0;
}
.section--lineup {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section--lineup {
    background: #F5F5F5;
    padding: 0 0 6rem;
  }
}
.section--lineup::before {
  content: "";
  display: block;
  width: calc(100% - 20rem);
  max-width: 1150px;
  height: 100%;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section--lineup::before {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .section--lineup {
    padding-left: calc((100% - 1400px) / 2);
  }
}
.section--business {
  background: #2D2D2D;
  color: var(--color-white);
  padding: 16rem 0 0;
}
@media screen and (max-width: 767px) {
  .section--business {
    padding-top: 7rem;
  }
}
.section--business .section__title {
  text-align: center;
  color: #fff;
}
.section--business .section__desc {
  text-align: center;
  color: #fff;
}
.section--show {
  padding: 15rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .section--show {
    padding: 8.5rem 0 8rem;
  }
}
.section--show .section__header {
  margin-bottom: 6rem;
}
.section--dot {
  background: url(../images/repeat-dot.png) 50% 50%/auto repeat;
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .section--dot {
    padding: 5rem 0;
  }
}
.section--news {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .section--news {
    padding: 6rem 0 10rem;
  }
}
.section--news .section__footer {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .section--news .section__footer {
    margin-top: 4.5rem;
  }
}
.section--banner {
  padding: 7rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .section--banner {
    padding: 3.5rem 0;
  }
}

/*********************/
/*  TOP  */
/*********************/
/*********************/
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .btn-wrap {
    gap: 2rem 5rem;
  }
}
.btn-wrap--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .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--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-wrap--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn-wrap--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn-wrap--arrow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-top: 3rem;
}
.btn-wrap--textlink {
  display: block;
  margin-top: 2rem !important;
}
@media screen and (max-width: 767px) {
  .btn-wrap--textlink {
    margin-top: 1.5rem !important;
  }
}
.btn-wrap--mt20 {
  margin-top: 2rem !important;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  .btn-wrap--mt20 {
    margin-top: 1rem !important;
  }
}
.btn-wrap--mt40 {
  margin-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  .btn-wrap--mt40 {
    margin-top: 2rem !important;
  }
}
.btn-wrap--mt50 {
  margin-top: 5rem !important;
}
@media screen and (max-width: 767px) {
  .btn-wrap--mt50 {
    margin-top: 3rem !important;
  }
}
.btn-wrap--mt70 {
  margin-top: 7rem !important;
}
@media screen and (max-width: 767px) {
  .btn-wrap--mt70 {
    margin-top: 5.3rem !important;
  }
}

.btn {
  display: inline-block;
  text-decoration: none;
  background: var(--color-white);
  color: var(--color-font);
  border: 1px solid var(--color-font);
  padding: 1.3rem 4rem 1.3rem 3rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: relative;
}
.btn::after {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon";
  font-weight: normal;
  content: "\e901";
  display: block;
  color: var(--color-primary);
  font-size: 5rem;
}
@media screen and (min-width: 1024px) {
  .btn {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .btn:hover {
    background: var(--color-font);
    color: #fff;
  }
}
.btn--bk {
  color: var(--color-white);
  background: var(--color-font);
}
.btn--bk::after {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .btn--bk:hover {
    background: #fff;
    color: var(--color-font);
  }
}
.btn--bk02 {
  color: var(--color-white);
  background: var(--color-font);
}
@media screen and (min-width: 1024px) {
  .btn--bk02:hover {
    background: #fff;
    color: var(--color-font);
  }
}
.btn--wt {
  background: var(--color-white);
  color: var(--color-font);
  border: none;
}
.btn--textlink {
  background: none;
  color: var(--color-font);
  border: none;
  padding-left: 0;
}
.btn--textlink::after {
  content: "\e902";
  font-size: 3rem;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .btn--textlink:hover {
    background: none;
    color: var(--color-font);
    opacity: 0.6;
  }
}
.btn--arrow {
  border: none;
  padding: 0.5rem 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.btn--arrow::after {
  display: none;
}
.btn--arrow::before {
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  content: "\e903";
  color: var(--color-primary);
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .btn--arrow:hover {
    background: none;
    color: var(--color-font);
    opacity: 0.6;
  }
}
.btn--arrow-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.3rem 1rem;
}
@media screen and (min-width: 1024px) {
  .btn--arrow-border {
    padding: 1.3rem 4rem 1.3rem 3rem;
  }
}
.btn--arrow-border::after {
  display: none;
}
.btn--arrow-border::before {
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  content: "\e903";
  color: var(--color-primary);
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn--pdf {
  padding-right: 7rem;
}
.btn--pdf::after {
  content: "\e904";
  color: var(--color-font);
  right: 1.6rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .btn--pdf:hover::after {
    color: #fff;
  }
}
.btn--pdf-bk {
  color: var(--color-white);
  background: var(--color-font);
  padding-right: 7rem;
}
.btn--pdf-bk::after {
  content: "\e904";
  right: 1.6rem;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .btn--pdf-bk:hover {
    background: #fff;
    color: var(--color-font);
  }
  .btn--pdf-bk:hover::after {
    color: var(--color-font);
  }
}
.btn--tel {
  color: var(--color-white);
  background: var(--color-font);
  border: none;
  -webkit-box-shadow: inset 1px 1px 1px #000, inset -1px -1px 1px #000;
          box-shadow: inset 1px 1px 1px #000, inset -1px -1px 1px #000;
  font-size: 2.8rem;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .btn--tel {
    font-size: 1.6rem;
  }
}
.btn--tel::after {
  display: none;
}
.btn--tel span {
  font-size: 1.6rem;
}
.btn--tel02 {
  border: none;
  font-size: 3.2rem;
  width: auto;
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .btn--tel02 {
    font-size: 2.5rem;
  }
}
.btn--tel02::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .btn--tel02 {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .btn--tel02:hover {
    background: none;
    color: var(--color-font);
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .btn--large {
    font-size: 2rem;
    padding: 1.3rem 8rem 1.3rem 7rem;
  }
}
@media screen and (max-width: 767px) {
  .btn--sp100 {
    width: 100%;
  }
}
.btn--100 {
  width: 100%;
}
.btn--left-icon {
  -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;
}
.btn--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--center-icon-r {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-right: 6rem;
}
.btn--center-icon-r::after {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn--center-icon-l {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 6rem;
}
.btn--center-icon-l::after {
  position: absolute;
  top: 50%;
  left: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.idealize {
  max-width: var(--width-container);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .idealize {
    display: grid;
    grid-template-columns: 5fr 4fr;
  }
}
@media screen and (min-width: 1400px) {
  .idealize {
    grid-template-columns: auto 1fr;
  }
}
.idealize__contents {
  padding-left: 4rem;
  padding-bottom: 20rem;
}
@media screen and (min-width: 1400px) {
  .idealize__contents {
    padding-left: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .idealize__contents {
    padding-left: 2rem;
    padding-bottom: 9rem;
  }
}
.idealize__imgwrap {
  padding-top: 10rem;
}
@media screen and (min-width: 1400px) {
  .idealize__imgwrap {
    padding-top: 8rem;
    margin-left: -10rem;
    width: calc(100% + 10rem);
  }
}
@media screen and (max-width: 1023px) {
  .idealize__imgwrap {
    display: none;
  }
}
.idealize__sp-img {
  width: calc(100% + 2rem);
  margin: 4rem 0 4rem -2rem;
}
@media screen and (min-width: 1024px) {
  .idealize__sp-img {
    display: none;
  }
}
.idealize__copy {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .idealize__copy {
    padding-right: 2rem;
  }
}
.idealize__desc {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .idealize__desc {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .idealize__desc {
    white-space: nowrap;
  }
}

#card-slider {
  margin-left: 8rem;
  margin-bottom: -3rem;
}
@media screen and (max-width: 767px) {
  #card-slider {
    margin-left: 2rem;
    margin-bottom: 0;
  }
}
#card-slider .splide__arrow {
  background: #fff;
}
#card-slider .splide__arrow::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e903";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  color: var(--color-primary);
  font-size: 2rem;
}
#card-slider .splide__arrow svg {
  display: none;
}
#card-slider .splide__arrow--prev {
  right: -5rem;
  left: auto;
}
#card-slider .splide__arrow--next {
  left: -5rem;
  right: auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.business-link {
  list-style: none;
  margin-top: 6.5rem;
  border-top: 1px solid #818181;
  border-bottom: 1px solid #818181;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .business-link {
    margin-top: 4rem;
  }
}
.business-link__item {
  position: relative;
  width: 50%;
  height: 274px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #818181;
  border-right: 1px solid #818181;
}
@media screen and (max-width: 1023px) {
  .business-link__item {
    width: 100%;
    height: 340px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-right: 0;
  }
}
.business-link__item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-font);
  opacity: 0.48;
  z-index: 2;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.business-link__item::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 5rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.business-link__item--3 {
  width: 33.3333333333%;
  height: 270px;
}
@media screen and (max-width: 1023px) {
  .business-link__item--3 {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .business-link__item--3 .business-link__title {
    height: 100px;
  }
}
.business-link__item--textonly {
  height: 75px;
  background: var(--color-font);
}
@media screen and (max-width: 1023px) {
  .business-link__item--textonly {
    height: 95px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .business-link__item--textonly {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .business-link__item--textonly:hover {
    background: #818181;
  }
}
.business-link__item--textonly::before, .business-link__item--textonly::after {
  display: none;
}
.business-link__item--textonly .business-link__title {
  background: none;
}
@media screen and (max-width: 1023px) {
  .business-link__item--textonly .business-link__title {
    height: auto;
    padding: 0;
  }
}
.business-link__item--textonly .business-link__title::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.business-link__item--br-none {
  border-right: none;
}
@media screen and (min-width: 1024px) {
  .business-link__item:hover::before, .business-link__item:hover::after {
    opacity: 0;
  }
}
.business-link__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.business-link__logo {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1023px) {
  .business-link__logo {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .business-link__logo {
    max-width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .business-link__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1023px) {
  .business-link__logo--03 {
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .business-link__logo--03 {
    max-width: 40%;
  }
}
@media screen and (max-width: 1023px) {
  .business-link__logo--05 {
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .business-link__logo--05 {
    max-width: 40%;
  }
}
.business-link__title {
  position: relative;
  z-index: 4;
  padding: 2rem 2rem 2rem 3.4rem;
  color: #fff;
  vertical-align: middle;
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
}
@media screen and (max-width: 1023px) {
  .business-link__title {
    text-align: center;
    height: 180px;
    padding: 1rem 1rem 3rem 1rem;
  }
}
.business-link__title::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e902";
  font-size: 3.5rem;
  margin-left: 3rem;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .business-link__title::after {
    font-size: 2.5rem;
    display: block;
    margin-top: 1rem;
    margin-left: 0;
  }
}
.business-link__bgimg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  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;";
  z-index: 1;
}
.business-link__name {
  position: relative;
  z-index: 4;
  color: #fff !important;
}
.business-link__desc {
  position: relative;
  z-index: 4;
  color: #fff;
}
.business-link--company .business-link__item {
  height: auto;
  padding: 4rem 28px;
}
@media screen and (min-width: 768px) {
  .business-link--company .business-link__item {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .business-link--company .business-link__item {
    display: block;
    padding: 9rem 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .business-link--company .business-link__name {
    margin-bottom: 7.2rem;
  }
}

.link-card {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-card::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-font);
  opacity: 0.48;
  z-index: 2;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .link-card:hover::before {
    opacity: 0.1;
  }
}
.link-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.link-card__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  padding-left: 3.4rem;
  font-size: 2.4rem;
  color: #fff;
  vertical-align: middle;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .link-card__title {
    text-align: center;
    padding: 0;
  }
}
.link-card__title::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e902";
  font-size: 3.5rem;
  margin-left: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .link-card__title::after {
    display: block;
    margin: 0;
  }
}
.link-card__bgimg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  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;";
  z-index: 1;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  position: relative;
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 2.8rem;
}
@media screen and (max-width: 767px) {
  .tabs {
    margin-top: 2rem;
    gap: 0 0.5rem;
  }
}
.tabs::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--color-font);
  position: absolute;
  top: 50px;
  left: 0;
}
.tabs--02 {
  grid-template-columns: 1fr 1fr;
}
.tabs--02::before {
  width: 1400px;
  top: 84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tabs--02 .tab_item {
  height: 84px;
  line-height: 84px;
}
@media screen and (min-width: 1024px) {
  .tabs--02 .tab_item {
    width: 480px;
    margin-left: auto;
    margin-right: 0;
  }
}

/*タブのスタイル*/
.tab_item {
  height: 50px;
  background-color: #F5F5F5;
  line-height: 50px;
  font-size: 1.6rem;
  text-align: center;
  color: var(--color-font);
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .tab_item {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .tab_item:hover {
    background: var(--color-font);
    color: #fff;
  }
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding-top: 6rem;
  grid-column: 1/4;
}
@media screen and (max-width: 767px) {
  .tab_content {
    padding-top: 3rem;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#release:checked ~ #release_content,
#newscat:checked ~ #newscat_content,
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: var(--color-font);
  color: #fff;
}

/*********************/
/*  クラス指定なし一括指定  */
/*********************/
.main {
  padding-top: 44px;
}
@media screen and (min-width: 1024px) {
  .main {
    padding-top: 64px;
  }
}
.main--top {
  padding-top: 0;
}

.post-type-page *:first-child {
  margin-top: 0;
}
.post-type-page p {
  line-height: 1.8;
}
.post-type-page p:not(:first-child) {
  margin-top: 1rem;
}
.post-type-page p:not([class]) + p:not([class]) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .post-type-page p:not([class]) + p:not([class]) {
    margin-top: 4rem;
  }
}
.post-type-page a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page sup {
  font-size: 1rem;
}

.main-textarea {
  padding-block: 5rem 10rem;
}
@media screen and (min-width: 1024px) {
  .main-textarea {
    padding-block: 7rem 17rem;
  }
}
.main-textarea img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ul {
  list-style: none;
  margin-top: 2rem;
}
.ul li {
  position: relative;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
}
.ul li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background: var(--color-font);
}
.ul--mb {
  margin-bottom: 2rem;
}
.ul--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
}
.ul--center li::before {
  top: 0.7em;
}

.indent {
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .indent {
    padding-left: 3rem;
  }
}

.ol {
  list-style: none;
  counter-reset: number 0;
  margin-top: 2rem;
}
.ol > li {
  counter-increment: number 1;
}
.ol > li::before {
  content: counter(number) ". ";
  aspect-ratio: 1;
}
.ol--mb {
  margin-bottom: 2rem;
}
.ol--green h6 {
  color: #486554;
  display: inline;
}
.ol--green > li {
  padding: 0;
}
.ol--green > li::before {
  content: "(" counter(number) ") ";
  display: inline;
  color: #486554;
}
.ol--green > li + li {
  margin-top: 2rem;
}
.ol--green .ol {
  margin-top: 0;
}
.ol .ul li::before {
  content: "";
}

.dl {
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 0 7px;
}
.dl dt, .dl dd {
  padding: 1.2rem 0;
}
.dl dt {
  border-bottom: 1px solid #D9D9D9;
  padding-right: 5px;
}
.dl dd {
  border-bottom: 1px solid #B1B1B1;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .dl--sp-border {
    border-top: 1px solid var(--color-font);
  }
}
.dl--history dt, .dl--history dd {
  border-color: #fff;
}
.dl--history dt {
  text-align: right;
}
.dl--koukoku {
  grid-template-columns: auto 1fr;
}
.dl--non-border {
  margin-top: 2rem;
  gap: 1rem 7px;
}
@media screen and (max-width: 767px) {
  .dl--non-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.dl--non-border dt, .dl--non-border dd {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .dl--non-border dt:not(:first-child) {
    margin-top: 1rem;
  }
}

.table {
  width: 100%;
  margin: 3rem 0;
}
.table th {
  background: var(--color-primary);
  color: var(--color-white);
}
.table th,
.table td {
  padding: 1rem;
}

/*********************/
/*  書き方パーツ  */
/*********************/
.h1 {
  font-size: var(--heading-size-h1);
  color: var(--color-font);
  line-height: 1.6;
  margin-bottom: 6.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .h1 {
    margin-bottom: 3rem;
  }
}
.h1--wt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .h1--mt-center {
    text-align: center;
  }
}

.h2 {
  font-size: var(--heading-size-h2);
  color: var(--color-font);
  line-height: 1.6;
  margin-bottom: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .h2 {
    margin-bottom: 2.5rem;
  }
}
.h2--wt {
  color: #fff;
}
.h2--pt {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .h2--pt {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .h2--mt-center {
    text-align: center;
  }
}
.h2--mb-wide {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .h2--mb-wide {
    margin-bottom: 3rem;
  }
}
.h2--mb-min {
  margin-bottom: 1rem;
}

.h3 {
  position: relative;
  font-size: var(--heading-size-h3);
  color: var(--color-font);
  line-height: 1.6;
  margin-bottom: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .h3 {
    margin-bottom: 2.2rem;
  }
}
.h3--pt-min {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .h3--pt-min {
    padding-top: 4rem;
  }
}
.h3--wt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .h3--mt-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .h3--sp-center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .h3--square {
    margin-bottom: 5rem;
  }
}
.h3--square span {
  position: relative;
  z-index: 2;
}
.h3--square::before {
  content: "";
  display: block;
  width: 49px;
  height: 51px;
  background: #fff;
  position: absolute;
  top: -17px;
  left: -28px;
}
@media screen and (min-width: 768px) {
  .h3--square::before {
    width: 64px;
    height: 67px;
    left: -40px;
    top: -23px;
  }
}
@media screen and (min-width: 1024px) {
  .h3--square::before {
    left: -34px;
  }
}
.h3--square-green::before {
  background: #00A291;
}
.h3--square-blue::before {
  background: #A4B4CF;
}
.h3--square-brown::before {
  background: #444;
}
.h3--square-gray::before {
  background: #F0F0F0;
}
@media screen and (max-width: 767px) {
  .h3--sp-center {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .h3 .sp-ad {
    display: block;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .h3 .sp-ad {
    padding: 0 3rem;
  }
}

.h4, .simple-dl dt {
  font-size: var(--heading-size-h4);
  color: var(--color-font);
  line-height: 1.6;
  margin-bottom: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .h4, .simple-dl dt {
    margin-bottom: 2rem;
  }
}
.h4--wt {
  color: #fff;
}
.h4--green {
  color: #3C8C00;
}
@media screen and (min-width: 768px) {
  .h4--mt-center {
    text-align: center;
  }
}
.h4--mgnone {
  margin: 0;
}

.h5, .green-title {
  font-size: var(--heading-size-h5);
  color: var(--color-font);
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .h5, .green-title {
    margin-bottom: 1.8rem;
  }
}
.h5--wt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .h5--mt-center {
    text-align: center;
  }
}
.h5--mt {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .h5--mt {
    margin-top: 4rem;
  }
}
.h5--check {
  color: #3C8C00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .h5--check {
    margin-top: 5rem;
  }
}
.h5--check::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url(../images/check.png) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .h5--check::before {
    width: 28px;
    height: 29px;
  }
}
.h5--mgnone {
  margin: 0;
}

.h6 {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin: 4rem 0 3rem;
}
.h6 + .small {
  font-size: 1.2rem;
}

.underline-title {
  display: inline-block;
  border-bottom: 1px solid var(--color-primary);
  color: var(--color-font);
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 4rem;
  margin-left: -4rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .underline-title {
    padding-left: 18rem;
    margin-left: -18rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .underline-title {
    padding: 0 3rem 2rem 2rem;
    margin-left: -2rem;
  }
}
.underline-title::before {
  display: block;
  content: attr(data-en) "";
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .underline-title::before {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .underline-title::before {
    font-size: 3rem;
  }
}
.underline-title--large {
  font-size: 2rem;
  padding-bottom: 5rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .underline-title--large {
    padding: 0 3rem 2rem 2rem;
    margin-left: -2rem;
  }
}
.underline-title--large::before {
  font-size: 9.6rem;
}
@media screen and (max-width: 767px) {
  .underline-title--large::before {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .underline-title--large::before {
    display: block;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .underline-title--large::before {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
.underline-title--min {
  display: inline-block;
  font-size: 3.2rem;
  margin-left: 0;
  padding-left: 10rem;
  padding-bottom: 0.5rem;
  padding-top: 2.4rem;
  margin-bottom: 4.4rem;
}
@media screen and (min-width: 1024px) {
  .underline-title--min {
    padding-left: 25rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .underline-title--min {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
    padding-left: 2rem;
  }
}
.underline-title--min::before {
  display: none;
}

.en-ja-title {
  display: block;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .en-ja-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 5.5rem;
  }
}
.en-ja-title::before {
  display: block;
  content: attr(data-en) "";
  font-size: var(--heading-size-h2);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .en-ja-title::before {
    margin-bottom: 1rem;
  }
}
.en-ja-title--mgnone {
  margin: 0;
}

.catchcopy {
  font-size: var(--font-size-l);
  color: var(--color-font);
  line-height: 2 !important;
}
.catchcopy--wt {
  color: #fff;
}
.catchcopy + .catchcopy {
  margin-top: 2.5rem !important;
}
@media screen and (min-width: 768px) {
  .catchcopy + .catchcopy {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .catchcopy + .catchcopy {
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .catchcopy--lh {
    line-height: 2.5 !important;
  }
}

.small {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .small {
    font-size: 1.2rem;
  }
}
.small--inline {
  display: inline;
}
.small--min {
  font-size: 1.2rem !important;
}

.big-text {
  display: block;
  font-size: 5rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .big-text {
    font-size: 9.6rem;
  }
}

.strong {
  color: #3C8C00;
  font-weight: 500;
}

.textlink {
  color: var(--color-font);
  letter-spacing: 0.04em;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .textlink {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .textlink:hover {
    opacity: 0.6;
  }
}

.arrow-link {
  margin-top: 0 !important;
}
.arrow-link__link {
  color: inherit;
}
.arrow-link__link::before {
  content: "〉 ";
  color: var(--color-primary);
}
@media screen and (min-width: 1024px) {
  .arrow-link__link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .arrow-link__link:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .arrow-link--head {
    margin-top: -3rem !important;
  }
}
.arrow-link--wt {
  color: #fff;
}
.arrow-link--wt .arrow-link__link {
  text-decoration: underline;
}
.arrow-link--wt .arrow-link__link::before {
  display: none;
}
.arrow-link--simple .arrow-link__link {
  text-decoration: underline;
}
.arrow-link--simple .arrow-link__link::before {
  display: none;
}

.flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 3.5rem;
}

.flex-contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .flex-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
    margin-top: 4rem;
  }
}

.container-fixed {
  margin-left: -28px;
  margin-right: -28px;
}
@media screen and (min-width: 768px) {
  .container-fixed {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .container-fixed {
    margin-left: calc((100vw - 1024px) / -2);
    margin-right: calc((100vw - 1024px) / -2);
  }
}
.container-fixed .page-link {
  margin-top: 0 !important;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .container-fixed .page-link__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 5rem;
  }
}
.container-fixed--id-club {
  margin-bottom: -5rem;
}
@media screen and (min-width: 768px) {
  .container-fixed--id-club {
    margin-top: -5rem;
    margin-bottom: -10rem;
  }
}
@media screen and (min-width: 1024px) {
  .container-fixed--id-club {
    margin-left: -6rem;
    margin-right: -6rem;
    margin-bottom: -15rem;
  }
}

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

@media screen and (min-width: 1024px) {
  .img-link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .img-link:hover {
    opacity: 0.6;
  }
}

.window::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  color: #B3B3B3;
  display: inline-block;
  margin-left: 1rem;
}

.pdf::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e904";
  display: inline-block;
  font-size: 2.5rem;
  margin-left: 1rem;
  line-height: 1;
  vertical-align: bottom;
}

.ta-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ta-center--mt {
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .ta-center--md {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .pc-nowrap {
    white-space: nowrap;
  }
}

.hr {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--color-font);
  margin: 2rem 0 !important;
}
.hr--m35 {
  margin: 3.5rem 0 !important;
}
.hr--m60 {
  margin: 3.5rem 0 !important;
}
@media screen and (min-width: 768px) {
  .hr--m60 {
    margin: 6rem 0 !important;
  }
}
.hr--tight {
  height: 1px;
  margin: 2.8rem 0 !important;
}
.hr--gray {
  background: #D9D9D9;
}

.box {
  padding: 6rem 3.5rem;
  background: #F5F5F5;
}
@media screen and (min-width: 1024px) {
  .box {
    padding: 6rem 10rem;
  }
}
@media screen and (max-width: 767px) {
  .box__img {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .box__img img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .box__img img {
    width: calc(100% + 5rem);
    margin-right: -5rem;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .box__img img {
    width: calc(100% + 12rem);
    margin-right: -12rem;
    margin-bottom: -8rem;
  }
}
@media screen and (min-width: 1400px) {
  .box__img img {
    width: 363px;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .box--flex {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .box--flex {
    grid-template-columns: 78% 22%;
  }
}
.box--flex02 {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .box--flex02 {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 2rem;
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .box--flex02 {
    gap: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .box--flex02 .box__img img {
    width: 400px;
    margin-right: auto;
  }
}
.box--min {
  padding: 3.3rem 2.6rem;
}
@media screen and (min-width: 768px) {
  .box--min {
    padding: 3.5rem;
  }
}
.box--min-ad {
  padding: 3.3rem 2.6rem;
}
@media screen and (min-width: 768px) {
  .box--min-ad {
    padding: 3.5rem 2.2rem;
  }
}
.box--border {
  background: none;
  border: 1px solid #000;
}
.box--beige {
  background: #E1DDD2;
}
@media screen and (min-width: 1024px) {
  .box--beige {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.box--wt {
  background: #fff;
}

.qa-parts {
  list-style: none;
  counter-reset: number 0;
}
.qa-parts__item {
  counter-increment: number 1;
}
.qa-parts__item + .qa-parts__item {
  margin-top: 2px;
}
.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: 1.6rem 1.5rem;
  font-size: 1.8rem;
  color: var(--color-font);
  background: #fff;
  -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;
}
@media screen and (min-width: 1024px) {
  .qa-parts__label {
    padding: 5rem 4.5rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .qa-parts__label:hover {
    opacity: 0.6;
  }
}
.qa-parts__label::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e906";
  display: inline-block;
  font-size: 1.6rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #000;
  color: #fff;
  background: #838383;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .qa-parts__label::after {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .qa-parts__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.qa-parts__title::before {
  content: "Q" counter(number) ".";
  display: block;
  font-size: 1.8rem;
  -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;
  background: #F0F0F0;
  color: var(--color-font);
}
@media screen and (min-width: 768px) {
  .qa-parts__content {
    padding-left: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .qa-parts__content {
    padding: 0 10rem;
  }
}
.qa-parts__toggle {
  display: none;
}
.qa-parts__toggle:checked + .qa-parts__label + .qa-parts__content {
  height: auto;
  padding: 1.6rem 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .qa-parts__toggle:checked + .qa-parts__label + .qa-parts__content {
    padding: 4rem 10rem;
  }
}
.qa-parts__toggle:checked + .qa-parts__label::after {
  content: "\e905";
  color: #000;
  background: #fff;
}

/*********************/
/*  SUBページ共通パーツ  */
/*********************/
.page-section {
  position: relative;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .page-section {
    padding: 12rem 0;
  }
}
.page-section__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.page-section--brown {
  background: #786565;
}
.page-section--box {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page-section--box .container {
    padding: 0;
  }
}
.page-section--ptnone {
  padding-top: 0;
}
.page-section--pbnone {
  padding-bottom: 0;
}
@media screen and (min-width: 1400px) {
  .page-section--mw-pb-none {
    padding-bottom: 0;
  }
}
.page-section--bg {
  background: #F5F5F5;
}
.page-section--bg02 {
  background: #F7F2EE;
}
.page-section--gray {
  background: #DCE4E6;
}
.page-section--green {
  background: #486554;
  -webkit-box-shadow: inset 3rem 6rem 6rem rgba(0, 0, 0, 0.1), inset -3rem -6rem 6rem rgba(0, 0, 0, 0.1);
          box-shadow: inset 3rem 6rem 6rem rgba(0, 0, 0, 0.1), inset -3rem -6rem 6rem rgba(0, 0, 0, 0.1);
}
.page-section--lineup {
  background: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .page-section--lineup {
    padding: 8rem 0;
  }
}
.page-section--menu {
  background: #F1F3F4;
  padding: 6rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .page-section--menu {
    padding: 12rem 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-section--menu {
    padding: 0;
    margin-top: 2px;
    background: #fff;
  }
}
.page-section--contact {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-section--contact {
    text-align: center;
    padding: 6rem 0 7rem;
  }
}
.page-section--contact .h4, .page-section--contact .simple-dl dt, .simple-dl .page-section--contact dt {
  text-align: center;
}
.page-section--slider {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(90%, #F5F5F5), color-stop(90%, #fff), to(#fff));
  background: linear-gradient(to bottom, #F5F5F5 0, #F5F5F5 90%, #fff 90%, #fff 100%);
}
@media screen and (min-width: 768px) {
  .page-section--slider {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(80%, #F5F5F5), color-stop(80%, #fff), to(#fff));
    background: linear-gradient(to bottom, #F5F5F5 0, #F5F5F5 80%, #fff 80%, #fff 100%);
  }
}
@media screen and (min-width: 1400px) {
  .page-section--slider {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(72%, #F5F5F5), color-stop(72%, #fff), to(#fff));
    background: linear-gradient(to bottom, #F5F5F5 0, #F5F5F5 72%, #fff 72%, #fff 100%);
  }
}
@media screen and (max-width: 767px) {
  .page-section--lignage {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-section--lignage {
    padding-bottom: 8rem;
  }
}
.page-section--lignage .right-fixed-img {
  margin-top: -5rem !important;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-section--lignage .right-fixed-img {
    margin: -15rem -15rem 0 0 !important;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.page-section--lignage02 {
  padding-bottom: 40rem;
}
@media screen and (min-width: 768px) {
  .page-section--lignage02 {
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .page-section--lignage02 .page-section__bg {
    top: 50%;
    height: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
    font-family: "object-fit: cover; object-position: 50% 100%;";
  }
}
.page-section--company {
  background: #486554;
  margin-bottom: -2.5rem;
}
.page-section--company .en-ja-title {
  color: #fff;
}
.page-section--general {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-section--general {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-section--general {
    padding-bottom: 0;
  }
}
.page-section--satei {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(20%, #fff), color-stop(20%, #DCE4E6), to(#DCE4E6));
  background: linear-gradient(to bottom, #fff 0, #fff 20%, #DCE4E6 20%, #DCE4E6 100%);
}
@media screen and (min-width: 1024px) {
  .page-section--satei {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(8%, #fff), color-stop(8%, #DCE4E6), to(#DCE4E6));
    background: linear-gradient(to bottom, #fff 0, #fff 8%, #DCE4E6 8%, #DCE4E6 100%);
    margin-top: 5rem;
  }
}
.page-section--pdmin {
  padding: 4rem 0;
}

/*********************/
/*  事業紹介  */
/*********************/
.flex-box {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 4rem 0;
}
@media screen and (min-width: 1024px) {
  .flex-box {
    grid-template-columns: 3fr 2fr;
    gap: 0 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .flex-box {
    grid-template-columns: auto 1fr;
    gap: 0;
  }
}
@media screen and (min-width: 1400px) {
  .flex-box__img img {
    width: calc(100% + 8rem);
    margin-right: -8rem;
    margin-top: -4rem !important;
    max-width: none;
  }
}

.fixed-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 106%;
}
@media screen and (min-width: 768px) {
  .fixed-img {
    padding-bottom: 400px;
  }
}
.fixed-img::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.fixed-img img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  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;";
  z-index: -1;
}

/*********************/
/*  アイディホームの住まいづくり  */
/*********************/
@media screen and (min-width: 1024px) {
  .column3-box {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.column3-box__desc {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .column3-box__desc {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .column3-box__desc {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.column3-box__img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .column3-box__img--01 {
    width: 100vw;
    margin-left: -28px;
    margin-top: 3.5rem;
  }
  .column3-box__img--01 img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .column3-box__img--01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1400px) {
  .column3-box__img--01 {
    -webkit-transform: translateX(-4rem);
            transform: translateX(-4rem);
  }
}
@media screen and (max-width: 1023px) {
  .column3-box__img--02 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .column3-box__img--02 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1400px) {
  .column3-box__img--02 img {
    margin-left: auto;
  }
}

.tategaki-title-box {
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .tategaki-title-box {
    gap: 4rem;
  }
}
.tategaki-title-box__title {
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.5em;
}
.tategaki-title-box__title::before {
  content: "";
  display: block;
  width: 1px;
  height: 96px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -1rem;
}
@media screen and (min-width: 768px) {
  .tategaki-title-box__title::before {
    right: -2rem;
  }
}

.img-text-flex {
  padding: 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
}
@media screen and (min-width: 768px) {
  .img-text-flex {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .img-text-flex {
    padding-left: 0;
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-template-rows: auto 1fr;
    gap: 6rem 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .img-text-flex {
    gap: 6rem 11rem;
    padding-right: calc((100vw - 1024px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .img-text-flex--02 {
    grid-template-columns: 1fr 33%;
    padding-right: 0;
    padding-left: 40px;
  }
  .img-text-flex--02 .img-text-flex__img {
    grid-column: 2/3;
  }
  .img-text-flex--02 .img-text-flex__title,
  .img-text-flex--02 .img-text-flex__desc {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1400px) {
  .img-text-flex--02 {
    padding-right: 0;
    padding-left: calc((100vw - 1024px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .img-text-flex--lignage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .img-text-flex--lignage {
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 0 4rem;
    padding-right: 0;
    padding-left: 40px;
  }
  .img-text-flex--lignage .img-text-flex__img {
    grid-column: 2/3;
  }
  .img-text-flex--lignage .img-text-flex__title,
  .img-text-flex--lignage .img-text-flex__desc {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1400px) {
  .img-text-flex--lignage {
    padding-right: calc((100vw - 1400px) / 2);
    padding-left: calc((100vw - 1024px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .img-text-flex--lignage .img-text-flex__title {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .img-text-flex--lignage .img-text-flex__title {
    padding: 12rem 0;
  }
}
@media screen and (min-width: 768px) {
  .img-text-flex--lignage .img-text-flex__img img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}
@media screen and (min-width: 1024px) {
  .img-text-flex--lignage .img-text-flex__img img {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .img-text-flex__img {
    width: 100vw;
    margin-left: -28px;
  }
}
@media screen and (min-width: 1024px) {
  .img-text-flex__img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .img-text-flex__img img {
    margin-top: -12rem;
  }
}
@media screen and (min-width: 1024px) {
  .img-text-flex__title {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1024px) {
  .img-text-flex__desc {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

.icon-list {
  list-style: none;
}
.icon-list__item + li {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .icon-list__item + li {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .icon-list__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .icon-list__item {
    gap: 0 4rem;
  }
}
.icon-list__icon {
  width: 57px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .icon-list__icon {
    margin: 0 auto 1.5rem;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .icon-list__icon {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 767px) {
  .icon-list__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .icon-list__title {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.icon-list__desc {
  margin-top: 0 !important;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .icon-list__desc {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

/*********************/
/*  アイディホームの特殊建築事業  */
/*********************/
.left-fixed-img {
  margin-left: -28px;
}
@media screen and (min-width: 768px) {
  .left-fixed-img {
    margin-left: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .left-fixed-img {
    margin-top: -17.5rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .left-fixed-img {
    margin-left: -10rem;
  }
}
.left-fixed-img--ad01 {
  margin-top: 0 !important;
}
.left-fixed-img--ad02 {
  margin-bottom: -5rem;
}
@media screen and (min-width: 768px) {
  .left-fixed-img--ad02 {
    margin-top: -10rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .left-fixed-img--ad02 {
    margin-top: -13rem !important;
  }
}

.right-fixed-img {
  margin-right: -28px;
}
@media screen and (min-width: 768px) {
  .right-fixed-img {
    margin-right: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .right-fixed-img {
    margin-bottom: -14.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .right-fixed-img {
    margin-right: -10rem;
  }
}
@media screen and (max-width: 767px) {
  .right-fixed-img--sp100 {
    margin-left: -28px;
  }
}
@media screen and (min-width: 1024px) {
  .right-fixed-img--sp100 {
    margin-bottom: 0;
    margin-top: -10rem !important;
  }
}
.right-fixed-img--ad01 {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .right-fixed-img--ad01 {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .right-fixed-img--ad01 {
    margin-right: -4rem;
  }
}
@media screen and (min-width: 1400px) {
  .right-fixed-img--ad01 {
    margin-right: -19rem;
    margin-left: 3rem;
  }
}
.right-fixed-img--ad01 img {
  display: inline-block;
}

/*********************/
/*  アフターサポート  */
/*********************/
@media screen and (min-width: 1024px) {
  .simple-dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4.5rem 6.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .simple-dl dt:not(:first-child) {
    margin-top: 4rem !important;
  }
}

.flex-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: 1rem;
}
@media screen and (min-width: 768px) {
  .flex-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flex-title .h4, .flex-title .simple-dl dt, .simple-dl .flex-title dt {
  margin-bottom: 0;
}

.tag-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.6rem 0;
}
@media screen and (min-width: 768px) {
  .tag-list {
    grid-template-columns: repeat(4, 120px);
  }
}
@media screen and (min-width: 768px) {
  .tag-list {
    margin: 2.6rem 0 2rem;
  }
}
.tag-list__item {
  font-size: 1.3rem;
  background: #FFA064;
  display: block;
  text-align: center;
  padding: 0.5rem 2rem;
}
.tag-list__item--blue {
  background: #45D2D7;
}
.tag-list--inline {
  grid-template-columns: auto auto;
}
@media screen and (min-width: 768px) {
  .tag-list--inline {
    grid-template-columns: repeat(3, auto);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .tag-list--inline .tag-list__item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .tag-list--inline .tag-list__item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .tag-list--inline .tag-list__item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

/*********************/
/*  分譲住宅 リナージュ・ネクスジー  */
/*********************/
#card-slider02 {
  max-width: calc(100% - 4rem);
  margin-left: 4rem;
  margin-bottom: -5rem;
}
@media screen and (min-width: 1024px) {
  #card-slider02 {
    max-width: calc(100% - 8rem);
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  #card-slider02 {
    max-width: 1220px;
    margin: 0 auto;
  }
}
#card-slider02 .splide__arrow {
  background: none;
}
#card-slider02 .splide__arrow::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e903";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  color: var(--color-primary);
  font-size: 2rem;
}
#card-slider02 .splide__arrow svg {
  display: none;
}
#card-slider02 .splide__arrow--prev {
  left: -4rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (min-width: 1400px) {
  #card-slider02 .splide__arrow--prev {
    left: -6rem;
  }
}
#card-slider02 .splide__arrow--next {
  right: -4rem;
}
@media screen and (min-width: 1400px) {
  #card-slider02 .splide__arrow--next {
    right: -6rem;
  }
}
#card-slider02 .lineup-card {
  background: none;
}
#card-slider02 .lineup-card img {
  width: 100%;
  height: auto;
}

.feature {
  background: #E8E5DF;
  padding: 4rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .feature {
    padding: 6rem 0 12rem;
  }
}

/*********************/
/*  注文住宅 リナージュ・プラス  */
/*********************/
@media screen and (max-width: 767px) {
  #auto-scroll02 .splide__slide img {
    height: 100%;
    width: auto;
  }
}

.en-title {
  display: block;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .en-title {
    font-size: 4.8rem;
  }
}
.en-title::after {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background: #2F2F2F;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .en-title::after {
    margin: 2rem auto 3rem;
  }
}

.step-wrap {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .step-wrap {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 6rem;
  }
}
@media screen and (min-width: 1400px) {
  .step-wrap {
    grid-template-columns: 404px 1fr;
  }
}
.step-wrap__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .step-wrap__img {
    display: none;
  }
}

.step-list {
  position: relative;
  list-style: none;
  counter-reset: number 0;
  border-left: 1px solid #000;
  padding: 1.2rem 0 2rem;
  min-height: 50vh;
}
.step-list__item {
  position: relative;
  counter-increment: number 1;
  padding-left: 3rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .step-list__item {
    padding-left: 5rem;
  }
}
.step-list__item::before {
  display: block;
  content: counter(number) "";
  color: #fff;
  font-size: 2.1rem;
  width: 45px;
  height: 45px;
  line-height: 55px;
  text-align: center;
  background: url(../images/step-circle.png) 0 0/contain no-repeat;
  position: absolute;
  top: 0;
  left: -22px;
}
@media screen and (min-width: 768px) {
  .step-list__item::before {
    width: 60px;
    height: 60px;
    line-height: 70px;
    font-size: 2.6rem;
    left: -30px;
  }
}
.step-list__item:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .step-list__item:not(:first-child) {
    margin-top: 5rem;
  }
}

.mfp-bg {
  background: #515151 !important;
}

.mfp-container {
  padding: 0 28px !important;
}

.mfp-content {
  padding: 6rem 0 10rem !important;
}

.mfp-close {
  background: #fff !important;
  border: 1px solid var(--color-font) !important;
  color: var(--color-font) !important;
  font-size: 29px !important;
  font-weight: normal !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center;
  border-radius: 50%;
  top: -22px !important;
  right: -22px !important;
  opacity: 1 !important;
}
@media screen and (min-width: 1024px) {
  .mfp-close {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .mfp-close:hover {
    opacity: 0.6 !important;
  }
}

.popup {
  position: relative;
  background: #ffffff;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .popup {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.popup__inner {
  padding: 3rem 28px;
}
@media screen and (min-width: 1024px) {
  .popup__inner {
    padding: 7rem;
  }
}

/*********************/
/*  中古戸建再生住宅 リノベージュ  */
/*********************/
.green-title {
  display: block;
  color: #3C8C00;
  margin-bottom: 1rem;
}
.green-title span {
  font-size: 3.2rem;
}

.img-ad01 {
  margin: -12rem auto 0 !important;
}
@media screen and (min-width: 768px) {
  .img-ad01 {
    margin: 0 0 0 -8rem !important;
    max-width: none !important;
    width: calc(100% + 12rem);
  }
}
@media screen and (min-width: 1024px) {
  .img-ad01 {
    margin: 0 0 0 -14rem !important;
    width: calc(100% + 17rem);
  }
}

.merit {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .merit {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .merit {
    grid-template-columns: repeat(4, auto);
  }
}
.merit li {
  background: #fff;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .merit li {
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .satei {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .satei__img {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1024px) {
  .satei__img img {
    margin-top: -20rem !important;
    margin-left: -7rem;
    width: calc(100% + 5.5rem);
    max-width: none;
  }
}
.satei__item {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .satei__item {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .satei__item--01 {
    margin-top: 0;
    grid-column: 3/4;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 1024px) {
  .satei__item--02 {
    margin-top: 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .satei__item--03 {
    margin-top: 0;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

/*********************/
/*  会社概要　沿革  */
/*********************/
.history-list {
  position: relative;
  list-style: none;
  padding: 1.2rem 0 2rem;
}
.history-list__item {
  position: relative;
  padding-left: 3rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .history-list__item {
    padding-left: 5rem;
  }
}
.history-list__item::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -7px;
}
.history-list__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  background: var(--color-primary);
}
.history-list__item:not(:first-child) {
  margin-top: 1rem;
}

.toggle {
  list-style: none;
  background: #F5F5F5;
}
.toggle__item + .toggle__item {
  margin-top: 2px;
}
.toggle__label {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 1.6rem 1.5rem;
  font-size: 1.8rem;
  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;
}
.toggle__label::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e903";
  display: inline-block;
  font-size: 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: var(--color-primary);
  background: #fff;
  transition: 0.2s ease-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.toggle__label-txt--close {
  display: none;
}
.toggle__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);
}
.toggle__toggle {
  display: none;
}
.toggle__toggle:checked + .toggle__label .toggle__label-txt--open {
  display: none;
}
.toggle__toggle:checked + .toggle__label .toggle__label-txt--close {
  display: inline-block;
}
.toggle__toggle:checked + .toggle__label + .toggle__content {
  height: auto;
  padding: 0 1.5rem 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle__toggle:checked + .toggle__label::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.toggle--stores + .toggle {
  margin-top: 1rem;
}
.toggle--stores + .h4, .simple-dl .toggle--stores + dt {
  margin-top: 8rem;
}
.toggle--stores .toggle__content {
  background: #fff;
}
.toggle--stores .toggle__toggle:checked + .toggle__label + .toggle__content {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .toggle--stores .toggle__toggle:checked + .toggle__label + .toggle__content {
    padding-top: 4rem;
  }
}
.toggle--reform .toggle__label {
  padding-left: 0;
}
.toggle--reform .toggle__content {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .toggle--reform .toggle__content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.toggle--reform .toggle__toggle:checked + .toggle__label + .toggle__content {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .toggle--reform .toggle__toggle:checked + .toggle__label + .toggle__content {
    padding: 4rem;
  }
}

/*********************/
/*  新築戸建物件検索  */
/*********************/
.bukken_search-map {
  position: relative;
  margin-top: 3rem;
}
.bukken_search-map::before {
  content: "";
  display: block;
  position: absolute;
  width: 85%;
  height: 643px;
  top: -22rem;
  right: 0;
  z-index: -1;
  background: url(../../../uploads/2025/07/Group.png) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .bukken_search-map::before {
    width: 60%;
    top: -28rem;
  }
}
@media screen and (min-width: 1024px) {
  .bukken_search-map::before {
    width: 804px;
    height: 867px;
    top: -15rem;
    right: -10rem;
  }
}
.bukken_search-map__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bukken_search-map__area {
  border-top: 1px solid #000;
  padding: 1.5rem 0 3rem;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bukken_search-map__area {
    max-width: 548px;
  }
}
.bukken_search-map__area_name {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 1;
}
.bukken_search-map__prefecture {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .bukken_search-map__prefecture {
    grid-template-columns: repeat(4, 1fr);
  }
}
.bukken_search-map__prefecture li a {
  display: block;
  border: 1px solid #D9D9D9;
  color: var(--color-font);
  padding: 0.5rem 2rem 0.5rem 1.5rem;
}
.bukken_search-map__prefecture li a::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e903";
  color: #B1B1B1;
  display: inline-block;
  font-size: 1rem;
  -webkit-transform: rotate(90deg) scale(0.6);
          transform: rotate(90deg) scale(0.6);
  margin-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .bukken_search-map__prefecture li a {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .bukken_search-map__prefecture li a:hover {
    opacity: 0.6;
  }
}
.bukken_search-map--02::before {
  background-image: url(../../../uploads/2025/07/Group-1.png);
}
.bukken_search-map--02 .bukken_search-map__area {
  border: 1px solid #D9D9D9;
  padding: 2rem 3.5rem;
}
.bukken_search-map--02 .bukken_search-map__area:not(:first-child) {
  margin-top: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .bukken_search-map--02 .bukken_search-map__area {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .bukken_search-map--02 .bukken_search-map__area:hover {
    opacity: 0.6;
  }
}
.bukken_search-map--tel::before {
  display: none;
}
.bukken_search-map--tel .bukken_search-map__area {
  max-width: 100%;
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 2rem 3.5rem;
}

/*********************/
/*  お問い合わせ  */
/*********************/
.page-link {
  background: var(--color-font);
  margin-top: 5rem !important;
  padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-link {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-link--3column .page-link__list {
    grid-template-columns: repeat(3, auto);
  }
}
.page-link--fixed {
  margin-left: -28px;
  margin-right: -28px;
  width: calc(100% + 56px);
  margin-top: 0 !important;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .page-link--fixed {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
  }
}
@media screen and (min-width: 1024px) {
  .page-link--fixed {
    margin-left: calc((100vw - 1024px) / -2);
    margin-right: calc((100vw - 1024px) / -2);
    width: 100vw;
    margin-bottom: 8rem;
  }
}
.page-link__list {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .page-link__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .page-link__list {
    grid-template-columns: repeat(4, auto);
  }
}
.page-link__list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: 1.4rem;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  .page-link__list li a {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .page-link__list li a:hover {
    opacity: 0.6;
  }
}
.page-link__list li a::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e903";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 1rem;
}

/*********************/
/*  アフターサポートについてお問い合わせ  */
/*********************/
.row-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/*********************/
/*  戸建賃貸に関するお問い合わせ  */
/*********************/
.hide-contents {
  display: none;
}

/*********************/
/*  分譲マンション  */
/*********************/
.lignage-box {
  background: #fff;
  border: 1px solid var(--color-font);
  padding: 1.5rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 1024px) {
  .lignage-box {
    margin: 4rem auto 0;
    max-width: 828px;
  }
}
.lignage-box__img {
  width: 100%;
  height: auto;
}
.lignage-box__title {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .lignage-box__title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 1023px) {
  .lignage-box .catchcopy {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .lignage-box .catchcopy {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .lignage-box .btn {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-right: 3rem;
  }
}
.lignage-box__inner {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .lignage-box__inner {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}

/*********************/
/*  住宅オプション  */
/*********************/
.border-link {
  color: var(--color-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  border: 1px solid var(--color-font);
  height: 100px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .border-link {
    height: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .border-link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .border-link:hover {
    opacity: 0.6;
  }
}
.border-link .h5, .border-link .green-title {
  margin: 0;
}
.border-link .h5 .small, .border-link .green-title .small {
  margin-bottom: 1rem;
}

/*********************/
/*  企業情報  */
/*********************/
.simple-link {
  color: var(--color-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  background: #fff;
  height: 54px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .simple-link {
    height: 78px;
  }
}
@media screen and (min-width: 1024px) {
  .simple-link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .simple-link:hover {
    opacity: 0.6;
  }
}
.min-txt {
  font-size: 10px;
}

.event-thumb {
  text-align: center;
}

.event-card {
  border-top: 1px solid var(--color-font);
  padding-block: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .event-card {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 45px;
    padding-block: 3rem;
  }
}
.event-card__thumbnail {
  width: 100%;
  aspect-ratio: 60/39;
}
@media screen and (max-width: 1023px) {
  .event-card__thumbnail {
    margin-bottom: 2rem;
  }
}
.event-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
.event-card__date {
  font-size: var(--heading-size-h5);
  color: #3C8C00;
}
.event-card__date--close {
  color: #FF0000;
}
.event-card__label {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 5px 15px;
}
.event-card__title {
  font-size: var(--heading-size-h4);
  font-weight: 500;
  margin-top: 2.7rem;
}
.event-card__description {
  display: block;
  margin-top: 2.6rem;
}
.event-card__btn-wrap {
  margin-top: 4.2rem;
}

.event-head {
  margin-top: 1rem;
}
.event-head__label {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 5px 15px;
}
.event-head__title {
  margin-block: 2.5rem;
}
.event-head__date {
  font-size: var(--heading-size-h4);
  color: #3C8C00;
}
.event-head__date--close {
  color: #FF0000;
}
.event-head__description {
  display: block;
  font-size: var(--heading-size-h5);
  margin-top: 4.2rem;
}

.store-card {
  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;
  gap: 2rem;
  border-top: 1px solid #B1B1B1;
  padding-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .store-card {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 190px;
    gap: 1.5rem 1rem;
  }
}
.store-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.store-card__box {
  font-size: 1.35rem;
}
@media screen and (min-width: 1024px) {
  .store-card__box {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .store-card__thumbnail {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.store-card__img {
  width: 100%;
  height: auto;
}
.store-card__title {
  margin-bottom: 1.5rem !important;
}
.store-card__head {
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .store-card__head {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.store-card__dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 0;
  margin-bottom: 2rem;
}
.store-card__dl dt {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.store-card__dl dd {
  padding-left: 1.6rem;
  position: relative;
}
.store-card__dl dd::before {
  content: "：";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.thmb-card__title {
  margin: 1.5rem 0;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .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: 768px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*  パンくず  */
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 1.5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb__list {
    padding: 1.5rem 0;
    font-size: 1.2rem;
  }
}
.breadcrumb__item {
  color: var(--color-font);
}
.breadcrumb__item:not(:first-child):before {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
          transform: rotate(45deg) skew(15deg, 15deg);
  border-top: 1px solid var(--color-font);
  border-right: 1px solid var(--color-font);
  margin: 0 1rem;
}
.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__item:last-child a {
  pointer-events: none;
}
.breadcrumb__link {
  color: var(--color-font);
}
@media screen and (min-width: 1024px) {
  .breadcrumb__link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .breadcrumb__link:hover {
    opacity: 0.5;
  }
}
/*  ページ送り  */
.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: 40px;
  height: 40px;
  line-height: 40px;
  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: 768px) {
  .pager-list__link--number {
    font-size: 1.9rem;
  }
}
.pager-list__link--prev:before {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% - 25px);
  display: inline-grid;
  place-content: center;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  place-content: center;
  color: var(--color-primary);
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-list__link--next::after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% + 25px);
  display: inline-grid;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  place-content: center;
  color: var(--color-primary);
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -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: 768px) {
  .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: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% - 50px);
  display: inline-grid;
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
  place-content: center;
  border-radius: 50%;
  color: var(--color-primary);
  border: 1ps solid #D9D9D9;
  -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: 768px) {
  .single-pager-list__link--prev:before {
    left: calc(50% - 60px);
  }
}
.single-pager-list__link--next::after {
  content: "\e903";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% + 48px);
  display: inline-grid;
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
  place-content: center;
  color: var(--color-primary);
  border: 1ps solid #D9D9D9;
  border-radius: 50%;
  -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: 768px) {
  .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: 768px) {
  .single-pager-list__link--back {
    font-size: 1.7rem;
  }
}
.single-pager-list__link:hover {
  opacity: 0.6;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  right: 0;
  bottom: 60px;
  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-font);
  border: 1px solid #fff;
  text-align: center;
  line-height: 1;
  z-index: 50;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .page-top {
    bottom: 0;
    right: 64px;
  }
}
.page-top::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e903";
  color: var(--color-primary);
  font-size: 1.4rem;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.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: 767px) {
  .goto {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .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: 767px) {
  .goto__item:not(:first-child) {
    border-top: 1px solid var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .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: 768px) {
  .goto__link {
    border: 1px solid var(--color-primary);
    border-radius: 12px;
  }
}
.goto__link:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
@media screen and (min-width: 768px) {
  .news-list-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-list-wrap {
    gap: 4.7rem;
  }
}

.archive-list {
  width: 178px;
  padding: 2.2rem 3rem;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .archive-list {
    display: none;
  }
}
.archive-list__list {
  list-style: none;
}
.archive-list__list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-font);
}
.archive-list__list li a::before {
  content: "〉";
}
@media screen and (min-width: 1024px) {
  .archive-list__list li a {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .archive-list__list li a:hover {
    opacity: 0.6;
  }
}
.archive-list__list li a[aria-current=page] {
  text-decoration: underline;
  pointer-events: none;
}
.archive-list__list li:not(:first-child) {
  margin-top: 1.5rem;
}

.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;
  border-bottom: 1px dotted var(--color-base03);
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .news-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 2.3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-card:hover .news-card__post-title {
    opacity: 0.6;
  }
}
.news-card__time {
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.news-card__category {
  text-align: center;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  margin-right: 2.5rem;
  font-size: 1.4rem;
}
.news-card__post-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: inherit;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .news-card__post-title {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .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-card__post-title span {
  text-decoration: underline;
}
.news-card__post-title--pdf::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e904";
  font-size: 2.5rem;
  margin-left: 1rem;
  vertical-align: sub;
}
.news-card__post-title--nolink {
  pointer-events: none;
}
.news-card__post-title--nolink span {
  text-decoration: none;
}

.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 {
  text-align: center;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin-left: 2.5rem;
  font-size: 1.4rem;
}
.news-head .h2 {
  margin-top: 1rem;
}

.menu-card {
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) {
  .menu-card {
    width: 100%;
    height: 284px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F1F3F4;
  }
  .menu-card:hover .menu-card__img {
    opacity: 1;
  }
  .menu-card:hover .menu-card__title {
    color: #fff;
  }
  .menu-card:hover .menu-card__title::after {
    color: #fff;
  }
}
.menu-card--linkoff {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .menu-card--linkoff {
    opacity: 0.4;
  }
}
@media screen and (max-width: 1023px) {
  .menu-card--linkoff .menu-card__title::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .menu-card--linkoff .menu-card__title::after {
    font-family: inherit;
    content: "Coming soon";
    color: inherit;
    font-size: 2rem;
  }
}
.menu-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .menu-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .menu-card__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 4;
    font-size: 2rem;
    vertical-align: middle;
    display: block;
    text-align: center;
    width: 100%;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
.menu-card__title::after {
  display: block;
  font-family: "icomoon";
  font-weight: normal;
  content: "\e902";
  font-size: 3rem;
  line-height: 1.2;
  color: var(--color-primary);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1023px) {
  .menu-card__img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .menu-card__img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    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;";
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}

.lineup-card {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .lineup-card {
    cursor: pointer;
  }
  .lineup-card:hover .lineup-card__img {
    opacity: 0.6;
  }
}
.lineup-card--linkoff {
  pointer-events: none;
}
.lineup-card--linkoff .lineup-card__img {
  opacity: 0.4;
}
.lineup-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.lineup-card__img {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.id-club {
  border: 1px solid #959595;
  background: #fff;
  padding: 0 2.8rem 3rem;
  margin-top: 8rem !important;
}
@media screen and (min-width: 768px) {
  .id-club {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .id-club {
    grid-template-columns: auto auto 1fr;
    padding: 4.5rem 2rem 2.6rem 2rem;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .id-club {
    padding-bottom: 0;
  }
}
.id-club__img {
  margin-top: -10rem !important;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .id-club__img {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1024px) {
  .id-club__img {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-bottom: 0;
  }
}
.id-club__img img {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .id-club__img img {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .id-club .h5, .id-club .green-title {
    text-align: center;
  }
}
.id-club__logo {
  text-align: center;
  margin-top: 2rem !important;
}
@media screen and (min-width: 768px) {
  .id-club__logo {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .id-club__logo {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.id-club__logo img {
  width: 108px;
  height: auto;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .id-club__logo img {
    width: 130px;
  }
}
.id-club__contents {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .id-club__contents {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .id-club__contents {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .id-club__other {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 1024px) {
  .id-club__other {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
.id-club--large {
  margin-top: 12rem !important;
}
@media screen and (min-width: 1024px) {
  .id-club--large {
    grid-template-columns: 200px auto 1fr;
    padding-bottom: 4rem;
    margin-top: 6rem !important;
  }
}
@media screen and (min-width: 1400px) {
  .id-club--large {
    grid-template-columns: 150px auto 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .id-club--large .id-club__img {
    margin-top: 0 !important;
  }
  .id-club--large .id-club__img img {
    max-width: none;
    width: calc(100% + 70px);
    margin-left: -6rem;
    margin-bottom: -20rem;
  }
}
@media screen and (min-width: 1400px) {
  .id-club--large .id-club__img img {
    margin-left: -15rem;
    width: calc(100% + 162px);
  }
}

.border-card {
  position: relative;
  display: block;
  border: 5px solid var(--color-font);
  background: #fff;
  padding: 1.7rem 3rem;
}
@media screen and (min-width: 768px) {
  .border-card {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .border-card {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .border-card:hover {
    opacity: 0.6;
  }
}
.border-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.border-card__title {
  position: relative;
  font-size: 2rem;
  color: var(--color-font);
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .border-card__title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .border-card__title {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1400px) {
  .border-card__title {
    letter-spacing: 0.03em;
  }
}
.border-card__logoimg {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.border-card__logoimg--01 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .border-card__logoimg--01 {
    margin-top: 1rem;
  }
}

.banner-card {
  position: relative;
  border: 1px solid #D5D2D2;
}
@media screen and (min-width: 1024px) {
  .banner-card {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .banner-card:hover {
    opacity: 0.6;
  }
}
.banner-card--border-none {
  border: none;
}
.banner-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.after-support {
  position: relative;
  background: #28446A;
}
@media screen and (min-width: 768px) {
  .after-support {
    display: grid;
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .after-support {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .after-support:hover {
    opacity: 0.6;
  }
}
.after-support__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.after-support__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 49.6%;
}
@media screen and (min-width: 768px) {
  .after-support__img {
    height: 100%;
    padding-bottom: 0;
  }
}
.after-support__img img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  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;";
}
.after-support__contents {
  padding: 3rem 2rem 4rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .after-support__contents {
    padding: 3rem 2rem 4rem 4rem;
  }
}
.after-support__title {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  vertical-align: bottom;
  padding-bottom: 1.5rem;
  margin-bottom: 1.8rem;
}
.after-support__title::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e901";
  color: var(--color-primary);
  font-size: 3rem;
  line-height: 1;
  margin-left: 1rem;
}
.after-support__title::before {
  content: "";
  display: block;
  width: 256px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -2rem;
}
@media screen and (min-width: 768px) {
  .after-support__title::before {
    width: 345px;
    left: -4rem;
  }
}

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

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

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

.wide-only {
  display: none;
}
@media screen and (min-width: 1400px) {
  .wide-only {
    display: block;
  }
}

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

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

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

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

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

.ls20 {
  letter-spacing: 0.02em !important;
}

.ls30 {
  letter-spacing: 0.03em !important;
}

.ls40 {
  letter-spacing: 0.04em !important;
}

.ls50 {
  letter-spacing: 0.05em !important;
}

.ls60 {
  letter-spacing: 0.06em !important;
}

.ls70 {
  letter-spacing: 0.07em !important;
}

.ls80 {
  letter-spacing: 0.08em !important;
}

.ls90 {
  letter-spacing: 0.09em !important;
}

.ls100 {
  letter-spacing: 0.1em !important;
}

.ls110 {
  letter-spacing: 0.11em !important;
}

.ls120 {
  letter-spacing: 0.12em !important;
}

.ls130 {
  letter-spacing: 0.13em !important;
}

.ls140 {
  letter-spacing: 0.14em !important;
}

.ls150 {
  letter-spacing: 0.15em !important;
}

.ls160 {
  letter-spacing: 0.16em !important;
}

.ls170 {
  letter-spacing: 0.17em !important;
}

.ls180 {
  letter-spacing: 0.18em !important;
}

.ls190 {
  letter-spacing: 0.19em !important;
}

.ls200 {
  letter-spacing: 0.2em !important;
}

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

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

.refine__btn {
  height: 50px;
  background-color: rgb(245, 245, 245);
  line-height: 50px;
  font-size: 1.6rem;
  color: var(--color-font);
  display: block;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.refine__btn--active {
  background: var(--color-font);
  color: #fff;
}

.refine-select {
  display: inline-block;
  color: var(--color-font);
  padding: 1.5rem 3rem;
  border: 1px solid var(--color-font);
}
.refine-select:focus {
  outline: 0;
}

.screen-reader-text {
  display: none;
}

.smf-progress-tracker {
  border-bottom: 1px solid var(--color-base02);
  padding: 3rem 0;
}
@media screen and (max-width: 1023px) {
  .smf-progress-tracker {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.smf-placeholder[data-name=catalog] .smf-label:nth-child(1) label::after {
  content: "";
  display: block;
  width: 157px;
  height: 211px;
  background: url(../images/form-catalog01.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 1023px) {
  .smf-placeholder[data-name=catalog] .smf-label:nth-child(2) {
    margin-top: 3rem;
  }
}
.smf-placeholder[data-name=catalog] .smf-label:nth-child(2) label::after {
  content: "";
  display: block;
  width: 157px;
  height: 211px;
  background: url(../images/form-catalog02.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 1023px) {
  .smf-placeholder[data-name=catalog] .smf-label:nth-child(3) {
    margin-top: 3rem;
  }
}
.smf-placeholder[data-name=catalog] .smf-label:nth-child(3) label::after {
  content: "";
  display: block;
  width: 157px;
  height: 211px;
  background: url(../images/form-catalog03.png) 0 0/contain no-repeat;
  border: solid 0.5px #cbc8c8;
}

@media screen and (min-width: 1024px) {
  .wp-block-group--grid-wide {
    grid-column: 1/3;
  }
}
.wp-block-group--grid-wide:not(:first-child) {
  border-top: 1px solid #D9D9D9;
  padding-top: 3rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .wp-block-group--grid-wide:not(:first-child) {
    padding-top: 4rem;
    margin-top: 3rem;
  }
}

.snow-monkey-form {
  display: block;
  margin-bottom: 10rem;
}
@media screen and (min-width: 1024px) {
  .snow-monkey-form {
    margin-bottom: 14rem;
  }
}
@media screen and (max-width: 1023px) {
  .snow-monkey-form {
    padding: 0 28px 5rem;
    margin-left: -28px;
    margin-right: -28px;
    border-top: 1px solid var(--color-base02);
    margin-top: 6.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .snow-monkey-form {
    margin-top: 3rem !important;
    padding: 3rem 4rem;
    border: 1px solid var(--color-base02);
  }
}
@media screen and (min-width: 1024px) {
  .snow-monkey-form {
    padding: 5rem 9rem 10rem;
  }
}
.snow-monkey-form ::-webkit-input-placeholder {
  color: var(--color-base02);
}
.snow-monkey-form ::-moz-placeholder {
  color: var(--color-base02);
  opacity: 1;
}
.snow-monkey-form :-ms-input-placeholder {
  color: var(--color-base02);
}
.snow-monkey-form .small {
  margin-top: 0 !important;
}
.snow-monkey-form input[type=date] {
  line-height: 1.68;
}

.smf-item {
  position: relative;
  padding: 3rem 0 6.5rem;
}
@media screen and (max-width: 1023px) {
  .smf-item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100vw - 20px);
    height: 1px;
    background: var(--color-base02);
  }
}
@media screen and (min-width: 1024px) {
  .smf-item {
    border-bottom: 1px solid var(--color-base02);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.smf-item__col--label {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .smf-item__col--label {
    margin-bottom: 0;
    width: 30%;
    padding-right: 3rem;
  }
}
.smf-item__col--label .smf-item__label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3rem;
  font-size: 1.6rem;
  letter-spacing: -1pxx;
}
.smf-item__col--label .smf-item__label__text strong {
  display: inline-block;
  background: #E5004F;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .smf-item__col--controls {
    width: 70%;
  }
}
.smf-item__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 0;
}
.smf-item--2column .smf-item__col--controls .smf-item__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .smf-item--2column .smf-item__col--controls .smf-item__controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem 4rem;
  }
}
.smf-item--flex .smf-item__col--controls .smf-item__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .smf-item--flex .smf-item__col--controls .smf-item__controls {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem 4rem;
  }
}
.smf-item--flex .smf-checkboxes-control .smf-checkbox-control {
  margin-bottom: 0;
}
.smf-item--many-check .smf-item__col--label {
  margin-bottom: 3rem;
}
.smf-item--many-check .smf-checkboxes-control__control {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 3rem;
}
@media screen and (min-width: 1024px) {
  .smf-item--many-check .smf-item__label__text {
    width: 120px;
  }
}
.smf-item--huguai .smf-placeholder {
  border-top: 1px solid #D9D9D9;
  padding-top: 2rem;
}
.smf-item--huguai .smf-control-legend {
  color: var(--color-primary);
}
.smf-item--tenpu .smf-item__controls {
  counter-reset: number 0;
}
.smf-item--tenpu .smf-item__controls .smf-placeholder {
  counter-increment: number 1;
}
.smf-item--tenpu .smf-item__controls .smf-placeholder .smf-file-control {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.smf-item--tenpu .smf-item__controls .smf-placeholder .smf-file-control::before {
  content: "添付画像［" counter(number) "］";
}
.smf-item__description {
  font-size: 1.4rem !important;
  margin-top: 1rem !important;
  color: var(--color-font) !important;
}
@media screen and (min-width: 1024px) {
  .smf-item__description {
    margin-top: 3rem !important;
  }
}

.smf-checkboxes-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .smf-checkboxes-control__control {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 2rem;
  }
}
.smf-checkboxes-control .smf-checkbox-control {
  margin-bottom: 2rem;
  gap: 0 1.6rem;
}
.smf-checkboxes-control .smf-checkbox-control__label {
  font-size: 1.6rem;
}
.smf-checkboxes-control .smf-checkbox-control__control {
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid var(--color-font);
  margin-top: 6px;
}
.smf-checkboxes-control .smf-checkbox-control__control:checked {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.smf-radio-buttons-control .smf-label + .smf-label {
  margin-top: 1rem !important;
}

.smf-radio-button-control {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 0 1.8rem !important;
}
.smf-radio-button-control__control {
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #000 !important;
}
.smf-radio-button-control__control:checked {
  border-color: #0017C1 !important;
  background: #fff !important;
}
.smf-radio-button-control__control:checked:before {
  width: 11px !important;
  height: 11px !important;
  left: 3px !important;
  top: 3px !important;
  background: #0017C1 !important;
}

.smf-text-control__control,
.smf-select-control__control,
.smf-textarea-control__control {
  width: 100% !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: var(--color-font) !important;
  border-radius: 8px !important;
  padding: 1.5rem 1.6rem !important;
}

.smf-select-control {
  width: 100%;
  display: block;
}
.smf-select-control__control {
  padding: 1.5rem 3rem 1.5rem 1.6rem !important;
}
.smf-select-control__toggle::before {
  width: 10px !important;
  height: 10px !important;
  right: 15px !important;
  border-color: var(--color-font);
}

.pref-select .smf-select-control {
  width: 61%;
}

.zip-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zip-wrap > div .smf-placeholder:nth-child(1) {
  width: 30%;
  max-width: 117px;
  position: relative;
  margin-right: 3.3rem;
}
.zip-wrap > div .smf-placeholder:nth-child(1)::after {
  content: "－";
  display: inline-block;
  font-size: 1.6rem;
  position: absolute;
  top: 1.5rem;
  right: -2.5rem;
}
.zip-wrap > div .smf-placeholder:nth-child(2) {
  width: 40%;
  max-width: 151px;
}

.smf-error-messages {
  white-space: nowrap;
}

.smf-action {
  text-align: center;
  padding-top: 6rem;
}

.smf-button-control {
  text-align: center;
}
.smf-button-control__control {
  font-size: 1.6rem !important;
  font-family: "Noto Sans JP", sans-serif !important;
  padding: 1rem 1.6rem !important;
  text-align: center !important;
  width: 256px !important;
  background: #486554 !important;
  color: #fff !important;
  border-radius: 8px !important;
}
@media screen and (min-width: 1024px) {
  .smf-button-control__control {
    -webkit-transition: 0.2s ease-out !important;
    transition: 0.2s ease-out !important;
  }
  .smf-button-control__control:hover {
    opacity: 0.6 !important;
  }
}

.confirm-view {
  display: none;
}

.snow-monkey-form[data-screen=confirm] .confirm-view {
  display: block;
}
.snow-monkey-form[data-screen=confirm] .confirm-none,
.snow-monkey-form[data-screen=confirm] .small,
.snow-monkey-form[data-screen=confirm] .smf-item__col--label .smf-item__label__text strong,
.snow-monkey-form[data-screen=confirm] .form-privacy-policy {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .wp-block-group__inner-container > p:not([class]) {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .smf-item--2column .smf-item__col--controls .smf-item__controls {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.snow-monkey-form[data-screen=confirm] .smf-item--confirm-ad .smf-item__col--controls .smf-item__controls {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
}
.snow-monkey-form[data-screen=confirm] .smf-item--place .smf-item__controls {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-item--place .smf-item__controls .wp-block-group:first-child {
  width: 100%;
}
.snow-monkey-form[data-screen=confirm] .zip-wrap > div .smf-placeholder:nth-child(1),
.snow-monkey-form[data-screen=confirm] .zip-wrap > div .smf-placeholder:nth-child(2) {
  width: auto;
  margin: 0;
}
.snow-monkey-form[data-screen=confirm] .zip-wrap > div .smf-placeholder:nth-child(1)::after,
.snow-monkey-form[data-screen=confirm] .zip-wrap > div .smf-placeholder:nth-child(2)::after {
  position: relative;
  top: 0;
  right: 0;
  line-height: 1;
}
.snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control + .smf-button-control {
  margin: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .snow-monkey-form[data-screen=confirm] .smf-action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.smf-complete-content {
  margin-top: 5rem;
}

.c-form__issue__box {
  display: none;
}

/* 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: 1024px) {
  [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 {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: var(--color-font);
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

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

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

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

.img-fit {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

.link-fit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}

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

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

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

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

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

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

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

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lazy {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: 1s 0.3s ease-out;
  transition: 1s 0.3s ease-out;
}
.lazy--inview {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}