/* Settings */
:root{
  /* Color */
  --color-main: #9E2730;
  --color-text: #333;
  --color-border: #888;
  --color-gray: #F5F6F8;
  --color-brown: #835122;
  --color-bg_red: #f5e9ea;

  /* transition */
  --transition: 0.3s;

  /* Font */
  --serif: "Noto Serif JP", serif;
}

/* 帯グラフ */
.m_insNum--stripeGraph { margin: 0; display: flex;}

.m_insNum--stripeGraph .m_insNum__item {
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  padding: 5px;
  text-align: center;
}

.m_insNum--stripeGraph .m_insNum__item + .m_insNum__item { border-left: 1px solid #fff; }


.m_insNum--stripeGraph .m_insNum__item:nth-of-type(1) {
  background-color: #ed1b1b;
  width: 20.6%;
}

.m_insNum--stripeGraph .m_insNum__item:nth-of-type(2) {
  background-color: #ea2e15;
  width: 15.3%;
}

.m_insNum--stripeGraph .m_insNum__item:nth-of-type(3) {
  background-color: #f2441c;
  width: 12.8%;
}

.m_insNum--stripeGraph .m_insNum__item:nth-of-type(4) {
  background-color: #f45a16;
  width: 9.8%;
}

.m_insNum--stripeGraph .m_insNum__item:nth-of-type(5){
  background-color: #f9751c;
  width: 8.0%;
}

.m_insNum--stripeGraph .m_insNum__item:nth-of-type(6){
  background-color: #f99223;
  width: 7.4%;
}

.m_insNum--stripeGraph .m_insNum__item:nth-of-type(7){
  background-color: #f9a41c;
  width: 6.8%;
}

.m_insNum--stripeGraph .m_insNum__item.other {
  background-color: #b3b3b3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: left;
  flex-grow: 2;
}

.m_insNum--stripeGraph .m_insNum__ttl {
  color: #fff;
  font-size: 16px;
  height:48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m_insNum--stripeGraph .m_insNum__numBox { font-size: 16px; }
.m_insNum--stripeGraph .m_insNum__number { font-size: 1.5em; }

/* top */
.mt8{margin-top: 8px !important;}
.mt16{margin-top: 16px !important;}
.mt24{margin-top: 24px !important;}
.mt32{margin-top: 32px !important;}
.mt40{margin-top: 40px !important;}
.mt48{margin-top: 48px !important;}
.mt56{margin-top: 56px !important;}
.mt64{margin-top: 64px !important;}
.mt80{margin-top: 80px !important;}
.mt120{margin-top: 120px !important;}

/* left */
.ml16{margin-left: 16px;}

/* Color */
.academy_red{color: var(--color-main);}

/* Font */
.academy_fz12{font-size: 12px;}
.academy_fz14{font-size: 14px;}
.academy_fz16{font-size: 16px;}
.academy_fz18{font-size: 18px;}
.academy_fz20{font-size: 20px;}
.academy_fz24{font-size: 24px;}
.academy_fz32{font-size: 32px;}

.academy_fw500{font-weight: 500;}
.academy_bold{font-weight: bold;}
.academy_normal{font-weight: normal;}

.academy_textC{text-align: center;}
.academy_textR{text-align: right;}

.academy_lh1{line-height: 1;}
.academy_lh125{line-height: 1.25 !important;}

.academy_serif{font-family: var(--serif);}

/* Border */
.academy_borderR_wh{border-right: 3px solid #fff;}
.academy_borderB_dotted{border-bottom: 1px dotted var(--color-border);}

/* bg */
.academy_bg_red{background: var(--color-bg_red);}

/*レイアウト*/
.academy_sp{
  display: none;
}
.l_main {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1240px;
}
.l_main__body {
  order: 2;
  width: 1020px;
}
.l_main__body img{
  display: block;
  width: 100%;
}
div#cont {
  text-align: left;
  margin: 0 0;
  font-family: helvetica neue,noto sans jp,yu gothic,YuGothic,ヒラギノ角ゴ pron w3,hiragino kaku gothic pron,Arial,メイリオ,Meiryo,sans-serif;
  line-height: 1.5;
  margin-bottom: 55px;
}
#base {
  width: 1240px;
  counter-reset: qNum aNum;
}
.l_cont{
  padding: 0 34px;
}

.l_main__sideNav{
  width: 200px;
  order: 0;
  z-index: 2;
}
.l_main__sideNavInner{
  pointer-events: all;
}
@media screen and (max-width: 768px){
  body {
    width: 100%!important;
  }  
  #base {
    min-width: auto;
    width: 100%;
    overflow: hidden;
  }
  div#cont{
    width: auto;
    margin: 0 auto;
  }
  .l_main__sideNav{
    display: none;
  }
  .l_main {
    width: 100%;
  }
  .l_main__body {
    width: 100%;
  }
  #tp_container{
    width: 95%;
  }
}

/* ページ内共通CSS */
.dx_case{
  color: #333;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
a{
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width:768px) {
  .dx_case{
    width: 95%;
    margin: auto;
  } 
}
/* サイドナビ */
.side_degitalLogo{
  text-align: center;
  padding: 10px 0;
}
.side_degitalLogo img{
  vertical-align: bottom;
}
.side_rslt_attention{
  font-size: 12px;
}
.newMessage--degital{
  border-color: var(--theme_dx);
  letter-spacing: 0;
  font-weight: bold;
  font-size: 13px;
}
.newMessage a:hover{
  opacity: .6;
}
.newMessage .news_itemInner{
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
}
.newMessage .news_date{
  color: rgb(214, 108, 0);
}
.newMessage .news_ttl{
  font-weight: bold;
}
.newMessage .news_more{
  text-align: right;
  margin-top: 8px;
}

/*コンテンツ*/
.academy_ttl{
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.academy_ttl_sub{
  display: block;
  position: relative;
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  padding: 4px 0;
  color: var(--color-main);
  font-size: 12px;
  font-weight: 400;
  width: 168px;
  margin: 16px auto 0;
}
.academy_ttl_sub::before{
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.academy_ttl_sub_txt{
  background: #fff;
  padding: 0 8px;
  font-weight: 500;
}
.academy_ttl_md{
  display: block;
  font-size: 16px;
}
.academy_ttl_md2{
  border-left: 6px solid var(--color-main);
  padding-left: 12px;
  font-weight: 600;
  font-size: 18px;
}
.academy_copy{
  margin-top: 44px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
.academy_apply{
  display: block;
  margin: 0 auto;
  border: 2px solid var(--color-main);
  border-radius: 4px;
  color: var(--color-main);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding: 24px 104px;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.academy_apply::after{
  background: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform var(--transition);
  z-index: -1;
}
.academy_apply:hover{
  opacity: 1;
  color: #fff;
}
.academy_apply:hover::after{
  transform-origin: left top;
  transform: scale(1, 1);
}


.academy_link{
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.academy_link::before{
  content: "";
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid var(--color-main);
  height: 0;
  margin-right: 4px;
}
.academy_link::after{
  background: var(--color-text);
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform var(--transition);
}
.academy_link:hover:after{
  transform-origin: left top;
  transform: scale(1, 1);
}

.academy_ttl__intro::after{
  content: "";
  display: inline-block;
  width: 200px;
  border-bottom: 1px solid var(--color-text);
  margin-left: 8px;
  vertical-align: super;
}
.academy_intro{
  border-radius: 16px;
  background: var(--color-gray);
  padding: 32px 56px;
  margin: 56px auto 96px;
  position: relative;
  width: fit-content;
}
.academy_intro li{
  line-height: 2;
  font-size: 20px;
  font-weight: 500;
}
.academy_intro li::before{
  content: "・";
}
.academy_intro::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -72px;
  margin: 0 auto;
  border-top: 32px solid var(--color-main);
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  width: 0;
}
.academy_copy__intro{
  line-height: 1;
}
.academy_about,
.academy_schedule{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
.academy_about_itm{
  padding: 16px 0;
  position: relative;
  text-align: center;
}
.academy_about_itm::after{
  content: "";
  display: block;
  border-right: 1px dotted var(--color-border);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto 0;
}
.academy_about_itm:last-child:after{
  display: none;
}
.academy_about_img{
  width: 104px;
  margin: 0 auto;
}
.academy_about_ttl{
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-top: 32px;
}
.academy_message{
  width: 836px;
  margin: 0 auto;
}
.academy_message_box{
  padding: 32px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.20);
  margin-top: 48px;
}
.academy_message_inner{
  display: flex;
  gap: 40px;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--color-border);
}
.academy_message_kana{
  margin-left: 24px;
  font-size: 14px;
}
.academy_message_img{
  width: 200px;
  flex-shrink: 0;
}
.academy_message_data{
  display: flex;
  gap: 40px;
  margin-top: 24px;
}
.academy_schedule_itm{
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.20);
  padding: 24px 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.academy_schedule_ttl{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
.academy_schedule_itm::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--color-main);
  height: 0;
}
.academy_schedule_itm:last-child:after{
  display: none;
}
.academy_cr_table th{
  background: var(--color-gray);
  text-align: center;
  padding: 8px;
  line-height: 1;
}
.academy_cr_table td{
  vertical-align: middle;
  padding: 16px;
}
.academy_cr_data{
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
.academy_cr_box{
  padding: 24px 40px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.20);
  margin: 80px auto 0;
  width: 836px;
}
.academy_details{
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.academy_details th{
  padding: 24px 16px;
  text-align: center;
  width: 176px;
  line-height: 1.25;
}
.academy_details td{
  padding: 24px 0 24px 32px;
  line-height: 1.25;
}
.academy_fee{
  display: flex;
  gap: 80px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 20px;
  margin: 56px auto 0;
  width: fit-content;
}
.academy_fee p:first-child:after{
  content: "";
  border-left: 1px solid #333;
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto 0;
  width: 0;
}
.academy_fee p:first-child{
  position: relative;
}
.academy_fee_num{
  font-size: 32px;
  margin: 0 8px 0 24px;
  font-weight: 400;
}
.academy_benefit{
  border-radius: 40px;
  background: radial-gradient(65.75% 50% at 50% 50%, #FFF 0%, #FFF 50%, #FCF2E3 100%);
  position: relative;
  padding: 72px 80px;
  margin-top: 48px;
}
.academy_benefit::before,
.academy_benefit::after{
  content: "";
  height: calc(100% - 160px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-left: 1px solid var(--color-brown);
  border-right: 1px solid var(--color-brown);
}
.academy_benefit::before{
  width: calc(100% - 48px);
}
.academy_benefit::after{
  width: calc(100% - 56px);
}
.academy_benefit_frame{
  width: calc(100% - 48px);
  position: absolute;
  filter: brightness(0) saturate(100%) invert(29%) sepia(99%) saturate(414%) hue-rotate(348deg) brightness(91%) contrast(82%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.academy_benefit_frame__top{
  transform: rotate(180deg);
  top: 24px;
}
.academy_benefit_frame__bottom{
  bottom: 24px;
}
.academy_ttl__benefit{
  padding: 0 24px 24px;
  border-bottom: 1px solid var(--color-brown);
  width: fit-content;
  margin: 0 auto;
}
.academy_benefit_box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 48px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.academy_benefit_cap{
  line-height: 24px;
  background: linear-gradient(90deg, var(--color-brown) 50%, transparent);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 64px 0 8px;
  width: fit-content;
}
.academy_benefit_subTtl{
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-top: 16px;
}
.academy_important{
  display: block;
  width: fit-content;
  margin: 56px auto 0;
}
.academy_important_ttl{
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.academy_important_ttl::before{
  content: "■";
  color: var(--color-main);
  margin-right: 8px;
}
.academy_apply_link{
  display: flex;
  gap: 80px;
  margin: 40px auto 0;
  width: fit-content;
}
.academy_apply_mail{
  margin-top: 4px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.academy_apply_mail .academy_icon{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(309deg) brightness(111%) contrast(102%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
}
span:has(.academy_icon){
  background: var(--color-main);
  display: inline-block;
  border-radius: 50vw;
  position: relative;
  width: 48px;
  height: 48px;
}
.academy_apply_step{
  margin: 56px auto 0;
  width: 75%;
  /* padding-bottom: 80px;
  border-bottom: 1px solid var(--color-border); */
}
.academy_apply_step_itm{
  padding: 24px 0;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.20);
  margin-bottom: 56px;
  position: relative;
  text-align: center;
}
.academy_apply_step_itm::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  margin: 0 auto;
  border-top: 20px solid var(--color-main);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  width: 0;
}
.academy_apply_step_itm:last-child{
  margin-bottom: 0;
}
.academy_apply_step_itm:last-child::after{
  display: none;
}
.academy_apply_step_ttl{
  font-size: 24px;
  font-weight: 500;
  font-family: var(--serif);
}
.academy_apply_step_link{
  color: var(--color-main);
  text-decoration: underline;
}
@media (max-width: 768px) {
  .academy_pc{
    display: none;
  }
  .academy_sp{
    display: block;
  }
  .academy_cr_box{
    width: 100%;
    padding: 24px 16px;
  }
  .academy_details th{
    padding: 0;
    text-align: left;
    width: auto;
    word-break: keep-all;
  }
  .academy_details td{
    padding: 0;
    padding-left: 24px;
  }
  .academy_about{
    display: block;
  }
  .academy_about_itm::after{
    display: none;
  }
  .academy_about_itm{
    border-bottom: 1px dotted var(--color-border);
  }
  .academy_about_itm:last-child{
    border-bottom: none;
  }
  .academy_message{
    width: 100%;
  }
  .academy_message_inner{
    flex-wrap: wrap-reverse;
  }
  .academy_message_img{
    width: 60%;
    margin: 0 auto;
  }
  .academy_message_data{
    flex-wrap: wrap;
    gap: 10px;
  }
  .academy_schedule{
    display: flex;
    flex-wrap: wrap;
  }
  .academy_schedule_itm{
    width: 100%;
  }
  .academy_schedule_itm::after{
    border-top: 20px solid var(--color-main);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin: 0 auto;
    bottom: -60px;
    right: auto;
    top: auto;
  }
  .academy_cr_table_wrap{
    overflow-x: scroll;
  }
  .academy_cr_table{
    table-layout: fixed;
    width: 100%;
  }

  .academy_fee{
    flex-wrap: wrap;
    gap: 16px;
  }
  .academy_fee p:first-child:after{
    display: none;
  }
  .academy_benefit_box{
    display: flex;
    flex-wrap: wrap;
  }
  .academy_benefit{
    padding: 64px;
  }
  .academy_apply_step{
    width: 100%;
  }
  .academy_apply_step_itm {
    padding: 24px;
  }
  .academy_apply{
    padding: 24px 0;
    text-align: center;
    width: 75%;
  }
  .academy_apply_mail{
    font-size: 4vw;
  }
  span:has(.academy_icon){
    display: none;
  }
}