@charset"utf-8";

/* body */
.works_html {
 @keyframes fadein {
    from{
    opacity:0 ;
    }to{opacity: 1;
    }
  }
  transition-duration: 3s;
  background-image: url(../images/works_bg.png);
  background-size: cover;
  background-position: -50px;

}
 
.wrapper {
  width: 1300px;
  height: auto;
  /* background-color: #c0c0c0; */
  margin-top: 0;
  margin-left: 0;
  opacity: 0.8;
  margin: 0 auto;
}



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

header {
  background-image: url(../images/header_001.jpg);
  background-size: cover;
  background-position: 3px, 83px;
  opacity: 0.9;
  width: 1300px;
  height: 200px;
  display: flex;
  justify-content: space-between;
}



/* -------headbox001------- */

.headbox001 {
  width: 165px;
padding-top: 10px;
}

.box101 img {
  border-radius: 5px;
  border: 5px solid gold;
}


.logotext {
  color: rgb(240, 237, 237);
  font-size: 1.2rem;
  text-shadow: 2px 2px 2px #2e0101;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;

}

.logoimg{
  border:3px #1e02bf;
  border-radius: 8px;

}


/* -------box002-------- */

.headbox002main{
padding: 10px;
}

.headbox002 {
  width: 400px;
  padding-top: 77px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #c20606;
  font-style: italic;
  line-height: 2rem;
}

.headbox002_01{
  font-size: 0.7rem;
  color: silver;
  text-shadow: 2px 2px 2px #000;
}

/* ----------
シンプルサイトはここから
---------- */

.headbox002_01{

font-size:0.8rem;
color: #fffdfd;
margin-top: 10px;
}


h2 {
  background-color: rgba(255, 255, 255, 0.863);
  text-indent: 0.5rem;
  text-align: center;
  border: rgb(0, 0, 74) solid 1px;
  border-radius: 65px 0;
  color: #ff0000;
  font-weight: 400;
  margin-bottom: 15px;

}

.box002text {
  font-size: 1.1rem;

}



/* -------headbox003-------- */

img {
  border: 2px solid silver;
  border-radius: 30px;
}

.nav {
  height: 60px;
  margin-bottom: 0;
  border: 2px solid silver;
  border-radius: 3px;
  margin-top: 10px;
  /* box-shadow: 2px,2px,3px,3px,silver; (枠代替)*/
}

.headbox003 {
  width: 600px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 0px;
}

/* ------- メニュー画像調整------- */

.humanp {
  display: flex;
  height: 120px;
  /* opacity: 0.9; */
  padding-right: 7px;

}


/* ------- navigation ------- */

nav.grnav {
  border-top: 2px solid rgb(0, 0, 255);
  border-bottom: 2px solid rgb(0, 0, 255);
  margin-top: 7px;
}

/* img hover */
.humanp {
  background-image: url(../images/headerlist_bg.png);

}

.humanp a {
  width: 120px;
  display: block;


}

.humanp a img {
  width: 120px;
  position: relative;
  top: 0;
  transition-duration: 3ms;
}


.humanp a img:hover {

  top: 30px;

}

/* grnav */

nav.grnav ul {
  display: flex;
}

nav.grnav ul li {
  line-height: 2.5rem;
  background-color: rgb(255, 255, 255);
  width: 120px;
  height: 55px;
  border-right: 1px solid #0b0b0b;
  text-align: center;
}

nav.grnav ul li:last-child {
  border-right: none;
}

nav.grnav ul li a {
  font-size: 0.6rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 0;
  display: block;
  color: rgb(238, 17, 17);
  transition-duration: 150ms;
}

span.navspn {
  font-size: 1rem;
  color: rgb(81, 13, 240);
  font-weight: bold;
}

nav.grnav ul li a:hover {
  background-color: rgb(190, 255, 10, 0.5);

}













/* main */

.h3main{
font-size: 1.5rem;
color: #b40000;
text-align: right;
margin-right: 40px;
letter-spacing: 1rem;
margin-top: 5px;
background-color: #e6e4e44d;
}

buttmain{
font-size: 1.5rem;
font-style: italic;
color: rgb(0, 0, 177);

}




.wrapper {
  width: 1300px;
  height: auto;
  

}


/* mainkeyvisual */

.main_kvwrap {
  display: flex;
justify-content: space-evenly;
text-indent: 3rem; 
}


.kvside {
  width: 220px;
  height:700px ;
  border: 10px solid silver;
  border-radius: 20px;
  text-align: center;
  text-indent: 0rem;

}


.kvandp {
  width: 950px;
  height: auto;

}

.kv_works {
  width: 950px;
  height: 560px;
  border: 1px solid rgb(189, 0, 0);
  border-radius: 4px;
  margin-top: -150px auto;

}


/* さいど */














/* 導入事例 */

.part001 {
  display: flex;
  text-indent: 0;
}

.box002 {
  width: 800px;
  height: 274px;
  background-color: #e6e4e4;
  line-height: 2rem;
  padding: 1rem;
  margin-top: 1rem;
  line-height: 2rem;

}

.box002 dl {
  font-size: 1.5rem;
  background-color: silver;
  line-height: 1rem;
  margin-bottom: 1rem;
}


.main_kvwrap02 {
  background-color: rgba(250, 235, 215, 0.113);
  border: 5px solid rgba(161, 160, 160, 0.379);
  border-radius: 50ox;
}

.works03 {
  display: flex;
  justify-content: center;
}

/* main */
p {
  color: silver;
  font-weight: 400;
  background-color: rgba(1, 2, 39, 0.57);
  padding: 20px;
  margin: 20px;

}

.kvside {
  padding-top: 0px;
  padding-left: 0;

}

/* 企業プラス３ */

.works_single{
justify-content: center;
align-items: center;

}



/* 単発実績 */

.works_single{
width:1000px;
background-color: rgba(58, 0, 175, 0.734);
border: 1px solid #fdfdfd;
margin: 0 auto;
font-size: 1.2rem;
color: #090909;
text-shadow: 2px 2px 2px #4c0101;
line-height: 2rem;
padding: 1rem;
border-radius: 20px;
}

.work002_2{
 width: 900px;
border: 1px solid #000000;
 margin: 30px auto;
 align-content: center;
 display: flex;
 
}

.box111{
padding: 1rem;

}



.box111 dl{
font-size: 1.2rem;
color: #ff0000;
font-weight: 700;
margin-top: 15px;

}


.box111 dt{
font-size: 1rem;
color: #ffffff;
font-weight: 500;

}










.works_single img{
border: 1px solid black;

}



.buttmain001{
  font-size: 1.3rem;
  color: #1200b4;
  font-style: italic;
  line-height: 2rem;
  background-color: #c20606;
  padding: 5px  15px;
  border: 2px dotted #1200b4;
  border-radius: 15px;

}






/* ふっだー */

footer {
padding: 1rem;
  width: 1300px;
  height: 400px;
  border: 5px solid silver;
  border-radius:0  50px;
  background: linear-gradient(45deg, rgba(1, 4, 94, 0.694),
      silver)
}

.footwrapper {
  display: flex;
}

address {
  margin: 20px;
  font: size 1rem;
  color: silver;
  font-weight: 600;
  line-height: 1.6rem;
}

address h2 {
  color: #1a0373;
}




/* フッターコンタクト */


.footercontact {
  padding-top: 160px;
  font-size: 0.9em;
  line-height: 1.6rem;
  

}


.footercontact a {
  text-decoration: underline;
  transition-duration: 1s;
}


.footercontact a:hover {
  color: silver;

}


.footercontact button {
  width: auto;
  margin-top: 2rem;
  background-color: #b94202;
  border-radius: 5px;
}


.footercontact h5 {
  margin-bottom: 1.3rem;
}


.footercontact a {
  margin-bottom: 2rem;

}

button{
padding: 5px 10px;

}



/* なび */


.footernav ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 1rem;
  margin-top: 2rem;
}

.footernav ul li a {
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
  transition-duration: 0.8s;

}

.footernav ul li a:hover {
  color: silver;
  text-decoration: underline;
}



.footerimg {
  margin-top: 0;
  /* margin-left: 200px; */

}


.footergall {
  width: 250px;
  height: 250px;
  display: block;
  transition-duration: 2s;
  margin-left: 200px;
  border: 1px solid silver;
  border-radius: 30px;
  margin-top: 5px;


}



.footergall:hover {
  background-color: rgb(255, 217, 0);
}


/* ちょさくけん */

.footwrapper small {
  margin: 0 auto;

}

small {

  font-size: 1.1rem;
  font-style: italic;

}

.small {
  padding: 5px;
  /* text-align: center; */
  line-height: 2rem;
  margin: 20px;
}
