.initial-cost-cp-202011 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 15px 0 10px;
  background: -webkit-linear-gradient(305deg, #2dbfdb, #27d0ba);
  background: linear-gradient(145deg, #2dbfdb, #27d0ba);
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .initial-cost-cp-202011 a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
.initial-cost-cp-202011 a:hover {
  background: -webkit-linear-gradient(305deg, #5dd7ef, #52decc);
  background: linear-gradient(145deg, #5dd7ef, #52decc);
}

.initial-cost-cp-202011__unit {
  font-size: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .initial-cost-cp-202011__unit {
    margin: 0 2px;
  }
}
.initial-cost-cp-202011__unit img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 2px 5px;
}

.initial-cost-cp-202011__label {
  background-color: #fff;
  color: #2dbfdb;
  display: inline-block;
  padding: 3px 6px 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-family: Arial;
  letter-spacing: 1px;
  margin-right: 5px;
  line-height: 1.4;
}

.initial-cost-cp-202011__label--limit {
  background-color: #ff5d5c;
  color: #fff;
}

.section {
  padding: 3.375rem 1.25rem 4.375rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 3.7rem;
    padding-bottom: 5rem;
  }
}

.section--inbound {
  background-color: #abaaa4;
}

.section--feature,
.section--support {
  background-color: #f2f1e8;
}

.section--merit {
  background-color: #f9f8f4;
}

.section__inner {
  max-width: 960px;
  margin: 0 auto;
}

.section__heading {
  margin: 0 0 2.6rem;
}
@media screen and (min-width: 768px) {
  .section__heading {
    margin-bottom: 3.2rem;
  }
}
.section__heading span {
  display: inline-block;
}

.section__title {
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 6.275vw;
  line-height: 1.4;
}
@media screen and (min-width: 480px) {
  .section__title {
    font-size: 2rem;
  }
}

.section__description {
  margin: 1.375rem 0 0;
  text-align: left;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .section__description {
    margin-top: 2rem;
    text-align: center;
    font-size: 1rem;
  }
}
.section__description br {
  display: none;
}
@media screen and (min-width: 768px) {
  .section__description br {
    display: block;
  }
}

.section__content {
  margin: 0;
}

.section__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 3rem 0 0;
}

.section__content--narrow,
.section__link--narrow {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.firstview {
  margin: 57px auto 0;
  padding: 2rem 1.25rem;
  background: -webkit-linear-gradient(135deg, #deddd5, #fff);
  background: linear-gradient(-45deg, #deddd5, #fff);
}
@media screen and (min-width: 480px) {
  .firstview {
    margin-top: 81px;
  }
}
@media screen and (min-width: 768px) {
  .firstview {
    height: 530px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.firstview__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .firstview__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 41% 0 59%;
    grid-template-columns: 41% 59%;
    -ms-grid-rows: 250px 0 110px 0 170px;
    grid-template-rows: 250px 110px 170px;
    gap: 0;
        grid-template-areas: "catchcopy user" "description user" "button user";
    max-width: 1000px;
    height: 530px;
    margin: 0 auto;
  }
}

.firstview__catchcopy {
  grid-area: catchcopy;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .firstview__catchcopy {
    z-index: 1;
  }
}
.firstview__catchcopy div {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 7.25vw;
  line-height: 1.4;
}
@media screen and (min-width: 480px) {
  .firstview__catchcopy div {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .firstview__catchcopy div {
    position: absolute;
    top: 60px;
    font-size: 2.25rem;
  }
}

.firstview__user {
  grid-area: user;
  position: relative;
  max-width: 500px;
  height: auto;
  max-height: none;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .firstview__user {
    max-width: none;
    margin: 0;
  }
}
.firstview__user div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .firstview__user div {
    height: 100%;
  }
}
.firstview__user img {
  display: block;
  width: 100%;
  -webkit-filter: drop-shadow(0 1px 12px #00000030);
          filter: drop-shadow(0 1px 12px #00000030);
}

.firstview__description {
  grid-area: description;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  font-size: 0.875rem;
}

.feature-list__unit > .firstview__description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media screen and (min-width: 768px) {
  .firstview__description {
    max-width: 380px;
    margin: 0;
  }
}
.firstview__description br {
  display: none;
}
@media screen and (min-width: 768px) {
  .firstview__description br {
    display: block;
  }
}

.firstview__subcopy {
  position: relative;
  max-width: 380px;
  margin: 0 0 1rem;
  text-align: center;
  font-weight: bold;
}
.firstview__subcopy:before, .firstview__subcopy:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #333;
}
.firstview__subcopy:before {
  -webkit-transform: translateX(-95px) rotate(-20deg);
          transform: translateX(-95px) rotate(-20deg);
}
.firstview__subcopy:after {
  -webkit-transform: translateX(95px) rotate(20deg);
          transform: translateX(95px) rotate(20deg);
}

.firstview__button {
  grid-area: button;
  display: none;
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  .firstview__button {
    display: block;
  }
}

.firstview-button {
  box-sizing: border-box;
  display: block;
  max-width: 380px;
  padding: 1rem 0;
  background: #ff5c5c;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1;
  white-space: nowrap;
}
.firstview-button:link, .firstview-button:visited {
  color: #fff;
}
.firstview-button:hover, .firstview-button:active {
  background: #ff4040;
}
.firstview-button span {
  display: block;
  margin: 0 0 0.4rem;
  text-align: center;
  font-size: 0.875rem;
}

.inbound {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr 0 160px;
  grid-template-rows: 1fr 160px;
  gap: 0;
      grid-template-areas: "text" "image";
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(46, 46, 45, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 480px) {
  .inbound {
    -ms-grid-columns: max(35%, 190px) 0 1fr;
    grid-template-columns: max(35%, 190px) 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0;
        grid-template-areas: "image text";
  }
}
.inbound:link, .inbound:visited {
  text-decoration: none;
  color: #333;
}
@media (hover: hover) {
  .inbound:hover, .inbound:active {
    -webkit-transform: scale(101%);
            transform: scale(101%);
    color: #333;
  }
}

.inbound__text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: text;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 1rem 1rem 0;
}

.app > .inbound__text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 480px) {
  .inbound__text {
    padding: 1rem 1rem 1rem 0;
  }
}
@media screen and (min-width: 768px) {
  .inbound__text {
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  }
}

.inbound__image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: image;
  background-image: url(/img/top/inbound/separater-phone.png), url(/img/top/inbound/inbound.png);
  background-position: 0 0, 0 10px;
  background-repeat: repeat-x, no-repeat;
  background-size: auto 30px, cover;
  border-radius: 0 0 8px 8px;
}

.app > .inbound__image {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
@media screen and (min-width: 480px) {
  .inbound__image {
    background-image: url(/img/top/inbound/separater.png), url(/img/top/inbound/inbound.png);
    background-position: 100% 0, 0 0;
    background-repeat: repeat-y, no-repeat;
    background-size: 30px auto, cover;
    border-radius: 8px 0 0 8px;
  }
}

.inbound__sub-title {
  display: inline-block;
  padding: 0.4em 0.5em;
  background: #333;
  border-radius: 22px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .inbound__sub-title {
    font-size: 1rem;
  }
}

.inbound__title {
  margin: 0.25em 0 0;
  font-weight: bold;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, -0.221rem + 3.85vw, 1.625rem);
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .inbound__title {
    font-size: 1.625rem;
  }
}
.inbound__title .underline {
  position: relative;
}
.inbound__title .underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 3px;
  background-color: #333;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (hover: hover) {
  .inbound:hover .inbound__title .underline:after {
    width: 100%;
  }
}

.inbound__icon svg {
  width: 24px;
  fill: #333;
}
@media screen and (min-width: 768px) {
  .inbound__icon svg {
    width: 32px;
  }
}

.banner-number1 {
  padding: 1.25rem 1.25rem 2rem;
}
@media screen and (min-width: 768px) {
  .banner-number1 {
    padding-top: 2rem;
    padding-bottom: 2.125rem;
  }
}

.banner-number1__inner {
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .banner-number1__inner {
    max-width: 374px;
  }
}
@media screen and (min-width: 768px) {
  .banner-number1__inner {
    max-width: 600px;
  }
}
.banner-number1__inner img {
  display: block;
  width: 100%;
  height: auto;
}

.merit-image {
  box-sizing: border-box;
  display: block;
  width: 700px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 4px solid #f7dd14;
  border-radius: 6px;
}

.feature-list--note {
  margin: 2rem 0 0;
  padding: 0.9rem 0.5rem;
  background-color: #e3e2dc;
  border-radius: 3px;
}
@media screen and (min-width: 480px) {
  .feature-list--note {
    padding: 1.875rem;
  }
}
.feature-list--note img {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.feature-list__unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 0 auto 0 auto 0 auto;
  grid-template-rows: auto auto auto auto;
  gap: 0;
      grid-template-areas: "heading" "description" "function" "thumbnail";
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.feature-list__unit + .feature-list__unit {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .feature-list__unit + .feature-list__unit {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 480px) {
  .feature-list__unit {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0 auto 0 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 0 1rem;
        grid-template-areas: "heading heading" "description thumbnail" "function thumbnail";
  }
  .feature-list__unit > .firstview__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 768px) {
  .feature-list__unit {
    -ms-grid-columns: 60% 0 40%;
    grid-template-columns: 60% 40%;
    -ms-grid-rows: auto 0 auto 0 0.5fr;
    grid-template-rows: auto auto 0.5fr;
    gap: 0;
        grid-template-areas: "heading thumbnail" "description thumbnail" "function thumbnail";
  }
  .feature-list__unit > .firstview__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media screen and (min-width: 768px) {
  .feature-list__unit--2 {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
        grid-template-areas: "thumbnail heading" "thumbnail description" "thumbnail function";
  }
  .feature-list__unit--2 > .firstview__description {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

.feature-list__heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: heading;
  margin: 1.7rem 1.5rem 1.2rem;
  padding: 0 0 0 55px;
  padding-left: 11vw;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto 11vw;
}
@media screen and (min-width: 480px) {
  .feature-list__heading {
    margin-bottom: 1.5rem;
    padding-left: 50px;
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  .feature-list__heading {
    margin-top: 3rem;
    margin-left: 3.125rem;
    margin-right: 3.125rem;
    margin-bottom: 1.875rem;
    padding-left: 55px;
  }
}

.feature-list__heading--1 {
  background-image: url("/img/top/feature/1.svg");
}

.feature-list__heading--2 {
  background-image: url("/img/top/feature/2.svg");
}

.feature-list__heading--3 {
  background-image: url("/img/top/feature/3.svg");
}

.feature-list__title {
  margin: 0.5em 0 0;
  font-weight: bold;
  font-size: 4.6vw;
  line-height: 1.4;
}
@media screen and (min-width: 480px) {
  .feature-list__title {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-list__title {
    font-size: 1.625rem;
  }
}
.feature-list__title span {
  display: inline-block;
}

.feature-list__sub-title {
  font-weight: bold;
  font-size: 3.225vw;
  line-height: 1;
  color: #5b5f62;
}
@media screen and (min-width: 480px) {
  .feature-list__sub-title {
    font-size: 1.125rem;
  }
}

.feature-list__description {
  grid-area: description;
  margin: 0 1.5rem;
}

.feature-list__unit > .feature-list__description {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media screen and (min-width: 480px) {
  .feature-list__description {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature-list__description {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}

.feature-list__function {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: function;
  margin: 1.5rem;
}
@media screen and (min-width: 480px) {
  .feature-list__function {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .feature-list__function {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: 3.125rem;
    margin-right: 3.125rem;
    margin-bottom: 2.75rem;
  }
}
.feature-list__function li {
  margin: 0 1rem 0 0;
  padding: 0 0 0 1.3em;
  background-image: url("/img/top/feature/check-mark.svg");
  background-position: 0 5px;
  background-repeat: no-repeat;
}

.feature-list__thumbnail {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: thumbnail;
}

@media screen and (min-width: 768px) {
  .firstview__catchcopy {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .firstview__user {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .firstview__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .firstview__button {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .feature-list__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .feature-list__unit--2 > .feature-list__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .feature-list__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .feature-list__unit > .feature-list__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .feature-list__unit--2 > .feature-list__description {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .feature-list__function {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .feature-list__unit--2 > .feature-list__function {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .feature-list__thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .feature-list__unit--2 > .feature-list__thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
}

@media screen and (min-width: 480px) {
  .feature-list__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .feature-list__unit > .feature-list__description {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .feature-list__function {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .feature-list__thumbnail {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 480px) {
  .feature-list__thumbnail {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 3px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .feature-list__thumbnail {
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.feature-list__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-list__unit--1 .feature-list__image {
  object-position: left center;
}

.app {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 0 auto;
  grid-template-rows: auto auto;
  gap: 0;
      grid-template-areas: "text" "badge" "image";
  margin: 40px 0 0;
  padding: 1.7rem 1.5rem 0;
  background-color: #e0dfd1;
  border-radius: 3px;
}
@media screen and (min-width: 480px) {
  .app {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "text text" "badge image";
  }
  .app > .inbound__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .app > .inbound__image {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 768px) {
  .app {
    -ms-grid-columns: 3fr 1.5rem 100px 1.5rem 2fr;
    grid-template-columns: 3fr 100px 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 0 1.5rem;
        grid-template-areas: "text badge image";
    padding: 0;
  }
  .app > .inbound__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .app > .inbound__image {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
.app .section__link {
  margin-top: 1rem;
}

.app__content {
  box-sizing: border-box;
}

.app__content--text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: text;
}

.app > .app__content--text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (min-width: 768px) {
  .app__content--text {
    margin: 2.125rem 0 2.125rem 3.125rem;
  }
}

.app__content--badge {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: badge;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 480px) {
  .app__content--badge {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .app__content--badge {
    -ms-grid-row-align: end;
        align-self: end;
  }
}
.app__content--badge img {
  display: block;
  width: 100px;
  height: auto;
}

.app__content--image {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: image;
  -ms-grid-row-align: end;
      align-self: end;
}

.app > .app__content--image {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

@media screen and (min-width: 480px) {
  .inbound__text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .inbound__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .app__content--text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .app > .app__content--text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .app__content--badge {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .app__content--image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .app > .app__content--image {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media screen and (min-width: 768px) {
  .app > .app__content--text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .app__content--badge {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .app > .app__content--image {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 768px) {
  .app__content--image {
    padding-right: 3.125rem;
  }
}
.app__content--image img {
  display: block;
  width: 200px;
  height: auto;
  max-width: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .app__content--image img {
    margin-left: 0;
    margin-right: 0;
  }
}

.app__title {
  margin: 0 0 1.1255rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.2;
}

.plan {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .plan {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.plan__unit {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 2.5rem 1.5rem;
  background-color: #f8f8f3;
  border: 2px solid #f2f1e8;
  border-radius: 3px;
  color: #472f00;
}
@media screen and (min-width: 480px) {
  .plan__unit {
    -webkit-box-flex: 0;
            flex: 0 1 calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .plan__unit {
    flex-basis: calc(50% - 15px);
  }
}

.plan__unit--emphasis {
  margin-bottom: 20px;
  border: 4px solid #f7dd14;
}
@media screen and (min-width: 480px) {
  .plan__unit--emphasis {
    margin-bottom: 0;
  }
}

.plan__name {
  margin: 0 0 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 5.4vw;
  line-height: 1.2;
}
@media screen and (min-width: 480px) {
  .plan__name {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 768px) {
  .plan__name {
    font-size: 1.625rem;
  }
}

.plan__description {
  margin: 0 0 1rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 480px) {
  .plan__description {
    text-align: center;
  }
}

.plan__price {
  margin: auto 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.2;
}
.plan__price span {
  font-size: 2.25rem;
}
@media screen and (min-width: 480px) {
  .plan__price span {
    font-size: 4.7vw;
  }
}
@media screen and (min-width: 768px) {
  .plan__price span {
    font-size: 2.25rem;
  }
}

.call-to-action {
  padding: 3.75rem 1.25rem;
  background-color: #faf29f;
}

.call-to-action__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.call-to-action__heading {
  margin-bottom: 1rem;
}
.call-to-action__heading span {
  display: inline-block;
}

.call-to-action__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.3;
}
@media screen and (min-width: 480px) {
  .call-to-action__title {
    font-size: 2rem;
  }
}

.call-to-action__content {
  text-align: left;
}
@media screen and (min-width: 480px) {
  .call-to-action__content {
    text-align: center;
  }
}
.call-to-action__content br {
  display: none;
}
@media screen and (min-width: 480px) {
  .call-to-action__content br {
    display: block;
  }
}

.call-to-action__action {
  margin: 1.3125rem 0 0;
  text-align: center;
}

.call-to-action__button {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0.8em 1em;
  background-color: #ff5c5c;
  border-radius: 4px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  outline: 0;
  cursor: pointer;
}
.call-to-action__button:link, .call-to-action__button:visited, .call-to-action__button:hover, .call-to-action__button:active {
  color: #fff;
}
.call-to-action__button:hover, .call-to-action__button:active {
  background-color: #ff4040;
}
@media screen and (min-width: 480px) {
  .call-to-action__button {
    font-size: 1.3125rem;
  }
}

.case-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media screen and (min-width: 480px) {
  .case-list {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .case-list {
    row-gap: 30px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

.case-list__item {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  border: 1px solid #eaeadf;
  border-radius: 3px;
  box-shadow: 0 0 10px #eaeadf;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .case-list__item {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .case-list__item {
    flex-basis: calc((100% - 60px) / 3);
  }
}

.case-article {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow-wrap: anywhere;
}

.case-article__image img {
  display: block;
  width: 100%;
  height: auto;
}

.case-article__description {
  padding: 1rem 1rem 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-weight: bold;
}

.case-article__user {
  margin-top: auto;
  padding: 1rem;
}

.case-article__label {
  display: inline-block;
  margin: 0 0 0.6rem;
  padding: 0.4em 0.6em;
  background-color: #eee;
  border-radius: 3px;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
}

.case-article__name {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
}

.case-article__url {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .case-article__url {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 480px) {
  .support {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.support__unit {
  margin: 0;
}

.support__unit--text {
  flex-basis: calc(60% - 20px);
}
@media screen and (min-width: 768px) {
  .support__unit--text {
    flex-basis: calc(60% - 30px);
  }
}

.support__unit--image {
  margin-top: 2rem;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .support__unit--image {
    flex-basis: 40%;
    margin-top: 0;
  }
}
.support__unit--image img {
  display: block;
  width: 100%;
  height: auto;
}

.button {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  padding: 0.8em 1em;
  border: 2px solid transparent;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
}

.button--section {
  background-color: transparent;
  border: 2px solid #3675a5;
}
.button--section:link, .button--section:visited {
  color: #3675a5;
}
.button--section:hover, .button--section:active {
  background-color: #e5f1fa;
  border-color: #27608b;
  color: #27608b;
}

.button--large {
  font-size: 1.125rem;
}

/* promotion */
.top__promotion__block {
  padding: 10px 10px 30px;
  background-color: #fafaf8;
}

.top__promotion__area {
  max-width: 1000px;
  margin: 0 auto;
}

.top__promotion__agency__caption,
.top__promotion__production__caption {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.top__promotion__list_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}

.top__promotion__list {
  -webkit-box-flex: 0;
          flex: 0 1 400px;
  margin: 20px 20px 0;
}

.top__promotion__description {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.6;
}

.top__promotion__description__strong {
  font-weight: bold;
}

.top__promotion__description__link {
  font-weight: bold;
}

.landing-account {
  padding: 0 !important;
}

.section--inbound {
  padding: 3.375rem 1.25rem 4.375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .section--inbound {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.section--inbound .section__inner {
  width: 100%;
  max-width: 1000px;
}