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

	PRIVACY POLICY CSS

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

.item-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .item-list {
    margin-block-start: 150px;
    gap: 54px;
  }
}
@media screen and (max-width: 768px) {
  .item-list {
    margin-block-start: 20vw;
    gap: 6.5vw;
  }
}
.item-list li {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .item-list li {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .item-list li {
    line-height: 1.5;
  }
}
.item-list li a {
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .item-list li a {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .item-list li a {
    gap: 1vw;
  }
}
.item-list li a::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  background-image: url(/asset/img/common/ic-arrow-down-pink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  section {
    scroll-margin-block-start: 130px;
  }
}
@media screen and (max-width: 768px) {
  section {
    scroll-margin-block-start: 76px;
  }
}

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

.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: 79px;
  }
}
@media screen and (max-width: 768px) {
  .s01 {
    margin-block-start: 9.5vw;
  }
}
.s01 .font28_20 {
  border-block-start: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .s01 .font28_20 {
    padding-block-start: 80px;
  }
}
@media screen and (max-width: 768px) {
  .s01 .font28_20 {
    padding-block-start: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .s01 .txt01 {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .s01 .txt01 {
    margin-block-start: 5vw;
  }
}
.s01 .c-list--num {
  display: grid;
}
@media screen and (min-width: 769px) {
  .s01 .c-list--num {
    margin-block-start: 60px;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .s01 .c-list--num {
    margin-block-start: 7.5vw;
    gap: 3vw;
  }
}
.s01 .c-list--num > li::before {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .s01 .c-list--num > li::before {
    width: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .s01 .c-list--num > li::before {
    width: 1em;
  }
}
@media screen and (min-width: 769px) {
  .s01 .txt02 {
    margin-block-start: 36px;
  }
}
@media screen and (max-width: 768px) {
  .s01 .txt02 {
    margin-block-start: 4.5vw;
  }
}
.s01 .txt02 span {
  text-align: right;
  display: block;
}

/*----------------------------------------
	- s02 個人情報の取扱いについて
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .s02 {
    margin-block-start: 120px;
  }
}
@media screen and (max-width: 768px) {
  .s02 {
    margin-block-start: 19.75vw;
  }
}
.s02 .c-box .font28_20 {
  border-block-start: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .s02 .c-box .font28_20 {
    padding-block-start: 80px;
  }
}
@media screen and (max-width: 768px) {
  .s02 .c-box .font28_20 {
    padding-block-start: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .s02 .c-box > .txt01 {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .s02 .c-box > .txt01 {
    margin-block-start: 5vw;
  }
}
.s02 .box {
  display: grid;
}
@media screen and (min-width: 769px) {
  .s02 .box {
    margin-block-start: 50px;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box {
    margin-block-start: 5.5vw;
    gap: 9vw;
  }
}
.s02 .box p.font16_14 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .s02 .box p.font16_14 {
    margin-block-start: 24px;
    gap: 1lh;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box p.font16_14 {
    margin-block-start: 3vw;
    gap: 1lh;
  }
}
.s02 .box .font14_12 {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .s02 .box [class*=item] {
    width: min(100%, 88vw);
  }
}
.s02 .box table {
  display: grid;
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .s02 .box table {
    margin-block-start: 24px;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box table {
    margin-block-start: 5vw;
  }
}
.s02 .box table tr {
  display: grid;
  border-block-start: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .s02 .box table tr {
    grid-template-columns: 320px 1fr;
    padding-block: 13.5px;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box table tr {
    padding-block: 2.375vw;
    gap: 1vw;
  }
}
.s02 .box table tr:has(th:nth-child(2)) {
  border-color: transparent;
}
.s02 .box table tr:has(th:nth-child(2)) th {
  text-align: center;
}
.s02 .box table th {
  text-align: left;
  font-weight: var(--font-medium);
}
@media screen and (max-width: 768px) {
  .s02 .box *:has(+ .scrolltable)::after {
    content: "右にスクロール " url(/asset/img/common/ic-arrow-right-silver.svg);
    color: var(--color-smokegray);
    font-size: 3vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 769px) {
  .s02 .box .c-list--dots {
    margin-block-start: 24px;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box .c-list--dots {
    margin-block-start: 3vw;
  }
}
.s02 .box .c-list--dots li::before {
  width: 1.4em;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .s02 .box .c-list--num:not(:where(.pink, .kakko)) > li {
    padding-inline: 1em 0;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box .c-list--num:not(:where(.pink, .kakko)) > li {
    gap: 0.5em;
  }
}
.s02 .box .c-list--num:not(:where(.pink, .kakko)) > li::before {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 2em;
}
@media screen and (max-width: 768px) {
  .s02 .box .c-list--num:not(:where(.pink, .kakko)) > li::before {
    justify-content: flex-end;
  }
}
.s02 .box .c-list--num.pink {
  display: grid;
}
@media screen and (min-width: 769px) {
  .s02 .box .c-list--num.pink {
    margin-block-start: 24px;
    margin-block-end: 7px;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box .c-list--num.pink {
    margin-block-start: 3vw;
    margin-block-end: 1vw;
    gap: 3vw;
  }
}
.s02 .box .c-list--num.pink > li {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .s02 .box .c-list--num.pink > li {
    gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box .c-list--num.pink > li {
    gap: 2vw;
  }
}
.s02 .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);
}
.s02 .box .c-list--num.pink .c-list--num.kakko {
  display: grid;
}
@media screen and (min-width: 769px) {
  .s02 .box .c-list--num.pink .c-list--num.kakko {
    margin-block-start: 16px;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box .c-list--num.pink .c-list--num.kakko {
    margin-block-start: 4vw;
    gap: 4vw;
  }
}
.s02 .box .c-list--num.pink .c-list--num.kakko > li::before {
  content: "＜ " counter(num) " ＞";
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .s02 .box .item05 table {
    margin-block-start: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box .item06 p.font16_14 {
    gap: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box .item06 .scrolltable {
    overflow-x: scroll;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box .item06 .scrolltable table {
    width: 192.5vw;
    margin-block-start: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box .item06 .scrolltable tr {
    grid-template-columns: 57.5vw 1fr;
    gap: 0;
  }
}
@media screen and (min-width: 769px) {
  .s02 .box .item10 .c-list--num.pink {
    gap: 24px;
    margin-block-start: 34px;
  }
}
@media screen and (max-width: 768px) {
  .s02 .box .item10 .c-list--num.pink {
    margin-block-start: 5vw;
    gap: 4vw;
  }
}
.s02 .box .item10 .c-list--num.pink > li > div {
  display: grid;
}
.s02 .box .item10 .c-list--num.pink > li:nth-of-type(1) > div {
  gap: 11px;
}
.s02 .box .item10 .c-list--num.pink > li:nth-of-type(1) > div > div {
  display: grid;
}