*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

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

a {
  color: inherit;
}

.wrapper {
  overflow: hidden;
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.is-tab {
  display: none !important;
}
@media screen and (max-width: 1099px) {
  .is-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .is-tab {
    display: none;
  }
}

.inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.content {
  margin: 100px auto 0;
}

.read-btn {
  width: 100%;
  display: block;
  background: linear-gradient(90deg, #A82B2B 0%, #600000 26.44%, #190101 72.64%, rgba(25, 1, 1, 0) 92.64%);
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  padding: 24px 0 24px 70px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .read-btn {
    padding: 15px 0 15px 30px;
    font-size: 18px;
    line-height: 20px;
  }
}

.section-title__main {
  display: block;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  font-family: "Inria Sans", sans-serif;
  color: #C60000;
}
@media screen and (max-width: 1099px) {
  .section-title__main {
    font-size: clamp(
      56px,
      calc(56px + (16) * ((100vw - 768px) / (1100 - 768))),
      72px
    );
    line-height: clamp(
      56px,
      calc(56px + (16) * ((100vw - 768px) / (1100 - 768))),
      72px
    );
  }
}
@media screen and (max-width: 767px) {
  .section-title__main {
    font-size: 36px;
    line-height: 40px;
  }
}

.section-title__sub {
  display: block;
  margin-top: 4px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1099px) {
  .section-title__sub {
    font-size: 24px;
    line-height: clamp(
      30px,
      calc(30px + (6) * ((100vw - 768px) / (1100 - 768))),
      36px
    );
  }
}
@media screen and (max-width: 767px) {
  .section-title__sub {
    font-size: 16px;
    line-height: 30px;
    margin-top: 9px;
  }
}

.section-title--center {
  text-align: center;
}
.section-title--center .section-title__main {
  font-size: 64px;
}
@media screen and (max-width: 1099px) {
  .section-title--center .section-title__main {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .section-title--center .section-title__main {
    font-size: 32px;
    line-height: 48px;
  }
}
.section-title--center .section-title__sub {
  font-size: 26px;
  line-height: 26px;
}
@media screen and (max-width: 1099px) {
  .section-title--center .section-title__sub {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .section-title--center .section-title__sub {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0;
  }
}

.breadcrumbs {
  padding: 30px 0 30px 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 18px 0 18px 28px;
  }
}

.cta {
  padding: 80px 0 95px 0;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 53px 0 50px;
  }
}

.cta__inner {
  max-width: 1170px;
  padding-left: 4.6527777778%;
}
@media screen and (max-width: 1099px) {
  .cta__inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding-left: 20px;
  }
}

.cta__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .cta__content {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cta__content {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

@media screen and (max-width: 1099px) {
  .cta__texts {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cta__texts {
    text-align: center;
  }
}

.cta__maintitle {
  font-size: 110px;
  line-height: 80px;
}
@media screen and (max-width: 1099px) {
  .cta__maintitle {
    font-size: clamp(
      80px,
      calc(80px + (30) * ((100vw - 768px) / (1100 - 768))),
      110px
    );
  }
}
@media screen and (max-width: 767px) {
  .cta__maintitle {
    font-size: 48px;
    line-height: 40px;
  }
}

.cta__subtitle {
  font-size: 24px;
  line-height: 32px;
  margin-top: 12px;
}
@media screen and (max-width: 1099px) {
  .cta__subtitle {
    font-size: clamp(
      20px,
      calc(20px + (4) * ((100vw - 768px) / (1100 - 768))),
      24px
    );
  }
}
@media screen and (max-width: 767px) {
  .cta__subtitle {
    margin-top: 12px;
    font-size: 20px;
    line-height: 28px;
  }
}

.cta__text {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .cta__text {
    margin-top: 7px;
  }
}

.cta__links {
  background: #fff;
  padding: 60px 75px 16px 75px;
}
@media screen and (max-width: 767px) {
  .cta__links {
    padding: 25px 20px;
  }
}

.cta__btn {
  position: relative;
  padding: 26px 40px 26px 100px;
  border-radius: 4px;
  background: linear-gradient(180deg, #C60000 -28.21%, #600000 94.77%);
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .cta__btn {
    padding: 16px 7px 16px 53px;
    font-size: 18px;
    line-height: 28px;
  }
}
.cta__btn::after {
  position: absolute;
  content: "";
  background: url(../img/contact-icon.svg) no-repeat center center/contain;
  width: 52px;
  height: 52px;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cta__btn::after {
    width: 41px;
    height: 41px;
    left: 10px;
  }
}

.cta__info {
  display: flex;
  margin-top: 10px;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .cta__info {
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cta__info.cta__info--pc {
    display: none;
  }
}
.cta__info.cta__info--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cta__info.cta__info--sp {
    display: flex;
    margin-top: -12px;
  }
}

.cta__tel {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #C60000;
  position: relative;
  padding-left: 28px;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .cta__tel {
    font-size: 18px;
    line-height: 32px;
    padding-left: 25px;
  }
}
.cta__tel::after {
  position: absolute;
  content: "";
  background: url(../img/tel-icon.svg) no-repeat center center/contain;
  width: 36px;
  height: 41px;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cta__tel::after {
    width: 28px;
    height: 32px;
    left: 0;
  }
}

.cta__time {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .cta__time {
    font-size: 12px;
  }
}

.footer {
  padding: 28px 0 35px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 23px 0 29px;
  }
}

.footer__inner {
  padding: 0 10.4166666667% 0 3.8194444444%;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0 20px;
  }
}

.footer__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .footer__content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    justify-content: center;
  }
}

.footer__logo {
  width: 205px;
  padding-top: 11px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 165px;
    padding-top: 0;
  }
}

.footer__nav {
  display: flex;
  gap: 38px;
  align-items: center;
}
@media screen and (max-width: 1099px) {
  .footer__nav {
    gap: clamp(
      25px,
      calc(25px + (13) * ((100vw - 768px) / (1100 - 768))),
      38px
    );
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 1099px) {
  .footer__nav-link {
    font-size: clamp(
      14px,
      calc(14px + (2) * ((100vw - 768px) / (1100 - 768))),
      16px
    );
  }
}

.footer__copyright {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 9px;
    text-align: center;
  }
}

.split-visual {
  position: relative;
}

.split-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.split-visual__musk {
  width: 50%;
  background: rgba(0, 0, 0, 0.65);
  padding: 140px 0 155px;
}
@media screen and (max-width: 1099px) {
  .split-visual__musk {
    padding: clamp(
      100px,
      calc(100px + (40) * ((100vw - 768px) / (1100 - 768))),
      140px
    ) 0 clamp(
      110px,
      calc(110px + (45) * ((100vw - 768px) / (1100 - 768))),
      155px
    );
  }
}
@media screen and (max-width: 767px) {
  .split-visual__musk {
    width: 100%;
    padding: 64px 0;
  }
}

.split-visual__content {
  padding: 0 9.5238095238%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .split-visual__content {
    padding: 0 clamp(
      24px,
      calc(24px + (48) * ((100vw - 375px) / (767 - 375))),
      72px
    );
  }
}

.split-visual__disc {
  margin-top: 30px;
  line-height: 29.25px;
}
@media screen and (max-width: 767px) {
  .split-visual__disc {
    margin-top: 14px;
    line-height: 28px;
  }
}

.split-visual__button {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .split-visual__button {
    margin-top: 42px;
  }
}

.definition-list__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #999;
  position: relative;
}
@media screen and (max-width: 767px) {
  .definition-list__item {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
.definition-list__item:last-child {
  border: none;
}
.definition-list__item:last-child::after {
  display: none;
}
.definition-list__item::after {
  position: absolute;
  content: "";
  background: #C60000;
  height: 1px;
  width: 100px;
  left: 0;
  bottom: -1px;
}

.definition-list__term {
  font-weight: 700;
  width: 105px;
  padding: 24px 0 24px 7px;
}
@media screen and (max-width: 767px) {
  .definition-list__term {
    padding: 20px 0 0 0;
    color: #C60000;
    width: 100%;
  }
}

.definition-list__desc {
  font-weight: 400;
  width: calc(100% - 110px);
  padding: 24px 0 24px 96px;
}
@media screen and (max-width: 767px) {
  .definition-list__desc {
    padding: 0 0 22px 0;
    width: 100%;
  }
}

.fv {
  position: relative;
}

.header__line {
  width: 100%;
  height: 6px;
  background: #C60000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .header__line {
    height: 4px;
  }
}

.header__logo {
  padding-top: 36px;
  padding-left: 48px;
  width: 280px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 245px;
    padding-left: 20px;
    padding-top: 15px;
  }
}

.fv__bg {
  fill: rgba(0, 0, 0, 0.3);
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/fv-bg.webp) no-repeat center center/cover;
  position: absolute;
  inset: 0;
  -webkit-clip-path: polygon(32% 0%, 100% 0%, 100% 100%, 51.5% 100%);
          clip-path: polygon(32% 0%, 100% 0%, 100% 100%, 51.5% 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv__bg {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/fv-bg-sp.webp) no-repeat center center/cover;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.fv__content {
  padding-left: 56px;
  padding-top: 73px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1099px) {
  .fv__content {
    padding-left: clamp(
      10px,
      calc(10px + (46) * ((100vw - 768px) / (1100 - 768))),
      56px
    );
  }
}
@media screen and (max-width: 767px) {
  .fv__content {
    padding-left: 0;
    padding-top: 58px;
    padding-bottom: 140px;
  }
}

.fv__title {
  font-size: 120px;
  font-weight: 900;
  line-height: 120px;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
  background: #fff;
  background: linear-gradient(90deg, #C60000 0%, #600000 100%);
  padding: 25px 20px 39px 28px;
  display: inline-block;
}
@media screen and (max-width: 1099px) {
  .fv__title {
    font-size: clamp(
      96px,
      calc(96px + (24) * ((100vw - 768px) / (1100 - 768))),
      120px
    );
    padding: clamp(
      20px,
      calc(20px + (5) * ((100vw - 768px) / (1100 - 768))),
      25px
    ) clamp(
      10px,
      calc(10px + (10) * ((100vw - 768px) / (1100 - 768))),
      20px
    ) clamp(
      25px,
      calc(25px + (14) * ((100vw - 768px) / (1100 - 768))),
      39px
    ) clamp(
      10px,
      calc(10px + (10) * ((100vw - 768px) / (1100 - 768))),
      20px
    );
  }
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: clamp(
      48px,
      calc(48px + (48) * ((100vw - 375px) / (767 - 375))),
      96px
    );
    line-height: clamp(
      82px,
      calc(82px + (58) * ((100vw - 375px) / (767 - 375))),
      140px
    );
    padding: 0 11px;
  }
}

.fv__subtitle {
  margin-top: 24px;
  font-size: 64px;
  font-weight: 900;
  line-height: 70px;
  display: block;
  color: #C60000;
}
@media screen and (max-width: 1099px) {
  .fv__subtitle {
    font-size: clamp(
      52px,
      calc(52px + (12) * ((100vw - 768px) / (1100 - 768))),
      64px
    );
    line-height: clamp(
      56px,
      calc(56px + (14) * ((100vw - 768px) / (1100 - 768))),
      70px
    );
  }
}
@media screen and (max-width: 767px) {
  .fv__subtitle {
    font-size: clamp(
      36px,
      calc(36px + (12) * ((100vw - 375px) / (767 - 375))),
      48px
    );
    line-height: clamp(
      42px,
      calc(42px + (14) * ((100vw - 375px) / (767 - 375))),
      56px
    );
    margin-top: clamp(
      4px,
      calc(4px + (4) * ((100vw - 375px) / (767 - 375))),
      8px
    );
    padding-left: 12px;
  }
}

.fv__text {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 2px;
    color: #fff;
    padding: 0 20px 0 13px;
  }
}

.floating-tel {
  position: fixed;
  top: 6px;
  right: 0;
  padding: 8px 20px;
  text-align: center;
  background: #fff;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .floating-tel {
    display: none;
  }
}

.floating-tel__link {
  padding-left: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: "Lato", sans-serif;
  position: relative;
  display: inline-block;
  color: #C60000;
}
.floating-tel__link::after {
  position: absolute;
  content: "";
  background: url(../img/tel-icon.svg) no-repeat center center/contain;
  width: 30px;
  height: 34px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.floating-tel__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.floating-contact {
  position: fixed;
  top: 100px;
  right: 0;
  width: 63px;
  height: 50px;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .floating-contact {
    display: none;
  }
}

.floating-menu {
  position: fixed;
  top: 150px;
  right: 0;
  width: 63px;
  height: 50px;
  background: #fff;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .floating-menu {
    top: 4px;
  }
}

.floating-menu__button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.floating-menu__button.is-checked .bar1 {
  transform: rotate(45deg);
  top: 24px;
  width: 24px;
  right: 20px;
}
.floating-menu__button.is-checked .bar2 {
  display: none;
}
.floating-menu__button.is-checked .bar3 {
  transform: rotate(-45deg);
  width: 24px;
  top: 24px;
  right: 20px;
}

.floating-menu__bar {
  position: absolute;
  height: 2.5px;
  border-radius: 30px;
  background: #333;
  right: 20px;
}

.bar1 {
  width: 16px;
  top: 18px;
  transition: transform 0.3s linear, top 0.3s linear;
}

.bar2 {
  width: 21px;
  top: 26px;
  transition: transform 0.3s linear, top 0.3s linear, right 0.3s linear;
}

.bar3 {
  width: 11px;
  top: 32px;
  transition: transform 0.3s linear, top 0.3s linear, right 0.3s linear;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 5;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
}
.menu-content.is-checked {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s;
}

.menu-content__bg {
  background: url(../img/menu-bg.png) center center/cover no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.menu-content__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .menu-content__nav {
    gap: 50px;
  }
}

.menu-content__link {
  display: block;
  font-size: 24px;
  transition: color 0.3s linear;
  color: #fff;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .menu-content__link {
    font-size: 20px;
  }
}
.menu-content__link::after {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 30px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .menu-content__link::after {
    bottom: -20px;
  }
}

.philosophy {
  padding: 45px 0 70px;
  background: linear-gradient(90deg, #C60000 0.96%, #600000 72.12%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .philosophy {
    padding: 38px 0 76.5px;
    background: linear-gradient(180deg, #C60000 1.02%, #600000 76.32%);
  }
}

.philosophy__inner {
  max-width: 930px;
  text-align: center;
}

.section-title--philosophy {
  text-align: center;
}
.section-title--philosophy .section-title__main {
  color: #fff;
  font-size: 86px;
}
@media screen and (max-width: 1099px) {
  .section-title--philosophy .section-title__main {
    font-size: clamp(
      65px,
      calc(65px + (21) * ((100vw - 768px) / (1100 - 768))),
      86px
    );
  }
}
@media screen and (max-width: 767px) {
  .section-title--philosophy .section-title__main {
    font-size: 36px;
    line-height: 36px;
  }
}
.section-title--philosophy .section-title__sub {
  color: #fff;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .section-title--philosophy .section-title__sub {
    margin-top: 0;
  }
}

.philosophy__text {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .philosophy__text {
    margin-top: 26px;
    font-size: 16px;
    line-height: 28px;
  }
}

.philosophy__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .philosophy__items {
    flex-direction: column;
    gap: 35px;
    margin-top: 33px;
  }
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-item__icon {
  width: 160px;
}
@media screen and (max-width: 1099px) {
  .feature-item__icon {
    width: 148px;
  }
}
@media screen and (max-width: 767px) {
  .feature-item__icon {
    width: 133px;
  }
}

.feature-item__title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 1099px) {
  .feature-item__title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .feature-item__title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 4px;
  }
}

.feature-item__disc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .feature-item__disc {
    margin-top: 1px;
    font-size: 18px;
    line-height: 26px;
  }
}

.about-us__bg {
  background: url(../img/top-about-bg.webp) no-repeat center center/cover;
}

.business__bg {
  background: url(../img/top-business-bg.webp) no-repeat center center/cover;
}

.business__musk {
  margin-left: auto;
}

.works {
  padding: 80px 0 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works {
    padding: 40px 0 82px;
  }
}
.works::after {
  position: absolute;
  content: "";
  background: url(../img/bg-logo.svg) no-repeat center center/contain;
  width: 850px;
  height: 700px;
  right: -86px;
  bottom: -215px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .works::after {
    width: 532px;
    height: 438px;
    right: -115px;
    bottom: -100px;
  }
}

.works__head {
  background: linear-gradient(90deg, #C60000 0%, #600000 100%);
  padding: 12px 40px 12px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  max-width: 915px;
}
@media screen and (max-width: 1099px) {
  .works__head {
    max-width: clamp(
      700px,
      calc(700px + (215) * ((100vw - 768px) / (1100 - 768))),
      915px
    );
    padding-left: clamp(
      60px,
      calc(60px + (60) * ((100vw - 768px) / (1100 - 768))),
      120px
    );
  }
}
@media screen and (max-width: 767px) {
  .works__head {
    max-width: 362px;
    padding: 15px 11px 13px 21px;
  }
}

.section-title--works {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .section-title--works {
    gap: 10px;
  }
}
.section-title--works .section-title__main {
  color: #fff;
}
.section-title--works .section-title__sub {
  margin-top: 0;
}

.works__page-link {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .works__page-link {
    font-size: 18px;
    line-height: 20px;
  }
}

.works__slider {
  margin-top: 80px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .works__slider {
    margin-top: 40px;
    margin-left: 10px;
  }
}

.works-card {
  max-width: 353px;
  border-radius: 0 !important;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .works-card {
    max-width: 250px;
  }
}

.works-card__link {
  display: inline-block;
}

.works-card__tag {
  margin-top: 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #C60000;
  padding: 4px 12px;
  border: 1px solid #C60000;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .works-card__tag {
    margin-top: 13px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 7px;
  }
}

.works-card__title {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .works-card__title {
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
  }
}

.works-card__disc {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #4A5565;
}
@media screen and (max-width: 767px) {
  .works-card__disc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
}

.progress-bar {
  width: 100%;
  max-width: 360px;
  height: 16px;
  margin-left: 185px;
  border-radius: 8px;
  background: #D9D9D9;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1099px) {
  .progress-bar {
    margin-left: clamp(
      100px,
      calc(100px + (85) * ((100vw - 768px) / (1100 - 768))),
      185px
    );
  }
}
@media screen and (max-width: 767px) {
  .progress-bar {
    margin-top: 50px;
    margin-left: 10px;
    max-width: 258px;
    height: 9.4px;
  }
}

.progress-bar span {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 8px 0 0 8px;
  background: #A32727;
}

.recruit__bg {
  background: url(../img/top-recruit-bg.webp) no-repeat center center/cover;
}

.page-header {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .page-header {
    border: none;
  }
}

.page-header__bg {
  background: no-repeat center center/cover;
  position: absolute;
  inset: 0;
  -webkit-clip-path: polygon(26% 0%, 100% 0%, 100% 100%, 35% 100%);
          clip-path: polygon(26% 0%, 100% 0%, 100% 100%, 35% 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1099px) {
  .page-header__bg {
    -webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 50% 100%);
            clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 50% 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .page-header__bg {
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.about-us-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about-us-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .about-us-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about-us-bg-sp.webp) no-repeat center center/cover;
  }
}

.page-header__title {
  padding: 63px 0 105px 56px;
}
@media screen and (max-width: 1099px) {
  .page-header__title {
    padding: 50px 0 85px 56px;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title {
    padding: 23px 0 85px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title .section-title__main {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .page-header__title .section-title__sub {
    color: #fff;
    line-height: 16px;
    margin-top: 8px;
  }
}

.page-main {
  position: relative;
}
.page-main::after {
  position: absolute;
  content: "";
  background: url(../img/bg-logo.svg) no-repeat center center/contain;
  width: 850px;
  height: 700px;
  right: -129px;
  top: -190px;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .page-main::after {
    width: 466px;
    height: 384px;
    right: -103px;
    top: -70px;
  }
}

.company {
  padding: 82px 0 72px;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 26px 0 70px;
  }
}

.company__inner {
  max-width: 950px;
}

.company__list {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .company__list {
    margin-top: 18px;
  }
}

.access {
  padding: 53px 0 80px 0;
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 26px 0 44px;
  }
}

.access__inner {
  max-width: 940px;
}

.access__map {
  margin-top: 57px;
  aspect-ratio: 900/500;
}
@media screen and (max-width: 767px) {
  .access__map {
    margin-top: 25px;
    aspect-ratio: 335/211;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

.archive-works-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about-us-bg.webp);
}
@media screen and (max-width: 767px) {
  .archive-works-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about-us-bg-sp.webp) no-repeat center center/cover;
  }
}

.archive-works {
  padding: 92px 0 65px;
}
@media screen and (max-width: 767px) {
  .archive-works {
    padding: 41px 0 80px;
  }
}

.filter-nav {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .filter-nav {
    -webkit-overflow-scrolling: touch;
    padding-left: clamp(
      20px,
      calc(20px + (90) * ((100vw - 375px) / (767 - 375))),
      110px
    );
    padding-right: 20px;
  }
}

.filter-nav__list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .filter-nav__list {
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.filter-nav__item {
  flex-shrink: 0;
}

.filter-nav__button {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 5px 32px;
  border: 2px solid #C60000;
  color: #C60000;
}
@media screen and (max-width: 767px) {
  .filter-nav__button {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 22px;
  }
}
.filter-nav__button.is-active {
  background: #C60000;
  color: #fff;
}

.archive-works__inner {
  max-width: 1120px;
}

.archive-works__grid {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 10px;
}
@media screen and (max-width: 767px) {
  .archive-works__grid {
    margin-top: 39px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    justify-items: center;
  }
}
@media screen and (max-width: 767px) {
  .archive-works__grid .works-card {
    width: 100%;
    max-width: 540px;
  }
}

.single-works-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about-us-bg.webp);
}
@media screen and (max-width: 767px) {
  .single-works-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about-us-bg-sp.webp) no-repeat center center/cover;
  }
}

.single-works {
  padding: 93px 0 42px;
}
@media screen and (max-width: 767px) {
  .single-works {
    padding: 36px 0 55px;
  }
}

.single-works__inner {
  max-width: 790px;
}

.single-works__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .single-works__meta {
    gap: 11.5px;
  }
}

.single-works__date {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .single-works__date {
    font-size: 14px;
    line-height: 20px;
  }
}

.single-works__category {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #C60000;
}
@media screen and (max-width: 767px) {
  .single-works__category {
    font-size: 14px;
    line-height: 20px;
  }
}

.single-works__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 20px;
}
@media screen and (max-width: 1099px) {
  .single-works__title {
    font-size: 24px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .single-works__title {
    margin-top: 4px;
    font-size: 22px;
    line-height: 32.5px;
  }
}

.single-works__gallery {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .single-works__gallery {
    margin-top: 32px;
  }
}

.works-gallery__thumbs {
  margin-top: 16.5px;
}
@media screen and (max-width: 767px) {
  .works-gallery__thumbs {
    margin-top: 8px;
  }
}
.works-gallery__thumbs .swiper-slide {
  width: 25%;
  opacity: 0.4;
  cursor: pointer;
}
.works-gallery__thumbs .img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-gallery__thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #C60000;
}

.single-works__list {
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .single-works__list {
    margin-top: 13px;
  }
}
.single-works__list .definition-list__item:last-child .definition-list__term,
.single-works__list .definition-list__item:last-child .definition-list__desc {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .single-works__list .definition-list__item:last-child .definition-list__term {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-works__list .definition-list__item:last-child .definition-list__desc {
    padding-top: 0;
  }
}
.single-works__list .definition-list__item::after {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .single-works__list .definition-list__item::after {
    width: 100px;
  }
}
.single-works__list .definition-list__term {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .single-works__list .definition-list__term {
    width: 100%;
  }
}
.single-works__list .definition-list__desc {
  width: calc(100% - 140px);
  padding-right: 20px;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .single-works__list .definition-list__desc {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 21px;
  }
}

.recruit-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/recruit-bg.webp);
}
@media screen and (max-width: 767px) {
  .recruit-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about-us-bg-sp.webp) no-repeat center center/cover;
  }
}

.recruit__inner {
  max-width: 1080px;
}

.ideal-candidate {
  padding-top: 94px;
}
@media screen and (max-width: 767px) {
  .ideal-candidate {
    padding-top: 35px;
  }
}

.recruit-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #C60000;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .recruit-title {
    font-size: 40px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.recruit-title::after {
  position: absolute;
  content: "";
  width: 84px;
  height: 2px;
  background: #333;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1099px) {
  .recruit-title::after {
    width: 60px;
    bottom: -24px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-title::after {
    width: 48px;
    bottom: -17px;
  }
}

.ideal-candidate__content {
  margin-top: 81px;
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ideal-candidate__content {
    margin-top: 47px;
    padding: 32px 16px;
    background: #F5F5F5;
  }
}

.ideal-candidate__bg {
  position: absolute;
  background: url(../img/ideal-candidate-bg.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ideal-candidate__bg {
    background: url(../img/ideal-candidate-bg-sp.webp) no-repeat top center/cover;
    width: 100%;
    height: auto;
    aspect-ratio: 342/250;
    top: 100%;
    left: 0;
    max-height: 250px;
  }
}

.ideal-candidate__lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 63.5%;
}
@media screen and (max-width: 1099px) {
  .ideal-candidate__lists {
    padding-left: 48%;
  }
}
@media screen and (max-width: 767px) {
  .ideal-candidate__lists {
    padding-left: 36px;
    gap: 12px;
  }
}

.ideal-candidate__list {
  font-size: 22px;
  font-weight: 700;
  line-height: 29.25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ideal-candidate__list {
    font-size: 16px;
    line-height: 26px;
  }
}
.ideal-candidate__list::after {
  position: absolute;
  content: "";
  background: url(../img/check-icon.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ideal-candidate__list::after {
    width: 20px;
    height: 20px;
    left: -36px;
  }
}

.conditions {
  padding-top: 94px;
}
@media screen and (max-width: 767px) {
  .conditions {
    padding-top: 280px;
    padding-bottom: 85px;
  }
}

.conditions__list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .conditions__list {
    margin-top: 35px;
  }
}
.conditions__list .definition-list__item::after {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .conditions__list .definition-list__item::after {
    width: 100px;
  }
}
.conditions__list .definition-list__term {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .conditions__list .definition-list__term {
    width: 100%;
  }
}
.conditions__list .definition-list__desc {
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .conditions__list .definition-list__desc {
    width: 100%;
    padding-bottom: 20px;
  }
}

.business-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/business-bg.webp);
}
@media screen and (max-width: 767px) {
  .business-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about-us-bg-sp.webp) no-repeat center center/cover;
  }
}

.business {
  padding: 95px 0 65px;
}
@media screen and (max-width: 767px) {
  .business {
    padding: 37px 0 70px;
  }
}

.business__inner {
  max-width: 1440px;
}

.business__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #C60000;
}
@media screen and (max-width: 1099px) {
  .business__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .business__title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
}
.business__title .text-black {
  color: #333;
  font-weight: 700;
}

.business__desc {
  margin-top: 22px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .business__desc {
    font-size: 17px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .business__desc {
    margin-top: 23px;
    font-size: 15.5px;
    line-height: 26px;
    padding: 0 20px;
  }
}

.business__items {
  margin-top: 20px;
}
@media screen and (max-width: 1099px) {
  .business__items {
    flex-direction: column;
    gap: 50px;
    display: flex;
    margin-top: 100px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .business__items {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}

.business__item {
  padding: 72px 0 104px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .business__item {
    padding: 0;
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .business__item {
    padding: 0;
  }
}

.service-item {
  display: flex;
  gap: 5%;
  justify-content: flex-end;
}
@media screen and (max-width: 1099px) {
  .service-item {
    flex-direction: column-reverse;
    gap: 28px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .service-item {
    flex-direction: column-reverse;
    gap: 28px;
    justify-content: center;
  }
}

.service-item__content {
  width: 500px;
}
@media screen and (max-width: 1099px) {
  .service-item__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service-item__content {
    width: 100%;
  }
}

.service-item__info {
  padding-left: 20px;
}
@media screen and (max-width: 1099px) {
  .service-item__info {
    padding-left: 0px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-item__info {
    padding-left: 0px;
    padding: 0 20px;
  }
}

.service-item__title {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}
@media screen and (max-width: 1099px) {
  .service-item__title {
    gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .service-item__title {
    gap: 20px;
    align-items: center;
  }
}

.service-item__maintitle {
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
  color: #C60000;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1099px) {
  .service-item__maintitle {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-item__maintitle {
    font-size: 30px;
    line-height: 36px;
    padding-left: 10px;
  }
}
.service-item__maintitle::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 42px;
  background: #C60000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .service-item__maintitle::after {
    height: 37px;
  }
}

.service-item__subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 1099px) {
  .service-item__subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .service-item__subtitle {
    font-size: 16px;
    line-height: 40px;
  }
}

.service-item__desc {
  margin-top: 55px;
}
@media screen and (max-width: 1099px) {
  .service-item__desc {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-item__desc {
    margin-top: 30px;
    font-size: 15.5px;
  }
}

.service-item__button {
  position: absolute;
  left: 0;
  bottom: 72px;
  width: 50%;
}
@media screen and (max-width: 1099px) {
  .service-item__button {
    width: 100%;
    position: static;
    bottom: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service-item__button {
    width: 100%;
    position: static;
    bottom: 0;
    margin-top: 30px;
  }
}

.service-button {
  background: linear-gradient(90deg, #A82B2B 0%, #600000 26.44%, #190101 72.64%, rgba(25, 1, 1, 0) 92.64%);
}

.service-button__link {
  display: inline-block;
  padding: 14px 15% 14px 34px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-button__link {
    padding: 17px 15% 18px 22px;
  }
}

.service-button__texts {
  display: flex;
  gap: 44px;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .service-button__texts {
    display: block;
  }
}

.service-button__ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .service-button__ja {
    font-size: 18px;
    line-height: 20px;
  }
}

.service-button__en {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .service-button__en {
    display: none;
  }
}

.service-item__img {
  width: 48.6111111111%;
  min-width: 600px;
  height: 400px;
}
@media screen and (max-width: 1099px) {
  .service-item__img {
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-item__img {
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 0 20px;
  }
  .service-item__img img {
    min-height: 250px;
  }
}

.service-item--reverse {
  gap: 3.3333333333%;
  background: #F9F9F9;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1099px) {
  .service-item--reverse {
    flex-direction: column-reverse;
    gap: 28px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .service-item--reverse {
    flex-direction: column-reverse;
    gap: 28px;
    background: #fff;
  }
}
.service-item--reverse .service-item__info {
  padding-left: 0;
  padding-right: 20px;
}
@media screen and (max-width: 1099px) {
  .service-item--reverse .service-item__info {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-item--reverse .service-item__info {
    padding: 0 20px;
  }
}
.service-item--reverse .service-button {
  background: linear-gradient(270deg, #A82B2B 0%, #600000 26.44%, #190101 72.64%, rgba(25, 1, 1, 0) 92.64%);
}
@media screen and (max-width: 1099px) {
  .service-item--reverse .service-button {
    background: linear-gradient(90deg, #A82B2B 0%, #600000 26.44%, #190101 72.64%, rgba(25, 1, 1, 0) 92.64%);
  }
}
@media screen and (max-width: 767px) {
  .service-item--reverse .service-button {
    background: linear-gradient(90deg, #A82B2B 0%, #600000 26.44%, #190101 72.64%, rgba(25, 1, 1, 0) 92.64%);
  }
}
.service-item--reverse .service-item__button {
  right: 0;
  left: auto;
}
.service-item--reverse .service-button__texts {
  gap: 37px;
  justify-content: flex-end;
}
@media screen and (max-width: 1099px) {
  .service-item--reverse .service-button__texts {
    justify-content: start;
  }
}

.contact-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about-us-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .contact-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about-us-bg-sp.webp) no-repeat center center/cover;
  }
}

.contact-intro {
  padding: 88px 0 90px;
}
@media screen and (max-width: 767px) {
  .contact-intro {
    padding: 50px 0;
  }
}

.contact-intro__text {
  text-align: center;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact-intro__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.contact-intro__text .text-red {
  color: #C60000;
  font-weight: 500;
}

.contact-tel {
  padding: 64px 0 82px;
  text-align: center;
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .contact-tel {
    padding: 36px 0 48px;
  }
}

.contact-tel__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .contact-tel__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.contact-tel__content {
  margin: 32px auto 0;
  max-width: 672px;
  padding: 54px 0 42px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact-tel__content {
    margin-top: 15px;
    padding: 25px 0 28px;
    max-width: 320px;
  }
}

.contact-tel__link {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  line-height: 32px;
  color: #C60000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-tel__link {
    font-size: 28px;
    line-height: 32px;
    padding-left: 32px;
  }
}
.contact-tel__link::after {
  position: absolute;
  content: "";
  background: url(../img/tel-icon.svg) no-repeat center center/contain;
  width: 60px;
  height: 68px;
  left: -54px;
  top: calc(50% + 5px);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact-tel__link::after {
    width: 38px;
    height: 43px;
    left: 0px;
  }
}

.contact-tel__reception {
  margin-top: 4px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact-tel__reception {
    font-size: 14px;
    line-height: 20px;
  }
}

.contact-form {
  padding-top: 94px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding-top: 35px;
    padding-bottom: 85px;
  }
}

.contact-form__inner {
  max-width: 840px;
}

.contact-form__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-form__title {
    font-size: 20px;
    line-height: 30px;
  }
}

.contact-form__message {
  margin-top: 10px;
  text-align: center;
}
.contact-form__message .text-red {
  color: #C60000;
}

.contact-form__items {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .contact-form__items {
    margin-top: 28px;
    gap: 20px;
  }
}

.form-item__label {
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .form-item__label {
    color: #C60000;
  }
}
.form-item__label .text-red {
  color: #C60000;
  font-weight: 700;
}

.form-item__content {
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .form-item__content {
    margin-top: 8px;
  }
}

.form-item__radio {
  margin-top: 16px;
}

.form-item__input {
  box-shadow: none;
  border: none;
  background: #EBECED;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  font-size: 14px;
  font-weight: 350px;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .form-item__input {
    font-size: 16px;
    padding: 8px;
  }
}

.form-item__textarea {
  box-shadow: none;
  border: none;
  background: #EBECED;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  font-size: 14px;
  font-weight: 350px;
  padding: 14px 12px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .form-item__textarea {
    font-size: 16px;
    padding: 8px;
    height: 200px;
  }
}

input::-moz-placeholder {
  color: #737373;
}

input::placeholder {
  color: #737373;
}

input:focus, textarea:focus {
  outline: none;
  border: 2px solid #C60000;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  input:focus, textarea:focus {
    padding: 6px;
  }
}

.radio-form__label:hover {
  cursor: pointer;
}

.radio-form__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.radio-form__input:checked + .radio-form__text {
  font-weight: 700;
}
.radio-form__input:checked + .radio-form__text::after {
  opacity: 1;
}

.radio-form__text {
  padding-left: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
.radio-form__text::after, .radio-form__text::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
}
.radio-form__text::before {
  background: #EBECED;
}
.radio-form__text::after {
  background: url(../img/radio-check-icon.svg) no-repeat center center/contain;
  opacity: 0;
}

.contact-form__button {
  margin-top: 87px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-form__button {
    margin-top: 44px;
  }
}

.contact-form__submit {
  width: 260px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 4px;
  background: linear-gradient(180deg, #C60000 -28.21%, #600000 94.77%);
  font-weight: 700;
  color: #fff;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .contact-form__submit {
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

.wpcf7-form-control-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1099px) {
  .wpcf7-radio {
    gap: 12px;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item label:hover {
  cursor: pointer;
}
.wpcf7-list-item input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label {
  font-weight: 700;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
.wpcf7-list-item .wpcf7-list-item-label::after, .wpcf7-list-item .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
}
.wpcf7-list-item .wpcf7-list-item-label::before {
  background: #EBECED;
}
.wpcf7-list-item .wpcf7-list-item-label::after {
  background: url(../img/radio-check-icon.svg) no-repeat center center/contain;
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */