@charset "UTF-8";
.topEntry {
  background: #F3F8FF;
}
.topEntry__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .topEntry__container {
    max-width: 375px;
  }
}
.topEntry__container {
  padding: 8px;
  text-align: center;
}
.topEntry__text {
  color: #032970;
  font-size: 1.2rem;
}
.topEntry__link {
  margin-right: 8px;
  color: #032970;
  font-size: 1.4rem;
  font-weight: 700;
}
.topEntry__link:hover {
  text-decoration: underline;
}
.topEntry__link:visited {
  color: #032970;
}
.topEntry__link::before {
  content: "";
  background: url(../images/ico_tel_02.png) no-repeat center/cover;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
  margin-right: 2px;
}

.helpAnnounce__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .helpAnnounce__container {
    max-width: 375px;
  }
}
.helpAnnounce__container {
  padding: 8px;
  text-align: center;
}
.helpAnnounce__text {
  color: #032970;
  font-size: 1.2rem;
}
.helpAnnounce__link {
  margin-right: 8px;
  color: #ff0033;
  font-size: 1.4rem;
  font-weight: 700;
}
.helpAnnounce__link:hover {
  text-decoration: underline;
}
.helpAnnounce__link:visited {
  color: #ff0033;
}

.mainVisual {
  padding: 40px 16px 24px;
  background: url("../images/bg_mainVisual_01.png") center top/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .mainVisual {
    padding: 16px;
  }
}
.mainVisual__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .mainVisual__container {
    max-width: 375px;
  }
}
.mainVisual__container {
  min-height: 395px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .mainVisual__container {
    display: block;
  }
}
.mainVisual__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #242323;
}
@media screen and (max-width: 750px) {
  .mainVisual__title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.mainVisual__title--annotation {
  text-align: right;
  font-size: 12px;
  color: #2455AA;
}
.mainVisual__title--large {
  font-size: 4.8rem;
}
@media screen and (max-width: 750px) {
  .mainVisual__title--large {
    font-size: 3.7rem;
  }
}
.mainVisual__subTitle {
  margin-top: 16px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #2455AA;
}
@media screen and (max-width: 750px) {
  .mainVisual__subTitle {
    font-size: 1.6rem;
  }
}
.mainVisual__emphasis {
  color: #FF5C5C;
}
.mainVisual__linear {
  display: inline-block;
  max-height: 50px;
  padding-bottom: 2px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F1BE41));
  background: -webkit-linear-gradient(transparent 50%, #F1BE41 50%);
  background: linear-gradient(transparent 50%, #F1BE41 50%);
  font-size: 4rem;
}
@media screen and (max-width: 750px) {
  .mainVisual__linear {
    max-height: 30px;
    font-size: 2.4rem;
  }
}
.mainVisual__lead > .mainVisual__linear {
  display: inline-block;
  max-height: 32px;
  padding-bottom: 2px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #F1BE41));
  background: -webkit-linear-gradient(transparent 70%, #F1BE41 30%);
  background: linear-gradient(transparent 70%, #F1BE41 30%);
  font-size: 2.6rem;
}
.mainVisual__inner {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .mainVisual__inner {
    display: block;
  }
}
.mainVisual__photo {
  max-width: 357px;
}
@media screen and (max-width: 750px) {
  .mainVisual__photo {
    margin-bottom: 16px;
  }
}
.mainVisual__cost {
  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-bottom: 16px;
}
.mainVisual__canvas + .mainVisual__canvas {
  margin-left: 16px;
}
.mainVisual__apply {
  background: #fff;
  padding: 16px;
  border-radius: 6px;
}
@media screen and (max-width: 750px) {
  .mainVisual__apply {
    position: initial;
    width: auto;
    margin: 16px auto 0;
  }
}
.mainVisual__button + .mainVisual__text {
  margin-top: 16px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mainVisual__text--annotation {
    text-align: center;
  }
}
.mainVisual__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.mainVisual__lead {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #2455AA;
}
.mainVisual__lead::before, .mainVisual__lead::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .mainVisual__lead::before, .mainVisual__lead::after {
    width: 21px;
    height: 20px;
  }
}
.mainVisual__lead::before {
  background: url("../images/ico_left_01.png") center/cover no-repeat;
}
.mainVisual__lead::after {
  background: url("../images/ico_right_01.png") center/cover no-repeat;
}
.mainVisual__lead {
  margin-bottom: 8px;
}
.mainVisual__lead::before {
  background: url("../images/ico_left_03.png") center/cover no-repeat;
}
.mainVisual__lead::after {
  background: url("../images/ico_right_03.png") center/cover no-repeat;
}
.mainVisual__btnArea {
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
@media screen and (max-width: 750px) {
  .mainVisual__btnArea {
    display: block;
  }
}
.mainVisual__button {
  width: 100%;
}
.mainVisual__button + .mainVisual__button {
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .mainVisual__button + .mainVisual__button {
    margin: 8px auto 0;
  }
}
.mainVisual__link--apply {
  display: block;
  max-width: 330px;
  color: #ffffff;
  background: #FF5C5C;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 0;
  padding: 16px 0;
  border-radius: 8px;
  cursor: pointer;
}
.mainVisual__link--apply:hover {
  background: #f88685;
  text-decoration: none;
}
.mainVisual__link--apply:visited {
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .mainVisual__link--apply:hover {
    background: #FF5C5C;
    text-decoration: underline;
  }
}
.mainVisual__link--tel {
  display: block;
  max-width: 230px;
  color: #FF5C5C;
  background: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 0;
  padding: 8px 0;
  border: solid 2px #FF5C5C;
  border-radius: 8px;
}
.mainVisual__link--tel:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.mainVisual__link--tel:visited {
  color: #FF5C5C;
}
.mainVisual__link--tel::before {
  content: "";
  background: url(../images/ico_tel_01.png) no-repeat center/cover;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.mainVisual__link--tel {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .mainVisual__link--tel {
    margin-right: auto;
  }
}
.mainVisual__link--anchor {
  color: #3895ff;
}
.mainVisual__link--anchor:hover {
  color: #3895ff;
}
.mainVisual__link--anchor:visited {
  color: #3895ff;
}

#faq__plan {
  padding-top: 180px;
  margin-top: -180px;
}
@media screen and (max-width: 750px) {
  #faq__plan {
    padding-top: 60px;
    margin-top: -60px;
  }
}

@media screen and (max-width: 750px) {
  .menu {
    padding: 16px 16px 0;
  }
}
.menu.navFixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .menu.navFixed {
    position: static;
    padding: 16px 16px 0;
  }
}
.menu__container {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .menu__container {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.menu__nav {
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .menu__nav {
    border: solid 2px #DDD;
    border-radius: 8px;
    background: #fff;
  }
}
.menu__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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0 8px;
}
@media screen and (max-width: 750px) {
  .menu__list {
    display: block;
    padding: 0 16px;
  }
}
.menu__item {
  position: relative;
}
.menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3895ff;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .menu__link {
    padding: 8px 0;
  }
}
.menu__link:visited {
  color: #3895ff;
}
.menu__link::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #3895ff;
  border-right: 2px solid #3895ff;
  display: block;
  color: #3895ff;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  margin-left: 8px;
}
.menu__link--main {
  display: block;
}
@media screen and (max-width: 750px) {
  .menu__link--main {
    text-align: center;
  }
}

.smbPlan__container {
  max-width: 950px;
  margin: 16px auto;
  padding: 0 8px;
}
@media screen and (max-width: 750px) {
  .smbPlan__container {
    padding: 0 16px;
  }
}

.notification__container {
  max-width: 950px;
  margin: 16px auto;
  padding: 0 8px;
}
.notification__contents {
  margin-top: 16px;
  padding: 8px;
  background: #fffaee;
  border: 1px solid #e6d600;
  border-radius: 4px;
  color: #ff0033;
}
.notification__title {
  font-weight: bold;
}
.notification__title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../common/images/ico_warn_01.png) no-repeat top center/cover;
  margin: 0 4px 4px 0;
  vertical-align: middle;
}
.notification__list {
  margin-top: 4px;
}
.notification__item {
  font-size: 1.4rem;
}
.notification__item + .notification__item {
  margin-top: 4px;
}

.troubles {
  padding: 120px 16px;
}
@media screen and (max-width: 750px) {
  .troubles {
    padding: 40px 16px;
  }
}
.troubles__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .troubles__container {
    max-width: 375px;
  }
}
.troubles__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .troubles__title {
    font-size: 1.8rem;
  }
}
.troubles__title--emphasis {
  font-size: 4rem;
  color: #FF954C;
}
@media screen and (max-width: 750px) {
  .troubles__title--emphasis {
    font-size: 2.4rem;
  }
}
.troubles__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: 64px;
}
@media screen and (max-width: 750px) {
  .troubles__list {
    display: block;
    margin-top: 16px;
  }
}
.troubles__item {
  max-width: 274px;
}
@media screen and (max-width: 750px) {
  .troubles__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.troubles__item + .troubles__item {
  margin-left: 64px;
}
@media screen and (max-width: 750px) {
  .troubles__item + .troubles__item {
    margin-left: 0;
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .troubles__item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.troubles__text {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .troubles__text {
    width: 50%;
  }
}
.troubles__photo {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .troubles__photo {
    width: calc(50% - 8px);
    margin-top: 0;
  }
}

.plus {
  padding-top: 88px;
}
.plus__lead {
  max-width: 360px;
  margin: 0 auto;
  padding: 4px 8px;
  background: #3CC9C9;
  border-radius: 20px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.plus__title {
  margin: 8px auto 16px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.plus__title--sub {
  font-size: 1.6rem;
}
.plus__title + .plus__text {
  text-align: center;
}
.plus__item .plus__text {
  margin-top: 8px;
}
.plus__list {
  max-width: 750px;
  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: 56px auto 40px;
}
@media screen and (max-width: 750px) {
  .plus__list {
    display: block;
  }
}
.plus__item {
  max-width: 335px;
}
@media screen and (max-width: 750px) {
  .plus__item {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .plus__item + .plus__item {
    margin-top: 72px;
  }
}
.plus__photo {
  max-width: 264px;
  margin: 0 auto;
}
.plus__heading {
  margin-top: 32px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.plus__link {
  position: relative;
  display: block;
  max-width: 330px;
  color: #ffffff;
  background: #3895ff;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  padding: 16px 0;
  border-radius: 8px;
  cursor: pointer;
}
.plus__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.plus__link:visited {
  color: #ffffff;
}
.plus__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.solution {
  position: relative;
  padding: 72px 16px 56px;
  background: #F24F4F;
}
@media screen and (max-width: 750px) {
  .solution {
    padding: 32px 16px 16px;
  }
}
.solution::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 27px solid transparent;
  border-left: 27px solid transparent;
  border-top: 29px solid #ffffff;
}
.solution__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .solution__title {
    font-size: 1.6rem;
  }
}

.about {
  padding: 80px 16px;
}
@media screen and (max-width: 750px) {
  .about {
    padding: 40px 16px;
  }
}
.about {
  background: #FFF8F8;
}
.about__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .about__container {
    max-width: 375px;
  }
}
.about__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .about__title {
    font-size: 1.8rem;
  }
}
.about__title--emphasis {
  font-size: 4rem;
  color: #FF954C;
}
@media screen and (max-width: 750px) {
  .about__title--emphasis {
    font-size: 2.4rem;
  }
}
.about__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 64px;
}
@media screen and (max-width: 750px) {
  .about__inner {
    display: block;
    margin-top: 16px;
  }
}
.about__heading {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .about__heading {
    text-align: center;
  }
}
.about__main {
  display: inline-block;
  max-width: 280px;
  vertical-align: sub;
}
.about__text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .about__text {
    font-size: 1.6rem;
    text-align: center;
  }
}
.about__list {
  margin-top: 24px;
}
.about__item {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .about__item {
    padding-left: 2.5em;
    text-indent: -2.5em;
    font-size: 1.4rem;
  }
}
.about__item:not(:first-child) {
  margin-top: 16px;
}
.about__item::before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../images/ico_checkmark_01.png) no-repeat center/contain;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.about__linear {
  padding-bottom: 2px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(60%, #F1BE41));
  background: -webkit-linear-gradient(transparent 75%, #F1BE41 60%);
  background: linear-gradient(transparent 75%, #F1BE41 60%);
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .about__linear {
    font-size: 1.6rem;
  }
}
.about__photo {
  max-width: 406px;
}
@media screen and (max-width: 750px) {
  .about__photo {
    max-width: 234px;
    margin: 32px auto 0;
  }
}

.service {
  margin-top: -140px;
  padding-top: 140px;
}
@media screen and (max-width: 750px) {
  .service {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.service__container {
  padding: 40px 40px 24px;
  background: #fff;
  border: solid 2px #EEEEEE;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .service__container {
    padding: 24px 8px;
  }
}
.service__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .service__heading {
    font-size: 1.6rem;
  }
}
.service__text {
  margin-top: 16px;
}
.service__text--annotation {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1;
}
.service__text--annotation:not(:first-child) {
  margin-top: 4px;
}
.service__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.service__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: 24px 0;
}
@media screen and (max-width: 750px) {
  .service__list {
    display: block;
  }
}
.service__item {
  padding: 0 24px;
}
.service__item:not(:first-child) {
  position: relative;
}
@media screen and (max-width: 750px) {
  .service__item:not(:first-child) {
    margin-top: 16px;
  }
}
.service__item:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 160px;
  background: #CCCCCC;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .service__item:not(:first-child)::before {
    content: none;
  }
}
.service__subheading {
  padding: 4px 0;
  font-size: 1.4rem;
  color: #fff;
  background: #909090;
  border-radius: 14px;
}

.feature {
  padding-top: 130px;
  margin-top: -64px;
}
@media screen and (max-width: 750px) {
  .feature {
    margin-top: 0;
    padding-top: 60px;
  }
}
.feature__container {
  padding: 40px 40px 24px;
  background: #fff;
  border: solid 2px #EEEEEE;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .feature__container {
    padding: 24px 8px;
  }
}
.feature__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .feature__heading {
    font-size: 1.6rem;
  }
}
.feature__container > .feature__photo {
  max-width: 680px;
  height: auto;
  margin: 0 auto;
}
.feature__box > .feature__photo {
  max-width: 422px;
  height: auto;
}
.feature__caution > .feature__photo {
  max-width: 130px;
  height: auto;
}
.feature__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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.feature__item {
  padding-top: 24px;
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 750px) {
  .feature__item {
    width: 100%;
  }
}
.feature__box {
  background: #fff;
  border: solid 1px #EEEEEE;
  border-radius: 8px;
  text-align: center;
}
.feature__text {
  padding: 8px 0;
  font-weight: 700;
}
.feature__text--emphasis {
  color: #FF954C;
}
.feature__caution {
  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;
  padding-top: 24px;
}
.feature__subtext {
  padding: 16px 8px 16px;
  text-align: center;
}

.merit {
  padding: 80px 16px;
}
@media screen and (max-width: 750px) {
  .merit {
    padding: 40px 16px;
  }
}
.merit__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .merit__container {
    max-width: 375px;
  }
}
.merit__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .merit__title {
    font-size: 1.8rem;
  }
}
.merit__title--emphasis {
  font-size: 4rem;
  color: #FF954C;
}
@media screen and (max-width: 750px) {
  .merit__title--emphasis {
    font-size: 2.4rem;
  }
}
.merit__title + .merit__text {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .merit__title + .merit__text {
    margin-top: 16px;
  }
}
.merit__text--annotation {
  text-align: center;
}
.merit__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.merit__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: 72px;
}
@media screen and (max-width: 750px) {
  .merit__list {
    display: block;
    margin-top: 48px;
  }
}
.merit__item {
  width: calc((100% - 32px) / 3);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .merit__item {
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .merit__item:not(:first-child) {
    margin-top: 64px;
  }
}
.merit__heading {
  margin: 24px 0;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .merit__heading {
    margin: 24px 0 8px;
    font-size: 1.7rem;
  }
}

.cost {
  padding: 120px 16px 80px;
}
@media screen and (max-width: 750px) {
  .cost {
    padding: 80px 16px 40px;
  }
}
.cost__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .cost__container {
    max-width: 375px;
  }
}
.cost__container {
  max-width: 750px;
}
.cost__lead, .flow__lead {
  max-width: 245px;
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  background: #fff;
  border: solid 3px #F0F0F0;
  border-radius: 27px;
  text-align: center;
  color: #FF5C5C;
  font-weight: 700;
}
.cost__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cost__title {
    font-size: 1.8rem;
  }
}
.cost__title--emphasis {
  font-size: 4rem;
  color: #FF954C;
}
@media screen and (max-width: 750px) {
  .cost__title--emphasis {
    font-size: 2.4rem;
  }
}
.cost__title--annotation {
  margin-top: 8px;
  text-align: center;
  font-size: 1.2rem;
}
.cost__subTitle {
  margin-top: 24px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cost__subTitle {
    font-size: 1.6rem;
  }
}
.cost__subTitle + .cost__text {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cost__text--table {
    width: 600px;
  }
}
.cost__photo {
  margin: 48px auto 0;
}
.cost__photo + .cost__photo {
  margin-top: 24px;
}
.cost__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.cost__list {
  counter-reset: listnum;
  list-style: none;
}
.cost__photo + .cost__list--annotation {
  margin-top: 24px;
}
.cost__item, .cost__item--num {
  margin-top: 4px;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.cost__item::before, .cost__item--num::before {
  content: "・";
}
.cost__item--num::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
}
.cost__btn {
  margin-top: 64px;
}
.cost__link {
  color: #3895ff;
}
.cost__link:visited {
  color: #3895ff;
}
.cost__btn .cost__link {
  position: relative;
  display: block;
  max-width: 330px;
  color: #3895ff;
  background: #ffffff;
  border: solid 2px #3895ff;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  padding: 16px 0;
  border-radius: 8px;
  cursor: pointer;
}
.cost__btn .cost__link:hover {
  text-decoration: underline;
}
.cost__btn .cost__link:visited {
  color: #3895ff;
}
.cost__btn .cost__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/ico_modal_01.png) top left/contain no-repeat;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cost__caution {
  margin-top: 96px;
  border-top: 1px solid #EEEEEE;
}
.cost__caution + .cost__caution {
  margin-top: 0;
  border-bottom: 1px solid #EEEEEE;
}
.cost__heading {
  position: relative;
  padding: 24px 0;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.cost__heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ff5c5c;
  border-right: 3px solid #ff5c5c;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}
.cost__heading.js-faqListShow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cost__detail {
  display: none;
  margin: 0 0 40px;
  padding: 16px;
}
.cost__detail--title {
  font-weight: 700;
}
.cost__list + .cost__detail--title {
  margin-top: 16px;
}

.rebateCampaign {
  background: #fff;
  padding: 180px 16px 80px;
}
@media screen and (max-width: 750px) {
  .rebateCampaign {
    padding: 90px 16px 40px;
  }
}
.rebateCampaign__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__container {
    max-width: 375px;
  }
}
.rebateCampaign__contents {
  padding: 0 32px;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__contents {
    padding: 0 8px;
  }
}
.rebateCampaign__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__title {
    font-size: 2.4rem;
  }
}
.rebateCampaign__title--term {
  display: block;
  font-size: 2.5rem;
  padding-top: 6px;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__title--term {
    font-size: 2rem;
  }
}
.rebateCampaign__title--cpEnd {
  color: #EB333E;
  display: inline-block;
  font-size: 1.8rem;
  padding: 8px;
  border: solid 3px #EB333E;
  border-radius: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__title--cpEnd {
    font-size: 1.6rem;
  }
}
.rebateCampaign__subTitle {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.rebateCampaign__schedule {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__schedule {
    padding-bottom: 24px;
  }
}
.rebateCampaign__textArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 950px;
  margin: 32px auto 0;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__textArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.rebateCampaign__textArea:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__textArea:not(:first-of-type) {
    margin-top: 24px;
  }
}
.rebateCampaign__lead {
  display: block;
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  padding: 8px;
  border: solid 2px #D6D6D6;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__lead {
    width: 98%;
    margin-bottom: 8px;
  }
}
.rebateCampaign__desc {
  display: block;
  padding-left: 16px;
}
.rebateCampaign__desc__annotation {
  color: #606060;
  font-size: 1.2rem;
  display: block;
}
.rebateCampaign__photo {
  margin: 32px 0;
}
.rebateCampaign__agreement {
  position: absolute;
  overflow-y: auto;
  font-size: 1.2rem;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #eeeeee;
  height: 80vh;
  width: 50vw;
  padding: 24px;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__agreement {
    padding: 16px;
    top: 45%;
    height: 60vh;
    width: 90vw;
    margin: 24px auto;
  }
}
.rebateCampaign__agreement > .rebateCampaign__title {
  color: #242323;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0;
}
.rebateCampaign__agreement > .rebateCampaign__detail {
  background: #ffffff;
  margin-top: 24px;
  padding: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__agreement > .rebateCampaign__detail {
    padding: 16px;
  }
}
.rebateCampaign__conditions {
  position: relative;
}
.rebateCampaign__conditions > .rebateCampaign__headding {
  font-weight: 700;
}
.rebateCampaign__conditions > .rebateCampaign__headding:not(:first-child) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #eeeeee;
}
.rebateCampaign__conditions > .rebateCampaign__desc {
  line-height: 1.7;
  margin-top: 8px;
}
.rebateCampaign__conditions > .rebateCampaign__desc > .rebateCampaign__list > .rebateCampaign__item {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__conditions > .rebateCampaign__desc > .rebateCampaign__list > .rebateCampaign__item {
    padding: 0 10px;
    margin-left: 10px;
  }
}
.rebateCampaign__conditions > .rebateCampaign__desc > .rebateCampaign__list > .rebateCampaign__item::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.rebateCampaign__notice {
  margin: 8px 0;
}
.rebateCampaign__notice .rebateCampaign__desc > .rebateCampaign__list > .rebateCampaign__item {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.rebateCampaign__notice .rebateCampaign__desc > .rebateCampaign__list > .rebateCampaign__item::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.rebateCampaign__link {
  color: #3895ff;
  text-align: center;
}
.rebateCampaign__link:visited {
  color: #3895ff;
}
.rebateCampaign__applyArea {
  margin-top: 16px;
  max-width: 860px;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__applyArea {
    max-width: 100%;
  }
}
.rebateCampaign__apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  border: solid 2px #D6D6D6;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__apply {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.rebateCampaign__applyLead {
  display: block;
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  padding: 20px 0;
  background: #909090;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .rebateCampaign__applyLead {
    width: 100%;
    padding: 16px 0;
  }
}
.rebateCampaign__howto {
  -webkit-flex-basis: 85%;
      -ms-flex-preferred-size: 85%;
          flex-basis: 85%;
  padding: 8px;
  background: #ffffff;
  font-size: 1.5rem;
  line-height: 1.7;
}
.rebateCampaign__howto > .rebateCampaign__list {
  padding-left: 16px;
}
.rebateCampaign__flow {
  display: block;
  padding-left: 8px;
}
.rebateCampaign__annotation {
  color: #606060;
  font-size: 1.2rem;
  display: block;
}
.rebateCampaign__feature {
  padding-top: 48px;
}
.rebateCampaign__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 16px;
  cursor: pointer;
}
.rebateCampaign__modalClose {
  display: block;
  font-size: 1.2rem;
  color: #242323;
  background: #eeeeee;
  border-radius: 22px;
  margin: 32px auto 0;
  padding: 8px 16px;
}
.rebateCampaign__modalClose:hover {
  background: #d2d1d1;
}
.rebateCampaign__button {
  text-align: center;
}
.rebateCampaign__modalScroll {
  display: none;
  position: absolute;
  top: 42%;
  left: 40%;
  background: #606060;
  color: #fff;
  opacity: 0.8;
  padding: 32px;
  border-radius: 22px;
}
.rebateCampaign__modalScroll--icon {
  font-size: 3rem;
  font-weight: 700;
}

.isActiveModal {
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
  cursor: pointer;
}

.flow {
  padding: 120px 16px 80px;
}
@media screen and (max-width: 750px) {
  .flow {
    padding: 80px 16px 40px;
  }
}
.flow__container {
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .flow__container {
    max-width: 375px;
  }
}
.flow__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow__title {
    font-size: 1.8rem;
  }
}
.flow__title {
  margin-top: 16px;
}
.flow__title--emphasis {
  font-size: 4rem;
  color: #FF954C;
}
@media screen and (max-width: 750px) {
  .flow__title--emphasis {
    font-size: 2.4rem;
  }
}
.flow__inner {
  background: #ffffff;
  margin: 40px auto 0;
}
.flow__list {
  position: relative;
  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-bottom: 16px;
}
.flow__list:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .flow__list {
    width: 1120px;
  }
}
.flow__item {
  width: calc((100% - 96px) / 5);
  text-align: center;
  padding: 16px 8px;
  border: solid 3px #EEEEEE;
  border-radius: 8px;
}
.flow__item:not(:last-child) {
  position: relative;
}
.flow__item:not(:last-child)::after {
  content: "";
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 14px solid #f2bf30;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow__number {
  font-size: 22px;
  color: #606060;
  font-weight: 700;
}
.flow__photo {
  max-width: 100px;
  margin: 0 auto 8px;
}
.flow__heading {
  font-weight: 700;
}
.flow__subText {
  display: inline-block;
  margin: 8px auto;
  padding: 4px 16px;
  border-radius: 14px;
  background: #FF954C;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 1120px) {
  .flow__text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 750px) {
  .flow__text {
    font-size: 1.4rem;
  }
}
.flow__text--annotation {
  color: #606060;
  font-size: 1.2rem;
  line-height: 1.7;
}
.flow__link {
  color: #3895ff;
}
.flow__link:visited {
  color: #3895ff;
}

.modalContents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483640;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modalContents::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.5);
}
.modalContents.is-modalContentsShow {
  opacity: 1;
  visibility: visible;
}
.modalContents__inner {
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10vw);
  max-width: 950px;
  max-height: calc(100% - 100px);
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .modalContents__inner {
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.modalContents__close {
  position: absolute;
  top: 8px;
  right: 8px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
  cursor: pointer;
}
.modalContents__close::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 4px;
  width: 26px;
  height: 4px;
  background-color: #909090;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modalContents__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 4px;
  width: 26px;
  height: 4px;
  background-color: #909090;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modalContents__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.modalContents__title--emphasis {
  color: #FF954C;
}
.modalContents__title--underline {
  text-decoration: underline;
}
.modalContents__cost {
  max-width: 580px;
  margin: 16px auto 0;
  text-align: center;
}
.modalContents__cost .modalContents__image {
  max-height: 70vh;
}
.modalContents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .modalContents__list {
    display: block;
    margin-top: 16px;
  }
}
.modalContents__item {
  max-width: 360px;
  border: solid 2px #EEEEEE;
  border-radius: 10px;
  text-align: center;
}
.modalContents__item + .modalContents__item {
  margin-left: 48px;
}
@media screen and (max-width: 750px) {
  .modalContents__item + .modalContents__item {
    margin-left: 0;
    margin-top: 16px;
  }
}
.modalContents__header {
  padding: 8px;
  font-size: 1.8rem;
  font-weight: 700;
}
.modalContents__text {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modalContents__text {
    margin-top: 16px;
  }
}

.case {
  padding: 120px 16px 80px;
  background: #FFF8F8;
}
@media screen and (max-width: 750px) {
  .case {
    padding: 80px 16px 40px;
  }
}
.case__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .case__container {
    max-width: 375px;
  }
}
.case__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .case__title {
    font-size: 1.8rem;
  }
}
.case__list {
  margin-top: 144px;
}
@media screen and (max-width: 750px) {
  .case__list {
    margin-top: 88px;
  }
}
.case__item {
  position: relative;
  padding: 120px 48px 48px;
  border: solid 1px #D6D6D6;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(81, 81, 81, 0.15);
          box-shadow: 0px 8px 10px 0px rgba(81, 81, 81, 0.15);
}
@media screen and (max-width: 750px) {
  .case__item {
    padding: 80px 24px 32px 24px;
  }
}
.case__item:not(:first-child) {
  margin-top: 160px;
}
@media screen and (max-width: 750px) {
  .case__item:not(:first-child) {
    margin-top: 104px;
  }
}
.case__photo {
  max-width: 180px;
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .case__photo {
    max-width: 120px;
    top: -60px;
  }
}
.case__heading {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .case__heading {
    font-size: 1.8rem;
  }
}
.case__text {
  margin-top: 24px;
}
.case__data {
  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;
  margin: 24px auto auto;
  text-align: center;
}
.case__label {
  margin-right: 16px;
  padding: 4px 16px;
  border-radius: 4px;
  background: #FF954C;
  color: #fff;
}

.dlDocument {
  background: #f8f8f8;
  padding: 40px 0;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .dlDocument {
    padding: 0 0 32px 0;
  }
}
.dlDocument__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 32px 16px;
  background: url("../images/img_dl_paycas_03.png") 12% 50% no-repeat;
  background-size: 430px;
  min-height: 240px;
}
@media screen and (max-width: 750px) {
  .dlDocument__container {
    background: transparent;
    background-size: 0;
  }
}
.dlDocument__column {
  padding: 32px 16px;
  margin-left: 480px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .dlDocument__column {
    margin: 0 auto;
  }
}
.dlDocument__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .dlDocument__title {
    font-size: 1.8rem;
  }
}
.dlDocument__title {
  text-align: center;
  margin-bottom: 16px;
}
.dlDocument__title--emphasis {
  font-size: 4rem;
  color: #FF954C;
}
@media screen and (max-width: 750px) {
  .dlDocument__title--emphasis {
    font-size: 2.4rem;
  }
}
.dlDocument__button--document {
  color: #ffffff;
}
.dlDocument__button--document:visited {
  color: #ffffff;
}
.dlDocument__button--document:hover {
  text-decoration: none;
  opacity: 0.75;
}
@media screen and (max-width: 750px) {
  .dlDocument__button--document:hover {
    opacity: 1;
  }
}
.dlDocument__button:visited {
  color: #ffffff;
}
.dlDocument__button {
  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;
  max-width: 285px;
  height: 48px;
  background: #f5a623;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 24px auto 0;
  border-radius: 8px;
}

.movie {
  padding: 80px 16px;
}
@media screen and (max-width: 750px) {
  .movie {
    padding: 40px 16px;
  }
}
.movie {
  background: #ffffff;
}
.movie__container {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.movie__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .movie__title {
    font-size: 1.8rem;
  }
}
.movie__title--emphasis {
  font-size: 4rem;
  color: #FF954C;
}
@media screen and (max-width: 750px) {
  .movie__title--emphasis {
    font-size: 2.4rem;
  }
}
.movie__text--annotation {
  margin-top: 8px;
  text-align: left;
}
.movie__annotation {
  color: #606060;
  font-size: 1.2rem;
}

.faq {
  padding: 120px 16px 80px;
  background: #FFF8F8;
}
@media screen and (max-width: 750px) {
  .faq {
    padding: 80px 16px 40px;
  }
}
.faq__container {
  max-width: 950px;
  margin: 0 auto;
}
.faq__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .faq__title {
    font-size: 1.8rem;
  }
}
.faq__contents {
  margin-top: 56px;
}
@media screen and (max-width: 750px) {
  .faq__contents {
    margin-top: 16px;
  }
}
.faq__detail {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.faq__question {
  position: relative;
  padding: 24px 32px 24px 48px;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .faq__question {
    padding: 16px 16px 16px 48px;
  }
}
@media screen and (min-width: 751px) {
  .faq__question:hover {
    opacity: 0.7;
  }
}
.faq__question::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 17px;
  left: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f24f4f;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .faq__question::before {
    top: 9px;
  }
}
.faq__question.js-faqListShow {
  color: #606060;
}
.faq__question.js-faqListShow::before {
  color: #707070;
}
.faq__answer {
  display: none;
  position: relative;
  top: 8px;
  margin: 0 0 40px;
  padding: 6px 16px 0 48px;
}
.faq__answer::before {
  content: "A";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f24f4f;
  font-size: 2.4rem;
  font-weight: 700;
}
.faq__text + .faq__text--annotation {
  margin-top: 8px;
}
.faq__text--annotation {
  color: #606060;
  font-size: 1.2rem;
}
.faq__link, .faq__link--tel {
  color: #3895ff;
}
.faq__link:visited, .faq__link--tel:visited {
  color: #3895ff;
}
.faq__photo {
  max-width: 619px;
  margin: 8px 0;
}
.faq__tabList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.faq__tabItem {
  width: calc((100% - 80px) / 6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  background: #ffffff;
  border: solid 2px #f24f4f;
  border-radius: 8px;
  color: #f24f4f;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .faq__tabItem {
    width: calc((100% - 32px) / 3);
  }
}
.faq__tabItem.active {
  background: #f24f4f;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .faq__tabItem:nth-of-type(n+4) {
    margin-top: 8px;
  }
}
.faq__tabContents {
  display: none;
  margin-top: 32px;
}
.faq__tabContents.active {
  display: block;
}

.campaignBanner, .campaignBanner--paycas {
  background: #fff;
  padding: 0 16px;
}
.campaignBanner__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 966px;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (max-width: 750px) {
  .campaignBanner__box {
    display: block;
  }
}
.campaignBanner__item, .campaignBanner__item--large {
  width: 327px;
  max-width: 327px;
  padding: 0 8px;
}
@media screen and (max-width: 750px) {
  .campaignBanner__item, .campaignBanner__item--large {
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
.campaignBanner__item--large {
  width: 580px;
  max-width: 580px;
}
.campaignBanner__item--trial {
  max-width: 756px;
  margin: 8px auto 0;
  padding: 0 16px;
}
.campaignBanner__link {
  border: solid 2px #D0D0D0;
  display: inline-block;
}
.campaignBanner__link:hover {
  border: solid 2px #3895ff;
}
.campaignBanner--paycas {
  background: rgba(242, 242, 242, 0.37);
}
.campaignBanner__text {
  max-width: 756px;
  margin-bottom: 8px;
  padding: 8px;
  background: #2455AA;
  border-radius: 44px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.campaignBanner__text--large {
  font-size: 2.4rem;
  color: #F7E34A;
}

.inquiry {
  padding: 40px 16px;
  background: #F24F4F;
}
.inquiry__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .inquiry__container {
    max-width: 375px;
  }
}
.inquiry__title {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.inquiry__subTitle {
  text-align: center;
  color: #fff;
}
.inquiry__inner {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .inquiry__inner {
    display: block;
  }
}
.inquiry__apply {
  width: calc((100% - 16px) / 2);
  position: relative;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .inquiry__apply {
    width: auto;
  }
}
.inquiry__apply .inquiry__photo {
  max-width: 190px;
  position: absolute;
  left: -14px;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .inquiry__apply .inquiry__photo {
    display: none;
  }
}
.inquiry__tel .inquiry__photo {
  max-width: 155px;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .inquiry__tel .inquiry__photo {
    display: none;
  }
}
.inquiry__textGroup {
  margin-left: 136px;
}
@media screen and (max-width: 750px) {
  .inquiry__textGroup {
    margin: 0 auto;
  }
}
.inquiry__heading {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.inquiry__lead {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #FD954C;
}
.inquiry__lead::before, .inquiry__lead::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .inquiry__lead::before, .inquiry__lead::after {
    width: 21px;
    height: 20px;
  }
}
.inquiry__lead::before {
  background: url("../images/ico_left_01.png") center/cover no-repeat;
}
.inquiry__lead::after {
  background: url("../images/ico_right_01.png") center/cover no-repeat;
}
.inquiry__link {
  text-decoration: underline;
  color: #fff;
}
.inquiry__link:hover {
  text-decoration: none;
}
.inquiry__link:visited {
  color: #fff;
}
.inquiry__link--apply {
  display: block;
  max-width: 330px;
  color: #ffffff;
  background: #FF5C5C;
  text-align: center;
  font-weight: bold;
  margin: 8px auto 0;
  padding: 16px 0;
  border-radius: 8px;
  cursor: pointer;
}
.inquiry__link--apply:hover {
  background: #f88685;
  text-decoration: none;
}
.inquiry__link--apply:visited {
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .inquiry__link--apply:hover {
    background: #FF5C5C;
    text-decoration: underline;
  }
}
.inquiry__link--tel {
  display: block;
  max-width: 230px;
  color: #FF5C5C;
  background: #fff;
  text-align: center;
  font-weight: bold;
  margin: 8px auto 0;
  padding: 8px 0;
  border: solid 2px #FF5C5C;
  border-radius: 8px;
}
.inquiry__link--tel:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.inquiry__link--tel:visited {
  color: #FF5C5C;
}
.inquiry__link--tel::before {
  content: "";
  background: url(../images/ico_tel_01.png) no-repeat center/cover;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.inquiry__tel {
  width: calc((100% - 16px) / 2);
  position: relative;
  margin-left: 16px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .inquiry__tel {
    width: auto;
    margin: 16px auto 0;
  }
}
.inquiry__text, .inquiry__text--bold {
  text-align: center;
  font-size: 1.2rem;
}
.inquiry__apply .inquiry__text, .inquiry__apply .inquiry__text--bold {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 700;
}
.inquiry__tel .inquiry__button + .inquiry__text, .inquiry__tel .inquiry__button + .inquiry__text--bold {
  margin-top: 16px;
}
.inquiry__text--bold {
  font-weight: 700;
}
.inquiry__others {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .inquiry__others {
    max-width: 100%;
  }
}
.inquiry__othersContents, .inquiry__othersContents--information {
  padding: 8px;
  font-size: 1.4rem;
  border-radius: 5px;
}
.inquiry__othersContents--information {
  background-color: #fffaee;
}
.inquiry__othersText {
  margin: 8px 0;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .inquiry__othersText {
    text-align: left;
  }
}
.inquiry__othersLink {
  color: #3895ff;
}
.inquiry__othersLink:hover {
  color: #3895ff;
}
.inquiry__othersLink:visited {
  color: #3895ff;
}

.inquiryTerminal {
  padding: 40px 0;
  margin: 0;
  background: #dff7ed;
}
@media screen and (max-width: 750px) {
  .inquiryTerminal {
    padding: 16px 0;
  }
}
.inquiryTerminal__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .inquiryTerminal__container {
    max-width: 375px;
  }
}
.inquiryTerminal__column {
  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;
  padding: 32px 16px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .inquiryTerminal__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.inquiryTerminal__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .inquiryTerminal__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.inquiryTerminal__text {
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  .inquiryTerminal__text {
    margin: 0 0 40px;
  }
}
.inquiryTerminal__button--document {
  color: #ffffff;
}
.inquiryTerminal__button--document:visited {
  color: #ffffff;
}
.inquiryTerminal__button--document:hover {
  text-decoration: none;
  opacity: 0.75;
}
@media screen and (max-width: 750px) {
  .inquiryTerminal__button--document:hover {
    opacity: 1;
  }
}
.inquiryTerminal__button:visited {
  color: #ffffff;
}
.inquiryTerminal__button {
  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;
  width: 100%;
  max-width: 285px;
  height: 48px;
  background: #3CC9C9;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto;
  border-radius: 8px;
}

.stickyPaycas {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(51, 50, 50, 0.9);
  width: 100%;
  opacity: 0.95;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.stickyPaycas__container {
  max-width: 950px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 8px 8px;
}
.stickyPaycas__list {
  max-width: 670px;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
}
.stickyPaycas__item, .stickyPaycas__item--tel, .stickyPaycas__item--apply {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .stickyPaycas__item, .stickyPaycas__item--tel, .stickyPaycas__item--apply {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .stickyPaycas__item--apply {
    margin-right: 16px;
  }
}
.stickyPaycas__link--apply {
  display: block;
  max-width: 330px;
  color: #ffffff;
  background: #FF5C5C;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 0;
  padding: 18px 0;
  border-radius: 8px;
  cursor: pointer;
}
.stickyPaycas__link--apply:hover {
  background: #f88685;
  text-decoration: none;
}
.stickyPaycas__link--apply:visited {
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .stickyPaycas__link--apply:hover {
    background: #FF5C5C;
    text-decoration: underline;
  }
}
.stickyPaycas__link--tel {
  display: block;
  max-width: 230px;
  color: #FF5C5C;
  background: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 0;
  padding: 16px 0;
  border: solid 2px #FF5C5C;
  border-radius: 8px;
}
.stickyPaycas__link--tel:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.stickyPaycas__link--tel:visited {
  color: #FF5C5C;
}
.stickyPaycas__link--tel::before {
  content: "";
  background: url(../images/ico_tel_01.png) no-repeat center/cover;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.stickyPaycas__lead {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .stickyPaycas__lead {
    display: none;
  }
}
.stickyPaycas__lead::before, .stickyPaycas__lead::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 26px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .stickyPaycas__lead::before, .stickyPaycas__lead::after {
    content: none;
  }
}
.stickyPaycas__lead::before {
  background: url("../images/ico_left_02.png") center/cover no-repeat;
}
.stickyPaycas__lead::after {
  background: url("../images/ico_right_02.png") center/cover no-repeat;
}

.select::after {
  content: none;
}

.lp2Attention {
  background: #ff0033;
}
.lp2Attention__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp2Attention__container {
    max-width: 375px;
  }
}
.lp2Attention__container {
  padding: 8px;
  text-align: center;
}
.lp2Attention__text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .lp2Attention__text {
    font-size: 1.6rem;
  }
}
.lp2Attention__text::before {
  content: "";
  background: url("../images/ico_lp2left_01.png") center/cover no-repeat;
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .lp2Attention__text::before {
    width: 8px;
    height: 10px;
  }
}
.lp2Attention__text::after {
  content: "";
  background: url("../images/ico_lp2right_01.png") center/cover no-repeat;
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-left: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .lp2Attention__text::after {
    width: 8px;
    height: 10px;
  }
}

.lp2mainVisual {
  padding: 40px 16px 24px;
  background: #f6f6f6;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual {
    padding: 16px;
  }
}
.lp2mainVisual__container {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__container {
    max-width: 375px;
  }
}
.lp2mainVisual__container {
  min-height: 380px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__container {
    display: block;
  }
}
.lp2mainVisual__title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #564d4e;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__title {
    font-size: 1.7rem;
    text-align: center;
  }
}
.lp2mainVisual__title--annotation {
  text-align: right;
  font-size: 12px;
  color: #2455AA;
}
.lp2mainVisual__subTitle {
  margin-top: 16px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #2455AA;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__subTitle {
    font-size: 1.6rem;
  }
}
.lp2mainVisual__emphasis, .lp2mainVisual__emphasis--plan {
  font-size: 4rem;
  color: #ff0033;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__emphasis, .lp2mainVisual__emphasis--plan {
    font-size: 2.4rem;
  }
}
.lp2mainVisual__emphasis--plan {
  color: #564d4e;
}
.lp2mainVisual__accent {
  font-size: 3.4rem;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__accent {
    font-size: 2.4rem;
  }
}
.lp2mainVisual__linear, .lp2mainVisual__linear--sp {
  max-height: 50px;
  padding-bottom: 2px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff600));
  background: -webkit-linear-gradient(transparent 50%, #fff600 50%);
  background: linear-gradient(transparent 50%, #fff600 50%);
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__linear, .lp2mainVisual__linear--sp {
    background: none;
  }
}
.lp2mainVisual__lead > .lp2mainVisual__linear, .lp2mainVisual__lead > .lp2mainVisual__linear--sp {
  display: inline-block;
  max-height: 24px;
  padding-bottom: 2px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #fff600));
  background: -webkit-linear-gradient(transparent 70%, #fff600 30%);
  background: linear-gradient(transparent 70%, #fff600 30%);
  font-size: 1.8rem;
}
.lp2mainVisual__linear--sp {
  background: none;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__linear--sp {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff600));
    background: -webkit-linear-gradient(transparent 50%, #fff600 50%);
    background: linear-gradient(transparent 50%, #fff600 50%);
  }
}
.lp2mainVisual__inner {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__inner {
    display: block;
  }
}
.lp2mainVisual__photo {
  width: 67%;
  max-width: 630px;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__photo {
    width: auto;
  }
}
.lp2mainVisual__content {
  width: 33%;
  background: #fff;
  margin-left: 16px;
  padding: 24px 16px;
  border-radius: 6px;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__content {
    background: transparent;
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__contactArea {
    display: none;
  }
}
.lp2mainVisual__button + .lp2mainVisual__text {
  margin-top: 16px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__text--annotation {
    text-align: center;
  }
}
.lp2mainVisual__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.lp2mainVisual__lead {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #564d4e;
}
.lp2mainVisual__lead::before, .lp2mainVisual__lead::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__lead::before, .lp2mainVisual__lead::after {
    width: 21px;
    height: 20px;
  }
}
.lp2mainVisual__lead::before {
  background: url("../images/ico_left_01.png") center/cover no-repeat;
}
.lp2mainVisual__lead::after {
  background: url("../images/ico_right_01.png") center/cover no-repeat;
}
.lp2mainVisual__lead {
  margin-bottom: 8px;
}
.lp2mainVisual__lead::before {
  background: url("../images/ico_left_03.png") center/cover no-repeat;
}
.lp2mainVisual__lead::after {
  background: url("../images/ico_right_03.png") center/cover no-repeat;
}
.lp2mainVisual__link--apply {
  display: block;
  max-width: 330px;
  color: #ffffff;
  background: #FF5C5C;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 0;
  padding: 16px 0;
  border-radius: 8px;
  cursor: pointer;
}
.lp2mainVisual__link--apply:hover {
  background: #f88685;
  text-decoration: none;
}
.lp2mainVisual__link--apply:visited {
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__link--apply:hover {
    background: #FF5C5C;
    text-decoration: underline;
  }
}
.lp2mainVisual__link--apply {
  background: #2c89f4;
}
.lp2mainVisual__link--apply:hover {
  background: #5ba2f3;
  text-decoration: none;
}
.lp2mainVisual__link--apply:visited {
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .lp2mainVisual__link--apply:hover {
    background: #2c89f4;
    text-decoration: underline;
  }
}
.lp2mainVisual__link--tel {
  display: block;
  max-width: 230px;
  color: #FF5C5C;
  background: #fff;
  text-align: center;
  font-weight: bold;
  margin: 16px auto 0;
  padding: 8px 0;
  border: solid 2px #FF5C5C;
  border-radius: 8px;
}
.lp2mainVisual__link--tel:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.lp2mainVisual__link--tel:visited {
  color: #FF5C5C;
}
.lp2mainVisual__link--tel::before {
  content: "";
  background: url(../images/ico_tel_01.png) no-repeat center/cover;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.lp2mainVisual__link--anchor {
  color: #3895ff;
}
.lp2mainVisual__link--anchor:hover {
  color: #3895ff;
}
.lp2mainVisual__link--anchor:visited {
  color: #3895ff;
}