@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://use.typekit.net/ayd2idx.css");
/* ====================
  common
====================*/
:root {
  --dark-grey-blue: #2b3a50;
  --white: #fff;
  --duck-egg-blue: #f4fcfd;
  --tealish: #3bc2c7;
  --light-blue-grey: #a5d7e3;
  --turquoise-blue: #0098bc;
  --butterscotch: #f8af49;
  --orangish: #fd7b3f;
  --warm-grey: #707070;
  --red: #fd3f3f;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--dark-grey-blue);
  background-color: var(--white);
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.11;
  font-feature-settings: "palt";
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

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

input[type=text],
input[type=email],
input[type=tel],
button,
textarea,
select {
  appearance: none;
}

em {
  font-style: normal;
  font-weight: 600;
}

strong,
b {
  font-weight: 700;
}

a,
input[type=submit] {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
a:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

a,
a::before,
a::after,
input[type=submit] {
  transition: all 0.3s;
}

p + p {
  margin-top: 2rem;
}

.container {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .container {
    width: 100%;
    padding: 0 2rem;
  }
}

.mt10 {
  margin-top: 1rem;
}

.mb10 {
  margin-bottom: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mt90 {
  margin-top: 9rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mt100 {
  margin-top: 10rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mt110 {
  margin-top: 11rem;
}

.mb110 {
  margin-bottom: 11rem;
}

.mt120 {
  margin-top: 12rem;
}

.mb120 {
  margin-bottom: 12rem;
}

.al_r {
  text-align: right;
}

.bg_gray {
  background-color: var(--duck-egg-blue);
}
.bg_white {
  background-color: var(--white);
}
.bg_black {
  background-color: var(--dark-grey-blue);
}

.btn a,
.btn input[type=submit] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

em {
  color: var(--orangish);
}
em.marker {
  background-color: var(--turquoise-blue);
  color: var(--white);
  padding: 0 0.2em 3px;
}

table {
  width: 100%;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  table {
    background-color: unset;
  }
}
table th,
table td {
  padding: 1.5rem 2rem;
  border: solid 1px var(--warm-grey);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  table th,
  table td {
    border: none;
  }
}
table thead th {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: var(--white);
  background-color: var(--turquoise-blue);
}
@media screen and (max-width: 1020px) {
  table thead th {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  table tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
table tbody th {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--turquoise-blue);
}
@media screen and (max-width: 767px) {
  table tbody th {
    padding: 0.5rem 1rem;
    background-color: var(--turquoise-blue);
    color: var(--white);
    border-radius: 10px 10px 0 0;
  }
}
table tbody td {
  font-size: 1.6rem;
  color: var(--dark-grey-blue);
}
@media screen and (max-width: 767px) {
  table tbody td {
    background-color: var(--white);
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--turquoise-blue);
  }
}
table tbody td img {
  height: 100px;
  width: auto;
  margin: 0 1rem;
}
table tbody td ul li {
  position: relative;
  padding-left: 1.5rem;
}
table tbody td ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0.9em;
  background: var(--dark-grey-blue);
}

.js-scrollable {
  max-width: 100%;
  white-space: nowrap;
}

.grecaptcha-badge {
  display: none;
}

section {
  padding: 12rem 0;
}
@media screen and (max-width: 1020px) {
  section {
    padding: 6rem 0;
  }
}

.section_title_01, .voice__name, .voice-list__name {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 4px;
  color: var(--dark-grey-blue);
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .section_title_01, .voice__name, .voice-list__name {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}
.section_title_01 .en, .voice__name .en, .voice-list__name .en {
  font-family: "neighbor", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: normal;
  color: var(--light-blue-grey);
  display: block;
}
@media screen and (max-width: 767px) {
  .section_title_01 .en, .voice__name .en, .voice-list__name .en {
    font-size: 1.3rem;
  }
}

.section_title_02 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.67;
  color: var(--dark-grey-blue);
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .section_title_02 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.under_title, .voice__value, .voice-list__value {
  margin-top: -4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .under_title, .voice__value, .voice-list__value {
    margin-top: -2rem;
    margin-bottom: 4rem;
  }
}

.sub-header .section_title_01, .sub-header .voice__name, .sub-header .voice-list__name {
  color: var(--white);
  margin-bottom: 0;
  text-align: left;
}

.header__logo {
  margin-left: 4rem;
  margin-right: 4rem;
}
@media screen and (max-width: 1020px) {
  .header__logo {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-left: 2rem;
  }
}
.header__logo img {
  width: 15rem;
}
@media screen and (max-width: 1020px) {
  .header__logo img {
    width: 13rem;
  }
}

.kv_header {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}
.kv_header__btnwrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .kv_header__btn {
    width: 100%;
  }
}
.kv_header__btn a {
  width: 16rem;
  height: 8rem;
  color: var(--white);
  background-image: linear-gradient(237deg, var(--butterscotch), var(--orangish));
  line-height: 1.39;
  font-size: 1.6rem;
}
@media screen and (max-width: 1020px) {
  .kv_header__btn a {
    font-size: 1.3rem;
    width: 13rem;
    height: 6rem;
  }
}
.kv_header__btn.sales a {
  background-image: linear-gradient(235deg, var(--tealish), var(--turquoise-blue));
  border-radius: 0 0 0 10px;
}

.main_header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  background-color: var(--white);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1020px) {
  .main_header {
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .main_header {
    position: absolute;
  }
}
.main_header.js-scroll {
  top: -8rem;
  transition: all 0.8s;
}
.main_header.is-scroll {
  top: 0;
  transition: all 0.8s;
}
.main_header__nav {
  display: flex;
}
@media screen and (max-width: 767px) {
  .main_header__nav {
    display: none;
  }
}
.main_header__nav__item {
  margin-right: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 1020px) {
  .main_header__nav__item {
    margin-right: 1.5rem;
    font-size: 1.3rem;
  }
}
.main_header__nav__item:hover {
  color: var(--turquoise-blue);
}
.main_header__right {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.page-template-page-interview .kv_header {
  display: none;
}
.page-template-page-interview .main_header.js-scroll {
  top: 0;
}
.page-template-page-interview main {
  padding-top: 8rem;
}

.floating_menu {
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 999;
}
.floating_menu__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(to left, var(--butterscotch), var(--orangish));
}
.floating_menu__btn.line a {
  background-image: linear-gradient(to left, #06c7b8, #47c152);
}

.pc_floating_menu {
  right: 0;
  top: 50%;
  flex-direction: column;
}
.pc_floating_menu.js-scroll {
  transform: translate(calc(100% + 6rem), -50%);
  transition: all 0.8s;
}
.pc_floating_menu.is-scroll {
  transform: translate(calc(100% - 6rem), -50%);
  transition: all 0.8s;
}
.pc_floating_menu .floating_menu__btn {
  writing-mode: vertical-rl;
}
.pc_floating_menu .floating_menu__btn a {
  width: 6rem;
  min-height: 20rem;
  padding: 1em 0;
  border-radius: 10px 0 0 0;
}
.pc_floating_menu .floating_menu__btn.line a {
  border-radius: 0 0 0 10px;
}

@media screen and (max-width: 1020px) {
  .sp_floating_menu {
    display: flex;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: 0;
  }
  .sp_floating_menu .floating_menu__btn {
    width: 100%;
  }
  .sp_floating_menu .floating_menu__btn a {
    font-size: 1.3rem;
    width: 100%;
    height: 6rem;
  }
}
.footer {
  padding: 8rem 0;
  line-height: 2;
  background-image: url(../images/bg_line.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0 12rem;
    background-image: none;
  }
}
.footer__logo {
  margin-bottom: 4rem;
}
.footer .copyright {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 1.4rem;
    text-align: center;
  }
}

.cta, .sub-header {
  padding: 8rem 0;
  background-image: url(../images/bg_line.svg), linear-gradient(to right, var(--turquoise-blue), var(--tealish));
  color: var(--white);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta, .sub-header {
    background-image: linear-gradient(to right, var(--turquoise-blue), var(--tealish));
  }
}
.cta .section_title_01, .cta .voice__name, .cta .voice-list__name, .sub-header .section_title_01, .sub-header .voice__name, .sub-header .voice-list__name {
  color: var(--white);
}
.cta .under_title, .cta .voice__value, .cta .voice-list__value, .sub-header .under_title, .sub-header .voice__value, .sub-header .voice-list__value {
  margin-bottom: 4rem;
}
.cta__btn a,
.cta__btn input[type=submit] {
  margin: 0 auto;
  width: 100%;
  max-width: 34rem;
  height: 8rem;
  border-radius: 10px;
  background-image: linear-gradient(269deg, var(--butterscotch), var(--orangish));
  font-size: 2rem;
  color: var(--white);
}
@media screen and (max-width: 1020px) {
  .cta__btn a,
  .cta__btn input[type=submit] {
    max-width: 30rem;
    font-size: 1.8rem;
  }
}

.mv {
  height: 100vh;
  background-image: url(../images/t-tthree/img_main.webp);
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1020px) {
  .mv {
    background-position: center;
    height: 70vh;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: url(../images/t-tthree/img_main_sp.webp);
    height: 75vh;
    align-items: flex-end;
    padding-bottom: 2rem;
  }
}
.mv__copy {
  padding-top: 8rem;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.74;
  letter-spacing: 6.9px;
  color: var(--dark-grey-blue);
  margin-bottom: 4rem;
}
@media screen and (max-width: 1020px) {
  .mv__copy {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__copy {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.mv__read {
  font-size: 1.8rem;
  line-height: 2;
  color: var(--dark-grey-blue);
  margin-bottom: 4rem;
}
@media screen and (max-width: 1020px) {
  .mv__read {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__read {
    margin-bottom: 2rem;
  }
}
.mv__btn a {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .mv__btn a {
    display: none;
  }
}

.message__wrap,
.about__wrap,
.with__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .message__wrap,
  .about__wrap,
  .with__wrap {
    flex-direction: column;
  }
}
.message__text,
.about__text,
.with__text {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .message__text,
  .about__text,
  .with__text {
    width: 100%;
    order: 1;
  }
}
.message__img,
.about__img,
.with__img {
  width: calc(50% - 4rem);
}
@media screen and (max-width: 767px) {
  .message__img,
  .about__img,
  .with__img {
    width: 100%;
  }
}
.message__img img,
.about__img img,
.with__img img {
  border-radius: 22px;
}

@media screen and (max-width: 767px) {
  .message__img {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .about__img,
  .with__img {
    order: 2;
    margin-top: 2rem;
  }
}

.reason__wrap {
  display: flex;
  flex-wrap: wrap;
}
.reason__box {
  width: calc((100% - 16rem) / 3);
  margin-bottom: 8rem;
  margin-right: 8rem;
}
@media screen and (min-width: 1021px) {
  .reason__box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1020px) {
  .reason__box {
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .reason__box:nth-child(even) {
    margin-right: 0;
  }
}
.reason__box__img {
  margin: 4rem;
}
@media screen and (max-width: 1020px) {
  .reason__box__img {
    margin: 2rem;
  }
}
.reason__box__text {
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .reason__box__text {
    font-size: 1.4rem;
  }
}
.reason__box__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.67;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .reason__box__title {
    font-size: 1.6rem;
  }
}

.voice__img {
  position: relative;
}
.voice__img img {
  border-radius: 22px;
}
.voice__img__copy {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 6.9px;
  color: var(--white);
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1020px) {
  .voice__img__copy {
    font-size: 3rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .voice__img__copy {
    position: static;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
    color: var(--white);
    text-shadow: none;
    margin-bottom: 4rem;
  }
  .voice__img__copy span {
    background-color: var(--turquoise-blue);
    padding: 0.2rem 1rem;
  }
}
.voice__interview dl {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .voice__interview dl {
    margin-top: 2rem;
  }
}
.voice__interview dt {
  color: var(--turquoise-blue);
}
.voice__interview dd {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .voice__interview dd {
    font-size: 1.4rem;
  }
}
.voice__name, .voice-list__name {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .voice__name, .voice-list__name {
    margin-bottom: 2rem;
  }
}
.voice__value, .voice-list__value {
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .voice__value, .voice-list__value {
    font-size: 1.4rem;
  }
}
.voice-list__wrap {
  display: flex;
}
.voice-list__item {
  width: calc((100% - 8rem) / 2);
}
@media screen and (max-width: 767px) {
  .voice-list__item {
    width: calc((100% - 2rem) / 2);
  }
}
.voice-list__item:nth-child(2n) {
  margin-left: 8rem;
}
@media screen and (max-width: 767px) {
  .voice-list__item:nth-child(2n) {
    margin-left: 2rem;
  }
}
.voice-list__img {
  position: relative;
}
.voice-list__img .img {
  border-radius: 22px;
}
.voice-list__img .copy {
  position: absolute;
  right: 4rem;
  top: 4rem;
  transform-origin: top right;
  transform: scale(0.2);
}
@media screen and (max-width: 1020px) {
  .voice-list__img .copy {
    right: 2rem;
    top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-list__img .copy {
    display: none;
  }
}
.voice-list__more {
  position: relative;
}
.voice-list__more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon_more.webp);
  background-size: contain;
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 1020px) {
  .voice-list__more::after {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-list__more::after {
    width: 3.5rem;
    height: 3.5rem;
    top: 40%;
  }
}
.voice-list__name {
  text-align: left;
  margin-top: 2rem;
}
.voice-list__value {
  text-align: left;
}

.career {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .career {
    text-align: left;
  }
}
.career__figure {
  margin-top: 6rem;
}

.with__list {
  margin-bottom: 4rem;
  padding: 2rem;
}
.with__list li {
  position: relative;
  padding-left: 2em;
}
.with__list li::before {
  position: absolute;
  top: 6px;
  left: 5px;
  transform: rotate(50deg);
  width: 10px;
  height: 16px;
  border-right: 3px solid var(--turquoise-blue);
  border-bottom: 3px solid var(--turquoise-blue);
  content: "";
}

.faq__accordion-list {
  background: #ffffff;
  position: relative;
  margin-bottom: 4rem;
  border-radius: 10px;
  box-shadow: 0rem 0rem 2rem rgba(110, 110, 110, 0.2);
}
@media screen and (max-width: 767px) {
  .faq__accordion-list {
    margin-bottom: 2rem;
  }
}
.faq__accordion-list:last-child {
  margin-bottom: 0;
}
.faq__accordion-title, .faq__accordion-box {
  position: relative;
  padding: 1.5rem 6rem 1.5rem 7rem;
}
@media screen and (max-width: 767px) {
  .faq__accordion-title, .faq__accordion-box {
    padding: 1rem 4rem 1rem 5rem;
  }
}
.faq__accordion-title::before, .faq__accordion-box::before {
  font-family: "neighbor", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-right: 2rem;
  position: absolute;
  left: 2rem;
  top: 2rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .faq__accordion-title::before, .faq__accordion-box::before {
    font-size: 2.4rem;
    width: 2rem;
    height: 2rem;
    left: 1.5rem;
    top: 1.3rem;
  }
}
.faq__accordion-title {
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__accordion-title {
    font-size: 1.6rem;
  }
}
.faq__accordion-title::before {
  content: "Q";
  color: var(--turquoise-blue);
}
.faq__accordion-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 44%;
  right: 3rem;
  transform: translateY(-50%) rotate(135deg);
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2px solid var(--turquoise-blue);
  border-right: 2px solid var(--turquoise-blue);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq__accordion-title::after {
    right: 1.5rem;
    width: 1rem;
    height: 1rem;
  }
}
.faq__accordion-box {
  margin-top: -1.5rem;
  font-size: 1.6rem;
  line-height: 2.38;
}
@media screen and (max-width: 767px) {
  .faq__accordion-box {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.faq__accordion-box::before {
  content: "A";
  color: var(--orangish);
}
.faq__accordion-text {
  display: none;
}
.faq__accordion-text a {
  color: var(--turquoise-blue);
  text-decoration: underline;
}
.faq__accordion-box {
  position: relative;
}
.faq .open::after {
  transform: rotate(-45deg);
}

.contact__form {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__form {
    width: 100%;
  }
}
.contact__form p {
  font-size: 1.8rem;
  color: var(--dark-grey-blue);
}
.contact__form p .must {
  color: var(--orangish);
  padding-left: 0.3em;
}
.contact__form input[type=text],
.contact__form input[type=email],
.contact__form input[type=tel],
.contact__form textarea {
  width: 100%;
  border: solid 1px var(--warm-grey);
  border-radius: 5px;
  background-color: var(--white);
  padding: 0 8px;
}
.contact__form__item {
  margin-bottom: 4rem;
}
.contact__form .wpcf7-list-item {
  margin: 0 1em 0 0;
}
.contact__form input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid var(--warm-grey);
  background-color: var(--white);
  border-radius: 50%;
  vertical-align: -2px;
  font-size: 1.8rem;
}
.contact__form input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orangish);
  content: "";
}
.contact__form input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--warm-grey);
  background-color: var(--white);
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact__form input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.contact__form input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid var(--orangish);
  border-bottom: 2px solid var(--orangish);
  content: "";
}
@media screen and (max-width: 767px) {
  .contact__form input[type=checkbox]:checked:before {
    left: 4px;
    width: 6px;
    height: 10px;
  }
}
.contact__form .agreement {
  text-align: center;
}
.contact__form .agreement p {
  font-size: 1.3rem;
}
.contact__form .agreement label {
  display: flex;
  align-items: center;
}
.contact__form .agreement a {
  text-decoration: underline;
}
.contact__form .agreement a:hover {
  color: var(--turquoise-blue);
}
.contact__form .agreement .wpcf7-list-item {
  margin: 0;
}
.contact__form .wpcf7-not-valid-tip {
  color: var(--red);
  font-weight: 700;
  font-size: 1.6rem;
}
.contact .form__recaptcha {
  text-align: center;
  font-size: 1.2rem;
}
.contact .form__recaptcha a {
  text-decoration: underline;
}
.contact .form__recaptcha a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contact .bg_gray {
    padding: 0;
    background-color: unset;
  }
}

form.sent .contact__form {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2rem !important;
  background: #fff;
  text-align: center;
  padding: 1rem !important;
}

.js-inview {
  transition: 1s;
}

.js-fadeIn {
  opacity: 0;
  transition: 2s;
}
.js-fadeIn.is-show {
  opacity: 1;
}

.js-fadeIn_left {
  opacity: 0;
  transform: translate(-20%, 0);
}

.js-fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-fadeIn_right {
  opacity: 0;
  transform: translate(20%, 0);
}

.js-fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.js-fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
}

.js-fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}