.mainVisual {
  background: url(../images/bg_mv_01.png) top center/cover no-repeat #ddd;
  min-height: 400px;
}
@media screen and (max-width: 750px) {
  .mainVisual {
    position: relative;
    background-image: url(../images/bg_mv_02.png);
    min-height: 250px;
  }
}
.mainVisual__container {
  max-width: 950px;
  margin: 0 auto;
  min-height: 400px;
  position: relative;
  margin: 0 auto;
  padding: 48px 16px 24px;
}
@media screen and (max-width: 750px) {
  .mainVisual__container {
    min-height: 200px;
    position: static;
    padding: 40px 0 16px;
  }
}
.mainVisual__title {
  margin-top: 88px;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 750px) {
  .mainVisual__title {
    margin-top: 0;
    text-align: center;
  }
}
.mainVisual__title--small {
  font-size: 2.8rem;
}
@media screen and (max-width: 750px) {
  .mainVisual__title--small {
    font-size: 2rem;
  }
}
.mainVisual__title--main {
  font-size: 4.8rem;
}
@media screen and (max-width: 750px) {
  .mainVisual__title--main {
    font-size: 3.6rem;
  }
}
.mainVisual__text {
  margin-top: 8px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 750px) {
  .mainVisual__text {
    font-size: 1.6rem;
    text-align: center;
  }
}
.mainVisual__text--annotation {
  position: absolute;
  left: 0;
  bottom: 8px;
  padding: 0 16px;
  color: #ffffff;
  font-size: 1.2rem;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 750px) {
  .mainVisual__text--annotation {
    bottom: 0;
    padding: 8px;
    background: #232323;
  }
}
.mainVisual__sub {
  font-size: 1.2rem;
}

.outline__container {
  max-width: 950px;
  margin: 0 auto;
}
.outline__inner {
  margin: 0 auto;
  padding: 48px 8px;
}
@media screen and (max-width: 750px) {
  .outline__inner {
    padding: 40px 8px 32px;
  }
}
.outline__inner {
  padding-bottom: 0;
}
.outline__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .outline__title {
    font-size: 2.2rem;
  }
}
.outline__title {
  padding: 16px 0;
}
.outline__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #FF0000;
  margin: 13px auto 0;
}
.problems {
  padding: 32px 16px;
}
@media screen and (max-width: 750px) {
  .problems {
    padding: 0 8px;
  }
}
.problems__container {
  max-width: 950px;
  margin: 0 auto;
}
.problems__inner {
  margin: 0 auto;
  padding: 48px 8px;
}
@media screen and (max-width: 750px) {
  .problems__inner {
    padding: 40px 8px 32px;
  }
}
.problems__inner {
  background: #fff;
  line-height: 1.4;
}
.problems__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .problems__title {
    font-size: 2.2rem;
  }
}
.problems__heading {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .problems__heading {
    font-size: 2.2rem;
  }
}
.problems__heading {
  display: block;
}
.problems__heading--emphasis {
  color: #2455AA;
}
@media screen and (max-width: 750px) {
  .problems__heading {
    font-size: 2.2rem;
  }
}
.problems__contents {
  padding: 72px 32px;
}
.problems__box {
  padding: 72px 16px 32px;
  text-align: center;
  border-radius: 8px;
  border: solid 3px #BCEEFE;
  position: relative;
  margin-bottom: 8px;
}
.problems__box:before {
  content: "";
  display: inline-block;
  width: 264px;
  height: 86px;
  background: url(../images/img_problems_15.png) center/contain no-repeat;
  position: absolute;
  top: -50px;
  right: calc((100% - 264px) / 2);
}
@media screen and (max-width: 750px) {
  .problems__box:before {
    width: 180px;
    right: calc((100% - 180px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .problems__box {
    padding: 40px 0 8px;
    margin-bottom: 8px;
  }
}
.problems__box--inner {
  padding: 0 8px;
}
.problems__leading {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .problems__leading {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.problems__leading--emphasis {
  display: block;
  color: #2455AA;
  font-size: 3.1rem;
}
.problems__leading--emphasis:before {
  content: "";
  display: inline-block;
  width: 82px;
  height: 64px;
  background: url(../images/ico_problems_01.png) center/contain no-repeat;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .problems__leading--emphasis:before {
    position: absolute;
    width: 40px;
    height: 31px;
    margin-right: 0;
    bottom: -20px;
    left: 30px;
  }
}
.problems__leading--emphasis:after {
  content: "";
  display: inline-block;
  width: 82px;
  height: 64px;
  background: url(../images/ico_problems_02.png) center/contain no-repeat;
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .problems__leading--emphasis:after {
    position: absolute;
    width: 40px;
    height: 31px;
    margin-left: 0;
    right: 30px;
    bottom: -20px;
  }
}
@media screen and (max-width: 750px) {
  .problems__leading--emphasis {
    position: relative;
    font-size: 2rem;
  }
}
.problems__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: 24px;
}
@media screen and (max-width: 750px) {
  .problems__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.problems__item {
  width: calc((100% - 120px) / 3);
}
.problems__item--title {
  font-size: 1.8rem;
  font-weight: 700;
  min-height: 80px;
}
@media screen and (max-width: 750px) {
  .problems__item--title {
    font-size: 1.6rem;
    min-height: auto;
  }
}
.problems__item--txt {
  padding: 16px 0;
}
@media screen and (max-width: 750px) {
  .problems__item--txt {
    font-size: 1.4rem;
    padding: 8px 0;
  }
}
.problems__item--annotation {
  font-size: 1.2rem;
  color: #606060;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .problems__item {
    width: 100%;
    padding: 32px 16px 16px;
  }
}
.problems__item .problems__photo {
  max-width: 210px;
  margin: 8px auto 0;
}
.problems__leading + .problems__photo {
  max-width: 645px;
  margin: 32px auto 16px;
}
.problems__button {
  margin: 24px auto 0;
}
.problems__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;
}
.problems__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.problems__link:visited {
  color: #ffffff;
}
.problems__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.problems__case--us {
  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-top: 72px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.problems__case--us::before {
  content: "";
  display: inline-block;
  width: 74px;
  height: 77px;
  background: url(../images/ico_qrstand_01.png) center/contain no-repeat;
  margin-right: 8px;
}

.trialCp {
  background: #fff;
  padding: 32px 16px 48px;
}
.trialCp__container {
  max-width: 950px;
  margin: 0 auto;
}
.trialCp__lead {
  position: relative;
  max-width: 330px;
  margin: 0 auto;
  padding: 8px 32px;
  background: #FF954C;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.trialCp__lead::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 18px;
  height: 19px;
  background-color: #FF954C;
  -webkit-clip-path: polygon(50% 19px, 0% 0%, 18px 0%);
          clip-path: polygon(50% 19px, 0% 0%, 18px 0%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.trialCp__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .trialCp__title {
    font-size: 2.2rem;
  }
}
.trialCp__title {
  margin-top: 24px;
}
.trialCp__contents:first-of-type {
  max-width: 740px;
  margin: 24px auto;
}
.trialCp__contents + .trialCp__contents {
  margin-top: 120px;
}
.trialCp__heading {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.trialCp__text {
  margin-top: 8px;
  text-align: center;
}
.trialCp__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: 48px auto 32px;
}
.trialCp__list--annotation {
  margin-top: 16px;
}
.trialCp__item {
  max-width: calc((100% - 16px) / 2);
}
.trialCp__item + .trialCp__item {
  margin-left: 16px;
}
.trialCp__annotation {
  font-size: 1.2rem;
  color: #606060;
  line-height: 1.8;
}
.trialCp__liteplanTitle {
  margin: 48px auto 0;
}
.trialCp__liteplanText {
  width: 100%;
  padding: 24px 8px;
  background: #FF5C5C;
  border-radius: 16px 16px 0 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.trialCp__liteplanContents {
  display: block;
  max-width: 740px;
  margin: 48px auto;
}
.trialCp__link {
  color: #00B8F6;
}
.trialCp__link:visited {
  color: #00B8F6;
}

.customer {
  background: #F5FCFF;
  padding: 48px 0;
}
.customer__container {
  max-width: 950px;
  margin: 0 auto;
}
.customer__inner {
  margin: 0 auto;
  padding: 48px 8px;
}
@media screen and (max-width: 750px) {
  .customer__inner {
    padding: 40px 8px 32px;
  }
}
.customer__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .customer__title {
    font-size: 2.2rem;
  }
}
.customer__contents {
  background: #ffffff;
  margin-top: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.customer__headGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .customer__headGroup {
    display: block;
    position: relative;
  }
}
.customer__photo {
  width: 307px;
}
@media screen and (max-width: 750px) {
  .customer__photo {
    width: 100%;
  }
}
.customer__textGroup {
  width: calc(100% - 307px);
  padding: 30px;
}
@media screen and (max-width: 750px) {
  .customer__textGroup {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    padding: 19px;
  }
}
.customer__heading {
  font-size: 2.7rem;
}
@media screen and (max-width: 750px) {
  .customer__heading {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.customer__name {
  font-size: 1.4rem;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .customer__name {
    margin-top: 10px;
  }
}
.customer__text {
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 30px;
}

.point {
  background: #fffbef;
  padding: 30px;
}
.point__title {
  font-size: 2.6rem;
  font-weight: 700;
}
.point__text--emphasis {
  color: #ff0033;
}
.point__list {
  counter-reset: num;
}
.point__item {
  position: relative;
  font-weight: 700;
  margin-top: 10px;
  padding: 2px 0 0 40px;
}
@media screen and (max-width: 750px) {
  .point__item {
    margin-top: 20px;
  }
}
.point__item::before {
  counter-increment: num 1;
  content: counter(num);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  color: #ffffff;
  background: #ff0033;
  padding: 2px 8px;
  border-radius: 3px;
}

.other {
  padding: 80px 16px;
  text-align: center;
}
.other__container {
  max-width: 950px;
  margin: 0 auto;
}
.other__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .other__title {
    font-size: 2.2rem;
  }
}
.other__text {
  margin-top: 48px;
}
.other__contents > .other__text {
  margin-top: 16px;
  font-size: 1.4rem;
}
.other__text--annotation {
  font-size: 1.2rem;
  color: #606060;
  line-height: 1.8;
}
.other__service {
  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: 48px;
}
@media screen and (max-width: 750px) {
  .other__service {
    display: block;
  }
}
.other__contents {
  position: relative;
  width: calc((100% - 40px) / 3);
  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;
  padding: 48px 16px 24px 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 750px) {
  .other__contents {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .other__contents + .other__contents {
    margin-top: 24px;
  }
}
.other__label {
  position: absolute;
  top: 16px;
  right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.other__label--restriction {
  padding: 8px;
  background: #707070;
  border-radius: 6px;
  font-size: 1.4rem;
  color: #fff;
}
.other__label--lightplan {
  margin-left: 8px;
  padding: 2px 24px;
  background: #FF954C;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
}
.other__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -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;
  font-size: 2.4rem;
  font-weight: 700;
}
.other__photo {
  max-width: 90px;
  margin: 8px auto;
}
.other__button {
  margin-top: 16px;
}
.other__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;
}
.other__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.other__link:visited {
  color: #ffffff;
}
.other__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.other__link {
  max-width: 163px;
  padding: 8px;
  font-size: 1.2rem;
}
.other__link::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.inquiry {
  position: relative;
  z-index: 1;
  padding: 48px 16px 136px;
  background: url(../../../offer/coupon/images/bg_campaign_01.png) top center/cover no-repeat;
}
.inquiry__container {
  max-width: 950px;
  margin: 0 auto;
}
.inquiry__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .inquiry__title {
    font-size: 2.2rem;
  }
}
.inquiry__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;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .inquiry__list {
    display: block;
  }
}
.inquiry__item {
  position: relative;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 750px) {
  .inquiry__item {
    width: 100%;
  }
}
.inquiry__doc {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .inquiry__doc {
    margin-top: 18px;
  }
}
.inquiry__link--tel {
  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;
  height: 83px;
  color: #ffffff;
  background: #FE5D5C;
  border-radius: 8px;
}
.inquiry__link--tel:visited {
  color: #ffffff;
}
.inquiry__link--tel:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .inquiry__link--tel:hover {
    opacity: 0.8;
  }
}
.inquiry__link--tel [class*=__textGroup] {
  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;
  text-align: center;
  z-index: 1;
}
.inquiry__link--tel [class*=__lead] {
  font-size: 1.4rem;
}
.inquiry__link--tel [class*=__main] {
  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;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 5px;
}
.inquiry__link--tel [class*=__main]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/ico_tel_01.png") center/contain no-repeat;
  margin-right: 8px;
}
.inquiry__link--tel [class*=__subText] {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .inquiry__link--tel [class*=__subText] {
    font-size: 1.2rem;
  }
}
.inquiry__link--tel [class*=__screenTextGroup] {
  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;
  text-align: center;
  position: absolute;
  top: 70px;
  width: 95%;
  height: 40%;
  margin-top: 3px;
  background: #fff;
  border-radius: 8px;
  border: 3px solid #FE5D5C;
  color: #242323;
}
.inquiry__link--tel [class*=__screenTextGroup]::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 25%;
  margin-left: -15px;
  border: 5px solid #FE5D5C;
  border-bottom: 10px solid #fff;
}
@media screen and (max-width: 950px) {
  .inquiry__link--tel [class*=__screenTextGroup] {
    width: 95%;
  }
}
@media screen and (max-width: 750px) {
  .inquiry__link--tel [class*=__screenTextGroup] {
    width: 90%;
    height: 40%;
  }
  .inquiry__link--tel [class*=__screenTextGroup]::before {
    left: 15%;
  }
}
.inquiry__link--tel [class*=__screenLead] {
  font-size: 1.4rem;
}
@media screen and (max-width: 950px) {
  .inquiry__link--tel [class*=__screenLead] {
    font-size: 1.1rem;
  }
}
.inquiry__link--tel [class*=__screenSubText] {
  font-size: 1rem;
}
.inquiry__link--tel [class*=__screenSup] {
  font-size: 0.5em;
  vertical-align: top;
}
@media screen and (max-width: 950px) {
  .inquiry__link--tel [class*=__screenSup] {
    font-size: 0.3em;
  }
}
@media screen and (max-width: 750px) {
  .inquiry__link--tel [class*=__screenSup] {
    font-size: 0.5em;
  }
}
.inquiry__link--tel [class*=__screenIcon] {
  margin-right: 8px;
}
@media screen and (max-width: 950px) {
  .inquiry__link--tel [class*=__screenIcon] {
    width: 38px;
    height: 26px;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .inquiry__link--tel [class*=__screenIcon] {
    width: 48px;
    height: 33px;
    margin-right: 5px;
  }
}
.inquiry__link--consultation {
  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;
  height: 86px;
  color: #FE5D5C;
  background: #ffffff;
  border: 4px solid #FE5D5C;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .inquiry__link--consultation {
    margin-top: 11px;
  }
}
.inquiry__link--consultation:visited {
  color: #FE5D5C;
}
.inquiry__link--consultation:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .inquiry__link--consultation:hover {
    opacity: 0.8;
  }
}
.inquiry__link--consultation [class*=__textGroup] {
  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;
  text-align: center;
}
.inquiry__link--consultation [class*=__lead] {
  font-size: 1.4rem;
}
.inquiry__link--consultation [class*=__main] {
  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;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 5px;
}
.inquiry__link--consultation [class*=__main]::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url("../images/ico_consultation_01.png") center/contain no-repeat;
  margin-right: 4px;
}
.inquiry__link--doc {
  color: #00B8F6;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .inquiry__link--doc {
    font-size: 1.6rem;
  }
}
.inquiry__link--doc:visited {
  color: #00B8F6;
}
.inquiry__link--apply {
  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: 435px;
  height: 86px;
  background: #F24F4F;
  color: #FFF;
  margin: 0 auto;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .inquiry__link--apply {
    max-width: 100%;
  }
}
.inquiry__link--apply:visited {
  color: #FFF;
}
.inquiry__link--apply:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .inquiry__link--apply:hover {
    opacity: 0.8;
  }
}
.inquiry__link--apply [class*=__textGroup] {
  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;
  text-align: center;
}
.inquiry__link--apply [class*=__lead] {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .inquiry__link--apply [class*=__lead] {
    font-size: 1.3rem;
  }
}
.inquiry__link--apply [class*=__main] {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 5px;
}
.inquiry__apply {
  max-width: 910px;
  background: #ffffff;
  margin: 100px auto 0;
  padding: 45px 66px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .inquiry__apply {
    margin-top: 35px;
    padding: 40px 10px 26px;
  }
}
.inquiry__button, .inquiryLiteplan__button {
  margin-top: 52px;
}
@media screen and (max-width: 750px) {
  .inquiry__button, .inquiryLiteplan__button {
    margin-top: 40px;
  }
}
.inquiry__note {
  display: block;
  font-size: 1.2rem;
  text-align: right;
  margin-top: 60px;
}
@media screen and (max-width: 950px) {
  .inquiry__note {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 750px) {
  .inquiry__note {
    font-size: 1rem;
  }
}
.inquiry__txt, .outline__text {
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 16px 0;
}

.inquiryLiteplan {
  padding: 24px 16px 40px;
}
.inquiryLiteplan__container {
  max-width: 950px;
  margin: 0 auto;
}
.inquiryLiteplan__link--apply {
  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: 435px;
  height: 86px;
  background: #F24F4F;
  color: #FFF;
  margin: 0 auto;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .inquiryLiteplan__link--apply {
    max-width: 100%;
  }
}
.inquiryLiteplan__link--apply:visited {
  color: #FFF;
}
.inquiryLiteplan__link--apply:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .inquiryLiteplan__link--apply:hover {
    opacity: 0.8;
  }
}
.inquiryLiteplan__link--apply [class*=__textGroup] {
  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;
  text-align: center;
}
.inquiryLiteplan__link--apply [class*=__lead] {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .inquiryLiteplan__link--apply [class*=__lead] {
    font-size: 1.3rem;
  }
}
.inquiryLiteplan__link--apply [class*=__main] {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 5px;
}

.stickyLiteplan {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  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;
}
.stickyLiteplan__container {
  max-width: 950px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
.stickyLiteplan__list, .stickyLiteplan__list--paycas, .stickyLiteplan__list--liteplan, .stickyLiteplan__list--top {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__list, .stickyLiteplan__list--paycas, .stickyLiteplan__list--liteplan, .stickyLiteplan__list--top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 8px;
  }
}
.stickyLiteplan__list:has(.stickyLiteplan__item--icon), .stickyLiteplan__list--paycas:has(.stickyLiteplan__item--icon), .stickyLiteplan__list--liteplan:has(.stickyLiteplan__item--icon), .stickyLiteplan__list--top:has(.stickyLiteplan__item--icon) {
  padding-left: 88px;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__list:has(.stickyLiteplan__item--icon), .stickyLiteplan__list--paycas:has(.stickyLiteplan__item--icon), .stickyLiteplan__list--liteplan:has(.stickyLiteplan__item--icon), .stickyLiteplan__list--top:has(.stickyLiteplan__item--icon) {
    padding-left: 8px;
  }
}
.stickyLiteplan__list--top {
  max-width: 670px;
  margin: 0 auto;
  padding: 8px;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__list--liteplan:has(.stickyLiteplan__item--icon) {
    padding-left: 72px;
  }
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__list--paycas:has(.stickyLiteplan__item--icon) {
    padding-left: 72px;
  }
}
.stickyLiteplan__item, .stickyLiteplan__item--detail, .stickyLiteplan__item--entryPaycas, .stickyLiteplan__item--entryLiteplan, .stickyLiteplan__item--entry, .stickyLiteplan__item--doc, .stickyLiteplan__item--telLarge, .stickyLiteplan__item--tel {
  width: 33.3333333333%;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__item, .stickyLiteplan__item--detail, .stickyLiteplan__item--entryPaycas, .stickyLiteplan__item--entryLiteplan, .stickyLiteplan__item--entry, .stickyLiteplan__item--doc, .stickyLiteplan__item--telLarge, .stickyLiteplan__item--tel {
    width: calc((100% - 16px) / 2);
  }
}
.stickyLiteplan__item--icon {
  position: absolute;
  bottom: 0;
  left: 8px;
  max-width: 84px;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__item--icon {
    max-width: 60px;
  }
}
.stickyLiteplan__item--tel {
  margin-right: 40px;
}
@media screen and (max-width: 951px) {
  .stickyLiteplan__item--tel {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__item--tel {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.stickyLiteplan__list--liteplan .stickyLiteplan__item--tel {
  max-width: 320px;
  width: calc((100% - 16px) / 2);
}
.stickyLiteplan__list--paycas .stickyLiteplan__item--tel {
  max-width: 320px;
  width: calc((100% - 16px) / 2);
}
.stickyLiteplan__item--telLarge {
  width: 100%;
}
@media screen and (max-width: 951px) {
  .stickyLiteplan__item--telLarge {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__item--telLarge {
    width: calc((100% - 16px) / 2);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.stickyLiteplan__item--telMulti {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__item--telMulti {
    width: 100%;
  }
}
@media screen and (max-width: 951px) {
  .stickyLiteplan__item--telMulti {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__item--telMulti {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.stickyLiteplan__item--doc {
  max-width: 230px;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__item--doc {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__item--entry {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.stickyLiteplan__item--entryLiteplan {
  width: 100%;
}
.stickyLiteplan__item--entryPaycas {
  width: 50%;
}
.stickyLiteplan__item--entryMulti {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__item--entryMulti {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.stickyLiteplan__item--paycas {
  width: calc((100% - 64px) / 2);
  margin-right: 64px;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__item--paycas {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
}
.stickyLiteplan__item--userScan {
  width: calc((100% - 64px) / 2);
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__item--userScan {
    width: calc((100% - 16px) / 2);
  }
}
.stickyLiteplan__item--detail {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__item--detail {
    width: calc((100% - 16px) / 2);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.stickyLiteplan__link, .stickyLiteplan__link--detail, .stickyLiteplan__link--userScan, .stickyLiteplan__link--paycas, .stickyLiteplan__link--entryPaycas, .stickyLiteplan__link--entry, .stickyLiteplan__link--entryLiteplan, .stickyLiteplan__link--doc {
  height: 64px;
  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: 10px;
  padding: 16px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__link, .stickyLiteplan__link--detail, .stickyLiteplan__link--userScan, .stickyLiteplan__link--paycas, .stickyLiteplan__link--entryPaycas, .stickyLiteplan__link--entry, .stickyLiteplan__link--entryLiteplan, .stickyLiteplan__link--doc {
    height: 50px;
    margin: 0 auto;
    padding: 16px 8px;
    font-size: 1.2rem;
  }
}
.stickyLiteplan__link::before, .stickyLiteplan__link--detail::before, .stickyLiteplan__link--userScan::before, .stickyLiteplan__link--paycas::before, .stickyLiteplan__link--entryPaycas::before, .stickyLiteplan__link--entry::before, .stickyLiteplan__link--entryLiteplan::before, .stickyLiteplan__link--doc::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
}
.stickyLiteplan__link:visited, .stickyLiteplan__link--detail:visited, .stickyLiteplan__link--userScan:visited, .stickyLiteplan__link--paycas:visited, .stickyLiteplan__link--entryPaycas:visited, .stickyLiteplan__link--entry:visited, .stickyLiteplan__link--entryLiteplan:visited, .stickyLiteplan__link--doc:visited {
  color: #ffffff;
}
.stickyLiteplan__link:hover, .stickyLiteplan__link--detail:hover, .stickyLiteplan__link--userScan:hover, .stickyLiteplan__link--paycas:hover, .stickyLiteplan__link--entryPaycas:hover, .stickyLiteplan__link--entry:hover, .stickyLiteplan__link--entryLiteplan:hover, .stickyLiteplan__link--doc:hover {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}
.stickyLiteplan__link--doc {
  border: solid 2px #ffffff;
  border-radius: 8px;
}
.stickyLiteplan__link--doc::before {
  width: 25px;
  height: 25px;
  background: url("https://image.paypay.ne.jp/page/store/common/images/ico_doc_02.png") center/contain no-repeat;
}
.stickyLiteplan__link--entry, .stickyLiteplan__link--entryLiteplan {
  position: relative;
  padding: 16px 24px;
  color: #ffffff;
  background: #F24F4F;
  border-radius: 8px;
}
.stickyLiteplan__link--entry::after, .stickyLiteplan__link--entryLiteplan::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-left: 1px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__link--entryLiteplan {
    padding: 16px 24px 16px 8px;
  }
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__link--entryLiteplan::after {
    right: 8px;
  }
}
.stickyLiteplan__link--entryPaycas {
  position: relative;
  background: #3CC9C9;
  border-radius: 8px;
}
.stickyLiteplan__link--entryPaycas::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-left: 1px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__link--entryPaycas::after {
    right: 8px;
  }
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__link--entryPaycas {
    padding-right: 24px;
  }
}
.stickyLiteplan__link--paycas {
  background: #3CC9C9;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__link--paycas {
    height: auto;
  }
}
.stickyLiteplan__link--userScan {
  background: #FF5C5C;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__link--userScan {
    height: auto;
  }
}
.stickyLiteplan__link--detail {
  border: solid 2px #ffffff;
  border-radius: 8px;
}
.stickyLiteplan__link--detail::before {
  content: none;
}
.stickyLiteplan__main--detail {
  position: relative;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__main--detail {
    font-size: 1.3rem;
  }
}
.stickyLiteplan__main--detail::after {
  content: "";
  position: absolute;
  display: block;
  top: 75%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin-left: 10em;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__main--detail::after {
    top: 73%;
  }
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__textGroup {
    line-height: 1;
  }
}
.stickyLiteplan__lead {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 750px) {
  .stickyLiteplan__lead {
    font-size: 1.2rem;
    font-weight: 700;
  }
}
.stickyLiteplan__text {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 951px) {
  .stickyLiteplan__text {
    font-size: 1.5rem;
  }
}
.stickyLiteplan__subText, .stickyLiteplan__subText--hours, .stickyLiteplan__subText--charge {
  font-weight: 400;
}
.stickyLiteplan__subText--charge {
  font-size: 1.2rem;
}
@media screen and (max-width: 951px) {
  .stickyLiteplan__subText--charge {
    font-size: 1rem;
  }
}
.stickyLiteplan__subText--hours {
  font-size: 1.4rem;
}
@media screen and (min-width: 751px) {
  .stickyLiteplan__subText--hours {
    display: block;
  }
}
@media screen and (max-width: 951px) {
  .stickyLiteplan__subText--hours {
    font-size: 1.2rem;
  }
}

.show {
  display: block;
}

.select::after {
  content: none;
}

.buttons, .contact {
  display: none;
}