.l-header__nav-link.--about::after {
  bottom: -1.5rem;
}
.p-about-cnct {
  position: relative;
  aspect-ratio: 375/1160;
  padding: 4rem 0 3rem;
  background: url(../img/about/connect_bg_sp.png) #fff no-repeat center bottom
    3rem / contain;
  margin-top: -5rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct {
    aspect-ratio: 1920/1760;
    background: url(../img/about/connect_bg_pc.png) #fff no-repeat center
      bottom/125%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct {
    aspect-ratio: 1920/1330;
    padding: 9rem 0 0;
    background: url(../img/about/connect_bg_pc.png) #fff no-repeat center
      bottom/contain;
    margin-top: 0;
  }
}
.p-about-cnct__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-about-cnct__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-about-cnct__ttl {
  font-size: 3.35rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__ttl {
    font-size: 6.8rem;
  }
}
.p-about-cnct__ttl .ribon {
  display: inline-block;
  aspect-ratio: 46/24;
  width: 2.8rem;
  background: url(../img/top/connect_ribon.svg) no-repeat center/contain;
  margin-inline: -1rem;
  margin-bottom: 0.3rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__ttl .ribon {
    width: 4.6rem;
    margin-inline: -1.5rem;
  }
}
.p-about-cnct__ttl .de {
  font-size: 4.6rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(62.43%, #f87a4c),
    to(#cf592e)
  );
  background: linear-gradient(180deg, #f87a4c 62.43%, #cf592e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__ttl .de {
    font-size: 8.8rem;
    margin-right: 1.5rem;
  }
}
.p-about-cnct__ttl .jp {
  font-size: 4.6rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f97777),
    to(#c32121)
  );
  background: linear-gradient(180deg, #f97777 0%, #c32121 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__ttl .jp {
    font-size: 8.8rem;
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__ttl br.--sp {
    display: none;
  }
}
.p-about-cnct__box .warning {
  background-color: #3ca2d5;
  border-radius: 9999px;
  width: 70%;
  margin-inline: auto;
  margin-top: 5.3rem;
  padding: 1.1rem 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__box .warning {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10.7rem;
    padding: 1.5rem 2.5rem;
  }
}
.p-about-cnct__box .warning p {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  padding-left: 2rem;
  text-align: center;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__box .warning p {
    font-size: 1.6rem;
    padding-left: 3.2rem;
  }
}
.p-about-cnct__box .warning span {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../img/about/warning.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__box .warning span {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-about-cnct__pin {
  aspect-ratio: 1/1;
  width: 6.2rem;
  border-radius: 9999px;
  position: absolute;
  -webkit-transform: scale(0) translateY(1rem);
  transform: scale(0) translateY(1rem);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin {
    width: 10.5rem;
  }
}
.p-about-cnct__pin::before {
  content: "";
  display: block;
  aspect-ratio: 18/21;
  width: 1rem;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin::before {
    width: 1.8rem;
  }
}
.p-about-cnct__pin::after {
  content: "";
  display: block;
  aspect-ratio: 24/17;
  width: 1.4rem;
  border-radius: 50%;
  background-color: #fff;
  outline-offset: -0.25rem;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin::after {
    width: 2.4rem;
    outline-offset: -0.3rem;
  }
}
.p-about-cnct__pin.view {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
}
.p-about-cnct__pin.--dt {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(-0.97%, #ffc800),
    color-stop(107.54%, #d65f1a)
  );
  background: linear-gradient(0deg, #ffc800 -0.97%, #d65f1a 107.54%);
}
.p-about-cnct__pin.--dt::before {
  background-color: #d65f1a;
  top: -1rem;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--dt::before {
    top: -1.8rem;
  }
}
.p-about-cnct__pin.--dt::after {
  outline: 0.25rem solid #f3cd5c;
  top: -1.5rem;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--dt::after {
    outline: 0.4rem solid #f3cd5c;
    top: -2.8rem;
  }
}
.p-about-cnct__pin.--db {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-0.97%, #ffc800),
    color-stop(107.54%, #d65f1a)
  );
  background: linear-gradient(180deg, #ffc800 -0.97%, #d65f1a 107.54%);
}
.p-about-cnct__pin.--db::before {
  background-color: #d65f1a;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: -1rem;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--db::before {
    bottom: -1.8rem;
  }
}
.p-about-cnct__pin.--db::after {
  outline: 0.25rem solid #f3cd5c;
  bottom: -1.5rem;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--db::after {
    outline: 0.4rem solid #f3cd5c;
    bottom: -2.8rem;
  }
}
.p-about-cnct__pin.--jt {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(-0.97%, #fab9b9),
    color-stop(107.54%, #e04545)
  );
  background: linear-gradient(0deg, #fab9b9 -0.97%, #e04545 107.54%);
}
.p-about-cnct__pin.--jt::before {
  background-color: #e04545;
  top: -1rem;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--jt::before {
    top: -1.8rem;
  }
}
.p-about-cnct__pin.--jt::after {
  outline: 0.25rem solid #f9a6a6;
  top: -1.5rem;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--jt::after {
    outline: 0.4rem solid #f9a6a6;
    top: -2.8rem;
  }
}
.p-about-cnct__pin.--jb {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-0.97%, #fab9b9),
    color-stop(107.54%, #e04545)
  );
  background: linear-gradient(180deg, #fab9b9 -0.97%, #e04545 107.54%);
}
.p-about-cnct__pin.--jb::before {
  background-color: #e04545;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: -1rem;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--jb::before {
    bottom: -1.8rem;
  }
}
.p-about-cnct__pin.--jb::after {
  outline: 0.25rem solid #f9a6a6;
  bottom: -1.5rem;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--jb::after {
    outline: 0.4rem solid #f9a6a6;
    bottom: -2.8rem;
  }
}
.p-about-cnct__pin.--jn {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-0.97%, #fab9b9),
    color-stop(107.54%, #e04545)
  );
  background: linear-gradient(180deg, #fab9b9 -0.97%, #e04545 107.54%);
}
.p-about-cnct__pin.--jn::before {
  background-color: #e04545;
  -webkit-transform: rotate(160deg) translate(-1rem, -0.3rem) scale(1.1);
  transform: rotate(160deg) translate(-1rem, -0.3rem) scale(1.1);
  bottom: -1rem;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--jn::before {
    -webkit-transform: rotate(160deg) translate(-1.5rem, -0.5rem) scale(1.1);
    transform: rotate(160deg) translate(-1.5rem, -0.5rem) scale(1.1);
    bottom: -1.8rem;
  }
}
.p-about-cnct__pin.--jn::after {
  outline: 0.25rem solid #f9a6a6;
  bottom: -1.5rem;
  -webkit-transform: translateX(1rem);
  transform: translateX(1rem);
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--jn::after {
    outline: 0.4rem solid #f9a6a6;
    bottom: -2.8rem;
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
  }
}
.p-about-cnct__pin.--jtr {
  background: linear-gradient(20deg, #fab9b9 -0.97%, #e04545 107.54%);
}
.p-about-cnct__pin.--jtr::before {
  background-color: #e04545;
  -webkit-transform: rotate(17deg) translate(0.9rem, -0.2rem) scale(1.1);
  transform: rotate(17deg) translate(0.9rem, -0.2rem) scale(1.1);
  top: -1rem;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--jtr::before {
    -webkit-transform: rotate(10deg) translate(0.9rem, -0.2rem) scale(1.1);
    transform: rotate(10deg) translate(0.9rem, -0.2rem) scale(1.1);
    top: -1.8rem;
  }
}
.p-about-cnct__pin.--jtr::after {
  outline: 0.25rem solid #f9a6a6;
  top: -1.5rem;
  -webkit-transform: translateX(1.1rem);
  transform: translateX(1.1rem);
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--jtr::after {
    outline: 0.4rem solid #f9a6a6;
    top: -2.5rem;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
  }
}
.p-about-cnct__pin.--jtl {
  background: linear-gradient(-50deg, #fab9b9 -0.97%, #e04545 107.54%);
}
.p-about-cnct__pin.--jtl::before {
  background-color: #e04545;
  -webkit-transform: rotate(-54deg) translate(-2.9rem, -1.6rem) scale(1.1);
  transform: rotate(-54deg) translate(-2.9rem, -1.6rem) scale(1.1);
  top: -1rem;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--jtl::before {
    -webkit-transform: rotate(-54deg) translate(-5rem, -2.8rem) scale(1.1);
    transform: rotate(-54deg) translate(-5rem, -2.8rem) scale(1.1);
    top: -1.8rem;
  }
}
.p-about-cnct__pin.--jtl::after {
  outline: 0.25rem solid #f9a6a6;
  top: 0;
  -webkit-transform: translateX(-3.6rem);
  transform: translateX(-3.6rem);
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin.--jtl::after {
    outline: 0.4rem solid #f9a6a6;
    -webkit-transform: translateX(-6.5rem);
    transform: translateX(-6.5rem);
  }
}
.p-about-cnct__pin[data-modal="11"] {
  left: 5.7rem;
  bottom: 73.2rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__pin[data-modal="11"] {
    left: 4rem;
    bottom: 50rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin[data-modal="11"] {
    left: 23rem;
    bottom: 73.5rem;
  }
}
.p-about-cnct__pin[data-modal="12"] {
  left: 21.3rem;
  bottom: 62.9rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__pin[data-modal="12"] {
    left: 27rem;
    bottom: 34.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin[data-modal="12"] {
    left: 57rem;
    bottom: 52.5rem;
  }
}
.p-about-cnct__pin[data-modal="13"] {
  left: 31rem;
  bottom: 63.9rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__pin[data-modal="13"] {
    left: 44.5rem;
    bottom: 36.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin[data-modal="13"] {
    left: 79rem;
    bottom: 54.5rem;
  }
}
.p-about-cnct__pin[data-modal="14"] {
  left: 20.1rem;
  bottom: 53.1rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__pin[data-modal="14"] {
    left: 25.5rem;
    bottom: 25rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin[data-modal="14"] {
    left: 55rem;
    bottom: 35.5rem;
  }
}
.p-about-cnct__pin[data-modal="15"] {
  right: 23.4rem;
  bottom: 27.3rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__pin[data-modal="15"] {
    right: 36.7rem;
    bottom: 26.3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin[data-modal="15"] {
    right: 68.7rem;
    bottom: 40.5rem;
  }
}
.p-about-cnct__pin[data-modal="16"] {
  right: 21.7rem;
  bottom: 16.8rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__pin[data-modal="16"] {
    right: 35.6rem;
    bottom: 15rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin[data-modal="16"] {
    right: 67rem;
    bottom: 22.2rem;
  }
}
.p-about-cnct__pin[data-modal="17"] {
  right: 17.3rem;
  bottom: 28.8rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__pin[data-modal="17"] {
    right: 28.6rem;
    bottom: 27rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin[data-modal="17"] {
    right: 57.8rem;
    bottom: 41.5rem;
  }
}
.p-about-cnct__pin[data-modal="18"] {
  right: 7.8rem;
  bottom: 31rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__pin[data-modal="18"] {
    right: 15rem;
    bottom: 32rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin[data-modal="18"] {
    right: 39.5rem;
    bottom: 47rem;
  }
}
.p-about-cnct__pin[data-modal="19"] {
  right: 9.7rem;
  bottom: 20.5rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__pin[data-modal="19"] {
    right: 17.3rem;
    bottom: 20rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin[data-modal="19"] {
    right: 40.7rem;
    bottom: 30rem;
  }
}
.p-about-cnct__pin[data-modal="20"] {
  right: 3rem;
  bottom: 22.9rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__pin[data-modal="20"] {
    right: 10.3rem;
    bottom: 22rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin[data-modal="20"] {
    right: 30rem;
    bottom: 33.7rem;
  }
}
.p-about-cnct__pin figure {
  aspect-ratio: 1/1;
  border-radius: 9999px;
  overflow: hidden;
  outline: 0.3rem solid #fff;
  outline-offset: -0.1rem;
}
@media only screen and (min-width: 1025px) {
  .p-about-cnct__pin figure {
    outline: 0.5rem solid #fff;
    outline-offset: -0.4rem;
  }
}
.p-about-cnct__modal {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-about-cnct__modal.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
}
.p-about-cnct__modal-inner {
  position: relative;
  width: min(95vw, 180rem);
  height: 90vh;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal.is-active .p-about-cnct__modal-inner {
  -webkit-animation: modalOpen 0.4s ease forwards;
  animation: modalOpen 0.4s ease forwards;
}
html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
@-webkit-keyframes modalOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modalOpen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.p-about-cnct__modal .modal-close {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background-color: #34312f;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .modal-close {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 2rem;
    top: 4rem;
    right: 4.8rem;
  }
}
.p-about-cnct__modal .modal-close::before,
.p-about-cnct__modal .modal-close::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .modal-close::before,
  .p-about-cnct__modal .modal-close::after {
    width: 2rem;
    height: 2px;
  }
}
.p-about-cnct__modal .modal-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-about-cnct__modal .modal-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-about-cnct__modal .modal-content {
  width: 100%;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  border-radius: 3rem;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .modal-content {
    border-radius: 8rem;
  }
}
.p-about-cnct__modal .school-mv {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 3rem 3rem 0;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .school-mv {
    -ms-grid-columns: 1fr 6.4rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 6.4rem;
    padding: 7.2rem 11rem 0 7.2rem;
  }
}
.p-about-cnct__modal .school-img {
  aspect-ratio: 767/492;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .school-img {
    border-radius: 4.8rem;
  }
}
.p-about-cnct__modal .school-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-about-cnct__modal .school-head {
  position: relative;
  padding: 2rem 0 0;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .school-head {
    padding: 7.5rem 0 0;
  }
}
.p-about-cnct__modal .school-txtwrap {
  position: relative;
  max-height: 40rem;
  overflow: hidden;
  padding-bottom: 5rem;
}
.p-about-cnct__modal .school-txtwrap.over::after {
  content: "";
  display: block;
  width: 100%;
  height: 15rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(60%, #ffffff)
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 60%);
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.p-about-cnct__modal .school-txtwrap.over.open::after {
  display: none;
}
.p-about-cnct__modal .school-ttl {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #e03830;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .school-ttl {
    font-size: 5.6rem;
    margin-bottom: 1rem;
  }
}
.p-about-cnct__modal .school-txt {
  position: relative;
  display: block;
  font-size: 1.5rem;
  height: auto;
  line-height: 1.5;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .school-txt {
    font-size: 2rem;
    line-height: 2;
  }
}
.p-about-cnct__modal .school-more {
  display: none;
}
.p-about-cnct__modal .school-txtwrap.over .school-more {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 10;
}
.p-about-cnct__modal .school-content {
  padding: 3rem 2rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .school-content {
    padding: 5rem 11rem;
  }
}
.p-about-cnct__modal .person-item {
  padding: 5rem 0;
  display: -ms-grid;
  display: grid;
  gap: 2rem 0;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .person-item {
    padding: 9.6rem 0;
    -ms-grid-columns: 23% 7.2rem 1fr;
    grid-template-columns: 23% 1fr;
    gap: 0 7.2rem;
  }
}
.p-about-cnct__modal .person-item:not(:first-child) {
  border-top: 1px solid #f5f5f5;
}
.p-about-cnct__modal .person-img {
  position: relative;
  aspect-ratio: 1/1;
  width: 80%;
  height: auto;
  margin-inline: auto;
  border-radius: 2.4rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .person-img {
    width: 100%;
    border-radius: 4.8rem;
    -webkit-box-shadow: 0 1rem 2rem -0.5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 1rem 2rem -0.5rem rgba(0, 0, 0, 0.5);
  }
}
.p-about-cnct__modal .person-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-about-cnct__modal .person-box {
  padding: 1rem 0;
}
.p-about-cnct__modal .person-name {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #e03830;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .person-name {
    font-size: 4rem;
    text-align: left;
    margin-bottom: 2.7rem;
  }
}
.p-about-cnct__modal .person-detail {
  display: -ms-grid;
  display: grid;
  gap: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .person-detail {
    gap: 1.7rem 0;
  }
}
.p-about-cnct__modal .person-detail + .person-detail {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .person-detail + .person-detail {
    margin-top: 5rem;
  }
}
.p-about-cnct__modal .person-detail dt {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 0.8rem;
  padding: 1rem 2.5rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .person-detail dt {
    border-radius: 1.2rem;
    padding: 1.7rem 4.5rem;
    font-size: 2.6rem;
  }
}
.p-about-cnct__modal .person-detail dt::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: calc(100% - 1.7rem);
  border-radius: 0.1rem;
  background: linear-gradient(
    359.95deg,
    #dc1f67 0%,
    #ea6d4b 47.73%,
    #ffb52d 95.45%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  left: 1rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .person-detail dt::before {
    width: 0.6rem;
    height: calc(100% - 2.5rem);
    border-radius: 0.2rem;
    left: 1.4rem;
  }
}
.p-about-cnct__modal .person-detail dd {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .person-detail dd {
    font-size: 2rem;
    line-height: 3.3rem;
  }
}
.p-about-cnct__modal .person-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 1rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .person-links {
    gap: 1rem 2.4rem;
    margin-top: 5rem;
  }
}
.p-about-cnct__modal .person-btn {
  min-width: 13rem;
  min-height: 4rem;
  border-radius: 0.8rem;
  background-color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .person-btn {
    min-width: 20rem;
    min-height: 5.6rem;
    border-radius: 1.6rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  }
}
.p-about-cnct__modal .person-btn p {
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .person-btn p {
    font-size: 1.6rem;
    padding-right: 2rem;
  }
}
.p-about-cnct__modal .person-btn p span {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.2398381 9.2439804"><path fill="%23E03830" d="M1.2296071.3998203c0-.2209101.1789007-.3998203.3998203-.3998203h6.6802101c.1061001,0,.2081003.0423803.2831001.1174002l.5296993.5296297c.0748997.0749998.1167011.1764498.1167011.2824306l.0007,6.6808701c-.0001011.2207994-.1791.3996992-.3999004.3998995h-.7278004c-.2208996,0-.3997002-.1789999-.3997993-.3998995l-.0007-4.9973402L1.1978374,9.1268301c-.1561995.1562004-.4100199.1562004-.5662298,0l-.5144501-.5144997c-.1562099-.1562004-.1562099-.4100008,0-.5662003L6.635138,1.5281601l-5.0057106-.0006905c-.2208996,0-.3997898-.1789398-.3998203-.3998194V.3998203Z" /></svg>')
    no-repeat center/contain;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-block: auto;
}
@media only screen and (min-width: 769px) {
  .p-about-cnct__modal .person-btn p span {
    width: 1rem;
    height: 1rem;
  }
}
.p-about-outline {
  background: #fff;
  background-image: url("../img/about/outline_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom 45% center;
  padding: 0 0 8rem;
}
@media only screen and (min-width: 769px) {
  .p-about-outline {
    padding: 10rem 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline {
    padding: 4rem 0 10rem;
  }
}
.p-about-outline__inner {
  display: -ms-grid;
  display: grid;
  gap: 5rem 0;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__inner {
    -ms-grid-columns: 1fr 5rem 40%;
    grid-template-columns: 1fr 40%;
    gap: 0 5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline__inner {
    -ms-grid-columns: 1fr 14rem 47.5%;
    grid-template-columns: 1fr 47.5%;
    gap: 0 14rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline__left {
    padding-top: 9.5rem;
  }
}
.p-about-outline__ttl {
  font-size: 2.5rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__ttl {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline__ttl {
    margin-bottom: 4.5rem;
  }
}
.p-about-outline__txt {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__txt {
    font-size: 2rem;
  }
}
.p-about-outline__txt + .p-about-outline__txt {
  margin-top: 1.5rem;
}
.p-about-outline .c-btn {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .p-about-outline .c-btn {
    margin-top: 7rem;
  }
}
.p-about-outline__right {
  display: -ms-grid;
  display: grid;
  gap: 3rem 0;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__right {
    gap: 6rem 0;
  }
}
.p-about-outline__imgbox {
  position: relative;
  width: 100%;
  min-height: 20rem;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__imgbox {
    min-height: 30rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline__imgbox {
    min-height: 37rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-outline__imgbox:nth-child(3) {
    display: none;
  }
}
.p-about-outline__img {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-about-outline__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  background-color: #e03830;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__img::after {
    border-radius: 1.2rem;
  }
}
.p-about-outline__img.is-animated {
  opacity: 1;
}
.p-about-outline__img.is-animated::after {
  -webkit-animation: outlineImg 1s 0.3s cubic-bezier(0.8, 0, 0.17, 1) forwards;
  animation: outlineImg 1s 0.3s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}
@-webkit-keyframes outlineImg {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
@keyframes outlineImg {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}
.p-about-outline__img.--1 {
  aspect-ratio: 406/271;
  width: 20rem;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__img.--1 {
    width: 26rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline__img.--1 {
    width: 40.6rem;
  }
}
.p-about-outline__img.--2 {
  aspect-ratio: 225/152;
  width: 13rem;
  position: absolute;
  bottom: 4rem;
  left: 19rem;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__img.--2 {
    width: 16rem;
    left: 24rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline__img.--2 {
    width: 22.5rem;
    left: 39rem;
    bottom: 4rem;
  }
}
.p-about-outline__img.--3 {
  aspect-ratio: 272/372;
  width: 15rem;
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  -webkit-transform: translateX(2rem);
  transform: translateX(2rem);
}
@media only screen and (min-width: 769px) {
  .p-about-outline__img.--3 {
    width: 18rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline__img.--3 {
    width: 27.2rem;
    -webkit-transform: translateX(-3rem);
    transform: translateX(-3rem);
  }
}
.p-about-outline__img.--4 {
  display: none;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__img.--4 {
    display: block;
    aspect-ratio: 168/113;
    width: 12rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-block: auto;
    right: -2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline__img.--4 {
    width: 16.8rem;
    right: 5rem;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
}
.p-about-outline__img.--5 {
  display: none;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__img.--5 {
    display: block;
    aspect-ratio: 286/191;
    width: 25rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline__img.--5 {
    width: 28.6rem;
    margin: 4rem 0 0 7.5rem;
  }
}
.p-about-outline__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-about-outline__illust {
  position: absolute;
  opacity: 0;
}
.p-about-outline__illust.is-animated {
  -webkit-animation: 0.8s 0s linear BoundIn forwards;
  animation: 0.8s 0s linear BoundIn forwards;
}
@-webkit-keyframes BoundIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    opacity: 1;
  }
  17% {
    -webkit-transform: scale(1.232);
    transform: scale(1.232);
    opacity: 1;
  }
  34% {
    scale: 1;
    opacity: 1;
  }
  51% {
    -webkit-transform: scale(1.071);
    transform: scale(1.071);
    opacity: 1;
  }
  68% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  84% {
    -webkit-transform: scale(1.03525);
    transform: scale(1.03525);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes BoundIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  8% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    opacity: 1;
  }
  17% {
    -webkit-transform: scale(1.232);
    transform: scale(1.232);
    opacity: 1;
  }
  34% {
    scale: 1;
    opacity: 1;
  }
  51% {
    -webkit-transform: scale(1.071);
    transform: scale(1.071);
    opacity: 1;
  }
  68% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  84% {
    -webkit-transform: scale(1.03525);
    transform: scale(1.03525);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.p-about-outline__illust.--1 {
  aspect-ratio: 86/137;
  width: 5rem;
  top: -7.8rem;
  left: 13rem;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__illust.--1 {
    width: 8.6rem;
    top: -13.6rem;
    left: 12.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline__illust.--1 {
    left: 22.8rem;
  }
}
.p-about-outline__illust.--2 {
  aspect-ratio: 129/166;
  width: 8rem;
  top: 3.5rem;
  left: 0.7rem;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__illust.--2 {
    width: 12.9rem;
    top: 3.5rem;
    left: -4.3rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline__illust.--2 {
    top: 11.5rem;
    left: -0.3rem;
  }
}
.p-about-outline__illust.--3 {
  display: none;
}
@media only screen and (min-width: 769px) {
  .p-about-outline__illust.--3 {
    display: block;
    aspect-ratio: 238/170;
    width: 23.8rem;
    bottom: -2rem;
    right: -2rem;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-outline__illust.--3 {
    width: 23.8rem;
    bottom: auto;
    top: 0;
    right: 8.5rem;
  }
}
.p-about-purpose {
  background: #fff;
  padding: 0 0 8rem;
  border-radius: 0 0 3rem 3rem;
}
@media only screen and (min-width: 769px) {
  .p-about-purpose {
    padding: 0 0 13rem;
    border-radius: 0 0 6rem 6rem;
  }
}
.p-about-purpose__inner {
  position: relative;
  border-radius: 4.8rem;
  background: linear-gradient(
    77.11deg,
    #dc1f67 3.53%,
    #ea6d4b 50.22%,
    #ffb52d 96.92%
  );
  padding: 3.5rem 3rem 6rem !important;
  display: -ms-grid;
  display: grid;
  -webkit-box-shadow: 0 1.2rem 3rem rgba(97, 3, 3, 0.16);
  box-shadow: 0 1.2rem 3rem rgba(97, 3, 3, 0.16);
  z-index: 5;
}
@media only screen and (min-width: 769px) {
  .p-about-purpose__inner {
    border-radius: 13rem;
    padding: 7rem 12rem 13rem !important;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-purpose__inner {
    border-radius: 16rem;
    padding: 11rem 11.2rem 16.3rem !important;
    -webkit-box-shadow: 0 2.4rem 3rem rgba(97, 3, 3, 0.16);
    box-shadow: 0 2.4rem 3rem rgba(97, 3, 3, 0.16);
  }
}
.p-about-purpose__list {
  counter-reset: purposeList;
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 2rem 0;
  margin-top: -1rem;
}
@media only screen and (min-width: 769px) {
  .p-about-purpose__list {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-purpose__list {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 2rem;
  }
}
.p-about-purpose__item {
  position: relative;
  background-color: #fff;
  border-radius: 3rem;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  padding: 7rem 2.5rem 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}
@media only screen and (min-width: 769px) {
  .p-about-purpose__item {
    border-radius: 5.6rem;
    padding: 11rem 3.2rem 5.5rem;
  }
}
.p-about-purpose__item::before {
  counter-increment: purposeList;
  content: counter(purposeList);
  display: block;
  aspect-ratio: 1/1;
  width: 4rem;
  border-radius: 1.5rem;
  background-color: #e03830;
  font-size: 1.6rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
@media only screen and (min-width: 769px) {
  .p-about-purpose__item::before {
    width: 6.4rem;
    border-radius: 2rem;
    font-size: 2.2rem;
    top: 3.2rem;
    left: 3.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .p-about-purpose__item:nth-child(even) {
    margin: 3.2rem 0 -3.2rem;
  }
}
.p-about-purpose__txt {
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .p-about-purpose__txt {
    font-size: 2.2rem;
  }
}
.p-about-purpose__img {
  margin-inline: auto;
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .p-about-purpose__img {
    margin-top: 3rem;
  }
}
.p-about-purpose__img.--1 {
  width: 83.4920634921%;
}
.p-about-purpose__img.--2 {
  width: 71.746031746%;
}
.p-about-purpose__img.--3 {
  width: 85.0793650794%;
}
.p-about-purpose__img.--4 {
  width: 73.0158730159%;
}
.p-about-purpose__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-about-report {
  padding: 9rem 0 8rem;
}
@media only screen and (min-width: 769px) {
  .p-about-report {
    padding: 11rem 0 10rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-about-report {
    padding: 15rem 0 14rem;
  }
}
.p-about-report .c-btn {
  margin: 2.5rem auto 0;
}
@media only screen and (min-width: 769px) {
  .p-about-report .c-btn {
    margin: -8.5rem auto 0 6rem;
  }
}
.p-about-report .c-title {
  margin-left: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  .p-about-report .c-title {
    margin-left: 6rem;
    margin-bottom: 6rem;
  }
}
.swiper.p-about-report__swiper {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-bottom: 10rem;
}
@media only screen and (min-width: 769px) {
  .swiper.p-about-report__swiper {
    padding-bottom: 14.5rem;
  }
}
.swiper.p-about-report__swiper .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.swiper-slide.p-about-report__slide {
  width: 89.3333333333%;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem 0;
}
@media only screen and (min-width: 769px) {
  .swiper-slide.p-about-report__slide {
    width: 41.0416666667%;
    gap: 2rem 0;
  }
}
.p-about-report__slide .slide-img-wrap {
  position: relative;
}
.p-about-report__slide .slide-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media only screen and (min-width: 769px) {
  .p-about-report__slide .slide-tag {
    gap: 1.2rem;
    top: 1.6rem;
    left: 2rem;
  }
}
.p-about-report__slide .slide-new {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  min-width: 6.5rem;
  min-height: 2.7rem;
  border-radius: 0.6rem;
  background: #2aa95f;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 0.5rem;
  padding: 0.3rem 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-about-report__slide .slide-new {
    font-size: 2rem;
    min-width: 10.8rem;
    min-height: 4.4rem;
    border-radius: 1.6rem;
  }
}
.p-about-report__slide .slide-new::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.8rem;
  background: url(../img/top/report_new.svg) no-repeat center/contain;
}
@media only screen and (min-width: 769px) {
  .p-about-report__slide .slide-new::before {
    width: 1rem;
    height: 1.4rem;
  }
}
.p-about-report__slide .slide-tax {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  min-width: 6.5rem;
  min-height: 2.7rem;
  border-radius: 0.6rem;
  background: #363331;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 0.5rem;
  padding: 0.3rem 1.5rem;
}
@media only screen and (min-width: 769px) {
  .p-about-report__slide .slide-tax {
    font-size: 2rem;
    min-width: 12.7rem;
    min-height: 4.4rem;
    border-radius: 1.6rem;
  }
}
.p-about-report__slide .slide-tax::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 9999px;
  background: #e03830;
}
@media only screen and (min-width: 769px) {
  .p-about-report__slide .slide-tax::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-about-report__slide .slide-img {
  aspect-ratio: 788/525;
  width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0.5rem 1.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0.5rem 1.2rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 769px) {
  .p-about-report__slide .slide-img {
    border-radius: 3.2rem;
    -webkit-box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.1);
  }
}
.p-about-report__slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-about-report__slide .slide-txt-box {
  padding: 0 1rem;
  display: -ms-grid;
  display: grid;
  gap: 0.5rem 0;
}
@media only screen and (min-width: 769px) {
  .p-about-report__slide .slide-txt-box {
    padding: 0 2rem;
    gap: 1rem 0;
  }
}
.p-about-report__slide .slide-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .p-about-report__slide .slide-ttl {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
  }
}
.p-about-report__slide .slide-txt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .p-about-report__slide .slide-txt {
    -ms-grid-columns: 18% 1fr;
    grid-template-columns: 18% 1fr;
  }
}
.p-about-report__slide .slide-txt dt {
  position: relative;
  font-size: 1.3rem;
  opacity: 0.7;
  padding-left: 2rem;
}
@media only screen and (min-width: 769px) {
  .p-about-report__slide .slide-txt dt {
    font-size: 1.8rem;
    padding-left: 3rem;
  }
}
.p-about-report__slide .slide-txt dt::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
}
@media only screen and (min-width: 769px) {
  .p-about-report__slide .slide-txt dt::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-about-report__slide .slide-txt.--sche dt::before {
  background: url(../img/about/report_icon_sche.svg) no-repeat center/contain;
}
.p-about-report__slide .slide-txt.--pin dt::before {
  background: url(../img/about/report_icon_pin.svg) no-repeat center/contain;
}
.p-about-report__slide .slide-txt dd {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .p-about-report__slide .slide-txt dd {
    font-size: 1.8rem;
  }
}
.p-about-report .swiper-navigation {
  width: 10.8rem;
  height: 4.8rem;
  position: absolute;
  bottom: 0;
  left: 2rem;
}
@media only screen and (min-width: 769px) {
  .p-about-report .swiper-navigation {
    width: 12.8rem;
    height: 5.6rem;
    left: auto;
    right: 12rem;
  }
}
.p-about-report .swiper-button-next,
.p-about-report .swiper-button-prev {
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.2rem;
  border: 1px solid #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .p-about-report .swiper-button-next,
  .p-about-report .swiper-button-prev {
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 1.6rem;
  }
}
.p-about-report .swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
}
.p-about-report .swiper-button-prev {
  top: 0;
  left: 0;
}
.p-about-report .swiper-button-next::after,
.p-about-report .swiper-button-prev::after {
  font-size: 1.2rem;
  color: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .p-about-report .swiper-button-next:hover,
  .p-about-report .swiper-button-prev:hover {
    background-color: #222;
  }
  .p-about-report .swiper-button-next:hover::after,
  .p-about-report .swiper-button-prev:hover::after {
    color: #e03830;
  }
}
