/* consept */
/* 共通 */
.company_ttl {
	font-size: 20px;
	margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
    .company_ttl {
        margin-bottom: 16px;
    }
}
.p-concept img {
    width: 100%;
}
.p-concept {
    line-height: 1.6;
}
/* 共通 */

.p-concept__about {
    margin-bottom: 58px;
}
.concept__about_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.concept__about_textarea {
    width: 67%;
}
.concept__about_text {
    margin-top: 27px;
    font-size: 15px;
}
.concept__about_item_wrap {
    width: 29%;
}
.concept__about_item {
    margin-bottom: 40px;
}
.concept__about_item:last-child {
    margin-bottom: 0;
}
.concept__about_item_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.concept__about_item_img {
    width: 49%;
}
.concept__about_item_img img {
    width: 100%;
}
.concept__about_item_textarea {
    width: 49%;
}
.concept__about_item_ttl {
    font-size: 12px;
}
.concept__about_item_name {
    font-size: 32px;
    line-height: 1;
}
.concept__about_item_text {
    font-size: 12px;
}



.p-concept__features {
    margin-bottom: 157px;
}
.concept__features_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.concept__features_row:last-child {
    margin-bottom: 0;
}
.concept__features_img {
    width: 49%;
}
.concept__features_textarea {
    width: 49%;
}
.concept__features_ttl {
    font-size: 20px;
    margin-bottom: 28px;
}
.concept__features_text {
    font-size: 15px;
}
.concept__features_caption {
    text-align: center;
    margin-top: 50px;
}
.concept__features_caption_text {
    font-size: 12px;
}
.concept__features_caption_text img {
    width: 50px;
    vertical-align: baseline;
}




.concept__meeting_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
.concept__meeting_textarea {
    width: 73%;
}
.concept__meeting_img {
    width: 25%;
}
.p-concept__meeting .p-button {
    margin: 0 auto;
    width: 184px;
    display: block;
}
.concept__meeting_pont_text{
		border: solid 3px #ff902d;
    padding: 2em;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
    .p-concept__about {
        margin-bottom: 40px;
    }
    .concept__about_row {
        flex-direction: column;
    }
    .concept__about_textarea {
        width: 100%;
        margin-bottom: 32px;
    }
    .concept__about_text {
        margin-top: 16px;
        font-size: 14px;
    }
    .concept__about_item_wrap {
        width: 100%;
    }
    .concept__about_item {
        margin-bottom: 32px;
    }
    .concept__about_item_img {
        margin-bottom: 16px;
        width: 35%;
    }
    .concept__about_item_textarea {
        width: 60%;
    }
    .concept__about_item_ttl {
        font-size: 11px;
    }
    .concept__about_item_name {
        font-size: 24px;
    }
    .concept__about_item_text {
        font-size: 11px;
    }

    .p-concept__features {
        margin-bottom: 80px;
    }
    .concept__features_row {
        flex-direction: column;
        margin-bottom: 32px;
    }
    .concept__features_img {
        width: 100%;
        margin-bottom: 16px;
    }
    .concept__features_textarea {
        width: 100%;
    }
    .concept__features_ttl {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .concept__features_text {
        font-size: 14px;
    }
    .concept__features_caption {
        margin-top: 32px;
    }
    .concept__features_caption_text {
        font-size: 11px;
    }
    .concept__features_caption_text img {
        width: 40px;
    }

    .concept__meeting_row {
        margin-bottom: 32px;
        flex-direction: column-reverse;
    }
    .concept__meeting_textarea {
        width: 100%;
        margin-bottom: 24px;
    }
    .concept__meeting_img {
        width: 240px;
        margin: 0 auto 16px;
        text-align: center;
    }
    .p-concept__meeting .p-button {
        width: 160px;
    }

}