.flow {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), color-stop(30%, #EFEFEF));
  background: linear-gradient(to bottom, #F7F7F7 0%, #EFEFEF 30%);
}
.flow .l-main--flow {
  background: url(/assets/images/flow/bg_top.png) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width:767px) {
  .flow .l-main--flow {
    background: url(/assets/images/flow/bg_top_sp.png) no-repeat center top;
    background-size: 100%;
  }
}
@media screen and (max-width:767px) {
  .flow .l-main--flow .l-inner {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
.flow .l-container {
  padding-bottom: 0;
}
@media screen and (max-width:767px) {
  .flow .l-container {
    padding-top: 18.6666666667vw;
  }
}

.block-mv {
  position: relative;
}
.block-mv .l-inner {
  max-width: 1600px;
  position: relative;
  min-height: 645px;
}
@media screen and (max-width: 1120px) {
  .block-mv .l-inner {
    min-height: 57.5892857143vw;
  }
}
@media screen and (max-width:767px) {
  .block-mv .l-inner {
    min-height: auto;
  }
}
.block-mv__img {
  background: url(/assets/images/flow/mv_img.jpg) no-repeat center top;
  background-size: cover;
  width: 800px;
  height: 480px;
  position: absolute;
  right: 0;
  top: -8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  .block-mv__img {
    width: 62.5vw;
    height: 42.8571428571vw;
  }
}
@media screen and (max-width:767px) {
  .block-mv__img {
    background: url(/assets/images/flow/mv_img_sp.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    margin-bottom: 12.4vw;
    width: 93.6vw;
    height: 58.6666666667vw;
    right: -6.4vw;
    border-top-left-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
  }
}
.block-mv__info {
  padding-top: 165px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .block-mv__info {
    padding: 126px 20px 0;
  }
}
@media screen and (max-width:767px) {
  .block-mv__info {
    padding: 17.3333333333vw 0 0 0;
  }
}
.block-mv__title {
  font-size: 7.2rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: normal;
}
@media screen and (max-width: 1240px) {
  .block-mv__title {
    font-size: 5vw;
  }
}
@media screen and (max-width:767px) {
  .block-mv__title {
    font-size: 11.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.block-mv__txt {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  position: relative;
  z-index: 2;
  letter-spacing: -0.015em;
}
@media screen and (max-width:767px) {
  .block-mv__txt {
    font-size: 3.4666666667vw;
    margin-bottom: 12vw;
    letter-spacing: 0.02em;
  }
}

.block-flow {
  background: url(/assets/images/flow/flow_bg.png) no-repeat center top;
  background-size: 100%;
  padding: 66px 0 80px;
  margin-top: -100px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .block-flow {
    background-size: cover;
  }
}
@media screen and (max-width:767px) {
  .block-flow {
    background: url(/assets/images/flow/flow_bg_sp.png) no-repeat center top;
    background-size: 100%;
    margin: 2.6666666667vw 0 0;
    padding: 0 0 9.6vw;
  }
}

.p-flow {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .p-flow {
    margin-bottom: 9.3333333333vw;
  }
}
.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 10px;
}
.p-flow__item:before {
  content: "";
  width: 2px;
  background: #7e7e7e;
  position: absolute;
  left: 50px;
  bottom: 0;
  top: 110px;
}
@media screen and (max-width:767px) {
  .p-flow__item:before {
    width: 2px;
    top: 20vw;
    left: 8.6666666667vw;
    bottom: 1.3333333333vw;
  }
}
.p-flow__item:last-child:before {
  display: none;
}
.p-flow__step {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #0A0A0A;
  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;
  position: relative;
  color: #fff;
  font-size: 2.6rem;
  font-family: "Jost", sans-serif;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .p-flow__step {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
    font-size: 4.5333333333vw;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='130' viewBox='0 0 130 130'%3E%3Cg id='Group_5542' data-name='Group 5542' transform='translate(-354 -776)'%3E%3Cg id='Ellipse_632' data-name='Ellipse 632' transform='translate(354 776)' fill='rgba(255,255,255,0)' stroke='%230a0a0a' stroke-width='2'%3E%3Ccircle cx='65' cy='65' r='65' stroke='none'/%3E%3Ccircle cx='65' cy='65' r='64' fill='none'/%3E%3C/g%3E%3Ccircle id='Ellipse_633' data-name='Ellipse 633' cx='58' cy='58' r='58' transform='translate(361 783)' fill='%230a0a0a'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: cover;
  }
}
.p-flow__step:after {
  content: "";
  background: #0A0A0A;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .p-flow__step:after {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
    top: 0.8266666667vw;
    left: 0.8266666667vw;
    display: none;
  }
}
.p-flow__step span {
  font-size: 1.8rem;
  margin-bottom: 3px;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .p-flow__step span {
    font-size: 2.9333333333vw;
    margin-bottom: 0.9333333333vw;
  }
}
.p-flow__num {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
}
.p-flow__content {
  width: calc(100% - 100px);
  padding: 35px 0 50px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1120px) {
  .p-flow__content {
    padding: 20px 0 50px 30px;
  }
}
@media screen and (max-width:767px) {
  .p-flow__content {
    width: calc(100% - 17.3333333333vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.6vw 0 6.6666666667vw 3.2vw;
  }
}
.p-flow__content--04 {
  padding-bottom: 5px;
}
@media screen and (max-width:767px) {
  .p-flow__content--04 .p-flow__txt:nth-of-type(2) span {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .p-flow__content--05 .p-flow__info {
    width: 60%;
    max-width: 520px;
  }
}
@media print, screen and (min-width:768px) {
  .p-flow__content--05 .p-flow__txt span {
    margin-bottom: 33px;
  }
}
.p-flow__content--05 .p-flow__txt span:last-child {
  margin-bottom: 8px;
}
.p-flow__info {
  width: 52%;
  max-width: 500px;
}
@media screen and (max-width: 1120px) {
  .p-flow__info {
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .p-flow__info {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width:767px) {
  .p-flow__img {
    margin-top: 4.6666666667vw;
  }
}
.p-flow__title {
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 37px;
  letter-spacing: 0.02em;
}
@media screen and (max-width:767px) {
  .p-flow__title {
    font-size: 4.2666666667vw;
    margin-bottom: 8.6666666667vw;
  }
}
.p-flow__note {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .p-flow__note {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
@media print, screen and (min-width:768px) {
  .p-flow__note--mobile li {
    margin-left: 0;
    text-indent: 0;
  }
}
.p-flow__note i {
  font-style: normal;
}
.p-flow__note li {
  margin-bottom: 4px;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .p-flow__note li {
    margin-bottom: 0;
    line-height: 1.85;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width:767px) {
  .p-flow__note.u-mb-38 {
    margin-top: 1.7333333333vw;
    margin-bottom: 5.0666666667vw;
  }
  .p-flow__note.u-mb-38 li {
    line-height: 1.9;
  }
}
.p-flow__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .p-flow__txt {
    font-size: 3.7333333333vw;
    line-height: 1.85;
    letter-spacing: 0.02em;
  }
}
.p-flow__txt span {
  margin-bottom: 38px;
  display: block;
  line-height: 2.05;
}
@media screen and (max-width:767px) {
  .p-flow__txt span {
    line-height: 1.85;
    letter-spacing: 0.02em;
    margin-bottom: 7.3333333333vw;
  }
}
.p-flow__txt i {
  font-style: normal;
}
.p-flow__txt a {
  color: #4F89FF;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .p-flow__txt a:hover {
    opacity: 0.6;
  }
}
.p-flow__txt a:after {
  content: "";
  height: 1px;
  background: #4F89FF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  display: block;
  width: 100%;
}

.flow-box {
  background: #fff;
  padding: 50px 80px 45px;
  margin-bottom: 90px;
}
@media screen and (max-width:767px) {
  .flow-box {
    padding: 8vw 8vw 6.6666666667vw;
    margin-bottom: 16vw;
  }
}
.flow-box__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .flow-box__title {
    font-size: 4vw;
    margin-bottom: 5.7333333333vw;
  }
}
.flow-box__txt {
  font-size: 1.5rem;
  line-height: 2.1;
}
@media screen and (max-width:767px) {
  .flow-box__txt {
    font-size: 3.7333333333vw;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }
}

.flow-info .c-list-notes li {
  margin-bottom: 0;
}
.flow-info__title {
  font-size: 2.2rem;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  .flow-info__title {
    font-size: 4.2666666667vw;
    margin-bottom: 9.6vw;
    padding-bottom: 4.4vw;
  }
}
.flow-info__title:after {
  content: "";
  width: 23px;
  height: 2px;
  background: #B2B2B2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: block;
}
@media screen and (max-width:767px) {
  .flow-info__title:after {
    width: 10.6666666667vw;
    height: 0.2666666667vw;
  }
}
.flow-info__txt {
  margin-bottom: 55px;
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .flow-info__txt {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }
}
.flow-info__txt p {
  margin-bottom: 35px;
}
@media screen and (max-width:767px) {
  .flow-info__txt p {
    margin-bottom: 6.6666666667vw;
  }
}
.flow-info__txt a {
  color: #4F89FF;
  position: relative;
  text-decoration: underline;
}
@media print, screen and (min-width:768px) {
  .flow-info__txt a:hover {
    opacity: 0.6;
  }
}
.flow-info__txt a:after {
  height: 1px;
  background: #4F89FF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  display: block;
  width: 100%;
}
.flow-info__txt--border {
  border-bottom: 2px solid #7e7e7e;
  border-top: 2px solid #7e7e7e;
  padding: 28px 0;
}
@media screen and (max-width:767px) {
  .flow-info__txt--border {
    border-bottom: 0.2666666667vw solid #7e7e7e;
    border-top: 0.2666666667vw solid #7e7e7e;
    padding: 4.4vw 0 4vw;
    margin: -1.7333333333vw 0 7.0666666667vw;
  }
  .flow-info__txt--border .c-list-dot li {
    line-height: 1.87;
    letter-spacing: 0.04em;
  }
}

.u-mb-38 {
  margin-bottom: 38px;
}
@media screen and (max-width:767px) {
  .u-mb-38 {
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width:768px) {
  .u-mb-38.c-list-dot {
    margin-left: 15px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width:767px) {
  .u-mb-38.c-list-dot {
    margin-bottom: 6.6666666667vw;
  }
}

.u-mb-44 {
  margin-bottom: 33px;
}
@media screen and (max-width:767px) {
  .u-mb-44 {
    margin-bottom: 6.6666666667vw;
    line-height: 1.84;
  }
}

.u-mb-35 {
  margin-bottom: 35px;
}
@media screen and (max-width:767px) {
  .u-mb-35 {
    margin-bottom: 4.6666666667vw;
  }
}
.u-mb-35 + p {
  margin-bottom: 30px;
}