@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : koshien2025.css                           */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
#container {
  background: #071437;
}

article {
  margin-top: 120px;
  background: url(/highschool/game-creator-koshien2025/img/bg.jpg) no-repeat center top/100% auto;
}

.wrap {
  max-width: 1160px;
  box-sizing: border-box;
  padding: 0 30px;
  margin: 0 auto;
}

.mv {
  padding: 0 30px;
}
.mv .mv_inner {
  padding: 50px 0 160px;
  max-width: 902px;
  margin: 0 auto;
}

.about_box {
  max-width: 1080px;
  margin: 0 auto 100px;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  justify-content: flex-start;
  color: #FFF;
}
.about_box .box_l {
  width: 27.4%;
  margin-right: 4%;
}
.about_box .box_r {
  width: 68.6%;
}
.about_box .box_r .tit {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  transform: rotate(0.05deg);
  font-size: 40px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00BAFF;
  color: transparent;
}

.event_photo_wrap {
  margin-top: 80px;
}

.bnr_game_wrap {
  margin-top: 80px;
}
.bnr_game_wrap a {
  display: block;
  width: 49.09%;
  max-width: 1100px;
  margin: 0 auto;
}

.last-year_wrap {
  margin-top: 150px;
}

.movie {
  max-width: 860px;
  margin: 0 auto 100px;
  padding: 0 30px;
  box-sizing: border-box;
}
.movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.works_wrap {
  padding: 0 30px;
  margin-top: 100px;
}

.works {
  max-width: 1100px;
  margin: 0 auto 100px;
  padding: 18px;
  border: solid 2px #FFDA00;
  box-sizing: border-box;
}
.works .works_inner {
  background: #FFF;
  padding: 0 80px 30px;
}
.works .works_inner .tit {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 200px;
  color: #FFDA00;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #071437;
  line-height: 1;
  margin-bottom: 20px;
}
.works .works_inner .box {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  position: relative;
}
.works .works_inner .box .box_l {
  width: 50.2%;
}
.works .works_inner .box .box_r {
  width: 31.1%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  transform: rotate(0.05deg);
}
.works .works_inner .box .box_r ul {
  padding-bottom: 20px;
}
.works .works_inner .box .box_r ul li {
  display: flex;
  justify-content: flex-start;
  line-height: 1;
  margin-bottom: 25px;
}
.works .works_inner .box .box_r ul li .icon {
  margin-right: 12px;
  padding-top: 3px;
}
.works .works_inner .box .box_r ul li .icon span {
  background: #FFDA03;
  border-radius: 12px;
  font-size: 14px;
  display: inline-block;
  padding: 3px 8px;
}
.works .works_inner .box .box_r ul li .icon.icon02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.works .works_inner .box .box_r ul li .works_name {
  font-family: "Barlow", sans-serif;
  font-size: 40px;
}
.works .works_inner .box .box_r ul li .name {
  font-size: 20px;
  line-height: 1.3;
}
.works .works_inner .box .box_r ul li .name span {
  font-size: 14px;
}
.works .works_inner .box .box_r .btn01 a {
  display: block;
  text-align: center;
  color: #FFDA03;
  font-size: 18px;
  font-weight: 800;
  background: #071437;
  border-radius: 5px;
  padding: 10px 0;
}
.works .works_inner .box .box_r .btn01 a:hover {
  opacity: 0.7;
}
.works .works_inner .box .pic01 {
  width: 22.2%;
  position: absolute;
  bottom: -48px;
  left: 45%;
}

.voice {
  max-width: 914px;
  margin: 0 auto 100px;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}
.voice .img_tit {
  width: 13.3%;
  margin-right: 6.9%;
}
.voice ul {
  padding-top: 30px;
  width: 79.8%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 4.4%;
}
.voice ul li {
  width: 47.8%;
  color: #FFF;
  background: url(/highschool/game-creator-koshien2025/img/fukidashi01.png) no-repeat center center/100% auto;
  padding: 30px 30px 0;
  box-sizing: border-box;
  min-height: 240px;
}
.voice ul li:nth-child(2) {
  background: url(/highschool/game-creator-koshien2025/img/fukidashi02.png) no-repeat center center/100% auto;
  padding-top: 22px;
}
.voice ul li:nth-child(3) {
  background: url(/highschool/game-creator-koshien2025/img/fukidashi02.png) no-repeat center center/100% auto;
}

.link_bnr {
  max-width: 560px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  padding: 0 30px;
}
.link_bnr.bnr02 {
  margin: 0 auto 100px;
}

.interview_bnr {
  display: flex;
  justify-content: flex-start;
  gap: 0 3.8%;
  max-width: 1130px;
  margin: 0 auto 100px;
  padding: 0 30px;
  box-sizing: border-box;
}
.interview_bnr li {
  width: 30.8%;
}

.interview {
  background: url(/highschool/game-creator-koshien2025/img/bg_interview.png) repeat-x center top, url(/highschool/game-creator-koshien2025/img/bg_interview.png) repeat-x center bottom;
  padding: 90px 30px;
  background-color: #000;
  margin-bottom: 100px;
}
.interview .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.interview .inner .interview_list {
  display: flex;
  gap: 40px 3.65%;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.interview .inner .interview_list li {
  width: 30.9%;
  background: #00EBFF;
  clip-path: polygon(20% 0, 80% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
  position: relative;
  color: #00EBFF;
}
.interview .inner .interview_list li::before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  clip-path: polygon(20% 0, 80% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
  background: #000;
  z-index: -1;
}
.interview .inner .interview_list li.img_li {
  clip-path: unset;
  background: transparent;
}
.interview .inner .interview_list li.img_li::before {
  display: none;
}
.interview .inner .interview_list li .tit_wrap {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  transform: rotate(0.05deg);
  padding: 20px 60px 0;
}
.interview .inner .interview_list li .tit_wrap .icon {
  margin-right: 5px;
}
.interview .inner .interview_list li .tit_wrap .icon .svg_img {
  fill: #01eaff;
}
.interview .inner .interview_list li .tit_wrap .tit {
  line-height: 1.4;
}
.interview .inner .interview_list li .txt01 {
  padding: 10px 20px 40px;
  color: #FFF;
}
.interview .inner .interview_list li.reverse {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 80%);
}
.interview .inner .interview_list li.reverse::before {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 80%);
}
.interview .inner .interview_list li.reverse .txt01 {
  text-align: center;
}
.interview .inner .interview_list li.reverse .tit_wrap {
  padding: 20px 20px 0;
}
.interview .inner .interview_list li.wide {
  width: 65.45%;
}
.interview .inner .interview_list.parent li {
  background: #FF4EF1;
  color: #FF4EF1;
}
.interview .inner .interview_list.parent li .tit_wrap .icon .svg_img {
  fill: #FF4EF1;
}
.interview .inner .interview_list.parent li.img_li {
  clip-path: unset;
  background: transparent;
}
.interview .inner .interview_list.parent li.img_li::before {
  display: none;
}
.interview .inner .interview_list.teacher {
  margin-bottom: 0;
}
.interview .inner .interview_list.teacher li {
  background: #4AE604;
  color: #4AE604;
}
.interview .inner .interview_list.teacher li .tit_wrap .icon .svg_img {
  fill: #4AE604;
}
.interview .inner .interview_list.teacher li.img_li {
  clip-path: unset;
  background: transparent;
}
.interview .inner .interview_list.teacher li.img_li::before {
  display: none;
}

.expo {
  margin-bottom: 100px;
}
.expo .inner {
  max-width: 1100px;
  border: solid 2px #FFDA00;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 53px 85px;
  position: relative;
}
.expo .inner .tit_wrap01 {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.expo .inner .tit_wrap01 .img01 {
  margin-right: 30px;
  max-width: 121px;
}
.expo .inner .tit_wrap01 .tit {
  font-size: clamp(24px, 2.5vw, 40px);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #FFF;
  line-height: 1.4;
}
.expo .inner .tit_wrap01 .tit span {
  color: #FFDA00;
}
.expo .inner .title01 {
  margin-bottom: 30px;
}
.expo .inner .inner02 {
  padding: 0 40px;
  color: #FFF;
}
.expo .inner .inner02 .tit02 {
  font-size: clamp(18px, 1.875vw, 30px);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
}
.expo .inner .inner02 .lead_txt span {
  color: #FFDA00;
}
.expo .inner .inner02 .pic_wrap01 {
  display: flex;
  justify-content: flex-start;
  gap: 0 3.4%;
  margin: 30px 0 60px;
}
.expo .inner .inner02 .pic_wrap01 li {
  width: 48.3%;
}
.expo .inner .inner02 .tit_wrap02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.expo .inner .inner02 .tit_wrap02 .sub {
  font-size: clamp(14px, 1.25vw, 20px);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #FFDA00;
}
.expo .inner .inner02 .tit_wrap02 .main {
  font-size: clamp(24px, 2.5vw, 40px);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}
.expo .inner .inner02 .tit_wrap02 .main span {
  color: #FFDA00;
}
.expo .inner .inner02 .pic_wrap02 {
  display: flex;
  justify-content: flex-start;
  gap: 20px 3.2%;
  margin: 30px 0 60px;
  flex-wrap: wrap;
}
.expo .inner .inner02 .pic_wrap02 li {
  width: 31.2%;
}
.expo .inner .inner02 .title02 {
  font-size: clamp(14px, 1.25vw, 20px);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
}
.expo .inner .pic_ogura {
  width: 16.3%;
  position: absolute;
  bottom: 0;
  right: 100px;
}

.visit {
  padding: 12px 0 60px;
  text-align: center;
  background: #FFFAC8;
  position: relative;
}
.visit .inner {
  position: relative;
}

.visit_ttl {
  font-size: 56px;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.38;
  letter-spacing: 0;
  color: #3AAF44;
}
.visit_ttl span {
  font-size: 20px;
}

.visit_text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.visit_batch {
  width: 164px;
  position: absolute;
  top: 37px;
  right: 94px;
  z-index: 2;
}

.visit_btn {
  width: 204px;
  margin: 30px auto 0;
}
.visit_btn a {
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3AAF44;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 2px solid #3AAF44;
  border-radius: 10px;
  transition: 0.3s;
}
.visit_btn a:hover {
  color: #FFF;
  background: #3AAF44;
}

.visit_bg {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.visit_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anc {
  padding-top: 120px;
  margin-top: -120px;
}

@media screen and (min-width: 450px) and (max-width: 1000px) {
  .visit_batch {
    width: 13vw;
    top: 9vw !important;
    right: 4vw;
  }
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  article {
    margin-top: 60px;
    background: url(/highschool/game-creator-koshien2025/img/bg_sp.jpg) no-repeat center top/100% auto;
  }
  .wrap {
    max-width: 100%;
    padding: 0 15px;
  }
  .mv {
    padding: 0 15px;
  }
  .mv .mv_inner {
    padding: 50px 0 80px;
    max-width: 902px;
    margin: 0 auto;
  }
  .about_box {
    max-width: inherit;
    margin: 0 0 50px;
    padding: 0 15px;
    display: block;
    position: relative;
  }
  .about_box .box_l {
    width: 50.7%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about_box .box_r {
    width: 100%;
  }
  .about_box .box_r .tit {
    font-size: 24px;
    margin-bottom: 10px;
    position: absolute;
    top: 2%;
    left: 56%;
  }
  .event_photo_wrap {
    margin-top: 50px;
  }
  .bnr_game_wrap {
    margin-top: 50px;
  }
  .bnr_game_wrap a {
    width: 100%;
    max-width: 100%;
  }
  .last-year_wrap {
    margin-top: 50px;
  }
  .movie {
    max-width: inherit;
    margin: 0 0 50px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .movie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .works_wrap {
    padding: 0 15px;
    margin-top: 15px;
  }
  .works {
    max-width: inherit;
    margin: 0 0 50px;
    padding: 13px;
    border: solid 2px #FFDA00;
    box-sizing: border-box;
  }
  .works .works_inner {
    background: #FFF;
    padding: 15px;
  }
  .works .works_inner .tit {
    font-size: 56px;
    margin-bottom: 20px;
  }
  .works .works_inner .box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
  }
  .works .works_inner .box .box_l {
    width: 60%;
    order: 2;
  }
  .works .works_inner .box .box_r {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .works .works_inner .box .box_r ul {
    padding-bottom: 5px;
  }
  .works .works_inner .box .box_r ul li {
    margin-bottom: 15px;
  }
  .works .works_inner .box .box_r ul li .icon {
    margin-right: 18px;
    padding-top: 3px;
  }
  .works .works_inner .box .box_r ul li .icon span {
    font-size: 13px;
    padding: 2px 6px;
  }
  .works .works_inner .box .box_r ul li .icon.icon02 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .works .works_inner .box .box_r ul li .works_name {
    font-family: "Barlow", sans-serif;
    font-size: 24px;
  }
  .works .works_inner .box .box_r ul li .name {
    font-size: 16px;
  }
  .works .works_inner .box .box_r ul li .name span {
    font-size: 12px;
  }
  .works .works_inner .box .box_r .btn01 a {
    font-size: 16px;
  }
  .works .works_inner .box .box_r .btn01 a:hover {
    opacity: 1;
  }
  .works .works_inner .box .pic01 {
    width: 30%;
    position: absolute;
    bottom: -15px;
    left: 69%;
  }
  .voice {
    max-width: inherit;
    margin: 0 0 50px;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
  }
  .voice .img_tit {
    width: 60.8%;
    margin: 0 auto 10px;
  }
  .voice ul {
    padding-top: 0;
    width: 100%;
    display: block;
  }
  .voice ul li {
    width: 100%;
    color: #FFF;
    background: url(/highschool/game-creator-koshien2025/img/fukidashi01_sp.png) no-repeat center top/100% auto;
    padding: 25px 40px 15px;
    box-sizing: border-box;
    min-height: 180px;
    margin-bottom: 10px;
  }
  .voice ul li:nth-child(2) {
    background: url(/highschool/game-creator-koshien2025/img/fukidashi02_sp.png) no-repeat center top/100% auto;
    padding-top: 30px;
    min-height: 210px;
  }
  .voice ul li:nth-child(3) {
    background: url(/highschool/game-creator-koshien2025/img/fukidashi01_sp.png) no-repeat center top/100% auto;
    min-height: 180px;
  }
  .voice ul li:nth-child(4) {
    background: url(/highschool/game-creator-koshien2025/img/fukidashi03_sp.png) no-repeat center top/100% auto;
    min-height: 180px;
    margin-bottom: 0;
  }
  .link_bnr {
    max-width: inherit;
    margin: 0 0 20px;
    padding: 0 15px;
  }
  .link_bnr.bnr02 {
    margin: 0 0 50px;
  }
  .interview_bnr {
    display: flex;
    justify-content: flex-start;
    gap: 15px 4%;
    max-width: inherit;
    margin: 0 0 50px;
    padding: 0 15px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .interview_bnr li {
    width: 48%;
  }
  .interview {
    background: url(/highschool/game-creator-koshien2025/img/bg_interview.png) repeat-x center top, url(/highschool/game-creator-koshien2025/img/bg_interview.png) repeat-x center bottom;
    padding: 60px 15px;
    background-color: #000;
    margin-bottom: 50px;
    background-size: auto 5px;
  }
  .interview .inner {
    max-width: inherit;
    margin: 0;
  }
  .interview .inner .interview_list {
    display: block;
    margin-bottom: 40px;
  }
  .interview .inner .interview_list li {
    width: 100%;
    background: #00EBFF;
    clip-path: polygon(8% 0, 92% 0, 100% 8%, 100% 100%, 0% 100%, 0 8%);
    position: relative;
    color: #00EBFF;
    margin-bottom: 10px;
  }
  .interview .inner .interview_list li::before {
    position: absolute;
    top: 2px;
    left: 2px;
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    clip-path: polygon(8% 0, 92% 0, 100% 8%, 100% 100%, 0% 100%, 0 8%);
    background: #000;
    z-index: -1;
  }
  .interview .inner .interview_list li.img_li {
    clip-path: unset;
    background: transparent;
    text-align: center;
  }
  .interview .inner .interview_list li.img_li img {
    width: 70%;
  }
  .interview .inner .interview_list li.img_li::before {
    display: none;
  }
  .interview .inner .interview_list li.img_li.bottom_pic img {
    width: 100%;
  }
  .interview .inner .interview_list li .tit_wrap {
    font-size: 16px;
    padding: 15px 20px 0;
    justify-content: flex-start;
  }
  .interview .inner .interview_list li .tit_wrap .icon {
    margin-right: 5px;
  }
  .interview .inner .interview_list li .tit_wrap .icon .svg_img {
    stroke: #01eaff;
    width: 32px;
    height: auto;
  }
  .interview .inner .interview_list li .tit_wrap .tit {
    line-height: 1.4;
  }
  .interview .inner .interview_list li .txt01 {
    padding: 10px 20px 40px;
    color: #FFF;
  }
  .interview .inner .interview_list li.reverse {
    clip-path: polygon(8% 0, 92% 0, 100% 8%, 100% 100%, 0% 100%, 0 8%);
  }
  .interview .inner .interview_list li.reverse::before {
    clip-path: polygon(8% 0, 92% 0, 100% 8%, 100% 100%, 0% 100%, 0 8%);
  }
  .interview .inner .interview_list li.reverse .txt01 {
    text-align: left;
  }
  .interview .inner .interview_list li.reverse .tit_wrap {
    padding: 15px 20px 0;
  }
  .interview .inner .interview_list li.wide {
    width: 100%;
  }
  .interview .inner .interview_list.parent li {
    background: #FF4EF1;
    color: #FF4EF1;
  }
  .interview .inner .interview_list.parent li .tit_wrap .icon .svg_img {
    stroke: #FF4EF1;
  }
  .interview .inner .interview_list.parent li.img_li {
    clip-path: unset;
    background: transparent;
  }
  .interview .inner .interview_list.parent li.img_li::before {
    display: none;
  }
  .interview .inner .interview_list.teacher {
    margin-bottom: 0;
  }
  .interview .inner .interview_list.teacher li {
    background: #4AE604;
    color: #4AE604;
  }
  .interview .inner .interview_list.teacher li .tit_wrap .icon .svg_img {
    stroke: #4AE604;
  }
  .interview .inner .interview_list.teacher li.img_li {
    clip-path: unset;
    background: transparent;
  }
  .interview .inner .interview_list.teacher li.img_li::before {
    display: none;
  }
  .expo {
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .expo .inner {
    max-width: inherit;
    margin: 0;
    padding: 40px 15px 40px;
    position: relative;
  }
  .expo .inner .tit_wrap01 {
    display: block;
    margin-bottom: 15px;
    position: relative;
  }
  .expo .inner .tit_wrap01 .img01 {
    position: absolute;
    margin-right: 0;
    max-width: 70px;
    left: 20px;
    top: -75px;
  }
  .expo .inner .tit_wrap01 .tit {
    font-size: 21px;
  }
  .expo .inner .title01 {
    margin-bottom: 15px;
  }
  .expo .inner .inner02 {
    padding: 0;
    color: #FFF;
  }
  .expo .inner .inner02 .tit02 {
    font-size: 18px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .expo .inner .inner02 .pic_wrap01 {
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 15px 0 30px;
  }
  .expo .inner .inner02 .pic_wrap01 li {
    width: 100%;
  }
  .expo .inner .inner02 .tit_wrap02 {
    display: block;
    margin-bottom: 10px;
  }
  .expo .inner .inner02 .tit_wrap02 .sub {
    font-size: 14px;
  }
  .expo .inner .inner02 .tit_wrap02 .main {
    font-size: 21px;
  }
  .expo .inner .inner02 .pic_wrap02 {
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 15px 0 30px;
    flex-wrap: wrap;
  }
  .expo .inner .inner02 .pic_wrap02 li {
    width: 100%;
  }
  .expo .inner .inner02 .title02 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .expo .inner .inner02 .txt01 {
    width: 72%;
  }
  .expo .inner .pic_ogura {
    width: 26%;
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .visit {
    padding: 0;
    position: relative;
  }
  .visit .visit-inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
  }
  .visit_ttl {
    font-size: max(9.33vw, 40px);
    letter-spacing: 0;
  }
  .visit_ttl span {
    font-size: max(3vw, 15px);
  }
  .visit_text {
    margin-top: 4px;
    font-size: max(3vw, 15px);
  }
  .visit_batch {
    width: 21vw;
    top: 24vw;
    right: 4vw;
  }
  .visit_btn {
    width: 135px;
    margin: 20px auto 0;
  }
  .visit_btn a {
    height: 40px;
    font-size: 9px;
    border: 1px solid #3AAF44;
    border-radius: 5px;
    transition: 0;
  }
  .visit_btn a:hover {
    color: #3AAF44;
    background: #FFF;
  }
  .visit_bg {
    width: 100%;
    height: auto;
    text-align: center;
    position: static;
    transform: translateX(0);
  }
  .visit_bg img {
    width: 100%;
    height: auto;
    object-fit: inherit;
  }
  .anc {
    padding-top: 80px;
    margin-top: -80px;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=koshien2025.css.map */