@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;
  text-decoration: none;
}

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

ul {
  list-style: 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 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.01;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 25.641025641vw;
  }
}

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

a:not([class]) {
  -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;
  cursor: pointer;
}
@media (hover: hover) {
  a:not([class]):hover {
    text-decoration-color: transparent;
  }
}

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

.hidden {
  display: none;
}

.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: 100vh;
}
@media print, (min-width: 768px) {
  .container {
    min-width: 1250px;
    padding-top: 0.66rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
    padding-top: 0.65rem;
  }
}

@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.2rem;
    padding-left: 0.2rem;
  }
}

.noto-sans-jp-thin {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-optical-sizing: auto;
}

.noto-sans-jp-extralight {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-optical-sizing: auto;
}

.noto-sans-jp-light {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-optical-sizing: auto;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
}

.noto-sans-jp-semibold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-optical-sizing: auto;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
}

.noto-sans-jp-extrabold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-optical-sizing: auto;
}

.noto-sans-jp-black {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-optical-sizing: auto;
}

.open-sans-light {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

.open-sans-medium {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

.open-sans-semibold {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

.open-sans-extrabold {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

@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: 10001;
  width: 1px;
  height: 1px;
  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;
  font-size: 0.15rem;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.header-common {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.header-common .navigation-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.header-common .header-description,
.header-common .label-header-primary {
  color: #000;
}
@media print, (min-width: 768px) {
  .header-common {
    min-width: 1250px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header-common .header-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 980px;
    min-height: 66px;
  }
  .header-common .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-common .navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 389px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .header-common .logo-header-common {
    margin-right: 18px;
  }
  .header-common .header-description {
    font-size: 0.11rem;
    line-height: 0.15rem;
  }
  .header-common .label-header-secondary {
    color: #000;
  }
  .header-common .navigation-item {
    font-size: 0.14rem;
    line-height: 0.19rem;
  }
  .header-common .navigation-item:nth-child(1), .header-common .navigation-item:nth-child(2) {
    margin-right: 40px;
  }
  .header-common .navigation-item:nth-child(3) {
    margin-right: 35px;
  }
  .header-common .navigation-list {
    display: grid;
    visibility: hidden;
    position: fixed;
    z-index: 999;
    top: 66px;
    left: 0;
    grid-template-columns: repeat(4, 230px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    min-width: 1260px;
    padding: 0 0 43px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    background-color: #ebebeb;
    cursor: auto;
    pointer-events: none;
    gap: 20px;
  }
  .header-common .navigation-list .image-common {
    width: 230px;
    height: 107px;
    margin-bottom: 12px;
  }
  .header-common .navigation-list .label-wrapper {
    position: relative;
    padding-right: 21px;
    letter-spacing: 0.05em;
  }
  .header-common .navigation-list .label-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    background: url("../img/common/header_decor_02.svg") no-repeat;
    background-size: 100%;
  }
  .header-common .is-submenu {
    position: relative;
    z-index: 2;
    padding-right: 10px;
    cursor: pointer;
  }
  .header-common .is-submenu::before, .header-common .is-submenu::after {
    content: "";
    position: absolute;
  }
  .header-common .is-submenu::before {
    bottom: -24px;
    left: 50%;
    width: calc(100% + 50px);
    height: calc(100% + 8px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: auto;
    pointer-events: none;
  }
  .header-common .is-submenu::after {
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(70%, -50%);
    -ms-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url("../img/common/header_decor_01.svg") no-repeat;
    background-size: 100%;
  }
  .header-common .is-submenu:hover::after, .header-common .is-submenu.is-hover::after {
    -webkit-transform: translate(70%, -10%) rotate(180deg);
    -ms-transform: translate(70%, -10%) rotate(180deg);
    transform: translate(70%, -10%) rotate(180deg);
  }
  .header-common .is-submenu:hover::before, .header-common .is-submenu.is-hover::before {
    pointer-events: all;
  }
  .header-common .is-submenu:hover .navigation-list, .header-common .is-submenu.is-hover .navigation-list {
    visibility: visible;
    padding: 40px 0 43px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.25s ease, visibility 0s 0.18s linear, padding 0.35s ease, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease, visibility 0s 0.18s linear, padding 0.35s ease, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease, visibility 0s 0.18s linear, transform 0.25s ease-out, padding 0.35s ease;
    transition: opacity 0.25s ease, visibility 0s 0.18s linear, transform 0.25s ease-out, padding 0.35s ease, -webkit-transform 0.25s ease-out;
    opacity: 1;
    pointer-events: all;
  }
  html.is-safari .header-common .is-submenu:hover .navigation-list, html.is-safari .header-common .is-submenu.is-hover .navigation-list {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  }
  .header-common .header-viewport.wrapper {
    padding-right: 0.17rem;
    padding-left: 0.17rem;
  }
  .header-common .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0.65rem;
  }
  .header-common .logo-header-common {
    margin-right: 0.13rem;
  }
  .header-common .logo-header-common .image-common {
    width: 1.22rem;
    height: 0.36rem;
  }
  .header-common .header-description {
    font-size: 0.09rem;
  }
  .header-common .header-navigation {
    visibility: hidden;
    position: fixed;
    top: 0.65rem;
    right: 0;
    width: 100vw;
    height: calc(100dvh - 0.65rem);
    overflow-y: auto;
    opacity: 0;
    background-color: #3b3b3b;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
  }
  .header-common .header-navigation.is-open {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header-common .is-active .header-navigation {
    visibility: visible;
    opacity: 0.9;
    pointer-events: auto;
  }
  .header-common .navigation-wrapper {
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .header-common .navigation-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 3.12rem;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }
  .header-common .label-wrapper {
    padding-left: 0.07rem;
    color: #fff;
    font-size: 0.14rem;
  }
  .header-common .navigation-header-sitemap {
    height: 100%;
    padding: 0.55rem 0.38rem 0.2rem;
    overflow-y: auto;
  }
  .header-common .label-header-primary {
    display: block;
    padding: 0.15rem 0 0.16rem;
  }
  .header-common .navigation-item {
    position: relative;
  }
  .header-common .navigation-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 3.12rem;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }
  .header-common .navigation-list {
    display: none;
    position: relative;
    padding-top: 0.09rem;
    padding-bottom: 0.13rem;
  }
  .header-common .navigation-list::before {
    content: "";
    position: absolute;
    top: 0.02rem;
    left: 50%;
    width: 3.12rem;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
  }
  .header-common .navigation-list .label-wrapper {
    font-size: 0.13rem;
    line-height: 0.19rem;
  }
  .header-common .navigation-list .list-item {
    position: relative;
    padding: 0.08rem 0 0.06rem 0.24rem;
    cursor: auto;
  }
  .header-common .navigation-list .list-item::after {
    content: "";
    position: absolute;
    top: 57%;
    left: 0.16rem;
    width: 0.07rem;
    height: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
  }
  .header-common .is-submenu {
    cursor: pointer;
  }
  .header-common .is-submenu .label-header-primary {
    position: relative;
    padding: 0;
  }
  .header-common .is-submenu .label-header-primary::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.1rem;
    bottom: 0;
    width: 0.1rem;
    margin-bottom: 0.01rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url("../img/common/sp/header_decor_01.svg") center/100% auto no-repeat;
  }
  .header-common .is-submenu .label-header-primary:hover::after {
    opacity: 0.8;
  }
  .header-common .is-submenu .label-header-primary.is-active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-common .is-submenu .label-header-primary .label-wrapper {
    display: inline-block;
    width: 2.7rem;
    padding: 0.15rem 0.07rem 0.16rem;
  }
  .header-common .button-header-menu {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0.17rem;
    width: 0.26rem;
    height: 0.65rem;
    cursor: pointer;
  }
  .header-common .button-header-menu .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -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;
    width: 100%;
    height: 100%;
    gap: 0.04rem;
  }
  .header-common .button-header-menu .button-line {
    display: block;
    width: 0.28rem;
    height: 0.02rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #707070;
  }
  .header-common .button-header-menu.is-active .button-line:nth-child(1) {
    -webkit-transform: translateY(0.06rem) rotate(22deg);
    -ms-transform: translateY(0.06rem) rotate(22deg);
    transform: translateY(0.06rem) rotate(22deg);
  }
  .header-common .button-header-menu.is-active .button-line:nth-child(2) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  .header-common .button-header-menu.is-active .button-line:nth-child(3) {
    -webkit-transform: translateY(-0.06rem) rotate(-22deg);
    -ms-transform: translateY(-0.06rem) rotate(-22deg);
    transform: translateY(-0.06rem) rotate(-22deg);
  }
}
@media print {
  .header-common {
    position: absolute;
  }
}

.footer-common {
  position: relative;
  background-color: #525252;
}
.footer-common::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #959595;
}
.footer-common .wrapper {
  max-width: 12rem;
}
.footer-common .footer-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-common .footer-information {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-common .logo-image {
  width: 1.64rem;
}
.footer-common .footer-address {
  color: #fff;
  font-size: 0.12rem;
  line-height: 1.8333333333;
}
.footer-common .copyright-description {
  margin-bottom: 0;
  color: #fff;
  font-family: "Hiragino Sans", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", sans-serif;
  font-weight: 300;
  text-align: center;
}
.footer-common .navigation-footer-sitemap {
  padding-left: 0;
}
@media print, (min-width: 768px) {
  .footer-common a {
    display: inline-block;
  }
  .footer-common::before {
    bottom: 0.61rem;
  }
  .footer-common .footer-wrapper {
    padding: 57px 0 73px;
  }
  .footer-common .footer-information {
    width: 20%;
  }
  .footer-common .navigation-footer-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 546px;
    margin-bottom: 0;
    gap: 49px;
  }
  html.is-safari .footer-common .navigation-footer-sitemap {
    width: auto;
    min-width: 546px;
  }
  .footer-common .navigation-item {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
  .footer-common .navigation-item:first-of-type {
    max-width: 0.42rem;
  }
  .footer-common .navigation-item:first-of-type .item-heading {
    margin-right: 0.14rem;
  }
  .footer-common .navigation-item:nth-child(2) {
    max-width: 1.68rem;
  }
  .footer-common .navigation-item:nth-child(3) {
    max-width: 0.96rem;
    margin-left: -6px;
  }
  .footer-common .navigation-item:nth-child(4) {
    max-width: 1.11rem;
    margin-left: -11px;
  }
  html.is-safari .footer-common .navigation-item:nth-child(4) {
    max-width: none;
  }
  .footer-common .navigation-item,
  .footer-common .navigation-title {
    color: #fff;
  }
  .footer-common .navigation-title {
    font-size: 0.14rem;
    line-height: 1.3333333333;
    margin-bottom: 10px;
  }
  .footer-common .navigation-link {
    font-size: 0.12rem;
    line-height: 1.3333333333;
  }
  .footer-common .copyright-description {
    font-size: 0.1rem;
    line-height: 1.3333333333;
    padding: 0.23rem 0 0.24rem;
  }
  .footer-common .logo-image {
    margin-top: 5px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common::before {
    bottom: 0.5rem;
  }
  .footer-common .footer-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.9rem 0 0.91rem;
  }
  .footer-common .footer-information {
    width: 100%;
    text-align: center;
  }
  .footer-common .navigation-footer-sitemap {
    display: none;
  }
  .footer-common .copyright-description {
    font-size: 0.08rem;
    line-height: 1.3333333333;
    padding: 0.18rem 0;
  }
  .footer-common .logo-image {
    display: block;
    margin: 0 auto 0.11rem;
  }
}

.section-common-related {
  background-color: #ebebeb;
}
.section-common-related .related-list {
  display: grid;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-common-related .related-title {
  color: #000;
}
.section-common-related .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}
.section-common-related .item-link::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-common-related .list-item {
  display: contents;
}
@media print, (min-width: 768px) {
  .section-common-related {
    padding: 66px 0 100px;
  }
  .section-common-related .related-title {
    margin-bottom: 33px;
    font-size: 0.2rem;
    letter-spacing: 0.07em;
    line-height: 0.27rem;
  }
  .section-common-related .related-list {
    grid-template-columns: repeat(4, 236px);
    gap: 12px;
  }
  .section-common-related .item-link {
    padding: 22px 25px 23px;
    font-size: 0.15rem;
    letter-spacing: 0.05em;
    line-height: 0.2rem;
  }
  .section-common-related .item-link::after {
    top: 49%;
    right: 13px;
    width: 12px;
    height: 12px;
    background: url("../img/common/related_decor.svg") no-repeat;
    background-size: 100%;
  }
  .section-common-related .list-item {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-related {
    padding: 0.36rem 0 0.5rem;
  }
  .section-common-related .related-title {
    margin-bottom: 0.23rem;
    font-size: 0.18rem;
    letter-spacing: 0.07em;
    line-height: 0.24rem;
  }
  .section-common-related .item-link {
    padding: 0.19rem 0.25rem 0.2rem 0.13rem;
    font-size: 0.14rem;
    letter-spacing: 0.05em;
    line-height: 0.19rem;
  }
  .section-common-related .item-link::after {
    top: 50%;
    right: 0.12rem;
    width: 0.11rem;
    height: 0.11rem;
    background: url("../img/common/sp/related_decor.svg") no-repeat;
    background-size: 100%;
  }
  .section-common-related .related-list {
    grid-template-columns: repeat(2, 1.68rem);
    gap: 0.15rem;
  }
  .section-common-related .list-item {
    margin-right: 0.12rem;
  }
  .section-common-related .list-item:nth-child(even) .item-link {
    padding: 0.19rem 0.25rem 0.2rem 0.15rem;
  }
  .section-common-related .list-item:nth-child(even) .item-link::after {
    right: 0.1rem;
  }
}
@media print {
  .section-common-related {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}

.keyvisual-common-primary {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.keyvisual-common-primary .paragraph-common {
  margin: 0 auto;
  text-align: left;
}
.keyvisual-common-primary .subtitle-common {
  display: block;
  color: #fff;
  letter-spacing: 0.07em;
}
@media print, (min-width: 768px) {
  .keyvisual-common-primary .subtitle-common {
    font-size: 0.18rem;
    line-height: 1.3333333333;
    margin-bottom: 0.16rem;
  }
  .keyvisual-common-primary .heading-common-secondary {
    width: 504px;
    margin: 0 auto 0.76rem;
  }
  .keyvisual-common-primary .paragraph-common {
    width: 616px;
  }
  .keyvisual-common-primary .description-common-primary {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common-primary .subtitle-common {
    margin-bottom: 0.21rem;
    font-size: 0.14rem;
    line-height: 1.3333333333;
  }
  .keyvisual-common-primary .heading-common-secondary {
    width: 100%;
    margin-bottom: 0.68rem;
    margin-left: 0.07rem;
  }
  .keyvisual-common-primary .heading-common-secondary br {
    display: block;
  }
  .keyvisual-common-primary .paragraph-common {
    width: 100%;
    padding: 0 0.09rem;
  }
  .keyvisual-common-primary .description-common-primary {
    margin-bottom: 0.31rem;
  }
}

.keyvisual-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.keyvisual-common-secondary::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(92, 92, 92, 0.5490196078);
}
.keyvisual-common-secondary .heading-common {
  position: relative;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.07em;
}
@media print, (min-width: 768px) {
  .keyvisual-common-secondary {
    min-height: 150px;
  }
  .keyvisual-common-secondary .heading-common {
    width: 980px;
    font-size: 0.25rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common-secondary {
    min-height: 1.4rem;
  }
  .keyvisual-common-secondary .heading-common {
    font-size: 0.18rem;
    line-height: 1.3333333333;
    width: 100%;
    text-align: center;
  }
}

.breadcrumb-common {
  background-color: #fff;
  list-style: none;
}
.breadcrumb-common .breadcrumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 0;
  overflow: auto hidden;
  list-style: none;
}
.breadcrumb-common .breadcrumb-item {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.breadcrumb-common .breadcrumb-item + .breadcrumb-item::before {
  border-top: 1px solid #939393;
  border-right: 1px solid #939393;
  rotate: 45deg;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb-common .item-link {
  display: block;
  color: #939393;
}
@media print, (min-width: 768px) {
  .breadcrumb-common .breadcrumb-wrapper {
    width: 9.8rem;
    padding-top: 0.2rem;
    gap: 0.23rem;
  }
  .breadcrumb-common .breadcrumb-item + .breadcrumb-item::before {
    left: -0.16rem;
    width: 0.06rem;
    height: 0.06rem;
  }
  .breadcrumb-common .item-link {
    font-size: 0.12rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common .breadcrumb-wrapper {
    width: 3.5rem;
    padding-top: 0.16rem;
    gap: 0.18rem;
  }
  .breadcrumb-common .breadcrumb-item + .breadcrumb-item::before {
    top: 0.06rem;
    left: -0.13rem;
    width: 0.05rem;
    height: 0.05rem;
  }
  html.is-ios .breadcrumb-common .breadcrumb-item + .breadcrumb-item::before {
    top: 0.065rem;
  }
  .breadcrumb-common .item-link {
    font-size: 0.1rem;
    line-height: 1.3333333333;
  }
}

.button-common-primary {
  min-width: 1.07rem;
  background-color: #3b3b3b;
  color: #fff;
  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;
  font-size: 0.14rem;
  line-height: 1.3333333333;
}
.button-common-primary.is-japanese {
  padding: 0.04rem 0;
}
.button-common-primary.is-english {
  padding: 0.1rem 0;
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    min-width: 1.09rem;
    font-size: 0.13rem;
  }
}

.heading-common-primary {
  color: #fff;
  font-style: italic;
  font-size: 0.58rem;
  line-height: 1.3620689655;
}
@media only screen and (max-width: 767.98px) {
  .heading-common-primary {
    font-size: 0.44rem;
  }
}

.heading-common-secondary {
  position: relative;
  color: #fff;
  letter-spacing: 0.05em;
}
.heading-common-secondary::before, .heading-common-secondary::after {
  content: "";
  position: absolute;
  width: 0.08rem;
  border-style: solid;
  border-color: #fff;
}
.heading-common-secondary::before {
  border-width: 0.02rem 0 0 0.02rem;
}
.heading-common-secondary::after {
  border-right: solid;
  border-bottom: solid;
  border-width: 0 0.02rem 0.02rem 0;
}
@media print, (min-width: 768px) {
  .heading-common-secondary {
    font-size: 0.3rem;
    line-height: 1.3333333333;
  }
  .heading-common-secondary::before, .heading-common-secondary::after {
    height: 27px;
  }
  .heading-common-secondary::before {
    top: 8px;
    left: -19px;
  }
  .heading-common-secondary::after {
    right: -18px;
    bottom: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .heading-common-secondary {
    font-weight: 700;
    font-size: 0.23rem;
    line-height: 1.3913043478;
  }
  .heading-common-secondary::before, .heading-common-secondary::after {
    height: 0.25rem;
  }
  .heading-common-secondary::before {
    top: 0;
    left: 0.12rem;
  }
  .heading-common-secondary::after {
    right: 0.25rem;
    bottom: -0.15rem;
  }
}

.list-common-news {
  margin: 0 auto;
  padding-left: 0;
}
.list-common-news .list-item {
  border-bottom: 1px solid #d0d0d0;
}
.list-common-news .list-item:first-child {
  border-top: 1px solid #d0d0d0;
}
.list-common-news .item-viewport {
  position: relative;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.list-common-news .item-viewport:hover {
  opacity: 0.8;
}
.list-common-news .title-note {
  color: #fff;
}
.list-common-news .viewport-wrapper {
  padding-left: 0.1rem;
}
.list-common-news .item-link {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.list-common-news .wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-common-news .title-time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #454545;
}
.list-common-news .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  gap: 0.03rem 0.06rem;
}
.list-common-news .link-description {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  color: #454545;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media print, (min-width: 768px) {
  .list-common-news {
    width: 980px;
  }
  .list-common-news .list-item {
    margin: 2px 0;
  }
  .list-common-news .wrapper-title {
    margin-bottom: 9px;
    gap: 4px;
  }
  .list-common-news .title-time {
    font-size: 0.14rem;
    line-height: 1.3333333333;
    min-width: 75px;
  }
  .list-common-news .category-list {
    top: -2px;
  }
  .list-common-news .title-note {
    font-size: 0.11rem;
    line-height: 1.3333333333;
    padding: 2px 7px;
    padding-right: 9px;
  }
  .list-common-news .title-note-news {
    color: #579ac3;
  }
  html.is-firefox .list-common-news .title-note, .html.is-mac .list-common-news .title-note {
    padding-top: 1px;
    padding-bottom: 3px;
  }
  .list-common-news .link-description {
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .list-common-news .item-viewport {
    padding: 15px 0 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-news {
    width: 100%;
  }
  .list-common-news .item-viewport {
    padding: 0.17rem 0 0.15rem;
  }
  .list-common-news .wrapper-title {
    gap: 0.03rem;
    margin-bottom: 0.1rem;
  }
  .list-common-news .title-time {
    font-size: 0.12rem;
    line-height: 1.3333333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0.64rem;
    padding-top: 0.01rem;
  }
  .list-common-news .category-list {
    top: -0.01rem;
  }
  .list-common-news .title-note {
    font-size: 0.1rem;
    line-height: 1.3333333333;
    padding: 0.01rem 0.0425rem;
  }
  .list-common-news .title-note-news {
    color: #579ac3;
  }
  .list-common-news .link-description {
    font-size: 0.14rem;
    line-height: 1.3333333333;
  }
}

.pagination-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination-common-primary .wp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 0.72rem;
  gap: 0.28rem;
}
.pagination-common-primary .page-numbers {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #c7c7c7;
  font-style: italic;
  font-size: 0.19rem;
  line-height: 1.3333333333;
}
.pagination-common-primary .page-numbers.current, .pagination-common-primary .page-numbers:hover {
  color: #01142e;
}
.pagination-common-primary li:has(.hidden) {
  display: none;
}
.pagination-common-primary .arrow {
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  background-color: #3b3b3b;
  cursor: pointer;
}
.pagination-common-primary .arrow::before {
  content: "";
  position: absolute;
  width: 0.09rem;
  height: 0.09rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
}
.pagination-common-primary .arrow.prev {
  left: 0;
}
.pagination-common-primary .arrow.prev::before {
  rotate: -135deg;
  top: 24%;
  left: 45%;
}
.pagination-common-primary .arrow.disabled {
  background-color: #bebebe;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-common-primary .arrow a {
  display: block;
  height: 100%;
  width: 100%;
}
@media print, (min-width: 768px) {
  .pagination-common-primary {
    max-width: 980px;
    margin: 0 auto;
  }
  .pagination-common-primary .arrow {
    right: 0;
  }
  .pagination-common-primary .arrow::before {
    top: 57%;
    left: 36%;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common-primary .wp-pager {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pagination-common-primary .arrow {
    right: -2px;
  }
  .pagination-common-primary .arrow::before {
    top: 53%;
    left: 35%;
  }
}

.post-content {
  overflow-wrap: break-word;
}
.post-content p {
  color: #454545;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  margin-bottom: 0.25rem;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content b,
.post-content strong {
  font-weight: bold;
}
.post-content i,
.post-content em {
  font-style: italic;
}
.post-content a {
  color: inherit;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.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: 2em;
}
.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 video {
  width: 100%;
}
.post-content iframe {
  width: 100%;
  min-height: 340px;
}
.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: bold;
}
.post-content h2 {
  margin-bottom: 1em;
  font-size: 1.8em;
}
.post-content h2:last-child {
  margin-bottom: 0;
}
.post-content h3 {
  margin-bottom: 1em;
  font-size: 1.6em;
}
.post-content h3:last-child {
  margin-bottom: 0;
}
.post-content h4 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.post-content h4:last-child {
  margin-bottom: 0;
}
.post-content h5 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.post-content h5:last-child {
  margin-bottom: 0;
}
.post-content h6 {
  margin-bottom: 1em;
  font-size: 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 table caption {
  text-align: center;
}
.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: bold;
}
.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 {
    font-size: 0.14rem;
    line-height: 1.3571428571;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content p {
    font-size: 0.13rem;
    line-height: 1.3846153846;
  }
}

.table-common-company {
  display: grid;
  border-bottom: 1px solid #d0d0d0;
}
.table-common-company .item-title,
.table-common-company .item-description {
  border: 1px solid #d0d0d0;
  border-bottom: none;
}
.table-common-company .item-description {
  border-left: none;
  color: #454545;
}
.table-common-company .item-title {
  background-color: #ebebeb;
  color: #000;
}
.table-common-company .description-link {
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .table-common-company {
    grid-template-columns: 230px 1fr;
  }
  .table-common-company .item-title,
  .table-common-company .item-description {
    padding: 20px 15px;
    font-size: 0.15rem;
    letter-spacing: 0.05em;
    line-height: 0.28rem;
  }
  .table-common-company .item-title {
    padding-left: 34px;
  }
  .table-common-company .item-title:last-child {
    padding-bottom: 17px;
  }
  .table-common-company .item-description {
    padding-left: 30px;
  }
  .table-common-company .item-description:last-child {
    padding-bottom: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-common-company {
    grid-template-columns: 0.98rem 1fr;
  }
  .table-common-company .item-title {
    padding-left: 0.14rem;
  }
  .table-common-company .item-description {
    padding-left: 0.15rem;
  }
  .table-common-company .item-description:last-child {
    padding-bottom: 0.15rem;
    line-height: 0.25rem;
  }
  .table-common-company .item-title,
  .table-common-company .item-description {
    padding: 0.18rem 0.13rem;
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .table-common-company .item-title:nth-child(11), .table-common-company .item-title:nth-child(12),
  .table-common-company .item-description:nth-child(11),
  .table-common-company .item-description:nth-child(12) {
    padding: 0.2rem 0.1rem 0.2rem 0.15rem;
  }
}

.description-common-primary {
  color: #fff;
  letter-spacing: 0.05em;
}
@media print, (min-width: 768px) {
  .description-common-primary {
    font-size: 0.14rem;
    line-height: 1.3571428571;
  }
}
@media only screen and (max-width: 767.98px) {
  .description-common-primary {
    font-size: 0.13rem;
    line-height: 1.3846153846;
  }
}

.title-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 9.8rem;
  margin: 0 auto;
}
.title-common-primary .title-heading {
  margin-bottom: 0;
  color: #000;
}
@media print, (min-width: 768px) {
  .title-common-primary .title-heading {
    font-size: 0.22rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    width: 100%;
  }
  .title-common-primary .title-heading {
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
}

.keyvisual-common-secondary {
  height: auto;
}
.keyvisual-common-secondary::before {
  content: none;
}
@media print, (min-width: 768px) {
  .keyvisual-common-secondary {
    min-height: 2.5rem;
    background-image: url("../img/business/business_bg_introduction.jpg");
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common-secondary {
    min-height: 1.4rem;
    background-image: url("../img/business/sp/business_bg_introduction.jpg");
  }
}

.section-business-information .information-list {
  padding-left: 0;
}
.section-business-information .content-logo {
  display: inline-block;
}
.section-business-information .information-image {
  position: absolute;
}
.section-business-information .information-content {
  margin-left: auto;
}
.section-business-information .information-item {
  position: relative;
  background-color: #ebebeb;
}
.section-business-information .information-item:nth-child(even) .information-content {
  margin-right: auto;
  margin-left: 0;
}
.section-business-information .information-item:nth-child(even) .information-image {
  right: 0;
  left: unset;
}
.section-business-information .information-item:last-child .content-logo {
  width: 0.87rem;
}
.section-business-information .wrapper {
  position: relative;
}
.section-business-information .content-heading {
  color: #000;
  letter-spacing: 0.07em;
}
.section-business-information .content-description {
  color: #454545;
  letter-spacing: 0.05em;
}
.section-business-information .button-common-primary {
  padding: 0.1rem 0;
}
@media print, (min-width: 768px) {
  .section-business-information .information-list {
    padding-top: 134px;
  }
  .section-business-information .information-item {
    margin-bottom: 161px;
  }
  .section-business-information .information-item .content-logo {
    margin-bottom: 5px;
  }
  .section-business-information .information-item .information-image {
    top: -61px;
    left: 0;
    width: 589px;
  }
  .section-business-information .information-item:nth-child(2) {
    margin-bottom: 154px;
  }
  .section-business-information .information-item:last-child {
    margin-bottom: 119px;
  }
  .section-business-information .information-item:nth-child(even) .content-logo {
    margin-bottom: 14px;
  }
  .section-business-information .information-item:nth-child(3) .content-logo {
    width: 110px;
    margin-bottom: 12px;
  }
  .section-business-information .information-item:first-child .content-logo {
    width: 138px;
  }
  .section-business-information .information-item:nth-child(2) .content-logo {
    width: 181px;
    margin-bottom: 15px;
  }
  .section-business-information .wrapper {
    max-width: 1200px;
  }
  .section-business-information .information-content {
    width: 552px;
    padding: 52px 0 61px;
  }
  .section-business-information .content-heading {
    font-size: 0.28rem;
    line-height: 1.3333333333;
    margin-bottom: 21px;
  }
  .section-business-information .content-description {
    font-size: 0.15rem;
    line-height: 1.3333333333;
    margin-bottom: 38px;
  }
  .section-business-information .button-common-primary {
    width: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-business-information .information-list {
    padding: 1.41rem 0 0;
  }
  .section-business-information .content-logo {
    margin-bottom: 0.05rem;
  }
  .section-business-information .content-heading {
    font-size: 0.22rem;
    line-height: 1.3333333333;
    margin-bottom: 0.16rem;
  }
  .section-business-information .content-description {
    font-size: 0.14rem;
    line-height: 1.7142857143;
    margin-bottom: 0.25rem;
  }
  .section-business-information .information-item {
    margin-bottom: 1.73rem;
  }
  .section-business-information .information-item:last-child {
    margin-bottom: 0.98rem;
  }
  .section-business-information .information-item:first-child .content-logo {
    width: 1.07rem;
  }
  .section-business-information .information-item:nth-child(2) .content-logo {
    width: 1.54rem;
    margin-bottom: 0.08rem;
  }
  .section-business-information .information-item:nth-child(3) .content-logo {
    width: 1.02rem;
    margin-bottom: 0.07rem;
  }
  .section-business-information .information-item:last-child .content-logo {
    margin-bottom: 0.12rem;
  }
  .section-business-information .information-item:nth-child(2) .content-description {
    margin-bottom: 0.23rem;
  }
  .section-business-information .information-item:nth-child(3) .content-heading {
    margin-bottom: 0.2rem;
  }
  .section-business-information .information-item:nth-child(3) .content-description {
    margin-bottom: 0.21rem;
  }
  .section-business-information .wrapper {
    max-width: 100%;
  }
  .section-business-information .information-image {
    top: -1.09rem;
    left: 0;
    width: 3.51rem;
  }
  .section-business-information .information-content {
    width: 100%;
    padding: 1.33rem 0 0.36rem;
  }
  .section-business-information .button-common-primary {
    width: 1.26rem;
  }
}
/*# sourceMappingURL=business.css.map */