@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 896px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', 'リュウミン R-KL', "A-OTF Ryumin Pro",a-otf-ryumin-pr6n,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",メイリオ,Meiryo,serif;
    font-style: normal;
    font-weight: 400;
    color: #061F38;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    letter-spacing: 2px;
    overflow: hidden;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    html {
        font-size: 55%;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/*
heading******************************/

.title_x_large {
    font-size: 5.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 3.2rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.4rem;
    font-weight: normal;
}

.title_small {
    font-size: 1.6rem;
    font-weight: normal;
}

.page_title_01 {
    background: #000;
    color: #fff;
}

.page_title_01 .title_x_large {
    text-align: center;
    font-weight: bold;
    padding-top: 10.0rem;
    padding-bottom: 15.0rem;
}

.page_title_01 .title_x_large span {
    display: block;
    font-size: 1.6rem;
    margin-top: 4.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }
    .box:nth-child(even) {
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and ( max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.mt_50 {
    margin-top: 50px;
}

.mt_100 {
    margin-top: 100px;
}

.mb_20 {
    margin-bottom: 20px;
}

/*
header******************************/

.masthead {
    position: fixed;
    padding: 44px;
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
    right: 0;
    width: 55px;
    height: 55px;
}

@media only screen and (max-width: 896px) {
    .masthead {
        padding: 50px 30px;
    }
}

.masthead.scrolled {
    background: rgba(35, 35, 35, 1);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 44px;
}

@media only screen and (max-width: 896px) {
    .masthead.scrolled {
        padding: 50px 30px;
    }
}

#container {
    z-index: 900;
}

#gloval-nav {
    background: #0009;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2.9rem;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    width: 48.0rem;
    text-align: left;
    font-size: 1.8rem;
    overflow-y: auto;
    overflow-x: hidden;
}

#gloval-nav>nav {
    position: absolute;
    top: 100px;
}

#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    /*padding: 3.0rem 0;*/
    transition: color .6s ease;
}

#gloval-nav a:hover {
    color: #666;
}

#gloval-nav ul {
    list-style: none;
    text-align: left;
}

#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    line-height: 2.0;
}

#gloval-nav .list_item_01 {
    padding-bottom: 5.0rem;
}

@media only screen and (max-width: 480px) {
    #gloval-nav .list_item_01 {
        padding-left: 15px;
    }
}

#gloval-nav .list_item_01>li {
    margin-top: 5.0rem;
}

#gloval-nav .list_item_01>li:first-child {
    margin-top: 0;
    text-align: center;
}

#gloval-nav .list_item_01>li:nth-child(2) {
    margin-top: 9.0rem;
}

#gloval-nav .list_item_02 {
    padding-top: 2.0rem;
}

#gloval-nav .list_item_03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 2.0rem;
}

#gloval-nav .list_item_03 li {
    padding: 0 0.8rem;
}

/* open */

.open {
    overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/* menu_wrapper */

.dot {
    width: 6px;
    height: 6px;
    background: #061F38;
    margin: 3px 3px;
    display: inline-block;
    border-radius: 50%;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#menu_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: fixed;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 1000;
}

@media only screen and (max-width: 896px) {
    #menu_wrapper {
        top: 35px;
        right: 10px;
    }
}

#menu_wrapper>div {
    width: 36px;
    height: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#menu_wrapper>div:hover, #menu_wrapper>div:focus {
    outline: none;
}

#menu_wrapper>span {
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    padding: 20px;
    margin-top: auto;
}

#menu_wrapper:hover .dot:nth-child(2), #menu_wrapper:hover .dot:nth-child(4), #menu_wrapper:hover .dot:nth-child(6), #menu_wrapper:hover .dot:nth-child(8) {
    opacity: 0;
}

.open #menu_wrapper .dot:nth-child(2), .open #menu_wrapper .dot:nth-child(4), .open #menu_wrapper .dot:nth-child(6), .open #menu_wrapper .dot:nth-child(8) {
    opacity: 0;
}





.top_shop {
    background:#F5F5F5;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 100px;
}

@media only screen and (max-width: 480px) {
    .top_shop {
            padding-top: 35px;
            padding-bottom: 18px;
        }
}

.top_shop .title_large {
    font-weight: bold;
}

.top_shop .title_medium {
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
    .top_shop .title_medium {
            font-size: 18px;   }
}

.top_shop .title_medium {
    padding-bottom: 40px;
}

.top_shop .shop_title {
    padding-bottom: 40px;
}



.top_merit {
    padding-top: 70px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 896px) {
    .top_merit {
            padding-bottom: 50px;   }
}

.top_merit .title_large {
    font-weight: bold;
}

.top_merit .wrap {
    display: flex;
}

@media only screen and (max-width: 896px) {
    .top_merit .wrap {
            display: block;
        }
}

.top_merit .case {
    padding-left: 10px;
    padding-right: 10px;

}

@media only screen and (max-width: 480px) {
    .top_merit .case {
            padding-left: 0px;
            padding-right: 0px; 
            padding-bottom: 30px;
          }
}


.top_merit .case img {
    text-align: center;
}


.top_merit .title_medium {
    padding-top: 13px;
    padding-bottom: 17px;
    font-weight: bold;
    text-align: center;
}




.top_point {
    background: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 100px;
}


@media only screen and (max-width: 480px) {
    .top_point {
            background: #F5F5F5;
            padding-top: 80px;
            padding-bottom: 40px;
        }
}

.top_point .title_large {
    font-weight: bold;
}

.top_point .title_medium {
    font-weight: bold;
}

.top_point .title_medium span {
font-size: 26px;
}

.top_point .wrap {
    display: flex;
    padding-bottom: 70px;
}

@media only screen and (max-width: 896px) {
    .top_point .wrap {
            display: block;
            padding-bottom: 30px;
        }
}

.top_point .title_medium {
    padding-bottom: 18px;
}

@media only screen and (max-width: 896px) {
    .top_point .title_medium {
            padding-top: 18px;
        }
}

.top_system {
    padding-top: 80px;
}

.top_system .title_large {
    font-weight: bold;
}

.top_system .wrap {
    display: flex;
    flex-wrap: wrap;
}

.top_system .system {
    padding-bottom: 70px;
}

@media only screen and (max-width: 896px) {
    .top_system .system {
           padding-left: 5px;
           padding-right: 5px;
        }
}


@media only screen and (max-width: 896px) {
    .top_system .width4 {
        width: 50%;
    }
}

.title_box {
    text-align: center;
}

.custom-short-line {
    width: 15px;
    /* 幅を15pxに */
    height: 2px;
    /* 線の太さを適宜調整 */
    background-color: #F07433;
    /* 線の色を指定 */
    border: none;
    /* 既定の枠線を打ち消す */
    margin: 20px auto;
    /* 中央寄せ＋上下余白 */
    display: block;
    /* <hr>はデフォルトではブロックですが念のため */
}





.section-title {
    display: flex;
    /* 横並びレイアウト */
    align-items: center;
    /* 縦方向中央寄せ */
    justify-content: center;
    /* 横方向中央寄せ */
    /* 背景色を黒に */
    padding: 20px 0;
    /* 上下余白を適宜 */
}

.section-title .line {
    flex: 1;
    /* 可能な限り横幅を広げる */
    height: 2px;
    /* 線の太さを調整 */
    background-color: #666;
    /* ラインの色(グレー) */
}

.section-title .number {
    color: #ff6600;
    /* 文字色(オレンジ) */
    margin: 0 10px;
    /* 左右の余白 */
    font-size: 57px;
    /* サイズはお好みで */
    font-weight: bold;
    /* 文字を太字に(任意) */
    text-align: center;
}

.section-title .number span {
    display: block;
    font-size: 20px;
    color: #000;
    margin-bottom: -17px;
}


.top_review .wrap {
    display: flex;
}

@media only screen and (max-width: 480px) {
    .top_review .wrap {
            display: none;
        }
}

.top_review .case {
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

@media only screen and (max-width: 896px) {
    .top_review .case {
            padding-bottom: 30px;
        }
}


.top_review .title_large {
    font-weight: bold;
}

.top_review img {
    width: 100%;
}

.top_review .txt_box {
    padding: 18px;
}


.top_review .service {
    display: flex;
}

.top_review .name {
    padding-bottom: 15px;
    font-weight: bold;
}

.top_review .service .tag {
    display: flex;
    background: #20C98B;
    font-weight: bold;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 15px;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
}


.top_review .category {
    border-top: 1px solid;
        padding-top: 9px;
        margin-top: 13px;
}

@media only screen and (max-width: 480px) {
    .top_review .category {
            border-top: 1px solid;
            padding-top: 0px;
            margin-top: 0px;
            margin-bottom: 8px;
        
        }
}


.top_banner {
    padding-top: 115px;
}

@media only screen and (max-width: 480px) {
    .top_banner {
            padding-top: 40px;   }
}

.top_banner .title_img {
    text-align: center;
    padding-bottom: 60px;
}

@media only screen and (max-width: 480px) {
    .top_banner .title_img {
            text-align: center;
            padding-bottom: 20px;
            display: none;
        }
}

.top_banner .sptitle_img {
    text-align: center;
    padding-bottom: 60px;
    display: none;
}

@media only screen and (max-width: 480px) {
    .top_banner .sptitle_img {
            text-align: center;
            padding-bottom: 18px;
            display: block;   }
}

.top_banner .title_large {
    display: flex;
        align-items: center;
        text-align: center;
        color: #333;
        font-weight: bold;
        font-size: 50px;
        padding-bottom: 50px;
}

@media only screen and (max-width: 896px) {
    .top_banner .title_large{
        font-size: 26px;
    }
}

.top_banner .title_large::before,
.top_banner .title_large::after {
    content: '';
    flex: 1;
    height: 5px;
    background: #01A6EC;
    margin: 0 20px;
    /* テキストとの間隔 */
}


.banner {
    text-align: center;
    padding-bottom: 45px;
}

@media only screen and (max-width: 896px) {
    .banner {
    padding-bottom: 30px;
}
}

.lene_banner {
    padding-bottom: 80px;
}



@media only screen and (max-width: 480px) {
    .lene_banner {
            display: none;   }
}



@media only screen and (max-width: 896px) {
    .key_visual .tablet {
        position: unset;
    }
}

.splene_banner {
    display: none;
    padding-bottom: 40px;
}

@media only screen and (max-width: 480px) {
    .splene_banner {
            display: block;
        }
}

.key_visual {
    background: url(../images/top_bg.jpg) no-repeat;
    padding-top: 80px;
    padding-left: 145px;
    position: relative;
    padding-bottom: 130px;
    background-size: cover;
    z-index: -1;
}

@media only screen and (max-width: 1600px) {
    .key_visual {
            padding-left: 50px;

        }
}

@media only screen and (max-width: 896px) {
    .key_visual {
        padding-top: 35px;
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        padding-bottom: 30px;
    }
}

.key_visual .catchcopy {
    font-size: 5.0rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background: #279CC1;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 15px;
}


@media only screen and (max-width: 480px) {
    .key_visual .catchcopy {
     font-size: 2.2rem;
    padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
     
}
}

.key_visual .catchcopy span {
    font-size: 5.5rem;
    color: #fff;
}


@media only screen and (max-width: 480px) {
    .key_visual .catchcopy span{
        font-size: 3rem; 
    }
}

.key_visual .top_btn {
    font-size: 2.7rem;
    background: #FFE600;
    color: #000;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 480px) {

.key_visual .top_btn {
    padding: 5px;
}

}


.key_visual .wrap {
    display: flex;
}

@media only screen and (max-width: 480px) {
.key_visual .wrap {
    padding-left: 15px;
    padding-right: 15px;
        flex-wrap: wrap;
    margin-top: -55px;
}

}

.key_visual .title_x_large {
    font-weight: bold;
    margin-bottom: 10px;


}

@media only screen and (max-width: 480px) {
.key_visual .title_x_large {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 54px;

}
}

.key_visual .txt_box .title_x_large span {
    color: #279CC1;
        /* 黄色でやや上に被る下線 */
}


.key_visual .top_btn span {
    color: #000;
    display: inline;
    /* box-shadow: inset 0 -0.5em 0 #fff; */
    /* 黄色でやや上に被る下線 */
}

.key_visual .top_btn:nth-of-type(4) {
    display: none;
}

@media only screen and (max-width: 480px) {
    .key_visual .top_btn:nth-of-type(4) {
            display: block;   }  }

.key_visual .txt_box .title_medium {
    width: 40%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
.key_visual .txt_box .title_medium {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

}

.key_visual .top_btn {
    margin-right: 20px;
    padding: 10px;
    border-radius: 10px;
}

@media only screen and (max-width: 480px) {
.key_visual .top_btn {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    font-size: 13px;
    margin-bottom: 10px;
}


}

.key_visual .tablet {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 1100px;
}

@media only screen and (max-width: 1600px) {
    .key_visual .tablet {
        right: -170px;
    }
}

@media only screen and (max-width: 1400px) {
    .key_visual .tablet {
        right: -230px;
    }
}

@media only screen and (max-width: 1300px) {
    .key_visual .tablet {
        right: -300px;
    }
}

@media only screen and (max-width: 1200px) {
    .key_visual .tablet {
        right: -345px;
    }
}


@media only screen and (max-width: 1100px) {
    .key_visual .tablet {
        right: -430px;
    }
}

.tablet_sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .tablet_sp {
            display: block;
        }
}

@media only screen and (max-width: 896px) {
    .key_visual .tablet {
            position: unset;
            display: none;
        }
}

.key_visual .top_btn span {
    font-size: 28px;
}

@media only screen and (max-width: 896px) {
    .key_visual .top_btn span {
    font-size: 14px;
}
}

.footer {
    font-weight: medium;
    padding-top: 30px;
    padding-bottom: 25px;
    background: #42C7F2;
}

.footer .wrap {
    display: flex;
}

@media only screen and (max-width: 480px) {
    .footer .wrap {
            display: block;   }
}

.footer .tel {
    padding-bottom: 6px;
}

.footer .qr {
    display: flex;
    margin-left: 10px;
    justify-content: end;
}

@media only screen and (max-width: 480px) {
    .footer .qr {
            display: flex;
            margin-left: 10px;
            justify-content: right;   }
}

.footer .mail {
    margin-bottom: 20px;
}

.footer .reception {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer .width5 {
    text-align: right;
    margin-top: 40px;
}

@media only screen and (max-width: 480px) {
    .footer .width5 {
        text-align: left;
    }
}

.footer .address {
    font-size: 16px;
}

.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 12px;
}

.footer .logo {
    width: 20vw;
    padding-bottom: 30px;
}

@media only screen and (max-width: 896px) {
    .footer .logo {
            width: 30vw;
            padding-bottom: 15px;
        
        }
}



.review {
    padding-bottom: 40px;
    display: none;
}

@media only screen and (max-width: 480px) {
    .review {
            display: block;   }
}

.review .reviewbox {
    display: flex;
}

.review .hoshi {
    padding-left: 15px;
    padding-top: 10px;
}

.linebtn {
    text-align: center;
}


.review .title_medium {
    text-align: center;
    font-weight: bold;
    padding-bottom: 26px;
}

.review .category {
    margin-left: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #E69A27;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
}

.review .name {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-top: 6px;
    padding-left: 15px;
}

.review .title_small {
    font-weight: bold;
    margin-top: 10px;
    border-bottom: 1px solid #707070;
    padding-top: 10px;
    font-size: 1.8rem;
    padding-bottom: 16px;
}

.review .wrap {
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}


.review .txt_box {
    padding: 10px 15px 15px 15px;
}


.top_review {
    padding-bottom: 120px;
}

@media only screen and (max-width: 480px) {
    .top_review {
            padding-bottom: 60px;   }
}


.contact_area.wood_bg {
    background: #F5F5F5;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 480px) {
    .contact_area.wood_bg {
            background: #F5F5F5;
            padding-top: 60px;
            padding-bottom: 40px;   }
}

.contact_area .contact_inner {
    background: #fff;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-left: 60px;
        margin-right: 60px;
}

@media only screen and (max-width: 480px) {
    .contact_area .contact_inner {
            background: #fff;
            border-radius: 10px;
            margin-left: 0px;
                margin-right: 0px;
        }
}

.contact_area .title_large {
    text-align: center;
    font-weight: bold;
    padding-bottom: 26px;
}

.contact_area .txt {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}

@media only screen and (max-width: 480px) {
    .contact_area .txt {
            font-size: 10px;
            font-weight: bold;
            padding-bottom: 20px;   }
}



/* 外枠：はみ出す部分を非表示にする */
.logo-marquee {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    /* お好みで高さ指定や背景色など */
    /* height: 120px; */
    /* background: #f0f0f0; */
    margin-bottom: 35px;
}

/* ロゴを並べる要素：横方向に連結し、アニメーションをさせる */
.logo-container {
    display: inline-flex;
    /* 画像を横一列に並べる */
    animation: marquee 20s linear infinite;
    /* 20秒で1回ループ、速度調整はお好みで */
}

/* ロゴ同士の間隔などはリンク要素へ調整 */
.logo-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    /* 横の空白を調整 */
    text-decoration: none;
    width: 250px;
}

@media only screen and (max-width: 480px) {
    .logo-container a {
        margin-right: 15px;
        width: 150px;
    }
}

/* 画像のサイズをそろえたい場合はここで調整 */
.logo-container img {
    /* 例：高さを固定 */
    /* width: auto; などで比率維持 */
}

/* 右→左へスライドするキーフレーム */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        /*
      同じロゴセットが2回並んでいるので、
      -50% だけ移動すれば「後半のセット」が先頭と
      シームレスに繋がる
    */
        transform: translateX(-50%);
    }
}

.flow_nav_wrapper {
    display: flex;
    position: fixed;
        bottom: 0;
        right: 0;
        z-index: 150;
}

@media only screen and (max-width: 480px) {
    .flow_nav_wrapper {
            display: flex;
            position: fixed;
            bottom: 0;
            right: 0;
            z-index: 150;
        }
}

.flow_nav_wrapper .btn {
    display: none;
}

@media only screen and (max-width: 480px) {
    .flow_nav_wrapper .btn {
            display: block;   }
}

.top_meritimg {
    text-align: center;
}