@charset"utf-8";

/* body */
body{
 width: 1300px;
	margin: 0 auto;
    }

body.index {
  @keyframes fadein {
    from{
    opacity:0 ;
    }to{opacity: 1;
    }
  }
  transition-duration: 2s;
  background-image: url(../images/bg003.jpg);
  background-size: cover;

}

.wrapper {
	max-width:1300px;
  width: 1300px;
  height: auto;
  background-color: #1e1e1eaf;
  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------- */

.headbox101 {
  width: 165px;
padding-top: 10px;
}

.box101 img {
  border-radius: 5px;
  border: 5px solid gold;
}


.logotext {
  color: rgba(227, 201, 3, 0.872);
  font-size: 1.2rem;
  text-shadow: 2px 2px 2px #2e0101;
  font-style: italic;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 0.5rem;

}

.logoimg{
  border:3px #0e005f;
  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{
text-decoration: underline;
font-size: 1.2rem;
color: #fffdfd;
margin-top: 10px;
}





/* ----------------
アニメーション-------
----------------- */
/* 
headbox003.fadein.is-animated {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
 

.anima001 .poyoyon .is-animated {
  animation: poyoyon 2s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
 
@keyframes poyoyon {
  0% {
    transform: translateX(140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
  20%,100% {
    opacity: 1;
  }
} */


/* ----------------
アニメーション-------
----------------- */



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: 110%;

}



/* -------headbox003-------- */

img {
  border: 2px solid rgb(231, 197, 1);
  border-radius: 10px;
}

.nav {
  height: 60px;
  margin-bottom: 0;
  border: 2px solid gold;
  border-radius: 3px;
  /* 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, 72);
  border-bottom: 2px solid rgb(0, 0, 14);
  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(46, 46, 46);
  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: gold;
  transition-duration: 150ms;
}

span.navspn {
  font-size: 1rem;
  color: gold;
  font-weight: bold;
}

nav.grnav ul li a:hover {
  background-color: rgb(190, 255, 10, 0.5);

}













/* -------main001------- */
.main001 {
  width: 1300px;
  margin-top: 5px;
  padding-top: 5px;
  border: 2px solid rgb(0, 0, 44);
  background-color: rgb(0, 0, 22);
}




/* -------mainkv001-------- */

.mainkv001 {
  display: flex;
  width: 1280px;
  height: 540px;
  background-color: rgba(39, 39, 39, 0.7);
  border: 2px dotted #2e2d2d;
  border-radius: 5px;
  margin: 5px auto;
  padding: 10px;

}

.mainkv001 {
  display: flex;
  padding: 0;

}

.indexmainimg {
  width: 860px;
  height: 540px;
  border: 1px solid rgb(38, 38, 38);
  border-radius: 8px;
  background-image: url(../images/backgroud-main.png);
  background-size: cover;
}

.mainkv001 h1 {
  padding-top: 1.8rem;
  font-size: 1.8rem;
  line-height: 0.5rem;
  font-weight: 800;
  color: rgb(207, 206, 208);
}

.mainkv001 h1.textmainindex01 {
  text-indent: 2rem;
  text-shadow: 2px 2px 3px 2px #050505;
}

.mainkv001 h1.textmainindex02 {
  text-indent: 8rem;
  text-shadow: 4px 4px 6px 2px #050505;
}

.indexmainimg001 {
  background-image: url(../images/index002.png);
  background-position: -10px;

  width: 430px;
  height: 250px;
  margin-bottom: 0;

}


.indexmainimg002 {
  background-color: rgba(246, 245, 254, 0.811);
  width: 400px;
  height: 270px;
  border: 1px dashed rgb(216, 184, 3);
  margin-left: 15px;
  margin-top: 260px;
  padding-top: 10px;
  padding-left: 10px;

}

.info_works {
  float: right;
  margin: 8px;
}

.exspert {
  line-height: 2rem;
  font-size: 1.2rem;
  color: #ff0000;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 1.5zrem;
  text-indent: 1rem;
}

.exspert001 {
  line-height: 2.1rem;
  font-size: 0.95rem;
  color: #000000;
  text-indent: 1rem;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

button {
  width: 310px;
  border: 1px solid #ec5803;
  border-radius: 4px;
  background-color: rgba(45, 45, 45, 0.523);
  line-height: 2rem;
  color: #2601f8;
  margin-left: 4.2rem;
  text-decoration: underline;
  display: block;
  text-align: center;
text-shadow: 0.6px 0.6px 0.6px #e40505;
}

button:hover {
  background-color: rgba(240, 255, 255, 0.795);
}

/*------- ミッション -------*/

.main002 {
  margin: 20px;
}

.main002 h2 {
  color: #980000;
  font-size: 2.3rem;
  margin-bottom: 2rem;
  text-shadow: 1px 2px 3px;
  border: 1p solid rgb(47, 48, 49);
  border-radius: 100px 0;
  line-height: 3.3rem;
}

.main002 p {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-shadow: 1px 2px 3px #000;
}





/* ーーーーーーーーー
ーーーーーーーーーーー
ここ確認洗練
ーーーーーーーーーーー
ーーーーーーーーー */





/* Cautious<!-- 概要と概要イメージ --> 選ばれる理由 */
/* <!-- 概要と概要イメージ --横３ブロック、１段目、２段目（横３小ブロック、ボタン）、３段目背景イメージ>--> */

.main003 {
  background-color: #02000c17;
  width: 1250px;
  height: 350px;
  display: flex;
  margin: 0 auto;
  border-bottom: 15px solid rgb(229, 196, 6);
  border-top: 15px solid rgb(203, 173, 2);
  border-radius: 820px 0;
  padding: 0;
}


/* 左端の見出しブロック */

.mission001 {
  background-color: rgb(53, 53, 53);
  width: 300px;
  border: 1px solid #5b0101;
  border-radius: 10px;
  padding: 6px;
  line-height: 1.3rem;
  text-shadow: 1px 1px 1px #fff;
}

.mission001 h2 {
  width: 190px;
  font-size: 1.3rem;
  font-family: serif;
  font-weight: 600;
  font-style: italic;
  color: #980000;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.mission001 dt {
  font-size: 1.1rem;
  font-family: serif;
  font-weight: 600;
  font-style: italic;
  color: #ff0000;
  margin-top: 1.3rem;
}

.mission001 dd {
  line-height: 2rem;
  font-size: 1rem;
  font-family: serif;
  font-weight: 400;
  font-style: italic;
  color: #200101;
}


/* -------------
一覧表 
--------------- */

.mission002 {
  padding: 0;
  width: 600px;
  height: 320px;
}



/* <!-- １〜３まとめ＋ぼたん  その他 --> */


.bizinfoall {
  width: 950px;
  height: 320;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.bizinfoinall p {
  width: 600px;
  height: 320;
  margin: 20 auto;
}


/* <!-- １〜３まとめ＋ぼたん   --> */


.bizinfoinhalf {
  width: 600px;
  height: 320px;
  margin: 0 auto;
}


/* <!-- １〜３まとめ   --> */

.boxli {
  margin-top: 5px;

}

.box004 {
  margin: 5px;

}


/* 各ボッ
クス */

.img011 {
  width: 180px;
  height: 180px;
}

.boxli {
  height: 320;
  display: flex;
  justify-content: space-evenly;
}

.boxli h4 {
  font-size: 1.3rem;
  color: #be0101;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  text-indent: 0.5rem;
}

.boxli p {
  font-size: 1rem;
  color: #212121;
  font-weight: 500;
  line-height: 1.6rem;
  font-weight: 400;
}

/* <-----ぼたん-----> */

.buttoninner {
  width: 200px;
  border: 2px doted rgb(42, 8, 237);
  border-radius: 15px;

}

.buttoninner img {
  display: block;
  align-content: center;
  margin: 0 auto;
}


/* <!-- そのほか --> */

.bizinfoinetc {
  width: 350px;
  height: 320px;
  background-image: url(../images/bizinfoetc_bg001.png);
  background-size: cover;
  background-position: -0px;
  line-height: 2rem;
  text-indent: 0.5rem;
  padding: 5px;
  text-shadow:1px 1px 1px #9d0202;
}

.bizinfoinet002 {
  width: 350px;
  height: 320px;
  background-color: #20010173;
  margin: 0 auto;
}

.bizinfoinetc h4 {
  background-color: #0000008f;
  width: 345px;
  border-top: 1px solid red;
  border-left: 1px solid red;
  color: #980000;
  text-shadow: #30015a66;
  font-size: 1.5rem;
  font-style: italic;
  font-family: serif;
  text-shadow: #ec5803;
  color: rgb(149, 149, 149);
  font-weight: 600;
  font-style: italic;
  line-height: 1.5rem;
  margin-top: 1rem;
  text-align: right;
  text-shadow: #f8f7fd;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.bizinfoinetc p {
  border-top: 1px solid red;
  border-left: 1px solid red;
  background-color: #20026e96;
  font-family: serif;
  width: 345px;
  color: #ffffff;
  text-shadow:1px 1px 1px #9d0202;
  font-size: 1rem;
  color: silver;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.bizinfoin002img {
  float: right;
  margin: 3px;

}










/* <!-- ここから --> */

/* 
.second {
  width: 1300px;
  height: 1000px;
  margin: 50px auto;

}  */






/* -------第二章------- */
.secaondsection {
  width: 1300px;
  display: flex;
  text-shadow: 0.5px 0.5px 0.7px #001890;
  font-weight: 100;

}

/* -------クライアント------- */


.client {
  width: 270px;
  /* height: 1300px; */
  /* border: 5px dotted rgb(0, 0, 0);
  border-radius: 15px; */
  margin-top: 23px;
  text-align: center;
  line-height: 2rem;
  text-shadow: 0.7px px 1px #fff;
}

.client h3 {
  font-size: 2.5rem;
  color: silver;
  text-shadow: #212121;
  text-indent: 1rem;
  line-height: 3rem;
  margin-top: 0.5rem;
  background-color: #2001016b;
  line-height: 2rem;
  border: 4px dotted red;
  border-radius: 100px;
}

.clientimg {
  margin: 1.5rem auto;
}

.clienttex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  
}




/* すべての導入事例を見るボタン*/

.button003 {
  /* border: 1px solid silver; */
  width: 280px;
  height: 80px;

}

.dounyubutton {
  color: silver;
  width: 278px;
  font-size: 0.8rem;
  margin-left: 0;
}



/* <!-- newブロック --> */

.entame {
  width: 270px;

  height: 820px;

  background-image: url();

}


.entame .link {
  width: 270px;
  height: 205px;
}








/* -------７つのサービス------- */

.bizservice {
  width: 750px;
  height: 1300px;
  /* border: 5px dotted rgb(0, 0, 0);
  border-radius: 15px; */
  margin: 30px auto;

}

.bizservice002 {
  width: 750px;
  height: 1270px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: rgba(192, 192, 192, 0.271);
}


.serv001 {
  width: 250px;
  height: 620px;
  border: 1px solid silver;
  border-radius: 40px;
  padding: 3px;

}

.serv001  li{
line-height:1.7rem;
font-size: 0.8rem;

}

/* .serv001  img{
border: 2px solid silver;
border-radius: 30px 0;
} */




.img001 {
  width: 170px;
  height: 170px;
  margin: 30px 37px;
}

.bizservice h3 {
  font-size: 1.2rem;
  background-color: #20010162;
  color: silver;
  text-align: center;
  margin: 0 auto;
}


.bizservice h2 {
  font-size: 1.3rem;
  background-color: #20010162;
  color: rgb(215, 213, 213);
  text-indent: 1rem;
  margin: 0 auto;
}


.bizservice li {
  font-size: 0.8rem;
  color: rgb(10, 10, 10);
  text-indent: 1rem;
  font-weight: 550;
  margin: 10px 15px 10px 15px;
}



.bizservice p {
  font-size: 1.3rem;
  color: rgb(10, 10, 10);
  text-indent: 1rem;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 25px;
  margin-left:1.5rem;
}




box333 {
  text-justify: auto;
  text-align: center;

}


/* 詳細はここから */

.touch {
  margin-left: 120px;
  margin-top: -16px;
  border: none;
}

span {
  text-decoration: none;
  font-size: 0.8rem;
  margin-top: 80px;

}




/* ニュース速報 */



.info
/* いんふぉめーしょん */

.infomation {

  width: 750px;
  height: 330px;
}

.infomation p{
font-size: small;


}

.infodiv {
  width: 700px;
  height: 300px;
  padding: 10px;
  border: 4px solid silver;
  margin-top: 50px;
  margin-left: 15px;
  line-height: 1.8rem;
  overflow: auto;
  background-color: #e0dede;
  border: 4px solid rgb(20, 0, 118);
  border-radius: 20px 0;
}

.infodiv hr {
  color: #2602f2;

}

.infodiv dl {
  font-size: 1.2rem;
  font-weight: 600;

}


.infodiv dt {
  color: rgb(32, 0, 175);
  font-weight: 600;
  font-size: 1.6;
  margin-top: 1rem;
}


.infodiv dd {

  font-weight: 400;
  text-justify: newspaper;
margin-bottom: 1.5rem;
}

/* -------基本用語------- */

.question {
  width: 270px;
  height: auto;
  background-color: rgba(192, 192, 192, 0.456);
  margin-top: 26px;
  border: 2px solid silver;
  border-radius: 20px 0;
align-content: end;
}

.question img{
margin-left: 0px;

} 


.words001 img{
border: 2px solid rgb(0, 0, 137);
border-radius: 0  20px;
}



.inner {
  width: 270px;
  height: 500px;
  padding: 5px;
  border: 2px solid silver;
  overflow: auto;
  margin-bottom: 20px;
  margin-left: 0;
  border-radius: 500px;
}




.inner02 {
  width: 270px;
  height: 500px;
  padding: 5px;
  border: 2px solid silver;
  overflow: auto;
  margin-bottom: 20px;
  border-radius: 50px 0;
}

.words001 {
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 10px;

}


h5 {
  font-size: 1.5rem;
  color: rgb(199, 2, 2);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-left: 30px;
  margin-top: 25px;
  text-shadow: 1px 1px 1px #eae8e8;

}

.box001, box002 {
  width: 219px;
  background-color: #f0eeee;
  font-weight: 500;
  line-height: 1.68rem;

}

.box001 dl {
  color: rgb(190, 0, 0);
  font-weight: 600;
  font-style: italic;
  margin: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.box001 dt {
  color: rgb(221, 2, 2);
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
text-indent: 1rem;
}

.box001 dd {
  background-color: rgba(192, 192, 192, 0.352);
  font-weight: 500;
  margin-bottom: 1.6rem;
text-align: center;
margin-right: 5px;
}





.box002 dl {
  color: rgb(190, 0, 0);
  font-weight: 600;
  font-style: italic;
  margin: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}


.box002 dt {
  color: rgb(221, 2, 2);
  font-weight: 800;
  font-size: 1.1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;

}

.box002 dd {
  font-weight: 500;
  margin-bottom: 1.6rem;

}








/* コンタクトをサービ、ワークス前に行う。 */
.contact {
  width: 1300px;
  height: 500px;
  background-image: url(../images/contact008.JPG);
  background-size: cover;
  /* opacity: 0.7; */
  background-position: -500px;
  margin-right: 0 auto;
  border: 15px dotted silver;
  border-radius: 30px;

}


.contact h2 {
  background-color: rgba(192, 192, 192, 0.501);
  font-size: 2rem;
  border-radius: 25px;
  width: 400px;
  line-height: 2.5rem;

}

.wrapper_contact {
  width: 600px;
  height: 300px;
  background-color: #fff;
  opacity: 0.6;
  border: red solid 2px;
  border-radius:0 25px;
  margin: 1.5rem 2px 10px 600px;

}

.contact h2 {
  color: #f8f1f1;
  font-size: 3rem;
  margin: 2rem 2px 10px 600px;
  text-shadow: 2px 2px 2px #eb0303;

}

.contact p {
  color: ß#808080;
  font-size: 1.6rem;
  margin: 1.5rem 0px 10px 800px;
  text-align: center;
}


.form_box {
  margin: 1rem 5rem;
  padding: 1rem;
  /* border: 1px solid #000;*/

}

iframe {
  width: 500px;
  height: 500px;
  margin: 0 auto;

}


/* ふっだー */

footer {

  width: 1300px;
  height: 400px;
  border: 5px solid silver;
  border-radius:0  50px;
  background: linear-gradient(45deg, rgba(1, 4, 94, 0.694),
      silver)
  
}

footer h1{
text-decoration: none;

}

footer h2{
text-decoration: none;

}




.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 {
  text-decoration: dashed;
  color: silver;

}


.footercontact button {
  width: auto;
  margin-top: 2rem;
  border: 1px dotted rgb(251, 243, 243);
  background-color: #b94202;
  padding: 0 5px;
}


.footercontact h5 {
  margin-bottom: 1.3rem;
}


.footercontact a {
  margin-bottom: 2rem;
}



/* なび */
.footernav ul{

  display: flex;
  justify-content: space-between;
}

.footernav ul li {
  display: 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: 280px;
  height: 280px;
  display: block;
  transition-duration: 2s;
  margin-left: 200px;
  border: 1p solid silver;
  border-radius: 20px;
  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;
}