@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* ===============================================
# メディアクエリー
=============================================== */
/* ===============================================
# line-heightの余白削除
=============================================== */
html {
  scroll-padding-top: 140px;
}
@media screen and (max-width: 1389px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1390 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 393 * 100vw);
  }
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  padding-top: 6.5625rem;
  line-break: strict;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 4.5rem;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

[lang=ja] {
  font-family: "Noto Sans JP", sans-serif;
}

[lang=en] {
  font-family: "Inter", sans-serif;
}

img {
  display: block;
}

a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1390px;
  height: inherit;
  padding: 0 1.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    padding: 0 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .l-inner--sp25 {
    padding: 0 1.5625rem;
  }
}

.l-inner--narrow {
  max-width: 84.375rem;
}
@media screen and (max-width: 767px) {
  .l-inner--narrow {
    padding: 0 1.25rem;
  }
}

.l-inner__out {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 1440px;
}

.l-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 2.3125rem;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-inline: 1.5rem;
  }
}

.l-header__inner {
  display: grid;
  grid-template-columns: 18.0625rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.5625rem;
  max-width: 1440px;
  margin-inline: auto;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    min-height: 4.5rem;
    grid-template-columns: 7.625rem 1fr;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: 1.375rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.0625rem;
}

@media screen and (max-width: 1100px) {
  .l-header__list {
    gap: 1.25rem;
  }
}
.l-header__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  position: relative;
}
.l-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 1px;
  background: #000;
  scale: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-header__list li a:hover::after {
    scale: 1;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.l-header__list li a span:nth-child(2) {
  font-family: "Afacad", sans-serif;
}

.l-header__btn {
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
/* ===============================================
# ドロワーアイコン
=============================================== */
.l-drawer__icon {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-drawer__icon {
    position: fixed;
    z-index: 102;
    top: 0.75rem;
    right: 1.25rem;
    width: 1.5rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (any-hover: hover) {
  .l-drawer__icon:hover {
    opacity: 0.7;
  }
}

.l-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: red;
  -webkit-transition: rotate 0.3s ease-in-out, translate 0.3s ease-in-out;
  transition: rotate 0.3s ease-in-out, translate 0.3s ease-in-out;
}

.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.46875rem;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.46875rem;
}

/* ===============================================
# ドロワー
=============================================== */
/* ===============================================
# ドロワーアイコン
=============================================== */
.l-drawer__icon {
  display: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-drawer__icon {
    position: fixed;
    z-index: 102;
    top: 1.25rem;
    right: 1.25rem;
    width: 1.5rem;
    height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (any-hover: hover) {
  .l-drawer__icon:hover {
    opacity: 0.7;
  }
}
.l-drawer__icon::after {
  content: "MENU";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: max(0.4375rem, 5.6px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1428571429em;
  white-space: nowrap;
  color: #000;
  text-align: center;
}

.l-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
}

.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.46875rem;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.l-drawer__icon.js-show .l-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.46875rem;
}

/* ===============================================
# ドロワー
=============================================== */
.l-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 17.375rem;
  height: 100vh;
  height: 100svh;
  overflow-y: scroll;
  background: #fff;
}

.l-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 5.5rem 2.5rem;
  padding-left: 2.125rem;
}

.l-drawer__list {
  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: 2rem;
  margin-bottom: 2.5rem;
}
.l-drawer__list li a {
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
}

.l-drawer__list li a span:nth-of-type(2) {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
}

.l-drawer__btn {
  padding-right: 2.125rem;
}

.l-drawer__btn a {
  display: inline-block;
  padding: 0.75rem;
  background: #3B9240;
  text-align: center;
}

.l-drawer__btn a span {
  font-size: max(1.25rem, 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}

.l-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.l-drawer.js-show {
  translate: 0;
}

.l-drawer__bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}

.l-drawer__bg.js-show {
  opacity: 1;
  visibility: visible;
}

body.no-scroll {
  overflow: hidden;
}

.l-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.l-footer__inner {
  padding: 1.0625rem 3.75rem 1.4375rem 2.4375rem;
  max-width: 1440px;
  margin-inline: auto;
}

.l-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer__left {
  font-family: "Afacad", sans-serif;
}

.l-footer__left__logo {
  width: 13.0625rem;
}

.l-footer__left__company {
  margin-top: 0.9375rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 0.8888888889;
  letter-spacing: 0.0555555556em;
}

.l-footer__left__address {
  margin-top: 0.5625rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .l-footer__left__address {
    margin-top: 1.375rem;
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.14em;
  }
}

.l-footer__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1.875rem;
  padding-bottom: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    margin-top: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.125rem;
     -moz-column-gap: 4.125rem;
          column-gap: 4.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .l-footer__list {
    gap: 1.25rem;
  }
}
.l-footer__list li a {
  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;
  row-gap: 0.5rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  font-family: "Afacad", sans-serif;
  position: relative;
}
.l-footer__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 1px;
  background: #000;
  scale: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.3s ease-in-out;
  transition: scale 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-footer__list li a:hover::after {
    scale: 1;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.l-footer__copy {
  font-family: "Afacad", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.1666666667;
    letter-spacing: 0.14em;
  }
}
.l-footer__copy a {
  border-bottom: 1px solid #000;
}

.l-process {
  margin-top: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.5rem;
}

.l-process__item {
  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;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  border: 2px solid #000;
  min-height: 3.6875rem;
  border-radius: 0.5rem;
}

.l-process__item:not(:first-child) {
  position: relative;
}
.l-process__item:not(:first-child)::before {
  content: "";
  position: absolute;
  background: url(./../img/arrow-right.png) no-repeat center center/cover;
  width: 1.125rem;
  height: 1.125rem;
  top: 50%;
  left: -3.125rem;
  translate: 0 -50%;
}

.l-process__item--notArrow::before {
  display: none;
}

.l-gallery {
  padding-top: 3.5rem;
  padding-bottom: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .l-gallery {
    padding-top: 3.125rem;
    padding-bottom: 4.5625rem;
  }
}

.l-gallery__title {
  text-align: center;
  font-family: "Afacad", sans-serif;
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-gallery__title {
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.l-gallery__text {
  margin-top: 0.5rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-gallery__text {
    width: 14.3125rem;
    margin-inline: auto;
  }
}

.l-gallery__wrapper {
  margin-top: 1.6875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6875rem 2.5625rem;
}
@media screen and (max-width: 767px) {
  .l-gallery__wrapper {
    margin-top: 0.75rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.375rem 1.0625rem;
  }
}

.l-gallery__img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-gallery__img {
    border-radius: 0.75rem;
  }
}

.l-faq summary {
  display: block;
}
.l-faq summary::-webkit-details-marker {
  display: none;
}

.l-faq__item {
  border-bottom: 1px solid #adaaaa;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Afacad", sans-serif;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-faq__item {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    padding-left: 0.625rem;
  }
}

.l-faq__question {
  padding-block: 1.25rem 1.5rem;
  position: relative;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-faq__question {
    padding-block: 1rem 1.25rem;
  }
}
.l-faq__question::before, .l-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #000;
}
.l-faq__question::before {
  right: 1.25rem;
  width: 1.25rem;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .l-faq__question::before {
    right: 0.9375rem;
    width: 0.625rem;
  }
}
.l-faq__question::after {
  right: 1.8125rem;
  width: 2px;
  height: 1.25rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-faq__question::after {
    right: 1.1875rem;
    height: 0.625rem;
  }
}
@media (any-hover: hover) {
  .l-faq__question:hover {
    cursor: pointer;
  }
}

details[open] .l-faq__question::after {
  rotate: 90deg;
}

.l-faq__question-iconBg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #000;
  border-radius: 50%;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .l-faq__question-iconBg {
    right: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.l-faq__question-text,
.l-faq__answer-text {
  list-style: none;
  position: relative;
  padding-inline: 4.5rem 3.75rem;
  min-height: 3.5rem;
  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) {
  .l-faq__question-text,
  .l-faq__answer-text {
    padding-inline: 4.25rem 2.1875rem;
    min-height: 2rem;
  }
}
.l-faq__question-text::before,
.l-faq__answer-text::before {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.0416666667em;
  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;
  color: #fff;
  width: 3.375rem;
  height: 3.375rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}

.l-faq__question-text::before {
  content: "Q";
  background: #3167DB;
}

.l-faq__answer-text::before {
  content: "A";
  background: #F87579;
}

.l-faq__answer {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-faq__answer {
    padding-bottom: 1rem;
  }
}

.l-sns {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  background: #fff;
  padding: 1.1875rem 0.6875rem 1.125rem;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 1440px) {
  .l-sns {
    right: calc((100vw - 1440px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .l-sns {
    display: none;
  }
}

.l-sns span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: Alexandria, sans-serif;
}

.l-sns__icons {
  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.3125rem;
}

.l-sns__icon {
  width: 2rem;
  height: 2rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .l-sns__icon:hover {
    opacity: 0.5;
  }
}

.l-sns__icon--x {
  height: 1.9375rem;
}

/* 既存の位置指定などはそのまま（省略） */
.js .l-sns {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.js .l-sns.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* SPは元の非表示のまま */
@media screen and (max-width: 767px) {
  .l-sns {
    display: none;
  }
}
.l-about {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-about {
    padding-top: 3.75rem;
  }
}

.l-about__title {
  max-width: 1244px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-about__title {
    margin-left: 0;
    text-align: center;
  }
}

.l-about__wrapper {
  margin-top: 3.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1196px;
  margin-inline: auto;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-about__wrapper {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-about__wrapper__left {
  margin-top: 0.5625rem;
}

.l-about__texts {
  font-family: "Afacad", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  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: 1rem;
}

.l-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-about__text__head {
  font-weight: 700;
  width: 7rem;
  margin-right: 0.5rem;
}

.l-about__text__head--spw139 {
  width: 12.75rem;
}
@media screen and (max-width: 767px) {
  .l-about__text__head--spw139 {
    width: 8.6875rem;
  }
}

.l-about__text__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-about__btn {
  max-width: 17.8125rem;
}
@media screen and (max-width: 767px) {
  .l-about__btn {
    width: 100%;
    margin-inline: auto;
    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;
  }
}

.l-about__btn .c-btn2 {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-about__btn .c-btn2 {
    max-width: 17.8125rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    height: 3.5625rem;
  }
}

.l-about__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 503px;
}
@media screen and (max-width: 767px) {
  .l-about__map {
    max-width: 20.9375rem;
    margin-inline: auto;
  }
}
.l-about__map iframe {
  max-width: 503px;
  width: 100%;
  max-height: 380px;
}
@media screen and (max-width: 767px) {
  .l-about__map iframe {
    max-width: 20.9375rem;
    width: 20.9375rem;
    height: 14rem;
    max-height: 14rem;
  }
}

.l-2colWrapper {
  max-width: 1228px;
  padding-inline: 1.875rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .l-2colWrapper {
    grid-template-columns: 1fr;
    padding-inline: 0;
    gap: 2.625rem;
  }
}

.l-2colWrapper__item__img {
  aspect-ratio: 588/356;
}
.l-2colWrapper__item__img img {
  border-radius: 1.5rem;
}

.l-2colWrapper__item__title {
  margin-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .l-2colWrapper__item__title {
    margin-top: 1.4375rem;
  }
}

.l-2colWrapper__item__text {
  margin-top: 1.4375rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-2colWrapper__item__text {
    margin-top: 1rem;
  }
}

.l-3col {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-3col {
    margin-top: 5rem;
  }
}

.l-3col__title {
  text-align: center;
}

.l-3col__wrapper {
  margin-top: 4.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4375rem;
  max-width: 1188px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-3col__wrapper {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    gap: 0.875rem;
    max-width: 21.25rem;
  }
}

.l-3col__wrapper__item {
  border-radius: 1.25rem;
  background: #f4ffd6;
  padding: 2.3125rem 2.5rem 1rem;
  min-height: 35rem;
}
@media screen and (max-width: 767px) {
  .l-3col__wrapper__item {
    padding: 2.3125rem 2.3125rem 1rem;
  }
}

.l-3col__wrapper__item__img {
  width: 11.3125rem;
  margin-inline: auto;
}
.l-3col__wrapper__item__img img {
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .l-3col__wrapper__item__img {
    width: 10.0625rem;
  }
}

.l-3col__wrapper__item__title {
  margin-top: 1.6875rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}

.l-3col__wrapper__item__text {
  margin-top: 0.75rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.l-sectionWorks {
  padding-top: 2.125rem;
  padding-bottom: 7.9375rem;
}
@media screen and (max-width: 767px) {
  .l-sectionWorks {
    padding-top: 1.75rem;
    padding-bottom: 3.25rem;
  }
}

.l-sectionWorks__body {
  margin: 3.3125rem calc(50% - 50vw) 0;
  width: 100vw;
  background: #fff;
  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;
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__body {
    margin: 0.8125rem 0 0;
    width: 100%;
    background: inherit;
  }
}

@media screen and (max-width: 767px) {
  .l-sectionWorks__body .l-sectionWorks__items.l-inner__out {
    margin: 0;
  }
}

.l-sectionWorks__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.375rem;
  }
}

.l-sectionWorks__item {
  text-align: center;
  padding-top: 2.5625rem;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__item {
    padding-top: 1.75rem;
    background: #fff;
  }
}
@media (any-hover: hover) {
  .l-sectionWorks__item:hover {
    opacity: 0.7;
  }
}

.l-sectionWorks__item__title {
  font-family: "Afacad", sans-serif;
  font-size: max(3rem, 38.4px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__item__title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}

.l-sectionWorks__item__text {
  font-family: "Afacad", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}

.l-sectionWorks__item__img {
  margin-top: 4.375rem;
  height: 21.375rem;
}
@media screen and (max-width: 767px) {
  .l-sectionWorks__item__img {
    margin-top: 1.5625rem;
    height: 10.0625rem;
  }
}

.l-cta {
  background: #FFC05C;
}

.l-cta__body {
  padding: 5.75rem 0 2.9375rem;
  margin-inline: auto;
  max-width: 1440px;
  height: 39.3125rem;
  background: url(./../img/cta_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .l-cta__body {
    padding: 3.8125rem 0 15.375rem;
    background: url(./../img/cta_bg_sp.jpg) no-repeat center center/cover;
    height: 48.625rem;
  }
}

.l-cta__title {
  background: #fff;
  padding-left: 6.9375rem;
  padding-right: 6.125rem;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 1.6206896552;
  letter-spacing: 0.04em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-cta__title {
    padding-left: 0;
    padding-right: 0;
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: center;
    width: 100%;
  }
}

.l-cta__texts {
  margin-top: 1.0625rem;
  margin-left: 6.9375rem;
  font-family: "Afacad", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  min-height: 15.9375rem;
}
@media screen and (max-width: 767px) {
  .l-cta__texts {
    margin-top: 1.6875rem;
    margin-left: 1.5625rem;
    margin-right: 2rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2.25;
    letter-spacing: 0.08em;
    min-height: auto;
  }
}

.l-cta__text span {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .l-cta__text span {
    margin-top: 0;
    display: contents;
  }
}

.l-cta__text:not(:first-child) {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .l-cta__text:not(:first-child) {
    margin-top: 0;
  }
}

.l-cta__btnWrapper {
  margin-top: 2.5rem;
  margin-bottom: 1.375rem;
  margin-left: 6.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.25rem;
}
@media screen and (max-width: 767px) {
  .l-cta__btnWrapper {
    margin-top: 1.3125rem;
    margin-left: 1.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.25rem;
  }
}

.l-cta__btn {
  border: 0.25rem solid #fff;
  background: #000;
  color: #fff;
  height: 5.625rem;
  min-width: 31.375rem;
  padding-left: 2.625rem;
  padding-right: 2.5rem;
  font-family: "Afacad", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  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-transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-cta__btn {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 3.2;
    letter-spacing: 0.08em;
    height: 3.6875rem;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    width: 20.6875rem;
  }
}
@media (any-hover: hover) {
  .l-cta__btn:hover {
    color: #000;
    background: #fff;
    border: 0.25rem solid #000;
  }
}

.l-cta__btn--match {
  background: #20D035;
  position: relative;
}
@media (any-hover: hover) {
  .l-cta__btn--match:hover {
    color: #20D035;
    background: #fff;
    border: 0.25rem solid #20D035;
  }
}

.l-cta__btn__matchTextBefore,
.l-cta__btn__matchTextAfter {
  pointer-events: none;
  color: #fff;
  -webkit-transition: none;
  transition: none;
}

.l-cta__btn:hover .l-cta__btn__matchTextBefore,
.l-cta__btn:hover .l-cta__btn__matchTextAfter,
.l-cta__btn--match:hover .l-cta__btn__matchTextBefore,
.l-cta__btn--match:hover .l-cta__btn__matchTextAfter {
  color: #fff;
}

.l-cta__btn__matchTextBefore {
  position: absolute;
  top: -2.75rem;
  left: 50%;
  translate: -50%;
  text-align: center;
  width: 100%;
  font-family: "Afacad", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-cta__btn__matchTextBefore {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
    top: -4.375rem;
  }
}

.l-cta__btn__matchTextAfter {
  position: absolute;
  bottom: -2.75rem;
  left: 50%;
  translate: -50%;
  text-align: center;
  width: 100%;
  font-family: "Afacad", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.625;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-cta__btn__matchTextAfter {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}

.l-2col__inner {
  padding: 0;
  max-width: 1440px;
  margin-inline: auto;
}

.l-2col__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .l-2col__wrapper {
    grid-template-columns: 1fr;
  }
}

.l-2col__item {
  padding: 2.4375rem 3.4375rem 4.3125rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8759E;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-2col__item {
    padding: 1.6875rem 2.25rem 2.75rem;
  }
}
@media (any-hover: hover) {
  .l-2col__item:hover {
    opacity: 0.7;
  }
}

.l-2col__item:nth-child(2) {
  background: #FCB3BD;
}

.l-2col__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .l-2col__item__title {
    gap: 1.1875rem;
  }
}

.l-2col__item__title__sub {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-2col__item__title__sub {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 3;
    letter-spacing: 0.1em;
  }
}

.l-2col__item:nth-child(1) .l-2col__item__img {
  width: 35.125rem;
}
@media screen and (max-width: 767px) {
  .l-2col__item:nth-child(1) .l-2col__item__img {
    width: 20rem;
  }
}

.l-2col__item__img {
  margin-top: 3.25rem;
  margin-inline: auto;
  width: 34.9375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-2col__item__img {
    margin-top: 1.0625rem;
    width: 20rem;
  }
}

.l-fv {
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  padding-bottom: 4.875rem;
}
.l-fv img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-fv--service {
    padding-bottom: 0;
  }
}

.l-fv__title {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 17.4375rem;
  left: 50%;
  translate: -50%;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.46875;
  letter-spacing: 0.16em;
  font-size: 4.4444444444vw;
}
@media screen and (max-width: 767px) {
  .l-fv__title {
    text-align: left;
    width: 17.5rem;
    top: 19.5rem;
    left: 3.75rem;
    translate: 0;
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.16em;
  }
}

.l-fv__title2 {
  position: absolute;
  bottom: 4.875rem;
  left: 50%;
  translate: -50%;
  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: 41.9444444444vw;
  height: 8.6111111111vw;
  border-radius: 20px 20px 0 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 4.4444444444vw;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-fv__title2 {
    width: auto;
    height: auto;
    background: none;
    bottom: 28rem;
    font-size: max(2.5rem, 32px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}

.l-office {
  padding-bottom: 9.6875rem;
}

.l-office__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  font-family: "Afacad", sans-serif;
}

.l-office__wrapper {
  margin-top: 1.6875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6875rem 2.5625rem;
}

.l-cardList {
  padding-top: 5rem;
  padding-bottom: 5.75rem;
}
@media screen and (max-width: 767px) {
  .l-cardList {
    padding-top: 1.9375rem;
    padding-bottom: 4.25rem;
  }
}

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

.l-cardList__items {
  margin-top: 3.9375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-cardList__items {
    margin-top: 1.25rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.l-cardList__item {
  text-align: center;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .l-cardList__item:hover {
    opacity: 0.7;
  }
}

.l-cardList__item__img img {
  aspect-ratio: 416/277;
  border-radius: 1.5rem;
}

.l-cardList__item__title {
  margin-top: 0.5rem;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Afacad", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.l-cardList__item__text {
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}

.l-cardList__btn {
  cursor: pointer;
  margin-top: 3.75rem;
  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;
  max-width: 17.8125rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-cardList__btn {
    margin-top: 2.25rem;
  }
}
@media (any-hover: hover) {
  .l-cardList__btn .c-btn:hover {
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .l-cardList__btn .c-btn2 {
    max-width: 17.8125rem;
    height: 3.5625rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.l-cardList__empty {
  margin-top: 3.75rem;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Afacad", sans-serif;
}

.l-blog__title {
  font-family: "Afacad", sans-serif;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.l-blog__wrapper {
  margin-top: 1.9375rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.l-blog__item__img {
  width: 100%;
  aspect-ratio: 16/9;
}

.l-blog__item__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-blog__item__title {
  font-family: "Afacad", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.l-service__title {
  text-align: center;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-service__title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 2.4;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 767px) {
  .l-service__title--sp24 {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.l-service__copy {
  margin-top: 1rem;
  text-align: center;
  max-width: 903px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}

.l-service__what__title {
  margin-top: 4.375rem;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-service__what__title {
    margin-top: 4.1875rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 3.5;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 767px) {
  .l-service__what__title--sp24 {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
  }
}

.l-service__what__box {
  margin-top: 0.75rem;
  margin-inline: auto;
  width: 40.9375rem;
  padding: 2.1875rem 2.1875rem 1.625rem;
  border-radius: 1.25rem;
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .l-service__what__box {
    padding: 0.9375rem 0.9375rem 1.25rem;
    width: 100%;
  }
}

.l-service__what__box__text {
  list-style-type: disc;
  list-style-position: inside;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  font-family: "Afacad", sans-serif;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .l-service__what__box__text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.l-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .l-buttons {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.l-buttons__item {
  padding: 0.5rem;
  border: 2px solid #000;
  border-radius: 100vmax;
  min-height: 5.75rem;
  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;
  font-family: "Afacad", sans-serif;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-buttons__item {
    width: 19.0625rem;
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .l-buttons__item:hover {
    color: #fff;
    background: #000;
  }
}

.c-btn {
  min-width: 20.5rem;
  width: 100%;
  min-height: 4.625rem;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.08em;
  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-transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
}
@media (any-hover: hover) {
  .c-btn:hover {
    border: 1px solid #000;
    color: #000;
    background: #fff;
  }
}

.c-btn--white {
  color: #000;
  background: #fff;
}
@media (any-hover: hover) {
  .c-btn--white:hover {
    color: #fff;
    background: #000;
  }
}

.c-btn2 {
  min-width: 17.8125rem;
  width: 100%;
  height: 3.5625rem;
  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;
  border: 2px solid #000;
  border-radius: 100vmax;
  font-family: "Afacad", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .c-btn2 {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
    max-width: 11.75rem;
    height: 2.375rem;
    min-width: auto;
  }
}
@media (any-hover: hover) {
  .c-btn2:hover {
    border: 2px solid #fff;
    color: #fff;
    background: #000;
  }
}

.c-title {
  font-family: "Afacad", sans-serif;
  font-size: max(4rem, 51.2px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: max(2.5rem, 32px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}

.c-title2 {
  font-family: "Afacad", sans-serif;
  font-size: max(4rem, 51.2px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.c-title3 {
  font-family: "Afacad", sans-serif;
  font-size: max(4rem, 51.2px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-title3 {
    font-size: max(2.25rem, 28.8px);
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
  }
}

.c-title3--notLimit {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title3--notLimit {
    font-size: max(2.25rem, 28.8px);
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
  }
}

.c-title--small {
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title--small {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
  }
}

.c-title--small2 {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title--small2 {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

.c-title--small3 {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title--small3 {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
  }
}

.c-title--small4 {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title--small4 {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
  }
}

.c-title--mini {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title--mini {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
}

.c-title--mini-notLimit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}

.c-title--notLimit {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.c-titleSub,
.c-titleArrow {
  font-family: "Afacad", sans-serif;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.c-titleSub--notLimit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.c-title-32 {
  font-family: "Afacad", sans-serif;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.c-titleArrow {
  position: relative;
  padding-left: 1.6875rem;
}
.c-titleArrow::before {
  content: "";
  background: url(./../img/arrow-right.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1.125rem;
  height: 1.125rem;
}

.c-form__body {
  border: 1px solid #c5c5c5;
}

.c-form__row {
  display: grid;
  grid-template-columns: 240px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c5c5c5;
}
@media screen and (max-width: 767px) {
  .c-form__row {
    grid-template-columns: 1fr;
  }
}

.c-contact__head {
  background: #dedcdc;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 14px;
  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) {
  .c-contact__head {
    font-size: 1rem;
  }
}
.c-contact__head span {
  width: 100%;
}
.c-contact__head span.c-contact__head--must {
  position: relative;
  display: inline-block;
}
.c-contact__head span.c-contact__head--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  right: 0px;
  font-size: 12px;
  line-height: 2;
  display: inline-block;
  padding: 0 12px;
  background: #B90000;
  white-space: nowrap;
  color: #fff;
}

.c-contact__head--aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-contact__data {
  padding: 10px 14px 10px 24px;
}

.c-contact__data input[type=text],
.c-contact__data input[type=email],
.c-contact__data input[type=tel] {
  width: 100%;
  padding: 10px;
}

.c-contact__data-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-contact__data-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-contact__data-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-contact__data-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-contact__data-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-contact__address {
  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: 14px;
}

.c-contact__address__wrapper {
  display: grid;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-contact__address__wrapper {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}

.c-contact__address__postal .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-contact__zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-contact__zip p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-contact__zip input[type=text] {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .c-contact__zip input[type=text] {
    width: 100%;
  }
}

.c-contact__address__head {
  width: 80px;
}

.c-contact__address__prefecture p {
  display: grid;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-contact__address__prefecture p {
    grid-template-columns: 1fr;
  }
}

.c-contact__address__prefecture select {
  padding: 10px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .c-contact__address__prefecture select {
    width: 100%;
  }
}

.c-contact__address__line p {
  display: contents;
}

.c-contact__address__line .wpcf7-form-control-wrap {
  width: 100%;
}

.c-contact__address__line .wpcf7-form-control-wrap input[type=text] {
  width: 100%;
}

.c-contact__data textarea {
  width: 100%;
  padding: 10px;
  min-height: 280px;
}

/* ===============================================
# プライバシー
=============================================== */
.c-contact__acceptance {
  margin-top: 20px;
  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;
}
.c-contact__acceptance a {
  border-bottom: 1px solid #000;
}

.c-contact__acceptance .wpcf7-list-item {
  margin: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-contact__submit {
  margin-top: 20px;
  text-align: center;
}
.c-contact__submit input[type=submit] {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  padding: 11px 63px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-contact__submit input[type=submit] {
    font-size: 1rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.p-topFv {
  width: 100%;
  height: auto;
  position: relative;
}

.p-topFv__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 16.5277777778vw;
  left: 14.0277777778vw;
  color: #000;
  font-size: max(4rem, 51.2px);
  font-weight: 700;
  line-height: 1.46875;
  letter-spacing: 0.16em;
  font-size: 4.4444444444vw;
}
@media screen and (max-width: 767px) {
  .p-topFv__text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.24rem;
    top: 11.875rem;
    left: 3.875rem;
  }
}

.p-topStory {
  padding-top: 8.75rem;
  font-family: "Afacad", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-topStory {
    padding-top: 3.125rem;
    padding-bottom: 3.8125rem;
  }
}

.p-topStory__copy {
  margin-top: 3.625rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 2.6666666667;
  letter-spacing: 0.0816666667em;
}
@media screen and (max-width: 767px) {
  .p-topStory__copy {
    margin-top: 0.75rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-topStory__gallery {
  margin-top: 9.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5625rem;
  padding-inline: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-topStory__gallery {
    margin-top: 4.5625rem;
    max-width: 16.75rem;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.p-topStory__gallery__item__img {
  aspect-ratio: 408/272;
}
.p-topStory__gallery__item__img img {
  border-radius: 1.5rem;
}

.p-topStory__gallery__item__text {
  text-align: center;
  font-family: "Afacad", sans-serif;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.08em;
}

.p-topStory__btn {
  margin-top: 5.875rem;
  margin-inline: auto;
  text-align: center;
  max-width: 31rem;
  height: 5.625rem;
  width: 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;
  font-family: "Afacad", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  background: #000;
  border: 4px solid #000;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-topStory__btn {
    margin-top: 2.0625rem;
    max-width: 18.5rem;
    height: 4.375rem;
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
@media (any-hover: hover) {
  .p-topStory__btn:hover {
    color: #000;
    background: #fff;
  }
}

.p-topTeam {
  padding-top: 7.6875rem;
  padding-bottom: 4.5rem;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-topTeam {
    padding-top: 12.1875rem;
    padding-bottom: 3.875rem;
    background: url(./../img/topStory_bg_sp.jpg) no-repeat top center/cover;
  }
}

.p-topTeam__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.625rem;
}

.p-topTeam__main__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 44rem;
}

.p-topTeam__title {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-topTeam__title {
    margin-top: 0;
  }
}

.p-topTeam__copy {
  margin-top: 3.5rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 2.6666666667;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-topTeam__copy {
    margin-top: 1.875rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2.25;
    letter-spacing: 0.08em;
  }
}

.p-topTeam__main__img {
  width: 34.8125rem;
  height: 34.8125rem;
}
@media screen and (max-width: 767px) {
  .p-topTeam__main__img {
    display: none;
  }
}

.p-topTeam__bottomImg {
  margin-top: 8.5rem;
  width: 77.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-topTeam__bottomImg {
    margin: 1.75rem calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.p-topPickUp {
  padding-top: 2.3125rem;
  background: #655DFF;
  padding-bottom: 5.875rem;
}

.p-topPickUp__swiper-container {
  margin: 3.125rem calc(50% - 50vw) 0;
  width: 100vw;
}

.p-topPickUp__swiper {
  position: relative;
}

.p-topPickUp__swiper-wrapper {
  margin-left: 15.5rem;
}
@media screen and (max-width: 767px) {
  .p-topPickUp__swiper-wrapper {
    margin-left: 0;
  }
}

.p-topPickUp__swiper-slide {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  width: 28.5rem;
  height: 38.375rem;
}
@media screen and (max-width: 767px) {
  .p-topPickUp__swiper-slide {
    width: 14.1875rem;
    height: 19.125rem;
  }
}
.p-topPickUp__swiper-slide img {
  width: 28.5rem;
  height: 38.375rem;
}
@media screen and (max-width: 767px) {
  .p-topPickUp__swiper-slide img {
    width: 14.1875rem;
    height: 19.125rem;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.p-topPickUp__swiper-button-prev,
.p-topPickUp__swiper-button-next {
  background: orange;
  color: #fff;
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  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;
  position: absolute;
  top: 50%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-topPickUp__swiper-button-prev,
  .p-topPickUp__swiper-button-next {
    width: 66px;
    height: 66px;
  }
}

.p-topPickUp__swiper-button-prev {
  left: 12rem;
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .p-topPickUp__swiper-button-prev {
    left: 0.25rem;
  }
}

.p-topPickUp__swiper-button-next {
  right: 12rem;
}
@media screen and (max-width: 767px) {
  .p-topPickUp__swiper-button-next {
    right: 0.25rem;
  }
}

.p-topMoreContents {
  background: #5FD4FF;
}
.p-topMessage {
  position: relative;
}
.p-topMessage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7EFF61;
  z-index: -2;
}
.p-topMessage::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 148px;
  background: #5FD4FF;
  z-index: -1;
}

.p-topMessage__outerBg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 826px;
  background: #cbd2d8;
  z-index: -1;
}

.p-topMessage .l-inner {
  max-width: 1440px;
  padding-top: 11.75rem;
  padding-bottom: 23.75rem;
  background: url(./../img/message_bg.jpg) no-repeat center right/cover;
}
@media screen and (max-width: 767px) {
  .p-topMessage .l-inner {
    padding-top: 3rem;
    padding-bottom: 32rem;
    background: url(./../img/message_bg_sp.jpg) no-repeat center center/cover;
  }
}

.p-topMessage__content {
  display: grid;
  grid-template-columns: 1fr 55.3125rem;
  width: calc(100% + (100vw - 100%) / 2);
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-topMessage__content {
    grid-template-columns: 1fr;
  }
}

.p-topMessage__text {
  margin-top: 3.4375rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-topMessage__text {
    margin-top: 0.75rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2.25;
    letter-spacing: 0.08em;
  }
}

.p-topMessage__right {
  background: rgb(203, 210, 216);
  position: relative;
  border-radius: 400px 0 0 400px;
  height: 54.3125rem;
}

.p-topMessage__right__bg {
  width: 32.375rem;
  margin-top: -5.5rem;
  margin-left: 16.75rem;
}
@media screen and (max-width: 767px) {
  .p-topMessage__right__bg {
    width: 100%;
  }
}

.p-topRecruit {
  padding-top: 3.75rem;
  background: #BEF890;
}

.p-topRecruit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.p-topRecruit__content__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-topRecruit__text {
  font-family: "Afacad", sans-serif;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}

.p-topRecruit__content__img {
  margin-top: 2.125rem;
  width: 37.5rem;
  height: 23.3125rem;
}
.p-topRecruit__content__img img {
  border-radius: 1.5rem;
}

.p-topRecruit__btn {
  margin-top: 4.625rem;
}

.p-recruit__fv {
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
}
.p-recruit__fv img {
  height: auto;
}

.p-recruit__fv__title {
  position: absolute;
  bottom: 3.4722222222vw;
  left: 6.7361111111vw;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.46875;
  letter-spacing: 0.16em;
  font-size: 4.4444444444vw;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-recruit__fv__title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.16em;
    bottom: 4.375rem;
    left: 1.4375rem;
  }
}

.p-recruit__fv__button {
  position: absolute;
  bottom: 0;
  right: 12.5rem;
  max-width: 31.375rem;
  z-index: 1;
  border: 0.25rem solid #fff;
  background: #000;
  color: #fff;
  height: 5.625rem;
  min-width: 31.375rem;
  padding-left: 2.625rem;
  padding-right: 2.5rem;
  font-family: "Afacad", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  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-transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-recruit__fv__button {
    display: none;
  }
}
@media (any-hover: hover) {
  .p-recruit__fv__button:hover {
    color: #000;
    background: #fff;
    border: 0.25rem solid #000;
  }
}

/* ===============================================
# message
=============================================== */
.p-recruit__message {
  padding-top: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__message {
    padding-top: 3.3125rem;
  }
}

.p-recruit__message__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.75rem;
  width: calc(100% + (100vw - 100%) / 2);
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit__message__texts {
  width: 39.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__texts {
    width: 100%;
  }
}

.p-recruit__message__title {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__title {
    margin-top: 0;
  }
}

.p-recruit__message__title .c-title {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__title .c-title {
    font-size: max(2.25rem, 28.8px);
    font-weight: 700;
    line-height: 2.6111111111;
    letter-spacing: 0.08em;
  }
}

.p-recruit__message__title__text {
  margin-top: 4.5rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 2.6666666667;
  letter-spacing: 0.08em;
}
.p-recruit__message__title__text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__title__text {
    padding-right: 1.25rem;
    top: 1.5625rem;
    left: 0;
    width: 100%;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-recruit__message__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-recruit__message__img img {
  aspect-ratio: 683/853;
  border-radius: 1.25rem 0 0 1.25rem;
}

/* start
------------------------------------------------------ */
.p-recruit__message__start {
  padding-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__start {
    padding-top: 4.1875rem;
  }
}

.p-recruit__message__start__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__start__title {
    text-align: left;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__message__start__title .c-title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

.p-recruit__message__start__text {
  margin-top: 2.8125rem;
  text-align: center;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__start__text {
    text-align: left;
    margin-top: 1.9375rem;
  }
}

/* occupation
------------------------------------------------------ */
.p-recruit__message__occupation {
  padding-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__occupation {
    padding-top: 4.1875rem;
  }
}

.p-recruit__message__occupation__title {
  text-align: center;
}

.p-recruit__message__occupation__body {
  margin-top: 1.625rem;
}

.p-recruit__message__occupation__body__announcement {
  margin-top: 1.75rem;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  font-family: "Afacad", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__occupation__body__announcement {
    margin-top: 23px;
  }
}

/* company
------------------------------------------------------ */
.p-recruit__message__company {
  overflow: hidden;
  padding-top: 6.125rem;
}

.p-recruit__message__company__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__company__title {
    text-align: left;
  }
}

.p-recruit__message__company__wrapper {
  margin-top: 3.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
  max-width: 1276px;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__company__wrapper {
    margin-top: 0.75rem;
    gap: 2.0625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit__message__company__texts {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__company__texts {
    margin-top: 0;
  }
}

.p-recruit__message__company__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Afacad", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__company__text {
    display: grid;
    grid-template-columns: 7rem 1fr;
  }
}

.p-recruit__message__company__text__head {
  width: 7rem;
  font-weight: 700;
}

.p-recruit__message__company__map iframe {
  width: 42.5625rem;
  max-height: 354px;
}
@media screen and (max-width: 767px) {
  .p-recruit__message__company__map iframe {
    width: 100%;
    height: 17.5rem;
    max-height: none;
  }
}

/* policy
------------------------------------------------------ */
.p-recruit__policy {
  padding-top: 8rem;
  padding-bottom: 5.375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__policy {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}

.p-recruit__policy__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__policy__title {
    padding-bottom: 0;
  }
}
.p-recruit__policy__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-recruit__policy__title::before {
    width: 85%;
  }
}

.p-recruit__policy__titleSub {
  margin-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__policy__titleSub {
    margin-top: 1.25rem;
  }
}

.p-recruit__policy__copy {
  margin-top: 0.5rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit__policy__copy {
    margin-top: 0.875rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
  }
}

.p-recruit__policy__img {
  margin-top: 2.875rem;
  max-width: 39.0625rem;
  margin-inline: auto;
}

/* who
------------------------------------------------------ */
.p-recruit__who {
  padding: 5.3125rem 0 2.75rem;
  background: #efff61;
}
@media screen and (max-width: 767px) {
  .p-recruit__who {
    padding: 1.1875rem 0 3.4375rem;
  }
}

.p-recruit__who__title {
  text-align: center;
}

.p-recruit__who__wrapper {
  margin-top: 2.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__who__wrapper {
    -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;
  }
}

.p-recruit__who__item {
  padding: 1.0625rem 2.0625rem 0.875rem;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.25rem;
  width: 19.125rem;
  background: #fff;
}

.p-recruit__who__item__icon {
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 100vmax;
}

.p-recruit__who__item__title {
  margin-top: 0.375rem;
  text-align: center;
  font-family: "Afacad", sans-serif;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.p-recruit__who__item__text {
  margin-top: 0.875rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09375em;
}

/* career
------------------------------------------------------ */
.p-recruit__career {
  padding-top: 5rem;
  padding-bottom: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__career {
    padding-top: 2.625rem;
    padding-bottom: 6.25rem;
  }
}

.p-recruit__career__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__career__title .c-title--small {
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.p-recruit__career__copy {
  margin-top: 0.5rem;
  text-align: center;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit__career__copy {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.p-recruit__career__wrapper {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__career__wrapper {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit__career__item {
  width: 36.5625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__career__item {
    width: 100%;
  }
}

.p-recruit__career__item__img {
  aspect-ratio: 585/355;
}

.p-recruit__career__item__title {
  margin-top: 2.5rem;
}

.p-recruit__career__item__text {
  margin-top: 1.4375rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit__career__item__text {
    margin-top: 0.5rem;
  }
}

/* youtube
------------------------------------------------------ */
.p-recruit__youtube {
  padding: 6.1875rem 0 6.1875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__youtube {
    padding: 3.125rem 0 3.125rem;
  }
}

.p-recruit__youtube__inner {
  margin-top: 2.0625rem;
  max-width: 1370px;
}

.p-recruit__youtube__title {
  text-align: center;
  font-family: "Afacad", sans-serif;
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit__youtube__title {
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.p-recruit__youtube__text {
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}

/* interview
------------------------------------------------------ */
.p-recruit__interview {
  background: #efff61;
  padding: 6.25rem 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__interview {
    padding: 4.1875rem 0 7.375rem;
  }
}

.p-recruit__interview__title .c-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__interview__title .c-title {
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}

.p-recruit__interview__text {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  font-family: "Afacad", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__interview__text {
    width: 17.6875rem;
    margin-inline: auto;
  }
}

.p-recruit__interview__wrapper {
  margin-top: 2.5rem;
  max-width: 76.5rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__interview__wrapper {
    margin-top: 1.625rem;
    gap: 1.875rem;
    grid-template-columns: 1fr;
  }
}

.p-recruit__interview__item__img {
  aspect-ratio: 585/355;
}
.p-recruit__interview__item__img img {
  height: 100%;
}

.p-recruit__interview__item__name {
  margin-top: 2.5rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__interview__item__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-recruit__interview__item__name span {
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit__interview__item__name span {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 2.2857142857;
    letter-spacing: 0.08em;
  }
}

.p-recruit__interview__item__text {
  margin-top: 1.4375rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit__interview__item__text {
    margin-top: 0.5rem;
  }
}

/* data
------------------------------------------------------ */
.p-recruit__data {
  background: #a7e362;
  padding: 4.25rem 0 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__data {
    padding: 2rem 0 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__data__title {
    text-align: center;
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__data__subtitle {
    text-align: center;
  }
}

.p-recruit__data__img {
  margin-top: 0.3125rem;
  width: 64.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__data__img {
    margin-top: 1rem;
    width: 100%;
  }
}

/* faq
------------------------------------------------------ */
.p-recruit__faq {
  padding: 8.125rem 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq {
    padding: 3rem 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__faq__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__faq__title {
    text-align: center;
  }
}

.p-recruit__faq__titleSub {
  margin-top: 0.75rem;
  font-family: "Afacad", sans-serif;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq__titleSub {
    text-align: center;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
}

.p-recruit__faq__tabs {
  margin-top: 1.75rem;
}

.p-recruit__faq__tabs__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-recruit__faq__tabs__list {
    margin-inline: 2.125rem;
  }
}

.p-recruit__faq__tabs__item {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  font-family: "Afacad", sans-serif;
  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;
  min-height: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq__tabs__item {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
    padding: 0.5rem;
  }
}
.p-recruit__faq__tabs__item.p-recruit__faq__tabs__item--tab1 {
  background: #FAF8F8;
}
.p-recruit__faq__tabs__item.p-recruit__faq__tabs__item--tab2 {
  background: #E0E0E0;
}
.p-recruit__faq__tabs__item.p-recruit__faq__tabs__item--tab3 {
  background: #CECECE;
}
.p-recruit__faq__tabs__item[aria-selected=true] {
  pointer-events: none;
}
.p-recruit__faq__tabs__item[aria-selected=false] {
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
}
@media (any-hover: hover) {
  .p-recruit__faq__tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    background: #000;
    color: #fff;
  }
}

.p-recruit__faq__tabs__content__wrap {
  display: none;
}
.p-recruit__faq__tabs__content__wrap.js-show {
  display: block;
}

.p-recruit__faq__tabs__content {
  padding: 3.3125rem 2.1875rem 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__faq__tabs__content {
    padding: 1.75rem 1.25rem 1.375rem;
  }
}
.p-recruit__faq__tabs__content.p-recruit__faq__tabs__content--content1 {
  background: #FAF8F8;
}
.p-recruit__faq__tabs__content.p-recruit__faq__tabs__content--content2 {
  background: #E0E0E0;
}
.p-recruit__faq__tabs__content.p-recruit__faq__tabs__content--content3 {
  background: #CECECE;
}

.p-service {
  padding-top: 5.3125rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 2.5rem;
    padding-bottom: 2.6875rem;
  }
}

.p-service__section__wrapper {
  margin-top: 8.8125rem;
  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: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-service__section__wrapper {
    margin-top: 1.125rem;
    row-gap: 2.3125rem;
  }
}

.p-service__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.625rem 0;
  gap: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-service__section {
    padding: 0 0 4.375rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.p-service__section__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service__section__texts {
    position: relative;
  }
}

.p-service__section__text {
  margin-top: 0.9375rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-service__section__text {
    margin-top: 0.5rem;
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
}

.p-service__section__btn {
  margin-top: 1.8125rem;
  max-width: 17.8125rem;
}
@media screen and (max-width: 767px) {
  .p-service__section__btn {
    position: absolute;
    bottom: -15rem;
    left: 50%;
    translate: -50%;
    width: 8.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service__section__btn .c-btn2 {
    max-width: 100%;
  }
}

.p-service__section__img {
  width: 40.25rem;
}
.p-service__section__img img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__section__img {
    width: 100%;
  }
}

.p-route {
  padding: 2.1875rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-route {
    padding: 0 0 5.8125rem;
  }
}

.p-route__wrapper {
  margin-top: 7.625rem;
  max-width: 1228px;
  padding-inline: 1.875rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-route__wrapper {
    grid-template-columns: 1fr;
    padding-inline: 0;
    gap: 2.625rem;
  }
}

.p-route__wrapper__item__img {
  aspect-ratio: 588/356;
}
.p-route__wrapper__item__img img {
  border-radius: 1.5rem;
}

.p-route__wrapper__item__title {
  margin-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-route__wrapper__item__title {
    margin-top: 1.4375rem;
  }
}

.p-route__wrapper__item__text {
  margin-top: 1.4375rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-route__wrapper__item__text {
    margin-top: 1rem;
  }
}

/* reasons
------------------------------------------------------ */
.p-route__reasons {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-route__reasons {
    margin-top: 5rem;
  }
}

.p-route__reasons__title {
  text-align: center;
}

.p-route__reasons__wrapper {
  margin-top: 4.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4375rem;
  max-width: 1188px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-route__reasons__wrapper {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }
}

.p-route__reasons__wrapper__item {
  border-radius: 1.25rem;
  background: #f4ffd6;
  padding: 2.3125rem 2.5rem 1rem;
  min-height: 35rem;
}
@media screen and (max-width: 767px) {
  .p-route__reasons__wrapper__item {
    padding: 2.3125rem 2.3125rem 1rem;
  }
}

.p-route__reasons__wrapper__item__img {
  width: 11.3125rem;
  margin-inline: auto;
}
.p-route__reasons__wrapper__item__img img {
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .p-route__reasons__wrapper__item__img {
    width: 10.0625rem;
  }
}

.p-route__reasons__wrapper__item__title {
  margin-top: 1.6875rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-route__reasons__wrapper__item__text {
  margin-top: 0.75rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-route__area {
  margin-top: 4.6875rem;
  width: 74.8125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-route__area {
    margin: 4.25rem calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.p-route__area img {
  height: auto;
}

.p-rental {
  padding: 3.5625rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-rental {
    padding: 3.5625rem 0 3.125rem;
  }
}

.p-rental__flow {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-rental__flow {
    margin-top: 4rem;
  }
}

.p-rental__flow__title {
  text-align: center;
}

.p-rental__flow__wrapper {
  margin-top: 1rem;
  max-width: 68.75rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 767px) {
  .p-rental__flow__wrapper {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 0;
    gap: 0.75rem;
  }
}

.p-rental__flow__item {
  background: #f6f6f6;
  padding: 0.625rem 0;
  border: 1px solid #bfbfbf;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-rental__flow__item {
    border-radius: 1.25rem;
  }
}

.p-rental__flow__item:nth-child(1) {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.p-rental__flow__item:nth-child(7) {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.p-rental__flow__item:not(:nth-child(1)):before {
  content: "";
  border-style: solid;
  border-width: 1.5625rem 0 1.5625rem 1.25rem;
  border-color: transparent transparent transparent #8fc31f;
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-rental__flow__item:not(:nth-child(1)):before {
    top: -1.75rem;
    left: 40%;
    rotate: 90deg;
  }
}

.p-rental__flow__item__step {
  text-align: center;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.0711111111em;
  padding-bottom: 0.5rem;
  position: relative;
}
.p-rental__flow__item__step::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.875rem;
  height: 0.1875rem;
  background: #000;
}

.p-rental__flow__item__step span {
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.1428571429;
  letter-spacing: 0.0457142857em;
}

.p-rental__flow__item__img {
  margin-top: 1rem;
  max-width: 6.5625rem;
  height: 3.875rem;
  margin-inline: auto;
}
.p-rental__flow__item__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-rental__flow__item__title {
  margin-top: 1rem;
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.p-rental__flow__item__btn {
  margin-top: 0.625rem;
  width: 8.75rem;
  margin-inline: auto;
  background: #000;
  border-radius: 100vmax;
  color: #fff;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0914285714em;
  padding: 0.4375rem 0.4375rem;
  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-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
.p-rental__flow__item__btn::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  font-weight: 900;
  display: inline-block;
}
@media (any-hover: hover) {
  .p-rental__flow__item__btn:hover {
    color: #000;
    background: #fff;
  }
}

.p-rental__collection {
  margin-top: 8.875rem;
}
@media screen and (max-width: 767px) {
  .p-rental__collection {
    margin-top: 5.5625rem;
  }
}

.p-rental__collection__title {
  text-align: center;
}

.p-rental__collection__wrapper {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem 2.5rem;
  max-width: 1328px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-rental__collection__wrapper {
    margin-top: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-rental__collection__item {
  text-align: center;
}

.p-rental__collection__item__img {
  aspect-ratio: 416/277;
}
.p-rental__collection__item__img img {
  border-radius: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-rental__collection__item__category {
  margin-top: 0.5rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}

.p-rental__collection__item__title {
  margin-top: 0.5rem;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.p-rental__collection__moreBtn {
  margin-top: 2.75rem;
  position: relative;
}
.p-rental__collection__moreBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  height: 1px;
  background: #000;
  z-index: 1;
}
.p-rental__collection__moreBtn img {
  width: 3rem;
  display: block;
  margin-inline: auto;
  background: #fff;
  position: relative;
  z-index: 2;
}

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

.p-dayService__title {
  text-align: center;
}

.p-dayService__titleSub {
  text-align: center;
  margin-top: 1rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 2.3333333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-dayService__titleSub {
    margin-top: 1.25rem;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 2.8;
    letter-spacing: 0.08em;
  }
}

.p-dayService__copy {
  text-align: center;
  margin-top: 1rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  max-width: 56.4375rem;
  margin-inline: auto;
}
.p-dayService__copy span {
  margin-top: 1rem;
}

.p-dayService__recommend {
  margin-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-dayService__recommend {
    margin-top: 4.125rem;
  }
}

.p-dayService__recommend__title {
  text-align: center;
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-dayService__recommend__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 2.3333333333;
    letter-spacing: 0.08em;
  }
}

.p-dayService__recommend__wrapper {
  margin-top: 1.25rem;
  border-radius: 1.25rem;
  border: 2px solid #000;
  padding: 3.6875rem 4.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  max-width: 76.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-dayService__recommend__wrapper {
    margin-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.625rem 0.5rem 1.625rem 1.0625rem;
    margin-inline: -0.25rem;
  }
}

.p-dayService__recommend__item {
  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: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-dayService__recommend__item {
    row-gap: 0.625rem;
  }
}

.p-dayService__recommend__item__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.3333333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-dayService__recommend__item__text {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: 0.08em;
  }
}
.p-dayService__recommend__item__text::before {
  content: "";
  display: inline-block;
  background: url(./../img/icon_check.png) no-repeat center center/cover;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.8125rem;
}

/* feature
------------------------------------------------------ */
.p-dayService__feature {
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-dayService__feature {
    margin-top: 3.875rem;
  }
}

.p-dayService__feature__title {
  text-align: center;
}

.p-dayService__feature__flex {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.375rem;
  max-width: 76.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-dayService__feature__flex {
    margin-top: 2.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
  }
}

.p-dayService__feature__flex__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-dayService__feature__flex__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Afacad", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  min-height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-dayService__feature__flex__title {
    text-align: center;
    min-height: auto;
  }
}

.p-dayService__feature__flex__text {
  margin-top: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Afacad", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}

.p-dayService__feature__flex__img {
  width: 36.5rem;
}
@media screen and (max-width: 767px) {
  .p-dayService__feature__flex__img {
    width: 100%;
  }
}
.p-dayService__feature__flex__img img {
  border-radius: 1.5rem;
}

.p-dayService__feature__wrapper {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-dayService__feature__wrapper {
    margin-top: 4.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-dayService__feature__flex--original {
    padding-bottom: 11.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dayService__feature__flex--original .p-dayService__feature__flex__texts {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-dayService__feature__flex--original .p-dayService__feature__flex__text {
    position: absolute;
    bottom: -28.0625rem;
    left: 0;
  }
}

.p-dayService__daily {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-dayService__daily {
    margin-top: 3.3125rem;
  }
}

.p-dayService__daily__title {
  text-align: center;
}

.p-dayService__daily__note {
  font-family: "Afacad", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-dayService__daily__img {
  margin-top: 1.8125rem;
  max-width: 1187px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-dayService__daily__img {
    margin-top: 1.625rem;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-single {
  padding: 4.8125rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding: 1.875rem 0 5.625rem;
  }
}

.p-single__inner {
  max-width: 61.1875rem;
}

.p-single__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-family: "Afacad", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.1428571429;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-single__top {
    gap: 1.6875rem;
  }
}

.p-single__category .post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.p-single__category .post-categories li {
  background: #d9d9d9;
  padding: 0.375rem 0.875rem;
}

.p-single__title {
  margin-top: 1rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-single__thumbnail {
  margin-top: 3.125rem;
  aspect-ratio: 979/534;
}
.p-single__thumbnail img {
  border-radius: 1.25rem;
}

/* 目次
------------------------------------------------------ */
.p-single__body #toc_container {
  max-width: 800px;
  width: 100%;
  margin: 4.375rem auto;
  padding: 0.375rem 2rem 2.4375rem;
  border-radius: 1.25rem;
  font-family: "Afacad", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-single__body #toc_container {
    margin-top: 3rem;
  }
}

.p-single__body #toc_container .toc_title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-single__body #toc_container .toc_title {
    text-align: center;
  }
}

.p-single__body #toc_container .toc_number {
  margin-right: 0.8125rem;
}
.p-single__body #toc_container .toc_number::before {
  content: "0";
}

.p-single__body #toc_container .toc_list > li {
  padding-top: 0.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #000;
}

.p-single__body {
  margin-top: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-single__body {
    margin-top: 2.125rem;
  }
}

/* 次の記事・前の記事
------------------------------------------------------ */
.p-single__nav {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__nav {
    gap: 3.125rem;
  }
}

.p-single__nav-prev .c-btn2.u-is--pc,
.p-single__nav-next .c-btn2.u-is--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-single__nav-prev .c-btn2.u-is--pc,
  .p-single__nav-next .c-btn2.u-is--pc {
    display: none;
  }
}

.p-single__nav-prev .c-btn2.u-is--sp,
.p-single__nav-next .c-btn2.u-is--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-single__nav-prev .c-btn2.u-is--sp,
  .p-single__nav-next .c-btn2.u-is--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .p-single__nav .c-btn2 {
    min-width: 2.625rem;
    height: 2.625rem;
  }
}

/* 関連記事
------------------------------------------------------ */
.p-single__related {
  margin-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-single__related {
    margin-top: 5.625rem;
  }
}

.p-single__related__title {
  font-family: "Afacad", sans-serif;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-single__related__title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-single__related__wrapper {
  margin-top: 3.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.125rem 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-single__related__wrapper {
    margin-top: 1.25rem;
    gap: 1.75rem 2.125rem;
  }
}

.p-single__related__item {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .p-single__related__item:hover {
    opacity: 0.5;
  }
}

.p-single__related__item__thumbnail {
  aspect-ratio: 423/231;
}
.p-single__related__item__thumbnail img {
  border-radius: 1.25rem;
}

.p-single__related__item__title {
  margin-top: 1rem;
  font-family: "Afacad", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-single__related__item__title {
    margin-top: 0.5rem;
  }
}

.p-news {
  padding: 4.5rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 2.9375rem 0 6.25rem;
  }
}

.p-news__wrapper {
  margin-top: 2rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__wrapper {
    margin-top: 1.4375rem;
    padding: 0;
  }
}

.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.25rem 1.75rem;
  border-bottom: 1px solid #000;
  font-family: "Afacad", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.25rem;
    gap: 1.25rem;
  }
}
@media (any-hover: hover) {
  .p-news__item:hover {
    color: #fff;
    background: #000;
  }
}

.p-news__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-news__item__head {
    gap: 1.25rem;
  }
}

.p-news__item__category {
  width: 7.5rem;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-news__item__category {
    border-right: none;
  }
}

.p-news__item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-news__item__title {
    padding: 0;
    -webkit-line-clamp: 3;
  }
}

.p-news__btn {
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-news__btn {
    margin-top: 1.8125rem;
    width: 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;
  }
  .p-news__btn .c-btn2 {
    max-width: 17.8125rem;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
    height: 3.5625rem;
  }
}

/* youtube
------------------------------------------------------ */
.p-news__youtube {
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-news__youtube {
    margin-top: 3.75rem;
  }
}

.p-news__youtube__body {
  margin-top: 0.625rem;
}

/* instagram
------------------------------------------------------ */
.p-news__instagram {
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-news__instagram {
    margin-top: 3.75rem;
  }
}

.p-news__instagram__body {
  margin-top: 1.875rem;
}
.p-news__instagram__body svg {
  width: auto;
}

.p-news__tickTok__title {
  margin-top: 1.875rem;
}

.p-business {
  padding-bottom: 8.875rem;
}
@media screen and (max-width: 767px) {
  .p-business {
    padding-bottom: 5rem;
  }
}

.p-business__fv {
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
}
.p-business__fv img {
  height: auto;
}

.p-business__body {
  margin-top: 8.3125rem;
}
@media screen and (max-width: 767px) {
  .p-business__body {
    margin-top: 2.5rem;
  }
}

.p-business__fv__title {
  margin-top: 8.3125rem;
  position: absolute;
  bottom: 3.8194444444vw;
  left: 6.7361111111vw;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.46875;
  letter-spacing: 0.16em;
  font-size: 4.4444444444vw;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-business__fv__title {
    margin-top: 2.5rem;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.16em;
    bottom: 2rem;
    left: 9.1875rem;
  }
}

.p-business__title--business {
  margin-top: 3.9375rem;
  width: 44.6875rem;
  min-height: 5.375rem;
  margin-inline: auto;
  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;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09em;
  font-family: "Afacad", sans-serif;
  border-radius: 100vmax;
  border: 2px solid #000;
  text-align: center;
  padding: 0.75rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-business__title--business {
    margin-top: 1.8125rem;
    width: 19.0625rem;
    min-height: 3.75rem;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

.p-business__branch {
  max-width: 1036px;
  margin-inline: auto;
  margin-top: 6.25rem;
}

.p-business__branch__title {
  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;
  position: relative;
}
.p-business__branch__title::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #000;
  width: 100%;
  top: 50%;
  translate: 0 -50%;
}

.p-business__branch__title__text {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 0.6666666667;
  letter-spacing: 0.08em;
  font-family: "Afacad", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #fff;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-business__branch__title__text {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-business__branch__cards {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5.75rem;
}
@media screen and (max-width: 767px) {
  .p-business__branch__cards {
    margin-top: 2.5rem;
    row-gap: 2.5rem;
  }
}

.p-business__branch__card__head {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  font-family: "Afacad", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-business__branch__card__head {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 3.4285714286;
    letter-spacing: 0.08em;
  }
}

.p-business__branch__card__box {
  margin-top: 1.25rem;
  border: 1px solid #BCC2C9;
}
@media screen and (max-width: 767px) {
  .p-business__branch__card__box {
    margin-top: 0.875rem;
  }
}

.p-business__branch__card__row {
  display: grid;
  grid-template-columns: 16.625rem 1fr;
  border-bottom: 1px solid #BCC2C9;
  min-height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-business__branch__card__row {
    grid-template-columns: 5.53125rem 1fr;
    min-height: 5.3125rem;
  }
}

.p-business__branch__card__row__title {
  border-right: 1px solid #BCC2C9;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  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: #F0F7FD;
}
@media screen and (max-width: 767px) {
  .p-business__branch__card__row__title {
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    text-align: center;
  }
}

.p-business__branch__card__row__value {
  padding: 1.375rem;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Afacad", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-business__branch__card__row__value {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
    padding: 0.5rem;
  }
}

.p-business__bottom__buttonsText {
  margin-top: 2.4375rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business__bottom__buttonsText {
    margin-top: 1.6875rem;
  }
}

.p-business__bottom__texts {
  margin-top: 4.9375rem;
  font-family: "Afacad", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-business__branch__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10.25rem;
  margin: 8.5rem calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .p-business__branch__btns {
    margin-top: 3.3125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    margin-inline: auto;
    width: 100%;
  }
}

.p-business__branch__btn {
  border: 0.25rem solid #fff;
  background: #000;
  color: #fff;
  height: 5.625rem;
  min-width: 31.375rem;
  padding-left: 2.625rem;
  padding-right: 2.5rem;
  font-family: "Afacad", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  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-transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-business__branch__btn {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 3.2;
    letter-spacing: 0.08em;
    height: 3.6875rem;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    width: 20.6875rem;
  }
}
@media (any-hover: hover) {
  .p-business__branch__btn:hover {
    color: #000;
    background: #fff;
    border: 0.25rem solid #000;
  }
}

.p-business__branch__btn--match {
  background: #20D035;
}
@media (any-hover: hover) {
  .p-business__branch__btn--match:hover {
    color: #20D035;
    background: #fff;
    border: 0.25rem solid #20D035;
  }
}

.p-mission {
  padding-top: 4.3125rem;
  padding-bottom: 13.0625rem;
}
@media screen and (max-width: 767px) {
  .p-mission {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

/* VISION
------------------------------------------------------ */
.p-mission__vision {
  text-align: center;
}

.p-mission__vision__head,
.p-mission__mission__head,
.p-mission__value__head,
.p-mission__purpose__head {
  width: 12.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mission__vision__head,
  .p-mission__mission__head,
  .p-mission__value__head,
  .p-mission__purpose__head {
    width: 7.5rem;
  }
}

.p-mission__vision__title {
  margin-top: 1.875rem;
}

.p-mission__vision__copy {
  margin-top: 1.875rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2.625;
  letter-spacing: 0.08em;
  width: 44.1875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mission__vision__copy {
    margin-top: 1.125rem;
    width: 22.375rem;
    line-height: 2rem;
  }
}

.p-mission__vision__img {
  margin-top: 1.875rem;
  width: 50.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mission__vision__img {
    width: 100%;
  }
}

.p-mission__vision__wakuwaku {
  margin-top: 3.875rem;
}

.p-mission__vision__wakuwaku__title {
  font-family: "Afacad", sans-serif;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 0.1875rem;
  position: relative;
}
.p-mission__vision__wakuwaku__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #000;
}

.p-mission__vision__wakuwaku__pc {
  margin-top: 3.875rem;
  width: 70.1875rem;
  margin-inline: auto;
}

.p-mission__vision__wakuwaku__wrapper {
  margin-top: 3.875rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.875rem 2.5rem;
  max-width: 70.1875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mission__vision__wakuwaku__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}

.p-mission__vision__wakuwaku__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-mission__vision__wakuwaku__item {
    gap: 0.875rem;
  }
}

.p-mission__vision__wakuwaku__item__no {
  margin-top: 0.25rem;
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-mission__vision__wakuwaku__item__no__opacity0 {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-mission__vision__wakuwaku__item__no__opacity0 {
    display: none;
  }
}

.p-mission__vision__wakuwaku__item__texts {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-mission__vision__wakuwaku__item__texts {
    width: 14.1875rem;
  }
}

.p-mission__vision__wakuwaku__item__texts__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0.0496666667em;
}

.p-mission__vision__wakuwaku__item__texts__text {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-mission__vision__wakuwaku__item__texts__text {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.09375em;
  }
}

/* MISSION
------------------------------------------------------ */
.p-mission__mission {
  margin-top: 9.3125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mission__mission {
    margin-top: 6.125rem;
  }
}

.p-mission__mission__title {
  margin-top: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-mission__mission__title {
    margin-top: 3.5rem;
  }
}

.p-mission__mission__varia {
  margin-top: 3.6875rem;
}
@media screen and (max-width: 767px) {
  .p-mission__mission__varia {
    margin-top: 1.6875rem;
  }
}

.p-mission__mission__varia__title {
  font-size: max(3.125rem, 40px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.064em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mission__mission__varia__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.2083333333;
    letter-spacing: 0.08em;
  }
}
.p-mission__mission__varia__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #000;
}

.p-mission__mission__varia__title__wrapper {
  margin-top: 53px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 65.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mission__mission__varia__title__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4375rem 3rem;
    max-width: 18.25rem;
  }
}

.p-mission__mission__varia__item {
  max-width: 129px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-mission__mission__varia__item {
    max-width: 8.0625rem;
  }
}

.p-mission__mission__varia__item:nth-child(2) .p-mission__mission__varia__item__img {
  width: 7.125rem;
}

.p-mission__mission__varia__item:nth-child(3) .p-mission__mission__varia__item__img {
  width: 6.4375rem;
}

.p-mission__mission__varia__item:nth-child(4) .p-mission__mission__varia__item__img {
  width: 6.3125rem;
}

.p-mission__mission__varia__item__img {
  height: 6.5rem;
  margin-inline: auto;
}
.p-mission__mission__varia__item__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mission__mission__varia__item__title {
  margin-top: 1rem;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.064em;
}
@media screen and (max-width: 767px) {
  .p-mission__mission__varia__item__title {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

/* VALUE
------------------------------------------------------ */
.p-mission__value {
  margin-top: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-mission__value {
    margin-top: 5.3125rem;
  }
}

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

.p-mission__value__imgPC {
  width: 79.4375rem;
  margin-inline: auto;
}

.p-mission__value__wrapperPC__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.6875rem;
}

.p-mission__value__wrapperPC__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 16.875rem;
}

.p-mission__value__wrapperSp {
  display: none;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-mission__value__wrapperSp {
    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;
    gap: 2.5rem;
  }
}

.p-mission__value__item {
  width: 21.1875rem;
}

.p-mission__value__item:nth-child(2) .p-mission__value__item__img {
  width: 11.8125rem;
}

.p-mission__value__item:nth-child(3) .p-mission__value__item__img {
  width: 14.4375rem;
}

.p-mission__value__item:nth-child(4) .p-mission__value__item__img {
  width: 14.0625rem;
}

.p-mission__value__item__img {
  width: 12.1875rem;
  margin-inline: auto;
}

.p-mission__value__item__text {
  margin-top: 0.875rem;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}

/* PURPOSE
------------------------------------------------------ */
.p-mission__purpose {
  margin-top: 4.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mission__purpose {
    margin-top: 4.25rem;
  }
}

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

.p-mission__purpose__text {
  margin-top: 1.625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-mission__purpose__text {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.1066666667em;
  }
}

.p-mission__purpose__img {
  margin-top: 5.8125rem;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-mission__purpose__img {
    margin-top: 3.75rem;
    width: 21.75rem;
  }
}

.p-singleWorks {
  padding-top: 5.3125rem;
  padding-bottom: 9.25rem;
  font-family: "Afacad", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-singleWorks {
    padding-top: 2.8125rem;
    padding-bottom: 3rem;
  }
}

.p-singleWorks__title {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

.p-singleWorks__texts {
  margin-top: 0.375rem;
  padding-bottom: 1.1875rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__texts {
    margin-top: 1rem;
    padding-bottom: 2.375rem;
  }
}

.p-singleWorks__url {
  border-bottom: 1px solid #000;
}

.p-singleWorks__hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.p-singleWorks__content {
  padding-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__content {
    padding-top: 1.5rem;
  }
}

.p-singleWorks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.p-singleWorks__item__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .p-singleWorks__item__texts__h2 .c-titleArrow {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 2.4;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 767px) {
  .p-singleWorks__item__texts__h3 .c-title.c-title--mini {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 2.4;
    letter-spacing: 0.08em;
  }
}

.p-singleWorks__item__texts__text {
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__item__texts__text {
    margin-top: 0.5rem;
  }
}

.p-singleWorks__item__img {
  width: 38.25rem;
  height: 25.5rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__item__img {
    width: 100%;
    height: auto;
    aspect-ratio: 612/408;
  }
}
.p-singleWorks__item__img img {
  border-radius: 1.5rem;
}

/* ===============================================
# 共創の背景・課題
=============================================== */
.p-singleWorks__content__background {
  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: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__content__background {
    row-gap: 0.5rem;
  }
}
.p-singleWorks__content__background .p-singleWorks__item:last-child {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__content__background .p-singleWorks__item:last-child {
    margin-top: 2.5rem;
  }
}
.p-singleWorks__content__background .p-singleWorks__item__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-singleWorks__content__background .p-singleWorks__item__texts__h3:not(:first-child) {
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__content__background .p-singleWorks__item__texts__h3:not(:first-child) {
    margin-top: 0.5rem;
  }
}

/* ===============================================
# gallery
=============================================== */
.p-singleWorks__gallery {
  margin-top: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__gallery {
    margin-top: 4.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.125rem;
  }
}

.p-singleWorks__gallery__item {
  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.9375rem;
}

.p-singleWorks__gallery__item img {
  width: 25.5rem;
  height: 17rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__gallery__item img {
    width: 100%;
    height: auto;
    aspect-ratio: 408/272;
  }
}

/* ===============================================
# プロセス
=============================================== */
.p-singleWorks__process {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__process {
    margin-top: 3.6875rem;
  }
}

.p-singleWorks__process__wrapper {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__process__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-template-columns: 1fr;
    gap: 2.3125rem;
  }
}

.p-singleWorks__process__item {
  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;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  border: 2px solid #000;
  min-height: 3.5rem;
  border-radius: 0.5rem;
}

.p-singleWorks__process__item:not(:first-child) {
  position: relative;
}
.p-singleWorks__process__item:not(:first-child)::before {
  content: "";
  position: absolute;
  background: url(./../img/arrow-right.png) no-repeat center center/cover;
  width: 1.125rem;
  height: 1.125rem;
  top: 50%;
  left: -3.125rem;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__process__item:not(:first-child)::before {
    top: -1.75rem;
    left: 50%;
    translate: -50% 0;
    rotate: 90deg;
  }
}

.p-singleWorks__process__textarea {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__process__textarea {
    margin-top: 2.0625rem;
  }
}

/* ===============================================
# 成果・インパクト
=============================================== */
.p-singleWorks__outcome {
  margin-top: 5.625rem;
}

.p-singleWorks__comment {
  margin-top: 2.9375rem;
}

.p-singleWorks__btn {
  margin-top: 7.125rem;
  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;
  max-width: 17.8125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-singleWorks__btn {
    margin-top: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-singleWorks__btn .c-btn2 {
    max-width: 17.8125rem;
    height: 3.5625rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.p-contact {
  padding-top: 3.8125rem;
  padding-bottom: 7rem;
}

.p-contact__about .l-about__title {
  margin-inline: 0;
}

.p-contact__main {
  margin-top: 3.4375rem;
}

.p-contact__main__form {
  margin-top: 4.875rem;
  margin-inline: auto;
  max-width: 869px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__main__form {
    margin-top: 3.0625rem;
  }
}

/* ===============================================
# フォーム
=============================================== */
.wpcf7-form-control-wrap {
  width: 100%;
}

/* ===============================================
# cta
=============================================== */
.p-contact .l-cta {
  margin: 5.75rem calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .p-contact .l-cta {
    margin-top: 3.9375rem;
  }
}

/* ===============================================
# privacy
=============================================== */
.p-contact__privacy {
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy {
    margin-top: 3.0625rem;
  }
}

.p-contact__privacy__body {
  margin-top: 1.875rem;
}

.p-contact__privacy__body h3 {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.0622222222em;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 0.75rem;
  border-left: 0.375rem solid #0d0d0d;
}

.p-contact__privacy__body h3:not(:first-child) {
  margin-top: 1.5rem;
}

.p-contact__privacy__body p {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.08em;
}

.p-contact__privacy__body .p-contact__privacy__body__date {
  margin-top: 1rem;
}

.p-person {
  padding-top: 5.3125rem;
  padding-bottom: 12.375rem;
}

.p-person__wrapper {
  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: 7.3125rem;
}

.p-person__member__human {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}

.p-person__member__human:first-child {
  margin-top: 5.625rem;
}

.p-person__member__human:not(:first-child) {
  margin-top: 3rem;
}

.p-person__member__human__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-person__member__human__name {
  font-family: "Afacad", sans-serif;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-person__member__human__text {
  margin-top: 2.3125rem;
  font-family: "Afacad", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}

.p-person__member__human__img {
  width: 38.25rem;
  height: 25.4375rem;
  border-radius: 1.5rem;
}
.p-person__member__human__img img {
  border-radius: 1.5rem;
}

.u-bg-color {
  background: #5FD4FF;
}

.u-bg-color--white {
  background: #fff;
}

.u-bg-color--whiteGray {
  background: #EBFBFF;
}

.u-visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
/*きらっと光る*/
.u-btnShine {
  text-decoration: none;
  outline: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.u-btnShine:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}

/*キラッと光る*/
.u-btnShine::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.u-btnShine::before {
  -webkit-animation: shine 3s infinite linear;
          animation: shine 3s infinite linear;
}

@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  23.333% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  23.333% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .u-is--pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-is--pc {
    display: none;
  }
}

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

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

.u-is--hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-is--hidden-pc {
    display: block;
  }
}

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

.u-is--notUpper {
  text-transform: none;
}

.u-is--opacity0 {
  opacity: 0;
}

.u-color__white {
  color: #fff;
}

.u-color__black {
  color: #000;
}

.u-wysiwyg {
  font-family: "Afacad", sans-serif;
}
.u-wysiwyg h2 {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
  padding: 1.5625rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
.u-wysiwyg h3 {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
.u-wysiwyg h4 {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.u-wysiwyg p {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.6428571429;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg p {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6428571429;
  }
}
.u-wysiwyg a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .u-wysiwyg a:hover {
    text-decoration: none;
  }
}
.u-wysiwyg ul li {
  list-style: disc;
  list-style-position: inside;
}
.u-wysiwyg ol li {
  list-style: decimal;
  list-style-position: inside;
}
.u-wysiwyg h2 {
  margin-bottom: 2.8125rem;
}
.u-wysiwyg h3,
.u-wysiwyg h4 {
  margin-bottom: 1.3125rem;
}
.u-wysiwyg p + p {
  margin-top: 1.3125rem;
}
.u-wysiwyg figure {
  margin-block: 2.8125rem;
}
.u-wysiwyg table {
  margin-block: 2.8125rem;
}
.u-wysiwyg p + ul,
.u-wysiwyg p + ol,
.u-wysiwyg ul + p,
.u-wysiwyg ol + p,
.u-wysiwyg ul + ol,
.u-wysiwyg ol + ul {
  margin-top: 1.3125rem;
}
.u-wysiwyg p + h2,
.u-wysiwyg ul + h2,
.u-wysiwyg ol + h2,
.u-wysiwyg figure + h2,
.u-wysiwyg table + h2 {
  margin-top: 2.8125rem;
}
.u-wysiwyg p + h3,
.u-wysiwyg ul + h3,
.u-wysiwyg ol + h3,
.u-wysiwyg figure + h3,
.u-wysiwyg table + h3 {
  margin-top: 2.8125rem;
}
.u-wysiwyg p + h4,
.u-wysiwyg ul + h4,
.u-wysiwyg ol + h4,
.u-wysiwyg figure + h4,
.u-wysiwyg table + h4 {
  margin-top: 1.3125rem;
}
.u-wysiwyg table + table {
  margin-top: 2.8125rem;
}

.u-wysiwyg--h3 h3 {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.3333333333;
}
.u-wysiwyg--h3 h4 {
  font-size: max(0.9375rem, 12px);
  font-weight: 700;
  line-height: 1.6;
}
.u-wysiwyg--h3 h5 {
  font-size: max(0.9375rem, 12px);
  font-weight: 500;
  line-height: 1.6;
}
.u-wysiwyg--h3 p {
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .u-wysiwyg--h3 p {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6428571429;
  }
}
.u-wysiwyg--h3 a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .u-wysiwyg--h3 a:hover {
    text-decoration: none;
  }
}
.u-wysiwyg--h3 ul li {
  list-style: disc;
  list-style-position: inside;
}
.u-wysiwyg--h3 ol li {
  list-style: decimal;
  list-style-position: inside;
}
.u-wysiwyg--h3 h3 {
  margin-bottom: 10px;
}
.u-wysiwyg--h3 h4,
.u-wysiwyg--h3 h5 {
  margin-bottom: 5px;
}
.u-wysiwyg--h3 p + p {
  margin-top: 5px;
}
.u-wysiwyg--h3 figure {
  margin-block: 10px;
}
.u-wysiwyg--h3 table {
  margin-block: 10px;
}
.u-wysiwyg--h3 p + ul,
.u-wysiwyg--h3 p + ol,
.u-wysiwyg--h3 ul + p,
.u-wysiwyg--h3 ol + p,
.u-wysiwyg--h3 ul + ol,
.u-wysiwyg--h3 ol + ul {
  margin-top: 5px;
}
.u-wysiwyg--h3 p + h3,
.u-wysiwyg--h3 ul + h3,
.u-wysiwyg--h3 ol + h3,
.u-wysiwyg--h3 figure + h3,
.u-wysiwyg--h3 table + h3 {
  margin-top: 25px;
}
.u-wysiwyg--h3 p + h4,
.u-wysiwyg--h3 ul + h4,
.u-wysiwyg--h3 ol + h4,
.u-wysiwyg--h3 figure + h4,
.u-wysiwyg--h3 table + h4 {
  margin-top: 20px;
}
.u-wysiwyg--h3 p + h5,
.u-wysiwyg--h3 ul + h5,
.u-wysiwyg--h3 ol + h5,
.u-wysiwyg--h3 figure + h5,
.u-wysiwyg--h3 table + h5 {
  margin-top: 15px;
}
.u-wysiwyg--h3 table + table {
  margin-top: 15px;
}

.u-wysiwyg--h3-small h3 {
  font-size: max(0.9375rem, 12px);
  font-weight: 700;
  line-height: 1.4666666667;
}
.u-wysiwyg--h3-small h4 {
  font-size: max(0.9375rem, 12px);
  font-weight: 700;
  line-height: 1.4666666667;
}
.u-wysiwyg--h3-small h5 {
  font-size: max(0.9375rem, 12px);
  font-weight: 500;
  line-height: 1.4666666667;
}
.u-wysiwyg--h3-small p {
  font-size: max(0.9375rem, 12px);
  font-weight: 400;
  line-height: 1.4666666667;
}
.u-wysiwyg--h3-small a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .u-wysiwyg--h3-small a:hover {
    text-decoration: none;
  }
}
.u-wysiwyg--h3-small ul li {
  list-style: disc;
  list-style-position: inside;
}
.u-wysiwyg--h3-small ol li {
  list-style: decimal;
  list-style-position: inside;
}
.u-wysiwyg--h3-small h3 {
  margin-bottom: 10px;
}
.u-wysiwyg--h3-small h4,
.u-wysiwyg--h3-small h5 {
  margin-bottom: 5px;
}
.u-wysiwyg--h3-small p + p {
  margin-top: 5px;
}
.u-wysiwyg--h3-small figure {
  margin-block: 10px;
}
.u-wysiwyg--h3-small table {
  margin-block: 10px;
}
.u-wysiwyg--h3-small p + ul,
.u-wysiwyg--h3-small p + ol,
.u-wysiwyg--h3-small ul + p,
.u-wysiwyg--h3-small ol + p,
.u-wysiwyg--h3-small ul + ol,
.u-wysiwyg--h3-small ol + ul {
  margin-top: 5px;
}
.u-wysiwyg--h3-small p + h3,
.u-wysiwyg--h3-small ul + h3,
.u-wysiwyg--h3-small ol + h3,
.u-wysiwyg--h3-small figure + h3,
.u-wysiwyg--h3-small table + h3 {
  margin-top: 25px;
}
.u-wysiwyg--h3-small p + h4,
.u-wysiwyg--h3-small ul + h4,
.u-wysiwyg--h3-small ol + h4,
.u-wysiwyg--h3-small figure + h4,
.u-wysiwyg--h3-small table + h4 {
  margin-top: 20px;
}
.u-wysiwyg--h3-small p + h5,
.u-wysiwyg--h3-small ul + h5,
.u-wysiwyg--h3-small ol + h5,
.u-wysiwyg--h3-small figure + h5,
.u-wysiwyg--h3-small table + h5 {
  margin-top: 15px;
}
.u-wysiwyg--h3-small table + table {
  margin-top: 15px;
}