/* Base */
body{
    overflow-x: hidden;
}

/* Layout */
.l_header{
    border-bottom: 4px solid #e5262d;
    margin-bottom: 24px;
}
.l_footer{
    background: #e5262d;
    color: #FFF;
    margin-top: 24px;
}

.l_grid {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap
}

.l_grid__item {
    display: flex
}

.l_grid__inner {
    display: block;
    width: 100%
}

.l_wrap{
  width: 100%;
  margin: 0px auto;
}

.l_wrap--top{
  width: 100%;
  margin: 50px auto;
}

.l_wrap__inner{
    max-width: 1108px;
    width: 90vw;
    margin: 28px auto;
}
.l_section{}
.l_section + .l_section{
    margin-top: 48px;
}
.l_section + .l_section:nth-of-type(2){
	margin-top: 64px;
}
.l_btn{
    width: 360px;
    height: 70px;
}

.m_jobs_top_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
    border: 4px solid #e5262d;
    border-radius: 20px;
    line-height: 1.8;
    height: 500px;
    width: 980px;
    margin: 0 auto;
}

.m_jobs_top_box--itservice{}
.m_jobs_top_box--itservice::before{
    position: absolute;
    content:url(/resource/img/recruit/img_top_itservice.png);
    top: -65px;
    left: 20px;
}
.m_jobs_top_box--syatyou{}
.m_jobs_top_box--syatyou::before{
    position: absolute;
    content:url(/resource/img/recruit/img_top_syatyou.png);
    left: -60px;
    bottom: 190px;
}
.m_jobs_top_box--kokai{}
.m_jobs_top_box--kokai::before{
    position: absolute;
    content:url(/resource/img/recruit/img_top_kokai.png);
    left: 140px;
    bottom: 0px;
}
.m_jobs_top_box--media{}
.m_jobs_top_box--media::before{
    position: absolute;
    content:url(/resource/img/recruit/img_top_media.png);
    right: 20px;
    top: -40px;
}
.m_jobs_top_box--eigyo{}
.m_jobs_top_box--eigyo::before{
    position: absolute;
    content:url(/resource/img/recruit/img_top_eigyo.png);
    right: 0;
    bottom: 0;
}

.m_jobs_top_box__inner{
    display: flex;
    align-items: center;
    justify-content: center;
}


.m_jobs_top_box__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.m_jobs_top_box__inner + .m_jobs_top_box__inner{
    margin-top: 48px;
}
.m_jobs_top_box_salescopy{
    font-size: 18px;
    font-weight: bold;
    background: #e5262d;
    color: #FFF;
    padding: 5px 40px;
    border-radius: 50px;
}
.m_jobs_top_box_ttl{
    font-size: 64px;
    font-weight: bold;
}
.m_jobs_top_box_txt{
    font-size: 18px;
    font-weight: bold;
}

.m_jobs_top_btn{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	height: 80px;
    width: 320px;
	border-radius: 1000px;
	position: relative;
	z-index: 1;
}
.m_jobs_top_link{
    position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: linear-gradient(90deg,#db2b41,#cb2974);
	border-radius: inherit;
	-webkit-transition: .2s;
	transition: .2s;
	top: -6px;
	left: 0;
	text-decoration: none;
	color: #FFF;
    box-shadow: 0px 8px 5px 0px rgb(0 0 0 / 50%);
}
.m_jobs_top_link:hover{
    box-shadow: none;
}
.m_jobs_top_link::after{
    position: absolute;
    content: "";
    width: 36px;
    height: 22px;
    background-image: url(/resource/img/recruit/ic_arrow.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    right: 10px;
}


.m_result__head_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.m_result__head_txt{
    font-size: 16px;
    font-weight: bold;
}
.m_result__head_txt--strngth_wrap{
    font-size: 48px;
}
.m_result__head_txt--strngth{
    font-size: 68px;
    color: #e5262d;
}
.m_result__head_img{}
.m_result__head_img > img{}

.m_result__body{
    margin-top: 12px;
}
.m_result_type_txt_wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    border: 4px solid #e5263d;
    border-radius: 20px;
    line-height: 1.8;
    width: 70%;
    margin: 0 auto;
}
.m_result_type_txt_inner{
}
.m_result_type_txt{
    text-align: left;
}
.m_result_type_txt + .m_result_type_txt{
    margin-top: 2px;
}

.m_result_feature_wrap{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.m_result_feature_head_txt{
    font-size: 28px;
    font-weight: bold;
}
.m_result_feature_txt_wrap{
    margin-top: 12px;
}
.m_result_feature_txt{
    text-align: left;
}

.m_result_interviewee_wrap{}
.m_result_interviewee_ttl{
    font-size: 28px;
    font-weight: bold;
    text-align: left;
}
.m_result_interviewee{
    display: flex;
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 6px 48px;
}
.m_result_interviewee__item{
    width: 220px;
}
.m_result_interviewee__link{}
.m_result_interviewee__link:hover{
    opacity: .7;
}
.m_result_interviewee__img > img{}
.m_result_interviewee__profile{}
.m_result_interviewee__profile_div{}
.m_result_interviewee__profile_name{}

.m_result_btn_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.m_result_btn_inner{
    display: flex;
    justify-content: space-around;
    margin: 48px 0px;
    width: 100%;
}
.m_result_btn{}
.m_result_btn + .m_result_btn{
    margin-top: 48px;
}
.m_result_btn_inner > .m_result_btn{
    margin-top: unset;
}
.m_result_btn_link{
    display: block;
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.5);
    border-radius: 5px;
    transition: .2s;
    text-decoration: none;
}
.m_result_btn_link:hover{
    box-shadow: none;
}
.m_result_btn_link--gradation{
    color: #FFF;
    background: linear-gradient(90deg,#db2b41,#cb2974);
}

.m_result_btn_link--back_wrap{
    width: 320px;
    margin-top: 82px !important;
}

.m_result_btn_link--back{
    position: relative;
    border-radius: 50px;
    color: #FFF;
    background: linear-gradient(90deg,#db2b41,#cb2974);
    padding: 25px;
}
.m_result_btn_link--back::before,
.m_result_btn_link--back::after{
    content: "";
    margin: auto;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    position: absolute;
    pointer-events: none;
}


.m_result_btn_link--back::before{
    position: absolute;
	width: 27px;
	height: 16px;
	background-image: url(/resource/img/recruit/ic_arrow.png);
    transform: scale(-1,1);
	top: 2px;
	bottom: 0;
	left: 25px;
}


.m_result_btn_link--line{
    color: #333;
    border-top: 2px solid #00b800;
    border-left: 2px solid #00b800;
    border-right: 2px solid #00b800;
    border-bottom: 4px solid #00b800;
}
.m_result_btn_link--line::before{
    content: "";
    display: inline-block;
    background-image: url(/resource/img/recruit/line_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding-right: 5px;
}

.g_h2{
    font-size: 2.5rem;
}

@media (max-width: 768px){
    .l_btn{
        width: 80%;
    }
    .l_wrap--top{
        width: 100%;
    }
    .l_wrap_inr{
        width: 100%;
    }
    .m_jobs_top_box{
        width: 90%;
        padding: 20px;
    }
    .m_jobs_top_box--itservice::before{
        display: none;
        content: none;
    }
    .m_jobs_top_box--syatyou::before{
        display: none;
        content: none;
    }
    .m_jobs_top_box--kokai::before{
        display: none;
        content: none;
    }
    .m_jobs_top_box--media::before{
        display: none;
        content: none;
    }
    .m_jobs_top_box--eigyo::before{
        display: none;
        content: none;
    }
    .m_jobs_top_box_ttl{
        font-size: 48px;
    }

    .m_result__head_txt--strngth_wrap{
        font-size: 36px;
    }
    .m_result__head_txt--strngth{
        font-size: 48px;
    }
    .m_result_feature_txt_wrap{
        width: 100%;
    }
    .m_result_feature_head_txt{
        font-size: 24px;
    }
    .m_result_interviewee_ttl{
        font-size: 24px;
    }
    .m_result_interviewee{
        flex-direction: column;
        align-items: center;
    }
    .m_result_btn_inner{
        flex-direction: column;
        align-items: center;
    }
    .m_result_interviewee__item + .m_result_interviewee__item{
        margin-top: 24px;
    }
    .m_result_btn_inner > .m_result_btn{
        margin-top: 48px;
    }

}

@media (max-width: 568px){
    .m_result__head_txt--strngth_wrap{
        font-size: 28px;
    }
    .m_result__head_txt--strngth{
        font-size: 36px;
    }
}