/* 共通 */

.wrapperleft {
    max-width: 1140px;
    width: 90%;
}

.section_title {
    font-size: clamp(24px, 3vw, 32px);
}

/* MV */
.mv_title {
    color: #FFF;
    background-color: #629E42;
    font-weight: 900;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    background-image: url(./image/mv_over.svg);
    padding: 75px 0px;
    text-align: center;
    -webkit-text-stroke-width: 3.5px;
    -webkit-text-stroke-color: #062326;
}



/* プロフィール */
.profile {
    background-color: #FF5300;
    padding: 80px 0px;
}

.section_title.pro {
    color: #FFF;
    background-color: #062326;
    max-width: 202px;
    width: 100%;
    margin-left: 0px;
    padding: 5px;
    font-size: clamp(24px, 3vw, 32px);
}

.profile_container {
    background-color: #fff;
    margin-top: 22px;
}

.profile_inner {
    padding: 57px 5%;
}

.profile_main_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
}

.profile_main_image {
    width: 100%;
    max-width: 350px;
}

.profile_right {
    width: 100%;
    max-width: 437px;
}

.profile_name {
    font-size: clamp(20px, 3vw, 32px);
}

.profile_subname {
    font-size: clamp(14px, 3vw, 20px);
    margin: 10px 0px;
}

.profile_main_text {
    font-size: clamp(13px, 3vw, 16px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
}

.profile_subtitle {
    text-align: center;
    font-size: clamp(24px, 3vw, 32px);
    margin-top: 80px;
    margin-bottom: 50px;
}

.profile_st_box {
    margin-top: 80px;
}

.profile_st_inner {
    display: flex;
    column-gap: 5%;
    margin-top: 30px;
    justify-content: center;
}

.profile_st_inner_box {
    width: 100%;
    max-width: 292px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile_st_inner_title {
    font-size: clamp(20px, 3vw, 24px);
    width: 100%;
    max-width: 216px;
    border-radius: 60px;
    text-align: center;
    line-height: 180%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.profile_st_inner_title.ao {
    border: 5px solid #0685D8;
    color: #0685D8;
}

.profile_st_inner_title.midori {
    border: 5px solid #629E42;
    color: #629E42;
}

.profile_st_inner_title.daidai {
    border: 5px solid #FF5300;
    color: #FF5300;
}

.profile_st_inner_text {
    font-size: clamp(13px, 3vw, 16px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
}

.profile_st_inner_image {
    width: 100%;
    margin-top: 30px;
}

.st_work {
    position: relative;
    padding: 0 0 0 25px;
    color: #0685D8;
    font-size: clamp(16qpx, 3vw, 18px);
    margin-top: 25px;
}

.st_work.gr {
    color: #629E42;
}

.st_work.or {
    color: #FF5300;
}

.st_work::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 17px solid #0685D8;
}

.st_work.gr::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 17px solid #629E42;
}

.st_work.or::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 17px solid #FF5300;
}

.profile_personal_container {
    display: flex;
    column-gap: 6%;
    justify-content: center;
}

.profile_personal_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 300px;
}

.profile_personal_text {
    font-size: clamp(13px, 3vw, 16px);
}

.profile_personal_title {
    font-size: clamp(16px, 3vw, 20px);
    margin-bottom: 15px;
    margin-top: 15px;
}

.profile_personal_box {
    padding: 18px 2%;
    border: 5px solid #0685D8;
    color: #0685D8;
}

.profile_personal_box.bb {
    border: 5px solid #629E42;
    color: #629E42;
}

.profile_personal_box.cc {
    border: 5px solid #FF5300;
    color: #FF5300;
}

.profile_like {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile_like_item_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 80%;
}

.profile_like_item_box {
    display: flex;
    align-items: center;
    margin-top: 30px;
    background-color: #F7E684;
    border-radius: 60px;
    width: 100%;
    padding: 10px;
}

.profile_like_item {
    font-size: clamp(16px, 3vw, 20px);
    line-height: 180%;
    width: 10%;
    margin-right: 3%;
    margin-left: 3%;
}

.profile_like_text {
    font-size: clamp(13px, 3vw, 16px);
}

/* スキル */

.skill {
    padding: 120px 0px;
}

.skill_can_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.skill_can {
    display: flex;
    column-gap: 8%;
}

.skill_can.bottom {
    margin-top: 60px;
}

.skill_can_box {
    width: 100%;
    max-width: 500px;
    height: 100%;
    min-height: 150px;
    background-color: #F7E684;
    border: 5px solid #062326;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px 0px;
}

.skill_can_title {
    font-size: clamp(18px, 3vw, 24px);
    line-height: 180%;
}

.skill_can_text {
    width: 75%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(14px, 3vw, 16px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700
}

.skill_title {
    font-size: clamp(16px, 3vw, 24px);
    margin-bottom: 40px;
    line-height: 180%;
}

.skill_title.top {
    margin-top: 10px;
}

.skill_tool_inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8%;
    row-gap: 92px;
}

.skill_tool_container {
    margin-top: 120px;
}

.skill_tool_box {
    width: 100%;
    max-width: 216px;
    text-align: center;
}

.skil_tool_image {
    width: 100%;
    max-width: 115px;
}

.skill_tool_name {
    font-size: clamp(16px, 3vw, 20px);
    font-family: "Poppins", sans-serif;
    font-weight: 900;
}

.skill_tool_text {
    font-size: clamp(13px, 3vw, 16px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
}

.skill_toolsub_container {
    margin-top: 120px;
}

.toolsub_list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 30px;
    font-size: clamp(13px, 3vw, 20px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
}

.toolsub_list {
    list-style-type: circle;
}

/* デザインの心構え */
.mind {
    background-color: #FF5300;
    padding: 80px 0px;
}

.mind.co {
    background-color: #0685D8;
    padding: 80px 0px;
    border-top: 10px solid #062326;
}

.section_title.mind {
    width: 100%;
    max-width: 343px;
    height: 118px;
    margin-bottom: 50px;
    text-align: center;
    background-image: url(./image/mokumoku_s.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-top: 30px;
    line-height: 180%;
    margin-left: auto;
    margin-right: auto;
}

.section_title.mind.co {
    max-width: 414px;
    background-image: url(./image/mokumoku_s2.png);
    border-top: none;
}


.mind_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 20px;
}

.mind_box {
    width: 100%;
    max-width: 348px;
    height: 287px;
    background-image: url(./image/mokumoku_yoko.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 40px 40px;
    text-align: center;
}

.mind_number {
    font-size: clamp(36px, 3vw, 48px);
    font-family: "Poppins", sans-serif;
    line-height: 160%;
}

.mind_title {
    font-size: clamp(16px, 3vw, 20px);
    line-height: 180%;
    color: #FF5300;
    margin-bottom: 15px;
}

.mind_text {
    font-size: clamp(13px, 3vw, 16px);
}

.mind_title.co {
    color: #0685D8;
}

/* これからのこと */

.future {
    padding: 120px 0px;
}

.future_container {
    margin-top: 20px;
}

.future_box1 {
    width: 100%;
}

.future_index {
    margin: 25px 0px;
    font-size: clamp(16px, 3vw, 20px);
    color: #FF5300;
}

.statement_title {
    font-size: clamp(16px, 3vw, 32px);
    color: #0685D8;
    margin-bottom: 20px;
}

.statement {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    padding: 120px 10%;
    border: 6px solid #062326;
}

.statement_text {
    width: 100%;
    max-width: 424px;
    font-size: clamp(13px, 3vw, 20px);
    line-height: 200%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700
}

.future_text {
    margin: 25px 0px;
    font-size: clamp(13px, 3vw, 16px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
}


/* 今までの経験 */

.ex {
    margin-left: auto;
    margin-right: auto;
    background-color: #FF5300;
    padding: 120px 0px;
}

.ex_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8%;
}

.section_title.extitle {
    text-align: center;
    color: #FFF;
    margin-bottom: 45px;
}

.ex_container {
    width: 100%;
    max-width: 910px;
    height: 146px;
    display: flex;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    align-items: center;
    border-radius: 100px;
}

.ex_box {
    width: 80%;
}

.ex_box.bb {
    display: flex;
    width: 100%;
}

.ex_year {
    min-width: 180px;
    margin-right: 50px;
    font-size: clamp(16px, 3vw, 24px);
}

.ex_title {
    font-size: clamp(16px, 3vw, 20px);
}

.ex_text {
    width: 90%;
    font-size: clamp(13px, 3vw, 16px);
    color: #FF5300;
}


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

    .mv_title {
        padding: 40px 0px;

    }

    .section_title.pro {
        max-width: 161px;
        width: 100%;
    }

    .profile {
        background-color: #FF5300;
        padding: 60px 0px;
    }

    .profile_main_image {
        width: 100%;
        max-width: 150px;
    }

    .profile_right {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .profile_st_inner {
        flex-direction: column;
        margin-top: 30px;
        align-items: center;
    }

    .profile_st_inner_box {
        margin-bottom: 40px;
        width: 100%;
        max-width: 272px;
    }

    .profile_subname {
        font-size: clamp(14px, 3vw, 20px);
        margin: 5px 0px;
    }

    .profile_personal_container {
        flex-direction: column;
        column-gap: 6%;
        justify-content: center;
        align-items: center;
    }

    .profile_personal_box {
        margin-bottom: 20px;
    }

    .profile_personal_text {
        margin: 0px 10px;
    }

    .profile_like_item_container {
        width: 100%;
        justify-content: center;
    }

    .profile_like_item_box {
        display: flex;
        align-items: center;
        margin-top: 20px;
        background-color: #F7E684;
        border-radius: 60px;
        max-width: 300px;
        width: 100%;
        padding: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    .profile_like_item {
        font-size: clamp(16px, 3vw, 20px);
        line-height: 180%;
        max-width: 72px;
        width: 100%;
        margin-right: 0px;
        margin-left: 10px;
    }

    .profile_like_text {
        font-size: clamp(13px, 3vw, 16px);
    }



    .skill {
        padding: 60px 0px;
    }

    .skill_can_container {
        display: block;
        text-align: center;
    }

    .skill_can_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .skill_can {
        display: block;
        column-gap: 8%;
    }

    .skill_can.bottom {
        margin-top: 0px;
    }

    .skill_can_box {
        width: 100%;
        max-width: 500px;
        height: 100%;
        min-height: 150px;
        background-color: #F7E684;
        border: 5px solid #062326;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 10px 0px;
        margin-bottom: 30px;
    }

    .skill_tool_box {
        width: 100%;
        max-width: 123px;
        text-align: center;
    }

    .skill_tool_inner {
        display: flex;
        flex-wrap: wrap;
        column-gap: 8%;
        row-gap: 45px;
        justify-content: center;
    }

    .skill_title {
        text-align: center;
    }

    .skill_toolsub_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
    }

    .toolsub_list {
        max-width: 258px;
        width: 100%;
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        column-gap: 10%;
        row-gap: 15px;
    }

    .toolsub_list {
        list-style-type: circle;
    }

    .mind {
        background-color: #FF5300;
        padding: 80px 0px;
    }

    .mind.co {
        background-color: #0685D8;
        padding: 80px 0px;
        border-top: 10px solid #062326;
    }

    .section_title.mind {
        width: 100%;
        max-width: 325px;
        height: 90px;
        margin-bottom: 50px;
        padding-top: 33px;
    }

    .section_title.mind.co {
        width: 300px;
        height: 22px;
    }


    .mind_container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 3%;
        row-gap: 20px;
    }

    .mind_box {
        width: 300px;
        height: 247px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mind_text {
        font-size: clamp(13px, 3vw, 16px);
        width: 240px;
    }

    .statement {
        margin-top: 80px;
        border-radius: 50%;
        padding: 60px 50px;
    }

    .statement_text {
        width: 100%;
        max-width: 213px;
    }

    .future {
        padding: 60px 0px;
    }

    .future_index {
        margin: 20px 0px;
    }

    .future_text {
        margin: 10px 0px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400
    }

    .ex {
        padding: 80px 0px;
    }

    .ex_container {
        width: 100%;
        max-width: 335px;
        height: 175px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 45px;
        border-radius: 30px;
        border: solid 5px #062326;
    }

    .ex_inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 3%;
    }

    .ex_box {
        width: 290px;
    }

    .ex_box.bb {
        width: 290px;
        display: block;
        width: 100%;
        margin: 0px 5px;
    }

    .ex_year {
        min-width: 30%;
        margin-left: 0;
        margin-right: 0;
    }

    .ex_text {
        width: 100%;
        font-size: clamp(13px, 3vw, 16px);
        color: #FF5300;
        line-height: 180%;
    }

    .ex_title.bb {
        width: 290px;
        font-size: clamp(16px, 3vw, 20px);
    }
}