body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; /* Normal weight */
}

.u-desktop {
  display: none;
}

/* リキッドレイアウト対応 */

html {
  font-size: 16px;
  background-color: white;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.account__button {
  background-color: #fff;
  background-image: url(../images/common/account-black.svg);
  background-position: 50% 150%;
  background-repeat: no-repeat;
  background-size: 90%;
  border: 0.0625rem solid #fff;
  border-radius: 60%;
  cursor: pointer;
  height: 2.125rem;
  overflow: hidden;
  transition:
    background-image 0.3s,
    background-color 0.3s,
    border-color 0.3s;
  width: 2.125rem;
}

.account__button:hover {
  background-color: #1a1b1c;
  background-image: url(../images/common/account-white.svg);
  border-color: transparent;
}

.arrow {
  position: relative;
}

.arrow::after {
  border-right: 1px solid #7a0;
  border-top: 1px solid #7a0;
  content: '';
  display: block;
  height: 0.5rem;
  left: 0.3125rem;
  position: absolute;
  top: -0.0625rem;
  width: 0.5rem;
}

.arrow::before {
  background: #7a0;
  content: '';
  display: block;
  height: 1px;
  left: 0.0625rem;
  position: absolute;
  top: 0.25rem;
  transform: rotate(135deg);
  width: 0.8125rem;
}

.btn {
  background-color: #218b31;
  border: 0.0625rem solid #218b31;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  padding: 0.625rem 0;
  text-align: center;
  transition:
    background-color 0.3s,
    border-color 0.3s,
    color 0.3s;
  width: 8.8125rem;
}

.btn:hover {
  background-color: #fff;
  color: #218b31;
}

.btn.btn--purple {
  background-color: #802f7f;
  border-color: transparent;
  width: 8.8125rem;
}

.btn.btn--purple:hover {
  background-color: #fff;
  border-color: #802f7f;
  color: #802f7f;
}

.btn.btn--speech-bubble {
  background-color: #fff;
  border-color: transparent;
  color: #1a1b1c;
  font-weight: 400;
  line-height: 1;
  padding-left: 1.25rem;
  position: relative;
  transition:
    background-color 0.3s,
    color 0.3s,
    background-image 0.3s;
  width: 8.8125rem;
}

.btn.btn--speech-bubble::before {
  background-image: url(../images/common/speech-bubble.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 1rem;
  left: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

.btn.btn--speech-bubble:hover {
  background-color: #1a1b1c;
  color: #fff;
}

.btn.btn--speech-bubble:hover::before {
  background-color: #1a1b1c;
  background-image: url(../images/common/speech-bubble_white.svg);
  color: #fff;
}

.btn.btn--arrow {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 0.5rem;
  position: relative;
  width: 10.25rem;
}

.btn.btn--arrow::before {
  background-color: #fff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 1.375rem;
  top: 52.5%;
  transform: rotate(135deg);
  transition:
    background-color 0.3s,
    border-color 0.3s;
  width: 0.8125rem;
}

.btn.btn--arrow:hover::before {
  background-color: #218b31;
}

.btn.btn--arrow::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: '';
  display: block;
  height: 0.5rem;
  position: absolute;
  right: 1.4375rem;
  top: 38.3%;
  width: 0.5rem;
}

.btn.btn--arrow:hover::after {
  border-color: #218b31;
}

.btn.btn--arrow.btn--white {
  background-color: #fff;
  border: 0.0625rem solid #28292b;
  color: #28292b;
  display: block;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1;
  padding: 0 0 0.375rem 2.5rem;
  position: relative;
  text-align: left;
  width: 10.25rem;
}

.btn__s-text {
  color: #28292b;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1;
}

.btn.btn--arrow.btn--white::before {
  background-color: #1a1b1c;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 1.375rem;
  top: 55.5%;
  transform: rotate(135deg);
  transition:
    background-color 0.3s,
    border-color 0.3s;
  width: 0.8125rem;
}

.btn.btn--arrow.btn--white::after {
  border-right: 1px solid #1a1b1c;
  border-top: 1px solid #1a1b1c;
  content: '';
  display: block;
  height: 0.5rem;
  position: absolute;
  right: 1.4375rem;
  top: 43%;
  width: 0.5rem;
}

.btn.btn--arrow.btn--white:hover {
  background-color: #28292b;
  color: #fff;
}

.btn.btn--arrow.btn--white:hover .btn__s-text {
  color: #fff;
}

.btn.btn--arrow.btn--white:hover::before {
  background-color: #fff;
}

.btn.btn--arrow.btn--white:hover::after {
  border-color: #fff;
}

.card {
  border: 0.0625rem solid #28292b;
  max-width: 19.8125rem;
  position: relative;
  width: 100%;
}

.card__background {
  background-color: #fff;
}

.card__tag {
  color: #1a1b1c;
  content: '';
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0.625rem;
  text-align: right;
  top: 0.6875rem;
  z-index: 1;
}

.card__tag-element {
  color: #1a1b1c;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.card__content {
  -webkit-clip-path: polygon(64% 0, 100% 38%, 100% 100%, 0 100%, 0 0);
  background-color: #28292b;
  clip-path: polygon(64% 0, 100% 38%, 100% 100%, 0 100%, 0 0);
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem 1.5rem;
}

.card__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}

.card__text-area {
  margin-top: 0.75rem;
}

.card__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.5;
}

.card__btn {
  display: flex;
  gap: 0.8125rem;
  justify-content: center;
  margin-top: 1rem;
}

.close-button {
  background-color: #fdfdfd;
  border-radius: 60%;
  cursor: pointer;
  display: block;
  height: 2.875rem;
  left: -3.5rem;
  position: absolute;
  top: 0.75rem;
  width: 2.875rem;
  z-index: 10;
}

.close-button span {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
}

.close-button.is-click span {
  width: 100%;
}

.close-button span:nth-child(1) {
  background-color: #28292b;
  height: 2px;
  right: 50%;
  top: 31%;
  transform: translate(16px, 9px) rotate(37deg);
  width: 70%;
}

.close-button span:nth-child(2) {
  background-color: #28292b;
  height: 2px;
  right: 50%;
  top: 69%;
  transform: translate(16px, -9px) rotate(-37deg);
  width: 70%;
}

.drawer {
  cursor: pointer;
  height: 1.5rem;
  position: relative;
  width: 2.25rem;
  z-index: 9;
}

.drawer span {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  transition:
    transform 0.5s,
    opacity 0.5s,
    visibility 0.5s;
}

.drawer.is-click span {
  width: 100%;
}

.drawer span:nth-child(1) {
  height: 0.0625rem;
  left: 0;
  top: 0;
  width: 100%;
}

.drawer span:nth-child(2) {
  height: 0.0625rem;
  left: 0;
  top: 50%;
  width: 100%;
}

.drawer span:nth-child(3) {
  bottom: 0;
  height: 0.0625rem;
  left: 0;
  width: 100%;
}

.drawer.is-open span:nth-child(1) {
  transform: translate(0, 0.71875rem) rotate(37deg);
}

.drawer.is-open span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.drawer.is-open span:nth-child(3) {
  transform: translate(0, -0.71875rem) rotate(-37deg);
}

.feature-layout {
  padding: 2rem 0;
}

.footer-layout {
  padding: 1.25rem 0 0.6875rem;
}

.footer-nav__lists {
  -moz-column-gap: 2.625rem;
  column-gap: 2.625rem;
  display: flex;
  flex-wrap: wrap;
}

.footer-nav__link {
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  padding: 0.625rem 0;
  transition:
    color 0.3s,
    opacity 0.3s;
}

.footer-nav__link:hover {
  color: #fdfdfd;
  opacity: 0.5;
}

.footer {
  background-color: #28292b;
}

.footer__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.footer__nav {
  margin-top: 0.625rem;
}

.footer__copy {
  margin-top: 1.125rem;
  text-align: center;
}

.footer__copy-text {
  color: #fff;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1;
}

/* .fv-layout {
  padding-top: 8.8125rem;
} */

.fv__wrap {
  position: relative;
  aspect-ratio: 375/211;
  width: 100%;
}

.fv__wrap video {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.fv__text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  font-size: 55px;
  letter-spacing: 0px;
  color: #333333;
  line-height: 1.5; /* 行間の調整 */
  display: inline-block;
  padding: 0 10px; /* 背景の左右余白 */
  width: 100%;
}

.fv__text span {
  background-color: rgba(255, 255, 255, 0.3); /* 背景色 */
  display: inline-block; /* 各行を独立させる */
  margin: 5px 0; /* 行の上下の余白を追加 */
  padding: 0 10px; /* 背景の左右余白 */
  line-height: 1.8; /* 行間を適切に調整 */
}

.header-btn {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}

.header-pc {
  display: none;
  height: 5.75rem;
}

.header-pc__logo {
  aspect-ratio: 239/74;
  height: 4.625rem;
  width: 14.9375rem;
}

.header-pc__logo img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.header-pc__nav-items {
  margin-left: auto;
  padding-left: 0.625rem;
}

.header-pc__btn {
  margin-left: 1.25rem;
}

.header-pc__account {
  margin-left: 1rem;
}

.header-sp__logo {
  width: 10.5625rem;
}

.header-sp__logo img {
  width: 100%;
}

.header-sp__wrap {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 1.25rem;
  padding-top: 0.5rem;
}

.header-sp__upper-row {
  align-items: center;
  display: flex;
}

.header-sp__function {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.header-sp__account {
  margin-left: 1.25rem;
}

.header-sp__bottom-row {
  border-top: 0.0625rem solid #1a1b1c;
  margin-top: 0.5rem;
  padding-top: 1.25rem;
}

.header {
  background-color: #28292b;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.journal-layout {
  margin-top: 290px;
}

.main-title-layout {
  height: 211px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
  margin-top: 270px;
  margin-bottom: 223px;
}

.main-title__inner {
  top: 1351px;
  height: 140px;
  text-align: center;
}

.main-title__text {
  text-align: center;
  letter-spacing: 0px;
  font-size: 42px;
  color: #333333;
  opacity: 1;
}

.category-images-container {
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
}

.category-images {
  display: flex;
  justify-content: center;
  width: 80%;
}

.category-left-panel {
  width: calc(100vw * 0.4);
}

.category-right-panel {
  width: calc(100vw * 0.6);
  margin-left: 30px;
}

.category-main-container {
  position: relative;
  text-align: center;
  width: calc(100vw * 0.3);
  height: 100%;
}

.category-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-name-area {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 17px;
  background: rgba(0, 0, 0, 0);
}

.category-name {
  text-align: center;
  font: normal normal bold 36px/43px Cormorant Garamond;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.category-sub-image-grid {
  display: grid; /* グリッドレイアウトを使用 */
  grid-template-columns: repeat(
    3,
    calc((((100vw * 0.9) * 0.557) - 40px) / 3)
  ); /* 3列の幅を計算 */
  grid-template-rows: repeat(
    2,
    calc((((100vw * 0.9) * 0.557) - 40px) / 3)
  ); /* 高さも幅と同じにする */
  gap: 10px; /* グリッド間の隙間 */
  width: 100%; /* 親要素の幅を設定 */
  max-width: 100%; /* 最大幅を画面幅に制限 */
  margin: 0 auto; /* グリッド全体を中央揃え */
  box-sizing: border-box; /* パディングやボーダーを計算に含める */
}

.category-sub-image {
  width: 100%; /* セル内で幅いっぱい */
  height: 100%; /* セル内で高さいっぱい */
  object-fit: cover; /* 画像をセルにフィット */
}

.grid-item {
  position: relative;
  text-align: center;
}

.category-more-image {
  width: calc(100vw * 0.16);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #a69494 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
}

.category-placeholder {
  width: calc(100vw * 0.16);
  height: calc(100vw * 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  border: 1px dashed #ccc;
}

.main-link-fabric:hover {
  transform: scale(1.05);
  border-color: #218b31;
}

.appeal-point-section {
  /* UI Properties */
  background: #f0f1f5 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200px;
}

.appeal-point-wrapper {
  display: flex;
  flex-direction: row;
  width: 90%;
  height: 770px;
}
.appeal-point-left-wrapper {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.appeal-point-right-wrapper {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.appeal-point-image {
  width: 605px;
  height: 120%;
  position: absolute;
}

.appeal-point-image img {
  width: auto;
  height: 100%;
  display: block;
}

.appeal-point-text {
  direction: flex;
  flex-direction: column;
  width: 700px;
}

.appeal-point-text h2 {
  /* Layout Properties */
  margin-top: 129px;

  /* UI Properties */
  text-align: left;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}

.appeal-point-text h3 {
  /* Layout Properties */
  margin-top: 60px;
  margin-bottom: 180px;

  /* UI Properties */
  text-align: left;
  font-size: 15px;
  letter-spacing: 0px;
  color: #5c5757;
  opacity: 1;
}

.what-is-kiziarai-section {
  text-align: center;
  color: #333;
  padding-top: 215px;
}

.what-is-kiziarai-title {
  /* UI Properties */
  text-align: center;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
  margin-bottom: 100px;
  font-size: 68px;
}

.what-is-kiziarai-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 68px;
}

.what-is-kiziarai-description-01 h2 {
  /* UI Properties */
  text-align: center;
  font-size: 34px;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
  line-height: 1.5;
}

.what-is-kiziarai-description-02-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 580px;
}

.what-is-kiziarai-description-02 {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #5c5757;
}

.platform-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.platform-section-object {
  border-radius: 20px 20px 0 0;
  background-color: #f0f1f5;
  width: 820px;
  height: 480px;
  margin-bottom: 30px;
}

.platform-header {
  text-align: center;
  font: normal normal normal 16px/26px Noto Sans JP;
  color: #5c5757;
  padding-top: 20px;
  padding-bottom: 20px;
}

.platform-header p {
  margin-top: -25px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #5c5757;
}

.platform-header-logo {
  height: 50px;
}

.platform-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  background-color: #f0f1f5;
}

/* BuyersとSuppliersの共通スタイル */
.circle {
  width: 252px;
  height: 252px;
  border-radius: 50%;
  display: flex;
  flex-direction: column; /* 子要素を縦に並べる */
  align-items: center; /* 左寄せの場合はflex-start、中央寄せはcenter */
  justify-content: flex-start; /* 上詰めにする */
  text-align: left; /* 必要ならテキストを左揃え */
  position: absolute; /* 絶対位置指定のまま */
  padding: 10px; /* 円の中に余白をつける */
}

.circle-buyers {
  background-color: #cae3cd;
  left: -20%;
}

.left-dot-arrow {
  transform: translateX(70px) scale(0.6);
}

.right-dot-arrow {
  transform: translateX(-70px) scale(0.6);
}

.horizontal-line {
  width: 90%; /* 横幅 */
  height: 2px; /* 線の高さ */
  background-color: white; /* 線の色 */
  margin-bottom: 30px; /* 線とテキストの間隔 */
}

.circle-suppliers {
  background-color: #dec5db;
  right: -20%;
}

.circle h2 {
  font-size: 42px;
  color: #333;
}

.circle p {
  font-size: 14px;
  color: #5c5757;
}

/* 中央の機能ボタンの配置 */
.platform-middle-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

/* 機能ボタンのスタイル */
.platform-function-section {
  width: 350px;
  height: 80px;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* 機能ボタン内のテキスト */
.platform-function-name {
  font-size: 16px;
  color: #333;
}

/* アイコンのサイズ */
.platform-function-image {
  width: 34px;
  height: auto;
  margin-left: 45px;
  margin-right: 30px;
}

.platform-button {
  background-color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 15px 30px;
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.platform-kizi-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-bottom: 20px;

  background-color: #f0f1f5;
  border: 2px solid #f0f1f5;
  border-radius: 0 0 20px 20px;
  padding: 30px;
}

.platform-kizi-link-section {
  display: flex;
  gap: 15px;
  margin-bottom: 14px;
}

.platform-kizi-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
}

.platform-kizi-logo {
  width: 59px;
  height: 20px;
}

.platform-kizi-section-about {
  display: inline;
  width: auto;
  height: auto;
  color: #868686;
  font-size: 12px;
}

.reasons-to-choose-us-section {
  text-align: center;
  background-image: url('../images/top/icon_reason_background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin-top: 240px;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reasons-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.reason-header {
  padding: 20px;
  vertical-align: middle;
  text-align: center;
}

.reason-header img {
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
}

.reason-header.icon_reason_1 img {
  width: 134px;
  height: 117.04px;
}

.reason-header.icon_reason_2 img {
  width: 105.74px;
  height: 134px;
}

.reason-header.icon_reason_3 img {
  width: 141.94px;
  height: 76.54px;
}

.reason-title {
  font-size: 32px;
  margin: 1rem 0;
  color: #333;
  line-height: 1.3; /* 行間を調整 */
  height: calc(32px * 1.3 * 2); /* 2行分の高さを計算 */
  overflow: hidden; /* 必要に応じてコンテンツを切り詰める */
}

.reason-description {
  font-size: 16px;
  padding: 15px;
  color: #5c5757;
}

.signup-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 150px;
  background: #f0f1f5 0% 0% no-repeat padding-box;
  padding-top: 80px;
  padding-bottom: 70px;
}

.signup-title {
  margin-bottom: 50px;
  font-size: 50px;
  color: #333;
}

.signup-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
  margin-bottom: 50px;
  width: 280px;
  height: 68px;
  font-size: 16px;
}

.signup-button:hover {
  background-color: #333;
}

.signup-description {
  color: #5c5757;
  font-size: 16px;
}

.fabric-request-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 670px;
  padding: 0 110px;
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
  margin-top: 210px;
  margin-bottom: 200px;
}

.fabric-request-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1700px;
  max-height: 670px;
  background-color: #f0f1f5;
  border-radius: 20px;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}

.fabric-request-body {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 45%;
  height: 100%;
}

.fabric-request-title {
  text-align: left;
  position: relative;
  top: -35px;
  left: 15%;
  margin-bottom: 0.5rem;
  width: 630px;
  height: 132px;
}

.fabric-request-title p {
  font-size: 42px;
  color: #333333;
}

.fabric-request-text p {
  position: absolute;
  font-size: 16px;
  line-height: 1.6;
  color: #5c5757;
  width: 503px;
  top: 236px;
  left: 25%;
  font-size: 16px;
}

.fabric-request-icon {
  display: flex;
  justify-content: flex-end;
  width: 45%;
  height: auto;
  padding-right: 20px;
}

.comparison-section {
  width: 100%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 230px;
}

.comparison-table {
  border-collapse: collapse;
}

.comparison-header-cell {
  width: 370px;
  height: 100px;
  color: #ffffff;
  font-size: 22px;
}

.comparison-header-cell:first-child {
  background-color: #ffffff;
  width: 238px;
  height: 100px;
}

.comparison-header-cell:nth-child(2) {
  background-color: #333333;
  width: 370px;
  height: 100px;
}

.comparison-header-cell:nth-child(3) {
  background-color: #a69494;
  width: 370px;
  height: 100px;
}

.comparison-header-cell img {
  width: 123px;
  display: block;
  margin: 0 auto;
}

.comparison-row {
  background: #f0f1f5 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #ddd;
  font: normal normal normal 16px/30px Noto Sans JP;
}

.comparison-first-cell {
  background: #f0f1f5 0% 0% no-repeat padding-box;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  color: #5c5757;
}

.comparison-left-cell {
  padding: 15px;
  text-align: center;
  background: white 0% 0% no-repeat padding-box;
  font-size: 16px;
  color: #000;
}

.comparison-right-cell {
  padding: 15px;
  text-align: center;
  background: #f6f4f4 0% 0% no-repeat padding-box;
  font-size: 16px;
  letter-spacing: 0px;
  color: #a69494;
}

/* 全体のレイアウト設定 */
.sdgs-section {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-between; /* 左右にスペースを均等配置 */
  width: 100%; /* セクション全体を幅いっぱいにする */
  margin: 0 auto; /* センター配置 */
  padding: 0; /* 全体の余白を削除 */
  box-sizing: border-box;
  margin-bottom: 300px;
  overflow-x: hidden;
}

/* 画像セクション */
.sdgs-image {
  width: 55%;
  max-width: none; /* 最大幅制限を解除 */
  padding: 0; /* 余白なし */
  margin: 0; /* 余白なし */
}

.sdgs-image img {
  width: 100%; /* 親要素の幅いっぱいに表示 */
  height: auto; /* アスペクト比を維持 */
  object-fit: cover; /* 必要なら画像が親要素に収まるよう調整 */
  display: block; /* 画像の余計な隙間を排除 */
}

/* テキストセクション */
.sdgs-content {
  width: 100%;
  max-width: 550px; /* テキストの最大幅を設定 */
  min-width: 400px; /* テキストの最小幅を設定 */
  height: 100%; /* テキストの高さを100%に設定 */
  text-align: left; /* 左揃え */
  position: relative; /* 絶対位置指定の基準を設定 */
  top: 2ch;
  left: 5%;
}

.sdgs-title01 {
  width: 570px;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0px;
  color: #5c5757;
  margin-bottom: 3px;
}

.sdgs-title02 {
  width: 570px;
  text-align: left;
  font-size: 38px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 12px;
}

.sdgs-line {
  border: 1px solid #333333;
  margin-bottom: 35px;
  position: relative;
  width: 200%;
  left: -20%;
}

.sdgs-description {
  font-size: 16px; /* 説明文のフォントサイズ */
  line-height: 1.6; /* 行間を広げて読みやすくする */
  color: #5c5757; /* テキストカラー */
  min-height: 300px; /* 最小の高さを500pxから300pxに縮小 */
  max-height: auto; /* 必要に応じて最大高さを調整 */
  overflow: hidden; /* テキストが高さを超えた場合に隠す */
  width: 200px; /* テキストの幅を指定 */
  padding-right: 3ch;
}

.simple-purchase-process-section {
  text-align: center;
  margin: 4rem 0;
  margin-bottom: 200px;
}

.process-title {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #333;
  font: normal normal normal 68px/76px Cormorant Garamond;
}

.process-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap; /* For responsive design */
  margin: 0 auto;
  max-width: 1200px; /* Maximum width for larger screens */
}

.process-step {
  width: calc(20% - 1rem); /* For five items in a row with gap */
  text-align: center;
  margin-bottom: 2rem;
}

.step-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #333;
}

.step-image {
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem;
  background-color: #ddd;
  border-radius: 50%;
  overflow: hidden;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

.journal__wrap {
  background: linear-gradient(to right, #ede9e9 70%, #ffffff 30%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.journal__inner {
  width: 80%;
}

.journal__view_all {
  display: flex;
  align-items: flex-start; /* 上詰めにする */
  margin-left: auto;
}

.view-all-icon {
  display: flex;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-right: 8px;
}

.view-all-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.view-all-text {
  text-align: left;
  letter-spacing: 0.32px;
  line-height: 1;
  font-size: 16px;
  color: #333;
  width: 82px;
  height: 19px;
}

.supplier-container {
  text-align: center;
  background-color: #f0f1f5;
  font-size: 76px;
  width: auto;
  height: auto;
  padding-bottom: 60px;
}

.supplier-title {
  text-align: left;
  font-size: 68px;
  letter-spacing: 0px;
  width: 496px;
  height: 83px;
  color: #333333;
  position: relative;
  top: -50px;
  left: 118px;
}

.supplier {
  display: flex;
  overflow: hidden;
  gap: 20px;
}

.supplier-item {
  width: 400px;
  height: 620px;
  min-width: 300px;
  flex: 0 0 auto;
  background: #ffffff 0% 0% no-repeat padding-box;
}

.supplier-item-image {
  width: calc(100vw * 0.4); /* 100vwの40%に相当する幅 */
  height: calc(100vw * 0.3); /* 100vwの30%に相当する高さ */
  max-width: 400px; /* 幅の最大値を400pxに制限 */
  max-height: 300px; /* 高さの最大値を300pxに制限 */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  overflow: hidden; /* 子要素のはみ出しを隠す */
}

.supplier-item-image img {
  /* 画像の調整 */
  width: 100%; /* 親要素の幅に合わせる */
  height: 100%; /* 親要素の高さに合わせる */
  object-fit: cover; /* アスペクト比を維持して親要素に収まるように調整 */
  object-position: center; /* 中央を基準に表示 */
}

.no-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
  /* background-color: #f0f0f0; */
  color: #777;
}

.supplier-company-wrapper {
  width: 100%;
  justify-content: center;
  padding-left: 28px;
  padding-right: 28px;
}

.supplier-company-name {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}

.supplier-catch-phrase {
  height: 152px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #5c5757;

  overflow: hidden; /* 必要なら隠す */
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 5;
  -webkit-box-orient: vertical;

  /* 長い単語を折り返す設定 */
  word-wrap: break-word; /* 推奨 */
  overflow-wrap: break-word; /* モダンブラウザ用 */
  word-break: break-all; /* 必要に応じて単語全体を折り返し */
}

.supplier-border {
  border: 1px solid #a59494;
}

.supplier-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-right: 118px;
  margin-bottom: 30px;
}

.supplier-speciality {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.supplier-speciality-label {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #a69494;
  padding: 2px 8px;
  border-radius: 4px;
  align-self: flex-start;
  font-size: 16px;
}

.supplier-speciality-tags {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #5c5757;
}

.supplier-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.supplier-btn img {
  width: 46px;
  height: 46px;
}

.supplier-view-all {
  display: flex;
  justify-content: center;
  margin-top: 95px;
}

.supplier-view-all-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.supplier-view-all-text {
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.steps-section {
  text-align: center;
  margin-top: 200px;
}

.steps-title-01 {
  font-size: 22px;
  margin-bottom: 10px;
}

.steps-title-02 {
  font-size: 68px;
  margin-bottom: 25px;
}

.steps-title-03 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 34px;
  letter-spacing: 1.28px;
  color: #a69494;
  position: relative;
  margin-bottom: 80px;
}

.steps-title-03::before,
.steps-title-03::after {
  content: '';
  width: 80px;
  border: 1px solid #a59494;
  margin: 0 10px;
}

.steps-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 80px;
}

.steps-note-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto 80px;
}

.step-item {
  max-width: 200px;
  text-align: center;
}

.step-item-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.step-item-number {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a69494;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #a69494;
}

.step-item-line {
  border: 1px solid #a69494;
  width: 150px;
  height: 1px;
  margin-left: 10px;
}

.step-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 50px;
  display: block;
}

.step-title {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 50px;
}

.step-description {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #5c5757;
  line-height: 1.6;
}

.steps-note {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #a69494;
}

.steps-description {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #a69494;
}

.supporters-section {
  text-align: center;
  height: 826px;
  background: transparent linear-gradient(180deg, #ffffff 0%, #ede9e9 100%) 0%
    0% no-repeat padding-box;
  padding-top: 130px;
  border: 1px solid #f0f1f5;
}

.supporter-slider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.supporters-title {
  font-size: 46px;
  color: #333;
  font-weight: bold;
  margin-bottom: 118px;
}

.supporter-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  max-width: 1000px;
  height: 400px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 1px solid #f0f1f5;
  padding: 70px 70px 47px 70px;
  margin-left: 70px;
  margin-right: 70px;
}

.supporter-icon {
  position: absolute;
  top: -20px;
  left: 10px;
}

.supporter-icon img {
  width: 50px;
  height: 50px;
}

.supporter-quote-text {
  display: flex;
  flex: 2;
  color: #5c5757;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin-top: 10px;
}

.supporter-profile {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  gap: 1rem;
  text-align: left;
  margin-left: 110px;
}

.supporter-profile-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.supporter-info {
  font-size: 0.9rem;
  color: #333;
}

.supporter-name {
  text-align: left;
  font-size: 16px;
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
}

.supporter-title {
  font-size: 12px;
  color: #333;
  font-weight: bold;
}

.supporter-role {
  text-align: left;
  line-height: 1.4;
  font-size: 12px;
  color: #5c5757;
}

.view-all-icon {
  display: inline-block;
  align-items: center;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
}

.post__text-area {
  text-align: left;
  font: normal normal medium 20px/34px montserrat;
  letter-spacing: 0px;
  color: #333333;
}

.blog-section {
  text-align: center;
  margin: 4rem 0;
}

.blog-title {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #333;
}

.blog-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap; /* for responsiveness */
  max-width: 1200px; /* maximum width for larger screens */
  margin: 0 auto;
}

.blog-card {
  width: calc(33.33% - 1.33rem); /* for three items in a row */
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  overflow: hidden;
  text-align: left;
  transition: box-shadow 0.3s ease;
}

.blog-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blog-image {
  width: 100%;
  height: 200px;
  background-color: #ddd;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-info {
  padding: 1rem;
}

.blog-category {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.3rem 0.5rem;
  margin-bottom: 0.5rem;
}

.blog-description {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

.texture-section {
  display: flex;
  align-items: stretch;
  background-color: #4d4d4d;
  padding: 100px;
  border-radius: 20px;
  color: #ffffff;
  max-width: 1200px;
  max-height: 900px;
  margin: 250px auto 0;
}

.texture-content {
  flex: 1;
  width: 50%;
  height: 100%;
}

.texture-subtitle {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 24px;
}

.texture-title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 54px;
}

.kizi-logo {
  width: 100px;
  height: auto;
}

.texture-description-bold {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.texture-description {
  font-size: 16px;
}

.texture-footer {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 20px;
}

.qr-code {
  width: 120px;
  height: 120px;
}

.texture-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #000000;
  width: 280px;
  height: 68px;
  gap: 54px;
  padding-left: 30px;
}

.link-icon {
  width: 20px;
  height: 20px;
}

.texture-samples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 80%;
  height: 80%;
}

.texture-samples img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.media__wrap {
  display: flex;
  flex-direction: column;
}

.media__content {
  background-color: #802f7f;
  flex-basis: 50%;
  padding: 2rem 0;
}

.media__content.media__content--bg-gray {
  background-color: #28292b;
}

.media__content.media__content--bg-lightgray {
  background-color: #fafafa;
  position: relative;
}

.media__inner-wrap {
  padding: 0 0.9375rem;
}

.media__title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.media__title.media__title--center {
  text-align: center;
}

.media__title.media__title-advisor {
  color: #218b31;
  font-size: 1.75rem;
  letter-spacing: -0.04em;
}

.media__subtitle {
  color: white;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 0.875rem;
}

.media__chat-description {
  margin-top: 1rem;
}

.media__chat-text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2.2857142857;
}

.media__texture-description {
  margin-top: 0.4375rem;
}

.media__advisor-description {
  margin-top: 0.875rem;
}

.media__texture-main-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.7;
}

.media__texture-lists {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.media__texture-list {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.media__advisor-text {
  color: #111;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.media__advisor-lists {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.media__advisor-list {
  color: #111;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  padding-left: 2.375rem;
  position: relative;
}

.media__advisor-list::before {
  background-image: url(../images/common/check-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 0.9375rem;
  left: 0;
  position: absolute;
  top: 0.125rem;
  width: 1.375rem;
}

.media__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.9375rem;
}

.media__btn.media__btn--double {
  gap: 1rem;
  justify-content: center;
}

.media__image.media__image--texture {
  aspect-ratio: 380/393;
  width: 100%;
}

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

.media__image.media__image--texture img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.nav-list {
  position: relative;
}

.nav-list__title {
  align-items: center;
  color: #1a1b1c;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  height: inherit;
  line-height: 1;
  position: relative;
  transition:
    color 0.3s,
    opacity 0.3s;
}

.nav-list__title:hover {
  color: #fdfdfd;
  opacity: 0.5;
}

.nav-list__title::after {
  background-color: #fdfdfd;
  bottom: 2rem;
  content: '';
  display: block;
  height: 0.0625rem;
  position: absolute;
  transform: scalex(0);
  transition: transform 0.3s;
  width: 100%;
}

.nav-list__title:hover::after {
  transform: scalex(1);
}

.nav-list__items {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  left: 0.875rem;
  opacity: 0;
  padding: 1rem;
  position: absolute;
  top: 4.375rem;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: -moz-fit-content;
  width: fit-content;
}

.nav-list__item {
  color: #1a1b1c;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  transition:
    opacity 0.2s,
    transform 0.2s;
  white-space: nowrap;
}

.nav-list__item:hover {
  opacity: 0.5;
  transform: translatey(-13%);
}

.nav-list:hover > .nav-list__items,
.nav-list__item:hover > .nav-list__items {
  opacity: 1;
  visibility: visible;
}

.pc-nav {
  display: none;
}

.pc-nav__lists {
  align-items: center;
  display: flex;
  height: inherit;
}

.pc-nav__list {
  height: inherit;
}

.pc-nav__link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  height: inherit;
  line-height: 1;
  padding: 0 0.875rem;
  position: relative;
  transition:
    color 0.3s,
    opacity 0.3s;
  white-space: nowrap;
}

.pc-nav__link:hover {
  color: #fdfdfd;
  opacity: 0.5;
}

.pc-nav__link::after {
  background-color: #fdfdfd;
  bottom: 2rem;
  content: '';
  display: block;
  height: 0.0625rem;
  position: absolute;
  transform: scalex(0);
  transition: transform 0.3s;
  width: calc(100% - 1.75rem);
}

.pc-nav__link:hover::after {
  transform: scalex(1);
}

.post__title {
  text-align: left;
  font-size: 68px;
  letter-spacing: 0px;
  color: #333333;
  position: relative;
  top: -60px;
}

.post__lists {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 70px;
}

.post__list {
  width: 400px;
  gap: 1.5rem;
}

.post__image img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s;
  width: 400px;
  height: 300px;
}

.post__image:hover img {
  opacity: 0.5;
}

.post__content-heading {
  margin-top: 0.875rem;
}

.post__content-title {
  color: #111;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.post__text-area {
  margin-top: 0.5rem;
}

.post__text {
  color: #111;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.journal__view_all {
  display: flex;
  justify-content: flex-end;
}

.service-layout {
  margin-top: 2rem;
}

.solution-layout {
  padding: 2rem 0;
}

.solution {
  background-color: #fafafa;
}

.solution__title {
  color: #218b31;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}

.solution__content {
  margin-top: 1rem;
}

.solution__text {
  color: #111;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.875;
}

.solution__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.0625rem;
}

.sp-nav {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition:
    opacity 0.4s,
    visibility 0.4s;
  visibility: 0;
  z-index: -1;
}

.sp-nav.is-show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 10;
}

.sp-nav__inner {
  background-color: #fff;
  padding: 2rem 2.25rem 1rem 1.875rem;
}

.sp-nav__logo {
  width: 10.625rem;
}

.sp-nav__logo img {
  width: 100%;
}

.sp-nav__lists {
  margin-top: 0.25rem;
}

.sp-nav__link,
.sp-nav__child-link {
  color: #1a1b1c;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 1rem 0;
  transition:
    transform 0.3s,
    opacity 0.3s;
}

.sp-nav__link:hover,
.sp-nav__child-link:hover {
  opacity: 0.5;
  transform: translatey(-10%);
}

.sp-nav__child-link {
  display: block;
  padding: 0.75rem 0 0.75rem 1.4375rem;
}

.sp-nav__child-link:first-child {
  padding-top: 0.5rem;
}

.sp-nav__child-link:last-child {
  padding-bottom: 0.5rem;
}

.system-card {
  background-color: #28292b;
  position: relative;
}

.system-card.system-card--bg-purple {
  background-color: #802f7f;
}

.system-card__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 23.4375rem;
  padding: 0 0.9375rem;
  width: 100%;
}

.system-card__image {
  aspect-ratio: 329/197;
  padding: 0 0.625rem;
  width: 100%;
}

.system-card__image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.system-card__heading {
  margin-top: 1.25rem;
  text-align: center;
}

.system-card__title {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}

.system-card__title.system-card__title--green {
  color: #218b31;
}

.system-card__description {
  margin-top: 1rem;
}

.system-card__lists {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.system-card__list {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1;
}

.system-card__btn {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.system-card__btn.system-card__btn--double {
  display: flex;
  gap: 1.125rem;
  justify-content: center;
}

.system-card__header-image-area {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}

.system-card__header-image {
  aspect-ratio: 59/85;
  width: 3.6875rem;
}

.system-card__header-image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.system-card__equal {
  color: #111;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.875rem;
}

.system-card__catch {
  display: flex;
  justify-content: center;
}

.system-card__catch-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.system-card__sub-description {
  margin-top: 0.75rem;
}

.system-card__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.system-card__mask {
  background: rgba(128, 47, 127, 0.32);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.system-card__mask-text-area {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-bottom: 0.9375rem;
}

.system-card__mask-text {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
}

.system-card__mask-subtext {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.6666666667;
}

.system__content {
  padding: 2rem 0;
}

.user-layout {
  margin-top: 2rem;
}

.user__container {
  padding: 0 0.9375rem;
}

.user__items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* @media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  html {
    font-size: 0.8333333333vw;
  }

  .drawer {
    display: none;
  }

  .feature__wrap {
    padding: 0 3.125rem;
  }

  .footer-layout {
    padding: 2.5rem 0 1.375rem;
  }

  .footer__nav {
    margin-top: 0.9375rem;
  }

  .footer__copy {
    margin-top: 2rem;
  }

  .fv-layout {
    padding-top: 0rem;
  }

  .header-btn {
    gap: 1rem;
  }

  .header-pc {
    align-items: center;
    display: flex;
  }

  .header-sp {
    display: none;
  }

  .inner {
    max-width: 1970px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .journal__wrap {
    padding: 0 3.125rem;
  } */

/* .main-title-layout {
	margin-bottom: 1.125rem;
} */
/* 
  .media__wrap {
    flex-direction: row;
  }

  .media__wrap.media__wrap--rev {
    flex-direction: row-reverse;
  }

  .media__inner-wrap {
    content: '';
    left: 50%;
    padding: 0 2.625rem;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }

  .media__inner-wrap.media__inner-wrap--rev {
    padding: 0 2.625rem;
    width: 80%;
  }

  .media__title {
    font-size: 2.75rem;
    font-weight: 700;
  }

  .media__title.media__title-advisor {
    font-size: 2.5625rem;
  }

  .media__subtitle {
    font-size: 1.5rem;
    margin-top: 1rem;
  }

  .media__chat-text {
    font-size: 1rem;
    line-height: 2;
  }

  .media__texture-description {
    margin-top: 1.125rem;
  }

  .media__texture-main-text {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .media__texture-lists {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 2rem;
    row-gap: 1rem;
  }

  .media__advisor-text {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .media__btn {
    margin-top: 2rem;
  }

  .media__btn.media__btn--rev {
    justify-content: flex-end;
  }

  .media__image {
    flex-basis: 50%;
  }

  .media__image.media__image--texture {
    aspect-ratio: 689/488;
  }

  .nav-list__title {
    color: #fff;
    padding: 0 0.875rem;
    padding: 0 1rem;
  }

  .nav-list__title::after {
    width: calc(100% - 1.75rem);
  }

  .pc-nav {
    display: block;
    height: inherit;
  }

  .post__title {
    font-size: 2.75rem;
    font-weight: 900;
    line-height: 1;
  }

  .post__lists {
    flex-direction: row;
    gap: 4.5625rem;
    justify-content: center;
    margin-top: 2.5rem;
  }

  .post__list {
    gap: 1.5rem;
  }

  .post__image {
    aspect-ratio: 198/193;
    height: 12.0625rem;
    width: 12.375rem;
  }

  .post__content {
    width: 15.9375rem;
  }

  .post__content-heading {
    margin-top: 0;
  }

  .service-layout {
    margin-top: 3.5rem;
  }

  .solution-layout {
    padding: 2.625rem 0;
  }

  .solution__container {
    padding: 0 3.125rem;
  }

  .solution__title {
    font-size: 2.75rem;
    font-weight: 900;
  }

  .solution__content {
    margin-top: 1.9375rem;
    text-align: center;
  }

  .solution__text {
    line-height: 2.1875;
  }

  .solution__btn {
    margin-top: 2.375rem;
  }

  .sp-nav {
    display: none;
  }

  .system-card__heading.system-card__heading--mt {
    margin-top: 5.1875rem;
  }

  .system-card__title {
    font-size: 2.75rem;
    font-weight: 900;
  }

  .system-card__description.system-card__description--mt {
    margin-top: 0.375rem;
  }

  .system-card__btn.system-card__btn--mt {
    margin-top: 1.25rem;
  }

  .system-card__header-image-area {
    padding-top: 3.75rem;
  }

  .system-card__catch {
    justify-content: flex-start;
  }

  .system-card__sub-description {
    margin-top: 0.1875rem;
  }

  .system-card__mask-text-area {
    padding-top: 9.6875rem;
  }

  .system-card__mask-text {
    font-size: 2.75rem;
  }

  .system__wrap {
    display: flex;
  }

  .system__content {
    flex-basis: 50%;
  }

  .user-layout {
    margin-top: 3.5rem;
  }

  .user__items {
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
    padding: 0 3.125rem;
  }
} */
/* 
@media screen and (min-width: 1024px) {
  .account__button {
    height: 34px;
    width: 34px;
  }

  .btn {
    font-size: 16px;
    padding: 10px 0;
    width: min(11vw, 141px);
  }

  .btn.btn--purple {
    width: min(11vw, 141px);
  }

  .btn.btn--speech-bubble {
    padding-left: 20px;
    width: min(11vw, 141px);
  }

  .btn.btn--speech-bubble::before {
    height: 16px;
    left: min(2.5vw, 40px);
    width: 16px;
  }

  .btn.btn--arrow {
    padding-right: 8px;
    width: 164px;
  }

  .btn.btn--arrow::before {
    right: 22px;
    width: 13px;
  }

  .btn.btn--arrow::after {
    height: 8px;
    right: 23px;
    width: 8px;
  }

  .btn.btn--arrow.btn--white {
    font-size: 17px;
    padding: 0 0 6px 40px;
    width: 164px;
  }

  .btn__s-text {
    font-size: 12px;
  }

  .btn.btn--arrow.btn--white::before {
    right: 22px;
    width: 13px;
  }

  .btn.btn--arrow.btn--white::after {
    height: 8px;
    right: 23px;
    width: 8px;
  }

  .card {
    max-width: 317px;
  }

  .card__tag {
    font-size: 18px;
    right: 10px;
    top: 11px;
  }

  .card__tag-element {
    font-size: 14px;
  }

  .card__content {
    padding: 32px 16px 24px;
  }

  .card__title {
    font-size: 20px;
  }

  .card__text-area {
    flex-grow: 1;
    margin-top: 12px;
  }

  .card__text {
    font-size: 16px;
  }

  .card__btn {
    gap: 13px;
    margin-top: 16px;
  }

  .feature-layout {
    padding: 32px 0;
  }

  .feature__wrap {
    padding: 0 50px;
  }

  .footer-layout {
    padding: 40px 0 22px;
  }

  .footer-nav__lists {
    -moz-column-gap: 42px;
    column-gap: 42px;
  }

  .footer-nav__link {
    font-size: 14px;
    padding: 10px 0;
  }

  .footer__title {
    font-size: 24px;
  }

  .footer__nav {
    margin-top: 15px;
  }

  .footer__copy {
    margin-top: 32px;
  }

  .footer__copy-text {
    font-size: 10px;
  }

  .fv__wrap {
    height: calc(100vh - 92px);
  }

  .fv__wrap video {
    -o-object-fit: cover;
    -o-object-position: 50% 82%;
    object-fit: cover;
    object-position: 50% 82%;
  }

  .header-pc {
    height: 92px;
  }

  .header-pc__logo {
    height: 74px;
    width: min(14.9375rem, 239px);
  }

  .journal-layout {
    padding: 32px 0;
  }

  .journal__wrap {
    padding: 0 50px;
  } */

/* .main-title-layout {
	margin-bottom: 18px;
} */
/* 
  .media__content {
    padding: 32px 0;
  }

  .media__inner-wrap {
    padding: 0 42px;
    width: min(610px, 100%);
  }

  .media__inner-wrap.media__inner-wrap--rev {
    padding: 0 42px;
    width: min(550px, 100%);
  }

  .media__title {
    font-size: 44px;
  }

  .media__title.media__title-advisor {
    font-size: 41px;
  }

  .media__subtitle {
    font-size: 24px;
    margin-top: 16px;
  }

  .media__chat-description {
    margin-top: 16px;
  }

  .media__chat-text {
    font-size: 16px;
  }

  .media__texture-description {
    margin-top: 18px;
  }

  .media__advisor-description {
    margin-top: 14px;
  }

  .media__texture-main-text {
    font-size: 24px;
  }

  .media__texture-lists {
    -moz-column-gap: 48px;
    column-gap: 48px;
    margin-top: 32px;
    row-gap: 12px;
  }

  .media__texture-list {
    font-size: 16px;
  }

  .media__advisor-text {
    font-size: 24px;
  }

  .media__advisor-lists {
    gap: 16px;
    margin-top: 32px;
  }

  .media__advisor-list {
    font-size: 16px;
    padding-left: 38px;
  }

  .media__advisor-list::before {
    height: 15px;
    top: 2px;
    width: 22px;
  }

  .media__btn {
    margin-top: 32px;
  }

  .media__btn.media__btn--double {
    gap: 16px;
  }

  .nav-list__title {
    font-size: 16px;
  }

  .nav-list__title::after {
    bottom: 32px;
  }

  .nav-list__items {
    gap: 16px;
    left: 14px;
    top: 70px;
  }

  .nav-list__item {
    font-size: 16px;
  }

  .pc-nav__link {
    font-size: 16px;
  }

  .pc-nav__link::after {
    bottom: 32px;
  }

  .post__title {
    font-size: 44px;
  }

  .post__lists {
    margin-top: 40px;
  }

  .post__list {
    gap: 24px;
  }

  .post__image {
    height: 193px;
    width: 198px;
  }

  .post__content {
    width: 200px;
  }

  .post__content-title {
    font-size: 20px;
  }

  .post__text-area {
    margin-top: 8px;
  }

  .post__text {
    font-size: 16px;
  }

  .journal__view_all {
    margin-top: 20px;
  }

  .service-layout {
    margin-top: 56px;
  }

  .solution-layout {
    padding: 42px 0;
  }

  .solution__container {
    padding: 0 50px;
  }

  .solution__title {
    font-style: 44px;
  }

  .solution__content {
    margin-top: 31px;
  }

  .solution__text {
    font-size: 16px;
  }

  .solution__btn {
    margin-top: 38px;
  }

  .system-card__wrap {
    max-width: 375px;
    padding-top: 0 15px;
  }

  .system-card__image {
    padding: 0 10px;
  }

  .system-card__heading {
    margin-top: 20px;
  }

  .system-card__heading.system-card__heading--mt {
    margin-top: 83px;
  }

  .system-card__title {
    font-size: 44px;
  }

  .system-card__description {
    margin-top: 16px;
  }

  .system-card__description.system-card__description--mt {
    margin-top: 6px;
  }

  .system-card__lists {
    gap: 12px;
  }

  .system-card__list {
    font-size: 15px;
  }

  .system-card__btn {
    margin-top: 24px;
  }

  .system-card__btn.system-card__btn--mt {
    margin-top: 20px;
  }

  .system-card__btn.system-card__btn--double {
    gap: 18px;
  }

  .system-card__header-image-area {
    gap: 4px;
    padding-top: 60px;
  }

  .system-card__header-image {
    width: 59px;
  }

  .system-card__equal {
    font-size: 35px;
    padding-bottom: 30px;
  }

  .system-card__catch-text {
    font-size: 20px;
  }

  .system-card__sub-description {
    margin-top: 3px;
  }

  .system-card__text {
    font-size: 16px;
  }

  .system-card__mask-text-area {
    padding-top: 155px;
  }

  .system-card__mask-text {
    font-size: 44px;
  }

  .system-card__mask-subtext {
    font-size: 24px;
  }

  .system__content {
    padding: 32px 0;
  }

  .user-layout {
    margin-top: 56px;
  }

  .user__items {
    gap: 24px;
    padding: 0 50px;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
} */

/*# sourcemappingURL=style.css.map */
