/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

figure {
  margin: 0;
}

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

address {
  font-style: normal;
}

a {
  display: block;
  color: #000;
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

.conversion__number {
  font-size: 64px;
  font-family: "din-2014", sans-serif;
  letter-spacing: 3px;
  line-height: 1;
  font-weight: bold;
}

.conversion__line {
  display: block;
  padding: 18px 96px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .conversion__line {
    padding: 18px 0;
  }
}

.building__title, .faq__title, .price__title, .service__title, .customer-stories__title, .design__title, .flow__title {
  font-size: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 64px auto;
}
@media screen and (max-width: 599px) {
  .building__title, .faq__title, .price__title, .service__title, .customer-stories__title, .design__title, .flow__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.building__title::before, .faq__title::before, .price__title::before, .service__title::before, .customer-stories__title::before, .design__title::before, .flow__title::before {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  content: attr(text);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .building__title::before, .faq__title::before, .price__title::before, .service__title::before, .customer-stories__title::before, .design__title::before, .flow__title::before {
    font-size: 24px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

body {
  font-family: acumin-pro, Noto Sans JP, sans-serif;
}

b {
  color: #E8122A;
  font-weight: bold;
}

p, dd, li, h2, h3, h4 {
  line-height: 1.5;
}

h2, h3, h4 {
  letter-spacing: 0.05em;
}

p {
  letter-spacing: 0.05em;
}

.sp {
  display: none;
}
@media screen and (max-width: 1288px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 1288px) {
  .pc {
    display: none;
  }
}

.pad {
  display: block;
}
@media screen and (max-width: 599px) {
  .pad {
    display: none;
  }
}

.number {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 1584px) {
  .number {
    font-size: 48px;
  }
}
@media screen and (max-width: 599px) {
  .number {
    font-size: 10vw;
  }
}

.br {
  display: block;
}

.wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 599px) {
  .wrap {
    gap: 32px;
  }
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .inner {
    width: calc(100% - 32px);
  }
}

.btn {
  background: linear-gradient(30deg, #004092, #246ED3);
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  padding: 24px 48px;
  border-radius: 8px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn:before {
  content: "";
  display: block;
  min-width: 18px;
  min-height: 18px;
  border-radius: 100%;
  transform: rotate(45deg);
  background: linear-gradient(180deg, #004092, #004092 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #004092, #004092 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #fff;
}
.btn:hover:before {
  background: linear-gradient(180deg, #004092, #004092 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #004092, #004092 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #fff;
}
@media screen and (max-width: 599px) {
  .btn {
    padding: 16px 32px;
    width: 100%;
    justify-content: center;
  }
}

.contents-space {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 599px) {
  .contents-space {
    gap: 32px;
  }
}
.contents-space__inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .contents-space__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .contents-space__inner {
    width: calc(100% - 32px);
  }
}

.hl {
  position: relative;
}
.hl::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  display: block;
  background-color: #fed634;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 0.125em);
  bottom: calc(100% + 8px);
}

.conversion {
  background-color: #fff;
  position: relative;
}
.conversion__body {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  text-align: center;
  padding: 48px 32px 32px 32px;
}
@media screen and (max-width: 1288px) {
  .conversion__body {
    display: block;
    padding: 32px;
  }
}
@media screen and (max-width: 599px) {
  .conversion__body {
    padding: 24px;
  }
}
.conversion__copy {
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.5em;
  background-color: #fff;
  padding: 4px;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 1288px) {
  .conversion__copy {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .conversion__copy {
    font-size: 16px;
  }
}
.conversion__ul {
  display: flex;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.conversion__li {
  background: #fed634;
  padding: 6px 12px;
  border-radius: 22px;
}
.conversion__li:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 599px) {
  .conversion__li {
    font-size: 14px;
  }
}
.conversion__number {
  font-size: 96px;
  margin: 8px 0;
}
@media screen and (max-width: 1584px) {
  .conversion__number {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .conversion__number {
    font-size: 10vw;
    white-space: nowrap;
  }
}
.conversion__contact {
  background-color: #E8122A;
  border-bottom: 6px solid #AA0013;
  margin-bottom: 18px;
  padding: 32px 64px 32px 96px;
  width: 100%;
  color: #fff;
  background: url("images/ico-mail.webp") left 64px center/24px no-repeat #E8122A;
}
@media screen and (max-width: 1288px) {
  .conversion__contact {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .conversion__contact {
    padding: 16px 32px 16px 48px;
    margin-bottom: 18px;
    background-position: left 32px center;
  }
}
.conversion__line {
  background-color: #58B023;
  border-bottom: 6px solid #4D771E;
}
@media screen and (max-width: 1288px) {
  .conversion__btn {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    gap: 32px;
    margin: 32px auto 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .conversion__btn {
    display: block;
    width: 100%;
    gap: 16px;
    margin: 16px auto 0 auto;
  }
}
.conversion__cach {
  line-height: 1.5;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.campaign {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .campaign {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .campaign {
    width: calc(100% - 32px);
  }
}
.campaign__body {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
}
.campaign__description {
  width: 50%;
  line-height: 1.5;
}
.campaign__description small {
  font-size: 12px;
  font-weight: normal;
}
.campaign__copy {
  font-weight: bold;
  margin-bottom: 16px;
}
.campaign__data {
  color: #fff424;
  font-weight: bold;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  -webkit-text-stroke: 3px #cd4051;
}
.campaign__data-num {
  font-size: 112px;
  line-height: 1em;
  letter-spacing: -0.1em;
  display: inline-block;
}
.campaign__data-max {
  font-size: 24px;
  margin-top: 8px;
  display: block;
  font-weight: bold;
  color: #fff424;
  text-shadow: 2px 2px 0 #cd4051, -2px -2px 0 #cd4051, -2px 2px 0 #cd4051, 2px -2px 0 #cd4051;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.campaign__data-max-num {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
}
.campaign__title {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  color: #E8122A;
  font-family: "ten-mincho-antique", sans-serif;
  font-weight: 400;
  font-size: 32px;
  background-color: #fff;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}
.campaign__title::before, .campaign__title::after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 100%;
  background-color: #D97A05;
}
.campaign__title::before {
  left: -1px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.campaign__title::after {
  right: -1px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.campaign__inner {
  padding: 32px;
  background: repeating-linear-gradient(90deg, #D97A05 0px, #D97A05 40px, #E8122A 40px, #E8122A 80px);
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.campaign__inner::after {
  content: "CAMPAIGN";
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 18vw;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 12vw);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #cd4051;
  line-height: 1;
  z-index: -1;
}
.campaign__inner b {
  color: #fff424;
}
.campaign__count-num {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  color: #E8122A;
  letter-spacing: -0.1em;
  margin-right: 4px;
}
.campaign__date {
  display: flex;
  margin: 0 0 0 auto;
  align-items: center;
  font-weight: bold;
  gap: 8px;
  background-color: #fff;
  line-height: 1em;
}
@media screen and (max-width: 599px) {
  .campaign__date {
    flex-direction: column;
  }
}
.campaign__date-contents {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .campaign__date-contents {
    align-items: center;
    gap: 16px;
  }
}
.campaign__date-contents-dates {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 599px) {
  .campaign__date-contents-dates {
    flex-direction: column;
  }
}
.campaign__date-title {
  background-color: #fed634;
  height: 100%;
  padding: 16px;
}
@media screen and (max-width: 599px) {
  .campaign__date-title {
    width: 100%;
  }
}
.campaign__date-num {
  color: #E8122A;
  line-height: 1;
}
.campaign__date-time {
  display: flex;
  align-items: center;
  gap: 4px;
}
.campaign__date-week {
  background-color: #E8122A;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 2px 2px 3px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign__att {
  font-size: 14px;
  gap: 8px;
  background-color: #cd4051;
  color: #fff;
  padding: 4px 16px;
  text-align: right;
}

.record {
  background: url("images/record-left.webp") left/contain no-repeat, url("images/record-right.webp") right/contain no-repeat;
  padding: 32px 96px;
  color: #004092;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  white-space: nowrap;
}
.record strong {
  display: block;
  font-size: 48px;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #246ED3, #004092);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  line-height: 1;
}
.record mark {
  font-size: 112px;
  line-height: 1;
}

.breadcrumb {
  display: flex;
  gap: 4px;
  font-size: 14px;
  color: #8f8f8f;
  align-items: center;
  padding-top: 16px;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .breadcrumb {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumb {
    width: calc(100% - 32px);
  }
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item:not(:first-child)::before {
  content: ">";
  margin: 0 4px;
}
.breadcrumb__item a {
  text-decoration: underline;
}

.comp:nth-child(odd) {
  background-color: #f7f7f7;
}
.comp__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 1288px) {
  .comp__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .comp__inner {
    width: calc(100% - 32px);
  }
}
.comp__title {
  font-size: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
  background: linear-gradient(#fed634, #fed634) no-repeat center bottom/1em 4px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.comp__title span {
  display: block;
  font-size: calc(40px - 16px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .comp__title {
    font-size: calc(40px - 8px);
  }
}
.comp__description {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 40px auto;
  line-height: 1.5;
}
.comp__link {
  display: block;
  color: #fff;
  background: #333;
  border-radius: 4px;
  padding: 32px 64px;
  font-weight: bold;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 64px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .comp__link {
    padding: 16px 32px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}
.comp__link:hover {
  background: #fff;
  outline: 2px solid #333;
  color: #333;
}

.post-comp__list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.post-comp__item {
  width: calc((100% - 64px) / 3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .post-comp__item {
    width: 100%;
  }
}
.post-comp__item--bg {
  width: calc((100% - 64px) / 3);
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .post-comp__item--bg {
    width: 100%;
  }
}
.post-comp__link {
  display: flex;
  flex-direction: column;
}
.post-comp__thumbnail {
  width: 100%;
  height: 200px;
  background-color: #ccc;
  order: 1;
}
.post-comp__content {
  padding: 16px;
  order: 2;
}
.post-comp__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  align-items: flex-start;
}
.post-comp__tags {
  display: flex;
  gap: 8px;
  justify-content: end;
}
.post-comp__tag::before {
  content: "#";
  margin-right: 4px;
}
.post-comp__date {
  font-size: 12px;
  color: #8f8f8f;
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.dot, .dot--orange {
  position: relative;
}
.dot::before, .dot--orange::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fed634;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 4px);
  top: -12px;
}
.dot--orange::before {
  background-color: #D97A05;
}

.highlight {
  background: linear-gradient(to bottom, transparent 70%, #fed634 70%);
}

.br {
  display: block;
}

.area-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.area-list__item {
  width: calc((100% - 40px) / 6);
  background-color: #D97A05;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .area-list__item {
    width: calc((100% - 24px) / 4);
  }
}
.area-list__item-link {
  color: #fff;
  padding: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.att {
  border: 6px solid #fed634;
  padding: 32px;
  background-color: #fff;
  margin-top: 40px;
  line-height: 1.5;
}

.flow-comp__inner {
  padding: 96px 0;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .flow-comp__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .flow-comp__inner {
    width: calc(100% - 32px);
  }
}
.flow-comp__list {
  display: flex;
  gap: 32px;
  counter-reset: item;
}
@media screen and (max-width: 599px) {
  .flow-comp__list {
    flex-wrap: wrap;
  }
}
.flow-comp__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  width: calc((100% - 96px) / 4);
  justify-content: flex-end;
}
.flow-comp__item:not(:last-child) figure {
  position: relative;
}
.flow-comp__item:not(:last-child) figure::after {
  content: "";
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  border: solid transparent;
  border-left-color: #fed634;
  border-width: 8px;
  height: 0;
  width: 0;
}
@media screen and (max-width: 1288px) {
  .flow-comp__item {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 599px) {
  .flow-comp__item {
    width: 100%;
  }
}
.flow-comp__item-title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.flow-comp__item-title:before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  background-color: #fed634;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .flow-comp__item-title:before {
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
  }
}
.flow-comp__item-copy {
  font-size: 16px;
}

.flow {
  position: relative;
  overflow: hidden;
  background: url("images/bg_flow.jpg") bottom/100% no-repeat;
}
.flow:before {
  content: "FLOW";
  position: absolute;
  z-index: 0;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 15vw;
  line-height: 1;
  writing-mode: vertical-rl;
  top: 32px;
  right: 0;
  color: rgba(40, 40, 40, 0.1);
}
.flow__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 1288px) {
  .flow__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .flow__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 599px) {
  .flow__inner {
    padding: 64px 0;
  }
}
.flow__title {
  text-align: center;
}
.flow__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
}
@media screen and (max-width: 599px) {
  .flow__content {
    gap: 12px;
  }
}
.flow__list {
  background-color: #fed634;
  padding: 8px 8px 0 8px;
  counter-reset: item;
  overflow: hidden;
}
.flow__item {
  background-color: #fff;
  margin-bottom: 8px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding: 32px;
  gap: 32px;
}
@media screen and (max-width: 599px) {
  .flow__item {
    flex-direction: column-reverse;
    padding: 16px;
    padding: 0;
    gap: 0;
  }
}
.flow__item:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: calc(100% - 0.5px);
}
.flow__item:not(:last-child):before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background: #fed634;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: calc(100% + 7.5px);
}
.flow__item:not(:first-child) {
  padding-top: 64px;
}
@media screen and (max-width: 599px) {
  .flow__item:not(:first-child) {
    padding-top: 0;
  }
}
.flow__item:nth-child(1) {
  z-index: 3;
}
.flow__item:nth-child(2) {
  z-index: 2;
}
.flow__item:nth-child(3) {
  z-index: 1;
}
.flow__item:nth-child(4) {
  z-index: 0;
}
.flow__item-figure {
  width: 30%;
}
@media screen and (max-width: 599px) {
  .flow__item-figure {
    width: 100%;
  }
}
.flow__item-figure img {
  width: 100%;
  height: auto;
}
.flow__item-text {
  width: calc(70% - 32px);
}
@media screen and (max-width: 599px) {
  .flow__item-text {
    width: 100%;
    padding: 16px;
  }
}
.flow__item-title {
  font-size: 32px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .flow__item-title {
    font-size: 24px;
  }
}
.flow__item-title::before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  background-color: #fed634;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  display: block;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .flow__item-title::before {
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    width: 32px;
    height: 32px;
    padding: 0 0 0 2px;
  }
}
.flow__duration {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  gap: 55px;
}
@media screen and (max-width: 599px) {
  .flow__duration {
    font-size: 16px;
  }
}
.flow__duration-item {
  background-color: #fed634;
  height: 233px;
  width: 100%;
  position: relative;
  padding: 32px 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .flow__duration-item {
    height: 353px;
  }
}
.flow__duration-item::after {
  content: "";
  display: block;
  width: 150%;
  height: 48px;
  background: #fed634;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
}
.flow__duration-item:first-child {
  height: 513px;
}
@media screen and (max-width: 599px) {
  .flow__duration-item:first-child {
    height: 753px;
  }
}
.flow__duration-number {
  font-weight: bold;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  color: #D97A05;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  -webkit-text-stroke: 3px #fff;
}
@media screen and (max-width: 599px) {
  .flow__duration-number {
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    -webkit-text-stroke: 1px #fff;
  }
}

.flow-steps {
  background-color: #f7f7f7;
}
.flow-steps__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 1288px) {
  .flow-steps__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .flow-steps__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 599px) {
  .flow-steps__inner {
    padding: 64px 0;
  }
}
.flow-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  counter-reset: flow-step;
}
.flow-steps__item {
  background-color: #fff;
  border-top: 3px solid #333;
}
.flow-steps__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.flow-steps__title::before {
  content: "STEP " counter(flow-step);
  counter-increment: flow-step;
  background-color: #fed634;
  font-weight: bold;
  padding: 6px 12px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .flow-steps__title {
    font-size: 20px;
  }
}
.flow-steps__content {
  padding: 16px 32px;
}
@media screen and (max-width: 1288px) {
  .flow-steps__content {
    padding: 16px 28px 16px 16px;
  }
}
.flow-steps__lead {
  margin-bottom: 16px;
  color: #333;
}
.flow-steps__sublist {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}
.flow-steps__subgroup {
  max-width: 25%;
}
@media screen and (max-width: 1288px) {
  .flow-steps__subgroup {
    max-width: 50%;
  }
}
.flow-steps__subitem {
  font-weight: bold;
  background-color: #fed634;
  padding: 2px 4px 2px 20px;
  position: relative;
  margin-bottom: 4px;
}
.flow-steps__subitem::before, .flow-steps__subitem::after {
  content: "";
  position: absolute;
  left: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.flow-steps__subitem::before {
  top: -4px;
  bottom: -4px;
  width: 16px;
  background-color: #fff;
  z-index: 2;
}
.flow-steps__subitem::after {
  top: 0;
  bottom: 0;
  width: 12px;
  background-color: #fed634;
  z-index: 3;
}
.flow-steps__subdesc {
  font-size: 14px;
  padding-left: 20px;
}
.flow-steps__note {
  background-color: #FEFAC5;
  padding: 16px;
}
.flow-steps__note p {
  margin: 0;
}
.flow-steps__note p:not(:last-child) {
  margin-bottom: 4px;
}

.header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 1288px) {
  .header {
    height: 64px;
  }
}
.header__link {
  padding: 8px 24px;
  height: 64px;
}
@media screen and (max-width: 1288px) {
  .header__link {
    height: 48px;
  }
}
@media screen and (max-width: 599px) {
  .header__link {
    height: 40px;
  }
}
.header__logo {
  width: auto;
  width: 120px;
  height: auto;
}
.header__copy {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .header__copy {
    display: block;
    width: calc(100% - 120px);
  }
}

.gnav__contact-link, .gnav__link, .gnav__btn {
  height: 80px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 1288px) {
  .gnav__contact-link, .gnav__link, .gnav__btn {
    height: 64px;
  }
}
@media screen and (max-width: 599px) {
  .gnav__contact-link, .gnav__link, .gnav__btn {
    height: 40px;
  }
}

.gnav {
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  right: 0;
}
.gnav .is-visible {
  opacity: 1;
  height: auto;
}
.gnav__ul {
  display: flex;
}
@media screen and (max-width: 1288px) {
  .gnav__ul {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    flex-direction: column;
    padding-top: 32px;
  }
}
.gnav__link, .gnav__btn {
  padding: 0 24px;
}
@media screen and (max-width: 599px) {
  .gnav__link, .gnav__btn {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1288px) {
  .gnav__link {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .gnav__link:before {
    content: "";
    display: block;
    min-width: 18px;
    min-height: 18px;
    border-radius: 100%;
    transform: rotate(45deg);
    background: linear-gradient(180deg, #fff, #fff 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #fff, #fff 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #fed634;
  }
  .gnav__link:hover:before {
    background: linear-gradient(180deg, #fff, #fff 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #fff, #fff 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #fed634;
  }
}
.gnav__btn {
  display: flex;
  align-items: center;
}
.gnav__btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fed634;
  border-top: 2px solid #fed634;
  margin-left: 8px;
  transform: rotate(135deg);
}
.gnav__btn--active {
  display: flex;
  align-items: center;
}
.gnav__btn--active:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fed634;
  border-top: 2px solid #fed634;
  margin-left: 8px;
  transform: rotate(-45deg);
}
.gnav__contact {
  background-color: #E8122A;
}
.gnav__contact-link {
  padding: 0 32px 0 60px;
  color: #fff;
  background: url("images/calculator-white.svg") left 32px center/18px no-repeat;
}
@media screen and (max-width: 1288px) {
  .gnav__contact-link {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.gnav__dl {
  display: flex;
  opacity: 0;
  height: 0;
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: opacity 0.2s;
  overflow: hidden;
}
@media screen and (max-width: 1288px) {
  .gnav__dl {
    position: static;
    flex-direction: column;
  }
}
.gnav__dl--active {
  opacity: 1;
  height: auto;
}
.gnav__dl-link {
  padding: 32px;
}
@media screen and (max-width: 1288px) {
  .gnav__dl-link {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .gnav__dl-link {
    padding: 16px;
  }
}
.gnav__dl-main {
  background-color: #FEFAC5;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1288px) {
  .gnav__dl-main {
    width: 100%;
  }
}
.gnav__dl-sub {
  display: flex;
  width: calc(100% - 500px);
  flex-wrap: wrap;
}
@media screen and (max-width: 1288px) {
  .gnav__dl-sub {
    width: 100%;
    border-bottom: 16px solid #FEFAC5;
  }
}
.gnav__body {
  width: 33.3333333333%;
}
@media screen and (max-width: 1288px) {
  .gnav__body {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .gnav__body {
    width: 100%;
    border-bottom: 1px solid #fed634;
  }
}
.gnav__dt {
  font-weight: bold;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gnav__dt:before {
  content: "";
  display: block;
  min-width: 18px;
  min-height: 18px;
  border-radius: 100%;
  transform: rotate(45deg);
  background: linear-gradient(180deg, #fff, #fff 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #fff, #fff 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #fed634;
}
.gnav__dt:hover:before {
  background: linear-gradient(180deg, #fff, #fff 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #fff, #fff 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #fed634;
}
@media screen and (max-width: 599px) {
  .gnav__dt {
    margin-bottom: 4px;
  }
}
.gnav__dt--main {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
}
.gnav__dt--main:before {
  content: "";
  display: block;
  min-width: 18px;
  min-height: 18px;
  border-radius: 100%;
  transform: rotate(45deg);
  background: linear-gradient(180deg, #fff, #fff 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #fff, #fff 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #fed634;
}
.gnav__dt--main:hover:before {
  background: linear-gradient(180deg, #fff, #fff 2px, transparent 2px) top 6px left 5px/7px no-repeat, linear-gradient(270deg, #fff, #fff 2px, transparent 2px) top 7px right 6px/4px 6px no-repeat, #fed634;
}
@media screen and (max-width: 599px) {
  .gnav__dt--main {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.gnav__dd {
  font-size: 14px;
  color: #fed634;
  line-height: 1.5;
}

.hamburger {
  display: none;
  cursor: pointer;
  background: transparent;
  border: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  width: 80px;
  height: 64px;
  background-color: #fff;
}
@media screen and (max-width: 1288px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  background: #fed634;
  display: block;
  height: 3px;
  position: absolute;
  width: calc(100% - 48px);
  transition: all 0.3s;
  left: 24px;
}
.hamburger__line:nth-child(1) {
  top: 18px;
}
.hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__line:nth-child(3) {
  bottom: 18px;
}
.hamburger.is-active .hamburger__line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.is-active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__line:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.mainvisual__container {
  display: flex;
  flex-direction: column-reverse;
  background: url("images/mainvisual-bg.webp") bottom/cover no-repeat;
}
.mainvisual__achievements {
  display: flex;
  padding: 16px 0;
  flex-direction: column-reverse;
  position: relative;
}
.mainvisual__achievements-container {
  overflow: hidden;
}
.mainvisual__achievements-title {
  color: #fff;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding: 0 16px;
  font-family: "ten-mincho-antique", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 0;
  top: 100%;
}
.mainvisual__achievements-title::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #fff;
  animation: blink 0.01s ease-in-out infinite;
}
.mainvisual__achievements-list {
  display: flex;
  gap: 16px;
  animation: mainvisual-marquee 30s linear infinite;
  will-change: transform;
}
.mainvisual__achievements-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 4px 8px;
}
.mainvisual__achievements-item img {
  display: block;
  height: 32px;
  width: auto;
}
.mainvisual__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 96px 0;
  display: flex;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 1288px) {
  .mainvisual__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .mainvisual__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 1288px) {
  .mainvisual__inner {
    flex-direction: column;
    gap: 16px;
    padding: 32px 0;
  }
}
.mainvisual__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mainvisual__headline {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: 700;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 32px;
  font-family: "ten-mincho-antique", sans-serif;
  font-weight: 400;
  font-size: 32px;
}
@media screen and (max-width: 1288px) {
  .mainvisual__headline {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .mainvisual__headline {
    font-size: 16px;
    padding-bottom: 4px;
  }
}
.mainvisual__subheadline {
  font-size: 32px;
  text-align: center;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .mainvisual__subheadline {
    font-size: 24px;
    margin-top: 16px;
  }
}
.mainvisual__subheadline-mincho {
  font-family: "ten-mincho-antique", sans-serif;
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 16px;
  display: block;
}
@media screen and (max-width: 599px) {
  .mainvisual__subheadline-mincho {
    font-size: 32px;
  }
}
.mainvisual__highlight {
  font-size: 40px;
  color: #fff;
  padding: 8px 16px;
  white-space: nowrap;
  font-family: "ten-mincho-antique", sans-serif;
  font-weight: 400;
  font-size: 48px;
}
@media screen and (max-width: 599px) {
  .mainvisual__highlight {
    padding: 8px;
    font-size: 32px;
  }
}
.mainvisual__list {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: bold;
  margin-top: 32px;
}
.mainvisual__item {
  margin-bottom: 10px;
  font-family: "ten-mincho-antique", sans-serif;
  font-weight: 400;
  font-size: 24px;
  position: relative;
  padding-left: 32px;
}
@media screen and (max-width: 599px) {
  .mainvisual__item {
    font-size: 16px;
  }
}
.mainvisual__item::after {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(0.25em + 4px);
  transform: rotate(45deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  background-color: transparent;
}
.mainvisual__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 24px;
  height: 24px;
  background-color: #fed634;
}
.mainvisual__location {
  font-family: "ten-mincho-antique", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-size: 32px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px auto;
}
.mainvisual__feature {
  background-color: #fed634;
  border-radius: 50%;
  font-size: 24px;
  font-family: "ten-mincho-antique", sans-serif;
  font-weight: 400;
  font-size: 24px;
  padding: 16px;
  text-align: center;
  width: 160px;
  height: 160px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .mainvisual__feature {
    padding: 8px;
    width: calc((100vw - 32px - 16px) / 3);
    height: calc((100vw - 32px - 16px) / 3);
    font-size: 18px;
  }
}
.mainvisual__feature::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 18px;
  height: 18px;
  background-color: #fed634;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transform: rotate(-90deg);
}
.mainvisual__feature-number {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .mainvisual__feature-number {
    font-size: 24px;
  }
}
.mainvisual__details {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .mainvisual__details {
    flex-direction: column-reverse;
  }
}
.mainvisual__price {
  color: #D97A05;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  -webkit-text-stroke: 3px #fff;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.005em;
}
.mainvisual__surprise {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #E8122A;
  margin: 0;
  transform: rotate(-5deg);
  z-index: 0;
  font-size: 24px;
  color: #fff;
  clip-path: polygon(50% 0%, 61% 11%, 75% 6%, 79% 21%, 94% 25%, 89% 39%, 100% 50%, 89% 61%, 94% 75%, 79% 79%, 75% 94%, 61% 89%, 50% 100%, 39% 89%, 25% 94%, 21% 79%, 6% 75%, 11% 61%, 0% 50%, 11% 39%, 6% 25%, 21% 21%, 25% 6%, 39% 11%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mainvisual__surprise-text {
  line-height: 1.1;
  font-weight: 700;
}
.mainvisual__price-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 599px) {
  .mainvisual__price-wrap {
    flex-direction: column;
    gap: 8px;
  }
}
.mainvisual__note {
  font-family: "ten-mincho-antique", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 32px;
  font-weight: 700;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
  -webkit-text-stroke: 1px #fff;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .mainvisual__note {
    font-size: 24px;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    -webkit-text-stroke: 0.5px #fff;
    text-align: center;
  }
}
.mainvisual__note-highlight {
  color: #D97A05;
  white-space: nowrap;
}
.mainvisual__currency {
  font-size: 48px;
}
.mainvisual__area {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 14px;
  flex-wrap: wrap;
}
.mainvisual__area-item {
  background-color: #D97A05;
  color: #fff;
  padding: 4px 8px;
}

@keyframes mainvisual-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.contact-comp {
  background-color: #fed634;
  padding: 32px;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .contact-comp {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .contact-comp {
    width: calc(100% - 0px);
  }
}
.contact-comp--cv {
  background: url("images/cv.jpg") no-repeat center/cover;
  padding: 32px 0;
}
.contact-comp__urgent {
  background-color: #fff;
  padding: 16px 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -16px auto;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
}
.contact-comp__urgent::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.contact-comp__urgent--left {
  background-color: #fff;
  padding: 16px 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -16px auto;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  margin: 0;
  position: absolute;
  left: 32px;
  bottom: calc(100% - 24px);
}
.contact-comp__urgent--left::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 1288px) {
  .contact-comp__urgent--left {
    position: relative;
    left: auto;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 599px) {
  .contact-comp__urgent {
    font-size: 16px;
    width: 80%;
  }
}
.contact-comp__details {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1288px) {
  .contact-comp__details {
    flex-direction: column;
    gap: 16px;
  }
}
.contact-comp__body {
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 32px;
  position: relative;
}
@media screen and (max-width: 1288px) {
  .contact-comp__body {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .contact-comp__body {
    width: calc(100% - 32px);
  }
}
.contact-comp__body::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  left: 16px;
  width: 161px;
  height: 142px;
  background: url("images/cv_man.png") no-repeat top/cover;
}
@media screen and (max-width: 599px) {
  .contact-comp__body::before {
    width: 120px;
    height: 106px;
    left: 0;
  }
}
.contact-comp__copy {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  color: #D97A05;
}
@media screen and (max-width: 599px) {
  .contact-comp__copy {
    font-size: 18px;
    text-align: left;
  }
}
.contact-comp__text {
  font-size: 24px;
  margin: 0 auto 16px auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .contact-comp__text {
    font-size: 16px;
  }
}
.contact-comp__text--cv {
  font-size: 40px;
  margin: 0 auto 16px auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .contact-comp__text--cv {
    font-size: 16px;
    padding-left: 152px;
    padding-right: 24px;
  }
}
.contact-comp__phone {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 8px;
  display: flex;
}
@media screen and (max-width: 599px) {
  .contact-comp__phone {
    font-size: 40px;
    margin-bottom: 0;
  }
}
.contact-comp__phone-icon {
  width: 48px;
  height: 1em;
  margin-right: 8px;
}
@media screen and (max-width: 599px) {
  .contact-comp__phone-icon {
    width: 32px;
    margin-right: 4px;
  }
}
.contact-comp__hours {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 16px;
}
.contact-comp__hours-title {
  font-weight: bold;
}
.contact-comp__hours-time {
  font-size: 14px;
}
.contact-comp__cta {
  display: block;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 32px 32px 32px 64px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  background: url("images/calculator-white.svg") no-repeat left 32px center/1em #000;
}
@media screen and (max-width: 599px) {
  .contact-comp__cta {
    font-size: 16px;
    padding: 24px 24px 24px 56px;
    background: url("images/calculator-white.svg") no-repeat left 24px center/1em #000;
  }
}
.contact-comp__cta:hover {
  color: #000;
  border: 2px solid #000;
  background: url("images/calculator-black.svg") no-repeat left 32px center/1em #fff;
}

.mainvisual-conversion {
  margin-top: -32px;
}

.footer {
  border-top: 2px solid #fed634;
  font-size: 14px;
}
.footer__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 1288px) {
  .footer__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .footer__inner {
    width: calc(100% - 32px);
  }
}
.footer__description {
  font-size: 16px;
  margin-bottom: 32px;
  border: 1px solid #ccc;
  padding: 32px;
  font-size: 14px;
}
.footer__address-item {
  display: flex;
  align-items: center;
}
.footer__links {
  text-decoration: underline;
  margin-top: 16px;
}
.footer__links a {
  padding: 8px 0;
}
.footer__badges {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.footer__badge {
  width: auto;
  height: 64px;
  background-color: #ccc;
}
@media screen and (max-width: 599px) {
  .footer__badge {
    height: 48px;
  }
}
.footer__offisapo-img {
  width: 120px;
  height: auto;
}
.footer__offisapo-fig {
  margin: 16px 0;
}

.fixed-bar {
  transform: translateY(100%);
  background: #fed634;
  font-weight: bold;
  padding: 16px 0;
  position: sticky;
  bottom: 0;
  color: #000;
  line-height: 1;
  z-index: 99;
  transition: all 0.4s;
}
.fixed-bar--active {
  transform: translateY(0);
}
@media screen and (max-width: 599px) {
  .fixed-bar {
    display: none;
  }
}
.fixed-bar__phone {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.fixed-bar__phone__tit {
  font-size: 14px;
  width: 65px;
  height: 48px;
  background: #fff;
  color: #E8122A;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 8px;
  line-height: 1.2;
}
.fixed-bar__phone__contents {
  display: flex;
}
.fixed-bar__phone__contents:first-child {
  margin-bottom: 4px;
}
.fixed-bar__phone__dt {
  margin-right: 4px;
}
.fixed-bar__phone__dd {
  font-family: "din-2014", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
.fixed-bar__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.fixed-bar__bubble {
  background-color: #fff;
  position: relative;
  color: #333;
  padding: 8px;
}
.fixed-bar__bubble:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.fixed-bar__address {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .fixed-bar__address {
    display: none;
  }
}
.fixed-bar__tel {
  margin: 0 12px 0 16px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 12px;
}
.fixed-bar__tel__contents {
  display: flex;
}
.fixed-bar__tel__dt {
  color: #000;
  background: url(images/tel.svg) left center/32px no-repeat;
  padding-left: 40px;
  margin: 0 auto 8px auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-family: "din-2014", sans-serif;
  letter-spacing: 3px;
  white-space: nowrap;
}
.fixed-bar__tel__link {
  color: #000;
}
.fixed-bar__tel__span {
  margin-right: 8px;
}
.fixed-bar__contact {
  display: block;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 16px 16px 16px 48px;
  text-align: center;
  text-decoration: none;
  background: url("images/calculator-white.svg") no-repeat left 16px center/1em #000;
}
.fixed-bar__contact:hover {
  color: #000;
  border: 2px solid #000;
  background: url("images/calculator-black.svg") no-repeat left 16px center/1em #fff;
}
.fixed-bar__line {
  display: block;
  color: #fff;
  background: url(images/icon-bubble.webp) left 24px center/16px no-repeat #58B023;
  padding: 16px 24px 16px 48px;
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.1607843137);
}

.cost-minimization {
  margin-bottom: 96px;
}
@media screen and (max-width: 599px) {
  .cost-minimization {
    margin-bottom: 0;
  }
}
.cost-minimization__title {
  font-size: 48px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 96px auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .cost-minimization__title {
    font-size: 24px;
    margin: 64px auto;
  }
}
.cost-minimization__title-highlight {
  background: linear-gradient(to bottom, transparent 70%, #fed634 70%);
}
.cost-minimization__subtitle {
  font-size: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .cost-minimization__subtitle {
    font-size: 18px;
    margin-bottom: 16px;
    margin-left: 16px;
  }
}
.cost-minimization__subtitle-highlight {
  color: #D97A05;
}
.cost-minimization__description {
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .cost-minimization__description {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 32px;
    text-align: justify;
  }
}
@media screen and (max-width: 599px) and (max-width: 1288px) {
  .cost-minimization__description {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) and (max-width: 599px) {
  .cost-minimization__description {
    width: calc(100% - 32px);
  }
}
.cost-minimization__image {
  width: 100%;
}
.cost-minimization__content {
  background: linear-gradient(#fff, #fff) left/50% no-repeat, url("images/cost-minimization-main.jpg") right/auto calc(100% - 2px) no-repeat;
  padding: 0 calc(50% + 32px) 0 32px;
}
@media screen and (max-width: 1288px) {
  .cost-minimization__content {
    background: linear-gradient(#fff, #fff) left/70% no-repeat, url("images/cost-minimization-main.jpg") right/auto calc(100% - 2px) no-repeat;
    padding: 0 calc(30% + 32px) 0 32px;
  }
}
@media screen and (max-width: 599px) {
  .cost-minimization__content {
    background: linear-gradient(#fff, #fff) top/auto calc(100% - 176px) no-repeat, url("images/cost-minimization-main.jpg") bottom/100% no-repeat;
    padding: 0 0 176px 0;
  }
}
.cost-minimization__content__text {
  width: 48%;
}
.cost-minimization__content__text-image {
  width: 100%;
  height: auto;
}
.cost-minimization__content__image {
  width: 48%;
  height: auto;
}

.other-service {
  background-color: #f0f0f0;
  font-weight: 700;
  padding: 64px 0;
}
.other-service__highlight {
  color: #E8122A;
  background: linear-gradient(to bottom, transparent 70%, #fed634 70%);
}
.other-service__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px auto;
  font-size: 32px;
  display: flex;
  align-items: center;
}
.other-service__text::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: linear-gradient(45deg, transparent 20%, #ccc 20%, #ccc calc(20% + 2px), transparent calc(20% + 2px), transparent 40%, #ccc 40%, #ccc calc(40% + 2px), transparent calc(40% + 2px));
  margin-right: 16px;
}
.other-service__text::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: linear-gradient(-45deg, transparent 20%, #ccc 20%, #ccc calc(20% + 2px), transparent calc(20% + 2px), transparent 40%, #ccc 40%, #ccc calc(40% + 2px), transparent calc(40% + 2px));
  margin-left: 16px;
}
.other-service__link {
  max-width: 500px;
  margin: 0 auto;
}

.specialization {
  position: relative;
  background: url("images/specialization.png") center/cover no-repeat;
}
.specialization:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 16px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  z-index: 1;
}
.specialization__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 1288px) {
  .specialization__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .specialization__inner {
    width: calc(100% - 32px);
  }
}
.specialization__title {
  font-size: 48px;
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .specialization__title {
    font-size: 24px;
  }
}
.specialization__title span {
  background-color: #333;
  padding: 8px 16px;
  font-size: 24px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .specialization__title span {
    font-size: 16px;
  }
}
.specialization__content {
  background-color: #fff;
  padding: 32px;
}
@media screen and (max-width: 599px) {
  .specialization__content {
    padding: 16px;
    font-size: 14px;
    text-align: justify;
  }
}
.specialization__content p:not(:last-child) {
  margin-bottom: 16px;
}

.design {
  padding: 96px 0;
  background: linear-gradient(to top, #FCFCFC 50%, transparent 50%), url(./images/design.png) top/auto 50% repeat-x;
}
@media screen and (max-width: 599px) {
  .design {
    padding: 64px 0;
  }
}
.design__inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .design__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .design__inner {
    width: calc(100% - 32px);
  }
}
.design__title {
  margin-bottom: 32px;
}
.design__title span {
  background-color: #fed634;
  padding: 4px 8px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
}
.design__body {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.design__body p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .design__body {
    padding: 16px;
  }
}
.design__block {
  padding: 32px;
}
.design__block--first {
  position: relative;
  border-bottom: 3px solid #333;
  padding-bottom: 16px;
}
.design__block--first::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.design__block--first::after {
  content: "NOT TEMPLATE";
  position: absolute;
  left: 50%;
  top: calc(100% + 16px);
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}
.design__block--second {
  padding: 56px 32px 32px 32px;
  text-align: center;
  background-color: #fed634;
}
.design__question {
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
  font-size: 24px;
}
.design__question-icon {
  width: 64px;
  height: auto;
  display: block;
  margin: 40px auto 16px auto;
}

.genres {
  background-color: #F7f7f7;
  padding: 32px;
}
.genres__container {
  display: flex;
  gap: 32px;
}
.genres__title {
  font-size: 24px;
  margin: 0 auto 32px auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fed634;
  padding: 8px 16px;
}
.genres__subtitle {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px auto;
  padding: 8px 16px;
}
@media screen and (max-width: 599px) {
  .genres__subtitle {
    font-size: 16px;
  }
}
.genres__list {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.genres__caption {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
}
.genres__item {
  padding: 16px;
  text-align: center;
  width: calc((100% - 160px) / 3);
}
@media screen and (max-width: 599px) {
  .genres__item {
    margin-bottom: 16px;
  }
}
.genres__icon {
  border: 12px solid #fed634;
  border-radius: 50%;
  height: auto;
  margin: 0 auto 16px auto;
}

.proposal {
  padding-top: 96px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .proposal {
    padding-top: 64px;
  }
}
.proposal__title {
  font-size: 48px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .proposal__title {
    font-size: 24px;
  }
}
.proposal__title-highlight {
  background-color: #FEFAC5;
  font-size: 24px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .proposal__title-highlight {
    font-size: 16px;
  }
}
.proposal__navigation {
  counter-reset: item;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1288px) {
  .proposal__navigation {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.proposal__navigation-item {
  font-weight: bold;
  color: #000;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 599px) {
  .proposal__navigation-item {
    font-size: 16px;
  }
}
.proposal__navigation-item:before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  background-color: #fed634;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .proposal__navigation-item:before {
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
  }
}
.proposal__content {
  background: linear-gradient(to right, #fff 50%, #FEFAC5 50%);
  padding: 64px 0;
  counter-reset: item;
}
.proposal__item {
  position: relative;
  width: 90%;
}
@media screen and (max-width: 1288px) {
  .proposal__item {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.proposal__item:before {
  content: attr(text);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 15vw;
  line-height: 1;
}
@media screen and (max-width: 1288px) {
  .proposal__item:before {
    top: 32px;
  }
}
.proposal__item:nth-child(odd):before {
  writing-mode: vertical-rl;
  right: -10%;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1288px) {
  .proposal__item:nth-child(odd):before {
    right: 0;
  }
}
.proposal__item:nth-child(odd) .proposal__item-text {
  right: 0;
}
.proposal__item:nth-child(even) {
  margin: 0 0 0 auto;
}
.proposal__item:nth-child(even):before {
  left: -10%;
  color: #FEFAC5;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1288px) {
  .proposal__item:nth-child(even):before {
    left: 0;
  }
}
.proposal__item:nth-child(even) .proposal__item-text {
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1288px) {
  .proposal__item:nth-child(even) .proposal__item-text {
    margin: -20% 0 0 auto;
  }
}
.proposal__item:nth-child(even) .proposal__item-image {
  margin: 0 0 0 auto;
}
.proposal__item:not(:last-child) {
  margin-bottom: 64px;
}
.proposal__item-image {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 1288px) {
  .proposal__item-image {
    width: 100%;
  }
}
.proposal__item-text {
  background-color: #fff;
  padding: 64px;
  width: 50%;
  position: absolute;
  bottom: -32px;
}
@media screen and (max-width: 1288px) {
  .proposal__item-text {
    position: static;
    width: calc(100% - 32px);
    margin-top: -20%;
  }
}
@media screen and (max-width: 599px) {
  .proposal__item-text {
    padding: 24px;
    width: calc(100% - 24px);
  }
}
.proposal__item-title {
  font-size: 48px;
  margin-bottom: 32px;
  border-bottom: 8px solid #fed634;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .proposal__item-title {
    font-size: 28px;
    margin-bottom: 16px;
    padding-bottom: 0;
  }
}
.proposal__item-title:before {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  color: #fed634;
  font-weight: bold;
  margin-right: 16px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
}
.proposal__item-copy {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .proposal__item-copy {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.proposal__item-description {
  text-align: justify;
}

.customer-stories {
  background: linear-gradient(to top, #f9f9f9 50%, #fff 50%);
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.customer-stories:before {
  content: "CUSTOMER";
  position: absolute;
  z-index: 0;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 15vw;
  line-height: 1;
  writing-mode: vertical-rl;
  right: 0;
  bottom: 0;
  color: rgba(234, 234, 234, 0.5);
  z-index: -1;
}
.customer-stories__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 1288px) {
  .customer-stories__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .customer-stories__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 1288px) {
  .customer-stories__inner {
    padding: 96px 0;
  }
}
.customer-stories__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.customer-stories__item {
  border-top: 4px solid #333;
  background-color: #fff;
  padding: 32px;
}
@media screen and (max-width: 1288px) {
  .customer-stories__item {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 599px) {
  .customer-stories__item {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.customer-stories__item:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .customer-stories__content {
    padding: 0 24px;
  }
}
.customer-stories__header {
  font-weight: bold;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 599px) {
  .customer-stories__header {
    display: block;
    position: relative;
    padding-top: 16px;
  }
}
.customer-stories__header-image {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .customer-stories__header-image {
    position: absolute;
    bottom: 100%;
    left: -16px;
  }
}
.customer-stories__header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-stories__location {
  color: #D97A05;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .customer-stories__location {
    margin-bottom: 8px;
  }
}
.customer-stories__headline {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .customer-stories__headline {
    font-size: 18px;
  }
}
.customer-stories__details {
  margin: 16px 0;
}
.customer-stories__picture {
  width: 40%;
  float: right;
  margin: 0 0 32px 32px;
}
@media screen and (max-width: 599px) {
  .customer-stories__picture {
    width: 100%;
    margin: 0 0 32px 0;
    float: none;
  }
}
.customer-stories__picture-image {
  width: 100%;
  height: auto;
}
.customer-stories__work-details {
  clear: both;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .customer-stories__work-details {
    padding: 0 24px;
    flex-direction: column-reverse;
    margin-top: 16px;
  }
}
.customer-stories__work-details-wrap {
  width: calc(60% - 32px);
  border-top: 1px solid #ccc;
  display: flex;
  gap: 8px;
  color: #575757;
  padding-top: 8px;
}
@media screen and (max-width: 599px) {
  .customer-stories__work-details-wrap {
    width: 100%;
    flex-direction: column;
    margin-top: 8px;
  }
}
.customer-stories__work-details-list {
  display: flex;
  flex-wrap: wrap;
}
.customer-stories__work-details-item:not(:last-child)::after {
  content: ",";
}
.customer-stories__work-details-title::after {
  content: ":";
}
.customer-stories__work-details-description {
  margin-bottom: 16px;
}
.customer-stories__price {
  display: flex;
  gap: 16px;
  color: #D97A05;
  align-items: center;
}
.customer-stories__price-title {
  border: 4px solid #D97A05;
  padding: 4px 8px;
}
.customer-stories__price-description {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
}
.customer-stories__price-yen {
  font-size: 32px;
}
.customer-stories__link {
  display: block;
  color: #fff;
  background: #333;
  border-radius: 4px;
  padding: 32px 64px;
  font-weight: bold;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 64px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .customer-stories__link {
    padding: 16px 32px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}
.customer-stories__link:hover {
  background: #fff;
  outline: 2px solid #333;
  color: #333;
}
.customer-stories__additional-image {
  width: 100%;
}

.high-cost-performance {
  position: relative;
  overflow: hidden;
}
.high-cost-performance:before {
  content: "COST-PERFORMANCE";
  position: absolute;
  z-index: 0;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 15vw;
  line-height: 1;
  writing-mode: vertical-rl;
  top: 32px;
  left: 0;
  color: rgba(234, 234, 234, 0.5);
  z-index: -1;
}
.high-cost-performance__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 1288px) {
  .high-cost-performance__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .high-cost-performance__inner {
    width: calc(100% - 32px);
  }
}
.high-cost-performance__title {
  font-size: 48px;
  margin-bottom: 32px;
  text-align: center;
  background: linear-gradient(to bottom, transparent calc(100% - 8px), #fed634 calc(100% - 8px));
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin: 0 auto 32px auto;
}
@media screen and (max-width: 599px) {
  .high-cost-performance__title {
    font-size: 32px;
  }
}
.high-cost-performance__description {
  font-size: 24px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 64px auto;
}
@media screen and (max-width: 599px) {
  .high-cost-performance__description {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.high-cost-performance__description-part {
  background-color: #FEFAC5;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5em auto;
  background-color: transparent;
}
.high-cost-performance__details {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #333;
  padding-bottom: 64px;
  align-items: flex-start;
}
@media screen and (max-width: 1288px) {
  .high-cost-performance__details {
    flex-direction: column-reverse;
    border: none;
    padding-bottom: 0;
  }
}
.high-cost-performance__details:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 1288px) {
  .high-cost-performance__details:not(:last-child) {
    margin-bottom: 32px;
  }
}
.high-cost-performance__details:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1288px) {
  .high-cost-performance__details:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.high-cost-performance__text {
  width: 50%;
  padding: 32px;
  background-color: #fff;
}
@media screen and (max-width: 1288px) {
  .high-cost-performance__text {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .high-cost-performance__text {
    padding: 16px 0 0 0;
  }
}
.high-cost-performance__text-description {
  font-size: 24px;
  margin-bottom: 32px;
}
.high-cost-performance__subtitle {
  font-size: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .high-cost-performance__subtitle {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.high-cost-performance__image {
  width: 50%;
}
@media screen and (max-width: 1288px) {
  .high-cost-performance__image {
    width: 100%;
  }
}
.high-cost-performance__highlight {
  background-color: #fed634;
  padding: 4px 8px;
}
.high-cost-performance__paragraph {
  text-align: justify;
}

.service {
  background-color: #fed634;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.service:before {
  content: "SERVICE";
  position: absolute;
  z-index: 0;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 15vw;
  line-height: 1;
  writing-mode: vertical-rl;
  bottom: 32px;
  right: 0;
  color: rgba(40, 40, 40, 0.1);
  z-index: -1;
}
.service__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 1288px) {
  .service__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .service__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 599px) {
  .service__inner {
    padding: 32px 0;
  }
}
.service__content {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.service__article {
  width: calc((100% - 64px) / 3);
  background-color: #fff;
  display: grid;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 1288px) {
  .service__article {
    width: calc((100% - 32px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .service__article {
    width: 100%;
  }
}
.service__article-title {
  font-size: 24px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  display: inline;
  background: linear-gradient(to bottom, transparent 50%, #fed634 50%);
}
@media screen and (max-width: 599px) {
  .service__article-title {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin: 0;
    padding: 8px 16px;
    font-size: 18px;
    background: #333;
    color: #fff;
    max-width: 100%;
  }
}
.service__article-thumbnail {
  order: 1;
}
.service__article-thumbnail img {
  height: 217.02px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.service__article-link {
  border-top: 1px solid #ccc;
  padding: 32px;
  margin-top: auto;
}
.service__article-link a {
  display: block;
  color: #fff;
  background: #333;
  border-radius: 4px;
  padding: 32px 64px;
  font-weight: bold;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 64px auto 0 auto;
  padding: 8px 32px;
  margin-top: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .service__article-link a {
    padding: 16px 32px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}
.service__article-link a:hover {
  background: #fff;
  outline: 2px solid #333;
  color: #333;
}
.service__article-link a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  margin-left: 8px;
  transform: rotate(45deg);
}
.service__body {
  order: 2;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .service__body {
    position: relative;
  }
}
.service__contents {
  padding: 32px;
  flex: 1;
}
@media screen and (max-width: 599px) {
  .service__contents {
    padding: 16px;
  }
}
.service__link {
  display: block;
  color: #fff;
  background: #333;
  border-radius: 4px;
  padding: 32px 64px;
  font-weight: bold;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 64px auto 0 auto;
  margin: 64px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .service__link {
    padding: 16px 32px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}
.service__link:hover {
  background: #fff;
  outline: 2px solid #333;
  color: #333;
}

.benefits {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.benefits:before {
  content: "3 MERITS";
  position: absolute;
  z-index: 0;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 15vw;
  line-height: 1;
  writing-mode: vertical-rl;
  top: 32px;
  left: 0;
  color: rgba(40, 40, 40, 0.1);
}
.benefits__inner {
  width: 1200px;
  margin: 0 auto;
  margin: 96px auto;
  background-color: #fff;
  padding: 64px;
}
@media screen and (max-width: 1288px) {
  .benefits__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .benefits__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 599px) {
  .benefits__inner {
    padding: 0;
    background: none;
  }
}
.benefits__description {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px auto;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .benefits__description {
    font-size: 18px;
  }
}
.benefits__title {
  font-size: 48px;
  margin-bottom: 32px;
  background: url("images/merit.jpg") center/cover no-repeat;
  margin: 0 auto 32px auto;
  text-align: center;
  padding: 96px 0;
}
@media screen and (max-width: 599px) {
  .benefits__title {
    font-size: 32px;
    padding: 32px 24px;
  }
}
.benefits__title-highlight {
  font-size: 32px;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .benefits__title-highlight {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.benefits__item {
  display: flex;
  flex-direction: row-reverse;
  gap: 32px;
  padding: 64px;
  border-top: 1px solid #333;
}
@media screen and (max-width: 1288px) {
  .benefits__item {
    flex-direction: column-reverse;
    padding: 32px;
  }
}
@media screen and (max-width: 599px) {
  .benefits__item {
    padding: 32px 0;
  }
}
.benefits__figure {
  min-width: 40%;
  width: 40%;
}
@media screen and (max-width: 1288px) {
  .benefits__figure {
    width: 80%;
    margin: 0 auto;
  }
}
.benefits__subtitle {
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1288px) {
  .benefits__subtitle {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 16px auto;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .benefits__subtitle {
    font-size: 18px;
  }
}
.benefits__subtitle-highlight {
  background-color: #fed634;
  padding: 4px 8px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.benefits__highlight {
  color: #E8122A;
}
.benefits__article {
  width: calc((100% - 64px) / 3);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.benefits__article-title {
  font-size: 24px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  background: linear-gradient(to bottom, transparent 70%, #FEFAC5 70%);
}
.benefits__article-thumbnail {
  order: 1;
}
.benefits__body {
  order: 2;
  padding: 32px;
}
.benefits__link {
  display: block;
  color: #fff;
  background: #333;
  border-radius: 4px;
  padding: 32px 64px;
  font-weight: bold;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 64px auto 0 auto;
  margin: 64px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .benefits__link {
    padding: 16px 32px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}
.benefits__link:hover {
  background: #fff;
  outline: 2px solid #333;
  color: #333;
}
.benefits__paragraph {
  text-align: justify;
}

.price {
  position: relative;
  overflow: hidden;
}
.price:before {
  content: "PRICE";
  position: absolute;
  z-index: 0;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 15vw;
  line-height: 1;
  writing-mode: vertical-rl;
  top: 32px;
  left: 0;
  color: rgba(40, 40, 40, 0.1);
}
.price__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 1288px) {
  .price__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .price__inner {
    width: calc(100% - 0px);
  }
}
@media screen and (max-width: 599px) {
  .price__inner {
    padding: 64px 0;
  }
}
.price__title {
  margin-bottom: 32px;
}
.price__description {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .price__description {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) and (max-width: 1288px) {
  .price__description {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) and (max-width: 599px) {
  .price__description {
    width: calc(100% - 32px);
  }
}

.c-table01 {
  overflow-y: scroll;
  width: 950px;
  margin: 64px auto 0 auto;
}
@media screen and (max-width: 599px) {
  .c-table01 {
    font-size: 14px;
  }
}
.c-table01::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.c-table01::-webkit-scrollbar-thumb {
  background-color: #fed634;
}
.c-table01::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}
@media screen and (max-width: 1288px) {
  .c-table01 {
    width: 100%;
  }
}
.c-table01__head th {
  background: #e18513;
  white-space: nowrap;
  color: #000;
}
.c-table01__yellow th {
  background: #fed634;
}
.c-table01__price {
  font-weight: bold;
  line-height: 1.5;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}
.c-table01__left {
  max-width: 330px !important;
}
@media screen and (max-width: 1288px) {
  .c-table01 table {
    width: 950px;
  }
}
.c-table01 table th,
.c-table01 table td {
  vertical-align: middle;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 12px 16px;
}
@media screen and (max-width: 599px) {
  .c-table01 table th,
  .c-table01 table td {
    padding: 8px;
  }
}
.c-table01 table thead th,
.c-table01 table thead td {
  text-align: center;
  font-weight: bold;
}
.c-table01 table tbody th {
  width: 80px;
  background: #f7f7f7;
  font-weight: bold;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.c-table01 table tbody td {
  width: 230px;
}
.c-table01 table tbody td img {
  width: 35px;
  height: 35px;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .c-table01 table tbody td img {
    width: 25px;
    height: 25px;
  }
}

.achievements {
  color: #fff;
  background: url("images/bg_performance.jpg") center/cover no-repeat;
}
.achievements__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 1288px) {
  .achievements__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .achievements__inner {
    width: calc(100% - 32px);
  }
}
.achievements__title {
  font-size: 48px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px auto;
}
@media screen and (max-width: 599px) {
  .achievements__title {
    font-size: 32px;
  }
}
.achievements__intro {
  background-color: #fed634;
  color: #333;
  font-size: 24px;
  padding: 8px 16px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px auto;
}
@media screen and (max-width: 599px) {
  .achievements__intro {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.achievements__description {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px auto;
  text-align: center;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .achievements__description {
    font-size: 14px;
    line-height: 1.5;
  }
}
.achievements__description-highlight {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 599px) {
  .achievements__description-highlight {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.achievements__list {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.achievements__item {
  width: calc((100% - 64px) / 5);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media screen and (max-width: 599px) {
  .achievements__item {
    width: calc((100% - 32px) / 3);
    padding: 4px 8px;
  }
}
.achievements__item img {
  max-width: 100%;
  width: auto;
}
.achievements__note {
  width: 100%;
  text-align: right;
}

.faq {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}
.faq:before {
  content: "Q&A";
  position: absolute;
  z-index: 0;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 15vw;
  line-height: 1;
  writing-mode: vertical-rl;
  top: 32px;
  left: 0;
  color: #fff;
}
.faq__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 1288px) {
  .faq__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .faq__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 599px) {
  .faq__inner {
    padding: 64px 0;
  }
}
.faq__content {
  background-color: #fff;
}
.faq__content:not(:last-child) {
  margin-bottom: 32px;
}
.faq__category {
  background-color: #fed634;
  color: #fff;
  padding: 8px 16px;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .faq__category {
    font-size: 18px;
  }
}
.faq__list {
  padding: 32px;
}
@media screen and (max-width: 599px) {
  .faq__list {
    padding: 16px;
  }
}
.faq__item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .faq__item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.faq__question {
  position: relative;
  padding-left: 64px;
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .faq__question {
    font-size: 18px;
    line-height: 1.2;
    padding-left: 48px;
    margin-bottom: 8px;
  }
}
.faq__question::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fed634;
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .faq__question::before {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
.faq__answer {
  position: relative;
  padding-left: 64px;
}
@media screen and (max-width: 599px) {
  .faq__answer {
    padding-left: 48px;
  }
}
.faq__answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #fed634;
  color: #fed634;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .faq__answer::before {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

.contact__background {
  background: #fed634;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.contact__background::before {
  content: "CONTACT";
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 20vw;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 16px;
  transform: translateX(-50%);
  font-size: clamp(64px, 14vw, 220px);
  color: rgba(255, 255, 255, 0.35);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  z-index: -1;
}
.contact__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 1288px) {
  .contact__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 599px) {
  .contact__inner {
    padding: 64px 0;
  }
}
.contact__inner--bg {
  width: 1200px;
  margin: 0 auto;
  background-color: #f7f7f7;
  margin-top: -32px;
  padding: 64px 32px;
}
@media screen and (max-width: 1288px) {
  .contact__inner--bg {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .contact__inner--bg {
    width: calc(100% - 0px);
  }
}
@media screen and (max-width: 599px) {
  .contact__inner--bg {
    padding: 32px 16px;
  }
}
.contact__title {
  font-size: 48px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px auto;
}
@media screen and (max-width: 599px) {
  .contact__title {
    font-size: 32px;
  }
}
.contact__title-highlight {
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
  padding: 16px;
  border: 3px solid #FEFAC5;
  border-radius: 50%;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 16px;
}
@media screen and (max-width: 599px) {
  .contact__title-highlight {
    font-size: 18px;
    padding: 12px;
    width: 80px;
    height: 80px;
  }
}
.contact__subtitle {
  font-size: 32px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px auto;
  color: #333;
}
@media screen and (max-width: 599px) {
  .contact__subtitle {
    font-size: 24px;
  }
}
.contact__number {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .contact__number {
    font-size: 48px;
  }
}
.contact__note {
  font-weight: bold;
  margin-top: 16px;
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .contact__note {
    font-size: 18px;
  }
}
.contact__phone {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  border: 4px solid #fed634;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 64px auto;
  padding: 32px 64px;
  background-color: #fff;
}
@media screen and (max-width: 1288px) {
  .contact__phone {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .contact__phone {
    padding: 16px 32px;
    gap: 0;
  }
}
.contact__phone-number {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #D97A05;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .contact__phone-number {
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1;
  }
}
.contact__phone-icon {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 599px) {
  .contact__phone-icon {
    width: 32px;
    height: 32px;
  }
}
.contact__phone-title {
  font-size: 32px;
}
@media screen and (max-width: 599px) {
  .contact__phone-title {
    font-size: 18px;
  }
}
.contact__hours {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact__email-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px auto;
  font-size: 32px;
}
@media screen and (max-width: 599px) {
  .contact__email-title {
    font-size: 18px;
  }
}
.contact__email-note {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .contact__email-note {
    text-align: left;
  }
}
.contact__description {
  margin-top: 16px;
}

.building {
  background: linear-gradient(rgba(255, 255, 255, 0.5254901961), rgba(255, 255, 255, 0.7490196078)), url(./images/building.jpg) no-repeat center center/cover;
}
.building__title {
  margin-bottom: 32px;
}
.building__title span {
  background-color: #fed634;
  padding: 4px 8px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 24px;
}
.building__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 1288px) {
  .building__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .building__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 599px) {
  .building__inner {
    padding: 64px 0;
  }
}
.building__body {
  background-color: #fff;
  padding: 32px;
}
.building__container {
  border: 3px solid #333;
  display: flex;
}
@media screen and (max-width: 1288px) {
  .building__container {
    flex-direction: column;
  }
}
.building__content {
  background-color: #fed634;
  padding: 32px;
}
.building__subtitle {
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .building__subtitle {
    font-size: 24px;
  }
}
.building__image {
  width: 80%;
  height: auto;
  display: block;
}
.building__description p:not(:last-child) {
  margin-bottom: 16px;
}

.wpcf7 {
  max-width: 600px;
  margin: 0 auto;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: 64px;
}
.wpcf7__content {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.wpcf7__link {
  font-size: 14px;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.wpcf7__acceptance input {
  margin-right: 8px;
}
.wpcf7 label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
  padding-top: 16px;
  font-size: 18px;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  width: 65%;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=acceptance-774] {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap input:not([type=checkbox]),
.wpcf7 .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  transition: border-color 0.3s;
}
.wpcf7 .wpcf7-form-control-wrap input:not([type=checkbox]):focus,
.wpcf7 .wpcf7-form-control-wrap textarea:focus {
  border-color: #fed634;
  outline: 3px solid #ffe4e4;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-submit {
  width: auto;
  background-color: #0073e6;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #005bb5;
}
.wpcf7 .required {
  background-color: #D97A05;
  padding: 2px 4px;
  color: #fff;
  margin-left: 4px;
  font-size: 14px;
}
.wpcf7 .wpcf7-response-output {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
}
.wpcf7 .wpcf7-submit {
  display: block;
  padding: 24px 32px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0 auto;
  font-size: 18px;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #fed634;
}
.wpcf7 .wpcf7-submit:focus {
  outline: 3px solid #ffe4e4;
}

.thanks {
  background-color: #fed634;
}
.thanks__text {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.thanks__inner {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 1288px) {
  .thanks__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .thanks__inner {
    width: calc(100% - 32px);
  }
}
.thanks__title {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--bg-image) no-repeat center/cover;
  text-align: center;
  padding: 120px 0;
  font-size: 48px;
  color: #D97A05;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.thanks__title[title]::before {
  content: attr(title);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 120px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .thanks__title[title]::before {
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 1;
  }
}

.service-menu__inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .service-menu__inner {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .service-menu__inner {
    width: calc(100% - 32px);
  }
}
.service-menu__relief {
  margin-top: 60px;
  padding: 50px;
  background: #fef8e0;
}
@media screen and (max-width: 599px) {
  .service-menu__relief {
    margin-top: 35px;
    padding: 20px;
  }
}
.service-menu__relief-head {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.service-menu__relief-head span {
  font-size: 2.6rem;
}
@media screen and (max-width: 599px) {
  .service-menu__relief-head {
    margin-bottom: 20px;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.5;
  }
  .service-menu__relief-head span {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.service-menu__relief-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .service-menu__relief-list {
    justify-content: flex-start;
    margin: 0 -5px;
  }
}
.service-menu__relief-item {
  width: 280px;
  margin: 0 15px;
}
.service-menu__relief-item:first-child {
  width: 280px;
}
@media screen and (max-width: 599px) {
  .service-menu__relief-item {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .service-menu__relief-item:first-child {
    width: calc(100% - 10px);
  }
}
.service-menu__relief-item-ico {
  max-width: 120px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .service-menu__relief-item-ico {
    max-width: 108px;
  }
}
.service-menu__relief-item-head {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.service-menu__relief-item-head.is_left {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .service-menu__relief-item-head {
    margin-top: 0;
    font-size: inherit;
    font-weight: normal;
  }
  .service-menu__relief-item-head.is_left {
    text-align: left;
  }
}
.service-menu__relief-item-note {
  margin-top: 10px;
  color: #999;
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  .service-menu__relief-item-note {
    font-size: 1.1rem;
  }
}

.page--bg {
  background-color: #f7f7f7;
}
.page__title {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--bg-image) no-repeat center/cover;
  text-align: center;
  padding: 120px 0;
  color: #fff;
  font-size: 48px;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page__title[title]::before {
  content: attr(title);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 800;
  font-size: 120px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .page__title[title]::before {
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 1;
  }
}
.page__description {
  margin: 0 auto 32px auto;
  line-height: 1.5;
  text-align: center;
}
.page__content {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1288px) {
  .page__content {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .page__content {
    width: calc(100% - 32px);
  }
}
.page__issues {
  margin-bottom: 32px;
  border: 12px solid #fed634;
  padding: 32px 64px;
}
@media screen and (max-width: 599px) {
  .page__issues {
    padding: 24px 16px;
  }
}
.page__issues-title {
  font-size: 24px;
  background: linear-gradient(#fff 50%, #fed634 50%, #fed634);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .page__issues-title {
    display: inline;
  }
}
.page__issues-list {
  margin-top: 32px;
  display: flex;
  gap: 16px 32px;
  flex-wrap: wrap;
}
.page__issues-item {
  width: calc(50% - 16px);
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 32px;
  padding-bottom: 16px;
}
.page__issues-item::after {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(0.25em + 4px);
  transform: rotate(45deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  background-color: transparent;
}
.page__issues-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 24px;
  height: 24px;
  background-color: #fed634;
}
@media screen and (max-width: 1288px) {
  .page__issues-item {
    width: 100%;
  }
}

.filter-form {
  background-color: #fff;
  padding: 32px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.filter-form__category {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.filter-form__category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #D97A05;
  transform: translateY(-50%);
}
.filter-form__label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.filter-form__select {
  padding: 16px 32px 16px 16px;
  border: 1px solid #D97A05;
  font-size: 16px;
  color: #333;
  transition: border-color 0.3s;
}
.filter-form__select:focus {
  outline: 3px solid #ffe4e4;
}
.filter-form__subcategories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.filter-form__subcategories.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.filter-form__radio-item {
  display: inline-flex;
}
.filter-form__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.filter-form__radio-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid #111;
  background-color: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.filter-form__radio:checked + .filter-form__radio-label {
  background-color: #111;
  color: #fff;
  border-color: #111;
}

.service-sections__section-description {
  margin: 0 0 40px;
}
.service-sections__item {
  border: 6px solid #fed634;
}
.service-sections__item:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .service-sections__item {
    padding: 16px;
  }
}
.service-sections__header {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .service-sections__header {
    flex-direction: column;
    gap: 12px;
  }
}
.service-sections__header-content {
  flex: 1;
  order: 2;
  padding: 16px;
}
.service-sections__item-image {
  flex: 0 0 36%;
  order: 1;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .service-sections__item-image {
    flex: 0 0 auto;
    width: 100%;
  }
}
.service-sections__item-image img {
  display: block;
  width: 100%;
  height: auto;
}
.service-sections__item-title {
  font-size: 24px;
  background: linear-gradient(#fff 70%, #fed634 70%, #fed634 90%, #fff 90%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 16px 0;
}
.service-sections__item-summary {
  margin: 16px 0 0;
  text-align: justify;
}
.service-sections__item-list {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-top: #111 solid 1px;
}
@media screen and (max-width: 599px) {
  .service-sections__item-list {
    grid-template-columns: 1fr;
  }
}
.service-sections__item-term, .service-sections__item-desc {
  padding: 12px 16px;
  border-top: 1px solid #111;
}
.service-sections__item-term {
  background: #fed634;
  font-weight: 600;
}
.service-sections__item-desc {
  border-left: 1px solid #111;
}
@media screen and (max-width: 599px) {
  .service-sections__item-desc {
    border-left: 0;
  }
}
.service-sections__item-list > :nth-child(-n+2) {
  border-top: 0;
}

.single:not(:has(.single__inner section)) {
  background-color: #F7f7f7;
}
@media screen and (max-width: 599px) {
  .single:not(:has(.single__inner section)) {
    padding: 0;
  }
}
.single__inner section {
  padding: 60px;
}
.single__inner section:nth-of-type(even) {
  background-color: #F7f7f7;
}
.single__inner:not(:has(section)) {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 48px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media screen and (max-width: 1288px) {
  .single__inner:not(:has(section)) {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .single__inner:not(:has(section)) {
    width: calc(100% - 0px);
  }
}
@media screen and (max-width: 599px) {
  .single__inner:not(:has(section)) {
    padding: 24px;
  }
}
.single__inner h2 {
  font-size: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px auto;
  background: linear-gradient(#fed634, #fed634) no-repeat center bottom/1em 4px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single__inner h2 span {
  display: block;
  font-size: calc(40px - 16px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .single__inner h2 {
    font-size: calc(40px - 8px);
  }
}
.single__inner h2:not(:has(section)):not(:first-child) {
  margin-top: 40px;
}
.single__inner h3 {
  border-left: 3px solid #fed634;
  padding: 8px 16px;
  font-size: 20px;
  margin: 32px 0 24px 0;
}
.single__inner p:not(:last-child) {
  margin-bottom: 16px;
}
.single__inner ul:not(.product-list):not(.check-list) {
  margin-bottom: 16px;
}
.single__inner ul:not(.product-list):not(.check-list) li {
  position: relative;
  padding-left: 20px;
}
.single__inner ul:not(.product-list):not(.check-list) li:not(:last-child) {
  margin-bottom: 8px;
}
.single__inner ul:not(.product-list):not(.check-list) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background-color: #fed634;
  border-radius: 50%;
}
.single__inner ol {
  margin-bottom: 16px;
  counter-reset: single-ol;
}
.single__inner ol li {
  position: relative;
  padding-left: 28px;
  counter-increment: single-ol;
}
.single__inner ol li::before {
  content: counter(single-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.single__inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}
.single__inner table th,
.single__inner table td {
  border: 1px solid #111;
  padding: 12px 16px;
}
.single__inner table th,
.single__inner table thead td {
  background: #fed634;
  font-weight: 600;
}
.single__inner table tr > *:first-child {
  background: #FEFAC5;
}

.check-list {
  display: flex;
  gap: 16px 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  border: 12px solid #fed634;
  padding: 32px 64px;
}
.check-list li {
  width: calc(50% - 16px);
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-left: 32px;
  padding-bottom: 16px;
}
.check-list li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(0.25em + 4px);
  transform: rotate(45deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  background-color: transparent;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 24px;
  height: 24px;
  background-color: #fed634;
}
@media screen and (max-width: 1288px) {
  .check-list li {
    width: 100%;
  }
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product {
  background: #fff;
  padding: 16px;
}
.product img {
  width: 100%;
  height: auto;
  display: block;
}
.product__meta {
  margin: 8px 0 0 0;
  display: grid;
  grid-template-columns: 72px 1fr;
  row-gap: 8px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.product__meta dt {
  font-weight: 600;
  background-color: #fed634;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__meta dd {
  margin: 0;
}/*# sourceMappingURL=style.css.map */