.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.main-img {
  position: relative;
  background: url("../img/common/main_img.webp") no-repeat center center/cover;
  height: 280px;
  display: table;
  width: 100%;
}

.main-img__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main-img__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 440px;
  height: 130px;
  background-color: #fff;
  font-size: 2.4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.33333;
  white-space: nowrap;
}

.main-img__title--en {
  font-size: 2rem;
  font-family: cormorant-garamond,Palatino,source-han-serif-japanese,serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #e24b07;
}

@media screen and (max-width: 767px) {
  .main-img {
    height: 140px;
  }
  .main-img__title {
    width: 275px;
    height: calc(130px / 2);
    font-size: 2rem;
    line-height: 1.25;
  }
  .main-img__title--en {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .main-img {
    margin-bottom: 45px;
  }
}

.text-big {
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
}

@media screen and (max-width: 767px) {
  .text-big {
    font-size: 1.9rem;
    line-height: 1.73684;
  }
}

.headline-main {
  font-size: 2.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.84615;
  border-bottom: 2px solid #e24b07;
}

@media screen and (max-width: 767px) {
  .headline-main {
    font-size: 2rem;
    border-width: 1px;
    line-height: 1.3;
    padding-bottom: 6px;
  }
}

.headline-secondary {
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  padding-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .headline-secondary {
    font-size: 1.9rem;
    line-height: 1.73684;
  }
}

.highlight {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffa775));
  background: -webkit-linear-gradient(transparent 60%, #ffa775 60%);
  background: linear-gradient(transparent 60%, #ffa775 60%);
}

.intro {
  margin-bottom: 107px;
}

.intro__text {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .intro {
    margin-bottom: 68px;
  }
  .intro__text {
    margin-bottom: 40px;
  }
}

.about {
  margin-bottom: 107px;
}

.about__title {
  margin-bottom: 1em;
}

.about__photo {
  margin-bottom: 3em;
}

.about-own, .about-suggest {
  margin-bottom: 4em;
}

.about-own__title, .about-suggest__title {
  margin-bottom: 1em;
}

.about-own__text, .about-suggest__text {
  margin-bottom: 2em;
}

.about-own__btn, .about-suggest__btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  width: 300px;
  height: 50px;
  background: #e24b07;
  color: #fff;
  white-space: nowrap;
  position: relative;
}

.about-own__btn::before, .about-suggest__btn::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #dd4b07;
  border-right: 1px solid #dd4b07;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
}

.about-own__btn::before, .about-suggest__btn::before {
  border-color: #fff;
  right: 16px;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .about-own__btn, .about-suggest__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-own__btn::before, .about-suggest__btn::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 1px solid #dd4b07;
    border-right: 1px solid #dd4b07;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
  }
  .about-own__btn::before, .about-suggest__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

.about-guarantee {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 330px;
      grid-template-columns: 1fr 330px;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.about-guarantee [class$='__subhead'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
}

.about-guarantee [class$='__photo'] {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  text-align: right;
}

.about-guarantee [class$='__desc'] {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .about-guarantee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-guarantee [class$='__subhead'] {
    font-size: 1.9rem;
    line-height: 1.73684;
    margin-bottom: 1em;
    text-align: center;
    white-space: nowrap;
  }
  .about-guarantee [class$='__photo'] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: ceter;
    width: 55%;
    margin: 0 auto 1em;
  }
  .about-guarantee [class$='__photo'] img {
    height:auto;
  }

  .about-guarantee [class$='__desc'] {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.about-guarantee__subhead {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 68px;
  }
  .about__photo {
    margin-bottom: 2em;
  }
  .about__photo img {
    height:auto;
  }
  .about-guarantee__subhead {
    width: 100%;
  }
}

.flow {
  margin-bottom: 107px;
}

.flow__title {
  margin-bottom: 1.5em;
}

.flow__subhead {
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #e24b07;
  margin-bottom: 1em;
  position: relative;
  padding-left: 0.75em;
}

.flow__subhead::before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #e24b07;
}

.flow-list {
  margin-bottom: 4em;
}

.flow-list__item {
  background-color: #eae7e4;
}

.flow-list__heading {
  font-size: 1.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.66667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-list__heading-num {
  width: 40px;
  background-color: #fff;
  border-radius: 100vh;
  font-size: 2rem;
  line-height: 40px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-right: 0.5em;
  padding-left: 2px;
}

.flow-list__heading-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 90px;
  height: 26px;
  background-color: #fff;
  font-size: 1.4rem;
  margin-right: 1em;
}

.flow-list__desc {
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .flow-list__heading {
    font-size: 1.7rem;
    line-height: 1.47059;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .flow-list__heading-num {
    width: 34px;
    font-size: 1.9rem;
    line-height: 34px;
    margin-right: 0;
    padding-left: 2px;
    margin-bottom: 0.5em;
  }
  .flow-list__desc {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

.flow-list__item {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  position: relative;
}

.flow-list__item:not(:last-child)::after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -8px;
  bottom: -42px;
  border-top: 16px solid #e24b07;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.flow-list__item:not(:last-child) {
  margin-bottom: 68px;
}

.flow-list__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
}

.flow-list__photo {
  width: 250px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .flow-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-list__item:not(:last-child)::after {
    bottom: -35px;
  }
  .flow-list__item:not(:last-child) {
    margin-bottom: 51px;
  }
  .flow-list__heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.72727;
  }
  .flow-list__photo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    margin: 0 auto 1em;
    text-align: center;
  }
  .flow-list__desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.flow-list__item {
  padding: 26px 20px 27px 39px;
}

.flow-list__heading {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.flow-list__photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-list__photo img {
  height:auto;
}

.flow__group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 250px;
      grid-template-columns: 1fr 250px;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  background-color: #eae7e4;
  padding: 26px 20px 27px 39px;
  margin-bottom: 15px;
}

.flow__group [class$='__subhead'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
}

.flow__group [class$='__photo'] {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  text-align: right;
}

.flow__group [class$='__desc'] {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .flow__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow__group [class$='__subhead'] {
    font-size: 1.9rem;
    line-height: 1.73684;
    margin-bottom: 1em;
    text-align: center;
    white-space: nowrap;
  }
  .flow__group [class$='__photo'] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: ceter;
    width: 55%;
    margin: 0 auto 1em;
  }
  .flow__group [class$='__photo'] img {
    height:auto;
  }

  .flow__group [class$='__desc'] {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.flow__heading {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.flow-text-block {
  background-color: #eae7e4;
  padding: 26px 20px 27px 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-text-block__price {
  font-size: 1.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
}

.flow-text-block__bg {
  background-color: #fff;
  padding: 2px 10px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .flow {
    margin-bottom: 68px;
  }
  .flow__subhead {
    font-size: 1.9rem;
  }
  .flow-list__item {
    padding: 25px;
  }
  .flow__group {
    padding: 25px;
    margin-bottom: 15px;
  }
  .flow-text-block {
    padding: 25px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow-text-block__price {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  .flow-text-block__bg {
    background-color: #fff;
    padding: 2px;
    width: 100%;
    margin-left: 0;
  }
}

.after__title {
  margin-bottom: 1.5em;
}

.after__text {
  margin-bottom: 3em;
}

.after__btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  width: 300px;
  height: 50px;
  background: #e24b07;
  color: #fff;
  white-space: nowrap;
  position: relative;
}

.after__btn::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #dd4b07;
  border-right: 1px solid #dd4b07;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
}

.after__btn::before {
  border-color: #fff;
  right: 16px;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .after__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .after__btn::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 1px solid #dd4b07;
    border-right: 1px solid #dd4b07;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
  }
  .after__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}
/*# sourceMappingURL=dock-order.css.map */