body {
  color: #262B36;
}

/*===========================================================================*/
/*  reason  */
/*===========================================================================*/
.p-reason {
  padding: 82px 0 120px;
}

.p-reason__head {
  font-size: 20px;
  line-height: 1.8;
  color: #262B36;
  font-weight: 500;
  text-align: center;
  margin-bottom: 172px;
}

.p-reason__emphasis {
  font-weight: 700;
}

.p-reason__items {
  max-width: 1260px;
  margin: 0 auto;
}

.p-reason__item {
  margin-bottom: 172px;
}

.p-reason__item:last-child {
  margin-bottom: 0;
}

.p-reason__item h2 {
  color: #262B36;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.38;
  position: relative;
  text-align: center;
  z-index: 0;
  margin-bottom: 32px;
}

.p-reason__item h2::before {
  content: "REASON1";
  font-size: 16px;
  line-height: 1.33;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #482DB5;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  position: absolute;
  z-index: 0;
  font-family: "Albert Sans", sans-serif;
}

.p-reason__item h2::after {
  content: "01";
  font-size: 212px;
  line-height: 1.33;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #F7F8F8;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  position: absolute;
  z-index: -1;
  font-family: "Albert Sans", sans-serif;
}

.p-reason__item:nth-of-type(2) .p-reason__item--inner {
  flex-direction: row-reverse;
  padding: 90px 100px;
}

.p-reason__item:nth-of-type(2) .p-reason__item--text {
  margin-right: 0;
  margin-left: 56px;
  width: 48.4905660377%;
}

.p-reason__item:nth-of-type(2) .p-reason__item--img {
  width: 46.2264150943%;
}

.p-reason__item:nth-of-type(2) h2::before {
  content: "REASON2";
}

.p-reason__item:nth-of-type(2) h2::after {
  content: "02";
}

.p-reason__item:nth-of-type(3) .p-reason__item--inner {
  padding: 76px 95px 90px 100px;
  display: block;
}

.p-reason__item:nth-of-type(3) .p-reason__item--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.p-reason__item:nth-of-type(3) .p-reason__item--text {
  margin-right: 0;
  margin-left: 0;
  width: 48.3568075117%;
}

.p-reason__item:nth-of-type(3) .p-reason__item--img {
  width: 45.7276995305%;
}

.p-reason__item:nth-of-type(3) h2::before {
  content: "REASON3";
}

.p-reason__item:nth-of-type(3) h2::after {
  content: "03";
}

.p-reason__item:nth-of-type(4) .p-reason__item--inner {
  padding: 90px 100px;
}

.p-reason__item:nth-of-type(4) .p-reason__item--img {
  width: 46.320754717%;
}

.p-reason__item:nth-of-type(4) .p-reason__item--text {
  margin-right: 54px;
  width: 48.4905660377%;
}

.p-reason__item:nth-of-type(4) h2::before {
  content: "REASON4";
}

.p-reason__item:nth-of-type(4) h2::after {
  content: "04";
}

.p-reason__item:nth-of-type(5) .p-reason__item--inner {
  padding: 90px 102px 90px 100px;
}

.p-reason__item:nth-of-type(5) .p-reason__item--img {
  width: 46.3137996219%;
}

.p-reason__item:nth-of-type(5) .p-reason__item--text {
  margin-right: 5.1039697543%;
  width: 48.5822306238%;
}

.p-reason__item:nth-of-type(5) .p-reason__item--title {
  font-size: 36px;
}

.p-reason__item:nth-of-type(5) h2::before {
  content: "REASON5";
}

.p-reason__item:nth-of-type(5) h2::after {
  content: "05";
}

.p-reason__item:nth-of-type(6) .p-reason__item--inner {
  display: block;
  padding: 90px 100px;
}

.p-reason__item:nth-of-type(6) .p-reason__item--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.p-reason__item:nth-of-type(6) .p-reason__item--box:first-child {
  flex-direction: row-reverse;
}

.p-reason__item:nth-of-type(6) .p-reason__item--box:first-child .p-reason__item--text {
  margin-right: 0;
  margin-left: 56px;
}

.p-reason__item:nth-of-type(6) .p-reason__item--img {
  width: 46.2264150943%;
  box-shadow: 20px 20px 50px 0px rgba(0, 0, 0, 0.02);
  border: 5px solid rgb(238, 244, 249);
  border-radius: 20px;
}

.p-reason__item:nth-of-type(6) .p-reason__item--text {
  margin-right: 54px;
  width: 48.4905660377%;
}

.p-reason__item:nth-of-type(6) h2::before {
  content: "REASON6";
}

.p-reason__item:nth-of-type(6) h2::after {
  content: "06";
}

.p-reason__item--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F8F8;
  padding: 52px 125px 52px 101px;
  border-radius: 20px;
}

.p-reason__item--text {
  width: 49.7098646035%;
  margin-right: 91px;
}

.p-reason__item--title {
  font-size: 38px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-reason__item--title--mini {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
}

.p-reason__item--description {
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.92;
}

.p-reason__item--img {
  width: 41.4893617021%;
}

.p-reason__item--feature {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-left: 12px;
  position: relative;
  margin-bottom: 5px;
}

.p-reason__item--feature::before {
  content: "";
  display: block;
  width: 4px;
  height: 25px;
  background-color: #482DB5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-reason__item--feature--sub {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.92;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-left: 12px;
}

.p-reason__item--feature--sub:last-child {
  margin-bottom: 0;
}

.p-reason__item--supplement {
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
}

.p-reason__item--supplement--text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 900px) {
  .p-reason {
    padding: 50px 10px 60px;
  }

  .p-reason__head {
    padding: 0;
    font-size: 14px;
    text-align: left;
    max-width: 375px;
    margin: 0 auto 95px;
  }

  .p-reason__head span {
    display: inline;
  }

  .p-reason__items {
    padding: 0;
    max-width: 375px;
  }

  .p-reason__item {
    margin-bottom: 80px;
  }

  .p-reason__item:last-child {
    margin-bottom: 0;
  }

  .p-reason__item h2 {
    font-size: 30px;
    line-height: 1.38;
    margin-bottom: 18px;
  }

  .p-reason__item h2::before {
    top: -30px;
  }

  .p-reason__item h2::after {
    font-size: 192px;
    bottom: -80px;
  }

  .p-reason__item:nth-of-type(1) .p-reason__item--inner {
    flex-direction: column-reverse;
  }

  .p-reason__item:nth-of-type(2) .p-reason__item--inner {
    flex-direction: column-reverse;
    padding: 25px;
  }

  .p-reason__item:nth-of-type(2) .p-reason__item--text {
    margin-left: 0;
    width: 100%;
  }

  .p-reason__item:nth-of-type(2) .p-reason__item--img {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-reason__item:nth-of-type(3) .p-reason__item--inner {
    flex-direction: column-reverse;
    padding: 25px;
  }

  .p-reason__item:nth-of-type(3) .p-reason__item--box {
    flex-direction: column-reverse;
    margin-bottom: 15px;
  }

  .p-reason__item:nth-of-type(3) .p-reason__item--text {
    margin-left: 0;
    width: 100%;
  }

  .p-reason__item:nth-of-type(3) .p-reason__item--img {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-reason__item:nth-of-type(3) .p-reason__item--feature {
    font-size: 16px;
    line-height: 1.92;
    margin-bottom: 1px;
    padding-left: 12px;
  }

  .p-reason__item:nth-of-type(3) .p-reason__item--feature::before {
    height: 20px;
  }

  .p-reason__item:nth-of-type(3) .p-reason__item--feature--sub {
    margin-left: 8px;
    margin-bottom: 10px;
  }

  .p-reason__item:nth-of-type(3) .p-reason__item--supplement {
    padding: 20px 25px;
  }

  .p-reason__item:nth-of-type(3) .p-reason__item--supplement--text {
    font-size: 14px;
    line-height: 1.8;
  }

  .p-reason__item:nth-of-type(4) .p-reason__item--inner {
    flex-direction: column-reverse;
    padding: 25px;
  }

  .p-reason__item:nth-of-type(4) .p-reason__item--text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .p-reason__item:nth-of-type(4) .p-reason__item--img {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-reason__item:nth-of-type(5) .p-reason__item--inner {
    flex-direction: column-reverse;
    padding: 25px;
  }

  .p-reason__item:nth-of-type(5) .p-reason__item--text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .p-reason__item:nth-of-type(5) .p-reason__item--title {
    font-size: 22px;
  }

  .p-reason__item:nth-of-type(5) .p-reason__item--img {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-reason__item:nth-of-type(6) .p-reason__item--inner {
    flex-direction: column-reverse;
    padding: 25px;
  }

  .p-reason__item:nth-of-type(6) .p-reason__item--box {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .p-reason__item:nth-of-type(6) .p-reason__item--box:first-child {
    flex-direction: column-reverse;
    margin-bottom: 35px;
  }

  .p-reason__item:nth-of-type(6) .p-reason__item--box:first-child .p-reason__item--text {
    margin-left: 0;
  }

  .p-reason__item:nth-of-type(6) .p-reason__item--text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .p-reason__item:nth-of-type(6) .p-reason__item--img {
    width: 100%;
    margin-bottom: 20px;
  }

  .p-reason__item:nth-of-type(6) .p-reason__item--feature {
    font-size: 16px;
    line-height: 1.92;
    margin-bottom: 1px;
    padding-left: 8px;
  }

  .p-reason__item:nth-of-type(6) .p-reason__item--feature::before {
    height: 20px;
  }

  .p-reason__item:nth-of-type(6) .p-reason__item--feature--sub {
    margin-left: 8px;
    margin-bottom: 10px;
  }

  .p-reason__item:nth-of-type(6) .p-reason__item--supplement {
    padding: 20px 25px;
  }

  .p-reason__item:nth-of-type(6) .p-reason__item--supplement--text {
    font-size: 14px;
    line-height: 1.8;
  }

  .p-reason__item--inner {
    padding: 25px;
    flex-direction: column;
  }

  .p-reason__item--img {
    width: 100%;
    margin-bottom: 18px;
  }

  .p-reason__item--text {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .p-reason__item--title {
    font-size: 23px;
    line-height: 1.34;
    margin-bottom: 12px;
    text-align: center;
  }

  .p-reason__item--title--mini {
    font-size: 16px;
    line-height: 1.34;
  }

  .p-reason__item--description {
    font-size: 14px;
    line-height: 1.8;
    margin-right: 0;
  }
}

/*===========================================================================*/
/*  marketReason  */
/*===========================================================================*/
.p-marketReason {
  padding: 130px 0 120px;
  background-color: #F7F8F8;
}

.p-marketReason__content {
  display: none;
}

.p-marketReason__content.js-active {
  display: block;
}

.p-marketReason__inner {
  padding: 50px 100px 100px 100px;
  background-color: #fff;
  max-width: 1160px;
  margin: 0 auto;
  border-radius: 30px;
}

.p-marketReason__btns {
  display: flex;
  max-width: 505px;
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 100vh;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
  position: relative;
}
.p-marketReason__btns--wrapper.--02 .p-marketReason__btns {
  margin-bottom: 0;
}

.p-marketReason__btns::before {
  background: linear-gradient(93deg, #765DDA 8.21%, #482DB5 87.23%);
  content: '';
  height: 54px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 238px;
  border-radius: 100vh;
  transition: transform .5s 0s cubic-bezier(.44, .14, .09, 1.02);
}

.p-marketReason__btns.js-outbound::before,
.p-marketReason__btns.js-outbound02::before {
  transform: translate(calc(100% + 10px), 0);
}

.p-marketReason__btn:hover {
  color: #190665;
}

.p-marketReason__btn {
  width: 238px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b2b5bb;
  text-align: center;
  font-feature-settings: 'palt'on;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: .05em;
  transition: color .5s 0s cubic-bezier(.44, .14, .09, 1.02);
  z-index: 2;
}

.p-marketReason__btn.js-active {
  color: #fff;
  pointer-events: none;
}

#inbound-btn.p-marketReason__btn {
  margin-left: 10px;
}

.p-marketReason__title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.34;
  margin-bottom: 28px;
  text-align: center;
}

.p-marketReason__title--sub {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 80px;
  text-align: center;
  font-weight: 500;
}

.p-marketReason__tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.p-marketReason__tag {
  padding: 8px 20px;
  border: 1px solid #E7E7E7;
  border-radius: 13px;
  margin-bottom: 20px;
}

.p-marketReason__tag--text {
  font-size: 18px;
  font-weight: 500;
  padding-left: 19px;
  line-height: 1.42;
  position: relative;
}

.p-marketReason__tag--text::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #482DB5;
  border-radius: 50%;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.p-marketReason__point {
  padding-bottom: 70px;
  border-bottom: 1px solid #CDCDCD;
}

.p-marketReason__point--title {
  font-size: 39px;
  line-height: 1.46;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.p-marketReason__point--title span {
  display: inline;
}

.p-marketReason__point--items {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.p-marketReason__point--item {
  width: calc((100% - 40px) / 2);
}

.p-marketReason__point--img {
  margin-bottom: 20px;
}

.p-marketReason__point--text {
  font-size: 20px;
  line-height: 1.44;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.p-marketReason__point--description {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: center;
}

.p-marketReason__pdca {
  padding-bottom: 70px;
  border-bottom: 1px solid #CDCDCD;
  margin-top: 80px;
}

.p-marketReason__pdca--title {
  font-size: 40px;
  line-height: 1.46;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.p-marketReason__pdca--items {
  gap: 37px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.p-marketReason__pdca--item {
  width: calc((100% - 74px) / 3);
}

.p-marketReason__pdca--img {
  margin-bottom: 21px;
}

.p-marketReason__pdca--text {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-marketReason__pdca--description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-marketReason__analysis {
  padding-bottom: 77px;
  border-bottom: 1px solid #CDCDCD;
  margin-top: 80px;
}

.p-marketReason__analysis--title {
  font-size: 40px;
  line-height: 1.46;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.p-marketReason__analysis--items {
  gap: 37.5px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.p-marketReason__analysis--item {
  width: calc((100% - 75px) / 3);
}

.p-marketReason__analysis--box {
  padding: 27px 28px 28px 28px;
  border: 1px solid #EEEEEE;
  box-shadow: 8px 8px 28px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 15px;
  width: 106px;
  height: 106px;
  margin: 0 auto 18px;
}

.p-marketReason__analysis--text {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-marketReason__analysis--description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}

.p-marketReason__enhance {
  margin: 80px 0;
}

.p-marketReason__enhance--title {
  font-size: 40px;
  line-height: 1.46;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.p-marketReason__enhance--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.p-marketReason__enhance--img {
  width: 43.1699687174%;
  box-shadow: 20px 20px 50px 0px rgba(0, 0, 0, 0.0196078431);
  border: 5px solid #EEF4F9;
  border-radius: 16px;
  position: relative;
}

.p-marketReason__enhance--img::after {
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 11px;
  padding: 23px 21px 23px 26px;
  background-color: #482DB5;
  background-image: url(../img/reason/enhance_icon.svg);
  background-size: 25px 26px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -12px;
  right: -12px;
}

.p-marketReason__enhance--text {
  width: 48.8008342023%;
}

.p-marketReason__enhance--head {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 20px;
}

.p-marketReason__enhance--description {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.92;
  letter-spacing: 0.02em;
}

.p-marketReason__contact {
  width: 100%;
  border-radius: 30px;
  background-color: #482DB5;
  padding: 60px 67px 60px 68px;
  position: relative;
  margin-bottom: 60px;
}

.p-marketReason__contact::after {
  content: "";
  width: 610px;
  height: 312px;
  background: url(../img/reason/contact_bg.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.p-marketReason__contact p {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 104px;
}

.p-marketReason__contact--btn {
  text-align: center;
  position: absolute;
  bottom: 60px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.p-marketReason__contact--btn a {
  color: #482DB5;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.01em;
  text-align: center;
  width: 312px;
  height: 64px;
  padding: 18px 58px 21px 36px;
  background-color: #fff;
  box-shadow: 7.28px 7.28px 43.69px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 45px;
  margin: 0 auto;
  transition: all 0.2s ease;
}

.p-marketReason__contact--btn a::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/reason/arrow_purple.svg) no-repeat center center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.p-marketReason__contact--btn a:hover {
  opacity: 0.8;
}

.p-marketReason__list {
  text-align: center;
}

.p-marketReason__list a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 18px 52px 21px 25px;
  background-color: #482DB5;
  border-radius: 45px;
  margin: 0 auto;
  position: relative;
  transition: all 0.2s ease;
}

.p-marketReason__list a::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/common/arrow-white.svg) no-repeat center center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.p-marketReason__list a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 900px) {
  .p-marketReason {
    padding: 60px 10px;
  }

  .p-marketReason__inner {
    padding: 25px 20px 30px;
    max-width: 375px;
  }

  .p-marketReason__content {
    overflow: hidden;
  }

  .p-marketReason__btns {
    max-width: 315px;
    padding: 5px;
    margin-bottom: 20px;
  }

  .p-marketReason__btns::before {
    height: 42px;
    left: 5px;
    top: 5px;
    width: 153px;
  }

  .p-marketReason__btns.js-outbound::before {
    transform: translate(100%, 0);
  }

  .p-marketReason__btn {
    width: 153px;
    height: 42px;
    font-size: 13px;
  }

  .p-marketReason__title {
    font-size: 32px;
    line-height: 1.38;
    margin-bottom: 15px;
  }

  .p-marketReason__title--sub {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .p-marketReason__tags {
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
  }

  .p-marketReason__tag {
    padding: 5px 14px 6px 14px;
    margin-bottom: 0;
  }

  .p-marketReason__tag--text {
    font-size: 13px;
    padding-left: 12px;
  }

  .p-marketReason__tag--text::before {
    width: 7px;
    height: 7px;
  }

  .p-marketReason__point {
    padding-bottom: 50px;
  }

  .p-marketReason__point--title {
    font-size: 26px;
    line-height: 1.34;
    margin-bottom: 25px;
  }

  .p-marketReason__point--items {
    flex-direction: column;
    gap: 25px;
  }

  .p-marketReason__point--item {
    width: 100%;
  }

  .p-marketReason__point--img {
    margin-bottom: 12px;
  }

  .p-marketReason__point--text {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .p-marketReason__point--description {
    font-size: 13px;
  }

  .p-marketReason__pdca {
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .p-marketReason__pdca--title {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .p-marketReason__pdca--items {
    flex-direction: column;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
  }

  .p-marketReason__pdca--item {
    width: 100%;
  }

  .p-marketReason__pdca--img {
    margin-bottom: 12px;
  }

  .p-marketReason__pdca--text {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .p-marketReason__pdca--description {
    font-size: 13px;
  }

  .p-marketReason__analysis {
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .p-marketReason__analysis--title {
    font-size: 26px;
    margin-bottom: 22px;
  }

  .p-marketReason__analysis--box {
    width: 68px;
    height: 68px;
    padding: 18px;
    margin: 0 15px 0 0;
    box-shadow: 5.89px 5.89px 20.6px 0px rgba(0, 0, 0, 0.0509803922);
  }

  .p-marketReason__analysis--devide {
    width: 80%;
  }

  .p-marketReason__analysis--items {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  .p-marketReason__analysis--item {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }

  .p-marketReason__analysis--img {
    margin-bottom: 12px;
  }

  .p-marketReason__analysis--text {
    font-size: 18px;
    margin-bottom: 6px;
    text-align: left;
  }

  .p-marketReason__analysis--description {
    font-size: 13px;
    text-align: left;
  }

  .p-marketReason__enhance {
    margin: 50px 0;
  }

  .p-marketReason__enhance--title {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .p-marketReason__enhance--inner {
    flex-direction: column;
    gap: 16px;
  }

  .p-marketReason__enhance--img {
    width: 100%;
    box-shadow: 19.28px 19.28px 48.2px 0px rgba(0, 0, 0, 0.0196078431);
    border: 4.82px solid #EEF4F9;
  }

  .p-marketReason__enhance--img::after {
    width: 46px;
    height: 46px;
    border-radius: 7px;
    padding: 15px 13px 15px 17px;
    background-size: 16px 17px;
    top: auto;
    right: auto;
    bottom: -10px;
    left: -10px;
    box-shadow: 5.11px 5.11px 17.89px 0px rgba(0, 0, 0, 0.0509803922);
  }

  .p-marketReason__enhance--text {
    width: 100%;
  }

  .p-marketReason__enhance--head {
    font-size: 22px;
    line-height: 1.34;
    margin-bottom: 14px;
    text-align: center;
  }

  .p-marketReason__enhance--description {
    font-size: 14px;
    line-height: 1.8;
  }

  .p-marketReason__contact {
    margin-bottom: 30px;
    padding: 25px 22px 30px 20px;
  }

  .p-marketReason__contact::after {
    content: "";
    width: 311px;
    height: 266px;
    background: url(../img/reason/contact_bg_sp.svg) no-repeat center center/contain;
    position: absolute;
    right: -66px;
    top: auto;
    bottom: -19px;
  }

  .p-marketReason__contact p {
    letter-spacing: 0.02em;
    font-size: 21px;
    margin-bottom: 78px;
  }

  .p-marketReason__contact--btn {
    bottom: 30px;
  }

  .p-marketReason__contact--btn a {
    color: #482DB5;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0;
    width: 273px;
    height: 58px;
  }

  .p-marketReason__contact--btn a::after {
    right: 18px;
  }

  .p-marketReason__list a {
    font-size: 16px;
    padding: 17px 40px 18px 27px;
    border-radius: 45px;
    margin: 0 auto;
    position: relative;
  }

  .p-marketReason__list a::after {
    width: 14px;
    height: 12px;
  }
}

/*# sourceMappingURL=reason.css.map */