@charset "UTF-8";
/*!
Theme Name: marumaru-2024
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: marumaru-2024
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

marumaru-2024 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/***
  Base CSS:
  The new CSS reset - version 1.8.4 (last updated 14.2.2023)
  GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

body {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
button {
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
}

video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

video:focus-visible {
  outline: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

img,
picture,
svg,
video,
iframe {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  border: none;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/* fonts */
/* #Typography
----------------------------------------------------------------- */
body,
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6613756614vw;
}
@media screen and (min-width: 1512px) {
  body,
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px ) {
  body,
  html {
    font-size: 2.5641025641vw;
  }
}

b,
strong,
.bold {
  font-weight: 700;
}

/* #base
----------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
body.is-active {
  opacity: 1;
}
body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
}

svg {
  width: 100%;
  height: auto;
}

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

a {
  display: block;
  text-decoration: none;
}

ul li {
  list-style: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

/* #wrapper
----------------------------------------------------------------- */
.l-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
}
/* #header
----------------------------------------------------------------- */
.l-header {
  width: 100%;
  height: 11.3rem;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
@media screen and (max-width: 900px ) {
  .l-header {
    height: 8rem;
    transform: translateY(0);
    transition: transform 0.4s;
  }
  .l-header.is-hide {
    transform: translateY(-110%);
  }
}
.l-header__top {
  width: 100dvw;
  height: 3rem;
  background: #ffffff;
  padding-inline: 6rem;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .l-header__top {
    height: 2rem;
    padding-inline: 2rem;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.l-header__inner {
  width: 100%;
  height: 8.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px ) {
  .l-header__inner {
    height: 6rem;
    padding-inline: 2rem;
  }
}
.l-header__logo a {
  display: block;
  margin-left: 6rem;
  width: 33rem;
  height: auto;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.l-header__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px ) {
  .l-header__logo a {
    width: 17.6rem;
    margin-left: 0rem;
  }
}
.l-header__navi {
  display: flex;
  align-items: center;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
@media screen and (max-width: 900px ) {
  .l-header__navi {
    background: #000000;
    width: 100dvw;
    height: calc(100dvh - 8rem);
    overflow-y: scroll;
    padding: 0;
    padding-block: 17rem;
    position: fixed;
    right: 0;
    top: 8rem;
    z-index: 200;
    transform: translateX(100%);
    transition: transform 0.6s;
    align-items: flex-start;
    justify-content: center;
  }
  .l-header__navi.is-open {
    transform: translateX(0);
  }
}
.l-header__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 900px ) {
  .l-header__list {
    flex-direction: column;
    row-gap: 6rem;
  }
}
.l-header__item a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ffffff;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.l-header__item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px ) {
  .l-header__item a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-header__subList {
  display: flex;
}
.l-header__subItem--contact a {
  background: #ffffff;
}
.l-header__subItem--quotation a {
  background: #ffec3f;
}
.l-header__subItem a {
  width: 8.3rem;
  height: 8.3rem;
  border: 2px solid #ffec3f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 0.5rem;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.l-header__subItem a:hover {
  opacity: 0.7;
}
.l-header__subItem a .icon {
  width: 2.4rem;
  height: auto;
}
.l-header__subItem a .text {
  text-align: center;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
.l-header__bars {
  width: 2.6rem;
  height: 1.5rem;
  position: relative;
}
.l-header__bars span {
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: background 0.4s cubic-bezier(0.08, 0.82, 0.17, 1), transform 0.4s cubic-bezier(0.08, 0.82, 0.17, 1), opacity 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  position: absolute;
  transform-origin: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.l-header__bars span:first-child {
  transform: translateY(-0.35rem) rotate(0deg);
}
.l-header__bars span:last-child {
  transform: translateY(0.35rem) rotate(0deg);
}
.l-header__bars.is-open span:first-child {
  transform: translateY(0) rotate(30deg);
}
.l-header__bars.is-open span:last-child {
  transform: translateY(0) rotate(-30deg);
}

/* #main
----------------------------------------------------------------- */
.l-main {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 11.3rem;
}
@media screen and (max-width: 900px ) {
  .l-main {
    padding-top: 8rem;
  }
}

/* #footer
----------------------------------------------------------------- */
.l-footer {
  width: 100%;
  background: #000000;
}
@media screen and (max-width: 900px ) {
  .l-footer {
    padding-bottom: 6rem;
  }
}
.l-footer__top {
  width: 100%;
  height: auto;
  padding-block: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px ) {
  .l-footer__top {
    padding-block: 8rem;
  }
}
.l-footer__topLogo {
  width: 52.6rem;
  height: auto;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.l-footer__topLogo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px ) {
  .l-footer__topLogo {
    width: 29.5rem;
  }
}
.l-footer__banners {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 900px ) {
  .l-footer__banners {
    flex-direction: column;
  }
}
.l-footer__banner {
  width: 50%;
  height: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.l-footer__banner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px ) {
  .l-footer__banner {
    width: 100%;
    height: 23rem;
  }
}
.l-footer__banner--contact {
  background: #ffffff;
}
.l-footer__banner--contact .l-footer__bannerButton {
  background: #ffec3f;
}
.l-footer__banner--quotation {
  background: #ffec3f;
}
.l-footer__banner--quotation .l-footer__bannerButton {
  background: #ffffff;
}
.l-footer__bannerText {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .l-footer__bannerText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.l-footer__bannerIcon {
  width: 4.7rem;
  height: auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 900px ) {
  .l-footer__bannerIcon {
    width: 4rem;
    margin-top: 1rem;
  }
}
.l-footer__bannerButton {
  margin-top: 3rem;
  width: 36.2rem;
  height: 5.3rem;
  border-radius: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .l-footer__bannerButton {
    margin-top: 2rem;
    width: 28.4rem;
    height: 4.4rem;
    border-radius: 2.2rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-footer__bannerButton .arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2.8rem;
  width: 2.4rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 900px ) {
  .l-footer__bannerButton .arrow {
    right: 2.6rem;
    width: 2rem;
  }
}
.l-footer__bottom {
  padding-top: 10rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 900px ) {
  .l-footer__bottom {
    padding-top: 8rem;
  }
}
.l-footer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 900px ) {
  .l-footer__list {
    flex-wrap: wrap;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    row-gap: 4rem;
  }
}
.l-footer__item a {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.l-footer__item a:hover {
  opacity: 0.7;
}
.l-footer__border {
  display: block;
  margin-inline: auto;
  margin-top: 8rem;
  width: 35rem;
  height: 1px;
  background: #575757;
}
@media screen and (max-width: 900px ) {
  .l-footer__border {
    margin-top: 5rem;
    width: 26rem;
  }
}
.l-footer__logos {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 5.8rem 11.4rem;
  -moz-column-gap: 2.3rem;
       column-gap: 2.3rem;
  row-gap: 4rem;
  justify-content: center;
}
@media screen and (max-width: 900px ) {
  .l-footer__logos {
    margin-top: 5rem;
    grid-template-columns: 5rem 9.5rem;
    -moz-column-gap: 3.3rem;
         column-gap: 3.3rem;
    row-gap: 1.8rem;
  }
}
.l-footer__logoAgi {
  width: 23.7rem;
  height: auto;
  grid-row: 1/2;
  grid-column: 1/3;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.l-footer__logoAgi:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px ) {
  .l-footer__logoAgi {
    width: 19.7rem;
  }
}
.l-footer__logoAgo {
  width: 5.8rem;
  height: auto;
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: center;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.l-footer__logoAgo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px ) {
  .l-footer__logoAgo {
    width: 5rem;
  }
}
.l-footer__logoAssist {
  width: 11.4rem;
  height: auto;
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: center;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.l-footer__logoAssist:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px ) {
  .l-footer__logoAssist {
    width: 9.5rem;
  }
}
.l-footer__copy {
  margin-top: 10rem;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 900px ) {
  .l-footer__copy {
    margin-top: 5rem;
  }
}

/* #c-
----------------------------------------------------------------- */
/* #c-drawer
----------------------------------------------------------------- */
@media screen and (max-width: 900px ) {
  body.is-drawerOpen {
    width: 100vw;
    height: 100dvh;
    position: fixed;
  }
}

/* #c-sticky
----------------------------------------------------------------- */
.c-sticky {
  width: 100dvw;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
}
.c-sticky__button {
  width: 50dvw;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border: 2px solid #ffec3f;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.c-sticky__button:hover {
  opacity: 0.7;
}
.c-sticky__button .icon {
  width: 2.4rem;
  height: auto;
}
.c-sticky__button .text {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
.c-sticky__button--contact {
  background: #ffffff;
}
.c-sticky__button--quotation {
  background: #ffec3f;
}

/* #c-title
----------------------------------------------------------------- */
.c-title {
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.1em;
       column-gap: 0.1em;
}
.c-title span {
  color: #ffffff;
  background: #000000;
  padding: 0.1em 0.1em 0.2em 0.2em;
  position: relative;
}
.c-title.js-scrollEffect span {
  background: transparent;
}
.c-title.js-scrollEffect span:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  transition: width 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  background: #000000;
  z-index: -1;
}
.c-title.js-scrollEffect.is-action span:before {
  width: 100%;
}

/* #c-secTitle
----------------------------------------------------------------- */
.c-secTitle {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .c-secTitle {
    row-gap: 1rem;
  }
}
.c-secTitle .small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.c-secTitle .big {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .c-secTitle .big {
    font-size: 2.3rem;
  }
}

/* #c-button
----------------------------------------------------------------- */
.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding-left: 2.6rem;
  padding-right: 1.8rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.6rem;
  border-radius: 1.8rem;
  border: 1px solid #000000;
  background: #ffffff;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 900px ) {
  .c-button {
    padding-left: 1.8rem;
    padding-right: 1.6rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0.02em;
    font-weight: 400;
    height: 3rem;
    border-radius: 1.5rem;
  }
}
.c-button span {
  width: 1.4rem;
  height: auto;
}
.c-button svg path {
  transition: fill 0.3s;
  fill: #000000;
}
.c-button:hover {
  background: #ffec3f;
  color: #000000;
}
.c-button:hover svg path {
  fill: #000000;
}

/* #c-breadcrumbs
----------------------------------------------------------------- */
.c-breadcrumbs {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .c-breadcrumbs {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs a {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.c-breadcrumbs a:hover {
  opacity: 1;
}

/* #c-sliderControl
----------------------------------------------------------------- */
.c-sliderControl__progress {
  margin-top: 6rem;
  width: 127rem;
  height: 2px;
  background: rgba(131, 131, 131, 0.3);
  z-index: 10;
}
@media screen and (max-width: 900px ) {
  .c-sliderControl__progress {
    width: 35rem;
    margin-top: 5rem;
  }
}
.c-sliderControl__progressBar {
  background: #000000;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}
.c-sliderControl__navi {
  margin-top: 6rem;
  width: 127rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px ) {
  .c-sliderControl__navi {
    width: 35rem;
    margin-top: 5rem;
  }
}
.c-sliderControl__arrows {
  width: 8rem;
  display: flex;
  justify-content: space-between;
}
.c-sliderControl__arrow {
  background: transparent !important;
  position: static !important;
  transform: translateY(0%) !important;
}
.c-sliderControl__arrow span {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: 1.3rem;
  height: 1.3rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.c-sliderControl__arrow .left {
  transform: translateX(25%) rotate(-135deg);
}
.c-sliderControl__arrow .right {
  transform: translateX(-25%) rotate(45deg);
}
.c-sliderControl__view {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #000000;
}
.c-sliderControl__view span {
  width: 2rem;
  transition: transform 0.3s;
  transform: translateX(0);
}
.c-sliderControl__view:hover span {
  transform: translateX(0.3rem);
}

/* #c-pageHead
----------------------------------------------------------------- */
.c-pageHead {
  width: 100%;
  height: 36.2rem;
  background: #f5f5f5;
  overflow: hidden;
}
@media screen and (max-width: 900px ) {
  .c-pageHead {
    height: 39rem;
  }
}
.c-pageHead__inner {
  width: 127rem;
  height: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .c-pageHead__inner {
    width: 35rem;
  }
}
.c-pageHead__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px ) {
  .c-pageHead__content {
    row-gap: 3rem;
  }
}
.c-pageHead__content--column {
  row-gap: 3rem;
}
@media screen and (max-width: 900px ) {
  .c-pageHead__content--column {
    row-gap: 1.5rem;
  }
}
.c-pageHead__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.c-pageHead__title .small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
}
.c-pageHead__title .big {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 900px ) {
  .c-pageHead__title .big {
    font-size: 3.4rem;
  }
}
.c-pageHead__text {
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.7391304348;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 900px ) {
  .c-pageHead__text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.c-pageHead__text span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 900px ) {
  .c-pageHead__text span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.c-pageHead__breadcrumbs {
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 1;
}
.c-pageHead__bg {
  width: 104rem;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -67rem;
  z-index: 0;
}
@media screen and (max-width: 900px ) {
  .c-pageHead__bg {
    width: 82.7rem;
    bottom: -1.5rem;
    right: -67rem;
  }
}
.c-pageHead--column {
  height: 24rem;
}
@media screen and (max-width: 900px ) {
  .c-pageHead--column {
    height: 24rem;
  }
}
.c-pageHead--column .c-pageHead__content {
  row-gap: 3rem;
}
@media screen and (max-width: 900px ) {
  .c-pageHead--column .c-pageHead__content {
    row-gap: 1rem;
  }
}
@media screen and (max-width: 900px ) {
  .c-pageHead--column .c-pageHead__title {
    row-gap: 1rem;
  }
}
.c-pageHead--column .c-pageHead__title .small {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.5217391304;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .c-pageHead--column .c-pageHead__title .small {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.c-pageHead--column .c-pageHead__title .big {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .c-pageHead--column .c-pageHead__title .big {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.4705882353;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.c-pageHead--column .c-pageHead__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px ) {
  .c-pageHead--column .c-pageHead__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
    font-weight: 400;
  }
}

/* #c-clients
----------------------------------------------------------------- */
.c-clients {
  padding-top: 16rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 900px ) {
  .c-clients {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}
.c-clients__inner {
  width: 133rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .c-clients__inner {
    width: 35rem;
  }
}
.c-clients__title {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .c-clients__title {
    font-size: 1.2rem;
  }
}
.c-clients__list {
  margin-top: 4.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 900px ) {
  .c-clients__list {
    gap: 4rem;
    margin-top: 3rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-clients__item a {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 900px ) {
  .c-clients__item:nth-of-type(1) {
    width: 13.8rem;
  }
}
@media screen and (max-width: 900px ) {
  .c-clients__item:nth-of-type(2) {
    width: 16.8rem;
  }
}
@media screen and (max-width: 900px ) {
  .c-clients__item:nth-of-type(3) {
    width: 10.9rem;
  }
}
@media screen and (max-width: 900px ) {
  .c-clients__item:nth-of-type(4) {
    width: 16.7rem;
  }
}
@media screen and (max-width: 900px ) {
  .c-clients__item:nth-of-type(5) {
    width: 11.8rem;
  }
}
@media screen and (max-width: 900px ) {
  .c-clients__item:nth-of-type(6) {
    width: 9rem;
  }
}
@media screen and (max-width: 900px ) {
  .c-clients__item:nth-of-type(7) {
    width: 10rem;
  }
}

/* #c-quotation
----------------------------------------------------------------- */
.c-quotation {
  padding-top: 8rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 900px ) {
  .c-quotation {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
.c-quotation__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .c-quotation__title {
    font-size: 2.2rem;
  }
}
.c-quotation__button {
  margin-top: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 6.7rem;
  margin-inline: auto;
  padding-inline: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  background: #ffec3f;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 900px ) {
  .c-quotation__button {
    margin-top: 3rem;
  }
}
.c-quotation__button .calc {
  width: 2.8rem;
  height: auto;
}
.c-quotation__button .arrow {
  width: 2.4rem;
  height: auto;
}
.c-quotation__button .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.c-quotation__button .arrow {
  transform: translateX(0);
  transition: transform 0.3s;
}
.c-quotation__button:hover {
  opacity: 0.7;
}
.c-quotation__button:hover .arrow {
  transform: translateX(0.2rem);
}

/* #c-casePosts
----------------------------------------------------------------- */
.c-casePost__image {
  width: 100%;
  overflow: hidden;
}
.c-casePost__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}
.c-casePost__title {
  margin-top: 2rem;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.8rem;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .c-casePost__title {
    margin-top: 1.2rem;
    row-gap: 0.4rem;
    font-size: 1.8rem;
  }
}
.c-casePost__title span {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .c-casePost__title span {
    font-size: 2.1rem;
  }
}
.c-casePost__client {
  margin-top: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .c-casePost__client {
    font-size: 1.2rem;
    margin-top: 1.6rem;
  }
}
.c-casePost__button {
  margin-top: 2rem;
}
@media screen and (max-width: 900px ) {
  .c-casePost__button {
    margin-top: 1.6rem;
  }
}
.c-casePost a:hover .c-casePost__image img {
  transform: scale(1.05);
}
.c-casePost a:hover .c-casePost__button {
  background: #ffec3f;
  color: #000000;
}
.c-casePost a:hover .c-casePost__button svg path {
  fill: #000000;
}

/* #c-columnPosts
----------------------------------------------------------------- */
.c-columnPost a {
  display: block;
  width: 28.8rem;
}
@media screen and (max-width: 900px ) {
  .c-columnPost a {
    width: 21rem;
  }
}
.c-columnPost__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.c-columnPost__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}
.c-columnPost__date {
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .c-columnPost__date {
    font-size: 1rem;
  }
}
.c-columnPost__title {
  margin-top: 1rem;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  letter-spacing: 0.14em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .c-columnPost__title {
    margin-top: 0.8rem;
    font-size: 1.8rem;
  }
}
.c-columnPost a:hover .c-columnPost__image img {
  transform: scale(1.05);
}

/* #c-columnPostLarge
----------------------------------------------------------------- */
.c-columnPostLarge a {
  width: 100%;
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  align-items: center;
}
@media screen and (max-width: 900px ) {
  .c-columnPostLarge a {
    width: 35rem;
    flex-direction: column;
    row-gap: 2rem;
    margin-inline: auto;
  }
}
.c-columnPostLarge__image {
  width: 60rem;
  height: auto;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px ) {
  .c-columnPostLarge__image {
    width: 100%;
  }
}
.c-columnPostLarge__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}
.c-columnPostLarge__new {
  background: #e71f18;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding: 0.5em 1.1em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.c-columnPostLarge__content {
  width: 56rem;
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (max-width: 900px ) {
  .c-columnPostLarge__content {
    width: 35rem;
  }
}
.c-columnPostLarge__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-columnPostLarge__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .c-columnPostLarge__title {
    font-size: 2rem;
  }
}
.c-columnPostLarge__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-columnPostLarge a:hover .c-columnPostLarge__image img {
  transform: scale(1.05);
}

/* #c-postContent
----------------------------------------------------------------- */
.c-postContent {
  width: 100%;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 0;
}
.c-postContent:before, .c-postContent:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 900px ) {
  .c-postContent {
    width: 35rem;
    margin-inline: auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.125;
    letter-spacing: 0.02em;
    font-weight: 0;
  }
}
.c-postContent h1 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 0;
}
@media screen and (max-width: 900px ) {
  .c-postContent h1 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.125;
    letter-spacing: 0.02em;
    font-weight: 0;
  }
}
.c-postContent h2 {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.8518518519;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  margin-bottom: 3rem;
  background: #eee;
}
@media screen and (max-width: 900px ) {
  .c-postContent h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4166666667;
    letter-spacing: 0.02em;
    font-weight: 700;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.c-postContent h2:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 5rem;
  background: #ffec3f;
  border-top-right-radius: 2.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .c-postContent h2:before {
    width: 2rem;
    height: 4rem;
    border-top-right-radius: 2rem;
  }
}
.c-postContent h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8333333333;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
@media screen and (max-width: 900px ) {
  .c-postContent h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.9;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.c-postContent h3:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 3rem;
  background: #ffec3f;
  margin-top: 0.3em;
  flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .c-postContent h3:before {
    width: 1rem;
    height: 2rem;
    margin-top: 0.5em;
  }
}
.c-postContent h4,
.c-postContent h5 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .c-postContent h4,
  .c-postContent h5 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.c-postContent p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 0;
}
@media screen and (max-width: 900px ) {
  .c-postContent p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.125;
    letter-spacing: 0.02em;
    font-weight: 0;
  }
}
.c-postContent .wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 1.5rem;
  text-align: center;
}
.c-postContent a {
  display: inline-block;
  background: #ffec3f;
  padding-inline: 0.3em;
  text-decoration: underline;
}
.c-postContent a:hover {
  text-decoration: none;
}
.c-postContent .bg-black {
  background: #000000;
  color: #ffffff;
  padding: 0.2em 0.3em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-postContent .bg-yellow {
  background: #ffec3f;
  padding: 0.2em 0.3em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-postContent .box {
  width: 100%;
  height: auto;
  padding: 3rem;
  border: 2px solid #575757;
}
.c-postContent .grid {
  display: flex;
  width: 100%;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.c-postContent .grid > * {
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .c-postContent .grid {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.c-postContent .alignright {
  display: block;
  float: right;
  width: 53rem !important;
  margin-left: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px ) {
  .c-postContent .alignright {
    width: 100% !important;
    float: none;
    margin-left: 0;
  }
}
.c-postContent .alignleft {
  display: block;
  float: left;
  width: 53rem !important;
  margin-right: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px ) {
  .c-postContent .alignleft {
    width: 100% !important;
    float: none;
    margin-right: 0;
  }
}
.c-postContent .aligncenter,
.c-postContent .alignnone {
  display: block;
  margin-inline: auto;
  width: 100% !important;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px ) {
  .c-postContent .aligncenter,
  .c-postContent .alignnone {
    width: 100% !important;
  }
}

/* #js-scrollEffect
----------------------------------------------------------------- */
.js-scrollEffect--fadeInUp,
.js-loadEffect--fadeInUp {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
}
.js-scrollEffect--fadeInUp.is-action,
.js-loadEffect--fadeInUp.is-action {
  opacity: 1 !important;
  transform: translateY(0);
}
.js-scrollEffect--fadeInSlide,
.js-loadEffect--fadeInSlide {
  will-change: opacity, transform;
  opacity: 0;
  transform: translate(-1rem, -1rem);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-scrollEffect--fadeInSlide.is-action,
.js-loadEffect--fadeInSlide.is-action {
  opacity: 1 !important;
  transform: translate(0, 0);
}
.js-scrollEffect--fadeIn,
.js-loadEffect--fadeIn {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.76, 0.05, 0.86, 0.06);
  transition-delay: 0s;
}
.js-scrollEffect--fadeIn.is-action,
.js-loadEffect--fadeIn.is-action {
  opacity: 1 !important;
}
.js-scrollEffect--slideIn,
.js-loadEffect--slideIn {
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.js-scrollEffect--slideIn.is-action,
.js-loadEffect--slideIn.is-action {
  clip-path: inset(0 0 0 0);
}
.js-scrollEffect--slideInBg,
.js-loadEffect--slideInBg {
  position: relative;
}
.js-scrollEffect--slideInBg > div,
.js-loadEffect--slideInBg > div {
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  transition: clip-path 0.7s 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 1;
}
.js-scrollEffect--slideInBg:before,
.js-loadEffect--slideInBg:before {
  content: "";
  display: block;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  transition: clip-path 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #ffec3f;
}
.js-scrollEffect--slideInBg.is-action > div,
.js-loadEffect--slideInBg.is-action > div {
  clip-path: inset(0 0 0 0);
}
.js-scrollEffect--slideInBg.is-action:before,
.js-loadEffect--slideInBg.is-action:before {
  clip-path: inset(0 0 0 0);
}
.js-scrollEffect--slideIn2,
.js-loadEffect--slideIn2 {
  clip-path: polygon(0 0, 0 0%, 0% 0);
  will-change: clip-path;
  transition: clip-path 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.js-scrollEffect--slideIn2.is-action,
.js-loadEffect--slideIn2.is-action {
  clip-path: polygon(0 0, 0 200%, 200% 0);
}
.js-scrollEffect--bounceInDown,
.js-loadEffect--bounceInDown {
  opacity: 0;
  transform: translate3d(0, -6rem, 0) scaleY(1.2);
}
.js-scrollEffect--bounceInDown.is-action,
.js-loadEffect--bounceInDown.is-action {
  animation: bounceInDown 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -6rem, 0) scaleY(1.2);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 1rem, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    transform: translate3d(0, -1rem, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    transform: translate3d(0, 0.5rem, 0) scaleY(0.985);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleY(1);
  }
}
/* #wp-pagenavi
----------------------------------------------------------------- */
.wp-pagenavi {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 900px ) {
  .wp-pagenavi {
    margin-top: 6rem;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  width: 3rem;
  height: 3.3rem;
  padding: 0.1em 0.1em 0.2em 0.2em;
  font-weight: 400;
}
.wp-pagenavi a {
  color: #000000;
  background: #ffffff;
  transition: all 0.3s;
}
.wp-pagenavi a:hover {
  color: #ffffff;
  background: #000000;
}
.wp-pagenavi span {
  color: #ffffff;
  background: #000000;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: 1px solid #000000;
}

/* #wpcf7-form
----------------------------------------------------------------- */
.wpcf7 {
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}
.wpcf7-main {
  width: 100%;
  margin-inline: auto;
  padding-top: 6rem;
}
@media screen and (max-width: 900px ) {
  .wpcf7-main {
    padding-top: 4rem;
  }
}
.wpcf7-topText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.wpcf7-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 900px ) {
  .wpcf7-row {
    margin-inline: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    row-gap: 1rem;
  }
}
.wpcf7-row:first-of-type {
  margin-top: 3rem;
}
.wpcf7-row--top {
  align-items: flex-start;
}
.wpcf7-rowTitle {
  width: 25rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 500;
  font-weight: 500;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .wpcf7-rowTitle {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
    font-weight: 500;
    justify-content: flex-start;
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }
}
.wpcf7-rowTitle small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 500;
  color: #e71f18;
}
@media screen and (max-width: 900px ) {
  .wpcf7-rowTitle small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.wpcf7-rowContent {
  width: 100%;
  display: flex;
  align-items: center;
}
.wpcf7-rowContent--top {
  align-items: flex-start;
}
@media screen and (max-width: 900px ) {
  .wpcf7-rowContent {
    width: 100%;
  }
}
.wpcf7-rowTag {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.7rem;
  width: auto;
  padding-inline: 1rem;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 500;
  font-weight: 500;
}
.wpcf7-rowTag--must {
  color: #e71f18;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wpcf7-form-control {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px ) {
  .wpcf7-form-control {
    align-items: flex-start;
  }
}
.wpcf7-inputWrap {
  width: 100%;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 900px ) {
  .wpcf7-inputWrap {
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
  }
}
.wpcf7-textWrap {
  display: flex;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  align-items: center;
  white-space: nowrap;
}
.wpcf7-text, .wpcf7-textarea {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.4rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0.9rem 2rem;
  border: 1px solid #575757;
  transition: border 0.3s;
}
@media screen and (max-width: 900px ) {
  .wpcf7-text, .wpcf7-textarea {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: 0.8rem 2rem;
  }
}
.wpcf7-text::-moz-placeholder, .wpcf7-textarea::-moz-placeholder {
  color: #828282 !important;
}
.wpcf7-text::placeholder, .wpcf7-textarea::placeholder {
  color: #828282 !important;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
  border: 1px solid #ffec3f;
}
.wpcf7-text--small, .wpcf7-textarea--small {
  width: 25rem;
}
@media screen and (max-width: 900px ) {
  .wpcf7-text--small, .wpcf7-textarea--small {
    width: 20rem;
  }
}
.wpcf7-radio {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 900px ) {
  .wpcf7-radio {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px ) {
  .wpcf7-radio-end {
    display: grid;
    grid-template-columns: repeat(2, 11rem);
    gap: 1rem 2rem;
  }
}
.wpcf7-radio-step .wpcf7-list-item label {
  width: 23rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  cursor: pointer;
  align-items: flex-start;
}
@media screen and (max-width: 900px ) {
  .wpcf7-radio-step .wpcf7-list-item label {
    width: 14.7rem;
    row-gap: 1.5rem;
  }
}
.wpcf7-radio-step .wpcf7-list-item label:before {
  content: "";
  display: block;
  width: 23rem;
  height: 23rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #c6c6c6;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 900px ) {
  .wpcf7-radio-step .wpcf7-list-item label:before {
    width: 14.7rem;
    height: 14.7rem;
  }
}
.wpcf7-radio-step--01 .wpcf7-list-item:nth-of-type(1) label:before {
  background-image: url(./images/quotation/step01_image01.jpg);
}
.wpcf7-radio-step--01 .wpcf7-list-item:nth-of-type(2) label:before {
  background-image: url(./images/quotation/step01_image02.jpg);
}
.wpcf7-radio-step--02 .wpcf7-list-item:nth-of-type(1) label:before {
  background-image: url(./images/quotation/step02_image01.jpg);
}
.wpcf7-radio-step--02 .wpcf7-list-item:nth-of-type(2) label:before {
  background-image: url(./images/quotation/step02_image02.jpg);
}
.wpcf7-radio-step--03 .wpcf7-list-item:nth-of-type(1) label:before {
  background-image: url(./images/quotation/step03_image01.jpg);
}
.wpcf7-radio-step--03 .wpcf7-list-item:nth-of-type(2) label:before {
  background-image: url(./images/quotation/step03_image02.jpg);
}
.wpcf7-radio-step--04 .wpcf7-list-item:nth-of-type(1) label:before {
  background-image: url(./images/quotation/step04_image01.jpg);
}
.wpcf7-radio-step--04 .wpcf7-list-item:nth-of-type(2) label:before {
  background-image: url(./images/quotation/step04_image02.jpg);
}
.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.wpcf7-list-item-label {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  background: #ffffff;
  border-radius: 100%;
  height: 2.6rem;
  width: 2.6rem;
  margin-top: -0.3rem;
  transition: all 0.3s;
  border: 1px solid #000000;
  flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .wpcf7-list-item-label::before {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 0.2rem;
  }
}
.wpcf7-list-item-label::after {
  content: "";
  display: block;
  background: transparent;
  border-radius: 100%;
  height: 1.4rem;
  width: 1.4rem;
  left: 0.6rem;
  top: 0.3rem;
  transition: all 0.3s;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 900px ) {
  .wpcf7-list-item-label::after {
    height: 1rem;
    width: 1rem;
    left: 0.4rem;
    top: 0.6rem;
  }
}
.wpcf7 input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  box-shadow: inset 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.wpcf7 input[type=radio]:checked + .wpcf7-list-item-label::after,
.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  background-color: #000000;
}
.wpcf7-list-item {
  margin-left: 0rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .wpcf7-list-item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-left: 0rem;
  }
}
.wpcf7-selectWrap {
  position: relative;
  width: 25rem;
}
@media screen and (max-width: 900px ) {
  .wpcf7-selectWrap {
    width: 21rem;
  }
}
.wpcf7-selectWrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0.6rem 0 0.6rem;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2rem;
  pointer-events: none;
}
.wpcf7-selectWrap .wpcf7-form-control {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none; /*Google Chrome/Safari対応*/
  -moz-appearance: none; /*Firefox対応*/
  -o-appearance: none; /*Opera対応*/
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.4rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
  box-sizing: border-box;
  padding: 0.9rem 2rem;
  border: 1px solid #575757;
  transition: border 0.3s;
}
@media screen and (max-width: 900px ) {
  .wpcf7-selectWrap .wpcf7-form-control {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding: 0.8rem 1rem;
  }
}
.wpcf7-selectWrap .wpcf7-form-control:focus {
  border: 1px solid #ffec3f;
}
.wpcf7-notice {
  border-top: 1px solid #575757;
  margin-top: 4rem;
  padding-top: 4rem;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .wpcf7-notice {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 2.5rem;
  }
}
.wpcf7-notice small {
  display: block;
  color: #e71f18;
  font-size: 1.4rem;
  text-align: center;
}
.wpcf7-noticeLink {
  text-decoration: underline;
  display: inline-block;
}
.wpcf7-acceptance {
  margin-top: 4rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media screen and (max-width: 900px ) {
  .wpcf7-acceptance {
    margin-top: 4rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.wpcf7-submit-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 6rem;
  margin-inline: auto;
  position: relative;
}
.wpcf7-submit-wrap:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(./images/common/icon_mail_white.png) no-repeat center/cover;
  position: absolute;
  top: 0.3rem;
  bottom: 0;
  margin-block: auto;
  left: 6.5rem;
  pointer-events: none;
}
@media screen and (max-width: 900px ) {
  .wpcf7-submit-wrap {
    margin-top: 4rem;
  }
}
.wpcf7-submit, .wpcf7-previous {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 10rem 7rem;
  background: #000000;
  border-radius: 3.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  cursor: pointer;
}
.wpcf7-submit:hover, .wpcf7-previous:hover {
  color: #ffffff;
}
@media screen and (max-width: 900px ) {
  .wpcf7-submit, .wpcf7-previous {
    height: 6.4rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.wpcf7-spinner {
  display: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
@media screen and (max-width: 900px ) {
  .wpcf7-spinner {
    right: 2.4rem;
  }
}
.wpcf7-form.submitting .wpcf7-submit-arrow {
  visibility: hidden;
}
.wpcf7-response-output {
  width: 83rem;
  margin: 5rem auto 0 auto !important;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .wpcf7-response-output {
    width: 33rem;
    margin: 8rem auto 0 auto !important;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.wpcf7-not-valid-tip {
  color: #e71f18;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 500;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .wpcf7-not-valid-tip {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5384615385;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.wpcf7-response-output {
  border: 0px solid transparent !important;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5416666667;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .wpcf7-response-output {
    width: 100% !important;
  }
}
.wpcf7-form.sent .wpcf7-main,
.wpcf7-form.sent .wpcf7-notice,
.wpcf7-form.sent .wpcf7-form-control-wrap,
.wpcf7-form.sent .wpcf7-submit-wrap {
  display: none;
}

/* #p-
----------------------------------------------------------------- */
/* #p-homeMv
----------------------------------------------------------------- */
.p-homeMv {
  width: 100%;
  height: 37.037037037vw;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .p-homeMv {
    height: 50rem;
  }
}
.p-homeMv__slide {
  position: relative;
}
.p-homeMv__slider {
  height: 100%;
}
.p-homeMv__track {
  height: 100%;
}
.p-homeMv__list {
  height: 100%;
}
.p-homeMv__slide {
  height: 100%;
}
.p-homeMv__image {
  width: 100%;
  height: 100%;
}
.p-homeMv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.p-homeMv__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.p-homeMv__content {
  position: absolute;
  right: 6rem;
  bottom: 7.5rem;
}
@media screen and (max-width: 900px ) {
  .p-homeMv__content {
    right: 2rem;
    bottom: 6rem;
  }
}
.p-homeMv__text {
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .p-homeMv__text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.14em;
    font-weight: 400;
  }
}
.p-homeMv__info {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.9rem;
       column-gap: 0.9rem;
}
@media screen and (max-width: 900px ) {
  .p-homeMv__info {
    margin-top: 1rem;
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
  }
}
.p-homeMv__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 900px ) {
  .p-homeMv__title {
    font-size: 1.6rem;
  }
}
.p-homeMv__button {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.p-homeMv__button svg path {
  transition: fill 0.3s;
  fill: #ffffff;
}
.p-homeMv__control {
  width: 39rem;
  position: absolute;
  right: 6rem;
  bottom: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-homeMv__control {
    width: 19.4rem;
    right: 2rem;
    bottom: 2rem;
  }
}
.p-homeMv__navigation {
  width: 32rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px ) {
  .p-homeMv__navigation {
    width: 14.5rem;
  }
}
.p-homeMv__navigation span {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-homeMv__progress {
  width: 26.2rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 10;
}
@media screen and (max-width: 900px ) {
  .p-homeMv__progress {
    width: 11.3rem;
  }
}
.p-homeMv__progressBar {
  background: #ffffff;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}
.p-homeMv__arrows {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-homeMv__arrow {
  background: transparent !important;
  position: static !important;
  transform: translateY(0%) !important;
}
.p-homeMv__arrow span {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.p-homeMv__arrow .left {
  transform: translateX(25%) rotate(-135deg);
}
.p-homeMv__arrow .right {
  transform: translateX(-25%) rotate(45deg);
}
.p-homeMv__link {
  background: transparent;
  transition: background 0.3s;
}
.p-homeMv__link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.p-homeMv__link:hover .p-homeMv__button {
  background: #ffffff;
  color: #000000;
}
.p-homeMv__link:hover .p-homeMv__button svg path {
  fill: #000000;
}
.p-homeMv__link--nolink:hover {
  background: transparent;
}

/* #p-homeTop
----------------------------------------------------------------- */
.p-homeTop {
  padding-block: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-homeTop {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.p-homeTop__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 2;
  letter-spacing: 0.14em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-homeTop__title {
    font-size: 2.8rem;
  }
}
.p-homeTop__text {
  margin-top: 5rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 900px ) {
  .p-homeTop__text {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
}

/* #p-homeConcept
----------------------------------------------------------------- */
.p-homeConcept {
  padding-block: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept {
    padding-block: 5rem;
  }
}
.p-homeConcept__inner {
  width: 127rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__inner {
    width: 35rem;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8rem;
  }
}
.p-homeConcept__subTitle {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__subTitle {
    margin-top: 4rem;
    row-gap: 0.2rem;
  }
}
.p-homeConcept__subTitle .small {
  font-size: 7px;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__subTitle .small {
    font-size: 0.5rem;
  }
}
.p-homeConcept__subTitle .big {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__subTitle .big {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.9444444444;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.p-homeConcept__text {
  margin-top: 4rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__text {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}
.p-homeConcept__list {
  display: flex;
  flex-direction: column;
  row-gap: 3.1rem;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__list {
    row-gap: 2.5rem;
  }
}
.p-homeConcept__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.1em;
       column-gap: 0.1em;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1785714286;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-homeConcept__item {
    font-size: 2.3rem;
  }
}
.p-homeConcept__item span {
  background: #000000;
  color: #ffffff;
  padding-left: 0.2em;
  padding-right: 0.1em;
}
/* #p-homeReason
----------------------------------------------------------------- */
.p-homeReason {
  padding-top: 8rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 900px ) {
  .p-homeReason {
    padding-top: 8rem;
    padding-bottom: 13rem;
  }
}
.p-homeReason__inner {
  width: 139.2rem;
  margin-inline: auto;
  border-radius: 1rem;
  overflow: hidden;
  background: url(./images/top/reason_bg.jpg) no-repeat center/cover;
  padding: 8rem 6rem;
}
@media screen and (max-width: 900px ) {
  .p-homeReason__inner {
    width: 35rem;
    background: url(./images/top/reason_bg_sp.jpg) no-repeat center/cover;
    padding: 6rem 2rem;
  }
}
.p-homeReason__title {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-homeReason__title {
    width: 29.4rem;
    margin-inline: auto;
    font-size: 1.8rem;
  }
}
.p-homeReason__subTitle {
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-homeReason__subTitle {
    width: 29.4rem;
    margin-inline: auto;
    font-size: 1.4rem;
  }
}
.p-homeReason__image {
  width: 100%;
  height: auto;
  margin-top: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-homeReason__image {
    margin-top: 4rem;
  }
}
.p-homeReason__text {
  text-align: center;
  color: #e71f18;
  margin-top: 6rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-homeReason__text {
    margin-top: 4rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}

/* #p-homeCase
----------------------------------------------------------------- */
.p-homeCase {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-top: 16rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 900px ) {
  .p-homeCase {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
.p-homeCase__inner {
  width: 127rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__inner {
    width: 100%;
  }
}
@media screen and (max-width: 900px ) {
  .p-homeCase__title {
    width: 35rem;
    margin-inline: auto;
  }
}
.p-homeCase__subTitle {
  font-family: "Noto Serif JP", serif;
  margin-top: 5rem;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__subTitle {
    width: 35rem;
    margin-inline: auto;
    margin-top: 3rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
}
.p-homeCase__main {
  margin-top: 10rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__main {
    margin-top: 5rem;
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
  }
}
.p-homeCase__mainImage {
  width: 60rem;
  height: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__mainImage {
    width: 100%;
  }
}
.p-homeCase__mainContent {
  width: 60rem;
  height: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__mainContent {
    width: 35rem;
  }
}
.p-homeCase__mainTitle {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.0952380952;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__mainTitle {
    font-size: 2.3rem;
  }
}
.p-homeCase__mainTitle span {
  font-size: 4.4rem;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__mainTitle span {
    font-size: 2.3rem;
  }
}
.p-homeCase__mainClient {
  margin-top: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.p-homeCase__mainPoint {
  margin-top: 2.5rem;
  padding: 2rem;
  width: 100%;
  height: auto;
  background: #ffffff;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__mainPoint {
    margin-top: 2rem;
  }
}
.p-homeCase__mainPoint dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__mainPoint dt {
    font-size: 1.4rem;
  }
}
.p-homeCase__mainPoint dd {
  margin-top: 0.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding-block: 0.5rem;
  border-left: 3px solid #ffec3f;
  padding-left: 1rem;
}
.p-homeCase__mainPoint dd:first-of-type {
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__mainPoint dd {
    font-size: 1.4rem;
  }
}
.p-homeCase__mainText {
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__mainText {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.p-homeCase__mainButton {
  margin-top: 2.5rem;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__mainButton {
    margin-top: 1.8rem;
  }
}
.p-homeCase__posts {
  margin-top: 8.5rem;
  width: 148rem;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__posts {
    margin-top: 4rem;
    width: 44.5rem;
    margin-left: 2rem;
  }
}
.p-homeCase__post a {
  display: block;
  width: 34rem;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__post a {
    width: 21rem;
  }
}
.p-homeCase__postImage {
  height: 39.6rem;
}
@media screen and (max-width: 900px ) {
  .p-homeCase__postImage {
    height: 24rem;
  }
}
/* #p-homeColumn
----------------------------------------------------------------- */
.p-homeColumn {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-top: 16rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 900px ) {
  .p-homeColumn {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
.p-homeColumn__inner {
  width: 127rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeColumn__inner {
    width: 100%;
  }
}
.p-homeColumn__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
@media screen and (max-width: 900px ) {
  .p-homeColumn__title {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.p-homeColumn__title .en {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .p-homeColumn__title .en {
    font-size: 4rem;
    text-align: center;
  }
}
.p-homeColumn__title .jp {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-homeColumn__title .jp {
    row-gap: 1.5rem;
  }
}
.p-homeColumn__title .t1 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.5217391304;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .p-homeColumn__title .t1 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-homeColumn__title .t2 {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .p-homeColumn__title .t2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.14em;
    font-weight: 700;
    text-align: center;
  }
}
.p-homeColumn__title .t3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 900px ) {
  .p-homeColumn__title .t3 {
    text-align: center;
  }
}
.p-homeColumn__postLarge {
  margin-top: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-homeColumn__postLarge {
    margin-top: 4rem;
  }
}
.p-homeColumn__posts {
  margin-top: 4rem;
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .p-homeColumn__posts {
    display: block;
    margin-top: 4rem;
    width: 44.5rem;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 901px ) {
  .p-homeColumn__list {
    display: flex !important;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.p-homeColumn__navi {
  justify-content: flex-end;
}
@media screen and (max-width: 900px ) {
  .p-homeColumn__navi {
    justify-content: space-between;
  }
}

/* #p-homeCompany
----------------------------------------------------------------- */
.p-homeCompany {
  padding-top: 24rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-homeCompany {
    padding-top: 13rem;
    padding-bottom: 4rem;
  }
}
.p-homeCompany__inner {
  position: relative;
  width: 127rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeCompany__inner {
    width: 35rem;
  }
}
.p-homeCompany__bg {
  width: 127.7rem;
  height: auto;
  position: absolute;
  top: -36.8rem;
  right: -52.3rem;
  z-index: -1;
}
@media screen and (max-width: 900px ) {
  .p-homeCompany__bg {
    width: 42.3rem;
    top: -19rem;
    right: -15rem;
  }
}
.p-homeCompany__info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px ) {
  .p-homeCompany__info {
    flex-direction: column;
  }
}
.p-homeCompany__logo {
  width: 38.8rem;
  height: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeCompany__logo {
    width: 26.6rem;
    margin-top: 4rem;
  }
}
.p-homeCompany__desc {
  width: 48.2rem;
}
@media screen and (max-width: 900px ) {
  .p-homeCompany__desc {
    width: 33rem;
  }
}
.p-homeCompany__subTitle {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-homeCompany__subTitle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 600;
    margin-top: 3rem;
  }
}
.p-homeCompany__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 2.4rem;
}
@media screen and (max-width: 900px ) {
  .p-homeCompany__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2857142857;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-top: 2rem;
  }
}
.p-homeCompany__button {
  margin-top: 4rem;
}
.p-homeCompany__ceo {
  margin-top: 10rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 900px ) {
  .p-homeCompany__ceo {
    margin-top: 6rem;
    flex-direction: column;
    row-gap: 2rem;
    align-items: flex-start;
  }
}
.p-homeCompany__ceoImage {
  width: 41rem;
  height: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeCompany__ceoImage {
    width: 100%;
  }
}
.p-homeCompany__ceoProfile {
  width: 80rem;
  padding-bottom: 6.3rem;
}
@media screen and (max-width: 900px ) {
  .p-homeCompany__ceoProfile {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-homeCompany__ceoName {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.p-homeCompany__ceoText {
  margin-top: 2.3rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-homeCompany__ceoText {
    margin-top: 0.8rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}

/* #p-homeMember
----------------------------------------------------------------- */
.p-homeMember {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 900px ) {
  .p-homeMember {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.p-homeMember__inner {
  width: 127rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeMember__inner {
    width: 35rem;
  }
}
.p-homeMember__posts {
  margin-top: 5rem;
  width: 144rem;
}
@media screen and (max-width: 900px ) {
  .p-homeMember__posts {
    display: block;
    margin-top: 4rem;
    width: 52rem;
  }
}
.p-homeMember__post button {
  display: block;
  width: 24rem;
}
@media screen and (max-width: 900px ) {
  .p-homeMember__post button {
    width: 21rem;
  }
}
.p-homeMember__postImage {
  width: 24rem;
  height: 31rem;
  overflow: hidden;
}
.p-homeMember__postImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}
.p-homeMember__postName {
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-homeMember__postName {
    font-size: 1rem;
  }
}
.p-homeMember button:hover .p-homeMember__postImage img {
  transform: scale(1.05);
}

/* #p-homeMovie
----------------------------------------------------------------- */
.p-homeMovie {
  padding-top: 12rem;
  padding-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .p-homeMovie {
    padding-top: 6rem;
    padding-bottom: 0rem;
  }
}
.p-homeMovie__video {
  width: 98.6rem;
  height: auto;
  aspect-ratio: 986/544;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-homeMovie__video {
    width: 35rem;
  }
}
.p-homeMovie__video iframe {
  width: 100%;
  height: 100%;
}
.p-homeMovie:after {
  content: "";
  width: 100%;
  height: 24rem;
  z-index: -1;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #000000;
}
@media screen and (max-width: 900px ) {
  .p-homeMovie:after {
    height: 7rem;
  }
}

/* #p-caseArchive
----------------------------------------------------------------- */
.p-caseArchive {
  padding-block: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-caseArchive {
    padding-bottom: 5rem;
  }
}
.p-caseArchive__posts {
  width: 127rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 38rem);
  gap: 6.3rem;
}
@media screen and (max-width: 900px ) {
  .p-caseArchive__posts {
    width: 35rem;
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
  }
}
.p-caseArchive__post a {
  width: 38rem;
}
@media screen and (max-width: 900px ) {
  .p-caseArchive__post a {
    width: 100%;
  }
}
.p-caseArchive__image {
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 900px ) {
  .p-caseArchive__image {
    height: 40rem;
  }
}
@media screen and (max-width: 900px ) {
  .p-caseArchive__title {
    font-size: 2.5rem;
    margin-top: 2rem;
    row-gap: 0.7rem;
  }
}
@media screen and (max-width: 900px ) {
  .p-caseArchive__title span {
    font-size: 3.3rem;
  }
}
/* #p-caseSingle
----------------------------------------------------------------- */
.p-caseSingle {
  padding-block: 3rem 16rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle {
    padding-block: 3rem 10rem;
  }
}
.p-caseSingle__inner {
  width: 127rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__inner {
    width: 35rem;
  }
}
.p-caseSingle__header {
  margin-top: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__header {
    margin-top: 6rem;
  }
}
.p-caseSingle__title {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__title {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 901px ) {
  .p-caseSingle__title span {
    flex-shrink: 0;
  }
}
.p-caseSingle__headerInfo {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__headerInfo {
    flex-direction: column;
  }
}
.p-caseSingle__client {
  margin-top: 3rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__client {
    margin-top: 2.5rem;
  }
}
.p-caseSingle__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__top {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.p-caseSingle__gallery {
  width: 66.3rem;
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__gallery {
    width: 36rem;
  }
}
.p-caseSingle__sliderThumb {
  width: calc(100% + 1.2rem);
  height: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__sliderThumb {
    width: 100%;
    height: 7rem;
  }
}
.p-caseSingle__thumbList {
  width: 100%;
}
.p-caseSingle__thumbSlide {
  border: 0px solid transparent !important;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.p-caseSingle__thumbSlide:hover, .p-caseSingle__thumbSlide.is-active {
  opacity: 1;
}
.p-caseSingle__thumbImage {
  width: 12rem;
  height: 8rem;
  margin-inline: auto;
  border: 0px solid transparent !important;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__thumbImage {
    width: 5rem;
    height: 7rem;
    margin: 0;
  }
}
.p-caseSingle__thumbImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-caseSingle__slider {
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__slider {
    width: 100%;
  }
}
.p-caseSingle__slideImage {
  width: 66.3rem;
  height: 44.2rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__slideImage {
    width: 35rem;
    height: 52rem;
  }
}
.p-caseSingle__slideImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-caseSingle__topContent {
  width: 55rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__topContent {
    width: 100%;
  }
}
.p-caseSingle__cats {
  width: 100%;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.p-caseSingle__cat {
  display: block;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding: 0.2em 0.6em 0.3em 0.7em;
}
.p-caseSingle__info {
  width: 100%;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__info {
    margin-top: 6rem;
  }
}
.p-caseSingle__info dl {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  padding: 2.5rem 3.5rem;
  display: flex;
  align-items: flex-start;
}
.p-caseSingle__info dl:first-child {
  border-top: 0px solid #d9d9d9;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__info dl {
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 2.5rem 1.7rem;
  }
}
.p-caseSingle__info dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  flex-shrink: 0;
  width: 18rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__info dt {
    width: 100%;
  }
}
.p-caseSingle__info dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__info dd {
    width: 100%;
  }
}
.p-caseSingle__info dd a {
  text-decoration: underline;
}
.p-caseSingle__info dd a:hover {
  text-decoration: none;
}
.p-caseSingle__intro {
  margin-top: 8rem;
  width: 106rem;
  margin-inline: auto;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__intro {
    width: 100%;
    font-size: 2rem;
  }
}
.p-caseSingle__ps {
  margin-top: 8rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  background: rgba(255, 236, 63, 0.6);
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__ps {
    flex-direction: column;
    row-gap: 7rem;
  }
}
.p-caseSingle__ps dl {
  width: 100%;
  padding: 3rem 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 3rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__ps dl {
    padding: 3rem 3rem;
  }
}
.p-caseSingle__ps dt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-caseSingle__ps dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-caseSingle__ps dd h4 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 600;
  height: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-caseSingle__ps dd p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 2rem;
}
.p-caseSingle__problem {
  background: #f5f5f5;
  position: relative;
}
.p-caseSingle__problem:after {
  content: "";
  width: 7rem;
  height: 100%;
  position: absolute;
  background: #f5f5f5;
}
@media screen and (min-width: 901px ) {
  .p-caseSingle__problem:after {
    top: 0;
    right: -6.8rem;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__problem:after {
    width: 100%;
    height: 7rem;
    left: 0;
    bottom: -6.8rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
.p-caseSingle__postContent {
  width: 100%;
  margin-top: 13rem;
  padding-bottom: 8rem;
}
.p-caseSingle__member {
  width: 100%;
  padding-top: 8rem;
  position: relative;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__member {
    width: 35rem;
    margin-inline: auto;
  }
}
.p-caseSingle__member:before {
  content: "";
  display: block;
  width: 80rem;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__member:before {
    width: 100%;
  }
}
.p-caseSingle__memberTitle {
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
.p-caseSingle__memberTitle .small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.p-caseSingle__memberTitle .big {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.p-caseSingle__memberList {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingle__memberList {
    gap: 2rem;
    flex-direction: column;
  }
}
.p-caseSingle__memberItem button {
  width: 34rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-caseSingle__memberImage {
  width: 12rem;
  height: 12rem;
  border-radius: 100%;
  overflow: hidden;
}
.p-caseSingle__memberImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}
.p-caseSingle__memberInfo {
  width: 18rem;
}
.p-caseSingle__memberName {
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.p-caseSingle__memberName .small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-caseSingle__memberName .big {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-caseSingle__memberButton {
  margin-top: 2rem;
  height: 2.8rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  border-radius: 1.4rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.p-caseSingle__memberButton span {
  width: 0.8rem;
  height: 1.5rem;
}
.p-caseSingle__memberItem button:hover .p-caseSingle__memberImage img {
  transform: scale(1.05);
}
.p-caseSingle__memberItem button:hover .p-caseSingle__memberButton {
  background: #ffec3f;
  color: #000000;
}
.p-caseSingle__memberItem button:hover .p-caseSingle__memberButton svg path {
  fill: #000000;
}

/* #p-caseSingleRelated
----------------------------------------------------------------- */
.p-caseSingleRelated {
  padding-block: 8rem;
  background: #f5f5f5;
}
.p-caseSingleRelated + section {
  background: #f5f5f5;
}
@media screen and (max-width: 900px ) {
  .p-caseSingleRelated {
    padding-block: 6rem;
  }
}
.p-caseSingleRelated__inner {
  width: 127rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-caseSingleRelated__inner {
    width: 35rem;
  }
}
.p-caseSingleRelated__secTitle {
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
.p-caseSingleRelated__secTitle .small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.p-caseSingleRelated__secTitle .big {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.p-caseSingleRelated__posts {
  margin-top: 4rem;
  width: 100%;
  display: flex;
  -moz-column-gap: 6.3rem;
       column-gap: 6.3rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingleRelated__posts {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.p-caseSingleRelated__post a {
  width: 38.2rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingleRelated__post a {
    width: 100%;
  }
}
.p-caseSingleRelated__image {
  width: 100%;
  height: auto;
  aspect-ratio: 382/450;
}
.p-caseSingleRelated__title {
  font-size: 2.8rem;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingleRelated__title {
    flex-wrap: wrap;
  }
}
.p-caseSingleRelated__title span {
  font-size: 2.8rem;
}
.p-caseSingleRelated__title small {
  font-size: 1.6rem;
  margin-top: 1rem;
  margin-right: -0.6rem;
}
@media screen and (max-width: 900px ) {
  .p-caseSingleRelated__title small {
    font-size: 2.8rem;
    margin: 0;
  }
}
.p-caseSingleRelated__view {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10rem;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #000000;
}
.p-caseSingleRelated__view span {
  width: 2rem;
  transition: transform 0.3s;
  transform: translateX(0);
}
.p-caseSingleRelated__view:hover span {
  transform: translateX(0.3rem);
}

/* #p-columnArchive
----------------------------------------------------------------- */
.p-columnArchive {
  padding-block: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-columnArchive {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
.p-columnArchive__inner {
  width: 127rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-columnArchive__inner {
    width: 35rem;
  }
}
.p-columnArchive__posts {
  margin-top: 8rem;
  width: 100%;
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px ) {
  .p-columnArchive__posts {
    margin-top: 4rem;
    width: 35rem;
    row-gap: 4rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.p-columnArchive__postLarge a {
  width: 100%;
}
.p-columnArchive__post a {
  width: 28.6rem;
}
@media screen and (max-width: 900px ) {
  .p-columnArchive__post a {
    width: 16.4rem;
  }
}
.p-columnArchive__pagenvi {
  margin-top: 10rem;
}

/* #p-columnSingle
----------------------------------------------------------------- */
.p-columnSingle {
  padding-block: 3rem 16rem;
}
@media screen and (max-width: 900px ) {
  .p-columnSingle {
    padding-block: 3rem 10rem;
  }
}
.p-columnSingle__inner {
  width: 127rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-columnSingle__inner {
    width: 35rem;
  }
}
.p-columnSingle__header {
  width: 100%;
  height: auto;
  padding-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .p-columnSingle__header {
    padding-top: 3rem;
  }
}
.p-columnSingle__title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 900px ) {
  .p-columnSingle__title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.2941176471;
    letter-spacing: 0.14em;
    font-weight: 700;
  }
}
.p-columnSingle__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 2rem;
}
.p-columnSingle__image {
  width: 100%;
  height: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 900px ) {
  .p-columnSingle__image {
    margin-top: 3rem;
  }
}
.p-columnSingle__intro {
  width: 100%;
  margin-inline: auto;
  margin-top: 6rem;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 900px ) {
  .p-columnSingle__intro {
    width: 100%;
    margin-top: 5rem;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.1;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.p-columnSingle__index,
.p-columnSingle .ez-toc-counter {
  width: 100%;
  height: auto;
  margin-top: 6rem;
  padding: 4rem 6rem;
  background: #f5f5f5;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-columnSingle__index,
  .p-columnSingle .ez-toc-counter {
    margin-top: 5rem;
    width: 100%;
    padding: 4rem 2rem;
  }
}
.p-columnSingle__indexTitle,
.p-columnSingle .ez-toc-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 900;
}
.p-columnSingle__indexList,
.p-columnSingle .ez-toc-list {
  margin-top: 3rem;
  width: 100%;
  border-top: 1px solid #d9d9d9;
}
.p-columnSingle__indexList a,
.p-columnSingle .ez-toc-list a {
  display: flex;
  align-items: center;
  height: 4.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9;
}
.p-columnSingle__postContent {
  padding-top: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-columnSingle__postContent {
    padding-top: 7rem;
  }
}

/* #p-memberArchive
----------------------------------------------------------------- */
.p-memberArchive {
  padding-block: 8rem;
}
@media screen and (max-width: 900px ) {
  .p-memberArchive {
    padding-bottom: 5rem;
  }
}
.p-memberArchive__inner {
  width: 112rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-memberArchive__inner {
    width: 32rem;
  }
}
.p-memberArchive__posts {
  width: 100%;
  gap: 8rem;
  display: grid;
  grid-template-columns: repeat(3, 32rem);
}
@media screen and (max-width: 900px ) {
  .p-memberArchive__posts {
    grid-template-columns: repeat(1, 32rem);
    gap: 4rem;
  }
}
.p-memberArchive__post {
  width: 100%;
}
.p-memberArchive__post button {
  width: 100%;
}
.p-memberArchive__image {
  width: 100%;
  height: auto;
  aspect-ratio: 32/41;
  overflow: hidden;
}
.p-memberArchive__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}
.p-memberArchive__title {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.2rem;
  padding-left: 2rem;
  border-left: 3px solid #ffec3f;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}
.p-memberArchive__title .role {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-memberArchive__title .name {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-memberArchive__button {
  margin-top: 4rem;
  padding-inline: 1.8rem;
}
.p-memberArchive button:hover .p-memberArchive__image img {
  transform: scale(1.05);
}
.p-memberArchive button:hover .p-memberArchive__button {
  background: #ffec3f;
  color: #000000;
}
.p-memberArchive button:hover .p-memberArchive__button svg path {
  fill: #000000;
}

/* #p-memberModal
----------------------------------------------------------------- */
.p-memberModal {
  width: 100vw;
  height: 100dvh;
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding-block: 9.5rem;
  opacity: 0;
  transition: opacity 0.6s;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 900px ) {
  .p-memberModal {
    padding-block: 6rem;
  }
}
.p-memberModal__content {
  width: 100%;
  height: auto;
  position: relative;
}
.p-memberModal__filter {
  width: 100vw;
  min-height: 100dvh;
  position: absolute;
  left: 0;
  cursor: pointer;
  height: calc(100% + 19rem);
  top: -9.5rem;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__filter {
    height: calc(100% + 12rem);
    top: -6rem;
  }
}
.p-memberModal__inner {
  width: 127rem;
  height: auto;
  position: relative;
  margin-inline: auto;
  padding: 8rem;
  z-index: 100;
  background: #f5f5f5;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__inner {
    width: 35rem;
    padding: 8rem 2rem;
  }
}
.p-memberModal__content {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__content {
    flex-direction: column;
  }
}
.p-memberModal__image {
  width: 34rem;
  height: 43rem;
  flex-shrink: 0;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__image {
    width: 100%;
    height: 40rem;
  }
}
.p-memberModal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-memberModal__main {
  width: 100%;
  padding-top: 6rem;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__main {
    padding-top: 5rem;
  }
}
.p-memberModal__name {
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding-bottom: 3rem;
  position: relative;
}
.p-memberModal__name .big {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.p-memberModal__name .small {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__name {
    font-size: 1.8rem;
  }
}
.p-memberModal__name:after {
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  background: #ffec3f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-memberModal__role {
  margin-top: 3rem;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__role {
    margin-top: 2.5rem;
  }
}
.p-memberModal__info {
  width: 100%;
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.p-memberModal__info dl {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.p-memberModal__info dt {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #353535;
}
.p-memberModal__info dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.p-memberModal__works {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 22rem);
  gap: 3.6rem;
  margin-top: 1rem;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__works {
    grid-template-columns: repeat(1, 31rem);
    gap: 4rem;
  }
}
.p-memberModal__work {
  width: 100%;
}
.p-memberModal__workImage {
  width: 100%;
  height: 25.6rem;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__workImage {
    height: 36rem;
  }
}
.p-memberModal__workImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-memberModal__workTitle {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__workTitle {
    font-size: 2.5rem;
  }
}
.p-memberModal__workTitle span {
  font-size: 2rem;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__workTitle span {
    font-size: 2.5rem;
  }
}
.p-memberModal__workTitle small {
  font-size: 1.2rem;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__workTitle small {
    font-size: 2.5rem;
  }
}
.p-memberModal__workClient {
  font-size: 1.4rem;
}
.p-memberModal__close {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  right: 2.7rem;
  top: 2.7rem;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
  cursor: pointer;
}
.p-memberModal__close:hover {
  opacity: 0.8;
}
@media screen and (max-width: 900px ) {
  .p-memberModal__close {
    right: 2rem;
    top: 2rem;
  }
}
.p-memberModal__close span {
  display: block;
  width: 2.5rem;
  height: 3px;
  position: absolute;
  inset: 0;
  margin: auto;
  transform-origin: center;
  background: #000000;
}
.p-memberModal__close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.p-memberModal__close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.p-memberModal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

body.is-modalOpen {
  width: 100vw;
  height: 100dvh;
  position: fixed;
}

/* #p-contact
----------------------------------------------------------------- */
.p-contact {
  padding-top: 8rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 900px ) {
  .p-contact {
    padding-top: 7rem;
    padding-bottom: 13rem;
  }
}
.p-contact__inner {
  width: 127rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-contact__inner {
    width: 35rem;
  }
}
.p-contact__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-contact__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61.6rem;
  height: 8rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  background: rgba(130, 130, 130, 0.2);
  transition: background 0.3s;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
@media screen and (max-width: 900px ) {
  .p-contact__item a {
    width: 16.5rem;
    height: 7rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.p-contact__item a:hover {
  background: rgba(255, 236, 63, 0.6);
}
.p-contact__item a.is-active {
  background: #ffec3f;
}
.p-contact__item a .icon {
  width: 2.6rem;
}
@media screen and (max-width: 900px ) {
  .p-contact__item a .icon {
    width: 2rem;
  }
}
.p-contact__item a .text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-contact__item a .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.p-contact__main {
  width: 100%;
  height: auto;
  border: 1px solid #ffec3f;
  padding-top: 8rem;
  padding-bottom: 6rem;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
@media screen and (max-width: 900px ) {
  .p-contact__main {
    padding-top: 6rem;
    padding-bottom: 4rem;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
}
.p-contact__form {
  width: 80rem;
  margin-inline: auto;
}
@media screen and (max-width: 900px ) {
  .p-contact__form {
    width: 31rem;
  }
}
.p-contact__time {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
.p-contact__time::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background: #000000;
}
.p-contact__text {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: 500;
}
/* #p-contactModal
----------------------------------------------------------------- */
.p-contactModal {
  width: 100vw;
  height: 100dvh;
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding-block: 9.5rem;
  opacity: 0;
  transition: opacity 0.6s;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 900px ) {
  .p-contactModal {
    padding-block: 6rem;
  }
}
.p-contactModal__content {
  width: 100%;
  height: auto;
  position: relative;
}
.p-contactModal__filter {
  width: 100vw;
  min-height: 100dvh;
  position: absolute;
  left: 0;
  cursor: pointer;
  height: calc(100% + 19rem);
  top: -9.5rem;
}
@media screen and (max-width: 900px ) {
  .p-contactModal__filter {
    height: calc(100% + 12rem);
    top: -6rem;
  }
}
.p-contactModal__inner {
  width: 127rem;
  height: auto;
  position: relative;
  margin-inline: auto;
  padding: 8rem;
  z-index: 100;
  background: #f5f5f5;
}
@media screen and (max-width: 900px ) {
  .p-contactModal__inner {
    width: 35rem;
    padding: 8rem 2rem;
  }
}
.p-contactModal__content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.p-contactModal__content a {
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contactModal__content a:hover {
  text-decoration: none;
}
.p-contactModal__close {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  right: 2.7rem;
  top: 2.7rem;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
  cursor: pointer;
}
.p-contactModal__close:hover {
  opacity: 0.8;
}
@media screen and (max-width: 900px ) {
  .p-contactModal__close {
    right: 2rem;
    top: 2rem;
  }
}
.p-contactModal__close span {
  display: block;
  width: 2.5rem;
  height: 3px;
  position: absolute;
  inset: 0;
  margin: auto;
  transform-origin: center;
  background: #000000;
}
.p-contactModal__close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.p-contactModal__close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.p-contactModal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

body.is-modalOpen {
  width: 100vw;
  height: 100dvh;
  position: fixed;
}

/* #404
----------------------------------------------------------------- */
.p-404 {
  position: relative;
  width: 100%;
  padding-block: 30rem;
}
@media screen and (max-width: 900px ) {
  .p-404 {
    padding-block: 10rem;
  }
}
.p-404__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 0px solid transparent;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 900px ) {
  .p-404__title {
    font-size: 3rem;
  }
}
.p-404__text {
  margin-top: 3rem;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 900px ) {
  .p-404__text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 3rem;
  }
}
.p-404__button {
  margin-top: 6rem;
  width: 36.2rem;
  height: 5.3rem;
  margin-inline: auto;
  border-radius: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  background: #ffec3f;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.p-404__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px ) {
  .p-404__button {
    margin-top: 4rem;
    width: 28.4rem;
    height: 4.4rem;
    border-radius: 2.2rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-404__button .arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 2.8rem;
  width: 2.4rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 900px ) {
  .p-404__button .arrow {
    right: 2.6rem;
    width: 2rem;
  }
}

/* #pcsp
----------------------------------------------------------------- */
@media screen and (min-width: 901px) {
  .u-pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .u-spNone {
    display: none !important;
  }
}
/* ==========================================================================
 #Foundation
========================================================================== */
/* ==========================================================================
 #Layout
========================================================================== */
/* ==========================================================================
 #Component
========================================================================== */
/* ==========================================================================
 #Project
========================================================================== */
/* ==========================================================================
 #Utility
========================================================================== */