@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;
}

.mb40 {
  margin-bottom: 40px !important;
}
.mb50{
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

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

strong {
  font-weight: 700;
}

#key {
  padding: 6px 0 13px;
}

#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;
}

#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.04vw 0 5.89vw;
  }
  #key .wrap {
    padding: 0 7.14vw;
  }
  #key .key__content {
    margin-top: 7.14vw;
  }
  #key .key__breadcum {
    font-size: 3.21vw;
  }
  #key .key__ttl {
    line-height: 5.36vw;
    font-size: 5.36vw;
  }
  #key .key__ttl span {
    font-size: 2.85vw;
  }
}
.nav-target {
  padding-top: 108px;
}
@media screen and (max-width: 560px) {
  .nav-target {
    padding-top: 16.07vw;
  }
}

h2.policy-ttl {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700 !important;
  color: #3B2A89;
  margin-bottom: 20px !important;
  background: #EAE9FC;
  padding: 10px 20px !important;
}
@media screen and (max-width: 560px) {
  h2.policy-ttl {
    font-size: 5.36vw;
    line-height: 7.86vw;
    margin-bottom: 5.36vw !important;
    padding: 1.79vw 3.57vw;
  }
}

h3.policy-ttl2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700 !important;
  color: #3B2A89;
  padding-bottom: 11px !important;
  border-bottom: 1px solid #D9D9D9 !important;
  margin-bottom: 11px !important;
}
@media screen and (max-width: 560px) {
  h3.policy-ttl2 {
    font-size: 4.29vw;
    line-height: 6.25vw;
    padding-bottom: 2.14vw !important;
    margin-bottom: 2.68vw !important;
  }
}

.policy-txt {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}
@media screen and (max-width: 560px) {
  .policy-txt {
    font-size: 3.57vw;
    line-height: 5.89vw;
  }
}

.policy-list {
  list-style-type: upper-alpha;
  margin-top: 25px;
  padding-left: 20px;
}
.policy-list li {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 560px) {
  .policy-list {
    padding-left: 4.46vw;
    margin-top: 5.89vw;
  }
  .policy-list li {
    font-size: 3.57vw;
    line-height: 5.89vw;
  }
}

.policy-container .wrap {
  width: 100%;
  margin: 0px auto;
  max-width: 734px;
}/*# sourceMappingURL=policy.css.map */