.recruitment-00 {
    position: relative;
}

.page-recruitment .page-header::before {
    background-image: url(../images/recruitment/main-img-recruit.png);
}

.recruitment-00-be {
    content: "";
    position: absolute;
    top: 154px;
    left: calc(50% - 1000px);
    width: 937px;
    height: 480px;
    background-image: url(../images/recruitment/icon-00-01.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.recruitment-00-af {
    content: "";
    position: absolute;
    top: 335px;
    right: calc(50% - 993px);
    width: 903px;
    height: 420px;
    background-image: url(../images/recruitment/icon-00-02.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.cont-img-title {
    position: relative;
}

.img-title-in {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    width: 600px;
    height: 110px;
    border-radius: 55px;
    font-size: 3rem;
    letter-spacing: 0.2em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    z-index: 1;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #0068b6;
}

.cont-img-title img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.recruitment-01 {
    display: flex;
    position: relative;
}

.recruitment-01::before {
    position: absolute;
    content: "";
    background-image: url(../images/recruitment/recruitment-01.png);
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
}

.recruitment-01-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-ball-circle {
    width: 800px;
    min-height: 800px;
    background-image: url(../images/recruitment/bg-content-01.svg);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 75px;
    background-repeat: no-repeat;
}

.other-title-blue {
    font-size: 2.2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #0068b6;
    font-weight: 600;
}

.text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
}

.tac {
    text-align: center;
}

.recruitment-02 {
    position: relative;
}

.bg-recruitment-02 {
    background-color: #e5f7fa;
    width: 100%;
    height: 110%;
    content: "";
    position: absolute;
    top: -50px;
}

.recruit-container {
    width: 100%;
    max-width: 1000px;
    border-radius: 16px;
}

.recruit-container {
    width: 100%;
}

.recruit-container .recruit-row {
    display: flex;
    align-items: center;
    min-height: 86px;
}

.recruit-container .recruit-row:not(:last-child) {
    border-bottom: 1px solid #000000;
}

.recruit-container .cell {
    padding: 0 10px;
    font-size: 15px;
    color: #222;
    display: flex;
    align-items: center;
}

.recruit-container .cell.date {
    width: 110px;
    font-size: 1.6rem;
    flex-shrink: 0;
    color: #0068b6;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.recruit-container .cell.category {
    width: 130px;
    flex-shrink: 0;
}

.recruit-container .category span {
    background: #00aecf;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 5px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 110px;
    height: 25px;
    letter-spacing: 0.1em;
}

.recruit-container .content {
    flex: 1;
    padding-left: 22px;
    position: relative;
    font-weight: 500;
    font-size: 1.6rem;
}

.recruit-container .content::after {
    content: "›";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #0068b6;
    font-weight: 300;
}

.recruitment-02-content .box-btn-news {
    display: flex;
    justify-content: center;
}

.recruitment-02-content .box-btn-news a.btn.btn-main {
    min-width: 280px;
    max-width: unset;
}

.underline-title {
    color: #0068b6;
    position: relative;
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-bottom: 11px;
}

.underline-title::before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #0068b6;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 250px;
}

.recruitment-03-content-01 .text {
    font-size: 2rem;
    font-weight: 500;
}

.recruitment-03-content-02 {
    position: relative;
}

.recruitment-03-content-02-title {
    font-size: 5.5rem;
    letter-spacing: 0.1em;
    color: #2f6db3;
    background: linear-gradient(to bottom, #2f6db3 0%, #3d7fc2 45%, #4fc9df 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

.recruitment-03-content-02 .cont-img {
    display: flex;
    justify-content: center;
}

.recruitment-03-content-02::before {
    position: absolute;
    content: "";
    top: 150px;
    left: 0;
    width: 100%;
    height: 570px;
    background-image: url(../images/recruitment/bg-recruitment-03.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.recruit-strength .image-item {
    position: relative;
}

.recruit-strength .image-item img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.recruit-strength .number {
    position: absolute;
    left: 22px;
    bottom: 18px;
    z-index: 2;
    font-size: 7.9rem;
    font-weight: 200;
    line-height: 1;
    color: #0068b6;
    font-family: "Oswald", sans-serif;
}

.recruit-strength .content-item {
    margin-top: 20px;
}

.recruit-strength .title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.75;
    color: #000;
    margin-bottom: 20px;
}

.recruit-strength .text {
    line-height: 1.6875;
}

.recruit-strength .item:nth-child(2n) {
    padding-top: 50px;
}

.recruit-data .left {
    padding-right: 8px;
}

.recruit-data .right {
    padding-left: 8px;
}

.recruit-staff .text {
    font-size: 1.9rem;
    line-height: 1.326;
    color: #0068b6;
    font-weight: bold;
    margin-bottom: 8px;
}

.recruit-staff .center {
    margin-top: 50px;
}

.recruit-staff .image-item {
    position: relative;
}

.recruit-staff .image-item .label {
    position: absolute;
    bottom: -16px;
    left: -10px;
    padding: 5px 16px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
}

.recruit-staff .image-item .label.num-01 {
    background-color: #00ad9a;
}

.recruit-staff .image-item .label.num-02 {
    background-color: #e56184;
}

.recruit-staff .image-item .label.num-03 {
    background-color: #baa900;
}

.recruit-staff .title {
    position: relative;
    margin-top: 15px;
}

.recruit-staff .title::before {
    background-image: url(../images/recruitment/icon-blue-right.svg);
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.recruit-staff .title .name {
    text-align: right;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-right: 37px;
}

.entry-container {
    position: relative;
    display: flex;
    padding: 70px 100px 85px 100px;
    background-color: #d9e8f4;
    flex-direction: column;
}

.entry-title {
    color: #0068b6;
    font-size: 10.5rem;
    letter-spacing: 0.1em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    font-weight: 200;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}

.entry-subtitle {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.entry-row {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 35px 80px 50px 80px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    justify-content: space-around;
    box-sizing: border-box;
}

.entry-row .title {
    font-size: 1.8rem;
    color: #0068b6;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.entry-col.num-01 {
    width: 60.97%;
}

.entry-col.num-02 {
    width: 29.26%;
}

.logo-group {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

a.logo-item {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 240px;
    height: 60px;
}

a.logo-item .logo-it-02 {
    width: 166px;
    height: 50px;
}

a.logo-item.icon-link {
    position: relative;
    padding: 10px 55px 10px 30px;
    color: #0068b6;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: left;
    justify-content: unset;
}

a.logo-item.icon-link::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../images/recruitment/icon-link-blue.svg);
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
}

.page-massage .page-header::before {
    background-image: url(../images/recruitment/main-img-recruit.png);
}

.massage-01 {
    position: relative;
}

.massage-interview .left {
    position: relative;
}

.icon-inter-02 {
    position: absolute;
    top: 0px;
    right: 80px;
    width: 45vw;
    height: 427px;
    background-color: #0068b6;
    z-index: -4;
}

.icon-inter-01 {
    position: absolute;
    top: 241px;
    left: -342px;
    width: 504px;
    height: 227px;
    background-image: url(../images/massage/icon-01.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -3;
}

.title-interview {
    color: #fff;
    font-size: 7.5rem;
    letter-spacing: 0.05em;
    position: absolute;
    font-weight: 250;
    z-index: 2;
    top: 40px;
    left: 50px;
    line-height: 1;
}

.img-inter {
    position: absolute;
    top: 81px;
    left: 0;
    width: calc(100% + 60px);
    height: 405px;
    background-image: url(../images/massage/massage-01-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.icon-inter-03 {
    position: absolute;
    top: 158px;
    left: 100px;
    width: calc(50vw + 500px);
    height: 367px;
    background-color: #e0edfc;
    z-index: -2;
}

.nonederline-title {
    font-size: 2.8rem;
    color: #0068b6;
    letter-spacing: 1.6em;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.massage-interview .nonederline-title {
    padding: 0 0 36px 45px;
    background-color: #fff;
}

.massage-interview .right {
    position: relative;
    z-index: 1;
}

.massage-interview .nonederline-title {
    padding: 0 0 36px 45px;
    background-color: #fff;
}

.profile-content {
    margin-top: 50px;
    padding-left: 135px;
}

.dept-label {
    background-color: #00ad9a;
    width: fit-content;
    color: #fff;
    padding: 5px 15px;
    font-size: 1.8rem;
    border-radius: 5px;
    letter-spacing: 0.05em;
}

.job-info {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.name-jp {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.name-en {
    font-size: 1.6rem;
    color: #0068b6;
    letter-spacing: 0.1em;
}

.entry-date {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}

.large-6-4-333 {
    width: 53.333%;
    max-width: 53.333%;
}

.large-5-6-666 {
    width: 46.666%;
    max-width: 46.666%;
}

.massage-question .q-number {
    font-size: 5rem;
    color: #0068b6;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 10px;
}

.massage-question .q-title {
    position: relative;
    font-size: 2.4rem;
    color: #0068b6;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.massage-question .q-title::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #0068b6;
}

.massage-question .q-answer {
    margin-top: 25px;
}

.massage-question .text {
    font-size: 1.6rem;
    line-height: 2.0625;
    letter-spacing: 0.05em;
    color: #000;
}

.massage-question.num-01 .right {
    display: flex;
    justify-content: end;
    padding-left: 20px;
    padding-top: 50px;
}

.massage-content-02-title {
    font-size: 6rem;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
    font-weight: 300;
}

.massage-content-02-img {
    display: flex;
    justify-content: center;
}

.massage-content-02-img img {
    width: 800px;
    height: 450px;
}

.massage-02 {
    background-color: #3386c5;
}

.massage-03 {
    background-color: #e0edfc;
}

.massage-03 .entry-container {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 50px 45px 50px;
}

.massage-03 .entry-title {
    font-size: 6rem;
    letter-spacing: 0.05em;
    top: -38px;
}

.massage-03 .entry-subtitle {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 45px;
}

.sch-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.sch-item:not(:last-child) {
    margin-bottom: 45px;
}

.sch-time {
    width: 160px;
    font-size: 2.5rem;
    color: #0068b6;
    font-weight: 300;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    margin-right: 10px;
}

.sch-text::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #0068b6;
    border-radius: 50%;
}

.sch-text {
    display: flex;
    justify-content: center;
    position: relative;
    padding-left: 40px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #000;
    margin-top: 5px;
}

.page-anchor {
    position: relative;
}

.page-office .page-anchor,
.page-hospitality .page-anchor,
.page-hospital-welfare .page-anchor,
.page-lease-and-sterilization .page-anchor,
.page-welfare .page-anchor,
.recruitment-00,
.massage-01,
.page-new-food-solution .page-anchor {
    padding-top: 15px;
}

.page-office .page-anchor::before,
.page-hospitality .page-anchor::before,
.page-hospital-welfare .page-anchor::before,
.page-lease-and-sterilization .page-anchor::before,
.page-welfare .page-anchor::before,
.recruitment-00::before,
.massage-01::before,
.page-new-food-solution .page-anchor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 108px;
    border-radius: 50px 50px 0 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.office-content-01 {
    position: relative;
}

.office-content-01::before {
    content: "";
    position: absolute;
    background-color: #edf4fa;
    height: 520px;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50vw);
    background-repeat: no-repeat;
    background-position: center;
}

.office-content-01 .img-cont-01 {
    position: relative;
}

.office-content-01 .img-cont-01 img {
    position: absolute;
    border-radius: 20px;
    top: -60px;
}

.office-content-01 .right .col-inner {
    padding-top: 35px;
    padding-left: 40px;
    padding-bottom: 108px;
}

.office-content-01 .address {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.555;
}

.contact-row {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.contact-row:last-child {
    margin-bottom: 0;
}

.contact-row .label {
    color: #0066cc;
    width: 58px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.contact-row .number {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

.office-content-01-02 img {
    border-radius: 20px;
}

.office-content-02 {
    position: relative;
    padding-top: 45px;
    padding-bottom: 65px;
}

.office-content-02::before {
    content: "";
    position: absolute;
    background-color: #eefaf8;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50vw);
    background-repeat: no-repeat;
    background-position: center;
}

.office-title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 1px solid #0068b6;
    color: #0068b6;
    margin-bottom: 30px;
}

.office-image {
    margin-bottom: 25px;
}

.office-image img {
    border-radius: 20px;
}

.office-grid .address {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    line-height: 1.5625;
}

.office-grid .address.mb-25 {
    margin-bottom: 25px;
}

.office-grid .contact-row .label,
.office-grid .contact-row .number {
    font-size: 1.6rem;
}

.contact-row.mb-20 {
    margin-bottom: 20px;
}

.map-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    ;
    height: 60px;
    border: 1px solid #0068b6;
    border-radius: 30px;
    background-color: #ffffff;
    color: #000000;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 55px 5px 70px;
}

a.btn.btn-google::before {
    content: "";
    width: 19px;
    height: 28px;
    background-image: url(../images/office/icon-gg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 28px;
}

a.btn.btn-google::after {
    content: "";
    width: 7px;
    height: 13px;
    background-image: url(../images/office/icon-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 26px;
}

.contact-row.num-02 {
    margin-bottom: 20px;
}

.office-grid .row:not(:last-child) {
    margin-bottom: 70px;
}

.office-content-03 {
    position: relative;
    padding-top: 65px;
    padding-bottom: 75px;
}

.office-content-03::before {
    content: "";
    position: absolute;
    background-color: #faf7df;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50vw);
    background-repeat: no-repeat;
    background-position: center;
}

.office-content-04 {
    position: relative;
    padding-top: 65px;
    padding-bottom: 85px;
}

.office-content-04::before {
    content: "";
    position: absolute;
    background-color: #fcf4f7;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50vw);
    background-repeat: no-repeat;
    background-position: center;
}

.page-office .page-header::before {
    background-image: url(../images/office/img-main-office.png);
}

.linen-supply-01 {
    position: relative;
}

.linen-supply-01::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 108px;
    border-radius: 50px 50px 0 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.linen-supply-content-01 {
    position: relative;
}

.linen-supply-content-01-title {
    position: absolute;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #00a8a3;
    text-align: center;
    width: 390px;
    height: 75px;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    left: 50%;
    transform: translateX(-50%);
    top: -31px;
}

.linen-supply-content-01 img {
    border-radius: 15px;
}

.linen-supply-content-01-text {
    font-family: "Shippori Mincho B1", serif;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.944;
    color: #333333;
    text-align: center;
}

.linen-container.num-01 {
    position: relative;
    padding-top: 78px;
}

.linen-container.num-02 {
    position: relative;
    padding-top: 115px;
}

.linen-card {
    background-color: #f0f0f0;
    border-radius: 20px;
    display: flex;
    align-items: stretch;
    padding: 0 50px 60px 0;
    position: relative;
    margin-left: 50px;
}

.linen-image-box {
    position: relative;
    margin-left: -50px;
    padding-right: 50px;
}

.linen-image-box.num-01 {
    top: -78px;
}

.linen-image-box.num-02 {
    top: -108px;
}

.linen-image {
    position: absolute;
    object-fit: cover;
    border-radius: 20px;
}

.linen-content.num-01 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 30px;
    padding-right: 40px;
}

.linen-content.num-02 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 30px;
    padding-left: 40px;
}

.linen-title {
    color: #00a09d;
    position: relative;
    line-height: 1.27;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-bottom: 12px;
    position: absolute;
    top: -85px;
    padding-left: 15px;
    margin-bottom: -20px;
    width: 100%;
}

.linen-title.other {
    left: 0;
}

.linen-title::before {
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    height: 3px;
    background-color: #00a09d;
    left: 0;
    bottom: 0;
}

.linen-title.other::before {
    width: 100%;
}

.linen-title.t-140 {
    top: -110px;
}

.linen-text {
    font-size: 1.6rem;
    line-height: 1.75em;
    color: #000000;
    padding-left: 14px;
    margin-bottom: 30px;
}

.linen-button-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

a.btn.btn-linen {
    background-color: #0062b1;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 10px 50px 10px 40px;
    letter-spacing: 0.1em;
    align-items: center;
    justify-content: start;
    width: 280px;
    height: 65px;
    border-radius: 33px;
    position: relative;
}

a.btn.btn-linen::before {
    position: absolute;
    content: "";
    background-image: url(../images/linen-supply/icon-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 7px;
    height: 13px;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
}

.linen-card.reverse {
    padding: 0 0 60px 50px;
    margin-left: 0;
    margin-right: 50px;
}

.linen-card.reverse .linen-image-box {
    margin-left: 0;
    margin-right: -50px;
    padding-right: 0;
    padding-left: 50px;
}

.linen-card.reverse .linen-content {
    padding-right: 0;
    padding-left: 43px;
}

.linen-card.reverse .linen-title {
    padding-right: 14px;
}

.linen-card.reverse .linen-text {
    padding-left: 0;
    padding-right: 14px;
}

.hospital-title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.66;
    color: #009c97;
    transform: translateX(100%);
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 30px;
    max-width: 500px;
    width: 100%;
}

.hospital-card {
    position: relative;
    padding: 33px 0 145px 0;
}

.hospital-card::before {
    position: absolute;
    content: '';
    background-color: #e5f5f3;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.hospitality-01-img img {
    border-radius: 20px;
    max-width: 470px;
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-top: -110px;
}

.hospital-card .text {
    padding-left: 30px;
}

.product-container {
    background-color: #ffffff;
    border: 1px solid #00a8a3;
    border-radius: 10px;
    padding: 35px 30px 60px 100px;
    transform: translateY(-75px);
}

.product-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-top: 0;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 16px;
    padding-right: 62px;
    letter-spacing: 0.05em;
}

.product-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 32px);
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: #00b0b9;
}

.product-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
}

.product-item {
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.product-item::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #009c97;
    margin-right: 10px;
    flex-shrink: 0;
}

.product-list {
    gap: 25px 0px;
}

.benefits-main-title {
    position: relative;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 2px solid #d2d2d2;
}

.benefits-main-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 150px;
    height: 4px;
    background-color: #009c97;
}


/* Container danh sách */

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding: 0 40px;
}


/* Hàng bọc từng item */

.benefit-item {
    display: flex;
    align-items: flex-start;
}

.benefit-number {
    flex-shrink: 0;
    width: 80px;
    padding-right: 15px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-top: 8px;
    font-size: 6.5rem;
    font-weight: bold;
    color: #00b0b9;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.benefit-number::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 2px;
    background-color: #00b0b9;
}


/* Khối chứa Icon ở giữa */

.benefit-icon {
    flex-shrink: 0;
    width: 120px;
    margin-left: 15px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit-icon img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* Khối chứa chữ bên phải */

.benefit-content {
    flex-grow: 1;
    padding-top: 5px;
}

.benefit-title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #009c97;
    margin-bottom: 16px;
}

.flow-container {
    padding-bottom: 55px;
    position: relative;
    padding-left: calc((100vw - 1000px) / 2 - 35px);
    margin-right: -60px;
}

.flow-container::after {
    position: absolute;
    content: '';
    width: 200vw;
    height: 60.6%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f0f0f0;
    z-index: -1;
}

.flow-container .benefits-main-title {
    margin-bottom: 80px;
}

.flow-item {
    padding: 0 35px;
    box-sizing: border-box;
}

.flow-img-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.flow-img-wrapper img {
    width: 100%;
    height: auto;
}

.flow-badge {
    position: absolute;
    top: -32px;
    left: -22px;
    width: 102px;
    height: 90px;
    background-image: url(../images/hospitality/icon-bg-number.svg);
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 4rem;
    letter-spacing: 0.05em;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding-bottom: 5px;
    font-family: 'Oswald', sans-serif;
}

.flow-title {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.flow-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 1px;
    background-color: #000000;
}

.flow-slider .slick-dots {
    display: flex;
    padding: 0;
    margin-top: 50px;
    padding-left: 35px;
}

.flow-slider .slick-list {
    overflow: visible;
}

.flow-slider .slick-dots {
    display: flex;
    gap: 10px;
}

.flow-slider .slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #c8c8c8;
    border-radius: 50%;
}

.flow-slider .slick-dots li.slick-active button {
    background: #00a8a3;
}

.hospitality-02 .hospital-card {
    padding-top: 30px;
    padding-bottom: 60px;
}

.page-hospitality .page-header::before {
    background-image: url(../images/hospitality/img-main-hospitality.png);
}

.benefit-num-con {
    display: flex;
    flex-direction: row;
}

.page-hospital-welfare .page-header::before {
    background-image: url(../images/hospital-welfare/img-main-hospital-welfare.png);
}

.quality-notification {
    padding-top: 30px;
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #e5f5f4;
    box-sizing: border-box;
}

.quality-inner {
    background-color: #ffffff;
    border-radius: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 167px 20px 162px;
    gap: 40px;
    box-sizing: border-box;
}

.quality-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.quality-logo img {
    width: 64px;
    height: 76px;
    display: block;
}

.quality-content {
    flex-grow: 1;
}

.quality-title {
    color: #00a8a3;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.quality-text {
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.05em;
}

.hospital-welfare-01 .hospital-card {
    padding-bottom: 140px;
}

.hospital-welfare-01 .product-container {
    padding: 28px 180px 40px 180px;
    transform: translateY(-105px);
}

.hospital-welfare-01 .product-title {
    padding-right: 0;
}

.hospital-welfare-01 .product-title::after {
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
}

.contact-section {
    background-color: #e1effa;
    border-radius: 15px;
    padding: 41px 123px 47px 120px;
    box-sizing: border-box;
    position: relative;
}

.contact-main-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    color: #0068b6;
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.contact-sub-title {
    text-align: center;
    color: #333333;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}

.contact-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.contact-tel-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
}

.contact-tel-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

.contact-tel-icon-box .tel-label {
    color: #0068b7;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.contact-tel-info {
    display: flex;
    flex-direction: column;
}

.contact-tel-info .tel-number {
    color: #333333;
    font-size: 3.3rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 12px;
}

.contact-tel-info .tel-time {
    color: #333333;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}

.contact-btn-wrapper {
    flex-shrink: 0;
    max-width: 330px;
    width: 100%;
}

a.btn.btn-contact {
    width: 100%;
    border-radius: 33px;
    height: 65px;
    background-color: #0068b6;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding: 5px 55px 5px 77px;
    color: #ffffff;
    display: flex;
    justify-content: start;
    position: relative;
    border: 2px solid #0068b6;
}

a.btn.btn-contact::after {
    position: absolute;
    content: '';
    background-image: url(../images/hospital-welfare/icon-right-white.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 8px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
}

a.btn.btn-contact::before {
    position: absolute;
    content: '';
    background-image: url(../images/hospital-welfare/icon-mail.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 29px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 32px;
    transition: 0.3s;
}

.hospital-welfare-02 .hospital-card {
    padding-bottom: 160px;
}

.hospital-welfare-02 .product-container {
    padding: 29px 150px 36px 150px;
    transform: translateY(-105px);
}

.hospital-welfare-02 .product-title {
    padding-right: 0;
}

.hospital-welfare-02 .product-title::after {
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
}

.service-section .col-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card {
    background-color: #e5f5f3;
    border-radius: 20px;
    padding: 32px 24px 27px 24px;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-icon-box {
    max-width: 190px;
    max-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.service-icon-box img {
    width: 100%;
    height: auto;
}

.service-desc {
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0.05em;
    text-align: left;
}

.process-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-sizing: border-box;
    height: 100%;
}

.process-list::before {
    content: "";
    background-image: url(../images/hospital-welfare/icon-dot.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 5px;
    height: 100%;
    left: 33px;
    top: 0;
    z-index: 1;
}

.process-item {
    border: 1px solid #00a8a3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 20px 25px 24px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.process-num {
    position: relative;
    font-size: 36px;
    padding: 0 10px;
    color: #00a8a3;
    font-weight: 500;
    width: 70px;
    flex-shrink: 0;
    text-align: center;
    line-height: 1;
}

.process-num::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #00a8a3;
    right: 0;
}

.process-content {
    flex-grow: 1;
    padding-left: 30px;
    height: 100%;
}

.process-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.title-bg-cl-green {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #009c97;
    padding: 5px 10px;
    height: 50px;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.text.green {
    color: #009c97;
}

.block-wrap {
    margin-bottom: 40px;
}

.block-pic {
    border-radius: 20px;
    display: block;
    object-fit: cover;
    margin-bottom: 22px;
}

.block-head {
    background-color: #009688;
    color: #ffffff;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.block-items li {
    position: relative;
    padding-left: 25px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
}

.block-items li:not(:last-child) {
    margin-bottom: 12px;
}

.block-items li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #009C97;
}

.block-wrap-cont .left {
    padding-right: 30px;
}

.block-wrap-cont .right {
    padding-left: 30px;
}

.block-wrap-cont .title-bg-cl-green {
    height: 50px;
    font-size: 2rem;
    margin-bottom: 22px;
}

.fl-sh-0 {
    flex-shrink: 0;
}

.lease-and-sterilization-01 .hospital-card {
    padding: 33px 0 48px 0;
}

.lease-and-sterilization-01 .block-wrap-cont .title-bg-cl-green {
    padding: 1.8rem;
}

.example-slider-container {
    position: relative;
}

.new-food-solution-05 .example-item {
    width: 381px;
}

.example-item {
    width: 570px;
    text-align: center;
    padding: 0 50px;
}

.example-img-box {
    width: 100%;
    margin-bottom: 25px;
}

.example-img-box img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.example-slider {
    position: relative;
    padding-bottom: 60px;
    margin: 0 -65px;
}

.example-slider::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 67.88%;
    background-color: #F0F0F0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.example-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 45px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.example-slider .slick-dots li button {
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #C8C8C8;
    border: none;
    outline: none;
    font-size: 0;
}

.example-slider .slick-dots li.slick-active button {
    background-color: #00A8A3;
}

.example-slider .slick-arrow {
    position: absolute;
    bottom: calc(67.88% - 25px);
    z-index: 10;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    font-size: 0;
    background-color: unset;
}

.example-slider .slick-arrow.slick-prev {
    background-image: url(../images/hospitality/icon-btn-prev.svg);
    left: calc(50% - 311px);
}

.example-slider .slick-arrow.slick-next {
    background-image: url(../images/hospitality/icon-btn-next.svg);
    right: calc(50% - 311px);
}

.lease-and-sterilization-02 .hospitality-01-img img {
    margin-top: -150px;
}

.lease-and-sterilization-02 .hospital-title {
    margin-bottom: 30px;
}

.lease-and-sterilization-02 .hospital-card {
    padding: 30px 0 60px 0;
}

.lease-and-sterilization-02 .block-wrap {
    margin-bottom: 55px;
}

.block-wrap-cont-v2 .left {
    padding-right: 30px;
}

.block-wrap-cont-v2 .right {
    padding-left: 30px;
}

.benefits-main-title-v2 {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
    padding-top: 2px;
    padding-bottom: 5px;
}

.benefits-main-title-v2::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 40px;
    background-color: #00A8A3;
    left: 0;
    top: 0;
}

.lease-and-sterilization-02 .process-item {
    padding: 16px 20px 16px 0;
}

.lease-and-sterilization-02 .process-num::before {
    height: 35px;
}

.lease-and-sterilization-02 .process-title {
    margin-bottom: 0;
}

.lease-and-sterilization-02 .process-content {
    padding-left: 25px;
}

.lease-and-sterilization-02 .process-list {
    gap: 35px;
}

.welfare-content-00 .img-title-in {
    font-size: 2.5rem;
    line-height: 0.1;
    font-weight: bold;
    color: #E56184;
    font-family: 'Noto Sans JP', sans-serif;
    width: 300px;
    height: 75px;
    border-radius: 0 0 40px 40px;
    padding-top: 0;
    top: -33px;
}

.welfare-content-00 .cont-img-title img {
    border-radius: 15px;
}

.hospital-title.ver-pink {
    color: #E56184;
}

.title-pink {
    font-size: 2rem;
    font-weight: 500;
    color: #E56184;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.welfare-01 .title-pink {
    margin-bottom: 30px;
}

.image-box {
    width: 100%;
    overflow: hidden;
}

.image-box img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.welfare-01 .hospital-card {
    padding: 32px 0 53px 0;
}

.hospital-card.ver-pink::before {
    background-color: #FCEDF0;
}

.benefits-main-title.ver-pink::after {
    background-color: #E56184;
}

.product-item-box {
    margin-bottom: 20px;
}

.page-welfare .box-btn-meal {
    display: flex;
    justify-content: center;
}

.page-welfare a.btn.btn-pdf {
    width: 100%;
    max-width: 815px;
}

.block-wrap-cont.ver-pink .title-bg-cl-green {
    background-color: #E56184;
}

.welfare-01 .process-section .process-num::before {
    position: unset;
}

.welfare-01 .process-section.ver-pink .process-content {
    border-left: 1px solid #E56184;
}

.process-section.ver-pink .process-title,
.process-section.ver-pink .process-num {
    color: #E56184;
}

.process-section.ver-pink .process-item {
    border: 1px solid #E56184;
}

.process-section.ver-pink .process-list::before {
    background-image: url(../images/welfare/icon-dot-pink.svg);
}

.note-list {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    gap: 35px;
}

.note-text-main::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #d66b81;
}

.note-text-main {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.75;
    margin-bottom: 10px;
}

.note-text-main-des {
    font-size: 1.5rem;
    color: #666666;
    line-height: 1.53;
    letter-spacing: 0.05em;
}

.insurance-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.insurance-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.insurance-item {
    position: relative;
    padding-left: 25px;
}

.note-sub-list {
    padding-left: 8px;
}

.note-sub-list li {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.sub-list li:last-child {
    margin-bottom: 0;
}

.note-sub-list span {
    position: absolute;
    font-size: 1.6rem;
    color: #E56184;
    letter-spacing: 0.05em;
    font-weight: bold;
    left: -28px;
}

.welfare-02 .hospital-card {
    padding: 32px 0 64px 0;
}

.box-title-pink {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FCEDF0;
    border: 1px solid #E56184;
    border-radius: 5px;
    height: 60px;
    padding: 5px 20px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #333333;
}

.care-table {
    border-collapse: collapse;
    border: 1px solid #A0A0A0;
}

.care-table th {
    background-color: #E56184;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    height: 50px;
    border: 1px solid #FFFFFF;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-weight: 500;
}

.care-table td {
    border: 1px solid #A0A0A0;
    vertical-align: middle;
}

.care-table td.cell-text {
    padding: 24px 21px 24px 26px;
    vertical-align: middle;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5625;
}

.w-no {
    width: 5%;
}

.w-item {
    width: 35%;
}

.w-summary {
    width: 60%;
}

.care-table td.cell-no {
    padding: 24px 18px 24px 18px;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

.care-table td.cell-item-title {
    padding: 24px 23px 24px 23px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    background-color: #FCEDF0;
    padding-left: 20px;
}

.summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.summary-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.summary-list li:last-child {
    margin-bottom: 0;
}

.summary-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background-color: #e56b8f;
}

.note-list.ver-2 .note-text-main {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.note-list.ver-2 .note-text-main-des {
    font-size: 1.6rem;
}

.box-title-blue {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    background-color: #E8F2FF;
    height: 60px;
    padding: 5px 10px;
    color: #007FCF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welfare-02 .insurance-note-section .note-list {
    gap: 0;
}

.welfare-02 .insurance-note-section .note-list .note-text-main {
    margin-bottom: 5px;
}

.payment-wrapper {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.payment-row {
    display: flex;
    gap: 10px;
    width: 100%;
}

.payment-row.num-01 .pay-method {
    background-color: #FF8C00;
}

.payment-row.num-01 .pay-description {
    background-color: #FFE8CC;
}

.payment-row.num-02 .pay-method {
    background-color: #43BF00;
}

.payment-row.num-02 .pay-description {
    background-color: #E3F5D9;
}

.pay-method {
    width: 20%;
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 17px;
    box-sizing: border-box;
}

.pay-description {
    width: 80%;
    color: #333333;
    display: flex;
    align-items: center;
    padding: 20px 21px 20px 26px;
    text-align: left;
    box-sizing: border-box;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

.welfare-03 .hospitality-01-img img {
    margin-top: -163px;
}

.welfare-03 .hospital-card {
    padding: 32px 0 45px 0;
}

.welfare-03 .note-text-main {
    margin-bottom: 3px;
}

.welfare-03 .process-section.ver-pink .process-title {
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
}

.welfare-03 .process-section.ver-pink .process-num::before {
    background-color: #E56184;
    height: 35px;
}

.welfare-03 .process-section.ver-pink .process-num {
    padding-bottom: 1px;
}

.welfare-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.welfare-item {
    display: flex;
    width: 100%;
}

.welfare-info {
    width: 69%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-right: 16px;
    gap: 10px;
}

.welfare-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.welfare-item.no-image .welfare-info {
    width: 100%;
}

.info-row {
    display: flex;
    align-items: center;
    padding: 5px 30px 5px 0;
    min-height: 50px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #333333;
}

.info-row:last-child {
    border-bottom: none;
}

.header-row {
    background-color: #E56184;
    color: #ffffff;
    padding: 0;
    min-height: 55px;
    border-radius: 5px;
}

.row-num {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 2.9rem;
    border-right: 2px solid #fff;
    height: 100%;
    padding: 5px;
    letter-spacing: 0.05em;
}

.row-title {
    padding: 5px 20px;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

.status-ok {
    background-color: #FCEDF0;
}

.status-ng {
    background-color: #F0F0F0;
}

.row-icon {
    width: 60px;
    padding: 5px 0 5px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.status-ok .row-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/welfare/icon-o.svg);
    display: block;
}

.status-ng .row-icon::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/welfare/icon-x.svg);
    display: block;
}

.row-text {
    flex: 1;
    padding-left: 8px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2.25;
    font-weight: 500;
}

.cont-img-walfare-03 img {
    border-radius: 20px;
}

.welfare-04 .hospital-card {
    padding: 35px 0 55px 0;
}

.welfare-04 .hospitality-01-img img {
    margin-top: -100px;
}

.address-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D2D2D2;
    min-height: 125px;
    box-sizing: border-box;
    padding-top: 34px;
    padding-bottom: 37px;
}

.address-shop {
    width: 29%;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 1.8rem;
    box-sizing: border-box;
}

.address-details {
    width: 71%;
    border-left: 1px solid #D2D2D2;
    padding: 0 40px;
    color: #333333;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    box-sizing: border-box;
}

.postal-code {
    margin-bottom: 4px;
}

.cl-yel-or {
    color: #8C8700;
}

.new-food-solution-row .text {
    line-height: 2.125;
}

.benefits-main-title.ver-yel-ora::after {
    background-color: #8C8700;
    ;
}

.solution-card {
    display: flex;
    align-items: center;
    background-color: #FAF7DF;
    border-radius: 20px;
    padding: 30px 50px;
}

.solution-left {
    width: 190px;
}

.solution-left img {
    width: 100%;
}

.solution-right {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.solution-right .label {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5625;
    font-weight: bold;
    max-width: 195px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.list-items li {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5625;
    margin-bottom: 8px;
    padding-left: 23px;
}

.list-items li:last-child {
    margin-bottom: 0;
}

.list-items li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background-color: #BAA900;
}

.hospital-title.ver-2 {
    color: #8C8700;
    transform: translateX(calc(100% - 25px));
    padding-left: 0;
}

.hospital-card.ver-2::before {
    background-color: #FAF7DF;
    width: 900px;
    border-radius: 15px;
    right: 0;
    top: 120px;
    height: calc(100% - 120px);
    left: unset;
    transform: none;
}

.hospital-card.ver-2 .hospitality-01-img img {
    margin-left: -50px;
}

.hospital-card.ver-2 .right {
    margin-left: -25px;
}

.hospital-card.ver-2 .text {
    padding-right: 40px;
    padding-left: 0;
}

.hospital-card.ver-2 {
    padding: 33px 0 52px 0;
}

.hospital-card.ver-2 .linen-button-wrapper {
    justify-content: start;
}

.hospital-card.ver-2 a.btn.btn-linen {
    width: 340px;
}

.new-food-solution .solution-card {
    padding: 20px 50px 30px 50px;
}

.solution-container {
    display: flex;
    gap: 35px;
    flex-direction: column;
}

.factory-container {
    padding-top: 70px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 45px;
}

.factory-container::before {
    background-color: #FAF7DF;
    position: absolute;
    content: '';
    width: 100vw;
    left: calc((1000px - 100vw)/2);
    height: 85.86%;
    z-index: -1;
    top: 0;
}

.factory-image-box img {
    border-radius: 20px;
}

.factory-image-box p {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

.factory-info-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
}

.factory-name {
    font-size: 2.5rem;
    position: relative;
    font-weight: bold;
    color: #0068B6;
    padding-bottom: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 37px;
}

.factory-name::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 185px;
    height: 1px;
    background-color: #0068B6;
}

.info-row-ver-2 {
    display: flex;
    margin-bottom: 20px;
}

.info-label-ver-2 {
    width: 140px;
    flex-shrink: 0;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0068B6;
}

.info-value-ver-2 {
    letter-spacing: 0.05em;
    font-size: 1.6rem;
}

.factory-map-box img {
    border-radius: 20px;
}

.equipment-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.1rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-weight: bold;
    color: #0066b3;
    background-color: #EDF4FA;
    border: 1px solid #0068B6;
    height: 65px;
    border-radius: 5px;
    position: relative;
    padding: 5px 30px;
    cursor: pointer;
    width: 1000px;
    margin-left: calc((100vw - 1000px)/2);
    margin-right: calc((100vw - 1000px)/2);
    margin-bottom: 30px;
}

.equipment-toggle-btn::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/new-food-solution/icon-up-blue.svg);
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.5s;
}

.equipment-toggle-btn.active::before {
    transform: translateY(-50%) rotate(0deg);
}

.new-food-solution-05 .example-slider {
    margin: 0;
    padding-left: calc((100vw - 1000px)/2 - 30px);
    padding-bottom: 52px;
    position: relative;
}

.new-food-solution-05 .example-item {
    padding: 0 30px;
    text-align: left;
}

.new-food-solution-05 .example-slider::before {
    height: 67.20%;
}

.new-food-solution-05 .example-slider.ver-2::before {
    height: 77.2%;
}

.new-food-solution-05 .example-slider.ver-2 .slick-arrow.slick-prev,
.new-food-solution-05 .example-slider.ver-2 .slick-arrow.slick-next {
    bottom: calc(77.2% - 25px);
}

.new-food-solution-05 .example-slider .slick-arrow.slick-prev {
    background-image: url(../images/new-food-solution/icon-left-blue.svg);
    left: calc((100vw - 1000px)/2 - 100px);
}

.new-food-solution-04-img {
    display: flex;
    justify-content: center;
}

.new-food-solution-04-img img {
    width: 781px;
}

.new-food-solution-05 .example-slider .slick-arrow.slick-next {
    background-image: url(../images/new-food-solution/icon-right-blue.svg);
    right: calc((100vw - 1000px)/2 - 100px);
}

.new-food-solution-05 .example-slider .slick-dots {
    margin-top: 40px;
    display: flex;
    width: fit-content;
    justify-self: center;
    padding-right: calc((100vw - 1000px)/2 - 30px);
}

.underline {
    background-color: #000;
    width: 100%;
    height: 1px;
}

.history-year {
    width: 96px;
    flex-shrink: 0;
}

.history-row {
    display: flex;
    font-size: 1.5rem;
    line-height: 1.533;
    letter-spacing: 0.05em;
}

.history-year {
    width: 87px;
    flex-shrink: 0;
}

.new-food-solution-05 .example-slider .slick-dots li.slick-active button {
    background-color: #0068B6;
}

.history-row.ver-2 {
    display: flex;
    flex-direction: column;
}

.sub-title {
    color: #333;
}

.temporary-text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #FF0074;
}

.example-slider-2 {
    position: relative;
    padding-bottom: 60px;
}

.example-slider-2::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 67.88%;
    background-color: #F0F0F0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.example-slider-2 .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 45px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.example-slider-2 .slick-dots li button {
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #C8C8C8;
    border: none;
    outline: none;
    font-size: 0;
}

.example-slider-2 .slick-dots li.slick-active button {
    background-color: #00A8A3;
}

.example-slider-2 .slick-arrow {
    position: absolute;
    bottom: calc(67.88% - 25px);
    z-index: 10;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    font-size: 0;
    background-color: unset;
}

.example-slider-2 .slick-arrow.slick-prev {
    background-image: url(../images/hospitality/icon-btn-prev.svg);
    left: calc(50% - 311px);
}

.example-slider-2 .slick-arrow.slick-next {
    background-image: url(../images/hospitality/icon-btn-next.svg);
    right: calc(50% - 311px);
}

a.btn.btn-pdf:hover {
    opacity: 0.6;
}

.page-new-food-solution ul.list-anchor {
    gap: 50px;
    padding: 50px;
}

.img-gg-map iframe {
    border-radius: 20px;
    height: 360px;
    width: 100%;
}

.recruitment-03-content-01-01 {
    position: relative;
    padding-bottom: 85px;
}

.recruitment-03-content-01-01::before {
    position: absolute;
    content: "";
    width: 1300px;
    height: 239px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
    background-image: url(../images/recruitment/recruitment-03-01-bg.svg);
}

.recruitment-03-content-01-01 .num-02,
.recruitment-03-content-01-01 .num-04,
.recruitment-03-content-01-01 .num-06 {
    margin-top: 28px;
}

.video_area {
    max-width: 850px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.video_area video {
    width: 100%;
    height: auto;
    display: block;
}

.recruit-staff .col-inner.biggerlink {
    transition: all 0.3s;
}

.recruit-staff .col-inner.biggerlink:hover {
    opacity: 0.6;
}

.recruit-staff img {
    height: auto;
}

.contact-tel-icon-box {
    position: relative;
}

.contact-tel-icon-box::before {
    position: absolute;
    content: "電話";
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #0068B6;
    bottom: -10px;
    left: 17px;
    width: 40px;
}

.hospitality-01 .hospital-card::before {
    top: 110px;
    height: calc(100% - 100px);
}

.hospitality-02 .hospital-card::before {
    top: 110px;
    height: calc(100% - 110px);
}

.lease-and-sterilization-01 .hospital-card::before {
    top: 110px;
    height: calc(100% - 110px);
}

.lease-and-sterilization-02 .hospital-card::before {
    top: 140px;
    height: calc(100% - 140px);
}

.lease-and-sterilization-02 h3.title-production {
    margin-bottom: 55px;
}

.title-production.ver-pink {
    color: #E56184;
    font-size: 2rem;
}

.welfare-01 .hospital-card::before {
    top: 110px;
    height: calc(100% - 110px);
}

.welfare-02 .hospital-card::before {
    top: 110px;
    height: calc(100% - 110px);
}

.welfare-03 .hospital-card::before {
    top: 140px;
    height: calc(100% - 140px);
}

.welfare-04 .hospital-card::before {
    top: 90px;
    height: calc(100% - 90px);
}

.title-production.ver-2 {
    color: #8C8700;
    font-size: 2rem;
}
.new-food-solution-content-02 .box-production-right{
    padding-right:70px;
}