@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700;900&display=swap');






/*ライン設定*/
/*ヘッダー装飾*/
/*右*/
.lineT::before {
    border-right: 2px solid #9e863e;
    content: '';   
    display: block; 
    height: 250px;
    padding-left: 10px;
}
/*左*/
.lineT::after {
    border-left: 2px solid #9e863e;
    content: '';
    display: block;
    height: 250px;
    position: absolute;
    bottom: 0;
    padding-right: 10px;
}
/*文字大きく*/
.bf {
    font-size: 2em; 
}
/*本文装飾ライン縦右*/
.line::before {
    border-right: 2px solid #9e863e;
    content: '';   
    display: block; 
    
    height: 400px;
    position: absolute;
    top: 0;
    left:920px;
}
/*本文装飾ライン縦左*/
.line::after {
    border-left: 2px solid #9e863e;
    content: '';
    display: block; 
    height: 400px;
    position: absolute;
    bottom: -104px;

}
/*業務内容ページ横線*/
.lineY::before {
    border-top: 2px solid #9e863e;
    content: '';   
    display: block; 
    width: 400px;

    position: absolute;
    top: 210px;
    left:200px;
}
.lineY::after {
    border-bottom: 2px solid #9e863e;
    content: '';
    display: block;  
    width: 400px;
    position: absolute;
    bottom: -10px;
    right: 170px;
}
/*採用ページ縦線*/
.lineS::before {
    border-right: 2px solid #9e863e;
    content: '';   
    display: block;    
    height: 320px;
    position: absolute;
    top: 120px;
    left:60px;
}
.lineS::after {
    border-left: 2px solid #9e863e;
    content: '';
    display: block;
    height: 320px;
    position: absolute;
    top: -240px;
    left: -20px;
}
/*共通設定*/
body {
    max-width: 1080px;
    
    margin: 0 auto;
    background: #cfcfcf;
    font-family: Noto Serif JP;
    font-weight: 500;
    color: #251e1c;
    position: relative;
    
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    }
    

#wrap {
    height: 100%;   
}
a {
    text-decoration: none;
    color: inherit;
}


/*ヘッダー内設定*/

header {
    width: 100%;
    height: 200px;
    letter-spacing: 0.4em;
    position: relative;
    z-index: 997;

}
/*bd用ヘッダー*/
#bd_header {
    height: 70px;
    letter-spacing: 0.4em;
    position: relative;  
    z-index: 997;

}
/*ロゴ*/
h1 {
    width: 1080px;
    margin: 0 0 0 -540px;
    position: fixed;
    top: 0;
    left: 50%;
    background: #0d1b34;
    border-radius: 10px;
}
h1 img {
    margin: 5px 20px;  
}
header #onlM {
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 997;
    display: none;
}

/*壁塗師*/

#kabenurisi { 
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    animation: fadeIn 6s ease-in 0s 1 normal;
    -webkit-animation: fadeIn 6s ease-in 0s 1 normal;
}
#main-cc {
    width: 250px;
    height: 500px;
    position: absolute;
    left: 900px;
    top:0;
    z-index: 998;
    
}

/*各ページヘッダー内見出し*/
#main-cct {
    width:90px;
    height: 500px;
    margin: 0;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 1.2em;
    color: #703b3e;
    position: absolute;
    left: 35px;
    top: 0;
}

/*ナビゲーションバー内設定*/
.g-navi ul {
    width: 500px;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}
li {
    list-style: none;    
}
.container {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

/*スクロール前のナビゲーションバー*/
.g-navi {
    position: relative;
    top: 200px;
    margin-left: 324px;
    width: 500px; 
  
    display: block;
    z-index: 1000;   
}
/*スクロール後のナビゲーションバー*/
.g-navi-scroll {
    position: fixed;
    width:500px;
    margin: 0 0 0 -300px;
    top: 24px;
    left: 50%;
    color: #fefefe;
    z-index: 1000;
}
/*index-メイン内設定*/
main {
    height: 500px; 
}
.slide-box {
    margin-top: 50px;
    padding: 20px;
    width: 800px;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.item1 {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    animation: anime 30s 0s infinite;
}

.item1:nth-of-type(2) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}  
.item1:nth-of-type(3) {
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}
/* ふわっとアニメーション */
@keyframes anime {
    0% {
      opacity: 0;
      transform:scale(1.3);
    }
    30% {
      opacity: 1;
      
    }
    35% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      z-index: 9;
    }
    100% {
      opacity: 0;
      transform:scale(1.05);
    }
}
/*現在不使用*/
h4 {
    margin: 150px  auto;
    font-size: 1em;
    width : 100px;
    padding-left: 50px;
    border-left: 2px solid  #9e863e;
}

/*ご挨拶ページ設定*/
#greeting-box {
    margin-top: 170px;
    padding-top: 30px;
}
#greeting-title {    
    background-image: url("./img/titleB.jpg");
    color: #fefefe;
    width: 800px;
    height: 100px;
    margin: 0;
    font-size: 1em;
    letter-spacing: 1.2em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;

}
#greeting-img {
    width: 950px;
    position: relative;
    left: 80px;
    top: 30px;
    margin: 0;
}
#greeting-img > figure {
    margin: 0 40px;
    position: relative;
}
#greeting-img  > figure figcaption {
    font-size: 0.9em;
    letter-spacing: 0.5em;
    line-height: 2.5em;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fefefe;
    text-shadow: #000 0 2px 2px;
}
#greeting-img > figure figcaption span:nth-child(3) {
    font-size: 1.2em;
    letter-spacing: 0.8em;
}
#greeting-img  > figure figcaption span:nth-child(5) {
    line-height: 0.1em;
    vertical-align: top;
}
#greeting-text {
    width: 450px;  
    position: absolute;
    top: 50px;
    right: 100px;
    font-size: 0.9em;
    line-height: 2.5em;
}
/*業務内容ページ設定*/
#bd-box {
    width: 940px;
    margin: 300px auto 0;
    
    
}
#bd-cap-A , #bd-cap-B{
    display: flex;
    justify-content: left;   
}
#bd-box figure {
    margin: 0 40px;
    position: relative;
    margin: 20px 5px 0 5px;
}
#bd-box figcaption {
    font-size: 0.9em;
    letter-spacing: 0.5em;
    line-height: 2.5em;
    position: absolute;
    bottom: 0;
    left: -10px;
    color: #251e1c;    
    background: #cfcfcf;
    width: 200px;
    text-align: center;
}
section {
    padding-top: 30px;
}
.gtt {
    line-height: 2em;
    letter-spacing: 0.5em;
    text-align: center;
    margin: 100px auto;
    width: 600px;
    height: 100px;
    font-size: 1em;
    background: #0d1b34;
    color: #fefefe; 
    background-image: url("./img/titleB.jpg");
    color: #fefefe;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.bd-Details {
    background-image: url("./img/backimg.png");
    background-repeat: repeat-y;
    background-position: center;
    position: relative;
}
.bd-Details figure {
    width: 615px;
    margin: 0 auto;
    position: relative;
}
.bd-Details figcaption {
    /*writing-mode: vertical-rl;
    text-orientation: upright;*/
    width: 500px;
    margin: 15px auto;
    letter-spacing: 0.8em; 
    font-size: 0.9em; 
    /*position: absolute;  
    top: 0;
    left: -170px;*/
    /*background: #cfcfcf;*/
    text-align: center;
    padding: 10px 10px;
}
.bd-Details-text {
    width: 600px;
    margin: 0 auto;
    font-size: 0.9em;
    line-height: 2.5em;
    padding: 30px 0 ;
    letter-spacing: 0.5em;
}
/*採用ページ設定*/
#careers-box {
    margin-top: 170px;
}
#careers-text {
    width: 760px;
    margin: 30px 0 15px 250px ;
    font-size: 0.9em;
    line-height: 2.5em;
    letter-spacing: 0.5em;
}

#careers-title {   
    background-image: url("./img/titleB.jpg");
    color: #fefefe;
    width: 800px;
    height: 100px;
    margin: 0 240px 0 0 ;
    font-size: 1em;
    letter-spacing: 1.2em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
#careers-img {
    width: 950px;  
    margin: 50px 0 30px 80px;
    position: relative;
}
#careers-img figure {
    margin: 0 40px;
}
#careers-img figure figcaption {
    font-size: 1.2em;
    letter-spacing: 0.5em;
    line-height: 2.5em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: top;
    letter-spacing: 0.8em;
    color: #622d30;
    position: absolute;
    top: 90px;
    left: 100px;   
}
/*お問合わせページ設定*/
#info-box {
    
    width: 900px;
    margin: 150px auto 15px;
    overflow: hidden;
}
#info-text {
    width: 550px;
    font-size: 0.8em;
    letter-spacing: 0.5em;
    line-height: 2.5em;
    text-align: center;
    margin: 0 auto 50px;
    padding: 20px;
 
}
#info-tel , #info-mail {
    width: 370px;
    font-size: 0.8em;
    letter-spacing: 0.5em;
    line-height: 2.5em;
    text-align: center;
    margin: 0 auto 50px;
    padding: 20px;
    border: 2px solid #706d6c ;
    border-radius: 10px;
}
#info-tel {
    float: right;
}
#info-mail {
    float: left;
}

/*ボタン設定-業務内容についてはこちら*/
.button-g {
    width: 300px;
    height: 40px;
    padding-top: 13px;
    border: 2px solid #706d6c ;
    text-align: center;
    margin-left: 650px;
    margin-bottom: 15px;
    border-radius: 10px;   
}
/*ボタン設定ｰ業務内容に戻る・お問合わせはこちら*/
.button-g a {
    padding: 13px 50px;
    font-size: 0.8em;
    letter-spacing: 0.3em;
}
#button-box {
    width: 640px;
    margin: 15px auto;
    overflow: hidden;
}
.button-RG , .button-O {
    width: 300px;
    height: 40px;
    padding-top: 13px;
    border: 2px solid #706d6c ;
    text-align: center;
    background: #cfcfcf;
    border-radius: 10px;
}
.button-RG a ,.button-O a {
    padding: 13px 50px;
    font-size: 0.8em;
    letter-spacing: 0.3em;
}
.button-RG {
    float: left;
}
.button-O {
    float: right;
}
/*ボタン設定-入力内容の確認*/
.button-c {
    width: 300px;
    height: 40px;
    padding-top: 13px;
    text-align: center;   
    background: #251e1c;
    color: #fefefe;
    margin:  15px auto;
    border-radius: 10px;
}
.button-c a {
    padding: 13px 50px;
    font-size: 0.8em;
    letter-spacing: 0.3em;
}
/*マウスホバー*/
/*横ライン*/
.under-l::after {
    content: '';
    display:block;
    width:0;
    margin: 6px auto 0;
    border-bottom: 2px solid #9e863e;
    transition: width 0.3s ease-in-out;    
}
/*ホバー後の設定*/
.under-l:hover::after {
    width: 100%;
}
/*縦ライン*/
.right-l::before {
    content: '';
    display:block;
    height:0;
    margin: 0 8px;
    border-right: 2px solid #9e863e;
    transition: height 0.3s ease-in-out;
}
/*ホバー後の設定*/
.right-l:hover::before {
    height: 80%;
}
/*フッター内設定*/
footer {
    overflow: hidden;
    width: 1080px;
    height: 150px;    
    background: #0d1b34;
    color: #fefefe;
    font-size: 0.8em;
    border-radius: 10px;

}
#f-navi {
    width: 400px;    
    margin: 10px 50px;
    float: right;
}
#f-navi li {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: top;
    letter-spacing: 1.2em;
    
       
}
#name {
    width: 400px;
    letter-spacing: 0.5em;
    margin: 16px 20px 0 80px;
    padding-left: 20px;
    border-left: 2px solid #9e863e;
    
}





 
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* ------------- スクロールフェードインDown用 ------------- */
.fadeInDown {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -ms-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
   }
   @-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
   }
   @keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
   }
   /* ------------- スクロールフェードインDown用 END ------------- */ 
   .start {
	background:#cfcfcf;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}
@media(max-width: 414px) {
    .start {
        background:#cfcfcf;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9000;
    }
    .start p {
        position: fixed;
        left: 60%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 9999;
        width: 280px;
    }

/*ライン設定*/
/*ヘッダー装飾*/
/*右*/
.lineT::before {
    margin-top: 69px;
}
/*左*/
.lineT::after {
    position: static;
    margin-top: 150px;
   
}
/*文字大きく*/
.bf {
    font-size: 2em; 
}
/*本文装飾ライン縦右*/
.line::before {
    display: none;
}
/*本文装飾ライン左*/
.line::after {
    display: none;
}
/*業務内容ページ横線*/
.lineY::before {
    width: 320px;
    position: absolute;
    top: 130px;
    left:15px;
}
.lineY::after {
    width: 320px;
    position: absolute;
    bottom: 0;
    left:15px;
}
/*採用ページ縦線*/
.lineS::before {  
    height: 320px;
    position: absolute;
    top: 160px;
    left:60px;
}
.lineS::after {
    border-left: 2px solid #9e863e;
    content: '';
    display: block;
    height: 320px;
    position: absolute;
    top: -20px;
    left: -20px;
}
/*共通設定*/
body {
    width: 375px;
    position: relative;
}

#wrap {
    width: 375px;
    height: 100%;   
}
a {
    text-decoration: none;
    color: inherit;
}


/*ヘッダー内設定*/

header {
    width: 375px;
    margin: 0 auto;
    position: relative;


}
/*bd用ヘッダー*/
#bd_header {
    height: 70px;
    letter-spacing: 0.4em;
    position: relative;  
   

}
/*ロゴ*/
h1 {
    width:370px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 20px;
    z-index: 999;

}
h1 img {
    margin-left: 10px;  
}
header #onlM {
    display: block;
    z-index: 1000;
    transition: transform 0.4s ease-in;
}
#onlM.open {
    transform: rotateZ(90deg);
}

/*壁塗師*/

#kabenurisi { 
 display: none;
}
#main-cc {
    width: 90px;
    height: 500px;
    position: absolute;
    left: 200px;
    top:0;
    z-index: 998;
    
}

/*各ページヘッダー内見出し*/
#main-cct {
    width:90px;
    height: 500px;
    margin: 0;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 1.2em;
    color: #703b3e;
    position: absolute;
    left: -50px;
    top: 0;
}

/*ナビゲーションバー内設定*/
.g-navi ul {
    width: 100px;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}
li {
    list-style: none;
    
    margin-left: 5px; 
    padding-top: 50px;  
}
.container {
    margin: 0;
    display: block;
}

/*クリック前のナビゲーションバー*/
.g-navi {
    margin-left: 275px;
    position: fixed;
    top: -500px;
    right: 10px;
    display: block;
    width: 100px;    
    background:rgba(13,27,52,0.5);
    color: #fefefe;
    z-index: 1000;
    transition: top .5s ease;
}

.g-navi.open {
    top: 65px;
}

/*index-メイン内設定*/
main {
    height: 400px; 
}
.slide-box {
    margin-top: 50px;
    padding: 0;
    width: 375px;
    height: 350px;
    overflow: hidden;
    position: relative;
}


/*ご挨拶ページ設定*/

#greeting-title {       
    width: 310px;
    height: 100px;
    margin: 0 auto;
   padding: 5px;

}
#greeting-img {
    width: 370px;
    position: static;
    margin: 0 auto;
}
#greeting-img > figure {
    width: 310px;
    margin: 20px auto;
    position: relative;
}

#greeting-text {
    width: 310px;
    padding: 25px;  
    position: static;
}
/*業務内容ページ設定*/
#bd-box {
    width: 375px;
    margin: 330px auto 0;
    overflow: hidden;
    
    
}
#bd-cap-A , #bd-cap-B{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin: 0 8px;   
}
#bd-cap-A {
    float: left;
}
#bd-cap-B {
    float: right;
}
#bd-box img {
    width: 150px;
}
#bd-box figure {
    width: 150px;
    margin: 0 auto;
    position: relative;

}
#bd-box figcaption {
    width: 180px;  
}
section {
    padding-top: 30px;
}
.gtt {
    margin: 0px auto 10px;
    width: 280px;
    height: 20px;
    padding: 20px;
} 

.bd-Details figure {
    width: 370px;
    margin: 0 auto;
    position: relative;
}
.bd-Details figure img {
    height: 120px;
}
.bd-Details figcaption {
    width: 330px;
    margin: 10px auto;
    padding: 15px 0;
}
.bd-Details-text {
    width: 330px;
    margin: 0 auto;
    padding: 15px 0 ;
    line-height: 2em;
}
/*採用ページ設定*/
#careers-box {
    margin-top: 200px;
    width: 375px;
}
#careers-text {
    width: 220px;
    padding: 0;
    margin: 40px 5px 0 120px ;
    font-size: 0.9em;
    line-height: 2em;
    letter-spacing: 0.3em;
}

#careers-title {   
    width: 300px;
    height: 100px;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 1em;
    letter-spacing: 1.2em;
}
#careers-img {
    width: 375px;  
    margin: 20px 0;
    position: relative;
}
#careers-img figure {
    margin: 0 auto;
}
#careers-img figure img {
    width: 370px;
}
#careers-img figure figcaption {
    font-size: 1.2em;
    letter-spacing: 0.5em;
    line-height: 2.5em;
    position: absolute;
    top: 5px;
    left: 30px;   
}
/*お問合わせページ設定*/
#info-box {    
    width: 375px;
    margin:200px 0 0;
}
#info-text {
    width: 280px;
    line-height: 2em;
    margin: 0 auto 20px;
    padding: 0px;
}

#info-tel , #info-mail {
    width: 360px;
    margin: 20px auto 20px;

    padding: 0;

}
#info-tel {
    float: none;
}
#info-mail {
    float: none;
}

/*ボタン設定-業務内容についてはこちら*/
.button-g {
    width: 300px;
    height: 40px;
    padding-top: 13px;
    border: 2px solid #706d6c ;
    text-align: center;
    margin: 10px auto;
}
/*ボタン設定ｰ業務内容に戻る・お問合わせはこちら*/
.button-g a {
    padding: 13px 50px;
    font-size: 0.8em;
    letter-spacing: 0.3em;
}
#button-box {
    width: 370px;
    margin: 15px auto;
    overflow: hidden;
}
.button-RG , .button-O {
    width: 300px;
    height: 40px;
    margin: 15px auto;
}
.button-RG a ,.button-O a {
    padding: 13px 50px;
    font-size: 0.8em;
    letter-spacing: 0.3em;
}
.button-RG {
    float: none;
}
.button-O {
    float: none;
}
/*ボタン設定-入力内容の確認*/
.button-c {
    width: 300px;
    height: 40px;
    padding-top: 13px;
    text-align: center;   
    background: #251e1c;
    color: #fefefe;
    margin:  15px auto;
    border-radius: 10px;
}
.button-c a {
    padding: 13px 50px;
    font-size: 0.8em;
    letter-spacing: 0.3em;
}
/*マウスホバー*/
/*横ライン*/
.under-l::after {
    content: '';
    display:block;
    width:0;
    margin: 6px auto 0;
    border-bottom: 2px solid #9e863e;
    transition: width 0.3s ease-in-out;    
}
/*ホバー後の設定*/
.under-l:hover::after {
    width: 90%;
}
/*縦ライン*/
.right-l::before {
    content: '';
    display:block;
    height:0;
    margin: 0 auto;
    border-right: 2px solid #9e863e;
    transition: height 0.3s ease-in-out;
}
/*ホバー後の設定*/
.right-l:hover::before {
    height: 50%;
}
/*フッター内設定*/
footer {
    overflow: hidden;
    width: 370px;
    height: 80px; 
    margin: 0 auto;   
    background: #0d1b34;
    color: #fefefe;
    font-size: 0.8em;
    border-radius: 10px;

}
#f-navi {
 display: none;
}
#name {
    width: 300px;
    letter-spacing: 0.5em;
    margin : 5px 20px;
   
    border-left: 2px solid #9e863e;
    
}
#name p {
    margin: 5px auto;
}
}










