@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;
  --font__color:#281e00;
  --brown:#603f11;
  --pink:#f27a6a;
  --orange:#f15302;
  --red:#ce3800;
  --yellow:#fee434;
  --blue:#73c0e6;
  --line__green:#06C755;
  --heavy__base:#ffecaf;
  --base:#fffdef;
  --box__shadow:rgba(40, 30, 0, 0.2);
  --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 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
html {
  background: var(--white);
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  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.8em;
}

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

/* header ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.header {
  width: 100%;
  height: 60px;
  background: var(--white);
  box-shadow: 0px 10px 10px var(--box__shadow);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 850px) {
  .header {
    display: grid;
    place-items: center;
    height: 3rem;
  }
}
.header__inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 850px) {
  .header__inner {
    width: 100%;
    display: grid;
    place-items: center;
  }
}
.header__logo img {
  width: 100%;
  height: calc(60px - 1rem);
}
@media (max-width: 850px) {
  .header__logo img {
    width: 100%;
    height: 2rem;
    margin: 0 auto;
  }
}
.header__nav {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.header__tel__wrap {
  display: flex;
  flex-direction: column;
}
.header__tel {
  color: var(--red);
  font-size: 1.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s;
}
.header__tel i {
  font-size: 0.7em;
}
.header__tel:hover {
  color: var(--orange);
}
.header__contact--button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 1em;
  background: var(--red);
  box-shadow: 0.2rem 0.2rem 0 var(--box__shadow);
  color: var(--white);
  border-radius: 0.5em;
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  font-weight: 700;
  transition: all 0.3s;
}
.header__contact--button:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translate(0.2rem, 0.2rem);
}

/* footer ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.footer {
  width: 100%;
  background: var(--white);
  border-top: 1.4rem solid var(--brown);
}
.footer__inner {
  width: 100%;
  max-width: 1200px;
  padding: 2rem 1rem 1rem 1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo2rem);
}
.footer__logo {
  width: 70%;
  max-width: 400px;
}
.footer__info__wrap {
  display: flex;
  gap: var(--clamp2remTo4rem);
  flex-wrap: wrap;
}
.footer__address {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.2rem;
  position: relative;
}
.footer__address::after {
  content: "";
  width: 0.5rem;
  height: 100%;
  background: var(--orange);
  position: absolute;
  top: 0.1em;
  left: 0;
}
.footer__group__sites {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__group__sites h5 {
  padding-left: 1rem;
  position: relative;
}
.footer__group__sites h5::after {
  content: "";
  width: 0.5rem;
  height: 100%;
  background: var(--orange);
  position: absolute;
  top: 0;
  left: 0;
}
.footer__group__sites ul {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  padding-left: 2rem;
}
.footer__group__sites li {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  font-size: 1.1rem;
}
.footer__group__sites li a {
  display: block;
  padding: 0.2em 0.5em;
  position: relative;
  z-index: 2;
}
.footer__group__sites li::before {
  /* 背景のアニメーション部分 */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--red);
  transition: width 0.3s ease-in-out;
  z-index: 1;
}
.footer__group__sites ul li:hover {
  color: var(--white);
}
.footer__group__sites li:hover::before {
  /* ホバー時に左→右に広がる */
  width: 100%;
}
.footer__copy {
  width: 100%;
  background: var(--base);
  text-align: center;
  padding: 0.5rem 0;
}

/* お問い合わせ ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.contact {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: var(--white);
  box-shadow: 0.4rem 0.4rem 0 var(--box__shadow);
  padding: var(--clamp1remTo2rem) 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 1rem;
}
.contact__wrap {
  width: 100%;
  background: var(--base);
  padding: var(--clamp2remTo4rem) 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact h3 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1.5em;
  margin: 0 auto;
  background: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 0.5em;
}
.contact form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact form input[type=text],
.contact form input[type=email],
.contact form input[type=tel],
.contact form textarea {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--brown);
  padding: 0.2em;
  border-radius: 0.5rem;
  margin-bottom: 1em;
}
.contact form .contact__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 1em;
  background: var(--orange);
  box-shadow: 0.2rem 0.2rem 0 var(--box__shadow);
  color: var(--white);
  border-radius: 3em;
  font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem);
  transition: all 0.3s;
}
.contact form .submit__disabled {
  background: var(--gray);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* フォームのプライバシーポリシー ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.privacy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.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;
}
.privacy__button:hover {
  box-shadow: none;
}
.privacy .checkbox {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  padding-left: 1.5em;
  position: relative;
}
.privacy .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;
}
.privacy .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;
}
.privacy input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}

/* プライバシーポリシーのモーダル ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.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(--blue);
  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);
  border-radius: 1rem;
  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);
}

/* スクロールアップボタン ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.scroll__up__button {
  width: var(--clamp2remTo4rem);
  height: var(--clamp2remTo4rem);
  background: var(--brown);
  opacity: 0.5;
  color: var(--white);
  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(--pink);
}
.cta__bottom .mail {
  color: var(--red);
}
.cta__bottom .line {
  color: var(--line__green);
}

/* _lp.scss ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
#contact {
  scroll-margin: 100px;
}

/* セクション区切り（矢印バックグラウンド）＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.section__divider__wrap__first {
  width: 100%;
  height: 120px;
  background: var(--heavy__base);
}
.section__divider__wrap__first .section__divider__first {
  width: 100%;
  height: 100%;
  background: var(--white);
  transform: translateY(-1px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.section__divider__wrap__end {
  width: 100%;
  height: 120px;
  background: var(--base);
}
.section__divider__wrap__end .section__divider__end {
  width: 100%;
  height: 100%;
  background: var(--heavy__base);
  transform: translateY(-1px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 850px) {
  .section__divider__wrap__first,
  .section__divider__wrap__end {
    height: 40px;
  }
}
/* メインビジュアル ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.mv {
  width: 100%;
}
.mv img {
  width: 100%;
  height: auto;
}

/* メニューリストのセクション ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.menu {
  width: 100%;
  background: var(--base);
  padding: 0 1rem 4rem 1rem;
}
.menu__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--clamp2remTo4rem);
}
.menu__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu__heading h4 {
  width: -moz-fit-content;
  width: fit-content;
  background: var(--pink);
  color: var(--white);
  transform: translate(0, -50%);
  padding: 0.2em 2em;
  border-radius: 2em;
  font-weight: 700;
  position: relative;
  z-index: 0;
  font-size: clamp(1rem, 0.735rem + 1.32vw, 1.728rem);
}
.menu__heading h4::after {
  content: "";
  width: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
  height: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
  background: var(--pink);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translate(-50%, 50%) rotate(45deg);
}
.menu__heading h3 {
  font-size: clamp(1.6rem, 1.164rem + 2.18vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.menu__heading__image {
  width: 80%;
  max-width: 500px;
  margin-left: -10%;
}
.menu__items {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.menu__item {
  padding-bottom: clamp(0rem, -0.364rem + 1.82vw, 1rem);
  margin-bottom: clamp(0.2rem, -0.091rem + 1.45vw, 1rem);
  background: var(--white);
  border-radius: 1rem;
  box-shadow: clamp(0.2rem, 0.164rem + 0.18vw, 0.3rem) clamp(0.2rem, 0.164rem + 0.18vw, 0.3rem) 0 var(--box__shadow);
}
.menu__item img {
  width: 100%;
  border-radius: 1rem 1rem 0 0;
}
.menu__item h4 {
  width: -moz-fit-content;
  width: fit-content;
  background: var(--pink);
  color: var(--white);
  border-radius: 0.5em;
  padding: 0.2em 0.5em;
  font-size: clamp(0.9rem, 0.573rem + 1.64vw, 1.8rem);
  transform: translate(clamp(0.2rem, -0.091rem + 1.45vw, 1rem), -50%);
  margin-bottom: -0.5rem;
}
.menu__item p {
  font-size: clamp(1rem, 0.345rem + 3.27vw, 2.8rem);
  text-align: center;
}
@media (max-width: 850px) {
  .menu__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* CTAセクション ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.cta {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--clamp2remTo4rem);
}
.cta__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__heading h3 {
  width: -moz-fit-content;
  width: fit-content;
  background: var(--brown);
  color: var(--white);
  margin: 0 auto -0.2em auto;
  padding: 0.2em 1em;
  transform: translate(0, -50%);
}
.cta__points {
  width: 95%;
  display: flex;
  justify-content: center;
  gap: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
}
.cta__points img {
  width: auto;
  height: clamp(1.7rem, 0.864rem + 4.18vw, 4rem);
}
.cta__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0rem, -0.182rem + 0.91vw, 0.5rem);
}
.cta__tel h5 {
  font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem);
  font-weight: 700;
}
.cta__tel a {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: clamp(1.8rem, 1.436rem + 1.82vw, 2.8rem);
  font-weight: 700;
  color: var(--red);
  transition: all 0.3s;
}
.cta__tel a i {
  font-size: 0.8em;
}
.cta__tel a:hover {
  color: var(--orange);
}
.cta__button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__button p {
  font-size: clamp(1.5rem, 1.391rem + 0.55vw, 1.8rem);
  color: var(--brown);
  font-weight: 600;
  padding: 0 1.8em;
  position: relative;
}
.cta__button p::before,
.cta__button p::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 3px;
  width: 1.4em;
  border-radius: 3px;
  background: var(--brown);
  transform-origin: center;
}
.cta__button {
  /* 左 */
}
.cta__button p::before {
  left: 0;
  transform: translateY(-50%) rotate(40deg);
}
.cta__button {
  /* 右 */
}
.cta__button p::after {
  right: 0;
  transform: translateY(-50%) rotate(-40deg);
}
.cta__button button {
  width: -moz-fit-content;
  width: fit-content;
  background: var(--red);
  color: var(--white);
  border-radius: 0.5em;
  padding: 0.2em 2em;
  box-shadow: 0.3rem 0.3rem 0 var(--box__shadow);
  font-size: clamp(1.5rem, 1.209rem + 1.45vw, 2.3rem);
  transition: all 0.3s;
}
.cta__button button:hover {
  background: var(--orange);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translate(0.2rem, 0.2rem);
}
.cta__line {
  width: 100%;
  display: flex;
  justify-content: center;
}
.cta__line a {
  width: 100%;
  max-width: 600px;
}
.cta__line img {
  width: 100%;
  transition: all 0.3s;
}
.cta__line img:hover {
  filter: saturate(0.5);
}

/* まるで新築・新品の... ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.about {
  width: 100%;
  background: var(--heavy__base);
  padding: var(--clamp1remTo2rem) 0;
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo2rem);
  margin-bottom: -100px;
}
@media (max-width: 850px) {
  .about {
    margin-bottom: -30px;
  }
}
.about__heading {
  position: relative;
  z-index: 1;
}
.about__heading p {
  line-height: 1em;
  font-weight: 700;
  font-size: clamp(0.9rem, 0.791rem + 0.55vw, 1.2rem);
  padding-left: clamp(0.1rem, 0.064rem + 0.18vw, 0.2rem);
}
.about__heading h2 {
  font-weight: 700;
}
.about__heading__wrap {
  position: relative;
  isolation: isolate;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
}
.about__heading__wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--white) calc(100% - 0.5rem), var(--orange) 0);
  z-index: 0;
}
.about__heading__wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
  height: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
  background: var(--orange);
  transform: translate(-50%, 50%) rotate(45deg);
  z-index: -1;
}
.about__content {
  width: 100%;
  max-width: 1000px;
  background: url(../images/about-pc.webp) no-repeat center;
  background-size: cover;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0 var(--box__shadow);
  margin: 0 auto;
  padding: var(--clamp2remTo4rem) 1rem;
  display: grid;
  place-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 850px) {
  .about__content {
    background-color: var(--white);
    background-image: url(../images/about-sp1.webp), url(../images/about-sp2.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: contain, contain;
    padding: 40% 1rem 30% 1rem;
  }
}
.about__content__wrap {
  padding: 0 1rem;
}
.about__content__inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.about__content__inner .logo {
  display: flex;
  align-items: end;
  gap: 0.5rem;
}
@media (max-width: 850px) {
  .about__content__inner .logo {
    justify-content: center;
  }
}
.about__content__inner .logo img {
  width: 80%;
  max-width: 370px;
}
.about__content__inner .logo__conjunction {
  padding-bottom: 0.1em;
  font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
  font-weight: 700;
}
.about__content__inner p {
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
}
@media (max-width: 850px) {
  .about__content__inner p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

/* お悩みありませんか？ ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.issue {
  width: 100%;
  background: var(--base);
  padding: 1rem 1rem 6rem 1rem;
}
.issue__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--clamp2remTo4rem);
  align-items: center;
}
.issue__inner h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.2rem, 0.982rem + 1.09vw, 1.8rem);
  position: relative;
}
.issue__inner h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  /* 文字との距離 */
  width: 100%;
  height: 6px;
  background: radial-gradient(circle, var(--pink) 2px, transparent 2.2px) repeat-x;
  background-size: 16px 6px;
  /* ドット間隔 */
}
.issue__contents {
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 850px) {
  .issue__contents {
    display: flex;
    flex-direction: column;
  }
  .issue__contents img {
    width: 50%;
  }
}
.issue__contents .issue__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.issue__contents .issue__text p {
  background: var(--white);
  box-shadow: 0.3rem 0.3rem 0 var(--box__shadow);
  padding: 0.5em 1em;
  border-radius: 1rem;
}

/* こだわりポイント ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.points {
  width: 100%;
  padding: 0 1rem 400px 1rem;
  background-color: var(--white);
  background-image: url(../images/point-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  gap: var(--clamp2remTo4rem);
}
@media (max-width: 850px) {
  .points {
    padding-bottom: 100px;
  }
}
.points__heading {
  display: flex;
  flex-direction: column;
}
.points__heading__h3 {
  width: -moz-fit-content;
  width: fit-content;
  background: var(--pink);
  color: var(--white);
  font-size: 700;
  margin: 0 auto;
  padding: 0.2em 1em;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  text-align: center;
  position: relative;
}
.points__heading__h3 .first__line {
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
}
.points__heading__h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
  height: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
  background: var(--pink);
  transform: translate(-50%, 50%) rotate(45deg);
  z-index: -1;
}
.points__heading__title__image {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.points__items {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--clamp2remTo4rem);
}
.points__items .points__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.points__items .points__item__heading {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 850px) {
  .points__items .points__item__heading {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .points__items .points__item__heading img {
    width: 30%;
  }
}
.points__items .points__item__heading h3 {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.2rem + 2vw, 2.7rem);
}
.points__items .points__item__heading h3 .first__line {
  font-size: 0.7em;
}
.points__items .points__item p {
  width: 100%;
  background: var(--white);
  padding: 1rem;
  border: 1px solid var(--brown);
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0 var(--box__shadow);
  font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
}

/* ご利用の流れ ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.flow__section__divider__first {
  position: relative;
  height: 60px;
  background: var(--white);
  margin-top: var(--clamp2remTo4rem);
  /* 横ライン */
}
.flow__section__divider__first::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem;
  background: #e77463;
  /* ライン色 */
}
.flow__section__divider__first {
  /* 半円 */
}
.flow__section__divider__first::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  background: #e77463;
  border-radius: 0 0 30px 30px;
}

.flow__section__divider__end {
  position: relative;
  height: 1rem;
  background: var(--white);
  /* 横ライン */
}
.flow__section__divider__end::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem;
  background: #e77463;
  /* ライン色 */
}
.flow__section__divider__end {
  /* 半円 */
}
.flow__section__divider__end::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1rem);
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  background: #e77463;
  border-radius: 30px 30px 0 0;
}

.flow {
  width: 100%;
  background: var(--white);
  position: relative;
}
.flow__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--clamp2remTo4rem);
  align-items: center;
}
.flow__inner h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.4rem, 1.109rem + 1.45vw, 2.2rem);
  position: relative;
}
.flow__inner h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  /* 文字との距離 */
  width: 100%;
  height: 6px;
  background: radial-gradient(circle, var(--pink) 2px, transparent 2.2px) repeat-x;
  background-size: 17px 6px;
  /* ドット間隔 */
}
.flow__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--clamp2remTo4rem);
  padding-bottom: var(--clamp2remTo4rem);
}
.flow__item {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: var(--clamp1remTo2rem);
  align-items: center;
}
@media (max-width: 850px) {
  .flow__item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}
.flow__item img {
  width: 100%;
  border-radius: 1rem;
  border: 0.4rem solid var(--heavy__base);
  box-shadow: 0.3rem 0.3rem 0 var(--box__shadow);
}
@media (max-width: 850px) {
  .flow__item img {
    width: 50%;
    margin: 0 auto;
  }
}
.flow__item__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.flow__item__inner .step {
  color: var(--pink);
  font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
  font-weight: 300;
}
.flow__item__inner h4 {
  font-size: clamp(1.6rem, 1.382rem + 1.09vw, 2.2rem);
}
.flow__item__inner .flow__cta__button {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5em;
  background: var(--red);
  color: var(--white);
  padding: 0.2em 1em;
  font-size: 1.2em;
  margin-left: auto;
  box-shadow: 0.2rem 0.2rem 0 var(--box__shadow);
  transition: all 0.3s;
}
@media (max-width: 850px) {
  .flow__item__inner .flow__cta__button {
    margin: 0 auto;
  }
}
.flow__item__inner .flow__cta__button:hover {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.flow hr {
  border: none;
  position: relative;
}
.flow hr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  /* 文字との距離 */
  width: 100%;
  height: 6px;
  background: radial-gradient(circle, var(--heavy__base) 2px, transparent 2.2px) repeat-x;
  background-size: 17px 6px;
  /* ドット間隔 */
}

/* よくある質問 ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.faq {
  width: 100%;
  background: var(--white);
  padding: var(--clamp2remTo4rem) 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--clamp2remTo4rem);
}
.faq__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.4rem, 1.109rem + 1.45vw, 2.2rem);
  position: relative;
}
.faq__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3em;
  /* 文字との距離 */
  width: 100%;
  height: 6px;
  background: radial-gradient(circle, var(--pink) 2px, transparent 2.2px) repeat-x;
  background-size: 16px 6px;
  /* ドット間隔 */
}
.faq__items {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.faq__item {
  width: 100%;
  max-width: 900px;
  background: var(--white);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  box-shadow: 0.3rem 0.3rem 0 var(--box__shadow);
  border: 1px solid var(--brown);
  border-radius: 0.5em;
  transition: all 0.3s;
}
.faq__item h3 {
  display: flex;
  justify-content: space-between;
  align-items: first baseline;
  font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
}
.faq__item h3 span {
  display: flex;
  align-items: first baseline;
  gap: clamp(0.5rem, 0.059rem + 1.88vw, 1rem);
}
.faq__item h3 i.fa-solid {
  transition: transform 0.8s ease;
}
.faq__item:hover {
  box-shadow: none;
  transform: translate(0.3rem, 0.3rem);
}
.faq__answer__wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
}
.faq__answer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}
.faq__answer h4 {
  color: var(--orange);
  display: flex;
  gap: clamp(0.5rem, 0.059rem + 1.88vw, 1rem);
  align-items: first baseline;
  font-size: clamp(1rem, 0.709rem + 1.45vw, 1.8rem);
}
.faq__answer p {
  font-size: clamp(0.9rem, 0.827rem + 0.36vw, 1.1rem);
}

/* まとめのセクション ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
.summary {
  width: 100%;
  background: var(--heavy__base);
  padding: var(--clamp1remTo2rem) 0;
  display: flex;
  flex-direction: column;
  gap: var(--clamp1remTo2rem);
  margin-bottom: -100px;
}
@media (max-width: 850px) {
  .summary {
    margin-bottom: -30px;
  }
}
.summary__heading {
  position: relative;
  z-index: 1;
}
.summary__heading p {
  line-height: 1em;
  font-weight: 700;
  font-size: clamp(0.9rem, 0.791rem + 0.55vw, 1.2rem);
  padding-left: clamp(0.1rem, 0.064rem + 0.18vw, 0.2rem);
}
.summary__heading h2 {
  font-weight: 700;
}
.summary__heading__wrap {
  position: relative;
  isolation: isolate;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
}
.summary__heading__wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--white) calc(100% - 0.5rem), var(--orange) 0);
  z-index: 0;
}
.summary__heading__wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
  height: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
  background: var(--orange);
  transform: translate(-50%, 50%) rotate(45deg);
  z-index: -1;
}
.summary__contents {
  width: 100%;
  max-width: 1200px;
  background: var(--white);
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0 var(--box__shadow);
  margin: 0 auto;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--clamp1remTo2rem);
  position: relative;
  z-index: 10;
}
@media (max-width: 850px) {
  .summary__contents {
    display: flex;
    flex-direction: column;
  }
}
.summary__contents__wrap {
  width: 100%;
  padding: 0 1rem;
}
.summary__contents .summary__text {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 850px) {
  .summary__contents .summary__text {
    padding: 0;
  }
}
.summary__contents .summary__text__wrap {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
@media (max-width: 850px) {
  .summary__contents .summary__text__wrap {
    width: 100%;
    padding: 0;
  }
}
.summary__contents .summary__text .summary__logo {
  display: flex;
  align-items: end;
  gap: 0.5rem;
  width: 80%;
  max-width: 400px;
}
.summary__contents .summary__text .summary__logo .logo__conjunction {
  font-size: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
  font-weight: 700;
  padding-bottom: 0.1em;
}
.summary__contents .summary__text .company__name {
  font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
  font-weight: 700;
}
.summary__contents .summary__text .summary__company {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.summary__contents .summary__text .summary__company__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.4rem, 1.109rem + 1.45vw, 2.2rem);
  font-weight: 700;
}
.summary__contents .summary__text .summary__text__right {
  font-size: clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
  text-align: right;
  font-weight: 700;
}
.summary__contents iframe {
  width: 100%;
  height: 100%;
}

.cta__last {
  width: 100%;
  max-width: none;
  background: var(--base);
  padding-top: 4rem;
}

@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;
  }
}