@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-2506 * {
    box-sizing: border-box;
}

.iblock {
    display: inline-block;
}


/* lazy */

.welfare-2506 .lazy,
.welfare-2506 .ilazy {
    opacity: 0;
    transition: opacity .25s .25s ease;
}

.welfare-2506 .lazy.lazyloaded,
.welfare-2506 .ilazy.lazyloaded {
    opacity: 1;
}

.welfare-2506 figure {
    display: block;
    margin: 0;
    padding: 0;
}

.welfare-2506 img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

.welfare-2506 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-2506 .en {
    font-family: Manrope, sans-serif;
}

.welfare-2506 .strong {
    font-weight: bold;
}

.welfare-2506 .fw600 {
    font-weight: 600;
}

.welfare-2506 .mtop-1 {
    margin-top: 1em;
}

.welfare-2506 .mtop-2 {
    margin-top: 2em;
}

.welfare-2506 .mtop-3 {
    margin-top: 3em;
}

.welfare-2506 .mtop-4 {
    margin-top: 4em;
}

.welfare-2506 .mtop-5 {
    margin-top: min(5em, 5vw);
}

.welfare-2506 .mbtm-1 {
    margin-bottom: 1em;
}

.welfare-2506 .mbtm-2 {
    margin-bottom: 2em;
}

.welfare-2506 .mbtm-3 {
    margin-bottom: 3em;
}

.welfare-2506 .mbtm-4 {
    margin-bottom: 4em;
}

.welfare-2506 .mbtm-5 {
    margin-bottom: 5em;
}

.welfare-2506 .mbtm-6 {
    margin-bottom: 6em;
}

.welfare-2506 .spacer4 {
    display: block;
    height: 4em;
}

.welfare-2506 .spacer5 {
    display: block;
    height: 5em;
}

.welfare-2506 .bg {
    background: #f2f5f2;
}

.welfare-2506 .bgwhite {
    background-color: #fff;
}

.welfare-2506 a.text-link {
    color: #222;
    text-decoration: underline;
}

.welfare-2506 p {
    line-height: 1.8;
}

.welfare-2506 .inner {
    padding: min(4em, 12vw) 1.5em;
    max-width: 1200px;
    margin: 0 auto;
}

.welfare-2506 .black {
    color: #000;
}


/* ---------------------------------------------------------
contents
----------------------------------------------------------*/

/* contents common ==============================*/
.welfare-2506 .center-wrp {
    text-align: center;
    display: block;
    width: 100%;
}

.welfare-2506 .title {
    font-size: min(2.3em, 5.2vw);
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

.welfare-2506 .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: 1em auto;
}

.welfare-2506 .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-2506 .dash-title::before,
.welfare-2506 .dash-title::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
}

.welfare-2506 .dash-title::before {
    left: 0;
}

.welfare-2506 .dash-title::after {
    right: 0;
}

.welfare-2506 .sml {
    font-size: .9em;
}

.welfare-2506 .note {
    list-style: none;
    display: block;
    width: fit-content;
    margin-inline: auto;
}

.welfare-2506 .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-2506 .note li::before {
    content: '※';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.welfare-2506 .graybg {
    background-color: #f3f3f3;
}

.welfare-2506 .gray2 {
    color: var(--gray);
}


/* button */
.welfare-2506 .btn-wrp {
    width: 100%;
    margin: 2em auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2em;
    text-align: center !important;
}

.welfare-2506 .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-2506 .btn .sml {
    display: block;
    font-size: .7em;
    margin-bottom: .5em;
}

.welfare-2506 .btn:hover {
    background-color: rgba(255, 255, 255, 1);
}

.welfare-2506 .arrow-right {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 1.5em;
}

.welfare-2506 .arrow-right::before,
.welfare-2506 .arrow-right::after {
    content: '';
    display: block;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    top: 50%;
    right: 0;
}

.welfare-2506 .arrow-right::before {
    width: 100%;
}

.welfare-2506 .arrow-right::after {
    width: .75em;
    transform: rotate(20deg);
    transform-origin: bottom right;
}

/* fukidashi */
.welfare-2506 .title-line {
    display: inline-block;
    position: relative;
}

.welfare-2506 .title.title-line {
    padding: 0 2em;
    margin-bottom: 1em;
    letter-spacing: .05em;
    font-family: var(--en);
}

/* fukidashi2 */
.welfare-2506 .fukidashi2 {
    width: fit-content;
    margin: 0 auto min(2.5em, 8vw);
    padding: 0 .25em .25em;
    color: var(--gray);
    border-bottom: solid 2px;
    font-size: min(1.6em, 4.4vw);
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .05em;
    position: relative;
}

.welfare-2506 .fukidashi2::after {
    content: '';
    display: block;
    width: .5em;
    height: 1.25em;
    border-right: solid 2px var(--gray);
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 1px) rotate(30deg);
    transform-origin: right top;
}

/* triangle */
.welfare-2506 .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-2506 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-2506_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-2506_img-wrp {
        aspect-ratio: unset;
    }
}

.welfare-2506_img-wrp .mainimg {
    position: relative;
}

.welfare-2506_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-2506_img-wrp .mainimg {
        height: 80vw;
    }
}

.welfare-2506_img-wrp .mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welfare-2506_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-2506_img-wrp .maintitle-wrp {
        top: 50%;
    }
}

.welfare-2506_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-2506_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-2506_img-wrp .maintitle-wrp .maintitle1 {
        padding: .25em .5em;
        border: 2px solid;
    }
}

.welfare-2506 .maintitle-wrp .office-title {
    font-weight: bold;
    font-size: min(1.4em, 4vw);
    padding: .5em;
    position: relative;
}

.welfare-2506 .title-dash {
    position: relative;
    display: inline-block;
}

.welfare-2506 .title-dash::before,
.welfare-2506 .title-dash::after {
    content: '';
    width: 1em;
    height: 0;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
}

.welfare-2506 .title-dash::before {
    left: -1.5em;
}

.welfare-2506 .title-dash::after {
    right: -1.5em;
}

/* profile ==============================*/
.welfare-2506 .profile-wrp {
    margin: 5em auto 0;
    background-color: var(--bg-gray);
}

@media screen and (max-width:767px) {
    .welfare-2506 .profile-wrp {
        margin: 0 auto;
    }
}

.welfare-2506 .profile-wrp .box-img {
    width: min(240px, 33vw);
    z-index: 2;
}

.welfare-2506 .profile-wrp .profile {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.welfare-2506 .profile-wrp .profile .text-box {
    width: 60%;
}

.welfare-2506 .profile-wrp .profile .img-box {
    width: 35%;
}

.welfare-2506 .profile-wrp .profile .img-box img {
    display: block;
    border-radius: 10px;
}

@media screen and (max-width:767px) {
    .welfare-2506 .profile-wrp .profile .text-box {
        width: 100%;
    }

    .welfare-2506 .profile-wrp .profile .img-box {
        width: min(600px, 100%);
        margin: 2em auto 1em;
    }
}

.welfare-2506 .profile-wrp .profile .text-box p {
    font-size: min(1.3em, 3.6vw);
    line-height: 2;
    color: #fff;
    font-weight: bold;
}

.welfare-2506 .profile-wrp .profile .profile-meta {
    display: block;
    font-size: min(.9em, 3vw);
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    margin-top: 1em;
    padding: 0;
}

.welfare-2506 .profile-wrp .profile .profile-meta span {
    display: block;
}

.welfare-2506 .profile-wrp .profile .profile-meta .profile-en {
    font-size: min(1.2em, 4vw);
    padding: .5em 0;
}


/* intro ==============================*/
.welfare-2506 .intro-wrp .inner {
    max-width: 980px;
}

.welfare-2506 .intro-wrp .cloudstage-logo {
    max-width: 300px;
    margin: 1em auto 0;
}

/* mov-wrp */
.welfare-2506 .mov-wrp iframe {
    display: block;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16/9;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.welfare-2506 .intro-wrp .img-box {
    margin: 3em auto 0;
}

@media screen and (max-width:767px) {
    .welfare-2506 .intro-wrp .img-box {
        max-width: 600px;
        margin: 2em auto 3em;
    }
}

.welfare-2506 .intro-wrp .img-box img {
    display: block;
    border-radius: 10px;
}


.welfare-2506 .intro-wrp .lead {
    display: block;
    text-align: justify;
    width: 100%;
    max-width: 880px;
    font-size: min(1.2em, 4vw);
    font-weight: bold;
    line-height: 2;
    margin: 1em auto;
    padding: 1em;
}

.welfare-2506 .intro-box-wrp {
    margin: -12em auto 5em;
    gap: 3%;
}

@media screen and (max-width:767px) {
    .welfare-2506 .intro-box-wrp {
        margin: -5em auto 3em;
        justify-content: space-between;
    }
}

.welfare-2506 .intro-box-wrp .intro-img-box {
    width: 28%;
}

@media screen and (max-width:767px) {
    .welfare-2506 .intro-box-wrp .intro-img-box {
        width: 31%;
    }
}

.welfare-2506 .intro-box-wrp .intro-img-box .thumb {
    width: 80%;
    height: 0;
    padding-bottom: 80%;
    border-radius: 100%;
    margin: 0 auto 1em;
    border: 8px solid #f1f1f1;
    background-color: #f9f9f9;
    overflow: hidden;
    position: relative;
    box-sizing: content-box;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}

@media screen and (max-width:767px) {
    .welfare-2506 .intro-box-wrp .intro-img-box .thumb {
        width: 100%;
        padding-bottom: 100%;
        border: 3px solid #f1f1f1;
    }
}

.welfare-2506 .intro-box-wrp .intro-img-box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.welfare-2506 .intro-box-wrp .intro-img-box figcaption {
    font-weight: min(1.2em, 3.5vw);
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .welfare-2506 .intro-wrp .note {
        text-align: left;
    }
}

/* problem-wrp ==============================*/
.welfare-2506 .problem-wrp {
    background: var(--bg-Lgray2);
    width: 100%;
    margin: 0 auto;
}

.welfare-2506 .problem-wrp .inner {
    max-width: 1100px;
    padding-bottom: 0;
}

.welfare-2506 .point-lead {
    font-size: min(1.2em, 4vw);
    font-weight: bold;
}

.welfare-2506 .problem-wrp .img-box {
    margin: 3em auto;
}

@media screen and (max-width:767px) {
    .welfare-2506 .problem-wrp .img-box {
        margin: 2em auto 1em;
    }
}

/* .welfare-2506 .problem-wrp .check-sheet {
    width: max-content;
    margin-inline: auto;
    font-size: min(1.4em, 4.4vw);
    line-height: 1.8;
}

.welfare-2506 .problem-wrp .check-sheet li {
    padding-left: 2.25em;
    position: relative;
    margin-bottom: .5em;
    font-weight: bold;
}

.welfare-2506 .problem-wrp .check-sheet li .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #475258;
    border-radius: 3px;
    transform: translateY(.25em);
}

.welfare-2506 .problem-wrp .check-sheet li .checkbox::after {
    display: block;
    content: '';
    width: 1.1em;
    height: .5em;
    border-left: 2px solid;
    border-bottom: 2px solid;
    rotate: -43deg;
    position: absolute;
    top: -10%;
    left: 0;
    transform-origin: top center;
} */

.welfare-2506 .problem-wrp .img-box img {
    display: block;
    border-radius: 10px;
}

.welfare-2506 .problem-wrp .lead {
    display: block;
    text-align: justify;
    width: 100%;
    max-width: 880px;
    font-size: min(1.2em, 4vw);
    font-weight: bold;
    line-height: 2;
    margin: 1em auto;
    padding: 1em;
}

.welfare-2506 .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-2506 .comment-text-wrp {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:767px) {
    .welfare-2506 .comment-text-wrp {
        margin-bottom: 2em;
    }
}

.welfare-2506 .comment-wrp .spgap3 {
    gap: 3em 0;
}

.welfare-2506 .comment-wrp .text-box {
    width: 55%;
}

.welfare-2506 .comment-wrp .text-box.text-box-100 {
    width: 100%;
    max-width: 780px;
    margin: 2em auto 0;
    font-weight: bold;
}

.welfare-2506 .comment-wrp .text-box a {
    text-decoration: underline;
    color: #547bc9;
    transition: all .3sec;
}

.welfare-2506 .comment-wrp .text-box a:hover {
    color: var(--gray);
}

.welfare-2506 .comment-wrp .img-box {
    width: 40%;
}

.welfare-2506 .comment-wrp img {
    display: block;
    border-radius: 10px;
}

@media screen and (max-width:767px) {
    .welfare-2506 .comment-wrp .text-box {
        width: 100%;
        order: 1;
    }

    .welfare-2506 .comment-wrp .img-box {
        width: 80%;
        max-width: 600px;
        margin: 1em auto;
        order: 2;
    }
}

.welfare-2506 .comment-wrp .text-box .comment {
    position: relative;
    text-align: justify;
    font-size: min(1.3em, 4vw);
    line-height: 2;
    font-weight: normal;
    padding-bottom: 2em;
    margin-block: calc((1em - 1lh) / 2);
}

.welfare-2506 .comment-wrp .text-box .comment.strong {
    font-weight: 600;
}

.welfare-2506 .comment-wrp .text-box .comment:last-child {
    padding-bottom: 0;
}

.welfare-2506 .comment-wrp .text-box .comment .dash {
    display: inline-block;
}

.welfare-2506 .comment-wrp .img-box figcaption {
    padding: 1em 0;
    color: #333;
    text-align: center;
}

.welfare-2506 .comment-wrp .img-box-columns-2 {
    width: 48%;
}

.welfare-2506 .comment-wrp .img-box-columns-3 {
    width: 32%;
}

@media screen and (max-width:767px) {
    .welfare-2506 .comment-wrp .img-box-columns-3 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 2em;
    }

    /* .welfare-2506 .comment-wrp .img-box-columns-2 .img,
    .welfare-2506 .comment-wrp .img-box-columns-3 .img {
        width: 50%;
    }

    .welfare-2506 .comment-wrp .img-box-columns-2 .caption,
    .welfare-2506 .comment-wrp .img-box-columns-3 .caption {
        width: 45%;
    } */

    .welfare-2506 .comment-wrp .img-box-columns-2 .caption br,
    .welfare-2506 .comment-wrp .img-box-columns-3 .caption br {
        display: none;
    }
}

　　/* 250610*/
　　.welfare-2506 .sml {
  　font-size: .9em;
}

　　.welfare-2506 .note {
    list-style: none;
    display: inline-block;
}

　　.welfare-2506 .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-2506 .note li::before {
    content: '※';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


/* action ==============================*/
.welfare-2506 .action-wrp {
    width: 100%;
    margin: 0 auto;
}

.welfare-2506 .action-wrp .inner {
    max-width: 980px;
    padding: 0 1em min(4em, 10vw);
}

/* tag-wrp */
.welfare-2506 .tag-wrp {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5em;
}

.welfare-2506 .tag-wrp .tag {
    color: var(--gray);
    border: 2px solid;
    border-radius: 3px;
    font-size: min(1em, 3vw);
    font-weight: bold;
    padding: .5em .5em;
}

/* client details */
.welfare-2506 .client-details-wrp {
    width: 100%;
    max-width: 900px;
    margin: 2em auto 5em;
    padding: 0;
}

@media screen and (max-width:767px) {
    .welfare-2506 .client-details-wrp {
        padding: 1em;
        margin: 4vw auto 5vw;
    }
}

.welfare-2506 .client-details {
    text-decoration: none !important;
    border-radius: 10px;
    overflow: hidden;
}

.welfare-2506 .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-2506 .client-details .text-box {
        padding-right: 6vw;
    }
}

.welfare-2506 .client-details .text-box .arrow-right {
    color: #fff;
    font-size: 1.5em;
    top: unset;
    bottom: 10%;
}

.welfare-2506 .client-details .text-box .client-title {
    width: fit-content;
    /* padding-right: 3em; */
    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-2506 .client-details .text-box .client-title {
        margin: 0 auto 1.5em;
    }
}

.welfare-2506 .client-details .text-box .client-title .arrow-right {
    font-size: .8em;
}

.welfare-2506 .client-details .text-box p {
    color: #fff;
}

.welfare-2506 .client-details .img-box {
    width: 50%;
}

.welfare-2506 .client-details .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:767px) {
    .welfare-2506 .client-details .text-box {
        width: 100%;
    }

    .welfare-2506 .client-details .img-box {
        width: 100%;
    }
}

/* solution ==============================*/
.welfare-2506 .solution-wrp {
    background: var(--bg-Lgray2);
    position: relative;
}

.welfare-2506 .solution-wrp .inner {
    max-width: 980px;
    padding: min(4em, 10vw) 1.5em min(6em, 12vw);
}

.welfare-2506 .solution-wrp .solution-title::after {
    background: var(--bg-Lgray2);
}

.welfare-2506 .solution-wrp .title {
    margin: 0 0 1em;
}

.welfare-2506 .solution-wrp .solution-box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.welfare-2506 .solution-wrp .text-box {
    width: 50%;
    background-color: #f9f9f9;
    padding: 3em;
}

@media screen and (max-width:767px) {
    .welfare-2506 .solution-wrp .solution-box .text-box {
        width: 100%;
        padding: 1em;
    }
}

.welfare-2506 .solution-wrp .lead {
    font-size: min(1.1em, 4vw);
    line-height: 1.8;
    text-align: justify;
}

.welfare-2506 .solution-wrp .img-box {
    width: 50%;
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .welfare-2506 .solution-wrp .img-box {
        width: 100%;
        padding: 2em 0;

    }
}

.welfare-2506 .solution-wrp .solution-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.welfare-2506 .solution-wrp .btn-wrp {
    margin-bottom: 0;
    margin-top: 1.5em;
}

.welfare-2506 .solution-wrp .btn {
    width: 100%;
    padding: .5em 3.5em;
    font-size: min(1em, 3vw);
}

@media screen and (max-width:767px) {
    .welfare-2506 .solution-wrp .btn-wrp {
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .welfare-2506 .solution-wrp .btn {
        width: 100%;
        font-size: min(1.2em, 3.6vw);
    }
}