.common-section .inner {
  width: 1000px;
  margin: 0 auto
}

#mainv{
	display: flex;
	position: relative;
	margin:10px auto 0;
}

#mainv .mainv-box {
  position: absolute;
  background: url('../../img/mainv-img.png?1516000427') no-repeat right top;
  height: 479px;
  width: 100%;
}


#mainv .text-box {
}

#mainv .mainv-text1, #mainv .mainv-text2 {
  position: relative;
  color: #000000;
  z-index: 2
}

#mainv .mainv-text1 {
  font-size: 22px;
  color: #3193e0;
  position: relative;
  font-weight: bold;
}

#mainv .mainv-text2 {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.6;
}

#mainv .mainv-text3 {
  font-size: 18px;
  width: 500px;
  font-weight: bold;
  line-height: 2.4;
  margin-top: 30px;
}

#philosophy {
  background: #FFF;
  padding: 70px 0px 40px;
  overflow: hidden;
  *zoom: 1
}

.philosophy-box {
  overflow: hidden;
  *zoom: 1
}

.philosophy-box .list-item{
	display: flex;
	justify-content: center;
}

.philosophy-list {
  float: left;
  width: 226px;
  min-height: 226px;
  background: #FFF;
  margin: 40px 0 0 5px;
  text-align: center;
  border-radius: 50%;
  margin: 0px 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}

.philosophy-list.jyoseikin{
	border: 2px solid #7cf0ee;
}

.philosophy-list.energy{
	border: 2px solid #30caf3;
}

.philosophy-list.security{
	border: 2px solid #3193e0;
}

.philosophy-list dt {
  padding-top: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  text-align: center
}

.philosophy-list dd {
  font-size: 1.4rem;
  color: #000
}

.philosophy-list dd .icon {
  width: 250px;
  margin: 10px auto;
  padding: 25px 0px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC
}

.philosophy-list dd .sub-text {
  margin: 20px auto 10px;
  width: 240px;
  text-align: left
}

.philosophy-list dd .detail-text {
  width: 250px;
  margin: 0 auto
}

#service {
  padding: 0px 0 30px;
}

#service .inner{
  width: 1200px;
}

#service-2{
	margin: 180px 0 20px;
}

.service-2-box{
  display: flex;
}

.service-2-box.second:after{
  background: #eafbff;
  left: -60%;
  transform: translateX(-50%);
}

.service-2-box.third:after{
  background: #d6f7ff;
}

.service-2-box h3{
	font-size: 2.6rem;
  color: #1e50a0;
}

.service-2-picbox{
  margin-right: 4rem;
}

.service-2-textbox p{
	font-size: 16px;
	line-height: 2.6;
	position: relative;
}

.service-2-textbox.second{
	margin-left: 0px;
	margin-right: 30px;
}

.service-2-textbox.second:after{
	left: -128%;
}

.service-2-box2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
}

.service-2-box2 dl{
  display: flex;
  width: 290px;
  border: 1px solid #4cbfd1;
  padding: 10px 0px;
  align-items: center;
}

.service-2-box2 dl dt{
  margin: 0 13px;
}

.service-2-box2 dl dd{
  font-size: 18px;
  font-weight: bold;
}

.mission-list-box{
	width: 990px;
	box-sizing: border-box;
	border:5px solid #30caf3;
	background: #fff;
	padding: 35px 0;
	text-align: center;
	font-size: 4rem;
	line-height: 1.3;
	font-style: italic;
	position: relative;
	margin-bottom: 60px; 
}

.mission-list-box:after{
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	background: #30caf3;
	width: 990px;
	height: 184px;
	top: 5px;
	left: 4px;
}

#company .company-midashi{
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	margin: 50px auto 10px;
}

#company .company-midashi2{
	font-size: 18px;
	color: #3193e0;
	font-weight: bold;
}

#company dl.top{
	border-top: 1px solid #e6e6e6;
}

#company dl{
	display: flex;
	font-size: 1.6rem;
	padding: 39px 0;
	border-bottom: 1px solid #e6e6e6;
}

#company dl dt{
	width: 285px;
}

#company dl dd{
	width: calc(100% - 285px);
}

#company .googlemap{
	border:1px solid #e6e6e6;
	background: #fff;
	padding: 10px;
	margin: 50px auto 100px;
}

#company .googlemap iframe{
	height:300px;
}

@media screen and (max-width: 768px) {
  .common-section .inner {
    width: auto;
    margin: auto 15px;
  }
  .common-section .inner--service {
    margin: 0;
  }

  	#mainv{
		display: block;
		width: auto;
		min-width: auto;
  	}
	#mainv .mainv-box {
	position: relative;
    margin-top: 60px;
    background-size: cover;
    width: 100vw;
    background-position: 50% 50%;
    min-width: 100vw;
    height: 75.07vw;
  }
	#mainv .text-box{
		margin-top: -43px;
	}

  #mainv .mainv-text1 {
    font-size: 1.6rem;
    padding: 0 15px;
  }
  #mainv .mainv-text2 {
    font-size: 2.6rem;
    padding: 0 15px;
    line-height: 1.4;
  }
  #mainv .mainv-text3{
  	width: auto;
  	margin: 0 15px;
  	font-size: 12px;
  	line-height: 1.8;

  }

  #service .inner{
    width: auto;
  }

  #service-2{
    margin: 50px 0 20px;
  }
  .service-2-box{
    display: block;
    margin-bottom: 30px;
  }
  .service-2-textbox{
    margin-left: 0px;
  }
  .service-2-textbox.second{
  	margin-right: 0px;
  }
  .service-2-textbox:after{

  }
  .service-2-box.second:after{
    left: 0%;
  }
  #service {
    padding: 30px 0
  }
  #service .inner {
    margin: auto 15px
  }
  .service-2-box h3{
    font-size: 2.2rem;
    margin-top: 15px;
  }
  .service-2-textbox p{
    font-size: 14px;
    line-height: 2.2;
  }

  .service-2-box2{
    display: block;
  }

  .service-2-box2 dl{
    width: auto;
    margin-bottom: 20px;
  }

  .service-2-box2 dl dd{
    font-size: 16px;
  }

  #company .company-midashi{
  	font-size: 18px;
  }

	#company dl{
		font-size: 1.3rem;
		padding: 20px 0;
	}

	#company dl dt{
		width: 120px;
	}

	#company dl dd{
		width: calc(100% - 120px);
	}

	#company .company-midashi{
		margin: 60px auto 15px;
	}
	.mission-list-box{
		width: 100%;
		font-size: 1.8rem;
		margin-bottom: 20px;
		padding: 35px 5px;
	}
	.mission-list-box:after{
		display: none;
	}

  .service-2-picbox{
    top: 0;
    text-align: center;
    margin-right: 0;
  }

  .service-2-picbox img {
    max-width: 100%;
    height: auto;
  }
  
  .service-2-box.second {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .service-2-textbox.second{
    order: 2;
  }
}