/*** ---------------------------------------------------
#home
--------------------------------------------------- ***/

/* 横幅指定 */

#home .inner_max1 {
    width: 100%;
    background: url(../img/home/visual.jpg) no-repeat bottom center / cover;
}

#home .inner_1 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

/* ヘッダー */

#home .inner_1 header {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#home .inner_1 header .headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 1;
    padding: 10px 5px;
    padding-right: 1vw;
    color: #fff;
    position: relative;
}

#home .inner_1 header .headline ul li {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    border-left: #fff 1px solid;
}

#home .inner_1 header .headline ul li:hover {
    text-decoration: underline;
}

#home .inner_1 header .contact {
    position: relative;
    text-align: right;
    padding-right: 1vw;
}

#home .inner_1 header .contact img {
    width: 410px;
}

#home .inner_1 header .contact a img {
    width: 220px;
}

#home .inner_1 header .contact a {
    position: absolute;
    top: 34px;
    right: 7px;
    display: inline-block;
    width: 220px;
    height: 32px;
    background: url(../img/home/header_btn.png) no-repeat top center / cover;
}

#home .inner_1 header .contact a:hover {
    background-position: 0 -32px;
}

#home .inner_1 header .home-logo {
    text-align: center;
}

#home .inner_1 header .home-logo img {
    width: 90%;
    height: auto;
    max-width: 860px;
    margin: 58px 0;
}

#home .logo-sp, #home .top-sp img {
    display: none;
}

/* ヘッダー レスポンシブ */

@media screen and (max-width:769px) {
    #home .inner_1 header .headline, #home .inner_1 header .contact {
        display: none;
    }
    #home .inner_1 header .home-logo {
        padding-top: 7%;
        padding-bottom: 7%;
    }
    #home .inner_1 header .home-logo img {
        max-width: 97%;
    }
    #home header {
        width: 100%;
        height: auto;
    }
    #home .logo-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #1b1b1b;
        border-bottom: 1px solid #fff;
        max-width: 769px;
        width: 100%;
        height: 57px;
        z-index: 1000;
        top: 0;
        padding-left: 1%;
        padding-right: 1%;
    }
    #home .logo-sp img {
        display: block;
        height: 42px;
        width: auto;
        z-index: 1000;
    }
    #home .logo-sp a {
        margin: 0;
        padding: 0;
    }
    #home .inner_1 header {
        height: auto;
    }
    #home .inner_max1 {
        width: 100%;
        margin: 0;
        padding: 0;
        background: url(../img/home/visual-min.jpg) no-repeat top center / cover;
    }
    #side-btn a {
        display: none;
    }
    #home .top-sp {
        z-index: 999;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
    }
}

/* グローバルナビゲーション */

#home nav#g_nav {
    background-color: #1b1b1b;
}

#home nav#g_nav ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1120px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#home nav#g_nav ul li {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#home nav#g_nav ul li::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#home nav#g_nav ul li:last-of-type::after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#home nav#g_nav ul li a {
    height: 70%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#home nav#g_nav ul li a:hover {
    background-color: #555;
}

#home .scroll-box {
    display: none;
}

/* グローバルナビゲーション レスポンシブ */

@media screen and (max-width:769px) {
    #home nav#g_nav {
        display: none;
    }
    #home .top-sp .scroll-box {
        display: block;
        z-index: 999;
        width: 100%;
        top: 57px;
    }
    #home .top-sp .scroll-box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 999;
        font-size: 2.2vw;
        color: #fff;
        margin: 0 auto;
        width: 100%;
        background: #1b1b1b;
        height: 57px;
        padding: 1% 0;
    }
    #home .top-sp .scroll-box li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }
    #home .top-sp .scroll-box li::before {
        content: "";
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 90%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    #home .top-sp .scroll-box li:last-of-type::before {
        background-color: #1b1b1b;
    }
}

@media screen and (max-width:500px) {
    /* ヘッダーの調整 */
    #home .logo-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 500px;
        width: 100%;
        height: 54px;
    }
    #home .logo-sp img {
        display: block;
        height: 36px;
        width: auto;
        z-index: 1000;
    }
    #home .inner_1 header .home-logo {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    #home .inner_1 header .home-logo img {
        width: 99%;
    }
    /* ナビの調整 */
    #home .top-sp .scroll-box {
        top: 50px;
    }
    #home .top-sp .scroll-box ul {
        font-size: 3vw;
        height: 50px;
        padding: 1% 0;
    }
}

@media screen and (max-width:321px) {
    #home .logo-sp img {
        display: block;
        height: 33px;
        width: auto;
        z-index: 1000;
    }
}

/* 問い合わせバナー */

#home .toiawase-bnr {
    width: 96%;
    max-width: 950px;
    height: auto;
    margin: 0 auto;
    margin-top: 95px;
    margin-bottom: 50px;
    padding-bottom: 1.6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #000;
    background: linear-gradient(-45deg, #fafafa 25%, #efedee 25%, #efedee 50%, #fafafa 50%, #fafafa 75%, #efedee 75%, #efedee);
    background-size: 40px 40px;
}

#home .toiawase-bnr .img-area {
    position: relative;
    z-index: 10;
    margin-top: -60px;
}

#home .toiawase-bnr .img-area_pc {
    display: block;
}

#home .toiawase-bnr .img-area_sp {
    display: none;
}

#home .toiawase-bnr .img-area_pc img {
    width: 100%;
    max-width: 944px;
}

#home .toiawase-bnr .btn-area_pc {
    position: relative;
    text-align: center;
}

#home .toiawase-bnr .btn-area_pc a {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    background-color: #C9151D;
    width: 45.6%;
    height: 65px;
    margin: 25px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    border-bottom: 7px solid #A30000;
    -webkit-box-shadow: 0px 2px 2px 1px #dcdcdc;
    box-shadow: 0px 2px 2px 1px #dcdcdc;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 20;
    padding-top: 1%;
    top: -84px;
    right: 4.3%;
}

#home .toiawase-bnr .btn-area_pc a:hover {
    border-bottom: 4px solid #A30000;
    top: -81px;
}

#home .toiawase-bnr .btn-area_sp {
    display: none;
}

/* 問い合わせバナー レスポンシブ */

@media screen and (max-width:950px) {
    #home .toiawase-bnr .btn-area_pc a {
        height: 58px;
        top: -82px;
        right: 4.3%;
        font-size: 2.5vw;
    }
    #home .toiawase-bnr .btn-area_pc a:hover {
        top: -79px;
    }
}

@media screen and (max-width:769px) {
    #home .toiawase-bnr .btn-area_pc a {
        top: -73px;
        height: 49px;
    }
    #home .toiawase-bnr .btn-area_pc a:hover {
        top: -70px;
    }
    #home .toiawase-bnr {
        margin-top: 79px;
        margin-bottom: 37px;
    }
}

@media screen and (max-width:500px) {
    #home .toiawase-bnr .img-area_pc {
        display: none;
    }
    #home .toiawase-bnr .img-area_sp {
        display: block;
    }
    #home .toiawase-bnr .img-area_sp img {
        width: 100%;
        max-width: 500px;
    }
    #home .toiawase-bnr {
        margin-top: 16.5%;
        margin-bottom: 6%;
        position: static;
        padding-bottom: 2.4%;
    }
    #home .toiawase-bnr .btn-area_pc {
        display: none;
    }
    #home .toiawase-bnr .btn-area_sp {
        display: block;
    }
    #home .toiawase-bnr .btn-area_sp a {
        color: #fff;
        font-size: 4vw;
        font-weight: bold;
        background-color: #C9151D;
        max-width: 420px;
        width: 96%;
        height: 65px;
        margin: 25px auto 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 8px;
        border-bottom: 7px solid #A30000;
        -webkit-box-shadow: 0px 2px 2px 1px #dcdcdc;
        box-shadow: 0px 2px 2px 1px #dcdcdc;
        position: relative;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        z-index: 20;
        padding-top: 1%;
        text-align: center;
        margin: 0 auto;
    }
    #home .toiawase-bnr .btn-area_sp a:hover {
        top: 3px;
    }
}

/* コンテンツボックス共通 */

#home .c-Box {
    margin-top: 50px;
    margin-bottom: 60px
}

#home .c-Box h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #333;
}

#home .c-Box span.title {
    display: block;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 13px;
    color: #333;
}

/* コンテンツボックス共通 レスポンシブ */

@media screen and (max-width:1078px) {
    #home .c-Box span.title {
        margin-bottom: 1.5%;
    }
    #home .c-Box {
        margin-top: 3%;
        margin-bottom: 3%;
    }
}

@media screen and (max-width:1120px) {
    #home .c-Box {
        overflow: hidden;
    }
}

@media screen and (max-width:500px) {
    #home .c-Box h2 {
        font-size: 4vw;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        color: #333;
    }
    #home .c-Box span.title {
        display: block;
        font-size: 9vw;
        font-weight: bold;
        text-align: center;
        margin-bottom: 13px;
        color: #333;
    }
}

/* 車のイラストメニュー */

#home .c-Box01 {
    margin: 7px 0;
}

#home .c-Box01 ul {
    max-width: 1120px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

#home .c-Box01 ul li {
    text-align: center;
    margin: 0 auto;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 10px;
    width: 215px;
    height: 146px;
}

#home .c-Box01 ul li#item01 {
    background: url(../img/home/car01.png) no-repeat center center / contain;
}

#home .c-Box01 ul li#item02 {
    background: url(../img/home/car02.png) no-repeat center center / contain;
}

#home .c-Box01 ul li#item03 {
    background: url(../img/home/car03.png) no-repeat center center / contain;
}

#home .c-Box01 ul li#item04 {
    background: url(../img/home/car04.png) no-repeat center center / contain;
}

#home .c-Box01 ul li#item05 {
    background: url(../img/home/car05.png) no-repeat center center / contain;
}

#home .c-Box01 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 23px;
    font-family: '游ゴシック', 'ヒラギノ角ゴシック';
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-weight: bold;
    padding-bottom: 16px;
}

#home .c-Box01 ul li a::before {
    content: "";
    width: 41px;
}

#home .c-Box01 ul li a:hover {
    color: #323333;
    background: url(../img/home/car06.png) no-repeat center center / contain;
}

/* 車のイラストメニュー(レスポンシブ) */

@media screen and (max-width:1078px) {
    #home .c-Box01 ul li a {
        font-size: 22px;
    }
}

@media screen and (max-width:1042px) {
    #home .c-Box01 ul li a {
        font-size: 21px;
    }
}

@media screen and (max-width:1007px) {
    #home .c-Box01 ul li a {
        font-size: 20px;
    }
}

@media screen and (max-width:971px) {
    #home .c-Box01 ul li a {
        font-size: 19px;
    }
}

@media screen and (max-width:935px) {
    #home .c-Box01 ul li a {
        font-size: 18px;
    }
}

@media screen and (max-width:900px) {
    #home .c-Box01 ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #home .c-Box01 ul li a {
        font-size: 23px;
    }
}

@media screen and (max-width:500px) {
    #home .c-Box01 ul {
        max-width: 100%;
        margin: 0;
    }
    #home .c-Box01 ul li {
        max-width: 48%;
        width: 100%;
        margin: 0 0.3%;
    }
    #home .c-Box01 ul li a {
        font-size: 5.1vw;
        padding-bottom: 7%;
        padding-right: 0.5%;
    }
}

/* キャッシュバック */

#home .c-Box02 {
    background: url(../img/home/cashback.jpg) no-repeat top center / cover;
    height: 570px;
    position: relative;
    margin-top: 25px;
}

#home .c-Box02 .inner {
    width: 1120px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#home .c-Box02 .inner .bg-area {
    width: 690px;
    height: 380px;
    background: #000;
    opacity: 0.45;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
}

#home .c-Box02 .inner .text-area {
    width: 690px;
    height: 380px;
    padding: 45px 60px;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    z-index: 20;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#home .c-Box02 .inner .text-area h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    line-height: 140%;
    z-index: 20;
}

#home .c-Box02 .inner .text-area p {
    display: block;
    font-size: 21px;
    font-weight: bold;
    line-height: 150%;
    margin-top: 10px;
    z-index: 20;
}

#home .c-Box02 .inner .text-area h3 span.text-a {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 32px;
    color: #fff;
    z-index: 20;
}

#home .c-Box02 .inner .text-area p span#text-01 {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #fff;
    margin: 0;
    z-index: 20;
}

#home .c-Box02 .inner .text-area p span#text-02 {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: red;
    margin: 0;
    z-index: 20;
}

#home .c-Box02 .inner .text-area p span#text-03 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    margin: 0;
    z-index: 20;
}

/* キャッシュバック レスポンシブ */

@media screen and (max-width:950px) {
    #home .c-Box02 {
        height: 480px;
        position: relative;
    }
}

@media screen and (max-width:769px) {
    #home .c-Box02 {
        height: 400px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 43px;
    }
    #home .c-Box02 .inner .bg-area {
        height: 400px;
        width: 100%;
    }
    #home .c-Box02 .inner .text-area {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        padding-left: 9%;
        height: 400px;
    }
    #home .c-Box02 .inner .text-area h3 {
        font-size: 4.1vw;
    }
    #home .c-Box02 .inner .text-area h3 span.text-a {
        font-size: 5.7vw;
    }
    #home .c-Box02 .inner .text-area p {
        font-size: 2.8vw;
    }
    #home .c-Box02 .inner .text-area p span#text-01 {
        font-size: 3.5vw;
    }
    #home .c-Box02 .inner .text-area p span#text-02 {
        font-size: 3.5vw;
    }
    #home .c-Box02 .inner .text-area p span#text-03 {
        font-size: 2.6vw;
    }
}

@media screen and (max-width:500px) {
    #home .c-Box02 {
        height: 340px;
        margin-top: 20px;
        margin-bottom: 43px;
        font-family: '游ゴシック', 'ヒラギノ角ゴシック';
        -webkit-font-feature-settings: "palt" 1;
        font-feature-settings: "palt" 1;
    }
    #home .c-Box02 .inner .bg-area {
        height: 340px;
        width: 100%;
    }
    #home .c-Box02 .inner .text-area {
        width: 100%;
        height: 340px;
        padding-left: 2%;
    }
    #home .c-Box02 .inner .text-area h3 {
        font-size: 5.3vw;
        line-height: 1.4em;
    }
    #home .c-Box02 .inner .text-area h3 span.text-a {
        font-size: 6.8vw;
        margin-bottom: 3.5%;
    }
    #home .c-Box02 .inner .text-area p {
        font-size: 4.4vw;
        line-height: 1.4em;
        margin-top: 3.6%;
    }
    #home .c-Box02 .inner .text-area p span#text-01 {
        font-size: 4.6vw;
    }
    #home .c-Box02 .inner .text-area p span#text-02 {
        font-size: 4.6vw;
    }
    #home .c-Box02 .inner .text-area p span#text-03 {
        font-size: 3.1vw;
    }
}

/* 職人だからできる鈑金技術 */

#home .c-Box03 {
    width: 967px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden;
}

#home .c-Box03 .c03-inner01 img {
    width: 900px;
    margin-bottom: 50px;
}

#home .c-Box03 .c03-inner02 {
    width: 951px;
    height: 534px;
    background: url(../img/home/syoukai03-pc.jpg) no-repeat top center / cover;
}

#home .c-Box03 .c03-inner02 img {
    width: 900px;
    position: absolute;
    top: 375px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#home .c-Box03 .c03-inner03 {
    width: 967px;
    height: 551px;
    border: solid 3px #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#home .c-Box03 .min-btnb {
    margin-top: 10px;
    margin-right: 10px;
    text-align: right;
}

#home .c-Box03 .c03-sp {
    display: none;
}

/* 職人だからできる鈑金技術 レスポンシブ */

@media screen and (max-width:967px) {
    #home .c-Box03 {
        max-width: 967px;
        width: 97.5%;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #home .c-Box03 .c03-inner01 img {
        max-width: 900px;
        width: 100%;
    }
    #home .c-Box03 .c03-inner02 {
        width: 98.5%;
        max-width: 951px;
    }
    #home .c-Box03 .c03-inner02 img {
        width: 97%;
        max-width: 900px;
        top: 71%;
    }
    #home .c-Box03 .c03-inner03 {
        width: 100%;
        max-width: 967px;
    }
}

@media screen and (max-width:769px) {
    #home .c-Box03 .c03-inner01 img {
        margin-bottom: 2%;
    }
    #home .c-Box03 .c03-inner02 {
        height: 473px;
    }
    #home .c-Box03 .c03-inner03 {
        height: 489px;
    }
}

@media screen and (max-width:500px) {
    #home .c-Box03 .c03-inner01, #home .c-Box03 .c03-inner03 {
        display: none;
    }
    #home .c-Box03 .c03-sp {
        display: block;
        font-family: '游ゴシック', 'ヒラギノ角ゴシック';
        -webkit-font-feature-settings: "palt" 1;
        font-feature-settings: "palt" 1;
        font-weight: bold;
        font-size: 5vw;
        padding: 0 0.3%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 3%;
    }
    #home .c-Box03 .c03-sp span {
        color: red;
    }
    #home .c-Box03 .c03-sp img {
        width: 100%;
        border: 3px solid #000;
        padding: 0;
        margin-top: 1.5%;
    }
}

/* 施工例01 */

#home .c04-inner01-A {
    margin-bottom: 63px;
    overflow: hidden;
}

#home .c-Box04 .c04-inner01-A {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 600px;
    background: url(../img/home/sekou01.jpg) no-repeat center center / cover;
}

#home .c-Box04 .c04-inner02-A {
    width: 1120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#home .c-Box04 .c04-waku01-A {
    width: 720px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
}

#home .c-Box04 .c04-waku02-A {
    border: solid 3px #fff;
    width: 704px;
    height: 464px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translateX(-50%), translateY(-50%);
    -moz-transform: translateX(-50%), translateY(-50%);
    -ms-transform: translateX(-50%), translateY(-50%);
    -o-transform: translateX(-50%), translateY(-50%);
}

#home .c-Box04 .c04-text-A {
    width: 100%;
    max-width: 1120px;
    height: 482px;
    position: absolute;
    top: 0;
    left: 0;
}

#home .c-Box04 .c04-text01-A {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 40px;
    font-weight: bold;
    color: #323333;
    border: 3px solid #323333;
    width: 500px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
    padding-top: 1%;
}

#home .c-Box04 .t-waku01-A {
    position: absolute;
    top: 28px;
    left: 8px;
    background: #efeeed;
    width: 500px;
    height: 70px;
    z-index: 10;
}

#home .c-Box04 .c04-text02-A {
    position: absolute;
    top: 124px;
    left: 130px;
    font-size: 22px;
    line-height: 0.7em;
    color: #323333;
    border: 3px solid #323333;
    width: 428px;
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
    padding-top: 1%;
}

#home .c-Box04 .c04-text02-A span {
    margin: 0;
    padding: 0;
    font-size: 31px;
    font-weight: bold;
}

#home .c-Box04 .t-waku02-A {
    position: absolute;
    top: 132px;
    left: 138px;
    background: #efeeed;
    width: 428px;
    height: 86px;
    z-index: 10;
}

#home .c-Box04 .c04-text03-A {
    position: absolute;
    top: 280px;
    left: 0;
    font-size: 22px;
    line-height: 0.5em;
    color: #323333;
    background: #fff;
    width: 323px;
    height: 184px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2%;
    padding-left: 0.5%;
}

.home .c-Box04 .c04-text03-A::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff transparent;
    border-width: 0 0 25px 25px;
    top: -25px;
    left: 70%;
    margin-left: -10px;
}

#home .c-Box04 .c04-inner01-A .min-btnb {
    margin-top: 10px;
    margin-right: 10px;
    text-align: right;
    position: absolute;
    top: 415px;
    left: 207px;
}

#home .c-Box04 .c04-text03-A span.t03-1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
}

#home .c-Box04 .c04-text03-A span.t03-2 {
    margin: 0;
    margin-left: -6px;
    padding: 0 8px;
    font-size: 26px;
    font-weight: bold;
    color: red;
    background: #fff3b8;
    line-height: 40px;
}

#home .c-Box04 .c04-text04-A {
    position: absolute;
    top: 347px;
    left: 381px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    color: #323333;
    background: #fff3b8;
    width: 188px;
    height: 103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 5px;
    z-index: 20;
}

.home .c-Box04 .c04-text04-A::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff3b8 transparent;
    border-width: 0 0 20px 20px;
    top: -20px;
    left: 70%;
    margin-left: -10px;
}

#home .c-Box04 .c04-text05-A {
    position: absolute;
    top: 413px;
    left: 587px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    color: #323333;
    background: #fff3b8;
    width: 133px;
    height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 5px;
    z-index: 20;
}

.home .c-Box04 .c04-text05-A::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff3b8 transparent;
    border-width: 0 0 20px 20px;
    top: -20px;
    left: 70%;
    margin-left: -10px;
}

#home .c-Box04 .c04-inner02-A img {
    width: 720px;
    height: 480px;
}

#home .c-Box04 .c04-text-A-sp {
    display: none;
}

/* 施工例01 レスポンシブ*/

@media screen and (max-width:769px) {
    #home .c-Box04 .c04-waku01-A {
        display: none;
    }
    #home .c-Box04 .c04-text-A {
        display: none;
    }
    #home .c-Box04 .c04-inner01-A {
        margin-bottom: 10px;
        position: relative;
        padding: 0;
        height: 948px;
    }
    #home .c04-inner01-A::after {
        display: block;
        content: "";
        width: 100%;
        height: 75px;
        background: url(../img/icon/bg-top-sp.png) no-repeat 0 100% #fff;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    #home .c-Box04 .c04-inner01-A {
        display: block;
        background: #fff3b8;
        margin-top: -2.8%;
    }
    #home .c-Box04 .c04-inner02-A {
        max-width: 769px;
        width: 96%;
        background: #fff;
        margin: 0 auto;
        margin-top: 7%;
        z-index: 20;
    }
    #home .c-Box04 .c04-inner02-A img {
        width: 100%;
        max-width: 720px;
        height: auto;
        z-index: 20;
        padding: 1.2% 1%;
        margin: 0 auto;
    }
    #home .c-Box04 .c04-text-A-sp {
        display: block;
        margin: 0 auto;
        padding: 0 3%;
        padding-bottom: 1%;
        background: #fff;
        max-width: 769px;
        width: 96%;
        font-family: '游ゴシック', 'ヒラギノ角ゴシック';
        -webkit-font-feature-settings: "palt" 1;
        font-feature-settings: "palt" 1;
    }
    #home .c-Box04 .c04-text-A-sp .spA-come {
        font-size: 1.8vw;
        color: #848484;
        text-align: right;
        padding-top: 1%;
        padding-bottom: 1%;
    }
    #home .c-Box04 .c04-text-A-sp .spA-01 {
        text-align: center;
        margin-bottom: 1%;
        position: relative;
    }
    #home .c-Box04 .c04-text-A-sp .spA-01 em {
        font-size: 4.8vw;
        font-weight: bold;
        font-style: normal;
        position: relative;
        z-index: 10;
        color: #323333;
    }
    #home .c-Box04 .c04-text-A-sp .spA-01::after {
        display: block;
        content: "";
        width: 51vw;
        height: 12px;
        background: -webkit-gradient(linear, left top, right top, from(#ffff66), to(#ff9966));
        background: linear-gradient(to right, #ffff66 0%, #ff9966 100%);
        position: absolute;
        bottom: 0.1em;
        z-index: 9;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    #home .c-Box04 .c04-text-A-sp .spA-02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        font-size: 2.5vw;
    }
    #home .c-Box04 .c04-text-A-sp .spA-02 .spA-02-1 {
        background: #fff3b8;
        width: 80vw;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 3.6%;
        margin-right: 1%;
        color: #ff9966;
        position: relative;
    }
    #home .c-Box04 .c04-text-A-sp .spA-02 .spA-02-2 {
        background: #fff3b8;
        width: 80vw;
        height: 65px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 3.6%;
        margin-left: 1%;
        color: #ff9966;
        position: relative;
    }
    #home .c-Box04 .c04-text-A-sp .spA-02 .spA-02-1::before, #home .c-Box04 .c04-text-A-sp .spA-02 .spA-02-2::before {
        content: "";
        position: absolute;
        border-style: solid;
        border-color: #fff3b8 transparent;
        border-width: 15px 11px 0 11px;
        bottom: -15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    #home .c-Box04 .c04-text-A-sp .spA-03 {
        margin: 0 auto;
        width: 92%;
        font-size: 3.2vw;
        font-weight: 500;
        text-align: center;
        margin-bottom: 3.2%;
    }
    #home .c-Box04 .c04-text-A-sp .spA-03 span {
        font-weight: bold;
    }
    #home .c-Box04 .c04-text-A-sp .spA-04 {
        margin: 0 auto;
        padding-top: 1%;
        width: 95%;
        font-weight: 500;
        font-size: 2.6vw;
        border-top: 1px solid #848484;
    }
    #home .c-Box04 .c04-text-A-sp .spA-04 .sp-s1 {
        font-weight: bold;
        font-size: 3.2vw;
        line-height: 1.7em;
        color: #e20000;
    }
    #home .c-Box04 .c04-text-A-sp .spA-04 .sp-s2 {
        font-size: 2.6vw;
        font-weight: bold;
        color: #e20000;
    }
    #home .c-Box04 .c04-text-A-sp .min-btnb {
        position: static;
        padding-bottom: 1%;
    }
}

@media screen and (max-width:500px) {
    #home .c-Box04 .c04-text-A-sp .spA-02 .spA-02-1::before, #home .c-Box04 .c04-text-A-sp .spA-02 .spA-02-2::before {
        display: none;
    }
    #home .c-Box04 .c04-text-A-sp .spA-come {
        font-size: 2.5vw;
    }
    #home .c-Box04 .c04-text-A-sp .spA-02 {
        font-size: 3.5vw;
    }
    #home .c-Box04 .c04-text-A-sp .spA-01 em {
        font-size: 7.5vw;
    }
    #home .c-Box04 .c04-text-A-sp .spA-01::after {
        width: 90%;
    }
    #home .c-Box04 .c04-text-A-sp .spA-04 {
        font-size: 3.6vw;
        padding-top: 4%;
        line-height: 1.3em;
        padding-bottom: 2%;
    }
    #home .c-Box04 .c04-text-A-sp .spA-03 {
        font-size: 4.5vw;
        line-height: 1.3em;
        margin-top: 4%;
    }
    #home .c-Box04 .c04-text-A-sp .spA-04 .sp-s1 {
        font-size: 3.8vw;
    }
    #home .c-Box04 .c04-text-A-sp .spA-04 .sp-s2 {
        font-size: 3.8vw;
    }
    #home .c-Box04 .c04-inner01-A {
        height: 653px;
    }
    #home .c-Box04 {
        margin-top: 5%;
    }
}

@media screen and (max-width:376px) {
    #home .c-Box04 .c04-inner01-A {
        height: 604px;
    }
}

@media screen and (max-width:321px) {
    #home .c-Box04 .c04-inner01-A {
        height: 532px;
    }
}

/* 施工例02 */

.c04-inner01-B {
    margin-bottom: 0;
    overflow: hidden;
}

#home .c-Box04 .c04-inner01-B {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 600px;
    background: url(../img/home/sekou03.jpg) no-repeat center center / cover;
}

#home .c-Box04 .c04-inner02-B {
    width: 1120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#home .c-Box04 .c04-waku01-B {
    width: 720px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
}

#home .c-Box04 .c04-waku02-B {
    border: solid 3px #fff;
    width: 704px;
    height: 464px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translateX(-50%), translateY(-50%);
    -moz-transform: translateX(-50%), translateY(-50%);
    -ms-transform: translateX(-50%), translateY(-50%);
    -o-transform: translateX(-50%), translateY(-50%);
}

#home .c-Box04 .c04-text-B {
    width: 100%;
    max-width: 1120px;
    height: 482px;
    position: absolute;
    top: 0;
    left: 0;
}

#home .c-Box04 .c04-text01-B {
    position: absolute;
    top: 20px;
    right: 138px;
    font-size: 40px;
    font-weight: bold;
    color: #323333;
    border: 3px solid #323333;
    width: 430px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
    padding-top: 1%;
}

#home .c-Box04 .t-waku01-B {
    position: absolute;
    top: 28px;
    right: 130px;
    background: #efeeed;
    width: 430px;
    height: 70px;
    z-index: 10;
}

#home .c-Box04 .c04-text02-B {
    position: absolute;
    top: 124px;
    right: 8px;
    font-size: 22px;
    line-height: 1.2em;
    color: #323333;
    border: 3px solid #323333;
    width: 428px;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
    padding-top: 1%;
}

#home .c-Box04 .t-waku02-B {
    position: absolute;
    top: 132px;
    right: 0px;
    background: #efeeed;
    width: 428px;
    height: 82px;
    z-index: 10;
}

#home .c-Box04 .c04-text03-B {
    position: absolute;
    top: 280px;
    right: 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    color: #323333;
    background: #fff;
    width: 348px;
    height: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2%;
    padding-left: 0.5%;
}

.home .c-Box04 .c04-text03-B::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff transparent;
    border-width: 0 25px 25px 0;
    top: -25px;
    left: 30%;
    margin-right: -10px;
}

#home .c-Box04 .c04-inner01-B .min-btnb {
    margin-top: 10px;
    margin-right: 10px;
    text-align: right;
    position: absolute;
    top: 399px;
    right: 26px;
}

#home .c-Box04 .c04-text04-B {
    position: absolute;
    top: 422px;
    right: 448px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    color: #323333;
    background: #fff3b8;
    width: 117px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 5px;
    z-index: 20;
}

.home .c-Box04 .c04-text04-B::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff3b8 transparent;
    border-width: 0 20px 20px 0;
    top: -20px;
    left: 30%;
    margin-left: -10px;
}

#home .c-Box04 .c04-inner02-B img {
    width: 720px;
    height: 480px;
}

#home .c-Box04 .c04-text-B-sp {
    display: none;
}

/* 施工例02 レスポンシブ */

@media screen and (max-width:769px) {
    #home .c-Box04 .c04-waku01-B {
        display: none;
    }
    #home .c-Box04 .c04-text-B {
        display: none;
    }
    #home .c-Box04 .c04-inner01-B {
        margin-bottom: 10px;
        position: relative;
        padding: 0;
        height: 878px;
    }
    #home .c-Box04 .c04-inner01-B {
        display: block;
        background: #fff3b8;
        margin-top: -2.8%;
    }
    #home .c-Box04 .c04-inner02-B {
        max-width: 769px;
        width: 96%;
        background: #fff;
        margin: 0 auto;
        margin-top: 1.5%;
        z-index: 20;
    }
    #home .c-Box04 .c04-inner02-B img {
        width: 100%;
        max-width: 720px;
        height: auto;
        z-index: 20;
        padding: 1.2% 1%;
        margin: 0 auto;
    }
    #home .c-Box04 .c04-text-B-sp {
        display: block;
        margin: 0 auto;
        padding: 0 3%;
        padding-bottom: 1%;
        background: #fff;
        max-width: 769px;
        width: 96%;
        font-family: '游ゴシック', 'ヒラギノ角ゴシック';
        -webkit-font-feature-settings: "palt" 1;
        font-feature-settings: "palt" 1;
    }
    #home .c-Box04 .c04-text-B-sp .spB-come {
        font-size: 1.8vw;
        color: #848484;
        text-align: right;
        padding-top: 1%;
        padding-bottom: 1%;
    }
    #home .c-Box04 .c04-text-B-sp .spB-01 {
        text-align: center;
        margin-bottom: 1%;
        position: relative;
    }
    #home .c-Box04 .c04-text-B-sp .spB-01 em {
        font-size: 4.8vw;
        font-weight: bold;
        font-style: normal;
        position: relative;
        z-index: 10;
        color: #323333;
    }
    #home .c-Box04 .c04-text-B-sp .spB-01::after {
        display: block;
        content: "";
        width: 41vw;
        height: 12px;
        background: -webkit-gradient(linear, left top, right top, from(#ffff66), to(#ff9966));
        background: linear-gradient(to right, #ffff66 0%, #ff9966 100%);
        position: absolute;
        bottom: 0.1em;
        z-index: 9;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    #home .c-Box04 .c04-text-B-sp .spB-02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        font-size: 2.5vw;
        background: #fff3b8;
        width: 80vw;
        height: 60px;
        margin: 0 auto;
        margin-bottom: 3.6%;
        color: #ff9966;
        position: relative;
    }
    #home .c-Box04 .c04-text-B-sp .spB-02::before {
        content: "";
        position: absolute;
        border-style: solid;
        border-color: #fff3b8 transparent;
        border-width: 15px 11px 0 11px;
        bottom: -15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    #home .c-Box04 .c04-text-B-sp .spB-03 {
        margin: 0 auto;
        width: 92%;
        font-size: 3.2vw;
        font-weight: 500;
        text-align: center;
        margin-bottom: 3.2%;
    }
    #home .c-Box04 .c04-text-B-sp .spB-04 {
        margin: 0 auto;
        padding-top: 1%;
        width: 95%;
        font-weight: 500;
        font-size: 2.6vw;
        border-top: 1px solid #848484;
    }
    #home .c-Box04 .c04-text-B-sp .min-btnb {
        position: static;
        padding-bottom: 1%;
    }
}

@media screen and (max-width:500px) {
    #home .c-Box04 .c04-text-B-sp .spB-02::before {
        display: none;
    }
    #home .c-Box04 .c04-text-B-sp .spB-come {
        font-size: 2.5vw;
    }
    #home .c-Box04 .c04-text-B-sp .spB-02 {
        font-size: 3.5vw;
    }
    #home .c-Box04 .c04-text-B-sp .spB-01 em {
        font-size: 7.5vw;
    }
    #home .c-Box04 .c04-text-B-sp .spB-01::after {
        width: 73%;
    }
    #home .c-Box04 .c04-text-B-sp .spB-04 {
        font-size: 3.6vw;
        padding-top: 4%;
        line-height: 1.3em;
        padding-bottom: 2%;
    }
    #home .c-Box04 .c04-text-B-sp .spB-03 {
        font-size: 4.5vw;
        line-height: 1.3em;
        margin-top: 4%;
    }
    #home .c-Box04 .c04-inner01-B {
        height: 604px;
    }
}

@media screen and (max-width:376px) {
    #home .c-Box04 .c04-inner01-B {
        height: 561px;
    }
}

@media screen and (max-width:321px) {
    #home .c-Box04 .c04-inner01-B {
        height: 497px;
    }
}

/* 経営理念 */

#home .c-Box05 {
    background: url(../img/home/philosophy.jpg) no-repeat left top / cover #111;
    height: 520px;
    background-size: auto 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

#home .c-Box05 .inner {
    width: auto;
    max-width: 1120px;
    margin: 0 auto;
}

#home .c-Box05 .inner .c05-box {
    margin: 0;
    margin-left: auto;
    padding: 0;
    padding-top: 50px;
    color: #fff;
    width: 530px;
    text-align: center;
    font-weight: bold;
}

#home .c-Box05 h2 {
    color: #fff;
}

#home .c-Box05 span.title {
    color: #fff;
    margin-bottom: 41px;
}

#home .c-Box05 .inner .c05-box h3 {
    font-size: 42px;
    margin-bottom: 36px;
    padding-bottom: 4px;
    font-family: '游ゴシック', 'ヒラギノ角ゴシック';
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    position: relative;
}

#home .c-Box05 .inner .c05-box h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    text-align: cener;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #f1da24), color-stop(75%, #f1da24), to(transparent));
    background-image: linear-gradient(to right, transparent, #f1da24 25%, #f1da24 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

#home .c-Box05 .inner .c05-box p {
    font-size: 23px;
    margin-bottom: 19px;
    line-height: 1.5em;
    font-family: '游ゴシック', 'ヒラギノ角ゴシック';
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

/* 経営理念 レスポンシブ */

@media screen and (max-width: 769px) {
    #home .c-Box05 {
        height: auto;
    }
    #home .c-Box05 .bg-sp {
        height: 420px;
        background: url(../img/home/philosophy02.jpg) no-repeat center center / cover;
    }
    #home .c-Box05 .inner {
        width: auto;
    }
    #home .c-Box05 .inner .c05-box {
        width: 100%;
        margin: 0;
        padding: 5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        background: #000;
    }
    #home .c-Box05 span.title {
        color: #fff;
        margin-bottom: 4%
    }
    #home .c-Box05 .inner .c05-box h3 {
        font-size: 5.4vw;
        margin-bottom: 4%;
        padding-bottom: 0.2%;
        position: relative;
    }
    #home .c-Box05 .inner .c05-box h3::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 70%;
        height: 2px;
        margin: 0 auto;
        text-align: cener;
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #f1da24), color-stop(75%, #f1da24), to(transparent));
        background-image: linear-gradient(to right, transparent, #f1da24 25%, #f1da24 75%, transparent);
        background-position: center;
        background-repeat: no-repeat;
    }
    #home .c-Box05 .inner .c05-box p {
        font-size: 2.7vw;
        margin-bottom: 1%;
        line-height: 1.3em;
    }
}

@media screen and (max-width: 500px) {
    #home .c-Box05 .inner .c05-box h3 {
        font-size: 5.8vw;
        margin-bottom: 5%;
        padding-bottom: 0.5%;
    }
    #home .c-Box05 .inner .c05-box h3::before {
        width: 98%;
    }
    #home .c-Box05 .inner .c05-box p {
        font-size: 3.7vw;
        margin-bottom: 3%;
        line-height: 1.4em;
    }
    #home .c-Box05 .bg-sp {
        height: 270px;
    }
    #home .c-Box05 .inner .c05-box {
        padding-top: 9%;
        padding-bottom: 9%;
    }
}

/* お知らせ */

#home .c-Box06 {
    background: #efeeed;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 110px;
}

#home .c-Box06 .inner {
    width: 950px;
    margin: 0 auto;
}

#home .c-Box06 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#home .c-Box06 li {
    width: 307px;
    margin: 0;
    background: #fff;
}

#home .c-Box06 li a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#home .c-Box06 span.img img {
    width: 307px;
    height: 258px;
}

#home .c-Box06 span.date {
    display: block;
    padding: 15px 17px;
    padding-bottom: 6px;
    font-size: 12px;
    color: grey;
}

#home .c-Box06 span.text {
    display: block;
    padding: 6px 17px;
    padding-bottom: 20px;
    font-size: 21px;
    font-weight: bold;
    color: #323333;
    line-height: 1.4em;
}

#home .c-Box06 .btn-area {
    position: relative;
    width: 950px;
    margin: 0 auto;
}

#home .c-Box06 .min-btnb a {
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 30px;
}

/* お知らせ レスポンシブ */

@media screen and (max-width:769px) {
    #home .c-Box06 {
        padding-top: 8%;
        padding-bottom: 8%;
    }
    #home .c-Box06 .inner {
        max-width: 769px;
        width: 100%;
        margin: 0 auto;
    }
    #home .c-Box06 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #home .c-Box06 li {
        margin: 2% 1%;
    }
    #home .c-Box06 ul li {
        width: 31%;
    }
    #home .c-Box06 span.img {
        width: 31%;
    }
    #home .c-Box06 span.img img {
        width: 100%;
        height: auto;
    }
    #home .c-Box06 .btn-area {
        position: relative;
        width: 98vw;
        max-width: 769px;
        margin: 0 auto;
    }
    #home .c-Box06 .min-btnb a {
        display: inline-block;
        background: none;
        padding: 10px 15px;
        position: absolute;
        right: 3%;
        top: 0;
    }
}

@media screen and (max-width:500px) {
    #home .c-Box06 {
        padding-top: 8%;
        padding-bottom: 11%;
        margin-bottom: 7%;
    }
    #home .c-Box06 ul {
        width: 100%;
    }
    #home .c-Box06 ul li {
        width: 47%;
    }
    #home .c-Box06 span.img {
        width: 47%;
    }
    #home .c-Box06 span.img img {
        width: 100%;
        height: auto;
    }
    #home .c-Box06 span.text {
        font-size: 3.5vw;
    }
}

/* 店舗案内 */

#home .c-Box07 .inner {
    width: 950px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#home .c-Box07 iframe {
    border: 3px solid #323333;
    width: 600px;
    height: 444px;
}

#home .c-Box07 .text {
    margin: 0 auto;
    margin-top: 79px;
    margin-right: 0;
    font-family: '游ゴシック', 'ヒラギノ角ゴシック';
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-weight: 700;
    color: #323333;
}

#home .c-Box07 .text p {
    display: block;
    font-size: 20px;
    background: #efeeed;
    margin-bottom: 8px;
    padding: 7px 12px;
}

#home .c-Box07 .text p:nth-child(2) {
    margin-bottom: 0;
    padding-bottom: 2px;
}

#home .c-Box07 .text p:nth-child(3) {
    padding-top: 0;
}

#home .c-Box07 .text p:nth-child(6) {
    margin-bottom: 0;
    padding-bottom: 4px;
}

#home .c-Box07 .text p:nth-child(7) {
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

#home .c-Box07 .text p:nth-child(8) {
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

#home .c-Box07 .text p:nth-child(9) {
    padding-top: 4px;
    margin-bottom: 0;
}

#home .c-Box07 .text p span {
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'MS Pゴシック', 'Osaka';
    font-weight: bold;
    font-size: 24px;
}

/* 店舗案内 レスポンシブ*/

@media screen and (max-width:1078px) {
    #home .c-Box07 {
        margin-bottom: 60px;
    }
}

@media screen and (max-width:769px) {
    #home .c-Box07 {
        margin-bottom: 20px;
    }
    #home .c-Box07 .inner {
        max-width: 769px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    #home .c-Box07 iframe {
        margin: 0 auto;
        width: 90vw;
    }
    #home .c-Box07 .text {
        margin: 0 auto;
        margin-top: 2%;
    }
    #home .c-Box07 .text p {
        width: 90vw;
        text-align: left;
        margin: 0 auto;
        margin-bottom: 8px;
        background: none;
    }
    #home .c-Box07 .text p:nth-child(1), #home .c-Box07 .text p:nth-child(3), #home .c-Box07 .text p:nth-child(4), #home .c-Box07 .text p:nth-child(5), #home .c-Box07 .text p:nth-child(9) {
        border-bottom: 1px solid #323333;
    }
}

@media screen and (max-width:500px) {
    #home .cBox.c-Box07 .inner {
        max-width: 500px;
        width: 100%;
    }
    #home .c-Box07 iframe {
        width: 96%;
        height: 241px;
    }
    #home .c-Box07 .text p span {
        margin: 0 auto;
        margin-top: 2%;
        font-size: 5.5vw;
    }
    #home .c-Box07 .text p {
        width: 96vw;
        text-align: left;
        margin: 0 auto;
        margin-bottom: 8px;
        background: none;
        font-weight: normal;
        font-size: 4.5vw;
        line-height: 1.4em;
    }
    #home .c-Box07 .text {
        margin-bottom: 4%;
    }
}

/* コロナ対策スマホ部分 */

.c-Box.corona-sp {
    display: none;
}

/* コロナ対策ステッカー部分 */

@media screen and (max-width: 769px) {
    /* コロナ対策スマホ部分 */
    .c-Box.corona-sp {
        width: 90vw;
        margin: 0 auto;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-left: 55%;
    }
    .c-Box.corona-sp img {
        max-width: 53px;
        width: 100%;
        height: auto;
    }
    .c-Box.corona-sp p {
        font-size: 2.4vw;
    }
}

@media screen and (max-width: 500px) {
    /* コロナ対策スマホ部分 */
    .c-Box.corona-sp {
        width: 96%;
        font-size: 4vw;
        padding-left: 46%;
    }
    .c-Box.corona-sp p {
        font-size: 3vw;
    }
}