@charset "UTF-8";
/* 背景スクロール無効 */
body.no-scroll {
  overflow: hidden;
}

.fade-header {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  position: fixed;
  top: 2%;
  width: 100%;
  z-index: 1000;
}
.fade-header.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ヘッダー */
header {
  position: relative;
  z-index: 1001;
}
header .header-info {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-info .header-logo {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header-info .header-logo img {
  width: 75%;
}
header .header-info .header-menu {
  width: 60%;
  margin-left: 5%;
}
header .header-info .header-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .header-info .header-menu nav ul li {
  width: 30%;
  margin-bottom: 50px;
}
header .header-info .header-menu nav ul li .icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .header-info .header-menu nav ul li .icon-link .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  gap: 5%;
}
header .header-info .header-menu nav ul li .icon-link .icon-item p {
  font-size: 1.3vw;
}
header .header-info .header-menu nav ul li .icon-link .icon-item span {
  font-size: 0.8rem;
  color: #C6C6C6;
  font-family: "Myriad Pro";
  padding-left: 4%;
}
header .header-info .header-menu nav ul li .icon-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .header-info .header-menu nav ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
header .header-info .header-address {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
  margin-bottom: 1.5%;
  font-size: 1.8rem;
  line-height: 2;
}
header .header-info .header-address .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
header .header-info .header-address .address .tel h3 {
  font-size: 2.5rem;
  color: #DC5096;
  line-height: 2.5rem;
}
header .header-info .header-address .address::after {
  content: "";
  background: url(../img/fv/background-address-img.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding: 8% 14%;
  bottom: 0;
  left: 37%;
  -webkit-transform: scale(2.3);
          transform: scale(2.3);
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 1100px) {
  header .header-info {
    width: 85%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5% auto;
  }
  header .header-info .header-logo {
    width: 15%;
  }
  header .header-info .header-logo img {
    width: 100%;
  }
  header .header-info .header-menu {
    width: 80%;
  }
  header .header-info .header-menu nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .header-info .header-menu nav ul li {
    width: 33%;
  }
  header .header-info .header-menu nav ul li .icon-link {
    gap: 7.5px;
  }
  header .header-info .header-menu nav ul li .icon-link .icon-item p {
    font-size: 2vw;
  }
  header .header-info .header-menu nav ul li .icon-link .icon-item span {
    font-size: 1rem;
    color: #C6C6C6;
    font-family: "Myriad Pro";
    padding-left: 4%;
  }
  header .header-info .header-menu nav ul li .icon-link:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .header-info .header-menu nav ul li:nth-last-child(-n+2) {
    width: 33%;
    margin-bottom: 0;
  }
  header .header-info .header-address {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 1.5%;
    display: none;
  }
  header .header-info .header-address .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
  header .header-info .header-address .address h3 {
    font-size: 1.2vw;
    line-height: 2rem;
  }
  header .header-info .header-address .address .tel p {
    line-height: 1.5rem;
    font-size: 1vw;
  }
  header .header-info .header-address .address .tel h3 {
    font-size: 1.5vw;
    color: #DC5096;
    line-height: 2.5rem;
  }
  header .header-info .header-address .address::after {
    content: "";
    background: url(../img/fv/background-address-img.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 9% 23%;
    bottom: 0;
    left: 32%;
    -webkit-transform: scale(2.3);
            transform: scale(2.3);
    z-index: -1;
  }
}
@media (max-width: 767px) {
  /* ヘッダー */
  header .header-info {
    width: 90%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5% auto;
  }
  header .header-info .header-logo {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-info .header-logo img {
    width: 100%;
  }
  header .header-info .header-address {
    width: 75%;
    font-size: 1.3rem;
    margin-bottom: 1%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .header-info .header-address .address h3 {
    font-size: 3vw;
    line-height: 5vw;
  }
  header .header-info .header-address .address .tel p {
    font-size: 3vw;
    line-height: 5vw;
  }
  header .header-info .header-address .address .tel h3 {
    font-size: 5vw;
    line-height: 5vw;
  }
  header .header-info .header-address .address::after {
    padding: 7.5% 15%;
    left: 20%;
  }
  header .h-list {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  header .h-list .h-item {
    position: relative;
    width: auto;
    text-align: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    counter-increment: item;
    right: 20px;
    top: 20px;
  }
  header .h-list .h-item .menu-trigger {
    position: relative;
    width: 40px;
    height: 30px;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
  header .h-list .h-item .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #022542;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 2;
  }
  header .h-list .h-item .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .h-list .h-item .menu-trigger span:nth-of-type(2) {
    top: 13.5px;
  }
  header .h-list .h-item .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .h-list .h-item .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
            transform: translateY(11px) rotate(-45deg);
  }
  header .h-list .h-item .menu-trigger.active span:nth-of-type(2) {
    left: 0;
    opacity: 0;
    -webkit-animation: active-menu05-bar02 0.8s forwards;
            animation: active-menu05-bar02 0.8s forwards;
  }
  header .h-list .h-item .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
            transform: translateY(-16px) rotate(45deg);
  }
  header .h-list .sp-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    background-color: #FEF3FA;
    background-image: url(../img/fv/background-img.png), url(../img/fv/background-img.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right top;
  }
  header .h-list .sp-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 75%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .h-list .sp-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  header .h-list .sp-menu ul li .icon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .h-list .sp-menu ul li .icon-link .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    white-space: nowrap;
    gap: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .h-list .sp-menu ul li .icon-link .icon-item p {
    font-size: 1.6rem;
    margin-bottom: 5px;
    font-weight: 600;
  }
  header .h-list .sp-menu ul li .icon-link .icon-item span {
    font-size: 1.2rem;
    color: #ada3a3;
    font-family: "Myriad Pro";
    padding-left: 2%;
  }
  header .h-list .sp-menu ul::before {
    content: "";
    position: absolute;
    top: 10%;
    left: -14%;
    width: 500px;
    height: 600px;
    background-color: #ECB7D2;
    -webkit-filter: blur(125px);
    filter: blur(235px);
    border-radius: 50%;
    z-index: -1;
  }
  header .h-list .sp-menu.active {
    pointer-events: auto;
    opacity: 1;
  }
}
main {
  /* トップへ戻る */
}
main .top-arrow {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 2px;
  height: 50px;
  background-color: #022542;
  border-radius: 9999px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
main .top-arrow::before, main .top-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 9px;
  background-color: #022542;
  border-radius: 9999px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
main .top-arrow::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
main .top-arrow::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
main .top-arrow.visible {
  opacity: 1;
  visibility: visible;
}

/* フッター */
footer .footer-main {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 75px auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
footer .footer-main .footer-content {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-main .footer-content .footer-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
}
footer .footer-main .footer-content .footer-info .footer-log {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5%;
}
footer .footer-main .footer-content .footer-info .footer-log .footer-azalea-log {
  margin-bottom: 30%;
}
footer .footer-main .footer-content .footer-info .footer-log img {
  width: 100%;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3%;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-address h3 {
  line-height: 2;
  font-size: 1.1vw;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-address .tel {
  font-size: 1.5vw;
  color: #DC5096;
  line-height: 1.5;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li {
  width: 33%;
  margin: 1.5% 0;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link .footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: nowrap;
  gap: 5%;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link .footer-item p {
  font-size: 1.1vw;
}
footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link .footer-item span {
  font-size: 0.9rem;
  color: #C6C6C6;
  font-family: "Myriad Pro";
  padding-left: 4%;
}
footer .footer-main .footer-content .footer-partner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
footer .footer-main .footer-content .footer-partner-logo .partner-link {
  width: 15%;
}
footer .footer-main .footer-content .footer-partner-logo .partner-link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-main .footer-map {
  width: 35%;
  aspect-ratio: 4/3;
}
footer .footer-main .footer-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
footer .copyright {
  background-color: #FFCFDB;
  text-align: center;
  padding: 25px 0;
}
footer .copyright small {
  font-size: 1.2rem;
  color: #FFFFFF;
  font-family: "Myriad Pro";
}

@media (min-width: 768px) and (max-width: 1100px) {
  footer .footer-main {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 75px auto 25px;
  }
  footer .footer-main .footer-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-main .footer-content .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5%;
  }
  footer .footer-main .footer-content .footer-info .footer-log {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer .footer-main .footer-content .footer-info .footer-log .footer-azalea-log {
    margin-bottom: 25px;
  }
  footer .footer-main .footer-content .footer-info .footer-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-address h3 {
    line-height: 2;
    font-size: 2vw;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-address .tel {
    font-size: 2.5vw;
    margin-right: 10%;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link .footer-item p {
    font-size: 1.75vw;
  }
  footer .footer-main .footer-content .footer-partner-logo {
    width: 90%;
    margin: 0 auto 25px;
  }
  footer .footer-main .footer-map {
    width: 100%;
    aspect-ratio: 4/3;
  }
  footer .footer-main .footer-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  footer .copyright {
    background-color: #FFCFDB;
    text-align: center;
    padding: 25px 0;
  }
  footer .copyright small {
    font-size: 1.2rem;
    color: #FFFFFF;
    font-family: "Myriad Pro";
  }
}
@media (max-width: 767px) {
  footer .footer-main {
    width: 89%;
    display: block;
    margin: 37.5px auto;
  }
  footer .footer-main .footer-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10%;
  }
  footer .footer-main .footer-content .footer-info {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .footer-main .footer-content .footer-info .footer-log {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 46%;
    margin: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .footer-main .footer-content .footer-info .footer-log .footer-azalea-log {
    width: 50%;
    margin-bottom: 0;
  }
  footer .footer-main .footer-content .footer-info .footer-log .footer-azalea-log img {
    width: 100%;
  }
  footer .footer-main .footer-content .footer-info .footer-log .footer-company-logo {
    width: 45%;
    padding-bottom: 5%;
  }
  footer .footer-main .footer-content .footer-info .footer-log .footer-company-logo img {
    width: 80%;
  }
  footer .footer-main .footer-content .footer-info .footer-details {
    width: 60%;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 300;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-address h3 {
    line-height: 2.5rem;
    font-size: 1.2rem;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-address .tel {
    font-size: 1.9rem;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-address .tel span {
    margin: 0px;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li {
    width: 50%;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link .footer-item p {
    font-size: 1.2rem;
  }
  footer .footer-main .footer-content .footer-info .footer-details .footer-menu ul li .footer-link .footer-item span {
    font-size: 0.7rem;
    padding-left: 2%;
  }
  footer .footer-main .footer-content .footer-sp-menu {
    width: 100%;
    margin: auto;
  }
  footer .footer-main .footer-content .footer-sp-menu nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
  footer .footer-main .footer-content .footer-sp-menu nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    width: 30%;
  }
  footer .footer-main .footer-content .footer-sp-menu nav ul li .icon-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  footer .footer-main .footer-content .footer-sp-menu nav ul li .icon-link .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    white-space: nowrap;
    gap: 5%;
  }
  footer .footer-main .footer-content .footer-sp-menu nav ul li .icon-link .icon-item p {
    font-size: 1.2rem;
  }
  footer .footer-main .footer-content .footer-sp-menu nav ul li .icon-link .icon-item span {
    font-size: 0.8rem;
    color: #C6C6C6;
    font-family: "Myriad Pro";
    padding-left: 2%;
  }
  footer .footer-main .footer-content .footer-partner-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .footer-main .footer-content .footer-partner-logo a {
    width: 25%;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  footer .footer-main .footer-content .footer-partner-logo a .cfg {
    width: 100%;
  }
  footer .footer-main .footer-content .footer-partner-logo a .intl {
    width: 90%;
  }
  footer .footer-main .footer-content .footer-partner-logo a .mk {
    width: 95%;
  }
  footer .footer-main .footer-map {
    width: 100%;
    aspect-ratio: 4/3;
  }
  footer .footer-main .footer-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  footer .copyright {
    background-color: #FFCFDB;
    text-align: center;
    padding: 10px 0;
  }
  footer .copyright small {
    font-size: 0.8rem;
    color: #FFFFFF;
    font-family: "Myriad Pro";
  }
}
html {
  font-family: "Zen Maru Gothic", serif;
  color: #022542;
}
html ._tab {
  display: none;
}
html ._sp {
  display: none;
}
html ._pc {
  display: block;
}
html main {
  background-color: #FCEBF6;
  padding: 100px 0;
}
html main .contact {
  width: 80%;
  background-color: #ffffff;
  border-radius: 75px;
  margin: 100px auto;
  padding: 75px 0;
  font-size: 1.8rem;
}
html main .contact .title {
  width: 100%;
  font-size: 2.5rem;
  margin-top: 50px;
  text-align: center;
}
html main .contact .title h1 {
  font-size: 3.6rem;
  color: #e69460;
  margin-bottom: 25px;
}
html main .contact .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 75px auto 0;
}
html main .contact .number li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  color: #67839e;
}
html main .contact .number li.active {
  color: #2d445b;
}
html main .contact .number li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #67839e;
}
html main .contact .number li.bold::after {
  height: 5px;
  background: #2d445b;
  bottom: -1px;
  opacity: 1;
}
@media (max-width: 767px) {
  html main .contact .number li::after {
    bottom: 13px;
  }
  html main .contact .number li.bold::after {
    bottom: 13px;
  }
}
html main .contact .attention01 {
  margin-top: 50px;
  text-align: center;
  display: none;
}
html main .contact .attention01 p {
  margin-bottom: 1rem;
}
html main .contact .attention01 p span {
  color: #bf0000;
}
html main .contact .attention01.active {
  display: block;
}
html main .contact .attention02 {
  margin-top: 50px;
  text-align: center;
  display: none;
}
html main .contact .attention02 p {
  margin-bottom: 1rem;
}
html main .contact .attention02 p span {
  color: #bf0000;
}
html main .contact .attention02.active {
  display: block;
}
html main .contact .contactTable {
  width: 65vw;
  max-width: 1100px;
  border-radius: 20px;
  background: #ffffff;
  margin: 50px auto 0;
}
html main .contact .contactTable tbody {
  display: block;
  padding: 0 150px;
}
html main .contact .contactTable tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 25px;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html main .contact .contactTable tbody tr th {
  font-size: 1.8rem;
  width: 30%;
  text-align: right;
  font-weight: 300;
}
html main .contact .contactTable tbody tr td {
  font-size: 1.4rem;
  width: 60%;
}
html main .contact .contactTable tbody tr.contact-address {
  display: grid;
  grid-template-columns: 30% 60%;
  grid-template-rows: repeat(5, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
html main .contact .contactTable tbody tr.contact-address th {
  width: 100%;
  grid-area: 1/1/6/2;
}
html main .contact .contactTable tbody tr.contact-address td {
  width: 100%;
}
html main .contact .contactTable tbody tr.contact-address td:nth-of-type(1) {
  grid-area: 1/2/2/3;
}
html main .contact .contactTable tbody tr.contact-address td:nth-of-type(2) {
  margin-top: 5px;
  grid-area: 2/2/3/3;
}
html main .contact .contactTable tbody tr.contact-address td:nth-of-type(3) {
  margin-top: 15px;
  grid-area: 3/2/4/3;
}
html main .contact .contactTable tbody tr.contact-address td:nth-of-type(4) {
  margin-top: 5px;
  grid-area: 4/2/5/3;
}
html main .contact .contactTable tbody tr.contact-address td:nth-of-type(5) {
  margin-top: 15px;
  grid-area: 5/2/6/3;
}
html main .contact .contactTable tbody tr.inquiry-type td p .wpcf7-form-control-wrap .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html main .contact .contactTable tbody tr.inquiry-type td p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
html main .contact .contactTable tbody .note {
  vertical-align: baseline;
}
html main .contact .contactTable tbody input[type=text],
html main .contact .contactTable tbody input[type=email],
html main .contact .contactTable tbody input[type=tel],
html main .contact .contactTable tbody textarea,
html main .contact .contactTable tbody select {
  width: 100%;
  padding: 10px;
  border: 1.5px solid #b3b3b3;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  font-size: 1.8rem;
  resize: vertical;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
html main .contact .contactTable tbody input:focus,
html main .contact .contactTable tbody textarea:focus,
html main .contact .contactTable tbody select:focus,
html main .contact .contactTable tbody input:focus,
html main .contact .contactTable tbody textarea:focus,
html main .contact .contactTable tbody select:focus {
  border-color: #306281;
  outline: none;
}
html main .contact span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: 1.8rem;
}
html main .contact .form-check {
  text-align: center;
}
html main .contact .form-check .wpcf7-list-item {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  font-size: 2rem;
  resize: vertical;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
html main .contact .form-check .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html main .contact .form-check .privacy-link {
  color: #f2144e;
}
html main .contact .btn-category {
  margin: 60px 0;
}
html main .contact .btn-category .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  margin: 0 auto;
  gap: 30px;
}
html main .contact .btn-category .btn-wrapper .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html main .contact .btn-category .btn-wrapper .submit .contact-btn {
  display: inline-block;
  font-size: 1.6rem;
  padding: 15px 25px;
  background-color: #F96EAA;
  color: #fff;
  border-radius: 5px 25px 25px 5px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
html main .contact .btn-category .btn-wrapper .submit .contact-btn .r-arrow {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 2px;
  margin: 5px 0 5px 15px;
  border-radius: 9999px;
  background-color: #ffffff;
}
html main .contact .btn-category .btn-wrapper .submit .contact-btn .r-arrow::before, html main .contact .btn-category .btn-wrapper .submit .contact-btn .r-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
html main .contact .btn-category .btn-wrapper .submit .contact-btn .r-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
html main .contact .btn-category .btn-wrapper .submit .contact-btn .r-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html main .contact .btn-category .btn-wrapper .submit .contact-btn .l-arrow {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 2px;
  margin: 5px 15px 5px 0;
  border-radius: 9999px;
  background-color: #ffffff;
}
html main .contact .btn-category .btn-wrapper .submit .contact-btn .l-arrow::before, html main .contact .btn-category .btn-wrapper .submit .contact-btn .l-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: 1px 50%;
          transform-origin: 1px 50%;
}
html main .contact .btn-category .btn-wrapper .submit .contact-btn .l-arrow::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html main .contact .btn-category .btn-wrapper .submit .contact-btn .l-arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
html main .contact .btn-category .btn-wrapper .submit .contact-btn.edit-btn {
  border-radius: 25px 5px 5px 25px;
}
html main .contact .btn-category .btn-wrapper .submit .contact-btn:hover {
  background-color: #b6447a;
}
html main .contact .btn-category .btn-wrapper .submit .contact-btn:disabled {
  background: #cccccc;
  cursor: not-allowed;
}
html main .contact .submit-btn .arrow {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 2px;
  margin: 5px 0 5px 15px;
  border-radius: 9999px;
  background-color: #ffffff;
}
html main .contact .submit-btn .arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
html main .contact .submit-btn .arrow::before,
html main .contact .submit-btn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
  transform-origin: calc(100% - 1px) 50%;
}
html main .contact .submit-btn .arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
html main .contact .confirmation-screen .contactTable {
  background-color: #f7f7f7;
}
html main .contact .confirmation-screen .contactTable tbody {
  padding: 75px 150px 0;
}
html main .contact .confirmation-screen .contactTable tbody tr {
  padding-bottom: 75px;
}
html main .contact .thanks {
  width: 65vw;
  max-width: 1100px;
  margin: 50px auto;
  padding: 0 120px;
  border-radius: 20px;
  background: #ffffff;
}
html main .contact .thanks h2 {
  margin-bottom: 30px;
  color: #00c2b7;
  font-size: 2.4rem;
  line-height: 2;
}
html main .contact .thanks p {
  margin-bottom: 30px;
  line-height: 1.5;
}
html main .contact .button-adjust {
  width: 100%;
  text-align: center;
}
html main .contact .button-adjust .top-button {
  display: inline-block;
  font-size: 1.6rem;
  padding: 15px 25px;
  background-color: #F96EAA;
  color: #fff;
  border-radius: 5px 25px 25px 5px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
html main .contact .button-adjust .top-button:hover {
  background-color: #b6447a;
}
html main .contact .button-adjust .top-button .arrow {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 2px;
  margin: 5px 0 5px 15px;
  border-radius: 9999px;
  background-color: #ffffff;
}
html main .contact .button-adjust .top-button .arrow::before, html main .contact .button-adjust .top-button .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
html main .contact .button-adjust .top-button .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
html main .contact .button-adjust .top-button .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) and (max-width: 1100px) {
  html ._pc {
    display: none;
  }
  html ._sp {
    display: none;
  }
  html ._tab {
    display: block;
  }
  html main {
    padding: 50px 0;
  }
  html main .contact {
    width: 100%;
    border-radius: 0;
    margin: 50px auto;
    padding: 50px 0;
    font-size: 2.5rem;
  }
  html main .contact .title {
    width: 80%;
    font-size: 3rem;
    text-align: center;
    margin: 50px auto 0;
    line-height: 2;
  }
  html main .contact .title h1 {
    font-size: 4.5rem;
  }
  html main .contact .number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 80%;
    margin: 50px auto 0;
  }
  html main .contact .number li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  html main .contact .number li span {
    padding: 25px;
    border-bottom: 0;
    border-left: 3px solid #2d445b;
  }
  html main .contact .number li span.one {
    padding: 25px;
  }
  html main .contact .number li span.two {
    padding: 25px;
  }
  html main .contact .number li span.three {
    padding: 25px;
  }
  html main .contact .number li span.active {
    border-bottom: 0;
    margin-left: -1px;
    border-left: 5px solid #2d445b;
    opacity: 1;
  }
  html main .contact .attention01 {
    width: 80%;
    margin: 50px auto 0;
    text-align: left;
    display: none;
    line-height: 1.5;
  }
  html main .contact .attention01 p {
    margin-bottom: 2rem;
  }
  html main .contact .attention02 {
    width: 80%;
    margin: 50px auto 0;
    text-align: left;
    line-height: 1.5;
  }
  html main .contact .attention02 p {
    margin-bottom: 2rem;
  }
  html main .contact .contactTable {
    width: 80%;
    max-width: 1100px;
    margin: 50px auto 0;
  }
  html main .contact .contactTable tbody {
    padding: 0;
  }
  html main .contact .contactTable tbody tr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html main .contact .contactTable tbody tr th {
    font-size: 2.25rem;
    width: 30%;
    text-align: right;
    font-weight: 300;
  }
  html main .contact .contactTable tbody tr th .must {
    display: block;
  }
  html main .contact .contactTable tbody tr td {
    font-size: 1.75rem;
    width: 60%;
  }
  html main .contact .contactTable tbody tr.contact-address {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  html main .contact .contactTable tbody tr.inquiry-type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  html main .contact .contactTable tbody tr.inquiry-type td p .wpcf7-form-control-wrap .wpcf7-form-control {
    gap: 15px;
  }
  html main .contact .contactTable tbody tr.inquiry-type td p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
  }
  html main .contact .contactTable tbody tr:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  html main .contact .form-check {
    width: 80%;
    text-align: center;
    margin: auto;
  }
  html main .contact .form-check .wpcf7-list-item {
    font-size: 2rem;
  }
  html main .contact .btn-category {
    margin: 30px 0;
  }
  html main .contact .btn-category .btn-wrapper .submit .contact-btn {
    font-size: 2rem;
  }
  html main .contact .confirmation-screen .contactTable {
    background-color: #f7f7f7;
  }
  html main .contact .confirmation-screen .contactTable tbody {
    padding: 50px 25px 0;
  }
  html main .contact .confirmation-screen .contactTable tbody tr {
    padding-bottom: 50px;
  }
  html main .contact .confirmation-screen .contactTable tbody tr th {
    width: 35%;
  }
  html main .contact .confirmation-screen .contactTable tbody tr.contact-address {
    grid-template-columns: 35% 60%;
  }
  html main .contact .confirmation-screen .contactTable tbody tr.contact-address th {
    width: 100%;
  }
  html main .contact .thanks {
    width: 80%;
    margin: 50px auto;
    padding: 0;
  }
  html main .contact .thanks h2 {
    font-size: 3rem;
    text-align: center;
  }
  html main .contact .button-adjust .top-button {
    font-size: 2rem;
  }
  html main .contact .button-adjust .top-button:hover {
    background-color: #b6447a;
  }
}
@media (max-width: 767px) {
  html ._pc {
    display: none;
  }
  html ._tab {
    display: none;
  }
  html ._sp {
    display: block;
  }
  html main {
    padding: 25px 0;
  }
  html main .contact {
    width: 100%;
    border-radius: 0;
    margin: 25px auto;
    padding: 25px 0;
    font-size: 1.75rem;
  }
  html main .contact .title {
    width: 80%;
    font-size: 2rem;
    text-align: center;
    margin: 25px auto 0;
    line-height: 2;
  }
  html main .contact .title h1 {
    font-size: 3rem;
  }
  html main .contact .number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 80%;
    margin: 25px auto 0;
  }
  html main .contact .number li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  html main .contact .number li span {
    padding: 10px;
    border-bottom: 0;
    border-left: 2px solid #2d445b;
  }
  html main .contact .number li span.one {
    padding: 10px;
  }
  html main .contact .number li span.two {
    padding: 10px;
  }
  html main .contact .number li span.three {
    padding: 10px;
  }
  html main .contact .number li span.active {
    border-bottom: 0;
    margin-left: -1px;
    border-left: 4px solid #2d445b;
    opacity: 1;
  }
  html main .contact .attention01 {
    width: 80%;
    margin: 25px auto 0;
    text-align: left;
    display: none;
    line-height: 1.5;
  }
  html main .contact .attention01 p {
    margin-bottom: 1rem;
  }
  html main .contact .attention02 {
    width: 80%;
    margin: 50px auto 0;
    text-align: left;
    line-height: 1.5;
  }
  html main .contact .attention02 p {
    margin-bottom: 2rem;
  }
  html main .contact .contactTable {
    width: 80%;
    margin: 25px auto 0;
  }
  html main .contact .contactTable tbody {
    padding: 0;
  }
  html main .contact .contactTable tbody tr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html main .contact .contactTable tbody tr th {
    text-align: left;
    width: 100%;
  }
  html main .contact .contactTable tbody tr th .must {
    display: inline;
  }
  html main .contact .contactTable tbody tr td {
    width: 100%;
  }
  html main .contact .contactTable tbody tr.contact-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html main .contact .contactTable tbody tr.contact-address th {
    padding-bottom: 15px;
  }
  html main .contact .contactTable tbody tr.inquiry-type {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  html main .contact .contactTable tbody tr.inquiry-type td p .wpcf7-form-control-wrap .wpcf7-form-control {
    gap: 15px;
  }
  html main .contact .contactTable tbody tr.inquiry-type td p .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
  }
  html main .contact .contactTable tbody tr:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  html main .contact .form-check {
    width: 80%;
    text-align: left;
    margin: auto;
  }
  html main .contact .form-check .wpcf7-list-item {
    font-size: 1.75rem;
    margin: 0;
    line-height: 1.25;
  }
  html main .contact .btn-category {
    margin: 30px 0;
  }
  html main .contact .btn-category .btn-wrapper {
    width: 80%;
  }
  html main .contact .btn-category .btn-wrapper .submit .contact-btn {
    font-size: 1.75rem;
    padding: 10px 20px;
  }
  html main .contact .btn-category .btn-wrapper .submit .contact-btn.edit-btn .l-arrow {
    display: none;
  }
  html main .contact .confirmation-screen .contactTable {
    background-color: #f7f7f7;
  }
  html main .contact .confirmation-screen .contactTable tbody {
    padding: 50px 25px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  html main .contact .confirmation-screen .contactTable tbody tr {
    padding-bottom: 25px;
  }
  html main .contact .confirmation-screen .contactTable tbody tr th {
    width: 100%;
  }
  html main .contact .confirmation-screen .contactTable tbody tr.contact-address {
    grid-template-columns: 35% 60%;
  }
  html main .contact .confirmation-screen .contactTable tbody tr.contact-address th {
    width: 100%;
  }
  html main .contact .thanks {
    width: 80%;
    margin: 25px auto;
    padding: 0;
  }
  html main .contact .thanks h2 {
    font-size: 2.25rem;
    text-align: center;
  }
  html main .contact .button-adjust .top-button {
    font-size: 1.75rem;
    padding: 10px 20px;
  }
  html main .contact .button-adjust .top-button:hover {
    background-color: #b6447a;
  }
}

.must {
  padding: 3px 8px;
  border-radius: 1px;
  color: #bf0000;
}

.confirmation-screen h2 {
  margin: 30px 0;
  text-align: center;
}

.confirm {
  display: block;
  width: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

@media (min-width: 1026px) {
  .upload .uploadTable input[type=file]:hover {
    border-color: #306281;
    background-color: #eef5f9;
  }
  .upload .uploadTable input[type=file]::-webkit-file-upload-button:hover {
    background-color: #1e4b67;
  }
  .upload .uploadTable input[type=file]::file-selector-button:hover {
    background-color: #1e4b67;
  }
  .contact-btn:disabled:hover,
  .contact-btn:disabled:hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: #cccccc;
    cursor: not-allowed;
  }
}/*# sourceMappingURL=contact.css.map */