@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;
}
p:last-child {
  margin-bottom: 0;
}

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

html {
  opacity: 0.01;
  line-height: 2;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (width >= 768px) {
  html {
    font-size: 6.25vw;
  }
}
@media only screen and (width < 768px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

.l-body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (width >= 768px) {
  .l-body {
    font-size: 0.16rem;
    line-height: 1.625;
  }
}
@media only screen and (width < 768px) {
  .l-body {
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .l-body.is-open-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

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

@media print, (width >= 768px) {
  main {
    padding-top: 0.8rem;
  }
}
@media only screen and (width < 768px) {
  main {
    padding-top: 0.5rem;
  }
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  body .l-header {
    position: absolute !important;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
@media only screen and (width < 768px) {
  .l-container {
    min-width: 3.2rem;
  }
}

@media print, (width >= 768px) {
  .l-wrapper {
    width: 12rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (width < 768px) {
  .l-wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

.l-footer {
  background-color: #000;
  color: #fff;
}
.l-footer__logo {
  display: block;
}
.l-footer__cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: 0.01rem solid #fff;
  font-weight: 600;
  text-decoration: none;
}
.l-footer__cta-button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  background: url("../img/common/arrow_icn_01.svg") center/cover no-repeat;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.l-footer__cta-button:hover {
  background-color: #fff;
  color: #000;
}
.l-footer__cta-button:hover::before {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.l-footer__cta-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.l-footer__cta-item:last-child {
  margin-bottom: 0;
}
.l-footer__cta-link {
  display: block;
  position: relative;
  border-bottom: 0.01rem solid #fff;
  letter-spacing: 0.1em;
}
.l-footer__cta-link::before {
  content: "";
  position: absolute;
  top: 50%;
  background: url("../img/common/arrow_icn_01.svg") center/cover no-repeat;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.l-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-footer__privacy-link, .l-footer__copyright {
  letter-spacing: 0.1em;
}
.l-footer__copyright {
  font-family: "Open Sans", sans-serif;
}
@media print, (width >= 768px) {
  .l-footer {
    padding: 0.9rem 0 0.18rem;
  }
  .l-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l-footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.79rem;
  }
  .l-footer__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: -0.05rem;
  }
  .l-footer__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0.39rem;
    gap: 0.37rem;
  }
  .l-footer__cta-button {
    width: 4.1rem;
    height: 0.86rem;
    margin-top: 0.09rem;
    padding: 0.12rem 0.2rem 0.1rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .l-footer__cta-button::before {
    right: 0.14rem;
    width: 0.11rem;
    height: 0.17rem;
    margin-top: -0.07rem;
  }
  .l-footer__cta-item {
    margin-bottom: 0.22rem;
  }
  .l-footer__cta-link {
    width: 1.96rem;
    margin-bottom: 0.1rem;
    padding: 0 0.26rem 0.09rem 0.03rem;
    font-size: 0.16rem;
    font-weight: 700;
  }
  .l-footer__cta-link::before {
    right: -0.02rem;
    width: 0.11rem;
    height: 0.17rem;
    margin-top: -0.13rem;
  }
  .l-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.49rem;
  }
  .l-footer__privacy {
    padding-right: 0.03rem;
    gap: 0.45rem;
  }
  .l-footer__privacy-link, .l-footer__copyright {
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media only screen and (width < 768px) {
  .l-footer {
    padding: 0.46rem 0 0.35rem;
  }
  .l-footer__logo {
    width: 1.85rem;
    margin: 0 auto 0.6rem;
  }
  .l-footer__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.39rem;
    gap: 0.2rem;
  }
  .l-footer__cta-button {
    width: 100%;
    height: 0.92rem;
    padding: 0.12rem 0.3rem 0.1rem;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .l-footer__cta-button::before {
    right: 0.08rem;
    width: 0.08rem;
    height: 0.11rem;
    margin-top: -0.06rem;
    background-image: url("../img/common/sp/arrow_icn_01.svg");
  }
  .l-footer__cta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 0.2rem;
  }
  .l-footer__cta-item {
    width: 50%;
  }
  .l-footer__cta-link {
    width: 100%;
    margin-bottom: 0.1rem;
    padding: 0 0.15rem 0.07rem 0.17rem;
    font-size: 0.12rem;
    font-weight: 400;
    text-align: center;
  }
  .l-footer__cta-link::before {
    right: 0;
    width: 0.08rem;
    height: 0.11rem;
    margin-top: -0.09rem;
    background-image: url("../img/common/sp/arrow_icn_01.svg");
  }
  .l-footer__bottom {
    padding-top: 0.59rem;
  }
  .l-footer__privacy {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 2.28rem;
    margin: 0 auto 0.26rem;
  }
  .l-footer__privacy-link, .l-footer__copyright {
    font-size: 0.1rem;
    font-weight: 600;
    line-height: 1.8;
  }
  .l-footer__copyright {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.l-footer-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.l-footer-navigation__title {
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.l-footer-navigation__sub-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.l-footer-navigation__sub-item:last-child {
  margin-bottom: 0;
}
.l-footer-navigation__sub-link {
  display: block;
  font-size: 0.12rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media print, (width >= 768px) {
  .l-footer-navigation__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.66rem;
  }
  .l-footer-navigation__title {
    margin-bottom: 0.21rem;
  }
  .l-footer-navigation__sub-item {
    margin-bottom: 0.12rem;
  }
}
@media only screen and (width < 768px) {
  .l-footer-navigation__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -0.3rem;
  }
  .l-footer-navigation__item {
    width: 50%;
    margin-bottom: 0.34rem;
  }
  .l-footer-navigation__title {
    margin-bottom: 0.21rem;
  }
  .l-footer-navigation__sub-item {
    margin-bottom: 0.12rem;
  }
}

.l-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
}
.is-resizing .l-header * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__head {
  position: relative;
  z-index: 1111;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.l-header__logo {
  display: block;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.5s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.5s ease;
  transition: filter 0.5s ease, opacity 0.3s ease;
  transition: filter 0.5s ease, opacity 0.3s ease, -webkit-filter 0.5s ease;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.l-header__logo:hover {
  opacity: 0.6;
}
.l-header__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media print, (width >= 768px) {
  .l-header {
    border-bottom: 0.01rem solid #000;
  }
  .l-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .l-header__wrapper {
    max-width: 12rem;
    margin: 0 auto;
    padding: 0.18rem 0.05rem 0.17rem 0;
  }
  .l-header__logo {
    width: 1.5rem;
  }
}
@media print {
  .l-header {
    position: absolute;
  }
}
@media only screen and (width < 768px) {
  .l-header__wrapper {
    padding: 0.1rem 0.2rem;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    border-bottom: 0.01rem solid #000;
    background-color: #fff;
  }
  .is-open-menu .l-header__wrapper {
    background-color: #000;
  }
  .l-header__logo {
    width: 0.98rem;
  }
  .is-open-menu .l-header__logo {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}

.l-header-navigation__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.l-header-navigation__menu-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.l-header-navigation__menu-item:last-child {
  margin-bottom: 0;
}
.l-header-navigation__menu-link {
  display: inline-block;
  position: relative;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
.l-header-navigation__menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.1rem;
  height: 0.01rem;
  border-bottom: 0.02rem solid #000;
}
@media print, (width >= 768px) {
  .l-header-navigation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l-header-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.44rem;
  }
  .l-header-navigation__link {
    display: block;
    color: #000;
    font-size: 0.12rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5;
    cursor: pointer;
  }
  .l-header-navigation__menu {
    visibility: hidden;
    position: absolute;
    top: calc(100% + 0.12rem);
    left: -0.03rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.16rem 0.35rem 0.3rem 0.17rem;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border: 0.01rem solid #000;
    opacity: 0;
    background-color: #fff;
  }
  .l-header-navigation__menu::before {
    content: "";
    position: absolute;
    top: -0.12rem;
    left: 0;
    width: 0.68rem;
    height: 0.12rem;
    background-color: transparent;
    pointer-events: auto;
  }
  .l-header-navigation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: 0.14rem;
    padding-left: 0.14rem;
    cursor: pointer;
  }
  .l-header-navigation__item:has(.l-header-navigation__menu) {
    margin-right: -0.03rem;
    padding-right: 0.2rem;
  }
  .l-header-navigation__item:has(.l-header-navigation__menu)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.06rem;
    height: 0.05rem;
    margin-top: -0.01rem;
    background: url("../img/common/arrow_icn_03.png") center/cover no-repeat;
  }
  .l-header-navigation__item:has(.l-header-navigation__menu) .l-header-navigation__link {
    pointer-events: none;
  }
  .l-header-navigation__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.01rem;
    height: 100%;
    border-left: 0.01rem solid #000;
  }
  .l-header-navigation__item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .l-header-navigation__item:first-child::before {
    opacity: 0;
  }
  .l-header-navigation__item:hover .l-header-navigation__menu {
    visibility: visible;
    opacity: 1;
  }
  .l-header-navigation__menu-item {
    margin-bottom: 0.06rem;
  }
  .l-header-navigation__menu-link {
    padding-left: 0.19rem;
    color: #000;
    letter-spacing: 0.1em;
  }
  .l-header-navigation__menu-link::before {
    top: 50%;
    margin-top: -0.01rem;
  }
  .is-firefox .l-header-navigation__menu-link::before {
    margin-top: 0;
  }
  .l-header-navigation__link-contact {
    margin-right: 0.12rem;
  }
}
@media only screen and (width < 768px) {
  .l-header-navigation {
    position: fixed;
    z-index: 999;
    top: 0.5rem;
    right: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    background: #000;
    pointer-events: none;
  }
  .l-header-navigation.is-open-menu {
    z-index: 1111;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    pointer-events: auto;
  }
  .l-header-navigation__wrapper {
    height: 100%;
  }
  .l-header-navigation__inner {
    height: 100%;
    padding: 0.25rem 0.2rem 1rem;
    overflow-y: auto;
    color: #fff;
  }
  .is-ios .l-header-navigation__inner {
    padding-bottom: 2.5rem;
  }
  .l-header-navigation__inner::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-header-navigation__list {
    margin-bottom: 0.2rem;
  }
  .l-header-navigation__item {
    padding: 0.2rem 0 0.19rem;
    border-bottom: 0.01rem solid #474747;
  }
  .l-header-navigation__item:last-child {
    border-bottom: none;
  }
  .l-header-navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 1.4444444444;
  }
  .l-header-navigation__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.19rem;
    height: 0.19rem;
    margin-top: -0.1rem;
    background: url("../img/common/sp/arrow_icn_03.svg") center/cover no-repeat;
  }
  .l-header-navigation__menu {
    padding: 0.13rem 0.22rem 0;
  }
  .l-header-navigation__menu-item {
    margin-bottom: 0.12rem;
  }
  .l-header-navigation__menu-item:first-child {
    display: none;
  }
  .l-header-navigation__menu-link {
    padding-left: 0.19rem;
    color: #fff;
  }
  .l-header-navigation__menu-link::before {
    top: 50%;
    border-color: #fff;
  }
  .is-ios .l-header-navigation__menu-link::before {
    margin-top: -0.01rem;
  }
  .l-header-navigation__link-contact.c-button--primary {
    width: 100%;
    min-height: 0.74rem;
    margin-bottom: 0.2rem;
    background-color: #fff;
    color: #000;
    font-size: 0.18rem;
  }
  .l-header-navigation__link-recruit.c-button--secondary {
    width: 100%;
    min-height: 0.74rem;
    border-color: #fff;
    background-color: #000;
    color: #fff;
    font-size: 0.18rem;
  }
}

.l-button-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.18rem;
  height: 0.2rem;
  cursor: pointer;
}
.l-button-menu__line {
  position: absolute;
  z-index: 1111111;
  width: 0.18rem;
  height: 0.01rem;
  margin-left: -0.01rem;
  -webkit-transition: border-color 0.3s ease, border-bottom 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, border-bottom 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: border-color 0.3s ease, border-bottom 0.3s ease, top 0.3s ease, transform 0.3s ease;
  transition: border-color 0.3s ease, border-bottom 0.3s ease, top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  border-bottom: 0.01rem solid #000;
}
.l-button-menu__line:nth-child(1) {
  top: 0;
}
.l-button-menu__line:nth-child(2) {
  top: 0.09rem;
}
.l-button-menu__line:nth-child(3) {
  top: 0.18rem;
}
.l-button-menu.is-active .l-button-menu__line {
  border-color: #fff;
}
.l-button-menu.is-active .l-button-menu__line:nth-child(1) {
  top: 0.1rem;
  -webkit-transform: rotate(-49deg);
  -ms-transform: rotate(-49deg);
  transform: rotate(-49deg);
}
.l-button-menu.is-active .l-button-menu__line:nth-child(2) {
  opacity: 0;
}
.l-button-menu.is-active .l-button-menu__line:nth-child(3) {
  top: 0.1rem;
  -webkit-transform: rotate(49deg);
  -ms-transform: rotate(49deg);
  transform: rotate(49deg);
}

.c-button-skip {
  position: absolute;
  z-index: 999;
  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%);
}

.c-button-skip:focus {
  display: block;
  z-index: 100;
  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: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.c-button {
  text-decoration: none;
}
.c-button--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;
  width: 1.45rem;
  min-height: 0.44rem;
  padding: 0.06rem 0.1rem 0.07rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: 0.01rem solid #000;
  background-color: #000;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
.c-button--primary:hover {
  background-color: #fff;
  color: #000;
}
.c-button--secondary {
  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;
  width: 1.45rem;
  min-height: 0.44rem;
  padding: 0.06rem 0.1rem 0.07rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: 0.01rem solid #000;
  background-color: #fff;
  color: #000;
  font-size: 0.14rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
.c-button--secondary:hover {
  background-color: #000;
  color: #fff;
}
.c-button--tertiary {
  display: block;
  position: relative;
  border-bottom: 0.01rem solid #000;
  font-weight: 400;
}
.c-button--tertiary::before {
  content: "";
  position: absolute;
  top: 50%;
  background: url("../img/common/arrow_icn_01.svg") center/cover no-repeat;
}
@media print, (width >= 768px) {
  .c-button--tertiary {
    width: 1.43rem;
    padding: 0 0.26rem 0.09rem 0;
    font-size: 0.16rem;
  }
  .c-button--tertiary::before {
    right: -0.02rem;
    width: 0.09rem;
    height: 0.14rem;
    margin-top: -0.1rem;
  }
}
@media only screen and (width < 768px) {
  .c-button--tertiary {
    width: 1.43rem;
    margin-left: auto;
    padding: 0 0.16rem 0.07rem 0;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .c-button--tertiary::before {
    right: 0;
    width: 0.08rem;
    height: 0.12rem;
    margin-top: -0.1rem;
  }
}

.c-heading--primary {
  border-bottom: 0.01rem solid #000;
}
.c-heading--primary .c-heading__japanese,
.c-heading--primary .c-heading__english {
  display: block;
}
.c-heading--primary .c-heading__japanese {
  font-weight: 700;
}
.c-heading--primary .c-heading__english {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-heading--secondary .c-heading__japanese,
.c-heading--secondary .c-heading__english {
  display: block;
}
.c-heading--secondary .c-heading__english {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.c-heading--secondary .c-heading__japanese {
  font-weight: 700;
}
.c-heading--tertiary {
  border-bottom: 0.01rem solid #000;
}
.c-heading--tertiary .c-heading__japanese,
.c-heading--tertiary .c-heading__english {
  display: block;
}
.c-heading--tertiary .c-heading__english {
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}
.c-heading--reverse {
  border-color: #fff;
  color: #fff;
}
@media print, (width >= 768px) {
  .c-heading--primary {
    margin-bottom: 0.35rem;
    padding-bottom: 0.15rem;
  }
  .c-heading--primary .c-heading__japanese {
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .c-heading--primary .c-heading__english {
    font-size: 0.14rem;
  }
  .c-heading--secondary .c-heading__english {
    margin-bottom: 0.2rem;
    font-size: 0.7rem;
    line-height: 0.8571428571;
  }
  .c-heading--secondary .c-heading__japanese {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .c-heading--tertiary {
    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;
    margin-bottom: 1.07rem;
    padding-right: 0.03rem;
    padding-bottom: 0.1rem;
    padding-left: 0.03rem;
  }
  .c-heading--tertiary .c-heading__japanese,
  .c-heading--tertiary .c-heading__english {
    font-weight: 600;
  }
  .c-heading--tertiary .c-heading__english {
    font-size: 0.3rem;
  }
  .c-heading--tertiary .c-heading__japanese {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.15rem;
    font-size: 0.4rem;
    line-height: 1.5;
  }
}
@media only screen and (width < 768px) {
  .c-heading--primary {
    margin-bottom: 0.33rem;
    padding-bottom: 0.11rem;
  }
  .c-heading--primary .c-heading__japanese {
    margin-bottom: 0.04rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .c-heading--primary .c-heading__english {
    font-size: 0.12rem;
  }
  .c-heading--secondary .c-heading__english {
    margin-bottom: 0.11rem;
    font-size: 0.42rem;
    line-height: 0.8571428571;
  }
  .c-heading--secondary .c-heading__japanese {
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .c-heading--tertiary {
    margin-bottom: 0.53rem;
    padding-bottom: 0.13rem;
  }
  .c-heading--tertiary .c-heading__english {
    display: none;
  }
  .c-heading--tertiary .c-heading__japanese {
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 1.4444444444;
  }
}

.c-breadcrumb {
  font-family: "Open Sans", sans-serif;
}
.c-breadcrumb--reverse {
  background-color: #000;
  color: #fff;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.c-breadcrumb__item::after {
  content: "/";
  display: inline-block;
  position: relative;
  color: inherit;
  font-weight: 400;
}
.c-breadcrumb__item:last-child {
  position: relative;
}
.c-breadcrumb__item:last-child::after {
  display: none;
}
.c-breadcrumb__item a {
  color: #aeaeae;
  font-size: inherit;
  line-height: inherit;
}
.c-breadcrumb__item:nth-child(n+1) > a {
  display: inline-block;
}
@media print, (width >= 768px) {
  .c-breadcrumb {
    padding: 0.23rem 0 0.1rem;
  }
  .c-breadcrumb__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-breadcrumb__item {
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
  .c-breadcrumb__item::after {
    margin: 0 0.02rem;
    font-size: 0.12rem;
  }
  .c-breadcrumb__item:last-child {
    padding-right: 0;
  }
}
@media only screen and (width < 768px) {
  .c-breadcrumb {
    padding: 0.11rem 0 0.12rem;
  }
  .c-breadcrumb__list {
    overflow: scroll hidden;
    white-space: nowrap;
  }
  .c-breadcrumb__list::-webkit-scrollbar {
    height: 0.02rem;
    border-radius: 0.1rem;
  }
  .c-breadcrumb__list::-webkit-scrollbar-thumb {
    background: #000;
  }
  .c-breadcrumb__item {
    display: inline;
    font-size: 0.1rem;
    line-height: 2;
  }
  .c-breadcrumb__item::after {
    margin: 0 0.02rem;
    font-size: 0.1rem;
  }
  .c-breadcrumb__item:last-child {
    padding-right: 0;
  }
}

.c-section-keyvisual--reverse {
  background-color: #000;
  color: #fff;
}
.c-section-keyvisual__title {
  margin-bottom: 0;
}
.c-section-keyvisual__title-japanese, .c-section-keyvisual__title-english {
  display: block;
  font-weight: 600;
}
.c-section-keyvisual__title-english {
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}
@media print, (width >= 768px) {
  .c-section-keyvisual {
    min-height: 2.48rem;
    padding: 0.31rem 0;
  }
  .c-section-keyvisual__title-japanese {
    margin-bottom: -0.02rem;
    padding-left: 0.09rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .c-section-keyvisual__title-english {
    font-size: 1.1rem;
  }
}
@media only screen and (width < 768px) {
  .c-section-keyvisual {
    min-height: 1.5rem;
    padding: 0.19rem 0;
  }
  .c-section-keyvisual__title-japanese {
    margin-bottom: 0.03rem;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .c-section-keyvisual__title-english {
    font-size: 0.44rem;
  }
}

.c-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-list--cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list--cta .c-list__item {
  text-align: center;
}
.c-list--cta .c-list__item-link {
  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;
  height: 100%;
  padding: 0.08rem 0.16rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.c-list--cta .c-list__item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
}
.c-list--cta .c-list__item-link:hover {
  background-color: #000;
  color: #fff;
}
.c-list--cta .c-list__item-link:hover::before {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.c-list--cta .c-list__text-japanese,
.c-list--cta .c-list__text-english {
  font-weight: 600;
  line-height: 1.2;
}
.c-list--cta .c-list__text-english {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.05em;
}
@media print, (width >= 768px) {
  .c-list--cta .c-list__item {
    width: 25%;
    min-height: 1rem;
    border: solid #000;
    border-width: 0.01rem 0.01rem 0.01rem 0;
  }
  .c-list--cta .c-list__item:first-child {
    border-left: 0.01rem solid #000;
  }
  .c-list--cta .c-list__item-link {
    gap: 0.06rem;
  }
  .c-list--cta .c-list__item-link::before {
    right: 0.23rem;
    width: 0.11rem;
    height: 0.17rem;
  }
  .c-list--cta .c-list__text-japanese {
    font-size: 0.2rem;
  }
  .c-list--cta .c-list__text-english {
    font-size: 0.14rem;
  }
}
@media only screen and (width < 768px) {
  .c-list--cta .c-list__item {
    width: calc(50% + 0.01rem);
    min-height: 0.72rem;
    margin-top: -0.01rem;
    margin-left: -0.01rem;
    border: 0.01rem solid #000;
  }
  .c-list--cta .c-list__item:nth-child(1), .c-list--cta .c-list__item:nth-child(2) {
    margin-top: 0;
  }
  .c-list--cta .c-list__item-link {
    gap: 0.01rem;
  }
  .c-list--cta .c-list__item-link::before {
    right: 0.06rem;
    width: 0.08rem;
    height: 0.11rem;
    background-image: url("../img/common/sp/arrow_icn_01.svg");
  }
  .c-list--cta .c-list__text-japanese {
    font-size: 0.14rem;
  }
  .c-list--cta .c-list__text-english {
    font-size: 0.1rem;
  }
}

.c-list--news .c-list__wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-list--news .c-list__item {
  border-top: 0.01rem solid #000;
}
.c-list--news .c-list__item-wrapper {
  position: relative;
}
.c-list--news .c-list__item-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  background: url("../img/common/arrow_icn_01.svg") center/cover no-repeat;
}
.c-list--news .c-list__item-date {
  display: block;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.c-list--news .c-list__item-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media print, (width >= 768px) {
  .c-list--news .c-list__item {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .c-list--news .c-list__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0.17rem 0.2rem 0.16rem 0;
  }
  .c-list--news .c-list__item-wrapper::before {
    right: -0.02rem;
    width: 0.11rem;
    height: 0.17rem;
    margin-top: -0.07rem;
  }
  .c-list--news .c-list__item-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.1rem;
    font-size: 0.12rem;
    line-height: 2.1666666667;
  }
  .c-list--news .c-list__item-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.62rem;
    font-size: 0.16rem;
    line-height: 1.625;
  }
}
@media only screen and (width < 768px) {
  .c-list--news .c-list__item {
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
  }
  .c-list--news .c-list__item-wrapper {
    display: block;
    padding: 0.08rem 0.2rem 0.09rem 0;
  }
  .c-list--news .c-list__item-wrapper::before {
    right: -0.02rem;
    width: 0.09rem;
    height: 0.14rem;
    margin-top: -0.08rem;
  }
  .c-list--news .c-list__item-date {
    width: 100%;
    margin-bottom: 0.05rem;
    font-size: 0.1rem;
    line-height: 1;
  }
  .c-list--news .c-list__item-title {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

.c-list--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list--category .c-list__link {
  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;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: 0.01rem solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.c-list--category .c-list__link:hover {
  background-color: #000;
  color: #fff;
}
.c-list--category .c-list__item--current .c-list__link {
  background-color: #000;
  color: #fff;
  pointer-events: none;
}
@media print, (width >= 768px) {
  .c-list--category {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0.2rem;
    margin-bottom: 0.47rem;
  }
  .c-list--category .c-list__link {
    min-width: 1.54rem;
    height: 0.38rem;
    padding: 0.04rem 0.1rem;
    font-size: 0.2rem;
    line-height: 1.2;
  }
  .is-firefox .c-list--category .c-list__link {
    padding-bottom: 0.06rem;
  }
}
@media only screen and (width < 768px) {
  .c-list--category {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.1rem;
    margin-bottom: 0.3rem;
  }
  .c-list--category .c-list__link {
    min-width: 0.75rem;
    height: 0.32rem;
    padding: 0.04rem 0.05rem 0.05rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

.c-list--dot {
  font-weight: 400;
}
.c-list--dot li {
  position: relative;
}
.c-list--dot li::before {
  content: "◼";
  display: inline-block;
  position: absolute;
}
@media print, (width >= 768px) {
  .c-list--dot {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .c-list--dot li {
    padding-left: 0.2rem;
  }
  .c-list--dot li::before {
    top: -0.03rem;
    left: -0.01rem;
    font-size: 0.2rem;
  }
}
@media only screen and (width < 768px) {
  .c-list--dot {
    font-size: 0.12rem;
    line-height: 1.3333333333;
  }
  .c-list--dot li {
    margin-bottom: 0.02rem;
    padding-left: 0.13rem;
  }
  .c-list--dot li:last-child {
    margin-bottom: 0;
  }
  .c-list--dot li::before {
    top: -0.02rem;
    left: -0.02rem;
    font-size: 0.15rem;
  }
}

.c-list--coverage {
  border: solid #ccc;
  border-width: 0.01rem 0 0 0.01rem;
}
.c-list--coverage .c-list__item {
  border: solid #ccc;
  border-width: 0 0.01rem 0.01rem 0;
  text-align: center;
}
.c-list--coverage .c-list__title {
  font-weight: 700;
}
.c-list--coverage .c-list__detail {
  font-weight: 400;
}
@media print, (width >= 768px) {
  .c-list--coverage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-list--coverage .c-list__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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    min-height: 1.75rem;
    padding: 0.35rem 0.95rem;
  }
  .c-list--coverage .c-list__title {
    margin-bottom: 0.04rem;
    font-size: 0.3rem;
    line-height: 1.4;
  }
}
@media only screen and (width < 768px) {
  .c-list--coverage .c-list__item {
    padding: 0.16rem 0.55rem 0.17rem;
  }
  .c-list--coverage .c-list__title {
    margin-bottom: 0.02rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .c-list--coverage .c-list__detail {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

.c-list--flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list--flow .c-list__item {
  position: relative;
}
.c-list--flow .c-list__item::before {
  content: "";
  position: absolute;
  top: 0;
}
.c-list--flow .c-list__item:first-of-type::before {
  content: unset;
}
.c-list--flow .c-list__item:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.01rem;
  border-left: 0.01rem solid #000;
}
.c-list--flow .c-list__item:last-of-type {
  margin-right: 0;
}
.c-list--flow .c-list__title {
  font-weight: 500;
}
.c-list--flow .c-list__detail {
  font-weight: 400;
}
.c-list--flow .c-list__number {
  position: absolute;
  font-family: "Open Sans", sans-serif;
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media print, (width >= 768px) {
  .c-list--flow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.38rem;
    row-gap: 0.5rem;
  }
  .c-list--flow .c-list__item {
    margin-right: 0.68rem;
    padding: 0.07rem 0 0.12rem 0.22rem;
  }
  .c-list--flow .c-list__item:nth-child(2), .c-list--flow .c-list__item:nth-child(3), .c-list--flow .c-list__item:nth-child(4) {
    margin-right: 0.59rem;
    padding-left: 0.31rem;
  }
  .c-list--flow .c-list__item:first-of-type::after {
    height: 0.89rem;
  }
  .c-list--flow .c-list__item::before {
    left: -0.02rem;
    width: 0.14rem;
    height: 0.9rem;
    background: url("../img/common/flow_decor_01.svg") center/100% no-repeat;
  }
  .c-list--flow .c-list__item:last-of-type::before {
    content: unset;
  }
  .c-list--flow .c-list__item:last-of-type::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.01rem;
    height: 0.89rem;
    border-left: 0.01rem solid #000;
  }
  .c-list--flow .c-list__title {
    margin-bottom: 0.06rem;
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
  .c-list--flow .c-list__number {
    top: -0.38rem;
    left: -0.04rem;
  }
}
@media only screen and (width < 768px) {
  .c-list--flow {
    padding: 0.35rem 0 0 0.2rem;
  }
  .c-list--flow .c-list__number {
    top: -0.38rem;
    left: -0.06rem;
  }
  .c-list--flow .c-list__item {
    min-width: 1.65rem;
    min-height: 0.6rem;
    margin-right: 0.1rem;
    padding: 0.06rem 0 0.05rem 0.23rem;
  }
  .c-list--flow .c-list__item::before {
    left: -0.05rem;
    width: 0.14rem;
    height: 0.62rem;
    background: url("../img/common/flow_decor_02.svg") center/100% no-repeat;
  }
  .c-list--flow .c-list__item:nth-child(2), .c-list--flow .c-list__item:nth-child(3), .c-list--flow .c-list__item:nth-child(4) {
    margin-right: 0.59rem;
    padding-left: 0.27rem;
  }
  .c-list--flow .c-list__item:nth-child(2) .c-list__number, .c-list--flow .c-list__item:nth-child(3) .c-list__number, .c-list--flow .c-list__item:nth-child(4) .c-list__number {
    left: -0.11rem;
  }
  .c-list--flow .c-list__item:first-of-type::after {
    height: 0.61rem;
  }
  .c-list--flow .c-list__title {
    margin-bottom: 0.02rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .c-list--flow .c-list__detail {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

.c-list--flow-reverse .c-list__item::before {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.c-list--flow-reverse .c-list__item:first-of-type::after,
.c-list--flow-reverse .c-list__item:last-of-type::after {
  border-color: #fff;
}
@media print, (width >= 768px) {
  .c-list--flow-reverse .c-list__item {
    margin-right: 0.73rem;
    padding-top: 0.26rem;
  }
  .c-list--flow-reverse .c-list__item:nth-child(2), .c-list--flow-reverse .c-list__item:nth-child(3), .c-list--flow-reverse .c-list__item:nth-child(4) {
    margin-right: 1.03rem;
    padding-left: 0.31rem;
  }
}
@media only screen and (width < 768px) {
  .c-list--flow-reverse .c-list__item {
    padding-top: 0.16rem;
  }
}

.c-list--interview .c-list__wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-list--interview .c-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-list--interview .c-list__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.12rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2;
}
.c-list--interview .c-list__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
}
@media print, (width >= 768px) {
  .c-list--interview .c-list__item {
    width: 33.33%;
    padding: 0 0.45rem;
    border: solid #ccc;
    border-width: 0 0.01rem 0 0;
  }
  .c-list--interview .c-list__item:first-of-type {
    border-left: 0.01rem solid #ccc;
  }
  .c-list--interview .c-list__photo {
    width: 3.1rem;
    height: 2rem;
    margin-bottom: 0.13rem;
  }
  .c-list--interview .c-list__title {
    margin-bottom: 0.04rem;
  }
  .c-list--interview .c-list__description {
    margin-bottom: 0.34rem;
    font-size: 0.2rem;
    line-height: 1.5;
    min-height: 0.6rem;
  }
  .c-list--interview .c-badge {
    margin-bottom: 0.28rem;
    gap: 0.09rem;
  }
}
@media only screen and (width < 768px) {
  .c-list--interview .c-list__slider {
    overflow: hidden;
  }
  .c-list--interview .c-list__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.07rem;
    gap: 0.05rem;
  }
  .c-list--interview .c-list__slider-pagination .swiper-pagination-bullet {
    width: 0.35rem;
    height: 0.05rem;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border: 1px solid #000;
    border-radius: 0;
    opacity: 1;
    background: transparent;
  }
  .c-list--interview .c-list__slider-pagination .swiper-pagination-bullet-active {
    background: #000;
  }
  .c-list--interview .c-list__photo {
    width: 3.35rem;
    height: 2.2rem;
    margin-bottom: 0.15rem;
  }
  .c-list--interview .c-list__title {
    margin-bottom: 0.05rem;
  }
  .c-list--interview .c-list__description {
    margin-bottom: 0.35rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
    min-height: 0.52rem;
  }
  .c-list--interview .c-badge {
    margin-bottom: 0.1rem;
  }
}

.c-list--data .c-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-list--data .c-list__item-wrapper {
  display: block;
}
.c-list--data .c-list__item-heading {
  text-align: center;
}
.c-list--data .c-list__item-title {
  display: inline-block;
  border-bottom: 0.01rem solid #000;
  font-weight: 700;
}
.c-list--data .c-list__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-list--data .c-list__item-number,
.c-list--data .c-list__item-plus {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.c-list--data .c-list__item-plus--narrow {
  margin-left: -0.04rem;
  letter-spacing: -0.05em;
}
.c-list--data .c-list__item-unit {
  font-weight: 500;
  text-align: center;
}
@media print, (width >= 768px) {
  .c-list--data .c-list__item {
    width: 25%;
    border: 0.01rem solid #000;
  }
  .c-list--data .c-list__item-wrapper {
    min-height: 2.98rem;
    padding: 0.55rem 0.1rem 0.32rem;
  }
  .c-list--data .c-list__item-wrapper:has(.c-list__item-text) {
    padding-top: 0.32rem;
  }
  .c-list--data .c-list__item-heading {
    margin-bottom: 0.37rem;
  }
  .c-list--data .c-list__item-text {
    margin-bottom: -0.01rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .c-list--data .c-list__item-title {
    padding: 0 0.07rem 0.04rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .c-list--data .c-list__item-number {
    font-size: 1.2rem;
    line-height: 0.7;
  }
  .c-list--data .c-list__item-plus {
    font-size: 1rem;
    line-height: 0.7;
  }
  .c-list--data .c-list__item-unit {
    margin-top: 0.17rem;
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
}
@media only screen and (width < 768px) {
  .c-list--data .c-list__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-list--data .c-list__item {
    width: 50%;
    border: 0.01rem solid #000;
  }
  .c-list--data .c-list__item:nth-child(1), .c-list--data .c-list__item:nth-child(2) {
    margin-bottom: -0.01rem;
  }
  .c-list--data .c-list__item:nth-child(2n+1) {
    margin-right: -0.01rem;
  }
  .c-list--data .c-list__item-wrapper {
    min-height: 1.66rem;
    padding: 0.29rem 0.05rem 0.14rem;
  }
  .c-list--data .c-list__item-wrapper:has(.c-list__item-text) {
    padding-top: 0.14rem;
  }
  .c-list--data .c-list__item-heading {
    margin-bottom: 0.21rem;
  }
  .c-list--data .c-list__item-text {
    margin-bottom: 0.03rem;
    font-size: 0.1rem;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.2;
  }
  .c-list--data .c-list__item-title {
    padding: 0 0 0.03rem;
    font-size: 0.12rem;
    line-height: 1.3333333333;
  }
  .c-list--data .c-list__item-number {
    font-size: 0.67rem;
    line-height: 0.7;
  }
  .c-list--data .c-list__item-plus {
    font-size: 0.56rem;
    line-height: 0.7;
  }
  .c-list--data .c-list__item-unit {
    margin-top: 0.08rem;
    font-size: 0.15rem;
    line-height: 1.6;
  }
}

.c-pagination--primary {
  position: relative;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}
.c-pagination--primary .c-pagination__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-pagination--primary .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0.01rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 0.01rem solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.c-pagination--primary .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.c-pagination--primary .page-numbers.dots {
  border: none;
  background: transparent url("../img/common/icn_dotted.svg") center/0.26rem auto no-repeat;
  pointer-events: none;
  text-indent: -9999px;
  overflow: hidden;
}
.c-pagination--primary .page-numbers:hover {
  background-color: #000;
  color: #fff;
}
@media print, (width >= 768px) {
  .c-pagination--primary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.64rem;
  }
  .c-pagination--primary .c-pagination__wrapper {
    gap: 0.16rem;
    padding: 0 0.41rem;
  }
  .c-pagination--primary .page-numbers {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.2rem;
    line-height: 1.2;
  }
}
@media only screen and (width < 768px) {
  .c-pagination--primary {
    margin-top: 0.36rem;
  }
  .c-pagination--primary .c-pagination__wrapper {
    gap: 0.09rem;
  }
  .c-pagination--primary .page-numbers {
    width: 0.27rem;
    height: 0.27rem;
    padding-top: 0.02rem;
  }
  .is-ios .c-pagination--primary .page-numbers {
    padding-top: 0;
  }
  .c-pagination--primary .page-numbers.dots {
    width: 0.26rem;
  }
}

.c-section-contact {
  position: relative;
  z-index: 2;
  border-top: 0.01rem solid #000;
}
.c-section-contact__link {
  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;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border-bottom: 0.01rem solid #000;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.c-section-contact__link:hover {
  background-color: #000;
  color: #fff;
}
.c-section-contact__link-english {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}
.c-section-contact__link-japanese {
  font-weight: 700;
}
.c-section-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-section-contact__item {
  width: 50%;
}
.c-section-contact__item:first-child {
  border-right: 0.01rem solid #000;
}
.c-section-contact__item-link {
  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;
  height: 100%;
  padding: 0.1rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.c-section-contact__item-link::after {
  content: "";
  display: inline-block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  background: url("../img/common/arrow_icn_02.svg") center/100% auto no-repeat;
}
.c-section-contact__item-link:hover {
  background-color: #000;
  color: #fff;
}
.c-section-contact__item-link:hover::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media print, (width >= 768px) {
  .c-section-contact__link {
    min-height: 3.8rem;
    padding: 0.12rem 0.3rem;
    gap: 0.14rem;
  }
  .c-section-contact__link-english {
    margin-top: -0.12rem;
    font-size: 1.4rem;
  }
  .c-section-contact__link-japanese {
    font-size: 0.2rem;
  }
  .c-section-contact__item {
    min-height: 1.5rem;
  }
  .c-section-contact__item-link {
    font-size: 0.3rem;
  }
  .c-section-contact__item-link::after {
    top: 0.02rem;
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.23rem;
  }
}
@media only screen and (width < 768px) {
  .c-section-contact__link {
    min-height: 3rem;
    padding: 0.12rem 0.3rem;
    gap: 0.04rem;
  }
  .c-section-contact__link-english {
    font-size: 0.6rem;
  }
  .c-section-contact__link-japanese {
    font-size: 0.16rem;
  }
  .c-section-contact__item {
    min-height: 1rem;
  }
  .c-section-contact__item-link {
    font-size: 0.16rem;
  }
  .c-section-contact__item-link::after {
    top: 0.01rem;
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.15rem;
    background-image: url("../img/common/sp/arrow_icn_02.svg");
  }
}

.c-section-number {
  background-color: #000;
}
.c-section-number__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  color: #fff;
  list-style: none;
  gap: 0.38rem;
}
.c-section-number__item {
  width: 3rem;
}
.c-section-number__item-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;
  width: 3rem;
  height: 3rem;
  padding: 0.2rem 0.15rem;
  border: 0.02rem solid #fff;
  text-align: center;
}
.c-section-number__item--more {
  background-color: #fff;
  color: #000;
}
.c-section-number__item--more .c-section-number__item-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-section-number__item-title {
  display: inline-block;
  min-width: 1.14rem;
  margin: 0 auto 0.1rem;
  margin-bottom: 0.19rem;
  padding: 0 0.05rem 0.07rem;
  border-bottom: 0.02rem solid #fff;
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1.4615384615;
}
.c-section-number__item-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-section-number__item-number {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}
.c-section-number__item-label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.c-section-number__item-unit {
  display: block;
  margin-top: 0.03rem;
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1;
}
.c-section-number__item-text {
  font-family: "Open Sans", sans-serif;
  font-size: 0.26rem;
  font-weight: 600;
}
@media print, (width >= 768px) {
  .c-section-number {
    padding: 1rem 0 0.74rem;
  }
  .c-section-number .c-heading--secondary {
    margin-bottom: 0.66rem;
  }
  .c-section-number__wrapper {
    margin-left: 2.15rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (width < 768px) {
  .c-section-number {
    padding: 0.7rem 0 0.4rem;
  }
  .c-section-number .c-heading--secondary {
    margin-bottom: 0.42rem;
  }
  .c-section-number__wrapper {
    margin-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0.3rem;
  }
}

.c-section-casestudy__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-section-casestudy__button-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-section-casestudy__button-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
}
@media print, (width >= 768px) {
  .c-section-casestudy {
    padding: 0.5rem 0 0.51rem;
  }
  .c-section-casestudy .c-heading--primary {
    margin-bottom: 0.8rem;
  }
  .c-section-casestudy__button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0.61rem;
    margin-right: -0.07rem;
  }
  .c-section-casestudy__button-wrapper {
    padding-right: 0.45rem;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .c-section-casestudy__button-wrapper::before {
    width: 0.32rem;
    height: 0.32rem;
    margin-top: -0.16rem;
    right: -0.01rem;
    background: url("../img/common/arrow_icn_02.svg") center/cover no-repeat;
  }
}
@media only screen and (width < 768px) {
  .c-section-casestudy {
    padding: 0.2rem 0 0.52rem;
  }
  .c-section-casestudy .c-heading--primary {
    margin-bottom: 0.49rem;
  }
  .c-section-casestudy__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.48rem;
  }
  .c-section-casestudy__button-wrapper {
    padding-right: 0.35rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.25;
  }
  .c-section-casestudy__button-wrapper::before {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: -0.1rem;
    background: url("../img/common/sp/arrow_icn_02.svg") center/cover no-repeat;
  }
}

.c-block-recruit {
  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;
  text-decoration: none;
  padding: 0.2rem;
  position: relative;
  z-index: 1;
}
.c-block-recruit:hover .c-block-recruit__title, .c-block-recruit:hover::after {
  opacity: 0.6;
}
.c-block-recruit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
.c-block-recruit::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: center/cover no-repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.c-block-recruit__title {
  border-bottom: 0.01rem solid #fff;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
@media print, (width >= 768px) {
  .c-block-recruit {
    height: 8rem;
    margin-top: -0.83rem;
  }
  .c-block-recruit::after {
    background-image: url("../img/common/background_recruit.jpg");
  }
  .c-block-recruit__title {
    padding: 0 0.44rem 0.18rem;
    font-size: 0.6rem;
  }
}
@media only screen and (width < 768px) {
  .c-block-recruit {
    height: 6rem;
  }
  .c-block-recruit::after {
    background-image: url("../img/common/sp/background_recruit.jpg");
  }
  .c-block-recruit__title {
    padding: 0 0.2rem 0.06rem;
    border-width: 0.02rem;
    font-size: 0.3rem;
  }
}

.c-block-cta {
  padding-bottom: 0.6rem;
  background-color: #fff;
}

.c-post-content {
  overflow-wrap: break-word;
}
.c-post-content p {
  margin-bottom: 2em;
}
.c-post-content p:last-child {
  margin-bottom: 0;
}
.c-post-content b,
.c-post-content strong {
  font-weight: 700;
}
.c-post-content i,
.c-post-content em {
  font-style: italic;
}
.c-post-content a {
  color: inherit;
  text-decoration: underline;
}
.c-post-content a:hover {
  text-decoration: none;
}
.c-post-content sup,
.c-post-content sub {
  position: relative;
  font-size: 0.6em;
}
.c-post-content sup {
  vertical-align: top;
}
.c-post-content sub {
  vertical-align: bottom;
}
.c-post-content figure,
.c-post-content picture,
.c-post-content img,
.c-post-content video,
.c-post-content iframe,
.c-post-content table {
  max-width: 100%;
  margin-bottom: 2em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-post-content figure:last-child,
.c-post-content picture:last-child,
.c-post-content img:last-child,
.c-post-content video:last-child,
.c-post-content iframe:last-child,
.c-post-content table:last-child {
  margin-bottom: 0;
}
.c-post-content figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.c-post-content figcaption:last-child {
  margin-bottom: 0;
}
.c-post-content blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.c-post-content blockquote::before, .c-post-content blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.c-post-content blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.c-post-content blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.c-post-content blockquote:last-child {
  margin-bottom: 0;
}
.c-post-content pre,
.c-post-content code {
  margin-bottom: 2em;
}
.c-post-content pre:last-child,
.c-post-content code:last-child {
  margin-bottom: 0;
}
.c-post-content ul {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: disc;
}
.c-post-content ul:last-child {
  margin-bottom: 0;
}
.c-post-content ol {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: decimal;
}
.c-post-content ol:last-child {
  margin-bottom: 0;
}
.c-post-content h3,
.c-post-content h4,
.c-post-content h5,
.c-post-content h6 {
  font-weight: 700;
}
.c-post-content h2 {
  font-weight: 500;
}
.c-post-content h2:last-child {
  margin-bottom: 0;
}
.c-post-content h3 {
  margin-bottom: 1em;
  font-size: 1.6em;
}
.c-post-content h3:last-child {
  margin-bottom: 0;
}
.c-post-content h4 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.c-post-content h4:last-child {
  margin-bottom: 0;
}
.c-post-content h5 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.c-post-content h5:last-child {
  margin-bottom: 0;
}
.c-post-content h6 {
  margin-bottom: 1em;
  font-size: 1em;
}
.c-post-content h6:last-child {
  margin-bottom: 0;
}
.c-post-content > div {
  margin-bottom: 2em;
}
.c-post-content > div:last-child {
  margin-bottom: 0;
}
.c-post-content .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-post-content .has-background {
  background-color: #ccc;
}
.c-post-content .has-small-font-size {
  font-size: 0.13rem;
}
.c-post-content .has-large-font-size {
  font-size: 0.36rem;
}
.c-post-content .has-x-large-font-size {
  font-size: 0.42rem;
}
.c-post-content .wp-block-table table {
  border-collapse: collapse;
  border: 0.01rem solid #000;
}
.c-post-content .wp-block-table thead,
.c-post-content .wp-block-table tbody,
.c-post-content .wp-block-table tfoot {
  border: none;
}
.c-post-content .wp-block-table th,
.c-post-content .wp-block-table td {
  padding: 0.5em;
  border: 0.01rem solid #000;
}
.c-post-content .wp-block-table th {
  text-align: center;
  background-color: #ccc;
  font-weight: 700;
}
.c-post-content .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.c-post-content .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.c-post-content .wp-block-column {
  margin: 0 1em;
}
.c-post-content .wp-block-column:first-child {
  margin-left: 0;
}
.c-post-content .wp-block-column:last-child {
  margin-right: 0;
}
.c-post-content .wp-block-image.alignright {
  margin-left: auto;
}
.c-post-content .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.c-post-content .wp-block-image.aligncenter .wp-element-caption {
  text-align: center;
}
.c-post-content .wp-block-image.wp-block-gallery-is-layout-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;
}
@media print, (width >= 768px) {
  .c-post-content h1 {
    margin-bottom: 0.04rem;
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
  .c-post-content h2 {
    font-size: 0.24rem;
  }
  .c-post-content h3 {
    font-size: 0.22rem;
  }
  .c-post-content p {
    font-size: 0.16rem;
    line-height: 1.625;
  }
}
@media only screen and (width < 768px) {
  .c-post-content h1,
  .c-post-content h2,
  .c-post-content h3 {
    margin-bottom: -0.04rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .c-post-content p {
    font-size: 0.12rem;
    line-height: 1.5;
    text-align: justify;
  }
}

.c-badge {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-badge__item {
  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;
  min-width: 0.64rem;
  min-height: 0.16rem;
  padding: 0.02rem 0.02rem 0.015rem;
  border: 0.01rem solid #000;
  background-color: #000;
  color: #fff;
  font-size: 0.1rem;
  letter-spacing: -0.05em;
  line-height: 1;
}
.is-ios .c-badge__item, .is-firefox .c-badge__item {
  padding-bottom: 0.02rem;
}
.c-badge__item--light {
  background-color: #fff;
  color: #000;
}
@media print, (width >= 768px) {
  .c-badge {
    gap: 0.03rem;
  }
}
@media only screen and (width < 768px) {
  .c-badge {
    gap: 0.09rem;
  }
}

.u-hover-trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
.u-hover-trans:hover {
  opacity: 0.6;
}

.u-loading-first-view {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.01;
}
.is-ios .u-loading-first-view {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.wf-active .u-loading-first-view,
.wf-inactive .u-loading-first-view,
.is-visible .u-loading-first-view {
  opacity: 1;
}
/* JSが完全に失敗した場合の最終保険：4秒後に強制表示 */
@keyframes fc-force-reveal {
  to { opacity: 1; }
}
html {
  -webkit-animation: fc-force-reveal 0s 4s forwards;
          animation: fc-force-reveal 0s 4s forwards;
}
.u-loading-first-view {
  -webkit-animation: fc-force-reveal 0s 4s forwards;
          animation: fc-force-reveal 0s 4s forwards;
}

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

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

@media only screen and (width < 768px) {
  .u-pc {
    display: none !important;
  }
}

@media print, (width >= 768px) {
  .u-sp {
    display: none !important;
  }
}

.p-section-company-information__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.01rem solid #ccc;
  font-weight: 400;
}
.p-section-company-information__table-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-section-company-information__table-data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media print, (width >= 768px) {
  .p-section-company-information {
    padding: 0.98rem 0 0.6rem;
  }
  .p-section-company-information__table {
    width: 8.37rem;
    margin: 0 0 0 auto;
  }
  .p-section-company-information__table-row {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .p-section-company-information__table-title {
    width: 1.2rem;
    padding: 0.23rem 0.05rem 0.21rem 0.21rem;
  }
  .p-section-company-information__table-data {
    padding: 0.23rem 0.2rem 0.21rem 0.03rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-information {
    padding: 0.45rem 0 0.29rem;
  }
  .p-section-company-information__table {
    width: 100%;
  }
  .p-section-company-information__table-row {
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .p-section-company-information__table-title {
    width: 0.71rem;
    padding: 0.16rem 0.05rem 0.15rem 0.01rem;
  }
  .p-section-company-information__table-data {
    padding: 0.16rem 0 0.15rem 0.03rem;
  }
}

.p-section-company-access__list {
  padding-left: 0;
  list-style: none;
}
.p-section-company-access__item-title {
  font-weight: 500;
}
.p-section-company-access__item-map {
  position: relative;
  width: 100%;
}
.p-section-company-access__item-map iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-section-company-access__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-section-company-access__row-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
}
.p-section-company-access__row-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
}
@media print, (width >= 768px) {
  .p-section-company-access {
    padding: 0.91rem 0 1.51rem;
  }
  .p-section-company-access .c-heading--primary {
    margin-bottom: 0.7rem;
  }
  .p-section-company-access__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -0.32rem 1.18rem -0.33rem;
  }
  .p-section-company-access__item {
    width: 50%;
    max-width: 5.47rem;
    padding: 0 0.32rem 0.3rem 0.33rem;
  }
  .p-section-company-access__item-title {
    margin-bottom: 0.23rem;
    font-size: 0.26rem;
    line-height: 1.2857142857;
  }
  .p-section-company-access__item-map {
    margin-bottom: 0.17rem;
    padding-top: 49.377593361%;
  }
  .p-section-company-access__item-row {
    margin-bottom: 0.04rem;
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .p-section-company-access__row-title {
    width: 0.91rem;
    padding-right: 0.1rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-access {
    padding: 0.4rem 0 0.7rem;
  }
  .p-section-company-access .c-heading--primary {
    margin-bottom: 0.49rem;
  }
  .p-section-company-access__list {
    margin-bottom: 0.76rem;
  }
  .p-section-company-access__item {
    width: 100%;
    margin-bottom: 0.36rem;
  }
  .p-section-company-access__item:last-child {
    margin-bottom: 0;
  }
  .p-section-company-access__item-title {
    margin-bottom: 0.11rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .p-section-company-access__item-map {
    margin-bottom: 0.12rem;
    padding-top: 59.7014925373%;
  }
  .p-section-company-access__item-row {
    margin-bottom: 0.03rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .p-section-company-access__row-title {
    width: 0.76rem;
    padding-right: 0.05rem;
  }
}

.p-section-company-message__title {
  font-weight: 600;
}
.p-section-company-message__content-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-section-company-message__content-title {
  font-weight: 700;
}
.p-section-company-message__content-name {
  font-weight: 700;
  text-align: right;
}
.p-section-company-message__content-text {
  text-align: justify;
}
@media print, (width >= 768px) {
  .p-section-company-message {
    padding: 0.98rem 0 2.36rem;
  }
  .p-section-company-message__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -0.06rem;
  }
  .p-section-company-message__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 5.4rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .p-section-company-message__content {
    max-width: 6.05rem;
    padding-top: 0.93rem;
  }
  .p-section-company-message__content-list {
    gap: 0.5rem;
  }
  .p-section-company-message__content-title {
    margin-bottom: 0.07rem;
    font-size: 0.2rem;
  }
  .p-section-company-message__content-text {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .p-section-company-message__content-name {
    margin-top: 0.79rem;
    margin-right: 0.04rem;
    font-size: 0.2rem;
  }
  .p-section-company-message__name-position {
    margin-right: 0.12rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-message {
    padding: 0.45rem 0 0.68rem;
  }
  .p-section-company-message__title {
    margin-bottom: 0.5rem;
    margin-left: 0.02rem;
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
  .p-section-company-message__content-list {
    gap: 0.3rem;
  }
  .p-section-company-message__content-title {
    margin-bottom: 0.09rem;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .p-section-company-message__content-text {
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .p-section-company-message__content-name {
    margin-top: 0.38rem;
    font-size: 0.16rem;
  }
  .p-section-company-message__name-position {
    margin-right: 0.09rem;
  }
}

.p-section-company-corporate__title {
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
}
.p-section-company-corporate__text {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-company-corporate {
    padding: 0.98rem 0 1.5rem;
  }
  .p-section-company-corporate .c-heading--primary {
    margin-bottom: 0.97rem;
  }
  .p-section-company-corporate__title {
    margin-bottom: 0.39rem;
    font-size: 0.8rem;
    line-height: 1.25;
  }
  .p-section-company-corporate__text {
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 1.4615384615;
    text-align: center;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-corporate {
    padding: 0.44rem 0 0.7rem;
  }
  .p-section-company-corporate .c-heading--primary {
    margin-bottom: 0.49rem;
  }
  .p-section-company-corporate__title {
    margin-bottom: 0.25rem;
    font-size: 0.4rem;
    line-height: 1.35;
  }
  .p-section-company-corporate__text {
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 1.4444444444;
    text-align: justify;
  }
}

.p-section-company-philosophy__list {
  margin-bottom: 0;
  list-style: none;
}
.p-section-company-philosophy__item:last-child {
  margin-bottom: 0;
}
.p-section-company-philosophy__item-subtitle {
  font-weight: 700;
}
@media print, (width >= 768px) {
  .p-section-company-philosophy {
    padding-bottom: 1.49rem;
  }
  .p-section-company-philosophy .c-heading--primary {
    margin-bottom: 1.21rem;
  }
  .p-section-company-philosophy__list {
    padding-left: 2.11rem;
  }
  .p-section-company-philosophy__item {
    margin-bottom: 1.18rem;
  }
  .p-section-company-philosophy__item-subtitle {
    margin-bottom: 0.24rem;
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .p-section-company-philosophy__item--third .p-section-company-philosophy__item-subtitle {
    margin-bottom: 0.03rem;
  }
  .p-section-company-philosophy__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-company-philosophy .c-heading--secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 3.13rem;
    padding-right: 0.1rem;
  }
  .p-section-company-philosophy__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-section-company-philosophy__item-text {
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .p-section-company-philosophy__item-text + .p-section-company-philosophy__item-subtitle {
    margin-top: 0.37rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-philosophy {
    padding-bottom: 0.7rem;
  }
  .p-section-company-philosophy .c-heading--primary {
    margin-bottom: 0.49rem;
  }
  .p-section-company-philosophy__list {
    padding-left: 0;
  }
  .p-section-company-philosophy__item {
    margin-bottom: 0.5rem;
  }
  .p-section-company-philosophy__item-subtitle {
    margin-right: -0.1rem;
    margin-bottom: 0.15rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .p-section-company-philosophy__item--third .p-section-company-philosophy__item-subtitle {
    margin-bottom: 0.04rem;
  }
  .p-section-company-philosophy__item-wrapper {
    display: block;
  }
  .p-section-company-philosophy .c-heading--secondary {
    width: 100%;
    margin-bottom: 0.27rem;
  }
  .p-section-company-philosophy__item-text {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
  }
  .p-section-company-philosophy__item-text + .p-section-company-philosophy__item-subtitle {
    margin-top: 0.15rem;
  }
}

.p-section-company-concept__title {
  font-weight: 700;
  line-height: 1.5;
}
.p-section-company-concept__text {
  margin-bottom: 0;
  text-align: justify;
}
@media print, (width >= 768px) {
  .p-section-company-concept {
    padding-bottom: 1.5rem;
  }
  .p-section-company-concept .c-heading--primary {
    margin-bottom: 1.05rem;
  }
  .p-section-company-concept__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 9.88rem;
    margin: 0 auto;
  }
  .p-section-company-concept__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1.14rem;
  }
  .p-section-company-concept__title {
    margin-bottom: 0.12rem;
    margin-left: -0.19rem;
    font-size: 0.4rem;
  }
  .p-section-company-concept__text {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .p-section-company-concept__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 3.26rem;
    margin-top: 0.17rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-concept {
    padding-bottom: 0.7rem;
  }
  .p-section-company-concept .c-heading--primary {
    margin-bottom: 0.45rem;
  }
  .p-section-company-concept__title {
    margin-bottom: 0.07rem;
    font-size: 0.3rem;
  }
  .p-section-company-concept__text {
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .p-section-company-concept__logo {
    width: 2.6rem;
    margin: 0 auto 0.41rem;
  }
}

@media print, (width >= 768px) {
  .p-section-company-history {
    padding-top: 1.5rem;
    padding-bottom: 2.32rem;
  }
  .p-section-company-history .c-heading--primary {
    margin-bottom: 0.46rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-history {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .p-section-company-history .c-heading--primary {
    margin-bottom: 0.47rem;
  }
}

.p-list-company-history__list {
  position: relative;
  margin-bottom: 0;
  list-style: none;
}
.p-list-company-history__list::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  background: url("../img/company/history_decor_01.svg") center/cover no-repeat;
}
.p-list-company-history__item {
  position: relative;
  width: 100%;
}
.p-list-company-history__item:last-child {
  margin-bottom: 0;
}
.p-list-company-history__item::before {
  content: "";
  position: absolute;
  height: 0.01rem;
  border-bottom: 0.01rem solid #ccc;
}
.p-list-company-history__item::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #000;
}
.p-list-company-history__item-wrapper, .p-list-company-history__item-inner {
  position: relative;
}
.p-list-company-history__item-number {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.p-list-company-history__item-title {
  font-weight: 500;
}
.p-list-company-history__item-text {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-list-company-history__list {
    padding-right: 0.52rem;
    padding-left: 1.46rem;
  }
  .p-list-company-history__list::before {
    top: 0.2rem;
    bottom: 1.02rem;
    left: 0.53rem;
  }
  .p-list-company-history__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-list-company-history__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 4.88rem;
    padding-left: 0.25rem;
  }
  .p-list-company-history__item-text {
    padding-left: 0.04rem;
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .p-list-company-history__item {
    width: 100%;
    margin-bottom: 0.04rem;
  }
  .p-list-company-history__item:nth-child(2n+1) .p-list-company-history__item-wrapper {
    margin-left: 0.25rem;
    background-color: #fff;
  }
  .p-list-company-history__item:nth-child(2n) .p-list-company-history__item-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .p-list-company-history__item:nth-child(2n) .p-list-company-history__item-inner {
    background-color: #fff;
  }
  .p-list-company-history__item::before {
    top: 0.2rem;
    right: 0.05rem;
    width: calc(100% + 0.83rem);
  }
  .p-list-company-history__item::after {
    top: 0.13rem;
    left: -0.96rem;
    width: 0.16rem;
    height: 0.16rem;
  }
  .p-list-company-history__item-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 0.82rem;
    padding-right: 0.05rem;
    font-size: 0.3rem;
    line-height: 1.3666666667;
  }
  .p-list-company-history__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-list-company-history__item-title {
    margin-bottom: 0.05rem;
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
}
@media only screen and (width < 768px) {
  .p-list-company-history__list {
    padding-left: 0;
  }
  .p-list-company-history__list::before {
    top: 0.09rem;
    bottom: 0.87rem;
    left: 0.03rem;
  }
  .p-list-company-history__item {
    width: 100%;
    margin-bottom: 0.18rem;
  }
  .p-list-company-history__item::before {
    top: 0.09rem;
    right: 0.05rem;
    width: calc(100% - 0.13rem);
  }
  .p-list-company-history__item::after {
    top: 0.05rem;
    left: 0.03rem;
    width: 0.1rem;
    height: 0.1rem;
  }
  .p-list-company-history__item-wrapper, .p-list-company-history__item-inner {
    display: block;
  }
  .p-list-company-history__item-wrapper {
    padding-left: 0.32rem;
  }
  .p-list-company-history__item-inner {
    padding-left: 0.08rem;
    background-color: #fff;
  }
  .p-list-company-history__item-number {
    display: block;
    margin-bottom: 0.06rem;
    font-size: 0.2rem;
    line-height: 1;
  }
  .p-list-company-history__item-title {
    margin-bottom: -0.01rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .p-list-company-history__item-text {
    padding-left: 0.01rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

.p-section-company-data {
  background-color: #000;
  color: #fff;
}
@media print, (width >= 768px) {
  .p-section-company-data {
    padding: 0.36rem 0 0.76rem;
  }
  .p-section-company-data .c-heading--primary {
    margin-bottom: 0.01rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-data {
    padding: 0.5rem 0 0.69rem;
  }
  .p-section-company-data .c-heading--primary {
    margin-bottom: 0.5rem;
  }
}

.p-list-company-data {
  padding-left: 0;
  list-style: none;
}
.p-list-company-data__item {
  position: relative;
}
.p-list-company-data__item-wrapper {
  position: relative;
}
.p-list-company-data__item-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.01rem;
  border-bottom: 0.01rem solid #fff;
}
.p-list-company-data__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-list-company-data__item-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 0.02rem solid #fff;
  font-weight: 500;
  text-align: center;
}
.p-list-company-data__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-list-company-data__item-number {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.p-list-company-data__item-unit {
  display: inline-block;
  font-weight: 700;
}
.p-list-company-data__item-text {
  margin-bottom: 0;
  text-align: justify;
}
.p-list-company-data__item-plus {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media print, (width >= 768px) {
  .p-list-company-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 11.54rem;
    margin: 0 auto;
  }
  .p-list-company-data__item-text {
    padding: 0 0.37rem 0 0.08rem;
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .p-list-company-data__item {
    width: 50%;
    padding: 0.7rem 0.37rem 0;
  }
  .p-list-company-data__item:nth-child(2n+1)::before {
    content: "";
    position: absolute;
    top: 0.33rem;
    right: 0.1rem;
    width: 0.01rem;
    height: calc(100% - 0.88rem);
    border-left: 0.01rem solid #fff;
  }
  .p-list-company-data__item:nth-child(2n+1) .p-list-company-data__item-wrapper::before {
    left: -0.48rem;
    width: calc(100% + 0.37rem);
  }
  .p-list-company-data__item:nth-child(2n) {
    padding-left: 0.47rem;
  }
  .p-list-company-data__item:nth-child(2n) .p-list-company-data__item-wrapper::before {
    left: -0.21rem;
    width: calc(100% + 0.47rem);
  }
  .p-list-company-data__item:nth-child(2n) .p-list-company-data__item-text {
    padding-right: 0.34rem;
    padding-left: 0;
  }
  .p-list-company-data__item:nth-last-child(1) .p-list-company-data__item-wrapper::before, .p-list-company-data__item:nth-last-child(2) .p-list-company-data__item-wrapper::before {
    opacity: 0;
  }
  .p-list-company-data__item-wrapper {
    height: 100%;
    min-height: 4.98rem;
    padding-bottom: 0.5rem;
  }
  .p-list-company-data__item-heading {
    gap: 0.13rem;
    margin-bottom: 0.29rem;
  }
  .p-list-company-data__item-title {
    min-width: 1.14rem;
    padding: 0 0.05rem 0.06rem;
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
  .p-list-company-data__item-number {
    font-size: 1.68rem;
    line-height: 0.74;
  }
  .p-list-company-data__item-unit {
    font-size: 0.36rem;
    line-height: 0.6;
  }
  .p-list-company-data__item-image {
    width: 4.3rem;
    margin: 0 auto 0.32rem;
  }
  .p-list-company-data__item-plus {
    position: absolute;
    top: 0.11rem;
    right: -0.05rem;
    font-size: 1rem;
  }
}
@media only screen and (width < 768px) {
  .p-list-company-data {
    margin: 0 auto;
  }
  .p-list-company-data__item {
    width: 100%;
    padding: 0 0 0.24rem;
  }
  .p-list-company-data__item-wrapper {
    padding-bottom: 0.26rem;
  }
  .p-list-company-data__item-wrapper::before {
    left: 0;
    width: 100%;
  }
  .p-list-company-data__item-heading {
    gap: 0.24rem;
    margin-bottom: 0.28rem;
  }
  .p-list-company-data__item-content {
    padding-top: 0.16rem;
  }
  .p-list-company-data__item-title {
    min-width: 0.82rem;
    padding: 0 0.01rem;
    font-size: 0.2rem;
    line-height: 1.65;
  }
  .p-list-company-data__item-number {
    font-size: 0.92rem;
    line-height: 0.74;
  }
  .p-list-company-data__item-unit {
    padding-left: 0.04rem;
    font-size: 0.24rem;
    line-height: 0.6;
  }
  .p-list-company-data__item-image {
    width: 100%;
    margin: 0 auto 0.25rem;
  }
  .p-list-company-data__item-text {
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .p-list-company-data__item-plus {
    position: relative;
    top: -0.06rem;
    right: 0;
    font-size: 0.54rem;
  }
}

.p-block-company-data {
  border: solid #fff;
}
.p-block-company-data__title {
  display: inline-block;
  border-bottom: 0.02rem solid #fff;
  font-weight: 500;
  text-align: center;
}
.p-block-company-data__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-block-company-data__number {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.p-block-company-data__unit {
  display: inline-block;
  font-weight: 700;
}
.p-block-company-data__subtitle {
  display: block;
  width: 100%;
  font-weight: 700;
}
.p-block-company-data__image {
  width: 100%;
}
.p-block-company-data__graph {
  position: relative;
  width: 100%;
  height: 2.4rem;
  padding: 0.24rem 0.16rem 0.08rem;
  box-sizing: border-box;
  margin-bottom: 0.32rem;
}
.p-block-company-data__graph-grid {
  position: absolute;
  top: 0.24rem;
  right: 0.16rem;
  bottom: 0.08rem;
  left: 0.16rem;
  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;
  pointer-events: none;
}
.p-block-company-data__graph-grid span {
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
.p-block-company-data__graph-bars {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.08rem;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-block-company-data__graph-bars > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
  height: 0;
  background-color: #fff;
  border-radius: 2px 2px 0 0;
  -webkit-transition: height 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: height 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: calc(var(--i, 0) * 80ms);
          transition-delay: calc(var(--i, 0) * 80ms);
}
.p-block-company-data__graph-bars > li.is-accent-light {
  background-color: #b8c3f0;
}
.p-block-company-data__graph-bars > li.is-accent {
  background-color: #6772e5;
}
.p-block-company-data__graph.is-inview .p-block-company-data__graph-bars > li {
  height: var(--h);
}
@media only screen and (width < 768px) {
  .p-block-company-data__graph {
    height: 1.6rem;
    padding: 0.16rem 0.08rem 0.06rem;
    margin-bottom: 0.24rem;
  }
  .p-block-company-data__graph-grid {
    top: 0.16rem;
    right: 0.08rem;
    bottom: 0.06rem;
    left: 0.08rem;
  }
  .p-block-company-data__graph-bars {
    gap: 0.04rem;
  }
}
.p-block-company-data__text {
  margin-bottom: 0;
  text-align: justify;
}
.p-block-company-data__list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
@media print, (width >= 768px) {
  .p-block-company-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 11.54rem;
    margin: 0 auto;
    padding: 0.71rem 0.61rem 0.83rem 0.48rem;
    border-width: 0.01rem 0;
  }
  .p-block-company-data:last-child {
    border-bottom: 0;
  }
  .p-block-company-data + .p-list-company-data {
    margin-top: 0.42rem;
  }
  .p-block-company-data__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .p-block-company-data__inner {
    width: 5.87rem;
    padding-top: 0.2rem;
  }
  .p-block-company-data__title {
    min-width: 1.14rem;
    padding: 0 0.05rem 0.06rem;
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
  .p-block-company-data__content {
    padding: 0.26rem 0 0 0.77rem;
  }
  .p-block-company-data__content-wrapper {
    margin-bottom: 0.23rem;
  }
  .p-block-company-data__number {
    font-size: 1.68rem;
    line-height: 0.74;
  }
  .p-block-company-data__unit {
    margin-left: -0.09rem;
    font-size: 0.36rem;
    line-height: 0.6;
  }
  .p-block-company-data__subtitle {
    padding-left: 0.1rem;
    font-size: 0.7rem;
    line-height: 1.2857142857;
  }
  .p-block-company-data__image {
    margin-bottom: 0.42rem;
  }
  .p-block-company-data__text {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .p-block-company-data__list-image {
    margin-bottom: 0.23rem;
    gap: 0.26rem;
  }
  .p-block-company-data__image-item {
    width: 1.09rem;
  }
}
@media only screen and (width < 768px) {
  .p-block-company-data {
    width: 100%;
    padding: 0 0 0.25rem;
    border-width: 0 0 0.01rem;
  }
  .p-block-company-data__wrapper {
    margin-bottom: 0.22rem;
  }
  .p-block-company-data__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.26rem;
  }
  .p-block-company-data__title {
    min-width: 0.82rem;
    padding: 0 0.01rem;
    font-size: 0.2rem;
    line-height: 1.65;
  }
  .p-block-company-data__content {
    margin-top: 0.19rem;
  }
  .p-block-company-data__content-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -0.03rem;
    margin-bottom: 0.15rem;
  }
  .p-block-company-data__number {
    font-size: 0.92rem;
    line-height: 0.74;
  }
  .p-block-company-data__unit {
    padding-left: 0.04rem;
    font-size: 0.24rem;
    line-height: 0.6;
  }
  .p-block-company-data__subtitle {
    font-size: 0.4rem;
    line-height: 1.25;
    text-align: center;
  }
  .p-block-company-data__image {
    margin-bottom: 0.44rem;
  }
  .p-block-company-data + .p-list-company-data {
    margin-top: 0.25rem;
  }
  .p-block-company-data:has(.p-block-company-data__subtitle) .p-block-company-data__wrapper {
    margin-bottom: 0.48rem;
  }
  .p-block-company-data:has(.p-block-company-data__subtitle) .p-block-company-data__heading {
    display: block;
  }
  .p-block-company-data:has(.p-block-company-data__subtitle) .p-block-company-data__content-wrapper {
    margin-top: 0;
  }
  .p-block-company-data:has(.p-block-company-data__subtitle) .p-block-company-data__image {
    margin-bottom: 0.25rem;
  }
  .p-block-company-data__text {
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .p-block-company-data__list-image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.44rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    gap: 0.07rem 0.11rem;
  }
  .p-block-company-data__image-item {
    width: 0.96rem;
  }
}

.p-section-company-team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.p-section-company-team__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0.01rem solid #000;
}
.p-section-company-team__item-title {
  display: inline-block;
  border-bottom: 0.02rem solid #000;
  text-align: center;
}
.p-section-company-team__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
}
.p-section-company-team__item-number {
  white-space: nowrap;
}
.p-section-company-team__item-number {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.p-section-company-team__item-unit {
  display: inline-block;
}
.p-section-company-team__image {
  width: 100%;
}
.p-section-company-data__note {
  margin: 0.6rem 0 0.4rem;
  text-align: right;
  font-size: 0.16rem;
  font-weight: 500;
  color: #ccc;
  letter-spacing: 0.02em;
}
@media only screen and (width < 768px) {
  .p-section-company-data__note {
    font-size: 0.14rem;
    margin: 0.4rem 0 0.3rem;
  }
}
@media print, (width >= 768px) {
  .p-section-company-team {
    padding: 1rem 0 1.5rem;
  }
  .p-section-company-team .c-heading--primary {
    margin-bottom: 0.34rem;
  }
  .p-section-company-team__list {
    margin: 0 -0.12rem 0.76rem;
  }
  .p-section-company-team__item {
    width: 33.3333333333%;
    padding: 0 0.12rem 0.24rem;
  }
  .p-section-company-team__item-wrapper {
    min-height: 2.6rem;
    padding: 0.2rem;
  }
  .p-section-company-team__item-title {
    min-width: 1.4rem;
    margin: 0 auto 0.43rem;
    padding: 0 0.05rem 0.07rem;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 1.4615384615;
  }
  .p-section-company-team__item-number {
    font-size: 1.2rem;
    line-height: 0.74;
  }
  .p-section-company-team__item-unit {
    font-size: 0.36rem;
    font-weight: 700;
    line-height: 1;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-team {
    padding: 0.69rem 0 0.7rem;
  }
  .p-section-company-team .c-heading--primary {
    margin-bottom: 0.5rem;
  }
  .p-section-company-team__list {
    margin: 0 -0.05rem 0.58rem -0.06rem;
  }
  .p-section-company-team__item {
    width: 50%;
    padding: 0 0.05rem 0.11rem 0.06rem;
  }
  .p-section-company-team__item-wrapper {
    min-height: 1.51rem;
    padding: 0.16rem;
  }
  .p-section-company-team__item-title {
    min-width: 0.59rem;
    margin: 0 auto 0.25rem;
    padding: 0 0.05rem 0.03rem;
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .p-section-company-team__item-number {
    font-size: 0.52rem;
    line-height: 0.74;
  }
  .p-section-company-team__item-unit {
    margin-left: -0.03rem;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.9;
  }
}

.p-list-company-team {
  padding-left: 0;
  list-style: none;
}
.p-list-company-team__item-title {
  display: inline-block;
  border-bottom: 0.02rem solid #000;
  font-weight: 500;
  text-align: center;
}
.p-list-company-team__item-inner {
  position: relative;
  width: 100%;
}
.p-list-company-team__item-content {
  position: absolute;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-list-company-team__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-list-company-team__item-number {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.p-list-company-team__item-unit {
  font-weight: 700;
}
.p-list-company-team__item-label {
  display: block;
  font-weight: 500;
  text-align: center;
}
.p-list-company-team__item-image {
  position: relative;
  margin: 0 auto;
}
.p-list-company-team__item-image--gender,
.p-list-company-team__item-image--age {
  width: 100%;
  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;
}
@media print, (width >= 768px) {
  .p-list-company-team__item-image--gender {
    height: 2.85rem;
  }
  .p-list-company-team__item-image--age {
    height: 2.7rem;
  }
  .p-list-company-team__item-image--gender .c-svg-donut {
    max-width: 2.4rem;
  }
  .p-list-company-team__item-image--age .c-svg-donut {
    max-width: 2.4rem;
  }
}
@media only screen and (width < 768px) {
  .p-list-company-team__item-image--gender {
    height: 1.52rem;
  }
  .p-list-company-team__item-image--age {
    height: 1.6rem;
  }
  .p-list-company-team__item-image--gender .c-svg-donut {
    max-width: 1.6rem;
  }
  .p-list-company-team__item-image--age .c-svg-donut {
    max-width: 1.6rem;
  }
}

/* 男女比 ドーナツSVG（年齢構成と共通スタイル） */
.c-svg-donut--gender .c-svg-donut__seg--male   { stroke: #4a6fa5; }
.c-svg-donut--gender .c-svg-donut__seg--female {
  stroke: #e08999;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.is-inview .c-svg-donut--gender .c-svg-donut__seg--male   { stroke-dasharray: 161.15 282.7; }
.is-inview .c-svg-donut--gender .c-svg-donut__seg--female { stroke-dasharray: 121.55 282.7; }

/* 年齢構成ドーナツSVG */
.c-svg-donut {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.c-svg-donut__track {
  fill: none;
  stroke: #eee;
  stroke-width: 16;
}
.c-svg-donut__seg {
  fill: none;
  stroke-width: 16;
  stroke-linecap: butt;
  stroke-dasharray: 0 282.7;
  -webkit-transition: stroke-dasharray 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: stroke-dasharray 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-svg-donut__seg--twenties { stroke: #111; }
.c-svg-donut__seg--thirties {
  stroke: #7c86a5;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.c-svg-donut__seg--teens {
  stroke: #b8c3f0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.is-inview .c-svg-donut__seg--twenties { stroke-dasharray: 237.5 282.7; }
.is-inview .c-svg-donut__seg--thirties { stroke-dasharray: 42.4 282.7; }
.is-inview .c-svg-donut__seg--teens    { stroke-dasharray: 2.83 282.7; }
.p-list-company-team__item-text {
  display: block;
  font-weight: 500;
  text-align: center;
}
@media print, (width >= 768px) {
  .p-list-company-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.54rem;
  }
  .p-list-company-team__item {
    width: 50%;
  }
  .p-list-company-team__item--second {
    position: relative;
  }
  .p-list-company-team__item--second::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.01rem;
    height: calc(100% - 0.18rem);
    border-left: 0.01rem solid #000;
  }
  .p-list-company-team__item--second .p-list-company-team__item-inner {
    margin: 0 -0.25rem 0 auto;
  }
  .p-list-company-team__item-wrapper {
    padding: 0.37rem 0.58rem;
  }
  .p-list-company-team__item-title {
    min-width: 1.14rem;
    margin-bottom: 0.93rem;
    padding: 0 0.1rem 0.07rem;
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
  .p-list-company-team__item-content {
    min-width: 1.3rem;
  }
  .p-list-company-team__item-content--first {
    top: -0.28rem;
    left: -0.24rem;
  }
  .p-list-company-team__item-content--second {
    top: -0.28rem;
    left: 3.61rem;
  }
  .p-list-company-team__item-content--third {
    top: -0.56rem;
    left: -0.28rem;
  }
  .p-list-company-team__item-content--fourth {
    top: -0.58rem;
    left: 3.48rem;
  }
  .p-list-company-team__item-content--fifth {
    top: 1.43rem;
    left: -0.28rem;
  }
  .p-list-company-team__item-label {
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
  .p-list-company-team__item-heading + .p-list-company-team__item-label {
    margin-top: 0.16rem;
  }
  .p-list-company-team__item-number {
    font-size: 1rem;
    line-height: 0.75;
  }
  .p-list-company-team__item-unit {
    margin-left: -0.03rem;
    font-size: 0.36rem;
    line-height: 0.8;
  }
  .p-list-company-team__item-image {
    width: 3rem;
  }
  .p-list-company-team__item-text {
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
  .p-list-company-team__item-text + .p-list-company-team__item-heading {
    margin-top: -0.04rem;
  }
}
@media only screen and (width < 768px) {
  .p-list-company-team {
    margin-bottom: 0.25rem;
  }
  .p-list-company-team__item {
    width: 100%;
    margin-bottom: 0.27rem;
    padding-bottom: 0.23rem;
    border-bottom: 0.01rem solid #000;
  }
  .p-list-company-team__item:last-child {
    margin-bottom: 0;
  }
  .p-list-company-team__item-title {
    min-width: 0.82rem;
    margin-bottom: 0.61rem;
    padding: 0 0.01rem;
    font-size: 0.2rem;
    line-height: 1.55;
  }
  .p-list-company-team__item--second .p-list-company-team__item-title {
    margin-bottom: 0.47rem;
  }
  .p-list-company-team__item-content--first, .p-list-company-team__item-content--second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-list-company-team__item-content--first {
    top: -0.45rem;
    left: 0.04rem;
  }
  .p-list-company-team__item-content--second {
    top: -0.44rem;
    left: 1.92rem;
  }
  .p-list-company-team__item-content--third {
    top: -0.33rem;
    left: 0.17rem;
  }
  .p-list-company-team__item-content--fourth {
    top: -0.34rem;
    left: 2.34rem;
  }
  .p-list-company-team__item-content--fifth {
    top: 0.82rem;
    left: 0.17rem;
  }
  .p-list-company-team__item-number {
    font-size: 0.5rem;
    line-height: 0.75;
  }
  .p-list-company-team__item-unit {
    font-size: 0.2rem;
    line-height: 0.8;
  }
  .p-list-company-team__item-label {
    padding-left: 0.08rem;
    font-size: 0.26rem;
    line-height: 0.85;
  }
  .p-list-company-team__item-image {
    width: 100%;
  }
  .p-list-company-team__item-text {
    font-size: 0.2rem;
    line-height: 1.7;
  }
  .p-list-company-team__item-text + .p-list-company-team__item-heading {
    margin-top: -0.01rem;
  }
}

.p-section-company-group__subtitle {
  font-weight: 700;
}
.p-section-company-group__text {
  margin-bottom: 0;
  font-weight: 500;
}
@media print, (width >= 768px) {
  .p-section-company-group {
    padding: 0.4rem 0 1rem;
  }
  .p-section-company-group .c-heading--primary {
    margin-bottom: 0.8rem;
  }
  .p-section-company-group__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-company-group__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.2rem;
  }
  .p-section-company-group__subtitle {
    margin-bottom: 0.3rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .p-section-company-group__text {
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
  .p-section-company-group__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 4.54rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-group {
    padding: 0.5rem 0 0.7rem;
  }
  .p-section-company-group .c-heading--primary {
    margin-bottom: 0.49rem;
  }
  .p-section-company-group__content {
    margin-bottom: 0.3rem;
  }
  .p-section-company-group__subtitle {
    margin-bottom: 0.13rem;
    font-size: 0.22rem;
    line-height: 1.3636363636;
    text-align: center;
  }
  .p-section-company-group__text {
    font-size: 0.16rem;
    line-height: 1.5;
    text-align: justify;
  }
  .p-section-company-group__image {
    width: 100%;
  }
}

@media print, (width >= 768px) {
  .p-section-company-group--target {
    padding-top: 1rem;
    padding-bottom: 2.33rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-group--target {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}

.p-section-company-strategy {
  background-color: #000;
  color: #fff;
}
.p-section-company-strategy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-company-strategy__item-inner {
  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;
  width: 100%;
  border: 0.01rem solid #fff;
  border-radius: 50%;
}
.p-section-company-strategy__item-number {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.p-section-company-strategy__item-title {
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.p-section-company-strategy__item-text {
  margin-bottom: 0;
  font-weight: 400;
  text-align: justify;
}
@media print, (width >= 768px) {
  .p-section-company-strategy {
    padding: 1rem 0 1.26rem;
  }
  .p-section-company-strategy .c-heading--primary {
    margin-bottom: 0.95rem;
  }
  .p-section-company-strategy__item-inner {
    position: relative;
    min-height: 3.22rem;
    margin-bottom: 0.12rem;
    padding: 0.56rem 0.2rem;
  }
  .p-section-company-strategy__item-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.07rem;
    width: 0.12rem;
    height: 0.12rem;
    margin-top: -0.04rem;
    border-radius: 50%;
    background-color: #fff;
  }
  .p-section-company-strategy__item {
    width: 3.22rem;
  }
  .p-section-company-strategy__item:first-child .p-section-company-strategy__item-inner::before {
    opacity: 0;
  }
  .p-section-company-strategy__item-wrapper {
    width: 100%;
  }
  .p-section-company-strategy__item-number {
    margin: 0 auto 0.43rem;
    font-size: 0.3rem;
  }
  .p-section-company-strategy__item-title {
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .p-section-company-strategy__item-text {
    padding: 0 0.52rem;
    font-size: 0.16rem;
    line-height: 1.625;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-strategy {
    padding: 0.7rem 0 0.88rem;
  }
  .p-section-company-strategy .c-heading--primary {
    margin-bottom: 0.49rem;
  }
  .p-section-company-strategy__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-section-company-strategy__item-wrapper {
    width: 100%;
  }
  .p-section-company-strategy__item-inner {
    min-height: 1.82rem;
    margin-bottom: 0.19rem;
    padding: 0.38rem 0.1rem;
  }
  .p-section-company-strategy__item-number {
    margin: 0 auto 0.17rem;
    font-size: 0.2rem;
  }
  .p-section-company-strategy__item-title {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .p-section-company-strategy__item-text {
    padding: 0 0.11rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .p-section-company-strategy__item {
    width: 1.82rem;
  }
  .p-section-company-strategy__item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: -0.41rem;
  }
  .p-section-company-strategy__item:first-child .p-section-company-strategy__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 1.82rem;
  }
  .p-section-company-strategy__item:first-child .p-section-company-strategy__item-inner {
    margin-bottom: 0;
  }
  .p-section-company-strategy__item:first-child .p-section-company-strategy__item-text {
    margin-bottom: 0.21rem;
  }
  .p-section-company-strategy__item:nth-child(2) .p-section-company-strategy__item-text {
    padding: 0 0.22rem 0 0;
  }
  .p-section-company-strategy__item:nth-child(3) {
    margin-left: -0.29rem;
  }
  .p-section-company-strategy__item:nth-child(3) .p-section-company-strategy__item-text {
    padding: 0 0 0 0.22rem;
  }
}

@-webkit-keyframes path-move-pc {
  0% {
    top: 110%;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 0.7rem;
    opacity: 1;
  }
  100% {
    top: 190%;
    height: 0;
    opacity: 0;
  }
}

@keyframes path-move-pc {
  0% {
    top: 110%;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 0.7rem;
    opacity: 1;
  }
  100% {
    top: 190%;
    height: 0;
    opacity: 0;
  }
}
.p-top-scroll-down {
  position: relative;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.p-top-scroll-down::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0.01rem;
  -webkit-animation: path-move-pc 1.4s ease-in-out infinite;
  animation: path-move-pc 1.4s ease-in-out infinite;
  background-color: #000;
}
@media print, (width >= 768px) {
  .p-top-scroll-down {
    font-size: 0.12rem;
  }
  .p-top-scroll-down::before {
    top: 110%;
    height: calc(100% - 0.17rem);
  }
}

.p-section-top-keyvisual {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.p-section-top-keyvisual__title {
  font-weight: 700;
  letter-spacing: -0.05em;
}
.p-section-top-keyvisual__description {
  font-weight: 600;
}
@media print, (width >= 768px) {
  .p-section-top-keyvisual {
    min-height: 10rem;
    padding: 2.21rem 0.86rem 0.1rem;
  }
  .p-section-top-keyvisual .l-wrapper {
    padding-left: 0.02rem;
  }
  .p-section-top-keyvisual__decoration {
    position: absolute;
    top: 1.06rem;
    right: 0;
    width: 8.42rem;
  }
  .p-section-top-keyvisual__title, .p-section-top-keyvisual__description {
    max-width: 5.9rem;
  }
  .p-section-top-keyvisual__title {
    margin-bottom: 0.26rem;
    font-size: 0.9rem;
    line-height: 1.2222222222;
  }
  .p-section-top-keyvisual__description {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .p-section-top-keyvisual .p-top-scroll-down {
    margin-top: 0.48rem;
    margin-left: 0.05rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-keyvisual {
    min-height: 8.02rem;
    padding: 0.42rem 0 0.1rem;
  }
  .p-section-top-keyvisual__decoration {
    width: 3.56rem;
    margin-bottom: 0.33rem;
    margin-left: auto;
  }
  .p-section-top-keyvisual__title, .p-section-top-keyvisual__description {
    max-width: 5.9rem;
  }
  .p-section-top-keyvisual__title {
    margin-bottom: 0.31rem;
    font-size: 0.5rem;
    line-height: 1.28;
  }
  .p-section-top-keyvisual__description {
    font-size: 0.16rem;
    line-height: 1.25;
  }
}

.p-section-top-business {
  position: relative;
  color: #fff;
  text-align: center;
}
.p-section-top-business__background {
  position: fixed;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-section-top-business__title {
  letter-spacing: -0.05em;
}
.p-section-top-business__description {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-section-top-business__description.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-section-top-business .p-top-scroll-down {
  color: #fff;
}
.p-section-top-business .p-top-scroll-down::before {
  background-color: #fff;
}
@media print, (width >= 768px) {
  .p-section-top-business {
    padding: 2.77rem 0.86rem 1.47rem;
  }
  .p-section-top-business .p-top-scroll-down {
    position: sticky;
    top: 2.73rem;
    left: 0;
    margin: -0.05rem 0 1.1rem 0.05rem;
  }
  .p-section-top-business__background {
    top: 0.8rem;
  }
  .p-section-top-business__title {
    margin-top: -1.05rem;
    margin-bottom: 3.43rem;
    font-size: 0.64rem;
    line-height: 1.3;
  }
  .p-section-top-business__description {
    font-size: 0.3rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.9;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-business {
    padding: 2.6rem 0 0.4rem;
  }
  .p-section-top-business__background {
    top: 0.5rem;
  }
  .p-section-top-business__title {
    margin-bottom: 3rem;
    font-size: 0.26rem;
    line-height: 1.5384615385;
  }
  .p-section-top-business__description {
    font-size: 0.16rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.9;
  }
  .p-section-top-business .l-wrapper {
    padding-right: 0.08rem;
    padding-left: 0.08rem;
  }
}

.p-section-top-service {
  position: relative;
  background-color: #fff;
}
@media print, (width >= 768px) {
  .p-section-top-service {
    padding: 1.5rem 0 1.49rem;
  }
  .p-section-top-service .l-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-section-top-service .c-heading--secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-service {
    padding: 0.7rem 0;
  }
  .p-section-top-service .c-heading--secondary {
    margin-bottom: 0.44rem;
  }
}

.p-list-top-service {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-list-top-service__item {
  border-bottom: 0.01rem solid #000;
}
.p-list-top-service__item:last-child {
  margin-bottom: 0;
}
.p-list-top-service__wrapper {
  position: relative;
}
.p-list-top-service__wrapper::before {
  content: "";
  position: absolute;
  background: url("../img/common/arrow_icn_02.svg") center/100% auto no-repeat;
}
.p-list-top-service__number {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}
.p-list-top-service__title-japanese, .p-list-top-service__title-english {
  display: block;
}
.p-list-top-service__title-japanese {
  font-weight: 700;
  line-height: 1;
}
.p-list-top-service__title-english {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media print, (width >= 768px) {
  .p-list-top-service {
    width: 7.4rem;
  }
  .p-list-top-service__item {
    margin-bottom: 1.04rem;
  }
  .p-list-top-service__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 2.15rem;
    padding: 0.09rem 0.05rem 0.48rem;
  }
  .p-list-top-service__wrapper::before {
    top: 0.14rem;
    right: -0.01rem;
    width: 0.32rem;
    height: 0.32rem;
  }
  .p-list-top-service__number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 0.8rem;
    -webkit-transform: translateY(-0.12rem);
    -ms-transform: translateY(-0.12rem);
    transform: translateY(-0.12rem);
    font-size: 0.6rem;
  }
  .p-list-top-service__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.4rem;
    padding-left: 0.43rem;
  }
  .p-list-top-service__title {
    margin-bottom: 0.34rem;
  }
  .p-list-top-service__title-japanese {
    margin-bottom: 0.11rem;
    font-size: 0.4rem;
  }
  .p-list-top-service__title-english {
    padding-left: 0.08rem;
    font-size: 0.14rem;
  }
  .p-list-top-service__content {
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media only screen and (width < 768px) {
  .p-list-top-service__item {
    margin-bottom: 0.51rem;
  }
  .p-list-top-service__item:last-child {
    margin-bottom: 0;
  }
  .p-list-top-service__wrapper {
    display: block;
    width: 100%;
    min-height: 1.62rem;
    padding: 0 0 0.22rem;
  }
  .p-list-top-service__wrapper::before {
    top: 0.47rem;
    right: 0;
    width: 0.2rem;
    height: 0.2rem;
    background-image: url("../img/common/sp/arrow_icn_02.svg");
  }
  .p-list-top-service__number {
    width: 100%;
    margin-bottom: 0.14rem;
    font-size: 0.3rem;
  }
  .p-list-top-service__title {
    margin-bottom: 0.12rem;
  }
  .p-list-top-service__title-japanese {
    margin-bottom: 0.1rem;
    font-size: 0.26rem;
  }
  .p-list-top-service__title-english {
    padding-left: 0.02rem;
    font-size: 0.12rem;
  }
  .p-list-top-service__content {
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

.p-section-top-service--reverse {
  background-color: #000;
  color: #fff;
}
.p-section-top-service--reverse .p-list-top-service__item {
  border-color: #fff;
}
.p-section-top-service--reverse .p-list-top-service__wrapper::before {
  -webkit-filter: invert(1);
  filter: invert(1);
}
@media print, (width >= 768px) {
  .p-section-top-service--reverse {
    padding-top: 0.99rem;
    padding-bottom: 0.99rem;
  }
  .p-section-top-service--reverse + .c-block-cta {
    padding-top: 1.5rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-service--reverse + .c-block-cta {
    padding-top: 0.7rem;
  }
}

.p-section-top-news {
  position: relative;
  background-color: #fff;
}
.p-section-top-news__wrapper {
  position: relative;
}
@media print, (width >= 768px) {
  .p-section-top-news {
    padding: 1.5rem 0 2.08rem;
  }
  .p-section-top-news .c-heading--secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .p-section-top-news .c-list--news {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 8.72rem;
  }
  .p-section-top-news__wrapper {
    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;
  }
  .p-section-top-news__button {
    position: relative;
  }
  .p-section-top-news .c-button--tertiary {
    position: absolute;
    bottom: 0.32rem;
    left: 0.02rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-news {
    padding: 0.7rem 0 0.68rem;
  }
  .p-section-top-news .c-heading--secondary {
    margin-bottom: 0.27rem;
  }
  .p-section-top-news .c-list--news {
    width: 100%;
  }
  .p-section-top-news__wrapper {
    margin-bottom: 0.39rem;
  }
  .p-section-top-news__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-section-top-news .c-button--tertiary {
    margin-left: unset;
  }
}

@media print, (width >= 768px) {
  .p-block-news {
    padding: 0.99rem 0 2.77rem;
  }
}
@media only screen and (width < 768px) {
  .p-block-news {
    padding: 0.44rem 0 0.69rem;
  }
}

.p-section-news-detail__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-section-news-detail__heading-category {
  display: block;
}
.p-section-news-detail__heading-time {
  display: block;
}
.p-section-news-detail__title {
  font-weight: 700;
  line-height: 1.5;
}
.p-section-news-detail__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-section-news-detail__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: 0.01rem solid #000;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.p-section-news-detail__button-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  background: url("../img/common/arrow_icn_01.svg") center/cover no-repeat;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.p-section-news-detail__button-wrapper:hover {
  background-color: #fff;
  color: #000;
}
.p-section-news-detail__button-wrapper:hover::before {
  -webkit-filter: invert(0);
  filter: invert(0);
}
@media print, (width >= 768px) {
  .p-section-news-detail {
    padding: 0.2rem 0 1rem;
  }
  .p-section-news-detail__heading {
    margin-bottom: 0.2rem;
    gap: 0.3rem;
  }
  .p-section-news-detail__title {
    margin-bottom: 0.5rem;
    font-size: 0.4rem;
  }
  .p-section-news-detail__button {
    margin-top: 1rem;
  }
  .p-section-news-detail__button-wrapper {
    width: 3rem;
    min-height: 0.64rem;
    padding: 0.12rem 0.42rem 0.11rem;
    font-size: 0.2rem;
  }
  .is-safari .p-section-news-detail__button-wrapper {
    padding-bottom: 0.12rem;
  }
  .p-section-news-detail__button-wrapper::before {
    right: 0.2rem;
    width: 0.11rem;
    height: 0.17rem;
    margin-top: -0.07rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-news-detail {
    padding: 0.1rem 0 0.7rem;
  }
  .p-section-news-detail__heading {
    margin-bottom: 0.1rem;
    gap: 0.2rem;
  }
  .p-section-news-detail__title {
    margin-bottom: 0.3rem;
    font-size: 0.18rem;
  }
  .p-section-news-detail__button {
    margin-top: 0.7rem;
  }
  .p-section-news-detail__button-wrapper {
    width: 2rem;
    min-height: 0.46rem;
    padding: 0.09rem 0.42rem 0.08rem;
    font-size: 0.16rem;
  }
  .p-section-news-detail__button-wrapper::before {
    right: 0.15rem;
    width: 0.11rem;
    height: 0.17rem;
    margin-top: -0.07rem;
  }
}

.p-section-service__title, .p-section-service__subtitle {
  font-weight: 700;
}
.p-section-service__content {
  margin-bottom: 0;
  text-align: justify;
}
.p-section-service__decor {
  position: absolute;
  z-index: -1;
}
@media print, (width >= 768px) {
  .p-section-service {
    padding: 0.98rem 0 0;
  }
  .p-section-service .l-wrapper {
    position: relative;
    padding-bottom: 3.9rem;
  }
  .p-section-service__title {
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
    line-height: 1.25;
  }
  .p-section-service__subtitle {
    margin-bottom: 1.01rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .p-section-service__text {
    margin-bottom: 0.19rem;
    font-size: 0.3rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .p-section-service__content {
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 1.4615384615;
  }
  .p-section-service__decor {
    bottom: 0;
    left: -0.34rem;
    width: 12.63rem;
    height: 1.76rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-service {
    position: relative;
    padding: 0.45rem 0 1.11rem;
  }
  .p-section-service__title {
    margin-bottom: 0.13rem;
    font-size: 0.3rem;
    line-height: 1.2;
  }
  .p-section-service__subtitle {
    margin-bottom: 0.5rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .p-section-service__text {
    margin-bottom: 0.08rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.25;
  }
  .p-section-service__content {
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .p-section-service__decor {
    bottom: 0;
    left: 0.2rem;
    width: 3.46rem;
    height: 0.48rem;
  }
}

.p-section-service-synergy {
  border-bottom: 0.01rem solid #fff;
  background-color: #000;
  color: #fff;
}
.p-section-service-synergy__inner {
  position: relative;
}
.p-section-service-synergy__inner::before {
  content: "";
  position: absolute;
}
.p-section-service-synergy__list {
  position: relative;
  z-index: 1;
  padding-left: 0;
  list-style: none;
}
.p-section-service-synergy__item {
  text-align: center;
}
.p-section-service-synergy__item-text {
  margin-bottom: 0;
  font-weight: 400;
}
@media print, (width >= 768px) {
  .p-section-service-synergy {
    margin-top: -0.09rem;
    padding: 1rem 0;
  }
  .p-section-service-synergy .c-heading--primary {
    margin-bottom: 1.21rem;
  }
  .p-section-service-synergy__wrapper {
    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;
    padding: 0 0.29rem 0 0.32rem;
  }
  .p-section-service-synergy__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 4.26rem;
  }
  .p-section-service-synergy__inner::before {
    top: 0;
    left: 0;
    width: 4.26rem;
    height: 7.28rem;
    background: url("../img/business/synergy_decor_img_01.svg") center/cover no-repeat;
  }
  .p-section-service-synergy__list {
    margin-bottom: 0;
    padding-top: 1.76rem;
  }
  .p-section-service-synergy__item {
    width: 100%;
    margin-bottom: 2.26rem;
    padding: 0 0.9rem;
  }
  .p-section-service-synergy__item:last-child {
    margin-bottom: 0;
  }
  .p-section-service-synergy__item-title {
    margin-bottom: 0.02rem;
    font-size: 0.3rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .p-section-service-synergy__item-text {
    font-size: 0.16rem;
    line-height: 1.625;
  }
}
@media only screen and (width < 768px) {
  .p-section-service-synergy {
    margin-top: -0.01rem;
    padding: 0.71rem 0 0.5rem;
  }
  .p-section-service-synergy .c-heading--primary {
    margin-bottom: 0.48rem;
  }
  .p-section-service-synergy__inner::before {
    top: 0;
    left: 0;
    width: 3.32rem;
    height: 1.88rem;
    background: url("../img/business/sp/synergy_decor_img_01.svg") center/cover no-repeat;
  }
  .p-section-service-synergy__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.03rem;
    padding: 0.58rem 0.2rem 0;
  }
  .p-section-service-synergy__item {
    width: 50%;
  }
  .p-section-service-synergy__item-title {
    margin-bottom: 0.04rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .p-section-service-synergy__item-text {
    font-size: 0.1rem;
    letter-spacing: -0.05em;
    line-height: 1.2;
  }
}

.p-list-service-synergy {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-list-service-synergy__item {
  width: 100%;
}
.p-list-service-synergy__item:last-child {
  margin-bottom: 0;
}
.p-list-service-synergy__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-list-service-synergy__item-number {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.p-list-service-synergy__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-list-service-synergy__item-title {
  font-weight: 700;
}
.p-list-service-synergy__item-text {
  margin-bottom: 0;
  font-weight: 400;
  text-align: justify;
}
@media print, (width >= 768px) {
  .p-list-service-synergy {
    width: 5.19rem;
    padding-top: 0.02rem;
  }
  .p-list-service-synergy__item {
    margin-bottom: 1.34rem;
  }
  .p-list-service-synergy__item-number {
    width: 1.27rem;
    padding-right: 0.1rem;
    font-size: 0.9rem;
    line-height: 0.9;
  }
  .p-list-service-synergy__item-title {
    margin-bottom: 0.16rem;
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .p-list-service-synergy__item-text {
    font-size: 0.16rem;
    line-height: 1.625;
  }
}
@media only screen and (width < 768px) {
  .p-list-service-synergy__item {
    margin-bottom: 0.31rem;
  }
  .p-list-service-synergy__item-number {
    width: 0.53rem;
    padding-right: 0.06rem;
    padding-left: 0.06rem;
    font-size: 0.3rem;
    line-height: 0.9;
  }
  .p-list-service-synergy__item-title {
    margin-bottom: 0.08rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .p-list-service-synergy__item-text {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

.p-section-company-introduction__title, .p-section-company-introduction__subtitle {
  font-weight: 700;
}
.p-section-company-introduction__content {
  text-align: justify;
}
@media print, (width >= 768px) {
  .p-section-company-introduction {
    padding: 0.67rem 0 0;
  }
  .p-section-company-introduction .l-wrapper {
    position: relative;
  }
  .p-section-company-introduction .c-heading--tertiary {
    margin-bottom: 0.95rem;
  }
  .p-section-company-introduction__title {
    margin-bottom: 0.4rem;
    font-size: 0.6rem;
    line-height: 1.3333333333;
  }
  .p-section-company-introduction__subtitle {
    margin-bottom: 0.99rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .p-section-company-introduction__text {
    margin-bottom: 0.19rem;
    font-size: 0.3rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .p-section-company-introduction__content {
    margin-bottom: 0.9rem;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 1.4615384615;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-introduction {
    position: relative;
    padding: 0.19rem 0 0.26rem;
  }
  .p-section-company-introduction .c-heading--tertiary {
    margin-bottom: 0.49rem;
  }
  .p-section-company-introduction__title {
    margin-bottom: 0.13rem;
    font-size: 0.26rem;
    line-height: 1.3846153846;
  }
  .p-section-company-introduction__subtitle {
    margin-bottom: 0.5rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
    text-align: justify;
  }
  .p-section-company-introduction__text {
    margin-bottom: 0.08rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.25;
  }
  .p-section-company-introduction__content {
    margin-bottom: 0.7rem;
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media print, (width >= 768px) {
  .p-section-company-challenge {
    padding: 1rem 0 0.5rem;
  }
  .p-section-company-challenge .c-heading--primary {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-challenge {
    padding: 0.6rem 0 0.5rem;
  }
  .p-section-company-challenge .c-heading--primary {
    margin-bottom: 0.53rem;
  }
}

.p-list-company-challenge {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-list-company-challenge__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-list-company-challenge__item-number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ccc;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-list-company-challenge__item-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  font-weight: 500;
}
@media print, (width >= 768px) {
  .p-list-company-challenge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.4rem 0.48rem;
  }
  .p-list-company-challenge__item {
    width: calc(50% - 0.24rem);
  }
  .p-list-company-challenge__item-number {
    width: 0.33rem;
    padding-right: 0.03rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .p-list-company-challenge__item-text {
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
}
@media only screen and (width < 768px) {
  .p-list-company-challenge__item {
    width: 100%;
    margin-bottom: 0.29rem;
  }
  .p-list-company-challenge__item:last-child {
    margin-bottom: 0;
  }
  .p-list-company-challenge__item-number {
    width: 0.28rem;
    padding-right: 0.03rem;
    font-size: 0.2rem;
    line-height: 1.1;
  }
  .p-list-company-challenge__item-text {
    font-size: 0.16rem;
    line-height: 1.5;
    text-align: justify;
  }
}

@media print, (width >= 768px) {
  .p-section-company-feature {
    padding: 0.5rem 0;
  }
  .p-section-company-feature .c-heading--primary {
    margin-bottom: 0.82rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-feature {
    padding: 0.2rem 0 0.5rem;
  }
  .p-section-company-feature .c-heading--primary {
    margin-bottom: 0.5rem;
  }
}

.p-list-company-feature {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-list-company-feature__item:last-child {
  margin-bottom: 0;
}
.p-list-company-feature__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-list-company-feature__item-number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.p-list-company-feature__item-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-list-company-feature__item-content {
  text-align: justify;
}
.p-list-company-feature__item-title {
  font-weight: 700;
}
.p-list-company-feature__item-text {
  border-bottom: 0.01rem solid #ccc;
  font-weight: 400;
}
.p-list-company-feature__item-source {
  position: relative;
  width: 100%;
}
.p-list-company-feature__item-source img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, (width >= 768px) {
  .p-list-company-feature__item {
    margin-bottom: 0.62rem;
  }
  .p-list-company-feature__item-number {
    width: 1.25rem;
    padding-right: 0.05rem;
    font-size: 0.9rem;
    line-height: 0.8;
  }
  .p-list-company-feature__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-list-company-feature__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.51rem;
  }
  .p-list-company-feature__item-title {
    margin-bottom: 0.18rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .p-list-company-feature__item-text {
    margin-bottom: 0.2rem;
    padding-bottom: 0.31rem;
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .p-list-company-feature__item-image {
    width: 3.83rem;
  }
  .p-list-company-feature__item-source {
    padding-top: 70.7571801567%;
  }
}
@media only screen and (width < 768px) {
  .p-list-company-feature__item {
    margin-bottom: 0.51rem;
  }
  .p-list-company-feature__item-number {
    width: 0.53rem;
    padding-right: 0.05rem;
    font-size: 0.3rem;
    line-height: 1.05;
  }
  .p-list-company-feature__item-title {
    margin-bottom: 0.09rem;
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
  .p-list-company-feature__item-text {
    margin-right: 0.04rem;
    margin-bottom: 0.14rem;
    padding-bottom: 0.17rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .p-list-company-feature__item-image {
    width: 2.78rem;
    margin-top: 0.19rem;
  }
  .p-list-company-feature__item-source {
    padding-top: 57.5539568345%;
  }
}

@media print, (width >= 768px) {
  .p-section-company-coverage {
    padding: 0.5rem 0;
  }
  .p-section-company-coverage .c-heading--primary {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-coverage {
    padding: 0.18rem 0 0.4rem;
  }
  .p-section-company-coverage .c-heading--primary {
    margin-bottom: 0.49rem;
  }
}

@media print, (width >= 768px) {
  .p-section-company-flow {
    padding: 0.49rem 0 1.5rem;
  }
  .p-section-company-flow .c-heading--primary {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-flow {
    position: relative;
    min-height: 2.72rem;
    padding: 0.29rem 0;
  }
  .p-section-company-flow .c-heading--primary {
    margin-bottom: 0.23rem;
  }
  .p-section-company-flow__inner {
    margin: 0 -0.13rem;
    padding-bottom: 0.1rem;
    overflow-x: auto;
  }
}

.p-section-interview-detail__main {
  border-bottom: 0.01rem solid #000;
}
.p-section-interview-detail__introduction {
  font-weight: 700;
}
.p-section-interview-detail__description {
  text-align: justify;
}
@media print, (width >= 768px) {
  .p-section-interview-detail {
    padding: 0.66rem 0 0.52rem;
  }
  .p-section-interview-detail__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0.84rem;
  }
  .p-section-interview-detail__photo {
    width: 7.5rem;
  }
  .p-section-interview-detail__head-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0.01rem;
    padding-left: 0.65rem;
  }
  .p-section-interview-detail__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.14rem;
  }
  .p-section-interview-detail__main-head {
    width: 3.95rem;
  }
  .p-section-interview-detail__introduction {
    margin-bottom: 0.28rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .p-section-interview-detail__description {
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .p-section-interview-detail__main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.39rem 0 0 0.56rem;
  }
  .p-section-interview-detail .c-badge {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-interview-detail {
    padding: 0.2rem 0;
  }
  .p-section-interview-detail__head {
    margin-bottom: 0.51rem;
  }
  .p-section-interview-detail__photo {
    width: 3.35rem;
  }
  .p-section-interview-detail__head-content {
    margin-bottom: 0.19rem;
  }
  .p-section-interview-detail__main {
    padding-bottom: 0.4rem;
  }
  .p-section-interview-detail__main-head {
    margin-bottom: 0.45rem;
  }
  .p-section-interview-detail__introduction {
    margin-bottom: 0.13rem;
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
  .p-section-interview-detail__description {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.25;
  }
  .p-section-interview-detail .c-badge {
    margin-bottom: 0.21rem;
  }
}

.p-list-interview-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-list-interview-detail li:last-of-type {
  margin-bottom: 0;
}
.p-list-interview-detail h2 {
  font-weight: 500;
}
.p-list-interview-detail p {
  margin-bottom: 0;
  text-align: justify;
}
@media print, (width >= 768px) {
  .p-list-interview-detail li {
    margin-bottom: 0.76rem;
  }
  .p-list-interview-detail h2 {
    margin-bottom: 0.11rem;
    font-size: 0.26rem;
    line-height: 1.4615384615;
  }
  .p-list-interview-detail p {
    font-size: 0.16rem;
    line-height: 1.625;
  }
}
@media only screen and (width < 768px) {
  .p-list-interview-detail li {
    margin-bottom: 0.31rem;
  }
  .p-list-interview-detail h2 {
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
    line-height: 1.7;
  }
  .p-list-interview-detail p {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

@media print, (width >= 768px) {
  .p-section-interview-other {
    padding: 0.12rem 0 1.97rem;
  }
  .p-section-interview-other .c-heading--secondary {
    margin-bottom: 0.62rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-interview-other {
    padding: 0.21rem 0 0.69rem;
  }
  .p-section-interview-other .c-heading--secondary {
    margin-bottom: 0.41rem;
  }
}

@media print, (width >= 768px) {
  .p-section-interview {
    padding: 0.36rem 0 1.5rem;
  }
  .p-section-interview .c-pagination--primary {
    margin-top: 1.25rem;
  }
  .p-section-interview__title {
    margin-bottom: 1.6rem;
    font-size: 0.36rem;
    font-weight: 700;
    line-height: 1.3888888889;
  }
}
@media only screen and (width < 768px) {
  .p-section-interview {
    padding: 0.49rem 0 0.7rem;
  }
  .p-section-interview .c-pagination--primary {
    margin-top: 0.49rem;
  }
  .p-section-interview__title {
    margin-bottom: 0.3rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.25;
  }
}

.p-list-interview {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-list-interview .c-button--tertiary {
  margin-left: auto;
}
.p-list-interview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  border-bottom: 0.01rem solid #ccc;
}
.p-list-interview__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.p-list-interview__image-source {
  position: relative;
  width: 100%;
}
.p-list-interview__image-source img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-list-interview__item-text {
  font-size: 0.12rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2;
}
.p-list-interview__item-title {
  font-weight: 700;
}
.p-list-interview__item-description {
  font-weight: 400;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media print, (width >= 768px) {
  .p-list-interview .c-badge {
    margin-bottom: 0.47rem;
  }
  .p-list-interview .c-button--tertiary {
    margin-right: 0.09rem;
  }
  .p-list-interview__item {
    min-height: 4.4rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.49rem;
  }
  .p-list-interview__item-wrapper {
    width: 3.96rem;
  }
  .p-list-interview__item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 7.5rem;
  }
  .p-list-interview__image-source {
    padding-top: 58.6666666667%;
  }
  .p-list-interview__item-text {
    margin-bottom: 0.04rem;
  }
  .p-list-interview__item-title {
    min-height: 1.5rem;
    margin-bottom: 0.16rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .p-list-interview__item-description {
    margin-bottom: 0.69rem;
    padding-right: 0.06rem;
    font-size: 0.16rem;
    line-height: 1.625;
  }
}
@media only screen and (width < 768px) {
  .p-list-interview .c-badge {
    margin-bottom: 0.17rem;
  }
  .p-list-interview__item {
    margin-bottom: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .p-list-interview__item-wrapper {
    width: 3.96rem;
  }
  .p-list-interview__item-image {
    width: 100%;
    margin-bottom: 0.17rem;
  }
  .p-list-interview__image-source {
    padding-top: 65.671641791%;
  }
  .p-list-interview__item-text {
    margin-bottom: 0.04rem;
  }
  .p-list-interview__item-title {
    margin-bottom: 0.08rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .p-list-interview__item-description {
    margin-bottom: 0.24rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

.p-section-sale-introduction {
  background-color: #000;
  color: #fff;
}
.p-section-sale-introduction__title, .p-section-sale-introduction__subtitle {
  font-weight: 700;
}
.p-section-sale-introduction__subtitle {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-sale-introduction {
    padding: 0.36rem 0 1rem;
  }
  .p-section-sale-introduction__title {
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
    line-height: 1.25;
  }
  .p-section-sale-introduction__subtitle {
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale-introduction {
    padding: 0.53rem 0 0.2rem;
  }
  .p-section-sale-introduction__title {
    margin-bottom: 0.13rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .p-section-sale-introduction__subtitle {
    font-size: 0.18rem;
    line-height: 1.4444444444;
    text-align: justify;
  }
}

.p-section-sale-result {
  background-color: #000;
  color: #fff;
}
.p-section-sale-result .c-list--data .c-list__item,
.p-section-sale-result .c-list--data .c-list__item-title {
  border-color: #fff;
}
@media print, (width >= 768px) {
  .p-section-sale-result {
    padding: 0.5rem 0;
  }
  .p-section-sale-result .c-heading--primary {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale-result {
    padding: 0.5rem 0;
  }
  .p-section-sale-result .c-heading--primary {
    margin-bottom: 0.49rem;
  }
}

@media print, (width >= 768px) {
  .p-section-sale-result--request {
    padding-top: 1rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale-result--request {
    padding-top: 0.7rem;
    padding-bottom: 0.63rem;
  }
}

.p-section-sale-benefit {
  background-color: #000;
  color: #fff;
}
.p-section-sale-benefit__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-sale-benefit__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-section-sale-benefit__item-number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.p-section-sale-benefit__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-section-sale-benefit__item-title {
  font-weight: 700;
}
.p-section-sale-benefit__item-text {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-sale-benefit {
    padding: 0.5rem 0;
  }
  .p-section-sale-benefit .c-heading--primary {
    margin-bottom: 0.4rem;
  }
  .p-section-sale-benefit__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-section-sale-benefit__item {
    width: calc(50% - 0.3rem);
  }
  .p-section-sale-benefit__item-wrapper {
    height: 100%;
    min-height: 1.77rem;
    padding: 0.4rem 0 0.31rem 0.1rem;
    border-bottom: 0.01rem solid #474747;
  }
  .p-section-sale-benefit__item-number {
    width: 1.3rem;
    padding-right: 0.1rem;
    font-size: 0.6rem;
    line-height: 0.7;
  }
  .p-section-sale-benefit__item-title {
    margin-bottom: 0.03rem;
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .p-section-sale-benefit__item-text {
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale-benefit {
    padding: 0.2rem 0 0.5rem;
  }
  .p-section-sale-benefit .c-heading--primary {
    margin-bottom: 0.38rem;
  }
  .p-section-sale-benefit__item {
    width: 100%;
  }
  .p-section-sale-benefit__item-wrapper {
    padding-left: 0.03rem;
  }
  .p-section-sale-benefit__item-content {
    padding: 0.14rem 0 0.12rem;
    border-bottom: 0.01rem solid #474747;
  }
  .p-section-sale-benefit__item-number {
    width: 0.46rem;
    padding-top: 0.1rem;
    padding-right: 0.05rem;
    font-size: 0.26rem;
    line-height: 1.1538461538;
  }
  .p-section-sale-benefit__item-title {
    margin-bottom: 0.04rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .p-section-sale-benefit__item-text {
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
  }
}

.p-section-sale-voice {
  background-color: #000;
  color: #fff;
}
@media print, (width >= 768px) {
  .p-section-sale-voice {
    padding: 0.5rem 0;
  }
  .p-section-sale-voice .c-heading--primary {
    margin-bottom: 0.81rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale-voice {
    padding: 0.35rem 0;
  }
  .p-section-sale-voice .c-heading--primary {
    margin-bottom: 0.49rem;
  }
}

.p-list-sale-voice {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-list-sale-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-list-sale-voice__item-head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-list-sale-voice__head-sub {
  letter-spacing: -0.05em;
}
.p-list-sale-voice__head-main, .p-list-sale-voice__content-title {
  font-weight: 600;
}
@media print, (width >= 768px) {
  .p-list-sale-voice {
    gap: 0.62rem;
    padding-left: 1.46rem;
  }
  .p-list-sale-voice__item {
    gap: 0.97rem;
  }
  .p-list-sale-voice__item-head {
    width: 1.2rem;
  }
  .p-list-sale-voice__head-main {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .p-list-sale-voice__head-sub {
    font-size: 0.12rem;
    line-height: 2;
  }
  .p-list-sale-voice__content-title {
    margin-bottom: 0.11rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .p-list-sale-voice__content-description {
    font-size: 0.16rem;
    line-height: 1.625;
  }
}
@media only screen and (width < 768px) {
  .p-list-sale-voice {
    gap: 0.3rem;
  }
  .p-list-sale-voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-list-sale-voice__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-list-sale-voice__item-content {
    margin-bottom: 0.05rem;
  }
  .p-list-sale-voice__head-main {
    margin-right: 0.2rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .p-list-sale-voice__head-sub {
    position: relative;
    top: 0.04rem;
    font-size: 0.1rem;
    line-height: 1.2;
  }
  .p-list-sale-voice__content-title {
    margin-bottom: 0.05rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .p-list-sale-voice__content-description {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

.p-section-sale-requirement {
  background-color: #000;
  color: #fff;
}
@media print, (width >= 768px) {
  .p-section-sale-requirement {
    padding: 0.5rem 0;
  }
  .p-section-sale-requirement .c-heading--primary {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale-requirement {
    padding: 0.35rem 0;
  }
  .p-section-sale-requirement .c-heading--primary {
    margin-bottom: 0.5rem;
  }
}

.p-table-sale-requirement {
  border: 0.01rem solid #fff;
}
.p-table-sale-requirement__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.01rem solid #fff;
}
.p-table-sale-requirement__head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 600;
}
@media print, (width >= 768px) {
  .p-table-sale-requirement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.04rem 0.3rem;
    line-height: 1.625;
  }
  .p-table-sale-requirement__row {
    padding: 0.19rem 0.32rem;
  }
  .p-table-sale-requirement__row:last-child {
    border: none;
  }
  .p-table-sale-requirement__head {
    width: 1.35rem;
  }
  .p-table-sale-requirement::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 0.01rem;
    height: calc(100% - 0.35rem);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
  }
  .p-table-sale-requirement__wrapper {
    position: relative;
    width: 50%;
  }
  .p-table-sale-requirement__wrapper:first-child .p-table-sale-requirement__row {
    padding: 0.19rem 0;
  }
}
@media only screen and (width < 768px) {
  .p-table-sale-requirement {
    padding: 0.04rem 0.13rem 0.02rem;
  }
  .p-table-sale-requirement__row {
    padding: 0.07rem 0 0.08rem;
  }
  .p-table-sale-requirement__head {
    width: 0.93rem;
  }
  .p-table-sale-requirement__wrapper:last-child .p-table-sale-requirement__row:last-child {
    border: none;
  }
}

.p-section-sale-product {
  background-color: #000;
  color: #fff;
}
.p-section-sale-product .c-list--coverage,
.p-section-sale-product .c-list--coverage .c-list__item {
  border-color: #474747;
}
@media print, (width >= 768px) {
  .p-section-sale-product {
    padding: 0.5rem 0 0.48rem;
  }
  .p-section-sale-product .c-heading--primary {
    margin-bottom: 0.81rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale-product {
    padding: 0.07rem 0 0.35rem;
  }
  .p-section-sale-product .c-heading--primary {
    margin-bottom: 0.49rem;
  }
}

.p-section-sale-faq {
  background-color: #000;
  color: #fff;
}
.p-section-sale-faq__list {
  padding-left: 0;
  list-style: none;
}
.p-section-sale-faq__item:last-child {
  margin-bottom: 0;
}
.p-section-sale-faq__item-question {
  border-bottom: 0.01rem solid #474747;
  font-weight: 700;
}
.p-section-sale-faq__item-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-weight: 400;
}
.p-section-sale-faq__item-answer::before {
  content: "A";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  line-height: 1;
}
.p-section-sale-faq__content {
  text-align: center;
}
.p-section-sale-faq__content-title, .p-section-sale-faq__content-text {
  font-weight: 700;
}
@media print, (width >= 768px) {
  .p-section-sale-faq {
    padding: 0.5rem 0 1.5rem;
  }
  .p-section-sale-faq .c-heading--primary {
    margin-bottom: 0.81rem;
  }
  .p-section-sale-faq + .c-block-cta {
    padding-top: 1.5rem;
  }
  .p-section-sale-faq__list {
    margin-bottom: 1.5rem;
  }
  .p-section-sale-faq__item {
    margin-bottom: 0.53rem;
  }
  .p-section-sale-faq__item-question {
    margin-bottom: 0.17rem;
    padding-bottom: 0.15rem;
    padding-left: 0.04rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .p-section-sale-faq__item-answer {
    padding-left: 0.44rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .p-section-sale-faq__item-answer::before {
    top: 0.01rem;
    left: 0;
    width: 0.28rem;
    height: 0.28rem;
    padding-bottom: 0.03rem;
    font-size: 0.2rem;
  }
  .is-safari .p-section-sale-faq__item-answer::before {
    padding-left: 0.01rem;
  }
  .is-firefox .p-section-sale-faq__item-answer::before {
    top: 0.02rem;
  }
  .p-section-sale-faq__content-title {
    margin-bottom: 0.19rem;
    font-size: 0.7rem;
    line-height: 1.4285714286;
  }
  .p-section-sale-faq__content-text {
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale-faq {
    padding: 0.35rem 0 1.15rem;
  }
  .p-section-sale-faq .c-heading--primary {
    margin-bottom: 0.49rem;
  }
  .p-section-sale-faq + .c-block-cta {
    padding-top: 0.7rem;
  }
  .p-section-sale-faq__list {
    margin-bottom: 1.02rem;
  }
  .p-section-sale-faq__item {
    margin-bottom: 0.34rem;
  }
  .p-section-sale-faq__item-question {
    margin-bottom: 0.11rem;
    padding-bottom: 0.12rem;
    padding-left: 0.04rem;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .p-section-sale-faq__item-answer {
    padding-left: 0.33rem;
    font-size: 0.12rem;
    line-height: 1.5;
  }
  .p-section-sale-faq__item-answer::before {
    top: 0.01rem;
    left: 0.05rem;
    width: 0.17rem;
    height: 0.17rem;
    padding-bottom: 0.02rem;
    font-size: 0.12rem;
  }
  .p-section-sale-faq__content-title {
    margin-bottom: 0.25rem;
    font-size: 0.36rem;
    line-height: 1.1111111111;
  }
  .p-section-sale-faq__content-text {
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
}

.p-section-sale {
  background-color: #000;
  color: #fff;
}
.p-section-sale__title, .p-section-sale__subtitle {
  font-weight: 700;
}
.p-section-sale__content {
  text-align: justify;
}
.p-section-sale__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-sale__item-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;
  width: 100%;
  border: 0.01rem solid #fff;
  border-radius: 50%;
}
.p-section-sale__item-title {
  width: 100%;
  font-weight: 700;
  text-align: center;
}
.p-section-sale__item-text {
  margin-bottom: 0;
  font-weight: 400;
  text-align: justify;
}
@media print, (width >= 768px) {
  .p-section-sale {
    padding: 0.98rem 0 0.88rem;
  }
  .p-section-sale__title {
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
    line-height: 1.25;
  }
  .p-section-sale__subtitle {
    margin-bottom: 1rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .p-section-sale__text {
    margin-bottom: 0.18rem;
    font-size: 0.3rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .p-section-sale__content {
    margin-bottom: 0.8rem;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 1.4615384615;
  }
  .p-section-sale__item-wrapper {
    position: relative;
    min-height: 3.22rem;
    margin-bottom: 0.12rem;
    padding: 0.8rem 0.2rem 0.5rem;
  }
  .p-section-sale__item-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.07rem;
    width: 0.12rem;
    height: 0.12rem;
    margin-top: -0.04rem;
    border-radius: 50%;
    background-color: #fff;
  }
  .p-section-sale__item {
    width: 3.22rem;
  }
  .p-section-sale__item:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-section-sale__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-section-sale__item:nth-child(2) .p-section-sale__item-wrapper::before {
    opacity: 0;
  }
  .p-section-sale__item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .p-section-sale__item-title {
    margin-bottom: 0.21rem;
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .p-section-sale__item-text {
    padding: 0 0.31rem;
    font-size: 0.16rem;
    line-height: 1.625;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale {
    position: relative;
    padding: 0.53rem 0 0.55rem;
  }
  .p-section-sale__title {
    margin-bottom: 0.13rem;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .p-section-sale__subtitle {
    margin-bottom: 0.5rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
    text-align: justify;
  }
  .p-section-sale__text {
    margin-bottom: 0.08rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 1.25;
  }
  .p-section-sale__content {
    margin-bottom: 0.5rem;
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .p-section-sale__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-section-sale__item-wrapper {
    min-height: 1.66rem;
    margin-bottom: 0.19rem;
    padding: 0.47rem 0.1rem 0.2rem;
  }
  .p-section-sale__item-title {
    margin-bottom: 0.04rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .p-section-sale__item-text {
    padding: 0 0.15rem;
    font-size: 0.1rem;
    line-height: 1.2;
  }
  .p-section-sale__item {
    width: 1.66rem;
  }
  .p-section-sale__item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: -0.36rem;
  }
  .p-section-sale__item:first-child .p-section-sale__item-wrapper {
    width: 1.66rem;
    margin-bottom: 0;
  }
  .p-section-sale__item:first-child .p-section-sale__item-text {
    margin-bottom: 0.21rem;
  }
  .p-section-sale__item:nth-child(2) .p-section-sale__item-text {
    padding-right: 0.16rem;
    padding-left: 0.16rem;
  }
  .p-section-sale__item:nth-child(3) {
    margin-left: -0.16rem;
  }
  .p-section-sale__item:nth-child(3) .p-section-sale__item-text {
    padding-right: 0.14rem;
    padding-left: 0.17rem;
  }
}

.p-section-sale-problem__title {
  font-weight: 700;
  text-align: center;
}
.p-section-sale-problem__list {
  padding-left: 0;
  list-style: none;
}
.p-section-sale-problem__item {
  border-bottom: 0.01rem solid #ccc;
}
.p-section-sale-problem__item-wrapper {
  position: relative;
}
.p-section-sale-problem__item-wrapper::before {
  content: "";
  position: absolute;
  background: url("../img/common/check_icn.svg") center/cover no-repeat;
}
.p-section-sale-problem__item-text {
  margin-bottom: 0;
  font-weight: 700;
}
.p-section-sale-problem__description {
  display: block;
  font-weight: 700;
  text-align: center;
}
@media print, (width >= 768px) {
  .p-section-sale-problem {
    padding: 1rem 0 1.03rem;
  }
  .p-section-sale-problem__title {
    margin-bottom: 0.32rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .p-section-sale-problem__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.73rem;
    gap: 0 0.56rem;
  }
  .p-section-sale-problem__item {
    width: calc(50% - 0.28rem);
  }
  .p-section-sale-problem__item-wrapper {
    padding: 0.4rem 0 0.29rem 0.75rem;
  }
  .p-section-sale-problem__item-wrapper::before {
    top: 0.43rem;
    left: 0.16rem;
    width: 0.5rem;
    height: 0.36rem;
  }
  .p-section-sale-problem__item-text {
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .p-section-sale-problem__description {
    font-size: 0.7rem;
    line-height: 1.4285714286;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale-problem {
    padding: 0.63rem 0 0.5rem;
  }
  .p-section-sale-problem__title {
    margin-bottom: 0.17rem;
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
  .p-section-sale-problem__list {
    margin-bottom: 0.5rem;
  }
  .p-section-sale-problem__item-wrapper {
    padding: 0.2rem 0 0.19rem 0.35rem;
  }
  .p-section-sale-problem__item-wrapper::before {
    top: 0.22rem;
    left: 0;
    width: 0.28rem;
    height: 0.22rem;
    background-image: url("../img/common/sp/check_icn.svg");
  }
  .p-section-sale-problem__item-text {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .p-section-sale-problem__description {
    font-size: 0.3rem;
    line-height: 1.4;
  }
}

.p-section-sale-flow {
  background-color: #000;
  color: #fff;
}
@media print, (width >= 768px) {
  .p-section-sale-flow {
    padding: 0.5rem 0 0.57rem;
  }
  .p-section-sale-flow .c-heading--primary {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale-flow {
    position: relative;
    padding: 0.29rem 0 0.26rem;
  }
  .p-section-sale-flow .c-heading--primary {
    margin-bottom: 0.23rem;
  }
  .p-section-sale-flow__inner {
    margin: 0 -0.13rem;
    padding-bottom: 0.1rem;
    overflow-x: auto;
  }
}

.p-section-sale-funnel {
  background-color: #000;
  color: #fff;
}
@media print, (width >= 768px) {
  .p-section-sale-funnel {
    padding: 0.5rem 0;
  }
  .p-section-sale-funnel .c-heading.c-heading--primary {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale-funnel {
    padding: 0.35rem 0;
  }
  .p-section-sale-funnel .c-heading.c-heading--primary {
    margin-bottom: 0.49rem;
  }
}

.p-list-sale-funnel {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-list-sale-funnel__item-wrapper {
  display: block;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.p-list-sale-funnel__item-number {
  display: inline-block;
  border-bottom: 0.02rem solid #000;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
}
.p-list-sale-funnel__item-position {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media print, (width >= 768px) {
  .p-list-sale-funnel {
    gap: 0.21rem;
  }
  .p-list-sale-funnel__item {
    width: calc(25% - 0.15rem);
  }
  .p-list-sale-funnel__item:last-child {
    margin-right: -0.03rem;
  }
  .p-list-sale-funnel__item-wrapper {
    min-height: 1.36rem;
    padding: 0.16rem 0.2rem;
  }
  .p-list-sale-funnel__item-number {
    margin-bottom: 0.11rem;
    padding: 0 0.05rem;
    font-size: 0.3rem;
  }
  .is-firefox .p-list-sale-funnel__item-number {
    padding-bottom: 0.02rem;
  }
  .p-list-sale-funnel__item-title {
    margin-bottom: -0.01rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .p-list-sale-funnel__item-position {
    font-size: 0.14rem;
  }
}
@media only screen and (width < 768px) {
  .p-list-sale-funnel {
    gap: 0.17rem;
  }
  .p-list-sale-funnel__item {
    width: calc(50% - 0.075rem);
  }
  .p-list-sale-funnel__item:nth-child(2n) {
    margin-right: -0.02rem;
  }
  .p-list-sale-funnel__item-wrapper {
    min-height: 1.28rem;
    padding: 0.1rem;
  }
  .p-list-sale-funnel__item-number {
    margin-bottom: 0.11rem;
    padding: 0 0.01rem 0.02rem;
    font-size: 0.2rem;
  }
  .p-list-sale-funnel__item-title {
    margin-bottom: 0.08rem;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .p-list-sale-funnel__item-position {
    font-size: 0.12rem;
  }
}

.p-section-sale-us {
  background-color: #000;
  color: #fff;
}
@media print, (width >= 768px) {
  .p-section-sale-us {
    padding: 0.5rem 0;
  }
  .p-section-sale-us .c-heading.c-heading--primary {
    margin-bottom: 0.66rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-sale-us {
    padding: 0.35rem 0 0.4rem;
  }
  .p-section-sale-us .c-heading.c-heading--primary {
    margin-bottom: 0.49rem;
  }
}

.p-list-sale-us {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-list-sale-us__item-number {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.p-list-sale-us__content-title {
  font-weight: 700;
}
@media print, (width >= 768px) {
  .p-list-sale-us__item-number {
    margin-bottom: 0.31rem;
    font-size: 0.3rem;
  }
  .p-list-sale-us__item {
    position: relative;
    width: 33.3333333333%;
    text-align: center;
  }
  .p-list-sale-us__item:first-child .p-list-sale-us__item-number {
    margin-bottom: 0.47rem;
  }
  .p-list-sale-us__item:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.01rem;
    height: calc(100% - 0.08rem);
    background-color: #474747;
    pointer-events: none;
  }
  .p-list-sale-us__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.01rem;
    height: calc(100% - 0.08rem);
    background-color: #474747;
    pointer-events: none;
  }
  .p-list-sale-us__item-wrapper {
    padding: 0.15rem 0.33rem 0;
  }
  .p-list-sale-us__content-title {
    margin-bottom: 0.11rem;
    font-size: 0.36rem;
    line-height: 1.3888888889;
  }
  .p-list-sale-us__content-description {
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 1.4615384615;
  }
}
@media only screen and (width < 768px) {
  .p-list-sale-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-list-sale-us__item {
    width: 100%;
    margin-bottom: 0.3rem;
    border-bottom: 0.01rem solid #474747;
  }
  .p-list-sale-us__item:last-child {
    margin-bottom: 0;
  }
  .p-list-sale-us__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0.05rem 0.19rem;
    gap: 0.15rem;
  }
  .p-list-sale-us__item-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.3rem;
  }
  .p-list-sale-us__content-title {
    margin-bottom: 0.06rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .p-list-sale-us__content-description {
    font-size: 0.12rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

/* お問い合わせフォーム共通スタイル ============================= */
.p-block-contact-nav {
  margin-bottom: 0.6rem;
}
.p-block-contact-nav__title {
  margin: 0 0 0.24rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-block-contact-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.16rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-block-contact-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}
.p-block-contact-nav__link {
  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;
  padding: 0.26rem 0.32rem;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.p-block-contact-nav__link:hover {
  background-color: #eaeaea;
  border-color: #bbb;
}
.p-block-contact-nav__link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.06rem;
}
.p-block-contact-nav__link-japanese {
  font-weight: 700;
  font-size: 0.18rem;
  letter-spacing: 0.02em;
}
.p-block-contact-nav__link-english {
  font-size: 0.12rem;
  color: #666;
  letter-spacing: 0.08em;
}
.p-block-contact-nav__link-arrow {
  font-size: 0.2rem;
  color: #333;
}

.p-form-contact {
  padding: 0.6rem 0 1.2rem;
}
.p-form-contact__lead {
  margin-bottom: 0.6rem;
  line-height: 1.9;
}
.p-form-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;
  gap: 0.32rem;
}
.p-form-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.12rem;
}
.p-form-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.08rem;
  font-weight: 700;
  font-size: 0.16rem;
  letter-spacing: 0.02em;
}
.p-form-contact__required {
  display: inline-block;
  padding: 0.02rem 0.08rem;
  background-color: #d33;
  color: #fff;
  font-size: 0.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 2px;
}
.p-form-contact__optional {
  display: inline-block;
  padding: 0.02rem 0.08rem;
  background-color: #888;
  color: #fff;
  font-size: 0.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 2px;
}
.p-form-contact__input,
.p-form-contact__textarea,
.p-form-contact__select {
  width: 100%;
  padding: 0.16rem 0.2rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: inherit;
  font-size: 0.15rem;
  line-height: 1.6;
  color: #111;
  -webkit-transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.p-form-contact__input:hover,
.p-form-contact__textarea:hover,
.p-form-contact__select:hover {
  border-color: #888;
}
.p-form-contact__input:focus,
.p-form-contact__textarea:focus,
.p-form-contact__select:focus {
  outline: none;
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}
.p-form-contact__textarea {
  min-height: 1.8rem;
  resize: vertical;
}
.p-form-contact__select {
  cursor: pointer;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path fill='%23000' d='M0 0l6 8 6-8z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 14px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 0.5rem;
  font-weight: 600;
  color: #111;
}
.p-form-contact__select:hover {
  background-color: #f2f2f2;
}
.p-form-contact__select:focus {
  background-color: #fff;
}
/* 未選択(初期値="")時はグレー表示にしてplaceholder風に */
.p-form-contact__select:has(option[value=""]:checked) {
  color: #999;
  font-weight: 400;
}
.p-form-contact__select option {
  color: #111;
  font-weight: 400;
  background-color: #fff;
}
/* チェックボックスのアクセントカラー統一（ONで黒に） */
.p-form-contact__checkitem input,
.p-form-contact__policy input {
  -webkit-accent-color: #000;
     -moz-accent-color: #000;
          accent-color: #000;
}
.p-form-contact__checkitem:hover,
.p-form-contact__policy:hover {
  color: #000;
}
.p-form-contact__note {
  margin-top: 0.04rem;
  font-size: 0.12rem;
  color: #666;
  line-height: 1.5;
}
.p-form-contact__checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.14rem 0.28rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-form-contact__checkitem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
  cursor: pointer;
  font-size: 0.15rem;
  padding: 0.06rem 0;
}
.p-form-contact__checkitem input[type="checkbox"],
.p-form-contact__policy input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0.22rem;
  height: 0.22rem;
  min-width: 0.22rem;
  border: 2px solid #999;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.15s, background-color 0.15s;
  transition: border-color 0.15s, background-color 0.15s;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.p-form-contact__checkitem input[type="checkbox"]:hover,
.p-form-contact__policy input[type="checkbox"]:hover {
  border-color: #333;
}
.p-form-contact__checkitem input[type="checkbox"]:checked,
.p-form-contact__policy input[type="checkbox"]:checked {
  background-color: #000;
  border-color: #000;
}
.p-form-contact__checkitem input[type="checkbox"]:checked::after,
.p-form-contact__policy input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.06rem;
  height: 0.11rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -55%) rotate(45deg);
      -ms-transform: translate(-50%, -55%) rotate(45deg);
          transform: translate(-50%, -55%) rotate(45deg);
}
.p-form-contact__checkitem input[type="checkbox"]:focus,
.p-form-contact__policy input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}
.p-form-contact__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1rem;
  padding: 0.24rem 0.28rem;
  background-color: #f6f6f6;
  border-radius: 2px;
  font-size: 0.14rem;
  line-height: 1.7;
  cursor: pointer;
}
.p-form-contact__policy input[type="checkbox"] {
  margin-top: 0.04rem;
}
.p-form-contact__policy a {
  text-decoration: underline;
  color: inherit;
}
.p-form-contact__submit {
  margin: 0.4rem auto 0;
  padding: 0.24rem 0.8rem;
  background-color: #000;
  color: #fff;
  border: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  min-width: 3rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: block;
}
.p-form-contact__submit:hover {
  background-color: #333;
}
@media only screen and (width < 768px) {
  .p-block-contact-nav {
    margin-bottom: 0.5rem;
  }
  .p-block-contact-nav__list {
    gap: 0.12rem;
  }
  .p-block-contact-nav__link {
    padding: 0.2rem 0.2rem;
  }
  .p-block-contact-nav__link-japanese {
    font-size: 0.15rem;
  }
  .p-block-contact-nav__link-english {
    font-size: 0.1rem;
  }
  .p-form-contact {
    padding: 0.4rem 0 0.8rem;
  }
  .p-form-contact__wrapper {
    gap: 0.28rem;
  }
  .p-form-contact__label {
    font-size: 0.14rem;
  }
  .p-form-contact__input,
  .p-form-contact__textarea,
  .p-form-contact__select {
    padding: 0.12rem 0.14rem;
    font-size: 0.14rem;
  }
  .p-form-contact__checklist {
    gap: 0.12rem 0.24rem;
  }
  .p-form-contact__checkitem {
    font-size: 0.14rem;
  }
  .p-form-contact__policy {
    font-size: 0.12rem;
    padding: 0.18rem 0.2rem;
  }
  .p-form-contact__submit {
    min-width: 100%;
    padding: 0.2rem 0.4rem;
    font-size: 0.16rem;
  }
}

/* 法務系ページ共通スタイル ============================= */
.p-legal {
  padding: 0.6rem 0 1.2rem;
}
.p-legal__lead {
  margin-bottom: 0.6rem;
  line-height: 1.9;
  font-size: 0.15rem;
}
.p-legal__section {
  margin-bottom: 0.5rem;
}
.p-legal__section:last-child {
  margin-bottom: 0;
}
.p-legal__heading {
  margin: 0 0 0.16rem;
  padding-bottom: 0.1rem;
  font-weight: 700;
  font-size: 0.2rem;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #333;
}
.p-legal__text {
  margin: 0 0 0.16rem;
  line-height: 1.9;
  font-size: 0.15rem;
}
.p-legal__text:last-child {
  margin-bottom: 0;
}
.p-legal__list {
  margin: 0.1rem 0 0.16rem;
  padding-left: 1.2em;
  line-height: 1.9;
  font-size: 0.15rem;
}
.p-legal__list li {
  margin-bottom: 0.06rem;
}
.p-legal__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.16rem 0 0.32rem;
  font-size: 0.14rem;
  line-height: 1.7;
}
.p-legal__table th,
.p-legal__table td {
  padding: 0.16rem 0.2rem;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.p-legal__table th {
  background-color: #f6f6f6;
  font-weight: 700;
  width: 30%;
  white-space: nowrap;
}
.p-legal__meta {
  margin-top: 0.6rem;
  padding-top: 0.24rem;
  border-top: 1px solid #ddd;
  font-size: 0.13rem;
  color: #666;
}
.p-legal__back {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 0.2rem 0.6rem;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 0.16rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-legal__back:hover {
  background-color: #333;
}
@media only screen and (width < 768px) {
  .p-legal__back {
    padding: 0.16rem 0.4rem;
    font-size: 0.14rem;
  }
}
@media only screen and (width < 768px) {
  .p-legal {
    padding: 0.4rem 0 0.8rem;
  }
  .p-legal__lead {
    font-size: 0.13rem;
  }
  .p-legal__heading {
    font-size: 0.17rem;
  }
  .p-legal__text,
  .p-legal__list {
    font-size: 0.13rem;
  }
  .p-legal__table {
    font-size: 0.12rem;
  }
  .p-legal__table th,
  .p-legal__table td {
    display: block;
    width: 100%;
    padding: 0.12rem 0.14rem;
    white-space: normal;
  }
  .p-legal__table th {
    border-bottom: none;
  }
}


/*# sourceMappingURL=styles.css.map */