@charset "UTF-8";
.header__link--entryModal {
  padding: 12px 24px;
  background: #ff0033;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 700;
  -webkit-transform: all 0.3;
          transform: all 0.3;
}
.header__link--entryModal:visited {
  color: #ffffff;
}
.header__link--entryModal:hover {
  opacity: 0.7;
  text-decoration: none;
}
.header__link--emphasis {
  color: #FF0033;
  margin: 0 4px;
  padding: 4px 8px;
  background: #ffffff;
  border-radius: 4px;
}

.hamburger {
  position: relative;
  z-index: 999;
}
.hamburger__button {
  position: fixed;
  top: 172px;
  right: 16px;
  max-width: 54px;
  background: #FF0033;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .hamburger__button {
    max-width: 45px;
    top: 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483640;
}
.navigation::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.5);
}
.navigation__container {
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10vw);
  max-width: 700px;
  max-height: calc(100% - 100px);
  padding: 24px;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .navigation__container {
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.navigation__close {
  position: absolute;
  top: 8px;
  right: 8px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: #383838;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
  cursor: pointer;
}
.navigation__close::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 4px;
  width: 22px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navigation__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 4px;
  width: 22px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation__list {
  background-color: #fff;
  border: solid 1px #000000;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.navigation__item {
  text-align: center;
}
.navigation__item:not(:last-child) {
  border-bottom: solid 1px #000000;
}
.navigation__link {
  position: relative;
  display: block;
  padding: 16px;
  color: #FF0033;
  font-size: 2rem;
  font-weight: 700;
}
.navigation__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-left: 1px;
  border-top: 2px solid #383838;
  border-right: 2px solid #383838;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.mainVisual {
  margin: 0 auto;
}
.mainVisual__container {
  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;
  max-width: 1280px;
  margin: 0 auto;
}
.mainVisual__canvas {
  width: 426px;
}
.mainVisual__contents {
  max-width: 339px;
  margin: 0 auto;
  padding: 24px 8px;
}
@media screen and (max-width: 750px) {
  .mainVisual__contents {
    width: auto;
    max-width: 100%;
    padding: 24px 0;
  }
}
.mainVisual__balloon {
  max-width: 340px;
  position: relative;
  margin: 0 auto;
  padding: 2px 16px;
  background: #FF0033;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1rem;
}
.mainVisual__balloon--main {
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}
.mainVisual__balloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 12px;
  height: 6px;
  background-color: #FF0033;
  -webkit-clip-path: polygon(50% 6px, 0% 0%, 12px 0%);
          clip-path: polygon(50% 6px, 0% 0%, 12px 0%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mainVisual__sup {
  font-size: 1.2rem;
  vertical-align: top;
}
.mainVisual__title {
  margin-top: 24px;
}
.mainVisual__lead {
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.mainVisual__lead--main {
  position: relative;
  display: inline-block;
}
.mainVisual__lead--main::before {
  position: absolute;
  left: -16px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #242323;
  border-radius: 2px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.mainVisual__lead--main::after {
  position: absolute;
  content: "";
  right: -16px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #242323;
  border-radius: 2px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.mainVisual__button {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .mainVisual__button {
    max-width: 339px;
    margin: 8px auto 0;
  }
}
.mainVisual__link {
  display: block;
  margin: 0 auto;
  padding: 12px 24px;
  color: #ffffff;
  background: #FF0033;
  border-bottom: solid 4px #B91C3B;
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
}
.mainVisual__link:visited {
  color: #ffffff;
}
.mainVisual__link:hover {
  opacity: 0.7;
}
.mainVisual__link--emphasis {
  color: #FF0033;
  margin: 0 4px;
  padding: 4px 12px;
  background: #ffffff;
  border-radius: 4px;
}
.mainVisual__list--annotation {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .mainVisual__list--annotation {
    margin: 24px 16px 0;
  }
}
.mainVisual__item--annotation {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1;
}
.mainVisual__annotation {
  color: #606060;
  font-size: 1rem;
}

.merit {
  padding: 80px 0;
  background: #FFFAF5;
  letter-spacing: 0.1rem;
}
.merit__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .merit__container {
    padding: 0;
  }
}
.merit__lead {
  color: #FF0033;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.merit__title {
  max-width: 335px;
  margin: 0 auto;
  border-bottom: solid 2px #ff0033;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.merit__title--large {
  font-size: 4.8rem;
}
.merit__list {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 750px) {
  .merit__list {
    display: block;
  }
}
.merit__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 8px;
}
.merit__item:first-child {
  width: calc((100% - 60px) / 2);
  max-width: 435px;
}
@media screen and (max-width: 750px) {
  .merit__item:first-child {
    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;
    width: auto;
    max-width: 100%;
    margin-bottom: 56px;
    margin-left: 40px;
    border-radius: 0 16px 0 16px;
  }
}
.merit__item:nth-of-type(2) {
  width: calc((100% - 60px) / 2);
  max-width: 435px;
}
@media screen and (max-width: 750px) {
  .merit__item:nth-of-type(2) {
    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;
    width: auto;
    max-width: 100%;
    margin-bottom: 56px;
    margin-right: 40px;
    border-radius: 16px 0 16px 0;
  }
}
.merit__item:last-child {
  width: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .merit__item:last-child {
    width: auto;
    margin-left: 40px;
    border-radius: 0 16px 0 16px;
  }
}
.merit__number {
  position: absolute;
  top: -24px;
  left: -24px;
  max-width: 90px;
}
@media screen and (max-width: 750px) {
  .merit__number {
    max-width: 64px;
    top: -32px;
  }
}
@media screen and (max-width: 750px) {
  .merit__item:nth-of-type(even) .merit__number {
    left: auto;
    right: -24px;
  }
}
.merit__canvas {
  width: 100%;
  background: #FFFAF5;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .merit__canvas {
    max-width: 92px;
    margin-right: 0;
  }
}
.merit__imgWrap {
  max-width: 170px;
  margin: 0 auto;
}
.merit__text, .merit__text--center {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 24px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .merit__text, .merit__text--center {
    margin-top: 0;
    font-size: 1.6rem;
    text-align: left;
  }
}
.merit__plan .merit__text, .merit__plan .merit__text--center {
  text-align: left;
}
.merit__text--large {
  font-size: 3.2rem;
}
@media screen and (max-width: 750px) {
  .merit__text--large {
    font-size: 2rem;
  }
}
.merit__text--sup {
  position: relative;
  font-size: 1.2rem;
  vertical-align: top;
  top: 0.1em;
}
.merit__text--center {
  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;
  -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;
}
.merit__emphasis {
  color: #FF0033;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .merit__emphasis--sp {
    color: #FF0033;
    font-size: 2rem;
    font-weight: 700;
  }
}
.merit__large--sp {
  font-size: 2rem;
}
.merit__heading {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .merit__heading {
    font-size: 1.6rem;
  }
}
.merit__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 24px;
}
.merit__plan {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .merit__plan {
    display: block;
  }
}
.merit__photo {
  max-width: 160px;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  .merit__photo {
    max-width: 90px;
    margin: 0 auto;
  }
}
.merit__list--annotation {
  max-width: 640px;
  margin: 24px auto 0;
}
@media screen and (max-width: 750px) {
  .merit__list--annotation {
    padding: 0 16px;
  }
}
.merit__item--annotation {
  padding-left: 1.7em;
  text-indent: -1.7em;
  line-height: 1;
}
.merit__annotation {
  color: #606060;
  font-size: 1.2rem;
}

.select {
  padding: 80px 0 0;
  letter-spacing: 0.1rem;
}
.select__title {
  max-width: 335px;
  margin: 0 auto;
  border-bottom: solid 2px #ff0033;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.select__title--large {
  font-size: 3.2rem;
}
.select__title--emphasis {
  color: #FF0033;
}
.select__tabList {
  max-width: 950px;
  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: 120px auto 0;
  padding: 0 16px;
}
.select__tabItem {
  width: calc((100% - 8px) / 2);
  position: relative;
  padding: 24px 24px 24px 188px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .select__tabItem {
    padding: 40px 16px 8px;
  }
}
.select__tabItem.multi {
  background: #E9ECF0;
}
.select__tabItem.qr {
  background: #FFF2E9;
}
.select__tabItem.active {
  color: #ffffff;
  font-weight: 700;
}
.select__tabIcon {
  position: absolute;
  top: -40px;
  left: 24px;
  width: 140px;
  height: 140px;
  padding: 24px;
  background: #ffffff;
  border: solid 4px;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .select__tabIcon {
    top: -62px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 92px;
    height: 92px;
    padding: 8px;
  }
}
.multi .select__tabIcon {
  border-color: #E9ECF0;
}
.qr .select__tabIcon {
  border-color: #FFF2E9;
}
.select__tabTitle {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 88px;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .select__tabTitle {
    font-size: 1.6rem;
  }
}
.select__tabButton, .select__tabButton--qr, .select__tabButton--multi {
  display: block;
  max-width: 114px;
  margin: 8px auto 0;
  padding: 4px 8px;
  background: #ffffff;
  border-radius: 20px;
  font-size: 1.2rem;
}
.select__tabButton--multi {
  color: #2455aa;
}
.select__tabButton--qr {
  color: #ff954c;
}
.select__inner, .select__inner--qr, .select__inner--multi {
  display: none;
  padding: 80px 16px;
}
.select__inner--multi {
  background: #E9ECF0;
}
.select__inner--qr {
  background: #FFF2E9;
}
.select__inner.active, .active.select__inner--multi, .active.select__inner--qr {
  display: block;
}
.select__contents {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.select__contents:not(:first-child) {
  padding-top: 80px;
}

.active.multi {
  background: #2455aa;
}
.active.multi .select__tabItem {
  background: #2455aa;
}
.active.multi .select__tabIcon {
  border-color: #2455aa;
}
.active.qr {
  background: #ff954c;
}
.active.qr .select__tabItem {
  background: #ff954c;
}
.active.qr .select__tabIcon {
  border-color: #ff954c;
}

.suggest {
  max-width: 640px;
  margin: 0 auto;
}
.suggest__title {
  max-width: 438px;
  margin: 0 auto;
  text-align: center;
}
.suggest__sup {
  position: relative;
  font-size: 1.2rem;
  vertical-align: top;
  top: 0.1em;
}
.suggest__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px auto 0;
}
.suggest__item {
  width: calc((100% - 4px) / 3);
  padding: 0 4px;
  text-align: center;
}
.select__inner--multi .suggest__item + .suggest__item {
  position: relative;
  border-left: solid 2px #2455aa;
}
.select__inner--multi .suggest__item + .suggest__item::before {
  content: "";
  display: block;
  width: 2px;
  height: 4px;
  position: absolute;
  top: 47%;
  left: -2px;
  background: #E9ECF0;
}
.select__inner--multi .suggest__item + .suggest__item::after {
  content: "";
  display: block;
  width: 2px;
  height: 4px;
  position: absolute;
  top: 53%;
  left: -2px;
  background: #E9ECF0;
}
.select__inner--qr .suggest__item + .suggest__item {
  position: relative;
  border-left: solid 2px #ff954c;
}
.select__inner--qr .suggest__item + .suggest__item::before {
  content: "";
  display: block;
  width: 2px;
  height: 4px;
  position: absolute;
  top: 47%;
  left: -2px;
  background: #FFF2E9;
}
.select__inner--qr .suggest__item + .suggest__item::after {
  content: "";
  display: block;
  width: 2px;
  height: 4px;
  position: absolute;
  top: 53%;
  left: -2px;
  background: #FFF2E9;
}
.suggest__case {
  max-width: 34px;
  margin: 0 auto;
}
.suggest__text {
  margin-top: 16px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .suggest__text {
    font-size: 1.4rem;
  }
}
.suggest__text--large {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .suggest__text--large {
    margin-left: 8px;
    font-size: 1.6rem;
  }
}
.suggest__text--medium {
  font-size: 1.4rem;
  font-weight: 700;
}
.suggest__text--annotation {
  margin-top: 16px;
}
.suggest__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.suggest__canvas {
  max-width: 80px;
  margin: 16px auto 0;
}
.suggest__inner {
  position: relative;
  margin-top: 56px;
  padding: 32px 16px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
}
.suggest__inner::before {
  content: "";
  display: block;
  width: 30px;
  height: 32px;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: cover;
  background-repeat: none;
}
.suggest__inner.multi::before {
  background-image: url(../images/img_arrow_multi_01.png);
}
.suggest__inner.qr::before {
  background-image: url(../images/img_arrow_qr_01.png);
}
.suggest__contents {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
  border-top: solid 2px #E9ECF0;
}
.suggest__contents--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-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;
}
.suggest__photo {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .suggest__photo {
    width: 35%;
  }
}
.suggest__contents--apply > .suggest__photo {
  max-width: 170px;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 750px) {
  .suggest__contents--apply > .suggest__photo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: 98px;
  }
}
.suggest__contents .suggest__images {
  border-radius: 4px;
}
@media screen and (max-width: 750px) {
  .suggest__contents .suggest__images {
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.suggest__heading {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 750px) {
  .suggest__heading {
    width: 65%;
    margin-bottom: 0;
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.suggest__heading--sub {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
.suggest__heading--main {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .suggest__heading--main {
    font-size: 2.4rem;
  }
}
.suggest__heading--main.multi {
  color: #2455aa;
}
.suggest__heading--main.qr {
  color: #ff954c;
}
.suggest__buttonArea {
  width: 50%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 750px) {
  .suggest__buttonArea {
    width: 100%;
    margin-top: 16px;
  }
}
.suggest__button {
  margin: 8px auto;
}
.suggest__button > [class*=__link] {
  max-width: 290px;
  display: block;
  margin: 0 auto;
  padding: 16px 8px;
  border-bottom: solid 2px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .suggest__button > [class*=__link] {
    max-width: 100%;
  }
}
.suggest__button > [class*=__link]:hover {
  text-decoration: none;
  opacity: 0.7;
}
.suggest__button > [class*=__link]:visited {
  color: #ffffff;
}
.suggest__button > [class*=__link]::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 8px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(7px 50%, 0% 0%, 0% 12px);
          clip-path: polygon(7px 50%, 0% 0%, 0% 12px);
}
.suggest__button > [class*=__link].multi {
  background: #2455aa;
  border-color: #143061;
}
.suggest__button > [class*=__link].qr {
  background: #ff954c;
  border-color: #CB5226;
}
.suggest__button--lead {
  color: #ff0033;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}

.service__title {
  margin: 0 auto;
  text-align: center;
}
.service__list {
  margin: 24px auto 0;
  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;
}
@media screen and (max-width: 750px) {
  .service__list {
    display: block;
  }
}
.service__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 750px) {
  .service__item {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .service__item:not(:first-child) {
    margin-top: 8px;
  }
}
.service__title + .service__text {
  margin: 32px auto 0;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .service__title + .service__text {
    font-size: 1.6rem;
  }
}
.service__button + .service__text {
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
}
.service__text--annotation {
  margin-top: 16px;
}
.service__photo--rate {
  max-width: 320px;
  margin: 8px auto;
}
.service__buttonArea {
  margin: 80px auto 0;
}
@media screen and (max-width: 750px) {
  .service__buttonArea {
    margin-top: 40px;
  }
}
.service__buttonLead {
  color: #ff0033;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.service__button {
  margin: 8px auto;
}
.service__button > [class*=__link] {
  max-width: 290px;
  display: block;
  margin: 0 auto;
  padding: 16px 8px;
  border-bottom: solid 2px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .service__button > [class*=__link] {
    max-width: 100%;
  }
}
.service__button > [class*=__link]:hover {
  text-decoration: none;
  opacity: 0.7;
}
.service__button > [class*=__link]:visited {
  color: #ffffff;
}
.service__button > [class*=__link]::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 8px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(7px 50%, 0% 0%, 0% 12px);
          clip-path: polygon(7px 50%, 0% 0%, 0% 12px);
}
.service__button > [class*=__link].multi {
  background: #2455aa;
  border-color: #143061;
}
.service__button > [class*=__link].qr {
  background: #ff954c;
  border-color: #CB5226;
}
.service__link {
  color: #3793fe;
}
.service__link:hover {
  text-decoration: underline;
}
.service__link:visited {
  color: #3793fe;
}
.service__annotation {
  color: #606060;
  font-size: 1.2rem;
}

.plan__accButton {
  position: relative;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  border: solid 1px #3F3A39;
  padding: 10px 35px 10px 10px;
  cursor: pointer;
}
.plan__accButton::before, .plan__accButton::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 3px;
  background: #3F3A39;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.plan__accButton::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.plan__accButton.js-acc::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plan__inner {
  padding: 32px 16px;
  background: #ffffff;
  border: solid 1px #3F3A39;
  border-top: none;
}
.plan__title, .review__title--qr, .review__title--multi, .flow__title--qr, .flow__title--multi, .plan__title--qr, .plan__title--multi {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .plan__title, .review__title--qr, .review__title--multi, .flow__title--qr, .flow__title--multi, .plan__title--qr, .plan__title--multi {
    font-size: 2rem;
  }
}
.plan__title--multi {
  color: #2455aa;
  border-bottom: solid 1px #2455aa;
}
.plan__title--qr {
  color: #ff954c;
  border-bottom: solid 1px #ff954c;
}
.plan__table {
  margin-top: 40px;
}
.plan__table + .plan__table {
  margin-top: 24px;
}
.plan__list--annotation {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .plan__list--annotation {
    margin-top: 16px;
  }
}
.plan__list--detail .plan__item {
  margin-top: 4px;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.plan__list--detail .plan__item::before {
  content: "・";
}
.plan__item--annotation {
  padding-left: 1.7em;
  text-indent: -1.7em;
  line-height: 1;
}
.plan__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.plan__modalButton {
  margin: 80px auto;
}
@media screen and (max-width: 750px) {
  .plan__modalButton {
    margin: 40px auto;
  }
}
.plan__link {
  color: #3793fe;
}
.plan__link:hover {
  text-decoration: underline;
}
.plan__link:visited {
  color: #3793fe;
}
.plan__modalButton > .plan__link {
  position: relative;
  display: block;
  max-width: 400px;
  color: #3895ff;
  background: #ffffff;
  border: solid 2px #3895ff;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  padding: 16px 0;
  border-radius: 8px;
  cursor: pointer;
}
.plan__modalButton > .plan__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%);
}
.plan__caution {
  margin-top: 80px;
  background: #ffffff;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 750px) {
  .plan__caution {
    margin-top: 40px;
  }
}
.plan__caution + .plan__caution {
  margin-top: 0;
  border-top: none;
}
.plan__term {
  position: relative;
  padding: 24px 0;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.plan__term::after {
  content: "";
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 45%;
  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);
}
.plan__term.js-acc::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.plan__detail {
  display: none;
  padding: 16px;
}
.plan__heading {
  font-weight: 700;
}
.plan__list--detail + .plan__heading {
  margin-top: 16px;
}
.plan__buttonArea {
  margin: 80px auto 0;
}
@media screen and (max-width: 750px) {
  .plan__buttonArea {
    margin-top: 40px;
  }
}
.plan__buttonLead {
  color: #ff0033;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.plan__button {
  margin: 8px auto;
}
.plan__button > [class*=__link] {
  max-width: 290px;
  display: block;
  margin: 0 auto;
  padding: 16px 8px;
  border-bottom: solid 2px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .plan__button > [class*=__link] {
    max-width: 100%;
  }
}
.plan__button > [class*=__link]:hover {
  text-decoration: none;
  opacity: 0.7;
}
.plan__button > [class*=__link]:visited {
  color: #ffffff;
}
.plan__button > [class*=__link]::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 8px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(7px 50%, 0% 0%, 0% 12px);
          clip-path: polygon(7px 50%, 0% 0%, 0% 12px);
}
.plan__button > [class*=__link].multi {
  background: #2455aa;
  border-color: #143061;
}
.plan__button > [class*=__link].qr {
  background: #ff954c;
  border-color: #CB5226;
}
.plan__link {
  color: #3793fe;
}
.plan__link:hover {
  text-decoration: underline;
}
.plan__link:visited {
  color: #3793fe;
}
.plan__button + .plan__text {
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
}
.plan__text--right {
  text-align: right;
}

.flow__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow__title {
    font-size: 2rem;
  }
}
.flow__title--multi {
  color: #2455aa;
  border-bottom: solid 1px #2455aa;
}
.flow__title--qr {
  color: #ff954c;
  border-bottom: solid 1px #ff954c;
}
.flow__lead {
  margin: 16px auto;
  color: #3F3A39;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.flow__lead--main {
  position: relative;
  display: inline-block;
}
.flow__lead--main::before {
  position: absolute;
  left: -16px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #3F3A39;
  border-radius: 2px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.flow__lead--main::after {
  position: absolute;
  content: "";
  right: -16px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #3F3A39;
  border-radius: 2px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.flow__inner, .flow__inner--qr, .flow__inner--multi {
  padding: 32px;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  .flow__inner, .flow__inner--qr, .flow__inner--multi {
    padding: 24px;
  }
}
.flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .flow__list {
    display: block;
  }
}
.flow__list--annotation {
  margin-top: 24px;
}
.flow__item {
  width: calc((100% - 88px) / 4);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow__item {
    width: auto;
    position: relative;
    padding: 8px 0 8px 105px;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .flow__item:not(:first-child) {
    border-top: solid 1px #E2E2E2;
  }
}
.flow__item--annotation {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1;
}
.flow__number, .flow__number--emphasis {
  font-size: 1.4rem;
  color: #606060;
  font-weight: 700;
}
.flow__number--emphasis {
  font-size: 2.4rem;
}
.flow__photo {
  position: relative;
  max-width: 150px;
  margin: 8px auto;
}
@media screen and (max-width: 750px) {
  .flow__photo {
    position: absolute;
    max-width: 88px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.flow__item:not(:last-child) .flow__photo::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30%;
  width: 22px;
  height: 45px;
  background-color: #2455aa;
  -webkit-clip-path: polygon(22px 50%, 0% 0%, 0% 45px);
          clip-path: polygon(22px 50%, 0% 0%, 0% 45px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .flow__item:not(:last-child) .flow__photo::after {
    content: none;
  }
}
.flow__inner--multi .flow__item:not(:last-child) .flow__photo::after {
  background-color: #2455aa;
}
.flow__inner--qr .flow__item:not(:last-child) .flow__photo::after {
  background-color: #ff954c;
}
.flow__heading {
  min-height: 62px;
  margin: 16px auto 0;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .flow__heading {
    min-height: auto;
    margin: 8px 0;
  }
}
.flow__inner--multi .flow__heading {
  color: #2455aa;
}
.flow__inner--qr .flow__heading {
  color: #FF0033;
}
@media screen and (max-width: 750px) {
  .flow__textWrap {
    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;
  }
}
.flow__subText {
  display: inline-block;
  padding: 0 8px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow__subText {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 8px;
  }
}
.flow__inner--multi .flow__subText {
  color: #2455aa;
  border: solid 2px #2455aa;
}
.flow__inner--qr .flow__subText {
  color: #ff954c;
  border: solid 2px #ff954c;
}
.flow__text {
  margin-top: 34.39px;
}
@media screen and (max-width: 750px) {
  .flow__text {
    margin-top: 8px;
  }
}
.flow__subText + .flow__text {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .flow__subText + .flow__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
.flow__link {
  color: #3793fe;
}
.flow__link:hover {
  text-decoration: underline;
}
.flow__link:visited {
  color: #3793fe;
}
.flow__annotation {
  color: #606060;
  font-size: 1.2rem;
}

.review__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .review__title {
    font-size: 2rem;
  }
}
.review__title--multi {
  color: #2455aa;
  border-bottom: solid 1px #2455aa;
}
.review__title--qr {
  color: #ff954c;
  border-bottom: solid 1px #ff954c;
}
.review__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) {
  .review__list {
    width: 100vw;
    margin: 24px calc(50% - 50vw) 0;
  }
}
.review__list > button.slick-prev {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 35%;
  border-radius: 50%;
  font-size: 0;
}
.review__list > button.slick-prev::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 6px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0% 50%, 4px 0%, 4px 6px);
          clip-path: polygon(0% 50%, 4px 0%, 4px 6px);
}
.review__list > button.slick-next {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 0;
  right: 35%;
  border-radius: 50%;
  font-size: 0;
}
.review__list > button.slick-next::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 6px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(4px 50%, 0% 0%, 0% 6px);
          clip-path: polygon(4px 50%, 0% 0%, 0% 6px);
}
.review__list.multi > button.slick-prev {
  background: #2455aa;
}
.review__list.multi > button.slick-next {
  background: #2455aa;
}
.review__list.qr > button.slick-prev {
  background: #ff954c;
}
.review__list.qr > button.slick-next {
  background: #ff954c;
}
.review__item {
  position: relative;
  width: calc((100% - 40px) / 3);
  margin: 0 8px;
  padding: 16px 24px 64px 24px;
  background: #ffffff;
  border-radius: 8px;
}
.multi .review__item {
  border: solid 1px #2455aa;
}
.qr .review__item {
  border: solid 1px #ff954c;
}
.review__canvas {
  max-width: 88px;
  margin: 0 auto;
}
.review__heading {
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.review__text {
  margin-top: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.2rem;
}
.review__name {
  position: absolute;
  bottom: 16px;
  right: 24px;
  font-size: 1rem;
}
.review__label {
  margin-right: 8px;
  padding: 4px 8px;
  background: #2455aa;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 700;
}
.multi .review__label {
  background: #2455aa;
}
.qr .review__label {
  background: #ff954c;
}
.review__buttonArea {
  margin: 80px auto 0;
}
.review__buttonLead {
  color: #ff0033;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.review__button {
  margin: 8px auto;
}
.review__button > [class*=__link] {
  max-width: 290px;
  display: block;
  margin: 0 auto;
  padding: 16px 8px;
  border-bottom: solid 2px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .review__button > [class*=__link] {
    max-width: 100%;
  }
}
.review__button > [class*=__link]:hover {
  text-decoration: none;
  opacity: 0.7;
}
.review__button > [class*=__link]:visited {
  color: #ffffff;
}
.review__button > [class*=__link]::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 8px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(7px 50%, 0% 0%, 0% 12px);
          clip-path: polygon(7px 50%, 0% 0%, 0% 12px);
}
.review__button > [class*=__link].multi {
  background: #2455aa;
  border-color: #143061;
}
.review__button > [class*=__link].qr {
  background: #ff954c;
  border-color: #CB5226;
}
.review__dots {
  margin-top: 26px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.review__dots > li {
  display: inline-block;
  margin: 0 7.5px;
}
.review__dots > li > button {
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: transparent;
  outline: none;
  cursor: pointer;
}
.review__dots > li.slick-active > button::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.multi .review__dots > li.slick-active > button {
  background: #2455aa;
}
.multi .review__dots > li.slick-active > button::after {
  border: solid 1px #2455aa;
}
.qr .review__dots > li.slick-active > button {
  background: #ff954c;
}
.qr .review__dots > li.slick-active > button::after {
  border: solid 1px #ff954c;
}
.review .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.review .slick-slide {
  height: auto !important;
}

.ppbk__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.ppbk__title--emphasis {
  color: #FF0033;
}
.ppbk__canvas {
  margin: 24px auto 0;
}
.ppbk__banner {
  max-width: 420px;
  margin: 24px auto 0;
}

.comparison {
  padding: 88px 0;
}
.comparison__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.comparison__title {
  color: #ff0033;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .comparison__title {
    font-size: 2.4rem;
  }
}
.comparison__contents {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .comparison__contents {
    margin-top: 40px;
  }
}

.dlDocument {
  padding: 88px 0;
  background: #F8F8F8;
}
.dlDocument__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.dlDocument__title, .inquiry__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.dlDocument__text, .inquiry__text {
  margin-top: 8px;
  text-align: center;
}
.dlDocument__colum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 8px;
}
.dlDocument__canvas {
  width: calc((100% - 16px) / 2);
  max-width: 405px;
}
.dlDocument__button--document {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 285px;
  height: 48px;
  margin: 24px auto 0;
  color: #ffffff;
  background: #F5A623;
  border-bottom: solid 2px #CC5F00;
  border-radius: 8px;
  font-weight: 700;
}
.dlDocument__button--document:hover {
  text-decoration: none;
  opacity: 0.75;
}
.dlDocument__button--document:visited {
  color: #ffffff;
}

.inquiry {
  padding: 88px 0;
}
.inquiry.active {
  display: block;
}
.inquiry__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.inquiry__text + .inquiry__text {
  margin-top: 0;
}
.inquiry__inner {
  max-width: 450px;
  margin: 48px auto 0;
  padding: 32px;
  background: #fff8f8;
}
.inquiry__term {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .inquiry__term {
    font-size: 1.4rem;
  }
}
.inquiry__tel {
  margin-top: 8px;
  text-align: center;
}
.inquiry__link {
  color: #ff0033;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .inquiry__link {
    font-size: 3rem;
  }
}
.inquiry__link:visited {
  color: #ff0033;
}

.paycasTel {
  display: none;
}
.paycasTel.active {
  display: block;
}

.userTel {
  display: none;
}
.userTel.active {
  display: block;
}

.modalContents {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483640;
}
.modalContents::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.5);
}
.modalContents__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.modalContents__title--underline {
  text-decoration: underline;
}
.modalContents__plan {
  max-width: 580px;
  margin: 16px auto 0;
  text-align: center;
}
.modalContents__plan .modalContents__image {
  max-height: 70vh;
}
.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.is-modalContentsShow {
  opacity: 1;
  visibility: visible;
}

.entryModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483640;
}
.entryModal::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.5);
}
.entryModal__container {
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10vw);
  max-width: 700px;
  max-height: calc(100% - 100px);
  padding: 0 24px 24px;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFAF5;
  border: solid 2px #FF0033;
  border-radius: 12px;
}
@media screen and (max-width: 750px) {
  .entryModal__container {
    max-width: 100%;
    padding: 0 16px 24px;
  }
}
.entryModal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: #FF0033;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
  cursor: pointer;
}
.entryModal__close::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 4px;
  width: 22px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.entryModal__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 4px;
  width: 22px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entryModal__title {
  max-width: 265px;
  margin: 0 auto;
  text-align: center;
}
.entryModal__text {
  margin-top: 16px;
  text-align: center;
}
.entryModal__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;
}
.entryModal__item {
  width: calc((100% - 24px) / 2);
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .entryModal__item {
    width: calc((100% - 8px) / 2);
  }
}
.entryModal__heading {
  padding: 16px 8px;
  border-radius: 12px 12px 0 0;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .entryModal__heading {
    padding: 8px;
  }
}
.entryModal__heading.multi {
  background: #2455aa;
}
.entryModal__heading.qr {
  background: #ff954c;
}
.entryModal__photo {
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.entryModal__link {
  display: block;
  position: relative;
  margin: 8px auto 0;
  padding: 16px;
  background: #ffffff;
  border: solid 2px;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
}
.entryModal__link:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.entryModal__link:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
}
.entryModal__button.multi > .entryModal__link {
  border-color: #2455aa;
  color: #2455aa;
}
.entryModal__button.multi > .entryModal__link:visited {
  color: #2455aa;
}
.entryModal__button.multi > .entryModal__link::before {
  background: #2455aa;
}
.entryModal__button.qr > .entryModal__link {
  border-color: #ff954c;
  color: #ff954c;
}
.entryModal__button.qr > .entryModal__link:visited {
  color: #ff954c;
}
.entryModal__button.qr > .entryModal__link::before {
  background: #ff954c;
}
.entryModal.is-modalContentsShow {
  opacity: 1;
  visibility: visible;
}

.sticky__button {
  padding: 8px;
}
.sticky__link {
  max-width: 540px;
  margin: 0 auto;
  padding: 10px 16px;
  padding: 12px;
  background: #FF0033;
  border-bottom: solid 6px #B91C3B;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .sticky__link {
    font-size: 1.6rem;
  }
}
.sticky__link--emphasis {
  color: #FF0033;
  margin: 0 4px;
  padding: 4px 8px;
  background: #ffffff;
  border-radius: 4px;
}

.c-footer__bottom {
  padding-top: 0;
}