html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Regular.woff2") format("woff2"), url("../fonts/ZenOldMincho-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-SemiBold.woff2") format("woff2"), url("../fonts/ZenOldMincho-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Medium.woff2") format("woff2"), url("../fonts/ZenOldMincho-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Bold.woff2") format("woff2"), url("../fonts/ZenOldMincho-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Black.woff2") format("woff2"), url("../fonts/ZenOldMincho-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 16px;
  width: 100%;
  line-height: 1;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-feature-settings: "palt" 1;
}

a {
  text-decoration: none;
  transition: 0.3s all;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

.br-lp-l {
  display: none;
}
@media screen and (max-width: 1300px) {
  .br-lp-l {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .br-lp-l {
    display: none;
  }
}

.br-pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .br-pc {
    display: none;
  }
}

.inner {
  max-width: 1320px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    max-width: none;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.sec-title {
  font-weight: 500;
  font-size: 2.875rem;
  text-align: center;
  letter-spacing: 0.05em;
}

.home-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .home-header {
    display: none;
  }
}

.home-header__inner {
  padding: 20px;
}

.home-header__nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 30px;
}
.home-header__nav-menu li a {
  width: clamp(6.25rem, 4.0585585586rem + 4.2042042042vw, 8rem);
  height: clamp(6.25rem, 4.0585585586rem + 4.2042042042vw, 8rem);
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0.85;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 20px;
}
.home-header__nav-menu li a:hover {
  transform: scale(1.03);
}
.home-header__nav-menu li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #b3bbd9;
  border-bottom: 1px solid #b3bbd9;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
.home-header__nav-menu li a.header-scroll {
  background-color: #07575b;
  color: #fff;
}
.home-header__nav-menu li:last-child a {
  margin-right: 0;
}

.fv {
  background-image: url("../img/fv_pc.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1500/670;
  height: auto;
}
@media screen and (max-width: 834px) {
  .fv {
    aspect-ratio: 450/580;
    background-image: url("../img/fv_sp.jpg");
  }
}

.fv__inner {
  height: 100%;
}
@media screen and (max-width: 834px) {
  .fv__inner {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.fv__copy-box {
  background-color: #fff;
  opacity: 0.85;
  width: 30.46875%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .fv__copy-box {
    height: 42.2413793103%;
    width: 66.4444444444%;
  }
}
.fv__copy-box::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -8px;
}
@media screen and (max-width: 834px) {
  .fv__copy-box::after {
    display: none;
  }
}

.fv__site-logo {
  width: 70%;
  margin-top: 14px;
  margin-left: -8px;
  min-width: 180px;
}
@media screen and (max-width: 834px) {
  .fv__site-logo {
    width: 59.5555555556vw;
    min-width: auto;
    margin-top: 8px;
    margin-left: -2px;
  }
}
.fv__site-logo img {
  object-fit: cover;
}
.fv__copy {
  font-size: clamp(1.0625rem, 0.8277027027rem + 0.4504504505vw, 1.25rem);
  font-weight: 700;
  margin-top: 7px;
  letter-spacing: 0.05em;
  color: #061d5e;
}
@media screen and (max-width: 834px) {
  .fv__copy {
    margin-top: 15px;
    margin-left: 10px;
    font-size: clamp(1.2025rem, 0.8538671875rem + 1.2395833333vw, 1.5rem);
  }
}
@media screen and (max-width: 425px) {
  .fv__copy {
    font-size: 1rem;
  }
}

.page-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 17px 0;
  border-bottom: 1px solid #223670;
}
@media screen and (max-width: 834px) {
  .page-header {
    padding: 10px 0;
  }
}

@media screen and (max-width: 834px) {
  .page-header__inner {
    padding-right: 30px;
    padding-left: 20px;
  }
}

.page-header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 65px;
  padding-left: 50px;
}
@media screen and (max-width: 834px) {
  .page-header__flex {
    padding-right: 0;
    padding-left: 0;
  }
}

.page-header__left {
  width: 142px;
}
@media screen and (max-width: 834px) {
  .page-header__left {
    width: 142px;
  }
}
.page-header__left img {
  aspect-ratio: 142/57;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 834px) {
  .page-header__right {
    display: none;
  }
}

.page-header__nav-menu {
  display: flex;
  align-items: center;
  gap: 56px;
}
.page-header__nav-menu li a {
  color: #223670;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  position: relative;
  display: block;
}
.page-header__nav-menu li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #b3bbd9;
  border-right: 1px solid #b3bbd9;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: rotate(45deg) translateY(-50%);
}
.page-header__nav-menu li a::before {
  content: "";
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #223670;
  position: absolute;
  transition: 0.3s all;
}
.page-header__nav-menu li a:hover::before {
  width: 100%;
}

.hamburger-area {
  display: none;
  width: 34px;
  height: 27px;
}
@media screen and (max-width: 834px) {
  .hamburger-area {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
}
.hamburger-area .hamburger-line {
  height: 3px;
  width: 100%;
  background-color: #595757;
  display: block;
  position: relative;
  transition: 0.3s all;
}
.hamburger-area .hamburger-line::before, .hamburger-area .hamburger-line::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #595757;
  position: absolute;
  transition: 0.3s all;
}
.hamburger-area .hamburger-line::before {
  top: -11px;
}
.hamburger-area .hamburger-line::after {
  top: 11px;
}
.hamburger-area.open .hamburger-line {
  background-color: transparent;
}
.hamburger-area.open .hamburger-line::before {
  transform: rotate(45deg);
  top: 50%;
}
.hamburger-area.open .hamburger-line::after {
  transform: rotate(-45deg);
  top: 50%;
}

.page-header__spacer {
  height: 91px;
}

.pc-footer {
  /* border-top: 2px solid #595757; */
  position: relative;
  padding-bottom: 19px;
  padding-top: 54px;
}
@media screen and (max-width: 834px) {
  .pc-footer {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.pc-footer .footer-border {
  width: 100%;
  height: 2px;
  position: absolute;
  border: none;
}
.pc-footer .b1 {
  top: 0;
  background-color: #07575b;
}
.pc-footer .b2 {
  top: 4px;
  background-color: #66a5ad;
}
.pc-footer .b3 {
  top: 8px;
  background-color: #c4dfe6;
}

.pc-footer__contents {
  text-align: center;
  position: relative;
}
.pc-footer__contents .top-link {
  position: absolute;
  display: block;
  top: -5px;
  left: clamp(0rem, -8.9817351598rem + 17.0471841705vw, 7rem);
  aspect-ratio: 173/77;
  width: 13.515625%;
}
.pc-footer__contents .top-link img {
  object-fit: cover;
}
@media screen and (max-width: 834px) {
  .pc-footer__contents .top-link {
    width: 60.7692307692%;
    max-width: 310px;
    aspect-ratio: 237/105;
    top: 136px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.pc-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .pc-footer__nav {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 11px;
  }
}
@media screen and (max-width: 834px) {
  .pc-footer__nav li {
    width: 49%;
  }
}
.pc-footer__nav li a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  padding-right: 31px;
  letter-spacing: 0.05em;
  padding-left: 21px;
  position: relative;
  display: block;
}
.pc-footer__nav li a::before {
  content: "";
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000;
  position: absolute;
  transition: 0.3s all;
}
.pc-footer__nav li a:hover::before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .pc-footer__nav li a:hover::before {
    width: 0;
  }
}
@media screen and (max-width: 834px) {
  .pc-footer__nav li a {
    border: 1px solid #dddddd;
    padding: 13px 0;
    font-size: 1.25rem;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .pc-footer__nav li a:hover {
    background-color: #223670;
    color: #fff;
  }
}
.pc-footer__nav li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #b3bbd9;
  border-right: 1px solid #b3bbd9;
  position: absolute;
  top: 47%;
  left: 0;
  transform: rotate(45deg) translateY(-47%);
}
@media screen and (max-width: 834px) {
  .pc-footer__nav li a::after {
    top: 45%;
    width: 10px;
    height: 10px;
    left: auto;
    right: 17px;
  }
}
.pc-footer__nav li:last-child a {
  padding-right: 0;
}

.sp-bg {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .sp-bg {
    text-align: left;
    margin-top: clamp(9.8125rem, 5.1982421875rem + 16.40625vw, 13.75rem);
    background-color: #223670;
    color: #fff;
    padding: 0 35px;
    padding-bottom: 17px;
  }
}

.pc-footer__address {
  margin-top: 40px;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .pc-footer__address {
    margin-top: 0;
    padding-top: 18px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.copyright {
  display: block;
  margin-top: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .copyright {
    margin-top: 13px;
    font-size: 1.125rem;
    text-align: center;
  }
}

.service {
  background-image: url("../img/bg-map.png");
  background-position: right top;
  background-size: 54%;
  padding-top: 6.6666666667%;
  padding-bottom: 14.6666666667%;
}
@media screen and (max-width: 834px) {
  .service {
    padding-top: 12%;
    padding-bottom: 13.3333333333%;
    background-position: left top;
    background-size: 76.8888888889%;
  }
}

@media screen and (max-width: 834px) {
  .service__inner {
    padding: 0;
  }
}

.service__contents-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  margin-top: 5.859375%;
  margin-left: 60px;
}
.service__contents-wrapper + .service__contents-wrapper {
  margin-top: 118px;
}
@media screen and (max-width: 834px) {
  .service__contents-wrapper {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
    margin-top: 14%;
    gap: 0;
  }
}

.service__contents-left-box {
  position: relative;
  width: 48%;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .service__contents-left-box {
    width: 100%;
  }
}

.service__contents-image {
  aspect-ratio: 583/360;
  position: relative;
}
@media screen and (max-width: 834px) {
  .service__contents-image {
    aspect-ratio: 451/260;
    height: auto;
  }
}
.service__contents-image img {
  height: 100%;
  object-fit: cover;
}

.service__contents-title-box {
  position: absolute;
  top: 30px;
  left: -60px;
  background-color: #07575b;
  opacity: 0.7;
  width: clamp(6.875rem, -3.2995495495rem + 19.5195195195vw, 15rem);
  aspect-ratio: 240/240;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .service__contents-title-box {
    left: 0;
    top: 38%;
    transform: translateY(-50%);
    width: 45.1111111111%;
    aspect-ratio: 203/120;
  }
}

.service__contents-title {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.0292792793rem + 2.1021021021vw, 2rem);
  color: #fff;
}
@media screen and (max-width: 834px) {
  .service__contents-title {
    font-size: 2rem;
  }
}

.service__contents-info {
  background-color: #07575b;
  opacity: 0.9;
  font-weight: 500;
  font-size: clamp(1.0625rem, 0.3581081081rem + 1.3513513514vw, 1.625rem);
  letter-spacing: 0.001em;
  color: #fff;
  padding: 19px 0 17px 30px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service__contents-info.kana {
  letter-spacing: -0.2em;
}
@media screen and (max-width: 834px) {
  .service__contents-info {
    opacity: 1;
    font-size: clamp(1.5rem, 1.20703125rem + 1.0416666667vw, 1.75rem);
    text-align: center;
    padding: 17px 0 20px 0;
  }
}

.service__contents-details {
  margin-top: 8px;
  width: 52%;
}
@media screen and (max-width: 834px) {
  .service__contents-details {
    width: 100%;
    padding: 0 30px;
    margin-top: 0px;
  }
}

.service__contents-wrapper:last-child .service__contents-details {
  margin-top: 0;
}
.service__contents-wrapper:last-child .service__contents-details .service__contents-list-flex:first-child {
  padding-top: 0;
}
@media screen and (max-width: 834px) {
  .service__contents-wrapper:last-child .service__contents-details .service__contents-list-flex:first-child {
    padding-top: 39px;
  }
}

.service__contents-list .service__contents-list-flex {
  display: flex;
  align-items: center;
  padding: 13px 0 15px 0;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 834px) {
  .service__contents-list .service__contents-list-flex {
    flex-direction: column;
    align-items: flex-start;
    padding: 39px 0 20px 0;
  }
}
.service__contents-list .service__contents-list-flex dt {
  font-weight: 500;
  font-size: clamp(1rem, 0.6869369369rem + 0.6006006006vw, 1.25rem);
  width: 22%;
  letter-spacing: -0.05em;
}
.service__contents-list .service__contents-list-flex dt.kana {
  letter-spacing: -0.25em;
}
@media screen and (max-width: 834px) {
  .service__contents-list .service__contents-list-flex dt {
    font-weight: 700;
    font-size: 1.625rem;
    width: 100%;
  }
}
.service__contents-list .service__contents-list-flex dd {
  font-weight: 500;
  font-size: clamp(1rem, 0.6869369369rem + 0.6006006006vw, 1.25rem);
  letter-spacing: -0.04em;
  line-height: 1.5;
  width: 78%;
}
@media screen and (max-width: 834px) {
  .service__contents-list .service__contents-list-flex dd {
    letter-spacing: -0.01em;
    width: 100%;
    margin-top: 20px;
    font-size: clamp(1.25rem, 0.95703125rem + 1.0416666667vw, 1.5rem);
  }
}

.about {
  padding-top: 6.3333333333%;
  background-image: url("../img/fv_pc.jpg");
  aspect-ratio: 1500/725;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
  padding-bottom: 6.6666666667%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .about {
    background-image: url("../img/fv_sp.jpg");
    padding-top: 14%;
    padding-bottom: 17.7777777778%;
    background-position: right;
  }
}

.about__bg-color {
  padding-top: 6.3333333333%;
  background-color: rgba(243, 243, 243, 0.92);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clip-path: polygon(36% 0px, 100% 0, 100% 100%, 18% 100%);
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .about__bg-color {
    clip-path: none;
  }
}

.about__sec-title {
  position: relative;
  z-index: 1;
}

.about__contents-wrapper {
  width: 33.59375%;
  margin-top: 61px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .about__contents-wrapper {
    width: 39.0625%;
  }
}
@media screen and (max-width: 834px) {
  .about__contents-wrapper {
    margin-top: 12.8205128205%;
    width: 100%;
  }
}

.about__list-flex {
  display: flex;
  align-items: center;
  padding: 18px 0 18px 0;
  font-weight: 500;
  font-size: clamp(1rem, 0.6869369369rem + 0.6006006006vw, 1.25rem);
  letter-spacing: 0.05em;
  position: relative;
  border-bottom: 4px solid #fff;
  margin-left: 15px;
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .about__list-flex:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 1300px) {
  .about__list-flex {
    line-height: 1.5;
  }
}
@media screen and (max-width: 834px) {
  .about__list-flex {
    flex-direction: column;
    margin-left: 0;
  }
}
.about__list-flex dt {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .about__list-flex dt {
    width: 100%;
    font-size: 1.625rem;
    font-weight: 700;
  }
}
.about__list-flex dd {
  width: 70%;
}
@media screen and (max-width: 834px) {
  .about__list-flex dd {
    width: 100%;
    font-size: 1.25rem;
  }
}

.contact {
  padding-top: 6.3333333333%;
  padding-bottom: 5.0666666667%;
}
@media screen and (max-width: 834px) {
  .contact {
    padding-top: 13.3333333333%;
    padding-bottom: 16.8888888889%;
  }
}

.contact__sec-title {
  letter-spacing: -0.005em;
}
@media screen and (max-width: 834px) {
  .contact__sec-title {
    letter-spacing: -0.01em;
  }
}

.contact__info {
  margin-top: 5.46875%;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.005em;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .contact__info {
    font-size: 1.25rem;
    margin-top: 8.9743589744%;
    letter-spacing: 0;
    text-align: left;
  }
}

.contact__from-wrapper {
  margin-top: 2.734375%;
  width: 39.0625%;
  min-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .contact__from-wrapper {
    width: 100%;
    min-width: auto;
    margin-top: 8.4615384615%;
  }
}

.form-item {
  display: flex;
  flex-direction: column;
  margin-top: 23px;
}
.form-item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 834px) {
  .form-item {
    margin-top: 20px;
  }
  .form-item:nth-child(2) {
    margin-top: 30px;
  }
}

.form-label {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .form-label {
    gap: 20px;
  }
}

.required {
  font-weight: 500;
  font-size: 0.875rem;
  color: #cc3333;
  border: 1px solid #cc3333;
  padding: 4px 7px;
  border-radius: 5px;
  display: block;
}
@media screen and (max-width: 834px) {
  .required {
    font-size: clamp(0.875rem, -0.375rem + 5.3333333333vw, 1.125rem);
    padding: 4px 8px;
  }
}

.label-title {
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .label-title {
    font-size: 1.25rem;
    font-size: clamp(1.125rem, 0.5rem + 2.6666666667vw, 1.25rem);
  }
}

.select-wrapper {
  margin-top: 13px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .select-wrapper {
    margin-top: 10px;
  }
}
.select-wrapper::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #dddddd;
  top: 0;
  right: 40px;
}
.select-wrapper::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #07575b;
  border-bottom: 1px solid #07575b;
  position: absolute;
  top: 42%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
}

.wpcf7-select {
  width: 100%;
  padding: 14px 0 12px 17px;
  font-size: 1rem;
  color: #07575b;
}
@media screen and (max-width: 834px) {
  .wpcf7-select {
    font-size: 1.25rem;
  }
}

.wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap input[type=tel] {
  border: 1px solid #dddddd;
  background-color: #f4f4f4;
  width: 100%;
  margin-top: 13px;
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 11px 0 9px 17px;
  color: #07575b;
}
@media screen and (max-width: 834px) {
  .wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap input[type=tel] {
    font-size: 1.25rem;
    padding: 10px 0 10px 17px;
    margin-top: 10px;
  }
}

.wpcf7-textarea {
  border: 1px solid #dddddd;
  background-color: #f4f4f4;
  width: 100%;
  margin-top: 13px;
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 11px 0 9px 17px;
  height: 150px;
  color: #07575b;
}
@media screen and (max-width: 834px) {
  .wpcf7-textarea {
    height: 165px;
    font-size: 1.25rem;
    padding: 10px 0 10px 17px;
    margin-top: 20px;
  }
}

.wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  width: 200px;
  height: 50px;
  background-color: #07575b;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  margin-top: 60px;
  transition: 0.3s all;
  border: 1px solid transparent;
}
.wpcf7-submit:hover {
  background-color: #fff;
  color: #07575b;
  border: 1px solid #07575b;
}
@media screen and (max-width: 834px) {
  .wpcf7-submit {
    margin-top: 33px;
    font-size: 1.875rem;
    width: 240px;
    height: 60px;
  }
}

.wpcf7 form .wpcf7-response-output {
  border-color: #07575b;
  width: 500px;
  margin: 0 auto;
  line-height: 1.5;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: red;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recapcha-text {
  text-align: center;
  line-height: 1.5;
  font-size: 0.75rem;
  padding: 0 10px;
}
.recapcha-text a {
  color: #000;
  text-decoration: underline;
}

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