@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap");
.txt-center {
  text-align: center;
}

.text_eng {
  font-family: "Roboto Condensed", sans-serif;
}

.text_sub {
  font-family: "Roboto", sans-serif;
}

.text_yuimin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

body.active {
  position: fixed;
  top: 0;
  width: 100%;
}

.no-scroll {
  overflow: hidden;
}

.page_top {
  color: #333434;
}

#contMain {
  color: #004831;
  position: relative;
  overflow-x: hidden;
}
#contMain a.link_text, #contMain a.link_mail {
  color: #004831;
}
#contMain a.link_text:hover, #contMain a.link_mail:hover {
  text-decoration: underline;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.bbp_bg01 {
  background: url(/sustainability/sk-collegesports/img/bg.gif);
  position: relative;
}
.bbp_bg01:before {
  content: "";
  position: absolute;
  top: 37%;
  left: 0;
  width: 27%;
  max-width: 469px;
  height: 100%;
  background: url(/sustainability/sk-collegesports/img/pc/bg_side01_left.png) no-repeat center top;
  background-size: contain;
  z-index: 1;
}
.bbp_bg01:after {
  content: "";
  position: absolute;
  top: 37%;
  right: 0;
  width: 28%;
  max-width: 491px;
  height: 100%;
  background: url(/sustainability/sk-collegesports/img/pc/bg_side01_right.png) no-repeat center top;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .bbp_bg01:before {
    top: 40%;
    width: 100%;
    max-width: none;
    background: url(/sustainability/sk-collegesports/img/sp/bg_side01.png) no-repeat center top;
    background-size: 100%;
  }
  .bbp_bg01:after {
    content: none;
  }
}

.bbp_bg02 {
  position: relative;
  overflow: hidden;
}
.bbp_bg02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1700px;
  height: 100%;
  background: url(/sustainability/sk-collegesports/img/pc/bg_side02.png) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bbp_bg02:before {
    min-width: 100%;
    left: 0;
    transform: none;
    background: url(/sustainability/sk-collegesports/img/sp/bg_side02.png) no-repeat center top;
    background-size: contain;
  }
}

.bbp_bg03 {
  position: relative;
  overflow: hidden;
}
.bbp_bg03:before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1700px;
  height: 100%;
  background: url(/sustainability/sk-collegesports/img/pc/bg_side_teaser01.png) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .bbp_bg03:before {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .bbp_bg03:before {
    min-width: 100%;
    top: 20px;
    left: 0;
    transform: none;
    background: url(/sustainability/sk-collegesports/img/sp/bg_side_teaser01.png) no-repeat center top;
    background-size: 100%;
  }
}

.op {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
  opacity: 1;
}
.op img {
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 767px) {
  .op {
    height: 100vh;
  }
  .op picture {
    text-align: center;
  }
  .op img {
    width: 50%;
    margin: 0 auto;
  }
}

.local_navi {
  background: #f5f9e6;
  border-bottom: solid 1px #fff;
  box-shadow: 10px 5px 5px rgba(20, 29, 29, 0.09);
  width: 100%;
  position: relative;
  padding: 9px 18px 4px 22px;
}
@media screen and (max-width: 1250px) {
  .local_navi {
    padding: 6px 16px 2px;
  }
}
.local_navi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}
.local_navi .btn_menu {
  display: none;
}
@media screen and (max-width: 1250px) {
  .local_navi .btn_menu {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 48px;
    height: 48px;
    right: 15px;
    transform: translateY(-50%) translate3d(0, 0, 0);
    transition: opacity 0.5s ease-out;
    z-index: 1000;
    cursor: pointer;
  }
  .local_navi .btn_menu.hide {
    transition: opacity 0.5s ease-out;
    opacity: 0;
  }
  .local_navi .btn_menu:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #004831;
    border-radius: 50%;
    box-shadow: 0px 0px 15px rgba(20, 29, 29, 0.16);
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .local_navi .btn_menu div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 3px;
    border-right: 5px;
    margin: auto;
    transition: all 0.4s;
  }
  .local_navi .btn_menu div:nth-child(1) {
    transform: translateY(0px);
    background: #fff;
  }
  .local_navi .btn_menu div:nth-child(2) {
    transform: translateY(-8px);
    background: #fff;
  }
  .local_navi .btn_menu div:nth-child(3) {
    transform: translateY(8px);
    background: #fff;
  }
  .local_navi .btn_menu.on:after {
    content: none;
  }
  .local_navi .btn_menu.on div:nth-child(1) {
    top: -12px;
    transform: translateY(6px) rotate(-45deg);
    background: #004831;
  }
  .local_navi .btn_menu.on div:nth-child(2) {
    opacity: 0;
  }
  .local_navi .btn_menu.on div:nth-child(3) {
    top: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 25px;
    background: #004831;
  }
}
.local_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
.local_news {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8278571429;
  display: flex;
  align-items: center;
}
.local_news span {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04375em;
  margin-right: 0.875em;
}
.local_news .btn_pdf {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  border: solid 1px #004831;
  border-radius: 5px;
  background: #fff;
  color: #004831;
  text-align: center;
  margin-left: 2em;
  line-height: 1.2;
  padding: 5px 4.5em 5px 1em;
  position: relative;
}
.local_news .btn_pdf small {
  display: block;
  font-size: 1.1rem;
}
.local_news .btn_pdf:before {
  content: "PDF";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  font-size: 1.1rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #c93030;
  border: solid 1px #c93030;
  border-radius: 30px;
  padding: 5px 0.8em 4px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1250px) {
  .local_news {
    font-size: 1.3rem;
    display: block;
    text-align: left;
    letter-spacing: -0.05em;
  }
  .local_news span {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .local_news .btn_pdf {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    letter-spacing: 0;
  }
  .local_news .btn_pdf small {
    display: block;
    font-size: 0.8rem;
  }
  .local_news .btn_pdf:before {
    font-size: 0.9rem;
    padding: 3px 0.6em 2px;
  }
}
@media screen and (min-width: 1250px) {
  .local_menu .nav ul {
    display: flex;
    align-items: center;
  }
  .local_menu .nav ul li {
    font-size: clamp(8px, 1.7049180328px + 0.8196721311vw, 14px) !important;
  }
  .local_menu .nav ul a {
    font-weight: 700;
    color: #004831;
    letter-spacing: 0;
    transition: 0.3s ease;
    display: block;
  }
  .local_menu .nav ul a span {
    position: relative;
    /*
    &:before {
    	content: "";
    	position: absolute;
    	top: 10%;
    	left: 0;
    	width: 8px;
    	height: 8px;
    	border-top: solid 1px #004831;
    	border-right: solid 1px #004831;
    	-ms-transform: rotate(45deg);
    	-webkit-transform: rotate(135deg);
    	transform: rotate(135deg);
    }

     */
  }
  .local_menu .nav ul a.nav_btn {
    background: #c4d700;
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.1111111111em;
    padding: 0.4em 2em 0.4em 1.5em;
  }
  .local_menu .nav ul a.nav_btn span {
    padding: 0 0.6944444444em 0 0.9722222222em;
  }
  .local_menu .nav ul li {
    text-align: center;
  }
  .local_menu .nav ul li + li {
    margin-left: 3.3214285714em;
  }
  .local_menu .nav ul li + li:has(.nav_btn) {
    margin-left: 2.2857142857em;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1550px) {
  .local_menu .nav ul li + li {
    margin-left: 1.2em;
  }
}
@media screen and (max-width: 1250px) {
  .local_menu .nav {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #7c7c7c;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0s ease 0.5s;
    overflow: hidden;
  }
  .local_menu .nav:before {
    position: absolute;
    top: 0;
    left: -25vw;
    width: 150vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    content: "";
  }
  .local_menu .nav.on {
    transition: opacity 0.3s ease-out, transform 0s;
    opacity: 1;
    left: 0;
  }
  .local_menu .nav.on:before {
    transition: background 0.8s ease-out 0.2s;
    background-color: #f5f9e6;
  }
  .local_menu .nav ul {
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    padding: 75px 0;
  }
  .local_menu .nav li {
    position: relative;
    font-size: 1.2rem;
    margin-bottom: 5em;
    line-height: 1;
    padding-left: 2.5em;
  }
  .local_menu .nav li + li {
    margin-top: 10px;
  }
  .local_menu .nav li a {
    font-size: 2rem;
    font-weight: 600;
    color: #004831;
    letter-spacing: 0;
    transition: 0.3s ease;
    display: block;
  }
  .local_menu .nav li a span {
    position: relative;
    padding-left: 1.5em;
    display: inline-block;
    text-align: left !important;
    line-height: 1.3;
  }
  .local_menu .nav li a span:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: solid 1px #004831;
    border-right: solid 1px #004831;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
.local_menu .nav strong {
  color: #c93030;
  font-weight: 600;
  margin-left: 1em;
}
@media screen and (max-width: 1250px) {
  .local_news span {
    display: block;
  }
}

.fv {
  position: relative;
  /*
  &_limit {
  	position: absolute;
  	bottom: 38%;

  	left: 50%;
  	transform: translateX(-50%);

  	width: 30%;
  	max-width: 506px;
  }

   */
}
.fv_container {
  text-align: center;
}
.fv_main {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.fv_main img {
  width: 100%;
}
.fv_bbp {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -63%);
  width: 61%;
  max-width: 1032px;
}
.fv_end {
  position: absolute;
  bottom: 48.5%;
  width: 37.2941176471%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #004831;
  display: flex;
  font-size: clamp(14px, 11.5278969957px + 0.321888412vw, 17px);
  text-align: center;
}
.fv_end .label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(26px, 1.5294117647vw) 0 min(31px, 1.8235294118vw);
  height: 100%;
  font-size: min(1.98rem, 1.5432579891vw);
  font-weight: 500;
  letter-spacing: 0.105em;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  color: #c4d700;
  background-color: #004831;
}
.fv_end .date {
  padding: 0 17px;
  padding: 0 min(17px, 1vw);
  display: flex;
  align-items: baseline;
  font-size: min(2.56rem, 1.9953234606vw);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 4.606rem;
}
.fv_end .date .num {
  font-size: min(4.23rem, 3.2969602494vw);
  font-weight: 500;
  letter-spacing: 0;
}
.fv_end .date .sm {
  font-size: min(3.137rem, 2.4450506625vw);
  font-weight: 500;
  letter-spacing: 0.0318775901em;
}
.fv_end .date .week {
  font-size: min(2.139rem, 1.6671862822vw);
  letter-spacing: 0;
  margin-left: -8px;
  margin-right: -6px;
}
.fv_digest {
  position: absolute;
  bottom: 33%;
  left: 50%;
  translate: -50%;
  width: 49%;
  max-width: 815px;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .fv_digest:hover, .fv_digest:focus {
    cursor: pointer;
    animation: popScale_hover 0.5s ease-out forwards;
  }
}
.fv_shien {
  position: absolute;
  bottom: 73%;
  left: 48.5%;
  transform: translateX(-50%);
  width: 32%;
  max-width: 566px;
}
.fv_shakakachi {
  position: absolute;
  bottom: 3.7%;
  right: 5%;
  width: 26%;
  z-index: 9;
}
.fv_report {
  position: absolute;
  bottom: 0;
  left: 4.5%;
  /* transform: translateX(-50%); */
  width: 13.58%;
  max-width: 211px;
  z-index: 1;
  transform: scale(0);
  opacity: 0;
  will-change: transform, opacity;
}
.fv_report.is-visible {
  animation: popScale 0.5s ease-out forwards;
  animation-fill-mode: forwards;
}
.fv_report:hover {
  animation: popScale_hover 0.5s ease-out forwards;
}
.fv_report.is-fix {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 1250px) {
  .fv_soon span {
    bottom: 1.5em;
    font-size: 2rem;
  }
  .fv_end {
    bottom: 48%;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    /*
    &_limit {
    	width: 82%;
    	bottom: 41%;
    }
     */
  }
  .fv_bbp {
    text-align: center;
    transform: translate(-50%, -60%);
    width: 100%;
    top: 41.5%;
  }
  .fv_bbp img {
    width: 100%;
  }
  .fv_end {
    width: 80%;
    bottom: 47%;
  }
  .fv_digest {
    width: 92%;
    bottom: 35%;
  }
  .fv_shien {
    width: 90%;
    bottom: 68%;
    left: 50%;
  }
  .fv_shakakachi {
    bottom: -2.7%;
    right: 5%;
    width: 55%;
  }
  .fv_report {
    bottom: 6%;
    left: 3.5%;
    width: 43.58%;
  }
  .fv_text {
    /*
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    line-height: 1;

     */
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    text-align: center;
  }
  .fv_text span {
    display: inline-block;
    position: relative;
  }
  .fv_text span:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    background: rgba(195, 214, 0, 0.65);
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skew(-12deg, 0deg);
    padding: 5px;
  }
}

@keyframes popScale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popScale_hover {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}
.pdf_menu {
  position: fixed;
  top: 52%;
  right: -11px;
  width: 70px;
  opacity: 0.9;
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 10px);
  z-index: 10;
}
.pdf_menu a {
  display: block;
}
.pdf_menu a + a {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .pdf_menu {
    top: 48%;
    right: -6px;
    width: 9.4vw;
  }
}

.statement {
  padding-top: 188px;
  padding-bottom: 180px;
  position: relative;
}
.statement:after {
  content: "";
  position: absolute;
  top: -3%;
  left: 30%;
  width: 18%;
  max-width: 315px;
  height: 78px;
  background: url(/sustainability/sk-collegesports/img/pc/bg_side01_top.png) no-repeat center top;
  background-size: 100%;
}
.statement:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 150px 100vw;
  border-color: transparent transparent #fff transparent;
}
.statement_container {
  box-sizing: content-box !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9;
  position: relative;
  /*
  	position: relative;
  	padding-bottom: 180px;
  	z-index: 1;

  	&:before {
  		content: "";
  		position: absolute;
  		bottom: 0;
  		right: 50%;
  		transform: translateX(50%);
  		width: 0;
  		height: 0;
  		border-style: solid;
  		border-width: 0px 0 150px 100vw;
  		border-color: transparent transparent #f00 transparent;
  		z-index: -1;
  	}

  */
}
.statement_copy {
  display: block;
  text-align: center;
  width: 66%;
  max-width: 788px;
  margin: 0 auto;
}
.statement_text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.26;
  text-align: center;
  margin-top: 70px;
  text-shadow: #fff 0px 1px 2px;
}
@media screen and (max-width: 1024px) {
  .statement:after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .statement {
    padding-top: 140px;
    padding-bottom: 94px;
  }
  .statement:before {
    border-width: 0px 0 80px 100vw;
  }
  .statement_copy {
    padding-left: 20px;
    width: 100%;
  }
  .statement_text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.142;
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
  }
}

.ambassador {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 9;
}
.ambassador_container {
  box-sizing: content-box !important;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ambassador_title {
  font-size: 4.212rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.26;
  letter-spacing: -0.1899335233em;
}
.ambassador_title .text_sub {
  display: block;
  color: #c4d700;
  font-weight: 700;
  font-size: 3.1rem;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 10px;
}
.ambassador_title--caption {
  text-align: center;
  margin-top: 2rem;
}
.ambassador_members {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}
.ambassador_members > div {
  width: 24%;
  max-width: 300px;
}
.ambassador_members > div:nth-child(even) {
  margin-top: 30px;
}
.ambassador_members > div picture img {
  border-radius: 50%;
}
.ambassador_name {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}
.ambassador_name .text_eng {
  display: block;
  color: #c4d700;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
.ambassador_btn {
  margin-top: 10px;
}
.ambassador_btn li a {
  background: #004831;
  border-radius: 30px;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  margin: 0 auto;
  width: 188px;
}
.ambassador_btn li a.disabled {
  opacity: 0.6;
  pointer-events: none;
  background: gray;
}
.ambassador_btn li + li {
  margin-top: 5px;
}
.ambassador .movie_container {
  margin-top: 130px;
  box-sizing: content-box !important;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.ambassador .movie_container .movie_title {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.26;
  margin-bottom: 30px;
  letter-spacing: 0;
}
.ambassador .movie_container .movie_title .text_sub {
  display: block;
  color: #c4d700;
  font-weight: 500;
  font-size: 2.192rem;
  letter-spacing: -0.0136861314em;
  text-align: center;
  margin-bottom: 15px;
}
.ambassador .movie_container_item {
  width: 80%;
  max-width: 796px;
  margin: 0 auto;
}
.ambassador .movie_container_item a {
  display: block;
  box-shadow: 0px 0px 15px rgba(20, 29, 29, 0.16);
}
@media screen and (max-width: 767px) {
  .ambassador {
    padding-top: 35px;
    padding-bottom: 70px;
  }
  .ambassador_title {
    font-size: 2.5rem;
  }
  .ambassador_title .text_sub {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  .ambassador_members > div {
    width: 45%;
    max-width: none;
    margin-bottom: 30px;
  }
  .ambassador_members > div:nth-child(even) {
    margin-top: 0;
  }
  .ambassador_name {
    font-size: 1.7rem;
    margin-top: 10px;
  }
  .ambassador_name .text_eng {
    font-size: 0.9rem;
  }
  .ambassador_btn {
    margin-top: 5px;
  }
  .ambassador_btn li a {
    font-size: 1.5rem;
    width: 100%;
  }
  .ambassador_btn li + li {
    margin-top: 10px;
  }
  .ambassador .movie_container {
    margin-top: 15px;
  }
  .ambassador .movie_container .movie_title {
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .ambassador .movie_container .movie_title .text_sub {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .ambassador .movie_container_item {
    width: 90%;
  }
}

.about {
  background: url(/sustainability/sk-collegesports/img/bg_green.gif);
  padding-top: 100px;
  padding-bottom: 171px;
}
.about_container {
  box-sizing: content-box !important;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 40px;
}
.about_header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_header > picture {
  margin-right: 68px;
  margin-top: 40px;
}
.about_title {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 20px;
}
.about_title span {
  letter-spacing: -3px;
}
.about_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.about_body > div {
  width: 37%;
}
.about_body > div .about_img {
  margin-left: -50px;
  position: relative;
}
.about_body > div .about_img .about_img01,
.about_body > div .about_img .about_img02,
.about_body > div .about_img .about_img03,
.about_body > div .about_img .about_img04 {
  position: absolute;
  border-radius: 50%;
}
.about_body > div .about_img .about_img01 {
  top: 12%;
  left: 0;
  width: 40%;
}
.about_body > div .about_img .about_img02 {
  top: 57%;
  left: 17%;
  width: 40%;
}
.about_body > div .about_img .about_img03 {
  top: 47%;
  left: 64.5%;
  width: 35%;
}
.about_body > div .about_img .about_img04 {
  top: 0;
  left: 51%;
  width: 37%;
}
.about_body .about_sp {
  display: none;
}
.about_text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.22;
  width: 61%;
}
.about_flow {
  margin-top: 140px;
  margin-bottom: 55px;
}
.about_flow .swiper-pagination {
  display: none;
}
.about_title_flow {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .about_slide {
    flex-wrap: wrap;
    gap: 38px;
    margin-left: 0;
    max-width: 629px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1281px) {
  .about_slide {
    margin-left: 27px;
    max-width: 1258px;
  }
}
@media screen and (min-width: 768px) {
  .about_slide {
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
  }
  .about_slide > div {
    width: 22.6%;
    min-width: 285px;
    /*
    &:nth-child(even){
    	margin-top: 30px;
    }
     */
  }
  .about_slide > div picture {
    display: block;
    text-align: center;
  }
  .about_slide > div picture img {
    width: 100%;
    max-width: 254px;
    border-radius: 50%;
  }
}
.about_flowstep {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}
.about_flowstep .text_sub {
  color: #c4d700;
  font-size: 1.98rem;
  font-weight: 500;
  margin-right: 0.7070707071em;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1290px) {
  .about_flowstep {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .about_flowstep {
    font-size: 2rem;
  }
}
@media screen and (max-width: 840px) {
  .about_flowstep {
    font-size: 2.2rem;
  }
  .about_flowstep .text_sub {
    font-size: 1.8rem;
    margin-right: 0.5555555556em;
  }
}
.about_flowlabel {
  color: #004831;
  background-color: #dde873;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
  text-align: center;
  border-radius: 11px;
  display: block;
}
.about_flowtext {
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
}
.about_step03 .text_eng, .about_step04 .text_eng {
  margin-right: 1em;
}
@media screen and (max-width: 1290px) {
  .about_step03 .text_eng, .about_step04 .text_eng {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 45px;
    padding-bottom: 0;
    /*
    &_slide {
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
    	margin-top: 25px;
    	> div {
    		width: 48%;
    		margin-bottom: 30px;

    		picture {
    			display: block;
    			text-align: center;
    			width: 94%;
    			margin: 0 auto;
    			img {
    				width: 100%;
    				max-width: 254px;
    				border-radius: 50%;
    			}
    		}
    	}
    }
    &_flowstep {
    	font-size: 1.5rem;
    	font-weight: 400;
    	text-align: center;
    	margin-top: 10px;
    	//white-space: nowrap;
    	//letter-spacing: -1px;
    	.text_eng {
    		color: #c4d700;
    		font-size: 1.2rem;
    		//margin-right: 2em;
    	}
    }

     */
  }
  .about_container {
    padding-right: 20px;
    padding-bottom: 56px;
    overflow: hidden;
  }
  .about_header > div {
    text-align: center;
  }
  .about_header > div img {
    width: 55%;
  }
  .about_header > picture {
    width: 100%;
    margin-right: 0;
    margin-top: 60px;
  }
  .about_title {
    font-size: 2.2rem;
    margin-top: 10px;
    line-height: 1.5;
    text-align: center;
  }
  .about_title span {
    letter-spacing: -3px;
  }
  .about_body {
    margin-top: 50px;
  }
  .about_body > div {
    display: none;
  }
  .about_body .about_sp {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .about_body .about_sp img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 130px;
    border-radius: 50%;
  }
  .about_body .about_sp .about_img01 {
    top: -1em;
    right: -15px;
  }
  .about_body .about_sp .about_img02 {
    top: 12em;
    right: -30px;
  }
  .about_body .about_sp .about_img03 {
    top: 26em;
    right: 0;
    width: 95%;
  }
  .about_body .about_sp .about_img04 {
    top: 36em;
    right: -20px;
  }
  .about_text {
    font-size: 1.4rem;
    line-height: 2.14;
    width: 100%;
  }
  .about_flow {
    margin-top: 88px;
    margin-bottom: 4px;
  }
  .about_flow .swiper {
    position: relative;
    padding-bottom: 74px;
    margin-top: 30px;
  }
  .about_flow .about_slideinner {
    max-width: max(244px, 72.8358208955%);
    margin-inline: auto;
  }
  .about_flow .swiper-pagination {
    display: block;
  }
  .about_flow .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 19px;
    height: 19px;
    margin: 0 4% !important;
  }
  .about_flow .swiper-pagination-bullet-active {
    background: #004831;
  }
  .about_flow picture {
    display: block;
    text-align: center;
    width: 94%;
    margin: 0 auto;
  }
  .about_flow picture img {
    width: 100%;
    max-width: 254px;
    border-radius: 50%;
  }
  .about_title_flow {
    font-size: 2.5rem;
  }
  .about_flowstep {
    margin-top: 12px;
  }
  .about_flowstep .text_eng {
    display: inline-block;
    margin-right: 1.5em;
  }
  .about_flowlabel {
    margin-top: 2px;
    margin-right: 12px;
    font-size: 1.3rem;
    line-height: 1.6923076923;
    border-radius: 6px;
  }
  .about_flowtext {
    margin-top: 6px;
    line-height: 1.6857142857;
  }
}
.about_session .about_session {
  padding-top: 60px;
}
.about_session .about_session .about_session-top {
  padding-bottom: 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_session .about_session .about_session-top {
    padding-bottom: 26px;
  }
}
.about_session .about_session .about_top-pop {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.about_session .about_session .about_top-pop:before, .about_session .about_session .about_top-pop:after {
  content: "";
  position: absolute;
  background-color: rgb(196, 215, 0);
  width: 7px;
  height: 26px;
  top: 50%;
  translate: 0 -50%;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.about_session .about_session .about_top-pop:before {
  left: -15px;
  rotate: -30deg;
}
.about_session .about_session .about_top-pop:after {
  right: -8px;
  rotate: 30deg;
}
@media screen and (max-width: 767px) {
  .about_session .about_session .about_top-pop {
    font-size: 25px;
  }
  .about_session .about_session .about_top-pop:before, .about_session .about_session .about_top-pop:after {
    width: 9px;
    height: 30px;
  }
  .about_session .about_session .about_top-pop:before {
    left: -23px;
    rotate: -27deg;
  }
  .about_session .about_session .about_top-pop:after {
    rotate: 24deg;
  }
}
@media screen and (max-width: 599px) {
  .about_session .about_session .about_top-pop {
    font-size: 20px;
  }
  .about_session .about_session .about_top-pop:after {
    height: 30px;
  }
}
.about_session .about_session .about_top-head {
  margin-block-start: 2px;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  transition: 0.3s;
}
@media screen and (max-width: 1279px) {
  .about_session .about_session .about_top-head {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .about_session .about_session .about_top-head {
    margin-block-start: 27px;
    font-size: 25px;
  }
}
@media screen and (max-width: 649px) {
  .about_session .about_session .about_top-head {
    font-size: 20px;
  }
}
.about_session .about_session .about_top-body {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 1279px) {
  .about_session .about_session .about_top-body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about_session .about_session .about_top-body {
    font-size: 26px;
  }
}
@media screen and (max-width: 720px) {
  .about_session .about_session .about_top-body {
    font-size: 13px;
  }
}
.about_session .about_session .about_session-inner {
  background: #c4d700;
  border-radius: 15px;
  width: 93.75%;
  margin: 0 auto;
  padding: 0.859375% 0.78125% 1.953125% 4.6875%;
  color: #004831;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_session .about_session .about_session-inner {
    padding: 20px 32px 32px;
  }
}
.about_session .about_session .about_session-inner.archive {
  padding: 2.859375% 2% 2.859375% 4.6875%;
}
.about_session .about_session .about_session-inner .text-archive-area {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6111111111;
  width: 30%;
}
.about_session .about_session .about_session-inner .text-archive-area .title-logo {
  width: 100%;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about_session .about_session .about_session-inner .title-logo_image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about_session .about_session .about_session-inner .text-archive-area-text {
    margin-block-start: 6%;
    padding-inline: 25px;
    line-height: 1.7;
    font-size: 27px;
  }
}
@media screen and (max-width: 749px) {
  .about_session .about_session .about_session-inner .text-archive-area-text {
    font-size: 16px;
  }
}
.about_session .about_session .about_session-inner .movie-areas {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .about_session .about_session .about_session-inner .movie-areas {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .about_session .about_session .about_session-inner .movie-areas {
    margin-block-start: 6%;
    width: 100%;
    text-align: center;
  }
}
.about_session .about_session .about_session-inner .movie-areas-head {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  position: relative;
}
.about_session .about_session .about_session-inner .movie-areas-head:before, .about_session .about_session .about_session-inner .movie-areas-head:after {
  content: "";
  position: absolute;
  background-color: #004834;
  width: 35%;
  height: 1px;
  top: 50%;
  translate: 0 -50%;
}
.about_session .about_session .about_session-inner .movie-areas-head:before {
  left: -10px;
}
.about_session .about_session .about_session-inner .movie-areas-head:after {
  right: -10px;
}
@media screen and (max-width: 767px) {
  .about_session .about_session .about_session-inner .movie-areas-head {
    display: inline-block;
    font-size: 26px;
    padding-inline: 10px;
  }
  .about_session .about_session .about_session-inner .movie-areas-head:before, .about_session .about_session .about_session-inner .movie-areas-head:after {
    width: 58%;
  }
  .about_session .about_session .about_session-inner .movie-areas-head:before {
    left: -60%;
  }
  .about_session .about_session .about_session-inner .movie-areas-head:after {
    right: -60%;
  }
}
@media screen and (max-width: 699px) {
  .about_session .about_session .about_session-inner .movie-areas-head {
    display: inline-block;
    font-size: 28px;
    padding-inline: 10px;
  }
  .about_session .about_session .about_session-inner .movie-areas-head:before, .about_session .about_session .about_session-inner .movie-areas-head:after {
    width: 5%;
  }
  .about_session .about_session .about_session-inner .movie-areas-head:before {
    left: -3%;
  }
  .about_session .about_session .about_session-inner .movie-areas-head:after {
    right: -3%;
  }
}
.about_session .about_session .about_session-inner .movie-areas_container {
  margin-block-start: 31px;
  display: flex;
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .about_session .about_session .about_session-inner .movie-areas_container {
    flex-direction: column;
    gap: 24px;
    padding-inline: 15px;
  }
}
.about_session .about_session .about_session-inner .movie-area {
  text-align: center;
  width: 50%;
  border-radius: 10px;
  position: relative;
  /*
  &:before {
  	content: '';
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	width: 150px;
  	height: 150px;
  	background: url(../img/btn_play.png) no-repeat center center;
  	background-size: contain;
  	z-index: 2;
  }
  &:after {
  	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: gray;
  	z-index: 1;
  }

   */
}
.about_session .about_session .about_session-inner .movie-area a {
  border-radius: 10px;
  display: block;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
}
.about_session .about_session .about_session-inner .movie-area img {
  border-radius: 10px;
}
.about_session .about_session .about_session-inner .movie-area_pop {
  position: absolute;
  width: 20%;
  height: auto;
  aspect-ratio: 72/72;
  top: -10%;
  left: -2%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .about_session .about_session .about_session-inner .movie-area_pop {
    width: 20%;
    top: -9%;
    left: -3%;
  }
}
.about_session .about_session .about_session-inner .movie-area-text {
  display: inline-block;
  margin-block-start: 9px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding-inline: 10px;
  position: relative;
}
.about_session .about_session .about_session-inner .movie-area-text:before, .about_session .about_session .about_session-inner .movie-area-text:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #004834;
  top: 50%;
  translate: 0 -50%;
}
.about_session .about_session .about_session-inner .movie-area-text:before {
  left: -20px;
}
.about_session .about_session .about_session-inner .movie-area-text:after {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .about_session .about_session .about_session-inner .movie-area-text {
    margin-block-start: 10px;
    font-size: 32px;
  }
  .about_session .about_session .about_session-inner .movie-area-text:before, .about_session .about_session .about_session-inner .movie-area-text:after {
    width: 27px;
  }
  .about_session .about_session .about_session-inner .movie-area-text:before {
    left: -29px;
  }
  .about_session .about_session .about_session-inner .movie-area-text:after {
    right: -29px;
  }
}
@media screen and (max-width: 649px) {
  .about_session .about_session .about_session-inner .movie-area-text {
    font-size: 20px;
  }
}
.about_session .about_session .about_session-inner .sessionimg {
  position: absolute;
  top: 46.5%;
  transform: translateY(-50%);
  left: 2.34375%;
  max-width: 283px;
  width: 23.5833333333%;
  height: auto;
  aspect-ratio: 283/311;
  object-fit: cover;
  z-index: 2;
}
.about_session .about_session .about_session-inner .sessionimg::after {
  content: "";
  position: absolute;
  top: 49.29%;
  left: 40.35%;
  transform: translate(-50%, -50%);
  width: 75.2650176678%;
  aspect-ratio: 213/258;
  background: url(/sustainability/sk-collegesports/img/pc/about_session_deco.png) no-repeat center center/cover;
  z-index: -1;
}
.about_session .about_session .about_session-inner .sessionimg .sessionimgItem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_session .about_session .about_session-inner .sessionimg .sessionimgItem img {
  width: 100%;
}
.about_session .about_session .about_session-inner .sessionimg .sessionimgItem:nth-child(1) {
  max-width: 47.8798586572%;
  top: 26.85%;
  left: 24.2%;
  z-index: 3;
}
.about_session .about_session .about_session-inner .sessionimg .sessionimgItem:nth-child(2) {
  max-width: 54.593639576%;
  top: 49%;
  left: 72.96%;
  z-index: 2;
}
.about_session .about_session .about_session-inner .sessionimg .sessionimgItem:nth-child(3) {
  max-width: 47.8798586572%;
  top: 81.51%;
  left: 27.73%;
  z-index: 1;
}
.about_session .about_session .about_session-inner .sessionimg .sessionimgItem_name {
  font-size: min(1.4rem, 1.0447761194vw);
  line-height: 1.333;
  letter-spacing: 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.about_session .about_session .about_session-inner .text-area {
  margin-left: auto;
  font-size: min(1.8rem, 1.3432835821vw);
  font-weight: 400;
  line-height: 1.8;
  width: 87.4542124542%;
  /*
  .title {
  	//font-size: 32px;
  	// font-size: clamp(9px, calc(-22.5px + 4.1015625vw), 30px);
  	// margin-top: 31px;
  	margin-top: calc(35 / 988.2 * 100%);

  	// font-size: 3.551rem;
  	font-size: min(3.551rem, calc(35.51vw / 1340 * 100));
  	font-weight: 700;

  	text-align: left;
  }

  .label {
  	margin-left: auto;

  	background-color: #fff;
  	border-radius: 50%;
  	// width: calc(99 / 955 * 100%);
  	width: calc(99 / 988.2 * 100%);
  	aspect-ratio: 1 / 1;

  	display: grid;
  	place-content: center;

  	// font-size: 2rem;
  	font-size: min(2rem, calc(20vw / 1340 * 100));
  	font-weight: 500;
  	line-height: calc(28 / 20);

  	text-align: center;
  }
  */
}
.about_session .about_session .about_session-inner .text-area .head {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #000;
  padding: 1.0119204226% 0 0.3035761268%;
  margin-bottom: 1.5178806339%;
}
.about_session .about_session .about_session-inner .text-area .title-logo {
  width: 100%;
  padding: 0 10px 5px 0;
  text-align: right;
}
.about_session .about_session .about_session-inner .text-area .title-logo img {
  width: 100%;
  max-width: 856px;
}
.about_session .about_session .about_session-inner .body {
  display: grid;
  grid-template-columns: 61.547023942% 38.452976058%;
}
.about_session .about_session .about_session-inner .detail {
  padding-left: 20.2229456447%;
}
.about_session .about_session .about_session-inner .detailtext {
  font-size: min(1.8rem, 1.3432835821vw);
  line-height: 1.6111111111;
  letter-spacing: -0.0388888889em;
  font-weight: 500;
}
.about_session .about_session .about_session-inner .detailnote {
  margin-top: 3.0913175195%;
  font-size: min(1.3rem, 0.9701492537vw);
  line-height: 1.4615384615;
  font-weight: 400;
}
.about_session .about_session .about_session-inner .detailnote li {
  position: relative;
  padding-left: min(1.3rem, 0.9701492537vw);
}
.about_session .about_session .about_session-inner .detailnote li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.about_session .about_session .about_session-inner .guide {
  text-align: center;
}
.about_session .about_session .about_session-inner .guidetime {
  font-size: min(2.282rem, 1.7029850746vw);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3891323401;
  text-align: center;
  position: relative;
  z-index: 2;
}
.about_session .about_session .about_session-inner .guidetime::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f9e6;
  opacity: 0.5;
  z-index: -1;
}
.about_session .about_session .about_session-inner .guideway {
  margin-top: 4.4736842105%;
  font-size: min(1.935rem, 1.4440298507vw);
  font-weight: 500;
  line-height: 1.3891472868;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about_session .about_session .about_session-inner .guideway::before {
  content: "●";
  top: min(0.4rem, 0.2985074627vw);
  left: 0;
}
.about_session .about_session .about_session-inner .guidetext {
  font-size: min(1.6rem, 1.1940298507vw);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.04375em;
  text-align: center;
}
.about_session .about_session .about_session-inner .guidelink {
  margin-top: 1.3157894737%;
  display: grid;
  place-content: center;
  font-size: min(1.85rem, 1.3805970149vw);
  font-weight: 500;
  width: 100%;
  min-height: min(6rem, 4.4776119403vw);
  border-radius: 28px;
  color: #f5f9e6;
  background-color: #004831;
}
.about_session .about_session .about_session-inner .guidetext_cap {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 5px;
}
.about_session .about_session .about_session-inner.bg01 {
  background: #004831;
}
.about_session .about_session .about_session-inner.bg01 .text-area .head {
  border-bottom: solid 1px #c4d700;
}
.about_session .about_session .about_session-inner.bg01 .detail {
  margin-right: 5%;
}
.about_session .about_session .about_session-inner.bg01 .detailtext {
  color: #fff;
}
.about_session .about_session .about_session-inner.bg01 .detailtext-link {
  text-align: left;
  margin-top: 5px;
  font-size: clamp(8px, -1.3986013986px + 1.2237762238vw, 15px);
}
.about_session .about_session .about_session-inner.bg01 .detailtext-link a {
  color: #004831;
  background: rgba(255, 255, 255, 0.66);
  white-space: nowrap;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 30px;
  padding: 0.8rem;
}
.about_session .about_session .about_session-inner.bg01 .detailnote {
  color: #fff;
}
.about_session .about_session .about_session-inner.bg01 .guidetime {
  color: #fff;
}
.about_session .about_session .about_session-inner.bg01 .guideway {
  color: #c4d700;
}
.about_session .about_session .about_session-inner.bg01 .guidetext {
  color: #c4d700;
}
.about_session .about_session .about_session-inner.bg01 .guidelink {
  color: #004831;
  background-color: #c4d700;
}
.about_session .about_session .about_session-inner.bg01 .guidetext_cap {
  color: #fff;
}
.about_session .about_session .about_session-inner + .about_session-inner {
  margin-top: 33px;
}
@media screen and (min-width: 1025px) {
  .about_session .about_session .sp-visible {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .about_session .about_session {
    padding-top: 44px;
    width: 100%;
    max-width: 678px;
    margin-inline: auto;
  }
  .about_session .about_session .pc-visible {
    display: none;
  }
  .about_session .about_session .about_session-inner {
    width: 100%;
    padding: 20px 12px 32px;
    border-radius: 8px;
  }
  .about_session .about_session .about_session-inner.archive {
    padding: 20px 12px 32px;
  }
  .about_session .about_session .about_session-inner .sessionimg.sp-visible {
    margin-top: 7px;
    margin-inline: auto;
    position: static;
    max-width: 100%;
    width: 94%;
    transform: translateY(0);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    aspect-ratio: auto;
  }
  .about_session .about_session .about_session-inner .sessionimg.sp-visible::after {
    display: none;
  }
  .about_session .about_session .about_session-inner .sessionimg.sp-visible .sessionimgItem {
    position: static;
    transform: translate(0);
    gap: 3px;
  }
  .about_session .about_session .about_session-inner .sessionimg.sp-visible .sessionimgItem:nth-child(n) {
    max-width: 100%;
    width: calc((100% - 26px) / 3);
  }
  .about_session .about_session .about_session-inner .sessionimg.sp-visible .sessionimgItem_name {
    font-size: min(1.8rem, 2.4vw);
    line-height: 1.1111111111;
  }
  .about_session .about_session .about_session-inner .text-area {
    font-size: 14px;
    width: 100%;
    /*
    .title {
    	margin-top: 4px;
    	// font-size: 19px;
    	// font-size: clamp(19px, calc(9px + 1.5625vw), 35px);
    	// font-size: 2.4rem;
    	font-size: min(4.63rem, calc(46.3vw / 750 * 100));
    	letter-spacing: 0;
    	text-align: center;
    }

    .label {
    	// font-size: 1.4rem;
    	font-size: min(2.836rem, calc(28.36vw / 750 * 100));
    	line-height: calc(20 / 14);

    	width: 95%;
    	margin-top: 7px;
    	margin-right: auto;
    	aspect-ratio: auto;
    	height: auto;

    	display: inline-block;

    	border-radius: 0;
    }
    */
  }
  .about_session .about_session .about_session-inner .text-area .head {
    display: grid;
    grid-template-columns: auto 32.4758842444%;
    border: none;
    margin-bottom: 0;
  }
  .about_session .about_session .about_session-inner .text-area .title-logo {
    grid-column: 1/3;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }
  .about_session .about_session .about_session-inner .text-area .body {
    display: flex;
    flex-direction: column;
  }
  .about_session .about_session .about_session-inner .text-area .detail {
    margin-top: 10px;
    padding-left: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #004831;
  }
  .about_session .about_session .about_session-inner .text-area .guidetime {
    font-size: min(3.75rem, 5vw);
  }
  .about_session .about_session .about_session-inner .text-area .detailtext {
    padding: 0 10px;
    font-size: min(2.6rem, 3.4666666667vw);
    line-height: 1.4615384615;
  }
  .about_session .about_session .about_session-inner .text-area .detailtext-link {
    margin-top: 10px;
    font-size: 11px;
  }
  .about_session .about_session .about_session-inner .text-area .detailnote {
    margin-top: 1.091318%;
    margin-left: 10px;
    font-size: min(1.8rem, 2.4vw);
    line-height: 1.5555555556;
  }
  .about_session .about_session .about_session-inner .text-area .detailnote li {
    padding-left: min(1.8rem, 2.4vw);
  }
  .about_session .about_session .about_session-inner .text-area .guideway {
    margin-top: 13px;
    font-size: min(2.8rem, 3.7333333333vw);
    letter-spacing: 0.0769230769em;
  }
  .about_session .about_session .about_session-inner .text-area .guidetext {
    font-size: min(2.2rem, 2.9333333333vw);
    letter-spacing: 0;
  }
  .about_session .about_session .about_session-inner .text-area .guidelink {
    margin-top: 9px;
    margin-inline: auto;
    font-size: min(2.875rem, 3.8333333333vw);
    letter-spacing: 0.0538461538em;
    min-height: min(9.5rem, 12.6666666667vw);
    width: 94%;
    border-radius: min(6rem, 8vw);
  }
  .about_session .about_session .about_session-inner .text-archive-area {
    font-size: 14px;
    width: 100%;
  }
  .about_session .about_session .about_session-inner .text-archive-area .title-logo {
    width: 100%;
    border-bottom: 1px solid #004730;
    display: block;
    margin: 0 auto 10px;
    padding-inline: 16px;
  }
  .about_session .about_session .about_session-inner .movie-area {
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
    /*
    &:before {
    	width: 75px;
    	height: 75px;
    }

     */
  }
  .about_session .about_session .about_session-inner .movie-area img {
    width: 100%;
  }
  .about_session .about_session .about_session-inner.bg01 .text-area .head {
    border: none;
  }
  .about_session .about_session .about_session-inner.bg01 .detail {
    margin-right: 0;
  }
  .about_session .about_session .about_session-inner + .about_session-inner {
    margin-top: 22px;
  }
}

.topReport {
  padding-top: 113px;
  padding-bottom: 81px;
  position: relative;
  overflow: hidden;
}
.topReport::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .topReport::before {
    background: url(/sustainability/sk-collegesports/img/pc/deco_report.png) no-repeat center center/cover;
    min-width: 1700px;
  }
}
@media screen and (max-width: 1279px) {
  .topReport::before {
    background: url(/sustainability/sk-collegesports/img/sp/deco_report.png) no-repeat center center/cover;
    height: auto;
    aspect-ratio: 750/2995;
    top: 2px;
  }
}
.topReport .topReport_container {
  max-width: 1244px;
  margin-inline: auto;
  padding: 0 20px;
}
.topReport .topReport_title {
  text-align: center;
  font-size: 4.201rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -3px;
}
.topReport .topReport_title span {
  text-align: center;
  display: block;
  color: #c4d700;
  font-size: 3.1rem;
  font-weight: 700;
  letter-spacing: 0;
}
.topReport .topReport_list {
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  align-items: stretch;
  justify-content: center;
  gap: 13px;
}
.topReport .topReport_item {
  background: url(/sustainability/sk-collegesports/img/bg_green.gif);
  padding: 18px 14px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #004831;
}
.topReport .topReport_item figure {
  aspect-ratio: 364/226;
  height: auto;
  position: relative;
}
.topReport .topReport_item figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7fb363;
  opacity: 0.15;
  mix-blend-mode: multiply;
}
.topReport .topReport_item figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.topReport .topReport_item .meta {
  margin-top: 12px;
  padding: 0 14px 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topReport .topReport_item .label {
  color: #004831;
  background-color: #c4d700;
  font-size: 1.53rem;
  font-weight: 500;
  line-height: 2.8rem;
  border-radius: 4px;
  padding: 0 18px;
}
.topReport .topReport_item .date {
  font-size: 1.338rem;
  font-weight: 400;
  letter-spacing: 0.0373692078em;
  display: flex;
  align-items: center;
}
.topReport .topReport_item .date .dt {
  flex-shrink: 0;
}
.topReport .topReport_item .title {
  margin-top: 11px;
  padding: 0 33px 8px 10px;
  min-height: 59px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 1px solid #004831;
}
.topReport .topReport_item p {
  margin-top: 13px;
  padding-bottom: 5px;
  padding: 0 7px;
  font-size: 1.552rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.0579896907em;
}
.topReport .topReport_item .more-wrap {
  margin-top: auto;
  display: flex;
  justify-content: end;
}
.topReport .topReport_item .more {
  font-size: 1.338rem;
  font-weight: 400;
  position: relative;
  color: #004831;
}
.topReport .topReport_item .more.in {
  padding-left: 24px;
}
.topReport .topReport_item .more.in::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(/sustainability/sk-collegesports/img/icon_internal.svg) no-repeat center center/cover;
  width: 13px;
  height: 11px;
}
.topReport .topReport_item .more.ex {
  padding-right: 32px;
}
.topReport .topReport_item .more.ex::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/sustainability/sk-collegesports/img/icon_external.svg) no-repeat center center/cover;
  width: 26px;
  height: 21px;
}
.topReport .topReport_btnWrap {
  margin-top: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topReport .topReport_btnWrap .topReport_btn {
  display: grid;
  place-content: center;
  font-size: 1.85rem;
  font-weight: 500;
  width: 100%;
  max-width: 380px;
  min-height: 67px;
  border-radius: 35px;
  color: #f5f9e6;
  background-color: #004831;
}
@media screen and (max-width: 767px) {
  .topReport {
    padding-top: 40px;
    padding-bottom: 49px;
  }
  .topReport .topReport_container {
    max-width: 1244px;
  }
  .topReport .topReport_title {
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: -0.1071428571em;
    padding-right: 6px;
  }
  .topReport .topReport_title span {
    font-size: 2.1rem;
    margin-bottom: 2px;
  }
  .topReport .topReport_list {
    margin-top: 20px;
    gap: 13px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .topReport .topReport_item {
    width: 100%;
    min-width: auto;
    padding: 15px 10px;
    min-height: 403px;
  }
  .topReport .topReport_item figure {
    aspect-ratio: 364/226;
  }
  .topReport .topReport_item .meta {
    margin-top: 6.5px;
    padding: 0 20px 0 5.5px;
  }
  .topReport .topReport_item .label {
    font-size: 1.32rem;
    padding: 0 16.5px;
  }
  .topReport .topReport_item .date {
    font-size: 1.145rem;
    letter-spacing: 0.0375545852em;
  }
  .topReport .topReport_item .title {
    margin-top: 5px;
    min-height: 48.5px;
    font-size: 1.725rem;
    line-height: 1.2501449275;
  }
  .topReport .topReport_item p {
    margin-top: 11px;
    padding-bottom: 0;
    padding: 0 7px;
    font-size: 1.35rem;
    line-height: 1.6114814815;
    letter-spacing: -0.0577777778em;
  }
  .topReport .topReport_item .more {
    font-size: 1.2rem;
  }
  .topReport .topReport_item .more.in {
    padding-left: 22.5px;
  }
  .topReport .topReport_item .more.in::before {
    top: 5.5px;
    left: 0;
    width: 12px;
    height: 10px;
  }
  .topReport .topReport_item .more.ex::before {
    top: -4;
    right: 0;
    width: 21px;
    height: 17px;
  }
  .topReport .topReport_btnWrap {
    margin-top: 40px;
  }
  .topReport .topReport_btnWrap .topReport_btn {
    font-size: 1.3rem;
    min-height: 59px;
    max-width: 314px;
  }
}

.movie {
  padding-top: 80px;
  padding-bottom: 52px;
  background: #fff url(/sustainability/sk-collegesports/img/bg_movie.gif);
}
.movie .movie_title {
  text-align: center;
  font-size: 4.201rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -3px;
}
.movie .movie_title span {
  text-align: center;
  display: block;
  color: #c4d700;
  font-size: 3.1rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: -3px;
}
.movie .swiper_movie {
  position: relative;
  margin-top: 38px;
  padding-bottom: 106px;
}
.movie .swiper_movie .swiper-wrapper {
  display: flex;
}
.movie .swiper_movie .swiper-slide {
  padding: 0 10px;
  max-width: 378px;
}
.movie .swiper_movie .swiper-pagination-bullet {
  border-radius: 50%;
  height: 17px;
  opacity: 1;
  width: 17px;
  background-color: #e4eace;
  margin: 0 15.5px;
}
.movie .swiper_movie .swiper-pagination-bullet-active {
  height: 17px;
  width: 17px;
  background-color: #004831;
}
.movie .swiper_movie .movie-area a {
  color: #004831;
}
.movie .swiper_movie .movie-area img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 128/72;
  object-fit: cover;
}
.movie .swiper_movie .movie-area .cont {
  display: flex;
  justify-content: space-between;
  gap: 11px;
  margin-top: 12px;
}
.movie .swiper_movie .movie-area .label {
  display: inline-block;
  padding: 0 18px;
  font-size: 1.53rem;
  font-weight: 500;
  line-height: 1.6993464052;
  border-radius: 4px;
  background-color: #dde873;
}
.movie .swiper_movie .movie-area .title {
  margin-top: 11px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.035em;
}
.movie .swiper_movie .movie-area .icon {
  flex-shrink: 0;
  width: 59px;
  height: 59px;
  background: url(/sustainability/sk-collegesports/img/icon_movie-start.svg) no-repeat center center/cover;
}
.movie .movie_btnWrap {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.movie .movie_btnWrap .movie_btn {
  display: grid;
  place-content: center;
  font-size: 1.85rem;
  font-weight: 500;
  width: 100%;
  max-width: 380px;
  min-height: 60px;
  border-radius: 35px;
  color: #f5f9e6;
  background-color: #004831;
}
@media screen and (max-width: 767px) {
  .movie {
    padding-top: 48px;
    border-top: 2px solid #c4d700;
    border-bottom: 2px solid #c4d700;
  }
  .movie .movie_title {
    font-size: 2.6rem;
    letter-spacing: -0.0384615385em;
  }
  .movie .movie_title span {
    font-size: 2.1rem;
    margin-bottom: 4px;
  }
  .movie .swiper_movie {
    margin-top: 18px;
    padding-bottom: 69px;
  }
  .movie .swiper_movie .swiper-slide {
    max-width: 83.6%;
    padding: 0 min(26.5px, 3.5333333333vw);
  }
  .movie .swiper_movie .swiper-pagination-bullet {
    border-radius: 50%;
    opacity: 1;
    background-color: #e4eace;
    width: 17.5px;
    height: 17.5px;
    margin: 0 12px;
  }
  .movie .swiper_movie .swiper-pagination-bullet-active {
    width: 17.5px;
    height: 17.5px;
    background-color: #004831;
  }
  .movie .swiper_movie .movie-area .label {
    font-size: 1.1945rem;
    line-height: 1.6969443282;
  }
  .movie .swiper_movie .movie-area .title {
    font-size: 1.5615rem;
    line-height: 1.3448607109;
  }
  .movie .swiper_movie .movie-area .icon {
    flex-shrink: 0;
    width: 46.52px;
    height: 46.52px;
    background: url(/sustainability/sk-collegesports/img/icon_movie-start.svg) no-repeat center center/cover;
  }
  .movie .movie_btnWrap {
    padding: 0 20px;
  }
  .movie .movie_btnWrap .movie_btn {
    max-width: 315px;
    font-size: 1.3rem;
  }
}

.bg_entry {
  position: relative;
  padding-bottom: 28px;
  overflow: hidden;
  top: 0;
  left: 0;
}
.bg_entry::before {
  content: "";
  position: absolute;
  top: -59px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bg_entry::before {
    min-width: 1700px;
    height: calc(100% + 59px);
    background: url(/sustainability/sk-collegesports/img/pc/deco_entry.png) no-repeat top center/cover;
  }
}
@media screen and (max-width: 767px) {
  .bg_entry::before {
    padding-bottom: 12px;
    left: -12px;
    top: 31%;
    transform: translateY(-50%);
    width: 24px;
    height: auto;
    aspect-ratio: 24/96;
    background: url(/sustainability/sk-collegesports/img/sp/deco_entry.png) no-repeat top center/cover;
  }
}

.entry {
  padding: 75px 20px 101px;
}
.entry .entry_container {
  max-width: 954px;
  margin-inline: auto;
  padding: 52px 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.entry .entry_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c4d700;
  border-radius: 20px;
  opacity: 0.9;
  z-index: -1;
}
.entry .entry_title {
  text-align: center;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -3px;
}
.entry .entry_title span {
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-size: 3.191rem;
  font-weight: 700;
  letter-spacing: 0;
}
.entry .label {
  margin-top: 15px;
  padding: 0 9px;
  display: inline-block;
  background-color: #004831;
  color: #fff;
  font-size: 2.34rem;
  font-weight: 500;
  line-height: 1.6153846154;
}
.entry .text {
  margin-top: 14px;
  text-align: center;
  font-size: 1.62rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.049382716em;
}
.entry .entry_btnWrap {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry .entry_btnWrap .entry_btn {
  display: grid;
  place-content: center;
  font-size: 1.85rem;
  font-weight: 700;
  width: 100%;
  max-width: 335px;
  min-height: 83px;
  border-radius: 41.66px;
  color: #f5f9e6;
  background-color: #004831;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 48px 17px 50px;
  }
  .entry .entry_container {
    padding: 36px min(1.4rem, 3.7333333333vw) 50px;
  }
  .entry .entry_container::before {
    border-radius: 10px;
  }
  .entry .entry_title {
    font-size: 2.8rem;
    letter-spacing: -0.0357142857em;
  }
  .entry .entry_title span {
    font-size: 2.1rem;
    margin-bottom: 2px;
  }
  .entry .label {
    font-size: min(1.5rem, 4vw);
    letter-spacing: -0.0266666667em;
  }
  .entry .text {
    margin-top: 19px;
    font-size: min(1.4rem, 3.7333333333vw);
    line-height: 1.4642857143;
    letter-spacing: -0.0714285714em;
  }
  .entry .entry_btnWrap {
    margin-top: 23px;
  }
  .entry .entry_btnWrap .entry_btn {
    min-height: 58px;
    font-size: 1.3rem;
  }
}

.contact {
  background: #f5f9e6;
  padding: 56px 0;
}
.contact.bg-top {
  background: rgb(240, 240, 240);
}
.contact_container {
  box-sizing: content-box !important;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contact_title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
}
.contact_title span {
  position: relative;
  padding: 0 27px;
  margin-top: 20px;
}
.contact_title span:before, .contact_title span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #004831;
}
.contact_title span:before {
  left: 0;
}
.contact_title span:after {
  right: 0;
}
.contact_title img {
  max-width: 390px;
}
.contact_inner {
  background: #fff;
  border-radius: 3px;
  text-align: center;
  padding: 15px 10px;
}
.contact_mail {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.0363636364em;
  text-align: center;
}
.contact_text {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.0636363636em;
  text-align: center;
  margin-top: 11px;
}
.contact_text strong {
  font-size: 1.8rem;
  font-weight: 700;
}
.contact_text strong.time {
  font-weight: 500;
}
.contact_text small {
  font-size: 1.1rem;
}
.contact_document {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_document .btn_pdf {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border: solid 1px #004831;
  border-radius: 50px;
  background: #fff;
  color: #004831;
  text-align: center;
  line-height: 1.2;
  padding: 1.1em 4.5em 0.6em;
  margin-top: 15px;
  position: relative;
}
.contact_document .btn_pdf small {
  display: block;
  font-size: 1.1rem;
}
.contact_document .btn_pdf:before {
  content: "PDF";
  position: absolute;
  top: 50%;
  right: calc(50% - 11em);
  transform: translate(50%, -50%);
  font-size: 1.1rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #c93030;
  border: solid 1px #c93030;
  border-radius: 30px;
  padding: 5px 0.8em 4px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 32px 0 50px;
  }
  .contact_container {
    padding: 0 15px;
  }
  .contact_title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.0875em;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 8px;
    flex-direction: column;
    gap: 0;
  }
  .contact_title img {
    max-width: 272px;
    width: 81%;
  }
  .contact_title span {
    padding: 0 20px;
    margin-top: 9px;
    margin-right: 6px;
  }
  .contact_title span:before, .contact_title span:after {
    width: 14px;
  }
  .contact_inner {
    padding: 21px 0;
  }
  .contact_mail {
    font-size: 1.5rem;
  }
  .contact_text {
    font-size: 0.9rem;
    margin-top: 17px;
    line-height: 1.5555555556;
  }
  .contact_text small {
    font-size: 0.9rem;
  }
  .contact_document {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact_document .btn_pdf {
    font-size: 1.4rem;
    padding: 1.1em 4.5em 0.6em;
    margin-top: 10px;
    min-width: 90%;
  }
  .contact_document .btn_pdf:before {
    right: calc(50% - 8.5em);
  }
}

.partner {
  background: #f5f9e6;
  padding: 80px 0 95px;
}
.partner_title {
  font-size: 4.2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.26;
}
.partner_title .text_eng {
  display: block;
  color: #c4d700;
  font-weight: 500;
  font-size: 5.2rem;
  text-align: center;
  margin-bottom: 10px;
}
.partner_title--caption {
  text-align: center;
  margin-top: 2rem;
}
.partner_container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.partner_inner {
  text-align: center;
  margin-top: 50px;
}
.partner_inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 92px;
}
.partner_inner ul:after {
  content: "";
  display: block;
  width: 23.75%;
  height: 0;
}
.partner_inner ul li {
  width: 23.75%;
  max-width: 304px;
  margin-bottom: 28px;
}
.partner_inner ul li a {
  transition: 0.3s;
}
.partner_inner ul li a:hover {
  opacity: 0.7;
}
.partner_inner .text_note {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .partner {
    padding: 40px 0 70px;
  }
  .partner_title {
    font-size: 2.5rem;
  }
  .partner_title .text_eng {
    font-size: 3rem;
    margin-bottom: 5px;
  }
  .partner_container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4.8%;
    padding-right: 4.8%;
  }
  .partner_inner {
    margin-top: 40px;
  }
  .partner_inner ul {
    margin-bottom: 30px;
  }
  .partner_inner ul:after {
    content: "";
    display: block;
    width: 47.86%;
    height: 0;
  }
  .partner_inner ul li {
    width: 47.86%;
    max-width: none;
    margin-bottom: 15px;
  }
  .partner_inner .text_note {
    font-size: 10px;
  }
}

.voice {
  padding: 90px 0 80px;
  position: relative;
}
.voice:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 26px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
}
.voice_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.voice_container .ambassador_title {
  font-size: 3.5rem;
}
.voice .voice_slider {
  position: relative;
  margin-top: 50px;
  z-index: 0;
}
.voice .voice_slider-inner {
  position: relative;
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.voice .voice_slider-pic {
  width: 62%;
  margin: 0 auto 10px;
}
.voice .voice_slider-pic img {
  border-radius: 50%;
}
.voice .voice_slider-name {
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: center;
}
.voice .voice_slider-name small {
  font-size: 2rem;
}
.voice .voice_slider-company {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
.voice .voice_slider-company span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
.voice .voice_slider-text {
  display: inline-block;
  background: #f5f9e6;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  width: 80%;
  padding: 1.5rem 2.5rem;
  margin-top: 1.5rem;
  letter-spacing: -1px;
  text-align: left;
}
.voice .voice_slider .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.voice .voice_slider .slide {
  min-width: 33.333%;
  text-align: center;
}
.voice .voice_slider .slide a {
  display: block;
}
.voice .voice_slider .caption {
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
}
.voice .voice_slider .navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 70px);
  max-width: 1270px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.voice .voice_slider .navigation button {
  background: none;
  border: none;
  cursor: pointer;
}
.voice .voice_slider .pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.voice .voice_slider .pagination button {
  width: 17px;
  height: 17px;
  margin: 0 12px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: #f5f9e6;
}
.voice .voice_slider .pagination button.active {
  background-color: #004831;
}
@media screen and (max-width: 767px) {
  .voice .voice_slider {
    padding: 0;
  }
  .voice .voice_slider-inner {
    width: 220%;
  }
  .voice .voice_slider-pic {
    width: 72%;
  }
  .voice .voice_slider-text {
    letter-spacing: -1px;
    padding: 1.5rem;
    width: 90%;
  }
  .voice .voice_slider .navigation {
    display: none;
  }
  .voice .voice_slider .pagination {
    margin-top: 20px;
  }
  .voice .voice_slider .pagination button {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .voice {
    padding: 50px 0 80px;
  }
  .voice_container {
    width: 100%;
    padding: 0;
  }
  .voice_container .ambassador_title {
    font-size: 2.4rem;
  }
}

.soon {
  padding: 13em 1em 8.5em;
}
.soon p {
  color: #004831;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .soon {
    padding: 7em 0em;
  }
  .soon p {
    font-size: 2.8rem;
    line-height: 1.24;
  }
  .soon p + picture {
    display: block;
    margin-top: 5.5em;
  }
}

.modal_container {
  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:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal_container.active {
  opacity: 1;
  visibility: visible;
}

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

.modal_close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 25px;
  width: 20px;
  height: 20px;
  color: #004831;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  z-index: 1;
}
.modal_close: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);
}
.modal_close:hover:before {
  background: rgba(0, 72, 49, 0.3);
}

.modal_content {
  background: #fff;
  box-shadow: 0 0 20px #999;
  text-align: left;
  padding: 60px 70px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .modal_content {
    padding: 60px 20px 30px;
  }
}

.modal_container__message {
  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__message:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal_container__message.active {
  opacity: 1;
  visibility: visible;
}

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

.modal_close__message {
  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__message: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__message:hover:before {
  background: rgba(0, 72, 49, 0.3);
}
@media screen and (max-width: 767px) {
  .modal_close__message {
    top: -40px;
    right: -10px;
  }
}

.modal_content__message {
  box-shadow: 0 0 20px #999;
  border-radius: 10px;
}
.modal_content__message .modal_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.modal_content__message iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_profile .profile_name {
  color: #004831;
  font-size: 2.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.modal_profile .profile_name span {
  color: #c4d700;
  font-size: 1.4rem;
  margin-left: 2em;
}
.modal_profile .profile_text {
  color: #004831;
  font-weight: 500;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .modal_profile .profile_name {
    font-size: 2rem;
  }
  .modal_profile .profile_name span {
    font-size: 1.4rem;
  }
  .modal_profile .profile_text {
    line-height: 2;
  }
}

.modal_message .message_title {
  color: #c4d700;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.modal_message .message_text {
  color: #004831;
  font-weight: 500;
  line-height: 2.375;
}
.modal_message .message_name {
  color: #004831;
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 1.5em;
  text-align: right;
  line-height: 1;
}
.modal_message .message_name span {
  color: #c4d700;
  font-size: 1.4rem;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .modal_message .message_name {
    font-size: 2rem;
  }
  .modal_message .message_name span {
    font-size: 1.4rem;
  }
  .modal_message .message_text {
    line-height: 2;
  }
}

.p-appTerms {
  width: 100%;
  margin-top: 50px;
  font-size: 16px;
}
.p-appTerms * {
  text-align: left;
}
.p-appTerms .title02 {
  margin-top: 37px;
  text-align: left;
}
.p-appTerms .title02 + .c-discList {
  margin-top: 20px;
}
.p-appTerms .title03 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 5px;
  position: relative;
  /*
  &:before {
  	content: '●';
  	position: absolute;
  	top: 0;
  	left: 0;
  }

   */
}
.p-appTerms .text + .text {
  margin-top: 2em;
}
.p-appTerms ul > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}
.p-appTerms ul > li:nth-child(n+2) {
  margin-top: 5px;
}
.p-appTerms ul > li:after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}
.p-appTerms ol {
  counter-reset: number 0;
}
.p-appTerms ol li {
  position: relative;
  padding-left: 1.7em;
  line-height: 1.5;
  margin-top: 1em;
}
.p-appTerms ol li:nth-child(n+2) {
  margin-top: 1em;
}
.p-appTerms ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ". ";
}
.p-appTerms ol.nest {
  padding-left: 1.5em;
}
.p-appTerms ol.nest li {
  list-style: lower-latin;
  padding-left: 0;
}
.p-appTerms ol.nest li::before {
  content: none;
}
.p-appTerms ol.nest li:nth-child(n+2) {
  margin-top: 5px;
}
.p-appTerms ol.list-circle {
  counter-reset: number 0;
  margin-top: 1em;
}
.p-appTerms ol.list-circle > li {
  margin: 0;
}
.p-appTerms ol.list-circle > li + li {
  margin-top: 1em;
}
.p-appTerms ol.list-circle > li:before {
  content: counter(number);
  counter-increment: number;
  padding: 0.15em 0.35em;
  font-size: 1.4rem;
}
.p-appTerms ol.list-circle > li:after {
  content: "";
  /* 配置を調整 */
  position: absolute;
  display: block;
  top: 0.25em;
  left: 0;
  /* ○を作る */
  width: 1em;
  height: 1em;
  border: 1px solid #004831;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-appTerms ol.list-circle > li:before {
    padding: 0 0.35em;
    font-size: 1.2rem;
  }
}
.p-appTerms ol.list-kakko {
  counter-reset: number 0;
}
.p-appTerms ol.list-kakko > li {
  margin: 0;
  padding-left: 2.5em;
}
.p-appTerms ol.list-kakko > li + li {
  margin-top: 1em;
}
.p-appTerms ol.list-kakko > li:before {
  content: "(" counter(number) ")";
  counter-increment: number;
  padding: 0.1em 0.35em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-appTerms ol.list-kakko > li:before {
    padding: 0 0.35em;
    font-size: 1.2rem;
  }
}
.p-appTerms .btn-close {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.p-appTerms .btn-close span {
  display: block;
  width: 40px;
  height: 30px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.p-appTerms .btn-close span:after {
  content: "×";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
}
.p-appTerms .btn-close span:hover:after {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-appTerms {
    margin: 30px auto 0;
    font-size: 14px;
  }
  .p-appTerms .title02 {
    margin-top: 15px;
    letter-spacing: 0.02em;
  }
  .p-appTerms .title03 {
    margin-top: 20px;
    font-size: 16px;
  }
  .p-appTerms ol li {
    line-height: 1.8;
  }
  .p-appTerms ol li:nth-child(n+2) {
    margin-top: 20px;
  }
}

@keyframes arrow-move {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
}
.floating_navi {
  position: absolute;
  bottom: 11%;
  left: 7.5%;
  z-index: 1000;
}
.floating_navi a {
  color: #004831;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  line-height: 1.4;
  position: relative;
}
.floating_navi a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
  width: 180px;
  height: 180px;
  background: #f5f9e6;
  border-radius: 50%;
  border: solid 8px #c4d700;
  z-index: -1;
}
.floating_navi a:after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  height: 19.918584287px;
  width: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #004831;
  transition: transform 0.3s ease;
}
.floating_navi a:hover:after {
  animation: arrow-move 0.6s ease-in-out;
}
@media screen and (max-width: 767px) {
  .floating_navi {
    bottom: 17%;
    left: 11.5%;
  }
  .floating_navi a {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .floating_navi a:before {
    transform: translate(-50%, -46%);
    width: 30vw;
    height: 30vw;
  }
  .floating_navi a:after {
    bottom: -23px;
    height: 16.4544826719px;
    width: 14px;
  }
}/*# sourceMappingURL=boonboonproject_index_2.css.map */