@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
@media screen and (min-width: 768px) {
  .flow-section {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .flow-section {
    padding: 0 0 50px;
  }
}

.flow-section__inner {
  max-width: 950px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.flow-section__announce {
  letter-spacing: 0.05em;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .flow-section__announce {
    font-size: clamp(28px, 3.8vw, 36px);
  }
}
@media screen and (max-width: 767px) {
  .flow-section__announce {
    font-size: clamp(20px, 5vw, 24px);
  }
}
.flow-section__announce span {
  display: inline-block;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .flow-section__announce span {
    margin: 8px 0;
  }
  .flow-section__announce span:first-child {
    padding: 1px 16px;
  }
  .flow-section__announce span:nth-child(3) {
    padding: 1px 0 0 16px;
  }
  .flow-section__announce span:nth-child(5) {
    padding: 1px 16px 0 3px;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@media screen and (max-width: 767px) {
  .flow-section__announce span {
    margin: 3px 0;
    padding: 1px 16px;
  }
}

.flow-section__read {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.flow-section__item:not(:last-child) {
  position: relative;
}
.flow-section__item:not(:last-child):after {
  content: "";
  position: absolute;
  border-style: solid;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .flow-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flow-section__item:first-child {
    margin-top: 50px;
  }
  .flow-section__item:not(:last-child):after {
    bottom: -3px;
    left: 75px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #064EA2;
  }
}
@media screen and (max-width: 767px) {
  .flow-section__item {
    position: relative;
  }
  .flow-section__item:first-child {
    margin-top: 70px;
  }
  .flow-section__item:not(:last-child):after {
    bottom: -6px;
    left: 53%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #064EA2;
  }
}
.flow-section__item:first-child .flow-section__detail {
  border-top: 1px dotted #064EA2;
}

.flow-section__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #064EA2;
  border-radius: 1000px;
  background-color: #F3FCFF;
}
@media screen and (min-width: 768px) {
  .flow-section__count {
    width: 160px;
    height: 160px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .flow-section__count {
    width: 95px;
    height: 95px;
    position: absolute;
    top: -50px;
    left: -7px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .flow-section__step {
    display: inline-block;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.flow-section__number {
  display: inline-block;
  position: relative;
  line-height: 0.8;
  color: #fff;
}
.flow-section__number:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 2px dotted #064EA2;
}
@media screen and (min-width: 768px) {
  .flow-section__number {
    font-size: 70px;
    text-stroke: 2px #064EA2;
    -webkit-text-stroke: 2px #064EA2;
  }
}
@media screen and (max-width: 767px) {
  .flow-section__number {
    font-size: 42px;
    text-stroke: 1px #064EA2;
    -webkit-text-stroke: 1px #064EA2;
  }
}

.flow-section__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted #064EA2;
}
@media screen and (min-width: 768px) {
  .flow-section__detail {
    width: calc(97% - 160px);
    min-height: 180px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .flow-section__detail {
    min-height: 215px;
    padding: 25px 0;
  }
}

.flow-section__iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .flow-section__iconWrap {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .flow-section__iconWrap {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 768px) {
  .flow-section__textWrap {
    width: calc(97% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .flow-section__textWrap {
    width: calc(95% - 80px);
  }
}

.flow-section__itemTitle {
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 768px) {
  .flow-section__itemTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flow-section__itemTitle {
    font-size: 18px;
  }
}

.flow-section__itemText {
  margin-top: 10px;
  font-size: 15px;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .flow-section__itemText {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .flow-section__itemText {
    line-height: 1.8;
  }
}
.flow-section__itemText a {
  text-decoration: underline;
  font-family: notoSans700, sans-serif;
  color: #064EA2;
}
@media screen and (min-width: 768px) {
  .flow-section__itemText a:hover {
    text-decoration: none;
  }
}