@charset "UTF-8";
@keyframes progress {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.main-visual {
    height: 100vh
}

.main-visual .container {
    max-width: 1540px;
    padding: 0 1.875rem
}

.main-visual .item {
    position: relative
}

.main-visual .video-bx {
    display: block;
    position: relative;
    overflow: hidden
}

.main-visual .video-bx:after {
    content: "";
    display: block;
    padding-bottom: 100vh
}

.main-visual .video-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%,-50%) scale(0.1)
}

.main-visual .img-bx {
    display: block;
    position: relative;
    overflow: hidden
}

.main-visual .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 41.6666666667%
}

.main-visual .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%,-50%) scale(0.1)
}

.main-visual .txt-bx {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-shadow: 0 0 1em rgba(0,0,0,0.1);
    letter-spacing: -0.05em;
    line-height: 1.3
}

.main-visual .txt-bx .logo-img {
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-shadow: 3px 3px 3px rgb(0, 0, 0, .3);
    word-break: keep-all;
}

.main-visual .txt-bx .title {
    display: block;
    font-weight: 500;
    font-size: 2.5rem;
    transition-delay: 300ms!important;
    text-shadow: 3px 3px 3px rgb(0, 0, 0, .3);
}
.main-visual .txt-bx .title span {
    font-weight: 500;
    font-size: 2.0rem;
    text-shadow: 3px 3px 3px rgb(0, 0, 0, .3);
    text-transform: uppercase;
}
.main-visual .txt-bx .main_btn {
    margin-top: 40px;
  font-size: 1.3rem;
  line-height: 1;
  justify-content: center;
  min-width: 120px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 36px;
  transition: background-color 0.6s ease;
  will-change: background-color;
  cursor: pointer;
    transition-delay: 500ms!important;
}
.main-visual .txt-bx .main_btn:hover {
  color: #000;
  background-color: #fff;
    font-weight: 500;
}

.main-visual .txt-bx .text {
    margin-top: 1em;
    font-size: 1.875em;
    font-weight: 300
}

.main-visual .swiper-slide .txt-bx .logo-img,.main-visual .swiper-slide .txt-bx .text,.main-visual .swiper-slide .txt-bx .title,.main-visual .swiper-slide .txt-bx .main_btn {
    transform: translateY(50px);
    opacity: 0;
    transition: 1000ms opacity,1000ms transform
}

.main-visual .swiper-slide-active .txt-bx .logo-img,.main-visual .swiper-slide-active .txt-bx .text,.main-visual .swiper-slide-active .txt-bx .title,.main-visual .swiper-slide-active .txt-bx .main_btn {
    transform: translateY(0);
    opacity: 1
}

@media (max-width: 1200px) {
    .main-visual .img-bx:after {
        padding-bottom:66.6666666667%
    }
}

@media (max-width: 768px) {
    .main-visual {
        height:90vh
    }

    .main-visual .video-bx {
        display: block;
        position: relative;
        overflow: hidden
    }

    .main-visual .video-bx:after {
        content: "";
        display: block;
        padding-bottom: 90vh
    }

    .main-visual .video-bx>img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 1000%;
        min-height: 1000%;
        max-width: none;
        max-height: none;
        transform: translate(-50%,-50%) scale(0.1)
    }

    .main-visual .img-bx:after {
        padding-bottom: 83.3333333333%
    }

    .main-visual .txt-bx {
        font-size: 2.3vw
    }
}

@media (max-width: 480px) {
    .main-visual .txt-bx .logo-img {
        /*font-size: 2.0rem;*/
    }
}

.main-visual .swiper-button {
    z-index: 10;
    color: #fff;
    font-size: 1.875rem;
    transition: 300ms color;
    text-shadow: 3px 3px 3px rgb(0, 0, 0, .3);
}

.main-visual .swiper-button:hover {
    color: #fff
}

.main-visual .swiper-control {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.main-visual .swiper-control .container {
    max-width: 1790px;
    display: flex;
    align-items: center;
    gap: 0.625rem
}
.main-visual .swiper-control .container .swiper-button--prev {
    margin-right: auto;
}

@media (max-width: 1640px) {
    .main-visual .swiper-control {
        top: auto;
        bottom : 20%;
        left: 0;
        transform: none;
    }
}


@media (max-width: 768px) {
    .main-visual .swiper-control {
        bottom:20%
    }
    .main-visual .swiper-control .container .swiper-button--prev {
        margin-right: 0;
    }
}

@media (min-width: 768.02px) {
    html {
        scroll-behavior:smooth
    }
}

.swiper-wrapper {
    height: auto
}

.section1 {padding: 10rem 0;}
.section1 .sec-tit {width: 100%; background: #f4f4f4; text-align: center; padding: 6rem 0; margin-bottom: 17rem;}
.section1 .sec-tit .tit {font-weight: 700; color: #111111; font-size: 2.9rem; line-height: 1.4; word-break: keep-all;}
.section1 .sec-tit .tit2 {color: #111111; font-size: 2.8rem; line-height: 1.4; word-break: keep-all;}
.section1 .container {max-width: 1790px; padding: 0;}
.about-box {
    padding: 8rem 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    border-bottom: 1px solid #000;
}
.about-box:first-child {
    padding: 0 12.5rem 8rem;
}
.about-box:last-child {
  padding-bottom:0px;
    border-bottom: none;
}

.about-img {
  flex:0 0 48%;
}

.img {
  position: relative;
}



img.gradient-bg {
  position: absolute;
  right:-20px;
  bottom:-20px;
  z-index:-1;
}

img.gradient-bg2 {
  right:unset;
  left:-20px;
}

.about-con {
  flex:0 0 48%;
    margin-bottom: auto;
}

.section-subtit {
  font-size:2.4rem;
  font-weight:700;
  color:#111;
    padding-bottom: 4rem;
    word-break: keep-all;
}

.section-subtxt {
  font-size:1.6rem;
  font-weight:400;
  color:#111;
  line-height:1.6;
    word-break: keep-all;
}

@media (max-width:1200px) {
    .about-box {
        padding: 80px 1.875rem;
    }
    .about-box:first-child {
        padding: 0 1.875rem 80px;
    }
    .section1 .sec-tit {padding: 6rem 1.875rem;}
  .section-entxt {
    margin-top:18px;
  }

}
@media (max-width:1024px) {

  .about-box {
    padding-bottom:80px;
  }
    .section1 .sec-tit {padding: 5rem 0; margin-bottom: 12rem;}
    .section1 .sec-tit .tit {font-size: 2.5rem;}
    .section1 .sec-tit .tit2 {font-size: 2.3rem;}

  img.gradient-bg {
    display: none;
  }

}
@media (max-width:768px) {
    .section1 .sec-tit {padding: 4rem 0; margin-bottom: 8rem;}
    .section1 .sec-tit .tit {font-size: 2rem;}
    .section1 .sec-tit .tit2 {font-size: 1.9rem;}

  .about-box {
    padding: 60px 1.875rem;
  }
    .about-box:first-child {
        padding: 0 1.875rem 60px;
    }

  .about-img {
    flex:1 1 100%;
    order:1;
  }

  .about-con {
    flex:1 1 100%;
    order:2;
    margin-top:20px;
  }
    .section-subtit {
    padding-bottom: 2rem;
  font-size:2rem;
}

  .section-entxt {
    margin-top:12px;
  }

}

@media (max-width:768px) {
    .section1 .sec-tit .tit {font-size: 1.8rem;}
    .section1 .sec-tit .tit2 {font-size: 1.7rem;}
}


/* Footer */
#footer {border-top:1px solid #f6f6f6; padding: 50px 0;}
#footer .basic_in {position:relative; max-width:1790px; width: 100%; margin:0 auto;}
#footer .footer {display:flex; flex-wrap:wrap;}
#footer .footer dl {margin-right:180px;}
#footer .footer dl:last-of-type {margin-right:0;}
#footer .footer dl dt {font-size:1.6rem; letter-spacing:-0.6pt; color:#111; font-weight:500;}
#footer .footer dl dd {font-size:1.6rem; letter-spacing:-0.6pt; margin:6px 0 0;}
#footer .footer dl dd span {padding-left: 35px;}

#footer .foot_bottom {display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center; position: absolute; top: 55px; right: 0; }
#footer .foot_bottom .copy { font-size: 1.5rem; line-height: 155%; color:#111111; }

#footer .family_site {width:220px; position:absolute; top:0px; right:230px;}
#footer .family_site dt {position:relative; height:45px; line-height:45px; width:100%; padding:0 22px; box-sizing:border-box; color:#111; font-size:1.5rem; cursor:pointer; border:1px solid #111;}
#footer .family_site dt::before {content:'\e145'; font-size:22px; color:#111; position:absolute;  right:18px; top:50%; margin-top:-20px;font-family: 'Material Symbols Outlined';}
#footer .family_site dd {padding:20px 22px 10px; box-sizing:border-box; width:100%; position:absolute; bottom:45px; left:0; opacity:0; visibility:hidden; transform:translateY(50%); transition:all 0.5s ease; background: #F5F5F5}
#footer .family_site dd a {display:block; font-size:1.5rem; letter-spacing:-0.6pt; margin:0 0 6px;}
#footer .family_site dd a:last-of-type {margin:0;}

#footer .family_site.on dt {}
#footer .family_site.on dd {opacity:1; visibility:visible; transform:translateY(0); transition:all 0.5s ease;}

#footer .privacy {width:220px; position:absolute; top:0px; right:0;}
#footer .privacy dt {position:relative; height:45px; line-height:45px; width:100%; padding:0 22px; box-sizing:border-box; color:#111; font-size:1.5rem; cursor:pointer; border:1px solid #111;}
#footer .privacy dt::before {content:'\e145'; font-size:22px; color:#111; position:absolute;  right:18px; top:50%; margin-top:-20px;font-family: 'Material Symbols Outlined';}

@media all and (max-width:1659px){
    #footer .basic_in {padding: 0 1.875rem;}
}
@media all and (max-width:1400px){
    #footer .footer dl {margin-right:130px;}
}
@media all and (max-width:1300px){
    #footer .footer dl {margin-right:100px;}
}
@media all and (max-width:1200px){
    #footer {height:auto !important;}
    #footer .footer dl {margin-right:0; width:100%; margin-bottom:35px;}
    #footer .footer dl:last-of-type {margin-bottom:0;}
}
@media all and (max-width:800px){
    #footer {padding: 50px 0 0;}
    #footer .foot_top {justify-content:space-between; margin:0 0 30px}
    #footer .footer {margin-bottom:20px; padding-bottom:30px; border-bottom: 1px solid #E0E0E0;}
    #footer .footer dl {margin-right:0; width:100%; margin-bottom:25px;}
    #footer .footer dl:last-of-type {margin-bottom:0;}
    #footer .footer dl dt {font-size:1.5rem; text-align: center;}
    #footer .footer dl dd {font-size:1.5rem; text-align: center;}
    #footer .ft_foot {position: relative}
    #footer .family_site {width:49%; position:absolute; top:0; right: inherit; left: 0;}
    #footer .family_site dt {line-height:40px; height:40px; padding:0 18px; font-size: 1.4rem}
    #footer .family_site dt::before {right:20px;}
    #footer .family_site dd {padding:15px 18px 5px; bottom:40px;}

    #footer .foot_bottom {display:block; text-align:center; position: inherit; top: 50px; padding-bottom: 20px; }
    #footer .foot_bottom .copy {line-height: 2; word-break: keep-all;}
    
    #footer .privacy {width:49%; position:absolute; top:0px; right: 0;}
    #footer .privacy dt {line-height:40px; height:40px; padding:0 18px;}
    #footer .privacy dt::before {right:20px;}
    }

@media all and (max-width:480px){
    #footer .foot_bottom .copy {font-size: 1.3rem}
}
