#mvv {
  display: flex;
  flex-direction: column;
  background-image: url(../images/main_back.png);
  background-size: cover;
}

#mvv .contents {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 100px;
  width: 80%;
}

#mvv .message {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  line-height: 1.8;
}

#mvv .ms-top {
  margin-top: 0px;
}

#mvv .title-container h2 {
font-size: 42px;
font-family: var(--mclogi-font-family-en);
font-weight: 700;
text-transform: uppercase;
line-height: 1;
background: #ce262e;
background: linear-gradient(135deg, #ce262e 0, #411010 100%);
background: linear-gradient(to right bottom, #ce262e, #cf4842, #cf6157, #cd776d, #c98c83, #c58e7f, #c1907c, #bd927a, #b08858, #978136, #727d17, #3f7900);
background: linear-gradient(135deg, #ce262e, #ce262e, #cf6157, #cd776d, #b08858, #978136, #678032);
background: linear-gradient(135deg, #ce262e, #ce262e, #ce262e, #d4666b, #cd776d, #b08858, #f4be5b);
background: linear-gradient(135deg, #ce262e, #ce262e,  #d4666b, #d4666b, #f4be5b, #f1a210);
background: linear-gradient(135deg, #ce262e, #ce262e, #d4666b, #d4666b, #f4be5b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

#mvv .message .title,#mvv section .title {
  margin: 60px auto 50px;
}

#mvv .message .title{
  padding: 0 50px;
}

#mvv h3{
  text-align: center;
}

#mvv .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 1em;
}
#mvv .message .title-container {
  width: calc(80% + 20px);
}

#mvv .title-underline {
  width: 80px;
  text-align: center;
}

#mvv .message-container {
  display: flex;
  flex-direction: row;
}

#mvv .message-image {
  background-image: url(../images/president_message.png);
  background-size: cover;
  background-position: center;
  width: 100%;
}

#mvv .message_contents {
  padding-right: calc((100% / 2 - 430px) / 2);
  padding-left: calc((100% / 2 - 430px) / 2);
  max-width: 50%;
}

#mvv .title .secondary {
  margin-top: 0;
  padding-bottom: 10px;
  width: auto;
}

p.ceo-name {
  text-align: right;
}

@media (max-width: 1300px) {
  #mvv .message-image {
    height: auto;
  }
}

@media (max-width: 1080px) {
  #mvv .title-container h2 {
    font-size: 30px;
  }
  #mvv .message-image {
    height: 600px;
  }
  #mvv .message-container {
    flex-direction: column;
  }
  #mvv .message_contents {
    font-size: 13px;
    padding-right: 100px;
    padding-left: 100px;
    margin-top: 50px;
    max-width: 100%;
  }
  #mvv .message .title-container h2 {
    padding-bottom: 0.5em;
  }
}

@media (max-width: 750px) {
  #mvv .contents {
    margin-top: 50px;
  }
}

@media (max-width: 700px) {
  #mvv .contents .title {
    margin-bottom: 50px;
  }
  #mvv .message-image {
    height: 400px;
  }
  #mvv .message_contents {
    padding-right: 50px;
    padding-left: 50px;
  }

  #mvv section{
    margin-bottom: 100px;
  }

  #mvv .message .title, #mvv section .title{
    margin: 60px auto 20px;
  }
}

@media (max-width: 500px) {
  #mvv .contents {
    width: 90%;
  }
  #mvv .contents .title {
    margin-bottom: 30px;
  }
  #mvv .message .title-container {
    width: calc(90% + 20px);
  }
}

@media (max-width: 400px) {
  #mvv .message-image {
    height: 300px;
  }
  #mvv .message_contents {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* メッセージのリスト */

.message-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 100px;
}

/* 数字と文字のコンテナ */

/* display:in-line ver */
/* .order-li{
  text-align: center;
  margin: 0 auto;
}

.order-li p{
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: 1px;
} */

.order-li li{
  list-style: none;
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
}

.order-li li span:first-child {
  margin-right: 30px;
  color: #d5d2d2;
}

.order-li li span:nth-child(2) {
  margin-left: 30px;
  color: #d5d2d2;
}

/* .order-li li {
  list-style: none;
  font-size: 16px;
	padding: 20px;
	position: relative;
  text-align: center;
}

.order-li li::before{
	content: '「';
  left:0;
}

.order-li li::after {
  content: '」';
  right: 0;
} */

.order-li li::before,.order-li li::after{
  width: 25px;
	height: 25px;
	position: absolute;
  font-weight: 400;
  font-style: normal;
}

.order-li p{
  font-size: 20px;
  margin-top: 2em;
}

/*---- 架け橋---- */
#mission .list-container {
  margin-bottom: 100px;
}

@media (max-width: 800px) {
  .message-list {
    margin-bottom: 0px;
    width: 85%;
  }

  #mission .list-container {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .order-li li{
    font-size: 16px;
  }

  .order-li li span:first-child {
    margin-right: 10px;
  }
  
  .order-li li span:nth-child(2) {
    margin-left: 10px;
  }

  .order-li p{
    font-size: 16px;
  }
}

/* 会社概要 */
#info {
  background-image: url(../images/about_company@2x.png);
  background-size: cover;
  overflow: hidden;
}

#info .contents-btn a {
  height: 10rem;
  max-width: 500px;
  height: 100px;
  padding-top: 35px;
}

#info .contents-btn a::after,
#info .contents-btn a:hover:after {
  top: 44px;
}

@media (max-width: 500px) {
  #info .contents {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #info .contents-btn a {
    width: 240px;
    height: 60px;
    font-size: 14px;
    padding: 1.1em 2em;
  }

  #info .contents-btn a::after,
  #info .contents-btn a:hover:after {
    top: 20px;
  }
}

#mission .contents .title .secondary {
  font-size: 38px;
  width: 360px;
}

@media (max-width: 700px) {
  #mission .contents .title .secondary {
    font-size: 30px;
    width: 260px;
  }
}
