.tsushinsei_index .p-highschoolHero {
  padding-bottom: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#76daff), to(#0070d3));
  background: linear-gradient(90deg, #76daff 0%, #0070d3 100%);
}
.tsushinsei_index .p-highschoolHero__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-highschoolHero__inner {
    padding-top: 57px;
  }
}
.tsushinsei_index .p-info {
  padding: 24px 60px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-info {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-anchor ul {
    display: block;
  }
}
.tsushinsei_index .p-anchor ul li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-anchor ul li {
    width: 100%;
  }
  .tsushinsei_index .p-anchor ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.tsushinsei_index .p-anchor ul li .c-buttonBase-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-anchor ul li .c-buttonBase-anchor {
    padding: 20px 20px;
  }
}
.tsushinsei_index .p-anchor ul li .c-buttonBase-anchor .name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  padding-left: 10px;
}
.tsushinsei_index .p-anchor ul li .c-buttonBase-anchor .no {
  white-space: nowrap;
  color: #faf352;
  font-style: italic;
}
.tsushinsei_index .p-anchor ul li .c-buttonBase-anchor:after {
  display: inline-block;
  content: "";
  width: clamp(9px, 2.0900900901px + 0.9009009009vw, 12px);
  height: clamp(9px, 2.0900900901px + 0.9009009009vw, 12px);
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 20px;
  top: calc(50% - 9px);
}
.tsushinsei_index .p-anchor ul li .c-buttonBase-anchor:before {
  display: none;
}
.tsushinsei_index.p-b-lower .c-headingTrapezoidBlock .c-trapezoid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tsushinsei_index.p-b-lower .c-headingTrapezoidBlock .c-trapezoid .no {
  width: 8%;
  font-size: 30px;
  color: #faf352;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index.p-b-lower .c-headingTrapezoidBlock .c-trapezoid .no {
    width: 14%;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tsushinsei_index.p-b-lower .c-headingTrapezoidBlock .c-trapezoid .txt {
    width: 86%;
    font-size: 20px;
  }
}
.tsushinsei_index.p-b-lower .c-headingTrapezoidBlock .c-trapezoid .name {
  width: 100%;
}
.tsushinsei_index.p-b-lower .c-headingTrapezoidBlock .c-trapezoid .birthplace {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.tsushinsei_index .p-reason {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-reason {
    margin-top: 20px;
  }
  .tsushinsei_index .p-reason + .p-reason {
    margin-top: 40px;
  }
}
.tsushinsei_index .p-reason .left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-reason .left {
    width: 100%;
  }
}
.tsushinsei_index .p-reason .right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-reason .right {
    width: 100%;
  }
}
.tsushinsei_index .p-reason .right.auto {
  text-align: center;
}
.tsushinsei_index .p-reason .right.auto img {
  width: auto;
  display: inline-block;
}
.tsushinsei_index .p-reason .title {
  font-size: 20px;
  line-height: 1.5;
  color: #2617dc;
  font-weight: 600;
}
.tsushinsei_index .p-reason .title + .text {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-reason .title {
    font-size: 16px;
  }
}
.tsushinsei_index .p-reason .text {
  font-size: 14px;
  margin-top: 8px;
  color: #101010;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-reason .text {
    line-height: 2;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.tsushinsei_index .c-headingTrapezoidBlock + .c-base-text {
  margin-top: 10px;
}
.tsushinsei_index .p-senior {
  margin-top: 30px;
}
.tsushinsei_index .p-senior .left {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-senior .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tsushinsei_index .p-senior .left.auto {
  text-align: center;
}
.tsushinsei_index .p-senior .left.auto img {
  width: auto;
  display: inline-block;
}
.tsushinsei_index .p-senior .right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-senior .right {
    width: 100%;
  }
}
.tsushinsei_index .p-senior .title {
  font-size: 20px;
  line-height: 1.5;
  color: #2617dc;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .p-senior .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.tsushinsei_index .p-senior .text {
  font-size: 14px;
  color: #101010;
  line-height: 2;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .tsushinsei_index.p-b-lower .c-lowerWhiteBaseBlock p {
    font-size: 14px;
  }
}
.tsushinsei_index .event_slider_title .oblique::before,
.tsushinsei_index .event_slider_title .oblique::after {
  position: absolute;
  bottom: 12px;
  left: -30px;
  content: "";
  height: 72px;
  width: 20px;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .tsushinsei_index .event_slider_title .oblique::before,
  .tsushinsei_index .event_slider_title .oblique::after {
    height: 44px;
  }
}
.tsushinsei_index .event_slider_title .oblique::after {
  left: auto;
  right: -30px;
  border-left: unset;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
/*# sourceMappingURL=tsushinsei.css.map */