@charset "UTF-8";
/* Reset */
.inner {
  max-width: 1351px;
  width: 90%;
  margin: 0 auto; }

.inner.inner-s {
  max-width: 1099px; }

.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp {
      display: block; } }

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

.top__main {
  background-position: top; }

.mv {
  overflow: hidden;
  position: relative;
  height: 100vh;
  z-index: 1;
  margin: 0 0 0 auto;
  width: 100%;
  padding: 25vh 0 0 10%;
  background: linear-gradient(to bottom, #eee8e4 0%, #fafaf9 100%); }
  @media screen and (max-width: 834px) {
    .mv {
      width: 100%;
      height: calc(100vh - 189px);
      background-position: 27% center;
      z-index: 2;
      padding: 28vh 0 0 0; } }
  .mvslider {
    background-color: #E8E8E8; }
    .mvslider img {
      width: 100%; }
  .mv__main-text {
    position: absolute;
    top: 16%;
    left: 14%;
    text-align: left;
    background-color: transparent; }
    @media screen and (max-width: 834px) {
      .mv__main-text {
        top: 17%;
        left: 5%;
        bottom: auto;
        width: 78%;
        max-width: 300px; } }
    .mv__main-text .mv__title {
      font-size: clamp(8rem, 15vh, 16rem);
      font-weight: 400;
      text-align: left;
      line-height: 1;
      font-family: "Bricolage Grotesque", sans-serif;
      mix-blend-mode: difference;
      will-change: transform, mix-blend-mode;
      color: #fff;
      position: relative;
      background-color: transparent; }
      @media screen and (max-width: 834px) {
        .mv__main-text .mv__title {
          margin-top: 1.4rem;
          font-size: clamp(6rem, 3vh, 12rem); } }
    .mv__main-text .mv__title--lead {
      font-size: 2rem;
      line-height: 2;
      mix-blend-mode: difference;
      color: #fff;
      font-weight: 500; }
      @media screen and (max-width: 834px) {
        .mv__main-text .mv__title--lead {
          font-size: clamp(1.4rem, 3vw, 3rem); } }

.add-animation {
  animation: zoomUp 15s linear 0s normal both; }

@keyframes zoomUp {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.mv.scroll-activate {
  opacity: 0;
  transform: translateY(100px); }

.mv.scroll-activate.active {
  animation: showup 1.5s 0.5s forwards; }

@keyframes showup {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
@media screen and (max-width: 834px) {
  .mv__scroll {
    position: absolute;
    right: 3%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; } }
.mv__scroll .mv__scroll-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
@media screen and (max-width: 834px) {
  .mv__scroll .txt {
    font-size: 1.4rem;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 10px;
    text-align: center;
    color: #fff; } }
.mv__scroll .line {
  width: 1px;
  height: 100px;
  background-color: #fff;
  position: relative;
  margin: 0 auto 5px; }
  @media screen and (max-width: 834px) {
    .mv__scroll .line {
      height: 89px; } }
  .mv__scroll .line .circle {
    width: 2px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 3s infinite; }
    @media screen and (max-width: 834px) {
      .mv__scroll .line .circle {
        width: 3px;
        height: 3px;
        animation: scroll-sp 3s infinite; } }

@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    transform: translate(-50%, 100px);
    opacity: 0; } }
@keyframes scroll-sp {
  0% {
    transform: translate(-50%, 0);
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    transform: translate(-50%, 90px);
    opacity: 0; } }
.identity {
  position: relative;
  z-index: 1;
  background: transparent;
  padding-top: 14rem; }
  @media screen and (max-width: 834px) {
    .identity {
      padding-top: 4.8rem; } }
  .identity::before {
    content: '';
    pointer-events: none;
    position: absolute;
    bottom: -22%;
    right: 0;
    z-index: 0;
    width: 90%;
    height: 70%;
    background-image: url(../img/top/bubble_bg.png);
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (max-width: 834px) {
      .identity::before {
        bottom: -43%;
        right: 0;
        z-index: 0;
        width: 100%;
        height: 50%; } }
  .identity__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .identity__wrap {
        flex-direction: column; } }
  .identity__text-box {
    position: relative;
    z-index: 2;
    width: 65%;
    padding-bottom: 19rem; }
    @media screen and (max-width: 834px) {
      .identity__text-box {
        width: 100%;
        padding-bottom: 0rem; } }
    .identity__text-box .sec__lead {
      display: flex;
      align-items: center;
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 400;
      margin-bottom: 2.6rem;
      font-size: 18px; }
      @media screen and (max-width: 834px) {
        .identity__text-box .sec__lead {
          font-size: 14px;
          margin-bottom: 28rem; } }
      .identity__text-box .sec__lead img {
        filter: brightness(0.5);
        height: auto;
        padding-right: 4px;
        width: 24px; }
    .identity__text-box .sec__title {
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 400;
      font-size: clamp(6rem, 11vw, 10rem);
      line-height: 1;
      margin-bottom: 3.2rem; }
      @media screen and (max-width: 834px) {
        .identity__text-box .sec__title {
          font-size: clamp(4.5rem, 8vw, 6rem);
          margin-bottom: 2rem;
          width: 100%;
          max-width: 390px; } }
    .identity__text-box .text {
      width: 64%;
      margin-bottom: 2.7rem; }
      @media screen and (max-width: 834px) {
        .identity__text-box .text {
          width: 100%; } }
  .identity__picture-box {
    position: relative;
    width: 49%; }
    @media screen and (max-width: 834px) {
      .identity__picture-box {
        position: absolute;
        width: 100%; } }
    .identity__picture-box .pic1 {
      position: absolute;
      z-index: 0;
      left: -55%;
      top: 10%;
      display: block;
      overflow: hidden;
      height: auto; }
      @media screen and (max-width: 834px) {
        .identity__picture-box .pic1 {
          left: 5%;
          width: 43%;
          top: 23%;
          aspect-ratio: 16 / 21; } }
      .identity__picture-box .pic1 img {
        height: auto;
        width: 100%;
        max-width: 426px; }
        @media screen and (max-width: 1200px) and (min-width: 835px) {
          .identity__picture-box .pic1 img {
            width: 60%; } }
        @media screen and (max-width: 834px) {
          .identity__picture-box .pic1 img {
            max-width: 246px;
            aspect-ratio: 16 / 21;
            object-fit: cover;
            object-position: left; } }
    .identity__picture-box .pic2 {
      padding-left: 36%;
      position: relative;
      z-index: 1;
      display: block;
      overflow: hidden;
      height: auto; }
      @media screen and (max-width: 834px) {
        .identity__picture-box .pic2 {
          width: 30%;
          padding: 0;
          overflow: visible;
          margin-left: 55%;
          padding-top: 40px; } }
      .identity__picture-box .pic2 img {
        height: auto;
        width: 100%;
        max-width: 313px; }
        @media screen and (max-width: 1200px) and (min-width: 835px) {
          .identity__picture-box .pic2 img {
            width: 60%; } }
        @media screen and (max-width: 834px) {
          .identity__picture-box .pic2 img {
            max-width: 200px;
            object-fit: cover;
            padding-bottom: 20rem; } }
    .identity__picture-box .pic3 {
      padding-top: 24rem;
      position: relative;
      display: block;
      overflow: hidden;
      z-index: 1;
      height: auto; }
      @media screen and (max-width: 834px) {
        .identity__picture-box .pic3 {
          width: 34%;
          padding: 0px;
          position: absolute;
          display: block;
          left: 50%;
          top: 50%;
          margin-left: -50px;
          margin-top: 40px; } }
      .identity__picture-box .pic3 img {
        height: auto;
        width: 70%;
        padding-top: 14rem;
        max-width: 336px; }
        @media screen and (max-width: 1200px) and (min-width: 835px) {
          .identity__picture-box .pic3 img {
            width: 60%; } }
        @media screen and (max-width: 834px) {
          .identity__picture-box .pic3 img {
            max-width: 233px;
            padding-top: 0rem;
            object-fit: cover; } }
    .identity__picture-box .pic4 {
      position: absolute;
      display: block;
      overflow: hidden;
      z-index: 0;
      right: -15%;
      height: auto;
      top: 28%;
      text-align: right; }
      @media screen and (max-width: 1500px) {
        .identity__picture-box .pic4 {
          right: -9%; } }
      @media screen and (max-width: 834px) {
        .identity__picture-box .pic4 {
          right: 0;
          width: 38%;
          top: 40%; } }
      .identity__picture-box .pic4 img {
        height: auto;
        max-width: 381px;
        width: 100%; }
        @media screen and (max-width: 1200px) and (min-width: 835px) {
          .identity__picture-box .pic4 img {
            width: 60%; } }
        @media screen and (max-width: 834px) {
          .identity__picture-box .pic4 img {
            max-width: 260px;
            object-fit: cover; } }
  .identity .scroll-move {
    transition: transform 0.1s linear;
    /* スムーズな動き */ }

.salon {
  background: transparent;
  position: relative;
  z-index: 1;
  display: flex;
  position: relative;
  justify-content: flex-start;
  padding-bottom: 27rem; }
  @media screen and (max-width: 834px) {
    .salon {
      padding-top: 7rem;
      flex-direction: column;
      padding-bottom: 8.4rem; } }
  .salon__picture {
    width: 41%;
    position: absolute; }
    @media screen and (max-width: 834px) {
      .salon__picture {
        width: 62%;
        max-width: 260px;
        position: absolute; } }
  .salon .inner {
    display: flex;
    justify-content: flex-end;
    width: 100%; }
  .salon__text-box {
    width: 52%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 6.5rem; }
    @media screen and (max-width: 834px) {
      .salon__text-box {
        width: 90%;
        grid-row-gap: 0;
        margin: 67px auto 0 7%; } }
  .salon__title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
    font-size: clamp(4rem, 11vw, 6rem);
    line-height: 1;
    margin-bottom: 3.2rem; }
    @media screen and (max-width: 834px) {
      .salon__title {
        font-size: clamp(2.7rem, 8vw, 6rem);
        margin-bottom: 0.6rem;
        text-align: right;
        width: 92%; } }
  .salon__list {
    display: flex;
    position: relative;
    justify-content: space-between; }
    @media screen and (max-width: 1200px) {
      .salon__list {
        flex-direction: column;
        grid-row-gap: 30px; } }
    @media screen and (max-width: 834px) {
      .salon__list {
        grid-row-gap: 56px; } }
  .salon .salon__list--picture {
    width: 20%; }
    @media screen and (max-width: 834px) {
      .salon .salon__list--picture {
        width: 92%;
        text-align: right; }
        .salon .salon__list--picture img {
          height: auto;
          width: 79px; } }
  .salon__list--nav {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 20px;
    justify-content: space-between; }
    @media screen and (max-width: 1200px) {
      .salon__list--nav {
        width: 100%; } }
    @media screen and (max-width: 834px) {
      .salon__list--nav {
        grid-row-gap: 25px; } }
  .salon__list--link {
    width: 48%; }
    .salon__list--link a {
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 400;
      font-size: clamp(1.6rem, 11vw, 2rem);
      line-height: 1.6; }
      @media screen and (max-width: 834px) {
        .salon__list--link a {
          font-size: clamp(1.3rem, 3vw, 1.5rem);
          line-height: 1.2; } }
      .salon__list--link a span {
        font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #999999; }
        @media screen and (max-width: 834px) {
          .salon__list--link a span {
            font-size: 13px; } }
    .salon__list--link a:hover {
      opacity: 0.7;
      transition: 0.3s ease; }
  .salon__list--link:last-child {
    width: 100%; }
  .salon .btn {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media screen and (max-width: 834px) {
      .salon .btn {
        position: relative;
        right: auto;
        left: auto;
        bottom: auto;
        margin: -3rem auto 0; } }

.buisiness {
  width: 88%;
  margin: 0 0 12.8rem auto; }
  @media screen and (max-width: 834px) {
    .buisiness {
      width: 95%;
      margin: 0 0 3.8rem auto; } }
  .buisiness__title-box {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    column-gap: 45px;
    margin-bottom: 4.5rem; }
    @media screen and (max-width: 834px) {
      .buisiness__title-box {
        flex-direction: column;
        margin-bottom: 2.5rem; } }
  .buisiness__title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
    font-size: clamp(4rem, 11vw, 6rem);
    line-height: 1; }
    @media screen and (max-width: 834px) {
      .buisiness__title {
        font-size: clamp(2.7rem, 38vw, 4rem); } }
  .buisiness__lead {
    font-size: 2rem;
    font-weight: 500; }
    @media screen and (max-width: 834px) {
      .buisiness__lead {
        font-size: clamp(1.4rem, 3vw, 2rem); } }
  .buisiness__link {
    display: flex;
    width: 100%;
    padding-bottom: 2rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch; }
    @media screen and (max-width: 834px) {
      .buisiness__link {
        flex-direction: column;
        overflow-x: visible;
        padding-bottom: 0rem;
        gap: 3rem 0; } }
  .buisiness .business__item {
    flex: 0 0 30.00%;
    min-width: 300px;
    border-right: 1px solid #DDDDDD; }
    @media screen and (max-width: 834px) {
      .buisiness .business__item {
        width: 100%;
        width: 100%;
        min-width: auto;
        border-right: 0;
        border-right: 0px solid #DDDDDD; } }
    .buisiness .business__item a {
      display: block; }
      .buisiness .business__item a .buisiness__picture {
        overflow: hidden; }
        .buisiness .business__item a .buisiness__picture img {
          display: block;
          transition: 0.5s ease;
          width: 100%;
          object-fit: cover; }
    .buisiness .business__item .buisiness__text-wrap {
      margin-top: 2.9rem;
      padding-left: 3%; }
      @media screen and (max-width: 834px) {
        .buisiness .business__item .buisiness__text-wrap {
          margin-top: 1.5rem;
          padding-right: 2%; } }
      .buisiness .business__item .buisiness__text-wrap .number {
        font-size: 1.8rem;
        font-weight: 400;
        font-family: "Bricolage Grotesque", sans-serif; }
        @media screen and (max-width: 834px) {
          .buisiness .business__item .buisiness__text-wrap .number {
            font-size: 13px;
            line-height: 1; } }
      .buisiness .business__item .buisiness__text-wrap .business__item--title {
        padding-left: 8%;
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500; }
        @media screen and (max-width: 834px) {
          .buisiness .business__item .buisiness__text-wrap .business__item--title {
            font-size: 12px; } }
        .buisiness .business__item .buisiness__text-wrap .business__item--title span {
          font-size: clamp(3.5rem, 11vw, 4rem);
          font-weight: 400;
          font-family: "Bricolage Grotesque", sans-serif; }
          @media screen and (max-width: 834px) {
            .buisiness .business__item .buisiness__text-wrap .business__item--title span {
              font-size: clamp(2.2rem, 3vw, 3rem); } }
    .buisiness .business__item .btn {
      display: flex;
      margin: 4.5rem 4.5rem 0 auto; }
      @media screen and (max-width: 834px) {
        .buisiness .business__item .btn {
          margin: -44px 2% 0 auto; } }
    .buisiness .business__item a:hover .buisiness__picture img {
      transition: 0.5s ease;
      transform: scale(1.05); }
  .buisiness__item:last-child {
    border-right: 0px solid #DDDDDD; }
  .buisiness .gradient-scroll {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: scrollbar-color 0.3s ease; }
  .buisiness .gradient-scroll:hover {
    scrollbar-color: #DDDDDD transparent; }
  .buisiness .gradient-scroll::-webkit-scrollbar {
    height: 10px; }
  .buisiness .gradient-scroll::-webkit-scrollbar-track {
    background: #DDDDDD;
    border-radius: 10px; }
  .buisiness .gradient-scroll::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease; }
  .buisiness .fade-scroll:hover::-webkit-scrollbar-thumb {
    background: #DDDDDD; }
  .buisiness .gradient-scroll::-webkit-scrollbar-thumb:hover {
    background: #DDDDDD; }

.csv {
  position: relative;
  padding-bottom: 40lvh;
  padding-top: 31lvh;
  z-index: 1;
  background-color: #000;
  background-image: url(../img/top/lib-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* テキストコンテンツ */ }
  @media screen and (max-width: 834px) {
    .csv {
      padding-bottom: 15lvh;
      padding-top: 10lvh; } }
  .csv .csv__images {
    height: auto;
    left: auto;
    position: absolute;
    padding-bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem; }
    @media screen and (max-width: 834px) {
      .csv .csv__images {
        position: absolute;
        padding-bottom: 0;
        top: 0;
        height: 100%; } }
  .csv .csv__images picture {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center; }
    @media screen and (max-width: 834px) {
      .csv .csv__images picture {
        width: 50%; } }
  .csv .csv__content {
    position: relative;
    width: 100%;
    text-align: center;
    color: white;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem; }

.csv .csv__content .csv__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  margin-bottom: 2.6rem;
  text-align: center;
  font-size: 18px; }
  @media screen and (max-width: 834px) {
    .csv .csv__content .csv__lead {
      font-size: 12px;
      margin-bottom: 1.4rem; } }
  .csv .csv__content .csv__lead img {
    filter: brightness(0.5);
    height: auto;
    padding-right: 4px;
    width: 24px; }
.csv .csv__content .csv__title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: clamp(8rem, 11vw, 12rem);
  line-height: 1;
  margin-bottom: 3rem; }
  @media screen and (max-width: 834px) {
    .csv .csv__content .csv__title {
      font-size: clamp(5rem, 4vw, 8rem);
      margin-bottom: 2rem; } }
.csv .csv__content .csv__subtitle {
  font-size: clamp(2rem, 11vw, 3rem);
  margin-bottom: 4rem; }
  @media screen and (max-width: 834px) {
    .csv .csv__content .csv__subtitle {
      font-size: clamp(1.6rem, 4vw, 2rem);
      margin-bottom: 2rem; } }
@media screen and (max-width: 834px) {
  .csv .csv__content .text {
    text-align: justify; } }
.csv .csv__content .btn {
  margin: 3rem auto 0; }
  @media screen and (max-width: 834px) {
    .csv .csv__content .btn {
      margin: 2rem auto 0; } }
  .csv .csv__content .btn img {
    filter: invert(1); }
  .csv .csv__content .btn .button-text {
    color: #fff; }
.csv .image-1 {
  position: absolute;
  top: 42%;
  left: 5%;
  max-width: 30rem; }
  @media screen and (max-width: 834px) {
    .csv .image-1 {
      max-width: 13rem;
      top: 55%;
      left: 5%; } }
  .csv .image-1 img {
    width: 80%; }
.csv .image-2 {
  position: absolute;
  top: 1.7%;
  right: 14%;
  max-width: 43rem; }
  @media screen and (max-width: 834px) {
    .csv .image-2 {
      top: 0%;
      max-width: 16rem;
      right: 5%; } }
  .csv .image-2 img {
    width: 80%; }
.csv .image-3 {
  position: absolute;
  top: 100%;
  left: 20%;
  max-width: 43rem; }
  @media screen and (max-width: 834px) {
    .csv .image-3 {
      top: 113%;
      max-width: 16rem;
      left: 20%; } }
  .csv .image-3 img {
    width: 80%; }
.csv .image-4 {
  position: absolute;
  max-width: 28rem;
  top: 53%;
  right: 5%;
  width: 50%; }
  @media screen and (max-width: 834px) {
    .csv .image-4 {
      top: 77%;
      max-width: 13rem;
      right: -7%; } }
  .csv .image-4 img {
    width: 80%; }
.csv .scroll-move {
  transition: transform 0.1s linear;
  /* スムーズな動き */ }

@media screen and (max-width: 834px) {
  .sus__lead {
    padding-top: 6rem;
    margin-bottom: 1rem;
    padding-left: 5%; }
    .sus__lead img {
      filter: invert(1); } }

.sustainability {
  padding-top: 13rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .sustainability {
      padding-top: 0;
      margin: 0 auto 0 0;
      align-items: center; } }
  .sustainability .sus__picture-box {
    width: 61%; }
    @media screen and (max-width: 834px) {
      .sustainability .sus__picture-box {
        width: 49%;
        aspect-ratio: 2 / 1.5; }
        .sustainability .sus__picture-box img {
          aspect-ratio: 2 / 1.5;
          object-fit: cover; } }
  .sustainability .sus__text-box {
    width: 33%; }
    @media screen and (max-width: 834px) {
      .sustainability .sus__text-box {
        width: 44%; } }
    .sustainability .sus__text-box .sus__lead {
      display: flex;
      align-items: center;
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 400;
      margin-bottom: 2.6rem;
      font-size: 18px; }
      @media screen and (max-width: 834px) {
        .sustainability .sus__text-box .sus__lead {
          margin-bottom: 1.1rem;
          font-size: 12px;
          display: flex;
          align-items: center; } }
      .sustainability .sus__text-box .sus__lead img {
        filter: invert(1); }
    .sustainability .sus__text-box .sus__catch {
      margin-bottom: 3rem; }
      @media screen and (max-width: 834px) {
        .sustainability .sus__text-box .sus__catch {
          margin-bottom: 0.4rem; } }
    @media screen and (max-width: 834px) {
      .sustainability .sus__text-box .sus__subtitle {
        line-height: 1.5; } }
    .sustainability .sus__text-box .btn {
      margin: 3rem auto 0 0; }
      @media screen and (max-width: 834px) {
        .sustainability .sus__text-box .btn {
          margin: 1.4rem auto 0 0; } }

.recruit {
  margin: 12rem auto 0;
  position: relative; }
  .recruit:before {
    content: '';
    z-index: 0;
    position: absolute;
    background-image: url(../img/top/recruit-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 98%;
    height: 100%;
    left: 0;
    top: 0; }
  @media screen and (max-width: 834px) {
    .recruit {
      margin: 6rem auto 0 0;
      width: 100%;
      padding: 4rem 0; } }
  .recruit__wrap {
    padding-top: 12rem;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .recruit__wrap {
        flex-direction: column-reverse;
        grid-row-gap: 2rem;
        padding-top: 0rem; } }
    .recruit__wrap .recruit__text-box {
      width: 30%; }
      @media screen and (max-width: 834px) {
        .recruit__wrap .recruit__text-box {
          width: 100%; } }
    .recruit__wrap .recruit__lead {
      display: flex;
      align-items: center;
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 400;
      margin-bottom: 2.6rem;
      font-size: 18px; }
      @media screen and (max-width: 834px) {
        .recruit__wrap .recruit__lead {
          font-size: 12px; } }
      .recruit__wrap .recruit__lead img {
        filter: brightness(0.5);
        height: auto;
        padding-right: 4px;
        width: 24px; }
        @media screen and (max-width: 834px) {
          .recruit__wrap .recruit__lead img {
            filter: invert(1); } }
    .recruit__wrap .recruit__title {
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 400;
      font-size: clamp(6rem, 11vw, 10rem);
      line-height: 1;
      margin-bottom: 2.4rem; }
      @media screen and (max-width: 834px) {
        .recruit__wrap .recruit__title {
          font-size: clamp(3.7rem, 8vw, 5.5rem);
          margin-bottom: 1.1rem; } }
    @media screen and (max-width: 834px) {
      .recruit__wrap .text {
        line-height: 1.5; } }
    .recruit__wrap .btn {
      margin: 3rem auto 0 0; }
    .recruit__wrap .recruit__picture {
      width: 61%; }
      @media screen and (max-width: 834px) {
        .recruit__wrap .recruit__picture {
          width: 100%; } }
      .recruit__wrap .recruit__picture img {
        display: block; }
  @media screen and (max-width: 834px) {
    .recruit__lead.sp {
      display: flex;
      align-items: center;
      margin-bottom: 2rem;
      color: #111111;
      position: relative;
      z-index: 5; }
      .recruit__lead.sp img {
        filter: invert(1); } }

.news {
  padding-top: 20rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 834px) {
    .news {
      padding-top: 6.6rem;
      flex-direction: column-reverse; } }
  .news__list {
    width: 77%; }
    @media screen and (max-width: 834px) {
      .news__list {
        width: 100%; } }
  .news__item a {
    display: flex;
    align-items: center;
    padding-bottom: 3.5rem;
    padding-top: 4.5rem;
    padding-left: 15px;
    border-bottom: 1px solid #DDDDDD;
    transition: 0.5s ease; }
    @media screen and (max-width: 834px) {
      .news__item a {
        flex-wrap: wrap;
        align-items: flex-start;
        grid-row-gap: 1rem;
        padding: 1rem 0; } }
    .news__item a .dete {
      color: #999999;
      font-size: 14px;
      font-weight: 400;
      font-family: "Bricolage Grotesque", sans-serif;
      padding-right: 2.3rem; }
      @media screen and (max-width: 834px) {
        .news__item a .dete {
          width: 100%; } }
    .news__item a .tag {
      background: #E9E2DC;
      padding: 1px 7px;
      min-width: 70px;
      margin-right: 4.4rem; }
      @media screen and (max-width: 834px) {
        .news__item a .tag {
          margin-right: 1.5rem;
          width: 25%; } }
      .news__item a .tag p {
        text-align: center;
        font-size: 14px; }
    @media screen and (max-width: 834px) {
      .news__item a .news__item--title {
        width: 60%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  .news__item a:hover {
    background-color: #f7f4f2;
    transition: 0.5s ease; }
  .news__text--box {
    width: 20%; }
    @media screen and (max-width: 834px) {
      .news__text--box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    .news__text--box .news__title {
      font-family: "Bricolage Grotesque", sans-serif;
      font-weight: 400;
      font-size: clamp(4rem, 11vw, 6rem);
      line-height: 1;
      margin-bottom: 2.1rem; }
      @media screen and (max-width: 834px) {
        .news__text--box .news__title {
          font-size: clamp(3rem, 4vw, 4rem); } }

.page-link {
  padding-top: 17rem;
  padding-bottom: 14.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .page-link {
      padding-top: 6rem;
      padding-bottom: 2rem;
      margin-bottom: 3rem;
      overflow-x: auto;
      white-space: nowrap;
      scroll-snap-type: x mandatory;
      margin: 20px auto 30px;
      flex-direction: row;
      row-gap: 20px; } }
  .page-link a .page-link__picture {
    overflow: hidden; }
  .page-link a img {
    display: block;
    transition: 0.5s ease; }
  .page-link a:hover img {
    transform: scale(1.05);
    transition: 0.5s ease; }
  .page-link__item {
    width: 29.5%; }
    @media screen and (max-width: 834px) {
      .page-link__item {
        width: 43%;
        margin: 0 20px 0 auto;
        display: flex;
        flex-direction: column;
        min-width: 110px;
        flex-shrink: 0;
        scroll-snap-align: center;
        padding-bottom: 20px; } }
  .page-link__text-wrap {
    margin-top: 2rem; }
    @media screen and (max-width: 834px) {
      .page-link__text-wrap {
        margin-top: 1rem; } }
  .page-link__item--title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7; }
    .page-link__item--title span {
      font-size: 2.4rem;
      font-weight: 400;
      font-family: "Bricolage Grotesque", sans-serif; }
      @media screen and (max-width: 834px) {
        .page-link__item--title span {
          font-size: 1.8rem; } }
