@charset "utf-8";
.view-650{
    display: none;
}
.hide-650{
    display: block;
}
.main{
    margin-top: 100px;
    padding: 0;
}
section{
    padding: 47px 0;
}
.main{
    background: url(../images/index/main_bg.jpg) no-repeat;
    background-position: 50% 50% !important;   
    background-size:cover !important;
    height: 780px;
    padding-top: 48px;
    position: relative;
}
/*.main::before{
     content: "";
    width: 100%;
    height: 100%;
    background: url(../images/index/pc_01.png) no-repeat;
      background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    animation: snow1 1s 1s infinite alternate  both; 
}
 .main::after{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/index/pc_02.png) no-repeat;
      background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    animation: snow1 1s 2s infinite alternate  both;
}*/ 
.main .txt-wrap{
    position: relative;
    z-index: 99
}
.main .txt-wrap p{
    font-size: 18px;
    color: #5a5763;
    line-height: 0.7;
}
.main .txt-wrap p span{
    font-size: 25px;
    color: #5a5763;
}
.main .txt-wrap p span.txt-span{
    margin-left: 15px;
}
.mainTitle{
    padding-top: 25px;
}
.mainTitle li img{
    display: block;
    position: relative;
}
.mainTitle li{
    position: relative;
}
.mainTitle .title2{
    top: 10px;
}
.mainTitle .title3{
    top: 30px;
}

.main .txt-wrap p{
    animation: st .8s .1s both;
}

.mainTitle .title1,
.mainTitle .title2,
.mainTitle .title3,
.mainTitle .title4{
    animation: st .8s .8s both;
}
.mainTitle .title3 img,
.mainTitle .title4 img{
    animation: st2 1s 2s infinite alternate   both;
    transform: rotate(0);
}
.mainTitle .title4 img{
    animation-delay:2.5s ;
}
.mainTitle .title2{
    animation-delay: 1s;
}
.mainTitle .title3{
    animation-delay: 1.2s;
}
.mainTitle .title4{
    animation-delay: 1.4s;
}
@keyframes snow1{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }

}
@keyframes st{
    0%{
        opacity: 0;
        transform: translateY(20px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }

}
@keyframes st2{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(10deg);
    }

}


.mainTitle .title3::after{
    content: "";
    width: 70px;
    height: 17px;
    background: url(../images/index/knock.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: -56px;
}
.mainTitle .title4::after{
    content: "";
    width: 50px;
    height: 17px;
    background: url(../images/index/talk.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: -38px;
}
.main__Contents{
    padding-top: 109px;
}
.main .home{
    width: 125px;
}
.main .home li a img{
    margin-right: 10px;
}
.main .home li span {
    color: #000;
}
.main .home li a:hover span{
    border-bottom: 1px solid #000;
}
.main .home li:first-child{
    padding-bottom: 10px;
}

@keyframes st3{
    0%{
        transform: translateY(20px);
    }
    100%{
        transform: translateY(0);
    }

}

.contents__bg{
    background-color: #f9f9f9;
   
}
.content__label{
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    background-color: #4fb7dc;
    width: fit-content;
    padding:4px 11px;
}
.content__label.s2{
    background-color: #6a7eee;
}
.content__label.s3{
    background-color: #f77f67;
}
.content__label.s4{
    background-color: #4bbb6f;
}
.content__Subtitle h2 span,.content__Subtitle h2{
    font-family: 'BMJUA';
    color: #454545;
    font-size: 42px;
}
.content__Subtitle a.d-flex {
    position: relative;
}
.content__Subtitle a.d-flex.flex-2,
.content__Subtitle a.d-flex.flex-4 {
    margin-right: 70px;
}
.content__Subtitle a.d-flex.flex-4 {
    gap: 60px;
    align-items: center;
}
.content__Subtitle a.d-flex .img-box
{
    align-self: self-end;
    position: absolute;
    right: 0;
    bottom: 60px;
   
}
.content__Subtitle a.d-flex.flex-1 .text-box {
    padding-right: 133px;
}
.content__Subtitle a.d-flex.flex-3 .text-box {
    padding-right: 135px;
} 
.content__Subtitle a.d-flex.flex-2 .img-box {
    bottom: 65px;
}
.content__Subtitle a.d-flex.flex-3 .img-box {
    padding-bottom: 11px; 
    
}
.content__Subtitle a.d-flex.flex-4 .img-box {
    position: static;
    align-self: center;
}
.content__Subtitle h2 span{
    font-size: 30px;
}

.content__Subtitle h2 img{
    margin-left: 20px;
}
.content__Subtitle p{
    font-size: 18px;
    color: #999;
    padding-top: 25px;
}
section ul{
    width: 100%;
    position: relative;
}
.content__Title{
    font-size: 50px;
    font-weight: 600;
    color: #4fb7dc;
}
.content__Title span{
    font-family: 'Kaushan Script', cursive;
    color: #eaeaea;
    font-size: 48px;
    font-weight: 300;
}
.content02 .content__Title{
    color: #6a7eee;
}
.content03 .content__Title{
    color: #f77f67;
}
.content04 .content__Title{
    color: #4bbb6f;
}
.content01 .content__Title,.content02 .content__Title{
    padding-bottom: 20px;
}

.content01 .content__label,.content01_2 .content__label,.content02 .content__label,.content02_2 .content__label{
    margin-bottom: 30px;
}
.content01_2 li,.content02_2 li{
    width: 50%;
}
.content01_2 .content__Subtitle,.content02_2 .content__Subtitle{
    padding-left: 90px;

}
.content02_2{
    padding-bottom: 0;
    padding-top: 0;
}
.content02_2 img.img-fluid{
    position: relative;
    bottom: 0;
}
.content03{
    padding-top: 70px;
}
.content03 .content__Title,.content04 .content__Title{
    padding-bottom: 21px;
}
.content03 .content__label{
    margin-bottom: 20px;
}
.content03 ul li img{
    display: block;
}
.content03 ul li p{
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
    text-align: center;
    letter-spacing: -0.04em;
}
.content03 ul li p b {
    font-size: 23px;
}

.content04{
    padding-bottom: 100px;
}
.content03 li,.content04 li{
    transition: .3s;
}
.content04 li a{
    display: block;
    position: relative;
}
.content04 li .content__label{
    position:absolute;
    top: 0;
    left: 0;
}
.content03 li:hover,.content04 li:hover{
    transform: translateY(-10px);
}
@media(max-width:1200px){
    .main {
        padding:0 30px;
        padding-top: 48px;
    }
    section {
        padding: 47px 30px;
    }
    .content__Subtitle h2 img {
        margin-left: 7px;
    }
    .content03 li{
        width: calc(50% - 15px);
    }
    .content04{
        padding-bottom: 100px;
    }
    .content04 li{
        width: calc(50% - 15px);
    }
    .content01_2 li:first-child, .content02_2 li:first-child{
        width: 45%;
    }
   
    .content01_2 li:last-child, .content02_2 li:last-child {
        width: 55%;
    }
}
@media(max-width:1150px){
    .content01_2 .content__Subtitle, .content02_2 .content__Subtitle{
        padding-left: 0;
    }
    .img img{
        width: 265px;
    }
    .content__Title{
        font-size: 40px;
    }
    .content__Title span{
        font-size: 38px;
    }
    .content__Subtitle h2 span, .content__Subtitle h2{
        font-size: 31px;
    }
    .content__Subtitle h2 span{
        font-size: 19px;
    }
    .content__Subtitle p{
        font-size: 14px;
        letter-spacing: -0.5px;
    }
    .content__Subtitle h2 img {
        margin-left: 7px;
    }
    .content01_2 li:last-child, .content02_2 li:last-child{
        padding-left: 11px;
    }
    .content03 ul li p{
        font-size: 16px;
    }
    .content__label {
        font-size: 14px;
    }
}
@media(max-width:750px){
    .main{
        background: url(../images/index/main_bg_m.jpg) no-repeat;    
        background-position: center center !important;
        padding:0 14px;
        padding-top: 48px;
        height: 714px;
        position: relative;
    }
    .main::before{
        content: "";
        width: 100%;
        height: 100%;
        background: url(../images/index/m_01.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        animation: snow1 1s 1s infinite alternate  both;
    }
    .main::after{
        content: "";
        width: 100%;
        height: 100%;
        background: url(../images/index/m_02.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        animation: snow1 1s 2s infinite alternate  both;
    }
    @keyframes st4 {
        0%{
            bottom: 0;
        }
        100%{
            bottom: 10px;
        }
    }
    .main__Contents{
        flex-wrap: wrap !important;
    }
    .main__Contents .home{
        order: 3;
    }
    .main__Contents>ul{
        width: 100% !important;
    }
    .main .txt-wrap{
        position: static;
    }
    .main .txt-wrap p{
        font-size: 16px;
        letter-spacing: -0.4px;
        text-align: center;
    }
    .main .txt-wrap p span{
        font-size: 18px;
    }
    .main .txt-wrap p span.txt-span{
        margin-left: 5px;
    }
    .main .txt-wrap{
        width: 100%;
        max-width: 424px;
        margin: 0 auto;
    }
    .mainTitle{
        width: 100%;
        max-width: 275px;
        margin: 0 auto;
    }
    .mainTitle .title3::after{
        background-size: cover;
        width: 50px;
        height: 11px;
        right: -38px;
    }
    .mainTitle .title4::after{
        background-size: cover;
        width: 33px;
        height: 11px;
        right: -26px;
    }
    .main .home{
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99
    }
    .main .home li{
        width: fit-content;
        margin: 0 auto;
    }
    .content__Subtitle a.d-flex.flex-2,
    .content__Subtitle a.d-flex.flex-4 {
    margin-right: 40px;
    }
   
}
@media(max-width:650px){
    .main{
        margin-top: 60px;
    }
    .view-650{
        display: block;
    }
    .hide-650{
        display: none;
    }
    section {
        padding: 47px 15px;
    }
    .content02_2{
        padding: 47px 15px;
    }
    .img img{
        width: 100%;
        padding-bottom: 50px;
    }
    


    .content01_2 ul,.content02_2 ul{
        display: block !important;
    }
    .content01_2 li,.content02_2 li{
        width: 100% !important;
    }
    .content01_2 li:last-child,.content02_2 li:last-child{
        padding-left: 0;
    }
    .content01 .content__Title{
        padding-bottom: 60px;
    }
    .content03 ul,.content04 ul{
        display: block !important;
    }
    .content03 ul li,.content04 ul li{
        width: 100%;
        margin-bottom: 40px;
    }
    .content03 ul li:last-child,.content04 ul li:last-child{
        margin-bottom: 0;
    }


    .content__Subtitle a.d-flex.flex-4 .img-box {
        position: absolute;
    }
    
}
