/*-----------------------------------------------
special public relations 
------------------------------------------------*/
.subHeader {
  position: relative;
}

.subHeader__sns {
  position: absolute;
  right: 3%;
  bottom: 3%;
  width: 4em;
}
@media screen and (max-width: 768px) {
  .subHeader__sns {
    display: none;
  }
}



.sprContent {
  margin-top: 60px;
  font-family: 'Noto Sans JP', sans-serif;
}

.sprContent__wrap {
  max-width: 90.7em;
  margin: 0 auto;
  padding: 0 3.5em;
}
@media screen and (max-width: 768px) {
  .sprContent__wrap {
    padding: 0 2em;
  }
}

.anchor__list {
  margin-bottom: 10em;
  display: flex;
}
@media screen and (max-width: 768px) {
  .anchor__list {
    margin-bottom: 6em;
    display: block;
  }
}

.anchor__item {
  border: 1px solid #243B7A;
  width: calc(100% / 3);
  position: relative;
}
@media screen and (max-width: 768px) {
  .anchor__item {
    width: 100%;
  }
}


.anchor__item:last-child img {
  width: 4.4em;
}
@media screen and (max-width: 768px) {
  .anchor__item:last-child img {
    margin: 0 2.3em 0 .6em;
  }
}

.anchor__item:not(:last-child) {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .anchor__item:not(:last-child) {
    border: 1px solid #243B7A;
    border-bottom: 0;
  }
}

.anchor__itemLink {
  padding: 2.8em 0 3.8em;
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .anchor__itemLink {
    display: flex;
    align-items: center;
    padding: 2em 4.5em 2em 2.25em;
  }
}

.anchor__itemLink::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 1.5em;
  transform: translateX(-50%) rotate(-45deg);
  width: 1.2em;
  height: 1.2em;
  border-left: 1px solid #243B7A;
  border-bottom: 1px solid #243B7A;
}
@media screen and (max-width: 768px) {
  .anchor__itemLink::after {
    top: 50%;
    right: 1.8em;
    left: unset;
    transform: translateY(-50%) rotate(-45deg);
  }
}

.anchor__itemLink img {
  margin-bottom: 2.4em;
  width: 5.6em;
}
@media screen and (max-width: 768px) {
  .anchor__itemLink img {
    margin-bottom: 0;
    margin-right: 1.7em;
  }
}

.anchor__itemLink span {
  display: block;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .anchor__itemLink span {
    font-size: 1.8em;
  }
}

.sprContent__data {
  margin-bottom: 10em;
}
@media screen and (max-width: 768px) {
  .sprContent__data {
    margin-bottom: 6em;
  }
}

.sprContent__dataHead {
  margin-bottom: 6em;
  padding: 2em 2.2em;
  display: flex;
  align-items: center;
  background: #245AB7;
  background-image: linear-gradient(to right, #245AB7 , #0A387D);
}
@media screen and (max-width: 768px) {
  .sprContent__dataHead {
    margin-bottom: 4em;
    padding: 2.3em 1.7em;
  }
}

.sprContent__dataHeadImg {
  margin-right: 2.2em;
  display: block;
  width: 5.6em;
}
@media screen and (max-width: 768px) {
  .sprContent__dataHeadImg {
    margin-right: 1.7em
  }
}

.sprContent__dataHeadText {
  font-size: 3em;
  font-weight: 500;
  color: #fff;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .sprContent__dataHeadText {
    font-size: 2.2em
  }
}

.sprContent__dataItem {
  border-bottom: 1px solid #D9D9D9;
  padding: 0 0 4em 0;
}
@media screen and (max-width: 768px) {
  .sprContent__dataItem {
    padding: 0 0 3em 0;
  }
}

.sprContent__dataItem:not(:last-child) {
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .sprContent__dataItem:not(:last-child) {
    margin-bottom: 3em;
  }
}

.sprContent__dataItemWrap {
  padding-left: 2.8em;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sprContent__dataItemWrap {
    padding-left: 2em;
  }
}

.sprContent__dataItemWrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: .4em;
  height: 100%;
  background-image: linear-gradient(#245AB7 , #0A387D);
}

.sprContent__dataItemLbl {
  margin-bottom: 2em;
  padding: .8em 1em;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 500;
  background: #245AB7;
  background-image: linear-gradient(to right, #245AB7 , #0A387D);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sprContent__dataItemLbl {
    margin-bottom: 1.5em;
    font-size: 1.2em;
    line-height: 1.7;
  }
}

@media screen and (min-width: 768px) {
  .mainContent__cardTextLink:hover {
    text-decoration-color: #fff;
  }

  .mainContent__cardTextLink:hover .mainContent__cardText {
    background-color: #192a80;
    color: #fff;
  }
}

.sprContent__dataItemTextLink p {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .sprContent__dataItemTextLink:hover p {
    background-color: #192a80;
    color: #fff;
  }
}

.sprContent__dataItemTextLink {
  display: block;
  font-size: 2.6em;
  line-height: 1.3;
  /* letter-spacing: .05em; */
}
@media screen and (min-width: 768px) {
  .sprContent__dataItemTextLink {
    transition: .6s;
  }
}
@media screen and (max-width: 768px) {
  .sprContent__dataItemTextLink {
    font-size: 1.8em;
  }
}

.sprContent__cardIconWrap {
  display: flex;
}

.sprContent__cardIconPdf {
  height: 1em;
  width: .9em;
}

.sprContent__cardIconWindow {
  width: 1em;
  height: 1em;
}

.sprContent__cardIconPdf {
  margin-right: .5em;
}


.sprContent__dataItemText {
  display: block;
  font-size: 2.6em;
  line-height: 1.3;
  /* letter-spacing: .05em; */
}
@media screen and (max-width: 768px) {
  .sprContent__dataItemText {
    font-size: 1.8em;
  }
}

.sprContent__btnLinkWrap {
  margin-bottom: 12em;
  text-align: center;
}

.sprContent__btnLink {
  padding: 2.8em 4.6em 2.8em 7.4em;
  display: inline-block;
  font-size: 2.6em;
  font-weight: 500;
  letter-spacing: .05em;
  background: #245AB7;
  background-image: linear-gradient(to right, #245AB7 , #0A387D);
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sprContent__btnLink {
    padding: 1.5em 1em 1.5em 4em;
    font-size: 1.8em;
    line-height: 1.2;
  }
}

.sprContent__btnLink::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 3.4em;
  transform: translateY(-50%);
  background: url('../images/common/triangle_arrow-white.png') no-repeat;
  background-size: 100% auto;
  width: 1em;
  height: 1.4em;
}
@media screen and (max-width: 768px) {
  .sprContent__btnLink::before {
    left: 2em;
  }
}