@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: #EDF2E9;
   color: #333;
   font-family: "Zen Kaku Gothic Antique", sans-serif;
   font-weight: 500;
   font-size: 18px;
   line-height: 26px;
   letter-spacing: 0;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   word-break: break-word;
}

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

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

/* =============================================
 * Custom
*=============================================*/
.h2 {
   font-weight: 700;
   font-size: 22px;
   letter-spacing: 0.05em;
   line-height: 32px;
   text-align: center;
}

.h2 .sub {
   display: block;
   color: #006030;
   font-family: "Shojumaru", system-ui;
   font-weight: 400;
   font-size: 70px;
   line-height: 93px;
   padding-top: 6px;
}

.h2.cl-white .sub {
   color: #fff;
}

.h2_01 {
   font-weight: 700;
   font-size: 46px;
   letter-spacing: 0.05em;
   line-height: 66px;
   text-align: center;
}

.h2_01:after {
   content: '';
   display: block;
   width: 40px;
   height: 0;
   border-top: 3px solid #D2711D;
   margin: 20px auto 0;
}

.h2_01 .sub {
   display: block;
   color: #006030;
   font-weight: 400;
   font-size: 22px;
   line-height: 32px;
   padding-bottom: 6px;
}

.h-18 {
   font-weight: 700;
   font-size: 18px;
   line-height: 26px;
}

.h-20 {
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
}

.h-22 {
   font-weight: 700;
   font-size: 22px;
   line-height: 32px;
}

.h-24 {
   font-weight: 700;
   font-size: 24px;
   line-height: 35px;
}

.h-26 {
   font-weight: 700;
   font-size: 26px;
   line-height: 36px;
}

.h-28 {
   font-weight: 700;
   font-size: 28px;
   line-height: 40px;
}

.h-30 {
   font-weight: 700;
   font-size: 30px;
   line-height: 44px;
}

.h-32 {
   font-weight: 700;
   font-size: 32px;
   line-height: 46px;
}

.h-36 {
   font-weight: 700;
   font-size: 36px;
   line-height: 52px;
}

.h-40 {
   font-weight: 700;
   font-size: 40px;
   line-height: 60px;
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 14px;
      line-height: 20px;
   }

   .h2 .sub {
      font-size: 42px;
      line-height: 55px;
   }

   .h2_01 {
      font-size: 30px;
      line-height: 40px;
   }

   .h2_01 .sub {
      font-size: 14px;
      line-height: 20px;
   }

   .h-18,
   .h-20 {
      font-size: 16px;
      line-height: 24px;
   }

   .h-22,
   .h-24,
   .h-26 {
      font-size: 18px;
      line-height: 26px;
   }

   .h-28,
   .h-30,
   .h-32 {
      font-size: 20px;
      line-height: 30px;
   }

   .h-36 {
      font-size: 22px;
      line-height: 35px;
   }

   .h-40 {
      font-size: 24px;
      line-height: 35px;
   }
}

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

.button a {
   display: inline-flex;
   align-items: center;
   justify-content: flex-start;
   width: 280px;
   height: 60px;
   background: #F9CC1A;
   color: #333;
   font-weight: 700;
   font-size: 17px;
   letter-spacing: 0em;
   line-height: 25px;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
   border-radius: 50px;
   padding: 0 30px;
}

.button a:after {
   content: '';
   background: url("../img/common/btn-arrow.png") no-repeat center top/cover;
   width: 28px;
   height: 28px;
   position: absolute;
   top: 50%;
   right: 20px;
   transition: all 0.3s;
   transform: translate(0px, -50%);
}

.button a:hover {
   opacity: 1;
}

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

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

   .button a {
      width: 240px;
      height: 50px;
   }

   .button a:after {
      width: 24px;
      height: 24px;
   }
}

/* -- -- */
.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: #71C2F8;
}

.cl-green {
   color: #006030;
}

.cl-red {
   color: #BD3A43;
}

.cl-yellow {
   color: #FFB357;
}

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

.cl-white {
   color: #fff;
}

.cl-orange {
   color: #D2711D;
}

.cl-pink {
   color: #FF8888;
}

.udl01 {
   background-image: linear-gradient(#AE0615, #AE0615);
   background-size: 100% 17px;
   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: 100px 0;
}

.pt80 {
   padding-top: 80px;
}

.pt120 {
   padding-top: 120px;
}

.pb80 {
   padding-bottom: 80px;
}

.pb100 {
   padding-bottom: 100px;
}

.pb120 {
   padding-bottom: 120px;
}

.pb200 {
   padding-bottom: 200px;
}

@media screen and (max-width: 1080px) {
   .section-space {
      padding-right: 0;
      padding-left: 0;
   }
}

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

   .pt80 {
      padding-top: 40px;
   }

   .pt120 {
      padding-top: 60px;
   }

   .pb80 {
      padding-bottom: 40px;
   }

   .pb100 {
      padding-bottom: 50px;
   }

   .pb120 {
      padding-bottom: 60px;
   }

   .pb200 {
      padding-bottom: 100px;
   }
}

/* -- --*/
.bg-cl01 {
   background-color: #77D1A0;
}

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

/* -- -- */
.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 #fff;
}

/* -- --*/
.slick-dots {
   display: flex;
   justify-content: center;
   gap: 15px;
}

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

.slick-dots button {
   display: block;
   width: 100%;
   height: 100%;
   background-color: #C0C0C0;
   border-radius: 50%;
   border: 0;
   font-size: 0;
   cursor: pointer;
}

.slick-dots button:hover {
   background-color: #FF7C7A;
}

.slick-dots .slick-active button {
   background-color: #FF7C7A;
}

/* -- --*/
.swiper-button-prev,
.swiper-button-next {
   width: 46px;
   height: 46px;
   position: static;
   margin-top: 0;
   transition: all 0.3s;
}

.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: 14px;
   height: 14px;
   background-color: #fff;
   border: 2px solid #D2711D;
   margin: 0;
   padding: 0;
   opacity: 1;
   box-sizing: border-box;
   transition: all 0.3s;
}

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

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

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

/*=============================================
 * <header>
 *=============================================*/
header {
   width: 100%;
   padding: 0;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 100;
   box-sizing: border-box;
   transition: all 0.3s;
   font-weight: 700;
   font-size: 16px;
   line-height: 24px;
   color: #fff;
}

header:before {
   content: '';
   width: 100%;
   height: 90px;
   background-color: #fff;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   transition: all 0.3s;
}

header .wrap {
   display: flex;
   align-items: flex-start;
   max-width: 100%;
}

header .logo {
   flex: 1 0 0;
}

header .logo a {
   display: grid;
   max-width: 220px;
   padding: 40px 60px;
}

header .logo a picture {
   grid-area: 1/1;
   transition: all 0.3s;
}

header .logo a picture:nth-child(2) {
   opacity: 0;
}

.navbar {
   display: flex;
   align-items: center;
   gap: 35px;
}

.navbar .nav-list {
   display: flex;
   align-items: center;
   gap: 30px;
}

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

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

.navbar .nav-btn a {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 176px;
   height: 100px;
   background-color: #068B49;
   color: #fff;
   border-bottom-left-radius: 20px;
   font-size: 15px;
   letter-spacing: 0.1em;
   text-align: center;
}

.navbar .nav-btn a span {
   font-weight: 400;
   font-size: 17px;
}

header.fixed {
   color: #333;
}

header.fixed:before {
   opacity: 1;
}

header.fixed .logo a {
   background-color: #fff;
   max-width: 170px;
   padding: 25px 55px;
   border-bottom-right-radius: 30px;
}

header.fixed .logo a picture:nth-child(1) {
   opacity: 0;
}

header.fixed .logo a picture:nth-child(2) {
   opacity: 1;
}

@media screen and (max-width: 1200px) {
   header .logo a {
      padding: 40px;
   }

   .navbar {
      gap: 20px;
   }

   .navbar .nav-list {
      gap: 20px;
   }

   header.fixed .logo a {
      padding: 25px 35px;
   }
}

@media screen and (max-width: 1023px) {
   header {
      position: sticky;
   }

   header:before {
      height: 70px;
      opacity: 1;
   }

   header .wrap {
      justify-content: flex-end;
      padding: 0;
   }

   header .logo {
      position: absolute;
      top: 0;
      left: 0;
   }

   header .logo a {
      background-color: #fff;
      max-width: 170px;
      padding: 20px 30px;
      border-bottom-right-radius: 30px;
   }

   header .logo a picture:nth-child(1) {
      opacity: 0;
   }

   header .logo a picture:nth-child(2) {
      opacity: 1;
   }

   header.fixed .logo a {
      padding: 20px 30px;
   }

   .hamburger {
      display: block;
   }

   .navbar {
      flex-direction: column;
      justify-content: center;
      background: #fff;
      color: #333;
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      overflow-y: auto;
      padding: 120px 20px 50px;
      transition: all 0.3s linear;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
   }

   .navbar .nav-list {
      flex-direction: column;
      gap: 30px;
   }

   .navbar .nav-btn a {
      border-bottom-left-radius: 0;
      margin: 0 auto;
   }

   .navOpen .navbar {
      opacity: 1;
      visibility: visible;
   }
}

@media screen and (max-width: 767px) {
   header .logo a {
      max-width: 120px;
   }

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

@media screen and (max-width: 1023px) and (max-height: 700px) {
   .navbar {
      justify-content: flex-start;
   }
}

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

/*=============================================
 * <section>
 *=============================================*/
section:after {
   content: '';
   width: 100%;
   height: 200px;
   background: linear-gradient(to bottom, rgba(51, 51, 51, 0.27), transparent);
   position: absolute;
   top: 0;
   left: 0;
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
   background-color: #013A1E;
   margin-top: 8.3%;
   padding: 100px 0 10px;
   font-size: 16px;
   line-height: 24px;
   color: #fff;
}

footer:before {
   content: '';
   width: 100%;
   padding-top: 8.3%;
   background: url("../img/common/footer-bg.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 100%;
   left: 0;
}

footer .wrap {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   flex-wrap: wrap;
}

footer .logo {
   width: 220px;
}

footer .txt {
   padding-top: 20px;
}

footer nav {
   display: grid;
   grid-template-columns: repeat(3, auto);
   gap: 20px 50px;
   font-weight: 700;
   font-size: 15px;
   line-height: 21px;
}

footer nav a {
   display: inline-block;
   background: url("../img/common/icon-arrow-circle-right.png") no-repeat center left/12px auto;
   padding-left: 18px;
}

footer address {
   width: 100%;
   padding-top: 160px;
}

@media screen and (max-width: 1023px) {
   footer nav {
      gap: 20px;
   }
}

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

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

   footer .logo {
      margin: 0 auto;
   }

   footer nav {
      grid-template-columns: repeat(2, auto);
      padding-top: 50px;
   }

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

/*=============================================
 * 
 *=============================================*/
.ft-fixed {
   width: 172px;
   position: fixed;
   bottom: 46px;
   right: 30px;
   z-index: 10;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
}

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

@media screen and (max-width: 767px) {
   .ft-fixed {
      width: 120px;
      right: 10px;
      bottom: 60px;
   }
}

/*=============================================
 * footer common 
 *=============================================*/
#reserve {
   position: relative;
   padding-top: 287px;
}

#reserve:before {
   content: '';
   width: 100%;
   background: url("../img/common/cta-bg.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   bottom: 90px;
   left: 0;
}

#reserve .box {
   display: flex;
   align-items: center;
   justify-content: space-between;
   color: #fff;
}

#reserve .box h2 {
   text-align: left;
}

#reserve .box h2 span {
   color: #fff;
}

#reserve .box h3 {
   padding-top: 22px;
}

#reserve .box dd {
   width: 320px;
}

#reserve .bnr {
   display: flex;
   justify-content: center;
   gap: 40px;
   padding-top: 52px;
}

#reserve .bnr a {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 480px;
   height: 180px;
   background-color: #F9CC1A;
   border: 4px solid #fff;
   box-sizing: border-box;
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
   border-radius: 60px 10px 50px 10px;
}

#reserve .bnr a span {
   display: block;
   font-weight: 400;
   font-size: 34px;
   line-height: 45px;
   padding-top: 6px;
}

@media screen and (max-width: 1023px) {
   #reserve .box dd {
      width: 250px;
   }

   #reserve .bnr a {
      width: 320px;
   }
}

@media screen and (max-width: 767px) {
   #reserve {
      padding-top: 55vw;
   }

   #reserve:before {
      background-size: 170% auto;
      bottom: 0;
   }

   #reserve .box {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 30px;
      color: #333;
      padding-top: 50px;
   }

   #reserve .box h2 {
      text-align: center;
   }

   #reserve .box h2 span {
      color: inherit;
   }

   #reserve .box h3 {
      padding-top: 15px;
   }

   #reserve .box dd {
      width: 200px;
   }

   #reserve .bnr {
      flex-direction: column;
      gap: 20px;
      padding-top: 40px;
   }

   #reserve .bnr a {
      width: 100%;
      max-width: 480px;
      height: 140px;
   }

   #reserve .bnr a span {
      font-size: 32px;
   }
}

/* -- -- */
#access {
   padding: 60px 0 80px;
}

#access .gmap {
   height: 600px;
   border: 8px solid #fff;
   border-radius: 30px;
   margin-top: 30px;
   overflow: hidden;
   box-sizing: border-box;
}

#access .gmap iframe {
   display: block;
   width: 100%;
   height: 100%;
}

#access .txt-info {
   background-color: #fff;
   border-radius: 40px;
   margin-top: 50px;
   padding: 50px 100px;
   font-weight: 700;
}

#access .txt-info dl {
   border-bottom: 1px solid #729E88;
   padding: 0 20px 15px;
}

#access .txt-info dl+dl {
   padding-top: 15px;
}

#access .txt-info dl dt {
   color: #729E88;
}

#access .txt-info dl dd {
   padding-top: 5px;
}

#access .nearby {
   padding-top: 80px;
}

#access .nearby h3 {
   font-weight: 700;
   font-size: 46px;
   line-height: 66px;
   letter-spacing: 0.05em;
}

#access .nearby h3:after {
   content: '';
   width: 40px;
   height: 0;
   border-top: 3px solid #D2711D;
   display: block;
   margin: 20px auto 0;
}

#access .nearby h3 span {
   display: block;
   padding-bottom: 6px;
}

#access .nearby h4 {
   padding-top: 30px;
}

#access .nearby .box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 50px 40px;
   padding-top: 30px;
}

#access .nearby .box h5 {
   background-color: #006030;
   color: #fff;
   letter-spacing: 0.1em;
   border-radius: 50px;
   padding: 10px;
}

#access .nearby .box ul {
   max-width: 480px;
   text-align: left;
   margin: 0 auto;
   padding-top: 20px;
}

#access .nearby .box ul li {
   position: relative;
   padding-left: 20px;
}

#access .nearby .box ul li:not(:last-child) {
   padding-bottom: 15px;
}

#access .nearby .box ul li:before {
   content: '・';
   position: absolute;
   top: 0;
   left: 0;
}

#access .nearby .button {
   padding-top: 40px;
}

@media screen and (max-width: 1023px) {
   #access .txt-info {
      padding: 50px;
   }
}

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

   #access .gmap {
      height: 300px;
   }

   #access .txt-info {
      margin-top: 30px;
      padding: 30px 20px;
   }

   #access .txt-info dl {
      padding: 0 10px 15px;
   }

   #access .txt-info dl+dl {
      padding-top: 15px;
   }

   #access .nearby {
      padding-top: 40px;
   }

   #access .nearby h3 {
      font-size: 36px;
      line-height: 52px;
   }

   #access .nearby .box {
      grid-template-columns: 1fr;
   }
}

/*=============================================
 * KV
 *=============================================*/
#kv {
   width: 100%;
   padding-top: 31.25%;
   position: relative;
}

#kv .kv-img {
   position: absolute;
   top: 0;
   left: 0;
}

#kv .wrap {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   padding-top: 80px;
   z-index: 1;
}

#kv .page-title {
   font-weight: 700;
   font-size: 46px;
   line-height: 66px;
   color: #fff;
}

#kv .page-title .sub {
   display: block;
   font-weight: 400;
   font-size: 22px;
   letter-spacing: 0.1em;
   line-height: 30px;
   padding-top: 10px;
}

@media screen and (max-width: 1023px) {
   #kv {
      padding-top: 50%;
   }

   #kv .wrap {
      padding-top: 0;
   }
}

@media screen and (max-width: 767px) {
   #kv .page-title {
      font-size: 32px;
      line-height: 40px;
   }

   #kv .page-title span {
      font-size: 18px;
      line-height: 26px;
   }
}

/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
   font-size: 16px;
   line-height: 24px;
   padding: 20px 0 60px;
}

.breadcrumbs ul {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}

.breadcrumbs ul li {
   position: relative;
}

.breadcrumbs ul li+li {
   padding-left: 32px;
}

.breadcrumbs ul li+li:before {
   content: '...';
   position: absolute;
   top: 0;
   left: 0;
}

.breadcrumbs .home a {
   display: block;
   background: url("../img/common/icon-home.svg") no-repeat top 5px left/16px auto;
   padding-left: 20px;
}

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

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

@media screen and (max-width: 1023px) {
   .breadcrumbs {
      font-size: 12px;
      overflow-x: auto;
      box-sizing: border-box;
      margin-bottom: 40px;
      padding: 10px 20px;
   }

   .breadcrumbs .wrap {
      gap: 10px;
      width: max-content;
      max-width: inherit;
      background-color: transparent;
      margin: 0;
      padding: 0;
   }

   .breadcrumbs .wrap>span {
      position: relative;
      top: 1px;
   }
}

/* =============================================
 * 404
 *=============================================*/
#content-404 {
   padding: 145px 0;
}

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

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

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

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

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

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

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

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

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

.wpcf7 .select .wpcf7-form-control-wrap::after {
   content: '';
   width: 15px;
   height: 8px;
   background: url("../img/common/icon-angle-down.svg") 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: 1px solid #C6C6C6;
   border-radius: 4px;
   line-height: 30px;
   padding: 7px 50px 7px 20px;
   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 #ccc;
   border-radius: 4px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 7px 20px;
   line-height: 30px;
}

.wpcf7 textarea {
   height: 241px;
   resize: vertical;
}

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

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

.wpcf7 ::-webkit-input-placeholder {
   color: #AAB8C4;
}

.wpcf7 ::-moz-placeholder {
   color: #AAB8C4;
}

.wpcf7 :-ms-input-placeholder {
   color: #AAB8C4;
}

.wpcf7 :-moz-placeholder {
   color: #AAB8C4;
}

.wpcf7-checkbox,
.wpcf7-radio {
   display: inline-flex;
}

.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: inline-grid;
   grid-template-columns: 16px 1fr;
   align-items: center;
   gap: 6px;
   cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
   content: '';
   grid-area: 1/1;
   margin: auto;
   width: 16px;
   height: 16px;
   border-radius: 2px;
   border: 1px solid #707070;
   box-sizing: border-box;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
   background-color: #fff;
   box-sizing: border-box;
   position: relative;
}

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
   background: url("../img/common/icon-checked.svg") no-repeat center top/cover;
   position: relative;
   display: none;
}

.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;
      flex-wrap: nowrap;
      gap: 0px;
   }
}