@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes ratotion {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pyokon {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  52% {
    transform: translate(0%, -100%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.contact-content--inner {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 428px) {
  .contact-content--inner {
    padding-top: 12px;
    padding-bottom: 63px;
  }
}
.contact-content--wrap {
  transition-delay: 0.2s;
  margin-top: 58px;
}
@media (max-width: 428px) {
  .contact-content--wrap {
    margin-top: 36px;
  }
}
.contact-content--ttl {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.contact-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  .contact-list {
    margin-top: 20px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-list--item {
  margin-right: 40px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media (max-width: 428px) {
  .contact-list--item {
    margin-right: 0;
    font-size: 13px;
    margin-top: 8px;
  }
}
@media (max-width: 428px) {
  .contact-list--item:first-of-type {
    margin-top: 0;
  }
}
.contact-list--item:last-of-type {
  margin-right: 0;
}
.contact-list--item:before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/15;
  background-image: url(../../img/icon/icon-check3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 5px;
}
@media (max-width: 428px) {
  .contact-list--item:before {
    width: 13px;
    margin-right: 4px;
  }
}

.contact-tab_list {
  margin-top: 90px;
  display: flex;
}
@media (max-width: 428px) {
  .contact-tab_list {
    margin-top: 40px;
  }
}
.contact-tab_list--item {
  width: 50%;
}
.contact-tab_list--link {
  height: 80px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFEFEF;
  color: #999999;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 428px) {
  .contact-tab_list--link {
    height: 40px;
    border-radius: 15px 15px 0 0;
  }
}
.contact-tab_list--link.is_active {
  background-color: #7BB80F;
  color: #fff;
}
.contact-tab_list--link:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .contact-tab_list--link:hover {
    opacity: 1;
  }
}

.contact-form {
  margin-top: 63px;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 428px) {
  .contact-form {
    margin-top: 15px;
    width: 100%;
  }
}
.contact-form.is_active {
  display: block;
  opacity: 1;
}
.contact-form--finish,
.contact-form .wpcf7-response-output {
  color: #FF0000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 32px;
  border: none !important;
}
@media (max-width: 428px) {
  .contact-form--finish,
  .contact-form .wpcf7-response-output {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    text-align: center;
  }
}

.contact-form_list--group {
  margin-top: 32px;
}
@media (max-width: 428px) {
  .contact-form_list--group {
    margin-top: 24px;
  }
}
.contact-form_list--group:first-of-type {
  margin-top: 0;
}
.contact-form_list--term {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.contact-form_list--desc {
  margin-top: 8px;
}
.contact-form_list--desc-2cols {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .contact-form_list--desc-2cols {
    display: block;
  }
}
.contact-form_list--desc-2cols > p {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .contact-form_list--desc-2cols > p {
    display: block;
  }
}
.contact-form_list--desc-2cols > p > span {
  display: inline-block;
  width: calc((100% - 40px) / 2);
}
@media (max-width: 428px) {
  .contact-form_list--desc-2cols > p > span {
    width: 100%;
    margin-top: 8px;
  }
  .contact-form_list--desc-2cols > p > span:first-of-type {
    margin-top: 0;
  }
}
.contact-form_list--desc-checkbox .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  margin-left: -1em;
}
@media (max-width: 428px) {
  .contact-form_list--desc-checkbox .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    margin-left: 0;
  }
}
@media (max-width: 428px) {
  .contact-form_list--desc-checkbox .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
}

.m-label,
label {
  margin-right: 40px;
  line-height: 23px;
  margin-bottom: 12px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 428px) {
  .m-label,
  label {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.m-label input[type=checkbox],
label input[type=checkbox] {
  display: none;
}
.m-label input[type=checkbox]:checked + span:after,
label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.m-label input[type=checkbox] + span,
label input[type=checkbox] + span {
  font-size: 16px;
  position: relative;
  padding-left: 32px;
  font-weight: 400;
}
@media (max-width: 428px) {
  .m-label input[type=checkbox] + span,
  label input[type=checkbox] + span {
    padding-left: 32px;
  }
}
.m-label input[type=checkbox] + span:before,
label input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
}
.m-label input[type=checkbox] + span:after,
label input[type=checkbox] + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  opacity: 0;
  width: 5px;
  height: 11px;
  transform: rotate(40deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transition: 0.3s;
}

.contact-privacy_ttl {
  margin-top: 32px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media (max-width: 428px) {
  .contact-privacy_ttl {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 24px;
  }
}

.contact-privacy_note {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 5px;
}
@media (max-width: 428px) {
  .contact-privacy_note {
    margin-top: 16px;
  }
}

.contact-privacy_box {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px 16px;
  height: 150px;
  overflow-y: scroll;
  margin-top: 5px;
}
@media (max-width: 428px) {
  .contact-privacy_box {
    margin-top: 20px;
  }
}
.contact-privacy_box--txt {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 1.5em;
}
.contact-privacy_box--txt:first-of-type {
  margin-top: 0;
}

.contact-privacy_check {
  margin-top: 5px;
}
@media (max-width: 428px) {
  .contact-privacy_check {
    margin-top: 20px;
  }
}
.contact-privacy_check .wpcf7-list-item {
  margin-left: 0;
}
.contact-privacy_check .m-label {
  line-height: 23px;
}
.contact-privacy_check .m-check_txt {
  padding-left: 31px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 428px) {
  .contact-privacy_check .m-check_txt {
    font-size: 16px;
    font-weight: 400;
  }
}
.contact-privacy_check .m-check_txt:before {
  width: 15px;
  height: 15px;
}
@media (max-width: 428px) {
  .contact-privacy_check .m-check_txt:before {
    width: 20px;
    height: 20px;
  }
}
.contact-privacy_check .m-check_txt:after {
  top: 4px;
  left: 5px;
  width: 4px;
  height: 8px;
}
@media (max-width: 428px) {
  .contact-privacy_check .m-check_txt:after {
    top: 5px;
    left: 7px;
    width: 5px;
    height: 11px;
  }
}

.contact-form_btn {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 456px;
  display: flex;
  justify-content: center;
}
@media (max-width: 428px) {
  .contact-form_btn {
    margin-top: 30px;
    width: 315px;
    display: block;
  }
}
.contact-form_btn--link {
  width: 200px;
  height: 55px;
  border-radius: 36px;
  background-color: #3E752E;
  border-radius: 50px;
  color: #fff;
  border: 2px solid #3E752E;
  font-weight: 500;
}
@media (max-width: 428px) {
  .contact-form_btn--link {
    width: 315px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form_btn--link:first-of-type {
    margin-top: 0;
  }
}
.contact-form_btn--link:hover {
  opacity: 0.7;
}
@media (max-width: 428px) {
  .contact-form_btn--link:hover {
    opacity: 1;
  }
}
.contact-form_btn--link-white {
  background-color: #fff;
  color: #3E752E;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #FF0000 !important;
}

/*# sourceMappingURL=contact.css.map */
