@charset 'Shift_JIS';
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: inherit;
}

body {
  line-height: 1.5;
  overflow: auto;
}

body,
select,
textarea,
button,
input,
label,
:not(i)::before,
:not(i)::after {
  color: #222222;
  box-sizing: border-box;
}

a:link {
  color: #222;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: relative;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  color: #BCCBC7;
  opacity: 1;
  content: "●";
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.slick-dots li.slick-active button:before {
  color: #49AD3D;
}
.slick-dots > li:first-child:last-child {
  display: none;
}
.slide-dots-base {
  text-align: center;
  position: relative;
}
.slide-dots-base > li:first-child:last-child {
  display: none;
}
.slide-dots-base li {
  display: inline-block;
}
.slide-dots-base li button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  text-indent: -9999px;
}
.slide-dots-base li button:before {
  content: "●";
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  color: #BCCBC7;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-dots-base li.slick-active button:before {
  color: #49AD3D;
}

.button-base {
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  text-align: center;
}
.button-base.-fullsize {
  max-width: 100%;
  width: 100%;
}
.button-base.-primary {
  background: #EF831E;
  color: #fff;
}
.button-base.-primary:hover {
  opacity: 0.7;
}
.button-base.-primary:visited {
  color: #fff;
}
.button-base.-arrow {
  position: relative;
}
.button-base.-arrow::after {
  content: "";
  position: absolute;
  color: #fff;
}
.button-base.-arrow.-small::after {
  content: "";
  position: absolute;
  color: #fff;
}
.custom-slick {
  margin: 0 auto;
}
.tab-point {
  padding-bottom: 16px;
}
.tab-point__inner {
  display: flex;
  justify-content: center;
}
.tab-column {
  text-align: center;
}
.tab-column__inner {
  display: flex;
  justify-content: space-around;
  padding: 1rem 1rem 0;
}
.tab-column__inner a {
  display: inline-block;
  width: 190px;
}
.tab-column__inner div {
  display: table;
  border: solid 1px #d6d6d6;
  border-radius: 6px;
  box-sizing: border-box;
}
.tab-column__inner span {
  display: table-cell;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 150px;
  height: 120px;
}
.tab-column img {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.tab-column__inner img {
  width: auto;
  max-height: 100%;
}
.tab-column__inner p {
  text-align: left;
  font-size: 15px;
  padding-top: 8px;
}
.panel-area__column-actions {
  padding: 2rem 0 1.5rem;
}

@media (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
  }
  body,
select,
textarea,
button,
input,
label,
:not(i)::before,
:not(i)::after {
    font-family: "Sawarabi Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  }
  .slick-dots {
    bottom: -2.1333333333vw;
  }
  .slick-dots li {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .slick-dots li button {
    padding: 1.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .slick-dots li button:before {
    font-size: 1.6vw;
    line-height: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .slide-dots {
    bottom: -2.1333333333vw;
  }
  .slide-dots li {
    margin: 0 4vw;
  }
  .slide-dots li button {
    font-size: 1.6vw;
  }
  .button {
    border-radius: 6.4vw;
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 0;
    width: 100%;
    width: 70.6666666667vw;
  }
  .button.-small {
    font-size: 3.7333333333vw;
    padding: 3.4666666667vw 0;
  }
  .button.-arrow::after {
    right: 6.4vw;
    top: calc(50% - 0.2666666667vw);
    transform: rotate(45deg) translateY(-50%);
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
  }
  .button.-arrow.-small::after {
    right: 4.2666666667vw;
    top: calc(50% - 0.2666666667vw);
    transform: rotate(45deg) translateY(-50%);
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
  }
  .custom-slick {
    max-width: 89.6vw;
    padding-bottom: 1.0666666667vw;
  }
  .custom-slick.-type1 .custom-slick__img img {
    margin: 0 auto;
  }
  .custom-slick.-type2 .custom-slick__img img {
    margin: 0 auto;
  }
  .tab-point img {
    width: 29.3333333333vw;
  }
  .tab-point img:not(:first-child) {
    margin-left: 2.1333333333vw;
  }
  .tab-campaign-none {
    padding: 2.1333333333vw 1.6vw;
    font-size: 4.507042254vw;
  }
  .tab-campaign-note {
    text-align: center;
    margin-top: 6.4vw;
  }
  .tab-campaign-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4.2666666667vw;
  }
  .tab-column .tab-column-none {
    padding: 8.5333333333vw 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .tab-column__inner a {
    width: 31%;
  }
  .tab-column__inner div {
    width: 100%;
  }
  .tab-column__inner span {
    width: auto;
    height: 80px;
    padding: 20px 10px;
  }
  .tab-column__inner img {
  }
  .tab-column__inner p {
    font-size: 14px;
  }
  .title-section {
    font-weight: bold;
    color: #fff;
    background: #009A62;
    border-left: 2.1333333333vw solid #EF831E;
    font-size: 5.3333333333vw;
    padding: 2.9333333333vw 4.2666666667vw;
  }
  #side-banner {
    padding: 4.2666666667vw;
  }
  .other-service__banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .other-service__banner a {
    width: 44.8vw;
    margin-top: 2.1333333333vw;
  }
  .other-service__banner img {
    width: 44.8vw;
  }
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
  body,
select,
textarea,
button,
input,
label,
:not(i)::before,
:not(i)::after {
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  }
  .slick-dots {
    bottom: -8px;
  }
  .slide-dots {
    bottom: -8px;
  }
  .slide-dots li {
    margin: 0 15px;
  }
  .slide-dots li button {
    font-size: 6px;
  }
  .button {
    border-radius: 24px;
    font-size: 16px;
    padding: 16px 0;
    width: 100%;
    max-width: 256px;
  }
  .button.-small {
    font-size: 14px;
    padding: 13px 0;
  }
  .button.-arrow::after {
    content: "";
    position: absolute;
    color: #fff;
    right: 24px;
    top: calc(50% - 1px);
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .button.-arrow.-small::after {
    right: 16px;
    top: calc(50% - 1px);
    transform: rotate(45deg) translateY(-50%);
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .custom-slick {
    max-width: 720px;
    padding-bottom: 4px;
  }
  .custom-slick.-type1 .custom-slick__img {
    margin-right: 12px;
    margin-left: 12px;
  }
  .custom-slick.-type2 .custom-slick__img {
    margin: 0 4px;
  }
  .tab-point, .tab-column {
    width: 711px;
  }
  .tab-point img:not(:first-child) {
    margin-left: 24px;
  }
  .tab-campaign {
    width: 687px;
    padding: 0;
  }
  .tab-campaign-none {
    padding: 16px 30px;
    font-size: 16px;
  }
  .tab-campaign-note {
    text-align: center;
    margin-top: 24px;
    font-size: 16px;
  }
  .tab-campaign-actions {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .tab-column .tab-column-none {
    padding: 40px;
    font-size: 16px;
  }
  .title-section {
    display: none;
  }
  .other-service__banner {
    margin-top: 16px;
  }
  .other-service__banner a {
    margin-top: 8px;
    display: block;
  }
  .other-service__banner img {
    width: 336px;
  }
  .sp {
    display: none;
  }
}
