.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;
  margin-top: 45px;
}

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

.intro {
  margin-bottom: 107px;
}

.intro__text {
  margin-bottom: 50px;
}

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

.features {
  margin-bottom: 107px;
}

.features-title {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .features {
    margin-bottom: 68px;
  }
  .features-title {
    margin-bottom: 1em;
  }
}

.features-list__item:not(:last-child) {
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}

.features-list__group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 330px;
  grid-template-columns: 1fr 330px;
  margin-bottom: 3em;
}

.features-list__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;
}

.features-list__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;
}

.features-list__group [class$='__desc'] {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .features-list__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;
  }
  .features-list__group [class$='__subhead'] {
    font-size: 1.9rem;
    line-height: 1.73684;
    margin-bottom: 1em;
    text-align: center;
    white-space: nowrap;
  }
  .features-list__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;
  }
  .features-list__group [class$='__photo'] img {
    height:auto;
  }
  .features-list__group [class$='__desc'] {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.features-list__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;
}

.features-list__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;
}

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

@media screen and (max-width: 767px) {
  .features-list__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .features-list__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;
  }
  .features-list__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .features-list__item:not(:last-child) {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
  .features-list__group {
    margin-bottom: 1.5em;
  }
  .features-list__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;
  }
  .features-list__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;
  }
  .features-list__btn::before {
    border-color: #fff;
    right: 16px;
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .features-list__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .features-list__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;
  }
  .features-list__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

.features-mind {
  margin: 60px 0;
}

.features-mind__title {
  margin-bottom: 1.5em;
}

.features-mind-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.features-mind-group__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.features-mind-group__area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.features-mind-group__photo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 330px;
  margin-left: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  /* margin-top: 20px; */
}

@media screen and (max-width: 1024px) {
  .features-mind-group {
    display: block;
  }
  .features-mind-group__photo {
    width: 60%;
    margin: 0 auto 1em;
  }
}

.features-check__title {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

.features-check__list {
  border-top: 1px solid rgba(128, 128, 128, 0.25);
}

.features-check__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.23529;
  padding: 12px 0 13px;
}

.features-check__item:not(:last-child) {
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}

.features-check__icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 23px;
  margin-top: 8px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .features-check {
    /* padding: 25px; */
  }
  .features-check__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.44444;
  }
  .features-check__item {
    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: 1.6rem;
    line-height: 1.25;
    padding: 0;
    height: 65px;
  }
  .features-check__icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 22px;
    margin-top: -1px;
    margin-right: 14px;
  }
}

.features-check__list {
  border-top: none;
}

.features-check__text {
  margin: 1.5em 0;
  line-height: 2;
}

.care {
  margin-bottom: 107px;
}

.care-title {
  margin-bottom: 1em;
}

.care__text {
  margin-bottom: 3em;
}

.care-list {
  margin-bottom: 44px;
}

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

.care-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;
}

.care-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;
}

.care-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;
}

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

@media screen and (max-width: 767px) {
  .care-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;
  }
  .care-list__heading-num {
    width: 34px;
    font-size: 1.9rem;
    line-height: 34px;
    margin-right: 0;
    padding-left: 2px;
    margin-bottom: 0.5em;
  }
  .care-list__desc {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

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

.care-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;
}

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

.care-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;
}

.care-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) {
  .care-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;
  }
  .care-list__item:not(:last-child)::after {
    bottom: -35px;
  }
  .care-list__item:not(:last-child) {
    margin-bottom: 51px;
  }
  .care-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;
  }
  .care-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;
  }
  .care-list__desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.care-list__item {
  padding: 40px 36px;
  background-color: #fff;
  border: 1px solid rgba(128, 128, 128, 0.25);
}

.care-list__item:not(:last-child) {
  margin-bottom: 10px;
}

.care-list__item:not(:last-child)::after {
  content: none;
}

.care-list__heading {
  font-size: 1.9rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  padding-bottom: 14px;
  margin-bottom: 1em;
}

.care-list__heading-num {
  background-color: #141414;
  color: #fff;
  font-size: 2rem;
  margin-right: 1em;
}

.care-list__photo {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .care {
    margin-bottom: 68px;
  }
  .care-list {
    margin-bottom: 44px;
  }
  .care-list__heading {
    font-size: 1.8rem;
  }
  .care-list__heading-num {
    margin-right: 0;
    font-size: 1.9rem;
    padding-left: 1px;
    padding-bottom: 1px;
  }
  .care-list__item {
    padding: 20px 20px 30px 20px;
  }
  .care-list__photo {
    width: 120px;
  }
  .care-list__photo img {
    height:auto;
  }
}

.phase {
  margin-bottom: 107px;
}

.phase-title {
  margin-bottom: 1em;
}

.phase-list {
  margin-bottom: 44px;
}

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

.phase-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;
}

.phase-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;
}

.phase-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;
}

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

@media screen and (max-width: 767px) {
  .phase-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;
  }
  .phase-list__heading-num {
    width: 34px;
    font-size: 1.9rem;
    line-height: 34px;
    margin-right: 0;
    padding-left: 2px;
    margin-bottom: 0.5em;
  }
  .phase-list__desc {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

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

.phase-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;
}

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

.phase-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;
}

.phase-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) {
  .phase-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;
  }
  .phase-list__item:not(:last-child)::after {
    bottom: -35px;
  }
  .phase-list__item:not(:last-child) {
    margin-bottom: 51px;
  }
  .phase-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;
  }
  .phase-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;
  }
  .phase-list__desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.phase-list__heading {
  margin-bottom: 0.5em;
  font-size: 3rem;
}

.phase-list__item {
  padding: 37px 42px 31px;
}

.phase-list__btn-wrap {
  border-top: 1px solid #cac6c1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  margin-top: 34px;
  padding-top: 40px;
}

.phase-list__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;
}

.phase-list__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;
}

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

@media screen and (max-width: 767px) {
  .phase-list__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .phase-list__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;
  }
  .phase-list__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .phase {
    margin-bottom: 68px;
  }
  .phase-list {
    margin-bottom: 44px;
  }
  .phase-list__item {
    background-color: #eae7e4;
  }
  .phase-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;
  }
  .phase-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;
  }
  .phase-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;
  }
  .phase-list__desc {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .phase-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;
  }
  .phase-list__heading-num {
    width: 34px;
    font-size: 1.9rem;
    line-height: 34px;
    margin-right: 0;
    padding-left: 2px;
    margin-bottom: 0.5em;
  }
  .phase-list__desc {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .phase-list__item {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    position: relative;
  }
  .phase-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;
  }
  .phase-list__item:not(:last-child) {
    margin-bottom: 68px;
  }
  .phase-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;
  }
  .phase-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) and (max-width: 767px) {
  .phase-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;
  }
  .phase-list__item:not(:last-child)::after {
    bottom: -35px;
  }
  .phase-list__item:not(:last-child) {
    margin-bottom: 51px;
  }
  .phase-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;
  }
  .phase-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;
  }
  .phase-list__photo img {
    height:auto;
  }
  .phase-list__desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  .phase-list__heading {
    margin-bottom: 1em;
  }
  .phase-list__item {
    padding: 20px 20px 30px 20px;
  }
  .phase-list__btn-wrap {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 26px;
    padding-top: 26px;
  }
}

.never-title {
  margin-bottom: 1em;
}

.never__text {
  margin-bottom: 4em;
}

.never__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;
}

.never__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;
}

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

@media screen and (max-width: 767px) {
  .never__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .never__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;
  }
  .never__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

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

/* -------------------------------
add 210203
---------------------------------- */

.features-check__item::before {
  content: '●';
  font-size: 1rem;
  color: #e24b07;
  margin-right: 1em;
  bottom: 4px;
  position: relative;
  margin-top: 11px;
}

.features-check__text--group {
  margin: 1.5em 0;
  line-height: 2;
  display: flex;
}
.features-check__item01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.23529;
  padding: 12px 0 13px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}

.features-check__item01::before {
  content: '●';
  font-size: 1rem;
  color: #e24b07;
  margin-right: 1em;
  bottom: 4px;
  position: relative;
  margin-top: 10px;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .features-check__text--group {
    margin: 1.5em 0;
    line-height: 2;
    display: block;
  }

  .features-check__item01::before {
    content: '●';
    font-size: 1rem;
    color: #e24b07;
    margin-right: 1em;
    bottom: 4px;
    position: relative;
    margin-top: 13px;
  }
  .features-mind-group__photo {
    width: 60%;
  }
  .features-mind-group__photo img {
    height:auto;
  }

  .features-check__item01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.7rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.23529;
    padding: 12px 0 13px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  }
}
