/*------------------------------------------
就労移行支援がよくわかる
------------------------------------------*/

.c-inner {
    max-width: 1000px;
    margin: 40px auto 0;
    padding: 60px 0;
}
.pc {
    display: block;
}

.sp {
    display: none;
}
@media screen and (max-width: 600px) {
    .c-inner {
        margin: 20px auto 0;
        padding: 20px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.p-mokuji__box {
    border: 2px solid #2f3391;
    border-radius: 10px;
    padding: 30px;
}

.p-mokuji__box__tit {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #2f3391;
    margin-bottom: 30px;
}

.p-mokuji__box__lists {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
}

.p-mokuji__box__list {
    width: 50%;
    line-height: 2;
    padding-left: 36px;
    position: relative;
}

/* .p-mokuji__box__list a {
    border-bottom: 1px solid;
} */

.p-mokuji__box__list a::before {
    content: "▼";
    padding: 6px 2px 2px 6px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #2f3391;
    color: #fff;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

@media screen and (max-width: 600px) {
    .p-mokuji__box {
        padding: 10px 18px;
    }
    .p-mokuji__box__tit {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .p-mokuji__box__lists {
        flex-direction: column;
        row-gap: initial;
    }
    .p-mokuji__box__list {
        width: 100%;
    }
    .p-mokuji__box__list a::before {
        padding: 4px 1px 1px 4px;
        width: 12px;
        height: 12px;
        font-size: 9px;
        top: 10px;
        transform: translateY(0);
    }
}

.p-what__wrap {
    background: #f6f5f1;
}

.p-what__boxes {
    display: flex;
    gap: 50px;
}

.p-what__box {
    background: #fff;
    border-radius: 10px;
    width: calc(50% - 25px);
}

.p-what__box__img-box img {
    border-radius: 10px 10px 0 0;
}

.p-what__box__txt-box {
    padding: 40px;
}

.p-what__box__tit {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
}

.p-what__box__tit span {
    color: #2f3391;
}

.p-what__box__tit::after {
    content: "";
    width: 100px;
    height: 3px;
    background: #8bc43f;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.p-what__box__btn {
    text-align: center;
    margin-top: 20px;
}

.p-what__box__btn a {
    background: #2f3391;
    color: #fff;
    display: inline-block;
    padding: 20px;
    border-radius: 200px;
    font-weight: bold;
    margin: initial;
    min-width: 270px;
}


@media screen and (max-width: 600px) {
    .p-what__boxes {
        flex-direction: column;
    }
    .p-what__box {
        width: 100%;
    }
    .p-what__box__btn a {
        padding: 15px;
        min-width: 100%;
        font-size: 1.2rem;
    }
}

.invisible {
    opacity: 0!important;
    background: #fff!important;
}

.p-difference__table {
    border: 0;
    background: none;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.p-difference__table th{
    color :#fff
}
.p-difference__table th,.p-difference__table td {
    border: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 25px 10px;
    vertical-align: middle;
}

table.p-difference__table th:last-child,
table.p-difference__table td:last-child{
    border-right: 1px solid #ccc;
}
table.p-difference__table tr:last-child th,
table.p-difference__table tr:last-child td{
    border-bottom: 1px solid #ccc;
}

.p-difference__table thead {
    background: none;
}

.p-difference__table th.bg_orange {
    background: #2f3391;
}

.p-difference__table th.bg_beige {
    background: #f4f0ed;
    color: #000;
}

.p-difference__table th.bg_green {
    background: #8bc43f;
}

.p-difference__table th.bg_d-green {
    background: #579f0f;
}

.tl-radius {
    border-radius: 20px 0 0 0;
}
.tr-radius {
    border-radius: 0 20px 0 0;
}
.bl-radius {
    border-radius: 0 0 0 20px;
}
.br-radius {
    border-radius: 0 0 20px 0;
}


td.bg_gray,
th.bg_gray {
    background: #f7f7f7;
}

@media screen and (max-width: 600px) {
    .p-difference__table {
        display: flex;
        flex-direction: column;
    }
    .p-difference__table tbody {
        display: flex;
        flex-direction: column;
    }
    .p-difference__table th,.p-difference__table td {
        display: table-cell;
    }
    .p-difference__table tbody tr {
        display: grid;
        grid-template-columns: 40% 30% 30%;
    }
    .p-difference__table tbody tr th {
        grid-row: 1 / 1;
        grid-column: 1 / 4;
        border-radius: initial;
        border-right: 1px solid #ccc;
    }
    .p-difference__table tbody tr td.first01 {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }
    .p-difference__table tbody tr td.first02 {
        grid-row: 2 / 3;
        grid-column: 2 / 4;
    }
    .p-difference__table tbody tr td.second01 {
        grid-row: 2 / 3;
        grid-column: 1 / 3;
    }
    .p-difference__table tbody tr td.second02 {
        grid-row: 2 / 3;
        grid-column: 3 / 4;
    }
    .p-difference__table tbody tr td.third01 {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }
    .p-difference__table tbody tr td.third02 {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }
    .p-difference__table tbody tr td.third03 {
        grid-row: 2 / 3;
        grid-column: 3 / 4;
    }
    .p-difference__table tbody tr td.fourth01 {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
    }
    .p-difference__table tbody tr td.fourth02 {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }
    .p-difference__table tbody tr td.fourth03 {
        grid-row: 2 / 3;
        grid-column: 3 / 4;
    }
    .invisible {
        display: none!important;
    }
    .length60 {
        width: 60%;
    }
    .length40 {
        width: 40%;
    }
    .length20 {
        width: 20%;
    }
    .p-difference__table tbody tr:last-child td:nth-child(2) {
        border-radius: 0 0 0 20px;
    }
    .p-difference__table tbody tr:last-child th {
        border-bottom: initial;
    }
    td.bg_gray {
        background: initial;
    }
}

.p-price__wrap {
    background-color : #fff;
    background-image: linear-gradient(#eee 1px, transparent 0),
                    linear-gradient(90deg, #eee 1px, transparent 0);
  background-size: 10px 10px;
}

.p-price__lead__feature {
    display: flex;
    max-width: 640px;
    margin: 40px auto;
    align-items: center;
}

.p-price__lead__feature__txt {
    font-size: 20px;
    font-weight: 700;
    color: #2f3391;
    width: 50%;
    text-align: center;
}

.p-price__lead__feature__txt span.line {
    font-size: 20px;
    font-weight: 700;
    color: #2f3391;
    text-align: center;
    border-bottom: 4px solid #8bc43f;
}

.p-price__lead__feature__txt span.lg {
    font-size: 30px;
}

.p-price__lead__feature__img {
    width: 50%;
}

.p-price__table__wrap {
    background: #fff;
    padding: 50px;
    margin-top: 20px;
}

.p-price__table {
    border: 0;
    background: none;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.p-price__table th{
    color :#000;
}
.p-price__table th,.p-price__table td {
    border: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 25px 10px;
}
.p-price__table td {
    text-align: left;
    padding-left: 2em;
}

table.p-price__table th:last-child,
table.p-price__table td:last-child{
    border-right: 1px solid #ccc;
}
table.p-price__table tr:last-child td{
    border-bottom: 1px solid #ccc;
}
table.p-price__table tbody tr:last-child th{
    border-bottom: 1px solid #ccc;
}

.p-price__table thead {
    background: none;
}

.p-price__table th.bg_orange {
    background: #2f3391;
}

.p-price__table th.bg_beige {
    background: #f4f0ed;
    color: #000;
}

.p-price__table th.bg_green {
    background: #78ba1c;
}

.p-price__table th.bg_d-green {
    background: #579f0f;
}

.p-price__table__notice {
    font-weight: 700;
    margin-top: 3rem;
}

@media screen and (max-width: 600px) {
    .p-price__lead__feature {
        flex-direction: column;
    }
    .p-price__lead__feature__txt {
        width: 100%;
    }
    .p-price__lead__feature__txt span.line {
        font-size: 16px;
    }
    .p-price__lead__feature__txt span.lg {
        font-size: 22px;
    }
    .p-price__lead__feature__img {
        width: 70%;
        margin-top: 20px;
    }
    .p-price__table th, .p-price__table td {
        display: table-cell;
        padding: 20px 5px;
    }
    .p-price__table__wrap {
        padding: 20px;
    }
    .p-price__table {
        font-size: 1.2rem;
    }
    .p-price__table thead th {
        min-width: 65px;
        font-weight: 700;
    }
    .p-price__table td {
        padding-left: 0.5em;
    }
}


.p-procudure__step-box {
    display: flex;
    padding: 30px;
}
.p-procudure__step-box:nth-child(odd){
    background: #f6f5f1;    
}
.p-procudure__step-boxes {
    border: 2px solid #f6f5f1;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
}

.p-procudure__step-box__img-box {
    width: 17%;
    height: 17%;
    margin-right: 30px;
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    position: relative;
}

.p-procudure__step-box__txt-box {
    width: 80%;
}

.p-procudure__step-box:nth-child(even) .p-procudure__step-box__img-box {
    background: #f7f5f2;
}

.p-procudure__step-box__img-box img {
    width: 75px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-procudure__step-box__txt-box__tit {
    font-size: 24px;
    font-weight: bold;
    color: #2f3391;
    display: flex;
    align-items: center;
}

.p-procudure__step-box__txt-box__tit span {
    display: inline-block;
    background: #2f3391;
    border-radius: 100px;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    margin-right: 20px;
}

.p-procudure__notice {
    color: #2f3391;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 2;
}

.p-procudure__notice span {
    border-bottom: 4px solid #ffff00;
}

@media screen and (max-width: 600px) {
    .p-procudure__step-box {
        flex-wrap: wrap;
    }
    .p-procudure__step-box__img-box {
        width: 30%;
        height: 30%;
        margin-right: 20px;
    }
    .p-procudure__step-box__img-box img {
        width: 46px;
    }
    .p-procudure__step-box__txt-box {
        display: contents;
    }
    .p-procudure__step-box__txt-box p {
        margin-bottom: initial;
    }
    .p-procudure__step-box__txt-box__tit {
        font-size: 16px;
        flex-direction: column;
        align-items: flex-start;
        width: calc(70% - 20px);
        justify-content: center;
    }
    .p-procudure__step-box__txt-box__tit p {
        margin-bottom: initial;
    }
    .p-procudure__notice {
        font-size: 16px;
    }
}

.p-questioners {
    background: #f6f5f1;
    position: relative;
    z-index: auto;
}

.p-questioners__tit {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 60px;
}

.p-questioners__tit::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: #8bc43f;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.p-questioners__boxes {
    display: flex;
    gap: 40px;
    position: relative;
    width: 85%;
    margin: auto;
}
.p-questioners__boxes::after {
    content: "";
    position: absolute;
    border: solid 24px transparent;
    border-top-color: #f6f5f1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -39px;
    z-index: 100;
}

.p-questioners__box {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.p-questioners__box__balloon {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    color: #2f3391;
    font-weight: bold;
    min-height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-questioners__box__img {
    padding: 0 30px;
    margin-top: auto;
}


.p-questioners .c-inner.pb0 {
    padding-bottom: 0;
}

.p-questioners .c-inner.pt0 {
    padding-top: 0;
}

.p-questioners__link {
    background: #8bc43f;
    padding: 50px;
    text-align: center;
    margin-top: -8px;
    position: relative;
}

.p-questioners__link__tit {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
}

.p-questioners__link__btn a {
    display: inline-block;
    background: #fff;
    margin-top: 20px;
    padding: 20px 70px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 100px;
    color: #f2542d;
    position: relative;
}

.p-questioners__link__btn a::after {
    content: "\025b6";
    padding: 7px 4px 2px 6px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #f2542d;
    color: #fff;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    font-size: 12px;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
    .p-questioners__tit {
        font-size: 18px;
    }
    .p-questioners__boxes {
        flex-direction: column;
        width: 100%;
        padding-bottom: 20px;
        gap: 10px;
    }
    .p-questioners__boxes::after {
        border: solid 16px transparent;
        bottom: -31px;
    }
    .p-questioners__box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .p-questioners__box:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .p-questioners__box:nth-child(even) {
        flex-direction: row;
    }
    .p-questioners__box__balloon {
        width: 79%;
        font-size: 1.2rem;
        min-height: initial;
        padding: 10px;
        margin-bottom: initial;
    }
    .p-questioners__box__img {
        width: 18%;
        padding: initial;
    }
    .p-questioners__link {
        padding: 30px 20px;
    }
    .p-questioners__link__tit {
        font-size: 12px;
    }
    .p-questioners__link__btn a {
        font-size: 12px;
        padding: 11px 40px 11px 20px;
        width: 100%;
        margin-top: 4px;
    }
    .p-questioners__link__btn a::after {
        font-size: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px;
        padding-left: 3px;
        width: 16px;
        height: 16px;
    }
}

