@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit;
}
pre {
  font-size: inherit;
  font-family: monospace, monospace;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type=number] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: left;
}
:root {
  --font-size: 62.5%;
  --bar-width: 17px;
  --header-height: 100px;
}
html {
  overflow-y: scroll;
  background: #FFFFFF;
  font-size: var(--font-size);
  scroll-padding-top: var(--header-height);
}
html.is-fixed {
  margin-right: var(--bar-width);
  overflow: hidden;
}
body {
  position: relative;
  color: #252526;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  word-wrap: break-word;
}
svg {
  max-width: 100%;
  height: auto;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a.is-none {
  pointer-events: none;
}
.l-header {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: #252526;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 30px;
}
.l-header__logo {
  line-height: 1;
}
.l-header__info {
  display: flex;
  align-items: center;
}
.l-header__request {
  margin-right: min(40px, 2.7777777778vw);
}
.l-header__request a {
  width: 158px;
  padding: 5px 30px;
  font-size: 2rem;
}
.l-header__tel {
  margin-bottom: 10px;
  font-size: 0;
}
.l-header__hours {
  font-size: 0;
}
.l-header__hours span {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 5px;
  border-radius: 4px 4px;
  background: #746649;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: middle;
}
.l-footer {
  padding: 40px 0 16px;
  background: #746649;
  color: #FFFFFF;
}
.l-footer__inner {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: min(60px, (100vw - var(--bar-width)) / 1100 * 60);
}
.l-footer__main {
  margin-bottom: 48px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.l-footer__logo {
  margin-bottom: 16px;
  font-size: 0;
}
.l-footer__address {
  margin-bottom: 16px;
}
.l-footer__copyright {
  font-size: 1.2rem;
  text-align: center;
}
.l-main {
  position: relative;
  padding-top: var(--header-height);
  overflow: hidden;
}
.l-section {
  position: relative;
}
.l-section__inner {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: min(60px, (100vw - var(--bar-width)) / 1100 * 60);
}
.l-section__inner.size--xl {
  max-width: none;
  padding-inline: 0 0;
}
.l-section__inner.size--l {
  max-width: 1440px;
  padding-inline: min(60px, (100vw - var(--bar-width)) / 1440 * 60);
}
.c-button--a {
  display: block;
  position: relative;
  width: 275px;
  margin-inline: auto;
  padding: 15px 30px;
  border-radius: 40px 40px;
  background: #C38300;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  transition: background-color 0.3s ease;
}
.c-button--a i {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 19px;
  height: 16px;
  transform: translateY(-50%);
  background: url("../img/icon_arrow02.svg") center center/contain no-repeat;
}
.c-button--b {
  text-decoration: underline;
}
.c-button--c {
  display: block;
  padding: 3px 20px;
  border-radius: 16px 16px;
  background: #F1EFEC;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  transition: background-color 0.3s ease;
}
.c-button--c span {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
.c-button--c span::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 7px;
  transform: translateY(-50%);
  background: url("../img/icon_arrow04.svg") center center/contain no-repeat;
  content: "";
}
.c-flexbox--a {
  display: flex;
  gap: 0 32px;
}
.c-flexbox--a .item {
  width: calc((100% - 32px) / 2);
  padding: 30px 3.0612244898%;
  border-radius: 8px 8px;
  background: #746649;
  color: #FFFFFF;
}
.c-flexbox--a .item-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6363636364;
}
.c-flexbox--a .item-text {
  font-size: 1.6rem;
}
.c-image--a {
  position: relative;
  height: 450px;
  margin-bottom: 48px;
  overflow: hidden;
}
.c-image--a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-text--ocher {
  color: #C38300;
}
.c-text--lh2 {
  line-height: 2;
}
.c-title--h2 {
  position: relative;
  margin-bottom: 16px;
  padding-left: 80px;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.5238095238;
}
.c-title--h2 .num {
  display: flex;
  position: absolute;
  top: 4px;
  left: 0;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 56px;
  border-radius: 4px 4px;
  background: #746649;
}
.c-title--h2 span {
  color: #C38300;
}
.c-title--h2 span img {
  width: 30px;
}
.c-title--h3 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 2.4rem;
}
.c-title--h3 span {
  color: #C38300;
}
.p-fixedcontact {
  z-index: 30;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-fixedcontact.is-show {
  transform: translateY(0);
}
.p-fixedcontact a {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.p-fixedcontact a i {
  right: 0;
}
.p-fixedcontact a span {
  display: inline-block;
  position: relative;
  padding: 0 28px;
}
.p-pagetop {
  display: none;
  z-index: 40;
  position: sticky;
  bottom: 30px;
  margin: -21px 0;
}
.p-pagetop a {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 42px;
  margin: 0 30px 0 auto;
  border-radius: 50% 50%;
  background: #D9D0B8;
  transition: background-color 0.3s ease;
}
.p-pagetop a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 10px;
  transform: translate(-50%, -50%);
  background: url("../img/icon_arrow01.svg") center center/contain no-repeat;
}
.p-voice__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 2.4rem;
}
.p-voice__body {
  position: relative;
  padding-left: 210px;
}
.p-voice__person {
  margin-bottom: 16px;
}
.p-voice__image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 8px 8px;
}
.p-voice__info {
  flex: 1;
  align-self: center;
  padding-left: 15px;
}
.p-voice__carrer {
  color: #746649;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1666666667;
}
.p-voice__name {
  font-weight: 700;
}
.p-voice__company {
  color: #746649;
  font-size: 1.2rem;
}
.p-voice__subtitle {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
}
.p-voice__text {
  font-weight: 700;
}
[class*=js-fadein] {
  position: relative;
  opacity: 0;
}
.u-disp--block {
  display: block;
}
.u-disp--inline {
  display: inline;
}
.u-disp--inline-block {
  display: inline-block;
}
.u-text--nowrap {
  white-space: nowrap;
}
.u-text--breakall {
  word-break: break-all;
}
.u-text--anywhere {
  line-break: anywhere;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-font--noto {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font--w100 {
  font-weight: 100;
}
.u-font--w200 {
  font-weight: 200;
}
.u-font--w300 {
  font-weight: 300;
}
.u-font--w400 {
  font-weight: 400;
}
.u-font--w500 {
  font-weight: 500;
}
.u-font--w600 {
  font-weight: 600;
}
.u-font--w700 {
  font-weight: 700;
}
.u-font--w800 {
  font-weight: 800;
}
.u-font--w900 {
  font-weight: 900;
}
.u-color--text, .u-color--default {
  color: #252526;
}
.u-color--white {
  color: #FFFFFF;
}
.u-color--black {
  color: #000000;
}
.visual {
  position: relative;
  overflow: hidden;
  background: url("../img/visual_bg.webp") center center/cover no-repeat;
  color: #D9D0B8;
}
.visual::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #746649 20%, #D9D0B8 80%);
  content: "";
  clip-path: polygon(calc(50% + 650px) 0, 100% 0, 100% 100%, calc(50% - 35px) 100%);
}
.visual .l-section__inner {
  display: flex;
  align-items: center;
  max-width: 1440px;
  min-height: 680px;
  padding-inline: 5.2083333333%;
}
.visual__body {
  z-index: 1;
  position: relative;
  width: min(804px, 61.8461538462vw);
  padding: 80px 0 48px;
}
.visual__catch {
  position: relative;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}
.visual__catch::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 330px);
  height: 1px;
  background: #746649;
  content: "";
}
.visual__title {
  width: 100%;
  margin-bottom: 40px;
}
.visual__point {
  display: flex;
  width: min(557px, 42.8461538462vw);
  margin-bottom: 16px;
  gap: 0 4.3087971275%;
}
.visual__point .item {
  width: 29.2639138241%;
}
.visual__point .item:nth-of-type(1) {
  width: 36.4452423698%;
}
.visual__note {
  max-width: 85%;
  margin-bottom: 40px;
  font-size: 1rem;
  counter-reset: num 0;
}
.visual__note li {
  position: relative;
  padding-left: 1.5rem;
}
.visual__note li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(num) ".";
  counter-increment: num 1;
}
.visual__button a {
  margin-inline: 0;
}
.visual__image {
  position: absolute;
  right: 1.3888888889%;
  bottom: -26.4705882353%;
  width: max(460px, 41.8055555556%);
}
.task {
  padding: 96px 0 168px;
  background: #F1EFEC;
}
.task__title {
  position: relative;
  margin-bottom: 40px;
  color: #746649;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3333333333;
  text-align: center;
}
.task__title::before {
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #746649;
  content: "";
}
.task__title span {
  display: inline-block;
  z-index: 1;
  position: relative;
  margin-top: 10px;
  padding: 0 0.4em;
  background: #F1EFEC;
  color: #252526;
  font-size: 3.6rem;
}
.task__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.task__list .item {
  display: flex;
  position: relative;
  align-items: center;
  width: calc((100% - 32px) / 3);
  min-height: 78px;
  padding: 16px 16px 16px 84px;
  border-radius: 8px 8px;
  background: #696968;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.4444444444;
}
.task__list .item-icon {
  display: flex;
  position: absolute;
  top: 50%;
  left: 15px;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 54px;
  transform: translateY(-50%);
  border-radius: 50% 50%;
  background: #3E3A39;
}
.task__list .item-icon img {
  width: 32px;
}
.content-nav {
  padding: 152px 0 176px;
}
.content-nav__logo {
  margin: -237px 0 60px;
  text-align: center;
}
.content-nav__catch {
  margin-bottom: 16px;
  color: #746649;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.content-nav__title {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.5238095238;
  text-align: center;
}
.content-nav__title span {
  color: #C38300;
}
.content-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 24px;
}
.content-nav__list .item {
  width: calc((100% - 48px) / 3);
}
.content-nav__list .item-image {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 8px 8px;
}
.content-nav__list .item-image img {
  width: 100%;
}
.content-nav__list .item-num {
  position: absolute;
  aspect-ratio: 1/1;
  width: 34px;
  border-radius: 0 0 8px 0;
  background: #FFFFFF;
  font-size: 0;
}
.content-nav__list .item-num::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #746649;
  content: "";
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 16px auto;
  mask-size: 16px auto;
}
.content-nav__list .item:nth-child(1) .item-num::before {
  -webkit-mask-image: url("../img/num_01.svg");
  mask-image: url("../img/num_01.svg");
}
.content-nav__list .item:nth-child(2) .item-num::before {
  -webkit-mask-image: url("../img/num_02.svg");
  mask-image: url("../img/num_02.svg");
}
.content-nav__list .item:nth-child(3) .item-num::before {
  -webkit-mask-image: url("../img/num_03.svg");
  mask-image: url("../img/num_03.svg");
}
.content-nav__list .item:nth-child(4) .item-num::before {
  -webkit-mask-image: url("../img/num_04.svg");
  mask-image: url("../img/num_04.svg");
}
.content-nav__list .item:nth-child(5) .item-num::before {
  -webkit-mask-image: url("../img/num_05.svg");
  mask-image: url("../img/num_05.svg");
}
.content-nav__list .item:nth-child(6) .item-num::before {
  -webkit-mask-image: url("../img/num_06.svg");
  mask-image: url("../img/num_06.svg");
}
.content-nav__list .item-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  word-break: break-all;
}
.content-nav__list .item-title span {
  color: #C38300;
}
.content-nav__list .item-text {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.content-nav__list .item-button {
  width: 150px;
  margin-left: auto;
}
.content-01 {
  padding-bottom: 176px;
}
.content-01 .content__view img {
  object-position: 50% 20%;
}
.content-01 .content__text {
  margin: 0 0 60px 80px;
}
.content-01 .content__text p + p {
  margin-top: 1.3em;
}
.content-01 .content-point {
  margin-bottom: 40px;
}
.content-01 .content-measures {
  margin-bottom: 40px;
}
.content-01 .content-measures__text {
  margin-bottom: 32px;
}
.content-01 .content-measures__ad {
  padding: 30px 3.0612244898%;
  border-radius: 8px 8px;
  background: #F1EFEC;
}
.content-01 .content-measures__ad .ad__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.content-01 .content-measures__ad .ad__list {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.content-01 .content-measures__ad .ad__note {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  text-align: right;
}
.content-01 .content-voice {
  margin-bottom: 80px;
}
.content-01 .content-power__title {
  margin-bottom: 32px;
  font-size: 4.2rem;
  line-height: 1.5238095238;
}
.content-01 .content-power__body {
  display: flex;
  gap: 0 8px;
}
.content-01 .content-power__text {
  flex: 1;
}
.content-01 .content-power__image {
  align-self: flex-end;
  width: 43.7755102041%;
}
.content-02 {
  padding-bottom: 176px;
}
.content-02 .content__view img {
  object-position: 50% 20%;
}
.content-02 .content__text {
  margin: 0 0 60px 80px;
}
.content-02 .content__text p + p {
  margin-top: 1.3em;
}
.content-02 .content-point {
  margin-bottom: 40px;
}
.content-03 {
  padding-bottom: 176px;
}
.content-03 .content__text {
  margin: 0 0 60px 80px;
}
.content-03 .content__text p + p {
  margin-top: 1.3em;
}
.content-03 .content-price {
  padding: 40px 4.0816326531%;
  border: 1px solid #C38300;
  border-radius: 8px 8px;
}
.content-03 .content-price__title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
}
.content-03 .content-price__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 24px;
}
.content-03 .content-price__list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1/1;
  width: calc((100% - 72px) / 4);
  border-radius: 50% 50%;
  background: #F1EFEC;
  text-align: center;
}
.content-03 .content-price__list .item-yen {
  width: 50.4901960784%;
  margin: 0 auto 4px;
  padding-top: 6%;
}
.content-03 .content-price__list .item-text {
  font-weight: 700;
  font-size: clamp(14.4px, 1.6363636364vw, 1.8rem);
  line-height: 1.3333333333;
}
.content-03 .content-price__list .item-text.l1 {
  padding-bottom: 1.3333333333em;
}
.content-other {
  padding: 72px 0 176px;
  background: #F1EFEC;
}
.content-other .content-content {
  display: flex;
  padding-top: 80px;
  gap: 0 32px;
}
.content-other .content__image {
  align-self: flex-start;
  width: clamp(244px, 27.7272727273vw, 305px);
  overflow: hidden;
  border-radius: 8px 8px;
}
.content-other .content__body {
  flex: 1;
}
.content-other .content__title {
  font-size: 2.8rem;
}
.content-other .content__text p + p {
  margin-top: 1.3em;
}
.content-other .content-voice {
  margin-top: 60px;
}
.qa {
  position: relative;
  padding: 152px 0 176px;
}
.qa::before {
  position: absolute;
  top: -46px;
  left: calc(50% - 160px);
  width: calc(50% + 160px);
  height: 92px;
  background: url("../img/bg_01.svg") left center/auto 100% repeat-x;
  content: "";
}
.qa__title {
  margin-bottom: 72px;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.5238095238;
  text-align: center;
}
.qa__list {
  color: #000000;
  font-size: 1.6rem;
}
.qa__list .item {
  overflow: hidden;
  border-radius: 8px 8px;
}
.qa__list .item + .item {
  margin-top: 12px;
}
.qa-q {
  position: relative;
  padding: 11px 40px;
  background: #F1EFEC;
  font-weight: 700;
  cursor: pointer;
}
.qa-q::before {
  position: absolute;
  top: calc(0.5em + 11px);
  left: 12px;
  width: 18px;
  height: 14px;
  background: url("../img/icon_qa_q.svg") center center/contain no-repeat;
  content: "";
}
.qa-q::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 14px;
  height: 9px;
  transform: translateY(-50%) rotate(180deg);
  background: url("../img/icon_arrow03.svg") center center/contain no-repeat;
  content: "";
}
.item.is-active .qa-q::after {
  transform: translateY(-50%) rotate(0deg);
}
.qa-a {
  display: none;
}
.qa-a__inner {
  position: relative;
  padding: 11px 15px 11px 40px;
}
.qa-a__inner::before {
  position: absolute;
  top: calc(0.5em + 11px);
  left: 12px;
  width: 18px;
  height: 14px;
  background: url("../img/icon_qa_a.svg") center center/contain no-repeat;
  content: "";
}
.qa-a__inner p + p {
  margin-top: 0.5em;
}
.contact {
  padding: 95px 0;
  background: #252526;
  color: #FFFFFF;
}
.contact__title {
  margin-bottom: 24px;
  color: #C8BB8D;
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
}
.contact__lead {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1.5238095238;
  text-align: center;
}
.contact__text {
  margin-bottom: 60px;
  font-size: 1.6rem;
  text-align: center;
}
.contact__form {
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 1300px) {
  .visual__image {
    right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-voice__subtitle br {
    display: none;
  }
  .content-nav__list .item-title br {
    display: none;
  }
  .content-other .content__title br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --header-height: 60px;
  }
  body {
    min-width: 0;
    font-size: 1.6rem;
  }
  svg {
    width: 100%;
    max-width: none;
  }
  img {
    width: 100%;
    max-width: none;
  }
  .l-header__inner {
    padding: 0 15px;
  }
  .l-header__logo {
    width: 137px;
  }
  .l-header__request {
    display: none;
  }
  .l-header__tel {
    width: 140px;
  }
  .l-header__hours span {
    padding: 2px 2px;
    font-size: 1rem;
  }
  .l-header__hours img {
    width: 73px;
  }
  .l-footer {
    padding: 60px 0 100px;
  }
  .l-footer__inner {
    padding-inline: 15px;
  }
  .l-footer__main {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: center;
  }
  .l-footer__logo {
    width: 182px;
    margin-inline: auto;
  }
  .l-footer__copyright {
    font-size: 1rem;
  }
  .l-section__inner {
    padding: 0 15px;
  }
  .l-section__inner.size-sp--xl {
    padding: 0 0;
  }
  .c-button--a {
    width: max(180px, 50%);
    padding: 14px 30px;
    font-size: 1.8rem;
  }
  .c-button--a i {
    right: 18px;
  }
  .c-flexbox--a {
    flex-direction: column;
    gap: 10px 0;
  }
  .c-flexbox--a .item {
    width: 100%;
    padding: 20px 20px;
  }
  .c-flexbox--a .item-title {
    font-size: 1.8rem;
  }
  .c-flexbox--a .item-text {
    font-size: 1.4rem;
  }
  .c-image--a {
    height: auto;
  }
  .c-title--h2 {
    margin-top: -76px;
    padding: 76px 0 0 0;
    font-size: 3rem;
  }
  .c-title--h2 .num {
    top: 0;
    left: calc(50% - 28px);
  }
  .c-title--h3 {
    font-size: 3rem;
  }
  .p-pagetop a {
    margin-right: 15px;
  }
  .p-voice__body {
    padding-left: 0;
  }
  .p-voice__person {
    display: flex;
  }
  .p-voice__image {
    position: relative;
    width: 33.3333333333%;
  }
  .p-voice__name {
    font-size: 1.8rem;
  }
  .p-voice__subtitle {
    font-size: 2.4rem;
  }
  .u-disp-sp--block {
    display: block;
  }
  .u-disp-sp--inline {
    display: inline;
  }
  .u-disp-sp--inline-block {
    display: inline-block;
  }
  .u-pc {
    display: none;
  }
  .u-text-sp--center {
    text-align: center;
  }
  .u-text-sp--left {
    text-align: left;
  }
  .u-text-sp--right {
    text-align: right;
  }
  .visual::before {
    clip-path: polygon(100% 74.358974359vw, 100% 100%, 12.8205128205vw 100%);
  }
  .visual .l-section__inner {
    align-items: flex-start;
    height: 138.4615384615vw;
    min-height: 0;
    padding-inline: 3.8461538462%;
  }
  .visual__body {
    width: 100%;
    height: 100%;
    padding: 8.3333333333% 0 0;
  }
  .visual__catch {
    margin-bottom: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
  .visual__catch::before {
    width: 25%;
  }
  .visual__title {
    margin-bottom: 6.6666666667vw;
  }
  .visual__point {
    flex-wrap: wrap;
    width: 53.8888888889%;
    margin-bottom: 5.1282051282vw;
    gap: 3.5897435897vw 3.0927835052%;
  }
  .visual__point .item {
    width: 48.4536082474%;
  }
  .visual__point .item:nth-of-type(1) {
    width: 87.6288659794%;
  }
  .visual__note {
    position: absolute;
    bottom: 0;
    left: -4.1666666667%;
    width: 108.3333333333%;
    max-width: none;
    margin-bottom: 0;
    padding: 10px 4.1666666667%;
    background: rgba(19, 7, 1, 0.5);
    font-size: 0.9rem;
  }
  .visual__image {
    right: -6.5%;
    bottom: 0;
    width: 73%;
  }
  .task {
    padding: 60px 0 120px;
  }
  .task__title {
    font-size: 1.8rem;
  }
  .task__title span {
    font-size: 2.8rem;
  }
  .task__list {
    gap: 5px 0;
  }
  .task__list .item {
    width: 100%;
  }
  .content-nav {
    padding: 90px 0 60px;
  }
  .content-nav__logo {
    margin: -150px 0 30px;
  }
  .content-nav__logo img {
    width: 94px;
  }
  .content-nav__catch {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .content-nav__title {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .content-nav__list {
    gap: 40px 0;
  }
  .content-nav__list .item {
    width: 100%;
  }
  .content-nav__list .item-title br {
    display: block;
  }
  .content-nav__list .item-text {
    margin-bottom: 15px;
  }
  .content-01 {
    padding-bottom: 60px;
  }
  .content-01 .content__text {
    margin: 0 0 30px 0;
  }
  .content-01 .content-point {
    margin-bottom: 60px;
  }
  .content-01 .content-measures {
    margin-bottom: 60px;
  }
  .content-01 .content-measures__text {
    margin-bottom: 30px;
  }
  .content-01 .content-measures__ad {
    padding: 30px 15px;
  }
  .content-01 .content-measures__ad .ad__title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .content-01 .content-measures__ad .ad__note {
    font-size: 1rem;
  }
  .content-01 .content-voice {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D0B8;
  }
  .content-01 .content-power__title {
    margin-bottom: 15px;
    font-size: 3rem;
  }
  .content-01 .content-power__body {
    flex-direction: column;
    gap: 30px 0;
  }
  .content-01 .content-power__image {
    width: 100%;
  }
  .content-02 {
    padding-bottom: 60px;
  }
  .content-02 .content__text {
    margin: 0 0 30px 0;
  }
  .content-02 .content-point {
    margin-bottom: 60px;
  }
  .content-03 {
    padding-bottom: 60px;
  }
  .content-03 .content__text {
    margin: 0 0 30px 0;
  }
  .content-03 .content-price {
    padding: 30px 15px;
  }
  .content-03 .content-price__title {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .content-03 .content-price__list {
    gap: 10px 10px;
  }
  .content-03 .content-price__list .item {
    width: min((100% - 20px) / 2, 160px);
  }
  .content-03 .content-price__list .item-yen {
    width: 74px;
  }
  .content-03 .content-price__list .item-text {
    font-size: 1.6rem;
  }
  .content-other {
    padding: 20px 0 106px;
  }
  .content-other .content-content {
    flex-direction: column;
    padding-top: 40px;
    gap: 20px 0;
  }
  .content-other .content__image {
    width: 100%;
  }
  .content-other .content__title {
    margin-top: 0;
    padding: 0 0 0 72px;
    font-size: 2rem;
  }
  .content-other .content__title .num {
    top: 2px;
    left: 0;
  }
  .content-other .content-voice {
    margin-top: 40px;
  }
  .qa::before {
    left: 23.0769230769%;
    width: 76.9230769231%;
  }
  .qa {
    padding: 105px 0 60px;
  }
  .qa__title {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .qa__list .item + .item {
    margin-top: 10px;
  }
  .qa-q::after {
    right: 15px;
  }
  .qa-a__inner {
    padding-right: 10px;
  }
  .contact {
    padding: 60px 0;
  }
  .contact__title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .contact__title img {
    width: 47px;
  }
  .contact__lead {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .contact__text {
    margin-bottom: 40px;
    text-align: left;
  }
  .contact__form {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768.1px) and (max-width: 1100px) {
  .task__list .item br {
    display: none;
  }
}
@media screen and (min-width: 768.1px) {
  .p-fixedcontact {
    display: none;
  }
  .u-sp {
    display: none;
  }
}
@media (any-hover: hover) {
  .c-button--a:hover {
    background: #986600;
  }
  .c-button--b:hover {
    text-decoration: none;
  }
  .c-button--c:hover {
    background-color: #D9D0B8;
  }
  .p-pagetop a:hover {
    background: #B1A78D;
  }
}