/*=============================================
 * body
 *=============================================*/
body {
   background: #EBEBEB;
   color: #231815;
   font-family: "Zen Kaku Gothic New", sans-serif;
   font-weight: 500;
   font-size: 16px;
   line-height: 32px;
   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: 14px;
      line-height: 24px;
   }
}

/*=============================================
 * <main>
 *=============================================*/
main {
   clear: both;
   width: 100%;
   box-sizing: border-box;
   position: relative;
   margin: 0;
   padding: 0;
}

/* =============================================
 * Custom
*=============================================*/
.h2 {
   font-weight: 700;
   font-size: 35px;
   letter-spacing: 0.04em;
   line-height: 55px;
}

.h2 .sub {
   display: block;
   color: #E64800;
   font-family: "Josefin Sans", sans-serif;
   font-weight: 400;
   font-size: 20px;
   line-height: 20px;
   padding-bottom: 15px;
}

.h2.cl-white .sub {
   color: #fff;
}

.h-18 {
   font-weight: 700;
   font-size: 18px;
   letter-spacing: 0.04em;
   line-height: 26px;
}

.h-20 {
   font-weight: 700;
   font-size: 20px;
   letter-spacing: 0.04em;
   line-height: 26px;
}

.h-22 {
   font-weight: 700;
   font-size: 22px;
   letter-spacing: 0.04em;
   line-height: 34px;
}

.h-24 {
   font-weight: 700;
   font-size: 24px;
   letter-spacing: 0.04em;
   line-height: 36px;
}

.h-25 {
   font-weight: 700;
   font-size: 25px;
   letter-spacing: 0.04em;
   line-height: 36px;
}

.h-26 {
   font-weight: 700;
   font-size: 26px;
   letter-spacing: 0.04em;
   line-height: 36px;
}

.h-28 {
   font-weight: 700;
   font-size: 28px;
   letter-spacing: 0.04em;
   line-height: 40px;
}

.h-30 {
   font-weight: 700;
   font-size: 30px;
   letter-spacing: 0.04em;
   line-height: 44px;
}

.h-32 {
   font-weight: 700;
   font-size: 32px;
   letter-spacing: 0.04em;
   line-height: 46px;
}

.h-34 {
   font-weight: 700;
   font-size: 34px;
   letter-spacing: 0.04em;
   line-height: 54px;
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 25px;
      line-height: 35px;
   }

   .h2 .sub {
      font-size: 15px;
      line-height: 15px;
   }

   .h-18,
   .h-20,
   .h-22 {
      font-size: 16px;
      line-height: 20px;
   }

   .h-24,
   .h-25,
   .h-26 {
      font-size: 18px;
      line-height: 30px;
   }

   .h-28,
   .h-30 {
      font-size: 20px;
      line-height: 30px;
   }

   .h-32,
   .h-34 {
      font-size: 22px;
      line-height: 32px;
   }

   .h-36 {
      font-size: 24px;
      line-height: 36px;
   }
}

/* button */
.button {
   position: relative;
}

.button a {
   display: inline-flex;
   justify-content: flex-start;
   align-items: center;
   min-width: 220px;
   height: 60px;
   background-color: #231815;
   color: #fff;
   border: 1px solid;
   font-weight: 700;
   font-size: 18px;
   letter-spacing: 0.04em;
   line-height: 24px;
   box-sizing: border-box;
   padding: 0 24px;
   position: relative;
   z-index: 1;
   border-radius: 50px;
}

.button a:after {
   content: '';
   width: 30px;
   height: 30px;
   background: url("../img/common/arrow-circle-right.png") no-repeat center top/cover;
   position: absolute;
   top: calc(50% - 15px);
   right: 15px;
}

.button a:hover {
   background-color: #fff;
   color: #231815;
   opacity: 1;
}

.button.white a {
   background-color: #fff;
   color: #231815;
}

.button.white a:hover {
   background-color: #231815;
   color: #fff;
}

/* -- -- */
.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: #3D9FCA;
}

.cl-green {
   color: #77D1A0;
}

.cl-red {
   color: #BD3A43;
}

.cl-yellow {
   color: #FFB357;
}

.cl-black {
   color: #4B4B4B;
}

.cl-white {
   color: #fff;
}

.cl-orange {
   color: #E64900;
}

.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-r {
   font-weight: 400;
}

.fw-m {
   font-weight: 500;
}

.fw-b {
   font-weight: 700;
}

.fw-black {
   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;
}

/* -- --*/
.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);
}

/* -- --*/
.filter-gray {
   filter: grayscale(100%);
   cursor: pointer;
   transition: all 0.3s;
}

.filter-gray:hover {
   filter: grayscale(0);
}

/* -- --*/
.photo-full img {
   width: 100%;
   max-width: inherit;
}

@media screen and (max-width: 767px) {
   .photo-full {
      width: 100%;
      height: 60vw;
   }

   .photo-full img {
      height: 100%;
      object-fit: cover;
   }
}

/* -- --*/
hr {
   border: 0;
   border-bottom: 1px solid #fff;
}

/*=============================================
 * <header>
 *=============================================*/
header {
   background-color: #EBEBEB;
   padding: 30px 0 25px;
   position: sticky;
   top: 0;
   z-index: 100;
}

header .wrap {
   display: flex;
   align-items: center;
   gap: 20px;
   height: 50px;
}

header .logo {
   flex: 1 0 0;
}

header .logo a {
   display: block;
   max-width: 265px;
}

.navbar {
   display: flex;
   align-items: center;
   gap: 50px;
}

.navbar .nav {
   display: flex;
   align-items: center;
   gap: 40px;
   font-weight: 700;
   letter-spacing: 0.06em;
}

.navbar .nav a {
   border-bottom: 1px solid transparent;
}

.navbar .nav a:hover,
.navbar .nav a.current {
   border-bottom-color: #231815;
}

.navbar .btn-inq a {
   display: inline-flex;
   align-items: center;
   gap: 16px;
   width: 180px;
   height: 50px;
   background-color: #231815;
   color: #fff;
   font-weight: 700;
   letter-spacing: 0.02em;
   border-radius: 50px;
   position: relative;
   box-sizing: border-box;
   padding: 0 20px;
}

.navbar .btn-inq a:after {
   content: '';
   width: 26px;
   height: 26px;
   background: url("../img/common/arrow-circle-right.png") no-repeat center top/cover;
   position: absolute;
   top: calc(50% - 13px);
   right: 15px;
}

.navbar .btn-inq a:hover {
   background-color: #fff;
   color: #231815;
   opacity: 1;
}

@media screen and (max-width: 1023px) {
   .navbar {
      gap: 30px;
   }

   .navbar .nav {
      gap: 20px;
   }
}

@media screen and (max-width: 767px) {
   header {
      padding: 10px 0;
   }

   header .logo a {
      max-width: 200px;
   }

   .hamburger {
      display: block;
   }

   .navbar {
      flex-direction: column;
      justify-content: center;
      gap: 30px;
      width: 100%;
      height: 100vh;
      background: #EBEBEB;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      overflow-y: auto;
      padding: 70px 20px;
      z-index: -1;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s linear;
   }

   .navbar .nav {
      flex-direction: column;
      gap: 30px;
   }

   .navOpen .navbar {
      opacity: 1;
      visibility: visible;
   }
}

@media screen and (min-width: 768px) {
   .navbar {
      height: auto !important;
   }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
   background: #231815;
   color: #fff;
   padding: 80px 0 15px;
}

footer .wrap {
   display: flex;
   justify-content: space-between;
   gap: 40px;
}

footer .logo {
   width: 292px;
}

footer .txt {
   font-size: 15px;
   letter-spacing: 0.08em;
   line-height: 26px;
   padding-top: 30px;
}

footer nav {
   font-size: 14px;
   line-height: 20px;
   letter-spacing: 0.08em;
   padding-top: 40px;
}

footer nav ul {
   display: flex;
   gap: 30px;
}

footer nav .navsub {
   gap: 0px;
   padding-top: 100px;
   gap: 5px;
}

footer nav .navsub li+li {
   border-left: 1px solid #fff;
   padding-left: 5px;
}

footer .gmap {
   width: 380px;
   min-height: inherit;
   height: 240px;
   margin-left: auto;
}

footer .gmap iframe {
   display: block;
   width: 100%;
   height: 100%;
}

footer address {
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   padding-top: 83px;
}

@media screen and (max-width: 1023px) {
   footer .wrap {
      flex-direction: column;
   }

   footer nav .navsub {
      padding-top: 40px;
   }

   footer .gmap {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {
   footer {
      padding: 50px 0 10px;
   }

   footer nav ul:not(.navsub) {
      flex-wrap: wrap;
      gap: 15px;
   }

   footer nav ul:not(.navsub) li {
      width: calc(33.33% - 10px);
   }

   footer address {
      font-size: 11px;
      padding-top: 40px;
   }
}

/* -- -- */
.ft-fixed {
   position: fixed;
   bottom: -100%;
   right: 0;
   z-index: 10;
   transition: 0.5s;
}

.ft-fixed ul {
   display: flex;
   flex-direction: column;
   gap: 20px;
   width: 58px;
}

.ft-fixed.fixed {
   bottom: 35px;
}

#pagetop {
   width: 70px;
}

@media screen and (max-width: 1440px) {
   .ft-fixed.fixed {
      bottom: 0;
   }
}

@media screen and (max-width: 767px) {
   .ft-fixed ul {
      width: 48px;
   }

   .ft-fixed.fixed {
      bottom: 50px;
   }

   #pagetop {
      width: 40px;
   }
}

/*=============================================
 * <section>
 *=============================================*/
#kv {
   position: relative;
   padding-bottom: 80px;
}

#kv:after {
   content: '';
   width: 2px;
   height: 130px;
   background: linear-gradient(to bottom, #fff 50px, #231815 50px);
   position: absolute;
   bottom: 0;
   left: calc(50% - 1px);
}

#kv .kv-img {
   position: absolute;
   top: 0;
   left: 0;
}

#kv .wrap {
   display: flex;
   align-items: center;
   height: 360px;
   padding: 0 20px;
}

#kv .page-title {
   width: 100%;
   max-width: 1000px;
   color: #fff;
   font-weight: 700;
   font-size: 44px;
   line-height: 70px;
   letter-spacing: 0.04em;
   position: relative;
   margin: 0 auto;
}

#kv .page-title .sub {
   display: block;
   font-weight: 400;
   font-size: 20px;
   line-height: 20px;
   text-transform: uppercase;
   padding-top: 10px;
}

@media screen and (max-width: 767px) {
   #kv {
      padding-bottom: 40px;
   }

   #kv:after {
      height: 60px;
      background: linear-gradient(to bottom, #fff 20px, #231815 20px);
   }

   #kv .wrap {
      height: 200px;
   }

   #kv .kv-img {
      border-radius: 0;
   }

   #kv .page-title {
      font-size: 32px;
      line-height: 48px;
   }

   #kv .page-title .sub {
      font-size: 16px;
      line-height: 16px;
   }
}

/*=============================================
 * 
 *=============================================*/
.tb-style {
   position: relative;
}

.tb-style dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
   line-height: 24px;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   padding: 30px 0;
}

.tb-style dl+dl {
   border-top: 0;
}

.tb-style dl dt,
.tb-style dl dd {
   display: table-cell;
   vertical-align: top;
}

.tb-style dl dt {
   width: 168px;
   color: #E64800;
   font-weight: 700;
}

@media screen and (max-width: 767px) {
   .tb-style dl {
      padding: 15px 0;
   }

   .tb-style dl dt {
      width: 90px;
   }
}

/*=============================================
 * swiper
 *=============================================*/
.swiper-gallery .swiper-wrapper {
   transition-timing-function: linear;
}

.swiper-fade .swiper-slide {
   opacity: 0;
}

.swiper-fade .swiper-slide-active {
   opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
   width: 60px;
   height: 60px;
   position: relative;
   top: auto;
   right: auto;
   left: auto;
   margin: 0;
}

.swiper-button-next:before,
.swiper-button-prev:before {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   border-radius: 50%;
   border: 1px solid #77D1A0;
   box-sizing: border-box;
   transition: all 0.3s;
}

.swiper-button-next svg,
.swiper-button-prev svg {
   display: none;
}

.swiper-button-next:before {
   background: #77D1A0 url("../img/common/arrow-circle-right-green.png") no-repeat center/36px auto;
}

.swiper-button-prev:before {
   background: #77D1A0 url("../img/common/arrow-circle-right-green.png") no-repeat center/36px auto;
   transform: rotate(180deg);
}

.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
   background-image: url("../img/common/arrow-circle-right.png");
   background-color: #fff;
   opacity: 1;
}

.swiper-pagination {
   display: flex;
   align-items: center;
   gap: 5px;
   width: auto;
   position: static;
   margin: 0;
   font-size: 13px;
   line-height: 16px;
   color: #A2A2A2;
}

.swiper-pagination .swiper-pagination-bullet {
   display: block;
   width: auto;
   height: auto;
   border-radius: 0;
   background: transparent;
   opacity: 1;
   font-weight: 600;
   font-size: 14px;
   letter-spacing: 0.04em;
   line-height: 30px;
   margin: 0;
}

.swiper-pagination .swiper-pagination-current {
   color: #77D1A0;
}

@media screen and (max-width: 767px) {

   .swiper-button-next,
   .swiper-button-prev {
      width: 50px;
      height: 50px;
   }
}

.slick-arrow {
   width: 60px;
   height: 60px;
   position: relative;
   top: auto;
   right: auto;
   left: auto;
   cursor: pointer;
}

.slick-arrow:before {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   border-radius: 50%;
   border: 1px solid #77D1A0;
   box-sizing: border-box;
   transition: all 0.3s;
}

.slider-next:before {
   background: #77D1A0 url("../img/common/arrow-circle-right-green.png") no-repeat center/36px auto;
}

.slider-prev:before {
   background: #77D1A0 url("../img/common/arrow-circle-right-green.png") no-repeat center/36px auto;
   transform: rotate(180deg);
}

.slider-next:hover:before,
.slider-prev:hover:before {
   background-image: url("../img/common/arrow-circle-right.png");
   background-color: #fff;
   opacity: 1;
}

@media screen and (max-width: 767px) {
   .slick-arrow {
      width: 50px;
      height: 50px;
   }
}

/*=============================================
 * cta
 *=============================================*/
.section__cta {
   background-color: #EDF5F1;
   padding: 162px 0;
}

.section__cta .wrap {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 60px;
}

.section__cta a {
   display: block;
   color: #fff;
   border-radius: 10px;
   position: relative;
   padding: 24px 76px 98px;
}

.section__cta h2 {
   letter-spacing: 0.087em;
}

.section__cta h2 img {
   max-height: 12px;
   padding-bottom: 4px;
}

.section__cta h2 small {
   font-size: 16px;
}

.section__cta .txt {
   font-weight: 700;
   letter-spacing: 0.087em;
   padding-top: 8px;
}

.section__cta i {
   display: block;
   width: 60px;
   height: 60px;
   background: #fff;
   border-radius: 50%;
   position: absolute;
   bottom: 20px;
   right: 20px;
}

.section__cta i:after {
   content: '';
   width: 7px;
   height: 11px;
   -webkit-mask: url("../img/common/arrow-right.png") no-repeat center top/cover;
   mask: url("../img/common/arrow-right.png") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.section__cta .inq {
   background-color: #77D1A0;
   border-color: #77D1A0;
}

.section__cta .inq:before {
   content: '';
   width: 28px;
   height: 22px;
   background: url("../img/common/icon-email.png") no-repeat center top/cover;
   position: absolute;
   top: 32px;
   left: 34px;
}

.section__cta .inq i:after {
   background-color: #77D1A0;
}

.section__cta .catalog {
   background-color: #4B4B4B;
   border-color: #4B4B4B;
}

.section__cta .catalog:before {
   content: '';
   width: 32px;
   height: 24px;
   background: url("../img/common/icon-catalog.png") no-repeat center top/cover;
   position: absolute;
   top: 32px;
   left: 34px;
}

.section__cta .catalog i:after {
   background-color: #4B4B4B;
}

@media screen and (max-width: 1200px) {
   .section__cta .wrap {
      gap: 30px;
   }
}

@media screen and (max-width: 1023px) {
   .section__cta .wrap {
      grid-template-columns: 570px;
      justify-content: center;
   }
}

@media screen and (max-width: 767px) {
   .section__cta {
      padding: 50px 0;
   }

   .section__cta .wrap {
      grid-template-columns: 1fr;
      gap: 20px;
   }

   .section__cta a {
      padding: 12px 10px 76px 60px;
   }

   .section__cta h2 small {
      font-size: 14px;
   }

   .section__cta i {
      width: 40px;
      height: 40px;
      bottom: 15px;
      right: 15px;
   }

   .section__cta .inq:before {
      top: 15px;
      left: 15px;
   }

   .section__cta .catalog:before {
      top: 15px;
      left: 15px;
   }
}