main {
  background: #fff;
  line-height: 1.7;
}
main img {
  height: auto;
}
main i {
  font-style: normal;
}
main sup {
  line-height: 1;
  position: relative;
  top: 0.2em;
}
main a {
  display: inline;
}

.c-innerPcScroll--parent .c-innerPcScroll--child {
  max-width: 46rem;
}

.c-position__sticky {
  height: 100vh;
}

.p-acc-offer {
  margin-top: 1.5rem;
}
.p-acc-offer dt {
  font-size: 1.2631578947rem;
  cursor: pointer;
}
.p-acc-offer dt i {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid currentcolor;
  border-radius: 100%;
  margin-right: 0.4em;
  text-align: center;
  position: relative;
  top: 0.1em;
}
.p-acc-offer dt i:before {
  content: "";
  display: block;
  width: 0.6em;
  height: 1px;
  background: currentcolor;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-acc-offer dt i:after {
  content: "";
  display: block;
  width: 0.6em;
  height: 1px;
  background: currentcolor;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 90deg;
}
.p-acc-offer dt.is-open i:after {
  rotate: 0deg;
}
.p-acc-offer > dd {
  margin-top: 0.4rem;
  display: none;
}

.p-offer {
  font-size: 1.2631578947rem;
}

.p-list:not(:first-child) {
  margin-top: 1.5rem;
}
.p-list > li {
  text-indent: -1em;
  margin-left: 1em;
}

.p-cv {
  width: 14.2105263158rem;
  text-align: center;
  position: fixed;
  top: 50%;
  right: calc(50% + 25.2631578947rem);
  translate: 0 -50%;
}

.p-cv-ttl img {
  width: 100%;
  height: auto;
  aspect-ratio: 276/28;
}

.p-cv-lead {
  font-size: 1.2631578947rem;
  font-weight: bold;
  margin-block: 0.9em;
}

.p-cv-btn {
  background: #ff1a0d;
  border-radius: 100rem;
  height: 3.6842105263rem;
  display: grid;
  place-content: center;
  font-size: 1.2631578947rem;
  padding-right: 2.6315789474rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.p-cv-btn .-icon {
  width: 2.1052631579rem;
  height: 2.1052631579rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  right: 1.0526315789rem;
  top: 50%;
  translate: 0 -50%;
  display: grid;
  place-content: center;
}
.p-cv-btn .-icon:after {
  content: "";
  display: block;
  width: 0.9473684211rem;
  height: 0.7368421053rem;
  background: url(../img/icon-arrow.svg) 50% 50%/contain no-repeat;
}

.p-mv {
  background: #008ed8;
  padding: 5rem 3rem 2rem 1.5rem;
}
@media print, screen and (min-width: 471px) {
  .p-mv {
    margin-top: -0.8rem;
  }
}

.p-no1 {
  padding: 3.1578947368rem 2.1052631579rem;
  background: #fff;
}

.p-no1-ttl {
  text-align: center;
}
.p-no1-ttl img {
  width: 95%;
}

.p-no1-btns {
  margin-top: 2.1052631579rem;
}
.p-no1-btns dt {
  font-size: 2.2105263158rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.p-no1-btns dt i {
  color: #008ed8;
}

.p-no1-btn {
  background: #ff1a0d;
  border-radius: 100rem;
  height: 6.7368421053rem;
  display: grid;
  place-content: center;
  font-size: 2.2105263158rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.p-no1-btn .-icon {
  width: 2.1052631579rem;
  height: 2.1052631579rem;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  right: 2.1052631579rem;
  top: 50%;
  translate: 0 -50%;
  display: grid;
  place-content: center;
}
.p-no1-btn .-icon:after {
  content: "";
  display: block;
  width: 0.9473684211rem;
  height: 0.7368421053rem;
  background: url(../img/icon-arrow.svg) 50% 50%/contain no-repeat;
}

.p-intro {
  background: #008ed8;
  border-radius: 4.2105263158rem 4.2105263158rem 0 0;
  padding: 5.2631578947rem 2.1052631579rem;
  overflow: hidden;
}

.p-intro-img {
  text-align: center;
}
.p-intro-img img {
  width: 11.0526315789rem;
}

.p-intro-ttl {
  font-size: 1.8947368421rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-top: 1em;
}
.p-intro-ttl i {
  color: #f62a7e;
}

.p-intro-voice {
  margin-top: 2.1052631579rem;
}
.p-intro-voice li {
  padding: 2.1052631579rem;
  border-radius: 1.0526315789rem;
  background: #f2f7fc;
  color: #008ed8;
  font-size: 1.4736842105rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.p-intro-voice li:after {
  content: "";
  display: block;
  width: 1.6842105263rem;
  height: 1.6842105263rem;
  position: absolute;
  top: 100%;
}
.p-intro-voice li:nth-child(1) {
  width: 22.4210526316rem;
}
.p-intro-voice li:nth-child(1):after {
  border: 0.8421052632rem solid transparent;
  border-top: 0.8421052632rem solid #fff;
  border-right: 0.8421052632rem solid #fff;
  left: 3.1578947368rem;
}
.p-intro-voice li:nth-child(2) {
  width: 18.6315789474rem;
  background: #00adea;
  color: #fff;
  margin: -3.1578947368rem 0 0 auto;
  text-align: center;
}
.p-intro-voice li:nth-child(2):after {
  border: 0.8421052632rem solid transparent;
  border-top: 0.8421052632rem solid #00adea;
  border-left: 0.8421052632rem solid #00adea;
  right: 3.1578947368rem;
}
.p-intro-voice li:nth-child(3) {
  width: 24.3684210526rem;
  text-align: center;
  min-height: 7.3684210526rem;
  display: grid;
  place-content: center;
  margin: -1.0526315789rem 0 0 3.1578947368rem;
}
.p-intro-voice li:nth-child(3):after {
  border: 0.8421052632rem solid transparent;
  border-top: 0.8421052632rem solid #fff;
  border-right: 0.8421052632rem solid #fff;
  left: 3.1578947368rem;
}

.p-intro-msg {
  background-color: #fff;
  background-image: radial-gradient(rgba(0, 142, 216, 0.1) 20%, transparent 20%), radial-gradient(rgba(0, 142, 216, 0.1) 20%, transparent 20%);
  background-size: 1.0526315789rem 1.0526315789rem;
  background-position: 0 0, 0.5263157895rem 0.5263157895rem;
  padding: 2.1052631579rem 2.6315789474rem;
  position: relative;
  margin-top: 4.2105263158rem;
}

.p-intro-msg-hl {
  font-size: 2.8421052632rem;
  color: #008ed8;
  text-align: center;
  background: linear-gradient(to bottom, transparent, transparent 50%, #ffd2e0 50%, #ffd2e0);
}

.p-intro-msg-txt {
  font-size: 1.3684210526rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
}

.p-intro-msg-ill {
  width: 13.6842105263rem;
  position: absolute;
  top: -9.4736842105rem;
  right: -3.1578947368rem;
}

.p-tablet {
  background: #f2f7fc;
  padding: 5.2631578947rem 2.1052631579rem;
}

.p-tablet-ttl {
  text-align: center;
}
.p-tablet-ttl .-sub {
  width: 15.0526315789rem;
  margin-bottom: 1.0526315789rem;
}
.p-tablet-ttl .-main {
  display: block;
  font-size: 3.2631578947rem;
}

.p-tablet-lead {
  text-align: center;
  font-size: 1.4736842105rem;
  font-weight: bold;
  margin-top: 0;
}

.p-tablet-table {
  width: 100%;
}
.p-tablet-table tr:first-child th {
  vertical-align: bottom;
  padding: 0;
  width: 24%;
  color: #fff;
  font-size: 1.6842105263rem;
  font-weight: bold;
}
.p-tablet-table tr:first-child th span {
  padding: 0.5em;
  display: block;
}
.p-tablet-table tr:first-child th:not(:first-child) {
  width: 36%;
}
.p-tablet-table tr:first-child th:not(:first-child) span {
  background: #a7bac6;
  border-radius: 1.0526315789rem 1.0526315789rem 0 0;
}
.p-tablet-table tr:first-child th.-zemi {
  width: 40%;
}
.p-tablet-table tr:first-child th.-zemi span {
  background: #f62a7e;
  padding: 1em;
}
.p-tablet-table tr:nth-child(2) th {
  border-radius: 1.0526315789rem 0 0 0;
}
.p-tablet-table tr:last-child th {
  border-radius: 0 0 0 1.0526315789rem;
}
.p-tablet-table tr:not(:first-child) th {
  background: #cae4fc;
  color: #005bbf;
  font-size: 1.2631578947rem;
  font-weight: bold;
  line-height: 1.6;
}
.p-tablet-table tr:not(:first-child) td {
  background: #fff;
  font-size: 1.2631578947rem;
  text-align: center;
  padding: 1em 0;
  line-height: 1.6;
  vertical-align: top;
}
.p-tablet-table tr:not(:first-child) td.-zemi {
  border-inline: 2px solid #f62a7e;
  background: #fce8ef;
  font-weight: bold;
  color: #f62a7e;
}
.p-tablet-table tr:not(:first-child) td.-md {
  vertical-align: middle;
}
.p-tablet-table tr:not(:first-child) td .-triangle {
  width: 4.5263157895rem;
  margin-bottom: 0.7em;
}
.p-tablet-table tr:not(:first-child) td .-circle {
  width: 4.3157894737rem;
  margin-bottom: 0.7em;
}
.p-tablet-table tr:not(:first-child) td .-circle-w {
  width: 4.3157894737rem;
  margin-bottom: 0.7em;
}
.p-tablet-table tr:not(:first-child):not(:last-child) th {
  border-bottom: 2px dotted #ccc;
}
.p-tablet-table tr:not(:first-child):not(:last-child) td {
  border-bottom: 2px dotted #ccc;
}

.p-tablet-price {
  border: 2px solid #008ed8;
  border-radius: 1.0526315789rem;
  overflow: hidden;
  margin-top: 2.1052631579rem;
}

.p-tablet-price-hl {
  background: #008ed8;
  color: #fff;
  font-size: 1.8947368421rem;
  text-align: center;
  padding: 0.8em;
  line-height: 1.5;
  position: relative;
}
.p-tablet-price-hl .-ill {
  width: 7.6315789474rem;
  position: absolute;
  right: 0.5263157895rem;
  bottom: 0;
}

.p-tablet-price-body {
  position: relative;
  padding: 1.5789473684rem;
  background: #fff;
}

.p-tablet-price-hl-sub {
  width: 5.6842105263rem;
  height: 5.6842105263rem;
  background: #ffd2e0;
  color: #f62a7e;
  text-align: center;
  line-height: 1.4;
  display: grid;
  place-content: center;
  border-radius: 100%;
  position: absolute;
  top: -0.5263157895rem;
  left: -0.2631578947rem;
  rotate: -10deg;
}

.p-tablet-price-table {
  width: 100%;
}
.p-tablet-price-table th {
  width: 50%;
  background: #a7bac6;
  color: #fff;
  font-size: 1.4736842105rem;
  padding: 0.3em;
}
.p-tablet-price-table th.-zemi {
  background: #f62a7e;
}
.p-tablet-price-table td {
  padding-block: 1em;
  border-bottom: 2px dotted #ccc;
  border-inline: 2px dotted #ccc;
  font-size: 1.2631578947rem;
  text-align: center;
  color: #5e5e5e;
  font-weight: bold;
  vertical-align: top;
}
.p-tablet-price-table td i {
  color: #f62a7e;
}
.p-tablet-price-table td .-cost-zemi {
  height: 3.7894736842rem;
  margin-top: 0.7894736842rem;
}
.p-tablet-price-table td .-cost-other {
  height: 2.5263157895rem;
  margin-top: 1.5789473684rem;
}

.p-tablet-no1-hl {
  font-size: 2.2105263158rem;
  font-weight: bold;
  text-align: center;
  margin-block: 1em 0.5em;
}
.p-tablet-no1-hl i {
  color: #008ed8;
}

.p-tablet-no1-logo {
  text-align: center;
}
.p-tablet-no1-logo img {
  width: 95%;
}

.p-reason {
  background: #fff;
  padding-top: 5.2631578947rem;
}

.p-reason-ttl {
  font-weight: bold;
  text-align: center;
}
.p-reason-ttl .-sub {
  display: block;
  font-size: 2.5263157895rem;
  color: #008ed8;
}
.p-reason-ttl .-main {
  display: block;
  font-size: 3.2631578947rem;
}

.p-reason-index {
  padding: 3.1578947368rem 2.1052631579rem;
}
.p-reason-index li:not(:first-child) {
  margin-top: 0.5263157895rem;
}
.p-reason-index a {
  display: block;
  background: #008ed8;
  padding: 2.1052631579rem 3.6842105263rem 2.1052631579rem 1.5789473684rem;
  border-radius: 1.0526315789rem;
  position: relative;
}
.p-reason-index a:after {
  content: "";
  display: block;
  width: 0.8421052632rem;
  height: 0.8421052632rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 2.1052631579rem;
  translate: 0 -50%;
  rotate: 45deg;
}

.p-reason-index-detail {
  display: flex;
  align-items: center;
  gap: 1.0526315789rem;
}
.p-reason-index-detail dt {
  flex: 0 0 5.2631578947rem;
  height: 5.2631578947rem;
  color: #fff;
  font-size: 1.2631578947rem;
  font-weight: bold;
  border-radius: 100%;
  display: grid;
  place-content: center;
}
.p-reason-index-detail dt.-effect {
  background: #34bbd8;
}
.p-reason-index-detail dt.-design {
  background: #005bbf;
}
.p-reason-index-detail dt.-cost {
  background: #f62a7e;
}
.p-reason-index-detail dd {
  flex: 1 1 auto;
  color: #fff;
  font-size: 1.6842105263rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-reason-index-detail dd i {
  color: #ffd2e0;
}

.p-reason-list {
  padding: 5.2631578947rem 2.1052631579rem;
  background: #008ed8;
  color: #fff;
}

.p-reason-item {
  background: #e7f2fe;
  border-radius: 1.0526315789rem;
  padding: 2.1052631579rem;
  margin-top: 7.3684210526rem;
  position: relative;
  color: #000;
}
.p-reason-item:first-child {
  margin-top: 3.6842105263rem;
}
.p-reason-item:before {
  content: "";
  display: block;
  width: 11.5789473684rem;
  height: 11.5789473684rem;
  border-radius: 100%;
  background: #e7f2fe;
  position: absolute;
  top: -3.6842105263rem;
  left: 50%;
  translate: -50% 0;
}
.p-reason-item .p-tablet-price-hl {
  font-size: 1.5789473684rem;
}
.p-reason-item .p-tablet-price-hl .-ill {
  width: 6.8421052632rem;
  right: 0;
}
.p-reason-item .p-tablet-price-hl-sub {
  width: 5.2631578947rem;
  height: 5.2631578947rem;
}
.p-reason-item .p-tablet-price-table th {
  font-size: 1.2631578947rem;
}
.p-reason-item .p-tablet-price-table td {
  font-size: 1.0526315789rem;
}
.p-reason-item .p-tablet-price-table td .-cost-zemi {
  height: 3.1578947368rem;
}
.p-reason-item .p-tablet-price-table td .-cost-other {
  height: 2.1052631579rem;
}

.p-reason-item-hl {
  margin: -1.0526315789rem -1.0526315789rem 2.1052631579rem;
  color: #fff;
  padding-block: 1.5789473684rem;
  position: relative;
  text-align: center;
}
.p-reason-item-hl.-effect {
  background: #34bbd8;
}
.p-reason-item-hl.-effect .-sub {
  background: #34bbd8;
}
.p-reason-item-hl.-design {
  background: #005bbf;
}
.p-reason-item-hl.-design .-sub {
  background: #005bbf;
}
.p-reason-item-hl.-cost {
  background: #f62a7e;
}
.p-reason-item-hl.-cost .-sub {
  background: #f62a7e;
}
.p-reason-item-hl .-sub {
  display: block;
  width: 8.9473684211rem;
  height: 8.9473684211rem;
  border-radius: 100%;
  font-size: 1.2631578947rem;
  padding-top: 2.1052631579rem;
  position: absolute;
  top: -3.6842105263rem;
  left: 50%;
  translate: -50% 0;
}
.p-reason-item-hl .-main {
  position: relative;
  font-size: 1.8947368421rem;
  line-height: 1.5;
}
.p-reason-item-hl .-main i {
  color: #ffd2e0;
}

.p-reason-item-hl-sub {
  text-align: center;
  font-size: 1.8947368421rem;
  margin-bottom: 0.8em;
  line-height: 1.5;
}

.p-reason-item-img {
  position: relative;
}
.p-reason-item-img img {
  width: 100%;
}
.p-reason-item-img figcaption {
  width: 10.5263157895rem;
  position: absolute;
  top: -1.0526315789rem;
  right: -1.5789473684rem;
}

.p-reason-item-point {
  font-size: 1.4736842105rem;
}

.p-voice {
  background: #fff;
  padding: 5.2631578947rem 2.1052631579rem;
}

.p-voice-ttl {
  text-align: center;
  line-height: 1.5;
}
.p-voice-ttl .-sub {
  display: block;
  font-size: 2.1052631579rem;
}
.p-voice-ttl .-main {
  display: block;
  font-size: 3.5789473684rem;
}

.p-voice-item {
  margin-top: 2.6315789474rem;
  display: flex;
  gap: 2.3684210526rem;
}
.p-voice-item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-voice-item:nth-child(odd) .p-voice-item-body:after {
  right: 100%;
  border: 0.7894736842rem solid transparent;
  border-right: 0.7894736842rem solid #cce8f7;
  border-bottom: 0.7894736842rem solid #cce8f7;
}
.p-voice-item:nth-child(even) .p-voice-item-body:after {
  left: 100%;
  border: 0.7894736842rem solid transparent;
  border-left: 0.7894736842rem solid #cce8f7;
  border-bottom: 0.7894736842rem solid #cce8f7;
}

.p-voice-item-img {
  flex: 0 0 8.6315789474rem;
}
.p-voice-item-img figcaption {
  font-size: 1.0526315789rem;
  font-weight: bold;
  color: #005bbf;
  line-height: 1.4;
  text-align: center;
  margin-top: 1em;
}

.p-voice-item-body {
  flex: 1 1 auto;
  background: #cce8f7;
  border-radius: 1.3684210526rem;
  padding: 2.4210526316rem;
  color: #005bbf;
  position: relative;
}
.p-voice-item-body:after {
  content: "";
  display: block;
  width: 1.5789473684rem;
  height: 1.5789473684rem;
  position: absolute;
  top: 3.6842105263rem;
}

.p-voice-item-hl {
  font-size: 1.4736842105rem;
  line-height: 1.5;
}

.p-voice-item-txt {
  font-size: 1.2631578947rem;
}

.p-faq {
  background: #e7f2fe;
  padding: 5.2631578947rem 2.1052631579rem;
  border-bottom: 2.1052631579rem solid #fff;
}

.p-faq-ttl {
  font-size: 3.2631578947rem;
  text-align: center;
  color: #008ed8;
}

.p-faq-item {
  border-bottom: 2px solid #008ed8;
  margin: 0;
}
.p-faq-item:first-child {
  border-top: 2px solid #008ed8;
}
.p-faq-item dt {
  display: flex;
  align-items: center;
  padding: 1.5789473684rem 4.2105263158rem 1.5789473684rem 0;
  gap: 1.5789473684rem;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
}
.p-faq-item dt .-icon {
  flex: 0 0 3.6842105263rem;
  height: 3.6842105263rem;
}
.p-faq-item dt .-txt {
  color: #008ed8;
  font-size: 1.6842105263rem;
  font-weight: bold;
}
.p-faq-item dt:after {
  content: "";
  display: block;
  width: 0.8421052632rem;
  height: 0.8421052632rem;
  border-right: 2px solid #008ed8;
  border-bottom: 2px solid #008ed8;
  position: absolute;
  top: 50%;
  right: 2.1052631579rem;
  translate: 0 -50%;
  rotate: 45deg;
}
.p-faq-item dt.is-open:after {
  rotate: -135deg;
}
.p-faq-item dd {
  background: #fff;
  border-radius: 1.0526315789rem;
  padding: 2.1052631579rem 2.1052631579rem;
  margin-bottom: 2.1052631579rem;
  display: none;
  font-size: 1.2631578947rem;
}

.p-faq-hl {
  text-indent: -1em;
  margin-left: 1em;
  margin-block: 1.5em 0.5em;
  font-weight: bold;
}
.p-faq-hl:first-child {
  margin-top: 0;
}
.p-faq-hl:last-child {
  margin-bottom: 0;
}

.p-faq-txt {
  margin-block: 0;
}
.p-faq-txt:not(:first-child) {
  margin-top: 0.5em;
}

.c-modal__close-text{
  margin: 0;
}