@charset "UTF-8";
html {
scroll-behavior: smooth;
font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;;
}

a {
text-decoration: none;
}


section#header{
position: fixed;
top: 0;
background-color: #ffffff;
width: 100%;
height: 82px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

    .header-logo{
    height: 100%;
    width: 280px;
    background-image: url(../img/logo-1.jpg);
    background-position: center center;
    background-size: cover;
    }

    .header-logo img{
        height: 75px;
        margin-left: 5px;
        margin-top: 5px;
        }
        

    .btn-container{
    height: 30px;
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    align-items: center;
    }

        .header-btn{
        border-right: 2px solid #4b4b4b;
        /* background-color: aqua; */
        transition: 0.3s;
        }
        .header-btn-last{
        /* background-color: aqua; */
        transition: 0.3s;
        }

            .header-btn:hover{
            opacity: 0.7;
            transition: 0.3s;
            }

            .header-btn-last:hover{
            opacity: 0.7;
            transition: 0.3s;
            }

            .header-btn-text{
            color: #4b4b4b;
            font-size: 19px;
            margin: 0 17px;
            }

.banner-1{
position: fixed;
bottom: 0;
height: 75px;
width: 100%;
background-color:#dff4f8;;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}

    .banner-text-1{
    font-size: 14.5px;
    font-weight: 600;
    margin-right: 70px;
    }

    .banner-btn-1{
    background-color: #F5B231;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.3s;
    }

    .banner-btn-1:hover{
    opacity: 0.6;
    transition: 0.3s;
    }


        .banner-btn-text-1{
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        }



.banner-2{
    position: fixed;
    bottom: 0;
    height: 75px;
    width: 100%;
    background-color:#dff4f8;;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: none;
    }
    
        .banner-text-2{
        font-size: 14.5px;
        font-weight: 600;
        margin-right: 70px;
        }
    
        .banner-btn-2{
        background-color: #F5B231;
        }
    
        .banner-btn-2:hover{
        opacity: 0.6;
        transition: 0.3s;
        }
    
    
            .banner-btn-text-2{
            color: #fff;
            font-weight: 600;
            font-size: 18px;
            }
            
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
    margin-bottom: 25px;
}
table.formTable td,table.formTable th{
	/* border:1px solid #ccc; */
	padding:10px;
}
table.formTable th{
	width:30%;
	/* font-weight:normal; */
	/* background:#efefef; */
	text-align:left;
}

input{
width: 100%;
}

.form-name{
border:1px solid #555;
}

.form-top-title{
margin: 20px 0;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

input:hover{
    transition: 0.3s;
    opacity: 0.7;
}
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */


section#footer{
width: 100%;
background-color: #FEFCF1;
/* padding: 55px 100px; */
display: flex;
flex-direction: row;
align-items: center;
padding-bottom: 75px;
}

    .footer-box-1{
    display: flex;
    flex-direction:column;
    margin: 55px 0 52px 87px;
    }

        .footer-box-1-top{
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 9px;
        }

        .footer-box-text{
        font-size: 18px;
        line-height: 32px;
        }

            .footer-number-box{
            display: flex;
            flex-direction: row;
            }

                .footer-number-text{
                font-size: 15px;
                margin-top: 10px;
                margin-right: 37px;
                }

    .footer-box-2{
    display: flex;
    flex-direction:column;
    margin: 48px 113px 40px auto;
    }

        .footer-box-2 .footer-box-text{
        text-align: right;
        font-size: 15px;
        line-height: 26px;
        }

        .footer-box-2-top{
        font-size: 22px;
        font-weight: 600;
        text-align: right;
        margin-bottom: 2px;
        }

        .footer-btn{
        background-color: #82BAC9;
        padding: 14px 23px;
        /* border-radius: 50px; */
        margin-top: 20px;
        border: 2px solid rgb(74 130 145);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 272px;
        }

            .footer-btn-text{
            color: #fff;
            font-weight: 600;
            transition:0.4s;
            font-size: 16px;
            text-align: center;
            }
            
            .footer-btn:hover{
                background-color: #77b0c0cf;
                transition: 0.4s;
                .footer-btn-text{
                opacity: 0.7;
                }
                
            }

section#fv{
width: 100%;
background-size: cover;
background-position: center;
background-image: url(/img/fv-back-img-1.jpg);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-bottom: 100px;
}

    .fv-img{
    width: 85%;
    height: 525px;
    background-size: cover;
    background-position: center;
    background-image: url(../img/fv-img-1.jpg);
    margin-top: 82px;
    display: flex;
    justify-content: right;
    align-items: flex-end;
    }

        .fv-text-img{
        height: 244px;
        width: auto;
        margin-bottom: 77px;
        }

    .fv-text-back{
    background-color: #ffffff7d;
    width: 85%;
    margin-top: 50px;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

        .fv-title{
        color: #4b4b4b;
        font-size: 30px;
        font-weight: 600;
        text-shadow: 1px 1px 2px #00000068;
        margin-bottom: 16px;
        }

        .fv-title-text{
        color: #4b4b4b;
        font-size: 20px;
        text-align: center;
        }

section#about{
background-color: #FEFCF1;
/* width: 100%; */
padding: 55px 160px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

    .about-teble{
    width: 100%;
    padding: 84px 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 1px 2px #00000045;        
    }

        .about-img{
        width: 46%;
        height: 300px;
        background-image: url(../img/about-img.jpg);
        background-size: cover;
        background-position: center;
        margin-right: 45px;
        }

        .about-text-container{
        width: 46%;
        /* height: 204px; */
        display: flex;
        flex-direction: column;
        }

            .about-title{
            color: #3c3c3c;
            font-size: 29px;
            text-shadow: 1px 1px 2px#000;
            }

            .about-subtitle{
            color: #F5B231;
            font-size: 15px;
            font-weight: 600;
            margin-top: 0px;
            }
            
            .about-sentence-a{
            color: #3c3c3c;
            font-size: 15px;
            margin-top: 18px;
            }

            .about-sentence-b{
            color: #3c3c3c;
            font-size: 15px;
            margin-top: 10px;
            }

section#question{
background-color:#FEFCF1 ;
padding-top: 43px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

    .question-title{
    color: #3c3c3c;
    font-size: 32px;
    text-shadow: 1px 1px 2px #0000006e;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    }

    .question-sentence-box{
    display: flex;
    margin-top: 18px;
    align-items: center;
    justify-content: center;
    }

        .question-sentence{
        color: #3c3c3c;
        font-size: 20px;
        font-weight: 600;
        }

            .question-sentence-square{
            width: 9px;
            height: 9px;
            border: #3c3c3c solid 2px;
            margin-right: 10px;
            }

    .question-form-btn{
    padding: 11px 31px;
    background-color: #F5B231;
    border-radius: 16px;
    box-shadow: 1px 1px 2px #00000063;
    transition: 0.4s;
    margin-top: 57px;
    }

        .question-form-btn-text{
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        }

        .question-form-btn:hover{
        transition: 0.4s;
        opacity: 0.7;
        }

    .question-img-box{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    }

        .question-img{
        height: 160px;
        width: auto;
        margin-top: -69px;
        margin-right: 59px;
        }

section#service{
background-image: url(../img/service-back-img.jpg);
background-position: center center;
background-size: cover;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 70px 0px;
}

    .service-title{
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    }

    .service-subtitle{
    font-weight: 600;
    font-size: 17px;
    color: #F5B231;
    }

    .service-btn-containar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
    margin-left: 57px;
    }

        .service-btn{
        padding: 14px 35px;
        background-color: #5ba9c1;
        /* border-radius: 13px; */
        margin: 0 50px;
        transition: 0.4s;
        /* box-shadow: 2px 2px 3px #00000026; */
        }

        /* .service-btn:hover{
        transition: 0.4s;
        background-color: #99cede;
        } */

            .service-btn-text{
            font-size: 20px;
            font-weight: 600;
            color: #fff;
            letter-spacing: 1px;
            }

section#campany{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 100px 0;
}

    .campany-title{
    color: #3c3c3c;
    font-size: 25px;
    font-weight: 600;
    }

    .campany-subtitle{
    color: #F5B231;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    }

    .campany-text-containar{
    display: flex;
    margin: 20px;
    border-bottom: solid 1.5px #3c3c3c;
    padding: 7px 29px;
    font-size: 16px;
    color: #3c3c3c;
    align-items: flex-end;
    font-weight: 600;
    width: 687px;
    }

        .campany-text-a{
        }

        .campany-text-b{
        margin-right: 160px;
        width: 104px;
        }
    
section#form-top{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

































.fv-text-img-2{
display: none;
}

.under1023{
display: none;
}

.under767{
display: none;
}
    
@media (max-width: 1023px){

.header-btn-text {
font-size: 16px;
font-weight: 600;
margin: 0 14px;
}

.btn-container {
height: 25px;
margin-right: 9px;
}

.header-logo {
height: 78%;
width: 220px;
}

section#header {
height: 75px;
}

.fv-img {
width: 90%;
height: 525px;
margin-top: 75px;
background-position-x: -100px;
}

.fv-text-img {
height: 181px;
width: auto;
margin-bottom: 103px;
margin-right: 11px;
}

section#about {
padding: 40px 90px;
}

.about-sentence-b {
font-size: 14px;
margin-top: 6px;
}

.about-sentence-a {
font-size: 14px;
margin-top: 16px;
}

.question-title {
font-size: 30px;
margin-bottom: 20px;
}

.question-sentence {
font-size: 18px;
}

.question-img {
height: 150px;
margin-top: -22px;
margin-right: 7px;
}

.service-btn {
padding: 14px 35px;
margin: 0px 25px;
}

.campany-title {
font-size: 23px;
}

.campany-subtitle {
font-size: 17px;
margin-bottom: 30px;
}

.campany-text-containar {
margin: 20px;
padding: 7px 29px;
font-size: 16px;
width: 625px;
}

.footer-box-1 {
margin: 34px 0 25px 63px;
}

.footer-box-2 {
margin: 26px 86px 20px auto;
}

.footer-box-1-top {
font-size: 22px;
margin-bottom: 3px;
}

.footer-box-text {
font-size: 16px;
line-height: 27px;
}

.footer-box-1 .footer-box-text{
display: none;
}

.under1023{
display: block;
}

.footer-number-text {
font-size: 16px;
margin-top: 10px;
margin-right: 80px;
}

.footer-number-box {
flex-direction: column;
}















}
@media (max-width: 767px){

.banner-1{
display: none;
}

.banner-2{
display: flex;
height: 50px;
}

.banner-btn-2 {
background-color: #f5b031;
transition: 0.3s;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.header-logo{
display: none;}

.header-btn-text {
font-size: 14px;
font-weight: 600;
margin: 0 9px;
}

.btn-container {
height: 25px;
margin-right: 0;
}

.header-logo {
height: 78%;
width: 220px;
}

section#header {
height: 67px;
justify-content: center;
}

.fv-img {
width: 90%;
height: 525px;
margin-top: 67px;
background-position-x: -211px;
}

.fv-text-img {
height: 173px;
width: auto;
margin-bottom: 89px;
margin-right: 11px;
}

section#about {
padding: 40px 46px;
}

.about-sentence-b {
font-size: 16px;
margin-top: 17px;
}

.about-sentence-a {
font-size: 16px;
margin-top: 26px;
}

.about-teble {
width: 92%;
padding: 32px 32px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.about-title {
font-size: 32px;
margin-top: 20px;
}

.about-img {
width: 99%;
height: 300px;
background-image: url(../img/about-img.jpg);
background-size: cover;
background-position: center;
margin-right: 0;
}

.about-text-container {
width: 100%;
display: flex;
flex-direction: column;
}

.question-title {
font-size: 27px;
margin-bottom: 11px;
}

.question-sentence {
font-size: 17px;
}

.question-sentence-square {
width: 9px;
height: 9px;
margin-right: 10px;
}

.question-form-btn-text {
font-size: 22px;
font-weight: 600;
color: #fff;
}

.question-sentence-box {
display: flex;
margin-top: 18px;
align-items: center;
justify-content: center;
width: 318px;
}

.question-img {
height: 140px;
margin-top: 21px;
margin-right: 7px;
}

.service-btn-containar {
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 27px;
margin-left: 0px;
}

.service-btn {
padding: 14px 35px;
margin: 11px 25px;
}

.campany-title {
font-size: 23px;
}

.campany-text-b {
margin-right: 61px;
width: 138px;
}

.campany-subtitle {
font-size: 17px;
margin-bottom: 30px;
}

.campany-text-containar {
margin: 20px;
padding: 7px 29px;
font-size: 16px;
width: 373px;
}

.footer-box-1 {
margin: 34px 0 25px 63px;
}

.footer-box-2 {
    margin: 26px auto 20px 60px;
}

.footer-box-1-top {
font-size: 22px;
margin-bottom: 3px;
}

.footer-box-text {
font-size: 16px;
line-height: 27px;
}

.under1023{
display: block;
}

.footer-number-text {
font-size: 16px;
margin-top: 10px;
margin-right: 80px;
}

.footer-number-box {
flex-direction: column;
}
    
#formWrap {
width: 93%;
margin: 0 auto;
font-size: 90%;
}

.fv-title {
font-size: 26px;
margin-bottom: 16px;
}

.fv-title-text {
font-size: 17px;
}

section#fv {
padding-bottom: 75px;
}

.under767{
display: block;
}

section#footer {
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
padding-bottom: 75px;
}

.footer-box-2-top {
font-size: 22px;
font-weight: 600;
text-align: start;
margin-bottom: 2px;
margin-left: 10px;
}

.footer-box-2 .footer-box-text {
text-align: left;
font-size: 15px;
line-height: 26px;
margin-left: 10px;
}















}

.less449{
display: none;
}
@media (max-width: 449px){

.less449{
display: block;
}

.footer-btn {
padding: 11px 2px;
/* border-radius: 50px; */
margin-top: 20px;
border-radius: 10px;
width: 272px;
}

.footer-btn-text {
font-size: 14px;
text-align: center;
}

.campany-text-containar {
width: 260px;
font-size: 14px;
}

.header-btn-text {
font-size: 12px;
font-weight: 600;
margin: 0 6px;
}

.btn-container {
height: 25px;
margin-right: 0;
}

.header-btn {
border-right: 1px solid #4b4b4b;
}

section#header {
height: 46px;
justify-content: center;
}

.footer-box-1 {
margin: 34px 0 25px 37px;
}

.footer-box-2 {
margin: 26px auto 20px 29px;
}

.fv-img {
width: 100%;
height: 600px;
background-image: url(../img/fv-img-2.jpg);
margin-top: 46px;
background-position-x: -112px;
justify-content: flex-start;
}

.fv-text-img {
height: 136px;
width: auto;
margin-bottom: 281px;
margin-right: 10px;
display: none;
}

.fv-text-img-2 {
height: 193px;
width: auto;
margin-bottom: 265px;
margin-left: 24px;
display: block;
}

.fv-title-text {
font-size: 16px;
width: 85%;
}

.campany-text-b {
margin-right: 8px;
width: 126px;
}

.fv-title {
    font-size: 24px;
    margin-bottom: 44px;
}

.about-title {
    font-size: 27px;
    margin-top: 16px;
}

.about-sentence-b {
    font-size: 15px;
    margin-top: 17px;
}

.about-sentence-a {
    font-size: 15px;
    margin-top: 13px;
}

.question-title {
    font-size: 21px;
    margin-bottom: 5px;
}

.question-sentence {
    font-size: 15px;
}


.question-form-btn-text {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

#formWrap {
    width: 84%;
    margin: 0 auto;
    font-size: 90%;
}
}