html {
  font-size: 62.5%;
}

.header, .contents, .footer {
  font-size: 1.6rem;
}

.mainVisual {
  position: relative;
  background: url("../images/bg_mv_01.png") center center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .mainVisual {
    background-position: right 30% center;
  }
}
@media screen and (max-width: 750px) {
  .mainVisual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    z-index: 0;
  }
}
.mainVisual__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 48px 16px 24px;
}
@media screen and (max-width: 750px) {
  .mainVisual__container {
    position: relative;
    width: 100%;
    padding: 40px 16px;
    z-index: 1;
  }
}
.mainVisual__title {
  font-size: 4.3rem;
  font-weight: 700;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 750px) {
  .mainVisual__title {
    font-size: 3.2rem;
  }
}
.mainVisual__button {
  max-width: 511px;
  margin-top: 64px;
}
@media screen and (max-width: 750px) {
  .mainVisual__button {
    margin-top: 32px;
  }
}
.mainVisual__link {
  position: relative;
  display: block;
  padding: 24px 8px 16px;
  background: #F24F4F;
  border-radius: 8px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mainVisual__link {
    padding: 16px 8px 12px;
    font-size: 1.8rem;
  }
}
.mainVisual__link:visited {
  color: #ffffff;
}
.mainVisual__link:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .mainVisual__link:hover {
    opacity: 0.7;
  }
}
.mainVisual__link--tel {
  color: #F24F4F;
}
.mainVisual__link--tel:visited {
  color: #F24F4F;
}
.mainVisual__lead {
  max-width: 186px;
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  color: #F24F4F;
  background: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  margin: auto;
  padding: 2px 4px;
  border: 3px solid #F24F4F;
  border-radius: 50px;
}
@media screen and (max-width: 750px) {
  .mainVisual__lead {
    top: -11px;
    width: 170px;
    font-size: 1.1rem;
    padding: 1px 0;
  }
}
.mainVisual__contents {
  max-width: 511px;
}
.mainVisual__tel {
  max-width: 259px;
  margin: 16px auto 0;
  padding: 16px 8px;
  background: #ffffff;
  border-radius: 6px;
  text-align: center;
}
.mainVisual__text {
  font-weight: 700;
}
.mainVisual__number {
  margin: 8px auto;
  font-weight: 700;
}
.mainVisual__number::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../common/images/ico_tel_01.png") center/cover no-repeat;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  .mainVisual__number::before {
    width: 14px;
    height: 14px;
    margin-right: 2px;
  }
}
.mainVisual__note {
  font-size: 1.2rem;
}

.reason {
  padding: 120px 16px 56px;
}
@media screen and (max-width: 750px) {
  .reason {
    padding: 96px 16px 48px;
  }
}
.reason__container {
  max-width: 950px;
  margin: 0 auto;
}
.reason__lead {
  max-width: 322px;
  margin: 0 auto 24px;
  padding: 8px 16px;
  background: #FFF2F2;
  border-radius: 50px;
  color: #FF5C5C;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .reason__lead {
    font-size: 1.8rem;
  }
}
.reason__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .reason__title {
    font-size: 2.4rem;
  }
}
.reason__title--emphasis {
  color: #FF954C;
  font-size: 3.4rem;
}
@media screen and (max-width: 750px) {
  .reason__title--emphasis {
    font-size: 3rem;
  }
}
.reason__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
}
@media screen and (max-width: 750px) {
  .reason__list {
    display: block;
  }
}
.reason__item {
  width: calc((100% - 160px) / 3);
}
@media screen and (max-width: 750px) {
  .reason__item {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .reason__item:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .reason__canvas {
    max-width: 230px;
    margin: 0 auto;
  }
}
.reason__heading {
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .reason__heading {
    margin-top: 24px;
  }
}
.reason__text {
  margin-top: 40px;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .reason__text {
    margin-top: 8px;
  }
}
.reason__buttonList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 585px;
  margin: 48px auto 0;
}
@media screen and (max-width: 750px) {
  .reason__buttonList {
    display: block;
  }
}
.reason__buttonList > [class*=__button] {
  width: 276px;
}
@media screen and (max-width: 750px) {
  .reason__buttonList > [class*=__button] {
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .reason__buttonList > [class*=__button]:not(:first-child) {
    margin-top: 16px;
  }
}
.reason__button--lead {
  display: block;
  margin-bottom: 8px;
  color: #FF5C5C;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.reason__button--lead::before, .reason__button--lead::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #FF5C5C;
}
.reason__button--lead::before {
  margin-right: 10px;
  margin-bottom: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.reason__button--lead::after {
  margin-left: 10px;
  margin-bottom: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.reason__link--entry {
  display: block;
  padding: 24px 8px;
  border: solid 1px #FF5C5C;
  border-radius: 8px;
  background: #FF5C5C;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.reason__link--entry:visited {
  color: #ffffff;
}
.reason__link--plan {
  display: block;
  padding: 24px 8px;
  border: solid 1px #FF5C5C;
  border-radius: 8px;
  color: #FF5C5C;
  font-weight: 700;
  text-align: center;
}
.reason__link--plan:visited {
  color: #FF5C5C;
}

.plan {
  padding: 120px 16px 56px;
}
@media screen and (max-width: 750px) {
  .plan {
    padding: 96px 16px 48px;
  }
}
.plan__container {
  max-width: 950px;
  margin: 0 auto;
}
.plan__title {
  font-size: 3.3rem;
  font-weight: 700;
  text-align: center;
}
.plan__subTitle {
  max-width: 288px;
  margin: 16px auto 32px;
}
.plan__item:first-child .plan__description {
  margin-top: 16px;
}
[class*=light] .plan__description {
  margin-top: 8px;
}
[class*=restrict] .plan__description {
  margin-top: 24px;
}
.plan__description > .plan__image {
  max-height: 50px;
}
[class*=light] .plan__item:last-child .plan__image {
  max-height: 57px;
  margin-left: 35px;
}
[class*=restrict] .plan__item:not(:first-of-type):not(:last-of-type) .plan__image {
  max-height: 31px;
}
[class*=restrict] .plan__item:last-child .plan__image {
  max-height: 24px;
}
.plan__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .plan__content {
    display: block;
  }
}
.plan__table {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 36px) / 2);
  margin-top: 16px;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .plan__table {
    width: auto;
  }
}
.plan__table--lead {
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: #FF5C5C;
  font-weight: 700;
}
.plan__tHeader {
  padding: 16px;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
}
[class*=light] .plan__tHeader {
  background: #FF954C;
}
[class*=restrict] .plan__tHeader {
  background: #606060;
}
.plan__tHeader--lead {
  font-size: 1.2rem;
}
.plan__tHeader--main {
  font-weight: 700;
}
.plan__tHeader--large {
  font-size: 2rem;
}
.plan__list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 0 0 8px 8px;
}
[class*=light] .plan__list {
  border: solid 1px #FF954C;
}
[class*=restrict] .plan__list {
  border: solid 1px #606060;
}
.plan__item {
  min-height: 130px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px;
}
.plan__item + .plan__item {
  border-top: solid 1px #CCCCCC;
}
.plan__item:last-child {
  min-height: 166px;
}
.plan__heading {
  font-size: 1.8rem;
  font-weight: 700;
}
.plan__text {
  margin-top: 8px;
}
.plan__text--note {
  font-size: 1.2rem;
}
.plan__note {
  color: #606060;
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: 400;
}
.plan__note--sub {
  position: relative;
  font-size: 1.2rem;
  vertical-align: text-bottom;
  bottom: 0.1em;
}
.plan__note--sup {
  position: relative;
  font-size: 1.2rem;
  vertical-align: top;
  top: 0.1em;
}
.plan__table .plan__link {
  position: relative;
  font-size: 1.2rem;
  color: #3895ff;
}
.plan__table .plan__link:hover {
  text-decoration: underline;
}
.plan__table .plan__link:visited {
  color: #3895ff;
}
.plan__table .plan__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: -8px;
  border-top: 2px solid #3895ff;
  border-right: 2px solid #3895ff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.plan__itext {
  max-width: 750px;
  margin: 32px auto 0;
  font-size: 1.2rem;
}
.plan__itext + .plan__itext {
  margin-top: 16px;
}
.plan__itext--link {
  color: #3895ff;
}
.plan__itext--link:visited {
  color: #3895ff;
}
.plan__buttonList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 585px;
  margin: 24px auto 0;
}
@media screen and (max-width: 750px) {
  .plan__buttonList {
    display: block;
  }
}
.plan__buttonList > [class*=__button] {
  width: 276px;
}
@media screen and (max-width: 750px) {
  .plan__buttonList > [class*=__button] {
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .plan__buttonList > [class*=__button]:not(:first-child) {
    margin-top: 16px;
  }
}
.plan__button--lead {
  display: block;
  margin-bottom: 8px;
  color: #FF5C5C;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.plan__button--lead::before, .plan__button--lead::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #FF5C5C;
}
.plan__button--lead::before {
  margin-right: 10px;
  margin-bottom: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.plan__button--lead::after {
  margin-left: 10px;
  margin-bottom: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.plan__link--entry {
  display: block;
  padding: 24px 8px;
  border: solid 1px #FF5C5C;
  border-radius: 8px;
  background: #FF5C5C;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.plan__link--entry:visited {
  color: #ffffff;
}
.plan__link--plan {
  display: block;
  padding: 24px 8px;
  border: solid 1px #FF5C5C;
  border-radius: 8px;
  color: #FF5C5C;
  font-weight: 700;
  text-align: center;
}
.plan__link--plan:visited {
  color: #FF5C5C;
}

.banner {
  max-width: 560px;
  margin: 40px auto 80px;
  padding: 0 16px;
  text-align: center;
}

.ppbk {
  padding: 120px 16px 56px;
}
@media screen and (max-width: 750px) {
  .ppbk {
    padding: 96px 16px 48px;
  }
}
.ppbk__container {
  max-width: 750px;
  margin: 0 auto;
}
.ppbk__title {
  color: #606060;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 750px) {
  .ppbk__title {
    font-size: 2rem;
  }
}
.ppbk__title--emphasis {
  color: #ff0033;
  font-size: 3.6rem;
}
@media screen and (max-width: 750px) {
  .ppbk__title--emphasis {
    font-size: 2.4rem;
  }
}
.ppbk__canvas {
  margin-top: 24px;
}
.ppbk__text {
  text-align: right;
}
.ppbk__annotation {
  color: #606060;
  font-size: 1.2rem;
  line-height: 1.8;
}
.ppbk__banner {
  max-width: 350px;
  margin: 24px auto 0;
}

.problem {
  padding: 120px 16px 56px;
}
@media screen and (max-width: 750px) {
  .problem {
    padding: 96px 16px 48px;
  }
}
.problem__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .problem__container {
    padding: 0 16px;
  }
}
.problem__lead {
  max-width: 322px;
  margin: 0 auto 24px;
  padding: 8px 16px;
  background: #FFF2F2;
  border-radius: 50px;
  color: #FF5C5C;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .problem__lead {
    font-size: 1.8rem;
  }
}
.problem__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .problem__title {
    font-size: 2.4rem;
  }
}
.problem__subTitle {
  margin: 80px auto 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.problem__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 625px;
  margin: 64px auto 0;
}
.problem__item {
  width: calc((100% - 110px) / 2);
}
@media screen and (max-width: 750px) {
  .problem__item {
    width: calc((100% - 24px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .problem__item:not(:first-child) {
    margin-left: 8px;
  }
}
.problem__text {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .problem__text {
    min-height: 44px;
  }
}
.problem__title + .problem__text {
  margin-top: 16px;
}
.problem__canvas {
  max-width: 178px;
  margin: 24px auto 0;
}
@media screen and (max-width: 750px) {
  .problem__heading + .problem__canvas {
    max-width: 120px;
    margin-top: 8px;
  }
}
.problem__heading {
  margin-top: 16px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .problem__heading {
    font-size: 1.6rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.problem__subText {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .problem__subText {
    font-size: 1.4rem;
  }
}
.problem__buttonList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 585px;
  margin: 88px auto 0;
}
@media screen and (max-width: 750px) {
  .problem__buttonList {
    display: block;
  }
}
.problem__buttonList > [class*=__button] {
  width: 276px;
}
@media screen and (max-width: 750px) {
  .problem__buttonList > [class*=__button] {
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .problem__buttonList > [class*=__button]:not(:first-child) {
    margin-top: 16px;
  }
}
.problem__button--lead {
  display: block;
  margin-bottom: 8px;
  color: #FF5C5C;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.problem__button--lead::before, .problem__button--lead::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #FF5C5C;
}
.problem__button--lead::before {
  margin-right: 10px;
  margin-bottom: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.problem__button--lead::after {
  margin-left: 10px;
  margin-bottom: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.problem__link--entry {
  display: block;
  padding: 24px 8px;
  border: solid 1px #FF5C5C;
  border-radius: 8px;
  background: #FF5C5C;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.problem__link--entry:visited {
  color: #ffffff;
}
.problem__link--plan {
  display: block;
  padding: 24px 8px;
  border: solid 1px #FF5C5C;
  border-radius: 8px;
  color: #FF5C5C;
  font-weight: 700;
  text-align: center;
}
.problem__link--plan:visited {
  color: #FF5C5C;
}

.case {
  margin: 80px auto 0;
  padding: 56px 0;
  background: #EEEEEE;
}
.case__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.case__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}
.case__item {
  width: calc((100% - 96px) / 3);
  padding: 16px;
}
.case__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  color: #242323;
}
.case__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.case__link:visited {
  color: #242323;
}
.case__photo {
  max-width: 113px;
  margin: auto;
}
.case__main {
  margin: 0 0 32px 10px;
}
.case__heading {
  display: block;
  font-weight: 700;
}
.case__name {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 700;
}
.case__more {
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: #3895ff;
}
.case__more:hover {
  text-decoration: underline;
}
.case__dots {
  margin-top: 26px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.case__dots > li {
  display: inline-block;
  margin: 0 7.5px;
}
.case__dots > li > button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #909090;
  color: transparent;
  outline: none;
  cursor: pointer;
}
.case__dots > li.slick-active > button {
  background: #ff0033;
}
.case .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.case .slick-slide {
  height: auto !important;
}

.pr {
  padding: 120px 16px 56px;
}
@media screen and (max-width: 750px) {
  .pr {
    padding: 96px 16px 48px;
  }
}
.pr__container {
  max-width: 950px;
  margin: 0 auto;
}
.pr__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .pr__title {
    font-size: 2.4rem;
  }
}
.pr__subTitle, .trial__subTitle {
  display: block;
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 400;
}
.pr__canvas {
  max-width: 950px;
  margin: 32px auto;
}
.pr__button {
  max-width: 276px;
  margin: 40px auto 0;
}
.pr__link {
  display: block;
  padding: 24px 8px;
  border: solid 1px #FF5C5C;
  border-radius: 8px;
  color: #FF5C5C;
  font-weight: 700;
  text-align: center;
}
.pr__link:visited {
  color: #FF5C5C;
}

.trial {
  padding: 120px 16px 56px;
}
@media screen and (max-width: 750px) {
  .trial {
    padding: 96px 16px 48px;
  }
}
.trial__container {
  max-width: 950px;
  margin: 0 auto;
}
.trial__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .trial__title {
    font-size: 2.4rem;
  }
}
.trial__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 674px;
  margin: 56px auto 0;
}
.trial__item {
  width: calc((100% - 100px) / 2);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .trial__item {
    width: calc((100% - 36px) / 2);
  }
}
.trial__text--annotation {
  margin-top: 32px;
  text-align: center;
}
.trial__annotation {
  color: #606060;
  font-size: 1.2rem;
  line-height: 1.8;
}
.trial__buttonList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 585px;
  margin: 24px auto 0;
}
@media screen and (max-width: 750px) {
  .trial__buttonList {
    display: block;
  }
}
.trial__buttonList > [class*=__button] {
  width: 276px;
}
@media screen and (max-width: 750px) {
  .trial__buttonList > [class*=__button] {
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .trial__buttonList > [class*=__button]:not(:first-child) {
    margin-top: 16px;
  }
}
.trial__button--lead {
  display: block;
  margin-bottom: 8px;
  color: #FF5C5C;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.trial__button--lead::before, .trial__button--lead::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #FF5C5C;
}
.trial__button--lead::before {
  margin-right: 10px;
  margin-bottom: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.trial__button--lead::after {
  margin-left: 10px;
  margin-bottom: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.trial__link--entry {
  display: block;
  padding: 24px 8px;
  border: solid 1px #FF5C5C;
  border-radius: 8px;
  background: #FF5C5C;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.trial__link--entry:visited {
  color: #ffffff;
}
.trial__link--plan {
  display: block;
  padding: 24px 8px;
  border: solid 1px #FF5C5C;
  border-radius: 8px;
  color: #FF5C5C;
  font-weight: 700;
  text-align: center;
}
.trial__link--plan:visited {
  color: #FF5C5C;
}

.flow {
  padding: 120px 16px 56px;
}
@media screen and (max-width: 750px) {
  .flow {
    padding: 96px 16px 48px;
  }
}
.flow__container {
  max-width: 950px;
  margin: 0 auto;
}
.flow__title, .safe__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow__title, .safe__title {
    font-size: 2rem;
  }
}
.flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .flow__list {
    display: block;
  }
}
.flow__item {
  position: relative;
  width: calc((100% - 156px) / 3);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow__item {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .flow__item:not(:first-child) {
    margin-top: 16px;
    padding-top: 40px;
  }
}
.flow__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 24px;
  height: 46px;
  -webkit-clip-path: polygon(24px 50%, 0% 0%, 0% 46px);
          clip-path: polygon(24px 50%, 0% 0%, 0% 46px);
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #DFF7ED;
}
@media screen and (max-width: 750px) {
  .flow__item:not(:first-child)::before {
    width: 46px;
    height: 24px;
    -webkit-clip-path: polygon(50% 24px, 0% 0%, 46px 0%);
            clip-path: polygon(50% 24px, 0% 0%, 46px 0%);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.flow__number {
  max-width: 66px;
  margin: 0 auto;
}
.flow__canvas {
  max-width: 124px;
  margin: 16px auto 0;
}
.flow__heading {
  margin-top: 32px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .flow__heading {
    margin-top: 16px;
  }
}
.flow__subText {
  display: inline-block;
  margin: 8px auto 16px;
  padding: 4px 8px;
  border-radius: 8px;
  background: #FF954C;
  font-size: 1.2rem;
  color: #fff;
}
.flow__buttonList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 585px;
  margin: 72px auto 0;
}
@media screen and (max-width: 750px) {
  .flow__buttonList {
    display: block;
  }
}
.flow__buttonList > [class*=__button] {
  width: 276px;
}
@media screen and (max-width: 750px) {
  .flow__buttonList > [class*=__button] {
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .flow__buttonList > [class*=__button]:not(:first-child) {
    margin-top: 16px;
  }
}
.flow__button--lead {
  display: block;
  margin-bottom: 8px;
  color: #FF5C5C;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.flow__button--lead::before, .flow__button--lead::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #FF5C5C;
}
.flow__button--lead::before {
  margin-right: 10px;
  margin-bottom: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.flow__button--lead::after {
  margin-left: 10px;
  margin-bottom: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.flow__link--entry {
  display: block;
  padding: 24px 8px;
  border: solid 1px #FF5C5C;
  border-radius: 8px;
  background: #FF5C5C;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.flow__link--entry:visited {
  color: #ffffff;
}
.flow__link--plan {
  display: block;
  padding: 24px 8px;
  border: solid 1px #FF5C5C;
  border-radius: 8px;
  color: #FF5C5C;
  font-weight: 700;
  text-align: center;
}
.flow__link--plan:visited {
  color: #FF5C5C;
}

.safe {
  padding: 120px 16px 56px;
}
@media screen and (max-width: 750px) {
  .safe {
    padding: 96px 16px 48px;
  }
}
.safe__container {
  max-width: 950px;
  margin: 0 auto;
}
.safe__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .safe__list {
    display: block;
  }
}
.safe__item {
  width: calc((100% - 200px) / 3);
}
@media screen and (max-width: 750px) {
  .safe__item {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .safe__item:not(:first-child) {
    margin-top: 24px;
  }
}
.safe__main, .safe__main--compensation, .safe__main--support, .safe__main--prevention {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1227272727em;
}
.safe__main--prevention {
  color: #8d9aed;
}
.safe__main--support {
  color: #f48888;
}
.safe__main--compensation {
  color: #6fbe43;
}
.safe__canvas, .safe__canvas--compensation, .safe__canvas--support, .safe__canvas--prevention {
  margin: 24px auto 0;
}
.safe__canvas--prevention {
  max-width: 141px;
}
.safe__canvas--support {
  max-width: 177px;
}
.safe__canvas--compensation {
  max-width: 178px;
}
.safe__lead {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1261111111em;
}
@media screen and (max-width: 750px) {
  .safe__lead {
    text-align: center;
  }
}
.safe__button {
  max-width: 276px;
  margin: 96px auto 0;
}
.safe__link {
  display: block;
  padding: 24px 8px;
  border: solid 1px #707070;
  border-radius: 8px;
  color: #707070;
  font-weight: 700;
  text-align: center;
}
.safe__link:visited {
  color: #707070;
}

.campaignInfo {
  padding: 120px 16px;
}
@media screen and (max-width: 750px) {
  .campaignInfo {
    padding: 96px 16px;
  }
}
.campaignInfo__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .campaignInfo__title {
    font-size: 2.4rem;
  }
}
.campaignInfo__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #FF0000;
  margin: 13px auto 0;
}
.campaignInfo__slider {
  position: relative;
  max-width: 564px;
  margin: 48px auto 0;
}
@media screen and (max-width: 750px) {
  .campaignInfo__slider {
    max-width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
.campaignInfo__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .campaignInfo__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.campaignInfo__item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 4px;
}
@media screen and (max-width: 750px) {
  .campaignInfo__item:first-child {
    padding: 0 4px 0 3.75%;
  }
}
.campaignInfo__link {
  width: 180px;
  display: block;
  outline: none;
}
.campaignInfo__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.campaignInfo__prev, .campaignInfo__next {
  background: transparent;
  position: absolute;
  top: 41%;
  display: block;
  width: 31.5px;
  height: 52.5px;
  padding: 0;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  outline: none;
}
.campaignInfo__prev::after, .campaignInfo__next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 31.5px;
  height: 52.5px;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background: center center no-repeat;
}
.campaignInfo__prev {
  left: -40px;
}
.campaignInfo__prev:hover::after {
  background: url("../../../top/images/btn_carousel_02.png") center center no-repeat;
  opacity: 1;
}
.campaignInfo__next {
  right: -40px;
}
.campaignInfo__next:hover::after {
  background: url("../../../top/images/btn_carousel_04.png") center center no-repeat;
  opacity: 1;
}
.campaignInfo__spacer {
  display: block;
  width: 180px;
}
.campaignInfo__dots {
  margin-top: 26px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.campaignInfo__dots > li {
  display: inline-block;
  margin: 0 7.5px;
}
.campaignInfo__dots > li > button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #e5e5e5;
  color: transparent;
  outline: none;
  cursor: pointer;
}
.campaignInfo__dots > li.slick-active > button {
  background: #ff0033;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 16px;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 750px) {
  .modal__container {
    width: 90%;
  }
}
.modal__textGroup {
  color: #424242;
  text-align: center;
  padding: 0 24px 24px;
}
@media screen and (max-width: 750px) {
  .modal__textGroup {
    padding: 0 16px 16px;
  }
}
.modal__wrap {
  margin-top: 16px;
}
.modal__text--close {
  font-size: 1.3rem;
  color: #00b8f6;
  text-decoration: underline;
  margin-top: 16px;
  cursor: pointer;
}
.modal__link {
  display: block;
  font-weight: 700;
  color: #ffffff;
  background: #fd6700;
  margin-top: 4px;
  padding: 24px 0;
  border-radius: 8px;
}
@media screen and (max-width: 374px) {
  .modal__link {
    font-size: 1.3rem;
  }
}
.modal__link:visited {
  color: #ffffff;
}
.modal__link:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .modal__link:hover {
    opacity: 0.8;
  }
}
.modal__link--newCustomer {
  display: block;
  font-weight: 700;
  color: #ffffff;
  background: #00b8f6;
  margin-top: 4px;
  padding: 24px 0;
  border-radius: 8px;
}
@media screen and (max-width: 374px) {
  .modal__link--newCustomer {
    font-size: 1.3rem;
  }
}
.modal__link--newCustomer:visited {
  color: #ffffff;
}
.modal__link--newCustomer:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .modal__link--newCustomer:hover {
    opacity: 0.8;
  }
}
.modal__link--newCustomer .modal__main {
  display: inline-block;
  position: relative;
}
.modal__link--newCustomer .modal__main::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 30px;
  height: 30px;
  background: url("../images/ico_modal_01.png") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal__link--newCustomer .modal__close .modal__main::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 30px;
  height: 30px;
  background: url("../images/ico_modal_01.png") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal__close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 30px;
  height: 30px;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
.modal__close .modal__main {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.modal__close .modal__main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 30px;
  background: #7D7D7D;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close .modal__main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 30px;
  background: #7D7D7D;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__close .modal__link--newCustomer .modal__main::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  width: 30px;
  height: 30px;
  background: url("../images/ico_modal_01.png") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.users {
  display: none;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .users {
    margin-bottom: 96px;
  }
}
.users__container {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
  padding: 35px 32px 48px;
  background: #f5f5f5;
  border-top: solid 1px #e6e6e6;
}
@media screen and (max-width: 750px) {
  .users__container {
    padding: 16px 20px 24px;
  }
}
.users__title {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fdd38e));
  background: -webkit-linear-gradient(transparent 70%, #fdd38e 70%);
  background: linear-gradient(transparent 70%, #fdd38e 70%);
}
@media screen and (max-width: 750px) {
  .users__title {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}
.users__notes--emphasis {
  font-size: 4.4rem;
  color: #ff0033;
}
@media screen and (max-width: 750px) {
  .users__notes--emphasis {
    font-size: 2.4rem;
  }
}
.users__list {
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 32px;
  padding: 16px 16px 16px 8px;
  background: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .users__list {
    margin-top: 16px;
  }
}
.users__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  padding: 0 24px;
}
@media screen and (max-width: 750px) {
  .users__item {
    width: 28%;
    padding: 0 8px;
  }
}
@media screen and (max-width: 750px) {
  .users__item:nth-child(3) {
    width: 19%;
  }
}
.users__item:nth-child(4) {
  width: 15%;
}
@media screen and (max-width: 750px) {
  .users__item:nth-child(4) {
    width: 13%;
  }
}
.users__imageWrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  max-width: 100%;
}
.users__text {
  color: #606060;
  font-size: 1.2rem;
  text-align: right;
  margin-top: 16px;
}

@media screen and (min-width: 751px) {
  .sidebar {
    top: 40%;
  }
}

.login {
  position: fixed;
  right: 14px;
  bottom: 105px;
  z-index: 1;
  width: 55px;
}
@media screen and (max-width: 750px) {
  .login {
    display: none;
  }
}
.login__item + .login__item {
  margin-top: 20px;
}
.login__link:hover {
  opacity: 0.7;
}