#flow .mv {
  background: url("https://tobcolumn.yumeshin.co.jp/asset/img/flow/mv_sp.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  height: 200px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  #flow .mv {
    background: url("https://tobcolumn.yumeshin.co.jp/asset/img/flow/mv.jpg") center/cover no-repeat;
    height: 445px;
  }
}
#flow .mv h1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .09em;
  margin-top: .37em;
}
@media screen and (min-width: 768px) {
  #flow .mv h1 {
    font-size: 36px;
  }
}
#flow .mv .montserrat {
  font-size: 14px;
  letter-spacing: .04em;
}
@media screen and (min-width: 768px) {
  #flow .mv .montserrat {
    font-size: 20px;
  }
}
#flow .mv_inner {
  padding: 0 20px;
}
@media screen and (min-width: 1080px) {
  #flow .mv_inner {
    padding: calc((100vw - 1040px) / 2);
  }
}
#flow .sec_01 {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  #flow .sec_01 {
    padding: 60px 0 80px;
  }
}
#flow .sec_01 .sec_header {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  #flow .sec_01 .sec_header {
    font-size: 20px;
  }
}
#flow .sec_01 .sec_header strong {
  font-size: 25px;
  display: inline-block;
  background: linear-gradient(transparent 60%, #FFE869 60%);
}
@media screen and (min-width: 768px) {
  #flow .sec_01 .sec_header strong {
    font-size: 30px;
  }
}
#flow .sec_02 {
  background: #F5F5F6;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  #flow .sec_02 {
    padding: 80px 0;
  }
}
#flow .sec_02 .sec_header {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .06em;
  text-align: center;
  border-top: solid 1px #46484B;
  border-bottom: solid 1px #46484B;
  padding: 8px 0 20px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #flow .sec_02 .sec_header {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    letter-spacing: .1em;
    padding: 10px 0 30px;
    margin-bottom: 60px;
  }
}
#flow .sec_02 .sec_header::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #F5F5F6;
  z-index: 2;
}
#flow .sec_02 .sec_header::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 13px solid #46484B;
  z-index: 1;
}
#flow .sec_02 .sec_header strong {
  display: inline-block;
  font-size: 40px;
  width: 1.5em;
  height: 1.5em;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin: 0 6px;
}
@media screen and (min-width: 768px) {
  #flow .sec_02 .sec_header strong {
    font-size: 60px;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3;
  }
}
#flow .sec_02 .sec_header strong::before {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: #FFD800;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #flow .sec_02 .sec_header strong::before {
    width: 1.3em;
    height: 1.3em;
  }
}
#flow .sec_02 .sec_header span {
  font-size: 25px;
  margin-right: 6px;
  letter-spacing: .08em;
}
@media screen and (min-width: 768px) {
  #flow .sec_02 .sec_header span {
    font-size: 30px;
    letter-spacing: .07em;
  }
}
#flow .sec_02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 0;
}
@media screen and (min-width: 768px) {
  #flow .sec_02 ul {
    gap: 50px 0;
  }
}
#flow .sec_02 li {
  width: 100%;
  background: #FFFFFF;
  padding: 18px 16px 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #flow .sec_02 li {
    max-width: 785px;
    min-height: 165px;
    margin: 0 auto;
    padding: 27px 32px 33px 20%;
    background-image: url("../img/flow/flowicon1.svg");
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: 32px center;
  }
  #flow .sec_02 li:nth-child(2) {
    background-image: url("../img/flow/flowicon2.svg");
  }
  #flow .sec_02 li:nth-child(3) {
    background-image: url("../img/flow/flowicon3.svg");
  }
  #flow .sec_02 li:nth-child(4) {
    background-image: url("../img/flow/flowicon4.svg");
  }
  #flow .sec_02 li:nth-child(5) {
    background-image: url("../img/flow/flowicon5.svg");
  }
}
#flow .sec_02 li::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 20px 0 20px;
  border-color: #ffd900 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 20px);
}
@media screen and (min-width: 768px) {
  #flow .sec_02 li::after {
    border-width: 22px 29px 0 29px;
    top: calc(100% + 15px);
    left: calc(50% - 29px);
  }
}
#flow .sec_02 li:last-child::after {
  display: none;
}
#flow .sec_02 li .list_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#flow .sec_02 li .list_title span.flow_step {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .08em;
  color: #FFD800;
  margin-right: 10px;
}
#flow .sec_02 li .list_title span.kisya {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  padding: .25em .83em .4em;
  background: #FFD800;
  border-radius: 5px;
  margin-left: 13px;
}
#flow .sec_03 {
  padding: 40px 0;
}
#flow .sec_03 .cta_area {
  background: url("../img/flow/cta_bg_sp.jpg") no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 30px 28px 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #flow .sec_03 .cta_area {
    background: url("../img/flow/cta_bg_pc.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 28px;
  }
}
#flow .sec_03 .cta_area .cta_title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #flow .sec_03 .cta_area .cta_title {
    font-size: 24px;
  }
}
#flow .sec_03 .cta_area p {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.57;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  #flow .sec_03 .cta_area p {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  #flow .sec_03 .cta_area .cta_wrap {
    align-items: center;
  }
  #flow .sec_03 .cta_area .cta_wrap .col-md-6 {
    padding: 20px;
  }
  #flow .sec_03 .cta_area .cta_wrap .col-md-6:first-child {
    border-right: solid 1px rgba(112, 112, 112, 0.5);
    padding: 20px;
  }
}
#flow .sec_03 .cta_area a.tell {
  max-width: 266px;
  margin: 0 auto;
}
#flow .sec_03 .cta_area a.mail {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1;
  background: #FFFFFF;
  border-radius: 2em;
  max-width: 280px;
  margin: 20px auto 0;
  padding: 18px;
  position: relative;
  transition: .2s;
}
@media screen and (min-width: 768px) {
  #flow .sec_03 .cta_area a.mail {
    margin: 0 auto;
  }
  #flow .sec_03 .cta_area a.mail:hover {
    box-shadow: 0px 3px 6px #00000029;
    transform: translateY(-5%);
  }
}
#flow .sec_03 .cta_area a.mail::after {
  content: url(../img/common/arrowR.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(0.8);
}
#flow .sec_04 {
  background: #F5F5F6;
  padding: 40px 0 80px;
}
@media screen and (min-width: 768px) {
  #flow .sec_04 {
    padding: 80px 0 130px;
  }
}
#flow .sec_04 .sec_title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.45;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #flow .sec_04 .sec_title {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
#flow .sec_04 .sec_title .en {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.2;
  color: #FFD800;
}
@media screen and (min-width: 768px) {
  #flow .sec_04 .sec_title .en {
    font-size: 16px;
  }
}
#flow .sec_04 .column-block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  #flow .sec_04 .column-block ul {
    gap: 0 28px;
  }
}
#flow .sec_04 .column-block ul li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #flow .sec_04 .column-block ul li {
    width: calc((100% - 56px) / 3);
  }
}
#flow .sec_04 .column-block ul li h3 {
  font-size: 16px;
  margin-top: 12px;
}
#flow .sec_04 .column-block ul li .img-wrapper {
  aspect-ratio: 315 / 210;
  overflow: hidden;
}
#flow .sec_04 .column-block ul li .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
#flow .sec_04 .column-block .veiwAllBtn-block a {
  background: #46484B;
  color: #FFFFFF;
  max-width: 230px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #flow .sec_04 .column-block .veiwAllBtn-block a {
    max-width: 235px;
    margin-top: 80px;
  }
}
#flow .sec_04 .column-block .veiwAllBtn-block a::after {
  background: url(../img/common/arrow_right_white.svg) no-repeat;
}
