.container-office *, .container-office::before, .container-office::after {
  box-sizing: border-box;
}
.container-office * {
  margin: 0;
  padding: 0;
}
.container-office img, .container-office picture, .container-office video, .container-office canvas, .container-office svg {
  display: block;
  max-width: 100%;
}
.container-office input, .container-office button, .container-office textarea, .container-office select {
  font: inherit;
  border: none;
  color: inherit;
}
.container-office li {
  list-style: none;
}
.container-office a {
  color: inherit;
  text-decoration: none;
}
.container-office img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.container-office address {
  font-style: normal;
}
.container-office sup {
  vertical-align: super;
  font-size: smaller;
}
html {
  font-size: 16px;
  height: 100%;
}
.container-office {
  font-size: 10px; /* rem相当の基準。配下は em で指定 */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  color: #333;
}
.f-eng {
  font-family: "Roboto", sans-serif;
}
header, footer {
  position: relative;
  width: 100%;
}
.spOnly {
  display: none;
}
.pcOnly {
  display: block;
}
dialog {
  margin-left: auto;
  margin-right: auto;
  transition: overlay 0.3s ease-out allow-discrete, display 0.3s ease-out allow-discrete;
}
.common-dialog-inner {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
dialog[open] .common-dialog-inner {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .container-office {
    font-size: 2.6666666667vw;
  }
  header, footer {
    min-width: initial;
  }
  main {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
@starting-style {
  dialog[open] .common-dialog-inner {
    opacity: 0;
    transform: translateY(24px);
  }
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0);
  transition: display 0.3s allow-discrete, overlay 0.3s allow-discrete, background-color 0.3s;
}
dialog[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
@starting-style {
  dialog[open]::backdrop {
    background-color: rgba(0, 0, 0, 0);
  }
}
.container-office h2, .container-office h3 {
  border: none;
  margin: 0;
  padding: 0;
}
.container-office h3 {
  font-size: 22px;
}
.container-office p {
  padding-bottom: 0;
}
.container-office ul {
  margin: 0;
}
.container-office ul li {
  margin: 0;
  padding: 0;
  background: none;
}
.container-office dl, .container-office dt, .container-office dd {
  margin: 0;
  padding: 0;
}
section {
  width: 100%;
}
.container-office .common-section-inner {
  position: relative;
  max-width: 625px;
  width: 100%;
  margin-inline: auto;
  padding: 60px 20px;
}
.container-office .common-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.container-office .common__title-en {
  color: #E63900;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.25em;
  padding-left: 6px;
}
.container-office .common__title-en::after {
  content: "";
  margin-top: 8px;
  margin-inline: auto;
  width: 70px;
  height: 4px;
  display: block;
  background-image: linear-gradient(0deg, #EC5B13 0%, #E63900 100%);
  transform: translateX(-3px);
}
.container-office .common__title-ja {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.container-office .common__title-highlight {
  font-size: 64px;
  line-height: 0.75;
}
.container-office .common__btn {
  cursor: pointer;
  background-image: linear-gradient(0deg, #EC5B13 0%, #E63900 100%);
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  padding-block: 8px;
  padding-inline: 60px;
  min-height: 36px;
  position: relative;
  color: #ffffff;
}
.container-office .common__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.container-office .common__btn-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.container-office .common__btn-text {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}
.container-office .common__btn.cta__btn-contact {
  width: 100%;
  padding: 12px 40px;
  min-height: 60px;
  max-width: none;
}
.common__btn.cta__btn-contact:hover {
  color: #fff;
  opacity: 1;
}
.common__btn.cta__btn-contact .common__btn-text {
  font-size: 20px;
  color: #fff;
}
.cta__icon-email {
  display: inline-block;
  width: 40px;
  flex-shrink: 0;
}
.cta__icon-arrow {
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 20px;
}
.common__btn.form__btn-contact {
  margin-bottom: 20px;
}
.common__btn.form__btn-tel {
  flex-direction: column;
  width: 100%;
  padding-block: 14px 15px;
  padding-inline: 30px;
  min-height: 100px;
  max-width: none;
}
.common__btn.form__btn-tel:hover {
  color: #fff;
  opacity: 1;
}
.common__btn.form__btn-tel .common__btn-content {
  gap: 0 4px;
  flex-direction: column;
}
.form__btn-tel-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4px;
}
.form__btn-tel-text {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  white-space: inherit;
  color: #fff;
}
.form__btn-icon-tel {
  width: 32px;
  flex-shrink: 0;
  display: inline-block;
}
.form__btn-tel-number {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  white-space: inherit;
  color: #fff;
}
.form__btn-tel-hours {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.kv {
  position: relative;
  overflow: hidden;
}
.kv .common-section-inner {
  padding: 0em 1.5em 2.8em 1.5em;
}
.kv .kv__image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv .kv__image-wrap picture, .kv .kv__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.kv .kv__person {
  position: absolute;
  right: 0px;
  bottom: 25em;
  width: 56em;
}
.kv .kv__deco-kv-text {
  position: relative;
  margin-top: 1.7em;
  width: 36em;
  right: auto;
  bottom: auto;
  margin-left: 0.4em;
}
.kv .kv__heading {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.kv .kv__lead {
  margin-top: 12px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.kv .kv__sublead {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.kv .kv__map-block {
  margin-top: 40px;
  width: 36em;
  height: auto;
}
.kv .kv__contact-info {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  z-index: 1;
  position: relative;
}
.kv .kv__tel-block {
  flex-shrink: 0;
  display: inline-block;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
  padding: 14px 0;
  width: 100%;
}
.kv .kv__tel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.kv .kv__tel-icon {
  width: 50px;
}
.kv .kv__tel-number {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}
.kv .kv__tel-hours {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.kv .kv__btn-contact {
  position: relative;
  overflow: hidden;
  min-width: 500px;
  max-width: 662px;
  width: auto;
  padding: 14px 30px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-image: linear-gradient(0deg, #EC5B13 0%, #E63900 100%);
  border-radius: 99px;
  flex-grow: 1;
}
.kv .kv__btn-contact.spOnly {
  display: none;
  width: 17.8em;
  height: 54px;
}
.kv .kv__btn-contact.spOnly .kv__btn-text {
  font-size: 1.4em;
}
.kv .kv__btn-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .container-office .common-section-inner {
    padding: 40px 10px;
  }
  .container-office .common__title-en {
    font-size: 14px;
    letter-spacing: 0.357em;
  }
  .container-office .common__title-en::after {
    margin-top: 4px;
    height: 2px;
    width: 50px;
  }
  .container-office .common__title-ja {
    font-size: 22px;
    line-height: 1.4;
  }
  .container-office .common__title-highlight {
    font-size: 24px;
    line-height: 1.25;
  }
  .container-office .common__btn {
    padding: 8px 40px;
    width: 100%;
  }
  .common__btn.cta__btn-contact .common__btn-text {
    font-size: 16px;
  }
  .cta__icon-email {
    width: 30px;
  }
  .kv .kv__person {
    right: 0px;
    bottom: 14em;
    width: 32em;
  }
  .kv .kv__deco-kv-text {
    width: 18.8em;
  }
  .kv .kv__heading {
    margin-top: 0;
  }
  .kv .kv__lead {
    font-size: 2.8em;
  }
  .kv .kv__sublead {
    margin-top: 0.571429em;
    font-size: 1.4em;
    letter-spacing: 0;
  }
  .kv .kv__map-block {
    margin-top: 0;
    width: 18.7em;
  }
  .kv .kv__contact-info {
    margin-top: 2em;
    gap: 0;
  }
  .kv .kv__tel-block {
    padding: 0.8em 3em;
    width: 100%;
    border-top: 0.2em solid #ffffff;
    border-bottom: 0.2em solid #ffffff;
  }
  .kv .kv__tel-link {
    gap: 0.5em;
  }
  .kv .kv__tel-icon {
    width: 2.8em;
    gap: 1em;
  }
  .kv .kv__tel-number {
    font-size: 2.8em;
  }
  .kv .kv__tel-hours {
    font-size: 1.2em;
    margin-top: 3px;
  }
  .kv .kv__btn-contact {
    margin-top: 0.642857em;
    font-size: 1.4em;
    padding: 0.571429em 1.428571em 0.571429em 3.214286em;
    width: 15.428571em;
    gap: 2.428571em;
    justify-content: flex-end;
  }
  .kv .kv__btn-contact.spOnly {
    display: flex;
    justify-content: space-between;
    gap: 0;
    min-width: auto;
    width: 10em;
    max-width: 100%;
    padding: 14px 20px 15px;
    text-align: center;
  }
  .kv .kv__btn-contact.pcOnly {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .container-office .common__btn:hover::after {
    opacity: 0.3;
  }
  .kv .kv__btn-contact:hover::after {
    opacity: 0.3;
  }
}
@media (max-width: 960px) and (min-width: 769px) {
  .kv .common-section-inner {
    max-width: 80%;
  }
  .kv .kv__person {
    right: 5%;
  }
}
@keyframes kv-btn-hover{
0% {
opacity: 0.4;
transform: scale(0.8);
}
100% {
opacity: 0;
transform: scale(2.5);
}
}
.kv .kv__icon-email {
  width: 50px;
}
.kv .kv__btn-text {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
}
.kv .kv__icon-arrow {
  width: 15px;
  margin-left: 42px;
  margin-right: -69px;
}
.kv .kv__contact-block {
  display: flex;
  justify-content: space-between;
  gap: 0px;
  margin-top: 12px;
}
.kv .kv__contact-text {
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
}
.worry {
  background-color: #F1F5F9;
}
.worry .worry__title-wrap {
  text-align: center;
}
.worry .worry__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.111;
  text-align: center;
}
.worry .worry__title-strong {
  display: inline-block;
  margin-top: 16px;
  color: #E63900;
  font-size: 28px;
  line-height: 1.2;
}
.worry .worry__deco-speech-bubble {
  display: inline-block;
  max-width: 1042px;
  width: 100%;
  margin-top: -20px;
}
.worry .worry__items {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.worry .worry__item {
  max-width: 32%;
  border-radius: 20px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 20px 4px;
}
.worry .worry__pic {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-inline: 50px;
}
.worry .worry__pic.n1 picture, .worry .worry__pic.n1 img {
  width: 102px;
}
.worry .worry__pic.n2 picture, .worry .worry__pic.n2 img {
  width: 104px;
}
.worry .worry__pic.n3 picture, .worry .worry__pic.n3 img {
  width: 116px;
}
.worry .worry__item-text-wrap {
  display: flex;
  align-items: center;
  margin-inline: 5px;
}
.worry .worry__item-text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
  font-weight: 500;
  white-space: pre-line;
}
.worry .worry__item-text-bold {
  font-weight: 700;
}
.cta {
  background-image: linear-gradient(0deg, #EC5B13 0%, #E63900 100%);
}
.cta .cta__inner {
  overflow: hidden;
}
.cta .common-section-inner {
  padding: 20px 20px 155px 20px;
}
.cta .cta__block {
  padding: 32px 17px;
  background-color: #F8F6F6;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.cta .cta__contents {
  display: flex;
  gap: 0;
  align-items: flex-end;
}
.cta .cta__parts {
  width: 100%;
  flex-shrink: 0;
}
.cta .cta__heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E63900;
  background-image: linear-gradient(0deg, #EC5B13 0%, #E63900 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  white-space: inherit;
  padding-inline: 3px;
  text-align: center;
}
.cta .cta__heading-strong {
  font-size: 38px;
  letter-spacing: 0;
}
.cta .cta__heading-exclamation {
  margin-left: -0.22em;
}
.cta .cta__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}
.cta .cta__list-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.cta .cta__icon-check {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
}
.cta .cta__image {
  display: inline-block;
  flex-shrink: 0;
  width: 88%;
  max-width: 330px;
  position: absolute;
  margin-right: 0;
  margin-top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cta .cta__appeal {
  display: block;
}
.cta .cta__appeal-title {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  color: #EC5B13;
  padding: 7px 12px 8px 12px;
  margin-bottom: 10px;
  font-size: 16px;
  border: 2px solid #EC5B13;
}
.cta .cta__appeal-text {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.cta .cta__appeal-highlight {
  font-weight: 700;
  color: #E63900;
}
.cta .cta__actions {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 20px;
  gap: 20px;
  padding-inline: 3px;
}
.cta .cta__tel-block {
  padding-block: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #E63900;
  background-image: linear-gradient(0deg, #EC5B13 0%, #E63900 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(0deg, #EC5B13 0%, #E63900 100%) 1;
}
.cta .cta__tel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cta .cta__icon-tel {
  width: 30px;
  flex-shrink: 0;
  display: inline-block;
}
.cta .cta__tel-number {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}
.cta .cta__tel-hours {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin-top: 3px;
}
.cta .pcOnly {
  display: none;
}
.about {
  background-color: #F8F6F6;
}
.about .about__lead {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
.about .about__image-wrap {
  margin-top: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  overflow: hidden;
}
.about .about__description {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.about .about__highlight {
  font-weight: 700;
  color: #E63900;
}
.works {
  background-color: #F1F5F9;
}
.works .works__lead {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.works .works__highlight {
  font-weight: 700;
  color: #E63900;
}
.works .works__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.works .works__item {
  width: 100%;
  border: 1px solid rgba(236, 91, 19, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 30px;
}
.works .works__item-image {
  width: 100%;
  height: 270px;
}
.works .works__item-image picture, .works .works__item-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.works .works__item-content {
  width: 100%;
  padding: 20px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.works .works__item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111;
}
.works .works__item-description {
  font-size: 14px;
  line-height: 1.429;
  color: #475569;
}
.works .works__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.works .works__tag-item {
  background: linear-gradient(white, white) padding-box, linear-gradient(0deg, #EC5B13 0%, #E63900 100%) border-box;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 3px 11px;
  line-height: 0;
}
.works .works__tag-text {
  background: linear-gradient(0deg, #EC5B13 0%, #E63900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.167;
}
.works .works__summary {
  position: relative;
  margin-top: auto;
}
.works .works__summary-icon {
  width: 20px;
}
.works .works__summary-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(236, 91, 19, 0.2);
}
.works .works__spec-list {
  display: grid;
  grid-template-columns: auto 1fr;
}
.works .works__spec-list:first-child dt, .works .works__spec-list:first-child dd {
  padding-top: 0px;
}
.works .works__spec-item {
  display: contents;
}
.works .works__spec-item:first-child .works__spec-label, .works .works__spec-item:first-child .works__spec-value {
  padding-top: 12px;
}
.works .works__spec-label {
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.429;
  color: #64748B;
  white-space: nowrap;
  min-width: 70px;
}
.works .works__spec-value {
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.429;
  font-weight: 500;
  padding-left: 20px;
}
.works .works__btn-detail {
  position: absolute;
  bottom: 0;
  right: 0;
}
.works-modal__dialog {
  overflow-y: auto;
  border: none;
  background-color: unset;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}
.works-modal__dialog .works-modal__content {
  position: relative;
  width: 90%;
  min-height: 500px;
  border-radius: 30px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: #F8F6F6;
  margin-block: 10vh;
  max-width: 896px;
}
.works-modal__dialog .works-modal__body {
  padding: 24px 40px 40px;
}
.works-modal__dialog .works-modal__main-visual {
  position: relative;
}
.works-modal__dialog .works-modal__main-image {
  width: 100%;
}
.works-modal__dialog .works-modal__main-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.works-modal__dialog .works-modal__company-info {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #ffffff;
  padding-inline: 40px;
}
.works-modal__dialog .works-modal__company-name {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
.works-modal__dialog .works-modal__company-description {
  font-size: 16px;
  line-height: 1.375;
}
.works-modal__dialog .works-modal__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}
.works-modal__dialog .works-modal__tag-item {
  display: block;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 12px;
}
.works-modal__dialog .works-modal__tag-text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.167;
  background: linear-gradient(0deg, #EC5B13 0%, #E63900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.works-modal__dialog .works-modal__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.works-modal__dialog .works-modal__summary, .works-modal__dialog .works-modal__solution, .works-modal__dialog .works-modal__comment {
  border: 1px solid rgba(236, 91, 19, 0.2);
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 30px;
  padding: 20px 24px;
}
.works-modal__dialog .works-modal__summary-icon, .works-modal__dialog .works-modal__solution-icon {
  width: 20px;
}
.works-modal__dialog .works-modal__summary-title, .works-modal__dialog .works-modal__solution-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.556;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(236, 91, 19, 0.2);
}
.works-modal__dialog .works-modal__spec-list {
  display: grid;
  grid-template-columns: auto 1fr;
}
.works-modal__dialog .works-modal__spec-list:first-child dt, .works-modal__dialog .works-modal__spec-list:first-child dd {
  padding-top: 0px;
}
.works-modal__dialog .works-modal__spec-item {
  display: contents;
  font-size: 14px;
  line-height: 1.429;
}
.works-modal__dialog .works-modal__spec-item:first-child .works-modal__spec-label, .works-modal__dialog .works-modal__spec-item:first-child .works-modal__spec-value {
  margin-top: 16px;
}
.works-modal__dialog .works-modal__spec-label {
  color: #64748B;
  margin-top: 8px;
  padding-block: 4px;
  width: 70px;
}
.works-modal__dialog .works-modal__spec-value {
  margin-left: auto;
  text-align: right;
  font-weight: 500;
  margin-top: 8px;
  padding-block: 4px;
  padding-left: 20px;
}
.works-modal__dialog .works-modal__solutions-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  gap: 16px;
}
.works-modal__dialog .works-modal__solution-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.333;
  color: #94A3B8;
}
.works-modal__dialog .works-modal__solution-content:nth-of-type(2) .works-modal__solution-label {
  color: #EC5B13;
}
.works-modal__dialog .works-modal__solution-text {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.429;
}
.works-modal__dialog .works-modal__comment {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 24px;
  grid-column: 1/-1;
}
.works-modal__dialog .works-modal__comment-illust {
  width: 64px;
  flex-shrink: 0;
}
.works-modal__dialog .works-modal__comment-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.works-modal__dialog .works-modal__comment-title {
  color: #EC5B13;
  font-size: 14px;
  line-height: 1.429;
  font-weight: 700;
}
.works-modal__dialog .works-modal__comment-text {
  font-size: 16px;
  line-height: 1.25;
}
.works-modal__dialog .works-modal__images {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.works-modal__dialog .works-modal__images-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.038em;
  color: #EC5B13;
}
.works-modal__dialog .works-modal__body:has(.works-modal__images + .works-modal__images) .works-modal__images:has(+ .works-modal__images) .works-modal__images-label {
  color: #94A3B8;
}
.works-modal__dialog .works-modal__images-content {
  border-radius: 30px;
  overflow: hidden;
}
.works-modal__dialog .works-modal__text-btn-close {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: unset;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  color: #EC5B13;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 24px;
  transition: opacity 0.3s;
}
.works-modal__dialog .works-modal__icon-btn-close {
  position: absolute;
  z-index: 2;
  right: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.works-modal__dialog .works-modal__icon-btn-close::before, .works-modal__dialog .works-modal__icon-btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #0F172A;
}
.works-modal__dialog .works-modal__icon-btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.works-modal__dialog .works-modal__icon-btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.voice {
  position: relative;
}
.voice .voice__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.voice .voice__bg picture, .voice .voice__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.voice .voice__title * {
  color: #ffffff;
}
.voice .voice__title *::after {
  background-image: none;
  background-color: #ffffff;
}
.voice .voice__block {
  margin-top: 40px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-inline: 20px;
}
.voice .voice__block-inner {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}
.voice .voice__item + .voice__item::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(0deg, #EC5B13 0%, #E63900 100%);
  margin: 20px auto 30px;
}
.voice .voice__item-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.voice .voice__image {
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 50%;
  width: 120px;
  height: auto;
}
.voice .voice__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.voice .voice__text {
  min-height: 72px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.voice .voice__name {
  color: #64748B;
  font-size: 14px;
  line-height: 1.429;
}
.reason .reason__block {
  margin-top: 60px;
}
.reason .reason__block-inner {
  display: flex;
  flex-direction: column;
}
.reason .reason__item + .reason__item::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(0deg, #EC5B13 0%, #E63900 100%);
  margin: 20px auto 30px;
}
.reason .reason__item-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reason .reason__image {
  overflow: hidden;
  border-radius: 30px;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.reason .reason__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.reason .reason__head {
  background: linear-gradient(0deg, #EC5B13 0%, #E63900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.reason .reason__head-number {
  font-weight: 700;
  font-size: 58px;
  line-height: 1;
  margin-right: 20px;
  letter-spacing: -0.03em;
}
.reason .reason__head-text {
  display: flex;
  align-items: flex-end;
  min-height: 34px;
  line-height: 1.25;
}
.reason .reason__text {
  font-size: 16px;
  line-height: 2;
}
.flow {
  background-color: #F8F6F6;
}
.flow .flow__lead {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.flow .flow__block {
  margin-top: 24px;
}
.flow .flow__block-inner {
  display: flex;
  flex-direction: column;
  gap: 68px;
}
.flow .flow__item {
  position: relative;
}
.flow .flow__item-inner {
  border-radius: 30px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-direction: column;
  min-height: auto;
}
.flow .flow__content {
  display: flex;
  align-items: center;
  gap: 0;
  flex-direction: column;
}
.flow .flow__step {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  padding: 13px 23px;
}
.flow .flow__step::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.flow .flow__item:nth-of-type(1) .flow__step::before {
  background-color: #F68D00;
}
.flow .flow__item:nth-of-type(2) .flow__step::before {
  background-image: linear-gradient(180deg, #F68D00 0%, #EA6000 100%);
}
.flow .flow__item:nth-of-type(3) .flow__step::before {
  background-color: #EA6000;
}
.flow .flow__item:nth-of-type(4) .flow__step::before {
  background-image: linear-gradient(180deg, #EA6000 0%, #E63900 100%);
}
.flow .flow__item:nth-of-type(5) .flow__step::before {
  background-color: #E63900;
}
.flow .flow__item:nth-of-type(6) .flow__step::before {
  background-image: linear-gradient(180deg, #E63900 0%, #CB000B 100%);
}
.flow .flow__number {
  z-index: 1;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.flow .flow__label {
  z-index: 1;
  margin-top: 9px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.flow .flow__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  max-width: none;
  width: 100%;
  padding: 12px 20px 20px;
}
.flow .flow__image {
  margin-block: 0;
  width: 101px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.flow .flow__arrow-block {
  position: absolute;
  transform: translateX(-50%) translateY(0%);
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}
.flow .flow__arrow {
  display: inline-block;
  width: auto;
  height: 61px;
}
.flow .flow__arrow picture, .flow .flow__arrow img {
  width: auto;
  height: 100%;
}
.flow .flow__arrow-label {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  background: linear-gradient(white, white) padding-box, linear-gradient(0deg, #EC5B13 0%, #E63900 100%) border-box;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 2px 10px;
  line-height: 0;
}
.flow .flow__arrow-label-text {
  display: inline-block;
  background: linear-gradient(0deg, #EC5B13 0%, #E63900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.flow .flow__text-block {
  margin-top: 24px;
  max-width: 268px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.faq {
  background-color: #F8F6F6;
}
.faq .faq__block {
  margin-top: 24px;
}
.faq .faq__item {
  width: 100%;
}
.faq .faq__item + .faq__item {
  margin-top: 12px;
}
.faq .faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 20px 16px 20px 16px;
  border-radius: 20px;
  cursor: pointer;
}
.faq .faq__q-wrapper {
  display: flex;
  align-items: center;
}
.faq .faq__text-q {
  width: 26px;
  margin-right: 15px;
  display: inline-block;
  flex-shrink: 0;
}
.faq .faq__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 977px;
  text-align: left;
  padding-right: 14px;
}
.faq .faq__arrow {
  width: 22px;
  transition: transform 0.3s ease;
  display: inline-block;
  margin-left: auto;
  flex-shrink: 0;
}
.faq .faq__question.active .faq__arrow {
  transform: rotate(-180deg);
}
.faq .faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}
.faq .faq__answer.is-open {
  grid-template-rows: 1fr;
}
.faq .faq__answer-wrapper {
  overflow: hidden;
}
.faq .faq__answer-inner {
  display: flex;
  background-color: #FFEDE4;
  padding: 19px 20px 19px 17px;
  border-radius: 20px;
  margin-top: 8px;
}
.faq .faq__text-a {
  margin-right: 13px;
  width: 26px;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}
.faq .faq__answer-text {
  font-size: 14px;
  line-height: 1.34;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.form {
  background-color: #F1F5F9;
}
.form .form__lead {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 60px;
}
.company {
  background-color: #F8F6F6;
}
.company .company__lead {
  margin-top: 36px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
.company .company__box {
  margin-top: 24px;
  border-radius: 30px;
  padding: 40px;
  background-color: #ffffff;
}
.company .company__list {
  margin: 0;
}
.company .company__list-item {
  display: block;
  gap: 0;
}
.company .company__list-item:not(:first-child) {
  border-top: 1px solid #D9D9D9;
}
.company .company__list-item:not(:first-child):not(:last-child) {
  padding: 24px 0;
}
.company .company__list-item:first-child {
  padding-bottom: 24px;
}
.company .company__list-item:last-child {
  padding-top: 24px;
}
.company .company__list-label {
  width: 235px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}
.company .company__list-value {
  font-weight: 500;
  font-size: 14px;
}
.company .company__map iframe {
  width: 100%;
  height: 400px;
  border: none;
}
@media (max-width: 768px) {
  .kv .kv__icon-email {
    width: 2.142857em;
  }
  .kv .kv__btn-text {
    font-size: 1em;
  }
  .kv .kv__btn-contact.spOnly .kv__btn-text {
    font-size: 1em;
    display: block;
    text-align: center;
    width: 100%;
  }
  .kv .kv__icon-arrow {
    margin-left: 0;
    margin-right: 0;
  }
  .kv .kv__contact-text {
    font-size: 1em;
  }
  .worry .worry__title {
    font-size: 16px;
    line-height: 1.75;
  }
  .worry .worry__title-strong {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.4;
  }
  .worry .worry__deco-speech-bubble {
    max-width: 327px;
    margin-top: -8px;
  }
  .worry .worry__items {
    margin-top: 24px;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .worry .worry__item {
    max-width: 345px;
    width: 100%;
    height: auto;
    min-height: 128px;
    border-radius: 20px;
    padding: 16px 24px;
    flex-direction: row;
    gap: 26px;
  }
  .worry .worry__pic.n1, .worry .worry__pic.n2, .worry .worry__pic.n3 {
    width: 84px;
    padding-inline: 0;
  }
  .worry .worry__item-text-wrap {
    min-height: auto;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
  }
  .worry .worry__item-text {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .cta .common-section-inner {
    padding: 20px 10px 155px 10px;
  }
  .cta .cta__heading {
    display: block;
    font-size: 18px;
    text-align: center;
  }
  .cta .cta__heading-strong {
    font-size: 25px;
  }
  .cta .cta__list-item {
    font-size: 15px;
  }
  .about .about__lead {
    margin-top: 36px;
    font-size: 14px;
    padding-inline: 20px;
  }
  .about .about__image-wrap {
    margin-top: 21px;
    max-width: 100%;
    border-radius: 10px;
  }
  .about .about__description {
    margin-top: 24px;
    font-size: 14px;
    padding-inline: 20px;
    text-align: left;
  }
  .works .works__list {
    margin-top: 24px;
    gap: 24px;
  }
  .works .works__item {
    border-radius: 30px;
    min-height: auto;
  }
  .works .works__item-title {
    font-size: 16px;
    line-height: 1.25;
  }
  .works .works__item-description {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.429;
  }
  .works .works__tag-list {
    margin-top: 12px;
    gap: 4px 8px;
  }
  .works .works__summary {
    margin-top: 0;
  }
  .works .works__summary-title {
    margin-top: 24px;
  }
  .works .works__btn-detail {
    margin-top: 24px;
    margin-right: auto;
  }
  .works-modal__dialog .works-modal__content {
    width: 92%;
    border-radius: 30px;
    margin-block: 15px;
  }
  .works-modal__dialog .works-modal__body {
    padding: 24px 20px 24px;
  }
  .works-modal__dialog .works-modal__main-image::after {
    content: none;
  }
  .works-modal__dialog .works-modal__company-info {
    gap: 0;
    bottom: auto;
    left: auto;
    position: relative;
    color: #333;
    padding-top: 8px;
    padding-inline: 20px;
  }
  .works-modal__dialog .works-modal__company-name {
    font-size: 16px;
    line-height: 1.875;
  }
  .works-modal__dialog .works-modal__company-description {
    font-size: 14px;
    line-height: 1.429;
  }
  .works-modal__dialog .works-modal__tag-list {
    margin-top: 8px;
    gap: 4px 8px;
  }
  .works-modal__dialog .works-modal__tag-item {
    background: linear-gradient(white, white) padding-box, linear-gradient(0deg, #EC5B13 0%, #E63900 100%) border-box;
    border: 1px solid transparent;
    padding: 3px 11px;
  }
  .works-modal__dialog .works-modal__details {
    grid-template-columns: 1fr;
  }
  .works-modal__dialog .works-modal__summary, .works-modal__dialog .works-modal__solution, .works-modal__dialog .works-modal__comment {
    padding: 20px;
  }
  .works-modal__dialog .works-modal__summary-title, .works-modal__dialog .works-modal__solution-title {
    font-size: 16px;
    line-height: 1.25;
  }
  .works-modal__dialog .works-modal__solution-title {
    font-size: 14px;
    line-height: 1.429;
  }
  .works-modal__dialog .works-modal__spec-item:first-child .works-modal__spec-label, .works-modal__dialog .works-modal__spec-item:first-child .works-modal__spec-value {
    margin-top: 12px;
  }
  .works-modal__dialog .works-modal__spec-value {
    padding-left: 5px;
  }
  .works-modal__dialog .works-modal__solutions-wrapper {
    margin-top: 12px;
  }
  .works-modal__dialog .works-modal__comment {
    grid-column: auto;
    flex-direction: column;
    align-items: baseline;
    padding: 20px;
    gap: 8px;
    border-radius: 20px;
  }
  .works-modal__dialog .works-modal__comment-illust {
    width: 32px;
    display: inline-block;
  }
  .works-modal__dialog .works-modal__comment-illust.pcOnly {
    display: none;
  }
  .works-modal__dialog .works-modal__comment-title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .works-modal__dialog .works-modal__comment-text {
    font-size: 14px;
    line-height: 1.429;
  }
  .works-modal__dialog .works-modal__images-content {
    border-radius: 10px;
  }
  .works-modal__dialog .works-modal__text-btn-close {
    font-size: 14px;
    line-height: 2;
  }
  .works-modal__dialog .works-modal__icon-btn-close {
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
  }
  .voice .voice__block {
    margin-top: 24px;
    border-radius: 30px;
    margin-inline: 0;
  }
  .voice .voice__item-inner {
    flex-direction: column;
    gap: 12px;
  }
  .voice .voice__image {
    width: 19.6721311475%;
  }
  .voice .voice__content {
    padding-block: 0px;
  }
  .voice .voice__text {
    min-height: auto;
    align-items: baseline;
  }
  .reason .reason__block {
    margin-top: 24px;
  }
  .reason .reason__item + .reason__item::before {
    margin: 24px auto;
  }
  .reason .reason__item-inner {
    flex-direction: column;
    gap: 16px;
  }
  .reason .reason__image {
    border-radius: 30px;
  }
  .reason .reason__content {
    min-width: auto;
  }
  .reason .reason__head {
    font-size: 16px;
    line-height: 1.25;
  }
  .reason .reason__head-number {
    position: relative;
    font-size: 48px;
    margin-right: 10px;
    top: -2px;
  }
  .reason .reason__head-text {
    font-size: 18px;
  }
  .flow .flow__lead {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  .faq .faq__text {
    font-size: 15px;
  }
  .form .form__lead {
    margin-top: 20px;
    font-size: 14px;
  }
  .company .company__box {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  .works .works__btn-detail {
    position: relative;
    margin-left: auto;
    margin-top: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .works-modal__dialog .works-modal__text-btn-close:hover {
    opacity: 0.7;
  }
  .works-modal__dialog .works-modal__icon-btn-close:hover {
    opacity: 0.7;
  }
}
