@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;
  font-family: "heisei-maru-gothic-std", sans-serif;
}

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

img {
  width: 100%;
  height: auto;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #111;
}

html {
  scroll-behavior: smooth;
}

.tel-number {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
}

/* 平成丸ゴシック W4 */
.heisei-w4 {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.heisei-w8 {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.pagination {
  margin-top: 80px;
}

.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.pagination__item a,
.pagination__item span {
  width: 46px;
  height: 46px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  transition: 0.3s;
}
.pagination__item a:hover {
  background: #ef6c00;
  color: #fff;
  border-color: #ef6c00;
}
.pagination__item--current span {
  background: #ef6c00;
  color: #fff;
  border-color: #ef6c00;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 50px;
  }
  .pagination__list {
    gap: 8px;
  }
  .pagination__item a,
  .pagination__item span {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.header__inner {
  height: 70px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 130px;
  position: relative;
  z-index: 10001;
}
.header__logo a {
  display: block;
}
.header__logo img {
  width: 100%;
  display: block;
}
.header__hamburger {
  position: relative;
  width: 35px;
  height: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10001;
}
.header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #333;
  border-radius: 999px;
  transition: 0.3s;
}
.header__hamburger span:nth-child(1) {
  top: 0;
}
.header__hamburger span:nth-child(2) {
  top: 12px;
}
.header__hamburger span:nth-child(3) {
  bottom: 0;
}
.header__hamburger.is-active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  bottom: 13px;
  transform: rotate(-45deg);
}
.header__nav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow-y: auto;
}
.header__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.header__nav-list {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.header__nav-item a {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.header__pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    height: 100px;
    padding: 0;
  }
  .header__logo {
    width: 280px;
    padding-left: 20px;
  }
  .header__hamburger {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .header__pc {
    display: flex;
    align-items: stretch;
    margin-left: auto;
    height: 100%;
  }
  .header__pc-nav {
    display: flex;
    align-items: center;
    padding-right: 40px;
    padding-left: 40px;
  }
  .header__pc-nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .header__pc-nav-item a {
    font-size: clamp(1.4rem, 1.2vw, 2.8rem);
    font-weight: 700;
    white-space: nowrap;
    color: #333;
    transition: 0.3s;
  }
  .header__pc-nav-item a:hover {
    color: #e67822;
  }
  .header__tel {
    width: 280px;
    height: 120px;
    border-radius: 0 0 20px 20px;
    background: #e67822;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__tel-inner {
    padding: 8px 10px;
    text-align: center;
  }
  .header__tel-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    font-size: clamp(1rem, 1.8vw, 1.6rem);
    font-weight: 900;
  }
  .header__tel-icon {
    width: 32px;
    height: auto;
    display: block;
    flex-shrink: 0;
  }
  .header__tel-time {
    border: 2px solid #fff;
    margin-top: 5px;
    color: #fff;
    padding: 8px 0;
    font-size: 0.9rem;
    font-weight: 700;
  }
  .header__contact {
    width: 180px;
    height: 120px;
    border-radius: 0 0 20px 20px;
    background: #7ac143;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .header__contact-top {
    font-size: 1.1rem;
    font-weight: 700;
  }
  .header__contact-bottom {
    margin-top: 4px;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
  }
}

.footer {
  background: #de6f21;
  color: #fff;
  padding: 50px 20px 30px;
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.footer__logo {
  width: 220px;
}
.footer__logo img {
  width: 100%;
  display: block;
}
.footer__address {
  text-align: center;
}
.footer__address p {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.footer__banner {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  width: 100%;
  gap: 15px;
}
.footer__banner a {
  display: block;
  transition: 0.3s;
}
.footer__banner a:hover {
  opacity: 0.8;
}
.footer__banner img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.footer__nav {
  margin-top: 40px;
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer__nav-list a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  transition: 0.3s;
}
.footer__nav-list a:hover {
  opacity: 0.7;
}
.footer__copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .footer__top {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer__address {
    text-align: left;
  }
  .footer__banner {
    width: 40%;
  }
  .footer__nav-list {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 40px 20px 20px;
  }
  .footer__top {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 150px;
  }
  .footer__logo {
    width: 330px;
  }
  .footer__address {
    text-align: left;
    width: 41%;
  }
  .footer__address p {
    font-size: 1rem;
  }
  .footer__nav {
    margin-top: 50px;
  }
  .footer__nav-list {
    flex-direction: row;
    justify-content: center;
    gap: 90px;
  }
  .footer__nav-list a {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .footer__copyright {
    margin-top: 60px;
    font-size: 0.8rem;
  }
}
.l-inner {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-inline: 20px;
}
.l-inner--narrow {
  max-width: 960px;
}
@media screen and (min-width: 768px) {
  .l-inner--lower {
    padding-inline: 30px;
  }
}
.l-inner--wide {
  max-width: 1280px;
}
.l-inner--full {
  max-width: 100%;
  padding-inline: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 32px;
  border-radius: 9999px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}
.btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #ff9800;
  font-size: 14px;
}
.btn__text {
  color: #fff;
  font-size: 16px;
}
.btn:hover {
  transform: translateY(-2px);
}

/* オレンジボタン */
.btn--primary {
  background-color: #ff9800;
}
.btn--primary:hover {
  background-color: #fb8c00;
}

.section-title {
  text-align: center;
}
.section-title__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 40px;
  padding-inline: 30px;
  border-radius: 999px;
  background: #E67822;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.section-title__heading {
  margin-top: 20px;
  color: #222;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .section-title__label {
    min-width: 170px;
    height: 54px;
    font-size: 2.4rem;
  }
  .section-title__heading {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .section-title__label {
    min-width: 190px;
    height: 60px;
    font-size: 1.6rem;
  }
  .section-title__heading {
    margin-top: 35px;
  }
}
.cta {
  padding: 20px;
}
.cta__inner {
  background: #efe17f;
  border-radius: 20px;
  overflow: hidden;
}
.cta__image img {
  width: 100%;
  display: block;
}
.cta__content {
  padding: 25px 20px;
}
.cta__title {
  text-align: center;
  font-size: clamp(1.3rem, 2vw, 5rem);
  font-weight: 700;
  line-height: 1.4;
}
.cta__title span {
  display: inline;
  background: linear-gradient(transparent 60%, #fff 60%);
  padding: 0 0.2em;
}
.cta__free {
  background: #222;
  color: #fff;
  width: 240px;
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 12px;
  font-size: 1.6rem;
  font-weight: 700;
}
.cta__tel {
  margin-top: 20px;
}
.cta__tel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #e97721;
  font-size: 1.45rem;
  font-weight: 700;
}
.cta__tel-number img {
  width: 35px;
  display: block;
}
.cta__time {
  margin-top: 10px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
}
.cta__button {
  margin-top: 25px;
  width: 100%;
  max-width: 280px;
  height: 60px;
  background: #e97721;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
.cta__button::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.cta__button:hover {
  opacity: 0.85;
}

@media screen and (min-width: 768px) {
  .cta__inner {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
  }
  .cta__image {
    width: 44%;
  }
  .cta__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .cta__content {
    width: 56%;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cta__title {
    font-size: clamp(1.9rem, 2vw, 2.2rem);
    line-height: 1.4;
  }
  .cta__free {
    margin-top: 20px;
    width: 370px;
    font-size: clamp(2rem, 1.5vw, 3.6rem);
  }
  .cta__tel-number {
    font-size: clamp(2.4rem, 2vw, 5rem);
  }
  .cta__time {
    font-size: 1.2rem;
  }
  .cta__button {
    max-width: 430px;
    height: 70px;
    font-size: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.sub-mv {
  position: relative;
  margin-top: 50px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-mv__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .sub-mv {
    position: relative;
    margin-top: 80px;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub-mv__title {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
  }
}
.post-type-archive-works .sub-mv {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(".../../assets/images/sub_mv/works-sub-mv.jpg");
}

.company .sub-mv {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(".../../assets/images/sub_mv/works-sub-mv.jpg");
}

.staff .sub-mv {
  background-image: url(".../../assets/images/sub_mv/works-sub-mv.jpg");
}

.contact .sub-mv {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(".../../assets/images/sub_mv/works-sub-mv.jpg");
}

.policy .sub-mv {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(".../../assets/images/sub_mv/works-sub-mv.jpg");
}

.single-works .sub-mv {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(".../../assets/images/sub_mv/works-sub-mv.jpg");
}

.test .sub-mv {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(".../../assets/images/sub_mv/works-sub-mv.jpg");
}

/* 下からフワッ */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* 背景画像がゆっくり動く */
.cta {
  background-position: center;
  animation: ctaBg 15s linear infinite alternate;
}

@keyframes ctaBg {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}
/* ボタンのアニメーション */
a,
button {
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}

a:hover,
button:hover {
  transform: translateY(-4px);
}

.mv picture {
  display: block;
  margin-top: 50px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .mv picture {
    margin-top: 80px;
  }
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about {
  padding: 60px 20px 30px 20px;
}
.about__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about__head {
  text-align: center;
}
.about__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  background: #e97721;
  border-radius: 999px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.about__images {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__image {
  overflow: hidden;
}
.about__image img {
  width: 100%;
  display: block;
}
.about__text {
  margin-top: 40px;
}
.about__text p {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .about__images {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 20px;
  }
  .about__image--large {
    grid-row: span 2;
  }
  .about__text {
    margin-top: 50px;
  }
  .about__text p {
    font-size: 2rem;
  }
}
.trouble {
  padding: 20px 0;
  background: #FFF0DD;
}
.trouble__heading {
  text-align: center;
}
.trouble__image {
  margin-top: 50px;
}
.trouble__image img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .trouble {
    padding: 90px 0;
  }
  .trouble__label {
    min-width: 170px;
    height: 56px;
    font-size: 2.4rem;
  }
  .trouble__image {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .trouble {
    padding: 100px 0;
  }
  .trouble__label {
    min-width: 190px;
    height: 60px;
    font-size: 1.6rem;
  }
  .trouble__image {
    margin-top: 70px;
  }
}
.service {
  padding: 40px 0 50px 0;
  background: #fff;
}
.service__list {
  margin-top: 50px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.service-card {
  padding: 20px;
  border: 3px solid #E67822;
  border-radius: 20px;
  background: #fff;
}
.service-card__title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #E67822;
  color: #E67822;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.service-card__image {
  margin-bottom: 20px;
}
.service-card__image img {
  width: 100%;
  display: block;
  border-radius: 15px;
}
.service-card__text {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #222;
}

@media screen and (min-width: 768px) {
  .service-card {
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "image title" "image text";
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 15px;
    padding: 22px;
    border: 3px solid #E67822;
    border-radius: 24px;
    background: #fff;
  }
  .service-card__image {
    grid-area: image;
  }
  .service-card__image img {
    width: 100%;
    display: block;
    border-radius: 18px;
  }
  .service-card__title {
    grid-area: title;
    align-self: end;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #E67822;
    color: #E67822;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .service-card__text {
    grid-area: text;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1024px) {
  .service {
    padding: 100px 0;
  }
  .service__list {
    margin-top: 60px;
    gap: 35px;
  }
  .service-card {
    display: grid;
    grid-template-columns: 340px 1fr;
    grid-template-areas: "image title" "image text";
    -moz-column-gap: 35px;
         column-gap: 35px;
    row-gap: 18px;
    padding: 24px 28px;
    border: 3px solid #E67822;
    border-radius: 24px;
    background: #fff;
  }
  .service-card__image {
    grid-area: image;
  }
  .service-card__image img {
    width: 100%;
    display: block;
    border-radius: 18px;
  }
  .service-card__title {
    grid-area: title;
    align-self: end;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #E67822;
    color: #E67822;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.3;
  }
  .service-card__text {
    grid-area: text;
    align-self: start;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.recommend {
  padding: 40px 0 50px 0;
  background: #FFF08C;
}
.recommend__character {
  margin-top: 40px;
  text-align: center;
}
.recommend__character img {
  width: 140px;
  display: block;
  margin: 0 auto;
}
.recommend__list {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.recommend__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.recommend__item img {
  width: 34px;
  flex-shrink: 0;
  margin-top: -2px;
}
.recommend__item span {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}

@media screen and (min-width: 768px) {
  .recommend {
    padding: 90px 0;
  }
  .recommend__character {
    margin-top: 50px;
  }
  .recommend__character img {
    width: 170px;
  }
  .recommend__list {
    max-width: 720px;
    margin: 60px auto 0;
    gap: 37px;
  }
  .recommend__item {
    gap: 18px;
  }
  .recommend__item img {
    width: 40px;
    margin-top: 2px;
  }
  .recommend__item span {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1024px) {
  .recommend {
    padding: 110px 0;
  }
  .recommend__character {
    margin-top: 55px;
  }
  .recommend__character img {
    width: 180px;
  }
  .recommend__list {
    max-width: 720px;
    margin: 60px auto 0;
  }
  .recommend__item {
    gap: 20px;
    margin-bottom: 8px;
  }
  .recommend__item img {
    width: 38px;
    margin-top: 4px;
  }
  .recommend__item span {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
.beforeafter {
  padding: 40px 0 50px 0;
  background: #4A95E3;
}
.beforeafter .section-title__heading {
  color: #fff;
}
.beforeafter__lead {
  margin-top: 35px;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}
.beforeafter__images {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.beforeafter__item {
  position: relative;
  width: 100%;
}
.beforeafter__item img {
  width: 100%;
  display: block;
  border-radius: 24px;
}
.beforeafter__label {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  min-width: 120px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #FFE76A;
  color: #E67822;
  font-size: 1.2rem;
  font-weight: 700;
}
.beforeafter__arrow {
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 32px solid #FFE76A;
}
.beforeafter__text {
  margin-top: 55px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .beforeafter__lead {
    font-size: 1.8rem;
  }
  .beforeafter__images {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .beforeafter__item {
    position: relative;
    z-index: 1;
  }
  .beforeafter__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    z-index: 5;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 50px solid #FFE76A;
    border-right: none;
  }
}
.voice {
  padding: 70px 0;
}
.voice__list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.voice__note {
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1.8;
}

.voice-card {
  padding: 25px 20px;
  background: #FFF8E8;
  clip-path: polygon(0 0, 87% 0, 100% 10%, 100% 100%, 0 100%);
}
.voice-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #222;
}
.voice-card__icon {
  width: 90px;
  margin: 20px auto;
}
.voice-card__icon img {
  width: 100%;
  display: block;
}
.voice-card__text {
  padding-top: 20px;
  border-top: 1px solid #CFCFCF;
  font-size: 1.2rem;
  line-height: 2;
  color: #222;
}

@media screen and (min-width: 1024px) {
  .voice {
    padding: 100px 0;
  }
  .voice__list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .voice__note {
    margin-top: 35px;
    font-size: 1.8rem;
  }
  .voice-card {
    display: grid;
    grid-template-columns: 105px 1fr;
    grid-template-areas: "icon title" "text text";
    padding: 35px 30px;
  }
  .voice-card__title {
    grid-area: title;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 2.4rem;
    line-height: 1.5;
    padding-left: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid #CFCFCF;
  }
  .voice-card__icon {
    grid-area: icon;
    width: 105px;
    margin: 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #CFCFCF;
  }
  .voice-card__icon img {
    width: 100%;
    display: block;
  }
  .voice-card__text {
    grid-area: text;
    margin-top: 22px;
    padding: 0;
    border: none;
    font-size: 1.9rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .voice__list {
    gap: 40px;
  }
  .voice__note {
    font-size: 1.2rem;
  }
  .voice-card {
    padding: 40px 35px;
  }
  .voice-card__icon {
    width: 110px;
  }
  .voice-card__title {
    font-size: 1.8rem;
  }
  .voice-card__text {
    font-size: 1.2rem;
  }
}
.flow {
  padding: 40px 0 50px 0;
  background: #FFE0B3;
}
.flow__list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0;
}

.flow-card {
  position: relative;
  background: #fff;
  border-radius: 22px;
  overflow: visible;
}
.flow-card--orange {
  border: 3px solid #E67822;
}
.flow-card--blue {
  border: 3px solid #4090E7;
}
.flow-card--green {
  border: 3px solid #67B43B;
}
.flow-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 28px solid #E67822;
}
.flow-card--blue::after {
  border-top-color: #4090E7;
}
.flow-card--green::after {
  border-top-color: #67B43B;
}
.flow-card--last::after {
  display: none;
}
.flow-card__left {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}
.flow-card__badge {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px;
}
.flow-card--orange .flow-card__badge {
  background: #E67822;
}
.flow-card--blue .flow-card__badge {
  background: #4090E7;
}
.flow-card--green .flow-card__badge {
  background: #67B43B;
}
.flow-card__body {
  text-align: center;
  padding: 26px 20px;
}
.flow-card--orange .flow-card__body {
  background: #FFF3EA;
}
.flow-card--blue .flow-card__body {
  background: #EEF6FF;
}
.flow-card--green .flow-card__body {
  background: #EFF9EA;
}
.flow-card__stage {
  color: #666;
  font-size: 1.7rem;
  font-weight: 700;
}
.flow-card__title {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.flow-card__right {
  border-top: 3px solid;
  padding: 24px;
  background: #fff;
  border-radius: 0 0 18px 18px;
}
.flow-card--orange .flow-card__right {
  border-color: #E67822;
}
.flow-card--blue .flow-card__right {
  border-color: #4090E7;
}
.flow-card--green .flow-card__right {
  border-color: #67B43B;
}
.flow-card__text {
  font-size: 1.2rem;
  line-height: 1.4;
}

.flow-support {
  margin-top: 70px;
  background: #fff;
  border-radius: 22px;
  padding: 35px 25px;
}
.flow-support__title {
  color: #F05A00;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.flow-support__text p {
  font-size: 1.2rem;
  line-height: 1.4;
}
.flow-support__text p + p {
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .flow {
    padding: 90px 0;
  }
  .flow-card {
    display: grid;
    grid-template-columns: 290px 1fr;
  }
  .flow-card__left {
    border-right: 3px solid transparent;
    border-radius: 18px 0 0 18px;
  }
  .flow-card--orange .flow-card__left {
    border-color: #E67822;
  }
  .flow-card--blue .flow-card__left {
    border-color: #4090E7;
  }
  .flow-card--green .flow-card__left {
    border-color: #67B43B;
  }
  .flow-card__body {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .flow-card__right {
    border-top: none;
    padding: 28px;
    display: flex;
    align-items: center;
    border-radius: 0 18px 18px 0;
  }
  .flow-card__title {
    font-size: 1.9rem;
  }
  .flow-card__text {
    font-size: 1.4rem;
  }
  .flow-support {
    padding: 45px;
  }
}
.faq {
  padding: 80px 0;
}
.faq__list {
  margin-top: 50px;
}

.faq-item {
  border-bottom: 1px solid #BDBDBD;
}
.faq-item:first-child {
  border-top: 1px solid #BDBDBD;
}
.faq-item__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 10px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.faq-item__q {
  color: #E67822;
  font-size: 1.8rem;
  font-weight: 700;
  flex-shrink: 0;
}
.faq-item__text {
  flex: 1;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
}
.faq-item__icon {
  position: relative;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}
.faq-item__icon::before, .faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  background: #222;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item.is-open .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(0);
  opacity: 0;
}
.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-item__answer-inner {
  display: flex;
  gap: 15px;
  padding: 0 10px 25px;
}
.faq-item__a {
  color: #E67822;
  font-size: 2rem;
  font-weight: 700;
  flex-shrink: 0;
}
.faq-item p {
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .faq {
    padding: 100px 0;
  }
  .faq__list {
    margin-top: 60px;
  }
  .faq-item__question {
    gap: 24px;
    padding: 28px 20px;
  }
  .faq-item__q {
    font-size: 2.8rem;
  }
  .faq-item__text {
    font-size: 2rem;
  }
  .faq-item__icon {
    width: 30px;
    height: 30px;
  }
  .faq-item__icon::before, .faq-item__icon::after {
    width: 30px;
    height: 3px;
  }
  .faq-item__answer-inner {
    gap: 20px;
    padding: 0 20px 30px;
  }
  .faq-item__a {
    font-size: 2.8rem;
  }
  .faq-item p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq {
    padding: 120px 0;
  }
  .faq__list {
    margin-top: 70px;
  }
  .faq-item__question {
    gap: 30px;
    padding: 20px 30px;
  }
  .faq-item__q {
    font-size: 2.3rem;
  }
  .faq-item__text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .faq-item__icon {
    width: 34px;
    height: 34px;
  }
  .faq-item__icon::before, .faq-item__icon::after {
    width: 24px;
    height: 4px;
  }
  .faq-item__answer-inner {
    gap: 25px;
    padding: 0 30px 35px;
  }
  .faq-item__a {
    font-size: 2.3rem;
  }
  .faq-item p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.top-company {
  padding: 70px 0;
  background: #E7F7FF;
}
.top-company__content {
  margin-top: 50px;
}
.top-company__main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-company__image img, .top-company__parking-image img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
.top-company__parking {
  position: relative;
}
.top-company__parking-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.top-company__parking-text {
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.4;
}
.top-company__parking-image {
  margin-top: 20px;
}
.top-company__table {
  width: 100%;
  margin-top: 40px;
  border-collapse: collapse;
}
.top-company__table th,
.top-company__table td {
  padding: 16px 12px;
  border-bottom: 1px solid #999;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
  display: block;
}
.top-company__table th {
  width: 100%;
  font-weight: 700;
  white-space: nowrap;
}
.top-company__table a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .top-company {
    padding: 100px 0;
  }
  .top-company__main {
    display: grid;
    grid-template-columns: 58% 36%;
    gap: 40px;
    align-items: center;
    position: relative;
  }
  .top-company__parking::before {
    content: "";
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 40px solid #E67822;
  }
  .top-company__parking-title {
    font-size: 1.6rem;
  }
  .top-company__parking-text {
    font-size: 1.4rem;
    margin-top: 12px;
  }
  .top-company__parking-image {
    margin-top: 25px;
  }
  .top-company__table {
    margin-top: 50px;
  }
  .top-company__table th,
  .top-company__table td {
    padding: 18px 14px;
    font-size: 1.4rem;
  }
  .top-company__table th {
    width: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .top-company__main {
    grid-template-columns: 620px 1fr;
    gap: 50px;
  }
  .top-company__parking-title {
    font-size: 1.4rem;
  }
  .top-company__parking-text {
    font-size: 1.2rem;
  }
  .top-company__table th,
  .top-company__table td {
    font-size: 1.2rem;
    padding: 20px 16px;
    display: table-cell;
  }
  .top-company__table th {
    width: 180px;
  }
}
.l-inner {
  max-width: 1100px;
  width: 100%;
  padding: 0 20px;
  margin: 0px auto 0 auto;
}

.cta {
  margin: 30px 0;
}

@media screen and (min-width: 1024px) {
  .br-sp {
    display: none;
  }
}
.works {
  padding: 0 0 20px;
}
.works__category {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 30px;
}
.works__category-title {
  font-size: 1.6rem;
  font-weight: 700;
}
.works__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.works__category-list li {
  list-style: none;
}
.works__category-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 38px;
  border: 2px solid #E67822;
  border-radius: 999px;
  color: #E67822;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  transition: 0.3s;
}
.works__category-list a:hover {
  background: #E67822;
  color: #fff;
}
.works__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.works-card a {
  display: block;
}
.works-card__image {
  overflow: hidden;
  border-radius: 20px;
}
.works-card__image img {
  width: 100%;
  display: block;
}
.works-card__meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.works-card__area {
  font-size: 1.2rem;
  font-weight: 700;
  color: #666;
}
.works-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 65px;
  height: 24px;
  padding: 0 10px;
  border: 2px solid #E67822;
  border-radius: 999px;
  color: #E67822;
  font-size: 1.1rem;
  font-weight: 700;
}
.works-card__title {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}

@media screen and (min-width: 768px) {
  .works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .works {
    padding: 0;
  }
  .works__category {
    flex-direction: row;
    align-items: center;
    padding-top: 50px;
    gap: 30px;
  }
  .works__category-title {
    flex-shrink: 0;
  }
  .works__list {
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
  .works-card__title {
    font-size: 1.3rem;
  }
  .works-card__category {
    min-width: 80px;
    height: 28px;
    font-size: 1rem;
  }
}
.works-detail-gallery {
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .works-detail-gallery {
    padding-top: 80px;
  }
}
.works-detail-gallery__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.works-detail-gallery__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .works-detail-gallery__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .works-detail-gallery__title {
    font-size: 50px;
  }
}
.works-detail-gallery__line {
  width: 100%;
  height: 2px;
  background: #e56e1f;
  margin-top: 15px;
}
.works-detail-gallery__main {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .works-detail-gallery__main {
    max-width: 800px;
    margin: 50px auto 0;
  }
}
.works-detail-gallery__main .splide__track {
  overflow: hidden;
  border-radius: 20px;
}
.works-detail-gallery__main .splide__slide {
  aspect-ratio: 4/3;
}
.works-detail-gallery__main img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.works-detail-gallery__main .splide__pagination,
.works-detail-gallery__main .splide__arrows {
  display: none;
}
.works-detail-gallery__thumbnail {
  margin-top: 20px;
  /* ---------- スマホ ---------- */
}
.works-detail-gallery__thumbnail .splide__track {
  overflow: visible;
}
.works-detail-gallery__thumbnail .splide__list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  transform: none !important;
}
.works-detail-gallery__thumbnail .splide__slide {
  width: auto !important;
  margin: 0 !important;
  opacity: 0.5;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}
.works-detail-gallery__thumbnail .splide__slide.is-active {
  opacity: 1;
}
.works-detail-gallery__thumbnail img {
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-detail-gallery__thumbnail .splide__pagination,
.works-detail-gallery__thumbnail .splide__arrows {
  display: none;
}
.works-detail-gallery__thumbnail {
  /* ---------- PC ---------- */
}
@media screen and (min-width: 1024px) {
  .works-detail-gallery__thumbnail {
    max-width: 980px;
    margin: 30px auto 0;
  }
  .works-detail-gallery__thumbnail .splide__list {
    display: flex !important;
  }
  .works-detail-gallery__thumbnail .splide__slide {
    width: 100px !important;
  }
}

.before-after {
  padding: 60px 0;
}
.before-after__heading {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.before-after__heading::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #ea6c1b;
  border-radius: 999px;
  display: block;
  margin: 20px auto 0;
}
.before-after__en {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #222222;
}
.before-after__en span {
  color: #ea6c1b;
}
.before-after__title {
  margin-top: 14px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #222222;
  letter-spacing: 0.12em;
}
.before-after__sub {
  margin-top: 8px;
  font-size: 1.3rem;
  color: #666;
}
.before-after__item {
  margin-top: 40px;
}
.before-after__category {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 28px;
  margin-bottom: 40px;
  background: #e8e7e7;
  color: #ea6c1b;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 8px;
}
.before-after__category::before {
  content: "";
  width: 6px;
  height: 32px;
  background: #ea6c1b;
  border-radius: 999px;
  margin-right: 16px;
  flex-shrink: 0;
}
.before-after__images {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.before-after__box img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.before-after__box figcaption {
  background: #ffffff;
  color: #222222;
  text-align: center;
  padding: 14px;
  font-size: 1.6rem;
  font-weight: bold;
}
.before-after__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ea6c1b;
  transform: rotate(90deg);
}
.before-after__arrow svg {
  width: 42px;
  height: 42px;
}
.before-after {
  /* ==========================
     TAB・PC
  ========================== */
}
@media screen and (min-width: 768px) {
  .before-after {
    padding: 100px 0;
  }
  .before-after__en {
    font-size: 2rem;
  }
  .before-after__title {
    font-size: 1.4rem;
  }
  .before-after__sub {
    font-size: 1.5rem;
  }
  .before-after__category {
    font-size: 1.6rem;
    padding: 16px 24px;
  }
  .before-after__images {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  .before-after__box {
    width: calc((100% - 100px) / 2);
  }
  .before-after__arrow {
    width: 60px;
    flex-shrink: 0;
    transform: rotate(0);
  }
  .before-after__arrow svg {
    width: 60px;
    height: 60px;
  }
}

/*====================================
施工データ
====================================*/
.works-detail-data {
  padding: 50px 20px 0;
}
@media screen and (min-width: 1024px) {
  .works-detail-data {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.works-detail-data__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .works-detail-data__title {
    font-size: 40px;
  }
}
.works-detail-data__line {
  width: 100%;
  height: 2px;
  margin-top: 15px;
  background: #e66a14;
}
.works-detail-data__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
}
.works-detail-data__table th,
.works-detail-data__table td {
  display: block;
  width: 100%;
  padding: 16px 15px;
  border: 1px solid #bdbdbd;
  font-size: 15px;
  line-height: 1.7;
}
.works-detail-data__table th {
  background: #f3f6f8;
  text-align: left;
  font-weight: 700;
  border-bottom: none;
}
.works-detail-data__table td {
  background: #fff;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .works-detail-data__table th,
  .works-detail-data__table td {
    display: table-cell;
    width: auto;
  }
  .works-detail-data__table th {
    width: 180px;
    border-bottom: 1px solid #bdbdbd;
  }
  .works-detail-data__table td {
    margin-bottom: 0;
  }
}

/*====================================
コメント
====================================*/
.works-detail-comment {
  padding: 70px 20px 0;
}
@media screen and (min-width: 1024px) {
  .works-detail-comment {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
  }
}
.works-detail-comment__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .works-detail-comment__title {
    font-size: 40px;
  }
}
.works-detail-comment__line {
  width: 100%;
  height: 2px;
  margin-top: 15px;
  background: #e66a14;
}
.works-detail-comment__text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}

/*====================================
ページナビ
====================================*/
.works-detail-navigation {
  padding: 60px 20px 0;
}
@media screen and (min-width: 1024px) {
  .works-detail-navigation {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
  }
}
.works-detail-navigation__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .works-detail-navigation__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.works-detail-navigation__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 2px solid #e66a14;
  color: #e66a14;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.works-detail-navigation__button:hover {
  background: #e66a14;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .works-detail-navigation__button {
    max-width: 250px;
    height: 70px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .works-detail-navigation__button--center {
    max-width: 360px;
  }
}

/*====================================
カテゴリー
====================================*/
.works-detail-category {
  padding: 70px 20px 0;
}
.works-detail-category__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.works-detail-category__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.works-detail-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.works-detail-category__item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  height: 40px;
  padding: 0 20px;
  border: 2px solid #e66a14;
  border-radius: 999px;
  color: #e66a14;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.works-detail-category__item a:hover {
  background: #e66a14;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .works-detail-category {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
  }
}

.staff-title {
  width: 100%;
  text-align: center;
  margin: 0 auto 60px;
}

.staff-title__en {
  margin: 0 0 15px;
  font-size: 1.2rem;
  font-weight: 700;
}

.staff-title__ja {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .staff-title__en {
    margin: 0 0 15px;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .staff-title__ja {
    margin: 0;
    font-size: 2.7rem;
    font-weight: 700;
  }
}
.staff-mv picture {
  display: block;
  margin-top: 70px;
}
.staff-mv img {
  width: 100%;
  display: block;
}

.staff-about {
  padding: 70px 20px;
}
.staff-about__wrapper {
  margin-top: 45px;
}
.staff-about__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.staff-about__image img {
  width: 100%;
  display: block;
  border-radius: 20px;
}
.staff-about__content {
  margin-top: 35px;
}
.staff-about__content p {
  font-size: 1.2rem;
  line-height: 2.2;
}
.staff-about__content p + p {
  margin-top: 22px;
}

/* ==========================
   PC（769px〜）
========================== */
@media screen and (min-width: 1024px) {
  .staff-about {
    padding: 120px 20px 0 20px;
  }
  .staff-about__wrapper {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 200px;
    align-items: start;
  }
  .staff-about__images {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .staff-about__image {
    width: 280px;
  }
  .staff-about__image img {
    width: 100%;
    border-radius: 22px;
  }
  .staff-about__image:nth-child(2) {
    margin-left: 130px;
  }
  .staff-about__image:nth-child(3) {
    margin-top: 20px;
  }
  .staff-about__content {
    margin-top: 0;
  }
  .staff-about__content p {
    font-size: 1.2rem;
    line-height: 2.3;
  }
  .staff-about__content p + p {
    margin-top: 28px;
  }
}
.staff-member {
  padding: 70px 20px;
}
.staff-member__list {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.staff-card {
  overflow: hidden;
  border: 3px solid #E67822;
  border-radius: 18px;
  background: #fff;
}
.staff-card__image {
  background: #E67822;
  padding: 30px;
  text-align: center;
}
.staff-card__image img {
  width: 160px;
  display: block;
  margin: 0 auto;
}
.staff-card__content {
  padding: 25px;
}
.staff-card__position {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 16px;
}
.staff-card__name {
  margin-top: 18px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 18px;
  border-bottom: 1px solid #999;
}
.staff-card__text {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .staff-member {
    padding: 110px 0;
  }
  .staff-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: stretch;
  }
  .staff-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
  }
  .staff-card__image img {
    width: 130px;
  }
  .staff-card__content {
    padding: 28px 35px;
  }
  .staff-card__position {
    font-size: 1.4rem;
  }
  .staff-card__name {
    font-size: 2rem;
  }
  .staff-card__text {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.recruit {
  position: relative;
  padding: 70px 20px;
  overflow: hidden;
}
.recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/images/staff/staff_img11.png") center center/cover no-repeat;
  z-index: 0;
  pointer-events: none;
}
.recruit .inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}
.recruit__list {
  margin-top: 60px;
  display: grid;
  gap: 60px;
}

/*==================================
 Heading
==================================*/
.recruit-heading {
  text-align: center;
}
.recruit-heading__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 30px;
}
.recruit-heading__sub {
  margin-top: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.recruit-heading__catch {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

/*==================================
 Card
==================================*/
.recruit-card__image {
  position: relative;
}
.recruit-card__image img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.recruit-card {
  /* POINTラベル */
}
.recruit-card__point {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 45px;
  background: #f7b718;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  z-index: 5;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}
.recruit-card__title {
  margin-top: 28px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.recruit-card__text {
  margin-top: 18px;
  font-size: 1.2rem;
  line-height: 2;
}

/*==================================
 PC
==================================*/
@media screen and (min-width: 768px) {
  .recruit {
    padding: 120px 0;
  }
  .recruit__list {
    margin-top: 80px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .recruit-heading__title {
    font-size: 4rem;
  }
  .recruit-heading__sub {
    margin-top: 25px;
    font-size: 2rem;
  }
  .recruit-heading__catch {
    margin-top: 15px;
    font-size: 2.8rem;
  }
  .recruit-card__image img {
    border-radius: 24px;
  }
  .recruit-card {
    /* POINTが画像に半分乗る */
  }
  .recruit-card__point {
    top: -24px;
    width: 170px;
    height: 56px;
    font-size: 1.7rem;
  }
  .recruit-card__title {
    margin-top: 35px;
    font-size: 2rem;
    min-height: 90px;
  }
  .recruit-card__text {
    font-size: 1.2rem;
  }
}
.staff-recruit {
  position: relative;
  padding: 70px 20px;
  overflow: hidden;
}
.staff-recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/images/staff/staff_img12.svg") center center/cover no-repeat;
  opacity: 1;
  z-index: 0;
}
.staff-recruit .inner {
  position: relative;
  z-index: 1;
}
.staff-recruit__image {
  margin-top: 45px;
}
.staff-recruit__image img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 1024px) {
  .staff-recruit {
    padding: 120px 0;
  }
  .staff-recruit__image {
    margin-top: 70px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruit-info {
  background: #FFE600;
  padding: 70px 20px;
}
.recruit-info__box {
  margin-top: 40px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.recruit-section + .recruit-section {
  margin-top: 50px;
}
.recruit-section__title {
  margin: 0;
  padding: 18px 24px;
  background: #E67822;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.recruit-row {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  /*  &:last-child {
      border-bottom: none;
    }*/
}
.recruit-row__head {
  background: #FFF4EB;
  padding: 16px 20px;
  font-size: 1.3rem;
  font-weight: 700;
}
.recruit-row__body {
  padding: 18px 20px;
  font-size: 1.5rem;
  line-height: 1.9;
}
.recruit-row__body ul {
  margin: 0;
  padding-left: 1.5em;
}
.recruit-row__body li + li {
  margin-top: 8px;
}

.recruit-note {
  padding: 24px;
  line-height: 2;
}
.recruit-note ul {
  margin: 0;
  padding-left: 1.5em;
}
.recruit-note li + li {
  margin-top: 10px;
}

.recruit-map {
  height: 400px;
  background: #F5F5F5;
}

@media screen and (min-width: 768px) {
  .recruit-info {
    margin-bottom: 100px;
    padding: 120px 20px;
  }
  .recruit-info__box {
    margin-top: 60px;
    border-radius: 30px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  .recruit-info .recruit-contact {
    margin-top: 100px;
  }
  .recruit-row {
    display: grid;
    grid-template-columns: 260px 1fr;
  }
  .recruit-row__head {
    display: flex;
    align-items: center;
    padding: 24px 30px;
    border-right: 1px solid #e5e5e5;
  }
  .recruit-row__body {
    padding: 24px 30px;
  }
}
.company-page {
  background: #fff;
}

.company-info {
  padding: 70px 0;
}
.company-info__heading {
  padding-bottom: 14px;
  border-bottom: 3px solid #E67822;
  font-size: 1.2rem;
  font-weight: 700;
}
.company-info__logo {
  margin: 40px auto 0;
  max-width: 220px;
}
.company-info__logo img {
  width: 100%;
  display: block;
}
.company-info__lead {
  margin-top: 35px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7;
}
.company-info__text {
  margin-top: 35px;
}
.company-info__text p {
  font-size: 1.2rem;
  line-height: 1.7;
}
.company-info__text p + p {
  margin-top: 20px;
}

.company-table {
  width: 100%;
  margin-top: 45px;
  border-collapse: collapse;
}
.company-table th,
.company-table td {
  border: 1px solid #BEBEBE;
  padding: 14px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  display: block;
}
.company-table th {
  width: 100%;
  background: #F5F5F5;
  font-weight: 700;
}
.company-table__maker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.company-table__maker img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.company-table__maker img:nth-child(1) {
  width: 220px;
}
.company-table__maker img:nth-child(2) {
  width: 170px;
}
.company-table__maker img:nth-child(3) {
  width: 110px;
}
.company-table__maker img:nth-child(4) {
  width: 110px;
}

.company-access {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.company-access img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.company-access__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.head-office {
  padding: 0 0 50px;
}
.head-office__heading {
  padding-bottom: 14px;
  border-bottom: 3px solid #E67822;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.head-office__logo {
  max-width: 360px;
  margin: 30px auto 0;
}
.head-office__logo img {
  width: 100%;
  display: block;
}
.head-office__button {
  margin-top: 40px;
  text-align: center;
}
.head-office__button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 64px;
  border-radius: 12px;
  background: #F5B400;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}
.head-office__banner {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.head-office__banner a {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .company-info {
    padding: 100px 0;
  }
  .company-info__heading {
    font-size: 1.6rem;
  }
  .company-info__logo {
    max-width: 420px;
  }
  .company-info__lead {
    font-size: 3.2rem;
  }
  .company-info__text p {
    font-size: 1.8rem;
  }
  .company-table th,
  .company-table td {
    padding: 18px;
    font-size: 1.2rem;
    display: table-cell;
  }
  .company-table th .br-sp,
  .company-table td .br-sp {
    display: none;
  }
  .company-table th {
    width: 250px;
  }
  .company-table__maker {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    gap: 18px 24px;
  }
  .company-table__maker img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .company-table__maker img:nth-child(1) {
    width: 180px;
  }
  .company-table__maker img:nth-child(2) {
    width: 160px;
  }
  .company-table__maker img:nth-child(3) {
    width: 110px;
  }
  .company-table__maker img:nth-child(4) {
    width: 120px;
  }
  .company-access {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .company-access__left {
    gap: 24px;
  }
  .head-office {
    padding: 100px 0 120px;
  }
  .head-office__heading {
    font-size: 3.2rem;
  }
  .head-office__logo {
    max-width: 460px;
  }
  .head-office__button a {
    max-width: 420px;
    height: 74px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .company-info__lead {
    font-size: 2.6rem;
  }
  .company-info__text p {
    font-size: 1.4rem;
  }
  .company-table th,
  .company-table td {
    font-size: 1.2rem;
    padding: 20px;
    display: table-cell;
  }
  .company-table th {
    width: 280px;
  }
  .head-office__heading {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .head-office__button a {
    max-width: 460px;
  }
  .head-office__banner {
    width: 400px;
    margin: 0 auto;
  }
  .head-office__banner a {
    display: block;
    margin-bottom: 20px;
  }
  .contact-form__row {
    grid-template-columns: 250px 1fr;
    gap: 40px;
  }
  .contact-form__label label {
    font-size: 2rem;
  }
  .contact-form__field input {
    height: 68px;
    padding: 18px 22px;
    font-size: 2rem;
  }
  .contact-form__field textarea {
    min-height: 360px;
    padding: 20px 22px;
    font-size: 2rem;
  }
}
.contact-page {
  padding: 70px 0 0;
}

.contact-tel-section {
  padding: 0 0 70px;
}

.contact-page__heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 18px;
  border-bottom: 4px solid #E67822;
}

.contact-tel-box {
  margin-top: 35px;
  padding: 35px 20px;
  background: #FFF8EC;
  border-radius: 16px;
  text-align: center;
}
.contact-tel-box__lead {
  color: #E67822;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
.contact-tel-box__number {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.contact-tel-box__number img {
  width: 52px;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.contact-tel-box__number span {
  color: #E67822;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.contact-tel-box__time {
  margin-top: 16px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
}

.contact-mail-section {
  padding: 70px 0;
}

.contact-page__note {
  margin-top: 28px;
  font-size: 1.5rem;
  line-height: 2;
  color: #555;
}

.contact-form {
  margin-top: 40px;
}

.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.contact-form__label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-form__label label {
  font-size: 1.7rem;
  font-weight: 700;
  color: #222;
}

.required,
.optional {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 24px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
}

.required {
  background: #E53935;
}

.optional {
  background: #8C8C8C;
}

.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  background: #fff;
  padding: 16px 18px;
  font-size: 1.6rem;
  color: #333;
  transition: 0.3s;
}
.contact-form__field input {
  height: 58px;
}
.contact-form__field textarea {
  min-height: 240px;
  resize: vertical;
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
  border-color: #E67822;
  outline: none;
}
.contact-form__field input::-moz-placeholder, .contact-form__field textarea::-moz-placeholder {
  color: #B7B7B7;
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: #B7B7B7;
}

.contact-form__agree {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.contact-form__check {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.8;
}
.contact-form__text a {
  color: #2f8f62;
  text-decoration: underline;
}
.contact-form__submit {
  margin-top: 40px;
  text-align: center;
  width: 300px;
  margin: 40px auto;
}
.contact-form__button {
  width: 320px;
  max-width: 100%;
  height: 60px;
  border: none;
  border-radius: 999px;
  background: #de6502;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.contact-form__button:hover {
  opacity: 0.9;
}
.contact-form input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.contact-form__agree input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #E67822;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .contact-tel-box {
    margin-top: 35px;
    padding: 35px 20px;
    background: #FFF8EC;
    border-radius: 16px;
    text-align: center;
  }
  .contact-tel-box__lead {
    color: #E67822;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
  }
  .contact-tel-box__number {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-decoration: none;
  }
  .contact-tel-box__number img {
    width: 52px;
    height: auto;
    display: block;
    flex-shrink: 0;
  }
  .contact-tel-box__number span {
    color: #E67822;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
  }
  .contact-tel-box__time {
    margin-top: 16px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
  }
}
.contact-form__row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

@media screen and (min-width: 1024px) {
  .policy {
    padding: 0;
  }
}
.policy .l-inner--narrow {
  max-width: 920px;
  padding-top: 50px;
}
.policy__block {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .policy__block {
    margin-bottom: 60px;
  }
}
.policy__title {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #111;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .policy__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.policy__text {
  font-size: 1rem;
  line-height: 2.2;
  color: #333;
}
@media screen and (min-width: 1024px) {
  .policy__text {
    font-size: 1rem;
    line-height: 2.4;
  }
}
.policy__company {
  margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  .policy__company {
    margin-top: 90px;
  }
}
.policy__company-name {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #111;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .policy__company-name {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.policy__company-text {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .policy__company-text {
    font-size: 1.05rem;
  }
}/*# sourceMappingURL=style.css.map */