.container {
  width: 100%;
  max-width: 116.6rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 2.4rem;
  }
}

.c-breadcrumb {
  max-width: 136.6rem;
  margin: 0 auto 10.8rem;
  padding: 2.4rem 3.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb {
    margin: 0 auto 6rem;
    padding: 2rem 2rem 0;
  }
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__list > li {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__list > li {
    white-space: nowrap;
  }
}
.c-breadcrumb__list > li a {
  color: rgba(0, 0, 0, 0.4);
}
.c-breadcrumb__list > li::after {
  margin: 0 0.8rem;
  content: "";
  background-image: url("../img/common/breadcrumb-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__list > li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-breadcrumb__list > li:last-child::after {
  display: none;
}

.c-pagehead {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .c-pagehead {
    margin-bottom: 2.2rem;
  }
}
.c-pagehead__title {
  font-weight: 700;
  font-size: 1.3rem;
}
.c-pagehead__title::after {
  position: relative;
  z-index: 1;
  margin-top: 1.3rem;
  margin-bottom: -2px;
  padding-bottom: 2.4rem;
  content: attr(data-title-en);
  display: block;
  letter-spacing: 0.02em;
  font-size: 6.2rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2096774194;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #ff6510;
}
@media screen and (max-width: 767.98px) {
  .c-pagehead__title::after {
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.04em;
    font-size: 3.2rem;
    line-height: 1.21875;
  }
}
.c-pagehead.-dotted {
  border-bottom: none;
  margin-bottom: 0;
}
.c-pagehead.-dotted .c-pagehead__title {
  position: relative;
}
.c-pagehead.-dotted .c-pagehead__title:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ff6510;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.c-pagehead.-dotted .c-pagehead__title:after {
  border-bottom: none;
}
.c-pagehead.-dotted .c-pagehead__title span {
  padding-left: 1.6rem;
}

/*************************
company
************************ */
.title-box__title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  position: relative;
}
.title-box__title:before {
  content: attr(data-title-en);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-bottom: 1.6rem;
  color: #afafaf;
}

.googlemap {
  width: 8.4rem;
  height: 2.2rem;
  border-radius: 2px;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #666;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.p-company-message {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-message {
    margin-top: 6rem;
    padding-bottom: 9rem;
  }
}
.p-company-message-head.title-box {
  border-bottom: 1px solid #AFAFAF;
}
.p-company-message-head .title-box__title {
  border-bottom: 1px solid #ff6510;
  padding-bottom: 2.4rem;
  transform: translateY(1px);
}
.p-company-message-inner {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  gap: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-message-inner {
    flex-direction: column;
    gap: 6rem;
  }
}
.p-company-message-txt {
  width: calc(100% - 36.9rem - 7rem);
}
@media screen and (max-width: 767.98px) {
  .p-company-message-txt {
    width: 100%;
  }
}
.p-company-message-txt p {
  line-height: 2;
}
.p-company-message-txt p + p {
  margin-top: 4rem;
}
.p-company-message-img {
  width: 36.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-message-img {
    width: 100%;
  }
}
.p-company-message-img figcaption {
  text-align: right;
  font-size: 1.4rem;
  line-height: 2;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-message-img figcaption {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
.p-company-overview {
  padding: 12rem 0 9rem;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767.98px) {
  .p-company-overview {
    padding: 9rem 0;
  }
}
.p-company-overview-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .p-company-overview-inner {
    flex-direction: column;
  }
}
.p-company-overview-head {
  width: calc(100% - 86.3rem);
}
@media screen and (max-width: 767.98px) {
  .p-company-overview-head {
    width: 100%;
  }
}
.p-company-overview-body {
  width: 86.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-overview-body {
    width: 100%;
  }
}
.p-company-overview-table {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d0d0d0;
}
.p-company-overview-table dt {
  width: 21rem;
  border-bottom: 1px solid #ff6510;
  padding-bottom: 1px;
  padding: 2.4rem 0 2.5rem;
  transform: translateY(1px);
}
@media screen and (max-width: 767.98px) {
  .p-company-overview-table dt {
    width: 8rem;
  }
}
.p-company-overview-table dd {
  width: calc(100% - 21rem);
  padding: 2.4rem 4rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767.98px) {
  .p-company-overview-table dd {
    width: calc(100% - 8rem);
    padding-left: 1.6rem;
    padding-right: 0;
  }
}
.p-company-overview-update {
  margin-top: 0.8rem;
  text-align: right;
}
.p-company-history {
  padding: 12rem 0 10rem;
  background-color: #2d2d2d;
}
@media screen and (max-width: 767.98px) {
  .p-company-history {
    padding: 9rem 0;
    overflow: hidden;
  }
}
.p-company-history-head .title-box__title {
  color: #fff;
}
.p-company-history-head .title-box__title:before {
  color: #fff;
}
.p-company-history-body {
  margin-top: 4rem;
  padding: 0 calc((20rem - (100vw - 100%)) / 2);
}
@media screen and (min-width: 1366px) {
  .p-company-history-body {
    padding: 0 calc((100% - 116.6rem) / 2);
  }
}
@media screen and (max-width: 767.98px) {
  .p-company-history-body {
    padding: 0 2.4rem;
    width: 100%;
  }
}
.p-company-history-slider {
  overflow: visible;
}
.p-company-history-slider .swiper-slide {
  width: auto;
  margin-right: 1.6rem;
}
.p-company-history-slider .swiper-slide:last-child {
  margin-right: 0;
}
.p-company-history-slider-btn {
  display: flex;
  gap: 0.8rem;
  position: absolute;
  bottom: calc(100% + 4.8rem);
  right: 0;
  z-index: 10;
}
.p-company-history-slider-prev, .p-company-history-slider-next {
  width: 4.4rem;
  height: 4.4rem;
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease 0s;
}
.p-company-history-slider-prev::after, .p-company-history-slider-next::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #2d2d2d;
  border-right: 2px solid #2d2d2d;
}
.p-company-history-slider-prev:disabled, .p-company-history-slider-next:disabled {
  opacity: 0.3;
}
@media (hover: hover) {
  .p-company-history-slider-prev:not(:disabled):hover, .p-company-history-slider-next:not(:disabled):hover {
    opacity: 0.8;
  }
}
.p-company-history-slider-prev {
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-company-history-slider-prev {
    left: 1.2rem;
  }
}
.p-company-history-slider-prev::after {
  transform: translate(2px, 0) rotate(-135deg);
}
.p-company-history-slider-next {
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .p-company-history-slider-next {
    right: 1.2rem;
  }
}
.p-company-history-slider-next::after {
  transform: translate(-2px, 0) rotate(45deg);
}
.p-company-history-item {
  background-color: #fff;
  width: 28.4rem;
  max-width: 100%;
  height: 25.2rem;
  padding: 2rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.p-company-history-item .history-year {
  font-size: 8.9rem;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
  color: #f4f4f4;
  line-height: 0.8;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.p-company-history-item .history-cont dt {
  font-weight: 500;
}
.p-company-history-item .history-cont dd {
  margin-top: 1.2rem;
  line-height: 1.8571428571;
}
.p-company-access {
  padding: 12rem 0 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-access {
    padding: 9rem 0;
  }
}
.p-company-access-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .p-company-access-inner {
    flex-direction: column;
    gap: 5rem;
  }
}
.p-company-access-head {
  width: calc(100% - 86.3rem);
}
@media screen and (max-width: 767.98px) {
  .p-company-access-head {
    width: 100%;
  }
}
.p-company-access-body {
  width: 86.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-access-body {
    width: 100%;
  }
}
.p-company-access-item {
  display: flex;
  align-items: flex-end;
  gap: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-access-item {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-company-access-item + .p-company-access-item {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-access-item + .p-company-access-item {
    margin-top: 4rem;
  }
}
.p-company-access-item__map {
  width: 48rem;
  height: 34rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-access-item__map {
    width: 100%;
    height: 23rem;
    order: 2;
  }
}
.p-company-access-item__map iframe {
  width: 100%;
  height: 100%;
}
.p-company-access-item__info {
  width: calc(100% - 48rem - 6rem);
}
@media screen and (max-width: 767.98px) {
  .p-company-access-item__info {
    width: 100%;
    order: 1;
  }
}
.p-company-access-item-title {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #afafaf;
  position: relative;
}
.p-company-access-item-title span {
  width: 5rem;
  height: 2.4rem;
  border-radius: 2px;
  background-color: #2d2d2d;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-company-access-item-txt {
  margin-top: 2rem;
}
.p-company-access-item-txt + dl {
  margin-top: 2rem;
}
.p-company-access-item-txt dt {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #ff6510;
  font-weight: 500;
  padding-left: 1.4rem;
  position: relative;
}
.p-company-access-item-txt dt:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ff6510;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.p-company-access-item-txt dd {
  margin-top: 1.2rem;
  line-height: 1.8571428571;
}

.p-contact-intro {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro {
    padding: 2.8rem 0 4.8rem;
  }
}
.p-contact-intro__inner {
  display: flex;
  gap: 6.4rem;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.p-contact-intro__body {
  width: 53.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__body {
    width: 100%;
  }
}
.p-contact-intro__subtitle {
  font-size: 1.9rem;
  line-height: 1.7894736842;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__subtitle {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
.p-contact-intro__title {
  font-size: 3.6rem;
  line-height: 1.5555555556;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__title {
    font-size: 3rem;
    line-height: 1.6333333333;
    margin-top: 1.6rem;
  }
}
.p-contact-intro__text {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__text {
    margin-top: 1.6rem;
  }
}
.p-contact-intro__text p + p {
  margin-top: 1.2rem;
}
.p-contact-intro__features {
  margin-top: 4rem;
  background-color: #f4f4f4;
  padding: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__features {
    margin-top: 3rem;
    padding: 2rem;
    flex-direction: column;
  }
}
.p-contact-intro__features-label {
  width: 12rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__features-label {
    width: 100%;
    text-align: center;
  }
}
.p-contact-intro__features-list {
  width: calc(100% - 12rem);
  border-left: 1px solid #c1c1c1;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__features-list {
    width: 100%;
    margin-top: 1.2rem;
    border-top: 1px solid #c1c1c1;
    border-left: none;
    padding-left: 0;
    padding-top: 1.6rem;
  }
}
.p-contact-intro__features-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-left: 2.4rem;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__features-list li {
    padding-left: 2.8rem;
  }
}
.p-contact-intro__features-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2 7l4 4 6-7' stroke='%23ff6510' stroke-width='3' fill='none' stroke-linecap='butt' stroke-linejoin='miter'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__features-list li::before {
    width: 2.2rem;
    height: 2.2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2 7l4 4 6-7' stroke='%23ff6510' stroke-width='2' fill='none' stroke-linecap='butt' stroke-linejoin='miter'/%3E%3C/svg%3E");
    top: 0;
  }
}
.p-contact-intro__slider {
  width: calc(100% - 53.2rem - 6.4rem);
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__slider {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.p-contact-intro__slider-main {
  position: relative;
  overflow: hidden;
}
.p-contact-intro__slider-main .swiper-slide {
  height: auto;
  font-size: 0;
  line-height: 0;
}
.p-contact-intro__slider-main .swiper-slide figure {
  padding: 1.2rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__slider-main .swiper-slide figure {
    padding: 1.2rem 2.4rem;
  }
}
.p-contact-intro__slider-main .swiper-slide figure img {
  width: 100%;
  height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.15));
}
.p-contact-intro__slider-prev, .p-contact-intro__slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 4rem;
  height: 4rem;
  background-color: #2d2d2d;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease 0s;
}
.p-contact-intro__slider-prev::after, .p-contact-intro__slider-next::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (hover: hover) {
  .p-contact-intro__slider-prev:hover, .p-contact-intro__slider-next:hover {
    background-color: #ff6510;
  }
}
.p-contact-intro__slider-prev {
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__slider-prev {
    left: 1.2rem;
  }
}
.p-contact-intro__slider-prev::after {
  transform: translate(2px, 0) rotate(-135deg);
}
.p-contact-intro__slider-next {
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__slider-next {
    right: 1.2rem;
  }
}
.p-contact-intro__slider-next::after {
  transform: translate(-2px, 0) rotate(45deg);
}
.p-contact-intro__slider-thumbs {
  margin: 0 1.6rem;
}
.p-contact-intro__slider-thumbs .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.2s;
}
.p-contact-intro__slider-thumbs .swiper-slide figure {
  padding: 0.6rem 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-intro__slider-thumbs .swiper-slide figure {
    padding: 0.6rem 0.8rem;
  }
}
.p-contact-intro__slider-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.15));
}
.p-contact-intro__slider-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.p-contact-form {
  padding: 8rem 0 10rem;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form {
    padding: 4.8rem 0 6.4rem;
  }
}
.p-contact-form__body {
  max-width: 109.4rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 8.6rem 11.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__body {
    padding: 4.4rem 2rem 3rem;
  }
}
.p-contact-form__header {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__header {
    margin-bottom: 3rem;
  }
}
.p-contact-form__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #ff6510;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__title {
    font-size: 2.2rem;
    line-height: 1.6363636364;
    padding-bottom: 0.4rem;
  }
}
.p-contact-form__lead {
  margin: 4rem 0 0;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__lead {
    text-align: left;
  }
}
.p-contact-form__desc {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__desc {
    text-align: left;
    margin-bottom: 3.2rem;
  }
}
.p-contact-form__row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 3rem 0;
  border-bottom: 1px solid #c1c1c1;
}
.p-contact-form__row:first-of-type {
  border-top: 1px solid #c1c1c1;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__row {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.p-contact-form__row.-block {
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
}
.p-contact-form__row.-block .p-contact-form__label {
  flex: none;
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__row.-block .p-contact-form__label {
    display: inline-block;
  }
}
.p-contact-form__row.-border-none {
  border-bottom: none;
  padding-bottom: 0;
}
.p-contact-form__label {
  flex: 0 0 21.8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.8rem;
  padding-top: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__label {
    flex: none;
    justify-content: flex-start;
    padding-top: 0;
    width: 100%;
    gap: 0.8rem;
  }
}
.p-contact-form__label-text {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-contact-form__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 2.2rem;
  padding: 0 0.6rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__badge {
    padding: 0.1rem 0.6rem;
    transform: translateY(0.2rem);
  }
}
.p-contact-form__badge.-required {
  background-color: #ff6510;
}
.p-contact-form__badge.-optional {
  background-color: #c1c1c1;
}
.p-contact-form__input {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__input {
    width: 100%;
  }
}
.p-contact-form__input .js-field-error {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #e02020;
  font-weight: 500;
}
.p-contact-form__privacy .js-field-error {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #e02020;
  font-weight: 500;
}
.p-contact-form__text {
  width: calc(100% - 13.6rem);
  height: 4.8rem;
  padding: 0 1.6rem;
  border: 1px solid #c1c1c1;
  border-radius: 0.4rem;
  background-color: #f4f4f4;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__text {
    width: 100%;
  }
}
.p-contact-form__text:focus {
  border-color: #ff6510;
}
.p-contact-form__text.-error {
  border-color: #e02020;
}
.p-contact-form__text::-moz-placeholder {
  color: #bbb;
}
.p-contact-form__text::placeholder {
  color: #bbb;
}
.p-contact-form__text.-half {
  width: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__text.-half {
    width: 100%;
  }
}
.p-contact-form__text.-postal {
  width: 16rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__text.-postal {
    width: 50%;
    max-width: 16rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__text.-city {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__text {
    height: 4.4rem;
    font-size: 1.6rem;
  }
}
.p-contact-form__select {
  width: 30.8rem;
  height: 4.8rem;
  padding: 0 3.2rem 0 1.6rem;
  border: 1px solid #c1c1c1;
  border-radius: 0.4rem;
  background-color: #f4f4f4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232d2d2d' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-family: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.p-contact-form__select:focus {
  border-color: #ff6510;
}
.p-contact-form__select.-error {
  border-color: #e02020;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__select {
    height: 4.4rem;
    font-size: 1.6rem;
    width: 100%;
  }
}
.p-contact-form__address {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__address {
    gap: 1.6rem;
  }
}
.p-contact-form__address-postal {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__address-postal {
    gap: 1rem;
  }
}
.p-contact-form__address-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__address-box {
    gap: 0.8rem 1rem;
  }
}
.p-contact-form__address-box-label {
  flex: 0 0 12.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__address-box-label {
    flex: 0 0 100%;
  }
}
.p-contact-form__address-box .js-field-error {
  flex: 0 0 100%;
  padding-left: 13.6rem;
  margin-top: -0.4rem;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  color: #e02020;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__address-box .js-field-error {
    padding-left: 0;
    margin-top: 0;
  }
}
.p-contact-form__postal-btn {
  height: 4rem;
  padding: 0 1.8rem;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 1.3rem;
  color: #2d2d2d;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
}
@media (hover: hover) {
  .p-contact-form__postal-btn:hover {
    background-color: #ff6510;
    color: #fff;
    border-color: #ff6510;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__postal-btn {
    font-size: 1.3rem;
    height: 3.8rem;
    padding: 0 1.4rem;
  }
}
.p-contact-form__checkboxes {
  display: flex;
  gap: 1rem 1.8rem;
}
.p-contact-form__checkboxes.-inline {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__checkboxes.-inline {
    flex-wrap: wrap;
    gap: 1.2rem 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__checkboxes.-inline .p-contact-form__checkbox {
    width: 100%;
  }
}
.p-contact-form__checkboxes.-wrap {
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__checkboxes.-wrap {
    gap: 1rem 2rem;
  }
}
.p-contact-form__checkbox {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  line-height: 1.4;
}
.p-contact-form__checkbox.-privacy {
  gap: 1rem;
}
.p-contact-form__checkbox.-privacy a {
  text-decoration: underline;
  color: #ff6510;
}
.p-contact-form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.p-contact-form__checkbox input[type=checkbox] + span {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__checkbox input[type=checkbox] + span {
    align-items: flex-start;
  }
}
.p-contact-form__checkbox input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  border: 1px solid #c1c1c1;
  background: #f4f4f4;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__checkbox input[type=checkbox] + span::before {
    width: 2rem;
    height: 2rem;
    transform: translateY(0.2rem);
  }
}
.p-contact-form__checkbox input[type=checkbox] + span::after {
  content: none;
}
.p-contact-form__checkbox input[type=checkbox]:checked + span::before {
  background-color: #ff6510;
  border-color: #ff6510;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M3 9l4 4 8-8' stroke='%23fff' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-contact-form__checkbox input[type=checkbox] a {
  color: #ff6510;
  text-decoration: underline;
}
.p-contact-form__textarea {
  width: 100%;
  min-height: 16rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  outline: none;
  resize: vertical;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.p-contact-form__textarea:focus {
  border-color: #ff6510;
}
.p-contact-form__textarea::-moz-placeholder {
  color: #bbb;
}
.p-contact-form__textarea::placeholder {
  color: #bbb;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__textarea {
    font-size: 1.6rem;
    min-height: 12rem;
  }
}
.p-contact-form__note {
  margin: 0.9rem 0 0;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 500;
  color: #ff6510;
}
.p-contact-form__privacy {
  padding-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__privacy {
    padding: 3rem 0 0;
  }
}
.p-contact-form__submit {
  display: flex;
  justify-content: center;
  padding-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__submit {
    padding-top: 3rem;
  }
}
.p-contact-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.6rem;
  background-color: #ff6510;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: 700;
  letter-spacing: 0.12em;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.2s;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__btn {
    max-width: none;
  }
}
@media (hover: hover) {
  .p-contact-form__btn:hover {
    opacity: 0.8;
  }
}
.p-contact-form__btn:disabled {
  background-color: #c1c1c1;
  cursor: not-allowed;
  pointer-events: none;
}