/*===============================================
 responsive setting
===============================================*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@media print, screen and (min-width: 768px) {
  body {
    background: url(/asset/img/cast/bg_pc.png) no-repeat center top, url(/asset/img/common/bg_pc.png) no-repeat center top;
    background-size: 100% auto;
    overflow-x: hidden;
  }
}

.section-head {
  padding: 10.6666666667vw 0 0;
  position: relative;
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  .section-head {
    padding: 110px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .text {
    margin-bottom: 0;
  }
}
.section-head .section-head-inner .text h2 {
  font-size: 7.3333333333vw;
  margin-bottom: 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .text h2 {
    font-size: 5.5rem;
    margin-bottom: 70px;
  }
}
.section-head .section-head-inner .text h2 span {
  font-size: 4vw;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .text h2 span {
    font-size: 3rem;
  }
}
.section-head .section-head-inner.single h2 {
  font-size: 7.3333333333vw;
  margin-bottom: 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner.single h2 {
    font-size: 2.5rem;
    margin-bottom: 70px;
  }
}
.section-head .section-head-inner.single h2 span {
  font-size: 4vw;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner.single h2 span {
    font-size: 2rem;
  }
}

#main-content-container {
  margin-top: -6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container {
    margin-top: -40px;
  }
}
#main-content-container .group-list-bg {
  background: url(/asset/img/cast/cast_bg_01_s.png) no-repeat center top, url(/asset/img/cast/cast_bg_02_s.png) repeat-y center top;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .group-list-bg {
    background: url(/asset/img/cast/cast_bg_01.png) no-repeat center top, url(/asset/img/cast/cast_bg_02.png) repeat-y center top;
    background-size: 100% auto, 100% auto;
  }
}
#main-content-container .group-list {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 22vw 0 13.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .group-list {
    padding: 200px 0 100px;
  }
}
#main-content-container .group-list .group-list-set {
  width: 92vw;
  margin: 0 auto 6.6666666667vw;
  border-radius: 2vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .group-list .group-list-set {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 40px;
  }
}
#main-content-container .group-list .group-list-set:last-of-type {
  margin-bottom: 0;
}
#main-content-container .group-list .group-list-set .group-list-head {
  width: 100%;
  height: 16vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid #00a8c5;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(63, 129, 228)), to(rgb(20, 69, 179)));
  background: -webkit-linear-gradient(left, rgb(63, 129, 228), rgb(20, 69, 179));
  background: linear-gradient(90deg, rgb(63, 129, 228), rgb(20, 69, 179));
}
@media print, screen and (min-width: 768px) {
  #main-content-container .group-list .group-list-set .group-list-head {
    height: 100px;
  }
}
#main-content-container .group-list .group-list-set .group-list-head h3 {
  display: block;
  font-size: 4.5333333333vw;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .group-list .group-list-set .group-list-head h3 {
    font-size: 3rem;
    margin: 0 auto;
  }
}
#main-content-container .group-list .group-list-set .group-list-head h3 span {
  font-family: "Barlow", sans-serif;
  font-size: 3.4666666667vw;
  margin-left: 1em;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .group-list .group-list-set .group-list-head h3 span {
    font-size: 2.4rem;
  }
}
#main-content-container .group-list .group-list-set .group-list-content {
  background: rgba(255, 255, 255, 0.8);
}
#main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner {
  width: 100%;
  margin: 0 auto;
  padding: 6.6666666667vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4.6666666667vw 3.7333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner {
    padding: 50px 0;
    gap: 30px 28px;
  }
}
#main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner .group-cast {
  width: 40vw;
  padding: 2.6666666667vw;
  border-radius: 2vw;
  background: -webkit-gradient(linear, left top, right top, from(rgb(68, 198, 203)), to(rgb(103, 142, 234)));
  background: -webkit-linear-gradient(left, rgb(68, 198, 203), rgb(103, 142, 234));
  background: linear-gradient(90deg, rgb(68, 198, 203), rgb(103, 142, 234));
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner .group-cast {
    width: 20.15625vw;
    max-width: 258px;
    border-radius: 10px;
    padding: 20px;
  }
}
#main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner .group-cast::after {
  content: "";
  width: 3.0666666667vw;
  height: 3.0666666667vw;
  background: url(/asset/img/cast/group_obj_01.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 1.3333333333vw;
  right: 1.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner .group-cast::after {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
  }
}
#main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner .group-cast p.thumb {
  width: 100%;
  border-radius: 1.3333333333vw;
  margin-bottom: 2vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner .group-cast p.thumb {
    border-radius: 5px;
    margin-bottom: 15px;
  }
}
#main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner .group-cast p.thumb img {
  width: 100%;
  height: auto;
}
#main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner .group-cast p.name {
  text-align: center;
  font-size: 4.8vw;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner .group-cast p.name {
    font-size: 2.4rem;
  }
}
#main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner .group-cast p.name span {
  display: block;
  font-size: 2.9333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .group-list .group-list-set .group-list-content .group-list-content-inner .group-cast p.name span {
    font-size: 1.2rem;
  }
}
#main-content-container .group-list .group-list-set.group-01 .group-list-head {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(63, 129, 228)), to(rgb(20, 69, 179)));
  background: -webkit-linear-gradient(left, rgb(63, 129, 228), rgb(20, 69, 179));
  background: linear-gradient(90deg, rgb(63, 129, 228), rgb(20, 69, 179));
}
#main-content-container .group-list .group-list-set.group-02 .group-list-head {
  color: #2c2842;
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 239, 100)), to(rgb(253, 222, 75)));
  background: -webkit-linear-gradient(left, rgb(248, 239, 100), rgb(253, 222, 75));
  background: linear-gradient(90deg, rgb(248, 239, 100), rgb(253, 222, 75));
}
#main-content-container .group-list .group-list-set.group-03 .group-list-head {
  color: #2c2842;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 161, 234)), to(rgb(253, 120, 172)));
  background: -webkit-linear-gradient(left, rgb(255, 161, 234), rgb(253, 120, 172));
  background: linear-gradient(90deg, rgb(255, 161, 234), rgb(253, 120, 172));
}
#main-content-container .group-list .group-list-set.group-04 .group-list-head {
  color: #2c2842;
  background: -webkit-gradient(linear, left top, right top, from(rgb(143, 253, 143)), to(rgb(88, 227, 150)));
  background: -webkit-linear-gradient(left, rgb(143, 253, 143), rgb(88, 227, 150));
  background: linear-gradient(90deg, rgb(143, 253, 143), rgb(88, 227, 150));
}
#main-content-container .group-list .group-list-set.group-05 .group-list-head {
  color: #2c2842;
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 134, 255)), to(rgb(253, 154, 254)));
  background: -webkit-linear-gradient(left, rgb(191, 134, 255), rgb(253, 154, 254));
  background: linear-gradient(90deg, rgb(191, 134, 255), rgb(253, 154, 254));
}
#main-content-container .group-list .group-list-set.group-06 .group-list-head {
  color: #2c2842;
  background: -webkit-gradient(linear, left top, right top, from(rgb(254, 154, 115)), to(rgb(255, 198, 87)));
  background: -webkit-linear-gradient(left, rgb(254, 154, 115), rgb(255, 198, 87));
  background: linear-gradient(90deg, rgb(254, 154, 115), rgb(255, 198, 87));
}
#main-content-container .group-list .group-list-set.group-07 .group-list-head {
  color: #2c2842;
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 239, 100)), to(rgb(149, 247, 149)));
  background: -webkit-linear-gradient(left, rgb(248, 239, 100), rgb(149, 247, 149));
  background: linear-gradient(90deg, rgb(248, 239, 100), rgb(149, 247, 149));
}
#main-content-container .other-cast {
  padding: 13.3333333333vw 0 0;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast {
    padding: 100px 0 0;
  }
}
#main-content-container .other-cast .other-list {
  width: 92vw;
  margin: 0 auto 5.3333333333vw;
  border-radius: 2vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast .other-list {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 40px;
    border-radius: 5px;
  }
}
#main-content-container .other-cast .other-list .other-list-head {
  width: 100%;
  height: 16vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border-bottom: 2px solid #44bdd2;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast .other-list .other-list-head {
    height: 100px;
  }
}
#main-content-container .other-cast .other-list .other-list-head h3 {
  display: block;
  font-size: 4.5333333333vw;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast .other-list .other-list-head h3 {
    font-size: 2.4rem;
  }
}
#main-content-container .other-cast .other-list .other-list-content {
  background: rgba(255, 255, 255, 0.8);
}
#main-content-container .other-cast .other-list .other-list-content .other-list-content-inner {
  width: 100%;
  margin: 0 auto;
  padding: 6.6666666667vw 4vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4.6666666667vw 3.7333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast .other-list .other-list-content .other-list-content-inner {
    width: 87.8125vw;
    margin: 0 auto;
    max-width: 1124px;
    padding: 50px 0;
    gap: 30px 28px;
  }
}
#main-content-container .other-cast .other-list .other-list-content .other-list-content-inner .other-student {
  width: 40vw;
  padding: 2.6666666667vw;
  border-radius: 2vw;
  background: #ffffff;
  border: 1px solid #d3d2db;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast .other-list .other-list-content .other-list-content-inner .other-student {
    width: 20.15625vw;
    max-width: 258px;
    border-radius: 10px;
    padding: 20px;
  }
}
#main-content-container .other-cast .other-list .other-list-content .other-list-content-inner .other-student::after {
  content: "";
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background: url(/asset/img/cast/group_obj_02.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 1.3333333333vw;
  right: 1.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast .other-list .other-list-content .other-list-content-inner .other-student::after {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
  }
}
#main-content-container .other-cast .other-list .other-list-content .other-list-content-inner .other-student p.thumb {
  width: 100%;
  border-radius: 1.3333333333vw;
  margin-bottom: 2vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast .other-list .other-list-content .other-list-content-inner .other-student p.thumb {
    border-radius: 5px;
    margin-bottom: 15px;
  }
}
#main-content-container .other-cast .other-list .other-list-content .other-list-content-inner .other-student p.thumb img {
  width: 100%;
  height: auto;
}
#main-content-container .other-cast .other-list .other-list-content .other-list-content-inner .other-student p.name {
  text-align: center;
  font-size: 4.8vw;
  color: #2c2842;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast .other-list .other-list-content .other-list-content-inner .other-student p.name {
    font-size: 2rem;
  }
}
#main-content-container .other-cast .other-list.stage {
  margin-bottom: 0;
}
#main-content-container .other-cast .other-list.stage .other-list-content-inner {
  gap: 2.6666666667vw 4vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast .other-list.stage .other-list-content-inner {
    gap: 28px 28px;
  }
}
#main-content-container .other-cast .other-list.stage .other-list-content-inner .other-student {
  width: 25.3333333333vw;
  padding: 2.4vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast .other-list.stage .other-list-content-inner .other-student {
    width: 15.625vw;
    max-width: 200px;
    padding: 18px;
  }
}
#main-content-container .other-cast .other-list.stage .other-list-content-inner .other-student p.name {
  font-size: 2.9333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast .other-list.stage .other-list-content-inner .other-student p.name {
    font-size: 2rem;
  }
}
#main-content-container .other-cast .btn-box {
  padding: 13.3333333333vw 0;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .other-cast .btn-box {
    padding: 100px 0;
  }
}
#main-content-container .prof-content {
  padding-top: 23.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content {
    padding-top: 150px;
  }
}
#main-content-container .prof-content .prof-content-head {
  position: relative;
  width: 92vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-head {
    width: 87.5vw;
    max-width: 1120px;
    margin: 0 auto 120px;
  }
}
#main-content-container .prof-content .prof-content-head::after {
  position: absolute;
  top: -15.8666666667vw;
  left: -0.6666666667vw;
  content: "";
  width: 8.4vw;
  height: 11.0666666667vw;
  background: url(../img/top/topics_obj_02_s.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-head::after {
    width: 63px;
    height: 83px;
    top: auto;
    bottom: -100px;
    left: -80px;
  }
}
#main-content-container .prof-content .prof-content-head h3 {
  position: relative;
  font-size: 6.6666666667vw;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  text-align: center;
  width: 92vw;
  margin: 0 auto 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-head h3 {
    font-size: 3.6rem;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 40px;
  }
}
#main-content-container .prof-content .prof-content-head h3 span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-head h3 span {
    display: inline;
    margin-top: 20px;
    font-size: 3rem;
    margin-left: 1em;
  }
}
#main-content-container .prof-content .prof-content-head h3::before {
  position: absolute;
  top: -10.1333333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 29.0666666667vw;
  height: 4.5333333333vw;
  background: url(../img/top/topics_obj_01_s.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-head h3::before {
    width: 187px;
    height: 33px;
    top: -46px;
  }
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    gap: 0 20px;
  }
}
#main-content-container .prof-content .prof-content-main .thumb {
  width: 92vw;
  margin: 0 auto 4.6666666667vw;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .thumb {
    width: 25.9375vw;
    max-width: 332px;
    margin: 0;
  }
}
#main-content-container .prof-content .prof-content-main .thumb p.image {
  width: 44vw;
  margin: 0 auto 4vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .thumb p.image {
    width: 100%;
    margin: 0 0 1em;
  }
}
#main-content-container .prof-content .prof-content-main .thumb p.image img {
  width: 100%;
  height: auto;
}
#main-content-container .prof-content .prof-content-main .thumb p.name {
  font-size: 6.1333333333vw;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .thumb p.name {
    font-size: 2.4rem;
    text-align: left;
  }
}
#main-content-container .prof-content .prof-content-main .thumb p.name span {
  font-size: 4vw;
  font-weight: normal;
  margin-left: 1em;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .thumb p.name span {
    font-size: 1.6rem;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail {
  width: 92vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail {
    width: 56.25vw;
    max-width: 720px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-btn ul li {
  height: 125px;
  border-top-left-radius: 1.3333333333vw;
  border-top-right-radius: 1.3333333333vw;
  width: 29.7333333333vw;
  height: 18.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-btn ul li {
    width: 18.359375vw;
    max-width: 235px;
    height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-btn ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 16.6666666667vw;
  background: #fff;
  border-radius: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-btn ul li span {
    height: 50px;
    border-radius: 5px;
    font-size: 1.8rem;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-btn ul li.active {
  background: #fff;
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-btn ul li.none {
  opacity: 0.5;
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-btn ul li.none span {
  cursor: default;
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content {
  background: #fff;
  padding: 8vw 0 13.3333333333vw;
  border-bottom-left-radius: 0.6666666667vw;
  border-bottom-right-radius: 0.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content {
    padding: 45px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 40px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .tab-title {
  margin: 0 0 4.6666666667vw;
  font-size: 5.3333333333vw;
  color: #44bdd2;
  width: 84vw;
  margin: 0 auto 0.5em;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .tab-title {
    margin: 0 auto 25px;
    font-size: 2.4rem;
    width: 51.5625vw;
    max-width: 660px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list {
  width: 83.7333333333vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list {
    width: 51.5625vw;
    max-width: 660px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl {
  width: 100%;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5px;
    margin-bottom: 10px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dt, #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dd {
  padding: 4vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dt, #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dd {
    padding: 15px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dt {
  background: #ebf8fe;
  width: 100%;
  font-size: 3.4666666667vw;
  color: #2c2842;
  margin-bottom: 1.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dt {
    width: 17.1875vw;
    max-width: 220px;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dd {
  background: #f5fcff;
  font-size: 3.4666666667vw;
  line-height: 1.7;
  color: #2c2842;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4rem;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dd .asns-reason {
  margin-top: 0.5em;
  background: rgb(255, 255, 252);
  padding: 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dd .asns-reason {
    padding: 10px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dd .asns-reason .asns-reason-title {
  color: #00a8c5;
  font-size: 3.4666666667vw;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dd .asns-reason .asns-reason-title {
    font-size: 1.4rem;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dd .asns-reason .asns-reason-text {
  font-size: 3.4666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .prof-list dl dd .asns-reason .asns-reason-text {
    font-size: 1.4rem;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list {
  padding-top: 9.3333333333vw;
  margin: 9.3333333333vw auto 0;
  border-top: 1px solid #d3d2db;
  width: 84vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list {
    padding-top: 50px;
    margin: 50px auto 0;
    width: 51.5625vw;
    max-width: 660px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list:first-of-type {
  padding: 0;
  margin: 0 auto;
  border: none;
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .thumb {
  width: 84vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .thumb {
    width: 22.65625vw;
    max-width: 290px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .thumb .image {
  width: 84vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .thumb .image {
    width: 22.65625vw;
    max-width: 290px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail {
  width: 84vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 25vw;
    max-width: 320px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head {
  width: 84vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head {
    width: 25vw;
    max-width: 320px;
    margin-bottom: 30px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name {
  width: 20vw;
  height: 20vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2.6666666667vw;
  margin-right: 4vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-right: 25px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name p {
  line-height: 1;
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name p span {
  display: block;
  line-height: 1;
  text-align: center;
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name p span.team {
  font-size: 2.9333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name p span.team {
    font-size: 1rem;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name p span.name {
  font-size: 6.6666666667vw;
  padding: 0.9333333333vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name p span.name {
    font-size: 2.7rem;
    padding: 2px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name p span.eng {
  font-family: "Barlow", sans-serif;
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name p span.eng {
    font-size: 1rem;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name.team_01 {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(63, 129, 228)), to(rgb(20, 69, 179)));
  background: -webkit-linear-gradient(left, rgb(63, 129, 228), rgb(20, 69, 179));
  background: linear-gradient(90deg, rgb(63, 129, 228), rgb(20, 69, 179));
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name.team_02 {
  color: #2c2842;
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 239, 100)), to(rgb(253, 222, 75)));
  background: -webkit-linear-gradient(left, rgb(248, 239, 100), rgb(253, 222, 75));
  background: linear-gradient(90deg, rgb(248, 239, 100), rgb(253, 222, 75));
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name.team_03 {
  color: #2c2842;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 161, 234)), to(rgb(253, 120, 172)));
  background: -webkit-linear-gradient(left, rgb(255, 161, 234), rgb(253, 120, 172));
  background: linear-gradient(90deg, rgb(255, 161, 234), rgb(253, 120, 172));
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name.team_04 {
  color: #2c2842;
  background: -webkit-gradient(linear, left top, right top, from(rgb(143, 253, 143)), to(rgb(88, 227, 150)));
  background: -webkit-linear-gradient(left, rgb(143, 253, 143), rgb(88, 227, 150));
  background: linear-gradient(90deg, rgb(143, 253, 143), rgb(88, 227, 150));
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name.team_05 {
  color: #2c2842;
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 134, 255)), to(rgb(253, 154, 254)));
  background: -webkit-linear-gradient(left, rgb(191, 134, 255), rgb(253, 154, 254));
  background: linear-gradient(90deg, rgb(191, 134, 255), rgb(253, 154, 254));
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name.team_06 {
  color: #2c2842;
  background: -webkit-gradient(linear, left top, right top, from(rgb(254, 154, 115)), to(rgb(255, 198, 87)));
  background: -webkit-linear-gradient(left, rgb(254, 154, 115), rgb(255, 198, 87));
  background: linear-gradient(90deg, rgb(254, 154, 115), rgb(255, 198, 87));
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head .team-name.team_07 {
  color: #2c2842;
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 239, 100)), to(rgb(149, 247, 149)));
  background: -webkit-linear-gradient(left, rgb(248, 239, 100), rgb(149, 247, 149));
  background: linear-gradient(90deg, rgb(248, 239, 100), rgb(149, 247, 149));
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head h3 {
  font-size: 4vw;
  line-height: 1.9;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .detail-head h3 {
    line-height: 1.5;
    font-size: 2rem;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .date {
  width: 74.4vw;
  margin: 0 auto 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .date {
    width: 25vw;
    max-width: 320px;
    margin-bottom: 30px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .date .title {
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #44bdd2;
  margin-bottom: 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .date .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .date .date-period {
  border: 1px solid #44bdd2;
  border-radius: 100px;
  font-size: 3.7333333333vw;
  font-weight: bold;
  text-align: center;
  padding: 0.25em 0;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .date .date-period {
    font-size: 1.6rem;
    letter-spacing: -0.04em;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .other-box p.btn {
  width: 75.8666666667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .other-box p.btn {
    width: 25vw;
    max-width: 320px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .other-box p.btn a {
  width: 75.8666666667vw;
  height: 14.6666666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4vw;
  color: #ffffff;
  background: #00a8c5;
  border-radius: 2vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .other-box p.btn a {
    width: 320px;
    height: 60px;
    font-size: 1.6rem;
    border-radius: 10px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .other-box p.btn a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url(/asset/img/common/icon_circle_arrow_white_right.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 5.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .scheduled-list .detail .other-box p.btn a::before {
    width: 18px;
    height: 18px;
    right: 20px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .movie {
  width: 75.8666666667vw;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .movie {
    width: 51.5625vw;
    max-width: 660px;
  }
}
#main-content-container .prof-content .prof-content-main .prof-detail .tabs-content .tabs-content-inner .movie iframe {
  width: 100%;
  height: 100%;
}
#main-content-container .prof-content .prof-content-main .additional-box {
  background: #fff;
  padding: 40px 0 50px;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .additional-box {
    padding: 40px 0 50px;
  }
}
#main-content-container .prof-content .prof-content-main .additional-box .additional-box-inner {
  width: 83.7333333333vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .additional-box .additional-box-inner {
    width: 51.5625vw;
    max-width: 660px;
  }
}
#main-content-container .prof-content .prof-content-main .additional-box .additional-box-title {
  color: #44bdd2;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .additional-box .additional-box-title {
    font-size: 2.4rem;
  }
}
#main-content-container .prof-content .prof-content-main .additional-box .additional-box-text {
  padding: 1em;
  font-size: 1.6rem;
  background: #f5fcff;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .prof-content-main .additional-box .additional-box-text {
    font-size: 1.6rem;
  }
}
#main-content-container .prof-content .btn-box {
  padding: 13.3333333333vw 0;
}
@media print, screen and (min-width: 768px) {
  #main-content-container .prof-content .btn-box {
    padding: 100px 0;
  }
}