/*=============================================
 * body
 *=============================================*/
body {
   background: #020202;
   color: #fff;
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 500;
   font-size: 16px;
   line-height: 2;
   letter-spacing: 0.04em;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   word-break: break-word;
}

@media screen and (max-width: 767px) {
   body {
      font-size: 14px;
   }
}

/*=============================================
 * <main>
 *=============================================*/
main {
   clear: both;
   width: 100%;
   box-sizing: border-box;
   position: relative;
   margin: 0;
   padding: 0;
}

/* =============================================
 * Custom
*=============================================*/
.h-17 {
   font-weight: 500;
   font-size: 14px;
   line-height: 1.5;
}

.h-18 {
   font-weight: 500;
   font-size: 15px;
   line-height: 1.5;
}

.h-19 {
   font-weight: 500;
   font-size: 17px;
   line-height: 1.5;
}

.h-20 {
   font-weight: 500;
   font-size: 18px;
   line-height: 1.5;
}

.h-22 {
   font-weight: 500;
   font-size: 20px;
   line-height: 1.5;
}

.h-24 {
   font-weight: 500;
   font-size: 22px;
   line-height: 1.5;
}

.h-26 {
   font-weight: 500;
   font-size: 24px;
   line-height: 1.5;
}

.h-28 {
   font-weight: 500;
   font-size: 24px;
   line-height: 1.5;
}

.h-30 {
   font-weight: 500;
   font-size: 25px;
   line-height: 1.5;
}

.h-32 {
   font-weight: 500;
   font-size: 26px;
   line-height: 1.5;
}

.h-36 {
   font-weight: 500;
   font-size: 30px;
   line-height: 1.5;
}

.h-40 {
   font-weight: 500;
   font-size:32px;
   line-height: 1.5;
}

.h-42 {
   font-weight: 500;
   font-size: 42px;
   line-height: 1.5;
}

@media screen and (max-width: 767px) {

   .h-17,
   .h-18,
   .h-19 {
      font-size: 16px;
   }

   .h-20,
   .h-22,
   .h-24 {
      font-size: 18px;
   }

   .h-26,
   .h-28,
   .h-30 {
      font-size: 20px;
   }

   .h-32,
   .h-36 {
      font-size: 22px;
   }
}

/* button */
.button {
   position: relative;
}

.button a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   box-sizing: border-box;
   position: relative;
}

@media screen and (max-width: 767px) {
   .button {
      text-align: center;
   }
}

/* -- -- */
.txt-udl {
   text-decoration: underline;
}

a.txt-udl:hover {
   text-decoration: none;
}

.txt-c {
   text-align: center;
}

.txt-j {
   text-align: justify;
}

.txt-r {
   text-align: right;
}

.cl-blue {
   color: #1471CA;
}

.cl-green {
   color: #0F6CA7;
}

.cl-red {
   color: #BD3A43;
}

.cl-yellow {
   color: #A77930;
}

.cl-black {
   color: #4B4B4B;
}

.cl-white {
   color: #fff;
}

.cl-orange {
   color: #DD6B20;
}

.cl-pink {
   color: #BF7A77;
}

.udl01 {
   background-image: linear-gradient(#ECE484, #ECE484);
   background-size: 100% 7px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.udl02 {
   background-image: linear-gradient(#002A7D, #002A7D);
   background-size: 100% 17px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.fw-400 {
   font-weight: 400;
}

.fw-500 {
   font-weight: 500;
}

.fw-700 {
   font-weight: 700;
}

.fw-900 {
   font-weight: 900;
}

.bdra-10 {
   border-radius: 10px;
}

.bdra-20 {
   border-radius: 20px;
}

.bdra-30 {
   border-radius: 30px;
}

.img_shadow {
   box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.img-obj {
   width: 100%;
   max-width: inherit;
   height: 100%;
   object-fit: cover;
}

@media screen and (max-width: 767px) {
   .bdra-20 {
      border-radius: 10px;
   }

   .bdra-30 {
      border-radius: 15px;
   }
}

/* -- --*/
.w600 {
   max-width: 600px;
   margin: 0 auto;
}

.w800 {
   max-width: 800px;
   margin: 0 auto;
}

.w900 {
   max-width: 900px;
   margin: 0 auto;
}

.w1000 {
   max-width: 1000px;
   margin: 0 auto;
}

/* -- --*/
.section-space {
   padding: 120px 0;
}

.pt10 {
   padding-top: 10px;
}

.pt20 {
   padding-top: 20px;
}

.pt30 {
   padding-top: 30px;
}

.pt40 {
   padding-top: 40px;
}

.pt50 {
   padding-top: 50px;
}

.pt60 {
   padding-top: 60px;
}

.pt80 {
   padding-top: 80px;
}

.pt120 {
   padding-top: 120px;
}

.pb80 {
   padding-bottom: 80px;
}

.pb100 {
   padding-bottom: 100px;
}

.pb120 {
   padding-bottom: 120px;
}

.pb200 {
   padding-bottom: 200px;
}

.mt20 {
   margin-top: 20px;
}

.mt30 {
   margin-top: 30px;
}

.mt40 {
   margin-top: 30px;
}

.mt50 {
   margin-top: 50px;
}

@media screen and (max-width: 767px) {
   .section-space {
      padding: 50px 0;
   }

   .pt30,
   .pt40 {
      padding-top: 20px;
   }

   .pt50,
   .pt60 {
      padding-top: 30px;
   }

   .pt80 {
      padding-top: 40px;
   }

   .pt120 {
      padding-top: 50px;
   }

   .pb80 {
      padding-bottom: 40px;
   }

   .pb100 {
      padding-bottom: 50px;
   }

   .pb120 {
      padding-bottom: 50px;
   }

   .pb200 {
      padding-bottom: 100px;
   }

   .mt30 {
      margin-top: 20px;
   }
}

/* -- --*/
.bg-cl01 {
   background-color: #1063C5;
}

.bg-cl02 {
   background-color: #ECF6FC;
}

.bg-cl03 {
   background-color: #CFE3FF;
}

/* -- -- */
.img-zoom,
.img-zoom figure {
   display: block;
   overflow: hidden;
}

.img-zoom .img,
.img-zoom .img-obj {
   transition: 0.6s ease-in-out;
}

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
   transform: scale(1.07);
}

/* -- --*/
.photo-full img {
   width: 100%;
   max-width: inherit;
}

/* -- --*/
hr {
   border: 0;
   border-bottom: 1px solid #ccc;
}

/* -- --*/
.swiper-button-prev,
.swiper-button-next {
   width: 60px;
   height: 60px;
   position: static;
   margin-top: 0;
   transition: all 0.3s;
   filter: drop-shadow(0 -1px 7px rgba(0, 0, 0, 0.1));
}

.swiper-button-prev svg,
.swiper-button-next svg {
   display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
   opacity: 0.7;
}

.swiper-button-prev {
   background: url("../img/common/slider-prev.png") no-repeat center top/cover;
}

.swiper-button-next {
   background: url("../img/common/slider-next.png") no-repeat center top/cover;
}

.swiper-pagination {
   display: flex;
   gap: 10px;
}

.swiper-pagination-bullet {
   width: 12px;
   height: 12px;
   background-color: #C7C7C7;
   border: 0;
   margin: 0;
   padding: 0;
   opacity: 1;
   box-sizing: border-box;
   transition: all 0.3s;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
   background-color: #1549AC;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next {
   margin-top: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
   width: auto;
   position: static;
}

.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
   width: 100%;
   height: 4px;
   background-color: #D9D9D9;
   border-radius: 0;
   position: relative;
   top: auto;
   right: auto;
   bottom: auto;
   left: auto;
}

.swiper-scrollbar-drag,
.swiper-scrollbar.swiper-scrollbar-horizontal-drag {
   background-color: #008570;
   border-radius: 0;
}

.slick-arrow {
   display: block;
   width: 18px;
   height: 36px;
   background-image: url("../img/common/slider-arrow_on.webp");
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% auto;
   background-color: transparent;
   font-size: 0;
   border: 0;
   cursor: pointer;
   transition: all 0.3s;
}

.slick-arrow.slick-disabled {
   background-image: url("../img/common/slider-arrow.webp");
   pointer-events: none;
}

.slick-arrow:hover {
   opacity: 0.5;
}

.slick-next {
   transform: rotate(180deg);
}

.slick-dots {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 12px;
}

.slick-dots li {
   width: 12px;
   height: 12px;
}

.slick-dots button {
   display: block;
   width: 100%;
   height: 100%;
   background: #C7C7C7;
   border: 0;
   font-size: 0;
   cursor: pointer;
   transition: all 0.3s;
   border-radius: 50%;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
   background-color: #1549AC;
}

.slider-nav {
   display: flex;
   align-items: center;
   gap: 15px;
}

.slider-nav .slick-dots {
   order: 1;
}

.slider-nav .slick-prev {
   order: 2;
   margin-left: 35px;
}

.slider-nav .slick-next {
   order: 3;
}

/* -- -- */
.tb-style {
   line-height: 25px;
}

.tb-style dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
   border-bottom: 2px solid #E8E8E8;
   padding-bottom: 30px;
}

.tb-style dl+dl {
   padding-top: 30px;
}

.tb-style dl dt,
.tb-style dl dd {
   display: table-cell;
   vertical-align: top;
   text-align: left;
   box-sizing: border-box;
}

.tb-style dl dt {
   width: 300px;
   font-weight: 700;
}

@media screen and (max-width: 1023px) {
   .tb-style dl dt {
      width: 250px;
   }
}

@media screen and (max-width: 767px) {
   .tb-style dl {
      display: block;
   }

   .tb-style dl dt,
   .tb-style dl dd {
      display: block;
      width: 100%;
   }

   .tb-style dl dt {
      width: auto;
   }

   .tb-style dl dd {
      padding-top: 10px;
   }
}

/* -- -- */
.box-qa .item:not(:last-child) {
   padding-bottom: 100px;
}

.box-qa .txt-q {
   line-height: 40px;
   position: relative;
   pointer-events: none;
   padding-left: 48px;
}

.box-qa .txt-q:before {
   content: '';
   width: 40px;
   height: 40px;
   background: url("../img/common/icon-q.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 0;
}

.box-qa .txt-a {
   padding-top: 24px;
}

@media screen and (max-width: 767px) {
   .box-qa .item:not(:last-child) {
      padding-bottom: 30px;
   }

   .box-qa .txt-q {
      font-size: 20px;
      line-height: 30px;
   }

   .box-qa .txt-a {
      padding-top: 16px;
   }
}

/* -- -- */
.ovh {
   overflow: hidden;
}

/*=============================================
 * <header>
 *=============================================*/
header {
   width: 100%;
   box-sizing: border-box;
   transition: all 0.3s;
   position: fixed;
   top: 0;
   left: 0;
   color: #fff;
   z-index: 100;
   padding: 30px 75px;
}

header .wrap {
   display: flex;
   align-items: center;
   gap: 30px;
   max-width: 100%;
}

header .logo {
   flex: 1 0 0;
}

header .logo a {
   display: block;
   max-width: 113px;
}

header.fixed {
   background-color: #020202;
}

body.home header .logo {
   opacity: 0;
   transition: all 0.3s;
}

body.home header.fixed .logo {
   opacity: 1;
}

#navbar .nav-list {
   display: flex;
   gap: 30px;
   font-weight: 400;
   font-size: 16px;
   letter-spacing: 0.1em;
}

#navbar .nav-list a {
   display: block;
   border-bottom: 1px solid;
}

#navbar .nav-list a:not(:hover, .current) {
   border-bottom-color: transparent;
}

.hamburger {
   display: none;
}

@media screen and (max-width: 1200px) {
   header {
      padding: 30px;
   }
}

@media screen and (max-width: 1023px) {
   body:not(.home) header {
      background-color: #020202;
      position: sticky;
   }

   header {
      padding: 0 20px;
   }

   header .wrap {
      height: 70px;
      padding: 0;
   }

   header .logo a {
      max-width: 80px;
   }

   .hamburger {
      display: block;
   }

   #navbar {
      display: grid;
      background: #020202;
      color: #fff;
      height: 100vh;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      box-sizing: border-box;
      overflow-y: auto;
      transition: all 0.3s linear;
      opacity: 0;
      visibility: hidden;
      padding: 90px 0px;
      z-index: -1;
   }

   #navbar .nav-wrap {
      justify-content: center;
      flex-wrap: wrap;
      gap: 50px 0;
      margin: auto;
   }

   #navbar .nav-list {
      flex-direction: column;
      gap: 30px;
      width: 100%;
      font-size: 18px;
      padding-right: 0;
   }

   .navOpen #navbar {
      opacity: 1;
      visibility: visible;
      transform: translateX(0%);
   }
}

@media screen and (min-width: 1024px) {
   #navbar {
      height: auto !important;
   }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
   background: #fff;
   color: #333;
   padding: 125px 0 75px;
}

footer .logo {
   width: 131px;
   margin: 0 auto;
}

footer nav {
   display: flex;
   justify-content: center;
   gap: 30px;
   font-weight: 400;
   letter-spacing: 0.1em;
   padding-top: 80px;
}

footer nav.h-18 {
   font-weight: 400;
}

footer address {
   font-weight: 400;
   font-size: 12px;
   line-height: 20px;
   letter-spacing: 0.06em;
   color: #888;
   padding-top: 80px;
}

@media screen and (max-width: 767px) {
   footer {
      padding: 50px 0;
   }

   footer .logo {
      width: 100px;
   }

   footer nav {
      flex-direction: column;
      align-items: center;
      gap: 15px;
      padding-top: 30px;
   }

   footer address {
      padding-top: 30px;
   }
}

/*=============================================
 * 
 *=============================================*/
.ft-fixed {
   width: 27%;
   max-width: 500px;
   position: fixed;
   bottom: 0px;
   right: 0;
   z-index: 90;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
}

.ft-fixed.fixed {
   opacity: 1;
   visibility: visible;
}

.ft-fixed.stop {
   opacity: 0;
   visibility: hidden;
}

@media screen and (max-width: 1023px) {
   .ft-fixed {
      width: 50%;
   }
}

@media screen and (max-width: 767px) {
   .ft-fixed {
      width: 70%;
   }
}

/*=============================================
 * footer common 
 *=============================================*/
.cta {
   border-top: 1px solid #707070;
   border-bottom: 1px solid #707070;
   padding: 40px 0;
}

.cta .wrap {
   display: flex;
   justify-content: space-between;
   gap: 20px;
}

.cta dl {
   width: 340px;
   padding-bottom: 10px;
}

.cta dl dt {
   font-weight: 700;
   padding-bottom: 10px;
}

.cta dl .button a {
   width: 100%;
   height: 54px;
   background-color: rgba(18, 39, 74, 0.3);
   border: 1px solid;
   font-weight: 600;
   font-size: 22px;
}

.cta .tel dd a {
   display: block;
   font-weight: 500;
   font-size: 40px;
   line-height: 48px;
}

.cta .tel dd a small {
   font-size: 30px;
}

.cta .tel dd span {
   display: block;
   font-weight: 700;
}

.cta hr {
   height: auto;
   border-left: 1px solid #707070;
}

@media screen and (max-width: 767px) {
   .cta .wrap {
      flex-direction: column;
   }

   .cta dl {
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box;
      text-align: center;
   }

   .cta dl .button a {
      height: 14vw;
      font-size: 18px;
   }

   .cta .tel dd a {
      font-size: 36px;
      line-height: 40px;
   }

   .cta .tel dd a small {
      font-size: 24px;
   }

   .cta hr {
      width: 100%;
      border-top: 1px solid #707070;
      border-left: 0;
   }
}

/* -- --*/
.about-luxt {
   background: url("../img/common/cta-photo.webp") no-repeat center right/auto 100%;
   margin-bottom: 100px;
   padding: 4.6vw 0;
}

.about-luxt .wrap {
   padding-left: 50px;
}

.about-luxt .logo {
   width: 441px;
}

.about-luxt h2 {
   font-weight: 500;
   font-size: 18px;
   line-height: 26px;
   color: #191919;
   padding-top: 25px;
}

.about-luxt h2 span {
   display: block;
   font-weight: 700;
   font-size: 50px;
   letter-spacing: 0.02em;
   line-height: 50px;
}

.about-luxt .button {
   font-weight: 700;
   font-size: 15px;
   padding-top: 50px;
}

.about-luxt .button li:not(:last-child) {
   padding-bottom: 25px;
}

.about-luxt .button a {
   justify-content: flex-start;
   width: 251px;
   height: 55px;
   background-color: #fff;
   border: 1px solid;
   padding: 0 25px;
   position: relative;
}

.about-luxt .button a:after {
   content: '';
   width: 53px;
   height: 10px;
   position: absolute;
   top: 50%;
   right: 25px;
   transform: translate(0, -50%);
   transition: all 0.3s;
}

.about-luxt .button a.red {
   border-color: #C91417;
}

.about-luxt .button a.red:after {
   background: url("../img/common/cta-arrow-1.png") no-repeat center top/cover;
}

.about-luxt .button a.blue {
   border-color: #08274D;
}

.about-luxt .button a.blue:after {
   background: url("../img/common/cta-arrow-2.png") no-repeat center top/cover;
}

.about-luxt .button a:hover:after {
   transform: translate(5px, -50%);
}

@media screen and (max-width: 1440px) {
   .about-luxt .wrap {
      padding-left: 0;
   }
}

@media screen and (max-width: 1023px) {
   .about-luxt {
      background-position: top right;
      background-size: 120% auto;
      padding: 75vw 0 0;
   }
}

@media screen and (max-width: 767px) {
   .about-luxt {
      margin-bottom: 50px;
   }

   .about-luxt .wrap {
      text-align: center;
      padding-top: 20px;
      padding-left: 20px;
   }

   .about-luxt .logo {
      width: 200px;
      margin: 0 auto;
   }

   .about-luxt h2 {
      font-size: 16px;
      padding-top: 20px;
   }

   .about-luxt h2 span {
      font-size: 32px;
   }

   .about-luxt .button {
      padding-top: 30px;
   }
}

/* -- --*/
.official {
   border-top: 1px solid #707070;
   border-bottom: 1px solid #707070;
   margin-bottom: 100px;
   padding: 40px 0;
   line-height: 30px;
}

.official .wrap {
   display: flex;
   justify-content: center;
   gap: 0 60px;
}

.official hr {
   height: auto;
   border: 0;
   border-left: 1px solid #707070;
}

.official a {
   display: flex;
   align-items: center;
   gap: 10px;
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
   position: relative;
}

.official a:after {
   content: '';
   display: block;
}

.official a:after {
   content: '';
   width: 14px;
   height: 14px;
   background: url("../img/common/icon-extend.png") no-repeat center top/cover;
}

.official a span {
   font-weight: 700;
   font-size: 18px;
}

.official .insta a:before {
   content: '';
   width: 26px;
   height: 26px;
   background: url("../img/common/icon-insta.webp") no-repeat center top/cover;
   display: block;
}

.official .note img {
   max-width: 82px;
}

@media screen and (max-width: 1023px) {
   .official .wrap {
      gap: 20px;
   }
}

@media screen and (max-width: 767px) {
   .official {
      margin-bottom: 50px;
   }

   .official .wrap {
      flex-direction: column;
      align-items: center;
   }

   .official hr {
      width: 100%;
      border-top: 1px solid #707070;
      border-left: 0;
   }
}

/*=============================================
 * KV
 *=============================================*/
#kv {
   display: flex;
   align-items: center;
   width: 100%;
   height: 450px;
   position: relative;
   background-color: #282828;
   text-align: center;
}

#kv:has(img) {
   height: 39vw;
}

#kv:has(img) img {
   position: absolute;
   top: 0;
   left: 0;
}

.kv-title {
   padding-top: 75px;
}


.kv-title .h-36 {
   font-weight: 400;
   letter-spacing: 0.3em;
   text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
   .kv-title {
      padding-top: 0;
   }
}

@media screen and (max-width: 767px) {
   #kv {
      height: 200px;
   }

   #kv:has(img) {
      height: 56.25vw;
   }
}

/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
   font-size: 12px;
   line-height: 18px;
   box-sizing: border-box;
   margin-bottom: 80px;
   padding: 20px 0px;
   text-transform: uppercase;
}

.breadcrumbs .wrap {
   background-color: #E8E8E8;
   overflow-x: auto;
   padding: 6px 10px;
}

.breadcrumbs ul {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
   width: max-content;
}

.breadcrumbs ul li {
   display: flex;
   align-items: center;
   gap: 5px;
   position: relative;
}

.breadcrumbs ul li+li:before {
   content: '/';
}

.breadcrumbs a {
   display: block;
}

.breadcrumbs a:hover {
   text-decoration: underline;
}

.breadcrumbs span {
   word-break: break-all;
}

@media screen and (max-width: 767px) {
   .breadcrumbs {
      margin-bottom: 40px;
      padding: 10px;
   }
}

/* =============================================
 * 404
 *=============================================*/
.error404 .breadcrumbs {
   display: none;
}

#content-404 {
   padding: 100px 0;
}

#content-404 .txt {
   padding-top: 30px;
}

#content-404 .button {
   text-align: center;
   padding-top: 40px;
}

#content-404 .button a {
   width: 100%;
   height: 87px;
   background-color: #12274A;
   color: #fff;
   font-weight: 500;
}

#content-404 .button a:before {
   content: '';
   border: 1px solid #fff;
   position: absolute;
   top: 10px;
   right: 10px;
   bottom: 10px;
   left: 10px;
}

#content-404 .button a:hover {
   background-color: #000;
   opacity: 1;
}

@media screen and (max-width: 767px) {
   #content-404 {
      padding: 50px 0;
   }

   #content-404 .wrap {
      text-align: justify;
   }

   #content-404 .txt {
      font-size: 14px;
      letter-spacing: 0;
      padding-top: 20px;
   }

   #content-404 .button {
      padding-top: 30px;
   }
}

/* =============================================
 * wpcf7
 *=============================================*/
.wpcf7 {
   position: relative;
}

.wpcf7-form-control-wrap {
   display: block;
}

.wpcf7 .select {
   display: flex;
   align-items: flex-start;
   width: 100%;
   position: relative;
}

.wpcf7 .select .wpcf7-form-control-wrap {
   flex: 1;
   position: relative;
}

.wpcf7 .select .wpcf7-form-control-wrap::after {
   content: '';
   width: 15px;
   height: 8px;
   background: url("") no-repeat center top/cover;
   position: absolute;
   top: 20px;
   right: 20px;
}

.wpcf7 .select select {
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   box-shadow: none;
   background-color: #fff;
   border: 2px solid #769CBF;
   border-radius: 2px;
   line-height: 30px;
   padding: 2px 50px 2px 15px;
   cursor: pointer;
}

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

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
   display: block;
   width: 100%;
   background-color: #fff;
   border: 1px solid #191919;
   border-radius: 3px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 4px 15px;
   font-weight: 700;
   font-size: 14px;
   line-height: 30px;
}

.wpcf7 textarea {
   height: 250px;
   resize: vertical;
   padding: 15px;
}

.wpcf7 input[type="date"] {
   padding-right: 40px;
}

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
   width: 100%;
   height: 100%;
   cursor: pointer;
   background-image: url("");
   background-position: top 13px right 20px;
   background-size: 17px auto;
   position: absolute;
   top: 0;
   left: 0;
}

.wpcf7 ::-webkit-input-placeholder {
   color: #C4C4C4;
   font-weight: 500;
}

.wpcf7 ::-moz-placeholder {
   color: #C4C4C4;
   font-weight: 500;
}

.wpcf7 :-ms-input-placeholder {
   color: #C4C4C4;
   font-weight: 500;
}

.wpcf7 :-moz-placeholder {
   color: #C4C4C4;
   font-weight: 500;
}

.wpcf7-checkbox,
.wpcf7-radio {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 15px 30px;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
   display: block;
   margin-left: 0;
   cursor: pointer;
}

.wpcf7-checkbox input,
.wpcf7-radio input {
   display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
   display: grid;
   grid-template-columns: 16px 1fr;
   align-items: center;
   gap: 10px;
   cursor: pointer;
   position: relative;
}

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after {
   content: '';
   box-sizing: border-box;
}

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before {
   background-color: #fff;
   box-sizing: border-box;
   position: relative;
   border: 1px solid #191919;
   width: 16px;
   height: 16px;
   border-radius: 3px;
}

.wpcf7-radio .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:after {
   display: none;
   width: 8px;
   height: 8px;
   background-color: #C30D23;
   position: absolute;
   top: 8px;
   left: 4px;
}

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
   border-radius: 50%;
}

.wpcf7-checkbox input:checked+.wpcf7-list-item-label:after,
.wpcf7-radio input:checked+.wpcf7-list-item-label:after {
   display: block;
}

.wpcf7 .wpcf7-not-valid-tip {
   font-size: 12px;
   color: #E50012;
}

.wpcf7 .result-txt {
   display: block;
   word-break: break-all;
   white-space: pre-wrap;
}

@media screen and (max-width: 767px) {
   .wpcf7 .select {
      width: 100%;
   }

   .wpcf7-checkbox,
   .wpcf7-radio {
      flex-direction: column;
      align-items: flex-start;
      flex-wrap: nowrap;
      gap: 10px;
   }
}

.disable {
   pointer-events: none;
}

.ctas{
	text-align:center;
	margin:60px auto 0 auto;
}

.ctas a{
	width:220px;
	background:#333;
	color:#fff;
	padding:12px 20px 15px 20px;
	text-align:center;
	display:inline-block;
	font-size:16px;
}


@media screen and (max-width: 767px) {
	.ctas a{
		width:220px;
		padding:10px 20px 13px 20px;
		font-size:14px;
	}
}