@media screen and (max-width: 1250px) {
  .local_navi {
    padding: 0;
  }
}
@media screen and (max-width: 1250px) {
  .local_news {
    display: none;
  }
}

.page-header {
  padding: 90px 0 160px;
  position: relative;
}
.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 66, 34, 0.21);
  z-index: 0;
}
.page-header.report-01 {
  background: url(../img/report/2024/hokkyodai/pc/header.jpg) no-repeat center top;
  background-size: cover;
}
.page-header.report-2025_number {
  padding: 190px 0 30px;
  background: url(../img/report/2025/number/pc/header.jpg) no-repeat center top;
  background-size: cover;
}
.page-header.report-2025_number:before {
  content: none;
}
.page-header > * {
  text-align: center !important;
}
.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;
}
.page-header__text-03 {
  color: #fff;
  font-size: clamp(22px, 3.8712446352px + 2.3605150215vw, 44px);
  font-weight: 400;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}
.page-header__text-04 {
  color: #fff;
  font-size: clamp(20px, 13.4077253219px + 0.8583690987vw, 28px);
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.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: 26% 4% 29%;
  }
  .page-header.report-01 {
    background: url(../img/report/2024/hokkyodai/sp/header.jpg) no-repeat center top;
    background-size: cover;
  }
  .page-header.report-2025_number {
    padding-top: 80px;
    padding-bottom: 100px;
    background: url(../img/report/2025/number/sp/header.jpg) no-repeat center top;
    background-size: 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: 1rem 0.5rem;
  }
  .page-header__text-04 {
    font-size: 1.4rem;
    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;
  /*
  	&_article {
  		position: relative;

  		&-inner {
  			padding: 0 45px;
  			font-size: 18px;
  		}
  	}
  */
}
.report:before {
  content: "";
  position: absolute;
  top: 120px;
  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.c-article {
    margin-top: -175px;
  }
  .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: 75px;
  padding-bottom: 150px;
  border-radius: 15px;
  width: 90%;
  max-width: 1238px;
  margin: 0 auto;
  margin-top: -65px;
}
.report_container.c-article {
  margin-top: -35px;
  padding-top: 10px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .report_container {
    padding-top: 30px;
    margin-top: -80px;
  }
  .report_container.c-article {
    padding-bottom: 50px;
  }
}
.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_block-title {
  font-size: clamp(25px, 17.5836909871px + 0.9656652361vw, 34px);
  font-weight: 500;
  text-align: center;
  line-height: 170%;
  letter-spacing: 2px;
  margin-bottom: 6rem;
}
.report_block-title.text_title {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.report_block-title.text_title span {
  display: block;
  color: #c4d700;
  font-size: 4.3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 13px;
}
.report_block-inner {
  padding: 0 45px;
}
.report_block .p-text {
  font-size: 18px;
  font-weight: 400;
}
.report_block .p-text + .p-text {
  margin-top: 2.8rem;
}
.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.5rem;
  font-weight: 400;
  margin-top: 8px;
}
.report_block .movie_container {
  padding: 0 20px;
}
.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_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_block-title {
    font-size: 1.7rem;
    line-height: 180%;
    margin-bottom: 2rem;
  }
  .report_block-title.text_title {
    margin-top: 0;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .report_block-title.text_title span {
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-bottom: 6px;
  }
  .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.1rem;
    margin-top: 4px;
  }
  .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_organization {
  margin-top: 45px;
  background: #fcffe2;
  border-radius: 8px;
  padding: 30px 25px;
  text-align: center;
  font-weight: 400;
}
.report_organization .text_yuimin {
  font-weight: 500;
}
.report_organization dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.report_organization dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.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 {
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
}
.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: 1rem;
  margin-bottom: 3rem;
}
.report_organization .organization_name:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e2ec79;
}
.report_organization .organization_content th {
  padding: 0.4rem;
}
.report_organization .organization_content td {
  padding: 0.4rem;
}
@media screen and (max-width: 767px) {
  .report_organization dl {
    flex-direction: column;
  }
  .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;
  }
  .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;
  }
  .report_organization .organization_content th,
  .report_organization .organization_content td {
    display: block;
    text-align: left;
    padding: 0;
    letter-spacing: -1px;
  }
  .report_organization .organization_content th {
    letter-spacing: 1px;
    margin-top: 1.5rem;
  }
  .report_organization .organization_content td {
    padding-left: 1.25em;
  }
}
.report_comment {
  display: flex;
  justify-content: space-between;
}
.report_comment-block {
  width: 29%;
  font-weight: 400;
}
.report_comment-name {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.8rem;
}
.report_comment-name span {
  font-size: 2.7rem;
}
.report_comment-name + p {
  line-height: 190%;
}
.report_comment figure {
  margin: 0 auto 2rem;
  width: 82%;
}
.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 {
    flex-direction: column;
  }
  .report_comment-block {
    width: 80%;
    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: 42px 60px 42px 42px;
  margin-top: 20px;
  position: relative;
}
.report_thoughts:after {
  content: "";
  position: absolute;
  bottom: 10px;
  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 {
  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);
}
.report_thoughts-title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
.report_thoughts-title strong {
  font-size: 2.6rem;
  margin-left: 4rem;
}
.report_thoughts-text {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .report_thoughts {
    flex-direction: column;
    padding: 33px 24px;
  }
  .report_thoughts:after {
    width: 133px;
    height: 17px;
  }
  .report_thoughts-img {
    margin: 0 auto;
  }
  .report_thoughts-img figure {
    margin-bottom: 1.5rem;
  }
  .report_thoughts-contents {
    margin-left: 0;
    width: 100%;
  }
  .report_thoughts-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 190%;
  }
  .report_thoughts-title strong {
    font-size: 1.8rem;
    margin-left: 0;
  }
  .report_thoughts-text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.c-article .report_block:before {
  content: none;
}
.c-article .report_block-copy {
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 1rem;
}
.c-article .report_block-title {
  font-size: clamp(25px, 19.2317596567px + 0.7510729614vw, 32px);
}
.c-article .report_block .p-text.title {
  font-weight: 500;
}
.c-article .report_block .p-text.p-article {
  color: #333;
}
.c-article .report_block .p-text_by {
  font-size: 14px;
}
.c-article .report_block .p-text_by small {
  display: block;
  margin-top: 10px;
}
.c-article .report_block .p-text .article-name {
  color: #004831;
  font-weight: 500;
  display: inline-block;
  margin-right: 1.8rem;
}
.c-article .report_offer {
  font-size: 14px;
  text-align: right;
}
.c-article .report_offer a {
  color: #004831;
  text-decoration: underline;
}
.c-article .report_block + .report_block {
  border-top: solid 2px #c4d700;
}
.c-article .report_block + .report_block:last-of-type {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-article .report_block:first-of-type {
    padding-top: 15px;
  }
  .c-article .report_block-copy {
    font-size: 14px;
  }
  .c-article .report_block-title {
    font-size: 20px;
  }
  .c-article .report_block .p-text_by {
    font-size: 11px;
  }
  .c-article .report_offer {
    font-size: 11px;
  }
}

.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);
  }
}/*# sourceMappingURL=boonboonproject_report_2.css.map */