/*-----------------------------
mainVisual
-----------------------------*/

.mainVisual {
    position: relative;
    z-index : 1;
    height: calc(100vh - 82px);
}

.mainVisual .mainVisual_content {
    position: relative;
}


.mainVisual .container {
    position: absolute;
    clear: inherit;
    overflow: inherit;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    height: 90vh;
    display: flex;
    align-items: center;
    max-width: calc(1300px + 2rem);
}

.mainVisual .slider li {
    padding: 0 !important;
}

.mainVisual .slider li img {
    height : calc(90vh - 82px);
    width: 100%;
    object-fit: cover;
}

/*.mainVisual .slider li.img01 {
    background-image: url("../images/mainVisual_img01.png");
}

.mainVisual .slider li.img02 {
    background-image: url("../images/mainVisual_img02.jpg");
}

.mainVisual .slider li.img03 {
    background-image: url("../images/mainVisual_img03.jpg");
}*/

.mainVisual .mainVisual_catch {
    color: #fff;
    font-weight: bold;
}

.mainVisual .mainVisual_catch .catch01 {
    font-size: 2.4rem;
    background-color: #000;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
    width: 100%;
    max-width: 44.5rem;
}

.mainVisual .mainVisual_catch h1,
.mainVisual .mainVisual_catch .catch02 {
    text-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
}

.mainVisual .mainVisual_catch h1 {
    font-size: 10rem;
    line-height: 1.2em;
    margin: 1rem 0 0.5rem;
}

.mainVisual .mainVisual_catch .catch02 {
    font-size: 2rem;
}

.mainVisual .mainVisual_catch .more-btn a {
    margin: 0;
}*/

/* Nest Hubをターゲット */
@media only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (orientation: landscape) {
    /* Nest Hubに特化したスタイル */
    .pc-only {
        display: block !important;
    }

    .sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .mainVisual {
        height: auto;
    }

    .mainVisual .container,
    .mainVisual .slider li img {
        height: auto;
    }

    /*.mainVisual .slider li.img01 {
        background-image: url("../images/mainVisual_img01_sp.png");
    }

    .mainVisual .slider li.img02 {
        background-image: url("../images/mainVisual_img02_sp.jpg");
    }

    .mainVisual .slider li.img03 {
        background-image: url("../images/mainVisual_img03_sp.jpg");
    }*/

    .mainVisual .container {
        padding: 0 2rem 2rem;
        align-items: flex-end;
    }
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
    .mainVisual .mainVisual_catch .catch01 {
        font-size: 1.6rem;
        display: table;
        width: auto;
        min-width: 15.7rem;
    }

    .mainVisual .mainVisual_catch h1,
    .mainVisual .mainVisual_catch .catch02 {
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.86);
    }

    .mainVisual .mainVisual_catch h1 {
        font-size: 4.7rem;
        margin-top: 2rem;
    }

    .mainVisual .mainVisual_catch .catch02 {
        font-size: 1.6rem;
        line-height: 2em;
    }

    .mainVisual .mainVisual_catch .more-btn a {
        font-size: 1.6rem;
    }
}

/*******************************************************/

/*-----------------------------
ページコンテンツ
-----------------------------*/

.section01,
.business01 {
    background-image: url(../images/common/bg_image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -10vh;
    padding-top: calc(10vh + 8rem);
}

.business01 {
    margin: 0;
    padding-top: 0;
}

.section01 .container {
    overflow: inherit;
    position: relative;
}

.section01 h3 {
    font-size: 2.6rem;
}

.section01 .catch {
    font-size: 20rem;
    font-weight: bold;
    writing-mode: vertical-rl;
    white-space: nowrap;
    line-height: 1;
    position: absolute;
    top: 20rem;
    right: -20rem;
    cursor: default;
    font-family: "din-2014-narrow", sans-serif;
}

.section01 .lead {
    line-height: 2em;
    margin-top: 2rem;
}

.section01 .row01 {
    margin: 7.5rem 0 2rem;
}

.section01 .content01 .box {
    position: relative;
}

.section01 .content01 .box img {
    border-radius: 1rem 1rem 0 0;
}

.section01 .content01 .box .content {
    position: absolute;
    bottom: 3rem;
    left: 4rem;
}

.section01 .content01 .box h2 {
    color: #fff;
    text-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
    line-height: 1em;
    margin: 0;
    font-weight: bold;
    font-family: "din-2014-narrow", sans-serif;
    text-align: left;
}

.section01 .content01 .box .more-btn02 a {
    color: #fff;
    font-size: 2.2rem;
    margin: 0 auto 0 0;
    text-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
}

.section01 .content01 .box01 img.logo {
    border-radius: 0;
    width: 14.7rem;
    margin-bottom: 2.5rem;
}

.section01 .content01 .box02 .more-btn02 a::before,
.section01 .content01 .box03 .more-btn02 a::before {
    font-size: 3rem;
}

.section01 .content01 .box02 .more-btn02 a::after,
.section01 .content01 .box03 .more-btn02 a::after {
    width: 2.5rem;
}

.section01 .content01 .box02 .more-btn02 a span,
.section01 .content01 .box03 .more-btn02 a span {
    margin-right: 5rem;
}

.section01 .content02 {
    padding-top: 6rem;
    margin-top: 6rem;
    border-top: 1px solid #000;
}

.section01 .sec_article {
    margin-top: 4rem;
}

.section02 {
    background-image: url(../images/section02_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 12rem 0;
    text-align: center;
}

.section02 .more-btn02 a {
    background: url(../images/section02_btn_bg.svg), #FF6E25;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 2.6rem;
    border-radius: 1rem;
    margin: 0 auto;
    width: 100%;
    max-width: 62.8rem;
    padding: 4rem;
}

.section02 .more-btn02 a span {
    margin-right: 3rem;
}

.section02 .more-btn02 a:hover span {
    color: #000;
}

.section02 .more-btn02 a span::after {
    display: none;
}

.section03 {
    background-image: url(../images/section03_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section03 .row {
    margin-bottom: 6rem;
}

.section03 .position_box h3 {
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 1rem 2rem 1.5rem;
    font-size: 1.8rem;
    margin: 0;
    bottom: 2rem;
}

.section03 .position_box h3.masushima {
    left: 3rem;
}

.section03 .position_box h3.sekiguchi {
    right: 3rem;
}

.section03 .position_box h3 span {
    display: block;
    font-size: 0.8rem;
    font-family: "din-2014-narrow", sans-serif;
}

.section03 p {
    margin-top: 2rem;
}

.section03 .more-btn02 a {
    font-size: 1.8rem;
}

/*******************************************************/

/*-----------------------------
Responsive
-----------------------------*/
@media screen and (max-width: 1024px) {
    .section01,
    .business01 {
        margin-top: 0;
        padding-top: 6rem;
    }

    .business01 {
        padding-top: 0 !important;
    }

    .section01 .catch {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .section01 h3 {
    font-size: 2rem;
}

    .section01 .row01 {
        margin: 0;
    }

    .section01 [class*="col-xs-"] {
        margin: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .section01 .bg_black {
        font-size: 1.2rem;
        text-align: left;
    }

    .section01 .col-xs-8.bg_black {
        padding: 2rem;
    }

    .section01 .col-xs-8.bg_black .txt {
        padding: 0;
    }

    .section01 .row02 .row {
        min-height: 180px;
        align-items: center;
    }

    .section01 .row02 [class*="col-sm-"].delay01 .col-xs-4 {
        background-image: url("../images/section01_img02_sp.jpg");
        height: 180px;
    }

    .section01 .row02 [class*="col-sm-"].delay02 .col-xs-4 {
        background-image: url("../images/section01_img03_sp.jpg");
        height: 180px;
    }

    .section01 .content01 .box01 .content {
        bottom: 2rem;
        left: 2rem;
    }

    .section01 .content01 .box01 img.logo {
        width: 8rem;
        margin-bottom: 1rem;
    }

    .section01 .content01 .box .more-btn02 a {
        font-size: 1.6rem;
    }

    .section01 .content01 .box .more-btn02 a::before {
        font-size: 2.4rem;
    }

    .section01 .content01 .box .more-btn02 a::after {
        width: 2.1rem;
    }

    .section01 .content01 .box .more-btn02 a span {
        margin-right: 5rem;
    }

    .section01 .content01 .box02 h2,
    .section01 .content01 .box03 h2,
    .section01 .content01 .box02 .more-btn02 a,
    .section01 .content01 .box03 .more-btn02 a {
        text-shadow: none;
    }

    .section01 .content01 .box02 h2,
    .section01 .content01 .box03 h2 {
        font-size: 3.4rem;
    }

    .section01 .content01 .box02 .more-btn02 a,
    .section01 .content01 .box03 .more-btn02 a {
        font-size: 1.2rem;
        margin: 0.5rem auto 1rem 0;
    }

    .section01 .content02 {
        padding-top: 4rem;
        margin-top: 2rem;
    }

    .section01 .sec_article {
        margin-top: 0;
    }

    .section02 {
        padding: 6rem 0;
    }

    .section02 .more-btn02 a {
        font-size: 1.8rem;
        padding: 2rem 4rem;
    }

    .section03 .row {
        margin-bottom: 2rem;
    }

    .section03 .position_box h3 {
        font-size: 1.4rem;
    }

    .section03 .position_box h3.masushima {
        left: 2rem;
    }

    .section03 .position_box h3.sekiguchi {
        right: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .section01,
    .business01 {
        background-image: url(../images/common/bg_image_sp.png);
        padding-top: 10em;
    }

    .section01 .row02 [class*="col-sm-"].delay01 .col-xs-4,
    .section01 .row02 [class*="col-sm-"].delay02 .bg_black {
        border-radius: 1rem 0 0 1rem;
    }

    .section01 .row02 [class*="col-sm-"].delay02 .col-xs-4,
    .section01 .row02 [class*="col-sm-"].delay01 .bg_black {
        border-radius: 0 1rem 1rem 0;
    }

    .section01 .row02 .more-btn02 a::after {
        background-image: url(../images/common/arrow_w.svg);
    }

    .section03 p {
        margin-top: 0;
    }
}