@charset "utf-8";

/*初期設定*/
body{
    background:#f3f3f3;
    background-size:48px 48px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing:0.1em;
	color: #333 !important;
	font-size:1rem !important;
	line-height:1.85 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

img{
    max-width: 100%;
    height: auto;
}
/*
@media screen and (max-width:990px) {
#header{
    position: relative;
    width:100%;
    height: auto;
    padding: 0;
}
  
#content-area{
    padding:0;
}
    
}
*/
/*area*/

#container{
    position: relative;
    overflow-x: hidden;
}

#header{
    position:fixed;
    top:0;
    left:0;
    width:230px;
    height: 100vh;
    background:#fdfdfd;
    padding: 150px 0 0 0;
}

#slider-area, #content, #footer{
    width:100%;
    padding:0 0 0 230px;
}

#footer, #footer.footer, #footer.footer-bottom{
    margin: 0;
}
/* slider */

#slider-area{
    position: relative;
}

#slider-area ul{
	margin:0;
	padding: 0;
	list-style: none;
}

#slider-area .scrolldown1{
    top: inherit;
    bottom:0;
    z-index: 1;
}

/* header */

#header{
    display: flex;
    justify-content: center;
}

#header-in{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    font-size: 1rem;
    letter-spacing: 1em;
    line-height: 1.3;
    color:#3e2058;
    padding: 0 0 20px 0;
    position: relative;
}

#header-in .tagline{
    letter-spacing: 0;
    font-size: 0.8rem;
    font-weight: 200;
    color: #3c2058;
    margin: 0;
    padding: 20px 0 30px;
    text-align: left;
}

#header-in .logo-header{
    max-height: 100%;
}

#header-in .logo{
    text-align: left;
}
#header-in .site-name-text-link{
    padding: 0;
}

#header-in .logo-header a span{
    display: inline;
    letter-spacing: 0.5em;
    font-size: 2.5rem;
    font-weight: bold;
    color: #3c2058;
}

#header p{
    display: inline;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    letter-spacing: 0.3em;
    margin: 0 auto;
}

#header .sns-link{
    position: absolute;
    left: 45px;
    bottom:50px;
}

/* lead */

#lead{
    position: relative;
    display: flex;
    justify-content: center;
    height: 80vh;
    padding: 25vh 0 0 0;
}

#lead .lead-area{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}


#lead .svganimeblock{
    width:50%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

#lead .lead-heading{
    width:30%;
}

#lead h2{
     font-size:2rem;
    letter-spacing: 0.1em;
    line-height: 2.2;
    padding: 0 0 0 30px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
}

#lead .lead-desc{
    width:70%;
    display: flex;
    flex-direction: row-reverse;
    height: 16em;
}

#lead .lead-desc p{
    width:auto;
    letter-spacing: 0.1em;
    line-height: 3;
    margin: 0 0 0 30px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
}

#lead .btnarrow5{
   padding: 20px 15px 40px 15px; 
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
}

#lead .btnarrow5::before{
    top:90%;
    right:50%;
    width:1px;
    height: 40px;
}

#lead .btnarrow5::after{
    top: 105%;
    right:60%;
}

_:-ms-lang(x), #lead .btnarrow5::after{
    right:70%;
}

/* service-menu */

#service-menu,
#company-info{
    position:relative;
    margin: 0 0 100px 0;
}

#service-menu .service-menu-bg{
    position: relative;
    background:url(../img/bg_01.jpg) no-repeat center;
    background-size:cover;
    background-attachment:fixed;
    width:100%;
    height:50vh;
}
#company-info .service-menu-bg2{
    position: relative;
    background:url(../img/bg_02.jpg) no-repeat center;
    background-size:cover;
    background-attachment:fixed;
    width:100%;
    height:50vh;
}

.heading-block {
    display: flex;
    justify-content: center;
}

#service-menu h2,
#company-info h2 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.2em;
    font-size: 2rem;
    margin: 100px 0;
}
#company-info h2 {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-orientation: mixed; /* または削除 */
}
#company-info p{
    margin: 10px;
    align-items: center;
}
#service-menu section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#service-menu section:nth-of-type(2n){
    flex-direction:row-reverse;
}

#service-menu .menu-img{
    width: 50%;
    height: 40vh;
}
#company-info .menu-img,
#company-info iframe{
    width: 100%;
    vertical-align: bottom;
}
#service-menu .service-menu-content,
#company-info .service-menu-content{
    width:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
}

#service-menu .menu-img-detail {
    height: 40vh;
}
#service-menu .service-menu-box{
    animation-delay:.5s;
}

#service-menu section:nth-of-type(1) .menu-img-detail{
    background:url(../img/service_pic01.jpg) no-repeat center;
    background-size:cover;
}
#service-menu section:nth-of-type(2) .menu-img-detail{
    background:url(../img/service_pic02.jpg) no-repeat center;
    background-size:cover;
}
#service-menu section:nth-of-type(3) .menu-img-detail{
    background:url(../img/service_pic03.jpg) no-repeat center;
    background-size:cover;
}
#service-menu section:nth-of-type(4) .menu-img-detail{
    background:url(../img/service_pic04.jpg) no-repeat center;
    background-size:cover;
}
#company-info .service-menu-content{

}

#service-menu .service-menu-content h3{
    font-size:1.2rem;
    margin:0 0 0 1em;
}

#service-menu .service-menu-content p{
    height:13em;
    line-height:2.5;
}

@media screen and (max-width:990px) {
#header-in .logo{
    color: #fff;
/*    background:#3e2058;
    padding: 20px 22px 0 0px;
    width: 119px;
    height:200px;*/
    white-space: nowrap;
    margin: 0;
}

#header-in .logo-header a span{
    font-size: 2.3rem;
    color: #fff;
}

#header-in .tagline{
    position: absolute;
    top: 0px;
    left: 100%;
    transform: translatex(-100%);
    letter-spacing: 0;
    font-size: 0.8rem;
    font-weight: 200;
    color: #fff;
    margin: 0;
    padding: 20px 20px 30px 0;
    text-align: left;
}
#header p{
/*    background:#3e2058;
    padding: 20px 18px 20px 0;
    width: 119px;
    height: 145px;*/
    color: #fff;

}
    
body.page #header{
    position: absolute;
    width: 100%;
    z-index: 2;
    background: none;
    color: #fff;
    height: 90vh;
    align-items: center;
    padding: 0;
}
    
body.page #header-in{
    position: relative;
    width: 120px;
    height: auto;
    background: #3e2058;
    padding: 10px;
}

body.single #header,
body.page-id-12 #header{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
}

body.single #header-in,
body.page-id-12 #header-in{
    position: relative;
    width: 100%;
    height: auto;
    background: #3e2058;
    padding: 10px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: horizontal-tb; 
    writing-mode: horizontal-tb;
}

body.single #header p,
body.page-id-12 #header p{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: horizontal-tb; 
    writing-mode: horizontal-tb;  
}

body.single #header-in .tagline,
body.page-id-12 #header-in .tagline{
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translatex(0);
    padding-left: 10px;
    letter-spacing: 0.4rem;
}

body.single #header-in .logo-header a span,
body.page-id-12 #header-in .logo-header a span{
    letter-spacing: 0.4rem;
}
body.single #header-in .logo-catch,
body.page-id-12 #header-in .logo-catch{
    letter-spacing: 0.1em;
}
body.single #header-in .logo-text,
body.page-id-12 #header-in .logo-text{
    padding: 20px 0 10px;
}

#header .sns-link{
    left: 10px;
    bottom:20px;
}

#slider-area, #content{
    padding: 0;
}

#slider-area .slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}     

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}     

#lead{
    height:auto;
    padding:100px 0;
}

#lead h2{
    line-height: 1.8;
    padding: 0 0 50px 0;
    display: inline-block;
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.4em;
}
    
#lead .lead-desc p{
    line-height:2.5;
}

#lead .lead-heading{
    width:100%;
    text-align: center;
}

    
#lead .lead-desc{
    width: 100%;
    padding: 0 30px;
    display: block;
    height: auto;
}
    
#lead .lead-desc p{
    width:auto;
    margin: 0 0 30px 0;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}
 
#lead .btnarrow5{
    display: block;
    padding: 8px 30px;
    width:250px;
    margin: 0 auto;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

#lead .btnarrow5::after{
    top: 152%;
    right: 52%;
}

#service-menu .menu-img,
#service-menu .service-menu-content{
    width:100%;
    margin: 0 0 50px 0;
}
#slider-area, #content, #footer{
    padding: 0;
}
}
