@charset "UTF-8";
/* CSS Document */
main {
  background: linear-gradient(90deg, #fff 15%, #fff 50%, #fff 85%);
}
a:hover {
  opacity: 1.0;
}



.section-flow {
  background-color: #1a1a1a;
  padding: 60px 0 120px;
}
.section-flow_title {
  position: relative;
  margin-bottom: 50px;
}
.section-flow_title img {
  width: 98px;
  opacity: 0.24;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4.2rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 100;
  line-height: 2.6rem;
}
.center span {
  font-size: 1.6rem;
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 100;
}
.contact_btn {
  margin-top: 60px;
}
.contact_btn a {
  width: 250px;
}
.contact_btn a:hover {
  opacity: 0.4;
}
.contact_btn a img {
  width: 250px;
  height: 100%;
}

.section-flow h1 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #fff;
}
.section-flow ul li {
  padding: 40px 40px 0;
}
.number {
  display: flex;
  align-items: center;
}
.number h2 {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #fff;
  font-size: 2.0rem;
  line-height: 3.0rem;
  text-align: left;
}
.number_dis {
  position: relative;/*親要素にrelative*/
}
.number_dis img {
  width: 100px;
}
.number_dis p {
  position: absolute;/*重ねたい子要素にabsolute*/
  top: 48%;
  left: 50%;
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  color: #fff;
  font-size: 2.4rem;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.flow_number-dis {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: left;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding-top: 20px;
}




@media (max-width: 395px) {
}
@media (max-width: 925px) {
}
@media (min-width: 540px) {
}
@media (min-width: 960px) {
}
@media (min-width: 1259px) {
.section-flow ul {
  padding: 40px 0 0;
  max-width: 920px;
  margin: 0 auto;
}
}