@charset "UTF-8";




/*-----
共通
-----*/



html {
    min-height: 100%;
    font-size: 62.5% ;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}

body {
    font-size: 1.6em ;
    padding: 0 ;
    margin: 0;
    color: var(--black);
    line-height:1.5;
    text-align: left;
    width: 100%;
}

img { 
    width: 100%;
}

.for-sp{
    display:none;
}

.wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 2.0rem;
}

section {
    padding: 0 6.0rem 8.0rem 6.0rem;
}

section:last-child {
    margin-bottom: 10.0rem;
}


.mar_no {
    margin-bottom: 0 !important;
}

.big_title {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 2.4rem;
    text-align: center;
    margin: 6rem 0;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.big_title_white {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    color: var(--white);
    font-size: 2.4rem;
    text-align: center;
    margin-top: 6rem;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.big_title:before, .big_title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}

.big_title_white:before, .big_title_white:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: white;
}


.big_title:before {
    left:0;
}

.big_title:after {
    right: 0;
}

.big_title_white:before {
    left:0;
}

.big_title_white:after {
    right: 0;
}

.big_title span {
    font-size:1.2rem;
    position: absolute;
    top:100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.big_title_white span {
    font-size:1.2rem;
    position: absolute;
    top:100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.top_title {
    margin-bottom: 3rem;
    
}


.box {
    display: flex;
    justify-content:space-between;
    flex: 1;
}


.center {
    justify-content:center;
    text-align: center;
}

.box a {
    margin-right: 3.4em;
    max-width: 370px;
    width: 100%;
    align-self:stretch;
}

.box a:last-child {
    margin-right: 0em;
}

.box dt {
    text-align: center;
    font-size:1.25em;
}

.box dt img {
    margin-top: 1.25em;
}

.box dd {
    font-size:0.875em;
    margin-top: 1.25em;
} 

.info {
    text-align: center;
    font-weight: bold;
    margin-top: 5.0rem;
    position: relative;
    padding-bottom: 10rem;
    }

.btn {
    border-radius: 5px;
    border:3px solid var(--main);
    box-shadow: 0 0 10px 0 rgba(204, 204, 204 , 0.2);
    background-color: var(--main);
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    display: inline-block;
    margin: 0 auto;
    line-height: 1;
    font-size: 1.8rem;
    padding: 3rem;
    color: var(--white);
    position: absolute;
    top: 8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    min-width: 360px;
    line-height: 1;
}

.btn:hover {
    border:3px solid var(--main);
    background: var(--white);
    color: #1A4472 !important; 
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-left: 1em;
    font-weight:900;
}


.btn_input input[type="button"].btn_clear {
    font-size: 13px !important;
    font-weight: normal; 
    background-color: var(--white);
    color: var(--main);
    padding: 1rem 1rem;
}
.red {
    color: var(--main);
}

i {
    margin-right: 0.7rem
}

.sp { 
    display:none;
}

.back_gray {
    background: var(--gray);
}

.under_title {
    color: var(--main);
    font-weight: bold;
    font-size: 1.8rem;
    display: inline;
    border-bottom: 3px solid ;
    padding-bottom: 0.5rem;
}

.under_title + p {
    margin-top: 3.0rem;
}

.under_title_sub {
    margin-bottom: 3.0rem;
    font-weight: bold;
    color: var(--main);
}

.top_under_title {
    font-size:2.4rem;
}


/*-----
問い合わせボタン
id:info
-----*/




.btn_tell {
    position: relative;
    display: block;
    border-radius: 5px;
    color: white;
    border: 3px solid var(--main);
    font-weight: bold;
    text-align: center;
    background: var(--main);
    padding: 3.0rem 0;
    margin-right: 2rem;
    min-width: 270px;
}

.btn_tell:before {
    content: "\f095";
    font-family:FontAwesome;
    padding-right: 0.5em;
    font-weight: 900;
}

.btn_tell:hover {
    border:3px solid var(--main);
    background: var(--white);
    color: var(--main) !important; 
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn_line { 
    position: relative;
    display: block;
    border: 3px solid #2DAD38;
    border-radius: 5px;
    color: #2DAD38;
    font-weight: bold;
    text-align: center;
    background: var(--white);
    padding: 3.0rem 0;
    margin: auto;
    min-width: 270px;
}


.btn_line:hover {
    border:3px solid #2DAD38;
    background: #2DAD38;
    color: var(--white) !important; 
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}




/*-----
スクロールアニメーション
class:animation
-----*/



.animation {
    opacity : 0;
    visibility: hidden;
    transition: 1s;
    transform: translateY(30px);
}

.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



/*-----
ヘッダー
id:header
-----*/



header {
    box-shadow: 0 1px 2px 0 rgba(204, 204, 204 , 0.1);
    background-color: var(--white);
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 1.3em 1.9em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.logo {
    /*max-width: 280px;*/
}

#header h1 span {
    font-size: 11px;
    display: block;
    padding-top: 5px;
}



/*ナビゲーション部分*/

.menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.menu ul li {
    padding:0 2rem;
}
.menu ul li a {
    font-weight:bold;
    text-decoration:none;
}
.menu ul li a:hover{
    background-color:transparent;
    color: var(--main);
}
.menu ul li a {
    position: relative;
    display: inline-block;
    border-bottom: none;
    transition: 0.5s;

    padding-bottom: 0.5rem;
}
.menu ul li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    border-bottom: solid 1px var(--main);
    transition: 0.5s;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menu ul li:last-child a::after {
    border-bottom: none;
}
.menu ul li a:hover::after {
    width: 100%;
    background-color:transparent;
}
.header-btn {
    padding: 1.3rem 4rem;
    border-radius: 5px;
    border:3px solid var(--main);
    box-shadow: 0 0 10px 0 rgba(204, 204, 204, 0.5);
    background-color: var(--main);
    margin: 0 auto;
    width: max-content;
    font-size: 14px;
    font-weight: bold;
    color: var(--white);
    }

.header-btn:hover {
    border:3px solid var(--main);
    background: var(--white);
    color: #1A4472 !important; 
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

header:hover {
    opacity:1 !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}



/*-----
メインビジュアル
id:Main-visual
-----*/



#Main-visual {
    margin: 0 auto;
    background-image: url("../img/main_visual.png");
    background-size: cover; 
    background-position: 50% 50%;
    position: relative;
    min-height: 520px;
    text-align: center;
}

.catch_main {
    text-shadow: 0 0 3.0rem rgba(26, 68, 1140,  0.16);
    font-weight: bold;
    font-size:4vw;
    color: var(--white);
    top:7rem;
    padding-top: 15%;
}

.catch_sub {
    text-shadow: 0 0 3.0rem rgba(26, 68, 1140, 0.16);
    font-size: 1.5vw;
    font-weight: bold;
    color: var(--white);
    top:25rem;
}

#Main-visual .info {
    position: absolute;
    bottom:25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#Main-visual .btn {
    min-width:380px;
}


/*-----
会社概要
id:company
-----*/

.about {
    padding-right:1rem;
}

/*-----
サービス
id:service
-----*/

.service_back {
    margin: 0 auto;
    background-image: url("../img/back.png");
    background-size: cover; 
    background-position: 50% 50%;
}

#service .box dd {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size:1.8rem;
}
#service .box dd:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 1em;
    font-weight: 900;
}
#service1 ,#service2 , #service3 , #estimate {
    margin-top:-180px;
    padding-top:180px;
}

#service .wrap .text {
    margin-left: 2rem;
}

/*-----
webで簡単お見積もり
id:estimate
-----*/

#estimate {
    text-align: left;
}
#estimate .box .text span {
    font-size: 1.0rem;
    display: block;
    margin-top: 1rem;
}
#simulate_base {
    margin-left: 2rem;
}
#simulate_base dl {
    display: flex;
    border-bottom: 1px solid #cccccc;
}
#simulate_base dt {
    padding: 1rem;
    font-size: 14px;
    min-width: 40%;
    text-align: left;
    background-color: #CADAEA
}   
#simulate_base dd p:first-child {
    margin-bottom: 1rem;
}
#simulate_base dd {
    margin-top: 0; 
    padding: 1rem ;
    font-size: 18px;
}

#simulate_base dd div , #simulate_base dd br  {
    padding-bottom: 1rem ; 
}

.label_req {
    color:#ff0000 ;
    font-size:11px;
}
#btn_area p:first-child {
    font-size:11px;
    margin-top: 1rem;
}
#result_title {
    font-size:16px;
    display: block;
    border-top : 1px dotted #cccccc;
    padding: 2rem 0;
}
#result_amount {
    font-size:30px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 1rem;
}
.btn_input {
    margin: 0 auto;
    text-align: center;
}
.btn_input input[type="button"]:first-child {
    margin-right: 2rem;
}
.btn_input input[type="button"] {
    margin: 2rem auto 4rem auto;
    padding: 1.3rem 4rem;
    border-radius: 5px;
    border-radius: 5px;
    border: 3px solid var(--main);
    box-shadow: 0 0 10px 0 rgb(204 204 204 / 50%);
    background-color: var(--main);
    width: max-content;
    font-size: 14px;
    font-weight: bold;
    color: var(--white);
}
.btn_input input:hover {
    border:3px solid var(--main);
    background: var(--white);
    color: #1A4472 !important; 
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


/*-----
お問い合わせページ
id:contact_page
-----*/

#contact_page h3.catch {
    text-align: center;
    margin-bottom: 6rem;
}

.contact_box section {
    width: 50%;
}
.contact_box div {
    display:flex;
    flex-direction: column
}
.contact_box .cont_btn {
    margin-top: 3rem;
}
.contact_box .cont_btn a {
    margin: 0 auto
}  
.contact_box .under_title {
    margin-bottom: 3rem;
}


/*-----
フッターお問い合わせ
id:contact
-----*/


#contact {
    margin-bottom: 0 !important;
}

#contact .box h4 {
    font-weight: bold;
    font-size: 1.8rem;
}

#contact .box p , #contact .box h4 {
    margin-bottom: 3.0rem;
    
}

.map_contents {
    width: 30%; 
    margin-right: 2rem;
}

.map_wrap {
    position: relative;
    width: 60%;
}

.map_wrap_box {
    height: 0;
    padding-top: 56.25%;
}
.map_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*-----
会社概要
id:company
-----*/

#Main-title {
    background: #1A4472;
}

#company {
    
}

.history {
    display: block;
}

.history ul {
    margin-top: 3.0rem;
}

.history ul li {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 3.0rem;
    margin-bottom: 3.0rem;
}

.history ul li span {
    margin-right: 3rem;
}



/*-----
サービス概要
id:service
-----*/


#service .wrap .text {
    width: 50%;
}


/*-----
サイトマップ
id:sitemap
-----*/


.sitemap_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--main)
    
}

.sitemap_title:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 1em;
    font-weight: 900;
}

.sitemap_title ul {
    font-weight: normal;
    margin-top:3.0rem;
}

.sitemap_title ul li {
    list-style: inside;
}
#sitemap .box {
    flex-wrap: wrap; 
    display: flex;
    justify-content: space-between;
    align-items: top
}
#sitemap .box div.sitemap_title {
    width: 25%;  /* お好みの幅で指定 */
    padding:16px;  /* お好みの幅で指定 */
    /* paddingと合わせてbox-sizingも指定 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}
#sitemap .box:after {
    content: "";
    display: block;
    width: 25%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
#sitemap .box div.sitemap_title ul {
    margin-top: 1.5rem;
}



/*-----
フッター
id:footer
-----*/



footer {
    color: var(--white);
    background-color: var(--main);
    font-size: 1.2rem;
    margin: 0 auto;
    text-align: center
}

footer ul {
    display: flex;
    justify-content: center;
    padding: 2.7em;
}

footer ul li {
    margin:0 1em;
}

footer a:hover {
    text-decoration: underline;
}

footer p {
    padding-bottom: 1em;
}

#page-top {
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    background: #0C1F33;
    color: #ffffff;
    padding: 2rem;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}


/*-----
メイン背景切り替え
-----*/



@media (max-resolution: 2dppx) {#Main-visual {
    background-image: url("../img/main_visual@2x.png")
    }}


@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){
    #Main-visual {
        background-image: url("../img/main_visual@2x.png")
    }
}






/*-----
レスポンシブ設定
-----*/



@media only screen and (max-width:680px) { 

    .wrap {
        padding: 0 2.0rem;
    }
    
    section {
        padding: 4.0rem 3.0rem;
    }
    
    .box {
        flex-wrap: wrap;
        text-align: center;
    }

    .box dl {
        margin-right: 0px;
        margin: 0 auto;
        margin-bottom: 5.0rem;
    }
    
    .box dl:last-child {
        margin-right: auto;
        margin-bottom: 0;
    }

    .btn {
        line-height: 1;
        min-width: 100%;
        font-size: 1.8rem;
        padding: 3rem ;
    }

    .btn:active {
        border:2px solid var(--main);
        background: var(--white);
        color: #1A4472 !important; 
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    
    .sp { 
        display:block;
    }
    
    a[href^="tel:"]{
        pointer-events: none;
    }
    
    /*-----
    ヘッダー
    id:header
    -----*/
    
    header {
        padding: 1.7rem 3rem;
        text-align: center;
        display: block;
    }

    header h1 img {
        width: 30vw;
    }
    header h1 span {
    font-size: 10px;
    }  
    header ul {
        font-size: 11px;
    }
    .menu ul li:nth-last-child(2) {
        border-right: none;
    }


    /*-----
    メインビジュアル
    id:Main-visual
    -----*/
    
    .catch_main {
        font-size: 10vw !important;
        padding-top: 40%;
    }
    
    .catch_sub {
        font-size: 1.5rem!important;
    } 
    
    #Main-visual .info {
        width: 93%;
    }
    
    
    .big_title_white {
        margin-top: 3rem;
        margin-bottom: 3rem
    }
    
    /*-----
    簡易見積もりフォーム
    -----*/
    #estimate .box .text h3 {
        
    }
    #estimate .text p {
        text-align: left;
    }
    #simulate_base dl {
        display: block;
        border: none;
        margin-bottom: 0;
    }
    #simulate_base dd {
        text-align: left;
        padding: 2rem 0;
    }

    
    #simulate_base input[type="checkbox"] {
        margin: 0.5rem 0;
    }
    .btn_input input[type="button"] {
        margin: 0 auto;
        
    }
    .btn_input input[type="button"]:first-child {
        margin-top: 2rem;
        margin-bottom: 2rem;
        margin-right: 0;
    }
    .btn_input input[type="button"]:last-child {
        margin-bottom: 2rem;
    }
    
    

    /*-----
    会社概要
    -----*/
    .about {
        text-align: left;
        margin-bottom: 1rem;
        padding-right:1rem;
    }
    
    .history {
        text-align: left;
    }
    
    .history ul li span {
        display: block;
        margin-bottom: 1rem;
    }
    
    /*-----
    プライバシーポリシー
    -----*/
    
    
    .under_title {
        line-height: 2.5;
    }
    
    section:last-child {
        margin-bottom: 3rem;
    }
    
    #privacypolicy .under_title + p {
        margin-top: 1rem;
    }
    
    /*-----
    サービス内容
    -----*/



    #service .box a {
        margin-right: 0px;
    }
    
    /*-----
    お問い合わせページ
    -----*/
    .contact_box {
        display: block;
        width: 100%;
        margin: 0 auto
    }
    #contact_page h3.catch {
        margin: 3rem 0;
    }
    .contact_box section {
        width: 100%;
    }
    /*-----
    よくある質問、プライバシーポリシー
    -----*/
    
    .qa_line section:first-child , .privacy_line section:first-child {
        padding-top:4rem;
    } 
    
    .qa_line section , .privacy_line section {
        padding:0rem 3.0rem 4rem 3rem;
    }
    /*-----
    サイトマップ
    -----*/

    #sitemap .box {
        display: block;
    }
    #sitemap .box div.sitemap_title {
        width: 100%;
        text-align: left;
    }
    
    /*メニューをページ下部に固定*/
    #sp-fixed-menu{
        position: fixed;
        width: 100%;
        bottom: 0px;
        font-size: 0;
        z-index: 9999;
        background-color: #ffffff;
    }

    /*メニューを横並びにする*/
    #sp-fixed-menu ul{
        display: flex;
        list-style: none;
        padding:20px;
        margin:0;
        width:100%;
    }

    #sp-fixed-menu li{
        justify-content: center;
        align-items: center;
        width: 50%  !important;
        padding:0;
        margin:0;
        font-size: 12px !important;
    }
    #sp-fixed-menu li:first-child {
        margin-right: 1rem;
    }


    /*ボタンを調整*/
    #sp-fixed-menu li a{
        display:block;
        width: 100%;
    }
    #sp-fixed-menu .btn_tell {
        min-width: 50%;
        margin-right: 0;
    }
    #sp-fixed-menu .btn_line {
        min-width: auto;
    }
    .for-sp{
        display:block;
    }
    .for-pc {
        display:none;
    }



}

@media screen and (max-width: 480px) {
    
    header h1 img {
        width: 45vw;
    }
    header ul {
        font-size: 10px;

        align-items:center;
    }

    
    .header-btn {
        font-size: 12px;
        padding:0.9rem 2rem;
    }


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

    header {
        padding: 1.7rem 0;
        text-align: center;
        display: block;
    }
.menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}
    .menu ul li {
        border-right: 1px solid #cccccc;
        flex:1;
        padding: 0 5px;
        font-size: 14px;
    }
    .menu ul li:last-child {
        border-right: none;
    }
    /*-----
    会社概要
    -----*/
    .about {
        padding-right: 0;
    }
    #service .box {
        display: block;
    }
    #service .wrap .text {
        text-align: left;
        margin-top: 2rem;
    }
    #service .wrap .text {
         width: 100%; 
        margin-left: 0;
    }

    #estimate .box {
        display: block;
    }
    #estimate .box .text {
        margin-bottom: 2rem;
    }
    #simulate_base {
        margin-left: 0;
    }
    /*-----
    トップページキャッチ
    -----*/
    .catch_main {

        font-size:5.0rem;
        top:90%;
    }
    .catch_sub {
        font-size:2.0rem;
    }

    /*-----
    フッター部分お問い合わせ
    -----*/

    p.btn_tell {
        margin-bottom: 3rem !important;
        margin-right: 0;
    }
    .map_contents {
        width: 100%;
    }

    .map_wrap {
        width: 100%;
    }
    #contact .box {
        text-align: center;
    }
    /*-----
    トップページinfoボタン
    -----*/



    .info {
        flex-wrap: wrap;
        margin-top: 3rem;
        margin-bottom: 6rem;
    }

    .info a {
        margin-right: 0;
    }

    .info a:first-child {
        margin-bottom: 3rem;
    }

    
}