@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* font */
/* flow
*****************************************************************/
@media all and (max-width: 896px) {
  .flow .ttl_common {
    max-width: calc(143px * 0.8);
  }
}
.flow .list_flow {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .flow .list_flow {
    margin-top: 50px;
  }
}
.flow .list_flow > li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 0;
  margin-top: 100px;
  position: relative;
}
@media all and (max-width: 896px) {
  .flow .list_flow > li {
    flex-direction: column;
    gap: 15px 0;
    margin-top: 60px;
  }
}
.flow .list_flow > li::before {
  content: "";
  display: inline-block;
  width: 82px;
  height: 44px;
  background: url("../images/mark.svg") center center/contain no-repeat;
  position: absolute;
  top: -68px;
  left: 50%;
  translate: -50% 0;
}
@media all and (max-width: 896px) {
  .flow .list_flow > li::before {
    width: 66px;
    height: 35px;
    top: -47px;
  }
}
.flow .list_flow > li:first-of-type {
  margin-top: 0;
}
.flow .list_flow > li:first-of-type::before {
  content: none;
}
.flow .img_flow {
  width: 48%;
  position: relative;
}
@media all and (max-width: 896px) {
  .flow .img_flow {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
.flow .img_flow .caption {
  font-size: 1.4rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media all and (max-width: 896px) {
  .flow .img_flow .caption {
    font-size: 1.2rem;
  }
}
.flow .img_flow .caption.white {
  color: #fff;
}
.flow .item_flow {
  width: 48%;
}
@media all and (max-width: 896px) {
  .flow .item_flow {
    width: 100%;
  }
}
.flow .box_step {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .flow .box_step {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.flow .box_step dt {
  flex-shrink: 0;
  text-align: center;
  width: 70px;
  height: 70px;
  padding-top: 4px;
  background: #987417;
  color: #fff;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
@media all and (max-width: 896px) {
  .flow .box_step dt {
    width: 60px;
    height: 60px;
    padding-top: 3px;
  }
}
.flow .box_step dt > span {
  display: block;
}
.flow .box_step dt .txt_en {
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .flow .box_step dt .txt_en {
    font-size: 1.3rem;
  }
}
.flow .box_step dt .txt_number {
  font-size: 3.2rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .flow .box_step dt .txt_number {
    font-size: 2.6rem;
  }
}
.flow .box_step dd {
  font-size: 3.2rem;
  font-weight: 700;
  color: #231103;
}
@media all and (max-width: 896px) {
  .flow .box_step dd {
    font-size: 2.4rem;
  }
}
.flow .txt_flow {
  line-height: 2;
}
@media all and (max-width: 896px) {
  .flow .txt_flow {
    font-size: 1.4rem;
  }
}
.flow .note_flow {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.flow .box_detail {
  border: 1px solid #987417;
  line-height: 1.6;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .flow .box_detail {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.flow .box_detail dt {
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #987417;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #987417;
}
@media all and (max-width: 896px) {
  .flow .box_detail dt {
    width: 100%;
    border-right: none;
    padding: 8px;
  }
}
.flow .box_detail dd {
  box-sizing: border-box;
  padding: 10px;
}
@media all and (max-width: 896px) {
  .flow .box_detail dd {
    width: 100%;
    padding: 8px;
  }
}
.flow .note_detail {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
}
@media all and (max-width: 896px) {
  .flow .note_detail {
    font-size: 1.2rem;
  }
}
.flow .list_dot > li {
  padding-left: 1em;
  position: relative;
}
.flow .list_dot > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.flow .list_btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media all and (max-width: 896px) {
  .flow .list_btn {
    margin-top: 50px;
    gap: 15px 20px;
  }
}
.flow .list_btn > div {
  width: 340px;
}
@media all and (max-width: 896px) {
  .flow .list_btn > div {
    width: 280px;
  }
}
.flow .list_btn a {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #231103;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  font-size: 3.2rem;
}
@media all and (max-width: 896px) {
  .flow .list_btn a {
    padding: 15px;
    font-size: 2.4rem;
    gap: 15px;
  }
}
.flow .btn_request a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/icon_request.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .flow .btn_request a::before {
    width: 40px;
    height: 40px;
  }
}
.flow .btn_reserve a::before {
  content: "";
  display: inline-block;
  width: 49px;
  height: 49px;
  background: url("../images/icon_reserve.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .flow .btn_reserve a::before {
    width: 39px;
    height: 39px;
  }
}
.flow .yokoku_wrapper {
  padding: 50px 0 80px;
}
@media all and (max-width: 896px) {
  .flow .yokoku_wrapper {
    padding: 30px 0 50px;
  }
}
