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

/*------------------------------*/
.sponly {
  display: none;
}
@media (min-width: 1150px) {
  .pc1150 {
    display: none;
  }
}

/*------------------------------
	kv
------------------------------*/
#mvv_contents #kv{
  background-color: #eeeeee;
}
#mvv_contents #kv .kvTtl{
  padding: 120px 0 90px;
  text-align: center;
}
#mvv_contents #kv .kvTtl .ttl{
  width: 430px;
  margin: 0 auto 30px;
}
#mvv_contents #kv .kvTtl .ttl img{
  width: 100%;
}
#mvv_contents #kv .kvTtl .line {
  width: 32px;
  margin: 0 auto;
  height: 30px;
  border-top: solid 2px #e60012;
}
/*------------------------------
	message
------------------------------*/
#mvv_contents .message{
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  margin: 100px;
}
/*------------------------------
  mvvTtl
------------------------------*/
#mvv_contents #mvv .mvvTtl{
	text-align: center;
	color: #e60012;
	font-weight: bold;
	line-height: 1.4;
}
#mvv_contents #mvv .mvvTtl h4{
	font-size: 16px;
	display: flex;
}
#mvv_contents #mvv .mvvTtl h4 span{
	font-size: 28px;
}
#mvv_contents #mvv .mvvTtl h4:before,
#mvv_contents #mvv .mvvTtl h4:after{
	border-top: solid 1px #e60012;
  content: "";
  flex-grow: 1;
	margin-top: 20px;
}
#mvv_contents #mvv .mvvTtl h4:before{
	margin-right: 20px;
}
#mvv_contents #mvv .mvvTtl h4:after{
	margin-left: 20px;
}
#mvv_contents #mvv .mvvTtl .h4in{
	display:inline-block;
}
/*------------------------------
  mission
------------------------------*/
#mvv_contents .mission{
  max-width: 950px;
  margin: 60px auto;
}
#mvv_contents .mission .missionTtl{
  text-align: center;
  background-color: #e60012;
  color: #fff;
  padding: 15px 0;
}
#mvv_contents .mission .missionTtl span{
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
}
#mvv_contents .mission .missionCopy{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  padding: 50px 0;
}
#mvv_contents .mission .iconArea{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#mvv_contents .mission .icon{
  margin: 0 auto 30px;
  text-align: center;
  width: 410px;
}
#mvv_contents .mission .icon img{
  width: 107px;
}
#mvv_contents .mission .icon p{
  margin-top: 20px;
  line-height: 1.6;
  text-align: left;
}
/*------------------------------
  vision
------------------------------*/
#mvv_contents .vision{
  max-width: 950px;
  margin: 60px auto;
}
#mvv_contents .vision .visionTtl{
  text-align: center;
  background-color: #e60012;
  color: #fff;
  padding: 15px 0;
}
#mvv_contents .vision .visionTtl span{
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
}
#mvv_contents .vision .iconArea{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#mvv_contents .vision .iconArea img{
  width: 195px;
  margin: 40px 10px 0;
}
/*------------------------------
  value
------------------------------*/
#mvv_contents .value{
  max-width: 950px;
  margin: 60px auto 100px;
}
#mvv_contents .value .valueTtl{
  text-align: center;
  background-color: #e60012;
  color: #fff;
  padding: 15px 0;
}
#mvv_contents .value .valueTtl span{
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
}
#mvv_contents .value .iconArea{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#mvv_contents .value .iconArea img{
  width: 195px;
  margin: 40px 10px 0;
}
/*------------------------------
  want
------------------------------*/
#mvv_contents #want .mvvTtl{
	text-align: center;
	color: #e60012;
	font-weight: bold;
	line-height: 1.4;
}
#mvv_contents #want .mvvTtl h4{
	font-size: 28px;
	display: flex;
}
#mvv_contents #want .mvvTtl h4:before,
#mvv_contents #want .mvvTtl h4:after{
	border-top: solid 1px #e60012;
  content: "";
  flex-grow: 1;
	margin-top: 20px;
}
#mvv_contents #want .mvvTtl h4:before{
	margin-right: 20px;
}
#mvv_contents #want .mvvTtl h4:after{
	margin-left: 20px;
}

#mvv_contents .wantBox{
	margin-bottom: 50px;
}
#mvv_contents .wantBox .wantBoxIn{
	text-align: center;
	padding: 60px 0;
  line-height: 1.6;
}
#mvv_contents .wantBox .wantBoxIn .wantNo{
	color: #e60012;
	font-size: 28px;
	border-bottom: solid 1px #e60012;
	width: 35px;
	margin: 0 auto 20px;
  padding-bottom: 20px;
}
#mvv_contents .wantBox .wbGray{
	background: #fafafa;
}
#mvv_contents .return {
  width: auto;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  background-color: #000;
  cursor: pointer;
  margin-bottom: 120px;
}
#mvv_contents .return a {
  display: block;
  width: 100%;
  padding: 24px 0;
  font-size: 16px;
  color: #fff;
}
#mvv_contents .return:hover {
  -webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
}
