@charset "utf-8";
#flow{
  width: 100%;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  overflow: hidden;
}
.flow-title {
  width: 1000px;
  margin: 100px auto 0;
  text-align: center;
  letter-spacing: .2em;
  font-size: 28px;
  font-weight: 500;
}
.flow-list { margin-top: -20px; }
.flow-left-list {
  position: relative;
  margin: 90px 0 0 auto;
  padding: 60px 0 60px 100px;
  width: calc(50% + 600px);
  background-color: #eaeaea;
}
.flow-left-item {
  width: 580px;
  min-height: 294px;
}
.flow-left-photo {
  position: absolute;
  z-index: 1;
  height: 294px;
  left: 720px;
  top: 60px;
}
.flow-left-photo >img {
  width: auto;
  height: 100%;
}
.flow-left-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}
.flow-left-head:after {
  display: block;
  position: absolute;
  content: '';
  width: 620px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: rgba(185, 39, 45, .5);
}
.flow-right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin: 90px auto 0 0;
  padding-right: 100px;
  width: calc(50% + 600px);
}
.flow-right-item {
  position: relative;
  width: 580px;
  min-height: 294px;
}
.flow-right-photo {
  position: absolute;
  z-index: 1;
  height: 294px;
  right: 720px;
  top: 0;
}
.flow-right-photo >img {
  width: auto;
  height: 100%;
}
.flow-right-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}
.flow-right-head:after {
  display: block;
  position: absolute;
  content: '';
  width: 620px;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: rgba(185, 39, 45, .5);
}
.flow-number {
  letter-spacing: .2em;
  font-size: 50px;
  color: #b9272d;
}
.flow-arrow {
  margin: 0 24px;
  width: 17px;
  height: auto;
}
.flow-subtitle {
  letter-spacing: .2em;
  font-size: 30px;
}
.flow-text {
  margin-top: 32px;
  text-align: justify;
  line-height: 2;
  letter-spacing: .1em;
  font-size: 20px;
}

@media only screen and (max-width: 750px) {
  #flow{ margin-bottom: 5em; }
  .flow-title {
    width: auto;
    margin-top: 28px;
    line-height: 1.68;
    font-size: 22px;
  }
  .flow-list { margin-top: 0; }
  .flow-left-list {
    margin: 28px 0 0;
    padding: 25px;
    width: 100%;
  }
  .flow-left-item {
    width: 100%;
    min-height: inherit;
  }
  .flow-left-photo {
    position: relative;
    margin-top: 24px;
    width: 100%;
    height: inherit;
    left: inherit;
    top: inherit;
  }
  .flow-left-photo >img {
    width: 100%;
    height: auto;
  }
  .flow-left-head { height: 42px; }
  .flow-left-head:after { width: 100%; }
  .flow-right-list {
    display: block;
    margin: 28px 0 0;
    padding: 0 25px;
    width: 100%;
  }
  .flow-right-item {
    width: 100%;
    min-height: inherit;
  }
  .flow-right-photo {
    position: relative;
    margin-top: 24px;
    width: 100%;
    height: inherit;
    right: inherit;
    top: inherit;
  }
  .flow-right-photo >img {
    width: 100%;
    height: auto;
  }
  .flow-right-head { height: 42px; }
  .flow-right-head:after { width: 100%; }
  .flow-number { font-size: 30px; }
  .flow-arrow {
    margin: 0 14px;
    width: 10px;
  }
  .flow-subtitle { font-size: 18px; }
  .flow-text {
    margin-top: 18px;
    font-size: 15px;
  }
}