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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

html {
  overflow-x: hidden;
}
@media screen and (max-width: 1159px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1160 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  overflow-x: hidden;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}

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

picture,
img,
a,
span {
  display: inline-block;
}

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

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

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  position: relative;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1160px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 520px;
    padding: 0 0.625rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 0.625rem;
    max-width: 500px;
  }
}

.l-inner__full {
  max-width: 80rem;
}
@media screen and (max-width: 767px) {
  .l-inner__full {
    max-width: 520px;
  }
}

.l-section {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 3.75rem 0;
  }
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.8;
  }
}

.c-btn--dark {
  background: #4c3b31;
  color: #ffffff;
}

.c-btn--white {
  background: #ffffff;
  color: #40619d;
  border: 2px solid #ffffff;
}

.c-btn--contact {
  background: #ec572e;
  color: #ffffff;
}

.c-btn__arrow {
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-btn__arrow {
    width: 0.75rem;
    height: 0.875rem;
  }
}

.c-bg-shape {
  position: absolute;
  width: 37.5rem;
  height: 63.5rem;
  pointer-events: none;
  z-index: 0;
}

.c-bg-shape__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-bg-shape--mission {
  top: -1rem;
  left: -2.125rem;
  -webkit-transform: rotate(180deg) scaleY(-1);
          transform: rotate(180deg) scaleY(-1);
}
@media screen and (max-width: 767px) {
  .c-bg-shape--mission {
    top: -0.625rem;
    left: 0;
    width: 24.375rem;
    height: 46.1875rem;
  }
}

.c-bg-shape--service {
  top: -3.625rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-bg-shape--service {
    top: 5rem;
    right: 0;
    width: 24.375rem;
    height: 43.125rem;
  }
}

.c-bg-shape--news {
  top: 14.875rem;
  left: -0.0625rem;
  -webkit-transform: rotate(180deg) scaleY(-1);
          transform: rotate(180deg) scaleY(-1);
}
@media screen and (max-width: 767px) {
  .c-bg-shape--news {
    width: 11.625rem;
    height: 121.9375rem;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .c-bg-shape--news .c-bg-shape__img {
    content: url("../img/common/bg-shape-service-sp.svg");
  }
}

.c-bg-shape--lower-about {
  bottom: -8.4375rem;
  right: 0;
  width: 13.75rem;
  height: 26.875rem;
}
@media screen and (max-width: 767px) {
  .c-bg-shape--lower-about {
    bottom: -5rem;
    right: -0.625rem;
  }
}

.c-title {
  font-family: "Cardo", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.5rem;
  }
}

.c-title--light {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-title--light {
    font-size: 3rem;
  }
}

.c-title__ja {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .c-title__ja--small {
    font-size: 1rem;
  }
}

.c-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  color: #1c2a44;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title-wrapper {
    gap: 1rem;
  }
}

.c-title-wrapper--no-gap {
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-title-wrapper--no-gap {
    gap: 0;
  }
}

.u-accent {
  color: #ec572e;
}

.p-section-vertical-text {
  position: absolute;
  left: -0.9375rem;
  top: -0.6875rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #e2e7e8;
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 11.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-vertical-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 5rem;
    left: 0.3125rem;
    top: 3.75rem;
  }
}

@media (max-width: 1280px) {
  .p-service-vertical-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 7.5rem;
    left: 0.3125rem;
    top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-vertical-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 5.3125rem;
    left: 0.3125rem;
    top: 3.75rem;
  }
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #1a2744 0%, #2e466f 50%, #3d5a8c 100%);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 50%, rgba(236, 87, 46, 0.08) 0%, transparent 50%);
  -webkit-animation: bgPulse 3s ease-in-out infinite;
          animation: bgPulse 3s ease-in-out infinite;
}
.p-loading.is-hide {
  opacity: 0;
  visibility: hidden;
}

.p-loading__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-loading__inner {
    gap: 2.5rem;
  }
}

.p-loading__logo {
  width: 15rem;
  -webkit-animation: logoFloat 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
          animation: logoFloat 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-filter: drop-shadow(0 0.5rem 1.5rem rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0.5rem 1.5rem rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .p-loading__logo {
    width: 11.25rem;
  }
}
.p-loading__logo img {
  width: 100%;
  height: auto;
}

.p-loading__spinner {
  position: relative;
  width: 15rem;
  height: 0.125rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.0625rem;
  overflow: visible;
  -webkit-animation: fadeIn 0.6s ease-out 0.4s both;
          animation: fadeIn 0.6s ease-out 0.4s both;
}
@media screen and (max-width: 767px) {
  .p-loading__spinner {
    width: 11.25rem;
  }
}
.p-loading__spinner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(255, 255, 255, 0.1)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-loading__bar {
  position: relative;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ec572e), to(#ff8c6b));
  background: linear-gradient(90deg, #ec572e 0%, #ff8c6b 100%);
  border-radius: 0.0625rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(236, 87, 46, 0.6), 0 0 2.5rem rgba(236, 87, 46, 0.3);
          box-shadow: 0 0 1.25rem rgba(236, 87, 46, 0.6), 0 0 2.5rem rgba(236, 87, 46, 0.3);
  -webkit-animation: loadingBar 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: loadingBar 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.p-loading__bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-box-shadow: 0 0 0.75rem rgba(255, 255, 255, 0.8), 0 0 1.5rem rgba(236, 87, 46, 0.6);
          box-shadow: 0 0 0.75rem rgba(255, 255, 255, 0.8), 0 0 1.5rem rgba(236, 87, 46, 0.6);
  opacity: 0;
  -webkit-animation: dotPulse 1.5s ease-in-out infinite;
          animation: dotPulse 1.5s ease-in-out infinite;
}
.home .p-loading__bar {
  -webkit-animation: loadingBar 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: loadingBar 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
body:not(.home) .p-loading__bar {
  -webkit-animation: loadingBarFast 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: loadingBarFast 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes bgPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

@keyframes bgPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes logoFloat {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.95);
            transform: translateY(30px) scale(0.95);
  }
  60% {
    -webkit-transform: translateY(-8px) scale(1.02);
            transform: translateY(-8px) scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes logoFloat {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.95);
            transform: translateY(30px) scale(0.95);
  }
  60% {
    -webkit-transform: translateY(-8px) scale(1.02);
            transform: translateY(-8px) scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes loadingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loadingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loadingBarFast {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loadingBarFast {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes dotPulse {
  0%, 20% {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) scale(0.8);
            transform: translate(50%, -50%) scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(50%, -50%) scale(1.2);
            transform: translate(50%, -50%) scale(1.2);
  }
  80%, 100% {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) scale(0.8);
            transform: translate(50%, -50%) scale(0.8);
  }
}
@keyframes dotPulse {
  0%, 20% {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) scale(0.8);
            transform: translate(50%, -50%) scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(50%, -50%) scale(1.2);
            transform: translate(50%, -50%) scale(1.2);
  }
  80%, 100% {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) scale(0.8);
            transform: translate(50%, -50%) scale(0.8);
  }
}
.p-header {
  position: fixed;
  z-index: 10005;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 1.25rem;
  background: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  height: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-inline: 0.625rem;
    height: 4.125rem;
  }
}

.p-header--scrolled {
  background: #ffffff;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 125rem;
  height: 100%;
  margin-inline: auto;
}

.p-header__nav {
  display: none;
}
@media (min-width: 768px) {
  .p-header__nav {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
}

.p-header__nav-item {
  white-space: nowrap;
}

.p-header__nav-link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  display: inline-block;
}
.home .p-header__nav-link {
  color: #ffffff;
}
.home .p-header--scrolled .p-header__nav-link {
  color: #333333;
}
@media (hover: hover) {
  .p-header__nav-link:hover {
    border-bottom-color: #333333;
  }
  .home .p-header__nav-link:hover {
    border-bottom-color: #ffffff;
  }
  .home .p-header--scrolled .p-header__nav-link:hover {
    border-bottom-color: #333333;
  }
}

@media screen and (max-width: 767px) {
  .p-header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}

.c-btn--sp-header {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-btn--sp-header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.875rem;
    padding: 1rem 0.5rem;
    height: 46px;
  }
}

.p-header__hamburger {
  position: relative;
  z-index: 10006;
  pointer-events: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 2.875rem;
  height: 2.875rem;
  background: #ffffff;
  cursor: pointer;
  padding: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-drawer__icon-bar {
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  background: #2e466f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header__logo {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 17.5rem;
}
@media screen and (max-width: 1200px) {
  .p-header__logo {
    width: 13.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 11.25rem;
  }
}

body.js-drawer-open .p-header__actions .c-btn--contact,
body.js-drawer-open .p-header__actions .c-btn--sp-header {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.p-drawer__icon.js-show.p-header__hamburger {
  background: #ffffff;
}

.p-drawer__icon.js-show .p-drawer__icon-bar {
  background: #2e466f;
}
.p-drawer__icon.js-show .p-drawer__icon-bar:nth-child(1) {
  -webkit-transform: translateY(0.65625rem) rotate(45deg);
          transform: translateY(0.65625rem) rotate(45deg);
  width: 2.5rem;
}
.p-drawer__icon.js-show .p-drawer__icon-bar:nth-child(2) {
  opacity: 0;
}
.p-drawer__icon.js-show .p-drawer__icon-bar:nth-child(3) {
  -webkit-transform: translateY(-0.65625rem) rotate(-45deg);
          transform: translateY(-0.65625rem) rotate(-45deg);
  width: 2.5rem;
}

.p-drawer {
  position: fixed;
  z-index: 10004;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
  translate: 100%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-drawer__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-drawer__item {
  width: 12.5rem;
}

.p-drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 2.875rem;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.7px;
  text-decoration: none;
  border-bottom: 1px solid #333333;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-drawer__link:hover {
    opacity: 0.7;
  }
}

.p-drawer__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-drawer__arrow img {
  display: block;
}

.p-drawer__item--contact {
  border-bottom: none;
}

.p-drawer__link--contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  height: 3.125rem;
  background: #ec572e;
  color: #ffffff;
  border-bottom: none;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 1rem 2rem;
}
.p-drawer__link--contact .p-drawer__arrow img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-footer {
  background: #2e466f;
  padding-block: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 2.5rem;
  }
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    width: 12.5rem;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.5rem;
  }
}

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

.p-footer__logo {
  width: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 10.625rem;
  }
}

.p-footer__social {
  width: 4.875rem;
  height: 4.875rem;
}
.p-footer__social a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-footer__social img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav-item {
    border-bottom: 1px solid #ffffff;
    text-align: center;
  }
  .p-footer__nav-item:last-child {
    border-bottom: none;
  }
}

.p-footer__nav-link {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-link {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 2.875rem;
    padding: 0 1rem;
  }
  .p-footer__nav-link::after {
    content: "";
    width: 0.75rem;
    height: 0.875rem;
    background-image: url("../img/common/arrow-common-mini-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (hover: hover) {
  .p-footer__nav-link:hover {
    border-bottom-color: #ffffff;
  }
}

.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
}

.p-footer__privacy {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (max-width: 767px) {
  .p-footer__privacy {
    font-size: 0.75rem;
    letter-spacing: 0.24px;
  }
}
.p-footer__privacy a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  display: inline-block;
  text-decoration: none;
}
@media (hover: hover) {
  .p-footer__privacy a:hover {
    border-bottom-color: #ffffff;
  }
}

.p-footer__copyright {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.28px;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.75rem;
    letter-spacing: 0.24px;
  }
}

.p-footer__to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-footer__to-top {
    right: 0.625rem;
    bottom: 1.125rem;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.p-footer__to-top.is-show {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) {
  .p-footer__to-top:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

.p-page-fv {
  position: relative;
  height: auto;
  padding: 3.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-page-fv {
    padding: 1.875rem 0;
  }
}

.p-page-fv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-page-fv__title {
  font-family: "Cardo", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1c2a44;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page-fv__title {
    font-size: 2.5rem;
  }
}

.p-page-fv__subtitle {
  font-size: 1.25rem;
  color: #1c2a44;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-page-fv__subtitle {
    font-size: 1.125rem;
  }
}

.p-breadcrumb {
  padding: 0.625rem 0;
  background-color: #ffffff;
}

.p-breadcrumb__inner {
  max-width: 73.75rem;
  margin: 0 auto;
}

.p-breadcrumb-wrapper--no-fv {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-wrapper--no-fv {
    margin-top: 4.125rem;
  }
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__item {
    font-size: 12px;
  }
}
.p-breadcrumb__item:not(:first-child)::before {
  content: ">";
  margin-right: 8px;
  color: #999;
}
.p-breadcrumb__item--current {
  color: #333;
  font-weight: 500;
}

.p-breadcrumb__link {
  color: #666;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-breadcrumb__link:hover {
  color: #333;
  text-decoration: underline;
}

.p-about-philosophy {
  position: relative;
  background-color: #fef1e7;
}

.p-about-philosophy__container {
  background: #ffffff;
  padding: 2rem 1rem;
}

.p-about-philosophy__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.p-about-philosophy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-about-philosophy__concept {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ec572e;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__concept {
    font-size: 1.5rem;
  }
}

.p-about-philosophy__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-about-philosophy__text p {
  margin-bottom: 1rem;
}
.p-about-philosophy__text p:last-of-type {
  margin-bottom: 0;
}

.p-about-message {
  position: relative;
  background-color: #9e9e9e;
}

.p-about-message__decoration {
  position: absolute;
  left: 0;
  top: 0;
  width: 15.625rem;
  height: 100%;
  background-color: rgba(236, 87, 46, 0.8);
}
@media screen and (max-width: 767px) {
  .p-about-message__decoration {
    width: 4.375rem;
  }
}

.p-about-message__container {
  position: relative;
  max-width: 100%;
  background: #ffffff;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__container {
    padding: 2rem 0.5rem;
  }
}

.p-about-message__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-message__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.p-about-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
  }
}

.p-about-message__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.375rem;
          flex: 0 0 34.375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.875rem;
  }
}
.p-about-message__text p {
  margin-bottom: 1.5rem;
}
.p-about-message__text p:last-of-type {
  margin-bottom: 0;
}

.p-about-message__signature {
  margin-top: 2.25rem;
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about-message__signature {
    font-size: 0.875rem;
  }
}

.p-about-message__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.3125rem;
          flex: 0 0 31.3125rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
.p-about-message__image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-service {
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 9.0625rem;
  }
}

@media (min-width: 768px) {
  .p-service__inner {
    max-width: 65rem;
  }
}

.p-service__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.p-service__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service__content {
    gap: 1.875rem;
  }
}

.p-service__card {
  background: #ffffff;
  border: 0.25px solid #40619d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-service__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service__card-text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service__card-text-area {
    gap: 0.5rem;
  }
}

.p-service__card-title {
  background: #40619d;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-service__card-title {
    height: auto;
    min-height: 3.75rem;
  }
}
.p-service__card-title h2 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-service__card-title h2 {
    font-size: 1.125rem;
  }
}

.p-service__card-description {
  padding: 0 0.625rem 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-service__card-description {
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
}
.p-service__card-description p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-service__card-description p {
    font-size: 0.875rem;
  }
}

.p-service__card-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21.875rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service__card-image {
    width: 100%;
    height: 12.5rem;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
  }
}
.p-service__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-service-hero {
  position: relative;
  background-color: #fef1e7;
  padding-block: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero {
    padding-block: 2.5rem;
    padding-bottom: 6.875rem;
  }
}
.p-service-hero .l-inner__full {
  padding-inline: 1.25rem;
}

.p-service-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.p-service-hero__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-service-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);
}
@media screen and (max-width: 767px) {
  .p-service-hero__bg img {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 95%, 0 85%);
  }
}

.p-service-hero__container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 62.4375rem;
  padding: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service-hero__container {
    padding: 1.875rem 1.5rem;
    border-radius: 8.125rem;
    gap: 1.5rem;
  }
}

.p-service-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service-hero__content {
    gap: 1.25rem;
  }
}

.p-service-hero__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero__message {
    padding: 0;
    gap: 1.25rem;
  }
}

.p-service-hero__message-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-hero__message-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

@media (min-width: 768px) {
  .p-service-hero__message-line {
    display: contents;
  }
}

.p-service-hero__message-normal {
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service-hero__message-normal {
    font-size: 1.5rem;
  }
}

.p-service-hero__message-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-service-hero__message-small {
    font-size: 1.25rem;
  }
}

.p-service-hero__message-accent {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ec572e;
}
@media screen and (max-width: 767px) {
  .p-service-hero__message-accent {
    font-size: 1.75rem;
  }
}

.p-service-hero__message-badge {
  background-color: #2e466f;
  border-radius: 62.4375rem;
  padding: 1.875rem 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-service-hero__message-badge {
    padding: 1.25rem 2.5rem;
  }
}
.p-service-hero__message-badge p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-service-hero__message-badge-large {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero__message-badge-large {
    font-size: 1.75rem;
  }
}

.p-service-hero__message-badge-medium {
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero__message-badge-medium {
    font-size: 1.5rem;
  }
}

.p-service-hero__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-service-hero__subtitle {
    gap: 0.5rem;
  }
}
.p-service-hero__subtitle img {
  width: 2.0625rem;
  height: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero__subtitle img {
    width: 1.5rem;
    height: 2rem;
  }
}
.p-service-hero__subtitle p {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #40619d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-hero__subtitle p {
    font-size: 1.125rem;
  }
}

.p-service-hero__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-service-hero__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    width: 100%;
  }
}

.p-service-hero__card {
  background-color: #fef1e7;
  border: 1px solid #000000;
  border-radius: 62.4375rem;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 7.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-hero__card {
    width: 216px;
    margin: 0 auto;
    min-height: 6.25rem;
    padding: 1rem;
  }
}
.p-service-hero__card p {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-hero__card p {
    font-size: 1.125rem;
  }
}

.p-service-hero__card-accent {
  font-weight: 700;
  color: #ec572e;
}

.p-service-hero__card-normal {
  font-weight: 400;
  color: #000000;
  letter-spacing: 1px;
}

.p-service-reason {
  position: relative;
  background-color: #fef1e7;
}

.p-service-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  max-width: 47.375rem;
  margin-top: 3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-service-reason__list {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-service-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  height: 6rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-service-reason__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
  }
}

.p-service-reason__label {
  background-color: #ec572e;
  width: 6.25rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service-reason__label {
    width: 5rem;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem;
  }
}
.p-service-reason__label p {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-service-reason__label p {
    font-size: 1.125rem;
  }
}

.p-service-reason__text {
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-service-reason__text {
    padding: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-service-reason__text-strong {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: #40619d;
}
@media screen and (max-width: 767px) {
  .p-service-reason__text-strong {
    font-size: 1.125rem;
  }
}

.p-service-reason__text-strong-small {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  color: #2e466f;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .p-service-reason__text-strong-small {
    font-size: 1rem;
  }
}

.p-service-reason__text-normal {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .p-service-reason__text-normal {
    font-size: 0.875rem;
  }
}

.p-service-plan {
  position: relative;
  background-color: #9e9e9e;
}
.p-service-plan .c-title-wrapper {
  color: #ffffff;
}

.p-service-plan__decoration {
  position: absolute;
  left: 0;
  top: 0;
  width: 15.4375rem;
  height: 100%;
  background-color: #2e466f;
}
@media screen and (max-width: 767px) {
  .p-service-plan__decoration {
    width: 4.375rem;
  }
}

.p-service-plan__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-plan__container {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.p-service-plan__card {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card {
    padding: 2rem 0.625rem;
  }
}

.p-service-plan__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service-plan__card-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.p-service-plan__card-right {
  width: 39.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-right {
    width: 100%;
  }
}

.p-service-plan__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.p-service-plan__card-title {
  background-color: #ec572e;
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-title {
    font-size: 1.5rem;
  }
}

.p-service-plan__card-description {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-description {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-service-plan__card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-price {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-service-plan__card-price-label {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-price-label {
    font-size: 1.125rem;
  }
}

.p-service-plan__card-price-value {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: #2e466f;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-price-value {
    font-size: 2rem;
  }
}

.p-service-plan__card-content {
  background-color: #fef1e7;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-service-plan__card-content-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-content-title {
    font-size: 0.875rem;
    letter-spacing: 0.28px;
  }
}

.p-service-plan__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-service-plan__card-item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.4375rem;
  height: 1.4375rem;
}
.p-service-plan__card-item p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-item p {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-service-plan__card-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-service-plan__card-feature-label {
  background-color: #2e466f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.25rem;
}
.p-service-plan__card-feature-label img {
  width: 0.9375rem;
  height: 0.9375rem;
}
.p-service-plan__card-feature-label span {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-feature-label span {
    font-size: 1rem;
    letter-spacing: 0.8px;
  }
}

.p-service-plan__card-feature-text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ec572e;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .p-service-plan__card-feature-text {
    font-size: 1rem;
    letter-spacing: 0.8px;
  }
}

.p-service-comparison {
  padding-block: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-service-comparison {
    padding-block: 3.75rem;
  }
}
.p-service-comparison .l-inner__full {
  max-width: 82.5rem;
}

.p-service-comparison__container {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 3.75rem;
  padding: 2.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service-comparison__container {
    border-radius: 1.875rem;
    padding: 1.875rem 0.5rem;
    gap: 1.5rem;
  }
}

.p-service-comparison__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-service-comparison__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-service-comparison__subtitle-main {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: #ec572e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-comparison__subtitle-main {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-service-comparison__subtitle-text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .p-service-comparison__subtitle-text {
    font-size: 1rem;
    letter-spacing: 0.8px;
  }
}

.p-service-comparison__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.5rem;
}
.p-service-comparison__table::-webkit-scrollbar {
  height: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-service-comparison__table::-webkit-scrollbar {
    height: 1.125rem;
  }
}
.p-service-comparison__table::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 3.75rem;
  margin-bottom: 1.5rem;
}
.p-service-comparison__table::-webkit-scrollbar-thumb {
  background-color: #2e466f;
  border-radius: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-comparison__table {
    overflow-x: auto;
    padding-bottom: 1rem;
  }
}

.p-service-comparison__row {
  display: grid;
  grid-template-columns: 11.0625rem repeat(4, 15rem);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: 767px) {
  .p-service-comparison__row {
    grid-template-columns: 6.875rem repeat(4, 9.125rem);
  }
}
.p-service-comparison__row:first-child .p-service-comparison__cell {
  min-height: 4.375rem;
}

.p-service-comparison__cell {
  border: 1px solid #2e466f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  min-height: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-comparison__cell {
    min-height: 5rem;
  }
}
.p-service-comparison__cell img {
  width: 3.875rem;
  height: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-comparison__cell img {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.p-service-comparison__cell p {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
  color: #2e466f;
  text-align: center;
  letter-spacing: 0.28px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-service-comparison__cell p {
    font-size: 0.75rem;
    letter-spacing: 0.24px;
  }
}

.p-service-comparison__cell--label {
  background-color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-comparison__cell--label {
    font-size: 0.75rem;
  }
}

.p-service-comparison__cell--label-bg {
  background-color: #f5f5f5;
}

.p-service-comparison__cell--kurigumi {
  background-color: #fef1e7 !important;
}
.p-service-comparison__cell--kurigumi img {
  width: 11.9375rem;
  height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-service-comparison__cell--kurigumi img {
    width: 8.75rem;
    height: auto;
  }
}

.p-service-comparison__cell--kurigumi-bg {
  background-color: #fef1e7 !important;
}

.p-service-comparison__cell--header-text {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .p-service-comparison__cell--header-text {
    font-size: 0.75rem;
    letter-spacing: 0.6px;
  }
}

.p-service-comparison__cell--data {
  background-color: #ffffff;
}

.p-service-comparison__cell--alt-bg {
  background-color: #f5f5f5;
}

.p-service-flow {
  background: #fef1e7;
}
.p-service-flow .l-inner {
  padding-inline: 1.25rem;
}

.p-service-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8125rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.125rem;
  }
}

.p-service-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service-flow__item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.p-service-flow__card {
  position: relative;
  background: #ffffff;
  border: 1px solid #000000;
  width: 100%;
  padding: 3.75rem 1rem 2rem;
  height: 25rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow__card {
    width: 100%;
    max-width: 22.625rem;
    padding: 2rem 0.5rem;
    height: auto;
  }
}

.p-service-flow__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow__card-inner {
    width: 100%;
  }
}

.p-service-flow__card-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: #ec572e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-flow__card-title {
    font-size: 1.25rem;
  }
}

.p-service-flow__card-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-service-flow__card-text {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-service-flow__number {
  position: absolute;
  top: -2.1875rem;
  left: -2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.875rem;
  height: 6.875rem;
  background: #2e466f;
  border-radius: 50%;
  font-family: "Cardo", serif;
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-service-flow__number {
    top: -1.5625rem;
    left: -0.9375rem;
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
  }
}

.p-service-flow__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-service-flow__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.p-service-flow__arrow img {
  width: 2.3125rem;
  height: 1.9375rem;
}

.p-service-vision {
  position: relative;
}
.p-service-vision .l-inner {
  padding-inline: 1.25rem;
}

.p-service-vision__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-service-vision__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-service-vision__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-vision__container {
    gap: 2rem;
  }
}

.p-service-vision__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-vision__title {
    font-size: 1.5rem;
  }
}

.p-service-vision__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}

.p-service-vision__circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service-vision__circles {
    gap: 0.75rem;
    max-width: 21.5rem;
    margin: 0 auto;
  }
}

.p-service-vision__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.5rem;
  height: 12.5rem;
  background: rgba(255, 121, 27, 0.9);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-service-vision__circle {
    width: 10rem;
    height: 10rem;
  }
}
.p-service-vision__circle p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-vision__circle p {
    font-size: 1.125rem;
  }
}

.p-service-vision__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  max-width: 42rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-service-vision__message {
    gap: 1.875rem;
  }
}

.p-service-vision__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.p-service-vision__text-main {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-vision__text-main {
    font-size: 1.25rem;
  }
}

.p-service-vision__text-sub {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .p-service-vision__text-sub {
    font-size: 1.25rem;
  }
}

.p-service-vision__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 100%;
}

.p-service-vision__cta-lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-vision__cta-lead {
    font-size: 1.25rem;
  }
}

.p-service-vision__cta-box {
  background: #ffffff;
  padding: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-service-vision__cta-box p {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: #ec572e;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-service-vision__cta-box p {
    font-size: 1.5rem;
  }
}

.p-service-contact {
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-contact {
    padding-block: 1.875rem;
  }
}
.p-service-contact .l-inner__full {
  padding-inline: 1.25rem;
}

.p-service-contact__container {
  background-color: #4c3b31;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-service-contact__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 767px) {
  .p-service-contact__text {
    font-size: 0.875rem;
    letter-spacing: 0.7px;
  }
}

.p-company {
  position: relative;
  background-color: #ffffff;
}
.p-company__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-company__container {
    gap: 1.875rem;
  }
}

.p-company__table-wrapper {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  background: #ffffff;
}

.p-company__table {
  width: 100%;
  border-collapse: collapse;
}

.p-company__row {
  border-bottom: 1px solid lightgrey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-company__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem 1rem;
  }
}

.p-company__head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: left;
  width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-company__head {
    font-size: 0.875rem;
    width: 100%;
  }
}

.p-company__data {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-company__data {
    font-size: 0.875rem;
  }
}

.p-company-map {
  width: 100%;
  position: relative;
}

.p-company-map__link {
  display: block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-company-map__link:hover {
  opacity: 0.9;
}

.p-company-map__container {
  width: 100%;
  height: 33.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company-map__container {
    height: 18.75rem;
  }
}

.p-company-map__iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  pointer-events: none;
}

.p-contact-form {
  position: relative;
  background-color: #ffffff;
}
.p-contact-form__container {
  max-width: 50rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__container {
    gap: 1.875rem;
  }
}

.p-contact-form__description {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__description {
    font-size: 1rem;
  }
}
.p-contact-form__description p {
  margin: 0;
}

.wpcf7 {
  width: 100%;
}
.wpcf7 .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background: #ffffff;
  padding-inline: 2.1875rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form {
    width: 100%;
    padding-block: 1.375rem;
    padding-inline: 0.9375rem;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #8cebe5;
}
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #d40000;
  border-radius: 4px;
  background-color: #fff0f0;
  color: #d40000;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  50% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  75% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  50% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  75% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
}
.p-contact__row--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact__row--checkbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    width: 100%;
    padding-block: 0;
  }
}
.p-contact__head span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__head span {
    font-size: 0.875rem;
  }
}
.p-contact__head span.--must,
.p-contact__head span.--any {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
}
.p-contact__head span.--must::after,
.p-contact__head span.--any::after {
  content: "*";
  color: #e30000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-contact__head span.--must::after,
  .p-contact__head span.--any::after {
    font-size: 0.875rem;
  }
}
.p-contact__head span.--any::after {
  content: "*";
}

.wpcf7-not-valid {
  border-color: #e30000 !important;
  -webkit-animation: shake 0.3s;
          animation: shake 0.3s;
  background-color: #fff1f0 !important;
}

.p-contact__acceptance.p-contact__data-checkbox .wpcf7-not-valid {
  border-color: #e30000 !important;
}

.wpcf7-not-valid-tip {
  color: #e30000;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 0.75rem;
  }
}

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

.p-contact__data {
  width: 38.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__data {
    width: 100%;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.p-contact__input,
.p-contact__textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 0.5rem 1rem;
  border: 0.75px solid #4c3b31;
  background-color: #f9f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-contact__input,
  .p-contact__textarea {
    font-size: 0.875rem;
  }
}
.p-contact__input:focus,
.p-contact__textarea:focus {
  border: 0.75px solid #4c3b31;
  outline: none;
}
.p-contact__input::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder {
  color: #9e9e9e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-contact__input::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
  color: #9e9e9e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-contact__input:-ms-input-placeholder, .p-contact__textarea:-ms-input-placeholder {
  color: #9e9e9e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-contact__input::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder {
  color: #9e9e9e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-contact__input::placeholder,
.p-contact__textarea::placeholder {
  color: #9e9e9e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-contact__input::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .p-contact__input::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  .p-contact__input:-ms-input-placeholder, .p-contact__textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .p-contact__input::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .p-contact__input::placeholder,
  .p-contact__textarea::placeholder {
    font-size: 0.875rem;
  }
}

.p-contact__input {
  height: auto;
  min-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input {
    min-height: 2.375rem;
  }
}

.p-contact__textarea {
  resize: vertical;
  height: 13rem;
  min-height: 13rem;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 0.5rem 1rem;
  height: auto;
  min-height: 2.5rem;
  border: 0.75px solid #4c3b31;
  background-color: #f9f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    font-size: 0.875rem;
    min-height: 2.375rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border: 0.75px solid #4c3b31;
  outline: none;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #9a9595;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 0.875rem;
  }
}

textarea {
  resize: vertical;
  height: 13rem;
  min-height: 13rem;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #0f5aca;
}

.p-contact__data-checkbox {
  width: 29rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox {
    width: 100%;
  }
}
.p-contact__data-checkbox * {
  display: inline !important;
}
.p-contact__data-checkbox .blue {
  letter-spacing: 0.02rem;
  color: #40619d;
  border-bottom: 1px solid #40619d;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox .blue {
    font-size: 0.875rem;
  }
}
.p-contact__data-checkbox .blue:hover {
  opacity: 0.7;
}
.p-contact__data-checkbox .blue span {
  color: #333333;
  border: none;
  margin-left: 0;
}
.p-contact__data-checkbox .wpcf7-list-item {
  margin: 0;
  display: block !important;
}
.p-contact__data-checkbox .wpcf7-list-item-label {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 0.3125rem !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}
.p-contact__data-checkbox input[type=checkbox] {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  margin: 0 0.3125rem 0 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 2px solid #9a9595;
  background: #ffffff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  clip: auto !important;
  vertical-align: middle;
  display: inline-block !important;
}
.p-contact__data-checkbox input[type=checkbox]:checked {
  border-color: #9a9595;
  background: #ffffff;
}
.p-contact__data-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  width: 0.3125rem;
  height: 0.625rem;
  border-right: 2px solid #40619d;
  border-bottom: 2px solid #40619d;
}

.p-contact__data-checkbox .wpcf7-list-item-label.error::before {
  border-color: #d40000 !important;
  background-color: #fff0f0;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

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

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

.p-contact-wrap {
  text-align: center;
  margin-top: 3rem;
}

.p-contact__submit {
  display: inline-block; /*インラインブロック要素にする*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-contact__submit:hover {
  opacity: 0.8;
}
.p-contact__submit::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/wp-content/themes/kurigumi-origin/assets/img/common/arrow-common.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-contact__submit::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-contact__submit input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  width: 20rem;
  padding: 1rem 2rem;
  background-color: #ec572e;
  border: none;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__submit input[type=submit] {
    font-size: 0.875rem;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.p-contact-form__recaptcha-notice {
  font-size: 0.875rem;
  margin-top: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__recaptcha-notice {
    font-size: 0.6875rem;
    margin-top: 1.25rem;
  }
}
.p-contact-form__recaptcha-notice a {
  color: #40619d;
  text-decoration: none;
  border-bottom: 1px solid #40619d;
}
.p-contact-form__recaptcha-notice a:hover {
  opacity: 0.7;
}

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

.p-privacy__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-privacy__title-en {
  font-family: "Cardo", serif;
  text-align: center;
  color: #1c2a44;
  font-family: Cardo;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-privacy__title-en {
    font-size: 2.5rem;
  }
}

.p-privacy__title-accent {
  color: #ec572e;
}

.p-privacy__title-ja {
  font-size: 1.25rem;
  text-align: center;
  color: #1c2a44;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-privacy__title-ja {
    font-size: 1.125rem;
  }
}

.p-privacy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  max-width: 61.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__content {
    gap: 1.5rem;
  }
}

.p-privacy__section {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-privacy__section {
    font-size: 0.875rem;
  }
}
.p-privacy__section p {
  margin: 0 0 1rem 0;
}
.p-privacy__section p:last-child {
  margin-bottom: 0;
}

.p-privacy__heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-privacy__heading {
    font-size: 1.125rem;
  }
}

.p-privacy__list {
  margin: 1rem 0;
  padding-left: 0;
  list-style: none;
}
.p-privacy__list li {
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.p-privacy__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-privacy__list li:last-child {
  margin-bottom: 0;
}

.p-privacy__contact {
  margin-top: 1rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__contact {
    padding: 1rem;
  }
}

.p-404 {
  min-height: calc(100vh - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-top: 10rem;
  }
}

.p-404__vertical-text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Cardo", serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  color: #1c2a44;
}
@media screen and (max-width: 767px) {
  .p-404__vertical-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: 5.875rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    font-size: 2.5rem;
  }
}

.p-404__accent {
  color: #ec572e;
}

.p-404__container {
  text-align: center;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-404__container {
    max-width: 33.75rem;
  }
}

.p-404__number {
  font-family: "Cardo", serif;
  font-size: 12.5rem;
  font-weight: 400;
  line-height: 1;
  color: #e2e7e8;
  margin-bottom: 3rem;
}
.p-404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-404__title {
  text-align: left;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 1.125rem;
  }
}

.p-404__description {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-404__description {
    font-size: 1rem;
  }
}
.p-404__description p {
  margin: 0 0 0.75rem 0;
}
.p-404__description p:last-child {
  margin-bottom: 0;
}

.p-news-archive {
  background: #ffffff;
  position: relative;
}
.p-news-archive .l-inner {
  padding-inline: 3.125rem;
}

.p-news-archive__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-archive__list {
  width: 100%;
  max-width: 75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-news-archive__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-news-archive__item:hover {
  opacity: 0.8;
}

.p-news-archive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0.5rem;
  text-decoration: none;
  gap: 0.5rem;
}

.p-news-archive__thumbnail {
  width: 100%;
  aspect-ratio: 245/181;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news-archive__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-news-archive__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-news-archive__content {
    gap: 1rem;
  }
}

.p-news-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news-archive__meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-news-archive__date {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-news-archive__date {
    font-size: 0.75rem;
  }
}

.p-news-archive__category-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.0625rem;
  background: #919191;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-news-archive__category-label {
    font-size: 0.75rem;
  }
}

.p-news-archive__item-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-news-archive__item-title {
    font-size: 0.875rem;
  }
}

.p-news-archive__no-posts {
  padding: 2.5rem 0;
  text-align: center;
  font-size: 1rem;
}

.p-news-archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-news-archive__pagination {
    gap: 0.5rem;
    padding: 0 0.625rem;
  }
}
.p-news-archive__pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  color: #1c2a44;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-news-archive__pagination .page-numbers:hover {
  background: #e2e7e8;
}
.p-news-archive__pagination .page-numbers.current {
  background: #2e466f;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-news-archive__pagination .page-numbers.dots {
  background: transparent;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-news-archive__pagination .page-numbers.dots {
    width: 1.5rem;
  }
}
.p-news-archive__pagination .page-numbers.prev, .p-news-archive__pagination .page-numbers.next {
  background: transparent;
  width: 1.625rem;
  height: 1.8125rem;
}
.p-news-archive__pagination .page-numbers.prev img, .p-news-archive__pagination .page-numbers.next img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-news-archive__pagination .page-numbers.prev:hover, .p-news-archive__pagination .page-numbers.next:hover {
  opacity: 0.7;
}

.p-news-single {
  background: #ffffff;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-single {
    padding: 3.75rem 0;
  }
}

.p-news-single__wrapper {
  max-width: 80.125rem;
  margin: 0 auto;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__wrapper {
    max-width: 33.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.25rem;
    gap: 3.75rem;
  }
}

.p-news-single__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 55.125rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__body {
    max-width: 100%;
    padding-right: 0;
  }
}

.p-news-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__header {
    margin-bottom: 1.875rem;
  }
}

.p-news-single__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__title {
    font-size: 1.5rem;
  }
}

.p-news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-news-single__meta {
    gap: 1rem;
  }
}

.p-news-single__date {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-news-single__date {
    font-size: 0.75rem;
  }
}

.p-news-single__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.125rem 0.25rem;
  background: #e2e7e8;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-news-single__category {
    font-size: 0.75rem;
  }
}

.p-news-single__thumbnail {
  width: 100%;
  max-width: 50rem;
  height: auto;
  max-height: 25rem;
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__thumbnail {
    max-height: 18.75rem;
    margin-bottom: 1.875rem;
  }
}
.p-news-single__thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news-single__thumbnail img {
    max-height: 18.75rem;
  }
}

.p-news-single__content {
  max-width: 50rem;
  margin-bottom: 5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-news-single__content {
    margin-bottom: 3.75rem;
  }
}
.p-news-single__content .content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.p-news-single__content .content-section:last-of-type {
  padding-top: 1rem;
}
.p-news-single__content h2,
.p-news-single__content h3,
.p-news-single__content .section-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 3rem 0 1.5rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #40619d;
}
@media screen and (max-width: 767px) {
  .p-news-single__content h2,
  .p-news-single__content h3,
  .p-news-single__content .section-title {
    font-size: 1.25rem;
    margin: 2.5rem 0 1.25rem 0;
  }
}
.p-news-single__content h3 {
  font-size: 1.25rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .p-news-single__content h3 {
    font-size: 1.125rem;
  }
}
.p-news-single__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__content p {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.p-news-single__content ul,
.p-news-single__content ol {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__content ul,
  .p-news-single__content ol {
    font-size: 1rem;
  }
}
.p-news-single__content li {
  margin-bottom: 0.25rem;
}
.p-news-single__content li:last-child {
  margin-bottom: 0;
}
.p-news-single__content li p {
  margin: 0;
}
.p-news-single__content img {
  max-width: 70%;
  max-height: 31.25rem;
  height: auto;
  display: block;
  margin: 2rem auto;
  border-radius: 0.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-news-single__content img {
    max-width: 100%;
    max-height: 25rem;
    margin: 1.5rem 0;
  }
}
.p-news-single__content figure,
.p-news-single__content .wp-block-image {
  margin: 2rem 0;
  text-align: center;
}
.p-news-single__content figure img,
.p-news-single__content .wp-block-image img {
  margin: 0 auto;
}
.p-news-single__content figure figcaption,
.p-news-single__content .wp-block-image figcaption {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
  text-align: center;
}
.p-news-single__content a {
  color: #40619d;
  text-decoration: underline;
}
.p-news-single__content a:hover {
  opacity: 0.7;
}
.p-news-single__content .content-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  height: 2.875rem;
  padding: 0.5rem 1rem;
  background: #e2e7e8;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-news-single__content .content-button {
    font-size: 0.875rem;
  }
}
.p-news-single__content .content-button:hover {
  opacity: 0.8;
}
.p-news-single__content .content-button img {
  width: 1.875rem;
  height: 1.875rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news-single__content .content-button img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-news-single__content .inquiry-section {
  margin-top: 1rem;
}
.p-news-single__content .inquiry-text {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-news-single__content .inquiry-text {
    font-size: 0.875rem;
  }
}

.p-news-single__sidebar {
  width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__sidebar {
    width: 100%;
    gap: 1.875rem;
  }
}

.p-news-single__sidebar-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.p-news-single__sidebar-title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-news-single__sidebar-title {
    font-size: 1.125rem;
  }
}

.p-news-single__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__category-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-news-single__category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.875rem;
  padding: 0.125rem 0.25rem;
  background: #e2e7e8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-news-single__category-item {
    font-size: 0.875rem;
  }
}
.p-news-single__category-item:hover {
  background: #d0d5d6;
}

.p-news-single__recommended-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2841875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-single__star-icon {
  width: 1.3261875rem;
  height: 1.3261875rem;
  display: block;
}

.p-news-single__recommended-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.p-news-single__recommended-item {
  padding-bottom: 0.5rem;
  border-bottom: 0.25px solid #1a1a1a;
}
.p-news-single__recommended-item:not(:first-child) {
  padding-top: 1rem;
}

.p-news-single__recommended-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-news-single__recommended-link:hover {
  opacity: 0.7;
}

.p-news-single__recommended-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.345625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-single__recommended-date {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-news-single__recommended-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.049375rem 0.09875rem;
  background: #e2e7e8;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-news-single__recommended-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__recommended-title {
    font-size: 0.875rem;
  }
}

.p-case-study-archive {
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive {
    padding-top: 9.0625rem;
  }
}

.p-case-study-archive__container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__container {
    gap: 1.875rem;
  }
}

.p-case-study-archive__title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__title {
    font-size: 1.25rem;
  }
}

.p-case-study-archive__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__categories {
    gap: 0.5rem;
  }
}

.p-case-study-archive__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.125rem 0.25rem;
  min-height: 2.875rem;
  min-width: 5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__category {
    font-size: 0.875rem;
    min-height: 2.5rem;
    min-width: 2.5rem;
  }
}
.p-case-study-archive__category:hover {
  background: #e2e7e8;
}
.p-case-study-archive__category.is-active {
  background: #9e9e9e;
  color: #ffffff;
}

.p-case-study-archive__list {
  width: 100%;
  max-width: 51.4375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-case-study-archive__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-case-study-archive__item:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__item {
    padding: 0.375rem;
  }
}

.p-case-study-archive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__link {
    gap: 0.375rem;
  }
}
.p-case-study-archive__link:hover {
  opacity: 0.7;
}

.p-case-study-archive__thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.25rem;
  height: 6.25rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__thumbnail {
    width: 6.25rem;
    height: 4.6875rem;
  }
}
.p-case-study-archive__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-case-study-archive__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__content {
    gap: 1rem;
  }
}

.p-case-study-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.345625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__meta {
    gap: 0.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-case-study-archive__date {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__date {
    font-size: 0.75rem;
  }
}

.p-case-study-archive__category-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.049375rem 0.09875rem;
  background: #e2e7e8;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__category-label {
    font-size: 0.75rem;
  }
}

.p-case-study-archive__item-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__item-title {
    font-size: 0.875rem;
  }
}

.p-case-study-archive__no-posts {
  padding: 2.5rem 0;
  text-align: center;
  font-size: 1rem;
  color: #1a1a1a;
}

.p-case-study-archive__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__pagination {
    gap: 0.5rem;
    padding: 0 0.625rem;
  }
}
.p-case-study-archive__pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  font-family: "Cardo", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__pagination .page-numbers {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8125rem;
  }
}
.p-case-study-archive__pagination .page-numbers:hover {
  background: #e2e7e8;
}
.p-case-study-archive__pagination .page-numbers.current {
  background: #40619d;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.p-case-study-archive__pagination .page-numbers.dots {
  background: transparent;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__pagination .page-numbers.dots {
    width: 1.5rem;
  }
}
.p-case-study-archive__pagination .page-numbers.prev, .p-case-study-archive__pagination .page-numbers.next {
  background: transparent;
  width: 1.625rem;
  height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-archive__pagination .page-numbers.prev, .p-case-study-archive__pagination .page-numbers.next {
    width: 1.375rem;
    height: 1.5rem;
  }
}
.p-case-study-archive__pagination .page-numbers.prev img, .p-case-study-archive__pagination .page-numbers.next img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-case-study-archive__pagination .page-numbers.prev:hover, .p-case-study-archive__pagination .page-numbers.next:hover {
  opacity: 0.7;
}

.p-case-study-single {
  background: #ffffff;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-case-study-single {
    padding: 3.75rem 0;
  }
}

.p-case-study-single__wrapper {
  max-width: 80.125rem;
  margin: 0 auto;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__wrapper {
    max-width: 33.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.25rem;
    gap: 3.75rem;
  }
}

.p-case-study-single__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 55.125rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__body {
    max-width: 100%;
    padding-right: 0;
  }
}

.p-case-study-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__header {
    margin-bottom: 1.875rem;
  }
}

.p-case-study-single__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__title {
    font-size: 1.5rem;
  }
}

.p-case-study-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__meta {
    gap: 1rem;
  }
}

.p-case-study-single__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__date {
    font-size: 0.75rem;
  }
}

.p-case-study-single__category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.125rem 0.25rem;
  background: #e2e7e8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__category {
    font-size: 0.75rem;
  }
}

.p-case-study-single__thumbnail {
  width: 100%;
  max-width: 50rem;
  height: auto;
  max-height: 25rem;
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__thumbnail {
    max-height: 18.75rem;
    margin-bottom: 1.875rem;
  }
}
.p-case-study-single__thumbnail img {
  width: 100%;
  height: 100%;
  max-height: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__thumbnail img {
    max-height: 18.75rem;
  }
}

.p-case-study-single__content {
  max-width: 50rem;
  margin-bottom: 5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__content {
    margin-bottom: 3.75rem;
  }
}
.p-case-study-single__content .content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.p-case-study-single__content .content-section:last-of-type {
  padding-top: 1rem;
}
.p-case-study-single__content h2,
.p-case-study-single__content h3,
.p-case-study-single__content .section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 3rem 0 1.5rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #40619d;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__content h2,
  .p-case-study-single__content h3,
  .p-case-study-single__content .section-title {
    font-size: 1.25rem;
    margin: 2.5rem 0 1.25rem 0;
  }
}
.p-case-study-single__content h3 {
  font-size: 1.25rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__content h3 {
    font-size: 1.125rem;
  }
}
.p-case-study-single__content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin: 0 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__content p {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.p-case-study-single__content ul,
.p-case-study-single__content ol {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__content ul,
  .p-case-study-single__content ol {
    font-size: 1rem;
  }
}
.p-case-study-single__content li {
  margin-bottom: 0.25rem;
}
.p-case-study-single__content li:last-child {
  margin-bottom: 0;
}
.p-case-study-single__content li p {
  margin: 0;
}
.p-case-study-single__content img {
  max-width: 70%;
  max-height: 31.25rem;
  height: auto;
  display: block;
  margin: 2rem auto;
  border-radius: 0.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__content img {
    max-width: 100%;
    max-height: 25rem;
    margin: 1.5rem 0;
  }
}
.p-case-study-single__content figure,
.p-case-study-single__content .wp-block-image {
  margin: 2rem 0;
  text-align: center;
}
.p-case-study-single__content figure img,
.p-case-study-single__content .wp-block-image img {
  margin: 0 auto;
}
.p-case-study-single__content figure figcaption,
.p-case-study-single__content .wp-block-image figcaption {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
  text-align: center;
}
.p-case-study-single__content a {
  color: #40619d;
  text-decoration: underline;
}
.p-case-study-single__content a:hover {
  opacity: 0.7;
}
.p-case-study-single__content .content-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  height: 2.875rem;
  padding: 0.5rem 1rem;
  background: #e2e7e8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__content .content-button {
    font-size: 0.875rem;
  }
}
.p-case-study-single__content .content-button:hover {
  opacity: 0.8;
}
.p-case-study-single__content .content-button img {
  width: 1.875rem;
  height: 1.875rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__content .content-button img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-case-study-single__content .inquiry-section {
  margin-top: 1rem;
}
.p-case-study-single__content .inquiry-text {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__content .inquiry-text {
    font-size: 0.875rem;
  }
}

.p-case-study-single__sidebar {
  width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__sidebar {
    width: 100%;
    gap: 1.875rem;
  }
}

.p-case-study-single__sidebar-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.p-case-study-single__sidebar-title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__sidebar-title {
    font-size: 1.125rem;
  }
}

.p-case-study-single__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__category-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-case-study-single__category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.875rem;
  padding: 0.125rem 0.25rem;
  background: #e2e7e8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__category-item {
    font-size: 0.875rem;
  }
}
.p-case-study-single__category-item:hover {
  background: #d0d5d6;
}

.p-case-study-single__recommended-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2841875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-case-study-single__star-icon {
  width: 1.3261875rem;
  height: 1.3261875rem;
  display: block;
}

.p-case-study-single__recommended-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.p-case-study-single__recommended-item {
  padding-bottom: 0.5rem;
  border-bottom: 0.25px solid #1a1a1a;
}
.p-case-study-single__recommended-item:not(:first-child) {
  padding-top: 1rem;
}

.p-case-study-single__recommended-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-case-study-single__recommended-link:hover {
  opacity: 0.7;
}

.p-case-study-single__recommended-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.345625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-case-study-single__recommended-date {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-case-study-single__recommended-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.049375rem 0.09875rem;
  background: #e2e7e8;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-case-study-single__recommended-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-case-study-single__recommended-title {
    font-size: 0.875rem;
  }
}

.p-case-study__content {
  max-width: 50rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-case-study__content {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-case-study__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-case-study__lead {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-study__lead {
    font-size: 1rem;
  }
}

.p-case-study-qa {
  background-color: #fef1e7;
  border-radius: 0.5rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-qa {
    padding: 0.75rem;
    gap: 1.5rem;
  }
}

.p-case-study-qa__item {
  background-color: #ffffff;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-case-study-qa__question-section {
  border-bottom: 0.0625rem solid #ec572e;
  padding: 1rem 0;
}

.p-case-study-qa__question {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ec572e;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-case-study-qa__question {
    font-size: 1.125rem;
    white-space: normal;
  }
}

.p-case-study-qa__answer {
  padding: 0 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #1a1a1a;
  letter-spacing: 0.05em;
}
.p-case-study-qa__answer > * + * {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-qa__answer {
    font-size: 0.875rem;
  }
}

.p-oyakudachi__content {
  max-width: 50rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-oyakudachi__content {
    margin-bottom: 3.75rem;
  }
}
.p-oyakudachi__content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-oyakudachi__content p {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.p-oyakudachi__content > p:first-child,
.p-oyakudachi__content > p:first-child + p,
.p-oyakudachi__content > p:first-child + p + p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-oyakudachi__content > p:first-child,
  .p-oyakudachi__content > p:first-child + p,
  .p-oyakudachi__content > p:first-child + p + p {
    font-size: 1rem;
  }
}
.p-oyakudachi__content h2 {
  background-color: #fef1e7;
  color: #2e466f;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.75rem 0.5rem;
  margin: 3rem 0 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-oyakudachi__content h2 {
    font-size: 1.25rem;
    margin: 2.5rem 0 1.5rem 0;
    padding: 0.625rem 0.5rem;
  }
}
.p-oyakudachi__content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  padding: 0.25rem 0 0.25rem 0.5rem;
  border-left: 0.0625rem solid #ec572e;
  margin: 2rem 0 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-oyakudachi__content h3 {
    font-size: 1.125rem;
    margin: 1.5rem 0 1rem 0;
  }
}
.p-oyakudachi__content h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #1a1a1a;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #ec572e;
  margin: 1.5rem 0 1rem 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-oyakudachi__content h4 {
    font-size: 1rem;
    margin: 1.25rem 0 0.75rem 0;
  }
}
.p-oyakudachi__content strong,
.p-oyakudachi__content b {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-oyakudachi__content ul {
  margin: 1rem 0 1.5rem 0;
  padding-left: 0.5rem;
}
.p-oyakudachi__content ul li {
  font-size: 1rem;
  line-height: 1.7;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  padding-left: 0;
  list-style-type: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-oyakudachi__content ul li {
    font-size: 0.875rem;
  }
}
.p-oyakudachi__content ul li::before {
  content: "・";
  margin-right: 0.25rem;
}
.p-oyakudachi__content ol {
  margin: 1rem 0 1.5rem 0;
  padding-left: 1.5rem;
}
.p-oyakudachi__content ol li {
  font-size: 1rem;
  line-height: 1.7;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-oyakudachi__content ol li {
    font-size: 0.875rem;
  }
}
.p-oyakudachi__content blockquote {
  background-color: #f9f9f9;
  border-left: 0.25rem solid #ec572e;
  padding: 1rem 1rem;
  margin: 1.5rem 0;
}
.p-oyakudachi__content blockquote p {
  margin-bottom: 0;
}
.p-oyakudachi__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem 0;
}
.p-oyakudachi__content a {
  color: #2e466f;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-oyakudachi__content a:hover {
    opacity: 0.7;
  }
}

.p-case-study-single--jirei .p-case-study-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.p-case-study-single--jirei .p-case-study-single__content > p:first-of-type {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-case-study-single--jirei .p-case-study-single__content > p:first-of-type {
    font-size: 1rem;
  }
}
.p-case-study-single--jirei .p-case-study-qa {
  background: #fef1e7;
  padding: 1rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-single--jirei .p-case-study-qa {
    padding: 0.75rem;
    gap: 1.5rem;
  }
}
.p-case-study-single--jirei .p-case-study-qa__item {
  background: #ffffff;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-case-study-single--jirei .p-case-study-qa__question {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ec572e;
  border-bottom: 1px solid #ec572e;
  padding: 1rem 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-case-study-single--jirei .p-case-study-qa__question {
    font-size: 1.125rem;
    padding: 0.75rem 0;
  }
}
.p-case-study-single--jirei .p-case-study-qa__answer {
  padding: 0 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-case-study-single--jirei .p-case-study-qa__answer {
    font-size: 0.875rem;
    padding: 0 0.25rem;
  }
}
.p-case-study-single--jirei .p-case-study-qa__answer p {
  margin: 0 0 0.5rem 0;
}
.p-case-study-single--jirei .p-case-study-qa__answer p:last-child {
  margin-bottom: 0;
}
.p-case-study-single--jirei .p-case-study-qa__answer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-case-study-single--jirei .p-case-study-qa__answer ul li {
  margin-bottom: 0.5rem;
}
.p-case-study-single--jirei .p-case-study-qa__answer ul li:last-child {
  margin-bottom: 0;
}

.p-case-study-single--oyakudachi .p-case-study-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.p-case-study-single--oyakudachi .p-case-study-single__content > p:first-of-type {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
  margin: 0;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-single--oyakudachi .p-case-study-single__content > p:first-of-type {
    font-size: 1rem;
  }
}
.p-case-study-single--oyakudachi .p-case-study-single__content h2 {
  background: #fef1e7;
  color: #2e466f;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 0.5rem;
  height: 3.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-case-study-single--oyakudachi .p-case-study-single__content h2 {
    font-size: 1.25rem;
    height: 3rem;
  }
}
.p-case-study-single--oyakudachi .p-case-study-single__content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  border-left: 4px solid #ec572e;
  padding: 0.25rem 0.5rem;
  margin: 1.25rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-case-study-single--oyakudachi .p-case-study-single__content h3 {
    font-size: 1.125rem;
  }
}
.p-case-study-single--oyakudachi .p-case-study-single__content h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ec572e;
  padding: 0 0.5rem 0.5rem 0.5rem;
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-case-study-single--oyakudachi .p-case-study-single__content h4 {
    font-size: 1rem;
  }
}
.p-case-study-single--oyakudachi .p-case-study-single__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
  padding: 0 0.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-case-study-single--oyakudachi .p-case-study-single__content p {
    font-size: 0.875rem;
  }
}
.p-case-study-single--oyakudachi .p-case-study-single__content p + p {
  margin-top: 0.5rem;
}
.p-case-study-single--oyakudachi .p-case-study-single__content strong,
.p-case-study-single--oyakudachi .p-case-study-single__content b {
  font-weight: 700;
  display: block;
  margin-top: 0.5rem;
}
.p-case-study-single--oyakudachi .p-case-study-single__content ul,
.p-case-study-single--oyakudachi .p-case-study-single__content ol {
  padding: 0 0.5rem;
  margin: 0;
  list-style-position: inside;
}
.p-case-study-single--oyakudachi .p-case-study-single__content ul li,
.p-case-study-single--oyakudachi .p-case-study-single__content ol li {
  font-size: 1rem;
  line-height: 1.7;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-case-study-single--oyakudachi .p-case-study-single__content ul li,
  .p-case-study-single--oyakudachi .p-case-study-single__content ol li {
    font-size: 0.875rem;
  }
}
.p-case-study-single--oyakudachi .p-case-study-single__content ul li:last-child,
.p-case-study-single--oyakudachi .p-case-study-single__content ol li:last-child {
  margin-bottom: 0;
}
.p-case-study-single--oyakudachi .p-case-study-single__content > *:not(:first-child) {
  margin-top: 0;
}

.p-cta {
  position: relative;
  background-image: url("../img/cta/cta-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-cta__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 97, 157, 0.4);
  pointer-events: none;
}

.p-cta__content {
  position: relative;
  max-width: 38.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    gap: 1.25rem;
  }
}

.p-cta__text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 0.875rem;
  }
}

.p-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  width: 100%;
  padding: 2rem 0;
  background: #ffffff;
  border: 3px solid #c9a961;
  border-radius: 10rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-cta__button:hover {
  background: #c9a961;
  border-color: #ffffff;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.p-cta__button-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cta__button-text {
    font-size: 0.875rem;
  }
}

.p-cta__button-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta__button-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.p-cta__button-arrow img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-filter: brightness(0) saturate(100%) invert(5%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(5%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(100%);
}

.top-fv {
  position: relative;
  height: 100vh;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-fv {
    height: 34.5rem;
    overflow: visible;
  }
}

.top-fv__bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.top-fv__bg-slider .swiper-slide {
  overflow: hidden;
  will-change: opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.top-fv__bg-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  -webkit-transition: -webkit-transform 6.5s ease-out;
  transition: -webkit-transform 6.5s ease-out;
  transition: transform 6.5s ease-out;
  transition: transform 6.5s ease-out, -webkit-transform 6.5s ease-out;
  will-change: transform;
}

.top-fv__orange-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 15.4375rem;
  height: 100%;
  background-color: rgba(236, 87, 46, 0.8);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-fv__orange-bar {
    width: 6.25rem;
  }
}

.top-fv__orange-bar--right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 9.375rem;
  width: calc(100% - 15.4375rem);
  background-color: rgba(236, 87, 46, 0.8);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-fv__orange-bar--right {
    width: calc(100% - 6.25rem);
    height: 6.25rem;
  }
}

.top-fv__image-grid {
  position: absolute;
  left: 26.1875rem;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  overflow: hidden;
  clip-path: inset(0);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, black), color-stop(92%, black), to(transparent));
  mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8%, black), color-stop(92%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .top-fv__image-grid {
    left: 1.875rem;
    mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, black), color-stop(95%, black), to(transparent));
    mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, black), color-stop(95%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
  }
}

.top-fv__image-column {
  width: 17.25rem;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  contain: layout style paint;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .top-fv__image-column {
    width: 10rem;
  }
}
.top-fv__image-column--1 .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-fv__image-column--2 .swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-fv__image-column .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  will-change: transform;
}
.top-fv__image-column .swiper-slide {
  height: auto;
  margin-bottom: 0.25rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  .top-fv__image-column .swiper-slide {
    margin-bottom: 0.1875rem;
  }
}

.top-fv__image-item {
  width: 100%;
  height: 16.4375rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-fv__image-item {
    height: 10.625rem;
  }
}
.top-fv__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-fv__image-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(28, 42, 68, 0.48);
  pointer-events: none;
}

.top-fv__main-copy {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top-fv__main-copy {
    left: 1.25rem;
    gap: 1rem;
  }
}

.top-fv__copy-line1,
.top-fv__copy-line2,
.top-fv__copy-line3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.125rem;
}

.top-fv__copy-text {
  color: #ffffff;
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}

.top-fv__copy-text--large {
  font-size: 6.25rem;
}
@media screen and (max-width: 767px) {
  .top-fv__copy-text--large {
    font-size: 3.125rem;
  }
}

.top-fv__copy-text--small {
  font-size: 4.25rem;
}
@media screen and (max-width: 767px) {
  .top-fv__copy-text--small {
    font-size: 2.125rem;
  }
}

.top-fv__copy-text--xlarge {
  font-size: 7.8125rem;
  letter-spacing: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .top-fv__copy-text--xlarge {
    font-size: 3.875rem;
    letter-spacing: -0.234375rem;
  }
}

.top-fv__copy-text--medium {
  font-size: 5.375rem;
}
@media screen and (max-width: 767px) {
  .top-fv__copy-text--medium {
    font-size: 2.6875rem;
  }
}

.top-fv__copy-text--large2 {
  font-size: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .top-fv__copy-text--large2 {
    font-size: 3.5625rem;
  }
}

.top-fv__vertical-text {
  position: absolute;
  top: 7.5rem;
  right: 12.5rem;
  width: auto;
  height: 41.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .top-fv__vertical-text {
    top: 5.375rem;
    right: 2.1875rem;
    gap: 1rem;
  }
}
.top-fv__vertical-text p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.35;
  letter-spacing: 8px;
}
@media screen and (max-width: 767px) {
  .top-fv__vertical-text p {
    font-size: 1.125rem;
    letter-spacing: 5px;
  }
}

.top-fv__cta-box {
  position: absolute;
  bottom: 2.5rem;
  right: 1.25rem;
  width: 27.1875rem;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .top-fv__cta-box {
    bottom: 0;
    right: 50%;
    translate: 50% 100%;
    width: 100%;
  }
}

.top-fv__cta-inner {
  background-color: #1c2a44;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top-fv__cta-inner {
    gap: 0.5rem;
  }
}

.top-fv__cta-text {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-fv__cta-text {
    font-size: 0.875rem;
  }
}

.top-fv__cta-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding: 1rem 2rem;
  background-color: #ec572e;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: auto;
}
@media screen and (max-width: 767px) {
  .top-fv__cta-button {
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    width: 100%;
  }
}
.top-fv__cta-button:hover {
  opacity: 0.8;
}

.top-fv__cta-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.625rem;
  height: 1.8125rem;
}
.top-fv__cta-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.top-clients {
  padding: 3rem 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-clients {
    padding: 1.875rem 0;
    padding-top: 10rem;
  }
}

.top-clients__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .top-clients__track {
    gap: 0.9375rem;
    -webkit-animation: scroll 20s linear infinite;
            animation: scroll 20s linear infinite;
  }
}
.top-clients__track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

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

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-clients__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fef1e7;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 9.375rem;
  min-height: 5rem;
}
@media screen and (max-width: 767px) {
  .top-clients__item {
    min-width: 7.5rem;
    min-height: 4.0625rem;
    padding: 0.5rem;
  }
}
.top-clients__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-authority {
  padding: 5rem 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .top-authority {
    padding: 1.875rem 0;
    padding-top: 11.25rem;
  }
}

.top-authority__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-authority__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.top-authority__item {
  position: relative;
  width: 16.25rem;
  height: 16.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem;
  background-image: url("../img/top/authority-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .top-authority__item {
    width: 16.25rem;
    height: 9.375rem;
  }
}

.top-authority__label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c2a44;
  line-height: 1.5;
  text-align: center;
}

.top-authority__number {
  font-family: "Roboto", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  color: #ec572e;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-authority__number {
    font-size: 2.5rem;
  }
}

.top-authority__unit {
  font-family: "Roboto", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  color: #1c2a44;
  line-height: 1.5;
  margin-left: 0.25rem;
}

.top-about {
  position: relative;
  background-color: #ffffff;
}
.top-about .l-inner {
  padding-inline: 1.25rem;
}

.top-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
}

.top-about__box {
  position: relative;
}

.top-about__box-decoration {
  position: absolute;
  width: 24.375rem;
  height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .top-about__box-decoration {
    width: 20.3125rem;
    height: 6.25rem;
  }
}

.top-about__box-decoration--orange {
  background-color: rgba(236, 87, 46, 0.8);
  top: -1rem;
  left: -1rem;
}
@media screen and (max-width: 767px) {
  .top-about__box-decoration--orange {
    top: -0.625rem;
    left: -0.625rem;
  }
}

.top-about__box-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2e466f;
  padding: 3.125rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-about__box-content {
    padding: 0.625rem 1.875rem;
  }
}

.top-about__box-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-about__box-text {
    line-height: 1.4;
  }
}

.top-about__box-text-large {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-about__box-text-large {
    font-size: 1.875rem;
  }
}

.top-about__box-text-small {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top-about__box-text-small {
    font-size: 1.5rem;
  }
}

.top-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .top-about__content {
    gap: 1.5rem;
  }
}

.top-about__text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.top-about__text {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-about__text {
    font-size: 0.875rem;
  }
}

.top-about__text--bold {
  font-weight: 700;
}

.top-about__text--medium {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.top-about__message {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ec572e;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-about__message {
    font-size: 1.75rem;
  }
}

.top-about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top-about__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-about__decoration-bottom {
  position: absolute;
  right: 0;
  bottom: -1.25rem;
  width: 9.375rem;
  height: 6.5rem;
}
@media screen and (max-width: 767px) {
  .top-about__decoration-bottom {
    right: 1.25rem;
    bottom: -1.25rem;
    width: 9.375rem;
    height: 6.5rem;
  }
}

.top-about__decoration-bottom-orange {
  position: absolute;
  background-color: rgba(236, 87, 46, 0.8);
  width: 100%;
  height: 0.8125rem;
  bottom: -1.125rem;
  left: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .top-about__decoration-bottom-orange {
    height: 0.4375rem;
    bottom: -0.5625rem;
    left: -0.15625rem;
  }
}
.top-about__decoration-bottom-orange::before {
  content: "";
  position: absolute;
  right: 0rem;
  bottom: 0.8125rem;
  width: 0.8125rem;
  height: 5.6875rem;
  background-color: rgba(236, 87, 46, 0.8);
}
@media screen and (max-width: 767px) {
  .top-about__decoration-bottom-orange::before {
    width: 0.4375rem;
    bottom: 0.40625rem;
    height: 6.0625rem;
  }
}

.top-about__decoration-bottom-navy {
  position: absolute;
  background-color: #2e466f;
  width: 100%;
  height: 0.8125rem;
  bottom: -0.8125rem;
  left: -0.8125rem;
}
@media screen and (max-width: 767px) {
  .top-about__decoration-bottom-navy {
    height: 0.4375rem;
    bottom: -0.40625rem;
    left: -0.40625rem;
  }
}
.top-about__decoration-bottom-navy::before {
  content: "";
  position: absolute;
  right: 0rem;
  bottom: 0.8125rem;
  width: 0.8125rem;
  height: 5.6875rem;
  background-color: #2e466f;
}
@media screen and (max-width: 767px) {
  .top-about__decoration-bottom-navy::before {
    width: 0.4375rem;
    right: 0rem;
    bottom: 0.40625rem;
    height: 6.0625rem;
  }
}

.top-service {
  position: relative;
  background: rgba(236, 87, 46, 0.8);
  border-radius: 0 3.75rem 3.75rem 0;
}
.top-service .c-title-wrapper {
  color: #ffffff;
}

.top-service__navy-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 15.4375rem;
  height: 100%;
  background-color: #2e466f;
}
@media screen and (max-width: 767px) {
  .top-service__navy-bar {
    width: 4.375rem;
  }
}

.top-service__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .top-service__container {
    gap: 1.5rem;
  }
}

.top-service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .top-service__cards {
    gap: 1rem;
  }
}

.top-service__card {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 1rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-service__card {
    padding: 1rem;
  }
}

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

.top-service__card-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .top-service__card-left {
    gap: 0.75rem;
    width: 100%;
  }
}

.top-service__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #1c2a44;
}

.top-service__card-accent {
  width: 3.75rem;
  height: 5.125rem;
  background-image: url("../img/top/top-service-re.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-service__card-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-service__card-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-service__card-subtitle {
    font-size: 1.125rem;
  }
}

.top-service__card-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-service__card-title {
    font-size: 1.5rem;
  }
}

.top-service__card-image {
  height: 12.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .top-service__card-image {
    height: 9.625rem;
  }
}

.top-service__card-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-service__card-right {
    gap: 1rem;
  }
}

.top-service__card-desc {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-service__card-desc {
    font-size: 0.875rem;
  }
}

.top-service__card-list {
  background-color: #f5f5f5;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.top-service__card-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-service__card-list-item {
    font-size: 0.875rem;
  }
}
.top-service__card-list-item::before {
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  background-image: url("../img/service/check-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-service__card-note {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ec572e;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-service__card-note {
    font-size: 0.875rem;
  }
}

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

.top-news {
  background-color: #ffffff;
}

.top-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.top-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  width: 41.25rem;
}
@media screen and (max-width: 767px) {
  .top-news__content {
    width: 100%;
    gap: 1.5rem;
  }
}

.top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.top-news__item {
  display: block;
  background-color: #ffffff;
  border-bottom: 0.25px solid #333333;
  padding: 0.5rem;
  min-height: 5.3125rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.top-news__item:hover {
  background-color: rgba(28, 42, 68, 0.05);
}

.top-news__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.top-news__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.top-news__item-date {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .top-news__item-date {
    font-size: 0.75rem;
  }
}

.top-news__item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9e9e9e;
  color: #ffffff;
  padding: 0.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .top-news__item-category {
    font-size: 0.75rem;
  }
}

.top-news__item-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .top-news__item-title {
    font-size: 0.875rem;
  }
}

.top-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top-news__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-footer-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-footer-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-footer-cta__item {
  position: relative;
  width: 50%;
  height: 18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  text-decoration: none;
  background-color: #4c3b31;
}
@media screen and (max-width: 767px) {
  .top-footer-cta__item {
    width: 100%;
    height: 9.375rem;
  }
}
.top-footer-cta__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top-footer-cta__item:hover::before {
  opacity: 1;
}
.top-footer-cta__item--news::before {
  background-image: url("../img/top/hover-news.png");
}
.top-footer-cta__item--company {
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .top-footer-cta__item--company {
    border-left: none;
    border-top: 1px solid #ffffff;
  }
}
.top-footer-cta__item--company::before {
  background-image: url("../img/top/hover-company.png");
}

.top-footer-cta__link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding: 1rem 2rem;
  background-color: transparent;
  border-radius: 62.4375rem;
}
@media screen and (max-width: 767px) {
  .top-footer-cta__link {
    padding: 0.75rem 1.5rem;
    gap: 0.5rem;
  }
}

.top-footer-cta__text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-footer-cta__text {
    font-size: 0.875rem;
  }
}

.top-footer-cta__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.625rem;
  height: 1.8125rem;
}
.top-footer-cta__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
  .u-flex-break {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 0;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Serif JP", serif;
}
.u-font__en {
  font-family: "Cardo", serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.swell-block-columns__inner {
  max-width: 600px;
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 30px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}