@charset "UTF-8";
/* Global（変数・mixin・関数） */
/* font */
/* ブレイクポイント指定 */
/* 

フォント読み込み

⚫︎使い方

@include font-face('Lora', 'fonts/Lora', 400, italic, ttf);
@include font-face('Samplinal', 'fonts/Samplinal', bold, normal, eot woff2 woff);
-----------------------------------------------------------------------------------*/
/* 

上向き(upward)、右向き(rightward)、下向き(downward)、左向き(leftward)、左上(upper-left)、右上(upper-right)、右下(lower-right)、左下(lower-left)の８方向から選択します


@include triangle(upward, 20px, 15px, #cd5c5c);

@include triangle(upper-left, 12px, 12px);
---*/
/* Foundation */
/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
  color: inherit;
}

li {
  margin: 0;
}
li a {
  text-decoration: none;
}

nav li a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none;
  opacity: 0.8;
}

i {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

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

/* Global（変数・mixin・関数） */
@font-face {
  font-family: "MOBO-Bold";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/MOBO-Bold.woff2") format("woff2"), url("../fonts/MOBO-Bold.woff") format("woff");
  font-display: swap;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 1680px) {
  html {
    font-size: 0.9523809524vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 1.1219512195vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.8647342995vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  color: #111111;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  body.is-non-scroll {
    overflow: hidden;
  }
}

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

li {
  list-style-type: none;
}

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

a img:hover,
a:hover {
  opacity: 0.8;
  transition: linear 0.13s;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

dt {
  font-weight: 600;
}

em {
  font-style: normal;
}

svg {
  overflow: visible;
}

video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* ==============================================
   フォームの基本
   ============================================== */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #c1c1c1;
  background-color: #fff;
  padding: 0.625rem 0.9375rem;
  width: 100%;
  border-radius: 0.625rem;
  font-weight: 500;
  font-size: 1.0625rem;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #E1E1E1;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #9E0100;
  box-shadow: none;
}

input.is-error,
select.is-error,
textarea.is-error {
  border: 1px solid red;
}

select {
  border: 1px solid #707070;
  padding: 0.25rem 1.0625rem;
  padding-right: 2.5625rem;
  border-radius: 0.3125rem;
  width: 13.1875rem;
  font-size: 1.25rem;
  font-weight: 500;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16) inset;
  background: #fff url(../images/icon/icon-select-arw.svg) 96% 50% no-repeat;
  background-size: 0.97rem auto;
}
select:focus {
  border-color: #9E0100;
}

textarea {
  height: 11.4375rem;
  overflow-y: auto;
}
@media screen and (max-width: 900px) {
  textarea {
    height: 9.375rem;
  }
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.c-checkbox-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.c-checkbox-item__label {
  position: relative;
  font-weight: bold;
  padding-left: 1.125rem;
  font-size: 0.875rem;
}
.c-checkbox-item__label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  width: 0.9375rem;
  aspect-ratio: 1/1;
}

.slick-dots {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.slick-dots li {
  border-radius: 50%;
  width: 0.625rem;
  aspect-ratio: 1/1;
  background-color: #D1D3D5;
}
.slick-dots li.slick-active {
  background-color: #004c88;
}

/* Layout */
.l-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 0, 0, 0.3);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.2s;
  transform: translate(var(--x, -9999px), var(--y, -9999px)) translate(-50%, -50%) scale(var(--s, 1));
}
@media (hover: none) {
  .l-cursor {
    display: none;
  }
}

.l-header {
  padding: 1.25rem 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 8;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    position: static;
    width: 100% !important;
  }
}
.l-header__logo {
  width: 16.0625rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 11.875rem;
    margin-left: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav-wrap {
    position: absolute;
    left: 0;
    top: 3.125rem;
    background-color: #EBEBEB;
    width: 100%;
    padding: 1.6875rem 1.5625rem;
    transition: ease-in-out 0.32s;
    opacity: 0;
    visibility: hidden;
  }
}
.l-header__close {
  display: none;
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    flex-flow: column;
    align-items: inherit;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav-item:not(:last-of-type) {
    border-bottom: 1px solid #A8A8A8;
  }
}
.l-header__nav-link {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__nav-link {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.1875rem 0;
  }
}
.l-header__nav-eng {
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-header__nav-eng {
    font-size: 1.446875rem;
    flex: 0 0 41%;
  }
}
.l-header__nav-jp {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .l-header__nav-jp {
    flex: 1 1 auto;
    font-size: 0.956875rem;
  }
}
.l-header__toggle {
  display: none;
  position: relative;
  height: 1.875rem;
  width: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .l-header__toggle {
    display: block;
    margin-right: 1.375rem;
  }
}
.l-header__toggle-line {
  position: absolute;
  display: inline-block;
  left: 0;
  background-color: #111111;
  height: 3px;
  width: 100%;
  transition: ease 0.32s;
}
.l-header__toggle-line:nth-of-type(1) {
  top: 0;
}
.l-header__toggle-line:nth-of-type(2) {
  top: 50%;
  translate: 0 -50%;
}
.l-header__toggle-line:nth-of-type(3) {
  bottom: 0;
}
.l-header.is-open {
  background-color: #EBEBEB;
}
.l-header.is-open .l-header__toggle-line:nth-of-type(1) {
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
}
.l-header.is-open .l-header__toggle-line:nth-of-type(2) {
  opacity: 0;
}
.l-header.is-open .l-header__toggle-line:nth-of-type(3) {
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
  rotate: -45deg;
}
.l-header.is-open .l-header__nav-wrap {
  visibility: visible;
  opacity: 1;
}

.l-footer {
  padding: 4.25rem 0;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    flex-flow: column;
    gap: 3.4375rem;
    align-items: flex-start;
  }
}
.l-footer__info {
  font-weight: 700;
}
.l-footer__logo {
  width: 12.4375rem;
  margin-bottom: 0.75rem;
}
.l-footer__company {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.l-footer__address {
  font-size: 1.0625rem;
}
.l-footer__nav {
  font-size: 1.0625rem;
  font-weight: 700;
}
.l-footer__nav-item:not(:last-of-type) {
  margin-bottom: 0.625rem;
}

/* ===============================
   Layout: Container
   l-container
=============================== */
.l-wrapper {
  position: relative;
  min-height: 100dvh;
  width: 100%;
}

.l-outer {
  position: relative;
}

.l-inner {
  width: 80rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .l-inner.--narrow {
    width: 72.2222222222%;
  }
}
.l-inner.--wide {
  width: 88.0208333333%;
}
@media screen and (max-width: 768px) {
  .l-inner.--wide {
    width: 90%;
  }
}
.l-inner.--full {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-inner.--sp-full {
    width: 100%;
    max-width: 100%;
  }
}

.l-contents-col02 {
  margin-top: 4.375rem;
}
@media screen and (min-width: 769px) {
  .l-contents-col02 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-col02 {
    margin-top: 2.5rem;
  }
}
.l-contents-col02__side {
  margin-left: 3.5rem;
  flex: 0 0 17.4375rem;
}
@media screen and (max-width: 768px) {
  .l-contents-col02__side {
    display: none;
  }
}

/* Object（component + project + utility 全部入り） */
/* ===============================
  Object Layer Index
=============================== */
/* Component（indexごと forward） */
.js-char {
  opacity: 0;
  display: inline-block;
  will-change: opacity;
}

.js-fade-in {
  opacity: 0;
  translate: 0 20px;
  transition: opacity 0.8s ease, translate 0.8s ease;
}
.js-fade-in.is-visible {
  opacity: 1;
  translate: 0 0;
}

@keyframes balloon-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
.c-contact-button {
  background-color: #9E0100;
  height: 5.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.25rem;
  max-width: 100%;
  border-radius: 11.25rem;
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1;
  box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.5490196078);
  position: relative;
}
.c-contact-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}
.c-contact-button__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.c-contact-button__sub {
  color: #9E0100;
  background-color: #fff;
  padding: 0.4375rem 0.75rem;
  border-radius: 0.3125rem;
  letter-spacing: 0.1em;
}
.c-contact-button__text {
  color: #fff;
  letter-spacing: 0.05em;
  padding-right: 1.375rem;
}
.c-contact-button__text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.5625rem;
  height: 0.5625rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.c-link {
  border-bottom: 0.125rem solid currentColor;
  font-size: 1.280625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-bottom: 0.4375rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-link {
    font-size: 1.086875rem;
  }
}
.c-link__arrow {
  font-size: 0.7598828697em;
}

.c-eng-title {
  font-family: "Zen Old Mincho", serif;
  color: rgba(205, 205, 205, 0.6980392157);
  font-weight: 900;
  letter-spacing: 0.3em;
  font-size: 6.1075rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-eng-title {
    font-size: 3.25rem;
  }
}

.c-section-head {
  text-align: center;
}
.c-section-head__lead {
  font-family: "MOBO-Bold", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  margin-top: -1.875rem;
  transform: skewX(-7deg);
  font-size: 2.98125rem;
}
@media screen and (max-width: 768px) {
  .c-section-head__lead {
    font-size: 2.25rem;
  }
}

.c-tags {
  display: flex;
  gap: 0.875rem;
}

.c-tag {
  text-align: center;
  color: #767E88;
  border-radius: 5.625rem;
  font-size: 0.8125rem;
  padding: 0.4375rem 0.625rem;
  min-width: 7rem;
  border: 1px solid #D1D3D5;
}

.c-pagination {
  margin-bottom: 8.125rem;
}
.c-pagination__list {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
.c-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  aspect-ratio: 1/1;
  border: 1px solid #707070;
  text-decoration: none;
  font-size: 1.4375rem;
}
.is-current .c-pagination__link {
  background: #760011;
  color: #fff;
  border-color: #760011;
  pointer-events: none;
}

/* Project - Common UI */
/* @forward "project/hero";
@forward "project/feature-cards";
@forward "project/intro"; */
/* Project - Page */
.p-new-kv__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 50rem;
  width: 95%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-new-kv__inner {
    height: 20.75rem;
  }
}
.p-new-kv__title {
  font-weight: 900;
  color: #fff;
  font-size: 6.625rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-shadow: 7.31px 7.31px 0px #000000;
  transform: rotate(-5deg);
  margin-bottom: 3.125rem;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-new-kv__title {
    font-size: 2.1875rem;
    text-shadow: 2.47px 2.47px 0px #000000;
    margin-bottom: 1.5625rem;
  }
}
.p-new-kv__line {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.p-new-kv__sm {
  font-size: 0.6226415094em;
}
.p-new-kv__lg {
  font-size: 1.641509434em;
  margin-left: -0.32em;
}
.p-new-kv .c-ruby__rt {
  font-size: 2.6375rem;
  margin-bottom: -0.37em;
}
@media screen and (max-width: 768px) {
  .p-new-kv .c-ruby__rt {
    font-size: 0.893125rem;
  }
}
.p-new-kv__deco {
  font-family: "ADLaM Display", system-ui;
  font-size: 6.625rem;
}
@media screen and (max-width: 768px) {
  .p-new-kv__deco {
    font-size: 2.26375rem;
  }
}
.p-new-kv__triangle {
  position: absolute;
  right: 0;
  bottom: 5.3125rem;
  width: 31.9375rem;
}
@media screen and (max-width: 768px) {
  .p-new-kv__triangle {
    display: none;
  }
}

.p-top-mv {
  padding: 10.5rem 0 4.25rem;
}
@media screen and (min-width: 769px) {
  .p-top-mv {
    height: 48.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    padding: 2.4375rem 0 2.8125rem;
  }
}
.p-top-mv__inner {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-mv__inner {
    width: 94%;
  }
}
.p-top-mv__body {
  height: 100%;
}
.p-top-mv__title {
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: flex-end;
  font-size: 7.0625rem;
  letter-spacing: 0.05em;
  transform: skewX(-8deg);
  line-height: 1.1;
  margin-bottom: 1.5625rem;
  text-shadow: 7.31px 7.31px 0px #000000;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title {
    font-size: 3.9375rem;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.5rem;
    text-shadow: 2.47px 2.47px 0px #000000;
  }
}
.p-top-mv__particle {
  font-size: 0.8150105708em;
}
.p-top-mv__ruby {
  display: flex;
  flex-flow: column-reverse;
}
.p-top-mv__rt {
  font-size: 0.4332276251em;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-mv__line02 {
    width: 100%;
  }
}
.p-top-mv__service-list {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__service-list {
    flex-flow: column;
    align-items: center;
  }
}
.p-top-mv__service-list-item {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 1.3;
  padding: 0.4375rem 1.5625rem;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv__service-list-item {
    width: 17.1875rem;
    font-size: 1.6875rem;
    padding: 0.4375rem 1.25rem;
    text-align: center;
    white-space: nowrap;
  }
}
.p-top-mv__records {
  width: 36.25rem;
  max-width: 90%;
}
@media screen and (min-width: 769px) {
  .p-top-mv__records {
    position: absolute;
    right: 0.625rem;
    bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__records {
    margin: 5.75rem auto 2.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__contact {
    width: 90%;
    margin-inline: auto;
  }
}

.p-top-about {
  padding: 3.125rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 2.1875rem 0 3.125rem;
  }
}
.p-top-about__content {
  margin-bottom: 6.3125rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__content {
    margin-bottom: 4.375rem;
  }
}
.p-top-about__text {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-top-about__text {
    width: 100%;
  }
}
.p-top-about__title {
  margin-left: -3.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__title {
    margin-left: -4%;
  }
}
.p-top-about__band {
  display: flex;
  margin-bottom: 0.375rem;
  position: relative;
  margin-top: -0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__band {
    margin-top: -0.4375rem;
  }
}
.p-top-about__lead {
  background-color: #111111;
  color: #fff;
  font-family: "MOBO-Bold", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-size: 1.79375rem;
  padding: 0.1875rem 1.375rem;
  transform: skewX(-15deg);
}
@media screen and (max-width: 768px) {
  .p-top-about__lead {
    font-size: 1.1875rem;
  }
}
.p-top-about__lead-in {
  transform: skewX(13deg);
  display: inline-block;
}
.p-top-about__catch {
  font-family: "MOBO-Bold", sans-serif;
  font-size: 4.41875rem;
  line-height: 1.3;
  transform: skewX(-6deg);
  margin-bottom: 0.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-top-about__catch {
    font-size: 2.973125rem;
  }
}
.p-top-about__catch-sm {
  font-size: 0.7736916549em;
  letter-spacing: -0.05em;
}
.p-top-about__service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4375rem;
  margin-bottom: 3.3125rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__service-list {
    margin-bottom: 9.375rem;
  }
}
.p-top-about__service-item {
  border: 1px solid currentColor;
  font-weight: 700;
  font-size: 1.44375rem;
  line-height: 1.4;
  padding: 0.4375rem 1.25rem;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__service-item {
    font-size: 0.969375rem;
    padding: 0.3125rem 0.9375rem;
  }
}
.p-top-about__link-list {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__link-list {
    margin-right: 1.25rem;
  }
}
.p-top-about__image {
  position: absolute;
  right: -3.125rem;
  top: 0;
  width: 34.125rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__image {
    width: 15.625rem;
    right: auto;
    left: -5%;
    top: auto;
    bottom: 3.4375rem;
  }
}
.p-top-about__message {
  font-size: 2.125rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-about__message {
    font-size: 1.009375rem;
  }
}
.p-top-about__message-line01 {
  display: flex;
  align-items: flex-end;
}

.c-ruby {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.c-ruby__rt {
  font-size: 0.45em;
  letter-spacing: 0.1em;
  line-height: 0.87;
}
.p-top-works {
  padding: 0.9375rem 0 5rem;
  background-color: #EBEBEB;
}
.p-top-works__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-works__title {
    font-size: 4.125rem;
  }
}
.p-top-works__heading-image {
  width: 32.875rem;
  margin: -2.1875rem auto 1.875rem;
  max-width: 95%;
}
@media screen and (max-width: 768px) {
  .p-top-works__heading-image {
    margin: -1.5625rem auto 0.9375rem;
  }
}
.p-top-works__slider--top {
  margin-bottom: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .p-top-works__slider--top {
    margin-bottom: 0.625rem;
  }
}
.p-top-works__slider--top .p-top-works__slide {
  width: 14.875rem;
}
@media screen and (max-width: 768px) {
  .p-top-works__slider--top .p-top-works__slide {
    width: 5.5625rem;
  }
}
.p-top-works__slider--bottom .p-top-works__slide {
  width: 25.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-works__slider--bottom .p-top-works__slide {
    width: 8.4375rem;
  }
}
.p-top-works__slide {
  width: 13.75rem;
  margin-inline: 0.78125rem;
}
@media screen and (max-width: 768px) {
  .p-top-works__slide {
    margin-inline: 0.3125rem;
  }
}
.p-top-works__link {
  text-align: right;
  margin-top: 2.875rem;
}
.p-top-works__contact {
  margin: 0.625rem auto 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1490196078);
}
@media screen and (max-width: 768px) {
  .p-top-works__contact {
    margin-top: 1.375rem;
  }
}

.p-top-promise {
  padding: 0.9375rem 0 5.9375rem;
}
.p-top-promise__title {
  text-align: center;
  font-size: 4.8125rem;
}
@media screen and (max-width: 768px) {
  .p-top-promise__title {
    font-size: 2.25rem;
  }
}
.p-top-promise__lead {
  position: relative;
  margin: -1.5625rem 0 3.125rem;
  display: flex;
  align-items: center;
  flex-flow: column;
  font-family: "MOBO-Bold", sans-serif;
  transform: skewX(-5deg);
}
@media screen and (max-width: 768px) {
  .p-top-promise__lead {
    margin: -0.9375rem 0 1.875rem;
  }
}
.p-top-promise__lead-row {
  display: flex;
  align-items: flex-end;
  font-size: 2.79375rem;
}
@media screen and (max-width: 768px) {
  .p-top-promise__lead-row {
    font-size: 1.4375rem;
  }
}
.p-top-promise__lead-btm {
  font-size: 3.73125rem;
}
@media screen and (max-width: 768px) {
  .p-top-promise__lead-btm {
    font-size: 2.375rem;
    text-align: center;
    line-height: 1.3;
  }
}
.p-top-promise__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-promise__list {
    flex-flow: column;
    gap: 2.375rem;
  }
}
.p-top-promise__item {
  width: 30.5%;
  background-color: #fff;
  padding: 2.125rem 1.5625rem 1.8125rem;
  border-radius: 1.875rem;
  box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.2509803922);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-promise__item {
    width: 100%;
  }
}
.p-top-promise__num {
  font-family: "Zen Old Mincho", serif;
  color: #D1D1D1;
  font-size: 5.5625rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: -2.1875rem;
  left: -1.6875rem;
}
@media screen and (max-width: 768px) {
  .p-top-promise__num {
    left: -1.25rem;
    top: -1.5625rem;
    font-size: 4.5625rem;
  }
}
.p-top-promise__item-title {
  font-weight: 900;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.5em;
  font-size: 1.8125rem;
  letter-spacing: 0.07em;
  width: 100%;
  line-height: 1.4;
  margin-bottom: 1.6875rem;
}
.p-top-promise__thumb {
  margin-bottom: 1.3125rem;
}
.p-top-promise__desc {
  font-size: 0.875rem;
}
.p-top-promise__link {
  margin-top: 3.625rem;
  text-align: right;
}

.p-top-interview {
  background: linear-gradient(118.68deg, #000000 5.15%, #5C4D49 40.96%, #000000 94.45%);
  padding: 1.875rem 0 12.375rem;
}
@media screen and (max-width: 768px) {
  .p-top-interview {
    background: linear-gradient(115.14deg, #000000 1.24%, #5C4D49 38.54%, #000000 94.27%);
    padding: 2.375rem 0 3.375rem;
  }
}
.p-top-interview__title {
  color: rgba(10, 9, 6, 0.1411764706);
  text-align: center;
  font-size: 5.6875rem;
}
@media screen and (max-width: 768px) {
  .p-top-interview__title {
    font-size: 2.6075rem;
  }
}
.p-top-interview__lead {
  color: #fff;
  font-size: 2.9375rem;
  font-family: "MOBO-Bold", sans-serif;
  text-align: center;
  margin: -1.6875rem 0 0.625rem;
  transform: skewX(-10deg);
}
@media screen and (max-width: 768px) {
  .p-top-interview__lead {
    font-size: 2.23125rem;
    line-height: 1.2;
  }
}
.p-top-interview__desc {
  color: #fff;
  text-align: center;
  font-size: 1.4375rem;
  margin-bottom: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-top-interview__desc {
    font-size: 1.1875rem;
  }
}
.p-top-interview__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-interview__list {
    flex-flow: column;
    gap: 1.875rem;
  }
}
.p-top-interview__item {
  background: rgba(217, 217, 217, 0.1019607843);
  border-radius: 0.625rem;
  padding: 1.75rem 2rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-top-interview__item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-interview__item {
    padding: 1.25rem;
  }
}
.p-top-interview__thumb {
  margin-bottom: 0.75rem;
}
.p-top-interview__movie {
  aspect-ratio: 538/303;
  margin-bottom: 0.75rem;
}
.p-top-interview__movie iframe {
  width: 100%;
  height: 100%;
}
.p-top-interview__item-title {
  font-size: 1.6875rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-top-interview__item-title {
    font-size: 1.375rem;
  }
}
.p-top-interview__company {
  display: flex;
  margin-bottom: 0.9375rem;
}
.p-top-interview__company-name {
  background-color: #fff;
  color: #111111;
  border-radius: 0.3125rem;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.1875rem 0.625rem;
}
.p-top-interview__service {
  border: 1px solid #fff;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 0.6875rem 1.125rem;
  border-radius: 0.1875rem;
}
.p-top-interview__service-term {
  border-bottom: 1px solid #fff;
  font-size: 1.0625rem;
  margin-bottom: 0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-top-interview__service-term {
    font-size: 0.875rem;
  }
}
.p-top-interview__service-desc {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-top-interview__service-desc {
    font-size: 0.6875rem;
  }
}

.p-top-contact {
  padding: 4.1875rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-contact {
    padding: 3.25rem 0;
  }
}
.p-top-contact__link {
  display: block;
  border-radius: 0.625rem;
  overflow: hidden;
  padding-inline: 7.0625rem;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 768px) {
  .p-top-contact__link {
    padding-inline: 2.5625rem;
  }
}
.p-top-contact__inner {
  height: 22.9375rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top-contact__inner {
    height: 13.0625rem;
  }
}
.p-top-contact__title {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top-contact__title {
    font-size: 2.3125rem;
  }
}
.p-top-contact__lead {
  font-size: 1.4375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-contact__lead {
    font-size: 1rem;
  }
}

.p-pages-hero {
  position: relative;
}
.p-pages-hero__inner {
  height: 24.875rem;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  justify-content: flex-start;
  padding: 5.125rem 0;
}
.p-pages-hero__ttl {
  font-family: "MOBO-Bold", sans-serif;
  font-size: 4.118125rem;
  color: #fff;
  line-height: 1.1;
  transform: skewX(-8deg);
}
.p-pages-hero__ttl::after {
  content: attr(data-sub);
  display: block;
  font-size: 1.618125rem;
}

.p-about-value {
  padding: 3.375rem 0 7.5625rem;
}
@media screen and (max-width: 768px) {
  .p-about-value {
    padding: 1.25rem 0 5.3125rem;
  }
}
.p-about-value__mv-list {
  margin-bottom: 6.25rem;
}
.p-about-value__mv-item {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  padding: 1.625rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-value__mv-item {
    flex-flow: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.p-about-value__mv-item:not(:last-of-type) {
  border-bottom: 1px solid #A8A8A8;
}
.p-about-value__mv-title {
  flex: 0 0 30%;
  font-size: 2.1875rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-about-value__mv-title {
    flex-basis: auto;
  }
}
.p-about-value__mv-title::after {
  content: attr(data-sub);
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
}
.p-about-value__mv-body {
  flex: 1 1 auto;
}
@media screen and (min-width: 769px) {
  .p-about-value__mv-body {
    padding-right: 9.0625rem;
  }
}
.p-about-value__mv-heading {
  font-size: 1.75rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-about-value__mv-heading {
    font-size: 1.625rem;
  }
}
.p-about-value__mv-text {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-about-value__mv-text {
    font-size: 0.875rem;
  }
}
.p-about-value__detail-head {
  margin-bottom: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .p-about-value__detail-head {
    margin-bottom: 1.125rem;
  }
}
.p-about-value__detail-title {
  font-size: 4.8575rem;
}
@media screen and (max-width: 768px) {
  .p-about-value__detail-title {
    font-size: 3.7325rem;
  }
}
.p-about-value__detail-lead {
  font-size: 3.23125rem;
  margin-top: -2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-about-value__detail-lead {
    font-size: 2.23125rem;
    line-height: 0.9;
    margin-top: -1.375rem;
  }
}
.p-about-value__detail-lead .lg {
  font-size: 1.3481624758em;
}
.p-about-value__list {
  width: 56.75rem;
  max-width: 100%;
  margin-inline: auto;
}
.p-about-value__item {
  background: #EBEBEB;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0);
  height: 10.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-about-value__item {
    height: auto;
    padding: 1.1875rem 1.375rem 1.9375rem;
  }
}
.p-about-value__item:not(:last-of-type) {
  margin-bottom: 1.125rem;
}
.p-about-value__item-title {
  font-size: 1.5625rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-about-value__item-title {
    font-size: 1.4375rem;
  }
}
.p-about-value__item-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-value__item-text {
    font-size: 0.875rem;
  }
}

.p-about-details {
  background: linear-gradient(118.68deg, #000000 5.15%, #5C4D49 40.96%, #000000 94.45%);
  padding: 1.75rem 0 5.8125rem;
}
@media screen and (max-width: 768px) {
  .p-about-details {
    background: linear-gradient(86.68deg, #000000 5.15%, #5C4D49 40.96%, #000000 94.45%);
  }
}
.p-about-details__head {
  margin-bottom: 2rem;
}
.p-about-details__title {
  color: rgba(10, 9, 6, 0.1411764706);
}
.p-about-details__lead {
  color: #fff;
}
.p-about-details__image {
  display: block;
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 769px) {
  .p-about-details__image {
    width: 90%;
    margin-inline: auto;
  }
}
.p-about-details__body {
  display: flex;
  justify-content: center;
}
.p-about-details__list {
  border: 1px solid #fff;
  border-radius: 1.25rem;
  padding: 2.3125rem 1.5625rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-about-details__list {
    padding: 1.5625rem 1.75rem;
  }
}
.p-about-details__item {
  padding-left: 1.625rem;
  font-size: 1.31125rem;
  letter-spacing: 0.08em;
  background: url(../images/icon/icon_check.svg) no-repeat 0 50%;
  background-size: 1.125rem auto;
}
@media screen and (max-width: 768px) {
  .p-about-details__item {
    font-size: 1rem;
    background-position-y: 0.3125rem;
  }
}
.p-about-details__item:not(:last-of-type) {
  margin-bottom: 0.4375rem;
}

.p-about-company {
  padding: 2.75rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-about-company {
    padding: 2.75rem 0 2.375rem;
  }
}
.p-about-company__head {
  margin-bottom: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .p-about-company__head {
    margin-bottom: 1.5625rem;
  }
}
.p-about-company__body {
  width: 44.875rem;
  max-width: 100%;
  margin: auto;
}
.p-about-company__row {
  display: flex;
  align-items: center;
  padding: 1.8125rem 0;
}
@media screen and (max-width: 768px) {
  .p-about-company__row {
    padding: 2rem 0.8125rem;
    padding-right: 0.3125rem;
  }
}
.p-about-company__row:not(:last-of-type) {
  border-bottom: 1px solid #A8A8A8;
}
.p-about-company__term {
  flex: 0 0 50%;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .p-about-company__term {
    padding-left: 6.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about-company__term {
    flex-basis: 30%;
    font-size: 0.9375rem;
  }
}
.p-about-company__desc {
  flex: 1 1 auto;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .p-about-company__desc {
    font-size: 0.8125rem;
  }
}

.p-works {
  padding: 5.5rem 0 6.125rem;
}
@media screen and (max-width: 768px) {
  .p-works {
    padding: 3.375rem 0 3.3125rem;
  }
}

.p-works-tab {
  margin-bottom: 6.0625rem;
}
@media screen and (min-width: 769px) {
  .p-works-tab {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
  }
  .p-works-tab::after {
    content: "";
    height: 0.3125rem;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #A6A6A6;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-works-tab {
    width: 100%;
    margin-bottom: 2.75rem;
  }
}
@media screen and (min-width: 769px) {
  .p-works-tab__group {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .p-works-tab__group {
    display: block;
    position: relative;
    width: 100%;
  }
  .p-works-tab__group::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #A6A6A6;
    bottom: 0;
  }
  .p-works-tab__group:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px) {
  .p-works-tab__list {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .p-works-tab__list {
    display: flex;
    justify-content: center;
    gap: 0.3125rem;
    position: relative;
  }
}
.p-works-tab__item {
  flex: 0 0 24%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-works-tab__item {
    flex-basis: 44%;
  }
}
.p-works-tab__item.is-active .p-works-tab__link {
  background: linear-gradient(118.68deg, #000000 5.15%, #5C4D49 40.96%, #000000 94.45%);
}
.p-works-tab__title {
  font-size: 1.4375rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-works-tab__title {
    font-size: 0.8125rem;
  }
}
.p-works-tab__link {
  display: block;
  background-color: #A6A6A6;
  padding: 0.6875rem 0;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-works-tab__link {
    padding: 0.375rem 0;
    border-radius: 0.6875rem 0.6875rem 0 0;
  }
}

.p-works-sns-records__list {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  row-gap: 4.125rem;
}
@media screen and (min-width: 769px) {
  .p-works-sns-records__list {
    padding-inline: 6.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-works-sns-records__list {
    grid-row: 2.625rem;
    grid-template-columns: 1fr;
  }
}
.p-works-sns-records__item {
  position: relative;
}
.p-works-sns-records__balloon {
  position: absolute;
  width: 6.75rem;
  top: -3.3125rem;
  right: -2.375rem;
  animation: balloon-float 2s ease-in-out infinite;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .p-works-sns-records__balloon {
    width: 4.75rem;
    top: -2rem;
    right: -1.125rem;
  }
}

.p-works-hp-records__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.875rem 1.5625rem;
  margin-bottom: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-works-hp-records__list {
    flex-flow: column;
    gap: 2.0625rem 0;
  }
}
.p-works-hp-records__item {
  flex: 0 0 31%;
}
.p-works-hp-records__caption {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0.5625rem;
}

.p-works-flow {
  margin-top: 4.375rem;
}
.p-works-flow__head {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-works-flow__head {
    margin-bottom: 2.9375rem;
  }
}
.p-works-flow__title {
  font-size: 4.8125rem;
}
@media screen and (max-width: 768px) {
  .p-works-flow__lead {
    font-size: 3.23125rem;
  }
}
.p-works-flow__list {
  width: 55.875rem;
  max-width: 100%;
  margin: auto;
}
.p-works-flow__item {
  background: #EBEBEB;
  border-radius: 0.625rem;
  position: relative;
  display: flex;
  align-items: center;
  height: 14.375rem;
  padding: 1.5625rem 3.125rem;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-works-flow__item {
    flex-flow: column;
    gap: 1.0625rem;
    padding: 2.8125rem 1.375rem 1.6875rem;
    height: auto;
    align-items: flex-start;
  }
}
.p-works-flow__item:not(:last-of-type) {
  margin-bottom: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .p-works-flow__item:not(:last-of-type) {
    margin-bottom: 3.9375rem;
  }
}
.p-works-flow__item:not(:last-of-type)::after {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #A8A8A8 transparent transparent transparent;
  border-width: 1.0625rem 1.0625rem 0 1.0625rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-works-flow__item:not(:last-of-type)::after {
    bottom: -2.6875rem;
  }
}
.p-works-flow__content {
  flex: 1 1 auto;
  letter-spacing: 0.1em;
}
.p-works-flow__step {
  font-size: 3.25rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  font-weight: bold;
  position: absolute;
  top: -1.5625rem;
  line-height: 1;
  left: 1.0625rem;
  letter-spacing: 0;
  color: #D1D1D1;
}
@media screen and (max-width: 768px) {
  .p-works-flow__step {
    font-size: 2.75rem;
    top: -0.9375rem;
  }
}
.p-works-flow__heading {
  font-size: 1.5625rem;
  margin-bottom: 0.5625rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-works-flow__heading {
    font-size: 1.375rem;
    text-align: center;
  }
}
.p-works-flow__text {
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-works-flow__text {
    margin-bottom: 0.875rem;
    font-size: 0.875rem;
  }
}
.p-works-flow__note {
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-size: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .p-works-flow__note {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .p-works-flow__note {
    font-size: 0.875rem;
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
  }
}
.p-works-flow__note-title {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-works-flow__note-text {
    margin-left: 1.4em;
  }
}
.p-works-flow__image {
  flex: 0 0 10.0625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.0784313725);
}
@media screen and (max-width: 768px) {
  .p-works-flow__image {
    flex-basis: auto;
    width: 15rem;
    margin-inline: auto;
  }
}

.p-contact {
  padding-block: 2.125rem 6.125rem;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-block: 2.5rem 3.1875rem;
  }
}
.p-contact__head {
  margin-bottom: 2.625rem;
}
.p-contact__head .c-section-head__title {
  font-size: 4.8575rem;
}
@media screen and (max-width: 768px) {
  .p-contact__head .c-section-head__title {
    font-size: 3.295rem;
  }
}
.p-contact__head .c-section-head__lead {
  margin-top: -0.8125rem;
}
.p-contact__form {
  width: 31.9375rem;
  max-width: 100%;
  margin-inline: auto;
}
.p-contact__list:not(:last-of-type) {
  margin-bottom: 1.125rem;
}
.p-contact__term {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  gap: 0.1875rem;
  margin-bottom: 0.5625rem;
}
.p-contact__label {
  font-size: 1.125rem;
  line-height: 1;
}
.p-contact__required {
  background: #111111;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.0625rem 0.28125rem;
  border-radius: 0.1875rem;
}
.p-contact__required.--any {
  background-color: #A5A5A5;
}
.p-contact__submit {
  display: block;
  background-color: #111;
  color: #fff;
  font-size: 1.5625rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-radius: 5.625rem;
  line-height: 1.4;
  text-align: center;
  padding: 0.6875rem 2.25rem;
  width: 16.6875rem;
  margin-inline: auto;
}
.p-contact__submit[disabled] {
  background-color: #666;
}
.p-contact .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.p-contact .wpcf7-checkbox .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.p-contact .wpcf7-checkbox .wpcf7-list-item label {
  display: block;
}
.p-contact .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  background-color: #fff;
  margin-left: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.625rem;
  border: 1px solid #c1c1c1;
  padding-left: 3.5625rem;
  position: relative;
  display: block;
}
.p-contact .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  border: 1px solid #111;
  border-radius: 0.1875rem;
  background-color: #fff;
  width: 1.9375rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.p-contact .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-right: 0.1875rem solid #fff;
  border-bottom: 0.1875rem solid #fff;
  width: 0.625rem;
  height: 0.9375rem;
  bottom: 1.25rem;
  left: 1.625rem;
  rotate: 30deg;
  opacity: 0;
}
.p-contact .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #111111;
}
.p-contact .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact .wpcf7-acceptance {
  margin-block: 1.875rem 2.4375rem;
  display: block;
}
.p-contact .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  justify-content: center;
}
.p-contact .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  font-weight: 700;
}
.p-contact .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  border: 1px solid #111;
  border-radius: 0.1875rem;
  background-color: transparent;
  width: 1.4375rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-contact .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-right: 0.1875rem solid #fff;
  border-bottom: 0.1875rem solid #fff;
  width: 0.5rem;
  height: 0.8125rem;
  bottom: 0.375rem;
  left: 0.4375rem;
  rotate: 30deg;
  opacity: 0;
}
.p-contact .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  display: inline-block;
  border-bottom: 1px solid currentColor;
}
.p-contact .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #111111;
}
.p-contact .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-contact-thanks {
  text-align: center;
  letter-spacing: 0.1em;
  padding-block: 9.4375rem;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks {
    padding-block: 3.875rem;
  }
}
.p-contact-thanks__title {
  font-size: 2.0625rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__title {
    font-size: 1.5rem;
  }
}
.p-contact-thanks__text {
  font-size: 1.125625rem;
  line-height: 1.4;
  margin-bottom: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__text {
    font-size: 0.9375rem;
  }
}
.p-contact-thanks__note {
  font-size: 0.825rem;
  margin-bottom: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks__note {
    margin-bottom: 3.625rem;
  }
}
.p-contact-thanks__cta {
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.p-contact-thanks__cta-text {
  position: absolute;
  inset: auto 0;
  background-color: #fff;
  border: 2px solid #111;
  border-radius: 5.625rem;
  font-size: 1.125rem;
  top: -1.1875rem;
  z-index: 2;
  padding: 0.3125rem 2.5rem;
  width: fit-content;
  margin: auto;
  animation: balloon-float 2s ease-in-out infinite;
}
.p-contact-thanks__cta-link {
  display: block;
  background-color: #111;
  color: #fff;
  position: relative;
  width: 23.6875rem;
  max-width: 100%;
  margin: auto;
  font-size: 1.5625rem;
  border-radius: 0.625rem;
  padding: 1.75rem 1.25rem;
  padding-right: 2.5rem;
}
.p-contact-thanks__cta-link::after {
  content: "";
  top: 50%;
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
  right: 2.4375rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.p-privacy-policy {
  padding-block: 4.125rem 6rem;
  background-color: #EBEBEB;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy {
    padding-block: 2.4375rem 4.25rem;
  }
}
@media screen and (min-width: 769px) {
  .p-privacy-policy__inner {
    width: 65rem;
  }
}
.p-privacy-policy__title {
  font-size: 1.5625rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
.p-privacy-policy__lead {
  margin-bottom: 2.6875rem;
}
.p-privacy-policy__section {
  letter-spacing: 0.1em;
}
.p-privacy-policy__section:not(:last-of-type) {
  margin-bottom: 2.6875rem;
}
.p-privacy-policy__heading {
  font-size: 1.375rem;
  margin-bottom: 0.4375rem;
}
.p-privacy-policy__childs {
  margin-left: 1em;
}

.p-specified {
  background-color: #EBEBEB;
  padding-block: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-specified {
    padding-block: 3.125rem;
  }
}
.p-specified__title {
  text-align: center;
  font-size: 1.5625rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-specified__body {
    width: 65rem;
    margin-inline: auto;
  }
}
.p-specified__list:not(:last-of-type) {
  margin-bottom: 1.5625rem;
}
.p-single-main {
  background-color: #f2f2f2;
  padding-block: 9.375rem;
  margin-top: -1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-single-main {
    padding-block: 6.25rem 7.5rem;
  }
}
.p-single-main__head {
  background-color: #fff;
  padding: 1.75rem 1.5625rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.0625rem rgba(0, 0, 0, 0.16);
}
.p-single-main__title {
  font-size: 1.5625rem;
  font-weight: 500;
}
.p-single-main__date {
  margin-block: 0.9375rem;
}
.p-single-main__content {
  position: relative;
}
.p-single-main__content::before {
  content: "";
  width: 22.625rem;
  height: calc(100% - 1.25rem);
  border-radius: 0.3125rem;
  background: #FF0000;
  background: linear-gradient(180deg, rgb(255, 0, 0) 0%, rgb(118, 0, 17) 100%);
  position: absolute;
  right: -4.0625rem;
  bottom: -3.1875rem;
}
@media screen and (max-width: 768px) {
  .p-single-main__content::before {
    right: -5%;
    bottom: -1.75rem;
  }
}
.p-single-main__content-inside {
  position: relative;
  background-color: #fff;
  padding: 1.5625rem;
  border-radius: 0.3125rem;
  box-shadow: 0 0.1875rem 0.0625rem rgba(0, 0, 0, 0.16);
}
.p-single-main__button {
  width: 18.5rem;
  margin: 9.4375rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-single-main__button {
    margin-top: 6.875rem;
  }
}

/* 
エディターの中のスタイル
-----------------*/
.cms-content,
.mce-content-body {
  font-weight: 500;
}
.cms-content img,
.mce-content-body img {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.7rem;
  display: block;
  float: none;
}
.cms-content img.aligncenter,
.mce-content-body img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.cms-content img.alignleft,
.mce-content-body img.alignleft {
  margin-right: auto;
}
.cms-content img.alignright,
.mce-content-body img.alignright {
  margin-left: auto;
}
.cms-content h1,
.cms-content h2,
.cms-content h3,
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3 {
  margin-bottom: 0.625rem;
  line-height: 1.25;
}
.cms-content h1,
.mce-content-body h1 {
  font-size: 1.875rem;
}
.cms-content h2,
.mce-content-body h2 {
  font-size: 1.5625rem;
}
.cms-content h3,
.mce-content-body h3 {
  font-size: 1.4375rem;
}
.cms-content h4,
.cms-content h5,
.cms-content h6,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
  line-height: 1.22;
  margin-bottom: 0.625rem;
}
.cms-content h4,
.mce-content-body h4 {
  font-size: 1.3125rem;
}
.cms-content h5,
.mce-content-body h5 {
  font-size: 1.3125rem;
}
.cms-content h6,
.mce-content-body h6 {
  font-size: 1.3125rem;
}
.cms-content p,
.mce-content-body p {
  line-height: 1.5;
  margin-bottom: 1.125rem;
}
.cms-content ul,
.cms-content ol,
.mce-content-body ul,
.mce-content-body ol {
  margin-bottom: 2rem;
  line-height: 2;
}
.cms-content ul li,
.cms-content ol li,
.mce-content-body ul li,
.mce-content-body ol li {
  list-style-position: inside;
}
.cms-content ul li,
.mce-content-body ul li {
  list-style-type: disc;
}
.cms-content ol li,
.mce-content-body ol li {
  list-style-type: decimal;
}
.cms-content blockquote,
.mce-content-body blockquote {
  background-color: #f8f8f8;
  padding: 1.3rem;
  font-size: 0.9rem;
  margin-bottom: 1.7rem;
}
.cms-content blockquote p,
.mce-content-body blockquote p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.cms-content a,
.mce-content-body a {
  text-decoration: underline;
  color: #1973E5;
  word-break: break-all;
}

/* Utility */
.u-sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-bold {
  font-weight: bold;
}

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

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

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

.u-v-hidden-i {
  visibility: hidden !important;
}

.u-all-hidden {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .u-sp-link {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-link {
    border-bottom: 1px solid #111111;
    padding-bottom: 0.0625rem;
  }
}

.u-bg-cover {
  position: relative;
}
.u-bg-cover__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.u-bg-cover__bg.--pos-top {
  object-position: 50% 0;
}
.u-bg-cover__bg.--pos-right-top {
  object-position: 100% 0;
}
.u-bg-cover__bg.--pos-left-top {
  object-position: 0 0;
}
.u-bg-cover__bg.--pos-bottom {
  object-position: 50% 100%;
}
.u-bg-cover__inner {
  position: relative;
}

.u-flex-sb {
  display: flex;
  justify-content: space-between;
}
.u-flex-sb.--wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .u-flex-sb.--spRow {
    display: block;
  }
}

.u-mt0-i {
  margin-top: 0 !important;
}

.u-mb0-i {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-sp-mb0 {
    margin-bottom: 0 !important;
  }
}

.u-mb-1rem {
  margin-bottom: 1rem;
}

.u-mb-2rem {
  margin-bottom: 2rem;
}

.u-mb-28 {
  margin-bottom: 1.75rem;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-marker {
  background: linear-gradient(transparent 51%, rgba(230, 34, 0, 0.31) 0%);
}

.u-text-center {
  text-align: center;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-sm {
  font-size: 0.875em;
}

.u-mb0-i {
  margin-bottom: 0 !important;
}

.u-text-over-cricle {
  position: relative;
}
.u-text-over-cricle::after {
  content: "";
  width: 0.6875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F797C1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.8125rem;
}
@media screen and (max-width: 768px) {
  .u-text-over-cricle::after {
    width: 0.4375rem;
    top: -0.5rem;
  }
}

.u-no-link {
  pointer-events: none;
}

.u-c-red {
  color: #9E0100;
}

.u-c-link {
  color: #1973E5;
  text-decoration: underline;
}

.u-border-bottom {
  border-bottom: 1px solid #D1D3D5;
}/*# sourceMappingURL=style.css.map */