/* # =================================================================
   # 共通要素
   # ================================================================= */
html {
   font-size: 62.5%;
}
body {
   /* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; */
   /* font-family: 'Noto Serif JP', serif; */
   font-family: '游明朝','Yu Mincho','YuMincho', 'Noto Serif JP', serif;
   font-size: 1.3rem;
   position: relative;
   color: #5B2619;
   background-color: #F9F8F6;

}

a{
   color: #5B2619;
   text-decoration: none;
   transition:0.3s ease;
}

.sp{
   display: none!important;
}

.sp2{
   display: none!important;
}

img{
   max-width: 100%;
   height: auto;
   vertical-align: bottom;
}
/* 
.wrap{
   max-width: 1250px;
   padding: 0 2.5rem;
   margin: 0 auto;
} */





.btn{
   font-family: 'EB Garamond', serif;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   max-width: 340px;
   height: 70px;
   font-size: 1.5rem;
   border: 1px solid #222;
   letter-spacing: 0.1em;
   transition: 0.3s ease;
   margin: 0 auto;
}

.btn .jp{
   display: none;
}

/* .btn::after{
   content: '';
   width: 40%;
   height: 1px;
   background-color: #222;
   position: absolute;
   top: 50%;
   right: -20%;
   transition: 0.3s ease;
}

.btn:hover{
   background-color: #939393;
   color: #fff;
   border: 1px solid #939393;
}

.btn:hover .jp{
   display: block;
}

.btn:hover .en{
   display: none;

}

.btn:hover::after{
   right: -30%;
}

.btn.small{
   border: 1px solid #222222;
   font-size: 1.2rem;
   width: 137px;
   height: 34px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.btn.small::after{
   display: none;
} */

.wrap{
   width: 100%;
   max-width: 1250px;
   margin: 0 auto;
   padding: 0 2.5rem;

}

section{
   position: relative;
}

.titleBg{
   color: #fff;
   font-family: 'Sorts Mill Goudy', serif;
   font-size: 15rem;
   position: absolute;
   top: 0;
   left: -10px;
}

.scTitle{
   text-align: center;
   font-size: 4rem;
   margin-bottom: 6.6rem;
   letter-spacing: 0.15em;
   position: relative;
   z-index: 1;
   font-weight: 400;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
}

.scTitle.en{
   letter-spacing: 0.1em;
   font-size: 4.6rem;
   font-family: 'Sorts Mill Goudy', serif;
}

.btn{
   width: 32px;
   height: 32px;
   border: 1px solid #fff;
   border-radius: 50%;
   position: relative;
   margin: 2rem auto 0 0;
}

.btn::after{
   content: '';
   background: url('../img/btnArrow.svg') no-repeat top right;
   background-size: 100%;
   width: 48px;
   height: 6px;
   position: absolute;
   top: calc(50% - 2px);
   right: -36px;
   transform: translateY(-50%);
   transition: 0.4s ease;
}

/* # =================================================================
   #ヘッダー
# ================================================================= */
header {
  width: 100%;
  position: absolute;
  
  left: 0;
  top: 0;
  z-index: 999;
  height: 100px;
  transition: 0.3s ease;
}


header .headerWrap{
	width: 100%;
	height: 100%;
	padding: 0 0 0 4rem;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logoArea {
   width: 10%;
}

header .logoArea p{
   font-size: 1.2rem;
}

header .logoArea .siteLogo{
  width: 82px;
}

header .logoArea .siteLogo a:hover{
   opacity: 0.7;
}

header .logoArea .siteLogo a {
  display: block;
  width: 100%;
}

header .logoArea .siteLogo a img {
  width: 100%;
  height: auto;
}


header .gnav {
  height: 100%;
  position: relative;
	z-index: 99;
	width: 90%;
   font-family: 'Sorts Mill Goudy', serif;
   letter-spacing: 0.05em;
}


header .gnav li{
   margin: 0 1vw;
   text-align: center;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   padding: 0 1rem;
}

header .gnav li a{
   font-size: 1.6rem;
   position: relative;
   transition: 0.3s ease all;
   display: inline-block;
   width: 100%;
   padding: 2rem 0.5rem;
}

header .gnav li a{
  position: relative;
  overflow: hidden;
  padding: 10px 70px;
}

header .gnav li a span{
  position: absolute;
  left: 50%;
  top:0;
  transition: all .5s;
  transform: translate(-50%, 0);
  display: block;
  opacity:1;
  white-space: nowrap;
}


header .gnav li a span:nth-child(2){
  opacity:0;
    transform: translate(-50%,100%);
}

header .gnav li a:hover span:nth-child(1){
  opacity:0;
    transform: translate(-50%,-100%);
}

header .gnav li a:hover span:nth-child(2){
  opacity:1;
  transform: translate(-50%, 0);
}



header .gnav .gnavMenu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
  height: 100%;
}



 header .gnav li.navRecruit{
    margin: 0;
    /* margin-left: 1.2vw; */
    padding: 0;

 }

header .gnav li.navBg a{
   display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 15vw;
    max-width: 200px;
    height: 100%;
    font-size: 1.8rem;
    font-weight: 500;
}

header .gnav li.navBg a span{
   transform: none;
   position: static;
}

header .gnav li.navBg a .jp{
   display: none;
}
 header .gnav li.navRecruit a{
    transition: 0.3s ease;
    background-color: #8B675E;
    
 }

  header .gnav li.navRecruit a span{
      transition: none;
  }

  header .gnav li.navRecruit a:hover{
     background-color: rgba(139,103,94,0.4);
     color: #5A2619;
  }

  header .gnav li.navRecruit a::after{
     display: none;
  }

 header .gnav .copyright{
    display: none;
 }
 
 header .gnav li.navContact{
    margin: 0;
    padding: 0;
 }
 header .gnav li.navContact a{
   background-color: rgba(90,38,25,1);
 }

  header .gnav li.navContact a:hover{
      background-color: rgba(90,38,25,0.6);
  }

   header .gnav li.navContact a::after{
     display: none;
  }


  header .logoArea .siteLogo{
     display: none;
  }
  
header.fixed{
   height: 100px; 
   background-color: #fff;
   top: 0;
   left: 0;
   border-bottom: none;
   margin: 0 auto;
   top: 0;
   left: 0;
   z-index: 99;
   position: fixed;
  animation: menu 0.4s cubic-bezier(.215,.61,.355,1) forwards;
}

header.fixed .logoArea .siteLogo{
     display: block;
  }

@keyframes menu {
   0% {
   top: -100px;
   }
   100% {
   top: 0;
   }
}


header .gnav li.navContact a:hover span:nth-child(1){
     opacity: 1;
     transform: none;
}

header .gnav li.navRecruit a:hover span:nth-child(1){
     opacity: 1;
     transform: none;
}


/* # =================================================================
   #フッター
# ================================================================= */
footer{
   position: relative;
   background-color: rgba(83,41,28,0.7);
   padding: 7rem 0 0 0;
}

#goToTop {
	display: block;
	font-weight: normal;
	position: fixed;
	/* bottom: 30px; */
	right: 30px;
	z-index: 99;
	width: 60px;
	height: 60px;
   transition: none;
	background-color:#fff;
	display: block;
   border-radius: 50%;
   color: #5A2619;
   font-size: 1.2rem;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   line-height: 1.1;
   padding-top: 12px;
   transform: translateY(100px);
}

#goToTop::before {
   content: '';
   display: block;
   width: 8px;
   height: 8px;
   border-top: 1px solid #5A2619;
   border-right: 1px solid #5A2619;
   -webkit-transform: translateX(-50%) rotate(-45deg);
   transform: translateX(-50%) rotate(-45deg);
   position: absolute;
   left: 50%;
   top: 12px;
   transition: 0.3s ease;
   z-index: 9;
   pointer-events: none;
}


 #goToTop:hover::before{
   top: 14%;
} 

#goToTop.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#goToTop.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}


footer .footerWrap .footerRecruit{
   margin: 0 auto;
   width: 96%;
   max-width: 916px;
   height: 150px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   border: 1px solid #fff;
   color: #fff;

   margin-bottom: 7rem;
   line-height: 0.8;
}

footer .footerWrap .footerRecruit .en{
   font-family: 'Sorts Mill Goudy', serif;
   font-size: 3rem;
   display: inline-block;
   -webkit-font-smoothing: antialiased;     
   letter-spacing: 0.1em;
}

footer .footerWrap .footerRecruit .jp{
   font-size: 1.6rem;
   transform: translateY(12px);
   display: inline-block;
}

footer .footerWrap .footerRecruit:hover{
   color: #5A2619;
   background-color: #fff;
}

footer .footerWrap .logo{
   width: 100px;
   text-align: center;
   margin: 0 auto 5.6rem auto;
}

footer .footerWrap .logo a{
   display: block;
   width: 100%;
}

footer .footerWrap .logo a:hover{
   opacity: 0.7;
}

footer .footerMenu{
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 3rem;
}

footer .footerMenu li a{
  position: relative;
  overflow: hidden;
  padding: 14px 80px;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.05em;
  display: inline-block;
}

footer .footerMenu li a span{
  position: absolute;
  left: 50%;
  top:0;
  transition: all .5s;
  transform: translate(-50%, 0);
  display: block;
  opacity:1;
  white-space: nowrap;
}

footer .footerMenu li a span:nth-child(2){
  opacity:0;
    transform: translate(-50%,100%);
}

footer .footerMenu li a:hover span:nth-child(1){
  opacity:0;
    transform: translate(-50%,-100%);
}

footer .footerMenu li a:hover span:nth-child(2){
  opacity:1;
  transform: translate(-50%, 0);
}

footer .copyright{
   background-color: #5A2619;
   text-align: center;
   padding: 2rem;
   color: #fff;
   font-size: 1.8rem;
   letter-spacing: 0.05em;
   font-weight: 400;
}

/* # =================================================================
   # エフェクト要素
   # ================================================================= */


.eachTextAnime span{
   opacity: 0;
   display: inline-block;
}
.eachTextAnime.effect-scroll span{
    animation:text_anime_on 0.4s ease-out forwards;
    }
@keyframes text_anime_on {
  0% {
     opacity:0;
     transform: translate(20px, 0);
   }
  100% {
     opacity:1;
     transform: translate(0, 0);
   }
}


.effect-fade {
   opacity: 0;
   transform: translate(0, 5px);
   transition: all 0.8s ease;
}
.effect-fade.effect-scroll {
   opacity: 1;
   transform: translate(0, 0);
}




/* # =================================================================
   # トップページ
   # ================================================================= */

main{
   padding-top: 10rem;
}
.scMv{
   width: 100%;
   height: calc(80vh - 100px);
   /* min-height: 550px; */
   position: relative;
   display: flex;
   justify-content: space-between;
   margin-bottom: 5rem;

}

.scMv .slideArea{
   width: 85%;
   max-height: 1640px;
   height: 100%;
   position: relative;
}

.scMv .mvSlide{
   width: 100%;
   height: 100%;
   margin: 0 0 0 auto;
   height: 100%;
}

.scMv .mvSlide .slideItem{
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  height: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
}

.scMv .mvSlide img{
   width: 100%;
}

.scMv .mvSlide .slick-list{
   height: 100%;
}

.scMv .mvSlide .slick-list .slick-track{
   height: 100%;
}

.scMv .mvSlide .slick-list .slick-slide div{
   height: 100%;
}

.mvSlide .slick-dots {
   width: 210px;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.mvSlide .slick-dots li {
    position: relative;
    display: inline-block;
    width: calc(100% / 4);
    height: 2px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #c3c3c3;
    overflow: hidden;
}

.mvSlide .slick-dots li:first-child button{
   background: #5A261B;
   width: 100%;
}

.mvSlide .slick-dots::before{
   content: '1';
   font-size: 1.6rem;
   padding-right: 1rem;
}

.mvSlide .slick-dots::after{
   content: '4';
   font-size: 1.6rem;
   padding-left: 1rem;
}
.mvSlide .slick-dots li.slick-active button {
   width: 0;
   transition: 0.8s ease;
}
.mvSlide .slick-dots li.slick-active button {
   background: #5A261B;
   width: 100%;
}
.mvSlide .slick-dots li button:before {
    content: none;
}


.mvSlide .slick-dots li button.complete{
   background: #5A261B;
   width: 100%;
}

.mvSlide .slick-dots li button.completeAll{
   background: #5A261B;
   width: 100%;
}
.scMv .mvTitle{
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 9;
   width: 100%;
   max-width: 418px;
   transform: translate(-50%, -50%);
}

.scMv .sideArea{
   width: 80px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-direction: column;
   font-family: 'Sorts Mill Goudy', serif;
}


.scMv .sideArea .copyright{
   writing-mode: vertical-rl;
   text-align: center;
   font-size: 1.8rem;
   letter-spacing: 0.05em;
   height: 100%;
}


@media (max-height: 780px){
  .scMv .sideArea .copyright{
  text-align: left;
}
}


/*スクロールダウン全体の場所*/
.scrolldown2{
  /* position:absolute; */
  position: relative;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
  /* position: absolute;
  left:10px;
  bottom:10px; */
  font-size: 1.8rem;
  letter-spacing: 0.05em;
   writing-mode: vertical-rl;
   margin-top: 1rem;
}

.scrolldown2:before {
   content: "";
   position: absolute;
   top: -100px;
   left: calc(50% - 4px);
   width:10px;
   height:10px;
   border-radius: 50%;
   background:#856960;
   animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
}


.scrolldown2:after{
  content: "";
   position: absolute;
   top: -100px;
   left:50%;
  width: 1px;
  height: 98px;
  background:#856960;
}



/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{
         top: -105px;
      }
     100%{
        top: 0;
      }
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
   0%{
      opacity:0
   }
   50%{
      opacity:1;
   }
   80%{
      opacity:0.9;
   }
  100%{
     opacity:0;
   }
 }

 @media (max-height: 780px){
   .scrolldown2:before {
   top: -70px;
}
  .scrolldown2:after{
  top: -70px;
   left:50%;
  width: 1px;
  height: 68px;
}
@keyframes circlemove{
      0%{
         top: -75px;
      }
     100%{
        top: 0;
      }
 }
}
 


.scMv .mvText{
   position: absolute;
   top: 52%;
   left: -6%;
   transform: translateY(-50%);
}

.scMv .mvText .logo{
   width: 124px;
   margin-bottom: 5rem;
}

.scMv .mvText .title{
   font-size: 5.8rem;
   line-height: 1.7;
   font-weight: 400;
   letter-spacing: 0.15em;
   margin-top: calc((1 - 1.7) * 0.5em);
   -webkit-font-smoothing: antialiased;

}


.scAbout{
   padding-top: 10rem;
   overflow: hidden;
}

@media (max-height: 900px){
  .scAbout{
   padding-top: 7rem;
}
}

.leadArea{
   margin-bottom: 28rem;
}


.leadArea p{
   text-align: center;
   line-height: 2.3;
   font-size: 1.7rem;
   margin-top: calc((1 - 2.3) * 0.5em);
}

.leadArea p:not(:last-child){
   margin-bottom: 6rem;
}


.scAbout .aboutContents{

   position: relative;
   margin-bottom: 43rem;
}

.scAbout .aboutContents::before{
   content: '';
   display: block;
   width: 100%;
   max-width: 1024px;
   height: 656px;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   background-color: #84665C;
}

.scAbout .aboutContents .fBox{
   display: flex;
   align-items: center;
   justify-content: space-between;
   cursor: pointer;
}


.scAbout .aboutContents .itemImg{
   width: 58%;
   position: relative;
   z-index: 1;
   overflow: hidden;
   border-radius: 20px;
}

.scAbout .aboutContents .itemText{
   width: 35%;
   position: relative;
   z-index: 1;
   color: #fff;
}

.scAbout .aboutContents .itemText .num{
   font-size: 14rem;
   font-family: 'Sorts Mill Goudy', serif;
   letter-spacing: 0.07em;
   font-weight: 400;
   line-height: 1.2;
}

.scAbout .aboutContents .itemText .title{
   font-size: 3rem;
   margin-bottom: 3rem;
   font-weight: 400;
   letter-spacing: 0.1em;
}

.scAbout .aboutContents .itemText .disc{
   font-size: 1.6rem;
   font-family: 'Noto Sans JP', sans-serif;
   line-height: 1.75;
}

.scAbout .aboutContents .itemImg img{
   transition: 0.4s ease;
}

.scAbout .aboutContents:hover .itemImg img{
   transform: scale(1.05);
}

.scAbout .aboutContents .btn::after{
   transform-origin: top left;
}

.scAbout .aboutContents:hover .btn::after{

   transform: translateY(-50%) scale(1.5, 1);
}


.scAbout .aboutContents:nth-child(even) .fBox{
   flex-direction: row-reverse;
}

.scAbout .aboutContents:nth-child(even)::before{
   content: '';
   display: block;
   width: 100%;
   max-width: 1024px;
   height: 656px;
   position: absolute;
   right: inherit;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   background-color: #84665C;
}

.parallax{
   /* position: absolute; */
}

.parallax img {
   transition: all 1s cubic-bezier(.04,.25,.4,1.01);
   position: absolute;
   z-index: 0;
}

.scAbout .aboutContents:first-child .parallax img.item1 {
  top: -28%;
  right: 6.5%;
  width: 28%;
  max-width: 240px;
  z-index: 0;
}
.scAbout .aboutContents:first-child .parallax img.item2 {
  position: absolute;
  top: 50px;
  right: 15%;
  width: 18%;
  max-width: 178px;

}

.scAbout .aboutContents:nth-child(2) .parallax img.item1 {
  top: -25%;
  left: -10%;
  width: 48%;
  max-width: 578px;
  z-index: 0;
}




.scAbout .aboutContents:nth-child(3) .parallax img.item1 {
   top: 12%;
  right: 5%;
  width: 100%;
  max-width: 240px;
  z-index: 0;
}


.scAbout .aboutContents:nth-child(3) .parallax img.item2 {
   top: 50%;
  right: 10%;
  width: 100%;
  max-width: 400px;
  z-index: 0;
}



.scAbout .aboutContents:nth-child(3) .parallax img.item3 {
   top: 160%;
  right: 15%;
  width: 100%;
  max-width: 320px;
  z-index: 0;
}

.scAbout .aboutList > .fBox{
   display: flex;
   justify-content: space-between;
   width: calc(100% - 50px);
   max-width: 1250px;
   padding: 0 2.5rem;
   margin: 0 auto;
   position: relative;
   padding-top: 6rem;
}

.scAbout .aboutList > .fBox::before{
   content: '';
   display: block;
   width: 100%;
   height: 452px;
   background-color: #84665C;
   margin: 0 calc(50% - 50vw);
	width: 100vw;
   position: absolute;
   top: inherit;
   bottom: 0;
   left: 0;
}

.scAbout .aboutList > .fBox .aboutContents:not(:last-child){
   padding-bottom: 2rem;
}

.scAbout .aboutList > .fBox .aboutContents::before{
   display: none;
}

.scAbout .aboutList > .fBox .aboutContents{
   width: calc(100% / 3);
   margin: 0;
   cursor: pointer;
      position: relative;
}

.scAbout .aboutList > .fBox .aboutContents:not(:last-child){
   margin-right: 4%;
}

.scAbout .aboutList > .fBox .aboutContents .itemImg{
   width: 100%;
}
.scAbout .aboutList > .fBox .aboutContents .itemText{
   width: 100%;
   transform: translateY(-70px);
   min-height: 278px;
}

.scAbout .aboutList > .fBox .aboutContents .itemText .num{
   color: #5A2619;
   font-size: 10rem;
   text-align: right;
   display: block;
   line-height: 1;
   transform: translateY(20px);
}

.scAbout .aboutList > .fBox .aboutContents .itemText .title{
   font-size: 3rem;
   letter-spacing: inherit;
   margin-bottom: 2rem;
}

.scAbout .aboutList > .fBox .aboutContents .itemText .disc{
   min-height: 112px;
}

.scAbout .aboutList > .fBox .aboutContents .itemText .btn{
   position: absolute;
   bottom: -18%;
}

.scMessage{
   padding: 15.5rem 0;
   background-color: #F6F2F2;
   overflow: hidden;
}

.scMessage .titleBg{
   top: 40px;
}

.scMessage .scTitle{
   margin-bottom: 6rem;
}

.scMessage .leadArea {
   margin-bottom: 0;
}

.scMessage .leadArea p{
   text-align: left;
   line-height: 1.88;
}

.scMessage .leadArea p:not(:last-child){
   margin-bottom: 4.4rem;
}

.scMessage .leadArea p.name{
   text-align: right;
   letter-spacing: 0.15em;
   font-size: 1.6rem;
   transform: translateY(-20px);
}

.scMessage .leadArea p.name span{
   font-size: 2rem;
}


.scCompany {
   background-color: #fff;
   padding: 12rem 0;
}

.scCompany .scTitle{
   margin-bottom: 4.2rem;
}

.scCompany .overviewArea{
   max-width: 920px;
   margin: 0 auto;
}

.scCompany .overviewArea > dl{
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   font-size: 1.6rem;
   letter-spacing: 0.1em;
   line-height: 1.6;
   margin-top: calc((1 - 1.6) * 0.5em);
}

.scCompany .overviewArea > dl dt{
   width: 30%;
   padding: 2.5rem 0;
}


.scCompany .overviewArea > dl dd{
   width: 69%;
   padding: 2.5rem 0;
}

.scCompany .overviewArea > dl dd a{
   border-bottom: 1px solid #53291C;
   display: inline-block;
   margin-top: 2px;
}
.scCompany .overviewArea > dl dd a:hover{
   border-color: #fff;
   opacity: 0.7;
}

.scCompany .overviewArea > dl dd a.tel{
   border-bottom: none;
   pointer-events: none;
}


.scCompany .overviewArea > dl:last-child dt{
   padding-bottom: 0;
}

.scCompany .overviewArea > dl:last-child dd{
   padding-bottom: 0;
}

.scContact {
   padding: 16rem 0 14rem 0;
   background: url('../img/contactBg.jpg') no-repeat top left;
   background-size: cover;
}

.scContact .scTitle{
   margin-bottom: 1.5rem;
}
.scContact .scTitle+p{
   font-size: 1.2rem;
   text-align: center;
   margin-bottom: 7.5rem;
   font-family: 'Noto Sans JP', sans-serif;
}

.scContact .formArea{
	width: 100%;
	max-width: 920px;
   margin: 0 auto;
	margin-top: 2rem;
}

.scContact .formArea table {
   width: 100%;
	text-align: left;
	border-spacing: 0;
	font-size: 1.6rem;
	margin-bottom: 60px;
	margin-bottom: 6rem;
   font-family: 'Noto Sans JP', sans-serif;
}


.scContact .formArea table tr th {
	position: relative;
	background-color: transparent;
	text-align: left;
	vertical-align: middle;
	width: 30%;
   letter-spacing: 0.05em;
}

.scContact .formArea table th,
.scContact .formArea table td{
   font-size: 1.6rem;
   font-weight: 500;
   width: 100%;
   padding: 0 0 3rem 0;
}

.scContact .formArea table tr td {
   border-bottom: none;
   margin-bottom: 3.2rem;
	 font-weight: 400;
    width: 68%;
    color: #3B4043;
}

.scContact .formArea table tr td input[type="text"],
.scContact .formArea table tr td input[type="tel"],
.scContact .formArea table tr td input[type="email"]{
	width: 100%;
	padding: 1.5rem 2rem;
	appearance: none;
	outline: none;
	font-size: 1.6rem;
	background: #fff; 
   border-radius: 6px;
}


.scContact .formArea table tr td select{
   background-color: #f7f7f7;
	width: 100%;
	padding: 1.5rem 2rem;
	appearance: none;
	outline: none;
	font-size: 15px;
	font-size: 1.5rem;
	background: #fff;
   color: #2C3340;
   border-radius: 0;
   border-radius: 6px;
   color: #B4B4B4;
}

.scContact .formArea table tr td.conSelect{
   position: relative;
}

.scContact .formArea table tr td.conSelect::before{
   content: '';
   display: block;
   width: 8px;
   height: 8px;
   border-top: 2px solid #98A6B5;
   border-right: 2px solid #98A6B5;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
   position: absolute;
   right: 22px;
   top: 25%;
   transition: 0.3s ease;
   z-index: 9;
   pointer-events: none;
}

.scContact .formArea table tr th.txt01{
   vertical-align: top;
   padding-top: 2rem;
}

::placeholder{
	color: #B4B4B4;
}

.scContact .formArea table tr td textarea {
	width: 100%;
	height: 140px;
	resize: vertical; 
   background-color: #fff;
   border-radius: 6px;
	padding: 1.5rem 2rem;
	appearance: none;
	outline: none;
	font-size: 1.6rem;
	background: #fff; 
   border-radius: 6px;
}

.scContact .formArea table tr td.act textarea{
      border: 2px solid #5A2619;
}
.scContact .formArea table tr td input:focus,
.scContact .formArea table tr td textarea:focus,
.scContact .formArea table tr td select:focus {
	outline: none;
 }


 .pageContact.confirm .pageContents .fBox .formItem tbody{
    display: block;
    width: 100%;
 }
 .pageContact.confirm .pageContents .fBox .formItem tbody tr{
    display: block;
    width: 100%;
 }

 .pageContact.confirm .pageContents .fBox .formItem tbody th{
   width: 100%;
}
.pageContact.confirm .pageContents .fBox .formItem tbody td{
   width: 100%;
}
 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr th{
    margin-bottom: 2rem;
 }

 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr td{
    border-bottom: 2px solid #000;
    text-align: left;
 }

 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr td .notice{
    margin-top: 3rem;
 }

 .scContact .colorBtn{
   background-color: #000;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   max-width: 340px;
   padding: 5px 0;
   border-radius: 24px;
   font-size: 2.4rem;
   margin: 0 auto;
   transition: 0.3s ease all;
}

.scContact .colorBtn:hover{
   opacity: 0.7;
}

.scContact .colorBtn [type="submit"]{
   width: 100%;
}

.scContact .confirmBtn{
   display: flex;
   justify-content: space-between;
   margin: 0;
}

.scContact .confirmBtn .colorBtn{
   width: 47%;
}

.scContact .iptCheck {
	display: none;
}
.scContact .formArea .notice{
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.scContact .formArea .notice a{
	text-decoration: underline;
}
.scContact .formArea .notice a:hover{
	opacity: 0.7;
}
.scContact label {
	width: 300px;
	margin: 0 0 20px 0;
	font-size: 1.56rem;
	display: block;
	cursor: pointer;
	margin: 0 auto;
}
.scContact label span {
	padding: 0 0 0 25px;
	position: relative;
}
.scContact label span::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
   background-color: #fff;
}
.scContact .iptCheck:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 9px;
	height: 16px;
	transform: rotate(40deg);
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
}
.scContact .btnSend {
	display: block;
	width: 100%;
	margin: 0 0 5rem 0;
	padding: 8px 10px;
	background: #5A2619;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .1em;
	text-align: center;
	height: 80px;
	margin: 4rem auto 0 auto;
	transition: 0.3s ease;
   font-family: 'Noto Sans JP', sans-serif;
   letter-spacing: 0.3em;
   border: 2px solid #53291C;
}

.scContact .btnSend:hover{
	background-color: #fff;
   color: #5A2619;
}

.scContact .txtError {
	width: 100%;
	padding: 8px 0 0 0;
	text-align: left;
	color: #5A2619;
   font-size: 1.2rem;
	display: none;
   position: relative;
}

.scContact .txtError::after{
   content: '';
   display: block;
   width: 16px;
   height: 16px;
   background: url('../img/iconAttention.svg') no-repeat center center;
   position: absolute;
   right: 0;
   top: 5px;
}

.scContact .txtError.act{
	display: block;
}

.scContact .formArea table tr td.act input{
   border: 2px solid #5A2619;
}

.scContact .txtErrorPrivacy{
	text-align: center;
	margin-top: 10px;
   font-family: 'Noto Sans JP', sans-serif;
}

.scContact .txtErrorPrivacy.txtError::after{
   position: static;
   display: inline-block;
}


.scContact .privacyporicy{
   height: 280px;
   overflow: auto;
   background-color: #fff;
   padding: 3.5rem 4rem ;
   margin-bottom: 6rem;
   font-family: 'Noto Sans JP', sans-serif;
   color: #6B6B60;
   border-radius: 6px;
}

.scContact .privacyporicy .wrap{
   padding: 0;
}

.scContact .privacyporicy .title{
   font-size: 2.4rem;
   margin-bottom: 3rem;
}



.scContact .privacyporicy p.colorText{
   margin: 3rem 0 0 0;
   font-weight: 600;
   font-family: 'Noto Sans JP','-apple-system','BlinkMacSystemFont','Helvetica Neue','Segoe UI','Noto Sans Japanese','ヒラギノ角ゴ ProN W3','Meiryo','sans-serif';

}

.scContact label {
	width: 300px;
	margin: 0 0 20px 0;
	font-size: 1.56rem;
	display: block;
	cursor: pointer;
	margin: 0 auto;
   font-family: 'Noto Sans JP', sans-serif;
}
.scContact label span {
	padding: 0 0 0 25px;
	position: relative;
}
.scContact label span::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
}
.scContact .iptCheck:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 9px;
	height: 16px;
	transform: rotate(40deg);
	border-bottom: 3px solid #5A2619;
	border-right: 3px solid #5A2619;
}



 .overlay{
   display: none;
   position: fixed;
   background: rgba(0,0,0,0.8);
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 999;
   content: '';
 }

/* モーダルウィンドウ */
 .modalBox {
   width: 90%;
   max-width: 790px;
   height: auto;
   max-height: 90%;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   z-index: 9;
   position: fixed;
   align-items: center;
   padding: 0;
   z-index: 9999;
   display: none;
 }
 
.modalBox .modalClose{
   position: absolute;
   top: -20px;
   right: -20px;
   cursor: pointer;
   width: 54px;
   height: 54px;
   z-index: 9;
 }

.modalBox .aboutModal{
   border-radius: 20px;
   overflow: hidden;
   height: 100%;

   overflow-x: hidden;
   overflow-y: scroll;
   -ms-overflow-style: none;
   scrollbar-width: none; 
}

.modalBox .aboutModal::-webkit-scrollbar {
   display:none;
}

.modalBox .aboutModal .aboutImg{
   width: 100%;
}

.modalBox .aboutModal .aboutImg img{
   width: 100%;
}

.modalBox .aboutModal .aboutText{
   width: 100%;
   background-color: #fff;
   padding: 3rem 4.8rem 3.5rem 4.8rem;
   border-radius: 0 0 20px 20px;
}

.modalBox .aboutModal .aboutText .title{
   font-size: 3.4rem;
   letter-spacing: 0.1em;
   font-weight: 400;
   margin-bottom: 2rem;
}

.modalBox .aboutModal .aboutText .disc{
   color: #797979;
   font-size: 1.6rem;
   line-height: 1.8;
   margin-top: calc((1 - 1.8) * 0.5em);
}


 @media (max-height: 780px){
/* モーダルウィンドウ */
 .modalBox {
   width: 90%;
   max-width: 540px;
 }
 
.modalBox .aboutModal .aboutText{
   padding: 2rem 4rem 3rem 4rem;
}
.modalBox .aboutModal{
   height: 94vh;
}

 }

.scContact.confirm{
   background: none;
}

.scContact.confirm .scTitle{
   margin-bottom: 4rem;
}

.scContact.confirm .scTitle+p{
   font-size: 1.6rem;

}

.scContact.confirm .btnList{
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.scContact.confirm .btnList .backBtn{
   width: 49%;
}

.scContact.confirm .btnList .btnSend{
   width: 49%;
}

.scContact.confirm .btnList .backBtn {
	display: block;
	margin: 0 0 5rem 0;
	padding: 8px 10px;
	background-color: #8B675E;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .1em;
	text-align: center;
	height: 80px;
	margin: 4rem auto 0 auto;
	transition: 0.3s ease;
   font-family: 'Noto Sans JP', sans-serif;
   letter-spacing: 0.3em;
   border: 2px solid #8B675E;
}

.scContact.confirm .btnList .backBtn:hover{
	background-color: #fff;
   color: #8B675E;
}

.scContact.thanks{
   background: none;
}

.scContact.thanks .completeText{
   text-align-last: center;
   font-size: 2.8rem;
   margin-bottom: 4rem;
}

.scContact.thanks .disc{
   text-align: center;
   font-size: 1.6rem;
   line-height: 1.85;
}

.scContact.thanks .topBtn {
	display: flex;
   align-items: center;
   justify-content: center;
	width: 100%;
   max-width: 280px;
	margin: 0 0 5rem 0;
	padding: 8px 10px;
	background: #5A2619;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .1em;
	text-align: center;
	height: 70px;
	margin: 6rem auto 0 auto;
	transition: 0.3s ease;
   font-family: 'Noto Sans JP', sans-serif;
   letter-spacing: 0.3em;
   border: 2px solid #53291C;
}

.scContact.thanks .topBtn:hover{
	background-color: #fff;
   color: #5A2619;
}

/* # =================================================================
   # 採用ページ
   # ================================================================= */

body.recruit header .logoArea .siteLogo{
   display: block;
}

body.contact header .logoArea .siteLogo{
   display: block;
}

body.recruit .scTitle{
   margin-bottom: 10rem;
   font-size: 4.6rem;
   letter-spacing: 0.1em;
   font-family: 'Sorts Mill Goudy', serif;
}

.scRecruit {
   padding: 14.6rem 0;
}

.scRecruit .requirements {
   font-family: 'Noto Sans JP', sans-serif;
}
.scRecruit .requirements > dl{
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-size: 1.6rem;
   letter-spacing: 0.1em;
   line-height: 1.75;
   border-bottom: 1px solid #5A2619;
}

.scRecruit .requirements > dl dt{
   width: 20%;
   padding: 3.4rem 2rem;
   vertical-align: middle;
}


.scRecruit .requirements > dl dd{
   width: 78%;
   padding: 3.4rem 2rem;
}

.scRecruit .requirements > dl dd a{
   border-bottom: 1px solid #53291C;
   display: inline-block;
   margin-top: 2px;
}
.scRecruit .requirements > dl dd a:hover{
   border-bottom: none;
   opacity: 0.7;
}
.scRecruit .requirements > dl:first-child dt{
   padding-top: 0;
}

.scRecruit .requirements > dl:first-child dd{
   padding-top: 0;
}

.scRecruit .requirements > dl:last-child{
   border-bottom: none;
}

.scEntry {
   padding: 14rem 0 23rem 0;
   background: none;
   background-color: #F0EBE9;
}

.scEntry .parallax img.item1 {
  top: -8%;
  right: 0;
  width: 22%;
  max-width: 342px;
  z-index: 0;
}
.scEntry .parallax img.item2 {
  position: absolute;
  top: 5%;
  right: 13%;
  width: 18%;
  max-width: 178px;
}

.scEntry .parallax img.item3 {
  position: absolute;
  top: 90%;
  left: 2%;
  width: 18%;
  max-width: 380px;
}

.scEntry .scTitle{
   margin-bottom: 12rem;
}

.scEntry .recruitBtn {
	display: block;
	width: 100%;
	margin: 0 0 5rem 0;
	padding: 8px 10px;
	background: #5A2619;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .1em;
	text-align: center;
	height: 80px;
	margin: 4rem auto 0 auto;
	transition: 0.3s ease;
   font-family: 'Noto Sans JP', sans-serif;
   letter-spacing: 0.3em;
   border: 2px solid #53291C;
}

.scEntry .recruitBtn:hover{
	background-color: #fff;
   color: #5A2619;
}



/* # =================================================================
   # レスポンシブ要素
   # ================================================================= */
/* 4K:2560px */
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1680px) {
.scAbout .aboutContents:first-child .parallax img.item1 {
  top: -28%;
  right: 4%;
  width: 28%;
  max-width: 240px;
  z-index: 0;
}
.scAbout .aboutContents:first-child .parallax img.item2 {
  position: absolute;
  top: 50px;
  right: 14%;
  width: 18%;
  max-width: 178px;

}
}
@media screen and (max-width: 1440px) {
   
.parallax{
   /* position: absolute; */
}

.scAbout .aboutContents:first-child .parallax img.item1 {
  top: -25%;
  right: 1.5%;
  width: 28%;
  max-width: 220px;
  z-index: 0;
}
.scAbout .aboutContents:first-child .parallax img.item2 {
  position: absolute;
  top: 50px;
  right: 11%;
  width: 18%;
  max-width: 178px;
}

.scAbout .aboutContents:nth-child(2) .parallax img.item1 {
  top: -28%;
  left: -10%;
  width: 100%;
  max-width: 520px;
  z-index: 0;
}

.scAbout .aboutContents:nth-child(3) .parallax img.item1 {
   top: 12%;
  right: 5%;
  width: 100%;
  max-width: 200px;
  z-index: 0;
}
.scAbout .aboutContents:nth-child(3) .parallax img.item2 {
   top: 35%;
  right: 10%;
  width: 100%;
  max-width: 350px;
  z-index: 0;
}
.scAbout .aboutContents:nth-child(3) .parallax img.item3 {
   top: 170%;
  right: 15%;
  width: 100%;
  max-width: 280px;
  z-index: 0;
}

.scEntry .parallax img.item1 {
  top: -5%;
  right: -4%;
  width: 100%;
  max-width: 262px;
  z-index: 0;
}
.scEntry .parallax img.item2 {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 100%;
  max-width: 154px;
}

.scEntry .parallax img.item3 {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  max-width: 280px;
}
}

/* laptop NotePC */
@media screen and (max-width: 1200px) {
     
.parallax{
   /* position: absolute; */
}

.scAbout .aboutContents:first-child .parallax img.item1 {
  top: -22%;
  right: 0;
  width: 28%;
  max-width: 210px;
  z-index: 0;
}
.scAbout .aboutContents:first-child .parallax img.item2 {
  position: absolute;
  top: 50px;
  right: 10%;
  width: 18%;
  max-width: 178px;
}

.scAbout .aboutContents:nth-child(2) .parallax img.item1 {
  top: -30%;
  left: -10%;
  width: 100%;
  max-width: 520px;
  z-index: 0;
}

.scAbout .aboutContents:nth-child(3) .parallax img.item1 {
   top: 12%;
  right: -2%;
  width: 100%;
  max-width: 200px;
  z-index: 0;
}
.scAbout .aboutContents:nth-child(3) .parallax img.item2 {
   top: 35%;
  right: 5%;
  width: 100%;
  max-width: 350px;
  z-index: 0;
}
.scAbout .aboutContents:nth-child(3) .parallax img.item3 {
   top: 180%;
  right: 8%;
  width: 100%;
  max-width: 280px;
  z-index: 0;
}

.scAbout .aboutContents:nth-child(3){
   margin-bottom: 34rem;
}

.scAbout .aboutList > .fBox{
   padding-top: 0;
}

.scMv .mvSlide .slick-slide:nth-child(4) .slideItem{
   background-position: 60% center;
}

.scAbout .aboutContents::before{
  max-width: 860px;
}

.scAbout .aboutContents:nth-child(even)::before{
   max-width: 860px;
}


}

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

.scAbout .aboutContents:first-child .parallax img.item1 {
   top: -25%;
   right: -2%;
   width: 20%;
   max-width: 200px;
   }
   .scAbout .aboutContents:first-child .parallax img.item2 {
   position: absolute;
   top: 50px;
   right: 8%;
   width: 16%;
   max-width: 178px;
   }

   .scAbout .aboutContents:nth-child(2) .parallax img.item1 {
   top: -30%;
   left: -10%;
   width: 48%;
   max-width: 520px;
   z-index: 0;
   }

   .scAbout .aboutContents:nth-child(3) .parallax img.item1 {
      top: 12%;
   right: -2%;
   width: 100%;
   max-width: 200px;
   z-index: 0;
   }
   .scAbout .aboutContents:nth-child(3) .parallax img.item2 {
      top: 35%;
   right: 5%;
   width: 100%;
   max-width: 350px;
   z-index: 0;
   }
   .scAbout .aboutContents:nth-child(3) .parallax img.item3 {
      top: 180%;
   right: 8%;
   width: 100%;
   max-width: 280px;
   z-index: 0;
   }

   .scAbout .aboutContents:nth-child(3){
      margin-bottom: 34rem;
   }

   .scContact{
      background-position: top center;
   }

   .scAbout .aboutList > .fBox .aboutContents .itemText .num{
      font-size: 8rem;
   }
   .scAbout .aboutList > .fBox .aboutContents .itemText .title{
      font-size: 2.2rem;
   }

   .scAbout .aboutList > .fBox .aboutContents .itemText{
      transform: translateY(-50px);
   }

   .scAbout .aboutList > .fBox .aboutContents{
      padding-bottom: 3rem;
   }
}

/* tablet */
@media screen and (max-width: 834px) {
   .sp{
      display: block!important;
   }
   
   .pc{
      display: none!important;
   }

   main{
      padding-top: 6rem;
   }
   header {
   width: 100%;
   position: absolute;
   left: 0;
   top: 0;
   height: 60px;
   }

   header .headerWrap{
   width: 100%;
   height: 100%;
   padding: 0 0 0 1.5rem;
   margin: 0 auto;
   display: static;
   }

   header .logoArea {
      width: 100%;
   }

   header .logoArea p{
      font-size: 1rem;
      margin-bottom: 0;
   }

   header .logoArea .siteLogo{
      width: 80px;
   }

   header .logoArea .siteLogo a {
   display: block;
   width: 100%;
   }

   header .logoArea .siteLogo a img {
   width: 100%;
   height: auto;
   }

   header .gnav {
      display: none;
      width: 100%;
      background-color: #8B675E;
      height: 100vh;
      position: fixed;
      left: 0;
      top: 0;
      padding-top: 0;
      transition: none;
      padding-top: 5rem;
      padding: 0 2.5rem 0 2.5rem;
      overflow: hidden;
      z-index: 999;
   }

    header .gnav .copyright{
    display: block;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
    text-align: center;
 }
 
   header .gnav.js-slide {
     height: 100vh;
   }

   header .gnav li{
      display: block;
   }



   header .gnav .gnavMenu {
     height: auto;
     align-items: center;
     justify-content: center;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      padding-top: 12rem;
      opacity: 1;
      transition: 0.5s ease;
      transition-delay: 0.3s;
   }

   header .gnav .gnavMenu li {
      margin: 0 auto 4rem auto;
      text-align: center;
      width: 100%;
   }
	 
   .gnav .gnavMenu li a {
     font-size: 1.8rem;
      width: 100%;
      padding: 0;
      color: #fff;
      height: auto;
   }
      
   header .gnav li a{
      font-size: 2rem;
      position: relative;
      transition: 0.3s ease all;
      display: inline-block;
      width: 100%;
      padding: 0;
   }

   header .gnav li a{
   position: relative;
   overflow: inherit;
   padding: 0;
   }

   header .gnav li a span{
   position: static;
   left: 50%;
   top:0;
   transition: all .5s;
   transform: none;
   display: block;
   opacity:1;
   white-space: nowrap;
   font-size: 2.4rem;
   }

   header .gnav li a span:nth-child(2){
      opacity:1;
      transform: none;
      font-size: 2rem;
   }

   header .gnav li a:hover span:nth-child(1){
      opacity:1;
      transform: none;
   }

   header .gnav li a:hover span:nth-child(2){
      opacity:1;
      transform: none;
   }


header .gnav li.navBg{
   width: 100%;
}

header .gnav li.navBg a .jp{
   display: block;
}

   header .gnav li.navRecruit{
      margin: 0;
      margin-left: 0;
      padding: 0;
   }

   header .gnav li.navRecruit{
      margin-right: 0;
      margin-bottom: 4rem;
   }
   header .gnav li.navRecruit a{
      width: 100%;
      max-width: 100%;
      height: 100%;
      font-size: 1.4rem;
      height: auto;
      margin: 0 auto;
      display: block;
   }

   header .gnav li.navRecruit a::after{
      display: none;
   }


 
   header .gnav li.navContact{
      margin: 0;
      padding: 0;
   }
   header .gnav li.navContact a{
      width: 100%;
      max-width: 100%;
      height: 100%;
      font-size: 1.4rem;
      height: 70px;
      margin: 0 auto;
      background: none;
      display: block;
   }

   header .gnav li.navContact a:hover{
      background: none;
   }

      header .gnav li.navContact a::after{
      display: none;
   }

	header .hamburgerMenu {
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 60px;
    height: 60px;
    z-index: 9999;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  header .hamburgerMenu span {
    z-index: 99999;
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 1px;
    background-color: #53291C;
    left: 10px;
  }

  header .hamburgerMenu span:nth-of-type(1) {
    top: 20px;
    width: 26px;
  }

  header .hamburgerMenu span:nth-of-type(2) {
    top: 27px;
    width: 19px;
  }

  header .hamburgerMenu span:nth-of-type(3) {
    top: 34px;
    width: 13px;
  }

  header .hamburgerMenu.is-active span{
     background-color: #fff;
  }
  header .hamburgerMenu.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }

  header .hamburgerMenu.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  header .hamburgerMenu.is-active span:nth-of-type(3) {
    -webkit-transform: tr anslateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
    width: 26px;
	}

   header.fixed{
      height: 60px;
   }

   header.fixed .siteLogo{
      width: 60px;
   }


   /* # =================================================================
   # トップページ 768px
   # ================================================================= */

.scMv{
   width: 100%;
   position: relative;
   display: block;
   margin-bottom: 5rem;
}

.scMv .slideArea{
   width: 86%;
   max-height: 1640px;
   height: 100%;
   position: relative;
   margin: 0 0 0 auto;
}

.scMv .mvSlide{
   width: 100%;
   height: 100%;
   margin: 0 0 0 auto;
   height: 100%;

}

.scMv .mvSlide .slideItem{
   overflow: hidden;
  /* border-radius: 20px 0 0 20px;
  overflow: hidden;
  height: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center; */
}

/* .scMv .mvSlide img{
   width: 100%;
}

.scMv .mvSlide .slick-list{
   height: 100%;
}

.scMv .mvSlide .slick-list .slick-track{
   height: 100%;
}

.scMv .mvSlide .slick-list .slick-slide div{
   height: 100%;
} */

.mvSlide .slick-dots {
   width: 110px;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.mvSlide .slick-dots li {
    position: relative;
    display: inline-block;
    width: calc(100% / 4);
    height: 2px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #c3c3c3;
    overflow: hidden;
}

.mvSlide .slick-dots li:first-child button{
   background: #5A261B;
   width: 100%;
}
.mvSlide .slick-dots::before{
   content: '1';
   font-size: 1rem;
   padding-right: 6px;
}

.mvSlide .slick-dots::after{
   content: '4';
   font-size: 1rem;
   padding-left: 6px;
}
.mvSlide .slick-dots li.slick-active button {
   background: #5A261B;
}
.mvSlide .slick-dots li button:before {
    content: none;
}


.mvSlide .slick-dots li button.complete{
   background: #5A261B;
}
.scMv .mvTitle{
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 9;
   width: 100%;
   max-width: 418px;
   transform: translate(-50%, -50%);
}

.scMv .sideArea{
   /* width: 80px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-direction: column;
   font-family: 'Sorts Mill Goudy', serif; */

   display: none;
}

.scMv .mvText{
   /* position: absolute; */
   top: 46%;
   left: -8%;
   /* transform: translateY(-50%); */
}

.scMv .mvText .logo{
   width: 110px;
   margin-bottom: 3rem;
}

.scMv .mvText .title{
   font-size: 4.2rem;
   line-height: 1.6;
   /* font-weight: 400; */
   /* letter-spacing: 0.15em; */
   margin-top: calc((1 - 1.6) * 0.5em);
}




.scAbout{
   /* padding-top: 6rem; */
   overflow: hidden;
}


.leadArea{
   margin-bottom: 14rem;
}


/* 

.leadArea p{
   text-align: center;
   line-height: 2;
   font-size: 1.4rem;
   margin-top: calc((1 - 2) * 0.5em);
} */

.leadArea p:not(:last-child){
   margin-bottom: 4rem;
}


.scAbout .aboutContents{
   position: relative;
   margin-bottom: 10rem;
}

.scAbout .wrap{
   padding: 0;
}
.scAbout .aboutContents::before{
   content: '';
   display: none;
}

.scAbout .aboutContents .fBox{
   display: block;;
}


.scAbout .aboutContents .itemImg{
   width: calc(100% - 5rem);
   position: relative;
   z-index: 1;
   overflow: hidden;
   border-radius: 0 20px 20px 0;
   /* transform: translateX(-2.5rem); */
   z-index: 9;
   margin: 0 auto 0 0;
}

.scAbout .aboutContents .itemText{
   width: 35%;
   position: relative;
   z-index: 1;
   color: #fff;
   display: block;
   width: 100%;
   max-width: 1024px;
   height: auto;
   padding: 0 7.5rem 6rem 2.5rem;
   transform: translate(5rem, -9.2rem);
   /* position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%); */
   background-color: #84665C;
   padding-top: 9.2rem;
}


.scAbout .aboutContents .itemText .num{
   font-size: 10rem;
   padding-left: 8px;
   /* font-family: 'Sorts Mill Goudy', serif; */
   /* letter-spacing: 0.07em; */
   /* font-weight: 400; */
   /* line-height: 1.2; */
}

.scAbout .aboutContents .itemText .title{
   font-size: 3.4rem;
   margin-bottom: 2rem;
   /* font-weight: 400;
   letter-spacing: 0.1em; */
}

.scAbout .aboutContents .itemText .disc{
   font-size: 1.6rem;
   font-family: 'Noto Sans JP', sans-serif;
   line-height: 1.75;
   margin-top: calc((1 - 1.75) * 0.5em);
}

.scAbout .aboutContents .btn{
   margin-top: 4.5rem;
}

.scAbout .aboutContents .itemImg img{
   transition: 0.4s ease;
}

.scAbout .aboutContents:hover .itemImg img{
   transform: scale(1.05);
}

.scAbout .aboutContents .btn::after{
   transform-origin: top left;
}

.scAbout .aboutContents:hover .btn::after{

   transform: translateY(-50%) scale(1.5, 1);
}
/* 

.scAbout .aboutContents:nth-child(even) .fBox{
   flex-direction: row-reverse;
} */

.scAbout .aboutContents:nth-child(even)::before{
   display: none;
}

.scAbout .aboutContents:nth-child(even) .itemImg{
   margin: 0 0 0 auto;
   border-radius: 20px 0 0 20px;
}

.scAbout .aboutContents:nth-child(even) .itemText{
   padding: 0 2.5rem 6rem 7.5rem;
   transform: translate(-5rem, -9.2rem);
   padding-top: 9.2rem;
}

.parallax{
   /* position: absolute; */
}

.parallax img {
   transition: all 1s cubic-bezier(.04,.25,.4,1.01);
   position: absolute;
   z-index: 9;
}

.scAbout .aboutContents:first-child .parallax img.item1 {
  top: 100%;
  right: 0;
  /* width: 100%; */
  /* max-width: 160px; */
  z-index: 9;
}
.scAbout .aboutContents:first-child .parallax img.item2 {
   top: 110%;
   right: 12%;
   /* right: 20%;
   width: 100%;
   max-width: 90px; */
  z-index: 9;

}

.scAbout .aboutContents:nth-child(2) .parallax img.item1 {
  top: 115%;
  width: 50%;
  z-index: 9;

}


.scAbout .aboutContents:nth-child(2){
   margin-bottom: 18rem;
}


.scAbout .aboutContents:nth-child(3) .parallax img.item1 {
   top: 20%;
   width: 100%;
   max-width: 180px;
   z-index: 10;
}
.scAbout .aboutContents:nth-child(3) .parallax img.item2 {
   top: 30%;
  right: 4%;
  width: 100%;
  max-width: 240px;
  z-index: 91;
}

.scAbout .aboutContents:nth-child(3) .parallax img.item3 {
   top: 124%;
  right: 13%;
  width: 100%;
  max-width: 240px;
  z-index: 9;
}

.scAbout .aboutList > .fBox{
   display: block;
   width: 100%;
   margin: 0 auto;
   position: relative;
   padding-top: 0;
   padding-bottom: 6rem;
}

.scAbout .aboutList > .fBox::before{
   content: '';
   display: block;
   width: 100%;
   height: 432px;
   background-color: #84665C;
   margin: 0 calc(50% - 50vw);
	width: 100vw;
   position: absolute;
   top: inherit;
   bottom: 0;
   /* bottom: inherit; */
   /* top: %; */
   left: 0;
}
/* 
.scAbout .aboutList > .fBox .aboutContents::before{
   display: none;
} */

.scAbout .slick-dots{
   bottom: 5%;
   left: 0;
}

.scAbout .aboutContents:nth-child(3){
   /* margin-bottom: 0; */
   margin-bottom: 18rem;
}

.scAbout .aboutList > .fBox .aboutContents{
   width: 100%;
   margin: 0 auto;
   cursor: pointer;
}

.scAbout .aboutList > .fBox.slick-slider .slick-track{
   width: 100%;
}

.scAbout .aboutList > .fBox .aboutContents:not(:last-child){
   margin-right: auto;
}

.scAbout .aboutList > .fBox .aboutContents .itemImg{
   width: 100%;
   border-radius: 20px;
   width: calc(100% - 10rem);
   margin: 0 auto;
}
.scAbout .aboutList > .fBox .aboutContents .itemText{
   width: 100%;
   transform: translateY(-50px);
   background: none;
   padding-top: 0;
   width: calc(100% - 10rem);
   margin: 0 auto;
   z-index: 9;
   padding: 0;
}

.scAbout .aboutList > .fBox .aboutContents .itemText .num{
   color: #5A2619;
   font-size: 10rem;
   text-align: right;
   display: block;
   line-height: 1;
   transform: translateY(-10px);
   padding-right: 1rem;
}

.scAbout .aboutList > .fBox .aboutContents .itemText .title{
   font-size: 3rem;
   letter-spacing: inherit;
   margin-bottom: 2rem;
}


.scAbout .aboutList > .fBox .aboutContents .btn{
   margin-top: 2rem;
}

.titleBg{
   /* color: #fff;
   font-family: 'Sorts Mill Goudy', serif; */
   /* font-size: 12rem; */
   /* position: absolute;
   top: 0;
   left: -10px; */
}

.scMessage{
   /* padding: 14rem 0; */
}



}
 



/* mobile L */
@media screen and (max-width: 600px) {
   .sp2{
      display: block!important;
   }
/* ヘッダー
***************************************************************/

   header .gnav .gnavMenu {
      padding-top: 6rem;
   }

   header .gnav li a span{
   position: static;
   left: 50%;
   top:0;
   transition: all .5s;
   transform: none;
   display: block;
   opacity:1;
   white-space: nowrap;
   font-size: 2rem;
   }

   header .gnav li a span:nth-child(2){
      opacity:1;
      transform: none;
      font-size: 1.4rem;
   }
   
.titleBg{
   /* color: #fff;
   font-family: 'Sorts Mill Goudy', serif; */
   font-size: 8rem;
   /* position: absolute;
   top: 0;
   left: -10px; */
}

.scTitle{
   text-align: center;
   font-size: 2rem;
   margin-bottom: 3rem;
   letter-spacing: 0.15em;
   position: relative;
   z-index: 1;
   font-weight: 400;
   line-height: 1;
}

.scTitle.en{
   letter-spacing: 0.1em;
   font-size: 2rem;
}

.btn{
   width: 24px;
   height: 24px;
   border: 1px solid #fff;
   border-radius: 50%;
   position: relative;
   margin: 2rem auto 0 0;
}

.btn::after{
   content: '';
   background: url('../img/btnArrow.svg') no-repeat top right;
   background-size: 100%;
   width: 36px;
   height: 6px;
   position: absolute;
   top: calc(50% - 2px);
   right: -30px;
   transform: translateY(-50%);
   transition: 0.4s ease;
}

/* # =================================================================
   #フッター 600px
# ================================================================= */
footer{
   position: relative;
   background-color: rgba(83,41,28,0.7);
   padding: 4rem 0 0 0;
}

#goToTop {
	display: block;
	font-weight: normal;
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 9;
	width: 60px;
	height: 60px;
	transition: 0.3s ease all;
	background-color:#fff;
	display: block;
   border-radius: 50%;
   color: #5A2619;
   font-size: 1.2rem;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   line-height: 1.1;
   padding-top: 12px;
}

#goToTop::before {
   content: '';
   display: block;
   width: 8px;
   height: 8px;
   border-top: 1px solid #5A2619;
   border-right: 1px solid #5A2619;
   -webkit-transform: translateX(-50%) rotate(-45deg);
   transform: translateX(-50%) rotate(-45deg);
   position: absolute;
   left: 50%;
   top: 12px;
   transition: 0.3s ease;
   z-index: 9;
   pointer-events: none;
}


 #goToTop:hover::before{
   top: 4%;
} 

footer .footerWrap .footerRecruit{
   margin: 0 auto;
   width: 96%;
   max-width: 916px;
   height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   border: 1px solid #fff;
   color: #fff;
   letter-spacing: 0.1em;
   margin-bottom: 3.6rem;
}

footer .footerWrap .footerRecruit .en{
   /* font-family: 'Sorts Mill Goudy', serif; */
   font-size: 2rem;
}

footer .footerWrap .footerRecruit .jp{
   font-size: 1.6rem;
}

/* footer .footerWrap .footerRecruit:hover{
   color: #5A2619;
   background-color: #fff;
} */

footer .footerWrap .logo{
   width: 72px;
   text-align: center;
   margin: 0 auto 3rem auto;
}
/* 
footer .footerWrap .logo a{
   display: block;
   width: 100%;
} */

footer .footerMenu{
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 3rem;
   padding: 0 1rem;
}


footer .footerMenu li a{
  position: relative;
  overflow: inherit;
  padding: 0;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.05em;
  display: inline-block;
}

footer .footerMenu li a span{
  position: static;
  transform: none;
  /* left: 50%;
  top:0;
  transition: all .5s;
  transform: translate(-50%, 0);
  display: block;
  opacity:1;
  white-space: nowrap; */
}

footer .footerMenu li a span:nth-child(2){
  display: none;
}
/* 
footer .footerMenu li a:hover span:nth-child(1){
  opacity:0;
    transform: translate(-50%,-100%);
}

footer .footerMenu li a:hover span:nth-child(2){
  opacity:1;
  transform: translate(-50%, 0);
} */

footer .copyright{
   /* background-color: #5A2619;
   text-align: center; */
   padding: 1rem;
   color: #fff;
   font-size: 1rem;
   /* letter-spacing: 0.05em;
   font-weight: 400; */
}


/* # =================================================================
   # トップページ 600px
   # ================================================================= */

   main{
      padding-top: 6rem;
   }

.scMv{
   width: 100%;
   height: calc(53.2vh - 60px);
   min-height: 370px;
   position: relative;
   display: block;
   margin-bottom: 5rem;
}

.scMv .slideArea{
   width: 86%;
   max-height: 1640px;
   height: 100%;
   position: relative;
   margin: 0 0 0 auto;
}

.scMv .mvSlide{
   width: 100%;
   height: 100%;
   margin: 0 0 0 auto;
   height: 100%;

}

.scMv .mvSlide .slideItem{
   overflow: hidden;
  /* border-radius: 20px 0 0 20px;
  overflow: hidden;
  height: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center; */
}

/* .scMv .mvSlide img{
   width: 100%;
}

.scMv .mvSlide .slick-list{
   height: 100%;
}

.scMv .mvSlide .slick-list .slick-track{
   height: 100%;
}

.scMv .mvSlide .slick-list .slick-slide div{
   height: 100%;
} */

.mvSlide .slick-dots {
   width: 110px;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.mvSlide .slick-dots li {
    position: relative;
    display: inline-block;
    width: calc(100% / 4);
    height: 2px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #c3c3c3;
    overflow: hidden;
}

.mvSlide .slick-dots::before{
   content: '1';
   font-size: 1rem;
   padding-right: 6px;
}

.mvSlide .slick-dots::after{
   content: '4';
   font-size: 1rem;
   padding-left: 6px;
}
.mvSlide .slick-dots li.slick-active button {
   background: #5A261B;
}
.mvSlide .slick-dots li button:before {
    content: none;
}
.mvSlide .slick-dots li:first-child button{
   background: #5A261B;
   width: 100%;
}

.mvSlide .slick-dots li button.complete{
   background: #5A261B;
   width: 100%;
}
.scMv .mvTitle{
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 9;
   width: 100%;
   max-width: 418px;
   transform: translate(-50%, -50%);
}

.scMv .sideArea{
   /* width: 80px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-direction: column;
   font-family: 'Sorts Mill Goudy', serif; */

   display: none;
}

.scMv .mvText{
   /* position: absolute; */
   top: 46%;
   left: -8%;
   /* transform: translateY(-50%); */
}

.scMv .mvText .logo{
   width: 58px;
   margin-bottom: 3rem;
}

.scMv .mvText .title{
   font-size: 2.6rem;
   line-height: 1.6;
   /* font-weight: 400; */
   /* letter-spacing: 0.15em; */
   margin-top: calc((1 - 1.6) * 0.5em);
}




.scAbout{
   padding-top: 6rem;
   overflow: hidden;
}


.leadArea{
   margin-bottom: 3rem;
}


.leadArea p{
   text-align: center;
   line-height: 2;
   font-size: 1.4rem;
   margin-top: calc((1 - 2) * 0.5em);
}

.leadArea p:not(:last-child){
   margin-bottom: 4rem;
}


.scAbout .aboutContents{
   position: relative;
   margin-bottom: 12rem;
}

.scAbout .wrap{
   padding: 0;
}
.scAbout .aboutContents::before{
   content: '';
   display: none;
}

.scAbout .aboutContents .fBox{
   display: block;;
}


.scAbout .aboutContents .itemImg{
   width: calc(100% - 2.5rem);
   position: relative;
   z-index: 1;
   overflow: hidden;
   border-radius: 0 20px 20px 0;
   /* transform: translateX(-2.5rem); */
   z-index: 9;
   margin: 0 auto 0 0;
}

.scAbout .aboutContents .itemText{
   width: 35%;
   position: relative;
   z-index: 1;
   color: #fff;
   display: block;
   width: 100%;
   max-width: 1024px;
   height: auto;
   padding: 0 5rem 6rem 2.5rem;
   transform: translate(2.5rem, -9.2rem);
   /* position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%); */
   background-color: #84665C;
   padding-top: 9.2rem;
}


.scAbout .aboutContents .itemText .num{
   font-size: 8rem;
   padding-left: 8px;
   /* font-family: 'Sorts Mill Goudy', serif; */
   /* letter-spacing: 0.07em; */
   /* font-weight: 400; */
   /* line-height: 1.2; */
}

.scAbout .aboutContents .itemText .title{
   font-size: 2rem;
   margin-bottom: 2rem;
   /* font-weight: 400;
   letter-spacing: 0.1em; */
}

.scAbout .aboutContents .itemText .disc{
   font-size: 1.6rem;
   font-family: 'Noto Sans JP', sans-serif;
   line-height: 1.75;
   margin-top: calc((1 - 1.75) * 0.5em);
}

.scAbout .aboutContents .btn{
   margin-top: 4.5rem;
}

.scAbout .aboutContents .itemImg img{
   transition: 0.4s ease;
}

.scAbout .aboutContents:hover .itemImg img{
   transform: scale(1.05);
}

.scAbout .aboutContents .btn::after{
   transform-origin: top left;
}

.scAbout .aboutContents:hover .btn::after{

   transform: translateY(-50%) scale(1.5, 1);
}
/* 

.scAbout .aboutContents:nth-child(even) .fBox{
   flex-direction: row-reverse;
} */

.scAbout .aboutContents:nth-child(even)::before{
   display: none;
}

.scAbout .aboutContents:nth-child(even) .itemImg{
   margin: 0 0 0 auto;
   border-radius: 20px 0 0 20px;
}

.scAbout .aboutContents:nth-child(even) .itemText{
   padding: 0 2.5rem 6rem 5rem;
   transform: translate(-2.5rem, -9.2rem);
   padding-top: 9.2rem;
}

.parallax{
   /* position: absolute; */
}

.parallax img {
   transition: all 1s cubic-bezier(.04,.25,.4,1.01);
   position: absolute;
   z-index: 9;
}

.scAbout .aboutContents:first-child .parallax img.item1 {
  top: 100%;
  right: -2%;
  width: 100%;
  max-width: 120px;
  z-index: 9;
}
.scAbout .aboutContents:first-child .parallax img.item2 {
   top: 112%;
   right: 18%;
   width: 100%;
   max-width: 90px;
  z-index: 9;

}

.scAbout .aboutContents:nth-child(2) .parallax img.item1 {
  top: 115%;
  left: -20%;
  width: 100%;
  max-width: 320px;
  z-index: 9;
}


.scAbout .aboutContents:nth-child(2){
   margin-bottom: 18rem;
}


.scAbout .aboutContents:nth-child(3) .parallax img.item1 {
   top: 20%;
   right: -10%;
   width: 100%;
   max-width: 140px;
   z-index: 10;
}
.scAbout .aboutContents:nth-child(3) .parallax img.item2 {
   top: 32%;
  right: 4%;
  width: 100%;
  max-width: 200px;
  z-index: 91;
}

.scAbout .aboutContents:nth-child(3) .parallax img.item3 {
   top: 130%;
  right: 13%;
  width: 100%;
  max-width: 160px;
  z-index: 9;
}

.scAbout .aboutList > .fBox{
   display: block;
   width: 100%;
   margin: 0 auto;
   position: relative;
   padding: 0;
   padding-top: 0;
   padding-bottom: 6rem;
}

.scAbout .aboutList > .fBox::before{
   content: '';
   display: block;
   width: 100%;
   height: 432px;

   background-color: #84665C;
   margin: 0 calc(50% - 50vw);
	width: 100vw;
   position: absolute;

   bottom: 0;

   left: 0;
}
/* 
.scAbout .aboutList > .fBox .aboutContents::before{
   display: none;
} */

.scAbout .aboutContents:nth-child(3){
   margin-bottom: 0;
}

.scAbout .aboutList > .fBox .aboutContents{
   width: 100%;
   margin: 0 auto;
   cursor: pointer;
}

.scAbout .aboutList > .fBox.slick-slider .slick-track{
   width: 100%;
}

.scAbout .aboutList > .fBox .aboutContents:not(:last-child){
   margin-right: auto;
}

.scAbout .aboutList > .fBox .aboutContents .itemImg{
   width: 100%;
   border-radius: 20px;
   width: calc(100% - 10rem);
   margin: 0 auto;
}
.scAbout .aboutList > .fBox .aboutContents .itemText{
   width: 100%;
   transform: translateY(-50px);
   background: none;
   padding-top: 0;
   width: calc(100% - 10rem);
   margin: 0 auto;
   z-index: 9;
   padding: 0;
}

.scAbout .aboutList > .fBox .aboutContents .itemText .num{
   color: #5A2619;
   font-size: 7.3rem;
   text-align: right;
   display: block;
   line-height: 1;
   transform: translateY(10px);
   padding-right: 1rem;
}

.scAbout .aboutList > .fBox .aboutContents .itemText .title{
   font-size: 2rem;
   letter-spacing: inherit;
   margin-bottom: 2rem;
}


.scAbout .aboutList > .fBox .aboutContents .itemText .btn{
   position: relative;
}

.scAbout .aboutList > .fBox .aboutContents{
   padding-bottom: 0;
}

.scAbout .aboutList > .fBox .aboutContents .btn{
   margin-top: 2rem;
}
.scMessage{
   padding: 9rem 0 6rem 0;
}

.scMessage .titleBg{
   top: 30px;
}

.scMessage .scTitle{
   margin-bottom: 4.5rem;
}

.scMessage .leadArea {
   margin-bottom: 0;
}

.scMessage .leadArea p{
   text-align: left;
   line-height: 1.75;
   margin-top: calc((1 - 1.75) * 0.5em);
   font-size: 1.6rem;
}

.scMessage .leadArea p:not(:last-child){
   margin-bottom: 3.6rem;
}

.scMessage .leadArea p.name{
   text-align: right;
   letter-spacing: 0.15em;
   font-size: 1.4rem;
   transform: translateY(0);
}

.scMessage .leadArea p.name span{
   font-size: 1.8rem;
}


.scCompany {
   background-color: #fff;
   padding: 8rem 0;
}

.scCompany .scTitle{
   margin-bottom: 3rem;
}

.scCompany .overviewArea{
   max-width: 920px;
   margin: 0 auto;
}

.scCompany .overviewArea > dl{
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   font-size: 1.4rem;
   letter-spacing: 0.1em;
   line-height: 1.6;
   margin-top: calc((1 - 1.6) * 0.5em);
}

.scCompany .overviewArea > dl dt{
   width: 40%;
   padding: 2rem 0;
}


.scCompany .overviewArea > dl dd{
   width: 60%;
   padding: 2rem 0;
}

/* .scCompany .overviewArea > dl dd a{
   border-bottom: 1px solid #53291C;
   display: inline-block;
   margin-top: 2px;
}
.scCompany .overviewArea > dl dd a:hover{
   border-bottom: none;
   opacity: 0.7;
} */

.scCompany .overviewArea > dl:last-child dt{
   padding-bottom: 0;
}

.scCompany .overviewArea > dl:last-child dd{
   padding-bottom: 0;
}


.scCompany .overviewArea > dl dd a.tel{
   pointer-events: inherit;
}


.scContact {
   padding: 5.6rem 0 10rem 0;
}

.scContact .scTitle{
   margin-bottom: 1.5rem;
}
.scContact .scTitle+p{
   /* font-size: 1.2rem;
   text-align: center; */
   margin-bottom: 2.6rem;
   /* font-family: 'Noto Sans JP', sans-serif; */
}

.scContact .formArea{
	/* width: 100%;
	max-width: 920px;
   margin: 0 auto; */
	margin-top: 0;
}

.scContact .formArea table {
   /* width: 100%;
	text-align: left;
	border-spacing: 0;
	font-size: 1.6rem;
	margin-bottom: 60px;
	margin-bottom: 6rem;
   font-family: 'Noto Sans JP', sans-serif; */
   margin-bottom: 2rem;
   display: block;
   width: 100%;
}

.scContact .formArea table tbody{
   display: block;
   width: 100%;
}

.scContact .formArea table tr,
.scContact .formArea table tr th,
.scContact .formArea table tr td{
   display: block;
   width: 100%;
}


.scContact .formArea table tr th {
	position: relative;
	background-color: transparent;
	text-align: left;
	vertical-align: middle;
   letter-spacing: 0.05em;
}

.scContact .formArea table th,
.scContact .formArea table td{
   font-size: 1.6rem;
   font-weight: 500;
   width: 100%;
   padding: 0 0 2.4rem 0;

   display: block;
}
.scContact .formArea table th{
   padding-bottom: 1rem;
}

.scContact .formArea table tr td {
   border-bottom: none;
   padding-bottom: 0;
   margin-bottom: 2.4rem;
	 font-weight: 400;
    width: 100%;
    color: #3B4043;
}

.scContact .formArea table tr td input[type="text"],
.scContact .formArea table tr td input[type="tel"],
.scContact .formArea table tr td input[type="email"]{
	width: 100%;
	padding: 1.4rem 2rem;
	appearance: none;
	outline: none;
	font-size: 1.6rem;
	background: #fff; 
   border-radius: 6px;
}


.scContact .formArea table tr td select{
   background-color: #f7f7f7;
	width: 100%;
	padding: 12px 15px;
	appearance: none;
	outline: none;
	font-size: 15px;
	font-size: 1.5rem;
	background: #fff;
   color: #2C3340;
   border-radius: 0;
   border-radius: 6px;
}

.scContact .formArea table tr td.conSelect{
   position: relative;
}

.scContact .formArea table tr td.conSelect::before{
   content: '';
   display: block;
   width: 8px;
   height: 8px;
   border-top: 2px solid #98A6B5;
   border-right: 2px solid #98A6B5;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
   position: absolute;
   right: 14px;
   top: 35%;
   transition: 0.3s ease;
   z-index: 9;
   pointer-events: none;
}

.scContact .formArea table tr th.txt01{
   vertical-align: top;
   padding-top: 0;
}

::placeholder{
	color: #B4B4B4;
}

.scContact .formArea table tr td textarea {
	width: 100%;
	height: 140px;
	resize: vertical; 
   background-color: #fff;
   padding: 1rem;
   font-size: 1.7rem;
   border-radius: 6px;
}
.scContact .formArea table tr td input:focus,
.scContact .formArea table tr td textarea:focus,
.scContact .formArea table tr td select:focus {
	outline: none;
 }


 .pageContact.confirm .pageContents .fBox .formItem tbody{
    display: block;
    width: 100%;
 }
 .pageContact.confirm .pageContents .fBox .formItem tbody tr{
    display: block;
    width: 100%;
 }

 .pageContact.confirm .pageContents .fBox .formItem tbody th{
   width: 100%;
}
.pageContact.confirm .pageContents .fBox .formItem tbody td{
   width: 100%;
}
 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr th{
    margin-bottom: 2rem;
 }

 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr td{
    border-bottom: 2px solid #000;
    text-align: left;
 }

 .pageContact.confirm .pageContents .fBox .formItem .formArea table tr td .notice{
    margin-top: 3rem;
 }

 .scContact .colorBtn{
   background-color: #000;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   max-width: 340px;
   padding: 5px 0;
   border-radius: 24px;
   font-size: 2.4rem;
   margin: 0 auto;
   transition: 0.3s ease all;
}

.scContact .colorBtn:hover{
   opacity: 0.7;
}

.scContact .colorBtn [type="submit"]{
   width: 100%;
}

.scContact .confirmBtn{
   display: flex;
   justify-content: space-between;
   margin: 0;
}

.scContact .confirmBtn .colorBtn{
   width: 47%;
}

.scContact .iptCheck {
	display: none;
}
.scContact .formArea .notice{
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.scContact .formArea .notice a{
	text-decoration: underline;
}
.scContact .formArea .notice a:hover{
	opacity: 0.7;
}
.scContact label {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 1.56rem;
	display: block;
	cursor: pointer;
	margin: 0 auto;
}
.scContact label span {
	padding: 0 0 0 25px;
	position: relative;
}
.scContact label span::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
   background-color: #fff;
}
.scContact .iptCheck:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 9px;
	height: 16px;
	transform: rotate(40deg);
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
}
.scContact .btnSend {
	display: block;
	width: 100%;
	margin: 0 0 5rem 0;
	padding: 8px 10px;
	background: #5A2619;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .1em;
	text-align: center;
	height: 70px;
	margin: 3rem auto 0 auto;
	transition: 0.3s ease;
   font-family: 'Noto Sans JP', sans-serif;
   letter-spacing: 0.3em;
   border: 2px solid #53291C;
}

.scContact .btnSend:hover{
	background-color: #fff;
   color: #5A2619;
}

.scContact .txtError {
	width: 100%;
	padding: 8px 0 0 0;
	text-align: left;
	color: #5A2619;
   font-size: 1.2rem;
	display: none;
   position: relative;
}

.scContact .txtError::after{
   content: '';
   display: block;
   width: 16px;
   height: 16px;
   background: url('../img/iconAttention.svg') no-repeat center center;
   position: absolute;
   right: 0;
   top: 5px;
}

.scContact .txtError.act{
	display: block;
}

.scContact .txtErrorPrivacy{
	text-align: center;
	margin-top: 10px;
}
.scContact.thanks {
	height: 100vh;
	padding: 30vh 0 0 0;
}
.scContact.thanks h2 {
	margin: 0 0 45px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: .06em;
}
.scContact.thanks p {
	margin: 0 0 55px 0;
	font-size: 1.66rem;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 2;
	text-align: center;
}
.scContact.thanks .btnSend {
	display: block;
}

.scContact .privacyporicy{
   height: 140px;
   overflow: auto;
   background-color: #fff;
   padding: 1.5rem  2.5rem 1.5rem 1.5rem;
   margin-bottom: 1.5rem;
   font-family: 'Noto Sans JP', sans-serif;
   color: #6B6B60;
   border-radius: 6px;
}

.scContact .privacyporicy .title{
   font-size: 1.6rem;
   margin-bottom: 3rem;
}



.scContact .privacyporicy p.colorText{
   margin: 3rem 0 0 0;
   font-weight: 600;
   font-family: 'Noto Sans JP','-apple-system','BlinkMacSystemFont','Helvetica Neue','Segoe UI','Noto Sans Japanese','ヒラギノ角ゴ ProN W3','Meiryo','sans-serif';

}

.scContact label {
	width: 100%;
	margin: 0 0 38px 0;
	font-size: 1.2rem;
	display: block;
	cursor: pointer;
	margin: 0 auto;
   font-family: 'Noto Sans JP', sans-serif;
   position: relative;
}
.scContact label span {
	padding: 0;
	position: relative;
}
.scContact label span::before {
	content: "";
	display: inline-block;
	position: static;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
   vertical-align: middle;
   margin-right: 5px;
}
.scContact .iptCheck:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 9px;
	height: 16px;
	transform: rotate(40deg);
	border-bottom: 3px solid #5A2619;
	border-right: 3px solid #5A2619;
}



 .overlay{
   display: none;
   position: fixed;
   background: rgba(0,0,0,0.8);
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 999;
   content: '';
 }

/* モーダルウィンドウ */
 .modalBox {
   width: calc(100% - 9rem);
   max-width: 790px;
   height: auto;
   max-height: 90%;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   z-index: 9;
   position: fixed;
   align-items: center;
   padding: 0;
   z-index: 9999;
   display: none;
 }
 
.modalBox .modalClose{
   position: absolute;
   top: -15px;
   right: -15px;
   cursor: pointer;
   width: 40px;
   height: 40px;
   z-index: 9;
 }

.modalBox .aboutModal{
   border-radius: 20px;
   overflow: hidden;
   height: 100%;

   overflow-x: hidden;
   overflow-y: scroll;
   -ms-overflow-style: none;
   scrollbar-width: none; 
}

/* .modalBox .aboutModal::-webkit-scrollbar {
   display:none;
}

.modalBox .aboutModal .aboutImg{
   width: 100%;
}

.modalBox .aboutModal .aboutImg img{
   width: 100%;
} */

.modalBox .aboutModal .aboutText{
   width: 100%;
   background-color: #fff;
   padding: 3rem 2rem 3.5rem 2rem;
   border-radius: 0 0 20px 20px;
}

.modalBox .aboutModal .aboutText .title{
   font-size: 2rem;
   letter-spacing: 0.1em;
   font-weight: 400;
   margin-bottom: 1rem;
   margin-top: calc((1 - 1.8) * 0.5em);
}

.modalBox .aboutModal .aboutText .disc{
   color: #797979;
   font-size: 1.6rem;
   line-height: 1.8;
   margin-top: calc((1 - 1.8) * 0.5em);
   font-family: 'Noto Sans JP', sans-serif;
}

.scContact.confirm .btnList .backBtn {
	height: 70px;
   margin-top: 3rem;
}

.scContact.confirm .btnList .backBtn:hover{
	background-color: #fff;
   color: #8B675E;
}

.scAbout .aboutList > .fBox .aboutContents .itemText .disc{
   min-height: auto;
}

/* # =================================================================
   # 採用ページ 600px
   # ================================================================= */
body.recruit{
   overflow: hidden;
}
body.recruit header .logoArea .siteLogo{
   display: block;
   width: 60px;
}

body.recruit .scTitle{
   margin-bottom: 4rem;
   font-size: 2.5rem;
   letter-spacing: 0.1em;
}

.scRecruit {
   padding: 4rem 0 8rem 0;
}

.scRecruit .requirements {
   font-family: 'Noto Sans JP', sans-serif;
}
.scRecruit .requirements > dl{
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   font-size: 1.4rem;
   letter-spacing: 0.1em;
   line-height: 1.75;
   border-bottom: 1px solid #5A2619;
}

.scRecruit .requirements > dl dt{
   width: 32%;
   min-width: 80px;
   padding: 3.4rem 0;
   vertical-align: middle;
}


.scRecruit .requirements > dl dd{
   width: 68%;
   padding: 3.4rem 0;
}

.scRecruit .requirements > dl dd a{
   border-bottom: 1px solid #53291C;
   display: inline-block;
   margin-top: 2px;
}
.scRecruit .requirements > dl dd a:hover{
   border-bottom: none;
   opacity: 0.7;
}
.scRecruit .requirements > dl:first-child dt{
   padding-top: 0;
}

.scRecruit .requirements > dl:first-child dd{
   padding-top: 0;
}


.scEntry {
   padding: 6rem 0 14rem 0;
   background: none;
   background-color: #F0EBE9;
}

.scEntry .parallax img.item1 {
  top: -3%;
  right: -10%;
  width: 50%;
  max-width: 222px;
  z-index: 0;
}
.scEntry .parallax img.item2 {
  position: absolute;
  top: 8%;
  right: 20%;
  width: 50%;
  max-width: 98px;
}

.scEntry .parallax img.item3 {
  position: absolute;
  top: inherit;
  bottom: -26%;
  left: -2%;
  width: 45%;
  max-width: 380px;
}

.scEntry .scTitle{
   margin-bottom: 12rem;
}

.scEntry .recruitBtn {
	display: block;
	width: 100%;
	margin: 0 0 5rem 0;
	padding: 8px 10px;
	background: #5A2619;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .1em;
	text-align: center;
	height: 70px;
	margin: 4rem auto 0 auto;
	transition: 0.3s ease;
   font-family: 'Noto Sans JP', sans-serif;
   letter-spacing: 0.3em;
   border: 2px solid #53291C;
}

.scEntry .recruitBtn:hover{
	background-color: #fff;
   color: #5A2619;
}



}

/* mobile L */
@media screen and (max-width: 425px) {
}

/* mobile M */
@media screen and (max-width: 375px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
   header .gnav .gnavMenu li{
      margin-bottom: 3rem;
   }

   header .gnav li a span{
      font-size: 1.8rem;
   }

   header .gnav li a span:nth-child(2){
      font-size: 1.3rem;
   }

   .scAbout .aboutContents{
      margin-bottom: 6rem;
   }

   .scAbout .aboutContents:nth-child(2) .parallax img.item1{
      top: 120%;
      max-width: 240px;
   }

   .scAbout .aboutContents:nth-child(2){
      margin-bottom: 6rem;
   }

   .scAbout .aboutContents:nth-child(3) .parallax img.item1{
      max-width: 120px;
      top: 35%;
   }
   .scAbout .aboutContents:nth-child(3) .parallax img.item2{
      max-width: 180px;
      top: 40%;
   }

   .scAbout .aboutContents:nth-child(3) .parallax img.item3{
      top: 140%;
   }
   .scAbout .aboutList > .fBox{
      padding-bottom: 0;
   }

   .scMessage .scTitle{
      font-size: 1.9rem;
   }

   .titleBg{
      font-size: 7rem;
   }
}
