@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;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background-color: #fff;
}
@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;
  }
}

.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.2rem 0;
}
.breadcrumb .breadcrumb-wrapper {
  display: flex;
  align-items: center;
  max-width: 1314px;
}
.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 {
    white-space: nowrap;
    overflow: hidden;
  }
  .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;
  }
  .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: #006EB4;
  padding-left: 0.18rem;
}
.page-title .text-english::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #006EB4;
  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 {
  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 .btn-common {
  width: 2.2rem;
  background-color: #fff;
  color: #006EB4;
  cursor: pointer;
}
.block-cookie .btn-common:hover {
  border-color: #fff;
  color: #fff;
  background-color: #006EB4;
}

@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 #006EB4;
  color: #006EB4;
  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: #006EB4;
}
.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: #006EB4;
}
.btn-common.is-primary:hover {
  color: #006EB4;
  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: #006EB4;
  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: #006EB4;
  border-color: #006EB4;
  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;
  }
}

.header {
  width: 100%;
  z-index: 111;
}
.header:not(.is-show-menu).is-active .header-wrapper {
  background: transparent;
  mask-image: none;
}
.header:not(.is-show-menu) {
  position: relative;
}
.header:not(.is-show-menu) .header-wrapper {
  background-color: #fff;
}
.header.is-show-menu .header-menu {
  border-top: 0.01rem solid #EBEBEB;
}
.header .header-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0.24rem 0.2rem;
  max-width: 14.4rem;
  margin: 0 auto;
}
.header .header-logo {
  width: 1.88rem;
  margin-right: auto;
  margin-left: 0.2rem;
  position: relative;
  z-index: 21;
}
.header .list-navbar {
  display: flex;
  align-items: center;
  min-height: 0.42rem;
  gap: 0.44rem;
}
.header .navbar-item.has-sub-menu {
  padding: 0.5rem 0;
  margin: -0.5rem 0;
}
.header .navbar-item.has-sub-menu > .navbar-link {
  padding-right: 0.15rem;
  position: relative;
}
.header .navbar-item.has-sub-menu > .navbar-link::before, .header .navbar-item.has-sub-menu > .navbar-link::after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0;
  border-top: 0.01rem solid #006EB4;
  border-bottom: 0.01rem solid #006EB4;
  position: absolute;
  right: 0;
  top: 41%;
  transform: translateY(50%);
  transition: all 0.3s ease;
}
.header .navbar-item.has-sub-menu > .navbar-link::after {
  transform: translateY(50%) rotate(90deg);
}
.header .navbar-item.has-sub-menu.is-active > .navbar-link {
  color: #006EB4;
}
.header .navbar-item.has-sub-menu.is-active > .navbar-link::after {
  transform: translateY(50%);
}
.header .navbar-link {
  display: flex;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 0.02rem;
  transition: all 0.3s ease;
}
.header .navbar-link:hover {
  color: #006EB4;
}
.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.72rem;
  height: 0.42rem;
  border-radius: 0.06rem;
  font-size: 0.13rem;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  margin-right: 0.2rem;
  margin-left: 0.5rem;
  position: relative;
  background-color: #006EB4;
  overflow: hidden;
}
.header .btn-search:hover::after {
  opacity: 1;
}
.header .btn-search::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #0086DB 0%, #0086DB 20%, #006EB4 100%);
  opacity: 0;
  transition: all 0.3s ease;
}
.header .btn-search span {
  display: inline-block;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
.header .btn-search svg {
  margin-right: 0.1rem;
}
.header .header-contact {
  font-weight: bold;
}
.header .contact-text {
  font-size: 0.11rem;
  color: #006EB4;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.header .contact-phone {
  font-size: 0.24rem;
  color: #006EB4;
  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;
}
.header.is-show-menu .header-menu {
  height: calc(100% - 0.89rem);
}
.header .header-menu {
  position: absolute;
  left: 0;
  top: 0.89rem;
  height: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  z-index: 20;
  transition: all 0.3s ease;
  background-color: rgba(51, 51, 51, 0.25);
}
.header .header-menu:hover {
  opacity: 1;
  visibility: visible;
}
.header .header-menu .navbar-link {
  padding: 0.08rem 0.2rem 0.28rem;
  border-bottom: 0.01rem solid #EFEFEF;
  position: relative;
  width: 100%;
  font-size: 0.15rem;
  background: url("../img/common/icon-blank-blue.svg") right 0.03rem top 0.14rem/0.1rem auto no-repeat;
}
.header .header-menu .navbar-link::before {
  content: "";
  display: block;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background-color: #004EA2;
  position: absolute;
  left: 0;
  top: 0.19rem;
  transform: translateY(-50%);
}
.header .menu-inner {
  background-color: #fff;
}
.header .navbar-wrapper {
  max-width: 14.4rem;
  margin: 0 auto;
  padding-left: 2.4rem;
}
.header .menu-navbar {
  position: relative;
  padding: 0.67rem 1.19rem 0.8rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header .menu-navbar::after {
  content: "";
  display: block;
  height: calc(100% + 0.9rem);
  bottom: 0;
  border-left: 0.01rem solid #EBEBEB;
  position: absolute;
  left: 0;
}
.header .menu-title {
  display: flex;
  flex-direction: column;
  gap: 0.01rem;
  font-size: 0.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #006EB4;
  line-height: 1.5;
}
.header .menu-title span {
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.header .menu-list {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  gap: 0.49rem;
}
.header .menu-list .navbar-item {
  width: 3rem;
}

@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: static;
    background-color: #fff;
  }
  .header .header-wrapper {
    padding: 0;
  }
  .header .header-navbar {
    display: none;
  }
  .header .header-contact {
    display: none;
  }
  .header .header-logo {
    width: 1.46rem;
    margin-top: 0.08rem;
    margin-left: 0.15rem;
    position: relative;
    z-index: 21;
  }
  .header .btn-search {
    width: 0.54rem;
    height: 0.54rem;
    font-size: 0.09rem;
    margin: 0;
    border-radius: 0;
  }
  .header .btn-search::after {
    opacity: 1;
  }
  .header .btn-search span {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0.08rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../img/common/icon-search.svg") top 0.12rem center/0.14rem auto no-repeat;
  }
  .header .btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.54rem;
    height: 0.54rem;
    background-color: #333333;
    position: relative;
    z-index: 21;
    transition: all 0.4s;
  }
  .header .btn-menu span {
    display: block;
    position: absolute;
    left: 50%;
    width: 0.14rem;
    height: 0;
    transition: all 0.4s;
    background: #fff;
    border-top: 0.01rem solid #fff;
    transform: translateX(-50%);
  }
  .header .btn-menu span:nth-child(1) {
    top: 0.22rem;
  }
  .header .btn-menu span:nth-child(2) {
    top: 0.27rem;
  }
  .header .btn-menu span:nth-child(3) {
    top: 0.32rem;
  }
  .header .btn-menu.is-active {
    background-color: #fff;
  }
  .header .btn-menu.is-active span {
    border-color: #333333;
  }
  .header .btn-menu.is-active span:nth-child(1) {
    transform: translate(-50%, 0.05rem) rotate(-45deg);
  }
  .header .btn-menu.is-active span:nth-child(2) {
    left: 50%;
    opacity: 0;
  }
  .header .btn-menu.is-active span:nth-child(3) {
    transform: translate(-50%, -0.05rem) rotate(45deg);
  }
  .header .header-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FBFBFB;
    overflow: auto;
    padding-bottom: 0.25rem;
    z-index: 11;
  }
  .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;
    padding: 1.13rem 0.4rem 0.1rem;
    width: 100%;
  }
  .header .list-navbar li {
    width: 100%;
  }
  .header .navbar-link {
    padding: 0.16rem 0.17rem 0.15rem;
    border-bottom: 0.01rem solid #EFEFEF;
    position: relative;
    width: 100%;
    background: url("../img/common/icon-arrow-blue.jpg") right center/0.09rem auto no-repeat;
  }
  .header .navbar-link.is-blank {
    background: url("../img/common/icon-blank-blue.svg") right center/0.1rem auto no-repeat;
  }
  .header .navbar-link::before {
    content: "";
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background-color: #004EA2;
    position: absolute;
    left: 0.01rem;
    top: 52%;
    transform: translateY(-50%);
  }
  .header .navbar-footer {
    text-align: center;
    width: 100%;
  }
  .header .footer-text {
    font-size: 0.14rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #006EB4;
    margin-top: 0.38rem;
    margin-bottom: 0.09rem;
  }
  .header .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    background: linear-gradient(to right, #0086DB 0%, #0086DB 20%, #006EB4 100%);
    border-radius: 0.08rem;
    color: #fff;
    padding-top: 0.11rem;
    padding-bottom: 0.1rem;
    margin: 0 auto;
  }
  .header .contact-number {
    line-height: 1;
    font-size: 0.2rem;
    background: url("../img/common/label-tel-white.svg") left top 66%/0.16rem auto no-repeat;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-left: 0.25rem;
    margin-bottom: 0.08rem;
  }
  .header .contact-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.1rem;
    height: 0.18rem;
    color: #fff;
    padding: 0 0.08rem;
    font-weight: bold;
    border-radius: 0.04rem;
    letter-spacing: 0.05em;
    background: rgba(255, 255, 255, 0.15);
    min-width: 0.64rem;
  }
  .header .contact-time {
    font-size: 0.11rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .header .footer-info {
    display: flex;
    gap: 0.1rem;
    justify-content: center;
    align-items: center;
  }
}
.footer {
  background: linear-gradient(to right, #00609D 0%, #006EB4 20%, #00609D 100%);
  padding-top: 0.74rem;
  color: #fff;
  padding-bottom: 0.75rem;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 13.4rem;
}
.footer .footer-left {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
.footer .footer-logo {
  margin-top: 0.06rem;
}
.footer .footer-copyright {
  font-size: 0.1rem;
  letter-spacing: 0.05em;
  margin-top: 0.73rem;
}
.footer .footer-right {
  flex: 1;
  display: flex;
  gap: 0.8rem;
  justify-content: flex-end;
}
.footer .list-links {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.footer .list-links a {
  color: #fff;
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.footer .list-links a:hover {
  opacity: 0.6;
}
.footer .list-links a.is-blank {
  padding-right: 0.16rem;
  background: url("../img/common/icon-blank.svg") right center/0.11rem auto no-repeat;
}

@media only screen and (max-width: 767.98px) {
  .footer {
    padding-top: 0.26rem;
    padding-bottom: 0.3rem;
  }
  .footer .wrapper {
    flex-direction: column;
  }
  .footer .footer-right {
    flex-wrap: wrap;
    gap: 0.1rem 0;
    margin-top: 0.27rem;
  }
  .footer .list-links {
    display: flex;
    width: 100%;
  }
  .footer .list-links:first-child {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.11rem 0;
  }
  .footer .list-links:first-child li {
    width: 50%;
  }
  .footer .list-links:first-child li:nth-child(even) {
    padding-left: 0.14rem;
  }
  .footer .list-links:last-child {
    border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
    margin-top: 0.23rem;
    padding-top: 0.2rem;
    gap: 0.12rem;
  }
  .footer .list-links:last-child li {
    display: inline-flex;
  }
  .footer .list-links:last-child a {
    font-size: 0.12rem;
  }
  .footer .footer-copyright {
    margin-top: 0.32rem;
  }
}
.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: #006EB4;
  color: #fff;
  border-color: #006EB4;
}
.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 + .checkbox-text::after {
  opacity: 1;
}
.form-checkbox-wrapper .checkbox-text {
  display: inline-block;
  position: relative;
  z-index: 11;
  padding-left: 0.26rem;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: bold;
}
.form-checkbox-wrapper .checkbox-text::before, .form-checkbox-wrapper .checkbox-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.11rem;
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.04rem;
  border: 0.01rem solid #D7DBDE;
}
.form-checkbox-wrapper .checkbox-text::after {
  transition: all 0.3s ease;
  opacity: 0;
  border-radius: 0.04rem;
  background: #0063A2 url("../img/common/icon-input-checked.svg") top 55% center/0.08rem auto no-repeat;
}

@media only screen and (max-width: 767.98px) {
  .form-checkbox-wrapper .checkbox-text {
    font-size: 0.14rem;
    padding-left: 0.22rem;
  }
  .form-checkbox-wrapper .checkbox-text::before, .form-checkbox-wrapper .checkbox-text::after {
    width: 0.16rem;
    height: 0.16rem;
  }
}
.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: #006EB4;
    color: #fff;
    border-radius: 0.08rem 0.08rem 0 0;
    box-shadow: none;
  }
  .form-section .block-accordion.is-active .accordion-heading::after {
    background-image: url("../img/common/icon-arrow-accordion-white.svg");
    transform: rotate(0deg);
    right: 0.2rem;
  }
  .form-section .block-accordion.is-active .accordion-content {
    box-shadow: none;
  }
  .form-section .accordion-heading {
    background-color: #fff;
    padding: 0.1rem 0.1rem;
    font-size: 0.13rem;
    border-radius: 0.08rem;
    line-height: 1.7;
    transition: all 0.3s ease;
    margin-bottom: 0;
    box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.08);
    position: relative;
  }
  .form-section .accordion-heading::after {
    content: "";
    background: url("../img/common/icon-arrow-accordion.svg") center/contain no-repeat;
    position: absolute;
    right: 0.09rem;
    top: 0.2rem;
    width: 0.09rem;
    height: 0.05rem;
    transform-origin: center;
    transition: all 0.3s ease;
    transform: rotate(180deg);
  }
  .form-section .accordion-content {
    border-radius: 0 0 0.08rem 0.08rem;
    background-color: #fff;
    box-shadow: 0.02rem 0.02rem 0.1rem 0 rgba(51, 51, 51, 0.08);
    padding: 0.18rem 0.19rem;
  }
  .form-section .form-row {
    flex-direction: column;
    gap: 0.07rem;
  }
}
.section-top-contact {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
.section-top-contact .wrapper {
  max-width: 13.4rem;
}
.section-top-contact .contact-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  background: url("../img/top/contact-img.jpg") center/100% auto no-repeat;
  min-height: 4.5rem;
  padding: 0.2rem 1rem 0.54rem;
}
.section-top-contact .contact-inner:hover .contact-link span {
  color: #fff;
  background-image: url("../img/common/icon-link-blue.svg");
}
.section-top-contact .contact-inner:hover .contact-link span::before {
  background-color: #fff;
}
.section-top-contact .contact-inner:hover .contact-link::after {
  opacity: 1;
}
.section-top-contact .contact-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.78);
}
.section-top-contact .contact-content {
  position: relative;
  z-index: 1;
}
.section-top-contact .contact-title {
  font-size: 0.28rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 2;
  margin-bottom: 0.4rem;
}
.section-top-contact .contact-text {
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.8666666667;
}
.section-top-contact .contact-link {
  position: relative;
  margin-top: 0.33rem;
  transition: all 0.3s ease;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.08rem;
  overflow: hidden;
}
.section-top-contact .contact-link span {
  display: flex;
  align-items: center;
  border-radius: 0.08rem;
  background: url("../img/common/icon-link.svg") center right 0.5rem/0.44rem auto no-repeat;
  font-size: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  width: 4.8rem;
  height: 0.98rem;
  position: relative;
  z-index: 1;
  padding-left: 0.63rem;
  padding-bottom: 0.01rem;
  transform: all 0.3s ease;
}
.section-top-contact .contact-link span::before {
  content: "";
  display: block;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background-color: #004EA2;
  position: absolute;
  left: 0.41rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 1;
}
.section-top-contact .contact-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #0086DB 0%, #0086DB 20%, #006EB4 100%);
  opacity: 0;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767.98px) {
  .section-top-contact {
    padding-top: 0.16rem;
    padding-bottom: 0.5rem;
  }
  .section-top-contact .wrapper {
    padding: 0 0.1rem;
  }
  .section-top-contact .contact-inner {
    padding: 0.5rem 0.24rem 0.6rem;
    flex-direction: column;
    border-radius: 0.12rem;
    min-height: 3.63rem;
    background-image: url("../img/top/sp/contact-img.jpg");
  }
  .section-top-contact .contact-title {
    font-size: 0.18rem;
    line-height: 1.8888888889;
    margin-bottom: 0.26rem;
  }
  .section-top-contact .contact-text {
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
  .section-top-contact .contact-link {
    margin-top: 0;
    width: calc(100% - 0.1rem);
  }
  .section-top-contact .contact-link span {
    width: 100%;
    height: 0.53rem;
    background-position: center right 0.21rem;
    background-size: 0.26rem auto;
    padding-left: 0.33rem;
    padding-bottom: 0.03rem;
    font-size: 0.14rem;
  }
  .section-top-contact .contact-link span::before {
    left: 0.2rem;
    width: 0.04rem;
    height: 0.04rem;
  }
}
.section-job-other {
  padding: 1rem 0;
}
.section-job-other .wrapper {
  max-width: 13.4rem;
}
.section-job-other .other-list {
  display: flex;
  gap: 0.3rem;
}
.section-job-other .other-list li {
  flex: 1;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.section-job-other .other-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.section-job-other .other-list a {
  display: block;
}
.section-job-other .other-list a:hover img {
  transform: scale(1.25, 1.25);
  filter: brightness(70%);
}
.section-job-other .item-image {
  padding-top: 48.4261501211%;
}
.section-job-other .item-image img {
  transition: all 0.3s ease;
}
.section-job-other .item-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 1;
  color: #fff;
  padding-left: 0.3rem;
  padding-bottom: 0.08rem;
}
.section-job-other .detail-title {
  font-size: 0.24rem;
  letter-spacing: 0.05em;
  line-height: 1.65;
}
.section-job-other .detail-text {
  font-size: 0.13rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .section-job-other {
    padding: 0.5rem 0;
  }
  .section-job-other .other-list {
    flex-direction: column;
    gap: 0.1rem;
  }
  .section-job-other .other-list li {
    border-radius: 0.12rem;
  }
  .section-job-other .item-detail {
    padding-bottom: 0.05rem;
  }
  .section-job-other .detail-title {
    font-size: 0.16rem;
    line-height: 1.8;
  }
  .section-job-other .detail-text {
    font-size: 0.11rem;
  }
}
main {
  background: linear-gradient(to top, #ffffff 0%, #ffffff 10%, #F7F9FC 100%);
}

.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.76rem;
  height: 0.24rem;
  padding: 0 0.05rem;
  font-size: 0.12rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 0.06rem;
  background-color: #006EB4;
}

@media only screen and (max-width: 767.98px) {
  .common-job-header {
    gap: 0.06rem;
  }
  .common-job-header .header-label {
    min-width: 0.58rem;
    height: 0.19rem;
    padding: 0 0.03rem;
    font-size: 0.11rem;
  }
}
.section-job-detail {
  padding-bottom: 1rem;
}
.section-job-detail .breadcrumb {
  margin-bottom: 0.58rem;
}
.section-job-detail .detail-inner {
  background-color: #fff;
  padding: 0.8rem 1rem;
  border: 0.01rem solid #F4F4F4;
  box-shadow: 0.03rem 0.06rem 0.12rem 0 rgba(0, 0, 0, 0.04);
  border-radius: 0.12rem;
}
.section-job-detail .job-heading {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-bottom: 0.52rem;
}
.section-job-detail .heading-info {
  flex: 1;
}
.section-job-detail .info-title {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1.6666666667;
  margin-top: 0.08rem;
  padding-bottom: 0.26rem;
  border-bottom: 0.01rem solid #E3EAEE;
  letter-spacing: 0.05em;
}
.section-job-detail .info-subtitle {
  font-size: 0.2rem;
  margin-top: 0.32rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.section-job-detail .job-body {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding-bottom: 0.13rem;
}
.section-job-detail .job-body .btn-common {
  width: 3.8rem;
  height: 0.52rem;
  margin: 0 auto;
  font-size: 0.15rem;
}
.section-job-detail .job-detail:not(.is-table) {
  display: flex;
  gap: 0.78rem;
}
.section-job-detail .job-detail.is-table {
  padding: 0.2rem 0;
}
.section-job-detail .detail-image {
  position: relative;
  width: 4.5rem;
  height: 3.3rem;
  border-radius: 0.12rem;
  overflow: hidden;
}
.section-job-detail .detail-list {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  flex: 1;
  padding: 0.17rem 0 0;
}
.section-job-detail .item-title {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 0.15rem;
  margin-bottom: 0.16rem;
  color: #006EB4;
  position: relative;
  padding-left: 0.2rem;
}
.section-job-detail .item-title::before {
  content: "";
  display: block;
  width: 0.03rem;
  height: 0.16rem;
  background-color: #006EB4;
  position: absolute;
  left: 0.02rem;
  top: 0.03rem;
}
.section-job-detail .item-list {
  font-size: 0.14rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  padding-left: 0.16rem;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}
.section-job-detail .item-list li {
  position: relative;
}
.section-job-detail .item-list li::before {
  content: "";
  display: block;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background-color: #006EB4;
  position: absolute;
  left: -0.14rem;
  top: 0.11rem;
}
.section-job-detail .item-note {
  display: block;
  font-size: 0.12rem;
  margin-top: 0.03rem;
}
.section-job-detail .detail-text {
  font-size: 0.14rem;
  margin-top: -0.08rem;
  font-weight: bold;
  line-height: 1.7;
  padding-right: 0.1rem;
  padding-left: 0.02rem;
  letter-spacing: 0.05em;
}
.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 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.21rem 0.2rem 0.21rem 0.4rem;
  font-weight: 500;
}
.section-job-detail .job-table th {
  width: 2.2rem;
  background-color: #F6F7F8;
}
.section-job-detail .table-text {
  font-size: 0.14rem;
  margin-top: 0.05rem;
}
.section-job-detail .table-note {
  display: block;
  font-size: 0.12rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0.01rem 0 0.02rem;
}
.section-job-detail .table-list > li::before {
  content: "・";
}
.section-job-detail .table-block {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  margin-top: 0.08rem;
}
.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: #F2F6FA;
  border-radius: 0.04rem;
  color: #006EB4;
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  height: 0.25rem;
  padding: 0 0.18rem;
  border: 0.01rem solid #D5E5EF;
}
.section-job-detail .table-contact {
  padding-top: 0.07rem;
}
.section-job-detail .contact-map {
  width: 100%;
  max-width: 7rem;
  height: 3.8rem;
  margin: 0.15rem 0 0;
}
.section-job-detail .detail-note {
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: -0.47rem;
  line-height: 1.9;
}

@media only screen and (max-width: 767.98px) {
  .section-job-detail {
    padding-bottom: 0.31rem;
  }
  .section-job-detail .breadcrumb {
    margin-bottom: 0.04rem;
  }
  .section-job-detail .wrapper {
    padding: 0 0.1rem;
  }
  .section-job-detail .detail-inner {
    padding: 0.29rem 0.19rem 0.22rem;
  }
  .section-job-detail .job-heading {
    padding: 0;
    margin-bottom: 0.24rem;
  }
  .section-job-detail .info-title {
    font-size: 0.18rem;
    line-height: 1.4444444444;
    margin-top: 0.07rem;
    padding-bottom: 0.15rem;
  }
  .section-job-detail .info-subtitle {
    font-size: 0.15rem;
    margin-top: 0.14rem;
  }
  .section-job-detail .job-detail {
    flex-direction: column;
    padding: 0;
    font-size: 0.14rem;
  }
  .section-job-detail .detail-title {
    font-size: 0.16rem;
    line-height: 1.375;
    margin-bottom: 0.13rem;
  }
  .section-job-detail .detail-image {
    width: 100%;
    padding-top: 2.31rem;
    height: auto;
  }
  .section-job-detail .item-note {
    margin-top: 0;
    line-height: 1.5;
  }
  .section-job-detail .job-body {
    gap: 0.2rem;
    padding-bottom: 0;
  }
  .section-job-detail .job-body .btn-common {
    width: 2.95rem;
    height: 0.42rem;
    margin-top: 0.04rem;
    font-size: 0.13rem;
  }
  .section-job-detail .job-detail:not(.is-table) {
    gap: 0.1rem;
  }
  .section-job-detail .item-title {
    padding-left: 0.15rem;
    font-size: 0.15rem;
    margin-bottom: 0.07rem;
  }
  .section-job-detail .item-title::before {
    left: 0rem;
    top: 0.04rem;
  }
  .section-job-detail .item-list {
    font-size: 0.13rem;
    line-height: 1.68;
    padding-left: 0.14rem;
    gap: 0.03rem;
  }
  .section-job-detail .item-list li:before {
    top: 0.09rem;
  }
  .section-job-detail .detail-list {
    padding-top: 0.16rem;
    gap: 0.15rem;
  }
  .section-job-detail .detail-text {
    font-size: 0.13rem;
    margin-top: 0.02rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .section-job-detail .job-detail.is-table {
    padding: 0.2rem 0 0;
  }
  .section-job-detail .job-table tr {
    display: block;
  }
  .section-job-detail .job-table th,
  .section-job-detail .job-table td {
    display: block;
    font-size: 0.14rem;
    padding: 0.07rem 0.16rem 0.07rem;
    width: 100%;
    line-height: 1.75;
  }
  .section-job-detail .job-table th {
    padding-right: 0.1rem;
  }
  .section-job-detail .job-table td {
    padding: 0.15rem 0.1rem 0.21rem;
  }
  .section-job-detail .table-note {
    margin-top: 0.02rem;
    line-height: 1.7;
    font-size: 0.12rem;
  }
  .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.01rem;
  }
  .section-job-detail .block-title + p {
    font-size: 0.14rem;
    line-height: 1.7;
  }
  .section-job-detail .block-title span {
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
  .section-job-detail .list-category {
    padding: 0.06rem 0 0.04rem;
    gap: 0.1rem;
  }
  .section-job-detail .list-category li {
    font-size: 0.12rem;
    height: 0.25rem;
    padding: 0rem 0.1rem;
  }
  .section-job-detail .table-contact {
    padding-top: 0.05rem;
  }
  .section-job-detail .contact-map {
    margin: 0.13rem 0 -0.01rem;
    height: 2rem;
  }
  .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-detail .detail-note {
    margin-top: -0.05rem;
    line-height: 1.9;
  }
}
.section-job-step {
  padding: 0.92rem 0.5rem 1rem;
  text-align: center;
  background-color: #F2F6FA;
}
.section-job-step .step-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.09rem;
}
.section-job-step .text-jp {
  font-size: 0.26rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section-job-step .text-en {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-job-step .step-list {
  display: flex;
  flex-direction: column;
  gap: 0.37rem;
  counter-reset: step;
  text-align: left;
  max-width: 9.2rem;
  padding: 0 0.2rem;
  margin: 0 auto;
  margin-top: 0.56rem;
}
.section-job-step .step-list li {
  display: flex;
  align-items: flex-start;
  flex: 1;
  counter-increment: step;
  position: relative;
  gap: 0.24rem;
}
.section-job-step .step-list li:first-child img {
  margin-left: 0.1rem;
}
.section-job-step .step-list li:last-child::before {
  display: none;
}
.section-job-step .step-list li::before {
  content: "";
  display: block;
  width: 0.02rem;
  height: 0.19rem;
  position: absolute;
  left: 0.44rem;
  bottom: -0.27rem;
  background-color: #006EB4;
}
.section-job-step .info-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #63A1DB 0%, #63A1DB 40%, #0083D7 100%);
}
.section-job-step .info-detail {
  flex: 1;
  margin-top: -0.05rem;
}
.section-job-step .detail-heading {
  display: flex;
  color: #006EB4;
  font-weight: bold;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  align-items: center;
  margin-bottom: 0.08rem;
}
.section-job-step .heading-order {
  min-width: 0.83rem;
}
.section-job-step .heading-order::after {
  content: counter(step);
}
.section-job-step .heading-label {
  position: relative;
  padding-left: 0.25rem;
  margin-top: -0.02rem;
}
.section-job-step .heading-label::before {
  content: "";
  display: block;
  width: 0;
  height: 0.14rem;
  border-left: 0.01rem solid #006EB4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-job-step .detail-text {
  display: block;
  width: 100%;
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0.18rem 0.4rem;
  box-shadow: 0.02rem 0.04rem 0 0 rgba(51, 51, 51, 0.04);
}

@media only screen and (max-width: 767.98px) {
  .section-job-step {
    padding: 0.35rem 0 0.4rem;
  }
  .section-job-step .step-title {
    gap: 0.03rem;
  }
  .section-job-step .text-en {
    font-size: 0.11rem;
  }
  .section-job-step .text-jp {
    font-size: 0.16rem;
  }
  .section-job-step .step-list {
    padding: 0;
    margin-top: 0.27rem;
    gap: 0.32rem;
  }
  .section-job-step .step-list li {
    gap: 0.2rem;
  }
  .section-job-step .step-list li::before {
    height: 0.31rem;
    left: 0.24rem;
    bottom: -0.22rem;
  }
  .section-job-step .step-list li:first-child img {
    margin-left: 0.07rem;
  }
  .section-job-step .info-image {
    width: 0.5rem;
    height: 0.5rem;
  }
  .section-job-step .info-image img {
    max-width: 50%;
    max-height: 40%;
  }
  .section-job-step .detail-heading {
    font-size: 0.15rem;
    margin-top: -0.02rem;
  }
  .section-job-step .heading-order {
    min-width: 0.61rem;
  }
  .section-job-step .heading-label {
    padding-left: 0.13rem;
    margin-top: 0;
  }
  .section-job-step .heading-label::before {
    top: 54%;
  }
  .section-job-step .detail-text {
    font-size: 0.13rem;
    padding: 0.1rem 0.13rem;
  }
}
.section-job-flow {
  background: linear-gradient(-90deg, #0083D7 0%, #63A1DB 60%, #63A1DB 100%);
  padding: 0.8rem 0;
}
.section-job-flow .flow-inner {
  background-color: #fff;
  border-radius: 0.08rem;
  padding-top: 0.72rem;
  padding-bottom: 0.16rem;
}
.section-job-flow .flow-title {
  font-size: 0.28rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.72rem;
  color: #006EB4;
}
.section-job-flow .wrapper {
  max-width: 11.4rem;
}
.section-job-flow .application-inner {
  overflow: hidden;
  border-radius: 0.08rem;
}
.section-job-flow .flow-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 4.4rem;
  margin: 0 auto;
  position: relative;
}
.section-job-flow .flow-step li {
  position: relative;
  color: #CCCCCC;
  z-index: 1;
}
.section-job-flow .flow-step li::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0;
  border-top: 0.01rem solid #D2DFE7;
  position: absolute;
  left: calc(100% + 0.1rem);
  top: 0.2rem;
}
.section-job-flow .flow-step li:last-child::after {
  display: none;
}
.section-job-flow .flow-step li.is-active {
  color: #006EB4;
}
.section-job-flow .flow-step li.is-active .step-label {
  color: inherit;
}
.section-job-flow .flow-step li.is-active .step-order {
  color: #fff;
  background-color: #1D84D4;
}
.section-job-flow .step-label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.12rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  color: #AAC4D4;
  top: -0.21rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.section-job-flow .step-order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #F2F6FA;
  color: #AAC4D4;
  border-radius: 50%;
}
.section-job-flow .form-row {
  margin-bottom: 0.36rem;
  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: 0.2rem;
}
.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: 0.3rem;
}
.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.6rem 0.08rem 0.65rem;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.7s ease;
}
.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-select-item {
  width: 100%;
}
.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.36rem;
}
.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: 2.13rem;
}
.section-job-flow .tab-content.is-third-step .form-row .form-label:after {
  margin-left: auto;
  margin-right: 0.29rem;
}
.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: 0.16rem;
}
.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 {
  flex-direction: column;
  width: 2.6rem;
  flex-wrap: wrap;
  opacity: 0.4;
  pointer-events: none;
}
.section-job-flow .tab-content.is-fifth-step .form-submit .btn-common.btn-submit::after {
  right: 0.2rem;
}
.section-job-flow .tab-content.is-fifth-step .form-submit .btn-common.btn-submit span {
  display: block;
  text-align: center;
  font-size: 0.1rem;
}
.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.13rem;
  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: #006EB4 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: #006EB4;
  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: 2.14rem;
  height: 0.42rem;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  gap: 0.1rem;
}
.section-job-flow .form-row .form-label::after {
  content: "任意";
  display: inline-block;
  padding: 0rem 0.1rem 0.02rem;
  border-radius: 0.04rem;
  border: 1px solid #D5D5D5;
  font-size: 0.11rem;
  line-height: 0.2rem;
  top: 0.01rem;
  position: relative;
}
.section-job-flow .form-row .form-label.is-hidden {
  opacity: 0;
}
@media only screen and (max-width: 767.98px) {
  .section-job-flow .form-row .form-label.is-hidden {
    display: none;
  }
}
.section-job-flow .form-row .form-label.is-required {
  position: relative;
}
.section-job-flow .form-row .form-label.is-required::after {
  content: "必須";
  border-color: #006EB4;
  background: #006EB4;
  color: #fff;
}
.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.18rem;
  border: 0.01rem solid #cecece;
  border-radius: 0.08rem;
  font-size: 0.14rem;
  letter-spacing: 0.025em;
  font-weight: bold;
  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.is-full {
  width: 100%;
}
.section-job-flow .form-row .form-select-item {
  position: relative;
}
.section-job-flow .form-row .form-select-item::after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.05rem;
  background: url("../img/common/icon-arrow-link-green.svg") center/contain no-repeat;
  position: absolute;
  right: 0.42rem;
  top: 50%;
  transform: translateY(-50%);
}
.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;
  border: none;
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  border-radius: 0.48rem;
  position: relative;
  cursor: pointer;
  border: 0.01rem solid #006EB4;
  color: #006EB4;
}
.section-job-flow .form-row .btn-common:hover {
  color: #fff;
}
.section-job-flow .form-row .btn-common:hover::after {
  right: 0.18rem;
  background-image: url("../img/common/icon-arrow-submit-white.svg");
}
.section-job-flow .form-row .btn-common::after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.07rem;
  background: url(../img/common/icon-arrow-submit.svg) center/contain no-repeat;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.section-job-flow .form-row .back-btn {
  color: #006EB4;
  font-size: 0.15rem;
  cursor: pointer;
  font-weight: bold;
  padding-left: 0.17rem;
  position: relative;
}
.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: #006EB4;
}

@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.1rem;
  }
  .section-job-flow .flow-inner {
    padding-top: 0.24rem;
  }
  .section-job-flow .flow-title {
    font-size: 0.16rem;
    margin-bottom: 0.27rem;
  }
  .section-job-flow .flow-step {
    padding-top: 0.13rem;
    max-width: 2.96rem;
  }
  .section-job-flow .flow-step li:after {
    width: 0.2rem;
    top: 0.15rem;
    left: calc(100% + 0.08rem);
  }
  .section-job-flow .flow-step li:before {
    top: -0.09rem;
    left: calc(-50% + 0.04rem);
  }
  .section-job-flow .step-label {
    font-size: 0.12rem;
    white-space: nowrap;
  }
  .section-job-flow .step-order {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.14rem;
  }
  .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.39rem 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: 100%;
  }
  .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.is-error {
    margin-bottom: 0.4rem;
  }
  .section-job-flow .tab-content.is-third-step .form-row.form-submit {
    padding-top: 0.2rem;
    gap: 0.19rem;
  }
  .section-job-flow .tab-content.is-third-step .form-row .form-label {
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .section-job-flow .tab-content.is-third-step .form-row .form-label::after {
    margin-right: 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 {
    gap: 0.14rem;
    margin-bottom: 0.2rem;
  }
  .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.14rem;
    gap: 0.1rem;
    height: auto;
    width: 100%;
  }
  .section-job-flow .form-row .form-label.is-required::after {
    font-size: 0.11rem;
    line-height: 0.2rem;
    padding: 0 0.09rem;
    top: 0rem;
    margin-left: auto;
  }
  .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.42rem;
    padding: 0 0.19rem;
  }
  .section-job-flow .form-row .btn-common.btn-submit {
    width: 2.4rem;
    height: 0.42rem;
    font-size: 0.13rem;
  }
  .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.1rem;
  }
  .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;
    padding: 0;
    margin-bottom: 0.08rem;
    flex-direction: column-reverse;
    align-items: center;
  }
  .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;
    flex-direction: column;
  }
  .section-job-flow .form-row.is-column .form-input-inner .form-item {
    width: 100%;
  }
  .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;
  }
}
.section-top-contact {
  padding-top: 1rem;
  background-color: #F6F7F8;
}

@media only screen and (max-width: 767.98px) {
  .section-top-contact {
    padding-top: 0;
    padding-bottom: 0.5rem;
    background-color: transparent;
  }
}
.detail-block {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.06);
}
.detail-block .btn-common {
  width: 3.8rem;
  height: 0.52rem;
  font-size: 0.15rem;
}

@media only screen and (max-width: 767.98px) {
  .detail-block {
    padding: 0.06rem;
  }
  .detail-block .btn-common {
    width: 2.95rem;
    height: 0.42rem;
    font-size: 0.13rem;
  }
}