@charset "utf-8";
/*

mainImg

*/
#mainImg {
  position: relative;
  overflow: hidden;
}
#mainImg p.lead1 {
  position: absolute;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
}
#mainImg p.lead1 .leadInner {
  position: relative;
  display: inline-block;
  z-index: 2
}
#mainImg p.lead1 .leadwrap {
  display: inline-block;
  position: relative;
  color: #5687b4;
}
#mainImg p.lead1 .leadwrap .leadBg {
  display: block;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
}
#mainImg p.lead2 {
  position: absolute;
  text-align: right;
  letter-spacing: -0.06em;
  color: #ffffff;
}
#mainImg p.lead2 .spacing {
  letter-spacing: -0.7em;
}
@media print, screen and (min-width: 751px) {
  #mainImg p.lead1 {
    top: 80px;
    left: 85px;
    font-size: 3.6rem;
  }
  #mainImg p.lead1 .leadwrap {
    margin-bottom: 40px;
  }
  #mainImg p.lead1 .leadwrap .leadBg {
    top: -6px;
    left: -15px;
    width: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    height: calc(100% + 16px);
    height: -webkit-calc(100% + 16px);
  }
  #mainImg p.lead2 {
    bottom: 100px;
    right: 0px;
    font-size: 6rem;
  }
}
/*

main

*/
#main {
  position: relative;
}
#main h1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#main h2 {
  text-align: center;
}
#main h2 span {
  display: inline-block;
  color: #a68f00;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 500;
  background-image: url("/faculty/curriculum_dx/img/h2_deco1.png"), url("/faculty/curriculum_dx/img/h2_deco2.png");
  background-position: center left, center right;
  background-repeat: no-repeat, no-repeat;
}
#main .start_text {
  text-align: center;
  font-weight: 500;
  color: #a68f00;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 751px) {
  #main h1 {
    width: 800px;
    top: -40px;
  }
  #main h2 span {
    margin-top: 70px;
    padding: 0 50px;
    line-height: 40px;
    font-size: 2.8rem;
    background-size: 30px auto, 30px auto;
  }
  #main .start_text {
    font-size: 5rem;
  }
  #main .start_text span {
    font-size: 3.2rem;
  }
}
/*

dx_rec

*/
#main #dx_rec .item {
  position: relative;
}
#main #dx_rec .item .recTit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #4c4948;
}
#main #dx_rec .item .recTit::after {
  content: "";
  position: absolute;
  background-image: url("/faculty/curriculum_dx/img/rec_bubble.png");
  background-position: top center;
  background-repeat: no-repeat;
}
#main #dx_rec .item .recIimg {
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  #main #dx_rec .itemWrap {
    margin-top: 40px;
  }
  #main #dx_rec .item {
    width: 234px;
  }
  #main #dx_rec .item .recTit {
    height: 107px;
    font-size: 1.6rem;
    border-radius: 15px;
  }
  #main #dx_rec .item .recTit::after {
    width: 13px;
    height: 15px;
    left: 70px;
    bottom: -14px;
    background-size: 13px auto;
  }
  #main #dx_rec .item .recText {
    width: 144px;
    min-height: 140px;
    margin-top: 20px;
    margin-left: 90px;
    line-height: 1.6;
  }
  #main #dx_rec .item .recIimg {
    width: 80px;
    top: 90px;
    left: 0;
  }
}
/*

dx_ondemand

*/
#main .dx_ondemand {
  border: solid 1px #e6cc00;
}
#main .dx_ondemand .ondeTitle {
  background-color: #e6cc00;
}
#main .dx_ondemand .ondeTitle p {
  font-weight: 500;
  line-height: 1;
  color: #333333;
}
#main .dx_ondemand .ondeTitle span:not(.round) {
  display: block;
}
#main .dx_ondemand .ondeTitle span.round {
  background-color: #ffffff;
  color: #a68f00;
}
#main .dx_ondemand .ondeList li {
  font-weight: 400;
  background-image: url("/faculty/curriculum_dx/img/icon_arrow.png");
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 751px) {
  #main .dx_ondemand {
    margin-top: 40px;
    display: flex;
    align-items: center;
  }
  #main .dx_ondemand .ondeTitle {
    padding: 30px 20px 30px 40px;
    width: calc(438px - 60px);
    width: -webkit-calc(438px - 60px);
  }
  #main .dx_ondemand .ondeTitle p {
    font-size: 2.8rem;
  }
  #main .dx_ondemand .ondeTitle span.roundWrap {
    margin-top: 18px;
  }
  #main .dx_ondemand .ondeTitle span.round {
    padding: 0 10px;
    margin-right: 10px;
  }
  #main .dx_ondemand .ondeList {
    padding-left: 30px;
  }
  #main .dx_ondemand .ondeList li {
    padding: 5px 25px;
    font-size: 1.6rem;
    background-position: left center;
    background-size: 13px auto;
  }
}
/*

dx_explanation

*/
@media print, screen and (min-width: 751px) {
  #main #dx_explanation {
    margin-top: 60px;
  }
  #main #dx_explanation .explanationTitle {
    width: 498px;
  }
  #main #dx_explanation .explanationText {
    width: 498px;
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
/*

 dx_example

*/
@media print, screen and (min-width: 751px) {
  #main #dx_example .exampleWrap {
    margin-top: 50px;
  }
  #main #dx_example .example_ex {
    width: 498px;
  }
  #main #dx_example .example_ex .example_exTitle {
    font-size: 1.6rem;
    font-weight: 500;
  }
  #main #dx_example .example_ex .example_exTitle span {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    font-size: 1.4rem;
    background-color: #e6cc00;
    border-radius: 100vmax;
  }
  #main #dx_example .example_ex .timetableImg {
    margin-top: 30px;
  }
  #main #dx_example .example_ex .example_exText1 {
    margin-top: 30px;
    font-size: 2.8rem;
    text-align: center;
    font-weight: 500;
  }
  #main #dx_example .example_ex .example_exText1 span {
    color: #a68f00;
  }
  #main #dx_example .example_ex .example_exTextWrap {
    margin-top: 30px;
  }
  #main #dx_example .example_ex .example_exText2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 214px;
    min-height: 80px;
    padding: 10px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #fdf9e2;
    border-radius: 15px;
  }
  #main #dx_example .example_ex .example_exText2 span {
    color: #a68f00;
  }
  #main #dx_example .example_more {
    border-left: dashed 1px #a68f00;
    width: 497px;
  }
  #main #dx_example .example_more .example_moreTitle {
    margin-left: -1px;
    font-size: 2rem;
    font-weight: 500;
  }
  #main #dx_example .example_more .example_moreTitle .more {
    position: relative;
    display: inline-block;
    padding: 0 8px 0 12px;
    margin-right: 30px;
    font-size: 1.4rem;
    line-height: 30px;
    color: #ffffff;
    background-color: #a68f00;
  }
  #main #dx_example .example_more .example_moreTitle .more::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -14.5px;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #a68f00;
    border-right: 0;
  }
  #main #dx_example .example_more .example_moreTitle span:not(.more) {
    color: #a68f00;
  }
  #main #dx_example .example_moreList {
    width: calc(468px - 60px);
    width: -webkit-calc(468px - 60px);
    margin-top: 30px;
    margin-left: 29px;
    padding: 15px 30px 30px 15px;
    background-color: #fdf9e2;
  }
  #main #dx_example .example_moreList p {
    display: inline-block;
    padding: 4px 20px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #ffffff;
    background-color: #a68f00;
    border-radius: 100vmax;
  }
  #main #dx_example .example_moreList ul {
    padding-top: 10px;
  }
  #main #dx_example .example_moreList li {
    margin-top: 12px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #a68f00;
  }
}
/*

 dx_features

*/
@media print, screen and (min-width: 751px) {
  #main #dx_features {
    margin-top: 60px;
  }
  #main #dx_features h2 {
    width: 536px;
    margin: 0 auto;
  }
  #main #dx_features .featuresWrap {
    margin-top: 45px;
  }
  #main #dx_features .featuresWrap .item {
    width: 322px;
  }
  #main #dx_features .featuresWrap .item .featuresTitle {
    margin-top: 30px;
    color: #a68f00;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.06em;
  }
  #main #dx_features .featuresWrap .item .featuresText {
    margin-top: 15px;
  }
}
/*

 dx_challenge

*/
#main #dx_challenge .challengeText a {
  position: relative;
  text-decoration: none;
}
#main #dx_challenge .challengeText a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  right: 0;
  bottom: -2px;
  opacity: 1;
  background-color: #333333;
}
@media print, screen and (min-width: 751px) {
  #main #dx_challenge {
    margin-top: 60px;
    padding: 30px;
    background-color: #d8e7f2;
  }
  #main #dx_challenge .challengeTitle {
    width: 350px;
  }
  #main #dx_challenge .challengeText {
    display: flex;
    align-items: center;
    width: 586px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #main #dx_challenge .challengeText a::after {
    transition-property: all;
    transition: 0.2s linear;
  }
  #main #dx_challenge .challengeText a:hover::after {
    bottom: 0;
    opacity: 0;
  }
}
/*

 dx_schedule

*/
#main #dx_schedule .scheduleTable table th a {
  display: block;
  position: relative;
  text-decoration: none;
}
#main #dx_schedule .scheduleTable table th a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  right: 0;
  bottom: -2px;
  opacity: 1;
  background-color: #333333;
}
@media print, screen and (min-width: 751px) {
  #main #dx_schedule {
    margin-top: 60px;
  }
  #main #dx_schedule .scheduleTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 243px;
    height: 263px;
    background-color: #5687b4;
  }
  #main #dx_schedule .scheduleTitle img {
    width: 183px;
  }
  #main #dx_schedule .scheduleTable {
    width: 754px;
  }
  #main #dx_schedule .scheduleTable table {
    width: 100%;
  }
  #main #dx_schedule .scheduleTable table tr {
    border-top: dashed 1px #333333;
  }
  #main #dx_schedule .scheduleTable table tr:first-child {
    border-top: none;
  }
  #main #dx_schedule .scheduleTable table th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #5687b4;
    font-weight: 500;
  }
  #main #dx_schedule .scheduleTable table th.head1 {
    font-size: 1.6rem;
    border-left: dashed 1px #333333;
  }
  #main #dx_schedule .scheduleTable table th.head2 {
    padding: 0 20px;
    font-size: 2rem;
  }
  #main #dx_schedule .scheduleTable table th.head2 span {
    font-size: 1.6rem;
  }
  #main #dx_schedule .scheduleTable table td {
    padding: 25px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: 400;
    border-left: dashed 1px #333333;
  }
 #main #dx_schedule .scheduleTable table th a::after {
    transition-property: all;
    transition: 0.2s linear;
  }
 #main #dx_schedule .scheduleTable table th a:hover::after {
    bottom: 0;
    opacity: 0;
  }
}