<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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 {
  margin-bottom: 1.5em;
  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-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  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 {
  -webkit-transition: opacity 0.3s ease;
  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: 25vw;
  }
}

body {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 767.98px) {
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}
body.has-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  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%;
  -o-object-fit: cover;
     object-fit: cover;
}

.load-font {
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.wf-active .load-font {
  visibility: visible;
  opacity: 1;
}

.container {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }
}

.header-common {
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
  width: 100%;
}
.header-common .header-inner {
  margin: 0 auto;
  border: 1px solid #dedede;
  background: #fff;
}
.header-common .logo-image {
  display: block;
}
.header-common ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-common .navigation-list {
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .header-common {
    top: 60px;
    min-width: 1250px;
  }
  .header-common .header-inner {
    max-width: 1200px;
    height: 90px;
    border-radius: 45px;
  }
  .header-common .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 0 57px 0 46px;
  }
  .header-common .header-logo {
    width: 199px;
    margin-top: 1px;
  }
  .header-common .header-navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 40px;
  }
  .header-common .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #0a1345;
    font-size: 0.18rem;
    letter-spacing: 0.15em;
  }
  .header-common .navigation-item {
    margin-left: 62px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    top: 0.4rem;
  }
  .header-common .header-inner {
    width: 3.6rem;
    height: 0.61rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.28rem;
  }
  .has-menu .header-common .header-inner {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
  }
  .header-common .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 0 0.7rem 0 0.23rem;
  }
  .header-common .header-logo {
    position: relative;
    z-index: 1000;
    width: 1.16rem;
    margin-top: 0.04rem;
  }
  .header-common .header-navigation {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0.98rem;
    right: 0.2rem;
    left: 0.2rem;
    max-height: calc(100vh - 2rem);
    padding-bottom: 0.5rem;
    overflow-y: auto;
    border: 1px solid #dedede;
    border-top: none;
    border-bottom-right-radius: 0.28rem;
    border-bottom-left-radius: 0.28rem;
    background: #fff;
  }
  .header-common .overlay {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header-common .navigation-inner {
    height: 100%;
    padding: 0.44rem 0.4rem 0;
    overflow-y: auto;
    border-top: 0.01rem solid #97b3e5;
    scrollbar-width: none;
  }
  .header-common .navigation-list {
    letter-spacing: 0.06em;
  }
  .header-common .navigation-item {
    margin-bottom: 0.37rem;
  }
  .header-common .navigation-item:last-child {
    margin-bottom: 0;
  }
  .header-common .navigation-link {
    display: block;
    position: relative;
    padding-right: 0.3rem;
    padding-bottom: 0.12rem;
  }
  .header-common .navigation-link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.23rem;
    height: 0.08rem;
    margin-top: -0.13rem;
    background: url("../img/common/icn_arrow.svg") center/contain no-repeat;
  }
  .header-common .navigation-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url("../img/common/icn_border.svg") center/cover no-repeat;
  }
  .header-common .button-menu {
    position: absolute;
    z-index: 1000;
    top: 0.12rem;
    right: 0.23rem;
    width: 0.3rem;
    height: 0.3rem;
    cursor: pointer;
  }
  .header-common .button-menu span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.27rem;
    margin-left: -0.13rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 2px solid #224ce6;
  }
  .header-common .button-menu span:nth-child(1) {
    margin-top: -0.09rem;
  }
  .header-common .button-menu span:nth-child(2) {
    margin-top: 0.01rem;
  }
  .header-common .button-menu span:nth-child(3) {
    margin-top: 0.11rem;
  }
  .header-common .button-menu.is-active span {
    width: 0.3rem;
    margin-top: 0.03rem;
    margin-left: -0.17rem;
    -webkit-transform: none;
            transform: none;
  }
  .header-common .button-menu.is-active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header-common .button-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header-common .button-menu.is-active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.navigation-inner {
  position: relative;
}

.navigation-item.has-sub-menu:hover .navigation-item-dropdown {
  visibility: visible;
  opacity: 1;
}

.navigation-item-dropdown .dropdown-link {
  position: relative;
  color: #333;
}
.navigation-item-dropdown .dropdown-link::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  background: url("../img/common/icn_arrow_menu.svg") no-repeat center/auto 100%;
}

@media print, (min-width: 768px) {
  .navigation-item-dropdown {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: -58px;
    padding-top: 50px;
    -webkit-transition: opacity 0.26s, visibility 0.26s;
    transition: opacity 0.26s, visibility 0.26s;
    opacity: 0;
  }
  .navigation-item-dropdown .dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 840px;
    min-height: 160px;
    padding: 43px 60px 17px;
    border: 1px solid #dedede;
    border-radius: 15px;
    background: #fff;
  }
  .navigation-item-dropdown .dropdown-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 720px;
    margin: 0 auto;
    font-size: 0.16rem;
    letter-spacing: 0.15em;
  }
  .navigation-item-dropdown .dropdown-list::after, .navigation-item-dropdown .dropdown-list::before {
    content: "";
    position: absolute;
    top: -12px;
    bottom: 12px;
    width: 1px;
    background: #97b3e5;
  }
  .navigation-item-dropdown .dropdown-list::after {
    right: 247px;
  }
  .navigation-item-dropdown .dropdown-list::before {
    left: 217px;
  }
  .navigation-item-dropdown .dropdown-item {
    margin-bottom: 25px;
    letter-spacing: 0.15em;
  }
  .navigation-item-dropdown .dropdown-item:nth-child(3n+1) {
    width: 205px;
    margin-right: 50px;
  }
  .navigation-item-dropdown .dropdown-item:nth-child(3n+2) {
    width: 200px;
    margin-right: 53px;
  }
  .navigation-item-dropdown .dropdown-item:nth-child(3n+2) {
    width: 200px;
    margin-right: 53px;
  }
  .navigation-item-dropdown .dropdown-link::before {
    top: 2px;
    width: 11px;
    height: 16px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-item.has-sub-menu .navigation-link::before {
    display: none;
  }
  .navigation-item.has-sub-menu .dropdown-content {
    display: none;
    padding-top: 0.36rem;
    font-size: 0.14rem;
  }
  .navigation-item.has-sub-menu .dropdown-link::before {
    top: 0;
    width: 0.08rem;
    height: 0.11rem;
    margin-right: 0.09rem;
  }
  .navigation-item.has-sub-menu .dropdown-item {
    margin-bottom: 0.19rem;
    letter-spacing: 0.15em;
  }
  .navigation-item.has-sub-menu .dropdown-item:last-child {
    margin-bottom: 0;
  }
  .navigation-item.has-sub-menu .navigation-item-heading {
    position: relative;
  }
  .navigation-item.has-sub-menu .navigation-item-accordion {
    position: absolute;
    z-index: 3;
    right: -0.14rem;
    bottom: 0.03rem;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: url("../img/common/icn_accordion.svg") no-repeat center/auto 100%;
    background-size: 0.23rem 0.13rem;
  }
  .navigation-item.has-sub-menu.is-active .navigation-item-accordion {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.button-to-top {
  visibility: hidden;
  position: fixed;
  z-index: 10;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.button-to-top .fixed-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url("../img/common/icn_totop.svg") center/cover no-repeat;
}
.button-to-top.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.button-to-top.is-stuck {
  position: absolute;
  bottom: unset !important;
}
@media print, (min-width: 768px) {
  .button-to-top {
    right: 71px;
    bottom: 60px;
    width: 77px;
    height: 77px;
  }
  .button-to-top.is-stuck {
    top: -0.38rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-to-top {
    right: 20px;
    bottom: 30px;
    width: 38px;
    height: 38px;
  }
  .button-to-top.is-stuck {
    top: -0.19rem;
  }
}

.footer-common {
  position: relative;
  background: #021398;
  color: #fff;
}
.footer-common .footer-list {
  list-style-type: none;
  border-bottom: 1px solid #a2c5ff;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.footer-common .footer-item-link {
  position: relative;
}
.footer-common .footer-item-link::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/common/icn_arrow_white.svg") center/contain no-repeat;
}
.footer-common .footer-logo {
  display: block;
}
.footer-common .footer-copyright {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.footer-common .footer-text {
  font-weight: bold;
  letter-spacing: 0.06em;
}
.footer-common .footer-information {
  letter-spacing: 0.08em;
  line-height: 1.7647058824;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding: 100px 0 87px;
  }
  .footer-common .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 49px;
    padding: 0 0 39px;
  }
  .footer-common .footer-item {
    width: 200px;
    margin-bottom: 48px;
  }
  .footer-common .footer-item:nth-child(4n+4) {
    margin-right: -10px;
  }
  .footer-common .footer-item:nth-child(4n+1) {
    margin-right: 54px;
  }
  .footer-common .footer-item:nth-child(4n+2) {
    margin-right: 100px;
  }
  .footer-common .footer-item:nth-child(4n+3) {
    margin-right: 128px;
  }
  .footer-common .footer-item-link {
    padding-left: 15px;
  }
  .footer-common .footer-item-link::before {
    top: 6px;
    width: 9px;
    height: 13px;
  }
  .footer-common .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-common .footer-logo {
    width: 292px;
    margin: 26px 0 7px -20px;
  }
  .footer-common .footer-copyright {
    font-size: 0.12rem;
  }
  .footer-common .footer-text {
    margin-bottom: 11px;
    font-size: 0.2rem;
  }
  .footer-common .footer-information {
    font-size: 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.5rem 0;
  }
  .footer-common .wrapper {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
  .footer-common .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.3rem;
    padding: 0 0 0.1rem;
  }
  .footer-common .footer-item {
    width: 49%;
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
  }
  .footer-common .footer-item-link {
    padding-left: 0.15rem;
  }
  .footer-common .footer-item-link::before {
    top: 0.04rem;
    width: 0.09rem;
    height: 0.13rem;
  }
  .footer-common .footer-logo {
    position: relative;
    left: -0.15rem;
    width: 2.92rem;
    margin-bottom: 0.1rem;
  }
  .footer-common .footer-copyright {
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .footer-common .footer-text {
    margin-bottom: 0.1rem;
  }
  .footer-common .footer-information {
    margin-right: -0.1rem;
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .footer-common .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px) scale(0.95, 0.95);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px) scale(0.95, 0.95);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px) scale(0.95, 0.95);
    transform: translateY(50px) scale(0.95, 0.95);
  }
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-left-up {
  from {
    -webkit-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-left-up {
  from {
    -webkit-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-left-up {
  from {
    -webkit-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-left-up {
  -webkit-animation-name: fade-in-left-up;
  animation-name: fade-in-left-up;
}

@-webkit-keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-in-right-up {
  from {
    -webkit-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right-up {
  from {
    -webkit-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-right-up {
  from {
    -webkit-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-right-up {
  -webkit-animation-name: fade-in-right-up;
  animation-name: fade-in-right-up;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

.button-common-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.button-common-primary.is-blue {
  color: #3f3a39;
}
.button-common-primary.is-blue .button-inner {
  background: #004ae2;
}
.button-common-primary.is-blue .button-inner::before {
  background: rgba(82, 149, 255, 0.4);
}
.button-common-primary.is-blue .button-inner::after {
  background: #004ae2;
}
.button-common-primary.is-blue .button-arrow::before, .button-common-primary.is-blue .button-arrow::after {
  background-image: url("../img/common/icn_button_arrow_white.svg");
}
.button-common-primary:hover .button-inner::before {
  width: 100%;
  height: 100%;
}
.button-common-primary:hover .button-arrow::before {
  left: calc(50% + 1rem);
}
.button-common-primary:hover .button-arrow::after {
  left: 50%;
}
.button-common-primary .button-inner {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
}
.button-common-primary .button-inner::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  background: rgba(220, 229, 245, 0.35);
}
.button-common-primary .button-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  background: #fff;
}
.button-common-primary .button-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.button-common-primary .button-arrow::before, .button-common-primary .button-arrow::after {
  content: "";
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/common/icn_button_arrow.svg") center/contain no-repeat;
}
@media print, (min-width: 768px) {
  .button-common-primary {
    min-height: 100px;
    padding-right: 107px;
    font-size: 0.24rem;
  }
  .button-common-primary .button-inner {
    width: 77px;
    height: 77px;
  }
  .button-common-primary .button-inner::before {
    width: 100px;
    height: 100px;
  }
  .button-common-primary .button-arrow::before, .button-common-primary .button-arrow::after {
    width: 34px;
    height: 12px;
  }
  .button-common-primary .button-arrow::after {
    left: -50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-height: 0.5rem;
    padding-right: 0.6rem;
    font-size: 0.18rem;
  }
  .button-common-primary .button-inner {
    width: 0.4rem;
    height: 0.4rem;
  }
  .button-common-primary .button-inner::before {
    width: 0.5rem;
    height: 0.5rem;
  }
  .button-common-primary .button-arrow::before, .button-common-primary .button-arrow::after {
    width: 0.17rem;
    height: 0.06rem;
  }
  .button-common-primary .button-arrow::after {
    left: -0.5rem;
  }
}

.button-common-secondary {
  text-decoration: none;
}
.button-common-secondary.is-blue .button-inner {
  background: #325bf0;
}
.button-common-secondary.is-blue .button-inner::before, .button-common-secondary.is-blue .button-inner::after {
  background-image: url("../img/common/btn_secondary_arrow_white.svg");
}
.button-common-secondary:hover .button-inner::before {
  left: calc(50% + 1rem);
}
.button-common-secondary:hover .button-inner::after {
  left: 50%;
}
.button-common-secondary .button-inner {
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}
.button-common-secondary .button-inner::before, .button-common-secondary .button-inner::after {
  content: "";
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/common/btn_secondary_arrow.svg") center/contain no-repeat;
}
.button-common-secondary .button-inner::after {
  left: -0.5rem;
}
@media print, (min-width: 768px) {
  .button-common-secondary .button-inner {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .button-common-secondary .button-inner::before, .button-common-secondary .button-inner::after {
    width: 13px;
    height: 4px;
    margin-top: -2px;
    margin-left: -6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-secondary .button-inner {
    width: 0.24rem;
    height: 0.24rem;
    margin-top: -0.12rem;
  }
  .button-common-secondary .button-inner::before, .button-common-secondary .button-inner::after {
    width: 0.13rem;
    height: 0.04rem;
    margin-top: -0.02rem;
    margin-left: -0.06rem;
  }
}

.title-common-primary {
  margin-bottom: 0;
  color: #fff;
}
.title-common-primary span {
  display: block;
}
.title-common-primary .title-english {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}
.title-common-primary .title-japan {
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .title-common-primary .title-english {
    margin-bottom: 15px;
    font-size: 0.64rem;
  }
  .title-common-primary .title-japan {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.2rem;
    text-align: left;
  }
  .title-common-primary .title-english {
    margin-bottom: 0.1rem;
    font-size: 0.4rem;
  }
  .title-common-primary .title-japan {
    font-size: 0.16rem;
  }
}

.title-common-secondary {
  margin-bottom: 0;
  font-weight: bold;
}
.title-common-secondary span {
  display: block;
}
.title-common-secondary .title-english {
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.title-common-secondary .title-japan {
  letter-spacing: 0.1em;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    margin-top: 86px;
  }
  .title-common-secondary .title-english {
    margin-bottom: 14px;
    font-size: 0.72rem;
  }
  .title-common-secondary .title-japan {
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    margin-top: 0.43rem;
  }
  .title-common-secondary .title-english {
    margin-bottom: 0.1rem;
    font-size: 0.44rem;
  }
  .title-common-secondary .title-japan {
    font-size: 0.18rem;
  }
}

.title-common-tertiary {
  margin-bottom: 0;
  font-weight: bold;
}
.title-common-tertiary span {
  display: block;
}
.title-common-tertiary .title-english {
  color: #325bf0;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.04em;
}
.title-common-tertiary .title-japan {
  letter-spacing: 0.15em;
}
@media print, (min-width: 768px) {
  .title-common-tertiary .title-english {
    margin-bottom: 12px;
    font-size: 0.16rem;
  }
  .title-common-tertiary .title-japan {
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary .title-english {
    margin-bottom: 6px;
    font-size: 0.16rem;
  }
  .title-common-tertiary .title-japan {
    font-size: 0.28rem;
  }
}

.section-keyvisual-primary {
  background: url("../img/common/keyvisual_bg_01.jpg") center/cover no-repeat;
  color: #fff;
}
.section-keyvisual-primary .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media print, (min-width: 768px) {
  .section-keyvisual-primary {
    height: 610px;
    margin-bottom: -65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-keyvisual-primary {
    height: 3.2rem;
    margin-bottom: -0.4rem;
  }
}

.section-keyvisual-secondary {
  background: url("../img/common/keyvisual_bg_02.jpg") center/cover no-repeat;
  color: #1b386c;
}
.section-keyvisual-secondary .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media print, (min-width: 768px) {
  .section-keyvisual-secondary {
    height: 610px;
    margin-bottom: -65px;
  }
  .section-keyvisual-secondary .title-common-secondary {
    margin-top: 0;
    margin-bottom: 31px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-keyvisual-secondary {
    height: 3.2rem;
    margin-bottom: -0.4rem;
  }
}

.breadcrumb-common {
  padding: 0.18rem 0 0.15rem;
  background: #0028ba;
}
.is-tablet .breadcrumb-common {
  margin: -1px 0;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-list {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0.18rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  list-style: none;
}
.breadcrumb-list a {
  color: #fff;
}
.breadcrumb-list &gt; li {
  display: inline;
  position: relative;
  color: #fff;
}
.breadcrumb-list &gt; li::after {
  content: "";
  position: absolute;
  top: 0.08rem;
  right: 0.15rem;
  width: 0.07rem;
  height: 0.13rem;
  background: url("../img/common/icn_breadcrumb.svg") center/contain no-repeat;
}
.breadcrumb-list &gt; li:last-child {
  padding-right: 0;
}
.breadcrumb-list &gt; li:last-child::after {
  content: unset;
}
@media print, (min-width: 768px) {
  .breadcrumb-list &gt; li {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-list &gt; li {
    padding-right: 0.2rem;
  }
  .breadcrumb-list &gt; li::after {
    right: 0.05rem;
  }
}

.section-common-recruit {
  position: relative;
  background: url("../img/common/recruit_bg.jpg") center/cover no-repeat;
  color: #fff;
}
.section-common-recruit .recruit-title {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4444444444;
}
.section-common-recruit .recruit-text {
  font-weight: bold;
  line-height: 1.7777777778;
}
.section-common-recruit .recruit-button {
  display: block;
}
.section-common-recruit .recruit-button img {
  border-radius: 0.05rem;
}
@media print, (min-width: 768px) {
  .section-common-recruit {
    padding: 127px 0;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
  .section-common-recruit .wrapper {
    width: 900px;
  }
  .section-common-recruit .button-common-primary {
    margin-right: 11px;
    margin-bottom: 38px;
  }
  .section-common-recruit .recruit-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 55px;
  }
  .section-common-recruit .recruit-content {
    width: 670px;
  }
  .section-common-recruit .recruit-title {
    margin-bottom: 16px;
    font-size: 0.36rem;
  }
  .section-common-recruit .recruit-text {
    margin-right: -10px;
    font-size: 0.18rem;
  }
  .section-common-recruit .button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-common-recruit .recruit-button {
    width: 434px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-recruit {
    position: relative;
    z-index: 1;
    padding: 0.5rem 0;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }
  .section-common-recruit .wrapper {
    position: relative;
    padding-bottom: 0.78rem;
  }
  .section-common-recruit .button-common-primary {
    position: absolute;
    right: 0.3rem;
    bottom: 0;
  }
  .section-common-recruit .recruit-head {
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .section-common-recruit .recruit-content {
    margin-bottom: 0.2rem;
    text-align: left;
  }
  .section-common-recruit .recruit-title {
    margin-bottom: 0.16rem;
    font-size: 0.26rem;
  }
  .section-common-recruit .recruit-button {
    max-width: 3.4rem;
    margin: 0 auto 0.2rem;
  }
  .section-common-recruit .recruit-text {
    font-size: 0.15rem;
    line-height: 1.8;
  }
}

section * {
  max-height: initial;
}

@media print, (min-width: 768px) {
  .title-common-tertiary .title-english {
    margin-bottom: 4px;
  }
}

.section-data-introduction {
  position: relative;
  background: #fff;
  text-align: center;
}
.section-data-introduction .introduction-title {
  margin-bottom: 40px;
  color: #0d44c7;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.section-data-introduction .introduction-text {
  letter-spacing: 0.02em;
  line-height: 2;
}
@media print, (min-width: 768px) {
  .section-data-introduction {
    padding: 120px 0 116px;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
  .section-data-introduction .introduction-title {
    margin-bottom: 34px;
    font-size: 0.38rem;
  }
  .section-data-introduction .introduction-text {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-data-introduction {
    padding: 0.5rem 0;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }
  .section-data-introduction .introduction-title {
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
  }
  .section-data-introduction .introduction-text {
    font-size: 0.15rem;
    line-height: 1.8;
  }
}

.title-common-tertiary {
  margin-bottom: 57px;
  text-align: center;
}
.title-common-tertiary .title-japan {
  letter-spacing: 0.04em;
}

@media print, (min-width: 768px) {
  .data-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .data-row .data-block {
    width: 524px;
  }
}

.data-block {
  overflow: hidden;
  border: 1px solid #bfbfbf;
  border-radius: 0.1rem;
}
.data-block .data-head {
  border-bottom: 1px solid #bfbfbf;
  background: #f2f2f2;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
.data-block .data-head.is-small {
  letter-spacing: 0;
}
.data-block .data-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.data-block .data-legend.is-reverse .legend-item:nth-child(4) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.data-block .data-legend.is-reverse .legend-item:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.data-block .data-legend.is-reverse .legend-item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.data-block .data-legend.is-reverse .legend-item:nth-child(1) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.data-block .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.2rem 0.05rem;
  font-size: 0.17rem;
  font-weight: bold;
}
.data-block .legend-content {
  margin-left: 0.35rem;
}
.data-block .legend-dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
  border-radius: 50%;
}
.data-block .data-chart-round,
.data-block .data-chart-bar {
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .data-block {
    margin-bottom: 32px;
  }
  .data-block .data-head {
    padding: 26px 28px;
    font-size: 0.28rem;
  }
  .data-block .data-head.is-small {
    font-size: 0.26rem;
  }
  .data-block .data-content {
    padding: 37px 20px 47px;
  }
  .data-block .data-content.bar-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .data-block .data-content.bar-chart .data-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .data-block .data-legend {
    margin-bottom: 21px;
  }
  .data-block .data-chart-round {
    width: 360px;
    height: 364px;
  }
  .data-block .data-chart-bar.custom-chart-bar {
    margin: 0 80px;
  }
  .data-block .data-chart-bar canvas {
    height: 400px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .data-block {
    margin-bottom: 0.3rem;
  }
  .data-block .data-head {
    padding: 0.1rem 0.2rem;
    font-size: 0.2rem;
  }
  .data-block .data-head.is-small {
    font-size: 0.18rem;
  }
  .data-block .legend-item {
    margin: 0 0.1rem 0.05rem;
    font-size: 0.14rem;
  }
  .data-block .data-content {
    padding: 0.2rem;
  }
  .data-block .data-legend {
    margin-bottom: 0.15rem;
  }
  .data-block .data-chart-round {
    width: 2.98rem;
    height: 3.1rem;
  }
  .data-block .data-chart-round canvas,
  .data-block .data-chart-bar canvas {
    width: 100% !important;
    height: 100% !important;
  }
}

@media print, (min-width: 768px) {
  .section-data-team {
    margin-bottom: 119px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-data-team {
    margin-bottom: 1rem;
  }
}

.section-data-business .data-head.is-small {
  font-size: 0.24rem;
}
@media print, (min-width: 768px) {
  .section-data-business {
    margin-bottom: 118px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-data-business {
    margin-bottom: 1rem;
  }
}

@media print, (min-width: 768px) {
  .section-data-private {
    padding-bottom: 127px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-data-private {
    padding-bottom: 1rem;
  }
}

.map-data-analyze {
  position: relative;
}
.map-data-analyze .map-item path {
  stroke-width: 0;
  fill: #e5e5e5;
}
.map-data-analyze .content-child {
  position: relative;
}
.map-data-analyze .child-wrapper {
  display: block;
  position: relative;
  border: 0.02rem solid #bfbfbf;
  background-color: #fff;
}
.map-data-analyze .child-label,
.map-data-analyze .child-number,
.map-data-analyze .child-unit {
  position: relative;
}
.map-data-analyze .child-label,
.map-data-analyze .child-number {
  font-weight: 700;
}
.map-data-analyze .child-number {
  color: #bfbfbf;
  font-family: "Inter", sans-serif;
}
.map-data-analyze .child-unit {
  font-weight: 900;
}
@media print, (min-width: 768px) {
  .map-data-analyze .map-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .map-data-analyze .content-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
  }
  .map-data-analyze .content-child::before {
    content: "";
    position: absolute;
    border-width: 0;
    border-style: solid;
    border-color: #a0a0a0;
    pointer-events: none;
  }
  .map-data-analyze .child-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 240px;
    min-height: 70px;
    padding: 8px 42px;
    border-radius: 35px;
    line-height: 1.1904761905;
  }
  .map-data-analyze .child-label {
    font-size: 0.18rem;
    letter-spacing: 0.1em;
  }
  .map-data-analyze .child-number {
    margin: 0 6px 0 5px;
    font-size: 0.42rem;
    letter-spacing: 0;
  }
  .map-data-analyze .child-number.is-small {
    font-size: 0.36rem;
  }
  .map-data-analyze .child-unit {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .map-data-analyze .map-content {
    margin-top: 0.2rem;
  }
  .map-data-analyze .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.05rem;
  }
  .map-data-analyze .content-child {
    width: 50%;
    padding: 0.05rem;
  }
  .map-data-analyze .child-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.05rem 0.1rem;
    border-radius: 0.3rem;
    line-height: 1.25;
  }
  .map-data-analyze .child-label {
    margin: 0.05rem 0;
    font-size: 0.14rem;
    text-align: center;
  }
  .map-data-analyze .child-number {
    margin: 0 0.05rem;
    font-size: 0.24rem;
    letter-spacing: 0;
  }
  .map-data-analyze .child-number.is-small {
    font-size: 0.2rem;
  }
  .map-data-analyze .child-unit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 0.3rem;
    font-size: 0.14rem;
  }
}

.map-data-analyze.is-japan [data-region=okinawa] path {
  fill: #d5d5d5;
}
.map-data-analyze.is-japan [data-region=chugoku].is-active path {
  fill: #c40000;
}
.map-data-analyze.is-japan [data-region=chugoku].is-active .child-number {
  color: #c40000;
}
.map-data-analyze.is-japan [data-region=kinki].is-active path {
  fill: #cfb024;
}
.map-data-analyze.is-japan [data-region=kinki].is-active .child-number {
  color: #cfb024;
}
.map-data-analyze.is-japan [data-region=tohoku].is-active path {
  fill: #ff7c55;
}
.map-data-analyze.is-japan [data-region=tohoku].is-active .child-number {
  color: #ff7c55;
}
.map-data-analyze.is-japan [data-region=kanto].is-active path {
  fill: #335bf0;
}
.map-data-analyze.is-japan [data-region=kanto].is-active .child-number {
  color: #335bf0;
}
.map-data-analyze.is-japan [data-region=chubu].is-active path {
  fill: #ffc239;
}
.map-data-analyze.is-japan [data-region=chubu].is-active .child-number {
  color: #ffc239;
}
.map-data-analyze.is-japan [data-region=shikoku].is-active path {
  fill: #ce3faa;
}
.map-data-analyze.is-japan [data-region=shikoku].is-active .child-number {
  color: #ce3faa;
}
.map-data-analyze.is-japan [data-region=kyushu].is-active path {
  fill: #ff91d1;
}
.map-data-analyze.is-japan [data-region=kyushu].is-active .child-number {
  color: #ff91d1;
}
.map-data-analyze.is-japan [data-region=hokkaido].is-active path {
  fill: #69eeff;
}
.map-data-analyze.is-japan [data-region=hokkaido].is-active .child-number {
  color: #69eeff;
}
.map-data-analyze.is-japan [data-region=okinawa].is-active path {
  fill: #3aa3f8;
}
.map-data-analyze.is-japan [data-region=okinawa].is-active .child-number {
  color: #3aa3f8;
}
.map-data-analyze.is-japan .map-decoration {
  stroke-width: 1px;
  stroke: #bfbfbf;
  fill: none;
  stroke-miterlimit: 10;
}
@media print, (min-width: 768px) {
  .map-data-analyze.is-japan {
    max-width: 900px;
    margin: 0 auto;
  }
  .map-data-analyze.is-japan [data-region=chugoku].content-child {
    top: 448px;
    left: 174px;
  }
  .map-data-analyze.is-japan [data-region=chugoku].content-child::before {
    top: calc(100% - 1px);
    right: calc(50% - 1px);
    height: 138px;
    border-right-width: 2px;
  }
  .map-data-analyze.is-japan [data-region=kinki].content-child {
    top: 750px;
    left: 467px;
  }
  .map-data-analyze.is-japan [data-region=kinki].content-child::before {
    right: calc(100% - 1px);
    bottom: calc(50% - 1px);
    width: 88px;
    height: 60px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  .map-data-analyze.is-japan [data-region=tohoku].content-child {
    top: 336px;
    left: 717px;
  }
  .map-data-analyze.is-japan [data-region=tohoku].content-child::before {
    top: calc(100% - 1px);
    right: 50%;
    width: 169px;
    height: 47px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .map-data-analyze.is-japan [data-region=kanto].content-child {
    top: 561px;
    left: 683px;
  }
  .map-data-analyze.is-japan [data-region=kanto].content-child::before {
    top: 34px;
    right: calc(100% - 1px);
    width: 91px;
    border-bottom-width: 2px;
  }
  .map-data-analyze.is-japan [data-region=chubu].content-child {
    top: 315px;
    left: 349px;
  }
  .map-data-analyze.is-japan [data-region=chubu].content-child::before {
    top: calc(100% - 1px);
    right: calc(50% - 1px);
    height: 188px;
    border-right-width: 2px;
  }
  .map-data-analyze.is-japan [data-region=kyushu].content-child {
    top: 561px;
    left: 0;
  }
  .map-data-analyze.is-japan [data-region=kyushu].content-child::before {
    top: calc(100% - 1px);
    right: calc(50% - 1px);
    height: 113px;
    border-right-width: 2px;
  }
  .map-data-analyze.is-japan [data-region=shikoku].content-child {
    top: 861px;
    left: 161px;
  }
  .map-data-analyze.is-japan [data-region=shikoku].content-child::before {
    right: calc(50% - 1px);
    bottom: calc(100% - 1px);
    height: 100px;
    border-right-width: 2px;
  }
  .map-data-analyze.is-japan [data-region=hokkaido].content-child {
    top: 96px;
    left: 316px;
  }
  .map-data-analyze.is-japan [data-region=hokkaido].content-child::before {
    top: calc(50% - 1px);
    left: calc(100% - 1px);
    width: 145px;
    border-bottom-width: 2px;
  }
  .map-data-analyze.is-japan [data-region=okinawa].content-child {
    top: 96px;
    left: 0;
  }
  .map-data-analyze.is-japan [data-region=kokugai].content-child {
    right: -28px;
    bottom: 0;
  }
  .map-data-analyze.is-japan [data-region=kokugai].content-child::before {
    content: unset;
  }
}

.map-data-analyze.is-kanto [data-prefecture=gunma].is-active path {
  fill: #744428;
}
.map-data-analyze.is-kanto [data-prefecture=gunma].is-active .child-number {
  color: #744428;
}
.map-data-analyze.is-kanto [data-prefecture=tochigi].is-active path {
  fill: #8615b3;
}
.map-data-analyze.is-kanto [data-prefecture=tochigi].is-active .child-number {
  color: #8615b3;
}
.map-data-analyze.is-kanto [data-prefecture=saitama].is-active path {
  fill: #ff7c55;
}
.map-data-analyze.is-kanto [data-prefecture=saitama].is-active .child-number {
  color: #ff7c55;
}
.map-data-analyze.is-kanto [data-prefecture=tokyo].is-active path {
  fill: #325bf0;
}
.map-data-analyze.is-kanto [data-prefecture=tokyo].is-active .child-number {
  color: #325bf0;
}
.map-data-analyze.is-kanto [data-prefecture=ibaraki].is-active path {
  fill: #37ce69;
}
.map-data-analyze.is-kanto [data-prefecture=ibaraki].is-active .child-number {
  color: #37ce69;
}
.map-data-analyze.is-kanto [data-prefecture=chiba].is-active path {
  fill: #8d9fff;
}
.map-data-analyze.is-kanto [data-prefecture=chiba].is-active .child-number {
  color: #8d9fff;
}
.map-data-analyze.is-kanto [data-prefecture=kanagawa].is-active path {
  fill: #ffb221;
}
.map-data-analyze.is-kanto [data-prefecture=kanagawa].is-active .child-number {
  color: #ffb221;
}
@media print, (min-width: 768px) {
  .map-data-analyze.is-kanto {
    max-width: 805px;
    margin: 0 auto;
  }
  .map-data-analyze.is-kanto [data-prefecture=gunma].content-child {
    top: 0;
    left: 183px;
  }
  .map-data-analyze.is-kanto [data-prefecture=gunma].content-child::before {
    top: calc(100% - 1px);
    left: calc(50% - 1px);
    height: 122px;
    border-left-width: 2px;
  }
  .map-data-analyze.is-kanto [data-prefecture=tochigi].content-child {
    top: 17px;
    left: 557px;
  }
  .map-data-analyze.is-kanto [data-prefecture=tochigi].content-child::before {
    top: calc(50% - 1px);
    right: calc(100% - 1px);
    width: 122px;
    height: 72px;
    border-top-width: 2px;
    border-left-width: 2px;
  }
  .map-data-analyze.is-kanto [data-prefecture=saitama].content-child {
    top: 124px;
    left: 0;
  }
  .map-data-analyze.is-kanto [data-prefecture=saitama].content-child::before {
    top: calc(100% - 1px);
    left: calc(50% - 1px);
    width: 236px;
    height: 93px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  .map-data-analyze.is-kanto [data-prefecture=tokyo].content-child {
    top: 335px;
    left: 29px;
  }
  .map-data-analyze.is-kanto [data-prefecture=tokyo].content-child::before {
    top: calc(50% - 1px);
    left: calc(100% - 1px);
    width: 111px;
    border-bottom-width: 2px;
  }
  .map-data-analyze.is-kanto [data-prefecture=ibaraki].content-child {
    top: 216px;
    left: 594px;
  }
  .map-data-analyze.is-kanto [data-prefecture=ibaraki].content-child::before {
    top: calc(50% - 1px);
    right: calc(100% - 1px);
    width: 70px;
    border-bottom-width: 2px;
  }
  .map-data-analyze.is-kanto [data-prefecture=chiba].content-child {
    top: 376px;
    left: 615px;
  }
  .map-data-analyze.is-kanto [data-prefecture=chiba].content-child::before {
    top: calc(50% - 1px);
    right: calc(100% - 1px);
    width: 112px;
    border-bottom-width: 2px;
  }
  .map-data-analyze.is-kanto [data-prefecture=kanagawa].content-child {
    top: 506px;
    left: 84px;
  }
  .map-data-analyze.is-kanto [data-prefecture=kanagawa].content-child::before {
    bottom: calc(50% - 1px);
    left: calc(100% - 1px);
    width: 66px;
    height: 111px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .map-data-analyze.is-kanto [data-prefecture=kanagawa].content-child .child-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 240px;
    padding: 8px 30px;
  }
  .map-data-analyze.is-kanto [data-prefecture=other].content-child {
    right: -75px;
    bottom: 0;
  }
  .map-data-analyze.is-kanto [data-prefecture=other].content-child::before {
    content: unset;
  }
}

.section-data-detail .data-block.is-horizontal .data-legend {
  display: block;
}
.section-data-detail .data-block.is-horizontal .legend-item {
  margin: 0;
  border-bottom: 1px solid #bfbfbf;
}
@media print, (min-width: 768px) {
  .section-data-detail {
    width: calc(100% - 60px);
    max-width: 1080px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
  .section-data-detail .detail-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-data-detail .data-block {
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
  .section-data-detail .data-block.is-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 32px);
  }
  .section-data-detail .data-block.is-horizontal .data-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-data-detail .data-block.is-horizontal .data-content &gt; * {
    margin: initial;
  }
  .section-data-detail .data-block.is-horizontal .data-legend {
    min-width: 340px;
    margin-top: 14px;
  }
  .section-data-detail .data-block.is-horizontal .legend-item {
    padding: 26px 0;
  }
  .section-data-detail .data-block.is-horizontal .data-chart-round {
    margin-left: 78px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-data-detail {
    padding: 0.3rem;
  }
  .section-data-detail .data-block.is-horizontal .legend-item {
    padding: 0.15rem 0;
  }
}</pre></body></html>