@charset "UTF-8";
@media screen and (max-width: 560px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 561px) {
  .d-flex-pc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.wrap {
  max-width: 1140px;
}

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

.bg-gadient1 {
  background: linear-gradient(146deg, rgb(235, 9, 175) 0%, rgb(61, 54, 235) 60%, rgb(61, 54, 235) 100%);
}

.fnt-roboto {
  font-family: "Roboto", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mb30 {
  margin-bottom: 30px !important;
}

a.link-blue {
  text-decoration: underline;
  color: #1A50B7;
  cursor: pointer;
}
a.link-blue:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

#key {
  padding: 29px 0 18px;
}

#key .wrap {
  padding: 0;
  max-width: 1101px;
}

#key .key__breadcum {
  font-size: 12px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 24px;
  display: none;
}

#key .key__breadcum li {
  position: relative;
}

#key .key__breadcum li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: calc(100% + 9px);
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

#key .key__breadcum li:last-child:before {
  display: none;
}

#key .key__content {
  margin: 11px auto;
}

#key .key__ttl {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #230044;
}
#key .key__ttl span {
  color: #3B2A89;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (max-width: 560px) {
  #key {
    padding: 3.39vw 0 5.89vw;
  }
  #key .wrap {
    padding: 0 7.14vw;
  }
  #key .key__content {
    margin-top: 7.14vw;
  }
  #key .key__breadcum {
    font-size: 3.21vw;
    display: flex;
  }
  #key .key__ttl {
    line-height: 5.36vw;
    font-size: 5.36vw;
  }
  #key .key__ttl span {
    font-size: 2.85vw;
  }
}
.nav-target {
  padding-top: 110px;
}
@media screen and (max-width: 560px) {
  .nav-target {
    padding-top: 19.64vw;
  }
}

.sitemap-list {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  padding: 50px;
  background: #FAFAFA;
  margin-bottom: 80px;
}
.sitemap-list li {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  padding: 21px 22px 20px;
  border-top: 1px solid #D9D9D9;
  font-weight: 700;
  color: #333333;
}
.sitemap-list li:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.sitemap-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #3B2A89;
  transform: translateY(-40%);
}
@media screen and (max-width: 560px) {
  .sitemap-list {
    margin-bottom: 14.29vw;
    border-radius: 1.79vw;
    padding: 8.93vw 9%;
  }
  .sitemap-list li {
    font-size: 3.57vw;
    line-height: 3.93vw;
    padding: 4.11vw 3.21vw;
  }
}/*# sourceMappingURL=sitemap.css.map */