@charset "utf-8";

/* ==================================
  出張訪問（businesstrip.html）
=====================================*/
/* ヒーロー画像
------------------------------------- */
.hero-businesstrip {
    background-image: url(../img/businesstrip/businesstrip-hero.jpg);
    background-position: right;
    background-size: 58%;
    object-fit: cover;
}

/* このようなお悩みありませんか？
------------------------------------- */

.trouble {
    padding: 60px 20px 40px;
    text-align: center;
}

/* --- タイトル（h2吹き出し風） --- */
.trouble__title {
    position: relative;
    padding: 27px 107px 27px 107px;
    border-radius: 65px;
    background-color: #5DC1CF;
    color: white;
    font-weight: bold;
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 100px;
}

.trouble__title::before,
.trouble__title::after {
    position: absolute;
    border-radius: 50%;
    background-color: #5DC1CF;
    content: "";
}

.trouble__title::before {
    top: 110%;
    left: 98px;
    height: 21px;
    width: 21px;
}

.trouble__title::after {
    top: 140%;
    left: 114px;
    height: 9px;
    width: 9px;
}

/* --- チェックリストと画像のエリア --- */
.check__list {
    font-size: calc(32/16*1rem);
    color: #18AABE;
    background-color: #fff;
    max-width: 1100px;
    margin: 0 auto 50px;
    padding: 58px 55px 117px 55px;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
}

.check-content {
    flex: 1 1 300px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .check-content h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    display: inline-block;
    padding-bottom: 5px;
} */

.marker {
    background: linear-gradient(transparent 70%, #CFECF0 70%);
}

.check__item {
    list-style-type: none;
    padding: 0;
    margin: 35px;
    color: #3F3F3F;
    font-weight: 500;
    font-size: calc(21/16*1rem);
}

.check__item li {
    display: flex;
}

.check__item li + li {
    margin-top: 24px;
}

.check__item img {
    margin-top: 2px;
}

/* .custom-item {
  padding: 0;
  margin: 0;
} */

/* .custom-item li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
} */

.checkbox-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.note {
    margin-top: 20px;
    font-style: italic;
    color: #3F3F3F;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}

.note-box {
    text-align: center;
    margin-top: 20px;
}

.note-text {
    font-size: calc(23/16*1rem);
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
    color: #3F3F3F;
}

.triangle-bottom {
    display: inline-block;
    border-style: solid;
    border-width: 24px 14px 0 14px;
    border-color: #5DC1CF transparent transparent transparent;
    text-align: center;
    margin-top: 5px;
}

/* --- 高齢者イラスト --- */
.check-illustration img {
    width: 393px;
    max-width: 100%;

}

/* --- オレンジ帯メッセージ --- */
.support {
    background-color: #E7A84F;
    color: #fff;
    padding: 15px 20px;
    font-weight: 700;
    border-radius: 20px;
    font-size: calc(24/16*1rem);
    max-width: 950px;
    margin: 0 auto;
}


/* 地域密着型フットケア
------------------------------------- */

.community-based {
    text-align: center;
}

.community-based h3 {
    font-size: calc(36/16*1rem);
    color: #18AABE;
    margin-bottom: 20px;
}

.community-based__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.community-based__visit {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* --- 広島県の地図 --- */
.visit__map img {
    width: 480px;
    object-fit: cover;
}

/* --- 地図左側文章 --- */
.visit__text {
    font-size: calc(20/16*1rem);
    max-width: 497px;
    line-height: 2;
    text-align: left;
}

.community-based__security {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* --- 施術写真 --- */
.security__image img {
    width: 480px;
    object-fit: cover;
}


.security__text {
    font-size: calc(20/16*1rem);
    max-width: 497px;
    line-height: 2;
    text-align: left;
}



/* --- 出張費＆対応地区のボックス --- */

.price-container {
    background-color: #fff;
    max-width: 1190px;
    margin: 71px auto 179px;
    padding: 45px 95px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 54px;
}

.price-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
}

.price-box {
    width: 239px;
    border: 2px solid #5DC1CF;
    text-align: center;
    font-weight: bold;
    flex-shrink: 0;
}

.price-header {
    background-color: #5DC1CF;
    color: #fff;
    padding: 10px 0;
    font-size: 2rem;
}


.price-body {
    padding: 15px 0;
    font-size: calc(36/16*1rem);
    color: #18AABE;
}

/* ※のところ */
.price-notes {
    flex: 1;
    min-width: 250px;
    font-size: calc(18/16*1rem);
    color: #3f3f3f;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
}

.price-notes p {
    text-indent: -1em;
    text-align: left;
}

.price-notes p + p {
    margin-top: 28px;
}




/* =================================
   レスポンシブ
================================= */

/* --- タブレット --- */
@media screen and (max-width: 960px) {

    /*.wrapper {
        padding: 0 15px;
    }

    /* --- タイトル（h2吹き出し風） --- */
    .trouble__title {
        font-size: 1.5rem;
        padding: 15px 45px;
        margin-bottom: 60px;
        position: relative;
    }

    .trouble__title::before,
    .trouble__title::after {
        position: absolute;
        border-radius: 50%;
        background-color: #5DC1CF;
        content: "";
    }

    .trouble__title::before {
        top: calc(100% + 10px);
        left: 69px;
        height: 15px;
        width: 15px;
    }

    .trouble__title::after {
        top: calc(100% + 30px);
        left: 80px;
        height: 5.5px;
        width: 5.5px;
    }

    /* --- チェックリストと画像のエリア --- */
    .check__list {
        padding: 20px 27px 40px 27px;
        width: 100%;
        max-width: 100%;
    }

    .check-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .marker {
        font-size: 1.5rem;
    }

    .check__item li {
        display: flex;
        align-items: flex-start;
        gap: 0px;
        font-size: 1rem;
        line-height: 1.6;
        padding-left: 0;
        word-break: break-word;
        max-width: 100%;
    }


    .checkbox-icon {
        width: 20px;
        height: auto;
        flex-shrink: 0;
        margin-right: 10px;
        margin-top: 3px;
    }

    .triangle-bottom {
        border-width: 16px 10px 0 10px;
    }

    .note-text {
        font-size: 1.2rem;
    }

    .check-illustration img {
        width: 393px;
        max-width: 100%;
        flex-direction: column
    }


    /* --- オレンジ帯メッセージ --- */
    .support {
        font-size: 1.2rem;
        margin: 0;
    }


    /* 地域密着型フットケア
------------------------------------- */

    .community-based {
        text-align: center;
        margin-bottom: 13px;
    }

    .community-based h3 {
        font-size: calc(24/16*1rem);
        margin-bottom: 20px;
    }

    .community-based__content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    /* --- 広島県の地図 --- */
    .visit__map img {
        width: 265px;
        object-fit: cover;
    }

    /* --- 地図の下文章 --- */
    .visit__text {
        font-size: calc(16/16*1rem);
        max-width: 330px;
        line-height: 2;
        text-align: left;
        margin: 0 25px 0 25px;
    }

    /* --- 施術写真 --- */
    .security__image img {
        width: 265px;
        object-fit: cover;
    }

    /* --- 写真の下文章 --- */
    .security__text {
        font-size: calc(16/16*1rem);
        max-width: 330px;
        line-height: 2;
        text-align: left;
        margin: 0 25px 0 25px;
    }

    .mobile-br {
        display: none;
    } 



    /* --- 出張費＆対応地区のボックス --- */
    .price-container {
        max-width: 100%;
        margin: 53px auto;
        padding: 49px 30px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .price-list {
        justify-content: center;
        flex-wrap: wrap;
        gap: 18px;
        margin-right: 0;
        width: 100%;
    }

    .price-box {
        width: 150px;
        max-width: 48%;
    }

    .price-header {
        font-size: 1.2rem;
    }

    .price-body {
        font-size: 1.1rem;
    }

    /* ※(注釈)のところ */
    .price-notes {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        font-size: calc(13/16*1rem);
        text-align: left;
        box-sizing: border-box;
    }

    .price-notes p {
        text-indent: -1em;
        padding-left: 1em;
        line-height: 1.6;
        word-break: break-word;
    }

    .price-notes p+p {
        margin-top: 20px;
    }
}



/* --- スマホ --- */
@media screen and (max-width: 428px) {

    .wrapper {
        padding: 0 15px;
    }

    /* --- タイトル（h2吹き出し風） --- */
    .trouble__title {
        font-size: calc(19/16*1rem);
        padding: 3px 15px;
        margin-bottom: 40px;
        margin-left: 20px;
        margin-right: 20px;

    }

    .trouble__title::before,
    .trouble__title::after {
        position: absolute;
        border-radius: 50%;
        background-color: #5DC1CF;
        content: "";
    }

    .trouble__title::before {
        top: 110%;
        left: 39px;
        height: 6px;
        width: 6px;
    }

    .trouble__title::after {
        top: 140%;
        left: 44px;
        height: 3px;
        width: 3px;
    }

    /* --- チェックリストと画像のエリア --- */
    .check-content {
        margin-left: 3px;
        margin-right: 3px;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
        width: 100%;
        max-width: none;
    }

    .check__list {
        padding: 5px 30px 30px 10px;
        margin: 0;
        list-style: none;
        width: 100%;
        box-sizing: border-box;
    }


    .marker {
        font-size: calc(19/16*1rem);
    }

    .check__item {
        margin: 0;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .check__item li {
        padding-left: 0em;
        font-size: 1.1rem;
        margin-top: 2px;
        line-height: 1.5;
    }

    .check__item img {
        width: 20px;
        flex-shrink: 0;
        margin-right: 5px;
    }

    .checkbox-icon {
        margin-top: 2px;
    }

    .triangle-bottom {
        border-width: 13px 8px 0 8px;
    }

    .note-text {
        font-size: 1.1rem;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: -5px;
    }

    /* 高齢者イラスト */
    .check-illustration {
        display: none;
    }

    /* --- オレンジ帯メッセージ --- */
    .support {
        font-size: calc(17/16*1rem);
        display: block;
        width: 100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 15px;
        box-sizing: border-box;
        text-align: center;
        line-height: 1.5;
    }


    /* 地域密着型フットケア
------------------------------------- */

    .community-based {
        text-align: center;
        margin-bottom: 13px;
    }

    .community-based h3 {
        font-size: calc(18/16*1rem);
        margin-bottom: 20px;
    }

    .community-based__content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    /* --- 広島県の地図 --- */
    .visit__map img {
        width: 265px;
        object-fit: cover;
    }

    /* --- 地図の下文章 --- */
    .visit__text {
        font-size: calc(16/16*1rem);
        max-width: 330px;
        line-height: 2;
        text-align: left;
    }

    /* --- 施術写真 --- */
    .security__image img {
        width: 265px;
        object-fit: cover;
    }


    .security__text {
        font-size: calc(16/16*1rem);
        max-width: 330px;
        line-height: 2;
        text-align: left;
    }

    .mobile-br {
        display: none;
    } 



    /* --- 出張費＆対応地区のボックス --- */
    .check__list {
        padding: 5px 10px 30px 10px;
    }
    .price-container {
        max-width: 325px;
        margin: 28px auto;
        padding: 24px 28px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        box-sizing: border-box;
    }

    .price-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 18px;
        justify-content: center;
        /*flex-wrap: wrap;*/
        width: 100%;
        align-items: center;
    }

    .price-box {
        width: 126px;
        max-width: 48%;
        min-width: 100px;
        border: 0.78px solid #5DC1CF;
        box-sizing: border-box;
        text-align: center;
    }

    .price-header {
        font-size: 1.1rem;
        padding: 13px 0 13px 0;
    }

    .price-body {
        font-size: calc(20/16*1rem);
    }

    /* ※(注釈)のところ */
    .price-notes {
        flex: 0 1 auto;
        width: 200px;
        max-width: 100%;
        margin: 0 auto;
        font-size: calc(14/16*1rem);
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        text-align: left;
    }

    .price-notes p {
        text-indent: -1em;
        padding-left: 1em;
        line-height: 1.5;
        word-break: break-word;
    }

    .price-notes p+p {
        margin-top: 28px;

    }


}
