@charset "UTF-8";

/**
*
* モジュール
* 共通フッターなどのモジュールテンプレートにて使用するスタイル
*
* 注意
* flex-basisはie11でバグがあるため不使用推奨
**/
/**
 * module CTA
**/
.module_cta_wrap {
    background: #e9f3db;
    padding: 2.5rem 0;
    margin: 2.5rem 0 0;
}

@media (max-width: 767px) {
    .module_cta_wrap {
        position: relative;
        padding: 1rem 0;
        margin: 0;
    }

    .module_cta_wrap::before {
        content: '\f102';
        display: block;
        width: 100%;
        font-family: "Ionicons";
        font-size: 3rem;
        color: #b2afaa;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        text-align: center;
        line-height: 3rem;
        vertical-align: baseline;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

.module_cta_wrap>.base_wrap {
    position: relative;
}

.module_cta_wrap>.base_wrap::after {
    content: '';
    display: block;
    width: 16.66%;
    padding: 20% 0 0;
    background-image: url("../images/img_cta_woman.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -2.5rem;
    z-index: 1;
}

@media (max-width: 767px) {
    .module_cta_wrap>.base_wrap::before {
        content: '資料ダウンロード';
        display: block;
        width: 100%;
        font-size: 1rem;
        white-space: nowrap;
        text-align: center;
        margin: 0 0 1rem;
    }

    .module_cta_wrap>.base_wrap::after {
        width: 33.33%;
        padding: 40% 0 0;
        bottom: 0;
        background-position: right bottom;
    }
}

.module_cta_wrap>.base_wrap>.box_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn_cta {
    position: relative;
    z-index: 5;
    border: none;
    height: auto;
    width: auto;
    background: none;
}

.btn_cta img {
    border: solid 3px #4f8f25;
    border-radius: 4em;
    max-width: 700px;
    width: 100%;
    height: auto;
}

/**モジュール SEO用内部リンク集**/
.module_links_wrap {
    background: #f2f3f4;
    padding: 2.5rem 0;
    margin: 0;
}

.module_links_wrap>.base_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.box_links {
    padding: 0.875rem;
    border: solid 1px #e7e6e6;
    border-radius: 4px;
    box-shadow: 0 0 0.5rem 0 rgba(172, 175, 175, 0.5);
}

@media (min-width: 960px) {
    .box_links {
        width: calc((100% - 3rem - 1px)/ 4);
        margin: 1rem 0 0 1rem;
    }

    .box_links:nth-child(-n+4) {
        margin-top: 0;
    }

    .box_links:nth-child(4n+1) {
        margin-left: 0;
    }
}

@media (min-width: 768px)and (max-width: 959px) {
    .box_links {
        width: calc((100% - 2rem - 1px)/ 3);
        margin: 1rem 0 0 1rem;
    }

    .box_links:nth-child(-n+3) {
        margin-top: 0;
    }

    .box_links:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .box_links {
        width: calc((100% - 1rem - 1px)/ 2);
        margin: 1rem 0 0 1rem;
    }

    .box_links:nth-child(-n+2) {
        margin-top: 0;
    }

    .box_links:nth-child(2n+1) {
        margin-left: 0;
    }
}

.box_links>dt {
    color: #006900;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.25rem;
    margin: 0 0 0.5rem;
}

@media (max-width: 767px) {
    .box_links>dt {
        font-size: 0.875rem;
        line-height: 1rem;
        margin: 0 0 0.25rem;
    }
}

.box_links>dd {}

.box_links>dd::after {
    content: '';
    clear: both;
    display: table;
}

.box_links>dd>* {
    clear: both;
    float: left;
}

.box_links>dd>a {
    color: #706e6e;
    font-size: 0.875rem;
}

.box_links>dd>a+a {
    margin-top: 0.5rem;
}

.box_links>dd>a::before {
    content: '\f125';
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Ionicons";
    font-size: 0.375rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    background: #006900;
    color: #fff;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 0.5rem 0 0;
}

/**
 * module サイト紹介
**/
.module_introduction_wrap {
    background-image: url("../images/bg_footer.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.5rem 0;
    margin: 0;
}

@media (max-width: 767px) {
    .module_introduction_wrap {
        margin: 0 -1rem;
    }
}

.box_introduction {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2rem 0;
}

@media (max-width: 767px) {
    .box_introduction {
        padding: 0 2rem;
    }
}

.box_introduction_head {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 7rem;
}

.box_introduction_head>i {
    display: block;
    text-align: center;
}

.box_introduction_head>i img {
    max-width: 5.5rem;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.box_introduction_head>span {
    display: block;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.5rem;
}

.box_introduction_body {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    max-width: 1000px;
    width: calc(100% - 8.5rem);
}

.box_introduction_subhead {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 1rem;
}

.box_introduction_body p {
    font-size: 0.875erm;
    line-height: 2rem;
}

@media (max-width: 767px) {
    .box_introduction_head {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
    }

    .box_introduction_head>i>img {
        max-width: 3rem;
    }

    .box_introduction_head>span {
        font-size: 1rem;
    }

    .box_introduction_body {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        max-width: 1000px;
        width: 100%;
        margin: 1rem 0 0;
    }
}

/**
 * module おすすめ記事
**/
.list_article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -0.125rem;
}

.list_article>* {
    display: block;
    background: #f5f9ec;
    border-radius: 4px;
    padding: 1rem 1rem 3.5rem;
    width: calc((100% - 1.25rem)/ 5);
    margin: 0 0.125rem;
    position: relative;
}

@media (max-width: 767px) {
    .list_article {
        margin: 0;
    }

    .list_article>* {
        width: 100%;
        padding: 0.75rem;
        margin: 0;
    }

    .list_article>*+* {
        margin-top: 0.75rem;
    }
}

.list_article a {
    display: block;
}

@media (max-width: 767px) {
    .list_article a {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .list_article a>*:first-child {
        width: 8rem;
    }

    .list_article a>*:last-child {
        width: calc(100% - 8.75rem);
    }
}

.list_article a>*:first-child {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    margin: 0 0 0.75rem;
}

.list_article a>*:first-child::before {
    content: '';
    display: block;
    position: relative;
    z-index: 1;
    padding: 75% 0 0;
}

.list_article img {
    max-width: none;
    width: 100%;
    height: 6rem;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.list_article a>*:first-child img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.list_article h2, .list_article h3, .list_article h4, .list_article h5, .list_article h6 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin: 0 0 0.75rem;
}

.list_article p {}

@media (max-width: 767px) {
    .list_article h2, .list_article h3, .list_article h4, .list_article h5, .list_article h6 {
        font-size: 0.75rem;
        font-feature-settings: 'palt';
        line-height: 1.375rem;
        margin: 0 0 0.5rem;
    }

    .list_article p {
        font-size: 0.5rem;
        font-feature-settings: 'palt';
        line-height: 1.25rem;
    }
}

.list_article p span {
    display: block;
    font-size: 0.75rem;
    color: #666;
    text-align: right;
    padding: 0.75rem 0 0;
    border-top: solid 1px #fff;
    position: absolute;
    top: auto;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    z-index: 1;
}

.list_article p span::before {
    content: '\f125';
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5rem;
}

@media (max-width: 767px) {
    .list_article p span {
        display: none;
    }
}

/**
 * module ご利用の流れ
**/
.module_flow {
    padding-bottom: 70px;
}

.module_flow_wrap {
    display: flex;
}

.module_flow_box {
    border-left: solid 1px #d6d6d6;
    padding: 20px;
    width: 20%;
}
.module_flow_box h3 {
    margin: 0 0 10px 0;
    color: #03a291;
}

.module_flow_box:last-child {
    border-right: solid 1px #d6d6d6;
}

.module_flow_num {
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
    font-size: 20px;
}

.module_flow_title {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
}

.module_flow_text {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .module_flow_wrap {
        flex-wrap: wrap;
    }

    .module_flow_box {
        width: 100%;
        border: none;
        border-top: solid 1px #d6d6d6;
    }

    .module_flow_box:last-child {
        border-right: none;
        border-bottom: solid 1px #d6d6d6;
    }
}

/* 笑がおで介護紹介センターの特徴 */
.module_flow_title span {
    color: #ff9933;
}