﻿.join-box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    color: #ffffff;
}

.join-box1-left {
    width: calc(100% - 675px);
}

.join-box1-left h2 {
    margin: 0 0 30px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
}

.join-box1-left p {
    max-width: 650px;
    margin: 0 0 22px 0;
    color: rgba(255,255,255,.95);
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: .3px;
}

.join-box1-left p:last-child {
    margin-bottom: 0;
}

.join-box1-right {
    width: 605px;
    border-radius: 8px;
    overflow: hidden;
}

.join-box1-right img {
    display: block;
    width: 100%;
    height: 382px;
    object-fit: cover;
    border-radius: 8px;
}



.join-box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 65px;
    color: #ffffff;
}

.join-box2-left {
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
}

.join-box2-left img {
    display: block;
    width: 100%;
    height: 388px;
    object-fit: cover;
    border-radius: 8px;
}

.join-box2-right {
    width: 50%;
    box-sizing: border-box;
}

.join-box2-right h2 {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
}

.join-box2-right p {
    max-width: 610px;
    margin: 0 0 26px 0;
    color: rgba(255,255,255,.95);
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .5px;
}

.join-box2-right h3 {
    margin: 0 0 10px 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .5px;
}

.join-box2-right ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.join-box2-right ul li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 24px;
    color: rgba(255,255,255,.95);
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .4px;
}

.join-box2-right ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00a8f4;
    font-size: 16px;
    font-weight: 700;
}



.join-box3 {
    color: #ffffff;
}

.join-box3-head {
    margin-bottom: 46px;
}

.join-box3-head h2 {
    margin: 0 0 24px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 2px;
}

.join-box3-head p {
    margin: 0;
    color: rgba(255,255,255,.95);
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: .5px;
}

.join-role-list {
    width: 100%;
}

.join-role-item {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.join-role-item:last-child {
    margin-bottom: 0;
}

.join-role-title {
    height: 64px;
    padding: 0 24px 0 28px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #00c99a 0%, #00a8f4 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.join-role-title h3 {
    margin: 0;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 1px;
}

.join-role-arrow {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    color: #00a8f4;
    font-size: 18px !important;
    line-height: 24px !important;
    text-align: center;
    font-weight: normal;
}

.join-role-content {
    display: none;
    background: #ffffff;
    padding: 24px 30px;
    box-sizing: border-box;
    color: #222222;
}

.join-role-item.active .join-role-content {
    display: flex;
    align-items: center;
}

.join-role-img {
    width: 255px;
    flex: 0 0 255px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 30px;
}

.join-role-img img {
    display: block;
    width: 100%;
    height: 183px;
    object-fit: cover;
    border-radius: 4px;
}

.join-role-text {
    flex: 1;
}

.join-role-text p {
    position: relative;
    margin: 0 0 22px 0;
    padding-left: 22px;
    color: #222222;
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: .3px;
}

.join-role-text p:last-child {
    margin-bottom: 0;
}

.join-role-text p::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00a8f4;
    font-size: 15px;
    font-weight: 700;
}


.join-box4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
    color: #ffffff;
}

.join-box4-left {
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
}

.join-box4-left img {
    display: block;
    width: 100%;
    height: 386px;
    object-fit: cover;
    border-radius: 8px;
}

.join-box4-right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 0;
}

.join-box4-right h2 {
    margin: 0 0 30px 0;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1px;
}

.join-box4-right p {
    max-width: 520px;
    margin: 0;
    color: rgba(255,255,255,.95);
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: .5px;
}



/* mobile */
@media screen and (max-width: 768px) {
    .join-box1 {
        display: block;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .join-box1-left,
    .join-box1-right {
        width: 100%;
    }

    .join-box1-left {
        margin-bottom: 26px;
    }

    .join-box1-left h2 {
        margin-bottom: 18px;
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .join-box1-left p {
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.7;
    }

    .join-box1-right img {
        height: auto;
        border-radius: 8px;
    }
	
	
	
	 .join-box2 {
	        display: block;
	        padding: 0 15px;
	        box-sizing: border-box;
	    }
	
	    .join-box2-left,
	    .join-box2-right {
	        width: 100%;
	    }
	
	    .join-box2-left {
	        margin-bottom: 26px;
	    }
	
	    .join-box2-left img {
	        height: auto;
	        border-radius: 8px;
	    }
	
	    .join-box2-right h2 {
	        margin-bottom: 18px;
	        font-size: 1.4rem;
	        line-height: 1.4;
	    }
	
	    .join-box2-right p {
	        max-width: 100%;
	        margin-bottom: 20px;
	        font-size: 14px;
	        line-height: 1.7;
	    }
	
	    .join-box2-right h3 {
	        margin-bottom: 14px;
	        font-size: 16px;
	    }
	
	    .join-box2-right ul {
	        margin-bottom: 22px;
	    }
	
	    .join-box2-right ul li {
	        font-size: 14px;
	        line-height: 1.65;
	    }
		
		
		 .join-box3 {
		        padding: 0 15px;
		        box-sizing: border-box;
		    }
		
		    .join-box3-head {
		        margin-bottom: 28px;
		    }
		
		    .join-box3-head h2 {
		        margin-bottom: 16px;
		        font-size: 1.7rem;
		        line-height: 1.4;
		        letter-spacing: 1px;
		    }
		
		    .join-box3-head p {
		        font-size: 14px;
		        line-height: 1.7;
		        letter-spacing: .2px;
		    }
		
		    .join-role-item {
		        margin-bottom: 14px;
		    }
		
		    .join-role-title {
		        height: auto;
		        min-height: 58px;
		        padding: 15px 18px;
		    }
		
		    .join-role-title h3 {
		        padding-right: 12px;
		        font-size: 17px;
		        line-height: 1.4;
		        letter-spacing: .5px;
		    }
		
		    .join-role-arrow {
		        width: 22px;
		        height: 22px;
		        flex: 0 0 22px;
		        font-size: 16px;
		        line-height: 22px;
		    }
		
		    .join-role-content {
		        padding: 20px 18px;
		    }
		
		    .join-role-item.active .join-role-content {
		        display: block;
		    }
		
		    .join-role-img {
		        width: 100%;
		        flex: none;
		        margin-right: 0;
		        margin-bottom: 18px;
		    }
		
		    .join-role-img img {
		        width: 100%;
		        height: auto;
		        border-radius: 4px;
		    }
		
		    .join-role-text p {
		        margin-bottom: 14px;
		        padding-left: 22px;
		        font-size: 14px;
		        line-height: 1.7;
		        letter-spacing: .2px;
		    }
			
			
 .join-box4 {
        display: block;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .join-box4-left,
    .join-box4-right {
        width: 100%;
    }

    .join-box4-left {
        margin-bottom: 26px;
    }

    .join-box4-left img {
        height: auto;
        border-radius: 8px;
    }

    .join-box4-right h2 {
        margin-bottom: 18px;
        font-size: 1.7rem;
        line-height: 1.4;
    }

    .join-box4-right p {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: .2px;
    }			
			
}