@charset "UTF-8";

body {
    --brThemecolor: #18c7c1;
    --brSubcolor: #e23d73;
    --brAccentcolor: #ec9212;
    --brAddcolor: #3b6ee3;
}

.main {
    margin-top: 10vw;
}
@media (min-width: 576px) {
    
}
@media (min-width: 992px) {
    .main {
        margin-top: 75px;
    }
}


.main-info__title {
    padding: 0;
    margin: 0;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
}
.main-info__title small {
    padding-bottom: 0.8em;
    font-size: 3.4vw;
}
.main-info__text,
.service-info__label,
.directions__text {
    font-size: var(--baseFontSizeSP);
}
.service-info__label {
    padding: 0.3em 0.8em;
    margin-top: 0.2em;
    margin-right: 0.8em;
    border-radius: 5px;
    line-height: 1;
    color: #fff;
}
.--dayservice .service-info__label {
    background-color: var(--brThemecolor);
}
.--homecare .service-info__label {
    background-color: var(--brSubcolor);
}
.directions {
    padding: var(--baseFontSizeSP);
    margin: 1.5em 0;
    background-color: #fdfaeb;
    border-radius: 10px;
}
.main__image {
   width: 100%;
   border-radius: 10px;
   overflow: hidden;
}
@media (min-width: 768px) {
    .main-info__title {
        font-size: 38px;
    }
    .main-info__title small {
        font-size: var(--baseFontSize);
    }
    .main-info__text {
        font-size: var(--baseFontSize);
    }
    .service-info__label {
        font-size: var(--baseFontSize);
    }
    .directions__text {
        font-size: var(--baseFontSize);
    }
    
}
@media (min-width: 992px) {
    .main-info__text-group,
    .main__image {
        width: 48%;
    }
    .main-info__title {
        margin-top: -2px;
        font-size: 34px;
    }
    .main-info__text,
    .service-info__label,
    .directions__text {
        font-size: calc(var(--baseFontSize) - 2px);
    }
    .directions {
        padding: 14px 30px;
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .main-info__text-group,
    .main__image {
        width: 540px;
    }
    .main-info__title {
        font-size: 38px;
    }
    .main-info__title small {
        font-size: var(--baseFontSize);
    }
    .main-info__text,
    .service-info__label,
    .directions__text {
        font-size: var(--baseFontSize);
    }
    .directions {
        margin-top: 30px;
    }
}



.anker-link__list {
    width:100%;
    margin: 13vw auto;
    list-style-type: none;
}
.anker-link__list-item:first-child {
    border-left: 1px #ddd solid;
}
.anker-link__list-item {
    width: 25%;
    border-right: 1px #ddd solid;
}
.anker-link__list a {
    padding: 0.5em 0;
    font-size: 2.8vw;
    font-weight: bold;
    color: #222;
    text-decoration: none;
}
.anker-link__list a:after {
    content: "";
    display: block;
    width: 3vw;
    height: 1.5vw;
    margin: 0.5em auto 0 auto;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: var(--brThemecolor);
}
@media (min-width: 576px) {
    .anker-link__list a {
        font-size: 2.5vw;
    }
}
@media (min-width: 768px) {
    .anker-link__list {
        max-width: 750px;
        margin: 3.5em auto;
    }
    .anker-link__list a {
        font-size: 2.2vw;
    }
}
@media (min-width: 992px) {
    .anker-link__list {
        max-width: 850px;
        margin: 60px auto;
    }
    .anker-link__list a {
        padding: 10px 0;
        font-size: var(--baseFontSize);
    }
    .anker-link__list a:after {
        width: 16px;
        height: 7px;
        margin: 10px auto 0 auto;
    }
}
@media (min-width: 1200px) {

}



.overview {
    padding-bottom: 13vw;
}
.overview__title {
    padding-bottom: 0.2em;
    font-size: 4.4vw;
    font-weight: bold;
}
.overview__table {
    width: 100%;
    border-top: 1px #ddd solid;
    border-left: 1px #ddd solid;
}
.overview__table th,
.overview__table td {
    display: block;
    padding: 0.6em 1em;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    font-size: var(--baseFontSizeSP);
}
.overview__table th {
    background-color: #ecf3ff;
    font-weight: bold;
}
.overview__table td a {
    text-decoration: none;
}
.overview__table td a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .overview__title {
        font-size: 3vw;
    }
    .overview__table th,
    .overview__table td {
        font-size: 2.2vw;
    }
}
@media (min-width: 992px) {
    .overview {
        padding-bottom: 70px;
    }
    .overview__title {
        font-size: 22px;
    }
    .overview__table th,
    .overview__table td {
        display: table-cell;
        padding: 0.6em 1.2em;
        font-size: calc(var(--baseFontSize) - 2px);
    }
}
@media (min-width: 1200px) {
    .overview__title {
        font-size: 24px;
    }
    .overview__table th,
    .overview__table td {
        font-size: var(--baseFontSize);
    }
}



.icon {
    width: 16vw;
    margin-bottom: 1vw;
}
.base-caption {
    margin-top: 8vw;
    margin-bottom: 3vw;
    font-size: 4.4vw;
    font-weight: bold;
}

.feature {
    padding-bottom: 13vw;
}
.feature__text-group {
    padding: 1.5em 1.7em 0.5em 1.7em;
    background-color: #fdfaeb;
    border-radius: 10px;
    overflow: hidden;
    order: 2;
}
.feature__text {
    padding-bottom: 1em;
    font-size: var(--baseFontSizeSP);
}
.feature__image {
    width: 100%;
    margin: 0 auto 2em auto;
    border-radius: 10px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .icon {
        width: 12vw;
    }
    .base-caption {
        margin-top: 3.2vw;
        margin-bottom: 1em;
        font-size: 3vw;
    }
    .feature {
        padding-bottom: 7vw;
    }
    .feature__text-group {
        padding: 2em 2em 1.5em 2em;
    }
    .feature__text {
        font-size: 2.2vw;
    }
    .feature__image {
        max-width: 70%;
    }
}
@media (min-width: 992px) {
    .base-caption {
        margin-top: 40px;
        margin-bottom: 35px;
        font-size: 28px;
    }
    .icon {
        width: 84px;
        margin-bottom: 0;
    }
    .feature {
        padding-bottom: 65px;
    }
    .feature__text-group {
        padding: 30px 40px 10px 40px;
        flex: 1;
    }
    .feature__text {
        padding-bottom: 20px;
        font-size: calc(var(--baseFontSize) - 2px);
    }
    .feature__image {
        width: 50%;
        margin: 0 2em 0 0;
    }
}
@media (min-width: 1200px) {
    .base-caption {
        font-size: calc(var(--baseFontSize) + 12px);
    }
    .feature__text {
        font-size: var(--baseFontSize);
    }
    .feature__image {
        width: 500px;
        max-width: 500px;
    }
}



.guidance__caption {
    margin-bottom: 13vw;
}
.guidance__caption small {
    margin-top: 0.5em;
    font-size: var(--baseFontSizeSP);
    font-weight: normal;
}
.guidance__caption small span {
    font-size: var(--baseFontSizeSP);
    font-weight: bold;
    color: var(--brThemecolor);
}
.guidance__list-item {
    margin-bottom: 13vw;
}
.guidance__image {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
}
.guidance__label {
    max-width: 9em;
    padding: 0.1em;
    margin: 0 auto 1em auto;
    background-color: #333;
    border-radius: 1.5rem;
    font-size: var(--baseFontSizeSP);
    font-weight: 700;
    color: #fff;
}
.label1 {
    background-color: var(--brThemecolor);
}
.label2 {
    background-color: var(--brSubcolor);
}
.label3 {
    background-color: var(--brAccentcolor);
}
.label4 {
    background-color: var(--brAddcolor);
}
@media (min-width: 592px) {

}
@media (min-width: 768px) {
    .guidance {
        padding-bottom: 1.5vw;
    }
    .guidance__caption small {
        margin-top: 0.5em;
        font-size: 2.2vw;
    }
    .guidance__caption small span {
        font-size: 2.2vw;
    }
    .guidance__label {
        font-size: 2.2vw;
    }
}
@media (min-width: 992px) {
    .guidance {
        padding-bottom: 20px;
    }
    .guidance__caption {
        margin-bottom: 30px;
    }
    .guidance__caption small {
        font-size: var(--baseFontSize);
    }
    .guidance__list-item {
        margin-bottom: 50px;
    }
    .guidance__caption small span {
        font-size: var(--baseFontSize);
    }
    .guidance__label {
        max-width: 200px;
        margin-bottom: 20px;
        font-size: var(--baseFontSize);
    }
    .guidance__list-item {
        width: 48%;
    }
}
@media (min-width: 1200px) {
    .guidance__list-item {
        width: 540px;
    }
    .guidance__image {
        width: 260px;
    }
}



.message .container {
    padding-bottom: 13vw;
    margin-top: 13vw;
}
.message__caption {
    margin-bottom: 1.3em;
    font-size: 4.4vw;
    font-weight: bold;
}
.message__text {
    margin-bottom: 1.7em;
    font-size: var(--baseFontSizeSP);
    line-height: 2;
}
.message__image {
    width: 80%;
    margin: 0 auto 2em auto;
    border-radius: 10px;
    overflow: hidden;
}
.message__sign .affiliation {
    font-size: var(--baseFontSizeSP);
}
.message__sign small {
    padding-right: 0.8em;
    font-size: 4vw;
}
.message__sign .name {
    font-size: 5vw;
    font-weight: bold;
}
@media (min-width: 768px) {
    .message .container {
        padding-bottom: 5vw;
        margin-top: 5vw;
    }
    .message__text-group {
        width: 65%;
        margin-bottom: 2vw;
        order: 1;
    }
    .message__image {
        width: 30%;
        margin-bottom: 2vw;
        order: 2;
    }
    .message__caption {
        font-size: 3vw;
    }
    .message__text {
        font-size: 2.2vw;
    }
    .message__sign .affiliation {
        font-size: 2.6vw;
    }
    .message__sign small {
        font-size: 3vw;
    }
    .message__sign .name {
        font-size: 3.6vw;
    }
    .message__image {
        margin-top: 1vw;
    }
}
@media (min-width: 992px) {
    .message .container {
        padding-bottom: 60px;
        margin-top: 60px;
    }
    .message__text-group {
        width: 58%;
    }
    .message__caption {
        font-size: 24px;
    }
    .message__text {
        font-size: 16px;
    }
    .message__sign .affiliation {
        font-size: calc(var(--baseFontSize) - 2px);
    }
    .message__sign small {
        font-size: calc(var(--baseFontSize) + 2px);
    }
    .message__sign .name {
        font-size: calc(var(--baseFontSize) + 10px);
    }
    .message__image {
        width: 100%;
        max-width: 36%;
        margin: 4px 0 0 0;
    }
}
@media (min-width: 1200px) {
    .message__caption {
        font-size: 26px;
    }
    .message__text {
        font-size: 18px;
    }
    .message__sign .affiliation {
        font-size: var(--baseFontSize);
    }
    .message__sign small {
        font-size: calc(var(--baseFontSize) + 4px);
    }
    .message__sign .name {
        font-size: calc(var(--baseFontSize) + 12px);
    }
    .message__image {
        max-width: 420px;
    }
    
}



.staff {
    padding-bottom: 12vw;
}
.staff__item {
    margin-top: 11vw;
}
.staff__sign {
    margin-right: 1.5em;
    writing-mode: vertical-rl;
    display: inline-block;
}
.staff__sign-job {
    font-size: var(--baseFontSizeSP);
    font-weight: bold;
}
.staff__sign-name {
    font-size: 5vw;
    font-weight: bold;
}
.staff__note {
    margin-bottom: 1em;
    font-size: var(--baseFontSizeSP);
    font-weight: bold;
}
.staff__caption{
    margin-bottom: 2em;
    font-size: 4.4vw;
    font-weight: bold;
}
.staff__comment {
    padding: 2.5em 1.7em 0.5em 1.7em;
    padding-bottom: 0.5em;
    border: 1px #ddd solid;
    border-radius: 10px;
}
.staff__comment-label {
    padding: 0.5em 1.2em;
    background-color: var(--brThemecolor);
    border-radius: 1.5rem;
    font-size: var(--baseFontSizeSP);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    top: -1em;
    left: 1em;
}
.staff__comment-text {
    padding-bottom: 0.5em;
    font-size: var(--baseFontSizeSP);
}
.staff__image {
    width: 60%;
    margin-bottom: 2em;
    border-radius: 10px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .staff {
        padding-bottom: 7vw;
    }
    .staff__item {
        margin-top: 7vw;
    }
    .staff__image {
        max-width: 180px;
        margin-right: 2em;
        margin-bottom: 5vw;
    }
    .staff__text-group {
        flex: 1;
        margin-bottom: 2vw;
    }
    .staff__sign-job {
        font-size: 2.2vw;
    }
    .staff__sign-name {
        font-size: 2.8vw;
    }
    .staff__note {
        margin-bottom: 1em;
        font-size: 2.2vw;
    }
    .staff__caption{
        margin-bottom: 2em;
        font-size: 3vw;
    }
    .staff__comment-label {
        padding: 0.5em 1.2em;
        font-size: 2.2vw;
    }
    .staff__comment {
        width: 100%;
        padding: 2em;
    }
    .staff__comment-text {
        font-size: 2.2vw;
    }
}
@media (min-width: 992px) {
    .staff {
        padding-bottom: 70px;
    }
    .staff__item {
        margin-top: 60px;
    }
    .staff__text-group {
        flex: 1;
        margin-top: -4px;
        margin-bottom: 0;
    }
    .staff__sign {
        margin-right: 35px;
    }
    .staff__sign-job {
        font-size: calc(var(--baseFontSize) - 2px);
    }
    .staff__sign-name {
        font-size: calc(var(--baseFontSize) + 10px);
    }
    .staff__note {
        margin-bottom: 15px;
        font-size: calc(var(--baseFontSize) - 2px);
    }
    .staff__caption {
        margin-bottom: 44px;
        font-size: calc(var(--baseFontSize) + 6px);
    }
    .staff__comment {
        width: auto;
        padding: 34px 30px 10px 30px;
    }
    .staff__comment-label {
        font-size: calc(var(--baseFontSize) - 2px);
    }
    .staff__comment-text {
        padding-bottom: 14px;
        font-size: calc(var(--baseFontSize) - 2px);
    }
    .staff__image {
        width: 25%;
        max-width: 320px;
        margin: 0 40px 0 0;
    }
}
@media (min-width: 1200px) {
    .staff__sign-job {
        font-size: var(--baseFontSize);
    }
    .staff__sign-name {
        font-size: calc(var(--baseFontSize) + 12px);
    }
    .staff__caption {
        font-size: calc(var(--baseFontSize) + 8px);
    }
    .staff__comment-text {
        font-size: var(--baseFontSize);
    }
}


.conversion {
    padding: 13vw 0;
    background-color: #fdfaeb;
}
.attention {
    font-size: 4.4vw;
    font-weight: 700;
    color: var(--themecolor);
}
.attention:before,
.attention:after {
    background-color: var(--brThemecolor);
}
.conversion .button {
    width: 80%;
}
.conversion .button a span {
    font-size: 4vw;
}
.conversion__caption {
    margin-top: 1.5em;
    font-size: var(--baseFontSizeSP);
}
@media (min-width: 576px) {
    .conversion .button {
        max-width: 400px;
    }
}
@media (min-width: 768px) {
    .conversion {
        padding: 9vw 0;
    }
    .attention {
        font-size: 3.6vw;
    }
    .conversion .button {
        max-width: 400px;
    }
    .conversion .button a span {
        font-size: 3vw;
    }
    .conversion__caption {
        font-size: 2.6vw;
    }
}
@media (min-width: 992px)  {
    .conversion {
        padding: 60px 0 70px 0;
    }
    .attention {
        font-size: 24px;
    }
    .conversion .contact-info__wrapper {
        width: 395px;
        margin: 0 auto;
    }
    .conversion .contact-info__tel {
        width: 300px;
    }
    .conversion .contact-info__tel-time {
        width: 80px;
        margin-left: 15px;
    }
    .conversion .button {
        max-width: 300px;
    }
    .conversion .button a span {
        font-size: 20px;
    }
    .conversion__caption {
        font-size: var(--baseFontSize);
    }
}