header{
    max-width: 1400px;
    padding: 20px 20px;
    background-color: black;
    position: sticky;
    left: 0;
    top: 0;
}
.main{
    width: 1200px;
    display: block;
    margin: auto;
}
.indText{
    text-align: center;
}
.indText h5{
    font-weight: bold;
    font-size: 36px;
    display: block;
    margin-bottom: 40px;
}

.indText p{
    font-size: 24px;
    line-height: 1.4;
}
.indText img{
    margin-top: 40px;
}
.indText1 h4{
    font-weight: bold;
    font-size: 96px;
}
.indText1 p{
    font-size: 32px;
    line-height: 1.4;
}
.indText1 img{
    margin: auto;
    display: block;
    margin-top: 40px;
}

.indText2 h5{
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
}
.indText2 ul{
    width: 100%;
}
.indText2 li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.indText2 li h4{
    font-size: 36px;
    margin-bottom: 30px;
}
.indText2 li p{
    font-size: 24px;
    line-height: 1.4;
}
.indText4 h5{
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-top: 60px;
    line-height: 1.6;
}
.indText4 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;

}
.indText4 li{ 
    width: 595px;
    height: 280px;
    background: #111111;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #888788;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.indText4 li h6{ 
    font-size: 32px;
    font-weight: bold;
}
.indText4 li p{
font-size: 16px;
color: #FFFFFF;
line-height: 30px;
margin-top: 20px;
}
footer{
    background: #111111;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
}
footer .main{
    display: flex;
    justify-content: space-between;
    gap: 60px;

}
footer dl{
    flex: 1;
    min-width: 0;
}

footer .bot{
    text-align: center;
    display: block;
    font-size: 16px;
    margin-top: 44px;
}
footer dt{
    font-size: 28px;
    margin-bottom: 10px;
}

footer dd{
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}
footer dd:hover{
    text-decoration: underline;
}

@media (max-width: 1200px){
    footer .main{
        width: auto;
        padding: 0 20px;
    }
}

@media (max-width: 640px){
    footer .main{
        flex-direction: column;
        gap: 24px;
    }
    footer dl{
        width: 100%;
    }
    footer .bot{
        padding: 0 20px;
        line-height: 1.6;
        overflow-wrap: anywhere;
    }
}
