@charset "UTF-8";
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  width: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  width: 100%;
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  font-weight: 300;
  margin: 0;
  color: #444444;
  background-color: #F3F3E8; }
  @media screen and (max-width: 834px) {
    body {
      font-size: 1.4rem; } }

img {
  height: auto;
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none; }

address {
  font-style: normal; }

body {
  font-family: Arial, sans-serif;
  margin: 0;
  overflow: hidden; }

.inner {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto; }

.inner .inner-1200 {
  max-width: 1200px; }

.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp {
      display: block; } }

.pc {
  display: block; }
  @media screen and (max-width: 834px) {
    .pc {
      display: none; } }

.fadein.scroll-activate {
  overflow: hidden;
  display: block; }

.fadein.scroll-activate span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 1s; }

.fadein.scroll-activate.active span {
  transform: translateY(0); }

.fadein2.scroll-activate {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s;
  transition-delay: 0.3s; }

.fadein2.scroll-activate.active {
  opacity: 1;
  transform: translateY(0); }

.fadein-budge.scroll-activate {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s; }

.fadein-budge.scroll-activate.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s; }

.fadein-budge-catch.scroll-activate {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s; }

.fadein-budge-catch.scroll-activate.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s; }

.section__title {
  font-size: clamp(5rem, 6vw, 8rem);
  line-height: 1.2;
  font-weight: 300;
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  padding-right: 11.5%; }
  @media screen and (max-width: 834px) {
    .section__title {
      padding-right: 1rem;
      font-size: clamp(3rem, 5vw, 5rem); } }

.section__lead {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 300; }

.section__description--title {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 300;
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  margin-bottom: 4rem; }
  @media screen and (max-width: 834px) {
    .section__description--title {
      font-size: 2rem;
      margin-bottom: 2rem; } }

.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  width: 250px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff; }
  .btn p {
    pointer-events: all; }

.l-bg {
  pointer-events: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .l-bg:before {
    z-index: 3;
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .l-bg .swiper {
    height: 100%; }
  .l-bg .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.header {
  background: rgba(255, 255, 255, 0.01);
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  padding: 20px 5% 10px 20px;
  width: 100%;
  z-index: 1000; }

.header-logo {
  position: absolute;
  left: 3%;
  z-index: 1005;
  width: 72px;
  height: auto; }
  .header-logo img {
    mix-blend-mode: normal !important;
    -webkit-mix-blend-mode: normal !important;
    filter: brightness(100%); }

.haeder-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 16%; }
  @media screen and (max-width: 834px) {
    .haeder-left {
      width: fit-content; } }

@media screen and (max-width: 834px) {
  .header-nav {
    display: none; } }

.header-nav-list {
  list-style: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  display: flex;
  justify-content: right;
  margin-top: 35px; }

.header-nav__title {
  text-align: right;
  font-size: 2.1rem;
  font-family: "Tenor Sans", serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px; }
  .header-nav__title img.topfixed {
    display: block; }
  .header-nav__title img.floatsign {
    display: none; }
  @media screen and (max-width: 834px) {
    .header-nav__title {
      font-size: 1.8rem; } }

#close {
  background-color: transparent;
  border: unset;
  padding: 1.2rem 0; }
  #close p {
    color: #fff;
    font-size: 1.6rem;
    font-family: "Tenor Sans", serif; }

.header-nav .header-nav-list li a {
  text-align: right;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 300; }

.header-nav a:hover {
  opacity: .6; }

/*scroll 開始後*/
.header.scroll-active {
  mix-blend-mode: difference !important;
  -webkit-mix-blend-mode: difference !important;
  transition: all 0.3s ease-in-out; }
  .header.scroll-active .header-logo {
    background-color: rgba(0, 0, 0, 0.1); }
    .header.scroll-active .header-logo img {
      mix-blend-mode: normal !important;
      -webkit-mix-blend-mode: normal !important;
      filter: brightness(100%); }
  .header.scroll-active .header-nav__list {
    color: #fff !important; }
  .header.scroll-active .header-nav__title {
    mix-blend-mode: normal !important;
    -webkit-mix-blend-mode: normal !important;
    color: #fff; }
    .header.scroll-active .header-nav__title img.topfixed {
      display: none; }
    .header.scroll-active .header-nav__title img.floatsign {
      display: block; }
  .header.scroll-active .header-nav .header-nav-list li a {
    mix-blend-mode: normal !important;
    -webkit-mix-blend-mode: normal !important;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.01); }

.hamburger {
  display: none; }
  @media screen and (max-width: 834px) {
    .hamburger {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: none;
      position: relative;
      z-index: 1000; } }

.menu-overlay {
  display: none; }
  @media screen and (max-width: 834px) {
    .menu-overlay {
      position: fixed;
      top: -120%;
      right: 2%;
      width: 50%;
      height: 270px;
      border-radius: 10px;
      background-color: #444444;
      color: #fff;
      transition: top 0.3s ease;
      z-index: 999;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end; } }
  .menu-overlay img {
    width: 113px;
    height: auto; }
    @media screen and (max-width: 834px) {
      .menu-overlay img {
        width: 90px; } }

@media screen and (max-width: 834px) {
  .menu-overlay.open {
    top: 10px; } }

@media screen and (max-width: 834px) {
  .menu-overlay ul {
    list-style: none;
    padding: 0 0 2rem 0;
    text-align: left;
    width: 85%;
    display: flex;
    margin: 3rem auto 0;
    flex-direction: column;
    grid-row-gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }

@media screen and (max-width: 834px) {
  .menu-overlay ul li {
    line-height: 1; } }

@media screen and (max-width: 834px) {
  .menu-overlay ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    display: block; } }

.hum__title {
  padding-top: 3rem; }
  @media screen and (max-width: 834px) {
    .hum__title {
      padding-top: 1rem; } }
  .hum__title .title-en {
    font-size: 3rem;
    font-family: "Tenor Sans", serif;
    font-weight: 500;
    letter-spacing: 0.025en;
    line-height: 1; }
    @media screen and (max-width: 834px) {
      .hum__title .title-en {
        font-size: 1.8rem; } }
    .hum__title .title-en span {
      font-size: 5rem; }
      @media screen and (max-width: 834px) {
        .hum__title .title-en span {
          font-size: 3.2rem; } }
  .hum__title .title-jp {
    text-align: right;
    font-size: 1.4rem; }

.header .header-nav .header-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* リスト全体をクリッピング */ }

.header-nav .header-nav-list li {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  /* 初期状態で完全に隠す */
  transform: translateY(20px);
  /* 下に少しずらす */
  transition: opacity 0.8s ease, transform 0.8s ease,  clip-path 0.8s ease;
  /* スムーズなアニメーション */
  background-color: transparent; }

.header.forceopen .header-nav .header-nav-list li,
.header.forceopen.open .header-nav .header-nav-list li {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  /* 完全に表示 */
  transform: translateY(0);
  /* 元の位置に戻す */ }

.mv-line {
  position: absolute;
  top: -30px;
  left: 0;
  pointer-events: none;
  z-index: 99;
  height: 100vh;
  width: 100%;
  /*#animated-path {
	stroke:#fff;
	stroke-width: 1;
	fill: none;
	stroke-dasharray: 3352.69;
	stroke-dashoffset: 3352.69;
  }*/
  	  /*svg.active #animated-path {
      	animation: draw-line 3s ease-out forwards;
  		  stroke: #fff;
  		  stroke-opacity: 1;
  	  } 
  	@keyframes draw-line {
  		0% {
  		  stroke-dashoffset: 3352.69;
  		}
  		100% {
  		  stroke-dashoffset: 0;
  		}
  	  }*/ }
  @media screen and (max-width: 834px) {
    .mv-line {
      top: 55vh;
      left: 80px;
      transform: scale(2); } }
  .mv-line svg {
    width: 100%;
    height: auto;
    max-width: 80%;
    position: absolute;
    left: 0;
    top: 0; }
    .mv-line svg img {
      width: 100%;
      height: 100%; }
  .mv-line .cls-2, .mv-line .cls-3 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .mv-line .cls-2 {
    stroke-width: 1px; }
  .mv-line .cls-3 {
    stroke-width: 100px; }

.mv {
  position: relative;
  height: calc(100vh - 50px);
  z-index: 4; }
  .mv__main-text {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 50%;
    text-align: left;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media screen and (max-width: 1200px) {
      .mv__main-text {
        left: 0; } }
    @media screen and (max-width: 834px) {
      .mv__main-text {
        width: 100%;
        top: 32%; } }
    .mv__main-text .mv__title {
      font-size: clamp(5rem, 9vh, 9rem);
      font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
      font-weight: 300;
      line-height: 1.5;
      color: #fff; }
      @media screen and (max-width: 834px) {
        .mv__main-text .mv__title {
          font-size: clamp(3rem, 9vh, 5rem);
          padding-bottom: 1.5rem; } }
    .mv__main-text .site-lead {
      font-size: clamp(1.8rem, 9vh, 2.1rem);
      font-weight: 300;
      font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
      color: #fff;
      line-height: 1.5; }
      @media screen and (max-width: 834px) {
        .mv__main-text .site-lead {
          font-size: clamp(1.6rem, 2vh, 1.8rem); } }
  .mv .mv-recruit {
    width: 200px;
    position: absolute;
    z-index: 100;
    top: auto;
    right: 0;
    padding: 30px 0;
    bottom: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
    transition: 0.3s ease; }
    @media screen and (max-width: 834px) {
      .mv .mv-recruit {
        width: 14rem;
        grid-row-gap: 10px;
        padding: 2rem 0;
        bottom: 0; } }
    .mv .mv-recruit:hover {
      background-color: #fff;
      transition: 0.3s ease; }
      .mv .mv-recruit:hover .mv-recruit-title {
        color: #444;
        transition: 0.3s ease; }
      .mv .mv-recruit:hover img {
        filter: invert(100%);
        transition: 0.3s ease; }
    .mv .mv-recruit .badge-catch {
      position: absolute;
      z-index: 4;
      top: 0;
      right: 0;
      background-color: #D29399;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 834px) {
        .mv .mv-recruit .badge-catch {
          width: 3rem;
          height: 3rem; } }
      .mv .mv-recruit .badge-catch p {
        color: #fff;
        font-size: 1.2rem;
        font-family: "Tenor Sans", serif; }
        @media screen and (max-width: 834px) {
          .mv .mv-recruit .badge-catch p {
            font-size: 1rem; } }
    .mv .mv-recruit .mv-recruit-title {
      transition: 0.3s ease;
      text-align: center;
      line-height: 1.4;
      color: #fff;
      font-size: 1.3rem;
      font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
      font-weight: 300; }
      @media screen and (max-width: 834px) {
        .mv .mv-recruit .mv-recruit-title {
          font-size: 12px; } }
      .mv .mv-recruit .mv-recruit-title span {
        font-size: 2.4rem;
        font-family: "Tenor Sans", serif;
        display: block;
        text-align: center; }
        @media screen and (max-width: 834px) {
          .mv .mv-recruit .mv-recruit-title span {
            font-size: 2rem; } }

.about {
  padding-top: 45rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 70%); }
  @media screen and (max-width: 834px) {
    .about {
      padding-top: 15rem;
      padding-bottom: 0rem; } }
  .about .about-list {
    position: absolute;
    pointer-events: none;
    width: 100%;
    z-index: 10;
    bottom: 0; }
    @media screen and (max-width: 834px) {
      .about .about-list {
        bottom: 10%;
        left: -40%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: scale(2.5); } }
    .about .about-list svg {
      width: 100%;
      height: auto; }
      .about .about-list svg image {
        width: 100%;
        height: auto; }
    .about .about-list .cls-2, .about .about-list .cls-3 {
      fill: none;
      stroke: #e1b8bc;
      stroke-linecap: round;
      stroke-linejoin: round; }
    .about .about-list .cls-2 {
      stroke-width: 1px; }
    .about .about-list .cls-3 {
      stroke-width: 100px; }
  .about__text-wrap {
    display: flex;
    justify-content: center;
    color: #fff;
    column-gap: 10rem;
    margin-bottom: 17rem; }
    @media screen and (max-width: 834px) {
      .about__text-wrap {
        flex-direction: column;
        column-gap: 0;
        grid-row-gap: 5rem;
        margin-bottom: 10rem; } }
  .about__title-box {
    width: 20%;
    writing-mode: vertical-rl; }
    @media screen and (max-width: 834px) {
      .about__title-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        column-gap: 1rem; } }
  .about__title--lead {
    font-size: 1.4rem; }
  .about__description {
    width: 50%; }
    @media screen and (max-width: 834px) {
      .about__description {
        width: 100%; } }
    .about__description .text {
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 2.2;
      display: flex;
      flex-direction: column;
      grid-row-gap: 40px;
      margin-bottom: 12rem; }
      @media screen and (max-width: 834px) {
        .about__description .text {
          font-size: 1.4rem;
          grid-row-gap: 20px;
          margin-bottom: 5rem; } }
      .about__description .text span {
        display: block; }
    @media screen and (max-width: 834px) {
      .about__description .btn {
        margin: 0 auto; } }
  .about__slider {
    position: relative;
    z-index: 11 !important; }
  .about__swiper {
    position: relative;
    z-index: 11 !important;
    height: 500px;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 834px) {
      .about__swiper {
        margin-top: 50px; } }
    .about__swiper .swiper-wrapper {
      position: relative;
      z-index: 11 !important;
      height: 400px;
      transition-timing-function: linear;
      display: flex; }
    .about__swiper .swiper-slide {
      position: relative;
      z-index: 11 !important;
      flex-shrink: 0;
      height: 400px;
      width: 100% !important; }
      .about__swiper .swiper-slide picture {
        width: fit-content !important; }
      .about__swiper .swiper-slide img {
        width: 100%;
        /* 各スライドの幅を100%に */
        height: 100%;
        /* 高さを自動調整 */
        object-fit: cover;
        position: relative;
        z-index: 11 !important; }
    .about__swiper .swiper-slide-vertical {
      aspect-ratio: 11 / 14;
      object-fit: cover;
      max-width: 220px !important; }
      .about__swiper .swiper-slide-vertical picture,
      .about__swiper .swiper-slide-vertical img {
        max-height: 220px; }
        @media screen and (max-width: 834px) {
          .about__swiper .swiper-slide-vertical picture,
          .about__swiper .swiper-slide-vertical img {
            max-height: 220px;
            width: auto; } }
    .about__swiper .swiper-slide-oblong {
      aspect-ratio: 16 / 10;
      object-fit: cover;
      max-width: 320px !important;
      padding-right: 3% !important; }
      .about__swiper .swiper-slide-oblong picture,
      .about__swiper .swiper-slide-oblong img {
        max-height: 200px; }
        @media screen and (max-width: 834px) {
          .about__swiper .swiper-slide-oblong picture,
          .about__swiper .swiper-slide-oblong img {
            max-height: 170px; } }
    .about__swiper .swiper-slide1,
    .about__swiper .swiper-slide3,
    .about__swiper .swiper-slide5 {
      display: flex;
      align-items: flex-end; }
    .about__swiper .swiper-slide2,
    .about__swiper .swiper-slide4 {
      display: flex;
      align-items: flex-start; }

.company {
  position: relative;
  background-color: #F3F3E8;
  padding: 20rem 0 15rem; }
  @media screen and (max-width: 834px) {
    .company {
      padding: 19rem 0 16rem; } }
  .company .company-list {
    pointer-events: none;
    position: absolute;
    bottom: -6%;
    z-index: 2;
    width: 60%;
    height: auto; }
    @media screen and (max-width: 834px) {
      .company .company-list {
        width: 100%;
        left: -40px;
        transform: scale(1.5);
        bottom: 0; } }
    .company .company-list svg {
      width: 100%; }
      .company .company-list svg image {
        width: 100%;
        height: auto; }
      .company .company-list svg .cls-2, .company .company-list svg .cls-3 {
        fill: none;
        stroke: #e1b8bc;
        stroke-linecap: round;
        stroke-linejoin: round; }
      .company .company-list svg .cls-2 {
        stroke-width: 1px; }
      .company .company-list svg .cls-3 {
        stroke-width: 100px; }
  .company .inner {
    position: relative;
    z-index: 1;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    column-gap: 12rem; }
    @media screen and (max-width: 1300px) {
      .company .inner {
        column-gap: 6rem; } }
    @media screen and (max-width: 834px) {
      .company .inner {
        flex-direction: column-reverse; } }
  .company__float--picture {
    position: absolute;
    z-index: 0;
    right: 0;
    top: -10rem; }
    @media screen and (max-width: 834px) {
      .company__float--picture {
        width: 50%;
        top: -16rem; } }
  .company__picture-box {
    width: 35%; }
    @media screen and (max-width: 834px) {
      .company__picture-box {
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        margin: 4rem auto 0; } }
    .company__picture-box img {
      height: auto; }
      @media screen and (max-width: 834px) {
        .company__picture-box img {
          aspect-ratio: 3 / 2;
          object-fit: cover; } }
  .company__text-box {
    width: 48%;
    display: flex;
    justify-content: space-between;
    padding-top: 100px; }
    @media screen and (max-width: 1300px) {
      .company__text-box {
        width: 60%; } }
    @media screen and (max-width: 834px) {
      .company__text-box {
        width: 100%;
        flex-direction: column;
        grid-row-gap: 3rem;
        padding-top: 0; } }
  .company__title-box {
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: center;
    grid-row-gap: 50px; }
    @media screen and (max-width: 834px) {
      .company__title-box {
        width: 100%;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: center;
        height: 100%; } }
  .company__title--lead {
    writing-mode: vertical-rl; }
    .company__title--lead img {
      padding-bottom: 5px; }
  .company__title {
    writing-mode: vertical-rl; }
  .company__description {
    position: relative;
    z-index: 1;
    width: 60%; }
    @media screen and (max-width: 834px) {
      .company__description {
        width: 100%; } }
  .company__description--title {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 834px) {
      .company__description--title {
        font-size: 2rem;
        margin-bottom: 2rem; } }
  .company__description--lead {
    margin-bottom: 5rem; }
    @media screen and (max-width: 834px) {
      .company__description--lead {
        margin-bottom: 3rem; } }
  .company__salon-item {
    padding: 20px 0;
    border-bottom: 1px solid #DBDBC5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px; }
    .company__salon-item .salon-circle {
      border: 1px solid #DBDBC5;
      border-radius: 50%;
      width: 8rem;
      height: 8rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      .company__salon-item .salon-circle p {
        font-size: 2.4rem;
        font-family: "Tenor Sans", serif;
        text-align: center;
        line-height: 1.2; }
        .company__salon-item .salon-circle p span {
          font-size: 1.2rem;
          display: block; }
    .company__salon-item .salon-name {
      font-size: 1.4rem; }
    .company__salon-item .salon-address,
    .company__salon-item .salon-tel {
      font-size: 1.3rem;
      color: #444444 !important; }
      .company__salon-item .salon-address a,
      .company__salon-item .salon-tel a {
        color: #444444 !important; }
  .company .btn {
    margin-top: 5.6rem;
    color: #444444;
    border-bottom: 1px solid #444444; }
    @media screen and (max-width: 834px) {
      .company .btn {
        margin: 3rem auto 4rem; } }
    .company .btn img {
      filter: invert(100%); }

.recruit {
  background-color: #DDB1B5;
  overflow: hidden; }
  .recruit__contents {
    display: flex;
    justify-content: flex-start;
    column-gap: 13rem; }
    @media screen and (max-width: 1300px) {
      .recruit__contents {
        column-gap: 6rem; } }
    @media screen and (max-width: 834px) {
      .recruit__contents {
        column-gap: 0;
        flex-direction: column; } }
  .recruit__slider--wrapper {
    width: 45%;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .recruit__slider--wrapper {
        width: 100%;
        flex-direction: column;
        grid-row-gap: 1rem;
        margin-top: 5rem; } }
  @media screen and (max-width: 834px) {
    .recruit__slider--wrapper.pc {
      display: none; } }
  .recruit__slider--wrapper.pc .slick1-pc, .recruit__slider--wrapper.pc .slick2-pc {
    width: 49%;
    height: 100% !important; }
  .recruit__slider--wrapper.pc .slick2-pc {
    transform: rotate(180deg) !important; }
    .recruit__slider--wrapper.pc .slick2-pc .slick-track {
      display: flex !important;
      flex-direction: column-reverse !important; }
      .recruit__slider--wrapper.pc .slick2-pc .slick-track img {
        transform: rotate(180deg) !important; }
  .recruit__slider--wrapper.sp {
    display: none; }
    @media screen and (max-width: 834px) {
      .recruit__slider--wrapper.sp {
        display: block; } }
  .recruit__text-wrapper {
    padding: 24rem 0;
    width: 60%;
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 1300px) {
      .recruit__text-wrapper {
        justify-content: space-between; } }
    @media screen and (max-width: 834px) {
      .recruit__text-wrapper {
        width: 100%;
        padding: 5rem 0 10rem;
        flex-direction: column-reverse;
        grid-row-gap: 3rem; } }
  .recruit__description {
    color: #fff;
    width: 50%;
    padding-top: 11rem; }
    @media screen and (max-width: 834px) {
      .recruit__description {
        padding: 0;
        width: 100%; } }
  .recruit .btn {
    margin-top: 6rem; }
    @media screen and (max-width: 834px) {
      .recruit .btn {
        margin: 5rem auto 0; } }
  .recruit__title-box {
    width: 40%;
    display: flex;
    flex-direction: row-reverse;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .recruit__title-box {
        width: 100%;
        justify-content: center; } }
  .recruit__title--lead {
    writing-mode: vertical-rl; }
    .recruit__title--lead img {
      padding-bottom: 5px; }
  .recruit__title {
    writing-mode: vertical-rl; }

/*@media screen and (max-width: 834px) {
    .recruit__slider3, 
	.recruit__slider4 {
		height: 150px;
		width: 100%;
		img {
			aspect-ratio: auto;
			object-fit:none;
		}
	  }
}
*/
@media screen and (max-width: 834px) {
  .slick1 {
    margin-bottom: 1rem; } }

.slick-arrow {
  display: none !important; }

.slick-slide {
  padding-bottom: 6%; }
  @media screen and (max-width: 834px) {
    .slick-slide {
      padding-bottom: 0;
      padding-right: 0.6%; } }

@media screen and (max-width: 834px) {
  .slick-slider {
    height: 150px !important; }
    .slick-slider .swiper-slide {
      height: 150px !important; }
    .slick-slider img {
      height: 100% !important;
      width: auto !important;
      object-fit: cover; } }
.value {
  background-color: #F3F3E8;
  padding: 11rem 0 15rem;
  position: relative; }
  @media screen and (max-width: 834px) {
    .value {
      padding: 6rem 0; } }
  .value .value-list {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    .value .value-list svg {
      width: 100vw;
      height: 100vh; }
      .value .value-list svg image {
        width: 100%;
        height: auto; }
      .value .value-list svg .cls-2, .value .value-list svg .cls-3 {
        fill: none;
        stroke: #e1b8bc;
        stroke-linecap: round;
        stroke-linejoin: round; }
      .value .value-list svg .cls-2 {
        stroke-width: 1px; }
      .value .value-list svg .cls-3 {
        stroke-width: 100px; }
  .value__contents {
    position: relative;
    z-index: 2; }
  .value__title-box {
    text-align: center; }
  .value__title {
    padding: 0;
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 834px) {
      .value__title {
        margin-bottom: 1rem;
        margin-top: 2rem; } }
  @media screen and (max-width: 834px) {
    .value .company__description--title {
      font-size: 1.4rem;
      margin-bottom: 5rem; } }
  .value__picture--wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 12rem; }
    @media screen and (max-width: 834px) {
      .value__picture--wrapper {
        margin-bottom: 5rem; } }
    .value__picture--wrapper .value__picture1 {
      position: absolute;
      top: 0;
      left: 14%; }
      @media screen and (max-width: 1300px) {
        .value__picture--wrapper .value__picture1 {
          left: 3%;
          width: 13%; } }
      @media screen and (max-width: 834px) {
        .value__picture--wrapper .value__picture1 {
          left: 3%;
          width: 23%; } }
    .value__picture--wrapper .value__picture2 {
      position: absolute;
      left: 23%;
      bottom: 0; }
      @media screen and (max-width: 1300px) {
        .value__picture--wrapper .value__picture2 {
          left: 12%;
          width: 19%; } }
      @media screen and (max-width: 834px) {
        .value__picture--wrapper .value__picture2 {
          left: 12%;
          width: 31%; } }
    @media screen and (max-width: 834px) {
      .value__picture--wrapper .picture3 {
        width: 50%; } }
    .value__picture--wrapper .value__picture3 {
      position: relative;
      z-index: 5;
      margin: 10rem 0 18rem; }
      @media screen and (max-width: 834px) {
        .value__picture--wrapper .value__picture3 {
          margin: 10rem 0 13rem; } }
    .value__picture--wrapper .value__picture4 {
      position: absolute;
      bottom: 20px;
      right: 17%; }
      @media screen and (max-width: 1300px) {
        .value__picture--wrapper .value__picture4 {
          right: 2%;
          width: 25%; } }
      @media screen and (max-width: 834px) {
        .value__picture--wrapper .value__picture4 {
          right: 2%;
          width: 31%; } }
    .value__picture--wrapper .value__picture5 {
      position: absolute;
      top: 100px;
      right: 23%; }
      @media screen and (max-width: 1300px) {
        .value__picture--wrapper .value__picture5 {
          right: 8%;
          width: 14%; } }
      @media screen and (max-width: 834px) {
        .value__picture--wrapper .value__picture5 {
          right: 1%;
          width: 21%;
          top: 50px; } }
  .value__description {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      .value__description {
        column-gap: 3rem; } }
    @media screen and (max-width: 834px) {
      .value__description {
        flex-direction: column;
        grid-row-gap: 3rem; } }
    .value__description .text {
      width: 70%; }
      @media screen and (max-width: 834px) {
        .value__description .text {
          width: 100%; } }
    .value__description .btn {
      color: #444444;
      border-bottom: 1px solid #444444; }
      .value__description .btn img {
        filter: invert(100%); }
      @media screen and (max-width: 834px) {
        .value__description .btn {
          margin: 0 auto; } }

.sustainability {
  background-color: #F3F3E8;
  padding: 0rem 0 15rem; }
  @media screen and (max-width: 834px) {
    .sustainability {
      padding: 0rem 0 6rem; } }
  .sustainability__background {
    border-radius: 10px;
    overflow: hidden;
    background-image: url("../img/webp/index/index08.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 19rem 0 25rem; }
    @media screen and (max-width: 834px) {
      .sustainability__background {
        padding: 6rem 0; } }
  .sustainability__title--lead {
    max-width: 1200px;
    width: 90%;
    color: #fff;
    margin: 0 auto; }
  .sustainability__text--wrapper {
    max-width: 1200px;
    width: 90%;
    color: #fff;
    margin: 5.4rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 834px) {
      .sustainability__text--wrapper {
        margin: 2.4rem auto 0;
        flex-direction: column;
        grid-row-gap: 3rem;
        align-items: flex-start; } }
  .sustainability__title-box {
    width: 80%; }
    @media screen and (max-width: 834px) {
      .sustainability__title-box {
        width: 100%; } }
  .sustainability__description--title {
    margin: 0; }
    @media screen and (max-width: 834px) {
      .sustainability__description--title {
        font-size: 1.7rem;
        margin-bottom: 0rem; } }
  .sustainability__title {
    font-size: clamp(3rem, 6vw, 4rem); }
    @media screen and (max-width: 834px) {
      .sustainability__title {
        font-size: clamp(2.5rem, 6vw, 3rem);
        line-height: 1.8; } }
  @media screen and (max-width: 834px) {
    .sustainability .btn {
      margin: 0 auto; } }

.news {
  padding: 0 0 20rem;
  background-color: #F3F3E8; }
  @media screen and (max-width: 1300px) {
    .news {
      column-gap: 2rem; } }
  @media screen and (max-width: 834px) {
    .news {
      padding: 0rem 0 6rem; } }
  .news__contents {
    display: flex;
    max-width: 1200px; }
    @media screen and (max-width: 834px) {
      .news__contents {
        flex-direction: column; } }
  .news__left--box {
    width: 35%; }
    @media screen and (max-width: 834px) {
      .news__left--box {
        width: 100%; } }
  .news__title {
    font-size: 3.1rem;
    font-weight: 300;
    font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
    margin-bottom: 3.5rem;
    display: flex; }
    .news__title span {
      width: 5px; }
    @media screen and (max-width: 834px) {
      .news__title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem; } }
  .news .btn {
    color: #444444;
    border-bottom: 1px solid #444444; }
    @media screen and (max-width: 834px) {
      .news .btn {
        margin: 3rem auto 0; } }
    .news .btn img {
      filter: invert(100%); }
  .news__list {
    width: 65%; }
    @media screen and (max-width: 834px) {
      .news__list {
        width: 100%; } }
  .news__item {
    padding: 3rem 0;
    border-bottom: 1px solid #DBDBC5;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 834px) {
      .news__item {
        padding: 2rem 0; } }
    .news__item picture {
      width: 32%; }
      .news__item picture img {
        width: 100%;
        height: auto; }
  .news .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 任意の行数を指定 */ }
  .news .item__text--box {
    width: 64%; }
    .news .item__text--box .date {
      font-family: "Tenor Sans", serif;
      margin-top: 3rem;
      font-size: 14px; }
      @media screen and (max-width: 834px) {
        .news .item__text--box .date {
          margin-top: 1.5rem; } }
      .news .item__text--box .date span {
        font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
        background: #fff;
        padding: 10px;
        border-radius: 30px;
        margin-left: 10px; }
        @media screen and (max-width: 834px) {
          .news .item__text--box .date span {
            padding: 5px; } }

.bottom__link--wrapper {
  background-color: #F3F3E8; }
  .bottom__link--wrapper .inner {
    display: flex;
    justify-content: space-between;
    padding: 0 0 14rem; }
    @media screen and (max-width: 1300px) {
      .bottom__link--wrapper .inner {
        flex-wrap: wrap;
        grid-row-gap: 1.5rem; } }
    @media screen and (max-width: 834px) {
      .bottom__link--wrapper .inner {
        padding: 0 0 6rem; } }
  .bottom__link--wrapper .bottom__link--item {
    padding: 10px;
    width: 24%;
    background-color: #fff;
    border-radius: 10px; }
    @media screen and (max-width: 1300px) {
      .bottom__link--wrapper .bottom__link--item {
        width: 49%; } }
    @media screen and (max-width: 834px) {
      .bottom__link--wrapper .bottom__link--item {
        width: 100%; } }
    .bottom__link--wrapper .bottom__link--item a {
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      align-items: center;
      column-gap: 20px; }
      .bottom__link--wrapper .bottom__link--item a picture {
        display: flex;
        height: fit-content;
        width: 30%;
        justify-content: center;
        align-items: center; }
        .bottom__link--wrapper .bottom__link--item a picture img {
          width: 100%;
          object-fit: cover; }
      .bottom__link--wrapper .bottom__link--item a .text {
        width: 60%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        color: #444; }
        .bottom__link--wrapper .bottom__link--item a .text img {
          filter: invert(100%); }

.footer {
  padding: 14rem 0;
  background-color: #FFFFFF; }
  @media screen and (max-width: 834px) {
    .footer {
      padding: 6rem 0 5rem; } }
  .footer .footer__upper-box {
    max-width: 1200px;
    padding-bottom: 5rem;
    display: flex;
    border-bottom: 1px solid #EEEEEE;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .footer .footer__upper-box {
        flex-direction: column;
        grid-row-gap: 3rem;
        padding-bottom: 3rem; } }
    .footer .footer__upper-box .footer__title {
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 834px) {
        .footer .footer__upper-box .footer__title {
          flex-direction: column;
          align-items: flex-start;
          grid-row-gap: 10px; } }
      .footer .footer__upper-box .footer__title .title {
        font-size: clamp(5.5rem, 6vw, 9rem);
        font-weight: 300;
        line-height: 1;
        padding-right: 4rem; }
    .footer .footer__upper-box .footer__nav-box {
      width: 28%; }
      @media screen and (max-width: 1100px) and (min-width: 854px) {
        .footer .footer__upper-box .footer__nav-box {
          width: 30%; } }
      @media screen and (max-width: 834px) {
        .footer .footer__upper-box .footer__nav-box {
          width: 100%; } }
      .footer .footer__upper-box .footer__nav-box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 20px;
        color: #444444; }
        @media screen and (max-width: 834px) {
          .footer .footer__upper-box .footer__nav-box ul {
            grid-row-gap: 10px; } }
        .footer .footer__upper-box .footer__nav-box ul li {
          width: 35%; }
          @media screen and (max-width: 1400px) and (min-width: 1000px) {
            .footer .footer__upper-box .footer__nav-box ul li {
              width: 42%; } }
          @media screen and (max-width: 999px) and (min-width: 854px) {
            .footer .footer__upper-box .footer__nav-box ul li {
              width: 48%; } }
          @media screen and (max-width: 834px) {
            .footer .footer__upper-box .footer__nav-box ul li {
              width: 48%; } }
          .footer .footer__upper-box .footer__nav-box ul li a {
            color: #444444;
            font-size: 14px; }
            @media screen and (max-width: 834px) {
              .footer .footer__upper-box .footer__nav-box ul li a {
                font-size: 12px; } }
  .footer .footer__lower-box {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 5rem; }
    @media screen and (max-width: 834px) {
      .footer .footer__lower-box {
        padding-top: 3rem;
        flex-direction: column;
        align-items: center;
        grid-row-gap: 3rem; } }
    .footer .footer__lower-box .lower__left--box {
      width: 70%; }
      @media screen and (max-width: 834px) {
        .footer .footer__lower-box .lower__left--box {
          width: 100%; } }
      .footer .footer__lower-box .lower__left--box ul {
        display: flex;
        justify-content: flex-start; }
        @media screen and (max-width: 834px) {
          .footer .footer__lower-box .lower__left--box ul {
            flex-wrap: wrap;
            text-align: center;
            align-items: center;
            grid-row-gap: 10px; } }
        .footer .footer__lower-box .lower__left--box ul li {
          width: fit-content;
          padding: 0 10px;
          line-height: 1;
          border-right: 1px solid; }
          @media screen and (max-width: 834px) {
            .footer .footer__lower-box .lower__left--box ul li {
              width: 33%;
              padding: 0;
              border-right: 0px solid; } }
          .footer .footer__lower-box .lower__left--box ul li a {
            font-size: 10px;
            color: #A5A5A5; }
    .footer .footer__lower-box .lower-right--box {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      @media screen and (max-width: 834px) {
        .footer .footer__lower-box .lower-right--box {
          align-items: center; } }
      .footer .footer__lower-box .lower-right--box .footer__logo {
        display: block;
        width: 107px;
        height: auto; }
        @media screen and (max-width: 834px) {
          .footer .footer__lower-box .lower-right--box .footer__logo {
            width: 80px; } }
      .footer .footer__lower-box .lower-right--box small {
        color: #ccc;
        font-size: 10px; }
