@charset "UTF-8";
@font-face {
  font-family: "GenShinGothic";
  src: url("../fonts/GenShinGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenShinGothic";
  src: url("../fonts/GenShinGothic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenShinGothic";
  src: url("../fonts/GenShinGothic-Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenShinGothic";
  src: url("../fonts/GenShinGothic-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "arial-black";
  src: url("../fonts/arial-black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quentin";
  src: url("../fonts/Quentin.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaT-Bold";
  src: url("../fonts/FuturaT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 1019px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1020 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

* {
  font-family: "GenShinGothic", "Noto Sans JP", serif, sans-serif;
  color: #000;
  letter-spacing: 0;
}

html {
  visibility: hidden;
  scrollbar-gutter: stable;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

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

body {
  font-family: "GenShinGothic", "Kiwi Maru", "arial-black", "acumin-variable", "Noto Sans JP", "a-otf-ryumin-pr6n", "a-otf-gothic-mb101-pr6n", "minion-pro", "Quentin", "FuturaT-Bold", "kozuka-gothic-pr6n", sans-serif, serif;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a:hover {
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.footer {
  background-color: #fff;
}

.footer__inner {
  padding: 12.5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 5rem 0 2.5rem;
  }
}

.footer__logo {
  margin-inline: auto;
  width: clamp(10rem, 6.9190140845rem + 13.1455399061vw, 18.75rem);
}

.footer__name {
  font-family: "kozuka-gothic-pr6n";
  font-weight: 500;
  font-size: 2.5rem;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__name {
    font-size: 1.625rem;
  }
}

.footer__img {
  margin-top: 2.5rem;
  margin-inline: auto;
  width: clamp(18.125rem, 11.5228873239rem + 28.1690140845vw, 36.875rem);
}

.footer__insta {
  margin-top: 3.75rem;
  margin-inline: auto;
  width: 3.125rem;
}

.footer__copy {
  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-top: 3.125rem;
}

.footer__copyright {
  font-size: 0.875rem;
  font-weight: 500;
}

.footer__privacy {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}

.footer__bottom-wrap-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__bottom-wrap-sp {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-inline: auto;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer__bottom-link-sp a {
    display: block;
    padding: 0.625rem 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__bottom-link-sp.link01 a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "a-otf-ryumin-pr6n";
    font-size: 0.875rem;
    background-color: #eb6667;
    text-align: center;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer__bottom-link-sp.link02 a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "a-otf-ryumin-pr6n";
    font-size: 0.875rem;
    background-color: #fdee21;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 767px) {
  .footer__bottom-link-sp.link03 a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "a-otf-ryumin-pr6n";
    font-size: 0.875rem;
    background-color: #68c0d6;
    text-align: center;
    height: 100%;
  }
}

.footer__icon.icon-tel {
  width: 1.625rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-inline: auto;
}

.footer__icon.icon-shiryou {
  width: 1.125rem;
  margin-inline: auto;
}

.footer__icon.icon-mail {
  width: 1.875rem;
  margin-inline: auto;
  margin-bottom: 0.3125rem;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem);
  background-color: rgba(255, 255, 255, 0.8);
}

.header__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.75rem;
}

.header__logo {
  width: 9.4rem;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 6.4rem;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: clamp(1.875rem, 1.2147887324rem + 2.8169014085vw, 3.75rem);
     -moz-column-gap: clamp(1.875rem, 1.2147887324rem + 2.8169014085vw, 3.75rem);
          column-gap: clamp(1.875rem, 1.2147887324rem + 2.8169014085vw, 3.75rem);
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
     -moz-column-gap: clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
          column-gap: clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
}
@media screen and (max-width: 767px) {
  .header__list {
    display: none;
    -webkit-column-gap: clamp(1.375rem, 1.198943662rem + 0.7511737089vw, 1.875rem);
       -moz-column-gap: clamp(1.375rem, 1.198943662rem + 0.7511737089vw, 1.875rem);
            column-gap: clamp(1.375rem, 1.198943662rem + 0.7511737089vw, 1.875rem);
  }
}

.header__list li a {
  color: #000;
  font-size: clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
}

.header__list li a.name {
  font-size: clamp(0.75rem, 0.485915493rem + 1.1267605634vw, 1.5rem);
  padding-right: clamp(0.625rem, 0.4049295775rem + 0.9389671362vw, 1.25rem);
  position: relative;
}

.header__list {
  position: relative;
}

.header__list::before {
  content: "";
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1px;
  height: 1.5rem;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2rem;
}

.header__list li.header-tel {
  font-family: "minion-pro";
  font-size: clamp(1.625rem, 1.4049295775rem + 0.9389671362vw, 2.25rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 4rem;
  line-height: 1.2;
  position: relative;
}

.header__list li.header-tel::before {
  content: "";
  background-image: url(../images/common/icon-tel-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.125rem;
  height: 1.375rem;
  position: absolute;
  top: 62%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.4rem;
}

.header__list li.header-tel span {
  display: block;
  font-size: clamp(0.4375rem, 0.3714788732rem + 0.2816901408vw, 0.625rem);
}

.hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    width: 4.3vw;
    height: 1.25rem;
    cursor: pointer;
    position: fixed;
    top: 3.7rem;
    right: 3rem;
    z-index: 4000;
    top: 1.2rem;
    right: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .hamburger, .hamburger span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .hamburger span {
    position: absolute;
    left: 0.75rem;
    width: 2.125rem;
    height: 4px;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .hamburger span:first-child {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .hamburger span:nth-child(2) {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 52%;
    top: 44%;
  }
}

@media screen and (max-width: 767px) {
  .hamburger span:nth-child(3) {
    bottom: -22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -4%;
  }
}

.hamburger.is-active span:first-child {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: 48%;
  left: -30%;
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
  left: -30%;
}

.hamburger.is-active span:nth-child(3) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 48%;
  left: -30%;
}

.sp-tel {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-tel {
    display: block;
    width: 2.25rem;
    cursor: pointer;
    position: fixed;
    top: 3.7rem;
    right: 3rem;
    z-index: 4000;
    top: 0.8rem;
    right: 4.3rem;
    z-index: 100;
  }
}

.drawer-menu {
  background: #faf5ef;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 0;
  display: none;
  width: 60%;
  height: 100vh;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .drawer-menu {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sp-right {
    margin-left: -4rem;
  }
}

.drawer-menu__inner {
  height: 90vh;
  padding: 12.5rem 5rem;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .drawer-menu__inner {
    padding: 6.25rem 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .drawer-menu .header__logo {
    width: 8.125rem;
    position: fixed;
    top: 1.25rem;
    left: 0.75rem;
  }
}

.drawer-menu__items {
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.drawer-menu__item {
  text-align: left;
}

.drawer-menu__item + .drawer-menu__item {
  margin-top: 1.25rem;
}

.drawer-menu__item a,
.drawer-menu__link a {
  display: inline-block;
  color: #000;
  text-transform: capitalize;
  font-family: "a-otf-ryumin-pr6n";
  font-size: 1.4375rem;
  letter-spacing: 0.1em;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .drawer-menu__item a,
  .drawer-menu__link a {
    font-size: 0.875rem;
  }
}

.drawer-menu__link {
  position: relative;
  padding-left: 1.25rem;
}

.drawer-menu__link.link-top {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .drawer-menu__link.link-top {
    margin-top: 0.625rem;
  }
}

.drawer-menu__link::before {
  content: "";
  background-image: url(../images/common/arrow-w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.6875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .drawer-menu__link::before {
    width: 0.5rem;
    height: 0.6875rem;
  }
}

.drawer-menu__link a {
  font-size: 1.25rem;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .drawer-menu__link a {
    font-size: 0.8125rem;
  }
}

.drawer-menu__link.link-g a {
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .drawer-menu__link.link-g a {
    font-size: 0.8125rem;
  }
}

.drawer-menu__button {
  text-align: left;
}

.drawer-menu__button + .drawer-menu__button {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .drawer-menu__button + .drawer-menu__button {
    margin-top: 0.625rem;
  }
}

.drawer-menu__button a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.drawer-menu__items .h-recruit-sp,
.drawer-menu__items .h-contact {
  display: inline-block;
  width: 180px;
  text-align: center;
  padding: 0.75rem 1.25rem 0.6875rem;
}

@media screen and (max-width: 767px) {
  .drawer-menu__link {
    padding: 0.25rem 0.625rem 0.25rem 1rem;
  }
}

.drawer-menu__items .h-recruit-sp {
  margin-top: 1.25rem;
}

.drawer__bottom {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .drawer__bottom {
    margin-top: 3.75rem;
  }
}

.drawer__box-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .drawer__box-flex {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.drawer__box a {
  display: block;
  border: 1px solid #000;
  color: #000;
  font-family: "a-otf-ryumin-pr6n";
  font-size: 1.4375rem;
  letter-spacing: 0.1em;
  padding: 1.25rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .drawer__box a {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}

.drawer__box a::before {
  content: "";
  background-image: url(../images/common/arrow-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.6875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 767px) {
  .drawer__box a::before {
    right: 10px;
    width: 0.5rem;
    height: 0.6875rem;
  }
}

.drawer__box.instagram a {
  text-transform: capitalize;
}

.drawer__box.line a {
  text-transform: uppercase;
}

.drawer__box-l a {
  display: block;
  border: 1px solid #000;
  color: #000;
  font-family: "a-otf-ryumin-pr6n";
  font-size: 1.625rem;
  padding: 1.25rem;
  padding-left: 5rem;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .drawer__box-l a {
    font-size: 0.875rem;
    padding: 0.625rem;
    padding-left: 1.875rem;
    margin-top: 1.25rem;
  }
}

.drawer__box-l a span {
  display: block;
  color: #000;
  font-family: "a-otf-ryumin-pr6n";
  font-size: 1.4375rem;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .drawer__box-l a span {
    font-size: 0.8125rem;
  }
}

.drawer__box-l a::before {
  content: "";
  background-image: url(../images/common/arrow-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.6875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.drawer-menu .header__list {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .drawer-menu .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
    padding-bottom: 2.5rem;
  }
}

.drawer-menu .header__tel {
  color: #000 !important;
  position: relative;
}

.drawer-menu .header__tel::before {
  content: "";
  background-image: url(../images/common/icon-tel.svg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.6875rem;
  height: 0.875rem;
  position: absolute;
  top: 59%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.drawer-menu .header__tel::after {
  background-color: #000 !important;
  content: "";
  width: 2px;
  height: 80%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.5rem;
}

.drawer-menu .header__mail {
  font-family: "a-otf-ryumin-pr6n";
  color: #000 !important;
  position: relative;
}

.drawer-menu .header__mail::before {
  content: "";
  background-image: url(../images/common/icon-mail.svg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1.1875rem;
  position: absolute;
  top: 59%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 767px) {
  .drawer-menu .header__tel {
    font-size: 1rem;
    font-family: "a-otf-ryumin-pr6n";
    padding-right: 0.375rem;
    padding-left: 1em;
    position: relative;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  .drawer-menu .header__list a.header__mail {
    font-size: 1rem;
    padding-left: 1.4rem;
  }
}

.drawer__privacy {
  display: block;
  color: #000;
  font-size: 1.625rem;
  font-family: "a-otf-ryumin-pr6n";
  font-weight: 500;
  text-align: center;
  margin-top: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .drawer__privacy {
    font-size: 0.875rem;
    margin-top: -0.5rem;
  }
}

.fix-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.125rem;
  position: fixed;
  top: 28%;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fix-icons {
    display: none;
  }
}

.fix-icon a {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 0.375rem 0.375rem 0.375rem;
}

.icon__img {
  margin-inline: auto;
}

.icon__text {
  font-size: clamp(0.625rem, 0.4929577465rem + 0.5633802817vw, 1rem);
}

.fix-icon.icon01 {
  background-color: #eb6667;
}

.fix-icon.icon01 .icon__img {
  margin-top: 0.25rem;
  width: clamp(1.625rem, 1.4049295775rem + 0.9389671362vw, 2.25rem);
}

.fix-icon.icon01 .icon__text {
  margin-top: 0.375rem;
}

.fix-icon.icon01 .icon__text,
.fix-icon.icon03 .icon__text {
  color: #fff;
  text-align: center;
}

.fix-icon.icon02 {
  background-color: #fdee21;
}

.fix-icon.icon02 .icon__img {
  width: clamp(1.25rem, 1.0299295775rem + 0.9389671362vw, 1.875rem);
}

.fix-icon.icon02 .icon__text {
  color: #000;
  margin-top: 0.25rem;
  text-align: center;
}

.fix-icon.icon03 {
  background-color: #68c0d6;
}

.fix-icon.icon03 .icon__img {
  width: clamp(1.875rem, 1.6549295775rem + 0.9389671362vw, 2.5rem);
}

.fix-icon.icon03 .icon__text {
  line-height: 1.1;
}

.inner {
  padding-right: 6.5rem;
  padding-left: 6.5rem;
  margin-inline: auto;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-inline: auto;
  }
}

.wp-pagenavi {
  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;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-top: 9.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 10px !important;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #9fa0a0;
  border-color: #9fa0a0 !important;
}

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

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