
@charset "UTF-8";
html {
scroll-behavior: smooth;
font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

th a {
    text-decoration: underline #007dff;
    color: #007dff;
  }
      

a {
text-decoration:none;
}
        
.less1023{
display: none;
}

.less767{
display: none;
}

.less449{
display: none;
}

.more1024{
display: block;
}

.shadow{
box-shadow: 6px 6px 8px #000000;
}

.shadow-s{
text-shadow: 2px 2px 3px #000000;
}
/* ------- ふわっと ------- */
/* ------- ふわっと ------- */
/* ------- ふわっと ------- */
/* ------- ふわっと ------- */

.fade {
opacity: 0;
transform: translateY(40px);
transition: opacity 1.5s, transform 1s;
}

.fade.active {
opacity: 1;
transform: translateY(0px);
}
/* ------- ふわっと ------- */
/* ------- ふわっと ------- */
/* ------- ふわっと ------- */
/* ------- ふわっと ------- */




/* ------- スクロールダウン ------- */
/* ------- スクロールダウン ------- */
/* ------- スクロールダウン ------- */
/* ------- スクロールダウン ------- */
/* スクロールダウンの位置 */


.scroll-text{
writing-mode: vertical-rl;
color: #fff;
}

.scroll {
position: absolute;
right: 50%;
top: 825px;
}

  /* 線のアニメーション部分 */
  .scroll::before {
    animation: scroll 2s infinite;
    background-color: #000;
    bottom: -115px;
    content: "";
    /* height: 100px; */
    height: 180px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 2;
  }
  /* 線の背景色 */
  .scroll::after {
    background-color: #ffffff;
    bottom: -115px;
    content: "";
    /* height: 100px; */
    height: 180px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }
  /* 線のアニメーション */
  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
/* ------- スクロールダウン ------- */
/* ------- スクロールダウン ------- */
/* ------- スクロールダウン ------- */
/* ------- スクロールダウン ------- */

  

.back-img{
/* background-image: url(/img/back-1.jpg); */
background-color: #121212;
background-size: cover;
background-position: center center;
position: fixed;
z-index: -1;
width: 100%;
height: 100%;

}

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

.less1023{
display: block;
}

.scroll {
right: 50%;
top: 725px;
}

}
@media (max-width: 767px){
.less767{
display: block;
}

.less1023{
display: none;
}

.scroll {
right: 50%;
top: 490px;
}

.scroll::before {
background-color: #000;
bottom: -115px;
height: 110px;
z-index: 2;
}
/* 線の背景色 */
.scroll::after {
bottom: -115px;
height: 110px;
}


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

.less767{
display: none;
}

.scroll {
right: 50%;
top: 670px;
}


        
}

/* ------  全体に適用させるクラス  ----- */
/* --------  全体に適用させるクラス  -------- */
/* ----------  全体に適用させるクラス  ------------- */























/* ----------  ヘッダー  ------------- */
/* --------  ヘッダー  -------- */
/* ------  ヘッダー  ----- */

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

    .header-logo{
    height: 47px;
    width: 39px;
    background-image: url(../img/logo-white-fv.jpg);
    background-position: center center;
    background-size: cover;
    margin-left: 30px;
    }

    .header-logo img{
        height: 75px;
        margin-left: 5px;
        margin-top: 5px;
        }
        
    .btn-container{
    height: 30px;
    display: flex;
    flex-direction: row;
    margin: 20px;
    align-items: center;
    }

        .header-btn{
        transition: 0.3s;
        }
        .header-btn-l{
        transition: 0.3s;
        }
    
        .header-btn-last{
        transition: 0.3s;
        }

            @media (hover: hover) {
                .header-btn:hover{
                opacity: 0.6;
                transition: 0.3s;
                }

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

                .header-btn-reservation:hover{
                background-color: #ffffff;
                border: solid 1px #000000;
                transition: 0.3s;
                .header-btn-text{
                color:#000000;
                }
                }
        
        
            }

            .header-btn-text{
            color: #ffffff;
            font-size: 16px;
            margin: 0 17px;
            }

        .header-btn-reservation{
        background-color: #151515;
        border: solid 1px #ffffff;
        transition: 0.3s;
        }

            .header-btn-reservation .header-btn-text{
            color: #ffffff;
            font-size: 17px;
            margin: 9px 54px;
            }




/* ------  ハンバーガーメニュー  ------ */
/* ----  ハンバーガーメニュー  ---- */
/* --  ハンバーガーメニュー  -- */
.hamburger-menu{
display: none;
}

.menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 0px;
    padding: 80px 0 10px 0;
    clear: both;
    background-color: #000000e6;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    text-align: center;
  }
  
  /* Hamburger menu button */
  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  /* Hamburger menbu text */
  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ddd;
    opacity: 0;
    transition: 0.5s;
  }
  
  .menu li {
    border-top: 1px solid rgb(75, 75, 75);
    padding: 15px 0;
    margin: 0 54px;
    opacity: 0;
    transition: 0.5s;
  }
  
  .menu-btn:checked ~ .menu a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  
  .menu-btn {
    display: none;
  }
  
  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px 24px 40px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 100;
  }
  
  .navicon {
    background: #fff;
    display: block;
    height: 2px;
    width: 35px;
    margin-top: 10px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ffffff;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before {
    top: 9px;
  }
  
  .navicon:after {
    bottom: 9px;
  }
  
  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* Hamburger Menu Animation End */
  
  /* Navbar Container */
  .navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Navbar Text */
  .navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 4px;
    font-size: 20px;
  }
/* --  ハンバーガーメニュー  -- */
/* ----  ハンバーガーメニュー  ---- */
/* ------  ハンバーガーメニュー  ------ */
@media (max-width: 1190px){
.hamburger-menu{
display: block;
}

.header-btn{
display: none;
}

.header-btn-l{
margin: 0 10px;
}
    

.header-btn-last{
display: none;
}

.btn-container{
margin: 0px;
}

.header-btn-reservation {
margin: 0 0 0 0;
}





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

}
@media (max-width: 449px){
.menu-icon {
padding: 24px 14px 24px 17px;
}

section#header {
height: 60px;
}

.header-logo {
display: none;
}

.header-btn-reservation .header-btn-text {
    font-size: 14px;
    margin: 7px 27px;
}


}
/* ------  ヘッダー  ----- */
/* --------  ヘッダー  -------- */
/* ----------  ヘッダー  ------------- */


























/* ----------  バナー  ------------- */
/* --------  バナー  -------- */
/* ------  バナー  ----- */
.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;
    }


    @media (hover: hover) {
        .banner-btn-1:hover{
        opacity: 0.6;
        transition: 0.3s;
        }

        .banner-btn-2: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-text-2{
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        }

@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;
}

}

/* ------  バナー  ----- */
/* --------  バナー  -------- */
/* ----------  バナー  ------------- */
           





















/* ---------  ファーストビューアニメーション  -------- */
/* -------  ファーストビューアニメーション  ------ */
/* -----  ファーストビューアニメーション  ---- */
.fv-container{
height: 800px;
width: 100%;
margin-top: 40px;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

-webkit-animation: fadeIn 1s ease 0s 1 normal;
animation: fadeIn 1s ease 0s 1 normal;

}

.fv-logo{
height: 300px;
z-index: 10;
filter: drop-shadow(0px 0px 26px #0000009a);
}

.fv-image {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
background-size: cover;
background-position: center center;

animation: image-switch-animation 20s infinite;
}

.src1 {
background-image: url(../img/fv-1.jpg);
}
.src2 {
background-image: url(../img/fv-2.jpg);
}
.src3 {
background-image: url(../img/fv-3.jpg);
}
.src4 {
background-image: url(../img/fv-4.jpg);
}

.fv-image:nth-of-type(1) {
animation-delay: 0s;
}
.fv-image:nth-of-type(2) {
animation-delay: 5s;
}
.fv-image:nth-of-type(3) {
animation-delay: 10s;
}
.fv-image:nth-of-type(4) {
animation-delay: 15s;
}

@keyframes image-switch-animation {
0%{ opacity: 0;}
5%{ opacity: 1;}
25%{ opacity: 1;}
30%{ opacity: 0;}
100%{ opacity: 0;}
}    

@media (max-width: 1023px){
.fv-container {
height: 700px;
margin-top: 40px;
}

.fv-logo {
height: 250px;
}

}
@media (max-width: 767px){
.fv-container {
height: 500px;
margin-top: 40px;
}

.fv-logo {
height: 250px;
}
        




}
@media (max-width: 449px){
.fv-container {
height: 700px;
margin-top: 40px;
}

.fv-logo {
height: 200px;
}




}
/* -----  ファーストビューアニメーション  ---- */
/* -------  ファーストビューアニメーション  ------ */
/* ---------  ファーストビューアニメーション  -------- */


























/* ----------------  about  ------------------- */
/* --------------  about  -------------- */
/* ------------  about  ----------- */

section#about{     
width: 100%;
/* background-color: #000000; */
padding: 30px 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

/* background-image: url(/img/back-1.jpg);
background-size: cover;
background-position: center center; */
}


/*  aboutセクション内基本クラス  */
.about-text{    
color: #fff;
font-size: 26px;
}

.about-text-box{
width: 80%;
display: flex;
flex-direction: column;
}    
/*  aboutセクション内基本クラス  */


/*  以下　基本クラスに付け足して命令する  */
.about-title-1{         

}

    .about-title-1 p{
    font-size: 29px;
    margin: 95px 0px 80px 20px;
    }

.about-title-2{
text-align: center;
}

    .about-title-2 p{
    font-size: 29px;
    }


.about-text-box-2{
width: 700px;
}

    .about-text-box-2 p{
    font-size: 36px;
    }

.about-text-box-3{
text-align: center;
width: 700px;
}

    .about-text-box-3 p{
    font-size: 36px;
    }

.about-text-box-4{
text-align: right;
width: 700px;
}

    .about-text-box-4 p{
    font-size: 36px;
    }

.about-text-box-5{
text-align: center;
line-height: 45px;
margin:90px 0px;
}
    
    .about-text-box-5 p{
    font-size: 22px;
    }

.about-text-box-6{
text-align: center;
}
    
    .about-text-box-6 p{

    }

.about-text-box-7{
text-align: center;
line-height: 45px;
margin: 70px 0px 120px 0px;
}

    .about-text-box-7 p{
    font-size: 21px;
    color:#d4d4d4;
    }


.line-box{
height: 1px;
background-color: #fff;
margin: 130px 0;
}

.line-box-2{
height: 3px;
background-color: #fff;
margin: 130px 0;
}

.line-box-s-box{
flex-direction: row;
justify-content: center;
margin: 50px 0px;
}
    .line-box-s{
    background-color: #b7b7b7;
    height: 4.5px;
    width: 64px;
    margin: 0 12px;
    }

.about-img-container-1{
align-items: flex-start;
margin-bottom: 65px;
}

    .about-img-container-img{
    width: 700px;
    }

.about-img-container-2{
align-items: flex-end;
margin-bottom: 65px;
}
    

@media (max-width: 1023px){

.about-title-1{         

}

    .about-title-1 p {
    font-size: 24px;
    margin: 95px 0px 80px 20px;
    }
    

.about-title-2{
text-align: center;
}

    .about-title-2 p{
    font-size: 29px;
    }


.about-text-box-2{
width: 540px;
}

    .about-text-box-2 p{
    font-size: 30px;
    }

.about-text-box-3{
text-align: center;
width: 540px;
}

    .about-text-box-3 p{
    font-size: 30px;
    }

.about-text-box-4{
text-align: right;
width: 540px;
}

    .about-text-box-4 p{
    font-size: 30px;
    }

.about-text-box-5{
line-height: 45px;
margin:90px 0px;
}
    
    .about-text-box-5 p{
    font-size: 20px;
    }

.about-text-box-6{
text-align: center;
}
    
    .about-text-box-6 p{
    font-size: 23px;
    }

.about-text-box-7{
line-height: 45px;
margin: 70px 0px 120px 0px;
}

    .about-text-box-7 p{
    font-size: 21px;
    color:#d4d4d4;
    }

.about-img-container-1{
align-items: flex-start;
margin-bottom: 65px;
}
        
.about-img-container-2{
align-items: flex-end;
margin-bottom: 65px;
}

    .about-img-container-img{
    width: 600px;
    }

    


}
@media (max-width: 767px){
.about-title-1{         

}

    .about-title-1 p {
    font-size: 24px;
    margin: 47px 0px 53px 0px;
    }
    

.about-title-2{
text-align: center;
}

    .about-title-2 p{
    font-size: 25px;
    }


.about-text-box-2{
width: 66%;
text-align: center;
}

    .about-text-box-2 p{
    font-size: 28px;
    }

.about-text-box-3{
text-align: center;
width: 66%;
margin-right: 19px;
}

    .about-text-box-3 p{
    font-size: 28px;
    }

.about-text-box-4{
text-align: center;
width: 66%;
}

    .about-text-box-4 p{
    font-size: 28px;
    }

.about-text-box-5{
line-height: 36px;
margin:90px 0px;
}
    
    .about-text-box-5 p{
    font-size: 18px;
    }

.about-text-box-6{
text-align: center;
}
    
    .about-text-box-6 p{
    font-size: 21px;
    }

.about-text-box-7{
line-height: 45px;
margin: 30px 0px 85px 0px;
}

    .about-text-box-7 p{
    font-size: 17px;
    color:#d4d4d4;
    }

.about-img-container-1{
align-items: flex-start;
margin-bottom: 65px;
}
        
.about-img-container-2{
align-items: flex-end;
margin-bottom: 65px;
}

    .about-img-container-img{
    width: 100%;
    }
    
.line-box {
height: 1px;
background-color: #fff;
margin: 100px 0;
}



}
@media (max-width: 449px){
.about-title-1{         

}

    .about-title-1 p {
    font-size: 21px;
    margin: 44px 0px 52px 46px;
    }
    

.about-title-2{
text-align: center;
}

    .about-title-2 p{
    font-size: 22px;
    }


.about-text-box-2{
width: 540px;
}

    .about-text-box-2 p{
    font-size: 26px;
    }

.about-text-box-3{
text-align: center;
width: 540px;
}

    .about-text-box-3 p{
    font-size: 26px;
    }

.about-text-box-4{
text-align: center;
width: 540px;
}

    .about-text-box-4 p{
    font-size: 26px;
    }

.about-text-box-5{
line-height: 30px;
margin: 43px 0px;
}
    
    .about-text-box-5 p{
    font-size: 14px;
    }

.about-text-box-6{
text-align: center;
}
    
    .about-text-box-6 p{
    font-size: 13px;
    }

.about-text-box-7{
line-height: 32px;
margin: 15px 0px 74px 0px;
}

    .about-text-box-7 p{
    font-size: 17px;
    color:#d4d4d4;
    }

.about-img-container-1{
align-items: flex-start;
margin-bottom: 30px;
}
        
.about-img-container-2{
align-items: flex-end;
margin-bottom: 65px;
}

    .about-img-container-img{
    width: 90%;
    }

.about-text-box {
width: 100%;
display: flex;
/* flex-direction: column; */
}

.line-box {
height: 1px;
background-color: #fff;
margin: 78px 0;
width: 90%;
}

.line-box-s {
height: 3.5px;
width: 35px;
margin: 0 6px;
}

.line-box-2 {
height: 2px;
margin: 51px 0;
width: 90%;
}




}
    
/* ------------  about  ----------- */
/* --------------  about  -------------- */
/* ----------------  about  ------------------- */























/* ----------------  求人  ------------------- */
/* --------------  求人  -------------- */
/* ------------  求人  ----------- */
section#recruit{
width: 100%;
background-color: #121212;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
/* padding-top: 100px; */
}

.recruit-line{
width: 500px;
height: 1px;
background-color: #d4d4d4;
margin: 30px 0;
}

.recruit-text-l{
font-size: 27px;
}

.recruit-container{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 23px;
}

    .recruit-text-s{
    font-size: 19px;
    text-align: center;
    color: #d4d4d4;
    margin-top: 23px;
    width: 200px;
    }

    .recruit-text-s-2{
    font-size: 19px;
    text-align: left;
    color: #d4d4d4;
    margin-top: 23px;
    width: 200px;
    }

    .recruit-text-s-3{
    font-size: 19px;
    color: #d4d4d4;
    }

.recruit-btn{
background-color: #fff;
margin-top: 55px;
margin-bottom: 18px;
transition: 0.5s;
border-radius: 2px;
}

    .recruit-btn-text{
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    margin: 12px 47px;
    }


    @media (hover: hover) {
    /* ----- ボタンホバー色反転パターン ------ */
        /* .recruit-btn:hover{
        background-color: #000000;
        border: solid 0.5px #fff;
        transition: 0.3;
        .recruit-btn-text{
        color: #ffffff;
        }
        } */
    /* ----- ボタンホバー色反転パターン ------ */

        .recruit-btn:hover{
        transition: 0.5s;
        background-color: #b8b8b8;
        .recruit-btn-text{
        text-shadow: 1px 1px 1px #00000048;
        }
        }
    }

@media (max-width: 1023px){
.recruit-text-l{
font-size: 23px;
}

.recruit-text-s{
font-size: 16px;
margin-top: 23px;
width: 200px;
}

.recruit-text-s-2{
font-size: 16px;
margin-top: 23px;
width: 200px;
}

.recruit-text-s-3{
font-size: 16px;
}

.recruit-btn{
margin-top: 55px;
margin-bottom: 18px;
}

.recruit-btn-text{
font-size: 17px;
margin: 11px 40px;
}

.recruit-line{
width: 500px;
height: 1px;
margin: 30px 0;
}

}
@media (max-width: 767px){
.recruit-text-l{
font-size: 23px;
}

.recruit-text-s{
font-size: 16px;
margin-top: 23px;
width: 200px;
}

.recruit-text-s-2{
font-size: 16px;
margin-top: 23px;
width: 200px;
}

.recruit-text-s-3{
font-size: 16px;
}

.recruit-btn{
margin-top: 55px;
margin-bottom: 18px;
}

.recruit-btn-text{
font-size: 19px;
margin: 12px 47px;
}

.recruit-line{
width: 80%;
height: 1px;
margin: 30px 0;
}

    
        
}
@media (max-width: 449px){
.recruit-text-l{
font-size: 23px;
margin-bottom: 20px;
}

.recruit-text-s {
font-size: 15px;
margin-top: 0px;
width: 181px;
}

.recruit-text-s-2 {
font-size: 15px;
margin-top: 8px;
width: 145px;
}

.recruit-text-s-3{
font-size: 17px;
}

.recruit-btn{
margin-top: 55px;
margin-bottom: 18px;
}

.recruit-btn-text{
font-size: 19px;
margin: 12px 47px;
}

.recruit-line{
width: 85%;
height: 1px;
margin: 30px 0;
}
    


}
/* ------------  求人  ----------- */
/* --------------  求人  -------------- */
/* ----------------  求人  ------------------- */



























/* ----------------  フッター  ------------------- */
/* --------------  フッター  -------------- */
/* ------------  フッター  ----------- */

section#footer{
width: 100%;
background-color: #121212;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
padding: 0 0 40px 0;
}

    .footer-logo{
    width: 75px;
    }

    .sns-btn-container{
    display: flex;
    flex-direction: row;
    margin: 40px 0;
    }

        .sns-btn{
        width: 42px;
        margin: 0 10px;
        transition: 0.3s;
        }

        @media (hover: hover) {
            .sns-btn:hover{
            opacity: 0.6;
            transition: 0.3s;
            }

            .footer-btn:hover{
            transition: 0.3;
            background-color: #b8b8b8;
            .footer-btn-text{
            text-shadow: 1px 1px 1px #00000048;
            }
            }

            .footer-bottom-btn:hover {
            opacity: 0.6;
            transition: 0.3s;
            }
        
        
        }

    .footer-btn {
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 18px;
    transition: 0.3s;
    border-radius: 2px;
    }

        .footer-btn-text{
        font-size: 19px;
        font-weight: 600;
        color: #000000;
        margin: 14px 64px;;
        }
    
    .footer-text{
    font-size: 19px;
    color: #d4d4d4;
    text-align: center;
    margin-top: 18px;
    line-height: 35px;
    }
        
    .footer-bottom-btn-container{
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 32px 0;
    line-height: 40px;
    z-index: 10;
    }
    
        .line-box-3 {
        height: 1px;
        background-color: #fff;
        margin-top:120px;
        z-index: 10;
        }

        .footer-bottom-btn-text {
        color: #ffffff;
        font-size: 17px;
        margin: 0 17px;
        text-shadow:1px 1px 10px #000;
        }

        .footer-bottom-img{
        width: 450px;
        margin: -105px 0 -40px auto;
        }

        .footer-bottom-btn{
        transition: 0.3s;
        }


@media (max-width: 1023px){
.footer-bottom-btn-container {
width: 580px;
padding: 32px 0;
line-height: 40px;
}

.footer-logo {
width: 66px;
}

.footer-btn-text {
font-size: 17px;
margin: 11px 54px;
}

.footer-text {
font-size: 17px;
margin-top: 18px;
line-height: 35px;
}

.footer-bottom-btn-text {
font-size: 17px;
margin: 0 17px;
}

.footer-bottom-img {
width: 405px;
margin: -150px 0 -40px auto;
}

}
@media (max-width: 767px){
.footer-bottom-btn-container {
width: 430px;
padding: 32px 0;
line-height: 40px;
display: none;
}

.footer-logo {
width: 66px;
}

.footer-btn-text {
font-size: 17px;
margin: 11px 54px;
}

.footer-text {
font-size: 17px;
margin-top: 18px;
line-height: 35px;
}

.footer-bottom-btn-text {
font-size: 17px;
margin: 0 17px;
}

.footer-bottom-img {
width: 205px;
margin: -8px 0 29px auto;
}

}
@media (max-width: 449px){
.footer-bottom-btn-container {
width: 360px;
padding: 32px 0;
line-height: 44px;
}

.footer-logo {
width: 53px;
}

.footer-btn-text {
font-size: 17px;
margin: 11px 54px;
}

.footer-text {
font-size: 17px;
margin-top: 18px;
line-height: 35px;
}

.footer-bottom-btn-text {
font-size: 17px;
margin: 0 17px;
}

.footer-bottom-img {
width: 284px;
margin: -12px 0 3px auto;
}

.line-box-3 {
height: 1px;
background-color: #fff;
margin-top: 69px;
z-index: 10;
width: 90%;
}
        
}
/* ------------  フッター  ----------- */
/* --------------  フッター  -------------- */
/* ----------------  フッター  ------------------- */



























/* ----------  お問い合わせフォーム  ------------- */
/* --------  お問い合わせフォーム  -------- */
/* ------  お問い合わせフォーム  ----- */
section#form{
width: 100%;
background-color: #121212;
padding-top: 175px;
padding-bottom: 100px;
display: flex;
flex-direction: column;
align-items: center;
}

section#form tr{
display: flex;
flex-direction: column;
align-items: center;
}

.form-title-box{
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

    .form-page-title{
    width: 700px;
    font-size: 25px;
    color: #fff;
    }

    .form-line{
    width: 700px;
    height: 1.5px;
    background-color: #fff;
    margin:30px 0 50px;
    }

    #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;
    width: 500px;
}
    table.formTable th{
    width: 500px;
    /* font-weight:normal; */
    /* background:#efefef; */
    text-align:left;
    color: #fff;
}


input{
width: 100%;
color: #fff;
}


.form-page-btn-box{
display: flex;
flex-direction: column;
padding: 30px 0;
}


@media (hover: hover) {
    input:hover{
    transition: 0.3s;
    opacity: 0.7;
}
}
.form-name{

background-color: #333;
}

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


    
@media screen and (max-width:572px) {
/* #formWrap {
width:95%;
margin:0 auto;
} */

/* #formWrap-subsidy{
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;
}

}

@media (max-width: 1023px){
.form-page-title{
width: 600px;
font-size: 25px;
color: #fff;
}

.form-line{
width: 600px;
height: 1.5px;
background-color: #fff;
margin:15px 0 50px;
}

table.formTable td, table.formTable th {
/* border: 1px solid #ccc; */
padding: 10px;
width: 400px;
}
    
}
@media (max-width: 767px){

.form-page-title{
width: 400px;
font-size: 25px;
color: #fff;
}

.form-line{
width: 400px;
height: 1.5px;
background-color: #fff;
margin:15px 0 50px;
}


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

table.formTable td, table.formTable th {
/* border: 1px solid #ccc; */
padding: 10px;
width: 370px;
}

    
    
}
@media (max-width: 449px){
.form-page-title{
width: 300px;
font-size: 18px;
color: #fff;
}

.form-line{
width: 300px;
height: 1.5px;
background-color: #fff;
margin:10px 0 50px;
}

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

table.formTable td, table.formTable th {
/* border: 1px solid #ccc; */
padding: 10px;
width: 300px;
font-size: 13px;
}
    
    
    
}
/* ------  お問い合わせフォーム  ----- */
/* --------  お問い合わせフォーム  -------- */
/* ----------  お問い合わせフォーム  ------------- */

    







/* ----------  その他子ページ  ------------- */
/* --------  その他子ページ  -------- */
/* ------  その他子ページ  ----- */


.page{
width: 600px;
}

.page p{
color: #fff;
font-size: 15px;
}

.page a{
    text-decoration: underline #007dff;
    color: #007dff;
}

@media (max-width: 1023px){}
@media (max-width: 767px){
.page{
width: 400px;
}
        
}
@media (max-width: 449px){
.page{
width: 300px;
}

}




/* ------  その他子ページ  ----- */
/* --------  その他子ページ  -------- */
/* ----------  その他子ページ  ------------- */
