@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #332d36;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.4;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
}

.u-inner {
  max-width: 1440px;
  margin: 0 auto;
}

.u-inner1 {
  max-width: 1200px;
  margin: 0 auto;
}

.itemInner {
  background-color: white;
  padding: 60px 30px;
}
.itemInner .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.c-ttl_en {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #2b8eff;
  font-family: "myriad-pro", sans-serif;
}
.c-ttl_jp {
  font-size: 28px;
  font-weight: 700;
  margin-top: 25px;
  text-align: center;
  line-height: 1.8;
}
.c-ttl.reset .c-ttl_jp {
  font-size: 40px;
  line-height: 2;
  color: black;
}
.c-ttl_txt {
  font-size: 18px;
  margin-top: 30px;
  color: black;
  font-weight: 700;
}

@media (max-width: 1500px) {
  .u-inner {
    width: 92%;
  }
}
@media (max-width: 1260px) {
  .u-inner1 {
    padding: 0 30px;
  }
  .c-ttl.reset .c-ttl_jp {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .itemInner {
    background-color: white;
    padding: 40px 15px;
  }
  .itemInner .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .u-inner1 {
    padding: 0 15px;
  }
  .c-ttl_en {
    font-size: 34px;
  }
  .c-ttl_jp {
    font-size: 18px;
    margin-top: 10px;
  }
  .c-ttl.reset .c-ttl_jp {
    font-size: 16px;
  }
  .c-ttl_txt {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
    line-height: 1.8;
  }
}
.mv {
  height: 80vh;
  background-color: #ada5a5;
}

.reason {
  background-color: #e2ecff;
  padding: 90px 0 0;
}
.reason .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0rem, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 30px;
  margin-top: 67px;
}
.reason .box {
  background-color: #d6e4ff;
  min-height: 320px;
  padding: 16px 20px 20px;
}
.reason .box .lead .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 10px;
  text-align: center;
  color: #2b8eff;
}
.reason .box .lead .title .num {
  font-size: 80px;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: -3px;
  font-family: "myriad-pro", sans-serif;
}

.solution {
  background-color: #e2ecff;
  padding-top: 90px;
}
.solution .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0rem, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 30px;
  margin-top: 63px;
}
.solution .box {
  background-color: #f5f5f5;
  padding: 30px 31px 0;
}
.solution .box_title {
  color: #2b8eff;
  font-size: 22px;
  font-weight: 700;
  line-height: 2.91;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.solution .box_title::after {
  content: "";
  border-top: 3px solid #2b8eff;
  bottom: 0;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 56px;
}
.solution .box_txt {
  color: #332d36;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}
.solution .box_img {
  margin-top: 18px;
}

.function {
  background-color: #e2ecff;
  padding-top: 90px;
}
.function .item {
  margin-top: 65px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0rem, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0rem, 1fr));
  gap: 30px;
}
.function .box {
  border: 3px solid #2CA8E2;
  position: relative;
}
.function .box .lead_icon {
  background: #e9f2f7;
  padding: 10px;
  width: 40px;
  margin-right: 15px;
}
.function .box .lead_title {
  font-size: 20px;
  font-weight: 600;
}
.function .box_txt {
  font-size: 18px;
  padding: 15px;
}

.lists {
  padding: 90px 0;
  background-color: #e2ecff;
}
.lists .box {
  margin-top: 102px;
  padding: 60px 40px;
  position: relative;
  background-color: white;
}
.lists .box_title {
  font-size: 40px;
  color: #0050b3;
  font-weight: 700;
  left: 50%;
  line-height: 2;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.lists .box .area {
  width: 46%;
}
.lists .box .area .lead_icon {
  width: 40px;
}
.lists .box .area .lead_icon img {
  width: 100%;
}
.lists .box .area .lead_txt {
  background-color: #fbe5e5;
  color: #ff7878;
  border-radius: 18px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
  padding: 10px 18px;
}
.lists .box .area .lead_txt.reset {
  background-color: #fff2df;
  color: #fb8500;
}
.lists .box .area_ttl {
  color: #332d36;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}
.lists .box .area_txt {
  color: #332d36;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}
.lists .box .area_lists {
  padding-left: 10px;
  margin-top: 20px;
}
.lists .box .area_lists_txt .txt {
  color: #332d36;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-left: 5px;
}
.lists .box .boxImg {
  width: 47.8%;
}

.price {
  padding: 90px 0;
}
.price .item {
  margin-top: 80px;
}
.price_nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0rem, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 20px;
}
.price_tab {
  background-color: #d6e4ff;
  border-radius: 8px;
  color: #332d36;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  padding: 14px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.price_tab:hover {
  opacity: 0.8;
}
.price_tab.tab1.active, .price_tab.tab2.active {
  background-color: #004ca5;
  color: #fff;
}
.price_tab.tab1.active::after, .price_tab.tab2.active::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #004ca5;
  content: "";
  height: 0;
  left: calc(50% - 8px);
  position: absolute;
  top: 100%;
  width: 0;
}
.price_tab.tab1.active:hover, .price_tab.tab2.active:hover {
  opacity: 1;
}
.price_tab span {
  background: #faad14;
  border-radius: 16px;
  color: #fff;
  line-height: 2;
  margin-right: 20px;
  padding: 4px 15px;
}
.price_panels.tab2 {
  display: none;
}
.price_panel_wraper {
  margin-top: 20px;
}
.price_panel_head {
  background-color: #f5f5f5;
  padding: 14px;
  position: relative;
}
.price_panel_head::after {
  border-style: solid;
  border-bottom: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #2b8eff;
  bottom: -12px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 0;
}
.price_panel_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2b8eff;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  min-width: 154px;
  padding: 4px 15px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.price_panel_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price_panel_feature li {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin: 16px 0 0;
  padding-left: 16px;
  position: relative;
}
.price_panel_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 13px -10px 0;
}
.price_panel_card {
  background: #f5f5f5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
  padding: 16px 15px 12px;
}
.price_panel_store {
  background-color: #2b8eff;
  border-radius: 4px;
  color: #fff;
  margin: 0 auto;
  max-width: 100%;
  padding: 7px 10px 11px;
  text-align: center;
  width: 134px;
}
.price_panel_storeNumber {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.price_panel_storeTxt {
  font-size: 14px;
  font-weight: 500;
}
.price_panel_perStore {
  font-size: 14px;
  line-height: 28px;
  margin-top: 25px;
  text-align: center;
}
.price_panel_perMonth {
  color: #2b8eff;
  font-weight: 600;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
}
.price_panel_perMonth span {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.price_panel_option.optional {
  margin-top: 24px;
}
.price_panel_option.optional .price_panel_title {
  background-color: #0050b3;
}
.price_panel_option.optional .price_panel_boxLead::after {
  border-top: 10px solid #FF9200;
}
.price_panel_item {
  margin-top: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0rem, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 20px;
}
.price_panel_box.inbound .price_panel_boxLead_price span {
  color: #FF9200;
}
.price_panel_box.inbound .price_panel_wrapItem_store {
  background-color: #FF9200;
}
.price_panel_boxLead {
  background-color: #f5f5f5;
  padding: 14px;
  position: relative;
}
.price_panel_boxLead::after {
  border-style: solid;
  border-bottom: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #0050b3;
  bottom: -12px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 0;
}
.price_panel_boxLead_ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  position: relative;
  margin-left: 5px;
}
.price_panel_boxLead_price {
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  -ms-grid-column: 2;
  grid-column: 2;
  line-height: 1.8;
  font-weight: 700;
  padding: 4px 11px;
  margin-left: 15px;
}
.price_panel_boxLead_price span {
  color: #0050B3;
  margin-right: 10px;
}
.price_panel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 13px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0rem, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0rem, 1fr));
  gap: 20px;
}
.price_panel_wrapItem {
  background: #f5f5f5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 15px 12px;
}
.price_panel_wrapItem_store {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0050b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 4px;
  border-radius: 4px;
  color: #fff;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  width: 134px;
}
.price_panel_wrapItem_storeNumber {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.price_panel_wrapItem_storeTxt {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
}
.price_panel_wrapItem_cardBody {
  margin-top: 4px;
}
.price_panel_wrapItem_perStore {
  color: #332d36;
  font-size: 14px;
  line-height: 28px;
  margin-top: 0 6px;
  text-align: center;
}
.price_panel_wrapItem_perMonth {
  color: #0050b3;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin: 0 10px;
}
.price_panel_wrapItem_perMonth span {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.price_contact {
  background: #d6e4ff;
  color: #346dce;
  font-size: 14px;
  font-weight: 300;
  margin-top: 18px;
  padding: 4px 5px 7px;
  text-align: center;
}
.price_note {
  color: #332d36;
  font-size: 14px;
  line-height: 2;
  margin-top: 27px;
  text-align: center;
}

@media (max-width: 1260px) {
  .reason .box {
    min-height: 260px;
  }
  .reason .box .lead .title {
    font-size: 20px;
  }
  .reason .box .lead .title .num {
    font-size: 60px;
  }
  .solution .box_txt {
    font-size: 20px;
  }
}
@media (max-width: 1160px) {
  .price_panel_detail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0rem, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0rem, 1fr));
    gap: 20px;
    margin: 13px 0;
  }
  .price_panel_card {
    margin: unset;
  }
}
@media (max-width: 1080px) {
  .solution .item {
    -ms-grid-columns: (minmax(0rem, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 30px;
  }
  .solution .box_img {
    width: 60%;
  }
  .solution .box_img img {
    width: 100%;
  }
  .function .item {
    -ms-grid-columns: (minmax(0rem, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0rem, 1fr));
  }
  .function .box .lead_title {
    font-size: 16px;
  }
  .function .box_txt {
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  .reason .inner {
    overflow: hidden;
  }
  .reason .box_img {
    max-width: 314px;
  }
}
@media (max-width: 768px) {
  .reason .item {
    margin-top: 40px;
    -ms-grid-columns: (minmax(0rem, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 20px;
  }
  .solution {
    padding-top: 60px;
  }
  .solution .item {
    margin-top: 40px;
    gap: 0px;
  }
  .solution .box {
    min-height: 120px;
    padding: 7px 10px 7px 15px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .solution .box .lead {
    width: 56%;
  }
  .solution .box_img {
    width: 42%;
    margin-top: unset;
  }
  .solution .box_title {
    font-size: 16px;
    line-height: 1;
    text-align: left;
    padding-bottom: unset;
    border-left: 2px solid #2b8eff;
    padding-left: 8px;
  }
  .solution .box_title::after {
    content: unset;
  }
  .solution .box_txt {
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
    line-height: 1.5;
    font-weight: 500;
  }
  .solution .box_txt br {
    display: none;
  }
  .function .item {
    margin-top: 40px;
    -ms-grid-columns: (minmax(0rem, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
    gap: 20px;
  }
  .lists {
    padding: 60px 0;
  }
  .lists .box {
    margin-top: 32px;
    padding: 40px 20px 20px;
  }
  .lists .box_title {
    font-size: 24px;
  }
  .lists .box:first-child {
    margin-top: 30px;
  }
  .lists .box .area {
    width: 100%;
  }
  .lists .box .area .lead {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lists .box .area_ttl {
    font-size: 16px;
    margin-top: 10px;
  }
  .lists .box .area_txt {
    margin-top: 12px;
    font-weight: 400;
  }
  .lists .box .boxImg {
    width: 100%;
    margin-top: 15px;
  }
  .lists .boxItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price {
    padding: 60px 0;
  }
  .price .item {
    margin-top: 50px;
  }
  .price_tab {
    padding: 12px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price_tab span {
    margin-right: unset;
    font-size: 14px;
  }
  .price_panel_feature {
    margin-top: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .price_panel_feature li {
    font-size: 14px;
    margin: 4px 0 0;
    padding-left: 4px;
  }
  .price_panel_feature li:nth-child(2n+1) {
    width: 62%;
  }
  .price_panel_feature li:nth-child(2n) {
    width: 35%;
  }
  .price_panel_detail {
    -ms-grid-columns: (minmax(0rem, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0rem, 1fr));
    gap: 10px;
  }
  .price_panel_item {
    -ms-grid-columns: (minmax(0rem, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
  }
  .price_panel_wrap {
    -ms-grid-columns: (minmax(0rem, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0rem, 1fr));
  }
}
.reason_slider_controls {
  display: none;
}

@media (max-width: 1050px) {
  .reason .inner {
    overflow: hidden;
  }
  .reason .item.reason-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  }
  .reason .item.reason-slider .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .reason_slider_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
  }
  .reason_slider_btn {
    border: 0;
    border-radius: 20px;
    background: #2b8eff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    cursor: pointer;
  }
  .reason_slider_btn[disabled] {
    opacity: 0.4;
    cursor: default;
  }
  .reason_slider_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
  }
  .reason_slider_dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background: #bfc4cc;
    padding: 0;
    cursor: pointer;
  }
  .reason_slider_dots button.active {
    background: #2b8eff;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}