#mv {
    height: 80vh;
}

#mv_item {
    height: 100%;
	position:relative;
}

#mv_content{
	position:absolute;
	top:50%;
	left:10rem;
	transform:translatey(-50%);
	z-index:3;
}

#mv_content img{
	width:70px;
}

#mv_content h2{
	margin:3rem 0;
	font-size:2.5rem;
}

#mv_content .btn-1{
	margin-bottom:10px;
}

.accordion {
	margin: 4rem auto;
}

.faq-toggle {
	display: none;
}

.faq {
	position: relative;
	margin-bottom: 1rem;
}

.question,.anser {
	transform: translateZ(0);
	transition: all 0.3s;
}

.question {
    padding: 2rem 6rem 2rem 2rem ;
    display: flex;
    background: var(--accent);
    color: var(--main-r);
}


.question p,
.anser p{
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2;
}

.question span,.anser span {
padding-right: 3rem;
    font-size: 2.3rem;
    font-family: var(--en);
}

.question:after,.question:before {
content: "";
    position: absolute;
    right: 3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 2rem;
    background-color: #ffffff;
    transition: all 0.3s;
}

.question:after {
	transform: rotate(90deg);
}

.anser {
	max-height: 0;
	overflow: hidden;
}

.anser div {
    margin: 0;
    padding: 2rem;
    line-height: 1.8;
    background: var(--bg);
}

.faq-toggle:checked + .question + .anser {
	max-height: 500px;
	transition: all 1.5s;
}

.faq-toggle:checked + .question:before {
	transform: rotate(90deg) !important;
}

#top_service .l-flex{
	gap:3rem;
}

.service-item{
	width:calc(100% / 3 - 2rem);
	position:relative;
}

.service-item .num{
    font-family: var(--en);
    font-size: 4rem;
    position: absolute;
    left: 2rem;
    top: -2.8rem;
    color: #FF409C;
    mix-blend-mode: exclusion;
}

.service-item h4{
    font-size: 2rem;
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    color: var(--main-r);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 4rem);
}

.start-item{
    display: flex;
    align-items: center;
    gap: 5rem;
    background: var(--main-r);
	position:relative;
	margin-bottom:5rem;
}

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

.start-item .start-l{
    display: flex;
    align-items: center;
    gap: 3rem;
    width: calc(40% - 1.5rem);
}

.start-item .start-l p{
        font-size: 2.5rem;
    font-family: var(--en);
    width: 50px;
    height: 50px;
    background: var(--accent);
    color: var(--main-r);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 5rem;
}

.start-item .start-l h4{
font-size: 2rem;
    color: var(--accent);
    font-family: var(--bold);
    line-height: 1;
}

.start-item .start-r{
    width: calc(60% - 1.5rem);
}

.start-arrow {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 20px;
    height: 20px;
    border: 2px solid var(--accent);
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-50%) rotate(135deg);
    position: absolute;
    bottom: -2.8rem;
    left: 50%;
}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1400px) {

}

@media screen and (max-width:1200px) {

}

@media screen and (max-width:960px) {
#mv_content {
    left: 50%;
	width:90%;
	    transform: translate(-50%,-50%);
}
.service-item .num {
    font-size: 3rem;
    left: 1rem;
    top: -1.8rem;
}
.start-item .start-l h4 {
    font-size: 1.6rem;
}
.start-item .start-l p {
    font-size: 2rem;
    width: 40px;
    height: 40px;
    padding: 4rem;
}
.question p, .anser p {
    font-size: 1.6rem;
}
}

@media screen and (max-width:1024px) {
.start-item {
    gap: 3rem;
}
.start-item .start-l,
.start-item .start-r{
    width: calc(50% - 1.5rem);
}
.service-item h4 {
    font-size: 1.6rem;
    left: 1rem;
    bottom: 1rem;
}
}

@media screen and (max-width:767px) {
#mv_content h2 {
    font-size: 1.8rem;
}
    #mv_content h2 br{
        display:none;
    }
#mv_content img {
    width: 50px;
}
    .start-item .start-l, .start-item .start-r {
            width: 100%;
    gap: 1rem;
    }
.start-item {
    gap: 0rem;
    flex-wrap: wrap;
}
.start-item .start-r{
	padding:1rem;
	}
.start-item .start-l p {
        font-size: 1.6rem;
        width: 30px;
        height: 30px;
        padding: 3rem;
    }
    .start-item .start-l h4 {
        font-size: 1.4rem;
    }
.question p, .anser p {
        font-size: 1.4rem;
	line-height:1.5;
    }
.question span, .anser span {
    padding-right: 2rem;
    font-size: 2rem;
}
.service-item {
    width: 100%;
}
.service-item h4 {
    left: 2rem;
        bottom: 2rem;
    }
    .service-item .num {
        left: 2rem;
    }
}