@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=Montserrat:ital,wght@0,100..900;1,100..900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..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: #F5F5F5; }

.grecaptcha-badge {
  z-index: 20; }

.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: 990px) {
      .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.04em;
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #F03737;
      padding: 10px 36px 10px 30px;
      border: solid 1px #F03737;
      border-radius: 50px;
      position: relative; }
      .l-header .c-header-cta a::after {
        content: "";
        background-image: url(../images/common/arrow_white.svg);
        width: 7px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 13px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: background-image 0.3s ease;
        transition: background-image 0.3s ease; }
      .l-header .c-header-cta a:hover {
        color: #F03737;
        background-color: #fff; }
        .l-header .c-header-cta a:hover::after {
          background-image: url(../images/common/arrow_red.svg); }

.l-footer .p-top-contact {
  max-width: 1540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px; }
  @media screen and (max-width: 1280px) {
    .l-footer .p-top-contact {
      margin-bottom: 120px; } }
  @media screen and (max-width: 768px) {
    .l-footer .p-top-contact {
      margin-bottom: 80px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 490px) {
    .l-footer .p-top-contact {
      padding-left: 20px;
      padding-right: 20px; } }
  .l-footer .p-top-contact__wrapper {
    height: 560px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #333;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
            box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09); }
    .l-footer .p-top-contact__wrapper::after {
      content: "";
      position: absolute;
      inset: 0;
      background: center center/cover url(../images/top/back_black.webp);
      border-radius: 10px;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .l-footer .p-top-contact__inner {
    text-align: center;
    position: relative;
    z-index: 3; }
  .l-footer .p-top-contact__text {
    margin-bottom: 50px; }
    @media screen and (max-width: 580px) {
      .l-footer .p-top-contact__text {
        margin-bottom: 40px; } }
    .l-footer .p-top-contact__text .c-main-lead {
      margin-bottom: 50px; }
    .l-footer .p-top-contact__text .c-sentence {
      color: #fff;
      margin-top: 29px; }
    .l-footer .p-top-contact__text .c-title {
      text-align: center; }
      .l-footer .p-top-contact__text .c-title__subheading {
        font: bold 14px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
        color: #fff;
        display: inline-block;
        margin-bottom: 11px; }
        @media screen and (max-width: 500px) {
          .l-footer .p-top-contact__text .c-title__subheading {
            font-size: 12px;
            line-height: 1.5; } }
      .l-footer .p-top-contact__text .c-title__heading {
        color: #fff;
        font: 500 48px/1 YakuHanJP, "Rajdhani", sans-serif; }
        @media screen and (max-width: 768px) {
          .l-footer .p-top-contact__text .c-title__heading {
            font-size: 40px; } }
        @media screen and (max-width: 500px) {
          .l-footer .p-top-contact__text .c-title__heading {
            font-size: 36px; } }
  .l-footer .p-top-contact__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 120px; }
    @media screen and (max-width: 950px) {
      .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: 40px; } }
  .l-footer .p-top-contact__cta {
    min-width: 270px; }
    .l-footer .p-top-contact__cta .p-top-contact__heading {
      font: bold 24px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      letter-spacing: 0.02em;
      color: #fff; }
      @media screen and (max-width: 950px) {
        .l-footer .p-top-contact__cta .p-top-contact__heading {
          font-size: 18px; } }
  .l-footer .p-top-contact__date {
    display: inline-block;
    margin: 8px auto 0px;
    font: bold 14px/2.0 "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.02em;
    color: #fff; }

.c-footer {
  background-color: #333333;
  padding: 80px 8% 10px; }
  @media screen and (max-width: 900px) {
    .c-footer {
      display: block; } }
  @media screen and (max-width: 470px) {
    .c-footer {
      padding: 50px 8% 10px; } }
  .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: 768px) {
      .c-footer__companyinfo .c-banner {
        max-width: 180px;
        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: 10px; }
    .c-footer__companyinfo .c-banner__item img {
      border-radius: 0px; }
  .c-footer-menu {
    gap: 50px; }
    @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: bold;
        color: #fff; }
        .c-footer-menu .c-footer-menu__item a:hover {
          color: #F03737; }
      .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 {
            color: #F03737; }
      .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: bold;
      color: #fff;
      -webkit-transition: color .3s;
      transition: color .3s; }
      .c-footer__submenu .c-submenu__item a:hover {
        color: #F03737; }

.c-copyright {
  padding: 20px;
  background-color: #333333;
  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 0.6s ease;
  transition: all 0.6s 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); }

html.is-open,
body.is-open {
  overflow: hidden;
  height: 100%; }

@media screen and (max-width: 990px) {
  .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: 14px;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: pointer; }
  .l-header .c-menu__item.is-active {
    color: #333333; }
  .l-header .c-menu__item a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em; }
    .l-header .c-menu__item a.is-active {
      color: #333333; }
  .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: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      position: absolute;
      top: 54%;
      right: 0px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-origin: center;
              transform-origin: center; }
    .l-header .c-menu__item .c-footer-menu__hasoption:hover {
      color: #F03737; }
      .l-header .c-menu__item .c-footer-menu__hasoption:hover::after {
        background-image: url(../images/common/header_service_arrow_red.svg);
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
  .l-header .c-menu__item .c-dropdown {
    position: absolute;
    top: 18px;
    left: -60px; }
    .l-header .c-menu__item .c-dropdown__list {
      background-color: #fff;
      width: 230px;
      margin-top: 20px;
      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: #333333;
      padding-right: 13px;
      position: relative; }
      .l-header .c-menu__item .c-dropdown__item a::after {
        content: "";
        background-image: url(../images/common/arrow_black.svg);
        width: 7px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 0px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: background-image 0.3s ease;
        transition: background-image 0.3s ease; }
      .l-header .c-menu__item .c-dropdown__item a:hover {
        color: #F03737; }
        .l-header .c-menu__item .c-dropdown__item a:hover::after {
          background-image: url(../images/common/arrow_red.svg); }
    .l-header .c-menu__item .c-dropdown__item + .c-dropdown__item {
      margin-top: 16px; }
  .l-header .c-menu__item a:hover {
    color: #F03737; }
.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: 42px;
    height: 42px;
    background-color: #333;
    border-radius: 50%;
    position: relative; }
    .l-header .c-hamburgermenu__inner span {
      width: 18px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      .l-header .c-hamburgermenu__inner span:nth-of-type(1) {
        top: 15px; }
        .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: 27px; }
        .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.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: 567px;
  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: 687px; } }
  @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: 22px 30px; } }
  @media screen and (max-width: 540px) {
    .l-header .c-openmenu__list:nth-of-type(3) {
      gap: 12px; } }
  .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, "Rajdhani", sans-serif;
      letter-spacing: 0.03em;
      padding-right: 48px;
      position: relative; }
      @media screen and (max-width: 950px) {
        .l-header .c-openmenu__item .c-menuoption__heading {
          font-size: 24px; } }
      .l-header .c-openmenu__item .c-menuoption__heading::after {
        content: "";
        width: 32px;
        height: 32px;
        background-image: url(../images/common/menu_arrow.svg);
        background-size: cover;
        position: absolute;
        top: -1px;
        right: 0px; }
        @media screen and (max-width: 950px) {
          .l-header .c-openmenu__item .c-menuoption__heading::after {
            width: 24px;
            height: 24px;
            right: 17px; } }
    .l-header .c-openmenu__item .c-menuoption__subheading {
      margin-top: 2px; }
    .l-header .c-openmenu__item .c-menuoption:hover .c-menuoption__heading {
      color: #F03737; }
      .l-header .c-openmenu__item .c-menuoption:hover .c-menuoption__heading::after {
        background-image: url(../images/common/menu_arrow_red.svg); }
    .l-header .c-openmenu__item .c-menuoption:hover .c-menuoption__subheading {
      color: #F03737; }
    .l-header .c-openmenu__item.p-small {
      margin-bottom: 0px; }
      @media screen and (max-width: 540px) {
        .l-header .c-openmenu__item.p-small {
          margin-top: 14px; } }
      .l-header .c-openmenu__item.p-small a {
        line-height: 1; }
      .l-header .c-openmenu__item.p-small .c-menuoption__heading {
        font: 500 18px / 1 YakuHanJP, "Rajdhani", sans-serif;
        letter-spacing: 0.03em;
        padding-right: 38px; }
        .l-header .c-openmenu__item.p-small .c-menuoption__heading::after {
          content: "";
          width: 28px;
          height: 28px;
          background-image: url(../images/common/menu_arrow.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::after {
              width: 24px;
              height: 24px; } }
        @media screen and (max-width: 950px) {
          .l-header .c-openmenu__item.p-small .c-menuoption__heading {
            font: 500 16px / 1 YakuHanJP, "Rajdhani", sans-serif; } }
      .l-header .c-openmenu__item.p-small .c-menuoption__subheading {
        font: normal 12px / 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: #333333;
        width: 6px;
        height: 1px;
        position: absolute;
        top: 13px;
        left: 0px; }
    .l-header .c-openmenu .c-dropdownMenu__item a:hover {
      color: #F03737; }
    .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; } }
    @media screen and (max-width: 1280px) {
      .l-header .c-openmenu .c-openmenu__banner .c-openmenu__list {
        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;
      background-color: #333333;
      width: 240px;
      height: 80px; }
      .l-header .c-openmenu .c-openmenu__banner .c-openmenu__item + .c-openmenu__item {
        margin: 10px 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 10px; } }
        @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; }

/*
 COMPORNENT: c-btn
 <div class="c-btn"><a href="">ボタンリンク<img src="" alt=""></a></div>
 */
.c-cta a {
  color: #fff;
  line-height: 1.0;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F03737;
  padding: 13px 59px 13px 52px;
  border: solid 1px #F03737;
  border-radius: 50px;
  position: relative;
  -webkit-transition: background-color 0.3s ease,color 0.3s ease;
  transition: background-color 0.3s ease,color 0.3s ease; }
  .c-cta a::after {
    content: "";
    background-image: url(../images/common/arrow_white.svg);
    width: 7px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease; }
  .c-cta a:hover {
    color: #F03737;
    background-color: #fff; }
    .c-cta a:hover::after {
      background-image: url(../images/common/arrow_red.svg); }

.c-cta-s a {
  color: #fff;
  line-height: 1.0;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F03737;
  padding: 11px 48px 11px 33px;
  border: solid 1px #F03737;
  border-radius: 50px;
  position: relative;
  -webkit-transition: background-color 0.3s ease,color 0.3s ease;
  transition: background-color 0.3s ease,color 0.3s ease; }
  .c-cta-s a::after {
    content: "";
    background-image: url(../images/common/arrow_white.svg);
    width: 7px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease; }
  .c-cta-s a:hover {
    color: #F03737;
    background-color: #fff; }
    .c-cta-s a:hover::after {
      background-image: url(../images/common/arrow_red.svg); }

.p-top-strength .c-cta {
  margin-top: 56px; }

.p-top-service .p-top-service__text .c-cta-s {
  margin-top: 30px; }
.p-top-service .c-cta {
  min-width: 270px;
  margin-top: 42px; }
  @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-works .c-cta {
  margin-top: 56px; }
  @media screen and (max-width: 630px) {
    .p-top-works .c-cta {
      margin-top: 30px; } }

.p-top-optimization .c-cta {
  margin-top: 30px; }

.p-top-news .c-cta {
  margin-top: 21px; }
  @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-cta-l--red a {
  color: #fff;
  font-size: 20px;
  line-height: 1.0;
  font-weight: bold;
  background-color: #F03737;
  width: 258px;
  border: solid 1px #F03737;
  border-radius: 50px;
  padding: 16px 0px 16px 28px;
  display: inline-block;
  white-space: nowrap;
  margin-top: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: background-color 0.3s ease,color 0.3s ease;
  transition: background-color 0.3s ease,color 0.3s ease; }
  @media screen and (max-width: 768px) {
    .c-cta-l--red a {
      font-size: 16px; } }
  .c-cta-l--red a::before {
    content: "";
    background-image: url(../images/top/mail_white.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 52%;
    left: 48px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease; }
  .c-cta-l--red a::after {
    content: "";
    background-image: url(../images/common/arrow_white.svg);
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease; }
  .c-cta-l--red a:hover {
    color: #F03737;
    background-color: #fff; }
    .c-cta-l--red a:hover::before {
      background-image: url(../images/top/mail_red.svg); }
    .c-cta-l--red a:hover::after {
      background-image: url(../images/common/arrow_red.svg); }

.c-cta-l--white a {
  font-family: "Roboto", sans-serif;
  color: #F03737;
  font-size: 20px;
  line-height: 1.0;
  font-weight: bold;
  background-color: #fff;
  width: 258px;
  border: solid 1px #F03737;
  border-radius: 50px;
  padding: 16px 44px 16px 70px;
  display: inline-block;
  margin-top: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: background-color 0.3s ease,color 0.3s ease;
  transition: background-color 0.3s ease,color 0.3s ease; }
  @media screen and (max-width: 768px) {
    .c-cta-l--white a {
      font-size: 16px; } }
  .c-cta-l--white a::before {
    content: "";
    background-image: url(../images/top/tel_red.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 48px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease; }
  .c-cta-l--white a:hover {
    color: #fff;
    background-color: #F03737; }
    .c-cta-l--white a:hover::before {
      background-image: url(../images/top/tel_white.svg); }

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

.p-top .p-top-mv {
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  position: relative; }
  .p-top .p-top-mv::before {
    content: "";
    inset: 0;
    position: absolute;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.54) 60%);
    z-index: 1; }
  .p-top .p-top-mv__title {
    position: absolute;
    left: 8.33%;
    top: 38.79%;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .p-top .p-top-mv__title {
        left: 20px; } }
  .p-top .p-top-mv__heading {
    max-width: 527px;
    margin-bottom: 6px; }
    @media screen and (max-width: 768px) {
      .p-top .p-top-mv__heading {
        max-width: 348px;
        margin-bottom: 18px; } }
    @media screen and (max-width: 400px) {
      .p-top .p-top-mv__heading {
        max-width: 320px; } }
  .p-top .p-top-mv__subheading {
    font-weight: bold;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .p-top .p-top-mv__subheading {
        line-height: 1.8;
        letter-spacing: 0.08em; } }
  .p-top .p-top-mv__image .p-top-mv__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
  .p-top .p-top-mv__image .p-top-mv__item img {
    width: 100%;
    height: 100vh;
    height: 100svh;
    -o-object-fit: cover;
       object-fit: cover; }

.c-lower-mv {
  height: 420px;
  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-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .c-lower-mv-title {
    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__heading {
      display: inline-block;
      font: bold 16px/1.4 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      color: #fff;
      width: 100%;
      margin-bottom: 11px; }
      @media screen and (max-width: 630px) {
        .c-lower-mv-title__heading {
          font-size: 14px; } }
    .c-lower-mv-title__subheading {
      font: 500 48px/1 YakuHanJP, "Rajdhani", sans-serif;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .c-lower-mv-title__subheading {
          font-size: 44px; } }

.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/works/works_mv.webp"); }

.p-works-single .c-lower-mv {
  background-image: url("../images/works/works_mv.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/common01_mv.webp"); }

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

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

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

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

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

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

.p-nopage .c-lower-mv {
  background-image: url("../images/common/common04_mv.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: bold 14px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: #F03737;
  display: inline-block;
  margin-bottom: 11px; }
  @media screen and (max-width: 500px) {
    .p-top .c-main-lead .c-title__subheading {
      font-size: 12px;
      line-height: 1.5; } }
.p-top .c-main-lead .c-title__heading {
  font: 500 48px/1 YakuHanJP, "Rajdhani", sans-serif; }
  @media screen and (max-width: 768px) {
    .p-top .c-main-lead .c-title__heading {
      font-size: 40px; } }
  @media screen and (max-width: 500px) {
    .p-top .c-main-lead .c-title__heading {
      font-size: 36px; } }
.p-top .p-top-strength__introduction .c-sentence {
  margin-top: 29px; }
  @media screen and (max-width: 768px) {
    .p-top .p-top-strength__introduction .c-sentence {
      margin-top: 19px; } }
.p-top .p-top-strength__item .c-title {
  position: relative;
  padding-right: 52px; }
  .p-top .p-top-strength__item .c-title::after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(../images/top/strength_arrow.svg);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 1080px) {
      .p-top .p-top-strength__item .c-title::after {
        top: auto;
        -webkit-transform: none;
                transform: none;
        bottom: 0; } }
  .p-top .p-top-strength__item .c-title__subheading {
    display: inline-block;
    font: 500 15px/1 YakuHanJP, "Rajdhani", sans-serif;
    color: #7f7f7f;
    margin-bottom: 5px; }
  .p-top .p-top-strength__item .c-title__heading {
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #333333; }
    @media screen and (max-width: 1080px) {
      .p-top .p-top-strength__item .c-title__heading {
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .p-top .p-top-strength__item .c-title__heading {
        font-size: 24px; } }
    @media screen and (max-width: 680px) {
      .p-top .p-top-strength__item .c-title__heading {
        font-size: 22px; } }
  .p-top .p-top-strength__item .c-title__heading--bold {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    @media screen and (max-width: 1080px) {
      .p-top .p-top-strength__item .c-title__heading--bold {
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .p-top .p-top-strength__item .c-title__heading--bold {
        font-size: 24px; } }
    @media screen and (max-width: 680px) {
      .p-top .p-top-strength__item .c-title__heading--bold {
        font-size: 22px; } }
.p-top .p-top-strength__item:hover {
  border-bottom: solid 1px #F03737; }
  .p-top .p-top-strength__item:hover .c-title__subheading {
    color: #F03737; }
  .p-top .p-top-strength__item:hover .c-title__heading {
    color: #F03737; }
  .p-top .p-top-strength__item:hover .c-title__heading--bold {
    color: #F03737; }
.p-top .p-top-service__text .c-title {
  margin-bottom: 26px; }
  .p-top .p-top-service__text .c-title__subheading {
    font-weight: bold;
    color: #acacac;
    margin-bottom: 4px; }
    @media screen and (max-width: 768px) {
      .p-top .p-top-service__text .c-title__subheading {
        font-size: 12px;
        line-height: 1.5; } }
  .p-top .p-top-service__text .c-title__heading {
    font: 500 40px/1 YakuHanJP, "Rajdhani", sans-serif;
    color: #333333; }
    @media screen and (max-width: 768px) {
      .p-top .p-top-service__text .c-title__heading {
        font-size: 32px; } }
    @media screen and (max-width: 500px) {
      .p-top .p-top-service__text .c-title__heading {
        font-size: 28px; } }
.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; } }
.p-top .p-top-works .c-title.c-title--top {
  text-align: center;
  display: none; }
  @media screen and (max-width: 540px) {
    .p-top .p-top-works .c-title.c-title--top {
      display: block;
      margin-bottom: 30px; } }
.p-top .p-top-works__introduction {
  text-align: center; }
  .p-top .p-top-works__introduction .c-title__subheading {
    color: #fff; }
  .p-top .p-top-works__introduction .c-title__heading {
    color: #fff; }
  .p-top .p-top-works__introduction .c-title.c-title--under {
    display: block; }
    @media screen and (max-width: 540px) {
      .p-top .p-top-works__introduction .c-title.c-title--under {
        display: none; } }
  .p-top .p-top-works__introduction .c-count {
    font: bold 20px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    color: #fff;
    margin-top: 39px;
    margin-bottom: 16px; }
    @media screen and (max-width: 950px) {
      .p-top .p-top-works__introduction .c-count {
        margin-top: 24px; } }
    @media screen and (max-width: 540px) {
      .p-top .p-top-works__introduction .c-count {
        margin-top: 0px; } }
    .p-top .p-top-works__introduction .c-count--number {
      display: inline-block;
      font: 500 64px/1.0 YakuHanJP,"Montserrat", sans-serif;
      color: #F03737;
      margin-left: 14px;
      margin-right: 8px;
      vertical-align: sub; }
      @media screen and (max-width: 768px) {
        .p-top .p-top-works__introduction .c-count--number {
          font-size: 48px; } }
      @media screen and (max-width: 560px) {
        .p-top .p-top-works__introduction .c-count--number {
          margin-top: 6px; } }
    .p-top .p-top-works__introduction .c-count--unit {
      display: inline-block;
      font: bold 36px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .p-top .p-top-works__introduction .c-count--unit {
          font-size: 24px; } }
  .p-top .p-top-works__introduction .c-sentence {
    color: #fff; }
.p-top .p-top-optimization__text .c-sentence {
  margin-top: 26px; }
  @media screen and (max-width: 768px) {
    .p-top .p-top-optimization__text .c-sentence {
      margin-top: 16px; } }
.p-top .p-top-flow .c-main-lead, .p-top .p-top-voice .c-main-lead {
  margin-bottom: 30px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .p-top .p-top-flow .c-main-lead, .p-top .p-top-voice .c-main-lead {
      margin-bottom: 20px; } }
  .p-top .p-top-flow .c-main-lead::after, .p-top .p-top-voice .c-main-lead::after {
    content: "";
    background: center center/cover url(../images/top/arrow_circle_gray.svg);
    position: absolute;
    width: 67px;
    height: 67px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 580px) {
      .p-top .p-top-flow .c-main-lead::after, .p-top .p-top-voice .c-main-lead::after {
        width: 48px;
        height: 48px; } }
.p-top .p-top-flow:hover .c-main-lead::after, .p-top .p-top-voice:hover .c-main-lead::after {
  background: center center/cover url(../images/top/arrow_circle_red.svg); }
@media screen and (max-width: 500px) {
  .p-top .p-top-news__introduction .c-title {
    text-align: center; } }
@media screen and (max-width: 1000px) {
  .p-top .p-top-news__introduction .c-title__heading {
    margin-bottom: 0em; } }

.c-lower-lead {
  text-align: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .c-lower-lead {
      margin-bottom: 36px; } }
  .c-lower-lead .c-title__subheading {
    display: inline-block;
    font: 500 20px/1.5 YakuHanJP, "Rajdhani", sans-serif;
    letter-spacing: 0.04em;
    color: rgba(51, 51, 51, 0.4);
    margin-bottom: 23px; }
    @media screen and (max-width: 768px) {
      .c-lower-lead .c-title__subheading {
        margin-bottom: 11px; } }
  .c-lower-lead .c-title__heading {
    font: bold 32px/1.4 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.04em;
    color: #333333; }
    @media screen and (max-width: 768px) {
      .c-lower-lead .c-title__heading {
        font-size: 24px; } }
  .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; }
  @media screen and (max-width: 768px) {
    .c-introduction {
      margin-top: 60px !important; } }
  .c-introduction__heading {
    font: bold 26px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    color: #333333; }
    @media screen and (max-width: 630px) {
      .c-introduction__heading {
        font-size: 22px; } }
    @media screen and (max-width: 430px) {
      .c-introduction__heading {
        font-size: 20px; } }
  .c-introduction__sentence {
    line-height: 1.8;
    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: 600 24px/1.5 YakuHanJP, "Rajdhani", sans-serif;
    letter-spacing: 0.04em;
    color: #F03737;
    margin-bottom: 11px; }
    @media screen and (max-width: 768px) {
      .c-service-lead .c-title__subheading {
        font-size: 20px;
        margin-bottom: 4px; } }
  .c-service-lead .c-title__heading {
    font: bold 40px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.01em;
    color: #333333; }
    @media screen and (max-width: 768px) {
      .c-service-lead .c-title__heading {
        font-size: 32px; } }
    @media screen and (max-width: 470px) {
      .c-service-lead .c-title__heading {
        font-size: 30px; } }

.c-main-service-lead .c-title__subheading {
  font: bold 14px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: #F03737;
  margin-bottom: 0.25em; }
.c-main-service-lead .c-title__heading {
  font: 500 48px/1 YakuHanJP, "Rajdhani", 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: #7f7f7f;
  font-size: 12px;
  margin-left: 10px;
  white-space: nowrap; }
  .c-breadcrumbs__item span {
    display: inline-block;
    color: #7f7f7f;
    font-size: 12px;
    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: #7f7f7f;
    font-size: 12px; }
    .c-breadcrumbs__item a:hover {
      color: #F03737; }

li {
  list-style-type: none; }

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

@media screen and (max-width: 1280px) {
  .p-top .p-top-strength {
    margin: 120px auto; } }
@media screen and (max-width: 768px) {
  .p-top .p-top-strength {
    margin: 80px auto; } }
.p-top .p-top-strength__introduction {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 70px; }
  @media screen and (max-width: 1280px) {
    .p-top .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; } }
  @media screen and (max-width: 768px) {
    .p-top .p-top-strength__introduction {
      margin-bottom: 50px; } }
  @media screen and (max-width: 1130px) {
    .p-top .p-top-strength__introduction .c-main-lead {
      width: 100%; } }
  .p-top .p-top-strength__introduction .c-cta {
    margin-top: 36px; }
.p-top .p-top-strength__body {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(40px, 6vw, 90px); }
  @media screen and (max-width: 1280px) {
    .p-top .p-top-strength__body {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
.p-top .p-top-strength__image {
  width: 48.508%;
  min-width: 500px;
  height: 714px;
  position: relative;
  -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: 1080px) {
    .p-top .p-top-strength__image {
      display: none; } }
  .p-top .p-top-strength__image .strengthimage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .p-top .p-top-strength__image .strengthimage.is-active {
    opacity: 1;
    z-index: 10; }
  .p-top .p-top-strength__image img {
    border-radius: 5px; }
    .p-top .p-top-strength__image img:nth-of-type(6) {
      border: solid 1px #ddd; }
  .p-top .p-top-strength__image--sp {
    display: none; }
    @media screen and (max-width: 1080px) {
      .p-top .p-top-strength__image--sp {
        display: block;
        width: 46%; } }
    @media screen and (max-width: 680px) {
      .p-top .p-top-strength__image--sp {
        width: 40%;
        max-height: 140px; } }
    .p-top .p-top-strength__image--sp img {
      border-radius: 5px;
      -webkit-filter: drop-shadow(1px 1px 14px rgba(0, 0, 0, 0.09));
              filter: drop-shadow(1px 1px 14px rgba(0, 0, 0, 0.09)); }
.p-top .p-top-strength__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (max-width: 1280px) {
    .p-top .p-top-strength__text {
      width: 100%; } }
.p-top .p-top-strength__item {
  padding: 24px 10px;
  border-bottom: solid 1px #ddd;
  cursor: pointer; }
  @media screen and (max-width: 1280px) {
    .p-top .p-top-strength__item {
      padding: 18px 10px; } }
  @media screen and (max-width: 1080px) {
    .p-top .p-top-strength__item {
      padding: 36px 0px; } }
  @media screen and (max-width: 470px) {
    .p-top .p-top-strength__item {
      padding: 20px 0px; } }
  .p-top .p-top-strength__item:first-of-type {
    border-top: solid 1px #ddd; }
  @media screen and (max-width: 1080px) {
    .p-top .p-top-strength__item .c-title::after {
      display: none; } }
  .p-top .p-top-strength__item:nth-of-type(6) img {
    border: solid 1px #ddd; }
.p-top .p-top-strength__link--pc {
  width: 100%; }
  @media screen and (max-width: 1080px) {
    .p-top .p-top-strength__link--pc {
      display: none; } }
.p-top .p-top-strength__link--sp {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px; }
  @media screen and (max-width: 1080px) {
    .p-top .p-top-strength__link--sp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 470px) {
    .p-top .p-top-strength__link--sp {
      gap: 20px; } }
  .p-top .p-top-strength__link--sp .p-top-strength__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .p-top .p-top-strength__link--sp .p-top-strength__lead .c-title {
      padding: 0px; }
  @media screen and (max-width: 470px) {
    .p-top .p-top-strength__link--sp .c-cta {
      margin-top: 28px; } }
  .p-top .p-top-strength__link--sp .c-cta a {
    display: inline-block;
    font: normal 18px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    color: #333333;
    background-color: transparent;
    border: none;
    padding: 0px 38px 0px 0px;
    letter-spacing: 0.03em;
    padding-right: 48px;
    position: relative; }
    .p-top .p-top-strength__link--sp .c-cta a::after {
      content: "";
      width: 32px;
      height: 32px;
      background-image: url(../images/common/menu_arrow.svg);
      position: absolute;
      top: 10px;
      right: 0px; }
    .p-top .p-top-strength__link--sp .c-cta a:hover {
      color: #F03737; }
      .p-top .p-top-strength__link--sp .c-cta a:hover::after {
        background-image: url(../images/common/menu_arrow_red.svg); }
@media screen and (max-width: 1280px) {
  .p-top .p-top-service {
    margin: 120px auto 0px; } }
@media screen and (max-width: 768px) {
  .p-top .p-top-service {
    margin: 80px auto 0px; } }
.p-top .p-top-service__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;
  gap: clamp(30px, 5vw, 60px);
  position: relative; }
  @media screen and (max-width: 1280px) {
    .p-top .p-top-service__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0; } }
.p-top .p-top-service__introduction {
  position: -webkit-sticky;
  position: sticky;
  top: 145px; }
  @media screen and (max-width: 1280px) {
    .p-top .p-top-service__introduction {
      width: 100%;
      margin-bottom: 70px;
      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;
      position: relative;
      top: 0px; } }
  @media screen and (max-width: 768px) {
    .p-top .p-top-service__introduction {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .p-top .p-top-service__introduction .c-title {
      text-align: center;
      margin: 0 auto; } }
  @media screen and (max-width: 1280px) {
    .p-top .p-top-service__introduction .c-title__heading {
      margin-bottom: 0em; } }
.p-top .p-top-service__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (max-width: 1000px) {
    .p-top .p-top-service__body {
      width: 100%; } }
.p-top .p-top-service__item {
  padding: 50px;
  background-color: #fff;
  gap: clamp(30px, 5vw, 80px);
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
          box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
  position: -webkit-sticky;
  position: sticky;
  top: 145px; }
  @media screen and (max-width: 1000px) {
    .p-top .p-top-service__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      top: 0px; } }
  @media screen and (max-width: 768px) {
    .p-top .p-top-service__item {
      padding: 20px 20px 50px 20px; } }
  .p-top .p-top-service__item:nth-of-type(2) {
    margin-top: 60px; }
    @media screen and (max-width: 1000px) {
      .p-top .p-top-service__item:nth-of-type(2) {
        margin-top: 40px; } }
.p-top .p-top-service__image {
  width: 46%;
  max-width: 410px;
  height: 100%;
  border-radius: 5px;
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
  @media screen and (max-width: 1350px) {
    .p-top .p-top-service__image {
      width: 360px; } }
  @media screen and (max-width: 1000px) {
    .p-top .p-top-service__image {
      width: 100%;
      max-width: 100%; } }
  .p-top .p-top-service__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.08);
    z-index: 1; }
  .p-top .p-top-service__image img {
    border-radius: 5px; }
.p-top .p-top-service__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (max-width: 1000px) {
    .p-top .p-top-service__text {
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
@media screen and (max-width: 1280px) {
  .p-top .p-top-works {
    margin: 120px auto 0px; } }
@media screen and (max-width: 768px) {
  .p-top .p-top-works {
    margin: 80px auto 0px; } }
.p-top .p-top-works__inner {
  height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
          box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
  position: relative;
  background-image: url(../images/top/works.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1500px) {
    .p-top .p-top-works__inner {
      background-image: url(../images/top/works_tb_l.webp); } }
  @media screen and (max-width: 1200px) {
    .p-top .p-top-works__inner {
      background-image: url(../images/top/works_tb_s.webp); } }
  @media screen and (max-width: 1000px) {
    .p-top .p-top-works__inner {
      background-image: url(../images/top/works_sp_l.webp); } }
.p-top .p-top-works__introduction {
  height: 100%;
  padding: 0px 20px;
  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: 3; }
  @media screen and (max-width: 1000px) {
    .p-top .p-top-works__introduction {
      background: transparent; }
      .p-top .p-top-works__introduction::after {
        background: none; } }
@media screen and (max-width: 1280px) {
  .p-top .p-top-optimization {
    margin: 120px auto 0px; } }
@media screen and (max-width: 768px) {
  .p-top .p-top-optimization {
    margin: 80px auto 0px; } }
.p-top .p-top-optimization__inner {
  height: 500px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -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: 1000px) {
    .p-top .p-top-optimization__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      gap: clamp(30px, 5vw, 80px); } }
.p-top .p-top-optimization__image {
  width: 50%;
  height: 100%; }
  @media screen and (max-width: 1000px) {
    .p-top .p-top-optimization__image {
      width: 100%; } }
.p-top .p-top-optimization__text {
  width: 50%;
  padding: 70px; }
  @media screen and (max-width: 1000px) {
    .p-top .p-top-optimization__text {
      width: 100%;
      padding: 0px 50px 50px 50px; } }
  @media screen and (max-width: 768px) {
    .p-top .p-top-optimization__text {
      padding: 0px 20px 50px 20px; } }
  .p-top .p-top-optimization__text .c-title__subheading {
    line-height: 1.5; }
.p-top .p-twosection {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px; }
  @media screen and (max-width: 1000px) {
    .p-top .p-twosection {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px; } }
  @media screen and (max-width: 768px) {
    .p-top .p-twosection {
      margin-top: 20px; } }
.p-top .p-top-flow, .p-top .p-top-voice {
  cursor: pointer;
  width: calc((100% - 20px) / 2); }
  @media screen and (max-width: 1000px) {
    .p-top .p-top-flow, .p-top .p-top-voice {
      width: 100%; } }
  .p-top .p-top-flow__image, .p-top .p-top-voice__image {
    max-width: 100%;
    max-height: 240px;
    border-radius: 5px;
    overflow: hidden; }
.p-top .p-top-flow__inner, .p-top .p-top-voice__inner {
  background-color: #fff;
  padding: 32px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09);
          box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.09); }
  .p-top .p-top-flow__inner:hover .c-lead::after, .p-top .p-top-voice__inner:hover .c-lead::after {
    background: center center/cover url(../images/top/arrow_circle_red.svg); }
  .p-top .p-top-flow__inner:hover img, .p-top .p-top-voice__inner:hover img {
    -webkit-transform: scale(1.125);
            transform: scale(1.125); }
  @media screen and (max-width: 1000px) {
    .p-top .p-top-flow__inner, .p-top .p-top-voice__inner {
      padding: 50px; } }
  @media screen and (max-width: 768px) {
    .p-top .p-top-flow__inner, .p-top .p-top-voice__inner {
      padding: 30px 20px; } }
@media screen and (max-width: 1280px) {
  .p-top .p-top-news {
    margin: 100px auto; } }
@media screen and (max-width: 768px) {
  .p-top .p-top-news {
    margin: 60px auto; } }
.p-top .p-top-news__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 80px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  -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: 1000px) {
    .p-top .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 .p-top-news__inner {
      padding: 30px 20px;
      gap: 24px; } }
  @media screen and (max-width: 500px) {
    .p-top .p-top-news__inner {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
@media screen and (max-width: 1000px) {
  .p-top .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 .p-top-news__introduction {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
.p-top .p-top-news__body {
  width: calc(100% - 278px);
  max-width: 980px; }
  @media screen and (max-width: 1000px) {
    .p-top .p-top-news__body {
      width: 100%; } }
.p-top .p-top-news__item {
  width: 100%;
  padding: 16px 10px 16px 0px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .p-top .p-top-news__item {
      padding: 12px 10px 12px 0px; } }
  .p-top .p-top-news__item + .p-top-news__item {
    border-top: none; }
  .p-top .p-top-news__item:hover {
    border-bottom: solid 1px #F03737; }
    .p-top .p-top-news__item:hover .p-top-news__date {
      color: #F03737; }
    .p-top .p-top-news__item:hover .p-top-news__title {
      color: #F03737; }
      .p-top .p-top-news__item:hover .p-top-news__title::after {
        background-image: url("../images/top/arrow_thin_red.svg"); }
.p-top .p-top-news__date {
  width: 80px;
  font: 500 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .p-top .p-top-news__date {
      font: normal 14px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif; } }
.p-top .p-top-news__title {
  letter-spacing: 0.04em;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: calc(100% - 86px);
  margin-left: 16px;
  padding-right: 17px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .p-top .p-top-news__title {
      font-size: 14px; } }
  .p-top .p-top-news__title::after {
    content: "";
    width: 6px;
    height: 10px;
    background-image: url("../images/top/arrow_thin_black.svg");
    background-size: cover;
    position: absolute;
    top: 9px;
    right: 0px; }

.p-optimization .p-problem__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 630px) {
    .p-optimization .p-problem__list {
      gap: 30px; } }
  @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: 385px;
  width: calc((100% - 80px)/3); }
  @media screen and (max-width: 630px) {
    .p-optimization .p-problem__item {
      width: calc((100% - 60px)/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: 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)); }
  @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: 16px; }
  .p-optimization .p-problem .c-problem-item__title p {
    font: bold 18px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    text-align: center; }
.p-optimization .p-merit__item + .p-merit__item {
  margin-top: 60px; }
.p-optimization .p-merit .c-lower-lead {
  margin-bottom: 80px; }
  @media screen and (max-width: 580px) {
    .p-optimization .p-merit .c-lower-lead {
      margin-bottom: 60px; } }
.p-optimization .p-merit .c-optimization-merit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10.14925%; }
  @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: 10px; }
  .p-optimization .p-merit .c-optimization-merit__text {
    max-width: 400px; }
    @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: 1.875em; }
  .p-optimization .p-merit .c-optimization-merit__subheading {
    display: inline-block;
    font: bold 20px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    color: #F03737;
    margin-bottom: 0.45em; }
  .p-optimization .p-merit .c-optimization-merit__heading {
    font: bold 28px/1.5 YakuHanJP, "Rajdhani", sans-serif;
    letter-spacing: 0.05em;
    color: #333333; }
    @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: 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-optimization .p-support__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    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__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: #F03737;
      border-radius: 50%;
      position: absolute;
      top: 7px;
      left: 0px; }
    .p-optimization .p-support__item + .p-support__item {
      margin-top: 1.25em; }
  .p-optimization .p-support__image {
    width: 50%;
    max-width: 590px; }
    @media screen and (max-width: 1130px) {
      .p-optimization .p-support__image {
        width: 40%; } }
    @media screen and (max-width: 1000px) {
      .p-optimization .p-support__image {
        width: 100%;
        max-width: 100%; } }
    .p-optimization .p-support__image img {
      border-radius: 5px; }
      @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 {
  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-optimization .p-faq__item + .p-faq__item {
  margin-top: 10px; }
.p-optimization .p-faq .c-question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  border-bottom: solid 1px #F5F5F5; }
  .p-optimization .p-faq .c-question span {
    font: bold 18px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.04em;
    color: #F03737;
    margin-right: 1.75em;
    padding-bottom: 1px; }
.p-optimization .p-faq .c-answer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px; }
  .p-optimization .p-faq .c-answer span {
    font: bold 18px/2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.04em;
    color: #F03737;
    margin-right: 1.75em;
    padding-bottom: 1px; }
.p-optimization .p-area {
  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));
  -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: 64px 0px 64px 100px; }
    @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, "Zen Kaku Gothic New", sans-serif;
      letter-spacing: 0.03em;
      color: #333333;
      margin-top: 60px; }
      @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: 48px; } }
      .p-optimization .p-area__text .p-area-subtitle span {
        font: 600 24px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
        letter-spacing: 0.03em;
        color: #F03737; }
        @media screen and (max-width: 470px) {
          .p-optimization .p-area__text .p-area-subtitle span {
            font-size: 22px; } }
    .p-optimization .p-area__text .p-area__area {
      margin-top: 20px; }
      .p-optimization .p-area__text .p-area__area span {
        font: bold 20px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
        letter-spacing: 0.04em; }
      .p-optimization .p-area__text .p-area__area .p-area__prefecture {
        margin-top: 0px; }
  .p-optimization .p-area__image {
    width: 49%;
    max-width: 650px; }
    @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 10px 10px 0px; }
      @media screen and (max-width: 1000px) {
        .p-optimization .p-area__image img {
          border-radius: 10px 10px 0px 0px; } }

.p-service__item {
  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-service__item {
      padding: 20px 20px 50px 20px !important; } }
  .p-service__item + .p-service__item {
    margin-top: 30px; }
.p-service .c-service {
  width: 100%;
  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));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.970149253%; }
  @media screen and (max-width: 1000px) {
    .p-service .c-service {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 36px; } }
  .p-service .c-service__image {
    width: 37%;
    max-width: 450px;
    position: relative;
    border-radius: 5px; }
    @media screen and (max-width: 1000px) {
      .p-service .c-service__image {
        width: 100%;
        max-width: 100%; } }
    .p-service .c-service__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-service .c-service__image img {
      border-radius: 5px; }
  .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: 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: 1000px) {
      .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: bold 16px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    color: #acacac;
    margin-bottom: 4px; }
    @media screen and (max-width: 768px) {
      .p-service .c-service-item__subheading {
        font-size: 14px; } }
  .p-service .c-service-item__heading {
    font: 500 40px/1 YakuHanJP, "Rajdhani", sans-serif;
    color: #333333; }
  .p-service .c-service-item p {
    margin-top: 26px; }
  .p-service .c-service .c-cta {
    margin-top: 30px; }

.p-updatemaintenance .p-merit__item + .p-merit__item, .p-newinstallation .p-merit__item + .p-merit__item {
  margin-top: 20px; }
.p-updatemaintenance .p-merit .c-merit, .p-newinstallation .p-merit .c-merit {
  background-color: #fff;
  padding: 32px 32px 32px 84px;
  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));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px; }
  @media screen and (max-width: 1280px) {
    .p-updatemaintenance .p-merit .c-merit, .p-newinstallation .p-merit .c-merit {
      padding: 32px; } }
  @media screen and (max-width: 1080px) {
    .p-updatemaintenance .p-merit .c-merit, .p-newinstallation .p-merit .c-merit {
      padding: 20px 20px 40px 20px;
      -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: 660px; }
    @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; }
  .p-updatemaintenance .p-merit .c-merit__text-wrapper, .p-newinstallation .p-merit .c-merit__text-wrapper {
    width: 42%;
    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: 1080px) {
      .p-updatemaintenance .p-merit .c-merit__text-wrapper, .p-newinstallation .p-merit .c-merit__text-wrapper {
        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: 500 54px/1 YakuHanJP, "Rajdhani", sans-serif;
    letter-spacing: 0.03em;
    color: #acacac;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .p-updatemaintenance .p-merit .c-merit__subheading, .p-newinstallation .p-merit .c-merit__subheading {
        font-size: 36px;
        margin-bottom: 6px; } }
    @media screen and (max-width: 470px) {
      .p-updatemaintenance .p-merit .c-merit__subheading, .p-newinstallation .p-merit .c-merit__subheading {
        font-size: 30px; } }
  .p-updatemaintenance .p-merit .c-merit__heading, .p-newinstallation .p-merit .c-merit__heading {
    font: bold 28px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    color: #333333;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 768px) {
      .p-updatemaintenance .p-merit .c-merit__heading, .p-newinstallation .p-merit .c-merit__heading {
        font-size: 22px; } }
    .p-updatemaintenance .p-merit .c-merit__heading span, .p-newinstallation .p-merit .c-merit__heading span {
      display: inline-block;
      font: bold 28px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      color: #F03737; }
      @media screen and (max-width: 768px) {
        .p-updatemaintenance .p-merit .c-merit__heading span, .p-newinstallation .p-merit .c-merit__heading span {
          font-size: 22px; } }
.p-updatemaintenance .p-possible__list, .p-newinstallation .p-possible__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px; }
  @media screen and (max-width: 950px) {
    .p-updatemaintenance .p-possible__list, .p-newinstallation .p-possible__list {
      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% - 80px)/3);
  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)); }
  @media screen and (max-width: 950px) {
    .p-updatemaintenance .p-possible__item, .p-newinstallation .p-possible__item {
      width: calc((100% - 40px) / 3);
      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: 30px; }
  @media screen and (max-width: 950px) {
    .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__title p, .p-newinstallation .p-possible .c-possible-item__title p {
    font-weight: bold;
    text-align: center; }
.p-updatemaintenance .p-possible__other, .p-newinstallation .p-possible__other {
  margin-top: 40px;
  background-color: #fff;
  padding: 36px;
  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)); }
  @media screen and (max-width: 950px) {
    .p-updatemaintenance .p-possible__other, .p-newinstallation .p-possible__other {
      margin-top: 20px; } }
  .p-updatemaintenance .p-possible__other h4, .p-newinstallation .p-possible__other h4 {
    text-align: center;
    font: bold 20px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    color: #333333;
    margin-bottom: 18px; }
  .p-updatemaintenance .p-possible__other .p-possible__list, .p-newinstallation .p-possible__other .p-possible__list {
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .p-updatemaintenance .p-possible__other .p-possible__item, .p-newinstallation .p-possible__other .p-possible__item {
    background-color: transparent;
    border-radius: 0px;
    -webkit-filter: none;
            filter: none;
    width: auto;
    text-align: left;
    padding: 0px 0px 0px 23px;
    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: 247px; } }
    .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");
      width: 16px;
      height: 16px;
      position: absolute;
      top: 5px;
      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: 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: bold 14px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      color: #fff;
      margin-bottom: 11px; }
    .p-updatemaintenance .c-banner__banner .c-title__heading, .p-newinstallation .c-banner__banner .c-title__heading {
      font: 500 48px/1 YakuHanJP, "Rajdhani", 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: 20px; } }
  .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; } }
  .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 {
      color: #fff; }
    .p-updatemaintenance .c-banner__cta .c-banner__arrow, .p-newinstallation .c-banner__cta .c-banner__arrow {
      width: 40px; }
  .p-updatemaintenance .c-banner__title, .p-newinstallation .c-banner__title {
    font: bold 26px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    color: #333333;
    text-align: center;
    margin-bottom: 32px; }
    @media screen and (max-width: 768px) {
      .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; }

.p-updatemaintenance .p-update .c-service-lead {
  margin-bottom: 52px; }
.p-updatemaintenance .p-maintenance {
  margin-top: 100px; }
  .p-updatemaintenance .p-maintenance .c-service-lead {
    margin-bottom: 56px; }

.p-newinstallation .p-possible__other {
  padding: 44px; }
  .p-newinstallation .p-possible__other h3 {
    text-align: center;
    font: bold 20px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    color: #333333;
    margin-bottom: 18px; }
  .p-newinstallation .p-possible__other .p-possible__list {
    max-width: 820px;
    margin: 0 auto;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 1060px) {
      .p-newinstallation .p-possible__other .p-possible__list {
        max-width: 536px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media screen and (max-width: 783px) {
      .p-newinstallation .p-possible__other .p-possible__list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media screen and (max-width: 768px) {
      .p-newinstallation .p-possible__other .p-possible__list {
        gap: 0.625em;
        max-width: 450px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media screen and (max-width: 680px) {
      .p-newinstallation .p-possible__other .p-possible__list {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (max-width: 630px) {
      .p-newinstallation .p-possible__other .p-possible__list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .p-newinstallation .p-possible__other .p-possible__item {
    width: 260px; }
    @media screen and (max-width: 768px) {
      .p-newinstallation .p-possible__other .p-possible__item {
        width: 220px;
        min-width: auto; } }
.p-newinstallation .c-banner__title {
  color: #333333;
  text-align: center;
  margin-bottom: 1.2307692308em; }

.p-strength .p-point__item {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .p-strength .p-point__item {
      margin-bottom: 50px; } }
  .p-strength .p-point__item:nth-of-type(4), .p-strength .p-point__item:nth-of-type(5), .p-strength .p-point__item:nth-of-type(6) {
    margin-bottom: 40px; }
    @media screen and (min-width: 1000px) and (max-width: 1280px) {
      .p-strength .p-point__item:nth-of-type(4), .p-strength .p-point__item:nth-of-type(5), .p-strength .p-point__item:nth-of-type(6) {
        margin-bottom: 50px; } }
    @media screen and (max-width: 1000px) {
      .p-strength .p-point__item:nth-of-type(4), .p-strength .p-point__item:nth-of-type(5), .p-strength .p-point__item:nth-of-type(6) {
        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), .p-strength .p-point__item:nth-of-type(6) {
        margin-bottom: 50px; } }
    @media screen and (max-width: 1000px) {
      .p-strength .p-point__item:nth-of-type(4) .c-point, .p-strength .p-point__item:nth-of-type(5) .c-point, .p-strength .p-point__item:nth-of-type(6) .c-point {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (min-width: 1000px) and (max-width: 1280px) {
      .p-strength .p-point__item:nth-of-type(4) .c-point__subheading, .p-strength .p-point__item:nth-of-type(5) .c-point__subheading, .p-strength .p-point__item:nth-of-type(6) .c-point__subheading {
        font-size: 46px;
        margin-bottom: 0px; } }
    @media screen and (min-width: 1000px) 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, .p-strength .p-point__item:nth-of-type(6) .c-point__heading {
        font-size: 24px; } }
    @media screen and (min-width: 1000px) and (max-width: 1280px) {
      .p-strength .p-point__item:nth-of-type(4) .c-point__heading span, .p-strength .p-point__item:nth-of-type(5) .c-point__heading span, .p-strength .p-point__item:nth-of-type(6) .c-point__heading span {
        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, .p-strength .p-point__item:nth-of-type(6) .c-point__text-wrapper {
      max-width: 820px; }
    @media screen and (min-width: 1000px) and (max-width: 1280px) {
      .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, .p-strength .p-point__item:nth-of-type(6) .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, .p-strength .p-point__item:nth-of-type(6) .c-point__image-wrapper {
      width: 30%;
      max-width: 400px; }
      @media screen and (max-width: 1000px) {
        .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, .p-strength .p-point__item:nth-of-type(6) .c-point__image-wrapper {
          width: 100%;
          max-width: 100%; } }
  .p-strength .p-point__item:nth-of-type(6) {
    margin-bottom: 0px; }
    .p-strength .p-point__item:nth-of-type(6) .c-point__image {
      border: solid 1px #ddd; }
.p-strength .p-point .c-point {
  gap: 4.47%; }
  @media screen and (max-width: 1000px) {
    .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: 630px;
    -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: 1000px) {
    .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: 1000px) {
      .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: 28px; } }
  .p-strength .p-point .c-point__subheading {
    display: inline-block;
    font: 500 54px/1 YakuHanJP, "Rajdhani", sans-serif;
    letter-spacing: 0.03em;
    color: #7f7f7f;
    margin-bottom: 10px; }
    @media screen and (max-width: 1000px) {
      .p-strength .p-point .c-point__subheading {
        margin-bottom: 4px; } }
    @media screen and (max-width: 768px) {
      .p-strength .p-point .c-point__subheading {
        font-size: 36px;
        margin-bottom: 6px; } }
    @media screen and (max-width: 470px) {
      .p-strength .p-point .c-point__subheading {
        font-size: 30px; } }
  .p-strength .p-point .c-point__heading {
    font: normal 28px/1.2 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
    color: #333333; }
    @media screen and (max-width: 768px) {
      .p-strength .p-point .c-point__heading {
        font-size: 22px; } }
    .p-strength .p-point .c-point__heading span {
      display: inline-block;
      font: bold 28px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      letter-spacing: 0.05em;
      color: #F03737; }
      @media screen and (max-width: 768px) {
        .p-strength .p-point .c-point__heading span {
          font-size: 22px; } }
  .p-strength .p-point .c-point__image-wrapper {
    width: 54%;
    max-width: 650px;
    -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-strength .p-point .c-point__image-wrapper {
        width: 100%;
        max-width: 100%; } }
  .p-strength .p-point .c-point__image {
    border-radius: 10px;
    position: relative;
    overflow: hidden; }
    .p-strength .p-point .c-point__image::after {
      content: "";
      inset: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.08);
      border-radius: 10px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    @media screen and (max-width: 1000px) {
      .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 {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden; }
  .p-case .p-detail__text {
    background-color: #fff;
    border-radius: 0px 0px 10px 10px; }
    @media screen and (max-width: 768px) {
      .p-case .p-detail__text.u-ptb--80.u-plr--160 {
        padding: 40px 30px; } }
  .p-case .p-detail__title {
    margin-bottom: 40px; }
  .p-case .p-detail__subheading {
    display: inline-block;
    font: 500 20px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.03em;
    color: #7f7f7f; }
    @media screen and (max-width: 768px) {
      .p-case .p-detail__subheading {
        font-size: 18px; } }
  .p-case .p-detail__heading {
    font: bold 32px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.04em;
    color: #333333; }
    @media screen and (max-width: 950px) {
      .p-case .p-detail__heading {
        font-size: 28px; } }
    @media screen and (max-width: 768px) {
      .p-case .p-detail__heading {
        font-size: 20px; } }
  .p-case .p-detail__item h4 {
    font: bold 24px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 20px;
    padding-left: 19px;
    position: relative; }
    @media screen and (max-width: 950px) {
      .p-case .p-detail__item h4 {
        font-size: 24px; } }
    @media screen and (max-width: 768px) {
      .p-case .p-detail__item h4 {
        font-size: 18px; } }
    .p-case .p-detail__item h4::after {
      content: "";
      background-color: #F03737;
      width: 3px;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px; }
  .p-case .p-detail__item.p-detail__item {
    margin-top: 30px; }

.p-works .c-introduction__sentence {
  text-align: center !important;
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .p-works .c-introduction__sentence {
      margin-top: 60px; } }
  @media screen and (max-width: 490px) {
    .p-works .c-introduction__sentence br {
      display: block; } }
.p-works .bg-tokyo {
  background-color: #D3A322; }
.p-works .bg-kanagawa {
  background-color: #4760E1; }
.p-works .bg-chiba {
  background-color: #E14747; }
.p-works .bg-saitama {
  background-color: #D36C22; }
.p-works .bg-ibaraki {
  background-color: #2283D3; }
.p-works .bg-tochigi {
  background-color: #2283D3; }
.p-works .bg-gunma {
  background-color: #2283D3; }
.p-works .bg-other {
  background-color: #4BD322; }
.p-works .bg-default {
  background-color: #E14747; }
.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);
  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)); }
  @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: 230px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden; }
.p-works__text {
  padding: 16px 20px; }
  .p-works__text .c-works__tag {
    min-width: 80px;
    display: inline-block;
    margin-bottom: 16px;
    padding: 10px;
    border-radius: 20px; }
    @media screen and (max-width: 768px) {
      .p-works__text .c-works__tag {
        min-width: 60px;
        margin-bottom: 12px;
        padding: 6px; } }
    .p-works__text .c-works__tag p {
      font: bold 14px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      letter-spacing: 0.03em;
      color: #fff;
      text-align: center; }
  .p-works__text .c-works__heading {
    font: bold 24px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    color: #333333;
    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-weight: bold; }
  .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 16px / 1.5 "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 16px / 1.5 "Zen Kaku Gothic New", sans-serif;
      display: inline-block;
      font-weight: bold; }

@media screen and (max-width: 768px) {
  .p-works-single .u-w--1180.u-mt--80 {
    margin-top: 60px; } }
.p-works-single .p-detail {
  background-color: #fff;
  border-radius: 10px;
  padding: 80px 90px;
  -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; }
  .p-works-single .p-detail__title {
    max-width: 860px;
    margin: 0px auto 24px; }
  .p-works-single .p-detail__heading {
    font: bold 32px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.04em;
    color: #333333;
    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 {
      font: bold 20px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif; }
      @media screen and (max-width: 768px) {
        .p-works-single .p-detail__heading span {
          font-size: 16px; } }
  .p-works-single .p-detail__image {
    border-radius: 5px;
    overflow: hidden; }
    .p-works-single .p-detail__image .slider-main {
      max-width: 1000px;
      max-height: 580px;
      padding: 0px 70px;
      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 / 580; }
      .p-works-single .p-detail__image .slider-main .slick-slide {
        aspect-ratio: 860 / 580;
        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::before,
      .p-works-single .p-detail__image .slider-main .slick-next::before {
        display: none; }
      .p-works-single .p-detail__image .slider-main .slick-prev.slick-arrow {
        width: 40px;
        height: 40px;
        background-image: url("/asset/images/common/case_left_arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 0px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 3;
        -webkit-transition: background-image .3s ease;
        transition: background-image .3s ease; }
        @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 {
          background-image: url("/asset/images/common/case_left_arrow_red.svg"); }
      .p-works-single .p-detail__image .slider-main .slick-next.slick-arrow {
        width: 40px;
        height: 40px;
        background-image: url("/asset/images/common/case_right_arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        right: 0px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 3;
        -webkit-transition: background-image .3s ease;
        transition: background-image .3s ease; }
        @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 {
          background-image: url("/asset/images/common/case_right_arrow_red.svg"); }
    .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, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 14px;
    padding-left: 19px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .p-works-single .p-detail__item h3 {
        font-size: 20px;
        margin-bottom: 10px; } }
    .p-works-single .p-detail__item h3::after {
      content: "";
      background-color: #F03737;
      width: 3px;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px; }
  .p-works-single .p-detail__item + .p-detail__item {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .p-works-single .p-detail__item + .p-detail__item {
        margin-top: 24px; } }
  .p-works-single .p-detail__item:last-of-type {
    margin-bottom: 0px; }
  .p-works-single .p-detail__item .p-detail__comment {
    margin-top: 0px;
    word-break: break-all; }
    .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: 120px; }
  @media screen and (max-width: 768px) {
    .p-works-single .c-cta {
      margin-bottom: 100px; } }

.p-voice .c-introduction__sentence {
  text-align: center !important;
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .p-voice .c-introduction__sentence {
      margin-top: 60px; } }
  @media screen and (max-width: 490px) {
    .p-voice .c-introduction__sentence br {
      display: block; } }
.p-voice .p-voice__list {
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 430px) {
    .p-voice .p-voice__list {
      gap: 40px; } }
.p-voice .p-voice__item {
  width: calc((100% - 60px)/4);
  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)); }
  @media screen and (max-width: 1000px) {
    .p-voice .p-voice__item {
      width: calc((100% - 40px)/3); } }
  @media screen and (max-width: 630px) {
    .p-voice .p-voice__item {
      width: calc((100% - 20px)/2); } }
  @media screen and (max-width: 430px) {
    .p-voice .p-voice__item {
      width: 100%; } }
.p-voice .p-voice__image {
  height: 300px; }
  .p-voice .p-voice__image img {
    border-radius: 10px 10px 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 10px 10px;
  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 {
  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)); }
  @media screen and (max-width: 768px) {
    .p-flow .p-step {
      padding: 40px 20px; } }
  .p-flow .p-step__item {
    border-bottom: solid 1px #ddd;
    padding: 2.5em 0%; }
    .p-flow .p-step__item:first-of-type {
      padding-top: 0px; }
    .p-flow .p-step__item:last-of-type {
      padding-bottom: 0px;
      border-bottom: 0px; }
  .p-flow .p-step .c-step {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px; }
    @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: 600px;
      -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: 1.125em; }
    .p-flow .p-step .c-step__subheading {
      display: inline-block;
      font: bold 18px/1 YakuHanJP, "Rajdhani", sans-serif;
      letter-spacing: 0.03em;
      color: #F03737;
      margin-bottom: 5px; }
    .p-flow .p-step .c-step__heading {
      font: bold 24px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      letter-spacing: 0.03em;
      color: #333333; }
      @media screen and (max-width: 470px) {
        .p-flow .p-step .c-step__heading {
          font-size: 20px; } }
    .p-flow .p-step .c-step__image-wrapper {
      width: 54%;
      max-width: 600px; }
      @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; }
      .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: 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-aboutus .p-company .c-lower-lead {
    margin-bottom: 36px; }
    .p-aboutus .p-company .c-lower-lead .c-title__subheading {
      margin-bottom: 23px; }
      @media screen and (max-width: 768px) {
        .p-aboutus .p-company .c-lower-lead .c-title__subheading {
          margin-bottom: 8px; } }
  .p-aboutus .p-company__table {
    width: 100%; }
  .p-aboutus .p-company__item {
    padding: 24px 24px 24px 0px;
    border-bottom: solid 1px #ddd;
    -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: 105px; } }
  .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: 30px; }
    .p-aboutus .p-company__description li + li {
      margin-top: 2px; }
.p-aboutus .p-access {
  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-aboutus .p-access .c-lower-lead {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .p-aboutus .p-access .c-lower-lead {
        margin-bottom: 36px; } }
    .p-aboutus .p-access .c-lower-lead .c-title__subheading {
      margin-bottom: 23px; }
      @media screen and (max-width: 768px) {
        .p-aboutus .p-access .c-lower-lead .c-title__subheading {
          margin-bottom: 11px; } }
  .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__text {
    margin-top: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.451612903%; }
    @media screen and (max-width: 1130px) {
      .p-aboutus .p-access__text {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media screen and (max-width: 900px) {
      .p-aboutus .p-access__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px; } }
    .p-aboutus .p-access__text h2 {
      font: normal 26px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      letter-spacing: 0.04em;
      color: #333333; }
  .p-aboutus .p-access__address {
    gap: 10px; }
    @media screen and (max-width: 1130px) {
      .p-aboutus .p-access__address {
        display: block; } }

.p-news__list-wrapper {
  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-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: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative; }
    .p-news .c-news__heading::after {
      content: "";
      width: 6px;
      height: 10px;
      background-image: url(../images/top/arrow_thin_black.svg);
      background-size: cover;
      position: absolute;
      top: 9px;
      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: 10px; } }
.p-news__item {
  width: 100%;
  padding: 16px 0px;
  border-bottom: solid 1px #ddd;
  cursor: pointer; }
  .p-news__item:first-of-type {
    padding-top: 0px; }
  .p-news__item + .p-news__item {
    margin-top: 20px; }
  .p-news__item:hover {
    border-bottom: solid 1px #F03737; }
    .p-news__item:hover .c-news__date {
      color: #F03737; }
    .p-news__item:hover .c-news__heading {
      color: #F03737; }
      .p-news__item:hover .c-news__heading::after {
        background-image: url("../images/top/arrow_thin_red.svg"); }

.p-news-single .c-news-single {
  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-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: #333333;
      margin-bottom: 28px; }
  .p-news-single .c-news-single__heading {
    width: 100%;
    padding-bottom: 36px;
    border-bottom: solid 1px #ddd; }
    .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: #333333;
      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; }
  .p-news-single .c-news-single .c-cta {
    text-align: center;
    margin-top: 56px; }

.p-contact .c-contact-lead {
  text-align: center; }
  .p-contact .c-contact-lead__heading {
    font: 600 24px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.03em;
    margin-bottom: 22px;
    color: #333333; }
    @media screen and (max-width: 768px) {
      .p-contact .c-contact-lead__heading {
        margin-bottom: 20px; } }
    @media screen and (max-width: 580px) {
      .p-contact .c-contact-lead__heading {
        font-size: 20px; } }
    @media screen and (max-width: 580px) {
      .p-contact .c-contact-lead__heading {
        line-height: 1.2; } }
  .p-contact .c-contact-lead__telephone {
    font: bold 36px/1 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.03em;
    color: #333333; }
    @media screen and (max-width: 580px) {
      .p-contact .c-contact-lead__telephone {
        font-size: 28px; } }
  .p-contact .c-contact-lead__sentence {
    font: normal 18px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    margin-top: 12px; }
    @media screen and (max-width: 580px) {
      .p-contact .c-contact-lead__sentence {
        font: normal 14px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif; } }
  .p-contact .c-contact-lead__time {
    font: normal 18px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif; }
    @media screen and (max-width: 580px) {
      .p-contact .c-contact-lead__time {
        font: normal 14px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif; } }
  .p-contact .c-contact-lead__attention {
    display: inline-block;
    margin-top: 4px; }
.p-contact .p-tel {
  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-contact .p-form {
  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-contact .p-form .c-contact-lead__heading {
    color: #F03737;
    margin-bottom: 30px; }
  .p-contact .p-form .c-contact-lead__attention {
    font-size: 0.875em; }
  .p-contact .p-form__forminput {
    margin-top: 64px; }
    .p-contact .p-form__forminput .p-form__item {
      -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: #333333;
        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_black.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 {
      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-list-item label > span::before {
      content: "";
      margin: 2px 8px 2px 0;
      background-color: #f5f5f5;
      border-color: #ddd;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      vertical-align: -4px;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      @media screen and (max-width: 768px) {
        .p-contact .p-form__forminput .wpcf7-list-item label > span::before {
          vertical-align: -5px; } }
    .p-contact .p-form__forminput .wpcf7-list-item label > span::after {
      content: "";
      top: 1px;
      left: -2px;
      width: 10px;
      height: 10px;
      background-color: #F03737;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      @media screen and (max-width: 768px) {
        .p-contact .p-form__forminput .wpcf7-list-item label > span::after {
          top: 1px; } }
    .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: #ddd; }
    .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: #333333;
      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 #ddd;
      outline: 0;
      color: #333333;
      padding: 10px 30px;
      background-color: #F5F5F5;
      -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; }
      @media screen and (max-width: 768px) {
        .p-contact .p-form__forminput .p-form__consent .wpcf7-list-item label > input {
          top: 5px; } }
      .p-contact .p-form__forminput .p-form__consent .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 .p-form__consent .p-form__explain {
        font: normal 14px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
        color: #333333; }
        .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: #333333;
          border-bottom: solid 1px #333333; }
          .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 2px 0;
        background-color: #f5f5f5;
        border-color: #ddd;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        -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: 1px;
        left: -2px;
        width: 10px;
        height: 10px;
        background-color: #F03737;
        -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: #fff;
        line-height: 1.0;
        font-weight: 500;
        background-color: #F03737;
        border: solid 1px #F03737;
        border-radius: 50px;
        margin: 36px auto 0px;
        padding: 16px 142px;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        -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 {
          color: #F03737;
          background-color: #fff; }
        @media screen and (max-width: 580px) {
          .p-contact .p-form__forminput .p-form__btn input {
            padding: 16px 100px; } }
      .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: #333;
      color: #fff;
      margin: 2em auto 1em;
      padding: 24px;
      border: none;
      border-radius: 10px;
      -webkit-transition: all .3s;
      transition: all .3s; }

.p-sitepolicy__inner {
  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-sitepolicy__text:first-of-type {
  margin-bottom: 44px; }
  @media screen and (max-width: 768px) {
    .p-sitepolicy__text:first-of-type {
      margin-bottom: 32px; } }
.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: bold 24px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  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: #333333;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0px; }
    @media screen and (max-width: 768px) {
      .p-sitepolicy--menseki li::before {
        top: 10px; } }
.p-sitepolicy__attention {
  font-size: 14px;
  margin-top: 4px !important; }
.p-sitepolicy__cookie {
  margin-top: 12px; }
  .p-sitepolicy__cookie h3 {
    font: normal 16px/1.6 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    margin-top: 12px;
    margin-bottom: 4px; }
.p-sitepolicy__data h3 {
  font: bold 18px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  margin-top: 16px;
  margin-bottom: 10px; }
.p-sitepolicy__address {
  margin-top: 12px; }

.p-privacypolicy__inner {
  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-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: bold 24px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  margin-bottom: 0.5em; }
  @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: #333333;
      position: absolute;
      top: 12px;
      left: 0px; }
      @media screen and (max-width: 768px) {
        .p-privacypolicy .p-list-bar li::before {
          top: 11px; } }
.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: #333333;
      border-radius: 50%;
      position: absolute;
      top: 11px;
      left: 0px; }
      @media screen and (max-width: 768px) {
        .p-privacypolicy .p-list-dot li::before {
          top: 10px; } }
.p-privacypolicy .p-list-number02 {
  margin: 12px 0px; }
.p-privacypolicy__address {
  margin-top: 12px; }

.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, "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  text-align: center;
  padding-bottom: 1.2857142857em;
  border-bottom: solid 1px #ddd; }
  @media screen and (max-width: 500px) {
    .p-thanks__heading {
      white-space: normal; } }
.p-thanks__sentence:first-of-type {
  margin-top: 32px; }
.p-thanks__sentence + .p-thanks__sentence {
  margin-top: 12px; }
.p-thanks .c-cta {
  margin-top: 56px; }

.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, "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  text-align: center;
  padding-bottom: 1.2857142857em;
  border-bottom: solid 1px #ddd; }
  @media screen and (max-width: 500px) {
    .p-nopage__heading {
      white-space: normal; } }
.p-nopage__sentence {
  margin-top: 2em; }
.p-nopage .c-cta {
  margin-top: 3.5em; }

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.6 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: 0px;
  top: 5px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: transparent;
  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; }
  @media screen and (max-width: 768px) {
    .p-form .wpcf7-list-item label > input {
      top: 3px; } }

.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-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, "Rajdhani", 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: 20px;
  width: 100%;
  margin-top: 56px; }
  @media screen and (max-width: 768px) {
    .wp-pagenavi {
      gap: 8px; } }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 52px;
    height: 52px;
    border: solid 1px #ACACAC !important;
    color: #F03737;
    border-color: #333333;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: border-color .3s,background-color .3s,color .3s;
    transition: border-color .3s,background-color .3s,color .3s; }
  .wp-pagenavi span.current {
    font-weight: normal;
    color: #fff;
    background-color: #F03737;
    border: solid 1px #F03737;
    border-color: #F03737 !important; }
  .wp-pagenavi a:hover {
    background-color: #F03737;
    border: solid 1px #F03737;
    border-color: #F03737 !important;
    color: #fff; }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    display: none; }
  .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--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--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--768 {
  display: none; }
  @media screen and (max-width: 768px) {
    .u-br--768 {
      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--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--1110.p-point01 {
  display: none; }
  @media screen and (max-width: 1110px) {
    .u-br--1110.p-point01 {
      display: block; } }
  @media screen and (max-width: 1000px) {
    .u-br--1110.p-point01 {
      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: 380px) {
    .u-br--1130.p-merit01 {
      display: block; } }

.u-br--1180.p-merit04 {
  display: none; }
  @media screen and (max-width: 1180px) {
    .u-br--1180.p-merit04 {
      display: block; } }
  @media screen and (max-width: 1080px) {
    .u-br--1180.p-merit04 {
      display: none; } }
  @media screen and (max-width: 420px) {
    .u-br--1180.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--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; } }

p, a, span, th, td, dt, dd, li, h1, h2, h3, h4, h5, h6 {
  font: normal 16px/1.5 YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.03em;
  color: #333333; }
  @media screen and (max-width: 768px) {
    p, a, span, th, td, dt, dd, li, h1, h2, h3, h4, h5, h6 {
      font-size: 14px; } }

.u-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-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; } }

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