@charset "UTF-8";
/*
Site Name: 流経大学
Version: 2026.01.15
*/
:root {
  --color-economics: #00a7e9;
  --color-sociology: #e85298;
  --color-distribution: #009d85;
  --color-law: #ea5504;
  --color-sports: #f7ab00;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
}

/*
Site Name: 流経大学
Version: 2026.01.15
*/
/*
Site Name: 流経大学
Version: 2026.01.15
*/
@media screen and (max-width: 750px) {
  #main .mainSubCatch {
    margin-bottom: 6vw;
    width: 77%;
  }
}
.storyContent {
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .storyContent {
    padding: 40px 0;
  }
  .storyContent#story01 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 751px) {
  .storyContent__row {
    display: flex;
    gap: 40px;
    justify-content: center;
  }
}
@media screen and (min-width: 751px) {
  .storyContent.is-reverse .storyContent__row {
    flex-direction: row-reverse;
  }
}

/* ====== 画像 ====== */
@media screen and (min-width: 751px) {
  .storyContent__image {
    aspect-ratio: 780/750;
    margin-top: -95px;
    overflow: hidden;
    width: calc(50% - 20px);
  }
  .storyContent#story01 .storyContent__image {
    aspect-ratio: 682/750;
  }
}
@media screen and (max-width: 750px) {
  .storyContent__image {
    margin-top: 15px;
  }
}
.storyContent__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .storyContent__text {
    flex: 1;
  }
}
.storyContent__text .catch {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .storyContent__text .catch {
    font-size: 6.154vw;
    margin-top: 15px;
  }
}
.storyContent__text .catch .catchHead {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .storyContent__text .catch .catchHead {
    font-size: 4.615vw;
  }
}
.storyContent__text .credit {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .storyContent__text .credit {
    margin-top: 15px;
  }
}
.storyContent__text .credit .name {
  display: block;
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .storyContent__text .credit .name {
    font-size: 3.846vw;
  }
}
.storyContent__text .credit .deps {
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .storyContent__text .credit .deps {
    font-size: 3.333vw;
  }
}
.storyContent__text .text {
  margin-top: 60px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .storyContent__text .text {
    margin-top: 20px;
  }
}
.storyContent__text .text p {
  line-height: 1.9;
}

@media screen and (min-width: 751px) {
  .storyContent__text-inner {
    width: 580px;
  }
}
@media screen and (max-width: 750px) {
  .storyContent__text-inner {
    padding: 0 30px;
  }
}
@media screen and (min-width: 751px) {
  .storyContent.is-reverse .storyContent__text-inner {
    margin-left: auto;
  }
}

.storyFind {
  position: relative;
}
@media screen and (min-width: 751px) {
  .storyFind {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin: 0 auto;
    width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  .storyFind {
    justify-content: start;
  }
}
.storyContent.is-reverse .storyFind {
  justify-content: start;
}
@media screen and (min-width: 751px) {
  .storyContent.is-reverse .storyFind {
    left: 0;
    top: 0;
  }
}
.storyFind::before {
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  top: 0;
  width: 80px;
}
@media screen and (max-width: 750px) {
  .storyFind::before {
    height: 54px;
    top: -35px;
    width: 54px;
  }
}
.storyContent#story01 .storyFind::before {
  background: linear-gradient(to right, #a6cd5c, #47b584);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (min-width: 751px) {
  .storyContent#story01 .storyFind::before {
    left: -60px;
  }
}
.storyContent#story02 .storyFind::before {
  background: linear-gradient(to right, #e84908, #f08d1d);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (min-width: 751px) {
  .storyContent#story02 .storyFind::before {
    right: -60px;
  }
}
@media screen and (max-width: 750px) {
  .storyContent#story02 .storyFind::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
    left: 0;
  }
}
.storyContent#story03 .storyFind::before {
  background: linear-gradient(to right, #82147f, #ea6da4);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (min-width: 751px) {
  .storyContent#story03 .storyFind::before {
    left: -60px;
  }
}
.storyContent#story04 .storyFind::before {
  background: linear-gradient(to right, #00a6e9, #24bbee);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (min-width: 751px) {
  .storyContent#story04 .storyFind::before {
    right: -60px;
  }
}
@media screen and (max-width: 750px) {
  .storyContent#story04 .storyFind::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
    left: 0;
  }
}
.storyContent#story05 .storyFind::before {
  background: linear-gradient(to right, #e50028, #e63650);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (min-width: 751px) {
  .storyContent#story05 .storyFind::before {
    left: -60px;
  }
}
.storyContent#story06 .storyFind::before {
  background: linear-gradient(to right, #00a485, #00b0cf);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (min-width: 751px) {
  .storyContent#story06 .storyFind::before {
    right: -60px;
  }
}
@media screen and (max-width: 750px) {
  .storyContent#story06 .storyFind::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
    left: 0;
  }
}
.storyContent#story07 .storyFind::before {
  background: linear-gradient(to right, #ed755a, #f19971);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (min-width: 751px) {
  .storyContent#story07 .storyFind::before {
    left: -60px;
  }
}
.storyContent#story08 .storyFind::before {
  background: linear-gradient(to right, #798ac3, #ae7fb4);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (min-width: 751px) {
  .storyContent#story08 .storyFind::before {
    right: -60px;
  }
}
@media screen and (max-width: 750px) {
  .storyContent#story08 .storyFind::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
    left: 0;
  }
}
.storyContent#story09 .storyFind::before {
  background: linear-gradient(to right, #e63975, #e380b0);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (min-width: 751px) {
  .storyContent#story09 .storyFind::before {
    left: -60px;
  }
}
.storyFind .storyFind__label {
  margin-top: 35px;
  width: 115px;
}
@media screen and (max-width: 750px) {
  .storyFind .storyFind__label {
    margin-left: 30px;
    margin-top: 0;
    width: 86px;
  }
}
.storyFind .storyFind__label img {
  height: auto;
  width: 100%;
}
.storyFind .storyFind__head {
  margin-top: 25px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .storyFind .storyFind__head {
    margin-top: 10px;
    padding: 0 30px;
  }
}
.storyFind .storyFind__head .storyFind__headMain {
  font-size: 30px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
  .storyFind .storyFind__head .storyFind__headMain {
    font-size: 6.667vw;
  }
}
.storyContent#story01 .storyFind .storyFind__head .storyFind__headMain {
  background: linear-gradient(90deg, #009958, #98c53f);
  background-clip: text;
}
.storyContent#story02 .storyFind .storyFind__head .storyFind__headMain {
  background: linear-gradient(90deg, #f15a24, #fbb03b);
  background-clip: text;
}
.storyContent#story03 .storyFind .storyFind__head .storyFind__headMain {
  background: linear-gradient(90deg, #82147f, #ea6da4);
  background-clip: text;
}
.storyContent#story04 .storyFind .storyFind__head .storyFind__headMain {
  background: linear-gradient(90deg, #00a6e9, #24bbee);
  background-clip: text;
}
.storyContent#story05 .storyFind .storyFind__head .storyFind__headMain {
  background: linear-gradient(90deg, #e50028, #e63650);
  background-clip: text;
}
.storyContent#story06 .storyFind .storyFind__head .storyFind__headMain {
  background: linear-gradient(90deg, #00a485, #00b0cf);
  background-clip: text;
}
.storyContent#story07 .storyFind .storyFind__head .storyFind__headMain {
  background: linear-gradient(90deg, #ed755a, #f19971);
  background-clip: text;
}
.storyContent#story08 .storyFind .storyFind__head .storyFind__headMain {
  background: linear-gradient(90deg, #798ac3, #ae7fb4);
  background-clip: text;
}
.storyContent#story09 .storyFind .storyFind__head .storyFind__headMain {
  background: linear-gradient(90deg, #e63975, #e380b0);
  background-clip: text;
}
.storyFind .storyFind__head .storyFind__headSub {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .storyFind .storyFind__head .storyFind__headSub {
    font-size: 4.615vw;
  }
}

/*# sourceMappingURL=story_2026.css.map */
