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;
  }
}
.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;
  }
}
.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-top-keyvisual .keyvisual-wrapper {
  padding: 0 0.2rem;
  position: relative;
  max-width: 14.4rem;
  margin: 0 auto;
}
/* body.is-loaded .section-top-keyvisual .keyvisual-image picture {
  transform: scale(1.07);
  transition: all 13s linear;
} */
body .section-top-keyvisual .keyvisual-title span {
  width: 6rem;
  max-width: 100%;
}
/* body.is-loaded .section-top-keyvisual .keyvisual-title span:nth-child(2) {
  transition-delay: 0.6s;
}
body.is-loaded .section-top-keyvisual .keyvisual-title span:nth-child(3) {
  transition-delay: 1.2s;
} */
.section-top-keyvisual .keyvisual-image {
  overflow: hidden;
  border-radius: 0.12rem;
}
.section-top-keyvisual .picture-responsive {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-top-keyvisual .picture-responsive img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-top-keyvisual .keyvisual-inner {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 22.5%;
  transform: translateX(-50%);
  max-width: 11.4rem;
  padding: 0 0.2rem;
  overflow: hidden;
}
.section-top-keyvisual .keyvisual-inner::after {
  content: "";
  display: block;
  width: 10.07rem;
  height: 6.95rem;
  background: url("../img/top/keyvisual-text.png") center/contain no-repeat;
  position: absolute;
  left: -2.45rem;
  top: -2.36rem;
  z-index: -1;
  pointer-events: none;
}
.section-top-keyvisual .keyvisual-title {
  display: flex;
  flex-direction: column;
  font-size: 0.46rem;
  line-height: 1.5652173913;
  letter-spacing: 0.1em;
  color: #006EB4;
  margin-bottom: 0.69rem;
}
.section-top-keyvisual .keyvisual-title span {
  font-weight: normal;
  /* transition: all 0.5s ease-in-out; */
  white-space: nowrap;
  width: 0;
  overflow: hidden;
}
.section-top-keyvisual .keyvisual-title span.is-bold {
  font-weight: bold;
}
.section-top-keyvisual .keyvisual-text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  align-items: flex-start;
}
.section-top-keyvisual .keyvisual-text span {
  display: inline-block;
  font-size: 0.17rem;
  letter-spacing: 0.1em;
  padding: 0.08rem 0.22rem;
  background-color: #fff;
  font-weight: bold;
  color: #006EB4;
}
.section-top-keyvisual .keyvisual-news {
  display: flex;
  align-items: flex-end;
  border-radius: 0.08rem;
  background: linear-gradient(to left, #0086DB 0%, #0086DB 75%, #006EB4 100%);
  color: #fff;
  position: absolute;
  right: 0.4rem;
  bottom: 0.2rem;
  padding: 0.2rem 0.8rem 0.19rem 0.3rem;
  width: 6.6rem;
  cursor: pointer;
}
.section-top-keyvisual .keyvisual-news:hover::after {
  background-image: url("../img/common/icon-link-blue.svg");
}
.section-top-keyvisual .keyvisual-news::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url("../img/common/icon-link-white.svg") center/contain no-repeat;
  position: absolute;
  transition: all 0.3s ease;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.section-top-keyvisual .news-label {
  min-width: 0.92rem;
  padding-right: 0.1rem;
}
.section-top-keyvisual .label-text {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  opacity: 0.4;
  text-transform: uppercase;
  line-height: 1.3;
}
.section-top-keyvisual .label-time {
  font-size: 0.12rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.05rem;
}
.section-top-keyvisual .news-text {
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual .picture-responsive {
    min-height: 7.2rem;
  }
  .section-top-keyvisual .picture-responsive img {
    position: absolute;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    margin-top: 0.1rem;
  }
  .section-top-keyvisual .keyvisual-wrapper {
    padding: 0 0.1rem;
  }
  .section-top-keyvisual .keyvisual-inner {
    padding: 0 0.3rem;
    top: 1.45rem;
  }
  .section-top-keyvisual .keyvisual-inner::after {
    width: 5.41rem;
    height: 3.73rem;
    background-image: url("../img/top/sp/keyvisual-text.png");
    left: -1.74rem;
    top: -2.16rem;
  }
  .section-top-keyvisual .keyvisual-title {
    font-size: 0.22rem;
    margin-bottom: 0.35rem;
  }
  .section-top-keyvisual .keyvisual-title span {
    margin-bottom: -0.01rem;
  }
  .section-top-keyvisual .keyvisual-text {
    gap: 0.04rem;
  }
  .section-top-keyvisual .keyvisual-text span {
    font-size: 0.13rem;
    padding: 0.03rem 0.09rem 0.01rem;
  }
  .section-top-keyvisual .keyvisual-news {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 0.18rem;
    min-width: unset;
    padding: 0.14rem 0.5rem 0.14rem 0.2rem;
  }
  .section-top-keyvisual .keyvisual-news::after {
    width: 0.22rem;
    height: 0.22rem;
    right: 0.2rem;
  }
  .section-top-keyvisual .news-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section-top-keyvisual .news-label {
    min-width: 0.75rem;
    padding-right: 0.05rem;
  }
  .section-top-keyvisual .label-text {
    font-size: 0.14rem;
  }
  .section-top-keyvisual .label-time {
    margin-top: 0.02rem;
  }
  .section-top-keyvisual .picture-responsive {
    min-height: 4.87rem;
  }
}
.block-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  margin-top: 1.2rem;
}
.block-slider .slider-track {
  display: flex;
  gap: 0.3rem;
  white-space: nowrap;
  padding-bottom: 0.6rem;
}
.block-slider .slider-track li {
  width: 2.5rem;
  padding-top: 3rem;
  border-radius: 0.2rem;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.block-slider .slider-track li:nth-child(even) {
  transform: translateY(0.6rem);
}
.block-slider .slider-track li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-top-about {
  padding-bottom: 0.72rem;
  overflow: hidden;
}
.section-top-about .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 11.4rem;
  padding-top: 1.36rem;
  position: relative;
}
.section-top-about .about-heading {
  font-size: 1.36rem;
  letter-spacing: -0.02em;
  color: #EFF5F8;
  font-weight: 500;
  position: absolute;
  right: -1.57rem;
  top: 0.3rem;
}
.section-top-about .block-left {
  max-width: 5.4rem;
}
.section-top-about .about-label {
  color: #006EB4;
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-top-about .about-title {
  font-size: 0.36rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8333333333;
  margin-top: 0.06rem;
  margin-bottom: 0.35rem;
}
.section-top-about .about-text {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 2.375;
  letter-spacing: 0.05em;
}
.section-top-about .block-right {
  width: 3.6rem;
}
.section-top-about .about-list {
  padding-bottom: 0.12rem;
}
.section-top-about .about-list a {
  display: block;
  width: 100%;
  border-bottom: 0.01rem solid #EFEFEF;
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.26rem 0.1rem 0.27rem 0.21rem;
  position: relative;
  transition: all 0.3s ease;
}
.section-top-about .about-list a:hover {
  color: #004EA2;
}
.section-top-about .about-list a:hover:after {
  border-color: #004EA2;
  right: 0;
}
.section-top-about .about-list a::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%);
}
.section-top-about .about-list a::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border: 0.01rem solid transparent;
  border-radius: 50%;
  background: url("../img/common/icon-blank-blue.svg") center/0.1rem auto no-repeat;
  position: absolute;
  right: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

/* .section-top-about .about-list > li:first-child > a::after {
  background: url("../img/common/icon-arrow-blue.jpg") center/0.09rem auto no-repeat;
} */

.section-top-about .block-slider {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .section-top-about {
    padding-bottom: 0.1rem;
    background-color: transparent;
  }
  .section-top-about .wrapper {
    padding: 0.46rem 0.3rem 0;
  }
  .section-top-about .about-heading {
    font-size: 0.4rem;
    right: -0.06rem;
    top: 0.01rem;
  }
  .section-top-about .about-label {
    font-size: 0.12rem;
  }
  .section-top-about .about-title {
    font-size: 0.2rem;
    line-height: 1.7;
    margin-top: 0.07rem;
    margin-bottom: 0.18rem;
  }
  .section-top-about .about-text {
    font-size: 0.14rem;
    line-height: 2;
  }
  .section-top-about .about-list {
    padding: 0 0.1rem;
    margin-top: 0.22rem;
  }
  .section-top-about .about-list a {
    font-size: 0.14rem;
    padding: 0.15rem 0.1rem 0.15rem 0.17rem;
  }
  .section-top-about .about-list a::after {
    background-size: 0.08rem auto;
  }
  .section-top-about .block-slider {
    margin-top: 0.51rem;
  }
  .section-top-about .slider-track {
    gap: 0.15rem;
  }
  .section-top-about .slider-track li {
    width: 1.25rem;
    padding-top: 1.5rem;
    border-radius: 0.12rem;
  }
  .section-top-about .slider-track li:nth-child(even) {
    transform: translateY(0.3rem);
  }
}
.section-top-environment {
  background-color: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
  padding-top: 1.12rem;
  padding-bottom: 0.7rem;
  overflow: hidden;
}
.section-top-environment .wrapper {
  max-width: 13.4rem;
}
.section-top-environment .environment-title {
  display: flex;
  flex-direction: column;
  gap: 0.21rem;
  margin-bottom: 0.14rem;
}
.section-top-environment .text-jp {
  font-size: 0.26rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section-top-environment .text-en {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-top-environment .environment-list {
  display: flex;
  gap: 0.6rem;
}
.section-top-environment .environment-list li {
  width: calc(33.3333333333% - 0.4rem);
  position: relative;
}
.section-top-environment .environment-list li:nth-child(odd) {
  margin-top: 0.81rem;
}
.section-top-environment .environment-list a {
  display: block;
  position: relative;
  padding-top: 111.9%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
}
.section-top-environment .environment-list a:hover img {
  transform: scale(1.25, 1.25);
  filter: brightness(70%);
}
.section-top-environment .environment-list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  border-radius: 0.2rem;
}
.section-top-environment .environment-list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.5s;
}
.section-top-environment .item-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  padding: 0.52rem 0.3rem 0.34rem;
}
.section-top-environment .item-label {
  position: absolute;
  right: -0.28rem;
  writing-mode: vertical-lr;
  top: 0;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #333333;
}
.section-top-environment .item-title {
  font-size: 0.26rem;
  letter-spacing: 0.05em;
  line-height: 1.3846153846;
}
.section-top-environment .item-text {
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
}

@media only screen and (max-width: 767.98px) {
  .section-top-environment {
    padding-top: 0.45rem;
    padding-bottom: 0.1rem;
  }
  .section-top-environment .environment-title {
    gap: 0.02rem;
    margin-bottom: 0.36rem;
  }
  .section-top-environment .text-jp {
    font-size: 0.16rem;
  }
  .section-top-environment .text-en {
    font-size: 0.11rem;
  }
  .section-top-environment .environment-list {
    flex-direction: column;
    padding: 0 0.1rem;
    gap: 0.2rem;
  }
  .section-top-environment .environment-list li {
    width: calc(100% - 0.1rem);
  }
  .section-top-environment .environment-list li:nth-child(odd) {
    margin-top: 0;
  }
  .section-top-environment .environment-list a {
    border-radius: 0.12rem;
  }
  .section-top-environment .environment-list a::before {
    border-radius: 0.12rem;
  }
  .section-top-environment .item-label {
    font-size: 0.11rem;
    right: -0.25rem;
  }
  .section-top-environment .item-detail {
    padding: 0.3rem;
  }
  .section-top-environment .item-title {
    font-size: 0.18rem;
    line-height: 1.85;
  }
  .section-top-environment .item-text {
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
}
.section-top-news {
  background-color: #fff;
  padding: 0.5rem 0;
  overflow: hidden;
}
.section-top-news .wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
  justify-content: space-between;
}
.section-top-news .block-left {
  padding-top: 0.2rem;
}
.section-top-news .news-link {
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-right: 0.5rem;
  line-height: 0.3rem;
  transition: all 0.3s ease;
  margin-top: 1.12rem;
  background: url("../img/common/icon-link.svg") center right/0.3rem auto no-repeat;
}
.section-top-news .news-link:hover {
  color: #004EA2;
  background-image: url("../img/common/icon-link-dark-blue.svg");
}
.section-top-news .block-right {
  max-width: 9.03rem;
  flex: 1;
}
.section-top-news .news-title {
  display: flex;
  flex-direction: column;
  gap: 0.21rem;
  margin-bottom: 0.14rem;
}
.section-top-news .text-jp {
  font-size: 0.26rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section-top-news .text-en {
  font-size: 0.14rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.section-top-news .news-list a {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.09rem;
  gap: 0.23rem;
  border-bottom: 0.01rem solid #EFEFEF;
}
.section-top-news .news-list a:hover .item-text {
  color: #004EA2;
}
.section-top-news .item-time {
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  min-width: 0.84rem;
}
.section-top-news .item-label {
  display: inline-flex;
  align-items: center;
  min-width: 0.9rem;
  padding: 0 0.05rem;
  height: 0.25rem;
  font-size: 0.12rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #EFEFEF;
  border-radius: 0.06rem;
  justify-content: center;
}
.section-top-news .item-text {
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding: 0.34rem 0;
  }
  .section-top-news .wrapper {
    flex-direction: column;
    gap: 0;
  }
  .section-top-news .block-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }
  .section-top-news .news-title {
    gap: 0.02rem;
    margin-bottom: 0;
  }
  .section-top-news .text-jp {
    font-size: 0.16rem;
  }
  .section-top-news .text-en {
    font-size: 0.11rem;
  }
  .section-top-news .news-link {
    margin-top: 0.09rem;
    padding-right: 0.28rem;
    background-size: 0.18rem auto;
    margin-left: auto;
    font-size: 0.12rem;
  }
  .section-top-news .news-list {
    padding-top: 0.06rem;
  }
  .section-top-news .news-list a {
    flex-wrap: wrap;
    padding: 0.2rem 0.1rem 0.19rem;
    gap: 0;
  }
  .section-top-news .item-time {
    font-size: 0.12rem;
    min-width: 0.8rem;
  }
  .section-top-news .item-label {
    min-width: 0.7rem;
    padding: 0 0.06rem;
    height: 0.19rem;
    font-size: 0.11rem;
  }
  .section-top-news .item-text {
    width: 100%;
    font-size: 0.14rem;
    line-height: 1.7142857143;
    margin-top: 0.08rem;
  }
}