.sec06 {
    padding: 132px 0 81px 0;
}

.sec07 {
    padding: 71px 0 71px 0;
}

.sec07 .sec-body {
    position: relative;
}

.sec07-title {
    color: #161F40;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px; /* 150% */
}

.sec07-group {
    margin-top: 52px;
}

.sec07-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec07-item01 span {
    display: flex;
    width: 196px;
    height: 96px;
    padding: 22px 27px 23px 27px;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0 0;
    border-right: 1px solid #D9D9D9;
    background: #06F;
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.sec07-item02 span {
    display: flex;
    width: 196px;
    height: 96px;
    padding: 22px 27px 23px 27px;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D9D9D9;
    background: #7C3AED;
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.sec07-item03 span {
    display: flex;
    width: 196px;
    height: 96px;
    padding: 22px 27px 23px 27px;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 20px;
    border-right: 1px solid #D9D9D9;
    background: #14B8A6;
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.sec07-item01 p {
    display: flex;
    width: 1044px;
    height: 96px;
    padding: 22px 35px 23px 27px;
    align-items: center;
    border-radius: 0 20px 0 0;
    background: #FFF;
}

.sec07-item02 p {
    display: flex;
    width: 1044px;
    height: 96px;
    padding: 22px 35px 23px 27px;
    align-items: center;
    background: #EFF0F2;
}

.sec07-item03 p {
    display: flex;
    width: 1044px;
    height: 96px;
    padding: 22px 35px 23px 27px;
    align-items: center;
    border-radius: 0 0 20px 0;
    background: #FFF;
}

.sec07-txt01 {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px; /* 177.778% */
}

.sec07-txt02 {
    margin: 0 auto;
    position: relative;
    top: 66px;
    transform: rotate(-2deg);

    display: flex;
    padding: 22px 27px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #96C60B;

    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px; /* 177.778% */
}

.sec07-txt02 span {
    width: 933px;
}

.sec05-group02 {
    padding-right: 25px;
}

.sp {
    display: none;
}

@media screen and (max-width:850px){
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .sec06 {
        padding-top: 70px;
    }
	
	.sec06 .sec-body {
		display: flex;
    	justify-content: center;
	}

    .sec07-title {
        font-size: 22px;
        font-weight: 700;
        line-height: 32px; /* 145.455% */
    }
    
    .sec07-group {
        overflow: hidden;
        border-radius: 20px;
    }

    .sec07-items {
        display: block;
    }

    .sec07-items span {
        display: flex;
        width: 100%;
        height: 70px;
        justify-content: center;
        align-items: center;
        padding: 0;
        border: 0;
        border-radius: 0;
        font-size: 18px;
    }

    .sec07-items p {
        width: 100%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 0;
    }

    .sec07-item01 span {
        border-radius: 20px 20px 0 0;
    }

    .sec07-item03 p {
        border-radius: 0 0 20px 20px;
    }

    .sec07-txt02 {
        top: 44px;
        width: 272px;
        padding: 22px 12px;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px; /* 157.143% */
        height: auto;
    }
    .sec05-group02 {
        padding-right: 22px;
    }
}