@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;800&display=swap');

#onetrust-banner-sdk {
    display: none;
}

.mod_headerbar.fixed {
    max-width: 100%;
    z-index: 22;
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
:root {
    --gray: #475258;
    --bg-Lgray2: #dce0e4;
    --bg-gray: #8a8c8e;
    --en: Manrope, sans-serif;
}

.welfare-2509 * {
    box-sizing: border-box;
}

.iblock {
    display: inline-block;
}


/* lazy */

.welfare-2509 .lazy,
.welfare-2509 .ilazy {
    opacity: 0;
    transition: opacity .25s .25s ease;
}

.welfare-2509 .lazy.lazyloaded,
.welfare-2509 .ilazy.lazyloaded {
    opacity: 1;
}

.welfare-2509 figure {
    display: block;
    margin: 0;
    padding: 0;
}

.welfare-2509 img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

.welfare-2509 section {
    width: 100%;
    margin: 0 auto;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width:767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.welfare-2509 .en {
    font-family: Manrope, sans-serif;
}

.welfare-2509 .strong {
    font-weight: bold;
}

.welfare-2509 .fw600 {
    font-weight: 600;
}

.welfare-2509 .mtop-1 {
    margin-top: 1em;
}

.welfare-2509 .mtop-2 {
    margin-top: 2em;
}

.welfare-2509 .mtop-3 {
    margin-top: 3em;
}

.welfare-2509 .mtop-4 {
    margin-top: 4em;
}

.welfare-2509 .mtop-5 {
    margin-top: min(5em, 5vw);
}

.welfare-2509 .mbtm-1 {
    margin-bottom: 1em;
}

.welfare-2509 .mbtm-2 {
    margin-bottom: 2em;
}

.welfare-2509 .mbtm-3 {
    margin-bottom: 3em;
}

.welfare-2509 .mbtm-4 {
    margin-bottom: 4em;
}

.welfare-2509 .mbtm-5 {
    margin-bottom: 5em;
}

.welfare-2509 .mbtm-6 {
    margin-bottom: 6em;
}

.welfare-2509 .spacer4 {
    display: block;
    height: 4em;
}

.welfare-2509 .spacer5 {
    display: block;
    height: 5em;
}

.welfare-2509 .bg {
    background: #f2f5f2;
}

.welfare-2509 .bgwhite {
    background-color: #fff;
}

.welfare-2509 a.text-link {
    color: #222;
    text-decoration: underline;
}

.welfare-2509 p {
    line-height: 1.8;
}

.welfare-2509 .inner {
    padding: min(4em, 12vw) 1.5em;
    max-width: 1200px;
    margin: 0 auto;
}

.welfare-2509 .black {
    color: #000;
}


/* ---------------------------------------------------------
contents
----------------------------------------------------------*/

/* contents common ==============================*/
.welfare-2509 .center-wrp {
    text-align: center;
    display: block;
    width: 100%;
}

.welfare-2509 .title {
    font-size: min(2.3em, 5.2vw);
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

.welfare-2509 .title.title-en {
    display: block;
    width: fit-content;
    color: var(--gray);
    background-color: rgba(71, 82, 88, .2);
    padding: .25em 1em;
    font-size: min(1.6em, 4vw);
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    font-family: var(--en);
    border: 3px solid;
    margin: 2em auto 1em;
}

.welfare-2509 .dash-title {
    font-size: min(2em, 5.2vw);
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    position: relative;
    width: fit-content;
    padding: 0 2em;
    margin: 0 auto;
}

.welfare-2509 .dash-title::before,
.welfare-2509 .dash-title::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
}

.welfare-2509 .dash-title::before {
    left: 0;
}

.welfare-2509 .dash-title::after {
    right: 0;
}

.welfare-2509 .sml {
    font-size: .9em;
}

.welfare-2509 .note {
    font-size: min(.9em, 3vw);
    list-style: none;
    display: block;
    width: fit-content;
    margin-inline: auto;
}

.welfare-2509 .note.left {
    margin-inline: unset;
}

.welfare-2509 .note li {
    display: inline-block;
    font-size: min(.85em, 3.5vw);
    line-height: 1.5;
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}

.welfare-2509 .note li::before {
    content: '※';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.welfare-2509 .graybg {
    background-color: #f3f3f3;
}

.welfare-2509 .gray2 {
    color: var(--gray);
}


/* button */
.welfare-2509 .btn-wrp {
    width: 100%;
    margin: 2em auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em;
    text-align: center !important;
}

.welfare-2509 .btn {
    display: inline-block;
    width: fit-content;
    min-width: 6em;
    padding: .75em 3.5em;
    margin: 0;
    text-align: center;
    font-size: min(1.5em, 3.5vw);
    color: #222;
    text-decoration: none;
    border-radius: 3em;
    border: 2px solid;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    background-color: rgba(255, 255, 255, .5);
    transition: all .3s;
}

.welfare-2509 .btn .sml {
    display: block;
    font-size: .7em;
    margin-bottom: .5em;
}

.welfare-2509 .btn:hover {
    background-color: rgba(255, 255, 255, 1);
}

.welfare-2509 .arrow-right {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 1.5em;
}

.welfare-2509 .arrow-right::before,
.welfare-2509 .arrow-right::after {
    content: '';
    display: block;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
    right: 0;
}

.welfare-2509 .arrow-right::before {
    width: 100%;
}

.welfare-2509 .arrow-right::after {
    width: .75em;
    transform: rotate(20deg);
    transform-origin: bottom right;
}

/* fukidashi */
.welfare-2509 .title-line {
    display: inline-block;
    position: relative;
}

.welfare-2509 .title.title-line {
    padding: 0 2em;
    margin-bottom: 1em;
    letter-spacing: .05em;
    font-family: var(--en);
}

/* fukidashi2 */
.welfare-2509 .fukidashi {
    width: fit-content;
    margin: 0 auto min(2.5em, 8vw);
    padding: 0 .25em .25em;
    color: var(--gray);
    border-bottom: solid 2px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .05em;
    position: relative;
}

.welfare-2509 .fukidashi2 {
    font-size: min(1.6em, 4.4vw);
}

.welfare-2509 .fukidashi::after {
    content: '';
    display: block;
    width: .5em;
    height: 1.1em;
    border-right: solid 2px var(--gray);
    background-color: var(--bg-Lgray2);
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 1px) rotate(30deg);
    transform-origin: right top;
}

.welfare-2509 .fukidashi2::after {
    background-color: #fff;
}

/* triangle */
.welfare-2509 .triangle {
    --triangle-h: max(50px, 10vw);
    padding-bottom: calc(var(--triangle-h) - 1em);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--triangle-h)), 50% 100%, 0 calc(100% - var(--triangle-h)));
}

/* image caption */
.welfare-2509 figcaption {
    display: block;
    width: 100%;
    font-size: min(1.05em, 3vw);
    line-height: 1.6;
    margin: 1em 0 0;
    z-index: 1;
}

/* hero img ==============================*/
.welfare-2509_img-wrp {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 2/1;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

@media screen and (max-width:640px) {
    .welfare-2509_img-wrp {
        aspect-ratio: unset;
    }
}

.welfare-2509_img-wrp .mainimg {
    position: relative;
}

.welfare-2509_img-wrp .mainimg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
    mix-blend-mode: multiply;
    z-index: 1;
}

@media screen and (max-width:640px) {
    .welfare-2509_img-wrp .mainimg {
        height: 80vw;
    }
}

.welfare-2509_img-wrp .mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welfare-2509_img-wrp .maintitle-wrp {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s .3s ease;
    pointer-events: none;
    color: #fff;
    z-index: 3;
}

@media screen and (max-width:767px) {
    .welfare-2509_img-wrp .maintitle-wrp {
        top: 50%;
    }
}

.welfare-2509_img-wrp .maintitle-wrp .maintitle1 {
    display: inline-block;
    font-size: min(2.1em, 4vw);
    font-weight: 600;
    border: 3px solid;
    margin-bottom: 1em;
    padding: .25em 1em;
    background-color: rgba(71, 82, 88, .5);
}

.welfare-2509_img-wrp .maintitle-wrp .maintitle2 {
    font-size: min(3.5em, 5.5vw);
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    font-feature-settings: "palt";
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

@media screen and (max-width:767px) {
    .welfare-2509_img-wrp .maintitle-wrp .maintitle1 {
        padding: .25em .5em;
        border: 2px solid;
    }
}

.welfare-2509 .maintitle-wrp .office-title {
    font-weight: bold;
    font-size: min(1.4em, 4vw);
    padding: .5em;
    position: relative;
}

.welfare-2509 .title-dash {
    position: relative;
    display: inline-block;
}

.welfare-2509 .title-dash::before,
.welfare-2509 .title-dash::after {
    content: '';
    width: 1em;
    height: 0;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
}

.welfare-2509 .title-dash::before {
    left: -1.5em;
}

.welfare-2509 .title-dash::after {
    right: -1.5em;
}

/* profile ==============================*/
.welfare-2509 .profile-wrp {
    margin: 5em auto 0;
    background-color: var(--bg-gray);
}

@media screen and (max-width:767px) {
    .welfare-2509 .profile-wrp {
        margin: 0 auto;
    }
}

.welfare-2509 .profile-wrp .profile {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.welfare-2509 .profile-wrp .profile.center .text-box {
    width: 100%;
    text-align: center;
}

.welfare-2509 .profile-wrp .profile .text-box p {
    font-size: min(1.15em, 3.6vw);
    line-height: 2;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .welfare-2509 .profile-wrp .profile.center .text-box p {
        text-align: left;
    }
}

/* intro ==============================*/
.welfare-2509 .intro-wrp {
    background: var(--bg-Lgray2);
}

.welfare-2509 .intro-wrp .inner {
    max-width: 980px;
}

.welfare-2509 .intro-wrp .title {
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.welfare-2509 .intro-wrp .lead {
    display: block;
    width: 100%;
    max-width: 880px;
    margin-bottom: 4em;
    font-size: min(1.2em, 4vw);
    font-weight: bold;
    line-height: 2;
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-align: center;
}

.welfare-2509 .feature-box-wrp {
    margin: 4em auto 0;
    gap: .75em 3%;

}

@media screen and (max-width:767px) {
    @media screen and (max-width:600px) {
        .welfare-2509 .feature-box-wrp {
            margin: 2em auto 0;
            /* justify-content: space-between; */
            gap: 0 1em;
        }
    }
}

.welfare-2509 .feature-box-wrp .feature-box {
    width: 12em;
    height: 12em;
    display: grid;
    place-content: center;
    line-height: 1.6;
    font-size: 1.5em;
    background-color: #fff;
    border-radius: 100vw;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}

@media screen and (max-width:767px) {
    .welfare-2509 .feature-box-wrp .feature-box {
        width: 10.5em;
        height: 10.5em;
        font-size: min(1.2em, 4vw);
    }
}

.welfare-2509 .feature-box-wrp .feature-box .icon {
    width: 36%;
    margin: -15% auto .75em;
}

@media screen and (max-width:767px) {
    .welfare-2509 .feature-box-wrp .feature-box .icon {
        margin: -12% auto .5em;
    }
}

.welfare-2509 .feature-box-wrp .feature-box p {
    font-size: .9em;
    font-weight: bold;
    line-height: 1.5;
}

/* interview ==============================*/
.welfare-2509 .interview-wrp {
    width: 100%;
    margin: 0 auto;
    padding-top: min(4em, 10vw);
}

.welfare-2509 .interview-wrp .inner {
    max-width: 980px;
    padding: 0 1em min(4em, 10vw);
}

.welfare-2509 .interview-wrp .interview-note {
    width: max-content;
    max-width: 100%;
    margin-bottom: 4em;
    margin-inline: auto;
    padding: .75em 8em;
    border: solid 1px #ccc;
    position: relative;
}

@media screen and (max-width:767px) {
    .welfare-2509 .interview-wrp .interview-note {
        padding: .75em 1em;
    }

    @media screen and (max-width:414px) {
        .welfare-2509 .interview-wrp .interview-note {
            font-size: min(1em, 3.4vw);
        }
    }
}

.welfare-2509 .interview-wrp .interview-note .icon {
    width: 4em;
    position: absolute;
    right: 1em;
    bottom: 0
}

@media screen and (max-width:767px) {
    .welfare-2509 .interview-wrp .interview-note .icon {
        right: -8px;
        bottom: calc(100% + 1px);
    }
}

.welfare-2509 .interview-wrp h2.title {
    width: max-content;
    margin-inline: auto;
    padding: .5em 1em .5em 1.5em;
    position: relative;
}

@media screen and (max-width:414px) {
    .welfare-2509 .interview-wrp h2.title {
        padding: .5em .5em .5em 1.25em;
    }
}

.welfare-2509 .interview-wrp h2.title::before {
    content: '';
    width: 1em;
    height: 70%;
    position: absolute;
    left: 0;
    top: 0;
    border-left: solid 1px;
    border-top: solid 1px;
}

.welfare-2509 .interview-wrp h2.title::after {
    content: '';
    width: 1em;
    height: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: solid 1px;
    border-bottom: solid 1px;
}

/* comment-title */
.welfare-2509 .comment-title {
    padding: 3em 1em;
    font-size: min(2.4em, 5vw);
    line-height: 1.8;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.welfare-2509 .comment-title:first-child {
    padding-top: 1.5em;
}

.welfare-2509 .comment-text-wrp {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:767px) {
    .welfare-2509 .comment-text-wrp {
        margin-bottom: 2em;
    }
}

.welfare-2509 .comment-text-wrp[class*="flex"] {
    gap: 2em 1em;
}

@media screen and (max-width:767px) {
    .welfare-2509 .comment-text-wrp[class*="flex"] {
        gap: 1em 0;
    }
}

/* comment-wrp */
.welfare-2509 .comment-title-wrp {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}

@media screen and (max-width:767px) {
    .welfare-2509 .comment-title-wrp {
        gap: 2em 0;
        margin-bottom: 0;
    }
}

.welfare-2509 .comment-wrp .title-box {
    width: 40%;
    /* margin: 0 0 2em; */
    text-align: left;
    white-space: nowrap;
    align-self: center;
    position: relative;
    z-index: 3;
}

@media screen and (max-width:767px) {
    .welfare-2509 .comment-wrp .title-box {
        width: 100%;
        order: 1;
    }
}

.welfare-2509 .comment-wrp .title-box .title {
    font-size: min(2.1em, 5vw);
    line-height: 1.8;
    text-align: left;
}

@media screen and (max-width:767px) {
    .welfare-2509 .comment-wrp .title-box .title {
        text-align: center;
    }
}

.welfare-2509 .comment-wrp .title-box .title .marker {
    text-decoration: underline;
    text-underline-offset: .2em;
    color: var(--gray);
}

.welfare-2509 .comment-wrp .title-img-box {
    width: 55%;
}

@media screen and (max-width:767px) {
    .welfare-2509 .comment-wrp .title-img-box {
        width: 100%;
        order: 0;
    }

    .welfare-2509 .comment-wrp .title-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.welfare-2509 .comment-text-wrp {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:767px) {
    .welfare-2509 .comment-text-wrp {
        margin-bottom: 2em;
    }
}

.welfare-2509 .comment-wrp .text-box {
    width: 52%;
}

.welfare-2509 .comment-wrp .text-box.text-box-100 {
    width: 100%;
}

.welfare-2509 .comment-wrp .img-box {
    width: 42%;
}

.welfare-2509 .comment-wrp .img-box-columns-2 {
    width: 48%;
}

.welfare-2509 .comment-wrp img {
    display: block;
    border-radius: 10px;
    font-size: 1em;
}

@media screen and (max-width:767px) {
    .welfare-2509 .comment-wrp .text-box {
        width: 100%;
        order: 1;
    }

    .welfare-2509 .comment-wrp .img-box {
        width: 80%;
        margin: 0 auto;
        order: 2;
    }
}

.welfare-2509 .comment-wrp .text-box .comment {
    padding-bottom: 0;
    position: relative;
    text-align: justify;
    font-size: min(1.3em, 4vw);
    line-height: 2;
    font-weight: normal;
}

.welfare-2509 .comment-wrp .img-box figcaption {
    padding: 2em 0 1em;
    font-size: min(.9em, 3vw);
    color: #333;
    text-align: center;
}

/* aside-wrp */
.welfare-2509 .aside-wrp {
    width: 100%;
    max-width: 900px;
    margin-top: 2em;
    margin-inline: auto;
    border: 1px solid #ccc;
    padding: min(3em, 6vw) min(2.5em, 3vw);
}

@media screen and (max-width:767px) {
    .welfare-2509 .aside-wrp {
        gap: 3em 0;
    }
}

.welfare-2509 .aside-wrp .item-box {
    width: 47%;
    display: grid;
    grid-template-areas: 'img txt' 'btn btn';
    grid-template-columns: 40% 50%;
    justify-content: space-between;
    gap: 2em 0;
}

@media screen and (max-width:767px) {
    .welfare-2509 .aside-wrp .item-box {
        width: 100%;
        gap: 1.5em 0;
    }
}

.welfare-2509 .aside-wrp .item-box .img-box {
    grid-area: img;
    width: 100%;
}

.welfare-2509 .aside-wrp .item-box .text-box {
    grid-area: txt;
    width: 100%;
}

.welfare-2509 .aside-wrp .item-box .text-box .sub {
    margin-bottom: .5em;
    font-size: min(.9em, 3.5vw);
    font-weight: bold;
}

.welfare-2509 .aside-wrp .item-box .text-box h4 {
    margin-bottom: 1em;
    font-size: min(1.2em, 3.8vw);
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .welfare-2509 .aside-wrp .item-box .text-box h4~p br {
        display: none;
    }
}

.welfare-2509 .aside-wrp .item-box .btn-wrp {
    grid-area: btn;
    margin: 0;
}

.welfare-2509 .aside-wrp .item-box .btn {
    font-size: min(1em, 3.5vw);
}

/* client details */
.welfare-2509 .client-details-wrp {
    width: 100%;
    max-width: 900px;
    margin: 2em auto 5em;
    padding: 0;
}

@media screen and (max-width:767px) {
    .welfare-2509 .client-details-wrp {
        padding: 1em;
        margin: 4vw auto 5vw;
    }
}

.welfare-2509 .client-details {
    text-decoration: none !important;
    border-radius: 10px;
    overflow: hidden;
}

.welfare-2509 .client-details .text-box {
    width: 50%;
    padding: min(3em, 6vw);
    padding-right: 5em;
    text-align: justify;
    background-color: var(--bg-gray);
    position: relative;
}

@media screen and (max-width:767px) {
    .welfare-2509 .client-details .text-box {
        padding-right: 6vw;
    }
}

.welfare-2509 .client-details .text-box .arrow-right {
    color: #fff;
    font-size: 1.5em;
    top: unset;
    bottom: 10%;
}

.welfare-2509 .client-details .text-box .client-title {
    width: fit-content;
    margin-bottom: 1.5em;
    font-size: min(1.4em, 4vw);
    line-height: 1.6;
    position: relative;
    color: #fff;
    text-decoration: underline !important;
    text-decoration-color: #fff;
    transition: all .3s;
}

@media screen and (max-width:767px) {
    .welfare-2509 .client-details .text-box .client-title {
        margin: 0 auto 1.5em;
    }
}

.welfare-2509 .client-details .text-box .client-title .arrow-right {
    font-size: .8em;
}

.welfare-2509 .client-details .text-box p {
    color: #fff;
}

.welfare-2509 .client-details .img-box {
    width: 50%;
}

.welfare-2509 .client-details .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:767px) {
    .welfare-2509 .client-details .text-box {
        width: 100%;
    }

    .welfare-2509 .client-details .img-box {
        width: 100%;
    }
}

/* item ==============================*/
.welfare-2509 .item-wrp {
    background: var(--bg-Lgray2);
    position: relative;
}

.welfare-2509 .item-wrp .inner {
    max-width: 980px;
    padding: min(4em, 10vw) 1.5em min(6em, 12vw);
}

.welfare-2509 .item-wrp .item-title::after {
    background: var(--bg-Lgray2);
}

.welfare-2509 .item-wrp .title {
    margin: 0 0 min(3em, 4vw);
}

.welfare-2509 .item-wrp .item-box {
    width: 31%;
}

.welfare-2509 .item-wrp .img-box {
    border-radius: 10px;
    overflow: hidden;
}

.welfare-2509 .item-wrp .item-box-title {
    margin: 1em 0;
    text-align: center;
    font-size: min(1.2em, 4vw);
    line-height: 1.5;
    min-height: 2lh;
    font-weight: 600;
}

.welfare-2509 .item-wrp .item-box-lead {
    margin: 0;
    text-align: left;
    font-size: min(1.1em, 3.5vw);
    line-height: 1.6;
}

@media screen and (max-width:767px) {
    .welfare-2509 .item-wrp .flex-between {
        margin-bottom: 3em;
        gap: 2em 0;
    }

    .welfare-2509 .item-wrp .item-box {
        width: 100%;
    }

    .welfare-2509 .item-wrp .item-box-title {
        min-height: unset;
    }

}

.welfare-2509 .item-wrp .text-box .img-box {
    margin: 1em 0;
}


.welfare-2509 .item-wrp .btn-wrp {
    margin-top: min(3em, 4vw);
    margin-bottom: 0;
}

.welfare-2509 .item-wrp .btn {
    width: 48%;
    padding: .75em 3.5em;
    font-size: min(1.2em, 3.6vw);
}

@media screen and (max-width:767px) {
    .welfare-2509 .item-wrp .btn {
        width: 100%;
        font-size: min(1.2em, 3.6vw);
    }
}