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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

/* _variables.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
:root {
  --white: #fff;
  --light__base: #f7f3e8;
  --base__color: #c7b299;
  --heavy__base: #7e7e7b;
  --font__color: #372700;
  --orange: #ea7c22;
  --red: #be0e0e;
  --yellow: #fcee21;
  --green: #517262;
  --line__green: #06C755;
  --button__gradient: linear-gradient(135deg, #f15a24 0%, #fbb03b 100%);
  --box__shadow: rgba(0, 0, 0, 0.1);
  --light__gray: #fafafa;
  --gray: #585858;
  --heavy__gray: #323232;
  --clamp1remTo2rem: clamp(1rem, 0.636rem + 1.82vw, 2rem);
  --clamp2remTo4rem: clamp(2rem, 1.273rem + 3.64vw, 4rem);
}

/* _scroll.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.fade__up {
  opacity: 0;
  transform: translateY(50px);
}

.fade__up__animation {
  animation: fade__up 0.5s forwards;
}

@keyframes fade__up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade {
  opacity: 0;
}

.fade__animation {
  animation: fade 0.5s forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade__left {
  opacity: 0;
  transform: translateX(-200px);
}

.fade__left__animation {
  animation: fade__left 0.5s forwards;
}

@keyframes fade__left {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade__right {
  opacity: 0;
  transform: translateX(-200px);
}

.fade__right__animation {
  animation: fade__right 0.5s forwards;
}

@keyframes fade__right {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade__down {
  opacity: 0;
  transform: translateY(-200px);
}

.fade__down__animation {
  animation: fade__down 0.5s forwards;
}

@keyframes fade__down {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* _base.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
@font-face {
  font-family: "MOBO-Bold";
  src: url("../fonts/MOBO-Bold.woff2") format("woff2"), url("../fonts/MOBO-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  background: #e6e6e6;
}

.mobo {
  font-family: "MOBO-Bold", sans-serif;
  margin-bottom: -0.25em;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  color: var(--font__color);
}

body.no__scroll {
  overflow: hidden;
}

h1 {
  font-size: clamp(1.476rem, 0.927rem + 2.75vw, 2.986rem);
}

h2 {
  font-size: clamp(1.383rem, 0.981rem + 2.01vw, 2.488rem);
}

h3 {
  font-size: clamp(1.296rem, 1.013rem + 1.41vw, 2.074rem);
}

h4 {
  font-size: clamp(1.215rem, 1.028rem + 0.93vw, 1.728rem);
}

h5 {
  font-size: clamp(1.138rem, 1.028rem + 0.55vw, 1.44rem);
}

h6 {
  font-size: clamp(1.067rem, 1.019rem + 0.24vw, 1.2rem);
}

p {
  font-size: clamp(1rem, 0.982rem + 0.09vw, 1.05rem);
  line-height: 1.6em;
}

.em__text {
  color: var(--orange);
  font-style: normal;
  font-weight: 700;
}

.small {
  font-size: 0.84em;
}

.large {
  font-size: 1.2em;
}

.link__text {
  text-decoration: underline;
  color: var(--heavy__gray);
}

.hidden__contents {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.pc__hidden {
  display: none;
}

.sp__hidden {
  display: block;
}

.contact--button {
  display: grid;
  place-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 0.3em 1em;
  background: var(--orange);
  color: var(--white);
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0px 0px 20px var(--box__shadow);
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  transition: all 0.3s;
}

.contact--button:hover {
  box-shadow: none;
}

.contact__section {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.contact__section p {
  font-family: "Noto Sans JP", serif;
  font-weight: 800;
  font-size: clamp(1rem, 0.647rem + 1.51vw, 1.4rem);
}

.contact__section .contact--button {
  font-size: clamp(1.6rem, 0.806rem + 3.39vw, 2.5rem);
}

.contact__section .contact__comment {
  background: var(--green);
  color: var(--white);
  padding: 0.2em 1em;
  border-radius: 2em;
  font-size: clamp(1.4rem, 0.871rem + 2.26vw, 2rem);
  letter-spacing: 0.1em;
  position: relative;
}

.contact__section .contact__comment em {
  color: var(--yellow);
  font-size: 1.2em;
}

.contact__comment__arrow {
  background: url(../images/flow__arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: clamp(1.4rem, 1.224rem + 0.75vw, 1.6rem);
  width: auto;
  aspect-ratio: 2/1;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* section__title */
.section__title__wrap {
  width: 100%;
  padding: 0 1rem;
}

.section__title__wrap h2 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: var(--green);
  color: var(--white);
  padding: 0.2em 1em;
  position: relative;
  text-align: center;
  font-size: clamp(2rem, 1.118rem + 3.76vw, 3rem);
  letter-spacing: 0.1em;
}

.section__title__bg1,
.section__title__bg2 {
  height: 100%;
  position: absolute;
}

.section__title__bg1 {
  top: 0;
  left: 0;
}

.section__title__bg2 {
  top: 0;
  right: 0;
  transform: rotate(180deg);
}

/* header ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.header {
  width: 100%;
  background: var(--white);
  box-shadow: 0 10px 8px var(--box__shadow);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9998;
}
.header__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 40%;
  max-width: 250px;
}
.header__logo img {
  width: 100%;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__nav .header__tel__wrap {
  display: flex;
  flex-direction: column;
}
.header__nav .header__tel__wrap .header__tel {
  font-size: 1.9rem;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.header__nav .header__tel__wrap .header__tel i {
  font-size: 0.8em;
}
.header__nav .contact--button {
  font-size: clamp(0.9rem, 0.459rem + 1.88vw, 1.4rem);
}

/* footer ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.footer {
  padding: var(--clamp1remTo2rem) var(--clamp1remTo2rem) 0 var(--clamp1remTo2rem);
}
.footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: var(--white);
  padding: var(--clamp1remTo2rem) 1rem;
  display: flex;
  align-items: start;
  gap: var(--clamp2remTo4rem);
  flex-wrap: wrap;
  border-radius: 1rem;
}
.footer__content__wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__content__wrap h3 {
  font-size: clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
}
.footer__logo {
  width: 100%;
  max-width: 300px;
}
.footer__logo a {
  display: flex;
}
.footer__links {
  font-size: clamp(1.1rem, 1.064rem + 0.18vw, 1.2rem);
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding-left: 1em;
}
.footer__links a {
  color: var(--blue);
  transition: all 0.3s;
}
.footer__links a:hover {
  color: var(--orange);
}
.footer small {
  line-height: 1.6em;
  display: grid;
  place-items: center;
}

/* スクロールアップボタン ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.scroll__up__button {
  width: var(--clamp2remTo4rem);
  height: var(--clamp2remTo4rem);
  background: var(--white);
  opacity: 0.5;
  color: var(--font__color);
  box-shadow: 0 0 10px var(--box__shadow);
  font-size: clamp(1.8rem, 1.364rem + 2.18vw, 3rem);
  display: grid;
  place-items: center;
  position: fixed;
  border-radius: 100%;
  bottom: var(--clamp1remTo2rem);
  right: var(--clamp1remTo2rem);
  z-index: 1000;
}

/* 下部のお問い合わせボタン ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.cta__bottom {
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.8);
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 10px var(--box__shadow);
  display: flex;
  gap: 1rem;
  align-items: center;
  position: sticky;
  bottom: var(--clamp1remTo2rem);
  left: var(--clamp1remTo2rem);
  z-index: 1000;
}
.cta__bottom i {
  font-size: var(--clamp2remTo4rem);
}
.cta__bottom .phone {
  color: var(--red);
}
.cta__bottom .mail {
  color: var(--orange);
}
.cta__bottom .line {
  color: var(--line__green);
}

/* _lp.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
:root {
  --white: #fff;
  --light__base: #f7f3e8;
  --base__color: #c7b299;
  --heavy__base: #7e7e7b;
  --font__color: #372700;
  --orange: #ea7c22;
  --red: #be0e0e;
  --yellow: #fcee21;
  --green: #517262;
  --line__green: #06C755;
  --button__gradient: linear-gradient(135deg, #f15a24 0%, #fbb03b 100%);
  --box__shadow: rgba(0, 0, 0, 0.1);
  --light__gray: #fafafa;
  --gray: #585858;
  --heavy__gray: #323232;
  --clamp1remTo2rem: clamp(1rem, 0.636rem + 1.82vw, 2rem);
  --clamp2remTo4rem: clamp(2rem, 1.273rem + 3.64vw, 4rem);
}

/* main ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
main {
  background: var(--white);
}

/* mv ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.mv {
  width: 100%;
}
.mv img {
  width: 100%;
  height: auto;
}

/* CTAセクション ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.cta {
  width: 100%;
  padding: 0 1rem var(--clamp1remTo2rem) 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo2rem);
  align-items: center;
}
.cta__heading {
  --cut: 0.6em;
  --border: 0.12em;
  --cut-inner: calc(var(--cut) - 0.05em);
  font-size: clamp(1.1rem, 0.664rem + 2.18vw, 2.3rem);
  width: -moz-fit-content;
  width: fit-content;
  background: var(--base__color);
  margin: -1.1em auto 0 auto;
  padding: 0.5em var(--clamp1remTo2rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
  position: relative;
}
.cta__heading span {
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.2;
}
.cta__heading::before {
  content: "";
  position: absolute;
  inset: var(--border);
  background: var(--white);
  clip-path: polygon(var(--cut-inner) 0, calc(100% - var(--cut-inner)) 0, 100% var(--cut-inner), 100% calc(100% - var(--cut-inner)), calc(100% - var(--cut-inner)) 100%, var(--cut-inner) 100%, 0 calc(100% - var(--cut-inner)), 0 var(--cut-inner));
}
.cta__button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1em;
  background: var(--button__gradient);
  color: var(--white);
  border-radius: 0.5em;
  font-size: clamp(1.45rem, 0.959rem + 2.45vw, 2.8rem);
  box-shadow: 0.2rem 0.2rem 0 var(--box__shadow);
  transition: all 0.3s;
}
.cta__button:hover {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.cta__button__wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
  align-items: center;
}
.cta__button__sub {
  background: var(--green);
  border-radius: 2em;
  padding: 0.2em 1em;
  color: var(--white);
  font-size: clamp(1.3rem, 1.045rem + 1.27vw, 2rem);
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.cta__button__sub .large {
  color: var(--yellow);
}
.cta__button__sub::after {
  content: "";
  width: var(--clamp1remTo2rem);
  height: var(--clamp1remTo2rem);
  background: var(--green);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translate(-50%, 50%) rotate(45deg);
}

/* 解体ワークスならの前のスライド ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.about__decoration {
  width: 100%;
  overflow: hidden;
  padding: var(--clamp1remTo2rem) 0;
  position: relative;
  z-index: 0;
}
.about__decoration__inner {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: end;
  gap: 1rem;
  animation: about__decoration 30s linear infinite;
  will-change: transform;
  position: relative;
}
.about__decoration__inner img {
  width: 30%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  --cut: 20%;
  clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
.about__decoration__inner img:nth-child(4n) {
  max-width: clamp(7.5rem, 3.409rem + 20.45vw, 18.75rem);
}
.about__decoration__inner img:nth-child(4n+1) {
  max-width: clamp(9.375rem, 3.693rem + 28.41vw, 25rem);
}
.about__decoration__inner img:nth-child(4n+2) {
  max-width: clamp(10.625rem, 6.307rem + 21.59vw, 22.5rem);
}
.about__decoration__inner img:nth-child(4n+3) {
  max-width: clamp(11.25rem, 5.114rem + 30.68vw, 28.125rem);
}
.about__decoration::after {
  content: "";
  width: 100%;
  height: 40%;
  background: var(--green);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}

@keyframes about__decoration {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* 解体ワークスなら ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.about {
  background: var(--base__color);
  padding: var(--clamp1remTo2rem) 0;
}
.about h2 {
  width: 100%;
  text-align: center;
  padding: 1rem 2em;
  position: relative;
  display: flex;
  gap: 0.3em;
  align-items: end;
  justify-content: center;
  font-size: clamp(1.2rem, 0.618rem + 2.91vw, 2.8rem);
  font-weight: 700;
}
.about h2 img {
  width: 70%;
  max-width: 350px;
}
.about__items1 {
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo2rem);
  padding: 1rem;
}
.about__items1 .about__item {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: var(--white);
  padding: 1rem var(--clamp1remTo2rem);
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
  align-items: center;
  border-radius: 1rem;
}
.about__items1 .about__item img {
  width: 100%;
}
.about__items1 .about__item h3 {
  text-align: center;
  font-size: clamp(1.12rem, 0.618rem + 2.51vw, 2.5rem);
}
.about__items2 {
  width: 100%;
  max-width: calc(600px + 2rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(1rem, 0.118rem + 3.76vw, 2rem);
  padding: 1rem;
}
.about__items2 .about__item {
  background: var(--white);
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
  line-height: 1.1em;
  font-size: clamp(1.6rem, 0.545rem + 5.27vw, 4.5rem);
}
.about__caption__wrap {
  padding: 1rem;
}
.about__caption__wrap .about__caption {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem 2rem;
  background: var(--green);
  color: var(--white);
  text-align: center;
  font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem);
  position: relative;
  --cut: var(--clamp2remTo4rem);
  clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
.about__caption__wrap .about__caption em {
  color: var(--yellow);
  letter-spacing: 0.1em;
  font-size: clamp(2.5rem, 1.176rem + 5.65vw, 4rem);
}
.about__bg {
  width: 100%;
  height: clamp(2rem, 0.545rem + 7.27vw, 6rem);
  background: var(--base__color);
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-1px);
}

/* 施工事例 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.work {
  padding: var(--clamp2remTo4rem) 0;
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo2rem);
}
.work__items {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  gap: var(--clamp1remTo2rem);
  flex-wrap: wrap;
}
.work__items__item {
  --cut: 10%;
  --border: 1%;
  --cut-inner: calc(var(--cut) - 0.05em);
  font-size: clamp(1.1rem, 0.664rem + 2.18vw, 2.3rem);
  width: 100%;
  max-width: 450px;
  background: var(--base__color);
  padding: calc(var(--clamp1remTo2rem) + 2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--clamp1remTo2rem);
  clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
  position: relative;
}
.work__items__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: var(--border);
  background: var(--white);
  clip-path: polygon(var(--cut-inner) 0, calc(100% - var(--cut-inner)) 0, 100% var(--cut-inner), 100% calc(100% - var(--cut-inner)), calc(100% - var(--cut-inner)) 100%, var(--cut-inner) 100%, 0 calc(100% - var(--cut-inner)), 0 var(--cut-inner));
}
.work__items__item img {
  --image__cut: var(--clamp1remTo2rem);
  width: 100%;
  border-radius: 1rem;
}
.work__items__item ul {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 0 1rem 0;
}
.work__items__item ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: clamp(1.2rem, 0.945rem + 1.27vw, 1.9rem);
}
.work__items__item ul li .heading {
  background: var(--green);
  color: var(--white);
  padding: 0.2em 0.5em;
  text-align: center;
  letter-spacing: 0.1em;
}
.work__items__item ul li .data {
  border: 2px solid var(--green);
  padding: 0.2em 0.5em;
  text-align: center;
  line-height: 1em;
}

/* だからお値打ち ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.reason {
  width: 100%;
  background: var(--light__base);
  padding: var(--clamp2remTo4rem) 1rem;
}
.reason__inner {
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo2rem);
}
.reason__inner .reason__heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.reason__inner .reason__heading .sub {
  width: -moz-fit-content;
  width: fit-content;
  background: var(--green);
  color: var(--white);
  margin: 0 auto;
  padding: 0.2em 2em;
  border-radius: 2em;
  font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem);
  position: relative;
  z-index: 0;
}
.reason__inner .reason__heading .sub::after {
  content: "";
  width: var(--clamp1remTo2rem);
  height: var(--clamp1remTo2rem);
  background: var(--green);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translate(-50%, 50%) rotate(45deg);
}
.reason__inner .reason__heading h2 {
  width: 100%;
  text-align: center;
}
.reason__inner .reason__heading h2 img {
  width: 80%;
  max-width: 400px;
}
.reason__inner h3 {
  width: 100%;
  max-width: 800px;
  background: var(--orange);
  color: var(--white);
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  font-size: clamp(1.3rem, 0.9rem + 2vw, 2.4rem);
  --cut: var(--clamp2remTo4rem);
  clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
.reason__inner .reason__graf {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.reason__inner .reason__text {
  width: 100%;
  max-width: 1000px;
  background: var(--white);
  margin: 0 auto;
  padding: var(--clamp1remTo2rem) 1rem var(--clamp1remTo2rem) 2rem;
  position: relative;
  z-index: 0;
}
.reason__inner .reason__text::after {
  content: "";
  width: 1rem;
  height: 100%;
  background: var(--base__color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.reason__inner .reason__text__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.reason__inner .reason__text__inner .line1 {
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: clamp(1.4rem, 1rem + 2vw, 2.5rem);
  gap: 0.3em;
  white-space: nowrap;
}
.reason__inner .reason__text__inner .line1 img {
  width: 80%;
  max-width: 400px;
}
.reason__inner .reason__text__inner p {
  font-size: clamp(1.2rem, 0.982rem + 1.09vw, 1.8rem);
}

/* 工事の流れ ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.flow {
  padding: var(--clamp2remTo4rem) 1rem calc(var(--clamp2remTo4rem) + 2rem) 1rem;
  background: url(../images/flow__bg.webp);
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.flow__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo2rem);
  position: relative;
  z-index: 0;
}
.flow__inner::after {
  content: "";
  width: clamp(1rem, 0.118rem + 3.76vw, 2rem);
  height: 100%;
  background: var(--yellow);
  position: absolute;
  top: 0;
  left: 10%;
  z-index: -1;
}
.flow__item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 100px 1rem 1rem 100px;
  box-shadow: 0px 0px 10px var(--box__shadow);
  position: relative;
}
.flow__item:nth-child(1) {
  background: #f7f3e8;
}
.flow__item:nth-child(2) {
  background: #ede6d8;
}
.flow__item:nth-child(3) {
  background: #e4d9c8;
}
.flow__item:nth-child(4) {
  background: #daccb9;
}
.flow__item:nth-child(5) {
  background: #d1bfa9;
}
.flow__item:nth-child(6) {
  background: #c7b299;
}
.flow__item .flow__arrow {
  background: url(../images/flow__arrow.svg);
  background-size: cover;
  height: clamp(1rem, 0.118rem + 3.76vw, 2rem);
  width: auto;
  aspect-ratio: 2/1;
  position: absolute;
  top: 100%;
  left: 50%;
}
.flow__item .flow__image {
  width: 100%;
  border-radius: 100%;
}
.flow__item .flow__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 0.247rem + 1.51vw, 1rem);
  justify-content: center;
  padding: clamp(0.5rem, 0.059rem + 1.88vw, 1rem) 0 clamp(0.5rem, 0.059rem + 1.88vw, 1rem) 10%;
  font-weight: 800;
  font-size: clamp(1.2rem, 0.618rem + 2.91vw, 2.8rem);
}
.flow__item .flow__text .flow__comment {
  background: var(--orange);
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.8em;
  border-radius: 2em;
  position: relative;
  font-size: clamp(0.9rem, 0.5rem + 2vw, 2rem);
}
.flow__item .flow__text .flow__comment img {
  height: clamp(0.8rem, 0.447rem + 1.51vw, 1.2rem);
  position: absolute;
  top: 85%;
  left: 1rem;
}

/* faq ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.faq {
  padding: 2rem 1rem;
}
.faq__title {
  width: 100%;
  max-width: 500px;
  background: var(--green);
  border-radius: 2em;
  margin: 0 auto;
  padding: 0.1em 1em;
  text-align: center;
  color: var(--white);
  font-size: clamp(1.7rem, 1.227rem + 2.36vw, 3rem);
  position: relative;
}
.faq__title .question {
  height: clamp(3rem, 2.273rem + 3.64vw, 5rem);
  width: auto;
  aspect-ratio: 1/1.6;
  background: url(../images/question.svg);
  background-size: auto-fit;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 7%;
  transform: rotate(14deg);
}
.faq__items {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.faq__items .faq__item {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  box-shadow: 0px 0px 10px var(--box__shadow);
  border: 2px solid var(--base__color);
  transition: all 0.3s;
}
.faq__items .faq__item:hover {
  box-shadow: none;
}
.faq__items .faq__item h3 {
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  font-size: clamp(1.1rem, 0.773rem + 1.64vw, 2rem);
}
.faq__items .faq__item h3 span {
  display: flex;
  align-items: first baseline;
  gap: clamp(0.5rem, 0.059rem + 1.88vw, 1rem);
}
.faq__items .faq__item h3 i.fa-solid {
  transition: transform 0.8s ease;
}
.faq__items .faq__item .faq__answer__wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
}
.faq__items .faq__item .faq__answer__wrap .faq__answer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}
.faq__items .faq__item .faq__answer__wrap .faq__answer h4 {
  color: var(--green);
  display: flex;
  gap: clamp(0.5rem, 0.059rem + 1.88vw, 1rem);
  align-items: first baseline;
  font-size: clamp(1.2rem, 0.671rem + 2.26vw, 1.8rem);
}
.faq__items .faq__item .faq__answer__wrap .faq__answer p {
  font-size: clamp(1rem, 0.912rem + 0.38vw, 1.1rem);
}

/* 料金表 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.price {
  background: var(--light__base);
  padding: var(--clamp2remTo4rem) 1rem;
  position: relative;
  z-index: 0;
}
.price__bg1, .price__bg2 {
  width: clamp(2rem, -0.647rem + 11.29vw, 5rem);
  height: clamp(2rem, -0.647rem + 11.29vw, 5rem);
  position: absolute;
  top: 0;
}
.price__bg1 {
  background: url(../images/price__bg1.svg);
  left: 0;
}
.price__bg2 {
  background: url(../images/price__bg2.svg);
  right: 0;
}
.price__inner {
  padding: var(--clamp2remTo4rem) 0;
  display: flex;
  flex-direction: column;
  gap: var(--clamp2remTo4rem);
}
.price__item {
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo2rem);
}
.price__item img {
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 1rem;
}
.price__item table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.price__item table tbody {
  background: var(--white);
}
.price__item table caption {
  text-align: center;
  font-size: clamp(1.6rem, 1.247rem + 1.51vw, 2rem);
}
.price__item table tr {
  width: 100%;
  max-width: 500px;
  border-bottom: 2px solid var(--base__color);
  margin: 0 auto;
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--clamp1remTo2rem);
  font-size: clamp(1.05rem, 0.777rem + 1.36vw, 1.8rem);
}
.price__item table tr:nth-child(3) {
  border: none;
}

/* まとめ ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.summary {
  width: 100%;
  padding: var(--clamp2remTo4rem) 0 0 0;
  display: flex;
  flex-direction: column;
}
.summary__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
}
.summary__heading .sub {
  width: -moz-fit-content;
  width: fit-content;
  background: var(--green);
  border-radius: 2em;
  margin: 0 auto;
  padding: 0.2em 1em;
  color: var(--white);
  font-size: clamp(1.3rem, 1.045rem + 1.27vw, 2rem);
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.summary__heading .sub .large {
  color: var(--yellow);
}
.summary__heading .sub::after {
  content: "";
  width: var(--clamp1remTo2rem);
  height: var(--clamp1remTo2rem);
  background: var(--green);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translate(-50%, 50%) rotate(45deg);
}
.summary__heading h3 {
  width: 100%;
  background: var(--orange);
  color: var(--white);
  text-align: center;
  padding: 0.5em 0;
  font-size: clamp(1.4rem, 0.818rem + 2.91vw, 3rem);
  font-weight: 700;
}
.summary__main {
  width: 100%;
  padding: var(--clamp1remTo2rem) 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
}
.summary__main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/summary__bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0.8);
  z-index: -1;
}
.summary__main img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}
.summary__list__wrap {
  width: 100%;
  background: var(--gray);
  padding: var(--clamp1remTo2rem) 0;
}
.summary__list {
  width: 100%;
  background: var(--white);
}
.summary__list ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: var(--clamp1remTo2rem);
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo2rem);
}
.summary__list ul li {
  display: flex;
  gap: 0.5em;
  align-items: first baseline;
  font-size: clamp(1.3rem, 0.864rem + 2.18vw, 2.5rem);
}
.summary__list ul li i {
  color: var(--green);
}
.summary__announce {
  width: 100%;
  background: var(--orange);
  color: var(--white);
  text-align: center;
  font-size: clamp(1.5rem, 1.173rem + 1.64vw, 2.4rem);
  padding: 0.5em 0;
  line-height: 1.4em;
}

/* お問い合わせ ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.contact__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact__arrow {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.contact {
  background: var(--light__base);
  padding: 0 1rem 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.5rem, 1.209rem + 1.45vw, 2.3rem);
  font-weight: 800;
}
.contact__tel {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: var(--white);
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
}
.contact__tel a {
  font-size: 1.8rem;
  color: var(--orange);
}
.contact__tel a i {
  margin-right: 0.5em;
  color: var(--green);
}
.contact__form__wrap {
  width: 100%;
  max-width: 800px;
  background: var(--white);
  margin: 0 auto;
  border-radius: 1rem;
  padding: var(--clamp1remTo2rem) 0;
}
.contact form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact form .privacy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.contact form .privacy .privacy__button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1em;
  border-radius: 2em;
  background: var(--yellow);
  color: var(--font__color);
  cursor: pointer;
  box-shadow: 0px 0px 5px var(--box__shadow);
  transition: all 0.3s;
}
.contact form .privacy .privacy__button:hover {
  box-shadow: none;
}
.contact form input[type=text],
.contact form input[type=email],
.contact form input[type=tel],
.contact form textarea {
  width: 100%;
  background: var(--light__gray);
  border: 1px solid var(--base__color);
  padding: 0.4em;
  border-radius: 0.5rem;
  margin-bottom: 1em;
}
.contact form .checkbox {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  padding-left: 1.5em;
  position: relative;
}
.contact form .checkbox::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--white);
  border: 1px solid var(--box__shadow);
  border-radius: 16px;
  position: absolute;
  top: 0.1em;
  left: 0;
}
.contact form .checkbox::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--orange);
  border-radius: 12px;
  opacity: 0;
  position: absolute;
  top: 3.6px;
  left: 2px;
  transition: all 0.3s;
}
.contact form input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}
.contact form .contact__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 1em;
  background: var(--orange);
  color: var(--white);
  border-radius: 3em;
  font-size: 2rem;
}
.contact form .submit__disabled {
  background: var(--gray);
}
.contact .line__contact {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* プライバシーポリシーのモーダル ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.privacy__modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--box__shadow);
  backdrop-filter: blur(5px);
  flex-direction: column;
  gap: 1em;
  z-index: 9999;
  padding: 5% 1rem;
  display: none;
}
.privacy__modal__display {
  display: flex;
}
.privacy__modal__inner {
  width: 100%;
  height: 90vh;
  max-width: 1000px;
  background: var(--white);
  margin: 0 auto;
  padding: 1rem;
  border-radius: 1rem;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.privacy__modal__inner h3 {
  text-align: center;
}
.privacy__modal__inner ol {
  padding: 0.5em 0 0 2em;
}
.privacy__modal__inner ol li {
  list-style: decimal;
  line-height: 1.6em;
}
.privacy__modal__close {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  background: var(--green);
  color: var(--white);
  border-radius: 0.5em;
  margin: 0 auto;
  box-shadow: 0px 0px 5px var(--box__shadow);
  transition: all 0.3s;
}
.privacy__modal__close:hover {
  box-shadow: none;
}

/* 送信結果のモーダル ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.contact__dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.contact__dialog__display {
  display: flex;
}
.contact__dialog__content {
  width: 100%;
  max-width: 800px;
  background: var(--white);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  justify-content: center;
}
.contact__dialog .close__dialog {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 16px;
  border: none;
  background: var(--font__color);
  color: var(--white);
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
}
.contact__dialog .close__dialog:hover {
  background: var(--gray);
}

@media (max-width: 850px) {
  .pc__hidden {
    display: block;
  }
  .sp__hidden {
    display: none;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}