.related-contents {
    display: none !important;
}
#jumbotron img {
    object-position: right 20% top 50%!important;
}
section.requirements .persona-list {
    justify-content: center !important;
    gap: 10px;
    position: relative;
    @media screen and (max-width: 600px) {
        flex-direction: column;
        flex-wrap: wrap !important;
        align-content: flex-start !important;
        gap: 30px !important;
        padding-right: 16px;
    }
}
section.requirements .persona-list.row2 {
    gap: 40px;
    padding-bottom: 120px;
    @media screen and (max-width: 600px) {
        padding-bottom: 0;
    }
}
section.requirements .persona-list.row2::before {
    content: "";
    display: block;
    width: 400px;
    height: auto;
    aspect-ratio: 1;
    position: absolute;
    top: -170px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--hb-light-color);
    border-radius: 50%;
    z-index: -2;
    @media screen and (max-width: 600px) {
        display: none;
    }
}
section.requirements .persona-list > div {
    background: linear-gradient(to left top, var(--hb-text-color) ,var(--hb-dark-color) 50%);
    background: #fff;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    max-width: 200px;
    height: 200px;
    margin: auto !important;
    position: relative;
    @media screen and (max-width: 600px) {
        max-width: unset;
        height: auto;
        width: 100%;
        justify-content: flex-start;
        top: 0 !important;
        border-radius: 0;
        background: none;
    }
}
section.requirements .persona-list > div:first-child,
section.requirements .persona-list > div:last-child {
    top: 120px;
}
section.requirements .persona-list > div p {
    color: var(--hb-text-color);
    @media screen and (max-width: 1024px) {
        font-size: 1rem;
    }
    @media screen and (max-width: 600px) {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 40px;
        padding: 1rem 20px 1rem 24px;
        text-align: left;
    }
}
section.requirements .persona-list > div::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    inset: -8px;
    background: linear-gradient(to right bottom, rgb(var(--hb-main-color)) ,rgb(var(--hb-sub-color)));
    z-index: -1;
    opacity: .4;
    @media screen and (max-width: 600px) {
        display: none;
    }
}
section.requirements .persona-list p::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1;
    height: 50px;
    margin-bottom: 20px;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background: linear-gradient(to bottom right, rgb(var(--hb-main-color)) 30%,rgb(var(--hb-sub-color)));
    @media screen and (max-width: 834px) {
        height: 40px;    
    }
    @media screen and (max-width: 600px) {
        height: 2rem;
        width: auto;
        margin: 0;
    }
}
section.requirements .persona-list > div:first-child p::before {
    mask-image: url(../img/fontawesome/user-graduate-solid.svg);
    -webkit-mask-image: url(../img/fontawesome/user-graduate-solid.svg);
}
section.requirements .persona-list > div:nth-child(2) p::before {
    mask-image: url(../img/fontawesome/people-group-solid.svg);
    -webkit-mask-image: url(../img/fontawesome/people-group-solid.svg);
}
section.requirements .persona-list > div:last-child p::before {
    mask-image: url(../img/fontawesome/magnifying-glass-solid.svg);
    -webkit-mask-image: url(../img/fontawesome/magnifying-glass-solid.svg);
}
section.requirements .persona-list.row2 > div:first-child p::before {
    mask-image: url(../img/fontawesome/gears-solid.svg);
    -webkit-mask-image: url(../img/fontawesome/gears-solid.svg);
}
section.requirements .persona-list.row2 > div:last-child p::before {
    mask-image: url(../img/aichi_pref.svg);
    -webkit-mask-image: url(../img/aichi_pref.svg);
}

#main section.job-list h3.wp-block-heading,
#main section.flow h3.wp-block-heading{
    display: inline-block !important;
    width: auto !important;
    font-size: 1.5rem !important;
    font-family: Noto Serif JP;
    @media screen and (max-width: 600px) {
		font-size: 1.1rem !important;
    }
}
section.job-list h3 span,
section.flow h3 span{
    padding: 1rem 2rem !important;
    position: relative;
    color: #fff;
    background: rgb(var(--hb-main-color));
    border-radius: 15px 0 0 0;
    @media screen and (max-width: 600px) {
		padding: .8rem 1.5rem !important;
    }
}
section.job-list h3 span::after,
section.job-list h3 span::before,
section.flow h3 span::after,
section.flow h3 span::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
section.job-list .indent,
section.flow .indent{
    gap: 0 !important;
}
section .note {
    padding: 40px 70px 40px 40px !important;
    @media screen and (max-width: 600px) {
        padding: 20px 16px 40px !important;
    }
}
section.job-list .note{
    flex-direction: row !important;
    gap: 80px !important;
    align-items: flex-start;
    @media screen and (max-width: 1024px) {
        flex-direction: column !important;
        gap: 40px !important;
    }
}
section.job-list .note.sci {
    border-bottom: 8px solid #fff;
}
section.job-list .note h5 {
    width: 240px !important;
    line-height: 1.6;
}
section.job-list .accordion-list {
    flex: 1;
}
section.job-list .accordion-list > div:first-child {
    border-top: none !important;
    padding-top: 0 !important;
}
section.job-list .accordion-list > div:first-child label {
    padding-top: 0;
}
section.job-list .accordion-list > div:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
section.job-list .accordion-list > div label strong,
section.job-list .note.hum .accordion-list > div:first-child label strong::after,
section.job-list .note.hum .accordion-list > div:nth-child(2) label strong::after{
    display: flex;
    align-items: center;
    position: relative;
}
section.job-list .accordion-list > div label strong::before,
section.job-list .note.hum .accordion-list > div:first-child label strong::after,
section.job-list .note.hum .accordion-list > div:nth-child(2) label strong::after{
    content: "";
    display:inline-block;
    width: 1em;
    height: 1em;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background: rgb(var(--hb-main-color));
    margin-right: 1em;
    opacity: .2;
}
section.job-list .note.hum .accordion-list > div:first-child label strong::after,
section.job-list .note.hum .accordion-list > div:nth-child(2) label strong::after {
    position: absolute;
    left: 0;
    top: .5em;
    width: 1em;
    height: .5em;
}
section.job-list .entry-button:not(a) {
    padding-bottom: 40px;
}
section.job-list .toggle-content .wrapper > :first-child {
    padding-top: 20px;
}

section.job-list .note.sci .accordion-list > div:first-child label strong::before {
    mask-image: url('../img/fontawesome/gear-solid.svg');
    -webkit-mask-image: url('../img/fontawesome/gear-solid.svg');
}
section.job-list .note.sci .accordion-list > div:nth-child(2) label strong::before {
    mask-image: url('../img/fontawesome/gears-solid.svg');
    -webkit-mask-image: url('../img/fontawesome/gears-solid.svg');
}
section.job-list .note.sci .accordion-list > div:nth-child(3) label strong::before {
    mask-image: url('../img/fontawesome/gear-solid.svg');
    -webkit-mask-image: url('../img/fontawesome/helmet-safety-solid.svg');
}
section.job-list .note.sci .accordion-list > div:nth-child(4) label strong::before {
    mask-image: url('../img/fontawesome/gear-solid.svg');
    -webkit-mask-image: url('../img/fontawesome/wrench-solid.svg');
}
section.job-list .note.hum .accordion-list > div:first-child label strong::before,
section.job-list .note.hum .accordion-list > div:nth-child(2) label strong::before{
    mask-image: url('../img/fontawesome/gear-solid.svg');
    mask-position: bottom;
    -webkit-mask-image: url('../img/fontawesome/hand-holding-solid.svg');
    -webkit-mask-position: bottom;
}
section.job-list .note.hum .accordion-list > div:first-child label strong::after{
    mask-image: url('../img/fontawesome/gear-solid.svg');
    -webkit-mask-image: url('../img/fontawesome/gear-solid.svg');
}
section.job-list .note.hum .accordion-list > div:nth-child(2) label strong::after{
    mask-image: url('../img/fontawesome/gear-solid.svg');
    -webkit-mask-image: url('../img/fontawesome/box-solid.svg');
}
section.job-list .note.hum .accordion-list > div:nth-child(3) label strong::before {
    mask-image: url('../img/fontawesome/gear-solid.svg');
    -webkit-mask-image: url('../img/fontawesome/network-wired-solid.svg');
}
section.job-list .note.hum .accordion-list > div:nth-child(4) label strong::before {
    mask-image: url('../img/fontawesome/gear-solid.svg');
    -webkit-mask-image: url('../img/fontawesome/chart-simple-solid.svg');
}
section.job-list .note.career .accordion-list > div:nth-child(1) label strong::before,
section.job-list .note.career .accordion-list > div:nth-child(4) label strong::before{
    mask-image: url('../img/fontawesome/gear-solid.svg');
    -webkit-mask-image: url('../img/fontawesome/gear-solid.svg');
}
section.job-list .career-job-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    @media screen and (max-width: 1024px) {
        width: 100%;
        padding-left: 2em;
    }
}
.timeline .entry-button,
section.job-list .entry-button {
    display: flex;
    justify-content: flex-end;
    position: relative;
    right: unset;
    top: unset;
}
section.flow .timeline .wp-block-buttons {
    display: flex;
    @media screen and (max-width: 1024px) {
        width: 220px;
    }
}
section.flow .timeline-item-content {
    padding-bottom: 40px;
}
section.flow .timeline-item-title a{
    text-decoration: underline;
    padding: 0 .5em;
    transition: .2s;
    font-weight: 600;
}
section.flow .timeline-item-title a:first-of-type {
    padding-left: 0;
}
section.flow .timeline-item-snippet p span {
    border: thin solid;
    margin-right: 1em !important;
    display: inline-block;
    line-height: 1;
    font-size: .8rem;
    padding: .4em .5em;
}
section.flow .timeline-item-snippet .flex {
    gap: 40px;
    @media screen and (max-width: 600px) {
        flex-direction: column;
        gap: 20px;
    }
}
section.flow .timeline-item-snippet .flex figure {
    width: 200px;
    height: 100%;
    position: relative;
    right: 0;
    @media screen and (max-width: 1024px) {
        width: 120px !important;
        height: 120px;
        aspect-ratio: 1;
    }
    @media screen and (max-width: 600px) {
        order: -1;
        align-self: center;
    }
}
section.flow .timeline-item-snippet p:has(strong) {
    font-size: 1rem !important;
    padding: 0 !important;
}
section.flow .timeline-item-snippet .flex img{
    position: absolute;
    right: 0;
    top: -60px;
    width: 120px !important;
    @media screen and (max-width: 1024px) {
        position: relative;
        top: unset !important;
        left: unset;
        transform: unset;
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: unset !important;
        max-width: unset !important;
    }
}
section.flow .timeline-item-snippet .flex > .wp-block-group{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}
section.flow .timeline-item-snippet .flex .wp-block-button {
    margin-top: 1em !important;
}
section.flow .timeline li:nth-child(1) img{
    top: -60px;
    width: 120px !important;
    @media screen and (max-width: 1024px) {
        width: 100% !important;
        height: 100% !important;
    }
}
section.flow .timeline li:nth-child(2) figure{
    width: 240px;
    @media screen and (max-width: 600px) {
        width: 200px !important;
        height: 200px !important;
    }
}
section.flow .timeline li:nth-child(2) img{
    top: -30px;
    width: 240px !important;
    height: 240px !important;
    @media screen and (max-width: 1024px) {
        width: 100% !important;
        height: 100% !important;
    }
}
section.flow .timeline li:nth-child(3) img{
    top: -50px;
    width: 115px !important;
}
section.flow .timeline li:nth-child(4) img{
    top: 40px;
    width: 160px !important;
    @media screen and (max-width: 1024px) {
        width: 100% !important;
        height: 100% !important;
    }
}
section.flow .timeline li:nth-child(6) img{
    height: 130px !important;
    @media screen and (max-width: 1024px) {
        width: 100% !important;
        height: 100% !important;
    }
}
section.flow .timeline .timeline-item-snippet p:has(span) {
    line-height: 2;
    white-space: nowrap;
    font-weight: 600;
    @media screen and (min-width: 600px) {
        width: 100%;
    }
}
@media screen and (min-width: 1240px) {
    .timeline-item-title {
        white-space: nowrap;
    }
    .timeline-item-title br {
        display: none;
    }
}
@media screen and (max-width: 1280px) {
    .timeline-item-snippet p br{
        display: none;
    }
    .timeline .timeline-item-snippet p:has(span) {
        white-space: normal !important;
    }
    section.flow .timeline li:nth-child(2) img{
        top: 0;
    }
}
@media screen and (max-width: 834px) {
    section.requirements {
        padding-bottom: 10px;
    }
    body:not(.home) .entry-content section.requirements .indent {
        padding: 0;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    section.requirements .persona-list > div::after {
        content: "";
        display: block;
        width: 100%;
        height: calc(100% + 16px);
        position: absolute;
        top: -8px;
        left: 0;
        background: var(--hb-light-color);
        border-radius: 100px;
        opacity: 1;
        z-index: -2;
    }
    section.requirements .persona-list > div::before {
        content: "";
        width: 65px;
        aspect-ratio: 1;
        display: block;
        background: #fff;
        position: absolute;
        left: 7px !important;
        border-radius: 50%;
        z-index: 0;
    }
    section.requirements .persona-list > div p br {
        display: none;
    }
    body:not(.home) .entry-content section.requirements .indent {
        gap: 30px;
        position: relative;
    }
    section.requirements .persona-list p::after {
        content: "";
        width: 80px;
        aspect-ratio: 1;
        display: block;
        position: absolute;
        left: 0 !important;
        border-radius: 50%;
        background: linear-gradient(to right bottom, rgb(var(--hb-main-color)) ,rgb(var(--hb-sub-color)));
        z-index: -1;
        opacity: .4;
    }
    section.job-list .note.sci,
    section.job-list .note.hum {
        padding: 20px 16px !important;
    }
    section.job-list .accordion-list > div label strong {
        font-size: 1rem;
    }
    section.job-list .accordion-list .toggle-button::before,
    section.job-list .accordion-list .toggle-button::after {
        right: 16px;
    }
    section.flow .timeline-item-snippet .flex .wp-block-buttons{
        width: 100%;
    }
}
