.flow + .flow {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .flow + .flow {
    margin-top: 80px;
  }
}
.flow__num-box {
  position: relative;
}
.flow__num-box:before, .flow__num-box:after {
  content: "";
  width: calc(50% - 84px);
  height: 1px;
  display: block;
  background: #222;
  position: absolute;
  top: calc(50% - 1px);
}
@media (max-width: 767px) {
  .flow__num-box:before, .flow__num-box:after {
    width: calc(50% - 64px);
  }
}
.flow__num-box:before {
  left: 0;
}
.flow__num-box:after {
  right: 0;
}
.flow__num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  background: #222;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flow__num > span {
  padding-bottom: 3px;
  font-size: 32px;
  display: block;
}
.flow__heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .flow__heading {
    margin-top: 26px;
    font-size: 28px;
  }
}

.reserve {
  margin-top: 80px;
  display: flex;
  text-align: center;
}
@media (max-width: 1119px) {
  .reserve {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .reserve {
    margin-top: 56px;
  }
}
.reserve__block {
  padding: 16px 0;
  flex-shrink: 0;
}
@media (max-width: 1119px) {
  .reserve__block {
    padding: 0;
  }
}
.reserve__block--web {
  width: 32.5%;
  padding-right: 28px;
}
@media (max-width: 1119px) {
  .reserve__block--web {
    width: 608px;
    margin: 0 auto;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .reserve__block--web {
    width: 100%;
  }
}
.reserve__block--other {
  width: 67.5%;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px dotted #7b7167;
  position: relative;
}
@media (max-width: 1119px) {
  .reserve__block--other {
    width: 608px;
    margin: 80px auto 0;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .reserve__block--other {
    width: 100%;
    margin-top: 56px;
  }
}
.reserve__block--other:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  border-left: 1px dotted #7b7167;
  position: absolute;
  top: 0;
  left: 51.9%;
  z-index: -1;
}
@media (max-width: 1119px) {
  .reserve__block--other:before {
    display: none;
  }
}
.reserve__block--other .reserve__sub-box {
  width: 100%;
  flex-shrink: 0;
}
.reserve__block--other .reserve__info-box {
  width: calc(100% - 28px);
  margin-left: 28px;
}
@media (max-width: 1119px) {
  .reserve__block--other .reserve__info-box {
    width: 100%;
    margin-left: 0;
    padding: 0 40px;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .reserve__block--other .reserve__info-box {
    padding: 0 32px;
  }
}
.reserve__block--other .reserve__info {
  display: grid;
  grid-template-columns: 126px 330px;
  gap: 8px 40px;
}
@media (max-width: 1119px) {
  .reserve__block--other .reserve__info {
    grid-template-columns: 126px 1fr;
    gap: 0 24px;
    width: 100%;
  }
  .reserve__block--other .reserve__info dt,
  .reserve__block--other .reserve__info dd {
    padding: 15px 0;
    position: relative;
  }
  .reserve__block--other .reserve__info dd:not(:last-child):after {
    content: "";
    width: calc(100% + 150px);
    height: 1px;
    background: #ddd2c6;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .reserve__block--other .reserve__info {
    grid-template-columns: 80px 1fr;
    gap: 0 16px;
  }
  .reserve__block--other .reserve__info dt {
    white-space: normal;
  }
  .reserve__block--other .reserve__info dd:not(:last-child):after {
    width: calc(100% + 96px);
  }
}
.reserve__block--other .reserve__link {
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1119px) {
  .reserve__block--other .reserve__link {
    flex-direction: column;
  }
}
.reserve__block--other .reserve__link > a {
  flex-shrink: 0;
}
.reserve__block--other .reserve__btn {
  width: calc(51.9% - 56px);
  margin-left: 28px;
}
@media (max-width: 1119px) {
  .reserve__block--other .reserve__btn {
    width: 280px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .reserve__block--other .reserve__btn {
    width: 100%;
  }
}
.reserve__block--other .reserve__tel {
  width: 48.1%;
  padding-left: 28px;
}
@media (max-width: 1119px) {
  .reserve__block--other .reserve__tel {
    width: 100%;
    padding-left: 0;
    margin-top: 13px;
  }
}
.reserve__method {
  flex-shrink: 0;
}
.reserve__method--line, .reserve__method--tel {
  padding-bottom: 69px;
}
@media (max-width: 1119px) {
  .reserve__method--line, .reserve__method--tel {
    padding-bottom: 0;
  }
}
.reserve__method--line {
  width: 51.9%;
  padding: 0 28px;
}
@media (max-width: 1119px) {
  .reserve__method--line {
    width: 50%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .reserve__method--line {
    padding-right: 26px;
  }
}
.reserve__method--tel {
  width: 48.1%;
  padding-left: 28px;
}
@media (max-width: 1119px) {
  .reserve__method--tel {
    width: 50%;
    padding: 0;
    border-left: 1px dotted #7b7167;
  }
}
@media (max-width: 767px) {
  .reserve__method--tel {
    padding-left: 26px;
  }
}
.reserve__image {
  width: 120px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .reserve__image {
    width: 96px;
  }
}
.reserve__image > img {
  width: 100%;
}
.reserve__heading {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .reserve__heading {
    margin-top: 24px;
    font-size: 18px;
  }
}
.reserve__list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 44px 0;
}
@media (max-width: 767px) {
  .reserve__list {
    margin-top: 35px;
    gap: 32px 0;
  }
}
.reserve__item {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
}
.reserve__item:after {
  content: "";
  width: 18px;
  height: 10px;
  margin-left: -5px;
  background: url(../../img/common/arrow_flow_down.svg) no-repeat center center;
  background-size: 18px 10px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -27px;
}
@media (max-width: 767px) {
  .reserve__item:after {
    bottom: -21px;
  }
}
.reserve__item:last-child:after {
  display: none;
}
.reserve__info-box {
  margin-top: 35px;
  height: 142px;
  background: #fff;
  border: 1px solid #222;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  font-feature-settings: "palt";
}
@media (max-width: 1119px) {
  .reserve__info-box {
    height: auto;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .reserve__info-box {
    margin-top: 27px;
    padding: 15px 32px;
    justify-content: flex-start;
  }
}
.reserve__info {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .reserve__info {
    width: 100%;
    gap: 0 16px;
  }
}
.reserve__info dt {
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .reserve__info dt {
    width: 80px;
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .reserve__info dd {
    flex: 1;
  }
}
.reserve__link {
  padding: 0 28px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .reserve__link {
    padding: 0;
    margin-top: 32px;
  }
}
.reserve__btn {
  width: 280px;
}
@media (max-width: 767px) {
  .reserve__btn {
    width: 100%;
  }
}
.reserve__tel {
  font-size: 16px;
  font-weight: 700;
  pointer-events: none;
}
@media (max-width: 767px) {
  .reserve__tel {
    pointer-events: all;
  }
}
.reserve__tel > span span {
  font-size: 26px;
}
@media (max-width: 767px) {
  .reserve__tel > span span {
    color: #0065e9;
    text-decoration: underline;
  }
}

.use-flow {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .use-flow {
    margin-top: 56px;
  }
}
.use-flow__list {
  display: flex;
  gap: 0 60px;
}
@media (max-width: 1119px) {
  .use-flow__list {
    flex-direction: column;
    gap: 72px 0;
  }
}
.use-flow__item {
  position: relative;
  flex: 1;
}
@media (max-width: 1119px) {
  .use-flow__item {
    display: flex;
    gap: 0 40px;
  }
}
@media (max-width: 767px) {
  .use-flow__item {
    gap: 0 24px;
  }
}
.use-flow__item:last-child:after {
  display: none;
}
.use-flow__item:last-child .use-flow__image:after {
  display: none;
}
@media (max-width: 1119px) {
  .use-flow__item:after {
    content: "";
    width: 18px;
    height: 10px;
    margin-left: -5px;
    background: url(../../img/common/arrow_flow_down.svg) no-repeat center center;
    background-size: 18px 10px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
  }
}
.use-flow__image {
  position: relative;
}
@media (max-width: 1119px) {
  .use-flow__image {
    width: 235px;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .use-flow__image {
    width: 120px;
  }
}
.use-flow__image:after {
  content: "";
  width: 10px;
  height: 18px;
  margin-top: -9px;
  background: url(../../img/common/arrow_flow_r.svg) no-repeat center center;
  background-size: 10px 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: -35px;
}
@media (max-width: 1119px) {
  .use-flow__image:after {
    display: none;
  }
}
.use-flow__image > img {
  width: 100%;
}
.use-flow__heading {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1119px) {
  .use-flow__heading {
    margin-top: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .use-flow__heading {
    font-size: 16px;
  }
}
.use-flow__text {
  margin-top: 19px;
  font-size: 13px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .use-flow__text {
    font-size: 12px;
    line-height: 1.8;
  }
}