@charset "UTF-8";
@import url(//use.typekit.net/ynd6pey.css);
@font-face {
  font-family: jnsYuGothic;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: jnsYuGothic;
  src: local("Yu Gothic Bold");
}
:root {
  --color-main: #0071CA;
  --color-main-pale: #53ABF0;
  --color-main-dark: #274256;
  --color-brand: #7B8D9A;
  --color-text: #212121;
}

body {
  background: #F8F9FA;
  padding-top: 0;
}

summary {
  list-style: none;
}
summary::marker {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
}

.rf-lower {
  background: url(/img/recruit/bg02.png) right top/900px auto no-repeat #f8f8f8;
}
@media (max-width: 767px) {
  .rf-lower {
    background: url(/img/recruit/bg02sp.png) right top/96% auto no-repeat #f8f8f8;
    padding-top: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-lower {
    min-width: 1000px;
    padding-top: 81px;
  }
}
@media (min-width: 1190px) {
  .rf-lower {
    min-width: 1000px;
    padding-top: 92px;
  }
}
.rf-lower__inner {
  margin: 0px auto;
  max-width: 960px;
  padding-bottom: 80px;
  padding-top: 40px;
  width: calc(100% - 80px);
}
@media (max-width: 767px) {
  .rf-lower__inner {
    width: calc(100% - 60px);
  }
}
.rf-title {
  color: #7B8D9A;
  font-family: urw-din, sans-serif;
  font-feature-settings: "palt" on;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}
.rf-title small {
  color: #121212;
  display: block;
  font-family: jnsYuGothic;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .rf-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-title {
    font-size: 48px;
  }
}
@media (min-width: 1190px) {
  .rf-title {
    font-size: 48px;
  }
}

/* 旧_header_footer.scssから継承 */
.rf-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}
.rf-header, .rf-header *, .rf-header *:before, .rf-header *:after {
  box-sizing: border-box;
}

header.rf-header {
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: flex-end;
  opacity: 1;
  transition: background 300ms ease;
}
header.rf-header.-bg {
  background-color: rgba(255, 255, 255, 0.9);
}
header.rf-header a {
  flex-shrink: 0;
}
@media (min-width: 1190px) {
  header.rf-header {
    gap: 16px;
    padding: 16px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  header.rf-header {
    padding: 17px 24px;
  }
}

.rf-header__logo {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.rf-header__logo img {
  width: 40px;
  height: auto;
  vertical-align: top;
}
@media (min-width: 1190px) {
  .rf-header__logo img {
    width: 154px;
  }
}
@media (max-width: 767px) {
  .rf-header__logo {
    gap: 8px;
    padding: 18px 12px 19px;
  }
}
@media (max-width: 767px) and (max-width: 350px) {
  .rf-header__logo {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .rf-header__logo img {
    vertical-align: text-bottom;
  }
}

.rf-header__title {
  border-left: 1px solid #000000;
  color: #000000;
  display: block;
  font-feature-settings: "palt";
  font-size: 12px;
  font-weight: 700;
  padding-left: 16px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .rf-header__title {
    font-size: 11px;
    padding-left: 8px;
  }
}
@media (max-width: 767px) and (max-width: 350px) {
  .rf-header__title {
    font-size: 10px;
    padding-left: 5px;
  }
}
@media (min-width: 1190px) {
  .rf-header__title {
    font-size: 12px;
    padding-left: 16px;
  }
}

.rf-header__navi {
  background: linear-gradient(54.92deg, #EBF7FF 0%, #AEDDFE 99.8%);
  font-feature-settings: "palt";
  line-height: 1.5;
  max-height: none;
  position: absolute;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .rf-header__navi {
    font-size: 20px;
    height: 100vh;
    height: 100dvh;
    padding-top: 96px;
    top: 0px;
    width: 100%;
  }
  .rf-header__navi[aria-hidden=true] {
    display: none;
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-header__navi {
    font-size: 20px;
    height: 100vh;
    height: 100dvh;
    padding-top: 96px;
    top: 0px;
    width: 100%;
  }
  .rf-header__navi[aria-hidden=true] {
    display: none;
    pointer-events: none;
  }
}
@media (min-width: 1190px) {
  .rf-header__navi {
    background: none;
    display: flex;
    font-size: 16px;
    gap: 32px;
    position: relative;
    width: auto;
  }
}
.rf-header__navi a {
  color: #000000;
  display: block;
}
@media (max-width: 767px) {
  .rf-header__navi a {
    line-height: 36px;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-header__navi a {
    line-height: 36px;
    margin-top: 24px;
  }
}
.rf-header__navi a:hover {
  color: var(--color-main);
  text-decoration: none;
}

.rf-header__entry {
  background-color: var(--color-main);
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 3;
}
.rf-header__entry::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  content: "";
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.rf-header__entry:hover {
  background-color: var(--color-main-pale);
  text-decoration: none;
}
@media (max-width: 767px) {
  .rf-header__entry {
    margin-right: 16px;
    border-radius: 16px;
    flex: 0 0 104px;
    font-size: 13px;
    line-height: 32px;
    width: 104px;
  }
  .rf-header__entry::after {
    height: 6px;
    margin-top: -3px;
    right: 8px;
    width: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-header__entry {
    margin-right: 24px;
    border-radius: 24px;
    font-size: 16px;
    line-height: 48px;
    width: 160px;
  }
}
@media (min-width: 1190px) {
  .rf-header__entry {
    border-radius: 30px;
    font-size: 16px;
    line-height: 60px;
    width: 200px;
  }
}

.rf-header__button {
  appearance: none;
  background: none;
  border: 0px;
  cursor: pointer;
  height: 24px;
  margin-right: 12px;
  padding: 0px;
  position: relative;
  width: 24px;
  z-index: 3;
}
.rf-header__button::before, .rf-header__button::after {
  background-color: #7B8D9A;
  content: "";
  display: block;
  height: 2px;
  left: 0px;
  position: absolute;
  transition: top 200ms ease 200ms, bottom 200ms ease 200ms, transform 200ms ease;
  width: 100%;
}
.rf-header__button::before {
  top: 6px;
}
.rf-header__button::after {
  bottom: 6px;
}
.rf-header__button[aria-expanded=true]::before, .rf-header__button[aria-expanded=true]::after {
  transition-delay: 0s, 0s, 200ms;
}
.rf-header__button[aria-expanded=true]::before {
  top: 11px;
  transform: rotate(45deg);
}
.rf-header__button[aria-expanded=true]::after {
  bottom: 11px;
  transform: rotate(-45deg);
}
@media (min-width: 1190px) {
  .rf-header__button {
    display: none;
  }
}

.rf-footer {
  background-color: #ffffff;
  padding-top: 40px;
}
.rf-footer__navi {
  border: 1px solid #E0E0E0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0px auto;
  max-width: 960px;
  width: calc(100% - 80px);
}
@media (max-width: 767px) {
  .rf-footer__navi {
    border-left-width: 0px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-footer__navi {
    padding-bottom: 30px;
  }
}
@media (min-width: 1190px) {
  .rf-footer__navi {
    padding-bottom: 30px;
  }
}

.rf-footer__link {
  color: #000000;
  display: block;
  position: relative;
}
.rf-footer__link::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 8px;
  margin-top: -2px;
  right: 24px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
}
.rf-footer__link:hover {
  color: var(--color-main);
  text-decoration: none;
}
.rf-footer__link:hover::after {
  border-color: var(--color-main);
}
@media (max-width: 767px) {
  .rf-footer__link {
    border-left: 2px solid #212121;
    padding: 16px 18px;
  }
  .rf-footer__link::before {
    background-color: #F5F5F5;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: calc(100% - 1px);
  }
  .rf-footer__link::after {
    margin-top: -4px;
    position: absolute;
    right: 20px;
    top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-footer__link {
    font-size: 14px;
    line-height: 26px;
  }
  .rf-footer__link::after {
    margin-left: 8px;
  }
}
@media (min-width: 1190px) {
  .rf-footer__link {
    font-size: 14px;
    line-height: 26px;
  }
  .rf-footer__link::after {
    margin-left: 8px;
  }
}

.rf-footer__top {
  border-left: 2px solid #212121;
  color: #000000;
  display: block;
  flex: 1 0 100%;
  position: relative;
}
.rf-footer__top::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  box-sizing: border-box;
  content: "";
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.rf-footer__top::after {
  right: 24px;
}
.rf-footer__top:hover {
  color: var(--color-main);
  text-decoration: none;
}
.rf-footer__top:hover::after {
  border-color: var(--color-main);
}
@media (max-width: 767px) {
  .rf-footer__top {
    padding: 16px 18px;
  }
  .rf-footer__top::after {
    right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-footer__top {
    border-bottom: 1px solid #F5F5F5;
    font-size: 15px;
    line-height: 33px;
    margin-bottom: 30px;
    margin-left: -1px;
    padding: 24px 30px;
  }
}
@media (min-width: 1190px) {
  .rf-footer__top {
    border-bottom: 1px solid #F5F5F5;
    font-size: 15px;
    line-height: 33px;
    margin-bottom: 30px;
    margin-left: -1px;
    padding: 24px 30px;
  }
}

.rf-footer__sns,
.rf-footer .sns {
  display: flex;
  margin: 70px auto 0px;
  padding-bottom: 30px;
  width: calc(100% - 80px);
}
.rf-footer__sns a:hover path:first-child,
.rf-footer .sns a:hover path:first-child {
  fill: #0071CA;
}
.rf-footer__sns path,
.rf-footer .sns path {
  transition: all ease 0.5s;
}
@media (max-width: 767px) {
  .rf-footer__sns,
.rf-footer .sns {
    justify-content: center;
    margin-top: 65px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-footer__sns,
.rf-footer .sns {
    justify-content: right;
  }
}
@media (min-width: 1190px) {
  .rf-footer__sns,
.rf-footer .sns {
    justify-content: right;
  }
}

.rf-top {
  margin-top: 0;
  min-width: 1000px;
  background-color: #F8F9FA;
  background: url(/img/recruit/bg01.png) no-repeat center top/100% auto;
}
@media (max-width: 767px) {
  .rf-top {
    background: url(/img/recruit/bg01sp.png) center 87.7333333333vw/100% auto no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-top {
    background-position: center 821px;
  }
}
@media (min-width: 1190px) {
  .rf-top {
    background-position: center 821px;
  }
}
@media (max-width: 767px) {
  .rf-top {
    min-width: 100%;
  }
}

.rf-top__caption {
  color: var(--color-brand);
  font-feature-settings: "palt" on;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rf-top__caption small {
  color: var(--color-text);
  display: block;
  font-family: jnsYuGothic, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .rf-top__caption {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-top__caption {
    font-size: 48px;
  }
}
@media (min-width: 1190px) {
  .rf-top__caption {
    font-size: 48px;
  }
}

.rf-top__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
@media (max-width: 767px) {
  .rf-top__inner {
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-top__inner {
    width: calc(100% - 80px);
  }
}
@media (min-width: 1190px) {
  .rf-top__inner {
    width: calc(100% - 80px);
  }
}

.rf-introduction {
  overflow: hidden;
}

.rf-introduction__slide {
  animation: introduction-slide 80s linear 0s infinite normal;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .rf-introduction__slide {
    animation-duration: 70s;
    width: 336.536vw;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-introduction__slide {
    width: 2714px;
  }
}
@media (min-width: 1190px) {
  .rf-introduction__slide {
    width: 2714px;
  }
}
.rf-introduction__slide > li {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(1) {
    margin-left: 7.192vw;
    width: 43.028vw;
  }
}
.rf-introduction__slide > li:nth-child(2) {
  margin-left: -79px;
  margin-top: 245px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(2) {
    margin-left: -9.796vw;
    margin-top: 30.38vw;
    width: 47.244vw;
  }
}
.rf-introduction__slide > li:nth-child(3) {
  margin-left: 35px;
  margin-top: 46px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(3) {
    margin-left: 4.34vw;
    margin-top: 5.704vw;
    width: 43.028vw;
  }
}
.rf-introduction__slide > li:nth-child(4) {
  margin-left: 21px;
  margin-top: 215px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(4) {
    margin-left: 2.604vw;
    margin-top: 26.66vw;
    width: 40.052vw;
  }
}
.rf-introduction__slide > li:nth-child(5) {
  margin-left: 56px;
  margin-top: 63px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(5) {
    margin-left: 6.944vw;
    margin-top: 7.812vw;
    width: 47.244vw;
  }
}
.rf-introduction__slide > li:nth-child(6) {
  margin-left: 56px;
  margin-top: 184px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(6) {
    margin-left: 6.944vw;
    margin-top: 22.816vw;
    width: 43.028vw;
  }
}
.rf-introduction__slide > li:nth-child(7) {
  margin-left: 81px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(7) {
    margin-left: 10.044vw;
    margin-top: 12.4vw;
    width: 44.64vw;
  }
}
.rf-introduction__slide > li:nth-child(8) {
  margin-left: 58px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(8) {
    margin-left: 7.192vw;
    width: 43.028vw;
  }
}
.rf-introduction__slide > li:nth-child(9) {
  margin-left: -79px;
  margin-top: 245px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(9) {
    margin-left: -9.796vw;
    margin-top: 30.38vw;
    width: 47.244vw;
  }
}
.rf-introduction__slide > li:nth-child(10) {
  margin-left: 35px;
  margin-top: 46px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(10) {
    margin-left: 4.34vw;
    margin-top: 5.704vw;
    width: 43.028vw;
  }
}
.rf-introduction__slide > li:nth-child(11) {
  margin-left: 21px;
  margin-top: 215px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(11) {
    margin-left: 2.604vw;
    margin-top: 26.66vw;
    width: 40.052vw;
  }
}
.rf-introduction__slide > li:nth-child(12) {
  margin-left: 56px;
  margin-top: 63px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(12) {
    margin-left: 6.944vw;
    margin-top: 7.812vw;
    width: 47.244vw;
  }
}
.rf-introduction__slide > li:nth-child(13) {
  margin-left: 56px;
  margin-top: 184px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(13) {
    margin-left: 6.944vw;
    margin-top: 22.816vw;
    width: 43.028vw;
  }
}
.rf-introduction__slide > li:nth-child(14) {
  margin-left: 81px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .rf-introduction__slide > li:nth-child(14) {
    margin-left: 10.044vw;
    margin-top: 12.4vw;
    width: 44.64vw;
  }
}

@keyframes introduction-slide {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-100%, 0%);
  }
}
.rf-introduction__title {
  color: var(--color-brand);
  font-family: "urw-din";
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .rf-introduction__title {
    font-size: 32px;
    margin-top: 40px;
    padding: 0px 8vw;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-introduction__title {
    font-size: 48px;
    margin-top: 48px;
    text-align: center;
  }
}
@media (min-width: 1190px) {
  .rf-introduction__title {
    font-size: 56px;
    margin-top: 48px;
    text-align: center;
  }
}

.rf-introduction__description {
  color: var(--color-text);
  margin-top: 16px;
}
@media (max-width: 767px) {
  .rf-introduction__description {
    font-size: 14px;
    padding: 0px 8vw;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-introduction__description {
    font-size: 15px;
    text-align: center;
  }
}
@media (min-width: 1190px) {
  .rf-introduction__description {
    font-size: 18px;
    text-align: center;
  }
}

.rf-introduction__list {
  max-width: 960px;
}
@media (max-width: 767px) {
  .rf-introduction__list {
    margin-top: 24px;
    padding: 0px 8vw;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-introduction__list {
    display: flex;
    justify-content: space-between;
    margin: 56px auto 0;
  }
}
@media (min-width: 1190px) {
  .rf-introduction__list {
    display: flex;
    justify-content: space-between;
    margin: 56px auto 0;
  }
}

.rf-introduction__detail {
  text-align: center;
}
@media (max-width: 767px) {
  .rf-introduction__detail:not(:first-child) {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-introduction__detail {
    flex: 0 0 calc((100% - 70px) / 3);
  }
  .rf-introduction__detail img {
    max-width: 100%;
  }
}
@media (min-width: 1190px) {
  .rf-introduction__detail {
    flex: 0 0 calc((100% - 70px) / 3);
  }
  .rf-introduction__detail img {
    max-width: 100%;
  }
}

.rf-introduction__caption {
  color: var(--color-brand);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .rf-introduction__caption {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-introduction__caption {
    font-size: 32px;
  }
}
@media (min-width: 1190px) {
  .rf-introduction__caption {
    font-size: 32px;
  }
}

.rf-introduction__text {
  line-height: 1.8;
  margin-top: 8px;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .rf-introduction__text {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-introduction__text {
    font-size: 13px;
  }
}
@media (min-width: 1190px) {
  .rf-introduction__text {
    font-size: 14px;
  }
}

.rf-top__message {
  background-color: #EEF0F1;
  margin: 0px auto;
  position: relative;
}
.rf-top__message-member:last-child {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .rf-top__message-member {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-top__message-member {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
  }
}
@media (min-width: 1190px) {
  .rf-top__message-member {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
  }
}

.rf-top__message-title {
  flex: 1 0 100%;
}

.rf-top__message-person {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-top__message-person {
    flex: 0 0 300px;
  }
}
@media (min-width: 1190px) {
  .rf-top__message-person {
    flex: 0 0 300px;
  }
}

@media (max-width: 767px) {
  .rf-top__message-portrait img {
    aspect-ratio: 315/160;
    object-fit: cover;
    object-position: center 20%;
    vertical-align: top;
    width: 100%;
  }
}

.rf-top__message-profile {
  font-feature-settings: "palt" on;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 16px;
}
.rf-top__message-profile em {
  color: var(--color-text);
  display: block;
  font-weight: 700;
}

@media (max-width: 767px) {
  .rf-top__message-text {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-top__message-text {
    flex: 0 1 calc(100% - 340px);
  }
}
@media (min-width: 1190px) {
  .rf-top__message-text {
    flex: 0 1 calc(100% - 364px);
  }
}

.rf-top__message-caption {
  color: var(--color-text);
  font-family: jnsYuGothic, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.8;
}

.rf-top__message-detail {
  color: var(--color-text);
  font-feature-settings: "palt" on;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .rf-top__message-link {
    margin: 16px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-top__message-link {
    margin-top: 24px;
  }
}
@media (min-width: 1190px) {
  .rf-top__message-link {
    margin-top: 24px;
  }
}

.rf-top__link--center, .rf-top__link {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 30px;
  color: var(--color-text);
  display: block;
  font-family: "urw-din";
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 20px;
  padding: 19px;
  position: relative;
  text-align: center;
  width: 280px;
}
.rf-top__link--center::before, .rf-top__link::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%206H10V10H6V6Z%22%20fill%3D%22%23212121%22%2F%3E%3Cpath%20d%3D%22M6%2014H10V18H6V14Z%22%20fill%3D%22%23212121%22%2F%3E%3Cpath%20d%3D%22M14%206H18V10H14V6Z%22%20fill%3D%22%23212121%22%2F%3E%3Cpath%20d%3D%22M14%2014H18V18H14V14Z%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E") center 50% no-repeat;
  content: "";
  display: block;
  height: 24px;
  left: 24px;
  position: absolute;
  top: 17px;
  width: 24px;
}
.rf-top__link--center:hover, .rf-top__link:hover {
  color: var(--color-main);
  text-decoration: none;
}
[target].rf-top__link--center::before, [target].rf-top__link::before {
  left: auto;
  right: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.5%2010.5L12%2013L11%2012L13.5%209.5L12%208H16V12L14.5%2010.5Z%22%20fill%3D%22%23212121%22%2F%3E%3Cpath%20d%3D%22M11%208V9H9V15H15V13H16V16H8V8L11%208Z%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
}

.rf-top__link--center {
  margin-left: auto;
  margin-right: auto;
}

.rf-top__data {
  margin: 0px auto;
  max-width: 960px;
}
@media (max-width: 767px) {
  .rf-top__data {
    padding: 80px 0px;
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-top__data {
    padding: 80px 0px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1190px) {
  .rf-top__data {
    padding: 120px 0px;
    width: calc(100% - 80px);
  }
}

@media (min-width: 768px) and (max-width: 1189px) {
  .rf-top__data-head {
    display: flex;
  }
}
@media (min-width: 1190px) {
  .rf-top__data-head {
    display: flex;
  }
}

.rf-top__data-description {
  align-self: flex-end;
  color: var(--color-text);
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .rf-top__data-description {
    margin-top: 24px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-top__data-description {
    margin-left: 40px;
    font-size: 14px;
  }
}
@media (min-width: 1190px) {
  .rf-top__data-description {
    margin-left: 40px;
    font-size: 15px;
  }
}
.rf-top__data-description small {
  font-size: 80%;
  line-height: 1;
}

.rf-top .btn-line a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 280px;
  height: 60px;
  background-color: #fff;
  color: var(--color-text);
  border: 1px solid #E0E0E0;
  border-radius: 30px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1rem;
  letter-spacing: -0.1px;
}
.rf-top .btn-line a::before {
  display: none;
}
.rf-top .btn-line a::after {
  right: 22px;
  border-width: 2px 2px 0 0;
  border-color: #212121;
}
.rf-top .btn-line a:hover {
  color: var(--color-main);
}
.rf-top .btn-line a.btnExternalLink::after {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background: url(/img/iconExternal.svg) no-repeat center/36px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.5%2010.5L12%2013L11%2012L13.5%209.5L12%208H16V12L14.5%2010.5Z%22%20fill%3D%22%23212121%22%2F%3E%3Cpath%20d%3D%22M11%208V9H9V15H15V13H16V16H8V8L11%208Z%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E");
  border: 0;
  transform: rotate(0) translateY(-50%);
}
.rf-top__heading--small {
  margin-top: 24px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}
.rf-top__group {
  background-color: #EEF0F1;
}
.rf-top__group picture,
.rf-top__group img {
  max-width: 100%;
}
.rf-top__group__inner {
  margin: 0px auto;
  max-width: 960px;
}
@media (max-width: 767px) {
  .rf-top__group__inner {
    padding: 80px 0px;
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-top__group__inner {
    padding: 80px 0px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1190px) {
  .rf-top__group__inner {
    padding: 120px 0px;
    width: calc(100% - 80px);
  }
}
.rf-top__group .list-group__item__body, .rf-top__group .list-group--children__item {
  border-radius: 0.5rem;
  background: #fff;
}
.rf-top__group .list-group__item__body {
  border-radius: 0 0 0.5rem 0.5rem;
}
.rf-top__recruit .rf-top__caption {
  font-size: 1.5rem;
}
@media (min-width: 1190px) {
  .rf-top__recruit .rf-top__caption {
    font-size: 2.5rem;
  }
}
.rf-top__recruit .btn-line {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 600;
}
.rf-top__recruit .btn-line .rf-top__recruit-link {
  background-color: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
  transition: 0.4s;
}
.rf-top__recruit .btn-line .rf-top__recruit-link::after {
  border-color: #fff;
}
.rf-top__recruit .btn-line .rf-top__recruit-link:hover {
  background-color: #fff;
}
.rf-top__recruit .btn-line .rf-top__recruit-link:hover::after {
  color: var(--color-main);
  border-color: var(--color-main);
}
.rf-top__recruit .recruitArea__title__sub {
  margin-top: 1.5rem;
  color: #212121;
  font-weight: 700;
}
.rf-top__recruit .recruitArea__link__item {
  background-color: #fff;
  border-radius: 8px;
}
.rf-top__recruit .recruitArea__link__item em {
  margin: auto;
}

.rf-top__faq {
  background-color: #EEF0F1;
}
@media (max-width: 767px) {
  .rf-top__faq {
    padding: 80px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-top__faq {
    padding: 80px 0px;
  }
}
@media (min-width: 1190px) {
  .rf-top__faq {
    padding: 120px 0px;
  }
}

.rf-keyvisual {
  background: url(/img/recruit/keyvisual/bg01.png) center 74px/1156px auto no-repeat, linear-gradient(180deg, #CEE4EA 81.46%, rgba(206, 228, 234, 0) 100.27%);
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .rf-keyvisual {
    background-size: 135.7333333333vw auto, 100%;
    background-position: center 15.4666666667vw, 0px;
    padding-top: 58px;
    height: 136vw;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-keyvisual {
    padding-top: 81px;
    height: 798px;
  }
}
@media (min-width: 1190px) {
  .rf-keyvisual {
    padding-top: 92px;
    height: 798px;
  }
}

.rf-keyvisual__title {
  color: #ffffff;
  font-family: jnsYuGothic, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt" on;
  letter-spacing: 0.04em;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
}
.rf-keyvisual__title small {
  background-color: var(--color-main-dark);
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  transition: width 400ms ease-out 2950ms;
}
.rf-keyvisual__title small::before, .rf-keyvisual__title small::after {
  display: inline-block;
  content: "";
}
.rf-keyvisual__title span {
  background-color: var(--color-main-dark);
  display: block;
  font-weight: 700;
  overflow: hidden;
  transition: width 400ms ease-out 2950ms;
  transition-delay: 3150ms;
}
.rf-keyvisual__title span::before, .rf-keyvisual__title span::after {
  display: inline-block;
  content: "";
}
.rf-keyvisual__title strong {
  font-weight: 700;
}
[aria-hidden=true] .rf-keyvisual__title > * {
  width: 0px;
}
@media (max-width: 767px) {
  .rf-keyvisual__title {
    left: 3.7333333333vw;
    top: 101.8666666667vw;
  }
  .rf-keyvisual__title small {
    font-size: 3.2vw;
    padding: 1.8666666667vw 0vw;
    width: 56vw;
  }
  .rf-keyvisual__title small::before, .rf-keyvisual__title small::after {
    width: 2.1333333333vw;
  }
  .rf-keyvisual__title span {
    font-size: 5.3333333333vw;
    margin-top: 1.0666666667vw;
    padding: 2.9333333333vw 0vw;
    width: 75.7333333333vw;
  }
  .rf-keyvisual__title span::before, .rf-keyvisual__title span::after {
    width: 2.1333333333vw;
  }
  .rf-keyvisual__title strong {
    font-size: 7.2vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__title {
    bottom: 0px;
    left: calc(50% - 560px);
  }
  .rf-keyvisual__title small {
    font-size: 24px;
    padding: 8px 0px;
    width: 395px;
  }
  .rf-keyvisual__title small:before, .rf-keyvisual__title small::after {
    width: 8px;
  }
  .rf-keyvisual__title span {
    font-size: 39px;
    margin-top: 4px;
    padding: 8px 0px;
    width: 522px;
  }
  .rf-keyvisual__title span:before, .rf-keyvisual__title span::after {
    width: 8px;
  }
  .rf-keyvisual__title strong {
    font-size: 51px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .rf-keyvisual__title {
    left: 40px;
  }
}
.rf-keyvisual__earth {
  height: auto;
  position: absolute;
  transition: opacity 600ms linear, transform 600ms ease;
  z-index: 1;
}
[aria-hidden=true] .rf-keyvisual__earth {
  opacity: 0;
  transform: translate(0%, 10%);
}
@media (max-width: 767px) {
  .rf-keyvisual__earth {
    left: 4.2666666667vw;
    top: 45.3333333333vw;
    width: 64vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__earth {
    left: calc(50% - 392px);
    top: 322px;
  }
}
.rf-keyvisual__item--fintech, .rf-keyvisual__item--health, .rf-keyvisual__item--ai, .rf-keyvisual__item--communication, .rf-keyvisual__item--edtech, .rf-keyvisual__item--entertainment, .rf-keyvisual__item--device {
  position: absolute;
  transition: opacity 250ms ease, transform 250ms cubic-bezier(0.78, 0.3, 0.87, 1.45);
  z-index: 5;
}
[aria-hidden=true] .rf-keyvisual__item--fintech, [aria-hidden=true] .rf-keyvisual__item--health, [aria-hidden=true] .rf-keyvisual__item--ai, [aria-hidden=true] .rf-keyvisual__item--communication, [aria-hidden=true] .rf-keyvisual__item--edtech, [aria-hidden=true] .rf-keyvisual__item--entertainment, [aria-hidden=true] .rf-keyvisual__item--device {
  animation: none;
  opacity: 0;
  transform: scale(1, 0);
}

.rf-keyvisual__item--3, .rf-keyvisual__item--2, .rf-keyvisual__item--1 {
  position: absolute;
  transition: opacity 1200ms ease 2350ms, transform 1200ms ease 2350ms;
  z-index: 4;
}
[aria-hidden=true] .rf-keyvisual__item--3, [aria-hidden=true] .rf-keyvisual__item--2, [aria-hidden=true] .rf-keyvisual__item--1 {
  opacity: 0;
  transform: translate(0%, 10%);
}

.rf-keyvisual__item--device {
  transition-delay: 600ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__item--device {
    left: 2.4vw;
    top: 50.6666666667vw;
    width: 24vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__item--device {
    left: calc(50% - 446px);
    top: 351px;
  }
}
.rf-keyvisual__item--entertainment {
  transition-delay: 700ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__item--entertainment {
    left: 20.8vw;
    top: 21.0666666667vw;
    width: 17.8666666667vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__item--entertainment {
    left: calc(50% - 251px);
    top: 116px;
  }
}
.rf-keyvisual__item--edtech {
  transition-delay: 800ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__item--edtech {
    left: 42.9333333333vw;
    top: 19.7333333333vw;
    width: 15.2vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__item--edtech {
    left: calc(50% - 64px);
    top: 105px;
  }
}
.rf-keyvisual__item--communication {
  transition-delay: 900ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__item--communication {
    left: 57.8666666667vw;
    top: 25.3333333333vw;
    width: 20vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__item--communication {
    left: calc(50% - -64px);
    top: 153px;
  }
}
.rf-keyvisual__item--ai {
  transition-delay: 1000ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__item--ai {
    left: 78.6666666667vw;
    top: 37.0666666667vw;
    width: 14.1333333333vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__item--ai {
    left: calc(50% - -242px);
    top: 251px;
  }
}
.rf-keyvisual__item--health {
  transition-delay: 1100ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__item--health {
    left: 62.4vw;
    top: 63.4666666667vw;
    width: 15.7333333333vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__item--health {
    left: calc(50% - -146px);
    top: 437px;
  }
}
.rf-keyvisual__item--fintech {
  transition-delay: 1200ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__item--fintech {
    left: 47.2vw;
    top: 76.5333333333vw;
    width: 15.7333333333vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__item--fintech {
    left: calc(50% - -40px);
    top: 616px;
  }
}
@media (max-width: 767px) {
  .rf-keyvisual__item--1 {
    left: 16vw;
    top: 39.7333333333vw;
    width: 16vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__item--1 {
    left: calc(50% - 292px);
    top: 272px;
  }
}
@media (max-width: 767px) {
  .rf-keyvisual__item--2 {
    left: 70.4vw;
    top: 79.7333333333vw;
    width: 14.9333333333vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__item--2 {
    left: calc(50% - -293px);
    top: 672px;
  }
}
@media (max-width: 767px) {
  .rf-keyvisual__item--3 {
    left: 87.4666666667vw;
    top: 30.6666666667vw;
    width: 12.5333333333vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__item--3 {
    left: calc(50% - -408px);
    top: 202px;
  }
}

.rf-keyvisual__person--4, .rf-keyvisual__person--3, .rf-keyvisual__person--2, .rf-keyvisual__person--1 {
  animation: kv-person-float 3.2s ease-in-out 0s infinite alternate;
  position: absolute;
  transition: opacity 500ms ease;
  transition-delay: 1550ms;
  z-index: 4;
}
[aria-hidden=true] .rf-keyvisual__person--4, [aria-hidden=true] .rf-keyvisual__person--3, [aria-hidden=true] .rf-keyvisual__person--2, [aria-hidden=true] .rf-keyvisual__person--1 {
  animation: none;
  opacity: 0;
}
.rf-keyvisual__person--4 img, .rf-keyvisual__person--3 img, .rf-keyvisual__person--2 img, .rf-keyvisual__person--1 img {
  vertical-align: top;
}

@keyframes kv-person-float {
  0% {
    transform: translate(0%, -5%);
  }
  100% {
    transform: translate(0%, 5%);
  }
}
.rf-keyvisual__person--1 {
  transition-delay: 1550ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__person--1 {
    left: -14.1333333333vw;
    top: 24.2666666667vw;
    width: 36.5333333333vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__person--1 {
    left: calc(50% - 583px);
    top: 137px;
  }
}
.rf-keyvisual__person--2 {
  animation-delay: 700ms;
  transition-delay: 1650ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__person--2 {
    left: 77.3333333333vw;
    top: 54.1333333333vw;
    width: 31.2vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__person--2 {
    left: calc(50% - -277px);
    top: 380px;
  }
}
.rf-keyvisual__person--3 {
  animation-delay: 1300ms;
  animation-duration: 3.5s;
  transition-delay: 1750ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__person--3 {
    left: -1.0666666667vw;
    top: 73.6vw;
    width: 28vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__person--3 {
    left: calc(50% - 537px);
    top: 530px;
  }
}
.rf-keyvisual__person--4 {
  animation: none;
  transition-delay: 1850ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__person--4 {
    left: 37.3333333333vw;
    top: 37.6vw;
    width: 11.4666666667vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__person--4 {
    left: calc(50% - 111px);
    top: 257px;
  }
}

.rf-keyvisual__material--5, .rf-keyvisual__material--4, .rf-keyvisual__material--3, .rf-keyvisual__material--2, .rf-keyvisual__material--1 {
  position: absolute;
  transition: all 300ms ease 2350ms;
  z-index: 3;
}
[aria-hidden=true] .rf-keyvisual__material--5, [aria-hidden=true] .rf-keyvisual__material--4, [aria-hidden=true] .rf-keyvisual__material--3, [aria-hidden=true] .rf-keyvisual__material--2, [aria-hidden=true] .rf-keyvisual__material--1 {
  opacity: 0;
  transform: scale(0, 0);
}

@media (max-width: 767px) {
  .rf-keyvisual__material--1 {
    display: none;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__material--1 {
    left: calc(50% - 560px);
    top: 121px;
  }
}
.rf-keyvisual__material--2 {
  transition: 2350ms50ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__material--2 {
    display: none;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__material--2 {
    left: calc(50% - 543px);
    top: 425px;
  }
}
.rf-keyvisual__material--3 {
  transition: 2350ms100ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__material--3 {
    display: none;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__material--3 {
    left: calc(50% - -191px);
    top: 81px;
  }
}
.rf-keyvisual__material--4 {
  transition: 2350ms150ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__material--4 {
    left: 72.2666666667vw;
    top: 21.0666666667vw;
    width: 34.6666666667vw;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__material--4 {
    left: calc(50% - -279px);
    top: 119px;
  }
}
.rf-keyvisual__material--5 {
  transition: 2350ms200ms;
}
@media (max-width: 767px) {
  .rf-keyvisual__material--5 {
    display: none;
  }
}
@media (min-width: 768px) {
  .rf-keyvisual__material--5 {
    left: calc(50% - -478px);
    top: 375px;
  }
}

.rf-office {
  position: relative;
}
.rf-office::after {
  background-color: #EEF0F1;
  bottom: 0px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .rf-office {
    margin-top: 60px;
  }
  .rf-office::after {
    height: 28vw;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-office {
    margin-top: 80px;
  }
  .rf-office::after {
    height: 23.9808153477vw;
  }
}
@media (min-width: 1190px) {
  .rf-office {
    margin-top: 80px;
  }
  .rf-office::after {
    height: 29.1666666667vw;
  }
}

.rf-office__title {
  text-align: center;
}

.rf-office__slide {
  display: flex;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}
.rf-office__slide::after {
  background-color: #EEF0F1;
  bottom: -2px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  z-index: 5;
}
@media (max-width: 767px) {
  .rf-office__slide::after {
    width: 64vw;
    height: calc(6.4vw + 2px);
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-office__slide::after {
    height: calc(6.6666666667vw + 2px);
    width: 50%;
  }
}
@media (min-width: 1190px) {
  .rf-office__slide::after {
    height: calc(6.6666666667vw + 2px);
    width: 50%;
  }
}

.rf-office__visual {
  position: relative;
}
@media (max-width: 767px) {
  .rf-office__visual {
    flex: 0 0 92vw;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-office__visual {
    flex: 0 0 calc(100% - 40px);
  }
}
@media (min-width: 1190px) {
  .rf-office__visual {
    flex: 0 0 calc(100% - 120px);
  }
}
.rf-office__visual li {
  position: absolute;
  top: 0px;
  width: 100%;
}
.rf-office__visual li:first-child {
  position: relative;
}
.rf-office__visual li[aria-current=true] {
  animation: slider-fade 500ms linear 5s 1 normal forwards;
  z-index: 3;
}
.rf-office__visual li.-next {
  z-index: 2;
}
.rf-office__visual li[aria-current=true].-end {
  animation-delay: 60ms;
}
.rf-office__visual li[aria-current=true].-stop {
  animation: none;
}
.rf-office__visual img {
  width: 100%;
  vertical-align: top;
}

@keyframes slider-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rf-office__pager {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .rf-office__pager {
    padding-left: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-office__pager {
    padding-left: 12px;
  }
}
@media (min-width: 1190px) {
  .rf-office__pager {
    padding-left: 12px;
  }
}
.rf-office__pager button {
  appearance: none;
  background: none;
  border: 0px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 18px;
  opacity: 0.2;
  padding: 6px;
  width: 18px;
}
.rf-office__pager button::before {
  background-color: var(--color-main);
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
}
.rf-office__pager button[aria-current=true] {
  opacity: 1;
}

.rf-culture {
  background: linear-gradient(54.92deg, #EBF7FF 0%, #AEDDFE 99.8%);
  position: relative;
}
@media (max-width: 767px) {
  .rf-culture {
    padding: 80px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-culture {
    padding: 80px 0px;
  }
}
@media (min-width: 1190px) {
  .rf-culture {
    padding: 120px 0px;
  }
}

.rf-culture__title {
  color: var(--color-text);
  margin: 0px auto;
  max-width: 960px;
}
@media (max-width: 767px) {
  .rf-culture__title {
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-culture__title {
    width: calc(100% - 80px);
  }
}
@media (min-width: 1190px) {
  .rf-culture__title {
    width: calc(100% - 80px);
  }
}

.rf-culture__figure {
  pointer-events: none;
  position: absolute;
}
@media (max-width: 767px) {
  .rf-culture__figure {
    right: 30px;
    top: -12.8vw;
    width: 42.6666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-culture__figure {
    right: 40px;
    top: -130px;
  }
}
@media (min-width: 1190px) {
  .rf-culture__figure {
    margin-right: -480px;
    right: 50%;
    top: -130px;
  }
}

.rf-culture__description {
  color: var(--color-text);
  line-height: 1.8;
  margin: 24px auto 0px;
  max-width: 960px;
}
@media (max-width: 767px) {
  .rf-culture__description {
    font-size: 14px;
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-culture__description {
    font-size: 15px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1190px) {
  .rf-culture__description {
    font-size: 15px;
    width: calc(100% - 80px);
  }
}

.rf-culture__articles {
  display: flex;
  max-width: 960px;
}
@media (max-width: 767px) {
  .rf-culture__articles {
    margin-top: 24px;
    overflow: auto;
    padding: 0px 30px;
    scrollbar-width: none;
    width: 100%;
    -ms-overflow-style: none;
  }
  .rf-culture__articles::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-culture__articles {
    justify-content: space-between;
    margin: 24px auto 0px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1190px) {
  .rf-culture__articles {
    justify-content: space-between;
    margin: 24px auto 0px;
    width: calc(100% - 80px);
  }
}

.rf-culture__block {
  background-color: #fff;
  border-radius: 10px;
  color: #000000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .rf-culture__block {
    flex: 0 0 calc(100vw - 60px);
    width: calc(100vw - 60px);
  }
  .rf-culture__block:not(:first-child) {
    margin-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-culture__block {
    flex: 0 0 calc((100% - 50px) / 3);
  }
}
@media (min-width: 1190px) {
  .rf-culture__block {
    flex: 0 0 calc((100% - 50px) / 3);
  }
}
.rf-culture__block:hover {
  text-decoration: none;
}

.rf-culture__thumbnail {
  border: 10px 10px 0px 0px;
  display: block;
  overflow: hidden;
  width: 100%;
}
.rf-culture__thumbnail img {
  width: 100%;
  transition: transform 200ms ease;
  vertical-align: top;
}
:hover > .rf-culture__thumbnail img {
  transform: scale(1.1);
}

.rf-culture__caption {
  font-family: jnsYuGothic, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  margin: 24px auto 16px;
}
@media (max-width: 767px) {
  .rf-culture__caption {
    padding: 0px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-culture__caption {
    padding: 0px 16px;
  }
}
@media (min-width: 1190px) {
  .rf-culture__caption {
    padding: 0px 16px;
  }
}

.rf-culture__text {
  font-size: 14px;
  line-height: 1.8;
  margin: auto 0px 0px;
}
@media (max-width: 767px) {
  .rf-culture__text {
    padding: 0px 24px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-culture__text {
    padding: 0px 16px;
  }
}
@media (min-width: 1190px) {
  .rf-culture__text {
    padding: 0px 16px;
  }
}

.rf-culture__link {
  margin: 24px auto 80px;
}

.culture__title {
  margin-bottom: 1.875rem;
}

.links__title {
  position: relative;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc(130px + 1.125rem);
  margin-bottom: 1.875rem;
  font-weight: 700;
}
.links__title small {
  margin-top: 0;
}

.rf-links p {
  font-size: 0.938rem;
  color: var(--color-text);
}

.culture__title {
  margin-bottom: 1.875rem;
}

.rf-job {
  margin: 0px auto;
  max-width: 960px;
}
@media (max-width: 767px) {
  .rf-job {
    padding: 80px 0px;
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-job {
    padding: 80px 0px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1190px) {
  .rf-job {
    padding: 100px 0px;
    width: calc(100% - 80px);
  }
}

.rf-job__list {
  margin-top: 40px;
}

.rf-job__detail {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .rf-job__detail:not(:first-child) {
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-job__detail {
    display: flex;
  }
  .rf-job__detail:not(:first-child) {
    margin-top: 24px;
  }
}
@media (min-width: 1190px) {
  .rf-job__detail {
    display: flex;
  }
  .rf-job__detail:not(:first-child) {
    margin-top: 24px;
  }
}

.rf-job__image {
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .rf-job__image {
    aspect-ratio: 313/169;
    border-radius: 6px 6px 0px 0px;
  }
  .rf-job__image img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-job__image {
    border-radius: 6px 0px 0px 6px;
    flex: 1 0 293px;
  }
}
@media (min-width: 1190px) {
  .rf-job__image {
    border-radius: 6px 0px 0px 6px;
    flex: 1 0 293px;
  }
}
.rf-job__image img {
  vertical-align: top;
}

.rf-job__text {
  font-feature-settings: "palt" on;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .rf-job__text {
    padding: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-job__text {
    align-items: flex-start;
    display: flex;
    flex: 0 1 100%;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px;
  }
}
@media (min-width: 1190px) {
  .rf-job__text {
    align-items: flex-start;
    display: flex;
    flex: 0 1 100%;
    flex-direction: column;
    justify-content: center;
    padding: 32px 40px;
  }
}

.rf-job__caption {
  color: #000;
  font-family: jnsYuGothic, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .rf-job__caption {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-job__caption {
    font-size: 15px;
  }
}
.rf-job__lead {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .rf-job__lead {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-job__lead {
    font-size: 13px;
  }
}
@media (min-width: 1190px) {
  .rf-job__lead {
    font-size: 14px;
  }
}

.rf-job__belong {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}

.rf-job__heading {
  font-family: jnsYuGothic, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .rf-job__heading {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-job__heading {
    font-size: 13px;
  }
}
@media (min-width: 1190px) {
  .rf-job__heading {
    font-size: 14px;
  }
}

.rf-job__content {
  line-height: 1.8;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .rf-job__content {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-job__content {
    font-size: 13px;
  }
}
@media (min-width: 1190px) {
  .rf-job__content {
    font-size: 14px;
  }
}
.rf-job__content > li {
  list-style: disc outside;
}

.rf-job__contact {
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .rf-job__contact {
    font-size: 14px;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-job__contact {
    font-size: 15px;
    margin-top: 24px;
  }
}
@media (min-width: 1190px) {
  .rf-job__contact {
    font-size: 18px;
    margin-top: 24px;
  }
}
.rf-job__contact a {
  color: var(--color-main);
}

.rf-job__entry {
  background-color: var(--color-main);
  border-radius: 40px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  list-style: 20px;
  margin: 16px auto 0px;
  padding: 20px 0px;
  position: relative;
  text-align: center;
  width: 280px;
  z-index: 3;
}
.rf-job__entry::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  box-sizing: border-box;
  content: "";
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.rf-job__entry::after {
  border-color: #ffffff;
  right: 24px;
}
.rf-job__entry:hover {
  background-color: var(--color-main-pale);
  text-decoration: none;
}

.rf-message__head {
  align-items: center;
  color: #000000;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}
@media (max-width: 767px) {
  .rf-message__head {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .rf-message__head img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-message__head {
    margin-top: 44px;
  }
}
@media (min-width: 1190px) {
  .rf-message__head {
    margin-top: 44px;
  }
}

@media (max-width: 767px) {
  .rf-message__head-text {
    margin-top: 24px;
    order: 2;
  }
}
.rf-message__title {
  font-family: jnsYuGothic, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .rf-message__title {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-message__title {
    font-size: 24px;
  }
}
@media (min-width: 1190px) {
  .rf-message__title {
    font-size: 36px;
  }
}

.rf-message__person {
  line-height: 1.8;
}
.rf-message__person em {
  display: block;
  font-weight: 700;
}
.rf-message__person span {
  display: block;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .rf-message__person {
    font-size: 14px;
    margin-top: 16px;
  }
  .rf-message__person span {
    color: #9E9E9E;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-message__person {
    margin-top: 8px;
  }
  .rf-message__person em {
    font-size: 18px;
  }
}
@media (min-width: 1190px) {
  .rf-message__person {
    margin-top: 8px;
  }
  .rf-message__person em {
    font-size: 18px;
  }
}

.rf-message__portrait img {
  vertical-align: top;
}
@media (max-width: 767px) {
  .rf-message__portrait {
    flex: 1 0 100%;
    order: 1;
  }
  .rf-message__portrait img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1189px) and (max-width: 880px) {
  .rf-message__portrait {
    flex: 0 0 50%;
  }
  .rf-message__portrait img {
    width: 100%;
  }
}
.rf-message__detail {
  color: #000000;
  line-height: 1.8;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}
@media (max-width: 767px) {
  .rf-message__detail {
    font-size: 13px;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-message__detail {
    font-size: 14px;
    margin-top: 40px;
  }
}
@media (min-width: 1190px) {
  .rf-message__detail {
    font-size: 14px;
    margin-top: 40px;
  }
}
.rf-message__detail p:not(:first-child) {
  margin-top: 1em;
}

.rf-message__president {
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  color: #212121;
  margin: 40px auto 0px;
  max-width: 800px;
  position: relative;
}
.rf-message__president::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  box-sizing: border-box;
  content: "";
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.rf-message__president:hover {
  background-color: #F8F9FA;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rf-message__president {
    display: block;
    padding: 20px;
  }
  .rf-message__president::after {
    bottom: 112px;
    margin-top: 0;
    right: 20px;
    top: auto;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-message__president {
    align-items: center;
    display: flex;
    gap: 0px 50px;
    padding: 40px;
  }
  .rf-message__president::after {
    right: 40px;
  }
}
@media (min-width: 1190px) {
  .rf-message__president {
    align-items: center;
    display: flex;
    gap: 0px 50px;
    padding: 40px;
  }
  .rf-message__president::after {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .rf-message__president-portrait img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-message__president-portrait {
    aspect-ratio: 1/1;
    width: 120px;
  }
  .rf-message__president-portrait img {
    aspect-ratio: 1/1;
    width: 100%;
  }
}
@media (min-width: 1190px) {
  .rf-message__president-portrait {
    aspect-ratio: 1/1;
    width: 120px;
  }
  .rf-message__president-portrait img {
    aspect-ratio: 1/1;
    width: 100%;
  }
}
.rf-message__president-portrait img {
  max-width: none;
  object-fit: cover;
}

.rf-message__president-title {
  font-family: jnsYuGothic, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .rf-message__president-title {
    font-size: 16px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-message__president-title {
    font-size: 18px;
  }
}
@media (min-width: 1190px) {
  .rf-message__president-title {
    font-size: 18px;
  }
}

.rf-message__president-person {
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .rf-message__president-person {
    margin-top: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-message__president-person {
    margin-top: 12px;
  }
}
@media (min-width: 1190px) {
  .rf-message__president-person {
    margin-top: 12px;
  }
}
.rf-message__president-person em {
  display: block;
  font-weight: 700;
}
.rf-message__president-person span {
  display: block;
  color: #9E9E9E;
}

.rf-data__inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .rf-data__inner {
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__inner {
    gap: 32px;
  }
}
@media (min-width: 1190px) {
  .rf-data__inner {
    gap: 32px;
  }
}

.rf-data__detail--small, .rf-data__detail--sex-ratio, .rf-data__detail {
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 24px;
}

@media (max-width: 767px) {
  .rf-data__detail {
    flex: 0 0 100%;
    padding: 24px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__detail {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (min-width: 1190px) {
  .rf-data__detail {
    flex: 0 0 calc(50% - 16px);
  }
}
.rf-data__detail--sex-ratio {
  justify-content: center;
}
@media (max-width: 767px) {
  .rf-data__detail--sex-ratio {
    flex: 0 0 100%;
    padding: 24px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__detail--sex-ratio {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (min-width: 1190px) {
  .rf-data__detail--sex-ratio {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .rf-data__detail--small {
    flex: 0 0 calc(50% - 8px);
    padding: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__detail--small {
    flex: 0 0 calc(25% - 24px);
  }
}
@media (min-width: 1190px) {
  .rf-data__detail--small {
    flex: 0 0 calc(25% - 24px);
  }
}

.rf-data__define {
  border-bottom: 2px solid var(--color-text);
  color: var(--color-text);
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.rf-data__number-wrapper--sex-ratio, .rf-data__number-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .rf-data__number-wrapper--sex-ratio, .rf-data__number-wrapper {
    height: 128px;
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  .rf-data__number-wrapper--sex-ratio, .rf-data__number-wrapper {
    height: 34.1333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__number-wrapper--sex-ratio, .rf-data__number-wrapper {
    height: 132px;
  }
}
@media (min-width: 1190px) {
  .rf-data__number-wrapper--sex-ratio, .rf-data__number-wrapper {
    height: 156px;
  }
}

@media (max-width: 767px) {
  .rf-data__number-wrapper {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__number-wrapper {
    margin-top: 12px;
  }
}
@media (min-width: 1190px) {
  .rf-data__number-wrapper {
    margin-top: 12px;
  }
}
.rf-data__number-wrapper--sex-ratio {
  margin-top: 24px;
}

.rf-data__number--club, .rf-data__number--small, .rf-data__number--result, .rf-data__number--manager, .rf-data__number--female, .rf-data__number--male, .rf-data__number--sex-ratio, .rf-data__number {
  color: var(--color-main);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .rf-data__number {
    font-size: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__number {
    font-size: 56px;
  }
}
@media (min-width: 1190px) {
  .rf-data__number {
    font-size: 76px;
  }
}
@media (max-width: 767px) {
  .rf-data__number--sex-ratio {
    font-size: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__number--sex-ratio {
    font-size: 52px;
  }
}
@media (min-width: 1190px) {
  .rf-data__number--sex-ratio {
    font-size: 70px;
  }
}
.rf-data__number--sex-ratio [data-scrollin] {
  display: inline-block;
  transition: all 300ms ease 1800ms;
}
.rf-data__number--sex-ratio [data-scrollin][aria-hidden=true] {
  opacity: 0;
  transform: scale(0.5);
}
@media (max-width: 767px) {
  .rf-data__number--male {
    font-size: 44px;
    padding-top: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__number--male {
    font-size: 44px;
    padding-top: 50px;
  }
}
@media (min-width: 1190px) {
  .rf-data__number--male {
    font-size: 56px;
    padding-top: 50px;
  }
}
.rf-data__number--female {
  color: var(--color-main-pale);
}
@media (max-width: 767px) {
  .rf-data__number--female {
    font-size: 44px;
    padding-top: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__number--female {
    font-size: 44px;
    padding-top: 50px;
  }
}
@media (min-width: 1190px) {
  .rf-data__number--female {
    font-size: 56px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .rf-data__number--manager {
    font-size: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__number--manager {
    font-size: 52px;
  }
}
@media (min-width: 1190px) {
  .rf-data__number--manager {
    font-size: 70px;
  }
}
.rf-data__number--result .rf-data__quantity {
  letter-spacing: -0.02em;
}
.rf-data__number--result .rf-data__quantity small {
  font-size: 60%;
}
@media (max-width: 767px) {
  .rf-data__number--result {
    font-size: 60px;
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__number--result {
    font-size: 80px;
    margin-top: 24px;
  }
}
@media (min-width: 1190px) {
  .rf-data__number--result {
    font-size: 100px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .rf-data__number--small {
    font-size: 40px;
    margin-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__number--small {
    font-size: 56px;
    margin-top: 60px;
  }
}
@media (min-width: 1190px) {
  .rf-data__number--small {
    font-size: 80px;
    margin-top: 20px;
  }
  .rf-data__number--small .rf-data__caption--gender + .rf-data__quantity {
    font-size: 62px;
  }
}
.rf-data__number--small + .rf-data__number--small {
  margin-top: 0;
}
.rf-data__number--small .rf-data__caption--gender + .rf-data__quantity {
  display: inline-block;
  width: 1.5em;
  text-align: right;
}
.rf-data__number--club {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .rf-data__number--club {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__number--club {
    font-size: 56px;
  }
}
@media (min-width: 1190px) {
  .rf-data__number--club {
    font-size: 80px;
  }
}
@media (max-width: 360px) {
  .rf-data__number--club {
    padding-bottom: 19.8px;
  }
}

.rd-data__point {
  font-size: 64%;
}

.rf-data__quantity {
  font-family: "urw-din";
}

.rf-data__unit--club, .rf-data__unit--small, .rf-data__unit--result, .rf-data__unit--percent, .rf-data__unit {
  font-style: normal;
}

.rf-data__unit {
  font-size: 35%;
}
.rf-data__unit--percent {
  font-size: 37.5%;
}
.rf-data__unit--result {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 28%;
}
.rf-data__unit--small {
  font-size: 32%;
  margin-left: -0.5em;
}
.rf-data__unit--club {
  font-size: 25%;
}
.rf-data__unit--club small {
  font-size: 50%;
}
@media (max-width: 360px) {
  .rf-data__unit--club {
    display: block;
    flex: 1 1 100%;
  }
}

.rf-data__over {
  font-size: 75%;
}

.rf-data__figure--foreigner-manager img, .rf-data__figure--manager img, .rf-data__figure--female img, .rf-data__figure--male img, .rf-data__figure--worker img, .rf-data__figure--building img, .rf-data__figure img {
  vertical-align: top;
}

.rf-data__figure--building {
  flex: 0 0 50%;
  margin-bottom: -24px;
  text-align: center;
}
@media (max-width: 767px) {
  .rf-data__figure--building {
    align-items: flex-end;
    display: flex;
  }
  .rf-data__figure--building img {
    width: 145px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__figure--building img {
    width: 171px;
  }
}
.rf-data__figure--worker {
  align-self: center;
  flex: 0 0 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .rf-data__figure--worker img {
    width: 138px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__figure--worker img {
    width: 159px;
  }
}
.rf-data__figure--male {
  order: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .rf-data__figure--male {
    margin-right: -40px;
  }
  .rf-data__figure--male img {
    margin-top: 16px;
    width: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__figure--male img {
    margin-top: 16px;
    width: 54px;
  }
}
@media (min-width: 1190px) {
  .rf-data__figure--male {
    margin-right: -24px;
  }
}
.rf-data__figure--female {
  order: 3;
  text-align: center;
}
@media (max-width: 767px) {
  .rf-data__figure--female {
    margin-left: -40px;
  }
  .rf-data__figure--female img {
    margin-top: 26px;
    width: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__figure--female img {
    margin-top: 24px;
    width: 44px;
  }
}
@media (min-width: 1190px) {
  .rf-data__figure--female {
    margin-left: -24px;
  }
  .rf-data__figure--female img {
    margin-top: 8px;
  }
}
.rf-data__figure--manager {
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .rf-data__figure--manager img {
    width: 34px;
  }
}
@media (max-width: 767px) and (max-width: 390px) {
  .rf-data__figure--manager {
    left: -8px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__figure--manager {
    bottom: -36px;
  }
  .rf-data__figure--manager img {
    width: 43px;
  }
}
@media (min-width: 1190px) {
  .rf-data__figure--manager {
    bottom: -30px;
    left: -16px;
  }
}
.rf-data__figure--foreigner-manager {
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .rf-data__figure--foreigner-manager img {
    width: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__figure--foreigner-manager {
    bottom: -36px;
  }
  .rf-data__figure--foreigner-manager img {
    width: 34px;
  }
}
@media (min-width: 1190px) {
  .rf-data__figure--foreigner-manager {
    bottom: -30px;
    left: -16px;
  }
}
.rf-data__figure--hardware {
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .rf-data__figure--hardware {
    bottom: 56px;
    right: 16px;
  }
  .rf-data__figure--hardware img {
    width: 126px;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .rf-data__figure--hardware img {
    width: 88px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__figure--hardware {
    bottom: 70px;
    right: 24px;
  }
}
@media (min-width: 1190px) {
  .rf-data__figure--hardware {
    bottom: 80px;
    right: 24px;
  }
}
.rf-data__figure--company {
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .rf-data__figure--company {
    bottom: 36px;
    right: 16px;
  }
  .rf-data__figure--company img {
    width: 128px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__figure--company {
    bottom: 24px;
    right: 24px;
  }
  .rf-data__figure--company img {
    width: 150px;
  }
}
@media (min-width: 1190px) {
  .rf-data__figure--company {
    bottom: 40px;
    right: 24px;
  }
}
.rf-data__figure--holiday {
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .rf-data__figure--holiday {
    bottom: 40px;
    right: 16px;
  }
  .rf-data__figure--holiday img {
    width: 190px;
  }
}
@media (max-width: 767px) and (max-width: 340px) {
  .rf-data__figure--holiday img {
    width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__figure--holiday {
    bottom: 24px;
    right: 24px;
  }
}
@media (min-width: 1190px) {
  .rf-data__figure--holiday {
    bottom: 24px;
    right: 24px;
  }
}
.rf-data__figure--commut {
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 24px;
}
@media (max-width: 767px) {
  .rf-data__figure--commut {
    max-width: calc(100% - 80px - 48px);
  }
  .rf-data__figure--commut img {
    width: 171px;
  }
}
.rf-data__figure--overtime {
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 36px;
}
@media (max-width: 767px) {
  .rf-data__figure--overtime {
    right: 8px;
    top: 44px;
  }
  .rf-data__figure--overtime img {
    width: 62px;
  }
}
.rf-data__figure--retire {
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 36px;
}
@media (max-width: 767px) {
  .rf-data__figure--retire {
    right: 16px;
  }
  .rf-data__figure--retire img {
    width: 53px;
  }
}
.rf-data__figure--birth {
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 36px;
}
@media (max-width: 767px) {
  .rf-data__figure--birth {
    right: 16px;
    top: 46px;
  }
  .rf-data__figure--birth img {
    width: 50px;
  }
}
.rf-data__figure--club {
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 36px;
}
@media (max-width: 767px) {
  .rf-data__figure--club {
    right: 16px;
    top: 52px;
  }
  .rf-data__figure--club img {
    width: 54px;
  }
}
.rf-data__note {
  color: #757575;
  font-size: 13px;
  line-height: 1.8;
}
@media (max-width: 360px) {
  .rf-data__note {
    font-size: 11px;
  }
}

.rf-data__profile {
  align-self: center;
  flex: 0 0 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .rf-data__profile dt:not(:first-child) {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__profile dt:not(:first-child) {
    margin-top: 12px;
  }
}
@media (min-width: 1190px) {
  .rf-data__profile dt:not(:first-child) {
    margin-top: 20px;
  }
}

.rf-data__ratio--manager, .rf-data__ratio {
  order: 2;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .rf-data__ratio {
    flex: 1 0 182px;
    max-width: 240px;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .rf-data__ratio {
    flex-basis: 154px;
  }
}
.rf-data__ratio--manager {
  align-self: start;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
}
.rf-data__ratio--manager dt {
  flex: 0 0 100%;
}

.rf-data__caption--manager, .rf-data__caption--gender, .rf-data__caption {
  font-style: normal;
  font-weight: 700;
}

.rf-data__caption {
  border-bottom: 2px solid var(--color-text);
  color: var(--color-text);
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .rf-data__caption {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__caption {
    font-size: 16px;
  }
}
@media (min-width: 1190px) {
  .rf-data__caption {
    font-size: 16px;
  }
}
.rf-data__caption--manager, .rf-data__caption--gender {
  color: var(--color-main);
}
@media (max-width: 767px) {
  .rf-data__caption--manager, .rf-data__caption--gender {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__caption--manager, .rf-data__caption--gender {
    font-size: 14px;
  }
}
@media (min-width: 1190px) {
  .rf-data__caption--manager, .rf-data__caption--gender {
    font-size: 16px;
  }
}

.rf-data__female {
  flex: 0 0 50%;
  position: relative;
}
@media (max-width: 767px) {
  .rf-data__female {
    margin-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__female {
    margin-top: 20px;
  }
}
@media (min-width: 1190px) {
  .rf-data__female {
    margin-top: 20px;
  }
}

.rf-data__result--small, .rf-data__result--commut, .rf-data__result {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .rf-data__result--small dt:not(:first-child), .rf-data__result--commut dt:not(:first-child), .rf-data__result dt:not(:first-child) {
    margin-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__result--small dt:not(:first-child), .rf-data__result--commut dt:not(:first-child), .rf-data__result dt:not(:first-child) {
    margin-top: 52px;
  }
}
@media (min-width: 1190px) {
  .rf-data__result--small dt:not(:first-child), .rf-data__result--commut dt:not(:first-child), .rf-data__result dt:not(:first-child) {
    margin-top: 52px;
  }
}

.rf-data__result--commut {
  flex: 0 0 100%;
}
.rf-data__result--small {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rf-data__commut {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__commut {
    margin-top: 32px;
  }
}
@media (min-width: 1190px) {
  .rf-data__commut {
    margin-top: 32px;
  }
}

.rf-data__transportation {
  display: flex;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
  .rf-data__transportation:not(:first-child) {
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__transportation:not(:first-child) {
    margin-top: 8px;
  }
}
@media (min-width: 1190px) {
  .rf-data__transportation:not(:first-child) {
    margin-top: 8px;
  }
}

.rf-data__train--jr, .rf-data__train {
  background-color: #eeeeee;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  line-height: 1;
}
@media (max-width: 767px) {
  .rf-data__train--jr, .rf-data__train {
    font-size: 10px;
    padding: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__train--jr, .rf-data__train {
    font-size: 13px;
    padding: 5px;
  }
}
@media (min-width: 1190px) {
  .rf-data__train--jr, .rf-data__train {
    font-size: 13px;
    padding: 5px;
  }
}
.rf-data__train--jr p, .rf-data__train p {
  line-height: 1;
}
@media (max-width: 767px) {
  .rf-data__train--jr p, .rf-data__train p {
    font-size: 11px;
  }
}
.rf-data__train--jr p + p, .rf-data__train p + p {
  margin-top: 7px;
}
.rf-data__train--jr strong, .rf-data__train strong {
  background-color: var(--color-main);
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  padding: 2px 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .rf-data__train--jr strong, .rf-data__train strong {
    flex: 0 0 70px;
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__train--jr strong, .rf-data__train strong {
    flex: 0 0 90px;
    width: 90px;
  }
}
@media (min-width: 1190px) {
  .rf-data__train--jr strong, .rf-data__train strong {
    flex: 0 0 90px;
    width: 90px;
  }
}

.rf-data__train {
  flex-direction: column;
  justify-content: center;
}
.rf-data__train p {
  display: flex;
}
.rf-data__train p span {
  display: inline-block;
  padding-left: 0.2em;
}
.rf-data__train strong {
  align-items: center;
  display: flex;
  justify-content: center;
}
.rf-data__train--jr {
  justify-content: space-between;
}
.rf-data__train--jr strong {
  align-items: center;
  display: flex;
  justify-content: center;
}
.rf-data__train--jr p {
  flex: 1 0 auto;
  line-height: 1.3;
  padding-left: 0.2em;
}

.rf-data__walk {
  align-self: flex-end;
  color: var(--color-main);
  flex: 0 0 90px;
  line-height: 1;
  margin-left: 0.5em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .rf-data__walk {
    font-size: 12px;
    flex-basis: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__walk {
    font-size: 14px;
  }
}
@media (min-width: 1190px) {
  .rf-data__walk {
    font-size: 14px;
  }
}
.rf-data__walk em {
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  transition: transform 400ms ease 100ms;
}
@media (max-width: 767px) {
  .rf-data__walk em {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__walk em {
    font-size: 40px;
  }
}
@media (min-width: 1190px) {
  .rf-data__walk em {
    font-size: 50px;
  }
}
.rf-data__transportation:nth-child(1) .rf-data__walk em {
  transition-delay: 100ms;
}
.rf-data__transportation:nth-child(2) .rf-data__walk em {
  transition-delay: 200ms;
}
.rf-data__transportation:nth-child(3) .rf-data__walk em {
  transition-delay: 300ms;
}
.rf-data__transportation:nth-child(4) .rf-data__walk em {
  transition-delay: 400ms;
}
.rf-data__transportation:nth-child(5) .rf-data__walk em {
  transition-delay: 500ms;
}
.rf-data__walk[aria-hidden=true] em {
  transform: translate(0%, 100%);
}

.rf-data__graph {
  bottom: 0px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
}
@media (max-width: 767px) {
  .rf-data__graph {
    height: 128px;
    width: 128px;
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  .rf-data__graph {
    height: 34.1333333333vw;
    width: 34.1333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__graph {
    height: 132px;
    width: 132px;
  }
}
@media (min-width: 1190px) {
  .rf-data__graph {
    height: 156px;
    width: 156px;
  }
}

@media (max-width: 767px) {
  .rf-data__link {
    margin: 24px auto 0px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-data__link {
    margin: 40px auto 0px;
  }
}
@media (min-width: 1190px) {
  .rf-data__link {
    margin: 40px auto 0px;
  }
}

.rf-top__photo {
  display: block;
}
.rf-top__photo img {
  width: 100%;
}

.rf-faq__inner {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-faq__inner {
    background: #ffffff;
    padding: 80px;
  }
}
@media (min-width: 1190px) {
  .rf-faq__inner {
    background: #ffffff;
    padding: 80px;
  }
}
.rf-faq__inner--top {
  margin: 40px auto;
  max-width: 960px;
}
@media (max-width: 767px) {
  .rf-faq__inner--top {
    margin-bottom: 24px;
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-faq__inner--top {
    width: calc(100% - 80px);
  }
}
@media (min-width: 1190px) {
  .rf-faq__inner--top {
    width: calc(100% - 80px);
  }
}

.rf-faq__title {
  text-align: center;
}

.rf-faq__item:not(:first-child) {
  margin-top: 16px;
}
.rf-faq__item summary {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  color: var(--color-text);
  cursor: pointer;
  display: flex;
  font-weight: 700;
  position: relative;
}
.rf-faq__item summary::before {
  display: block;
  background-color: var(--color-main);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2222%22%20viewBox%3D%220%200%2017%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.77344%2017.4453C9.21745%2017.9102%208.47461%2018.1426%207.54492%2018.1426C6.83398%2018.1426%206.22331%2017.9922%205.71289%2017.6914C5.19336%2017.4362%204.77409%2017.1035%204.45508%2016.6934C4.06315%2016.265%203.80339%2015.7044%203.67578%2015.0117C3.52995%2014.319%203.45703%2012.9928%203.45703%2011.0332C3.45703%209.07357%203.52995%207.73828%203.67578%207.02734C3.80339%206.35286%204.06315%205.80143%204.45508%205.37305C4.77409%204.96289%205.19336%204.62109%205.71289%204.34766C6.22331%204.08333%206.83398%203.94206%207.54492%203.92383C8.26497%203.94206%208.88932%204.08333%209.41797%204.34766C9.91927%204.62109%2010.3203%204.96289%2010.6211%205.37305C11.013%205.80143%2011.2819%206.35286%2011.4277%207.02734C11.5645%207.73828%2011.6328%209.07357%2011.6328%2011.0332C11.6328%2013.1387%2011.5371%2014.5286%2011.3457%2015.2031L9.02148%2013.3574L7.23047%2015.4219L9.77344%2017.4453ZM12.248%2019.4277L14.7637%2021.4512L16.5547%2019.373L13.9297%2017.2812C14.2031%2016.8255%2014.3991%2016.1875%2014.5176%2015.3672C14.6087%2014.5469%2014.6543%2013.1022%2014.6543%2011.0332C14.6543%208.7181%2014.5951%207.16862%2014.4766%206.38477C14.349%205.60091%2014.1165%204.96745%2013.7793%204.48438C13.3145%203.5638%2012.5579%202.74349%2011.5098%202.02344C10.4525%201.29427%209.13086%200.920573%207.54492%200.902344C5.97721%200.920573%204.66927%201.29427%203.62109%202.02344C2.55469%202.74349%201.77995%203.5638%201.29688%204.48438C0.996094%204.96745%200.772786%205.60091%200.626953%206.38477C0.490234%207.16862%200.421875%208.7181%200.421875%2011.0332C0.421875%2013.3118%200.490234%2014.8522%200.626953%2015.6543C0.69987%2016.0827%200.791016%2016.4382%200.900391%2016.7207C1.01888%2016.9941%201.15104%2017.2812%201.29688%2017.582C1.77995%2018.5026%202.55469%2019.3138%203.62109%2020.0156C4.66927%2020.7448%205.97721%2021.1276%207.54492%2021.1641C9.50456%2021.1276%2011.0723%2020.5488%2012.248%2019.4277Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") center 50% no-repeat #0071CA;
  border-radius: 50%;
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
}
.rf-faq__item summary:hover {
  color: var(--color-main);
}
.rf-faq__item summary p {
  font-weight: 700;
}
@media (max-width: 767px) {
  .rf-faq__item summary {
    font-size: 14px;
    padding: 8px 36px 8px 8px;
    gap: 8px;
  }
  .rf-faq__item summary::before {
    background-size: 13px;
    flex-basis: 32px;
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-faq__item summary {
    font-size: 15px;
    padding: 16px 48px 16px 16px;
    gap: 16px;
  }
  .rf-faq__item summary::before {
    background-size: 18px;
    flex-basis: 40px;
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 1190px) {
  .rf-faq__item summary {
    font-size: 15px;
    padding: 16px 48px 16px 16px;
    gap: 16px;
  }
  .rf-faq__item summary::before {
    background-size: 18px;
    flex-basis: 40px;
    height: 40px;
    width: 40px;
  }
}

.rf-faq__mark {
  display: block;
  flex: 0 0 12px;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 12px;
}
.rf-faq__mark::before, .rf-faq__mark::after {
  background-color: #000000;
  content: "";
  display: block;
  height: 2px;
  left: 0px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.rf-faq__mark::after {
  transform: rotate(90deg);
}
[open] .rf-faq__mark::after {
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .rf-faq__mark {
    right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-faq__mark {
    right: 24px;
  }
}
@media (min-width: 1190px) {
  .rf-faq__mark {
    right: 24px;
  }
}

.rf-faq__answer {
  position: relative;
}
.rf-faq__answer::before {
  background-color: #F165A8;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2220%22%20viewBox%3D%220%200%2018%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.63281%2012.8633L8.51758%204.1543H8.57227L11.457%2012.8633H5.63281ZM13.8633%2020H17.0488L9.80273%200.0664062H7.27344L0.0273438%2020H3.22656L4.75781%2015.543H12.3184L13.8633%2020Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") center 50% no-repeat #F165A8;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 767px) {
  .rf-faq__answer {
    font-size: 13px;
    min-height: 46px;
    padding: 14px 8px 0px 48px;
  }
  .rf-faq__answer::before {
    background-size: 13px auto;
    height: 32px;
    left: 8px;
    top: 14px;
    width: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1189px) {
  .rf-faq__answer {
    align-items: center;
    display: flex;
    font-size: 14px;
    min-height: 56px;
    padding: 16px 16px 0px 72px;
  }
  .rf-faq__answer::before {
    background-size: 18px auto;
    height: 40px;
    left: 16px;
    top: 16px;
    width: 40px;
  }
}
@media (min-width: 1190px) {
  .rf-faq__answer {
    align-items: center;
    display: flex;
    font-size: 14px;
    min-height: 56px;
    padding: 16px 16px 0px 72px;
  }
  .rf-faq__answer::before {
    height: 40px;
    left: 16px;
    top: 16px;
    width: 40px;
  }
}

.rf-faq__answer__inner {
  display: block;
}

/*# sourceMappingURL=recruit-freshers.css.map */
