@charset "utf-8";
/* CSS Document */

/****** 共通 ******/

/* グラフ */
.skills {
  height: 350px;
  margin: auto;
  position: relative;
  color: #FFF;
}
.skillsB {
  height: 350px;
  margin: auto;
  position: relative;
}
.skillsT {
  height: 30px;
  margin: auto;
  position: relative;
}
.lines {
	width: 100%;
  height: 100%;
  position: relative;
}

.line {
  height: inherit;
  width: 1px;
  position: absolute;
  background: rgba(238, 238, 238, 0.6);
}
.line.l--0 {
  left: 0;
}
.line.l--25 {
  left: 25%;
}
.line.l--50 {
  left: 50%;
}
.line.l--75 {
  left: 75%;
}
.line.l--100 {
  left: calc(100% - 1px);
}

.line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -50px;
}
.line__label.title {
  text-transform: uppercase;
  font-weight: bold;
}

.charts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.chart {
  margin: 30px 0 0;
}
.chart:first-child {
  margin: 0;
}

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
  font-size: 20px;
}
.chart--prod .chart__title {
  animation-delay: 3.3s;
}
.chart--design .chart__title {
  animation-delay: 4.5s;
}

.chart--horiz {
  overflow: hidden;
}

.chart__bar {
  height: 30px;
  margin-bottom: 10px;
  background: linear-gradient(to left, #4cb8c4, #3cd3ad);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--dev .chart__bar:nth-of-type(11) {
  animation-delay: 2.7s;
}
.chart--dev .chart__bar:nth-of-type(10) {
  animation-delay: 2.5s;
}
.chart--dev .chart__bar:nth-of-type(9) {
  animation-delay: 2.3s;
}
.chart--dev .chart__bar:nth-of-type(8) {
  animation-delay: 2.1s;
}
.chart--dev .chart__bar:nth-of-type(7) {
  animation-delay: 1.9s;
}
.chart--dev .chart__bar:nth-of-type(6) {
  animation-delay: 1.7s;
}
.chart--dev .chart__bar:nth-of-type(5) {
  animation-delay: 1.5s;
}
.chart--dev .chart__bar:nth-of-type(4) {
  animation-delay: 1.3s;
}
.chart--dev .chart__bar:nth-of-type(3) {
  animation-delay: 1.1s;
}
.chart--dev .chart__bar:nth-of-type(2) {
  animation-delay: 0.9s;
}
.chart--dev .chart__bar:nth-of-type(1) {
  animation-delay: 0.7s;
}
.chart--prod .chart__bar:nth-of-type(2) {
  animation-delay: 4.2s;
}
.chart--prod .chart__bar:nth-of-type(1) {
  animation-delay: 4s;
}
.chart--design .chart__bar:nth-of-type(3) {
  animation-delay: 5.6s;
}
.chart--design .chart__bar:nth-of-type(2) {
  animation-delay: 5.4s;
}
.chart--design .chart__bar:nth-of-type(1) {
  animation-delay: 5.2s;
}

.chart__label {
  padding-left: 10px;
  line-height: 30px;
  color: white;
}

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* サービス */
.Service01_bg {
    background-image: url(/img/sevice_bg01.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.Service02_bg {
    background-image: url(/img/sevice_bg02.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.Service03_bg {
    background-image: url(/img/sevice_bg03.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.Service04_bg {
    background-image: url(/img/sevice_bg04.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.Service05_bg {
    background-image: url(/img/sevice_bg05.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.Service06_bg {
    background-image: url(/img/sevice_bg06.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.Service07_bg {
    background-image: url(/img/sevice_bg07.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.Service08_bg {
    background-image: url(/img/sevice_bg08.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.Service09_bg {
    background-image: url(/img/sevice_bg09.jpg);
	background-repeat: repeat;
	background-position: center top;
}
/* 作業内容枠 */
.work_w {
	position: relative; 
	overflow: hidden;
	border: solid 1px #FFF;
    padding: 1em;
}
.work_w ul {
	position: relative;
	left: 50%;
	float: left;
}
.work_w ul li {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	color: #FFF;
    padding: 0 0.5em;
}
.work {
	position: relative; 
	overflow: hidden;
	border: solid 1px #000;
    padding: 1em;
}
.work ul {
	position: relative;
	left: 50%;
	float: left;
}
.work ul li {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	color: #000;
    padding: 0 0.5em;
}
/* 各ページ左右画像付きテキスト */
.BoxInner {
	margin-bottom: 50px;
}
.BoxInner p {
	line-height: 2.0;
}
.LeftImgArea img {
	float: left;
	max-width: 40%;
	margin-right: 1em;
    margin-bottom: 0.5em;
}
.RightImgArea img {
	float: Right;
	max-width: 40%;
	margin-left: 1em;
    margin-bottom: 0.5em;
}
.LeftImgArea p img,
.RightImgArea p img {
    float: none;
    max-width: 300px;
    margin: 1em auto;
    text-align: center;
    display: block;
}
.LeftImgArea > p:nth-child(n+2),
.RightImgArea > p:nth-child(n+2) {
	margin-top: 1em;
}

/***** 個別css *****/

/***** ポリシーページ *****/
.Policy p {
	margin-bottom: 15px;
}

.Policy h3 {
	border-bottom: 1px dotted #193B73;
	margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

/***** 会社概要ページ *****/

/* gmap */
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%!important;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

/***** 店舗&faq *****/
.FixedPage dt {
    font-weight: bold;
    margin-bottom: 10px;
	position: relative;
	padding-left: 1.5em;
}
.FixedPage dt:before {
	background: #193B73;
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    position: absolute;
    top: 6px;
}
.FixedPage dd {
	border-bottom: 1px dotted #193B73;
    margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
/* グラフ */
.skills, .skillsB {
  margin: 0 auto 30px;
  max-width: 90%;
}
.lines {
	width: 90%;
  height: 100%;
  position: relative;
}
charts {
    width: 90%;
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%!important;
    position: relative;
}
}
