.content1 {
    padding: 0 0 1.5rem 1.5rem;
    margin-top: -5.5rem; 
    position: relative; 
    z-index: 1; 
}
 .img_box{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}

.img_box .icon {
    height: auto;
    width: 35%;
    z-index: 1;
    position: absolute;
    right: 80%;
    top: 65%;
    transform: translate(50%, -50%);
}

.img_box .banner {
    height: auto;
    width: 80%;
    z-index: 0;
    position: relative;
    object-fit: contain;
    margin-right: 0;
    margin-left: auto;
}

.overlay-text {
    position: absolute;
    top: 65%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: left;
    font-size: 24px;
    width: 55%;
    display: flex;
    align-items: center;
}

.title{
    font-size: 1.6rem;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
}

.title .point2  {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.3;
    font-weight: 400;

}

.btn_wrap {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 3.5rem;
    background-color: #4361ff;
    margin: 4rem 1.5rem 3rem;
}


.btn_wrap a {
    padding: 1rem 0;
    font-size: 1.6rem;
    background-color: #4361ff;
    color: #fff;
    width: 50%;
    border-radius: 3rem;
    font-weight: 600;
}

.section_BA .btn_wrap a:nth-child(1) {
    background-color: #fff;
    border-radius: 3rem;
    color: #516cff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.section_BB .btn_wrap a:nth-child(2) {
    background-color: #fff;
    color: #516cff;
    border-radius: 3rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.content2 {
    padding: 1.5rem;
}
.section_A .content2 {
    margin-top: 3rem;
    padding: 1.5rem;
}
.section_D .content2, .section_E .content2 {
    padding: 1.5rem;
    margin-top: 3rem;
}
.box {
    position: relative;
    margin-bottom: 2rem;
}

.img_box2 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.tit_img  {
    width: 100%;
    height: auto;
}

.section_A .overlay-text2,
.section_BB .overlay-text2,
.section_C .overlay-text2,
.section_D .overlay-text2,
.section_E .overlay-text2,
.section_G .overlay-text2{
    position: absolute;
    top: 49%; 
    left: 18%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    white-space: nowrap;
}
.section_BA .overlay-text2 {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    white-space: nowrap;
}
.section_BA .overlay-text3 {
    position: absolute;
    top: 50%; 
    left: 17%;
    transform: translateY(-50%);
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    white-space: nowrap;
}

.section_BA .overlay-text2 .num {
    margin-right: 2.5rem;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
}

.section_A .overlay-text2 img,
.section_BA .overlay-text2 img {
    margin-right: 1rem;
    width: 15%;
}

.sub_title {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
}

.section_A .sub_title .point3,
.section_BA .sub_title .point3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #536eff;
}

.con {
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 1rem 1rem 3rem;
}
.section_C  .text, .section_E  .text, .section_F .text, .section_G .text {
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 3rem 0 3rem;
}
.section_C  .text .point3, .section_E  .text .point3, .section_F  .text .point3, .section_G  .text .point3 {
    font-size: 1.6rem;
    color: #536eff;
    font-weight: 600;
}
.section_D .con .point3, .section_C .con .point3, .section_G .con .point3 {
    font-size: 1.6rem;
    line-height: 3;
    color: #657eff;
    font-weight: 600;
}
.section_D .content2 .calc {
    display: flex;
    justify-content: space-between;
    background-color: #f5f8ff;
    padding: 0 1.5rem;
    border-radius: 1rem;
    width: 100%;
    align-items: center;
    margin: 3rem 0 3rem;
}
.section_D .content2 .calc .left {
    width: 60%;
    margin-top: 2rem;
}
.section_D .content2 .calc .left .p1{
    font-size: 1.4rem;
    line-height: 1.3;
    white-space: nowrap;
}
.section_D .content2 .calc .left .p2{
    font-size: 1.7rem;
    font-weight: 800;
    color: #3656ff;
    margin-top: 1rem;
}
.section_D .content2 .calc .left a{
    font-size: 1.6rem;
    padding: .5rem 1.5rem;
    border: 1px solid #7288ff;
    color: #2548ff;
    margin-bottom: 2rem;
    margin-top: 10px;
    display: inline-block;
    border-radius: 3rem;
}
.section_D .right {
    width: 30%;
    padding-top: 30%;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-left: 4rem;
    position: relative;
}

.section_D .right img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
}

.section_D .content2 .calc img {
    width: 50%;
}
.section_D .chart1 {
    width: 100%;
    margin-top: 3rem;
}
.section_E .con .point3 {
    font-size: 1.6rem;
    color: #657eff;
}
.section_E .chart2, .section_F .chart3 {
    width: 100%;
    margin-bottom: 3rem;
}
.section_E .content2 .calendar {
    display: flex;
    justify-content: space-between;
    background-color: #f5f8ff;
    padding: 0 1.5rem;
    border-radius: 1rem;
    width: 100%;
    align-items: center;
    margin-bottom: 3rem;
}
.section_E .content2 .calendar .left {
    width: 60%;
    margin-top: 1.5rem;
}
.section_E .content2 .calendar .left .p1{
    font-size: 1.7rem;
    font-weight: 800;
    color: #3656ff;
    margin-top: 1rem;
    line-height: 1.3;
}

.section_E .content2 .calendar .left a{
    font-size: 1.6rem;
    padding: .5rem 1.5rem;
    border: 1px solid #7288ff;
    color: #2548ff;
    margin-bottom: 2rem;
    margin-top: 10px;
    display: inline-block;
    border-radius: 3rem;
}
.section_E .right {
    width: 30%;
    padding-top: 30%;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-left: 4rem;
    position: relative;
}

.section_E .right img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
}

.section_E .content2 .calendar img {
    width: 60%;
}
.section_A .btn1, .section_BA .btn1,.section_BB .btn1 {
    text-align: center;
    display: block;
    padding: 2rem;
    border-radius: .5rem;
    background-color: #4361ff;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    margin: 1.5rem 1.5rem 4rem;
 }
.section_C .btn1, .section_D .btn1, .section_E .btn1, .section_F .btn1, .section_G .btn1 {
    text-align: center;
    display: block;
    padding: 2rem;
    border-radius: .5rem;
    background-color: #4361ff;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    margin: 1.5rem 1.5rem;
 }
 .section_C .btn2,  .section_D .btn2,  .section_E .btn2, .section_F .btn2, .section_G .btn2 {
    text-align: center;
    display: block;
    padding: 2rem;
    border-radius: .5rem;
    background-color: #47c9f1;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    margin: 1.5rem 1.5rem 4rem;
 }
.btn2 span {
    color: #fff;
    font-weight: 800;
    font-size: 1.8rem;
 }