/*=============================================
 * body
 *=============================================*/
body {
   background: #fff;
   color: #25271F;
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 500;
   font-size: 16px;
   line-height: 32px;
   letter-spacing: 0.06em;
   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: 36px;
   letter-spacing: 0.04em;
   line-height: 51px;
}

.h2 .sub {
   display: block;
   color: #769CBF;
   font-family: "Shippori Mincho", serif;
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
   letter-spacing: 0.06em;
   padding-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button a {
   display: inline-flex;
   justify-content: space-between;
   align-items: center;
   gap: 20px;
   min-width: 200px;
   height: 70px;
   background-color: #2D6DA8;
   color: #fff;
   font-family: "Noto Serif JP", serif;
   font-weight: 900;
   font-size: 20px;
   letter-spacing: 0.04em;
   line-height: 30px;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
   padding: 0 45px;
   transition: all .3s ease;
}

.button a:after {
   content: '';
   width: 11px;
   height: 16px;
   background: url("../img/common/arrow-right-wh.webp") no-repeat center top/cover;
   display: block;
   transition: all 0.3s;
}

.button a:hover {
   background-color: #25271F;
   opacity: 1;
}

.button a:hover:after {
   transform: translateX(5px);
}

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

   .button a {
      min-width: 280px;
      font-size: 16px;
      padding: 0 35px;
   }
}

/* -- -- */
.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: #2D6DA8;
}

.cl-green {
   color: #006030;
}

.cl-red {
   color: #BD3A43;
}

.cl-yellow {
   color: #F8C625;
}

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

.cl-white {
   color: #fff;
}

.cl-orange {
   color: #D2711D;
}

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

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

header .logo {
   flex: 1 0 0;
}

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

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

.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-tel a {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 10px;
   width: 233px;
   height: 50px;
   background-color: #F8C625;
   font-weight: 900;
   font-size: 20px;
   letter-spacing: 0.02em;
   line-height: 30px;
   position: relative;
   box-sizing: border-box;
}

.navbar .nav-tel a:before {
   content: '';
   display: block;
   width: 16px;
   height: 25px;
   background: url("../img/common/icon-phone.webp") no-repeat center top/100% auto;
}

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

   .navbar {
      gap: 30px;
   }

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

@media screen and (max-width: 1200px) {
   header {
      font-size: 16px;
      padding: 0 20px;
   }

   .navbar {
      gap: 20px;
   }
}

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

@media screen and (max-width: 1023px) {
   header {
      font-size: 18px;
      padding: 0 20px;
   }

   header .wrap {
      gap: 10px;
      height: 60px;
      padding: 0;
   }

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

   header .tel {
      display: block;
   }

   header .tel a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      background-color: #F8C625;
      box-sizing: border-box;
   }

   header .tel a img {
      max-width: 16px;
   }

   .hamburger {
      display: block;
   }

   .navbar {
      flex-direction: column;
      justify-content: center;
      gap: 40px;
      background: url("../img/common/nav-deco.webp") no-repeat center/89.6% auto;
      background-color: #2D6DA8;
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      overflow-y: auto;
      padding: 100px 0;
      transition: all 0.3s linear;
      opacity: 0;
      visibility: hidden;
   }

   .navbar .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      width: 72vw;
      color: #fff;
   }

   .navbar .nav-list li {
      width: 100%;
   }

   .navbar .nav-list a {
      display: block;
      width: 100%;
      border-bottom: 1px solid #fff;
      padding: 30px 0 10px;
   }

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

   .navbar .nav-tel {
      width: 62.4vw;
   }

   .navbar .nav-tel a {
      width: 100%;
      font-size: 18px;
      line-height: 26px;
   }

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

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

/*=============================================
 * <footer>
 *=============================================*/
footer {
   background: url("../img/common/footer-deco.webp") no-repeat bottom 60px right/631px auto;
   background-color: #CDD7E1;
   color: #25271F;
}

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

footer .logo {
   width: 348px;
}

footer .txt {
   line-height: 36px;
   padding-top: 35px;
}

footer .txt h2 {
   padding-bottom: 20px;
}

footer nav {
   display: flex;
   flex-wrap: wrap;
   gap: 10px 20px;
   width: 420px;
   font-size: 15px;
   letter-spacing: 0.04em;
   line-height: 21px;
   padding-bottom: 20px;
}

footer nav p {
   width: calc(50% - 10px);
}

footer nav p:last-child {
   width: 100%;
   padding-top: 10px;
}

footer nav p:last-child a {
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #2D6DA8;
   color: #fff;
   width: 100%;
   height: 50px;
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
}

footer nav a {
   border-bottom: 1px solid transparent;
}

footer nav a:hover {
   border-bottom: 1px solid #25271F;
}

footer figure {
   width: 245px;
   position: absolute;
   top: 0;
   right: 60px;
}

footer address {
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #25271F;
   color: #fff;
   width: 100%;
   height: 80px;
   font-weight: 700;
   font-size: 12px;
   letter-spacing: 0.06em;
   line-height: 20px;
}

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

@media screen and (max-width: 767px) {
   footer {
      background-image: url("../img/common/footer-deco_sp.webp");
      background-position: bottom 80px right;
      background-size: 89.6% auto;
   }

   footer .box {
      gap: 60px;
      padding: 60px 0;
   }

   footer .logo {
      width: 286px;
   }

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

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

   footer nav p {
      width: 100%;
   }

   footer nav p:last-child {
      width: 100%;
   }
}

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

.ft-fixed a {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 5px;
   width: 60px;
   height: 200px;
   background-color: #F8C625;
   font-weight: 700;
   font-size: 20px;
   letter-spacing: 0.04em;
   line-height: 22px;
}

.ft-fixed a img {
   max-width: 30px;
}

.ft-fixed a span {
   width: 20px;
}

.ft-fixed a:hover {
   opacity: 0.5;
}

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

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

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

   .ft-fixed a {
      gap: 3px;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      font-size: 12px;
      letter-spacing: 0.074em;
      line-height: 17px;
   }

   .ft-fixed a img {
      max-width: 22px;
   }

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

/*=============================================
 * footer common 
 *=============================================*/
.section__cta {
   background: url("../img/common/cta-bg-img.webp") no-repeat center top/cover;
   padding: 82px 0;
   position: relative;
}

.section__cta h2 {
   font-family: "Shippori Mincho", serif;
   font-weight: 700;
   font-size: 42px;
   line-height: 62px;
}

.section__cta h2 span {
   display: block;
   width: 100px;
   border: 1px solid #E75F59;
   color: #E75F59;
   font-size: 20px;
   line-height: 30px;
   text-align: center;
   padding: 2px 0;
}

.section__cta .txt {
   padding-top: 10px;
}

.section__cta ul {
   display: flex;
   gap: 40px;
   padding-top: 40px;
}

.section__cta ul a {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   height: 70px;
   padding: 0 42px;
   letter-spacing: 0.04em;
}

.section__cta ul a:after {
   display: none;
}

.section__cta ul .tel {
   background-color: #F8C625;
}

.section__cta ul .tel:before {
   content: '';
   display: block;
   width: 16px;
   height: 26px;
   background: url("../img/common/icon-phone.webp") no-repeat center top/100% auto;
}

.section__cta ul .inq {
   background-color: #060F17;
   color: #fff;
}

.section__cta ul .inq:before {
   content: '';
   display: block;
   width: 23px;
   height: 19px;
   background: url("../img/common/icon-mail-wh.webp") no-repeat center top/100% auto;
}

@media screen and (max-width: 1023px) {
   .section__cta {
      background-image: url("../img/common/cta-bg-img_sp.webp");
   }

   .section__cta h2,
   .section__cta .txt {
      width: max-content;
      margin: 0 auto;
   }

   .section__cta ul {
      justify-content: center;
   }
}

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

   .section__cta .wrap {
      padding: 0 45px;
   }

   .section__cta h2 {
      width: auto;
      font-size: 32px;
      line-height: 48px;
   }

   .section__cta h2 span {
      margin-bottom: 12px;
   }

   .section__cta .txt {
      width: auto;
      font-size: 18px;
      line-height: 32px;
      padding-top: 15px;
   }

   .section__cta ul {
      flex-direction: column;
      gap: 20px;
      padding-top: 40px;
   }
}

/*=============================================
 * KV
 *=============================================*/
#kv {
   padding: 40px 40px;
   position: relative;
   color: #fff;
}

#kv .wrap {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   min-height: 354px;
}

.kv-img {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.kv-img:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.7);
   position: absolute;
   top: 0;
   left: 0;
}

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

.kv-title {
   font-weight: 700;
   font-size: 48px;
   letter-spacing: 0.04em;
   line-height: 70px;
}

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

.kv-desc p:not(:last-child) {
   padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
   #kv {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      justify-content: center;
      gap: 20px;
      min-height: 170px;
      padding: 20px 20px;
   }

   #kv .wrap {
      display: block;
      min-height: 100%;
      padding: 0;
   }

   .kv-title {
      font-size: 32px;
      line-height: 46px;
   }

   .kv-desc {
      padding: 40px 20px 0;
   }

   .kv-desc .in {
      background-color: #F5F6F7;
      padding: 30px 20px;
      line-height: 32px;
   }
}

/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
   font-weight: 700;
   line-height: 24px;
   overflow-x: auto;
   box-sizing: border-box;
   max-width: 100%;
   color: #fff;
}

.breadcrumbs+p {
   display: none;
}

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

.breadcrumbs ul li {
   position: relative;
}

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

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

.breadcrumbs a {
   display: block;
}

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

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

@media screen and (max-width: 767px) {
   .breadcrumbs {
      font-size: 12px;
   }

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

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

/* =============================================
 * 404
 *=============================================*/
#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: 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 #ccc;
   border-radius: 4px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 2px 15px;
   line-height: 30px;
}

.wpcf7 textarea {
   height: 186px;
   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("../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: #8B8D8F;
   font-weight: 700;
}

.wpcf7 ::-moz-placeholder {
   color: #8B8D8F;
   font-weight: 700;
}

.wpcf7 :-ms-input-placeholder {
   color: #8B8D8F;
   font-weight: 700;
}

.wpcf7 :-moz-placeholder {
   color: #8B8D8F;
   font-weight: 700;
}

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

[data-name="radio-898"] .wpcf7-checkbox {
   grid-template-columns: repeat(3, 1fr);
}

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

/* =============================================
 * 
 *=============================================*/
.page-list-btn {
   background-color: #F5F6F7;
   padding: 20px 0;
}

.page-list-btn .wrap {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px 40px;
   padding: 0 60px;
}

.page-list-btn a {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 64px;
   background-color: #2D6DA8;
   color: #fff;
   text-align: center;
}

@media screen and (max-width: 1200px) {
   .page-list-btn .wrap {
      gap: 20px;
   }
}

@media screen and (max-width: 1023px) {
   .page-list-btn .wrap {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media screen and (max-width: 767px) {
   .page-list-btn .wrap {
      font-size: 15px;
      line-height: 21px;
      padding: 0 40px;
   }

   .page-list-btn a {
      height: 35px;
   }
}