<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * main
 */
/**
 * base
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: inherit;
}

html {
  position: relative;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  background-color: #fff;
  color: #303548;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif;
  word-break: break-word;
  background: #f6f7Fb;
}

main {
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section,
svg,
picture {
  display: block;
}

a,
button,
select,
input[type="radio"],
input[type="checkbox"] {
  color: inherit;
  font: inherit;
  cursor: pointer;
}

a {
  color: #303548;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-weight: 400;
  font-size: 1em;
}

input[type="text"],
input[type="tel"],
input[type="password"],
textarea,
label {
  color: inherit;
  font: inherit;
  cursor: text;
}

button {
  background: none;
}

button,
select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  appearance: none;
}

ul,
ol {
  list-style: none;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
}

th,
dt {
  font-weight: 400;
}

iframe {
  border: 0;
}

b {
  font-weight: 700;
}

i {
  font-style: 400;
}

strong {
  font-style: normal;
  font-weight: 700;
}

em {
  font-style: normal;
  font-weight: 700;
}

sup,
sub {
  font-size: .8em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p {
  margin: 0;
}

[id^="anc"] {
  outline: none;
}

.wpp-no-data {
  margin-top: 20px;
}

iframe.wp-embedded-content {
  width: 100%;
}

.header {
  background: #fff;
  height: 80px;
  padding: 0 40px;
  display: flex;
  box-shadow: 0 4px 20px 0 rgba(48, 53, 72, 0.1);
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header {
    height: auto;
    padding: 15px 20px;
    flex-wrap: wrap;
  }
}
.header__logo {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 223px;
  }
}
.header__button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__button {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    right: 15px;
    top: 30px;
    background: url("./../images/icon-search.svg") no-repeat left top/40px;
  }
  .header__button.is-active {
    background: url("./../images/icon-close.svg") no-repeat left top/40px;
  }
}
.header__search {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header__search {
    display: none;
    width: 100%;
    margin-top: 15px;
  }
}
.header__search form {
  position: relative;
  color: #333;
}
.header__input {
  border: 1px solid #d5dae2;
  height: 50px;
  width: 400px;
  padding: 0 20px;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .header__input {
    width: 100%;
    height: 45px;
    padding: 0 10px 0 45px;
  }
}
.header__input::placeholder {
  color: #999;
}
.header__input:focus-visible {
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .header__input:hover {
    border: 1px solid #8e8f9b;
  }
}
.header__input-btn {
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 15px;
  background: url("./../images/icon-search.svg") no-repeat left center/30px;
  white-space: nowrap;
  text-indent: 100%;
  transition: .3s ease-out;
}
@media only screen and (max-width: 767px) {
  .header__input-btn {
    left: 10px;
    top: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__input-btn:hover {
    opacity: .8;
  }
}

.mainvisual {
  color: #fff;
  background: linear-gradient(to left, #3f86c4, #22bcc3);
}
.mainvisual__inner {
  position: relative;
  width: 930px;
  min-height: 368px;
  margin: 0 auto;
  padding: 70px 380px 70px 0;
}
@media only screen and (max-width: 930px) {
  .mainvisual__inner {
    width: auto;
    padding: 70px 40px 200px;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__inner {
    padding: 70px 20px 190px;
    width: auto;
  }
}
.mainvisual__inner::before {
  position: absolute;
  content: "";
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  left: -140px;
  top: 50%;
  background: url("./../images/bg-survox.svg") no-repeat top left/100%;
}
@media only screen and (max-width: 930px) {
  .mainvisual__inner::before {
    width: 400px;
    height: 400px;
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__inner::before {
    width: 300px;
    height: 300px;
    transform: translate(-50%, -70%);
  }
}
.mainvisual__heading {
  font-size: 40px;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}
@media only screen and (max-width: 767px) {
  .mainvisual__heading {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.mainvisual__text {
  width: 545px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 930px) {
  .mainvisual__text {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__break {
    display: none;
  }
}
.mainvisual__image {
  position: absolute;
  bottom: -10px;
  right: -210px;
  max-width: 650px;
}
@media only screen and (max-width: 930px) {
  .mainvisual__image {
    right: 40px;
    width: 95%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__image {
    right: auto;
    transform: translateX(-50%);
    left: 50%;
  }
}

.footer {
  background: #757884;
  text-align: center;
  font-size: 11px;
  padding: 15px 0;
}
.footer__copy {
  color: #fff;
}

.contents {
  width: 930px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
@media only screen and (max-width: 930px) {
  .contents {
    width: auto;
    padding: 80px 40px 120px;
  }
}
@media only screen and (max-width: 767px) {
  .contents {
    width: auto;
    margin: 0 auto;
    padding: 60px 20px 80px;
  }
}
.contents__heading-date {
  color: #8e8f9b;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .contents__heading-date {
    font-size: 12px;
  }
}
.contents__heading {
  font-weight: bold;
  font-size: 32px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contents__heading {
    font-size: 22px;
    padding-bottom: 25px;
  }
}
.contents__text {
  font-size: 14px;
  padding-top: 40px;
}
.contents__text-link {
  color: #3f86c4;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .contents__text-link:hover {
    text-decoration: none;
  }
}
.contents__page-top {
  position: fixed;
  bottom: 52px;
  right: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  background: linear-gradient(#22bcc3, #3f86c4);
}
@media only screen and (max-width: 767px) {
  .contents__page-top {
    bottom: 20px;
    right: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contents__page-top:hover {
    opacity: .8;
  }
}
.contents__page-top::before {
  content: "";
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-right: 6px solid transparent;
}
@media only screen and (max-width: 767px) {
  .contents__page-top::before {
    top: 16px;
  }
}
.contents__page-top a {
  display: block;
  color: #fff;
  padding-top: 22px;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .contents__page-top a {
    width: 40px;
    height: 40px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contents__page-top span {
    display: none;
  }
}

.list-category, .list-category--min {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 930px) {
  .list-category, .list-category--min {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .list-category, .list-category--min {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 374px) {
  .list-category, .list-category--min {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.list-category.is-scrolled .list-category__item, .is-scrolled.list-category--min .list-category__item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}
.list-category.is-scrolled .list-category__item:nth-child(2), .is-scrolled.list-category--min .list-category__item:nth-child(2) {
  transition-delay: 0.2s;
}
.list-category.is-scrolled .list-category__item:nth-child(3), .is-scrolled.list-category--min .list-category__item:nth-child(3) {
  transition-delay: 0.4s;
}
.list-category.is-scrolled .list-category__item:nth-child(4), .is-scrolled.list-category--min .list-category__item:nth-child(4) {
  transition-delay: 0.6s;
}
.list-category.is-scrolled .list-category__item:nth-child(5), .is-scrolled.list-category--min .list-category__item:nth-child(5) {
  transition-delay: 0.8s;
}
.list-category.is-scrolled .list-category__item:nth-child(6), .is-scrolled.list-category--min .list-category__item:nth-child(6) {
  transition-delay: 1s;
}
.list-category.is-scrolled .list-category__item:nth-child(7), .is-scrolled.list-category--min .list-category__item:nth-child(7) {
  transition-delay: 1.2s;
}
.list-category.is-scrolled .list-category__item:nth-child(8), .is-scrolled.list-category--min .list-category__item:nth-child(8) {
  transition-delay: 1.4s;
}
.list-category__item {
  opacity: 0;
  transform: translateY(10%);
  background: #fff;
  border-radius: 20px;
  height: 175px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(48, 53, 72, 0.1);
  transition: .3s ease-out;
}
@media only screen and (max-width: 767px) {
  .list-category__item {
    height: auto;
    border-radius: 10px;
  }
}
.list-category--min .list-category__item {
  height: 85px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .list-category--min .list-category__item {
    height: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .list-category__item:hover {
    box-shadow: none;
    transition: 0.3s ease-out !important;
  }
}
.list-category__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  transition: .3s ease-out;
}
@media only screen and (max-width: 767px) {
  .list-category__link {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 374px) {
  .list-category__link {
    padding: 10px 0;
  }
}
.list-category__link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #aebabe;
  border-bottom: 8px solid transparent;
  transform: rotate(45deg);
  transition: .3s ease-out;
}
@media only screen and (max-width: 767px) {
  .list-category__link::before {
    bottom: 5px;
    right: 10px;
    border-top: 7px solid transparent;
    border-left: 7px solid #aebabe;
    border-bottom: 7px solid transparent;
  }
}
@media (hover: hover) and (pointer: fine) {
  .list-category__link:hover::before {
    bottom: 7px;
    right: 12px;
  }
}
.list-category--min .list-category__link {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  padding: 20px;
  line-height: 1.2;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .list-category--min .list-category__link {
    padding: 15px;
  }
}
.list-category__heading {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .list-category__heading {
    line-height: 1.2;
    min-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .list-category--min .list-category__heading {
    font-size: 14px;
  }
}
.list-category__break {
  display: none;
}
@media only screen and (max-width: 767px) {
  .list-category__break {
    display: block;
  }
}
.list-category--min .list-category__break {
  display: block;
}
@media only screen and (max-width: 767px) {
  .list-category--min .list-category__break {
    display: none;
  }
}
.list-category__image {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .list-category__image {
    width: 60px;
    margin-top: 5px;
  }
}
.list-category--min .list-category__image {
  margin-top: 0;
  width: 40px;
  margin-right: 10px;
}

.list-article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .list-article {
    gap: 20px;
    margin-bottom: 60px;
  }
}
.list-article__item {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(48, 53, 72, 0.1);
  border-radius: 20px;
  transition: .3s ease-out;
}
@media only screen and (max-width: 767px) {
  .list-article__item {
    border-radius: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .list-article__item:hover {
    box-shadow: none;
  }
}
.list-article__link {
  display: block;
  padding: 30px 80px 30px 30px;
  position: relative;
  transition: .3s ease-out;
}
@media only screen and (max-width: 767px) {
  .list-article__link {
    padding: 15px;
  }
}
.list-article__link::before {
  position: absolute;
  content: "";
  background: url("./../images/icon-arrow.svg") no-repeat;
  width: 20px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: .3s ease-out;
}
@media only screen and (max-width: 767px) {
  .list-article__link::before {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .list-article__link:hover::before {
    right: 25px;
  }
}
.list-article__date {
  color: #8e8f9b;
  font-size: 12px;
}
.list-article__heading {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .list-article__heading {
    font-size: 16px;
    line-height: 1.8;
  }
}
.list-article__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 767px) {
  .list-article__text {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}

.article {
  margin-bottom: 80px;
}
.article__inner {
  padding: 80px 60px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(48, 53, 72, 0.1);
}
@media only screen and (max-width: 767px) {
  .article__inner {
    padding: 40px 15px;
    border-radius: 10px;
  }
}
.article h2 {
  margin-top: 80px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d5dae2;
  font-weight: bold;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .article h2 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 40px;
  }
}
.article h2:first-child {
  margin-top: 0;
}
.article h3 {
  margin: 60px 0 20px;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .article h3 {
    font-size: 16px;
    margin-top: 30px;
  }
}
.article h3::before {
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 5px solid #d5dae2;
  content: '';
  transform: translateY(-50%);
}
.article h4 {
  margin: 50px 0 20px;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .article h4 {
    font-size: 14px;
    margin: 25px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .article p {
    font-size: 14px;
  }
}
.article p a {
  position: relative;
  color: #3f86c4;
  text-decoration: underline;
  transition: .3s ease-out;
}
@media only screen and (max-width: 767px) {
  .article p a {
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .article p a:hover {
    text-decoration: none;
  }
}
.article ul {
  margin: 0 0 30px 17px;
  list-style: disc;
}
@media only screen and (max-width: 767px) {
  .article ul {
    font-size: 14px;
    margin: 0 0 20px 15px;
  }
}
.article img {
  height: auto;
  max-width: 100%;
}
.article pre {
  margin-top: 20px;
  padding: 15px;
  background: #f6f7Fb;
}
@media only screen and (max-width: 767px) {
  .article pre {
    padding: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.article pre code {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.article table {
  margin: 30px 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), #fff 15px) 0 0/50px 100%, linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1)) 0 0/20px 100%, linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 15px) 100%/50px 100%, linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(48, 53, 72, 0.1)) 100%/20px 100%;
  background-attachment: local,scroll,local,scroll;
  background-repeat: no-repeat;
  height: auto;
  overflow: auto;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .article table {
    margin: 15px 0;
  }
}
.article table thead {
  color: #fff;
  background: #3f86c4;
  font-weight: bold;
  text-align: left;
}
.article table thead th {
  padding: 15px;
  border-left: 1px solid #fff;
  font-weight: bold;
  line-height: 1;
}
.article table thead th:first-child {
  background: #fff;
}
.article table tbody {
  font-size: 14px;
  line-height: 1.6;
}
.article table tbody tr {
  border-top: 1px solid #d5dae2;
}
.article table tbody tr:last-child {
  border-bottom: 1px solid #d5dae2;
}
.article table tbody th,
.article table tbody td {
  padding: 15px;
  border-left: 1px solid #d5dae2;
  vertical-align: baseline;
}
@media only screen and (max-width: 767px) {
  .article table tbody th,
  .article table tbody td {
    min-width: 200px;
    padding: 10px;
    font-size: 12px;
  }
}
.article table tbody th {
  width: 140px;
  min-width: 140px;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .article table tbody th {
    width: 100px;
    min-width: 100px;
  }
}
.article table tbody td:last-child {
  border-right: 1px solid #d5dae2;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>