.mainWrap *{
    line-height: 100%;
    letter-spacing: -.5px;
    box-sizing: border-box;
}

body,html{
    scroll-behavior: smooth;
}
/* body::-webkit-scrollbar {
    position: absolute;
    right: 0;
    width: 5px;
    display: none;
}
body::-webkit-scrollbar-thumb {
    background-color: #373d71;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid transparent;
}
body::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
} */
.ovH2 {
    height: 100vh!important;
    overflow: hidden;
}
.disN{
	display:none;
}
.slick-slide img{
    width:100%;
}
.mainWrap{
    /* overflow: hidden; */
    width: 100%;
}
.value_only{
    display: none;
}

.mainVisual {
    width: 100%;
    position: relative;
    display:flex;
    height: calc(100vh - 75px);
    margin-top: 75px;
    align-items: center;
    z-index: 2;
    overflow: hidden;
}
.mainVisual .content{
    width:100%;
    height:100%;
    position: relative;
    display:flex;
    flex-direction: column;
}
.mainVisual .mainSlider {
    width: 100%;
}
.mainVisual .slick-list{
}
.mainVisual .slideCon{
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}
.mainVisual .mainSlider .slick-list,
.mainVisual .mainSlider.slick-slider,
.mainVisual .mainSlider .slick-track{
	height: 100%;
	clear:both;
}
.mainVisual .topArea{
    flex:0 0 60%;
	max-height:500px;
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
}
.mainVisual .slideCon .bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
}
.mainVisual .slideCon.slick-active .bg{
    animation: scale_1 2s 0.5s forwards;
}
@keyframes scale_1{
    to{
        transform: scale(1);
    }
}
.mainVisual .slideCon .text{
    position: absolute;
    top:7.5%;
    left:19%;
    color: #fff;
}
.mainVisual .slideCon .text .explain{
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 10%;
    opacity: 0;
}
.mainVisual .slideCon.slick-active .text .explain{
    animation: fadeInUp 0.75s 0.75s forwards;
}
.mainVisual .slideCon .text .slogan{
    line-height: 125%;
    font-size: 40px;
    font-weight: 600;
    opacity: 0;
}
.mainVisual .slideCon.slick-active .text .slogan{
    animation: fadeInUp 0.75s 1.25s forwards;
}
.mainVisual .controlWrap{
    color: #fff;
    position: absolute;
    bottom:0;
    right:0;
    padding:20px 30px;
    background: rgba(1,1,1,0.6);
    display: flex;
    align-items: center;
}
.mainVisual .controlWrap .arrowWrap{
    display: flex;
    align-items: center;
    gap: 7.5px;
}
.mainVisual .controlWrap .arrow{
    width: 10px;
    height: 10px;
    background: transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate( 45deg);
    font: 0/0 all;
    transition: 0.5s all;
    cursor: pointer;
}
.mainVisual .controlWrap .arrow:hover{
    border-color:var(--main-color)
}
.mainVisual .controlWrap .arrow.prev{
    transform: rotate( 225deg);
}
.mainVisual .controlWrap .arrow.next{

}
.mainVisual .controlWrap .play{
    width: 11px;
    height: 12px;
    background: transparent;
    position: relative;
}
.mainVisual .controlWrap .play::before{
    content:"";
    width:2px;
    height: 100%;
    position: absolute;
    left: 2px;
    top:0;
    background: #fff;
}
.mainVisual .controlWrap .play::after{
    content:"";
    width:2px;
    height: 100%;
    position: absolute;
    right: 2px;
    top:0;
    background: #fff;
}
.mainVisual .controlWrap .play.active::before,
.mainVisual .controlWrap .play.active::after{
    opacity: 0;
}
.mainVisual .controlWrap .play:hover::before,
.mainVisual .controlWrap .play:hover::after{
    background: var(--main-color);
}
.mainVisual .controlWrap .play.active{
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: rotate(90deg) translateY(-4px);
}
.mainVisual .controlWrap .gageWrap{
    min-width: 200px;
    height: 2px;
    position: relative;
    margin:0 30px;
}
.mainVisual .controlWrap .gageWrap .bar{
    width: 100%;
    height: 100%;
    background: #fff;
}
.mainVisual .controlWrap .gageWrap .gage{
    content:"";
    width: 0;
    background: var(--main-color);
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}
.mainVisual .controlWrap .pageinfo{
    min-width: 35px;
}
.mainVisual .btArea{
    background: url(../images/mainVisual_bt_bg.jpg) center center / cover no-repeat;
    flex:1;
}
.mainVisual .btArea .wrap{
    max-width: 1000px;
    margin:0 auto;
    width:calc(100% - 30px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.mainVisual .btArea .titleWrap{
    font-size: 30px;
    margin-bottom: 1.25%;
}
.mainVisual .btArea .titleWrap .title{
    font-weight: 700;
    margin-bottom: 2.5px;
}
.mainVisual .btArea .titleWrap .sm{
    font-size: 20px;
    font-weight: 300;
}
.mainVisual .btArea .listWrap{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.mainVisual .btArea .listcon{
    flex: 1;
    opacity: 0;
    animation: fadeInUp 0.75s 1s forwards;
}
.mainVisual .btArea .listcon:nth-child(2){
    animation-delay: 1.25s;
}
.mainVisual .btArea .listcon:nth-child(3){
    animation-delay: 1.5s;
}
.mainVisual .btArea .frameWrap{
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.mainVisual .btArea .frameWrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*pageinfo*/
.pagingInfo {
    color: #99a3aa;
    font-size: 18px;
    font-weight: 100;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 0 30px;
    letter-spacing: 0;
}

.mainContent{
    text-align: center;
    position: relative;
    padding-top: 5%;
}
.mainContent .slideCon{
    position: relative;
    overflow: hidden;
    justify-content: center;
    display: flex;
    align-items: center;
}
.mainContent .Slider .slick-list, .mainContent .slick-track{
	height:100%;
}
.mainContent .controlWrap{
    color: #111;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainContent .controlWrap .arrowWrap{
    display: flex;
    align-items: center;
    gap: 7.5px;
}
.mainContent .controlWrap .arrow{
    width: 10px;
    height: 10px;
    background: transparent;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate( 45deg);
    font: 0/0 all;
    cursor: pointer;
    transition: 0.5s all;
}
.mainContent .controlWrap .arrow:hover{
    border-color: var(--main-color);
}
.mainContent .controlWrap .arrow.prev{
    transform: rotate( 225deg);
}
.mainContent .controlWrap .arrow.next{

}
.mainContent .controlWrap .play{
    width: 11px;
    height: 12px;
    background: transparent;
    position: relative;
}
.mainContent .controlWrap .play::before{
    content:"";
    width:2px;
    height: 100%;
    position: absolute;
    left: 2px;
    top:0;
    background: #111;
}
.mainContent .controlWrap .play::after{
    content:"";
    width:2px;
    height: 100%;
    position: absolute;
    right: 2px;
    top:0;
    background: #111;
}
.mainContent .controlWrap .play.active::before,
.mainContent .controlWrap .play.active::after{
    opacity: 0;
}
.mainContent .controlWrap .play:hover::before,
.mainContent .controlWrap .play:hover::after{
    background: var(--main-color);
}
.mainContent .controlWrap .play.active{
    border-bottom: 5px solid #111;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: rotate(90deg) translateY(-4px);
}
.mainContent .controlWrap .gageWrap{
    min-width: 200px;
    height: 2px;
    position: relative;
    margin:0 30px;
}
.mainContent .controlWrap .gageWrap .bar{
    width: 100%;
    height: 100%;
    background: #ebebeb;
}
.mainContent .controlWrap .gageWrap .gage{
    content:"";
    width: 0;
    background: #111;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}
.mainContent .controlWrap .pageinfo{
    min-width: 35px;
}

.section.push{
    padding: 5% 0;
    position: relative;
}
.section.push .wrap{
    position: relative;
    z-index: 1;
}
.section.push .titleWrap {
    margin-bottom: 2.5%;
}
.section.push .titleWrap .title{
    font-weight: 700;
    font-size: 50px;
}
.section.push .content{
    max-width: 1280px;
    width:calc(100% - 30px);
    margin: 0 auto;
}
.section.push .Slider{
    margin-bottom: 2.5%;
}
.section.push .slideCon{
    margin-right: 15px;
}
.section.push .slideCon .link{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.section.push .slideCon .imageWrap{
    position: relative;
}
.section.push .slideCon .imageWrap .image{
    transition: 0.75s all;
}
.section.push .slideCon .link:hover .imageWrap .image{
    transform: scale(1.1);
}
.section.push .slideCon .imageWrap .type{
    position: absolute;
    right: 0;
    top: 0;
    background: var(--main-color);
    color: #fff;
    padding: 7px 30px;
}
.section.push .slideCon .text{
    width: 100%;
    background: rgba(1,1,1,0.8);
    position: absolute;
    left: 0;
    bottom: -100%;
    border-top: 3px solid var(--main-color);
    text-align: left;
    padding: 10% 5%;
    transition: 0.75s all;
}
.section.push .slideCon .link:hover .text{
    bottom: 0;
}
.section.push .slideCon .text .title{
    font-weight: 600;
    font-size: 24px;
    color: #fee3e4;
    margin-bottom: 5%;
}
.section.push .slideCon .text .explain{
    color: #fff;
    margin-bottom: 10%;
}
.section.push .slideCon .text .explain_con{
    margin-bottom: 1.5%;
    font-weight: 300;
}
.section.push .slideCon .text .explain_con:nth-last-child(1){
    margin-bottom:0;
}
.section.push .slideCon .text .price{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5%;
}
.section.push .slideCon .text .more{
    color: #898989;
    font-weight: 300;
    position: relative;
    display: inline-flex;
    text-transform: uppercase;
    align-items: center;
    transition: 0.75s all;
}
.section.push .more:hover{
    background: #111;
}
.section.push .slideCon .text .more:after{
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top:50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #898989;
    border-right: 0;
    display: inline-block;
    margin-left: 10px;
}
.section.push .marquee{
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width: 100%;
    height: 50vh;
}
.section.push .marquee .text{
    font-size: clamp(100px,30vw ,230px);
    text-transform: uppercase;
    overflow: hidden;
    position: absolute;
    animation: marquee 30s linear infinite;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 200%;
    white-space: nowrap;
    color: transparent;
    font-weight: 800;
    -webkit-text-stroke: 2px #111;
}
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
.section.push .viewmore{
    position: relative;
    font-weight: 300;
    margin-top: 30px;
    display: inline-block;
    background: #898989;
    border-radius: 7px;
    color: #fff;
    padding: 10px 30px;
    transition: 0.75s all;
}
.section.push .viewmore:hover{
    background: #111;
}
.section.push .viewmore:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    margin-left: 5px;
}

.section.theme{
    padding: 5% 0;
    position: relative;
}
.section.theme .wrap{
    max-width: 1280px;
    width:calc(100% - 30px);
    margin:0 auto;
}
.section.theme .titleWrap{
    margin-bottom: 2%;
}
.section.theme .titleWrap .title{
    font-weight: 700;
    font-size: 50px;
    text-align: left;
    margin-bottom: 0.5%;
}
.section.theme .titleWrap .sub{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section.theme .titleWrap .subnavi{
    display: flex;
    gap: 20px;
}
.section.theme .titleWrap .sub .navilist{
    color: #ccc;
    font-size: 24px;
    transition: 0.75s all;
    cursor: pointer;
    user-select: none;
}
.section.theme .titleWrap .sub .navilist:after{
    content:"";
    position: absolute;
    left:0;
    bottom:-10px;
    width: 100%;
    height: 1px;
    background: transparent;
    transition: inherit;
}
.section.theme .titleWrap .sub .navilist.active{
    color:#111;
    font-weight: 700;
    transition: inherit;
}
.section.theme .titleWrap .sub .navilist.active:before{
    background: #111;
}
.section.theme .titleWrap .arrowWrap{
    display: flex;
    gap: 10px;
}
.section.theme .titleWrap .arrowWrap .arrow{
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.section.theme .titleWrap .arrowWrap .arrow.prev{
    background: url("/images/main_theme_btn_prev.png") center center / cover no-repeat;
}
.section.theme .titleWrap .arrowWrap .arrow.next{
    background: url("/images/main_theme_btn_next.png") center center / cover no-repeat;
}
.section.theme .content{

}
.section.theme .content .slideCon{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.section.theme .content .onlytitle{
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ebebeb;
    justify-content: center;
    transform: translateX(calc(100% + 20px));
    transition: 1s 1s all;
}
.section.theme .content.aos-animate .slick-active .onlytitle{
    transform: translateX(0);
}
.section.theme .content .onlytitle .title{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5%;
}
.section.theme .content .onlytitle .explain{
    font-size: 18px;
    line-height: 125%;
    font-weight: 300;
    color: #898989;
}
.section.theme .content .listcon {
    position: relative;
    opacity: 0;
    overflow: hidden;
}
.section.theme .content.aos-animate .slick-active .listcon{
    animation: fadeInUp 1s forwards;
}
.section.theme .content.aos-animate .listcon:nth-child(2){
    animation-delay: 1.1s;
}
.section.theme .content.aos-animate .listcon:nth-child(3){
    animation-delay: 1.2s;
}
.section.theme .content.aos-animate .listcon:nth-child(4){
    animation-delay: 1.3s;
}
.section.theme .content.aos-animate .listcon:nth-child(5){
    animation-delay: 1.4s;
}
.section.theme .content.aos-animate .listcon:nth-child(6){
    animation-delay: 1.5s;
}
.section.theme .content .listcon .link{
}
.section.theme .content .listcon .bg{
    transition:0.75s all;
}
.section.theme .content .listcon .link:hover .bg{
    transform:scale(1.1);
}
.section.theme .content .listcon .text{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(1,1,1,0.5);
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 10% 10%;
    align-items: flex-start;
    transition:0.75s all;
}
.section.theme .content .listcon:hover .text{
    top:0;
}
.section.theme .content .listcon .text .type {
    margin-bottom: 2.5%;
}
.section.theme .content .listcon .text .name{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10%;
}
.section.theme .content .listcon .text .more{
    color: #898989;
    padding-bottom: 5px;
    border-bottom: 1px solid #898989;
    display: inline-block;
    transition:0.75s all;
}
.section.theme .content .listcon .text .more:hover{
    color:#fff;
    border-color:#fff;
}

.section.expert{
    padding: 5% 0;
    position: relative;
}
.section.expert .wrap{
    position: relative;
    z-index: 1;
}
.section.expert .titleWrap {
    margin-bottom: 2.5%;
}
.section.expert .titleWrap .title{
    font-weight: 700;
    font-size: 50px;
}
.section.expert .content{
    margin: 0 auto;
}
.section.expert .Slider{
    margin-bottom: 2.5%;
}
.section.expert .slideCon{
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    margin-right: 15px;
}
.section.expert .slideCon .link{
    position: relative;
    margin-bottom: 2.5%;
    width: 100%;
}
.section.expert .slideCon .imageWrap{
    position: relative;
    overflow: hidden;
    margin-bottom: 7.5%;
}
.section.expert .slideCon .imageWrap .image{
    transition: 0.75s all;
}
.section.expert .slideCon .link:hover .imageWrap .image{
    transform: scale(1.1);
}
.section.expert .slideCon .stateWrap{
    width: 100%;
    height: 100%;
    background: rgba(1,1,1,0.4);
    position: absolute;
    left: 0;
    bottom: calc(-100% + 40px);
    transition: 0.75s all;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.section.expert .slideCon:hover .stateWrap{
    bottom: 0;
    background: rgba(1,1,1,0.7);
}
.section.expert .slideCon .stateWrap .topArea{
    position: absolute;
    left: 10px;
    top:0;
    display: flex;
    height: 40px;
}
.section.expert .slideCon .stateWrap .topArea .subject{
    position: relative;
    color: #fee3e4;
    font-size: 15px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.section.expert .slideCon .stateWrap .topArea .subject::before{
    content:"";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fee3e4;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}
.section.expert .slideCon .stateWrap .topArea .result{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 200;
}
.section.expert .slideCon .stateWrap .topArea .result .point{

}
.section.expert .slideCon .stateWrap .btArea{
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 10px;
    background: rgba(1,1,1,0.7);
    min-width: 80%;
    padding: 30px 0;
    text-align: center;
}
.section.expert .slideCon .stateWrap .btArea .subject{
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 5%;
}
.section.expert .slideCon .stateWrap .btArea .result{
    font-weight: 800;
    font-size: 22px;
}
.section.expert .slideCon .info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2.5%;
}
.section.expert .slideCon .info .name{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5%;
    text-underline-offset: 5px;
    text-decoration: underline;
}
.section.expert .slideCon .info .short{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2.5%;
}
.section.expert .slideCon .info .explain{
    font-weight: 300;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section.expert .slideCon .snsWrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.section.expert .slideCon .sns{
    background: #ebebeb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
    transition:0.5s all;
    cursor:default;
}
.section.expert .slideCon .sns.active:hover .ico{
    transform:scale(0.75);
}
.section.expert .slideCon .sns.active{
    filter: grayscale(0);
    cursor: pointer;
}
.section.expert .slideCon .sns .ico{
    transition:0.5s all;
}
.section.expert .viewmore{
    position: relative;
    font-weight: 300;
    margin-top: 30px;
    display: inline-block;
    background: #898989;
    border-radius: 7px;
    color: #fff;
    padding: 10px 30px;
    transition: 0.75s all;
}
.section.expert .viewmore:hover{
    background: #111;
}
.section.expert .viewmore:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    margin-left: 5px;
}

.section.counsel{
    padding: 5% 0;
    position: relative;
    background: #f6f6f6;
}
.section.counsel .wrap{
    position: relative;
    z-index: 1;
    max-width: 1280px;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.section.counsel .titleWrap {
    margin-bottom: 2.5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.section.counsel .titleWrap .title{
    font-weight: 700;
    font-size: 50px;
}
.section.counsel .titleWrap .viewmore{
    position: relative;
    color: #898989;
    font-weight: 300;
    transition: 0.75s all;
}
.section.counsel .titleWrap .viewmore:hover{
    color: #111;
}
.section.counsel .titleWrap .viewmore:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #898989;
    margin-left: 5px;
    transition: 0.75s all;
}
.section.counsel .titleWrap .viewmore:hover:after{
}
.section.counsel .content{
}
.section.counsel .listWrap{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section.counsel .listcon{
    background: #fff;
    position: relative;
    width: calc(50% - 5px);
}
.section.counsel .listcon:after{
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #111;
    transition: 1s all;
}
.section.counsel .listcon:hover:after{
    width: 100%;
}
.section.counsel .listcon .link{
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.section.counsel .listcon .topArea{
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5%;
    padding-bottom: 5%;
}
.section.counsel .listcon .topArea .thumb{
    width: 60px;
    height: 60px;
    flex:0 0 60px;
    background: var(--main-color);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    clip-path: circle(50%);
    margin-right: 15px;
}
.section.counsel .listcon .topArea .subjectWrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.section.counsel .listcon .topArea .subjectWrap .sm{
    font-size: 18px;
    color: var(--main-color);
    margin-bottom: 1.25%;
    font-weight: 300;
}
.section.counsel .listcon .topArea .subject{
    font-weight: 700;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    width: 100%;
    text-align: left;
}
.section.counsel .listcon .explain{
    font-weight: 300;
    text-align: left;
    line-height: 135%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

.section.banner{
    padding: 5% 0;
    position: relative;
}
.section.banner .wrap{
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    gap:20px;
}
.section.banner .link{
    transition: 0.75s all;
}
.section.banner .link:hover{
    opacity: 0.75;
}
.section.banner .link img{
    width: 100%;
}

.section.cs{
    padding: 5% 0 10%;
    position: relative;
}
.section.cs .content{
    display: flex;
    width:calc(100% - 30px);
    justify-content: space-between;
    text-align: left;
    max-width: 1280px;
    margin:0 auto;
    position: relative;
    z-index: 1;
}
.section.cs .titleWrap{

}
.section.cs .titleWrap .title{
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 15%;
}
.section.cs .titleWrap .naviWrap{

}
.section.cs .titleWrap .naviWrap .navi{
    color: #ccc;
    font-size: 24px;
    font-weight: 700;
    transition: 0.5s all;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}
.section.cs .titleWrap .naviWrap .navi:after{
    content:"";
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    background: #ccc;
    height: 1px;
}
.section.cs .titleWrap .naviWrap .navi.active:after{
    background:#111;
}
.section.cs .titleWrap .naviWrap .navi:nth-last-child(1){
    margin-bottom:0;
}
.section.cs .titleWrap .naviWrap .navi.active{
    color: #111;
}
.section.cs .sliderWrap{
    display: flex;
    gap:20px;
    overflow: hidden;
    height: 80vh;
    position: relative;
    width:720px;
}
.section.cs .sliderList{
    display: flex;
    gap: 20px;
    height: 100%;
    opacity: 0;
    justify-content: center;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.5s , opacity 1s 0.7s , top 1s linear;
    position: relative;
    width:720px;
    /* overflow: hidden; */
}
.section.cs .sliderList.active{
    opacity: 1;
    clip-path: inset(0 0 0 0);
}
.section.cs .Slider{
    width: 350px;
    height: 100%;
    position: relative;
    transition: top 5s linear ,bottom 5s linear;
}
.section.cs .SliderFirst{
    bottom: 0;
}
/* .section.cs .SliderFirst{
    animation: marquee_cs_1 20s linear infinite;
} */
.section.cs .SliderTwo{
    top: 0;
    /* animation: marquee_cs_2 20s linear infinite; */
}
.section.cs .Slider:hover{
    animation-play-state: paused;
}
@keyframes marquee_cs_1 {
    0% {
        transform: translateY(calc(-100% + 700px));
    }
    95% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(calc(-100% + 700px));
    }
}
@keyframes marquee_cs_2 {
    0% {
        transform: translateY(0);
    }
    95% {
        transform: translateY(calc(-100% + 700px));
    }
    100% {
        transform: translateY(0);
    }
}
.section.cs .sliderList:nth-child(n+2){
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section.cs .sliderList:nth-child(n+2){

}
.section.cs .slideCon{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 350px;
    max-height: 350px;
}
.section.cs .SliderFirst .slideCon{
}
.section.cs .slideCon .link{
    position: relative;
    width: 100%;
}
.section.cs .slideCon .image{
    overflow: hidden;
}
.section.cs .slideCon .image img{
    transition: 0.5s all;
    width: 100%;
}
.section.cs .slideCon:hover .image img{
    transform: scale(1.1);
}
.section.cs .slideCon .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/main_cs_img_black.png) center bottom / cover no-repeat;
    color: #fff;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 10% 10%;
}
.section.cs .slideCon:hover .text{
    top:0;
}
.section.cs .slideCon .text .type{
    font-size: 14px;
    color: #fee3e4;
    margin-bottom: 5%;
}
.section.cs .slideCon .text .name{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section.cs .slideCon .text .explain{
    font-weight: 300;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.section.cs .marquee{
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}
.section.cs .marquee .text{
    font-size: clamp(100px,30vw ,230px);
    text-transform: uppercase;
    overflow: hidden;
    position: absolute;
    animation: marquee 30s linear infinite;
    bottom: 25%;
    display: flex;
    width: 200%;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 2px #111;
    opacity: 0;
    font-weight: 800;
    transition: 0.5s all;
}
.section.cs .marquee .text.active{
    opacity: 1;
}
.section.cs .viewmore{
    position: relative;
    font-weight: 300;
    margin-top: 20px;
    display: inline-block;
    background: #898989;
    border-radius: 7px;
    color: #fff;
    padding: 10px 30px;
    transition: 0.75s all;
}
.section.cs .viewmore:hover{
    background: #111;;
}
.section.cs .viewmore:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    margin-left: 5px;
}


.MB_BR{
    display: none;
}

/*response*/
@media (max-width:1080px){
    .mainWrap{
        overflow: hidden;
    }
    .mainWrap img{
        width: 100%;
    }

    .MB_BR{
        display: block;
    }

    .mainVisual{
        height: calc(100vh - 120px);
        margin-top:120px;
    }
    .mainVisual .slideCon .text{
        left:5%;
    }
    .mainVisual .slick-list{
        padding:0;
    }
    .mainVisual .controlWrap{
        right: 0;
        padding:2.5% 5%;
    }
    .mainVisual .controlWrap .gageWrap{
        min-width: 125px;
    }
    .mainVisual .btArea .titleWrap{
        margin-bottom: 2.5%;
    }
    .mainVisual .btArea .listWrap{
        justify-content: space-between;
        width: 80%;
        max-width: 450px;
    }
    /* .mainVisual .btArea .listWrap .slick-list,
    .mainVisual .btArea .listWrap.slick-slider,
    .mainVisual .btArea .listWrap .slick-track{
        height: 100%;
        clear:both;
    } */
    .mainVisual .btArea .slick-list{
        width: 80%;
    }
    /* .mainVisual .btArea .slick-track{
        padding-right: 25%;
    } */
    .mainVisual .btArea .slick-prev{
        position: relative;
        width: 20px;
        height: 20px;
        background: transparent;
        border-top: 2px solid #111;
        border-right: 2px solid #111;
        transform: rotate( 225deg);
        flex: 0 0 20px;
        top: 0;
        left: 0;
    }
    .mainVisual .btArea .slick-next{
        position: relative;
        width: 20px;
        height: 20px;
        background: transparent;
        border-top: 2px solid #111;
        border-right: 2px solid #111;
        flex: 0 0 20px;
        transform: rotate( 45deg);
        top: 0;
        right: 0;
    }
    .mainVisual .btArea .listcon{
        position: relative;
        overflow: hidden;
        justify-content: center;
        display: flex;
        align-items: center;
        width:100%;
        opacity: 1;
        margin-right: 0;
        animation: none;
    }
    .mainVisual .btArea .frameWrap{
        width: 100%;
    }

    .mainContent .controlWrap .gageWrap{
        min-width: 125px;
    }

    .section.push{
        padding:15% 0;
    }
    .section.push .content{
        width:100%;
    }
    .section.push .titleWrap{
        margin-bottom: 5%;
    }
    .section.push .Slider{
        margin: 0 auto 5%;
        width: 85%;
    }
    .section.push .slick-list{
        padding-right: 0;
    }
    .section.push .slideCon{
        margin-right: 0;
    }
    .section.push .slideCon .link .imageWrap .image{
        margin-bottom: 5%;
    }
    .section.push .slideCon .link:hover .imageWrap .image{
        transform: scale(1);
    }
    .section.push .slideCon .text{
        position: relative;
        background: transparent;
        padding: 0;
        border: none;
    }
    .section.push .slideCon .text .title{
        color: #111;;
    }
    .section.push .slideCon .text .explain{
        color: #111;
    }
    .section.push .slideCon .text .price{
        color: var(--main-color);
        opacity: 0;
    }
    .section.push .slideCon.slick-current .text .price{
        animation:fadeInUp 0.75s 0.5s forwards
    }
    .section.push .slideCon .text .more{
        display: none;
    }

    .section.theme{
        padding:15% 0;
    }
    .section.theme .titleWrap{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 5%;
    }
    .section.theme .titleWrap .title{
        margin-bottom: 5%;
    }
    .section.theme .titleWrap .sub .navilist{
        display: none;
    }
    .section.theme .titleWrap .sub .navilist.active{
        display: block;
    }
    .section.theme .titleWrap .arrowWrap{
        position: absolute;
        left: 0;
        width: 100%;
        justify-content: space-around;
    }
    .section.theme .content{
    }
    .section.theme .content .slideCon{
        grid-template-columns: repeat(2, 1fr);
    }
    .section.theme .content .onlytitle{
        grid-column: 1 / span 2;
        padding: 5%;
        background: transparent;
        transform: translate(0);
    }
    .section.theme .content.aos-animate .listcon:nth-child(2){
        animation-delay: 0.5s;
    }
    .section.theme .content.aos-animate .listcon:nth-child(3){
        animation-delay: 0.6s;
    }
    .section.theme .content.aos-animate .listcon:nth-child(4){
        animation-delay: 0.7s;
    }
    .section.theme .content.aos-animate .listcon:nth-child(5){
        animation-delay: 0.8s;
    }
    .section.theme .content.aos-animate .listcon:nth-child(6){
        display: none;
    }

    .section.expert {
        padding:15% 0;
    }
    .section.expert .titleWrap{
        margin-bottom: 5%;
    }
    .section.expert .Slider{
        width: 80%;
        margin: 0 auto 5%;
    }
    .section.expert .slick-list{
        padding-right: 0;
    }
    .section.expert .slideCon{
        margin: 0 15px;
    }
    .section.expert .slideCon .stateWrap .topArea{
        background: #111;
        left: 0;
        padding-left: 5px;
        width: 100%;
        justify-content: center;
        position: relative;
        height: auto;
        padding: 3.75% 0;
    }
    .section.expert .slideCon .stateWrap{
        position: relative;
        bottom: 0;
        background: #ebebeb;
        padding: 5%;
        justify-content: space-between;
        flex-direction: column;
        padding: 0;
        color: #111;
    }
    .section.expert .slideCon:hover .stateWrap {
        background: #ebebeb;
    }
    .section.expert .slideCon .link:hover .imageWrap .image{
        transform: scale(1);
    }
    .section.expert .slideCon .stateWrap .btArea{
        border: none;
        background: none;
        padding: 5% 0;
    }
    

    .section.counsel{
        padding: 15% 0;
    }
    .section.counsel .titleWrap{
        text-align: left;
        margin-bottom: 7.5%;
    }
    .section.counsel .listcon{
        width: 100%;
    }
    .section.counsel .titleWrap .viewmore{
        white-space: nowrap;
    }
    .section.counsel .listcon .link{
        padding:5%
    }

    .section.banner{
        padding:15% 0;
    }
    .section.banner .wrap{
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        gap: 20px;
    }

    .section.cs{
        padding:15% 0 30%;
    }
    .section.cs .content{
        flex-direction: column;
        width:100%
    }
    .section.cs .titleWrap{
        width: calc(100% - 30px);
        margin: 0 auto 10%;
    }
    .section.cs .titleWrap .title{
        margin-bottom: 2.5%;
    }
    .section.cs .titleWrap .naviWrap{
        display: flex;
        gap: 30px;
    }
    .section.cs .titleWrap .naviWrap .navi{
        margin: 0;
        padding: 0;
    }
    .section.cs .titleWrap .naviWrap .navi:after{
        display: none;
    }
    .section.cs .sliderWrap{
        height: auto;
        width:100%;
    }
    .section.cs .Slider{
        width:auto;
        display: flex;
        height: auto !important;
    }
    .section.cs .Slider > div{
        display: flex;
    }
    .section.cs .sliderList{
        flex-direction: column;
        width: 100%;
        clip-path: inset(0 50% 0 50%);
    }
    .section.cs .slideCon{
        margin-bottom:0;
        margin-right: 15px;
        width: 250px;
        height: 250px;
        flex: 0 0 250px;
    }
    .section.cs .slideCon .text{
        top:0;
    }
    .section.cs .js-marquee{
        display: flex;
    }
    .section.cs .marquee{
        transform: translate(0);
        top: auto;
        bottom: 5%;
        height: auto;
    }

    @keyframes marquee_cs_1 {
        0% {
            transform: translateX(calc(-100% + 500px));
        }
        95% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100% + 500px));
        }
    }
    @keyframes marquee_cs_2 {
        0% {
            transform: translateX(0);
        }
        95% {
            transform: translateX(calc(-100% + 500px));
        }
        100% {
            transform: translateX(0);
        }
    }
}
@media(max-width:720px){

    .mainVisual .slideCon .text .explain{
        font-size: 4vw;
    }
    .mainVisual .slideCon .text .slogan{
        font-size: 8vw;
    }
    .mainVisual .btArea .titleWrap{
        font-size: 5vw;
    }
    .mainVisual .btArea .titleWrap .sm{
        font-size: 3.6vw;
    }

    .mainContent .controlWrap .gageWrap{
        margin:0 10px;
    }
    .mainContent .controlWrap{
        font-size: 14px;
    }
    .mainContent .section .viewmore{
        font-size: 3.2vw;
    }

    .section.push .titleWrap .title{
        font-size: 8vw;
        line-height: 120%;
    }
    .section.push .slideCon .imageWrap .type{
        padding:2.5% 7.5%;
        font-size: 3.2vw;
        min-width:35%;
    }
    .section.push .slideCon .text .title{
        font-size: 4.5vw;
    }
    .section.push .slideCon .text .explain{
        font-size: 3.6vw;
    }
    .section.push .slideCon .text .price{
        font-size: 6vw;
    }

    .section.theme .titleWrap .title{
        font-size: 8vw;
        line-height: 120%;
    }
    .section.theme .titleWrap .sub .navilist{
        font-size: 6vw;
    }
    .section.theme .titleWrap .arrowWrap .arrow{
        width:40px;
        height:40px;
    }
    .section.theme .content .onlytitle .title{
        font-size: 6vw;
    }
    .section.theme .content .onlytitle .explain{
        font-size: 3.6vw;
    }
    .section.theme .content .listcon .text{
        display: none;
    }

    .section.expert .titleWrap .title{
        font-size: 8vw;
        line-height: 120%;
    }
    .section.expert .slideCon .state{
        font-size: 3.2vw;
    }
    .section.expert .slideCon .state_list .result{
        font-size: 4vw;
    }
    .section.expert .slideCon .sns{
        width:35px;
        height:35px;
    }
    .section.expert .slideCon .sns .ico img{
        width:15px;
    }
    .section.expert .slideCon .info .name{
        font-size: 5vw;
    }
    .section.expert .slideCon .info .short{
        font-size: 3.8vw;
    }
    .section.expert .slideCon .info .explain{
        font-size: 3.2vw;
    }
    .section.expert .slideCon .stateWrap .topArea{
        font-size: 3.2vw;
    }
    .section.expert .slideCon .stateWrap .btArea .subject{
        font-size: 3.2vw;
        margin-bottom: 2.5%;
    }
    .section.expert .slideCon .stateWrap .btArea .result{
        font-size: 3.8vw;
    }


    .section.counsel .titleWrap .title{
        font-size: 8vw;
        line-height: 120%;
    }
    .section.counsel .listcon .topArea .thumb{
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        margin-right: 7.5px;
    }
    .section.counsel .listcon .topArea .subjectWrap .sm{
        font-size: 3.2vw;
    }
    .section.counsel .listcon .topArea .subject{
        font-size: 4.5vw;
    }
    .section.counsel .listcon .explain{
        font-size: 3.2vw;
    }

    .section.cs .titleWrap .title{
        font-size: 8vw;
        line-height: 120%;
    }
    .section.cs .titleWrap .naviWrap .navi{
        font-size: 4.5vw;
    }
    .section.cs .slideCon .text .type{
        font-size: 2.8vw;
    }
    .section.cs .slideCon .text .name{
        font-size: 4vw;
    }
    .section.cs .slideCon .text .explain{
        font-size: 3vw;
    }
}