@charset "UTF-8";

/* commons */
#schedule #mv_un {
    background: url(../images/unmv/img_mv_sch.png);
    background-size: cover;
}
@media screen and (max-width: 1024px) {
  .sec_ttl {
    margin-bottom:40px;
  }
}


/* common end */

#mv_un{
  background: url(../images/licence/img_mv.png);
  background-size: cover;

}
#mv_un .list_gray{
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  #schedule #mv_un {
    background: url(../images/unmv/img_mv_sch_sp.png);
    background-size: cover;
    line-height: 1.4;
  }
  #mv_un .list_gray{
      margin-top:10px;
  }
}


/* mv enc */

/* li_intro */
#li_intro{
  padding:60px 0 100px;
}
#li_intro .appli_wrap{
  margin-bottom:60px;
}
.lic_nav{
  display: flex;
  gap:30px;
  flex-wrap: wrap;
}
.lic_nav a{
  min-width: 240px;
  font-size: 14px;
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 3px;
    padding-right: 25px;
    position: relative;
    &:after {
      transform:rotate(90deg);
        left: auto;
        right: 0px;
        top: -5px;
    }
}
@media screen and (max-width: 1024px) {
  #li_intro {
    padding: 60px 0 80px;
  }
  .appli_wrap .fl {
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
  }
  .lic_box {
    min-height: 210px;
    display: grid;
    grid-template-rows: 1fr 45px;
    grid-template-columns: 1fr;
  }
  .lic_nav{
    padding:0 20px;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
  }
  .lic_nav a{
      &:after {
        width:15px;
        height: 15px;
        transform:rotate(90deg);
          left: auto;
          right: 0px;
          top: -5px;
      }
  }
}
/* li_intro end*/
/* schedule */
#schedule section{
  margin-bottom: 100px;
}
.wrap_sch{
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.name_sch{
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  color: var(--c-blue01);
}
.name_li_sch{
  color: var(--c-blue01);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.box_sch {
  padding: 40px;
  max-width: 580px;
  width: 100%;
  border: 1px solid var(--c-blue01);
  border-radius: 20px;
  margin: auto;
}
.wide_box_sch{
  padding: 40px;
  width: 100%;
  border: 1px solid var(--c-blue01);
  border-radius: 20px;
  margin: 0 auto 60px;
}
.li_sch{
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  gap: 10px 30px;
  margin-bottom: 40px;
}
.li_sch.li_sch_1fr{
  grid-template-rows: unset;
  grid-template-columns: 1fr;
  grid-auto-flow: unset;
}
.li_sch .item_sch{
  font-size: 16px;
  font-weight: bold;
  background: #F0F0F0;
  border-radius: 5px;
  text-align: center;
  padding: 12px 0;
}
.a_sch{
  max-width: 310px;
  margin: 0 auto;
  display: block;
  color: #464646;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  border: 1px solid #464646;
  border-radius: 25px;
}
.col2_li_sch{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  align-items: self-start;
}
.col3_li_sch{
  display: grid;
  grid-template-columns: calc(235px * 2) 1fr 1fr;
  column-gap: 75px;
  align-items: self-start;
}
#sch04 .li_sch{
  grid-template-rows: repeat(3, auto);
}
#sch05 .li_sch{
  grid-template-rows: repeat(3, auto);
}
@media screen and (max-width: 1024px) {
.li_sch{
  grid-auto-flow: unset;
  grid-template-rows: unset;
  grid-template-columns: 1fr;
  gap: 10px;
}
.col2_li_sch,
.col3_li_sch{
  grid-template-rows: unset;
  grid-template-columns: 1fr;
  grid-auto-flow: unset;
}
.name_sch.sp_f_s{
  font-size: 20px;
}
.name_sch span{
  font-size: 14px;
  white-space: nowrap;
}
}

/* #apply */
section#apply{
  background: #FFF8DB;
  margin: 0;
  padding: 100px 0;
  & .ico_arr {
      font-size: 16px;
    display: block;
    width: fit-content;
    margin: auto;
    border-bottom: solid 1px #000;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 0px;
    position: relative;
    font-weight: bold;
    &:after{
      right: unset;
    }
}
  & a.btn_mail{
  text-align: center;
  margin: 0 auto 20px;
  font-weight: bold;
  }
}
.wrap_apply{
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.box_apply{
  border-radius: 20px;
  max-width: 580px;
  background: #fff;
  padding: 40px 30px;
}
.sec_apply{
  font-size: 16px;
  line-height: 1.75;
  min-height: 5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #schedule section{
    margin-bottom: 80px;
  }
  section#apply{
    padding: 80px 0;
    margin: 0;
  }
section#apply .ico_arr{
  font-size: 12px;
  padding-left: 25px;
}
.wrap_apply{
    flex-direction: column;
    align-items: center;
}
}
.breadcrumbs{
  border-image: linear-gradient( #fff8d8,#fff8d8 ) fill 0 //  0 100vw;
}
