@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  line-height: 2.25;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

@media all and (-ms-high-contrast: none) {
  ::-ms-backdrop,
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  ::-ms-backdrop,
  .col-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  ::-ms-backdrop,
  .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 54.6875%;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .rc {
    overflow: hidden;
  }
  .rc-mv {
    position: relative;
  }
  .rc-mv img {
    display: block;
    width: 100%;
    height: auto;
  }
  .rc-mv__catch {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .rc-sec {
    position: relative;
    margin-top: -5vw;
  }
  .rc-sec__bg {
    position: relative;
    z-index: 1;
  }
  .rc-sec__bg img {
    display: block;
    width: 100%;
    height: auto;
  }
  .rc-sec__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .rc-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: background 0.3s ease;
  }
  .rc-header.is-scrolled {
    background: rgba(255, 255, 255, 0.8196078431);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }
  .rc-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 14px;
  }
  .rc-header__logo {
    display: flex;
    align-items: center;
  }
  .rc-header__logo img {
    width: 150px;
    height: auto;
  }
  .rc-header__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 97;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .rc-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 98;
    width: 60%;
    max-width: 360px;
    background: rgba(26, 26, 26, 0.95);
    padding: 78px 0 140px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    border-radius: 0 0 0 8px;
  }
  .rc-header__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 3.2rem;
    line-height: 1;
    background: none;
  }
  .rc-header__menu {
    padding: 0 26px;
  }
  .rc-header__menu li a {
    display: flex;
    align-items: center;
    padding: 17px 2px;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
  }
  .rc-header__menu li a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-right: 14px;
  }
  .rc-header__menu li:first-child a {
    border-top: 1px dashed rgba(255, 255, 255, 0.35);
  }
  .rc-header__contact--drawer {
    display: flex;
    align-items: center;
    margin: 0 26px;
    padding: 17px 2px;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
  }
  .rc-header__contact--drawer::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-right: 14px;
  }
  .rc-header__contact:not(.rc-header__contact--drawer) {
    display: none;
  }
  .rc-header__burger {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 101;
    background: #2b2b2b;
    border-radius: 0 0 0 8px;
  }
  .rc-header__burger span {
    position: absolute;
    left: 13px;
    width: 24px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }
  .rc-header__burger span:nth-child(1) {
    top: 17px;
  }
  .rc-header__burger span:nth-child(2) {
    top: 23.5px;
  }
  .rc-header__burger span:nth-child(3) {
    top: 30px;
  }
  .rc-header.is-open .rc-header__overlay {
    opacity: 1;
    visibility: visible;
  }
  .rc-header.is-open .rc-header__nav {
    transform: translateX(0);
  }
  .rc-header.is-open .rc-header__burger {
    opacity: 0;
    visibility: hidden;
  }
  .rc-catch {
    position: relative;
    z-index: 10;
    margin-top: -8vw;
  }
  .rc-catch p {
    display: block;
    width: 116%;
    margin: 0 0 0 -8%;
    padding: 10px 20px;
    background: #e8394f;
    transform: rotate(-3deg);
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 6.8vw;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .rc-need .rc-need__box {
    position: absolute;
    left: 9%;
    top: 63%;
    width: 82%;
  }
  .rc-need .rc-need__ttl {
    color: #1a1a1a;
    font-weight: 900;
    font-size: 6.2vw;
    margin-bottom: 3vw;
    margin-top: 3vw;
    text-align: center;
    line-height: 1;
  }
  .rc-need .rc-need__txt {
    color: #333;
    font-weight: 500;
    font-size: 3vw;
    line-height: 1.6;
  }
  .rc-pride {
    background: #e9e9e9 url(/wp/assets/img/recruit2/bg-gray-sp.jpg) center top/cover no-repeat;
    padding: 20px 0 30px;
  }
  .rc-pride__ttl {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .rc-pride__inner {
    position: relative;
    max-width: 1408px;
    margin: -40px auto 0;
  }
  .rc-pride__item {
    position: absolute;
    text-align: left;
  }
  .rc-pride__item-ttl {
    color: #1a1a1a;
    font-weight: 900;
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 0.4em;
  }
  .rc-pride__item-txt {
    color: #333;
    font-weight: 500;
    font-size: 2.6vw;
    line-height: 1.5;
  }
  .rc-pride__item--performance {
    left: 47%;
    top: 33vw;
    width: 43%;
  }
  .rc-pride__item--professional {
    left: 8%;
    top: 100vw;
    width: 45%;
  }
  .rc-pride__item--benefits {
    left: 47vw;
    top: 155.5vw;
    width: 42%;
  }
  .rc-pride__item--growing {
    left: 4%;
    top: 89.5%;
    width: 38%;
  }
  .rc-pride__item--jazz {
    left: 49%;
    top: 79%;
    width: 33%;
  }
  .rc-pride__item--jazz p {
    font-size: 2.2vw;
  }
  .rc-pride__item--skill {
    left: 53%;
    top: 91%;
    width: 40%;
  }
  .rc-pride__item--skill p {
    line-height: 1.4;
  }
  .rc-flow {
    margin-top: -10vw;
  }
  .rc-flow__ttl {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .rc-flow__list {
    position: absolute;
    left: 14%;
    top: 56.3%;
    width: 80%;
  }
  .rc-flow__item {
    display: flex;
    align-items: center;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 3.4vw;
    line-height: 1.5;
    margin-bottom: 0.8em;
  }
  .rc-flow__label {
    background: linear-gradient(transparent 60%, #ffe93a 60%);
  }
  .rc-flow__check {
    width: 1.5em;
    height: auto;
    margin-right: 0.5em;
    flex-shrink: 0;
  }
  .rc-flow__point {
    position: absolute;
    left: 42%;
    top: 84%;
    width: 53%;
  }
  .rc-flow__point p {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 2.6vw;
    line-height: 1.6;
  }
  .rc-info {
    background: #e9e9e9 url(/wp/assets/img/recruit2/bg-gray-sp.jpg) center top -19vw no-repeat;
    padding: 40px 15px 25vw;
  }
  .rc-info__ttl {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .rc-info__inner {
    max-width: 940px;
    margin: 0 auto;
  }
  .rc-info__table {
    width: 100%;
    background: #fff;
    border: 2px solid #1a1a1a;
    border-collapse: collapse;
  }
  .rc-info__table th,
  .rc-info__table td {
    border: 2px solid #1a1a1a;
    padding: 12px 12px;
    text-align: left;
    vertical-align: middle;
    font-size: max(13px, 3.5vw);
    line-height: 1.6;
  }
  .rc-info__table th {
    width: 30%;
    background: rgba(255, 222, 4, 0.8);
    font-weight: 700;
    color: #1a1a1a;
    white-space: nowrap;
  }
  .rc-info__table td {
    background: #fff;
    color: #333;
  }
  .rc-info__table tr:nth-child(even) th {
    background: rgba(255, 188, 4, 0.8);
  }
  .rc-info__table tr:nth-child(even) td {
    background: #fbf7e7;
  }
  .rc-info__btn {
    margin-top: 6vw;
  }
  .rc-info__btn a {
    font-size: 2.6rem;
    background: #b60005;
    color: #fff;
    display: block;
    width: 400px;
    max-width: 100%;
    border: 2px solid #333;
    border-radius: 5px;
    margin: 0 auto;
    padding: 8px 40px 8px 20px;
    text-align: center;
    position: relative;
    font-weight: 700;
  }
  .rc-info__btn a:before {
    border-color: transparent transparent transparent #fff;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .rc-footer {
    position: relative;
    background: #1e1e1e;
    padding: 50px 20px 30px;
  }
  .rc-footer__town {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 20vw;
    background: url(/wp/assets/img/recruit2/f-town.png) repeat-x left bottom;
    background-size: 100% auto;
  }
  .rc-footer__inner {
    max-width: 400px;
    margin: 0 auto;
  }
  .rc-footer__logo {
    text-align: center;
    margin-bottom: 28px;
  }
  .rc-footer__logo img {
    width: 120px;
    height: auto;
  }
  .rc-footer__offices {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .rc-footer__office {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  .rc-footer__tag {
    width: 80px;
    flex-shrink: 0;
    height: auto;
  }
  .rc-footer__addr {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .copy {
    background: #1e1e1e;
    padding-bottom: 62px;
  }
  .copy p {
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    padding: 14px 20px;
    line-height: 1.6;
  }
  .rc-cvbar {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 13px;
    background: #353535;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    border-top: 1px solid #fff;
  }
  .rc-cvbar .rc-cvbar__icon {
    display: flex; /* または inline-flex, block */
  }
  .rc-cvbar .icon-mail {
    width: 24px;
    height: auto;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .rc {
    overflow: hidden;
  }
  .rc-mv {
    position: relative;
  }
  .rc-mv img {
    display: block;
    width: 100%;
    height: auto;
  }
  .rc-mv__catch {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .rc-sec {
    position: relative;
    top: -12vw;
  }
  .rc-sec__bg {
    position: relative;
    z-index: 1;
  }
  .rc-sec__bg img {
    display: block;
    width: 100%;
    height: auto;
  }
  .rc-sec__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .rc-pride {
    background: #e9e9e9 url(/wp/assets/img/recruit2/bg-gray-pc.jpg) center top -1vw no-repeat;
    background-size: 100%;
    padding-bottom: 4vw;
  }
  .rc-pride__inner {
    position: relative;
    margin: 0 auto;
    top: -3vw;
  }
  .rc-pride .rc-sec__bg {
    width: 76%;
    margin: 0 auto;
  }
  .rc-pride .rc-sec__overlay {
    width: 76%;
    margin: 0 auto;
  }
  .rc-pride__item {
    position: absolute;
    text-align: left;
  }
  .rc-pride__item-ttl {
    color: #1a1a1a;
    font-weight: 900;
    font-size: 1.7vw;
    line-height: 1.4;
    margin-bottom: 0.2em;
  }
  .rc-pride__item-txt {
    color: #333;
    font-weight: 500;
    font-size: 0.9vw;
    line-height: 1.7;
  }
  .rc-pride__item--performance {
    left: 35%;
    top: 19%;
    width: 22%;
  }
  .rc-pride__item--professional {
    left: 53%;
    top: 34%;
    width: 22%;
  }
  .rc-pride__item--benefits {
    left: 27%;
    top: 61%;
    width: 18%;
  }
  .rc-pride__item--growing {
    left: 45%;
    top: 81%;
    width: 18%;
  }
  .rc-pride__item--jazz {
    left: 72%;
    top: 64%;
    width: 16%;
  }
  .rc-pride__item--skill {
    left: 75%;
    top: 85%;
    width: 22%;
  }
  .rc-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: background 0.3s ease;
  }
  .rc-header.is-scrolled {
    background: rgba(255, 255, 255, 0.9098039216);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }
  .rc-header__inner {
    display: flex;
    align-items: center;
    height: 76px;
    padding: 0 0 0 32px;
  }
  .rc-header__logo {
    display: flex;
    align-items: center;
    margin-right: auto;
  }
  .rc-header__logo img {
    width: 320px;
    height: auto;
  }
  .rc-header__menu {
    display: flex;
    align-items: center;
  }
  .rc-header__menu li a {
    display: block;
    padding: 0 16px;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .rc-header__menu li a:hover {
    color: #e8394f;
  }
  .rc-header__contact {
    align-self: stretch;
    display: flex;
    align-items: center;
    margin-left: 24px;
    padding: 0 30px;
    background: #2b2b2b;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    gap: 14px;
    border-radius: 0 0 0 20px;
  }
  .rc-header__contact:hover {
    opacity: 0.85;
  }
  .rc-header__contact-icon {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
  }
  .rc-header__contact-icon svg {
    width: 34px;
  }
  .rc-header__contact--drawer {
    display: none;
  }
  .rc-header__burger {
    display: none;
  }
  .rc-header__close {
    display: none;
  }
  .rc-header__overlay {
    display: none;
  }
  .rc-catch {
    position: relative;
    z-index: 10;
  }
  .rc-catch p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108%;
    margin: 0 0 0 -1vw;
    padding: 0 20px;
    background: #e8394f;
    transform: rotate(-3.5deg);
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2.4vw;
    letter-spacing: 0.4vw;
    position: absolute;
    top: -18vw;
    line-height: 1;
    height: 9vw;
  }
  .rc-need .rc-need__box {
    position: absolute;
    left: 56%;
    top: 36%;
    width: 24%;
  }
  .rc-need .rc-need__ttl {
    color: #1a1a1a;
    font-weight: 900;
    font-size: 2.3vw;
    line-height: 1;
    margin-bottom: 0.6em;
  }
  .rc-need .rc-need__txt {
    color: #333;
    font-weight: 500;
    font-size: 0.85vw;
    line-height: 1.6;
  }
  .rc-flow {
    top: 0;
    margin-top: -20vw;
  }
  .rc-flow__ttl {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .rc-flow__list {
    position: absolute;
    left: 21vw;
    bottom: 10vw;
    width: 26%;
  }
  .rc-flow__item {
    display: flex;
    align-items: center;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1.1vw;
    line-height: 1.5;
    margin-bottom: 1vw;
  }
  .rc-flow__label {
    background: linear-gradient(transparent 60%, #ffe93a 60%);
  }
  .rc-flow__check {
    width: 2vw;
    height: auto;
    margin-right: 0.4vw;
    flex-shrink: 0;
  }
  .rc-flow__point {
    position: absolute;
    right: 19vw;
    bottom: 9vw;
    width: 18%;
  }
  .rc-flow__point p {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 0.85vw;
    line-height: 2;
  }
  .rc-info {
    background: #e9e9e9 url(/wp/assets/img/recruit2/bg-gray-pc.jpg) center top -6vw no-repeat;
    background-size: 100% auto;
    padding: 4vw 20px 14vw;
  }
  .rc-info__inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .rc-info__table {
    width: 100%;
    background: #fff;
    border: 2px solid #1a1a1a;
    border-collapse: collapse;
  }
  .rc-info__table th,
  .rc-info__table td {
    border: 2px solid #1a1a1a;
    padding: 20px 24px;
    text-align: left;
    vertical-align: middle;
    font-size: max(15px, 0.95vw);
    line-height: 1.6;
  }
  .rc-info__table th {
    width: 18%;
    background: rgba(255, 222, 4, 0.8);
    font-weight: 700;
    color: #1a1a1a;
    white-space: nowrap;
  }
  .rc-info__table td {
    background: #fff;
    color: #333;
  }
  .rc-info__table tr:nth-child(even) th {
    background: rgba(255, 188, 4, 0.8);
  }
  .rc-info__table tr:nth-child(even) td {
    background: #fbf7e7;
  }
  .rc-info__btn {
    margin-top: 4vw;
  }
  .rc-info__btn a {
    font-size: 2.6rem;
    background: #b60005;
    color: #fff;
    display: block;
    width: 400px;
    max-width: 100%;
    border: 2px solid #333;
    border-radius: 5px;
    margin: 0 auto;
    padding: 8px 40px 8px 20px;
    text-align: center;
    position: relative;
    font-weight: 700;
  }
  .rc-info__btn a:before {
    border-color: transparent transparent transparent #fff;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .rc-footer {
    position: relative;
    background: #252525;
    padding: 45px;
  }
  .rc-footer__town {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 9vw;
    background: url(/wp/assets/img/recruit2/f-town.png) repeat-x left bottom;
    background-size: 50% auto;
  }
  .rc-footer__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 70px;
  }
  .rc-footer__logo {
    flex-shrink: 0;
  }
  .rc-footer__logo img {
    width: 130px;
    height: auto;
  }
  .rc-footer__offices {
    display: flex;
    gap: 90px;
    flex-wrap: wrap;
  }
  .rc-footer__tag {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
  }
  .rc-footer__addr {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .copy {
    background: #252525;
  }
  .copy p {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 16px 20px;
    letter-spacing: 0.05em;
  }
  .rc-cvbar {
    display: none;
  }
}