@charset "UTF-8";
/* 色 */
:root {
  --border-gray: #dbdbc5;
}

/* フォント */
.ff-jp {
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
}

.ff-en {
  font-family: "Tenor Sans", serif;
}

/*下層コンテンツ*/
body.u-csv,
body.u-ci {
  overflow-x: clip;
  overflow-y: visible;
}

.u-csv .under-page__line,
.u-ci .under-page__line {
  top: -160px;
}

.under-page {
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
}
.under-page a {
  text-decoration: none;
  color: inherit;
}

.content-inner {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .content-inner {
    width: 90%;
  }
}

.under-page .header-nav__title img.topfixed,
.under-page .header.scroll-active .header-nav__title img.topfixed {
  display: none;
}
.under-page .header-nav__title img.floatsign,
.under-page .header.scroll-active .header-nav__title img.floatsign {
  display: block;
}
.under-page .header {
  mix-blend-mode: difference !important;
  -webkit-mix-blend-mode: difference !important;
  background: none;
}
.under-page .footer {
  margin-top: 16rem;
}
@media screen and (max-width: 834px) {
  .under-page .footer {
    margin-top: 6rem;
  }
}

/* ライン */
.under-page__line {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 99;
  height: auto;
  width: 56vw;
  max-width: 900px;
  z-index: 99;
}
@media screen and (max-width: 834px) {
  .under-page__line {
    right: -35vw;
    width: 90%;
  }
}

.under-page__line svg {
  width: 100%;
  height: auto;
  max-width: 80%;
  position: absolute;
  right: 0;
  top: 0;
}

.under-page__line svg img {
  width: 100%;
  height: 100%;
}

.under-page__line .st0 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* 線の間隔を指定する */
  stroke-dashoffset: 1500; /* 線の位置を指定する */
}

/* 改行 */
.br-640 {
  display: none;
}
@media screen and (max-width: 640px) {
  .br-640 {
    display: block;
  }
}

.no-br-640 {
  display: block;
}
@media screen and (max-width: 640px) {
  .no-br-640 {
    display: none;
  }
}

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

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

/* 見出し */
.under-page__ttl {
  margin-top: 17rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 834px) {
  .under-page__ttl {
    margin-top: 14rem;
  }
}

.under-page__ttl-wrap {
  margin-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .under-page__ttl-wrap {
    margin-bottom: 2rem;
  }
}

.under-page__ttl--ja {
  font-size: 6rem;
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4rem;
}
@media screen and (max-width: 834px) {
  .under-page__ttl--ja {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
}

.under-page__ttl-asterisk {
  width: 1.8rem;
  height: auto;
}
@media screen and (max-width: 834px) {
  .under-page__ttl-asterisk {
    width: 1rem;
  }
}

.under-page__ttl--en {
  color: #ddb1b5;
  font-size: 1.4rem;
  font-family: "Tenor Sans", serif;
  margin-left: 2.5rem;
}
@media screen and (max-width: 834px) {
  .under-page__ttl--en {
    margin-left: 1.5rem;
  }
}

.under-page__mv-img img {
  vertical-align: middle;
}

.under-page__section-lead {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 300;
}

/* 縦の見出し */
.under-page__side-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.under-page__side-ttl-lead {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.4rem;
  font-weight: 300;
}
.under-page__side-ttl-lead img {
  margin-bottom: 0.8rem;
}

.under-page__side-ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(2.8rem, 2.4vw, 3.2rem);
  line-height: 1.4;
  font-weight: 300;
  padding-right: 11.5%;
}

/* パンくずリスト */
.under-page__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #444c55;
  font-size: 1.3rem;
  text-align: right;
  gap: 2%;
  margin-top: 2rem;
  margin-bottom: 14rem;
}
@media screen and (max-width: 834px) {
  .under-page__breadcrumbs {
    margin-bottom: 5rem;
  }
}
.under-page__breadcrumbs li {
  line-height: 1;
}
.under-page__breadcrumbs .material-icons-outlined {
  font-size: 1.3rem;
  color: #dbdbc5;
}

.u-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5rem;
}
@media screen and (max-width: 834px) {
  .u-company__list {
    margin-top: -2rem;
  }
}
.u-company__list dt,
.u-company__list dd {
  border-bottom: 1px solid var(--border-gray);
}
.u-company__list dt {
  width: 20%;
  padding: 5rem 3rem;
}
@media screen and (max-width: 834px) {
  .u-company__list dt {
    width: 100%;
    border-bottom: none;
    padding: 2rem 0 0;
  }
}
.u-company__list dd {
  width: 80%;
  padding: 5rem 0rem;
}
@media screen and (max-width: 834px) {
  .u-company__list dd {
    width: 100%;
    padding: 1rem 0 2rem;
  }
}

.u-company__salon-list li {
  padding-left: 1.8rem;
  position: relative;
  line-height: 1.8;
}
.u-company__salon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 1rem;
  height: 1rem;
  background-color: #ddb1b5;
  border-radius: 50%;
}

.u-news__list li:first-child {
  padding-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .u-news__list li:first-child {
    padding-bottom: 3rem;
  }
}
.u-news__list li:last-child {
  padding-top: 5rem;
}
@media screen and (max-width: 834px) {
  .u-news__list li:last-child {
    padding-top: 3rem;
  }
}
.u-news__list li:not(:first-child):not(:last-child) {
  padding: 5rem 0;
}
@media screen and (max-width: 834px) {
  .u-news__list li:not(:first-child):not(:last-child) {
    padding: 3rem 0;
  }
}
.u-news__list li:not(:last-child) {
  border-bottom: 1px solid var(--border-gray);
}

.u-news__list-item {
  display: grid;
  grid-template-columns: 30% 65%;
  gap: 2.5%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .u-news__list-item {
    grid-template-columns: 100%;
  }
}

.u-news__img {
  aspect-ratio: 360/259;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .u-news__img {
    margin-bottom: 2rem;
  }
}
.u-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.u-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.u-news__date {
  font-family: "Tenor Sans", serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.u-news__category {
  font-size: 1.5rem;
  border-radius: 16px;
  background-color: #fcfcfc;
  padding: 0rem 1.2rem;
}

.u-news__ttl {
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 1;
  margin: 2rem 0rem 3rem;
}
@media screen and (max-width: 834px) {
  .u-news__ttl {
    margin: 1.5rem 0rem 2rem;
    font-size: 2rem;
  }
}

/* 理念 */
.u-philosophy__cont01 {
  padding-bottom: 16rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .u-philosophy__cont01 {
    padding-bottom: 6rem;
  }
}
.u-philosophy__cont01 .content-inner {
  padding-top: 8rem;
}
@media screen and (max-width: 1200px) {
  .u-philosophy__cont01 .content-inner {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-philosophy-cont01__ttl {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .u-philosophy-cont01__ttl {
    margin-top: 2rem;
  }
}

.u-philosophy-cont01__ttl--ja {
  font-size: 6rem;
  font-size: clamp(4rem, 3.8vw, 6rem);
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .u-philosophy-cont01__ttl--ja {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.u-philosophy-cont01__ttl--en {
  font-family: "Tenor Sans", serif;
  font-size: 1.8rem;
  margin: 2rem 0 8rem;
}
@media screen and (max-width: 834px) {
  .u-philosophy-cont01__ttl--en {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 5rem;
  }
}

.u-philosophy__cont01__img-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33%;
  gap: 8rem 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .u-philosophy__cont01__img-side {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 5rem;
  }
}

.u-philosophy__cont01__img01 {
  max-width: 550px;
  width: 96%;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .u-philosophy__cont01__img01 {
    margin-left: 0;
    max-width: none;
    width: 53%;
  }
}

.u-philosophy__cont01__img02 {
  max-width: 340px;
  margin-left: -14.3rem;
  width: 62%;
}
@media screen and (max-width: 1200px) {
  .u-philosophy__cont01__img02 {
    margin-left: 0;
    max-width: none;
    width: 37%;
    margin-top: 22vw;
  }
}

/* ビジョン */
.u-philosophy__cont02 {
  padding: 12rem 0rem 16rem;
  background-color: #e6e1cf;
}
@media screen and (max-width: 834px) {
  .u-philosophy__cont02 {
    padding: 6rem 0rem 6rem;
  }
}

.u-philosophy-cont02__ttl {
  font-weight: 300;
  font-size: 4rem;
  margin-block: 8rem 5rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .u-philosophy-cont02__ttl {
    font-size: 2rem;
    line-height: 1.5;
    margin-block: 2rem;
    text-align: left;
  }
}

.u-philosophy-cont02__txt {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .u-philosophy-cont02__txt {
    text-align: left;
  }
}

/* 行動指針 */
.u-philosophy__cont03 {
  padding-top: 12rem;
}
@media screen and (max-width: 834px) {
  .u-philosophy__cont03 {
    padding-top: 6rem;
  }
}

.u-philosophy-cont03__flex {
  padding-top: 6rem;
  display: grid;
  grid-template-columns: 30% 68%;
  gap: 2.5%;
}
@media screen and (max-width: 1200px) {
  .u-philosophy-cont03__flex {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 834px) {
  .u-philosophy-cont03__flex {
    padding-top: 2rem;
    gap: 0;
  }
}

.u-philosophy-cont03__ttl {
  font-size: 4.6rem;
  font-size: clamp(3rem, 2.9vw, 4.6rem);
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .u-philosophy-cont03__ttl {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}

.u-philosophy-cont03__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.u-philosophy-cont03__list li + li {
  margin-top: 3rem;
}

.u-philosophy-cont03__list-num {
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px #dbdbc5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Tenor Sans", serif;
  font-size: 1.5rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .u-philosophy-cont03__list-num {
    width: 80px;
    font-size: 1.3rem;
  }
}
.u-philosophy-cont03__list-num span {
  font-size: 3.4rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .u-philosophy-cont03__list-num span {
    font-size: 2.4rem;
  }
}

.u-philosophy-cont03__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .u-philosophy-cont03__list-body {
    font-size: 1.6rem;
  }
}
.u-philosophy-cont03__list-body span {
  color: #ddb1b5;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .u-philosophy-cont03__list-body span {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.under-page.u-sdgs .footer {
  margin-top: 0;
}

/* Beauty × Sustainability */
.u-sdgs-cont01 {
  padding-bottom: 16rem;
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont01 {
    padding-bottom: 6rem;
  }
}

.u-sdgs-cont01__ttl {
  color: #deb3b7;
  font-size: 9rem;
  font-size: clamp(4rem, 6.8vw, 9rem);
  text-align: center;
  margin-bottom: 7rem;
  font-family: "Tenor Sans", serif;
  font-weight: normal;
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont01__ttl {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .u-sdgs-cont01__ttl {
    line-height: 1;
  }
}

.u-sdgs-cont01__flex {
  display: grid;
  grid-template-columns: 46% 46%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont01__flex {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 834px) {
  .u-sdgs-cont01__img {
    width: 70%;
    margin: 0 auto;
  }
}

.u-sdgs-cont01__body {
  margin-top: 3vw;
}

.u-sdgs-cont01__body-ttl {
  font-size: clamp(3rem, 2.4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont01__body-ttl {
    font-size: 2rem;
  }
}

.u-sdgs-cont01__body-txt {
  margin-block: 6rem;
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont01__body-txt {
    margin-block: 2rem 3rem;
  }
}

/* サステナビリティの取り組み */
.u-sdgs-cont02 {
  background-color: #e6e1cf;
  padding-top: 14rem;
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont02 {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .u-sdgs-cont02 .content-inner {
    width: 90%;
  }
}

.u-sdgs-cont02__head-flex {
  margin-block: 7rem 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15%;
}
@media screen and (max-width: 1200px) {
  .u-sdgs-cont02__head-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-block: 4rem 8rem;
  }
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont02__head-flex {
    margin-block: 2rem 6rem;
    gap: 3rem 0;
  }
}

.u-sdgs-cont02__head-ttl {
  font-size: 3.2rem;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont02__head-ttl {
    font-size: 2rem;
    line-height: 1;
  }
}

.u-sdgs-cont02__list {
  padding-right: 4vw;
}
@media screen and (max-width: 1200px) {
  .u-sdgs-cont02__list {
    padding-right: 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .u-sdgs-cont02__list .u-sdgs-cont02__list-item:last-child {
    padding-bottom: 16rem;
  }
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont02__list .u-sdgs-cont02__list-item:last-child {
    padding-bottom: 6rem;
  }
}
.u-sdgs-cont02__list .u-sdgs-cont02__list-item {
  display: grid;
  grid-template-columns: 31% 36% 20%;
  gap: 7%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .u-sdgs-cont02__list .u-sdgs-cont02__list-item {
    grid-template-columns: 100%;
    justify-items: center;
    gap: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont02__list .u-sdgs-cont02__list-item {
    gap: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .u-sdgs-cont02__list .u-sdgs-cont02__list-item + .u-sdgs-cont02__list-item {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont02__list .u-sdgs-cont02__list-item + .u-sdgs-cont02__list-item {
    margin-top: 6rem;
  }
}

.u-sdgs-cont02__list-img {
  max-width: 700px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1200px) {
  .u-sdgs-cont02__list-img {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont02__list-img {
    width: 100%;
    aspect-ratio: 1;
  }
}
.u-sdgs-cont02__list-img img {
  vertical-align: middle;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .u-sdgs-cont02__list-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.u-sdgs-cont02__detail-list {
  -ms-flex-item-align: center;
      align-self: center;
}

.u-sdgs-cont02__side-ttl-wrap {
  margin-top: 6vw;
}
@media screen and (max-width: 1200px) {
  .u-sdgs-cont02__side-ttl-wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  .u-sdgs-cont02__detail-list {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.u-sdgs-cont02__detail-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
}
.u-sdgs-cont02__detail-list > li:first-child {
  padding-bottom: 1.5vw;
}
@media screen and (max-width: 1200px) {
  .u-sdgs-cont02__detail-list > li:first-child {
    padding-bottom: 3rem;
  }
}
.u-sdgs-cont02__detail-list > li:last-child {
  padding-top: 1.5vw;
}
@media screen and (max-width: 1200px) {
  .u-sdgs-cont02__detail-list > li:last-child {
    padding-top: 3rem;
  }
}
.u-sdgs-cont02__detail-list > li:not(:first-child):not(:last-child) {
  padding: 1.5vw 0;
}
@media screen and (max-width: 1200px) {
  .u-sdgs-cont02__detail-list > li:not(:first-child):not(:last-child) {
    padding: 3rem 0;
  }
}
.u-sdgs-cont02__detail-list > li:not(:last-child) {
  border-bottom: 1px solid #d3c9a7;
}

.u-sdgs-cont02__detail-list-num {
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px #d3c9a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Tenor Sans", serif;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.u-sdgs-cont02__detail-list-num .en {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0rem;
}
.u-sdgs-cont02__detail-list-num .num {
  font-size: 2.4rem;
}

.u-sdgs-cont02__detail-list-body {
  gap: 1.8rem;
}

.u-sdgs-cont02__detail-list-ttl {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.u-sdgs-cont02__detail-list-txt {
  font-size: 1.4rem;
}

.related-sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.related-sdgs__ttl {
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 1.5rem;
}

.related-sdgs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related-sdgs__list li {
  width: 6.4rem;
}

@media screen and (max-width: 1200px) {
  .u-sdgs .under-page__side-ttl-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.u-salon__list > li + li {
  margin-top: 14rem;
}
@media screen and (max-width: 834px) {
  .u-salon__list > li + li {
    margin-top: 5rem;
  }
}

.u-salon__list__ttl {
  font-size: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #dbdbc5;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .u-salon__list__ttl {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
.u-salon__list__ttl span {
  font-size: 2rem;
  font-size: 1.3rem;
}

.u-salon__list__flex {
  display: grid;
  grid-template-columns: 43% 56%;
  gap: 6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .u-salon__list__flex {
    grid-template-columns: 100%;
    row-gap: 1.5rem;
  }
}

.u-salon__list__img {
  aspect-ratio: 480/580;
  width: 100%;
}
.u-salon__list__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.u-salon__list__body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-salon__list__body-ttl {
  width: 24%;
  color: #ddb1b5;
  font-size: 1.8rem;
}
.u-salon__list__body-ttl:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .u-salon__list__body-ttl {
    width: 100%;
  }
}

.u-salon__list__body-desc {
  width: 76%;
}
@media screen and (max-width: 834px) {
  .u-salon__list__body-desc {
    width: 100%;
  }
}
.u-salon__list__body-desc:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .u-salon__list__body-desc:not(:first-of-type) {
    margin-top: 0rem;
  }
}
.u-salon__list__body-desc.--address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 3%;
}

.u-salon__list__body-google-map {
  height: 36px;
  font-size: 1.4rem;
  background: #fff;
  line-height: 1;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1001;
}

.u-salon__list__close-list {
  display: grid;
  grid-template-columns: 160px 1fr;
}
@media screen and (max-width: 834px) {
  .u-salon__list__close-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.under-page.u-csv .footer {
  margin-top: 0rem;
}

/* イントロ */
.u-csv-intro {
  padding-bottom: 12rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .u-csv-intro {
    padding-bottom: 6rem;
  }
}

.u-csv-intro__ttl-wrap {
  margin-bottom: 6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .u-csv-intro__ttl-wrap {
    text-align: left;
    margin-bottom: 2rem;
    gap: 1rem;
  }
}

.u-csv-intro__ttl {
  font-size: clamp(5rem, 4.5vw, 8rem);
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .u-csv-intro__ttl {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.u-csv-intro__catch {
  font-size: clamp(2.5rem, 1.8vw, 3.2rem);
}
@media screen and (max-width: 834px) {
  .u-csv-intro__catch {
    font-size: 1.9rem;
  }
}

.u-csv-intro__lead {
  max-width: 79rem;
  margin-inline: auto;
}

/* イントロスライダー */
.u-csv-intro-slider {
  margin-top: 14rem;
}
@media screen and (max-width: 834px) {
  .u-csv-intro-slider {
    margin-top: 5rem;
  }
}

.u-csv__swiper {
  overflow: clip;
}
.u-csv__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.u-csv__swiper .swiper-slide {
  height: auto;
}
.u-csv__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 共通価値への考え */
.u-csv__philosophy {
  background-color: #e6e1cf;
  padding: 12rem 0;
}
@media screen and (max-width: 834px) {
  .u-csv__philosophy {
    padding: 6rem 0;
  }
}

.u-csv-philosophy__head-flex {
  margin: 7.4rem 0rem 10rem;
  display: grid;
  grid-template-columns: 37rem 55%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 990px) {
  .u-csv-philosophy__head-flex {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 834px) {
  .u-csv-philosophy__head-flex {
    margin: 2rem 0rem 5rem;
  }
}

.u-csv-philosophy__head-ttl {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 990px) {
  .u-csv-philosophy__head-ttl {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .u-csv-philosophy__head-ttl {
    font-size: 2rem;
  }
}

.u-csv-philosophy__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 4rem 4%;
}

.u-csv-philosophy__list-ttl {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
}

.u-csv-philosophy__list-img {
  margin: 2rem 0rem;
}
@media screen and (max-width: 834px) {
  .u-csv-philosophy__list-img {
    margin-top: 1rem;
  }
}
.u-csv-philosophy__list-img img {
  vertical-align: middle;
}

.u-csv-philosophy__list-txt {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  min-height: 72px;
}
@media screen and (max-width: 834px) {
  .u-csv-philosophy__list-txt {
    font-size: 1.4rem;
  }
}

.u-csv-philosophy__detail-list > li + li {
  margin-top: 0.3rem;
}

.u-csv-philosophy__detail-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
  gap: 0.3rem;
}
.u-csv-philosophy__detail-list-item::before {
  font-family: "Material Symbols Outlined";
  content: "\e5ca";
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  color: #ddb1b5;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

/* 価値創造への取り組み */
.u-csv-value-creation {
  background-color: #ddb1b5;
  color: #fff;
}
.u-csv-value-creation .under-page__side-ttl {
  margin-top: 3rem;
}

.u-csv-value-creation__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: calc((100vw - min(1500px, 90vw)) / 2);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .u-csv-value-creation__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.u-csv-value-creation__mv {
  position: sticky;
  top: 0;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46%;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .u-csv-value-creation__mv {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
  }
}
.u-csv-value-creation__mv img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .u-csv-value-creation__mv img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

@media screen and (max-width: 1024px) {
  .u-csv .under-page__side-ttl-wrap {
    margin: 0 auto;
  }
}

.u-csv-value-creation__contents {
  width: 50%;
  padding: 12rem 0 15rem 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .u-csv-value-creation__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    padding: 6rem 0;
  }
}

.u-csv-value-creation__list-wrap {
  width: 72%;
  margin-top: 13rem;
}
@media screen and (max-width: 1024px) {
  .u-csv-value-creation__list-wrap {
    width: 100%;
    margin-top: 5rem;
  }
}

.u-csv-value-creation__list-catch {
  margin-bottom: 8rem;
}
@media screen and (max-width: 834px) {
  .u-csv-value-creation__list-catch {
    margin-bottom: 3rem;
  }
}

.u-csv-value-creation__list-item + .u-csv-value-creation__list-item {
  margin-top: 15rem;
}
@media screen and (max-width: 834px) {
  .u-csv-value-creation__list-item + .u-csv-value-creation__list-item {
    margin-top: 5rem;
  }
}

.u-csv-value-creation__list-img-wrap {
  position: relative;
}

.u-csv-value-creation__list-img {
  position: relative;
  z-index: 2;
}
.u-csv-value-creation__list-img img {
  vertical-align: bottom;
}

.u-csv-value-creation__list-img-ttl {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 300;
  text-align: center;
  line-height: 1.4;
  z-index: 3;
}
.u-csv-value-creation__list-img-ttl .big {
  font-size: 8rem;
  line-height: 1;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 834px) {
  .u-csv-value-creation__list-img-ttl .big {
    font-size: 3rem;
  }
}
.u-csv-value-creation__list-img-ttl .small {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .u-csv-value-creation__list-img-ttl .small {
    font-size: 1.4rem;
  }
}

.u-csv-value-creation__list-img-caption {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

.u-csv-value-creation__list-ttl {
  font-size: 1.8rem;
  text-align: center;
  margin: 4rem 0 3rem;
}
@media screen and (max-width: 834px) {
  .u-csv-value-creation__list-ttl {
    line-height: 1.5;
    margin: 3.5rem 0 1rem;
    font-size: 2rem;
  }
}

.u-csv-value-creation__detail-list {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .u-csv-value-creation__detail-list {
    margin-top: 3rem;
  }
}

.u-csv-value-creation__detail-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
  gap: 0.5rem;
  border-bottom: 1px solid #e2bfc3;
  padding-bottom: 3rem;
}
.u-csv-value-creation__detail-list-item:not(:first-child) {
  padding-top: 3rem;
}
@media screen and (max-width: 834px) {
  .u-csv-value-creation__detail-list-item:not(:first-child) {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .u-csv-value-creation__detail-list-item {
    padding-bottom: 1rem;
  }
}
.u-csv-value-creation__detail-list-item::before {
  font-family: "Material Symbols Outlined";
  content: "\e5ca";
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

.u-csv-value-creation__detail-list-ttl {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 834px) {
  .u-csv-value-creation__detail-list-ttl {
    font-size: 1.8rem;
  }
}

.u-csv-value-creation__detail-list-txt {
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .u-csv-value-creation__detail-list-txt {
    font-size: 1.4rem;
  }
}

.u-csv__line {
  pointer-events: none;
  height: 100vh;
  width: 100%;
}

.u-csv__line .st0 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3; /* 線の太さ */
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* 線の間隔 */
  stroke-dashoffset: 1500; /* 線の位置 */
}

.u-csv__line {
  position: absolute;
  top: 25rem;
  right: 0;
  pointer-events: none;
  z-index: 99;
  height: auto;
  width: 100%;
  z-index: 99;
}

.u-csv__line svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.u-csv__line svg img {
  width: 100%;
  height: 100%;
}

.u-csv__line .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 90; /*線の太さ*/
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* 線の間隔 */
  stroke-dashoffset: 1500; /* 線の位置 */
}

body.u-ci {
  overflow-x: clip;
  overflow-y: visible;
}

/* ライン */
.u-ci__line {
  position: absolute;
  top: -12rem;
  right: 0;
  pointer-events: none;
  z-index: 99;
  height: auto;
  width: 100%;
  z-index: 0;
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}
@media screen and (max-width: 834px) {
  .u-ci__line {
    top: 43%;
  }
}

.u-ci__line svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.u-ci__line svg img {
  width: 100%;
  height: 100%;
}

.u-ci__line .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 90; /*線の太さ*/
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* 線の間隔 */
  stroke-dashoffset: 1500; /* 線の位置 */
}

/* イントロ */
.u-ci-intro {
  padding-bottom: 17rem;
}
@media screen and (max-width: 834px) {
  .u-ci-intro {
    padding-bottom: 6rem;
  }
}

.u-ci-intro__ttl {
  font-size: 9rem;
  font-size: clamp(5rem, 5vw, 9rem);
  font-weight: 300;
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .u-ci-intro__ttl {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}

.u-ci-intro__img {
  background: #ececdb;
  text-align: center;
  width: 100%;
  aspect-ratio: 1200/320;
  position: relative;
}
@media screen and (max-width: 834px) {
  .u-ci-intro__img {
    aspect-ratio: 1200/450;
  }
}
.u-ci-intro__img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  display: block;
}
@media screen and (max-width: 834px) {
  .u-ci-intro__img img {
    width: 90%;
  }
}

.u-ci-intro__flex {
  display: grid;
  grid-template-columns: 40rem auto;
  gap: 2rem 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9rem;
}
@media screen and (max-width: 1200px) {
  .u-ci-intro__flex {
    grid-template-columns: 100%;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .u-ci-intro__flex {
    margin-top: 2rem;
  }
}

.u-ci-intro__catch {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .u-ci-intro__catch {
    font-size: 2rem;
  }
}

/* 大切にするもの  */
.u-ci-values {
  background: #e6e1cf;
  max-height: 81rem;
  height: 80vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .u-ci-values {
    height: auto;
    padding: 6rem 0;
    max-height: none;
  }
}
.u-ci-values .content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .u-ci-values .content-inner {
    position: static;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 53vw;
  }
}
@media screen and (max-width: 640px) {
  .u-ci-values .content-inner {
    gap: 42vw;
  }
}

@media screen and (max-width: 499px) {
  .u-ci-values .content-inner {
    gap: 27vw;
  }
}
@media screen and (max-width: 399px) {
  .u-ci-values .content-inner {
    gap: 15vw;
  }
}
.u-ci-values__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 3;
}

.u-ci-values__txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .u-ci-values__txt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: contents;
  }
}

.under-page__side-ttl-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.u-ci-values__img-wrap--sp {
  display: contents;
}
@media screen and (max-width: 1024px) {
  .u-ci-values__img-wrap--sp {
    display: block;
    margin-top: 10rem;
    margin-right: 8rem;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .u-ci-values__img-wrap--sp .u-ci-values__img-wrap {
    width: 53%;
    max-width: none;
  }
}

.u-ci-values .under-page__side-ttl {
  font-size: clamp(4rem, 3.4vw, 6rem);
  padding-right: 5%;
}
@media screen and (max-width: 1024px) {
  .u-ci-values .under-page__side-ttl {
    font-size: 3rem;
  }
}
.u-ci-values .under-page__side-ttl-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 7rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .u-ci-values .under-page__side-ttl-wrap {
    margin-bottom: 30rem;
    margin-inline: auto;
  }
}

/* 画像部分のスタイル */
.u-ci-values__img-wrap {
  width: 32%;
  max-width: 360px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-56%);
          transform: translateX(-56%);
}
@media screen and (max-width: 1024px) {
  .u-ci-values__img-wrap {
    width: 41%;
    left: 50%;
    top: 32%;
  }
}
@media screen and (max-width: 834px) {
  .u-ci-values__img-wrap {
    top: 38%;
  }
}

.u-ci-values__img {
  position: absolute;
  max-width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
  transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
  transition: opacity 0.8s ease, transform 1.2s ease;
  transition: opacity 0.8s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}

.u-ci-values__img.img-01 {
  top: 7rem;
  left: -4rem;
}

.u-ci-values__img.img-02 {
  top: -6rem;
  left: 12rem;
}

.u-ci-values__img.img-03 {
  top: 0rem;
  left: 4rem;
}

.u-ci-values__img.visible.img-01 {
  opacity: 1;
  -webkit-transform: rotate(-10.1deg) translateY(-20px);
          transform: rotate(-10.1deg) translateY(-20px);
}

.u-ci-values__img.visible.img-02 {
  opacity: 1;
  -webkit-transform: rotate(10deg) translateY(-20px);
          transform: rotate(10deg) translateY(-20px);
}

.u-ci-values__img.visible.img-03 {
  opacity: 1;
  -webkit-transform: rotate(5.99deg) translateY(-20px);
          transform: rotate(5.99deg) translateY(-20px);
}

/* 未来へのコミットメント */
.u-ci-commitment {
  padding: 14rem 0;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .u-ci-commitment {
    padding: 6rem 0;
  }
}
.u-ci-commitment .under-page__section-lead {
  margin-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  .u-ci-commitment .under-page__section-lead {
    margin-bottom: 2rem;
  }
}

.u-ci-commitment__flex {
  display: grid;
  grid-template-columns: 48rem 54%;
  gap: 2rem 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .u-ci-commitment__flex {
    grid-template-columns: 100%;
  }
}

.u-ci-commitment__catch {
  font-size: 3.2rem;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .u-ci-commitment__catch {
    font-size: 2rem;
  }
}

.u-ci-commitment__txt {
  line-height: 2;
}

/* ビジョンセクション（画像セクション） */
.under-page.u-ci .footer {
  margin-top: 0rem;
}

.u-ci-vision-list__item {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
}

.u-ci-vision-list__item:nth-of-type(1) {
  background: url("../img/webp/ci/vision01.webp") no-repeat center;
  background-size: cover;
}
.u-ci-vision-list__item:nth-of-type(2) {
  background: url("../img/webp/ci/vision02.webp") no-repeat center;
  background-size: cover;
  margin-top: -1px;
}
.u-ci-vision-list__item:nth-of-type(3) {
  background: url("../img/webp/ci/vision03.webp") no-repeat center;
  background-size: cover;
  margin-top: -2px;
}

.u-ci-vision-list__item {
  color: #fff;
  height: 80vh;
}
@media screen and (max-width: 834px) {
  .u-ci-vision-list__item {
    height: 100vh;
  }
}
.u-ci-vision-list__item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1500px;
  width: 90%;
  margin-inline: auto;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-ci-vision-list__item-ttl-wrap {
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .u-ci-vision-list__item-ttl-wrap {
    top: 30%;
  }
}

.u-ci-vision-list__item-ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4.2rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .u-ci-vision-list__item-ttl {
    font-size: 3rem;
  }
}

.u-ci-vision-list__item-txt-wrap {
  position: absolute;
  right: 0;
  text-align: right;
  bottom: 10%;
}
@media screen and (max-width: 834px) {
  .u-ci-vision-list__item-txt-wrap {
    text-align: left;
    right: unset;
    left: 0;
    bottom: 30%;
  }
}
@media screen and (max-width: 640px) {
  .u-ci-vision-list__item-txt-wrap {
    bottom: 15%;
  }
}

.u-ci-vision-list__item-lead {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.u-ci-vision-list__item-txt {
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .u-ci-vision-list__item-txt {
    font-size: 1.4rem;
  }
}

.u-message__cont .content-inner {
  display: grid;
  grid-template-columns: 46% 46%;
  gap: 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .u-message__cont .content-inner {
    grid-template-columns: 100%;
    gap: 5rem 0;
  }
}
@media screen and (max-width: 834px) {
  .u-message__cont .content-inner {
    row-gap: 3rem;
  }
}

.u-message__ttl {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .u-message__ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.u-message__image-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5%;
}
@media screen and (max-width: 640px) {
  .u-message__image-flex {
    grid-template-columns: 1fr;
    gap: 3rem 0;
  }
}

.u-message__image-profile {
  text-align: center;
}

.u-message__image-company {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .u-message__image-company {
    font-size: 1.3rem;
  }
}

.u-message__image-name {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .u-message__image-name {
    font-size: 1.8rem;
  }
}

/* ライン01 */
.u-business__line1 {
  position: absolute;
  bottom: 26vw;
  left: 0;
  pointer-events: none;
  z-index: 99;
  height: auto;
  width: 60%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .u-business__line1 {
    width: 81%;
    bottom: 34vw;
  }
}
.u-business__line1 svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.u-business__line1 svg img {
  width: 100%;
  height: 100%;
}
.u-business__line1 .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 50; /*線の太さ*/
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* 線の間隔 */
  stroke-dashoffset: 1500; /* 線の位置 */
}

/* ライン02 */
.u-business__line2 {
  position: absolute;
  top: 5vw;
  left: 0;
  pointer-events: none;
  z-index: 99;
  height: auto;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .u-business__line2 {
    width: 100%;
    bottom: 34vw;
  }
}
.u-business__line2 svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.u-business__line2 svg img {
  width: 100%;
  height: 100%;
}
.u-business__line2 .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 50; /*線の太さ*/
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500; /* 線の間隔 */
  stroke-dashoffset: 1500; /* 線の位置 */
}

/* 01.事業領域 */
.u-business-scope {
  padding-bottom: 20rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .u-business-scope {
    padding-top: 42vw;
    padding-bottom: 12rem;
  }
}
.u-business-scope::after {
  background: url(../img/webp/business/scope_map.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 61%;
  aspect-ratio: 1980/1344;
  top: -18rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .u-business-scope::after {
    width: 120%;
    top: -32vw;
    left: -11%;
  }
}

.u-business-scope__body {
  width: 468px;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .u-business-scope__body {
    width: 100%;
  }
}

.u-business-scope__ttl {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-block: 4rem 3rem;
}
@media screen and (max-width: 834px) {
  .u-business-scope__ttl {
    font-size: 2rem;
    margin-block: 2rem;
  }
}

/* 02.事業詳細 */
.u-business-detail {
  padding-block: 14rem 13rem;
  background-color: #e6e1cf;
}
@media screen and (max-width: 834px) {
  .u-business-detail {
    padding-block: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .u-business-detail {
    padding-block: 6rem;
  }
}
.u-business-detail .under-page__section-lead {
  margin-bottom: 7rem;
}
@media screen and (max-width: 834px) {
  .u-business-detail .under-page__section-lead {
    margin-bottom: 2rem;
  }
}

.u-business-detail__head-flex {
  display: grid;
  grid-template-columns: 35rem 55%;
  gap: 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 834px) {
  .u-business-detail__head-flex {
    grid-template-columns: 100%;
    row-gap: 2rem;
    margin-bottom: 3rem;
  }
}

.u-business-detail__ttl {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .u-business-detail__ttl {
    font-size: 2rem;
  }
}

.u-business-detail-img-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}
@media screen and (max-width: 640px) {
  .u-business-detail-img-list {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
.u-business-detail-img-list li {
  position: relative;
}
.u-business-detail-img-list li:nth-child(2) {
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}
@media screen and (max-width: 640px) {
  .u-business-detail-img-list li:nth-child(2) {
    -webkit-transform: none;
            transform: none;
  }
}

.u-business-detail__img-label {
  color: #fff;
  position: absolute;
  bottom: 4%;
  left: 7%;
  font-size: clamp(1.5rem, 1.2vw, 2.1rem);
}
@media screen and (max-width: 640px) {
  .u-business-detail__img-label {
    font-size: 1.8rem;
  }
}

/*  03.事業基盤 */
.u-business-base {
  padding: 16rem 0 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .u-business-base {
    padding: 6rem 0 0;
  }
}

.u-business-base__content-ttl {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .u-business-base__content-ttl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.u-business-base__content-flex .under-page__side-ttl-wrap {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.u-business-base__content.--01 .u-business-base__content-flex {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 53% 40%;
  gap: 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .u-business-base__content.--01 .u-business-base__content-flex {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .u-business-base__content.--01 .u-business-base__content-flex {
    grid-template-columns: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 3rem;
  }
}
.u-business-base__content.--01 .u-business-base__content-body {
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .u-business-base__content.--01 .u-business-base__content-body {
    margin-top: 0rem;
  }
}
.u-business-base__content.--02 {
  margin-top: 5rem;
}
.u-business-base__content.--02 .under-page__side-ttl-wrap,
.u-business-base__content.--02 .u-business-base__detail-list {
  margin-top: 13rem;
}
@media screen and (max-width: 834px) {
  .u-business-base__content.--02 .under-page__side-ttl-wrap,
  .u-business-base__content.--02 .u-business-base__detail-list {
    margin-top: 0rem;
  }
}
.u-business-base__content.--02 .under-page__side-ttl-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .u-business-base__content.--02 .under-page__side-ttl-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 834px) {
  .u-business-base__content.--02 .u-business-base__detail-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 834px) {
  .u-business-base__content.--02 .u-business-base__content-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.u-business-base__content.--02 .u-business-base__content-flex {
  display: grid;
  grid-template-columns: 31% 10% 42%;
  gap: 2.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .u-business-base__content.--02 .u-business-base__content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.u-business-base__content.--02 .u-business-base__content-img {
  margin-left: -15rem;
}
@media screen and (max-width: 834px) {
  .u-business-base__content.--02 .u-business-base__content-img {
    margin-left: 0rem;
  }
}

.u-business-base__detail-list-num {
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px #dbdbc5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Tenor Sans", serif;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.u-business-base__detail-list-num .en {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0rem;
}
.u-business-base__detail-list-num .num {
  font-size: 2.4rem;
}

.u-business-base__detail-list-body {
  gap: 1.8rem;
}

.u-business-base__detail-list-ttl {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.u-business-base__detail-list-txt {
  font-size: 1.4rem;
}

.u-business-base__detail-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
}

@media screen and (max-width: 1200px) {
  .u-business-base__detail-list {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.u-business-base__detail-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
  border-bottom: 1px solid #dbdbc5;
}
.u-business-base__detail-list > li:first-child {
  padding-bottom: 1.5vw;
}
@media screen and (max-width: 1200px) {
  .u-business-base__detail-list > li:first-child {
    padding-bottom: 3rem;
  }
}
.u-business-base__detail-list > li:last-child {
  padding-top: 1.5vw;
}
@media screen and (max-width: 1200px) {
  .u-business-base__detail-list > li:last-child {
    padding-top: 3rem;
  }
}
.u-business-base__detail-list > li:not(:first-child) {
  padding: 1.5vw 0;
}
@media screen and (max-width: 1200px) {
  .u-business-base__detail-list > li:not(:first-child) {
    padding: 3rem 0;
  }
}/*# sourceMappingURL=under.css.map */