@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #002349;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}
.font_dela {
  font-family: "Dela Gothic One", sans-serif;
  font-style: normal;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.83333vw;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.4rem;
  }

  .pc {
    display: none;
  }
}

/* !sports_lp_wrapper
---------------------------------------------------------- */
#sports_lp_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* !header
---------------------------------------------------------- */
#sports_lp_header {
  position: absolute;
  left: 0;
  top: 2.4rem;
  z-index: 99;
  padding: 0 2.4rem;
  width: 100%;
}
#sports_lp_header .cv {
  position: fixed;
  right: 0;
  bottom: 0.6rem;
}
#sports_lp_header .cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3.8rem 0 4.5rem;
  background-image: linear-gradient(
    87deg,
    #21e1b3 0.7%,
    #41e0ea 23.7%,
    #1158a1 50%
  );
  background-position: 100% 50%;
  background-size: 300%;
  height: 7.6rem;
  border: 0.4rem solid #002349;
  border-right: 0;
  border-radius: 8.2rem 0 0 8.2rem;
  box-shadow: 0 0.6rem 0 #002349;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
#sports_lp_header .cv :hover {
  color: #002349;
}

.sports_lp_headlogo {
  padding: 0;
}
.sports_lp_headlogo img {
  width: 5.6rem;
}
.sports_lp_btn_menu {
  cursor: pointer;
  position: fixed;
  top: 2.4rem;
  right: 2rem;
  z-index: 3;
  transition: all 0.3s;
  width: 6.4rem;
  height: 6.4rem;
  background: url("../image/common/icon_menu.png") no-repeat center top #fff;
  background-size: 100%;
  border: 0.3rem solid #002349;
  box-shadow: 0 0.5rem 0 #002349;
  border-radius: 50%;
}
.sports_lp_btn_menu.active {
  background-image: url("../image/common/icon_menu_close.png");
}

#sports_lp_navi {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: all 0.3s;
  padding: 12rem 3.2rem;
  width: 100%;
  max-width: 43.8rem;
  height: 100vh;
  background: url("../image/common/bg_base_pc.svg") #e4f5ff;
  text-align: center;
  overflow: scroll;
}
#sports_lp_navi.open {
  transform: translateX(0%);
}
#sports_lp_navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.1rem;
}
#sports_lp_navi li {
  margin: 0 1.1rem 2.4rem;
  width: calc(50% - 2.2rem);
}
#sports_lp_navi li.full {
  width: calc(100% - 2.2rem);
}
#sports_lp_navi li a {
  display: block;
  padding: 1.8rem 1rem 4.4rem;
  border: 0.2rem solid #002349;
  background: url("../image/common/icon_anchor.svg") no-repeat center bottom
    1.5rem #c8f8ff;
  border-radius: 8px;
  box-shadow: 0 0.8rem 0 #002349;
}
#sports_lp_navi li .eng {
  display: block;
  margin-bottom: 0.8rem;
  background: linear-gradient(87deg, #21e1b3 1.41%, #41e0ea 47.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.5px #002349;
  line-height: 1;
  font-size: 1.2rem;
}
#sports_lp_navi li .jap {
  display: block;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
}
#sports_lp_navi .sports_lp_separator {
  margin: 0 -3.2rem;
}

#sports_lp_navi .sports_lp_apply_info {
  margin-top: 3.6rem;
}
.sports_lp_apply_info .tit {
  margin-bottom: 1.4rem;
  line-height: 1;
}
.sports_lp_apply_info .tit span {
  display: inline-block;
  padding: 0 2.1rem;
  background-image: url("../image/common/icon_tit_bor_left.svg"),
    url("../image/common/icon_tit_bor_right.svg");
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  font-weight: 700;
}
.sports_lp_apply_info .btn {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}

/*** sp ***/
@media screen and (min-width: 768px) {
  #sports_lp_header .cv a:hover {
    background-position: 0% 50%;
  }

  .sports_lp_btn_menu:hover,
  #sports_lp_navi li a:hover,
  .sports_lp_apply_info .btn:hover {
    transform: scale(1.05, 1.05);
  }
}
@media screen and (max-width: 767px) {
  #sports_lp_header {
    top: 1.6rem;
    padding: 0 1.6rem;
  }

  .sports_lp_btn_menu {
    width: 4rem;
    height: 4rem;
    border-width: 0.2rem;
    box-shadow: 0 0.3rem 0 #002349;
  }

  .sports_lp_apply_info .btn {
    max-width: 100%;
  }

  #sports_lp_navi {
    padding: 9.6rem 2.4rem;
    overflow-y: scroll;
  }
  #sports_lp_navi li a {
    padding: 1.6rem 1rem 3.4rem;
    background-size: 1.6rem;
    background-position: center bottom 1.2rem;
  }
  #sports_lp_navi li .jap {
    font-size: 1.6rem;
  }

  #sports_lp_header .cv {
    bottom: 0.3rem;
  }
  #sports_lp_header .cv a {
    padding: 0 2.4rem 0 3rem;
    height: 5rem;
    border-width: 0.2rem;
    box-shadow: 0 0.3rem 0 #002349;
    font-size: 1.6rem;
  }
}

/* sports_lp_footer
-----------------------------------------------------------*/
.sports_lp_footer {
  padding: 12rem 0;
  background: #1158a1;
  text-align: center;
  color: #fff;
}
.sports_lp_footlogo {
  margin: 0 auto 6.4rem;
  max-width: 28.7rem;
}
.sports_lp_footer .footlinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3.2rem;
}
.sports_lp_footer .footlinks li {
  padding: 0 1.2rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.sports_lp_footer .footlinks li + li {
  border-left: 1px solid #fff;
}
.sports_lp_footer .sns {
  display: flex;
  justify-content: center;
}
.sports_lp_footer .sns a {
  margin: 0 1.2rem;
}

.sports_lp_footer #copyright {
  margin-top: 6.4rem;
  font-size: 1.2rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (min-width: 768px) {
  .sports_lp_footer a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .sports_lp_footer {
    padding: 8rem 0;
  }
  .sports_lp_footlogo {
    margin-bottom: 4rem;
    max-width: 23.2rem;
  }
  .sports_lp_footer .footlinks {
    margin-bottom: 2.4rem;
  }
  .sports_lp_footer .footlinks li {
    padding: 0 1.2rem;
    margin-bottom: 0.8rem;
    font-size: 1rem;
  }
  .sports_lp_footer .footlinks li:nth-of-type(5) {
    border-left: 0;
  }
  .sports_lp_footer #copyright {
    font-size: 1rem;
  }
}

/* !common
---------------------------------------------------------- */
.sports_lp_mainVisual img {
  width: 100%;
}

.sports_lp_inner {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 124rem;
}

.sports_lp_separator img {
  width: 100%;
}

.sports_lp_hdL {
  margin-bottom: 6.4rem;
  text-align: center;
}
.sports_lp_hdL .eng {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: -1rem;
  color: #46deba;
  -webkit-text-stroke: 0.5px #002349;
  line-height: 1;
  font-size: 2rem;
}
.sports_lp_hdL .jap {
  display: inline-block;
  position: relative;
  padding: 0.8rem 2.4rem;
  background: #c8f8ff;
  border: 1.5px solid #002349;
  border-radius: 0.8rem;
  line-height: 1.2;
  font-size: 5.6rem;
  font-weight: 700;
}
.sports_lp_hdL .jap:before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: -0.3rem;
  right: -0.3rem;
  top: -0.3rem;
  bottom: -0.3rem;
  background-image: url("../image/common/icon_bor_letop.svg"),
    url("../image/common/icon_bor_rigtop.svg"),
    url("../image/common/icon_bor_lebot.svg"),
    url("../image/common/icon_bor_rigbot.svg");
  background-repeat: no-repeat;
  background-position: left top, right top, left bottom, right bottom;
}

.sports_lp_circle {
  position: absolute;
  left: calc(60% + 40rem);
  bottom: 0;
  transform: translateY(52%);
  z-index: -1;
  margin: 0 0 0 auto;
  width: 51rem;
}
.sports_lp_circle img {
  width: 100%;
  animation: txtRotate linear 60s infinite;
}
@keyframes txtRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.is-hide {
  display: none;
}

.pagePrevNext {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.4rem;
}
.pagePrevNext .prev,
.pagePrevNext .next,
.pagePrevNext .prev_end,
.pagePrevNext .next_end {
  display: block;
  padding: 0.5rem 0;
  background-repeat: no-repeat;
  background-size: 2.8rem;
  font-size: 1.4rem;
}
.pagePrevNext .prev,
.pagePrevNext .prev_end {
  padding-left: 3.6rem;
  background-image: url("../image/common/icon_prev.svg");
  background-position: left center;
}
.pagePrevNext .next,
.pagePrevNext .next_end {
  padding-right: 3.6rem;
  background-image: url("../image/common/icon_next.svg");
  background-position: right center;
  text-align: right;
}

.sports_lp_apply {
  position: relative;
  z-index: 2;
}
.sports_lp_apply + div {
  margin-top: -8rem;
}
.sports_lp_apply .bor {
  position: relative;
  z-index: 2;
}
.sports_lp_apply .bor img {
  width: 100%;
}
.sports_lp_apply .bor_top {
  margin-bottom: -8rem;
}
.sports_lp_apply .bor_bottom {
  margin-top: -8rem;
}
.sports_lp_apply .box {
  padding: 0 5rem;
  background: #002349;
}
.sports_lp_apply .sports_lp_apply_info {
  margin: 0 auto;
  padding: 11.7rem 2rem 15.5rem;
  max-width: 128rem;
  background: #fff;
  text-align: center;
}
.sports_lp_apply .sports_lp_apply_info .tit {
  margin-bottom: 2.4rem;
}
.sports_lp_apply .sports_lp_apply_info .tit span {
  background-size: 1.3rem;
  background-position: left center, right center;
  font-size: 3.2rem;
}
.sports_lp_apply .sports_lp_apply_info .link {
  display: block;
  position: relative;
  padding: 1.2rem 5rem;
  margin: 0 auto;
  max-width: 76.8rem;
  background: linear-gradient(
      87deg,
      #beff54,
      #8dffc2 40%,
      #21e1b3 60%,
      #41e0ea 100%
    )
    0 50%;
  background-size: 200%;
  border-radius: 7rem;
  border: 0.4rem solid #002349;
  box-shadow: 0 1.2rem 0 0 #002349;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 700;
}
.sports_lp_apply .sports_lp_apply_info .link:after {
  content: "";
  position: absolute;
  right: 6.4rem;
  top: 0;
  width: 4.3rem;
  height: 100%;
  background: url("../image/common/icon_right_blue.svg") no-repeat center;
  background-size: 100%;
}
.sports_lp_apply .sports_lp_apply_info .link .big {
  font-size: 4.5rem;
}
.sports_lp_apply .sports_lp_apply_info .link:hover {
  background-position: 100% center;
}
.sports_lp_apply_info img {
  transition: all 0.3s ease-in-out;
}
.sports_lp_apply_info img:hover {
  transform: scale(1.05, 1.05);
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .sports_lp_inner {
    padding: 0 1.6rem;
  }

  .sports_lp_circle {
    left: calc(50% + 1.8rem);
    width: 20.7rem;
  }

  .sports_lp_hdL {
    margin-bottom: 4rem;
  }
  .sports_lp_hdL .eng {
    margin-bottom: -0.6rem;
    font-size: 1.4rem;
  }
  .sports_lp_hdL .jap {
    display: block;
    padding: 1rem 2.4rem;
    font-size: 2.8rem;
  }
  .sports_lp_hdL .jap:before {
    background-size: 1.6rem;
  }

  .sports_lp_apply + div {
    margin-top: -4rem;
  }
  .sports_lp_apply .bor_top {
    margin-bottom: -4rem;
  }
  .sports_lp_apply .bor_bottom {
    margin-top: -4rem;
  }
  .sports_lp_apply .box {
    padding: 0 1.6rem;
  }
  .sports_lp_apply .sports_lp_apply_info {
    padding: 5.6rem 1.6rem 6.4rem;
  }
  .sports_lp_apply .sports_lp_apply_info .tit {
    margin-bottom: 1.2rem;
  }
  .sports_lp_apply .sports_lp_apply_info .tit span {
    font-size: 1.4rem;
  }
  .sports_lp_apply .sports_lp_apply_info .link {
    padding: 1.2rem 2rem;
    background: linear-gradient(
        87deg,
        #beff54,
        #8dffc2 40%,
        #21e1b3 60%,
        #41e0ea 100%
      )
      0 50%;
    background-size: 200%;
    border-width: 0.2rem;
    box-shadow: 0 0.6rem 0 0 #002349;
    font-size: 1.4rem;
  }
  .sports_lp_apply .sports_lp_apply_info .link:after {
    right: 2.4rem;
    width: 2rem;
  }

  .sports_lp_apply .sports_lp_apply_info .link .big {
    font-size: 2.8rem;
  }
}

/* !page
---------------------------------------------------------- */
.sports_lp_about {
  position: relative;
  padding: 12rem 0 8rem;
  background: url("../image/common/bg_base_pc.svg");
}
.sports_lp_about .display {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.sports_lp_about .display .img {
  overflow: hidden;
  position: relative;
  z-index: 3;
  transform: rotate(-3.5deg);
  transform-origin: 100% 100%;
  width: calc(50% - 4rem);
  border-radius: 0.8rem;
  border: 0.2rem solid #002349;
}
.sports_lp_about .display .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sports_lp_about .display .info {
  position: relative;
  z-index: 2;
  width: calc(50% + 4rem);
}
.sports_lp_about .display .info:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: skewY(-3.5deg);
  transform-origin: 100% 0;
  z-index: -1;
  width: 150%;
  height: 100%;
  background: #fff;
}
.sports_lp_about .title {
  transform: skewY(-3.5deg);
  transform-origin: 100% 0;
  margin: 0 -10rem 12rem -15rem;
  padding: 0.8rem 10rem 1.6rem 10rem;
  background: #c8f8ff;
  border-top: 0.2rem solid #002349;
  border-bottom: 0.2rem solid #002349;
  line-height: 1.3;
  font-size: 4.5rem;
  font-weight: 900;
  text-align: center;
}
.sports_lp_about .title .foucs {
  display: inline-block;
  position: relative;
  font-size: 6.7rem;
}
.sports_lp_about .title .foucs:before {
  content: attr(data-tit);
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(87deg, #21e1b3 1.41%, #41e0ea 47.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sports_lp_about .sub {
  text-align: center;
  line-height: 2.1;
  font-weight: bold;
  font-size: 2.4rem;
}
.sports_lp_about .sports_lp_separator {
  position: relative;
  z-index: 3;
  margin-top: -5.6rem;
}

.sports_lp_works {
  padding: 7rem 0;
  background-image: url("../image/02_works/bg_base_blue.svg"),
    url("../image/02_works/bg_base_green.svg"),
    url("../image/02_works/bg_base_green2.svg");
  background-repeat: no-repeat;
  background-position: right 35%, left 60%, right 84%;
  background-size: 110.4rem;
  z-index: 5;
}
.sports_lp_works .sports_lp_hdL {
  margin-bottom: 4.8rem;
}
.sports_lp_sub {
  margin-bottom: 6.4rem;
  text-align: center;
}
.sports_lp_sub span {
  display: inline-block;
  position: relative;
  padding: 0 0.5rem;
  background: url("../image/common/icon_underline_pc.svg") no-repeat center
    bottom;
  background-size: 100%;
  font-size: 2.4rem;
  font-weight: 700;
}
.sports_lp_sub span:after {
  content: "";
  position: absolute;
  right: 0;
  top: -2.4rem;
  width: 4.3rem;
  height: 3.5rem;
  background: url("../image/common/icon_point.svg") no-repeat;
  background-size: 100%;
}

.sports_lp_works .anchor_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sports_lp_works .anchor_links li {
  margin: 0 1.2rem;
  width: calc(25% - 2.4rem);
  max-width: 26rem;
}
.sports_lp_works .anchor_links li a {
  display: block;
  border-radius: 12.39px;
  border: 0.2rem solid #002349;
  box-shadow: 0 1.2rem 0 0 #002349;
}
.sports_lp_works .anchor_links .proplay a {
  background: #389aff;
}
.sports_lp_works .anchor_links .probus a {
  background: #3fd5ea;
}
.sports_lp_works .anchor_links .amaplay a {
  background: #33e77b;
}
.sports_lp_works .anchor_links .amabus a {
  background: #94ea3f;
}
.sports_lp_works .worksmap_area {
  overflow: hidden;
  position: relative;
  margin-top: 6.6rem;
  max-width: 110.8rem;
  border-radius: 1.2rem;
  border: 0.2rem solid #002349;
}
.sports_lp_works .worksmap_area:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  width: 100%;
  border-top: 0.2rem solid #002349;
}
.sports_lp_works .worksmap_area.proplay {
  padding: 2.4rem 11.6rem;
  background: #389aff;
}
.sports_lp_works .worksmap_area.probus {
  padding: 5.6rem 11.6rem 3.2rem;
  background: #3fd5ea;
}
.sports_lp_works .worksmap_area.amaplay {
  padding: 5rem 11.6rem 2.6rem;
  background: #33e77b;
}
.sports_lp_works .worksmap_area.amabus {
  padding: 5.8rem 11.6rem 3.2rem;
  background: #94ea3f;
}
.sports_lp_works .worksmap_area .title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  font-weight: 700;
}
.sports_lp_works .worksmap_area .title_jap {
  position: relative;
  z-index: 2;
  padding: 1.6rem 2.4rem;
  margin-bottom: 2.2rem;
  background: #fff;
  border-radius: 0 0 1.2rem;
  border-width: 0 0.2rem 0.2rem 0;
  border-style: solid;
  border-color: #002349;
  font-weight: 700;
}
.sports_lp_works .worksmap_area .title_jap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 0 0 1.2rem;
  border-width: 0 0.2rem 0.2rem 0;
  border-style: solid;
  border-color: #002349;
}
.sports_lp_works .worksmap_area .title_jap .big {
  font-size: 3.2rem;
  font-weight: 900;
}
.sports_lp_works .worksmap_area .title .sub {
  padding: 0 2.4rem;
  font-size: 2rem;
}
.sports_lp_works .worksmap_area .title_eng {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  text-align: center;
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
  -webkit-text-stroke: 1px #002349;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
  color: transparent;
  line-height: 1;
  font-size: 3rem;
}
.sports_lp_works .worksmap_area .map_area {
  text-align: center;
}
.sports_lp_works .worksmap_area .btn_detail {
  position: absolute;
  padding: 0.6rem 4.8rem 0.6rem 2.4rem;
  background: url("../image/common/icon_plus_circle.svg") no-repeat right 1.6rem
    center #fff;
  background-size: 2.4rem;
  border: 0.2rem solid #002349;
  border-radius: 4rem;
  box-shadow: 0 0.4rem 0 0 #002349;
  line-height: 1.3;
  font-weight: 700;
}
.sports_lp_works .worksmap_area .btn_detail .small {
  font-size: 1.4rem;
}
.sports_lp_works .proplay .btn01 {
  right: calc(50% + 4.8rem);
  top: 8.7rem;
}
.sports_lp_works .proplay .btn02 {
  left: calc(50% + 3rem);
  bottom: 8rem;
}
.sports_lp_works .proplay .btn03 {
  left: calc(50% + 26rem);
  top: calc(50% + 3rem);
}
.sports_lp_works .proplay .btn04 {
  right: calc(50% + 24rem);
  top: calc(50% + 6rem);
}
.sports_lp_works .probus .btn01 {
  top: calc(50% + 7.6rem);
  left: calc(50% + 25rem);
}
.sports_lp_works .probus .btn02 {
  left: calc(50% - 12rem);
  top: 5.4rem;
}
.sports_lp_works .probus .btn03 {
  right: calc(50% + 23rem);
  top: calc(50% + 5.2rem);
}
.sports_lp_works .probus .btn04 {
  left: calc(50% + 7rem);
  bottom: 9.8rem;
}
.sports_lp_works .amaplay .btn01 {
  left: calc(50% + 26.5rem);
  top: calc(50% - 2.5rem);
}
.sports_lp_works .amaplay .btn02 {
  right: calc(50% + 17rem);
  top: calc(50% + 1.6rem);
}
.sports_lp_works .amaplay .btn03 {
  top: 6rem;
  left: calc(50% + 6rem);
}
.sports_lp_works .amaplay .btn04 {
  right: 50%;
  bottom: 7.4rem;
}
.sports_lp_works .amabus .btn01 {
  top: calc(50% + 8rem);
  right: calc(50% + 18.5rem);
}
.sports_lp_works .amabus .btn02 {
  right: calc(50% + 6rem);
  top: 9rem;
}
.sports_lp_works .amabus .btn03 {
  right: calc(50% - 5rem);
  bottom: 8.3rem;
}
.sports_lp_works .amabus .btn04 {
  left: calc(50% + 14rem);
  top: calc(50% + 7.8rem);
}
.sports_lp_works .worksmap_area:nth-of-type(even) {
  margin-left: auto;
}
.sports_lp_works .worksmap_area:nth-of-type(even) .title {
  left: auto;
  right: 0;
  text-align: right;
}
.sports_lp_works .worksmap_area:nth-of-type(even) .title_jap {
  border-radius: 0 0 0 1.2rem;
  border-width: 0 0 0.2rem 0.2rem;
}
.sports_lp_works .worksmap_area:nth-of-type(even) .title_jap:after {
  left: auto;
  right: 0;
  border-radius: 0 0 0 1.2rem;
  border-width: 0 0 0.2rem 0.2rem;
}
.sports_lp_works .worksmap_area:nth-of-type(even) .title_eng {
  right: auto;
  left: 1.6rem;
}

.sports_lp_overplay {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 100%;
  height: 100vh;
}
#sports_lp_works01 .sports_lp_overplay {
  background: rgba(56, 154, 255, 0.9);
}
#sports_lp_works02 .sports_lp_overplay {
  background: rgba(63, 213, 234, 0.9);
}
#sports_lp_works03 .sports_lp_overplay {
  background: rgba(51, 231, 123, 0.9);
}
#sports_lp_works04 .sports_lp_overplay {
  background: rgba(148, 234, 63, 0.9);
}
.sports_lp_popup_layer {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  padding: 3.5rem;
  width: 100%;
  max-width: 94.3rem;
  background: #fff;
  border-radius: 1.2rem;
  border: 0.2rem solid #002349;
}
.sports_lp_popup_layer .close {
  cursor: pointer;
  position: absolute;
  top: -5rem;
  right: 0;
  width: 4.4rem;
  height: 4.4rem;
  background: url("../image/common/icon_close_blue.svg") no-repeat center;
  background-size: 2rem;
}
.work_popup_swiper {
  overflow: hidden;
}
.sports_lp_popup_layer .display {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sports_lp_popup_layer .display .img {
  position: relative;
  border-radius: 1.2rem;
  border: 0.2rem solid #002349;
}
.sports_lp_popup_layer .display .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
}
.sports_lp_popup_layer .display .txt {
  line-height: 1.8;
}
.work_popup_swiper .display .img {
  overflow: hidden;
  width: calc(50% - 1.2rem);
}
.work_popup_swiper .display .info {
  width: calc(50% - 2rem);
}
.work_popup_swiper .display .cate {
  position: absolute;
  left: -0.2rem;
  bottom: 0.6rem;
  z-index: 2;
  padding: 0.7rem 3.2rem;
  background: #fff;
  border-radius: 0 1.2rem;
  border: 0.2rem solid #002349;
  box-shadow: 0 0.6rem 0 #389aff;
  font-size: 2.4rem;
  font-weight: 700;
}
.work_popup_swiper .display .cate:after {
  content: "";
  position: absolute;
  right: -0.2rem;
  bottom: -0.8rem;
  height: 0.6rem;
  border-right: 0.2rem solid #002349;
}
.work_popup_swiper .display .cate .small {
  font-size: 1.9rem;
}
.sports_lp_works .hd01 {
  margin-bottom: 1.6rem;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 700;
}
.work_popup_swiper2 .display .cate {
  box-shadow: 0 0.6rem 0 #3fd5ea;
}
.work_popup_swiper3 .display .cate {
  box-shadow: 0 0.6rem 0 #33e77b;
}
.work_popup_swiper4 .display .cate {
  box-shadow: 0 0.6rem 0 #94ea3f;
}

.sports_lp_message {
  position: relative;
  padding: 14.8rem 0 7rem;
  background: url(../image/common/bg_base_pc.svg) #fff;
}
.sports_lp_message .display {
  display: flex;
  align-items: flex-start;
}
.sports_lp_message .display .img {
  width: 57.5%;
  overflow: hidden;
  border-radius: 0.8rem;
  border: 0.2rem solid #002349;
}
.sports_lp_message .display .info {
  position: relative;
  margin: 8rem 0 0 -10%;
  width: 50.5%;
}
.sports_lp_message .display .name_card {
  display: inline-block;
  padding: 1rem 3.2rem;
  margin-bottom: -0.2rem;
  background: #e4f5ff;
  border-radius: 0.8rem 0.8rem 0 0;
  border: 0.2rem solid #002349;
  line-height: 1.4;
  font-weight: 700;
}
.sports_lp_message .display .name_card .name {
  font-size: 2.4rem;
}
.sports_lp_message .display .txt {
  padding: 2.4rem 3.2rem;
  background: #fff;
  border-radius: 0 0.8rem 0.8rem 0.8rem;
  border: 0.2rem solid #002349;
  line-height: 2.2;
  font-size: 2rem;
  font-weight: 700;
}

.sports_lp_message .sports_lp_circle {
  transform: translateY(80%);
}

.sports_lp_course {
  padding: 6.6rem 0 4rem;
}
.sports_lp_course_area + .sports_lp_course_area {
  margin-top: 16rem;
}
.sports_lp_course .hd01 {
  padding: 0.8rem 0;
  margin-bottom: 4.2rem;
  border-top: 0.1rem solid #002349;
  border-bottom: 0.1rem solid #002349;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
.sports_lp_course_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.3rem;
}
.sports_lp_course_area li {
  overflow: hidden;
  position: relative;
  padding: 0 2.4rem 2.4rem;
  margin: 0 1.3rem;
  width: calc(100% / 3 - 2.6rem);
  border-radius: 1.2rem;
  border: 0.2rem solid #002349;
}
.sports_lp_course_area li .title {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0 0 2.2rem -2.4rem;
  padding: 1.8rem 2rem;
  max-width: 36rem;
  background: #fff;
  border-radius: 0 0 1.2rem;
  border-width: 0 0.2rem 0.2rem 0;
  border-style: solid;
  border-color: #002349;
  white-space: nowrap;
}
.sports_lp_course_area li .title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 0 0 1.2rem;
  border-width: 0 0.2rem 0.2rem 0;
  border-style: solid;
  border-color: #002349;
}
.sports_lp_course_area li .title .big {
  white-space: wrap;
  font-size: 2.35rem;
  font-weight: 700;
}
.sports_lp_course_area li .img {
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
  border: 0.2rem solid #002349;
  border-radius: 0.8rem;
}
.sports_lp_course_area li .img:after {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 0.6rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  border: 0.2rem solid #002349;
}
.sports_lp_course_area li .img img {
  width: 100%;
  border-radius: 0.8rem;
}
.sports_lp_course_area li .more_sp {
  display: none;
}
.sports_lp_career_path {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.sports_lp_career_path .tit {
  margin-bottom: 0.4rem;
  color: #fff;
  font-weight: bold;
}
.sports_lp_career_path span {
  display: inline-block;
  padding: 0 1rem;
  margin: 0 0.4rem 0.4rem 0;
  background: #fff;
  border-radius: 5rem;
}

.sports_lp_course_area.area1 .hd01 {
  background: #1667c9;
}
.sports_lp_course_area.area2 .hd01 {
  background: #dc844e;
}
.sports_lp_course_area.area3 .hd01 {
  background: #fe6d72;
}
.sports_lp_course_area li.black_blue {
  background: #3557b0;
}
.sports_lp_course_area li.blue {
  background: #008ed3;
}
.sports_lp_course_area li.green {
  background: #10a4a5;
}
.sports_lp_course_area li.orange {
  background: #f18202;
}
.sports_lp_course_area li.yellow {
  background: #e6be48;
}
.sports_lp_course_area li.brown {
  background: #c78534;
}
.sports_lp_course_area li.pink_red {
  background: #e5016f;
}
.sports_lp_course_area li.pink {
  background: #f5534a;
}
.sports_lp_course_area .black_blue .txt,
.sports_lp_course_area .blue .txt,
.sports_lp_course_area .green .txt,
.sports_lp_course_area .pink_red .txt,
.sports_lp_course_area .pink .txt {
  color: #fff;
}

.course_overplay_swiper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
}
.course_overplay_swiper .swiper-slide {
  height: 100vh;
}
.course_overplay_swiper .swiper-slide.black_blue {
  background: rgba(53, 87, 176, 0.9);
}
.course_overplay_swiper .swiper-slide.blue {
  background: rgba(0, 142, 211, 0.9);
}
.course_overplay_swiper .swiper-slide.green {
  background: rgba(16, 164, 165, 0.9);
}
.course_overplay_swiper .swiper-slide.orange {
  background: rgba(241, 130, 2, 0.9);
}
.course_overplay_swiper .swiper-slide.yellow {
  background: rgba(230, 190, 72, 0.9);
}
.course_overplay_swiper .swiper-slide.brown {
  background: rgba(199, 133, 52, 0.9);
}
.course_overplay_swiper .swiper-slide.pink_red {
  background: rgba(229, 1, 111, 0.9);
}
.course_overplay_swiper .swiper-slide.pink {
  background: rgba(245, 83, 74, 0.9);
}
.course_popup_swiper {
  overflow: hidden;
}
.course_popup_swiper .display .img {
  margin-bottom: 4.4rem;
}
.course_popup_swiper .display .img:after,
.course_popup_swiper .display .title .tit:after {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 0.2rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  border: 0.2rem solid #002349;
}
.course_popup_swiper .display .title {
  position: absolute;
  left: -0.2rem;
  bottom: 0;
  transform: translateY(50%);
  font-weight: 700;
}
.course_popup_swiper .display .title .tit {
  position: relative;
  padding: 0.5rem 2.4rem;
  background: #fff;
  border-radius: 0 1.2rem 1.2rem 1.2rem;
  border: 0.2rem solid #002349;
  font-size: 2rem;
}
.course_popup_swiper .display .title .cate {
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.2rem);
  padding: 0.2rem 2.4rem;
  border-radius: 0 1.2rem 0 0;
  border: 0.2rem solid #002349;
  color: #fff;
  font-size: 1.2rem;
}
.course_popup_swiper .sports_lp_career_path .tit {
  color: #002349;
}
.course_popup_swiper .sports_lp_career_path span {
  background: #002349;
  color: #fff;
}

.course_popup_swiper .display .title .cate1 {
  background: #1667c9;
}
.course_popup_swiper .display .title .cate2 {
  background: #dc844e;
}
.course_popup_swiper .display .title .cate3 {
  background: #fe6d72;
}
.course_popup_swiper .black_blue .img:after,
.course_popup_swiper .black_blue .title .tit:after {
  background: #3557b0;
}
.course_popup_swiper .blue .img:after,
.course_popup_swiper .blue .title .tit:after {
  background: #008ed3;
}
.course_popup_swiper .green .img:after,
.course_popup_swiper .green .title .tit:after {
  background: #10a4a5;
}
.course_popup_swiper .orange .img:after,
.course_popup_swiper .orange .title .tit:after {
  background: #f18202;
}
.course_popup_swiper .yellow .img:after,
.course_popup_swiper .yellow .title .tit:after {
  background: #e6be48;
}
.course_popup_swiper .brown .img:after,
.course_popup_swiper .brown .title .tit:after {
  background: #c78534;
}
.course_popup_swiper .pink_red .img:after,
.course_popup_swiper .pink_red .title .tit:after {
  background: #e5016f;
}
.course_popup_swiper .pink .img:after,
.course_popup_swiper .pink .title .tit:after {
  background: #f5534a;
}

.sports_lp_campus {
  padding: 16rem 0 10rem;
  background: url(../image/common/bg_base_pc.svg);
}
.sports_lp_campus .movie {
  margin: 0 auto 1.6rem;
  max-width: 76.8rem;
}
.sports_lp_campus .movie iframe {
  width: 100%;
  height: 43.2rem;
}
.sports_lp_campus .tit {
  text-align: center;
  font-weight: 700;
}

.sports_lp_interview {
  padding: 8rem 0;
}
.sports_lp_interview .sports_lp_inner {
  max-width: 132rem;
}
.sports_lp_interview .introduce_alumni {
  position: relative;
  overflow: hidden;
}
.introduce_alumni .swiper-wrapper {
  display: block !important;
  height: auto !important;
}
.introduce_alumni .pagination {
  display: none;
}
.sports_lp_interview .introduce_alumni .display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.introduce_alumni .swiper-slide:nth-of-type(even) .display {
  flex-direction: row-reverse;
}
.introduce_alumni .display .img {
  width: 45%;
  text-align: center;
}
.introduce_alumni .display .info {
  width: calc(50% - 0rem);
}
.introduce_alumni .display .img img {
  width: calc(100% - 2rem);
  border-radius: 0.8rem;
  border: 0.2rem solid #002349;
}
.introduce_alumni .display .introd {
  transform: skewY(-5deg) translateY(-1rem);
  transform-origin: 0 0;
  padding: 1rem;
  background: #1158a1;
  border: 0.2rem solid #002349;
  letter-spacing: 0.72px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.introduce_alumni .display .now_introd {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.introduce_alumni .display .now_introd .name {
  margin-right: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
}
.introduce_alumni .display .now_introd .after {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.introduce_alumni .display .now_introd .position {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: #002349;
  border-radius: 3rem;
  line-height: 1;
  color: #fff;
  font-weight: normal;
}
.introduce_alumni .display .txt {
  line-height: 2.1;
  letter-spacing: 0.6px;
  font-size: 2rem;
}

.sports_lp_interview .career_status .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  border-top: 0.2rem solid #002349;
  border-bottom: 0.2rem solid #002349;
  background: #e4f5ff;
  font-size: 2.4rem;
  font-weight: 700;
}
.sports_lp_interview .career_status .title .note {
  margin-left: 1.3rem;
  font-size: 1.6rem;
  font-weight: normal;
}
.career_status .data_display {
  display: flex;
  justify-content: space-between;
}
.career_status .data_display .fanchart {
  padding: 0 6rem;
  width: 47%;
}
.career_status .data_display .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.2rem;
}
.career_status .data_display .barchart {
  padding: 0 3rem;
  width: calc(50% - 0.8rem);
}
.career_status .data_display .sub {
  text-align: center;
  letter-spacing: 0.6px;
  line-height: 1.9;
  font-size: 2rem;
}
.sports_lp_interview .sports_lp_apply_info {
  margin-top: 8rem;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 1800px) {
  .sports_lp_about .title {
    margin-bottom: 8rem;
  }
  .sports_lp_about .title img {
    width: 60rem;
  }
  .sports_lp_about .sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1440px) {
  .sports_lp_about .display .img {
    width: calc(52% - 2rem);
  }
  .sports_lp_about .display .info {
    width: calc(48% + 2rem);
  }
  .sports_lp_about .title img {
    width: 56rem;
  }
}
@media screen and (max-width: 1300px) {
  .sports_lp_about .title {
    margin-bottom: 6rem;
  }
  .sports_lp_about .sub {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .sports_lp_works .anchor_links li a:hover,
  .sports_lp_works .worksmap_area .btn_detail:hover {
    transform: scale(1.05, 1.05);
  }

  .sports_lp_works .worksmap_area .btn_detail {
  }
}
@media screen and (max-width: 767px) {
  .sports_lp_about {
    padding: 6.4rem 0 0;
    background: url("../image/common/bg_base_sp.svg");
  }
  .sports_lp_about .display {
    display: block;
  }
  .sports_lp_about .display .img {
    margin-left: -1rem;
    z-index: 1;
    width: 95%;
  }
  .sports_lp_about .display .info {
    padding: 0 1.6rem 2.4rem;
    width: auto;
  }
  .sports_lp_about .display .info:before {
    bottom: -10rem;
    transform: rotate(5deg);
    transform-origin: 0 100%;
    width: 100%;
    border-left: 0.2rem solid #002349;
  }
  .sports_lp_about .title {
    margin: -1rem -1.6rem 4rem;
    padding: 0.8rem 1rem 0.3rem 1rem;
    text-align: center;
    font-size: 2.8rem;
  }
  .sports_lp_about .title img {
    transform: skewY(3.5deg);
  }
  .sports_lp_about .sub {
    padding-left: 4.4rem;
    line-height: 1.9;
    font-size: 1.4rem;
  }
  .sports_lp_about .sports_lp_separator {
    margin: 0 -20rem 0 -10rem;
  }
  .sports_lp_about .sports_lp_circle {
    z-index: 2;
  }

  .sports_lp_works {
    position: relative;
    background: none;
  }
  .sports_lp_works .sports_lp_hdL {
    margin-bottom: 3.5rem;
  }
  .sports_lp_sub {
    margin-bottom: 2.8rem;
  }
  .sports_lp_sub span {
    padding: 0 0.5rem;
    background-image: url(../image/common/icon_underline_sp.svg);
    font-size: 1.8rem;
  }
  .sports_lp_sub span:after {
    right: 0.6rem;
    top: -2rem;
  }

  .sports_lp_works .anchor_links {
    margin: 0 -0.4rem;
  }
  .sports_lp_works .anchor_links li {
    margin: 0 0.4rem 1.6rem;
    width: calc(50% - 0.8rem);
  }
  .sports_lp_works .anchor_links li a {
    border-radius: 0.8rem;
    box-shadow: 0 0.6rem 0 0 #002349;
  }

  .sports_lp_works .worksmap_area {
    margin-top: 4rem;
    border-radius: 0.8rem;
  }
  .sports_lp_works .worksmap_area:after {
    bottom: 0.2rem;
  }
  .sports_lp_works .worksmap_area.proplay,
  .sports_lp_works .worksmap_area.probus,
  .sports_lp_works .worksmap_area.amaplay,
  .sports_lp_works .worksmap_area.amabus {
    padding: 0 0 10rem;
  }

  .sports_lp_works .worksmap_area .title {
    position: static;
    margin-bottom: 2.4rem;
  }
  .sports_lp_works .worksmap_area .title_jap {
    display: inline-block;
    margin-bottom: 0;
  }
  .sports_lp_works .worksmap_area .title_jap .big {
    font-size: 2.4rem;
  }
  .sports_lp_works .worksmap_area .title_eng {
    display: none;
  }
  .sports_lp_works .worksmap_area .title .sub {
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    transform: translateX(-50%);
    width: 120%;
    background: #fff;
    padding: 2rem 1rem 1.6rem;
    border: 0.2rem solid #002349;
    border-radius: 100% 100% 0 0;
    text-align: center;
    font-size: 1.8rem;
  }
  .sports_lp_works .worksmap_area .map_area {
    position: relative;
    margin: 0 -11.7rem;
  }
  .sports_lp_works .worksmap_area .btn_detail {
    padding: 0.3rem 2.8rem 0.5rem 1.2rem;
    background-position: right 0.6rem center;
    background-size: 1.6rem;
    box-shadow: 0 0.3rem 0 0 #002349;
    font-size: 1.2rem;
  }
  .sports_lp_works .worksmap_area .btn_detail .small {
    font-size: 1rem;
  }
  .sports_lp_works .proplay .btn01 {
    right: calc(50% + 2.4rem);
    top: 3.4rem;
  }
  .sports_lp_works .proplay .btn02 {
    left: calc(50% + 1rem);
    bottom: 3.3rem;
  }
  .sports_lp_works .proplay .btn03 {
    left: calc(50% + 2rem);
    top: calc(50% + 1.6rem);
  }
  .sports_lp_works .proplay .btn04 {
    right: calc(50% + 2rem);
    top: calc(50% + 2.4rem);
  }
  .sports_lp_works .probus .btn01 {
    top: calc(50% - 2rem);
    left: calc(50% + 5rem);
  }
  .sports_lp_works .probus .btn02 {
    left: calc(50% - 9rem);
    top: 0;
  }
  .sports_lp_works .probus .btn03 {
    right: calc(50% + 5rem);
    top: calc(50% + 1.2rem);
  }
  .sports_lp_works .probus .btn04 {
    left: calc(50% + 3rem);
    bottom: 9rem;
  }
  .sports_lp_works .amaplay .btn01 {
    left: calc(50% + 3rem);
    top: calc(50% + 2rem);
  }
  .sports_lp_works .amaplay .btn02 {
    right: calc(50% + 4rem);
    top: calc(50% - 0rem);
  }
  .sports_lp_works .amaplay .btn03 {
    top: 0;
    left: calc(50% + 5rem);
  }
  .sports_lp_works .amaplay .btn04 {
    right: 50%;
    bottom: 1rem;
  }
  .sports_lp_works .amabus .btn01 {
    top: 3rem;
    right: calc(50% + 7rem);
  }
  .sports_lp_works .amabus .btn02 {
    right: calc(50% - 15rem);
    top: 1rem;
  }
  .sports_lp_works .amabus .btn03 {
    right: calc(50% - 2rem);
    bottom: 2.4rem;
  }
  .sports_lp_works .amabus .btn04 {
    left: calc(50% + 1rem);
    top: calc(50% + 3rem);
  }

  .sports_lp_works .hd01 {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
  .sports_lp_popup_layer {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 2.4rem;
    width: calc(100% - 3.2rem);
    border-radius: 0.8rem;
  }
  .sports_lp_popup_layer .close {
    top: -2.8rem;
    width: 2rem;
    height: 2rem;
  }
  .sports_lp_popup_layer .display {
    display: block;
  }
  .work_popup_swiper .display .img {
    margin-bottom: 2rem;
    width: auto;
  }
  .sports_lp_popup_layer .display .img img {
    border-radius: 0.8rem;
  }
  .work_popup_swiper .display .info {
    width: auto;
  }
  .work_popup_swiper .display .cate {
    left: -0.2rem;
    bottom: 0.2rem;
    padding: 0.3rem 2.4rem;
    border-radius: 0 0.8rem;
    box-shadow: 0 0.2rem 0 #389aff;
    font-size: 2rem;
  }
  .work_popup_swiper2 .display .cate {
    box-shadow: 0 0.2rem 0 #3fd5ea;
  }
  .work_popup_swiper3 .display .cate {
    box-shadow: 0 0.2rem 0 #33e77b;
  }
  .work_popup_swiper4 .display .cate {
    box-shadow: 0 0.2rem 0 #94ea3f;
  }
  .pagePrevNext .prev,
  .pagePrevNext .next,
  .pagePrevNext .prev_end,
  .pagePrevNext .next_end {
    font-size: 1.2rem;
  }

  .sports_lp_message {
    padding: 10.8rem 0 4.5rem;
    background-image: url(../image/common/bg_base_sp.svg);
  }
  .sports_lp_message .display {
    display: block;
  }
  .sports_lp_message .display .img {
    width: auto;
  }
  .sports_lp_message .display .info {
    position: relative;
    margin: 0;
    padding-top: 5.4rem;
    width: auto;
  }
  .sports_lp_message .display .name_card {
    position: absolute;
    right: -1.6rem;
    top: 0;
    transform: translateY(-50%);
    padding: 0.6rem 2.2rem;
    margin: 0 0 0 auto;
    border-radius: 0.8rem 0 0 0.8rem;
    border-right: 0;
    font-size: 1.2rem;
  }
  .sports_lp_message .display .name_card .name {
    font-size: 1.6rem;
  }
  .sports_lp_message .display .txt {
    padding: 0;
    background: none;
    border-radius: 0;
    border: 0;
    text-align: center;
    font-size: 1.4rem;
  }

  .sports_lp_course {
    padding: 6.5rem 0 4rem;
  }
  .sports_lp_course_area + .sports_lp_course_area {
    margin-top: 6.4rem;
  }
  .sports_lp_course .hd01 {
    padding: 0.7rem 0;
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .sports_lp_course_area ul {
    display: block;
    margin: 0 -1.6rem;
  }
  .sports_lp_course_area li {
    overflow: hidden;
    position: relative;
    padding: 0 2.4rem 4rem;
    margin: 0;
    width: calc(100% - 1.6rem);
    border-width: 0.2rem 0.2rem 0.2rem 0;
    border-radius: 0 0.8rem 0 0;
  }
  .sports_lp_course_area li:nth-of-type(even) {
    margin-left: auto;
    border-width: 0.2rem 0 0.2rem 0.2rem;
    border-radius: 0.8rem 0 0 0;
  }
  .sports_lp_course_area li + li {
    margin-top: 2.4rem;
  }
  .sports_lp_course_area li .title {
    display: block;
    margin: 0 0 2.2rem -2.4rem;
    padding: 1.8rem 1rem;
    max-width: 36rem;
    border-radius: 0 0 1.2rem;
    border-width: 0 0.2rem 0.2rem 0;
    text-align: center;
  }
  .sports_lp_course_area li:nth-of-type(odd) .title {
    margin: 0 -2.4rem 2.2rem auto;
    border-radius: 0 0 0 1.2rem;
    border-width: 0 0 0.2rem 0.2rem;
  }
  .sports_lp_course_area li .title:after {
    top: 0.4rem;
  }
  .sports_lp_course_area li:nth-of-type(odd) .title:after {
    left: -0.2rem;
    border-radius: 0 0 0 1.2rem;
    border-width: 0 0 0.2rem 0.2rem;
  }
  .course_popup_swiper .display .title .tit {
    padding: 0.5rem 1.6rem;
    border-radius: 0 0.8rem 0.8rem 0.8rem;
    font-size: 2rem;
  }
  .course_popup_swiper .display .title .cate {
    padding: 0.2rem 1.6rem;
  }
  .sports_lp_career_path {
    font-size: 1.2rem;
  }
  .sports_lp_course_area li .txt {
    display: none;
  }
  .sports_lp_course_area li .img:after {
    top: 0.2rem;
  }
  .sports_lp_course_area li .more_sp {
    display: block;
    position: absolute;
    right: -0.9rem;
    bottom: -1.2rem;
    padding: 3.4rem 0 1rem;
    width: 5.6rem;
    height: 5.6rem;
    background: url("../image/common/icon_plus.svg") no-repeat center 1.1rem
      #fff;
    box-shadow: 0px 3px 0px 0px #002349;
    border-radius: 0.4rem;
    border: 0.2rem solid #002349;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
  }
  .sports_lp_course_area li .img {
    margin-bottom: 0;
  }

  .sports_lp_campus {
    padding: 8rem 0 6rem;
    background: url(../image/common/bg_base_sp.svg);
  }
  .sports_lp_campus .movie {
    margin-bottom: 0.8rem;
  }
  .sports_lp_campus .movie iframe {
    height: 19.3rem;
  }
  .sports_lp_campus .tit {
    font-size: 1.2rem;
  }

  .sports_lp_interview {
    padding: 5rem 0;
  }
  .sports_lp_interview .introduce_alumni {
    margin-bottom: 4.8rem;
  }
  .sports_lp_interview .introduce_alumni .swiper-wrapper {
    display: flex !important;
  }
  .introduce_alumni .pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4rem 0 0.8rem;
    border-bottom: 0.2rem solid #1158a1;
  }
  .introduce_alumni .swiper-pagination {
    position: static;
    width: auto;
  }
  .swiper-pagination-bullet,
  .swiper-pagination-bullet-active {
    opacity: 0.4;
    width: auto;
    height: auto;
    background: none;
    color: #1158a1;
    font-size: 1.6rem;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .swiper-pagination-bullet:before {
    content: "0";
  }
  .introduce_alumni .prev_next {
    display: flex;
    justify-content: space-between;
    width: 7.2rem;
  }
  .introduce_alumni .swiper-button-prev:after,
  .introduce_alumni .swiper-button-next:after {
    display: none;
  }
  .introduce_alumni .swiper-button-prev,
  .introduce_alumni .swiper-button-next {
    position: static;
    margin-top: 0;
    width: 2.8rem;
    height: 2.8rem;
  }
  .introduce_alumni .swiper-button-prev {
    background: url("../image/common/icon_prev.svg");
  }
  .introduce_alumni .swiper-button-next {
    background: url("../image/common/icon_next.svg");
  }

  .sports_lp_interview .introduce_alumni .display {
    display: block;
    margin-bottom: 0;
  }
  .introduce_alumni .display .img {
    width: auto;
  }
  .introduce_alumni .display .introd {
    padding: 1.3rem 1rem;
    letter-spacing: 0.54px;
    font-size: 1.8rem;
  }
  .introduce_alumni .display .info {
    padding: 0 0.8rem;
    width: auto;
  }
  .introduce_alumni .display .now_introd {
    margin-bottom: 1.2rem;
  }
  .introduce_alumni .display .now_introd .name {
    font-size: 1.4rem;
  }
  .introduce_alumni .display .now_introd .after {
    font-size: 1.2rem;
  }
  .introduce_alumni .display .now_introd .position {
    padding: 0.4rem 1rem;
    font-size: 1.2rem;
  }
  .introduce_alumni .display .txt {
    line-height: 1.8;
    letter-spacing: 0.42px;
    font-size: 1.4rem;
  }
  .career_status .data_display {
    display: block;
    padding: 0 0.8rem;
  }
  .career_status .data_display .fanchart {
    padding: 0 0 6.4rem;
    width: auto;
  }
  .career_status .data_display .barchart {
    padding: 0;
    width: auto;
  }
  .sports_lp_interview .career_status .title {
    display: block;
    margin-bottom: 4.3rem;
    padding: 0.4rem;
    text-align: center;
    font-size: 1.6rem;
  }
  .sports_lp_interview .career_status .title .note {
    display: block;
    margin: 0;
    font-size: 1rem;
  }
  .career_status .data_display .img {
    margin-bottom: 1.6rem;
  }
  .career_status .data_display .barchart .img {
    margin-bottom: 2.4rem;
  }
  .career_status .data_display .sub {
    text-align: left;
    letter-spacing: 0.42px;
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .sports_lp_interview .sports_lp_apply_info {
    margin-top: 6.7rem;
  }
}
