@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  transition: opacity 0.3s ease;
  background-color: #FBFBFB;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body.is-top {
  background-color: #fff;
}
body.is-treatment {
  background: linear-gradient(to bottom, #ECF7FD 0%, #fff 2.56rem, #fff 6.4rem);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    font-weight: 300;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.2rem;
    font-weight: 300;
    line-height: 1.6;
  }
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  body.is-treatment {
    background: linear-gradient(to bottom, #ECF7FD 0%, #fff 1.65rem, #fff 2.47rem);
  }
}

.ft-lato {
  font-family: "Lato", sans-serif;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

a {
  display: inline-block;
  color: #333333;
}

@media print, (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 3.2rem;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .wrapper-inner {
    width: 100%;
    max-width: 11.4rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper-inner {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.breadcrumb {
  padding: 0.22rem 0;
}
.breadcrumb .breadcrumb-wrapper {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item {
  padding-right: 0.34rem;
  background: url("../img/common/icon-arrow-breadcrumb.svg") right 0.14rem top 60%/0.05rem auto no-repeat;
  font-size: 0.12rem;
}
.breadcrumb .breadcrumb-item:last-child {
  background: none;
}
.breadcrumb a {
  display: inline-flex;
  align-items: center;
  color: #333;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #333;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    padding: 0.18rem 0;
  }
  .breadcrumb .breadcrumb-wrapper {
    overflow: hidden;
    flex-wrap: wrap;
  }
  .breadcrumb .breadcrumb-item {
    font-size: 0.11rem;
    padding-right: 0.23rem;
    background-position: right 0.09rem top 60%;
    background-size: 0.04rem auto;
    line-height: 1.5;
  }
  .breadcrumb .breadcrumb-item:first-child {
    line-height: 0.12rem;
  }
  .breadcrumb .breadcrumb-item img {
    min-width: 0.1rem;
    width: 0.1rem;
  }
  .breadcrumb span {
    font-size: 0.11rem;
  }
}
.common-title {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  gap: 0.11rem;
  text-align: left;
}
.common-title.is-center {
  text-align: center;
}
.common-title .text-jp {
  font-size: 0.26rem;
  letter-spacing: 0.05em;
}
.common-title .text-en {
  font-family: "Lato", sans-serif;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .common-title {
    gap: 0.04rem;
  }
  .common-title .text-jp {
    font-size: 0.14rem;
  }
  .common-title .text-en {
    font-size: 0.1rem;
  }
}
.page-title {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.page-title .text-english {
  display: inline-block;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  color: #6AC7BF;
  padding-left: 0.18rem;
}
.page-title .text-english::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #6AC7BF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-title .text-japan {
  font-size: 0.36rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .page-title {
    gap: 0.01rem;
  }
  .page-title .text-english {
    font-size: 0.12rem;
    padding-left: 0.12rem;
  }
  .page-title .text-english::before {
    width: 0.04rem;
    height: 0.04rem;
  }
  .page-title .text-japan {
    font-size: 0.18rem;
  }
}
.block-cookie {
  display: none;
  background: rgba(105, 199, 191, 0.9);
  padding: 0.29rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 111;
}
.block-cookie .cookie-inner {
  display: flex;
  justify-content: space-between;
  max-width: 10.4rem;
  padding: 0 0.2rem;
  margin: 0 auto;
}
.block-cookie .cookie-text {
  font-size: 0.13rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
  color: #fff;
}
.block-cookie .cookie-text a {
  color: #fff;
}
.block-cookie .btn-common {
  width: 2.2rem;
  background-color: #fff;
  color: #6AC7BF;
  cursor: pointer;
}
.block-cookie .btn-common:hover {
  border-color: #fff;
  color: #fff;
  background-color: #6AC7BF;
}

@media only screen and (max-width: 767.98px) {
  .block-cookie {
    padding: 0.12rem 0 0.14rem;
  }
  .block-cookie .cookie-inner {
    flex-direction: column;
    padding: 0 0.1rem;
  }
  .block-cookie .cookie-text {
    font-size: 0.1rem;
    line-height: 1.4;
    margin-bottom: 0.01rem;
  }
  .block-cookie .btn-common {
    width: 1.6rem;
    height: 0.26rem;
    margin: 0 auto;
    font-size: 0.1rem;
  }
}
.btn-common {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 0.46rem;
  border: 0.01rem solid #6AC7BF;
  color: #6AC7BF;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-radius: 0.46rem;
  transition: all 0.3s ease;
  box-shadow: 0.03rem 0.03rem 0 0 rgba(51, 51, 51, 0.04);
}
.btn-common:hover {
  color: #fff;
  background-color: #6AC7BF;
}
.btn-common.is-white {
  border-color: #f1f1f1;
  background: #fff;
  color: #333333;
  font-size: 0.12rem;
  width: 1.8rem;
  box-shadow: 0.03rem 0.03rem 0.1rem 0 rgba(51, 51, 51, 0.04);
}
.btn-common.is-white:hover {
  color: #fff;
  background-color: #333333;
}
.btn-common.is-primary {
  color: #fff;
  background-color: #6AC7BF;
}
.btn-common.is-primary:hover {
  color: #6AC7BF;
  background-color: #fff;
}
.btn-common.is-orange {
  border-color: #fc9a30;
  background-color: #fc9a30;
  color: #fff;
}
.btn-common.is-orange:hover {
  color: #fc9a30;
  background-color: #fff6ec;
}
.btn-common.is-big {
  width: 2.4rem;
  height: 0.5rem;
}
.btn-common.is-arrow {
  width: 3rem;
  height: 0.48rem;
  padding: 0 0.5rem;
  font-size: 0.14rem;
  background: #fff url("../img/common/icon-arrow-link-green.svg") center right 0.3rem/0.05rem auto no-repeat;
}
.btn-common.is-arrow:hover {
  color: #6AC7BF;
  background-color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .btn-common {
    width: 2.25rem;
    height: 0.38rem;
    font-size: 0.12rem;
  }
  .btn-common.is-white {
    width: 1.48rem;
    font-size: 0.11rem;
  }
  .btn-common.is-big {
    width: 1.48rem;
    height: 0.38rem;
    font-size: 0.11rem;
  }
  .btn-common.is-arrow {
    width: 2.55rem;
    height: 0.38rem;
    font-size: 0.13rem;
  }
}
.link-common {
  background: url("../img/common/icon-arrow-link-circle.svg") center right/0.32rem auto no-repeat;
  padding-right: 0.48rem;
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 0.32rem;
  transition: all 0.3s ease;
}
.link-common:hover {
  padding-right: 0.56rem;
}

@media only screen and (max-width: 767.98px) {
  .link-common {
    font-size: 0.1rem;
    background-size: 0.2rem auto;
    line-height: 0.2rem;
    padding-right: 0.3rem;
  }
}
.swiper-navigation.common-navigation .swiper-button-prev,
.swiper-navigation.common-navigation .swiper-button-next {
  position: static;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0;
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.04);
  transition: all 0.3s ease;
  background: #fff url("../img/common/icon-arrow-prev-swiper.svg") center/0.06rem auto no-repeat;
}
.swiper-navigation.common-navigation .swiper-button-prev::after,
.swiper-navigation.common-navigation .swiper-button-next::after {
  display: none;
}
.swiper-navigation.common-navigation .swiper-button-prev:hover,
.swiper-navigation.common-navigation .swiper-button-next:hover {
  opacity: 0.7;
}
.swiper-navigation.common-navigation .swiper-button-next {
  background-image: url("../img/common/icon-arrow-next-swiper.svg");
}

.common-pagination {
  text-align: center;
}
.common-pagination ul {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  gap: 0.18rem;
}
.common-pagination .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.39rem;
  height: 0.39rem;
  transition: all 0.3s ease;
  border: 0.01rem solid #dfdfdf;
  border-radius: 50%;
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-family: "Lato", sans-serif;
}
.common-pagination .number:hover, .common-pagination .number.is-current {
  background-color: #6AC7BF;
  border-color: #6AC7BF;
  color: #fff;
}
.common-pagination .btn-prev,
.common-pagination .btn-next {
  display: inline-flex;
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0.035rem;
  transform: translateY(-50%) rotate(-180deg);
  cursor: pointer;
  background: url("../img/common/icon-arrow-next-swiper.svg") center/0.06rem auto no-repeat;
}
.common-pagination .btn-next {
  right: 0;
  left: auto;
  transform: translateY(-50%);
}
.common-pagination .pagination-text {
  font-size: 0.13rem;
  font-weight: bold;
  margin-top: 0.14rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .common-pagination {
    line-height: 1;
  }
  .common-pagination ul {
    gap: 0.14rem;
    padding: 0 0.22rem;
  }
  .common-pagination li {
    display: flex;
  }
  .common-pagination .number {
    width: 0.28rem;
    height: 0.28rem;
    font-size: 0.13rem;
  }
  .common-pagination .btn-prev,
  .common-pagination .btn-next {
    width: 0.28rem;
    height: 0.28rem;
    background-size: 0.05rem auto;
  }
  .common-pagination .pagination-text {
    font-size: 0.12rem;
  }
}
.common-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #1b84ce;
  padding: 0 0.2rem 0.02rem;
  height: 0.23rem;
  border-radius: 0.23rem;
  min-width: 1.15rem;
}
.common-category.is-gray {
  background-color: #E7EEF6;
  color: #1B84CE;
}
.common-category.is-lightblue {
  background-color: #6FBBDE;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .common-category {
    font-size: 0.11rem;
    height: 0.19rem;
    padding: 0 0.13rem;
    min-width: unset;
  }
}

.section-treatment-important {
  background: linear-gradient(to left, #6AC7BF 0%, #9AEBE4 100%);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.section-treatment-important .important-wrapper {
  max-width: 13.66rem;
  padding: 0 0.2rem;
  margin: 0 auto;
}
.section-treatment-important .important-inner {
  background-color: #FAFDFD;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.section-treatment-important .important-label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ECF7F6;
  position: absolute;
  right: -0.14rem;
  bottom: -0.71rem;
}
.section-treatment-important .important-title {
  font-size: 0.32rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
.section-treatment-important .important-text {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: bold;
  margin: 0.33rem 0 0.33rem;
}
.section-treatment-important .important-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 11.47rem;
  margin: 0 auto;
  padding: 0.43rem 0 0.15rem 0.23rem;
  position: relative;
  z-index: 1;
}
.section-treatment-important .important-detail {
  flex: 1;
  padding-top: 0.54rem;
}
.section-treatment-important .important-image {
  max-width: 4.6rem;
}
.section-treatment-important .important-link {
  display: flex;
  align-items: center;
  width: 3.8rem;
  height: 0.66rem;
  border-radius: 0.66rem;
  background-color: #FC9A30;
  padding-left: 0.5rem;
  position: relative;
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.1);
}
.section-treatment-important .important-link::after {
  content: "";
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  background: url("../img/common/icon-arrow-orange.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
.section-treatment-important .important-link span {
  padding-left: 0.28rem;
  line-height: 2;
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background: url("../img/common/icon-search-white.svg") left center/0.15rem auto no-repeat;
}

@media only screen and (max-width: 767.98px) {
  .section-treatment-important {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .section-treatment-important .important-wrapper {
    padding: 0 0.15rem;
  }
  .section-treatment-important .important-label {
    font-size: 0.76rem;
    writing-mode: vertical-rl;
    right: auto;
    left: -0.35rem;
    bottom: auto;
    top: 1.09rem;
  }
  .section-treatment-important .important-inner {
    border-radius: 0.24rem;
  }
  .section-treatment-important .important-title {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .section-treatment-important .important-content {
    padding: 0 0.3rem 0.3rem 0.3rem;
  }
  .section-treatment-important .important-detail {
    padding-top: 0.24rem;
  }
  .section-treatment-important .important-image {
    max-width: 2.88rem;
    margin: 0.2rem 0 0 -0.02rem;
  }
  .section-treatment-important .important-text {
    font-size: 0.14rem;
    line-height: 1.7142857143;
    margin: 0.16rem -0.1rem 0.19rem;
  }
  .section-treatment-important .important-link {
    width: 2.6rem;
    height: 0.46rem;
    margin: 0 auto;
    padding-left: 0.38rem;
  }
  .section-treatment-important .important-link::after {
    right: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .section-treatment-important .important-link span {
    padding-left: 0.23rem;
    background-size: 0.12rem auto;
    font-size: 0.13rem;
  }
}
.header {
  width: 100%;
  z-index: 111;
  background-color: #fff;
}
.header.header-simple .header-navbar,
.header.header-simple .btn-search,
.header.header-simple .header-contact,
.header.header-simple .btn-menu {
  display: none;
}
.header.header-top {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
}
.header .wrapper {
  display: flex;
  align-items: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  max-width: 12.86rem;
}
.header .header-logo {
  margin-right: auto;
}
.header .list-navbar {
  display: flex;
  align-items: center;
  gap: 0.38rem;
}
.header .navbar-link {
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.header .navbar-link.is-blank {
  padding-right: 0.17rem;
  background: url("../img/common/icon-blank.svg") right center/0.11rem auto no-repeat;
}
.header .btn-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.13rem;
  margin: 0 0.3rem 0 0.5rem;
  font-weight: bold;
  background-color: #6AC7BF;
  border: 0.01rem solid #6AC7BF;
  padding-right: 0.04rem;
  color: #fff;
  transition: all 0.3s ease;
}
.header .btn-search span {
  display: inline-block;
  letter-spacing: 0.05em;
}
.header .btn-search svg {
  margin-right: 0.1rem;
}
.header .btn-search:hover {
  color: #6AC7BF;
  background-color: #fff;
}
.header .header-contact {
  font-weight: bold;
}
.header .contact-text {
  font-size: 0.11rem;
  color: #6AC7BF;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.header .contact-phone {
  font-size: 0.24rem;
  color: #6AC7BF;
  padding-left: 0.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  background: url("../img/common/label-tel.svg") left center/0.25rem auto no-repeat;
}
.header .contact-info {
  display: flex;
  align-items: center;
  gap: 0.08rem;
}
.header .info-text {
  font-size: 0.1rem;
  letter-spacing: 0.05em;
}
.header .info-number {
  font-size: 0.12rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .header .list-navbar {
    gap: 0.2rem;
  }
  .header .btn-search {
    margin: 0 0 0 0.15rem;
  }
  .header .header-contact {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .header {
    position: relative;
    z-index: 101;
  }
  .header.header-top {
    background-color: #fff;
  }
  .header .wrapper {
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
    padding-right: 0.12rem;
  }
  .header .header-navbar {
    display: none;
  }
  .header .header-contact {
    display: none;
  }
  .header .header-logo {
    width: 1.46rem;
    position: relative;
    top: -0.02rem;
  }
  .header .btn-search {
    width: 0.92rem;
    height: 0.28rem;
    font-size: 0.11rem;
    margin: 0;
  }
  .header .btn-search svg {
    width: 0.1rem;
    margin-right: 0.08rem;
  }
  .header .btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.28rem;
    height: 0.28rem;
    margin-left: 0.07rem;
  }
  .header .btn-menu img {
    width: 0.11rem;
  }
  .header .header-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FBFBFB;
    overflow: auto;
    padding-bottom: 0.25rem;
    z-index: 101;
  }
  .header .header-close {
    display: flex;
    justify-content: flex-end;
  }
  .header .header-close span {
    display: inline-flex;
    padding: 0.15rem 0.15rem 0.13rem;
  }
  .header .header-close img {
    width: 0.13rem;
  }
  .header .list-navbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .header .navbar-block {
    width: 100%;
  }
  .header .block-title {
    font-size: 0.13rem;
    font-weight: bold;
    background-color: #6AC7BF;
    color: #fff;
    padding: 0.1rem 0.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .header .block-link {
    width: 100%;
    display: block;
    font-size: 0.13rem;
    font-weight: bold;
    padding: 0.12rem 0.2rem;
    letter-spacing: 0.05em;
    line-height: 1.9;
    background: url("../img/common/icon-arrow-link-green.svg") right 0.2rem center/0.05rem auto no-repeat;
  }
  .header .block-link + .block-link {
    border-top: 0.01rem solid #F1F1F1;
    padding-top: 0.11rem;
  }
  .header .block-accordion {
    background-color: #fff;
  }
  .header .block-accordion.is-active .accordion-heading::after {
    transform: translateY(-50%);
  }
  .header .accordion-heading {
    font-size: 0.13rem;
    font-weight: bold;
    padding: 0.09rem 0.2rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    background-color: #F5F5F5;
    position: relative;
  }
  .header .accordion-heading::before, .header .accordion-heading::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0;
    border-top: 0.01rem solid #6AC7BF;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  .header .accordion-heading::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .header .block-list > li {
    border-bottom: 0.01rem solid #F1F1F1;
    padding: 0.14rem 0.3rem 0.15rem;
    font-size: 0.13rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8461538462;
  }
  .header .block-list > li:last-child {
    border-bottom: none;
  }
  .header .block-list span {
    margin-bottom: 0.03rem;
    display: block;
  }
  .header .block-list.is-primary {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .header .block-list.is-primary li {
    width: 50%;
    padding: 0;
  }
  .header .block-list.is-primary li:nth-child(odd) {
    border-right: 0.01rem solid #F1F1F1;
  }
  .header .block-list.is-primary li:last-child {
    border-bottom: 0.01rem solid #F1F1F1;
  }
  .header .block-list.is-primary a {
    display: flex;
    padding: 0.14rem 0.3rem 0.15rem;
    background: url("../img/common/icon-arrow-link-green.svg") right 0.2rem center/0.05rem auto no-repeat;
  }
  .header .list-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.05rem 0.19rem;
  }
  .header .list-links li {
    min-width: 0.6rem;
  }
  .header .list-links a {
    padding-right: 0.2rem;
    background: url("../img/common/icon-arrow-link-green.svg") right center/0.05rem auto no-repeat;
  }
  .header .block-row {
    display: flex;
    border-top: 0.01rem solid #F1F1F1;
    border-bottom: 0.01rem solid #F1F1F1;
  }
  .header .block-row a {
    width: 50%;
    background: url("../img/common/icon-arrow-link-circle.svg") right 0.33rem center/0.2rem auto no-repeat;
    font-size: 0.12rem;
    padding: 0.17rem 0.2rem;
  }
  .header .block-row .block-link + .block-link {
    padding-top: 0.17rem;
    border-left: 0.01rem solid #F1F1F1;
    border-top: none;
  }
  .header .navbar-footer {
    width: 100%;
    text-align: center;
    padding-top: 0.3rem;
  }
  .header .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.95rem;
    background-color: #6AC7BF;
    border-radius: 0.25rem;
    color: #fff;
    padding-top: 0.05rem;
    padding-bottom: 0.07rem;
    margin: 0 auto;
  }
  .header .contact-text {
    font-size: 0.1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  .header .contact-number {
    line-height: 1;
    font-size: 0.2rem;
    background: url("../img/common/label-tel-white.svg") left top 66%/0.17rem auto no-repeat;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-left: 0.23rem;
  }
  .header .footer-text {
    display: flex;
    gap: 0.08rem;
    justify-content: center;
    align-items: center;
    margin-top: 0.1rem;
    margin-bottom: 0.19rem;
  }
  .header .contact-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.11rem;
    height: 0.18rem;
    border: 0.01rem solid #6AC7BF;
    color: #6AC7BF;
    padding: 0 0.08rem;
    font-weight: bold;
    border-radius: 0.01rem;
    letter-spacing: 0.05em;
  }
  .header .contact-time {
    font-size: 0.12rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .header .footer-info {
    display: flex;
    gap: 0.1rem;
    justify-content: center;
    align-items: center;
    padding-right: 0.07rem;
  }
  .header .info-text {
    font-size: 0.11rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .header .info-tel {
    font-size: 0.14rem;
    background: url("../img/common/icon-telephone.svg") left center/0.1rem auto no-repeat;
    color: #6AC7BF;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-left: 0.16rem;
  }
}
.btn-scroll-top {
  text-align: right;
  position: sticky;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 21;
  width: auto;
  pointer-events: none;
}
.btn-scroll-top .wrapper {
  position: relative;
}
.btn-scroll-top img {
  right: 0.2rem;
  top: -100px;
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
}
@media only screen and (max-width: 767.98px) {
  .btn-scroll-top img {
    width: 0.34rem;
    height: 0.34rem;
    top: -0.44rem;
  }
}

.footer {
  background-color: #333333;
  padding-top: 0.5rem;
}
.footer.footer-simple {
  padding-top: 0;
}
.footer.footer-simple .footer-heading,
.footer.footer-simple .list-links {
  display: none;
}
.footer.footer-simple .footer-copyright {
  margin: 0 auto;
  max-width: 100%;
  border-top: none;
  padding-top: 0;
}
.footer .wrapper {
  position: relative;
}
.footer .footer-heading {
  display: flex;
  border-bottom: 0.01rem solid #707070;
  padding-bottom: 0.5rem;
}
.footer .list-navbar {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 1.4rem;
  gap: 0.58rem;
}
.footer .navbar-link {
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
.footer .navbar-link.is-blank {
  padding-right: 0.17rem;
  background: url("../img/common/icon-blank-white.svg") right center/0.11rem auto no-repeat;
}
.footer .footer-links {
  display: flex;
  padding: 0.22rem 0;
  align-items: center;
}
.footer .list-links {
  display: flex;
  align-items: center;
  gap: 0.29rem;
}
.footer .list-links a {
  font-size: 0.11rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #7D7D7D;
}
.footer .footer-copyright {
  margin-left: auto;
  color: #fff;
  font-size: 0.1rem;
  letter-spacing: 0.05em;
  color: #7D7D7D;
}

@media only screen and (max-width: 767.98px) {
  .footer {
    padding-top: 0.18rem;
  }
  .footer .footer-heading {
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer .footer-logo {
    width: 1.21rem;
    margin-left: 0.01rem;
  }
  .footer .list-navbar {
    display: flex;
    margin: 0.17rem -0.2rem 0;
    width: auto;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.12);
  }
  .footer .navbar-item {
    width: 50%;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.12);
    text-align: center;
    font-size: 0.11rem;
  }
  .footer .navbar-item:nth-child(2n+1) {
    border-right: 0.01rem solid rgba(255, 255, 255, 0.12);
  }
  .footer .navbar-item a {
    padding: 0.13rem 0 0.12rem;
    font-size: 0.11rem;
  }
  .footer .navbar-link.is-blank {
    padding-right: 0.14rem;
    background-size: 0.09rem auto;
  }
  .footer .footer-links {
    flex-direction: column;
    padding: 0.18rem 0 0.16rem;
  }
  .footer .list-links {
    flex-wrap: wrap;
    gap: 0.09rem 0.18rem;
    padding-bottom: 0.16rem;
  }
  .footer .list-links li {
    display: inline-flex;
  }
  .footer .footer-copyright {
    display: block;
    text-align: center;
    margin: 0 -0.2rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.12);
    width: calc(100% + 0.4rem);
    padding-top: 0.14rem;
  }
}
.section-holiday-keyvisual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #ECF7FD 0%, #FCFBF3 33%, #F3FAFF 60%, #E4F3FC 90%);
  margin: 0 0.2rem;
  min-height: 5.24rem;
  position: relative;
  border-radius: 0.12rem;
  overflow: hidden;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
}
.section-holiday-keyvisual::before {
  content: "";
  width: 50%;
  background: url("../img/holiday/keyvisual-bg.png") left center/auto 100% no-repeat;
  height: 100%;
  position: absolute;
  max-width: 3.75rem;
  left: 0;
  top: 0;
  pointer-events: none;
}
.section-holiday-keyvisual::after {
  content: "";
  width: 50%;
  background: url("../img/holiday/keyvisual-bg.png") right center/auto 100% no-repeat;
  height: 100%;
  max-width: 3.75rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.section-holiday-keyvisual .keyvisual-content {
  max-width: 4.4rem;
  position: relative;
  z-index: 11;
  padding-top: 0.07rem;
}
.section-holiday-keyvisual .keyvisual-content::before {
  content: "";
  background: url("../img/holiday/keyvisual-pattern.png") center/contain no-repeat;
  position: absolute;
  top: 55.3%;
  left: 50.3%;
  transform: translate(-50%, -50%);
  width: 6.25rem;
  height: 4.47rem;
  pointer-events: none;
}
.section-holiday-keyvisual .keyvisual-label {
  font-size: 0.18rem;
  color: #30BAAE;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}
.section-holiday-keyvisual .keyvisual-title {
  font-size: 0.36rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.63rem;
  font-weight: bold;
}
.section-holiday-keyvisual .keyvisual-title span {
  display: block;
  font-size: 0.52rem;
  color: #30BAAE;
  letter-spacing: 0.1em;
  margin-top: 0.06rem;
}
.section-holiday-keyvisual .keyvisual-title span::before {
  content: "「";
  color: #333333;
  margin-right: 0.16rem;
}
.section-holiday-keyvisual .keyvisual-title span::after {
  content: "」";
  color: #333333;
  margin-left: 0.16rem;
}
.section-holiday-keyvisual .keyvisual-text {
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-holiday-keyvisual::before {
    max-width: 2.3rem;
    background-position: left -1.8rem center;
  }
  .section-holiday-keyvisual::after {
    max-width: 2.3rem;
    background-position: right -1.8rem center;
  }
  .section-holiday-keyvisual .keyvisual-text {
    max-width: 3.2rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-holiday-keyvisual {
    min-height: 3.58rem;
    margin: 0;
    overflow: hidden;
  }
  .section-holiday-keyvisual::before {
    left: -0.12rem;
  }
  .section-holiday-keyvisual::after {
    right: -0.12rem;
  }
  .section-holiday-keyvisual::before, .section-holiday-keyvisual::after {
    max-width: 40%;
    background-image: url("../img/holiday/sp/keyvisual-bg.png");
  }
  .section-holiday-keyvisual .keyvisual-content {
    max-width: 100%;
    padding-top: 0.02rem;
  }
  .section-holiday-keyvisual .keyvisual-content::before {
    background-image: url("../img/holiday/sp/keyvisual-pattern.png");
    width: 2.58rem;
    height: 3rem;
    top: 51.3%;
  }
  .section-holiday-keyvisual .keyvisual-label {
    font-size: 0.12rem;
    margin-bottom: 0.13rem;
  }
  .section-holiday-keyvisual .keyvisual-title {
    font-size: 0.18rem;
    margin-bottom: 0.21rem;
  }
  .section-holiday-keyvisual .keyvisual-title span {
    font-size: 0.3rem;
    margin-top: 0.03rem;
    line-height: 1.1;
  }
  .section-holiday-keyvisual .keyvisual-title span::before {
    margin-right: 0.1rem;
  }
  .section-holiday-keyvisual .keyvisual-title span::after {
    margin-left: 0.1rem;
  }
  .section-holiday-keyvisual .keyvisual-text {
    font-size: 0.12rem;
    line-height: 1.85;
    max-width: 58%;
    margin: 0 auto;
  }
}
.section-top-holiday {
  padding: 0.91rem 0 0.81rem;
  background-color: #fff;
}
.section-top-holiday .holiday-title {
  font-size: 0.26rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
}
.section-top-holiday .holiday-title span {
  display: block;
  text-align: center;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  margin-top: 0.1rem;
  color: #6AC7BF;
}
.section-top-holiday .holiday-text {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  margin: 0.45rem auto 0.48rem;
  max-width: 9rem;
  vertical-align: bottom;
  font-weight: bold;
  line-height: 2.15;
}
.section-top-holiday .holiday-text span {
  color: #6AC7BF;
  position: relative;
}
.section-top-holiday .holiday-list {
  list-style: none;
  display: flex;
  gap: 0.3rem;
}
.section-top-holiday .holiday-list li {
  flex: 1;
  border: 0.01rem solid #fff;
  border-radius: 0.12rem;
  background-color: #F0F5FB;
  box-shadow: 0.03rem 0.03rem 0.12rem 0 rgba(51, 51, 51, 0.06);
  padding: 0.43rem 0.3rem 0.32rem;
  color: #0AA9C8;
  font-weight: bold;
}
.section-top-holiday .item-heading {
  display: flex;
  gap: 0.22rem;
  align-items: flex-start;
  margin-bottom: 0.27rem;
}
.section-top-holiday .item-icon {
  margin-top: 0.16rem;
}
.section-top-holiday .item-content {
  margin-bottom: 0.06rem;
}
.section-top-holiday .item-label {
  font-size: 0.24rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.07rem;
}
.section-top-holiday .item-value {
  display: inline-flex;
  position: relative;
  align-items: flex-end;
  z-index: 11;
  padding-left: 0.06rem;
}
.section-top-holiday .item-value::after {
  content: "";
  display: block;
  width: calc(100% + 0.2rem);
  height: 0.16rem;
  background-color: #FFE570;
  border-radius: 0.04rem;
  position: absolute;
  left: -0.05rem;
  bottom: -0.01rem;
  z-index: -1;
}
.section-top-holiday .text-biggest {
  font-size: 0.86rem;
  line-height: 1;
}
.section-top-holiday .text-medium {
  font-size: 0.34rem;
  letter-spacing: 0.05em;
  margin-left: -0.06rem;
  line-height: 1.3;
}
.section-top-holiday .item-text {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  padding: 0 0.06rem;
  line-height: 1.7;
  margin-top: -0.13rem;
}
.section-top-holiday .text-vertical {
  display: flex;
  flex-direction: column;
  font-size: 0.24rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.07rem;
  margin-left: 0.02rem;
  gap: 0.04rem;
}
.section-top-holiday .text-vertical.is-small {
  font-size: 0.2rem;
  margin: 0 0rem 0.06rem 0.05rem;
  gap: 0.02rem;
}
.section-top-holiday .text-big {
  font-size: 0.76rem;
  line-height: 0.9;
  margin: 0.02rem 0 0 0.01rem;
}
.section-top-holiday .text-normal {
  font-size: 0.34rem;
  letter-spacing: 0.05em;
  margin: 0 0.02rem 0 0.06rem;
}
.section-top-holiday .text-note {
  background-color: #0AA9C8;
  color: #fff;
  border-radius: 0.04rem;
  padding: 0.04rem 0.09rem;
  min-width: 0.48rem;
  height: 0.46rem;
  display: flex;
  flex-direction: column;
  margin-left: 0.04rem;
  margin-bottom: 0.08rem;
}
.section-top-holiday .note-label {
  font-size: 0.1rem;
  letter-spacing: 0.05em;
}
.section-top-holiday .note-value {
  text-align: center;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
}
.section-top-holiday .item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.12rem;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  color: #0AA9C8;
  height: 0.46rem;
  margin-top: 0.09rem;
  padding-right: 0.7rem;
  padding-left: 0.4rem;
  background: #fff url("../img/holiday/icon-arrow-link.svg") right 0.5rem center/0.14rem auto no-repeat;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-top-holiday .holiday-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-top-holiday .holiday-list li {
    max-width: 50%;
    padding: 0.43rem 0.2rem 0.32rem;
  }
  .section-top-holiday .item-icon {
    width: 0.65rem;
  }
  .section-top-holiday .item-link {
    padding-right: 0.5rem;
    padding-left: 0.2rem;
    background-position: right 0.3rem center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-holiday {
    padding: 0.35rem 0 0.4rem;
  }
  .section-top-holiday .holiday-title {
    font-size: 0.16rem;
  }
  .section-top-holiday .holiday-title span {
    font-size: 0.12rem;
    margin-top: 0.04rem;
  }
  .section-top-holiday .holiday-text {
    font-size: 0.13rem;
    margin: 0.2rem auto 0.23rem;
    line-height: 1.68;
  }
  .section-top-holiday .holiday-text span {
    font-size: 0.13rem;
    top: 0;
  }
  .section-top-holiday .holiday-list {
    flex-direction: column;
    gap: 0.2rem;
  }
  .section-top-holiday .holiday-list li {
    padding: 0.16rem 0.16rem 0.12rem;
  }
  .section-top-holiday .item-heading {
    justify-content: center;
    gap: 0.3rem;
    margin-bottom: 0;
  }
  .section-top-holiday .item-icon {
    width: 0.68rem;
    margin-top: 0.03rem;
  }
  .section-top-holiday .item-value {
    display: flex;
    margin-bottom: 0.08rem;
    padding-left: 0;
  }
  .section-top-holiday .item-value::after {
    width: calc(100% + 0.06rem);
    height: 0.1rem;
    border-radius: 0.04rem;
    left: -0.02rem;
    bottom: 0rem;
  }
  .section-top-holiday .item-label {
    font-size: 0.16rem;
    margin-bottom: 0.02rem;
  }
  .section-top-holiday .text-biggest {
    font-size: 0.46rem;
  }
  .section-top-holiday .text-medium {
    font-size: 0.22rem;
    margin-left: 0rem;
  }
  .section-top-holiday .text-vertical {
    font-size: 0.16rem;
    margin-bottom: 0.05rem;
    margin-left: 0.01rem;
    gap: 0.01rem;
  }
  .section-top-holiday .text-vertical.is-small {
    font-size: 0.14rem;
    margin: 0 0rem 0.04rem 0.05rem;
    gap: 0.01rem;
  }
  .section-top-holiday .text-big {
    font-size: 0.46rem;
    margin: 0.03rem 0 0rem 0.01rem;
  }
  .section-top-holiday .text-normal {
    font-size: 0.22rem;
    margin: 0rem 0.02rem 0 0.04rem;
    line-height: 1.5;
  }
  .section-top-holiday .text-note {
    min-width: 0.38rem;
    height: 0.36rem;
    margin-left: 0.02rem;
    margin-bottom: 0.04rem;
    padding: 0.04rem 0.08rem;
  }
  .section-top-holiday .note-label {
    font-size: 0.09rem;
  }
  .section-top-holiday .note-value {
    font-size: 0.12rem;
    line-height: 1;
  }
  .section-top-holiday .item-text {
    font-size: 0.12rem;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .section-top-holiday .item-link {
    margin: 0.04rem auto 0.07rem;
    height: 0.32rem;
    max-width: 2.75rem;
    font-size: 0.13rem;
    padding-left: 0.32rem;
    padding-right: 0.4rem;
    background-position: right 0.26rem center;
    justify-content: flex-start;
  }
}
.section-holiday-intro {
  padding: 0.81rem 0 1.04rem;
  background-color: #FBFBFB;
  font-weight: bold;
}
.section-holiday-intro .wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.section-holiday-intro .holiday-block {
  background-color: #fff;
  border-radius: 0.12rem;
  padding: 0.56rem 0.8rem 0.61rem;
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.1);
}
.section-holiday-intro .block-label {
  font-size: 0.14rem;
  color: #6AC7BF;
  padding-left: 0.19rem;
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 0.1rem;
}
.section-holiday-intro .block-label::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  position: absolute;
  left: 0.02rem;
  top: 45%;
  transform: translateY(-50%);
  background-color: #6AC7BF;
}
.section-holiday-intro .block-title {
  font-size: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.section-holiday-intro .block-content {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.section-holiday-intro .intro-text {
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  line-height: 1.8666666667;
  margin-bottom: 0.3rem;
}
.section-holiday-intro .intro-detail {
  width: 43%;
}
.section-holiday-intro .detail-title {
  display: block;
  background-color: #fff;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  color: #6AC7BF;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.13rem;
}
.section-holiday-intro .detail-title span {
  display: inline-block;
  padding: 0 0.2rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.section-holiday-intro .detail-title::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 0.01rem solid #6AC7BF;
  height: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.section-holiday-intro .detail-block {
  width: 100%;
}
.section-holiday-intro .detail-list {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
}
.section-holiday-intro .detail-list li {
  display: block;
  padding: 0.14rem 0.22rem 0.14rem 0.42rem;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  border-radius: 0.12rem;
  background-color: #FBFBFB;
  background: #FBFBFB url("../img/holiday/icon-check.svg") left 0.18rem top 0.19rem/0.12rem auto no-repeat;
}
.section-holiday-intro .detail-list span {
  display: block;
  font-size: 0.12rem;
}
.section-holiday-intro .intro-calendar {
  flex: 1;
  margin-top: 0.07rem;
  padding: 0.26rem 0 0.42rem;
  background-color: #FAFDFD;
  border-radius: 0.12rem;
  border: 0.01rem solid #D9EBE9;
}
.section-holiday-intro .calendar-title {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-left: 0.58rem;
  padding-right: 0.3rem;
  background: #FBFBFB url("../img/holiday/icon-calendar.svg") left 0.3rem center/0.16rem auto no-repeat;
  margin-bottom: 0.29rem;
}
.section-holiday-intro .calendar-image {
  text-align: center;
  padding: 0 0.2rem;
}
.section-holiday-intro .calendar-image img {
  max-width: 100%;
}
.section-holiday-intro .holiday-row {
  display: flex;
  gap: 0.6rem;
}
.section-holiday-intro .holiday-row .holiday-block {
  flex: 1;
  padding: 0.54rem 0.6rem;
}
.section-holiday-intro .holiday-row .intro-detail {
  width: 100%;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-holiday-intro .wrapper {
    gap: 0.4rem;
  }
  .section-holiday-intro .holiday-row {
    gap: 0.4rem;
  }
  .section-holiday-intro .holiday-row .holiday-block {
    padding: 0.3rem;
  }
  .section-holiday-intro .holiday-block {
    padding: 0.4rem 0.4rem;
  }
  .section-holiday-intro .block-content {
    gap: 0.3rem;
  }
  .section-holiday-intro .intro-detail {
    width: 45%;
  }
  .section-holiday-intro .intro-calendar {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-holiday-intro {
    padding: 0.4rem 0;
  }
  .section-holiday-intro .wrapper {
    gap: 0.2rem;
    padding: 0 0.15rem;
  }
  .section-holiday-intro .holiday-block {
    padding: 0.27rem 0.16rem 0.32rem;
  }
  .section-holiday-intro .holiday-block:first-child .calendar-image {
    margin: -0.03rem -0.19rem -0.12rem -0.03rem;
  }
  .section-holiday-intro .holiday-block:nth-child(2) .calendar-image {
    margin: -0.03rem -0.07rem 0.01rem -0.03rem;
  }
  .section-holiday-intro .holiday-block:nth-child(3) .calendar-image {
    margin: -0.03rem -0.07rem 0.01rem -0.03rem;
  }
  .section-holiday-intro .block-label {
    font-size: 0.12rem;
    padding-left: 0.12rem;
    margin-bottom: 0;
  }
  .section-holiday-intro .block-label::before {
    width: 0.04rem;
    height: 0.04rem;
    left: 0;
  }
  .section-holiday-intro .block-title {
    font-size: 0.18rem;
    margin-bottom: 0.12rem;
    line-height: 1.5;
  }
  .section-holiday-intro .intro-detail {
    width: 100%;
  }
  .section-holiday-intro .block-content {
    flex-direction: column;
  }
  .section-holiday-intro .intro-text {
    font-size: 0.13rem;
    line-height: 1.7;
    margin-bottom: 0.17rem;
  }
  .section-holiday-intro .intro-calendar {
    padding: 0.15rem 0.15rem 0.15rem;
  }
  .section-holiday-intro .calendar-title {
    font-size: 0.14rem;
    background-size: 0.14rem auto;
    padding-left: 0.22rem;
    padding-right: 0.3rem;
    background-position: left center;
    margin-bottom: 0.19rem;
  }
  .section-holiday-intro .calendar-image {
    padding: 0;
  }
  .section-holiday-intro .detail-block {
    padding-top: 0.18rem;
  }
  .section-holiday-intro .detail-title {
    font-size: 0.14rem;
    margin-bottom: 0.08rem;
  }
  .section-holiday-intro .detail-title span {
    padding: 0 0.14rem;
  }
  .section-holiday-intro .detail-list {
    gap: 0.08rem;
  }
  .section-holiday-intro .detail-list li {
    font-size: 0.13rem;
    background-size: 0.12rem auto;
    padding: 0.11rem 0.1rem 0.09rem 0.31rem;
    background-position: left 0.13rem top 0.15rem;
  }
  .section-holiday-intro .detail-list li span {
    font-size: 0.11rem;
    line-height: 1.7;
  }
  .section-holiday-intro .holiday-row {
    flex-direction: column;
    gap: 0.2rem;
  }
  .section-holiday-intro .holiday-row .holiday-block {
    padding: 0.27rem 0.16rem 0.32rem;
  }
  .section-holiday-intro .holiday-row .detail-block {
    padding-top: 0;
  }
}
.section-top-important {
  background: linear-gradient(to left, #6AC7BF, #9AEBE4);
  padding: 0.4rem 0.2rem;
  position: relative;
  overflow: hidden;
}
.section-top-important .important-label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ECF7F6;
  position: absolute;
  right: -0.21rem;
  letter-spacing: 0.005em;
  bottom: -0.22rem;
  line-height: 0.9;
  white-space: nowrap;
}
.section-top-important .important-wrapper {
  border-radius: 0.5rem;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  max-width: 13.66rem;
  margin: 0 auto;
}
.section-top-important .important-inner {
  display: flex;
  max-width: 11.48rem;
  margin: 0 auto;
  padding-left: 0.23rem;
  align-items: center;
  padding-top: 0.43rem;
  padding-bottom: 0.15rem;
}
.section-top-important .important-content {
  padding-bottom: 0.3rem;
}
.section-top-important .important-title {
  font-weight: bold;
  font-size: 0.32rem;
  margin-bottom: 0.3rem;
  letter-spacing: 0.05em;
  line-height: 1.65;
}
.section-top-important .important-text {
  font-size: 0.16rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.32rem;
}
.section-top-important .important-link {
  display: flex;
  align-items: center;
  width: 3.8rem;
  height: 0.66rem;
  color: #fff;
  background: red;
  background-color: #FC9A30;
  background-image: url("../img/holiday/icon-search.svg"), url("../img/holiday/icon-arrow-white.svg");
  background-size: 0.14rem auto, 0.26rem auto;
  background-position: left 0.5rem center, right 0.5rem center;
  background-repeat: no-repeat, no-repeat;
  border-radius: 0.33rem;
  font-weight: bold;
  padding-left: 0.8rem;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 11;
}
.section-top-important .important-image {
  margin-left: auto;
  position: relative;
  z-index: 11;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-top-important .important-label {
    font-size: 1.3rem;
  }
  .section-top-important .important-title {
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-important {
    padding: 0.3rem 0.15rem;
  }
  .section-top-important .important-label {
    font-size: 0.76rem;
    transform: rotate(90deg);
    left: 0.27rem;
    top: 0.76rem;
    right: auto;
    bottom: auto;
    transform-origin: left center;
  }
  .section-top-important .important-wrapper {
    border-radius: 0.24rem;
  }
  .section-top-important .important-inner {
    padding-top: 0.25rem;
    border-radius: 0.24rem;
    padding-left: 0;
    padding-bottom: 0rem;
  }
  .section-top-important .important-title {
    font-size: 0.18rem;
    line-height: 1.5;
    margin-bottom: 0.17rem;
    padding-left: 0.3rem;
  }
  .section-top-important .important-image {
    margin: 0 0.3rem;
  }
  .section-top-important .important-text {
    padding: 0 0.2rem;
    margin: 0.2rem 0 0;
    line-height: 1.7;
    font-size: 0.14rem;
    position: relative;
    z-index: 11;
  }
  .section-top-important .important-link {
    width: 2.6rem;
    height: 0.46rem;
    font-size: 0.13rem;
    background-size: 0.12rem auto, 0.2rem auto;
    background-position: left 0.4rem center, right 0.2rem center;
    padding-left: 0.61rem;
    margin: 0.18rem auto 0;
  }
}