@charset "UTF-8";
/* responsive min:899px */


/* DEBUT SUPPORT =================== */
.support_contents{
  padding: 2em 0 6em;
}
.sec_support_intro{
  padding-top: 10em;
}

.support_ttl {
  font-size: 9em;
  color: var(--color-blue);
}
.support_ttl .txt{
  letter-spacing: -.005em;
}
.support_ttl_script{
  display: block;
  width: 14em;
  margin-bottom: -4em;
  margin-left: -1em;
}
.support_ttl_script img{
  transform: rotateZ(-10deg);
}

.support_list_box{
  padding: 2em 0 4em;
}
.support_list_ttl_wrap{
  padding: 0 0 2.5em;
}
.support_list_script{
  display: block;
  width: 8em;
  margin: 0 0 0 -.5em;
}
.support_list_script img{
  transform: rotateZ(-12deg);
  margin-left: -1em;
  margin-bottom: -1.5em;
}
.support_list_num{
  display: block;
  font-size: 7em;
  font-weight: 400;
  line-height: 1;
  color: var(--c-blue);
  margin-left: -.05em;
}
.support_list_ttl{
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.05;
  padding: .2em 0 .1em;
}
.support_list_sub{
  font-size: 1.5em;
  padding: .4em 0;
  letter-spacing: .02em;
  line-height: 1.6;
}
.support_list_desc{
  font-size: 1.1em;
  font-weight: 500;
  padding: 1.2em 0;
  line-height: 1.9;
}
.support_list_desc p {
  padding: .3em 0;
}
@media (max-width: 898px){
  .support_list_img{
    width: calc(100% + 4em);
    margin-left: -2em;
  }
}/*  */
.support_list_img{
  margin-bottom: .5em;
  aspect-ratio: 4/3;
}
.support_list_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.support_list_box._live .support_list_ttl{
  font-size: 6.5em;
}

/* SUPPORT PRO COURSE ========== */
.sec_support_course{
  background-color: #eeeff2;
  margin-bottom: 3em;
}
.support_course_img_box{
  padding: 3em 0 0;
}

@media (min-width: 899px) {
  .support_list_box {
    padding: 4em 0 5em;
  }
  .support_list_box_inner{
    display: flex;
    justify-content: center;
  }
  .support_list_ttl_wrap{
    width: 44%;
    font-size: 1.05em;
    margin-top: -2.5em;
  }
  .support_list_detail_wrap{
    width: 45%;
  }
  .support_list_sub {
    font-size: 1.8em;
    padding: .8em 0;
  }
  .support_list_desc {
    padding: 1.6em 0;
  }
  .sec_support_debut .debut_splide_wrap{
    margin: 0 auto;
  }
  .sec_support_course .sec_ttl .small2{
    font-size: 1em;

  }
}/*  */


/* AUDIITON =================== */
.sec_ttl_s {
  font-size: 1.35em;
}

/* NEWS */
.audition_news_list{
  padding: 2em 0;
}
.audition_news_list_box{
  width: 100%;
  margin: 0 0 1.2em;
}
.audition_news_list_box > a{
  position: relative;
  display: block;
  padding: 0 1.5em 1em 0;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.audition_news_ttl {
  font-size: 1.25em;
  color: #333;
}
.audition_news_triangle {
  width: 1.5em;
  position: absolute;
  bottom: 0;
  right: 0;
}
.audition_news_date {
  font-size: 1.2em;
  font-weight: 400;
  color: var(--color-blue);
  padding: .4em 0;
}

/* OTHER AUDITION */
.other_audition_box{
  padding: 2em 0;
  border-top: solid 1px #ddd;
}
.other_audition_flex_left{
  padding: 2em 0;
}
.other_audition_ttl{
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-blue);
}
.other_audition_detail{
  padding: 1em 0;
}
.other_audition_txt{
  font-size: 1.15em;
  padding: .5em 0 1em;
  line-height: 1.6;
}
.other_audition_blue{
  position: relative;
  font-size: 1.4em;
  font-weight: bold;
  color: var(--color-blue);
  padding: .5em 0 .5em 1.2em;
}
.other_audition_blue::before{
  position: absolute;
  left: 0;
  top: .85em;
  content: "";
  display: block;
  width: .9em;
  height: .9em;
  background-image: url(/images2/devbox.svg);
}

.audition_attention {
  padding: 1.5em;
  margin: 0 auto 6em;
  color: #fe5c64;
  border: solid 3px;
  max-width: 40em;
}
.audition_attention h3 {
  display: block;
  font-size: 1.9em;
  font-weight: bold;
  padding: .3em 0 .6em;
  text-align: center;
}
.audition_attention p {
  font-size: 1.1em;
  padding: .2em 0;
}

@media (min-width: 899px) {
  .other_audition_flex {
    display: flex;
    justify-content: space-between;
  }
  .other_audition_flex_left{
    width: 25%;
  }
  .other_audition_flex_right{
    width: 70%;
    padding-top: 3em;
  }
  .audition_news_list_box > a {
    padding: 0 1.5em 1.5em 0;
  }
}/*  */


/* =================================
SHOWCASE /showcase/
================================= */

.showcase_box{
  padding: 2em 0;
}
.showcase_sub{
  font-size: 2.15em;
  font-weight: 600;
  padding: .5em 0;
  color: var(--color-blue);
}
.showcase_img_box{
  display: block;
  width: 100%;
  aspect-ratio: 6/4;
  margin: 1em 0;
}
.showcase_img_box img{
  object-fit: cover;
  width: 100%;
  height: 100%;;
}
.showcase_desc {
  font-size: 1.2em;
  font-weight: 400;
  padding: 1em 0;
  line-height: 1.7;
}
.showcase_desc p{
  padding: .2em 0;
}

/*  */
.showcase_artist_img{
  width: 80%;
  padding: 1em 0;
  margin: auto;
  max-width: 25em;
}
.purodakubox {
  position: relative;
  flex-direction: column;
  font-size: 0.8em;
  border: 1px solid #ddd;
  padding: 5em 2em 2em;
  justify-content: center;
  margin: 5em 0;
  width: 100%;
}
.shocase_ttl1 {
  position: absolute;
  top: -1.5em;
  width: 90%;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: .5em 1em ;
  color: #2992c9;
  background: #fff;
}
.prod_list li{
  position: relative;
  display: inline-block;
  font-size: 1.3em;
  padding:.5em 1.5em .5em .8em;
  color: #333;
}
.prod_list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .1em;
  bottom: 0;
  margin: auto;
  display: block;
  width: .38em;
  height: .38em;
  font-size: 1.2em;
  line-height: 1.3;
  background-color: var(--color-blue);
  border-radius: .5em;
}
.purodakubox p{
  font-size: 1.2em;
  padding: 1em;
  color: #333;
  text-align: right;
}

.showcase_flow_img_wrap{
  padding: 1em 0;
}
.showcase_flow_img{
  width: 75%;
  margin: auto;
}
.muryou100 {
  border: 1px solid var(--color-blue);
  padding: 2.5em 2em 1.5em;
  margin: 10% 0 10%;
}
.muryou100 .showcase_desc{
  padding-bottom: 0;
}
.ttl100 {
  font-size: 1.9em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2%;
  color: var(--color-blue);
}

@media (min-width: 899px) {

  .sec_ttl_m .en {
    font-size: 7em;
  }
  .showcase_sub {
    font-size: 3.5em;
  }
  .showcase_desc {
    font-size: 1.4em;
  }
  .showcase_box {
    padding: 5em 0 3em;
  }

  .purodakubox {
    padding: 5em 3em 2em;
    margin: 1em 0 0;
  }
  .showcase_img_box {
    aspect-ratio: 5 / 4;
  }
  .show_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em auto 3em ;
  }
  .show_flex .sec_sub{
    font-size: 2em;
    padding: .3em 0;
  }

  .show_flex_left{
    width: 45%;
  }
  .show_flex_right{
    width: 46%;
  }

  .showcase_flow_img {
    width: 100%;
    margin: 2em auto 3em;
  }

}/*  */


.showcase_top_page .sec_support{
  margin-top: 4em;
}
/* .showcase_top_page .top_support_list_box:nth-child(2){
  display: none;
} */


/* =================================
校内オーディション /audition2/
================================= */
.style_name{
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  padding: 1em 0;
}
.style_name li {
  width: 48.5%;
  padding: .4em 0;
}

.audition_point_list li{
  border-top: solid 1px #ddd;
  padding: 1.5em 0;
}
.other_audition_txt{
  position: relative;
    font-size: 1.2em;
    font-weight: 500;
    color: #333;
    padding: .5em 0 .5em 1.2em;
}
.other_audition_txt::before {
  position: absolute;
  left: 0;
  top: .85em;
  content: "";
  display: block;
  width: .9em;
  height: .9em;
  background-image: url(/images2/devbox.svg);
}

.audition_point_list li:last-child{
  border-bottom: solid 1px #ddd;
}
.audition_point_img{
  padding: 1em 0 3em;
}

@media (min-width: 899px) {
  .style_name{
    gap: 1.33333333%;
  }
  .style_name li {
    width: 24%;
    padding: .6em 0;
  }
  .show_point_flex{
    display: flex;
    justify-content: space-between;
    padding: 2em 0;
  }

  .other_audition_txt {
    font-size: 1.4em;
  }
  .audition_point_img{
    padding: 0 ;
  }
  .show_point_left{
    width: 30%;
  }
  .show_point_right{
    width: 63%;
  }

}/*  */


/* =================================
/champion/
================================= */
.pastchampion-block{
  padding: 1em 0;
}
.pastchampion-box{
  padding: 2em 0;
  text-align: center;
}
.champion-number {
  font-size: 1.6em;
  padding-top: .7em;
}
.champion-name {
  font-size: 2.1em;
  font-weight: bold;
}

@media (min-width: 899px) {
  .pastchampion-block{
    display: flex;
    gap: 3%;
  }
  .pastchampion-box{
    flex: 1;
  }

}/*  */


/* =================================
/live/
================================= */
.live-block{
  padding: 1em 0;
}
.live-box{
  padding: 2em 0;
}
.live-ttl{
  font-size: 1.3em;
  text-align: center;
  padding: 1.4em 0 1em;
}
.live-ttl .en{
  display: block;
  font-size: 1.8em;
  color: var(--color-blue);
}
.live-desc {
  font-size: 1.1em;
  line-height: 1.6;
}


@media (min-width: 899px) {
  .live-block{
    display: flex;
    gap: 5%;
    padding: 3em 0 1em;
  }
  .live-box{
    flex: 1;
  }


}/*  */


/* PAST LIVE ==================== */
.past_event_list_box{
  padding: 1em 0;
}
.past_event_list_img_box{
  position: relative;
}
.past_event_list_ttl{
  position: absolute;
  font-size: 1.3em;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  height: fit-content;
  color: #fff;
}
.past_event_list_ttl .en{
  display: block;
  font-size: 1.7em;
  font-weight: 600;
}
.past_event_list_ttl .ja{
  font-weight: 500;
}
.past_event_list_desc{
  font-size: 1.1em;
  font-weight: 400;
  padding: 1em 0;
}

/* .past_live_img_box{
  padding: 1.5em 0;
} */

.past_live_img_box,
.past_event_list_img_box{
  position: relative;
  aspect-ratio: 2.5 / 1;
}
.past_live_img_box::before,
.past_event_list_img_box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: multiply;
  opacity: .5;
}
.past_live_img_box img,
.past_event_list_img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.past_event_list_img_box img {
  object-position: top;
}
@media(min-width:899px){
  .past_event_list {
    display: flex;
    justify-content: space-between;
    gap: 3%;
  }
  .past_event_list_box {
    /* width: 33%; */
    flex: 1;
  }
  .past_live_img.pc {
    display: flex !important;
    flex-wrap: wrap;
    aspect-ratio: 440 / 206;
  }
  .past_live_img_box{
    padding: 0;
  }
  /* .past_live_img img{
    width: 33.3333%;
    height: auto;
    object-fit: cover;
  } */
  .past_live_img_box,
  .past_event_list_img_box{
    aspect-ratio: 3 / 1;
  }
}/*  */


/* =================================
/producer/
================================= */

.producer_sec_ttl{
  position: relative;
  font-size: 2.1em;
  padding: .4em 0;
  border-bottom: 1px solid currentcolor;
  margin-bottom: .3em;
  color: var(--color-blue);
}

.producer_list_box{
  padding: 1em 0 2em;
}
.producer_box_left{
  padding-bottom: 1em;
}
.producer_name{
  font-size: 1em;
  padding: 1em 0;
}
.producer_name .ja{
  font-size: 2.8em;
  display: block;
}
.producer_name .en{
  font-size: 1.3em;
  font-weight: 400;
  color: var(--color-black3);
}
.producer_desc{
  font-size: 1.2em;
}
.producer-voat-photo{
  padding: 1em 0;
}
.producer_prof dl,
.producer_prof_dl{
  padding: .5em 0;
  font-size: 1.1em;
}
.producer_prof dt{
  font-size: 1.2em;
  font-weight: 500;
  padding: .6em 0;
  color: var(--color-blue);
}
.producer_prof dd{
  position: relative;
  line-height: 1.6;
  padding-left: 2em;
}
.producer_prof dd::before{
  content: "";
  position: absolute;
  left: .2em;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #c2ccd2;
  z-index: 1;
}
.producer_prof .youtube_box{
  margin: 1em 0 1.5em;
}

@media (min-width: 899px) {

  .producer_list {
    font-size: 1.1em;
  }
  .producer_list_box{
    display: flex;
    justify-content: space-between;
    padding: 0 0 6em;
  }
  .producer_box_left {
    position: sticky;
    top: 9em;
    width: 40%;
    height: fit-content;
    /* text-align: right; */
  }
  .producer_box_right {
    width: 55%;
    /* margin-right: 5%; */
  }
  .producer_sec_ttl {
    font-size: 2.8em;
    margin-bottom: 1.5em;
  }
  .producer_name{
    padding-top: 1em;
  }

}/*  */



/* =================================
/artist/
================================= */
.sec_artist_debut{
  overflow: hidden;
}
.artist_page_ttl{
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1.3;
  padding: .4em 0;
}
.artist_page_sub{
  font-size: 1.8em;
  font-weight: bold;
  padding: .3em 0;
}
.artist_page .top_debut_list {
  padding: 1.5em 0 3em;
}
.artist_page .top_debut_list_box {
  padding: 2em 0;
}
.sticky_txt {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--color-set-b);
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 9em;
  line-height: .7;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: -1;
  color: #fff;
  opacity: .9;
  /* transition: top .5s; */
  width: fit-content;
  height: fit-content;
}

@media(min-width:899px){
  .artist_page .top_debut_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5%;
  }
  .artist_page .top_debut_list ._slide{
    width: 47.5%;
  }
  .artist_page .top_debut_list .top_debut_list_ttl {
    margin-bottom: 0.35em;
  }
  .artist_page_wrap{
    margin: 2em 0;
  }
  .artist_page_ttl {
    font-size: 3.8em;
  }
  .artist_page_sub {
    font-size: 1.6em;
  }
  .sticky_txt{
    left: initial;
    right: 0;
    font-size: 13em;
  }

}/*  */

/* Artist Support ================== */
.artist_support_img_wrap {
  width: 90%;
  margin: auto;
}
.artist_support_detail_wrap{
  position: relative;
  background-color: var(--c-blue);
  color: #fff;
  padding: 3em 3em 4em;
}
.artist_support_detail_wrap::before{
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 7em;
  background-color: var(--c-blue);
}
.artist_support_caption {
  position: absolute;
  right: 0;
  top: .1em;
  font-size: 6em;
  line-height: .72;
  font-weight: 500;
  color: #fff;
  opacity: .1;
}
.artist_support_ttl {
  font-size: 2em;
  padding: .5em 0;
}
.artist_support_txt {
  font-size: 1.1em;
  padding: 1em 0;
  line-height: 1.75;
}
.artist_support_txt p {
  padding: .3em 0;
}
.sec_artist_support .spot_circle{
  background-color: var(--c-gold);
}

@media (min-width:899px){
  .sec_artist_support{
    background-color: var(--c-blue);
    padding: 3em 8em;
  }
  .artist_support_inner{
    display: flex;
    align-items: center;
    gap: 2em;
  }
  .artist_support_img_wrap {
    width: 48%;
    margin: 0;
  }
  .artist_support_detail_wrap{
    width: 50%;
    height: fit-content;
    padding: 3em 3em 1em;
  }
  .artist_support_detail_wrap::before{
    content: none;
  }
  .artist_support_caption {
    font-size: 6em;
  }
  .artist_support_ttl {
    font-size: 2.3em;
  }
}/*  */


/* /archivement/
------------------------------------------- */
.achievement_ttl {
  font-size: 2.6em;
  padding: .3em 0;
  color: var(--color-blue);
}
.achievement_ttl_desc {
  font-size: 1.6em;
  padding: .3em 0;
}

.achivement_dl{
  padding: 1.5em 0;
  border-top: 1px solid var(--color-grey);
}
.achivement_dl:last-child{
  border-bottom: 1px solid var(--color-grey);
}
.achivement_dl dt{
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--color-blue);
  padding: .2em 0;
}
.achivement_dl dd{
  font-size: 1.2em;
  padding: .5em 0;
  padding-left: 5%;
}

/* .achivement_dd_ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0 3% ;
} */
.achivement_dd_ul li{
  padding: .7em 0;
  line-height: 1.4;
  min-width: 30%;
}

.achievement_box{
  padding: 1em 0;
}
.achievement_box_ttl {
  font-size: 1em;
  padding: 1.2em 0;
}
.achievement_box_ttl .en{
  display: block;
  font-size: 3em;
  font-weight: 600;
}
.achievement_box_ttl .ja{
  display: block;
  font-size: 1.3em;
}
.achievement_box .achivement_dl dt {
  font-size: 1.5em;
  letter-spacing: .02em;
  color: var(--color-blue);
  padding: .2em 0;
}
.achive_artist_name{
  font-size: 1.25em;
  letter-spacing: .04em;
  margin-bottom: 0.2em;
}
.achive_artist_desc {
  font-size: 1.05em;
}

/* 中野校出身いないので非表示 */
.achivement_dl.nakano {
  display: none;
}

@media (min-width:899px){
  .achivement_dl {
    display: flex;
    justify-content: space-between;
  }
  .achievement_box .achivement_dl:first-of-type{
    margin-top: .5em;
  }
  .achievement_box_ttl {
    margin-top: .6em;
  }
  .achivement_dl dt {
    width: 20%;
  }
  .achivement_dl dd{
    width: 78%;
    padding-left: 0;
  }
  .achivement_dl {
    padding: 2.5em 0;
  }
  .achivement_dd_ul li:first-child{
    padding-top: 0;
  }
  .achivement_dd_ul li:last-child{
    padding-bottom: 0;
  }
  .achivement_dd_ul li a{
    display: block;
    transition: transform .3s;
  }
  .achivement_dd_ul li a:hover{
    transform: translateX(.5em);
  }
}/*  */


/* =================================
/catchup/
================================= */
.cu_ttl{
  padding: 2em 0;
  text-align: center;
}
.cu_ttl .en{
  display: block;
  font-size: 2.8em;
  letter-spacing: -.02em;
  white-space: nowrap;
  color: var(--c-blue);
}

.catchup_desc {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .03em;
  padding: .4em 0;
  color: var(--c-black2);
}
.catchup_desc p{
  padding: .3em 0;
}

.catchup_page .sec_ttl {
  padding: 1.4em 0 .6em;
}
.catchup_page .sec_ttl .en{
  font-size: 5em;
  font-weight: 500;
  letter-spacing: -.02em;
}
.catchup_page .sec_ttl .ja{
  font-size: .9em;
  top: 0;
  right: initial;
}


.cu_intro_txt_block{
  padding: 0 var(--inn-w);
}
.cu_intro_mv_block{
  padding: 2em 0;
}

@media (min-width: 769px) {
  .cu_intro_sec{
    margin-bottom: 2em;
  }
  .cu_ttl {
    margin-bottom: 1.5em;
  }
  .cu_ttl .en {
    font-size: 4.5em;
  }
  .catchup_page .sec_ttl .en {
    font-size: 4.5em;
  }
  .cu_intro_pc_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0px 1em;
    max-width: 1400px;
    margin: auto;
  }
  .cu_intro_mv_block{
    width: 65%;
    padding: 0;
  }
  .cu_intro_txt_block{
    width: 30%;
    padding: 0 1em;
  }
  .slide_list_wrap {
    padding: 0;
  }

  .cu_pc_flex{
    display: flex;
    justify-content: space-between;
  }
  .cu_left_block{
    position: sticky;
    width: 40%;
    top: 9rem;
    height: fit-content;
    padding-bottom: 1.5em;
  }
  .cu_right_block{
    width: 55%;
  }

}/*  */



/* SLICK ====================*/
.slide_list{
  opacity: 0;
  transition: opacity .5s linear;
}
.slide_list.slick-initialized{
  opacity: 1;
}
.slide_list .slick-dots{
  top: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  z-index: 10;
  display: flex;
  gap: .2em;
}
.slide_list .slick-dots li{
  width: 1.5em;
  height: 3em;
  margin: 0;
}
.slide_list .slick-dots li button {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide_list .slick-dots li button:before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background-color: var(--c-black2);
  border-radius: 50%;
  opacity: .5;
}
.slide_list .slick-dots li.slick-active button:before {
  opacity: 1;
}
.slide_list .bp-btn {
  width: 1em;
  height: 1em;
  vertical-align: top;
  background-size: auto 100%;
  background-position: center;
  filter: brightness(0.8);
  background-size: 50%;
}
.slide_list .bp-prev-btn {
  margin-right: 1em;
  background-image: url(/imgs/top_about_slick_arrow_left.svg);
}
.slide_list .bp-next-btn {
  margin-left: 1em;
  background-image: url(/imgs/top_about_slick_arrow_right.svg);
}

@media (min-width: 769px) {
  .slide_list.slick-dotted.slick-slider{
    margin-bottom: 0;
  }
}/*  */


/* CU SUPPORT ============== */
.cu_desc {
  font-size: 1.25em;
  font-weight: 500;
  padding: 1em 0;
  line-height: 1.7;
}
.cu_desc p {
  padding: .4em 0;
}

.cu_sup_list{
  padding: 2em 0;
}
.cu_sup_list_box{
  padding: 2.5em 0;
  border-bottom: 1px solid var(--c-gray);
}
.cu_sup_list_box:first-child{
  border-top: 1px solid var(--c-gray);
}

.cu_sup_num {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 2.1em;
  color: var(--color-black3);
}
.cu_sup_label {
  display: inline-block;
  font-size: .7em;
  font-weight: 300;
  color: var(--color-black5);
  margin-left: .2em;
  vertical-align: .07em;
}
.cu_sup_list_ttl {
  position: relative;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .01em;
  padding: 0 0 0 .8em;
  margin: .4em 0 2em;
}
.cu_sup_list_ttl::before{
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: .4em;
  height: .4em;
  background-color: var(--c-blue);
  border-radius: 50%;
}
.cu_sup_list_desc {
  font-size: 1.1em;
  line-height: 1.7em;
  max-width: 38em;
}
.cu_sup_list_box .small2{
  font-weight: 500;
}

.cu_sup_subttl {
  font-size: 1.35em;
  font-weight: 600;
  margin-bottom: .5em;
  color: var(--c-blue);
}

@media (min-width: 769px) {
  .cu_desc {
    font-size: 1.35em;
  }
  .cu_sup_list_ttl {
    font-size: 2em;
  }
}/*  */


/* CU SYSTEM ============== */
.cu_system_img_box {
  /* background-color: var(--color-white); */
  padding: 3em 5em 3.5em;
  margin: .5em 0;
}
.cu_system_img_box img {
  display: block;
  max-width: 24em;
  margin: auto;
}

@media (min-width: 769px) {
  .cu_system_img_box {
    margin: 1.5em 0 3em;
  }
}/*  */


/* CU ENTRY ============== */
.cu_entry_sec .sq_btn{
  margin: 1em 0 2em;
}
.cu_entry_img_box{
  margin-top: 2em;
}
@media (min-width: 769px) {
  .cu_entry_img_box{
    margin: 0 0 1em;
  }
}/*  */


/* CU MEMBER ============== */
.cu_member_sec{
  margin-bottom: 3em;
}
.cu_member_list{
  padding: 1em 0;
}
.cu_member_list_box{
  padding: 3em 0 2.5em;
  border-bottom: 1px solid var(--color-grey);
}
.cu_member_list_box:first-child{
  border-top: 1px solid var(--color-grey);
}
.cu_member_name {
  font-size: 1em;
  font-family: var(--font-comp);
  padding: .5em 0;
  margin-top: .3em;
  margin-bottom: .5em;
}
.cu_member_name span{
  display: block;
}
.cu_member_name .name{
  font-size: 2.2em;
  font-weight: 400;
}
.cu_member_name .caption{
  font-weight: 300;
  color: #999;
  margin-top: .3em;
}
.cu_member_label {
  width: fit-content;
  font-size: .95em;
  font-weight: 500;
  letter-spacing: .01em;
  color: var(--c-black);
  background-color: var(--c-blue);
  color: #fff;
  padding: 0 .8em;
  margin-bottom: .1em;
}

@media (min-width: 769px) {
  .cu_member_list{
    padding-top: 0;
  }
}/*  */

