@charset "UTF-8";

/* -----共通部分----- */
html{
  font-size: 100%;
}

body {
  font-family: "Yu Mincho", "Not Sans JP", serif;
  line-height: 1.7;
  background-color: #effcff;
  color: rgb(49, 49, 51);
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

img{
  max-width: 100%;
}


/* -----header----- */
.logo{
   width: 200px;
   margin-top: 25px;
}

.main-nav {
  display: flex;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 15px;
  list-style: none;
}


.main-nav li{
  margin-left: 5px;
  margin-top: 0px;
}

.main-nav a{
  color: #FFF;
  position: relative;
  display: inline-block;
}


.main-nav a:hover { 
}


#drawer{
  z-index: 9999;
}

.page-header{
  display: flex;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.page-header.transform{
  display: none;
}

.main-nav li ul li{
  width: 100%;
  list-style:none;
  }
  
.main-nav li ul li a{
  padding: 5px 20px;
  background: #090150d0;
  margin-left: 5px;
  }

#navi li ul{
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
  
#navi li:hover ul{
  visibility: visible;
  opacity: 1;
}


/* Home */
.home-content{
  text-align: center;
}

#company {
}


.top-img {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../image/AdobeStock_127976735.jpg);
  height: 700px;
  width: 100%;
}
.top-img2 {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
}

.img-company {
  background-image: url(../image/server-2160321_1920_2.jpg);
}

.img-work {
  background-image: url(../image/drink-864958_1920_2.jpg);
}

.img-contact {
  background-image: url(../image/business-3370832_1920_2.jpg);
}


#home .page-title {
  text-transform: none;
}

/* トップページ文章 */
.page-title{
  padding-top: 200px;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
	-webkit-animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  height: 450px;s
}

.page-title2{
  padding-top: 100px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
	-webkit-animation: text-focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: text-focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  height: 150px;s
}


/*--- company ---*/
.article_title{
  font-size:  1.75rem;        /* 文字サイズ指定 */
  border-bottom: solid 3px;   /* 線指定 */
  padding-bottom:  5px;       /* 余白指定 */
  margin-bottom: 15 px;        /* 周りの余白指定 */
  position:  relative;        /* 位置調整 */
  font-weight: bold;       /* 文字の太さ調整 */
}

.article_title:before {
  content:  '';                   /* 空白の要素を作る */
  width: 80px;                    /* 幅指定 */
  height: 3px;                    /* 高さ指定 */
  background-color: #42a6ff;      /* 背景色指定 */
  display:  block;                /* ブロック要素にする */
  position:  absolute;            /* 位置調整 */
  left:  0;                       /* 位置調整 */
  bottom: -3px;                   /* 位置調整 */
}

.article_contents_1{
  font-size:  1rem;
  list-style-position: inside;
  position: relative;
  padding-top: 15px;
}

.article_contents_2{
  font-size:  1rem;
  margin-left: 30px;
  margin-bottom: 30px;
  list-style-type: disc;
}

.article_contents_new{
  font-size:  0.8rem;
  margin-left: 30px;
  margin-bottom: 30px;
  list-style-type: circlefs;
}

.numlist{
  list-style-type: decimal;
  padding-left: 15px;
}

.article_contents_company{
  padding-top: 10px;
  padding-bottom: 20px;
  font-size:  0.9rem;
  list-style-position: inside;
  position: relative;
  font-weight: bolder;
  text-align: justify;
}

/*--- side area設定 ---*/
aside{
  width: 10%;
  margin-top: 20px;
}

/*--- main area設定 ---*/
article{
  width: 65%;
  margin-top: 20px;
}

/*--- b side area設定 ---*/
bside{
  width: 10%;
  margin-top: 20px;
}


/*--- area横並び設定 ---*/
.news-contents{
  display: flex;
  justify-content: space-between;
}


/*--- footer ---*/
.wrapper{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

footer{
   background: rgba(0,24,41,0.8);
   text-align: right;
   padding: 5px 0;
   bottom: 0;
}

footer p{
  color: #fff;
  font-size: 1rem;
}

small {
 font-size:80%
}




/* === Hambuerger Button's Style Paste Here === */
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 4px;
  transition: all 0.5s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  border-radius: 10px; 
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}


/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #24afff;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #24afff;
}


/* === Hambuerger Button's Style End === */



.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 250px;
  height: 100%;
  transition: all 0.5s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.836);
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
  list-style-type: none;
}




















/* ----------------------------------------
* animation text-focus-in
* ----------------------------------------
*/
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
 }
 @keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
 }
 
 
 /* button */
 .btn1{
   text-transform: uppercase;
   text-align: center;
   color: rgb(255, 21, 21);
   padding: 15px 20px;
   font-size: 1rem;
 }
 
 .btn1::before {
   position: absolute;
   bottom: 12px;
   left: 35;
   content: '';
   width: 65%;
   height: 2px;
   background: rgba(255, 10, 10, 0.7);
   transform: scale(0, 1);
   transform-origin: right top;
   transition: transform .3s;
 }
 .btn1:hover::before {
   transform-origin: left top;
   transform: scale(1, 1);
 }
 
 .btn2{
   text-transform: uppercase;
   text-align: center;
   font-size: 1rem;
   font-weight: bold;
 }
 
 .btn2:hover {
   background: rgba(71, 77, 83, 0.445);
   
 }
 
 






/* ----------------------------------------
* contact form
* ----------------------------------------
*/
.form-control {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.8);
  color: #000000 ;
  padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  font-size: 12px;
}

.form-control_name_email {
  height: 2rem;
  max-width: 400px;
}

.form-control_message {
  height: 12rem;
  max-width: 700px;
  padding-bottom: 100px;
}


.form-control:focus {
  border-color: #CACACA;
}

/* Forms size */




.btn {
  letter-spacing: 4px;
  font-size: 12px;
  padding: 8px 30px;
}


.btn.btn-round {
  border-radius: 5px;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
  font-weight: bold;
}


/* Forms size */

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 400px;
	font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 500px;
	font-size: 10px;
}

.rqst-form {
	margin-top: 27px;

	.btn {
		margin-top: 5px;
	}
}

.input-group-addon {
	border: 1px solid #e4e4e4 !important;
}




input [type="text"],
input [type="email"]{
 width: 100%;
 max-width: 240px;
}






.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}


/* ----------------------------------------
* contact form 2
* ----------------------------------------
*/

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

#formWrap h3{
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 20px;
}
table.formTable{
  width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	background: rgba(3, 77, 100, 0.863);
  	color: #fff;
 	 font-weight: bold;
  	text-align: center;
  	vertical-align: middle;
}

table.formTable td{
	background:#d8faff;
}

input:invalid {
    box-shadow: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  letter-spacing: 4px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Yu Mincho", "Not Sans JP", serif;
  padding: 8px 30px;
  border-radius: 5px;
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
  display:block;
}
table.formTable th {
	margin-top:5px;
  border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:90%;
	display:block;
}

textarea:invalid {
    box-shadow: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
        display:block;
	width:100%;
	height:40px;

}




