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;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: rgba(51, 51, 51, 0.4);
}
.modal .wrapper {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  max-height: 100%;
  max-width: 11.4rem;
}
.modal .modal-window {
  width: 100%;
  padding-bottom: 0.48rem;
  background-color: #fbfbfb;
  border: 0.01rem solid #f1f1f1;
  box-shadow: 0.03rem 0.03rem 0.18rem 0 rgba(51, 51, 51, 0.06);
  border-radius: 0.12rem;
}
.modal .modal-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  max-height: 100%;
}
@media print, (min-width: 768px) {
  .modal .modal-inner {
    padding: 0.48rem 0.6rem 0;
  }
}
.modal .modal-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
  /* For horizontal scrollbars */
}
.modal .modal-close {
  position: absolute;
  right: 0.52rem;
  top: 0.42rem;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  cursor: pointer;
  background: url("../img/common/icon-close-modal.svg") center/0.15rem auto no-repeat;
}
.modal .heading-title {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #f1f1f1;
  margin-bottom: 0.3rem;
}
.modal .title-icon {
  display: inline-flex;
  width: 0.28rem;
}
.modal .title-text {
  font-size: 0.18rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.modal .modal-block {
  margin-bottom: 0.12rem;
}
.modal .modal-block .modal-body {
  border-bottom: none;
}
.modal .modal-body {
  border-bottom: 0.01rem solid #f1f1f1;
  padding-bottom: 0.32rem;
}
.modal .modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  padding-top: 0.24rem;
  gap: 0.28rem;
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 11;
  background: #fbfbfb;
}
.modal .footer-text {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.04rem;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.modal .footer-text span {
  font-size: 0.24rem;
  line-height: 1;
}
.modal .footer-btn {
  width: 2.6rem;
}

@media only screen and (max-width: 767.98px) {
  .modal .wrapper {
    padding: 0.6rem 0 0.3rem;
  }
  .modal .modal-window {
    padding-bottom: 0;
  }
  .modal .modal-inner {
    padding: 0.22rem 0.2rem 0;
  }
  .modal .modal-close {
    right: 0.06rem;
    top: 0.05rem;
    background-size: 0.12rem auto;
  }
  .modal .heading-title {
    gap: 0.12rem;
    margin-bottom: 0.18rem;
    padding-bottom: 0.16rem;
  }
  .modal .title-icon {
    width: 0.18rem;
  }
  .modal .title-text {
    font-size: 0.14rem;
  }
  .modal .modal-body {
    padding-bottom: 0.18rem;
  }
  .modal .footer-text {
    font-size: 0.11rem;
    gap: 0.05rem;
  }
  .modal .footer-text span {
    font-size: 0.18rem;
    line-height: 1.1;
  }
  .modal .modal-footer {
    padding-top: 0.19rem;
    gap: 0.1rem;
    justify-content: space-between;
    margin-left: -0.2rem;
    width: calc(100% + 0.4rem);
    padding: 0.2rem;
    border-radius: 0 0 0.12rem 0.12rem;
  }
  .modal .footer-btn {
    font-size: 0.11rem;
    width: 1.88rem;
    height: 0.46rem;
  }
  .modal .sticky-result {
    background-color: rgba(51, 51, 51, 0.8);
    padding: 0.18rem 0.28rem;
    gap: 0.24rem;
    position: sticky;
    margin-bottom: -0.23rem;
    margin-left: -0.2rem;
    width: calc(100% + 0.4rem);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
  }
  .modal .result-text {
    display: inline-flex;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 0.12rem;
    flex: 1;
    line-height: 1.2;
    padding-top: 0.03rem;
    gap: 0.03rem;
  }
  .modal .result-text span {
    font-size: 0.18rem;
    top: -0.02rem;
    position: relative;
  }
  .modal .result-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 0.38rem;
    font-size: 0.12rem;
    background-color: #6AC7BF;
    border: 0.01rem solid #6AC7BF;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 0.53rem;
    transition: all 0.3s ease;
  }
  .modal .result-button:hover {
    color: #6AC7BF;
    background-color: #fff;
  }
}
.form-radio-wrapper {
  position: relative;
  cursor: pointer;
}
.form-radio-wrapper .form-radio {
  position: absolute;
  opacity: 0;
}
.form-radio-wrapper .form-radio:checked + .form-radio-text {
  box-shadow: 0.03rem 0.03rem 0.18rem 0 rgba(51, 51, 51, 0.06);
  background-color: #6AC7BF;
  color: #fff;
  border-color: #6AC7BF;
}
.form-radio-wrapper .form-radio-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid #ebebeb;
  border-radius: 0.08rem;
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 1.4rem;
  height: 0.4rem;
  transition: all 0.3s ease;
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .form-radio-wrapper .form-radio-text {
    width: 1.35rem;
  }
}

.form-checkbox-wrapper {
  position: relative;
  display: inline-flex;
}
.form-checkbox-wrapper .form-checkbox {
  position: absolute;
  opacity: 0;
}
.form-checkbox-wrapper .form-checkbox:checked + .form-checkbox-text::after {
  opacity: 1;
}
.form-checkbox-wrapper .form-checkbox:checked + .form-checkbox-text::before {
  border-color: #144a9d;
}
.form-checkbox-wrapper .form-checkbox-text {
  display: inline-block;
  position: relative;
  z-index: 11;
  padding-left: 0.29rem;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: bold;
}
.form-checkbox-wrapper .form-checkbox-text::before, .form-checkbox-wrapper .form-checkbox-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  transform: translateY(-50%);
  background-color: #EBEBEB;
  border-radius: 0.03rem;
}
.form-checkbox-wrapper .form-checkbox-text::after {
  transition: all 0.3s ease;
  border: none;
  opacity: 0;
  border-radius: 0.02rem;
  background: #6AC7BF url("../img/common/icon-input-checked.svg") top 55% center/0.11rem auto no-repeat;
}

.form-filter {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.form-filter.is-nurse .form-radio-wrapper .form-radio-text {
  width: 1.875rem;
}
.form-filter.is-document {
  gap: 0.1rem;
}
.form-filter.is-document .form-radio-wrapper .form-radio-text {
  width: 1.875rem;
  height: 0.5rem;
}
.form-filter .form-block {
  display: flex;
  align-items: flex-start;
  gap: 0.13rem;
}
.form-filter .block-label {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 0.4rem;
  min-width: 0.7rem;
}
.form-filter .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.form-filter .form-footer {
  border-radius: 0.08rem;
  background-color: #fff;
  padding: 0.2rem 0.6rem;
  display: flex;
  align-items: center;
  margin-top: 0.24rem;
  gap: 0.2rem;
}
.form-filter .footer-label {
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 1rem;
}
.form-filter .form-input {
  display: flex;
  align-items: center;
  flex: 1;
  border: 0.01rem solid #EBEBEB;
  border-radius: 0.01rem;
  font-size: 0.13rem;
  padding: 0 0.2rem;
  line-height: 1.2;
  height: 0.42rem;
}
.form-filter .form-tabs {
  display: flex;
  justify-content: space-between;
  gap: 0.1rem;
}
.form-filter .form-tabs li {
  flex: 1;
}
.form-filter .form-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid #ebebeb;
  border-radius: 0.08rem;
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 100%;
  height: 0.5rem;
  transition: all 0.3s ease;
  background-color: #fff;
}
.form-filter .form-tabs a.is-active {
  box-shadow: 0.03rem 0.03rem 0.18rem 0 rgba(51, 51, 51, 0.06);
  background-color: #6AC7BF;
  color: #fff;
  border-color: #6AC7BF;
}
.form-filter .tab-content {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .form-filter .tab-content {
    display: block !important;
  }
}
.form-filter .tab-content.is-active {
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .form-filter {
    gap: 0.14rem;
  }
  .form-filter .form-tabs {
    order: 2;
    margin-bottom: -0.1rem;
  }
  .form-filter.is-nurse .form-item {
    width: 100%;
  }
  .form-filter.is-nurse .form-radio-wrapper {
    width: 100%;
  }
  .form-filter.is-nurse .form-radio-wrapper .form-radio-text {
    width: 100%;
    justify-content: flex-start;
    padding: 0 0.18rem;
  }
  .form-filter .form-block {
    gap: 0.08rem;
  }
  .form-filter .block-label {
    min-width: 0.44rem;
  }
  .form-filter .form-row {
    gap: 0.12rem 0.1rem;
  }
  .form-filter .form-footer {
    padding: 0.19rem;
    margin-top: 0.17rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.04rem;
  }
  .form-filter .form-footer .form-input {
    width: 100%;
    font-size: 0.13rem;
    padding: 0.09rem 0.1rem 0.13rem;
  }
}
.form-section {
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0.36rem 0.43rem 0.54rem;
  display: flex;
  flex-direction: column;
  gap: 0.36rem;
}
.form-section .accordion-heading {
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.2rem;
}
@media print, (min-width: 768px) {
  .form-section .accordion-heading {
    pointer-events: none;
  }
}
.form-section .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0;
}
.form-section .form-item {
  display: inline-flex;
}
@media print, (min-width: 768px) {
  .form-section .form-item {
    width: 20%;
    padding-right: 0.1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .form-section {
    padding: 0;
    background-color: transparent;
    gap: 0.1rem;
  }
  .form-section .block-accordion.is-active {
    box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.08);
  }
  .form-section .block-accordion.is-active .accordion-heading {
    padding-left: 0.2rem;
    background-color: #6AC7BF;
    color: #fff;
    border-radius: 0.08rem 0.08rem 0 0;
    box-shadow: none;
  }
  .form-section .block-accordion.is-active .accordion-heading::after {
    background-image: url("../img/common/icon-arrow-accordion-white.svg");
    transform: rotate(0deg);
    right: 0.2rem;
  }
  .form-section .block-accordion.is-active .accordion-content {
    box-shadow: none;
  }
  .form-section .accordion-heading {
    background-color: #fff;
    padding: 0.1rem 0.1rem;
    font-size: 0.13rem;
    border-radius: 0.08rem;
    line-height: 1.7;
    transition: all 0.3s ease;
    margin-bottom: 0;
    box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.08);
    position: relative;
  }
  .form-section .accordion-heading::after {
    content: "";
    background: url("../img/common/icon-arrow-accordion.svg") center/contain no-repeat;
    position: absolute;
    right: 0.09rem;
    top: 0.2rem;
    width: 0.09rem;
    height: 0.05rem;
    transform-origin: center;
    transition: all 0.3s ease;
    transform: rotate(180deg);
  }
  .form-section .accordion-content {
    border-radius: 0 0 0.08rem 0.08rem;
    background-color: #fff;
    box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.08);
    padding: 0.18rem 0.19rem;
  }
  .form-section .form-row {
    flex-direction: column;
    gap: 0.07rem;
  }
}
.section-top-keyvisual {
  height: 8.15rem;
  background: linear-gradient(to top, #fff 0%, #fff 60%, #ecf7fd 100%);
  width: 100%;
  position: relative;
  padding-top: 1.02rem;
}
.section-top-keyvisual .keyvisual-wrapper {
  background: url("../img/top/keyvisual-bg.png") top 0.16rem left -0.61rem/5.8rem auto no-repeat;
}
.section-top-keyvisual .keyvisual-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  transform: translateX(-50%);
  z-index: 11;
  pointer-events: auto;
}
.section-top-keyvisual .keyvisual-content {
  padding-left: 0.8rem;
  padding-top: 1.8rem;
}
.section-top-keyvisual .keyvisual-title {
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #6AC7BF;
  line-height: 1.25;
}
.section-top-keyvisual .keyvisual-sub-title {
  font-size: 0.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 0.25rem 0.02rem 0.22rem;
}
.section-top-keyvisual .keyvisual-text {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0 0.04rem;
}
.section-top-keyvisual .keyvisual-banner {
  max-width: 5.4rem;
  padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  background-color: #fff;
  border-top-right-radius: 0.2rem;
  margin: 0;
}
.section-top-keyvisual .keyvisual-news {
  display: flex;
  align-items: center;
  justify-self: flex-start;
  width: 6rem;
  height: 0.75rem;
  background-color: #fff;
  box-shadow: 0 0 0.16rem 0 rgba(51, 51, 51, 0.04);
  position: absolute;
  right: 0.4rem;
  bottom: 0.33rem;
  border-radius: 0.75rem;
  padding: 0 0.4rem;
  z-index: 11;
  pointer-events: initial;
  transition: all 0.3s ease;
}
.section-top-keyvisual .keyvisual-news:hover {
  transform: translateY(-0.03rem);
  box-shadow: 0 0 0.16rem 0 rgba(51, 51, 51, 0.4);
}
.section-top-keyvisual .news-label {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  opacity: 0.4;
}
.section-top-keyvisual .news-date {
  margin: 0 0.2rem 0 0.4rem;
  font-size: 0.11rem;
  letter-spacing: 0.05em;
}
.section-top-keyvisual .news-text {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  flex: 1;
  border-right: 0.01rem solid rgba(51, 51, 51, 0.15);
  padding-right: 0.1rem;
  margin-right: 0.42rem;
}
.section-top-keyvisual .keyvisual-wrapper {
  padding-left: 50%;
  position: relative;
  pointer-events: none;
}
.section-top-keyvisual .keyvisual-image {
  height: 100vh;
  max-height: 7.13rem;
  margin-left: -2.75rem;
  position: unset;
  border-top-left-radius: 0.4rem;
  overflow: hidden;
  pointer-events: none;
}
.section-top-keyvisual .swiper-slide a {
  position: relative;
  width: 4.8rem;
  height: 1.9rem;
}
.section-top-keyvisual .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.section-top-keyvisual .swiper-horizontal > .swiper-pagination-bullets,
.section-top-keyvisual .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  text-align: left;
  bottom: 0;
  padding-left: 0.4rem;
  gap: 0.1rem;
  width: auto;
  z-index: 111;
}
.section-top-keyvisual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.section-top-keyvisual .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0;
  background-color: #6AC7BF;
  opacity: 0.2;
  transition: all 0.3s ease;
}
.section-top-keyvisual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section-top-keyvisual .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    height: auto;
    padding-top: 0.88rem;
  }
  .section-top-keyvisual .keyvisual-wrapper {
    background: none;
    position: relative;
  }
  .section-top-keyvisual .keyvisual-wrapper::after {
    content: "";
    display: block;
    width: 3.5rem;
    height: 3.04rem;
    background: url(../img/top/keyvisual-bg.png) center/contain no-repeat;
    position: absolute;
    left: -1.05rem;
    top: 1.58rem;
  }
  .section-top-keyvisual .keyvisual-inner {
    height: auto;
    position: static;
    transform: none;
  }
  .section-top-keyvisual .keyvisual-image {
    width: 100%;
    margin: 0;
    border-bottom-left-radius: 0.4rem;
    max-height: 2.5rem;
    position: relative;
    z-index: 1;
  }
  .section-top-keyvisual .keyvisual-content {
    padding: 0 0.19rem;
    margin-top: -0.54rem;
    position: relative;
    z-index: 1;
  }
  .section-top-keyvisual .keyvisual-wrapper {
    padding-left: 0.4rem;
    position: static;
  }
  .section-top-keyvisual .keyvisual-swiper {
    padding-top: 0;
    height: auto;
    min-height: unset;
    margin-left: 0;
  }
  .section-top-keyvisual .slide-image {
    padding-top: 74.6268656716%;
    border-radius: 0.4rem 0 0 0.4rem;
    overflow: hidden;
  }
  .section-top-keyvisual .slide-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-top-keyvisual .swiper-slide a {
    width: 3.15rem;
    height: 1.25rem;
  }
  .section-top-keyvisual .swiper-horizontal > .swiper-pagination-bullets,
  .section-top-keyvisual .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 50%;
    margin-left: 0;
    z-index: 11;
    padding-left: 0;
    bottom: 0.78rem;
    transform: translateX(-50%);
    gap: 0.08rem;
  }
  .section-top-keyvisual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .section-top-keyvisual .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
  }
  .section-top-keyvisual .keyvisual-title {
    font-size: 0.34rem;
    line-height: 1.45;
  }
  .section-top-keyvisual .keyvisual-sub-title {
    font-size: 0.16rem;
    margin: 0.09rem 0.02rem 0.11rem;
  }
  .section-top-keyvisual .keyvisual-text {
    font-size: 0.11rem;
    line-height: 1.8;
    margin: 0 0.03rem;
  }
  .section-top-keyvisual .keyvisual-banner {
    padding: 0.23rem 0.3rem 0.2rem 0.3rem;
  }
  .section-top-keyvisual .keyvisual-news {
    flex-wrap: wrap;
    width: 100%;
    position: static;
    margin-top: 0.11rem;
    padding: 0.12rem 0.2rem;
    box-shadow: 0 0 0.16rem 0 rgba(51, 51, 51, 0.04);
    border-radius: 0;
    gap: 0.03rem 0;
    height: 0.62rem;
  }
  .section-top-keyvisual .keyvisual-news img {
    width: 0.1rem;
    margin-top: -0.18rem;
  }
  .section-top-keyvisual .news-label {
    width: 100%;
    font-size: 0.11rem;
  }
  .section-top-keyvisual .news-date {
    margin: 0 0.16rem 0 0;
    font-size: 0.1rem;
  }
  .section-top-keyvisual .news-text {
    font-size: 0.11rem;
    padding: 0;
    margin-right: 0;
    border-right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 1.2rem);
    overflow: hidden;
  }
}
.section-top-filter {
  padding: 0.8rem 0 0.4rem;
}
.section-top-filter .filter-inner {
  background-color: #fbfbfb;
  border: 0.01rem solid #f1f1f1;
  border-top: transparent;
  border-radius: 0.1rem 0.1rem 0 0;
  position: relative;
  padding: 0.5rem;
  overflow: hidden;
  box-shadow: 0.03rem 0.03rem 0.18rem 0 rgba(51, 51, 51, 0.06);
  border-radius: 0.12rem;
}
.section-top-filter .filter-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.06rem;
  background: linear-gradient(to left, #9aebe4 0%, #6ac7bf 100%);
  position: absolute;
  left: 0;
  top: -0.01rem;
  width: 100%;
  border-radius: 0.1rem 0.1rem 0 0;
}
.section-top-filter .filter-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 0.01rem solid #f1f1f1;
  padding-bottom: 0.22rem;
  margin-bottom: 0.24rem;
}
.section-top-filter .filter-title {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  padding-left: 0.3rem;
  background: url("../img/common/icon-search.svg") left center/0.18rem auto no-repeat;
}
.section-top-filter .filter-count {
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.section-top-filter .filter-control {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.section-top-filter .filter-result {
  background-color: #fff;
  color: #6AC7BF;
  border-radius: 0.08rem;
  text-align: center;
  margin-top: 0.12rem;
  margin-bottom: -0.12rem;
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-top-filter .filter-result.is-active {
  padding: 0.12rem;
}
.section-top-filter .filter-list {
  display: flex;
  align-items: center;
  gap: 0.47rem;
  flex: 1;
}
.section-top-filter .filter-list li {
  position: relative;
}
.section-top-filter .filter-list li:last-child::after {
  display: none;
}
.section-top-filter .filter-list li::after {
  content: "";
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  position: absolute;
  background: url("../img/common/icon-close.svg") center/contain no-repeat;
  right: -0.3rem;
  top: 49%;
  transform: translateY(-50%);
}
.section-top-filter .filter-item {
  background: linear-gradient(to left, #9aebe4 0%, #6ac7bf 100%);
  position: relative;
  border-radius: 0.08rem;
  min-height: 0.84rem;
  width: 2.48rem;
}
.section-top-filter .filter-item::before {
  content: "";
  display: block;
  width: calc(100% - 0.02rem);
  height: calc(100% - 0.02rem);
  position: absolute;
  left: 0.01rem;
  top: 0.01rem;
  background-color: #fff;
  border-radius: 0.07rem;
}
.section-top-filter .item-content {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 0.84rem;
  gap: 0.2rem;
  padding: 0.2rem 0.2rem 0.2rem 0.79rem;
  z-index: 1;
  transition: all 0.3s ease;
}
.section-top-filter .item-content::after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 0.09rem;
  background: url("../img/common/icon-arrow-select.svg") center/contain no-repeat;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.section-top-filter .item-content img {
  position: absolute;
  left: 0.4rem;
  transform: translateX(-50%);
}
.section-top-filter .item-content:hover {
  color: #6AC7BF;
}
.section-top-filter .item-content.is-active .result-text {
  display: block;
}
.section-top-filter .item-content.is-active .filter-text {
  display: none !important;
}
.section-top-filter .result-text {
  display: none;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.2rem;
}
.section-top-filter .filter-text {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.section-top-filter .filter-button {
  display: inline-block;
  text-align: right;
  padding-top: 0.05rem;
  margin-left: auto;
}
.section-top-filter .btn-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.32rem;
  height: 0.58rem;
  border-radius: 0.5rem;
  font-size: 0.13rem;
  font-weight: bold;
  background-color: #6AC7BF;
  border: 0.01rem solid #6AC7BF;
  gap: 0.15rem;
  padding-left: 0.04rem;
  color: #fff;
  transition: all 0.3s ease;
}
.section-top-filter .btn-search span {
  display: inline-block;
  letter-spacing: 0.05em;
}
.section-top-filter .btn-search:hover {
  color: #6AC7BF;
  background-color: #fff;
}
.section-top-filter .btn-clear {
  display: none;
  text-align: center;
}
.section-top-filter .btn-clear a {
  display: inline-block;
  font-size: 0.11rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 0.2rem;
  margin-left: 0.06rem;
  background: url("../img/common/icon-close-circle.svg") left center/0.13rem auto no-repeat;
}

@media print, (min-width: 768px) and (max-width: 12.3rem) {
  .section-top-filter .filter-control {
    flex-direction: column;
    gap: 0.2rem;
  }
  .section-top-filter .filter-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.2rem;
  }
  .section-top-filter .filter-button {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-filter {
    padding-top: 0.23rem;
    padding-bottom: 0.2rem;
  }
  .section-top-filter .filter-inner {
    padding: 0.26rem 0.2rem 0.2rem;
  }
  .section-top-filter .filter-heading {
    padding-bottom: 0.15rem;
    margin-bottom: 0.18rem;
  }
  .section-top-filter .filter-title {
    font-size: 0.14rem;
    background-size: 0.14rem auto;
    background-position: left 0.01rem top 60%;
    padding-left: 0.22rem;
  }
  .section-top-filter .filter-count {
    font-size: 0.11rem;
    line-height: 1.8;
  }
  .section-top-filter .filter-control {
    flex-direction: column;
    gap: 0.18rem 0;
  }
  .section-top-filter .filter-list {
    gap: 0.13rem;
    width: 100%;
  }
  .section-top-filter .filter-list li {
    display: flex;
    min-width: calc(33.3333333333% - 0.0866666667rem);
    flex: 1;
  }
  .section-top-filter .filter-item {
    width: 100%;
    height: auto;
    min-height: 0.81rem;
  }
  .section-top-filter .item-content {
    flex-direction: column;
    padding: 0.49rem 0 0.18rem 0;
    min-height: auto;
    gap: 0.08rem;
  }
  .section-top-filter .item-content::after {
    display: none;
  }
  .section-top-filter .item-content img {
    position: absolute;
    left: 50%;
    max-height: 0.28rem;
    top: 0.15rem;
  }
  .section-top-filter .result-text {
    font-size: 0.12rem;
    width: 100%;
    padding: 0 0.05rem 0 0.1rem;
  }
  .section-top-filter .filter-text {
    font-size: 0.12rem;
  }
  .section-top-filter .filter-button {
    padding: 0;
    margin: 0 auto;
  }
  .section-top-filter .btn-search {
    width: 2.25rem;
    height: 0.38rem;
    font-size: 0.12rem;
  }
  .section-top-filter .btn-clear {
    text-align: center;
    justify-content: center;
    margin-top: 0.08rem;
  }
}
.section-top-recruit {
  overflow: hidden;
  padding-top: 0.29rem;
  padding-bottom: 0.8rem;
  text-align: center;
  background-color: #fff;
}
.section-top-recruit .wrapper {
  max-width: 10.4rem;
}
.section-top-recruit .common-title {
  margin-bottom: 0.55rem;
}
.section-top-recruit .recruit-swiper {
  margin: 0 auto 0.59rem;
  max-width: 10.4rem;
  padding: 0 0.2rem;
}
.section-top-recruit .swiper {
  overflow: visible;
}
.section-top-recruit .swiper-wrapper {
  overflow: visible;
  padding-right: 0.6rem;
  justify-content: start;
  padding-bottom: 0.2rem;
}
.section-top-recruit .swiper-slide {
  overflow: visible;
  /* allow internal elements to overflow */
  flex-shrink: 0;
}
.section-top-recruit .recruit-item {
  text-align: left;
}
.section-top-recruit .recruit-item a {
  width: 100%;
}
.section-top-recruit .recruit-image {
  position: relative;
  padding-top: 62.5%;
  border-radius: 0.12rem;
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.1);
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.section-top-recruit .recruit-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-top-recruit .recruit-location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.34rem;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 0.34rem;
  padding: 0 0.2rem;
}
.section-top-recruit .recruit-location span {
  font-size: 0.12rem;
  padding-left: 0.18rem;
  letter-spacing: 0.05em;
  background: url("../img/top/icon-location-black.svg") left center/0.11rem auto no-repeat;
}
.section-top-recruit .recruit-common a {
  padding: 0.24rem 0 0;
}
.section-top-recruit .swiper-navigation {
  display: flex;
  width: calc(100% + 2rem);
  top: 46.8%;
  left: -1rem;
  transform: translateY(-50%);
  align-items: center;
  justify-content: space-between;
  z-index: 11;
  position: absolute;
}

@media print, (min-width: 768px) and (max-width: 12.3rem) {
  .section-top-recruit .swiper-navigation {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-recruit {
    padding-top: 0.15rem;
    padding-bottom: 0.41rem;
  }
  .section-top-recruit .common-title {
    margin-bottom: 0.25rem;
  }
  .section-top-recruit .recruit-item {
    width: 2.66rem;
  }
  .section-top-recruit .recruit-image {
    margin-bottom: 0.2rem;
  }
  .section-top-recruit .recruit-location {
    height: 0.26rem;
    left: 0.1rem;
    top: 0.1rem;
    padding: 0 0.15rem;
  }
  .section-top-recruit .recruit-location span {
    font-size: 0.1rem;
    padding-left: 0;
    background: none;
  }
  .section-top-recruit .recruit-common a {
    padding-top: 0.2rem;
  }
  .section-top-recruit .recruit-swiper {
    margin: 0 auto 0.26rem;
  }
}
.recruit-common a {
  width: 100%;
}
.recruit-common .recruit-heading {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-bottom: 0.13rem;
}
.recruit-common .recruit-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #6AC7BF;
  color: #fff;
  width: 0.54rem;
  height: 0.2rem;
  border-radius: 0.01rem;
  font-size: 0.11rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 0.01rem;
}
.recruit-common .recruit-type {
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.recruit-common .recruit-title {
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.15rem;
}
.recruit-common .detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.17rem;
}
.recruit-common .detail-list li {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.recruit-common .detail-list .is-community {
  background: url("../img/top/icon-community.svg") left bottom/0.16rem auto no-repeat;
  padding-left: 0.26rem;
}
.recruit-common .detail-list .is-price {
  background: url("../img/top/icon-price.svg") left bottom 0.01rem/0.14rem auto no-repeat;
  padding-left: 0.24rem;
}
.recruit-common .detail-list .is-yen {
  background: url("../img/top/icon-yen.svg") left center/0.1rem auto no-repeat;
  padding-left: 0.2rem;
}
.recruit-common .detail-list .is-location {
  background: url("../img/top/icon-location.svg") left center/0.1rem auto no-repeat;
  padding-left: 0.2rem;
  font-size: 0.13rem;
}
.recruit-common .recruit-body {
  padding-bottom: 0.2rem;
  margin-bottom: 0.16rem;
  border-bottom: 0.01rem solid #f1f1f1;
}
.recruit-common .footer-title {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.1rem;
}

@media only screen and (max-width: 767.98px) {
  .recruit-common a {
    padding: 0.2rem 0 0;
  }
  .recruit-common .recruit-heading {
    gap: 0.06rem;
    margin-bottom: 0.07rem;
  }
  .recruit-common .recruit-label {
    font-size: 0.1rem;
    width: 0.34rem;
    height: 0.18rem;
  }
  .recruit-common .recruit-type {
    font-size: 0.11rem;
  }
  .recruit-common .recruit-title {
    font-size: 0.13rem;
    margin-bottom: 0.08rem;
  }
  .recruit-common .recruit-body {
    padding-bottom: 0.13rem;
    margin-bottom: 0.12rem;
  }
  .recruit-common .detail-list {
    gap: 0.04rem 0.14rem;
  }
  .recruit-common .detail-list li {
    font-size: 0.11rem;
  }
  .recruit-common .detail-list .is-community {
    padding-left: 0.18rem;
    background-position: left center;
    background-size: 0.13rem auto;
  }
  .recruit-common .detail-list .is-price {
    padding-left: 0.18rem;
    background-position: left center;
    background-size: 0.11rem auto;
  }
  .recruit-common .detail-list .is-location {
    padding-left: 0.13rem;
    background-position: left center;
    background-size: 0.07rem auto;
    font-size: 0.11rem;
  }
  .recruit-common .detail-list .is-yen {
    padding-left: 0.13rem;
    background-position: left center;
    background-size: 0.07rem auto;
    font-size: 0.11rem;
  }
  .recruit-common .footer-title {
    font-size: 0.12rem;
    margin-bottom: 0.05rem;
  }
}
.section-top-pickup {
  background: url("../img/top/pickup-bg.jpg") center/cover no-repeat;
  padding: 0.72rem 0 0.8rem;
  text-align: center;
}
.section-top-pickup .pickup-list {
  text-align: left;
}
.section-top-pickup .pickup-list {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.55rem;
  margin-bottom: 0.35rem;
}
.section-top-pickup .pickup-list li {
  flex: 1;
  max-width: calc(33.3333333333% - 0.2rem);
}
.section-top-pickup .item-image {
  position: relative;
  padding-top: 66.5789473684%;
  border-radius: 0.12rem;
  overflow: hidden;
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.1);
}
.section-top-pickup .item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-top-pickup .item-detail {
  padding: 0.2rem 0;
}
.section-top-pickup .item-title {
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.11rem;
}
.section-top-pickup .item-text {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.8;
}

@media only screen and (max-width: 767.98px) {
  .section-top-pickup {
    padding-top: 0.35rem;
    padding-bottom: 0.4rem;
  }
  .section-top-pickup .common-title {
    align-items: center;
  }
  .section-top-pickup .pickup-list {
    flex-direction: column;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    gap: 0.2rem;
  }
  .section-top-pickup .pickup-list li {
    max-width: unset;
  }
  .section-top-pickup .pickup-list li a {
    display: flex;
    align-items: flex-start;
    gap: 0.2rem;
  }
  .section-top-pickup .item-image {
    width: 1rem;
    padding-top: 0.88rem;
  }
  .section-top-pickup .item-detail {
    flex: 1;
    padding: 0;
    margin-top: -0.03rem;
  }
  .section-top-pickup .item-title {
    font-size: 0.13rem;
    margin-bottom: 0.03rem;
  }
  .section-top-pickup .item-text {
    font-size: 0.11rem;
    line-height: 1.65;
  }
}
.section-top-history {
  background-color: #fbfbfb;
  padding: 0.72rem 0;
}
.section-top-history .wrapper {
  display: flex;
  gap: 0.2rem;
}
.section-top-history .history-left {
  width: 2.4rem;
}
.section-top-history .history-right {
  flex: 1;
  padding-top: 0.08rem;
}
.section-top-history .common-title {
  margin-bottom: 0.54rem;
}
.section-top-history .history-list {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.section-top-history .recruit-common {
  background-color: #fff;
  border: 0.01rem solid #f1f1f1;
}
.section-top-history .recruit-common a {
  padding: 0.3rem 0.4rem 0.26rem;
}
.section-top-history .recruit-common .recruit-title {
  font-size: 0.14rem;
}
.section-top-history .recruit-common .detail-list .is-community {
  background-position: left center;
}
.section-top-history .recruit-common .detail-list .is-price {
  background-position: left center;
}
.section-top-history .recruit-common .detail-list .is-location {
  background-position: left center;
}
.section-top-history .recruit-common .recruit-body {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767.98px) {
  .section-top-history {
    padding-top: 0.35rem;
    padding-bottom: 0.4rem;
  }
  .section-top-history .wrapper {
    flex-direction: column;
    gap: 0.19rem;
  }
  .section-top-history .common-title {
    margin-bottom: 0;
  }
  .section-top-history .history-left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .section-top-history .link-common {
    margin-top: 0.06rem;
  }
  .section-top-history .history-right {
    padding: 0;
    gap: 0.12rem;
  }
  .section-top-history .recruit-common a {
    padding: 0.17rem 0.19rem 0.13rem;
  }
  .section-top-history .recruit-common .recruit-title {
    font-size: 0.13rem;
  }
}
.section-top-job {
  padding-top: 0.72rem;
  padding-bottom: 0.45rem;
}
.section-top-job .common-title {
  margin-bottom: 0.51rem;
}
.section-top-job .job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem 0.4rem;
}
.section-top-job .job-item {
  width: calc(33.3333333333% - 0.2666666667rem);
}
.section-top-job .job-item a {
  display: flex;
  gap: 0.2rem;
  align-items: flex-start;
}
.section-top-job .job-item a:hover .item-link {
  padding-right: 0.26rem;
}
.section-top-job .item-image {
  width: 1rem;
  padding-top: 1rem;
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
  margin-top: 0.04rem;
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.1);
}
.section-top-job .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-top-job .item-detail {
  flex: 1;
}
.section-top-job .item-title {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-top-job .item-text {
  font-size: 0.12rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin-top: 0.08rem;
  margin-bottom: 0.04rem;
}
.section-top-job .item-link {
  display: inline-block;
  background: url("../img/common/icon-arrow-link-green.svg") center right/0.05rem auto no-repeat;
  padding-right: 0.18rem;
  font-size: 0.12rem;
  font-weight: bold;
  color: #6AC7BF;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  margin-top: auto;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-top-job .job-list {
    gap: 0.2rem;
  }
  .section-top-job .job-item {
    width: calc(50% - 0.1rem);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-job {
    padding-top: 0.34rem;
    padding-bottom: 0.2rem;
  }
  .section-top-job .common-title {
    margin-bottom: 0.22rem;
  }
  .section-top-job .job-list {
    flex-direction: column;
  }
  .section-top-job .job-list a {
    gap: 0.14rem;
  }
  .section-top-job .job-item {
    width: 100%;
  }
  .section-top-job .item-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-top-job .item-title {
    font-size: 0.13rem;
  }
  .section-top-job .item-text {
    font-size: 0.11rem;
    margin-top: 0.03rem;
    margin-bottom: 0.04rem;
  }
  .section-top-job .item-link {
    display: inline-block;
    font-size: 0.11rem;
    padding-right: 0.16rem;
  }
}
.section-top-service {
  padding: 0.4rem 0;
}
.section-top-service .common-title {
  margin-bottom: 0.55rem;
}
.section-top-service .service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.8rem;
}
.section-top-service .service-item {
  width: calc(50% - 0.4rem);
}
.section-top-service .item-image {
  padding-top: 53.5714285714%;
  position: relative;
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.1);
}
.section-top-service .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-top-service .item-detail {
  padding-top: 0.26rem;
}
.section-top-service .item-title {
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.section-top-service .item-text {
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0.14rem 0 0.25rem;
  line-height: 1.7;
}

@media only screen and (max-width: 767.98px) {
  .section-top-service {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
  .section-top-service .common-title {
    align-items: center;
    margin-bottom: 0.26rem;
  }
  .section-top-service .service-list {
    flex-direction: column;
    gap: 0.28rem;
  }
  .section-top-service .service-item {
    width: 100%;
  }
  .section-top-service .item-detail {
    padding-top: 0.14rem;
    text-align: center;
  }
  .section-top-service .item-title {
    font-size: 0.14rem;
    text-align: left;
  }
  .section-top-service .item-text {
    font-size: 0.12rem;
    margin: 0.09rem 0 0.2rem;
    line-height: 1.68;
    text-align: left;
  }
  .section-top-service .btn-common {
    margin: 0 auto;
  }
}
.section-top-interview {
  padding-top: 0.53rem;
  padding-bottom: 0.89rem;
  position: relative;
  overflow: hidden;
}
.section-top-interview::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  bottom: 0;
  right: calc(50% - 2.62rem);
  border-radius: 0 0.12rem 0.12rem 0;
  position: absolute;
  background: linear-gradient(to top, #e2f3f2 0%, #eff8f7 100%);
}
.section-top-interview .interview-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-top-interview .link-common {
  margin-top: 0.08rem;
}
.section-top-interview .interview-swiper {
  padding-top: 0.79rem;
  overflow: visible;
}
.section-top-interview .swiper-wrapper {
  counter-reset: interview-counter;
}
.section-top-interview .swiper-slide {
  position: relative;
  counter-increment: interview-counter;
  width: 3.1rem;
}
.section-top-interview .swiper-slide a {
  width: 100%;
}
.section-top-interview .swiper-slide::before {
  content: counter(interview-counter, decimal-leading-zero);
  font-size: 0.36rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 0.01rem #333333;
  font-family: "Lato", sans-serif;
  position: absolute;
  right: 0.1rem;
  top: -0.26rem;
  z-index: 11;
}
.section-top-interview .swiper-slide:nth-child(even) {
  margin-top: 0.6rem;
}
.section-top-interview .slide-image {
  padding-top: 109.6774193548%;
  position: relative;
  border-radius: 0.12rem;
  overflow: hidden;
}
.section-top-interview .slide-detail {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.16rem 0.18rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section-top-interview .detail-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
}
.section-top-interview .detail-title span {
  display: inline;
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #fff;
  line-height: 0.27rem;
  padding-left: 0.08rem;
  padding-top: 0.01rem;
}
.section-top-interview .detail-text {
  margin-top: 0.16rem;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.9;
}
.section-top-interview .swiper-navigation {
  position: absolute;
  left: 0;
  display: flex;
  gap: 0.16rem;
  bottom: -0.49rem;
}

@media only screen and (max-width: 767.98px) {
  .section-top-interview {
    padding-top: 0.21rem;
    padding-bottom: 0.59rem;
  }
  .section-top-interview::after {
    right: 0.2rem;
    left: auto;
    bottom: 0;
  }
  .section-top-interview .link-common {
    margin-top: 0.06rem;
  }
  .section-top-interview .swiper-slide {
    width: 2.2rem;
    padding-bottom: 0.7rem;
  }
  .section-top-interview .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
  .section-top-interview .swiper-slide::before {
    font-size: 0.28rem;
    right: 0.06rem;
    top: -0.27rem;
  }
  .section-top-interview .interview-swiper {
    padding-top: 0.4rem;
  }
  .section-top-interview .slide-detail {
    padding: 0.1rem 0.14rem;
  }
  .section-top-interview .detail-title {
    gap: 0.04rem;
  }
  .section-top-interview .detail-title span {
    font-size: 0.13rem;
    line-height: 0.26rem;
    padding-left: 0.03rem;
  }
  .section-top-interview .detail-text {
    font-size: 0.11rem;
    margin-top: 0.07rem;
    line-height: 1.75;
  }
  .section-top-interview .detail-text span {
    font-size: 0.1rem;
  }
  .section-top-interview .swiper-navigation.common-navigation {
    left: 0.1rem;
    gap: 0.1rem;
    bottom: -0.39rem;
  }
  .section-top-interview .swiper-navigation.common-navigation .swiper-button-prev,
  .section-top-interview .swiper-navigation.common-navigation .swiper-button-next {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.section-top-bonus {
  padding: 0.8rem 0;
}
.section-top-bonus .bonus-inner {
  display: flex;
  min-height: 4.6rem;
  background: url("../img/top/bonus-bg.jpg") center/12rem auto no-repeat;
  overflow: hidden;
  position: relative;
  box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.1);
}
.section-top-bonus .bonus-content {
  flex: 1;
  padding: 0.28rem 0.1rem 0.1rem 0.81rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.section-top-bonus .bonus-image {
  width: 6.27rem;
  position: absolute;
  left: calc(50% - 0.03rem);
  top: 0;
}
.section-top-bonus .bonus-label {
  font-size: 0.14rem;
  font-weight: bold;
  color: #6AC7BF;
  letter-spacing: 0.05em;
  margin-bottom: 0.15rem;
}
.section-top-bonus .bonus-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.06rem;
}
.section-top-bonus .bonus-title span {
  font-size: 0.28rem;
  font-weight: bold;
  background-color: #fff;
  letter-spacing: 0.05em;
  color: #6AC7BF;
  padding: 0rem 0.16rem 0.02rem;
  line-height: 1.6;
}
.section-top-bonus .bonus-sub-title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #6AC7BF;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
  margin-bottom: 0.11rem;
}
.section-top-bonus .bonus-text {
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 2.1538461538;
  margin-bottom: 0.23rem;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-top-bonus .bonus-content {
    padding-left: 0.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-bonus {
    padding-top: 0.38rem;
    padding-bottom: 0.4rem;
  }
  .section-top-bonus .bonus-inner {
    min-height: auto;
    background: url("../img/top/sp/bonus-bg.jpg") center/cover no-repeat;
  }
  .section-top-bonus .bonus-image {
    display: none;
  }
  .section-top-bonus .bonus-content {
    padding: 0.77rem 0.2rem 0.3rem 0.2rem;
    justify-content: flex-start;
  }
  .section-top-bonus .bonus-label {
    font-size: 0.11rem;
    margin-bottom: 0.1rem;
  }
  .section-top-bonus .bonus-title span {
    font-size: 0.16rem;
    padding: 0 0.11rem;
    line-height: 1.7;
  }
  .section-top-bonus .bonus-sub-title {
    font-size: 0.14rem;
    margin-top: 0.24rem;
    margin-bottom: 0.06rem;
  }
  .section-top-bonus .bonus-text {
    font-size: 0.11rem;
    line-height: 1.66;
    padding-right: 0.1rem;
    margin-bottom: 0.11rem;
    margin-right: -0.1rem;
  }
  .section-top-bonus .btn-common {
    margin: 0 auto;
  }
}
.section-top-qa {
  background-color: #fbfbfb;
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
}
.section-top-qa .wrapper {
  display: flex;
  gap: 0.4rem;
}
.section-top-qa .common-title {
  margin-bottom: 0.58rem;
}
.section-top-qa .column-left {
  width: 2.5rem;
}
.section-top-qa .column-right {
  flex: 1;
  padding-top: 0.04rem;
  display: flex;
  flex-direction: column;
  gap: 0.56rem;
}
.section-top-qa .block-title {
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: 0.01rem solid #f1f1f1;
  padding-bottom: 0.17rem;
}
.section-top-qa .qa-block {
  border-bottom: 0.01rem solid #f1f1f1;
}
.section-top-qa .qa-block.is-active .heading-content::after {
  transform: rotate(0);
}
.section-top-qa .heading-content {
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.28rem 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  padding-left: 0.38rem;
  position: relative;
  cursor: pointer;
}
.section-top-qa .heading-content::before {
  content: "Q";
  font-size: 0.22rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 0.02rem;
  color: #6AC7BF;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.section-top-qa .heading-content::after {
  content: "";
  background: url("../img/common/icon-arrow-accordion.svg") center/contain no-repeat;
  position: absolute;
  right: -0.01rem;
  top: 0.36rem;
  width: 0.11rem;
  height: 0.06rem;
  transform-origin: center;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.section-top-qa .block-content {
  display: none;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: #f9f9f9;
  padding: 0.22rem 0.32rem;
  line-height: 1.9;
  margin-left: 0.38rem;
  margin-bottom: 0.3rem;
  margin-right: 0.5rem;
}
.section-top-qa .block-content a {
  transition: all 0.3s ease;
  display: inline-block;
  background: url("../img/common/icon-arrow-link-green.svg") center right/0.05rem auto no-repeat;
  padding-right: 0.18rem;
  font-size: 0.13rem;
  font-weight: bold;
  color: #6AC7BF;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  margin-top: 0.1rem;
}
.section-top-qa .block-content a:hover {
  opacity: 0.8;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-top-qa .wrapper {
    gap: 0.2rem;
  }
  .section-top-qa .column-left {
    width: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-qa {
    padding-top: 0.35rem;
    padding-bottom: 0.4rem;
  }
  .section-top-qa .wrapper {
    flex-direction: column;
    gap: 0.19rem;
  }
  .section-top-qa .common-title {
    margin-bottom: 0;
  }
  .section-top-qa .column-left {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section-top-qa .link-common {
    margin-top: 0.06rem;
  }
  .section-top-qa .column-right {
    padding: 0;
    gap: 0.21rem;
  }
  .section-top-qa .block-title {
    font-size: 0.13rem;
    padding-bottom: 0.09rem;
  }
  .section-top-qa .heading-content {
    padding: 0.14rem 0.25rem 0.14rem 0.24rem;
    font-size: 0.12rem;
  }
  .section-top-qa .heading-content::before {
    top: 0.11rem;
    font-size: 0.16rem;
  }
  .section-top-qa .heading-content::after {
    right: 0.09rem;
    top: 0.21rem;
    width: 0.1rem;
    height: 0.05rem;
  }
  .section-top-qa .block-content {
    font-size: 0.11rem;
    padding: 0.1rem 0.2rem 0.09rem 0.18rem;
    line-height: 1.65;
    margin: 0 0 0.19rem 0.25rem;
  }
}
.section-top-news {
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
  background-color: #f5f5f5;
}
.section-top-news .wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}
.section-top-news .column-left {
  width: 2.5rem;
}
.section-top-news .column-right {
  flex: 1;
  padding-top: 0.09rem;
}
.section-top-news .common-title {
  margin-bottom: 0.56rem;
}
.section-top-news .news-list {
  border-top: 0.01rem solid #ebebeb;
}
.section-top-news .news-list a {
  display: flex;
  align-items: center;
  padding: 0.29rem 0 0.3rem;
  border-bottom: 0.01rem solid #ebebeb;
  gap: 0.18rem;
}
.section-top-news .item-time {
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.section-top-news .item-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.11rem;
  min-width: 1.1rem;
  height: 0.28rem;
  border: 0.01rem solid #6AC7BF;
  color: #6AC7BF;
  padding: 0 0.1rem;
  font-weight: bold;
  border-radius: 0.01rem;
  letter-spacing: 0.05em;
}
.section-top-news .item-text {
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-left: 0.12rem;
}

@media print, (min-width: 768px) and (max-width: 1024px) {
  .section-top-news .wrapper {
    gap: 0.2rem;
  }
  .section-top-news .column-left {
    width: 2rem;
  }
  .section-top-news .item-text {
    flex: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding-top: 0.35rem;
    padding-bottom: 0.4rem;
  }
  .section-top-news .wrapper {
    flex-direction: column;
    gap: 0.1rem;
  }
  .section-top-news .common-title {
    margin-bottom: 0;
  }
  .section-top-news .link-common {
    margin-top: 0.06rem;
  }
  .section-top-news .column-left {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
  }
  .section-top-news .news-list a {
    padding: 0.17rem 0 0.16rem;
    flex-wrap: wrap;
    gap: 0.07rem 0.12rem;
  }
  .section-top-news .item-time {
    font-size: 0.1rem;
  }
  .section-top-news .item-label {
    min-width: 0.8rem;
    height: 0.22rem;
    padding: 0 0.07rem;
    font-size: 0.1rem;
  }
  .section-top-news .item-text {
    margin-left: 0;
    width: 100%;
    font-size: 0.12rem;
  }
}