.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/model/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 {
    position: relative;
    background: url("../img/model/sp_main_img.webp") no-repeat center
      center/cover;
    height: 280px;
    display: table;
    width: 100%;
    margin-bottom: 45px;
  }
  .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) 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;
  }
}

.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.4;
    padding-bottom: 6px;
  }
}

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

.reason,
.enter {
  margin-bottom: 107px;
}

.reason-list {
  margin-bottom: 90px;
}

.reason-list__item {
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}

.reason-list__group {
  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;
}

.reason-list__photo {
  width: 325px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.reason-list__area {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  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;
}

@media screen and (max-width: 767px) {
  .reason-list__item {
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  }
  .reason-list__group {
    display: block;
  }
  .reason-list__photo {
    width: calc(325px / 2);
    margin: 0 auto;
  }
  .reason-list__photo img {
    height:auto;
  }
  .reason-list__area {
    width: 100%;
    margin-bottom: 1.25em;
    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;
  }
}

.reason-list [class$="__item"]:nth-child(even) [class$="__photo"] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.reason-list [class$="__item"]:nth-child(even) :not([class$="__photo"]) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.reason-list__item {
  padding-top: 40px;
}

.reason-list__group {
  margin-bottom: 1.5em;
}

.reason-list__area {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reason-list__title {
  letter-spacing: 0.15em;
}

.reason-list__title--rome {
  font-size: 3.1rem;
  color: #fff;
  margin-bottom: 0.4em;
  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: cormorant-garamond, Palatino, source-han-serif-japanese, serif;
  font-weight: 300;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(50% - 2px);
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 100vh;
    background-color: #141414;
    z-index: -1;
  }
}

.reason-list__text {
  margin-bottom: 2.2em;
}

.reason-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;
  margin-bottom: 40px;
}

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

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

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

@media screen and (max-width: 767px) {
  .reason,
  .enter {
    margin-bottom: 68px;
  }
  .reason-list {
    margin-bottom: 65px;
  }
  .reason-list__item {
    padding: 25px 0;
  }
  .reason-list__area {
    height: auto;
  }
  .reason-list__title {
    letter-spacing: 0.15em;
  }
  .reason-list__title--rome {
    font-size: 2.7rem;
    color: #fff;
    margin-bottom: 0.5em;

    &::before {
      width: 48px;
      height: 48px;
    }
  }
  .reason-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;
  }
  .reason-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;
  }
  .reason-list__btn::before {
    border-color: #fff;
    right: 16px;
    margin-top: -3px;
  }
}

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

.reason-consul {
  background-color: #eae7e4;
  padding: 40px 55px 47px;
  margin-bottom: 20px;
}

.reason-consul__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;
}

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

.reason-consul__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;
}

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

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

.reason-consul__text {
  margin-bottom: 80px;
}

.reason-go__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.reason-go__title span {
  color: #e24b07;
}

.reason-go-list {
  margin-bottom: 28px;
  padding: 32px 24px 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f7f7;
}

.reason-go-list__item {
  margin-bottom: 40px;
  flex: 0 1 50%;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .reason-consul {
    padding: 25px 20px;
  }
  .reason-consul__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.44444;
  }
  .reason-consul__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;
  }
  .reason-consul__icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 22px;
    margin-top: -1px;
    margin-right: 14px;
  }
  .reason-consul__text {
    margin-bottom: 60px;
  }
  .reason-go__title {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }

  .reason-go-list {
    margin-bottom: 40px;
    display: block;
    flex-wrap: wrap;
    padding: 32px min(5.33vw, 24px) 16px;
  }

  .reason-go-list__item {
    margin-bottom: 20px;
    font-size: min(3.73vw, 1.4rem);
  }
}

.request {
  margin-bottom: 107px;
}

.request-title {
  margin-bottom: 35px;
}

.request__item {
  border: 1px solid rgba(128, 128, 128, 0.25);
  padding: 43px 55px 57px;
}

.request__item:not(:last-child) {
  margin-bottom: 24px;
}

.request__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;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.request__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
}

.request__text {
  margin-bottom: 40px;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .request {
    margin-bottom: 68px;
  }
  .request-title {
    margin-bottom: 25px;
  }
  .request__item {
    padding: 33px 0px 29px;
  }
  .request__item:not(:last-child) {
    margin-bottom: 12px;
  }
  .request__title {
    line-height:1.6;
    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;
    font-size: 1.9rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
  }
  .request__icon {
    width: 47px;
    height: 47px;
    margin-bottom: 19px;
  }
  .request__text {
    margin: 0 auto;
    width: 85%;
    margin-bottom: 30px;
  }
  .request__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;
  }
  .request__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;
  }
  .request__btn::before {
    border-color: #fff;
    right: 16px;
    margin-top: -3px;
  }
}

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

.message-title {
  margin-bottom: 40px;
}

.message__text {
  margin-bottom: 60px;
}

.message__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 500px;
  height: 100px;
  background: #141414;
  color: #fff;
  white-space: nowrap;
  position: relative;
}

.message__btn--en {
  margin-top: 0.3em;
  font-family: cormorant-garamond, Palatino, source-han-serif-japanese, serif;
  letter-spacing: 0.025em;
}

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

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

@media screen and (max-width: 767px) {
  .message__btn {
    font-size: 1.6rem;
    width: 300px;
    height: 85px;
    position: relative;
  }
  .message__btn--en {
    font-size: 1.4rem;
    margin-top: 0.3em;
  }
  .message__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;
  }
  .message__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -5px;
  }
}

@media screen and (max-width: 767px) {
  .message-title {
    margin-bottom: 20px;
  }
  .message__text {
    margin-bottom: 30px;
  }
}


.enter02{
	margin: 0 0 64px;
}

.marginT02{
	margin-top: 40px;
	font-size: 16px;

}

.bold{
	font-weight: bold;
}

/* 240109 add */

.model-text-small {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.6rem;

  &::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}

.reason-go-list-grid-wrap {
  width: 100%;
  max-width: 730px;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-bottom: 0;
  margin-bottom: 24px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .reason-go-list-grid-wrap {
    width: calc(100% + 20px * 2);
    padding: 0 0 0 20px;
    margin-left: -20px;
  }

}

.reason-go-list-grid {
  width: 2000px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 32px;
  /* border: .5px solid #eae7e4; */
  padding: 32px 24px;
  background-color: #f7f7f7;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .reason-go-list-grid {
    padding: 32px min(5.33vw, 24px);
    gap: 20px;
  }
}

.reason-go-list-grid > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: min(3.73vw, 1.5rem);
}