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

.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 .wrapper {
    width: 80%;
	max-width: unset;
  }
  .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;
  }
}

.block-common-heading.has-banner {
  overflow: hidden;
}

.banner-common {
  position: relative;
  margin-left: auto;
}
.banner-common .banner-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-common .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, (min-width: 768px) {
  .banner-common {
    /*height: 315px;*/
    margin-top: 67px;
    min-height: 315px;
    height: 3.5rem;
  }
  .banner-common .banner-image {
    /*left: calc(50% - 490px);
    width: calc(100vw - 193px);*/
	left: 10%;
	width: 90%;
  }
}
@media print, (min-width: 768px) and (max-width: 1349.98px) {
  .banner-common .banner-image {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-common {
    height: 1.59rem;
    margin-top: 0.61rem;
  }
  .banner-common .banner-image {
    left: 0.19rem;
    width: 3.56rem;
  }
}

@media print, (min-width: 768px) {
  .block-common-heading {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-heading {
    margin-bottom: 0.5rem;
  }
}

.section-about-introduction {
  padding-bottom: 0.5rem;
}
.section-about-introduction .introduction-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-about-introduction .introduction-title span {
  display: inline-block;
}
.section-about-introduction .title-highlight {
  position: relative;
  color: #e03a36;
  font-weight: 700;
  text-align: center;
}
.section-about-introduction .title-highlight::before, .section-about-introduction .title-highlight::after {
  content: "";
  position: absolute;
  background: url("../img/about/decoration_title_01.svg") center/100% auto no-repeat;
}
.section-about-introduction .title-highlight::before {
  top: 0;
  left: 0;
}
.section-about-introduction .title-highlight::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-about-introduction .introduction-wrapper {
  background-color: #f4f4f4;
}
.section-about-introduction .introduction-content {
  background-color: #fff;
}
@media print, (min-width: 768px) {
  .section-about-introduction .introduction-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 65px;
  }
  .section-about-introduction .title-highlight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 467px;
    margin: 0 20px;
    padding: 14px;
    font-size: 0.35rem;
    line-height: 1.2571428571;
  }
  .section-about-introduction .title-highlight::before, .section-about-introduction .title-highlight::after {
    width: 30px;
    height: 30px;
  }
  .section-about-introduction .title-wrapper {
    max-width: 200px;
    padding-bottom: 7px;
    font-size: 0.3rem;
    line-height: 1.3666666667;
  }
  .section-about-introduction .introduction-wrapper {
    padding: 50px 0;
  }
  .section-about-introduction .introduction-image {
    max-width: 826px;
    margin: 0 auto 50px;
  }
  .section-about-introduction .introduction-content {
    max-width: 882px;
    margin: 0 auto;
    padding: 22px 40px 4px;
    line-height: 2.1428571429;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-introduction .introduction-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.32rem;
  }
  .section-about-introduction .title-highlight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*padding: 0.14rem;*/
	padding: 0.14rem 0.12rem;
    font-size: 0.26rem;
    line-height: 1.0769230769;
  }
  .section-about-introduction .title-highlight::before, .section-about-introduction .title-highlight::after {
    width: 0.2rem;
    height: 0.2rem;
  }
  .section-about-introduction .title-wrapper {
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
  .section-about-introduction .introduction-wrapper {
    padding: 0.55rem 0 0.34rem;
  }
  .section-about-introduction .introduction-image {
    max-width: 3.38rem;
    margin: 0 auto 0.55rem;
  }
  .section-about-introduction .introduction-content {
    margin: 0 0.19rem;
    padding: 0.24rem 0.19rem 0.1rem;
    line-height: 1.8571428571;
  }
}

.section-about-strength .strength-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-about-strength .strength-item:last-child {
  margin-bottom: 0;
}
.section-about-strength .strength-image {
  position: relative;
}
.section-about-strength .image-number {
  position: absolute;
  color: #e03a36;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
.section-about-strength .content-description {
  margin: 0;
  font-size: 0.14rem;
}
@media print, (min-width: 768px) {
  .section-about-strength {
    padding: 30px 0 160px;
  }
  .section-about-strength .title-common-secondary.is-center {
    margin-bottom: 85px;
  }
  .section-about-strength .title-common-secondary.is-center .title-english {
    margin-bottom: -7px;
    font-size: 0.35rem;
    line-height: 1.3428571429;
  }
  .section-about-strength .strength-item {
    margin-bottom: 98px;
  }
  .section-about-strength .strength-item:nth-child(even) .strength-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section-about-strength .strength-item:nth-child(even) .strength-content {
    padding-right: 39px;
    padding-left: 0;
  }
  .section-about-strength .strength-item:nth-child(even) .image-number {
    right: unset;
    left: -28px;
  }
  .section-about-strength .image-wrapper {
    width: 490px;
    height: 318px;
  }
  .section-about-strength .strength-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-about-strength .image-number {
    top: -22px;
    right: -23px;
    font-size: 0.45rem;
  }
  .section-about-strength .strength-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 490px;
    height: 318px;
  }
  .section-about-strength .strength-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 39px;
  }
  .section-about-strength .content-title {
    margin-bottom: 18px;
    font-size: 0.26rem;
    line-height: 1.3846153846;
  }
  .section-about-strength .content-description {
    line-height: 2.1428571429;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-strength {
    padding: 0.1rem 0 0.8rem;
  }
  .section-about-strength .wrapper {
    padding: 0;
  }
  .section-about-strength .title-common-secondary.is-center {
    margin-bottom: 0.58rem;
  }
  .section-about-strength .title-common-secondary.is-center .title-english {
    margin-bottom: 0.03rem;
    font-size: 0.28rem;
    line-height: 1.3214285714;
  }
  .section-about-strength .title-common-secondary.is-center .title-japanese {
    font-size: 0.13rem;
  }
  .section-about-strength .strength-item {
    margin-bottom: 0.9rem;
  }
  .section-about-strength .image-number {
    top: -0.18rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.4rem;
  }
  .section-about-strength .strength-image {
    width: 100%;
    height: 2.43rem;
    margin-bottom: 0.3rem;
  }
  .section-about-strength .strength-content {
    padding: 0 0.19rem;
  }
  .section-about-strength .content-title {
    margin-bottom: 0.15rem;
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
  .section-about-strength .content-description {
    line-height: 1.8571428571;
  }
}
/*# sourceMappingURL=about.css.map */