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

.body-wrap{
overflow: hidden;
}

/* *{outline:1px solid #0000FF} */

a {
text-decoration:none;
}

th a {
  text-decoration: underline #000bff;
  color: #000bff !important;
}


.less1023{
display: none;
}

.less767{
display: none;
}

.less449{
display: none;
}

.more1024{
display: block;
}

.shadow{
box-shadow: 4px 4px 7px #0000004f;
}

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

.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;
margin-bottom: 20px;
text-orientation: upright;
}

.scroll {
position: absolute;
left: 12%;
top: 657px;
display: flex;
justify-content: center;
}

  /* 線のアニメーション部分 */
  .scroll::before {
    animation: scroll 2s infinite;
    background-color: #000;
    bottom: -115px;
    content: "";
    height: 120px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 2;
  }
  /* 線の背景色 */
  .scroll::after {
    background-color: #ffffff;
    bottom: -115px;
    content: "";
    height: 120px;
    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 screen and (max-width: 1023px){
.more1024{
display: none;
}

.less1023{
display: block;
}

.scroll {
  left: 10%;
top: 549px;
}

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

.less1023{
display: none;
}

.scroll {
  left: 9%;
  top: 417px;
}




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


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

.less767{
display: none;
}

.scroll {
  left: 8%;
  top: 564px;
}

        
}

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























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

section#header{
position: fixed;
top: 0;
background-color: #0000000f;
width: 100%;
height: 82px;
display: flex;
flex-direction: row;
justify-content: flex-end;
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 0px 20px 20px;
    align-items: center;
    }

        .header-btn{
        transition: 0.3s;
        z-index: 999;
        }
        .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 #755817;
                transition: 0.3s;
                .header-btn-text{
                color:#755817;
                }
                }

            }

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

        .header-btn-reservation{
        background-color: #755817;
        border: solid 1px #ffffff;
        border-radius: 5px;
        transition: 0.3s;
        z-index: 999;
        }

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




/* ------  ハンバーガーメニュー  ------ */
/* ----  ハンバーガーメニュー  ---- */
/* --  ハンバーガーメニュー  -- */
.hamburger-menu{
display: flex;
flex-direction: row-reverse;
}


.menu {
    list-style: none;
    position: absolute;
    width: 400px;
    height: 73vh;
    top: 0;
    margin-top: 0px;
    padding: 80px 0 10px 0;
    clear: both;
    background-color: #2d2d2da5;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    text-align: start;
    /* backdrop-filter: blur(4px); */
}

/* 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;
/* padding-left: 23px; */
}

.menu-btn:checked ~ .menu :hover{
opacity: 0.6;
transition: 0.3s;
}


/* Hamburger menbu text */
.menu a {
text-decoration: none;
font-weight: 500;
letter-spacing: 2px;
font-size: 21px;
text-transform: capitalize;
color: #ffffff;
/* opacity: 0;
transition: 0.3s; */
}

.menu li {
/* border-top: 1px solid rgb(0, 0, 0); */
padding: 15px 0;
margin: 0 26px 0 42px;
opacity: 0;
transition: 0.3s;
}

    .menu :hover{
    opacity: 0.7;
    }


    .menu .top{
    margin-top: 40px;
    }
  
  .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 23px 27px 24px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999;
    }
  
  .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;
    background-color: #ffffff;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
    background-color: #ffffff;
  }
  
  .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 screen and (max-width: 1190px){


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

.btn-container{
margin: 0px;
}

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





}            
@media screen and (max-width: 1023px){
.menu a {
font-size: 21px;
}

.menu {
width: 377px;
height: 100vh;
padding: 80px 0 10px 0;
}

.menu li {
padding: 8px 0;
margin: 9px 26px 0 41px;
}


}
@media screen and (max-width: 767px){
.menu a {
font-size: 17px;
}

.menu {
width: 320px;
height: 100vh;
padding: 80px 0 10px 0;
}



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

section#header {
height: 60px;
}

.header-logo {
display: none;
}

.header-btn-reservation .header-btn-text {
font-size: 16px;
margin: 6px 38px;
}

.menu {
width: 100vw;
height: 100vh;
padding: 52px 0 10px 0;
}

.menu li {
padding: 9px 0;
margin: 9px 26px 0 36px;}


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


























/* ----------  バナー  ------------- */
/* --------  バナー  -------- */
/* ------  バナー  ----- */
.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 screen and (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: 0px;
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 #00000065);
margin-left: 550px;
margin-top: 25px;

}

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

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


.img-container-6{
height: 600px;
width: 80%;
margin-top: 100px;
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-end;

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

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

animation: image-switch-animation-2 15s infinite;
}

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

.src5 {
background-image: url(../img/about-8.jpg);
}
.src6 {
background-image: url(../img/about-9.jpg);
}

.about-image:nth-of-type(1) {
animation-delay: 0s;
}
.about-image:nth-of-type(2) {
animation-delay: 5s;
}










@media screen and (max-width: 1023px){
.fv-container {
height: 700px;
}

.fv-logo {
height: 234px;
margin-left: 470px;
margin-top: 28px;
}



}
@media screen and (max-width: 767px){
.fv-container {
height: 560px;
}

.fv-logo {
height: 190px;
margin-left: 259px;
margin-top: 28px;
}


.scroll-text {
margin-bottom: 6px;
font-size: 12px;
}



}
@media screen and (max-width: 449px){
.fv-container {
height: 700px;
}

.fv-logo {
height: 164px;
margin-left: 212px;
margin-top: 10px;
}







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


























/* ----------------  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-size: cover;
background-position: center center;
background-image: url(/img/back-1.jpg);
}


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

.about-text-box{
width: 83%;
display: flex;
align-items: center;
}

.text-line{
letter-spacing: -4px;
}

.about-text-box-1{
width: 83%;
display: flex;
align-items: center;
justify-content: center;
}

.about-text-box-2{
/* width: 83%; */
height: 700px;
display: flex;
flex-direction: row-reverse;
padding-top: 50px;
justify-content: center;
}




.about-text-1{
writing-mode: vertical-rl;
text-orientation: upright;
font-size: 23px;
letter-spacing: 10px;
margin: 68px 0;
font-weight: 600;
}

.about-text-1a{
writing-mode: vertical-rl;
text-orientation: upright;
font-size: 23px;
letter-spacing: 10px;
margin: 140px 0 0 0;
font-weight: 600;
width: 33px;
}



.about-text-2{
writing-mode: vertical-rl;
text-orientation: upright;
font-size: 21px;
letter-spacing: 10px;
margin: 68px 0;
margin-right: 138px;
line-height: 44px;
}

.about-text-3{
writing-mode: vertical-rl;
text-orientation: upright;
font-size: 27px;
letter-spacing: 13px;
line-height: 64px;
}
    

.about-text-4{
writing-mode: vertical-rl;
text-orientation: upright;
font-size: 31px;
letter-spacing: 13px;
line-height: 64px;
margin-right: 8vw;
margin-top: 90px;
}



.img-container-1{
width: 100%;
display: flex;
flex-direction: row-reverse;
padding-bottom: 50px;
justify-content: center;
}

    .about-img-1{
    width: 500px;
    height: auto;
    margin: 60px 134px 0 0;
    }

.img-container-2{
width: 82%;
display: flex;
flex-direction: row-reverse;
padding-bottom: 50px;
padding-right: 5%;
}

    .about-img-2{
    width: 320px;
    height: auto;
    margin: 0px 0px 0px 0px;
    }


.img-container-3{
width: 82%;
display: flex;
padding-bottom: 50px;
}

    .about-img-3{
    width: 510px;
    height: auto;
    margin-left: 21%;
    }

.img-container-4{
width: 82%;
display: flex;
padding-bottom: 50px;
justify-content: flex-end;
}

    .about-img-4{
    width: 510px;
    height: auto;
    }

.img-container-5{
width: 100%;
display: flex;
padding-bottom: 50px;
justify-content: flex-end;
}

    .about-img-5{
    width: 70%;
    object-fit: cover;
    }

.about-animation-text{
font-size: 20px;
z-index: 10;
color: #fff;
line-height: 41px;
margin: 42px 90px;
}






.line-container{
width: 69%;
display: flex;
flex-direction: row;
padding: 60px 0;
}

.line-box{
height: 2.5px;
width: 62px;
margin-right: 17px;
background-color: #000;
}

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

.about-10{
background-image: url(../img/about-7.jpg);
width: 100%;
height: 800px;
background-size: cover;
background-position: center center;
display: flex;
justify-content: center;
align-items: center;
}

    .about-10-text-box{
    width: 80%;
    display: flex;
    flex-direction:row-reverse;
    justify-content: space-between;
    }
    
        .about-10-text{
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: 18px;
        letter-spacing: 8px;
        color: #fff;
        line-height: 64px;
        }

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

    .contact-img{
    background-image: url(../img/contact-img.jpg);
    background-size: cover;
    background-position: center center;
    width: 520px;
    height: 370px;
    }

    .contact-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    }

        .contact-logo{
        height: 226px;
        width: auto;
        margin: 42px;
        }

        .contact-text-box{
        display: flex;
        flex-direction: column;
        align-items: center;
        }

            .contact-number{
            font-size: 23px;
            margin-bottom: -17px;
            margin-top: 120px;
            }

  

















@media screen and (max-width: 1023px){
.about-text-1 {
font-size: 20px;
letter-spacing: 10px;
margin: 55px 0;
}

.about-text-2 {
font-size: 20px;
letter-spacing: 10px;
margin: 68px 0;
margin-right: 54px;
line-height: 37px;
}

.about-text-3 {
font-size: 25px;
letter-spacing: 12px;
line-height: 56px;
}

.about-img-1 {
width: 401px;
margin: 66px 68px 0 0;
}

.about-img-2 {
width: 277px;
margin: 0px 0px 0px 0px;
}

.about-img-3 {
width: 460px;
margin-left: 9%;
}

.about-img-4 {
width: 434px;
}

.about-img-5 {
width: 72%;
}

.about-text-4 {
font-size: 24px;
letter-spacing: 12px;
line-height: 64px;
margin-right: 8vw;
margin-top: 26px;
}

.img-container-6 {
height: 487px;
width: 80%;
margin-top: 62px;
}

.about-animation-text {
font-size: 18px;
z-index: 10;
line-height: 41px;
margin: 27px 58px;
}

.about-10 {
width: 100%;
height: 706px;
}

.about-10-text {
font-size: 14px;
letter-spacing: 6px;
line-height: 30px;
}


}
@media screen and (max-width: 767px){
.about-text-1 {
font-size: 17px;
letter-spacing: 10px;
margin: 35px 0;
}

.about-text-box {
width: 86%;
display: flex;
align-items: center;
}

.about-text-2 {
font-size: 15px;
letter-spacing: 10px;
margin: 68px 0 30px 0;
margin-right: 28px;
line-height: 21px;

}

.about-text-1a {
font-size: 22px;
letter-spacing: 10px;
margin: 109px 0 0 0;
font-weight: 600;
width: 33px;
}

.about-text-3 {
font-size: 17px;
letter-spacing: 13px;
line-height: 39px;
}

.about-img-1 {
width: 232px;
margin: 48px 27px 0 0;
}

.img-container-1 {
padding-bottom: 29px;
}

.about-img-3 {
width: 299px;
margin-left: 3%;
}

.about-img-4 {
width: 256px;
}

.about-text-4 {
font-size: 15px;
letter-spacing: 9px;
line-height: 64px;
margin-right: 3vw;
margin-top: 23px;
}

.about-img-5 {
width: 73%;
}

.img-container-6 {
height: 432px;
width: 84%;
margin-top: 13px;
}

.about-animation-text {
line-height: 41px;
margin: 14px 35px;
font-size: 14px;
}

.recruit-title {
font-size: 20px;
letter-spacing: 14px;
margin: 0 0 0 0;
}

.contact-box {
margin-top: 24px;
}

.about-text-box-2 {
height: 570px;
}



}
@media screen and (max-width: 449px){
.about-text-1 {
font-size: 13px;
letter-spacing: 10px;
margin: 18px 0;
}

.about-text-2 {
font-size: 12px;
letter-spacing: 10px;
margin: 35px 0;
margin-right: 16px;
line-height: 17px;
}

.about-text-1a {
font-size: 22px;
letter-spacing: 10px;
margin: 69px 0 0 0;
font-weight: 600;
width: 28px;
}

.about-text-3 {
font-size: 14px;
letter-spacing: 13px;
line-height: 28px;
width: 71px;
}

.about-img-1 {
width: 221px;
margin: 34px 26px 0 0;
}

.about-img-2 {
width: 159px;
margin: -17px 0px 0px 0px;
}

.about-img-3 {
width: 273px;
margin-left: 4%;
margin-top: -11px;
}

.about-img-4 {
width: 218px;
margin-top: -12px;
}

.about-text-4 {
font-size: 12px;
letter-spacing: 9px;
line-height: 64px;
margin-right: 3vw;
margin-top: 18px;
}

.about-animation-text {
line-height: 33px;
margin: 14px 35px;
font-size: 11px;
}

.about-animation-text {
line-height: 28px;
margin: 11px 25px;
font-size: 11px;
}

.line-container {
width: 69%;
padding: 40px 0;
}

.about-10-text {
font-size: 12px;
letter-spacing: 6px;
line-height: 30px;
}

.about-10-text {
font-size: 12px;
letter-spacing: 6px;
line-height: 25px;
}
.about-10 {
width: 100%;
height: 681px;
}

.about-text-box-2 {
height: 470px;
}



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























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



.recruit-title{
writing-mode: vertical-rl;
text-orientation: upright;
font-size: 27px;
letter-spacing: 14px;
margin: 0 0 0 0;
font-weight: 600;
}

.recruit-container{
display: flex;
flex-direction: row-reverse;
margin-top: 45px;
/* margin-right: 45px; */
justify-content: center;
height: 290px;
width: 720px;
}

.recruit-container p{
writing-mode: vertical-rl;
text-orientation: upright;
}

    .text-line-2{
    writing-mode: lr;
    }

    .recruit-text-1{
    font-size: 23px;
    margin-left: 18px;
    width: 33px;
    }

    .recruit-text-2{
    font-size: 19px;
    margin-left: 100px;
    width: 26px;
    }

    .recruit-text-3{
    font-size: 17px;
    margin-left: 42px; 
    }
        
    .recruit-text-4{
    font-size: 19px;
    margin-left: 15px;
    width: 25px;
    }
    








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

    .recruit-btn-text{
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 18px 56px;
    }


    @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: #453a2e;
        .recruit-btn-text{
        text-shadow: 1px 1px 1px #00000048;
        }
        }
    }

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


.recruit-title {
font-size: 24px;
letter-spacing: 14px;
margin: 0 0 0 0;
}

.recruit-text-2 {
font-size: 18px;
margin-left: 64px;
width: 24px;
}

.recruit-text-1 {
font-size: 21px;
margin-left: 18px;
width: 27px;
}

.recruit-text-4 {
font-size: 18px;
margin-left: 16px;
width: 25px;
}

.recruit-text-3 {
font-size: 16px;
margin-left: 42px;
}

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

.recruit-btn-text {
font-size: 19px;
margin: 16px 34px;
}

.contact-img {
width: 283px;
height: 258px;
}

.contact-logo {
height: 145px;
width: auto;
margin: 27px;
}

section#contact {
padding: 16px 0 90px 0;
}

.recruit-container {
  margin-top: 45px;
  /* margin-right: 45px; */
  height: 290px;
  width: 653px;
}


}
@media screen and (max-width: 767px){
.recruit-title {
font-size: 20px;
letter-spacing: 14px;
margin: 0 0 0 0;
}

.recruit-text-3 {
font-size: 14px;
margin-left: 16px;
}

.recruit-text-4 {
font-size: 16px;
margin-left: 6px;
width: 26px;
}

.recruit-text-1 {
font-size: 17px;
margin-left: 1px;
width: 22px;
}

.recruit-text-2 {
font-size: 16px;
margin-left: 11px;
width: 20px;
}

.recruit-container {
margin-top: 45px;
/* margin-right: 16px; */
height: 255px;
width: 405px;
}

section#contact {
padding: 16px 0 90px 0;
display: flex;
flex-direction: column;
}

.contact-img {
width: 377px;
height: 310px;
}

.contact-logo {
height: 145px;
width: auto;
margin: 27px 27px 27px 0px;
}

.contact-number {
font-size: 23px;
margin-bottom: -37px;
margin-top: 58px;
}

.recruit-btn-text {
font-size: 17px;
margin: 15px 29px;
}

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








}
@media screen and (max-width: 449px){
section#recruit {
padding: 51px 0 20px 0;
margin: 85px 0 50px 0;
}

.recruit-container {
margin-top: 19px;
/* margin-right: 16px; */
height: 230px;
width: 320px;
}

.recruit-text-3 {
font-size: 12px;
margin-left: 3px;
}

.recruit-text-4 {
font-size: 15px;
margin-left: 6px;
width: 19px;
}

.recruit-text-1 {
font-size: 16px;
margin-left: 1px;
width: 22px;
}

.recruit-text-2 {
font-size: 16px;
margin-left: 11px;
width: 17px;
}

.recruit-btn-text {
  font-size: 14px;
  margin: 10px 29px;
}

.contact-img {
width: 345px;
height: 232px;
}

.contact-box {
margin-top: -6px;
}

.contact-logo {
height: 122px;
width: auto;
margin: 27px 27px 27px 0px;
}

.contact-number {
font-size: 19px;
margin-bottom: -43px;
margin-top: 58px;
}

section#contact {
padding: 16px 0 0px 0;
display: flex;
flex-direction: column;
}

.img-container-6 {
height: 262px;
width: 84%;
margin-top: 13px;
}

.line-container {
width: 77%;
padding: 34px 0;
}


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



























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

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

    .footer-logo{
    width: 75px;
    }

    .sns-btn-container{
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    }

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

        .sns-btn-a{
        display: block;
        }

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

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



    .footer-back{
    width: 600px;
    height: auto;
    margin: auto 0 auto auto;
    }

    .footer-btn-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 0px;
    }

    .footer-copy-rihgt{
    color: #fff;
    font-size: 20px;
    margin-top: 300px;
    position: absolute;
    }


@media screen and (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;
}

.footer-copy-rihgt {
font-size: 15px;
margin-top: 327px;
}

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

.footer-logo {
width: 47px;
}

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

.footer-back {
width: 335px;
height: auto;
margin: auto 0 auto auto;
}

.sns-btn {
width: 43px;
margin: 0 6px;
transition: 0.3s;
}

.sns-btn-container {
margin-top: 14px;
}

.footer-copy-rihgt {
font-size: 11px;
margin-top: 169px;
}


}
@media screen and (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%;
}


.footer-back {
width: 322px;
height: auto;
margin: auto 0 auto auto;
}

.footer-logo {
width: 49px;
}

.sns-btn {
width: 38px;
margin: 0 6px;
transition: 0.3s;
}

.footer-copy-rihgt {
font-size: 10px;
margin-top: 201px;
}
    

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



























/* ----------  お問い合わせフォーム  ------------- */
/* --------  お問い合わせフォーム  -------- */
/* ------  お問い合わせフォーム  ----- */
section#form{
width: 100%;
/* background-color: #121212; */
background-image: url(../img/back-1.jpg);
background-position: center center;
background-size: cover;

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: #000000;
    }

    .form-line{
    width: 700px;
    height: 1.5px;
    background-color: #000000;
    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: #000000;
}


input{
width: 100%;
}


.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: #ffffff;
}

.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 screen and (max-width: 1023px){
.form-page-title{
width: 600px;
font-size: 25px;
}

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

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

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

.form-line{
width: 400px;
height: 1.5px;
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 screen and (max-width: 449px){
.form-page-title{
width: 300px;
font-size: 18px;
}

.form-line{
width: 300px;
height: 1.5px;
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: #000000;
font-size: 15px;
}

.page a{
text-decoration: underline #000bff;
color: #000bff;
}

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

}




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


/* --------------------english----------------------------------- */
.english-text{
writing-mode: unset;
text-orientation: unset;
}

.en-1{
text-align: center;
letter-spacing: 2px;
font-weight: 100;
line-height: 43px;
}

.en-2{
  width: 80%;
  text-align: left;
  letter-spacing: 2px;
  font-weight: 100;
  line-height: 43px;
  font-size: 31px;
}

.en-3{
  text-align: left;
  letter-spacing: 2px;
  font-weight: 100;
  line-height: 43px;
  font-size: 20px;
  margin-right: 0;
  width: 80%;
}

.en-4{
  text-align: left;
  letter-spacing: 2px;
  font-weight: 100;
  line-height: 43px;
  font-size: 25px;
  margin-bottom: 10px;
}

.en-5{
align-items: center;
}

.en-6{
  flex-direction: column;
  align-items: flex-end;
}

.en-7{
  text-align: left;
  letter-spacing: 1px;
  font-weight: 100;
  line-height: 43px;
  font-size: 19px;
}

.en-8{
  flex-direction: column;
  align-items: flex-start;
}

.en-9{
  text-align: center;
  letter-spacing: 1px;
  font-weight: 100;
  line-height: 43px;
  font-size: 21px;
  margin-top: 18px;
}

.en-10{

}


.chinese-1{
  font-size: 16px;
  letter-spacing: 4px;
}











.english-text-box{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}

.english-text-box-s{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}


  
  




@media screen and (max-width: 1023px){
.en-4 {
letter-spacing: 0px;
font-size: 22px;
}

.chinese-1 {
  font-size: 14px;
  letter-spacing: 0px;
}






}
@media screen and (max-width: 767px){
.en-4 {
letter-spacing: 0px;
font-size: 15px;
line-height: 26px;
}

.en-7 {
letter-spacing: 1px;
line-height: 27px;
font-size: 15px;
}

.en-9 {
letter-spacing: 1px;
line-height: 29px;
font-size: 14px;
margin-top: 18px;
}




}
@media screen and (max-width: 449px){
  .en-1 {
    letter-spacing: 2px;
    font-weight: 100;
    line-height: 24px;
}

.en-3 {
  letter-spacing: 1px;
  line-height: 29px;
  font-size: 13px;
  margin-right: 0;
}

.en-4 {
letter-spacing: 0px;
font-size: 12px;
line-height: 22px;
}

.en-7 {
  letter-spacing: 0px;
  line-height: 25px;
  font-size: 12px;
}

.en-9 {
  letter-spacing: 0px;
  line-height: 19px;
  font-size: 11px;
  margin-top: 18px;
}














}

  /* --------------------english----------------------------------- */
