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

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

/* =============================================
 * Custom
*=============================================*/
.h2 {
   font-weight: 700;
   font-size: 24px;
   letter-spacing: 0.025em;
   line-height: 35px;
}

.h2 .sub {
   display: block;
   font-size: 80px;
   line-height: 97px;
   letter-spacing: 0;
   padding-top: 5px;
}

.h2:not([class*='cl-']) {
   color: #1A365D;
}

.h2-1 {
   font-weight: 700;
   font-size: 48px;
   line-height: 70px;
}

.h2-1 .sub {
   display: block;
   font-size: 24px;
   line-height: 36px;
   letter-spacing: 0.06em;
   text-transform: uppercase;
}

.h2-1:not([class*='cl-']) {
   color: #1A365D;
}

.h-18 {
   font-weight: 500;
   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;
}

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

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

   .h2 .sub {
      font-size: 72px;
      line-height: 88px;
   }

   .h2-1 {
      font-size: 36px;
      line-height: 54px;
   }

   .h2-1 .sub {
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 5px;
   }
}

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

   .h2 .sub {
      font-size: 60px;
      line-height: 73px;
   }

   .h2-1 {
      font-size: 32px;
      line-height: 46px;
   }

   .h2-1 .sub {
      font-size: 18px;
      line-height: 26px;
      padding-bottom: 0;
   }

   .h-18 {
      font-size: 16px;
      line-height: 28px;
   }

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

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

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

.button a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   gap: 5px;
   height: 70px;
   background: #DD6B20;
   color: #fff;
   font-weight: 700;
   font-size: 20px;
   letter-spacing: 0em;
   line-height: 30px;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
   border-radius: 8px;
   padding: 0 40px;
}

.button a:after {
   content: '';
   width: 20px;
   height: 20px;
   background: url("../img/common/arrow-right-wh.png") no-repeat center top/cover;
}

.button a:hover {
   background-color: #2D3748;
   opacity: 1;
}

@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: #3182CE;
}

.cl-green {
   color: #006030;
}

.cl-red {
   color: #BD3A43;
}

.cl-yellow {
   color: #F8C625;
}

.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;
}

.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: 1023px) {
   .section-space {
      padding: 60px 0;
   }

   .pt120 {
      padding-top: 60px;
   }

   .pb120 {
      padding-bottom: 60px;
   }
}

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

   .pt80 {
      padding-top: 40px;
   }

   .pt120 {
      padding-top: 80px;
   }

   .pb80 {
      padding-bottom: 40px;
   }

   .pb100 {
      padding-bottom: 50px;
   }

   .pb120 {
      padding-bottom: 80px;
   }

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

/* -- --*/
.bg-cl01 {
   background-color: #1A365D;
}

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

/* -- -- */
.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 {
   background-color: #fff;
   width: 100%;
   position: sticky;
   top: 0;
   left: 0;
   z-index: 100;
   box-sizing: border-box;
   transition: all 0.3s;
   font-weight: 700;
   font-size: 16px;
   letter-spacing: 0.025em;
   line-height: 24px;
   padding: 0 60px;
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

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

header .logo {
   flex: 1 0 0;
}

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

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

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

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

.navbar .nav-list a:hover,
.navbar .nav-list a.current {
   color: #3182CE;
   border-bottom-color: #3182CE;
   opacity: 1;
}

.navbar .nav-tel a {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 5px;
   font-size: 28px;
   line-height: 34px;
   letter-spacing: 0;
}

.navbar .nav-tel a:before {
   content: '';
   display: block;
   width: 30px;
   height: 30px;
   background: #DD6B20 url("../img/common/icon-tel.png") no-repeat center top/cover;
   border-radius: 50%;
}

@media screen and (max-width: 1400px) {
   header {
      padding: 0 20px;
   }
}

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

   .navbar {
      gap: 20px;
   }

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

@media screen and (max-width: 1023px) {
   header .wrap {
      gap: 10px;
      height: 80px;
      padding: 0;
   }

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

   .hamburger {
      display: block;
   }

   .navbar {
      flex-direction: column;
      justify-content: center;
      gap: 40px;
      background: #152D4E;
      color: #fff;
      width: 100%;
      max-width: 550px;
      height: 100vh;
      position: fixed;
      top: 0;
      right: 0;
      box-sizing: border-box;
      overflow-y: auto;
      padding: 80px 20px;
      transition: all 0.3s linear;
      opacity: 0;
      visibility: hidden;
      transform: translateX(100%);
   }

   .navbar .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      width: 211px;
   }

   .navbar .nav-list li.sp {
      display: block;
   }

   .navbar .nav-tel a {
      gap: 5px;
      width: 223px;
      height: 56px;
      background-color: #DD6B20;
      color: #fff;
      font-size: 24px;
      border-radius: 10px;
   }

   .navbar .nav-tel a:before {
      width: 36px;
      height: 36px;
      background-image: url("../img/common/icon-tel-orange.png");
      background-color: #fff;
   }

   .navbar .nav-sns {
      display: flex;
      gap: 20px;
      font-weight: 500;
      font-size: 12px;
      line-height: 20px;
   }

   .navbar .nav-sns a span {
      display: flex;
      align-items: center;
      width: 41px;
      height: 41px;
      margin: 0 auto;
   }

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

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

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

/*=============================================
 * <footer>
 *=============================================*/
footer {
   background-color: #1A365D;
   color: #fff;
   padding: 80px 0;
}

footer .logo {
   width: 253px;
   padding-left: 50px;
}

footer .box {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 60px 20px;
   padding: 40px 50px 60px;
}

footer .txt {
   font-weight: 500;
   font-size: 18px;
   line-height: 36px;
}

footer nav .list {
   display: flex;
   gap: 60px;
}

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

footer nav .list a:hover {
   border-bottom-color: transparent;
}

footer nav .list ol {
   font-weight: 500;
   font-size: 15px;
   line-height: 21px;
}

footer nav .list ol li {
   padding-top: 10px;
}

footer nav .sns {
   display: flex;
   justify-content: flex-end;
   gap: 20px;
   font-weight: 500;
   font-size: 12px;
   line-height: 20px;
   padding-top: 40px;
}

footer nav .sns a span {
   display: flex;
   align-items: center;
   width: 41px;
   height: 41px;
   margin: 0 auto;
}

footer nav .pp {
   display: flex;
   align-items: center;
   gap: 20px;
   font-weight: 700;
   font-size: 14px;
   line-height: 20px;
   position: absolute;
   bottom: 0;
   right: 50px;
}

footer nav .pp a {
   display: inline-block;
   border-bottom: 1px solid;
}

footer nav .pp a:hover {
   border-bottom-color: transparent;
}

footer address {
   border-top: 1px solid;
   font-weight: 500;
   font-size: 14px;
   letter-spacing: 0.025em;
   line-height: 20px;
   text-align: left;
   padding: 20px 50px 0;
}

@media screen and (max-width: 1023px) {
   footer .logo {
      padding-left: 0;
   }

   footer .box,
   footer address {
      padding-right: 0;
      padding-left: 0;
   }

   footer nav {
      width: 100%;
   }

   footer nav .pp {
      right: 0;
   }
}

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

   footer .logo {
      padding-left: 10px;
   }

   footer .box {
      gap: 40px;
      padding: 40px 10px;
   }

   footer nav .list {
      flex-direction: column;
      gap: 20px;
      font-size: 15px;
      line-height: 21px;
   }

   footer nav .list ol li {
      padding-top: 0;
   }

   footer nav .list ol li+li {
      padding-top: 20px;
   }

   footer nav .sns {
      justify-content: center;
      padding-top: 60px;
   }

   footer nav .pp {
      flex-direction: column;
      align-items: flex-start;
      font-size: 15px;
      position: static;
      padding-top: 20px;
   }

   footer address {
      text-align: center;
   }
}

/*=============================================
 * 
 *=============================================*/
.ft-fixed {
   width: 80px;
   position: fixed;
   top: 50%;
   right: 0;
   z-index: 10;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
   transform: translateY(-50%);
}

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

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

.ft-fixed a {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 3px;
   width: 100%;
   height: 215px;
   background-color: #DD6B20;
   color: #fff;
   font-weight: 700;
   font-size: 18px;
   line-height: 21px;
   letter-spacing: 0;
   border-radius: 20px 0 0 20px;
}

.ft-fixed a:before {
   content: '';
   width: 27px;
   height: 20px;
   background: url("../img/common/icon-email.png") no-repeat center top/cover;
}

.ft-fixed a span {
   display: block;
   width: 18px;
}

.ft-fixed a:hover {
   background-color: #2D3748;
   opacity: 1;
}

@media screen and (max-width: 767px) {
   .ft-fixed {
      width: auto;
      top: auto;
      right: 10px;
      bottom: 10px;
      left: 10px;
      transform: translateY(0);
   }

   .ft-fixed a {
      flex-direction: row;
      gap: 10px;
      width: 100%;
      height: 60px;
      border-radius: 10px;
   }

   .ft-fixed a span {
      width: auto;
   }
}

/*=============================================
 * footer common 
 *=============================================*/
.section__cta {
   background-color: #3182CE;
   padding: 60px 0;
}

.section__cta .wrap {
   background: url("../img/common/cta-bg.jpg") no-repeat center/cover;
   border-radius: 10px;
   padding: 40px 60px 85px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.section__cta h2 {
   color: #1A365D;
}

.section__cta .txt,
.section__cta .tel,
.section__cta .time,
.section__cta .button {
   padding-top: 20px;
}

.section__cta .txt {
   max-width: 614px;
}

.section__cta .tel {
   color: #3182CE;
   font-weight: 700;
   font-size: 48px;
   line-height: 70px;
}

.section__cta .tel a {
   display: inline-flex;
   align-items: center;
   gap: 10px;
}

.section__cta .tel a:before {
   content: '';
   width: 60px;
   height: 60px;
   background: #3182CE url("../img/common/icon-tel.png") no-repeat center top/cover;
   border-radius: 50%;
   display: block;
}

@media screen and (max-width: 1023px) {
   .section__cta .wrap {
      background-image: url("../img/common/cta-bg_tbl.jpg");
      padding: 40px 60px;
   }

   .section__cta h2 {
      font-size: 28px;
      line-height: 40px;
   }

   .section__cta .txt {
      max-width: 406px;
   }

   .section__cta .tel {
      font-size: 36px;
      line-height: 52px;
   }

   .section__cta .tel a:before {
      width: 50px;
      height: 50px;
   }

   .section__cta .time {
      font-size: 18px;
   }
}

@media screen and (max-width: 767px) {
   .section__cta {
      padding: 40px 20px;
   }

   .section__cta .wrap {
      background-image: url("../img/common/cta-bg_sp.jpg");
      padding: 40px 20px;
   }

   .section__cta h2 {
      font-size: 24px;
      line-height: 35px;
   }

   .section__cta .tel {
      font-size: 32px;
      line-height: 46px;
   }

   .section__cta .tel a:before {
      width: 37px;
      height: 37px;
   }

   .section__cta .time {
      font-size: 16px;
      line-height: 24px;
      padding-top: 10px;
   }

   .section__cta .button {
      padding-top: 40px;
   }
}

/*=============================================
 * KV
 *=============================================*/
#kv {
   width: 100%;
   height: 460px;
   color: #fff;
   position: relative;
}

#kv:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(45, 55, 72, 0.8);
   position: absolute;
   top: 0;
   left: 0;
}

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

#kv .wrap {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
   z-index: 1;
}

#kv .kv-title {
   font-weight: 700;
   font-size: 60px;
   line-height: 87px;
}

#kv .kv-title .sub {
   display: block;
   text-transform: uppercase;
   font-size: 24px;
   line-height: 30px;
   padding-top: 5px;
}

#kv .kv-desc {
   max-width: 825px;
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0.06em;
   line-height: 2;
   margin: 0 auto;
   padding-top: 30px;
}

#kv .kv-desc .button {
   text-align: center;
   padding-top: 30px;
}

@media screen and (max-width: 1023px) {
   #kv {
      height: calc(100vh - 80px);
   }

   #kv .wrap {
      flex-direction: column;
      gap: 40px;
   }

   #kv .kv-title {
      font-size: 48px;
      line-height: 70px;
   }

   #kv .kv-title .sub {
      font-size: 20px;
      line-height: 24px;
   }

   #kv .kv-desc {
      max-width: 562px;
      padding: 0 0 20px;
   }

   #kv .kv-desc .button {
      padding-top: 40px;
   }
}

@media screen and (max-width: 767px) {
   #kv .wrap {
      gap: 40px;
   }

   #kv .kv-title {
      font-size: 42px;
      line-height: 61px;
   }

   #kv .kv-title .sub {
      font-size: 18px;
      line-height: 22px;
   }

   #kv .kv-desc {
      font-size: 16px;
      padding-bottom: 0;
   }

   #kv .kv-desc .button {
      padding-top: 20px;
   }

   #kv .kv-desc .button a {
      height: auto;
      line-height: 36px;
      letter-spacing: 0.06em;
      text-align: left;
      padding: 16px 20px 17px;
   }
}

/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
   font-weight: 700;
   font-size: 14px;
   line-height: 20px;
   overflow-x: auto;
   box-sizing: border-box;
   max-width: 100%;
   position: absolute;
   top: 40px;
   left: 0;
}

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

.breadcrumbs ul li {
   position: relative;
}

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

.breadcrumbs ul li+li:before {
   content: '';
   background: url("../img/common/arrow-right-wh.png") no-repeat center top/cover;
   width: 14px;
   height: 14px;
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
}

.breadcrumbs a {
   display: block;
   text-decoration: underline;
}

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

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

@media screen and (max-width: 1023px) {
   .breadcrumbs {
      position: static;
   }
}

@media screen and (max-width: 767px) {
   .breadcrumbs ul li+li {
      padding-left: 16px;
   }

   .breadcrumbs ul li+li:before {
      width: 8px;
      height: 10px;
   }
}

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

#content-404 {
   padding: 120px 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 {
      font-size: 14px;
      letter-spacing: 0;
      padding-top: 20px;
   }

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

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

.wpcf7 .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("../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: 2px solid #769CBF;
   border-radius: 2px;
   line-height: 30px;
   padding: 9px 50px 9px 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 #CDD6DD;
   border-radius: 0px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 9px 20px;
   line-height: 30px;
}

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

.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: #CDD6DD;
}

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

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

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

.wpcf7-checkbox,
.wpcf7-radio {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
}

.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: 15px 1fr;
   align-items: center;
   gap: 10px;
   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: 15px;
   height: 15px;
   border-radius: 2px;
   border: 1px solid #3182CE;
   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 {
   position: relative;
   border: 0;
   display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label:after {
   background: url("../img/common/icon-checked.png") no-repeat center top/cover;
}

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

.wpcf7-radio .wpcf7-list-item-label:after {
   background-color: #3182CE;
   width: 11px;
   height: 11px;
}

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

.wpcf7-checkbox:has(input[name*='radio-']) .wpcf7-list-item-label:before,
.wpcf7-checkbox:has(input[name*='radio-']) .wpcf7-list-item-label:after {
   border-radius: 50%;
}

.wpcf7-checkbox:has(input[name*='radio-']) .wpcf7-list-item-label:after {
   background: #769CBF;
   width: 11px;
   height: 11px;
}

.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,
   [data-name="radio-898"] .wpcf7-checkbox {
      grid-template-columns: 1fr;
   }
}

/* =============================================
 * 
 *=============================================*/
.txt-intro {
   font-size: 18px;
   letter-spacing: 0.06em;
   line-height: 32px;
}

@media screen and (max-width: 1023px) {
   .txt-intro {
      font-size: 16px;
      line-height: 28px;
   }
}