/* ------------------------------------- */
/* feature
/* ------------------------------------- */
.feature-inner {
  max-width: 1020px;
}

.feature-list {
  display: flex;
  margin-top: 58px;
  gap: 24px;
}

.feature-item {
  width: calc(33.33% - 16px);
  padding: 37px 30px;
  border: solid 3px #e16010;
  border-radius: 10px;
}

.feature-item-heading {
  position: relative;
}

.feature-item-heading span {
  position: absolute;
  top: -12px;
  left: -5px;
  color: #e16010;
  font-weight: 700;
  font-size: 4rem;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 4px;
}

.feature-item-body {
  margin-top: 20px;
}

.feature-item-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 1.8px;
  text-align: center;
}

.feature-item-text {
  margin-top: 10px;
  line-height: 1.7;
}

@media screen and (max-width: 600px) {
  .feature {
    padding: 80px 0 0;
  }

  .feature-inner {
    max-width: 100%;
    padding: 0 4%;
  }

  .feature-list {
    flex-direction: column;
  }

  .feature-item {
    width: 100%;
  }
}

/* ------------------------------------- */
/* flow
/* ------------------------------------- */
.flow-inner {
  max-width: 1020px;
}

.flow-container {
  position: relative;
  margin-top: 60px;
  padding-bottom: 80px;
  border-bottom: solid 1px #f5f5f5;
}

.flow-container::before, .flow-container::after {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 30px;
  height: 95%;
  background-color: #e0e0e0;
  content: "";
}

.flow-container::before {
  right: 23%;
}

.flow-container::after {
  left: 23%;
}

.flow-item:not(:first-child) {
  margin-top: 32px;
}

.flow-item.one-column {
  padding: 40px 32px;
  background-color: #f5f5f5;
  text-align: center;
}

.flow-item.one-column .flow-item-wrapper {
  display: flex;
  justify-content: space-between;
}

.flow-item.one-column figure {
  width: 48.7%;
}

.flow-item.one-column .flow-info {
  width: 47%;
  text-align: left;
}

.flow-item.one-column .flow-info .flow-title {
  position: relative;
}

.flow-item span.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: text-bottom;
}

.flow-item span.icon.post {
  background: url(/img/about/icon-post01.svg) no-repeat center center/contain;
}

.flow-item span.icon.contact {
  background: url(/img/about/icon-contact01.svg) no-repeat center center/contain;
}

.flow-item span.icon:nth-of-type(2) {
  margin-left: 5px;
}

.flow-wrapper {
  display: flex;
  justify-content: space-between;
}

.flow-wrapper.arrow-right,
.flow-wrapper.arrow-left {
  position: relative;
}

.flow-wrapper.arrow-right::after,
.flow-wrapper.arrow-left::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 2;
  width: 50px;
  height: 42px;
}

.flow-wrapper.arrow-right::after {
  background: url(../img/about/arrow-right.svg) no-repeat;
  background-size: 50px 42px;
}

.flow-wrapper.arrow-left::after {
  background: url(../img/about/arrow-left.svg) no-repeat;
  background-size: 50px 42px;
}

.flow-heading {
  width: 49%;
  padding: 20px 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

.flow-heading span {
  position: relative;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.flow-heading span::before {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  content: "";
}

.flow-heading:nth-child(1) {
  background-color: #f5a61b;
}

.flow-heading:nth-child(1) span::before {
  background: url(/img/about/icon-post02.svg) no-repeat center center/contain;
}

.flow-heading:nth-child(2) {
  background-color: #e16010;
}

.flow-heading:nth-child(2) span::before {
  background: url(/img/about/icon-contact02.svg) no-repeat center center/contain;
}

.flow-title {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 1.8px;
}

.flow-title span {
  display: block;
  margin-bottom: 7px;
  color: #e16010;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 1.6px;
}

.flow-text {
  margin-top: 23px;
  line-height: 1.7;
  letter-spacing: 1.4px;
  min-height: 73px;
  word-break: break-all;
}

.flow-box {
  padding: 40px 30px;
}

.flow-box:nth-child(1) {
  width: 48%;
  background-color: #fef6e8;
}

.flow-box:nth-child(2) {
  width: 49%;
  background-color: #fcefe7;
}

.flow-box figure {
  width: 100%;
  margin-top: 30px;
}

.flow-box figure a {
  pointer-events: none;
}

.flow .point {
  margin-top: 80px;
}

.flow .point-heading {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 2.4px;
}

.flow .point-heading span {
  position: relative;
  padding-left: 44px;
  font-weight: 700;
}

.flow .point-heading span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  content: "";
}

.flow .point.post .point-heading span::before {
  background: url(/img/about/icon-post01.svg) no-repeat center center/contain;
}

.flow .point.contact .point-heading span::before {
  background: url(/img/about/icon-contact01.svg) no-repeat center center/contain;
}

.flow .point dl {
  width: 100%;
  max-width: 845px;
  margin: 37px auto 0;
}

.flow .point dl .point-item {
  display: flex;
  align-items: baseline;
  padding: 25px 12px;
  border-top: dotted 1px #f2bc9a;
}

.flow .point dl .point-item:last-child {
  border-bottom: dotted 1px #f2bc9a;
}

.flow .point dl .point-item dt {
  color: #e16010;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 1.6px;
}

.flow .point dl .point-item dd {
  width: 100%;
  margin-left: 30px;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 1.8px;
}

.point.price dt {
  min-width: 180px;
}

table.point-item__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  margin-top: 15px;
}

table.point-item__table th {
  width: 30%;
  vertical-align: middle;
  background: #eee;
  border: solid 1px white;
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ccc;
}

table.point-item__table td {
  border: solid 1px white;
  text-align: left;
  padding: 10px 5px;
  border: 1px solid #ccc;
  line-height: 1.5;
}


@media screen and (max-width: 600px) {
  .flow-inner {
    max-width: 100%;
    padding: 0 4%;
  }

  .flow-container {
    margin-top: 45px;
    padding-bottom: 70px;
    border-bottom: solid 3px #f5f5f5;
  }

  .flow-container::before, .flow-container::after {
    width: 21px;
  }

  .flow-item:not(:first-child) {
    margin-top: 17px;
  }

  .flow-item.one-column {
    padding: 30px 20px;
  }

  .flow-item.one-column .flow-item-wrapper {
    flex-direction: column-reverse;
  }

  .flow-item.one-column figure {
    width: 100%;
    margin-top: 25px;
  }

  .flow-item.one-column .flow-info {
    width: 100%;
  }

  .flow-item.one-column .flow-title {
    font-size: 1.4rem;
  }

  .flow-item.one-column span.icon {
    width: 18px;
    height: 18px;
  }

  .flow-heading {
    padding: 13px 0;
    font-size: 1.2rem;
  }

  .flow-heading span {
    padding-left: 24px;
  }

  .flow-heading span::before {
    left: 0;
    width: 17px;
    height: 17px;
  }

  .flow-item span.icon {
    width: 15px;
    height: 15px;
  }

  .flow-item span.icon:nth-of-type(2) {
    margin-left: 0px;
  }

  .flow-wrapper.arrow-right::after,
  .flow-wrapper.arrow-left::after {
    width: 32px;
    height: 24px;
  }

  .flow-wrapper.arrow-right::after {
    background: url(../img/about/arrow-right.svg) no-repeat;
    background-size: 32px 24px;
  }

  .flow-wrapper.arrow-left::after {
    background: url(../img/about/arrow-left.svg) no-repeat;
    background-size: 32px 24px;
  }

  .flow-box {
    padding: 28px 12px;
  }

  .flow-box span.icon {
    vertical-align: middle;
  }

  .flow-box figure {
    position: relative;
    margin-top: 19px;
  }

  .flow-box figure::before {
    position: absolute;
    bottom: 6px;
    left: 8px;
    width: 13px;
    height: 13px;
    background: url(/img/about/sp/icon-zoom.svg) no-repeat center center/contain;
    content: "";
  }

  .flow-box figure a {
    pointer-events: initial;
  }

  .flow-title {
    margin-right: 0px;
    font-size: 1.2rem;
    letter-spacing: 1.4px;
  }

  .flow-title span {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .flow-text {
    margin-top: 18px;
    font-size: 1rem;
    min-height: 119px;
  }

  .flow .point {
    margin-top: 55px;
  }

  .flow .point dl .point-item {
    display: block;
    padding: 25px 20px;
  }

  .flow .point dl .point-item dt {
    font-size: 1.2rem;
  }

  .flow .point dl .point-item dd {
    margin-top: 6px;
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}