@charset "utf-8";

/**
 * 20231212
 * リモートフィールドコラム共通CSS
 */

.breadcrumb__container {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumb__inner {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 16px 50px;
    overflow: hidden;
}

.breadcrumb__list a:not(#_) {
    color: #cf142b;
}

.hd01 {
    margin: 0;
    padding: 0;
}

.c-h1-b {
    margin-top: 27px;
}

.c-h1-b .hd01 {
    font-size: 36px;
}

.clm1.c-h2-a {
    margin-top: 64px;
    margin-bottom: 32px;
}

.clm1.c-h2-a .clm{
    padding: 0;
}

@media screen and (max-width: 640px) {

    .c-h1-b .hd01 {
        font-size: 26px;
    }

    .clm1.c-h2-a {
        margin-top: 48px;
    }
}

/**===============================
* カラムスタイル
===============================**/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

/* .wrapper {
    width: calc(100% - 80px);
    margin-right: 40px;
    margin-left: 40px;
} */

/* .article-flex {
    display: flex;
    flex-wrap: wrap;
} */

.wrapper {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.c-margin-e__inner {
    width: calc(100% - 80px);
    margin-right: 40px;
    margin-left: 40px;
}

.c-linkCard--col2 {
    display: grid;
}

.c-linkCard--col2::before,
.c-linkCard--col2::after {
    content: none;
}

.c-linkCard--col3 {
    display: grid;
    row-gap: 42px;
    column-gap: 24px;
}

.c-linkCard--col3::before,
.c-linkCard--col3::after {
    content: none;
}

.c-linkCard .clm:not(#_) {
    width: 100%;
    padding: 0;
}

.article-link {
    color: #333 !important;
    display: flex;
    flex-direction: column;
}

.article-title {
    margin-top: 16px;
    margin-bottom: 16px;
}

.article-list-title:not(#_) {
    flex-grow: 1;
    margin-top: 22px;
    margin-bottom: 12px;
    font-size: 20px;
}

.article-text:not(#_) {
    line-height: 1.8;
}

.c-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.is-none {
    display: none;
}

.more_btn {
    background-color: #1f78cc;
    border: 1px solid #1f78cc;
    color: #fff;
    padding: 16px 12px;
    border-radius: 4px;
    position: relative;
    transition: .3s;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    width: 284px;
    margin: 24px auto 0;
    cursor: pointer;
}

@media screen and (min-width: 640.02px) {
    .c-linkCard--col2 {
        row-gap: 56px;
        column-gap: 24px;
    }
}

@media screen and (min-width: 1100.02px) {
    .c-linkCard--col2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .c-linkCard--col3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 640.02px) and (max-width: 1100px) {
    .c-linkCard--col2,
    .c-linkCard--col3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 640px) {

    .c-linkCard--col2,
    .c-linkCard--col3 {
        grid-auto-flow: row;
        row-gap: 24px;
    }

    .article-text:not(#_) {
        font-size: 14px;
        line-height: 1.6;
    }
}

/**===============================
* CTA
===============================**/

#contact.c-section-b {
    margin-top: 160px;
}

.c-section-b.c-section-b--red {
    background-color: #cf142b;
}

.c-conv__icon {
    text-align: center;
}

.c-conv .c-conv__iconImage {
    margin: 0 auto;
}

.c-conv__textArea .c-h2-a.c-h2-a--white,
.c-conv__textArea .c-text-a.c-text-a--white {
    color: #fff;
}

.c-conv__textArea h2.c-h2-a__text {
    font-weight: bold;
}

.c-conv__textArea .c-text-a:not(#_) {
    margin-top: 0;
}

.c-conv__button {
    text-align: center;
}

.c-button-a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color ease .3s;
    background: #fff;
}

.c-button-a:not(#_):hover {
    text-decoration: none;
}

.c-button-a::after {
    position: absolute;
    top: 50%;
    display: inline-block;
    content: "";
    background-size: contain;
    transform: translateY(-50%);
}

.c-button-a:not(.c-button-a--small) .c-button-a__text {
    text-align: left;
}

.c-button-a:not(.c-button-a--small) .c-button-a__text {
    padding-left: 30px;
    margin-right: 30px;
}

.c-button-a__text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 700;
    letter-spacing: .046em;
}

.c-button-a__text::before {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 10px;
    background-size: contain;
}

.c-button-a--white {
    background-color: #fff;
    border: 1px solid #c9c9c9;
}

.c-button-a--white .c-button-a__text {
    color: #333;
}

.c-button-a--white::before {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: "";
    border: solid 2px transparent;
    transition: border ease .3s;
}

.c-button-a--arrow::after {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M6.99813,21.015a1.24936,1.24936,0,0,0,1.77,0l8.31-8.31a.99587.99587,0,0,0,0-1.41l-8.31-8.31a1.25158,1.25158,0,0,0-1.77,1.77l7.24,7.25-7.25,7.25A1.24639,1.24639,0,0,0,6.99813,21.015Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M6.99813,21.015a1.24936,1.24936,0,0,0,1.77,0l8.31-8.31a.99587.99587,0,0,0,0-1.41l-8.31-8.31a1.25158,1.25158,0,0,0-1.77,1.77l7.24,7.25-7.25,7.25A1.24639,1.24639,0,0,0,6.99813,21.015Z"/></svg>');
}

.c-button-a--mail .c-button-a__text::before {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M20,4H4A1.99733,1.99733,0,0,0,2.01,6L2,18a2.00588,2.00588,0,0,0,2,2H20a2.00588,2.00588,0,0,0,2-2V6A2.00588,2.00588,0,0,0,20,4ZM19,18H5a1.00294,1.00294,0,0,1-1-1V8l6.94,4.34a1.98074,1.98074,0,0,0,2.12,0L20,8v9A1.00294,1.00294,0,0,1,19,18Zm-7-7L4,6H20Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000000" d="M20,4H4A1.99733,1.99733,0,0,0,2.01,6L2,18a2.00588,2.00588,0,0,0,2,2H20a2.00588,2.00588,0,0,0,2-2V6A2.00588,2.00588,0,0,0,20,4ZM19,18H5a1.00294,1.00294,0,0,1-1-1V8l6.94,4.34a1.98074,1.98074,0,0,0,2.12,0L20,8v9A1.00294,1.00294,0,0,1,19,18Zm-7-7L4,6H20Z"/></svg>');
    content: "";
}

.c-button-a--iconRed .c-button-a__text::before {
    background-color: #cf142b;
}

.c-button-a--iconRed:not(.c-button-a--pdf)::after {
    background-color: #cf142b;
}

.c-button-a--textRed.c-button-a .c-button-a__text {
    color: #cf142b;
}

.c-button-a--inRedArea:hover {
    background-color: #ebebeb;
}

.u-max-w-100p {
    max-width: 100% !important;
}

@media screen and (max-width: 640px) {
    #contact.c-section-b {
        margin-top: 64px;
    }

    #contact .c-margin-e__inner {
        width: calc(100% - 80px);
        margin-right: 40px;
        margin-left: 40px;
    }

    .c-conv__textArea .c-h2-a {
        text-align: center;
    }
}

/**===============================
* footer_パンくず
===============================**/

.cp-BreadcrumbsFooter:not(#_) {
    max-width: 1440px;
    padding: 0 50px;
}

.cp-BreadcrumbsFooter ul:not(#_) {
    border-bottom: none;
    margin: 0;
}

@media screen and (max-width: 1100px) {
    .cp-BreadcrumbsFooter:not(#_) {
        display: none;
    }
}

/**===============================
* footer
===============================**/

#gl_footer:not(#_) {
    border-top: none;
}


/*------------------------------------------------*/

@media screen and (min-width:640.02px) {

    .c-section-b {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .c-h2-a--narrow {
        margin-top: 26px;
        margin-bottom: 10px;
    }

    .c-h2-a:not(.c-h2-a--big) .c-h2-a__text {
        font-size: 32px;
        line-height: 1.4;
    }

    .c-text-a {
        margin-top: 26px;
        margin-bottom: 10px;
    }

    .c-text-a.c-text-a--thin .c-text-a__text {
        font-size: 16px;
        line-height: 1.5;
    }

    .c-conv__item {
        display: flex;
        flex-direction: column;
    }

    .c-conv.c-conv--single .c-conv__item {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 100px 1fr 34.5138888889%;
        grid-auto-columns: 1fr;
        column-gap: 40px;
        align-items: center;
    }

    .c-conv__icon {
        margin-bottom: 18px;
    }

    .c-conv.c-conv--single .c-conv__icon {
        margin-bottom: 0;
    }

    .c-conv .c-conv__iconImage {
        width: 100px;
    }

    .c-conv__textArea {
        margin-bottom: 36px;
    }

    .c-conv__button {
        margin-top: auto;
    }

    .c-conv.c-conv--single .c-conv__button {
        margin: 0;
    }

    .c-button-a {
        max-width: 400px;
    }

    .c-button-a:not(.c-button-a--small) {
        width: 100%;
    }

    .c-button-a:not(.c-button-a--thin):not(.c-button-a--small) {
        min-height: 70px;
        padding: 20px 0;
    }

    .c-button-a:not(.c-button-a--small) .c-button-a__text {
        font-size: 20px;
    }

    .c-button-a__text::before {
        width: 30px;
        height: 30px;
    }

    .c-button-a--arrow::after {
        right: 12px;
        width: 20px;
        height: 20px;
    }

    .u-pc-align-left {
        text-align: left;
    }
}

@media screen and (min-width:1100.02px) {
    .c-h2-a+.c-text-a {
        max-width: 1144px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width:640px) {
    .c-margin-e__inner {
        width: calc(100% - 32px);
        margin-right: 16px;
        margin-left: 16px;
    }

    .c-section-b {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .c-h2-a--narrow {
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .c-h2-a:not(.c-h2-a--big) .c-h2-a__text {
        font-size: 22px;
        line-height: 1.4;
    }

    .c-text-a {
        margin-top: 34px;
        margin-bottom: 12px;
    }

    .c-text-a.c-text-a--thin .c-text-a__text {
        font-size: 15px;
        line-height: 1.5;
    }

    .c-conv__item {
        position: relative;
    }

    .c-conv__icon {
        margin-bottom: 22px;
    }

    .c-conv .c-conv__iconImage {
        width: 80px;
    }

    .c-conv__textArea {
        margin-bottom: 28px;
    }

    .c-button-a {
        width: auto;
        margin: 0 auto;
    }

    .c-button-a:not(.c-button-a--small) {
        min-width: min(295px, 100%);
    }

    .c-button-a:not(.c-button-a--thin):not(.c-button-a--small) {
        min-height: 50px;
        padding: 12px 0;
    }

    .c-button-a:not(.c-button-a--small) .c-button-a__text {
        font-size: 15px;
    }

    .c-button-a__text::before {
        width: 25px;
        height: 25px;
    }

    .c-button-a--arrow::after {
        right: 8px;
        width: 14px;
        height: 14px;
    }
}