@media screen and (max-width: 767px) {
  .tablet-and-above {
    display: none !important;
  }
}

@media not screen and (max-width: 767px) {
  .sp-only {
    display: none !important;
  }
}

.bg-gray {
  background-color: #F5F7F8;
}

.red {
  color: #e44c6f;
}

li.btn-fill--key a {
  transition: 0.5s;
}
li.btn-fill--key a:hover {
  background-color: #FF8CA6;
}

main.inbound h1,
main.multi-store h1 {
  text-align: center;
  color: white;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  main.inbound h1,
main.multi-store h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  main.inbound h1,
main.multi-store h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  main.inbound h2,
main.multi-store h2 {
    letter-spacing: 0.1em;
  }
}
main.inbound h2,
main.inbound h3,
main.inbound .h3,
main.multi-store h2,
main.multi-store h3,
main.multi-store .h3 {
  color: #1a1a1a;
  text-align: center;
}
main.inbound h3,
main.inbound .h3,
main.multi-store h3,
main.multi-store .h3 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  main.inbound h3,
main.inbound .h3,
main.multi-store h3,
main.multi-store .h3 {
    font-size: 24px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 767px) {
  main.inbound .h3-sp,
main.multi-store .h3-sp {
    font-size: 24px;
    line-height: 1.33;
  }
}
main.inbound h4,
main.inbound .h4,
main.multi-store h4,
main.multi-store .h4 {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.2em;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  main.inbound h4,
main.inbound .h4,
main.multi-store h4,
main.multi-store .h4 {
    font-size: 18px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 767px) {
  main.inbound .h4-sp,
main.multi-store .h4-sp {
    font-size: 18px;
    line-height: 1.33;
  }
}
main.inbound h5,
main.multi-store h5 {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  main.inbound h5,
main.multi-store h5 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
main.inbound p,
main.multi-store p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main.inbound p,
main.multi-store p {
    font-size: 14px;
  }
}
main.inbound p.note,
main.multi-store p.note {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2em;
}
main.inbound .slashes,
main.multi-store .slashes {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
main.inbound .slashes::before, main.inbound .slashes::after,
main.multi-store .slashes::before,
main.multi-store .slashes::after {
  content: "";
  height: 1.2em;
  width: 3px;
  background: #1a1a1a;
}
main.inbound .slashes::before,
main.multi-store .slashes::before {
  margin-right: 1em;
  transform: rotate(-35deg);
}
main.inbound .slashes::after,
main.multi-store .slashes::after {
  margin-left: 1em;
  transform: rotate(35deg);
}
@media screen and (max-width: 767px) {
  main.inbound .slashes::before, main.inbound .slashes::after,
main.multi-store .slashes::before,
main.multi-store .slashes::after {
    height: 1.6em;
    width: 2px;
  }
  main.inbound .slashes::before,
main.multi-store .slashes::before {
    margin-right: 1em;
  }
  main.inbound .slashes::after,
main.multi-store .slashes::after {
    margin-left: 1em;
  }
}
main.inbound img.arrow,
main.multi-store img.arrow {
  width: 28px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
main.inbound section:not(.case-box),
main.multi-store section:not(.case-box) {
  padding: 80px 0;
}
main.inbound section:not(.case-box).dark,
main.multi-store section:not(.case-box).dark {
  background: #13212f;
}
main.inbound section:not(.case-box).dark *,
main.multi-store section:not(.case-box).dark * {
  color: white;
}
@media screen and (max-width: 767px) {
  main.inbound section:not(.case-box),
main.multi-store section:not(.case-box) {
    padding: 56px 0;
  }
}

h2 {
  margin-bottom: 48px;
}

.inbound-top {
  height: 400px;
  background-color: #13212f;
  position: relative;
}
.inbound-top .inner {
  max-width: 1080px;
}
.inbound-top__text {
  padding-right: 50%;
  padding-top: 60px;
}
.inbound-top__text * {
  color: white;
}
@media not screen and (max-width: 767px) {
  .inbound-top__text h1 {
    text-align: left !important;
  }
}
.inbound-top__text h5 {
  margin: 8px 0 24px;
}
.inbound-top__text .btn-list a {
  height: 48px;
  line-height: 48px;
  width: 384px;
}
.inbound-top__image {
  position: absolute;
  height: 380px;
  bottom: 0;
  left: 55%;
  width: auto;
}
.multi-store .inbound-top {
  background-color: #70848b;
}
@media not screen and (max-width: 767px) {
  .multi-store .inbound-top__text {
    padding-top: 80px;
    padding-right: 40%;
  }
  .multi-store .inbound-top__image {
    height: 364px;
    left: 65%;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 767px) {
  .multi-store .inbound-top {
    height: auto;
  }
  .multi-store .inbound-top__image {
    position: static;
    width: 327px;
    height: auto;
    transform: none;
    margin: 32px auto;
    display: block;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inbound-top {
    height: 496px;
  }
  .inbound-top__text {
    padding-right: 0;
    padding-top: 48px;
  }
  .inbound-top__text * {
    text-align: center !important;
  }
  .inbound-top__text h5 {
    margin: 24px 0;
  }
  .inbound-top__text .btn-list a {
    width: 258px;
    font-size: 14px;
    margin: auto;
    letter-spacing: 0;
    height: 40px;
    line-height: 40px;
  }
  .inbound-top__image {
    height: 184px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1025px) {
  main.inbound .customers-wrap,
main.multi-store .customers-wrap {
    padding: 40px 0;
  }
  main.inbound .customers-wrap__body,
main.multi-store .customers-wrap__body {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  main.inbound .customers-wrap,
main.multi-store .customers-wrap {
    padding: 24px 0;
  }
  main.inbound .customers-wrap__body,
main.multi-store .customers-wrap__body {
    margin-top: 0;
  }
}

.inbound-about__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  max-width: 840px;
  margin: auto;
}
.inbound-about__items__item img {
  margin-bottom: 24px;
}
.inbound-about__items__item h4 {
  text-align: center;
}
.inbound-about__items + h3 {
  margin: 40px 0;
}
.inbound-about__items + h3 + .arrow {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .inbound-about__items {
    grid-template-columns: 1fr;
  }
  .inbound-about__items__item img {
    max-width: 400px;
    margin: 0 auto 24px;
    display: block;
  }
}

.specialties-wrap__item * {
  color: #1a1a1a;
}
.specialties-wrap__item > p.note {
  color: #545454;
}
.specialties-wrap__item__bubble {
  color: white;
}
.specialties-wrap__item h4 {
  margin-bottom: 16px;
}
.specialties-wrap__item__list__item img {
  margin-bottom: 24px;
}
.specialties-wrap__item__list__item h5 {
  letter-spacing: 0.2em !important;
}
.specialties-wrap__item__extra {
  margin: 40px auto 0;
  max-width: 843px;
  background-color: #f5f7f8;
  padding: 48px;
  border-radius: 16px;
}
.specialties-wrap__item__extra h4 {
  margin: 12px 0 24px;
  text-align: center;
}
.specialties-wrap__item__extra h4 span.red {
  font-size: 36px;
  margin: 0 8px;
}
.specialties-wrap__item__extra h4 span.red,
.specialties-wrap__item__extra h4 span.red * {
  color: #e44c6f;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.specialties-wrap__item__extra h4 span.red strong {
  font-size: 40px;
}
.specialties-wrap__item__extra__bottom {
  display: grid;
  gap: 32px;
  grid-template-columns: 1.4fr 1fr;
}
.specialties-wrap__item__extra__bottom p {
  text-align: left !important;
}
.specialties-wrap__item__extra__bottom .star-box {
  background-color: white;
  padding: 16px 36px;
  border-radius: 16px;
}
.specialties-wrap__item__extra__bottom .star-box > p {
  text-align: center;
  margin-bottom: 16px;
}
.specialties-wrap__item__extra__bottom .star-box__rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.specialties-wrap__item__extra__bottom .star-box__rating__stars {
  display: flex;
  gap: 8px;
}
.specialties-wrap__item__extra__bottom .star-box__rating__stars img {
  width: 24px;
}
.specialties-wrap__item__extra__bottom .star-box__rating__text p {
  font-size: 40px;
  line-height: 40px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.specialties-wrap__item__extra__bottom .star-box:first-child {
  background: rgba(228, 76, 111, 0.06);
  margin-bottom: 16px;
}
.specialties-wrap__item__extra__bottom .star-box:first-child .star-box__rating__text p {
  color: #e44c6f;
}
@media not screen and (max-width: 767px) {
  .specialties-wrap__item h4,
.specialties-wrap__item p {
    text-align: center;
  }
  .specialties-wrap__item__list {
    display: flex;
    justify-content: center;
  }
  .specialties-wrap__item__list__item {
    flex: 0 0 calc(33.3% - 26.6px);
    width: calc(33.3% - (80 / 3) px);
  }
}
@media screen and (max-width: 767px) {
  .specialties-wrap__item {
    border-radius: 16px;
    padding-top: 48px;
  }
  .specialties-wrap__item > h4 {
    margin-bottom: 8px;
  }
  .specialties-wrap__item br.sp-only {
    display: block;
  }
  .specialties-wrap__item__extra {
    margin-top: 24px;
    padding: 32px;
  }
  .specialties-wrap__item__extra h5.slashes {
    text-align: center;
    font-size: 12px;
  }
  .specialties-wrap__item__extra h5.slashes::before, .specialties-wrap__item__extra h5.slashes::after {
    display: none;
  }
  .specialties-wrap__item__extra h4 {
    text-align: center;
  }
  .specialties-wrap__item__extra h4 span.red {
    margin: 0 4px;
    font-size: 16px;
  }
  .specialties-wrap__item__extra h4 span.red strong {
    font-size: 24px;
  }
  .specialties-wrap__item__extra__bottom {
    grid-template-columns: 1fr;
  }
  .specialties-wrap__item__extra__bottom > * {
    min-width: 0;
  }
  .specialties-wrap__item__extra__bottom > p {
    order: 2;
  }
  .specialties-wrap__item__extra__bottom .star-box {
    padding: 16px 32px;
  }
  .specialties-wrap__item__extra__bottom .star-box > p {
    margin-bottom: 8px;
  }
  .specialties-wrap__item__extra__bottom .star-box__rating__stars {
    gap: 4px;
  }
  .specialties-wrap__item__extra__bottom .star-box__rating__stars img {
    width: 13px;
    height: 13px;
  }
  .specialties-wrap__item__extra__bottom .star-box__rating__text p {
    font-size: 24px;
  }
}

section.chance .inner > h3 {
  margin-bottom: 32px;
}
section.chance .inner p {
  margin-bottom: 24px;
}
section.chance .inner > img.arrow {
  margin-bottom: -64px;
}
section.chance .chance__box {
  padding: 48px 96px 56px;
  background-color: white;
  border-radius: 16px;
}
section.chance .chance__box h3,
section.chance .chance__box h5,
section.chance .chance__box p,
section.chance .chance__box strong,
section.chance .chance__box sup,
section.chance .chance__box span {
  color: #1a1a1a !important;
}
section.chance .chance__box__top {
  display: grid;
  align-items: center;
  gap: 80px;
  grid-template-columns: 5fr 4fr;
}
section.chance .chance__box__top h3,
section.chance .chance__box__top h5 {
  text-align: left;
}
section.chance .chance__box__top h5 {
  margin: 24px 0 40px;
}
section.chance .chance__box__top .btn-fill a {
  max-width: 344px;
}
section.chance .chance__box h5.slashes {
  margin: 56px 0 16px;
}
section.chance .chance__box h5.slashes sup {
  transform: translateY(-1em);
}
section.chance .chance__box .dianping {
  background-color: #fef8f6;
  padding: 48px 48px 28px;
  max-width: 840px;
  border-radius: 16px;
  margin: auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 385px 1fr;
  gap: 24px;
  position: relative;
  overflow: hidden;
}
section.chance .chance__box .dianping__text {
  text-align: left;
}
section.chance .chance__box .dianping__text * {
  color: #1a1a1a !important;
}
@media not screen and (max-width: 767px) {
  section.chance .chance__box .dianping__text > svg {
    display: block;
    margin-bottom: 12px;
  }
}
section.chance .chance__box .dianping p.note {
  text-align: left;
}
section.chance .chance__box .dianping p.note a {
  color: #ed7043 !important;
  text-decoration: underline;
  display: flex;
  gap: 8px;
  align-items: center;
}
section.chance .chance__box .dianping__image {
  position: absolute;
  max-width: calc(100% - 450px);
  right: 8px;
  bottom: -12px;
}
section.chance .chance__box .dianping + small {
  display: block;
  max-width: 840px;
  margin: 8px auto;
  color: #999999;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  section.chance p.note {
    text-align: left;
  }
  section.chance .arrow {
    display: none !important;
  }
  section.chance .chance__box {
    padding: 48px 32px;
  }
  section.chance .chance__box__top {
    grid-template-columns: 1fr;
  }
  section.chance .chance__box__top__text h3,
section.chance .chance__box__top__text h5 {
    text-align: center;
  }
  section.chance .chance__box__top__text > img {
    margin: 16px 0 32px;
  }
  section.chance .chance__box h5.slashes::before, section.chance .chance__box h5.slashes::after {
    display: none !important;
  }
  section.chance .chance__box .dianping {
    grid-template-columns: 1fr;
    padding: 32px 32px 0;
    gap: 0;
  }
  section.chance .chance__box .dianping > * {
    min-width: 0;
  }
  section.chance .chance__box .dianping__text > svg {
    width: 100%;
    display: block;
  }
  section.chance .chance__box .dianping__text a {
    font-size: 12px;
    justify-content: center;
  }
  section.chance .chance__box .dianping__image {
    display: block;
    position: static;
    max-width: none;
    margin-bottom: -4px;
  }
}

.cases__item {
  padding: 64px 96px 96px;
  border-radius: 40px;
  background-color: white;
}
.cases__item + .cases__item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .cases__item + .cases__item {
    margin-top: 48px;
  }
}
.cases__item * {
  text-align: left;
}
.cases__item__top {
  display: grid;
  align-items: center;
  grid-template-columns: 1.5fr 4fr;
  gap: 32px;
}
.cases__item__top__text h4 {
  margin: 16px 0 8px;
}
.cases__item__top__text h3 {
  text-align: left !important;
}
.cases__item__top__text__byline {
  display: flex;
  gap: 8px;
  align-items: center;
}
.cases__item__top__text__byline > img {
  width: 32px;
  height: 32px;
}
.cases__item__top__text__byline p.red strong {
  letter-spacing: 0.08em;
}
.cases__item__before-after {
  display: grid;
  grid-template-columns: 1fr 78px 1fr;
  gap: 40px;
  margin-top: 40px;
}
.cases__item__before-after__section__bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 169px;
  height: 56px;
  background-color: #999999;
  color: white;
  border-radius: 16px;
  margin-bottom: 32px;
  position: relative;
}
.cases__item__before-after__section__bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 8px solid #999999;
  left: 50%;
  top: calc(100% - 2px);
  transform: translateX(-50%);
}
.cases__item__before-after__section__items li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.cases__item__before-after__section__items li::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 4px;
  background-image: url("../../img/inbound/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cases__item__before-after__section__items li p {
  letter-spacing: 0.2em;
}
.cases__item__before-after__section:last-child .cases__item__before-after__section__bubble {
  background-color: #e44c6f;
}
.cases__item__before-after__section:last-child .cases__item__before-after__section__bubble::after {
  border-top-color: #e44c6f;
}
.cases__item__before-after__section:last-child .cases__item__before-after__section__items li::before {
  background-image: url("../../img/inbound/red-ring.svg");
}
.cases__item__before-after__arrow {
  width: 78px;
  height: 78px;
  transform: rotate(-90deg);
  align-self: flex-end;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .cases__item {
    padding: 40px 32px 48px;
  }
  .cases__item__top {
    grid-template-columns: 1fr;
  }
  .cases__item__top > img {
    order: 2;
  }
  .cases__item__before-after {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 78px auto;
    justify-content: center;
    gap: 24px;
  }
  .cases__item__before-after__arrow {
    margin: auto;
    transform: rotate(0deg);
  }
}

article.clients {
  padding: 80px 0 0;
}

#popup-observer {
  position: absolute;
  top: 120vh;
  width: 100%;
}

.popup {
  position: fixed;
  right: 12px;
  bottom: 12px;
  transition: 0.5s;
  z-index: 10000;
}
.popup__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #999999;
  top: -36px;
  right: 0;
  border-radius: 50%;
  z-index: 1;
}
.popup:not(.show) {
  opacity: 0;
  pointer-events: none;
}
.popup > a {
  display: block;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  color: #0D4171;
  transition: 0.5s;
  overflow: hidden;
}
.popup > a:hover {
  opacity: 0.8;
}
.popup > a img:hover {
  opacity: 1;
}
.popup__image {
  background: #DFE3E8;
  padding: 16px 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__image > img {
  height: auto;
  width: 100%;
}
.popup__text {
  padding: 16px 12px;
}
.popup__text h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0;
}
.popup__text p {
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -0.03em;
  margin: 8px 0;
}
.popup__text__button {
  color: white;
  background: #e44c6f;
  border-radius: 100px;
  position: relative;
  padding: 12px;
  color: white;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.popup__text__button > svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .popup {
    width: calc(100vw - 24px);
    max-width: 400px;
    right: 50%;
    transform: translateX(50%);
  }
  .popup a {
    display: flex;
    align-items: stretch;
  }
  .popup__image {
    flex: 1 0 50%;
    padding: 16px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
  .popup__image > img {
    width: 95%;
  }
  .popup__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .popup__text h3 {
    font-size: min(4vw, 15px);
    line-height: 1.2;
    text-align: left;
  }
  .popup__text p {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.03em;
  }
  .popup__text__button {
    width: 100%;
    font-size: 9px;
    line-height: 12px;
    padding: 8px;
  }
  .popup__text__button > svg {
    right: 8px;
  }
}
@media not screen and (max-width: 767px) {
  .popup > a {
    max-width: 300px;
  }
  .popup__text h3 {
    display: none;
  }
  .popup__text__button {
    width: 80%;
    margin: auto;
  }
}
main.multi-store .stores-about {
  padding-top: 0;
}
main.multi-store .stores-about h2 {
  margin: 24px 32px;
}
main.multi-store .stores-about .inner > p {
  line-height: 2em;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 0.2em;
}
main.multi-store .stores-about__links {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  align-items: center;
}
main.multi-store .stores-about__links__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.multi-store .stores-about__links__link * {
  text-align: center;
}
main.multi-store .stores-about__links__link p.red {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  letter-spacing: 0.2em;
}
main.multi-store .stores-about__links__link h5 {
  margin: 8px 0 24px;
  color: #1a1a1a;
}
main.multi-store .stores-about__links__link img {
  width: 16px;
}
main.multi-store .stores-about__links .divider {
  background-color: #999999;
}
main.multi-store .stores-about__links .divider:last-child {
  display: none;
}
@media not screen and (max-width: 767px) {
  main.multi-store .stores-about__links .divider {
    height: 100px;
    width: 1px;
    margin: 0 48px;
  }
}
@media screen and (max-width: 767px) {
  main.multi-store .stores-about__links .divider {
    height: 1px;
    margin: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  main.multi-store .stores-about h4.slashes::before, main.multi-store .stores-about h4.slashes::after {
    display: none;
  }
  main.multi-store .stores-about h2 {
    margin-left: 0;
    margin-right: 0;
  }
  main.multi-store .stores-about h2 + p {
    text-align: left !important;
  }
  main.multi-store .stores-about__links {
    flex-direction: column;
    align-items: stretch;
  }
  main.multi-store .stores-about__links__link {
    flex-direction: row;
    justify-content: space-between;
  }
  main.multi-store .stores-about__links__link h5 {
    margin: 0;
  }
  main.multi-store .stores-about__links__link br {
    display: none;
  }
}
main.multi-store .store-section h3 {
  margin: 0.66em 0;
}
@media not screen and (max-width: 767px) {
  main.multi-store .store-section > .inner > p.note {
    text-align: center;
  }
}
main.multi-store .store-section img {
  display: block;
  max-width: 750px;
  margin: 24px auto 0;
}
main.multi-store .store-section .specialties-wrap__item {
  position: relative;
  margin-top: 40px;
}
main.multi-store .store-section .specialties-wrap__item::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 12px 16px 12px;
  border-color: transparent transparent white transparent;
}
main.multi-store .store-section .specialties-wrap__item__list__item > h5 {
  margin: 24px 0 16px;
}
main.multi-store .store-section .specialties-wrap__item__list__item p {
  text-align: left;
  color: #545454;
  letter-spacing: 0.2em;
}
main.multi-store .store-section .specialties-wrap__item__extra {
  min-height: 485px;
  position: relative;
}
main.multi-store .store-section .specialties-wrap__item__extra h4 {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  main.multi-store .store-section .specialties-wrap__item__extra h4 {
    text-align: left !important;
  }
  main.multi-store .store-section .specialties-wrap__item__extra h4 br {
    display: none;
  }
}
@media not screen and (max-width: 767px) {
  main.multi-store .store-section .specialties-wrap__item__extra__left-right__left {
    width: 60%;
  }
}
main.multi-store .store-section .specialties-wrap__item__extra__left-right__left * {
  text-align: left;
}
main.multi-store .store-section .specialties-wrap__item__extra__left-right__left__checkbox {
  position: relative;
  padding: 24px 32px;
  background-color: white;
  border-radius: 16px;
  margin-top: 37px;
}
main.multi-store .store-section .specialties-wrap__item__extra__left-right__left__checkbox span.dekiru {
  position: absolute;
  color: white;
  background-color: #e44c6f;
  border-radius: 6px 6px 0 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  left: 32px;
  top: 0;
  transform: translateY(-50%);
  padding: 6px 8px;
}
main.multi-store .store-section .specialties-wrap__item__extra__left-right__left__checkbox li {
  display: flex;
}
main.multi-store .store-section .specialties-wrap__item__extra__left-right__left__checkbox li::before {
  content: "";
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-right: 8px;
  background-image: url("../../img/store/checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main.multi-store .store-section .specialties-wrap__item__extra__left-right__left__checkbox li + li {
  margin-top: 8px;
}
main.multi-store .store-section .specialties-wrap__item__extra__left-right__left__checkbox li p {
  text-align: left;
}
main.multi-store .store-section .specialties-wrap__item__extra__left-right__left__checkbox li p strong {
  letter-spacing: 0.08em;
  color: #545454;
  letter-spacing: 0.08em;
}
@media not screen and (max-width: 767px) {
  main.multi-store .store-section .specialties-wrap__item__extra__left-right > img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 320px;
    height: 344px;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  main.multi-store .store-section h3,
main.multi-store .store-section p.note {
    text-align: left;
  }
  main.multi-store .store-section__img {
    max-width: 260px !important;
    margin-left: auto;
    margin-right: auto;
  }
  main.multi-store .store-section .specialties-wrap__item h4 {
    text-align: center;
  }
  main.multi-store .store-section .specialties-wrap__item__list {
    gap: 8px;
  }
  main.multi-store .store-section .specialties-wrap__item__list h5 {
    margin-bottom: 8px;
  }
  main.multi-store .store-section .specialties-wrap__item__extra {
    padding-bottom: 0;
  }
  main.multi-store .store-section .specialties-wrap__item__extra h4 {
    margin-bottom: 8px;
  }
  main.multi-store .store-section .specialties-wrap__item__extra__left-right__left__checkbox {
    margin-top: 32px;
    padding: 24px;
  }
  main.multi-store .store-section .specialties-wrap__item__extra__left-right__left__checkbox li::before {
    width: 24px;
    height: 24px;
  }
  main.multi-store .store-section .specialties-wrap__item__extra__left-right__left__checkbox li + li {
    margin-top: 8px;
  }
  main.multi-store .store-section .specialties-wrap__item__extra__left-right__left__checkbox li br {
    display: none;
  }
  main.multi-store .store-section .specialties-wrap__item__extra__left-right > img {
    width: calc(100% + 32px);
  }
}
main.multi-store .cases__item {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.04);
}

.cta {
  padding: 48px 0 56px;
  background: #13212f;
}
.cta h4 {
  color: white !important;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .cta {
    padding: 40px 0 48px;
  }
  .cta h4 {
    margin-bottom: 44px;
  }
}
.cta .btn-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cta .btn-list__item {
  flex: 1 1 auto;
  width: 204px;
  max-width: 337px;
  margin: 0 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.cta .btn-list__item small {
  position: absolute;
  bottom: calc(100% + 0px);
  left: 50%;
  transform: translateX(-50%);
}
.cta .btn-list__item.btn-line a {
  background: white;
}
.cta .btn-list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.cta .btn-list__item a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .cta .btn-list {
    margin-top: 36px;
  }
  .cta .btn-list__item {
    width: 146px;
  }
  .cta .btn-list__item a {
    height: 40px;
    font-size: 14px;
  }
  .cta .btn-list__item small {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 767px) {
  .cta .btn-list {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
  .cta .btn-list__item {
    width: auto;
  }
  .cta .btn-list__item a {
    height: 80px;
    min-width: 263px;
    border-radius: 100px;
    margin: 0;
  }
}

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