*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.6;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

.sp-only-flex {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only-flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .pc-only-flex {
    display: none !important;
  }
}

.sp-only-grid {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only-grid {
    display: grid !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: #dd434b;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  border-radius: 999px;
  padding: 20px 25px 20px 35px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease;
  line-height: 1;
}
.btn-pill img {
  width: 14px;
  height: auto;
}
@media (max-width: 767px) {
  .btn-pill img {
    width: 12px;
  }
}
.btn-pill:hover, .btn-pill:focus-visible, .btn-pill:active {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .btn-pill {
    font-size: 2.4rem;
    padding: 20px 10px 20px 15px;
    width: 100%;
    max-width: 350px;
    gap: 6px;
  }
}
.account__card .btn-pill {
  line-height: 1.3;
}
.apply-info .btn-pill {
  line-height: 1.3;
}
.cta .btn-pill {
  padding: 20px 20px 22px 39px;
  gap: 23px;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .cta .btn-pill {
    font-size: 2.6rem;
    padding: 20px 15px 24px 20px;
    gap: 14px;
  }
}

.link-arrow {
  display: inline-flex;
  align-self: center;
  width: fit-content;
  align-items: center;
  gap: 10px;
  background: #333333;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  border-radius: 5px;
  padding: 6px 15px 8px;
  transition: opacity 0.2s ease;
}
.link-arrow img {
  width: 10px;
  height: 16px;
}
.link-arrow:hover, .link-arrow:focus-visible, .link-arrow:active {
  opacity: 0.8;
}

.bar-title {
  background: #3098d5;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  margin: 0;
}
@media (max-width: 767px) {
  .bar-title {
    font-size: 2rem;
  }
}

.bar-title-full {
  background: #3098d5;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px 0;
  margin: 0 0 40px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .bar-title-full {
    font-size: 2.8rem;
    padding: 20px 0;
    margin-bottom: 30px;
  }
}

.title-center {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  color: #146097;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
  position: relative;
  line-height: 1.3;
  padding-bottom: 20px;
}
.title-center::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 5px;
  margin-left: -25px;
  background: #da4b5e;
}
@media (max-width: 767px) {
  .title-center {
    font-size: 2.8rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.account .title-center {
  font-size: 3rem;
  margin-bottom: 20px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .account .title-center {
    font-size: 2.8rem;
    margin-bottom: 33px;
  }
}
.account .title-center::after {
  display: none;
}
.faq .title-center {
  margin-bottom: 40px;
}

.sub-center {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #333333;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .sub-center {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.account .sub-center {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .account .sub-center {
    font-size: 2rem;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  height: 88px;
  margin: 0 auto;
  padding: 0 20px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .header {
    height: 52px;
  }
}
.header__logo {
  width: 190px;
  height: 33px;
}
@media (max-width: 767px) {
  .header__logo {
    width: 143px;
    height: 25px;
  }
}
.header__tel {
  min-width: 209px;
  text-align: center;
}
.header__tel-num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #333333;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: normal;
}
.header__tel-hours {
  font-size: 1.2rem;
  color: #333333;
  white-space: nowrap;
  line-height: 1.6;
}

.hero {
  position: relative;
  width: 100%;
  max-height: 877px;
  overflow: hidden;
}
.hero__pc, .hero__sp {
  position: relative;
  width: 100%;
}
.hero__pc {
  aspect-ratio: 1440/877;
}
.hero__sp {
  aspect-ratio: 390/850;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.hero__visual {
  position: absolute;
}
.hero__sp .hero__visual {
  left: 50%;
  top: 3.1%;
  width: 96.9%;
  max-width: 378px;
  transform: translateX(-50%);
}
.hero__visual-group {
  position: absolute;
  left: 0;
  top: 5.7%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__visual-group .hero__visual {
  position: static;
  width: 46.9%;
  max-width: 675px;
}
.hero__ribbon {
  width: 48.4%;
  max-width: 695px;
  max-height: 108px;
  margin-top: 18px;
}

.overview {
  background: #dcf3ff;
  padding: 45px 0 100px;
}
@media (max-width: 767px) {
  .overview {
    padding: 40px 0 60px;
  }
}
.overview .inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .overview .inner {
    gap: 60px;
  }
}
.overview__card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.overview__card-title {
  position: relative;
  display: block;
  width: 100%;
  background: #3098d5;
  color: #fff;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 13px 0 10px;
}
@media (max-width: 767px) {
  .overview__card-title {
    font-size: 2.8rem;
    padding-bottom: 16px;
  }
}
.overview__card-title::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border-radius: 50%;
  background: #ffffff;
}
.overview__card-line, .overview__card-line::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  width: 16px;
  height: 2.5px;
  margin-top: -1px;
  border-radius: 999px;
  background: #3098d5;
}
.overview__card-line::after {
  right: 0;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.overview__card.is-open .overview__card-line::after {
  transform: rotate(0deg);
}
.overview__card-body {
  display: none;
  background: #dcf3ff;
}
.overview__card.is-open .overview__card-body {
  display: block;
}
.overview__card-footer {
  padding-top: 30px;
  background: #dcf3ff;
}
.overview__gift {
  text-align: center;
}
.overview__gift img {
  width: 100%;
  max-width: 910px;
  border-radius: 10px;
}
.overview__gift-sp {
  position: relative;
  display: inline-block;
}
.overview__gift-sp img {
  max-width: 350px;
  border-radius: 10px;
}
.overview__gift-sp .overview__gift-burst {
  position: absolute;
  left: 50%;
  top: -16.3%;
  width: 66px;
  height: auto;
  max-width: none;
  transform: translateX(-50%);
  border-radius: 0;
}
.overview__example {
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 20px;
}
.overview__example-title {
  font-weight: 700;
  font-size: 3.6rem;
  color: #146097;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .overview__example-title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .overview__example {
    padding: 0;
    background: none;
    border-radius: 0;
  }
}

.def-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  text-align: left;
}
.def-table th,
.def-table td {
  padding: 20px 25px;
  font-size: 1.6rem;
  font-weight: 400;
  vertical-align: top;
  line-height: 1.6;
  background: #ffffff;
}
.def-table th {
  font-weight: 700;
  white-space: nowrap;
  vertical-align: middle;
}
.def-table tr.is-gray {
  background: #f3f3f3;
}
.def-table tr.is-gray th,
.def-table tr.is-gray td {
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .def-table {
    display: block;
  }
  .def-table tr {
    display: block;
    padding: 20px;
    background: #fff;
  }
  .def-table th,
  .def-table td {
    display: block;
    width: auto;
    padding: 0;
  }
  .def-table th {
    margin-bottom: 10px;
  }
}

.example-card {
  position: relative;
  padding-top: 40px;
  text-align: center;
}
.example-card:last-child {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .example-card {
    padding-top: 30px;
  }
}
.example-card h3 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #146097;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .example-card h3 {
    margin-bottom: 10px;
  }
}
.example-card h3 span {
  font-size: 2rem;
}
.example-card__note {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .example-card__note {
    font-size: 1.6rem;
  }
}
.example-card__illust {
  width: 130px;
  margin: 0 auto 20px;
}

.rate-table-wrap {
  margin: 0 auto;
  max-width: 588px;
}
@media (max-width: 767px) {
  .rate-table-wrap {
    overflow-x: auto;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }
  .rate-table-wrap.is-scrollable {
    margin-left: 0;
    margin-right: -20px;
  }
}

.rate-table {
  border-collapse: collapse;
  margin: 0 auto;
}
.rate-table th,
.rate-table td {
  border: 1px solid #8c9193;
  padding: 6px 5px 7px;
  font-size: 1.8rem;
  white-space: nowrap;
  line-height: 1.6;
}
.rate-table th {
  background: #a5abad;
  color: #ffffff;
  font-weight: 400;
}
.rate-table td {
  background: #ffffff;
}
.rate-table td.is-accent {
  color: #da4b5e;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .rate-table {
    table-layout: fixed;
    width: 587px;
  }
  .rate-table th,
  .rate-table td {
    white-space: normal;
  }
  .rate-table th:nth-child(1),
  .rate-table td:nth-child(1) {
    width: 120px;
  }
  .rate-table th:nth-child(2),
  .rate-table td:nth-child(2) {
    width: 110px;
  }
  .rate-table th:nth-child(3),
  .rate-table td:nth-child(3) {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .rate-table th,
  .rate-table td {
    padding: 8px 12px;
    font-size: 1.4rem;
  }
  .rate-table td.is-accent {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .scroll-hint-icon-wrap {
    display: none !important;
  }
}

.rate-table-wrap .scroll-hint-icon {
  top: 50%;
  left: 50%;
  width: 140px;
  padding: 8px 6px 6px;
  transform: translate(-50%, -50%);
}
.rate-table-wrap .scroll-hint-icon .scroll-hint-text {
  white-space: nowrap;
  margin-top: 2px;
}
.rate-table-wrap .scroll-hint-icon:before {
  width: 30px;
  height: 30px;
}

.scroll-hint-shadow-wrap::before,
.scroll-hint-shadow-wrap::after {
  display: none !important;
  content: none !important;
}

.apply-info {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .apply-info {
    padding: 60px 0 83px;
  }
}
.apply-info__card {
  max-width: 950px;
  margin: 0 auto;
  background: #f9f9e4;
  padding: 40px;
}
@media (max-width: 767px) {
  .apply-info__card {
    padding: 30px 20px;
  }
}
.apply-info__card h3 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #146097;
  margin: 0 0 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .apply-info__card h3 {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
.apply-info__card p {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .apply-info__card p {
    margin-bottom: 20px;
    text-align: left;
  }
}
.apply-info__illust {
  max-width: 181px;
  width: 100%;
  margin: 0 auto 30px;
  display: block;
}
@media (max-width: 767px) {
  .apply-info__illust {
    margin-bottom: 20px;
  }
}

.account {
  background: #dcf3ff;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .account {
    padding-bottom: 60px;
  }
}
.account__card {
  max-width: 720px;
  margin: 0 auto 60px;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .account__card {
    padding: 30px 20px;
  }
}
.account__card h3 {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #333333;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .account__card h3 {
    margin-bottom: 20px;
  }
}
.account__illust {
  max-width: 371px;
  width: 100%;
  height: auto;
  margin: 0 auto 38px;
}
@media (max-width: 767px) {
  .account__illust {
    margin-bottom: 30px;
  }
}
.account__list {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .account__list {
    margin-bottom: 10px;
  }
}
.account__list li:first-child {
  margin-bottom: 1em;
}
.account__list span {
  color: #da4b5e;
}
.account__note {
  color: #dd434b;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
.account__desc {
  font-size: 1.4rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.flow__steps {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 0;
  margin-top: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .flow__steps {
    justify-content: center;
    column-gap: 68px;
    grid-template-columns: repeat(3, minmax(150px, 245px));
  }
}
@media (max-width: 767px) {
  .flow__steps {
    justify-content: start;
    column-gap: 30px;
    margin-top: 24px;
    grid-template-columns: repeat(3, 245px);
  }
}

.step {
  display: contents;
  text-align: center;
}
.step__box {
  grid-row: 1;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 16px;
}
@media (max-width: 767px) {
  .step__box {
    height: 230px;
  }
}
.step__box::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 24px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #146097;
}
@media (max-width: 767px) {
  .step__box::after {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .step__box::after {
    display: none;
  }
}
.step:last-child .step__box::after {
  display: none;
}
.step__num {
  display: block;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #146097;
  line-height: 1.6;
}
.step__label {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin: 6px 0 25px;
  line-height: 1.6;
}
.step__illust {
  width: auto;
  margin: 0 auto;
}
.step:nth-child(1) .step__illust {
  max-width: 150px;
  max-height: 95px;
}
.step:nth-child(2) .step__illust {
  max-width: 90px;
  max-height: 93px;
}
.step:nth-child(3) .step__illust {
  max-width: 130px;
  max-height: 80px;
}
.step__desc {
  grid-row: 2;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 20px;
}

.faq {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .faq {
    padding: 60px 0;
  }
}
.faq__list {
  max-width: 990px;
  margin: 30px auto 0;
}
.faq__item {
  margin-bottom: 20px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__item:not(.is-open) {
  border-radius: 10px;
}
.faq__q {
  position: relative;
  display: block;
  width: 100%;
  background: #3098d5;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: left;
  padding: 16px 66px 15px 30px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .faq__q {
    font-size: 1.4rem;
    padding: 16px 56px 16px 20px;
  }
}
.faq__q::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border-radius: 50%;
  background: #ffffff;
}
@media (max-width: 767px) {
  .faq__q::before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    right: 16px;
  }
}
.faq__q-line, .faq__q-line::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 20px;
  height: 2.5px;
  margin-top: -1px;
  background: #3098d5;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .faq__q-line, .faq__q-line::after {
    right: 22px;
    width: 12px;
  }
}
.faq__q-line::after {
  right: 0;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.faq__item.is-open .faq__q-line::after {
  transform: rotate(0deg);
}
.faq__a {
  background: #dcf3ff;
  padding: 20px;
  display: none;
}
@media (max-width: 767px) {
  .faq__a {
    padding: 16px 20px;
  }
}
.faq__a p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .faq__a p {
    font-size: 1.4rem;
  }
}
.faq__item.is-open .faq__a {
  display: block;
}

.cta {
  background: #f9f9e4;
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .cta {
    padding: 30px 0;
  }
}
.cta__label {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  color: #146097;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .cta__label {
    font-size: 2.6rem;
  }
}
.cta__row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 65px;
}
@media (max-width: 767px) {
  .cta__row {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.cta__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta__caption {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cta__caption {
    letter-spacing: 0.075em;
    margin-bottom: 14px;
  }
}
.cta__tel {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #dd434b;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .cta__tel {
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 767px) {
  .cta__tel {
    font-size: 4rem;
  }
}
.cta__hours {
  font-size: 1.2rem;
  margin-top: 5px;
  line-height: 1.6;
}

.footer {
  background: #ffffff;
  text-align: center;
  padding: 50px 0;
}
.footer__link {
  display: block;
  width: fit-content;
  margin: 0 auto 20px;
  color: #0066cc;
  text-decoration: underline;
  font-size: 1.6rem;
}
.footer__link:hover, .footer__link:active {
  text-decoration: none;
}
.footer__logo {
  width: 190px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 50px;
  }
}
.footer__copy {
  font-size: 1.4rem;
  color: #333333;
}
.footer {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .footer {
    padding-block: 30px;
  }
}

.sticky-cta {
  position: static;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  background: #f9f9e4;
  padding: 13px 0 10px;
}
.sticky-cta--floating {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
}
.sticky-cta--floating.is-visible {
  display: flex;
}
.sticky-cta__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sticky-cta__caption {
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 7px;
  line-height: 1.6;
}
.sticky-cta__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #004ea1;
  color: #ffffff;
  border-radius: 999px;
  padding: 13px 25px 15px 45px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease;
}
.sticky-cta__tel:hover, .sticky-cta__tel:focus-visible, .sticky-cta__tel:active {
  opacity: 0.8;
}
.sticky-cta__tel img {
  width: 14px;
  height: auto;
}
.sticky-cta__tel-text {
  display: flex;
  flex-direction: column;
}
.sticky-cta__tel-num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: normal;
}
.sticky-cta__tel-hours {
  font-size: 1.2rem;
  line-height: 1.6;
}

.sticky-cta-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
@media (max-width: 767px) {
  .sticky-cta-sp {
    display: flex;
  }
}
.sticky-cta-sp__store, .sticky-cta-sp__tel {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  padding: 8px 4px;
}
.sticky-cta-sp__store span, .sticky-cta-sp__tel span {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: normal;
}
.sticky-cta-sp__store small, .sticky-cta-sp__tel small {
  font-size: 1rem;
  letter-spacing: normal;
}
.sticky-cta-sp__store {
  background: #dd434b;
}
.sticky-cta-sp__store span {
  font-family: "Noto Sans JP", sans-serif;
}
.sticky-cta-sp__tel {
  background: #004ea1;
}
.sticky-cta-sp__tel span {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2px;
}

body {
  padding-bottom: 78px;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 64px;
  }
}
