@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: #fff;
   color: #272727;
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 25px;
   letter-spacing: 0.02em;
   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;
}

main:before {
   content: '';
   width: 30%;
   padding-top: 90%;
   background: url("../img/common/header-deco.webp") no-repeat center top/100% auto;
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 1023px) {
   main:before {
      background-image: url("../img/common/header-deco_sp.webp");
      width: 50%;
      padding-top: 50%;
   }
}

/* =============================================
 * Custom
*=============================================*/
.h2 {
   font-weight: 600;
   font-size: 18px;
   letter-spacing: 0.02em;
   line-height: 26px;
}

.h2 .sub {
   display: inline-block;
   background: url("../img/common/h2-icon.png") no-repeat center left/21px auto;
   font-family: "Poppins", sans-serif;
   color: #008570;
   padding: 0 30px;
   text-transform: uppercase;
   font-weight: 500;
   font-size: 16px;
   letter-spacing: 0.08em;
}

.h2 .fnt-noto-serif {
   display: block;
   font-weight: 700;
   font-size: 32px;
   line-height: 46px;
   padding: 30px 0 10px;
}

.h2.cl-white .sub {
   background-image: url("../img/common/h2-icon-wh.png");
   color: #fff;
}

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

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

.h-23 {
   font-weight: 700;
   font-size: 23px;
   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: 46px;
}

.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: 767px) {
   .h2 {
      font-size: 17px;
   }

   body:not(.home) .h-18 {
      font-size: 16px;
   }

   body:not(.home) .h-20 {
      font-size: 18px;
      line-height: 26px;
   }

   body:not(.home) .h-23,
   body:not(.home) .h-24,
   body:not(.home) .h-26 {
      font-size: 20px;
      line-height: 30px;
   }

   body:not(.home) .h-28,
   body:not(.home) .h-30 {
      font-size: 22px;
      line-height: 32px;
   }

   body:not(.home) .h-32,
   body:not(.home) .h-36 {
      font-size: 24px;
      line-height: 35px;
   }
}

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

.button a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   gap: 0;
   width: 260px;
   height: 70px;
   background-image: linear-gradient(-45deg, #008570, #00B494);
   background-repeat: no-repeat;
   background-position: center left;
   background-size: 100% 100%;
   color: #fff;
   font-weight: 700;
   font-size: 16px;
   letter-spacing: 0.02em;
   line-height: 24px;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
   border-radius: 0px;
   padding-right: 24px;
}

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

.button a:hover {
   background-size: 200% 100%;
   opacity: 1;
}

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

.button.btn-wh a {
   background: #fff;
   color: #008570;
}

.button.btn-wh a:after {
   background-image: url("../img/common/arrow-circle-right.png");
}

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

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

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

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

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

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

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

.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: 23px;
   height: 23px;
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% auto;
   background-color: transparent;
   font-size: 0;
   border: 0;
   transition: all 0.3s;
   cursor: pointer;
}

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

.slick-prev {
   background-image: url("../img/common/arrow-circle-left.png");
}

.slick-next {
   background-image: url("../img/common/arrow-circle-right.png");
}

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

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

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

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

.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 {
   background-color: #fff;
   box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
   border-left: 8px solid #008570;
}

.box-qa .item:not(:last-child) {
   margin-bottom: 50px;
}

.box-qa .txt-q {
   font-weight: 800;
   font-size: 18px;
   line-height: 26px;
   position: relative;
   padding: 22px 60px 22px 60px;
   cursor: pointer;
}

.box-qa .txt-q:before {
   content: '';
   width: 17px;
   height: 19px;
   background: url("../img/common/icon-q.png") no-repeat center top/100% auto;
   position: absolute;
   top: 26px;
   left: 26px;
}

.box-qa .txt-q:after {
   content: '';
   width: 23px;
   height: 23px;
   background: url("../img/common/arrow-circle-right.png") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 23px;
   transform: translateY(-50%);
   transition: all 0.3s;
}

.box-qa .txt-a {
   display: none;
   position: relative;
   padding: 0 20px 22px 60px;
}

.box-qa .txt-a:before {
   content: '';
   width: 17px;
   height: 19px;
   background: url("../img/common/icon-a.png") no-repeat center top/100% auto;
   position: absolute;
   top: 4px;
   left: 26px;
}

.box-qa .is-active .txt-q:after {
   transform: translateY(-50%) rotate(90deg);
}

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

   .box-qa .txt-q {
      padding: 15px 50px;
   }

   .box-qa .txt-q:before {
      top: 18px;
      left: 15px;
   }

   .box-qa .txt-q:after {
      right: 15px;
   }

   .box-qa .txt-a {
      padding: 0 15px 25px 50px;
   }

   .box-qa .txt-a:before {
      left: 15px;
   }
}

/*=============================================
 * <header>
 *=============================================*/
header {
   display: flex;
   align-items: center;
   width: 100%;
   height: 100px;
   position: sticky;
   top: 0;
   left: 0;
   z-index: 100;
   box-sizing: border-box;
   transition: all 0.3s;
   padding: 0 50px;
   color: #fff;
}

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

header .logo {
   flex: 1 0 0;
}

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

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

#navbar {
   font-weight: 700;
   font-size: 16px;
   line-height: 24px;
}

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

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

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

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

   #navbar .nav-list {
      gap: 30px;
   }
}

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

   header .wrap {
      gap: 20px;
   }

   .hamburger {
      display: block;
   }

   #navbar {
      display: grid;
      background-image: linear-gradient(-45deg, #008570, #00B494);
      color: #fff;
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      right: 0;
      box-sizing: border-box;
      overflow-y: auto;
      padding: 120px 20px;
      transition: all 0.3s linear;
      opacity: 0;
      visibility: hidden;
      transform: translateX(100%);
   }

   #navbar .nav-list {
      flex-direction: column;
      align-items: center;
      gap: 20px;
      margin: auto 0;
   }

   #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) {
   header {
      height: 72px;
   }

   #navbar {
      padding: 80px 20px;
   }
}

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

/*=============================================
 * <footer>
 *=============================================*/
footer {
   background: url("../img/common/footer-bg.webp") no-repeat center top/cover;
   color: #fff;
   padding: 105px 0 0;
}

footer .wrap {
   display: flex;
   align-items: flex-start;
   flex-wrap: wrap;
   gap: 75px 150px;
   padding-bottom: 90px;
}

footer .logo {
   width: 100%;
}

footer .logo a {
   display: block;
   width: 253px;
}

footer .txt {
   font-weight: 500;
}

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

footer .button {
   padding-top: 35px;
}

footer .button a {
   gap: 15px;
   background: #EBF6F3;
   color: #008570;
}

footer .button a:before {
   content: '';
   width: 31px;
   height: 22px;
   background: url("../img/common/icon-mail.png") no-repeat center top/100% auto;
   display: block;
}

footer .button a:after {
   background-image: url("../img/common/arrow-circle-right.png");
}

footer nav {
   flex: 1 0 0;
   font-weight: 700;
}

footer nav ul {
   display: grid;
   gap: 12px;
}

footer dl {
   width: 400px;
}

footer dl dt {
   font-weight: 700;
   letter-spacing: 0.1em;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   text-align: center;
   padding: 10px 0;
}

footer dl dd {
   max-width: 237px;
   margin: 0 auto;
   padding-top: 35px;
}

footer address {
   background-color: #fff;
   color: #008570;
   font-weight: 700;
   padding: 20px 0 19px;
}

@media screen and (max-width: 1200px) {
   footer .wrap {
      gap: 75px 30px;
   }
}

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

   footer nav {
      flex: inherit;
   }

   footer nav ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(4, auto);
      grid-auto-flow: column;
      gap: 20px;
   }

   footer dl {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {
   footer {
      background-image: url("../img/common/footer-bg_sp.webp");
      padding: 120px 0 0;
   }

   footer .wrap {
      flex-direction: column;
      gap: 32px;
      padding-bottom: 40px;
   }

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

   footer nav {
      width: 100%;
   }

   footer nav ul {
      gap: 10px;
   }

   footer dl dt {
      font-size: 14px;
      line-height: 20px;
      padding: 10px 0;
   }

   footer dl dd {
      padding-top: 15px;
   }

   footer address {
      font-size: 14px;
   }
}

@media screen and (max-width: 389px) {
   footer nav {
      font-size: 14px;
   }

   footer address {
      font-size: 12px;
   }
}

/*=============================================
 * 
 *=============================================*/
.ft-fixed {
   width: 256px;
   position: fixed;
   bottom: 0;
   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;
}

.ft-fixed ul li:not(:last-child) {
   padding-bottom: 20px;
}

.ft-fixed a {
   background: #EBF6F3;
   color: #008570;
}

.ft-fixed a:after {
   background-image: url("../img/common/arrow-circle-right.png");
}

.ft-fixed .icon-1 {
   background: url("../img/common/icon-gears.png") no-repeat center top/100% auto;
   width: 40px;
   height: 40px;
   margin-right: 10px;
}

.ft-fixed .icon-2 {
   background: url("../img/common/icon-mail.png") no-repeat center top/100% auto;
   width: 31px;
   height: 22px;
   margin-right: 15px;
}

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

   .ft-fixed ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0;
   }

   .ft-fixed ul li:not(:last-child) {
      border-right: 1px solid #008570;
      padding-bottom: 0;
   }

   .ft-fixed .button a {
      width: 100%;
      height: 50px;
      padding-right: 10px;
   }

   .ft-fixed .button a:after {
      right: 5px;
   }

   .ft-fixed .icon-1 {
      width: 30px;
      height: 30px;
      margin-right: 5px;
   }

   .ft-fixed .icon-2 {
      width: 25px;
      height: 19px;
      margin-right: 5px;
   }
}

/*=============================================
 * footer common 
 *=============================================*/
.cv {
   padding: 205px 0 100px;
   position: relative;
}

.cv:before {
   content: '';
   width: 100%;
   height: 125%;
   background: url("../img/common/bg9.webp") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 0;
}

.cv .wrap {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 80px;
}

.cv .text {
   background-image: linear-gradient(-45deg, #008570, #00B494);
   color: #fff;
   padding: 40px;
}

.cv .sub1 img {
   max-height: 14px;
}

.cv .sub2 img {
   max-height: 12px;
}

.cv h3 {
   padding-top: 10px;
}

.cv .txt {
   font-weight: 600;
   font-size: 18px;
   padding-top: 7px;
}

.cv .button {
   padding-top: 33px;
}

.cv .button a {
   justify-content: flex-start;
   width: 345px;
   height: 65px;
   font-weight: 600;
   font-size: 18px;
   padding: 0 20px;
}

.page-id-95 .cv,
.page-id-107 .cv,
.page-id-124 .cv {
   background-color: transparent;
}

@media screen and (max-width: 1440px) {
   .cv .wrap {
      gap: 40px;
   }

   .cv .text {
      padding: 40px 30px;
   }
}

@media screen and (max-width: 1023px) {
   .cv .wrap {
      grid-template-columns: 560px;
      justify-content: center;
   }
}

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

   .cv:before {
      background-image: url("../img/common/bg9_sp.webp");
      height: 110%;
   }

   .cv .wrap {
      grid-template-columns: 1fr;
   }

   .cv .text {
      padding: 20px;
   }

   .cv .sub1 img {
      max-height: 12px;
   }

   .cv .sub2 img {
      max-height: 10px;
   }

   .cv .button a {
      width: 100%;
      font-size: 16px;
   }

   .cv .button a:after {
      right: 10px;
   }
}

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

#kv:before {
   content: '';
   width: 100%;
   height: 100%;
   background: url("../img/common/kv-bg.webp") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
}

#kv:after {
   content: '';
   width: 45%;
   padding-top: 30%;
   background: url("../img/common/kv-deco.webp") no-repeat center top/cover;
   position: absolute;
   bottom: 0;
   right: 0;
}

#kv .kv-img {
   width: 59.1%;
   position: absolute;
   top: 95px;
   right: 0;
   bottom: -60px;
   z-index: 1;
}

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

#kv .kv-title {
   font-weight: 700;
   font-size: 42px;
   letter-spacing: 0.02em;
   line-height: 60px;
   padding-bottom: 80px;
}

#kv .kv-title .sub {
   display: block;
   text-transform: uppercase;
   font-weight: 400;
   font-size: 16px;
   letter-spacing: 0.08em;
   line-height: 24px;
}

#kv .kv-title .h-20 {
   display: block;
   padding-top: 5px;
}

#kv .kv-title .desc {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   bottom: 5px;
   padding-left: 20px;
}

@media screen and (max-width: 1023px) {
   #kv .kv-title .desc {
      display: block;
      bottom: 0;
      padding: 5px 0 0;
   }
}

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

   #kv .kv-title {
      font-size: 30px;
      line-height: 46px;
      padding-bottom: 20px;
   }

   #kv .kv-title .sub {
      font-size: 14px;
   }

   #kv .kv-img {
      width: 100%;
      height: 190px;
      top: 0;
      bottom: auto;
   }
}

/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
   font-weight: 700;
   font-size: 12px;
   line-height: 30px;
   box-sizing: border-box;
   padding: 20px 0 170px;
}

.breadcrumbs .wrap {
   overflow-x: auto;
}

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

.breadcrumbs ul li {
   display: flex;
   gap: 2px;
   position: relative;
}

.breadcrumbs ul li+li:before {
   content: '・';
   color: #008570;
   font-size: 20px;
}

.breadcrumbs a {
   display: block;
   color: #B3B3B3;
}

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

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

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

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

   .breadcrumbs ul {
      gap: 10px;
   }

   .breadcrumbs ul li {
      gap: 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.png") 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: #F7F7F7;
   border: 1px solid #F7F7F7;
   border-radius: 0;
   line-height: 30px;
   padding: 2px 30px 2px 14px;
   cursor: pointer;
}

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

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
   display: block;
   width: 100%;
   background-color: #F7F7F7;
   border: 1px solid #F7F7F7;
   border-radius: 0;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 2px 14px;
   line-height: 30px;
}

.wpcf7 textarea {
   height: 141px;
   resize: vertical;
   padding: 11px 14px;
}

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

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

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

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

.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: 14px 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 #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 {
   position: relative;
   border: 0;
   display: none;
}

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

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