@charset "UTF-8";

:root {
    --headerH: 6vw;
    --titleGap: 0px
}

@media screen and (max-width:1024px) and (orientation:portrait) {
    :root {
        --headerH: 70px
    }
}

:root {
    --bg-color: #fff;
    --header-color: #fff
}

.about.index,
.sample {
    --bg-color: #fffde3
}

.about {
    --header-color: #fffde3
}

.footer,
.person,
.recruit,
.sample02 {
    --bg-color: #e5edd5;
    --header-color: #e5edd5
}

.type {
    --bg-color: #eaf4fc;
    --header-color: #eaf4fc
}

.welfare {
    --bg-color: #f5ebc1;
    --header-color: #f5ebc1
}

.recruit.parent,
.welfare.line,
.welfare.sns,
.welfare.visit {
    --bg-color: #edf1e5;
    --header-color: #edf1e5
}

.recruit-img-box {
    width: 50%;
    margin: 0 auto
}

.recruit-img-box img {
    width: 100%;
    object-fit: cover
}

.line-red {
    border-bottom: solid 1px #c83534
}

.recruit-map-img {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 3vmax
}

table.table-std td span.recruit-word-space {
    padding-left: .75em
}

.label-char {
    display: inline-block;
    text-align: right;
    white-space: nowrap
}

.label-char.char3 {
    width: 3em
}

.recruit-index-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem
}

.recruit-index-top .recruit-index-top-img {
    width: 48%
}

.recruit-index-top .recruit-index-top-text {
    width: 48%
}

.anchor-link-list.recruit-index li {
    position: relative
}

.anchor-link-list.recruit-index li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 60%;
    width: 1px;
    background: #000;
    transform: translate(0, -50%)
}

.anchor-link-list.recruit-index li:last-of-type::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 50%;
    width: 1px;
    background: #000;
    transform: translate(0, -50%)
}

.anchor-link-list.recruit-index li:last-of-type a p {
    border-right: none
}

.anchor-link-list.recruit-index a p {
    border-left: none
}

.recruit-index-img-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;
    margin-bottom: 3rem
}

.linkbox.recruit-index .new {
    background: #c83534;
    color: #fff;
    font-weight: 600;
    border-radius: 2rem;
    padding: .7% 2.2%;
    margin-left: 2%
}

.recruit-flow-box {
    margin-bottom: 4vw
}

.recruit-flow-box .flow-title-bold {
    font-size: clamp(1.71rem, 1.67vw, 3.2rem);
    line-height: 2.1;
    letter-spacing: .2em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1vw
}

.recruit-step03-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: clamp(1.3rem, 1.11vw, 2.13rem)
}

.recruit-step03-wrap dt {
    width: 17.5%;
    text-align: left;
    padding: 1em 4em 1em 1em;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    font-weight: 500;
    color: #009191;
    letter-spacing: .05em
}

.recruit-step03-wrap dt::before {
    position: absolute;
    content: "・・・・・・";
    display: inline-block;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.recruit-step03-wrap dt.short::before {
    content: "・・・"
}

.recruit-step03-wrap dd {
    width: 82.5%;
    padding: 1em 2em
}

.flex-table {
    display: flex;
    justify-content: space-between
}

.flex-table .flex-table-box {
    width: 49%
}

.flex-table .flex-table-box .table-std.flex tbody td,
.flex-table .flex-table-box .table-std.flex tbody th {
    font-size: clamp(1.3rem, .97vw, 1.87rem)
}

.flex-table.info-change .flex-table-box.info-change01 {
    width: 25%
}

.flex-table.info-change .flex-table-box.info-change02 {
    width: 70%
}

.flex-content-box {
    display: flex;
    justify-content: space-between
}

.flex-content-box .flex-content {
    width: 49%
}

.search-flex {
    display: flex;
    justify-content: space-between
}

.search-flex .search-box {
    width: 49%
}

.search-flex .search-box .search-list {
    border: solid 1px #009191;
    margin-bottom: .5vw;
    padding: 1.5vw
}

.search-flex .search-box .search-list dt {
    font-size: clamp(1.3rem, 1.11vw, 2.13rem);
    color: #009191;
    font-weight: 600;
    margin-bottom: .5vw
}

.search-flex .search-box .search-list dd {
    display: flex;
    flex-direction: column
}

.search-flex .search-box .search-list dd select {
    padding: .5vw;
    border-radius: .5rem;
    width: 99%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    color: #009191;
    border: 1px solid #009191;
    letter-spacing: .1em
}

.search-flex .search-box .search-list dd input[type=submit] {
    background: #009191;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: .5em 1em
}

.anchor-content {
    margin: 2vw 0
}

.anchor-content .recruiter-anchor-txt a {
    font-size: clamp(1.3rem, 1.11vw, 2.13rem);
    color: #009191;
    padding: 0 .5vw;
    border-bottom: 1px solid #009191
}

.name-content {
    margin-bottom: 2vw;
    border-bottom: 1px solid #009191
}

.name-content .hiragana-title {
    font-size: clamp(1.42rem, 1.39vw, 2.67rem);
    color: #009191;
    font-weight: 600;
    margin-bottom: 2vw
}

.name-content .name-box {
    margin-bottom: 2em
}

.name-content .name-box:nth-last-child(1) {
    margin-bottom: 2vw
}

.name-content dl {
    width: 50%;
    overflow: hidden;
    font-size: .9em;
    padding-bottom: .8em;
    display: flex;
    justify-content: flex-start
}

.name-content dl dd,
.name-content dl dt {
    font-size: clamp(1.3rem, 1.04vw, 2rem)
}

.name-content dl dt {
    width: 45%
}

.name-content dl dd {
    padding-left: 4em;
    padding-right: 1em;
    position: relative
}

.name-content dl dd::before {
    content: "・・・・・";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.name-content dl dd a {
    font-weight: 500;
    border-bottom: 1px solid #000
}

.no-mark {
    list-style: none
}

p.recruit-info-leadtext {
    margin-bottom: .75em;
    color: #009191;
    font-size: clamp(1.49rem, 1.46vw, 2.8rem);
    font-weight: 600;
    text-align: center
}

.agent-banner {
    margin: 0 auto;
    width: 30%;
    margin-bottom: 1.5em
}

.agent-banner img {
    width: 100%
}

.agent-flex-banner {
    display: flex;
    margin-bottom: 3em
}

.agent-flex-banner .agent-banner-text {
    width: 50%;
    background-color: #b3a888;
    padding: 5rem;
    font-weight: 600;
    color: #fff;
    font-size: 3rem;
    line-height: 4.5rem;
    top: 50%
}

.agent-flex-banner .agent-banner-img {
    width: 50%
}

.agent-flex-banner .agent-banner-img img {
    width: 100%
}

.recruit-request-download-content {
    display: flex;
    justify-content: space-between
}

.recruit-request-download-content .download-link-box {
    width: 45%
}

.recruit-img-box {
    width: 50%;
    margin: 0 auto
}

.recruit-img-box img {
    width: 100%;
    object-fit: cover
}

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

.parent-message .img-wrap {
    width: 44%
}

.parent-message .img-wrap img {
    margin-bottom: 1.2rem
}

.parent-message .img-wrap .paragraph {
    line-height: 1.8
}

.parent-message .text-wrap {
    width: 50%
}

.parent-message .text-wrap .parent-message-title {
    font-size: clamp(1.78rem, 1.74vw, 3.33rem);
    font-weight: 600;
    line-height: 2;
    margin-bottom: 2.2rem
}

.parent-message .text-wrap .parent-message-title span {
    display: block;
    font-size: clamp(1.42rem, 1.39vw, 2.67rem);
    font-weight: 600
}

.parent-contents .section-title::after,
.parent-contents .section-title::before {
    content: none
}

.parent-contents .accordion-box .accordion-btn .inner {
    display: block;
    position: relative;
    padding-left: 9.6rem
}

.parent-contents .accordion-box .accordion-btn .inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 6rem;
    height: 8rem
}

.parent-contents .accordion-box .accordion-btn .inner .q-text {
    display: block;
    font-size: clamp(1.56rem, 1.53vw, 2.93rem);
    font-weight: 500;
    color: #009191;
    line-height: 2.1
}

.parent-contents .accordion-box .accordion-btn .inner span {
    display: block;
    font-size: clamp(1.3rem, 1.11vw, 2.13rem);
    font-weight: 500;
    color: #000
}

.parent-contents .accordion-box .accordion-content {
    padding-left: 9.6rem;
    padding-right: 8rem
}

.parent-contents .accordion-box.parent-a .accordion-btn .inner::after {
    background: url(../images/recruit/parent-icon01.webp) no-repeat center center;
    background-size: cover
}

.parent-contents .accordion-box.parent-b .accordion-btn .inner::after {
    background: url(../images/recruit/parent-icon02.webp) no-repeat center center;
    background-size: cover
}

.recruit-pamphlet-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto
}

.recruit-pamphlet-wrap .phmphlet-content {
    width: 45%;
    margin-bottom: 4vmax
}

.recruit-pamphlet-wrap .phmphlet-content p.text-box {
    text-align: center;
    font-size: clamp(1.3rem, 1.04vw, 2rem);
    line-height: 1.4;
    margin-bottom: 1.5vmax
}

.recruit-pamphlet-wrap .phmphlet-content .img-box {
    width: fit-content;
    margin: 0 auto;
    border: #000 1px solid
}

.recruit-pamphlet-wrap .phmphlet-content .img-box a {
    display: block;
    height: 20vmax;
    width: fit-content
}

.recruit-pamphlet-wrap .phmphlet-content .img-box a img {
    height: 100%;
    width: auto;
    object-fit: cover
}

.recruit-pamphlet-wrap .phmphlet-content .img-box a.comingsoon {
    pointer-events: none;
    position: relative;
    overflow: hidden
}

.recruit-pamphlet-wrap .phmphlet-content .img-box a.comingsoon::before {
    content: "Coming Soon";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 2rem;
    background: rgba(255, 255, 255, .8);
    letter-spacing: .01em;
    font-weight: 600;
    text-align: center;
    z-index: 3
}

.recruit-pamphlet-wrap .poster-content {
    width: 45%;
    margin-bottom: 4vmax
}

.recruit-pamphlet-wrap .poster-content p.text-box {
    font-size: clamp(1.3rem, 1.04vw, 2rem);
    line-height: 1.4;
    margin-bottom: 1.5vmax;
    text-align: left
}

.recruit-pamphlet-wrap .poster-content .flex-box {
    display: flex;
    justify-content: space-between
}

.recruit-pamphlet-wrap .poster-content .flex-box .img-box {
    width: 100%;
    margin: 0;
    border: #000 1px solid
}

.recruit-pamphlet-wrap .poster-content .flex-box .img-box a {
    display: block;
    width: 100%
}

.recruit-pamphlet-wrap .poster-content .flex-box .img-box a img {
    width: 100%
}

.recruit-pamphlet-wrap .poster-content .flex-box .img-box a.comingsoon {
    pointer-events: none;
    position: relative;
    overflow: hidden
}

.recruit-pamphlet-wrap .poster-content .flex-box .img-box a.comingsoon::before {
    content: "Coming Soon";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 2rem;
    background: rgba(255, 255, 255, .8);
    letter-spacing: .01em;
    font-weight: 600;
    text-align: center;
    z-index: 3
}

.pamphlet-schedule-linkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto
}

.pamphlet-schedule-linkbox .pamphlet-schedule-content {
    width: 45%;
    margin-bottom: 4vmax
}

.pamphlet-schedule-linkbox .pamphlet-schedule-content .text-box {
    font-size: clamp(1.3rem, 1.04vw, 2rem);
    line-height: 1.4;
    margin-bottom: 1.5vmax
}

.pamphlet-schedule-linkbox .pamphlet-schedule-content a {
    display: block
}

.pamphlet-schedule-linkbox .pamphlet-schedule-content a .img-box {
    border: #000 1px solid
}

.pamphlet-schedule-linkbox .pamphlet-schedule-content a .img-box img {
    width: 100%
}

.pamphlet-schedule-linkbox .pamphlet-schedule-content a.comingsoon {
    pointer-events: none;
    position: relative;
    overflow: hidden
}

.pamphlet-schedule-linkbox .pamphlet-schedule-content a.comingsoon::before {
    content: "Coming Soon";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 2rem;
    background: rgba(255, 255, 255, .8);
    letter-spacing: .01em;
    font-weight: 600;
    text-align: center;
    z-index: 3
}

@media screen and (max-width:1024px) and (orientation:portrait) {
    .recruit-img-box {
        width: 50%;
        margin: 0 auto
    }

    .recruit-img-box img {
        width: 100%;
        object-fit: cover
    }

    .line-red {
        border-bottom: solid 1px #c83534
    }

    body.recruit .link_btn.half {
        width: 75%
    }

    body.recruit .link_btn.center {
        margin: 0 12.5%
    }

    .recruit-index-top {
        flex-direction: column
    }

    .recruit-index-top .recruit-index-top-img {
        width: 100%;
        margin-bottom: 3vmax
    }

    .recruit-index-top .recruit-index-top-text {
        width: 100%
    }

    .anchor-link-list.recruit-index li:last-of-type::after {
        height: 60%
    }

    .anchor-link-list.recruit-index a p {
        min-height: 8em
    }

    .linkbox.recruit-index .new {
        padding: .7% 4.2%
    }

    .recruit-flow-box {
        margin-bottom: 8vmax
    }

    .recruit-flow-box .flow-title-bold {
        font-size: clamp(2.4rem, 6.4vw, 2.75rem)
    }

    .recruit-step03-wrap {
        align-items: flex-start;
        flex-direction: column;
        font-size: clamp(1.6rem, 4.27vw, 1.83rem)
    }

    .recruit-step03-wrap dt {
        display: inline-block;
        width: auto;
        padding: 0
    }

    .recruit-step03-wrap dt::before {
        right: -4em
    }

    .recruit-step03-wrap dt.short::before {
        right: -2em
    }

    .recruit-step03-wrap dd {
        width: 100%;
        padding: .5em 0 2em
    }

    .recruit-step03-wrap dd:last-child {
        padding-bottom: 0
    }

    .flex-table {
        flex-direction: column
    }

    .flex-table .flex-table-box {
        width: 100%;
        margin-bottom: 3vmax
    }

    .flex-table .flex-table-box .table-std.flex tbody td,
    .flex-table .flex-table-box .table-std.flex tbody th {
        font-size: clamp(1.4rem, 3.73vw, 1.61rem)
    }

    .flex-content-box {
        flex-direction: column
    }

    .flex-content-box .flex-content {
        width: 100%;
        margin-bottom: 3vmax
    }

    .search-flex {
        flex-direction: column
    }

    .search-flex .search-box {
        width: 100%
    }

    .search-flex .search-box .search-list {
        margin-bottom: .5vmax
    }

    .search-flex .search-box .search-list dt {
        font-size: clamp(1.6rem, 4.27vw, 1.83rem)
    }

    .search-flex .search-box .search-list dd select {
        padding: 1.5vw
    }

    .anchor-content {
        margin: 2vmax 0
    }

    .anchor-content .recruiter-anchor-txt a {
        font-size: clamp(1.6rem, 4.27vw, 1.83rem);
        padding: 0 3vw
    }

    .name-content {
        margin-bottom: 2vmax
    }

    .name-content .hiragana-title {
        font-size: clamp(2rem, 5.33vw, 2.29rem)
    }

    .name-content dl {
        width: 100%;
        align-items: center
    }

    .name-content dl dd,
    .name-content dl dt {
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .name-content dl dd {
        padding-left: 90px
    }

    .name-content dl dd::before {
        left: 20px
    }

    p.recruit-info-leadtext {
        margin-bottom: .75em;
        color: #009191;
        font-size: clamp(1.8rem, 4.8vw, 2.06rem);
        font-weight: 600;
        text-align: center
    }

    .agent-banner {
        width: 100%;
        margin-bottom: 3.5em
    }

    .agent-flex-banner {
        margin-bottom: 2.5em;
        flex-direction: column
    }

    .agent-flex-banner .agent-banner-text {
        width: 100%;
        padding: 1.5rem;
        font-size: clamp(2rem, 5.33vw, 2.29rem)
    }

    .agent-flex-banner .agent-banner-img {
        width: 100%
    }

    .recruit-request-download-content {
        flex-direction: column
    }

    .recruit-request-download-content .download-link-box {
        width: 100%
    }

    .recruit-img-box {
        width: 80%
    }

    .parent-message {
        flex-direction: column-reverse
    }

    .parent-message .img-wrap {
        width: 70%;
        margin: 0 auto
    }

    .parent-message .text-wrap {
        width: 100%
    }

    .parent-message .text-wrap .parent-message-title {
        font-size: clamp(2.5rem, 6.67vw, 2.87rem);
        line-height: 1.5
    }

    .parent-message .text-wrap .parent-message-title span {
        font-size: clamp(2rem, 5.33vw, 2.29rem)
    }

    .parent-contents .section-title::after,
    .parent-contents .section-title::before {
        content: none
    }

    .parent-contents .accordion-box .accordion-btn .inner {
        padding-left: 5.5rem
    }

    .parent-contents .accordion-box .accordion-btn .inner::after {
        width: 4rem;
        height: 5rem
    }

    .parent-contents .accordion-box .accordion-btn .inner .q-text {
        display: block;
        font-size: clamp(1.8rem, 4.8vw, 2.06rem);
        line-height: 1.5
    }

    .parent-contents .accordion-box .accordion-btn .inner span {
        font-size: clamp(1.4rem, 3.73vw, 1.61rem)
    }

    .parent-contents .accordion-box .accordion-content {
        padding-left: 5.5rem;
        padding-right: 2rem
    }

    .recruit-pamphlet-wrap {
        width: 85%;
        flex-direction: column
    }

    .recruit-pamphlet-wrap .phmphlet-content {
        width: 100%
    }

    .recruit-pamphlet-wrap .phmphlet-content p.text-box {
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .recruit-pamphlet-wrap .phmphlet-content .img-box a {
        height: 25vmax
    }

    .recruit-pamphlet-wrap .poster-content {
        width: 80%;
        margin-inline: auto
    }

    .recruit-pamphlet-wrap .poster-content p.text-box {
        font-size: clamp(1.5rem, 4vw, 1.72rem)
    }

    .recruit-pamphlet-wrap .poster-content .flex-box {
        flex-direction: column
    }

    .recruit-pamphlet-wrap .poster-content .flex-box .img-box {
        width: 100%;
        margin: 0 auto 4vmax
    }

    .recruit-pamphlet-wrap .poster-content .flex-box .img-box:last-child {
        margin-bottom: 0
    }

    .pamphlet-schedule-linkbox {
        width: 85%;
        flex-direction: column
    }

    .pamphlet-schedule-linkbox .pamphlet-schedule-content {
        width: 100%
    }

    .pamphlet-schedule-linkbox .pamphlet-schedule-content .text-box {
        font-size: clamp(1.5rem, 1.95vw, 2rem)
    }

    .pamphlet-schedule-linkbox .pamphlet-schedule-content a {
        display: block
    }

    .pamphlet-schedule-linkbox .pamphlet-schedule-content:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .recruit-img-box {
        width: 50%;
        margin: 0 auto
    }

    .recruit-img-box img {
        width: 100%;
        object-fit: cover
    }

    .line-red {
        border-bottom: solid 1px #c83534
    }

    body.recruit .link_btn.half {
        width: 50%
    }

    body.recruit .link_btn.center {
        margin: 0 25%
    }

    .recruit-index-top {
        flex-direction: row
    }

    .recruit-index-top .recruit-index-top-img {
        width: 48%;
        margin-bottom: 3vmax
    }

    .recruit-index-top .recruit-index-top-text {
        width: 48%
    }

    .recruit-flow-box .flow-title-bold {
        font-size: clamp(2.4rem, 3.13vw, 3.2rem)
    }

    .recruit-step03-wrap {
        flex-direction: row;
        font-size: clamp(1.6rem, 2.08vw, 2.13rem);
        align-items: center
    }

    .recruit-step03-wrap dt {
        display: block;
        width: 25%;
        padding: 1em 4em 1em 1em
    }

    .recruit-step03-wrap dt::before {
        right: 0
    }

    .recruit-step03-wrap dt.short::before {
        right: 0
    }

    .recruit-step03-wrap dd {
        width: 75%;
        padding: 1em 2em
    }

    .flex-table .flex-table-box .table-std.flex tbody td,
    .flex-table .flex-table-box .table-std.flex tbody th {
        font-size: clamp(1.4rem, 1.82vw, 1.87rem)
    }

    .flex-content-box .flex-content:first-child a {
        width: calc((100% - 1.5em)/ 2)
    }

    .search-flex .search-box .search-list dt {
        font-size: clamp(1.6rem, 2.08vw, 2.13rem)
    }

    .anchor-content .recruiter-anchor-txt a {
        font-size: clamp(1.6rem, 2.08vw, 2.13rem);
        padding: 0 .5vw
    }

    .name-content .hiragana-title {
        font-size: clamp(2rem, 2.6vw, 2.67rem)
    }

    .name-content dl dd,
    .name-content dl dt {
        font-size: clamp(1.5rem, 1.95vw, 2rem)
    }

    .name-content dl dd {
        padding-left: 180px
    }

    .name-content dl dd::before {
        left: 90px
    }

    .agent-banner {
        width: 60%
    }

    .agent-flex-banner .agent-banner-text {
        font-size: clamp(2rem, 2.6vw, 2.67rem)
    }

    .agent-flex-banner .agent-banner-img {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative
    }

    .agent-flex-banner .agent-banner-img img {
        position: absolute;
        top: 30%;
        transform: translateY(-50%)
    }

    .parent-message {
        flex-direction: row
    }

    .parent-message .img-wrap {
        width: 34%
    }

    .parent-message .text-wrap {
        width: 60%
    }

    .parent-message .text-wrap .parent-message-title {
        font-size: clamp(2.5rem, 3.26vw, 3.33rem)
    }

    .parent-message .text-wrap .parent-message-title span {
        font-size: clamp(2rem, 2.6vw, 2.67rem)
    }

    .parent-contents .section-title::after,
    .parent-contents .section-title::before {
        content: none
    }

    .parent-contents .accordion-box {
        padding: 3.5vw 3vw
    }

    .parent-contents .accordion-box .accordion-btn .inner .q-text {
        font-size: clamp(1.8rem, 2.34vw, 2.4rem)
    }

    .parent-contents .accordion-box .accordion-btn .inner span {
        font-size: clamp(1.4rem, 1.82vw, 1.87rem)
    }

    .recruit-pamphlet-wrap {
        width: 85%;
        flex-direction: row
    }

    .recruit-pamphlet-wrap .phmphlet-content {
        width: 45%
    }

    .recruit-pamphlet-wrap .phmphlet-content .text-box {
        font-size: clamp(1.5rem, 1.95vw, 2rem)
    }

    .recruit-pamphlet-wrap .poster-content p.text-box {
        font-size: clamp(1.5rem, 1.95vw, 2rem)
    }

    .recruit-pamphlet-wrap .poster-content .flex-box {
        flex-direction: row
    }

    .recruit-pamphlet-wrap .poster-content .flex-box .img-box {
        width: 45%;
        margin: 0
    }

    .pamphlet-schedule-linkbox {
        flex-direction: row
    }

    .pamphlet-schedule-linkbox .pamphlet-schedule-content {
        width: 45%
    }

    .pamphlet-schedule-linkbox .pamphlet-schedule-content .text-box {
        font-size: clamp(1.5rem, 1.95vw, 2rem);
        min-height: 2.8em
    }

    .recruit-request-download-content {
        flex-direction: row
    }

    .recruit-request-download-content .download-link-box {
        width: 45%
    }
}