@charset "UTF-8";

/* 就職選択支援
============================================ */



/* 支援の流れ
============================================ */
.flow {
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
}
.flow_wrap {
    padding-left: 20px;
    padding-right: 20px;
}
.flow_box {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.flow_box img {
    width: 100%;
    height: auto;
}
.flow_outer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flow_inner_number-text {
    width: 52%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flow_inner_number {
    width: 80px;
    height: 80px;
    background-color: #5CC5F8;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    margin-right: 5%;
}
.flow_inner_number_a {
    font-size: 10px;
    margin-top: 14px;
    line-height: 1.0;
    letter-spacing: 0em;
}
.flow_inner_number_b {
    font-size: 30px;
    margin-top: 10px;
    line-height: 1.0;
}
.flow_inner_text {
    width: 77%;
}
.flow_inner_text_heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.flow_inner_text_text {
    font-size: 13px;
}
.flow_inner_photo{
    width: 38%;
}
.flow_inner_photo img{
    width: 100%;
    height: auto;
}

/* その他の活動
============================================ */
.activities_wrap {
    max-width: 1088px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.activities_photo_outer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.activities_photo {
    width: 32.3%;
    margin-bottom: 1.6%;
}
.activities_photo img {
    width: 100%;
    height: auto;
}

/* ============================================

　スマートフォン設定

============================================ */

@media only screen and (max-width: 767px) {
    
/* 支援の流れ
============================================ */
.flow {
    padding-top: 30px;
    padding-bottom: 30px;
}
.flow_wrap {
    padding-left: 18px;
    padding-right: 18px;
}

.flow_outer {
    width: 100%;
    flex-direction: column;
}
.flow_inner_number-text {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}
.flow_inner_number {
    width: 54px;
    height: 54px;
    border-radius: 3px;
}
.flow_inner_number_a {
    font-size: 6px;
    margin-top: 10px;
}
.flow_inner_number_b {
    font-size: 20px;
    margin-top: 5px;
}
.flow_inner_text {
    width: 75%;
}
.flow_inner_text_heading {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.flow_inner_text_text {
    font-size: 13px;
    margin-bottom: 15px;
}
.flow_inner_photo{
    width: 100%;
}

/* その他の活動
============================================ */
.activities_wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 18px;
    padding-right: 18px;
}
.activities_photo {
    width: 49%;
    margin-bottom: 2%;
}
}