@charset "UTF-8";
/* =========================================================
home
========================================================= */
body.page-home .main-cont {
  padding-bottom: 0;
}

@media (769px <= width) {
  body.page-home .c-hd {
    position: absolute;
  }
}
@media (769px <= width) {
  body.page-home .c-hd__item > *, body.page-home .c-hd__btn button::before {
    color: #fff;
  }
}
body.page-home .c-hd__sublist {
  color: #000;
}

body.page-home .c-hd__wrap {
  background: none;
  transition: background 0.2s ease;
}

@media (769px <= width) {
  body.page-home .c-hd__item button::before, body.page-home .c-hd__item button::after, body.page-home .c-hd__ig a, body.page-home .c-hd__btn span {
    background: #fff;
  }
}
@media (769px <= width) {
  body.page-home .c-hd:has(.c-hd__btn button.is-open) .c-hd__btn button::before {
    color: #000;
  }
}
@media (769px <= width) {
  body.page-home .c-hd:has(.c-hd__btn button.is-open) .c-hd__btn span {
    background: #000;
  }
}
@media (769px <= width) {
  body.page-home .c-hd.is-reset {
    position: fixed;
    transform: translateY(-100%);
    animation: hd 0.3s linear forwards;
  }
}
@media (769px <= width) {
  body.page-home .c-hd.is-reset .c-hd__item > *,
body.page-home .c-hd.is-reset .c-hd__btn button::before {
    color: #000;
  }
}
body.page-home .c-hd.is-reset .c-hd__wrap {
  background: #fff;
}

@media (769px <= width) {
  body.page-home .c-hd.is-reset .c-hd__item button::before,
body.page-home .c-hd.is-reset .c-hd__item button::after,
body.page-home .c-hd.is-reset .c-hd__ig a,
body.page-home .c-hd.is-reset .c-hd__btn span {
    background: #000;
  }
}
@keyframes hd {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
[class*=home-deco] {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

/*------------------------------------------
telop
------------------------------------------*/
.telop {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.5);
  line-height: 1;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 10;
}

@media (width <= 768px) {
  .telop {
    width: 100vw;
    height: 34px;
    padding: 0 14px;
    font-size: 11px;
    left: 0;
    top: 48px;
    gap: 20px;
  }
}
@media (769px <= width) {
  .telop {
    width: 457px;
    height: 55px;
    padding: 0 30px;
    border-radius: 10px;
    font-size: 13px;
    left: 10px;
    bottom: 10px;
    gap: 24px;
  }
}
.telop__hd {
  white-space: nowrap;
}

.telop__txt {
  flex: 1;
  overflow: hidden;
}

.telop__txt a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.telop__txt.new a::before {
  content: "NEW";
  display: inline;
  margin-right: 1em;
  font-family: "Lato", sans-serif;
  color: #2187FF;
}

/*------------------------------------------
MV
------------------------------------------*/
.home-mv {
  position: relative;
}

.home-mv__video {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

@media (width <= 768px) {
  .home-mv__video {
    height: calc(100vh - 48px);
  }
}
@media (769px <= width) {
  .home-mv__video {
    height: 100vh;
    height: 100lvh;
  }
}
.home-mv__video iframe {
  width: 100vw;
  height: 56.25vw;
  /* 100 * 9/16 */
  min-width: 177.78vh;
  /* 100 * 16/9 */
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-mv__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width <= 768px) {
  .home-mv__txt {
    width: 67.2vw;
  }
}
@media (769px <= width) {
  .home-mv__txt {
    width: 29.06vw;
  }
}
/*------------------------------------------
ウィズリアルティとは
------------------------------------------*/
.home-about {
  position: relative;
}

@media (width <= 768px) {
  .home-about {
    padding-top: 85px;
    padding-bottom: 102.66vw;
  }
}
@media (769px <= width) {
  .home-about {
    padding-top: 18.88vw;
    padding-bottom: 12.88vw;
  }
}
.home-about::before {
  content: "";
  background: url(../images/common/bg01.avif) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (width <= 768px) {
  .home-about::before {
    width: calc(100% - 11.1%);
    height: calc(100% - 173px);
  }
}
@media (769px <= width) {
  .home-about::before {
    width: calc(100% - 8.35vw);
    height: calc(100% - 172px);
  }
}
.home-about__band {
  width: 100%;
  background: url(../images/home/bg_band01.png) repeat-x 0 0/auto 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (width <= 768px) {
  .home-about__band {
    height: 50px;
    top: -10px;
    animation: about-sp 60s linear infinite;
  }
}
@media (769px <= width) {
  .home-about__band {
    height: 114px;
    top: -15px;
    animation: about-pc 60s linear infinite;
  }
}
@media (width <= 768px) {
  .home-about .c-sec01__in {
    padding: 0 12.5%;
  }
}
@media (769px <= width) {
  .home-about .c-sec01__in {
    padding: 0 37.5% 0 25%;
  }
}
.home-about__ttl {
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 500;
}

@media (width <= 768px) {
  .home-about__ttl {
    font-size: 14px;
  }
}
@media (769px <= width) {
  .home-about__ttl {
    font-size: 21px;
  }
}
.home-about__txt01 {
  line-height: 1.5;
  letter-spacing: 0.12em;
}

@media (width <= 768px) {
  .home-about__txt01 {
    margin: 30px auto 0;
    font-size: 13px;
    line-height: 2.15;
  }
}
@media (769px <= width) {
  .home-about__txt01 {
    margin: 80px auto 0;
    font-size: 15px;
    line-height: 2.26;
  }
}
.home-about__img01 {
  position: absolute;
}

@media (width <= 768px) {
  .home-about__img01 {
    width: 31.73vw;
    bottom: 198px;
    right: -36px;
  }
}
@media (769px <= width) {
  .home-about__img01 {
    width: 18.37vw;
    bottom: 86px;
    left: 0;
  }
}
.home-about__img02 {
  position: absolute;
}

@media (width <= 768px) {
  .home-about__img02 {
    width: 66.66vw;
    left: 0;
    bottom: 34px;
  }
}
@media (769px <= width) {
  .home-about__img02 {
    width: 28.91vw;
    top: 50%;
    transform: translateY(-50%);
    right: 5.56vw;
  }
}
@keyframes about-sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -524px;
  }
}
@keyframes about-pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1199px;
  }
}
@media (width <= 768px) {
  .home-about .home-deco01 {
    aspect-ratio: 656/732;
    background: url(../images/home/deco/01_sp.png) no-repeat center/contain;
    width: 87.2vw;
    left: 3.46vw;
    bottom: -12px;
  }
}
@media (769px <= width) {
  .home-about .home-deco01 {
    aspect-ratio: 2640/961;
    background: url(../images/home/deco/01_pc.png) no-repeat center/contain;
    width: 96.63vw;
    top: 168px;
    left: 5.12vw;
  }
}
/*------------------------------------------
WHIZ REALTY POINT’S
------------------------------------------*/
.home-point {
  z-index: 1;
  counter-reset: number 0;
}

@media (width <= 768px) {
  .home-point {
    padding: 0 0 60px;
  }
}
@media (769px <= width) {
  .home-point {
    padding: 0 0 120px;
  }
}
.home-point__in {
  position: relative;
  height: 350vh;
}

.home-point__main {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

@media (width <= 768px) {
  .home-point__main {
    padding: 90px 5.55% 0;
  }
}
@media (769px <= width <= 1024px) {
  .home-point__main {
    padding: 90px 8.35vw 0;
  }
}
@media (1025px <= width) {
  .home-point__main {
    width: calc(clamp(10px, 100%, 1366px) - (clamp(1px, 7.83vw, 107px) * 2));
    padding: 70px 0 0;
  }
}
.home-point__main.is-fixed {
  position: fixed;
}

.home-point__main.is-bottom {
  top: auto;
  bottom: 0;
}

.home-point__main::before {
  content: "";
  margin: 0 auto;
  background: url(../images/common/bg02.avif) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}

@media (width <= 1024px) {
  .home-point__main::before {
    width: 100vw;
    height: 211px;
  }
}
@media (1025px <= width) {
  .home-point__main::before {
    aspect-ratio: 784/441;
    width: clamp(1px, 57.39vw, 784px);
  }
}
.home-point .c-ttl01--en {
  color: #1862B9;
}

.home-point__lead {
  letter-spacing: 0.12em;
  text-align: center;
}

@media (width <= 768px) {
  .home-point__lead {
    font-size: 16px;
    line-height: 1.68;
  }
}
@media (769px <= width) {
  .home-point__lead {
    font-size: 22px;
    line-height: 1.81;
  }
}
@media (width <= 1024px) {
  .home-point__lead {
    margin: 20px auto 0;
  }
}
@media (1025px <= width) {
  .home-point__lead {
    width: 25%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (width <= 768px) {
  .home-point__lead + * {
    margin: 20px auto 0;
  }
}
@media (width <= 1024px) {
  .home-point__lead + * {
    margin: 30px auto 0;
  }
}
.home-point__band {
  width: 100vw;
  background: url(../images/home/bg_band02.png) repeat-x 0 0/auto 100%;
  position: absolute;
  z-index: -1;
}

@media (width <= 768px) {
  .home-point__band {
    height: 44px;
    animation: point-sp 40s linear infinite;
    top: calc(50% + 116px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (769px <= width) {
  .home-point__band {
    height: 110px;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: point-pc 60s linear infinite;
  }
}
@media (769px <= width <= 1024px) {
  .home-point__band {
    top: calc(50% + 130px);
  }
}
@media (1025px <= width) {
  .home-point__band {
    top: calc(50% + 18.6vw);
  }
}
.home-point__img {
  border-radius: 5px;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}

@media (width <= 768px) {
  .home-point__img {
    aspect-ratio: 3/2;
    width: 69.33vw;
    margin-inline: auto;
  }
}
@media (769px <= width <= 1024px) {
  .home-point__img {
    aspect-ratio: 3/2;
    width: 400px;
    margin-inline: auto;
  }
}
@media (1025px <= width) {
  .home-point__img {
    aspect-ratio: 294/389;
    width: auto;
    height: clamp(1px, 74.4vh, 571px);
    position: absolute;
    top: 50%;
    right: 200%;
    transform: translate(50%, -50%);
  }
}
.home-point__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-point__wrap {
  position: relative;
  z-index: 1;
}

@media (width <= 768px) {
  .home-point__wrap {
    width: 77.77%;
    margin: 30px auto 0;
  }
}
@media (769px <= width <= 1024px) {
  .home-point__wrap {
    width: 77.77%;
    margin: 35px auto 0;
  }
}
@media (1025px <= width) {
  .home-point__wrap {
    width: 25%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
[class*=home-point__box0] {
  position: relative;
}

@media (1025px <= width) {
  [class*=home-point__box0] {
    height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.home-point__box02, .home-point__box03 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-point__num {
  color: #62AAFF;
  font-family: "Aboreto", system-ui;
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media (width <= 768px) {
  .home-point__num {
    margin: -20px 0 0;
    transform: translateX(20px);
    text-align: right;
  }
}
@media (769px <= width <= 1024px) {
  .home-point__num {
    width: 400px;
    margin: -20px auto 0;
    transform: translateX(20px);
    text-align: right;
  }
}
@media (1025px <= width) {
  .home-point__num {
    width: 100%;
    position: absolute;
    top: calc(50% - 80px);
    right: 300%;
    transform: translate(0, -50%);
  }
}
.home-point__num::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  display: inline;
  margin-left: 4px;
  font-size: 50px;
}

.home-point__txt02 {
  line-height: 1.68;
  letter-spacing: 0.12em;
}

@media (width <= 768px) {
  .home-point__txt02 {
    margin: 10px 0 0;
    font-size: 16px;
  }
}
@media (769px <= width) {
  .home-point__txt02 {
    font-size: 21px;
  }
}
.home-point__txt02 span {
  display: block;
}

.home-point__txt03 {
  letter-spacing: 0.06em;
}

@media (width <= 768px) {
  .home-point__txt03 {
    margin: 10px auto 0;
    font-size: 13px;
    line-height: 1.84;
  }
}
@media (769px <= width) {
  .home-point__txt03 {
    font-size: 15px;
    line-height: 2;
  }
}
@media (769px <= width <= 1024px) {
  .home-point__txt03 {
    margin: 20px 0 0;
  }
}
@media (1025px <= width) {
  .home-point__txt03 {
    margin: clamp(1px, 4.1vh, 32px) auto 0;
  }
}
.home-point__txt03 span {
  display: block;
}

.home-point .c-btn01 {
  width: 200px;
}

@media (width <= 1024px) {
  .home-point .c-btn01 {
    margin: 15px auto 0;
  }
}
@media (1025px <= width) {
  .home-point .c-btn01 {
    margin: clamp(1px, 5.2vh, 40px) 0 0;
    font-size: 15px;
    line-height: 2;
  }
}
.home-point .c-btn01 button {
  height: 50px;
  z-index: 1;
}

.home-point__frame {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

[class*=home-point__box0] {
  opacity: 0;
}

[class*=home-point__box0].is-active {
  transition: opacity 1s ease;
  opacity: 1;
}

@keyframes point-scrollup {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes point-scrolldown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes point-sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -722px;
  }
}
@keyframes point-pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1804px;
  }
}
@media (width <= 768px) {
  .home-point .home-deco02 {
    aspect-ratio: 117/116;
    background: url(../images/home/deco/02_sp.png) no-repeat center/contain;
    width: 58px;
    top: 92px;
    left: 0;
  }
}
@media (769px <= width) {
  .home-point .home-deco02 {
    aspect-ratio: 2433/411;
    background: url(../images/home/deco/02_pc.png) no-repeat center/contain;
    width: 89.01vw;
    top: 108px;
    left: calc(50% + 1.93vw);
    transform: translateX(-50%);
  }
}
@media (width <= 768px) {
  .home-point .home-deco03 {
    aspect-ratio: 787/1505;
    background: url(../images/home/deco/03.png) no-repeat center/contain;
    width: 104.8vw;
    top: -108px;
    left: -12vw;
  }
}
@media (769px <= width) {
  .home-point .home-deco03 {
    display: none;
  }
}
.point-modal__block {
  min-height: 100vh;
  background: #fff;
}

@media (width <= 768px) {
  .point-modal__block {
    padding: 20px 5.33vw 70px;
  }
}
@media (769px <= width) {
  .point-modal__block {
    padding: 55px clamp(1px, 5.27vw, 72px);
  }
}
@media (1025px <= width) {
  .point-modal__block {
    display: flex;
    align-items: center;
    gap: 7.14%;
  }
}
@media (769px <= width <= 1024px) {
  .point-modal__img {
    width: 450px;
    margin: 0 auto;
  }
}
@media (1025px <= width) {
  .point-modal__img {
    width: 42.85%;
  }
}
.point-modal__img .img {
  border-radius: 5px;
  overflow: hidden;
}

@media (width <= 768px) {
  .point-modal__img .img + .img {
    margin: 13px auto 0;
  }
}
@media (769px <= width) {
  .point-modal__img .img + .img {
    margin: 10px auto 0;
  }
}
@media (width <= 768px) {
  .point-modal__detail {
    margin: 20px auto 0;
  }
}
@media (769px <= width <= 1024px) {
  .point-modal__detail {
    margin: 30px auto 0;
  }
}
@media (1025px <= width) {
  .point-modal__detail {
    flex: 1;
  }
}
.point-modal__detail .point {
  color: #2187FF;
  line-height: 1;
}

@media (width <= 768px) {
  .point-modal__detail .point {
    font-size: 11px;
  }
}
@media (769px <= width) {
  .point-modal__detail .point {
    font-size: 13px;
  }
}
.point-modal__detail .txt01 {
  line-height: 1.6;
  letter-spacing: 0.12em;
}

@media (width <= 768px) {
  .point-modal__detail .txt01 {
    margin: 20px auto 0;
    font-size: 15px;
  }
}
@media (769px <= width) {
  .point-modal__detail .txt01 {
    margin: 30px auto 0;
    font-size: 20px;
  }
}
.point-modal__detail .txt02 {
  letter-spacing: 0.06em;
}

@media (width <= 768px) {
  .point-modal__detail .txt02 {
    margin: 20px auto 0;
    font-size: 13px;
    line-height: 1.84;
  }
}
@media (769px <= width) {
  .point-modal__detail .txt02 {
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 1.87;
  }
}
@media (width <= 768px) {
  .point-modal__detail .c-btn01 {
    width: 210px;
    margin: 40px auto 0;
  }
}
@media (769px <= width) {
  .point-modal__detail .c-btn01 {
    width: 288px;
    margin: 50px auto 0;
  }
}
@media (width <= 768px) {
  .point-modal__detail .c-btn01 a {
    height: 66px;
  }
}
@media (769px <= width) {
  .point-modal__detail .c-btn01 a {
    height: 80px;
  }
}
/*------------------------------------------
VOICE / STAFF PROFILE
------------------------------------------*/
@media (width <= 768px) {
  .home-links01 {
    padding-bottom: 60px;
  }
}
@media (769px <= width) {
  .home-links01 {
    padding-bottom: 120px;
  }
}
.home-links01__list {
  display: grid;
}

@media (width <= 768px) {
  .home-links01__list {
    padding: 0 5.55%;
    gap: 10px;
  }
}
@media (769px <= width) {
  .home-links01__list {
    gap: clamp(1px, 2.92vw, 40px);
  }
}
@media (769px <= width <= 1024px) {
  .home-links01__list {
    width: 600px;
    margin: 0 auto;
  }
}
@media (1025px <= width) {
  .home-links01__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-links01__item a {
  background: #F4F4F4;
  position: relative;
  display: flex;
  gap: 1em;
}

@media (width <= 768px) {
  .home-links01__item a {
    padding: 16px;
    border-radius: 5px;
  }
}
@media (769px <= width) {
  .home-links01__item a {
    padding: 30px;
    border-radius: 10px;
  }
}
.home-links01__item .img {
  overflow: hidden;
}

@media (width <= 768px) {
  .home-links01__item .img {
    width: 140px;
    border-radius: 5px;
  }
}
@media (769px <= width) {
  .home-links01__item .img {
    width: 23.42vw;
    border-radius: 10px;
  }
}
.home-links01__item .wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1.3;
}

@media (width <= 768px) {
  .home-links01__item .wrap {
    font-size: 12px;
  }
}
@media (769px <= width) {
  .home-links01__item .wrap {
    font-size: 16px;
  }
}
.home-links01__item .txt01 {
  color: #2187FF;
  font-family: "Lato", sans-serif;
}

@media (width <= 768px) {
  .home-links01__item .txt02 {
    font-size: 14px;
  }
}
@media (769px <= width) {
  .home-links01__item .txt02 {
    font-size: 18px;
  }
}
.home-links01__item .arrow {
  aspect-ratio: 1/1;
  background: #2187FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (width <= 768px) {
  .home-links01__item .arrow {
    width: 21px;
  }
}
@media (769px <= width) {
  .home-links01__item .arrow {
    width: 40px;
  }
}
.home-links01__item .arrow::before {
  content: "";
  aspect-ratio: 12/10;
  -webkit-mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
          mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
  background: #fff;
}

@media (width <= 768px) {
  .home-links01__item .arrow::before {
    width: 9px;
  }
}
@media (769px <= width) {
  .home-links01__item .arrow::before {
    width: 12px;
  }
}
@media (hover: hover) {
  .home-links01__item a img {
    transition: transform 1s ease;
  }

  .home-links01__item a:hover img {
    transform: scale(1.05);
  }
}
.home-links01 {
  position: relative;
}

@media (width <= 768px) {
  .home-links01 .home-deco04 {
    aspect-ratio: 727/828;
    background: url(../images/home/deco/04_sp.png) no-repeat center/contain;
    width: 96.8vw;
    top: -75px;
    left: 4.8vw;
  }
}
@media (769px <= width) {
  .home-links01 .home-deco04 {
    aspect-ratio: 2334/864;
    background: url(../images/home/deco/04_pc.png) no-repeat center/contain;
    width: 85.43vw;
    top: -109px;
    left: 6.73vw;
  }
}
/*------------------------------------------
NEWS & TOPICS
------------------------------------------*/
.home-news {
  background: url(../images/common/bg01.avif) no-repeat center/cover;
}

@media (width <= 768px) {
  .home-news {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (769px <= width) {
  .home-news {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
.home-news__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (width <= 768px) {
  .home-news .c-btn01 {
    width: 136px;
  }
}
@media (769px <= width) {
  .home-news .c-btn01 {
    width: 200px;
  }
}
@media (width <= 768px) {
  .home-news .c-btn01 a {
    font-size: 11px;
  }
}
.home-news__list {
  overflow: visible;
}

@media (width <= 768px) {
  .home-news__list {
    width: 67.2vw;
    margin: 36px 0 0;
  }
}
@media (769px <= width) {
  .home-news__list {
    margin: 50px 0 0;
  }
}
/*------------------------------------------
RECOMMEND
------------------------------------------*/
@media (width <= 768px) {
  .home-recommend {
    padding-top: 50px;
  }
}
@media (769px <= width) {
  .home-recommend {
    padding-top: 70px;
  }
}
.home-recommend__list {
  overflow: visible;
}

@media (width <= 768px) {
  .home-recommend__list {
    width: 294px;
    margin: 47px auto 0;
  }
}
@media (769px <= width) {
  .home-recommend__list {
    width: 490px;
    margin: 60px auto 0;
  }
}
@media (width <= 768px) {
  .home-recommend__list.swiper-initialized {
    width: 78.4vw;
  }
}
@media (769px <= width) {
  .home-recommend__list.swiper-initialized {
    width: 35.87vw;
  }
}
.home-recommend__list .swiper-wrapper {
  align-items: flex-end;
}

.home-recommend__list .swiper-slide.swiper-slide-active {
  padding: 0;
  transition: padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (width <= 768px) {
  .home-recommend__list .swiper-slide.swiper-slide-prev {
    padding-right: 5.33vw;
  }
}
@media (769px <= width) {
  .home-recommend__list .swiper-slide.swiper-slide-prev {
    padding-right: 5.85vw;
  }
}
@media (width <= 768px) {
  .home-recommend__list .swiper-slide.swiper-slide-next {
    padding-left: 5.33vw;
  }
}
@media (769px <= width) {
  .home-recommend__list .swiper-slide.swiper-slide-next {
    padding-left: 5.85vw;
  }
}
.home-recommend__list [class*=swiper-button-] {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

@media (width <= 768px) {
  .home-recommend__list [class*=swiper-button-] {
    top: 29.86vw;
  }
}
@media (769px <= width) {
  .home-recommend__list [class*=swiper-button-] {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (width <= 768px) {
  .home-recommend__list .swiper-button-prev {
    left: -30px;
  }
}
@media (769px <= width) {
  .home-recommend__list .swiper-button-prev {
    right: calc(100% + 20px);
  }
}
@media (width <= 768px) {
  .home-recommend__list .swiper-button-next {
    right: -30px;
  }
}
@media (769px <= width) {
  .home-recommend__list .swiper-button-next {
    left: calc(100% + 20px);
  }
}
@media (width <= 768px) {
  .home-recommend .c-btn01 {
    width: 200px;
    margin: 30px auto 0;
  }
}
@media (769px <= width) {
  .home-recommend .c-btn01 {
    width: 270px;
    margin: 50px auto 0;
  }
}
.home-recommend .c-card02 a {
  transition: width 0.3s ease;
}

.home-recommend .c-card02__txt01 {
  height: 5.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@keyframes pc-item {
  0% {
    width: 384px;
  }
  100% {
    width: 490px;
  }
}
.home-recommend {
  position: relative;
}

@media (width <= 768px) {
  .home-recommend .home-deco05 {
    aspect-ratio: 200/191;
    background: url(../images/home/deco/05_sp.png) no-repeat center/contain;
    width: 100px;
    top: -14px;
    right: 28px;
  }
}
@media (769px <= width) {
  .home-recommend .home-deco05 {
    aspect-ratio: 464/317;
    background: url(../images/home/deco/05_pc.png) no-repeat center/contain;
    width: 232px;
    top: -62px;
    right: 95px;
  }
}
/*------------------------------------------
RECRUIT / COMPANY
------------------------------------------*/
@media (width <= 768px) {
  .home-links02 {
    padding: 70px 0 0;
  }
}
@media (769px <= width) {
  .home-links02 {
    padding: 125px 0 0;
  }
}
.home-links02 .c-sec01__in {
  position: relative;
}

@media (width <= 768px) {
  .home-links02 .c-sec01__in {
    padding: 50px 0 75px;
  }
}
@media (769px <= width) {
  .home-links02 .c-sec01__in {
    padding: 79px 0 144px;
  }
}
.home-links02 .c-sec01__in::before {
  content: "";
  height: 100%;
  border-radius: 5px;
  background: url(../images/common/bg01.avif) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (width <= 768px) {
  .home-links02 .c-sec01__in::before {
    width: 88.88%;
  }
}
@media (769px <= width) {
  .home-links02 .c-sec01__in::before {
    width: calc(100vw - 13.1vw);
  }
}
@media (width <= 768px) {
  .home-links02 .c-ttl01--en {
    padding: 0 0 0 5.55%;
  }
}
@media (769px <= width) {
  .home-links02 .c-ttl01--en {
    padding: 0 0 0 7.83vw;
  }
}
@media (width <= 768px) {
  .home-links02__list {
    margin: 50px auto 0;
  }
}
@media (769px <= width) {
  .home-links02__list {
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: clamp(1px, 4.68vw, 64px);
  }
}
@media (width <= 768px) {
  .home-links02__item + .home-links02__item {
    margin: 40px auto 0;
  }
}
.home-links02__item a {
  display: block;
}

.home-links02__item .img {
  overflow: hidden;
}

@media (width <= 768px) {
  .home-links02__item .img {
    width: 94.44%;
  }
}
.home-links02__item .wrap {
  line-height: 1.3;
  position: relative;
}

@media (width <= 768px) {
  .home-links02__item .wrap {
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px 5.55% 0 auto;
    padding: 0 42px 0 0;
  }
}
@media (769px <= width) {
  .home-links02__item .wrap {
    margin: 20px auto 0;
    display: flex;
    align-items: center;
  }
}
.home-links02__item .txt01 {
  font-family: "Aboreto", system-ui;
  line-height: 1.3;
}

@media (width <= 768px) {
  .home-links02__item .txt01 {
    font-size: 19px;
  }
}
@media (769px <= width) {
  .home-links02__item .txt01 {
    font-size: clamp(1px, 3.5vw, 34px);
  }
}
.home-links02__item .txt02 {
  color: #2187FF;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

@media (width <= 768px) {
  .home-links02__item .txt02 {
    margin: 5px auto 0;
    font-size: 11px;
  }
}
@media (769px <= width) {
  .home-links02__item .txt02 {
    margin-left: 12px;
    font-size: 14px;
  }
}
.home-links02__item .arrow {
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (width <= 768px) {
  .home-links02__item .arrow {
    width: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (769px <= width) {
  .home-links02__item .arrow {
    width: 40px;
    margin-left: 30px;
  }
}
.home-links02__item .arrow::before {
  content: "";
  aspect-ratio: 12/10;
  -webkit-mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
          mask: url(../images/common/ico_arrow01.svg) no-repeat center/contain;
  background: #2187FF;
}

@media (width <= 768px) {
  .home-links02__item .arrow::before {
    width: 9px;
  }
}
@media (769px <= width) {
  .home-links02__item .arrow::before {
    width: 12px;
  }
}
@media (hover: hover) {
  .home-links02__item a img {
    transition: transform 1s ease;
  }

  .home-links02__item a:hover img {
    transform: scale(1.05);
  }
}
@media (769px <= width) {
  .home-links02__item:nth-child(odd) {
    margin-top: -116px;
  }
}
@media (width <= 768px) {
  .home-links02__item:nth-child(odd) .img {
    margin: 0 0 0 auto;
    border-radius: 5px 0 0 5px;
  }
}
@media (769px <= width) {
  .home-links02__item:nth-child(odd) .img {
    border-radius: 10px 0 0 10px;
  }
}
@media (769px <= width) {
  .home-links02__item:nth-child(odd) .wrap {
    padding: 0 0 0 7.83vw;
  }
}
@media (width <= 768px) {
  .home-links02__item:nth-child(even) .img {
    margin: 0 auto 0 0;
    border-radius: 0 5px 5px 0;
  }
}
@media (769px <= width) {
  .home-links02__item:nth-child(even) .img {
    border-radius: 0 10px 10px 0;
  }
}
@media (769px <= width) {
  .home-links02__item:nth-child(even) .wrap {
    padding: 0 0 0 40px;
  }
}
.home-links02 {
  position: relative;
}

@media (width <= 768px) {
  .home-links02 .home-deco06 {
    aspect-ratio: 630/1511;
    background: url(../images/home/deco/06_sp.png) no-repeat center/contain;
    width: 84vw;
    top: 44px;
    left: 8.53vw;
  }
}
@media (769px <= width) {
  .home-links02 .home-deco06 {
    aspect-ratio: 2643/1842;
    background: url(../images/home/deco/06_pc.png) no-repeat center/contain;
    width: 96.7vw;
    top: 0;
    left: 14.13vw;
  }
}
/*------------------------------------------
INSTAGRAM
------------------------------------------*/
.home-ig {
  position: relative;
}

@media (width <= 768px) {
  .home-ig {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media (769px <= width) {
  .home-ig {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
.home-ig__band {
  width: 100%;
  background: url(../images/home/bg_band03.png) repeat-x 0 0/auto 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (width <= 768px) {
  .home-ig__band {
    height: 36px;
    top: -6px;
    animation: about-sp 60s linear infinite;
  }
}
@media (769px <= width) {
  .home-ig__band {
    height: 80px;
    top: -18px;
    animation: about-pc 60s linear infinite;
  }
}
.home-ig__head {
  display: grid;
  grid-template-rows: max-content 1fr;
}

@media (width <= 768px) {
  .home-ig__head {
    grid-template-columns: 1fr 167px;
    gap: 20px 0;
    grid-template-areas: "title button" "lead lead";
  }
}
@media (769px <= width) {
  .home-ig__head {
    grid-template-columns: 1fr 220px;
    gap: 10px;
    grid-template-areas: "title button" "lead button";
  }
}
.home-ig .c-ttl01--en {
  grid-area: title;
}

@media (769px <= width) {
  .home-ig .c-ttl01--en a {
    font-size: 16px;
  }
}
.home-ig__txt01 {
  grid-area: lead;
}

@media (width <= 768px) {
  .home-ig__txt01 {
    font-size: 13px;
    line-height: 1.84;
  }
}
@media (769px <= width) {
  .home-ig__txt01 {
    font-size: 15px;
    line-height: 1.73;
  }
}
.home-ig .c-btn01 {
  grid-area: button;
}

@media (width <= 768px) {
  .home-ig .c-btn01 a {
    height: 50px;
  }
}
@media (769px <= width) {
  .home-ig .c-btn01 a {
    font-size: 16px;
  }
}
.home-ig__list {
  overflow: visible;
}

@media (width <= 768px) {
  .home-ig__list {
    width: 210px;
    margin: 40px auto 0;
  }
}
@media (769px <= width) {
  .home-ig__list {
    width: 300px;
    margin: 80px 0 0;
  }
}
.home-ig__list .swiper-wrapper {
  transition-timing-function: linear !important;
}

.home-ig__item a {
  aspect-ratio: 300/533;
  display: block;
}

.home-ig__item img,
.home-ig__item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes ig-sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -348px;
  }
}
@keyframes ig-pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -774px;
  }
}