@charset "utf-8";

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
        + local("Noto Sans JP"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}


/**
*
*  会社概要
*
*/

/* today編集 */
.top-container {
    background-image: url("../images/rinobe-top.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /* ブラウザの幅に合わせる */
    height: 550px;
    /*ブラウザの高さに合わせる */
    position: relative;
    /* 重ねる画像の基準位置にする */
    margin-top: 30px;
}


.overlay-image {
    max-width: 30%;
    /* 最大幅を80%に設定（調整可能） */
    min-width: 250px;
    width: 100%;
    /* コンテナの幅に合わせて伸縮 */
    position: absolute;
    /* 重ねる画像を絶対配置 */
    top: 50%;
    /* 上下中央に配置 */
    left: 50%;
    /* 左右中央に配置 */
    transform: translate(-50%, -50%);
    /* 中央配置の微調整 */
}


/* 0226編集
.topimgbox{
    width: 90%;
    padding: 0.5%;
    text-align: center;
    margin: auto;
    position: relative;
}

.topimgbox img{
    width: 100%;
}

.overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 30%;
    max-width: 500px;
    /* top: 0; */
/* left: 0; */


.box_area p {
    margin: 0;
    padding-top: 0;
}

.bg_type {
    /* background:#ddd; */
    padding: 5px;
    width: 90%;
    margin: 10px auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.bg_type h2 {
    font-weight: 600;
    text-align: right
}

.bg_type h2 span {
    /* font-size:0.8em; */
    color: #ff5722;
}


.title_A {
    margin: 5px 0px;
    line-height: 1.5;
    font-size: 30px;
    font-weight: 600;
    padding: 0;
    text-align: left;
    color: #433e37;
    font-family: "Noto Sans", Arial, Roboto, "Droid Sans", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, M
}

.title_A:first-letter {
    font-size: 1.8em;
    color: #ff5722;
    padding-right: 2px;
}



@media (max-width: 600px) {

    .title_A:first-letter {
        font-size: 1.3em;
        color: #ff5722;
        padding-right: 2px;
    }



    .title_A {
        margin: 5px 0px;
        line-height: 1.5;
        font-size: 30px;
        font-weight: 600;
        padding: 0;
        text-align: left;
        color: #433e37;
        font-family: "Noto Sans", Arial, Roboto, "Droid Sans", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, M
    }

}




/*--------------------------------------------------------------------------
overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
.blockTtl.en {
    margin-top: 40px;
    margin-bottom: 30px;
}



/* テキスト配置　*/
.tx_c {
    text-align: center;
}

.tx_l {
    text-align: left;
}

.tx_r {
    text-align: right;
}



#subTitle {
    /* border: 1px solid #eee; */
    margin: 0%;
    padding: 1%;
    width: 98%;
    max-width: 1200px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    /* float: left; */
    margin: 10px auto;
    background: rgba(255, 255, 255, 0.9);
    font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
}


#subTitle img {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 10px;

}


#subTitle h2 {
    font-size: 26px;
    font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
    margin-bottom: 50px;
    font-weight: 600;
}

#subTitle h2 {
    color: #f54383;
    text-shadow: 0 0 5px white;
    padding: 0.3em 0.5em;
    background: -webkit-repeating-linear-gradient(-45deg, #fde2eb, #fde2eb 3px, #f5e2e9 3px, #f5e2e9 7px);
    background: repeating-linear-gradient(-45deg, #fde2eb, #fdc9db 3px, #f5e2e9 3px, #f5e2e9 7px);
    max-width: 1200px;
    width: 95%;
    margin: 0 auto 60px;
    font-size: 28px;
    font-weight: 600;
    line-height: 2;
}

#subTitle h2 span {
    display: block;
    font-size: 25px;
    font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;

    font-weight: 600;
    color: #000;
}





#subTitle .wrap {
    width: 90%;
    margin: 0 auto;
}


#subTitle .stitle1 {
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 2em;
    text-align: center;
    margin-bottom: 30px;
    background: #eb6b7d;
    border-radius: 5px;
}



#subTitle .title {
    margin-bottom: 5px;
    font-size: 2em;
    font-weight: bold;
    color: #212270;
    line-height: 1.5em;
}

#subTitle .stitle3 {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 500;
    color: #333;
    /* line-height: 1.5em; */
    text-align: left;
}


.box_01 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
}



.midashi_1 {
    position: relative;
    color: #FF9800;
    background: #ffffff;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 1em;
    margin-left: 0.5em;
    text-indent: -1em;
    text-decoration: dashed;
    color: #e82838;
}




.midashi_1:before {
    font-family: "FontAwesome";
    content: "\f14a";
    content: "\f06c";
    position: absolute;
    left: 5px;
    padding-top: 0;
    font-size: 20px;
    /* line-height: 1.5; */
}


.midashi_1:after {
    font-family: "FontAwesome";
    content: "\f14a";
    content: "\f06c";
    position: absolute;
    left: 5px;
    padding-top: 0;
    font-size: 20px;
    /* line-height: 1.5; */
}




.midashi_1 a:hover {
    position: relative;
    color: #4CAF50;

}



.p_text1 {
    font-size: 25px;
    font-weight: 600;
    line-height: 2.5;
}

.p_text2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.8;
    color: #ff5722;
    border-bottom: 2px solid;
}

.p_text3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.p_text4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    color: #333333;
    border-bottom: 2px solid;
}


.nami {
    text-decoration: underline wavy;
    color: #E91E63;
}

.borderA {
    background: #ff0;
    padding: 5px;
}


.btn_area {
    margin-top: 80px;
}


.btn_brown {
    margin: 10px auto;
    font-size: 15px;
    font-weight: 600;
    color: #FF5722;
    padding: 7px 40px;
    text-decoration: none;
    border: #FF5722 1px solid;
    display: inline-block;
}

/*-.btn_type1 { margin:0 auto; font-size:12px; color:#c1272d; padding:7px 40px; text-decoration:none; border:#c1272d 1px solid; display:inline-block;} -*/


.btn_brown {
    background: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_brown:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Button 1e */
.btn_brown {
    overflow: hidden;
}

.btn_brown:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #FF5722;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn_brown:hover,
.btn_brown:active {
    color: #fff !important;
    background: #FF5722;
}

.ie8 .btn_brown:hover,
.ie8 .btn_brown:active {
    color: #c1272d !important;
}


.btn_brown:hover:after {
    height: 500%;
    opacity: 1;
}

.btn_brown:active:after {
    height: 500%;
    opacity: 1;
}

.btn_brown2 {
    margin: 10px auto;
    font-size: 15px;
    font-weight: 600;
    color: #FF5722;
    padding: 7px 40px;
    text-decoration: none;
    border: #FF5722 1px solid;
    display: inline-block;
}

/*-.btn_type1 { margin:0 auto; font-size:12px; color:#c1272d; padding:7px 40px; text-decoration:none; border:#c1272d 1px solid; display:inline-block;} -*/


.btn_brown2 {
    background: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_brown2:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Button 1e */
.btn_brown2 {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_brown2:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #FF5722;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn_brown2:hover,
.btn_brown2:active {
    color: #fff !important;
    background: #FF5722;
}

.ie8 .btn_brown2:hover,
.ie8 .btn_brown:active {
    color: #c1272d !important;
}


.btn_brown:hover2:after {
    height: 500%;
    opacity: 1;
}

.btn_brown2:active:after {
    height: 500%;
    opacity: 1;
}






/* ---------------- */

.btn_brown3 {
    margin: 10px auto;
    font-size: 15px;
    font-weight: 600;
    color: #FF5722;
    padding: 7px 40px;
    text-decoration: none;
    border: #FF5722 1px solid;
    display: inline-block;
}

/*-.btn_type1 { margin:0 auto; font-size:12px; color:#c1272d; padding:7px 40px; text-decoration:none; border:#c1272d 1px solid; display:inline-block;} -*/


.btn_brown3 {
    background: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_brown3:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Button 1e */
.btn_brown3 {
    overflow: hidden;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* width: 12em; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.btn_brown3:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #FF5722;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn_brown3:hover,
.btn_brown3:active {
    color: #fff !important;
    background: #FF5722;
}

.ie8 .btn_brown3:hover,
.ie8 .btn_brown3:active {
    color: #c1272d !important;
}



@media (max-width: 600px) {
    .btn_brown3 {
        overflow: hidden;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
}






/*--------------------------------------------------------------------------
Main
/* #service
-----------------------------------------------------------------*/

#service1 {
    padding: 20px 0px 10px;
    background: #fff;
    background-position: right;
}

#service1 .wrap {
    position: relative;
    /* 	background: #fff;*/
    /*	opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    */
}

#service1 .note0 {
    margin: 2%;
    padding: 1%;
    max-width: 1200px;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    /* float: left; */
    margin: 30px auto;
    background: rgba(255, 255, 255, 0.9);
    width: 96%
}

#service1 .note0 h3,
#service1 .note0 p {
    font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
}

#service1 .note0 h3 {
    font-size: 20px;
    margin-bottom: 50px;
}

#service1 .note2 {
    margin: 2%;
    padding: 1%;
    width: 96%;
    /* margin-bottom: 50px; */
    background-size: cover;
    background-position: center;
    /* float: left; */
    margin: 30px auto 60px;
    background: rgba(255, 255, 255, 0.9);
    max-width: 1200px;
}


#service1 .note {
    margin: 2%;
    padding: 1%;
    width: 96%;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    /* float: left; */
    margin: 30px auto;
    background: rgba(255, 255, 255, 0.9);
    max-width: 1200px;
}


/*お客様の声のカスタマ 背景画像*/
.service1_bg1 {
    /*background: url(../images/service1_bg1.png) no-repeat 50% 50% ;*/
    border: 1px #eee solid;
}


.note2 {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px rgb(42 41 41 / 89%);
    border-radius: 8px;
}

.note2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    right: 30px;
    padding: 0 9px;
    line-height: 1;
    font-size: 30px;
    background: #FFF;
    color: #ff5722;
    font-weight: bold;
}


@media (max-width: 515px) {

    .note2 .box-title {
        text-align: center;
        font-size: 20px;
        line-height: 1.5;
        left: 15px;
        right: 15px;
        top: -20px;
    }
}


.if_sp {
    display: none
}

@media (max-width: 600px) {
    .if_sp {
        display: block
    }
}

.service1_bg2 {
    background: url(../images/service1_bg2.png) no-repeat 50% 50%;
}

.service1_bg3 {
    background: url(../images/service1_bg3.png) no-repeat 50% 50%;
}


#service1 .note2 h2 {
    /* margin: 5px 0px; */
    /* line-height: 1.5; */
    /* font-size: 30px; */
    /* 	font-weight: 600;
    padding: 0;
    text-align: left; */
    /* color: #FF9800; */
    font-family: "Noto Sans", Arial, Roboto, "Droid Sans", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, M;
    text-align: left;
}


#service1 .note2 p.p_text4 {
    padding: 2px 2px;
    line-height: 1.5;
    text-align: left;
    margin: 10px;
    font-size: 28px;
    color: #ff5722;
    font-family: "Noto Sans", Arial, Roboto, "Droid Sans", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#service1 .note2 p a {
    padding: 2px 2px;
    line-height: 1.5;
    text-align: left;
    margin: 10px;
    font-size: 30px;
    color: #ff5722;
    font-family: "Noto Sans", Arial, Roboto, "Droid Sans", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#service1 .note2 p {
    padding: 0px 2px;
    line-height: 1.5;
    text-align: left;
    margin: 10px;
    font-weight: 600;
    font-size: 17px;
    font-family: "Noto Sans", Arial, Roboto, "Droid Sans", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#service1 .note2 p.number {
    font-size: 30px;
    font-weight: 800;
    color: #ff5722
}






#service1 .note2 .mado-product p {
    padding: 2px 2px;
    line-height: 1.5;
    text-align: center;
    margin: 10px;
    font-size: 17px;
    font-family: "Noto Sans", Arial, Roboto, "Droid Sans", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#service1 .note2 h3 {
    padding: 2px 2px;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
    margin: 10px;
    font-size: 18px;
}


#service1 .note2 h4 {
    padding: 2px 2px;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
    margin: 10px 0;
    font-size: 22px;
    padding-left: 40px;
}


@media (max-width: 515px) {
    #service1 .note2 h4 {
        padding: 2px 0px;
        line-height: 1.5;
        font-weight: 600;
        text-align: left;
        margin: 10px 0;
        font-size: 16px;
        padding-left: 20px;
    }
}



.c_Orange {
    color: #ff5722;
    font-size: 1.3em;
}


#service1 .note2 p span {
    /* 		font-size: 20px; */
    font-weight: 600;
    /* padding-right: 10px; */
    text-decoration: dashed;
    /* 		color: #504747; */
}


.fsize-b {
    font-size: 28px;
    font-weight: 600;
    color: #fe0015;
}



#service1 .note2 p span a:hover {
    text-decoration: dashed;
}

#service1 .note2 p.optxt {
    font-size: 12px;
}


#service1 .note2 p.conttel {

    font-weight: 600;
    /* background: #eee; */
    margin-top: 10px;
}

#service1 .note2 p.conttel span {
    background: #00adba;
    color: #f0f4f9;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 25px;
}


.conttel {
    font-weight: 600;
    /* background: #eee; */
    /* margin-top:10px; */
    line-height: 1.5;
    font-size: 16px;
}

.conttel span {
    /* background: #00adba; */
    color: #000;
    padding: 5px 10px;
    /* border-radius: 10px; */
    font-size: 40px;
    border-bottom: 1px dashed #878787;
}



ol.point6 {
    counter-reset: list;
    list-style-type: none;
    font: 16px/1.8 'arial narrow', sans-serif;
    padding: 0;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
}

ol.point6 li {
    position: relative;
    line-height: 30px;
    margin: 7px 0 10px 40px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: solid 1px #057457;
}

ol.point6 li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -30px;
    width: 30px;
    height: 32px;
    background: #057457;
    text-align: center;
    color: #fff;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}





#service1 .note2 h3 {
    padding: 15px 0px 0;
    line-height: 1.8;
    font-size: 20px;
    font-weight: 600;
}

.quality {
    width: 90%;
    margin: 20px;
    text-align: center;
    padding-top: 30px;
    /* float:left; */
}

.ios_img {
    border: 1px #eee solid;
    max-width: 800px;
    width: 100%;
    margin: 30px auto;
}



.ios_img img {
    max-width: 700px;
    width: 96%;
    padding: 3%;
}

.quality h2 {
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 60px;
}


.quality h4 {
    position: relative;
    color: #057457;
    text-align: left;
    font-size: 20px;
    line-height: 2.5;
    padding-left: 40px;
    font-weight: 600;
    border-bottom: solid 1px;
}

.quality h4:before {
    /*疑似要素*/
    font-family: 'FontAwesome';
    content: "\f292";
    position: absolute;
    left: 0;
    /*左端からのアイコンまでの距離*/
    font-size: 20px;
    top: 0px;
    font-weight: 500;
}

.quality p {
    margin-top: 40px;
    line-height: 2;
    font-size: 18px;
    font-weight: 400;
    text-align: right;

}


@media (max-width: 515px) {
    .quality h4:before {
        font-size: 15px;
        line-height: 1.7;
    }
}


.quality h5 {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.quality h5:before,
h5:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

.quality h5:before {
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    left: 0;
}

.quality h5:after {
    content: '';
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    right: 0;
}




.quality {
    width: 100%;
    margin: 0%;
    text-align: center;
    padding-top: 0px;
    /* float:left; */
    margin-top: 50px;
}



@media (max-width: 515px) {
    .quality {
        margin-top: 10px;
    }
}





/* お客様の声のカスタマ  ●様邸の文字 */

.colorF {
    color: #fff;
}

.colorB {
    color: #1e0904;
}



/* お客様の声のカスタマ  テキストエリアと写真エリア */

.bColor_beige {
    padding: 1%;
    background: rgb(255, 255, 255);
    /* color: #40210f; */
    border-bottom: 1px solid #d6d6d6;
}



.box-flex {

    display: flex;

}





.box_area {
    width: 90%;
    padding: 0.5%;
    margin: a;
}

.box_area img {
    width: 100%;
}

.box_area h2 {
    padding: 0;
}

.box_area li {
    font-size: 2rem;
}


.box_area li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/icon_li.png) no-repeat;
    position: relative;
    top: 20px;
    left: -10px;
}


.box_wd95 {
    width: 98%;
    margin: 0px 0 10px;
    padding: 10px 10px 20px;
}


.box_wd70 {
    width: 65%;
    float: left;
}


.box_wd60 {
    width: 55%;
    float: left;
}

.box_wd50 {
    width: 47%;
    margin: 0.5%;
    float: left;
}

.box_wd40 {
    width: 40%;
    float: left;
}


.box_wd30 {
    width: 32%;
    float: left;
}

.box_wd20 {
    width: 20%;
    float: left;
}

.box_wd10 {
    width: 10%;
    float: left;
}

.box_wd95 img,
.box_wd70 img,
.box_wd60 img,
.box_wd50 img,
.box_wd40 img,
.box_wd30 img,
.box_wd20 img,
.box_wd10 img {
    width: 100%;
    max-width: 1200px;
}



.bg_colorBe {
    /*	background: #f3f3f3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; */
    padding: 0px;
    margin: 10px 10px 10px;
    /* overflow: auto; */
}

.bg_colorB {
    background: #1e0904;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px;
    margin: 10px 10px 30px;
    overflow: auto;
}


#service1 .note2 img {
    margin: 0;

}



.txt_fwb {
    font-size: 25px;
    font-weight: 700;
}


/* 会社案内
-----------------------------------------------------------------*/
.gaiyou {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.gaiyou p {

    font-size: 110%;


}


table.brwsr1 {
    width: 100%;
    font-size: 2rem;
    margin: 20px 0px;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin-bottom: 10px;
    margin-left: 5px;
    transition: .8s;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

table.brwsr1 img {}

table.brwsr1 th {
    padding: 4px 0;
    padding-left: 15px;
    vertical-align: middle;
    text-align: left;
    width: 150px;
    border-bottom: #eee 1px solid;
}

table.brwsr1 td {
    padding: 8px 0;
    padding-left: 15px;
    text-align: left;
    border-bottom: #eee 1px solid;
    font-size: 115%;

}

table.brwsr1 td.r1 {
    width: 40%;
    text-align: left;
    /* border-right: #eee 1px solid;
    background: #447791;*/
}

table.brwsr1 td.r2 {
    width: 60%;
    text-align: left;
    /* border-left: #fff 1px solid;
    border-right: #eee 1px solid;
    background: #5893b1;*/
}

table.brwsr1 td.r3 {
    width: 50%;
    text-align: left;
    /* border-left: #fff 1px solid;
    border-right: #eee 1px solid;
    background: #5893b1;*/
}


table.brwsr1 td.r4 {
    width: 70%;
    text-align: left;
    border-right: #eee 1px solid;
    /* border-left: #fff 1px solid;
    background: #5893b1;*/
}

table.brwsr1 td.r5 {
    width: 30%;
    text-align: left;
    /* border-left: #fff 1px solid;
    border-right: #eee 1px solid;
    background: #5893b1;*/
}





/* #mission
-----------------------------------------------------------------*/
#mission {
    padding: 54px 5% 80px;
}

#mission .txt {
    margin-bottom: 30px;
    font-size: 124%;
    text-align: center;
}

.mt_10 {
    margin-top: 10px
}

.mt_20 {
    margin-top: 20px
}

.mt_30 {
    margin-top: 30px
}

.mt_40 {
    margin-top: 40px
}

.mt_50 {
    margin-top: 50px
}

.mt_60 {
    margin-top: 60px
}

.btn_area {
    text-align: right
}

.btn_area_col2 {
    display: flex;
    gap: 1em;
}


/* spサイト
-----------------------------------------------------------------*/
@media (max-width: 800px) {
    .box-flex {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 0 auto;
    }
}

@media (max-width: 515px) {

    .mt_10,
    .mt_20,
    .mt_30,
    .mt_40,
    .mt_50,
    .mt_60 {
        margin-top: 10px
    }

    .btn_area {
        text-align: center
    }




    #service1 {
        padding-top: 0px;
    }



    #subTitle h2 {
        font-size: 20px;
        font-family: 'Noto Sans Japanese', "メイリオ", "Meiryo", serif;
        margin-bottom: 10px;
        padding-top: 10px;

    }


    #subTitle h2 span {
        font-size: 18px;
    }




    #subTitle .stitle1 {
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        line-height: 2em;
        margin-bottom: 30px;

    }


    .p_text1 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.8;
    }


    #service1 .note2 p {
        /* padding: 2px 2px; */
        /* line-height: 1.5; */
        /* font-weight: 500; */
        /* text-align: left; */
        /* margin: 10px; */
        /* font-size: 14px; */
        /* width: 90%; */
    }


    #service1 .note2 p span {
        font-size: 16px;
        /* color: #e82838; */
        font-weight: 600;
        padding-right: 10px;
    }




    .conttel {
        font-weight: 600;
        /* background: #eee; */
        margin-top: 10px;
        line-height: 2;
    }

    .conttel span {
        /* background: rgba(29, 38, 66, 0.9); */
        /* color: #f0f4f9; */
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 25px;
    }





    .bg_colorBe {
        padding: 5px;
        /* margin: 10px 5px 10px; */
        /* overflow: auto; */
    }



    #service1 .note2 {
        margin: 2% 3% 50px;
        padding: 1%;
        width: 91%;
    }

    #service1 .note2 h2 {
        margin: 25px 0px 0;
        line-height: 1.5;
        font-size: 18px;
        font-weight: 600;
        padding: 0 0.5%;
        /* color: #FF9800; */
    }

    .box_wd10,
    .box_wd20,
    .box_wd30,
    .box_wd70,
    .box_wd60,
    .box_wd50 {
        width: 100%;
        margin: 0;
    }


    table.brwsr1 {
        margin-bottom: 50px;
    }


    table.brwsr1 td {
        display: block;
        border-bottom: none;

    }

    table.brwsr1 td.r4 {
        width: auto;
        text-align: left;
        border-right: #eee 1px solid;
        background: #eee;
        padding: 1%;

    }

    table.brwsr1 td.r5 {
        width: auto;
        text-align: right;
        padding: 2%;
        border-bottom: #eee 1px solid;
    }

    /* today編集 */
    .top-container {
        /* background-image: url("../madotop-sp_s.jpg"); */
        height: 50vw;
        background-size: cover;
        border-radius: 10px;
        margin: 20px auto 50px;
        width: 95%;
    }

    .overlay-image {
        max-width: 30%;
        /* 最大幅を80%に設定（調整可能） */
        min-width: 180px;
        width: 100%;
        /* コンテナの幅に合わせて伸縮 */
        position: absolute;
        /* 重ねる画像を絶対配置 */
        top: 50%;
        /* 上下中央に配置 */
        left: 50%;
        /* 左右中央に配置 */
        transform: translate(-50%, -50%);
        /* 中央配置の微調整 */
    }





}






/* ======== table.tableOther ======== */
table.type1 {
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2;
    width: 100%;
}

table.type1 tr {}

table.type1 th {
    width: 25%;
    padding: 24px;
    vertical-align: 0;
    border: #ddd 1px solid;
    border-right: #ddd 1px dashed;
    border-right: #ddd 1px solid;
}

table.type1 td {
    padding: 22px;
    vertical-align: 0;
    border: #ddd 1px solid;
    border-left: none;
}

table.type1 td .linkArea {
    margin-top: 10px;
    text-align: left;
}

table.type1 td .linkArea a.btn {
    margin: 0;
}



@media only screen and (max-width: 950px) {
    table.type1 th {
        width: 30%;
        padding: 20px;
    }

    table.type1 td {
        padding: 20px;
    }
}

@media only screen and (max-width: 800px) {
    table.type1 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 414px) {
    table.type1 th {
        width: 30%;
        padding: 15px;
    }

    table.type1 td {
        padding: 15px;
    }
}


/* ======== table.tableOther ======== */
table.type1 {
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2;
    width: 100%;
    margin-bottom: 20px;
}

table.type1 tr {}

table.type1 th {
    width: 25%;
    padding: 24px;
    vertical-align: 0;
    /* border: #ddd 1px solid; */
    border-right: #ddd 1px dashed;
    border-right: #ddd 1px solid;
}

table.type1 td {
    padding: 3px 5px;
    vertical-align: 0;
    border: #ddd 1px solid;
    /* border-left:none; */
}

table.type1 td .linkArea {
    margin-top: 10px;
    text-align: left;
}

table.type1 td .linkArea a.btn {
    margin: 0;
}

@media only screen and (max-width: 950px) {
    table.type1 th {
        width: 30%;
        padding: 20px;
    }

    table.type1 td {
        padding: 20px;
    }
}

@media only screen and (max-width: 800px) {
    table.type1 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1000px) {
    table.type1 {
        /* font-size:12px; */
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
}

@media only screen and (max-width: 414px) {
    table.type1 th {
        width: 30%;
        padding: 15px;
    }

    table.type1 td {
        padding: 15px;
    }
}