@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:root {
  --red: #c71918;
  --red2: #e02321;
  --red03: #9b1613;
  --dark: #303030;
  --ink: #303030;
  --blk: #333;
  --muted: #777;
  --line: #d9d9d9;
  --gold: #c9a449;
  --gold02: #c3a460;
  --bg-gray: #f4f4f4;
  --gray: #aaabab;
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
}

html,
body {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0;
}

body {
  min-width: 1100px;
  color: var(--blk);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
  border: none;
}

a,
button {
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    background-color 0.28s ease,
    color 0.28s ease;
}

address {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

@media (hover: hover) {
  .global-nav a:hover,
  .sp-menu a:hover,
  .footer-nav a:hover {
    opacity: 0.7;
  }
  .header-btn:hover {
    opacity: 0.72;
    transform: translateY(-1px);
  }
  main a:not(.round-btn):not(.hero-btn):not(.fv-conversion):hover,
  .condition-tags a:hover,
  .area-row a:hover {
    opacity: 0.7;
  }
  .fv-conversion:hover {
    opacity: 0.72;
    transform: translate(-50%, -36px);
  }
  .header-btn-primary:hover,
  .fv-conversion:hover {
    opacity: 1;
  }
  .header-btn-primary:hover img,
  .fv-conversion:hover img {
    opacity: 0;
  }
}
a:active,
button:active {
  transform: translateY(1px);
}

.fv-conversion:active {
  transform: translate(-50%, -34px);
}

.container {
  width: 1080px;
  margin: 0 auto;
}

.narrow {
  width: 940px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.header-inner {
  display: flex;
  align-items: center;
  width: 1280px;
  height: 86px;
  margin: 0 auto;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  width: 156px;
}

.site-logo img {
  display: block;
  width: 156px;
  height: auto;
}

.footer-logo {
  width: 199px;
}

.footer-logo img {
  width: 199px;
}

.global-nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  font-weight: 700;
  font-size: 15px;
}

.global-nav a {
  padding: 31px 0;
}

.header-actions {
  display: flex;
  gap: 20px;
  margin-left: 52px;
}

.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 46px;
}

.header-btn img {
  display: block;
  height: 46px;
  width: auto;
}

.header-btn-primary,
.fv-conversion {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-btn-primary {
  background-image: url("../images/cover/header_btn_hover.png");
}

.fv-conversion {
  background-image: url("../images/cover/fv_btn_hover.png");
}

.header-btn-primary img,
.fv-conversion img {
  transition: opacity 0.2s ease;
}

.menu-button,
.sp-menu {
  display: none;
}
@media (min-width: 1441px) {
  .fv-conversion {
    left: calc(50% + 175px);
  }
}
.header-actions,
.header-btn,
.header-btn img {
  flex-shrink: 0;
}

.header-btn img {
  object-fit: contain;
}

.header-btn-primary img {
  aspect-ratio: 216/46;
}

.header-actions .header-btn:not(.header-btn-primary) img {
  aspect-ratio: 168/46;
}

@media (min-width: 901px) and (max-width: 1050px) {
  .header-inner {
    width: calc(100% - 28px);
  }
  .header-actions {
    gap: 8px;
    margin-left: 18px;
  }
  .header-btn,
  .header-btn img {
    height: 38px;
  }
}

.fv-conversion {
  position: absolute;
  left: calc(59% + 45px);
  bottom: 19%;
  display: block;
  width: min(34.93vw, 503px);
  min-width: 0;
  transform: translate(-50%, -35px);
}

.fv-conversion img {
  display: block;
  width: 100%;
  height: auto;
}

.section-title {
  display: table;
  margin: 0 auto 50px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  background: linear-gradient(transparent 68%, #eee 68%);
}

.bottom-search {
  padding: 118px 0 150px;
}

.condition-block {
  --condition-heading-height: 30px;
  position: relative;
  margin-top: calc(var(--condition-heading-height) + 20px);
  padding: 17px 14px 15px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.condition-block + .condition-block {
  margin-top: calc(var(--condition-heading-height) + 60px);
}

.condition-block h3 {
  position: absolute;
  left: 0;
  top: calc((var(--condition-heading-height) + 20px) * -1);
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding-left: 14px;
  border-left: 4px solid var(--red);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.5;
  background: #fff;
}

.condition-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
  font-size: 14px;
  line-height: 1.65;
}

.condition-tags a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.area-list {
  display: grid;
  gap: 9px;
  font-size: 14px;
  line-height: 1.65;
}

.area-row {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  align-items: center;
}

.area-row b {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 8px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background: #999;
  font-weight: 400;
}

.area-row p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 16px;
  margin: 0;
}

.area-row a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  color: #fff;
  background: var(--dark);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 80px, 1360px);
  min-height: 143px;
  padding: 60px 0;
  margin: 0 auto;
}

.footer-logo-wrap {
  display: block;
}

.copyright {
  display: block;
  margin-top: 12px;
  color: #ddd;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.footer-nav {
  display: block;
  max-width: 780px;
  color: #ddd;
  font-size: 12px;
  line-height: 1.6;
}

.footer-nav-main {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: end;
  gap: 12px 30px;
  font-size: 16px;
}

.footer-nav-sub {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 14px;
  font-size: 14px;
}

@media (max-width: 1199px) {
  body {
    min-width: 0;
  }
  .container,
  .narrow,
  .header-inner,
  .footer-inner {
    width: min(100% - 48px, 1040px);
  }
  .header-inner {
    height: 72px;
  }
  .site-logo {
    width: 156px;
  }
  .global-nav {
    gap: 22px;
    font-size: 14px;
  }
  .header-actions {
    gap: 10px;
    margin-left: 26px;
  }
  .header-btn {
    height: 42px;
  }
  .header-btn img {
    height: 42px;
  }
  .fv-conversion {
    width: 35vw;
    bottom: 18%;
  }
}
@media (max-width: 900px) {
  .container,
  .narrow,
  .header-inner,
  .footer-inner {
    width: min(100% - 40px, 760px);
  }
  .header-inner {
    width: calc(100% - 40px);
  }
  .global-nav,
  .header-actions {
    display: none;
  }
  .menu-button {
    display: grid;
    gap: 5px;
    width: 40px;
    margin-left: auto;
    padding: 8px;
    border: 0;
    background: transparent;
  }
  .menu-button span {
    display: block;
    height: 2px;
    background: #333;
  }
  .sp-menu {
    display: none;
    padding: 12px 24px 18px;
    background: #fff;
  }
  .sp-menu.is-open {
    display: grid;
    align-content: start;
    min-height: 100vh;
  }
  .sp-menu a {
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
    font-family: var(--serif);
  }
  .sp-menu .sp-menu-cta {
    display: none;
    width: 164px;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    font-family: inherit;
    line-height: 1;
  }
  .sp-menu.is-open .sp-menu-cta {
    display: block;
    position: fixed;
    top: 17px;
    right: 63px;
    z-index: 10002;
  }
  .sp-menu .sp-menu-cta img {
    display: block;
    width: 100%;
    height: auto;
  }
  .fv-conversion {
    width: 42vw;
    bottom: 14%;
  }
  .area-row {
    grid-template-columns: 132px 1fr;
    gap: 14px;
  }
  .footer-inner {
    min-height: 0;
    padding: 40px 0;
  }
  .footer-nav {
    margin-top: 24px;
    padding-left: 25px;
  }
  .footer-nav-main {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    justify-content: start;
    font-size: 16px;
    row-gap: 24px;
    column-gap: 20px;
  }
  .footer-nav-sub {
    justify-content: flex-start;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sp-menu.is-open .sp-menu-cta {
    top: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .container,
  .narrow,
  .header-inner,
  .footer-inner {
    width: min(100% - 32px, 560px);
  }
  .header-inner {
    width: calc(100% - 32px);
    height: 62px;
  }
  .site-logo {
    width: 132px;
  }
  .site-logo img {
    width: 132px;
  }
  .fv-conversion {
    width: 48vw;
    bottom: 11%;
  }
  .bottom-search {
    min-height: 0;
    padding: 58px 0;
  }
  .section-title {
    margin-bottom: 34px;
    font-size: 25px;
  }
  .condition-block {
    padding: 18px 16px 20px;
  }
  .area-list {
    gap: 14px;
    font-size: 14px;
  }
  .area-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .area-row b {
    width: 100%;
    font-size: 14px;
  }
  .area-row p {
    gap: 6px 14px;
  }
  .footer-inner {
    display: block;
    padding: 34px 0;
  }
  .footer-nav {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }
  .footer-nav-main {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footer-nav-sub {
    display: grid;
    justify-content: start;
    gap: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-inner {
    width: min(100% - 50px, 500px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 42px 0 34px;
  }
  .footer-nav {
    order: 1;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .footer-nav-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    justify-content: start;
    column-gap: 20px;
    row-gap: 24px;
    font-size: 16px;
  }
  .footer-nav-sub {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: start;
    gap: 14px;
    margin-top: 28px;
    font-size: 14px;
  }
  .footer-nav a {
    line-height: 1.5;
    white-space: nowrap;
  }
  .footer-logo-wrap {
    order: 2;
    margin: 42px 0 0;
  }
  .footer-logo,
  .footer-logo img {
    width: 172px;
  }
  .copyright {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 1441px) {
  .fv-conversion {
    left: calc(50% + 175px);
  }
}
.header-actions,
.header-btn,
.header-btn img {
  flex-shrink: 0;
}

.header-btn img {
  object-fit: contain;
}

.header-btn-primary img {
  aspect-ratio: 216/46;
}

.header-actions .header-btn:not(.header-btn-primary) img {
  aspect-ratio: 168/46;
}

@media (min-width: 901px) and (max-width: 1050px) {
  .header-inner {
    width: calc(100% - 28px);
  }
  .header-actions {
    gap: 8px;
    margin-left: 18px;
  }
  .header-btn,
  .header-btn img {
    height: 38px;
  }
}
@media (min-width: 901px) and (max-width: 1050px) {
  .site-logo,
  .site-logo img {
    width: 124px;
  }
  .global-nav {
    gap: 16px;
    font-size: 13px;
  }
  .global-nav a {
    padding-right: 0;
    padding-left: 0;
  }
  .header-actions {
    gap: 8px;
    margin-left: 18px;
  }
  .header-btn,
  .header-btn img {
    height: 38px;
  }
}
.sticky-fv-conversion {
  display: none !important;
}

@media (max-width: 767px) {
  body .fv-conversion.sticky-fv-conversion {
    position: fixed !important;
    right: auto !important;
    bottom: max(16px, env(safe-area-inset-bottom)) !important;
    left: 50% !important;
    z-index: 9998 !important;
    display: block !important;
    width: min(80vw, 330px) !important;
    min-width: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: visible !important;
    transform: translate(-50%, calc(100% + 24px)) !important;
    transition:
      transform 0.32s ease,
      opacity 0.32s ease;
    background-image: url("../images/cover/fv_btn_hover.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body .fv-conversion.sticky-fv-conversion img {
    display: block;
    width: 100%;
    height: auto;
  }
  body.is-sticky-fv-conversion-visible .fv-conversion.sticky-fv-conversion {
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
  }
}
@media (max-width: 900px) {
  .site-header {
    z-index: 10000;
  }
  .menu-button {
    position: relative;
    z-index: 10002;
  }
  .sp-menu {
    z-index: 10001;
  }
  .sp-menu:not(.general-sp-menu).is-open {
    position: fixed;
    top: 62px;
    right: 0;
    left: 0;
    max-height: calc(100dvh - 62px);
    overflow-y: auto;
  }
  .menu-button span {
    transition:
      transform 0.22s ease,
      opacity 0.18s ease;
    transform-origin: center;
  }
  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  body.is-sp-menu-open {
    overflow: hidden;
  }
}

.page-head {
  padding: 150px 0 40px;
}

.breadcrumb {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding-right: 40px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(
    to right,
    #000 0,
    #000 calc(100% - 40px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    #000 0,
    #000 calc(100% - 40px),
    transparent 100%
  );
  scrollbar-width: none;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb a,
.breadcrumb p {
  flex: 0 0 auto;
  font-size: 11px !important;
  line-height: 1;
}
.breadcrumb a + a,
.breadcrumb a + p,
.breadcrumb p + a,
.breadcrumb p + p {
  position: relative;
  margin-left: 30px;
}
.breadcrumb a + a:before,
.breadcrumb a + p:before,
.breadcrumb p + a:before,
.breadcrumb p + p:before {
  position: absolute;
  top: 50%;
  left: -18px;
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: var(--gray);
  transform: translateY(-50%);
  opacity: 1 !important;
}
.breadcrumb p {
  opacity: 0.4;
}
.breadcrumb a span {
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    background-color 0.28s ease,
    color 0.28s ease;
}
@media (hover: hover) {
  .breadcrumb a:hover {
    opacity: 1 !important;
  }
  .breadcrumb a span {
    transition: opacity 0.3s ease;
  }
  .breadcrumb a:hover span {
    opacity: 0.6;
  }
}

.ly-2column {
  padding-bottom: 130px;
}
.ly-2column .inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.ly-2column .main-content {
  width: calc(100% - 300px);
}
.ly-2column aside {
  width: 270px;
}

.page-head .inner,
.ly-2column .inner {
  max-width: 1140px;
  margin: 0 auto;
}

.pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 40px 0;
}
.pagination a,
.pagination .page-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  border: 1px solid var(--gray);
  border-radius: 4px;
  background: #fff;
}
.pagination a img {
  width: 16px;
}
.pagination .page-item.active .page-link {
  border-color: var(--blk);
  background: var(--blk);
  color: #fff;
}

.lower main > * {
  padding-right: 20px;
  padding-left: 20px;
}
.lower main p {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.05em;
}
.lower h1 {
  width: fit-content;
  margin-top: 20px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  background: linear-gradient(transparent 68%, #fff 68%);
}
.lower .bottom-search .narrow {
  max-width: 1140px;
  width: 100%;
}
.lower aside img {
  width: 100%;
}
.lower aside > div + div,
.lower aside > div a {
  margin-top: 10px;
}
.lower aside > div:not(.anchor-links, .yt-anchor, .banner) {
  padding: 20px;
  border: 1px solid var(--gray);
  border-radius: 4px;
  background: #fff;
}
.lower aside > div > h3 {
  margin-bottom: 16px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
.lower aside .aside-case li {
  padding: 20px 0;
  border-top: 1px solid var(--gray);
}
.lower aside .aside-case li h4 {
  display: -webkit-box;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.lower aside .aside-case02 li {
  padding: 10px 0;
}
.lower aside .aside-case02 li a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}
.lower aside .aside-case02 li img {
  flex-shrink: 0;
  width: 90px;
}
.lower aside .aside-case02 li h4 {
  display: block;
  margin-top: 0;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.lower aside .aside-recruit-tags .aside-recruit-tags-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px 14px;
}
.lower aside .aside-recruit-tags .aside-recruit-tags-wrapper a {
  margin-top: 0;
  padding: 5px 0 7px;
  font-size: 14px;
  line-height: 1;
  border-bottom: 1px solid var(--blk);
}

.voice .page-head {
  padding-bottom: 60px;
}
.voice h1 {
  margin: 60px auto 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  background: linear-gradient(transparent 68%, #ebebeb 0);
}
.voice-search {
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 20px 70px;
}
.voice-search .inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  max-width: 960px;
  margin: 0 auto;
}
.voice-search label {
  flex: 0 0 132px;
  font-size: 16px;
  line-height: 140%;
  white-space: nowrap;
}
.voice-search select {
  appearance: none;
  width: calc(100% - 147px);
  height: 40px;
  padding: 0 44px 0 18px;
  color: var(--blk);
  font-family: inherit;
  font-size: 16px;
  border: 1px solid var(--gray);
  border-radius: 4px;
  background: #fff url(../images/top/select-arrow.svg) no-repeat right 16px
    center/12px 8px;
  cursor: pointer;
}
.voice .pagination {
  padding-bottom: 0;
}
.voice .bottom-search {
  padding-top: 150px;
}
.voice .section-title {
  display: block;
  width: fit-content;
  margin: 0 0 110px;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
}

.voice .section-title {
  display: block;
  width: fit-content;
  margin: 0 0 calc(var(--condition-first-heading-height, 30px) + 80px);
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
}

.case-voice-banner {
  padding: 102px 0 72px;
  color: #fff;
  background: var(--blk);
  text-align: center;
}
.case-voice-banner .case-voice-banner-copy {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.case-voice-banner .case-voice-banner-emphasis {
  display: inline-block;
  margin: 0 6px 0 10px;
  color: var(--gold02);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}
.case-voice-banner .case-voice-banner-emphasis > span {
  position: relative;
  display: inline-block;
}
.case-voice-banner .case-voice-banner-emphasis > span::before {
  position: absolute;
  top: -9px;
  left: 50%;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}
.case-voice-banner-btn {
  display: block;
  width: min(456px, 100%);
  margin: 30px auto 0;
  overflow: hidden;
  background: center no-repeat
    url("/job/assets/renewal/images/case/voice_btn_hover.png");
  background-size: cover;
  transition: transform 0.35s ease;
}
.case-voice-banner-btn img {
  width: 100%;
}
@media (hover: hover) {
  .case-voice-banner-btn:hover {
    opacity: 1 !important;
    transform: translateY(-1px);
  }
  .case-voice-banner-btn:hover img {
    opacity: 0;
  }
}

@media screen and (max-width: 1024px) {
  .ly-2column .inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .ly-2column .main-content {
    width: 100%;
  }
  .ly-2column aside {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .page-head {
    padding: 100px 0 30px;
  }
  .breadcrumb a + a,
  .breadcrumb a + p,
  .breadcrumb p + a,
  .breadcrumb p + p {
    margin-left: 22px;
  }
  .breadcrumb a + a:before,
  .breadcrumb a + p:before,
  .breadcrumb p + a:before,
  .breadcrumb p + p:before {
    left: -13px;
  }
  .ly-2column {
    padding-bottom: 100px;
  }
  .ly-2column .inner {
    flex-flow: column nowrap;
    align-items: center;
    gap: 100px;
  }
  .ly-2column .main-content {
    width: 100%;
  }
  .ly-2column aside {
    width: 100%;
  }
  .lower main > * {
    padding-right: 25px;
    padding-left: 25px;
  }
  .lower .bottom-search {
    padding: 100px 0;
  }
  .lower .bottom-search .narrow {
    max-width: calc(100vw - 40px);
  }
  .lower aside .aside-case li {
    padding: 20px 0;
  }
  .lower aside .aside-case li a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .lower aside .aside-case li img {
    flex-shrink: 0;
    width: 176px;
  }
  .lower aside .aside-case li h4 {
    display: block;
    margin-top: 0;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    line-height: 160%;
  }
  .lower aside .aside-case02 li {
    padding: 20px 0;
  }
  .lower aside .aside-case02 li a {
    gap: 20px;
  }
  .lower aside .aside-case02 li img {
    flex-shrink: 0;
    width: 176px;
  }
  .lower aside .aside-case02 li h4 {
    line-height: 160%;
  }
  .voice .page-head {
    padding-bottom: 0;
  }
  .voice h1 {
    font-size: 32px;
  }
  .voice-search {
    padding: 60px 25px 50px;
  }
  .voice .bottom-search {
    padding-top: 100px;
  }
  .voice .section-title {
    margin: 0 auto calc(var(--condition-first-heading-height, 30px) + 60px);
    text-align: center;
    background: linear-gradient(transparent 87%, #eee 0);
  }
  .case-voice-banner {
    padding: 49px 10px;
  }
  .case-voice-banner .case-voice-banner-copy {
    font-size: 26px;
    white-space: nowrap;
  }
  .case-voice-banner .case-voice-banner-emphasis {
    margin: 20px 6px 0 0;
    font-size: 36px;
  }
  .case-voice-banner-btn {
    width: min(386px, 100%);
  }
  .area-row b {
    width: fit-content;
    min-width: 132px;
  }
}
.voice-list {
  padding-bottom: 20px;
}
.voice-list article {
  padding: 30px 40px 40px;
  border: 1px solid var(--gray);
  border-radius: 4px;
}
.voice-list article + article {
  margin-top: 10px;
}
.voice-list .voice-list-name {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
.voice-list .voice-list-name:before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: center no-repeat url("../images/common/icon_customer01.png");
  background-size: cover;
}
.voice-list .voice-list-ttl {
  margin-top: 20px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}
.voice-list .voice-list-text-wrapper {
  margin-top: 40px;
}
.voice-list .voice-list-text-wrapper p {
  font-size: 16px;
  line-height: 170%;
}
.voice-list .voice-list-text-wrapper p + p {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .voice-list {
    padding-bottom: 0;
  }
  .voice-list article {
    padding: 20px 25px 30px;
  }
  .voice-list article + article {
    margin-top: 20px;
  }
  .voice-list .voice-list-name:before {
    width: 30px;
    height: 30px;
  }
  .voice-list .voice-list-ttl {
    font-size: 22px;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: inline;
  }
}
