@media screen and (max-width: 1250px) {
  .local_navi {
    padding: 0;
  }
}
@media screen and (max-width: 1250px) {
  .local_news {
    display: none;
  }
}
.page-header {
  padding-block: min(7.7vw, 200px) clamp(150px, 12.7vw, 360px);
  position: relative;
  background: url(../img/report/2026/kansaigaidai/pc/header.png) no-repeat center top/cover;
}
.page-header > * {
  text-align: center !important;
}

@media screen and (max-width: 1150px) {
  .page-header {
    padding-block: 22.5rem 0rem;
  }
  .report.kansaigaidai {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .report.kansaigaidai {
    margin-top: -30px;
  }
}
.page-header__text-01 {
  color: #fff;
  font-size: clamp(14px, 12.3519313305px + 0.2145922747vw, 16px);
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}
.page-header__text-01 span {
  position: relative;
}
.page-header__text-01 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 1px;
  background: #fff;
}
.page-header__text-01 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 1px;
  background: #fff;
}

.page-header__text-02 {
  color: #fff;
  font-size: clamp(18px, 13.8798283262px + 0.5364806867vw, 23px);
  position: relative;
  z-index: 1;
}
.page-header__text-02 span {
  position: relative;
  z-index: 0;
}
.page-header__text-02 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 5.5rem);
  height: 100%;
  background: rgba(0, 72, 49, 0.74);
  z-index: -1;
  border-radius: 4px;
}

.page-header__text-03 {
  color: #fff;
  font-size: clamp(22px, 2.6vw, 44px);
  font-weight: 400;
  padding: 0 1.5rem 0.8rem;
  position: relative;
  z-index: 1;
}

.page-header__text-04 {
  color: #fff;
  font-size: clamp(20px, 13.4077253219px + 0.8583690987vw, 26px);
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-feature-settings: "palt";
}

.page-header__text-article01 {
  color: #fff;
  font-size: clamp(25px, 12.6394849785px + 1.6094420601vw, 40px);
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.page-header__text-article01 span {
  text-shadow: 0px 10px 52px #0c4c39;
  background: url(../img/report/2025/number/shadow_article01.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  text-align: center;
  padding: 6rem;
}

.page-header__text-article02 {
  color: #fff;
  font-size: clamp(16px, 9.4077253219px + 0.8583690987vw, 24px);
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-top: -5rem;
  margin-bottom: 5rem;
}
.page-header__text-article02 span {
  display: inline-block;
  background: #b9d330;
  border-radius: 8px;
  padding: 0 2.5rem;
  text-shadow: 0px 0px 60px #004831;
}

@media screen and (max-width: 767px) {
  .page-header {
    padding: 46% 1% 16%;
    background: url(../img/report/2026/kansaigaidai/sp/header.png) no-repeat center top/cover;
  }
  .page-header__text-01 {
    font-size: 1rem;
  }
  .page-header__text-01 span {
    position: relative;
  }
  .page-header__text-01 span::before {
    left: -2.5rem;
    width: 2rem;
  }
  .page-header__text-01 span::after {
    right: -2.5rem;
    width: 2rem;
  }
  .page-header__text-02 {
    font-size: 1.4rem;
  }
  .page-header__text-03 {
    font-size: 2.3rem;
    padding: 0 0.5rem;
    line-height: 1.2391304348;
  }
  .page-header__text-04 {
    font-size: 1.35rem;
    line-height: 190%;
  }
  .page-header__text-article01 span {
    padding: 6rem 0;
    line-height: 150%;
  }
  .page-header__text-article02 span {
    background: none;
    text-align: center;
  }
  .page-header__text-article02_sp {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    margin-top: -4rem;
    margin-bottom: 5rem;
  }
  .page-header__text-article02_sp span {
    display: inline-block;
    background: #b9d330;
    border-radius: 4px;
    padding: 0 0.5rem;
    text-shadow: 0px 0px 60px #004831;
    margin-bottom: 10px;
  }
}
.report {
  margin-top: -100px;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.report::before {
  content: "";
  position: absolute;
  top: 184px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1700px;
  height: 100%;
  background: url(/sustainability/sk-collegesports/img/report/pc/bg_side_report.png) repeat-y center top;
  background-size: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .report {
    margin-top: -80px;
    padding-top: 80px;
  }
  .report::before {
    top: 4%;
    min-width: inherit;
    background: url(/sustainability/sk-collegesports/img/report/sp/bg_side_report.png) repeat-y center top;
    background-size: 100%;
  }
}
.report_container {
  background: url(/sustainability/sk-collegesports/img/bg_green.gif);
  padding-top: 84px;
  padding-bottom: 107px;
  border-radius: 15px;
  width: 90%;
  max-width: 1238px;
  margin: 0 auto;
  margin-top: -65px;
}

@media screen and (max-width: 767px) {
  .report_container {
    padding-top: 30px;
    margin-top: -70px;
    padding-bottom: 56px;
  }
}
.report_inner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .report_inner {
    width: 91.54%;
  }
}
.report_block {
  position: relative;
  padding-top: 65px;
}

.report_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../img/report/2024/hokkyodai/pc/item_line.png) no-repeat center top;
  background-size: contain;
}

.report_block-copy {
  margin-bottom: 5rem;
}

.report_block-copy img {
  width: 100%;
}

.report_heading {
  font-size: clamp(23px, 3vw, 28px);
  font-weight: 600;
  text-align: center;
  line-height: 170%;
  letter-spacing: 0.015em;
  margin-bottom: 4rem;
}
.report_heading.thoughts-title {
  font-size: 35.04px;
  font-size: clamp(28px, 3.4vw, 35px);
  font-feature-settings: "palt";
  margin-bottom: 23px;
}

.report_block-inner {
  padding: 0 45px;
}

.report_block .p-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7222222222;
  font-feature-settings: "palt";
  text-align: left;
}

.report_block .p-text + .p-text {
  margin-top: 3.3rem;
}

.report_block .p-text_link {
  color: inherit;
  text-decoration: underline;
  position: relative;
  padding-left: 2.8rem;
}

.report_block .p-text_link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #c4d700;
  border-width: 6.5px 0px 6.5px 17px;
}

.report_block figure {
  margin: 44px 0;
}

.report_block figure img {
  outline: 6px solid #fff;
  outline-offset: -6px;
  filter: drop-shadow(0px 0px 40px rgba(20, 20, 29, 0.16));
}

.report_block figure.vertical {
  text-align: center;
}

.report_block figure.vertical img {
  width: 68%;
}

.report_block figure figcaption {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 7px;
  font-feature-settings: "palt";
}

.report_block .movie_container {
  width: 100%;
  margin-top: 48px;
}

.report_block .movie_container a img {
  border-radius: 8px;
  filter: drop-shadow(0px 0px 40px rgba(20, 20, 29, 0.16));
}

@media screen and (max-width: 767px) {
  .report_container {
    background: url(/sustainability/sk-collegesports/img/bg_green.gif) repeat;
    background-size: 9px 9px;
  }
  .report_block {
    padding-top: 35px;
  }
  .report_block::before {
    height: 12px;
    background: url(../img/report/2024/hokkyodai/sp/item_line.png) no-repeat center top;
    background-size: contain;
  }
  .report_block-copy {
    margin-bottom: 3rem;
  }
  .report_heading {
    font-size: min(1.65rem, 4.4vw);
    line-height: 180%;
    letter-spacing: -0.035em;
    margin-bottom: 2rem;
    margin-inline: calc(50% - 50vw);
  }
  .report_heading.thoughts-title {
    font-size: 1.6rem;
    letter-spacing: -0.00625em;
    margin-bottom: 23px;
  }
  .report_block-inner {
    padding: 0 11px;
  }
  .report_block .p-text {
    font-size: 13px;
  }
  .report_block .p-text + .p-text {
    margin-top: 2.5rem;
  }
  .report_block .p-text_link {
    padding-left: 2rem;
  }
  .report_block .p-text_link::before {
    border-width: 5px 0px 5px 12px;
  }
  .report_block figure {
    margin: 25px 0;
  }
  .report_block figure img {
    outline: 3px solid #fff;
    outline-offset: -3px;
    filter: drop-shadow(0px 0px 15px rgba(20, 20, 29, 0.16));
  }
  .report_block figure figcaption {
    font-size: 1.05rem;
    margin-top: 4px;
    letter-spacing: -0.019047619em;
  }
  .report_block .movie_container {
    padding: 0 5px;
  }
  .report_block .movie_container a img {
    border-radius: 5px;
    filter: drop-shadow(0px 0px 15px rgba(20, 20, 29, 0.16));
  }
}
.report_block + .report_block {
  margin-top: 66px;
}

@media screen and (max-width: 767px) {
  .report_block + .report_block {
    margin-top: 38px;
  }
  .report_block figure figcaption {
    font-size: min(1.05rem, 2.8vw);
  }
}
.report_organization {
  margin-top: 45px;
  background: #fcffe2;
  border-radius: 8px;
  padding: 34px 13px 33px 25px;
  text-align: center;
  font-weight: 400;
  position: relative;
}

.report_organization .text_yuimin {
  font-weight: 500;
}

.report_organization .organization_title {
  text-align: center;
  margin-bottom: 1rem;
}
.report_organization .organization_title span {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.report_organization .organization_title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1px;
  background: #e2ec79;
}
.report_organization .organization_title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1px;
  background: #e2ec79;
}

.report_organization .organization_name {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 3rem;
}
.report_organization .organization_name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e2ec79;
}

.report_organization dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.report_organization dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  width: 97px;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.report_organization dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: solid 2px #e2ec79;
  border-radius: 50%;
}

.report_organization dl dd {
  flex: 1;
}

.organization_item {
  display: flex;
  align-items: start;
}
.organization_item p {
  flex-shrink: 0;
  width: min(25vw, 23.2rem);
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  font-feature-settings: "palt";
  letter-spacing: 0;
  padding-block: 0.4rem;
  font-weight: 600;
}
.organization_item p:nth-child(2) {
  flex: 1;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
  font-weight: 500;
}

.organization_note {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .report_organization dl {
    flex-direction: column;
    gap: 0;
  }
  .report_organization dl dt {
    font-size: 1.3rem;
    letter-spacing: 1px;
    width: auto;
    height: auto;
    display: block;
  }
  .report_organization dl dt::before {
    content: none;
  }
  .report_organization dl dd {
    font-size: 1.2rem;
    letter-spacing: -0.05rem;
    width: 100%;
  }
  .report_organization .organization_title {
    margin-bottom: 0.5rem;
  }
  .report_organization .organization_title span {
    font-size: 1.3rem;
  }
  .report_organization .organization_name {
    font-size: 1.4rem;
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
  }
  .report_organization .organization_name::before {
    height: 1px;
  }
  .organization_item {
    flex-direction: column;
  }
  .organization_item p {
    font-size: 1.2rem;
    letter-spacing: 0.072em;
    width: 100%;
    padding-block: 1rem 0;
  }
  .organization_item p:nth-child(2) {
    font-size: 1.05rem;
    padding-left: 1em;
    padding-block: 0;
  }
  .organization_note {
    font-size: 0.9rem;
    bottom: 0.6rem;
    right: 1.2rem;
  }
  .organization_content .text-sideline {
    position: relative;
    display: grid;
    grid-template-columns: 1rem auto 1rem;
    align-items: center;
    gap: 0.5em;
  }
  .organization_content .text-sideline::before, .organization_content .text-sideline::after {
    content: "";
    position: static;
    width: 100%;
    height: 1px;
    background-color: #c4d700;
    border-radius: 0;
    border: none;
    transform: translate(0, -1px);
  }
}
.report_comment-wrap {
  margin-top: 87px;
  padding-bottom: 37px;
}

.report_comment {
  margin-top: -1.9rem;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.report_comment-block {
  width: 364px;
  /* width: 384px; */
  font-weight: 400;
  font-feature-settings: "palt";
}

.report_comment-name {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.6rem;
}

.report_comment-name span {
  font-size: 2.2rem;
}

.report_comment-name + p {
  line-height: 190%;
  font-size: 16px;
  letter-spacing: 0.04375em;
}

.report_comment figure {
  margin: 0 auto 2rem;
  /* width: 82%; */
  width: 54.1208791209%;
}

.report_comment figure img {
  outline: none;
  filter: drop-shadow(0px 0px 40px rgba(20, 20, 29, 0.16));
}

@media screen and (max-width: 767px) {
  .report_comment-wrap {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .report_comment {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
  .report_comment-block {
    width: 100%;
    margin: 0 auto;
  }
  .report_comment-block + .report_comment-block {
    margin-top: 30px;
  }
  .report_comment-name {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
  .report_comment-name span {
    font-size: 1.8rem;
  }
  .report_comment-name + p {
    font-size: 1.2rem;
    line-height: 190%;
  }
  .report_comment figure {
    width: 62%;
  }
  .report_comment figure img {
    filter: drop-shadow(0px 0px 15px rgba(20, 20, 29, 0.16));
  }
}
.report_thoughts {
  display: flex;
  background: #fcffe2;
  border-radius: 8px;
  padding: 26px 60px 59px 32px;
  position: relative;
}
.report_thoughts + .report_thoughts {
  margin-top: 31px;
}
.report_thoughts::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 15px;
  width: 133px;
  height: 33px;
  background: url(/sustainability/sk-collegesports/img/report/2024/img_conclusion.png) no-repeat right center;
  background-size: contain;
}

.report_thoughts-img {
  margin-top: 3.6rem;
  width: 195px;
}
.report_thoughts-img figure {
  margin: 0 auto 2rem;
  width: 100%;
}
.report_thoughts-img figure img {
  outline: none;
  /* filter: none; */
}

.report_thoughts-contents {
  margin-left: 30px;
  width: calc(100% - 195px - 30px);
  font-feature-settings: "palt";
}

.report_thoughts-position {
  font-size: 1.481rem;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 0 1.4rem;
  font-weight: 600;
  letter-spacing: 0.0945307225em;
  margin-bottom: 0.4rem;
}

.report_thoughts-title {
  font-size: 2.114rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.report_thoughts-title strong {
  font-size: 2.6rem;
  margin-left: 4rem;
}

.report_thoughts-title span {
  font-size: 2.6rem;
}

.report_thoughts-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8125;
}

@media screen and (max-width: 767px) {
  .report_thoughts {
    flex-direction: column;
    padding: 33px 24px;
    margin-top: 24px;
  }
  .report_thoughts::after {
    width: 133px;
    height: 17px;
  }
  .report_thoughts-img {
    margin: 0 auto;
    order: 3;
  }
  .report_thoughts-img figure {
    margin-bottom: 1.5rem;
  }
  .report_thoughts-contents {
    margin-left: 0;
    width: 100%;
    display: contents;
  }
  .report_thoughts-position {
    flex-direction: column;
    align-items: center;
    gap: 0;
    font-size: 1.05rem;
    order: 1;
    text-align: center;
  }
  .report_thoughts-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 190%;
    order: 2;
  }
  .report_thoughts-title strong {
    font-size: 1.8rem;
    margin-left: 0;
  }
  .report_thoughts-title span {
    font-size: 1.8rem;
  }
  .report_thoughts-text {
    font-size: 1.2rem;
    line-height: 1.8;
    order: 4;
  }
}
.btn-area {
  text-align: center;
  padding: 100px 0 170px;
}

.btn-area .btn_index {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  background: #004831;
  border-radius: 50px;
  display: inline-block;
  padding: 1.5rem 9rem;
}

@media screen and (max-width: 767px) {
  .btn-area {
    padding: 50px 0 55px;
  }
  .btn-area .btn_index {
    font-size: 14px;
    padding: 1.5rem 0;
    width: 80%;
    line-height: 1.3;
  }
}
.modal_container__comment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.16);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 5000;
}

.modal_container__comment::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal_container__comment.active {
  opacity: 1;
  visibility: visible;
}

.modal_body__comment {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1117px;
  width: 90%;
}

.modal_close__comment {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: -30px;
  width: 20px;
  height: 20px;
  color: #004831;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  z-index: 1;
}

.modal_close__comment::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  width: 38px;
  height: 38px;
  border: solid 1px rgba(0, 72, 49, 0.3);
  background: #fff;
  z-index: -1;
}

.modal_close__comment:hover::before {
  background: rgba(0, 72, 49, 0.3);
}

@media screen and (max-width: 767px) {
  .modal_close__comment {
    top: -40px;
    right: -10px;
  }
}
.modal_content__comment {
  box-shadow: 0 0 20px #999;
  border-radius: 10px;
}

.modal_content__comment .modal_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.modal_content__comment iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.report_fes {
  padding-bottom: 3.4rem;
}

.report_fes-frame {
  margin: 2.9rem 0 0;
  background-color: #fcffe2;
  border-radius: 8px;
  padding: 48px 24px 40px;
}

.report_fes-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1363636364;
  font-feature-settings: "palt";
  text-align: center;
  padding-bottom: 2.2rem;
  margin-bottom: 3rem;
  position: relative;
}
.report_fes-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c4d703;
  display: block;
}

.report_fes-dl-wrap {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 15.5px;
  font-feature-settings: "palt";
}

.report_fes-dl-wrap dl {
  display: grid;
  grid-template-columns: 85px 1fr;
}

.report_fes-dl-wrap dt {
  font-weight: 700;
}

.report_fes-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  width: fit-content;
  margin-inline: auto;
  gap: 0.6rem 1em;
}

.report_fes-item {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .report_fes {
    padding: 0;
  }
  .report_fes-frame {
    padding: 30px 25px;
  }
  .report_fes-title {
    font-size: 1.5rem;
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
  .report_fes-dl-wrap {
    gap: 0.5em;
  }
  .report_fes-list {
    grid-template-columns: 1fr;
    margin: 0;
  }
  .report_fes-item {
    font-size: 1.2rem;
  }
}
.report_subtitle {
  font-size: clamp(20px, 14.752688172px + 0.8583690987vw, 28px);
  font-weight: 400;
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .report_subtitle {
    font-size: 1.35rem;
    line-height: 1.8;
    margin-bottom: 2.8rem;
  }
}/*# sourceMappingURL=boonboonproject_report_kansaigaidai_2026.css.map */