/*
Theme Name: corestaff
Description: this theme is corestaff theme
Theme URI: sixa.jp
Author: sandbox co ltd
Author URI: axis
Version: 0.0.1
License: ask us
License URI: https://sixa.jp
Text Domain: corestaff-theme
Tags: none
*/

/*

  Dependency list
  http://flexboxgrid.com/
  https://fonts.googleapis.com/css?family=Mogra
  https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css

*/

@charset "UTF-8";



/* **************************************
      WordPress 固有のクラス
************************************** */

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}
.screen-reader-text{}



/* **************************************
      General
************************************** */
.contents-xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contents-l {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

header .kotei {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  border-bottom: 2px solid rgb(181, 81, 81);
  opacity: 1;
  box-shadow: 0px 0px 20px 1px #737273;
}
header .outboxContainer {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
/*
#Navber .navbar-nav li a::after {
  content: '';
  letter-spacing: 10px;
}
*/
/* 各種セッションのスタイル */

#top {
  background-image: url(image/top.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 60vh;
  margin-top: 0;
}

#concept {
  background-image: url(image/circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e6e6e6;
  color: white;
  min-height: 600px;
}

#service {
  background-image: url(image/service.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
#service .multicolorbar {
  max-width:200px;
  background: linear-gradient(to right, red 50%, grey 50%);
  height: 1px;
}
#service .inboxContainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}
#service .inbox {
  background-color: rgba(255,255,255,0.8);
  box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4);
}

#solution {
  background: #C90000;
  color: white;
}
#solution .multicolorbar {
  max-width:200px;
  background: linear-gradient(to right, yellow 50%, white 50%);
  height: 1px;
}
#solution .outboxContainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
#solution .inboxContainer {
  margin-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  background: white;
}
#solution .inboxContainer .check {
  list-style-position: inside;
  list-style-image: url(image/check.png);
}
#solution .inboxContainer .check li {
  padding-top: 30px;
  font-size: 120%;
}

#merit {

}
#merit .multicolorbar {
  max-width:200px;
  background: linear-gradient(to right, red 50%, grey 50%);
  height: 1px;
}

#example {
  background-image: url(image/example.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
#example .multicolorbar {
  max-width:200px;
  background: linear-gradient(to right, red 50%, grey 50%);
  height: 1px;
}
#example .inboxContainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}
#example .inbox {
  background-color: rgba(255,255,255,0.8);
  box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4);
}
#example .inbox ul {
  list-style-type: none;
  text-align: left;
  padding-left: 0;
}
#example .inbox ul li {
  padding-bottom: 10px;
}

#footer {
  background-color: #6a696a;
}
#footer .footerBox {
  background-color: white;
  border-radius: 5px;
}

/* 各種パーツなど */

.center {
  text-align: center;
}

.width100 {
  width: 100%;
}

a, a:hover {
  text-decoration: none;
  color: #02559d;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}


/* ***** about ***** */

#aboutTop {
  /*background-image: url(image/dmy.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  max-height: 280px;
  margin-top: 0;
}