@charset "utf-8";
html{box-sizing:border-box;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none;vertical-align: bottom}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none;}a{text-decoration:none;}.wrapper{overflow:hidden;}body{overflow-y:scroll;}

table{
  border-collapse: collapse;
}
img{
  vertical-align: bottom;
}

body{font-size:16px;
 color:#5a5a5a;
 font-family: 'Noto Sans JP', sans-serif; 
 line-height: 1.5;}
/*  reset------------------------------- */

.header{
  border-bottom: 2px solid red; 
  margin-bottom: 3px;
  position: relative;
  background-color: #fff;
  position: sticky;
  top:0;
  z-index: 99999;
  box-shadow:0 5px 5px rgb(182, 182, 182);
  opacity:0.9; 
  }

.header:before {
  content: ''; /* 擬似要素に実体を持たせる */
  width: 100%;
  /* height: 1px; */
  border-bottom: 2px solid green;
  position: absolute;
  left: 0px;/* 二重線の下の線の位置を、内側の線の左に揃える */
  bottom: -6px; /* 二重線の下の線の位置を、内側の線から下に-2pxずらす */
}
.container{
  margin: 0 auto;
}
.main.container{
  padding:0 20px;
}
/* header */
.palcs{
text-align: center;
}
h1 span{  
  display: block;
  padding-top: 12px;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 8px;
  }
h1{
  font-size:16px;
  line-height: 1;
  font-weight: bold;
  font-family: 'M PLUS 1p', sans-serif;
  margin-bottom: 2px;
}  
header p{
  font-size:10px;
  line-height: 1;
  margin-bottom: 5px;
  font-family: 'M PLUS 1p', sans-serif;
}
/*nav
------------------------*/
.nav{
  position: relative;
  transition: 0.5s;
  }
.nav .g-nav{
  position: absolute;
  width: 100%;
  display:none;
 /*  margin-left: 100%; */
  background-color: rgba(3, 3, 3, 0.9);
/*   position: fixed; */
  z-index: 999999;
 }
 .nav .g-nav li{
  line-height: 50px;
  text-align: center;
 }
 .g-nav li span{
  font-family: 'Forum', cursive;
  display: none;
 }
 .nav li a{
  display: block;
  color:#fff;
  border-bottom: 1px solid #777;
 }
 .nav li:last-child a{
  border-bottom: 0;
 }

.header .hamburger{
  position: fixed;
  top:5px;
  right: 5px;
  padding: 5px;
 }

/* main-visual */
.bxslider-box {
  display: block;
  width: 100%;
  margin: 0 auto;
  }
  .bxslider {
  margin : 0 auto;
  position : relative;
  width: 100%;
  }

  .bxslider li img{
    opacity: 0.8;
  }
  .main-visual {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  }
  
  .keyword {
  width: 100%; 
  background: #333;
  opacity: 0.7;
  position: absolute;
  bottom:0;
  }
  .keyword p{
    color:#fff;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    line-height: 1.2;
  }

 .bx-wrapper{
   border:0;
 }
/*  /* concept */
 .concept{
   margin-top:-20px;
 } 
 .main h2{
   text-align: center;
   font-size: 30px;
   font-family: 'Forum', cursive;
   font-weight: bold;
 }
.ja{
  display: block;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 10px;
  border-bottom: 6px double #5a5a5a;
  margin-bottom: 10px;
}
.h2olive{
  text-align: center;
}
.h2olive img{
width: 3em;
opacity:.8;
}
.concept p{
  margin-bottom: 5px;
}

.content{
margin-top: 10px;
padding:15px 15px 15px 30px;
text-indent: -15px; 
font-size: 15px;
margin-bottom: 30px;
font-weight: bold;
border: 1px solid #5a5a5a;
box-shadow:0 4px 4px #5a5a5a;
background-color: #8d8d8d;
color:#fff;
}
.content li{
  margin-bottom:10px;
}

.target p{
  font-weight: bold;
  padding-left: 30px;
  text-indent: -30px;
  margin-bottom: 10px;
}

.target span img{
  width:2.5em;
  padding: 0 3px;

}
.target li{
padding-left: 20px;
text-indent: -10px; 
font-size: 15px;
margin-bottom: 12px;
border-bottom: 2px dotted #5a5a5a;
}

/* consulting */
.cslt .box .mission{
  margin-bottom: 10px;
}
.teamwork{
  max-width: 200px;
  margin: 0 auto;
}
.teamwork img{
width:100%;
display: block;
margin: 0 auto;
margin-bottom: 50px;
box-shadow: 0 4px 4px #5a5a5a;
}

/* consultingの流れ */
#consulting{
  padding-top:75px;
}
h3{
  text-align: center;
  border-bottom: 1px solid #5a5a5a;
  margin-bottom: 10px;
}

.wrapper{
  border: 1px solid #5a5a5a;
  box-shadow:4px 4px 4px #5a5a5a;
  padding:0 20px 20px;
  margin-top: 10px;
  background-color: #f8f6f6;
}
.box-outer img{
  width:90%;
  display: block;
  margin: 0 auto;
/*   box-shadow: 4px 4px 4px #5a5a5a; */
}

.step{
  font-size:30px;
  text-shadow: 2px 2px 2px #5a5a5a;
  display: block;
}
.step span{
  font-size: 60px;
}
.wrapper h4{
  border-bottom: 1px solid #5a5a5a;
  margin-bottom: 20px;
}

.wrapper .box{
  margin-top: 20px;
  margin-bottom: 20px;
  border:1px solid #5a5a5a;
  box-shadow: 4px 4px 4px #5a5a5a;
  padding: 10px;
  background-color: #fff;
}
.wrapper li{
  padding-left: 20px;
  text-indent: -8px; 
  font-size: 15px;
  margin-bottom: 10px;
}
.outer{
  margin-top: 10px;
}  
.inner{
  border:1px solid #5a5a5a;
  box-shadow: 4px 4px 4px #5a5a5a;
  background-color: #fff;
  padding:10px;
  margin-bottom: 10px;
}

.outer h5{
  font-size: 16px;
  text-align: center;
  border-bottom:5px double #5a5a5a;  
  margin-bottom: 10px;
}
.outer h5 span{
  font-size: 20px;
  font-weight: bold;
  display: block;
}
  .outer p{
  font-size: 13px;
}
.step3 img{
  display: block;
  margin:0 auto;
  width:50%;
  opacity: 0.5;
}
.step4 .inner{
  margin-bottom:20px;
}

.step4 .outer .f-b{
  border:1px solid #000;
/*   box-shadow: 4px 4px 4px #5a5a5a; */
  display: block;
  margin:0 auto;
  opacity: 0.6;
  width:70%;
}
.wrapper.step4{
  margin-bottom: 50px;
}

/* Fee */
.fee li{
  margin-bottom: 10px;
  padding-left:20px;
  text-indent: -20px;
}

table{
  font-size: 13px;
  margin:20px auto 30px;
}
.row6{
  display: none;
}
th, td{
  border:1px solid #5a5a5a;
  text-align: center;
}
th{
  background-color: #aaaaaa;
  color:#fff;
}
td span{
  display: block;
  font-size: 18px;
  font-weight: bold;
  }

  #page-top a{
    display: block;
    position:fixed;
    right:10px;
    bottom:1px;
    font-size: 60px;
    color:rgb(31, 27, 27,0.6);  
    z-index: 9999999; 
  }

/* 赤緑線 */
.border{
     border-bottom: 2px solid red; 
    margin-bottom: 3px;
    position: relative;
    background-color: #fff;
    position: sticky;
    top:0;
    z-index: 99999;
    box-shadow:0 5px 5px rgb(182, 182, 182);
    opacity:0.9; 
    }
  
  .border:before {
    content: ''; /* 擬似要素に実体を持たせる */
    width: 100%;
    /* height: 1px; */
    border-bottom: 2px solid green;
    position: absolute;
    left: 0px;/* 二重線の下の線の位置を、内側の線の左に揃える */
    bottom: -6px; /* 二重線の下の線の位置を、内側の線から下に-2pxずらす */
    }
    .footer{
      text-align: center;
      padding:10px 0 70px;
      font-size: 10px;
      font-weight: bold;
    }

    /*  pc start----------------*/
 @media (min-width:768px){
.container{
 max-width: 960px;
}
/* .header---------------*/  
.header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
} 
.palcs{
  text-align:left;
}
h1 span{
  font-size: 12px;
  }
h1{
  font-size:20px;
  font-weight: bold;
  margin-bottom: 2px;
  } 
header p{  
  margin-bottom: 8px;
  } 

/*nav
------------------------*/
.nav{
  position: static;
 }
 .nav .g-nav{
  position: static;
  display: flex;
  justify-content: center;
  /* padding: 16px 10px 20px; */
  background-color: #fff;
  margin: 0 auto;
 }
 .g-nav li span{
  display:block;
  font-size:20px;
 }
 .nav .g-nav li{
  margin-right: 35px;
  font-size: 12px;
  line-height: normal;
  }
  .nav .g-nav li:last-child{
    margin-right: 0;
  }
 .nav li a,
 .nav li:last-child a{
  display: inline;
  color:#5a5a5a;
  border-bottom: 4px solid transparent;
 }
/*  .nav li:first-child a{
  border-bottom-color: gray;
  color:#000;
 } */
 .nav li a:hover{
  border-bottom-color: gray;
  color:#000;
 }
 
.hamburger{
  display: none;
}
/* keyvisual--------------- */
.bxslider img{
  width:100%;
  height:70vh;
  object-fit: cover;
  object-position:100% 0;
  }
.bxslider li:nth-child(2){
  object-position:100% 100%;
  }

  .keyword {
    height:20vh;
    display:flex;
    justify-content: center;
    align-items: center;
    }
  .keyword p{
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 0;
    }
 /* concept ---------------- */
 .h2olive img{
  margin-bottom: 7px;
  }  
 .concept{

  width: 600px;
  margin:-20px auto 0;
  }
 .concept>p{
  width: 400px;
  margin: 0 auto;
 }
 .content{
  padding: 20px 20px 20px 60px;
  margin-bottom: 60px;
 }
 .content li{
   font-size: 17px;
   line-height: 1.7;
  }

.target li{
    font-size: 17px;
    line-height: 1.7
  }
 .target{
  margin-bottom:0;
  } 
/* #consulting----------- */
h3{
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
h3+p{
  text-align: center;
}
.cslt>.box{
  width:450px;
  margin:0 auto 70px;
  padding:20px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #5a5a5a;
  box-shadow:0 4px 4px #5a5a5a;
  background-color: #8d8d8d;
  color:#fff;

}
.cslt .box .mission{
  margin-bottom: 0;
  line-height:1.7;
}
.teamwork img{
  width:100%;
  margin: 0 auto;
  margin-left: 5px;
 }
/* コンサルティングの流れ */
#consulting{
  padding-top:85px;
}
.box-outer{
  display: flex;
  justify-content: space-between;
  margin-top:10px;

 }

.wrapper .box{
  margin: 0;
  padding: 20px;
  box-sizing: border-box; 
  }
.wrapper li{
  font-size: 16px;
  margin-bottom: 10px;
  }

.box-outer img{
  width: 97%;
  margin-left: 10px;
}
/* step3--------------- */
.step3 .outer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.step3 .outer .inner{
  width:49%;
}
.outer h5{
  font-size: 15px;  
}
.outer>p{
  font-size: 15px;
  line-height: 1.7;
  padding:20px 20px 0;
}
/* step4--------------- */
.step4 .outer{
  display: flex;
  justify-content: space-between; 
  align-items:center;
}
.step4 .inner{
  width: 60%;
  margin-bottom:0;
}  
.wrapper.step4{
  margin-bottom: 80px;
}
/* fee--------------------- */
table{
  margin:50px auto;
}
.row6{
  background-color: #f8f6f6;
}
.footer{
  font-size: 12px;
}

} /* @media end */