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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


:root {
  --width-tablet: $width_tablet;
  --width-desktop: $width_desktop;
  --width-container: 1200px;
  --color-font: #000;
  --color-primary: #0E4A94;
  --color-red: #E6201A;
  --color-pink: #E13E82;
  --color-navy: #093060;
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --heading-size-xxl: 57px;
  --heading-size-xl: 45px;
  --heading-size-l: 36px;
  --heading-size-l-mb: 32px;
  --heading-size-m: 32px;
  --heading-size-m-mb: 28px;
  --heading-size-s: 28px;
  --heading-size-s-mb: 24px;
  --heading-size-xs: 24px;
  --heading-size-xs-mb: 20px;
  --heading-size-xxs: 20px;
  --heading-size-xxs-mb: 16px;
  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-s: 12px;
  --space-unit: 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];
}

.row {
  --gap-x: 0;
  --gap-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
@media screen and (min-width: 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: 1100px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1100px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
.row--std {
  margin: -8px;
}
.row--std .row__item {
  padding: 8px;
}
.row--wide {
  margin: -16px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -3.2rem;
  }
}
.row--wide .row__item {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 3.2rem;
  }
}
.row--thmb-card {
  margin: -16px;
}
@media screen and (min-width: 768px) {
  .row--thmb-card {
    margin: -24px -12px;
  }
}
.row--thmb-card .row__item {
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .row--thmb-card .row__item {
    padding: 24px 12px;
  }
}
.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 (max-width: 767px) {
  .row--sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-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: 1100px) {
  .container {
    max-width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1099px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .container--wide {
    max-width: 1380px;
  }
}
@media screen and (min-width: 1100px) {
  .container--min {
    max-width: 1030px;
  }
}
@media screen and (min-width: 1100px) {
  .container--700 {
    max-width: 780px;
  }
}
@media screen and (min-width: 1100px) {
  .container--840 {
    max-width: 920px;
  }
}

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

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2.4rem;
}
.menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-list__link {
  position: relative;
  display: block;
  color: inherit;
  padding-block: 1.6rem;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  font-weight: 500;
}
.menu-list__link::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
}
.menu-list__child {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease, 250ms -ms-grid-rows ease;
}
.menu-list__child-inner {
  overflow: hidden;
}
.trigger--open + .menu-list__child {
  grid-template-rows: 1fr;
}
.menu-list__trigger {
  position: absolute;
  top: 0;
  right: 0;
}

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

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

/*********************/
/*  ヘッダー  */
/*********************/
/*  ヘッダー AおよびB */
.header {
  position: fixed;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--color-white);
  width: 95%;
  border-radius: 15px;
  z-index: 100;
}
@media screen and (max-width: 1099px) {
  .header {
    padding: 0 0 0 11px;
    height: 56px;
  }
}
@media screen and (min-width: 1100px) {
  .header {
    top: 30px;
    padding: 22px 10px;
  }
}
@media screen and (min-width: 1366px) {
  .header {
    padding: 22px 25px;
  }
}
@media screen and (min-width: 1920px) {
  .header {
    padding: 45px 25px;
  }
}
.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;
}
@media screen and (max-width: 1099px) {
  .header__contact {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .header__contact {
    display: block;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header__contact:hover {
    opacity: 0.6;
  }
  .header__contact + .header__contact {
    margin-left: 1rem;
  }
}
.header__logo {
  width: 138px;
}
@media screen and (min-width: 1100px) {
  .header__logo {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1366px) {
  .header__logo {
    width: 232px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__nav {
  margin-left: auto;
  margin-right: 24px;
}
@media screen and (max-width: 1099px) {
  .header__nav {
    display: none;
  }
}
.header--fixed {
  position: fixed;
}

.hd-btn {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-white);
  background: #0A50A1;
  border-radius: 3px;
  padding: 10px 25px;
}
@media screen and (max-width: 1099px) {
  .hd-btn {
    margin-top: 2rem;
    text-align: center;
    padding: 18px 25px;
  }
}
@media screen and (min-width: 1100px) {
  .hd-btn {
    padding: 10px;
  }
}
@media screen and (min-width: 1366px) {
  .hd-btn {
    font-size: 1.9rem;
    padding: 10px 25px;
  }
}
.hd-btn--strong {
  background: var(--color-red);
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 1100px) {
  .gnav-list {
    padding-inline: 2rem;
    gap: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .gnav-list {
    gap: 24px;
  }
}
.gnav-list__item {
  position: relative;
}
.gnav-list__link {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: inherit;
}
@media screen and (min-width: 1100px) {
  .gnav-list__link {
    font-size: 1.4rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .gnav-list__link:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1920px) {
  .gnav-list__link {
    font-size: 1.9rem;
  }
}
.gnav-list__child {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gnav-list__item:hover .gnav-list__child {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.gnav-list__trigger {
  display: none;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv__message {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 1rem;
  padding-bottom: 2.5rem;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .mv__message {
    width: 46.7%;
    padding-left: 3.5rem;
    padding-bottom: 4rem;
  }
}
.mv__slider {
  z-index: 1;
}

.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;
}
@media screen and (min-width: 1100px) {
  .hero {
    padding-top: 6.4rem;
  }
}
.hero__bg {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero__bg {
    padding-bottom: 24%;
  }
}
.hero__title {
  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: 1rem;
  font-weight: 500;
  padding-left: 1rem;
  margin-block: 3rem 5rem;
}
@media screen and (min-width: 1100px) {
  .hero__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-block: 4rem 7.7rem;
    padding-left: 2rem;
    gap: 2rem;
  }
}
.hero__title::before {
  content: "";
  display: block;
  width: 2px;
  height: 26px;
  background-color: var(--color-red);
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (min-width: 1100px) {
  .hero__title::before {
    width: 3px;
    height: 37px;
  }
}
.hero__title-ja {
  font-size: 1.5rem;
}
@media screen and (min-width: 1100px) {
  .hero__title-ja {
    font-size: 2rem;
  }
}
.hero__title-en {
  font-size: 3.8rem;
  color: var(--color-navy);
  line-height: 1;
}
@media screen and (min-width: 1100px) {
  .hero__title-en {
    font-size: 5.2rem;
  }
}

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

/*********************/
/*  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;
  margin-top: auto;
  overflow: hidden;
  padding-top: 8rem;
}
@media screen and (min-width: 1100px) {
  .footer {
    padding-top: 13rem;
  }
}
.footer__bluebg {
  background: var(--color-primary);
  padding: 64px 0 20px;
}
@media screen and (min-width: 1100px) {
  .footer__bluebg {
    padding-top: 82px;
    padding-bottom: 64px;
  }
}
.footer__logo, .footer__address {
  display: block;
}
@media screen and (min-width: 1100px) {
  .footer__logo {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .footer__logo:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .footer__img {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
  }
}
.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .footer__col {
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .footer__col {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .footer__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 167px;
    margin-top: 175px;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu, .footer__signature {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer__other {
  display: block;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .footer__other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6.5rem;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 1.5rem;
  }
}

.fnav-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fnav-list__item {
  list-style: none;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .fnav-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media screen and (min-width: 1100px) {
  .fnav-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.fnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: inherit;
  padding: 10px;
  padding-left: 15px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .fnav-list__link {
    text-align: center;
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .fnav-list__link::before {
    content: "-";
    position: absolute;
    top: 9px;
    left: 0;
  }
}
.fnav-list__link:hover {
  opacity: 0.6;
}

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

.org {
  display: block;
  list-style: none;
  color: var(--color-white);
  line-height: 1.7;
  margin-top: 3.6rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .org {
    padding: 0 1rem;
    text-align: center;
  }
}
.org + .org {
  margin-top: 2rem;
}
.org__name, .org__addr, .org__phone, .org__fax {
  font-size: 1.4rem;
  color: #fff;
  pointer-events: none;
  text-decoration: none;
}
.org__phone, .org__fax {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .org__phone, .org__fax {
    display: block;
  }
}
.org__name {
  font-weight: normal;
}

.org-addr__item {
  color: #fff;
  pointer-events: none;
  text-decoration: none;
}

.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);
  white-space: nowrap;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.footer-list__link:hover {
  opacity: 0.6;
}

.company-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(14, 74, 148, 0)), color-stop(50%, rgba(14, 74, 148, 0)), color-stop(50%, #0e4a94), to(#0e4a94));
  background: linear-gradient(to bottom, rgba(14, 74, 148, 0) 0, rgba(14, 74, 148, 0) 50%, #0e4a94 50%, #0e4a94 100%);
}
@media screen and (min-width: 768px) {
  .company-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.company-item__contents {
  position: relative;
  width: 300px;
  aspect-ratio: 500/293;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .company-item__contents {
    width: 500px;
  }
  .company-item__contents:hover::before {
    background: rgba(0, 0, 0, 0.25);
  }
  .company-item__contents:hover::after {
    background: var(--color-pink);
    border-color: var(--color-pink);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.company-item__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.company-item__contents::after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  right: 25px;
  bottom: 25px;
  display: inline-grid;
  place-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  color: var(--color-white);
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .company-item__contents::after {
    width: 47px;
    height: 47px;
  }
}
.company-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.company-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-item__title {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.7rem;
  font-weight: 500;
  color: var(--color-white);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .company-item__title {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .company-item__title {
    left: 47px;
  }
}
.company-item__title::before {
  content: "";
  display: inline-grid;
  width: 2px;
  height: 26px;
  background: var(--color-white);
}
.company-item__title-ja {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .company-item--column3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1100px) {
  .company-item--column3 .company-item__contents {
    width: 293px;
    aspect-ratio: 293/293;
  }
}
@media screen and (min-width: 768px) {
  .company-item--column3 .company-item__title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .company-item--column3 .company-item__title {
    left: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .company-item--column3 .company-item__title-ja {
    font-size: 1.4rem;
  }
}
.company-item--column1 .company-item__contents {
  aspect-ratio: 315/383;
}
@media screen and (min-width: 768px) {
  .company-item--column1 .company-item__contents {
    aspect-ratio: 808/311;
    width: 100%;
    max-width: 808px;
  }
}
.company-item--column1 .company-item__title::before {
  background-color: var(--color-pink);
}
.company-item--column1 .company-item__title-ja {
  display: block;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .company-item--column1 .company-item__title-ja {
    padding-left: 16px;
  }
}
.company-item--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e30e0e), color-stop(50%, #e30e0e), color-stop(50%, rgba(227, 14, 14, 0)), to(rgba(227, 14, 14, 0)));
  background: linear-gradient(to bottom, #e30e0e 0, #e30e0e 50%, rgba(227, 14, 14, 0) 50%, rgba(227, 14, 14, 0) 100%);
}
.company-item--navy {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(8, 37, 72, 0)), color-stop(50%, rgba(8, 37, 72, 0)), color-stop(50%, #082548), to(#082548));
  background: linear-gradient(to bottom, rgba(8, 37, 72, 0) 0, rgba(8, 37, 72, 0) 50%, #082548 50%, #082548 100%);
}
.company-item--foot {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(227, 14, 14, 0)), color-stop(50%, rgba(227, 14, 14, 0)), color-stop(50%, #0e4a94), to(#0e4a94));
  background: linear-gradient(to bottom, rgba(227, 14, 14, 0) 0, rgba(227, 14, 14, 0) 50%, #0e4a94 50%, #0e4a94 100%);
  padding: 5rem 0;
  margin-bottom: -8rem;
}
@media screen and (min-width: 768px) {
  .company-item--foot {
    padding: 11rem 0;
  }
}
@media screen and (min-width: 1100px) {
  .company-item--foot {
    margin-bottom: -13rem;
  }
}

.contact-area {
  position: relative;
  display: grid;
}
@media screen and (max-width: 767px) {
  .contact-area {
    border-bottom: 1px solid var(--color-white);
    padding-block: 0 7.2rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-area {
    gap: 33px;
    grid-template-columns: 25% 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .contact-area:hover .contact-area__title::after {
    background: var(--color-pink);
    border-color: var(--color-pink);
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
.contact-area__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.contact-area__contents {
  border-top: 1px solid var(--color-white);
}
.contact-area__img {
  width: 185px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .contact-area__img {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .contact-area__img {
    width: 275px;
  }
}
.contact-area__title {
  position: relative;
  font-size: 6.6rem;
  font-weight: 500;
  color: var(--color-white);
  padding-block: 2rem;
}
@media screen and (min-width: 1100px) {
  .contact-area__title {
    font-size: 9.2rem;
    padding-block: 3.5rem 4rem;
  }
}
.contact-area__title::before {
  content: "";
  display: inline-grid;
  width: 3px;
  height: 50px;
  background: var(--color-white);
  margin-right: 1rem;
}
@media screen and (min-width: 1100px) {
  .contact-area__title::before {
    width: 4px;
    height: 69px;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-area__title::after {
    content: "\e900";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-grid;
    place-content: center;
    width: 45px;
    height: 45px;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    font-size: 1.5rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
@media screen and (min-width: 1100px) {
  .contact-area__title::after {
    width: 82px;
    height: 82px;
    font-size: 2.5rem;
    letter-spacing: -0.2em;
    padding-top: 0.3rem;
  }
}
.contact-area__title-ja {
  display: block;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .contact-area__title-ja {
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  .contact-area__title-ja {
    font-size: 2rem;
    margin-left: 3.5rem;
  }
}
.contact-area__text {
  font-size: 1.4rem;
  color: var(--color-white);
}
@media screen and (min-width: 1100px) {
  .contact-area__text {
    font-size: 2rem;
  }
}
.contact-area__text span {
  display: block;
}
.contact-area__text span:nth-child(2) {
  text-indent: 50px;
  line-height: 2;
}
@media screen and (min-width: 1100px) {
  .contact-area__text span:nth-child(2) {
    text-indent: 90px;
  }
}
@media screen and (max-width: 767px) {
  .contact-area__footer {
    margin-top: 7.6rem;
    text-align: center;
  }
}
.contact-area--subpage {
  display: block;
}
@media screen and (max-width: 767px) {
  .contact-area--subpage {
    border-bottom: none;
    padding-bottom: 0.6rem;
  }
}
.contact-area--subpage .contact-area__text span {
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .contact-area--subpage .contact-area__link {
    pointer-events: 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;
}

#product-slider {
  margin-top: 3rem;
}
@media screen and (min-width: 1100px) {
  #product-slider {
    margin-top: 5.2rem;
  }
}
#product-slider .pagination {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px) {
  #product-slider .pagination {
    display: none;
  }
}
#product-slider .splide__arrow {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  line-height: 30px;
  right: calc(10% - 15px);
}
@media screen and (min-width: 768px) {
  #product-slider .splide__arrow {
    right: calc(25% - 15px);
  }
}
#product-slider .splide__arrow svg {
  display: none;
}
#product-slider .splide__arrow::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  font-size: 1rem;
}
#product-slider .splide__arrow--prev {
  -webkit-transform: rotateY(180deg) translateY(-50%);
          transform: rotateY(180deg) translateY(-50%);
  left: calc(10% - 15px);
}
@media screen and (min-width: 768px) {
  #product-slider .splide__arrow--prev {
    left: calc(25% - 15px);
  }
}

@media screen and (min-width: 1100px) {
  #auto-scroll-01 .splide__track {
    height: 646px !important;
  }
}

@media screen and (max-width: 1099px) {
  #auto-scroll-02 {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1100px) {
  #auto-scroll-02 .splide__track {
    height: 646px !important;
  }
}

#vertical-slider .splide__list {
  counter-reset: number 0;
}
#vertical-slider .splide__slide {
  counter-increment: number 1;
}
#vertical-slider .splide__track {
  padding: 0 28px;
}
@media screen and (min-width: 768px) {
  #vertical-slider .splide__track {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1100px) {
  #vertical-slider .splide__track {
    padding-right: max(40px, (100vw - 1120px) / 2);
    padding-left: max(40px, (100vw - 1120px) / 2);
  }
}
#vertical-slider .splide__pagination {
  gap: 1rem;
  counter-reset: number 0;
  top: auto;
  bottom: 2rem;
  right: 1.8rem;
}
@media screen and (min-width: 1100px) {
  #vertical-slider .splide__pagination {
    right: 7rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    bottom: 8rem;
  }
}
#vertical-slider .splide__pagination li {
  counter-increment: number 1;
}
#vertical-slider .splide__pagination li:first-child {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
#vertical-slider .splide__pagination li:first-child::before {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  content: "01";
}
@media screen and (max-width: 767px) {
  #vertical-slider .splide__pagination li:first-child::before {
    font-size: 10px;
  }
}
#vertical-slider .splide__pagination li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
#vertical-slider .splide__pagination li:last-child::before {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  content: counter(number, decimal-leading-zero) "";
}
@media screen and (max-width: 767px) {
  #vertical-slider .splide__pagination li:last-child::before {
    font-size: 10px;
  }
}
#vertical-slider .splide__pagination__page {
  width: 23px;
  height: 23px;
  min-height: auto;
  background-color: transparent;
  background-image: radial-gradient(#626262 30%, rgba(98, 98, 98, 0) 40%);
  border: 2px solid rgba(251, 108, 167, 0);
  opacity: 1;
  margin: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  #vertical-slider .splide__pagination__page {
    width: 14px;
    height: 14px;
    background-image: radial-gradient(#626262 35%, rgba(98, 98, 98, 0) 45%);
    border: 1px solid rgba(251, 108, 167, 0);
  }
}
#vertical-slider .splide__pagination__page.is-active {
  width: 23px;
  height: 23px;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-image: radial-gradient(#FB6CA7 30%, rgba(251, 108, 167, 0) 40%);
  border: 2px solid #fb6ca7;
}
@media screen and (max-width: 767px) {
  #vertical-slider .splide__pagination__page.is-active {
    width: 14px;
    height: 14px;
    background-image: radial-gradient(#FB6CA7 35%, rgba(251, 108, 167, 0) 45%);
    border: 1px solid #fb6ca7;
  }
}

#logoslider01 .splide__slide,
#logoslider02 .splide__slide {
  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;
}

#recruitslider .splide__list {
  list-style: none;
}
#recruitslider .splide__slide img {
  width: 100%;
  height: auto;
}

.slider-wrap {
  width: 100vw; /* 古いブラウザのためのフォールバック */
  width: 100cqw;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(227, 14, 14, 0)), color-stop(50%, rgba(227, 14, 14, 0)), color-stop(50%, #e30e0e), to(#e30e0e));
  background: linear-gradient(to bottom, rgba(227, 14, 14, 0) 0, rgba(227, 14, 14, 0) 50%, #e30e0e 50%, #e30e0e 100%);
}

#main-carousel .splide__slide,
#main-carousel-sp .splide__slide {
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#main-carousel .splide__slide::before,
#main-carousel-sp .splide__slide::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.25) 100%);
}

@media screen and (max-width: 767px) {
  #main-carousel {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #main-carousel-sp {
    display: none;
  }
}

#thumbnail-carousel {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  #thumbnail-carousel {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  #thumbnail-carousel {
    padding-left: 8rem;
  }
}
#thumbnail-carousel .splide__track {
  height: 100%;
}
#thumbnail-carousel .splide__list {
  height: 100%;
}
#thumbnail-carousel .splide__slide {
  height: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
#thumbnail-carousel .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
#thumbnail-carousel .splide__slide.is-prev img {
  opacity: 0;
}

.section {
  width: 100%;
  padding: 6rem 0;
}
@media screen and (min-width: 1100px) {
  .section {
    padding: 10rem 0;
  }
}
.section__header {
  display: block;
}
.section__img {
  width: 100%;
}
.section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  position: relative;
  padding-left: 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px) {
  .section__title {
    font-size: 2rem;
    margin-bottom: 6rem;
    padding-left: 2rem;
    gap: 2rem;
  }
}
.section__title::before {
  content: attr(data-en) "";
  font-size: 3.2rem;
  color: var(--color-navy);
  line-height: 1;
}
@media screen and (min-width: 1100px) {
  .section__title::before {
    font-size: 5.2rem;
  }
}
.section__title::after {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  background-color: var(--color-red);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 1100px) {
  .section__title::after {
    width: 3px;
    height: 37px;
  }
}
.section__title--banner {
  -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;
  font-weight: bold;
}
.section__title--banner::after {
  top: 4px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 1100px) {
  .section__title--banner::after {
    top: 7px;
  }
}
.section__title--line-blue {
  color: #000;
  display: block;
}
.section__title--line-blue::before {
  color: #000;
  display: block;
  margin-bottom: 8px;
}
.section__title--line-blue::after {
  background: var(--color-primary);
  top: 5px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 1100px) {
  .section__title--line-blue::after {
    top: 7px;
  }
}
.section__title--wt {
  color: #fff;
  display: block;
}
.section__title--wt::before {
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.section__title--wt::after {
  top: 5px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 1100px) {
  .section__title--wt::after {
    top: 7px;
  }
}
.section__title--wt02 {
  color: #fff;
  display: block;
}
.section__title--wt02::before {
  color: #fff;
  display: block;
  margin-bottom: 8px;
  max-width: 380px;
}
.section__title--wt02::after {
  top: 5px;
  -webkit-transform: none;
          transform: none;
  background: #fff;
}
@media screen and (min-width: 1100px) {
  .section__title--wt02::after {
    top: 7px;
  }
}
.section__copy {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__copy {
    font-size: 1.8rem;
    text-align: left;
  }
}
.section__description {
  display: block;
  line-height: 2;
}
.section__footer {
  display: block;
  padding-top: 3rem;
}
@media screen and (min-width: 1100px) {
  .section__footer {
    padding-top: 4rem;
  }
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
.section--center .section__title,
.section--center .section__copy,
.section--center .section__description {
  text-align: center;
}
.section--center .section__footer {
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .section--reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.section--about {
  padding-bottom: 0;
  position: relative;
}
.section--about .container {
  position: relative;
  z-index: 2;
}
.section--about::before, .section--about::after {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  pointer-events: none;
  background: url(../images/about-top.png) 0 0/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .section--about::before, .section--about::after {
    width: 10%;
  }
}
.section--about::after {
  width: 50%;
  background: url(../images/about-bottom.png) 100% 100%/contain no-repeat;
  top: auto;
  left: auto;
  bottom: -3rem;
  right: 0;
}
@media screen and (min-width: 1100px) {
  .section--about::after {
    width: 35%;
    bottom: -7rem;
  }
}
@media screen and (max-width: 1099px) {
  .section--about .section__footer {
    text-align: center;
  }
}
.section--strength {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FBFBFB), to(#FDF7FA));
  background: linear-gradient(to bottom, #FBFBFB 0, #FDF7FA 100%);
  padding-bottom: 0;
  position: relative;
}
.section--strength .container {
  position: relative;
  z-index: 2;
}
.section--strength::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 41%;
  background: url(../images/line_sp.png) 50% 100%/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1100px) {
  .section--strength::before {
    padding-bottom: 31%;
    background-image: url(../images/line_pc.png);
  }
}
@media screen and (min-width: 1100px) {
  .section--strength .section__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.section--product {
  padding-bottom: 0;
}
.section--product .section__title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px) {
  .section--product .section__title {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1099px) {
  .section--product .section__footer {
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .section--product .section__footer {
    padding-top: 3rem;
  }
}
.section--event {
  background: url(../images/event-bg_sp.png) 50% 100%/cover no-repeat;
  padding-top: 8rem;
  padding-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .section--event {
    margin-top: 3.5rem;
    padding-bottom: 32rem;
    background: url(../images/event-bg_pc.png) 50% 100%/cover no-repeat;
  }
}
@media screen and (max-width: 1099px) {
  .section--event .section__footer {
    text-align: center;
  }
}
.section--recruit {
  padding-top: 0;
  padding-bottom: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(251, 251, 251, 0)), color-stop(50%, rgba(251, 251, 251, 0)), to(#fbfbfb));
  background: linear-gradient(to bottom, rgba(251, 251, 251, 0) 0, rgba(251, 251, 251, 0) 50%, #fbfbfb 100%);
}
@media screen and (min-width: 1100px) {
  .section--recruit {
    margin-top: -16rem;
    padding-bottom: 18rem;
  }
}
.section--recruit .section__title {
  color: #fff;
}
.section--recruit .section__title::before {
  color: #fff;
}
.section--recruit .section__title::after {
  background: #fff;
}
@media screen and (min-width: 1100px) {
  .section--recruit .section__title {
    margin-bottom: 3rem;
  }
}
.section--recruit .section__description {
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .section--recruit .section__footer {
    text-align: center;
  }
}
.section--news {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -5rem;
  background: #fff;
}
@media screen and (min-width: 1100px) {
  .section--news {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-top: -10rem;
  }
  .section--news .container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 6rem;
  }
  .section--news .section__header {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .section--news .news-list {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .section--news .section__footer {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 1099px) {
  .section--news .section__footer {
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  .section--news .section__title {
    margin-bottom: 0;
  }
}

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

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

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

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

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

@keyframes reveal {
  0% {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}
/*********************/
/*  TOP  */
/*********************/
/*********************/
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.btn-wrap--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 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--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  text-decoration: none;
  color: var(--color-white);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: linear-gradient(to left, var(--color-primary) 0, var(--color-primary) 40px, var(--color-white) 40px, var(--color-white) 41px, var(--color-primary) 41px, var(--color-primary) 100%);
  padding-left: 12px;
  padding-right: 17px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  overflow: hidden;
  position: relative;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
  z-index: 1;
}
.btn::before {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  color: var(--color-white);
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  line-height: 40px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1100px) {
  .btn:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .btn:hover::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.btn--wt {
  background: linear-gradient(to left, var(--color-white) 0, var(--color-white) 40px, var(--color-primary) 40px, var(--color-primary) 41px, var(--color-white) 41px, var(--color-white) 100%);
  color: var(--color-primary);
}
@media screen and (min-width: 1100px) {
  .btn--wt:hover {
    color: #fff;
  }
  .btn--wt:hover::after {
    color: #fff;
    border-color: #fff;
  }
}
.btn--wt::after {
  color: var(--color-primary);
}
.btn--gray {
  background: linear-gradient(to left, #616161 0, #616161 40px, var(--color-white) 40px, var(--color-white) 41px, #616161 41px, #616161 100%);
}
.btn--gray::after {
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 1100px) {
  .btn--gray:hover {
    color: #fff;
  }
  .btn--gray:hover::after {
    color: #fff;
  }
}
.btn--medium {
  height: 60px;
  font-size: 1.6rem;
  padding-inline: 3rem 0;
}
.btn--medium::after {
  font-size: 1.5rem;
  display: inline-grid;
  padding-inline: 23px;
  place-content: center;
}
.btn--large {
  background: linear-gradient(to left, #616161 0, #616161 55px, var(--color-white) 55px, var(--color-white) 56px, #616161 56px, #616161 100%);
  height: 55px;
  font-size: 1.4rem;
  gap: 10rem;
  padding: 0 23px;
}
.btn--large::after {
  line-height: 55px;
}
.btn--large-wt {
  background: linear-gradient(to left, var(--color-white) 0, var(--color-white) 55px, var(--color-primary) 55px, var(--color-primary) 56px, var(--color-white) 56px, var(--color-white) 100%);
  color: var(--color-primary);
  height: 60px;
  font-size: 1.6rem;
  gap: 4rem;
  padding-inline: 3rem 0;
}
@media screen and (min-width: 1100px) {
  .btn--large-wt:hover {
    color: #fff;
  }
  .btn--large-wt:hover::after {
    color: #fff;
    border-color: #fff;
  }
}
.btn--large-wt::after {
  color: var(--color-primary);
  line-height: 60px;
  font-size: 1.5rem;
  display: inline-grid;
  padding-inline: 23px;
  place-content: center;
}
.btn--window::after {
  content: "❐";
}
.btn--dl {
  background: #000;
}
.btn--dl::after {
  color: #fff;
  border-color: #000;
  content: "\e901";
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px) {
  .btn--dl:hover {
    opacity: 0.7;
    color: #fff;
  }
  .btn--dl:hover::after {
    color: #fff;
    border-color: #000;
    -webkit-transform: none;
            transform: none;
  }
}
.btn--file::after {
  content: "▤";
}
@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%);
}

.about-copy {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #1F569A;
}
@media screen and (min-width: 1100px) {
  .about-copy {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1100px) {
  .about-copy__ten {
    letter-spacing: -13px;
  }
}
.about-copy__min {
  font-size: 1.8rem;
  display: block;
}
@media screen and (min-width: 1100px) {
  .about-copy__min {
    font-size: 3.2rem;
  }
}

.about-img {
  margin-top: 3rem;
  width: 50%;
  height: auto;
  max-width: 460px;
}
@media screen and (min-width: 1100px) {
  .about-img {
    margin-top: -20rem;
    margin-left: calc((100vw - 1180px) / 2);
  }
}

.strength {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (min-width: 1100px) {
  .strength {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    display: grid;
    grid-template-columns: 1fr 53%;
  }
}
.strength__title {
  display: block;
  font-weight: 500;
  font-size: 2.8rem;
}
@media screen and (min-width: 1100px) {
  .strength__title {
    font-size: 3.6rem;
  }
}
.strength__title::before {
  content: counter(number, decimal-leading-zero) "";
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px) {
  .strength__title::before {
    font-size: 2rem;
    margin-bottom: 5rem;
  }
}
.strength__title span {
  font-size: 77%;
}
.strength__title-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #626262;
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (min-width: 1100px) {
  .strength__title-en {
    margin-top: 1.5rem;
  }
}
.strength__title-en::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 9px;
  border-left: 2px solid var(--color-red);
  border-right: 2px solid var(--color-primary);
}
.strength__desc {
  display: block;
  line-height: 2;
  margin-top: 1rem !important;
}
@media screen and (min-width: 1100px) {
  .strength__desc {
    margin-top: 4.2rem !important;
  }
}
.strength__btn {
  margin-top: 3rem;
}
.strength__img {
  width: 70%;
}
@media screen and (min-width: 1100px) {
  .strength__img {
    width: auto;
  }
}
@media screen and (min-width: 1100px) {
  .strength__img--01 {
    text-align: center;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .strength__img--01 {
    margin-right: calc((100vw - 1120px) / -2);
  }
}
@media screen and (min-width: 1366px) {
  .strength__img--01 {
    margin-right: -9vw;
  }
}
@media screen and (min-width: 1100px) {
  .strength__img--01 img {
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  .strength__img--02, .strength__img--03 {
    text-align: right;
    margin-right: -40px;
    margin-top: -10rem;
    margin-bottom: -12rem;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .strength__img--02, .strength__img--03 {
    margin-right: calc((100vw - 1120px) / -2);
    margin-bottom: -18vw;
  }
}
@media screen and (min-width: 1100px) {
  .strength__img--02 img, .strength__img--03 img {
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  .strength__img--03 {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .strength__img--04 {
    text-align: center;
    margin-right: -40px;
    margin-bottom: -10rem;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .strength__img--04 {
    margin-right: calc((100vw - 1120px) / -2);
  }
}
@media screen and (min-width: 1366px) {
  .strength__img--04 {
    margin-right: -9vw;
  }
}
@media screen and (min-width: 1100px) {
  .strength__img--04 img {
    display: inline-block;
  }
}
.strength__copy {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 3rem !important;
}
@media screen and (min-width: 1100px) {
  .strength__copy {
    font-size: 2rem;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1100px) {
  .strength__title-wrap {
    margin-top: -3.5rem !important;
  }
}
@media screen and (min-width: 1100px) {
  .strength__desc-wrap {
    padding-left: 5rem;
    border-left: 1px solid #DADADA;
  }
}
@media screen and (min-width: 1100px) {
  .strength--page {
    grid-template-columns: 1fr 33%;
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1100px) {
  .strength--page .strength__title {
    font-size: 4rem;
  }
}
.strength--page .strength__title::before {
  content: attr(data-en) "";
}
@media screen and (min-width: 1100px) {
  .strength--page .strength__title::before {
    margin-bottom: 1rem;
  }
}
.strength--page .strength__desc {
  margin-top: 1.8rem !important;
}
@media screen and (max-width: 1099px) {
  .strength--page .strength__desc {
    margin-top: 2.7rem !important;
  }
}
@media screen and (min-width: 1100px) {
  .strength--page .strength__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 6.6rem;
  }
}
@media screen and (max-width: 767px) {
  .strength--page.strength--03 {
    gap: 0;
  }
}
@media screen and (min-width: 1366px) {
  .strength--page.strength--03 .strength__item {
    gap: 0 3rem;
  }
  .strength--page.strength--03 .strength__item .strength__desc-wrap {
    white-space: nowrap;
  }
  .strength--page.strength--03 .strength__item .strength__title-wrap {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .strength--page.strength--03 .strength__img {
    width: calc(100% + 56px);
  }
}
@media screen and (min-width: 1366px) {
  .strength--page.strength--04 {
    grid-template-columns: 1fr 28%;
  }
}
@media screen and (min-width: 1366px) {
  .strength--page.strength--04 .strength__item {
    gap: 0 4.6rem;
  }
  .strength--page.strength--04 .strength__item .strength__desc-wrap {
    white-space: nowrap;
  }
  .strength--page.strength--04 .strength__item .strength__title-wrap {
    white-space: nowrap;
  }
}
.strength--top {
  overflow-y: clip;
}
@media screen and (max-width: 1099px) {
  .strength--top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    gap: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .strength--top {
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .strength--top .strength__img {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .strength--top .strength__img--top02 {
    width: 80%;
  }
}
@media screen and (min-width: 1100px) {
  .strength--top .strength__img--top02 {
    text-align: right;
    margin-right: -40px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .strength--top .strength__img--top02 {
    margin-right: calc((100vw - 1120px) / -2);
  }
}
@media screen and (min-width: 1100px) {
  .strength--top .strength__img--top02 img {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .strength--top .strength__img--top03 {
    width: 100%;
    margin-right: -13vw;
  }
}
@media screen and (min-width: 1100px) {
  .strength--top .strength__img--top03 {
    text-align: right;
    margin-right: -40px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .strength--top .strength__img--top03 {
    margin-right: calc((100vw - 1120px) / -2);
  }
}
@media screen and (min-width: 1100px) {
  .strength--top .strength__img--top03 img {
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  .strength--top .strength__img--top04 {
    text-align: center;
    margin-right: -40px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .strength--top .strength__img--top04 {
    margin-right: calc((100vw - 1120px) / -2);
  }
}
@media screen and (min-width: 1366px) {
  .strength--top .strength__img--top04 {
    margin-right: -9vw;
  }
}
@media screen and (min-width: 1100px) {
  .strength--top .strength__img--top04 img {
    display: inline-block;
  }
}

.scroll-icon-pc {
  position: absolute;
  bottom: 5rem;
  left: 4rem;
}
@media screen and (max-width: 1099px) {
  .scroll-icon-pc {
    display: none;
  }
}
.scroll-icon-pc__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #626262;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
}
.scroll-icon-pc__link::before {
  display: block;
  content: "";
  width: 20px;
  height: 34px;
  border-radius: 14px;
  border: 1px solid #000;
}
.scroll-icon-pc__link::after {
  display: block;
  content: "";
  width: 3px;
  height: 4px;
  border-radius: 2px;
  background: #A9A9A9;
  position: absolute;
  top: 10px;
  left: 9px;
  -webkit-animation: 2s scroll infinite;
          animation: 2s scroll infinite;
}

/* アニメーション */
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.scroll-icon-sp {
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1100px) {
  .scroll-icon-sp {
    display: none;
  }
}
.scroll-icon-sp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #626262;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scroll-icon-sp::before {
  content: "";
  display: block;
  width: 2px;
  height: 54px;
  background: #626262;
}
.scroll-icon-sp__link {
  color: #626262;
  font-size: 1.1rem;
  text-decoration: none;
  pointer-events: none;
}

@-webkit-keyframes circlemove {
  0% {
    top: -3px;
  }
  100% {
    top: 50px;
  }
}

@keyframes circlemove {
  0% {
    top: -3px;
  }
  100% {
    top: 50px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.event-img {
  width: calc(100% + 56px);
  height: auto;
  margin-left: -28px;
  margin-right: -28px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .event-img {
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
@media screen and (min-width: 1100px) {
  .event-img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0;
  }
}

.recruit {
  padding-bottom: 6rem;
  background: url(../images/recruit-bg_sp.webp) 0 0/cover no-repeat;
}
@media screen and (min-width: 1100px) {
  .recruit {
    background-image: url(../images/recruit-bg_pc.webp);
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 465px 1fr 1fr;
    gap: 0 2rem;
    padding-right: 26px;
    border-radius: 10px;
  }
}
.recruit__contents {
  padding: 4.5rem 3.5rem;
}
@media screen and (min-width: 1100px) {
  .recruit__contents {
    padding: 0 6rem;
    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;
  }
}
.recruit__linkwrap {
  margin-top: 2.3rem;
}
@media screen and (min-width: 1100px) {
  .recruit__linkwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
    gap: 3.7rem 0;
  }
}
.recruit__link {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1100px) {
  .recruit__link {
    display: block;
  }
}

.arrow-link {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 0;
  width: 160px;
}
.arrow-link::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media screen and (min-width: 1100px) {
  .arrow-link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .arrow-link:hover {
    opacity: 0.6;
  }
}

/*********************/
/*  見出し  */
/*********************/
.main {
  padding-top: 10rem;
}
.main--top {
  padding-top: 0;
}

.post-type-page {
  margin-top: var(--space-md);
  display: grid;
}
.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 a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page .container > .h2 {
  margin-block: 6rem 3rem;
}
@media screen and (min-width: 1100px) {
  .post-type-page .container > .h2 {
    margin-block: 10rem 5rem;
  }
}
.post-type-page .small {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
.post-type-page .small--gray {
  color: #616161;
}
.post-type-page .ta-right {
  font-size: 1.5rem;
  font-weight: 500;
  color: #8a8a8a;
  text-align: right;
}
.post-type-page .text-bold {
  font-weight: bold;
}
.post-type-page .text-mid {
  font-weight: 500;
}
.post-type-page .hr {
  border-bottom: 1px solid #6C6C6C;
  margin: 6rem 0;
}
@media screen and (min-width: 1100px) {
  .post-type-page .hr {
    margin: 10rem 0;
  }
}
.post-type-page .fw-mid {
  font-weight: 500;
}
.post-type-page .dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px) {
  .post-type-page .dl {
    grid-template-columns: 1fr 2.5fr;
  }
}
.post-type-page .dl dt {
  font-size: 1.5rem;
  font-weight: 500;
  padding-right: 0.8rem;
  border-bottom: 1px solid var(--color-primary);
  height: 100%;
  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;
}
@media screen and (min-width: 1100px) {
  .post-type-page .dl dt {
    font-size: 1.6rem;
  }
}
.post-type-page .dl dd {
  font-size: 1.3rem;
  font-weight: normal;
  border-bottom: 1px solid #aaa;
  padding: 1.8rem 0;
}
@media screen and (min-width: 1100px) {
  .post-type-page .dl dd {
    font-size: 1.6rem;
    padding: 2.8rem;
  }
}
.post-type-page .dl__square span {
  padding-left: 1.5rem;
  position: relative;
}
.post-type-page .dl__square span::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.post-type-page .dl--history {
  padding-left: 3rem;
}
@media screen and (min-width: 1100px) {
  .post-type-page .dl--history {
    padding-left: 13rem;
    grid-template-columns: auto 1fr;
  }
}
.post-type-page .dl--history dt {
  color: var(--color-primary);
  padding-right: 1.8rem;
}
@media screen and (min-width: 1100px) {
  .post-type-page .dl--history dt {
    font-size: 2.4rem;
  }
}
.post-type-page .dl--history dt:first-child {
  position: relative;
}
.post-type-page .dl--history dt:first-child::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  position: absolute;
  bottom: -3px;
  left: -3.3rem;
}
@media screen and (min-width: 1100px) {
  .post-type-page .dl--history dt:first-child::before {
    left: -133px;
  }
}
.post-type-page .dl--history dt:first-child::after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background: var(--color-primary);
  position: absolute;
  bottom: -1px;
  left: -3.3rem;
}
@media screen and (min-width: 1100px) {
  .post-type-page .dl--history dt:first-child::after {
    width: 106px;
    left: -130px;
  }
}
.post-type-page .dl--history dd {
  border-color: var(--color-primary);
}
.post-type-page .dl--red dt {
  border-bottom: 1px solid var(--color-red);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.6rem 2rem 0 0;
}
@media screen and (min-width: 1100px) {
  .post-type-page .dl--red dt {
    padding: 2.8rem 0 0;
  }
}
.post-type-page .dl--red dd span {
  display: block;
}
@media screen and (min-width: 768px) {
  .post-type-page .dl--red dd span {
    display: inline-block;
  }
}
.post-type-page .dl--red dd span small {
  display: inline-block;
  margin-top: 0 !important;
}
.post-type-page .dl--red dd dl dt {
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .post-type-page .dl--red dd dl dt {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .post-type-page .dl dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.post-type-page .dl dl dt {
  border: none;
  display: block;
}
.post-type-page .dl dl dd {
  border: none;
  padding: 0;
}
.post-type-page .ul {
  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: 0.5rem;
}
.post-type-page .ul li::before {
  content: "・";
}
@media screen and (min-width: 1100px) {
  .post-type-page .ul--3column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }
  .post-type-page .ul--3column li:nth-child(-n+30) {
    grid-column: 3/4;
  }
  .post-type-page .ul--3column li:nth-child(-n+20) {
    grid-column: 2/3;
  }
  .post-type-page .ul--3column li:nth-child(-n+10) {
    grid-column: 1/2;
  }
}
.post-type-page .ul-point {
  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: 1.3rem;
}
@media screen and (min-width: 1100px) {
  .post-type-page .ul-point {
    gap: 2.9rem;
  }
}
.post-type-page .ul-point li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #535353;
}
@media screen and (min-width: 1100px) {
  .post-type-page .ul-point li {
    font-size: 2.4rem;
  }
}
.post-type-page .ul-point li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 18px;
  background: url(../images/icon-point.png) 0 0/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1100px) {
  .post-type-page .ul-point li::before {
    width: 17px;
    height: 21px;
  }
}
.post-type-page .ol {
  counter-reset: number 0;
  padding: 0 0 0 2rem;
}
.post-type-page .ol li {
  counter-increment: number 1;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
.post-type-page .ol li::marker {
  content: counter(number) " ";
  font-size: 1.5em;
  aspect-ratio: 1;
}
.post-type-page .table {
  width: 100%;
  margin: 3rem 0;
}
.post-type-page .table th {
  background: var(--color-primary);
  color: var(--color-white);
}
.post-type-page .table th,
.post-type-page .table td {
  padding: 1rem;
}
.post-type-page .box {
  position: relative;
  margin: 5rem 0 0;
  padding: 4.6rem 2rem 4rem;
  background: #F9F9F9;
}
@media screen and (min-width: 1100px) {
  .post-type-page .box {
    padding: 6rem 6rem 8rem;
  }
}
.post-type-page .box__title {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--color-pink);
  background: #F6E8EE;
  padding: 6px 25px;
  border-radius: 5px;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.post-type-page .box__title + .h3 {
  margin-top: 0;
}
.post-type-page .box__strong {
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-red);
}
@media screen and (max-width: 767px) {
  .post-type-page .box__strong {
    font-size: 1.8rem;
  }
}
.post-type-page .box--wt {
  background: #fff;
}
.post-type-page .box--contact {
  background: #F7F7F7;
  border-radius: 20px;
  border-radius: 20px;
  padding: 5rem 4.5rem 8rem;
  margin-top: 0;
}
@media screen and (min-width: 1100px) {
  .post-type-page .box--contact {
    padding: 9rem 15rem 7rem;
  }
}
.post-type-page .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .post-type-page .button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-type-page .button {
  display: inline-block;
  padding: 2rem 3rem;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  cursor: pointer;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .post-type-page .button + .post-type-page .button {
    margin-left: 1.5rem;
  }
}

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

.num-contents {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
  margin-top: 3.8rem;
  position: relative;
  padding-top: 19rem;
}
@media screen and (max-width: 767px) {
  .num-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .num-contents {
    gap: 45px;
    margin-top: 6.7rem;
    display: grid;
    grid-template-columns: 4fr 5fr;
    grid-template-rows: 560px auto;
  }
}
@media screen and (min-width: 1100px) {
  .num-contents {
    gap: 95px;
    padding-top: 30rem;
    grid-template-columns: 3fr 5fr;
    grid-template-rows: 440px auto;
  }
}
.num-contents__h2 {
  position: absolute;
  top: 10rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .num-contents__h2 {
    top: 0;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1100px) {
  .num-contents__h2 {
    font-size: 2.8rem !important;
  }
}
.num-contents__thumb {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .num-contents__thumb {
    aspect-ratio: 316/196;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 38px !important;
  }
}
@media screen and (min-width: 768px) {
  .num-contents__thumb {
    position: sticky;
    top: 200px;
    height: 60vh;
    width: 100%;
    aspect-ratio: 337/447;
    margin-top: -10rem;
  }
}
@media screen and (min-width: 1100px) {
  .num-contents__thumb {
    margin-top: -15rem;
  }
}
.num-contents__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .num-contents__img {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    position: absolute;
    inset: 0;
    opacity: 0;
    height: calc(100% - 10rem);
    margin-top: 10rem;
    border-radius: 10px;
    overflow: hidden;
    max-height: 447px;
    max-width: 377px;
  }
}
@media screen and (min-width: 1100px) {
  .num-contents__img {
    height: calc(100% - 15rem);
    margin-top: 15rem;
  }
}
.num-contents__img.active {
  opacity: 1;
}
.num-contents__title {
  position: relative;
  counter-increment: number 1;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .num-contents__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .num-contents__title {
    font-size: 2.8rem;
  }
}
.num-contents__title::before {
  content: counter(number, decimal-leading-zero) " ";
  position: absolute;
  left: -20px;
  top: -37px;
  font-weight: 800;
  font-size: 6rem;
  line-height: 1;
  color: rgba(246, 208, 219, 0.2);
}
@media screen and (min-width: 1100px) {
  .num-contents__title::before {
    left: -30px;
    top: -82px;
    font-size: 12.8rem;
  }
}
.num-contents__item {
  position: relative;
  padding-block: 5.6rem 3.8rem;
}
@media screen and (max-width: 767px) {
  .num-contents__item {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .num-contents__item {
    padding-block: 12rem 3rem;
    padding-left: 25px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .num-contents__item:last-child {
    padding-bottom: min(28vw, 29rem);
  }
}
.num-contents__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0E4A94), color-stop(10%, #0E4A94), color-stop(5%, #dadada), to(#dadada));
  background: linear-gradient(to right, #0E4A94 0, #0E4A94 10%, #dadada 5%, #dadada 100%);
}
@media screen and (min-width: 768px) {
  .num-contents__item--02 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 768px) {
  .num-contents__item--03 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 768px) {
  .num-contents__item--04 {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
.num-contents__text {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .num-contents__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.num-contents__btn-area {
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .num-contents__btn-area {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.col {
  position: relative;
  padding-block: 4rem;
  margin-top: 6rem !important;
  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 0;
}
@media screen and (min-width: 768px) {
  .col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    padding-block: 6.7rem 10rem;
    margin-top: 10rem !important;
  }
}
@media screen and (min-width: 1100px) {
  .col {
    gap: 108px;
  }
}
.col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0E4A94), color-stop(10%, #0E4A94), color-stop(5%, #dadada), to(#dadada));
  background: linear-gradient(to right, #0E4A94 0, #0E4A94 10%, #dadada 5%, #dadada 100%);
}
@media screen and (min-width: 768px) {
  .col--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.col--01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.col--01 .col__item {
  max-width: 686px;
}
.col__item:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 35%;
          flex: 1 0 35%;
}
.col__item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 55%;
          flex: 1 0 55%;
}
.col__title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .col__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px) {
  .col__title--center {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.col--recruit {
  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;
}
@media screen and (min-width: 768px) {
  .col--recruit {
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
}
@media screen and (max-width: 767px) {
  .col--sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1100px) {
  .col--event .col__item {
    max-width: 636px;
  }
}

.section-img {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .section-img {
    height: 300px;
  }
}
.section-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.h1 {
  --margin-top: var(--heading-size-l-mb);
  font-size: var(--heading-size-l-mb);
  margin-block: var(--margin-top) 0;
}
@media screen and (min-width: 768px) {
  .h1 {
    --margin-top: var(--heading-size-l);
    font-size: var(--heading-size-l);
  }
}

.h2 {
  font-size: 2.4rem;
  margin-block: 6rem 3rem;
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .h2 {
    margin-block: 10rem 5rem;
  }
}
.h2__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #626262;
  font-weight: 500;
  font-size: 1.3rem;
  margin-top: 1rem;
}
.h2__en::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 9px;
  border-left: 2px solid var(--color-red);
  border-right: 2px solid var(--color-primary);
}
.h2--center {
  text-align: center;
}
.h2--center .h2__en {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .h2--head .h2__title {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .h2--head .h2__en {
    font-size: 2rem;
  }
}
.h2--head .h2__en::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .h2--sp-min {
    font-size: 2rem;
  }
}

.h3 {
  font-size: 1.8rem;
  margin-block: 6rem 3rem;
  position: relative;
  padding-bottom: 1.1rem;
}
@media screen and (min-width: 768px) {
  .h3 {
    font-size: 2.4rem;
    padding-bottom: 1.4rem;
  }
}
@media screen and (min-width: 1100px) {
  .h3 {
    margin-block: 10rem 5rem;
  }
}
.h3--center {
  text-align: center;
}
.h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0E4A94), color-stop(10%, #0E4A94), color-stop(5%, #dadada), to(#dadada));
  background: linear-gradient(to right, #0E4A94 0, #0E4A94 10%, #dadada 5%, #dadada 100%);
}
.h3--pink {
  text-align: center;
  color: var(--color-pink);
}
.h3--pink::before {
  display: none;
}
.h3--blue {
  color: var(--color-primary);
}

.h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 1100px) {
  .h4 {
    font-size: 2rem;
  }
}

.under-line-deco {
  position: relative;
}
.under-line-deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0E4A94), color-stop(10%, #0E4A94), color-stop(5%, #dadada), to(#dadada));
  background: linear-gradient(to right, #0E4A94 0, #0E4A94 10%, #dadada 5%, #dadada 100%);
}
.under-line-deco--bottom::before {
  top: auto;
  bottom: 0;
}

.post-link {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
}
@media screen and (max-width: 1099px) {
  .post-link {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .post-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-link__item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .post-link__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1100px) {
  .post-link__item {
    width: 100%;
  }
}
.post-link__link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  padding: 1rem 0;
}
.post-link__link::before {
  content: "-　";
}

.ta-center {
  text-align: center;
}
.ta-center img {
  display: inline-block;
}
.ta-center--max60 img {
  max-width: 60%;
}
@media screen and (max-width: 1099px) {
  .ta-center--pc-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1100px) {
  .ta-center--pc-left {
    text-align: left;
  }
}

.textlink {
  color: inherit;
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .textlink {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .textlink:hover {
    opacity: 0.5;
  }
}

.blue-title {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px) {
  .blue-title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.archive-btn-wrap {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .archive-btn-wrap {
    margin-top: 10rem;
  }
}

.page-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 7px;
}
@media screen and (min-width: 1100px) {
  .page-link {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 2rem;
  }
}
.page-link__btn {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: var(--color-red);
  border-radius: 20px;
  text-align: center;
  padding: 1rem 2rem 1rem 0;
}
@media screen and (min-width: 1100px) {
  .page-link__btn {
    font-size: 1.8rem;
    border-radius: 30px;
    padding: 1.2rem 2rem 1.2rem 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .page-link__btn:hover {
    opacity: 0.6;
  }
}
.page-link__btn::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 1100px) {
  .page-link__btn::after {
    font-size: 1.5rem;
  }
}

.page-section {
  padding-top: 6.6rem;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .page-section {
    padding-top: 10rem;
  }
}
.page-section--round {
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  padding-top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(70%, #FDF8FA), to(#FDF8FA));
  background: linear-gradient(to bottom, #fff 0, #FDF8FA 70%, #FDF8FA 100%);
  padding-bottom: 9rem;
}
@media screen and (min-width: 1100px) {
  .page-section--round {
    padding-bottom: 12rem;
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
  }
}
.page-section--round-last {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(70%, #FDF8FA), color-stop(90%, #FDF8FA), to(#fbfbfb));
  background: linear-gradient(to bottom, #fff 0, #FDF8FA 70%, #FDF8FA 90%, #fbfbfb 100%);
  padding-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .page-section--round-last {
    padding-bottom: 0;
  }
}
.page-section--contact {
  background: var(--color-primary);
  padding: 6rem 0;
}
@media screen and (min-width: 1100px) {
  .page-section--contact {
    padding: 10rem 0;
  }
}
@media screen and (min-width: 1100px) {
  .page-section--ptnon {
    padding-top: 0;
  }
}
.page-section--all-ptnon {
  padding-top: 0;
}
.page-section--pt {
  padding-top: 6.6rem;
}
@media screen and (min-width: 1100px) {
  .page-section--pt {
    padding-top: 10rem;
  }
}
.page-section--pb {
  padding-bottom: 6.6rem;
}
@media screen and (min-width: 1100px) {
  .page-section--pb {
    padding-bottom: 10rem;
  }
}
.page-section--wtgrad {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #fff), to(#FBFBFB));
  background: linear-gradient(to bottom, #fff 0, #fff 50%, #FBFBFB 100%);
}
.page-section--wt {
  background: #fff;
}
.page-section--grad01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FBFBFB), color-stop(50%, #FBFBFB), to(#FDF8FA));
  background: linear-gradient(to bottom, #FBFBFB 0, #FBFBFB 50%, #FDF8FA 100%);
}
.page-section--grad02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDF8FA), color-stop(50%, #FDF8FA), to(#FBFBFB));
  background: linear-gradient(to bottom, #FDF8FA 0, #FDF8FA 50%, #FBFBFB 100%);
}
.page-section--navy {
  background: #082548;
  color: #fff;
}
.page-section--navy .h2__en {
  color: #fff;
}
.page-section--navy .h2__en::before {
  border-color: #fff;
}
.page-section--red {
  background: #E30E0E;
}
.page-section--feature {
  background: url("https://kaoru.co.jp/hikawadenki/wp-content/uploads/2025/09/Rectangle-5003-2.png") 50% 50%/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .page-section--feature {
    background-image: url("https://kaoru.co.jp/hikawadenki/wp-content/uploads/2025/09/Rectangle-5003-1.png");
  }
}
.page-section--kyousou {
  background: url("https://kaoru.co.jp/hikawadenki/wp-content/uploads/2025/09/Rectangle-5003-1-1.png") 50% 50%/cover no-repeat;
  padding-bottom: 10rem;
  margin-bottom: -3rem;
}
@media screen and (min-width: 768px) {
  .page-section--kyousou {
    background-image: url("https://kaoru.co.jp/hikawadenki/wp-content/uploads/2025/09/Rectangle-5003.png");
    padding-bottom: 15rem;
    margin-bottom: -5rem;
  }
}
.page-section--exhibition {
  margin-top: -7rem;
  padding-top: 12rem;
}
@media screen and (min-width: 1100px) {
  .page-section--exhibition {
    margin-top: -18rem;
    padding-top: 28rem;
  }
}
.page-section--partner {
  background: #fff;
  margin-bottom: -8rem;
}
@media screen and (max-width: 767px) {
  .page-section--partner {
    padding-top: 0;
    margin-top: -2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-section--partner {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1100px) {
  .page-section--partner {
    padding-bottom: 13rem;
    margin-bottom: -13rem;
  }
}
@media screen and (max-width: 767px) {
  .page-section--partner .container {
    padding: 0;
  }
}
.page-section--recruitment {
  padding-bottom: 0;
}
.page-section--recruitment + p:empty {
  display: none;
}
.page-section--slider {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #fff), color-stop(50%, var(--color-red)), to(var(--color-red)));
  background: linear-gradient(to bottom, #fff 0, #fff 50%, var(--color-red) 50%, var(--color-red) 100%);
}

.flow-box {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 14px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: calc(100vw - 15px);
  padding: 0 calc((100vw - 227px) / 2);
}
@media screen and (min-width: 768px) {
  .flow-box {
    padding: 0 calc((100vw - 453px) / 2);
  }
}
@media screen and (min-width: 1100px) {
  .flow-box {
    padding: 0 4rem;
    overflow: hidden;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .flow-box {
    padding: 0 calc((100vw - 1100px) / 2);
  }
}
.flow-box::-webkit-scrollbar {
  display: none;
}
.flow-box__item {
  position: relative;
  min-width: 212px;
}
@media screen and (min-width: 1100px) {
  .flow-box__item {
    min-width: 180px;
  }
}
.flow-box__item::before {
  display: block;
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: var(--color-pink);
  text-align: center;
  line-height: 32px;
  border: 4px solid #fff;
  position: absolute;
  top: 50%;
  right: -27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  z-index: 2;
}
.flow-box__item--arrow-non::before {
  display: none;
}
.flow-box__box {
  background: #F9F9F9;
  border-radius: 5px;
  text-align: center;
  padding: 4rem 2.2rem 3.5rem;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .flow-box__box {
    padding: 4rem 1rem 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .flow-box__box {
    padding: 4rem 2.2rem 3.5rem;
  }
}
.flow-box__img {
  height: 71px;
  line-height: 71px;
}
.flow-box__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.8rem;
}
.flow-box__title--2row {
  margin-top: 0;
}
.flow-box__desc {
  text-align: left;
  font-size: 1.1rem;
  font-weight: normal;
}
.flow-box--orange .flow-box__item::before {
  background: #E6201A;
}
@media screen and (min-width: 1100px) {
  .flow-box--4column {
    grid-template-columns: repeat(4, 1fr);
  }
}
.flow-box--simple {
  padding: 0;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: none;
  gap: 1.7rem;
}
@media screen and (min-width: 768px) {
  .flow-box--simple {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
@media screen and (min-width: 1100px) {
  .flow-box--simple {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.flow-box--simple .flow-box__item {
  min-width: auto;
}
@media screen and (max-width: 767px) {
  .flow-box--simple .flow-box__item {
    max-width: 260px;
  }
}
.flow-box--simple .flow-box__item::before {
  display: none;
}
.flow-box--simple .flow-box__box {
  background: #fff;
}
.flow-box--simple .flow-box__title {
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px) {
  .flow-box--simple .flow-box__title {
    font-size: 2rem;
  }
}
.flow-box--simple .flow-box__desc {
  font-size: 1.3rem;
  margin-top: 1.5rem !important;
}
@media screen and (min-width: 1100px) {
  .flow-box--simple .flow-box__desc {
    font-size: 1.4rem;
    margin-top: 2rem !important;
  }
}
.flow-box--3column {
  color: #000;
}
@media screen and (min-width: 768px) {
  .flow-box--3column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1100px) {
  .flow-box--3column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .flow-box--3column .flow-box__item {
    width: calc((100% - 1.7rem) / 2);
  }
}
@media screen and (min-width: 1100px) {
  .flow-box--3column .flow-box__item {
    width: calc((100% - 4.6rem) / 3);
  }
}
@media screen and (min-width: 768px) {
  .flow-box--title-60 .flow-box__title {
    height: 54px;
    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;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .flow-box--title-60 .flow-box__title {
    height: 60px;
  }
}

.flow-list {
  list-style: none;
}
@media screen and (min-width: 1100px) {
  .flow-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5.3rem;
  }
}
.flow-list li:not(:last-child) {
  position: relative;
}
@media screen and (max-width: 1099px) {
  .flow-list li:not(:last-child) {
    padding-bottom: 4rem;
  }
}
.flow-list li:not(:last-child)::after {
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  color: var(--color-navy);
  font-size: 2.3rem;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
}
@media screen and (min-width: 1100px) {
  .flow-list li:not(:last-child)::after {
    bottom: auto;
    top: 50%;
    left: auto;
    right: -2.5rem;
    -webkit-transform: rotate(0) translateY(-50%);
            transform: rotate(0) translateY(-50%);
  }
}
.flow-list__title {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background: #8F8F8F;
  padding: 3px 13px;
  border-radius: 3px;
}
.flow-list__title--blue {
  background: var(--color-primary);
}
.flow-list__title--pink {
  background: var(--color-pink);
}

.scroll-hint-icon-wrap {
  z-index: 2;
}

.hamidasi-wrap {
  margin: 3.8rem 28px 0;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .hamidasi-wrap img {
    max-width: 500px;
    display: inline-block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .hamidasi-wrap {
    margin: 3.8rem 40px 0;
  }
}
@media screen and (min-width: 1100px) {
  .hamidasi-wrap {
    margin: 7rem 0 0 40px;
  }
}
@media screen and (min-width: 1366px) {
  .hamidasi-wrap {
    margin: 7rem 0 0 10rem;
  }
}

.link-banner {
  background: #ccc;
  padding: 5.3rem 3rem 14rem;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .link-banner {
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
    padding: 12rem 10rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .link-banner:hover::before {
    opacity: 0.25;
  }
  .link-banner:hover::after {
    background: #fff;
    color: #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.link-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.45;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.link-banner::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: var(--color-red);
  border-radius: 50%;
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  font-size: 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1100px) {
  .link-banner::after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.3rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.link-banner .section__title {
  position: relative;
  z-index: 2;
  color: #fff;
}
.link-banner .section__title::before {
  color: #fff;
}
@media screen and (min-width: 1100px) {
  .link-banner .section__title {
    margin-bottom: 0;
  }
}
.link-banner__desc {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 500;
}
.link-banner__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.link-banner--partners {
  background: url(../images/partners-banner.png) 50% 50%/cover no-repeat;
}

.bg-txt {
  display: block;
  white-space: nowrap;
  font-size: 10vw;
  font-weight: 900;
  color: var(--color-pink);
  opacity: 0.07;
  text-align: center;
  line-height: 0.5;
}
@media screen and (min-width: 1366px) {
  .bg-txt {
    font-size: 12.5rem;
  }
}

.company-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding-top: 5rem;
}
@media screen and (min-width: 1100px) {
  .company-block {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 6rem 7rem;
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1100px) {
  .company-block__imgwrap {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.company-block__copy {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 1100px) {
  .company-block__copy {
    font-size: 2.8rem;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1100px) {
  .company-block__desc {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.company-block__desc img {
  margin-top: 1.7rem;
}
@media screen and (min-width: 1100px) {
  .company-block__desc img {
    margin-top: 3rem;
  }
}

.history-list {
  list-style: none;
}
@media screen and (min-width: 1100px) {
  .history-list {
    padding-left: 12rem;
    margin-top: 4rem !important;
  }
}
.history-list__item {
  border-left: 1px solid var(--color-primary);
  position: relative;
  padding-top: 3rem;
}
.history-list__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 1100px) {
  .history-list__item:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.history-list__year {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-primary);
  position: relative;
  padding-left: 1rem;
  margin-bottom: -1rem;
}
@media screen and (min-width: 1100px) {
  .history-list__year {
    padding: 0;
    font-size: 3.6rem;
    display: inline-block;
    margin-left: -11.1rem;
    margin-bottom: 1rem;
  }
}
.history-list__year::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  position: absolute;
  top: 1.5rem;
  left: -3px;
}
@media screen and (min-width: 1100px) {
  .history-list__year::before {
    top: auto;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.accordion {
  height: 500px;
  overflow: hidden;
  padding: 0 0 0 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1100px) {
  .accordion {
    height: 970px;
  }
}
.accordion--open {
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ac-btn {
  display: inline-block;
  padding: 1rem 1rem 1rem 0;
  font-size: 1.3rem;
  font-weight: 500;
  margin-left: 3rem;
  cursor: pointer;
}
@media screen and (min-width: 1100px) {
  .ac-btn {
    margin-left: 11.6rem;
    font-size: 1.6rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .ac-btn:hover {
    opacity: 0.6;
  }
}
.ac-btn::before {
  content: "＋";
  color: var(--color-red);
  margin-right: 0.5rem;
}
.ac-btn--open {
  display: none;
}

.feature-card {
  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: 1.7rem 0;
  counter-reset: number 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .feature-card {
    gap: 0;
  }
}
.feature-card__item {
  background: #fff;
  width: calc(100% - 3rem);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  counter-increment: number 1;
}
.feature-card__item:nth-child(2n) {
  margin-left: auto;
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (min-width: 768px) {
  .feature-card__item {
    display: grid;
    grid-template-columns: 3fr 4fr;
    gap: 3.5rem;
    padding: 7rem 4rem 9rem;
    width: calc(100% - 8rem);
  }
}
@media screen and (min-width: 768px) {
  .feature-card__item:not(:first-child) {
    margin-top: -7rem;
  }
}
@media screen and (min-width: 1366px) {
  .feature-card__item {
    width: 72.9%;
    padding-right: 8rem;
    padding-left: calc((100vw - 1100px) / 2);
  }
  .feature-card__item:nth-child(2n) {
    padding-left: 8rem;
    padding-right: calc((100vw - 1100px) / 2);
  }
}
.feature-card__texts {
  padding: 3rem 3rem 4.4rem;
}
@media screen and (min-width: 768px) {
  .feature-card__texts {
    padding: 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.feature-card__title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #535353;
}
@media screen and (min-width: 1100px) {
  .feature-card__title {
    font-size: 2rem;
  }
}
.feature-card__title::before {
  content: counter(number, decimal-leading-zero) "";
  display: block;
  font-size: 2rem;
  font-weight: 900;
  color: #0A50A1;
}
@media screen and (min-width: 1100px) {
  .feature-card__title::before {
    margin-bottom: 0.5rem;
  }
}
.feature-card__desc {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #535353;
}
@media screen and (min-width: 1100px) {
  .feature-card__desc {
    font-size: 1.4rem;
    margin-top: 2.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .feature-card__imgwrap {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.feature-card__imgwrap img {
  width: 100%;
  height: auto;
}

.recruit-number {
  list-style: none;
  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;
  gap: 10px;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .recruit-number {
    max-width: 430px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-number {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: auto auto auto;
  }
}
@media screen and (min-width: 1100px) {
  .recruit-number {
    gap: 20px;
  }
}
.recruit-number .section__title {
  color: #fff;
  display: block;
}
.recruit-number .section__title::before {
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.recruit-number .section__title::after {
  background: #fff;
  top: 5px;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 1100px) {
  .recruit-number .section__title::after {
    top: 7px;
  }
}
.recruit-number__copy {
  color: #fff;
  padding-bottom: 4rem;
}
.recruit-number__item {
  position: relative;
  background: #fff;
  width: 100%;
  padding-block: 2rem;
  padding-inline: 2rem;
}
.recruit-number__item:first-child {
  background: none;
  padding: 0;
}
.recruit-number__item--2column {
  padding-bottom: 18%;
}
@media screen and (max-width: 767px) {
  .recruit-number__item--2column {
    width: calc(50% - 5px);
  }
}
.recruit-number__item--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.recruit-number__item--row .recruit-number__num {
  font-size: 3.6rem;
}
@media screen and (max-width: 480px) {
  .recruit-number__item--row .recruit-number__num {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .recruit-number__item--row .recruit-number__num {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-number__item--about01 {
    height: 176px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-number__item--about02 {
    height: 229px;
  }
}
@media screen and (max-width: 480px) {
  .recruit-number__item--about02 {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-number__item--danjyo {
    height: 141px;
  }
}
.recruit-number__item--danjyo .recruit-number__bg {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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: 768px) {
  .recruit-number__item--danjyo .recruit-number__bg {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain; object-position: center;";
  }
}
@media screen and (max-width: 767px) {
  .recruit-number__item--kyujitu {
    height: 142px;
  }
}
.recruit-number__item--kyujitu .recruit-number__bg {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  -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: 768px) {
  .recruit-number__item--kyujitu .recruit-number__bg {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain; object-position: center;";
  }
}
@media screen and (min-width: 768px) {
  .recruit-number__item--kyujitu .recruit-number__title {
    position: absolute;
    top: 20px;
    left: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .recruit-number__item--kyujitu .recruit-number__title {
    top: 42px;
    left: 80px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-number__item--kyujitu .recruit-number__desc {
    position: absolute;
    bottom: 3rem;
    left: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .recruit-number__item--kyujitu .recruit-number__desc {
    bottom: 4.3rem;
  }
}
.recruit-number__item--ikuji {
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-number__item--ikuji {
    height: 190px;
  }
}
@media screen and (min-width: 1100px) {
  .recruit-number__item--ikuji {
    padding-bottom: 6rem !important;
  }
}
.recruit-number__item--ikuji::before {
  content: "";
  display: block;
  width: 17%;
  height: auto;
  padding-bottom: 24%;
  background: url(https://kaoru.co.jp/hikawadenki/wp-content/uploads/2025/09/Group-11868.png) 0 0/contain no-repeat;
  position: absolute;
  bottom: -2rem;
  left: -0.5rem;
}
.recruit-number__item--ikuji::after {
  content: "";
  display: block;
  width: 15%;
  padding-bottom: 34%;
  height: auto;
  background: url(https://kaoru.co.jp/hikawadenki/wp-content/uploads/2025/09/Group-11869.png) 0 0/contain no-repeat;
  position: absolute;
  bottom: 3rem;
  right: 2rem;
}
@media screen and (max-width: 1099px) {
  .recruit-number__item--ikuji::after {
    width: 11%;
    padding-bottom: 25%;
    bottom: 6rem;
    right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-number__item--ikuji .recruit-number__num {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .recruit-number__item--ikuji .recruit-number__num {
    font-size: 7.5rem;
  }
}
.recruit-number__item--ikuji .recruit-number__small {
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .recruit-number__item--ikuji .recruit-number__small {
    margin-top: 0;
    position: absolute;
    bottom: 3rem;
    right: 0;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .recruit-number__item {
    padding: 2rem;
  }
  .recruit-number__item:nth-child(1) {
    grid-column: 1/5;
    grid-row: 1/2;
  }
  .recruit-number__item:nth-child(2) {
    grid-column: 5/8;
    grid-row: 1/2;
  }
  .recruit-number__item:nth-child(3) {
    grid-column: 8/11;
    grid-row: 1/2;
  }
  .recruit-number__item:nth-child(4) {
    grid-column: 1/8;
    grid-row: 2/3;
  }
  .recruit-number__item:nth-child(5) {
    grid-column: 8/11;
    grid-row: 2/3;
  }
  .recruit-number__item:nth-child(6) {
    grid-column: 1/6;
    grid-row: 3/4;
  }
  .recruit-number__item:nth-child(7) {
    grid-column: 6/11;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 1100px) {
  .recruit-number__item {
    padding: 4.3rem 2.5rem;
  }
}
.recruit-number__title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .recruit-number__title {
    font-size: 2.2rem;
  }
}
.recruit-number__desc {
  text-align: center;
  white-space: nowrap;
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}
.recruit-number__desc--row {
  display: grid;
  grid-template-columns: 1fr 89px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .recruit-number__desc--row {
    grid-template-columns: 182px 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .recruit-number__desc--row {
    grid-template-columns: 250px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .recruit-number__desc--om-row {
    display: grid;
    grid-template-columns: 1fr 160px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.recruit-number__desc-title {
  display: block;
  color: var(--color-red);
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 1100px) {
  .recruit-number__desc-title {
    font-size: 1.9rem;
  }
}
.recruit-number__desc-wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit-number__num {
  color: var(--color-red);
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 1100px) {
  .recruit-number__num {
    font-size: 9rem;
  }
}
.recruit-number__tani {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .recruit-number__tani {
    font-size: 2.2rem;
  }
}
.recruit-number__tani--red {
  color: var(--color-red);
}
.recruit-number__bg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.recruit-number__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.recruit-number__imgwrap {
  text-align: center;
  margin-top: 2.5rem;
}
.recruit-number__imgwrap img {
  display: inline-block;
  height: 60px;
  width: auto;
}
@media screen and (min-width: 1100px) {
  .recruit-number__imgwrap img {
    height: 89px;
  }
}
.recruit-number__small {
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1100px) {
  .recruit-number__small {
    font-size: 1.1rem;
    margin-top: -1rem;
  }
}

.work-head {
  position: relative;
  background: #fff;
  padding: 1.6rem 1.6rem 0;
}
@media screen and (min-width: 768px) {
  .work-head {
    padding: 0;
  }
}
.work-head__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .work-head__img {
    width: 40%;
    position: absolute;
    top: -4rem;
    left: -2rem;
  }
}
.work-head__contents {
  position: relative;
  padding: 2rem 0 7rem;
}
@media screen and (min-width: 768px) {
  .work-head__contents {
    padding: 7.5rem 5rem 8rem 44.5%;
  }
}
@media screen and (min-width: 1100px) {
  .work-head__contents {
    padding: 7.5rem 11rem 8rem 44.5%;
  }
}
.work-head__contents::after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  display: inline-grid;
  place-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--color-white);
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--color-primary);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .work-head__contents::after {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
    right: 3rem;
    bottom: 2rem;
  }
}
.work-head__bg {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  display: block;
  font-size: 4.8rem;
  font-weight: bold;
  color: #F8F8F8;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .work-head__bg {
    font-size: 9.6rem;
  }
}
.work-head__title {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .work-head__title {
    font-size: 2.4rem;
  }
}
.work-head__desc {
  font-weight: 500;
}

.accordion-work {
  list-style: none;
}
.accordion-work__label {
  cursor: pointer;
}
@media screen and (min-width: 1100px) {
  .accordion-work__label {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .accordion-work__label:hover {
    opacity: 0.6;
  }
}
.accordion-work__content {
  height: 0;
  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: #fff;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .accordion-work__content {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1100px) {
  .accordion-work__content {
    padding: 0 9rem;
  }
}
.accordion-work__content--last {
  margin-bottom: 0 !important;
}
.accordion-work__toggle {
  display: none;
}
.accordion-work__toggle:checked + .accordion-work__label + .accordion-work__content {
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: inherit;
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .accordion-work__toggle:checked + .accordion-work__label + .accordion-work__content {
    padding-top: 12rem;
    margin-bottom: 20rem;
  }
}
.accordion-work__toggle:checked + .accordion-work__label .work-head__contents::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion-work__list {
  list-style: none;
  border-radius: 4px;
  background: #082548;
  padding: 5rem 3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .accordion-work__list {
    padding: 5rem 7rem;
  }
}
@media screen and (min-width: 768px) {
  .accordion-work__list li {
    display: grid;
    grid-template-columns: 137px 1fr;
    gap: 63px;
    border-bottom: 1px solid #B7B7B7;
    padding-bottom: 3rem;
  }
}
.accordion-work__list-title {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #B7B7B7;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .accordion-work__list-title {
    font-size: 2rem;
    border-bottom: none;
    border-right: 1px solid #B7B7B7;
    width: auto;
  }
}
.accordion-work__list-desc {
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .accordion-work__list-desc {
    font-size: 1.4rem;
    margin-top: 0 !important;
    padding-right: 2rem;
  }
}
.accordion-work__item:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .accordion-work__item:not(:first-child) {
    margin-top: 8.2rem;
  }
}

.interview-head {
  position: relative;
}
.interview-head__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) {
  .interview-head__img {
    width: calc(58.3333333333% - 3.2rem + (100vw - 1115px) / 2);
    margin: 0 -9rem 0 auto;
    display: block;
    max-width: 648px;
  }
}
.interview-head__inner {
  padding: 0 8px;
  margin-top: -2rem;
}
@media screen and (min-width: 1100px) {
  .interview-head__inner {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 5rem;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.interview-head__title span {
  display: inline-block;
  background: #082548;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 2px;
  color: #fff;
  padding: 1rem;
}
.interview-head__title span:last-child {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .interview-head__title span:last-child {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .interview-head__title span {
    font-size: 2.8rem;
    border-radius: 4px;
    padding: 1rem 2rem;
  }
}
.interview-head__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1100px) {
  .interview-head__names {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    bottom: -5px;
    left: 200px;
    margin-top: 0;
  }
}
.interview-head__year {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: var(--color-primary);
  border-radius: 30px;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .interview-head__year {
    font-size: 1.2rem;
  }
}
.interview-head__name {
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .interview-head__name {
    font-size: 4rem;
  }
}

.interview-body {
  padding: 5rem 0 0;
}
.interview-body__q {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  background: var(--color-primary);
  border-radius: 60px;
  padding: 0.5rem 2rem;
}
.interview-body__q::before {
  content: "Q";
  font-weight: 900;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .interview-body__q {
    font-size: 1.5rem;
  }
}
.interview-body__copy {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2rem !important;
}
@media screen and (min-width: 768px) {
  .interview-body__copy {
    font-size: 2.4rem;
    margin-top: 4rem !important;
  }
}
.interview-body__desc {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .interview-body__desc {
    margin-top: 2rem !important;
  }
}
@media screen and (min-width: 1100px) {
  .interview-body .right-fixed-img {
    margin-right: -9rem;
    width: calc(100% + 9rem);
    max-width: none;
  }
}
.interview-body--last {
  padding-bottom: 5rem;
}

.dotted-head {
  padding-bottom: 4rem;
  border-bottom: 1px dashed #fff;
}
@media screen and (min-width: 768px) {
  .dotted-head {
    padding-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .dotted-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8rem;
    padding-bottom: 1.5rem;
  }
}

.copy {
  line-height: 2 !important;
}
@media screen and (min-width: 768px) {
  .copy {
    line-height: 2.2 !important;
  }
}

.link-none {
  color: var(--color-font);
  text-decoration: none;
  pointer-events: none;
}

.text-box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .text-box--630 {
    max-width: 630px;
  }
}

.product-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  padding: 32% 0 38%;
}
@media screen and (min-width: 1100px) {
  .product-card {
    padding: 37% 0 43%;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .product-card:hover {
    opacity: 0.6;
  }
}
.product-card::before {
  content: "";
  display: block;
  width: 124px;
  height: 24px;
  background: url(../images/alpsalpine-logo.png) 0 0/contain no-repeat;
  position: absolute;
  top: 19px;
  right: 22px;
}
.product-card__link, .product-card__box, .product-card__title {
  display: block;
  width: 100%;
}
.product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.product-card__box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.4rem;
}
@media screen and (min-width: 1100px) {
  .product-card__box {
    padding: 3.5rem 3rem;
  }
}
.product-card__title {
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px) {
  .product-card__title {
    font-size: 1.8rem;
  }
}
.product-card__title::before {
  content: "〉";
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--color-primary);
  text-shadow: 0 1px 0 var(--color-primary);
}
.product-card__slug {
  font-size: 1.3rem;
  font-weight: 500;
  color: #B3B3B3;
  padding-left: 1.2rem;
}
@media screen and (min-width: 1100px) {
  .product-card__slug {
    font-size: 1.6rem;
  }
}
.product-card__thumbnail {
  width: 82.315%;
  height: auto;
  margin: 0 auto;
}
.product-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.product-card--other {
  background: transparent;
  padding: 0 0 3.8rem;
}
.product-card--other::before {
  display: none;
}
.product-card--other .product-card__thumbnail {
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 2.6rem 0;
}
.product-card--other .product-card__thumbnail img {
  width: 70%;
}
.product-card--other .product-card__box {
  padding: 0;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .product-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-list .product-card {
    padding: 22% 0;
  }
  .product-list .product-card:first-child {
    padding: 35% 0 41%;
  }
}
@media screen and (min-width: 768px) {
  .product-list .product-card {
    padding: 7.5% 0;
    width: calc((100% - 8px) / 2);
  }
  .product-list .product-card:first-child {
    padding: 7% 0;
    width: 100%;
  }
  .product-list .product-card:first-child .product-card__thumbnail {
    max-width: 970px;
    width: 50%;
  }
  .product-list .product-card:first-child::before {
    width: 300px;
    height: 57px;
  }
  .product-list .product-card::before {
    width: 205px;
    height: 39px;
  }
}
@media screen and (min-width: 1100px) {
  .product-list .product-card:first-child .product-card__title {
    font-size: 2.3rem;
  }
  .product-list .product-card:first-child .product-card__slug {
    font-size: 2rem;
  }
}
.product-list .product-card__thumbnail {
  max-width: 607px;
}
@media screen and (min-width: 768px) {
  .product-list .product-card__thumbnail {
    width: 63.5%;
  }
}

.single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.7rem 0;
}
@media screen and (min-width: 1100px) {
  .single-product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 9rem;
  }
}

@media screen and (min-width: 1100px) {
  .product-head {
    width: 250px;
  }
}

@media screen and (min-width: 1100px) {
  .product-body {
    width: calc(100% - 250px);
  }
}

.product-section {
  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: 2rem 0;
  margin-top: 7.8rem;
}
@media screen and (min-width: 1100px) {
  .product-section {
    margin-top: 4.6rem;
  }
}
.product-section__item {
  background: #F6F6F6;
  padding: 3.8rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .product-section__item {
    padding: 4.5rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4rem;
  }
}
@media screen and (min-width: 1100px) {
  .product-section__item {
    gap: 0 7rem;
  }
}
.product-section__series {
  font-size: 1.4rem;
  font-weight: 500;
}
.product-section__series span {
  color: #868686;
  display: block;
}
.product-section__imgwrap {
  text-align: center;
}
.product-section__imgwrap img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .product-section__imgwrap {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .product-section__contents {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .product-section__btn {
    margin-top: 3rem;
  }
}

.other {
  background: #F7F7F7;
  padding-top: 6.5rem;
  margin-top: 8rem;
  padding-bottom: 38rem;
  margin-bottom: -36rem;
}
@media screen and (min-width: 768px) {
  .other {
    padding-top: 8.5rem;
    margin-top: 13.7rem;
  }
}
.other .h2 {
  margin-top: 0;
}

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

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

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

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

/*  数字で見るパーツここまで  */
.thmb-card__title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1.2rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .thmb-card__title {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.thmb-card__title--left {
  text-align: left;
}

.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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
}
.breadcrumb__item:not(:first-child):before {
  content: "/";
  position: relative;
  display: inline-block;
  color: #a7a7a7;
  margin-inline: 1.5rem 1rem;
}
.breadcrumb__item:not(:last-child) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1100px) {
  .breadcrumb__item:not(:last-child) {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .breadcrumb__item:not(:last-child):hover {
    opacity: 0.6;
  }
}
.breadcrumb__item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
.breadcrumb__link {
  font-size: 1.2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: #a7a7a7;
}
@media screen and (min-width: 1100px) {
  .breadcrumb__link {
    font-size: 1.4rem;
  }
}
.breadcrumb__link:hover {
  opacity: 1;
}

/*  ページ送り  */
.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
.pager-list__item {
  list-style: none;
  position: relative;
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-list__link--number {
  text-align: center;
  font-size: 1.7rem;
  color: var(--color-font);
}
@media screen and (min-width: 768px) {
  .pager-list__link--number {
    font-size: 1.9rem;
  }
}
.pager-list__link--prev:before {
  content: ">";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% - 25px);
  display: inline-grid;
  place-content: center;
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  place-content: center;
  background: #ddd;
  border-radius: 50%;
  color: var(--color-white);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-list__link--next::after {
  content: ">";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% + 25px);
  display: inline-grid;
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  place-content: center;
  background: #ddd;
  border-radius: 50%;
  color: var(--color-white);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-list__link--active {
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
}
.pager-list__link:hover {
  opacity: 0.6;
}

.single-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
.single-pager-list__item {
  list-style: none;
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.single-pager-list__item--back {
  width: 190px;
  height: 55px;
}
@media screen and (min-width: 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: ">";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% - 50px);
  display: inline-grid;
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  place-content: center;
  background: #ddd;
  border-radius: 50%;
  color: var(--color-white);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .single-pager-list__link--prev:before {
    left: calc(50% - 60px);
  }
}
.single-pager-list__link--next::after {
  content: ">";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% + 50px);
  display: inline-grid;
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  place-content: center;
  background: #ddd;
  border-radius: 50%;
  color: var(--color-white);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 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;
  bottom: 65px;
  right: 65px;
  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: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--color-pink);
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1099px) {
  .page-top {
    width: 50px;
    height: 50px;
    bottom: 12px;
    right: 12px;
  }
}
.page-top::before {
  content: "\e900";
  font-family: "icomoon";
  display: inline-block;
  font-size: 1.7rem;
  color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 1099px) {
  .page-top::before {
    font-size: 1.4rem;
  }
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page-top--ft-stop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  bottom: 108px;
}
@media screen and (max-width: 1099px) {
  .page-top--ft-stop {
    bottom: 67px;
  }
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.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);
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
  border-top: 1px solid #C4C4C4;
}

.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: nowrap;
      flex-wrap: nowrap;
  gap: 1.7rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (min-width: 1100px) {
  .news-card {
    padding: 2.4rem 0;
    gap: 2.8rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .news-card:hover {
    opacity: 0.6;
  }
}
.news-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.news-card__time {
  font-weight: normal;
}
.news-card__post-title {
  font-weight: 500;
  color: #000;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  padding: 1rem 0;
  position: relative;
  padding-left: 4rem;
}
.news-card__post-title .post-txt {
  text-decoration: underline;
}
.news-card__post-title .new {
  font-size: 1.3rem;
  font-weight: normal;
  color: #FF0000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-letter-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: nowrap;
      flex-wrap: nowrap;
  gap: 1.7rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (min-width: 1100px) {
  .news-letter-card {
    padding: 2.4rem 0;
    gap: 2.8rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .news-letter-card:hover {
    opacity: 0.6;
  }
}
.news-letter-card__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.news-letter-card__post-title {
  font-weight: 500;
  color: #000;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  padding: 1rem 0;
  position: relative;
}
.news-letter-card__post-title .post-txt {
  text-decoration: underline;
}
.news-letter-card__post-title .new {
  font-size: 1.3rem;
  font-weight: normal;
  color: #FF0000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-head {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .news-head {
    margin-bottom: 6rem;
  }
}
.news-head__time {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-font);
}
.news-head .h3 {
  display: block;
  border-bottom: 1px solid #BABABA;
  color: var(--color-primary);
  padding-bottom: 2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.news-head .h3::before {
  display: none;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@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: 1100px) {
  .tab-only {
    display: none;
  }
}

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

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

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

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

.only1366 {
  display: none;
}
@media screen and (min-width: 1366px) {
  .only1366 {
    display: block;
  }
}

.only1920 {
  display: none;
}
@media screen and (min-width: 1920px) {
  .only1920 {
    display: block;
  }
}

/* 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;
  }
  .sp-mtm10 {
    margin-top: -1rem !important;
  }
  .sp-mtm20 {
    margin-top: -2rem !important;
  }
  .sp-mtm30 {
    margin-top: -3rem !important;
  }
  .sp-mtm40 {
    margin-top: -4rem !important;
  }
  .sp-mtm50 {
    margin-top: -5rem !important;
  }
  .sp-mtm60 {
    margin-top: -6rem !important;
  }
  .sp-mtm70 {
    margin-top: -7rem !important;
  }
  .sp-mtm80 {
    margin-top: -8rem !important;
  }
  .sp-mtm90 {
    margin-top: -9rem !important;
  }
  .sp-mtm100 {
    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-mt120 {
    margin-top: 12rem !important;
  }
  .tab-mt140 {
    margin-top: 14rem !important;
  }
  .tab-mt160 {
    margin-top: 16rem !important;
  }
  .tab-mt180 {
    margin-top: 18rem !important;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1100px) {
  .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: 1100px) {
  .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-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;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

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

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.snow-monkey-form {
  display: block;
}
.snow-monkey-form ::-webkit-input-placeholder {
  color: #aaa;
}
.snow-monkey-form ::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.snow-monkey-form :-ms-input-placeholder {
  color: #aaa;
}

.smf-item {
  position: relative;
  padding: 2.1rem 0;
}
.smf-item__col--label {
  margin-bottom: 1.5rem;
}
.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-weight: 500;
  font-size: 1.3rem;
}
@media screen and (min-width: 1100px) {
  .smf-item__col--label .smf-item__label__text {
    font-size: 1.6rem;
  }
}
.smf-item__col--label .smf-item__label__text strong {
  color: #EC0000;
  font-weight: 500;
  font-size: 1.2rem;
}
.smf-item__col--label .smf-item__label__text .any {
  color: #AEAEAE;
  font-weight: 500;
  font-size: 1.2rem;
}
.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__description {
  font-size: 1.4rem !important;
  margin-top: 1rem !important;
  color: var(--color-font) !important;
}
@media screen and (min-width: 1100px) {
  .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: 1100px) {
  .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 4rem;
  }
}
.smf-checkboxes-control .smf-checkbox-control {
  margin-bottom: 2rem;
  gap: 0 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.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);
}
.smf-checkboxes-control .smf-checkbox-control__control:checked {
  background: #FF0000;
  border-color: #FF0000;
}

.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: #FF0000 !important;
  background: #fff !important;
}
.smf-radio-button-control__control:checked:before {
  width: 10px !important;
  height: 10px !important;
  left: 3px !important;
  top: 3px !important;
  background: #FF0000 !important;
}
.smf-radio-button-control__label {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 1100px) {
  .smf-radio-button-control__label {
    font-size: 1.6rem;
  }
}

.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;
}
@media screen and (min-width: 1100px) {
  .smf-text-control__control--pc-min,
  .smf-select-control__control--pc-min,
  .smf-textarea-control__control--pc-min {
    width: 50% !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);
}

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

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

.confirm-view {
  display: none;
}

.smf-button-control__control {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8rem;
  text-decoration: none !important;
  color: var(--color-white) !important;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: linear-gradient(to left, var(--color-primary) 0, var(--color-primary) 55px, var(--color-white) 55px, var(--color-white) 56px, var(--color-primary) 56px, var(--color-primary) 100%) !important;
  padding: 0 23px 0 58px !important;
  -webkit-transition: 0.2s ease-out !important;
  transition: 0.2s ease-out !important;
  overflow: hidden;
  position: relative !important;
  height: 55px;
  border-radius: 2px !important;
  z-index: 1;
  border: none !important;
}
.smf-button-control__control::before {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.smf-button-control__control::after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  color: var(--color-white);
  font-size: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  height: 100%;
  line-height: 55px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1100px) {
  .smf-button-control__control:hover::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .smf-button-control__control:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.snow-monkey-form[data-screen=confirm] .smf-focus-point {
  top: -10rem;
}
@media screen and (min-width: 1100px) {
  .snow-monkey-form[data-screen=confirm] .smf-focus-point {
    top: -15rem;
  }
}
.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-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: 1100px) {
  .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;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-action input + .smf-button-control .smf-button-control__control {
  background: linear-gradient(to left, #616161 0, #616161 55px, var(--color-white) 55px, var(--color-white) 56px, #616161 56px, #616161 100%) !important;
}
.snow-monkey-form[data-screen=confirm] .smf-action input + .smf-button-control .smf-button-control__control::after {
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 1100px) {
  .snow-monkey-form[data-screen=confirm] .smf-action input + .smf-button-control .smf-button-control__control:hover {
    color: #fff;
  }
  .snow-monkey-form[data-screen=confirm] .smf-action input + .smf-button-control .smf-button-control__control:hover::after {
    color: #fff;
  }
}

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

.snow-monkey-form[data-screen=complete] .smf-focus-point {
  margin-top: auto;
  top: -10rem;
}
@media screen and (min-width: 1100px) {
  .snow-monkey-form[data-screen=complete] .smf-focus-point {
    top: -15rem;
  }
}

.page-id-76 .snow-monkey-form[data-screen=confirm] .smf-focus-point,
.page-id-76 .snow-monkey-form[data-screen=complete] .smf-focus-point {
  margin-top: auto;
  top: -9999px;
}

/* 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: 1100px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-font);
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  container-type: inline-size;
  background: #fbfbfb;
}
@media screen and (min-width: 1100px) {
  body {
    font-size: 1.5rem;
  }
}
body.home {
  background: #fff;
}

/*
:root {
  --column-count: 12;
  --container-width-min: 600px;
  --container-width-max: 1080px;
}

.page {
  display: grid;
  grid-template-columns:
    [full-start] minmax( 20px, 1fr)
    [container-start] repeat(var(--column-count), minmax( calc( var(--container-width-min) / var(--column-count) ), calc( var(--container-width-max) / var(--column-count) ) ) )
    [container-end] minmax( 20px, 1fr)
    [full-end];

  &__header,
  &__footer,
  &__main {
    display: grid;
    grid-column: full;
    grid-template-columns: subgrid;
  }
}
*/
.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;
}

.kadomaru {
  border-radius: 4px;
}

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

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

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

.gmap-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  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);
}