.top_profile {
    width: 90%;
    padding: 5%;
    margin: 10% auto;
    border-radius: 20px;
}
.top_workhistory {
    width: 100%;
}
.top {
    width: 100%;
    padding: 0;
}
.top_consept {
    width: 80%;
    padding: 10% 2% 0 2%;
    margin: 0;
}
.top_consept_2 {
    width: 80%;
    margin: 0;
    padding: 0 2% 10% 2%;
}

.footer_menu ul {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0;
}
.footer_menu li {
    margin-left: 0;
}
.footer_menu {
    margin-right: 20%;
    text-align: left
}
.top_page {
    margin-right: 8%;
}
/* ハンバーガー */
.hamburger {
    position: absolute;
    right: 8%;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
}

.hamburger__line {
    position: absolute;
    width: 40px;
    height: 3px;
    right: 0;
    background-color: #333333;
    transition: all 0.5s;
}

.hamburger__line--1 {
    top: 1px;
}

.hamburger__line--2 {
    top: 18px;
}

.hamburger__line--3 {
    top: 36px;
}

.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 11px;
}

.open .hamburger__line--2 {
    opacity: 0;
}

.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 11px;
}

.sp-nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 70%;
    height: 100vh;
    background-color: #f5f5f5;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
}

.open .sp-nav {
    right: 0;
}


.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
}

.open .black-bg {
    opacity: 0.3;
    visibility: visible;
}
.triploglist_hamburger {
    width: 60%;
}


.select_menu {
    font-size: clamp(10px, 3.5vw, 20px);
    width: 100%;
    position: absolute;
    top: 2%;
    left: 0;
}

.select_menu ul {
    border: none;
    border-radius: 10px;
    width: fit-content;
    margin: 20px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.select_menu ul li {
    list-style-type: none;
    margin: 5px;
}
/* ハンバーガー */
.main {
    display: block;
}
.main_image {
    width: 100%;
}
.trip_top {
    display: flex;
    flex-direction: column;
    margin-top: 20%;
}
.top_image {
    width: 100%;
    order: 1;
}
.setumei_block {
    margin: 0;
}
.sub_point {
    display: none;
}
.sub_point_mobile {
    display: block;
    margin: 30% 5% 10% 5%;
    text-align: center;
}
.sub_point_mobile img {
    width: 100%;
}
.sub_point_mobile p {
    margin-top: 20%;
}
.profile_main {
    width: 90%;
    margin: 0 auto;
}
.profile_main_photo img {
    width: 100%;
}
.profile_main_contents {
    display: block;
}
.career {
    width: 100%;
    margin: 0 auto;
}
.career_1, .career_2, .career_3, .career_4 {
    display: block;
}
.career_days {
    margin-left: 3%;
    width: 100%;
}
.career_detail {
    width: 90%;
    padding-left: 7%;
}
.strength_1, .strength_2, .strength_3, .strength_4 {
    flex-wrap: wrap;
}
.strength_main {
    flex-basis: 90%;
    margin-left: 7%;
}
.strength_heading {
    flex-basis: 83%;
    padding-bottom: 3%;
}
.skill_block {
    display: block;
    width: 90%;
    margin: 5% auto;
}
.skill_img {
    margin: 0 auto;
}


.other_main_setumei {
    margin-left: 5%;
}
.other_main {
    display: block;
}
.other_main_image {
    width: 90%;
    margin: 0 auto;
}
.other_main_setumei {
    width: 90%;
    margin: 2% auto;
}