@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* -----------------------------------------
- root ( var )
----------------------------------------- */
:root {
  /* font-roboto */
  --roboto: "Roboto", sans-serif;

  /* color */
  --heading: #212121;
  /*--txt: #212121;*/
  --ipR-red: #e40300;
}

/* --------------------------------
  outline
------------------------------------- */
body {
  /*color: var(--txt);*/
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: "halt";
  font-size: 16px;
  line-height: 1;
  text-align: left;
  background: #fff;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

/* --------------------------------
.pc-only / .sp-only
------------------------------------- */
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
span.pc-only {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  span.pc-only {
    display: none;
  }
}

/* --------------------------------
  common style
------------------------------------- */
section {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  a {
    transition: .25s;
  }
  a:hover {
    opacity: .8;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading);
}
ul,
ul li,
ol,
ol li {
  list-style: none;
  color: var(--txt);
  font-size: 1.6rem;
  line-height: calc(28/16);
}
p {
  display: inline-block;
  color: var(--txt);
  font-weight: var(--normal);
  font-size: 1.6rem;
  line-height: calc(28/16);
  word-break: break-word;
}

/* -----------------------------------------
  common class style
----------------------------------------- */
.l-main.-ipRmain {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 0;
}
.l-main.-ipRmain .ipR-wrap {
  padding: 4rem 5rem 0;
}
.l-main.-ipRmain .ipR-section {
  margin-top: 0;
  padding: 9rem 0;
}
@media screen and (max-width: 767px) {
  .l-main.-ipRmain .ipR-wrap {
    padding: 1rem 0 0;
  }
  .l-main.-ipRmain .ipR-section {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 3.5rem 0 4.75rem;
  }
  .l-wrapper .l-footer {
    margin-top: 6rem;
  }
}

.ipR-w1170 {
  position: relative;
  width: 100%;
  max-width: 117rem;
  margin: 0 auto;
  transition: .5s;
}
.ipR-w900 {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  transition: .5s;
}
@media screen and (max-width: 1220px) {
  .ipR-w1170 {
    max-width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .ipR-w1170,
  .ipR-w900 {
    max-width: 90.6666%;/* 340px */
  }
}

.ipR-title {
  display: block;
  font-size: 2.4rem;
  line-height: calc(34/24);
  font-weight: bold;
}
.ipR-lead {
  display: block;
  font-size: 2rem;
  line-height: calc(24/20);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ipR-title {
    display: block;
    font-size: 2.4rem;
    line-height: calc(34/24);
    font-weight: bold;
  }
  .ipR-lead {
    font-size: 1.4rem;
    line-height: calc(22/14);
  }
}

.ipR-listHeading {
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: var(--heading);
}
.ipR-txtList.-Mark >li {
  display: flex;
}
.ipR-txtList.-Mark >li::before {
  content: "";
  display: inline-block;
  width: .5rem;
  height: .5rem;
  margin: 1rem 1rem auto 0;
  background: var(--ipR-red);
}
@media screen and (max-width: 767px) {
  .ipR-listHeading {
    font-size: 1.8rem;
  }
  .ipR-txtList.-Mark >li {
    margin-bottom: .6rem;
    font-size: 1.4rem;
    line-height: calc(22/14);
  }
}

/* .ipR-c-List */
.ipR-c-List {
  display: flex;
  gap: 3rem 3rem;
  margin: 0 auto 1rem;
}
.ipR-c-List >li {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  width: calc(100% / 3 - 2rem);
  padding: 2.2rem 3rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05);
}
.ipR-c-List img {
  flex-shrink: 0;
  display: block;
  margin: 0 auto 0;
}
.ipR-c-List img.img_point_02b {
  margin-top: -5.5px;
}
.ipR-c-List .ipR-txt,
.ipR-c-List p.ipR-note {
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: calc(28/16);
}
@media screen and (max-width: 767px) {
  .ipR-c-List {
    display: flex;
    gap: 1.5rem 0;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    flex-direction: column;
    align-items: center;
  }
  .ipR-c-List >li {
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
    width: 100%;
    padding: 2.2rem 1.7rem;
  }
  .ipR-c-List img {
    width: 8rem;
  }
  .ipR-c-List img.img_point_02b {
    width: 100%;
    max-width: 50rem;
  }
  .ipR-c-List .ipR-txt,
  .ipR-c-List p.ipR-note {
    max-width: 50rem;
    margin: 0 auto;
    text-align: left;
    font-size: 1.4rem;
    line-height: calc(24/14);
  }
}

.l-main.-ipRmain .c-btn.-ipRbtn {
  width: 100%;
  min-width: min(100%, 30rem);
  max-width: 3rem;
  min-height: 5.2rem;
  margin-top: 2rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-main.-ipRmain .c-btn.-ipRbtn {
    width: 100%;
    min-width: min(100%, 25.5rem);
    max-width: 25.5rem;
    min-height: 4.6rem;
    margin: 0 auto;
  }
}

/* .ipR-pageHeader
----------------------------------------- */
.ipR-pageHeader {
  align-items: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.6rem;
  display: block;
  height: 32rem;
  margin: 0 0 10rem;
  padding: 4rem 5rem;
  position: relative;
}
.ipR-pageHeader.-incentivepoint {
  background-image: url(/files/images/service/incentivepoint/bg_pageHeader.webp);
  background-size: contain;
  background-color: #e7ecf2;
  background-position: right;
}
@media screen and (max-width: 860px) {
  .ipR-pageHeader {
    border-radius: 1rem;
    height: 44.2rem;
    margin: 0 0 10rem;
    padding: 1rem 1.5rem;
  }
  .ipR-pageHeader.-incentivepoint {
    background-image: url(/files/images/service/incentivepoint/bg_pageHeader_sp.webp);
    margin: 0 0 6rem;
    background-size: 50rem;
    background-position: center bottom -8rem;
  }
  .ipR-pageHeader.-incentivepoint .c-btn.-ipRbtn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .ipR-pageHeader {
    border-radius: 1rem;
    height: 44.2rem;
    margin: 0 0 10rem;
    padding: 1rem 1.5rem;
  }
  .ipR-pageHeader.-incentivepoint {
    margin: 0 0 6rem;
    background-size: contain;
    background-position: center bottom;
  }
  .ipR-pageHeader.-incentivepoint .c-btn.-ipRbtn {
    margin-top: 2rem;
  }
}

/* .ipR-pageHeader_title */
.ipR-pageHeader_title {
  font-weight: bold;
  font-size: 4rem;
  text-align: left;
}
.ipR-pageHeader_title .ipR-lead {
  display: block;
  font-size: 2.5rem;
}
.ipR-pageHeader_title .ipR-title {
  margin-top: 1.5rem;
  font-size: 4rem;
  line-height: calc(48/40);
  font-weight: bold;
}
/* .ipR-titleLvTwo */
.ipR-titleLvTwo {
  display: block;
  margin: 0 auto 5rem;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(54/32);
  text-align: center;
  color: var(--heading);
}
.ipR-titleLvTwo .ipR-title-en {
  display: block;
  margin: 0 auto 2.5rem;
  font-family: var(--roboto);
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: calc(26/20);
  color: var(--ipR-red);
}
.ipR-titleLvTwo .ipR-title {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .ipR-pageHeader_title {
    margin: 0.67em 0 3.8rem;
    font-weight: bold;
    font-size: 4rem;
    text-align: left;
  }
  .ipR-pageHeader_title .ipR-lead {
    text-align: center;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .ipR-pageHeader_title .ipR-title {
    text-align: center;
    margin: 0 auto;
    margin-top: .5rem;
    font-size: 2.6rem;
    line-height: calc(32/26);
  }
  .ipR-titleLvTwo {
    margin: 0 auto 4rem;
    font-size: 2.4rem;
    line-height: calc(38/24);
  }
  .ipR-titleLvTwo .ipR-title-en {
    margin: 0 auto .7rem;
    font-size: 1.4rem;
    line-height: calc(20/14);
  }
  .ipR-titleLvTwo .ipR-title {
    font-size: 2.4rem;
    line-height: calc(38/24);
  }
}

/* -----------------------------------------
  .ipR-worries
----------------------------------------- */
.ipR-worries {
  position: relative;
  background: #f0f0f0;
}
.ipR-worries::after {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 1;
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 4rem 4rem 0 4rem;
  border-color: #f0f0f0 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .ipR-worries::after {
    bottom: -1.95rem;
    border-width: 2rem 2rem 0 2rem;
  }
}

/* -----------------------------------------
  .ipR-solution
----------------------------------------- */
.l-main.-ipRmain .ipR-solution {
  padding: 9rem 0 10.5rem;
  background: #FF92AB;
  background: linear-gradient(180deg, rgba(255, 146, 171, 1) 0%, rgba(255, 232, 137, 1) 100%);
}
.ipR-solution .ipR-titleLvTwo {
  color: #fff;
}
.ipR-solution .gif_solution {
  background: #fff;
}
.ipR-solution .img_solution {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05);
}
@media screen and (max-width: 767px) {
  .l-main.-ipRmain .ipR-solution {
    padding: 3.5rem 0 3rem;
  }
  .ipR-solution .ipR-titleLvTwo {
    margin: 0 auto 2.5rem;
  }
  .ipR-solution .img_solution {
    padding: 0 1.25rem;
  }
  .ipR-solution .u-ac:not(#_) {
    margin: 0 0 3rem;
  }
}

/* -----------------------------------------
  .ipR-effect
----------------------------------------- */
.l-main.-ipRmain .ipR-effect {
  padding: 10rem 0 10.5rem;
}
/* .ipR-c-List.-effectList */
.ipR-c-List.-effectList {
  margin: 0 auto 7.5rem;
}
.ipR-c-List.-effectList >li {
  gap: 1.5rem 0;
  padding: 3.2rem 3rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-main.-ipRmain .ipR-effect {
    padding: 4rem 0 4rem;
  }
  .l-main.-ipRmain .ipR-effect .ipR-titleLvTwo {
    margin: 0 auto 2.75rem;
  }
  .ipR-c-List.-effectList {
    margin: 0 auto 5.5rem;
  }
  .ipR-c-List.-effectList >li {
    gap: 1.5rem 0;
    padding: 2.75rem 1.75rem 2.5rem;
  }
}

/* -----------------------------------------
  .ipR-point
----------------------------------------- */
.l-main.-ipRmain .ipR-point {
  padding: 10rem 0 10.5rem;
}
.ipR-titleBalloon {
  position: relative;
  display: block;
  max-width: 60.8rem;
  margin: 0 auto 3rem;
  padding: 1rem;
  border: 1px solid #212121;
  border-radius: 1rem;
  background-color: #fff;
  text-align: center;
  color: #212121;
}
.ipR-point .ipR-img_pointBalloon {
  display: block;
  margin: 0 auto 1rem;
  text-align: center;
}
.ipR-point .ipR-point-title {
  display: block;
  margin: 0 auto 9rem;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: calc(54/32);
  text-align: center;
  color: var(--heading);
}
/* .ipR-c-List.-pointList */
.ipR-c-List.-pointList {
  flex-wrap: wrap;
  margin: 0 auto 5.5rem;
}
.ipR-c-List.-pointList >li {
  gap: 1rem 0;
  padding: 3rem 3rem;
  background: #faf6eb;
}
.ipR-c-List.-pointList .ipR-txt {
  margin-bottom: .25rem;
}
.ipR-option {
  width: 100%;
  margin: 0 auto 7.4rem;
  padding: 4.4rem 6rem 5rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05);
}
.ipR-option .ipR-flex {
  display: flex;
  gap: 0 3rem;
}
.ipR-option .ipR-optTitle {
  flex-shrink: 0;
  display: flex;
  width: 19.1rem;
  height: 10.1rem;
  border-radius: 1rem;
  background: #212121;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.ipR-option .ipR-txtBox {
  text-align: left;
}
.ipR-option .ipR-txtBox .ipR-title {}
.ipR-option .ipR-txtBox .ipR-txt {
  margin-top: 1rem;
  line-height: calc(28/16);
}
.ipR-option .img_thankspoint {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-main.-ipRmain .ipR-point {
    padding: 5.8rem 0 4rem;
  }
  .l-main.-ipRmain .ipR-point .ipR-w1170 {
    max-width: 100%;
  }
  .ipR-point .ipR-img_pointBalloon {
    display: block;
    width: 82.13%;
    max-width: 42rem;
    margin: 0 auto .5rem;
  }
  .ipR-point .ipR-point-title {
    margin: 0 auto 5.5rem;
    font-size: 1.8rem;
    line-height: calc(30/18);
  }
  /* .ipR-c-List.-pointList */
  .ipR-c-List.-pointList {
    flex-wrap: wrap;
    max-width: 90%;
    margin: -1.8rem auto 4rem;
  }
  .ipR-c-List.-pointList >li {
    gap: .9rem 0;
    padding: 3rem 1.5rem;
  }
  .ipR-c-List.-pointList .ipR-txt {
    margin-bottom: .25rem;
  }
  .ipR-option {
    width: 100%;
    margin: 0 auto 1rem;
    padding: 1rem 0 3.4rem;
    border-radius: 0;
    box-shadow: none;
  }
  .ipR-option .ipR-flex {
    width: 84%;
    max-width: 84%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.65rem 0;
    overflow: hidden;
  }
  .ipR-option .ipR-optTitle {
    width: 100%;
    height: 3.6rem;
    font-size: 1.6rem;
    border-radius: .5rem;
  }
  .ipR-option .ipR-txtBox .ipR-title {
    font-size: 1.8rem;
    line-height: calc(22/18);
    text-align: center;
  }
  .ipR-option .ipR-txtBox .ipR-txt {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: calc(24/14);
  }
  .ipR-option .img_thankspoint.u-ac:not(#_) {
    display: flex;
    width: 92%;
    margin: 0 0 0 auto;
    padding: 2.5rem 0 1.5rem;
    text-align: left;
    overflow-x: scroll;
  }
  .ipR-scroll {
    min-width: 108rem;
  }
}

/* -----------------------------------------
  .ipR-voice
----------------------------------------- */
.l-main.-ipRmain .ipR-voice {
  padding: 10rem 0 10rem;
}
.ipR-voice.l-section.-pattern.-topLeft:before,
.ipR-voice.l-section.-pattern.-topRight:before {
  top: -36.8rem;
}
.ipR-voice {
  background: url(/files/images/service/incentivepoint/bg_voice.webp) no-repeat;
  background-size: cover;
}
.ipR-voice {}
.ipR-voiceList {
  display: flex;
  gap: 3rem;
  margin: 0 auto 8rem;
  flex-direction: column;
  align-items: center;
}
.ipR-voiceList >li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
  padding: 5rem 6rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05);
}
.ipR-voiceList .ipR-listHeading {
  margin-bottom: .5rem;
  font-size: 2.4rem;
  text-align: left;
}
.ipR-voiceList .ipR-txt {
  margin-bottom: 3.5rem;
}
/* .ipR-company */
.ipR-company .ipR-name {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: calc(24/20);
}
.ipR-company .ipR-address {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: calc(17/14);
}
.ipR-company a {
  color: var(--ipR-red);
}
@media screen and (max-width: 767px) {
  .l-main.-ipRmain .ipR-voice {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    padding: 5.7rem 0 5.7rem;
  }
  .ipR-voice {
    background: url(/files/images/service/incentivepoint/bg_voice_sp.webp) no-repeat;
    background-size: cover;
  }
  .ipR-voice .ipR-titleLvTwo {
    margin: 0 auto 2rem;
  }
  .ipR-voiceList {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 0 auto 4rem;
  }
  .ipR-voiceList {
    display: flex;
    flex-direction: column;
    gap: 1.15rem 0;
    margin: 0 auto 5.75rem;
  }
  .ipR-voiceList >li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 93%;
    gap: 1.5rem;
    padding: 1.7rem 1.5rem 3rem;
  }
  .ipR-voiceList .ipR-listHeading {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: calc(30/18);
  }
  .ipR-voiceList .ipR-txt {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .ipR-company .ipR-name {
    margin-bottom: .5rem;
    font-size: 1.4rem;
    line-height: calc(20/14);
  }
  .ipR-company .ipR-address {
    font-size: 1.2rem;
    line-height: calc(14/12);
  }
  .ipR-company a {
    color: var(--ipR-red);
  }
}

/* -----------------------------------------
  .ipR-faq
----------------------------------------- */
.l-main.-ipRmain .ipR-faq {
  padding: 10rem 0 10rem;
}
.ipR-faq .ipR-titleLvTwo {
  margin-bottom: 6rem;
}
.ipR-faqList {
  margin: 0 auto 6rem;
}
.ipR-faqList .ipR-faqDt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0 1.5rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: .1rem solid #dcdcdc;
}
.ipR-faqList .ipR-faqDd {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: calc(28/16);
}
.ipR-faqList .ipR-faqQ {
  flex-shrink: 0;
  margin: auto 1.5rem auto 0;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: left;
}
.ipR-faqList .ipR-faqA {
  flex-shrink: 0;
  margin: -1rem 2rem 0 0;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: left;
  color: var(--ipR-red);
}
@media screen and (max-width: 767px) {
  .l-main.-ipRmain .ipR-faq {
    padding: 4rem 1rem 0;
  }
  .ipR-faq .ipR-titleLvTwo {
    margin-bottom: 2.25rem;
  }
  .ipR-faqList {
    margin: 0 auto 2.5rem;
    padding: 0 .4rem;
  }
  .ipR-faqList .ipR-faqDt {
    align-items: baseline;
    margin-bottom: 1.25rem;
    padding: 1rem 0 1rem;
    font-size: 1.8rem;
    line-height: calc(30/18);
  }
  .ipR-faqList .ipR-faqDd {
    font-size: 1.4rem;
    line-height: calc(24/14);
  }
  .ipR-faqList .ipR-faqQ {
    flex-shrink: 0;
    margin: 0 1rem 0 0;
    font-size: 1.8rem;
  }
  .ipR-faqList .ipR-faqA {
    flex-shrink: 0;
    margin: -1rem 1rem 0 0;
    font-size: 1.8rem;
  }
}

/* -----------------------------------------
  .ipR-contact
----------------------------------------- */
.l-main.-ipRmain .l-section.ipR-contact {
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .l-main.-ipRmain .l-section.ipR-contact {
    padding: 8.5rem 0 0;
  }
  .ipR-contact .ipR-w900 {
    max-width: 100%;
  }
  .ipR-contact .ipR-titleLvTwo {
    margin: 0 auto;
  }
  .ipR-contact .ipR-titleLvTwo .ipR-title {
    font-size: 1.8rem;
    line-height: calc(30/18);
  }
}
