@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;
  }
}
.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;
  }
}
.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;
  }
}
@media print, (min-width: 768px) {
  .breadcrumb {
    padding-top: 0.38rem;
  }
}
.common-job-header {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.common-job-header .header-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 0.54rem;
  height: 0.2rem;
  padding: 0 0.05rem;
  font-size: 0.11rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 0.01rem;
  background-color: #6AC7BF;
}
.common-job-header .header-type {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .common-job-header {
    gap: 0.06rem;
  }
  .common-job-header .header-label {
    min-width: 0.34rem;
    height: 0.18rem;
    padding: 0 0.03rem;
    font-size: 0.11rem;
  }
  .common-job-header .header-type {
    font-size: 0.14rem;
  }
}
.section-job-detail {
  padding-top: 0.77rem;
}
.section-job-detail .job-heading {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
.section-job-detail .heading-info {
  flex: 1;
}
.section-job-detail .info-title {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.6666666667;
  margin-top: 0.11rem;
  padding-bottom: 0.25rem;
  border-bottom: 0.01rem solid #F1F1F1;
}
.section-job-detail .info-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.19rem;
  padding-top: 0.21rem;
  padding-bottom: 0.32rem;
}
.section-job-detail .item-icon {
  display: inline-flex;
}
.section-job-detail .slider-inner {
  padding-bottom: 0.2rem;
}
.section-job-detail .slider-inner img {
  border-radius: 0.08rem;
}
.section-job-detail .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  text-align: left;
  bottom: 0;
  gap: 0.13rem;
  width: auto;
  z-index: 111;
  justify-content: center;
  width: 100%;
  padding: 0;
  bottom: 0;
}
.section-job-detail .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0;
  background-color: #D2D2D2;
  transition: all 0.3s ease;
  opacity: 1;
}
.section-job-detail .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #6AC7BF;
}
.section-job-detail .category-item {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  gap: 0.1rem;
}
.section-job-detail .info-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.section-job-detail .info-footer .btn-common {
  width: 2.2rem;
  height: 0.52rem;
}
.section-job-detail .info-footer .btn-common.is-orange {
  width: 3.8rem;
  flex: 1;
  font-size: 0.15rem;
}
.section-job-detail .heading-slider {
  width: 4.4rem;
  position: relative;
}
.section-job-detail .slider-label {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0.15rem;
  bottom: 0.34rem;
  width: 1rem;
  height: 1rem;
  background-color: #6AC7BF;
  border-radius: 50%;
  z-index: 11;
  text-align: center;
  padding-top: 0.27rem;
  gap: 0.03rem;
}
.section-job-detail .label-japan {
  font-size: 0.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
.section-job-detail .label-english {
  font-size: 0.13rem;
  line-height: 1.2307692308;
  font-weight: bold;
  color: #fff;
}
.section-job-detail .job-body {
  display: flex;
  flex-direction: column;
  gap: 0.61rem;
  padding-bottom: 0.79rem;
}
.section-job-detail .job-detail {
  background-color: #fff;
  border-radius: 0.12rem;
  padding: 0.44rem 0.6rem;
}
.section-job-detail .job-detail.is-table {
  padding: 0.5rem 0.6rem 0.35rem;
}
.section-job-detail .detail-title {
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.4;
  color: #6AC7BF;
  margin-bottom: 0.2rem;
}
.section-job-detail .detail-list {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
.section-job-detail .item-title {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 0.15rem;
  line-height: 1.8666666667;
  margin-bottom: 0.04rem;
}
.section-job-detail .item-list {
  font-size: 0.13rem;
  line-height: 1.6923076923;
  letter-spacing: 0.05em;
}
.section-job-detail .item-text {
  font-size: 0.13rem;
  line-height: 1.6923076923;
  letter-spacing: 0.05em;
  margin-top: 0.11rem;
}
.section-job-detail .table-title {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.9;
  padding-left: 0.24rem;
  position: relative;
  margin-bottom: 0.31rem;
}
.section-job-detail .table-title::after {
  content: "";
  width: 0.03rem;
  height: 0.28rem;
  background-color: #6AC7BF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-job-detail .job-table {
  width: 100%;
  border-top: 0.01rem solid #F1F1F1;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  line-height: 1.8666666667;
}
.section-job-detail .job-table tr:last-child th,
.section-job-detail .job-table tr:last-child td {
  border-bottom: none;
}
.section-job-detail .job-table th,
.section-job-detail .job-table td {
  border-bottom: 0.01rem solid #F1F1F1;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  line-height: 1.8666666667;
  padding: 0.18rem 0;
  vertical-align: text-top;
}
.section-job-detail .job-table th {
  width: 2.5rem;
  padding-right: 0.2rem;
}
.section-job-detail .table-note {
  font-size: 0.12rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.section-job-detail .table-list > li::before {
  content: "・";
}
.section-job-detail .table-block {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  margin-top: 0.12rem;
}
.section-job-detail .list-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.1rem;
  padding: 0.07rem 0;
}
.section-job-detail .list-category li {
  display: inline-flex;
  align-items: center;
  background-color: rgba(0, 143, 187, 0.1);
  border-radius: 0.04rem;
  color: #008FBB;
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  height: 0.24rem;
  padding: 0rem 0.12rem;
}
.section-job-detail .table-contact {
  padding-top: 0.07rem;
}
.section-job-detail .contact-heading {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  margin-bottom: 0.16rem;
}
.section-job-detail .contact-label {
  display: inline-flex;
  height: 0.24rem;
  align-items: center;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  color: #6AC7BF;
  padding: 0 0.1rem;
  border: 0.01rem solid #6AC7BF;
}
.section-job-detail .contact-location {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  gap: 0.06rem;
  color: #6AC7BF;
}
.section-job-detail .contact-status {
  display: flex;
  gap: 0.1rem;
  align-items: center;
  margin: 0.08rem 0;
}
.section-job-detail .contact-status li {
  display: inline-flex;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  background-color: rgba(0, 143, 187, 0.1);
  color: #008FBB;
  border-radius: 0.04rem;
  padding: 0.01rem 0.12rem;
}
.section-job-detail .contact-map {
  width: 100%;
  height: 3.2rem;
  margin: 0.17rem 0 -0.02rem;
}
.section-job-detail .contact-link {
  font-size: 0.12rem;
  font-weight: bold;
  color: #6AC7BF;
  background: url("../img/common/icon-arrow-link-green.svg") center right/0.05rem auto no-repeat;
  padding-right: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.section-job-detail .contact-link:hover {
  padding-right: 0.24rem;
}
.section-job-detail .detail-note {
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: -0.34rem;
}
.section-job-detail .job-detail.is-step {
  padding: 0.53rem 0.5rem 0.61rem;
  text-align: center;
}
.section-job-detail .job-detail.is-step .btn-common.is-orange {
  width: 3.3rem;
  height: 0.52rem;
  font-size: 0.15rem;
}
.section-job-detail .step-title {
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.43rem;
}
.section-job-detail .step-list {
  display: flex;
  gap: 0.4rem;
  counter-reset: step;
  text-align: left;
  margin-bottom: 0.35rem;
}
.section-job-detail .step-list li {
  flex: 1;
  counter-increment: step;
  position: relative;
}
.section-job-detail .step-list li:last-child::before {
  display: none;
}
.section-job-detail .step-list li::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.21rem;
  background: url("../img/detail/icon-arrow.svg") center/contain no-repeat;
  position: absolute;
  right: -0.25rem;
  top: 47%;
  transform: translateY(-50%);
}
.section-job-detail .step-label {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  color: #6AC7BF;
  font-weight: bold;
  margin-bottom: 0.08rem;
}
.section-job-detail .step-label::after {
  content: counter(step);
}
.section-job-detail .step-info {
  border: 0.01rem solid #F1F1F1;
  border-radius: 0.12rem;
  background-color: #fff;
  padding: 0 0.1rem 0.23rem;
  margin-bottom: 0.14rem;
  box-shadow: 0.03rem 0.03rem 0.1rem 0 rgba(51, 51, 51, 0.04);
}
.section-job-detail .info-image {
  text-align: center;
  height: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
}
.section-job-detail .info-text {
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #6AC7BF;
}
.section-job-detail .step-text {
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
}

@media only screen and (max-width: 767.98px) {
  .section-job-detail {
    padding-top: 0.11rem;
  }
  .section-job-detail .job-heading {
    padding: 0 0.05rem;
  }
  .section-job-detail .info-title {
    font-size: 0.18rem;
    line-height: 1.4444444444;
    margin-top: 0.05rem;
    padding-bottom: 0.16rem;
    border-bottom: none;
  }
  .section-job-detail .heading-slider {
    width: 3.35rem;
  }
  .section-job-detail .slider-inner {
    width: 100%;
    padding-bottom: 0.18rem;
  }
  .section-job-detail .slider-label {
    right: 0.13rem;
    bottom: 0.32rem;
    width: 0.8rem;
    height: 0.8rem;
    padding-top: 0.17rem;
    gap: 0.03rem;
  }
  .section-job-detail .label-japan {
    font-size: 0.09rem;
  }
  .section-job-detail .label-english {
    font-size: 0.11rem;
  }
  .section-job-detail .swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 0.1rem;
  }
  .section-job-detail .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
  }
  .section-job-detail .info-category {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.06rem;
    padding-top: 0.15rem;
    padding-bottom: 0.17rem;
  }
  .section-job-detail .category-item {
    gap: 0.07rem;
    font-size: 0.14rem;
  }
  .section-job-detail .item-icon {
    text-align: center;
    width: 0.17rem;
    justify-content: center;
  }
  .section-job-detail .info-footer {
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
  }
  .section-job-detail .info-footer .btn-common {
    width: 2.55rem;
    height: 0.34rem;
  }
  .section-job-detail .info-footer .btn-common.is-orange {
    width: 2.55rem;
    min-height: 0.38rem;
    font-size: 0.12rem;
  }
  .section-job-detail .job-heading {
    margin-bottom: 0.2rem;
  }
  .section-job-detail .job-detail {
    padding: 0.19rem 0.15rem 0.2rem;
    font-size: 0.14rem;
  }
  .section-job-detail .detail-title {
    font-size: 0.16rem;
    line-height: 1.375;
    margin-bottom: 0.13rem;
  }
  .section-job-detail .item-title {
    font-size: 0.14rem;
    margin-bottom: 0.03rem;
  }
  .section-job-detail .job-body {
    gap: 0.2rem;
    padding-bottom: 0.4rem;
  }
  .section-job-detail .job-detail.is-table {
    padding: 0.16rem 0.15rem 0.08rem;
  }
  .section-job-detail .table-title {
    font-size: 0.16rem;
    padding-left: 0.13rem;
    margin-bottom: 0.14rem;
  }
  .section-job-detail .table-title::after {
    height: 0.18rem;
    top: 56%;
  }
  .section-job-detail .job-table th,
  .section-job-detail .job-table td {
    font-size: 0.14rem;
    line-height: 1.5714285714;
    padding: 0.11rem 0 0.12rem;
  }
  .section-job-detail .job-table th {
    width: 0.85rem;
    padding-right: 0.1rem;
  }
  .section-job-detail .table-note {
    font-size: 0.13rem;
    line-height: 1.5384615385;
    margin-top: 0.05rem;
  }
  .section-job-detail .table-block {
    margin-top: 0.05rem;
    font-size: 0.13rem;
    line-height: 1.5384615385;
    gap: 0.05rem;
  }
  .section-job-detail .table-block .table-note {
    font-size: 0.12rem;
  }
  .section-job-detail .table-block .table-list {
    margin-top: 0.05rem;
  }
  .section-job-detail .block-title {
    font-size: 0.14rem;
    line-height: 2;
    margin-bottom: 0.04rem;
  }
  .section-job-detail .block-title span {
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
  .section-job-detail .list-category {
    padding: 0.04rem 0;
    gap: 0.05rem;
  }
  .section-job-detail .list-category li {
    font-size: 0.11rem;
    height: 0.22rem;
    padding: 0rem 0.1rem;
  }
  .section-job-detail .table-contact {
    padding-top: 0.05rem;
  }
  .section-job-detail .contact-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.08rem;
    margin-bottom: 0.07rem;
  }
  .section-job-detail .contact-label {
    height: 0.22rem;
    font-size: 0.11rem;
    padding: 0 0.09rem;
  }
  .section-job-detail .contact-location {
    gap: 0.08rem;
    font-size: 0.11rem;
  }
  .section-job-detail .contact-status {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.05rem;
    margin: 0.1rem 0;
  }
  .section-job-detail .contact-status li {
    padding: 0.02rem 0.1rem 0.03rem;
    font-size: 0.11rem;
  }
  .section-job-detail .contact-map {
    margin: 0.04rem 0 -0.01rem;
    height: 1.4rem;
  }
  .section-job-detail .detail-note {
    margin-top: -0.05rem;
    line-height: 1.65;
    font-size: 0.12rem;
  }
  .section-job-detail .job-detail.is-step {
    margin-top: -0.05rem;
    padding: 0.19rem 0.2rem 0.24rem;
  }
  .section-job-detail .job-detail.is-step .btn-common.is-orange {
    width: 2.55rem;
    height: 0.38rem;
    font-size: 0.12rem;
  }
  .section-job-detail .step-title {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }
  .section-job-detail .step-list {
    flex-direction: column;
    gap: 0.16rem;
    margin-bottom: 0.07rem;
  }
  .section-job-detail .step-list li {
    display: flex;
    gap: 0.15rem;
    align-items: flex-start;
  }
  .section-job-detail .step-list li::before {
    content: "";
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    top: calc(100% - 0.06rem);
    width: 0.05rem;
    height: 0.1rem;
  }
  .section-job-detail .step-info {
    width: 1rem;
    padding: 0 0.1rem 0.08rem;
  }
  .section-job-detail .step-detail {
    flex: 1;
  }
  .section-job-detail .step-label {
    line-height: 1.45;
    margin-bottom: 0.03rem;
    padding-left: 0.02rem;
  }
  .section-job-detail .step-text {
    line-height: 1.55;
  }
  .section-job-detail .info-image {
    height: 0.49rem;
    padding-top: 0.1rem;
  }
  .section-job-detail .info-image img {
    max-width: 0.29rem;
  }
  .section-job-detail .info-text {
    font-size: 0.13rem;
  }
}
.section-job-other {
  background-color: #FBFBFB;
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
}
.section-job-other .other-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.11rem;
  text-align: center;
  margin-bottom: 0.55rem;
}
.section-job-other .text-jp {
  font-size: 0.26rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-job-other .text-en {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-job-other .other-list {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 0.3rem;
}
.section-job-other .other-list li {
  max-width: calc(33.3333333333% - 0.2rem);
}
.section-job-other .other-list a {
  border: 0.01rem solid #F1F1F1;
  padding: 0.29rem 0.4rem 0.2rem;
  background-color: #fff;
}
.section-job-other .item-title {
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 0.12rem;
  padding-bottom: 0.11rem;
  letter-spacing: 0.05em;
  text-align: left;
}
.section-job-other .item-table {
  width: 100%;
}
.section-job-other th,
.section-job-other td {
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  line-height: 1.5384615385;
  vertical-align: text-top;
  padding-bottom: 0.05rem;
}
.section-job-other th {
  width: 1.08rem;
  padding-right: 0.1rem;
}
.section-job-other .table-heading {
  display: flex;
  align-items: center;
}
.section-job-other .table-image {
  width: 0.26rem;
  text-align: center;
  padding-right: 0.1rem;
}
.section-job-other .other-link {
  text-align: right;
}

@media print, (min-width: 768px) {
  .section-job-other .swiper-wrapper {
    gap: 0.3rem;
    flex-wrap: wrap;
  }
  .section-job-other .swiper-slide {
    max-width: calc(33.3333333333% - 0.2rem);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-job-other {
    padding-top: 0.35rem;
    padding-bottom: 0.39rem;
  }
  .section-job-other .other-title {
    margin-bottom: 0.26rem;
    gap: 0.01rem;
  }
  .section-job-other .text-jp {
    font-size: 0.16rem;
  }
  .section-job-other .text-en {
    font-size: 0.11rem;
  }
  .section-job-other .other-list {
    flex-direction: column;
  }
  .section-job-other .other-list li {
    width: 100%;
    max-width: 100%;
  }
  .section-job-other .other-list a {
    padding: 0.16rem 0.19rem 0.09rem;
  }
  .section-job-other .item-title {
    margin-top: 0.07rem;
    font-size: 0.18rem;
    line-height: 1.3333333333;
    padding-bottom: 0.12rem;
    text-align: left;
  }
  .section-job-other .table-image {
    width: 0.24rem;
    justify-content: center;
    padding-right: 0.06rem;
    position: relative;
    top: -0.02rem;
  }
  .section-job-other th,
  .section-job-other td {
    font-size: 0.14rem;
    padding-bottom: 0.08rem;
    line-height: 1.4285714286;
  }
  .section-job-other th {
    width: 0.98rem;
  }
  .section-job-other .other-list {
    margin-bottom: 0.13rem;
  }
  .section-job-other .link-common {
    font-size: 0.13rem;
    padding-right: 0.34rem;
    background-size: 0.24rem;
    line-height: 0.24rem;
  }
}
.section-job-nearby {
  background-color: #fff;
  padding-top: 0.72rem;
  padding-bottom: 0.45rem;
}
.section-job-nearby .nearby-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.11rem;
  text-align: center;
  margin-bottom: 0.55rem;
}
.section-job-nearby .text-jp {
  font-size: 0.26rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-job-nearby .text-en {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-job-nearby .nearby-list {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 0.3rem;
}
.section-job-nearby .item-image {
  border-radius: 0.12rem;
  overflow: hidden;
  position: relative;
}
.section-job-nearby .image-location {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  height: 0.32rem;
  border-radius: 0.32rem;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  padding-left: 0.29rem;
  padding-right: 0.14rem;
  background: #fff url("../img/top/icon-location-black.svg") left 0.12rem center/0.11rem auto no-repeat;
}
.section-job-nearby .item-detail {
  padding-top: 0.19rem;
}
.section-job-nearby .common-job-header {
  gap: 0.08rem;
}
.section-job-nearby .common-job-header .header-label {
  min-width: 0.48rem;
}
.section-job-nearby .item-title {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  margin: 0.1rem 0 0.07rem;
}
.section-job-nearby .detail-list {
  display: flex;
  flex-direction: column;
}
.section-job-nearby .detail-list li {
  display: flex;
  align-items: center;
  gap: 0.09rem;
}
.section-job-nearby .detail-list span {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}
.section-job-nearby .detail-image {
  width: 0.18rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.section-job-nearby .item-footer {
  margin-top: 0.14rem;
  border-top: 0.01rem solid #F1F1F1;
}
.section-job-nearby .item-footer .item-title {
  margin-bottom: 0.03rem;
}
.section-job-nearby .item-footer .detail-list span {
  font-size: 0.13rem;
}

@media print, (min-width: 768px) {
  .section-job-nearby .swiper-wrapper {
    flex-wrap: wrap;
    gap: 0.3rem;
  }
  .section-job-nearby .swiper-slide {
    max-width: calc(25% - 0.225rem);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-job-nearby {
    padding-bottom: 0.33rem;
    padding-top: 0.35rem;
  }
  .section-job-nearby .nearby-title {
    gap: 0.02rem;
    margin-bottom: 0.25rem;
  }
  .section-job-nearby .text-jp {
    font-size: 0.16rem;
  }
  .section-job-nearby .text-en {
    font-size: 0.11rem;
  }
  .section-job-nearby .nearby-list {
    flex-direction: column;
    margin-bottom: 0;
  }
  .section-job-nearby .nearby-list > li {
    max-width: 100%;
  }
  .section-job-nearby .item-detail {
    padding-top: 0.22rem;
  }
  .section-job-nearby .common-job-header {
    gap: 0.06rem;
  }
  .section-job-nearby .common-job-header .header-label {
    min-width: 0.34rem;
  }
  .section-job-nearby .item-title {
    font-size: 0.18rem;
    line-height: 1.35;
    margin: 0.09rem 0 0.05rem;
  }
  .section-job-nearby .detail-image {
    padding-top: 0.06rem;
  }
  .section-job-nearby .detail-list li {
    gap: 0.06rem;
    line-height: 1.4;
  }
  .section-job-nearby .detail-list p {
    line-height: 1.4;
  }
  .section-job-nearby .detail-list span {
    font-size: 0.14rem;
    display: inline-block;
  }
  .section-job-nearby .detail-list span:first-child:not(:last-child) {
    width: 0.74rem;
  }
  .section-job-nearby .item-footer {
    margin-top: 0.1rem;
  }
  .section-job-nearby .item-footer .item-title {
    font-size: 0.14rem;
    margin: 0.11rem 0 -0.02rem;
  }
  .section-job-nearby .item-footer .detail-list span {
    font-size: 0.14rem;
  }
}
.section-job-similar {
  padding-top: 0.75rem;
  padding-bottom: 0.8rem;
}
.section-job-similar .similar-title {
  font-size: 0.26rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.1923076923;
}
.section-job-similar .similar-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.44rem;
  gap: 0.23rem 0.2rem;
  margin-bottom: 0.58rem;
}
.section-job-similar .similar-list li {
  position: relative;
  padding-right: 0.21rem;
}
.section-job-similar .similar-list li::after {
  content: "";
  width: 0.02rem;
  height: 0.16rem;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  background-color: #F1F1F1;
}
.section-job-similar .similar-list a {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  color: #6AC7BF;
  text-decoration: underline;
  text-underline-offset: 0.02rem;
}
.section-job-similar .similar-notice {
  border: 0.01rem solid #F1F1F1;
  background-color: #fff;
  padding: 0.43rem 0.79rem 0.49rem;
}
.section-job-similar .notice-text {
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.6923076923;
  margin-bottom: 0.25rem;
}
.section-job-similar .form-row {
  display: flex;
  gap: 0.1rem;
  align-items: center;
}
.section-job-similar .form-label {
  width: 2.92rem;
  font-size: 0.15rem;
  letter-spacing: 0.025em;
  font-weight: bold;
}
.section-job-similar .form-input {
  flex: 1;
}
.section-job-similar .form-input input {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  width: 100%;
  height: 0.42rem;
  border: 0.01rem solid #EBEBEB;
  background: url("../img/common/icon-search.svg") left 0.19rem center/0.13rem auto no-repeat;
  outline: none;
  font-size: 0.15rem;
}
.section-job-similar .form-input input:focus {
  border: 0.01rem solid #6AC7BF;
  transition: 0.35s ease;
  color: #6AC7BF;
}
.section-job-similar .form-input input:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
.section-job-similar .form-input input:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
.section-job-similar .form-input input:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

@media only screen and (max-width: 767.98px) {
  .section-job-similar {
    padding-top: 0.38rem;
    padding-bottom: 0.44rem;
  }
  .section-job-similar .similar-title {
    font-size: 0.16rem;
  }
  .section-job-similar .similar-list {
    margin-top: 0.12rem;
    gap: 0.05rem 0.11rem;
    margin-bottom: 0.29rem;
  }
  .section-job-similar .similar-list li {
    line-height: 1.1;
    padding-right: 0.11rem;
  }
  .section-job-similar .similar-list a {
    font-size: 0.13rem;
  }
  .section-job-similar .similar-notice {
    padding: 0.23rem 0.19rem 0.29rem;
  }
  .section-job-similar .notice-text {
    margin-bottom: 0.14rem;
  }
  .section-job-similar .form-row {
    flex-direction: column;
    gap: 0.11rem;
  }
  .section-job-similar .form-input input {
    height: 0.38rem;
    background-position: left 0.13rem center;
  }
}
.job-note {
  background-color: rgba(51, 51, 51, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  padding: 0.26rem 0;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.job-note .note-text {
  width: 3.8rem;
  color: #fff;
  font-size: 0.13rem;
  line-height: 1.6923076923;
  letter-spacing: 0.05em;
}
.job-note .btn-common.is-orange {
  width: 3.8rem;
  height: 0.52rem;
  font-size: 0.15rem;
}

@media only screen and (max-width: 767.98px) {
  .job-note {
    flex-direction: column;
    padding: 0.18rem 0.2rem 0.24rem;
    gap: 0.05rem;
  }
  .job-note .note-text {
    width: 100%;
  }
  .job-note .btn-common.is-orange {
    width: 2.55rem;
    font-size: 0.12rem;
    height: 0.38rem;
  }
}
.section-job-flow {
  background: linear-gradient(to left, #9AEBE4, #6AC7BF);
  padding-top: 0.8rem;
  padding-bottom: 1.4rem;
}
.section-job-flow .flow-inner {
  background-color: #fff;
  border-radius: 0.12rem;
  padding-top: 0.54rem;
  padding-bottom: 0.16rem;
}
.section-job-flow .flow-title {
  font-size: 0.2rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.36rem;
}
.section-job-flow .wrapper {
  max-width: 10.4rem;
}
.section-job-flow .application-inner {
  overflow: hidden;
  border-radius: 0.04rem;
}
.section-job-flow .flow-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 6.08rem;
  margin: 0 auto;
  padding-top: 0.22rem;
  position: relative;
}
.section-job-flow .flow-step li {
  position: relative;
  flex: 1;
  color: #CCCCCC;
  z-index: 1;
}
.section-job-flow .flow-step li:first-child::before {
  display: none;
}
.section-job-flow .flow-step li::before {
  content: "";
  display: block;
  width: 100%;
  left: calc(-50% + 0.06rem);
  border-top: 0.01rem solid #CCCCCC;
  position: absolute;
  top: -0.17rem;
  z-index: -1;
}
.section-job-flow .flow-step li:after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #CCCCCC;
  position: absolute;
  top: -0.22rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.section-job-flow .flow-step li.is-active {
  color: #6AC7BF;
}
.section-job-flow .flow-step li.is-active:after {
  background-color: #6AC7BF;
}
.section-job-flow .flow-step li.is-active:before {
  border-color: #6AC7BF;
}
.section-job-flow .step-label {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: inherit;
}
.section-job-flow .form-row {
  margin-bottom: 0.3rem;
  gap: 0.1rem;
}
.section-job-flow .form-row.is-toggle {
  margin-bottom: 0.56rem;
}
@media print, (min-width: 768px) {
  .section-job-flow .form-row.is-error:not(.is-horizontal) {
    margin-bottom: 0.56rem;
  }
}
@media print, (min-width: 768px) {
  .section-job-flow .form-row .form-item.is-error {
    margin-bottom: 0.26rem;
  }
}
.section-job-flow .form-row.is-error .form-input-text:placeholder-shown,
.section-job-flow .form-row .form-item.is-error .form-input-text:placeholder-shown {
  border-color: #f63c3c;
  background-color: #fff7f7;
}
.section-job-flow .form-row.is-error .form-input-text[type=email],
.section-job-flow .form-row.is-error .form-input-text[type=tel],
.section-job-flow .form-row .form-item.is-error .form-input-text[type=email],
.section-job-flow .form-row .form-item.is-error .form-input-text[type=tel] {
  border-color: #f63c3c;
  background-color: #fff7f7;
}
.section-job-flow .form-row.is-error .form-input-text.is-error,
.section-job-flow .form-row .form-item.is-error .form-input-text.is-error {
  border-color: #f63c3c;
  background-color: #fff7f7;
}
.section-job-flow .form-row.is-error .form-result,
.section-job-flow .form-row .form-item.is-error .form-result {
  display: none;
}
.section-job-flow .form-row.is-error .form-toggle-btn,
.section-job-flow .form-row .form-item.is-error .form-toggle-btn {
  bottom: -0.62rem;
}
@media only screen and (max-width: 767.98px) {
  .section-job-flow .form-row.is-error .form-toggle-btn,
  .section-job-flow .form-row .form-item.is-error .form-toggle-btn {
    bottom: -0.27rem;
  }
}
.section-job-flow .form-row .form-select-item.is-error {
  margin-bottom: 20px;
}
.section-job-flow .form-row .form-select-item.is-error .form-select {
  border-color: #f63c3c;
  background-color: #fff7f7;
}
.section-job-flow .form-row .form-select-item.is-error .form-error {
  display: block;
  bottom: -0.36rem;
  padding-right: 30px;
}
.section-job-flow .form-selected {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.83rem;
  height: 0.44rem;
  border: 0.01rem solid var(--primary-color);
  border-radius: 0.04rem;
  color: var(--primary-color);
  cursor: pointer;
}
.section-job-flow .form-result {
  width: calc(100% + 0.2rem);
  margin-bottom: 0;
  margin-left: -0.2rem;
  padding-right: 0.26rem;
  padding-left: 0.16rem;
  border-radius: 0.04rem;
  border-color: transparent;
  background-color: var(--primary-background);
}
.section-job-flow .form-result input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.44rem;
  outline: none !important;
  font-size: 0.14rem;
}
.section-job-flow .step-content {
  position: relative;
  min-height: 2.2rem;
  overflow: hidden;
  background-color: #fff;
  max-width: 8.2rem;
  margin: 0 auto;
}
.section-job-flow .tab-content {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.44rem 0.1rem;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.7s ease;
}
.section-job-flow .tab-content.is-first-step .form-row {
  align-items: flex-start;
}
.section-job-flow .tab-content.is-second-step .form-item {
  width: 2rem;
}
.section-job-flow .tab-content.is-second-step .form-row .form-label {
  width: 1.3rem;
}
.section-job-flow .tab-content.is-third-step .form-item {
  width: 2rem;
}
.section-job-flow .tab-content.is-third-step .form-row.form-submit {
  padding-top: 0.21rem;
  margin-bottom: 0rem;
}
.section-job-flow .tab-content.is-third-step .form-input-label {
  font-size: 0.14rem;
  font-weight: bold;
  margin: 0 0.03rem 0 -0.03rem;
  letter-spacing: 0.025em;
}
.section-job-flow .tab-content.is-third-step .form-row {
  margin-bottom: 0.2rem;
}
.section-job-flow .tab-content.is-third-step .form-row.is-error {
  margin-bottom: 0.4rem;
}
.section-job-flow .tab-content.is-third-step .form-row .form-label {
  width: 1.01rem;
}
.section-job-flow .tab-content.is-third-step .form-row .form-input-inner {
  align-items: center;
  gap: 0.1rem;
}
.section-job-flow .tab-content.is-third-step .form-row .form-select-item::after {
  right: 16px;
}
.section-job-flow .tab-content.is-fourth-step .form-row .form-label {
  width: 1.73rem;
}
.section-job-flow .tab-content.is-fourth-step .form-row.form-submit {
  padding-top: 0.18rem;
}
.section-job-flow .tab-content.is-fifth-step {
  padding-top: 0.32rem;
}
.section-job-flow .tab-content.is-fifth-step .form-row .form-label {
  width: 2.4rem;
}
.section-job-flow .tab-content.is-fifth-step .form-row .form-item {
  width: 2rem;
}
.section-job-flow .tab-content.is-fifth-step .form-row.is-column .form-label {
  width: 100%;
}
.section-job-flow .tab-content.is-fifth-step .form-row.is-column .form-input-wrapper {
  width: 100%;
}
.section-job-flow .tab-content.is-fifth-step .form-row.form-policy .form-item {
  width: 100%;
}
.section-job-flow .tab-content.is-fifth-step .form-submit .btn-common.btn-submit {
  opacity: 0.4;
  pointer-events: none;
}
.section-job-flow .tab-content.is-fifth-step .form-submit.is-active .btn-common.btn-submit {
  opacity: 1;
  pointer-events: auto;
}
.section-job-flow .tab-content.is-active {
  visibility: visible;
  position: relative;
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}
.section-job-flow .tab-content.is-active ~ .tab-content {
  transform: translateX(100%);
}
.section-job-flow .form-item {
  display: flex;
  align-items: center;
  width: 2.8rem;
}
.section-job-flow .form-item.js-form-item {
  position: relative;
}
.section-job-flow .form-check {
  font-size: 0.13rem;
  font-weight: 500;
  background-color: #565656;
  padding: 0.01rem 0.05rem 0;
  height: 0.32rem;
  width: 0.9rem;
  color: #fff;
  border-radius: 0.08rem;
}
.section-job-flow .form-select-item {
  display: flex;
  gap: 0.09rem;
  align-items: center;
  margin-right: 0.08rem;
  font-size: 0.14rem;
  align-items: center;
}
.section-job-flow .form-select-item.is-full {
  width: 100%;
}
.section-job-flow .form-select-label {
  font-size: 0.15rem;
}
.section-job-flow .form-submit {
  margin-bottom: 0;
  padding-top: 0.11rem;
  text-align: center;
}
.section-job-flow .form-input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.54rem;
  margin-bottom: 0.2rem;
  padding: 0 0.1rem;
  border: 0.01rem solid #CECECE;
  border-radius: 0.04rem;
}
@media only screen and (max-width: 767.98px) {
  .section-job-flow .form-input {
    height: 0.4rem;
  }
}
.section-job-flow .form-checkbox-wrapper,
.section-job-flow .form-radio-wrapper {
  position: relative;
  padding: 0.14rem 0.26rem 0.15rem;
  width: 2rem;
}
.section-job-flow .form-checkbox-wrapper .form-checkbox,
.section-job-flow .form-radio-wrapper .form-checkbox {
  position: absolute;
  opacity: 0;
}
.section-job-flow .form-checkbox-wrapper .form-checkbox:checked + .checkbox-text::after,
.section-job-flow .form-radio-wrapper .form-checkbox:checked + .checkbox-text::after {
  opacity: 1;
}
.section-job-flow .form-checkbox-wrapper .input-frame,
.section-job-flow .form-radio-wrapper .input-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  border: 0.01rem solid #F1F1F1;
  border-radius: 0.04rem;
  pointer-events: none;
}
.section-job-flow .form-checkbox-wrapper .checkbox-text,
.section-job-flow .form-checkbox-wrapper .radio-text,
.section-job-flow .form-radio-wrapper .checkbox-text,
.section-job-flow .form-radio-wrapper .radio-text {
  display: inline-block;
  position: relative;
  z-index: 11;
  padding-left: 0.26rem;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.section-job-flow .form-checkbox-wrapper .checkbox-text::before, .section-job-flow .form-checkbox-wrapper .checkbox-text::after,
.section-job-flow .form-checkbox-wrapper .radio-text::before,
.section-job-flow .form-checkbox-wrapper .radio-text::after,
.section-job-flow .form-radio-wrapper .checkbox-text::before,
.section-job-flow .form-radio-wrapper .checkbox-text::after,
.section-job-flow .form-radio-wrapper .radio-text::before,
.section-job-flow .form-radio-wrapper .radio-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  transform: translateY(-50%);
  border: 0.01rem solid #BFBFBF;
  border-radius: 0.03rem;
}
.section-job-flow .form-checkbox-wrapper .checkbox-text::after,
.section-job-flow .form-checkbox-wrapper .radio-text::after,
.section-job-flow .form-radio-wrapper .checkbox-text::after,
.section-job-flow .form-radio-wrapper .radio-text::after {
  transition: all 0.3s ease;
  border: none;
  opacity: 0;
  background: var(--primary-color) url("../img/common/icon_input_checked.svg") center/0.12rem auto no-repeat;
}
.section-job-flow .form-checkbox-wrapper {
  padding: 0;
}
.section-job-flow .form-checkbox-wrapper .checkbox-text {
  padding-left: 0.28rem;
}
.section-job-flow .form-checkbox-wrapper .checkbox-text::before {
  width: 0.18rem;
  height: 0.18rem;
  background-color: #EBEBEB;
  border: none;
}
.section-job-flow .form-checkbox-wrapper .checkbox-text::after {
  width: 0.18rem;
  height: 0.18rem;
  background: #6AC7BF url("../img/common/icon-input-checked.svg") center/0.1rem auto no-repeat;
  border: none;
  opacity: 0;
}
.section-job-flow .form-radio-wrapper .form-radio {
  position: absolute;
  opacity: 0;
}
.section-job-flow .form-radio-wrapper .form-radio:checked + .radio-text::after {
  opacity: 1;
}
.section-job-flow .form-radio-wrapper .radio-text {
  position: relative;
}
.section-job-flow .form-radio-wrapper .radio-text::before {
  width: 0.18rem;
  height: 0.18rem;
  transition: all 0.3s ease;
  border-radius: 50%;
  border-color: #BFBFBF;
}
.section-job-flow .form-radio-wrapper .radio-text::after {
  left: 0.04rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  opacity: 1;
  background: #6AC7BF;
  opacity: 0;
}
.section-job-flow .form-toggle-block {
  display: none;
}
.section-job-flow .form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-job-flow .form-row.is-error {
  margin-bottom: 0.36rem;
}
.section-job-flow .form-row.is-column {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05rem;
}
.section-job-flow .form-row.is-column .form-input-inner {
  flex-wrap: wrap;
  gap: 0.18rem 0;
}
.section-job-flow .form-row.is-column .form-item {
  width: 25%;
  padding-right: 0.1rem;
}
.section-job-flow .form-row.is-error.is-horizontal .form-error {
  bottom: -0.1rem;
  left: -0.18rem;
}
@media only screen and (max-width: 767.98px) {
  .section-job-flow .form-row.is-error.is-horizontal .form-error {
    left: 0;
  }
}
.section-job-flow .form-row .form-item.is-error {
  margin-bottom: 0.3rem;
}
.section-job-flow .form-row.is-error .form-error,
.section-job-flow .form-row .form-item.is-error .form-error {
  display: block;
}
.section-job-flow .form-row.is-error .input-frame,
.section-job-flow .form-row .form-item.is-error .input-frame {
  border-color: #F63C3C;
  background-color: #FFF7F7;
}
.section-job-flow .form-row.is-error .form-select,
.section-job-flow .form-row .form-item.is-error .form-select {
  border-color: #F63C3C;
  background-color: #FFF7F7;
}
.section-job-flow .form-row.is-start {
  align-items: flex-start;
}
.section-job-flow .form-row.is-toggle.is-error {
  margin-bottom: 0.9rem;
}
@media only screen and (max-width: 767.98px) {
  .section-job-flow .form-row.is-toggle.is-error {
    margin-bottom: 0.55rem;
  }
}
.section-job-flow .form-row.is-toggle {
  margin-bottom: 0.56rem;
}
.section-job-flow .form-row.is-col {
  flex-direction: column;
  gap: 0;
  margin-bottom: 0.17rem;
}
.section-job-flow .form-row.is-col .form-label {
  width: 100%;
  height: auto;
  margin-bottom: 0.13rem;
}
.section-job-flow .form-row.is-col .form-input-wrapper {
  width: 100%;
}
.section-job-flow .form-row.js-clone-template + .js-clone-template .form-label {
  opacity: 0;
}
@media only screen and (max-width: 767.98px) {
  .section-job-flow .form-row.js-clone-template + .js-clone-template .form-label {
    display: none;
  }
}
.section-job-flow .form-row.js-clone-template:first-child:last-child .form-delete {
  opacity: 0.5;
  pointer-events: none;
}
.section-job-flow .form-row .form-text-wrapper {
  width: 100%;
}
.section-job-flow .form-row .form-error {
  display: none;
  position: absolute;
  bottom: -0.26rem;
  left: 0;
  margin-top: 0.1rem;
  color: #F63C3C;
  font-size: 0.12rem;
  line-height: 1.3333333333;
  padding-left: 0.2rem;
  background: url("../img/common/icon-error.svg") left center/0.14rem auto no-repeat;
}
.section-job-flow .form-row .form-note {
  flex: 1;
  align-self: center;
  margin-left: 0.15rem;
  margin-top: 0.07rem;
  color: #999;
  font-size: 0.12rem;
  letter-spacing: 0.025em;
}
.section-job-flow .form-row .form-label {
  display: flex;
  align-items: center;
  width: 1.83rem;
  height: 0.42rem;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  gap: 0.1rem;
}
.section-job-flow .form-row .form-label.is-required {
  position: relative;
}
.section-job-flow .form-row .form-label.is-required::after {
  content: "必須";
  display: inline-block;
  padding: 0rem 0.08rem 0rem;
  border: 0.01rem solid #ff3c3c;
  border-radius: 0.02rem;
  background: #EA5B55;
  color: #fff;
  font-size: 0.11rem;
  line-height: 0.18rem;
  top: 0.01rem;
  position: relative;
}
.section-job-flow .form-row .form-label.is-optional {
  position: relative;
  padding-right: 0.5rem;
}
.section-job-flow .form-row .form-label.is-optional::after {
  content: "任意";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.2rem;
  border: 0.01rem solid #D5D5D5;
  border-radius: 0.02rem;
  font-size: 0.11rem;
  letter-spacing: 0.025em;
}
.section-job-flow .form-row .form-input-wrapper {
  position: relative;
  flex: 1;
}
.section-job-flow .form-row .input-calendar {
  display: none;
}
.section-job-flow .form-row .form-input-inner {
  display: flex;
  gap: 0.2rem;
  position: relative;
  align-items: flex-start;
}
.section-job-flow .form-row .form-input-inner.is-small .form-item {
  width: calc(25% - 0.06rem);
}
@media only screen and (max-width: 767.98px) {
  .section-job-flow .form-row .form-input-inner.is-small .form-item {
    width: calc(50% - 0.04rem);
  }
}
.section-job-flow .form-row .form-input-inner.is-fluid .form-item {
  flex: 1;
}
@media only screen and (max-width: 767.98px) {
  .section-job-flow .form-row .form-input-inner.is-fluid {
    flex-direction: column;
  }
  .section-job-flow .form-row .form-input-inner.is-fluid .form-item {
    width: 100%;
  }
}
.section-job-flow .form-row .form-input-inner .form-password-toggle {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  height: 100%;
  padding: 0 0.1rem;
  color: #5F9CE0;
  font-size: 0.14rem;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .section-job-flow .form-row .form-input-inner .form-password-toggle {
    font-size: 0.13rem;
  }
}
.section-job-flow .form-row .form-input-text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.42rem;
  padding: 0 0.15rem 0.03rem;
  border: 0.01rem solid #cecece;
  border-radius: 0.08rem;
  font-size: 0.14rem;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #000000;
}
.section-job-flow .form-row .form-input-text::placeholder {
  color: #B5B5B5;
}
.section-job-flow .form-row .form-select {
  display: flex;
  width: 1.6rem;
  height: 0.42rem;
  align-items: center;
  padding: 0 0.16rem;
  border: 0.01rem solid #F1F1F1;
  border-radius: 0.08rem;
  outline: none;
}
.section-job-flow .form-row .form-select.is-big {
  width: 2rem;
}
.section-job-flow .form-row .form-select-item {
  position: relative;
}
.section-job-flow .form-row .form-select-item::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url("../img/common/icon-arrow-link-green.svg") center/contain no-repeat;
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.form-application .section-job-flow .form-row .form-checkbox-wrapper, .form-application .section-job-flow .form-row .form-radio-wrapper {
  width: 100%;
  padding: 0.17rem 0.13rem;
  cursor: pointer;
}
.form-application .section-job-flow .form-row .form-checkbox-wrapper .checkbox-text, .form-application .section-job-flow .form-row .form-radio-wrapper .checkbox-text {
  padding-left: 0.32rem;
  font-size: 0.15rem;
}
.form-application .section-job-flow .form-row .form-checkbox-wrapper .checkbox-text::before, .form-application .section-job-flow .form-row .form-checkbox-wrapper .checkbox-text::after, .form-application .section-job-flow .form-row .form-radio-wrapper .checkbox-text::before, .form-application .section-job-flow .form-row .form-radio-wrapper .checkbox-text::after {
  width: 0.22rem;
  height: 0.22rem;
}
.section-job-flow .form-row .form-radio-wrapper .radio-text {
  padding-left: 0.32rem;
}
@media print, (min-width: 768px) {
  .form-application .section-job-flow .form-row .form-select {
    width: 1.89rem;
    height: 0.54rem;
    padding: 0 0.12rem;
    font-size: 0.15rem;
  }
  .form-application .section-job-flow .form-row .form-select.is-calendar {
    width: 1.75rem;
  }
  .form-application .section-job-flow .form-row .form-select.is-full {
    width: 100%;
  }
}
.section-job-flow .form-row .form-toggle-btn {
  display: inline-block;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  padding-right: 0.19rem;
  background: url("../img/common/icon_plus.svg") top 60% right/0.15rem auto no-repeat;
  color: #5f9ce0;
  font-size: 0.14rem;
  cursor: pointer;
}
.section-job-flow .form-row .form-textarea {
  width: 100%;
  height: 2rem;
  padding: 0.16rem 0.12rem;
  overflow: auto;
  border: 0.01rem solid #cecece;
  border-radius: 0.04rem;
}
.section-job-flow .form-row .form-text {
  margin-top: 0.13rem;
  margin-bottom: 0.03rem;
  font-size: 0.13rem;
  line-height: 0.2rem;
}
.section-job-flow .form-row .form-links li {
  margin-bottom: 0.05rem;
}
.section-job-flow .form-row .form-links a {
  padding-right: 0.2rem;
  background: url("../img/common/icon_download.svg") center right/0.14rem auto no-repeat;
  color: #5F9CE0;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.section-job-flow .form-row .form-files-wrapper {
  text-align: right;
}
.section-job-flow .form-row .form-files {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  padding: 0.1rem;
  border-radius: 0.04rem;
  background-color: #F8F8F8;
  text-align: left;
  gap: 0.15rem;
}
.section-job-flow .form-row .form-files.has-file .form-delete {
  display: inline-flex;
}
.section-job-flow .form-row .form-files input {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.section-job-flow .form-row .form-files .form-delete {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  height: 0.28rem;
  margin-left: auto;
  padding: 0 0.3rem 0 0.16rem;
  border-radius: 0.28rem;
  background: #959595 url("../img/common/ico_close.svg") center right 0.12rem/0.1rem auto no-repeat;
  color: #fff;
  font-size: 0.13rem;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .section-job-flow .form-row .form-files .form-delete {
    height: 0.26rem;
    padding: 0 0.24rem 0 0.13rem;
    background-size: 0.07rem auto;
    font-size: 0.12rem;
  }
}
.section-job-flow .form-row .files-label.common-btn {
  width: 1.44rem;
  height: 0.34rem;
  font-size: 0.15rem;
}
.section-job-flow .form-row .files-name {
  font-size: 0.15rem;
}
.section-job-flow .form-row .form-files-add {
  display: inline-block;
  margin-top: 0.07rem;
  color: #5F9CE0;
  font-size: 0.14rem;
  text-align: right;
  cursor: pointer;
}
.section-job-flow .form-row.form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
}
.section-job-flow .form-row .form-policy {
  max-width: 8rem;
  margin: 0 auto;
}
.section-job-flow .form-row .btn-common {
  width: 2.4rem;
  height: 0.48rem;
  background-color: #FC9A30;
  border: none;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  border-radius: 0.48rem;
  position: relative;
  cursor: pointer;
}
.section-job-flow .form-row .btn-common:hover::after {
  right: 0.18rem;
}
.section-job-flow .form-row .btn-common::after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.05rem;
  background: url(../img/common/icon-arrow-accordion-white.svg) center/contain no-repeat;
  position: absolute;
  right: 0.28rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease;
}
.section-job-flow .form-row .btn-common.btn-submit {
  width: 2.8rem;
  height: 0.54rem;
}
.section-job-flow .form-row .back-btn {
  color: #6AC7BF;
  font-size: 0.15rem;
  cursor: pointer;
  font-weight: bold;
  padding-left: 0.17rem;
  position: relative;
}
.section-job-flow .form-row .back-btn::before {
  content: "";
  display: block;
  width: 0.05rem;
  height: 0.08rem;
  background: url("../img/common/icon-arrow-link-green.svg") center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.section-job-flow .form-row.form-policy {
  max-width: 5.89rem;
  margin: -0.08rem auto 0.28rem;
  text-align: left;
}
.section-job-flow .form-row.form-policy .form-item {
  width: 100%;
  padding-left: 1.13rem;
}
.section-job-flow .form-row.form-policy .form-error {
  margin-left: 1.13rem;
}
.section-job-flow .form-row.form-policy .form-checkbox-wrapper {
  width: 100%;
}
.section-job-flow .form-row.form-policy .form-checkbox-wrapper .checkbox-text {
  letter-spacing: 0.025em;
}
.section-job-flow .policy-text {
  margin-bottom: 0.14rem;
  font-size: 0.14rem;
  letter-spacing: 0.025em;
  line-height: 1.7142857143;
  font-weight: 500;
}
.section-job-flow .policy-text a {
  color: #6AC7BF;
}

@media only screen and (max-width: 767.98px) {
  .section-job-flow {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .section-job-flow .wrapper {
    padding: 0 0.15rem;
  }
  .section-job-flow .flow-inner {
    padding-top: 0.33rem;
  }
  .section-job-flow .flow-title {
    font-size: 0.16rem;
    margin-bottom: 0.27rem;
  }
  .section-job-flow .step-label {
    font-size: 0.11rem;
  }
  .section-job-flow .flow-step {
    padding-top: 0.09rem;
    max-width: 3.1rem;
  }
  .section-job-flow .flow-step li:after {
    width: 0.08rem;
    height: 0.08rem;
    top: -0.12rem;
  }
  .section-job-flow .flow-step li:before {
    top: -0.09rem;
    left: calc(-50% + 0.04rem);
  }
  .section-job-flow .form-check {
    font-size: 0.12rem;
    padding: 0rem 0.11rem 0.02rem;
    height: 0.3rem;
    width: 0.82rem;
    margin-left: -0.02rem;
  }
  .section-job-flow .tab-content {
    padding: 0.24rem 0.2rem 0.06rem;
  }
  .section-job-flow .tab-content.is-second-step .form-item {
    width: 49%;
  }
  .section-job-flow .tab-content.is-second-step .form-row .form-label {
    width: 1.3rem;
  }
  .section-job-flow .tab-content.is-third-step .form-item {
    width: 1.82rem;
  }
  .section-job-flow .tab-content.is-third-step .form-row.form-submit {
    padding-top: 0.21rem;
    margin-bottom: 0rem;
  }
  .section-job-flow .tab-content.is-third-step .form-input-label {
    font-size: 0.14rem;
    font-weight: bold;
    margin: 0 0rem 0 -0.04rem;
    letter-spacing: 0.025em;
  }
  .section-job-flow .tab-content.is-third-step .form-row {
    margin-bottom: 0.12rem;
    gap: 0;
  }
  .section-job-flow .tab-content.is-third-step .form-row:first-child {
    gap: 0.1rem;
  }
  .section-job-flow .tab-content.is-third-step .form-row:first-child .form-label {
    width: 1.01rem;
  }
  .section-job-flow .tab-content.is-third-step .form-row.is-error {
    margin-bottom: 0.4rem;
  }
  .section-job-flow .tab-content.is-third-step .form-row.form-submit {
    padding-top: 0.08rem;
    gap: 0.19rem;
  }
  .section-job-flow .tab-content.is-third-step .form-row .form-label {
    width: 0;
  }
  .section-job-flow .tab-content.is-third-step .form-row .form-input-inner {
    align-items: center;
    gap: 0.1rem;
  }
  .section-job-flow .tab-content.is-third-step .form-row .form-select.is-big {
    width: 1.6rem;
    padding: 0 0.19rem;
    font-size: 0.13rem;
    letter-spacing: 0.025em;
  }
  .section-job-flow .tab-content.is-fourth-step .form-row .form-label {
    width: 100%;
  }
  .section-job-flow .tab-content.is-fourth-step .form-error {
    margin-right: -0.1rem;
  }
  .section-job-flow .tab-content.is-fifth-step {
    padding-top: 0.32rem;
  }
  .section-job-flow .tab-content.is-fifth-step .form-row .form-label {
    width: 100%;
  }
  .section-job-flow .tab-content.is-fifth-step .form-row .form-item {
    width: 50%;
  }
  .section-job-flow .tab-content.is-fifth-step .form-row.is-column {
    gap: 0.1rem;
  }
  .section-job-flow .tab-content.is-fifth-step .form-row.is-column .form-label {
    width: 100%;
  }
  .section-job-flow .tab-content.is-fifth-step .form-row.is-column .form-input-wrapper {
    width: 100%;
  }
  .section-job-flow .tab-content.is-fifth-step .form-row.form-policy .form-item {
    width: 100%;
  }
  .section-job-flow .tab-content.is-fifth-step .form-row .form-note {
    margin-top: 0.06rem;
    font-size: 0.11rem;
  }
  .section-job-flow .form-row {
    margin-bottom: 0.18rem;
  }
  .section-job-flow .form-row.is-column-sp {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-job-flow .form-row .form-label {
    font-size: 0.13rem;
    gap: 0.08rem;
    height: auto;
    width: 100%;
  }
  .section-job-flow .form-row .form-label.is-required::after {
    font-size: 0.1rem;
    line-height: 0.16rem;
    padding: 0 0.06rem;
    top: 0rem;
  }
  .section-job-flow .form-row .form-input-wrapper {
    width: 100%;
  }
  .section-job-flow .form-row .form-input-inner {
    width: 100%;
    gap: 0.12rem;
  }
  .section-job-flow .form-row .form-input-inner.is-column-sp {
    flex-direction: column;
  }
  .section-job-flow .form-row .form-input-text {
    height: 0.38rem;
    padding: 0 0.19rem;
  }
  .section-job-flow .form-row .btn-common.btn-submit {
    width: 1.8rem;
    height: 0.38rem;
    font-size: 0.12rem;
  }
  .section-job-flow .form-item {
    width: 100%;
  }
  .section-job-flow .form-submit {
    padding-top: 0.02rem;
  }
  .section-job-flow .form-radio-wrapper {
    padding: 0.08rem 0.2rem 0.07rem;
    flex: 1;
  }
  .section-job-flow .form-radio-wrapper .radio-text {
    display: block;
    font-size: 0.13rem;
    padding-left: 0.27rem;
  }
  .section-job-flow .form-radio-wrapper .radio-text::before {
    width: 0.16rem;
    height: 0.16rem;
  }
  .section-job-flow .form-radio-wrapper .radio-text::after {
    width: 0.08rem;
    height: 0.08rem;
    left: 0.04rem;
  }
  .section-job-flow .form-select-label {
    font-size: 0.14rem;
  }
  .section-job-flow .form-row .form-radio-wrapper .radio-text {
    padding-left: 0.27rem;
  }
  .section-job-flow .form-row .form-input-inner {
    gap: 0.08rem;
  }
  .section-job-flow .form-row .form-select {
    height: 0.38rem;
    width: 0.62rem;
  }
  .section-job-flow .form-row .form-select.is-big {
    width: 0.96rem;
  }
  .section-job-flow .form-row .form-select-item {
    gap: 0.07rem;
    margin-right: 0.04rem;
  }
  .section-job-flow .form-row.form-submit {
    gap: 0.19rem;
  }
  .section-job-flow .form-row .back-btn {
    font-size: 0.12rem;
    padding-left: 0.14rem;
  }
  .section-job-flow .form-row .form-note {
    margin-top: 0.06rem;
    font-size: 0.11rem;
  }
  .section-job-flow .form-row .form-label.is-optional::after {
    width: 0.38rem;
  }
  .section-job-flow .form-row .form-checkbox-wrapper .checkbox-text {
    font-size: 0.14rem;
    line-height: 1.5714285714;
    padding-left: 0.25rem;
    padding-right: 0.05rem;
  }
  .section-job-flow .form-row .form-checkbox-wrapper .checkbox-text:before, .section-job-flow .form-row .form-checkbox-wrapper .checkbox-text::after {
    width: 0.16rem;
    height: 0.16rem;
    top: 0.11rem;
  }
  .section-job-flow .form-row.is-column .form-input-inner {
    gap: 0.13rem 0;
  }
  .section-job-flow .form-row .form-textarea {
    height: 1rem;
    font-size: 0.14rem;
  }
  .section-job-flow .form-row.form-policy {
    margin: 0.23rem auto 0.18rem;
  }
  .section-job-flow .form-row.form-policy .form-item {
    padding-left: 0;
  }
  .section-job-flow .form-row.form-policy .form-checkbox-wrapper .checkbox-text {
    padding-left: 0.21rem;
    font-size: 0.12rem;
    margin-right: -0.2rem;
  }
  .section-job-flow .policy-text {
    font-size: 0.12rem;
    line-height: 1.6666666667;
    margin-bottom: 0.03rem;
  }
}