@charset "UTF-8";
:root {
  --base-1: #0e246d;
  --base-2: #24a7cd;
  --light: #f0f3fc;
}

:where(h2, h3, h4, [id]) {
  scroll-margin-top: 100px;
}

.service_intro {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, var(--light) 10%);
  position: relative;
}
.service_intro h2 {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 5px 10px;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .service_intro h2 {
    font-size: 25px;
    line-height: 1.4;
  }
}
.service_intro p {
  margin-bottom: 70px;
  padding: 0 20px;
  color: var(--base-1);
}
@media screen and (max-width: 480px) {
  .service_intro p {
    text-align: left;
    margin-bottom: 50px;
  }
}

.service_nav {
  position: sticky;
  top: 24px;
  align-self: flex-start;
  padding-top: 130px;
}
@media screen and (max-width: 480px) {
  .service_nav {
    position: static;
    padding-top: 50px;
  }
}
.service_nav__title {
  font-size: 50px;
  margin-bottom: 0;
}
.service_nav__title-ja {
  font-size: 15px;
  color: #9ba3bb;
}
.service_nav__list p {
  margin: 0;
}
.service_nav__list a {
  font-family: "Shippori Mincho", serif;
  color: var(--base-1);
  border-bottom: 1px dashed #adb9de;
  padding: 20px 0;
  display: block;
  position: relative;
  opacity: 0.5;
}
@media screen and (max-width: 480px) {
  .service_nav__list a {
    opacity: 1;
  }
}
.service_nav__list a.current {
  color: var(--base-1);
  opacity: 1;
}
.service_nav__list a:after {
  content: "";
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 11.5px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .service_nav__list a:after {
    transform: translateY(-50%) rotate(90deg);
  }
}

.service_wrap {
  gap: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .service_wrap {
    margin-bottom: 50px;
  }
}

.service_detail {
  padding: 130px 0 0 60px;
  border-left: 1px solid #adb9de;
}
@media screen and (max-width: 480px) {
  .service_detail {
    padding: 20px 0 0 20px;
    margin-bottom: 50px;
  }
}

.service_container {
  padding: 0 0 140px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .service_container {
    padding: 0 0 80px;
  }
}
.service_container .wp-block-image {
  margin: 0 auto 30px;
}
@media screen and (max-width: 480px) {
  .service_container .wp-block-image {
    height: 177px;
    overflow: hidden;
  }
  .service_container .wp-block-image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.service_container__title {
  color: #fff;
  padding: 15px 30px;
  font-size: 35px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .service_container__title {
    font-size: 20px;
    padding: 10px;
    left: -10px;
  }
}
.service_container__title:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #9ba3bb;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
}
@media screen and (max-width: 480px) {
  .service_container__title:before {
    left: -10px;
  }
}
.service_container__title:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0e246d 0%, #229bc4 91.12%, #24a7cd 100%);
  z-index: -1;
}
.service_container .img_wrap {
  position: relative;
}
.service_container .img_wrap .serivce_en {
  position: absolute;
  color: var(--base-1);
  font-family: "Cormorant Garamond", serif;
  padding: 2px 20px;
  right: 20px;
  bottom: -20px;
  margin: 0;
  background: #fff;
}
.service_container__type {
  background: #f5f5f5;
  padding: 20px;
  gap: 0;
}
.service_container__type-box:first-of-type {
  padding: 0 30px 30px 0;
  border-right: 1px dashed #adb9de;
  border-bottom: 1px dashed #adb9de;
}
@media screen and (max-width: 480px) {
  .service_container__type-box:first-of-type {
    padding: 0 0 20px;
    border-right: 0;
  }
}
.service_container__type-box:nth-child(2) {
  padding: 0 0 30px 30px;
  border-bottom: 1px dashed #adb9de;
}
@media screen and (max-width: 480px) {
  .service_container__type-box:nth-child(2) {
    padding: 20px 0;
  }
}
.service_container__type-box:nth-child(3) {
  padding: 30px 30px 0 0;
  border-right: 1px dashed #adb9de;
}
@media screen and (max-width: 480px) {
  .service_container__type-box:nth-child(3) {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px dashed #adb9de;
  }
}
.service_container__type-box:nth-child(4) {
  padding: 30px 0 0 30px;
}
@media screen and (max-width: 480px) {
  .service_container__type-box:nth-child(4) {
    padding: 20px 0;
  }
}
.service_container__type-title {
  color: var(--base-1);
  background: #fff;
  padding: 5px 10px 5px 30px;
  position: relative;
  font-size: 25px;
}
@media screen and (max-width: 480px) {
  .service_container__type-title {
    font-size: 18px;
    padding: 5px 10px 5px 25px;
  }
}
.service_container__type-title:before {
  content: "";
  background: var(--base-1);
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .service_container__type-title:before {
    left: 10px;
  }
}
.service_container__type p {
  margin: 0;
}

.company_message {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, var(--light) 50%);
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .company_message {
    padding-bottom: 90px;
  }
}
.company_message__box {
  position: relative;
}
.company_message__lead {
  width: 100%;
  max-width: 950px;
  background: #fff;
  z-index: 2;
  padding: 30px 40px;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .company_message__lead {
    margin-top: 0;
    padding: 20px;
  }
}
.company_message__lead .name {
  font-size: 18px;
  margin: 0;
}
.company_message__lead .name .serif_ja {
  font-size: 20px;
}
.company_message__img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .company_message__img {
    position: unset;
  }
}

.company_profile {
  padding-top: 100px;
  background: linear-gradient(180deg, var(--light) 0%, var(--light) 80%, #ffffff 80%);
}
@media screen and (max-width: 480px) {
  .company_profile {
    padding-top: 90px;
  }
}
.company_profile__table {
  background: #fff;
  padding: 30px 40px;
  border: 1px solid var(--base-1);
  max-width: 980px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 480px) {
  .company_profile__table {
    padding: 10px;
  }
}
.company_profile__table table {
  border: 0;
  margin: 0;
}
.company_profile__table table th,
.company_profile__table table td {
  padding: 35px 30px;
  border-bottom: 1px solid var(--base-1);
  border-right: 0;
}
@media screen and (max-width: 480px) {
  .company_profile__table table th,
  .company_profile__table table td {
    width: 100%;
    display: block;
  }
}
.company_profile__table table th {
  width: 20%;
}
@media screen and (max-width: 480px) {
  .company_profile__table table th {
    padding: 20px 10px 10px;
    width: 100%;
    border-bottom: 0;
  }
}
.company_profile__table table td {
  border-bottom-color: #adb9de;
}
@media screen and (max-width: 480px) {
  .company_profile__table table td {
    padding: 10px 10px 20px;
  }
}
.company_profile__table table tr:last-of-type th,
.company_profile__table table tr:last-of-type td {
  border-bottom: 0;
}
.company_profile .contents_title-ja {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .company_access__title {
    text-align: center;
    margin-bottom: 60px;
  }
}
.company_access__box {
  max-width: 1290px;
  background: #f5f5f5;
  margin: 0 0 80px auto;
  border: 1px solid #adb9de;
  padding: 40px;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .company_access__box {
    padding: 10px;
  }
}
.company_access__info {
  flex: 1;
}
.company_access__info-title {
  position: absolute;
  top: -20px;
  left: -20px;
  background: var(--base-1);
  color: #fff;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 30px;
}
.company_access__info-title * {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.company_access__info-title:before {
  content: "";
  width: 25px;
  height: 2px;
  background: var(--base-2);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.company_access__info-title .serif_en {
  font-size: 20px;
}
.company_access__table table {
  border: 0;
}
.company_access__table table th,
.company_access__table table td {
  border-right: 0;
  padding: 30px;
  border-bottom: 1px dashed #adb9de !important;
}
@media screen and (max-width: 480px) {
  .company_access__table table th,
  .company_access__table table td {
    width: 100%;
    display: block;
  }
}
.company_access__table table th {
  width: 23%;
  color: var(--base-1);
  padding-left: 20px;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .company_access__table table th {
    width: 100%;
    border-bottom: 0 !important;
    padding: 30px 10px 10px;
  }
}
.company_access__table table th:before {
  position: relative;
  top: 4px;
}
.company_access__table table th.adrs:before {
  content: url(../img/common/icon_map.svg);
  padding-right: 10px;
}
.company_access__table table th.tel:before {
  content: url(../img/common/icon_tel.svg);
  padding-right: 10px;
}
.company_access__table table th.access:before {
  content: url(../img/common/icon_train.svg);
  padding-right: 10px;
}
.company_access__table table td {
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .company_access__table table td {
    padding: 10px 10px 30px;
  }
}
.company_access__table table tr:last-of-type th,
.company_access__table table tr:last-of-type td {
  border-bottom: 0 !important;
}
.company_access__map {
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 480px) {
  .company_access__map {
    height: 250px;
  }
  .company_access__map iframe {
    height: 100%;
  }
}

.recruit_intro {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, var(--light) 5%);
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .recruit_intro {
    padding-bottom: 90px;
    background: linear-gradient(180deg, #ffffff 30.29%, var(--light) 30.3%, var(--light) 100%);
  }
}
.recruit_intro__title {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 5px 10px;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .recruit_intro__title {
    font-size: 25px;
    padding: 0;
    line-height: 1.8;
  }
}
.recruit_intro__lead {
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .recruit_intro__lead {
    text-align: left;
    margin-bottom: 50px;
  }
}
.recruit_intro__img {
  gap: 50px;
}
.recruit_intro__img-box {
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruit_intro__img-box {
    margin: 0 auto;
  }
}
.recruit_intro__img-box:nth-child(odd) {
  padding-top: 50px;
}
@media screen and (max-width: 480px) {
  .recruit_intro__img-box:nth-child(odd) {
    padding-top: 0;
  }
}
.recruit_intro__img-box p {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--light);
  padding: 5px 20px;
}

.recruit_step {
  padding: 100px 0;
}
.recruit_step__example {
  margin: 0 auto;
  justify-content: center;
  background: #f5f5f5;
  border: 1px solid var(--base-1);
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .recruit_step__example {
    padding: 20px 10px;
  }
  .recruit_step__example figure {
    margin: 0 auto;
  }
}
.recruit_step__example-title {
  color: var(--base-1);
  background: #fff;
  padding: 5px 10px 5px 30px;
  position: relative;
  font-size: 25px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .recruit_step__example-title {
    width: 100%;
    font-size: 20px;
  }
}
.recruit_step__example-title:before {
  content: "";
  background: var(--base-1);
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.recruit_step__example p {
  margin: 0;
}

.recruit_member {
  padding: 100px 0 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, var(--light) 50%);
}
.recruit_member .contents_title-ja {
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .recruit_member .contents_title-ja {
    margin-bottom: 50px;
  }
}
.recruit_member__box {
  text-align: center;
  justify-content: space-between;
  gap: 70px;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .recruit_member__box {
    margin-bottom: 40px;
  }
}
.recruit_member__box-prof {
  flex: 204 1 0;
  max-width: 204px;
}
.recruit_member__box-prof .type {
  font-family: "Shippori Mincho", serif;
  background: #24a7cd;
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
  line-height: 1;
  padding: 5px;
  margin-top: -20px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruit_member__box-prof {
    margin-bottom: -20px;
  }
  .recruit_member__box-prof .spec {
    margin: 0 auto;
  }
}
.recruit_member__box-before {
  flex: 500 1 0;
  max-width: 500px;
  background: #f5f5f5;
  border: 1px solid #9c9c9c;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruit_member__box-before {
    padding: 20px 10px;
  }
}
.recruit_member__box-before:before {
  content: "転職前";
  background: #9c9c9c;
  color: #fff;
  font-size: 25px;
  padding: 5px 40px;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: -20px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 480px) {
  .recruit_member__box-before:before {
    font-size: 18px;
  }
}
.recruit_member__box-before:after {
  content: url(../img/common/recruit_member_arrow.svg);
  position: absolute;
  right: -60px;
}
@media screen and (max-width: 480px) {
  .recruit_member__box-before:after {
    right: 0;
    left: 0;
    bottom: -60px;
    transform: rotate(90deg);
  }
}
.recruit_member__box-before p {
  margin-bottom: 0;
}
.recruit_member__box-after {
  flex: 636 1 0;
  max-width: 636px;
  background: #fff;
  border: 1px solid var(--base-1);
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .recruit_member__box-after {
    padding: 20px 10px;
  }
}
.recruit_member__box-after:before {
  content: "入社後";
  background: linear-gradient(90deg, var(--base-1) 0%, var(--base-2) 100%);
  color: #fff;
  font-size: 25px;
  padding: 5px 40px;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: -20px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 480px) {
  .recruit_member__box-after:before {
    font-size: 18px;
  }
}
.recruit_member__box-after .catch {
  font-family: "Shippori Mincho", serif;
  color: var(--base-1);
  font-size: 30px;
  text-align: left;
  line-height: 1.4;
  background: var(--light);
  padding: 10px;
  border-bottom: 1px dashed;
}
@media screen and (max-width: 480px) {
  .recruit_member__box-after .catch {
    font-size: 20px;
  }
}
.recruit_member__box-after p {
  margin-bottom: 0;
}

.recruit_message {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 69.82%, var(--light) 70%, var(--light) 100%);
}
@media screen and (max-width: 480px) {
  .recruit_message {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--light) 50.01%, var(--light) 100%);
    padding: 90px 0;
  }
}
.recruit_message__catch {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 5px 10px 10px;
  font-size: 40px;
  color: var(--base-1);
  border-bottom: 1px solid;
}
@media screen and (max-width: 480px) {
  .recruit_message__catch {
    font-size: 20px;
    border: 0;
  }
}
.recruit_message__box {
  justify-content: center;
  align-items: center;
}
.recruit_message__box-lead {
  flex: 830 1 0;
  max-width: 830px;
  padding: 30px 40px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .recruit_message__box-lead {
    padding: 10px;
  }
}
.recruit_message__box-lead .name {
  font-size: 18px;
  margin: 0;
}
.recruit_message__box-lead .name .serif_ja {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .recruit_message__box-img {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
    max-width: unset;
  }
}

.recruit_entry {
  background: var(--light);
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .recruit_entry {
    padding: 0 0 90px;
  }
}
.recruit_entry__catch {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .recruit_entry__catch {
    text-align: left;
  }
}
.recruit_entry__list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .recruit_entry__list {
    flex-direction: column;
    gap: 40px;
  }
}
.recruit_entry__list li {
  max-width: 400px;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .recruit_entry__list li {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.recruit_entry__list li a {
  display: block;
  padding: 25px 10px;
  background: var(--base-1);
  color: #fff;
}
@media screen and (max-width: 480px) {
  .recruit_entry__list li a {
    padding: 15px 10px;
  }
}
.recruit_entry__list li a:after {
  content: url(../img/common/icon_tab.svg);
  padding-left: 10px;
}
.recruit_entry__list li:nth-child(2) a {
  background: var(--base-2);
}
.recruit_entry__list li:nth-child(3) a {
  background: #866aaa;
}

.recruit_faq {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .recruit_faq {
    padding: 90px 0;
  }
}
.recruit_faq__wrap {
  display: flex;
  justify-content: flex-start;
  gap: 100px;
}
@media screen and (max-width: 480px) {
  .recruit_faq__wrap {
    flex-direction: column;
    gap: 60px;
  }
}
.recruit_faq__title {
  width: -moz-fit-content;
  width: fit-content;
}
.recruit_faq__list {
  flex: 1;
}
.recruit_faq__list-item .question {
  border-bottom: 1px solid #adb9de;
  position: relative;
  cursor: pointer;
}
.recruit_faq__list-item .question:after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 2px solid var(--base-1);
  border-right: 2px solid var(--base-1);
  transition: transform 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 480px) {
  .recruit_faq__list-item .question:after {
    width: 10px;
    height: 10px;
    right: 0;
  }
}
.recruit_faq__list-item .question button {
  color: inherit;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  padding: 20px 20px 20px 60px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .recruit_faq__list-item .question button {
    font-size: 18px;
    padding-left: 40px;
  }
}
.recruit_faq__list-item .question button:before {
  content: "Q";
  font-family: "Cormorant Garamond", serif;
  background: var(--base-1);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .recruit_faq__list-item .question button:before {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.recruit_faq__list-item .answer {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  padding: 0 2em;
  margin: 0;
  background: var(--light);
  transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.recruit_faq__list-item.is-open .question:after {
  transform: translateY(-30%) rotate(225deg);
}
.recruit_faq__list-item.is-open .answer {
  max-height: 800px;
  opacity: 1;
  visibility: visible;
  padding: 20px 20px 20px 60px;
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .recruit_faq__list-item.is-open .answer {
    padding: 20px 10px;
  }
}

.page-id-17 .inside-article,
.page-id-16 .inside-article {
  padding-bottom: 0;
}
.page-id-17 .site-main,
.page-id-16 .site-main {
  margin-bottom: 0;
}

.contact_box {
  width: 90%;
  max-width: 980px;
  padding: 50px 40px;
  border: 1px solid var(--base-1);
  background: #fff;
  margin: 0 auto 100px;
}
@media screen and (max-width: 480px) {
  .contact_box {
    padding: 30px 10px;
    margin-bottom: 90px;
  }
}
.contact_box__lead {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .contact_box__lead {
    text-align: left;
    margin-bottom: 30px;
  }
}
.contact_box__lead span {
  color: var(--base-2);
}
.contact_box__table {
  border: 0;
  margin: 0;
  border-spacing: 0 10px;
}
.contact_box__table th,
.contact_box__table td {
  border: 0;
}
@media screen and (max-width: 480px) {
  .contact_box__table th,
  .contact_box__table td {
    width: 100%;
    display: block;
  }
}
.contact_box__table th {
  width: 30%;
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .contact_box__table th {
    width: 100%;
    padding: 10px;
  }
}
.contact_box__table th.req:after {
  content: "*";
  color: var(--base-2);
  padding-left: 10px;
}
.contact_box__table td {
  padding: 0;
}
.contact_box__table td input:not(.wpcf7-file),
.contact_box__table td textarea,
.contact_box__table td select {
  background: #f5f5f5;
  border: 0;
  width: 100%;
}
.contact_box__table tr:last-of-type th {
  vertical-align: top;
}
.contact_box .acceptance {
  text-align: center;
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .contact_box .acceptance {
    padding: 10px 10px 20px;
  }
}
.contact_box .acceptance a {
  text-decoration: underline;
}
.contact_box .wpcf7-submit {
  border: 0;
  text-align: center;
  width: 300px;
  background: linear-gradient(90deg, var(--base-1), var(--base-2));
  margin: 0 auto;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 15px;
}
@media screen and (max-width: 480px) {
  .contact_box .wpcf7-submit {
    width: 250px;
    padding: 10px 15px;
  }
}
.contact_box .wpcf7-spinner {
  position: absolute;
}

.wpcf7 form .wpcf7-response-output {
  max-width: 1000px;
  margin: 0 auto 30px !important;
}/*# sourceMappingURL=style.css.map */