@charset "UTF-8";
/* page
========================================= */
.page__title {
  font-family: "源真ゴシックP";
  font-size: 2em;
  font-weight: 900;
  color: #1C2C6F;
  line-height: 1.4;
  padding-left: 0.75em;
  position: relative;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .page__title {
    font-size: 1.6em;
  }
}
.page__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 100%;
  background-color: #9F296A;
}
@media (max-width: 768px) {
  .page__title::before {
    width: 4px;
  }
}
.page__heading {
  font-family: "源真ゴシックP";
  font-size: 1.6em;
  font-weight: 900;
  color: #1C2C6F;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
  margin-top: 3em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .page__heading {
    font-size: 1.3em;
  }
}
.page__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 100%;
  background-color: #8C94B5;
}
@media (max-width: 768px) {
  .page__heading::before {
    width: 4px;
  }
}
.page__lead {
  line-height: 2;
  margin-bottom: 2.2em;
}
.page__links {
  background-color: #F8F9FF;
  padding: 2em 10.6%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  margin-bottom: 6.6em;
}
@media (max-width: 768px) {
  .page__links {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page__link {
  margin-bottom: 0.85em;
}
@media (max-width: 768px) {
  .page__link {
    margin-bottom: 0.2em;
  }
}
.page__link:last-child {
  margin-bottom: 0;
}
.page__link a {
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #E5E5E5;
  padding: 1.65em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .page__link a {
    padding: 1.75em 0;
    max-width: 280px;
  }
}
.page__link a::after {
  content: "";
  width: 1.51vw;
  height: 1.51vw;
  background: url(../img/common/arrow_red-bottom.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .page__link a::after {
    width: 16px;
    height: 16px;
  }
}
.page__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page__link a:hover {
  color: #9F296A;
}
.page__link a:hover::after {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
.page__link a:hover::before {
  opacity: 1;
}
.page__transition {
  text-align: center;
  background-color: #F8F9FF;
  padding: 4em;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .page__transition {
    margin: 0 calc(50% - 50vw) 3em;
  }
}
.page__transition-title {
  font-family: "源真ゴシックP";
  font-weight: 900;
  font-size: 1.2em;
  color: #1C2C6F;
  margin-bottom: 2em;
  text-align: center;
  margin-bottom: 1.667em;
}
@media (max-width: 768px) {
  .page__transition-title {
    font-size: 1.3em;
  }
}
.page__transition a {
  display: block;
  max-width: 348px;
  margin: auto;
}
.page__transition a:hover .page__transition-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page__transition a:hover .page__transition-text::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.page__transition-img {
  margin-bottom: 1em;
  overflow: hidden;
}
.page__transition-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page__transition-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "源真ゴシックP";
  font-size: 1.2em;
  color: #1C2C6F;
  font-weight: bold;
}
.page__transition-text::after {
  content: "";
  display: block;
  width: 1.51vw;
  height: 1.51vw;
  background: url(../img/common/arrow_red.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .page__transition-text::after {
    width: 13px;
    height: 13px;
  }
}