@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: #000000;
  --color-primary: #1e1a5c;
  --color-primary-rgb: 26, 20, 120;
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-gray-dark: #5b5b5b;
  --color-gray-bg: #f1f1f1;
  --color-blue: #1a1478;
  --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: 1200px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
.row--std {
  margin: -8px;
}
.row--std .row__item {
  padding: 8px;
}
@media screen and (min-width: 1200px) {
  .row--wide {
    margin: -30px;
  }
}
@media screen and (max-width: 1199px) {
  .row--wide .row__item + .row__item {
    margin-top: 3.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .row--wide .row__item {
    padding: 30px;
  }
}
.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;
}
.row--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.container {
  width: 100%;
  padding-left: 33px;
  padding-right: 33px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
    overflow-x: clip;
  }
}
@media screen and (max-width: 1199px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .container--pc-none {
    max-width: none;
    padding: 0;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: var(--color-primary);
  overflow-y: auto;
  padding: 9rem 3.6rem;
  -webkit-overflow-scrolling: touch;
  z-index: 500;
}
.menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, transparent 93px, rgba(201, 201, 201, 0.09) 94px), linear-gradient(90deg, transparent 93px, rgba(201, 201, 201, 0.09) 94px);
  background-size: 94px 94px;
}
.menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-list__item {
  position: relative;
  color: var(--color-white);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-list__link {
  position: relative;
  display: block;
  font-size: 2rem;
  color: inherit;
  border-bottom: 1px solid var(--color-white);
  padding-block: 2.2rem;
}
.menu-list__link::after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  font-size: 1.8rem;
}
.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-other-list {
  margin-top: 4.2rem;
  position: relative;
}
.menu-other-list__item {
  color: #d6d6d6;
}
.menu-other-list__link {
  display: inline-block;
  font-size: 1.4rem;
  color: inherit;
  padding-block: 0.7rem;
}

.menu-btn {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 25%;
  display: block;
  width: 21px;
  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(-7px);
          transform: translateY(-7px);
}
.menu-btn__line:nth-child(2) {
  top: 50%;
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.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: relative;
  width: 100%;
  background: var(--color-white);
  z-index: 999;
}
.header__body {
  grid-area: container;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .header__body {
    height: 105px;
    padding-left: 7.7rem;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 202px;
  }
}
.header__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.header__contact {
  display: inline-grid;
  place-content: center;
  height: 100%;
  aspect-ratio: 1;
  color: var(--color-white);
  text-align: center;
  background: var(--color-gray-dark);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1199px) {
  .header__contact {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header__contact:hover {
    background: #202020;
  }
}
.header__contact--strong {
  background: var(--color-blue);
}
@media screen and (min-width: 1200px) {
  .header__contact--strong:hover {
    background: #141054;
  }
}
.header__contact-link {
  display: inline-block;
}
.header__nav {
  margin-left: auto;
  margin-right: 24px;
}
@media screen and (max-width: 1199px) {
  .header__nav {
    display: none;
  }
}
.header--fixed {
  position: fixed;
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.gnav-list__item {
  position: relative;
}
.gnav-list__link {
  display: block;
  color: inherit;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .gnav-list__link:hover {
    opacity: 0.7;
  }
}
.gnav-list__child {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gnav-list__item:hover .gnav-list__child {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.gnav-list__trigger {
  display: none;
}

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

.hero {
  position: relative;
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero {
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    margin-top: 105px;
    padding-inline: 82px;
  }
}
.hero__title-wrap {
  display: grid;
  padding-block: 66px 5px;
}
@media screen and (max-width: 767px) {
  .hero__title-wrap {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .hero__title-wrap {
    gap: 50px;
    grid-template-columns: 1fr auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-block: 113px 40px;
  }
}
.hero__title {
  position: relative;
}
.hero__title-ja {
  font-size: 2.4rem;
  color: var(--color-blue);
  line-height: 1.3;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .hero__title-ja {
    font-size: 4rem;
  }
}
.hero__title-en {
  position: absolute;
  bottom: 30px;
  left: -15px;
  font-size: 6.4rem;
  color: rgba(236, 236, 236, 0.46);
  z-index: -1;
  line-height: 0.9;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .hero__title-en {
    left: -45px;
    bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title-en {
    bottom: 50px;
    left: -107px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__title-en--small {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hero__title-en--customer {
    bottom: 50px !important;
    font-size: 3em;
  }
}
@media screen and (min-width: 768px) {
  .hero__title-en--customer {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero__title-en--multi {
    bottom: 10px;
  }
}
.hero__figure img {
  width: 100%;
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.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: 1200px) {
  .message__title {
    font-size: 6rem;
    margin: 0 auto;
  }
}
.message__description {
  font-size: 1.2rem;
  margin: 2rem auto;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .message__description {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .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;
  padding: 64px 0 18px;
  background: var(--color-gray-bg);
  margin-top: auto;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 70px 0 33px;
  }
}
.footer__logo, .footer__address {
  display: block;
}
.footer__logo {
  width: 271px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    image-rendering: -webkit-optimize-contrast;
    shape-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 341px;
  }
}
.footer__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__signature {
  display: grid;
}
@media screen and (min-width: 768px) {
  .footer__signature {
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__signature {
    gap: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer__address {
    text-align: center;
    margin-top: 5.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .footer__address {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 1200px) {
  .footer__address {
    grid-area: 1/1/3/2;
  }
}
@media screen and (max-width: 1199px) {
  .footer__menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__menu {
    gap: 130px;
    grid-area: 1/2/2/3;
    padding-top: 36px;
  }
}
.footer__copyright {
  font-size: 1.2rem;
  color: #717171;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 5.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .footer__copyright {
    text-align: center;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 1200px) {
  .footer__copyright {
    grid-area: 2/1/3/2;
  }
}

.fnav-list {
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .fnav-list {
    text-align: center;
  }
}
.fnav-list__link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: inherit;
  padding: 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .fnav-list__link {
    display: inline-block;
    font-size: 2rem;
    text-align: center;
    padding: 14px;
  }
}
.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-font);
  line-height: 1.7;
  margin-top: 2.8rem;
}
@media screen and (min-width: 1200px) {
  .org {
    margin-top: 3.2rem;
  }
}
.org__name {
  font-size: 1.8rem;
  font-weight: bold;
}
.org__addr, .org__phone, .org__fax {
  font-size: 1.5rem;
}
.org__phone, .org__fax {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .org__phone, .org__fax {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .org__phone {
    margin-right: 1.5rem;
  }
}
.org__phone a {
  text-decoration: none;
  color: var(--color-font);
}

.org-addr__item:first-of-type {
  display: block;
}
@media screen and (max-width: 767px) {
  .org-addr__item {
    display: block;
  }
}

.footer-list {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer-list {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.3;
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .footer-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-list {
    grid-area: 2/2/3/3;
  }
}
@media screen and (min-width: 768px) {
  .footer-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .footer-list li + li::before {
    content: "/";
    color: #717171;
  }
}
.footer-list__link {
  display: inline-block;
  text-decoration: none;
  color: #717171;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .footer-list__link {
    font-size: 1.3rem;
  }
}
.footer-list__link:hover {
  opacity: 0.6;
}

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

.splide__toggle__pause {
  display: none;
}

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

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

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

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

.splide__arrow:disabled {
  opacity: 0.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__slide:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__pagination--ttb {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.section {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.section__container {
  grid-area: container;
}
.section__img {
  width: 100%;
  height: auto;
}
.section__title {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .section__title {
    text-align: left;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__title {
    padding-left: 316px;
  }
}
.section__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 33px;
  height: 1px;
  background: var(--color-white);
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (min-width: 768px) {
  .section__title::before {
    left: 30px;
    width: 63%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.section__title::after {
  content: attr(data-en);
  position: absolute;
  left: 0;
  bottom: 0;
  color: rgba(236, 236, 236, 0.46);
  font-size: 6.4rem;
  font-weight: 700;
  white-space: nowrap;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .section__title::after {
    font-size: 10rem;
  }
}
.section__title--about {
  color: var(--color-blue);
  padding-left: 0;
}
.section__title--about::before {
  background: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .section__title--about::before {
    left: -25px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .section__title--about::after {
    left: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .section__title--about::after {
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 13.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section__title--business {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section__title--business::before {
    width: 30px;
    left: -40px;
  }
}
.section__title--business::after {
  left: -55px;
  color: rgba(217, 217, 217, 0.18);
}
@media screen and (min-width: 1200px) {
  .section__title--business::after {
    left: -30px;
  }
}
.section__title--recruit {
  color: var(--color-blue);
}
.section__title--recruit::before {
  background: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .section__title--recruit::before {
    width: 30px;
    left: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .section__title--recruit::before {
    width: 65%;
    left: -80px;
  }
}
.section__title--recruit::after {
  left: -47px;
}
@media screen and (min-width: 768px) {
  .section__title--recruit::after {
    left: -100px;
  }
}
.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;
  color: var(--color-font);
  line-height: 1.8;
  margin-top: 1.9rem;
}
@media screen and (min-width: 1200px) {
  .section__description {
    margin-top: 2.1rem;
  }
}
.section__footer {
  display: block;
  padding: 3.4rem 0 0;
}
@media screen and (min-width: 1200px) {
  .section__footer {
    padding: 4.6rem 0 0;
  }
}
.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: 1200px) {
  .section--reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.section--news {
  background: #fafafa;
  padding: 60px 0 110px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section--news {
    padding: 70px 0 60px;
  }
}
.section--news::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 151px;
  aspect-ratio: 1;
  background: url(../images/section-deco_right.svg) center/contain no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section--news::before {
    bottom: -60px;
    width: 257px;
  }
}
.section--news .section__title {
  padding-left: 0;
}
.section--news .section__title::before, .section--news .section__title::after {
  display: none;
}
.section--about {
  overflow: hidden;
  padding: 27px 0 368px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .section--about {
    padding: 160px 0 72px;
  }
}
.section--about .section__header {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .section--about .section__title::after {
    left: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .section--about .section__title::before {
    width: 25%;
    left: -20px;
  }
}
.section--business {
  color: var(--color-white);
  --block-size: 6.25vw;
  min-height: 330px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)) calc(var(--block-size) * 14) calc(var(--block-size) * 3)/calc(var(--block-size) * 1) calc(var(--block-size) * 1) no-repeat, -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)) calc(var(--block-size) * 15) calc(var(--block-size) * 0)/calc(var(--block-size) * 1) calc(var(--block-size) * 3) no-repeat, -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)) calc(var(--block-size) * 14) calc(var(--block-size) * 0)/calc(var(--block-size) * 2) calc(var(--block-size) * 2) no-repeat, -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)) calc(var(--block-size) * 8) calc(var(--block-size) * 0)/calc(var(--block-size) * 2) calc(var(--block-size) * 2) no-repeat, -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)) calc(var(--block-size) * 13) calc(var(--block-size) * 0)/calc(var(--block-size) * 3) calc(var(--block-size) * 1) no-repeat, -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)) calc(var(--block-size) * 7) calc(var(--block-size) * 0)/calc(var(--block-size) * 4) calc(var(--block-size) * 1) no-repeat, -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)) calc(var(--block-size) * 5) calc(var(--block-size) * 0)/calc(var(--block-size) * 1) calc(var(--block-size) * 1) no-repeat, -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)) calc(var(--block-size) * 0) calc(var(--block-size) * 0)/calc(var(--block-size) * 2) calc(var(--block-size) * 1) no-repeat, -webkit-gradient(linear, left bottom, left top, from(#1E1A5C), to(#1E1A5C)) center center/100% 100% no-repeat;
  background: linear-gradient(0deg, #fff, #fff) calc(var(--block-size) * 14) calc(var(--block-size) * 3)/calc(var(--block-size) * 1) calc(var(--block-size) * 1) no-repeat, linear-gradient(0deg, #fff, #fff) calc(var(--block-size) * 15) calc(var(--block-size) * 0)/calc(var(--block-size) * 1) calc(var(--block-size) * 3) no-repeat, linear-gradient(0deg, #fff, #fff) calc(var(--block-size) * 14) calc(var(--block-size) * 0)/calc(var(--block-size) * 2) calc(var(--block-size) * 2) no-repeat, linear-gradient(0deg, #fff, #fff) calc(var(--block-size) * 8) calc(var(--block-size) * 0)/calc(var(--block-size) * 2) calc(var(--block-size) * 2) no-repeat, linear-gradient(0deg, #fff, #fff) calc(var(--block-size) * 13) calc(var(--block-size) * 0)/calc(var(--block-size) * 3) calc(var(--block-size) * 1) no-repeat, linear-gradient(0deg, #fff, #fff) calc(var(--block-size) * 7) calc(var(--block-size) * 0)/calc(var(--block-size) * 4) calc(var(--block-size) * 1) no-repeat, linear-gradient(0deg, #fff, #fff) calc(var(--block-size) * 5) calc(var(--block-size) * 0)/calc(var(--block-size) * 1) calc(var(--block-size) * 1) no-repeat, linear-gradient(0deg, #fff, #fff) calc(var(--block-size) * 0) calc(var(--block-size) * 0)/calc(var(--block-size) * 2) calc(var(--block-size) * 1) no-repeat, linear-gradient(0deg, #1E1A5C, #1E1A5C) center center/100% 100% no-repeat;
  padding-block: 0 7rem;
}
@media screen and (min-width: 1200px) {
  .section--business {
    padding-block: 0 18.5rem;
  }
}
.section--business .section__header {
  position: absolute;
  top: 173px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section--business .section__header {
    -webkit-padding-start: 4rem;
            padding-inline-start: 4rem;
  }
}
.section--grid {
  padding: 0 0 83px;
}
@media screen and (min-width: 1200px) {
  .section--grid {
    padding: 0 0 158px;
  }
}
.section--grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/grid.svg) center/contain repeat;
  opacity: 0.94;
  z-index: -1;
}
.section--contact {
  background: url(../images/contact-bg.jpg) center bottom/cover no-repeat;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .section--contact {
    padding: 15rem 0 10rem;
  }
}
.section--contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-55%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.86)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15) -55%, rgba(0, 0, 0, 0.86) 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section--contact::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.86)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.86));
  }
}

.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%);
  }
}
/*********************/
/*  ソリド・ワンについて  */
/*********************/
.about {
  display: grid;
}
.about__contents {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-inline: 33px;
  }
}
@media screen and (min-width: 768px) {
  .about__contents {
    max-width: 440px;
    position: absolute;
    left: 50vw;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.about__contents::before {
  content: "";
  position: absolute;
  background: url(../images/about_left.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .about__contents::before {
    bottom: -68px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    right: 0;
    width: 185px;
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 768px) {
  .about__contents::before {
    top: 20px;
    left: -96px;
    width: 169px;
    aspect-ratio: 169/270;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 1;
  }
}
.about__contents::after {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -160px;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  background: url(../images/section-deco_left.svg) center/contain no-repeat;
  width: 175px;
  aspect-ratio: 1;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__contents::after {
    left: -75px;
    bottom: 60px;
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
    width: 257px;
  }
}
.about__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .about__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .about__img {
    height: auto;
    margin-left: auto;
    width: 65vw;
    padding-left: 80px;
  }
}

/*********************/
/*  事業内容  */
/*********************/
.business-col {
  display: grid;
  padding-top: 28.3rem;
}
@media screen and (min-width: 768px) {
  .business-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .business-col {
    padding-top: 33.4rem;
  }
}
.business-col__title {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .business-col__title {
    font-size: 2.4rem;
    margin-top: 1.3rem;
  }
}
.business-col__img {
  width: 100%;
  aspect-ratio: 290/177;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .business-col__img {
    aspect-ratio: 367/253;
  }
}
.business-col__desc {
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  .business-col__desc {
    margin-top: 1.3rem;
  }
}
.business-col__block {
  position: relative;
  padding: 36px 43px;
}
@media screen and (min-width: 768px) {
  .business-col__block {
    border-top: 1px solid rgba(249, 249, 249, 0.5);
  }
}
@media screen and (min-width: 1200px) {
  .business-col__block {
    padding: 70px 94px;
  }
}
@media screen and (min-width: 768px) {
  .business-col__block + .business-col__block {
    border-left: 1px solid rgba(249, 249, 249, 0.5);
  }
  .business-col__block + .business-col__block::before, .business-col__block + .business-col__block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .business-col__block + .business-col__block::before {
    width: 12px;
    height: 20px;
    background: var(--color-primary);
    -webkit-transform: translate(-6px, -9px);
            transform: translate(-6px, -9px);
  }
  .business-col__block + .business-col__block::after {
    width: 6px;
    height: 6px;
    border-radius: 24px;
    background: var(--color-white);
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
    z-index: 1;
  }
}
.business-col__block:nth-child(1) .business-col__block-inner {
  margin-left: auto;
}
.business-col__block:nth-child(2) .business-col__block-inner {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .business-col__block-inner {
    max-width: 406px;
    height: 100%;
    padding-bottom: 8.5rem;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .business-col__block-inner {
    padding-bottom: 9rem;
  }
}
.business-col__footer {
  text-align: center;
  margin: 3.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .business-col__footer {
    margin: 0;
    position: absolute;
    bottom: 0;
  }
}
.business-col--left {
  color: var(--color-white);
  border-top: 1px solid rgba(249, 249, 249, 0.5);
  padding-top: 0;
  margin-top: 3.3rem;
}
@media screen and (min-width: 768px) {
  .business-col--left {
    padding-top: 3.8rem;
    margin-top: 5rem;
  }
}
.business-col--left .business-col__block {
  position: relative;
  border-top: none;
}
.business-col--left .business-col__block::before, .business-col--left .business-col__block::after {
  content: none;
}
.business-col--left .business-col__title,
.business-col--left .business-col__footer {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .business-col--left .business-col__footer {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .business-col--left .business-col__desc {
    font-size: 1.4rem;
  }
}

/*********************/
/*  中途採用情報  */
/*********************/
.recruit-block {
  position: relative;
  padding-bottom: 140px;
}
.recruit-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 93vw;
  background: #fafafa;
}
.recruit-block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 105px;
  aspect-ratio: 1;
  background: url(../images/section-deco_left.svg) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .recruit-block::after {
    width: 230px;
  }
}
.recruit-block__col {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 5rem 6rem 3.3rem;
}
@media screen and (min-width: 1200px) {
  .recruit-block__col {
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    padding-block: 213px;
    padding-inline: 68px;
    margin-top: -18.5rem;
    margin-right: 87px;
  }
}
.recruit-block__item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .recruit-block__item:nth-child(1) {
    max-width: 582px;
  }
}
@media screen and (min-width: 1200px) {
  .recruit-block__item:nth-child(2) {
    max-width: 560px;
    padding-left: 70px;
  }
}
.recruit-block__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 105px;
  aspect-ratio: 1;
  border: 1px solid #616161;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .recruit-block__item:nth-child(2)::before {
    left: 0;
    width: 355px;
  }
}
.recruit-block__desc {
  margin-top: 1.9rem;
}
@media screen and (min-width: 1200px) {
  .recruit-block__desc {
    max-width: 490px;
    margin-top: 5.4rem;
  }
}
.recruit-block__footer {
  text-align: center;
  padding-top: 60px;
}
@media screen and (min-width: 1200px) {
  .recruit-block__footer {
    padding-top: 95px;
  }
}
.recruit-block .splide + .splide {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .recruit-block .splide__slide {
    height: 147px;
  }
}

.recruit-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 8px;
  margin-top: 6.7rem;
}
@media screen and (min-width: 1200px) {
  .recruit-list {
    gap: 14px 27px;
  }
}
.recruit-list__link {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-list__link {
    min-width: auto !important;
  }
}
.recruit-list .btn {
  width: 100%;
}

/*********************/
/*  その他の情報  */
/*********************/
.other-block {
  padding-top: 76px;
}
@media screen and (min-width: 1200px) {
  .other-block {
    padding-top: 85px;
  }
}
.other-block__col {
  display: grid;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .other-block__col {
    gap: 50px;
    grid-template-columns: 35% auto;
  }
}
.other-block__item {
  position: relative;
  color: var(--color-white);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .other-block__item {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 290/170;
    padding: 3.3rem;
  }
}
@media screen and (min-width: 768px) {
  .other-block__item {
    display: grid;
    grid-template-rows: subgrid;
    row-gap: 15px;
    padding: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .other-block__item {
    row-gap: 30px;
    padding: 60px 35px 48px 30px;
  }
}
.other-block__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.73);
  z-index: -1;
}
.other-block__item:nth-child(1) {
  background: url(../images/company.jpg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .other-block__item:nth-child(1) {
    grid-row: 1/span 3;
    grid-column: 1/2;
  }
}
.other-block__item:nth-child(2) {
  background: url(../images/partner.jpg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .other-block__item:nth-child(2) {
    grid-row: 1/span 3;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .other-block__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
.other-block__title {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .other-block__title {
    font-size: 3.2rem;
  }
}
.other-block__title::before {
  content: attr(data-en);
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .other-block__title::before {
    font-size: 1.2rem;
  }
}
.other-block__title::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 26px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 23px;
  height: 1px;
  background: var(--color-white);
}
@media screen and (max-width: 767px) {
  .other-block__desc, .other-block__footer {
    display: none;
  }
}
.other-block__img-link {
  display: block;
}
@media screen and (max-width: 767px) {
  .other-block__img-link {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .other-block__img-link {
    grid-column: 1/3;
  }
}

/*********************/
/*  お問い合せ  */
/*********************/
.contact-block {
  display: grid;
  gap: 20px;
  color: var(--color-white);
}
@media screen and (min-width: 1200px) {
  .contact-block {
    grid-template-columns: auto 1fr;
    gap: 120px;
  }
}
.contact-block__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contact-block__title {
    font-size: 3.6rem;
  }
}
.contact-block__title::before {
  content: attr(data-en);
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact-block__title::before {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-block__title::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 18px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 25px;
    height: 1px;
    background: var(--color-white);
  }
}
.contact-block__footer {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .contact-block__footer {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .contact-block__footer {
    margin-top: 3.4rem;
  }
}
.contact-block__footer .btn {
  width: 244px;
  max-width: 100%;
}

/*********************/
/*  TOP  */
/*********************/
/*********************/
.autoscroll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: clip;
  pointer-events: none;
}
.autoscroll__item {
  padding-right: 3rem;
}
.autoscroll--pc .autoscroll__item {
  -webkit-animation: autoscroll linear 28s infinite;
          animation: autoscroll linear 28s infinite;
}
.autoscroll--sp .autoscroll__item {
  -webkit-animation: autoscroll linear 16s infinite;
          animation: autoscroll linear 16s infinite;
}
.autoscroll--sp-rev .autoscroll__item {
  -webkit-animation: autoscroll-rev linear 12s infinite;
          animation: autoscroll-rev linear 12s infinite;
}
.autoscroll + .autoscroll {
  margin-top: 1rem;
}

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

@keyframes autoscroll {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes autoscroll-rev {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes autoscroll-rev {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.btn-area {
  display: grid;
  gap: 1.7rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1199px) {
  .btn-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .btn-area {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4rem;
  }
}
.btn-area--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .btn-area--spcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-area--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-area--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-wrap--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  min-width: 190px;
  max-width: 100%;
  text-decoration: none;
  color: var(--color-font);
  border: 1px solid var(--color-font);
  padding: 1.5rem 3rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 1.5rem 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn:hover {
    color: var(--color-white);
    background: var(--color-font);
  }
}
.btn::after {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: normal;
  content: "\e900";
  display: inline-grid;
  place-content: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.btn--re {
  color: var(--color-white);
  border: 1px solid var(--color-white);
}
.btn--re::after {
  color: var(--color-white);
}
@media screen and (min-width: 1200px) {
  .btn--re:hover {
    color: var(--color-font);
    background: var(--color-white);
  }
  .btn--re:hover::after {
    color: var(--color-font);
  }
}
.btn--bg {
  color: var(--color-white);
  background: var(--color-primary);
}
.btn--window::after {
  content: "❐";
}
.btn--dl::after {
  content: "⇩";
}
.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%);
}

.banner-btn {
  position: relative;
  display: block;
}
@media screen and (min-width: 1200px) {
  .banner-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    z-index: 1;
  }
  .banner-btn:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .slider-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.main {
  padding-bottom: 82px;
}
@media screen and (min-width: 1200px) {
  .main {
    padding-bottom: 110px;
  }
}
.main:has(+ .section--contact), .main:has(+ .section-common) {
  padding-bottom: 0;
}

/*********************/
/*  見出し  */
/*********************/
.page-article {
  padding-bottom: 82px;
}
@media screen and (min-width: 1200px) {
  .page-article {
    padding-bottom: 150px;
  }
}
.page-article--news {
  padding-bottom: 82px;
}
@media screen and (min-width: 1200px) {
  .page-article--news {
    padding-bottom: 110px;
  }
}
.page-article--pb-none {
  padding-bottom: 0;
}

.page-template-sidebar .page-section {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-template-sidebar .page-section {
    padding-inline: 200px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-sidebar .page-section {
    padding-inline: 450px 82px;
  }
}

.page-col {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-col {
    padding-top: 11rem !important;
    margin-top: -6rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .page-col {
    padding-top: 15rem !important;
    margin-top: -8rem !important;
  }
}
.page-col__sidebar {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .page-col__sidebar {
    position: sticky;
    top: 120px;
    left: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .page-col__sidebar {
    left: 75px;
  }
}
.page-section {
  position: relative;
  overflow: hidden;
  padding-block: 5rem;
}
@media screen and (min-width: 768px) {
  .page-section {
    padding-inline: 82px;
    padding-block: 12.7rem 13rem !important;
  }
}
.page-section--bg, .page-section--about-block {
  background: var(--color-primary);
}
.page-section--bg .page-section__desc, .page-section--about-block .page-section__desc {
  color: var(--color-white);
}
.page-section--bg p:not([class]), .page-section--about-block p:not([class]) {
  color: var(--color-white);
}
.page-section--bg .h2,
.page-section--bg .h2-center, .page-section--about-block .h2,
.page-section--about-block .h2-center {
  color: var(--color-white) !important;
}
.page-section--bg .h2::before,
.page-section--bg .h2-center::before, .page-section--about-block .h2::before,
.page-section--about-block .h2-center::before {
  background: var(--color-white) !important;
}
.page-section--bg .h2::after,
.page-section--bg .h2-center::after, .page-section--about-block .h2::after,
.page-section--about-block .h2-center::after {
  background: var(--color-white) !important;
}
.page-section--bg .num-box__bg, .page-section--about-block .num-box__bg {
  background: var(--color-white);
}
.page-section--bg .ul-side, .page-section--about-block .ul-side {
  color: var(--color-white);
}
.page-section--bg .ul-side li::before, .page-section--about-block .ul-side li::before {
  background: var(--color-white) !important;
}
@media screen and (max-width: 767px) {
  .page-section--first {
    padding-top: 9rem !important;
    margin-top: -9rem !important;
  }
}
@media screen and (min-width: 768px) {
  .page-section--first {
    padding-top: 11rem !important;
    margin-top: -11rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .page-section--first {
    padding-top: 15rem !important;
    margin-top: -15rem !important;
  }
}
.page-section--max {
  max-width: 1340px;
}
.page-section--pdnone {
  padding-inline: 0;
}
.page-section--ptnone {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .page-section--ptnone {
    padding-block: 11rem;
    margin-top: -11rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-section--ptnone {
    padding-block: 12.7rem;
    margin-top: -12.7rem;
  }
}
.page-section--bg-light {
  background: #fafafa;
}
.page-section--center {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .page-section--center .max-contents--deco::after {
    top: 90px;
  }
}
.page-section--pagebottom {
  margin-bottom: -82px;
}
@media screen and (min-width: 1200px) {
  .page-section--pagebottom {
    margin-bottom: -150px;
  }
}

@media screen and (min-width: 1200px) {
  .max-contents {
    max-width: 838px;
    margin-right: auto;
  }
}
.max-contents--center {
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .max-contents--deco::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% + 180px);
    -webkit-transform: scale(-1, 1) translateX(-100%);
            transform: scale(-1, 1) translateX(-100%);
    width: 377px;
    aspect-ratio: 1;
    background: url(../images/section-deco_left.svg) center/contain no-repeat;
  }
}

.section-common {
  position: relative;
  background: var(--color-white);
  padding: 7.5rem 4.2rem;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .section-common {
    padding: 10rem 15.5rem 12.3rem;
  }
}
.section-common::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/grid.svg) center/contain repeat;
  opacity: 0.94;
  z-index: -1;
}

.common-card-wrap {
  display: grid;
}
@media screen and (min-width: 1200px) {
  .common-card-wrap {
    max-width: 1056px;
    grid-template-columns: 30% 30% 40%;
    margin: auto;
  }
}

.common-card {
  position: relative;
  padding: 5.7rem 3.3rem;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .common-card {
    padding: 6.7rem 3.1rem;
  }
  .common-card:hover::before {
    background: rgba(0, 0, 0, 0.4);
  }
  .common-card:hover .common-card__btn::before {
    color: var(--color-font);
    background: var(--color-white);
  }
}
.common-card::before, .common-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.common-card::before {
  background: rgba(0, 0, 0, 0.73);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 0;
}
.common-card::after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.common-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.common-card__title {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .common-card__title {
    font-size: 2.5rem;
  }
}
.common-card__title::before {
  content: attr(data-en);
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .common-card__title::before {
    font-size: 1.1rem;
    font-weight: 600;
  }
}
.common-card__title::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 20px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 25px;
  height: 1px;
  background: var(--color-white);
}
@media screen and (min-width: 1200px) {
  .common-card__title::after {
    width: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .common-card__btn {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .common-card__btn {
    position: relative;
    display: block;
    margin-top: 1.7rem;
  }
  .common-card__btn::before {
    content: "\e900";
    font-family: "icomoon";
    display: inline-grid;
    place-content: center;
    width: 39px;
    height: 16px;
    font-size: 0.7rem;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    padding-block: 0.5rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
.common-card--about::after {
  background-image: url(../images/ft_about.jpg);
}
.common-card--company::after {
  background-image: url(../images/ft_company.jpg);
}
.common-card--business::after {
  background-image: url(../images/ft_business.jpg);
}
.common-card--partner::after {
  background-image: url(../images/ft_partner.jpg);
}

.post-type-page {
  margin-top: 5rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page {
    margin-top: 9.8rem;
  }
}
.post-type-page p {
  line-height: 1.8;
}
.post-type-page p:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page p:not(:first-child) {
    margin-top: 2.3rem;
  }
}
.post-type-page img {
  width: 100%;
  height: auto;
}
.post-type-page a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page .hr {
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-primary)), color-stop(15%, var(--color-primary)), color-stop(15%, #c8c8c9), to(#c8c8c9));
  background: linear-gradient(to right, var(--color-primary) 0, var(--color-primary) 15%, #c8c8c9 15%, #c8c8c9 100%);
}
.post-type-page .hr--re {
  background: var(--color-white);
}
.post-type-page .text-link {
  color: #535353;
  text-decoration: underline;
  text-decoration-color: #535353;
  text-underline-offset: 8px;
}
@media screen and (min-width: 768px) {
  .post-type-page .text-link {
    text-underline-offset: 10px;
  }
}
.post-type-page .supplement {
  font-size: 1.3rem;
  color: #a0a0a0;
}
.post-type-page .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) {
  .post-type-page .h1 {
    --margin-top: var(--heading-size-l);
    font-size: var(--heading-size-l);
  }
}
.post-type-page .h2 {
  position: relative;
  font-size: 2.4rem;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .post-type-page .h2 {
    padding-top: 8.2rem !important;
    margin-top: -5.2rem !important;
  }
}
.post-type-page .h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-primary)), color-stop(15%, var(--color-primary)), color-stop(15%, #c8c8c9), to(#c8c8c9));
  background: linear-gradient(to right, var(--color-primary) 0, var(--color-primary) 15%, #c8c8c9 15%, #c8c8c9 100%);
  margin-bottom: 3.2rem;
}
.post-type-page .h2--bdnone::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .post-type-page .h2--first {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
.post-type-page .h2--small {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .post-type-page .h2--small {
    font-size: 2.4rem;
  }
}
.post-type-page .h2-center {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-primary);
  text-align: center;
  padding-bottom: 1rem;
  margin-top: 5.2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .h2-center {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .h2-center {
    padding-bottom: 1.5rem;
    margin-top: 9.6rem;
  }
}
.post-type-page .h2-center::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27px;
  height: 2px;
  background: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .post-type-page .h2-center::after {
    width: 40px;
  }
}
.post-type-page .h2-simple {
  font-size: 1.8rem;
  font-weight: 500;
  margin-block: 3.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .h2-simple {
    font-size: 2rem;
  }
}
.post-type-page .h3 {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--color-blue);
  margin-block: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .h3 {
    margin-block: 5.6rem 2rem;
  }
}
.post-type-page .h3--border {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page .h3--border {
    padding-bottom: 2rem;
  }
}
.post-type-page .h3--bt {
  border-top: 2px solid #c8c8c9;
  padding-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page .h3--bt {
    padding-top: 3.7rem;
    margin-block: 4.6rem 2rem;
  }
}
.post-type-page .h3--center {
  text-align: center;
  font-weight: 600;
}
.post-type-page .h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2.3rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .h4 {
    font-size: 1.8rem;
  }
}
.post-type-page .copy {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .copy {
    font-size: 2.4rem;
  }
}
.post-type-page .copy:first-of-type {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page .copy:first-of-type {
    margin-top: 4.5rem;
  }
}
.post-type-page .copy:not(:first-of-type) {
  margin-top: 6rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page .copy:not(:first-of-type) {
    margin-top: 5.6rem;
  }
}
.post-type-page .big-copy {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 3rem;
  color: var(--color-blue);
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .post-type-page .big-copy {
    font-size: 3.6rem;
  }
}
.post-type-page .ul {
  list-style: none;
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .ul {
    font-size: 1.5rem;
  }
}
.post-type-page .ul li {
  position: relative;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
.post-type-page .ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 25px;
  background: var(--color-font);
  border-radius: 50%;
}
.post-type-page .ul--margin li {
  padding: 0;
}
.post-type-page .ul--margin li + li {
  margin-top: 0.5rem;
}
.post-type-page .ul--margin li::before {
  display: none;
}
.post-type-page .ul-side {
  list-style: none;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .ul-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 36px;
    margin-top: 2.8rem;
  }
}
.post-type-page .ul-side li {
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .ul-side li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 1.5rem;
  }
}
.post-type-page .ul-side li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--color-primary);
}
.post-type-page .ul-side li small {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .ul-side li small {
    font-size: 1.3rem;
  }
}
.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.5rem;
  aspect-ratio: 1;
}
.post-type-page .ol--simple li::marker {
  content: counter(number) ".";
}
.post-type-page .ol--original {
  list-style: none;
  padding: 0;
}
.post-type-page .ol--original li {
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
}
.post-type-page .ol--original li::marker {
  display: none;
  content: "";
}
.post-type-page .ol--margin li + li {
  margin-top: 0.8rem;
}
.post-type-page .dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem 1.5rem;
  margin-top: 1.2rem;
}
.post-type-page .dl dd a[href^=tel] {
  color: var(--color-white);
  pointer-events: none;
}
.post-type-page .around-col {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .around-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
    margin-top: 2.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .around-col {
    gap: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .around-col__item + .around-col__item {
    margin-top: 3.2rem;
  }
}
.post-type-page .table {
  width: 100%;
  margin: 3rem 0;
}
.post-type-page .table th {
  width: 30%;
  font-size: 1.3rem;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .post-type-page .table th {
    width: 18%;
    font-size: 1.6rem;
  }
}
.post-type-page .table td {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .table td {
    font-size: 1.5rem;
  }
}
.post-type-page .table td a[href^=tel] {
  color: var(--color-font);
  pointer-events: none;
}
.post-type-page .table th,
.post-type-page .table td {
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid rgba(41, 41, 41, 0.5);
  padding-block: 2rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page .table th,
  .post-type-page .table td {
    padding-block: 3rem;
  }
}
.post-type-page .box {
  margin: 5rem 0 0;
  padding: 3rem;
  background: #eee;
}
.post-type-page .box__title {
  font-weight: bold;
  font-size: 2.1rem;
  margin: 0 0 1rem;
  line-height: 1.3em;
}
.post-type-page .box--white {
  background: var(--color-white);
}
@media screen and (min-width: 768px) {
  .post-type-page .box--logo {
    padding: 0 3rem 4.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .box--logo {
    padding: 0 11rem 4.4rem;
  }
}
.post-type-page .num-box {
  counter-reset: num;
  display: grid;
}
.post-type-page .num-box:first-of-type {
  margin-top: 7rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box:first-of-type {
    margin-top: 10.5rem;
  }
}
.post-type-page .num-box__contents {
  position: relative;
  counter-increment: num;
  padding: 4.3rem 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .num-box__contents {
    padding: 4.8rem 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box__contents {
    padding: 7.6rem 24.6rem 5rem 4.8rem;
  }
}
.post-type-page .num-box__contents:not(:first-of-type) {
  margin-top: 4.5rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box__contents:not(:first-of-type) {
    margin-top: 5rem;
  }
}
.post-type-page .num-box__contents::before {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-grid;
  place-content: center;
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  font-weight: 600;
  background: var(--color-primary);
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .post-type-page .num-box__contents::before {
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }
}
.post-type-page .num-box__contents::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #616161;
}
@media screen and (min-width: 768px) {
  .post-type-page .num-box__contents::after {
    top: -20px;
    left: -20px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box__contents--col {
    display: grid;
    grid-template-columns: 1fr 178px;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7.6rem 4.8rem 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box__contents--col-half {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box__contents--col-64 {
    grid-template-columns: 350px auto;
  }
  .post-type-page .num-box__contents--col-64 .num-box__thumb--out {
    right: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box__contents--mt-wide {
    margin-top: 210px !important;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box__contents--pdnone {
    padding: 7.6rem 4.8rem 5rem;
  }
}
.post-type-page .num-box__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .post-type-page .num-box__bg {
    height: 80%;
  }
}
@media screen and (max-width: 1199px) {
  .post-type-page .num-box__bg--col {
    height: 100%;
  }
}
.post-type-page .num-box__bg--bg-none {
  background: transparent;
}
@media screen and (max-width: 1199px) {
  .post-type-page .num-box__thumb {
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box__thumb--map {
    position: absolute;
    left: 150px;
    top: 50%;
    -webkit-transform: translate(50%, -60%);
            transform: translate(50%, -60%);
    width: 40vw;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box__thumb--out {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    max-width: 334px;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box__thumb--out-wide {
    max-width: 419px;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .num-box__thumb--map {
    position: relative;
    margin: -6.4rem -2rem 0;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .num-box__thumb--mini {
    width: 193px;
    margin: 3.6rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .num-box__thumb--wide {
    margin: 5rem auto 0;
  }
}
.post-type-page .num-box__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-blue);
}
@media screen and (min-width: 768px) {
  .post-type-page .num-box__title {
    font-size: 2.4rem;
  }
}
.post-type-page .num-box__text {
  line-height: 2.1;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box__text {
    line-height: 2;
    margin-top: 2.6rem;
  }
}
.post-type-page .num-box--nobg .num-box__contents {
  background: var(--color-white);
}
@media screen and (min-width: 1200px) {
  .post-type-page .num-box--nobg .num-box__contents {
    padding: 7.6rem 4.4rem 5rem;
  }
}
.post-type-page .num-box--transparent .num-box__contents:not(:first-of-type) {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .num-box--transparent .num-box__contents:not(:first-of-type) {
    margin-top: 11rem;
  }
}
.post-type-page .icon-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .post-type-page .icon-card {
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-type-page .icon-card__item {
  display: grid;
  text-align: center;
  border: 1px solid var(--color-primary);
  padding: 13px 10px 15px;
}
@media screen and (min-width: 1200px) {
  .post-type-page .icon-card__item {
    padding: 16px 20px 19px;
  }
}
.post-type-page .icon-card__thumb {
  display: grid;
  place-content: center;
  width: 55px;
  height: 55px;
  margin: auto;
  background: #fafafa;
  border-radius: 50%;
}
.post-type-page .icon-card__title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .post-type-page .icon-card__title {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.post-type-page .icon-card--side {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 4.4rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .icon-card--side {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 4.9rem;
  }
}
.post-type-page .icon-card--pd {
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .icon-card--pd {
    max-width: 80%;
    margin: 4rem auto 0;
  }
}
.post-type-page .icon-card--imgad .icon-card__thumb img {
  width: revert-layer;
}
.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;
  }
}
.post-type-page *:first-child {
  margin-top: 0;
}
.post-type-page .page-section:first-child {
  padding-top: 0;
}

.accordion-work {
  display: grid;
  gap: 3.2rem;
  margin-top: 3.5rem;
}
@media screen and (min-width: 1200px) {
  .accordion-work {
    margin-top: 6rem;
  }
}

.accordion {
  list-style: none;
  background: #fafafa;
}
.accordion__label {
  position: relative;
  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;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-font);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 3rem 1.8rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .accordion__label {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .accordion__label {
    padding: 3.5rem 5.3rem;
  }
}
.accordion__label::after {
  content: "＋";
  position: absolute;
  top: 27px;
  right: 10px;
  display: inline-grid;
  place-content: center;
  width: 29px;
  aspect-ratio: 1;
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--color-white);
  background: var(--color-blue);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .accordion__label::after {
    top: 35px;
    right: 29px;
    width: 36px;
    font-size: 1.3rem;
  }
}
.accordion__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;
  color: var(--color-font);
  font-size: 1.4rem;
  padding: 0 1.8rem;
}
@media screen and (min-width: 1200px) {
  .accordion__content {
    padding: 0 5.3rem;
  }
}
.accordion__toggle {
  display: none;
}
.accordion__toggle:checked + .accordion__label {
  padding: 3rem 1.8rem 0;
}
@media screen and (min-width: 1200px) {
  .accordion__toggle:checked + .accordion__label {
    padding: 3.5rem 5.3rem;
  }
}
.accordion__toggle:checked + .accordion__label + .accordion__content {
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 3rem 1.8rem;
}
@media screen and (min-width: 1200px) {
  .accordion__toggle:checked + .accordion__label + .accordion__content {
    padding: 3.9rem 5.3rem;
  }
}
.accordion__toggle:checked + .accordion__label::after {
  content: "ー";
}
.accordion .table {
  margin-top: 0;
}

.interview + .interview {
  margin-top: 2rem;
}
.interview:first-of-type {
  margin-top: 6.8rem;
}
@media screen and (min-width: 1200px) {
  .interview:first-of-type {
    margin-top: 9.4rem;
  }
}

.interview-ac {
  position: relative;
  background: var(--color-white);
  margin-bottom: 1.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .interview-ac:nth-child(even) .interview-ac__hd-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.interview-ac__header {
  cursor: pointer;
}
.is-open .interview-ac__header {
  cursor: default;
}
.interview-ac__hd-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .interview-ac__hd-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.interview-ac__icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: var(--color-blue);
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-weight: bold;
  display: inline-grid;
  place-content: center;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .interview-ac__icon {
    right: 16px;
    bottom: 34px;
  }
}
.interview-ac__title {
  text-align: left;
  padding: 9px 17px;
}
@media screen and (min-width: 1200px) {
  .interview-ac__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    padding-inline: 37px 70px;
  }
}
.interview-ac__thumb {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .interview-ac__img {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .interview-ac__img--center {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .interview-ac__img--center {
    padding-inline: clamp(37px, 10vw, 56px);
  }
}
.interview-ac__content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.interview-ac__item {
  background: var(--color-white);
  padding: 16px 16px 19px;
}
@media screen and (min-width: 1200px) {
  .interview-ac__item--center {
    padding-inline: clamp(37px, 10vw, 155px);
    margin-block: 2rem 4rem;
  }
}
.interview-ac__row {
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-inline: 25px;
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .interview-ac__row {
    padding-inline: 0;
  }
}
@media screen and (min-width: 1200px) {
  .interview-ac__row {
    grid-template-columns: 1fr 40%;
    padding-inline: clamp(3.7rem, 7%, 6.6rem) 0;
    gap: clamp(2rem, 5%, 5rem);
    padding-top: 5.5rem;
  }
}
.interview-ac__copy {
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .interview-ac__copy {
    font-size: 2rem;
  }
}
.interview-ac__toggle {
  background: var(--color-blue);
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-weight: bold;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  border: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .interview-ac__toggle {
    bottom: 42px;
    right: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .interview-ac.is-open {
    margin-bottom: 8.7rem;
  }
}
.interview-ac.is-open .interview-ac__content {
  max-height: 2000px;
}
@media screen and (min-width: 1200px) {
  .interview-ac.is-open .interview-ac__content {
    padding-bottom: 126px;
  }
}
.interview-ac.is-open .interview-ac__icon {
  background: var(--color-darkblue);
  cursor: default;
}
.interview-ac.is-open .interview-ac__toggle--bottom {
  display: inline-grid;
  opacity: 1;
  pointer-events: auto;
  display: none;
}
.interview-ac p:not([class]) {
  display: none;
}

@media screen and (max-width: 767px) {
  .interview-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.interview-title__position {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .interview-title__position {
    margin-right: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .interview-title__position {
    font-size: 2.8rem;
  }
}
.interview-title__year {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .interview-title__year {
    font-size: 1.4rem;
  }
}
.interview-title__initial {
  font-size: 2rem;
  font-weight: 500;
  margin-left: 1.3rem;
}

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

.business-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .business-img-wrap {
    margin-inline: -36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .business-img-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .business-img-wrap .business-img:first-child {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .business-img-wrap .business-img:first-child {
    width: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .business-img-wrap .business-img:first-child {
    width: 419px;
  }
}
@media screen and (max-width: 767px) {
  .business-img-wrap .business-img:last-child {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, -30px);
            transform: translate(-50%, -30px);
    width: 120%;
  }
}
@media screen and (min-width: 768px) {
  .business-img-wrap .business-img:last-child {
    position: absolute;
    top: calc(50% + 80px);
    left: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: -1;
    width: 50vw;
  }
}

.business-img-pd {
  margin: 55px 44px 0;
}
@media screen and (max-width: 767px) {
  .business-img-pd {
    height: 100vh;
  }
  .business-img-pd img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .business-img-pd {
    max-width: 632px;
    margin-inline: 58px;
    margin-right: auto;
  }
}

.greeting {
  display: grid;
  gap: 2.3rem;
  padding-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .greeting {
    padding-top: 4.7rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .greeting {
    gap: 7.8rem;
    padding-top: 6.7rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting__item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .greeting__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.greeting .h2 {
  padding: 0;
}

.sign {
  text-align: right;
  margin-top: 2rem;
}
.sign__label {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .sign__label {
    font-size: 1.3rem;
  }
}
.sign__name {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .sign__name {
    font-size: 2.8rem;
    margin-left: 1.9rem;
  }
}

.history {
  position: relative;
  padding-left: 40px;
  margin: 3.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .history {
    padding-left: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .history {
    max-width: 837px;
    margin: 5rem auto 0;
  }
}
.history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 100%;
  background: #b2b2b2;
}
.history__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 1.8rem;
}
@media screen and (min-width: 768px) {
  .history__item {
    gap: 4rem;
  }
}
.history__item::before, .history__item::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: var(--color-blue);
}
.history__item::before {
  top: 19px;
  left: -22px;
  width: 13px;
  height: 13px;
}
@media screen and (min-width: 768px) {
  .history__item::before {
    top: 25px;
    left: -63px;
    width: 22px;
    height: 22px;
  }
}
.history__item::after {
  top: 25px;
  left: -8px;
  width: 19px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .history__item::after {
    top: 35px;
    left: -10px;
    width: 74px;
    height: 4px;
  }
}
.history__date {
  color: var(--color-blue);
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .history__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.history__year {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .history__year {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .history__year {
    font-size: 3.2rem;
  }
}
.history__year small {
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  .history__year small {
    font-size: 1.4rem;
  }
}
.history__month {
  display: inline-grid;
  width: 13px;
  height: 100%;
  aspect-ratio: 1;
  place-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  border: 1px solid var(--color-blue);
  margin: 0.3rem 0 0;
}
@media screen and (min-width: 768px) {
  .history__month {
    width: 20px;
    font-size: 1.4rem;
    margin: 0 0 0 0.5rem;
  }
}
.history__month-label {
  display: inline-grid;
  width: 7px;
  height: 100%;
  aspect-ratio: 1;
  place-content: center;
  font-size: 5px;
  border: 1px solid var(--color-blue);
}
@media screen and (min-width: 768px) {
  .history__month-label {
    width: 10px;
    font-size: 0.8rem;
  }
}
.history__text {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .history__text {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}

.chart-img {
  display: block;
}
@media screen and (max-width: 767px) {
  .chart-img {
    width: 100%;
    height: 430px;
  }
  .chart-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .chart-img {
    margin-top: 4.3rem;
  }
}

.sdgs-grid {
  display: grid;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .sdgs-grid {
    gap: 4.5rem 6.4rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding-inline: 55px;
    margin: 90px auto 0;
  }
}
.sdgs-grid__item {
  display: grid;
}
@media screen and (min-width: 768px) {
  .sdgs-grid__item:nth-child(1) {
    grid-area: 1/1/3/2;
  }
}
@media screen and (min-width: 768px) {
  .sdgs-grid__item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}
@media screen and (min-width: 768px) {
  .sdgs-grid__item:nth-child(3) {
    grid-area: 2/2/3/3;
  }
}
.sdgs-grid__item:nth-child(2), .sdgs-grid__item:nth-child(3) {
  grid-template-columns: 1fr 70px;
  grid-template-rows: repeat(2, auto);
}
.sdgs-grid__item:nth-child(2) .sdgs-grid__title, .sdgs-grid__item:nth-child(3) .sdgs-grid__title {
  grid-area: 1/1/2/2;
}
.sdgs-grid__item:nth-child(2) .sdgs-grid__img, .sdgs-grid__item:nth-child(3) .sdgs-grid__img {
  grid-area: 1/2/3/3;
}
@media screen and (min-width: 768px) {
  .sdgs-grid__item:nth-child(2), .sdgs-grid__item:nth-child(3) {
    grid-template-columns: 1fr 100px;
  }
}
.sdgs-grid__title {
  font-size: 1.8rem;
  color: var(--color-blue);
}
@media screen and (min-width: 768px) {
  .sdgs-grid__title {
    font-size: 2.8rem;
  }
}

.section-voice {
  margin-top: 3rem;
  background: url(../images/section-voice-bg_sp.jpg) 0 107px/cover no-repeat;
  padding-bottom: 8.8rem;
}
@media screen and (min-width: 1200px) {
  .section-voice {
    margin-top: 5.7rem;
    background: url(../images/section-voice-bg_pc.jpg) 230px 0/cover no-repeat;
    padding-top: 6.6rem;
    padding-bottom: max(7rem, 9vw);
    position: relative;
    margin-bottom: 8.6rem;
  }
}
.section-voice__img {
  margin-right: 3.2rem;
}
@media screen and (min-width: 768px) {
  .section-voice__img {
    margin-right: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-voice__img {
    margin: 0;
    width: 40%;
    position: absolute;
    top: 6.6rem;
    left: 0;
  }
}
.section-voice__img p:empty {
  display: none;
}
.section-voice__imgtexts {
  padding: 0.5rem 3.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .section-voice__imgtexts {
    padding: 0.5rem 3.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-voice__imgtexts {
    padding: 1.8rem 0 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.5rem;
  }
}
.section-voice__position {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .section-voice__position {
    font-size: 2.8rem;
  }
}
.section-voice__year {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .section-voice__year {
    font-size: 1.4rem;
  }
}
.section-voice__name {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .section-voice__qa {
    padding-left: calc(40vw + 100px);
    padding-right: 3.5rem;
  }
}

.qa {
  list-style: none;
  margin-top: 4rem !important;
}
.qa li + li {
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .qa li + li {
    margin-top: 6.2rem;
  }
}
.qa__q {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 2rem;
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .qa__q {
    font-size: 1.8rem;
    padding-left: 3rem;
  }
}
.qa__q::before {
  content: "Q.";
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .qa__q::before {
    font-size: 2rem;
  }
}
.qa__a {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 2rem;
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .qa__a {
    font-size: 1.5rem;
    padding-left: 3rem;
  }
}
.qa__a::before {
  content: "A.";
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: -4px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .qa__a::before {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit-about__item {
    padding-inline: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .slash {
    display: block;
  }
  .slash + span {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .slash {
    display: inline;
  }
  .slash:not(:last-child)::after {
    content: " ／";
  }
}

.children-card {
  position: relative;
  display: block;
  background: var(--color-white);
  -webkit-box-shadow: 1px 1px 3px var(--color-primary);
          box-shadow: 1px 1px 3px var(--color-primary);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.children-card:hover {
  opacity: 0.7;
}
.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__box, .children-card__title, .children-card__description, .children-card__btn {
  display: block;
  width: 100%;
}
.children-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: var(--color-white);
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.children-card__box {
  padding: 15px 20px 25px;
}
@media screen and (min-width: 1200px) {
  .children-card__box {
    padding: 20px 20px 30px;
  }
}
.children-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.children-card__description {
  margin-top: 1rem;
}
.children-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.children-card__btn--center {
  text-align: center;
}
.children-card__btn--right {
  text-align: right;
}
.children-card__time, .children-card__category, .children-card__post-title {
  display: inline-block;
}
@media screen and (min-width: 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-wrap {
  display: grid;
  gap: 46px;
}
@media screen and (min-width: 768px) {
  .pickup-card-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 63px 36px;
  }
}
.pickup-card-wrap--re .pickup-card__title,
.pickup-card-wrap--re .pickup-card__desc {
  color: var(--color-white);
}
.pickup-card-wrap--re .pickup-card__title {
  border-bottom: 1px solid var(--color-white);
}
.pickup-card-wrap--mt {
  margin-top: 5.5rem;
}
@media screen and (min-width: 1200px) {
  .pickup-card-wrap--mt {
    margin-top: 6.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .pickup-card-wrap--md-3column {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 25px;
  }
}

.pickup-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pickup-card__thumbnail, .pickup-card__img, .pickup-card__box, .pickup-card__title, .pickup-card__desc {
  display: block;
  width: 100%;
}
.pickup-card__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (min-width: 1200px) {
  .pickup-card__title {
    font-size: 2rem;
  }
}
.pickup-card__desc {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .pickup-card__desc {
    font-size: 1.5rem;
  }
}
.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;";
}

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

/*  数字で見るパーツ利用時以外は不要  */
.countup-card {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 15px;
  margin-top: 5.8rem;
}
@media screen and (min-width: 1200px) {
  .countup-card {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, auto);
    margin-top: 5.5rem;
  }
}
.countup-card__item {
  background: #fafafa;
  padding: 1rem;
}
.countup-card__item:nth-child(1) {
  grid-area: 1/1/2/2;
}
.countup-card__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.countup-card__item:nth-child(3) {
  grid-area: 2/1/3/2;
}
.countup-card__item:nth-child(4) {
  grid-area: 2/2/3/3;
}
.countup-card__item:nth-child(5) {
  grid-area: 3/1/4/2;
}
.countup-card__item:nth-child(6) {
  grid-area: 3/2/4/3;
}
.countup-card__item:nth-child(7) {
  grid-area: 4/1/5/3;
}
.countup-card__item:nth-child(8) {
  grid-area: 5/1/6/3;
}
@media screen and (min-width: 1200px) {
  .countup-card__item {
    padding: 2rem;
  }
  .countup-card__item:nth-child(1) {
    grid-area: 1/1/2/3;
  }
  .countup-card__item:nth-child(2) {
    grid-area: 1/3/2/5;
  }
  .countup-card__item:nth-child(3) {
    grid-area: 1/5/2/7;
  }
  .countup-card__item:nth-child(4) {
    grid-area: 2/1/3/3;
  }
  .countup-card__item:nth-child(5) {
    grid-area: 2/3/3/5;
  }
  .countup-card__item:nth-child(6) {
    grid-area: 2/5/3/7;
  }
  .countup-card__item:nth-child(7) {
    grid-area: 3/1/4/4;
  }
  .countup-card__item:nth-child(8) {
    grid-area: 3/4/4/7;
  }
}
.countup-card__box {
  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;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .countup-card__box {
    margin-top: 2.2rem;
  }
}
.countup-card__title {
  display: block;
  text-align: center;
  color: var(--color-blue);
  font-size: 1.2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .countup-card__title {
    font-size: 1.8rem;
  }
}
.countup-card__thmb {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% - 10px);
          flex: 0 0 calc(30% - 10px);
}
@media screen and (min-width: 1200px) {
  .countup-card__thmb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(40% - 20px);
            flex: 0 0 calc(40% - 20px);
  }
}
.countup-card__thmb--danjo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
@media screen and (max-width: 1199px) {
  .countup-card__thmb--danjo {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .countup-card__thmb--danjo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% - 20px);
            flex: 0 0 calc(60% - 20px);
  }
}
.countup-card__img {
  width: 100%;
  height: auto;
}
.countup-card__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
@media screen and (min-width: 1200px) {
  .countup-card__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
.countup-card__desc small {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--color-blue);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .countup-card__desc small {
    font-size: 1.6rem;
  }
}
.countup-card__desc--danjo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 1199px) {
  .countup-card__desc--danjo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .countup-card__desc--danjo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
.countup-card__desc--age {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.countup-card__desc--age small {
  font-size: 1.2rem;
}
.countup-card__number {
  text-align: center;
  color: var(--color-blue);
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .countup-card__number {
    font-size: clamp(3.6rem, 4vw, 5.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .countup-card__number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.countup-card__number--small {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .countup-card__number--small {
    font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  }
}
.countup-card__count {
  white-space: nowrap;
  font-variant: tabular-nums;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
}
.countup-card__unit {
  font-size: 50%;
}

/*  数字で見るパーツここまで  */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
@media screen and (min-width: 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;
  }
}

/*  パンくず  */
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-block: 4.6rem 0.9rem;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb__list {
    font-size: 1.5rem;
  }
}
.breadcrumb__item:not(:first-child):before {
  content: "〉";
  position: relative;
  display: inline-block;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item:not(:first-child):before {
    margin-left: 1.5rem;
  }
}
.breadcrumb__item:not(:last-child) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #a5a5a5;
}
.breadcrumb__item:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__link {
  color: inherit;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.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;
  gap: 10px;
  margin: 5rem 0 0;
}
.pager-list__item {
  list-style: none;
  position: relative;
  display: grid;
  place-content: center;
  width: 38px;
  height: 38px;
  font-weight: bold;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .pager-list__item {
    width: 48px;
    height: 48px;
  }
}
.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 {
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  color: var(--color-font);
  background: #f6f6f6;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .pager-list__link--number {
    font-size: 1.9rem;
  }
}
.pager-list__link--prev:before {
  content: "\e900";
  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;
  color: var(--color-font);
  place-content: center;
  -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: "\e900";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: calc(50% + 25px);
  display: inline-grid;
  width: 50px;
  height: 50px;
  font-size: 1.4rem;
  color: var(--color-font);
  place-content: center;
  -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-blue);
  color: var(--color-white);
}
.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;
  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;
  font-size: 1.4rem;
  place-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .single-pager-list__link--next::after {
    left: calc(50% + 60px);
  }
}
.single-pager-list__link--back {
  display: inline-grid;
  place-content: center;
  font-size: 1.6rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: var(--color-white);
  background: var(--color-primary);
  padding: 15px 50px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-radius: 36px;
}
@media screen and (min-width: 768px) {
  .single-pager-list__link--back {
    font-size: 1.7rem;
  }
}
.single-pager-list__link:hover {
  opacity: 0.6;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  right: 24px;
  bottom: 30px;
  display: inline-grid;
  place-content: center;
  width: 40px;
  height: 40px;
  background: #717171;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .page-top {
    right: 65px;
  }
}
.page-top::before {
  content: "\e900";
  font-family: "icomoon";
  color: var(--color-white);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page-top--absolute {
  position: absolute;
  bottom: calc(100% - 20px);
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.main-end-sentinel {
  height: 1px;
  width: 100%;
}

.goto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .goto {
    overflow-x: scroll;
    padding-inline: 3rem;
    margin-block: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .goto {
    position: absolute;
    top: 0;
    left: 15px;
    width: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
  }
}
@media screen and (min-width: 1200px) {
  .goto {
    left: 50px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.goto__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.goto__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #979797;
  line-height: 28px;
  padding: 10px 10px 10px 18px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  .goto__link {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .goto__link {
    font-size: 1.6rem;
  }
}
.goto__link::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #929292;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.goto__link.active {
  color: var(--color-primary);
}
.goto__link.active::before {
  background: var(--color-primary);
}
.goto__link:hover {
  opacity: 0.7;
}
.goto.is-inverse .goto__link.active {
  color: var(--color-white);
}
.goto.is-inverse .goto__link.active::before {
  background: var(--color-white) !important;
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-footer {
  text-align: center;
  margin-top: 6.5rem;
}
@media screen and (min-width: 1200px) {
  .news-footer {
    margin-top: 110px;
  }
}

.news-h2 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-blue);
  border-bottom: 1px solid #bababa;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .news-h2 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
}

.news-list {
  display: block;
  width: 100%;
  max-height: 249px;
  overflow-y: scroll;
  margin: 3.7rem auto 0;
}
@media screen and (max-width: 767px) {
  .news-list {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .news-list {
    max-width: 773px;
    max-height: 235px;
    padding-right: 6.6rem;
  }
}
.news-list--archive {
  max-width: 100%;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .news-list--archive {
    padding-right: 0;
  }
}

.news-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 768px) {
  .news-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.news-card:first-of-type .news-card__time,
.news-card:first-of-type .news-card__post-title {
  padding-top: 0;
}
.news-card__time, .news-card__category, .news-card__post-title {
  padding: 2.7rem 0;
}
@media screen and (min-width: 768px) {
  .news-card__time, .news-card__category, .news-card__post-title {
    padding: 3rem 1.5rem;
  }
}
.news-card__time {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-gray-dark);
}
.news-card__category {
  text-align: center;
  border: 1px solid var(--color-font);
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .news-card__time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
}
.news-card__category {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.news-card__post-title {
  overflow: hidden;
  font-weight: 500;
  color: inherit;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .news-card__post-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px;
  }
}
.news-card__post-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.news-head {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .news-head {
    margin-bottom: 4.6rem;
  }
}
.news-head__time {
  font-size: 1.3rem;
  font-weight: 500;
  color: #838383;
}
@media screen and (min-width: 768px) {
  .news-head__time {
    font-size: 1.5rem;
  }
}
.news-head__ctg {
  position: relative;
  display: inline-block;
  height: 34px;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: bold;
  color: var(--color-font);
  text-align: center;
  white-space: nowrap;
  margin-right: 1.5rem;
  padding: 1rem 1.5rem;
}
.news-head .news-h2 {
  margin-top: 1rem;
}

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

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

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

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

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

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

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

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

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* デコレーション版 */
.deco-form {
  background: #fafafa;
  padding: 40px 25px;
  margin-top: 4.3rem !important;
}
@media screen and (min-width: 1200px) {
  .deco-form {
    padding: 90px 150px;
    margin-top: 8.4rem !important;
  }
}
.deco-form__wrap {
  border: 3px solid #666;
  border-radius: 20px;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .deco-form__wrap {
    padding: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .deco-form__wrap {
    padding: 8rem;
  }
}
.deco-form__row {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .deco-form__row--file {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(1) {
    width: 30.5%;
  }
}
.deco-form__row--file .deco-form__item:nth-child(2) {
  width: 100%;
  padding: 1.8rem 2rem;
  background: #eee;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    width: 69.5%;
  }
}
@media screen and (min-width: 1200px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    padding: 2rem;
  }
}
.deco-form__required, .deco-form__any {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
}
.deco-form__required {
  color: #ec0000;
}
.deco-form__any {
  color: #b5b5b5;
}
.deco-form__item {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  color: #535353;
}
.deco-form__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: bold;
  margin-bottom: 8px;
}
.deco-form__item--select {
  position: relative;
}
.deco-form__item--select:before, .deco-form__item--select:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form__item--select:before {
  color: var(--color-white);
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:before {
    width: 50px;
  }
}
.deco-form__item--select:after {
  top: 20px;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: var(--color-white) transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:after {
    right: 9px;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__item--norequired {
    padding-left: 7rem;
    width: calc(44% - 3rem) !important;
  }
}
.deco-form__policy {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid var(--color-font);
  padding: 15px 20px;
  margin: 2rem 0;
}
.deco-form__text, .deco-form__textarea, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #1a1a1c;
  background: var(--color-white);
  border-radius: 8px;
  outline: 0;
}
@media screen and (min-width: 1200px) {
  .deco-form__text, .deco-form__textarea, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
    padding: 10px 25px;
  }
}
.deco-form__text, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  height: 5rem;
}
.deco-form__small {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .deco-form__small {
    width: 68%;
    white-space: nowrap;
  }
}
.deco-form__small::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #eee;
  vertical-align: super;
  margin: 1.8rem 0.7rem 0 0;
}
.deco-form__select {
  cursor: pointer;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  text-overflow: "";
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
.deco-form__add {
  margin-left: 1rem;
}
.deco-form__check {
  display: none;
}
.deco-form__check:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.deco-form__check:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.deco-form__check:checked + .mwform-checkbox-field-text:before {
  background: #535353;
}
.deco-form__radio {
  display: none;
}
.deco-form__radio:checked + .mwform-radio-field-text {
  font-weight: bold;
  color: var(--color-white);
  background: #666;
}
.deco-form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 30px;
  vertical-align: middle;
  cursor: pointer;
}
.deco-form .mwform-radio-field-text:before {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #666;
  background: var(--color-white);
}
.deco-form .mwform-radio-field-text::after {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  content: "";
  position: absolute;
  top: 13px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #535353;
  opacity: 0;
}
.deco-form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .deco-form .mwform-checkbox-field-text {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .deco-form .mwform-checkbox-field-text {
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
}
.deco-form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #535353;
  border-radius: 3px;
  background: var(--color-white);
}
.deco-form .mwform-checkbox-field-text:after {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  opacity: 0;
}
.deco-form .mwform-radio-field label,
.deco-form .mwform-checkbox-field label {
  cursor: pointer;
}
.deco-form__image {
  width: 100%;
}
.deco-form__checkbox--region:after {
  border-radius: 5px;
}
.deco-form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.deco-form__button, .deco-form__back, .deco-form__submit {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-white);
  background: #666;
  padding: 18px 30px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .deco-form__button, .deco-form__back, .deco-form__submit {
    max-width: 430px;
  }
}
.deco-form__button:hover, .deco-form__back:hover, .deco-form__submit:hover {
  opacity: 0.7;
}
.deco-form .mw-wp-form_image img {
  max-width: 100%;
  height: auto;
}
.deco-form span.mwform-checkbox-field.vertical-item {
  display: inline-block;
}
.deco-form .vertical-item {
  margin-top: 0 !important;
  margin-bottom: 5px;
}
.deco-form__info-area {
  padding: 15px 0;
}
@media screen and (min-width: 1200px) {
  .deco-form__info-area {
    padding: 25px 0;
  }
}
.deco-form__info-item {
  background: #eee;
  margin-bottom: 1px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .deco-form__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.deco-form__info-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .deco-form__info-title {
    width: 175px;
  }
}
.deco-form__info-txtbox {
  display: block;
  width: calc(100% - 175px);
  pointer-events: none;
}

.deco-form-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.deco-form-birth__item {
  position: relative;
  display: block;
  width: 100%;
}
.deco-form-birth__item:before, .deco-form-birth__item:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form-birth__item:before {
  color: var(--color-white);
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form-birth__item:before {
    width: 50px;
  }
}
.deco-form-birth__item:after {
  top: 20px;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: var(--color-white) transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form-birth__item:after {
    right: 9px;
  }
}
.deco-form-birth--year, .deco-form-birth--month {
  margin-right: 1rem;
}
.deco-form-text-link {
  color: #535353;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.deco-form-text-link:hover {
  opacity: 0.8;
}

.preview-txt {
  display: none;
}

.pryvacy-consent {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.pryvacy-consent__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .pryvacy-consent__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}
.pryvacy-consent .deco-form__required {
  display: block;
}
.pryvacy-consent .mwform-checkbox-field-text {
  display: inline-block;
  font-size: 1.6rem;
}
.pryvacy-consent .preview-txt {
  display: block;
}

.mw_wp_form_preview .preview-txt {
  display: inline-block;
}
.mw_wp_form_preview .pryvacy-consent {
  display: none;
}
.mw_wp_form_preview .deco-form__required,
.mw_wp_form_preview .deco-form__any,
.mw_wp_form_preview .deco-form__small,
.mw_wp_form_preview .deco-form__item--select:before,
.mw_wp_form_preview .deco-form__item--select:after,
.mw_wp_form_preview .deco-form-birth__item:before,
.mw_wp_form_preview .deco-form-birth__item:after {
  display: none;
}
.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) {
  background: none;
  padding: 0;
}
.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) a {
  color: var(--color-font);
  text-decoration: none;
  border-bottom: none;
  pointer-events: none;
}

.form-step {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .form-step {
    margin-bottom: 8rem;
  }
}
.form-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-step__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #ddd;
}
@media screen and (min-width: 768px) {
  .form-step__item:not(:last-child)::after {
    width: 100px;
  }
}
.form-step__item--active::after {
  background: red !important;
}
.form-step__item--active .form-step__num {
  background: red;
}
.form-step__num {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #ddd;
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form-step__num {
    width: 91px;
    height: 91px;
    line-height: 91px;
    font-size: 3.8rem;
  }
}

.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: 1.8rem 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 0.8rem;
  font-weight: 500;
  font-size: 1.3rem;
}
@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: var(--color-font);
  border-color: var(--color-font);
}

.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 {
  background: #fff !important;
}
.smf-radio-button-control__control:checked:before {
  width: 10px !important;
  height: 10px !important;
  left: 3px !important;
  top: 3px !important;
  background: var(--color-font) !important;
}
.smf-radio-button-control__label {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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 {
  position: relative !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 2rem !important;
  min-width: 190px !important;
  max-width: 100% !important;
  text-decoration: none !important;
  color: var(--color-font) !important;
  border: 1px solid var(--color-font) !important;
  background: transparent !important;
  border-radius: 0px !important;
  padding: 1.5rem 3rem !important;
  -webkit-transition: 0.2s ease-out !important;
  transition: 0.2s ease-out !important;
}
@media screen and (min-width: 768px) {
  .smf-button-control__control {
    padding: 1.5rem 4rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .smf-button-control__control:hover {
    color: var(--color-white) !important;
    background: var(--color-font) !important;
  }
}
.smf-button-control__control::after {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: normal;
  content: "\e900";
  display: inline-grid;
  place-content: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.snow-monkey-form[data-screen=confirm] .smf-focus-point {
  top: -10rem;
}
@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 768px) {
  [id] {
    scroll-margin-top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  [id] {
    scroll-margin-top: 150px;
  }
}

@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.3rem;
  line-height: 1.8;
  font-family: "Shippori Mincho", "Roboto", -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;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.5rem;
  }
}

/*
: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;
}

.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;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.gmap-wrapper--narrow {
  padding-top: 56.25%;
}
@media screen and (min-width: 768px) {
  .gmap-wrapper--narrow {
    padding-top: 32%;
  }
}

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