/* ------------------------------
- base
------------------------------ */
@media screen and (min-width: 1024px) {

  .visible-md,
  .visible-sm {
    display: none;
  }

  .visible-lg {
    display: inherit;
  }
}

@media screen and (min-width: 750px) and (max-width: 1023px) {

  .visible-lg,
  .visible-sm {
    display: none;
  }

  .visible-md {
    display: inherit;
  }
}

@media screen and (max-width: 749px) {

  .visible-lg,
  .visible-md {
    display: none;
  }

  .visible-sm {
    display: inherit;
  }
}

.bg-gray {
  background: #f0efee;
}

.inline {
  display: inline-block;
}

.ff-en {
  font-family: "Josefin Sans";
}

@media screen and (min-width: 750px) {
  .l-inner-lg {
    width: 90%;
    max-width: 1270px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 749px) {
  .l-inner-lg {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 750px) {
  .l-inner-md {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 749px) {
  .l-inner-md {
    padding: 0 1.5rem;
  }
}

.l-main {
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .l-main {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 750px) {
  .l-column {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 6rem 0 8rem;
  }
}

@media screen and (max-width: 749px) {
  .l-column {
    padding: 2rem 1.5rem 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-content {
    width: 68.18182%;
  }
}

@media screen and (min-width: 1024px) {
  .l-side {
    width: 27.27273%;
  }
}

@media screen and (max-width: 1023px) {
  .l-side {
    border-top: 1px solid #dedede;
    margin-top: 4rem;
    padding-top: 4rem;
  }
}

/* ------------------------------
- common
------------------------------ */
@media screen and (min-width: 750px) {
  html {
    font-size: 10px;
    min-width: 980px;
  }
}

@media screen and (max-width: 749px) {
  html {
    font-size: 2.66666vw;
  }
}

#header_wrap {
  position: relative;
  z-index: 1000;
}

#global_menu {
  border-bottom: none;
}

.page-top a {
  text-decoration: none;
}

.page-top a:hover {
  color: #000;
}

.page-top a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.page-top ul {
  margin: 0;
}

.page-top img {
  width: 100%;
}

.inline {
  display: inline-block;
}

#yrHere {
  display: none;
}

/* ------------------------------
- ft
------------------------------ */
.ft {
  background: #000;
}

.ft a {
  text-decoration: none;
}

.ft a:hover {
  color: #000;
}

.ft a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ft img {
  width: 100%;
}

.ft ul {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .ft__top {
    padding: 6rem 0;
  }
}

@media screen and (max-width: 749px) {
  .ft__top {
    padding: 4rem 0;
  }
}

.ftBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  .ftBnr {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 750px) {
  .ftBnr__list {
    width: 22.5%;
  }

  .ftBnr__list:not(:nth-child(4n)) {
    margin-right: 3.33333%;
  }

  .ftBnr__list:nth-child(n+5) {
    /*margin-top: 1rem;*/
    margin-top: 2rem;
  }
}

@media screen and (max-width: 749px) {
  .ftBnr__list {
    width: 48.5%;
  }

  .ftBnr__list:nth-child(n+3) {
    margin-top: 2rem;
  }
}

.ftBnr__anc {
  text-decoration: none;
}

.ft .scale__item {
  border-radius: 10px;
  overflow: hidden;
}

.ft .scale:hover {
  text-decoration: none;
}

@media screen and (min-width: 750px) {
  .ft .scale:hover .scale__item {
    border-radius: 10px;
    overflow: hidden;
  }
}

.ftBnr__img {
  border-radius: 10px;
  overflow: hidden;
}

.ftBnr__text {
  margin-top: 1rem;
  color: #fff;
}

@media screen and (min-width: 750px) {
  .ftBnr__text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 749px) {
  .ftBnr__text {
    font-size: 1.1rem;
  }
}

.ftBnr__text.-newwindow::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img2021/common/icon_newwindow-gray.svg) no-repeat center/contain;
  margin-left: 1rem;
}

.ft__btm {
  border-top: 1px solid #2a2929;
}

@media screen and (min-width: 750px) {
  .ft__btm {
    padding: 4rem 4rem;
  }
}

@media screen and (max-width: 749px) {
  .ft__btm {
    padding: 4rem 4rem;
  }
}

.ftNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 750px) {
  .ftNav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ft .ftNav {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 749px) {
  .ftNav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ft .ftNav {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 750px) {
  .ftNav__link {
    padding: 0 3rem;
    line-height: 1;
  }

  .ftNav__link+.ftNav__link {
    border-left: 1px solid #787878;
  }
}

@media screen and (max-width: 749px) {
  .ftNav__link {
    width: 48.5%;
    margin-top: 1rem;
  }
}

.ftNav__anc {
  color: #787878;
}

@media screen and (min-width: 750px) {
  .ftNav__anc {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 749px) {
  .ftNav__anc {
    font-size: 1.1rem;
  }
}

.copy {
  font-size: 1.2rem;
  color: #787878;
}

@media screen and (max-width: 749px) {
  .copy {
    text-align: center;
  }
}

/* ------------------------------
- btn
------------------------------ */
.scale__item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  -webkit-transform: scale(1) translateY(0%);
  transform: scale(1) translateY(0%);
}

.scale__item::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  background: #000;
}

.scale:hover .scale__item {
  -webkit-transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
  transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
  border-radius: 0 0 15px 0;
}

.scale:hover .scale__item.-lg {
  -webkit-transform: scale(0.68) translateY(7%);
  transform: scale(0.68) translateY(7%);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.scale:hover .scale__item.-md {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.scale:hover .scale__item::before {
  opacity: 0.15;
  border-radius: 0 0 15px 0;
  -webkit-transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
  transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
}

/* ------------------------------
- btn
------------------------------ */
.btn-a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 3rem;
  background: #fff;
}

@media screen and (min-width: 750px) {
  .btn-a {
    min-width: 24rem;
    min-height: 6rem;
    font-size: 1.6rem;
    padding: 1.3rem 2rem;
    -webkit-transition: background-color 0.1s 0.15s cubic-bezier(0.23, 1, 0.58, 1);
    transition: background-color 0.1s 0.15s cubic-bezier(0.23, 1, 0.58, 1);
  }

  .btn-a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #000;
    z-index: -1;
    border-radius: 5rem;
  }

  .btn-a:hover {
    -webkit-transition: background-color 0s;
    transition: background-color 0s;
    background-color: #fff;
    color: #fff !important;
  }

  .btn-a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@media screen and (max-width: 749px) {
  .btn-a {
    min-width: 20rem;
    min-height: 4.5rem;
    font-size: 3.33333vw;
    padding: 1.3rem 2rem;
  }
}

.btn-a::before {
  content: '';
  display: block;
  left: 1rem;
  width: 1.6em;
  height: 1.6em;
  margin-right: 0.5rem;
  background: url(../img2021/common/arrow-right.svg) no-repeat center/contain;
}

.btn-a .ff-en {
  padding-top: 0.2em;
}

/* ------------------------------
- hero
------------------------------ */
.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .hero {
    height: calc(100vh - 240px);
  }
}

@media screen and (max-width: 749px) {
  .hero {
    height: calc(100vh - 60px);
  }
}

.heroSlider {
  position: relative;
  width: 100%;
  height: 100%;
}

.heroSlider__item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  background-size: cover;
  background-position: 50%;
}

.heroSlider__item.is-current {
  opacity: 1;
}

/* prtimes company 1 --*/
@media screen and (min-width: 750px) {
  .heroSlider__item:nth-child(1) {
    background-image: url(../img2021/top/hero05_pc.png);
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__item:nth-child(1) {
    background-image: url(../img2021/top/hero05_sp.png);
  }
}

/* ALL 顔認証 --*/
@media screen and (min-width: 750px) {
  .heroSlider__item:nth-child(2) {
    background-image: url(../img2021/top/hero01_pc.jpg);
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__item:nth-child(2) {
    background-image: url(../img2021/top/hero01_sp.jpg);
  }
}

/* company 2 --*/
/* @media screen and (min-width: 750px) {
  .heroSlider__item:nth-child(5) {
    background-image: url(../img2021/top/hero02_pc.jpg);
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__item:nth-child(5) {
    background-image: url(../img2021/top/hero02_sp.jpg);
  }
} */

/* 不動産投資 --*/
@media screen and (min-width: 750px) {
  .heroSlider__item:nth-child(3) {
    background-image: url(../img2021/top/hero03_pc.jpg);
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__item:nth-child(3) {
    background-image: url(../img2021/top/hero03_sp.jpg);
  }
}

/* recruit --*/
@media screen and (min-width: 750px) {
  .heroSlider__item:nth-child(4) {
    background-image: url(../img2021/top/hero04_pc.jpg);
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__item:nth-child(4) {
    background-image: url(../img2021/top/hero04_sp.jpg);
  }
}



/* ▽▽　20250805 修正追加　▽▽*/

/* .heroSlider__item::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 25, 25, 0)), color-stop(8%, rgba(27, 25, 25, 0.02)), color-stop(30%, rgba(27, 25, 25, 0.18)), color-stop(53%, rgba(27, 25, 25, 0.3)), to(rgba(27, 25, 25, 0.3)));
  background: linear-gradient(to bottom, rgba(27, 25, 25, 0) 0%, rgba(27, 25, 25, 0.02) 8%, rgba(27, 25, 25, 0.18) 30%, rgba(27, 25, 25, 0.3) 53%, rgba(27, 25, 25, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001b1919', endColorstr='#4d1b1919', GradientType=0);
}

@media screen and (min-width: 750px) {
  .heroSlider__item::after {
    height: 350px;
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__item::after {
    height: 72vw;
  }
} */

.heroSlider__item::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 25, 25, 0)), color-stop(8%, rgba(27, 25, 25, 0.02)), color-stop(30%, rgba(27, 25, 25, 0.18)), color-stop(53%, rgba(27, 25, 25, 0.3)), to(rgba(27, 25, 25, 0.3)));
  background: linear-gradient(to bottom, rgba(27, 25, 25, 0) 0%, rgba(27, 25, 25, 0.02) 8%, rgba(27, 25, 25, 0.18) 30%, rgba(27, 25, 25, 0.3) 53%, rgba(27, 25, 25, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001b1919', endColorstr='#4d1b1919', GradientType=0);
}

@media screen and (min-width: 750px) {
  .heroSlider__item::before {
    height: 350px;
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__item::before {
    height: 72vw;
  }
}

.heroSlider__item::after {
  content: "";
  display: block;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* △△　20250805 修正追加　△△*/


.heroSlider__img__caption {
  position: absolute;
  color: #fff;
  line-height: 1.5385;
  z-index: 2;
}

@media screen and (min-width: 750px) {
  .heroSlider__img__caption {
    font-size: 13px;
    bottom: 30px;
    right: 100px;
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__img__caption {
    font-size: 2.66667vw;
    bottom: 13.33333vw;
    right: 6.66667vw;
  }
}

.heroSlider__desc {
  position: absolute;
  z-index: 3;
}

@media screen and (min-width: 750px) {
  .heroSlider__desc {
    bottom: 90px;
    left: 200px;
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__desc {
    padding: 0 4vw;
    bottom: 20vw;
    left: 0;
  }
}

.heroSlider__heading {
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .heroSlider__heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__heading {
    font-size: 5.6vw;
  }
}

.heroSlider__txt {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 750px) {
  .heroSlider__txt {
    margin-top: 16px;
    font-size: 20px;
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__txt {
    margin-top: 4vw;
    font-size: 3.73333vw;
  }
}

.heroSlider__txt.-withIcon {
  position: relative;
}

@media screen and (min-width: 750px) {
  .heroSlider__txt.-withIcon {
    padding-left: 57px;
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__txt.-withIcon {
    padding-left: 13.33333vw;
  }
}

.heroSlider__txt__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 750px) {
  .heroSlider__txt__icon {
    width: 34px;
  }
}

@media screen and (max-width: 749px) {
  .heroSlider__txt__icon {
    width: 7.2vw;
    left: 2vw;
  }
}

.heroSliderController {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .heroSliderController {
    bottom: 40px;
    left: 200px;
  }
}

@media screen and (max-width: 749px) {
  .heroSliderController {
    bottom: 7.73333vw;
    left: 4vw;
  }
}

.heroSliderController__icon {
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  .heroSliderController__icon {
    width: 12px;
  }
}

@media screen and (max-width: 749px) {
  .heroSliderController__icon {
    width: 3.33333vw;
  }
}

.heroSliderController__icon img {
  width: 100%;
}

.heroSliderController__icon__pause,
.heroSliderController__icon__play {
  display: none;
}

.heroSliderController__icon__pause.is-active,
.heroSliderController__icon__play.is-active {
  display: block;
}

.heroSliderController__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 750px) {
  .heroSliderController__progress {
    margin-left: 30px;
  }
}

@media screen and (max-width: 749px) {
  .heroSliderController__progress {
    margin-left: 8vw;
  }
}

.heroSliderController__progress__line {
  height: 3px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  .heroSliderController__progress__line {
    margin-right: 12px;
    width: 81px;
  }
}

@media screen and (max-width: 749px) {
  .heroSliderController__progress__line {
    margin-right: 3.2vw;
    /* -- 4item width--- */
    width: 13.86667vw;
    /* -- 5item width---
    width: 12.86667vw;*/
  }
}

.heroSliderController__progress__line--mask {
  background-color: #ccc;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.heroSliderController__progress__dot {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .heroSliderController__progress__dot {
    right: -12px;
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 749px) {
  .heroSliderController__progress__dot {
    right: -3.2vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}

.heroSliderController__progress__dot svg {
  width: 100%;
  height: 100%;
}

.heroSliderController__progress__dot svg .fillPath {
  fill: #fff;
}

.heroScrollIcon {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

@media screen and (min-width: 750px) {
  .heroScrollIcon {
    right: 50px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 749px) {
  .heroScrollIcon {
    display: none;
  }
}

.heroScrollIcon .heroScrollIcon__txt {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 750px) {
  .heroScrollIcon .heroScrollIcon__txt {
    font-size: 15px;
  }
}

.heroScrollIcon::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 6px;
  -webkit-animation: scrollLine 1.8s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scrollLine 1.8s cubic-bezier(1, 0, 0, 1) infinite;
}

.heroAnimMask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  visibility: hidden;
}

.heroAnimMask span {
  width: 100%;
  height: 50%;
  background-color: #ea5429;
  position: absolute;
  z-index: 3;
  left: 0;
  visibility: hidden;
}

.heroAnimMask span:nth-child(1) {
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.heroAnimMask span:nth-child(2) {
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

@keyframes scrollLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

.heroVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 750px) {
  .heroVideo .sp {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .heroVideo .pc {
    display: none;
  }

  .heroVideo .sp {
    display: block;
  }
}

/* ------------------------------
- heroNav
------------------------------ */
@media screen and (min-width: 750px) {
  .heroNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 750px) {
  .heroNav__item {
    width: 25%;
  }

  .heroNav__item+.heroNav__item {
    border-left: 1px solid #f0efee;
  }
}

@media screen and (min-width: 750px) {
  .heroNav__item.-assetlp {
    background: url(../img2021/top/nav_bg_assetlp.jpg) no-repeat center/cover;
  }
}

@media screen and (min-width: 750px) {
  .heroNav__item.-rimple {
    background: url(../img2021/top/nav_bg_rimple.jpg) no-repeat center/cover;
  }
}

@media screen and (min-width: 750px) {
  .heroNav__item.-freeid {
    background: url(../img2021/top/nav_bg_freeid.jpg) no-repeat center/cover;
  }
}

@media screen and (min-width: 750px) {
  .heroNav__item.-ir {
    background: url(../img2021/top/nav_bg_ir.jpg) no-repeat center/cover;
  }
}

.heroNav__anc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .heroNav__anc {
    height: 15rem;
    padding: 1rem 4rem;
    font-size: 1.8rem;
    -webkit-transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
    transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
  }
}

@media screen and (max-width: 749px) {
  .heroNav__anc {
    height: 25.33333vw;
    font-size: 3.73333vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #dedede;
  }
}

.heroNav__anc .inner {
  position: relative;
  z-index: 10;
}

.heroNav__anc::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  -webkit-transform: scale(1) translateY(0%);
  transform: scale(1) translateY(0%);
}

.heroNav__anc::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 1.4em;
  height: 1.4em;
  background: url(../img2021/common/arrow-right.svg);
  z-index: 15;
  margin-top: -.7em;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
}

@media screen and (min-width: 750px) {
  .heroNav__anc:hover {
    padding: 1rem 6rem;
    color: #000 !important;
  }

  .heroNav__anc:hover::before {
    width: 86%;
    height: 74%;
    top: 13%;
    left: 7%;
    -webkit-transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
    transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
    opacity: .9;
    border-radius: 0 0 10px 0;
  }

  .heroNav__anc:hover::after {
    right: 50px;
  }
}

/* ------------------------------
- sec
------------------------------ */
@media screen and (min-width: 750px) {
  .sec {
    padding: 8rem 0;
  }
}

@media screen and (max-width: 749px) {
  .sec {
    padding: 4rem 0;
  }
}

.sec__heading {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .sec__heading {
    padding-bottom: 5rem;
    font-size: 52px;
  }
}

@media screen and (max-width: 749px) {
  .sec__heading {
    padding-bottom: 3rem;
    font-size: 8.53333vw;
  }
}

.sec__heading .en {
  font-family: "Josefin Sans";
  line-height: 1;
}

.sec__heading .ja {
  display: block;
  color: #787878;
}

@media screen and (min-width: 750px) {
  .sec__heading .ja {
    font-size: 0.34615em;
  }
}

@media screen and (max-width: 749px) {
  .sec__heading .ja {
    font-size: 0.40625em;
  }
}

/* ------------------------------
- news
------------------------------ */
.news {
  background: #f0efee;
}

.newsTab {
  font-family: "Josefin Sans";
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 750px) {
  .newsTab {
    margin-bottom: 2rem;
  }
}

.newsTab__bg {
  display: block;
  position: absolute;
  top: 0;
  /*width: 25%;*/
  width: 50%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
  transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
}

.newsTab__list {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.newsTab__item {
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*width: 25%;*/
  width: 50%;
  text-align: center;
}

.newsTab__item.is-current {
  color: #fff;
}

.newsTab__item+.newsTab__item:not(.is-active)::before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  width: 1px;
  height: 40%;
  background: #f0efee;
}

@media screen and (min-width: 750px) {
  .newsTab__item {
    padding: 1.5rem 1rem;
    cursor: pointer;
    font-size: 1.5rem;
    -webkit-transition: background-color 0.1s 0.15s cubic-bezier(0.23, 1, 0.58, 1);
    transition: background-color 0.1s 0.15s cubic-bezier(0.23, 1, 0.58, 1);
  }

  .newsTab__item:hover {
    color: #fff;
  }

  .newsTab__item:hover::before {
    background: #787878;
  }
}

@media screen and (max-width: 749px) {
  .newsTab__item {
    padding: 1.8rem 0rem;
    font-size: 1rem;
  }
}

.newsTab__item:nth-child(1).is-current~.newsTab__bg {
  left: 0%;
}

.newsTab__item:nth-child(2).is-current~.newsTab__bg {
  /*left: 25%;*/
  left: 50%;
}

.newsTab__item:nth-child(3).is-current~.newsTab__bg {
  left: 50%;
}

.newsTab__item:nth-child(4).is-current~.newsTab__bg {
  left: 75%;
}

.newsTab__item:nth-child(1):hover~.newsTab__bg {
  left: 0%;
}

.newsTab__item:nth-child(2):hover~.newsTab__bg {
  /*left: 25%;*/
  left: 50%;
}

.newsTab__item:nth-child(3):hover~.newsTab__bg {
  left: 50%;
}

.newsTab__item:nth-child(4):hover~.newsTab__bg {
  left: 75%;
}

@media screen and (min-width: 750px) {
  .is-hover .newsTab__item:not(:hover) {
    color: #000;
  }
}

.newsContent__item:not(.is-show) {
  display: none;
}

.newsList__item {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #dedede;
}

@media screen and (min-width: 750px) {
  .newsList__item {
    padding: 3rem 2rem;
  }
}

@media screen and (max-width: 749px) {
  .newsList__item {
    padding: 3rem 0;
  }
}

@media screen and (min-width: 750px) {
  .newsList__item::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0%;
    -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.4s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.4s cubic-bezier(0.23, 1, 0.58, 1);
    background: rgba(255, 255, 255, 0.4);
  }
}

@media screen and (min-width: 750px) {
  .newsList__item:hover::after {
    opacity: 1;
    width: 100%;
  }

  .newsList__item:hover .newsList__text {
    color: #787878;
  }
}

.newsList__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.newsList__date {
  margin-right: 2rem;
  color: #787878;
  font-family: "Josefin Sans";
  font-size: 1.5rem;
  line-height: 1;
}

@media screen and (max-width: 749px) {

  /* add 20220706  */
  li.newsContent__item .newsList__date:first-child {
    margin-top: 15px;
  }
}

.newsList__date+.newsList__cate {
  margin-top: 0;
}

.newsList__cate {
  padding: 0.1em 1em;
  border-radius: 2em;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (min-width: 750px) {
  .newsList__text {
    -webkit-transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
    transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 749px) {
  .newsList__text {
    font-size: 1.4rem;
  }
}

.news__btn {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .news__btn {
    padding-top: 6rem;
  }
}

@media screen and (max-width: 749px) {
  .news__btn {
    padding-top: 4rem;
  }
}

/* ------------------------------
- services
------------------------------ */
@media screen and (min-width: 750px) {
  .services {
    background: url(../img2021/top/services_bg.jpg) no-repeat center/cover;
  }
}

@media screen and (max-width: 749px) {
  .services {
    background: url(../img2021/top/services_bg_sp.jpg) no-repeat center top/cover;
  }
}

.services .sec__heading {
  color: #fff;
}

.services .sec__heading .ja {
  color: #fff;
}

@media screen and (min-width: 750px) {
  .services__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    justify-content: center;
  }
}

@media screen and (min-width: 750px) {
  .servicesBlock {
    /*width: 48.4252%;*/
    width: 80%;
    background: #fff;
    border-radius: 0 0 15px 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 749px) {
  .servicesBlock+.servicesBlock {
    margin-top: 4rem;
  }
}

.servicesBlock__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .servicesBlock__head {
    height: 23rem;
    padding: 2rem;
  }
}

@media screen and (max-width: 749px) {
  .servicesBlock__head {
    height: 38.66667vw;
  }
}

@media screen and (min-width: 750px) {
  .-property .servicesBlock__head {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img2021/top/services_img01.jpg) no-repeat center/cover;
  }
}

@media screen and (max-width: 749px) {
  .-property .servicesBlock__head {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img2021/top/services_img01_sp.jpg) no-repeat center/cover;
  }
}

@media screen and (min-width: 750px) {
  .-technology .servicesBlock__head {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img2021/top/services_img02.jpg) no-repeat center/cover;
  }
}

@media screen and (max-width: 749px) {
  .-technology .servicesBlock__head {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../img2021/top/services_img02_sp.jpg) no-repeat center/cover;
  }
}

.servicesBlock__heading {
  font-family: "Josefin Sans";
}

@media screen and (min-width: 750px) {
  .servicesBlock__heading {
    font-size: 4rem;
  }
}

@media screen and (max-width: 749px) {
  .servicesBlock__heading {
    font-size: 6.4vw;
  }
}

@media screen and (min-width: 750px) {
  .servicesBlock__lead {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 749px) {
  .servicesBlock__lead {
    font-size: 3.46667vw;
  }
}

@media screen and (min-width: 750px) {
  .servicesBlock__foot {
    padding: 2.5rem 4rem;
  }
}

@media screen and (max-width: 749px) {
  .servicesBlock__foot {
    background: #f0efee;
    padding: 1rem 2rem;
    border-radius: 0 0 15px 0;
  }
}

.servicesBlock__item {
  position: relative;
  z-index: 10;
}

.servicesBlock__item+.servicesBlock__item {
  border-top: 1px solid #dedede;
}

@media screen and (min-width: 750px) {
  .servicesBlock__item::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0%;
    -webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.4s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.4s cubic-bezier(0.23, 1, 0.58, 1);
    background: #f0efee;
  }
}

@media screen and (min-width: 750px) {
  .servicesBlock__item:hover::after {
    opacity: 1;
    width: 100%;
  }
}

.servicesBlock__anc {
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .servicesBlock__anc {
    font-size: 1.6rem;
    padding: 2.5rem 2.5rem 2.5rem 4rem;
  }
}

@media screen and (max-width: 749px) {
  .servicesBlock__anc {
    font-size: 3.46667vw;
    padding: 1.5rem 2.5rem 1.5rem 4rem;
  }
}

.servicesBlock__anc::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1.6em;
  height: 1.6em;
  background: url(../img2021/common/arrow-right.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.servicesBlock__anc:hover {
  color: #787878 !important;
}

@media screen and (min-width: 750px) {
  .servicesBlock__anc:hover::after {
    opacity: 1;
    width: 100%;
  }
}

.servicesBlock__anc .newwindow {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img2021/common/icon_newwindow-orange.svg) no-repeat center/contain;
  margin-left: 1rem;
}

/* ------------------------------
- corporate
------------------------------ */
.corporate {
  background: #f0efee;
}

.corporateVision {
  position: relative;
  background: #fff;
}

@media screen and (min-width: 750px) {
  .corporateVision {
    min-height: 33rem;
    margin-bottom: 4rem;
    padding: 5rem 8rem;
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
  }
}

@media screen and (max-width: 749px) {
  .corporateVision {
    padding: 3rem;
  }
}

.corporateVision__heading {
  position: relative;
  padding-left: 1em;
  font-family: "Josefin Sans";
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .corporateVision__txtwrap {
    width: 43%;
  }

  .corporateVision__heading {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }

}

@media screen and (max-width: 749px) {
  .corporateVision__heading {
    margin-bottom: 2rem;
    font-size: 5.73333vw;
  }
}

.corporateVision__heading::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: .5em;
  height: 1px;
  background: #dd7350;
}

@media screen and (min-width: 750px) {
  .corporateVision__lead {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 749px) {
  .corporateVision__lead {
    font-size: 1.4rem;
  }
}

.corporateVision__imgwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.corporateVision__imgwrap img {
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 750px) {
  .corporateVision__imgwrap {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 53%;
  }
}

@media screen and (max-width: 749px) {
  .corporateVision__imgwrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    top: 3rem;
    margin: 0 -3rem 0;
  }

}

@media screen and (min-width: 750px) {
  .corporateVision__img {
    width: 271px;
  }
}

@media screen and (max-width: 749px) {
  .corporateVision__img {
    /* width: 51.73333vw; */
    margin: 0 -3rem;
  }
}

.corporateVision__name {
  color: #787878;
  white-space: nowrap;
}

@media screen and (min-width: 750px) {
  .corporateVision__name {
    margin: 0 0 2rem 1rem;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 749px) {
  .corporateVision__name {
    margin: 0 0 2rem .5rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .corporateList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.corporateList__item {
  position: relative;
  z-index: 10;
  display: block;
}

@media screen and (min-width: 750px) {
  .corporateList__item {
    width: 31%;
  }
}

@media screen and (max-width: 749px) {
  .corporateList__item {
    margin-top: 2rem;
  }
}

.corporateList__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0 0 15px 0;
  -webkit-box-shadow: 0 0 30px #ddd;
  box-shadow: 0 0 30px #ddd;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  z-index: -1;
}

@media screen and (min-width: 750px) {
  .corporateList__item:hover::before {
    -webkit-transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
    transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .corporateList__item:hover .corporateList__text {
    color: #dd7350;
  }
}

@media screen and (max-width: 749px) {
  .corporateList__anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 749px) {
  .corporateList__img {
    width: 37.68116%;
  }
}

.corporateList__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .corporateList__text {
    padding: 3rem;
    font-size: 1.8rem;
    -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.58, 1);
    transition: color 0.25s cubic-bezier(0.23, 1, 0.58, 1);
  }
}

@media screen and (max-width: 749px) {
  .corporateList__text {
    padding: 2.5rem;
    font-size: 1.5rem;
  }
}

.corporateList__text::before {
  content: '';
  display: block;
  left: 1rem;
  width: 1.6em;
  height: 1.6em;
  background: url(../img2021/common/arrow-right.svg) no-repeat center/contain;
}

@media screen and (min-width: 750px) {
  .corporate__btn {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 749px) {
  .corporate__btn {
    text-align: center;
    margin-top: 2rem;
  }
}

/* ------------------------------
- pickup
------------------------------ */
@media screen and (min-width: 750px) {
  .pickupList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 750px) {
  .pickupList__item {
    width: 19%;
  }

  .pickupList__item:hover .pickupList__title {
    color: #dd7350;
  }
}

@media screen and (max-width: 749px) {
  .pickupList__item+.pickupList__item {
    margin-top: 3rem;
  }
}

.pickupList__img {
  margin-bottom: 1rem;
  border-radius: 0 0 15px 0;
}

.pickupList__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (min-width: 750px) {
  .pickupList__title {
    font-size: 1.8rem;
    -webkit-transition: color 0.25s cubic-bezier(0.23, 1, 0.58, 1);
    transition: color 0.25s cubic-bezier(0.23, 1, 0.58, 1);
  }
}

@media screen and (max-width: 749px) {
  .pickupList__title {
    font-size: 1.5rem;
  }
}

.pickupList__title::before {
  content: '';
  display: block;
  left: 1rem;
  width: 1.6em;
  height: 1.6em;
  background: url(../img2021/common/arrow-right.svg) no-repeat center/contain;
}

.pickupList__text {
  font-size: 1.4rem;
  color: #787878;
}

/* ------------------------------
- footerNav
------------------------------ */
.footerNav {
  border-bottom: 1px solid #f0efee;
}

.footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footerNav__item {
  /*background: #f0efee;*/
}

@media screen and (min-width: 750px) {
  .footerNav__item {
    width: 33.33333333%;
  }

  .footerNav__item:nth-child(n+4) {
    border-top: 1px solid #fff;
  }

  .footerNav__item:not(:nth-child(3n)) {
    /*border-right: 1px solid #fff;*/
    border-right: 1px solid #f0efee;
  }
}

@media screen and (max-width: 749px) {
  .footerNav__item {
    width: 50%;
  }

  .footerNav__item:nth-child(n+3) {
    /*border-top: 1px solid #fff;*/
    border-top: 1px solid #f0efee;
  }

  .footerNav__item:not(:nth-child(2n)) {
    /*border-top: 1px solid #fff;*/
    border-top: 1px solid #f0efee;
  }
}

.footerNav__anc {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .footerNav__anc {
    height: 24rem;
    padding: 9.5rem 7rem 9.5rem 5rem;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 749px) {
  .footerNav__anc {
    height: 12rem;
    padding: 4.5rem 0rem 4.5rem 2rem;
    font-size: 4.8vw;
  }
}

.footerNav__anc .en {
  display: block;
  font-family: "Josefin Sans";
  line-height: 1;
}

.footerNav__anc .ja {
  display: block;
  color: #787878;
  font-size: 0.46429em;
}

.footerNav__anc::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #000;
  z-index: -1;
}

.footerNav__anc::after {
  position: absolute;
  content: '';
  display: block;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background: url(../img2021/common/arrow-right.svg) no-repeat center/contain;
}

.footerNav__anc:hover {
  -webkit-transition: background-color 0s;
  transition: background-color 0s;
  color: #fff !important;
}

.footerNav__anc:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}