@charset "UTF-8";
/*
Author: あそびラボ
*/

/*=======================================================
MV
=======================================================*/
.bl_lower_mv_ttl::before {
	content: "Casting";
	bottom: -29px;
}
.bl_lower_mv_inner::after {
	content: "";
	background: url(../images/casting/mv-img.png) top center/contain no-repeat;
	width: 94px;
	height: 128px;
	position: absolute;
	top: 14px;
	right: 272px;
}
@media screen and (max-width : 750px){
	.bl_lower_mv_ttl{
		padding-top: 40px;
		line-height: 1.4;
	}
	.bl_lower_mv_inner::after {
		top: 55px;
		right: 7px;
		width: 160px;
		height: 144px;
	}
	.bl_lower_mv_ttl::before {
		bottom: -38px;
	}
}

/*=======================================================
共通項目
=======================================================*/
.hp_color__orange{
    color: #E66342!important;
    font-weight: bold;
}
@media screen and (max-width : 750px){
    .el_sec_boxTtl{
        text-align: center;
    }
}
/*=======================================================
メイン
=======================================================*/
.bl_intro_txt{
    text-align: center;
    margin: 40px 0;
}
@media screen and (max-width : 750px){
    .bl_intro_txt{
        margin: 56px 0;
    }
}

/*=======================================================
question
=======================================================*/
.bl_question {
    margin: 0 0 56px;
}
.bl_question ul {
    display: flex;
    flex-flow: wrap;
    justify-content: end;
    gap: 64px 136px;
}
.bl_question ul li {
    width: 390px;
    position: relative;
    display: flex;
    align-items: center;
}
.bl_question ul li::before {
    position: absolute;
    content: "";
    width: 85px;
    height: 84px;
    top: 0;
    left: -101px;
}
.bl_question ul li:nth-of-type(1)::before {
    background: url(../images/casting/question-img01.png) top center/contain no-repeat;
}
.bl_question ul li:nth-of-type(2)::before {
    background: url(../images/casting/question-img02.png) top center/contain no-repeat;
}
.bl_question ul li:nth-of-type(3)::before {
    background: url(../images/casting/question-img03.png) top center/contain no-repeat;
}
.bl_question ul li:nth-of-type(4)::before {
    background: url(../images/casting/question-img04.png) top center/contain no-repeat;
}
@media screen and (max-width : 750px){
    .bl_question {
        margin: 0 0 64px;
    }
    .bl_question ul {
        flex-flow: column;
        align-items: end;
        gap: 40px;
    }
    .bl_question ul li {
        width: 540px;
    }
    .bl_question ul li::before {
        width: 120px;
        height: 118px;
        top: 0;
        left: -144px;
    }
}

/*=======================================================
strengths
=======================================================*/
.bl_strengths {
    background-color: #EFF8F1;
    padding: 56px 0;
}
.bl_strengths .bl_cardUnit {
    justify-content: space-between;
}
.bl_strengths .bl_card {
    width: 490px;
}
.bl_strengths .bl_cardTtl {
    background-color: #3FB56C;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    padding: 5px 0 0;
    margin-bottom: 16px;
    letter-spacing: 0.88px;
}
@media screen and (max-width : 750px){
    .bl_strengths {
        padding: 60px 0;
    }
    .bl_strengths .bl_cardUnit {
        flex-flow: column;
        gap: 56px;
    }
    .bl_strengths .bl_card {
        width: 100%;
    }
    .bl_strengths .bl_cardTtl {
        font-size: 30px;
        padding: 8px 0 0;
        margin-bottom: 32px;
    }
}

/*=======================================================
strategy
=======================================================*/
.bl_strategy {
    padding: 56px 0;
}
.bl_strategy_txt {
    text-align: center;
    font-weight: bold;
    margin-bottom: 32px;
}
.bl_shopping,
.bl_clinic {
    border: 1px solid #B0A0C7;
    background-color: #F7F4FC;
    padding: 24px 16px 32px;
    margin-bottom: 40px;
}
.bl_shopping > h3,
.bl_clinic > h3 {
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 0px;
    font-size: 22px;
    font-weight: bold;
}
.bl_shopping ul {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
}
.bl_shopping ul li {
    width: 477px;
    border: 1px solid #5FC377;
    background-color: #FFFFFF;
    padding: 16px 16px 16px 171px;
    font-size: 16px;
    position: relative;
}
.bl_shopping ul li::before {
    position: absolute;
    content: "";
    width: 132px;
    height: 78px;
    top: 25px;
    left: 19px;
}
.bl_shopping ul .bl_sns::before {
    background: url(../images/casting/shopping-img01.png) top center/contain no-repeat;
}
.bl_shopping ul .bl_tv::before {
    background: url(../images/casting/shopping-img02.png) top center/contain no-repeat;
}
.bl_sns > p + p {
    margin-top: 16px;
}
.bl_shopping ul li > p > span {
    padding-left: 16px;
}
.bl_clinic {
    position: relative;
}
.bl_clinic::before,
.bl_clinic::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
}
.bl_clinic::before {
    background: url(../images/casting/clinic-img01.png) top center/contain no-repeat;
    top: 32px;
    right: 100px;
}
.bl_clinic::after {
    background: url(../images/casting/clinic-img02.png) top center/contain no-repeat;
    bottom: 0;
    left: 8px;
}
.bl_clinic_txt {
    text-align: center;
    font-size: 16px;
    position: relative;
}
.bl_clinic_txt:first-of-type::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 34px solid transparent;
    border-left: 34px solid transparent;
    border-top: 25px solid #5fc377;
    border-bottom: 0;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.bl_clinic_txt + .bl_clinic_txt {
    margin-top: 40px;
}
@media screen and (max-width : 750px){
    .bl_strategy {
        padding: 64px 0 48px;
    }
    .bl_strategy_txt {
        margin-bottom: 48px;
    }
    .bl_shopping,
    .bl_clinic {
        padding: 32px 24px 40px;
        margin-bottom: 80px;
    }
    .bl_shopping > h3,
    .bl_clinic > h3 {
        margin-bottom: 24px;
        font-size: 30px;
    }
    .bl_shopping ul {
        flex-flow: column;
        gap: 40px;
    }
    .bl_shopping ul li {
        width: 100%;
        padding: 24px 24px 24px 190px;
        font-size: 24px;
    }
    .bl_shopping ul li::before {
        width: 152px;
        height: 108px;
        top: 50%;
        transform: translateY(-50%);
        left: 24px;
    }
    .bl_clinic::before,
    .bl_clinic::after {
        width: 150px;
        height: 150px;
    }
    .bl_clinic::before {
        top: 16px;
        right: -16px;
    }
    .bl_clinic_txt {
        font-size: 24px;
    }
    .bl_clinic_txt:first-of-type::after {
        border-right: 54px solid transparent;
        border-left: 54px solid transparent;
        border-top: 35px solid #5fc377;
        bottom: -48px;
    }
    .bl_clinic_txt + .bl_clinic_txt {
        margin-top: 64px;
    }
}