@charset "UTF-8";
/* 共通パーツ類 */
/* 見出し */

html {
    font-size: 1rem;
}

.bg03 h2 {
    background-color: #2f3849;
    border-left: 3px solid #cfdbf3;
}

h4::after {
    content: '';
}

/* ボタン類 */

a.btn {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    padding: 20px 10px;
    background-color: #e25c00;
    border: 2px solid transparent;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    text-decoration: none;
    transition: .25s;
}

a.btn:focus,
a.btn:hover {
    background-color: #fff;
    border-color: currentColor;
    color: #e25c00;
}

a.btn,
a.btn:hover,
a.btn:visited {
    background-color: #F08F00;
}

span.btn {
    background-color: #fff;
}


.nav-common .nav-common__item.nav-custom {
    background-color: #2f3849;
}

.page-footer .page-footer__copyright {
    background-color: #2f3849;
}

/* リスト類 */

.bullet-list {
    padding: 0;
}

.bullet-list>*:last-child {
    margin-bottom: 0;
}

.bullet-list__item {
    position: relative;
    padding-left: 1em;
    margin-bottom: 10px;
    list-style-type: none;
}

.bullet-list__item::before {
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    display: block;
    width: .4em;
    height: .4em;
    background-color: #2f3849;
    border-radius: 50%;
    list-style-type: none;
}

.child-bullet-list {
    margin-top: 10px;
    counter-reset: child-order-list;
    list-style-type: circle;
}

.child-bullet-list>*:last-child {
    margin-bottom: 0;
}

.child-bullet-list__item {
    margin-bottom: 10px;
}

/* テーブル類 */

.horizontal-table {
    border: 1px solid #ddd;
    margin: 0 0 30px;
}

.horizontal-table__inner {
    width: 100%;
}

.horizontal-table__header {
    width: 20%;
    padding: 15px;
    background-color: #efefef;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    vertical-align: middle;
}

.horizontal-table__text {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.horizontal-table__row:last-child .horizontal-table__header,
.horizontal-table__row:last-child .horizontal-table__text {
    border-bottom-width: 0;
}

.horizontal-table__row:nth-child(2n) {
    background-color: #E0E3ED;
}


/* Elements部分 */

.cta-area {
    padding: 30px;
    background-color: rgba(221, 116, 44, .05);
    border: 1px solid #e25c00;
    text-align: center;
    margin-bottom: 30px;
}

.cta-area>*:last-child {
    margin-bottom: 0px;
}

.cta-area__title {
    padding-bottom: 10px;
    margin-top: -6px;
    margin-bottom: 40px;
    border-bottom: 1px solid currentColor;
    color: #e25c00;
    font-size: 1.5rem;
    font-weight: bold;
}


/* フッター類 */

.page-footer__title,
.page-footer__address, 
.page-footer__tel {
    display: inline-block;
}

.info__postcode__sp, 
.info__address__sp  {
    line-height: 1.4;
}


/* トップページ */
.jumbotron {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.slick-track {
    height: calc(59.44444vw + -233.33333px);
}

.slick-track img {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;  
}


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * メインビジュアル/スライドショー
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

 .top-visual {
    box-sizing: border-box;
    position: absolute;
    z-index: 20;
    height: 37vw;
    min-height: 450px;
    max-height: 600px;
    padding-right: 5.334%;
    padding-left: 5.334%;
} 

.top-visual__inner {
    box-sizing: border-box;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 40px;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 980px;
    display: -webkit-flex;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.top-visual__text {
    margin-top: 32px;
}

.top-visual__message {
    font-size: 2.68rem;
    font-family: "Noto Sans JP", serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
    font-weight: bold;
    font-weight: 600;
    letter-spacing: .6rem;
    margin: 0 4.8rem 0 auto;
    padding-bottom: 16px;
    color: #fff;
    text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}

.top-visual__submessage {
    line-height: 1.75;
    color: #fff;
    text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}

.top-visual__list {
    padding: 0;
}

.top-visual__item {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 0;
}

.top-visual__link {
    height: 70px;
    line-height: 46px;
    font-size: 18px;
    font-size: 1.28rem;
    font-weight: bold;
    color: #eee;
}

/* --------------------
top-about
--------------------
*/

.top-about {
    background-color: #E0E3ED;
    /* background-image: url(../img/top-about__bg.svg);
    background-position: bottom;
    background-repeat: repeat-x; */
}

.top-about__inner {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
}

.top-about__heading {
    text-align: justify;
    margin-left: auto;
}

.top-about__heading-text {
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 1.5px;
    word-break: keep-all;
}

.top-about__text {
    margin: 30px 0 30px 30px;
    line-height: 2;
    text-align: justify;
}

.top-about__toservice {
    margin: 24px auto;
}

.top-about__button {
    padding: 20px 0;
    background: #37a7c2;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 100%;
    opacity: 0.9;
}

.top-about__button-text {
    color: #fff;
}

.top-about__button-text:visited {
    color: #fff;
}

.top-about__button-text:hover {
    opacity: 1;
}

.top-about__news-title {
    background-color: #2F3849;
}




/* ------------固定ページレイアウト------------ */
/* ------------業務実績ページ------------- */

.pages-s-block {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-right: 5.334%;
    padding-left: 5.334%;
    margin-bottom: 80px;
}

.pages-s-block__inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    width: 100%;
}

.pages-s-grid {
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 50% 54px calc(50% - 54px);
    grid-template: "cGrid1 cGrid2" auto/50% calc(50% - 54px);
    gap: 54px;
    position: relative;
    z-index: 11;
}

.-pages-s-grid__reverse {
    grid-template: "cGrid1 cGrid2" auto/calc(50% - 54px) 50%;
}

.pages-s-grid__item {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pages-s-flex__item {
    width: 100%;
    box-sizing: border-box;
}

.p-section-heading-1 {
    position: relative;
}

.pages-s-heading__number {
    position: absolute;
    z-index: -1;
    top: -0.15em;
    right: 0;
    color: #D0D6E0;
    font-family: "din-2014", sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-weight: 600;
    font-size: 170px;
    font-size: 10.625rem;
    line-height: 1;
    opacity: 0.4;
}

.pages-s-heading__sub {
    display: block;
    position: relative;
    line-height: 1.4;
    color: #8493B4;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
}

.pages-s-heading__main {
    margin-top: 9px;
    font-size: 26px;
    line-height: 1.65;
    line-height: 1.4;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-weight: 600;
}

.pages-s-img {
    width: 100%;
    max-height: 205px;
    object-fit: cover;
}

.p-sentence {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.75;
    text-align: left;
    margin-top: 16px;
    font-size: 16px;
    font-size: 1rem;
}

.pages-s-topic {
    margin: 16px 0 0;
    padding: 24px;
    border-radius: 4px;
    background-color: #E0E3ED;
}

.pages-s-topic__inner {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pages-s-topic__heading {
    font-size: 20px;
    font-weight: bold;
}



/* メディアクエリー */
@media screen and (min-width: 769px) {

    /* ボタン類 */
    .btn {
        font-size: 1.125rem;
    }

    .top-about__heading {
        padding-top: 30px;
    }

    .top-about__toservice {
        display: block;
    }

    .top-about__toservice__mobile {
        display: none;
    }
}


/* メディアクエリー */
@media screen and (max-width: 768px) {

    /* 見出し・文字類 */
    .wrap-sp {
        display: none;
    }

    .slick-track img {
        height: 100vh;
    }

    /* ボタン類 */
    .btn--sp__unvisible {
        display: none;
    }

    a.btn,
    a.btn:hover,
    a.btn:visited {
        width: 100%;
        font-size: 1rem;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    /* ページ全体のレイアウト */
    /* ナビゲーション */
    /* ヘッダー */
    
    .page-header {
        background: #2F3849;
    }

    .page-header .page-header__logo a {
        background: url(../img/sp/logo_header.png) no-repeat center center;
        -webkit-background-size: auto;
        -o-background-size: auto;
        background-size: auto;
    }

    /* フッター */
    .page-footer .page-footer__info {
        background-color: #e0e3ed;
    }

    .info__postcode__sp, .info__address__sp  {
        line-height: 1.4;
    }

    .page-footer .page-footer__info .info__tel {
        margin-left: 0;
    }

    .page-footer .page-footer__info .info__tel a {
        padding: 1.4em 1em 1.4em;
    }

    .page-footer .page-footer__copyright p {
        text-align: center;
    }

    /* Elementsのレイアウト */
    /* contact_block */

    /* 個別のレイアウト */
    /* トップページ */

    .slick-slider .slick-list {
        height: 400px;
    }

    .slick-track {
        height: 100vh;
    }

    .top-visual__message {
        font-size: 1.25rem;
        margin: auto 0;
    }


    .top-about {
        flex-direction: column;
    }

    .top-about__inner {
        max-width: 720px;
        display: block;
        padding: 30px 0 50px;
        margin: 0 20px;
    }

    .top-about__text {
        margin: 20px 0;
    }

    .top-about__toservice {
        display: none;
    }

    .top-about__toservice__mobile {
        display: block;
    }

    /* 業務実績ページ */
    .pages-widevisual {
        padding: 20px 10px;
    }

    .title__main-title {
        font-size: 2rem;
    }

    .pages-s-grid {
        margin-top: 44px;
        position: relative;
        z-index: 11;
        grid-template: 
        'sGrid1' auto
        'sGrid2' auto / 100%;
        gap: 14px;
    }

    .pages-s-grid__item:nth-child(1) {
        grid-area: sGrid1;
    }

    .pages-s-grid__item:nth-child(2) {
        grid-area: sGrid2;
    }

}

@media screen and (min-width: 1920px) {
    .slick-track {
        height: 800px;
    }
}
