@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  font-size: 62.5%;
  /* 10px */
  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  word-break: break-all;
  font-size: 1.6em;
  /*remがpxと同じ数字になる*/
  color: #333333;
  -webkit-text-size-adjust: 100%;
  /*スマホを横向きにした時用*/
  letter-spacing: 0.01em;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

a {
  color: #008cd6;
  outline: none;
  transition: all 0.3s;
}
a img {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

h1,
h2,
h3 {
  color: #008cd6;
}

h2 {
  font-size: 24px;
  text-align: center;
  margin: 24px auto;
}

h4 {
  font-size: 20px;
  text-align: center;
  margin: 24px auto;
}

#wrapper {
  background: #fff;
  position: relative;
}

header {
  background: #FFF;
  position: fixed;
  top: 0;
  z-index: 1000;
}
header h1 {
  position: fixed;
  top: 0;
}
header h1 a {
  display: block;
  text-decoration: none;
}
header nav {
  font-size: 1.8rem;
}

footer {
  margin: 0 auto;
  padding: 25px 15px;
  background: #008cd6;
}
footer p {
  color: #fff;
  font-size: 0.9rem;
  font-family: "Lora";
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

#topImage {
  background: url("../img/img_main.jpg") center top no-repeat;
  background-size: cover;
}

.content {
  margin: 0 auto 40px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*============ スマホ縦 ============*/
.pc {
  display: none;
}

.sp {
  display: block;
}

/* ---------- header ---------- */
header {
  width: 100%;
  height: 80px;
  position: fixed;
  display: block;
}
header h1 {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  padding: 12px 0 0 15px;
  display: inline-block;
  caret-color: transparent;
}
header nav {
  position: fixed;
  top: 80px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #008cd6;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header ul#menu {
  list-style: none;
  padding-bottom: 62px;
  margin: 0;
  padding: 0 15px;
}
header ul#menu li {
  color: #fff;
  border-top: 1px solid #fff;
  padding: 20px 0;
  text-align: center;
  transform: translateX(-30px);
  opacity: 0;
  transition: all 0.3s ease-out;
}
header ul#menu li a {
  text-decoration: none;
  color: #fff;
}
header ul#menu li:nth-of-type(1) {
  transition-delay: 0.05s;
}
header ul#menu li:nth-of-type(2) {
  transition-delay: 0.1s;
}
header ul#menu li:nth-of-type(3) {
  transition-delay: 0.15s;
}
header ul#menu li:nth-of-type(4) {
  transition-delay: 0.2s;
}
header ul#menu li:nth-of-type(5) {
  transition-delay: 0.2s;
}
header ul#menu li:nth-of-type(6) {
  transition-delay: 0.2s;
}
header ul#menu li:last-child {
  border-bottom: 1px solid #fff;
}
header ul#menu li:first-child {
  border-top: none;
}

#menuBtn {
  position: fixed;
  display: inline-block;
  width: 60px;
  height: 60px;
  right: 0;
  top: 8px;
  cursor: pointer;
  caret-color: transparent;
  z-index: 10;
}
#menuBtn span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
}
#menuBtn span:nth-of-type(1),
#menuBtn span:nth-of-type(2),
#menuBtn span:nth-of-type(3) {
  width: 34px;
  height: 1px;
  background: #008cd6;
}
#menuBtn span:nth-of-type(1) {
  top: 12px;
}
#menuBtn span:nth-of-type(2) {
  top: 24px;
}
#menuBtn span:nth-of-type(3) {
  top: 36px;
}
#menuBtn span:nth-of-type(4) {
  width: 40px;
  top: 42px;
  font-size: 0.9rem;
  color: #008cd6;
  letter-spacing: 0.1rem;
  text-align: center;
}
#menuBtn.active span:nth-of-type(1) {
  top: 28px;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  background: #008cd6;
}
#menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
#menuBtn.active span:nth-of-type(3) {
  top: 28px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background: #008cd6;
}

/* ---------- common ---------- */
/* ---------- リンクボタン ---------- */
button {
  border: 0;
  background: none;
}

.btnLink {
  margin-bottom: 16px;
}
.btnLink a {
  display: block;
  padding: 8px;
  background-color: #008cd6;
  border-radius: 8px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 10px #ccc;
}
.btnLink a span.subtitle {
  font-size: 1.2rem;
}

.btnLink2 a {
  display: block;
  padding: 8px;
  border: 2px solid #008cd6;
  background-color: #fff;
  border-radius: 8px;
  font-size: 1.6rem;
  color: #008cd6;
  text-decoration: none;
  box-shadow: 0 0 10px #ccc;
}
.btnLink2 a span.subtitle {
  font-size: 1.2rem;
}
.btnLink2 a img {
  width: 32px;
}

/* ---------- TOP ---------- */
#topImage {
  height: 240px;
  background-size: cover;
  margin: 80px auto 40px;
}

section {
  margin: 0 auto 60px;
}

h2.sectionTitle {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin: 24px auto;
}

h3.contentTitle {
  color: #333;
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
  margin: 24px auto;
  padding-bottom: 12px;
  border-bottom: 2px solid #008cd6;
}

.flexContainer > .contents1 {
  margin: auto 2rem;
}
.flexContainer > .contents2 {
  margin: auto 2rem;
}

.flexContainer_content > .contents1 {
  margin: auto 2rem;
}

.content img.president {
  display: block;
  margin: 40px auto;
  width: 60%;
  min-width: 280px;
  max-width: 480px;
}
.content p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  display: flex;
  flex-direction: column;
}
.content span.signature {
  display: inline-block;
  text-align: left;
  margin-left: auto;
}

table.companyList {
  width: 100%;
}
table.companyList th,
table.companyList td {
  padding: 16px 8px 8px 8px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px #ddd solid;
}
table.companyList th {
  width: 12rem;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.sideMenu {
  margin-bottom: 100px;
}
.sideMenu .logo_menkyonomadoguchi {
  display: block;
  margin: auto;
  width: 70%;
  max-width: 360px;
  text-align: center;
}
.sideMenu .menuGroup {
  display: flex;
  align-items: stretch;
  margin: 40px auto;
}
.sideMenu .menuGroup .sideMenuTitle {
  border: 1px solid #008cd6;
  padding: 4px;
  color: #008cd6;
  font-weight: 500;
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sideMenu .menuGroup ul.btnList {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.sideMenu .menuGroup ul.btnList li.btnLink {
  width: 100%;
  letter-spacing: 0.3em;
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.sideMenu .menuGroup ul.btnList li.btnLink a {
  width: 100%;
  height: 100%;
  min-height: 74px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
}
.sideMenu .menuGroup ul.btnList li.btnLink a span {
  display: block;
  width: 100%;
  letter-spacing: 0.1em;
}
.sideMenu .menuGroup ul.btnList li:first-child {
  margin-top: 0;
}
.sideMenu .menuGroup ul.btnList li:last-child {
  margin-bottom: 0;
}
.sideMenu ul.btnList2 {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.sideMenu ul.btnList2 li {
  width: 100%;
  letter-spacing: 0.3em;
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.sideMenu ul.btnList2 li .nolink {
  display: block;
  margin: 0 auto 16px;
  padding: 8px;
  border: 2px solid #888;
  background-color: #888;
  border-radius: 8px;
  font-size: 1.6rem;
  color: #eee;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-decoration: none;
  box-shadow: 0 0 10px #ccc;
  text-align: center;
}
.sideMenu ul.btnList2 li .nolink span.subtitle {
  padding: 4px 16px;
  border-radius: 50px;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  background-color: #555;
  color: #eee;
}
.sideMenu ul.btnList2 li a {
  width: 100%;
  height: 100%;
  min-height: 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.sideMenu ul.btnList2 li a span {
  letter-spacing: 0.1em;
}
.sideMenu ul.btnList2 li:first-child button.btnLink {
  margin-top: 0;
}
.sideMenu ul.btnList2 li:last-child button.btnLink {
  margin-bottom: 0;
}
.sideMenu ul.btnList2 li:last-child {
  margin-bottom: 0;
}
.sideMenu ul.btnList2 li:last-child .nolink {
  margin-bottom: 0;
}
.sideMenu .menuGroup2 ul.btnList3 {
  list-style: none;
  margin: 40px auto;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sideMenu .menuGroup2 ul.btnList3 li {
  width: 30%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sideMenu .menuGroup2 ul.btnList3 li a {
  width: 100%;
  min-height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sideMenu .menuGroup2 .btnList4 {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sideMenu .menuGroup2 .btnList4 li.btnLink2 {
  width: 70px;
  height: 70px;
}
.sideMenu .menuGroup2 .btnList4 li.btnLink2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-decoration: none;
}
.sideMenu .menuGroup2 .btnList4 li.btnLink2 a img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ---------- プライバシーポリシー ---------- */
#privacy article {
  margin: auto 2rem;
}
#privacy p {
  font-size: 1.5rem;
  text-align: justify;
  margin-bottom: 2rem;
}
#privacy ol {
  list-style: decimal;
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 2rem;
}
#privacy ol li {
  margin: 0 0 2rem 0;
}
#privacy ol li p {
  margin: 1rem 0 2rem 0;
  text-align: justify;
}
#privacy ol li ol {
  list-style: none;
  margin: 2rem 0 2rem 0;
  padding: 0 0 0 0;
}
#privacy ol li ol li {
  margin: 0 0 2rem 0;
}
#privacy ol li ol li p {
  margin: 1rem 0 2rem 2rem;
  text-align: justify;
}
#privacy ol li ol li:last-child {
  margin: 0 0 0 0;
}
#privacy ol li ol li:last-child p {
  margin: 1rem 0 0 2rem;
  text-align: justify;
}
#privacy .signature {
  text-align: right;
}

/* ---------- お問い合わせフォーム ---------- */
#contact main {
  position: relative;
  top: 0;
}
#contact .formAttention {
  width: 80%;
  font-size: 1.6rem;
  text-align: center;
  margin: 40px auto 20px;
}
#contact .formAttention2 {
  width: 80%;
  max-width: 580px;
  margin: 20px auto;
  padding: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#contact .formAttention2 p {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 8px;
}
#contact .contactForm {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}
#contact .formInner {
  padding: 0;
  border: 1px solid #008cd6;
  box-sizing: border-box;
}
#contact .formGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px solid #008cd6;
}
#contact .formGroup:last-child {
  border-bottom: none;
}
#contact .formItem {
  display: flex;
  flex-direction: column;
}
#contact .formItem p {
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
#contact .formItem label {
  font-weight: bold;
  margin-bottom: 5px;
}
#contact .formItem input,
#contact .formItem textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
#contact .telarea {
  width: 100%;
  gap: 0;
}
#contact .telarea p {
  width: auto;
  margin-top: 0;
  margin-bottom: 5px;
}
#contact .telarea .tel-wrapper {
  width: 100%;
}
#contact .telarea .tel-wrapper p {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
}
#contact .telarea .tel-wrapper input {
  text-align: center;
}
#contact .wpcf7-submit {
  margin: 20px auto;
  text-align: center;
  padding: 20px 60px;
  background-color: #008cd6;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 2rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
#contact .wpcf7-submit:hover {
  background-color: #0056b3;
}
@media (min-width: 600px) {
  #contact .formGroup {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #contact .formItem {
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
  }
  #contact .formItem p {
    flex-direction: row;
  }
  #contact .formItem label {
    width: 200px;
    margin-bottom: 0;
  }
  #contact .formItem input,
  #contact .formItem textarea {
    flex: 1;
  }
  #contact .wpcf7-submit {
    margin-top: 20px;
    text-align: center;
    width: 80%;
    max-width: 400px;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    background-color: #008cd6;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 2rem;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  }
  #contact .wpcf7-submit:hover {
    background-color: #008cd6;
    box-shadow: 0 0 10px rgba(0, 204, 255, 0.7), 0 0 40px rgba(0, 204, 255, 0.5);
    transform: scale(1.03);
  }
}

/*============ デスクトップ/タブレット横 ============*/
@media screen and (min-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
  }
  header h1 {
    width: auto;
    height: 60px;
    margin-top: 10px;
    margin-left: 16px;
  }
  header h1 img {
    width: auto;
    height: 60px;
  }
  header #menuBtn {
    top: 16px;
    right: 16px;
  }
  footer {
    margin: 160px auto 0;
    padding: 40px 0;
    clear: both;
    background-color: #008cd6;
  }
  footer p {
    color: #fff;
    font-size: 1.2rem;
    font-family: "Lora";
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
  /* ---------- TOP ---------- */
  #topImage {
    height: 400px;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    margin: 80px auto 0;
  }
  section {
    max-width: 1024px;
    margin: 0 15px 60px;
    position: relative;
  }
  h2.sectionTitle {
    margin: 24px auto;
  }
  table.companyList {
    width: 100%;
  }
  table.companyList th,
  table.companyList td {
    padding: 16px 8px 8px 8px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px #ddd solid;
  }
  table.companyList th {
    width: 20rem;
  }
  .sideMenu {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    max-width: 480px;
  }
  /* ---------- お問い合わせフォーム ---------- */
  #contact {
    margin: 180px auto 60px;
  }
  #contact main {
    position: relative;
    top: 0;
  }
  #contact .formAttention {
    width: 600px;
    font-size: 1.6rem;
    text-align: center;
    margin: 40px auto 20px;
  }
  #contact .contactForm {
    width: 600px;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #contact .formInner {
    padding: 0;
    border: 1px solid #008cd6;
    box-sizing: border-box;
  }
  #contact .formGroup {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #contact .formItem {
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
  }
  #contact .formItem p {
    flex-direction: row;
    margin: 10px 0;
  }
  #contact .formItem label {
    width: 150px;
    margin-bottom: 0;
  }
  #contact .formItem input,
  #contact .formItem textarea {
    flex: 1;
  }
  #contact .telarea {
    gap: 0;
  }
  #contact .telarea p {
    width: auto;
  }
  #contact .telarea .tel-wrapper {
    display: flex;
    gap: 0.5em;
    align-items: center;
  }
  #contact .telarea .tel-wrapper input {
    text-align: center;
  }
  #contact .wpcf7-submit {
    margin-top: 20px;
    text-align: center;
    width: 80%;
    max-width: 400px;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    background-color: #008cd6;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 2rem;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  }
  #contact .wpcf7-submit:hover {
    background-color: #008cd6;
    box-shadow: 0 0 10px rgba(0, 204, 255, 0.7), 0 0 40px rgba(0, 204, 255, 0.5);
    transform: scale(1.03);
  }
}
@media screen and (min-width: 1024px) {
  header {
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
  }
  header .headerContaienr {
    max-width: 100%;
    margin: 0 auto;
  }
  header h1 {
    width: 100%;
    height: 80px;
    font-size: 2.4rem;
    padding: 12px 0 0;
    margin: 0 auto;
    text-align: center;
  }
  header h1 img {
    width: auto;
    height: auto;
  }
  header h1 a {
    display: inline-block;
  }
  header h1 a:hover {
    opacity: 0.7;
  }
  header nav {
    width: 100%;
    left: 0;
    height: 60px;
    font-size: 1.8rem;
    background: #008cd6;
    margin: 0 auto;
    text-align: center;
  }
  header nav #menuBtn {
    display: none;
  }
  header nav ul#menu {
    list-style: none;
    padding-bottom: 60px;
    margin: 10px auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav ul#menu li {
    color: #fff;
    border-top: none;
    margin: 0 24px;
    padding: 0;
    text-align: left;
    transform: none;
    opacity: 1;
    transition: none;
  }
  header nav ul#menu li a {
    text-decoration: none;
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  header nav ul#menu li a:hover {
    opacity: 1;
  }
  header nav ul#menu li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  header nav ul#menu li a:hover::after {
    transform: scale(1, 1);
  }
  header nav ul#menu li:nth-of-type(1), header nav ul#menu li:nth-of-type(2), header nav ul#menu li:nth-of-type(3), header nav ul#menu li:nth-of-type(4), header nav ul#menu li:nth-of-type(5), header nav ul#menu li:nth-of-type(6) {
    transition-delay: none;
  }
  header nav ul#menu li:last-child {
    border-bottom: none;
    margin: 0 0 0;
  }
  footer {
    margin: 160px auto 0;
    padding: 40px 0;
    clear: both;
    background-color: #008cd6;
  }
  footer p {
    color: #fff;
    font-size: 1.2rem;
    font-family: "Lora";
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
  /* ---------- TOP ---------- */
  #topImage {
    height: 300px;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    top: 140px;
    margin: 0 auto 0;
  }
  .flexContainer {
    width: 1024px;
    margin: 160px auto 100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .flexContainer > .contents1 {
    margin: 0;
    width: 600px;
  }
  .flexContainer > .contents2 {
    margin: 0;
    width: 400px;
    padding-top: 24px;
  }
  section {
    max-width: 1024px;
    margin: 0 auto 60px;
    position: relative;
  }
  .flexContainer_content {
    display: flex;
    justify-content: space-between;
  }
  .flexContainer_content > .contents1 {
    width: 180px;
    margin: 0 20px 0 0;
  }
  .flexContainer_content > .contents1 img.president {
    margin: 0 0;
    text-align: right;
    width: 180px;
    min-width: 180px;
    max-width: 180px;
  }
  .flexContainer_content > .contents2 {
    width: 400px;
  }
  .flexContainer_content > .contents2 p {
    margin: 0;
    text-align: left;
  }
  .menuGroup .sideMenuTitle {
    margin: 0 20px 0 0;
  }
  /* ---------- お問い合わせフォーム ---------- */
  #contact {
    margin: 180px auto 60px;
  }
  #contact main {
    position: relative;
    top: 0;
  }
  #contact .formAttention {
    width: 600px;
    font-size: 1.6rem;
    text-align: center;
    margin: 40px auto 20px;
  }
  #contact .contactForm {
    width: 600px;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #contact .formInner {
    padding: 0;
    border: 1px solid #008cd6;
    box-sizing: border-box;
  }
  #contact .formGroup {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #contact .formItem {
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
  }
  #contact .formItem p {
    flex-direction: row;
    margin: 10px 0;
  }
  #contact .formItem label {
    width: 150px;
    margin-bottom: 0;
  }
  #contact .formItem input,
  #contact .formItem textarea {
    flex: 1;
  }
  #contact .telarea {
    gap: 0;
  }
  #contact .telarea p {
    width: auto;
  }
  #contact .telarea .tel-wrapper {
    display: flex;
    gap: 0.5em;
    align-items: center;
  }
  #contact .telarea .tel-wrapper input {
    text-align: center;
  }
  #contact .wpcf7-submit {
    margin-top: 20px;
    text-align: center;
    width: 80%;
    max-width: 400px;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    background-color: #008cd6;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 2rem;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  }
  #contact .wpcf7-submit:hover {
    background-color: #008cd6;
    box-shadow: 0 0 10px rgba(0, 204, 255, 0.7), 0 0 40px rgba(0, 204, 255, 0.5);
    transform: scale(1.03);
  }
}/*# sourceMappingURL=base.css.map */