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-search {
  padding-top: 0.4rem;
  padding-bottom: 1rem;
  background-color: #F6F7F8;
}
.section-top-search .search-title {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  align-items: center;
  margin-bottom: 0.56rem;
}
.section-top-search .text-jp {
  font-size: 0.26rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section-top-search .text-en {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-top-search .search-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.26rem 0.24rem;
}
.section-top-search .search-list li {
  width: calc(50% - 0.12rem);
}
.section-top-search a {
  display: flex;
  gap: 0.24rem;
  padding: 0.23rem 0.24rem;
  background: #fff;
  border-radius: 0.12rem;
  box-shadow: 0.03rem 0.05rem 0.06rem 0 rgba(0, 0, 0, 0.01);
  position: relative;
  overflow: hidden;
}
.section-top-search a::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;
  pointer-events: none;
}
.section-top-search a:hover {
  color: #fff;
}
.section-top-search a:hover .item-detail {
  background-image: url("../img/common/icon-link-white.svg");
}
.section-top-search a:hover::after {
  opacity: 1;
}
.section-top-search a:hover .detail-title::before {
  background-color: #fff;
}
.section-top-search .item-image {
  border-radius: 0.12rem;
  overflow: hidden;
  width: 1.7rem;
  padding-top: 1.19rem;
  position: relative;
  z-index: 1;
}
.section-top-search .item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-top-search .item-detail {
  flex: 1;
  padding-right: 0.54rem;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
  background: url("../img/common/icon-link.svg") center right/0.3rem auto no-repeat;
}
.section-top-search .detail-title {
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0.06rem 0 0.07rem 0.14rem;
  margin-bottom: 0.06rem;
}
.section-top-search .detail-title::before {
  content: "";
  display: block;
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 50%;
  background-color: #004EA2;
  position: absolute;
  left: 0.01rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.section-top-search .detail-text {
  font-size: 0.13rem;
  font-weight: 500;
  line-height: 1.6923076923;
  letter-spacing: 0.05em;
}
.section-top-search .search-button {
  margin: 0.61rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 0.52rem;
  border: 0.01rem solid #006EB4;
  border-radius: 0.52rem;
  color: #fff;
  background-color: #006EB4;
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  position: relative;
}
.section-top-search .search-button span {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767.98px) {
  .section-top-search {
    background-color: #F6F7F8;
    margin-top: -1.45rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .section-top-search .wrapper {
    padding: 0 0.1rem;
  }
  .section-top-search .search-title {
    gap: 0.03rem;
    margin-bottom: 0.21rem;
  }
  .section-top-search .text-jp {
    font-size: 0.16rem;
  }
  .section-top-search .text-en {
    font-size: 0.11rem;
  }
  .section-top-search .search-list {
    flex-direction: column;
    gap: 0.05rem;
  }
  .section-top-search .search-list li {
    width: 100%;
  }
  .section-top-search .search-list a {
    align-items: flex-start;
    padding: 0.26rem 0.15rem 0.22rem;
    gap: 0.15rem;
    border: 0.01rem solid #F4F4F4;
  }
  .section-top-search .item-detail {
    margin-top: -0.03rem;
    padding-right: 0;
    background-position: top 0.03rem right 0.05rem;
    background-size: 0.18rem auto;
  }
  .section-top-search .item-image {
    width: 1rem;
    padding-top: 0.7rem;
  }
  .section-top-search .detail-title {
    font-size: 0.14rem;
    padding: 0rem 0 0.01rem 0.1rem;
  }
  .section-top-search .detail-title::before {
    left: 0;
  }
  .section-top-search .search-button {
    font-size: 0.13rem;
    width: 2.4rem;
    height: 0.42rem;
    padding: 0.1rem 0.1rem;
    margin-top: 0.24rem;
  }
}
@media print, (min-width: 768px) {
  .breadcrumb + .section-job-keyvisual:not(.is-department) {
    margin-top: 0.53rem;
  }
}
.section-job-keyvisual {
  padding-bottom: 1rem;
}
.section-job-keyvisual .keyvisual-wrapper {
  position: relative;
  margin: 0 auto;
}
.section-job-keyvisual .keyvisual-image {
  width: 100%;
}
.section-job-keyvisual .keyvisual-inner {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 42.1%;
  transform: translateX(-50%);
  max-width: 13.4rem;
  padding: 0 0.2rem;
}
.section-job-keyvisual .keyvisual-label {
  font-size: 0.14rem;
  color: #006EB4;
  color: #006EB4;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-job-keyvisual .keyvisual-title {
  font-size: 0.36rem;
  margin-top: 0.04rem;
  letter-spacing: 0.05em;
}
.section-job-keyvisual .keyvisual-search {
  margin: -0.6rem auto 0;
  background-color: #F2F6FA;
  border: 0.01rem solid #E7ECF2;
  border-radius: 0.08rem;
  position: relative;
  z-index: 1;
  padding: 0.33rem 0.6rem;
  box-shadow: 0.03rem 0.05rem 0.12rem 0 rgba(0, 0, 0, 0.04);
}
.section-job-keyvisual .keyvisual-search .btn-common {
  width: 5rem;
  height: 0.54rem;
  border-radius: 0.06rem;
  margin: 0.43rem auto 0.05rem;
  font-size: 0.15rem;
  cursor: pointer;
}
.section-job-keyvisual .search-title {
  font-size: 0.22rem;
  color: #006EB4;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 0.29rem;
  background: url("../img/common/icon-search-blue.svg") left 0.01rem top 0.08rem/0.17rem auto no-repeat;
  border-bottom: 0.01rem solid #E3EAEE;
  padding-bottom: 0.2rem;
  margin-bottom: 0.34rem;
}
.section-job-keyvisual .search-title span {
  font-size: 0.16rem;
}
.section-job-keyvisual .form-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem 0;
}
.section-job-keyvisual .form-item {
  width: 16.6666666667%;
  padding-right: 0.1rem;
}
.section-job-keyvisual .form-submit {
  text-align: center;
}
.section-job-keyvisual .search-result {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 0.52rem;
  margin-bottom: 0.28rem;
}
.section-job-keyvisual .search-result span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #006EB4;
  position: relative;
  top: 0.01rem;
}
.section-job-keyvisual .search-list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.section-job-keyvisual .search-item {
  display: flex;
  gap: 0.6rem;
  border-radius: 0.12rem;
  background-color: #fff;
  padding: 0.58rem 0.61rem 0.61rem;
  box-shadow: 0.03rem 0.05rem 0.12rem 0 rgba(0, 0, 0, 0.04);
  border: 0.01rem solid #F4F4F4;
}
.section-job-keyvisual .item-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.section-job-keyvisual .detail-label {
  display: inline-block;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  font-size: 0.12rem;
  font-weight: 500;
  color: #fff;
  background-color: #006EB4;
  height: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.19rem 0.02rem;
  border-radius: 0.06rem;
}
.section-job-keyvisual .detail-title {
  display: inline-block;
  font-weight: bold;
  font-size: 0.23rem;
  margin: 0.08rem 0 0.2rem;
}
.section-job-keyvisual .detail-text {
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.6923076923;
}
.section-job-keyvisual .detail-text + .detail-text {
  margin-top: 0.09rem;
}
.section-job-keyvisual .detail-table {
  border: 0.01rem solid #EFEFEF;
  margin-top: 0.34rem;
}
.section-job-keyvisual th {
  font-weight: bold;
  background-color: #F6F7F8;
  width: 1.5rem;
  border-right: 0.01rem solid #EFEFEF;
  border-bottom: 0.01rem solid #EFEFEF;
}
.section-job-keyvisual td {
  font-weight: 500;
  border-bottom: 0.01rem solid #EFEFEF;
}
.section-job-keyvisual td,
.section-job-keyvisual th {
  font-size: 0.14rem;
  line-height: 1.7142857143;
  padding: 0.14rem 0.22rem;
  letter-spacing: 0.05em;
}
.section-job-keyvisual .item-image {
  width: 3.8rem;
  max-width: 40%;
}
.section-job-keyvisual .item-image .btn-common {
  width: 100%;
  height: 0.48rem;
  font-size: 0.15rem;
}
.section-job-keyvisual .item-image .btn-common.is-primary {
  margin-top: 0.12rem;
}
.section-job-keyvisual .image-wrapper {
  border-radius: 0.12rem;
  position: relative;
  padding-top: 63.1578947368%;
  margin-top: 0.11rem;
  overflow: hidden;
  margin-bottom: 0.24rem;
}
.section-job-keyvisual .search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 0.48rem;
  border-radius: 0.04rem;
  border: 0.01rem solid #EBEBEB;
  background-color: rgba(255, 255, 255, 0.78);
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0.5rem auto 0;
}

@media only screen and (max-width: 767.98px) {
  .section-job-keyvisual {
    padding-top: 0.46rem;
    background: linear-gradient(to top, #ffffff 0%, #f7f9fc 60%, #f7f9fc 100%);
    padding-bottom: 0.5rem;
  }
  .section-job-keyvisual .keyvisual-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-job-keyvisual .keyvisual-inner {
    position: static;
    transform: none;
  }
  .section-job-keyvisual .keyvisual-label {
    font-size: 0.12rem;
  }
  .section-job-keyvisual .keyvisual-title {
    font-size: 0.18rem;
    line-height: 1.5;
    margin-bottom: 0.26rem;
    margin-top: 0;
  }
  .section-job-keyvisual .keyvisual-search {
    margin: -0.3rem auto 0;
    padding: 0.18rem 0.18rem;
  }
  .section-job-keyvisual .keyvisual-search .btn-common {
    width: 2.2rem;
    height: 0.4rem;
    margin: 0.19rem auto 0.11rem;
    font-size: 0.13rem;
  }
  .section-job-keyvisual .wrapper {
    padding: 0 0.1rem;
  }
  .section-job-keyvisual .search-title {
    font-size: 0.16rem;
    padding-left: 0.21rem;
    background-position: left 0.01rem top 0.07rem;
    background-size: 0.11rem auto;
    padding-bottom: 0.1rem;
    margin-bottom: 0.25rem;
    line-height: 1.7142857143;
  }
  .section-job-keyvisual .search-title span {
    font-size: 0.14rem;
  }
  .section-job-keyvisual .form-inner {
    gap: 0.1rem 0;
    align-items: flex-start;
  }
  .section-job-keyvisual .form-item {
    display: flex;
    width: 50%;
  }
  .section-job-keyvisual .search-result {
    font-size: 0.12rem;
    margin-top: 0.33rem;
    margin-bottom: 0.15rem;
    margin-left: 0.1rem;
  }
  .section-job-keyvisual .search-result span {
    font-size: 0.16rem;
  }
  .section-job-keyvisual .search-item {
    flex-direction: column;
    padding: 0.29rem 0.19rem 0.29rem;
    gap: 0.2rem;
  }
  .section-job-keyvisual .detail-label {
    font-size: 0.11rem;
    height: 0.19rem;
    padding: 0 0.12rem 0.01rem;
  }
  .section-job-keyvisual .detail-title {
    font-size: 0.18rem;
    margin: 0.06rem 0;
  }
  .section-job-keyvisual .image-wrapper {
    width: 100%;
    margin-bottom: 0.19rem;
  }
  .section-job-keyvisual .detail-table {
    margin-top: 0.18rem;
  }
  .section-job-keyvisual th,
  .section-job-keyvisual td {
    font-size: 0.13rem;
    padding: 0.11rem 0.1rem 0.11rem 0.13rem;
  }
  .section-job-keyvisual th {
    width: 0.81rem;
  }
  .section-job-keyvisual td {
    padding-left: 0.17rem;
  }
  .section-job-keyvisual .item-image {
    width: 2.95rem;
    max-width: unset;
    margin: 0 auto;
  }
  .section-job-keyvisual .item-image .btn-common {
    width: 100%;
    height: 0.42rem;
    font-size: 0.13rem;
  }
  .section-job-keyvisual .item-image .btn-common.is-primary {
    margin-top: 0.1rem;
  }
  .section-job-keyvisual .search-button {
    width: 2.4rem;
    margin: 0.2rem auto 0;
    height: 0.42rem;
    font-size: 0.13rem;
  }
}
.section-title {
  margin-top: 0.09rem;
  margin-bottom: 0.47rem;
}
.section-title .title-wrapper {
  max-width: 13.14rem;
}
.section-title .title-text {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}
.section-title .text-en {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #006EB4;
}
.section-title .text-jp {
  font-size: 0.36rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
  .section-title {
    margin-top: 0;
    margin-bottom: 0.42rem;
  }
  .section-title .title-text {
    gap: 0.04rem;
  }
  .section-title .text-en {
    font-size: 0.12rem;
  }
  .section-title .text-jp {
    font-size: 0.18rem;
  }
}
.section-job-keyvisual.is-department {
  padding-top: 0.65rem;
  background: linear-gradient(to bottom, #F7F9FC 0%, #F7F9FC 35%, #fff 100%);
}
.section-job-keyvisual.is-department .keyvisual-title {
  position: absolute;
  top: -1rem;
  z-index: 11;
}
.section-job-keyvisual.is-department .keyvisual-search {
  margin-top: 0;
}

@media only screen and (max-width: 767.98px) {
  .section-job-keyvisual.is-department {
    padding-top: 0.28rem;
  }
}
.section-top-search {
  padding-top: 0.92rem;
}
@media only screen and (max-width: 767.98px) {
  .section-top-search {
    margin-top: 0;
    padding-top: 0.45rem;
  }
}