@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secWrapper{
	width:100%;
	position:relative;
	overflow:hidden;
}
.secWrapper .img{
	display:block;
	height:100%;
	position:relative;
	left:50%;
	margin-left:-960px;
	z-index: 100;
}
.secWrapper .boxImg{
	position: relative;
}
.secWrapper .video{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.secWrapper .videoOverlay{
	content: "";
	opacity: 0.3;
    background: #000;
    will-change: opacity;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.secWrapper .video video{
	width:100%;
	height:100%;
	transform: translateY(0) translateX(0);
	-webkit-transform: translateY(0) translateX(0);
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0!important;
	left: 0!important;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
@media only screen and (max-width:767px){
    .secWrapper .video{
        height: 100vh;
    }
}

/* secHeroTit */
.secHeroTit{
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 999;
    padding-bottom: 260px;
}
.secHeroTit .wrapper{
    position: relative;
    padding-top: 525px;
}

.secHeroTit .topTitBox{
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 15px;
    color: #fff;
    line-height: 1.62;
}
.secHeroTit .topTit{
    position: relative;
    display: inline-block;
}
.secHeroTit .topTit::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 14px;
    left: 0;
    width: 93%;
    height: 1px;
    background-color: #fff;
}
.secHeroTit .engTitImg{
    margin-top: 35px;
}
.secHeroTit .iconHero{
    position: absolute;
    bottom: 70px;
    right: 100px;
    /* background: #fff; */
}
.secHeroTit .iconInner{
    position: relative;
}
.secHeroTit .rikunaviList{
    position: absolute;
    right: 24px;
    top: 18px;
}
.secHeroTit .rikunaviItem:nth-child(2){
    margin-top: 6px;
}
.secHeroTit .rikunaviInner{
    display: block;
}
.secHeroTit .rikunaviListLink .rikunaviItem + .rikunaviItem{
    margin-top: 10px;
}
@media only screen and (max-width:767px){
    .secHeroTit{
        padding: 50px 0 180px;
    }
    .secHeroTit .wrapper{
        padding-top: 330px;
    }
    .secHeroTit .titImg{
        width: 277px;
        margin: 0 0 0 35px;
    }
    .secHeroTit .topTit::before{
        bottom: 5px;
    }
    .secHeroTit .engTitImg{
        margin-top: 15px;
        width: 261px;
    }
    .secHeroTit .iconHero{
        position: static;
        width: 89.336%;
        margin: 70px auto 0;
    }
    .secHeroTit .rikunaviList{
        right: 30px;
    }
    .secHeroTit .rikunaviItem{
        width: 150px;
    }
    .secHeroTit .spBox{
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
    }
    .secHeroTit .rikunaviListLink{
        display: flex;
        justify-content: space-between;
    }
    .secHeroTit .rikunaviListLink .rikunaviItem{
        width: 165px;
    }
    .secHeroTit .rikunaviListLink .rikunaviItem + .rikunaviItem{
        margin: 0;
    }


}
@media only screen and (max-width:374px){
    .secHeroTit .topTitBox{
        font-size: 28px;
        letter-spacing: 5px;
        line-height: 1.5;
    }
}
@media only screen and (max-width:359px){
    .secHeroTit .iconHero{
        width: 280px;
    }
    .secHeroTit .rikunaviList{
        right: 20px;
        top: 15px;
    }
    .secHeroTit .rikunaviItem{
        width: 130px;
    }
}


/*-----------------------------------------------
    main
-----------------------------------------------*/
#main{
   /* background-color: rgb(51, 51, 51); */
    position: relative;
    padding-top: 229px;
    z-index: 9999;
}
@media only screen and (max-width:767px){
    #main{
        padding-top: 88px;
    }
    .top #main{
        padding-top: 0px;
    }
}



.bgBox{
    position: relative;
    height: 3364px;
}
.bgBox.show.lazyloaded{
    background: url(../img/index/1_bg.png) center top no-repeat;
}
@media only screen and (max-width:767px){
    .bgBox{
        height: auto;
    }
    .bgBox.show.lazyloaded{
        background: url(../img/index/1_bg_sp.png) center top / 100vw auto no-repeat #fff;
    }
}

.wrapper{
    position:relative; 
    padding-bottom: 200px;
	/* width:100%;
	overflow:hidden; */
}

.wrapper .boxImg{
	position: relative;
}
.wrapper .bg{
	display: none;
	width: 1920px;
	height: 1000px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.wrapper .bg img,
.wrapper .bg02 img{
	width: 100%;
	height: auto;
}
.wrapper .bg02{
	display: none;
	width: 1920px;
	height: 3364px;
	position: absolute;
	top: 1000px;
	left: 0;
	z-index: 10;
}
.wrapper .bg.show,
.wrapper .bg02.show{
	display: block;
}
.wrapper .video{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.wrapper .video video{
	width:100%;
	height:100%;
	transform: translateY(0) translateX(0);
	-webkit-transform: translateY(0) translateX(0);
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0!important;
	left: 0!important;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
@keyframes zoomUp {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
	}
}
@-webkit-keyframes zoomUp {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
	}
}

/* secContents */
.secContents{
    position: relative;
    z-index: 1;
    padding-top: 525px;
}
@media only screen and (max-width:767px){
    .secContents{
        width: calc((305 / 375)* 100%);
        margin: 0 auto;
        padding: 56.972vh 0 26.687vh;
    }
    .secContents .titImg{
        width: 277px;
    }
}

@media only screen and (max-width:767px){
    /* bgBox */
    .bgBox{
        position: relative;
        padding: 20.5vw 0 17.5vw;
    }
}

/* secTop */
.secTop{
    margin-top: 27px;
    padding-top: 200px;
}
.secTop .topWrapper{
    display: flex;
    align-items: center;
    position: relative;
    min-height: 850px;
}
.secTop .txtBox{
    margin-top: 7px;
}
.secTop .tit{
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 7px;
}
.secTop .txt{
    font-size: 18px;
    line-height: 3.556;
    font-weight: bold;
    margin-top: 55px;
}
.secTop .txtImg{
    position: absolute;
    left: -296px;
    top: -63px;
}
.secTop .rightBox{
    position: absolute;
    right: calc(50% - 960px);
    top: 0;
}
@media only screen and (max-width:1600px){
    .secTop .rightBox {
        right: calc(50% - 830px);
    }
}

@media only screen and (max-width:767px){
    .secTop{
        width: calc((305 / 375)* 100%);
        margin: 0px auto 0;
        padding-top: 0px;
    }
    .secTop .topWrapper{
        display: block;
        min-height: auto;
    }
    .secTop .txtBox{
        margin-top: 0px;
    }
    .secTop .tit{
        font-size: 32px;
        letter-spacing: 2px;
    }
    .secTop .txt{
        font-size: 14px;
        line-height: 2.14;
        margin-top: 22px;
    }
    .secTop .txtImg{
        position: relative;
        left: auto;
        top: auto;
        width: 277px;
        margin: 0 auto;
    }
    .secTop .rightBox{
        margin-top: 31px;
        position: static;
    }
    .secTop .boxImg{
        margin-top: -33px;
    }
}


.ticker-container {
    width: 100%; 
    height: 360px; 
    overflow: hidden; 
    position: relative; 
    margin-top: 200px;
  }
  .ticker-items {
    display: flex; 
    position: absolute; 
    top: 0;
    left: calc(50% - 500px);
  }
  .ticker-item {
    flex-shrink: 0; 
    margin-right: 20px; 
  }
  .ticker-item img {
    max-width: 100%;
    height: auto; 
  }

  @media only screen and (max-width:767px){
    .ticker-container {
        height: 148px; 
        margin-top:50px;
      }
      .ticker-items {
        left: calc(50% - -280px);
      }
      .ticker-item {
        flex-shrink: 0; 
        margin-right: 10px; 
      }
      .ticker-item img {
        max-width: 100%;
        width: auto;
        height: 148px;
      }
  }



/* secList */
.secList{
    margin-top: 230px;
}
.secList .item{
    display: flex;
    align-items: center;
    position: relative;
    min-height: 600px;
}
.secList .item:nth-child(n+2){
    margin-top: 175px;
}
.secList .txtBox{
    width: calc(100% - 890px);
    color: #222;
  margin-left: 860px;
}
.secList .topTit{
    font-size: 100px;
    letter-spacing: 11px;
    position: absolute;
    top: -55px;
    left: 0;
    z-index: 1;
}
.secList .spanTit{
    position: relative;
    z-index: 1;
    color: #16c45c;
}
.secList .spanTit.blue{
    color:#165e83 ;
}
.secList .tit{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
}
.secList .txt{
    font-size: 16px;
    line-height: 2.5;
    margin-top: 35px;
    letter-spacing: 1px;
    font-weight: bold;
}
.secList .boxImg{
    position: absolute;
    left: calc(50% - 960px);
    top: 0;
}
.secList .secCmnBtnView{
    margin-top: 35px;
}
.secList .spanBorder{
    position: relative;
    border-bottom: 1px solid #222;
}
/* 画像ホバー */
.secList .item:has(.boxImg:hover) .secCmnBtnView .spanIcon{
    background: #fff;
    border: solid 1px rgb(22, 196, 92);
}
.secList .item:has(.boxImg:hover) .secCmnBtnView.color02 .spanIcon{
    background: #fff;
    border: solid 1px rgb(22, 94, 131);
}
.secList .item:has(.boxImg:hover) .secCmnBtnView .spanIcon::before {
    opacity: 0;
    left: 200%;
}
.secList .item:has(.boxImg:hover) .secCmnBtnView .spanIcon::after {
    left: calc(50% - 17px);
    opacity: 1;
}
.secList .item:has(.boxImg:hover) .secCmnBtnView .spanTxt::before{
    transform: scale(1, 1);
}
@media only screen and (max-width:1550px){
    .secList .txtBox {
        width: calc(100% - 750px);
        margin-left: 800px;
    }
}
@media only screen and (max-width:1450px){
    .secList .txtBox {
        margin-left: 730px;
    }
}
@media only screen and (max-width:767px){
    .secList{
        width: calc((305 / 375)* 100%);
        margin: 80px auto 0;
    }
    .secList .item{
        display: block;
        min-height:auto;
    }
    .secList .item:nth-child(n+2){
        margin-top: 80px;
    }
    .secList .txtBox{
        width: 100%;
        margin-left: 0px;
        margin-top: 30px;
    }
    .secList .topTit{
        font-size: 30px;
        letter-spacing: 3.5px;
        top: -15px;
        left: -18px;
    }
    .secList .tit{
        font-size: 20px;
        letter-spacing: 1px;
    }
    .secList .txt{
        font-size: 12px;
        line-height: 2.167;
        margin-top: 17px;
        letter-spacing: 0px;
        font-weight: normal;
    }
    .secList .boxImg{
        position: static;
    }
    .secList .secCmnBtnView{
        margin-top: 25px;
    }
    /* 画像ホバー */
    .secList .item:has(.boxImg:hover) .secCmnBtnView .spanIcon{
        background: linear-gradient(-90deg, rgb(22, 196, 92) 0%, rgb(24, 222, 103) 100%);
        border: none;
    }
    .secList .item:has(.boxImg:hover) .secCmnBtnView.color02 .spanIcon{
        background: linear-gradient(-90deg, rgb(22, 94, 131) 0%, rgb(26, 113, 156) 100%);
        border: none;
    }
    .secList .item:has(.boxImg:hover) .secCmnBtnView .spanIcon::before {
        opacity: 1;
        left: 17px;
    }
}
@media only screen and (max-width: 359px) {
    .secList .txt {
        font-size: 11px;
    }
}



/* secStaffPlan */
.secStaffPlan .img{
    padding-top: 60%;
}
.secStaffSlider{
    overflow: hidden;
    padding: 145px 0 150px;
    position: relative;
}
.secStaffSlider.lazyloaded{
    background: url(../img/index/bgStaffPlan.jpg) center top / cover;
}
.secStaffSlider .slBox{
    display: flex;
    align-items: center;
}
.secStaffSlider .slTit{
    font-size: 40px;
    letter-spacing: 5px;
}
.secStaffSlider .slTxt{
    margin-left: 54px;
    font-size: 16px;
    position: relative;
}
.secStaffSlider .slTxt::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #222;
    left: -45px;
    top: calc(50% - -1px);
}
.secStaffSlider .boxSlider{
    position: relative;
    padding-top: 85px;
    margin-top: -27px;
}
.secStaffSlider .swiper{
    width: 1500px;
    overflow: visible;
}
.secStaffSlider .swiper-button-prev,
.secStaffSlider .swiper-button-next{
    width: 73px;
    height:16px;
    margin-top: 0;
    top: -84px;
    z-index: 999999999;
}
.secStaffSlider .swiper-button-prev{
    right: calc(50% - 653px);
    left: unset;
}
.secStaffSlider .swiper-button-next{
    right: calc(50% - 755px);
}
.secStaffSlider .swiper-button-prev::after,
.secStaffSlider .swiper-button-next::after{
    display: none;
}
.secStaffSlider .swiper-button-prev::after{
    transform: rotate(45deg);
  left: 3px;
}
.secStaffSlider .swiper-button-prev{
    background: url(../img/index/iconBtnPrev.png) center center / 73px auto no-repeat;
}
.secStaffSlider .swiper-button-next{
    background: url(../img/index/iconBtnNext.png) center center / 73px auto no-repeat;
}

.secStaffSlider .swiper-slide{
    height: auto;
}
.secStaffSlider .inner{
    display: block;
    text-decoration: none;
    color: #222;
    height: 100%;
    position: relative;
}
.secStaffSlider .inner::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #000;
    bottom: -180px;
    right: -20px;
    z-index: 1;
}
.secStaffSlider .inner:hover:before{
    background: #000;
}
.secStaffSlider .inner::after{
    position: absolute;
    content: "";
    width: 14px;
    height: 8px;
    bottom: -164px;
    right: -7px;
}
.secStaffSlider .inner.lazyloaded::after{
    background:url(../img/works/iconBtn03.gif) center top / cover;
}
.secStaffSlider .inner.lazyloaded:hover::after{
    background:url(../img/works/iconBtn02.png) center top / cover;
    z-index: 1;
    transform: rotate(180deg);
}
.secStaffSlider .img{
    padding-top: 120%;
}
.secStaffSlider .txtBox{
    padding: 25px 30px 30px;
    background: #fff;
    position: absolute;
    right: -49px;
    width: 100%;
    bottom: -210px;
    min-height: 260px;
}
.secStaffSlider .tit{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.63;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 72px;
    margin-top: 0px;
}
.secStaffSlider .data{
    font-size: 14px;
    line-height: 1.71;
    margin-top: 15px;
    letter-spacing: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
    color: #888888;
}
.secStaffSlider .disabled .swiper-slide{
    width: 400px;
}
.secStaffPlan .secCmnBtnView{
    margin-top: 260px;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width:1540px){
    .secStaffSlider .boxSlider {
        margin: -38px 0 0 20px;
    }
        .secStaffSlider .swiper-button-prev {
        right: calc(50% - 530px);
    }
    .secStaffSlider .swiper-button-next {
        right: calc(50% - 620px);
    }
    .secStaffSlider .swiper{
        width: 100%;
    }
}
@media only screen and (max-width:767px){
    .secStaffSlider .swiper{
        width: 100%;
    }
    .secStaffSlider{
        margin-top: 0px;
        padding: 68px 0 96px;
    }
    .secStaffSlider.lazyloaded{
        background: url(../img/index/bgStaffPlan_sp.jpg) center top / cover;
    }
    .secStaffSlider .slBox{
        display: block;
        padding-left: 15px;
    }
    .secStaffSlider .slTit{
        font-size:30px;
        letter-spacing: 3px;
    }
    .secStaffSlider .slTxt{
        letter-spacing: 0px;
        margin-left: 0px;
        font-size: 13px;
        margin-top: 15px;
    }
    .secStaffSlider .slTxt::before {
       display: none;
    }
    .secStaffSlider .boxSlider{
        padding-top: 28px;
        width: 89.334%;
        margin: 0 auto 0;
    }
    .secStaffSlider .swiper-button-prev,
    .secStaffSlider .swiper-button-next{
        width: 20px;
        height:12px;
        margin-top: 0;
        top: -43px;
    }
    .secStaffSlider .swiper-button-prev{
        right: 50px;
        left: unset;
    }
    .secStaffSlider .swiper-button-next{
        right:15px;
    }
    .secStaffSlider .swiper-button-prev::after,
    .secStaffSlider .swiper-button-next::after{
        display: none;
    }
    .secStaffSlider .swiper-button-prev::after{
        transform: rotate(45deg);
      left: 3px;
    }
    .secStaffSlider .swiper-button-prev{
        background: url(../img/index/iconBtnPrev_sp.png) center center / 20px auto no-repeat;
    }
    .secStaffSlider .swiper-button-next{
        background: url(../img/index/iconBtnNext_sp.png) center center / 20px auto no-repeat;
    }
    .secStaffSlider .swiper-pagination{
        position: absolute;
        font-size: 15px;
        top: -26px;
        z-index: -1;
        right: calc(50% - 1045px);
        left: unset;
    }
    .secStaffSlider .swiper-pagination-current,
    .secStaffSlider .swiper-pagination-total{
        position: relative;
        z-index: 2;
        font-size: 24px;
        top: 0;
        font-family: 'Sen', sans-serif;
    }
    .secStaffSlider .swiper-pagination-total{
        padding-left: 33px;
    }
    .secStaffSlider .txtBox{
        padding: 10px 20px 63.5px;
        right: -20px;
        width: 100%;
        bottom: -126px;
        min-height: 190px;
    }
    .secStaffSlider .tit{
        font-size: 14px;
        line-height: 1.42;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 60px;
        margin-top: 8px;
    }
    .secStaffSlider .data{
        font-size: 11px;
        line-height: 1.63;
        letter-spacing: 0px;
        margin-top: 13px;
    }
    .secStaffSlider .inner::before {
        width: 30px;
        height: 30px;
        bottom: -106px;
        right: 20px;
        z-index: 1;
    }
    .secStaffSlider .inner::after {
        bottom: -95px;
        right: 28px;
    }
    .secStaffSlider .disabled .swiper-slide{
        width: 59.702%;
    }
    .secStaffPlan .secCmnBtnView{
        padding-right: 18px;
        margin-top: 156px;
    }    
}



/* secEnvi */
.secEnvi{
    position: relative;
    background: rgba(0, 0, 0, 0.6);
}
.secEnvi .inner{
    padding: 203px 0 165px;
    text-decoration: none;
    color: #fff;
    height: 100%;
    display: block;
}
.secEnvi .txtBox{
    text-align: center;
    position: relative;
}
.secEnvi .tit{
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 6px;
}
.secEnvi .txt{
    font-size: 16px;
    line-height: 2.5;
    margin-top: 36px;
    letter-spacing: 2px;
    font-weight: bold;
}
.secEnvi .spanTit{
    position: relative;
}
.secEnvi .spanTit::before{
    position: absolute;
    content: "";
    width: 342px;
    height: 85px;
    left: -85px;
    top: -34px;
}
.secEnvi .spanTit.lazyloaded::before{
    background: url(../img/index/txtEnvi01.png) center top / cover;
}
.secEnvi .secCmnBtnView{
    margin-top: 37px;
}
.secEnvi .secCmnBtnView .spanIcon{
    background: transparent;
    border: solid 1px #fff;
}
.secEnvi .inner:hover .secCmnBtnView .btnInner{
    pointer-events: none;
}
.secEnvi .inner:hover .secCmnBtnView .spanIcon{
    background: #fff;
}
.secEnvi .inner:hover .secCmnBtnView .spanIcon::before{
    opacity: 0;
    left: 200%;
}
.secEnvi .secCmnBtnView .spanIcon.lazyloaded::after{
    background-image: url(../img/index/iconArrow05.png);
}
.secEnvi .inner:hover .secCmnBtnView .spanIcon::after{
    left: calc(50% - 17px);
    opacity: 1;
}
@media only screen and (max-width:767px){
    .secEnvi .inner{
        padding: 100px 0 81px;
    }
    .secEnvi .tit{
        font-size: 30px;
        letter-spacing: 2px;
    }
    .secEnvi .txt{
        font-size: 13px;
        line-height: 2.15;
        margin-top: 15px;
        letter-spacing: 2px;
    }
    .secEnvi .spanTit::before{
        width: 152px;
        height: 38px;
        left: -50px;
        top: -17px;
    }
    .secEnvi .secCmnBtnView{
        margin-top: 20px;
    }
    .secEnvi .inner:hover .secCmnBtnView .spanIcon{
        background: transparent;
    }
    .secEnvi .inner:hover .secCmnBtnView .spanIcon::before{
        left: 17px;
        opacity: 1;
    }
}


.secLinePlan{
    background: #fff;
    padding-bottom: 60px;
}
.secLinePlan .img{
    padding-top: 60%;
}
.secHeroSlider{
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding: 175px 0 0;
    background: #fff;
}
.secHeroSlider .slBox{
    display: flex;
    align-items: center;
}
.secHeroSlider .slTit{
    font-size: 40px;
    letter-spacing: 6px;
}
.secHeroSlider .slTxt{
    margin: 8px 0 0 48px;
    font-size: 16px;
    position: relative;
}
.secHeroSlider .slTxt::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #222;
    left: -45px;
    top: calc(50% - 1px);
}
.secHeroSlider .boxSlider{
    position: relative;
    padding-top: 85px;
    margin-top: -27px;
}
.secHeroSlider .swiper{
    width: 1500px;
    overflow: visible;
}
.secHeroSlider .swiper-button-prev,
.secHeroSlider .swiper-button-next{
    width: 73px;
    height:16px;
    margin-top: 0;
    top: -84px;
}
.secHeroSlider .swiper-button-prev{
    right: calc(50% - 653px);
    left: unset;
}
.secHeroSlider .swiper-button-next{
    right: calc(50% - 755px);
}
.secHeroSlider .swiper-button-prev::after,
.secHeroSlider .swiper-button-next::after{
    display: none;
}
.secHeroSlider .swiper-button-prev::after{
    transform: rotate(45deg);
  left: 3px;
}
.secHeroSlider .swiper-button-prev{
    background: url(../img/index/iconBtnPrev.png) center center / 73px auto no-repeat;
}
.secHeroSlider .swiper-button-next{
    background: url(../img/index/iconBtnNext.png) center center / 73px auto no-repeat;
}
.secHeroSlider .swiper-pagination{
    position: absolute;
    font-size: 15px;
    top: -26px;
    z-index: -1;
    right: calc(50% - 1045px);
    left: unset;
}
.secHeroSlider .swiper-pagination-current,
.secHeroSlider .swiper-pagination-total{
    position: relative;
    z-index: 2;
    font-size: 24px;
    top: 0;
    font-family: 'Sen', sans-serif;
}
.secHeroSlider .swiper-pagination-total{
    padding-left: 33px;
}
.secHeroSlider .swiper-slide{
    height: auto;
}
.secHeroSlider .inner{
    display: block;
    text-decoration: none;
    color: #222;
    height: 100%;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    position: relative;
}
.secHeroSlider .img{
    padding-top: 67.445%;
}
.secHeroSlider .img img{
    border-radius: 10px 10px 0 0;
}
.secHeroSlider .txtBox{
    padding: 18px 30px 83px;
}
.secHeroSlider .tit{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.63;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 102px;
    min-height: 102px;
    margin-top: 20px;
}
.secHeroSlider .titBox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
    padding: 0 30px;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.secHeroSlider .tagTitBox{
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.secHeroSlider .tagTit{
    margin-right: 5px;
    padding: 3.5px 18px;
    min-width: 66px;
    background: #f2f2f2;
    border-radius: 14px;
    color: #888888;
    display: inline-block;
    text-align: center;
}
.secHeroSlider .tagTit.new{
    background: #d8ff00;
    color: #222;
}
.secHeroSlider .tagTit:last-child{
    margin-right: 0;
}
.secHeroSlider .data{
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888888;
}
@media only screen and (max-width:1540px){
    .secHeroSlider .boxSlider {
        margin: -38px 0 0 20px;
    }
    .secHeroSlider .swiper-button-prev {
        right: calc(50% - 530px);
    }
    .secHeroSlider .swiper-button-next {
        right: calc(50% - 620px);
    }
    .secHeroSlider .swiper{
        width: 100%;
    }
}
.secHeroSlider .disabled .swiper-slide{
    width: 28.667%;
    margin-right: 2.667%;
}
.secHeroSlider .disabled .swiper-slide:last-child{
    margin-right: 0;
}
/* secCmnBtnView */
.secLinePlan .secCmnBtnView{
    margin-top: 60px;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width:767px){
    .secLinePlan{
        padding-bottom: 35px;
    }
    .secHeroSlider .swiper{
        width: 100%;
    }
    .secHeroSlider{
        padding-top: 60px;
    }
    .secHeroSlider .slBox{
        display: block;
        padding-left: 15px;
    }
    .secHeroSlider .slTit{
        font-size:30px;
        letter-spacing: 4px;
    }
    .secHeroSlider .slTxt{
        letter-spacing: 0px;
        margin-left: 0px;
        font-size: 14px;
        margin-top: 20px;
        font-weight: 700;
    }
    .secHeroSlider .slTxt::before {
       display: none;
    }
    .secHeroSlider .boxSlider{
        padding-top: 30px;
        width: 89.334%;
        margin: 0 auto 0;
    }
    .secHeroSlider .swiper-button-prev,
    .secHeroSlider .swiper-button-next{
        width: 20px;
        height:12px;
        margin-top: 0;
        top: -43px;
    }
    .secHeroSlider .swiper-button-prev{
        right: 50px;
        left: unset;
    }
    .secHeroSlider .swiper-button-next{
        right:15px;
    }
    .secHeroSlider .swiper-button-prev::after,
    .secHeroSlider .swiper-button-next::after{
        display: none;
    }
    .secHeroSlider .swiper-button-prev::after{
        transform: rotate(45deg);
      left: 3px;
    }
    .secHeroSlider .swiper-button-prev{
        background: url(../img/index/iconBtnPrev_sp.png) center center / 20px auto no-repeat;
    }
    .secHeroSlider .swiper-button-next{
        background: url(../img/index/iconBtnNext_sp.png) center center / 20px auto no-repeat;
    }
    .secHeroSlider .swiper-pagination{
        position: absolute;
        font-size: 15px;
        top: -26px;
        z-index: -1;
        right: calc(50% - 1045px);
        left: unset;
    }
    .secHeroSlider .swiper-pagination-current,
    .secHeroSlider .swiper-pagination-total{
        position: relative;
        z-index: 2;
        font-size: 24px;
        top: 0;
        font-family: 'Sen', sans-serif;
    }
    .secHeroSlider .swiper-pagination-total{
        padding-left: 33px;
    }
    .secHeroSlider .img{
        padding-top: 67.37%;
    }
    .secHeroSlider .txtBox{
        padding: 5px 15px 52px;
    }
    .secHeroSlider .tit{
        font-size: 14px;
        line-height: 1.42;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 60px;
        min-height:60px;
        margin-top: 8px;
    }
    .secHeroSlider .titBox{
        margin-top: 5px;
        justify-content: flex-start;
        bottom: 21px;
        padding: 0 15px;
    }
    .secHeroSlider .tagTitBox{
        font-size: 10px;
        letter-spacing: 0px;
    }
    .secHeroSlider .tagTit{
        padding: 3px 10px;
        min-width: 40px;
        border-radius: 10.5px;
        letter-spacing: 1px;
    }
    .secHeroSlider .data{
        font-size: 11px;
        letter-spacing: 0.5px;
    }
    .secHeroSlider .disabled .swiper-slide{
        width: 56.717%;
    }
    .secLinePlan .secCmnBtnView{
        margin-top: 30px;
    }
}


/* secMovie */
.secMovie{
    padding-top: 60px;
    position: relative;
    background: #fff;
}
.secMovie .slBox{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}
.secMovie .slTit{
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 5px;
}
.secMovie .slTxt{
    margin: 8px 0 0 48px;
    font-size: 16px;
    position: relative;
}
.secMovie .slTxt::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background: #222;
    left: -45px;
    top: calc(50% - 1px);
}
.secMovie .boxSlider{
    margin-top: 60px;
    position: relative;
    z-index: 5;
}
.secMovie .img{
    padding-top: 177.778%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.secMovie .disabled .swiper-slide{
    width: 270px;
}
.secMovie .boxSlider.disabled .swiper-slide{
    width: calc((100% - 150px) / 5);
    margin-right: calc(150px / 4);
}
.secMovie .boxSlider.disabled .swiper-slide:last-child{
	margin-right:0;
}
.secMovie .swiper-wrapper{
    transition-timing-function: linear;
}
.secMovie .swiper{
    overflow: visible;
}
.secMovie .btnMoviePopup{
    position: relative;
}
.secMovie .btnMoviePopup::after{
    position: absolute;
    content: "";
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
    background: url(../img/index/iconMovie.png) center top / cover;
}
@media only screen and (max-width:767px){
    .secMovie{
        padding-top: 35px;
    }
    .secMovie .slBox{
        display: block;
        padding-left: 15px;
    }
    .secMovie .slTit{
        font-size:30px;
        letter-spacing: 4px;
    }
    .secMovie .slTxt{
        letter-spacing: 0px;
        margin-left: 0px;
        font-size: 14px;
        margin-top: 20px;
        font-weight: 700;
    }
    .secMovie .slTxt::before {
       display: none;
    }
    .secMovie .boxSlider{
        margin-top: 30px;
    }
    .secMovie .disabled .swiper-slide{
        width: 40.299%;
        margin-right: 1.792%;
    }
    .secMovie .boxSlider.disabled .swiper-slide{
        width: 40.299%;
        margin-right: 1.4926%;
    }
    .secMovie .boxSlider.disabled .swiper-slide:last-child{
        margin-right: 0;
    }
    .secMovie .btnMoviePopup::after{
        width: 32px;
        height: 32px;
        left: calc(50% - 16px);
        top: calc(50% - 16px);
    }
}


/*-----------------------------------------------
    moviePopup
-----------------------------------------------*/
body.isMoviePopup{
    padding-bottom: 0 !important;
    overflow-x: hidden;
    overflow-y: scroll;
}
.isMoviePopup #header{
    display: none;
}
/* moviePopup */
#moviePopup{
    display: none;
    position: relative;
    z-index: 99999;
}
#moviePopup .overlay{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(0,0,0,0.9);
    position: absolute;
    top: 0;
    left: 0;
}
#moviePopup .popupContainer{
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
#moviePopup .popupContents{
    display: block;
}
/* secMoviePopup */
.secMoviePopup{
    position: relative;
}
#moviePopup .btnClose{
    width: 50px;
    height: 30px;
    position: absolute;
    top: 60px;
    right: 60px;
}
#moviePopup .btnClose::before,#moviePopup .btnClose::after{
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #fff;
    top: 13px;
}
#moviePopup .btnClose::before{
    left: -4px;
    transform: rotate(30deg);
}
#moviePopup .btnClose::after{
    right: -4px;
    transform: rotate(-30deg);
}
/* secGallery */
.secMoviePopup .boxSlider{
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
}
.secMoviePopup .swiper{
    position: relative;
    width: 29.334%;
    margin-right: 6.666%;
}
.secMoviePopup .videoCover{
    position: relative;
    width: 100%;
    padding-top: 177.273%;
    border-radius: 10px;
    overflow: hidden;
}
.secMoviePopup video{
    width: 100%;
    height: 100%;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.secMoviePopup .rightBox{
    width: 64%;
    margin-top: 20px;
}
.secMoviePopup .boxThumb{
    display: flex;
    flex-wrap: wrap;
}
.secMoviePopup .boxSlider.disabled + .boxThumb{
    display: none;
}
.secMoviePopup .itemThumb{
    border-radius: 7px;
    width: 17.5%;
    margin-right: 3.125%;
    position: relative;
}
.secMoviePopup .itemThumb::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    background: url(../img/index/iconMovie02.png) center top / cover;
}
.secMoviePopup .itemThumb:has(.imgThumb.on)::before{
	content: "";
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: absolute;
    border-radius: 5px;
	top: -4px;
	left: -4px;
    z-index: 10;
}
.secMoviePopup .itemThumb:nth-child(n+6){
    margin-top: 30px;
}
.secMoviePopup .imgThumb{
    display: block;
    height: 0;
    padding-top: 177.381%;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}
.secMoviePopup .itemThumb:nth-child(5n){
    margin-right: 0;
}
.secMoviePopup .itemThumb:nth-child(-n+5){
    margin-top: 0;
}
.secMoviePopup .swiper-button-prev,
.secMoviePopup .swiper-button-next{
	width: 73px;
	height: 16px;
	bottom: 45px;
    top: auto;
	z-index: 10;
}
.secMoviePopup .swiper-button-prev::after,
.secMoviePopup .swiper-button-next::after{
	display: none;
}
.secMoviePopup .swiper-button-prev{
	right: 100px;
    left: auto;
}
.secMoviePopup .swiper-button-prev.lazyloaded{
    background: url(../img/index/iconSlideBack.png) center top / cover no-repeat;
}
.secMoviePopup .swiper-button-next{
	right: 0;;
}
.secMoviePopup .swiper-button-next.lazyloaded{
    background: url(../img/index/iconSlideNext.png) center top / cover no-repeat;
}
.secMoviePopup .flowBtn{
    width: 220px;
    height: 60px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
    text-decoration: none;
    color: #222;
    letter-spacing: 1px;
}
.secMoviePopup .flowBtn.lazyloaded{
    background: url(../img/index/iconFollowArrow.gif) right 25px center / 14px auto no-repeat #fff;
}
@media only screen and (max-width:767px){
    #moviePopup .popupContainer{
        min-height: 100vh;
        height: auto;
        display: block;
        padding: 37px 0 40px;
        text-align: center;
    }
    .secMoviePopup{
        position: relative;
    }
    #moviePopup .btnClose{
        width: 50px;
        height: 30px;
        position: absolute;
        top: 60px;
        right: 60px;
    }
    #moviePopup .btnClose::before,#moviePopup .btnClose::after{
        position: absolute;
        content: "";
        width: 60px;
        height: 2px;
        background: #fff;
        top: 13px;
    }
    #moviePopup .btnClose::before{
        left: -4px;
        transform: rotate(30deg);
    }
    #moviePopup .btnClose::after{
        right: -4px;
        transform: rotate(-30deg);
    }
    /* secGallery */
    .secMoviePopup .boxSlider{
        display: block;
        width: 81.334%;
        margin: 0 auto;
        text-align: center;
    }
    .secMoviePopup .swiper{
        position: relative;
        width: 100%;
        margin-right: 0;
    }
    .secMoviePopup .videoCover{
        position: relative;
        width: 100%;
        padding-top: 177.05%;
        border-radius: 7px;
    }
    .secMoviePopup .rightBox{
        width: 100%;
        margin-top: 32px;
    }
	.secMoviePopup .swiper-button-prev,.secMoviePopup .swiper-button-next{
		display: none;
	}
    .secMoviePopup .boxThumb{
        display: none;
    }
    .secMoviePopup .flowBtn{
        margin: 0 auto;
        height: 50px;
        border-radius: 25px;
    }
    #moviePopup .btnClose{
        width: auto;
        height: auto;
        position: relative;
        top: 0;
        right: 0;
        padding-right: 20px;
        margin-top: 6px;
        display: inline-block;
    }
    #moviePopup .btnClose a{
        text-decoration: none;
        color: #fff;
    }
    #moviePopup .btnClose::before,#moviePopup .btnClose::after{
        width: 13px;
        height: 1px;
        top: 18px;
    }
    #moviePopup .btnClose::before{
        left: auto;
        right: 0;
        transform: rotate(45deg);
    }
    #moviePopup .btnClose::after{
        right: 0;
        transform: rotate(-45deg);
    }
    #moviePopup .spTxt{
        font-size: 13px;
        letter-spacing: 0.5px;
        font-weight: 500;
    }
}


/* secCmnBtnView */
.secCmnBtnView .btnInner{
    color: #222;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}
.secCmnBtnView .flexBox{
    display: flex;
    align-items: center;
}
.secCmnBtnView .spanTxt{
    font-size: 24px;
    position: relative;
    margin-left: 27px;
    letter-spacing: 2.5px;
}
.secCmnBtnView .spanTxt::before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    right: 0;
    background: #222;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.secCmnBtnView .btnInner:hover .spanTxt::before{
    transform: scale(1, 1);
}
.secCmnBtnView .spanIcon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient( -90deg, rgb(22,196,92) 0%, rgb(24,222,103) 100%);
    transition: 0.5s ease-in-out;
    overflow: hidden;
}
.secCmnBtnView.color02 .spanIcon{
    background: linear-gradient(-90deg, rgb(22, 94, 131) 0%, rgb(26, 113, 156) 100%);
}
.secCmnBtnView .btnInner:hover .spanIcon{
    background: #fff;
    border: solid 1px rgb(22,196,92);
}
.secCmnBtnView.color02 .btnInner:hover .spanIcon{
    background: #fff;
    border: solid 1px rgb(22, 94, 131);
}
.secCmnBtnView .spanIcon{
    position: relative;
}
.secCmnBtnView .spanIcon::before,.secCmnBtnView .spanIcon::after{
    position: absolute;
    content: "";
    width: 34px;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 17px);
    transition: all .2s linear;
}
.secCmnBtnView .spanIcon.lazyloaded::before{
    background: url(../img/index/iconArrow01.png) center center / cover;
}
.secCmnBtnView .btnInner:hover .spanIcon::before{
    opacity: 0;
    left: 200%;
}
.secCmnBtnView .spanIcon::after{
    left: -100%;
}
.secCmnBtnView .spanIcon.lazyloaded::after{
    background: url(../img/index/iconArrow03.png) center center / cover;
}
.secCmnBtnView.color02 .spanIcon.lazyloaded::after{
    background-image: url(../img/index/iconArrow02.png);
}
.secCmnBtnView .btnInner:hover .spanIcon::after{
    left: calc(50% - 17px);
    opacity: 1;
}
@media only screen and (max-width:767px){
    .secCmnBtnView .spanTxt{
        font-size: 16px;
        margin-left: 15px;
        letter-spacing: 1.5px;
    }
    .secCmnBtnView .spanTxt::before{
        bottom: -4px;
        transform: scale(1, 1);
    }
    .secCmnBtnView .spanIcon{
        width: 50px;
        height: 50px;
    }
    .secCmnBtnView .btnInner:hover .spanIcon{
        background: linear-gradient(-90deg, rgb(22, 196, 92) 0%, rgb(24, 222, 103) 100%);
        border: none;
    }
    .secCmnBtnView.color02 .btnInner:hover .spanIcon{
        background: linear-gradient(-90deg, rgb(22, 94, 131) 0%, rgb(26, 113, 156) 100%);
        border: none;
    }
    .secCmnBtnView .spanIcon::before,.secCmnBtnView .spanIcon::after{
        width: 16px;
        height: 9px;
        top: 20px;
        left: 17px;
    }
    .secCmnBtnView .btnInner:hover .spanIcon::before{
        opacity: 1;
        left: 17px;
    }
    .secCmnBtnView .spanIcon::after{
        display: none;
    }
}


.bgWhiteBox{
    background: #fff;
}
.bgWhiteBox:not(:has(.secInsta)){
    padding-bottom: 150px;
}
@media only screen and (max-width:767px){
    .bgWhiteBox:not(:has(.secInsta)){
        padding-bottom: 70px;
    }
}

.secInsta{
    margin-top: 140px;
    padding-bottom: 213px;
}
@media only screen and (max-width:767px){
    .secInsta{
        margin-top: 60px;
        padding-bottom: 100px;
    }
}


/* 背景 */
.bgAnime{
	display: none;
	width: 1920px;
	height: 970px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.bgAnime img,
.bgAnime02 img{
	width: 100%;
	height: auto;
}
.bgAnime02{
	display: none;
	width: 1920px;
	height: 3364px;
	position: absolute;
	top: 1000px;
	left: 0;
	z-index: 10;
}
.bgAnime.show,
.bgAnime02.show{
	display: block;
}
@media only screen and (max-width:767px){
    .bgAnime{
        width: 100%;
        height: auto;
    }
    .bgAnime02{
        width: 100%;
        height: auto;
        top: 667px;
    }
}