@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  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 {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-mac html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.is-visible, html.wf-active {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html::-webkit-scrollbar {
    display: none;
    width: 0;
    opacity: 0;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  font-weight: 500;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    line-height: 2.1428571429;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    line-height: 1.8571428571;
  }
}

@media print, (min-width: 768px) {
  main {
    padding-top: 188px;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 1.24rem;
  }
}

/* stylelint-disable-next-line declaration-no-important */
a:not([class]),
.is-underline {
  display: inline-block;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
@media (hover: hover) {
  a:not([class]):hover,
  .is-underline:hover {
    text-decoration-color: transparent;
  }
}

@media print, (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .trans:hover {
    opacity: 0.8;
  }
}

.load {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.001;
}
html.wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100dvh;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

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

@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;
  }
}

.button-common-skip {
  position: absolute;
  z-index: 1000;
  width: 0.01rem;
  height: 0.01rem;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.header-common {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
.header-common .header-viewport {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.header-common .header-logo {
  display: block;
}
.header-common .header-contact {
  letter-spacing: 0;
}
@media print, (min-width: 768px) {
  .header-common .header-navigation {
    position: relative;
  }
  .header-common .header-navigation .navigation-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-common .header-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 1200px;
  }
  .header-common .header-logo {
    width: 201px;
    margin: 0.25rem;
  }
  .header-common .navigation-viewport {
    padding: 24px 19px 24px 25px;
  }
}
@media print {
  .header-common .header-viewport {
    position: absolute;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .navigation-viewport {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100dvh;
    padding: 0.4rem 0.19rem 1rem;
    overflow: hidden auto;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    background-color: #4d4d4d;
    color: #fff;
    pointer-events: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .header-common .navigation-viewport::-webkit-scrollbar {
    display: none;
    width: 0;
    opacity: 0;
  }
  .header-common .header-viewport {
    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;
    min-height: 0.6rem;
  }
  .header-common .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header-common .header-viewport.is-active .navigation-viewport {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .header-common .header-viewport.is-active .header-wrapper {
    opacity: 0;
    pointer-events: none;
  }
  .header-common .header-logo {
    width: 1.56rem;
    margin: 0.13rem 0.15rem;
  }
  .header-common .contact-wrapper {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 2.21rem;
    min-height: 0.51rem;
    margin-bottom: 0.15rem;
    padding: 0.12rem 0.13rem 0.13rem 0.2rem;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 1.3333333333;
  }
  .button-header-secondary .button-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .button-header-secondary .button-text::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0.04rem;
    right: 0;
    width: 0.14rem;
    height: 0.14rem;
    background: url("../img/common/target_icn_01.svg") center/100% auto no-repeat;
  }
}

.navigation-header-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-header-sitemap .navigation-item {
  position: relative;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap {
    margin-bottom: 0.58rem;
  }
  .navigation-header-sitemap .submenu-item {
    position: relative;
  }
  .navigation-header-sitemap .navigation-item,
  .navigation-header-sitemap .submenu-item {
    margin-bottom: 0.24rem;
  }
  .navigation-header-sitemap .navigation-item:last-child,
  .navigation-header-sitemap .submenu-item:last-child {
    margin-bottom: 0;
  }
}

.navigation-header-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .navigation-header-submenu {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    top: 62px;
    left: -13px;
    width: 215px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
    opacity: 0;
    background-color: #4d4d4d;
    color: #fff;
  }
  .navigation-header-submenu:hover, .navigation-header-submenu:focus-within {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  .navigation-header-submenu .submenu-item {
    padding: 2px 0;
    border-bottom: 1px solid #fff;
  }
  .navigation-header-submenu .submenu-item:last-child {
    padding-bottom: unset;
    border-color: transparent;
  }
  .navigation-header-submenu .submenu-item:first-child {
    padding-top: unset;
  }
}

.label-header-primary {
  position: relative;
  font-weight: 600;
}
html.is-android .label-header-primary {
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .label-header-primary {
    display: inline-block;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .label-header-primary::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -37.5px;
    left: 0;
    height: 2px;
    border-bottom: 2px solid #e03a36;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  html.is-mac .label-header-primary::before, html.is-tablet .label-header-primary::before {
    bottom: -38.5px;
  }
}
@media print and (hover: hover), (min-width: 768px) and (hover: hover) {
  .label-header-primary:hover::before {
    opacity: 1;
  }
}
@media print, (min-width: 768px) {
  .label-header-primary:hover + .navigation-header-submenu, .label-header-primary.clicked + .navigation-header-submenu {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  .label-header-primary.is-target::after {
    content: "";
    display: inline-block;
    position: relative;
    right: 0;
  }
  .label-header-primary.is-target::after {
    top: 1px;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    background: url("../img/common/target_icn_01.svg") center/100% auto no-repeat;
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
  }
  .label-header-primary.is-submenu {
    cursor: pointer;
    background: url("../img/common/arrow_icn_03.svg") top calc(50% - 1px) right/11px 11px no-repeat;
    padding-right: 16px;
  }
  .label-header-primary.is-submenu::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -37px;
    pointer-events: all;
  }
  .label-header-primary.is-submenu::before {
    border-color: transparent;
  }
  .label-header-primary.is-active::before {
    opacity: 1;
  }
  .label-header-primary.is-active.is-submenu::before {
    border-color: #e03a36;
  }
}

@media print, (min-width: 768px) {
  .label-header-secondary {
    display: block;
    position: relative;
    padding: 9px 20px 11px;
    font-size: 0.15rem;
    font-weight: 600;
  }
  .label-header-secondary::after {
    content: "";
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    width: 10px;
    background: url("../img/common/arrow_icn_02.svg") center/100% auto no-repeat;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
@media print and (hover: hover), (min-width: 768px) and (hover: hover) {
  .label-header-secondary:hover {
    text-decoration-color: transparent;
  }
}

.label-header-primary,
.label-header-secondary {
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .label-header-primary,
  .label-header-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.15rem;
    font-weight: 700;
    line-height: 1.3;
    gap: 0.14rem;
  }
  .label-header-primary::before,
  .label-header-secondary::before {
    content: "";
    position: absolute;
    top: -0.01rem;
    bottom: 0.01rem;
    left: 0;
    width: 0.05rem;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fff;
  }
  .label-header-primary .link-english,
  .label-header-secondary .link-english {
    font-family: "Inter", sans-serif;
    font-size: 0.24rem;
  }
  .label-header-primary .link-japanese,
  .label-header-secondary .link-japanese {
    font-size: 0.12rem;
  }
  .label-header-primary.is-active::before,
  .label-header-secondary.is-active::before {
    background-color: #e03a36;
  }
}
@media only screen and (max-width: 767.98px) and (hover: hover) {
  .label-header-primary:hover::before,
  .label-header-secondary:hover::before {
    background-color: #e03a36;
  }
}

.button-header-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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.2rem 0.04rem;
  border-radius: 1rem;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
}
html.is-tablet .button-header-primary {
  padding: 0.05rem 0.2rem;
}
@media print, (min-width: 768px) {
  .button-header-primary {
    width: 157px;
    min-height: 44px;
    margin-left: 29px;
    background-color: #000;
    font-size: 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-primary {
    width: 3rem;
    min-height: 0.6rem;
    margin: 0 auto 0.16rem;
    background-color: #e03a36;
    font-size: 0.2rem;
  }
}

.button-header-menu {
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .button-header-menu {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #000;
  }
  .button-header-menu .button-wrapper {
    position: absolute;
    top: calc(50% - 0.08rem);
    left: calc(50% - 0.14rem);
    width: 0.23rem;
    height: 0.15rem;
  }
  .button-header-menu .button-line {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 0.09rem);
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
  }
  .button-header-menu .button-line:nth-of-type(1) {
    top: 0;
  }
  .button-header-menu .button-line:nth-of-type(2) {
    top: 0.08rem;
  }
  .button-header-menu .button-line:nth-of-type(3) {
    top: 0.15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-header-menu.is-active .button-line:nth-of-type(1) {
    top: 0.07rem;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .button-header-menu.is-active .button-line:nth-of-type(2) {
    opacity: 0;
  }
  .button-header-menu.is-active .button-line:nth-of-type(3) {
    top: 0.07rem;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
}

@media only screen and (max-width: 767.98px) {
  .link-header-contact {
    margin-bottom: 0.3rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
  }
}

.footer-common {
  color: #fff;
}
.footer-common .actions-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.footer-common .actions-button .button-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;
  width: 100%;
}
.footer-common .actions-button .button-wrapper::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  width: 0.14rem;
  height: 0.14rem;
  margin-left: 0.1rem;
  background: url("../img/common/target_icn_01.svg") center/100% auto no-repeat;
}
.footer-common .footer-viewport {
  letter-spacing: 0;
}
.footer-common .link-facebook {
  display: block;
}
.footer-common .contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-common .link-underline {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  font-size: 0.13rem;
  text-decoration: underline;
  cursor: pointer;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
@media (hover: hover) {
  .footer-common .link-underline:hover {
    text-decoration-color: transparent;
  }
}
.footer-common .contact-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-common .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-common .footer-copyright {
  font-size: 0.1rem;
}
@media print, (min-width: 768px) {
  .footer-common {
    padding: 50px 0 17px;
    background: url("../img/common/footer_bg_01.jpg") center/100% 100% no-repeat;
  }
  .footer-common .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
  }
  .footer-common .link-facebook {
    width: 27px;
    height: 27px;
    margin-right: 14px;
  }
  .footer-common .footer-contact {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer-common .actions-button {
    min-width: 176px;
    min-height: 44px;
    padding: 2px 8px 2px 19px;
    font-size: 0.17rem;
  }
  .footer-common .contact-actions {
    min-width: 176px;
    min-height: 44px;
    margin-bottom: 30px;
    font-size: 0.17rem;
    gap: 10px;
  }
  .footer-common .contact-link {
    margin-bottom: 24px;
  }
  html.is-tablet .footer-common .link-underline {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.5rem 0 0.26rem;
    background: url("../img/common/sp/footer_bg_01.jpg") center/100% 100% no-repeat;
  }
  .footer-common .footer-contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-common .contact-actions {
    gap: 0.1rem;
    margin-bottom: 0.28rem;
  }
  .footer-common .actions-button {
    width: 2.21rem;
    min-height: 0.51rem;
    padding: 0.02rem 0.13rem 0.02rem 0.19rem;
    font-size: 0.18rem;
  }
  .footer-common .link-facebook {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.25rem;
  }
  .footer-common .contact-link {
    margin-bottom: 0.6rem;
  }
}

.navigation-footer-sitemap .navigation-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-footer-sitemap .menu-child:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 17px;
    gap: 20px;
  }
  .navigation-footer-sitemap .navigation-menu {
    width: 160px;
  }
  .navigation-footer-sitemap .menu-child {
    margin-bottom: 5px;
  }
}

.section-common-contact {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.section-common-contact .contact-list,
.section-common-contact .contact-list-tel {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-common-contact .contact-list-tel {
  border-radius: 0.1rem;
  background-color: #fff;
}
.contact-list-tel .card-common-contact {
  border-radius: 0;
}
.section-common-contact .contact-list-tel h2 {
  line-height: 1;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-common-contact {
    padding: 94px 0 99px;
    background-image: url("../img/common/contact_bg_01.jpg");
  }
  .section-common-contact .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 49px;
  }
  .section-common-contact .contact-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 735px;
  }
  .section-common-contact .contact-list {
    gap: 15px;
  }
  .section-common-contact .contact-list .list-item {
    /*width: 33.3333333333%;
    max-width: 235px;*/
    width: 50%;
    max-width: 360px;
  }
  .section-common-contact .contact-list-tel {
    min-height: 172px;
    padding: 28px 12px 29px;
	margin-bottom: 15px;
  }
  .section-common-contact .contact-list-tel h2 {
    width:100%;
    margin-bottom: 25px;
    font-size: 0.22rem;
  }
  .section-common-contact .contact-list-tel .list-item {
    width: 33.3333333333%;
  }
  .contact-list-tel .card-common-contact {
    min-height: unset;
    padding: 0;
	border-right: 1px dotted #000;
  }
  .contact-list-tel .list-item:last-child .card-common-contact {
	border-right: none;
  }
  .section-common-contact .title-common-secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-contact {
    padding: 0.59rem 0 0.62rem;
    background-image: url("../img/common/sp/contact_bg_01.jpg");
  }
  .section-common-contact .contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.1rem;
  }
  .section-common-contact .title-common-secondary {
    margin-bottom: 0.3rem;
  }
  .section-common-contact .contact-list-tel {
    min-height: 1.41rem;
    padding: 0.3rem 0.15rem 0.1rem 0.15rem;
	margin-bottom: 0.1rem;
  }
  .section-common-contact .contact-list-tel h2 {
    width:100%;
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
  }
  .contact-list-tel .card-common-contact {
    min-height: unset;
    padding: 0.18rem 0;
	border-bottom: 1px dotted #000;
  }
  .contact-list-tel .list-item {
	width: 100%;
  }
  .contact-list-tel .list-item:last-child .card-common-contact {
	border-bottom: none;
  }
}

.card-common-contact {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #fff;
  text-align: center;
}
.card-common-contact .actions-phone {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.card-common-contact .actions-phone::before {
  content: "";
  position: absolute;
  background: url("../img/common/phone_icn_01.svg") center/100% auto no-repeat;
}
.card-common-contact .actions-phone a {
  color: #343434;
  font-family: "Inter", sans-serif;
}
.card-common-contact .item-title {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.card-common-contact .item-title .title-small {
  display: block;
  padding-top: 0.02rem;
}
.card-common-contact .item-actions {
  width: 100%;
}
.card-common-contact .actions-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 100px;
  background-color: #e03a36;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
html.is-tablet .card-common-contact .actions-button, html.is-firefox .card-common-contact .actions-button {
  padding: 0.05rem 0.1rem 0.06rem;
}
.card-common-contact .action-time {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .card-common-contact {
    min-height: 172px;
    padding: 28px 12px 29px;
  }
  .card-common-contact .item-title {
    margin-bottom: 3px;
    font-size: 0.17rem;
  }
  .card-common-contact .item-title .title-small {
    font-size: 0.14rem;
  }
  .card-common-contact .list-item {
    width: 33.3333333333%;
    max-width: 235px;
  }
  .card-common-contact .action-time {
    margin-top: -12px;
    font-size: 0.11rem;
  }
  .card-common-contact .actions-phone {
    padding-left: 28px;
    font-size: 0.25rem;
  }
  .card-common-contact .actions-phone::before {
    top: 1px;
    left: 4px;
    width: 21px;
    height: 28px;
  }
  .card-common-contact .actions-button {
    min-height: 0.44rem;
    margin-top: 16px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-common-contact {
    min-height: 1.41rem;
    padding: 0.18rem 0.1rem;
  }
  .card-common-contact .item-title {
    margin-bottom: -0.04rem;
    font-size: 0.17rem;
  }
  .card-common-contact .item-title .title-small {
    font-size: 0.14rem;
  }
  .card-common-contact .actions-phone {
    padding-left: 0.28rem;
    font-size: 0.25rem;
  }
  .card-common-contact .actions-phone::before {
    top: 0.01rem;
    left: 0.04rem;
    width: 0.21rem;
    height: 0.28rem;
  }
  .card-common-contact .action-time {
    margin-top: -0.08rem;
    font-size: 0.12rem;
  }
  .card-common-contact .actions-button {
    width: 2.34rem;
    min-height: 0.49rem;
    margin: 0.18rem auto 0;
    font-size: 0.17rem;
  }
}

@media print, (min-width: 768px) {
  .breadcrumb-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow-x: auto;
    white-space: nowrap;
  }
  .breadcrumb-common .breadcrumb-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto hidden;
  }
  .breadcrumb-common .breadcrumb-item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0.03rem;
    padding-right: 0.09rem;
    color: #676767;
  }
  .breadcrumb-common .breadcrumb-item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .breadcrumb-common .breadcrumb-item:last-child::before {
    content: none;
  }
  .breadcrumb-common .breadcrumb-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.06rem;
    margin-top: 0.02rem;
    background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
  }
  html.is-tablet .breadcrumb-common .breadcrumb-item::before {
    margin-top: 0.03rem;
  }
  .breadcrumb-common .item-wrapper {
    font-size: 0.12rem;
    line-height: 1.4166666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    display: none;
  }
}

.introduction-viewport,
.child-link,
.service-support,
.content-detail,
.gallery-image,
.maker-wrapper,
.message-content,
.contact-title,
.contact-information,
.privacy-content {
  letter-spacing: 0;
}

.paragraph-common:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .paragraph-common {
    margin-bottom: 43px;
    font-size: 0.14rem;
    line-height: 2.1428571429;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common {
    margin-bottom: 0.35rem;
    font-size: 0.12rem;
    line-height: 1.8333333333;
  }
}

.title-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  font-weight: 700;
}
.title-common-primary .title-english {
  font-family: "Inter", sans-serif;
  line-height: 1.3;
}
.title-common-primary .title-japanese {
  color: #e03a36;
}
@media print, (min-width: 768px) {
  .title-common-primary .title-english {
    font-size: 0.4rem;
  }
  .title-common-primary .title-japanese {
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-english {
    font-size: 0.3rem;
  }
  .title-common-primary .title-japanese {
    font-size: 0.14rem;
  }
}

.title-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.title-common-secondary.is-light {
  color: #fff;
}
.title-common-secondary.is-light .title-japanese {
  color: #fff;
}
.title-common-secondary .title-english {
  font-family: "Inter", sans-serif;
  line-height: 1.3;
}
.title-common-secondary .title-japanese {
  color: #676767;
}
@media print, (min-width: 768px) {
  .title-common-secondary .title-english {
    font-size: 0.41rem;
  }
  .title-common-secondary .title-japanese {
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary .title-english {
    font-size: 0.35rem;
  }
  .title-common-secondary .title-japanese {
    font-size: 0.14rem;
  }
}

.title-common-secondary.is-center {
  text-align: center;
}

@media print, (min-width: 768px) {
  .title-common-secondary.is-small .title-english {
    font-size: 0.35rem;
  }
  .title-common-secondary.is-small .title-japanese {
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary.is-small .title-english {
    font-size: 0.28rem;
  }
  .title-common-secondary.is-small .title-japanese {
    font-size: 0.13rem;
  }
}

.list-content-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .list-content-numbers {
    font-size: 0.14rem;
    line-height: 2.1428571429;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-content-numbers {
    font-size: 0.12rem;
    line-height: 1.8333333333;
  }
}

.list-common-blog {
  position: relative;
}
.list-common-blog:last-child {
  margin-bottom: 0;
}
.list-common-blog .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-blog .item-wrapper {
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  font-weight: 700;
}
@media (hover: hover) {
  .list-common-blog .item-wrapper:hover {
    opacity: 0.8;
  }
}
.list-common-blog .item-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.list-common-blog .datetime-detail {
  display: inline-block;
  font-family: "Inter", sans-serif;
}
.list-common-blog .item-title {
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media print, (min-width: 768px) {
  .list-common-blog {
    margin-bottom: 112px;
  }
  .list-common-blog .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 37px 20px;
  }
  .list-common-blog .item-wrapper {
    max-width: 230px;
  }
  .list-common-blog .item-title {
    font-size: 0.15rem;
    line-height: 1.6;
  }
  .list-common-blog .datetime-detail {
    min-width: 70px;
    margin-right: 12px;
    font-size: 0.12rem;
  }
  .list-common-blog .item-datetime {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-blog {
    margin-bottom: 0.73rem;
  }
  .list-common-blog .item-wrapper {
    max-width: 3rem;
    margin: 0 auto;
  }
  .list-common-blog .item-title {
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .list-common-blog .item-datetime {
    margin-bottom: 0.12rem;
  }
  .list-common-blog .list-item {
    margin-bottom: 0.44rem;
  }
  .list-common-blog .list-item:last-child {
    margin-bottom: 0;
  }
}

.list-common-category .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
  gap: 0.1rem;
}

@media print, (min-width: 768px) {
  .card-common-blog .item-image {
    width: 230px;
    height: 168px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .card-common-blog .item-image {
    width: 3rem;
    height: 2.19rem;
    margin-bottom: 0.19rem;
  }
  .card-common-blog .datetime-detail {
    min-width: 0.8rem;
    margin-right: 0.07rem;
    font-size: 0.13rem;
  }
}

.list-common-maker {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-common-maker .list-child {
  position: relative;
}
.list-common-maker .list-child::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/common/arrow_icn_05.svg") center/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .list-common-maker {
    padding: 32px 19px 0;
    gap: 7px 9px;
  }
  .list-common-maker .list-child {
    width: 50%;
    max-width: 400px;
    padding-left: 28px;
    font-size: 0.16rem;
  }
  .list-common-maker .list-child::before {
    top: 11px;
    width: 8px;
    height: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-maker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.27rem 0.2rem 0;
    gap: 0.2rem 0;
  }
  .list-common-maker .list-child {
    padding-left: 0.16rem;
    font-size: 0.14rem;
    line-height: 1.3571428571;
  }
  .list-common-maker .list-child::before {
    top: 0.04rem;
    width: 0.06rem;
    height: 0.11rem;
  }
}

.block-common-heading {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .block-common-heading {
    margin-bottom: 100px;
  }
  .block-common-heading .title-common-primary .title-japanese {
    max-width: 450px;
  }
  .block-common-heading .breadcrumb-common {
    margin-top: -34px;
  }
  .block-common-heading .breadcrumb-common .breadcrumb-wrapper {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-heading {
    margin-bottom: 0.56rem;
  }
}

.category-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
}
@media print, (min-width: 768px) {
  .category-common-primary {
    min-width: 85px;
    min-height: 35px;
    padding: 0 20px 2px;
    font-size: 0.15rem;
  }
  html.is-mac .category-common-primary {
    padding: 1px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .category-common-primary {
    min-width: 0.72rem;
    min-height: 0.3rem;
    padding: 0.02rem 0.15rem;
    font-size: 0.14rem;
  }
  html.is-ios .category-common-primary {
    padding: 0.01rem 0.15rem;
  }
}

.category-common-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.04rem 0.13rem;
  border: 1px solid #e03a36;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #e03a36;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
html.is-mac .category-common-secondary {
  padding: 0.045rem 0.13rem 0.04rem;
}
html.is-firefox .category-common-secondary {
  padding: 0.04rem 0.13rem 0.05rem;
}
@media print, (min-width: 768px) {
  .category-common-secondary {
    min-width: 64px;
    min-height: 22px;
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .category-common-secondary {
    min-width: 0.75rem;
    min-height: 0.25rem;
    font-size: 0.13rem;
  }
  html.is-ios .category-common-secondary {
    padding: 0.045rem 0.13rem 0.04rem;
  }
}

.post-common .wrapper {
  border-top: 1px solid #ebebeb;
}
.post-common .heading-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.15rem;
}
.post-common .heading-title {
  line-height: 1.3;
}
.post-common .heading-time {
  display: inline-block;
  min-width: 0.7rem;
  font-family: "Inter", sans-serif;
  font-size: 0.12rem;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .post-common {
    padding-top: 11px;
  }
  .post-common .heading-title {
    margin-bottom: 3px;
    font-size: 0.25rem;
  }
  .post-common .category-common-secondary {
    min-width: 78px;
    min-height: 26px;
    font-size: 0.14rem;
  }
  .post-common .heading-category {
    margin-bottom: 20px;
  }
  .post-common .post-heading {
    margin-bottom: 29px;
    padding-top: 30px;
  }
  .post-common .post-content {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-common .heading-title {
    margin-bottom: 0.09rem;
    font-size: 0.2rem;
  }
  .post-common .wrapper {
    margin-right: 0.18rem;
    margin-left: 0.19rem;
    padding: 0;
  }
  .post-common .post-heading {
    margin-bottom: 0.3rem;
    padding-top: 0.19rem;
  }
  .post-common .category-common-secondary {
    min-width: 0.72rem;
    min-height: 0.24rem;
    font-size: 0.12rem;
  }
  .post-common .heading-category {
    margin-bottom: 0.17rem;
  }
  .post-common .post-content {
    margin-bottom: 0.79rem;
  }
}

.post-content {
  overflow-wrap: break-word;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content b,
.post-content strong {
  font-weight: 700;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  display: inline-block;
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
}
@media (hover: hover) {
  .post-content a:hover {
    text-decoration-color: transparent;
  }
}
.post-content a.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .post-content a.trans:hover {
    opacity: 0.8;
  }
}
.post-content sup,
.post-content sub {
  position: relative;
  font-size: 0.6em;
}
.post-content sup {
  vertical-align: top;
}
.post-content sub {
  vertical-align: bottom;
}
.post-content figure,
.post-content picture,
.post-content img,
.post-content video,
.post-content iframe,
.post-content table {
  max-width: 100%;
  margin-bottom: 0.15rem;
}
.post-content figure:last-child,
.post-content picture:last-child,
.post-content img:last-child,
.post-content video:last-child,
.post-content iframe:last-child,
.post-content table:last-child {
  margin-bottom: 0;
}
.post-content figure img,
.post-content figure video,
.post-content figure iframe,
.post-content figure table {
  margin-bottom: 0;
}
.post-content figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.post-content figcaption:last-child {
  margin-bottom: 0;
}
.post-content blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.post-content blockquote::before, .post-content blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.post-content blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.post-content blockquote:last-child {
  margin-bottom: 0;
}
.post-content pre,
.post-content code {
  margin-bottom: 2em;
}
.post-content pre:last-child,
.post-content code:last-child {
  margin-bottom: 0;
}
.post-content ul {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: disc;
}
.post-content ul:last-child {
  margin-bottom: 0;
}
.post-content ol {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: decimal;
}
.post-content ol:last-child {
  margin-bottom: 0;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 700;
}
.post-content h2:last-child {
  margin-bottom: 0;
}
.post-content h3 {
  margin-bottom: 1em;
}
.post-content h3:last-child {
  margin-bottom: 0;
}
.post-content h4 {
  margin-bottom: 1em;
}
.post-content h4:last-child {
  margin-bottom: 0;
}
.post-content h5 {
  margin-bottom: 1em;
}
.post-content h5:last-child {
  margin-bottom: 0;
}
.post-content h6 {
  margin-bottom: 1em;
}
.post-content h6:last-child {
  margin-bottom: 0;
}
.post-content > div {
  margin-bottom: 2em;
}
.post-content > div:last-child {
  margin-bottom: 0;
}
.post-content .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-content .has-background {
  background-color: #ccc;
}
.post-content .has-small-font-size {
  font-size: 0.13rem;
}
.post-content .has-large-font-size {
  font-size: 0.36rem;
}
.post-content .has-x-large-font-size {
  font-size: 0.42rem;
}
.post-content .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #000;
}
.post-content .wp-block-table thead,
.post-content .wp-block-table tbody,
.post-content .wp-block-table tfoot {
  border: none;
}
.post-content .wp-block-table th,
.post-content .wp-block-table td {
  padding: 0.5em;
  border: 1px solid #000;
}
.post-content .wp-block-table th {
  background-color: #ccc;
  font-weight: 700;
}
.post-content .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.post-content .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.post-content .wp-block-column {
  margin: 0 1em;
}
.post-content .wp-block-column:first-child {
  margin-left: 0;
}
.post-content .wp-block-column:last-child {
  margin-right: 0;
}
@media print, (min-width: 768px) {
  .post-content p {
    margin-bottom: 30px;
    font-size: 0.14rem;
    line-height: 2.1428571429;
  }
  .post-content h2 {
    font-size: 0.24rem;
  }
  .post-content h3 {
    font-size: 0.22rem;
  }
  .post-content h4 {
    font-size: 0.2rem;
  }
  .post-content h5 {
    font-size: 0.18rem;
  }
  .post-content h6 {
    font-size: 0.16rem;
  }
  .post-content > div {
    margin-bottom: 44px;
  }
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-bottom: 9px;
  }
  .post-content p + figure {
    margin-top: -8px;
  }
  .post-content figure + p {
    margin-top: 31px;
  }
  .post-content p + h2 {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content p {
    margin-bottom: 0.24rem;
    font-size: 0.13rem;
    line-height: 1.8461538462;
  }
  .post-content h2 {
    font-size: 0.17rem;
  }
  .post-content h3 {
    font-size: 0.16rem;
  }
  .post-content h4 {
    font-size: 0.15rem;
  }
  .post-content h5 {
    font-size: 0.14rem;
  }
  .post-content h6 {
    font-size: 0.13rem;
  }
  .post-content > div {
    margin-bottom: 0.33rem;
  }
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-bottom: 0.16rem;
    line-height: 1.4;
  }
  .post-content figure + p {
    margin-top: 0.19rem;
  }
  .post-content p + h2 {
    margin-top: 33px;
  }
}

.pagination-common-primary .wp-pager {
  gap: 0.34rem;
}
.pagination-common-primary .page-numbers {
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 0.2rem;
  line-height: 1;
}
.pagination-common-primary .page-numbers::before {
  content: "";
  position: absolute;
  right: -0.12rem;
  left: -0.1rem;
  height: 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-bottom: 1px solid #e03a36;
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) {
  .pagination-common-primary .page-numbers:hover {
    color: #e03a36;
  }
  .pagination-common-primary .page-numbers:hover::before {
    opacity: 1;
  }
}
.pagination-common-primary .page-numbers.dots {
  pointer-events: none;
}
.pagination-common-primary .page-numbers.current {
  color: #e03a36;
  pointer-events: none;
}
.pagination-common-primary .page-numbers.current::before {
  opacity: 1;
}
@media print, (min-width: 768px) {
  .pagination-common-primary .arrow a {
    width: 39px;
    height: 39px;
  }
  .pagination-common-primary .page-numbers::before {
    bottom: -10px;
  }
  .pagination-common-primary .arrow.prev {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common-primary .arrow a {
    width: 0.45rem;
    height: 0.45rem;
  }
  .pagination-common-primary .arrow.next {
    margin-left: -0.06rem;
  }
  .pagination-common-primary .arrow.prev {
    margin-right: -0.06rem;
  }
  .pagination-common-primary .wp-pager {
    max-width: 3.38rem;
    margin: 0 auto;
  }
  .pagination-common-primary .page-numbers::before {
    bottom: -0.09rem;
  }
}

.pagination-common-secondary .pagination-all {
  min-height: 0.45rem;
  padding: 0 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #000;
  opacity: 1;
  background-color: #000;
  color: #fff;
  font-size: 0.2rem;
}
@media (hover: hover) {
  .pagination-common-secondary .pagination-all:hover {
    opacity: 0.8;
  }
}
.pagination-common-secondary .arrow a {
  width: 0.45rem;
  height: 0.45rem;
}
@media print, (min-width: 768px) {
  .pagination-common-secondary .pagination-all {
    width: 150px;
  }
  .pagination-common-secondary .wp-pager {
    gap: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common-secondary .wp-pager {
    gap: 0.3rem;
  }
  .pagination-common-secondary .pagination-all {
    width: 1.87rem;
  }
}

.pagination-common-primary,
.pagination-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-common-primary .wp-pager,
.pagination-common-secondary .wp-pager {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-common-primary li a,
.pagination-common-primary li span,
.pagination-common-secondary li a,
.pagination-common-secondary li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.pagination-common-primary .arrow a,
.pagination-common-secondary .arrow a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #000;
  opacity: 1;
}
.pagination-common-primary .arrow a img,
.pagination-common-secondary .arrow a img {
  position: relative;
  width: 0.1rem;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (hover: hover) {
  .pagination-common-primary .arrow a:hover,
  .pagination-common-secondary .arrow a:hover {
    opacity: 0.8;
  }
}
.pagination-common-primary .arrow.is-disabled,
.pagination-common-secondary .arrow.is-disabled {
  pointer-events: none;
}
.pagination-common-primary .arrow.is-disabled a,
.pagination-common-secondary .arrow.is-disabled a {
  border-color: #b9b9b9;
  background-color: #b9b9b9;
}
.pagination-common-primary .arrow.is-disabled img,
.pagination-common-secondary .arrow.is-disabled img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pagination-common-primary .arrow.prev img,
.pagination-common-secondary .arrow.prev img {
  right: 0.01rem;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pagination-common-primary .arrow.next img,
.pagination-common-secondary .arrow.next img {
  left: 0.01rem;
}

.section-report .report-category {
  background-color: #b9b9b9;
}
.section-report .category-title {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .section-report {
    padding-bottom: 129px;
  }
  .section-report .block-common-heading {
    margin-bottom: 70px;
  }
  .section-report .report-category {
    padding: 22px 0;
  }
  .section-report .report-content {
    padding: 60px 0 0;
  }
  .section-report .category-title {
    font-size: 0.25rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-report {
    padding-bottom: 0.6rem;
  }
  .section-report .block-common-heading {
    margin-bottom: 0.61rem;
  }
  .section-report .report-category {
    margin-bottom: 0.4rem;
    padding: 0.2rem 0;
  }
  .section-report .category-title {
    font-size: 0.18rem;
    line-height: 1.6;
  }
  .section-report.is-details {
    padding-bottom: 0.8rem;
  }
}
/*# sourceMappingURL=report.css.map */