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


/*------------------------------*/
.spmask {
  display: none;
}
.pc1150 {
  display: none;
}

/*------------------------------*/
@media (min-width: 701px) and (max-width: 850px) {

}
@media (max-width: 750px) {
  .sponly {
    display: block;
  }
}
/*------------------------------
	kv
------------------------------*/
#mvv_contents #kv{
  background-color: #eeeeee;
}
#mvv_contents #kv .kvTtl{
  padding: 120px 0 50px;
  text-align: center;
}
#mvv_contents #kv .kvTtl .ttl{
  margin: 0 auto 20px;
}
#mvv_contents #kv .kvTtl .ttl img{
  width: 90%;
}
#mvv_contents #kv .kvTtl .line {
  width: 32px;
  margin: 0 auto;
  height: 30px;
  border-top: solid 2px #e60012;
}
/*------------------------------
	message
------------------------------*/
#mvv_contents .message{
  line-height: 1.6;
  font-size: 16px;
  margin: 50px 10px;
}
/*------------------------------
  mvvTtl
------------------------------*/
#mvv_contents #mvv .mvvTtl{
	text-align: center;
	margin: 30px 0 0;
	color: #e60012;
	font-weight: bold;
	line-height: 1.4;
}
#mvv_contents #mvv .mvvTtl h4{
	font-size: 14px;
	display: flex;
}
#mvv_contents #mvv .mvvTtl h4 span{
	font-size: 21px;
}
#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{
  margin: 60px 20px;
}
#mvv_contents .mission .missionTtl{
  text-align: center;
  background-color: #e60012;
  color: #fff;
  padding: 15px 0;
}
#mvv_contents .mission .missionTtl span{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
#mvv_contents .mission .missionCopy{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 50px 0 10px;
}
#mvv_contents .mission .iconArea{
  margin: 40px 0;
}
#mvv_contents .mission .icon{
  margin: 0 auto 30px;
  text-align: center;
}
#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{
  margin: 60px 20px;
}
#mvv_contents .vision .visionTtl{
  text-align: center;
  background-color: #e60012;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 30px;
}
#mvv_contents .vision .visionTtl span{
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
}
#mvv_contents .vision .iconArea{
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#mvv_contents .vision .iconImg{
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}
#mvv_contents .vision .iconArea img{
  width: 100%;
}
/*------------------------------
  value
------------------------------*/
#mvv_contents .value{
  margin: 60px 20px;
}
#mvv_contents .value .valueTtl{
  text-align: center;
  background-color: #e60012;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 30px;
}
#mvv_contents .value .valueTtl span{
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
}
#mvv_contents .value .iconArea{
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#mvv_contents .value .iconImg{
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}
#mvv_contents .value .iconArea img{
  width: 100%;
}
/*------------------------------
  want
------------------------------*/
#mvv_contents #want .mvvTtl{
	text-align: center;
	color: #e60012;
	font-weight: bold;
	line-height: 1.4;
}
#mvv_contents #want .mvvTtl h4{
	font-size: 21px;
  display: flex;
}
#mvv_contents #want .mvvTtl h4:before,
#mvv_contents #want .mvvTtl h4:after{
	border-top: solid 1px #b81c22;
  content: "";
  flex-grow: 1;
  margin-top: 14px;
}
#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: 30px 20px;
  line-height: 1.6;
}
#mvv_contents .wantBox .wantBoxIn .wantNo{
	color: #b81c22;
	font-size: 28px;
	border-bottom: solid 1px #b81c22;
	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 50px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
#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;
}
@media (max-width: 750px) {
  #mvv_contents .return {
    max-width: 320px;
  }
  #mvv_contents .return a {
    padding: 20px 0;
    font-size: 14px;
  }
}

@media (max-width: 650px) {
  #mvv_contents .return {
    max-width: 280px;
  }
}
