#mv .mvWrap img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#massage {
  width: 1366px;
  margin: 60px auto 80px;
  display: block;
}
#massage h1 {
  font-size: 32px;
  color: #666;
  text-align: center;
  margin: 0 auto 70px;
  padding: 0 0 10px;
  display: block;
  letter-spacing: 3px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 5px;
  font-size: 46px;
}
#massage h1 span {
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
}
#massage h2 {
  font-size: 26px;
  color: #666;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 30px;
}
#massage p {
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 0 0 100px;
}

#flowchart .titleWrap {
  width: 100%;
  padding: 0 0 30px;
  background-color: #fff;
}
#flowchart .titleWrap h2 {
  width: 1366px;
  color: #666;
  text-align: center;
  margin: 0 auto 0px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  display: block;
  letter-spacing: 5px;
  font-size: 46px;
}
#flowchart .titleWrap h2 span {
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
}
#flowchart ul {
  padding: 0;
  margin: 0 auto;
  width: 1366px;
}
#flowchart li {
  list-style-type: none;
}
#flowchart dd {
  line-height: 25px;
  margin-left: 0;
  display: block;
}
#flowchart dd span {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #ff0000;
  display: block;
}
#flowchart .flow > li {
  padding: 30px;
  width: 900px;
  margin: 0 auto;
}
#flowchart .flow > li:not(:last-child) {
  border-bottom: 1px solid rgb(107, 144, 219);
  position: relative;
}
#flowchart .flow > li:not(:last-child)::before,
#flowchart .flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 18%;
  transform: translateX(-50%);
}
#flowchart .flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: rgb(107, 144, 219);
}
#flowchart .flow > li:not(:last-child)::after {
  border-width: 21px;
  border-top-color: #fff;
}
#flowchart .flow > li dl {
  margin: 25px 0;
  display: flex;
  align-items: center;
}
#flowchart .flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107, 144, 219);
  flex-basis: 30%;
  margin-right: 1vw;
  text-align: center;
}
#flowchart .flow > li dl dt .icon {
  font-size: 16px;
  color: #fff;
  background: rgb(107, 144, 219);
  padding: 10px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
}

#other {
  width: 1366px;
  margin: 0 auto;
  padding: 50px 0 100px;
  margin-bottom: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#other h2 {
  text-align: center;
  font-size: 42px;
  margin: 0 auto 0;
}
#other h3 {
  font-size: 26px;
  margin: 50px auto 20px;
}
#other p {
  font-size: 16px;
  margin: 0 auto 10px;
}
#other p span {
  font-size: 14px;
}

@media (max-width: 700px) {
  #mv .mvWrap img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #massage {
    width: 90%;
    margin: 60px auto 80px;
    display: block;
  }
  #massage h1 {
    font-size: 4vw;
    color: #666;
    text-align: center;
    margin: 0 auto 70px;
    padding: 0 0 10px;
    display: block;
    letter-spacing: 3px;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 5px;
    font-size: 4vw;
  }
  #massage h1 span {
    display: block;
    font-size: 2.5vw;
    margin: 0 0 10px;
  }
  #massage h2 {
    font-size: 3.5vw;
    color: #666;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 30px;
  }
  #massage p {
    font-size: 2.5vw;
    color: #666;
    text-align: center;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 0 100px;
  }
  #flowchart .titleWrap {
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
  #flowchart .titleWrap h2 {
    width: 90%;
    color: #666;
    text-align: center;
    margin: 0 auto 0px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    display: block;
    letter-spacing: 5px;
    font-size: 4vw;
  }
  #flowchart .titleWrap h2 span {
    display: block;
    font-size: 2.5vw;
    margin: 0 0 10px;
  }
  #flowchart ul {
    padding: 0;
    margin: 0 auto;
    width: 90%;
  }
  #flowchart li {
    list-style-type: none;
  }
  #flowchart dd {
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin-left: 0;
    display: block;
  }
  #flowchart dd span {
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin: 0;
    color: #ff0000;
    display: block;
  }
  #flowchart .flow {
    box-sizing: border-box;
  }
  #flowchart .flow > li {
    padding: 30px 0;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #flowchart .flow > li:not(:last-child) {
    border-bottom: 1px solid rgb(107, 144, 219);
    position: relative;
  }
  #flowchart .flow > li:not(:last-child)::before,
  #flowchart .flow > li:not(:last-child)::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 18%;
    transform: translateX(-50%);
  }
  #flowchart .flow > li:not(:last-child)::before {
    border-width: 22px;
    border-top-color: rgb(107, 144, 219);
  }
  #flowchart .flow > li:not(:last-child)::after {
    border-width: 21px;
    border-top-color: #fff;
  }
  #flowchart .flow > li dl {
    margin: 0;
    display: flex;
    align-items: center;
  }
  #flowchart .flow > li dl dt {
    font-size: 3vw;
    font-weight: 600;
    color: rgb(107, 144, 219);
    flex-basis: 30%;
    margin-right: 1vw;
    text-align: center;
  }
  #flowchart .flow > li dl dt .icon {
    font-size: 2.5vw;
    color: #fff;
    background: rgb(107, 144, 219);
    padding: 10px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
  }
  #other {
    width: 1366px;
    margin: 0 auto;
    padding: 50px 0 100px;
    margin-bottom: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #other h2 {
    text-align: center;
    font-size: 42px;
    margin: 0 auto 0;
  }
  #other h3 {
    font-size: 26px;
    margin: 50px auto 20px;
  }
  #other p {
    font-size: 16px;
    margin: 0 auto 10px;
  }
  #other p span {
    font-size: 14px;
  }
}/*# sourceMappingURL=flow.css.map */