<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* フェードアニメーション */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0;
}

.active .fadedown:nth-child(1) {
  -webkit-animation: fadeDownAnime 0.4s ease 0.1s 1 forwards;
  animation: fadeDownAnime 0.4s ease 0.1s 1 forwards;
}

.active .fadedown:nth-child(2) {
  -webkit-animation: fadeDownAnime 0.4s ease 0.2s 1 forwards;
  animation: fadeDownAnime 0.4s ease 0.2s 1 forwards;
}

.active .fadedown:nth-child(3) {
  -webkit-animation: fadeDownAnime 0.4s ease 0.3s 1 forwards;
  animation: fadeDownAnime 0.4s ease 0.3s 1 forwards;
}

.active .fadedown:nth-child(4) {
  -webkit-animation: fadeDownAnime 0.4s ease 0.4s 1 forwards;
  animation: fadeDownAnime 0.4s ease 0.4s 1 forwards;
}

.active .fadedown:nth-child(5) {
  -webkit-animation: fadeDownAnime 0.4s ease 0.5s 1 forwards;
  animation: fadeDownAnime 0.4s ease 0.5s 1 forwards;
}

.active .fadedown:nth-child(6) {
  -webkit-animation: fadeDownAnime 0.4s ease 0.6s 1 forwards;
  animation: fadeDownAnime 0.4s ease 0.6s 1 forwards;
}

.active .fadedown:nth-child(7) {
  -webkit-animation: fadeDownAnime 0.4s ease 0.7s 1 forwards;
  animation: fadeDownAnime 0.4s ease 0.7s 1 forwards;
}

.active .fadedown:nth-child(8) {
  -webkit-animation: fadeDownAnime 0.4s ease 0.8s 1 forwards;
  animation: fadeDownAnime 0.4s ease 0.8s 1 forwards;
}

@-webkit-keyframes fadeDownAnime {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.c-subsection .under-fv__main--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 300px;
}
.c-subsection .under-fv__pan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 0;
  word-break: keep-all;
  white-space: nowrap;
  list-style: none;
}
@media (max-width: 768px) {
  .c-subsection .under-fv__pan {
    padding: 0.5rem 0;
  }
}
.c-subsection .under-fv__pan li:not(:first-child)::before {
  content: "&gt;";
  margin: 0 1rem;
  color: #8d8d8d;
}
.c-subsection section {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 100px;
}
.c-subsection .under-dot {
  padding-bottom: 50px;
  background-image: linear-gradient(to right, #707070 4px, transparent 1px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.c-subsection .u-heading__h3 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1em;
}
.c-subsection .tx_r {
  text-align: right;
}
.c-subsection .c-inner + .c-inner {
  margin-top: 50px;
}
.c-subsection .cl-cont p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
.c-subsection .cl-cont p + p {
  margin-top: 1em;
}
.c-subsection .cl-cont ul,
.c-subsection .cl-cont ol {
  list-style: none;
  padding: 0;
  line-height: 1.8;
}
.c-subsection .cl-cont li {
  line-height: 1.8;
}
.c-subsection .cl-cont h4 {
  font-size: 1.9rem;
  margin: 0 auto 0.5em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-subsection .cl-cont h4 {
    font-size: clamp(1.375rem, 1.018rem + 1.786vw, 1.875rem);
    margin: 0 auto 0.5rem;
  }
}
.c-subsection .cl-cont li {
  margin: 0;
  font-size: 15px;
}
.c-subsection .cl-cont li + li {
  margin-top: 1em;
}
.c-subsection .cl-cont p + ul {
  margin-top: 1.5em;
}
.c-subsection .cl-cont p + ol {
  margin-top: 1.5em;
}
.c-subsection .cl-cont ol + p {
  margin-top: 1.5em;
}
.c-subsection .cl-cont p + h4 {
  margin-top: 1.5em;
}
.c-subsection .cl-cont .break-item + .break-item {
  margin-top: 2em;
}
.c-subsection .cl-cont .privacy-table + p {
  margin-top: 1.5em;
}
.c-subsection .cl-cont p + .privacy-table {
  margin-top: 1em;
}
.c-subsection .break-item .privacy-table table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .c-subsection .break-item .privacy-table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.c-subsection .break-item .privacy-table table th,
.c-subsection .break-item .privacy-table table td {
  padding: 0.5rem 1rem;
  border-collapse: collapse;
  border: 1px solid #333;
  font-size: 1.5rem;
}
.c-subsection .break-item .privacy-table table th {
  width: 25%;
  background-color: #f8f8f8;
  text-align: center;
}
.c-subsection .break-item .privacy-table table .head {
  background-color: #eaeaea;
  text-align: center;
  font-weight: bold;
}
.c-subsection .break-item .privacy-table table .head:nth-child(2) {
  text-align: left;
}
@media (max-width: 768px) {
  .c-subsection .break-item .privacy-table table .fixed {
    position: sticky;
    left: 0;
  }
}
@media (max-width: 768px) {
  .c-subsection .break-item .privacy-table table .fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}
@media (max-width: 768px) {
  .c-subsection .break-item .privacy-table table.table-separate {
    display: table;
    overflow: visible;
    white-space: normal;
    width: 100%;
    table-layout: fixed;
  }
}
.c-subsection .break-item .privacy-table table.table-separate .th-p2 {
  text-align: left;
}
@media (max-width: 768px) {
  .c-subsection .break-item .privacy-table table.table-separate th, .c-subsection .break-item .privacy-table table.table-separate td {
    display: block;
    width: 100%;
    padding: 0.7em 0.5em;
  }
}</pre></body></html>