@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}
body {
  line-height: 1.8;
  color: #333;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background: #f1f1f1;
  -webkit-text-size-adjust: none;
}
body.is-scroll-locked {
  overflow: hidden;
  touch-action: none;
}
p:not([class]),
p.text-right,
p.text-center,
p.text-left,
p.text-red,
p.small,
p.xsmall,
p.highlight {
  margin-bottom: 2em;
}
p:not([class]):last-child,
p.text-right:last-child,
p.text-center:last-child,
p.text-left:last-child,
p.text-red:last-child,
p.small:last-child,
p.xsmall:last-child,
p.highlight:last-child {
  margin-bottom: 0;
}
a {
  transition: 0.5s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.is-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.main {
  overflow: clip;
  margin: 0 0 96px;
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
.page-kv {
  margin: 0 0 88px;
  padding: 24px 0 64px;
  border-bottom: 1px solid #ccc;
  background: url("/assets/img/common/bg_kv.jpg") no-repeat 0 0/cover;
}
.page-kv-ttl {
  line-height: 1.5;
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
}
.page-kv-label {
  line-height: 1;
  margin: 0 0 24px;
  color: #e3007f;
  font-size: 78px;
  font-weight: 700;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.02em;
}
.page-kv-label:last-child {
  margin: 0;
}
.page-kv-lead {
  font-weight: 700;
}
.breadcrumb {
  max-width: 1280px;
  margin: 0 auto 56px;
  padding: 0 40px;
}
.breadcrumb-list {
  font-size: 10px;
}
.breadcrumb-item {
  display: inline;
  color: #e3007f;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  vertical-align: top;
  margin: 8px 12px 0 8px;
  background: #666;
}
.breadcrumb-item a {
  color: #333;
  text-decoration: none;
}
.local-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 0 72px;
}
.local-nav-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  position: relative;
  height: 150px;
  overflow: hidden;
  padding: 0 0 0 152px;
  border-radius: 10px;
  color: #e3007f;
  background: #fff;
}
.local-nav-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 32px;
  height: 32px;
  mask: url("/assets/img/common/icon_arrow_01.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media (hover: hover) {
  .local-nav-item a:hover {
    opacity: 0.7;
  }
}
.local-nav-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 130px;
}
.local-nav-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow-clip-margin: unset;
}
.local-nav-label {
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
}
.local-nav-ttl {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
}
.cta {
  position: relative;
  padding: 56px;
  border-radius: 10px;
  color: #fff;
  background: url("/assets/img/common/bg_contact.jpg") no-repeat 50% 50%/cover;
}
.cta-ttl {
  line-height: 1.5;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
}
.cta-label {
  line-height: 1;
  margin: 0 0 40px;
  font-size: 66px;
  font-weight: 700;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.02em;
}
.cta-btn {
  position: absolute;
  top: 50%;
  right: 56px;
  transform: translateY(-50%);
}
.cta-btn a {
  display: inline-block;
  position: relative;
  width: 275px;
  height: 58px;
  vertical-align: top;
  border: 1px solid #fff;
  color: #e3007f;
  font-weight: 700;
  background: #fff;
  border-radius: 40px;
}
.cta-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 32px;
  height: 32px;
  mask: url("/assets/img/common/icon_arrow_01.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
  transform: translateY(-50%);
  transition: 0.5s;
}
.cta-btn a span {
  position: absolute;
  top: 50%;
  left: 24px;
  white-space: nowrap;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media (hover: hover) {
  .cta-btn a:hover {
    color: #fff;
    background: #e3007f;
  }
  .cta-btn a:hover:after {
    transform: translateY(-50%) scale(0);
  }
  .cta-btn a:hover span {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer {
  padding: 80px 40px;
  background: #fff;
}
.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.footer-top-head {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer-address {
  font-size: 11px;
}
.footer-nav-primary {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 14px;
}
.footer-nav-primary li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  vertical-align: top;
  margin: 8px 0 0 4px;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #333;
  transition: 0.5s;
}
@media (hover: hover) {
  .footer-nav-primary li a:hover {
    color: #e3007f;
  }
  .footer-nav-primary li a:hover[target="_blank"]:after {
    background: #e3007f;
  }
}
.footer-nav-secondary {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 32px 0 0;
  font-size: 12px;
}
@media (hover: hover) {
  .footer-nav-secondary li a:hover {
    color: #e3007f;
  }
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 48px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #ccc;
}
.footer-copyright {
  font-size: 10px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0 40px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
}
.header-logo {
  flex-shrink: 0;
  line-height: 1;
  margin: 0;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .header-nav[hidden] {
    display: flex !important;
    flex: 1;
    justify-content: flex-end;
  }
}
.header-nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
}
.header-nav-item a {
  display: block;
  position: relative;
}
.header-nav-item a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  vertical-align: top;
  margin: 8px 0 0 4px;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #333;
  transition: 0.5s;
}
@media (hover: hover) {
  .header-nav-item a:hover {
    color: #e3007f;
  }
  .header-nav-item a:hover[target="_blank"]:after {
    background: #e3007f;
  }
}
body#home .header-nav-item.is-home a,
body#services .header-nav-item.is-services a,
body#works .header-nav-item.is-works a,
body#company .header-nav-item.is-company a,
body#news .header-nav-item.is-news a,
body#press .header-nav-item.is-press a,
body#recruit .header-nav-item.is-recruit a {
  color: #e3007f;
}
body#home .header-nav-item.is-home a:after,
body#services .header-nav-item.is-services a:after,
body#works .header-nav-item.is-works a:after,
body#company .header-nav-item.is-company a:after,
body#news .header-nav-item.is-news a:after,
body#press .header-nav-item.is-press a:after,
body#recruit .header-nav-item.is-recruit a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #e3007f;
  transform: translateX(-50%);
}
.header-cta {
  flex-shrink: 0;
}
.header-cta a {
  display: block;
  position: relative;
  width: 144px;
  height: 38px;
  border: 1px solid #e3007f;
  color: #fff;
  font-size: 14px;
  background: #e3007f;
  border-radius: 40px;
}
.header-cta a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 22px;
  height: 22px;
  mask: url("/assets/img/common/icon_arrow_01.svg") no-repeat 0 0/100% 100%;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.5s;
}
.header-cta a span {
  position: absolute;
  top: 50%;
  left: 16px;
  white-space: nowrap;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media (hover: hover) {
  .header-cta a:hover {
    color: #e3007f;
    background: #fff;
  }
  .header-cta a:hover:after {
    transform: translateY(-50%) scale(0);
  }
  .header-cta a:hover span {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.company-nav {
  position: relative;
}
.company-nav-list {
  position: absolute;
  bottom: 56px;
  right: -48px;
  padding: 20px 24px 32px;
  border-radius: 10px;
  background: #fff;
}
.company-nav-item {
  border-bottom: 1px solid #e5e5e5;
}
.company-nav-item a {
  display: block;
  position: relative;
  padding: 12px 32px 12px 0;
  font-size: 12px;
  font-weight: 700;
}
.company-nav-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  mask: url("/assets/img/common/icon_arrow_02.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
@media (hover: hover) {
  .company-nav-item a:hover {
    color: #e3007f;
  }
}
.company-mvv {
  margin: 0 0 96px;
}
.company-mvv-body {
  padding: 56px 48px;
  border-radius: 10px;
  background: #fff;
}
.company-mvv-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 52px 0;
}
.company-mvv-item:first-child {
  padding-top: 0;
}
.company-mvv-item:last-child {
  padding-bottom: 0;
}
.company-mvv-item + .company-mvv-item {
  border-top: 1px solid #ccc;
}
.company-mvv-item-left {
  flex: 0 0 448px;
}
.company-mvv-item-label {
  line-height: 1;
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 500;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
}
.company-mvv-item-label span {
  color: #e3007f;
}
.company-mvv-item-catch {
  line-height: 1.2;
  font-size: 34px;
  font-weight: 700;
  color: #e3007f;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.04em;
}
.company-mvv-item-txt {
  flex: 1;
  padding: 40px 0 0;
  font-weight: 700;
}
.company-mvv-item-list {
  flex: 1;
  padding: 40px 0 0;
  font-weight: 700;
}
.company-mvv-item-list li {
  position: relative;
  padding: 0 0 0 12px;
}
.company-mvv-item-list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #333;
}
.company-group {
  margin: 0 0 96px;
}
.company-group-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.company-group-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.company-group-item a {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  padding: 0 24px 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}
.company-group-item-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin: 0 0 24px;
  border-bottom: 1px solid #ccc;
}
.company-group-item-name {
  line-height: 1.5;
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
}
.company-group-item-txt {
  font-size: 15px;
}
.company-card {
  position: relative;
  margin: 0 0 96px;
  padding: 96px 0;
  z-index: 0;
}
.company-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  bottom: 0;
  left: -80px;
  border-radius: 20px;
  background: #fff;
  z-index: -1;
}
.company-profile {
  margin: 0 0 96px;
}
.company-profile-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 22px 0;
  border-bottom: 1px solid #ccc;
}
.company-profile-item dt {
  flex: 0 0 360px;
  font-weight: 700;
}
.company-profile-item dt span {
  display: block;
  margin: 4px 0 0;
  font-size: 12px;
}
.company-profile-item dd {
  flex: 1;
}
.company-profile-pmark {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.company-access {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.company-access .section-head {
  flex: 0 0 360px;
}
.company-access-body {
  flex: 1;
}
.company-access-station-ttl {
  line-height: 1.5;
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
}
.company-access-station-txt {
  margin: 0 0 24px;
  padding: 24px 0 0;
  border-top: 1px solid #ccc;
}
.company-access-map iframe {
  display: block;
  width: 100%;
  height: 312px;
  vertical-align: top;
}
.company-history {
  margin: 0 0 96px;
}
.company-history-inner {
  display: flex;
  align-items: flex-start;
  gap: 0 188px;
}
.company-history-nav {
  position: sticky;
  top: 96px;
  flex: 0 0 210px;
}
.company-history-nav-item {
  border-bottom: 1px solid #e5e5e5;
}
.company-history-nav-item a {
  display: block;
  position: relative;
  padding: 12px 32px 12px 0;
  font-size: 12px;
  font-weight: 700;
}
.company-history-nav-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  mask: url("/assets/img/common/icon_arrow_02.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .company-history-nav-item a:hover {
    color: #e3007f;
  }
}
.company-history-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.company-history-era-head {
  line-height: 1.5;
  margin: 0 0 40px;
  padding: 4px 0 4px 20px;
  font-size: 30px;
  font-weight: 700;
  border-left: 6px solid #e3007f;
}
.company-history-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 0 37px;
  border-bottom: 1px solid #ccc;
}
.company-history-item + .company-history-item {
  margin: 37px 0 0;
}
.company-history-item dt {
  flex: 0 0 88px;
  line-height: 1.3;
  color: #e3007f;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
}
.company-history-item dd {
  flex: 1;
}
.company-partners {
  margin: 0 0 96px;
}
.company-partners-card {
  padding: 48px 40px;
  border-radius: 20px;
  background: #fff;
}
.company-partners-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 48px;
}
.company-partners-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-officer {
  position: relative;
  margin: 0 0 96px;
  padding: 96px 0;
  z-index: 0;
}
.company-officer:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  left: -100px;
  border-radius: 20px;
  background: #e3007f;
  z-index: -1;
}
.company-officer .section-head {
  color: #fff;
}
.company-officer .section-label {
  color: #fff;
}
.company-officer-item {
  display: grid;
  grid-template-columns: 330px 1fr;
  grid-template-rows: auto 1fr;
  gap: 40px 0;
  margin: 0 0 48px;
  padding: 72px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  opacity: 0;
  filter: blur(8px);
  transform: translateY(16px);
  transition: opacity 0.7s ease-out, filter 0.8s ease-out, transform 0.7s ease-out;
}
.company-officer-item.is-visible {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
}
.company-officer-item-img img {
  border-radius: 10px;
}
.company-officer-item-body {
  padding: 0 0 0 48px;
}
.company-officer-item-message {
  grid-column: 1/-1;
  padding: 40px;
  border-radius: 10px;
  background: #fef2f9;
}
.company-officer-item-message-ttl {
  line-height: 1.5;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
}
.company-officer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}
.company-officer-card {
  padding: 32px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  opacity: 0;
  filter: blur(8px);
  transform: translateY(16px);
  transition: opacity 0.7s ease-out, filter 0.8s ease-out, transform 0.7s ease-out;
}
.company-officer-card.is-visible {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
}
.company-officer-card-img {
  margin: 0 0 24px;
}
.company-officer-card-img img {
  border-radius: 10px;
}
.company-officer-card-career-ttl {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
}
.company-officer-card-career-list li {
  position: relative;
  line-height: 1.5;
  padding: 0 0 0 16px;
}
.company-officer-card-career-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #333;
}
.company-officer-card-career-list li + li {
  margin: 8px 0 0;
}
.company-officer-card-career-list li p {
  margin: 0;
}
.section-head {
  margin: 0 0 48px;
}
.section-ttl {
  line-height: 1.5;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
}
.section-label {
  line-height: 1;
  font-size: 66px;
  color: #e3007f;
  font-weight: 700;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.02em;
}
.subsection-head {
  margin: 0 0 24px;
  padding: 24px 0 16px 24px;
  border-left: 6px solid #e3007f;
}
.subsection-ttl {
  line-height: 1;
  margin: 0 0 8px;
  color: #e3007f;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}
.subsection-label {
  line-height: 1.5;
  font-size: 30px;
  font-weight: 700;
}
.detail-body {
  position: relative;
  max-width: 640px;
  margin: -89px auto 96px;
  padding: 64px 0 96px;
  z-index: 0;
}
.detail-body:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #fff;
  z-index: -1;
}
.detail-body h2 {
  line-height: 1.5;
  margin: 64px 0 32px;
  padding: 0 0 18px;
  border-bottom: 2px solid #e3007f;
  font-size: 22px;
  font-weight: 700;
}
.detail-body h2:first-child {
  margin-top: 0;
}
.detail-body h3 {
  line-height: 1.5;
  margin: 40px 0 32px;
  padding: 12px 18px;
  border-left: 2px solid #e3007f;
  font-size: 18px;
  font-weight: 700;
  background: #f8f8f8;
}
.detail-body h3:first-child {
  margin-top: 0;
}
.detail-body figure {
  margin: 0 0 2em;
  border-radius: 10px;
  overflow: hidden;
}
.detail-body figure:last-child {
  margin: 0;
}
.detail-body table {
  margin: 0 0 64px;
  width: 100%;
  border-collapse: collapse;
}
.detail-body table tr {
  border-bottom: 1px solid #ccc;
}
.detail-body table th {
  width: 182px;
  padding: 22px 16px 22px 0;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
.detail-body table td {
  padding: 22px 0;
  vertical-align: top;
}
.detail-body ul:not([class]) {
  margin: 0 0 2em;
}
.detail-body ul:not([class]):last-child {
  margin: 0;
}
.detail-body ul:not([class]) li {
  position: relative;
  padding: 0 0 0 16px;
}
.detail-body ul:not([class]) li + li {
  margin-top: 4px;
}
.detail-body ul:not([class]) li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #333;
}
.detail-body ol:not([class]) {
  counter-reset: number;
  margin: 0 0 2em;
}
.detail-body ol:not([class]):last-child {
  margin: 0;
}
.detail-body ol:not([class]) li {
  position: relative;
  padding: 0 0 0 24px;
}
.detail-body ol:not([class]) li + li {
  margin-top: 4px;
}
.detail-body ol:not([class]) li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.detail-body a:not([class]) {
  color: #e3007f;
}
.detail-body a:not([class])[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  vertical-align: top;
  margin: 9px 0 0 8px;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
}
@media (hover: hover) {
  .detail-body a:not([class]):hover {
    text-decoration: underline;
  }
}
.detail-body .border {
  margin: 0 0 40px;
  padding: 24px;
  border: 4px solid #efefef;
}
.ez-toc-counter {
  position: relative;
  margin: 40px 0 72px;
  padding: 32px 24px 24px;
  border-radius: 8px;
  background: #f6f7f8;
}
.ez-toc-box-title {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
  margin: 0 0 24px;
  color: #e3007f;
  font-size: 16px;
  font-weight: 700;
}
.ez-toc-box-title:before {
  content: "OUTLINE";
  color: #333;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.ez-toc-list {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
}
.ez-toc-list > li + li {
  margin: 8px 0 0;
}
.ez-toc-list > li ul {
  margin: 8px 0 0 24px;
}
.ez-toc-list li a {
  display: block;
  position: relative;
  padding: 0 0 0 24px;
}
.ez-toc-list li a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e3007f;
  border-right: 2px solid #e3007f;
  transform: rotate(45deg);
}
.detail-summary {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 0 64px;
}
.detail-summary-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 128px;
  padding: 28px 32px;
  border-radius: 10px;
}
.detail-summary-item:nth-child(1) {
  background: #fff3fa;
}
.detail-summary-item:nth-child(2) {
  background: #ffe3f3;
}
.detail-summary-item:nth-child(3) {
  background: #ffd4ec;
}
.detail-summary-item-icon {
  flex: 0 0 68px;
}
.detail-summary-item-ttl {
  flex: 0 0 184px;
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
}
.detail-summary-item-txt {
  flex: 1;
  margin: 0;
  font-size: 15px;
}
.detail-service {
  margin: 0 0 64px;
}
.detail-service a {
  display: block;
  padding: 32px;
  border: 1px solid #fff3fa;
  border-radius: 10px;
  color: inherit !important;
  background: #fff3fa;
}
@media (hover: hover) {
  .detail-service a:hover {
    border-color: #e3007f;
    text-decoration: none !important;
  }
}
.detail-service-ttl {
  line-height: 1.5;
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
}
.detail-service-body {
  display: flex;
  align-items: center;
  gap: 32px;
}
.detail-service-thumb {
  flex: 0 0 181px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 126px;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
.detail-service-thumb img {
  max-width: 100%;
  max-height: 100%;
}
.detail-service-txt {
  flex: 1;
  margin: 0;
  font-size: 15px;
}
.detail-frame {
  margin: 0 0 40px;
  padding: 40px 32px;
  border: 4px solid #fce5f2;
}
.detail-frame-item {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 16px 16px;
  border-bottom: 1px dashed #ccc;
}
.detail-frame-item:last-child {
  margin: 0;
}
.detail-frame-item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #333;
}
.detail-back {
  margin: 64px 0 0;
  text-align: center;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 96px;
}
.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 100%;
  color: #e3007f;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
}
.wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #e3007f;
}
.wp-pagenavi .previouspostslink:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  mask: url("/assets/img/common/icon_arrow_02.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
  transform: translate(-50%, -50%) rotate(180deg);
}
.wp-pagenavi .nextpostslink:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  mask: url("/assets/img/common/icon_arrow_02.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
  transform: translate(-50%, -50%);
}
.wp-pagenavi .first {
  gap: 8px;
  width: auto;
  height: auto;
  margin: 0 16px 0 0;
  border: none;
  border-radius: 0;
  background: none;
}
.wp-pagenavi .first:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  mask: url("/assets/img/common/icon_arrow_02.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
  transform: rotate(180deg);
}
.wp-pagenavi .last {
  gap: 8px;
  width: auto;
  height: auto;
  margin: 0 0 0 16px;
  border: none;
  border-radius: 0;
  background: none;
}
.wp-pagenavi .last:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  mask: url("/assets/img/common/icon_arrow_02.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
}
.btn-primary {
  display: inline-block;
  position: relative;
  width: 275px;
  height: 58px;
  vertical-align: top;
  border: 1px solid #e3007f;
  color: #fff;
  font-weight: 700;
  background: #e3007f;
  border-radius: 40px;
}
.btn-primary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 32px;
  height: 32px;
  mask: url("/assets/img/common/icon_arrow_01.svg") no-repeat 0 0/100% 100%;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.5s;
}
.btn-primary span {
  position: absolute;
  top: 50%;
  left: 24px;
  white-space: nowrap;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media (hover: hover) {
  .btn-primary:hover {
    color: #e3007f;
    background: #fff;
  }
  .btn-primary:hover:after {
    transform: translateY(-50%) scale(0);
  }
  .btn-primary:hover span {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.top-news-btn .btn-primary {
  width: 320px;
}
.detail-back .btn-primary {
  width: 300px;
}
.bnr-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 0 72px;
}
.bnr-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  position: relative;
  height: 150px;
  padding: 0 40px;
  border-radius: 10px;
  color: #fff;
}
.bnr-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 32px;
  height: 32px;
  background: url("/assets/img/common/icon_arrow_01.svg") no-repeat 0 0/100% 100%;
  transform: translateY(-50%);
}
.bnr-item a[target="_blank"]:after {
  background-image: url("/assets/img/common/icon_external_02.svg");
}
@media (hover: hover) {
  .bnr-item a:hover {
    opacity: 0.7;
  }
}
.bnr-item-recruit a {
  background: url("/assets/img/top/bnr_01.jpg") no-repeat 50% 50%/cover;
}
.bnr-item-media a {
  background: linear-gradient(90deg, #02afdd 0%, #056fb7 100%);
}
.bnr-item-hrmos a {
  background: #206092;
}
.bnr-label {
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.04em;
}
.bnr-ttl {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
@media screen and (min-width: 768px) {
  .text-left-pc {
    text-align: left !important;
  }
  .text-center-pc {
    text-align: center !important;
  }
  .text-right-pc {
    text-align: right !important;
  }
}
@media screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left !important;
  }
  .text-center-sp {
    text-align: center !important;
  }
  .text-right-sp {
    text-align: right !important;
  }
}
.text-red {
  color: #de0000;
}
.small {
  font-size: 14px;
}
.xsmall {
  font-size: 13px;
}
.highlight {
  background: linear-gradient(to top, #7fe300 40%, transparent 40%);
}
.m-0 {
  margin: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.p-5 {
  padding: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.p-15 {
  padding: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.p-20 {
  padding: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.p-25 {
  padding: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.p-30 {
  padding: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.p-35 {
  padding: 35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.p-40 {
  padding: 40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.p-45 {
  padding: 45px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
.p-50 {
  padding: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.m-55 {
  margin: 55px !important;
}
.p-55 {
  padding: 55px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.m-60 {
  margin: 60px !important;
}
.p-60 {
  padding: 60px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.m-65 {
  margin: 65px !important;
}
.p-65 {
  padding: 65px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.m-70 {
  margin: 70px !important;
}
.p-70 {
  padding: 70px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.m-75 {
  margin: 75px !important;
}
.p-75 {
  padding: 75px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.m-80 {
  margin: 80px !important;
}
.p-80 {
  padding: 80px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.m-85 {
  margin: 85px !important;
}
.p-85 {
  padding: 85px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.m-90 {
  margin: 90px !important;
}
.p-90 {
  padding: 90px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.m-95 {
  margin: 95px !important;
}
.p-95 {
  padding: 95px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.m-100 {
  margin: 100px !important;
}
.p-100 {
  padding: 100px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
@-moz-keyframes marqueeTranslateHalf {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes marqueeTranslateHalf {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@-o-keyframes marqueeTranslateHalf {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marqueeTranslateHalf {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.news-cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.news-cat-link {
  display: block;
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-radius: 50px;
  color: #e3007f;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
}
@media (hover: hover) {
  .news-cat-link:hover {
    border-color: #e3007f;
  }
}
.news-cat-link.is-active {
  border-color: #e3007f;
  color: #fff;
  background: #e3007f;
}
.news-year-filter {
  position: relative;
  width: fit-content;
  margin: 32px 0 0;
}
.news-year-filter:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #e3007f;
  border-bottom: 2px solid #e3007f;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.news-year-select {
  appearance: none;
  display: block;
  padding: 8px 40px 8px 16px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  cursor: pointer;
}
.news-list {
  margin: 72px 0;
  border-top: 1px solid #ccc;
}
.news-item {
  padding: 32px 0;
  border-bottom: 1px solid #ccc;
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
}
.news-date {
  font-size: 14px;
  color: #666;
}
.news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.news-tags a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #fff;
  border-radius: 38px;
  color: #666;
  font-size: 10px;
  background: #fff;
}
@media (hover: hover) {
  .news-tags a:hover {
    border-color: #e3007f;
    color: #e3007f;
  }
}
.news-ttl a {
  display: block;
  position: relative;
  padding: 0 40px 0 0;
}
.news-ttl a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  mask: url("/assets/img/common/icon_arrow_02.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .news-ttl a:hover {
    color: #e3007f;
  }
}
.news-detail-head .news-meta {
  margin: 0 0 24px;
}
.news-detail-ttl {
  line-height: 1.5;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}
.policy_list_data_inner {
  margin: 0 0 72px;
}
.policy_list_data_txt_note {
  font-weight: 700;
  margin-bottom: 2em;
  text-align: right;
}
.policy_list_data_txt_heading {
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}
.recruit-hero {
  position: relative;
  margin: 0 0 328px;
}
.recruit-hero-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.recruit-hero-ttl {
  line-height: 1.6;
  margin: 0 0 56px;
  font-size: 43px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.recruit-hero-ttl span {
  color: #e3007f;
}
.recruit-hero-en {
  line-height: 2.2;
  color: #666;
  font-size: 17px;
  font-weight: 500;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.09em;
}
.recruit-hero-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.recruit-hero-copy {
  position: absolute;
  top: 328px;
  right: 0;
  left: 0;
  overflow: hidden;
  color: #fff;
  font-size: 98px;
  font-weight: 500;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  pointer-events: none;
  white-space: nowrap;
}
.recruit-hero-copy-track {
  display: flex;
  width: max-content;
  animation: marqueeTranslateHalf 32s linear infinite;
}
.recruit-hero-copy-text {
  flex: 0 0 auto;
  margin: 0;
  padding-right: 0.5em;
  white-space: nowrap;
}
.recruit-about {
  display: flex;
  gap: 48px;
  margin: 0 0 96px;
}
.recruit-about-reverse {
  flex-direction: row-reverse;
}
.recruit-about-img {
  flex: 0 0 478px;
}
.recruit-about-img img {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.recruit-about-body {
  flex: 1;
}
.recruit-profile {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-radius: 10px;
  padding: 48px;
  margin: 0 0 96px;
  background: #fff;
}
.recruit-profile-head {
  flex-shrink: 0;
}
.recruit-profile-label {
  line-height: 1;
  margin: 0 0 12px;
  color: #e3007f;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.recruit-profile-ttl {
  line-height: 1.5;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.recruit-profile-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.recruit-profile-item {
  position: relative;
  padding: 0 0 0 28px;
  font-size: 20px;
  font-weight: 700;
}
.recruit-profile-item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  mask: url("/assets/img/common/icon_check_01.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
}
.service-portfolio {
  margin: 0 0 96px;
}
.service-portfolio-layout {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 72px;
}
.service-portfolio-diagram {
  flex: 0 0 509px;
  position: sticky;
  top: 96px;
}
.service-portfolio-diagram-img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-portfolio-diagram-img:not(:first-child).is-active {
  opacity: 1;
}
.service-portfolio-detail {
  flex: 1;
  padding: 40px 0 0;
}
.service-portfolio-lead {
  margin: 0 0 56px;
}
.service-portfolio-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.service-portfolio-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 32px 24px;
  border: 4px solid transparent;
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.5s ease;
}
.service-portfolio-item.is-featured {
  border-color: #e3007f;
}
.service-portfolio-item-icon {
  flex: 0 0 68px;
}
.service-portfolio-item-body {
  flex: 1;
}
.service-portfolio-item-no {
  line-height: 1;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  color: #e3007f;
  letter-spacing: 0.12em;
}
.service-portfolio-item-ttl {
  line-height: 1.5;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  color: #e3007f;
}
.service-feature {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 72px;
  border-radius: 10px;
  background: #e3007f;
}
.service-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(16px);
  transition: opacity 0.7s ease-out, filter 0.8s ease-out, transform 0.7s ease-out;
}
.service-feature-item.is-visible {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
}
.service-feature-item-body {
  flex: 1;
}
.service-feature-item-no {
  line-height: 1;
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  color: #fff;
  letter-spacing: 0.12em;
}
.service-feature-item-ttl {
  line-height: 1.5;
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.service-feature-item-txt {
  color: #fff;
}
.service-feature-item-img {
  flex: 0 0 400px;
}
.service-feature-item-img img {
  border-radius: 10px;
}
.service-solution {
  margin: 0 0 96px;
}
.service-solution-lead {
  margin: 0 0 56px;
}
.service-solution-group + .service-solution-group {
  margin: 72px 0 0;
}
.service-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.service-solution-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.service-solution-card {
  padding: 40px 32px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}
.service-solution-card-category {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 2;
  color: #333;
}
.service-solution-card-ttl {
  line-height: 1.5;
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #333;
  font-size: 20px;
  font-weight: 700;
  color: #e3007f;
}
.service-solution-card-link {
  display: inline-block;
  margin: 24px 0 0;
  font-weight: 700;
  text-decoration: underline;
}
.service-solution-card-link[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  vertical-align: top;
  margin: 8px 0 0 8px;
  mask: url("/assets/img/common/icon_external_01.svg") no-repeat 0 0/100% 100%;
  background: #333;
  transition: 0.5s;
}
@media (hover: hover) {
  .service-solution-card-link:hover {
    color: #e3007f;
  }
  .service-solution-card-link:hover[target="_blank"]:after {
    background: #e3007f;
  }
}
.top-kv {
  padding: 96px 0;
  background: url("/assets/img/top/kv_01.jpg") no-repeat 100% 100%/cover;
}
.top-kv-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.top-kv-ttl {
  line-height: 1.5;
  margin: 0 0 16px;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top-kv-ttl span {
  font-size: 55px;
}
.top-kv-ttl span span {
  color: #e3007f;
}
.top-kv-sub {
  color: #666;
  font-weight: 500;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.34em;
}
.top-kv-sub span {
  color: #e3007f;
}
.top-wwa {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  margin: 0 0 96px;
  padding: 104px 40px 80px 0;
  color: #fff;
  z-index: 10;
}
.top-wwa .section-head,
.top-wwa .top-wwa-body {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(16px);
  transition: opacity 0.7s ease-out, filter 0.8s ease-out, transform 0.7s ease-out;
}
.top-wwa .top-wwa-body {
  transition-delay: 0.15s;
}
.top-wwa.is-visible .section-head,
.top-wwa.is-visible .top-wwa-body {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0);
}
.top-wwa:before {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  bottom: 0;
  left: -80px;
  border-radius: 20px;
  background: #e3007f;
  z-index: -1;
}
.top-wwa .section-ttl {
  margin: 0 0 16px;
  font-size: 15px;
}
.top-wwa .section-label {
  color: #fff;
  font-size: 43px;
}
.top-wwa-body {
  line-height: 2.4;
  font-size: 15px;
  font-weight: 700;
}
.top-wwa-copy {
  position: absolute;
  top: 50%;
  right: -80px;
  left: -80px;
  overflow: hidden;
  color: #fff;
  font-size: 98px;
  font-weight: 500;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  transform: translateY(-50%);
  opacity: 0.2;
  pointer-events: none;
  white-space: nowrap;
}
.top-wwa-copy-track {
  display: flex;
  width: max-content;
  animation: marqueeTranslateHalf 24s linear infinite;
}
.top-wwa-copy-text {
  flex: 0 0 auto;
  margin: 0;
  padding-right: 0.5em;
  white-space: nowrap;
}
.top-service {
  position: relative;
  margin: 0 0 96px;
  padding: 0 0 96px;
  z-index: 0;
}
.top-service:before {
  content: "";
  position: absolute;
  top: -376px;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #fff url("/assets/img/top/service_01.jpg") no-repeat 0 0/100% auto;
  z-index: -1;
  transform: translateX(-50%);
}
.top-service-portfolio {
  position: relative;
  margin: 0 0 160px;
  padding: 24px 549px 0 0;
}
.top-service-portfolio-chart {
  position: absolute;
  top: -96px;
  right: 0;
}
.top-service-solution-lead {
  margin: 0 0 48px;
}
.top-service-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 48px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}
.top-service-solution-col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 40px 24px 24px;
}
.top-service-solution-col + .top-service-solution-col {
  border-left: 1px solid #e5e5e5;
}
.top-service-solution-col h4 {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 64px;
  font-size: 20px;
  font-weight: 700;
}
.top-service-solution-col h4 img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-service-solution-col ul {
  margin: 16px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #333;
  font-size: 15px;
}
.top-service-solution-col ul li {
  position: relative;
  padding: 0 0 0 24px;
}
.top-service-solution-col ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 14px;
  mask: url("/assets/img/common/icon_check_01.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
}
.top-service-solution-col ul li + li {
  margin: 12px 0 0;
}
.top-service-solution-col ul li span {
  font-size: 20px;
  font-weight: 700;
}
.top-service-btn {
  text-align: center;
}
.top-case {
  margin: 0 0 96px;
}
.top-case-lead {
  margin: 0 0 48px;
}
.top-case-slide {
  margin: 0 0 48px;
}
.top-case-item a {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding: 64px;
  border-radius: 10px;
  background: #fff;
}
.top-case-item-img {
  width: 402px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.top-case-item-img img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  overflow-clip-margin: unset;
}
.top-case-item-body {
  flex: 1;
}
.top-case-item-no {
  line-height: 1;
  margin: 0 0 12px;
  color: #e3007f;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}
.top-case-item-ttl {
  line-height: 1.5;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}
.top-case-item-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 24px;
  padding: 0 0 16px;
  border-bottom: 1px solid #333;
}
.top-case-item-tag span {
  display: block;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 16px;
  color: #e3007f;
  font-size: 10px;
}
.top-case-item-txt {
  margin: 0 0 16px;
}
.top-case-item-more {
  position: relative;
  width: fit-content;
  padding: 0 40px 10px 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
}
.top-case-item-more:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 12px;
  height: 12px;
  mask: url("/assets/img/common/icon_arrow_02.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
}
.top-case-btn {
  text-align: center;
}
.top-company {
  position: relative;
  margin: 0 0 96px;
  padding: 96px 0;
  z-index: 0;
}
.top-company:before {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  bottom: 0;
  left: -80px;
  border-radius: 20px;
  background: #fff;
  z-index: -1;
}
.top-company-lead {
  margin: 0 0 48px;
}
.top-company-btn {
  margin: 0 0 48px;
}
.top-company-img {
  position: absolute;
  top: 96px;
  right: -104px;
}
.top-company-list {
  max-width: 446px;
}
@media (hover: hover) {
  .top-company-list:hover .top-company-list-item a {
    opacity: 0.4;
  }
}
.top-company-list-item {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  z-index: 0;
}
.top-company-list-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #e3007f;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: 0.5s;
}
@media (hover: hover) {
  .top-company-list-item:hover:after {
    transform: translateY(-50%) scale(1);
  }
}
.top-company-list-item a {
  display: block;
  position: relative;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
}
.top-company-list-item a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #e3007f;
  transition: 0.5s;
}
.top-company-list-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  mask: url("/assets/img/common/icon_arrow_02.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
  transform: translateY(-50%);
  transition: 0.5s;
}
.top-company-list-item a span {
  display: block;
  line-height: 1;
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.12em;
  transition: 0.5s;
}
@media (hover: hover) {
  .top-company-list-item a:hover {
    color: #e3007f;
    opacity: 1 !important;
  }
  .top-company-list-item a:hover:before {
    width: 100%;
  }
  .top-company-list-item a:hover:after {
    background: #fff;
  }
  .top-company-list-item a:hover span {
    color: #e3007f;
  }
}
.top-news {
  margin: 0 0 96px;
}
.top-news-inner {
  display: flex;
  margin: 0 0 48px;
}
.top-news-head {
  flex-shrink: 0;
}
.top-news-list {
  width: 665px;
  margin: 0 0 0 auto;
  border-top: 1px solid #ccc;
}
.top-news-item {
  border-bottom: 1px solid #ccc;
}
.top-news-item a {
  display: block;
  position: relative;
  padding: 28px 40px 28px 0;
}
.top-news-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  mask: url("/assets/img/common/icon_arrow_02.svg") no-repeat 0 0/100% 100%;
  background: #e3007f;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .top-news-item a:hover .top-news-txt {
    color: #e3007f;
  }
}
.top-news-date {
  display: block;
  margin: 0 0 12px;
  color: #666;
  font-size: 14px;
}
.top-news-txt {
  transition: 0.5s;
}
.top-news-btn {
  text-align: center;
}
.case-logos {
  overflow: hidden;
  pointer-events: none;
  margin: -89px 0 80px;
  padding: 48px 0;
  white-space: nowrap;
  background: #fff;
}
.case-logos-track {
  display: flex;
  width: max-content;
  animation: marqueeTranslateHalf 32s linear infinite;
}
.case-logos-img {
  flex: 0 0 auto;
  padding: 0 48px 0 0;
  white-space: nowrap;
}
.case-filter {
  position: relative;
  margin: 0 0 64px;
  padding: 48px;
  border-radius: 20px;
  background: #fff;
}
.case-filter-ttl {
  line-height: 1.5;
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: 700;
}
.case-filter-clear {
  position: absolute;
  top: 52px;
  right: 48px;
  font-size: 14px;
}
.case-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.case-filter-link {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 13px;
  border: 1px solid #ccc;
  border-radius: 50px;
  color: #e3007f;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  transition: 0.5s;
}
@media (hover: hover) {
  .case-filter-link:hover {
    border-color: #e3007f;
  }
}
.case-filter-link.is-active {
  border-color: #e3007f;
  background: #e3007f;
  color: #fff;
}
.case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 26px;
  margin: 0 0 72px;
}
li.case-card a {
  display: block;
  height: 100%;
  padding: 40px 24px;
  border-radius: 10px;
  background: #fff;
}
.case-card-thumb {
  margin: 0 0 24px;
}
.case-card-thumb img {
  width: 100%;
  height: 191px;
  border-radius: 10px;
  object-fit: cover;
}
.case-card-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0 0 6px;
}
.case-card-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.case-card-tag span {
  display: block;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 16px;
  color: #e3007f;
  font-size: 10px;
}
.case-card-desc {
  margin: 16px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #333;
}
.case-detail-client {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 32px;
}
.case-detail-client-logo {
  flex: 0 0 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
.case-detail-client-logo img {
  max-width: 100%;
  max-height: 100%;
}
.case-detail-client-name {
  margin: 0 0 8px;
  font-weight: 500;
}
.case-detail-client-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}
.case-detail-client-tag a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #fff;
  border-radius: 38px;
  color: #666;
  font-size: 10px;
  background: #fff;
}
@media (hover: hover) {
  .case-detail-client-tag a:hover {
    border-color: #e3007f;
    color: #e3007f;
  }
}
.case-detail-ttl {
  line-height: 1.5;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}
.case-related {
  margin: 0 0 96px;
}
.case-related-ttl {
  line-height: 1.5;
  margin: 0 0 32px;
  padding: 0 0 18px;
  border-bottom: 2px solid #e3007f;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .main {
    margin: 0 0 64px;
  }
  .container {
    padding: 0 20px;
  }
  .page-kv {
    margin: 0 0 40px;
    padding: 24px 0 56px;
    background-image: url("/assets/img/common/bg_kv_sp.jpg");
  }
  .page-kv-ttl {
    margin: 0 0 4px;
    font-size: 23px;
  }
  .page-kv-label {
    margin: 0 0 40px;
    font-size: 60px;
  }
  .page-kv-lead {
    font-weight: 700;
  }
  .breadcrumb {
    margin: 0 0 48px;
    padding: 0 20px;
  }
  .local-nav {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    margin: 0 0 32px;
  }
  .local-nav-item a {
    gap: 12px;
    height: 110px;
    padding: 0 0 0 112px;
  }
  .local-nav-item a:after {
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .local-nav-img {
    width: 95px;
  }
  .local-nav-label {
    font-size: 28px;
  }
  .local-nav-ttl {
    font-size: 14px;
  }
  .cta {
    padding: 56px 24px;
    background: url("/assets/img/common/bg_contact.jpg") no-repeat 50% 50%/cover;
  }
  .cta-ttl {
    margin: 0 0 16px;
    font-size: 20px;
  }
  .cta-label {
    font-size: 57px;
  }
  .cta-txt {
    margin: 0 0 32px;
  }
  .cta-btn {
    position: static;
    text-align: center;
    transform: none;
  }
  .footer {
    padding: 56px 20px;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-top-head {
    flex-direction: row;
    gap: 40px;
  }
  .footer-logo img {
    width: 138px;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav-primary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-nav-secondary {
    flex-direction: column;
    margin: 40px 0 0;
  }
  .footer-bottom {
    margin: 40px 0 0;
  }
  .header {
    padding: 0 20px;
  }
  .header-inner {
    gap: 16px;
    height: 60px;
  }
  .header-logo img {
    width: 110px;
  }
  .header-nav:not([hidden]) {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #f1f1f1;
    z-index: 99;
    padding: 40px 20px;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
  }
  .header-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .header-nav-list {
    display: block;
    font-size: inherit;
    font-weight: 700;
  }
  .header-nav-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .header-nav-item:first-child {
    border-top: 1px solid #e5e5e5;
  }
  .header-nav-item a {
    display: block;
    padding: 12px 0;
  }
  .header-nav-item a[target="_blank"]:after {
    margin: 10px 0 0 8px;
  }
  body#home .header-nav-item.is-home a:after,
  body#services .header-nav-item.is-services a:after,
  body#works .header-nav-item.is-works a:after,
  body#company .header-nav-item.is-company a:after,
  body#news .header-nav-item.is-news a:after,
  body#press .header-nav-item.is-press a:after,
  body#recruit .header-nav-item.is-recruit a:after {
    content: none;
  }
  .header-cta {
    margin: 0 40px 0 auto;
  }
  .header-cta a {
    width: 117px;
    height: 32px;
    font-size: 12px;
  }
  .header-cta a:after {
    width: 18px;
    height: 18px;
  }
  .header-cta a span {
    left: 8px;
  }
  .header-nav-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 0 0 auto;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .header-nav-btn span {
    display: block;
    width: 18px;
    height: 1px;
    background: #333;
    border-radius: 1px;
    transition: transform 0.5s, opacity 0.5s;
  }
  .header-nav-btn[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }
  .header-nav-btn[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }
  .company-nav {
    margin: -64px 0 64px;
  }
  .company-nav-list {
    position: static;
  }
  .company-mvv {
    margin: 0 0 64px;
  }
  .company-mvv-body {
    padding: 40px 32px;
  }
  .company-mvv-item {
    display: block;
    padding: 40px 0;
  }
  .company-mvv-item-left {
    flex: 0 0 448px;
  }
  .company-mvv-item-catch {
    margin: 0 0 24px;
    letter-spacing: 0.07em;
  }
  .company-mvv-item-txt {
    padding: 0;
  }
  .company-mvv-item-list {
    padding: 0;
  }
  .company-group {
    margin: 0 0 64px;
  }
  .company-group-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .company-group-item {
    display: block;
  }
  .company-card {
    margin: 0 0 64px;
    padding: 64px 10px;
  }
  .company-card:before {
    right: -10px;
    left: -10px;
  }
  .company-profile {
    margin: 0 0 64px;
  }
  .company-profile-item {
    gap: 16px;
    padding: 16px 0;
    font-size: 14px;
  }
  .company-profile-item dt {
    flex: 0 0 136px;
  }
  .company-profile-pmark {
    flex-direction: column;
    gap: 4px;
  }
  .company-profile-pmark img {
    width: 50px;
  }
  .company-access {
    display: block;
  }
  .company-access-station-ttl {
    margin: 0 0 16px;
    font-size: 16px;
  }
  .company-access-station-txt {
    margin: 0 0 16px;
    padding: 16px 0 0;
  }
  .company-access-map iframe {
    height: 160px;
  }
  .company-history {
    margin: 0 0 64px;
  }
  .company-history-inner {
    display: block;
  }
  .company-history-nav {
    position: static;
    margin: 0 24px 56px;
  }
  .company-history-nav-item a:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .company-history-era-head {
    margin: 0 0 32px;
    padding: 3px 0 3px 16px;
    font-size: 25px;
  }
  .company-history-item {
    padding: 0 0 24px;
  }
  .company-history-item + .company-history-item {
    margin: 24px 0 0;
  }
  .company-history-item dt {
    line-height: 1.5;
    flex: 0 0 64px;
    font-size: 20px;
  }
  .company-partners {
    margin: 0 0 64px;
  }
  .company-partners-card {
    padding: 32px 16px;
    border-radius: 10px;
  }
  .company-partners-list {
    gap: 5px 8px;
  }
  .company-partners-item {
    max-width: 54px;
  }
  .company-officer {
    margin: 0 0 64px;
    padding: 64px 0;
  }
  .company-officer:before {
    right: -20px;
    left: -20px;
  }
  .company-officer-item {
    display: block;
    margin: 0 0 40px;
    padding: 40px 32px;
  }
  .company-officer-item-img {
    margin: 0 0 32px;
  }
  .company-officer-item-img img {
    width: 100%;
    height: 246px;
    object-fit: cover;
    object-position: 0 0;
  }
  .company-officer-item-body {
    margin: 0 0 24px;
    padding: 0;
  }
  .company-officer-item-bio {
    font-size: 15px;
  }
  .company-officer-item-message {
    padding: 24px 16px;
  }
  .company-officer-item-message-ttl {
    margin: 0 0 16px;
  }
  .company-officer-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .company-officer-card {
    padding: 40px 32px;
  }
  .company-officer-card-img {
    margin: 0 0 32px;
  }
  .company-officer-card-img img {
    width: 100%;
  }
  .company-officer-card-bio {
    font-size: 15px;
  }
  .section-head {
    margin: 0 0 40px;
  }
  .section-ttl {
    font-size: 20px;
  }
  .section-label {
    font-size: 55px;
  }
  .subsection-head {
    padding: 16px 0 8px 16px;
  }
  .subsection-label {
    font-size: 25px;
  }
  .detail-body {
    margin: -41px 0 64px;
    padding: 64px 0;
  }
  .detail-body table {
    margin: 0 0 40px;
  }
  .detail-body table th {
    width: 136px;
    padding: 16px 8px 16px 0;
  }
  .detail-body table td {
    padding: 16px 0;
  }
  .detail-body h2 {
    margin: 40px 0 32px;
    padding: 0 0 16px;
  }
  .detail-body a:not([class])[target="_blank"]:after {
    margin: 8px 0 0 8px;
  }
  .ez-toc-counter {
    margin: 24px 0 40px;
    padding: 16px;
    border-radius: 4px;
  }
  .ez-toc-box-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 24px;
    font-size: 14px;
  }
  .ez-toc-box-title:before {
    font-size: 18px;
  }
  .ez-toc-list {
    padding: 16px;
    border-radius: 4px;
  }
  .detail-summary {
    margin: 0 0 40px;
  }
  .detail-summary-item {
    flex-wrap: wrap;
    padding: 32px 24px;
  }
  .detail-summary-item-ttl {
    flex: 1;
  }
  .detail-summary-item-txt {
    flex: none;
    width: 100%;
  }
  .detail-service {
    margin: 0 0 40px;
  }
  .detail-service a {
    padding: 24px;
  }
  .detail-service-body {
    align-items: flex-start;
    gap: 16px;
  }
  .detail-service-thumb {
    flex: 0 0 108px;
    height: 75px;
    padding: 16px;
  }
  .detail-service-txt {
    flex: 1;
    margin: 0;
    font-size: 15px;
  }
  .detail-back {
    margin: 40px 0 0;
  }
  .wp-pagenavi {
    gap: 4px;
    margin: 0 0 64px;
  }
  .wp-pagenavi a {
    width: 38px;
    height: 38px;
    font-size: 10px;
  }
  .wp-pagenavi span {
    width: 38px;
    height: 38px;
    font-size: 10px;
  }
  .wp-pagenavi .previouspostslink:after {
    width: 10px;
    height: 10px;
  }
  .wp-pagenavi .nextpostslink:after {
    width: 10px;
    height: 10px;
  }
  .wp-pagenavi .first {
    margin: 0 8px 0 0;
  }
  .wp-pagenavi .first:before {
    width: 10px;
    height: 10px;
  }
  .wp-pagenavi .last {
    margin: 0 0 0 8px;
  }
  .wp-pagenavi .last:after {
    width: 10px;
    height: 10px;
  }
  .bnr-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    margin: 0 0 32px;
  }
  .bnr-item a {
    gap: 4px;
    height: 110px;
    padding: 0 20px;
  }
  .bnr-item a:after {
    right: 24px;
    width: 30px;
    height: 30px;
  }
  .bnr-label {
    font-size: 36px;
  }
  .bnr-ttl {
    font-size: 16px;
  }
  .small {
    font-size: 12px;
  }
  .xsmall {
    font-size: 11px;
  }
  .news-cat-list {
    gap: 8px;
  }
  .news-year-filter {
    margin: 24px 0 0;
  }
  .news-list {
    margin: 40px 0 48px;
  }
  .news-item {
    padding: 24px 0;
  }
  .news-ttl a {
    padding: 0 32px 0 0;
  }
  .news-detail-ttl {
    font-size: 20px;
  }
  .policy_list_data_inner {
    margin: 0 0 48px;
  }
  .recruit-hero {
    margin: 0 0 64px;
    padding: 32px 20px 0;
  }
  .recruit-hero-ttl {
    margin: 0 0 32px;
    font-size: 26px;
    font-feature-settings: "palt";
  }
  .recruit-hero-en {
    margin: 0 0 40px;
    font-size: 14px;
  }
  .recruit-hero-img {
    position: static;
    max-width: 290px;
    margin: 0 0 0 auto;
  }
  .recruit-hero-copy {
    top: 480px;
    font-size: 53px;
    z-index: -1;
  }
  .recruit-about {
    display: block;
    margin: 0 0 64px;
  }
  .recruit-about-img {
    margin: 0 0 40px;
  }
  .recruit-about-body {
    flex: 1;
  }
  .recruit-profile {
    display: block;
    padding: 40px 32px;
    margin: 0 0 64px;
  }
  .recruit-profile-head {
    margin: 0 0 24px;
  }
  .recruit-profile-label {
    margin: 0 0 8px;
  }
  .recruit-profile-ttl {
    font-size: 25px;
    letter-spacing: 0;
  }
  .recruit-profile-list {
    gap: 8px;
  }
  .recruit-profile-item {
    font-size: 17px;
  }
  .recruit-profile-item:before {
    top: 7px;
  }
  .service-portfolio {
    margin: 0 0 64px;
  }
  .service-portfolio-layout {
    display: block;
    margin: 0 0 48px;
  }
  .service-portfolio-diagram {
    position: static;
    margin: 0 0 32px;
  }
  .service-portfolio-detail {
    padding: 0;
  }
  .service-portfolio-lead {
    margin: 0 0 32px;
  }
  .service-portfolio-list {
    gap: 24px;
  }
  .service-portfolio-item {
    padding: 24px;
    border: none;
  }
  .service-portfolio-item-ttl {
    font-size: 20px;
  }
  .service-feature {
    display: block;
    padding: 40px 32px;
  }
  .service-feature-item {
    display: block;
  }
  .service-feature-item + .service-feature-item {
    margin: 40px 0 0;
  }
  .service-feature-item-body {
    margin: 0 0 32px;
  }
  .service-feature-item-no {
    margin: 0 0 8px;
  }
  .service-feature-item-img {
    flex: unset;
  }
  .service-feature-item-img img {
    width: 100%;
    height: 207px;
    object-fit: cover;
    border-radius: 10px;
  }
  .service-solution {
    margin: 0 0 64px;
  }
  .service-solution-lead {
    margin: 0 0 40px;
  }
  .service-solution-group + .service-solution-group {
    margin: 48px 0 0;
  }
  .service-solution-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-solution-list {
    gap: 20px;
  }
  .service-solution-card-category {
    margin: 0;
  }
  .service-solution-card-ttl {
    margin: 0 0 16px;
    padding: 0 0 16px;
  }
  .service-solution-card-link {
    margin: 16px 0 0;
    font-size: 13px;
  }
  .service-solution-card-link[target="_blank"]:after {
    width: 12px;
    height: 10px;
    margin: 7px 0 0 8px;
  }
  .top-kv {
    padding: 160px 20px 56px;
    background-image: url("/assets/img/top/kv_01_sp.jpg");
  }
  .top-kv-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .top-kv-ttl {
    margin: 0 0 8px;
    font-size: 29px;
  }
  .top-kv-ttl span {
    font-size: 37px;
  }
  .top-kv-sub {
    font-size: 10px;
  }
  .top-wwa {
    display: block;
    margin: 0 0 64px;
    padding: 72px 0;
  }
  .top-wwa:before {
    right: -20px;
    left: -20px;
  }
  .top-wwa .section-ttl {
    margin: 0 0 8px;
    font-size: 12px;
  }
  .top-wwa .section-label {
    font-size: 35px;
  }
  .top-wwa-copy {
    right: -20px;
    left: -20px;
    font-size: 53px;
  }
  .top-service {
    margin: 0 0 64px;
    padding: 0 0 72px;
  }
  .top-service:before {
    top: -96px;
    right: -20px;
    left: -20px;
    width: auto;
    background-image: url("/assets/img/top/service_01_sp.jpg");
    transform: none;
  }
  .top-service-portfolio {
    margin: 0 0 40px;
    padding: 0;
  }
  .top-service-portfolio-chart {
    position: static;
    margin: 24px 0 0;
  }
  .top-service-solution-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin: 0 0 40px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .top-service-solution-col {
    display: block;
    padding: 40px 24px 24px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  }
  .top-case {
    margin: 0 0 64px;
  }
  .top-case-slide {
    margin: 0 0 40px;
  }
  .top-case-slide .swiper-wrapper {
    display: block;
    height: auto;
    transform: none;
  }
  .top-case-item {
    margin: 0 0 40px;
  }
  .top-case-item a {
    display: block;
    padding: 40px 24px;
  }
  .top-case-item-img {
    width: auto;
    margin: 0 0 24px;
  }
  .top-case-item-img img {
    height: auto;
    object-fit: inherit;
  }
  .top-company {
    margin: 0 0 64px;
    padding: 64px 15px;
  }
  .top-company:before {
    right: -10px;
    left: -10px;
  }
  .top-company-lead {
    margin: 0 0 40px;
  }
  .top-company-img {
    position: static;
    max-width: 257px;
    margin: 0 auto 24px;
  }
  .top-company-list {
    max-width: inherit;
  }
  .top-company-list-item:after {
    content: none;
  }
  .top-company-list-item a {
    padding: 16px 0;
    font-size: 16px;
  }
  .top-company-list-item a:before {
    content: none;
  }
  .top-company-list-item a:after {
    right: 0;
  }
  .top-news {
    margin: 0 0 64px;
  }
  .top-news-inner {
    display: block;
    margin: 0 0 40px;
  }
  .top-news-head {
    margin: 0 0 40px;
  }
  .top-news-list {
    width: auto;
  }
  .top-news-txt {
    padding: 0 40px 0 0;
  }
  .top-news-txt:after {
    right: 8px;
  }
  .case-logos {
    margin: -41px 0 72px;
  }
  .case-logos-img {
    padding: 0 40px 0 0;
  }
  .case-logos-img img {
    width: auto;
    height: 48px;
  }
  .case-filter {
    margin: 0 0 48px;
    padding: 40px 24px;
    background: none;
    z-index: 0;
  }
  .case-filter:before {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    left: -10px;
    border-radius: 10px;
    background: #fff;
    z-index: -1;
  }
  .case-filter-ttl {
    margin: 0 0 16px;
    padding: 0 0 16px;
    font-size: 16px;
  }
  .case-filter-clear {
    position: static;
    margin-top: 16px;
    text-align: center;
  }
  .case-filter-list {
    gap: 8px;
  }
  .case-list {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 0 0 48px;
  }
  .case-card-thumb img {
    height: auto;
    object-fit: inherit;
  }
  .case-detail-client-logo {
    flex: 0 0 93px;
    height: 64px;
  }
  .case-detail-client-name {
    font-size: 15px;
  }
  .case-detail-ttl {
    font-size: 20px;
  }
  .case-related {
    margin: 0 0 64px;
  }
  .case-related-ttl {
    margin: 0 0 32px;
    padding: 0 0 16px;
  }
}
