@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

/* 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%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          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;
  font-weight: 400;
  margin: 0;
}

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

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

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; /* 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] {
  -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; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea,
nav {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 1 */
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  line-height: inherit;
  letter-spacing: 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  margin-top: 0 !important;
}

html {
  font-size: 12px;
  line-height: 1.75;
  color: #5A5753;
  letter-spacing: 0.09em;
}

body {
  position: relative;
  font-family: "Noto Serif JP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

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

a:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  pointer-events: none;
}

picture img {
  max-width: 100%;
}

body {
  position: relative;
}

.l-editercontainer {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .l-editercontainer {
    max-width: 90%;
  }
}

.l-inner {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .l-inner {
    width: 90vw;
  }
}

.l-editersection {
  padding: 80px 0 140px 0;
}
@media screen and (max-width: 959px) {
  .l-editersection {
    padding-top: 0;
  }
}

.l-section--short-paddingBottom {
  padding-bottom: 40px;
}

.l-section--short-paddingTop {
  padding-top: 40px;
}

.l-section--s {
  padding: 80px 0;
}

.l-section--mg {
  margin: 120px 0;
}

.c-button {
  display: block;
  text-decoration: none;
}

.c-vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
.c-vertical-rl--mixed {
  text-orientation: mixed;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
}
.c-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  font-size: 22px;
  line-height: 40px;
  color: #5A5753;
  text-align: center;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-pagination .page-numbers.current {
  border-bottom: 1px solid #7D8746;
}
.c-pagination .page-numbers.prev {
  width: 12px;
  height: 20px;
  background: center/cover no-repeat url("../images/icon/prev-tri.svg");
}
.c-pagination .page-numbers.prev:hover {
  opacity: 0.8;
}
.c-pagination .page-numbers.next {
  width: 12px;
  height: 20px;
  background: center/cover no-repeat url("../images/icon/next-tri.svg");
}
.c-pagination .page-numbers.next:hover {
  opacity: 0.8;
}
.c-pagination .page-numbers:not(.current):hover {
  opacity: 0.8;
}

@media screen and (max-width: 520px) {
  .c-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
  }
  .c-pagination .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-pagination .page-numbers.current {
    border-bottom: 1px solid #7D8746;
  }
  .c-pagination .page-numbers.prev {
    width: 12px;
    height: 20px;
    background: center/cover no-repeat url("../images/icon/prev-tri.svg");
  }
  .c-pagination .page-numbers.prev:hover {
    opacity: 0.8;
  }
  .c-pagination .page-numbers.next {
    width: 12px;
    height: 20px;
    background: center/cover no-repeat url("../images/icon/next-tri.svg");
  }
  .c-pagination .page-numbers.next:hover {
    opacity: 0.8;
  }
  .c-pagination .page-numbers:not(.current):hover {
    opacity: 0.8;
  }
}
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-viewButton {
  z-index: 1;
  position: relative;
  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;
  overflow: hidden;
  max-width: 100%;
  width: 214px;
  height: 54px;
  padding: 0 24px;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-viewButton:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-viewButton:hover:before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.c-viewButton:after {
  margin-left: 8px;
  content: ">";
}

.c-kakuninButton {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  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;
  overflow: hidden;
  max-width: 100%;
  width: 214px;
  height: 54px;
  padding: 0 24px;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
.c-kakuninButton:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-kakuninButton:hover:before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.c-contactButton {
  z-index: 1;
  position: relative;
  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;
  overflow: hidden;
  max-width: 100%;
  width: 368px;
  height: 48px;
  padding: 0 24px;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 32px;
}
.c-contactButton:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-contactButton:hover:before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.c-contactButton:after {
  margin-left: 8px;
  content: ">";
}

.c-viewButtonLarge {
  z-index: 1;
  position: relative;
  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;
  overflow: hidden;
  width: 100%;
  height: 84px;
  padding: 0 24px;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
}
.c-viewButtonLarge:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-viewButtonLarge:hover:before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.c-viewButtonLarge:after {
  content: "→";
}

.c-viewButtonLargeFlexEnd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.c-viewButton01 {
  color: #7D8746;
  border: 2px solid #7D8746;
}
.c-viewButton01:before {
  background-color: #7D8746;
}
.c-viewButton01:hover {
  color: #fff;
}

.c-viewButton--rectuit {
  text-align: center;
  width: 300px;
}

.c-viewLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 100px;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .c-viewLink {
    padding-right: 56px;
    font-size: 13px;
    line-height: 32px;
  }
}
.c-viewLink:before, .c-viewLink__icon:before, .c-viewLink__icon:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-viewLink:before {
  right: 30px;
  width: 60px;
  height: 2px;
}
@media screen and (max-width: 520px) {
  .c-viewLink:before {
    right: 16px;
    width: 32px;
  }
}
.c-viewLink__icon:before {
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid;
}
@media screen and (max-width: 520px) {
  .c-viewLink__icon:before {
    right: 10px;
  }
}
.c-viewLink__icon:after {
  right: 0;
  width: 48px;
  height: 48px;
  border: 2px solid;
  border-radius: 50%;
}
@media screen and (max-width: 520px) {
  .c-viewLink__icon:after {
    width: 32px;
    height: 32px;
  }
}

.c-viewLink01:hover {
  color: #7D8746;
}
.c-viewLink01:hover:before {
  background-color: #7D8746;
}
.c-viewLink01:hover .c-viewLink__icon:before {
  border-left: 8px solid #7D8746;
}
.c-viewLink01:hover .c-viewLink__icon:after {
  border: 2px solid #5A5753;
}
.c-viewLink01 .c-viewLink__icon:before {
  border-left: 8px solid #5A5753;
}
.c-viewLink01 .c-viewLink__icon:after {
  border: 2px solid #7D8746;
}

.c-viewLink02 {
  color: #fff;
}
.c-viewLink02:before {
  background-color: #fff;
}
.c-viewLink02:hover {
  opacity: 0.8;
}
.c-viewLink02 .c-viewLink__icon:before {
  border-left: 8px solid #fff;
}
.c-viewLink02 .c-viewLink__icon:after {
  border: 2px solid #fff;
}

#quality-policy,
#kumamoto,
#yokohama,
#sapporo {
  padding-top: 72px;
  margin-top: -72px;
}

.c-navigation-balloon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 15px 36px;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 14px;
  text-align: center;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.c-navigation-balloon:hover {
  color: #FFF;
  background: #7D8746;
}
.c-navigation-balloon:hover::before {
  background-color: #FFF;
}
@media screen and (max-width: 959px) {
  .c-navigation-balloon {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
}
.c-navigation-balloon::before {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  display: block;
  width: 22px;
  height: 10px;
  margin: 0 auto;
  content: "";
  background-color: #7D8746;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-mask-image: url("../images/icon/triangle-border-light-green.svg");
          mask-image: url("../images/icon/triangle-border-light-green.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.c-underline {
  padding-left: 0.2em;
  padding-bottom: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.9em, transparent), color-stop(0, #e5e7da), color-stop(2em, #e5e7da), color-stop(0, transparent));
  background: linear-gradient(transparent 0.9em, #e5e7da 0, #e5e7da 2em, transparent 0);
}

.p-header {
  background: #FFF;
}
.p-header--sticky {
  position: sticky;
  top: 0;
  z-index: 9997;
}
.p-header__body {
  padding: 42px 72px;
  margin: 0 auto;
}
.p-header__body--sub {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content 1fr;
  grid-template-columns: 1fr max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1277px;
}
@media screen and (max-width: 959px) {
  .p-header__body--sub {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 20px 80px;
  }
}
.p-header__body--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-header__body--main {
    display: none;
  }
}
.p-header__catchcopy {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .p-header__catchcopy {
    grid-row: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-header__catchcopy-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  line-height: 2.5;
}
.p-header__catchcopy-text--emphasis {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.6666666667rem;
  line-height: 1.931;
}
@media screen and (max-width: 959px) {
  .p-header__catchcopy-text--emphasis {
    font-size: 1.5rem;
  }
}
.p-header__site-title {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-header__site-title {
    grid-row: 1;
  }
}
.p-header__site-link {
  display: block;
  color: #FFF;
  white-space: nowrap;
}
.p-header__site-logo {
  width: 100%;
  max-width: 110px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .p-header__site-logo {
    max-width: 72px;
  }
}
.p-header__site-logo--horizontal {
  max-width: 150px;
}
.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav-link {
  padding: 0 6px 12px;
  font-size: 1.1666666667rem;
  line-height: 1.5;
  letter-spacing: 0.13em;
  border-bottom: 1px solid #5A5753;
}
.p-header__spheadlogo {
  display: none;
}
@media screen and (max-width: 959px) {
  .p-header__spheadlogo {
    width: 100%;
    height: 180px;
    display: grid;
    place-content: center;
  }
}
.p-header__spheadlogo img {
  width: 72px;
}

.p-nav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-nav__item {
  position: relative;
}
.p-nav__link {
  position: relative;
  padding-bottom: 12px;
  font-size: 1.1666666667rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.13em;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.p-nav__link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: transparent;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.p-nav__link--current::before, .p-nav__link:hover::before {
  width: 100%;
  background: #7D8746;
}

.p-cnav {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 16px;
  background: rgba(0, 132, 199, 0.85);
}
@media screen and (max-width: 959px) {
  .p-cnav {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #FFF;
    text-align: center;
    background-color: transparent;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
}
.p-cnav__item {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .p-cnav__item {
    margin-bottom: 20px;
  }
  .p-cnav__item:last-of-type {
    margin-bottom: 10px;
  }
}
.p-cnav__link {
  font-size: 1.5rem;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-cnav__link:hover {
  color: #000;
}

.p-sp-nav-trigger {
  position: fixed;
  top: 42px;
  right: 32px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 43px;
  cursor: pointer;
  background: #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 1.9px 1.9px 1.9px rgba(0, 0, 0, 0.2);
          box-shadow: 1.9px 1.9px 1.9px rgba(0, 0, 0, 0.2);
}
.p-sp-nav-trigger__body {
  position: relative;
  display: block;
  width: 20px;
  height: 1px;
}
.p-sp-nav-trigger__border {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5A5753;
  border-radius: 16px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.p-sp-nav-trigger__border--first.js-active {
  opacity: 0;
}
.p-sp-nav-trigger__border--second {
  -webkit-transform: translateY(-8px) rotate(0deg);
          transform: translateY(-8px) rotate(0deg);
}
.p-sp-nav-trigger__border--second.js-active {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.p-sp-nav-trigger__border--third {
  -webkit-transform: translateY(8px) rotate(0deg);
          transform: translateY(8px) rotate(0deg);
}
.p-sp-nav-trigger__border--third.js-active {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
@media screen and (max-width: 959px) {
  .p-sp-nav-trigger {
    top: 12px;
    right: 12px;
  }
}

.p-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 12px;
  margin-bottom: 24px;
}
.p-subnav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background: #5A5753;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-subnav__link::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #7D8746;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-subnav__link:hover::before {
  width: 100%;
}
.p-subnav__image {
  width: auto;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 32px;
  color: #FFF;
}
@media screen and (max-width: 959px) {
  .p-menu {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}
.p-menu__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-menu__col.col1 {
  grid-area: 1/1/3/2;
}
.p-menu__col.col2 {
  grid-area: 1/2/3/3;
}
.p-menu__col.col3 {
  grid-area: 1/3/2/4;
}
.p-menu__col.col4 {
  grid-area: 2/3/3/4;
}
@media screen and (max-width: 959px) {
  .p-menu__col {
    grid-column-gap: 24px;
    grid-row-gap: 12px;
  }
  .p-menu__col.col1 {
    grid-area: 1/1/2/2;
  }
  .p-menu__col.col2 {
    grid-area: 1/2/2/3;
  }
}
.p-menu__col.col4 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-menu__item {
  width: 100%;
  text-align: left;
}
.p-menu__link {
  position: relative;
  display: block;
  padding-bottom: 4px;
  margin-bottom: 8px;
  font-size: 1.1666666667rem;
  text-align: left;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-menu__link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #FFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-menu__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 1px;
  content: "";
  background-color: #5A5753;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-menu__link:hover::after {
  width: 100%;
}
.p-menu__link.toiawase {
  margin-top: 32px;
}
@media screen and (max-width: 959px) {
  .p-menu__link {
    padding-bottom: 4px;
    letter-spacing: 0em;
  }
}
.p-menu__cnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .p-menu__cnav {
    gap: 4px;
  }
}
.p-menu__cnav-link {
  position: relative;
  display: block;
  padding-left: 12px;
  font-weight: 100;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.p-menu__cnav-link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  margin: 11px 0 0 0;
  content: "";
  background-color: #FFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-menu__cnav-link:hover {
  color: #5A5753;
}
.p-menu__cnav-link:hover::before {
  background-color: #5A5753;
}
@media screen and (max-width: 959px) {
  .p-menu__cnav-link {
    font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: normal;
    letter-spacing: -0.05em;
  }
  .p-menu__cnav-link::before {
    margin: 11px 0 0 0;
  }
}
.p-menu__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .p-menu__sns-list {
    grid-column: 2/2;
  }
}
.p-menu__sns-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43px;
  height: 43px;
  padding: 8px;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-menu__sns-link::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #5A5753;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-menu__sns-link:hover::before {
  width: 100%;
}
.p-menu__sns-logo {
  width: auto;
  height: 29px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-menu.pcview {
  display: grid;
}
@media screen and (max-width: 959px) {
  .p-menu.pcview {
    display: none;
  }
}

.p-menu.tbview {
  display: none;
}
@media screen and (max-width: 959px) {
  .p-menu.tbview {
    display: grid;
  }
}

.p-container {
  max-width: 1133px;
  margin: 0 auto;
}
.p-container--madoriplan {
  width: 100%;
  position: relative;
  height: 0;
}
@media screen and (max-width: 959px) {
  .p-container--tb-h100 {
    height: 100%;
  }
}
.p-container--width100 {
  width: 100%;
}

.p-contents {
  max-width: 988px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-contents--tb-h100 {
    height: 100%;
  }
}
.p-contents.padding84 {
  padding-inline: 84px;
}
@media screen and (max-width: 959px) {
  .p-contents.padding84 {
    padding-inline: 25px;
  }
}

.p-section {
  position: relative;
  padding: 150px 20px;
  background: #F7F7F6;
}
@media screen and (max-width: 520px) {
  .p-section {
    padding: 50px 40px;
  }
}
.p-section--bg-gray {
  background: #F7F7F6;
}
.p-section--bg-white {
  background: #FFF;
}
.p-section--bg-image {
  padding: 150px 20;
  background: #FFF;
}
@media screen and (max-width: 520px) {
  .p-section--bg-image {
    padding: 50px 40px;
  }
}
.p-section--bg-image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  content: "";
  background-image: url("../images/section_bg-bottom.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: calc(100% + 1.25 * var(--vw));
  background-size: 72.734375%;
}
@media screen and (max-width: 959px) {
  .p-section--bg-image::after {
    background-position-y: bottom;
    background-size: 72.3076923077%;
  }
}
.p-section--bg-image02 {
  background: #FFF;
}
@media screen and (max-width: 520px) {
  .p-section--bg-image02 {
    padding-block: 0;
    margin: 100px auto 60px;
  }
}
.p-section--bg-image02::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/section_bg-top.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
  background-size: 50.46875%;
}
.p-section--bg-image02::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-image: url("../images/section_bg-bottom.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: calc(100% + 1.25 * var(--vw));
  background-size: 72.734375%;
}
@media screen and (max-width: 520px) {
  .p-section--bg-image02::after {
    content: none;
  }
}
.p-section--bg-image-window {
  background: #FFF;
}
.p-section--bg-image-window::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-image: url("../images/section_bg02.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: -2.5vw;
  background-size: 72.734375%;
}
@media screen and (max-width: 520px) {
  .p-section--bg-image-window::before {
    content: none;
  }
}
.p-section--bg-gray-square {
  background: #FFF;
}
@media screen and (max-width: 520px) {
  .p-section--bg-gray-square {
    padding-top: 0;
    padding-bottom: 36px;
    margin-block: 50px;
  }
}
.p-section--bg-gray-square::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
  max-width: 648px;
  height: 100%;
  margin: 0 auto;
  content: "";
  background: #F7F7F6;
}
@media screen and (max-width: 520px) {
  .p-section--bg-gray-square::before {
    width: 70.7692307692%;
  }
}
.p-section--divider-bottom {
  padding-bottom: 444px;
  margin-bottom: 44px;
}
@media screen and (max-width: 959px) {
  .p-section--divider-bottom {
    padding-bottom: 219px;
    margin-bottom: 69px;
  }
}
.p-section--divider-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  bottom: 0;
  width: 1px;
  height: 144px;
  background-color: #5A5753;
}
.p-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 48px;
  font-size: 2.3333333333rem;
}
@media screen and (max-width: 959px) {
  .p-section__title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.p-section__title--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .p-section__title--left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-section__title-sub {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.25em;
}
.p-section__title-sub--en {
  font-size: 1rem;
  color: #7D8746;
  letter-spacing: 0.05em;
}

.p-button {
  position: relative;
  width: 310px;
  min-height: 42px;
  padding: 6px 12px;
  font-size: 1.1666666667rem;
  color: #7D8746;
  text-align: center;
  background: #FFF;
  border: 1px solid #7D8746;
  border-radius: 20px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 959px) {
  .p-button {
    margin-inline: auto;
  }
}
.p-button:hover {
  color: #FFF;
  background: #A4AB7D;
  border-color: #A4AB7D;
}
.p-button--center {
  margin-inline: auto;
}

@media screen and (max-width: 959px) {
  .p-button-tbfit {
    width: 247px;
  }
}

.p-button-tb376 {
  width: 376px;
}
@media screen and (max-width: 959px) {
  .p-button-tb376 {
    width: 100%;
    max-width: 376px;
  }
}

@media screen and (max-width: 959px) {
  .p-button-tb310 {
    width: 310px;
  }
}

.p-mv {
  position: relative;
  width: 100%;
  height: auto;
}
.p-mv__image {
  width: 100%;
  height: auto;
}

.p-top-buttons {
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .p-top-buttons {
    padding: 27px 0;
  }
}
.p-top-buttons__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  justify-items: center;
}
@media screen and (max-width: 959px) {
  .p-top-buttons__body {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    row-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top-buttons__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 959px) {
  .p-top-buttons__button {
    max-width: 100%;
    aspect-ratio: 61/22;
    padding: 20px;
  }
}

.p-news {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .p-news {
    margin-bottom: 60px;
  }
}
.p-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 520px) {
  .p-news__list {
    grid-template-columns: 1fr;
  }
}
.p-news__link:hover .p-news__thumbnails {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-news__thumbnails-wrapper {
  margin-bottom: 12px;
  overflow: hidden;
}
.p-news__thumbnails {
  width: 100%;
  height: auto;
  aspect-ratio: 154/103;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-news__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.p-news__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-news__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 80px;
  padding: 2px;
  color: #FFF;
  text-align: center;
  background: #979F6B;
  border-radius: 12px;
}
.p-news__text {
  font-size: 1.1666666667rem;
}

@media screen and (max-width: 959px) {
  .p-newslow {
    margin-bottom: 60px;
  }
}
.p-newslow-mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 148px;
  padding: 180px 0;
}
@media screen and (max-width: 959px) {
  .p-newslow-mv__body {
    padding: 0 40px 80px 40px;
    gap: 48px;
  }
}
@media screen and (max-width: 959px) {
  .p-newslow-mv__title {
    letter-spacing: 0.1em;
  }
}
.p-newslow-mv__text {
  font-size: 1rem;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 959px) {
  .p-newslow-mv__text {
    letter-spacing: 0.02em;
  }
}
.p-newslow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 56px;
  margin-bottom: 148px;
}
@media screen and (max-width: 959px) {
  .p-newslow__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-newslow__link:hover .p-newslow__thumbnails {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-newslow__thumbnails-wrapper {
  margin-bottom: 12px;
  overflow: hidden;
}
.p-newslow__thumbnails {
  width: 100%;
  height: 190px;
  aspect-ratio: 154/103;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-newslow__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.p-newslow__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-newslow__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 80px;
  padding: 2px;
  color: #FFF;
  text-align: center;
  background: #979F6B;
  border-radius: 12px;
}
.p-newslow__text {
  font-size: 1.1666666667rem;
}

.splide {
  position: relative;
}
.splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.splide__pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.splide__pagination__page {
  margin: 0 7px !important;
  background: #D8DBC7 !important;
}
.splide__pagination__page.is-active {
  background: #7D8746 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.p-sns {
  background: #000;
  border-bottom-width: 0;
}
.p-sns__text {
  text-align: center;
  color: #FFF;
  margin-bottom: 100px;
}

.p-sns-list {
  display: none;
  margin-bottom: 35px;
}
@media screen and (max-width: 520px) {
  .p-sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-sns-list__item {
  margin-right: 25px;
}
.p-sns-list__item:last-of-type {
  margin-right: 0;
}
.p-sns-list__logo {
  width: auto;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-button-wrapper {
  display: grid;
}
.p-button-wrapper--col2 {
  grid-template-columns: auto auto;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 959px) {
  .p-button-wrapper--col2 {
    grid-template-columns: auto;
    grid-template-rows: auto;
    row-gap: 20px;
  }
}
@media screen and (max-width: 520px) {
  .p-button-wrapper--col2 {
    grid-template-columns: 1fr;
  }
}
.p-button-wrapper--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-blog {
  position: relative;
  width: 454px;
  max-width: 400px;
  height: 108px;
  padding: 18px;
  margin-left: auto;
  background: #FFF;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .p-news-blog {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    max-width: 100vw;
    width: 100%;
    padding: 10px;
  }
}
.p-news-blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news-blog__heading {
  font-weight: 400;
  line-height: 1;
  color: #7D8746;
  letter-spacing: 0.35em;
  font-size: 14px;
}
.p-news-blog__image-wrapper {
  width: 110px;
  height: 80px;
}
.p-news-blog__image {
  width: 110px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-blog__title {
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 80%;
}
@media screen and (max-width: 959px) {
  .p-news-blog__title {
    max-width: 90%;
  }
}

.p-contact-bnr {
  position: absolute;
  top: 42px;
  right: 32px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .p-contact-bnr {
    position: fixed;
    top: initial;
    right: initial;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  }
}
.p-contact-bnr__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 10px;
  width: 89px;
  height: 89px;
}
@media screen and (max-width: 959px) {
  .p-contact-bnr__link {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    gap: 10px;
    width: 100%;
    height: auto;
    aspect-ratio: initial;
    border: none;
    border-radius: 0;
  }
}
.p-contact-bnr__link--contact {
  background: #A4AB7D;
  border-color: #A4AB7D;
}
.p-contact-bnr__link--contact:hover {
  color: #A4AB7D;
  background: #fff;
}
.p-contact-bnr__link--contact:hover .p-contact-bnr__icon {
  fill: #A4AB7D;
}
@media screen and (max-width: 959px) {
  .p-contact-bnr__link--contact::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 30px;
    margin: auto 0;
    content: "";
    background: #fff;
  }
}
.p-contact-bnr__link--tel {
  background: #C78D5A;
  border-color: #C78D5A;
}
.p-contact-bnr__link--tel:hover {
  color: #C78D5A;
  background: #fff;
}
.p-contact-bnr__link--tel:hover .p-contact-bnr__icon {
  fill: #C78D5A;
}
@media screen and (max-width: 959px) {
  .p-contact-bnr__link--tel {
    background-color: #A4AB7D;
  }
}
.p-contact-bnr__icon {
  width: 30px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
@media screen and (max-width: 959px) {
  .p-contact-bnr__icon {
    width: 20px;
  }
}
.p-contact-bnr__title {
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.p-contact-bnr-low {
  top: 260px;
}
@media screen and (max-width: 959px) {
  .p-contact-bnr-low {
    top: initial;
  }
}

.p-contact-bnr-for-madoriplan {
  position: absolute;
  top: 42px;
  right: 32px;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .p-contact-bnr-for-madoriplan {
    position: fixed;
    top: initial;
    right: initial;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  }
}
.p-contact-bnr-for-madoriplan__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 10px;
  width: 89px;
  height: 89px;
}
@media screen and (max-width: 959px) {
  .p-contact-bnr-for-madoriplan__link {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    gap: 10px;
    width: 100%;
    height: auto;
    aspect-ratio: initial;
    border: none;
    border-radius: 0;
  }
}
.p-contact-bnr-for-madoriplan__link--contact {
  background: #A4AB7D;
  border-color: #A4AB7D;
}
.p-contact-bnr-for-madoriplan__link--contact:hover {
  color: #A4AB7D;
  background: #fff;
}
.p-contact-bnr-for-madoriplan__link--contact:hover .p-contact-bnr-for-madoriplan__icon {
  fill: #A4AB7D;
}
@media screen and (max-width: 959px) {
  .p-contact-bnr-for-madoriplan__link--contact::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 30px;
    margin: auto 0;
    content: "";
    background: #fff;
  }
}
.p-contact-bnr-for-madoriplan__link--tel {
  background: #C78D5A;
  border-color: #C78D5A;
}
.p-contact-bnr-for-madoriplan__link--tel:hover {
  color: #C78D5A;
  background: #fff;
}
.p-contact-bnr-for-madoriplan__link--tel:hover .p-contact-bnr-for-madoriplan__icon {
  fill: #C78D5A;
}
@media screen and (max-width: 959px) {
  .p-contact-bnr-for-madoriplan__link--tel {
    background-color: #A4AB7D;
  }
}
.p-contact-bnr-for-madoriplan__link--enquete {
  background: #809abf;
  border-color: #809abf;
}
.p-contact-bnr-for-madoriplan__link--enquete:hover {
  color: #809abf;
  background: #fff;
}
.p-contact-bnr-for-madoriplan__link--enquete:hover .p-contact-bnr-for-madoriplan__icon {
  fill: #809abf;
}
.p-contact-bnr-for-madoriplan__icon {
  width: 30px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  fill: #fff;
}
@media screen and (max-width: 959px) {
  .p-contact-bnr-for-madoriplan__icon {
    width: 20px;
  }
}
.p-contact-bnr-for-madoriplan__icon--enquete {
  margin-bottom: 8px;
}
.p-contact-bnr-for-madoriplan__title {
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.p-contact-bnr-low {
  top: 260px;
}
@media screen and (max-width: 959px) {
  .p-contact-bnr-low {
    top: initial;
  }
}

@media screen and (min-width: 960px) {
  .p-contact-bnr-for-madoriplan {
    padding-top: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 959px) {
  .p-contact-bnr-for-madoriplan {
    width: 100vw;
    border-top: 1px solid #fff;
  }
  .p-contact-bnr-for-madoriplan .p-contact-bnr__title {
    font-family: "Noto Serif JP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 400;
  }
}

.p-works-slider {
  padding-bottom: 100px !important;
  margin-bottom: 44px;
}
@media screen and (max-width: 959px) {
  .p-works-slider {
    padding-bottom: 44px !important;
  }
}
@media screen and (max-width: 520px) {
  .p-works-slider {
    width: 100vw;
    margin-left: -40px;
  }
}
.p-works-slider__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-works-slider__link:hover .p-works-slider__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-works-slider__image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}
.p-works-slider__image {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-works-slider__image--reworks {
  width: 100%;
  height: 234px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 520px) {
  .p-works-slider__image--reworks {
    height: 152px;
  }
}
.p-works-slider__image--reworks.archive {
  width: 100%;
  height: 372px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .p-works-slider__image--reworks.archive {
    height: auto;
    aspect-ratio: 323/216;
  }
}
.p-works-slider__image--reworks.single {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .p-works-slider__image--reworks.single {
    height: auto;
    aspect-ratio: 323/216;
  }
}
.p-works-slider__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 16px;
  margin-bottom: 32px;
  border-left: 5px solid #7D8746;
}
.p-works-slider__title-wrapper--reworks {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-works-slider__title-wrapper--reworks .left {
  width: 5px;
  height: 100%;
}
.p-works-slider__title-wrapper--reworks .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-works-slider__title-wrapper--reworks .head-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-works-slider__title {
  font-size: 1.5rem;
}
.p-works-slider__title.owner {
  line-height: 1.2;
}
.p-works-slider__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 54px;
  aspect-ratio: 1/1;
  padding: 8px;
  color: #fff;
  background: #A4AB7D;
  border-radius: 50%;
  letter-spacing: 0.05em;
}
.p-works-slider__category--reworks {
  width: 96px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #A4AB7D;
  border-radius: 10000px;
}
.p-works-slider__text {
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.p-works-slider__type {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  padding-top: 12px;
  margin-top: auto;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  border-top: 1px dotted #999;
}
.p-works-slider__type-heading {
  padding-right: 22px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #999;
}
.p-works-slider__type-data {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #999;
}
.p-works-slider__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 7.5px !important;
  background: #d8dbc7;
}
.p-works-slider__pagination .swiper-pagination-bullet-active {
  background: #7D8746;
}

.p-hamburger-menu {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 9998;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  background: #A4AB7D;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 959px) {
  .p-hamburger-menu {
    overflow-y: scroll;
  }
}
.p-hamburger-menu--active {
  top: 0;
}
.p-hamburger-menu__body {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 120px;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .p-hamburger-menu__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 48px 40px 64px 40px;
  }
}
.p-hamburger-menu__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-hamburger-menu__information {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}
.p-hamburger-menu__logo {
  width: 100%;
  max-width: 138px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-hamburger-menu__contact-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 959px) {
  .p-hamburger-menu__contact-bnr {
    position: absolute;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    height: 50px;
  }
}
.p-hamburger-menu__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 6px 12px;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .p-hamburger-menu__bnr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0;
  }
}
.p-hamburger-menu__bnr--contact {
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-hamburger-menu__bnr--contact::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 30px;
    margin: auto 0;
    content: "";
    background: #7D8746;
  }
}
.p-hamburger-menu__bnr-icon {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #A4AB7D;
}
@media screen and (max-width: 959px) {
  .p-hamburger-menu__bnr-icon {
    fill: #7D8746;
  }
}
.p-hamburger-menu__bnr-icon--contact {
  width: 30px;
}
@media screen and (max-width: 959px) {
  .p-hamburger-menu__bnr-icon--contact {
    width: 20px;
  }
}
.p-hamburger-menu__bnr-icon--tel {
  width: 30px;
}
@media screen and (max-width: 959px) {
  .p-hamburger-menu__bnr-icon--tel {
    width: 20px;
  }
}
.p-hamburger-menu__bnr-title {
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 600;
  color: #A4AB7D;
}
.p-hamburger-menu__bnr-title.tel {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .p-hamburger-menu__bnr-title {
    font-family: "Noto Serif JP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 400;
    color: #7D8746;
  }
  .p-hamburger-menu__bnr-title.tel {
    font-size: 1.1666666667rem;
  }
}

.p-footer {
  padding: 100px 0 0;
  color: #fff;
  text-align: center;
  background: #A4AB7D;
}
@media screen and (max-width: 959px) {
  .p-footer {
    padding-top: 68px;
    margin-bottom: 50px;
  }
}
.p-footer__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .p-footer__body {
    grid-template-columns: 1fr;
    gap: 58px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 110px;
    padding-inline: 40px;
  }
}
.p-footer__site-logo {
  width: 100%;
  max-width: 138px;
  height: auto;
}
.p-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-footer__nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-template-rows: repeat(auto-fill, 1fr);
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-footer__nav-item {
  text-align: left;
}
.p-footer__nav-link {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 1.1666666667rem;
  text-align: left;
  border-bottom: 1px solid #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-footer__nav-link:hover {
  color: #5A5753;
}
.p-footer__cnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-footer__cnav-link {
  position: relative;
  display: block;
  padding-left: 12px;
  font-weight: 100;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-footer__cnav-link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  margin: auto 0;
  content: "";
  background-color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-footer__cnav-link:hover {
  color: #5A5753;
}
.p-footer__cnav-link:hover::before {
  background-color: #5A5753;
}
.p-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.p-footer__sns-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-footer__sns-link::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #5A5753;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-footer__sns-link:hover::before {
  width: 100%;
}
.p-footer__sns-logo {
  width: auto;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .p-footer__sns-logo {
    height: 21px;
  }
}
.p-footer__company-detail {
  padding-block: 70px;
  padding-inline: 20px;
  background-color: #fff;
}
.p-footer__company-detail.for-madoriplan {
  background-color: #e5e7da;
}
.p-footer__company-detail-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.p-footer__company-detail-item {
  display: grid;
  grid-template-columns: 222px 1fr;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-footer__company-detail-item {
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer__company-detail-logo {
  text-align: left;
}
@media screen and (max-width: 959px) {
  .p-footer__company-detail-logo {
    text-align: center;
  }
}
.p-footer__company-detail-notice {
  color: #5A5753;
}
.p-footer__company-detail-image {
  width: 100%;
  max-width: 222px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__company-detail-image--coda {
  max-width: 137px;
}
.p-footer__company-detail-text {
  color: #5A5753;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .p-footer__company-detail-text {
    margin: 0 auto;
  }
}
.p-footer__copylight {
  position: relative;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  background: #5A5753;
}
@media screen and (max-width: 959px) {
  .p-footer__copylight {
    padding: 10px 0;
    font-size: 0.8333333333rem;
  }
}
.p-footer__copylight::before, .p-footer__copylight::after {
  position: absolute;
  top: -72px;
  width: 48px;
  height: 80px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.p-footer__copylight::before {
  left: 32px;
  background-image: url("../images/ant.png");
}
.p-footer__copylight::after {
  right: 32px;
  background-image: url("../images/ant02.png");
}
.p-footer__for-madoriplan-space {
  height: 0px;
  background: #5a5753;
}
@media screen and (max-width: 959px) {
  .p-footer__for-madoriplan-space {
    height: 80px;
  }
}

.p-inquiry {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 648px;
  margin: 186px auto 194px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
  padding-block: 48px;
}
@media screen and (max-width: 959px) {
  .p-inquiry {
    width: calc(100% - 28px);
    margin: 84px auto 52px auto;
    max-width: 400px;
  }
}
.p-inquiry.reform {
  margin-block: 200px 40px;
}
@media screen and (max-width: 959px) {
  .p-inquiry.reform {
    margin-top: 70px;
  }
}
.p-inquiry--warranty {
  margin-top: 0;
  margin-bottom: 300px;
}
@media screen and (max-width: 959px) {
  .p-inquiry--warranty {
    margin-bottom: 75px;
  }
}
.p-inquiry--selectplan {
  margin-top: 0;
  margin-bottom: 0;
}
.p-inquiry__houseicon {
  height: 34px;
  width: 53px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/logo_color.svg);
}
.p-inquiry__telimg {
  width: 378px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../images/ir/tel-image.png);
}
@media screen and (max-width: 959px) {
  .p-inquiry__telimg {
    width: 280px;
  }
}
.p-inquiry h3 {
  padding-block: 20px;
  font-size: 1.8333333333rem;
  letter-spacing: 0.31em;
}
@media screen and (max-width: 374px) {
  .p-inquiry h3 {
    font-size: 1.5rem;
  }
}
.p-inquiry p {
  font-size: 1rem;
  letter-spacing: 0.35em;
}
@media screen and (max-width: 959px) {
  .p-inquiry p.odenwade {
    letter-spacing: 0.03em;
  }
}

.p-inquiry:hover {
  background-color: #A4AB7D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-inquiry:hover .p-inquiry__houseicon {
  background-image: url(./../images/logo_color_whiteline.svg);
}
.p-inquiry:hover .p-inquiry__telimg {
  background-image: url(./../images/ir/tel-image-white.png);
}
.p-inquiry:hover h3 {
  color: #fff;
}
.p-inquiry:hover p {
  color: #fff;
}
.p-inquiry:hover p.time-text {
  color: #5A5753;
}

.p-comingsoon__box-wrapper {
  display: grid;
  place-content: center;
  width: 100%;
  height: 40vh;
}
.p-comingsoon__box {
  display: grid;
  place-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 80px;
  border: solid 2px #A4AB7D;
  font-size: 2.3333333333rem;
}
@media screen and (max-width: 959px) {
  .p-comingsoon__box {
    width: 100%;
    padding-inline: 20px;
    max-width: 370px;
  }
}

.p-infoDetail {
  margin-bottom: 64px;
}
.p-infoDetail__title {
  font-size: 32px;
  margin-bottom: 8px;
  font-weight: bold;
}
.p-infoDetail__date {
  font-size: 16px;
  color: #5A5753;
}
.p-infoDetail__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 16px;
  margin-bottom: 56px;
}
.p-infoDetail__flex.single {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-works__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 110px 32px;
  margin-bottom: 148px;
}
@media screen and (max-width: 959px) {
  .p-works__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }
}
.p-works__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-works__link:hover .p-works__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-works__image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}
.p-works__image-wrapper--width100 {
  width: 100%;
}
.p-works__image {
  width: 100% !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-works__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 16px;
  margin-bottom: 32px;
  border-left: 5px solid #7D8746;
}
.p-works__title {
  font-size: 1.5rem;
}
.p-works__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 54px;
  aspect-ratio: 1/1;
  padding: 8px;
  color: #FFF;
  background: #A4AB7D;
  border-radius: 50%;
  letter-spacing: 0.05em;
}
.p-works__text {
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.p-works__type {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  padding-top: 12px;
  margin-top: auto;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  border-top: 1px dotted #999;
}
.p-works__type-heading {
  padding-right: 22px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #999;
}
.p-works__type-data {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #999;
}
.p-works__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 7.5px !important;
  background: #D8DBC7;
}
.p-works__pagination .swiper-pagination-bullet-active {
  background: #7D8746;
}

.p-estate__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 110px 32px;
  margin-bottom: 148px;
}
@media screen and (max-width: 959px) {
  .p-estate__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    margin-bottom: 70px;
  }
}
.p-estate__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.p-estate__link:hover .p-estate__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-estate__image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}
.p-estate__image-wrapper--width100 {
  width: 100%;
}
.p-estate__image {
  width: 100% !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-estate__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 16px;
  margin-bottom: 32px;
  border-left: 5px solid #7D8746;
}
.p-estate__title {
  font-size: 1.5rem;
}
.p-estate__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 54px;
  aspect-ratio: 1/1;
  padding: 8px;
  color: #FFF;
  background: #A4AB7D;
  border-radius: 50%;
}
.p-estate__text {
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.p-estate__type {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  padding-top: 12px;
  margin-top: auto;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
  border-top: 1px dotted #999;
}
.p-estate__type-heading {
  padding-right: 22px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #999;
}
.p-estate__type-data {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #999;
}
.p-estate__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 7.5px !important;
  background: #D8DBC7;
}
.p-estate__pagination .swiper-pagination-bullet-active {
  background: #7D8746;
}

.p-landsearch {
  padding-block: 0;
  margin-bottom: 300px;
}
@media screen and (max-width: 959px) {
  .p-landsearch {
    padding-inline: 20px;
  }
}
.p-landsearch__catchcopy {
  margin-bottom: 140px;
  font-size: 1rem;
  line-height: 2.14;
  text-align: center;
  letter-spacing: 0.17em;
}
.p-landsearch__features-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 140px;
}
@media screen and (max-width: 959px) {
  .p-landsearch__features-list {
    gap: 110px;
  }
}
.p-landsearch__features-item {
  display: grid;
  gap: 50px;
  place-content: center;
}
@media screen and (max-width: 959px) {
  .p-landsearch__features-item {
    gap: 40px;
  }
}
.p-landsearch__features-no {
  padding-inline: 22px;
  font-size: 2.5rem;
  color: #7D8746;
}
.p-landsearch__features-no-wrapper {
  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;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background-image: url("../images/icon/musimegane.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.p-landsearch__features-title {
  font-size: 2.3333333333rem;
  line-height: 2.14;
  text-align: center;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 959px) {
  .p-landsearch__features-title {
    margin-bottom: 20px;
    letter-spacing: 0.08em;
  }
}
.p-landsearch__features-text {
  font-size: 1rem;
  line-height: 2.58;
  text-align: center;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 959px) {
  .p-landsearch__features-text {
    text-align: left;
  }
}

.p-catchcopy {
  margin-top: 152px;
}
@media screen and (max-width: 959px) {
  .p-catchcopy {
    margin-top: 32px;
  }
}
.p-catchcopy__emphasis {
  text-align: center;
  font-size: 2.3333333333rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 959px) {
  .p-catchcopy__emphasis {
    font-size: 1.4166666667rem;
  }
}
.p-catchcopy__text {
  margin-top: 60px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-catchcopy__text {
    font-size: 1.1666666667rem;
  }
}
.p-catchcopy__unit {
  display: block;
  margin-top: 72px;
  line-height: 2.3;
}
@media screen and (max-width: 959px) {
  .p-catchcopy__unit {
    margin-top: 50px;
  }
}
.p-catchcopy__logo {
  width: 217px;
  height: 80px;
  display: block;
  margin: 72px auto 0;
}
@media screen and (max-width: 959px) {
  .p-catchcopy__logo {
    margin-top: 50px;
    width: 136px;
    height: 56px;
  }
}

.p-staff-list {
  display: grid;
  gap: 56px 32px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 959px) {
  .p-staff-list {
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-staff-list__top {
  position: relative;
}
.p-staff-list__name-wrapper {
  position: absolute;
  top: 18px;
  left: 30px;
}
.p-staff-list__name {
  background-color: #979F6B;
  padding: 18px 4px;
  color: #FFF;
  font-size: 1.6666666667rem;
  letter-spacing: 0.45em;
  min-height: 160px;
  margin-top: -22px;
}
@media screen and (max-width: 959px) {
  .p-staff-list__name {
    font-size: 1.5rem;
  }
}
.p-staff-list__position {
  letter-spacing: 0.35em;
  margin-left: 10px;
}
.p-staff-list__bottom {
  display: grid;
  grid-template-columns: 54% 1fr;
  margin-top: 18px;
  gap: 32px;
}
.p-staff-list__message-title {
  color: #7D8746;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.p-staff-list__message-title:before {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-image: url(./../images/ir/border-dot-long.svg);
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
}
.p-staff-list__message-body {
  color: #5A5753;
}
.p-staff-list__qualification {
  padding-left: 14px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-staff-list__qualification {
    font-size: 0.8333333333rem;
  }
}
.p-staff-list__qualification:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #979F6B;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
}

.p-top-banner__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 70px 84px;
  padding-inline: 0;
  gap: 10px;
}
.p-top-banner__slider-splide {
  width: 100vw;
}
.p-top-banner__slider-splide__track {
  width: 100%;
}
.p-top-banner__slider-splide__list {
  width: 100%;
}
.p-top-banner__slider-splide__slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-banner__slider-splide__slide-image {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  /* 上下の中央揃え */
  -ms-flex-item-align: center;
      align-self: center;
  -o-object-fit: center;
     object-fit: center;
}

@media screen and (max-width: 959px) {
  .p-top-news {
    background: none;
  }
}

.p-top-brand__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.p-top-brand__heading {
  margin-bottom: 46px;
  font-size: 2.3333333333rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 520px) {
  .p-top-brand__heading {
    margin-bottom: 58px;
    font-size: 1.75rem;
    text-align: center;
  }
}
.p-top-brand__text {
  font-size: 1.5rem;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 520px) {
  .p-top-brand__text {
    margin-bottom: 16px;
    font-size: 1rem;
    line-height: 2.1;
  }
}
.p-top-brand__paragraph {
  display: block;
  margin-bottom: 70px;
}
@media screen and (max-width: 959px) {
  .p-top-brand__paragraph {
    margin-bottom: 42px;
  }
}
.p-top-brand__logo {
  max-width: 217px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-value__body {
  display: grid;
  grid-template-columns: minmax(0, 478px) 1fr;
  gap: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-top-value__body {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}
.p-top-value__title {
  margin-top: 128px;
  margin-bottom: 48px;
}
@media screen and (max-width: 959px) {
  .p-top-value__title {
    margin-top: 0;
  }
}
.p-top-value__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.p-top-value__image--bottom {
  margin-top: 90px;
}
.p-top-value__text {
  margin-bottom: 42px;
  line-height: 2.16;
}
@media screen and (max-width: 959px) {
  .p-top-value__text {
    text-align: center;
  }
}
.p-top-value__button {
  width: 247px;
}
@media screen and (max-width: 959px) {
  .p-top-value__button {
    margin: 0 auto;
  }
}

.p-top-works__text {
  margin-bottom: 105px;
  line-height: 2.58;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .p-top-works__text {
    margin-bottom: 42px;
  }
}

.p-top-service-list__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 140px;
}
@media screen and (max-width: 959px) {
  .p-top-service-list__body {
    gap: 60px;
  }
}
.p-top-service-list__item {
  display: grid;
  grid-template-columns: 1fr minmax(0, 648px);
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-top-service-list__item {
    grid-template-columns: 1fr;
  }
}
.p-top-service-list__item--right {
  grid-template-columns: minmax(0, 648px) 1fr;
}
@media screen and (max-width: 959px) {
  .p-top-service-list__item--right {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 959px) {
  .p-top-service-list__main {
    margin-left: -40px;
  }
}
.p-top-service-list__title {
  margin-bottom: 32px;
}
.p-top-service-list__text {
  margin-bottom: 42px;
  text-align: center;
}
.p-top-service-list__image-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-top-service-list__image-wrapper {
    grid-row: 1;
    width: 100vw;
    margin-left: -40px;
  }
}
.p-top-service-list__thumbnails {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
.p-top-service-list__thumbnails:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-service-list__image {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.p-top-service-list__image:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-top-reform__body {
  padding-bottom: 108px;
}
@media screen and (max-width: 520px) {
  .p-top-reform__body {
    padding-bottom: 0;
  }
}
.p-top-reform__text {
  margin-bottom: 60px;
  text-align: center;
}
.p-top-reform__images {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 46px;
}
@media screen and (max-width: 520px) {
  .p-top-reform__images {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  .p-top-reform__image--left {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .p-top-reform__image--right {
    display: none;
  }
}

.p-top-selectplan__body {
  display: grid;
  grid-template-columns: 1fr minmax(0, 478px);
  gap: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-top-selectplan__body {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}
.p-top-selectplan__title {
  margin-top: 128px;
  margin-bottom: 48px;
}
@media screen and (max-width: 959px) {
  .p-top-selectplan__title {
    margin-top: 0;
  }
}
.p-top-selectplan__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.p-top-selectplan__image--bottom {
  margin-top: 90px;
}
.p-top-selectplan__text {
  margin-bottom: 42px;
  line-height: 2.16;
}
@media screen and (max-width: 959px) {
  .p-top-selectplan__text {
    text-align: center;
  }
}
.p-top-selectplan__button {
  width: 247px;
}
@media screen and (max-width: 959px) {
  .p-top-selectplan__button {
    margin: 0 auto;
  }
}

.p-value {
  position: relative;
  padding-inline: 20px;
}
@media screen and (max-width: 959px) {
  .p-value {
    padding-inline: 14px;
  }
}
.p-value__catchcopy {
  font-size: 1rem;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 959px) {
  .p-value__catchcopy {
    margin-inline: auto;
    max-width: 375px;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 959px) {
  .p-value__tb-inline0 {
    padding-inline: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-value__tb-inline0 .fakeinline {
    padding-inline: 16px;
  }
}

.p-value-section__wrapper {
  margin-top: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 300px;
}
@media screen and (max-width: 959px) {
  .p-value-section__wrapper {
    margin-top: 0;
    gap: 110px;
  }
}
.p-value-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-value-section__theme {
  margin-inline: auto;
  margin-bottom: 82px;
  padding-top: 118px;
  width: 478px;
  height: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(./../images/value/bg-home.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .p-value-section__theme {
    margin-bottom: 56px;
    padding-top: 92px;
    width: 328px;
    height: 160px;
    background-image: url(./../images/value/bg-home-sp.png);
    background-size: contain;
  }
}
@media screen and (max-width: 374px) {
  .p-value-section__theme {
    width: 100%;
    aspect-ratio: 328/160;
    margin-bottom: 32px;
  }
}
.p-value-section__theme h2 {
  font-size: 2rem;
  color: #7D8746;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 959px) {
  .p-value-section__theme h2 {
    font-size: 1.6666666667rem;
    margin-bottom: 6px;
  }
}
.p-value-section__dot-border-long {
  width: 278px;
  height: 2px;
  background-image: url(./../images/ir/border-dot-long.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
@media screen and (max-width: 959px) {
  .p-value-section__dot-border-long {
    width: 240px;
  }
}
.p-value-section__title h3 {
  text-align: center;
  font-size: 2rem;
  color: #7D8746;
}
@media screen and (max-width: 959px) {
  .p-value-section__title h3 {
    margin-inline: auto;
    max-width: 375px;
    font-size: 1.9166666667rem;
  }
}
.p-value-section__title p {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 2.58;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-value-section__title p {
    margin-inline: auto;
    max-width: 375px;
    letter-spacing: 0.05em;
  }
}
.p-value-section__title .underline {
  padding-left: 0.2em;
  padding-bottom: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.9em, transparent), color-stop(0, #e5e7da), color-stop(2em, #e5e7da), color-stop(0, transparent));
  background: linear-gradient(transparent 0.9em, #e5e7da 0, #e5e7da 2em, transparent 0);
}
.p-value-section__subgreen {
  margin-bottom: 24px;
}
.p-value-section__subgreen p {
  margin-top: 8px;
  font-size: 1.1666666667rem;
  color: #7D8746;
  line-height: 1.85;
}

.p-value-index__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 148px;
  margin-bottom: 112px;
  gap: min(32px, 2vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-value-index__flex {
    margin-top: 64px;
    margin-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-value-index__inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(32px, 2vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-value-index__inner-flex {
    gap: 24px;
  }
}
.p-value-index__circle {
  width: 224px;
  height: 224px;
  border-radius: 10000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px -5px #000000;
          box-shadow: 0px 0px 10px -5px #000000;
  -webkit-box-shadow: 3px 3px 20px rgba(90, 90, 90, 0.15);
          box-shadow: 3px 3px 20px rgba(90, 90, 90, 0.15);
}
@media screen and (max-width: 959px) {
  .p-value-index__circle {
    width: 146px;
    height: 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-value-index__circle .green {
  margin-top: 32px;
  color: #7D8746;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-value-index__circle .green {
    margin-top: 22px;
    font-size: 0.6666666667rem;
    display: none;
  }
}
.p-value-index__circle .green.mtoplong {
  margin-top: 52px;
}
@media screen and (max-width: 959px) {
  .p-value-index__circle .green.mtoplong {
    margin-top: 36px;
  }
}
.p-value-index__circle .title {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 1.6666666667rem;
}
@media screen and (max-width: 959px) {
  .p-value-index__circle .title {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 1.1666666667rem;
  }
}
@media screen and (max-width: 959px) {
  .p-value-index__circle .tri {
    width: 16px;
  }
}

.p-value-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-value-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-value-blocks .left, .p-value-blocks .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.p-value-block {
  padding: 40px 50px;
  width: 478px;
  background-color: #F7F7F6;
}
@media screen and (max-width: 959px) {
  .p-value-block {
    margin-inline: auto;
    max-width: 375px;
    width: 100%;
    padding-block: 40px;
    padding-inline: initial;
  }
}
@media screen and (max-width: 959px) {
  .p-value-block .inline-small {
    padding-inline: 24px;
  }
}
@media screen and (max-width: 959px) {
  .p-value-block .inline-large {
    padding-inline: 24px;
  }
}
.p-value-block .mtop20px {
  margin-top: 20px;
}
.p-value-block .title {
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #C78D5A;
}
@media screen and (max-width: 959px) {
  .p-value-block .title {
    font-size: 1.8333333333rem;
  }
}
.p-value-block .title.techno-damper {
  letter-spacing: 0.05em;
}
.p-value-block .dot-border {
  margin-top: 8px;
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
  background-image: url(./../images/value/border-dot-subcolor.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-value-block .explain {
  line-height: 2.05;
  letter-spacing: 0.05em;
}
.p-value-block .explain.ls-large {
  letter-spacing: 0.03em;
}
.p-value-block .miniexplain {
  letter-spacing: 0.05em;
}
.p-value-block .youtube-sample-height {
  height: 18px;
}
.p-value-block .relative-technobeam {
  margin-top: 24px;
  height: 316px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-value-block .relative-technobeam {
    height: 240px;
  }
}
.p-value-block .absolute-technobeam {
  max-width: none;
  height: 316px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-value-block .absolute-technobeam {
    width: 320px;
    height: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 374px) {
  .p-value-block .absolute-technobeam {
    width: 100%;
  }
}
.p-value-block .minititle {
  color: #C78D5A;
  font-size: 1rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.p-value-block .minititle.green {
  color: #7D8746;
}
.p-value-block .tokyu-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-value-block .tokyu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.p-value-block .tokyu-list.tokyu1 {
  height: 80px;
}
.p-value-block .tokyu-list.tokyu2 {
  height: 106px;
}
.p-value-block .tokyu-list.tokyu3 {
  height: 104px;
}
.p-value-block .tokyu-list.tokyu4 {
  height: 130px;
}
@media screen and (max-width: 959px) {
  .p-value-block .tokyu-list.tokyu4 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-value-block .tokyu-list-left {
  width: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1rem;
}
.p-value-block .tokyu-list-left.tokyu1 {
  padding-left: 24px;
}
.p-value-block .tokyu-list-left.tokyu4 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 8px;
}
.p-value-block .tokyu-list-right {
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-value-block .tokyu-list-right {
    max-width: 166px;
  }
}
.p-value-block .redradius {
  margin-bottom: 8px;
  font-size: 12px;
  border-radius: 8px;
  color: #941739;
  border: 1px solid #941739;
  background-color: #fff;
  display: grid;
  place-content: center;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.p-value-block .redradius.tokyu1 {
  width: 120px;
}
.p-value-block .redradius.tokyu4 {
  width: 228px;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 959px) {
  .p-value-block .redradius.tokyu4 {
    width: 164px;
  }
}
.p-value-block .youtube-logo {
  margin-bottom: 12px;
}
.p-value-block .technostructure-calc {
  margin-top: 20px;
  background-image: url(./../images/value/technostructure-calc.png);
  width: 410px;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 959px) {
  .p-value-block .technostructure-calc {
    width: 323px;
    height: 444px;
    background-size: contain;
  }
}
@media screen and (max-width: 323px) {
  .p-value-block .technostructure-calc {
    width: 100%;
  }
}
.p-value-block .technostructure-calc p {
  margin-bottom: 4px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .p-value-block .technostructure-calc p {
    margin-bottom: 10px;
    font-size: 0.8333333333rem;
  }
}
.p-value-block .techno-dampers {
  margin-top: 20px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-value-block img.techno-damper {
    width: 132px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-value-block .earthquake-comparing {
  margin-top: 12px;
  margin-bottom: 24px;
}

.p-value-strong__technostructure {
  margin-bottom: 32px;
}
.p-value-strong__flex {
  margin-top: 150px;
  margin-bottom: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-value-strong__flex {
    margin-top: 58px;
    margin-bottom: 48px;
    margin-inline: auto;
    max-width: 310px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-value-strong__flex .icon-question {
  margin-bottom: 8px;
}
.p-value-strong__flex .title {
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #7D8746;
}
@media screen and (max-width: 959px) {
  .p-value-strong__flex .title {
    font-size: 1.8333333333rem;
  }
}
.p-value-strong__flex .dot-border {
  margin-top: 8px;
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
  background-image: url(./../images/workflow/border-dot.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-value-strong__flex .explain {
  font-size: 1rem;
  line-height: 2.05;
  letter-spacing: 0.05em;
}
.p-value-strong__leaf {
  margin-bottom: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .p-value-strong__leaf {
    margin-bottom: 50px;
  }
}
.p-value-strong__leaf .gold {
  width: 478px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d9bc36;
  font-weight: 500;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  background-image: url(./../images/value/gold-leaf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 959px) {
  .p-value-strong__leaf .gold {
    width: 344px;
    height: 106px;
  }
}
@media screen and (max-width: 374px) {
  .p-value-strong__leaf .gold {
    width: 100%;
  }
}
.p-value-strong__leaf .gold .sub {
  font-size: 1.6666666667rem;
}
@media screen and (max-width: 959px) {
  .p-value-strong__leaf .gold .sub {
    font-size: 1.0833333333rem;
  }
}
.p-value-strong__leaf .gold .main {
  font-size: 3.3333333333rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-value-strong__leaf .gold .main {
    font-size: 2.6666666667rem;
  }
}
.p-value-strong__leaf .comment {
  margin-top: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 2.06;
}
@media screen and (max-width: 959px) {
  .p-value-strong__leaf .comment {
    letter-spacing: 0;
  }
}

.p-value-relief .relief-thumb {
  margin-top: 72px;
  margin-bottom: 72px;
  width: 100%;
  max-width: 1150px;
}
@media screen and (max-width: 959px) {
  .p-value-relief .relief-thumb {
    margin-inline: auto;
    max-width: 375px;
    height: 212px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.p-value-relief .relief-thumb-relative {
  position: relative;
  height: 212px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-inline: auto;
  width: 100%;
  margin-inline: auto;
  max-width: 375px;
}
.p-value-relief .relief-thumb-absolute {
  position: absolute;
  width: 375px;
  height: 212px;
  max-width: none;
  left: 0px;
}
@media screen and (max-width: 408px) {
  .p-value-relief .relief-thumb-absolute {
    left: -16px;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.p-value-relief .intro {
  font-size: 1.5rem;
  text-align: center;
  color: #7D8746;
}
@media screen and (max-width: 959px) {
  .p-value-relief .intro {
    margin-inline: auto;
    max-width: 375px;
  }
}
.p-value-relief__longexplain {
  margin-top: 32px;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}
.p-value-relief__longexplain p {
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-value-relief__longexplain-imgweapper {
  width: 100%;
  display: grid;
  place-content: center;
  margin-bottom: 88px;
}

.p-value-relief-blocks {
  margin-top: 56px;
  margin-bottom: 100px;
  margin-inline: auto;
  max-width: 988px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 48px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-value-relief-blocks {
    margin-inline: auto;
    max-width: 375px;
  }
}

.p-value-relief-block {
  padding-inline: 48px;
  width: 478px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #5A5753;
  padding-bottom: 48px;
}
@media screen and (max-width: 959px) {
  .p-value-relief-block {
    padding-inline: 16px;
  }
}
.p-value-relief-block .head-relative {
  position: relative;
}
.p-value-relief-block .head-absolute {
  left: 0;
  top: -20px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 318px;
  height: 40px;
  display: grid;
  place-content: center;
  font-size: 1.5rem;
  background-color: #919962;
  color: #fff;
  border-radius: 10000px;
}
@media screen and (max-width: 959px) {
  .p-value-relief-block .head-absolute {
    width: 234px;
  }
}
@media screen and (max-width: 959px) {
  .p-value-relief-block .head-absolute p {
    letter-spacing: -0.1em;
  }
}
.p-value-relief-block .title {
  margin-top: 40px;
  font-size: 2.5rem;
  text-align: center;
  color: #7D8746;
}
.p-value-relief-block .title-desc {
  font-size: 1.5rem;
  text-align: center;
}
.p-value-relief-block .title-desc-short {
  font-size: 1.5rem;
  text-align: center;
}
.p-value-relief-block .dot-border {
  margin-top: 16px;
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
  background-image: url(./../images/workflow/border-dot.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-value-relief-block .dot-border-forshort {
  margin-top: 24px;
  margin-bottom: 28px;
  width: 100%;
  height: 2px;
  background-image: url(./../images/workflow/border-dot.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-value-relief-block .relief-figure {
  margin-bottom: 24px;
  padding-left: 16px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 959px) {
  .p-value-relief-block .relief-figure {
    padding-left: 0;
    height: 82px;
  }
}
.p-value-relief-block .relief-figure-forshort {
  margin-bottom: 36px;
  padding-left: 16px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 959px) {
  .p-value-relief-block .relief-figure-forshort {
    padding-left: 8px;
    height: 76px;
  }
}
@media screen and (max-width: 959px) {
  .p-value-relief-block .relief-figure-forshort.taikyu {
    height: 66px;
  }
}
.p-value-relief-block .explain {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-value-relief-block .explain-forshort {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.p-value-relief-zeh {
  margin-inline: auto;
  padding-top: 48px;
  padding-bottom: 56px;
  padding-inline: 48px;
  width: 100%;
  max-width: 988px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: solid 1px #5A5753;
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh {
    max-width: 388px;
    padding-inline: 32px;
  }
}
.p-value-relief-zeh .title {
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #C78D5A;
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh .title {
    font-size: 1.8333333333rem;
  }
}
.p-value-relief-zeh .dot-border {
  margin-top: 16px;
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
  background-image: url(./../images/value/border-dot-subcolor-long.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-value-relief-zeh .about-wrapper {
  padding-top: 20px;
  width: 100%;
  height: 286px;
  background-image: url(./../images/value/pyramid.png;);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh .about-wrapper {
    padding-top: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-image: none;
  }
}
.p-value-relief-zeh .about-title {
  width: 180px;
  height: 28px;
  background-color: #C78D5A;
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh .about-title {
    width: 144px;
  }
}
.p-value-relief-zeh .about-explain {
  padding-block: 16px;
  max-width: 492px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh .about-explain {
    line-height: 1.7;
  }
}
.p-value-relief-zeh img.pyramid {
  margin-top: 48px;
}
.p-value-relief-zeh .three-strength .text {
  margin-top: 32px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #C78D5A;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh .three-strength .text {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh .three-strength .text .tb-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-value-relief-zeh .three-strength .text .normal {
  font-size: 2.5rem;
  padding-top: 22px;
}
.p-value-relief-zeh .three-strength .text .big {
  font-size: 5rem;
  padding-inline: 4px;
}
.p-value-relief-zeh .three-strength .three-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh .three-strength .three-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh .three-strength .three-flex .stronghouse {
    width: 88px;
  }
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh .three-strength .three-flex .cross-orange {
    width: 42px;
  }
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh .three-strength .three-flex .longgoodhouse {
    width: 180px;
  }
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh .three-strength .three-flex .zehmarker {
    width: 170px;
  }
}
.p-value-relief-zeh .last-explain {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-value-relief-zeh .last-explain {
    margin-top: 48px;
  }
}

.p-value-convenience .brown-title {
  margin-top: 64px;
}
.p-value-convenience .brown-title p {
  font-size: 2rem;
  color: #C78D5A;
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-value-convenience .brown-title p {
    font-size: 1.6666666667rem;
  }
}
.p-value-convenience .large-room {
  margin-bottom: 96px;
  width: 648px;
}
@media screen and (max-width: 959px) {
  .p-value-convenience .large-room {
    margin-inline: auto;
    width: 100%;
    max-width: 375px;
  }
}
.p-value-convenience .large-room-img {
  margin-top: 80px;
  margin-bottom: 8px;
}
.p-value-convenience .large-room-desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .p-value-convenience .large-room-desc {
    font-size: 0.8333333333rem;
  }
}
.p-value-convenience .last-comment {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .p-value-convenience .last-comment {
    padding-inline: 32px;
    margin-top: 40px;
    text-align: left;
  }
}

.p-value-convenience-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.p-value-convenience-block {
  margin-inline: auto;
  padding-block: 50px;
  padding-inline: 48px;
  width: 100%;
  max-width: 988px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: #F7F7F6;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block {
    margin-inline: auto;
    padding-inline: 32px;
    max-width: 375px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-value-convenience-block .title {
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #C78D5A;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block .title {
    font-size: 1.8333333333rem;
    letter-spacing: 0;
  }
}
.p-value-convenience-block .dot-border {
  margin-top: 16px;
  width: 100%;
  height: 2px;
  background-image: url(./../images/value/border-dot-subcolor-long.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-value-convenience-block .about-explain {
  padding-block: 16px;
  font-size: 1rem;
  line-height: 2;
}

.p-value-convenience-block.freewall .title {
  letter-spacing: 0;
}
.p-value-convenience-block.freewall .three-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.freewall .three-flex {
    margin-top: 24px;
    -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;
  }
}
.p-value-convenience-block.freewall .three-flex .freewall-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.freewall .three-flex .freewall-block {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.freewall .three-flex .freewall-block img {
    width: 100%;
  }
}
.p-value-convenience-block.freewall .three-flex .arrow {
  margin-top: 64px;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.freewall .three-flex .arrow {
    margin-top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.p-value-convenience-block.insulation .title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-value-convenience-block.insulation .insulation-paper-relative {
  position: relative;
}
.p-value-convenience-block.insulation .insulation-paper-absolute {
  position: absolute;
  left: 0;
  top: -42px;
  width: 230px;
  max-width: none;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.insulation .insulation-paper-tb {
    width: 190px;
  }
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.insulation .explain-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}
.p-value-convenience-block.insulation .underline {
  padding-left: 0.2em;
  padding-bottom: 0.1em;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.9em, transparent), color-stop(0, #e5e7da), color-stop(2em, #e5e7da), color-stop(0, transparent));
  background: linear-gradient(transparent 0.9em, #e5e7da 0, #e5e7da 2em, transparent 0);
}
.p-value-convenience-block.insulation .insulation-blocks {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.insulation .insulation-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-value-convenience-block.insulation .insulation-block {
  padding-block: 40px;
  padding-inline: 32px;
  width: 428px;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.insulation .insulation-block {
    width: 100%;
  }
}
.p-value-convenience-block.insulation .mini-title {
  font-size: 1.1666666667rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #C78D5A;
}
.p-value-convenience-block.insulation .mini-dot-border {
  margin-top: 4px;
  width: 100%;
  height: 2px;
  background-image: url(./../images/value/border-dot-subcolor-long.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-value-convenience-block.insulation .mini-flex {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.insulation .mini-flex {
    gap: 12px;
  }
}
.p-value-convenience-block.insulation .mini-explain {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.insulation .mini-explain {
    line-height: 1.75;
  }
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.insulation .mini-explain.tborder2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-value-convenience-block.insulation img.insulation {
  height: 218px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.insulation img.insulation {
    width: 106px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    -o-object-position: right;
       object-position: right;
  }
}
@media screen and (max-width: 959px) {
  .p-value-convenience-block.insulation img.insulation.tborder1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-value-convenience-mf {
  margin-inline: auto;
  padding-block: 50px;
  padding-inline: 48px;
  width: 100%;
  max-width: 988px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: #F7F7F6;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-mf {
    padding-bottom: 0;
    margin-inline: auto;
    padding-inline: 32px;
    max-width: 375px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-value-convenience-mf .title {
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #C78D5A;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-mf .title {
    font-size: 1.8333333333rem;
    letter-spacing: 0;
  }
}
.p-value-convenience-mf .dot-border {
  margin-top: 16px;
  width: 100%;
  height: 2px;
  background-image: url(./../images/value/border-dot-subcolor-long.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-value-convenience-mf .about-explain {
  padding-block: 16px;
  max-width: 508px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-value-convenience-mf .bg-white {
  padding-block: 32px;
  padding-inline: 32px;
  background-color: #fff;
  letter-spacing: 0.03em;
}
.p-value-convenience-mf .redradius {
  margin-bottom: 8px;
  width: 202px;
  font-size: 1rem;
  border-radius: 8px;
  color: #941739;
  border: 1px solid #941739;
  background-color: #fff;
  display: grid;
  place-content: center;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-mf .redradius {
    width: 164px;
  }
}
.p-value-convenience-mf .red-topic-flex {
  margin-top: 16px;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.p-value-convenience-mf .red-mark {
  padding-left: 1px;
  padding-bottom: 3px;
  width: 20px;
  height: 20px;
  display: grid;
  place-content: center;
  background-color: #941739;
  color: #fff;
  border-radius: 10000px;
  font-size: 1.3333333333rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1;
}
.p-value-convenience-mf .red-topic-title {
  color: #941739;
  font-size: 1rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.p-value-convenience-mf .mf-explain {
  font-size: 1rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.p-value-convenience-mf .kome {
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 1rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.p-value-convenience-mf .merit {
  padding-top: 16px;
  padding-inline: 8px;
  width: 100%;
  max-width: 888px;
  height: 64px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-mf .merit {
    height: 110px;
  }
}
.p-value-convenience-mf .merit .title-relative {
  width: 100%;
  height: 0px;
  position: relative;
}
.p-value-convenience-mf .merit .title-absolute {
  width: 206px;
  height: 20px;
  position: absolute;
  z-index: 2;
  bottom: 6px;
  left: -5px;
  background-color: #C78D5A;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  border-radius: 10000px;
  line-height: 1;
  display: grid;
  place-content: center;
}
.p-value-convenience-mf .merit .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-mf .merit .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-value-convenience-mf .mf-right-absolute {
  right: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-mf .mf-right-absolute {
    height: 500px;
    position: relative;
  }
}
.p-value-convenience-mf .mf-right-absolute img {
  max-width: none;
}
@media screen and (max-width: 959px) {
  .p-value-convenience-mf .mf-right-absolute img {
    width: 375px;
    position: absolute;
    top: -10px;
    left: -32px;
  }
}
@media screen and (max-width: 374px) {
  .p-value-convenience-mf .mf-right-absolute img {
    width: 100vw;
    left: calc(50% - 50vw);
    -o-object-fit: contain;
       object-fit: contain;
    top: 0;
  }
}

.p-workflow-mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 148px;
  padding: 134px 124px;
}
@media screen and (max-width: 959px) {
  .p-workflow-mv__body {
    padding: 0px 15px 40px 14px;
    gap: 32px;
    letter-spacing: 0.04em;
  }
}
.p-workflow-mv__text {
  font-size: 1rem;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 959px) {
  .p-workflow-mv__text {
    letter-spacing: 0.15em;
  }
}
.p-workflow-mv__text.financial {
  letter-spacing: 0.04em;
}
.p-workflow-mv__steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-workflow-mv__steps {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: 38px;
  }
}
.p-workflow-mv__steps a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-workflow-mv__step {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 20px rgba(90, 90, 90, 0.15);
          box-shadow: 3px 3px 20px rgba(90, 90, 90, 0.15);
  text-align: center;
  display: grid;
  place-content: center;
  padding-block: 20px;
  gap: 18px;
}
@media screen and (max-width: 959px) {
  .p-workflow-mv__step {
    padding-block: 10px;
    gap: 4px;
  }
}
.p-workflow-mv__step p.head {
  font-weight: bold;
  color: #A4AB7D;
  letter-spacing: 0.05em;
}
.p-workflow-mv__step p.title {
  font-size: 1.1666666667rem;
  letter-spacing: 0.27em;
}
.p-workflow-mv__step div.img-wrapper {
  display: grid;
  place-content: center;
}
@media screen and (max-width: 959px) {
  .p-workflow-mv__step div.img-wrapper {
    margin-top: 6px;
  }
}
.p-workflow-mv__step img {
  height: 10px;
}
.p-workflow-mv__step.financial {
  background-color: #A4AB7D;
  color: #fff;
}
.p-workflow-mv__step.financial .head {
  color: #fff;
}
.p-workflow-mv__dot-border-wrapper {
  display: grid;
  place-content: center;
  margin-bottom: 20px;
}
.p-workflow-mv__dot-border {
  width: 32px;
  height: 4px;
}
.p-workflow-mv__dot-border::after {
  background: radial-gradient(circle farthest-side, #A4AB7D, #A4AB7D 60%, transparent 60%, transparent);
  background-size: 4px 4px;
  content: "";
  display: inline-block;
  height: 4px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-workflow-mv__dot-border {
    width: 12px;
  }
  .p-workflow-mv__dot-border::after {
    width: 4px;
    height: 24px;
    margin-left: 4px;
  }
}
.p-workflow-mv__blank {
  width: 32px;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .p-workflow-mv__blank {
    height: 24px;
  }
}

@media screen and (max-width: 959px) {
  .p-workflow-step__body {
    padding-inline: 14px;
  }
}
.p-workflow-step__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding-top: 220px;
  margin-top: -220px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    margin-top: -40px;
    margin-bottom: 24px;
    max-width: 680px;
    margin-inline: auto;
  }
}
.p-workflow-step__title#step02 {
  margin-top: 170px;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__title#step02 {
    margin-top: 48px;
  }
}
.p-workflow-step__title div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__title div.content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-workflow-step__title-head {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #A4AB7D;
}
.p-workflow-step__title-body {
  font-size: 1.3333333333rem;
  letter-spacing: 0.27em;
  padding-top: 2px;
}
.p-workflow-step__middleline-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-height: 31.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__middleline-wrapper {
    min-height: 1px;
  }
}
.p-workflow-step__middleline {
  width: 100%;
  height: 1px;
  background-color: #A4AB7D;
}
.p-workflow-step__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__blocks {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-workflow-step__block {
  min-height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F7F6;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
.p-workflow-step__block-head {
  position: relative;
  width: 234px;
  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: 959px) {
  .p-workflow-step__block-head {
    width: 100%;
    height: 80px;
    padding-top: 12px;
  }
}
.p-workflow-step__block-head p {
  width: 128px;
  font-size: 1.3333333333rem;
  letter-spacing: 0.11em;
}
.p-workflow-step__block-head-icon {
  width: 104px;
  padding-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-workflow-step__block-border-wrapper {
  height: 102px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__block-border-wrapper {
    width: 100%;
    height: 1px;
  }
}
.p-workflow-step__block-border {
  width: 1px;
  height: 82px;
  background-color: #A4AB7D;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__block-border {
    width: 310px;
    height: 1px;
  }
}
.p-workflow-step__block-explain {
  padding-inline: 28px;
  padding-block: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__block-explain {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 28px 28px 0 28px;
    height: 178px;
    gap: 40px;
  }
}
@media screen and (max-width: 959px) {
  .p-workflow-step__block-explain p {
    max-width: 320px;
  }
}
@media screen and (max-width: 959px) {
  .p-workflow-step__block-explain.plan {
    padding-inline: 28px;
    letter-spacing: -0.07em;
  }
}
.p-workflow-step__block-explain.flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__block-explain.flex-start {
    gap: 20px;
  }
}
.p-workflow-step__block-explain--row {
  padding-inline: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__block-explain--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 178px;
    gap: 40px;
  }
}
.p-workflow-step__block-explain-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__block-explain-link-wrapper {
    width: 100%;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 959px) {
  .p-workflow-step__block-explain-link-wrapper.aftersupport {
    padding-right: initial;
  }
}
.p-workflow-step__block-explain-link {
  position: relative;
  border-bottom: 1px solid #A4AB7D;
}
.p-workflow-step__block-explain-link:hover {
  opacity: 0.7;
}
.p-workflow-step__block-explain-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 24px;
  background-image: url("../images/icon/triangle-border-light-green--right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: -16px;
}
.p-workflow-step__block-explain-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__block-explain-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-workflow-step__free {
  display: grid;
  place-content: center;
  font-size: 1.3333333333rem;
  letter-spacing: 0.27em;
  padding-block: 32px 16px;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__free {
    padding-top: 24px;
  }
}
.p-workflow-step__arrow {
  display: grid;
  place-content: center;
  padding-block: 10px;
}
@media screen and (max-width: 959px) {
  .p-workflow-step__arrow.free {
    padding-bottom: 30px;
  }
}

.p-workflow-financial__body {
  padding-block: 294px 194px;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__body {
    padding-block: 76px 0px;
  }
}
.p-workflow-financial__theme-title {
  padding-top: 220px;
  margin-top: -220px;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__theme-title {
    padding-top: 40px;
    margin-top: -40px;
  }
}
.p-workflow-financial__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  height: 282px;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    gap: 44px;
    max-width: 400px;
    margin-inline: auto;
  }
}
.p-workflow-financial__block.block01 {
  margin-top: 146px;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__block.block01 {
    margin-top: 40px;
  }
}
.p-workflow-financial__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 425px;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__left {
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-workflow-financial__right {
  width: 393px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__right {
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-workflow-financial__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-workflow-financial__title h3 {
  color: #A4AB7D;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  padding: 12px 0px 12px 20px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__title h3 {
    font-size: 1.75rem;
    line-height: 2;
  }
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__title h3.cost {
    padding: 12px 0px 12px 10px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__title h3.fund {
    letter-spacing: 0.04em;
  }
}
.p-workflow-financial__title h3 span.tume {
  letter-spacing: -0.4em;
}
.p-workflow-financial__title h3 span.tume-head {
  letter-spacing: -0.3em;
}
.p-workflow-financial__title h3 span.tume-buntou-start {
  position: relative;
}
.p-workflow-financial__title h3 span.tume-buntou {
  position: relative;
  left: -12px;
}
.p-workflow-financial__dot-border {
  width: 100%;
  height: 2px;
  background-image: url(./../images/workflow/border-dot.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-workflow-financial__explain {
  margin-top: 30px;
  font-size: 1.1666666667rem;
  line-height: 2.1;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__explain {
    margin-top: 24px;
  }
}
.p-workflow-financial__arrow {
  display: grid;
  place-content: center;
  padding-block: 26px 80px;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__arrow {
    padding-block: 20px;
  }
}
.p-workflow-financial__point-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__point-body {
    padding-inline: 38px;
  }
}
.p-workflow-financial__point-title {
  margin-top: 170px;
  font-size: 1.8333333333rem;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__point-title {
    margin-top: 88px;
  }
}
.p-workflow-financial__point-blocks {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__point-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
.p-workflow-financial__point-block {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background-color: #f2f3ec;
  border-radius: 14px;
  height: 216px;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__point-block {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-workflow-financial__point-block img {
  position: absolute;
  top: -29px;
  left: calc(50% - 29px);
}
.p-workflow-financial__point-block p {
  padding-top: 60px;
  text-align: center;
  font-size: 1.1666666667rem;
  letter-spacing: 0.27em;
  line-height: 2.2;
}
.p-workflow-financial__point-block.block03 p {
  padding-top: 72px;
}
.p-workflow-financial__whitemarker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(transparent 50%, #fff 50%);
}
.p-workflow-financial__point-explain {
  margin-top: 56px;
  text-align: center;
  font-size: 1rem;
  line-height: 2.58;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 959px) {
  .p-workflow-financial__point-explain {
    letter-spacing: 0.08em;
  }
}

.p-reform {
  position: relative;
  padding-inline: 20px;
}
@media screen and (max-width: 959px) {
  .p-reform {
    padding-inline: 14px;
  }
}
.p-reform__title-mbshort {
  margin-bottom: 36px;
}
.p-reform .bg-green-title {
  margin-bottom: 24px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 42px;
  background-color: #f2f3ec;
  border-radius: 10000px;
}
.p-reform .bg-green-title h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #7D8746;
  font-size: 1.5rem;
  text-align: center;
}
.p-reform__catchcopy {
  font-size: 1rem;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 959px) {
  .p-reform__catchcopy {
    margin-inline: auto;
    max-width: 375px;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 959px) {
  .p-reform__tb-inline0 {
    padding-inline: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-reform__tb-inline0 .fakeinline {
    padding-inline: 16px;
  }
}

.p-reform-section {
  padding-block: 150px;
}
@media screen and (max-width: 959px) {
  .p-reform-section {
    padding-block: 64px 80px;
  }
}
.p-reform-section__wrapper {
  margin-top: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 959px) {
  .p-reform-section__wrapper {
    margin-top: 0;
  }
}
.p-reform-section__bgimages {
  margin-top: 80px;
  width: 100%;
  height: 312px;
  background-image: url(./../images/reform/bgimages.png);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 959px) {
  .p-reform-reason .reason-title {
    font-size: 1.8333333333rem;
  }
}
.p-reform-reason .reason-blocks {
  margin-block: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 959px) {
  .p-reform-reason .reason-blocks {
    margin-block: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-reform-reason .reason-block {
  padding-block: 10px;
  width: 1050px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 959px) {
  .p-reform-reason .reason-block {
    padding-top: 40px;
    padding-inline: 28px;
    width: 100%;
    max-width: 375px;
    height: 330px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-reform-reason .reason-block .left {
  padding-left: 28px;
  width: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .p-reform-reason .reason-block .left {
    padding-left: 24px;
    width: 100%;
  }
}
.p-reform-reason .reason-block .left .number {
  width: 58px;
  height: 58px;
  display: grid;
  place-content: center;
  background-color: #979f6b;
  border-radius: 10000px;
  color: #fff;
  font-size: 2rem;
}
.p-reform-reason .reason-block .left .title {
  color: #7D8746;
  font-size: 1.3333333333rem;
}
.p-reform-reason .reason-block .rod {
  width: 1px;
  height: 100%;
  background-color: #979f6b;
}
@media screen and (max-width: 959px) {
  .p-reform-reason .reason-block .rod {
    margin-block: 24px 32px;
    width: 100%;
    height: 1px;
  }
}
.p-reform-reason .reason-block .right {
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1666666667rem;
  line-height: 2.21;
}
@media screen and (max-width: 959px) {
  .p-reform-reason .reason-block .right {
    margin-inline: auto;
    padding-left: initial;
    padding-inline: 8px;
    letter-spacing: 0.02em;
  }
}
.p-reform-reason .green-catch {
  font-size: 2rem;
  text-align: center;
  color: #979f6b;
}
@media screen and (max-width: 959px) {
  .p-reform-reason .green-catch {
    font-size: 1.6666666667rem;
  }
}

.p-reform-gallery .gallery-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-reform-gallery .gallery-slider {
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}
.p-reform-gallery .gallery-slide {
  width: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .p-reform-gallery .gallery-slide {
    width: 308px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-reform-gallery .gallery-images {
  width: 308px;
  height: 234px;
}
@media screen and (max-width: 959px) {
  .p-reform-gallery .gallery-images {
    width: 308px;
  }
}
.p-reform-gallery .gallery-title-wrapper {
  margin-top: 24px;
  margin-bottom: 16px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 5px solid #7D8746;
}
@media screen and (max-width: 959px) {
  .p-reform-gallery .gallery-title-wrapper {
    width: 308px !important;
  }
}
.p-reform-gallery .gallery-explain {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-reform-gallery .gallery-explain {
    width: 308px !important;
  }
}
.p-reform-gallery .gallery-title {
  font-size: 1.5rem;
}
.p-reform-gallery .dot-border {
  margin-top: 2px;
  margin-bottom: 6px;
  width: 100%;
  height: 2px;
  background-image: url(./../images/reform/mini-border-dot.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-reform-gallery .gallery-text {
  font-size: 1rem;
  min-height: 21px;
}

.p-image-compare {
  -ms-flex-negative: 0;
  background-size: cover;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 234px;
}

@media screen and (max-width: 768px) {
  .p-image-compare {
    aspect-ratio: 560/448;
    height: auto;
    margin: 0 auto 32px;
    width: 100%;
    height: 234px;
  }
}
.p-image-compare--sp {
  background: url(../images/sp.png) no-repeat;
  height: 281px;
  left: 39.55%;
  position: absolute;
  top: 37.94%;
  width: 163px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-image-compare--sp {
    aspect-ratio: 163/281;
    background-size: contain;
    height: auto;
    inset: inherit;
    margin-bottom: 64px;
    position: relative;
    width: 54.66%;
  }
}
.p-image-compare__how {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 64.28%;
  justify-content: center;
  left: 6.0714%;
  position: absolute;
  top: 5.58%;
  width: 88%;
  z-index: 1;
}

.p-image-compare__how--sp {
  height: 81%;
  left: 12.26%;
  top: 9.6%;
  width: 76.68%;
}

.p-image-compare__how-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-image-compare__how-body--sp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.p-image-compare__how-text {
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .p-image-compare__how-text {
    font-size: 0.75rem;
  }
}
.p-image-compare__how-text--sp {
  display: none;
}

.p-image-compare__how-after-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 0 28px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-image-compare__how-after-text {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    padding-bottom: 8px;
  }
}
.p-image-compare__how-after-text:before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-image-compare__how-after-text:after {
  background: #fff;
  bottom: 4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
}

.p-image-compare__how-after-text--sp {
  line-height: 1.3;
  margin-bottom: 8px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-image-compare__how-after-text--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-image-compare__how-after-text--sp:before {
  content: none;
}

.p-image-compare__how-after-text--sp:after {
  background: none;
  content: "↑";
  display: block;
  font-size: 1.5rem;
  height: auto;
  margin: 0 auto;
  position: relative;
  right: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: auto;
}

@media screen and (max-width: 768px) {
  .p-image-compare__how-after-text--sp:after {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.p-image-compare__how-before-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: 16px;
  padding: 0 28px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-image-compare__how-before-text {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    padding-bottom: 8px;
  }
}
.p-image-compare__how-before-text:before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-image-compare__how-before-text:after {
  background: #fff;
  bottom: 4px;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.p-image-compare__how-before-text--sp {
  line-height: 1.3;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .p-image-compare__how-before-text--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-image-compare__how-before-text--sp:before {
  background: none;
  content: "↓";
  display: block;
  font-size: 1.5rem;
  height: auto;
  left: 0;
  margin: 0 auto;
  position: relative;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: auto;
}

@media screen and (max-width: 768px) {
  .p-image-compare__how-before-text--sp:before {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.p-image-compare__how-before-text--sp:after {
  content: none;
}

.p-image-compare__how-pin {
  background: #ffc057;
  border-radius: 50%;
  display: block;
  height: 40px;
  inset: 0;
  margin: auto 0;
  position: relative;
  width: 40px;
}

.p-image-compare__how-pin:after {
  background: url(../images/icon/compare-pin.svg) no-repeat;
  background-size: cover;
  content: "";
  height: 24px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 19px;
}

.p-image-compare__how-pin--sp {
  margin-bottom: 8px;
}

.p-image-compare__item {
  cursor: ew-resize;
  height: 100%;
  position: absolute;
  width: 100%;
}

.p-image-compare__item--sp {
  cursor: ns-resize;
  height: 81%;
  left: 12.26%;
  top: 9.6%;
  width: 76.68%;
}

.p-image-compare__before {
  height: 100%;
  position: relative;
  width: 100%;
}
.p-image-compare__before::before {
  content: "";
  z-index: 1000;
  position: absolute;
  width: 308px;
  height: 234px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.p-image-compare__before .hover-flex {
  position: absolute;
  z-index: 1001;
  padding-inline: 8px;
  width: 308px;
  height: 234px;
  opacity: 0;
  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;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  color: #fff;
}
.p-image-compare__before .hover-flex .hover-left, .p-image-compare__before .hover-flex .hover-right {
  padding: 0px 4px;
  background-color: rgba(255, 255, 255, 0.3);
}

.p-image-compare__before:hover {
  position: relative;
}
.p-image-compare__before:hover::before {
  z-index: 1000;
  position: absolute;
  width: 308px;
  height: 234px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.p-image-compare__before:hover .hover-flex {
  opacity: 1;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.p-image-compare__before-image {
  -webkit-user-drag: none;
  user-drag: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
     object-position: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.p-image-compare__after {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.p-image-compare__after--sp {
  bottom: 0;
  height: 50%;
  top: auto;
  width: 100%;
}

.p-image-compare__after-image {
  -webkit-user-drag: none;
  user-drag: none;
  bottom: 0;
  height: 234px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 308px !important;
}

@media screen and (max-width: 768px) {
  .p-image-compare__after-image {
    height: 234px;
    width: calc(var(--vw, 1vw) * 100 * 0.88 - 28.16px);
  }
}
.p-image-compare__after-image--sp {
  height: 227.9753px;
  width: 124.9884px;
}

@media screen and (max-width: 768px) {
  .p-image-compare__after-image--sp {
    height: 234px;
    width: calc(var(--vw, 1vw) * 100 * 0.5466 * 0.7688 - 13.44723px);
  }
}
.p-image-compare__bar {
  cursor: ew-resize;
  display: block;
  height: 100%;
  left: calc(50% - 20px);
  position: absolute;
  z-index: 1010;
  top: 0;
  width: 40px;
}

.p-image-compare__bar:after,
.p-image-compare__bar:before {
  background: #fff;
  content: "";
  display: block;
  height: calc(50% - 20px);
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 4px;
}

.p-image-compare__bar:before {
  top: 0;
}

.p-image-compare__bar:after {
  bottom: 0;
}

.p-image-compare__bar--sp {
  cursor: ns-resize;
  height: 40px;
  left: 0;
  top: calc(50% - 20px);
  width: 100%;
}

.p-image-compare__bar--sp:after,
.p-image-compare__bar--sp:before {
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: calc(50% - 20px);
}

.p-image-compare__bar--sp:before {
  left: 0;
}

.p-image-compare__bar--sp:after {
  left: auto;
  right: 0;
}

.p-image-compare__point {
  background: #fff;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  inset: 0;
  margin: auto 0;
  position: absolute;
}

.p-image-compare__point:after {
  background: url(./../images/reform/compare-pin.svg) no-repeat;
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  position: absolute;
}

.p-image-compare__point--sp {
  margin: auto;
}

.image-wrapper--vertical {
  cursor: ns-resize;
}

.after--vertical {
  bottom: 0;
  height: 50%;
  top: auto;
  width: 100%;
}

.bar--vertical {
  cursor: ns-resize;
  height: 50px;
  left: 0;
}

@media screen and (max-width: 959px) {
  .p-reform-step__body {
    padding-inline: 14px;
  }
}
.p-reform-step__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding-top: 220px;
  margin-top: -220px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .p-reform-step__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    margin-top: -40px;
    margin-bottom: 24px;
    max-width: 680px;
    margin-inline: auto;
  }
}
.p-reform-step__title#step02 {
  margin-top: 170px;
}
@media screen and (max-width: 959px) {
  .p-reform-step__title#step02 {
    margin-top: 48px;
  }
}
.p-reform-step__title div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 959px) {
  .p-reform-step__title div.content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-reform-step__title-head {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #A4AB7D;
}
.p-reform-step__title-body {
  font-size: 1.3333333333rem;
  letter-spacing: 0.27em;
  padding-top: 2px;
}
.p-reform-step__middleline-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-height: 31.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .p-reform-step__middleline-wrapper {
    min-height: 1px;
  }
}
.p-reform-step__middleline {
  width: 100%;
  height: 1px;
  background-color: #A4AB7D;
}
.p-reform-step__blocks {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 959px) {
  .p-reform-step__blocks {
    margin-top: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-reform-step__block {
  min-height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .p-reform-step__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 300px;
    max-width: 375px;
    margin-inline: auto;
  }
}
.p-reform-step__block-head {
  padding-left: 40px;
  position: relative;
  width: 300px;
  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;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .p-reform-step__block-head {
    padding-top: 12px;
    padding-left: 0;
    width: 100%;
    height: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-reform-step__block-head p {
  font-size: 1.3333333333rem;
  letter-spacing: 0.11em;
}
.p-reform-step__block-head-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-reform-step__block-border-wrapper {
  height: 102px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 959px) {
  .p-reform-step__block-border-wrapper {
    width: 100%;
    height: 1px;
  }
}
.p-reform-step__block-border {
  width: 1px;
  height: 82px;
  background-color: #A4AB7D;
}
@media screen and (max-width: 959px) {
  .p-reform-step__block-border {
    width: 300px;
    height: 1px;
  }
}
.p-reform-step__block-explain {
  width: 690px;
  padding-inline: 28px;
  padding-block: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 959px) {
  .p-reform-step__block-explain {
    padding: 28px 28px 0 28px;
    width: 100%;
    height: 178px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 959px) {
  .p-reform-step__block-explain p {
    max-width: 300px;
  }
}
@media screen and (max-width: 959px) {
  .p-reform-step__block-explain.plan {
    padding-inline: 28px;
    letter-spacing: -0.07em;
  }
}
.p-reform-step__block-explain.flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .p-reform-step__block-explain.flex-start {
    gap: 20px;
  }
}
.p-reform-step__block-explain--row {
  padding-inline: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .p-reform-step__block-explain--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 178px;
    gap: 40px;
  }
}
.p-reform-step__block-explain-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .p-reform-step__block-explain-link-wrapper {
    width: 100%;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 959px) {
  .p-reform-step__block-explain-link-wrapper.aftersupport {
    padding-right: initial;
  }
}
.p-reform-step__block-explain-link {
  position: relative;
  border-bottom: 1px solid #A4AB7D;
}
.p-reform-step__block-explain-link:hover {
  opacity: 0.7;
}
.p-reform-step__block-explain-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 24px;
  background-image: url("../images/icon/triangle-border-light-green--right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: -16px;
}
.p-reform-step__block-explain-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-reform-step__block-explain-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-reform-step__free {
  display: grid;
  place-content: center;
  font-size: 1.3333333333rem;
  letter-spacing: 0.27em;
  padding-block: 32px 16px;
}
@media screen and (max-width: 959px) {
  .p-reform-step__free {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
.p-reform-step__arrow {
  display: grid;
  place-content: center;
  padding-block: 24px;
}
.p-reform-question {
  background-image: url(./../images/reform/bg-notelike.png);
  background-size: cover;
}
.p-reform-question .question-icon {
  margin-bottom: 12px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 959px) {
  .p-reform-question .question-icon img {
    width: 92px;
    height: 92px;
  }
}
.p-reform-question .question-blocks {
  margin-top: 64px;
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-reform-question .question-blocks {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-reform-question .question-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-reform-question .title {
  width: 308px;
  height: 78px;
  display: grid;
  place-content: center;
  background-color: #979f6b;
  color: #fff;
  text-align: center;
  border-radius: 12px 12px 0 0;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-reform-question .title {
    width: 232px;
  }
}
.p-reform-question .title .jp {
  font-size: 2.1666666667rem;
}
@media screen and (max-width: 959px) {
  .p-reform-question .title .jp {
    font-size: 1.8333333333rem;
  }
}
.p-reform-question .title .en {
  font-size: 1rem;
}
.p-reform-question .title.orange {
  background-color: #C78D5A;
}
.p-reform-question .white-rectangle {
  width: 478px;
  height: 340px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  background-color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 959px) {
  .p-reform-question .white-rectangle {
    padding-block: 32px;
    padding-inline: 32px;
    width: 100%;
    max-width: 375px;
    height: 300px;
    gap: 24px;
  }
}
.p-reform-question .explain {
  font-size: 1.1666666667rem;
  letter-spacing: 0.03em;
}
.p-reform-question .list {
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.1666666667rem;
  color: #7D8746;
}
.p-reform-question .list.orange {
  color: #C78D5A;
}

.p-reform-consulting {
  padding-bottom: 0px;
}
.p-reform-consulting .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-reform-consulting .catch h2 {
  font-size: 2.3333333333rem;
}
@media screen and (max-width: 959px) {
  .p-reform-consulting .catch h2 {
    font-size: 1.5rem;
  }
}
.p-reform-consulting .green-blocks {
  margin-top: 56px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-reform-consulting .green-blocks {
    margin-top: 40px;
  }
}
.p-reform-consulting .green-block {
  width: 466px;
  height: 72px;
  display: grid;
  place-content: center;
  background-color: #979f6b;
  color: #fff;
  border-radius: 14px;
  font-size: 1.6666666667rem;
}
@media screen and (max-width: 959px) {
  .p-reform-consulting .green-block {
    max-width: 375px;
    line-height: 1.4;
  }
}

.p-warranty {
  position: relative;
  padding-inline: 20px;
}
@media screen and (max-width: 959px) {
  .p-warranty {
    padding-inline: 14px;
  }
}
.p-warranty__title-mbshort {
  margin-bottom: 36px;
}
.p-warranty__catchcopy {
  font-size: 1rem;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 959px) {
  .p-warranty__catchcopy {
    margin-inline: auto;
    max-width: 375px;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 959px) {
  .p-warranty__tb-inline0 {
    padding-inline: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-warranty__tb-inline0 .fakeinline {
    padding-inline: 16px;
  }
}

.p-warranty-section__wrapper {
  margin-top: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-warranty-section__wrapper > * {
  margin-bottom: 300px;
}
.p-warranty-section__wrapper > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .p-warranty-section__wrapper {
    margin-top: 0;
  }
  .p-warranty-section__wrapper > * {
    margin-bottom: 72px;
  }
  .p-warranty-section__wrapper > *:last-child {
    margin-bottom: 0;
  }
}
.p-warranty-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-warranty-section__theme {
  margin-inline: auto;
  margin-bottom: 82px;
  padding-top: 118px;
  width: 478px;
  height: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(./../images/value/bg-home.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .p-warranty-section__theme {
    margin-bottom: 32px;
    padding-top: 92px;
    width: 328px;
    height: 160px;
    background-image: url(./../images/value/bg-home-sp.png);
    background-size: contain;
  }
}
.p-warranty-section__theme h2 {
  font-size: 2rem;
  color: #7D8746;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 959px) {
  .p-warranty-section__theme h2 {
    font-size: 1.6666666667rem;
    margin-bottom: 6px;
  }
}
.p-warranty-section__dot-border-long {
  width: 278px;
  height: 2px;
  background-image: url(./../images/ir/border-dot-long.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
@media screen and (max-width: 959px) {
  .p-warranty-section__dot-border-long {
    width: 240px;
  }
}
.p-warranty-section__dot-border-long.extention {
  width: 370px;
}
@media screen and (max-width: 959px) {
  .p-warranty-section__dot-border-long.extention {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .p-warranty-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-warranty-section__title h3 {
  text-align: center;
  font-size: 2rem;
  color: #7D8746;
}
@media screen and (max-width: 959px) {
  .p-warranty-section__title h3 {
    margin-inline: auto;
    max-width: 375px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.p-warranty-section__title p {
  margin-top: 16px;
  font-size: 1rem;
  line-height: 2.58;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-warranty-section__title p {
    margin-inline: auto;
    max-width: 375px;
  }
}
.p-warranty-section__title .underline {
  padding-left: 0.2em;
  padding-bottom: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.9em, transparent), color-stop(0, #e5e7da), color-stop(2em, #e5e7da), color-stop(0, transparent));
  background: linear-gradient(transparent 0.9em, #e5e7da 0, #e5e7da 2em, transparent 0);
}
.p-warranty-section__subgreen {
  margin-bottom: 24px;
}
.p-warranty-section__subgreen p {
  margin-top: 8px;
  font-size: 1.1666666667rem;
  color: #7D8746;
  line-height: 1.85;
}

.p-warranty-index .index-flex {
  margin-top: 128px;
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-warranty-index .index-flex {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-warranty-index .left {
  position: relative;
  height: 170px;
}
@media screen and (max-width: 959px) {
  .p-warranty-index .left-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -14px;
    width: calc(var(--vw, 1vw) * 100);
    max-width: none;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-warranty-index .right {
  padding: 24px;
  width: 224px;
  height: 330px;
  background-color: #F7F7F6;
}
@media screen and (max-width: 959px) {
  .p-warranty-index .right {
    display: none;
  }
}
.p-warranty-index .right .green-head {
  font-size: 1.3333333333rem;
  letter-spacing: 0;
  color: #7D8746;
}
.p-warranty-index .right .dot-border {
  margin-top: 4px;
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
  background-image: url(./../images/workflow/border-dot.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-warranty-index .right .index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 1.1666666667rem;
}
.p-warranty-index .right .index-list a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 2px;
  font-size: 1.1666666667rem;
  letter-spacing: 0.13em;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.p-warranty-index .right .index-list a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: transparent;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.p-warranty-index .right .index-list a:hover::before {
  width: 100%;
  background: #7D8746;
}

.p-warranty-routine {
  margin-top: 200px;
}
@media screen and (max-width: 959px) {
  .p-warranty-routine {
    margin-top: 80px;
  }
}
.p-warranty-routine .routine-arrows {
  margin-top: 36px;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .p-warranty-routine .routine-arrows {
    margin-top: 50px;
  }
}
.p-warranty-routine .routine-blocks {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-warranty-routine .routine-blocks {
    margin-top: 32px;
    margin-inline: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -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;
  }
}
.p-warranty-routine .routine-block {
  padding: 40px;
  width: 308px;
  height: 464px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F7F7F6;
}
@media screen and (max-width: 959px) {
  .p-warranty-routine .routine-block {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-warranty-routine .routine-block.arrow-base {
  position: relative;
}
.p-warranty-routine .routine-block.arrow-base::after {
  content: "";
  background-image: url(./../images/warranty/routine-block-arrow.svg);
  position: absolute;
  top: 50%;
  right: -22px;
  width: 40px;
  height: 12px;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-warranty-routine .routine-block.arrow-base::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -10px;
    top: auto;
    height: 11px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.p-warranty-routine .routine-block.arrow-base-tb {
  position: relative;
}
.p-warranty-routine .routine-block.arrow-base-tb::after {
  content: "";
  background-image: url(./../images/warranty/routine-block-arrow.svg);
  position: absolute;
  top: 50%;
  right: -22px;
  width: 0px;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-warranty-routine .routine-block.arrow-base-tb::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -10px;
    top: auto;
    width: 40px;
    height: 11px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-warranty-routine .routine-block:last-child::after {
    content: none;
  }
}
.p-warranty-routine .routine-block .green-head {
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  letter-spacing: 0;
  color: #7D8746;
}
.p-warranty-routine .routine-block .dot-border {
  margin-top: 12px;
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
  background-image: url(./../images/workflow/border-dot.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-warranty-routine .routine-block .routine-explain {
  font-size: 1rem;
  letter-spacing: 0;
}
.p-warranty-routine .routine-block img.routine-block-img {
  margin-top: 20px;
  width: 100%;
  height: 138px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-warranty-long .long-thumb {
  margin-top: 42px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .p-warranty-long .long-thumb {
    width: 988px;
    max-width: inherit;
    margin-bottom: 0;
    padding: 0 14px 14px;
  }
}
.p-warranty-long .long-thumb-wrapper {
  display: grid;
  place-content: center;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-warranty-long .long-thumb-wrapper {
    width: calc(var(--vw) * 100);
    margin-left: -14px;
    overflow-x: scroll !important;
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  .p-warranty-long .explains {
    margin-inline: auto;
    width: 100%;
    max-width: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.p-warranty-long .explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-warranty-long .explain p {
  margin-top: 0;
  text-align: left;
  line-height: 1.62;
  font-size: 1.1666666667rem;
  letter-spacing: 0;
}
.p-warranty-long .bg-gray {
  margin-top: 16px;
  padding-block: 16px;
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #F7F7F6;
}
@media screen and (max-width: 959px) {
  .p-warranty-long .bg-gray {
    margin-inline: auto;
    width: 100%;
    max-width: 375px;
  }
}
.p-warranty-long .bg-gray .mini-explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-warranty-long .bg-gray .mini-explain p {
  margin-top: 0;
  line-height: 1.62;
  font-size: 1rem;
  letter-spacing: 0;
}

.p-warranty-eq .eq-table {
  margin-top: 48px;
  width: 988px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .eq-table {
    width: 100%;
    max-width: 375px;
    margin-inline: auto;
  }
}
.p-warranty-eq .eq-table .small {
  font-size: 1rem;
}
.p-warranty-eq .eq-table .smalltop {
  font-size: 1rem;
}
.p-warranty-eq .eq-table table {
  width: 100%;
  font-size: 1.6666666667rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .eq-table table {
    font-size: 1.3333333333rem;
  }
}
.p-warranty-eq .eq-table tr {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .eq-table tr {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-warranty-eq .eq-table tr.zyogen {
  height: 120px;
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .eq-table tr.zyogen {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-warranty-eq .eq-table td, .p-warranty-eq .eq-table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-left: 1px solid #bdbcba;
  border-top: 1px solid #bdbcba;
  font-weight: 500;
  letter-spacing: 0;
}
.p-warranty-eq .eq-table th {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 224px;
  letter-spacing: 0.4em;
  background-color: #F7F7F6;
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .eq-table th {
    width: 82px;
    letter-spacing: 0;
  }
}
.p-warranty-eq .eq-table th.green {
  background-color: #e5e7da;
}
.p-warranty-eq .eq-table td {
  padding-left: 16px;
  width: 764px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .eq-table td {
    padding-block: 8px;
    width: calc(100% - 82px);
    overflow: hidden;
  }
}
.p-warranty-eq .eq-table .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .eq-table .inner.u-pc {
    display: none;
  }
}
.p-warranty-eq .eq-table td.align-top {
  vertical-align: top;
}
.p-warranty-eq .eq-table td.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .eq-table td.column {
    letter-spacing: -0.04em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .eq-table td.column.u-pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .p-warranty-eq .eq-table td.column.u-tb {
    display: none;
  }
}
.p-warranty-eq .eq-table td:first-child, .p-warranty-eq .eq-table th:first-child {
  border-left: none;
}
.p-warranty-eq .eq-table tr:first-child td, .p-warranty-eq .eq-table tr:first-child th {
  border-top: none;
}
.p-warranty-eq .eq-table .eq-note {
  margin-top: 16px;
  font-size: 1rem;
  text-align: right;
}
.p-warranty-eq .eq-figure-sec {
  margin-top: 120px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .eq-figure-sec {
    margin-top: 32px;
  }
}
.p-warranty-eq .eq-flex {
  margin-top: 80px;
  margin-inline: auto;
  width: 818px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.6666666667rem;
  color: #7D8746;
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .eq-flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 56px;
  }
}
.p-warranty-eq .eq-flex .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.p-warranty-eq .eq-flex .head {
  padding-top: 12px;
  width: 308px;
  height: 82px;
  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;
  background-image: url(./../images/warranty/eq-flex-comment.svg);
}
.p-warranty-eq .eq-flex .body img {
  height: 112px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.p-warranty-eq .eq-flex .bottom {
  text-align: right;
}
.p-warranty-eq .bg-gray {
  margin-top: 64px;
  padding-block: 16px;
  padding-inline: 24px;
  gap: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #F7F7F6;
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .bg-gray {
    margin-inline: auto;
    width: 100%;
    max-width: 375px;
    padding-block: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-warranty-eq .bg-gray .left-eq {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .p-warranty-eq .bg-gray .left-eq {
    width: 100%;
  }
}
.p-warranty-eq .bg-gray .mini-explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-warranty-eq .bg-gray .mini-explain p {
  margin-top: 0;
  line-height: 1.62;
  font-size: 1rem;
  letter-spacing: 0;
}

.p-warranty-extention .catch {
  margin-top: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .catch {
    margin-top: 40px;
    margin-inline: auto;
    width: 100%;
    max-width: 375px;
    gap: 0;
  }
}
.p-warranty-extention .catch h2 {
  font-size: 2rem;
  letter-spacing: 0.19em;
  color: #7D8746;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .catch h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.p-warranty-extention .equipment-blocks {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .equipment-blocks {
    margin: 28px auto 0;
    max-width: 375px;
    gap: 16px;
  }
}
.p-warranty-extention .equipment-blocks .row {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .equipment-blocks .row {
    gap: 16px;
  }
}
.p-warranty-extention .equipment-blocks .equipment-block {
  width: 308px;
  padding: 20px 20px 8px;
  background-color: #F7F7F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -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: 959px) {
  .p-warranty-extention .equipment-blocks .equipment-block {
    width: 100%;
    height: auto;
    padding: 8px;
  }
}
.p-warranty-extention .equipment-blocks .equipment-block p {
  text-align: center;
  color: #7D8746;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.6666666667rem;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .equipment-blocks .equipment-block p {
    font-size: 1rem;
  }
}
.p-warranty-extention .equipment-chart {
  margin-top: 64px;
}
.p-warranty-extention .equipment-chart .title {
  font-size: 1.8333333333rem;
  color: #7D8746;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.p-warranty-extention .equipment-chart .equipment-tables {
  margin-top: 8px;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .equipment-chart .equipment-tables {
    width: calc(var(--vw) * 100);
    margin-left: -14px;
    overflow-x: scroll !important;
  }
}
.p-warranty-extention .equipment-chart .equipment-tables__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .equipment-chart .equipment-tables__contents {
    width: 1020px;
    padding: 30px;
  }
}
.p-warranty-extention .equipment-chart .equipment-tris {
  width: 48px;
  height: 309px;
  padding-top: 45px;
  gap: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-warranty-extention .equipment-chart .equipment-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .equipment-chart .equipment-table {
    font-size: 1.3333333333rem;
    max-width: 100%;
  }
}
.p-warranty-extention .equipment-chart .equipment-table tr {
  width: 100%;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-warranty-extention .equipment-chart .equipment-table tr:first-child {
  height: 45px;
}
.p-warranty-extention .equipment-chart .equipment-table tr:nth-child(3) {
  background-color: #F7F7F6;
}
.p-warranty-extention .equipment-chart .equipment-table td, .p-warranty-extention .equipment-chart .equipment-table th {
  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;
  border: none;
  border-left: 1px solid #bdbcba;
  border-top: 1px solid #bdbcba;
  font-weight: 500;
  letter-spacing: 0;
}
.p-warranty-extention .equipment-chart .equipment-table th {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.023em;
  background-color: #979f6b;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .equipment-chart .equipment-table th {
    width: 82px;
    letter-spacing: 0;
  }
}
.p-warranty-extention .equipment-chart .equipment-table th.short {
  width: 136px;
}
.p-warranty-extention .equipment-chart .equipment-table .content {
  width: 376px;
}
.p-warranty-extention .equipment-chart .equipment-table .cause {
  width: 170px;
}
.p-warranty-extention .equipment-chart .equipment-table .cost {
  width: 120px;
}
.p-warranty-extention .equipment-chart .equipment-table .cost .align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-warranty-extention .equipment-chart .equipment-table .self {
  width: 120px;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .equipment-chart .equipment-table td {
    padding-block: 8px;
    width: 270px;
  }
}
.p-warranty-extention .equipment-chart .equipment-table td span.big {
  font-size: 4.1666666667rem;
  line-height: 1;
}
.p-warranty-extention .equipment-chart .equipment-table td span.big.lsshort {
  margin-right: 8px;
  letter-spacing: -0.1em;
}
.p-warranty-extention .equipment-chart .equipment-table td .red {
  color: #941739;
}
.p-warranty-extention .equipment-chart .equipment-table td:first-child, .p-warranty-extention .equipment-chart .equipment-table th:first-child {
  border-left: none;
}
.p-warranty-extention .equipment-chart .equipment-table tr:first-child td, .p-warranty-extention .equipment-chart .equipment-table tr:first-child th {
  border-top: none;
}
.p-warranty-extention .bg-gray {
  margin-top: 64px;
  padding-block: 16px;
  padding-inline: 24px;
  gap: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #F7F7F6;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .bg-gray {
    padding-block: 24px;
    max-width: 375px;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }
}
.p-warranty-extention .bg-gray .left-eq {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .bg-gray .left-eq {
    width: 100%;
  }
}
.p-warranty-extention .bg-gray .mini-explain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-warranty-extention .bg-gray .mini-explain p {
  margin-top: 0;
  line-height: 1.62;
  font-size: 1rem;
  letter-spacing: 0;
}
.p-warranty-extention .feature-list {
  margin-top: 84px;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(4, 138px);
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-warranty-extention .feature-list {
    max-width: 375px;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-warranty-extention .feature-list__item {
  border-radius: 9999px;
  background: #D2A47B;
  color: #FFF;
  text-align: center;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  gap: 0;
}
.p-warranty-extention .feature-list__item--large-text {
  font-size: 2rem;
  line-height: 1.375;
}
.p-warranty-extention .feature-list__sentence--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-warranty-extention .feature-list__emphasis {
  font-size: 2rem;
}
.p-warranty-extention .feature-list__emphasis--large {
  font-size: 4.1666666667rem;
  line-height: 1;
}
.p-warranty-extention .feature-list__emphasis--xlarge {
  font-size: 4.5rem;
  line-height: 1;
}

.p-warranty-other {
  margin-bottom: 128px;
}
.p-warranty-other .warranty-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-warranty-other .warranty-list {
    max-width: 375px;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }
}
.p-warranty-other .warranty-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 54px 50px;
  background: #F7F7F6;
}
@media screen and (max-width: 959px) {
  .p-warranty-other .warranty-list__item {
    padding: 36px;
  }
}
.p-warranty-other .warranty-list__item--other {
  padding: 0;
  grid-column: 1/3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 959px) {
  .p-warranty-other .warranty-list__item--other {
    grid-column: auto;
  }
}
.p-warranty-other .warranty-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2rem;
  color: #7D8746;
  padding-bottom: 12px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-warranty-other .warranty-list__title {
    padding-bottom: 8px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.p-warranty-other .warranty-list__title:before {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-image: url(./../images/ir/border-dot-long.svg);
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
}
.p-warranty-other .warranty-list__title p {
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.p-warranty-other .warranty-list__title--other {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 54px;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  background: #E5E7DA;
}
@media screen and (max-width: 959px) {
  .p-warranty-other .warranty-list__title--other {
    padding: 8px 16px;
    line-height: 1.5;
  }
}
.p-warranty-other .warranty-list__title--other:before {
  content: none;
}
.p-warranty-other .warranty-list__year {
  padding: 4px 24px;
  color: #FFF;
  text-align: center;
  background: #D2A47B;
  border-radius: 10px;
  font-size: 1.5rem;
  font-family: inherit;
}
@media screen and (max-width: 959px) {
  .p-warranty-other .warranty-list__year {
    font-size: 1.1666666667rem;
  }
}
.p-warranty-other .warranty-list__text {
  margin-top: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .p-warranty-other .warranty-list__text {
    margin-top: 16px;
  }
}
.p-warranty-other .warranty-list__text--other {
  padding: 16px 32px;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 2rem;
  color: #7D8746;
  background: #F7F7F6;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .p-warranty-other .warranty-list__text--other {
    padding: 8px 16px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-warranty-other .warranty-list__image {
  display: block;
  margin-top: auto;
}

.p-warranty-customer .customer-blocks {
  max-width: 900px;
  margin: 0 auto;
}
.p-warranty-customer .customer-block {
  margin-top: 126px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-warranty-customer .customer-block {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-inline: auto;
    max-width: 375px;
  }
}
@media screen and (max-width: 959px) {
  .p-warranty-customer .customer-block__main {
    grid-row: 2;
  }
}
.p-warranty-customer .customer-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2rem;
  color: #7D8746;
  padding-bottom: 12px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-warranty-customer .customer-block__title {
    font-size: 1.5rem;
  }
}
.p-warranty-customer .customer-block__title:before {
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  display: block;
  background-image: url(./../images/ir/border-dot-long.svg);
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
}
.p-warranty-customer .customer-block__text {
  font-size: 1.1666666667rem;
  margin-top: 32px;
  line-height: 2.2;
}
@media screen and (max-width: 959px) {
  .p-warranty-customer .customer-block__text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 959px) {
  .p-warranty-customer .customer-block__image {
    grid-row: 1;
  }
}

.p-warranty-explanation {
  margin-bottom: 128px;
}
@media screen and (max-width: 959px) {
  .p-warranty-explanation {
    margin-bottom: 88px;
  }
}
.p-warranty-explanation .explanation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 63px;
}
.p-warranty-explanation .explanation-box:before {
  position: absolute;
  content: "";
  border-radius: 999px;
  width: 341px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #A4AB7D;
  z-index: 0;
  top: -63px;
}
.p-warranty-explanation .explanation-box__text {
  z-index: 1;
  color: #FFF;
  font-size: 1.6666666667rem;
  text-align: center;
}
.p-warranty-explanation .explanation-box__image {
  z-index: 1;
  width: 112px;
  height: 199px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-ir-top__title {
  font-size: 2.3333333333rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .p-ir-top__title {
    font-size: 2.1666666667rem;
  }
}
.p-ir-top__text {
  font-size: 1rem;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 959px) {
  .p-ir-top__text {
    letter-spacing: 0.06em;
  }
}

.p-ir-line__body {
  padding-block: 120px;
}
@media screen and (max-width: 959px) {
  .p-ir-line__body {
    padding-block: 36px 50px;
    padding-inline: 20px;
  }
}
.p-ir-line__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ir-line__wrapper h3 {
  font-size: 1.3333333333rem;
  letter-spacing: 0.17em;
  margin-block: 24px 56px;
}
@media screen and (max-width: 959px) {
  .p-ir-line__wrapper h3 {
    margin-block: 24px 64px;
  }
}
.p-ir-line__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-ir-line__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ir-line__block {
  background-color: #fff;
  width: 392px;
  height: 324px;
  border-radius: 20px;
  position: relative;
  padding-top: 64px;
  padding-inline: 42px;
}
@media screen and (max-width: 959px) {
  .p-ir-line__block {
    width: 100%;
    padding-inline: 20px;
  }
}
.p-ir-line__block img.number {
  position: absolute;
  top: -29px;
  left: calc(50% - 29px);
}
.p-ir-line__block img.finish {
  margin: 48px auto;
}
.p-ir-line__block p.green {
  color: #A4AB7D;
  font-size: 1.5rem;
  letter-spacing: 0.17em;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 100;
}
@media screen and (max-width: 959px) {
  .p-ir-line__block p.green {
    letter-spacing: 0.1em;
  }
}
.p-ir-line__block p.explain {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-ir-line__block p.explain {
    line-height: 2.17;
  }
}
.p-ir-line__dot-border {
  width: 100%;
  height: 2px;
  background-image: url(./../images/workflow/border-dot.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-ir-line__button {
  margin-block: 40px 32px;
  margin-inline: auto;
  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: #58b742;
  color: #fff;
  font-weight: 100;
  font-size: 1.3333333333rem;
  width: 274px;
  height: 56px;
  gap: 16px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-ir-line__button:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-ir-line__arrow {
  margin: auto 64px;
}
@media screen and (max-width: 959px) {
  .p-ir-line__arrow {
    margin: 24px auto 54px auto;
  }
}
.p-ir-line__notosans {
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
}

.p-ir-mail__body {
  padding-block: 162px 186px;
}
.p-ir-mail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
.p-ir-mail__head h3 {
  font-size: 1.8333333333rem;
  letter-spacing: 0.25em;
}
.p-ir-mail__head p {
  text-align: center;
  letter-spacing: 0.13em;
  line-height: 2.58;
}
.p-ir-mail__form {
  margin-top: 124px;
  margin-inline: auto;
  width: 100%;
  max-width: 648px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 959px) {
  .p-ir-mail__form {
    margin-top: 48px;
    padding-inline: 20px;
    max-width: 400px;
  }
}
.p-ir-mail__dot-border-long {
  width: 100%;
  height: 2px;
  background-image: url(./../images/ir/border-dot-long.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-ir-mail__form-explain a {
  border-bottom: 1px solid #7D8746;
}
.p-ir-mail__required {
  background-color: #941739;
  color: #fff;
  font-size: 1rem;
  padding-inline: 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 2px;
  margin-right: 20px;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.p-ir-mail__note {
  font-size: 1rem;
}
.p-ir-mail__hidden {
  display: none;
}
.p-ir-mail__hidden.appear {
  display: block;
}

.privacy-link {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.privacy-link:hover {
  opacity: 0.6;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.cf7__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 28px;
}

.cf7__list dt {
  width: 30%;
  padding-top: 40px;
  font-size: 1.1666666667rem;
  padding-left: 4px;
}
@media screen and (max-width: 959px) {
  .cf7__list dt {
    padding-top: 24px;
  }
}

.cf7__list dt.between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cf7__list dt.top28 {
  padding-top: 28px;
}

@media screen and (max-width: 959px) {
  .cf7__list dt.onamae {
    margin-top: 40px;
  }
}

.cf7__list dd {
  width: 65%;
  height: 86px;
  padding-top: 36px;
}
@media screen and (max-width: 959px) {
  .cf7__list dd {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 6px;
    padding-bottom: 16px;
  }
}

.cf7__list dd.yesno {
  padding-top: 40px;
}
@media screen and (max-width: 959px) {
  .cf7__list dd.yesno {
    padding-top: 20px;
  }
}

@media screen and (max-width: 959px) {
  dl.cf7__list dd.yesno p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 959px) {
  dl.cf7__list dd.yesno p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox {
    padding-left: 1rem;
  }
}

.cf7__list dd.message {
  padding-block: 18px;
  height: 270px;
}
@media screen and (max-width: 959px) {
  .cf7__list dd.message {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-block: 18px 36px;
  }
}

.cf7__list dd.message textarea {
  height: 230px;
  resize: none;
}

/* input・textarea */
.cf7__list dd input[type=text],
.cf7__list dd input[type=tel],
.cf7__list dd input[type=email],
.cf7__list dd textarea {
  width: 100%;
  padding: 4px 16px;
  height: 36px;
  background-color: #f7f7f6;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type=checkbox],
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  border: 1px solid #5A5753;
  border-radius: 4px;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス */
input[type=checkbox]:checked {
  background: #000;
  border: 1px solid #5A5753;
  border-radius: 4px;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

.wpcf7-list-item {
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.1666666667rem;
  letter-spacing: 0.27em;
  font-weight: 100;
  margin: 0 0 0 36px;
}
@media screen and (max-width: 959px) {
  .wpcf7-list-item {
    margin: 0;
  }
}

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

dd.yesno span.wpcf7-list-item.last {
  margin-left: 16px;
}

@media screen and (max-width: 959px) {
  .four-boxes {
    margin-inline: auto;
  }
}

@media screen and (max-width: 959px) {
  div.four-boxes p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-checkbox.wpcf7-exclusive-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    min-width: 240px;
    grid-column-gap: 24px;
  }
}

/* ラジオボタン */
input[type=radio] {
  border-radius: 50%;
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: "";
}

/* 送信ボタン */
.cf7__button {
  padding-top: 124px;
  padding-left: 72px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .cf7__button {
    padding-top: 64px;
    padding-left: 0;
    display: grid;
    place-content: center;
  }
}

@media screen and (max-width: 959px) {
  .cf7__button p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

input[type=submit] {
  width: 310px;
  height: 42px;
  background: #fff;
  color: #7D8746;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 1.1666666667rem;
  border-radius: 100px;
  border: solid 1px #A4AB7D;
}

input[type=submit]:hover {
  color: #fff;
  background-color: #A4AB7D;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #7D8746;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #7D8746;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .cf7__list dt {
    width: 100%;
  }
  .cf7__list dd {
    width: 100%;
  }
  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }
  /* 送信ボタン */
  input[type=submit] {
    width: 310px;
    height: 42px;
  }
}
.wpcf7-not-valid-tip {
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .wpcf7-not-valid-tip {
    font-size: 1em;
    line-height: initial;
    text-align: start;
  }
}

.p-ir-tel__body {
  padding-block: 60px;
}
@media screen and (max-width: 959px) {
  .p-ir-tel__body {
    padding-block: 48px 72px;
    padding-inline: 8px;
  }
}
.p-ir-tel__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-ir-tel__head h3 {
  font-size: 1.8333333333rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 959px) {
  .p-ir-tel__head.reform {
    gap: 8px;
  }
}
.p-ir-tel__head.reform p.odenwade {
  font-size: 1.8333333333rem;
}
.p-ir-tel__main {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-ir-tel__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .p-ir-tel__flex {
    gap: 8px;
  }
}
.p-ir-tel__flex img {
  margin-top: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-ir-tel__flex p {
  font-size: 3.8333333333rem;
  line-height: 1;
  letter-spacing: 0;
  color: #7d8746;
  font-weight: bold;
  -webkit-transform: scale(1, 0.9);
          transform: scale(1, 0.9);
}
@media screen and (max-width: 959px) {
  .p-ir-tel__main.reform {
    margin-top: 8px;
    gap: 8px;
  }
}
.p-ir-tel__main div.time {
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 100;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 12px;
  display: grid;
  place-content: center;
  padding-inline: 24px;
}
.p-ir-tel__main div.time.gray {
  background-color: #F7F7F6;
}
.p-ir-tel__main div.time.gray p.time-text {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .p-ir-tel__main div.time.gray p.time-text {
    font-size: 0.8333333333rem;
  }
}

.p-ir-privacy__body {
  padding-block: 200px 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__body {
    padding-block: 64px 84px;
    padding-inline: 12px;
  }
}
.p-ir-privacy__title {
  margin: auto auto 40px auto;
  padding-top: 220px;
  margin-top: -220px;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__title {
    padding-top: 40px;
    margin-top: -40px;
  }
}
.p-ir-privacy__title-jp {
  font-size: 2.3333333333rem;
  letter-spacing: 0.1em;
}
.p-ir-privacy__explain {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.17em;
}
.p-ir-privacy__blocks {
  margin-top: 140px;
  gap: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 648px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__blocks {
    margin-top: 64px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 310px;
  }
}
.p-ir-privacy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
.p-ir-privacy__block-head {
  position: relative;
  width: 234px;
  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-bottom: 8px;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__block-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-ir-privacy__block-head p {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  color: #7d8746;
}
.p-ir-privacy__block-border {
  width: 100%;
  height: 2px;
  background-image: url(./../images/border-dot-more.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-ir-privacy__block-explain {
  padding-top: 32px;
  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;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__block-explain {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
    padding-inline: 12px;
  }
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__block-explain.window {
    gap: 0;
  }
}
.p-ir-privacy__block-explain p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__block-explain p {
    max-width: 320px;
    margin-inline: auto;
  }
}
.p-ir-privacy__block-explain ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 48px;
  max-width: 632px;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__block-explain ul {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.p-ir-privacy__block-explain ul.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__block-explain ul.flex {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ir-privacy__block-explain ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__block-explain ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-ir-privacy__block-explain ul li::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: #A4AB7D;
  border-radius: 50%;
  position: relative;
  top: 1px;
  left: 2px;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__block-explain ul li::before {
    margin-top: 5px;
  }
}
.p-ir-privacy__block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__block-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-ir-privacy__block-flex p {
  margin-inline: initial;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__block-flex p {
    padding-top: 24px;
  }
}
.p-ir-privacy__block-flex .list {
  padding-left: 1rem;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-ir-privacy__block-flex .list {
    padding-left: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

.p-aboutus {
  padding-inline: 0;
}
@media screen and (max-width: 959px) {
  .p-aboutus__thumbnails {
    height: 148px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-aboutus__body {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-aboutus__body {
    padding-inline: 14px;
    margin-top: 50px;
  }
}
.p-aboutus__body:before, .p-aboutus__body:after {
  z-index: 0;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-aboutus__body:before {
  top: min(var(--vw) * 100 * 0.33, 433px);
  left: 0;
  background-image: url(../images/aboutus/aboutus-bg_top.png);
  width: min(69.92%, 895px);
  height: auto;
  aspect-ratio: 1793/1196;
}
@media screen and (max-width: 959px) {
  .p-aboutus__body:before {
    display: none;
  }
}
.p-aboutus__body:after {
  top: calc(min(var(--vw) * 100 * 0.33, 433px) + min(var(--vw) * 100 * 0.6992, 895px) * 0.666 + 23px);
  right: 0;
  background-image: url(../images/aboutus/aboutus-bg_bottom.png);
  width: min(72.73%, 931px);
  aspect-ratio: 1863/1689;
}
@media screen and (max-width: 959px) {
  .p-aboutus__body:after {
    display: none;
  }
}
.p-aboutus__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-aboutus__inner {
    max-width: 375px;
    margin-inline: auto;
  }
}
.p-aboutus__text {
  text-align: center;
  margin-top: 52px;
  line-height: 2.58;
}
.p-aboutus__text:first-of-type {
  margin-top: 0;
}
.p-aboutus__directors {
  margin-top: 140px;
}
@media screen and (max-width: 959px) {
  .p-aboutus__directors {
    margin-top: 80px;
  }
}

@media screen and (max-width: 959px) {
  .p-staff {
    padding-inline: 14px;
    max-width: 375px;
    margin-inline: auto;
  }
}
.p-staff__text {
  text-align: center;
  line-height: 2.58;
}
.p-staff__staff-list {
  max-width: 810px;
  margin: 142px auto 0;
}
@media screen and (max-width: 959px) {
  .p-staff__staff-list {
    margin-top: 50px;
  }
}

.p-character {
  background-image: url(./../images/reform/bg-notelike.png);
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .p-character {
    padding-inline: 14px;
  }
}
@media screen and (max-width: 959px) {
  .p-character__body {
    max-width: 375px;
    margin-inline: auto;
  }
}
.p-character__text {
  text-align: center;
  line-height: 2.58;
}
.p-character__introduction {
  margin-top: 56px;
  background: #FFF;
  padding: 28px 50px;
  border-radius: 13px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 86px;
}
@media screen and (max-width: 959px) {
  .p-character__introduction {
    padding: 20px 30px;
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-character__introduction-left {
  position: relative;
}
.p-character__introduction-left:before {
  content: "";
  position: absolute;
  right: -43px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  height: 385px;
  width: 1px;
  background: #8EA99C;
}
@media screen and (max-width: 959px) {
  .p-character__introduction-left:before {
    width: 100%;
    height: 1px;
    top: inherit;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.p-character__introduction-right {
  display: grid;
  gap: 60px;
  grid-template-rows: repeat(2, 1fr);
}
.p-character__introduction-image-wrapper--mama {
  position: relative;
}
.p-character__introduction-image-wrapper--mama:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 402px;
  background: #8EA99C;
}
@media screen and (max-width: 959px) {
  .p-character__introduction-image-wrapper--mama:before {
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.p-character__otosibumi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 54px;
}
@media screen and (max-width: 959px) {
  .p-character__otosibumi {
    display: grid;
  }
}
.p-character__otosibumi-title {
  font-size: 1rem;
  font-weight: bold;
  background: #fff;
  color: #8EA99C;
  padding: 14px 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 32px;
  border-radius: 13px;
}
@media screen and (max-width: 959px) {
  .p-character__otosibumi-title {
    margin: 0 auto;
    padding: 10px 25px;
    background: #8EA99C;
    color: #FFF;
    border-radius: 0;
    -webkit-clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
            clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
  }
}
.p-character__otosibumi-text {
  line-height: 2.08;
}
@media screen and (max-width: 959px) {
  .p-character__otosibumi-text {
    margin-top: 20px;
  }
}
.p-character__otosibumi-image {
  width: 127px;
  height: 127px;
}
@media screen and (max-width: 959px) {
  .p-character__otosibumi-image {
    width: 95px;
    height: 96px;
    margin-top: 10px;
    margin-left: auto;
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .p-philosophy {
    max-width: 375px;
    margin-inline: auto;
    padding-inline: 14px;
  }
}
.p-philosophy__text {
  text-align: center;
  line-height: 2.58;
  max-width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .p-company-overview {
    padding-inline: 14px;
  }
}
@media screen and (max-width: 959px) {
  .p-company-overview__body {
    max-width: 375px;
    margin-inline: auto;
  }
}
.p-company-overview__detail {
  min-width: 478px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-company-overview__detail {
    min-width: initial;
  }
}
.p-company-overview__detail-row {
  border-bottom: 1px dotted #999;
}
.p-company-overview__detail-heading {
  width: 43.72%;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-company-overview__detail-heading {
    width: 36%;
    padding-left: 10px;
  }
}
.p-company-overview__detail-data {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 20px;
  width: 56.28%;
}
@media screen and (max-width: 959px) {
  .p-company-overview__detail-data {
    width: 68%;
    padding-right: 10px;
  }
}

@media screen and (max-width: 959px) {
  .p-showroom {
    max-width: 375px;
    padding-inline: 14px;
    margin-inline: auto;
  }
}
.p-showroom__text {
  text-align: center;
  line-height: 2.58;
}
.p-showroom__section {
  margin-top: 150px;
}
@media screen and (max-width: 959px) {
  .p-showroom__section {
    margin-top: 80px;
  }
}
.p-showroom__section-title {
  font-size: 1.8333333333rem;
  letter-spacing: 0.025em;
  color: #5A5753;
  text-align: center;
}
.p-showroom__point {
  margin-top: 82px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-showroom__point {
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
  }
}
.p-showroom__point-item {
  position: relative;
}
.p-showroom__point-no {
  position: absolute;
  background: #979F6B;
  color: #FFF;
  text-align: center;
  padding-inline: 20px;
  aspect-ratio: 1/1;
  font-size: 2.0833333333rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 9999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-showroom__point-title {
  margin-top: 24px;
  font-size: 1.0833333333rem;
  line-height: 1.85;
  color: #5A5753;
  padding-bottom: 20px;
  border-bottom: 1px dotted #5A5753;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-showroom__point-title {
    margin-top: 16px;
    padding-bottom: 12px;
  }
}
.p-showroom__point-text {
  margin-top: 20px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 959px) {
  .p-showroom__point-text {
    margin-top: 12px;
  }
}
.p-showroom__kidsroom {
  max-width: 648px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin: 86px auto 0;
}
@media screen and (max-width: 959px) {
  .p-showroom__kidsroom {
    grid-template-columns: minmax(0, 1fr);
  }
}
.p-showroom__kidsroom-title {
  background: #F2F3EC;
  border-radius: 10px;
  color: #7D8746;
  text-align: center;
  padding: 4px 8px;
}
.p-showroom__map-wrapper {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-showroom__map {
  width: 933px;
  height: 466px;
}
@media screen and (max-width: 959px) {
  .p-showroom__map {
    width: 100%;
    height: auto;
    aspect-ratio: 393/221;
  }
}
.p-showroom__button {
  margin: 80px auto 0;
}
@media screen and (max-width: 959px) {
  .p-showroom__button {
    margin-top: 32px;
  }
}

@media screen and (max-width: 959px) {
  .p-selectplan {
    padding-inline: 0;
  }
}
.p-selectplan__catchcopy {
  font-size: 1rem;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.17em;
  margin: 0 auto 150px;
  padding-inline: 14px;
}
@media screen and (max-width: 959px) {
  .p-selectplan__catchcopy {
    margin-inline: auto;
    max-width: 375px;
    letter-spacing: 0.12em;
    margin-bottom: 100px;
  }
}
.p-selectplan__inquiry {
  padding-bottom: 0;
}
@media screen and (max-width: 959px) {
  .p-selectplan__inquiry {
    padding-inline: 14px;
  }
}
.p-selectplan__inquiry-text {
  text-align: center;
  color: #979f6b;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.19em;
  margin-bottom: 126px;
}
@media screen and (max-width: 959px) {
  .p-selectplan__inquiry-text {
    font-size: 1.1666666667rem;
  }
}

.p-plan {
  padding: 210px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 87, 83, 0.05)), color-stop(29%, #FFF), color-stop(71%, #FFF), to(rgba(90, 87, 83, 0.05)));
  background: linear-gradient(to bottom, rgba(90, 87, 83, 0.05) 0%, #FFF 29%, #FFF 71%, rgba(90, 87, 83, 0.05) 100%);
}
@media screen and (max-width: 959px) {
  .p-plan {
    padding-inline: 14px;
    padding-block: 64px;
  }
}
.p-plan--bg-white {
  background: #FFF;
}
.p-plan__body {
  max-width: 818px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-plan__body {
    max-width: 375px;
  }
}
.p-plan__about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58.31%;
  gap: 32px;
  margin-bottom: 72px;
}
@media screen and (max-width: 959px) {
  .p-plan__about {
    grid-template-columns: 1fr;
    margin-bottom: 62px;
    gap: 68px;
  }
}
.p-plan__about-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-plan__no {
  width: 100%;
  max-width: 93px;
  aspect-ratio: 93/97;
  margin-bottom: 32px;
}
.p-plan__title {
  color: #7D8746;
  border-spacing: 16px;
  border-bottom: 1px solid #7D8746;
  margin-bottom: 12px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.p-plan__lead {
  font-size: 1.1666666667rem;
  letter-spacing: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .p-plan__lead {
    font-size: 1.3333333333rem;
    margin-bottom: 68px;
  }
}
.p-plan__text {
  margin-top: auto;
}
.p-plan__thumbnails {
  display: grid;
  grid-template-columns: calc(38.88% - 10px) calc(61.12% - 10px);
  margin-top: 20px;
  gap: 20px;
}
.p-plan__merit-block {
  display: grid;
  grid-template-columns: 1fr fit-content(69.1%) 1fr;
  gap: 12px;
  background-color: #FFF;
  border: 1px solid #7D8746;
  background-image: url(../images/selectplan/merit-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  margin-bottom: 69px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-plan__merit-block {
    padding: 36px 22px 64px;
    grid-template-columns: minmax(0, 1fr);
    position: relative;
    background-image: url(../images/selectplan/merit-bg-sp.svg);
  }
}
.p-plan__merit-block-ant {
  max-width: 100%;
  margin-top: auto;
  margin-bottom: -14px;
}
@media screen and (max-width: 959px) {
  .p-plan__merit-block-ant {
    position: absolute;
    bottom: -14px;
    margin-bottom: 0;
  }
}
.p-plan__merit-block-ant--mama {
  margin-left: 16px;
  max-width: 126px;
}
@media screen and (max-width: 959px) {
  .p-plan__merit-block-ant--mama {
    max-width: 72px;
    left: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-plan__merit-block-ant--mama {
    max-width: 62px;
  }
}
.p-plan__merit-block-ant--mama-custom-house {
  margin-right: 16px;
  max-width: 136px;
}
@media screen and (max-width: 959px) {
  .p-plan__merit-block-ant--mama-custom-house {
    max-width: 90px;
    right: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-plan__merit-block-ant--mama-custom-house {
    max-width: 70px;
  }
}
.p-plan__merit-block-ant--papa {
  margin-right: 16px;
  max-width: 121px;
}
@media screen and (max-width: 959px) {
  .p-plan__merit-block-ant--papa {
    max-width: 79px;
    right: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .p-plan__merit-block-ant--papa {
    max-width: 59px;
  }
}
.p-plan__merit-block-ant--papa-custom-house {
  margin-left: 16px;
}
@media screen and (max-width: 959px) {
  .p-plan__merit-block-ant--papa-custom-house {
    left: 16px;
    right: 0;
    margin-left: 0;
  }
}
.p-plan__merit-block-ant--papa-one-story-house {
  max-width: 120px;
}
@media screen and (max-width: 959px) {
  .p-plan__merit-block-ant--papa-one-story-house {
    max-width: 79px;
  }
}
@media screen and (max-width: 374px) {
  .p-plan__merit-block-ant--papa-one-story-house {
    max-width: 59px;
  }
}
.p-plan__merit-block-main {
  padding: 50px 0 80px;
}
@media screen and (max-width: 959px) {
  .p-plan__merit-block-main {
    padding: 0;
  }
}
.p-plan__merit-block-title {
  font-size: 2.1666666667rem;
  letter-spacing: 0.15em;
  padding-bottom: 18px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 959px) {
  .p-plan__merit-block-title {
    font-size: 1.8333333333rem;
    text-align: center;
  }
}
.p-plan__merit-block-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  background-image: url(../images/workflow/border-dot.svg);
  background-size: cover;
  background-repeat: repeat-x;
}
.p-plan__merit-block-text {
  font-size: 1.1666666667rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-plan__merit-block-text {
    font-size: 1rem;
  }
}
.p-plan__merit-image {
  max-width: 329px;
  width: 100%;
}
.p-plan__merit-fixed-amount-image {
  max-width: 347px;
}
.p-plan__merit-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 959px) {
  .p-plan__merit-description {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .p-plan__merit-description-left {
    margin-bottom: 60px !important;
  }
}
.p-plan__merit-description-left--fixed-amount-plan {
  max-width: 308px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-plan__merit-description-left--fixed-amount-plan {
    margin-inline: auto;
  }
}
.p-plan__point {
  max-width: 307px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-plan__point {
    margin: 0 auto;
  }
}
.p-plan__point-title {
  color: #7D8746;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.1666666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.p-plan__point-title-word {
  position: relative;
  padding: 9px;
  margin-left: -4px;
}
.p-plan__point-title-word:first-of-type {
  margin-left: 0;
}
.p-plan__point-title-word:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background: #DCDFB6;
  position: absolute;
  content: "";
  z-index: 0;
}
.p-plan__point-title-text {
  position: relative;
  z-index: 1;
}
.p-plan__point-item {
  margin-bottom: 24px;
}
.p-plan__point-label {
  display: inline;
  border-radius: 5px;
  background: #F2C230;
  padding: 4px 12px;
  color: #FFF;
  letter-spacing: 0.1em;
  margin-right: 4px;
}
.p-plan__point-description {
  display: inline;
}

.p-specifications {
  width: 100%;
  max-width: 446px;
}
.p-specifications--custom-house {
  margin-top: 26px;
}
.p-specifications__title {
  width: 100%;
  max-width: 276px;
}
.p-specifications__main {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.p-specifications__head {
  background: #979F6B;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  text-align: center;
  padding: 4px 10px;
  border-bottom: 1px solid #BDBCBA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-specifications__head-svg {
  width: auto;
  height: 10px;
}
.p-specifications__data {
  padding: 4px 8px;
  background: #FFF;
  border-bottom: 1px solid #BDBCBA;
  font-size: 1.1666666667rem;
  letter-spacing: 0.03em;
  padding-left: 32px;
  position: relative;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .p-specifications__data {
    font-size: 1rem;
    padding-left: 24px;
  }
}
.p-specifications__data:before {
  content: "";
  width: 16px;
  height: 16px;
  top: 9px;
  left: 8px;
  bottom: 0;
  display: block;
  background-image: url(../images/icon/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 959px) {
  .p-specifications__data:before {
    width: 14px;
    height: 14px;
    left: 4px;
    top: 7px;
  }
}
.p-specifications__data--no-check {
  color: #ADABA9;
}
.p-specifications__data--no-check:before {
  content: none;
}
.p-specifications__notice {
  font-size: 1rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 959px) {
  .p-specifications__notice {
    font-size: 0.8333333333rem;
  }
}

.p-fixed-amount-plan {
  max-width: 308px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-fixed-amount-plan {
    margin: 0 auto;
  }
}
.p-fixed-amount-plan__title-image {
  width: 70.77%;
}
.p-fixed-amount-plan__body {
  background: #F7F7F6;
  padding: 20px 24px;
  display: grid;
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 374px) {
  .p-fixed-amount-plan__body {
    margin-right: 24px;
  }
}
.p-fixed-amount-plan__body:before {
  content: "";
  position: absolute;
  right: -38px;
  top: -35px;
  background-image: url(../images/icon/fan-dot.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 58px;
  height: 37px;
}
@media screen and (max-width: 959px) {
  .p-fixed-amount-plan__body:before {
    right: -30px;
  }
}
.p-fixed-amount-plan__item {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  place-content: center;
  gap: 30px;
}
.p-fixed-amount-plan__plan-title {
  background: #FFF;
  padding: 24px 18px;
  text-align: center;
  color: #7D8746;
  font-size: 1.5833333333rem;
  line-height: 1;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: bold;
}
.p-fixed-amount-plan__plan-text {
  color: #5A5753;
  font-size: 1rem;
  font-weight: normal;
}
.p-fixed-amount-plan__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-fixed-amount-plan__price {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  gap: 8px;
  width: 100%;
  color: #7D8746;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
@media screen and (max-width: 959px) {
  .p-fixed-amount-plan__price {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-fixed-amount-plan__price-notice {
  font-size: 1rem;
  font-family: "Noto Sans JP", "メイリオ", meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.p-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 148px;
  padding: 180px 0;
}
@media screen and (max-width: 959px) {
  .p-archive {
    gap: 48px;
    padding: 80px 26px;
  }
}
.p-archive--estate {
  gap: 40px;
}
@media screen and (max-width: 959px) {
  .p-archive--estate {
    padding-bottom: 110px;
  }
}
.p-archive__catchcopy {
  font-size: 1rem;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 959px) {
  .p-archive__catchcopy {
    letter-spacing: 0.15em;
  }
}

.p-madoriplan-section {
  padding-block: 72px 56px;
  gap: 56px;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-section {
    padding-block: 60px 56px;
    gap: 50px;
  }
}
@media screen and (max-width: 959px) {
  .p-madoriplan-section__for-tb {
    padding-block: 76px 64px;
  }
  .p-madoriplan-section__for-tb.last {
    padding-bottom: 130px;
  }
}
.p-madoriplan-section__title {
  margin-bottom: 28px;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-section__title {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.p-madoriplan-section__catchcopy {
  font-size: 12px;
  line-height: 2.5833333333;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-section__catchcopy {
    line-height: 2;
    letter-spacing: 0.12em;
  }
}

.p-madoriplan-contents {
  gap: 28px;
}

.p-madoriplan-sliders__wrapper {
  position: relative;
}

.p-madoriplan-slider {
  width: 100vw;
  height: 570px;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-slider {
    height: 324px;
  }
}
.p-madoriplan-slider__absolute-catch {
  position: absolute;
  z-index: 2;
  top: 0;
  left: calc((100vw - 1050px) / 2);
  width: 170px;
  height: 100%;
  padding: 64px 32px 36px 24px;
  -webkit-transform: translateX(-170px);
          transform: translateX(-170px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (width <= 1390px) {
  .p-madoriplan-slider__absolute-catch {
    left: 0%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 959px) {
  .p-madoriplan-slider__absolute-catch {
    width: 88px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 18px 10px 4px 12px;
  }
}
.p-madoriplan-slider__catch-texts {
  margin-top: 28px;
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 27px;
  line-height: 1.6666666667;
  letter-spacing: 0.17em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-slider__catch-texts {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 16px;
    font-size: 16px;
  }
}
.p-madoriplan-slider__catch-second {
  margin-top: 1em;
}
.p-madoriplan-slider__logo {
  width: 110px;
  height: 96px;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-slider__logo {
    width: 65px;
    height: 61px;
  }
}
.p-madoriplan-slider__track {
  height: 100%;
}
.p-madoriplan-slider__list {
  width: 100%;
}
.p-madoriplan-slider__slide-image {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-madoriplan-enquete {
  width: 100%;
  position: relative;
  padding-block: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e6ebf2;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-enquete {
    padding-block: 56px 64px;
    padding-inline: 24px;
  }
}
.p-madoriplan-enquete__content {
  width: 988px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-enquete__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
  }
}
.p-madoriplan-enquete__left-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-madoriplan-enquete__intro {
  padding-block: 8px;
  padding-inline: 16px;
  background-color: #809abf;
  border-radius: 100vmax;
}
.p-madoriplan-enquete__intro h3 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-enquete__intro h3 {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }
}
.p-madoriplan-enquete__catch {
  margin-top: 14px;
  font-size: 28px;
  color: #5A5753;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-enquete__catch {
    margin-top: 28px;
    letter-spacing: 0.04em;
  }
}
.p-madoriplan-enquete__right-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-enquete__right-sec {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-madoriplan-enquete__explain {
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 0.1em;
  color: #5A5753;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-enquete__explain {
    max-width: 343px;
  }
}
.p-madoriplan-enquete__explain .mini-font {
  font-size: 12px;
}
.p-madoriplan-enquete__button {
  width: 248px;
  height: 42px;
  margin-top: 18px;
  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: #fff;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  border: 1px solid #809abf;
  border-radius: 100vmax;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-enquete__button {
    margin-top: 64px;
  }
}
.p-madoriplan-enquete__button-fixed-centering {
  display: none;
  width: 100%;
  place-content: center;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-enquete__button-fixed-centering {
    width: 100vw;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    display: grid;
  }
}
.p-madoriplan-enquete__button-fixed {
  display: none;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-enquete__button-fixed {
    display: grid;
    place-content: center;
    width: 350px;
    height: 56px;
    margin-bottom: 64px;
    padding-block: 0;
    border: 1px solid #fff;
    background-color: #809abf;
    border-radius: 100vmax;
    color: #fff;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
    font-size: 20px;
  }
  .p-madoriplan-enquete__button-fixed:hover {
    border: 1px solid #809abf;
    background-color: #fff;
    color: #809abf;
  }
}
.p-madoriplan-enquete__button:hover {
  background-color: #809abf;
}
.p-madoriplan-enquete__button:hover p {
  color: #fff;
}
.p-madoriplan-enquete__button p {
  color: #809abf;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-enquete__button p {
    color: #809abf;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.p-madoriplan-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-blocks {
    row-gap: 28px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.p-madoriplan-block {
  padding: 30px;
  padding-bottom: 20px;
  width: 478px;
  height: 478px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #f2f2f2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-block {
    width: 320px;
    height: 320px;
    padding: 20px;
    padding-bottom: 12px;
  }
}
.p-madoriplan-block:hover {
  -webkit-box-shadow: 8px 8px 24px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 24px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-madoriplan-block:hover .p-madoriplan-block__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-madoriplan-block__image {
  width: 100%;
  aspect-ratio: 418/270;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-madoriplan-block__image-wrapper {
  overflow: hidden;
}
.p-madoriplan-block__title {
  font-size: 20px;
  line-height: 1;
  padding-block: 8px;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-block__title {
    font-size: 14px;
    padding-block: 4px;
  }
}
.p-madoriplan-block__title-bg {
  margin-top: 14px;
  width: 100%;
  background-color: #fff;
  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: 959px) {
  .p-madoriplan-block__title-bg {
    margin-top: 10px;
  }
}
.p-madoriplan-block__description {
  padding-block: 12px;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-block__description {
    padding-block: 10px;
    font-size: 11px;
    letter-spacing: 0.015em;
  }
}
.p-madoriplan-block__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 0.5px solid #231815;
}
.p-madoriplan-block__detail {
  width: 220px;
  height: 24px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  border-bottom: 0.5px solid #231815;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-block__detail {
    width: 146px;
    height: 16px;
    font-size: 9px;
    gap: 20px;
  }
}
.p-madoriplan-block__detail dt {
  width: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-block__detail dt {
    width: 42px;
  }
}
.p-madoriplan-block__absolute-square {
  width: 84px;
  height: 84px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-block__absolute-square {
    width: 56px;
    height: 56px;
  }
}

.p-madoriplan-index__bg {
  position: relative;
  background-color: #d2a47b;
  padding-block: 80px 96px;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-index__bg {
    padding-block: 120px 130px;
  }
}
.p-madoriplan-index__bg::after {
  content: "";
  width: calc(0.60546875 * 100%);
  height: auto;
  aspect-ratio: 775/578;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: url(./../images/madoriplan/madoriplan-index-bg.png);
  background-size: cover;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-index__bg::after {
    width: 80%;
  }
}
.p-madoriplan-index__blocks {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 96px;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-index__blocks {
    gap: 70px;
  }
}
.p-madoriplan-index__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-index__block {
    display: contents;
  }
}
.p-madoriplan-index__block.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-madoriplan-index__block.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-madoriplan-index__button {
  width: 648px;
  height: 255px;
  padding-block: 28px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-index__button {
    width: 325px;
    height: 134px;
    padding-block: 10px;
  }
}
.p-madoriplan-index__button:hover {
  -webkit-box-shadow: 8px 8px 24px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 24px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-madoriplan-index__button:hover.bg-scale {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-madoriplan-index__button.bg-scale {
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-madoriplan-index__button.bg-scale.value {
  background-image: url(./..//images/madoriplan/madoriplan-button-value.jpg);
}
.p-madoriplan-index__button.bg-scale.company {
  background-image: url(./../images/madoriplan/madoriplan-button-company.jpg);
}
.p-madoriplan-index__button .titles {
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-index__button .titles {
    padding-left: 20px;
    gap: 4px;
  }
}
.p-madoriplan-index__button .title-en {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #4d4d4d;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-index__button .title-en {
    font-size: 24px;
  }
}
.p-madoriplan-index__button .title-jp {
  font-size: 23px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-index__button .title-jp {
    font-size: 12px;
  }
}
.p-madoriplan-index__button .explain-sec {
  width: 330px;
  height: 64px;
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-index__button .explain-sec {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 36px;
    padding-inline: 20px;
  }
}
.p-madoriplan-index__button .explain-sec-font {
  font-size: 12px;
  letter-spacing: 0.11em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 959px) {
  .p-madoriplan-index__button .explain-sec-font {
    font-size: 8px;
  }
}

.p-madoriplan-instagram__text {
  margin-bottom: 72px;
  line-height: 2.58;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .p-madoriplan-instagram__text {
    margin-bottom: 42px;
  }
}
.p-madoriplan-instagram__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sbi_photo_wrap {
  height: 100%;
}

.sbi_photo {
  height: 100%;
}

#sb_instagram #sbi_images .sbi_item {
  aspect-ratio: 1;
}

.u-displayNone {
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media screen and (max-width: 959px) {
  .letter-spacing00tb {
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 959px) {
  .letter-spacing01tb {
    letter-spacing: -0.1em;
  }
}

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

.u-small {
  font-size: 1.6rem;
  font-weight: 400;
}

.u-f24 {
  font-size: 1.8rem;
}

.u-code {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.u-colorRed {
  color: #F00;
}

.u-colorGreen {
  color: #0F0;
}

.u-colorYellow {
  color: #FF0;
}

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

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

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

.u-mt24 {
  margin-top: 2.4rem;
}

.u-mt56 {
  margin-top: 5.6rem;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb16 {
  margin-bottom: 1.6rem;
}

.u-mb24 {
  margin-bottom: 2.4rem;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-tb-br-control-wrapper {
  display: inline;
}
@media screen and (max-width: 959px) {
  .u-tb-br-control-wrapper {
    display: inline-block;
  }
}

@media screen and (max-width: 959px) {
  .u-tb-order01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 959px) {
  .u-tb-order02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.u-alignself-flex-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.u-tb {
  display: initial;
}
@media screen and (min-width: 960px) {
  .u-tb {
    display: none;
  }
}

.u-tb {
  display: none;
}
@media screen and (max-width: 959px) {
  .u-tb {
    display: initial;
  }
}

.u-tb-sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .u-tb-sp {
    display: initial;
  }
}
@media screen and (max-width: 520px) {
  .u-tb-sp {
    display: initial;
  }
}

.u-tb-pc {
  display: none;
}
@media screen and (max-width: 959px) {
  .u-tb-pc {
    display: initial;
  }
}
@media screen and (max-width: 520px) {
  .u-tb-pc {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .u-tb-pc {
    display: initial;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .u-pc {
    display: initial;
  }
}

.u-tb--inherit {
  display: none;
}
@media screen and (max-width: 959px) {
  .u-tb--inherit {
    display: inherit;
  }
}

.u-pc--inherit {
  display: none;
}
@media screen and (min-width: 960px) {
  .u-pc--inherit {
    display: inherit;
  }
}

.u-editorSetting h1,
.u-editorSetting h2,
.u-editorSetting h4,
.u-editorSetting h5,
.u-editorSetting h6,
.u-editorSetting p,
.u-editorSetting img,
.u-editorSetting hr,
.u-editorSetting iframe,
.u-editorSetting ul,
.u-editorSetting ol,
.u-editorSetting blockquote,
.u-editorSetting button {
  margin-bottom: 40px;
}
.u-editorSetting h2 {
  font-size: 32px;
  padding: 8px 16px;
  font-weight: bold;
}
.u-editorSetting h3 {
  font-size: 20px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  font-weight: bold;
}
.u-editorSetting h3:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 4px;
  height: 1em;
}
.u-editorSetting ul {
  list-style-type: disc;
  list-style-position: inside;
}
.u-editorSetting ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.u-editorSetting img {
  width: auto;
  max-width: 100%;
}
.u-editorSetting figcaption,
.u-editorSetting .wp-caption-text {
  font-size: 12px;
  margin-top: -32px;
}

.wp-block-columns {
  gap: 2vw;
  margin-bottom: 0;
}

.u-editorSetting a {
  text-decoration: underline;
  display: inline;
  color: #2E70AF;
}/*# sourceMappingURL=main.css.map */