@charset "UTF-8";
/*----------------------------------------

	SOCIALMEDIA POLICY CSS

-----------------------------------------*/
/*----------------------------------------
	- common
-----------------------------------------*/
@media screen and (max-width: 768px) {
  .c-title01 .font48_28 {
    letter-spacing: 0.02em !important;
  }
}

.font20_16 {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .font20_16 {
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .font20_16 {
    line-height: 2;
  }
}

.font16_14 {
  line-height: 2;
}

/*----------------------------------------
	- s01 個人情報保護方針
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .s01 {
    margin-block-start: 149px;
  }
}
@media screen and (max-width: 768px) {
  .s01 {
    margin-block-start: 31.5vw;
  }
}
.s01 .box {
  display: grid;
}
@media screen and (min-width: 769px) {
  .s01 .box {
    margin-block-start: 60px;
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .s01 .box {
    margin-block-start: 10vw;
    gap: 10vw;
  }
}
.s01 .box p.font16_14 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .s01 .box p.font16_14 {
    margin-block-start: 24px;
    gap: 1lh;
  }
}
@media screen and (max-width: 768px) {
  .s01 .box p.font16_14 {
    margin-block-start: 3vw;
    gap: 1lh;
  }
}
.s01 .box table {
  display: grid;
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .s01 .box table {
    margin-block-start: 19px;
  }
}
@media screen and (max-width: 768px) {
  .s01 .box table {
    margin-block-start: 2.5vw;
  }
}
.s01 .box table tr {
  display: grid;
  border-block-start: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .s01 .box table tr {
    grid-template-columns: 164px 1fr;
    padding-block: 13.5px;
  }
}
@media screen and (max-width: 768px) {
  .s01 .box table tr {
    padding-block: 2.375vw;
    gap: 1vw;
  }
}
.s01 .box table th {
  text-align: left;
  font-weight: var(--font-medium);
}
.s01 .box table td {
  display: grid;
}
@media screen and (min-width: 769px) {
  .s01 .box table td {
    grid-template-columns: auto 1fr;
    gap: 32px;
  }
}
.s01 .box table td > div {
  display: grid;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .s01 .box table td > div {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .s01 .box table td span, .s01 .box table td a {
    font-size: 3.25vw;
  }
}
.s01 .box table td .name {
  font-weight: var(--font-medium);
}
.s01 .box table td .link {
  color: var(--color-smokegray);
}
@media screen and (max-width: 768px) {
  .s01 .box table td .link:nth-of-type(1) {
    grid-row: 2/3;
  }
}
@media screen and (min-width: 769px) {
  .s01 .box .c-list--dots {
    margin-block-start: 23px;
  }
}
@media screen and (max-width: 768px) {
  .s01 .box .c-list--dots {
    margin-block-start: 3vw;
  }
}
.s01 .box .c-list--dots li::before {
  width: 1.4em;
  flex-shrink: 0;
}
.s01 .box .c-list--num.pink {
  display: grid;
}
@media screen and (min-width: 769px) {
  .s01 .box .c-list--num.pink {
    margin-block-start: 34px;
    margin-block-end: 7px;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .s01 .box .c-list--num.pink {
    margin-block-start: 3vw;
    margin-block-end: 1.5vw;
    gap: 3vw;
  }
}
.s01 .box .c-list--num.pink > li {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .s01 .box .c-list--num.pink > li {
    gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  .s01 .box .c-list--num.pink > li {
    gap: 2vw;
  }
}
.s01 .box .c-list--num.pink > li::before {
  content: counter(num);
  height: 1lh;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primarylight);
  font-weight: var(--font-medium);
}
.s01 .box .item01 p + p {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .s01 .box .item01 p + p {
    margin-block-start: 36px;
  }
}
@media screen and (max-width: 768px) {
  .s01 .box .item01 p + p {
    margin-block-start: 4.5vw;
  }
}
@media screen and (min-width: 769px) {
  .s01 .box .item03 ul + p {
    margin-block-start: 20px;
  }
}