@charset "UTF-8";

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

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

/* =============================================
 * Custom
*=============================================*/
.h2 {
   max-width: max-content;
}

.h2 span {
   display: block;
   letter-spacing: 0.05em;
   line-height: 1;
}

.h2 .fnt-mincho {
   font-weight: 500;
   font-size: 300px;
}

.h2 .fnt-futura {
   font-size: 21px;
   text-align: center;
   padding-top: 20px;
}

.h-18 {
   font-weight: 500;
   font-size: 18px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

.h-20 {
   font-weight: 500;
   font-size: 20px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

.h-21 {
   font-weight: 500;
   font-size: 21px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

.h-24 {
   font-weight: 500;
   font-size: 24px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

.h-26 {
   font-weight: 500;
   font-size: 26px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

.h-28 {
   font-weight: 500;
   font-size: 28px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

.h-30 {
   font-weight: 500;
   font-size: 30px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

.h-32 {
   font-weight: 500;
   font-size: 32px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

.h-35 {
   font-weight: 500;
   font-size: 35px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

.h-36 {
   font-weight: 500;
   font-size: 36px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

.h-40 {
   font-weight: 500;
   font-size: 40px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

.h-42 {
   font-weight: 500;
   font-size: 42px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

.h-45 {
   font-weight: 500;
   font-size: 45px;
   line-height: 1.5;
   letter-spacing: 0.05em;
}

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

   .h2 .fnt-mincho {
      font-size: 31.25vw;
   }

   .h2 .fnt-futura {
      font-size: 14px;
      line-height: 24px;
      padding-top: 10px;
   }

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

   .h-20,
   .h-21,
   .h-24 {
      font-size: 18px;
   }

   .h-26,
   .h-28,
   .h-30 {
      font-size: 20px;
   }

   .h-32,
   .h-35,
   .h-36 {
      font-size: 22px;
   }

   .h-45 {
      font-size: 30px;
   }
}

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

.button a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   width: 236px;
   height: 65px;
   border-radius: 50px;
   border: 1px solid #000;
   font-size: 18px;
   line-height: 2;
   letter-spacing: 0.03em;
   text-align: center;
   box-sizing: border-box;
   position: relative;
   padding-top: 3px;
}

.button a:hover {
   background-color: #000;
   color: #fff;
   opacity: 1;
}

.button a:not(.fnt-futura) {
   font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-weight: 500;
}

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

   .button a {
      width: 180px;
      height: 50px;
      font-size: 15px;
      padding-top: 0;
   }
}

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

.cl-green {
   color: #0F6CA7;
}

.cl-red {
   color: #BD3A43;
}

.cl-yellow {
   color: #A77930;
}

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

.mt20 {
   margin-top: 20px;
}

.mt30 {
   margin-top: 30px;
}

.mt40 {
   margin-top: 30px;
}

.mt50 {
   margin-top: 50px;
}

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

   .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-cl-wh {
   background-color: #fff;
}

.bg-cl-bl {
   background-color: #000;
   color: #fff;
}

/* -- -- */
.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: 60px;
   height: 60px;
   position: static;
   margin-top: 0;
   transition: all 0.3s;
   filter: drop-shadow(0 -1px 7px rgba(0, 0, 0, 0.1));
}

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

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

.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: 18px;
   height: 36px;
   background-image: url("../img/common/slider-arrow_on.webp");
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% auto;
   background-color: transparent;
   font-size: 0;
   border: 0;
   cursor: pointer;
   transition: all 0.3s;
}

.slick-arrow.slick-disabled {
   background-image: url("../img/common/slider-arrow.webp");
   pointer-events: none;
}

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

.slick-next {
   transform: rotate(180deg);
}

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

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

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

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

.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:not(:last-child) {
   padding-bottom: 100px;
}

.box-qa .txt-q {
   line-height: 40px;
   position: relative;
   pointer-events: none;
   padding-left: 48px;
}

.box-qa .txt-q:before {
   content: '';
   width: 40px;
   height: 40px;
   background: url("../img/common/icon-q.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 0;
}

.box-qa .txt-a {
   padding-top: 24px;
}

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

   .box-qa .txt-q {
      font-size: 20px;
      line-height: 30px;
   }

   .box-qa .txt-a {
      padding-top: 16px;
   }
}

/* -- -- */
.ovh {
   overflow: hidden;
}

/*=============================================
 * <header>
 *=============================================*/
header {
   width: 100%;
   box-sizing: border-box;
   position: sticky;
   top: 0;
   left: 0;
   z-index: 100;
}

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

header .logo {
   flex: 1 0 0;
   position: relative;
}

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

.header-btn-inq {
   width: 58px;
   height: 58px;
}

.header-btn-inq a {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background-color: #000;
}

.header-btn-inq a img {
   max-width: 26px;
}

.hamburger {
   z-index: 1;
}

.header-home {
   position: fixed;
}

.header-home .hamburger,
.header-home .header-btn-inq a {
   background-color: #fff;
}

.header-home .hamburger span,
.header-home .hamburger span:before,
.header-home .hamburger span:after {
   border-left-color: #000;
}

.header-home .hamburger.is-active {
   background-color: transparent;
   border: 1px solid #fff;
}

.header-home .hamburger.is-active span:before,
.header-home .hamburger.is-active span:after {
   border-left-color: #fff;
}

.header-home.fixed {
   background-color: #000;
}

.header-child.fixed {
   background-color: #f6f6f6;
}

#navbar {
   display: grid;
   background: #000;
   color: #fff;
   width: 100%;
   height: 100vh;
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   box-sizing: border-box;
   overflow-y: auto;
   transition: all 0.3s linear;
   opacity: 0;
   visibility: hidden;
   padding: 128px 0px;
}

#navbar .nav-wrap {
   display: flex;
   justify-content: space-between;
   gap: 30px;
   position: relative;
   margin: auto;
}

#navbar .nav-logo {
   width: 141px;
   padding-left: 20px;
}

#navbar .nav-title {
   font-weight: 500;
   font-size: 39px;
   line-height: 64px;
   letter-spacing: 0.07em;
   position: absolute;
   bottom: 0;
   left: 0;
}

#navbar .nav-col {
   font-weight: 500;
   font-size: 15px;
   line-height: 40px;
   letter-spacing: 0.03em;
}

#navbar .nav-list {
   display: flex;
   gap: 75px;
}

#navbar .nav-list a:hover {
   text-decoration: underline;
}

#navbar .nav-list a.ti {
   display: block;
   text-indent: -10px;
}

#navbar .nav-list .people li:not(:first-child) a {
   display: flex;
   align-items: center;
   gap: 10px;
}

#navbar .nav-list .people li:not(:first-child) a:before {
   content: '';
   width: 18px;
   height: 0;
   border-top: 1px solid #fff;
   display: block;
}

#navbar .nav-sns {
   display: flex;
   align-items: center;
   gap: 10px;
   padding-top: 110px;
}

#navbar .nav-sns a {
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #fff;
   border-radius: 50%;
   width: 30px;
   height: 30px;
}

#navbar .nav-sns a img {
   max-height: 20px;
}

#navbar .nav-sub {
   display: flex;
   align-items: flex-start;
   gap: 20px;
   font-weight: 300;
   font-size: 12px;
   line-height: 20px;
   letter-spacing: 0.05em;
   color: rgba(255, 255, 255, 0.5);
   padding-top: 30px;
}

#navbar .nav-sub a {
   display: block;
   text-transform: uppercase;
   border-bottom: 1px solid;
}

#navbar .nav-sub a:hover {
   border-bottom-color: transparent;
}

#navbar .copyright {
   color: rgba(255, 255, 255, 0.5);
   text-align: right;
   flex: 1 0 0;
}

.navOpen header:before {
   content: '';
   width: 100%;
   height: 100%;
   background-color: #000;
   position: absolute;
   top: 0;
   left: 0;
}

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

@media screen and (max-width: 1200px) {
   #navbar .nav-title {
      font-size: 32px;
   }
}

@media screen and (max-width: 1023px) {
   #navbar .nav-wrap {
      flex-direction: column;
      align-items: center;
      flex-wrap: nowrap;
      gap: 50px;
   }

   #navbar .nav .logo {
      margin: 0 auto;
      padding-left: 0;
   }

   #navbar .nav-title {
      text-align: center;
      position: static;
   }
}

@media screen and (max-width: 767px) {
   header>.wrap {
      padding: 15px 20px;
   }

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

   .header-btn-inq {
      width: 45px;
      height: 45px;
   }

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

   #navbar .nav-wrap {
      justify-content: flex-start;
      align-items: flex-start;
      gap: 0px;
      height: 100%;
      margin: 0 auto;
   }

   #navbar .nav-logo {
      width: 150px;
      padding-left: 0;
   }

   #navbar .nav-title {
      display: none;
   }

   #navbar .nav-col {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: inherit;
   }

   #navbar .nav-list {
      justify-content: space-between;
      gap: 0;
      font-size: 11px;
      line-height: 35px;
      padding-top: 20px;
   }

   #navbar .nav-list .people li:not(:first-child) a {
      gap: 5px;
   }

   #navbar .nav-list .people li:not(:first-child) a:before {
      width: 10px;
   }

   #navbar .nav-list a.ti {
      text-indent: -5px;
   }

   #navbar .nav-sns {
      justify-content: center;
      align-items: flex-end;
      padding-top: 20px;
      flex: 1 0 0;
   }

   #navbar .nav-sub {
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px 20px;
      margin: 0 -10vw;
      font-size: 11px;
      line-height: 15px;
   }

   #navbar .copyright {
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      flex: inherit;
      text-align: center;
      padding: 12px 0;
   }

   .header-home .hamburger.is-active {
      background-color: #fff;
   }

   .header-home .hamburger.is-active span:before,
   .header-home .hamburger.is-active span:after {
      border-left-color: #000;
   }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
   background: #000;
   color: #fff;
}

footer .wrap {
   display: flex;
   justify-content: space-between;
   gap: 30px;
   padding-top: 100px;
   padding-bottom: 70px;
}

footer .logo {
   width: 141px;
   padding-left: 20px;
}

footer h2 {
   font-weight: 500;
   font-size: 39px;
   line-height: 64px;
   letter-spacing: 0.07em;
   position: absolute;
   bottom: 70px;
   left: 0;
}

footer nav {
   font-weight: 500;
   font-size: 15px;
   line-height: 40px;
   letter-spacing: 0.03em;
}

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

footer nav .nav-list a:hover {
   text-decoration: underline;
}

footer nav .nav-list a.ti {
   display: block;
   text-indent: -10px;
}

footer nav .nav-list .people li:not(:first-child) a {
   display: flex;
   align-items: center;
   gap: 10px;
}

footer nav .nav-list .people li:not(:first-child) a:before {
   content: '';
   width: 18px;
   height: 0;
   border-top: 1px solid #fff;
   display: block;
}

footer nav .nav-sns {
   display: flex;
   align-items: center;
   gap: 10px;
   padding-top: 65px;
}

footer nav .nav-sns a {
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #fff;
   border-radius: 50%;
   width: 30px;
   height: 30px;
}

footer nav .nav-sns a img {
   max-height: 20px;
}

footer nav .nav-sub {
   display: flex;
   align-items: flex-start;
   gap: 20px;
   font-weight: 300;
   font-size: 11px;
   line-height: 24px;
   letter-spacing: 0.05em;
   color: rgba(255, 255, 255, 0.5);
   padding-top: 35px;
}

footer nav .nav-sub a {
   text-transform: uppercase;
   border-bottom: 1px solid;
}

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

footer address {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 55px;
   font-weight: 500;
   font-size: 12px;
   letter-spacing: 0.05em;
   line-height: 30px;
   color: rgba(255, 255, 255, 0.5);
   border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer #pagetop {
   width: 58px;
   position: absolute;
   bottom: 30px;
   right: 0;
}

@media screen and (max-width: 1200px) {
   footer h2 {
      font-size: 32px;
   }
}

@media screen and (max-width: 1023px) {
   footer .wrap {
      flex-direction: column;
      align-items: center;
      flex-wrap: nowrap;
      gap: 50px;
   }

   footer h2 {
      text-align: center;
      position: static;
   }

   footer .logo {
      margin: 0 auto;
      padding-left: 0;
   }
}

@media screen and (max-width: 767px) {
   footer .wrap {
      gap: 20px;
      padding-top: 50px;
      padding-bottom: 40px;
   }

   footer .logo {
      width: 100px;
      padding-top: 40px;
   }

   footer h2 {
      font-size: 4.8vw;
      line-height: 2;
      text-align: left;
   }

   footer nav {
      width: 100%;
      font-size: 11px;
      line-height: 30px;
   }

   footer nav .nav-list {
      justify-content: space-between;
      gap: 0;
   }

   footer nav .nav-list .people li:not(:first-child) a {
      gap: 5px;
   }

   footer nav .nav-list .people li:not(:first-child) a:before {
      width: 10px;
   }

   footer nav .nav-list a.ti {
      text-indent: -5px;
   }

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

   footer nav .nav-sub {
      justify-content: center;
      padding-top: 20px;
   }

   footer #pagetop {
      width: 40px;
      top: 330px;
      right: auto;
      bottom: auto;
      left: 10vw;
   }

   footer address {
      height: 40px;
   }
}

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

@media screen and (max-width: 1023px) {
   .ft-fixed {
      width: 50%;
   }
}

@media screen and (max-width: 767px) {
   .ft-fixed {
      width: 70%;
   }
}

/*=============================================
 * footer common 
 *=============================================*/
.cta {
   border-top: 1px solid #707070;
   border-bottom: 1px solid #707070;
   padding: 40px 0;
}

.cta .wrap {
   display: flex;
   justify-content: space-between;
   gap: 20px;
}

.cta dl {
   width: 340px;
   padding-bottom: 10px;
}

.cta dl dt {
   font-weight: 700;
   padding-bottom: 10px;
}

.cta dl .button a {
   width: 100%;
   height: 54px;
   background-color: rgba(18, 39, 74, 0.3);
   border: 1px solid;
   font-weight: 600;
   font-size: 22px;
}

.cta .tel dd a {
   display: block;
   font-weight: 500;
   font-size: 40px;
   line-height: 48px;
}

.cta .tel dd a small {
   font-size: 30px;
}

.cta .tel dd span {
   display: block;
   font-weight: 700;
}

.cta hr {
   height: auto;
   border-left: 1px solid #707070;
}

@media screen and (max-width: 767px) {
   .cta .wrap {
      flex-direction: column;
   }

   .cta dl {
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box;
      text-align: center;
   }

   .cta dl .button a {
      height: 14vw;
      font-size: 18px;
   }

   .cta .tel dd a {
      font-size: 36px;
      line-height: 40px;
   }

   .cta .tel dd a small {
      font-size: 24px;
   }

   .cta hr {
      width: 100%;
      border-top: 1px solid #707070;
      border-left: 0;
   }
}

/* -- --*/
.about-luxt {
   background: url("../img/common/cta-photo.webp") no-repeat center right/auto 100%;
   margin-bottom: 100px;
   padding: 4.6vw 0;
}

.about-luxt .wrap {
   padding-left: 50px;
}

.about-luxt .logo {
   width: 441px;
}

.about-luxt h2 {
   font-weight: 500;
   font-size: 18px;
   line-height: 26px;
   color: #191919;
   padding-top: 25px;
}

.about-luxt h2 span {
   display: block;
   font-weight: 700;
   font-size: 50px;
   letter-spacing: 0.02em;
   line-height: 50px;
}

.about-luxt .button {
   font-weight: 700;
   font-size: 15px;
   padding-top: 50px;
}

.about-luxt .button li:not(:last-child) {
   padding-bottom: 25px;
}

.about-luxt .button a {
   justify-content: flex-start;
   width: 251px;
   height: 55px;
   background-color: #fff;
   border: 1px solid;
   padding: 0 25px;
   position: relative;
}

.about-luxt .button a:after {
   content: '';
   width: 53px;
   height: 10px;
   position: absolute;
   top: 50%;
   right: 25px;
   transform: translate(0, -50%);
   transition: all 0.3s;
}

.about-luxt .button a.red {
   border-color: #C91417;
}

.about-luxt .button a.red:after {
   background: url("../img/common/cta-arrow-1.png") no-repeat center top/cover;
}

.about-luxt .button a.blue {
   border-color: #08274D;
}

.about-luxt .button a.blue:after {
   background: url("../img/common/cta-arrow-2.png") no-repeat center top/cover;
}

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

@media screen and (max-width: 1440px) {
   .about-luxt .wrap {
      padding-left: 0;
   }
}

@media screen and (max-width: 1023px) {
   .about-luxt {
      background-position: top right;
      background-size: 120% auto;
      padding: 75vw 0 0;
   }
}

@media screen and (max-width: 767px) {
   .about-luxt {
      margin-bottom: 50px;
   }

   .about-luxt .wrap {
      text-align: center;
      padding-top: 20px;
      padding-left: 20px;
   }

   .about-luxt .logo {
      width: 200px;
      margin: 0 auto;
   }

   .about-luxt h2 {
      font-size: 16px;
      padding-top: 20px;
   }

   .about-luxt h2 span {
      font-size: 32px;
   }

   .about-luxt .button {
      padding-top: 30px;
   }
}

/* -- --*/
.official {
   border-top: 1px solid #707070;
   border-bottom: 1px solid #707070;
   margin-bottom: 100px;
   padding: 40px 0;
   line-height: 30px;
}

.official .wrap {
   display: flex;
   justify-content: center;
   gap: 0 60px;
}

.official hr {
   height: auto;
   border: 0;
   border-left: 1px solid #707070;
}

.official a {
   display: flex;
   align-items: center;
   gap: 10px;
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
   position: relative;
}

.official a:after {
   content: '';
   display: block;
}

.official a:after {
   content: '';
   width: 14px;
   height: 14px;
   background: url("../img/common/icon-extend.png") no-repeat center top/cover;
}

.official a span {
   font-weight: 700;
   font-size: 18px;
}

.official .insta a:before {
   content: '';
   width: 26px;
   height: 26px;
   background: url("../img/common/icon-insta.webp") no-repeat center top/cover;
   display: block;
}

.official .note img {
   max-width: 82px;
}

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

@media screen and (max-width: 767px) {
   .official {
      margin-bottom: 50px;
   }

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

   .official hr {
      width: 100%;
      border-top: 1px solid #707070;
      border-left: 0;
   }
}

/*=============================================
 * KV
 *=============================================*/
#kv {
   display: flex;
   align-items: center;
   width: 100%;
   height: 26vw;
   position: relative;
   color: #fff;
}

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

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

#kv .wrap {
   text-align: center;
}

#kv .kv-title .fnt-gothic-pr5 {
   font-weight: 700;
   font-size: 31px;
   line-height: 48px;
}

#kv .kv-title .fnt-helvetica {
   font-weight: 700;
   font-size: 40px;
   line-height: 45px;
   text-transform: uppercase;
}

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

   #kv .kv-title .fnt-gothic-pr5 {
      font-size: 20px;
      line-height: 30px;
   }

   #kv .kv-title .fnt-helvetica {
      font-size: 30px;
      line-height: 36px;
   }
}

/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
   font-size: 12px;
   line-height: 18px;
   box-sizing: border-box;
   margin-bottom: 80px;
   padding: 20px 0px;
   text-transform: uppercase;
}

.breadcrumbs .wrap {
   background-color: #E8E8E8;
   overflow-x: auto;
   padding: 6px 10px;
}

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

.breadcrumbs ul li {
   display: flex;
   align-items: center;
   gap: 5px;
   position: relative;
}

.breadcrumbs ul li+li:before {
   content: '/';
}

.breadcrumbs a {
   display: block;
}

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

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

@media screen and (max-width: 767px) {
   .breadcrumbs {
      margin-bottom: 40px;
      padding: 10px;
   }
}

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

#content-404 {
   padding: 100px 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-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("") 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: #f6f6f6;
   border: 0px;
   border-radius: 0;
   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: #f6f6f6;
   border: 0px;
   border-radius: 0px;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 9px 15px;
   line-height: 30px;
}

.wpcf7 textarea {
   height: 100px;
   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("");
   background-position: top 13px right 20px;
   background-size: 17px auto;
   position: absolute;
   top: 0;
   left: 0;
}

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

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

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

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

.wpcf7-checkbox,
.wpcf7-radio {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 15px 30px;
}

.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: 16px 1fr;
   align-items: center;
   gap: 10px;
   cursor: pointer;
   position: relative;
}

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after {
   content: '';
   box-sizing: border-box;
}

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before {
   background-color: #fff;
   box-sizing: border-box;
   position: relative;
   border: 1px solid #191919;
   width: 16px;
   height: 16px;
   border-radius: 2px;
}

.wpcf7-radio .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:after {
   display: none;
   width: 8px;
   height: 8px;
   background-color: #000;
   position: absolute;
   top: 12px;
   left: 4px;
}

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

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

.wpcf7 .wpcf7-not-valid-tip {
   font-size: 12px;
   line-height: 2;
   color: #E50012;
}

.wpcf7 .result-txt {
   display: block;
   word-break: break-all;
   white-space: pre-wrap;
}

@media screen and (max-width: 767px) {
   .wpcf7 .select {
      width: 100%;
   }

   .wpcf7-checkbox,
   .wpcf7-radio {
      flex-direction: column;
      align-items: flex-start;
      flex-wrap: nowrap;
      gap: 10px;
   }
}

/* =============================================
 * 
 *=============================================*/
.section-style {
   padding: 50px 0 150px;
}

.section-style .wrap {
   background-color: #fff;
   border-radius: 20px;
   padding: 0 100px 100px;
}

.section-style h2 {
   position: relative;
   top: -30px;
   padding-bottom: 60px;
   text-align: center;
}

@media screen and (max-width: 1023px) {
   .section-style .wrap {
      padding: 0 50px 100px;
   }
}

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

   .section-style .wrap {
      padding: 0 20px 50px;
   }

   .section-style h2 {
      top: -20px;
      padding-bottom: 10px;
   }
}


.disable {
   pointer-events: none;
   color: #8b8b8b;
}

.nav-sns a.disable {
   background-color: #8b8b8b !important;
}