.box-laundry-03 {
    display: flex;
    border: 2px solid #00a8a3;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    padding-top: 42px;
    padding-bottom: 45px;
    padding-right: 55px;
}

.box-laundry-03 img {
    width: 100%;
    height: auto;
}

.box-laundry-03 .box-left {
    width: 42.5%;
    padding-left: 57px;
    padding-right: 52px;
}

.box-laundry-03 .box-right {
    width: 57.5%;
}

.laundry-02 .laundry-02-content .title {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    background-color: #009c97;
    border-radius: 5px;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 14px;
    margin-bottom: 24px;
}

.laundry-02 .laundry-02-content .large-6:nth-child(1) .col-inner {
    padding-right: 30px;
}

.hospital-rental-laundry-02 .hospital-card {
    padding: 33px 0 66px;
}

.laundry-09-content .text {
    font-weight: bold;
}

.laundry-02 .laundry-02-content .large-6:nth-child(2) .col-inner {
    padding-left: 30px;
}

.laundry-02 .laundry-02-content .content {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    line-height: 1.75;
    position: relative;
}

.laundry-02 .laundry-02-content .content span {
    padding-left: 23px;
}

.laundry-02 .laundry-02-content .content::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #009c97;
    position: absolute;
    left: 0;
    top: 9px;
}

.laundry-05 .laundry-05-content .benefits-main-title {
    margin-left: 50px;
    margin-right: 50px;
}

.laundry-06 .laundry-06-content .title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #00a8a3;
    padding: 14px 17px 16px;
}

.laundry-06 .laundry-06-content .question {
    margin-top: 30px;
    padding-left: 24px;
    padding-right: 20px;
    background-color: #e5f5f3;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    min-height: 70px;
    display: flex;
    align-items: center;
}

.laundry-06 .laundry-06-content .question .q {
    font-size: 4rem;
    color: #00a8a3;
    font-family: "Oswald", sans-serif;
    margin-right: 26px;
    height: 70px;
    font-weight: 300;
}

.laundry-06 .laundry-06-content .question .text {
    flex: 1;
}

.laundry-06 .laundry-06-content .question::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/hospital-rental-laundry/arrow-qe.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transform: rotate(180deg);
    display: inline-flex;
    transition: all 0.3s ease;
}

.laundry-06 .laundry-06-content .question.active::after {
    transform: rotate(0deg);
}

.laundry-06 .laundry-06-content .question .text span {
    color: #ff0074;
    font-weight: 400;
}

.laundry-06 .laundry-06-content .answer {
    margin-top: 30px;
    padding-left: 28px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    display: flex;
    margin-bottom: 10px;
}

.laundry-06 .laundry-06-content .answer .text span {
    color: #ff0074;
    font-weight: 400;
}

.laundry-06 .laundry-06-content .answer .a {
    font-size: 4rem;
    color: #00a8a3;
    font-family: "Oswald", sans-serif;
    margin-right: 30px;
    height: 50px;
    line-height: 50px;
    font-weight: 300;
}

.laundry-06 .laundry-06-content .title:not(:first-child) {
    margin-top: 50px;
}

.al-center {
    align-items: center !important;
}

.benefit-item {
    align-items: center;
}

.laundry-08 {
    margin-top: 115px;
}

.laundry-08 .laundry-08-content .text {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    line-height: 1.75;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.laundry-08 .laundry-08-content .text::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #009c97;
    position: absolute;
    left: 1px;
    top: 9px;
}

.laundry-09 .process-list::before {
    background-image: url(../images/hospital-rental-laundry/icon-laundry-09.png);
}

.duskin-cleaning-00 {
    margin-top: 96px;
    position: relative;
}

.duskin-cleaning-00 .img-duskin {
    width: 100%;
    height: 100%;
    position: relative;
}

.duskin-cleaning-00 .text-box-duskin {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 75px;
    background-color: #ffffff;
    color: #00a8a3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-size: 2.5rem;
    font-weight: bold;
}

.duskin-cleaning-00 .img-duskin img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.duskin-cleaning-00 .text-duskin {
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
    line-height: 2;
    margin-bottom: 50px;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
}

.duskin-cleaning-00 .box-duskin {
    display: flex;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 15px;
    padding: 40px 50px;
    gap: 50px;
    width: 100%;
}

.duskin-cleaning-00 .box-duskin .box-left {
    width: 32%;
    flex-shrink: 0;
    text-align: center;
}

.duskin-cleaning-00 .box-duskin .box-left img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

.duskin-cleaning-00 .box-duskin .box-right {
    flex-grow: 1;
}

.duskin-cleaning-00 .box-duskin .box-right .franchise-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333333;
    text-align: left;
}

.duskin-cleaning-00 .box-duskin .box-right .company-name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px;
    text-align: left;
}

.duskin-cleaning-00 .box-duskin .contact-info {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.duskin-cleaning-00 .box-duskin .contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.duskin-cleaning-00 .box-duskin .contact-info li:last-child {
    margin-bottom: 0;
}

.duskin-cleaning-00 .box-duskin .contact-info .label {
    width: 110px;
    color: #0068b6;
    font-weight: bold;
    flex-shrink: 0;
    text-align: left;
}

.duskin-cleaning-00 .box-duskin .contact-info .value {
    color: #000000;
    font-weight: 500;
    text-align: left;
}

.duskin-cleaning-00 .box-duskin .contact-info .value a {
    color: inherit;
    text-decoration: none;
}

.duskin-cleaning-00 .box-duskin .contact-info .value a:hover {
    text-decoration: underline;
}

.duskin-cleaning-00 .box-duskin .btn-web-wrapper {
    text-align: left;
}

.duskin-cleaning-00 .box-duskin .btn-web {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f8ff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 14px 24px;
    color: #0068b6;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    max-width: 430px;
    transition: all 0.3s ease;
}

.duskin-cleaning-00 .box-duskin .btn-web span {
    flex-grow: 1;
}

.duskin-cleaning-00 .box-duskin .btn-web .icon-blank {
    width: 26.5px;
    height: 26.5px;
    margin-left: 15px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.duskin-cleaning-01 .example-slider .slick-dots {
    margin-top: 15px;
    margin-bottom: 90px;
}

.duskin-cleaning-01 .example-slider::before {}


/* box-slide */

.box-slide {
    border: 1px solid #00a8a3;
    border-radius: 10px;
    padding: 35px 100px 50px;
    background-color: #fff;
    width: 100%;
    margin-top: -65px;
}

.box-slide-title {
    font-size: 2.2rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.box-slide-title::after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background-color: #00a8a3;
    margin: 12px auto 0;
}

.box-slide-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.box-slide-content .slide-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.box-slide-content .slide-list li {
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
    padding-left: 22px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 12px;
}

.box-slide-content .slide-list li:last-child {
    margin-bottom: 0;
}

.box-slide-content .slide-list li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00a8a3;
    position: absolute;
    left: 0;
    top: 5px;
}

.food-00 .text-box-duskin {
    width: 390px;
    color: #baa800;
}

.food-01-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.food-01-circles {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 52px;
    margin-top: 60px;
    position: relative;
}

.food-01-circle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 50%;
    background-color: #ffecb0;
    display: flex;
}

.food-01-circle-num {
    font-size: 5.2rem;
    color: #f78236;
    margin-bottom: 8px;
    line-height: 1;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Oswald", sans-serif;
}

.food-01-circle-icon {
    margin-top: 20%;
}

.food-01-col:nth-child(1) .food-01-circle-item .food-01-circle-icon img {
    width: 60px;
    height: 52px;
}

.food-01-col:nth-child(2) .food-01-circle-item .food-01-circle-icon img {
    width: 106px;
    height: 67px;
}

.food-01-col:nth-child(3) .food-01-circle-item .food-01-circle-icon img {
    width: 47px;
    height: 29px;
}

.food-01-col:nth-child(3) .food-01-circle-item .food-01-circle-icon {
    margin-top: 30%;
}


/* Center Circle (larger) */

.food-01-col:nth-child(2) .food-01-circle-item {
    width: 221px;
    height: 221px;
}


/* Side Circles */

.food-01-col:nth-child(1) .food-01-circle-item {
    width: 166px;
    height: 166px;
}

.food-01-col:nth-child(3) .food-01-circle-item {
    width: 142px;
    height: 142px;
}

.food-01-col:nth-child(1) {
    margin-bottom: 60px;
}

.food-01-col:nth-child(2) {
    margin-bottom: 40px;
}


/* Circle Label */

.food-01-circle-label {
    font-size: 1.75rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.food-01-col:nth-child(1) .food-01-circle-item .food-01-circle-label {
    bottom: 0%;
}

.food-01-col:nth-child(3) .food-01-circle-item .food-01-circle-label {
    bottom: 17%;
}


/* Solutions Container */

.food-01-solutions {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
}


/* Solution Item */

.food-01-solution-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 14px;
}


/* Solution Title */

.food-01-solution-title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #9c8d00;
    border: 2px solid #9c8d00;
    border-radius: 15px;
    width: 150px;
    height: 30px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    z-index: 11;
}


/* Solution List */

.food-01-solution-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.food-01-solution-list li {
    font-size: 1.5rem;
    color: #333;
    line-height: 1.46;
    padding-left: 18px;
    position: relative;
}

.food-01-solution-list li::before {
    content: "";
    background-color: #bdaa00;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 5px;
}

.food-01-circles::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 85%;
    background-color: #ffffff;
    top: 19%;
}

.food-01-circles::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 109%;
    background-color: #faf7df;
    top: 32%;
    z-index: -99;
}


/* CTA Button */

.food-01-btn-wrapper {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 80px;
}

a.btn.btn-food-01,
.btn.btn-food-01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #00a8a3;
    color: #fff;
    border: 2px solid #00a8a3;
    border-radius: 32px;
    padding: 18px 50px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 350px;
}

a.btn.btn-food-01:hover,
.btn.btn-food-01:hover {
    background-color: #fff;
    color: #00a8a3;
}

a.btn.btn-linen:hover {
    background-color: #fff;
    color: #0068b6;
    border: 2px solid #0068b6;
}

a.btn.btn-linen:hover::before {
    background-image: url(../images/linen-supply/icon-right-blue.svg);
}

.btn.btn-food-01 .btn-arrow {
    font-size: 1.4rem;
    transition: transform 0.3s ease;
}

.btn.btn-food-01:hover .btn-arrow {
    transform: translateX(4px);
}

.food-01 .btn.btn-linen {
    width: 320px;
}

.food-01 .button-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 58px;
}

.food-02-header-box {
    background-color: #0068b6;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    padding: 20px 30px;
    margin-top: 55px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

.food-02-text {
    color: #0068b6;
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.food-02-image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.food-02-image-box img {
    width: 100%;
    display: block;
}

.food-02-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.food-02-image-text {
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.food-02 .button-01 {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn.btn-main.btn-food-02 {
    max-width: 320px;
    width: 100%;
}

.food-03-subtitle {
    color: #baa900;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
}

.food-03-circles {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 65px;
}

.food-03-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.food-03-circle-item {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background-color: #faf7df;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.food-03-circle-icon {
    position: absolute;
}

.food-03-col:nth-child(1) .food-03-circle-icon {
    width: 122px;
    height: 112px;
    top: -10px;
}

.food-03-col:nth-child(2) .food-03-circle-icon {
    width: 46px;
    height: 98px;
    top: 10px;
}

.food-03-col:nth-child(3) .food-03-circle-icon {
    width: 120px;
    height: 91px;
    top: 30px;
}

.food-03-col:nth-child(4) .food-03-circle-icon {
    width: 94px;
    height: 98px;
    top: -3px;
    left: 30%;
}

.food-03-circle-label {
    font-size: 2.1rem;
    font-weight: bold;
    color: #8c8700;
    text-align: center;
    position: absolute;
    top: 62%;
}

.food-03-desc {
    font-size: 1.6rem;
    color: #000;
    font-weight: 400;
    line-height: 1.625;
    text-align: justify;
    margin-top: -25px;
    z-index: 999;
}

.food-03-quality-box {
    border: 1px solid #8c8700;
    border-radius: 10px;
    padding: 27px 55px 48px 50px;
    background-color: #fff;
}

.food-03-quality-title {
    font-size: 2.2rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.food-03-quality-title::after {
    content: "";
    width: 120px;
    height: 4px;
    background-color: #baa900;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.food-03-quality-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.food-03-quality-list li {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-left: 35px;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.food-03-quality-list li:last-child {
    margin-bottom: 0;
}

.food-03-quality-list li span {
    color: #baa800;
    font-weight: bold;
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: 0;
}


/* Business List */

.food-03-business-list {
    margin-top: 50px;
}

.food-03-business-item {
    display: flex;
    margin-bottom: 165px;
    position: relative;
    width: 100%;
}

.hospital-rental-laundry-01 .hospital-card {
    padding: 33px 0 72px;
}

.food-03-business-item::before {
    content: "";
    width: 95.455%;
    min-height: 280px;
    position: absolute;
    background-color: #f0f0f0;
    border-radius: 20px;
    top: 25%;
    right: 0;
}

.food-03-business-item:nth-child(1)::before {
    min-height: 320px;
}

.food-03-business-item.right-image::before {
    left: 0;
}

.food-03-business-item.left-image {
    flex-direction: row;
}

.food-03-business-item.right-image {
    flex-direction: row-reverse;
}

.business-img {
    width: 50%;
    z-index: 2;
}

.business-img img {
    width: 500px;
    height: 300px;
    border-radius: 20px;
    display: block;
}

.food-03-business-item.right-image .business-img img {
    margin-left: auto;
}

.business-info {
    width: 50%;
    z-index: 1;
}

.business-title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #baa900;
    border-bottom: 3px solid #baa900;
    padding-bottom: 12px;
    margin-bottom: 0;
    padding-left: 12px;
}

.food-03-business-item.left-image .business-info {
    padding-right: 50px;
}

.food-03-business-item.right-image .business-info {
    padding-left: 50px;
}

.business-box {
    position: relative;
    padding: 70px 40px 10px 10px;
}

.business-desc {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
}

.btn-wrap {
    display: flex;
    justify-content: flex-end;
    /* right align the button as in design? Wait, design has it right aligned or centered? It looks right-aligned or center-right. Let's use flex-end */
}


/* In the image, the button is centered in the gray area */

.btn-wrap {
    margin-left: auto;
}

a.btn.btn-main.btn-business {
    max-width: 280px;
    width: 100%;
}

.food-02 .benefits-main-title::after {
    background-color: #baa900;
}

.hospital-rental-laundry-01 .hospital-title {
    line-height: 1.5;
}

.benefit-icon {
    width: 137px;
}

.benefit-number::after {
    display: none;
}

.benefit-number {
    border-bottom: 1px solid;
    height: fit-content;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 200;
}

.hospital-rental-laundry-02 .hospital-title {
    line-height: 1.5;
}

.contact-tel-info .tel-number {
    font-family: "Oswald", sans-serif;
}

.contact-btn-wrapper:hover a.btn.btn-contact {
    background-color: #fff;
    color: #0068b6;
    border: 2px solid #0068b6;
}

.contact-btn-wrapper:hover a.btn.btn-contact::before {
    background-image: url(../images/hospital-welfare/icon-mail-hover.svg);
}

.contact-btn-wrapper:hover a.btn.btn-contact::after {
    background-image: url(../images/hospital-welfare/icon-right-blue.svg);
}

.process-num {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}

.page-duskin-cleaning .example-slider-2 {
    height: 538px;
}

.page-duskin-cleaning .example-slider-2::before {
    height: 72%;
}

.page-duskin-cleaning .example-slider-2 .slick-arrow {
    bottom: calc(72% - 25px);
}

a.btn.btn-linen::before {
    background-size: 100% 100%;
}

a.btn.btn-linen {
    border: 2px solid #ffffff;
}
.laundry-01{
    position: relative;
    padding-bottom: 53px;
}
.laundry-01::before {
    position: absolute;
    content: '';
    background-color: #e5f5f3;
    width: 100vw;
    height: 78%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.laundry-01 h3.title-production{
        font-weight: 500;
}