@charset "UTF-8";
/* A Modern CSS Reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox; }

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default; }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */ }

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

html, body {
  background-color: #F7EBDD; }

.l-header {
  width: 100%;
  position: fixed;
  z-index: 20; }
  .l-header .c-header {
    position: relative;
    padding: 20px 20px 20px 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .l-header .c-header {
        padding: 20px; } }
    .l-header .c-header.is-active {
      background-color: #fff;
      -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
              filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
    .l-header .c-header__logo {
      width: 120px; }
      @media screen and (max-width: 768px) {
        .l-header .c-header__logo {
          width: 100px; } }
      @media screen and (max-width: 768px) {
        .l-header .c-header__logo {
          width: 100px; } }
    .l-header .c-header__menu {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px; }
    @media screen and (max-width: 1130px) {
      .l-header .c-header-cta {
        display: none; } }
    .l-header .c-header-cta a {
      color: #fff;
      line-height: 1.0;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 0.02em;
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: transparent;
      padding: 12px 32px;
      border: solid 1px #fff;
      position: relative; }
      .l-header .c-header-cta a:hover {
        opacity: .6; }
      .l-header .c-header-cta a.is-active {
        color: #8A4940;
        border: solid 1px #8A4940; }

.p-top + .l-footer .p-top-contact {
  background-color: #fff; }

.l-footer .p-top-contact {
  background-color: none; }
  .l-footer .p-top-contact__wrapper {
    height: 540px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    position: relative;
    background-image: url(../images/common/contact_bg.webp);
    background-repeat: repeat;
    background-size: contain;
    overflow: hidden;
    padding-top: 100px 0px 80px;
    border-radius: 40px 40px 0px 0px; }
    @media screen and (max-width: 768px) {
      .l-footer .p-top-contact__wrapper {
        padding-top: 60px 20px 40px; } }
    @media screen and (max-width: 768px) {
      .l-footer .p-top-contact__wrapper {
        height: 460px; } }
  .l-footer .p-top-contact__inner {
    text-align: center;
    position: relative;
    z-index: 2; }
  .l-footer .p-top-contact__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px; }
  .l-footer .p-top-contact__tel {
    text-align: center; }
    .l-footer .p-top-contact__tel .p-top-contact__heading a {
      font: 500 28px YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      letter-spacing: 0.03em;
      color: #fff;
      padding-left: 32px;
      position: relative; }
      .l-footer .p-top-contact__tel .p-top-contact__heading a::after {
        content: "";
        background-image: url(../images/common/tel_white.svg);
        width: 22px;
        height: 22px;
        position: absolute;
        top: 52%;
        left: 0px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: opacity 0.1s;
        transition: opacity 0.1s; }
  .l-footer .p-top-contact__date {
    display: inline-block;
    font: bold 14px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.03em;
    color: #fff; }

.c-footer {
  background-image: url(../images/common/footer_bg.webp);
  background-repeat: repeat;
  background-size: contain;
  padding: 80px 8% 10px; }
  @media screen and (max-width: 900px) {
    .c-footer {
      display: block; } }
  .c-footer__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .c-footer__companyinfo {
      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;
      width: 100%; } }
  @media screen and (max-width: 470px) {
    .c-footer__companyinfo {
      -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; } }
  .c-footer__companyinfo .c-footer-logo {
    width: 100px; }
  .c-footer__companyinfo .c-address {
    margin-top: 20px; }
    .c-footer__companyinfo .c-address__item {
      font-size: 14px;
      color: #fff; }
      .c-footer__companyinfo .c-address__item + .c-address__item {
        margin-top: 4px; }
  .c-footer__companyinfo .c-banner {
    max-width: 240px;
    margin-top: 30px; }
    @media screen and (max-width: 1200px) {
      .c-footer__companyinfo .c-banner {
        max-width: 180px; } }
    @media screen and (max-width: 768px) {
      .c-footer__companyinfo .c-banner {
        margin-top: 0px; } }
    @media screen and (max-width: 470px) {
      .c-footer__companyinfo .c-banner {
        margin-top: 30px; } }
    .c-footer__companyinfo .c-banner__item:hover {
      opacity: .6; }
    .c-footer__companyinfo .c-banner__item + .c-banner__item {
      margin-top: 20px; }
    .c-footer__companyinfo .c-banner__item img {
      border-radius: 0px; }
    .c-footer__companyinfo .c-banner .c-banner__item__image {
      max-width: 240px;
      width: 100%;
      height: auto;
      background-color: transparent; }
      .c-footer__companyinfo .c-banner .c-banner__item__image:hover {
        opacity: .6; }
    .c-footer__companyinfo .c-banner .c-banner__item__heading {
      width: 100%;
      max-width: 240px;
      font-size: 12px;
      color: #fff;
      display: inline-block;
      margin-top: 8px;
      position: relative; }
      .c-footer__companyinfo .c-banner .c-banner__item__heading::after {
        content: "";
        width: 12px;
        height: 12px;
        background-image: url(../images/common/bnr_link_white.svg);
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .c-footer-menu {
    gap: 50px; }
    @media screen and (max-width: 1280px) {
      .c-footer-menu {
        gap: 40px; } }
    @media screen and (max-width: 990px) {
      .c-footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px; } }
    @media screen and (max-width: 768px) {
      .c-footer-menu {
        display: none !important; } }
    .c-footer-menu .c-footer-menu__item {
      color: #fff; }
      .c-footer-menu .c-footer-menu__item a {
        font-size: 14px;
        font-weight: 500;
        color: #fff; }
        .c-footer-menu .c-footer-menu__item a:hover {
          opacity: .6; }
      .c-footer-menu .c-footer-menu__item .c-dropdown__list {
        margin-top: 6px; }
      .c-footer-menu .c-footer-menu__item .c-dropdown__item {
        padding-left: 10px;
        position: relative; }
        .c-footer-menu .c-footer-menu__item .c-dropdown__item::before {
          content: "";
          background-color: #fff;
          width: 6px;
          height: 1px;
          position: absolute;
          top: 13px;
          left: 0px; }
        .c-footer-menu .c-footer-menu__item .c-dropdown__item a {
          font-size: 14px;
          font-weight: normal;
          color: #fff; }
          .c-footer-menu .c-footer-menu__item .c-dropdown__item a:hover {
            opacity: .6; }
      .c-footer-menu .c-footer-menu__item + .c-footer-menu__item {
        margin-top: 16px; }
  .c-footer__submenu {
    padding-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .c-footer__submenu {
        display: none !important; } }
    .c-footer__submenu .c-submenu__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px; }
      @media screen and (max-width: 400px) {
        .c-footer__submenu .c-submenu__list {
          display: block; } }
    .c-footer__submenu .c-submenu__item a {
      font-size: 12px;
      font-weight: 500;
      color: #fff;
      -webkit-transition: opacity 0s ease;
      transition: opacity 0s ease; }
      .c-footer__submenu .c-submenu__item a:hover {
        opacity: .6; }

.c-copyright {
  padding: 20px;
  background-image: url(../images/common/copyright_bg.webp);
  background-repeat: repeat;
  background-size: contain;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  text-align: center; }
  .c-copyright p {
    font: normal 10px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    color: #fff; }

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.fade-up.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

:root {
  --c-menuoption: url(../images/common/header_service_arrow_white.svg); }

.l-header .c-menu {
  margin-right: 10px; }
  @media screen and (max-width: 1130px) {
    .l-header .c-menu {
      display: none; } }
  .l-header .c-menu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px; }
  .l-header .c-menu__item {
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #fff;
    font-weight: 500;
    position: relative;
    cursor: pointer; }
    .l-header .c-menu__item.is-active {
      color: #6D5D52; }
    .l-header .c-menu__item a {
      font-size: 14px;
      letter-spacing: 0.05em;
      color: #fff;
      font-weight: 500; }
      .l-header .c-menu__item a.is-active {
        color: #6D5D52; }
    .l-header .c-menu__item .c-footer-menu__hasoption {
      color: #fff;
      padding-right: 18px;
      position: relative; }
      .l-header .c-menu__item .c-footer-menu__hasoption::after {
        content: "";
        width: 14px;
        height: 10px;
        background-image: var(--c-menuoption);
        -webkit-transition: opacity 0s ease;
        transition: opacity 0s ease;
        position: absolute;
        top: 54%;
        right: 0px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .l-header .c-menu__item .c-footer-menu__hasoption:hover {
        opacity: .6; }
        .l-header .c-menu__item .c-footer-menu__hasoption:hover::after {
          opacity: .6; }
    .l-header .c-menu__item .c-dropdown {
      position: absolute;
      top: 20px;
      left: -49px; }
      .l-header .c-menu__item .c-dropdown__list {
        background-color: #fff;
        width: 218px;
        margin-top: 10px;
        padding: 20px;
        border-radius: 5px;
        -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
                filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
      .l-header .c-menu__item .c-dropdown__item a {
        display: inline-block;
        color: #6D5D52;
        padding-right: 13px;
        position: relative; }
        .l-header .c-menu__item .c-dropdown__item a:hover {
          opacity: .6; }
        .l-header .c-menu__item .c-dropdown__item a::after {
          content: "";
          width: 12px;
          height: 9px;
          background-image: url(../images/common/arrow_brown.svg);
          background-size: cover;
          position: absolute;
          top: 48%;
          right: -8px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .l-header .c-menu__item .c-dropdown__item + .c-dropdown__item {
        margin-top: 16px; }
    .l-header .c-menu__item a:hover {
      opacity: .6; }
  .l-header .c-menu #dropdownContent {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: opacity 0.4s cubic-bezier(0.53, 0.2, 0.25, 1);
    transition: opacity 0.4s cubic-bezier(0.53, 0.2, 0.25, 1); }
  .l-header .c-menu #dropdown:hover #dropdownContent {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
.l-header .c-hamburgermenu {
  cursor: pointer;
  z-index: 20; }
  .l-header .c-hamburgermenu__inner {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: solid 1px #fff;
    border-radius: 50%;
    position: relative; }
    .l-header .c-hamburgermenu__inner span {
      width: 15px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: opacity 0s ease;
      transition: opacity 0s ease; }
      .l-header .c-hamburgermenu__inner span:nth-of-type(1) {
        top: 13px; }
        .l-header .c-hamburgermenu__inner span:nth-of-type(1).is-open {
          top: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg); }
      .l-header .c-hamburgermenu__inner span:nth-of-type(2) {
        top: 50%; }
        .l-header .c-hamburgermenu__inner span:nth-of-type(2).is-open {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg); }
      .l-header .c-hamburgermenu__inner span:nth-of-type(3) {
        top: 26px; }
        .l-header .c-hamburgermenu__inner span:nth-of-type(3).is-open {
          top: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg); }
    .l-header .c-hamburgermenu__inner.is-active {
      border: solid 1px #6D5D52; }
      .l-header .c-hamburgermenu__inner.is-active span {
        background-color: #6D5D52; }
.l-header .c-hamburgermenu.is-open .c-hamburgermenu__inner {
  border: solid 1px #6D5D52; }
.l-header .c-hamburgermenu.is-open span {
  background-color: #6D5D52; }
  .l-header .c-hamburgermenu.is-open span:nth-of-type(1) {
    top: 25%;
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }
  .l-header .c-hamburgermenu.is-open span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }
  .l-header .c-hamburgermenu.is-open span:nth-of-type(3) {
    top: 75%;
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg); }
.l-header .c-openmenu {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 590px;
  top: 0px;
  left: 0;
  -webkit-transform: translateY(-603px);
          transform: translateY(-603px);
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  @media screen and (max-width: 1280px) {
    .l-header .c-openmenu {
      height: 746px; } }
  @media screen and (max-width: 950px) {
    .l-header .c-openmenu {
      height: 754px; } }
  @media screen and (max-width: 900px) {
    .l-header .c-openmenu {
      height: 100vh;
      height: 100dvh;
      position: fixed;
      bottom: 0; } }
  .l-header .c-openmenu.is-open {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    pointer-events: all; }
  .l-header .c-openmenu__wrapper {
    width: 100%; }
  .l-header .c-openmenu__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px 5.2%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1280px) {
      .l-header .c-openmenu__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: fixed;
        overflow-y: auto;
        inset: 0;
        margin-top: 85px; } }
  .l-header .c-openmenu__listwrapper {
    width: 100%;
    max-width: 920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px; }
    @media screen and (max-width: 900px) {
      .l-header .c-openmenu__listwrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (max-width: 540px) {
      .l-header .c-openmenu__listwrapper {
        gap: 26px; } }
  @media screen and (max-width: 900px) {
    .l-header .c-openmenu__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 30px; } }
  @media screen and (max-width: 540px) {
    .l-header .c-openmenu__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 26px; } }
  @media screen and (max-width: 900px) {
    .l-header .c-openmenu__list:nth-of-type(3) {
      gap: 20px 30px; } }
  @media screen and (max-width: 540px) {
    .l-header .c-openmenu__list:nth-of-type(3) {
      gap: 20px; } }
  .l-header .c-openmenu__item {
    margin-bottom: 2.25em; }
    @media screen and (max-width: 900px) {
      .l-header .c-openmenu__item {
        width: calc(50% - 15px);
        margin-bottom: 0px; } }
    @media screen and (max-width: 540px) {
      .l-header .c-openmenu__item {
        width: 100%; } }
    .l-header .c-openmenu__item:last-of-type {
      margin-bottom: 0; }
    .l-header .c-openmenu__item .c-menuoption__heading {
      display: inline-block;
      font: 500 30px/1 YakuHanJP, "Marcellus", sans-serif;
      letter-spacing: 0.03em;
      padding-right: 26px;
      position: relative; }
      @media screen and (max-width: 950px) {
        .l-header .c-openmenu__item .c-menuoption__heading {
          font-size: 24px;
          padding-right: 22px; } }
      .l-header .c-openmenu__item .c-menuoption__heading::after {
        content: "";
        width: 18px;
        height: 18px;
        background-image: url(../images/common/arrow_brown2.svg);
        background-size: cover;
        position: absolute;
        top: 5px;
        right: 0px; }
        @media screen and (max-width: 950px) {
          .l-header .c-openmenu__item .c-menuoption__heading::after {
            width: 16px;
            height: 16px;
            top: 3px; } }
    .l-header .c-openmenu__item .c-menuoption__subheading {
      margin-top: 4px; }
    .l-header .c-openmenu__item .c-menuoption:hover .c-menuoption__heading {
      opacity: .6; }
      .l-header .c-openmenu__item .c-menuoption:hover .c-menuoption__heading::after {
        opacity: .6; }
    .l-header .c-openmenu__item .c-menuoption:hover .c-menuoption__subheading {
      opacity: .6; }
    .l-header .c-openmenu__item.p-small {
      margin-bottom: 0px; }
      .l-header .c-openmenu__item.p-small a {
        line-height: 1; }
      .l-header .c-openmenu__item.p-small .c-menuoption__heading {
        font: 500 20px / 1 YakuHanJP, "Marcellus", sans-serif;
        letter-spacing: 0.03em;
        padding-right: 20px; }
        .l-header .c-openmenu__item.p-small .c-menuoption__heading::after {
          content: "";
          width: 14px;
          height: 14px;
          background-image: url(../images/common/arrow_brown2.svg);
          background-size: cover;
          position: absolute;
          top: 0px;
          right: 0px; }
        @media screen and (max-width: 950px) {
          .l-header .c-openmenu__item.p-small .c-menuoption__heading {
            font: 500 14px / 1 YakuHanJP, "Marcellus", sans-serif; } }
      .l-header .c-openmenu__item.p-small .c-menuoption__subheading {
        font: normal 12px / 2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
        margin-top: -2px; }
        @media screen and (max-width: 950px) {
          .l-header .c-openmenu__item.p-small .c-menuoption__subheading {
            font: normal 10px / 2 YakuHanJP, "Zen Kaku Gothic New", sans-serif; } }
      .l-header .c-openmenu__item.p-small + .c-openmenu__item.p-small {
        margin-top: 16px;
        margin-bottom: 0px; }
        @media screen and (max-width: 900px) {
          .l-header .c-openmenu__item.p-small + .c-openmenu__item.p-small {
            margin-top: 0px; } }
  .l-header .c-openmenu .c-dropdownMenu {
    margin-top: 10px; }
    .l-header .c-openmenu .c-dropdownMenu__item {
      padding-left: 10px;
      position: relative; }
      .l-header .c-openmenu .c-dropdownMenu__item::before {
        content: "";
        background-color: #6D5D52;
        width: 6px;
        height: 1px;
        position: absolute;
        top: 13px;
        left: 0px; }
    .l-header .c-openmenu .c-dropdownMenu__item a:hover {
      opacity: .6; }
    .l-header .c-openmenu .c-dropdownMenu__item + .c-dropdownMenu__item {
      margin-top: 4px; }
  .l-header .c-openmenu .c-openmenu__banner {
    margin-left: 40px; }
    @media screen and (max-width: 1280px) {
      .l-header .c-openmenu .c-openmenu__banner {
        margin-left: 0px;
        margin-top: 2.5em; } }
    .l-header .c-openmenu .c-openmenu__banner .c-openmenu__list {
      width: 240px; }
      @media screen and (max-width: 1280px) {
        .l-header .c-openmenu .c-openmenu__banner .c-openmenu__list {
          width: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 20px;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      @media screen and (max-width: 900px) {
        .l-header .c-openmenu .c-openmenu__banner .c-openmenu__list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .l-header .c-openmenu .c-openmenu__banner .c-openmenu__item {
      margin: 0px; }
      .l-header .c-openmenu .c-openmenu__banner .c-openmenu__item + .c-openmenu__item {
        margin: 20px 0 0 0; }
        @media screen and (max-width: 1280px) {
          .l-header .c-openmenu .c-openmenu__banner .c-openmenu__item + .c-openmenu__item {
            margin: 0 0 0 20px; } }
        @media screen and (max-width: 900px) {
          .l-header .c-openmenu .c-openmenu__banner .c-openmenu__item + .c-openmenu__item {
            margin: 0px; } }
      .l-header .c-openmenu .c-openmenu__banner .c-openmenu__item:hover {
        opacity: .6; }
      .l-header .c-openmenu .c-openmenu__banner .c-openmenu__item a {
        display: inline-block;
        max-width: 240px; }
      .l-header .c-openmenu .c-openmenu__banner .c-openmenu__item .c-openmenu__image {
        max-width: 240px;
        width: 100%;
        height: auto;
        background-color: transparent; }
        .l-header .c-openmenu .c-openmenu__banner .c-openmenu__item .c-openmenu__image:hover {
          opacity: .6; }
      .l-header .c-openmenu .c-openmenu__banner .c-openmenu__item .c-openmenu__heading {
        font-size: 12px;
        width: 100%;
        max-width: 240px;
        display: inline-block;
        margin-top: 8px;
        position: relative; }
        .l-header .c-openmenu .c-openmenu__banner .c-openmenu__item .c-openmenu__heading::after {
          content: "";
          width: 12px;
          height: 12px;
          background-image: url(../images/common/bnr_link.svg);
          background-size: cover;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }

/*
 COMPORNENT: c-btn
 <div class="c-btn"><a href="">ボタンリンク<img src="" alt=""></a></div>
 */
.c-cta a {
  color: #8A4940;
  line-height: 1.0;
  font-weight: 500;
  letter-spacing: 0.02em;
  background-color: transparent;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 72px 13px 52px;
  border: solid 1px #8A4940;
  position: relative;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease; }
  @media screen and (max-width: 768px) {
    .c-cta a {
      padding: 13px 52px 13px 32px; } }
  .c-cta a::after {
    content: "";
    background-image: url(../images/common/arrow_brown.svg);
    background-size: cover;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 46%;
    right: 13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0s ease;
    transition: opacity 0s ease; }
  .c-cta a:hover {
    opacity: 0.6; }
    .c-cta a:hover::after {
      opacity: 0.6; }

.c-cta-s {
  margin-top: 29px; }
  @media screen and (max-width: 768px) {
    .c-cta-s {
      margin-top: 24px; } }
  .c-cta-s a {
    color: #8A4940;
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0.02em;
    background-color: transparent;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 50px 10px 30px;
    border: solid 1px #8A4940;
    position: relative;
    -webkit-transition: opacity 0s ease;
    transition: opacity 0s ease; }
    @media screen and (max-width: 768px) {
      .c-cta-s a {
        padding: 10px 40px 10px 20px; } }
    .c-cta-s a::after {
      content: "";
      background-image: url(../images/common/arrow_brown.svg);
      background-size: cover;
      width: 20px;
      height: 18px;
      position: absolute;
      top: 50%;
      right: 13px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: opacity 0s ease;
      transition: opacity 0s ease; }
    .c-cta-s a:hover {
      opacity: 0.6; }
      .c-cta-s a:hover::after {
        opacity: 0.6; }

.c-cta-l a {
  color: #8A4940;
  font: 500 18px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  line-height: 1.0;
  font-weight: bold;
  background-color: #fff;
  width: 376px;
  padding: 16px 16px 16px 34px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease; }
  @media screen and (max-width: 768px) {
    .c-cta-l a {
      font-size: 16px;
      width: 276px; } }
  .c-cta-l a::before {
    content: "";
    background-image: url(../images/common/mail_brown.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 52%;
    left: 98px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0s ease;
    transition: opacity 0s ease; }
    @media screen and (max-width: 768px) {
      .c-cta-l a::before {
        left: 64px; } }
  .c-cta-l a::after {
    content: "";
    background-image: url(../images/common/arrow_brown.svg);
    width: 20px;
    height: 15px;
    position: absolute;
    top: 48%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0s ease;
    transition: opacity 0s ease; }
  .c-cta-l a:hover {
    opacity: .6; }
    .c-cta-l a:hover::before {
      opacity: .6; }
    .c-cta-l a:hover::after {
      opacity: .6; }

@media screen and (min-width: 769px) {
  .p-top-service .c-cta--top {
    margin-bottom: 10px;
    display: block; } }
@media screen and (max-width: 768px) {
  .p-top-service .c-cta--top {
    display: none; } }
@media screen and (min-width: 769px) {
  .p-top-service .c-cta--under {
    display: none; } }
@media screen and (max-width: 768px) {
  .p-top-service .c-cta--under {
    display: block;
    width: 100%;
    margin-top: 50px;
    text-align: center; } }

.p-top-case .c-cta {
  margin-top: 49px; }
  @media screen and (max-width: 768px) {
    .p-top-case .c-cta {
      margin-top: 32px; } }

.p-top-works .c-cta {
  margin-top: 52px; }
  @media screen and (max-width: 630px) {
    .p-top-works .c-cta {
      margin-top: 24px; } }
  .p-top-works .c-cta a {
    color: #fff;
    border: solid 1px #fff; }
    .p-top-works .c-cta a::after {
      background-image: url(../images/common/arrow_white.svg); }

.p-top-optimization .c-cta {
  margin-top: 49px; }
  @media screen and (max-width: 768px) {
    .p-top-optimization .c-cta {
      margin-top: 32px; } }

.p-top-flow .c-main-lead .c-cta, .p-top-voice .c-main-lead .c-cta {
  text-align: right;
  margin-top: 20px; }
  @media screen and (max-width: 1280px) {
    .p-top-flow .c-main-lead .c-cta, .p-top-voice .c-main-lead .c-cta {
      text-align: left;
      margin-top: 30px; } }

.p-top-news .c-cta {
  margin-top: 28px; }
  @media screen and (min-width: 501px) {
    .p-top-news .c-cta--top {
      display: block; } }
  @media screen and (max-width: 500px) {
    .p-top-news .c-cta--top {
      display: none; } }
  @media screen and (min-width: 501px) {
    .p-top-news .c-cta--under {
      display: none; } }
  @media screen and (max-width: 500px) {
    .p-top-news .c-cta--under {
      display: block;
      width: 100%;
      margin-top: 0px;
      text-align: center; } }

.c-contact-cta a {
  width: 340px;
  color: #fff;
  line-height: 1.0;
  font-weight: 500;
  background-color: #8A4940;
  border: solid 1px #8A4940;
  border-radius: 50px;
  padding: 16px 0px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease; }
  .c-contact-cta a:hover {
    color: #8A4940;
    background-color: #fff; }
  @media screen and (max-width: 768px) {
    .c-contact-cta a {
      width: 260px; } }

.p-top-mv {
  height: 100vh;
  height: 100svh;
  overflow: hidden; }
  .p-top-mv__inner {
    height: 100%; }
  .p-top-mv__title {
    position: absolute;
    left: 70px;
    bottom: 60px;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .p-top-mv__title {
        left: 30px;
        bottom: 50px; } }
    @media screen and (max-width: 470px) {
      .p-top-mv__title {
        left: 20px; } }
  .p-top-mv__subheading {
    display: inline-block;
    font: normal 44px/1 YakuHanJP, "Marcellus", sans-serif;
    margin-bottom: 13px;
    color: #fff; }
    @media screen and (max-width: 1280px) {
      .p-top-mv__subheading {
        margin-bottom: 0px; } }
    @media screen and (max-width: 768px) {
      .p-top-mv__subheading {
        font-size: 32px; } }
    @media screen and (max-width: 470px) {
      .p-top-mv__subheading {
        font-size: 24px;
        margin-top: 8px;
        margin-bottom: 16px; } }
  .p-top-mv__heading {
    font: bold 52px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #fff;
    letter-spacing: 0.05em;
    margin-bottom: 21px; }
    @media screen and (max-width: 1280px) {
      .p-top-mv__heading {
        font-size: 42px; } }
    @media screen and (max-width: 768px) {
      .p-top-mv__heading {
        font-size: 32px; } }
    @media screen and (max-width: 470px) {
      .p-top-mv__heading {
        font-size: 26px; } }
  .p-top-mv__sentence {
    font: 600 20px/1 YakuHanJP, "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .p-top-mv__sentence {
        font-size: 16px; } }
  .p-top-mv__image {
    height: 100%; }
  .p-top-mv__list {
    position: relative;
    height: 100vh;
    height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .p-top-mv__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .p-top-mv__item {
    position: relative;
    overflow: hidden;
    width: calc(100% / 3);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .p-top-mv__item {
        width: 100%;
        height: calc(100vh / 3);
        height: calc(100svh / 3); }
        .p-top-mv__item img {
          width: 120%;
          height: 100vh;
          height: 100svh;
          -o-object-fit: cover;
             object-fit: cover; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      .p-top-mv__item img {
        height: 100%; } }

    .p-top-mv__item.left {
      width: 30%;
      position: relative;
      overflow: hidden; }
      .p-top-mv__item.left::after {
        content: "";
        inset: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), color-stop(26%, rgba(245, 245, 245, 0)), color-stop(48%, rgba(245, 245, 245, 0)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(76%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.32))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.46) 0%, rgba(245, 245, 245, 0) 26%, rgba(245, 245, 245, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.32) 100%), linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8; }
      @media screen and (max-width: 768px) {
        .p-top-mv__item.left {
          width: 100%; } }
    .p-top-mv__item.center {
      width: 40%;
      position: relative; }
      .p-top-mv__item.center::after {
        content: "";
        inset: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), color-stop(26%, rgba(245, 245, 245, 0.3)), color-stop(48%, rgba(245, 245, 245, 0.3)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(76%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.32))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.46) 0%, rgba(245, 245, 245, 0.3) 26%, rgba(245, 245, 245, 0.3) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.3) 76%, rgba(0, 0, 0, 0.32) 100%), linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8; }
      @media screen and (max-width: 768px) {
        .p-top-mv__item.center {
          width: 100%; } }
    .p-top-mv__item.right {
      width: 30%;
      position: relative; }
      .p-top-mv__item.right::after {
        content: "";
        inset: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), color-stop(26%, rgba(245, 245, 245, 0)), color-stop(48%, rgba(245, 245, 245, 0)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(76%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.32))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.46) 0%, rgba(245, 245, 245, 0) 26%, rgba(245, 245, 245, 0) 48%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.32) 100%), linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8; }
      @media screen and (max-width: 768px) {
        .p-top-mv__item.right {
          width: 100%; } }
    .p-top-mv__item_inner {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      will-change: transform, clip-path; }
      .p-top-mv__item_inner picture {
        display: block;
        width: 115%;
        height: 100%; }
        @media screen and (max-width: 768px) {
          .p-top-mv__item_inner picture {
            height: 100%; } }
    .p-top-mv__item.mv-start {
      opacity: 1; }
      .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(1) {
        -webkit-animation: slideoverlay 30s ease infinite;
                animation: slideoverlay 30s ease infinite;
        z-index: 6;
        position: relative; }
        .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(1) picture {
          -webkit-animation: slidemove 30s linear infinite;
                  animation: slidemove 30s linear infinite; }
          .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(1) picture img {
            -webkit-animation: slidefadeaway 30s ease infinite;
                    animation: slidefadeaway 30s ease infinite; }
      .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(2) {
        -webkit-animation: slideoverlay 30s 5s ease infinite;
                animation: slideoverlay 30s 5s ease infinite;
        z-index: 5; }
        .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(2) picture {
          -webkit-animation: slidemove 30s 5s linear infinite;
                  animation: slidemove 30s 5s linear infinite; }
          .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(2) picture img {
            -webkit-animation: slidefadeaway 30s 5s ease infinite;
                    animation: slidefadeaway 30s 5s ease infinite; }
      .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(3) {
        -webkit-animation: slideoverlay 30s 10s ease infinite;
                animation: slideoverlay 30s 10s ease infinite;
        z-index: 4; }
        .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(3) picture {
          -webkit-animation: slidemove 30s 10s linear infinite;
                  animation: slidemove 30s 10s linear infinite; }
          .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(3) picture img {
            -webkit-animation: slidefadeaway 30s 10s ease infinite;
                    animation: slidefadeaway 30s 10s ease infinite; }
      .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(4) {
        -webkit-animation: slideoverlay 30s 15s ease infinite;
                animation: slideoverlay 30s 15s ease infinite;
        z-index: 3; }
        .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(4) picture {
          -webkit-animation: slidemove 30s 15s linear infinite;
                  animation: slidemove 30s 15s linear infinite; }
          .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(4) picture img {
            -webkit-animation: slidefadeaway 30s 15s ease infinite;
                    animation: slidefadeaway 30s 15s ease infinite; }
      .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(5) {
        -webkit-animation: slideoverlay 30s 20s ease infinite;
                animation: slideoverlay 30s 20s ease infinite;
        z-index: 2; }
        .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(5) picture {
          -webkit-animation: slidemove 30s 20s linear infinite;
                  animation: slidemove 30s 20s linear infinite; }
          .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(5) picture img {
            -webkit-animation: slidefadeaway 30s 20s ease infinite;
                    animation: slidefadeaway 30s 20s ease infinite; }
      .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(6) {
        -webkit-animation: slideoverlay 30s 25s ease infinite;
                animation: slideoverlay 30s 25s ease infinite;
        z-index: 1; }
        .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(6) picture {
          -webkit-animation: slidemove 30s 25s linear infinite;
                  animation: slidemove 30s 25s linear infinite; }
          .p-top-mv__item.mv-start .p-top-mv__item_inner:nth-child(6) picture img {
            -webkit-animation: slidefadeaway 30s 25s ease infinite;
                    animation: slidefadeaway 30s 25s ease infinite; }
    .p-top-mv__item.center.mv-start {
      opacity: 1; }
      .p-top-mv__item.center.mv-start .p-top-mv__item_inner:nth-child(1) {
        -webkit-animation-delay: 0.15s;
                animation-delay: 0.15s; }
      .p-top-mv__item.center.mv-start .p-top-mv__item_inner:nth-child(2) {
        -webkit-animation-delay: 5.15s;
                animation-delay: 5.15s; }
      .p-top-mv__item.center.mv-start .p-top-mv__item_inner:nth-child(3) {
        -webkit-animation-delay: 10.15s;
                animation-delay: 10.15s; }
      .p-top-mv__item.center.mv-start .p-top-mv__item_inner:nth-child(4) {
        -webkit-animation-delay: 15.15s;
                animation-delay: 15.15s; }
      .p-top-mv__item.center.mv-start .p-top-mv__item_inner:nth-child(5) {
        -webkit-animation-delay: 20.15s;
                animation-delay: 20.15s; }
      .p-top-mv__item.center.mv-start .p-top-mv__item_inner:nth-child(6) {
        -webkit-animation-delay: 25.15s;
                animation-delay: 25.15s; }
    .p-top-mv__item.mv-start.right {
      opacity: 1; }
      .p-top-mv__item.mv-start.right .p-top-mv__item_inner:nth-child(1) {
        -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s; }
      .p-top-mv__item.mv-start.right .p-top-mv__item_inner:nth-child(2) {
        -webkit-animation-delay: 5.3s;
                animation-delay: 5.3s; }
      .p-top-mv__item.mv-start.right .p-top-mv__item_inner:nth-child(3) {
        -webkit-animation-delay: 10.3s;
                animation-delay: 10.3s; }
      .p-top-mv__item.mv-start.right .p-top-mv__item_inner:nth-child(4) {
        -webkit-animation-delay: 15.3s;
                animation-delay: 15.3s; }
      .p-top-mv__item.mv-start.right .p-top-mv__item_inner:nth-child(5) {
        -webkit-animation-delay: 20.3s;
                animation-delay: 20.3s; }
      .p-top-mv__item.mv-start.right .p-top-mv__item_inner:nth-child(6) {
        -webkit-animation-delay: 25.3s;
                animation-delay: 25.3s; }

@-webkit-keyframes slidemove {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  26% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%); }
  79% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%); }
  80% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes slidemove {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  26% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%); }
  79% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%); }
  80% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }
@-webkit-keyframes slideoverlay {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); }
  17% {
    z-index: 7;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); }
  24% {
    z-index: 7;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  32% {
    z-index: 0; }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); } }
@keyframes slideoverlay {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); }
  17% {
    z-index: 7;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); }
  24% {
    z-index: 7;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  32% {
    z-index: 0; }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); } }
@-webkit-keyframes slidefadeaway {
  0% {
    opacity: 1; }
  18% {
    opacity: 1; }
  25% {
    opacity: 0; }
  79% {
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes slidefadeaway {
  0% {
    opacity: 1; }
  18% {
    opacity: 1; }
  25% {
    opacity: 0; }
  79% {
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.c-lower-mv {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 768px) {
    .c-lower-mv {
      height: 295px; } }
  .c-lower-mv::after {
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), color-stop(31%, rgba(245, 245, 245, 0)), color-stop(31%, rgba(245, 245, 245, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.32))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.46) 0%, rgba(245, 245, 245, 0) 31%, rgba(245, 245, 245, 0) 31%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.32) 100%), linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .c-lower-mv-title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 10; }
    .c-lower-mv-title__subheading {
      display: inline-block;
      font: normal 80px/1.2 YakuHanJP, "Marcellus", sans-serif;
      letter-spacing: 0.07em;
      color: #fff;
      margin-bottom: 18px; }
      @media screen and (max-width: 768px) {
        .c-lower-mv-title__subheading {
          font-size: 44px; } }
    .c-lower-mv-title__heading {
      font: 500 20px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .c-lower-mv-title__heading {
          font-size: 14px; } }

.p-optimization .c-lower-mv {
  background-image: url("../images/optimization/optimization_mv.webp"); }

.p-service .c-lower-mv {
  background-image: url("../images/service/service_mv.webp"); }

.p-updatemaintenance .c-lower-mv {
  background-image: url("../images/updatemaintenance/updatemaintenance_mv.webp"); }

.p-newinstallation .c-lower-mv {
  background-image: url("../images/newinstallation/newinstallation_mv.webp"); }

.p-strength .c-lower-mv {
  background-image: url("../images/strength/strength_mv.webp"); }

.p-case .c-lower-mv {
  background-image: url("../images/case/case_mv.webp"); }

.p-works .c-lower-mv {
  background-image: url("../images/common/common_mv_01.webp"); }

.p-works-single .c-lower-mv {
  background-image: url("../images/common/common_mv_01.webp"); }

.p-voice .c-lower-mv {
  background-image: url("../images/voice/voice_mv.webp"); }

.p-flow .c-lower-mv {
  background-image: url("../images/flow/flow_mv.webp"); }

.p-aboutus .c-lower-mv {
  background-image: url("../images/common/common_mv_02.webp"); }

.p-news .c-lower-mv {
  background-image: url("../images/common/common_mv_03.webp"); }

.p-news-single .c-lower-mv {
  background-image: url("../images/common/common_mv_03.webp"); }

.p-contact .c-lower-mv {
  background-image: url("../images/common/common_mv_05.webp"); }

.p-sitepolicy .c-lower-mv {
  background-image: url("../images/common/common_mv_04.webp"); }

.p-privacypolicy .c-lower-mv {
  background-image: url("../images/common/common_mv_04.webp"); }

.p-thanks .c-lower-mv {
  background-image: url("../images/common/common_mv_05.webp"); }
.p-thanks .c-cta {
  margin-top: 3.5em; }

.p-nopage .c-lower-mv {
  background-image: url("../images/common/common_mv_04.webp"); }
.p-nopage .c-cta {
  margin-top: 3.5em; }

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

.p-top .c-main-lead .c-title__subheading {
  font: normal 72px/1.2 YakuHanJP, "Marcellus", sans-serif;
  letter-spacing: 0.02em;
  color: #8A4940;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .p-top .c-main-lead .c-title__subheading {
      font-size: 42px; } }
.p-top .c-main-lead .c-title__heading {
  font: 600 20px/1.8 YakuHanJP, "Noto Serif JP", sans-serif;
  color: #8A4940; }
  @media screen and (max-width: 768px) {
    .p-top .c-main-lead .c-title__heading {
      font-size: 18px; } }
.p-top .p-top-aboutus .c-title {
  margin-bottom: 16px; }
.p-top .p-top-aboutus .c-subtitle {
  font: 600 20px/1.6 YakuHanJP, "Noto Serif JP", sans-serif;
  color: #6D5D52;
  margin-bottom: 29px; }
  @media screen and (max-width: 768px) {
    .p-top .p-top-aboutus .c-subtitle {
      font-size: 18px;
      margin-bottom: 20px; } }
.p-top .p-top-aboutus .c-cta {
  margin-top: 49px; }
  @media screen and (max-width: 768px) {
    .p-top .p-top-aboutus .c-cta {
      margin-top: 39px; } }
.p-top .p-top-service__text .c-title {
  margin-bottom: 18px; }
  .p-top .p-top-service__text .c-title__subheading {
    font: normal 12px/1.5 YakuHanJP, "Marcellus", sans-serif;
    color: #8A4940;
    margin-bottom: 4px; }
  .p-top .p-top-service__text .c-title__heading {
    font: 500 24px/1 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #8A4940; }
    @media screen and (max-width: 768px) {
      .p-top .p-top-service__text .c-title__heading {
        font-size: 20px; } }
.p-top .p-top-service__text .c-sentence {
  margin-top: 26px; }
  @media screen and (max-width: 768px) {
    .p-top .p-top-service__text .c-sentence {
      margin-top: 16px; } }
@media screen and (max-width: 1130px) {
  .p-top .p-top-strength__introduction .c-main-lead {
    width: 100%; } }
.p-top .p-top-strength__introduction .c-main-lead .c-title {
  margin-bottom: 29px; }
.p-top .p-top-strength__introduction .c-main-lead .c-sentence {
  margin-bottom: 49px; }
.p-top .p-top-case__text .c-main-lead {
  width: 100%; }
  .p-top .p-top-case__text .c-main-lead .c-title__subheading {
    font-size: 64px;
    letter-spacing: 0.02em; }
    @media screen and (max-width: 1250px) {
      .p-top .p-top-case__text .c-main-lead .c-title__subheading {
        font-size: 60px; } }
    @media screen and (max-width: 768px) {
      .p-top .p-top-case__text .c-main-lead .c-title__subheading {
        font-size: 42px; } }
    @media screen and (max-width: 430px) {
      .p-top .p-top-case__text .c-main-lead .c-title__subheading {
        font-size: 38px; } }
  .p-top .p-top-case__text .c-main-lead .c-title__heading .c-title__br {
    display: none; }
    @media screen and (min-width: 1000px) and (max-width: 1490px) {
      .p-top .p-top-case__text .c-main-lead .c-title__heading .c-title__br {
        display: block; } }
    @media screen and (min-width: 769px) and (max-width: 810px) {
      .p-top .p-top-case__text .c-main-lead .c-title__heading .c-title__br {
        display: block; } }
    @media screen and (max-width: 580px) {
      .p-top .p-top-case__text .c-main-lead .c-title__heading .c-title__br {
        display: block; } }
.p-top .p-top-case__text .c-sentence {
  margin-top: 29px; }
  .p-top .p-top-case__text .c-sentence + .c-sentence {
    margin-top: 14px; }
.p-top .p-top-works__text {
  text-align: center; }
  .p-top .p-top-works__text .c-main-lead .c-title__subheading, .p-top .p-top-works__text .c-main-lead .c-title__heading {
    color: #fff; }
  .p-top .p-top-works__text .c-main-lead .c-count {
    font: 500 48px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 36px; }
    @media screen and (max-width: 1080px) {
      .p-top .p-top-works__text .c-main-lead .c-count {
        line-height: 1.2;
        margin-bottom: 26px; } }
    @media screen and (max-width: 768px) {
      .p-top .p-top-works__text .c-main-lead .c-count {
        font-size: 24px; } }
    .p-top .p-top-works__text .c-main-lead .c-count--number {
      display: inline-block;
      font: 500 80px/1.0 "Poppins", sans-serif;
      vertical-align: sub;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .p-top .p-top-works__text .c-main-lead .c-count--number {
          font-size: 60px; } }
  .p-top .p-top-works__text .c-main-lead .c-sentence {
    color: #fff; }
    @media screen and (max-width: 470px) {
      .p-top .p-top-works__text .c-main-lead .c-sentence {
        text-align: left; } }
    @media screen and (max-width: 470px) {
      .p-top .p-top-works__text .c-main-lead .c-sentence br {
        display: none; } }
  .p-top .p-top-works__text .c-main-lead .c-cta a {
    color: #fff; }
    .p-top .p-top-works__text .c-main-lead .c-cta a::after {
      content: "";
      background-image: url(../asset/images/top/arrow_white.svg); }
.p-top .p-top-optimization__text .c-main-lead {
  width: 100%; }
  .p-top .p-top-optimization__text .c-main-lead .c-title__subheading {
    font-size: 64px;
    letter-spacing: 0.02em; }
    @media screen and (max-width: 1250px) {
      .p-top .p-top-optimization__text .c-main-lead .c-title__subheading {
        font-size: 60px; } }
    @media screen and (max-width: 768px) {
      .p-top .p-top-optimization__text .c-main-lead .c-title__subheading {
        font-size: 42px; } }
    @media screen and (max-width: 430px) {
      .p-top .p-top-optimization__text .c-main-lead .c-title__subheading {
        font-size: 38px; } }
  .p-top .p-top-optimization__text .c-main-lead .c-title__heading .c-title__br {
    display: none; }
    @media screen and (min-width: 1000px) and (max-width: 1490px) {
      .p-top .p-top-optimization__text .c-main-lead .c-title__heading .c-title__br {
        display: block; } }
    @media screen and (min-width: 769px) and (max-width: 810px) {
      .p-top .p-top-optimization__text .c-main-lead .c-title__heading .c-title__br {
        display: block; } }
    @media screen and (max-width: 580px) {
      .p-top .p-top-optimization__text .c-main-lead .c-title__heading .c-title__br {
        display: block; } }
.p-top .p-top-optimization__text .c-sentence {
  margin-top: 29px; }
.p-top .p-top-flow .c-main-lead, .p-top .p-top-voice .c-main-lead {
  margin-top: 20px; }
  @media screen and (max-width: 1280px) {
    .p-top .p-top-flow .c-main-lead, .p-top .p-top-voice .c-main-lead {
      margin-top: 0px; } }
  .p-top .p-top-flow .c-main-lead .c-title__subheading, .p-top .p-top-voice .c-main-lead .c-title__subheading {
    font: normal 32px/1 YakuHanJP, "Marcellus", sans-serif;
    margin-bottom: 4px; }
  .p-top .p-top-flow .c-main-lead .c-title__heading, .p-top .p-top-voice .c-main-lead .c-title__heading {
    font: 500 12px/1 YakuHanJP, "Noto Serif JP", sans-serif; }
  .p-top .p-top-flow .c-main-lead .c-cta, .p-top .p-top-voice .c-main-lead .c-cta {
    text-align: right;
    margin-top: 20px; }
    @media screen and (max-width: 1280px) {
      .p-top .p-top-flow .c-main-lead .c-cta, .p-top .p-top-voice .c-main-lead .c-cta {
        text-align: left; } }
@media screen and (max-width: 500px) {
  .p-top .p-top-news__introduction .c-title {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .p-top .p-top-news__introduction .c-title__subheading {
    font-size: 42px; } }
@media screen and (max-width: 1000px) {
  .p-top .p-top-news__introduction .c-title__heading {
    margin-bottom: 0em; } }
@media screen and (max-width: 768px) {
  .p-top .p-top-news__introduction .c-title__heading {
    font-size: 18px; } }

.l-footer .p-top-contact__text .c-main-lead {
  margin-bottom: 20px; }
  .l-footer .p-top-contact__text .c-main-lead .c-title__subheading {
    font: normal 72px/1.2 YakuHanJP, "Marcellus", sans-serif;
    letter-spacing: 0.02em;
    color: #fff;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .l-footer .p-top-contact__text .c-main-lead .c-title__subheading {
        font-size: 42px; } }
  .l-footer .p-top-contact__text .c-main-lead .c-title__heading {
    font: 600 20px/1.8 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .l-footer .p-top-contact__text .c-main-lead .c-title__heading {
        font-size: 18px; } }
  .l-footer .p-top-contact__text .c-main-lead .c-sentence {
    font: 500 18px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: 28px; }
    @media screen and (max-width: 768px) {
      .l-footer .p-top-contact__text .c-main-lead .c-sentence {
        margin-top: 24px; } }

.c-lower-lead {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .c-lower-lead {
      margin-bottom: 28px; } }
  .c-lower-lead .c-title__subheading {
    display: inline-block;
    font: normal 40px/1 YakuHanJP, "Marcellus", sans-serif;
    letter-spacing: 0.02em;
    color: #8A4940;
    margin-bottom: 16px; }
    @media screen and (max-width: 768px) {
      .c-lower-lead .c-title__subheading {
        margin-bottom: 12px;
        font-size: 32px; } }
  .c-lower-lead .c-title__heading {
    font: normal 20px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #6D5D52; }
    @media screen and (max-width: 768px) {
      .c-lower-lead .c-title__heading {
        font-size: 18px; } }
  .c-lower-lead p {
    margin-top: 32px; }
    @media screen and (max-width: 768px) {
      .c-lower-lead p {
        margin-top: 28px; } }
    .c-lower-lead p + p {
      margin-top: 16px; }

.c-introduction {
  text-align: center; }
  .c-introduction__heading {
    font: 600 26px/1.8 YakuHanJP, "Noto Serif JP", sans-serif;
    letter-spacing: 0.03em;
    color: #6D5D52; }
    @media screen and (max-width: 768px) {
      .c-introduction__heading {
        font-size: 22px; } }
    @media screen and (max-width: 430px) {
      .c-introduction__heading {
        font-size: 20px; } }
  .c-introduction__sentence {
    line-height: 2;
    margin-top: 36px; }
    .c-introduction__sentence + .c-introduction__sentence {
      margin-top: 16px; }
    @media screen and (max-width: 490px) {
      .c-introduction__sentence {
        text-align: left; }
        .c-introduction__sentence br {
          display: none; } }

.c-service-lead {
  text-align: center; }
  .c-service-lead .c-title__subheading {
    display: inline-block;
    font: normal 56px/1 YakuHanJP, "Marcellus", sans-serif;
    color: #8A4940;
    letter-spacing: 0.02em;
    margin-bottom: 13px; }
    @media screen and (max-width: 768px) {
      .c-service-lead .c-title__subheading {
        font-size: 40px; } }
  .c-service-lead .c-title__heading {
    font: 600 20px/1 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #8A4940; }
    @media screen and (max-width: 768px) {
      .c-service-lead .c-title__heading {
        font-size: 16px; } }

.c-main-service-lead .c-title__subheading {
  font: bold 14px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: #8A4940;
  margin-bottom: 0.25em; }
.c-main-service-lead .c-title__heading {
  font: 500 48px/1 YakuHanJP, "Marcellus", sans-serif; }
.c-main-service-lead p {
  margin-top: 1.625em; }

.c-breadcrumbs__list {
  padding: 16px 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.c-breadcrumbs__item {
  color: rgba(109, 93, 82, 0.7);
  font: normal 12px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  margin-left: 10px;
  white-space: nowrap; }
  .c-breadcrumbs__item span {
    display: inline-block;
    color: rgba(109, 93, 82, 0.7);
    font: normal 12px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    margin-left: 10px; }
  .c-breadcrumbs__item:first-of-type {
    margin-left: 0px; }
  .c-breadcrumbs__item:last-of-type {
    overflow: hidden;
    text-overflow: ellipsis; }
  .c-breadcrumbs__item a {
    color: rgba(109, 93, 82, 0.7);
    font: normal 12px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif; }
    .c-breadcrumbs__item a:hover {
      opacity: .6; }

li {
  list-style-type: none; }

iframe {
  width: 100%;
  overflow: hidden; }

scss
html, body {
  background-image: url(../images/common/base_bg.webp);
  background-repeat: repeat;
  background-size: contain; }

body {
  overflow-x: hidden; }

.p-top-aboutus {
  margin-right: calc(50% - 50vw);
  padding-top: 80px;
  background-image: url(../images/common/aboutus_bg.webp);
  background-position: center bottom;
  background-repeat: repeat; }
  @media screen and (max-width: 1080px) {
    .p-top-aboutus {
      padding-top: 60px;
      background-repeat: no-repeat; } }
  .p-top-aboutus__wrapper {
    max-width: 1340px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 auto;
    padding: 0px 40px; }
    @media screen and (max-width: 768px) {
      .p-top-aboutus__wrapper {
        padding: 0px 20px; } }
  .p-top-aboutus__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 56px; }
    @media screen and (max-width: 1080px) {
      .p-top-aboutus__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px; } }
  .p-top-aboutus__introduction {
    width: 44%; }
    @media screen and (max-width: 1080px) {
      .p-top-aboutus__introduction {
        width: 100%; } }
  .p-top-aboutus__image {
    width: 640px;
    position: relative; }
    @media screen and (max-width: 1080px) {
      .p-top-aboutus__image {
        width: 100%; } }

.p-top-service {
  background-color: #F8ECDE;
  margin-top: 112px; }
  @media screen and (max-width: 768px) {
    .p-top-service {
      margin: 70px auto 0px; } }
  .p-top-service__introduction {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 33px;
    padding-bottom: 7px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .p-top-service__introduction {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 30px; } }
    .p-top-service__introduction .c-main-lead {
      position: absolute;
      bottom: 0px;
      left: 0px; }
      @media screen and (max-width: 768px) {
        .p-top-service__introduction .c-main-lead {
          position: relative;
          text-align: center; } }
  .p-top-service__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px; }
    @media screen and (max-width: 1350px) {
      .p-top-service__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .p-top-service__inner .c-cta {
      min-width: 270px; }
      @media screen and (min-width: 769px) {
        .p-top-service__inner .c-cta--top {
          margin-bottom: 10px;
          display: block; } }
      @media screen and (max-width: 768px) {
        .p-top-service__inner .c-cta--top {
          display: none; } }
      @media screen and (min-width: 769px) {
        .p-top-service__inner .c-cta--under {
          display: none; } }
      @media screen and (max-width: 768px) {
        .p-top-service__inner .c-cta--under {
          display: block;
          width: 100%;
          margin-top: 56px;
          text-align: center; } }
  .p-top-service__item {
    width: 48.5%;
    padding: 40px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
            box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09); }
    @media screen and (max-width: 1350px) {
      .p-top-service__item {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .p-top-service__item {
        width: 100%;
        padding: 20px 20px 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px; } }
  .p-top-service__image {
    max-width: 260px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1350px) {
      .p-top-service__image {
        width: 40%;
        max-width: 100%;
        max-height: 300px; } }
    @media screen and (max-width: 768px) {
      .p-top-service__image {
        width: 100%;
        max-height: 470px; } }
    @media screen and (max-width: 560px) {
      .p-top-service__image {
        max-height: 370px; } }
    @media screen and (max-width: 430px) {
      .p-top-service__image {
        max-height: 320px; } }
  .p-top-service__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    margin-top: 28px; }
    @media screen and (max-width: 1350px) {
      .p-top-service__text {
        margin-top: 0px; } }
    @media screen and (max-width: 768px) {
      .p-top-service__text .c-cta-s {
        margin-top: 19px; } }
  @media screen and (max-width: 1350px) {
    .p-top-service__textInner {
      width: 100%;
      max-width: 100%; } }
  .p-top-service__textInner .c-title {
    margin-bottom: 18px; }
    .p-top-service__textInner .c-title__subheading {
      font: normal 12px/1.5 "en";
      color: #8A4940;
      margin-bottom: 4px; }
    .p-top-service__textInner .c-title__heading {
      font: normal 12px/1.5 "en";
      color: #8A4940; }

.p-top-pin-spacerWrapper {
  background-image: url(../images/common/strength_bg2.webp);
  background-repeat: repeat-y; }
  @media screen and (max-width: 1080px) {
    .p-top-pin-spacerWrapper {
      background-image: none; } }

.pin-spacer {
  background-image: url(../images/common/strength_bg2.webp);
  background-position: right;
  background-size: contain;
  background-repeat: repeat-y;
  margin-top: 80px;
  margin-right: calc(50% - 50vw) !important; }

.p-top-strength {
  overflow-x: hidden;
  max-width: 1500px;
  height: 100% !important;
  margin: 80px auto 0px;
  padding: 0px 0px 0px 80px !important; }
  @media screen and (max-width: 768px) {
    .p-top-strength {
      margin: 60px auto 0px;
      padding: 0px 0px 0px 40px !important; } }
  @media screen and (max-width: 490px) {
    .p-top-strength {
      padding: 0px 0px 0px 20px !important; } }
  .p-top-strength__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1080px) {
      .p-top-strength__inner {
        display: block; } }
  .p-top-strength__introduction {
    min-width: 370px;
    margin-right: 52px; }
    @media screen and (max-width: 1130px) {
      .p-top-strength__introduction {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-right: 40px;
        width: 100%; } }
  .p-top-strength__body {
    overflow: hidden;
    width: 100%;
    padding: 80px 0px; }
    @media screen and (max-width: 1080px) {
      .p-top-strength__body {
        margin-top: 40px; } }
    .p-top-strength__body__bodyWrapper {
      position: relative;
      height: 572px; }
      @media screen and (max-width: 768px) {
        .p-top-strength__body__bodyWrapper {
          padding: 40px 0px; } }
  .p-top-strength__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
  .p-top-strength__item {
    width: 340px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
            box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    z-index: 20; }
    .p-top-strength__item:hover {
      opacity: .6; }
  .p-top-strength__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .p-top-strength__number {
    font: normal 12px/1 YakuHanJP, "Marcellus", sans-serif;
    color: rgba(64, 29, 1, 0.45);
    width: 100px; }
  .p-top-strength__image {
    width: 190px;
    height: 250px; }
  .p-top-strength__text {
    margin-top: 36px; }
    @media screen and (max-width: 768px) {
      .p-top-strength__text {
        margin-top: 20px; } }
  .p-top-strength__heading {
    font: normal 24px/1.6 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #8A4940;
    position: relative; }
    .p-top-strength__heading::after {
      content: "";
      width: 20px;
      height: 16px;
      background-image: url(../images/common/arrow_brown.svg);
      background-size: cover;
      position: absolute;
      bottom: 0px;
      right: 0px;
      -webkit-transition: background-image .3s ease;
      transition: background-image .3s ease; }
    @media screen and (max-width: 768px) {
      .p-top-strength__heading {
        font-size: 22px;
        width: 100%;
        margin-top: 0px; } }

@media screen and (max-width: 768px) {
  .p-top-case {
    margin: 60px auto 0px; } }
.p-top-case__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  gap: 89px;
  -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
          box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09); }
  @media screen and (max-width: 1280px) {
    .p-top-case__inner {
      gap: 40px; } }
  @media screen and (max-width: 1000px) {
    .p-top-case__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.p-top-case__image {
  width: 50%;
  max-width: 650px;
  height: auto;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .p-top-case__image {
      width: 100%;
      max-width: 100%; } }
  .p-top-case__image img {
    border-radius: 8px 0px 0px 8px; }
    @media screen and (max-width: 1000px) {
      .p-top-case__image img {
        border-radius: 8px 8px 0px 0px; } }
.p-top-case__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 40px 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1000px) {
    .p-top-case__text {
      width: 100%;
      padding: 0px 50px 50px 50px; } }
  @media screen and (max-width: 768px) {
    .p-top-case__text {
      padding: 0px 20px 40px 20px; } }

.p-top-works__wrapper {
  height: 670px;
  background-image: url("../images/top/works.webp");
  background-size: cover;
  background-position: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    .p-top-works__wrapper {
      height: 600px; } }
  .p-top-works__wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.32);
    width: 100%;
    height: 100%;
    z-index: 1; }
.p-top-works__inner {
  height: 100%;
  padding: 0px 50px;
  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-align: center;
  position: relative;
  z-index: 2; }

@media screen and (max-width: 768px) {
  .p-top-optimization {
    margin: 60px auto 0px; } }
.p-top-optimization__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  gap: 89px;
  -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
          box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09); }
  @media screen and (max-width: 1280px) {
    .p-top-optimization__inner {
      gap: 40px; } }
  @media screen and (max-width: 1000px) {
    .p-top-optimization__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.p-top-optimization__image {
  width: 50%;
  max-width: 650px;
  height: auto;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1000px) {
    .p-top-optimization__image {
      width: 100%;
      max-width: 100%; } }
  .p-top-optimization__image img {
    border-radius: 8px 0px 0px 8px; }
    @media screen and (max-width: 1000px) {
      .p-top-optimization__image img {
        border-radius: 8px 8px 0px 0px; } }
.p-top-optimization__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 40px 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1000px) {
    .p-top-optimization__text {
      width: 100%;
      padding: 0px 50px 50px 50px; } }
  @media screen and (max-width: 768px) {
    .p-top-optimization__text {
      padding: 0px 20px 40px 20px; } }

@media screen and (max-width: 768px) {
  .p-twoSection {
    margin-top: 20px !important; } }
.p-twoSection__inner {
  -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: 1280px) {
    .p-twoSection__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 40px; } }
  @media screen and (max-width: 768px) {
    .p-twoSection__inner {
      gap: 20px; } }
.p-twoSection .p-top-flow, .p-twoSection .p-top-voice {
  cursor: pointer;
  width: calc(50% - 20px); }
  @media screen and (max-width: 1280px) {
    .p-twoSection .p-top-flow, .p-twoSection .p-top-voice {
      width: 100%; } }
  .p-twoSection .p-top-flow__inner, .p-twoSection .p-top-voice__inner {
    background-color: #fff;
    min-height: 380px;
    padding: 30px;
    gap: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
            box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09); }
    @media screen and (max-width: 1280px) {
      .p-twoSection .p-top-flow__inner, .p-twoSection .p-top-voice__inner {
        min-height: auto;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (max-width: 1000px) {
      .p-twoSection .p-top-flow__inner, .p-twoSection .p-top-voice__inner {
        padding: 50px; } }
    @media screen and (max-width: 768px) {
      .p-twoSection .p-top-flow__inner, .p-twoSection .p-top-voice__inner {
        padding: 20px 20px 30px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .p-twoSection .p-top-flow__image, .p-twoSection .p-top-voice__image {
    max-width: 240px;
    overflow: hidden; }
    .p-twoSection .p-top-flow__image img, .p-twoSection .p-top-voice__image img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: opacity .6s ease;
      transition: opacity .6s ease; }
    @media screen and (max-width: 1280px) {
      .p-twoSection .p-top-flow__image, .p-twoSection .p-top-voice__image {
        width: calc(50% - 20px);
        max-width: 40%;
        max-height: 300px; } }
    @media screen and (max-width: 768px) {
      .p-twoSection .p-top-flow__image, .p-twoSection .p-top-voice__image {
        width: 100%;
        max-width: 100%; } }
  .p-twoSection .p-top-flow__text, .p-twoSection .p-top-voice__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (max-width: 1280px) {
      .p-twoSection .p-top-flow__text, .p-twoSection .p-top-voice__text {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (max-width: 768px) {
      .p-twoSection .p-top-flow__text, .p-twoSection .p-top-voice__text {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media screen and (max-width: 630px) {
      .p-twoSection .p-top-flow__text, .p-twoSection .p-top-voice__text {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .p-twoSection .p-top-flow__text .c-title__subheading, .p-twoSection .p-top-voice__text .c-title__subheading {
        font-size: 42px; } }
    .p-twoSection .p-top-flow__text .c-sentence, .p-twoSection .p-top-voice__text .c-sentence {
      margin-top: 13px; }

.p-top-news {
  background-color: #fff;
  margin-top: 80px;
  padding: 80px 80px; }
  @media screen and (max-width: 768px) {
    .p-top-news {
      margin: 60px auto 0px;
      padding: 40px 20px; } }
  .p-top-news__inner {
    max-width: 1340px;
    margin: 0 auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 120px;
    overflow: hidden; }
    @media screen and (max-width: 1000px) {
      .p-top-news__inner {
        -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: 40px; } }
    @media screen and (max-width: 768px) {
      .p-top-news__inner {
        gap: 30px; } }
    @media screen and (max-width: 500px) {
      .p-top-news__inner {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media screen and (max-width: 1000px) {
    .p-top-news__introduction {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media screen and (max-width: 500px) {
    .p-top-news__introduction {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .p-top-news__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media screen and (max-width: 1000px) {
      .p-top-news__body {
        width: 100%; } }
  .p-top-news__item {
    padding: 7px 20px 7px 0px;
    border-bottom: solid 1px rgba(138, 73, 64, 0.2);
    cursor: pointer;
    -webkit-transition: border-bottom .3s ease;
    transition: border-bottom .3s ease;
    position: relative; }
    .p-top-news__item::after {
      content: "";
      width: 20px;
      height: 16px;
      background-image: url(../images/common/arrow_brown.svg);
      background-size: cover;
      position: absolute;
      top: 13px;
      right: 0px;
      -webkit-transition: background-image .3s ease;
      transition: background-image .3s ease; }
    .p-top-news__item:hover {
      opacity: .6; }
      .p-top-news__item:hover .p-top-news__date {
        opacity: .6; }
      .p-top-news__item:hover .p-top-news__title {
        opacity: .6; }
    .p-top-news__item .p-top-news__title {
      overflow: hidden; }
      .p-top-news__item .p-top-news__title p {
        white-space: nowrap; }
  .p-top-news__date {
    font: normal 14px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    color: #6D5D52;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
  .p-top-news__title {
    font: normal 14px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    color: #6D5D52;
    margin-left: 16px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  @media screen and (max-width: 1000px) {
    .p-top-news .c-cta {
      margin-bottom: 10px; } }
  .p-top-news .c-cta--top {
    display: block; }
    @media screen and (max-width: 500px) {
      .p-top-news .c-cta--top {
        display: none; } }
  .p-top-news .c-cta--under {
    display: none; }
    @media screen and (max-width: 500px) {
      .p-top-news .c-cta--under {
        display: block; } }

@media screen and (max-width: 768px) {
  .p-optimization .p-problem__list-wrapper {
    margin-top: 50px !important; } }
.p-optimization .p-problem__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 510px) {
    .p-optimization .p-problem__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.p-optimization .p-problem__item {
  max-width: 430px;
  width: calc((100% - 48px)/3); }
  @media screen and (max-width: 630px) {
    .p-optimization .p-problem__item {
      width: calc((100% - 48px)/3); } }
  @media screen and (max-width: 510px) {
    .p-optimization .p-problem__item {
      max-width: 100%;
      width: 100%; } }
.p-optimization .p-problem .c-problem-item__icon {
  background-color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  border-radius: 5px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  @media screen and (max-width: 510px) {
    .p-optimization .p-problem .c-problem-item__icon {
      padding: 15px; } }
  .p-optimization .p-problem .c-problem-item__icon img {
    max-width: 100px; }
    @media screen and (max-width: 510px) {
      .p-optimization .p-problem .c-problem-item__icon img {
        max-width: 90px; } }
.p-optimization .p-problem .c-problem-item__title {
  margin-top: 14px; }
  .p-optimization .p-problem .c-problem-item__title p {
    font: normal 16px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    text-align: center; }
.p-optimization .p-merit .c-lower-lead {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .p-optimization .p-merit .c-lower-lead {
      margin-bottom: 50px; } }
  @media screen and (max-width: 580px) {
    .p-optimization .p-merit .c-lower-lead {
      margin-bottom: 40px; } }
.p-optimization .p-merit__item {
  border-top: solid 1px rgba(138, 73, 64, 0.2); }
  .p-optimization .p-merit__item + .p-merit__item {
    border-top: solid 1px rgba(138, 73, 64, 0.2);
    border-bottom: solid 1px rgba(138, 73, 64, 0.2); }
.p-optimization .p-merit .c-optimization-merit {
  padding: 40px 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10.14925%;
  padding: 40px 0px; }
  @media screen and (max-width: 1200px) {
    .p-optimization .p-merit .c-optimization-merit {
      gap: 6.6%; } }
  @media screen and (max-width: 1000px) {
    .p-optimization .p-merit .c-optimization-merit {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2em; } }
  .p-optimization .p-merit .c-optimization-merit__image {
    width: 48%;
    max-width: 630px;
    -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
            filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
    @media screen and (max-width: 1000px) {
      .p-optimization .p-merit .c-optimization-merit__image {
        width: 100%;
        max-width: 100%; } }
    .p-optimization .p-merit .c-optimization-merit__image img {
      border-radius: 5px; }
  .p-optimization .p-merit .c-optimization-merit__text {
    max-width: 580px; }
    @media screen and (max-width: 1000px) {
      .p-optimization .p-merit .c-optimization-merit__text {
        max-width: 100%; } }
    .p-optimization .p-merit .c-optimization-merit__text-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .p-optimization .p-merit .c-optimization-merit__text p {
      margin-top: 30px; }
  .p-optimization .p-merit .c-optimization-merit__subheading {
    display: inline-block;
    font: normal 20px/1 YakuHanJP, "Marcellus", sans-serif;
    letter-spacing: 0.05em;
    color: #8A4940;
    margin-bottom: 9px; }
  .p-optimization .p-merit .c-optimization-merit__heading {
    font: 600 28px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    color: #6D5D52; }
    @media screen and (max-width: 630px) {
      .p-optimization .p-merit .c-optimization-merit__heading {
        font-size: 24px; } }
.p-optimization .p-support {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  @media screen and (max-width: 768px) {
    .p-optimization .p-support {
      padding-top: 40px !important;
      padding-bottom: 40px !important; } }
  .p-optimization .p-support .c-lower-lead {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .p-optimization .p-support .c-lower-lead {
        margin-bottom: 28px; } }
    .p-optimization .p-support .c-lower-lead p:first-of-type {
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .p-optimization .p-support .c-lower-lead p:first-of-type {
          margin-bottom: 32px; } }
  .p-optimization .p-support__wrapper {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px; }
    @media screen and (max-width: 1000px) {
      .p-optimization .p-support__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 30px; } }
  .p-optimization .p-support__list {
    padding-left: 88px; }
    @media screen and (max-width: 1280px) {
      .p-optimization .p-support__list {
        padding-left: 0px; } }
  .p-optimization .p-support__item {
    padding-left: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .p-optimization .p-support__item {
        width: calc(50% - 10px); } }
    @media screen and (max-width: 990px) {
      .p-optimization .p-support__item {
        width: 100%; } }
    .p-optimization .p-support__item::before {
      content: "";
      width: 10px;
      height: 10px;
      background-color: #8A4940;
      border-radius: 50%;
      position: absolute;
      top: 7px;
      left: 0px; }
    .p-optimization .p-support__item + .p-support__item {
      margin-top: 8px; }
  .p-optimization .p-support__image {
    width: 50%;
    max-width: 590px; }
    @media screen and (max-width: 1130px) {
      .p-optimization .p-support__image {
        width: 46%; } }
    @media screen and (max-width: 1000px) {
      .p-optimization .p-support__image {
        width: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 1130px) {
      .p-optimization .p-support__image img {
        height: auto; } }
    @media screen and (max-width: 1000px) {
      .p-optimization .p-support__image img {
        height: 100%; } }
.p-optimization .p-faq__item + .p-faq__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px rgba(138, 73, 64, 0.2); }
.p-optimization .p-faq .c-question {
  margin-bottom: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .p-optimization .p-faq .c-question span {
    font: normal 16px/1 YakuHanJP, "Marcellus", sans-serif;
    letter-spacing: 0.04em;
    color: #8A4940;
    max-height: 28px;
    margin-right: 1.75em;
    padding-top: 5px; }
.p-optimization .p-faq .c-answer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .p-optimization .p-faq .c-answer span {
    font: normal 18px/1 YakuHanJP, "Marcellus", sans-serif;
    letter-spacing: 0.04em;
    color: #8A4940;
    margin-right: 1.75em;
    padding-top: 6px; }
.p-optimization .p-area {
  background-color: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px; }
  @media screen and (max-width: 1000px) {
    .p-optimization .p-area {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 0px; } }
  .p-optimization .p-area__text {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 40px; }
    @media screen and (max-width: 1000px) {
      .p-optimization .p-area__text {
        width: 100%;
        padding: 40px 20px; } }
    .p-optimization .p-area__text .c-lower-lead {
      text-align: left;
      margin-bottom: 0px; }
    .p-optimization .p-area__text .p-area-subtitle {
      font: 600 24px/1.6 YakuHanJP, "Noto Serif JP", sans-serif;
      letter-spacing: 0.03em;
      color: #8A4940;
      margin-top: 48px; }
      @media screen and (max-width: 1000px) {
        .p-optimization .p-area__text .p-area-subtitle {
          margin-top: 30px; } }
      @media screen and (max-width: 470px) {
        .p-optimization .p-area__text .p-area-subtitle {
          font-size: 22px;
          margin-top: 24px; } }
    .p-optimization .p-area__text .p-area__area {
      margin-top: 20px; }
      .p-optimization .p-area__text .p-area__area span {
        display: inline-block;
        width: 100%;
        font: 500 20px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
        letter-spacing: 0.04em;
        color: #6D5D52; }
      .p-optimization .p-area__text .p-area__area .p-area__prefecture {
        display: inline-block;
        margin-top: 0px;
        border-top: solid 1px rgba(138, 73, 64, 0.2); }
  .p-optimization .p-area__image {
    width: 49%;
    max-width: 660px; }
    @media screen and (max-width: 1000px) {
      .p-optimization .p-area__image {
        width: 100%;
        max-width: 100%; } }
    .p-optimization .p-area__image img {
      border-radius: 0px 8px 8px 0px; }
      @media screen and (max-width: 1000px) {
        .p-optimization .p-area__image img {
          border-radius: 8px 8px 0px 0px; } }

@media screen and (max-width: 490px) {
  .p-service__inner {
    margin-top: 60px !important; } }
.p-service__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px; }
  @media screen and (max-width: 1250px) {
    .p-service__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.p-service__item {
  width: calc((100% - 16px )/2);
  background-color: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  @media screen and (max-width: 1250px) {
    .p-service__item {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .p-service__item {
      padding: 20px 20px 50px 20px !important; } }
  @media screen and (max-width: 768px) {
    .p-service__item + .p-service__item {
      margin-top: 30px; } }
.p-service .c-service {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  height: 100%; }
  @media screen and (max-width: 1000px) {
    .p-service .c-service {
      gap: 20px; } }
  @media screen and (max-width: 630px) {
    .p-service .c-service {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .p-service .c-service__image {
    width: 46%;
    max-width: 300px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 630px) {
      .p-service .c-service__image {
        width: 100%;
        max-width: 100%;
        max-height: 300px; } }
  .p-service .c-service__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 630px) {
      .p-service .c-service__text {
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .p-service .c-service-item__subheading {
    display: inline-block;
    font: normal 12px/1.5 YakuHanJP, "Marcellus", sans-serif;
    color: #8A4940;
    margin-bottom: 4px; }
  .p-service .c-service-item__heading {
    font: 600 24px/1.2 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #8A4940; }
  .p-service .c-service-item p {
    margin-top: 18px; }
  .p-service .c-service .c-cta {
    margin-top: 30px; }

@media screen and (max-width: 768px) {
  .p-updatemaintenance .p-merit__list-wrapper, .p-newinstallation .p-merit__list-wrapper {
    margin-top: 50px; } }
.p-updatemaintenance .p-merit__item, .p-newinstallation .p-merit__item {
  padding: 40px 0px;
  border-top: solid 1px rgba(138, 73, 64, 0.2);
  border-bottom: solid 1px rgba(138, 73, 64, 0.2); }
  .p-updatemaintenance .p-merit__item + .p-merit__item, .p-newinstallation .p-merit__item + .p-merit__item {
    border-top: none;
    border-bottom: solid 1px rgba(138, 73, 64, 0.2); }
.p-updatemaintenance .p-merit .c-merit, .p-newinstallation .p-merit .c-merit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px; }
  @media screen and (max-width: 1080px) {
    .p-updatemaintenance .p-merit .c-merit, .p-newinstallation .p-merit .c-merit {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 30px; } }
  @media screen and (max-width: 1080px) {
    .p-updatemaintenance .p-merit .c-merit.p-even, .p-newinstallation .p-merit .c-merit.p-even {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .p-updatemaintenance .p-merit .c-merit__image, .p-newinstallation .p-merit .c-merit__image {
    width: 55%;
    max-width: 650px; }
    @media screen and (max-width: 1080px) {
      .p-updatemaintenance .p-merit .c-merit__image, .p-newinstallation .p-merit .c-merit__image {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .p-updatemaintenance .p-merit .c-merit__image img, .p-newinstallation .p-merit .c-merit__image img {
      border-radius: 5px;
      -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
              filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  .p-updatemaintenance .p-merit .c-merit__text-wrapper, .p-newinstallation .p-merit .c-merit__text-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1080px) {
      .p-updatemaintenance .p-merit .c-merit__text-wrapper, .p-newinstallation .p-merit .c-merit__text-wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%; } }
  .p-updatemaintenance .p-merit .c-merit__text p, .p-newinstallation .p-merit .c-merit__text p {
    margin-top: 20px; }
  .p-updatemaintenance .p-merit .c-merit__subheading, .p-newinstallation .p-merit .c-merit__subheading {
    display: inline-block;
    font: normal 18px/1 YakuHanJP, "Marcellus", sans-serif;
    letter-spacing: 0.02em;
    color: #8A4940;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .p-updatemaintenance .p-merit .c-merit__subheading, .p-newinstallation .p-merit .c-merit__subheading {
        margin-bottom: 12px; } }
  .p-updatemaintenance .p-merit .c-merit__heading, .p-newinstallation .p-merit .c-merit__heading {
    font: 600 28px/1.2 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #6D5D52;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 1080px) {
      .p-updatemaintenance .p-merit .c-merit__heading, .p-newinstallation .p-merit .c-merit__heading {
        font-size: 22px; } }
    @media screen and (max-width: 768px) {
      .p-updatemaintenance .p-merit .c-merit__heading, .p-newinstallation .p-merit .c-merit__heading {
        font-size: 20px; } }
@media screen and (max-width: 768px) {
  .p-updatemaintenance .p-possible__list-wrapper, .p-newinstallation .p-possible__list-wrapper {
    margin-top: 50px; } }
.p-updatemaintenance .p-possible__list, .p-newinstallation .p-possible__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px; }
  @media screen and (max-width: 630px) {
    .p-updatemaintenance .p-possible__list, .p-newinstallation .p-possible__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.p-updatemaintenance .p-possible__item, .p-newinstallation .p-possible__item {
  width: calc((100% - 40px)/3);
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  @media screen and (max-width: 950px) {
    .p-updatemaintenance .p-possible__item, .p-newinstallation .p-possible__item {
      padding: 20px; } }
  @media screen and (max-width: 630px) {
    .p-updatemaintenance .p-possible__item, .p-newinstallation .p-possible__item {
      width: 100%; } }
.p-updatemaintenance .p-possible .c-possible-item__icon, .p-newinstallation .p-possible .c-possible-item__icon {
  max-width: 140px;
  margin: 0 auto; }
  @media screen and (max-width: 730px) {
    .p-updatemaintenance .p-possible .c-possible-item__icon, .p-newinstallation .p-possible .c-possible-item__icon {
      max-width: 100px; } }
.p-updatemaintenance .p-possible .c-possible-item__title, .p-newinstallation .p-possible .c-possible-item__title {
  margin-top: 20px; }
.p-updatemaintenance .p-possible .c-possible-item p, .p-newinstallation .p-possible .c-possible-item p {
  text-align: center; }
.p-updatemaintenance .p-possible__other, .p-newinstallation .p-possible__other {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  .p-updatemaintenance .p-possible__other h4, .p-newinstallation .p-possible__other h4 {
    text-align: center;
    font: normal 20px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #6D5D52;
    margin-bottom: 18px; }
  .p-updatemaintenance .p-possible__other .p-possible__list, .p-newinstallation .p-possible__other .p-possible__list {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .p-updatemaintenance .p-possible__other .p-possible__item, .p-newinstallation .p-possible__other .p-possible__item {
    width: auto;
    text-align: left;
    padding: 0px 0px 0px 23px;
    background-color: transparent;
    position: relative; }
    @media screen and (max-width: 950px) {
      .p-updatemaintenance .p-possible__other .p-possible__item, .p-newinstallation .p-possible__other .p-possible__item {
        min-width: 230px; } }
    .p-updatemaintenance .p-possible__other .p-possible__item::before, .p-newinstallation .p-possible__other .p-possible__item::before {
      content: "";
      background-image: url("../images/common/checkbox.svg");
      background-size: cover;
      width: 16px;
      height: 16px;
      position: absolute;
      top: 7px;
      left: 0; }
.p-updatemaintenance .c-banner, .p-newinstallation .c-banner {
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .p-updatemaintenance .c-banner, .p-newinstallation .c-banner {
      margin-top: 60px !important; } }
  @media screen and (max-width: 630px) {
    .p-updatemaintenance .c-banner, .p-newinstallation .c-banner {
      padding: 0px !important; } }
  .p-updatemaintenance .c-banner__banner, .p-newinstallation .c-banner__banner {
    max-width: 1180px;
    margin: 0 auto;
    position: relative; }
    .p-updatemaintenance .c-banner__banner:hover, .p-newinstallation .c-banner__banner:hover {
      opacity: .6; }
    .p-updatemaintenance .c-banner__banner a, .p-newinstallation .c-banner__banner a {
      width: 100%;
      height: 100%;
      display: inline-block; }
    .p-updatemaintenance .c-banner__banner .c-title__subheading, .p-newinstallation .c-banner__banner .c-title__subheading {
      display: inline-block;
      font: normal 40px/1 YakuHanJP, "Marcellus", sans-serif;
      letter-spacing: 0.023em;
      color: #fff;
      margin-bottom: 11px; }
    .p-updatemaintenance .c-banner__banner .c-title__heading, .p-newinstallation .c-banner__banner .c-title__heading {
      font: 500 20px/1 YakuHanJP, "Noto Serif JP", sans-serif;
      color: #fff; }
      @media screen and (max-width: 630px) {
        .p-updatemaintenance .c-banner__banner .c-title__heading, .p-newinstallation .c-banner__banner .c-title__heading {
          font-size: 24px; } }
  .p-updatemaintenance .c-banner__text, .p-newinstallation .c-banner__text {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0px 52px;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
    @media screen and (max-width: 630px) {
      .p-updatemaintenance .c-banner__text, .p-newinstallation .c-banner__text {
        padding: 0px 22px; } }
    @media screen and (max-width: 440px) {
      .p-updatemaintenance .c-banner__text, .p-newinstallation .c-banner__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (max-width: 768px) {
      .p-updatemaintenance .c-banner__text .c-title__subheading, .p-newinstallation .c-banner__text .c-title__subheading {
        font-size: 32px; } }
    .p-updatemaintenance .c-banner__text .c-title__heading, .p-newinstallation .c-banner__text .c-title__heading {
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        .p-updatemaintenance .c-banner__text .c-title__heading, .p-newinstallation .c-banner__text .c-title__heading {
          font-size: 16px; } }
  .p-updatemaintenance .c-banner__cta, .p-newinstallation .c-banner__cta {
    gap: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 440px) {
      .p-updatemaintenance .c-banner__cta, .p-newinstallation .c-banner__cta {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .p-updatemaintenance .c-banner__cta p, .p-newinstallation .c-banner__cta p {
      font-size: 16px;
      color: #fff; }
    .p-updatemaintenance .c-banner__cta .c-banner__arrow, .p-newinstallation .c-banner__cta .c-banner__arrow {
      width: 20px;
      padding-bottom: 8px; }
  .p-updatemaintenance .c-banner__title, .p-newinstallation .c-banner__title {
    font: 600 26px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #6D5D52;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 32px; }
    @media screen and (max-width: 470px) {
      .p-updatemaintenance .c-banner__title, .p-newinstallation .c-banner__title {
        font-size: 20px; } }
  .p-updatemaintenance .c-banner img, .p-newinstallation .c-banner img {
    border-radius: 10px; }

@media screen and (max-width: 430px) {
  .p-updatemaintenance .c-lower-mv-title__subheading {
    font-size: 42px; } }
.p-updatemaintenance .p-update .c-service-lead {
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .p-updatemaintenance .p-update .c-service-lead {
      margin-bottom: 30px; } }
.p-updatemaintenance .p-maintenance {
  margin-top: 100px; }
  .p-updatemaintenance .p-maintenance .c-service-lead {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .p-updatemaintenance .p-maintenance .c-service-lead {
        margin-bottom: 30px; } }

.p-newinstallation .p-possible__other {
  padding: 36px; }
  .p-newinstallation .p-possible__other h3 {
    text-align: center;
    font: normal 20px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #6D5D52;
    margin-bottom: 18px; }
  .p-newinstallation .p-possible__other .p-possible__list {
    max-width: 880px;
    margin: 0 auto;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .p-newinstallation .p-possible__other .p-possible__list {
        gap: 0.625em; } }
    @media screen and (max-width: 630px) {
      .p-newinstallation .p-possible__other .p-possible__list {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .p-newinstallation .p-possible__other .p-possible__item {
    width: 280px; }

.p-strength .p-point__item {
  margin-bottom: 60px; }
  .p-strength .p-point__item:nth-of-type(4), .p-strength .p-point__item:nth-of-type(5) {
    margin-bottom: 40px; }
    @media screen and (min-width: 1130px) and (max-width: 1280px) {
      .p-strength .p-point__item:nth-of-type(4), .p-strength .p-point__item:nth-of-type(5) {
        margin-bottom: 50px; } }
    @media screen and (max-width: 1130px) {
      .p-strength .p-point__item:nth-of-type(4), .p-strength .p-point__item:nth-of-type(5) {
        margin-bottom: 60px; } }
    @media screen and (max-width: 768px) {
      .p-strength .p-point__item:nth-of-type(4), .p-strength .p-point__item:nth-of-type(5) {
        margin-bottom: 50px; } }
    @media screen and (max-width: 1130px) {
      .p-strength .p-point__item:nth-of-type(4) .c-point, .p-strength .p-point__item:nth-of-type(5) .c-point {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (min-width: 1130px) and (max-width: 1280px) {
      .p-strength .p-point__item:nth-of-type(4) .c-point__image-wrapper, .p-strength .p-point__item:nth-of-type(5) .c-point__image-wrapper {
        width: 40%; } }
    @media screen and (min-width: 1130px) and (max-width: 1280px) {
      .p-strength .p-point__item:nth-of-type(4) .c-point__heading, .p-strength .p-point__item:nth-of-type(5) .c-point__heading {
        font-size: 24px; } }
    .p-strength .p-point__item:nth-of-type(4) .c-point__text-wrapper, .p-strength .p-point__item:nth-of-type(5) .c-point__text-wrapper {
      max-width: 880px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media screen and (max-width: 1130px) {
        .p-strength .p-point__item:nth-of-type(4) .c-point__text-wrapper, .p-strength .p-point__item:nth-of-type(5) .c-point__text-wrapper {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    @media screen and (min-width: 1130px) and (max-width: 1300px) {
      .p-strength .p-point__item:nth-of-type(4) .c-point__text p, .p-strength .p-point__item:nth-of-type(5) .c-point__text p {
        margin-top: 20px; } }
    .p-strength .p-point__item:nth-of-type(4) .c-point__image-wrapper, .p-strength .p-point__item:nth-of-type(5) .c-point__image-wrapper {
      width: 30%;
      max-width: 400px; }
      @media screen and (max-width: 1130px) {
        .p-strength .p-point__item:nth-of-type(4) .c-point__image-wrapper, .p-strength .p-point__item:nth-of-type(5) .c-point__image-wrapper {
          width: 100%;
          max-width: 100%; } }
  .p-strength .p-point__item:nth-of-type(5) {
    margin-bottom: 0px; }
    .p-strength .p-point__item:nth-of-type(5) .c-point__image {
      border: solid 1px #ddd; }
.p-strength .p-point .c-point {
  gap: 4.47%; }
  @media screen and (max-width: 1130px) {
    .p-strength .p-point .c-point {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 40px; } }
  @media screen and (max-width: 768px) {
    .p-strength .p-point .c-point {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 30px; } }
  .p-strength .p-point .c-point__text-wrapper {
    max-width: 650px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1000px) {
      .p-strength .p-point .c-point__text-wrapper {
        width: 100%;
        max-width: 100%; } }
  @media screen and (max-width: 1130px) {
    .p-strength .p-point .c-point__text {
      width: 100%; } }
  .p-strength .p-point .c-point__text p {
    margin-top: 40px; }
    @media screen and (max-width: 1130px) {
      .p-strength .p-point .c-point__text p {
        margin-top: 30px; } }
    @media screen and (max-width: 768px) {
      .p-strength .p-point .c-point__text p {
        margin-top: 20px; } }
  .p-strength .p-point .c-point__subheading {
    display: inline-block;
    font: normal 20px/1 YakuHanJP, "Marcellus", sans-serif;
    letter-spacing: 0.05em;
    color: #8A4940;
    margin-bottom: 10px; }
    @media screen and (max-width: 1130px) {
      .p-strength .p-point .c-point__subheading {
        margin-bottom: 6px; } }
    @media screen and (max-width: 768px) {
      .p-strength .p-point .c-point__subheading {
        font-size: 18px; } }
  .p-strength .p-point .c-point__heading {
    font: normal 28px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    color: #6D5D52; }
    @media screen and (max-width: 768px) {
      .p-strength .p-point .c-point__heading {
        font-size: 22px; } }
  .p-strength .p-point .c-point__image-wrapper {
    width: 54%;
    max-width: 630px;
    -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
            filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
    @media screen and (max-width: 1130px) {
      .p-strength .p-point .c-point__image-wrapper {
        width: 100%;
        max-width: 100%; } }
  .p-strength .p-point .c-point__image {
    border-radius: 5px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1130px) {
      .p-strength .p-point .c-point__image {
        width: 100%; } }

.p-case .p-detail {
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  .p-case .p-detail__image {
    max-height: 440px;
    margin-bottom: 40px;
    overflow: hidden; }
  .p-case .p-detail__text {
    background-color: #fff;
    border-radius: 8px; }
  .p-case .p-detail__title {
    margin-bottom: 30px; }
  .p-case .p-detail__subheading {
    font: normal 18px/1 YakuHanJP, "Marcellus", sans-serif;
    letter-spacing: 0.02em;
    color: #8A4940; }
    @media screen and (max-width: 768px) {
      .p-case .p-detail__subheading {
        font-size: 14px; } }
  .p-case .p-detail__heading {
    font: 600 28px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    color: #6D5D52;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .p-case .p-detail__heading {
        font-size: 22px; } }
  .p-case .p-detail__list h4 {
    font: 600 24px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #6D5D52;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
    padding-left: 16px;
    position: relative; }
    .p-case .p-detail__list h4::before {
      content: "";
      width: 3px;
      height: 100%;
      background-color: #8A4940;
      position: absolute;
      top: 0px;
      left: 0px; }
    @media screen and (max-width: 768px) {
      .p-case .p-detail__list h4 {
        font-size: 20px; } }
  .p-case .p-detail__item + .p-detail__item {
    margin-top: 30px; }

.p-works .c-introduction__sentence {
  text-align: center !important;
  margin-top: 60px; }
  @media screen and (max-width: 490px) {
    .p-works .c-introduction__sentence br {
      display: block; } }
.p-works .bg-tokyo {
  background-color: #D09F1B; }
.p-works .bg-kanagawa {
  background-color: #3E51AC; }
.p-works .bg-chiba {
  background-color: #AC3E3E; }
.p-works .bg-saitama {
  background-color: #D0661B; }
.p-works .bg-ibaraki {
  background-color: #1B7ED0; }
.p-works .bg-tochigi {
  background-color: #1B7ED0; }
.p-works .bg-gunma {
  background-color: #1B7ED0; }
.p-works .bg-default {
  background-color: #f5f5f5; }
.p-works .bg-other {
  background-color: #75D01B; }
.p-works__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px; }
  @media screen and (max-width: 1200px) {
    .p-works__list {
      gap: 30px; } }
  @media screen and (max-width: 990px) {
    .p-works__list {
      gap: 40px; } }
  @media screen and (max-width: 680px) {
    .p-works__list {
      gap: 30px; } }
  @media screen and (max-width: 630px) {
    .p-works__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 40px; } }
.p-works__item {
  width: calc((100% - 80px)/3);
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  @media screen and (max-width: 1200px) {
    .p-works__item {
      width: calc((100% - 60px)/3); } }
  @media screen and (max-width: 990px) {
    .p-works__item {
      width: calc((100% - 40px)/2); } }
  @media screen and (max-width: 680px) {
    .p-works__item {
      width: calc((100% - 30px)/2); } }
  @media screen and (max-width: 630px) {
    .p-works__item {
      width: 100%; } }
.p-works__image {
  height: 340px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .p-works__image {
      height: 240px; } }
.p-works__text {
  margin-top: 24px; }
  .p-works__text .c-works__tag {
    min-width: 80px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .p-works__text .c-works__tag {
        min-width: 60px; } }
    .p-works__text .c-works__tag p {
      font: bold 14px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      text-align: center;
      letter-spacing: 0.05em;
      color: #fff; }
  .p-works__text .c-works__heading {
    font: 600 20px/1 YakuHanJP, "Noto Serif JP", sans-serif;
    color: #8A4940;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal; }
    @media screen and (max-width: 768px) {
      .p-works__text .c-works__heading {
        font-size: 20px; } }
    .p-works__text .c-works__heading span {
      font: 600 14px/1 YakuHanJP, "Noto Serif JP", sans-serif;
      color: #8A4940; }
  .p-works__text .c-works__site {
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal; }
    .p-works__text .c-works__site span {
      font: normal 14px / 2 "Zen Kaku Gothic New", sans-serif;
      display: inline-block;
      font-weight: bold; }
  .p-works__text .c-works__date {
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal; }
    .p-works__text .c-works__date span {
      font: normal 14px / 2 "Zen Kaku Gothic New", sans-serif;
      display: inline-block;
      font-weight: bold; }

.p-works-single .p-detail {
  background-color: #fff;
  border-radius: 8px;
  padding: 80px 100px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  @media screen and (max-width: 768px) {
    .p-works-single .p-detail {
      padding: 40px 20px; } }
  .p-works-single .p-detail p {
    font: normal 16px/1.5  YakuHanJP, "Hiragino Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 0.8px; }
    .p-works-single .p-detail p a {
      text-decoration: underline; }
      .p-works-single .p-detail p a:hover {
        text-decoration: none; }
    .p-works-single .p-detail p + img, .p-works-single .p-detail p + p {
      margin-top: 10px; }
    .p-works-single .p-detail p + h3, .p-works-single .p-detail p + h4, .p-works-single .p-detail p + h5 {
      margin-top: 30px; }
  .p-works-single .p-detail img {
    -o-object-fit: contain;
       object-fit: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
    .p-works-single .p-detail img.aligncenter {
      margin: 0 auto;
      display: block; }
  .p-works-single .p-detail p {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin-top: 24px; }
    @media screen and (max-width: 768px) {
      .p-works-single .p-detail p {
        margin-top: 12px; } }
  .p-works-single .p-detail__title {
    max-width: 860px;
    margin: 0px auto 16px; }
  .p-works-single .p-detail__heading {
    font: 600 28px/1.6 YakuHanJP, "Noto Serif JP", sans-serif;
    letter-spacing: 0.05em;
    color: #6D5D52;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal; }
    @media screen and (max-width: 768px) {
      .p-works-single .p-detail__heading {
        font-size: 22px; } }
    .p-works-single .p-detail__heading span {
      display: inline-block;
      vertical-align: bottom;
      font: 600 24px/1.6 YakuHanJP, "Noto Serif JP", sans-serif;
      letter-spacing: 0.05em;
      color: #6D5D52;
      overflow: hidden;
      word-break: break-word;
      overflow-wrap: break-word;
      white-space: normal; }
      @media screen and (max-width: 768px) {
        .p-works-single .p-detail__heading span {
          font-size: 14px;
          vertical-align: middle; } }
  .p-works-single .p-detail__image {
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .p-works-single .p-detail__image {
        margin-bottom: 30px; } }
    .p-works-single .p-detail__image .slider-main {
      max-width: 1000px;
      max-height: 580px;
      margin: 0px auto;
      padding: 0px 60px;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 768px) {
        .p-works-single .p-detail__image .slider-main {
          padding: 0px 40px; } }
      .p-works-single .p-detail__image .slider-main .slick-list.draggable {
        aspect-ratio: 860 / 530; }
      .p-works-single .p-detail__image .slider-main .slick-slide {
        aspect-ratio: 860 / 530;
        background-color: #ddd;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .p-works-single .p-detail__image .slider-main .slick-prev.slick-arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 0px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 3; }
        @media screen and (max-width: 768px) {
          .p-works-single .p-detail__image .slider-main .slick-prev.slick-arrow {
            width: 30px;
            height: 30px; } }
        .p-works-single .p-detail__image .slider-main .slick-prev.slick-arrow:hover {
          opacity: .6; }
      .p-works-single .p-detail__image .slider-main .slick-next.slick-arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        right: 0px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 3; }
        @media screen and (max-width: 768px) {
          .p-works-single .p-detail__image .slider-main .slick-next.slick-arrow {
            width: 30px;
            height: 30px; } }
        .p-works-single .p-detail__image .slider-main .slick-next.slick-arrow:hover {
          opacity: .6; }
      .p-works-single .p-detail__image .slider-main .slick-prev::after, .p-works-single .p-detail__image .slider-main .slick-next::after {
        content: ''; }
    .p-works-single .p-detail__image .slider-nav {
      max-width: 860px;
      max-height: 580px;
      margin: 20px auto 0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 20px; }
      @media screen and (max-width: 768px) {
        .p-works-single .p-detail__image .slider-nav {
          gap: 10px; } }
      .p-works-single .p-detail__image .slider-nav div {
        cursor: pointer;
        width: calc((100% - 80px) / 5); }
        @media screen and (max-width: 768px) {
          .p-works-single .p-detail__image .slider-nav div {
            width: calc((100% - 40px) / 5); } }
        .p-works-single .p-detail__image .slider-nav div img {
          width: 100%; }
  .p-works-single .p-detail__text {
    max-width: 860px;
    margin: 56px auto 0px; }
    @media screen and (max-width: 768px) {
      .p-works-single .p-detail__text {
        margin: 30px auto 0px; } }
  .p-works-single .p-detail__item h3 {
    font: bold 24px/1 YakuHanJP, "Noto Serif JP", sans-serif;
    letter-spacing: 0.03em;
    color: #6D5D52;
    padding-left: 19px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .p-works-single .p-detail__item h3 {
        font-size: 20px; } }
    .p-works-single .p-detail__item h3::after {
      content: "";
      background-color: #8A4940;
      width: 3px;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px; }
  .p-works-single .p-detail__item + .p-detail__item {
    margin-top: 30px; }
  .p-works-single .p-detail__item .p-detail__comment {
    margin-top: 24px;
    word-break: break-all; }
    @media screen and (max-width: 768px) {
      .p-works-single .p-detail__item .p-detail__comment {
        margin-top: 12px; } }
    .p-works-single .p-detail__item .p-detail__comment h3 {
      font: bold 24px/1.5  YakuHanJP, "Hiragino Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .p-works-single .p-detail__item .p-detail__comment h3 + p, .p-works-single .p-detail__item .p-detail__comment h3 + img, .p-works-single .p-detail__item .p-detail__comment h3 + h4, .p-works-single .p-detail__item .p-detail__comment h3 + h5 {
        margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .p-works-single .p-detail__item .p-detail__comment h3 {
          font-size: 18px; } }
    .p-works-single .p-detail__item .p-detail__comment h4 {
      font: bold 18px/1.5  YakuHanJP, "Hiragino Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .p-works-single .p-detail__item .p-detail__comment h4 + p, .p-works-single .p-detail__item .p-detail__comment h4 + img, .p-works-single .p-detail__item .p-detail__comment h4 + h4, .p-works-single .p-detail__item .p-detail__comment h4 + h5 {
        margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .p-works-single .p-detail__item .p-detail__comment h4 {
          font-size: 16px; } }
    .p-works-single .p-detail__item .p-detail__comment h5 {
      font: bold 14px/1.5  YakuHanJP, "Hiragino Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .p-works-single .p-detail__item .p-detail__comment h5 + p, .p-works-single .p-detail__item .p-detail__comment h5 + img, .p-works-single .p-detail__item .p-detail__comment h5 + h4, .p-works-single .p-detail__item .p-detail__comment h5 + h5 {
        margin-top: 10px; }
    .p-works-single .p-detail__item .p-detail__comment p {
      font: normal 16px/1.5  YakuHanJP, "Hiragino Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      letter-spacing: 0.8px; }
      .p-works-single .p-detail__item .p-detail__comment p a {
        text-decoration: underline; }
        .p-works-single .p-detail__item .p-detail__comment p a:hover {
          text-decoration: none; }
      .p-works-single .p-detail__item .p-detail__comment p + img, .p-works-single .p-detail__item .p-detail__comment p + p {
        margin-top: 10px; }
      .p-works-single .p-detail__item .p-detail__comment p + h3, .p-works-single .p-detail__item .p-detail__comment p + h4, .p-works-single .p-detail__item .p-detail__comment p + h5 {
        margin-top: 30px; }
    .p-works-single .p-detail__item .p-detail__comment img {
      width: 100%;
      max-width: 500px; }
      .p-works-single .p-detail__item .p-detail__comment img.aligncenter {
        margin: 0 auto;
        display: block; }
.p-works-single .c-cta {
  text-align: center;
  margin-top: 56px;
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .p-works-single .c-cta {
      margin-bottom: 80px; } }

.p-voice .c-introduction__sentence {
  text-align: center !important;
  margin-top: 60px; }
  @media screen and (max-width: 490px) {
    .p-voice .c-introduction__sentence br {
      display: block; } }
.p-voice .p-voice__list {
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 430px) {
    .p-voice .p-voice__list {
      gap: 30px; } }
.p-voice .p-voice__item {
  width: calc((100% - 30px)/4);
  border-radius: 5px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  @media screen and (max-width: 1000px) {
    .p-voice .p-voice__item {
      width: calc((100% - 20px)/3); } }
  @media screen and (max-width: 630px) {
    .p-voice .p-voice__item {
      width: calc((100% - 10px)/2); } }
  @media screen and (max-width: 430px) {
    .p-voice .p-voice__item {
      width: 100%; } }
.p-voice .p-voice__image {
  height: 300px; }
  @media screen and (max-width: 768px) {
    .p-voice .p-voice__image {
      height: 200px; } }
  .p-voice .p-voice__image img {
    border-radius: 5px 5px 0px 0px; }
.p-voice .p-voice__modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); }
  .p-voice .p-voice__modal .p-voice__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.p-voice .p-voice__modalWrapper {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.p-voice .p-voice__text {
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  padding: 24px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .p-voice .p-voice__text {
      padding: 12px 18px; } }
  .p-voice .p-voice__text h2 {
    font: bold 18px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    width: calc(100% - 16px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .p-voice .p-voice__text .p-voice__plus {
    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;
    cursor: pointer; }
.p-voice .p-voice__close {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -20px; }
.p-voice .voice-modal {
  position: relative;
  background-color: #fff;
  width: 80%; }
  @media screen and (max-width: 768px) {
    .p-voice .voice-modal {
      width: 85%;
      max-width: 85%; } }
  .p-voice .voice-modal .bigimg {
    max-width: 80%;
    max-height: 80vh;
    margin: 0 auto;
    position: relative;
    overflow: scroll; }

.p-flow .p-step__item {
  padding: 40px 0px;
  border-bottom: solid 1px rgba(138, 73, 64, 0.2); }
  .p-flow .p-step__item:first-of-type {
    padding-top: 0px; }
.p-flow .p-step .c-step {
  padding: 0px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px; }
  @media screen and (max-width: 1080px) {
    .p-flow .p-step .c-step {
      padding: 0px; } }
  @media screen and (max-width: 768px) {
    .p-flow .p-step .c-step {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 24px; } }
  .p-flow .p-step .c-step__text-wrapper {
    max-width: 570px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .p-flow .p-step .c-step__text-wrapper {
        width: 100%;
        max-width: 100%; } }
  .p-flow .p-step .c-step__text p {
    margin-top: 18px; }
  .p-flow .p-step .c-step__subheading {
    display: inline-block;
    font: bold 14px/1 YakuHanJP, "Marcellus", sans-serif;
    letter-spacing: 0.02em;
    color: #8A4940;
    margin-bottom: 5px; }
    .p-flow .p-step .c-step__subheading--l {
      display: inline-block;
      font: bold 20px/1 YakuHanJP, "Marcellus", sans-serif;
      letter-spacing: 0.02em;
      color: #8A4940; }
  .p-flow .p-step .c-step__heading {
    font: 600 24px/1.2 YakuHanJP, "Noto Serif JP", sans-serif;
    letter-spacing: 0.03em;
    color: #8A4940; }
    @media screen and (max-width: 768px) {
      .p-flow .p-step .c-step__heading {
        font-size: 20px; } }
  .p-flow .p-step .c-step__image-wrapper {
    width: 54%;
    max-width: 570px; }
    @media screen and (max-width: 768px) {
      .p-flow .p-step .c-step__image-wrapper {
        width: 100%;
        max-width: 100%; } }
  .p-flow .p-step .c-step__image {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
            filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
    .p-flow .p-step .c-step__image::after {
      content: "";
      inset: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.08);
      border-radius: 5px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }

.p-aboutus .p-company {
  background-color: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  .p-aboutus .p-company .c-lower-lead {
    margin-bottom: 36px; }
    .p-aboutus .p-company .c-lower-lead .c-title__subheading {
      margin-bottom: 16px; }
  .p-aboutus .p-company__table {
    width: 100%; }
  .p-aboutus .p-company__item {
    padding: 24px 24px 24px 0px;
    border-bottom: solid 1px #F8ECDE;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 768px) {
      .p-aboutus .p-company__item {
        padding: 24px 0px; } }
  .p-aboutus .p-company__term {
    font-weight: bold;
    width: 23.235%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .p-aboutus .p-company__term {
        width: 150px;
        text-align: left; } }
    @media screen and (max-width: 490px) {
      .p-aboutus .p-company__term {
        width: 120px; } }
  .p-aboutus .p-company__description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 50px; }
    @media screen and (max-width: 768px) {
      .p-aboutus .p-company__description {
        padding-left: 20px; } }
    .p-aboutus .p-company__description ul + ul {
      margin-top: 32px; }
    .p-aboutus .p-company__description li + li {
      margin-top: 2px; }
.p-aboutus .p-access {
  background-color: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  .p-aboutus .p-access .c-lower-lead {
    margin-bottom: 30px; }
    .p-aboutus .p-access .c-lower-lead .c-title__subheading {
      margin-bottom: 20px; }
  .p-aboutus .p-access__text {
    margin-bottom: 20px; }
    @media screen and (max-width: 680px) {
      .p-aboutus .p-access__text {
        text-align: center; } }
    .p-aboutus .p-access__text h3 {
      font: normal 24px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
      color: #6D5D52;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .p-aboutus .p-access__text h3 {
          font-size: 20px; } }
  .p-aboutus .p-access__map {
    width: 100%; }
    .p-aboutus .p-access__map iframe {
      width: 100%;
      border-radius: 5px;
      overflow: hidden; }
      @media screen and (max-width: 630px) {
        .p-aboutus .p-access__map iframe {
          height: 420px; } }
      @media screen and (max-width: 470px) {
        .p-aboutus .p-access__map iframe {
          height: 360px; } }
  .p-aboutus .p-access__address {
    gap: 10px; }
    @media screen and (max-width: 680px) {
      .p-aboutus .p-access__address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: none; } }
    @media screen and (max-width: 680px) {
      .p-aboutus .p-access__address p {
        line-height: 1.5; } }

.p-news__list-wrapper {
  background-color: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
.p-news .c-news {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .p-news .c-news {
      display: block; } }
  .p-news .c-news__date {
    font-weight: 500;
    width: 80px;
    margin-right: 20px; }
  .p-news .c-news__heading {
    width: calc(100% - 100px);
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative; }
    .p-news .c-news__heading::after {
      content: "";
      width: 20px;
      height: 16px;
      background-image: url(../images/common/arrow_brown.svg);
      background-size: cover;
      position: absolute;
      top: 5px;
      right: 0px;
      -webkit-transition: background-image .3s ease;
      transition: background-image .3s ease; }
    @media screen and (max-width: 768px) {
      .p-news .c-news__heading {
        width: 100%;
        margin-top: 0px; } }
.p-news__item {
  width: 100%;
  padding: 16px 0px;
  border-bottom: solid 1px rgba(138, 73, 64, 0.2);
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .p-news__item {
      padding: 12px 0px; } }
  .p-news__item:first-of-type {
    padding-top: 0px; }
  .p-news__item + .p-news__item {
    margin-top: 20px; }
  .p-news__item:hover .c-news__date {
    opacity: .6; }
  .p-news__item:hover .c-news__heading {
    opacity: .6; }
    .p-news__item:hover .c-news__heading::after {
      opacity: .6; }

.p-news-single .c-news-single {
  background-color: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  .p-news-single .c-news-single__date {
    overflow: hidden; }
    .p-news-single .c-news-single__date span {
      display: inline-block;
      font: 500 12px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      color: #6D5D52;
      margin-bottom: 12px; }
  .p-news-single .c-news-single__heading {
    width: 100%;
    padding-bottom: 24px;
    letter-spacing: 0.05em;
    border-bottom: solid 1px rgba(138, 73, 64, 0.2); }
    @media screen and (max-width: 768px) {
      .p-news-single .c-news-single__heading {
        padding-bottom: 20px; } }
    .p-news-single .c-news-single__heading h2 {
      font: bold 28px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      letter-spacing: 0.05em;
      color: #6D5D52;
      word-break: break-word;
      overflow-wrap: break-word;
      white-space: normal; }
      @media screen and (max-width: 768px) {
        .p-news-single .c-news-single__heading h2 {
          font-size: 22px; } }
  .p-news-single .c-news-single__sentence {
    width: 100%; }
    .p-news-single .c-news-single__sentence h3 {
      font: bold 24px/1.5  YakuHanJP, "Hiragino Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .p-news-single .c-news-single__sentence h3 + p, .p-news-single .c-news-single__sentence h3 + img, .p-news-single .c-news-single__sentence h3 + h4, .p-news-single .c-news-single__sentence h3 + h5 {
        margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .p-news-single .c-news-single__sentence h3 {
          font-size: 18px; } }
    .p-news-single .c-news-single__sentence h4 {
      font: bold 18px/1.5  YakuHanJP, "Hiragino Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .p-news-single .c-news-single__sentence h4 + p, .p-news-single .c-news-single__sentence h4 + img, .p-news-single .c-news-single__sentence h4 + h4, .p-news-single .c-news-single__sentence h4 + h5 {
        margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .p-news-single .c-news-single__sentence h4 {
          font-size: 16px; } }
    .p-news-single .c-news-single__sentence h5 {
      font: bold 14px/1.5  YakuHanJP, "Hiragino Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
      .p-news-single .c-news-single__sentence h5 + p, .p-news-single .c-news-single__sentence h5 + img, .p-news-single .c-news-single__sentence h5 + h4, .p-news-single .c-news-single__sentence h5 + h5 {
        margin-top: 10px; }
    .p-news-single .c-news-single__sentence p {
      font: normal 16px/1.5  YakuHanJP, "Hiragino Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      letter-spacing: 0.8px; }
      .p-news-single .c-news-single__sentence p a {
        text-decoration: underline; }
        .p-news-single .c-news-single__sentence p a:hover {
          text-decoration: none; }
      .p-news-single .c-news-single__sentence p + img, .p-news-single .c-news-single__sentence p + p {
        margin-top: 10px; }
      .p-news-single .c-news-single__sentence p + h3, .p-news-single .c-news-single__sentence p + h4, .p-news-single .c-news-single__sentence p + h5 {
        margin-top: 30px; }
    .p-news-single .c-news-single__sentence img {
      width: 100%;
      max-width: 500px; }
      .p-news-single .c-news-single__sentence img.aligncenter {
        margin: 0 auto;
        display: block; }
    .p-news-single .c-news-single__sentence p {
      word-break: break-word;
      overflow-wrap: break-word;
      white-space: normal;
      margin-top: 32px; }
      @media screen and (max-width: 768px) {
        .p-news-single .c-news-single__sentence p {
          margin-top: 24px; } }
  .p-news-single .c-news-single .c-cta {
    text-align: center;
    margin-top: 56px; }
    @media screen and (max-width: 768px) {
      .p-news-single .c-news-single .c-cta {
        margin-top: 32px; } }

.p-contact .c-breadcrumbs {
  max-width: 1540px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px; }
  @media screen and (max-width: 768px) {
    .p-contact .c-breadcrumbs {
      padding-left: 20px;
      padding-right: 20px; } }
.p-contact .c-contact-lead {
  text-align: center; }
  .p-contact .c-contact-lead__heading {
    font: 600 24px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
    letter-spacing: 0.03em;
    margin-bottom: 22px;
    color: #8A4940; }
    @media screen and (max-width: 580px) {
      .p-contact .c-contact-lead__heading {
        font-size: 20px; } }
  .p-contact .c-contact-lead__telephone {
    font: bold 36px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.03em;
    color: #8A4940; }
    @media screen and (max-width: 580px) {
      .p-contact .c-contact-lead__telephone {
        font-size: 28px; } }
  .p-contact .c-contact-lead__sentence {
    font-size: 16px;
    margin-top: 12px; }
  .p-contact .c-contact-lead__time {
    font: normal 16px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif; }
  .p-contact .c-contact-lead__attention {
    display: inline-block; }
.p-contact .p-tel {
  background-color: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
.p-contact .p-form {
  background-color: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
  .p-contact .p-form .c-contact-lead__heading {
    color: #8A4940;
    margin-bottom: 30px; }
  .p-contact .p-form .c-contact-lead__attention {
    font-size: 12px; }
  .p-contact .p-form__forminput {
    margin-top: 64px; }
    .p-contact .p-form__forminput .p-form__item {
      font: bold 16px/1.5 #6D5D52;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 40px; }
      @media screen and (max-width: 950px) {
        .p-contact .p-form__forminput .p-form__item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 8px; } }
      .p-contact .p-form__forminput .p-form__item.p-form__item {
        margin-top: 30px;
        padding: 0px;
        border-bottom: none; }
        @media screen and (max-width: 950px) {
          .p-contact .p-form__forminput .p-form__item.p-form__item {
            margin-top: 32px; } }
    .p-contact .p-form__forminput .p-form__item.first, .p-contact .p-form__forminput .p-form__item:first-of-type {
      border-top: none; }
    .p-contact .p-form__forminput .p-form__title {
      width: 190px;
      padding: 0px;
      border: none; }
      .p-contact .p-form__forminput .p-form__title h3 {
        font: bold 16px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
        color: #6D5D52;
        letter-spacing: 0.03em; }
    .p-contact .p-form__forminput .p-form__content {
      width: calc(100% - 220px); }
      @media screen and (max-width: 950px) {
        .p-contact .p-form__forminput .p-form__content {
          width: 100%; } }
    .p-contact .p-form__forminput .p-form__content.p-select {
      position: relative; }
      .p-contact .p-form__forminput .p-form__content.p-select::after {
        content: "";
        width: 20px;
        height: 16px;
        background-image: url(../images/common/select_arrow_brown.svg);
        background-size: cover;
        position: absolute;
        top: 16px;
        right: 16px;
        pointer-events: none;
        opacity: 0.8; }
        @media screen and (max-width: 768px) {
          .p-contact .p-form__forminput .p-form__content.p-select::after {
            width: 16px;
            height: 12px;
            top: 18px;
            right: 12px; } }
    .p-contact .p-form__forminput .p-form__contactitem .wpcf7-form-control.wpcf7-checkbox {
      width: 60%; }
      @media screen and (max-width: 1300px) {
        .p-contact .p-form__forminput .p-form__contactitem .wpcf7-form-control.wpcf7-checkbox {
          width: 70%; } }
      @media screen and (max-width: 1180px) {
        .p-contact .p-form__forminput .p-form__contactitem .wpcf7-form-control.wpcf7-checkbox {
          width: 80%; } }
      @media screen and (max-width: 1080px) {
        .p-contact .p-form__forminput .p-form__contactitem .wpcf7-form-control.wpcf7-checkbox {
          width: 100%; } }
      @media screen and (max-width: 960px) {
        .p-contact .p-form__forminput .p-form__contactitem .wpcf7-form-control.wpcf7-checkbox {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media screen and (max-width: 950px) {
        .p-contact .p-form__forminput .p-form__contactitem .wpcf7-form-control.wpcf7-checkbox {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media screen and (max-width: 420px) {
        .p-contact .p-form__forminput .p-form__contactitem .wpcf7-form-control.wpcf7-checkbox {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .p-contact .p-form__forminput .p-form__contactitem .p-form__attention {
      font: normal 14px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      letter-spacing: 0.03em;
      display: inline-block;
      margin-top: 20px; }
      @media screen and (max-width: 420px) {
        .p-contact .p-form__forminput .p-form__contactitem .p-form__attention {
          margin-top: 20px; } }
    .p-contact .p-form__forminput .wpcf7-form input::-webkit-input-placeholder,
    .p-contact .p-form__forminput .wpcf7-form textarea::-webkit-input-placeholder {
      color: #999 !important;
      opacity: 1 !important; }
    .p-contact .p-form__forminput .wpcf7-form input:-ms-input-placeholder,
    .p-contact .p-form__forminput .wpcf7-form textarea:-ms-input-placeholder {
      color: #999 !important;
      opacity: 1 !important; }
    .p-contact .p-form__forminput .wpcf7-form input::-ms-input-placeholder,
    .p-contact .p-form__forminput .wpcf7-form textarea::-ms-input-placeholder {
      color: #999 !important;
      opacity: 1 !important; }
    .p-contact .p-form__forminput .wpcf7-form input::placeholder,
    .p-contact .p-form__forminput .wpcf7-form textarea::placeholder {
      color: #999 !important;
      opacity: 1 !important; }
    .p-contact .p-form__forminput .wpcf7-form input::-webkit-input-placeholder,
    .p-contact .p-form__forminput .wpcf7-form textarea::-webkit-input-placeholder {
      color: #999; }
    .p-contact .p-form__forminput .wpcf7-form input:-ms-input-placeholder,
    .p-contact .p-form__forminput .wpcf7-form textarea:-ms-input-placeholder {
      color: #999; }
    .p-contact .p-form__forminput .wpcf7-list-item label {
      height: 28px; }
    .p-contact .p-form__forminput .wpcf7-list-item label > input {
      left: 0px;
      top: 6px;
      width: 16px;
      height: 16px; }
    .p-contact .p-form__forminput .wpcf7-list-item label > span {
      height: 100%; }
    .p-contact .p-form__forminput .wpcf7-list-item label > span::before {
      content: "";
      margin: 2px 8px 2px 0;
      background-color: #fff;
      border-color: rgba(138, 73, 64, 0.2);
      border-radius: 50%;
      width: 16px;
      height: 16px;
      vertical-align: -4px;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s;
      pointer-events: none; }
    .p-contact .p-form__forminput .wpcf7-list-item label > span::after {
      content: "";
      top: 4px;
      left: -2px;
      width: 10px;
      height: 10px;
      background-color: #8A4940;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .p-contact .p-form__forminput .wpcf7-list-item-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .p-contact .p-form__forminput .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
      margin: 0px 30px 10px 0px; }
    .p-contact .p-form__forminput .wpcf7-list-item label > input[type="checkbox"] + span::before {
      border-radius: 20px; }
    .p-contact .p-form__forminput .wpcf7-list-item label > input:checked + span::before {
      border-color: rgba(138, 73, 64, 0.2); }
    .p-contact .p-form__forminput .p-form__address-zip {
      margin-bottom: 30px; }
      .p-contact .p-form__forminput .p-form__address-zip .wpcf7-form-control-wrap {
        margin-left: 8px; }
        .p-contact .p-form__forminput .p-form__address-zip .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
          margin-left: 0px; }
      .p-contact .p-form__forminput .p-form__address-zip .wpcf7-form-control-wrap input {
        width: 100px; }
    .p-contact .p-form__forminput .p-form__address-prefecture h4, .p-contact .p-form__forminput .p-form__address-city h4, .p-contact .p-form__forminput .p-form__address-number h4 {
      font: bold 16px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      color: #6D5D52;
      margin-bottom: 10px; }
    .p-contact .p-form__forminput .p-form__address-prefecture, .p-contact .p-form__forminput .p-form__address-city {
      margin-bottom: 30px; }
    .p-contact .p-form__forminput .p-form__address-number {
      margin-top: 10px; }
    .p-contact .p-form__forminput .wpcf7-text, .p-contact .p-form__forminput .wpcf7-textarea, .p-contact .p-form__forminput .wpcf7-select {
      font: normal 16px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      letter-spacing: .03em;
      border-radius: 5px;
      border: 1px solid rgba(138, 73, 64, 0.2);
      outline: 0;
      color: #6D5D52;
      padding: 10px 30px;
      background-color: #fdfdfd;
      -webkit-transition: background-color .3s, border-color .3s;
      transition: background-color .3s, border-color .3s; }
      @media screen and (max-width: 960px) {
        .p-contact .p-form__forminput .wpcf7-text, .p-contact .p-form__forminput .wpcf7-textarea, .p-contact .p-form__forminput .wpcf7-select {
          padding: 10px; } }
    .p-contact .p-form__forminput .p-form__consent {
      text-align: center;
      margin-top: 40px; }
      .p-contact .p-form__forminput .p-form__consent p + P {
        margin-top: 10px; }
      .p-contact .p-form__forminput .p-form__consent .p-form__explain {
        font: normal 14px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
        color: #6D5D52; }
        .p-contact .p-form__forminput .p-form__consent .p-form__explain a {
          display: inline-block;
          font: normal 14px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
          color: #6D5D52;
          border-bottom: solid 1px #6D5D52; }
          .p-contact .p-form__forminput .p-form__consent .p-form__explain a:hover {
            opacity: .6; }
      .p-contact .p-form__forminput .p-form__consent .wpcf7-list-item label > span::before {
        content: "";
        margin: 2px 8px 4px 0;
        background-color: #fdfdfd;
        border-color: #ddd;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        vertical-align: -6px;
        -webkit-transition: border-color 0.3s;
        transition: border-color 0.3s; }
      .p-contact .p-form__forminput .p-form__consent .wpcf7-list-item label > span::after {
        content: "";
        top: 3px;
        left: -2px;
        width: 10px;
        height: 10px;
        background-color: #8A4940;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
      .p-contact .p-form__forminput .p-form__consent .wpcf7-list-item label > input[type="checkbox"] + span {
        letter-spacing: 0.03em; }
      .p-contact .p-form__forminput .p-form__consent .wpcf7-list-item label > input[type="checkbox"] + span::before {
        border-radius: 50%; }
      .p-contact .p-form__forminput .p-form__consent .wpcf7-form-control.wpcf7-checkbox {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 10px; }
      .p-contact .p-form__forminput .p-form__consent .wpcf7-list-item.first.last {
        margin: 0px; }
    .p-contact .p-form__forminput .p-form__btn {
      text-align: center;
      margin: 0 auto; }
      .p-contact .p-form__forminput .p-form__btn input {
        color: #8A4940;
        height: 58px;
        font-weight: 500;
        letter-spacing: 0.03em;
        background-color: transparent;
        border: solid 1px #8A4940;
        margin: 36px auto 0px;
        max-width: 340px;
        padding: 16px 141px;
        display: inline-block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: background-color 0.3s ease, color 0.3s ease;
        transition: background-color 0.3s ease, color 0.3s ease; }
        .p-contact .p-form__forminput .p-form__btn input:hover {
          opacity: .6; }
        @media screen and (max-width: 580px) {
          .p-contact .p-form__forminput .p-form__btn input {
            height: 48px;
            padding: 16px 90px; } }
      .p-contact .p-form__forminput .p-form__btn .wpcf7-spinner {
        display: none; }
    .p-contact .p-form__forminput .wpcf7-response-output {
      text-align: center;
      width: 100%;
      background-color: #6D5D52;
      color: #fff;
      margin: 2em auto 1em;
      padding: 24px;
      border: none;
      border-radius: 8px;
      -webkit-transition: all .3s;
      transition: all .3s; }

.p-sitepolicy__inner {
  background-color: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
.p-sitepolicy__text:first-of-type {
  margin-bottom: 44px; }
.p-sitepolicy__text:last-of-type {
  margin-bottom: 0px !important; }
.p-sitepolicy__text + .p-sitepolicy__text {
  margin-bottom: 32px; }
.p-sitepolicy__text p + p {
  margin-top: 12px; }
.p-sitepolicy__heading {
  font: normal 24px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
  color: #6D5D52;
  margin-bottom: 12px; }
  @media screen and (max-width: 768px) {
    .p-sitepolicy__heading {
      font-size: 20px; } }
.p-sitepolicy--menseki li {
  padding-left: 7px;
  position: relative; }
  .p-sitepolicy--menseki li::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #6D5D52;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0px; }
.p-sitepolicy__attention {
  font-size: 14px;
  margin-top: 4px !important; }
.p-sitepolicy__cookie {
  margin-top: 12px; }
  .p-sitepolicy__cookie h4 {
    font: normal 14px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    margin-top: 12px;
    margin-bottom: 4px; }
.p-sitepolicy__data h3 {
  font: normal 20px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
  margin-top: 16px;
  margin-bottom: 12px; }
.p-sitepolicy__address {
  margin-top: 12px; }

.p-privacypolicy__inner {
  background-color: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
.p-privacypolicy__text:first-of-type {
  margin-bottom: 44px; }
  @media screen and (max-width: 768px) {
    .p-privacypolicy__text:first-of-type {
      margin-bottom: 32px; } }
.p-privacypolicy__text + .p-privacypolicy__text {
  margin-bottom: 32px; }
.p-privacypolicy__text:last-of-type {
  margin-bottom: 0px !important; }
.p-privacypolicy__text p + p {
  margin-top: 12px; }
.p-privacypolicy__heading {
  font: normal 24px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
  color: #6D5D52;
  margin-bottom: 12px; }
  @media screen and (max-width: 768px) {
    .p-privacypolicy__heading {
      font-size: 20px; } }
.p-privacypolicy .p-list-number {
  margin-top: 12px; }
.p-privacypolicy .p-list-bar {
  margin-bottom: 12px; }
  .p-privacypolicy .p-list-bar li {
    margin-left: 10px;
    padding-left: 12px;
    position: relative; }
    .p-privacypolicy .p-list-bar li::before {
      content: "";
      width: 8px;
      height: 1px;
      background-color: #6D5D52;
      position: absolute;
      top: 12px;
      left: 0px; }
.p-privacypolicy .p-list-dot {
  margin-left: 10px; }
  .p-privacypolicy .p-list-dot li {
    padding-left: 7px;
    position: relative; }
    .p-privacypolicy .p-list-dot li::before {
      content: "";
      width: 3px;
      height: 3px;
      background-color: #6D5D52;
      border-radius: 50%;
      position: absolute;
      top: 11px;
      left: 0px; }
.p-privacypolicy .p-list-number02 {
  margin: 8px 0px; }
.p-privacypolicy__address {
  margin-top: 8px; }

.p-thanks__inner {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
.p-thanks__heading {
  font: bold 28px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
  color: #6D5D52;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: solid 1px #ddd; }
  @media screen and (max-width: 768px) {
    .p-thanks__heading {
      font-size: 22px;
      padding-bottom: 22px; } }
  @media screen and (max-width: 500px) {
    .p-thanks__heading {
      white-space: normal; } }
.p-thanks__sentence:first-of-type {
  margin-top: 32px; }
  @media screen and (max-width: 768px) {
    .p-thanks__sentence:first-of-type {
      margin-top: 24px; } }
.p-thanks__sentence + .p-thanks__sentence {
  margin-top: 12px; }
.p-thanks .c-cta {
  margin-top: 56px; }
  @media screen and (max-width: 768px) {
    .p-thanks .c-cta {
      margin-top: 32px; } }

.p-nopage__inner {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09));
          filter: drop-shadow(3px 3px 18px rgba(0, 0, 0, 0.09)); }
.p-nopage__heading {
  font: bold 28px/1.5 YakuHanJP, "Noto Serif JP", sans-serif;
  color: #6D5D52;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: solid 1px #ddd; }
  @media screen and (max-width: 768px) {
    .p-nopage__heading {
      font-size: 22px;
      padding-bottom: 22px; } }
  @media screen and (max-width: 500px) {
    .p-nopage__heading {
      white-space: normal; } }
.p-nopage__sentence {
  margin-top: 32px; }
  @media screen and (max-width: 768px) {
    .p-nopage__sentence {
      margin-top: 24px; } }
.p-nopage .c-cta {
  margin-top: 3.5em; }
  @media screen and (max-width: 768px) {
    .p-nopage .c-cta {
      margin-top: 32px; } }

a {
  text-decoration: none; }

.p-form .wpcf7-list-item.first {
  margin-left: 0; }

.p-form .wpcf7-list-item label {
  z-index: 0;
  position: relative;
  display: inline-block;
  font-family: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  /* Checked */
  /* Active */ }

.p-form .wpcf7-list-item label > input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  outline: none;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, transform 0.2s;
  transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s; }

.p-form .wpcf7-list-item label > span {
  display: inline-block;
  width: 100%;
  cursor: pointer; }

.p-form .wpcf7-list-item label > span::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 10px 2px 0;
  border: solid 2px;
  /* Safari */
  border-color: rgba(179, 146, 120, 0.2);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  vertical-align: -6px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s; }

.p-form .wpcf7-list-item label > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #B39278;
  -webkit-transform: translate(5px, 5px) scale(0);
  transform: translate(5px, 5px) scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.p-form .wpcf7-list-item label > input:checked + span::before {
  border-color: #B39278; }

.p-form .wpcf7-list-item label > input:checked + span::after {
  -webkit-transform: translate(5px, 5px) scale(1);
  transform: translate(5px, 5px) scale(1); }

.p-form .wpcf7-list-item label > input:active {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.p-form .wpcf7-list-item label > input:active + span::before {
  border-color: #B39278; }

.p-form .wpcf7-list-item label > input[type="checkbox"] + span {
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em; }

.p-form .wpcf7-list-item label > input[type="checkbox"] + span::before {
  border-radius: 5px; }

.p-form .wpcf7-select,
.p-form .wpcf7-textarea,
.p-form .wpcf7-text {
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  outline: 0;
  color: #212121;
  padding: 7px 10px;
  background-color: #fafafa;
  -webkit-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s; }

.p-form .wpcf7-textarea:focus,
.p-form .wpcf7-text:focus {
  background-color: white;
  border-color: rgba(33, 76, 168, 0.4); }

.p-form .wpcf7-textarea {
  width: 100%; }

.p-form .wpcf7-not-valid-tip {
  margin-top: 5px; }

.p-form__item {
  padding: 18px 0;
  border-bottom: 1px solid #ddd; }

.p-form__item.first,
.p-form__item:first-of-type {
  border-top: 1px solid #ddd; }

.p-form__item.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.p-form__item.col2 .p-form__title {
  width: 250px; }

.p-form__item.col2 .p-form__contents {
  width: calc(100% - 250px);
  padding-left: 50px; }

@media screen and (max-width: 959px) {
  .p-form__item.col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .p-form__item.col2 .p-form__title {
    width: 100%; }

  .p-form__item.col2 .p-form__contents {
    width: 100%;
    padding-left: 0;
    margin-top: 10px; } }
.p-form__title {
  padding-left: 10px;
  padding-bottom: 2px;
  border-left: 3px solid #212121; }

.p-form__title h2, .p-form__title h3, .p-form__title h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font: normal 16px/1.5 YakuHanJP, "Noto Sans JP", sans-serif !important;
  letter-spacing: .08em; }

.p-form__title h2 .must, .p-form__title h3 .must, .p-form__title h4 .must {
  font-size: 12px;
  display: inline-block;
  padding: 2px 6px;
  border: 2px solid #dc0015;
  border-radius: 5px;
  width: 43px;
  text-align: center;
  color: #dc0015; }

.p-form__address-zip {
  margin-bottom: 10px; }

.p-form__address-zip .wpcf7-form-control-wrap {
  display: inline-block;
  margin-left: 5px; }

.p-form__address-zip .wpcf7-form-control-wrap input {
  width: 200px; }

.p-form__policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #FAFAFA; }

@media screen and (max-width: 959px) {
  .p-form__policy {
    padding: 15px; } }
.p-form__policy .inner {
  max-height: 200px;
  overflow-y: scroll; }

.p-form__policy .inner .list li {
  position: relative;
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  padding-left: 1em; }

.p-form__policy .inner .list li::before {
  position: absolute;
  display: block;
  content: "";
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #B39278;
  border-radius: 3px; }

@media screen and (max-width: 959px) {
  .p-form__policy .inner .list li {
    font-size: 14px; } }
.p-form__policy .inner p {
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif; }

.p-form__btn {
  margin-top: 50px; }

.p-form__btn.col2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.p-form__btn.col2 p input {
  margin: 0; }

@media screen and (min-width: 960px) {
  .p-form__btn.col2 p input + input {
    margin-left: 20px; } }
@media screen and (max-width: 959px) {
  .p-form__btn.col2 p input {
    width: 100%;
    text-align: center; }

  .p-form__btn.col2 p input + input {
    margin-top: 10px; } }
.p-form__btn a,
.p-form__btn input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  font: 500 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em;
  color: white;
  background: #212121;
  border: 0;
  cursor: pointer;
  padding: 0 50px;
  height: 50px;
  border-radius: 0; }

.p-form__btn a:hover,
.p-form__btn input:hover {
  opacity: .6; }

.p-form__btn a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.p-form__multi {
  padding: 180px 0 100px;
  background-color: rgba(33, 76, 168, 0.1); }

@media screen and (max-width: 959px) {
  .p-form__multi {
    padding: 80px 10px 40px; } }
.p-form__multi .p-article__inner {
  padding: 50px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 959px) {
  .p-form__multi .p-article__inner {
    padding: 30px 20px; } }
.p-form .wpcf7-list-item label input[type="checkbox"] + span::after {
  top: 4px; }

.p-form .wpcf7-form .confirm-text p {
  display: none; }

.p-form .wpcf7-form.confirm .confirm-text p {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: #005edc;
  border: 1px solid #005edc;
  padding: 8px 0 6px;
  background: rgba(0, 112, 220, 0.05); }

.p-form .wpcf7-form.confirm .confirm-cover {
  position: relative; }

.p-form .wpcf7-form.confirm .confirm-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .03; }

.grecaptcha-badge {
  bottom: 74px !important; }

.wpcf7-not-valid-tip {
  font-weight: bold !important; }

.p-form .wpcf7-form-control.wpcf7-radio, .p-form .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1em; }

.p-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, .p-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 1em 1em 0; }

.p-form__child {
  margin-top: 20px;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 5px; }

@media screen and (max-width: 959px) {
  .p-form__child {
    padding: 10px;
    margin-top: 10px; } }
.p-form__child .p-form__item.col2 {
  border: none;
  padding: 2px 0; }

.p-form__child .p-form__item.col2 .p-form__contents {
  padding-left: 0; }

.p-wp-post {
  /* タイトル部分 */
  /* 本文 */
  /* 詳細の表 */ }
  .p-wp-post__head {
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #999; }
  .p-wp-post__title {
    font: bold 24px/1.4 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
    text-align: center; }
  .p-wp-post__date {
    font: normal 14px/1 YakuHanJP, "Marcellus", sans-serif !important;
    text-align: center;
    opacity: .6;
    margin-top: 10px; }
  .p-wp-post__img {
    text-align: center;
    margin-top: 17px; }
    .p-wp-post__img img {
      width: 100%;
      max-width: 500px; }
  .p-wp-post__main h3 {
    font: bold 20px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
    padding-left: 7px;
    letter-spacing: .03em;
    border-left: 4px solid black; }
    .p-wp-post__main h3 + p, .p-wp-post__main h3 + img, .p-wp-post__main h3 + h4, .p-wp-post__main h3 + h5 {
      margin-top: 10px; }
  .p-wp-post__main h4 {
    font: bold 17px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
    border-bottom: 1px solid #ddd;
    letter-spacing: .03em; }
    .p-wp-post__main h4 + p, .p-wp-post__main h4 + img, .p-wp-post__main h4 + h4, .p-wp-post__main h4 + h5 {
      margin-top: 10px; }
  .p-wp-post__main h5 {
    font: bold 14px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
    letter-spacing: .03em; }
    .p-wp-post__main h5 + p, .p-wp-post__main h5 + img, .p-wp-post__main h5 + h4, .p-wp-post__main h5 + h5 {
      margin-top: 10px; }
  .p-wp-post__main p {
    font: normal 14px/1.8 YakuHanJP, "Zen Kaku Gothic New", sans-serif !important;
    letter-spacing: .03em; }
    .p-wp-post__main p a {
      text-decoration: underline;
      color: blue; }
      .p-wp-post__main p a:hover {
        text-decoration: none; }
    .p-wp-post__main p + img, .p-wp-post__main p + p {
      margin-top: 10px; }
    .p-wp-post__main p + h3, .p-wp-post__main p + h4, .p-wp-post__main p + h5 {
      margin-top: 30px; }
  .p-wp-post__main img {
    width: 100%;
    max-width: 500px; }
    .p-wp-post__main img.aligncenter {
      margin: 0 auto;
      display: block; }
  .p-wp-post__outline {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid white; }
    .p-wp-post__outline.first {
      border-top: 1px solid white; }
    .p-wp-post__outline dt {
      font: bold 14px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      width: 100px; }
    .p-wp-post__outline dd {
      width: calc(100% - 100px);
      font: normal 13px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif; }

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 56px; }
  @media screen and (max-width: 768px) {
    .wp-pagenavi {
      gap: 8px; } }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 40px;
    height: 40px;
    border: solid 1px #6D5D52;
    color: #8A4940;
    border-color: #6D5D52;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .wp-pagenavi span.current {
    font-weight: normal;
    color: #fff;
    background-color: #8A4940;
    border: solid 1px #8A4940;
    border-color: #8A4940 !important; }
  .wp-pagenavi a:hover {
    opacity: .6; }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 40px;
    height: 40px;
    border: solid 1px #6D5D52;
    color: #8A4940;
    border-color: #8A4940 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: none; }
  .wp-pagenavi .page.larger, .wp-pagenavi .page.smaller {
    border-color: #8A4940 !important; }
  .wp-pagenavi .pages {
    display: none; }

.u-transition {
  -webkit-transition: background-color .3s,color .3s;
  transition: background-color .3s,color .3s; }
  .u-transition--menu {
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s; }
  .u-transition--dropdown {
    -webkit-transition: visibility .3s,opacity .3s;
    transition: visibility .3s,opacity .3s; }
  .u-transition--op {
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .u-transition--bc {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .u-transition--col {
    -webkit-transition: color .3s;
    transition: color .3s; }
  .u-transition--bb {
    -webkit-transition: border-bottom .3s;
    transition: border-bottom .3s; }
  .u-transition--bi {
    -webkit-transition: background-image .3s;
    transition: background-image .3s; }
  .u-transition--sc {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }

.u-br--1350 {
  display: none; }
  @media screen and (max-width: 1350px) {
    .u-br--1350 {
      display: block; } }
.u-br--1180 {
  display: none; }
  @media screen and (max-width: 1180px) {
    .u-br--1180 {
      display: block; } }
.u-br--1130 {
  display: none; }
  @media screen and (max-width: 1130px) {
    .u-br--1130 {
      display: block; } }
.u-br--1110 {
  display: none; }
  @media screen and (max-width: 1110px) {
    .u-br--1110 {
      display: block; } }
.u-br--1080 {
  display: none; }
  @media screen and (max-width: 1080px) {
    .u-br--1080 {
      display: block; } }
.u-br--1020 {
  display: none; }
  @media screen and (max-width: 1020px) {
    .u-br--1020 {
      display: block; } }
.u-br--950 {
  display: none; }
  @media screen and (max-width: 950px) {
    .u-br--950 {
      display: block; } }
.u-br--940 {
  display: none; }
  @media screen and (max-width: 940px) {
    .u-br--940 {
      display: block; } }
.u-br--900 {
  display: none; }
  @media screen and (max-width: 900px) {
    .u-br--900 {
      display: block; } }
.u-br--840 {
  display: none; }
  @media screen and (max-width: 840px) {
    .u-br--840 {
      display: block; } }
.u-br--810 {
  display: none; }
  @media screen and (max-width: 810px) {
    .u-br--810 {
      display: block; } }
.u-br--780 {
  display: none; }
  @media screen and (max-width: 780px) {
    .u-br--780 {
      display: block; } }
.u-br--680 {
  display: none; }
  @media screen and (max-width: 680px) {
    .u-br--680 {
      display: block; } }
.u-br--620 {
  display: none; }
  @media screen and (max-width: 620px) {
    .u-br--620 {
      display: block; } }
.u-br--600 {
  display: none; }
  @media screen and (max-width: 600px) {
    .u-br--600 {
      display: block; } }
.u-br--580 {
  display: none; }
  @media screen and (max-width: 580px) {
    .u-br--580 {
      display: block; } }
.u-br--560 {
  display: none; }
  @media screen and (max-width: 560px) {
    .u-br--560 {
      display: block; } }
.u-br--540 {
  display: none; }
  @media screen and (max-width: 540px) {
    .u-br--540 {
      display: block; } }
.u-br--520 {
  display: none; }
  @media screen and (max-width: 520px) {
    .u-br--520 {
      display: block; } }
.u-br--480 {
  display: none; }
  @media screen and (max-width: 480px) {
    .u-br--480 {
      display: block; } }
.u-br--440 {
  display: none; }
  @media screen and (max-width: 440px) {
    .u-br--440 {
      display: block; } }
.u-br--420 {
  display: none; }
  @media screen and (max-width: 420px) {
    .u-br--420 {
      display: block; } }
.u-br--370 {
  display: none; }
  @media screen and (max-width: 370px) {
    .u-br--370 {
      display: block; } }

@media screen and (max-width: 580px) {
  .u-br--1350.p-top-strength04 {
    display: none; } }

@media screen and (max-width: 520px) {
  .u-br--1350.p-top-strength05 {
    display: none; } }

.u-br--1000.p-area {
  display: block; }
  @media screen and (max-width: 1000px) {
    .u-br--1000.p-area {
      display: none; } }

.u-br--560.p-merit04 {
  display: none; }
  @media screen and (max-width: 1430px) {
    .u-br--560.p-merit04 {
      display: block; } }
  @media screen and (max-width: 370px) {
    .u-br--560.p-merit04 {
      display: none; } }

.u-br--1130.p-merit01 {
  display: none; }
  @media screen and (max-width: 1130px) {
    .u-br--1130.p-merit01 {
      display: block; } }
  @media screen and (max-width: 1080px) {
    .u-br--1130.p-merit01 {
      display: none; } }
  @media screen and (max-width: 578px) {
    .u-br--1130.p-merit01 {
      display: block; } }

.u-br--1080.p-merit01 {
  display: block; }
  @media screen and (max-width: 1080px) {
    .u-br--1080.p-merit01 {
      display: none; } }
  @media screen and (max-width: 510px) {
    .u-br--1080.p-merit01 {
      display: block; } }

.u-br--1320.p-merit05 {
  display: block; }
  @media screen and (max-width: 1080px) {
    .u-br--1320.p-merit05 {
      display: none; } }
  @media screen and (max-width: 510px) {
    .u-br--1320.p-merit05 {
      display: block; } }

.u-br--1320.p-merit02, .u-br--1320.p-merit03, .u-br--1320.p-merit04 {
  display: none; }
  @media screen and (max-width: 1320px) {
    .u-br--1320.p-merit02, .u-br--1320.p-merit03, .u-br--1320.p-merit04 {
      display: block; } }
  @media screen and (max-width: 1080px) {
    .u-br--1320.p-merit02, .u-br--1320.p-merit03, .u-br--1320.p-merit04 {
      display: none; } }
  @media screen and (max-width: 450px) {
    .u-br--1320.p-merit02, .u-br--1320.p-merit03, .u-br--1320.p-merit04 {
      display: block; } }

.u-br--1490.p-merit04 {
  display: none; }
  @media screen and (max-width: 1490px) {
    .u-br--1490.p-merit04 {
      display: block; } }
  @media screen and (max-width: 1080px) {
    .u-br--1490.p-merit04 {
      display: none; } }
  @media screen and (max-width: 460px) {
    .u-br--1490.p-merit04 {
      display: block; } }

.u-br--560.p-merit05 {
  display: none; }
  @media screen and (max-width: 1320px) {
    .u-br--560.p-merit05 {
      display: block; } }
  @media screen and (max-width: 1080px) {
    .u-br--560.p-merit05 {
      display: none; } }
  @media screen and (max-width: 560px) {
    .u-br--560.p-merit05 {
      display: block; } }

.u-display--block {
  display: block; }
.u-display--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.u-display--none {
  display: none; }

.u-mt--40 {
  margin-top: 2.5em; }
.u-mt--60 {
  margin-top: 3.75em; }
.u-mt--80 {
  margin-top: 5em; }
.u-mt--100 {
  margin-top: 6.25em; }
.u-mb--80 {
  margin-bottom: 80px; }
.u-mb--100 {
  margin-bottom: 100px; }
.u-mb--120 {
  margin-bottom: 120px; }
.u-mb--170 {
  margin-bottom: 170px; }
.u-mtb--120 {
  margin: 120px auto; }
.u-mtb--170 {
  margin: 170px auto; }

.u-p--20 {
  padding: 20px; }
.u-p--25 {
  padding: 25px; }
.u-p--30 {
  padding: 30px; }
.u-p--32 {
  padding: 30px; }
.u-p--40 {
  padding: 40px; }
.u-p--50 {
  padding: 50px; }
.u-plr--20 {
  padding-left: 1.333333333%;
  padding-right: 1.333333333%; }
.u-plr--40 {
  padding-left: 2.666666666%;
  padding-right: 2.666666666%; }
.u-plr--50 {
  padding-left: 3.732%;
  padding-right: 3.732%; }
.u-plr--80 {
  padding-left: 5.333333333%;
  padding-right: 5.333333333%; }
.u-plr--120 {
  padding-left: 8.95522388%;
  padding-right: 8.95522388%; }
.u-plr--160 {
  padding-left: 13.115%;
  padding-right: 13.115%; }
.u-ptb--20 {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }
.u-ptb--40 {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
.u-ptb--60 {
  padding-top: 3.75em;
  padding-bottom: 3.75em; }
.u-ptb--80 {
  padding-top: 5em;
  padding-bottom: 5em; }
.u-ptb--100 {
  padding-top: 6.25em;
  padding-bottom: 6.25em; }
.u-pt--100 {
  padding-top: 6.25em; }
.u-pb--80 {
  padding-bottom: 5em; }

@media screen and (max-width: 768px) {
  .u-mt--100 {
    margin-top: 80px; } }

@media screen and (max-width: 768px) {
  .u-mt--100.u-mb--120 {
    margin-top: 80px;
    margin-bottom: 100px; } }

@media screen and (max-width: 768px) {
  .u-mt--100.u-ptb--80.u-plr--80 {
    margin-top: 80px;
    padding: 40px 20px; } }

@media screen and (max-width: 768px) {
  .u-mt--100.u-mb--120.u-plr--80 {
    margin-top: 80px;
    margin-bottom: 100px;
    padding-right: 20px;
    padding-left: 20px; } }

@media screen and (max-width: 768px) {
  .u-mt--80.u-mb--120 {
    margin-top: 60px;
    margin-bottom: 100px; } }

@media screen and (max-width: 768px) {
  .u-mt--80.u-mb--120.u-ptb--100.u-plr--120 {
    margin-top: 40px;
    margin-bottom: 100px;
    padding: 60px 20px; } }

@media screen and (max-width: 768px) {
  .u-mt--80.u-ptb--60.u-plr--160 {
    margin-top: 60px;
    padding: 40px 20px; } }

@media screen and (max-width: 768px) {
  .u-mt--80.u-ptb--100.u-plr--120 {
    margin-top: 60px;
    padding: 60px 20px; } }

@media screen and (max-width: 768px) {
  .u-mt--80.u-mb--120 {
    margin-top: 60px;
    margin-bottom: 100px; } }

@media screen and (max-width: 768px) {
  .u-mt--60.u-mb--120 {
    margin-top: 40px;
    margin-bottom: 100px; } }

@media screen and (max-width: 768px) {
  .u-mt--60.u-mb--170 {
    margin-top: 40px;
    margin-bottom: 120px; } }

@media screen and (max-width: 768px) {
  .u-mt--60.u-mb--170.u-ptb--80.u-plr--160 {
    margin-top: 40px;
    margin-bottom: 120px;
    padding: 40px 20px; } }

@media screen and (max-width: 768px) {
  .u-mt--40.u-mb--120.u-ptb--100.u-plr--80 {
    margin-top: 36px;
    margin-bottom: 100px;
    padding: 60px 20px; } }

@media screen and (max-width: 768px) {
  .u-mt--40.u-mb--120.u-ptb--100.u-plr--50 {
    margin-top: 36px;
    margin-bottom: 100px;
    padding: 60px 20px; } }

@media screen and (max-width: 768px) {
  .u-ptb--80.u-plr--160 {
    padding: 40px 20px; } }

@media screen and (max-width: 768px) {
  .u-ptb--80.u-plr--80 {
    padding: 40px 20px; } }

p, a, span, th, td, dt, dd, li, h1, h2, h3, h4, h5, h6 {
  font: normal 14px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  color: #6D5D52; }

.u-w--1180 {
  max-width: 1340px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px; }
  @media screen and (max-width: 768px) {
    .u-w--1180 {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 490px) {
    .u-w--1180 {
      padding-left: 20px;
      padding-right: 20px; } }
.u-w--1340 {
  max-width: 1540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px; }
  @media screen and (max-width: 768px) {
    .u-w--1340 {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 490px) {
    .u-w--1340 {
      padding-left: 20px;
      padding-right: 20px; } }

.u-top-w--1180 {
  max-width: 1380px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px; }
  @media screen and (max-width: 768px) {
    .u-top-w--1180 {
      padding-left: 20px;
      padding-right: 20px; } }
.u-top-w--1340 {
  max-width: 1540px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px; }
  @media screen and (max-width: 768px) {
    .u-top-w--1340 {
      padding-left: 20px;
      padding-right: 20px; } }

/*# sourceMappingURL=style.css.map */