@charset "UTF-8";
.course-list.course .course-mv {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 509px;
  background: url(/course-list/computer-graphic/img/mv_pc.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course-list.course .course-mv {
    height: 415px;
    background: url(/course-list/computer-graphic/img/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.course-list.course .course-mv .course-name {
  color: #222222;
  font-size: 2.875rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .course-list.course .course-mv .course-name {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}
.course-list.course .course-mv .course-copy {
  margin-bottom: 40px;
}
.course-list.course .course-mv .course-copy .sub {
  color: #222222;
  font-size: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .course-list.course .course-mv .course-copy .sub {
    font-size: 0.8125rem;
    line-height: 1.7;
    margin-top: 5px;
  }
}
.course-list.course .course-mv .course-copy .sub span {
  margin-right: 10px;
}
.course-list.course .course-mv .course-copy .main-copy {
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .course-list.course .course-mv .course-copy .main-copy {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .course-list.course .course-mv .course-copy .main-copy:nth-of-type(n + 1) {
    margin-top: 5px;
  }
}
.course-list.course .course-mv .course-copy .main-copy .line {
  padding: 5px 10px;
  background: #fff;
}
.course-list.course .course-mv .course-copy .main-copy .color {
  color: #9151B7;
}
.course-list.course .breadcrumb li {
  color: #222222;
}
.course-list.course .breadcrumb li a {
  color: #222222;
}
.course-list.course .breadcrumb li a:after {
  background: #222222;
}
.course-list.course .contents {
  padding-top: 0;
}
.course-list.course .intro {
  padding: 100px 0 70px;
  background-image: url(/course-list/img/common/pattern01.png);
  background-repeat: no-repeat;
  background-size: 478px 304px;
  background-position: top 0 right 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course-list.course .intro {
    padding: 80px 0 370px;
    background-image: url(/course-list/img/common/pattern01_sp.png);
    background-repeat: no-repeat;
    background-size: 355px 219px;
    background-position: bottom 89px right 0;
  }
}
.course-list.course .intro:before {
  content: "";
  display: block;
  width: calc(345px + (100% - 1140px) / 2);
  height: 484px;
  background: #222222;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .course-list.course .intro:before {
    width: 100%;
    height: 388px;
    top: auto;
    bottom: -80px;
  }
}
.course-list.course .intro:after {
  content: "";
  display: block;
  width: 425px;
  height: 268px;
  background: url(/course-list/computer-graphic/img/img_intro.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 80px;
  right: -80px;
}
@media screen and (min-width: 1440px) {
  .course-list.course .intro:after {
    width: 525px;
    right: calc((100% - 1140px) / 2 - 180px);
  }
}
@media screen and (max-width: 767px) {
  .course-list.course .intro:after {
    aspect-ratio: 526/268;
    width: 100%;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
.course-list.course .intro .intro-txt {
  width: 702px;
}
@media screen and (max-width: 767px) {
  .course-list.course .intro .intro-txt {
    width: 100%;
  }
}
.course-list.course .intro .intro-txt p strong {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .course-list.course .intro .intro-txt p strong {
    font-size: 1.25rem;
  }
}
.course-list.course .section-block {
  border-radius: 10px;
  background: #F5F5F5;
  padding: 35px 55px 55px;
}
@media screen and (max-width: 767px) {
  .course-list.course .section-block {
    padding: 40px 5% 55px;
  }
}
.course-list.course .section-block .section-ttl-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course-list.course .section-block .section-ttl-head {
    padding-bottom: 25px;
  }
}
.course-list.course .section-block .section-ttl-head:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #222222 0.5px, transparent 0.8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.course-list.course .section-block .section-ttl-head .num {
  width: 74px;
  height: 74px;
  border-radius: 6px;
  background: #9151B7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .course-list.course .section-block .section-ttl-head .num {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}
.course-list.course .section-block .section-ttl-head .num p {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .course-list.course .section-block .section-ttl-head .num p {
    font-size: 1.9375rem;
  }
}
.course-list.course .section-block .section-ttl-head .section-ttl {
  width: calc(100% - 100px);
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .course-list.course .section-block .section-ttl-head .section-ttl {
    width: calc(100% - 75px);
    font-size: 1.625rem;
  }
}
.course-list.course .section-block .section-ttl-head .section-ttl .en {
  display: block;
  color: #9151B7;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .course-list.course .section-block .section-ttl-head .section-ttl .en {
    font-size: 0.75rem;
  }
}
.course-list.course .middle-ttl {
  font-size: 1.375rem;
  padding-bottom: 15px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .course-list.course .middle-ttl {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.course-list.course .himejo-real {
  margin-bottom: 120px;
}
.course-list.course .himejo-real .page-ttl {
  text-align: center;
  padding-left: 0;
  margin-bottom: 1em;
  position: relative;
  /*.en{
  	padding-left: 0;

  	&:before{
  		content: none;
  	}
  }*/
}
.course-list.course .himejo-real .page-ttl:before {
  content: "";
  display: block;
  width: 492px;
  height: 168px;
  background: url(/course-list/computer-graphic/img/ttl_himejo.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -75px;
  left: 366px;
  transform: rotate(-7deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .course-list.course .himejo-real .page-ttl:before {
    aspect-ratio: 413/168;
    width: 100%;
    left: 0;
    top: -55px;
  }
}
.course-list.course .himejo-real .tag-list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.course-list.course .himejo-real .tag-list li {
  margin-right: 15px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .course-list.course .himejo-real .tag-list li {
    font-size: 1rem;
  }
}
.course-list.course .himejo-real .tag-list li:before {
  content: "#";
}
.course-list.course .himejo-real .tag-list li:last-of-type {
  margin-right: 0;
}
.course-list.course .himejo-real .tag-list li.active {
  color: #CE3533;
}
.course-list.course .himejo-real .tag-list li:hover {
  color: #CE3533;
  cursor: pointer;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .course-list.course .himejo-real .tag-list li:hover {
    color: #222222;
  }
}
.course-list.course .himejo-real .himejo-list-wrap {
  display: none;
}
.course-list.course .himejo-real .himejo-list-wrap.active {
  display: block;
}
.course-list.course .himejo-real .himejo-list {
  display: flex;
  flex-wrap: wrap;
}
.course-list.course .himejo-real .himejo-list li {
  width: 262px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .course-list.course .himejo-real .himejo-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
}
.course-list.course .himejo-real .himejo-list li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .course-list.course .himejo-real .himejo-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.course-list.course .himejo-real .himejo-list li a .himejo-real-thmb {
  aspect-ratio: 270/180;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.course-list.course .himejo-real .himejo-list li a .himejo-real-thmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.course-list.course .himejo-real .himejo-list li a .himejo-real-thmb.img-border {
  border: 1px solid #bdbdbd;
}
.course-list.course .himejo-real .himejo-list li a .himejo-real-info {
  position: relative;
}
.course-list.course .himejo-real .himejo-list li a .himejo-real-info .date {
  color: #CE3533;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .course-list.course .himejo-real .himejo-list li a .himejo-real-info .date {
    font-size: 0.8125rem;
  }
}
.course-list.course .himejo-real .himejo-list li a .himejo-real-info .date .week {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.course-list.course .himejo-real .himejo-list li a .himejo-real-info .himejo-real-ttl {
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.course-list.course .himejo-real .himejo-list li a:hover .himejo-real-thmb img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .course-list.course .himejo-real .himejo-list li a:hover .himejo-real-thmb img {
    transform: scale(1);
  }
}
.course-list.course .himejo-real .himejo-list li a:hover .himejo-real-info .himejo-real-ttl {
  color: #CE3533;
}
@media screen and (max-width: 767px) {
  .course-list.course .himejo-real .himejo-list li a:hover .himejo-real-info .himejo-real-ttl {
    color: #222222;
  }
}
.course-list.course .himejo-real .himejo-list li.no-event {
  width: 100%;
  margin-right: 0;
  text-align: center;
}
.course-list.course .himejo-real .btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .course-list.course .himejo-real .btn {
    margin-top: 30px;
  }
}
.course-list.course .learn .section-block {
  padding-top: 105px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .section-block {
    padding-top: 80px;
  }
}
.course-list.course .learn .section-block .learn-ttl {
  font-size: 2.5rem;
  border-bottom: 1px solid #222222;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .section-block .learn-ttl {
    font-size: 2.125rem;
  }
}
.course-list.course .learn .section-block .learn-ttl:before {
  content: "";
  display: block;
  width: 159px;
  height: 38px;
  background: url(/course-list/computer-graphic/img/sub_txt.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
}
.course-list.course .learn .point-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .point-list li {
    flex-direction: column-reverse;
  }
}
.course-list.course .learn .point-list li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #222222 0.5px, transparent 0.8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.course-list.course .learn .point-list li .point-txt {
  width: calc(100% - 116px);
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .point-list li .point-txt {
    width: 100%;
  }
}
.course-list.course .learn .point-list li .point-txt .point-head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .point-list li .point-txt .point-head {
    align-items: center;
  }
}
.course-list.course .learn .point-list li .point-txt .point-head .point-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 54px;
  margin-right: 10px;
  color: #9151B7;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #9151B7;
}
.course-list.course .learn .point-list li .point-txt .point-head .point-num .en {
  font-size: 0.625rem;
}
.course-list.course .learn .point-list li .point-txt .point-head .point-num .num {
  font-size: 2rem;
  line-height: 1;
}
.course-list.course .learn .point-list li .point-txt .point-head .point-ttl {
  width: calc(100% - 62px);
}
.course-list.course .learn .point-list li .point-txt .point-head .point-ttl .sub-txt {
  color: #EA6526;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .point-list li .point-txt .point-head .point-ttl .sub-txt {
    font-size: 0.75rem;
  }
}
.course-list.course .learn .point-list li .point-txt .point-head .point-ttl h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .point-list li .point-txt .point-head .point-ttl h4 {
    font-size: 1.0625rem;
  }
}
.course-list.course .learn .point-list li .icon {
  border-radius: 10px;
  background: #fff;
  width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .point-list li .icon {
    width: 100%;
    margin-bottom: 25px;
    padding: 30px 0;
  }
}
.course-list.course .learn .point-list li .icon img {
  max-width: none;
  width: revert-layer;
}
.course-list.course .learn .aim-info {
  padding: 55px 0 50px;
  margin-bottom: 50px;
  position: relative;
}
.course-list.course .learn .aim-info:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #222222 0.5px, transparent 0.8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.course-list.course .learn .aim-info .aim-list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #9151B7;
  padding: 25px 20px 20px;
  position: relative;
}
.course-list.course .learn .aim-info .aim-list:nth-of-type(2) {
  margin-top: 35px;
}
.course-list.course .learn .aim-info .aim-list dt {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  background: #9151B7;
  border-radius: 10px 13px 13px 0;
  padding: 3px 10px;
  position: absolute;
  left: -1px;
  top: -13px;
}
.course-list.course .learn .aim-info .aim-list dd {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-right: 1em;
  margin-bottom: 5px;
  position: relative;
}
.course-list.course .learn .aim-info .aim-list dd:before {
  content: "#";
  display: inline-block;
}
.course-list.course .learn .himejo-point {
  background: #fff;
  border-radius: 10px;
  padding: 30px 35px;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .himejo-point {
    padding: 30px 5%;
  }
}
.course-list.course .learn .himejo-point .hemejo-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .himejo-point .hemejo-head {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.course-list.course .learn .himejo-point .hemejo-head:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #222222 0.5px, transparent 0.8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.course-list.course .learn .himejo-point .hemejo-head .logo {
  width: 223px;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .himejo-point .hemejo-head .logo {
    width: 178px;
    margin: 0 auto 15px;
  }
}
.course-list.course .learn .himejo-point .hemejo-head .himejo-copy {
  font-size: 2rem;
  line-height: 1.4;
  width: 690px;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .himejo-point .hemejo-head .himejo-copy {
    font-size: 1.375rem;
    width: 100%;
  }
}
.course-list.course .learn .himejo-point .himejo-point-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course-list.course .learn .himejo-point .himejo-point-contents .himejo-point-txt {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .himejo-point .himejo-point-contents .himejo-point-txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.course-list.course .learn .himejo-point .himejo-point-contents .himejo-point-txt h4 {
  color: #9151B7;
  font-size: 1.5rem;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .himejo-point .himejo-point-contents .himejo-point-txt h4 {
    font-size: 1.25rem;
  }
}
.course-list.course .learn .himejo-point .himejo-point-contents .himejo-point-image {
  width: 522px;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .himejo-point .himejo-point-contents .himejo-point-image {
    width: 100%;
  }
}
.course-list.course .learn .himejo-point .himejo-point-contents .himejo-point-image.item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 18px;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .himejo-point .himejo-point-contents .himejo-point-image.item-list {
    gap: 30px 4%;
  }
}
.course-list.course .learn .himejo-point .himejo-point-contents .himejo-point-image.item-list li {
  width: 117px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course-list.course .learn .himejo-point .himejo-point-contents .himejo-point-image.item-list li {
    width: 48%;
  }
}
.course-list.course .learn .himejo-point .himejo-point-contents .himejo-point-image.item-list li .cate {
  background: #9151B7;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  border-radius: 5px 5px 5px 0;
  padding: 2px 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
.course-list.course .learn .himejo-point .himejo-point-contents .himejo-point-image.item-list li .cap {
  margin-top: 5px;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.course-list.course .curriculum .curriculum-box {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .course-list.course .curriculum .curriculum-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .course-list.course .curriculum .curriculum-box .middle-ttl {
    background: #fff;
    padding: 15px 10px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .course-list.course .curriculum .curriculum-box .middle-ttl:before {
    left: 16px;
  }
}
.course-list.course .curriculum .curriculum-box .middle-ttl .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .course-list.course .curriculum .curriculum-box .middle-ttl .sp {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #9151B7;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .course-list.course .curriculum .curriculum-box .middle-ttl .sp:before, .course-list.course .curriculum .curriculum-box .middle-ttl .sp:after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 9px;
  }
}
@media screen and (max-width: 767px) {
  .course-list.course .curriculum .curriculum-box .middle-ttl .sp:after {
    transform: rotate(90deg);
    transition: 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  .course-list.course .curriculum .curriculum-box .middle-ttl.open {
    background: #F3E3FC;
  }
}
@media screen and (max-width: 767px) {
  .course-list.course .curriculum .curriculum-box .middle-ttl.open .sp:after {
    transform: rotate(0);
  }
}
.course-list.course .curriculum .curriculum-box .curriculum-flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .course-list.course .curriculum .curriculum-box .curriculum-flex-box {
    display: none;
  }
}
.course-list.course .curriculum .curriculum-box .curriculum-flex-box .curriculum-item {
  width: 330px;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .course-list.course .curriculum .curriculum-box .curriculum-flex-box .curriculum-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.course-list.course .curriculum .curriculum-box .curriculum-flex-box .curriculum-item dt {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.course-list.course .curriculum .curriculum-box .curriculum-flex-box .curriculum-item dd {
  font-size: 0.9375rem;
}
.course-list.course .time-table-sp-memo {
  display: none;
}
@media screen and (max-width: 767px) {
  .course-list.course .time-table-sp-memo {
    display: block;
    font-size: 0.8125rem;
    margin-top: 20px;
  }
}
.course-list.course .timetable .table-wrap-course {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .course-list.course .timetable .table-wrap-course {
    margin-top: 15px;
    overflow-x: auto;
  }
}
.course-list.course .timetable .table-wrap-course .time-table {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .course-list.course .timetable .table-wrap-course .time-table {
    width: 1000px;
  }
}
.course-list.course .timetable .table-wrap-course .time-table thead th {
  font-size: 1rem;
}
.course-list.course .timetable .table-wrap-course .time-table thead th.week {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .course-list.course .timetable .table-wrap-course .time-table thead th.sp-fixed {
    position: sticky;
    top: 0;
    left: 0;
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .course-list.course .timetable .table-wrap-course .time-table thead th.sp-fixed:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    z-index: -1;
    box-sizing: content-box;
  }
}
.course-list.course .timetable .table-wrap-course .time-table tbody th {
  width: 175px;
  font-size: 0.875rem;
  vertical-align: middle;
  font-weight: 500;
  padding: 10px 8px;
}
@media screen and (max-width: 767px) {
  .course-list.course .timetable .table-wrap-course .time-table tbody th {
    width: 145px;
    position: sticky;
    top: 0;
    left: 0;
    border-left: none;
    border-right: none;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .course-list.course .timetable .table-wrap-course .time-table tbody th:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    z-index: -1;
    box-sizing: content-box;
  }
}
.course-list.course .timetable .table-wrap-course .time-table tbody td {
  text-align: center;
  font-size: 1rem;
  padding: 10px 5px;
}
.course-list.course .timetable .table-wrap-course .time-table tbody td.lunch {
  font-size: 0.875rem;
  font-weight: 500;
}
.course-list.course .timetable .table-wrap-course .time-table tbody td.lunch img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
.course-list.course .timetable .table-wrap-course .time-table tbody td.wed {
  font-weight: bold;
}
.course-list.course .timetable .table-wrap-course .time-table tbody td.no-class {
  padding: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><line x1="0" y1="0" x2="100%" y2="100%" stroke="black" stroke-width="1"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.course-list.course .course-pickup {
  margin-top: 60px;
}
.course-list.course .course-pickup .course-pickup-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.course-list.course .course-pickup .course-pickup-wrap .course-pickup-image {
  width: 617px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .course-list.course .course-pickup .course-pickup-wrap .course-pickup-image {
    width: 100%;
    margin-bottom: 15px;
  }
}
.course-list.course .course-pickup .course-pickup-wrap .course-pickup-txt {
  width: 467px;
}
@media screen and (max-width: 767px) {
  .course-list.course .course-pickup .course-pickup-wrap .course-pickup-txt {
    width: 100%;
  }
}
.course-list.course .course-pickup .course-pickup-wrap .course-pickup-txt .copy {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .course-list.course .course-pickup .course-pickup-wrap .course-pickup-txt .copy {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}
.course-list.course .message {
  margin: 145px 0 105px;
}
@media screen and (max-width: 767px) {
  .course-list.course .message {
    margin: 100px 0 50px;
  }
}
.course-list.course .message .message-ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course-list.course .message .message-ttl {
    font-size: 1.75rem;
  }
}
.course-list.course .message .message-ttl:before {
  content: "";
  display: block;
  width: 394px;
  height: 129px;
  background: url(/course-list/computer-graphic/img/ttl_voice.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -85px;
  left: 375px;
  transform: rotate(-12deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .course-list.course .message .message-ttl:before {
    aspect-ratio: 349/129;
    width: 100%;
    left: 0;
    top: -65px;
  }
}
.course-list.course .message .message-movie {
  display: flex;
  flex-wrap: wrap;
}
.course-list.course .message .message-movie li {
  width: 545px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .course-list.course .message .message-movie li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
  }
}
.course-list.course .message .message-movie li:nth-of-type(even) {
  margin-right: 0;
}
.course-list.course .message .message-movie li .youtube-wrap {
  aspect-ratio: 16/9;
  margin-bottom: 10px;
}
.course-list.course .message .message-movie li .youtube-wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-list.course .message .message-movie li .copy {
  color: #9151B7;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .course-list.course .message .message-movie li .copy {
    font-size: 1.0625rem;
  }
}
.course-list.course .message .message-movie li .name {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .course-list.course .message .message-movie li .name {
    font-size: 0.8125rem;
  }
}
.course-list.course .recruit .recruit-main-company {
  background: #fff;
  padding: 20px;
  margin: 40px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .course-list.course .recruit .recruit-main-company {
    margin-bottom: 10px;
  }
}
.course-list.course .recruit .recruit-main-company li {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .course-list.course .recruit .recruit-main-company li {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
.course-list.course .recruit .recruit-main-company li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .course-list.course .recruit .recruit-main-company li:last-of-type {
    margin-bottom: 0;
  }
}
.course-list.course .recruit .recruit-main-company li img {
  max-width: none;
  width: revert-layer;
}
.course-list.course .recruit .recruit-cate {
  padding: 30px 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.course-list.course .recruit .recruit-cate:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: radial-gradient(circle, #222222 0.5px, transparent 0.8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.course-list.course .recruit .recruit-cate:last-of-type:after {
  content: none;
}
.course-list.course .recruit .recruit-cate .middle-ttl {
  width: 220px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .course-list.course .recruit .recruit-cate .middle-ttl {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.course-list.course .recruit .recruit-cate .middle-ttl.line02:before {
  height: 2em;
}
.course-list.course .recruit .recruit-cate .company-list {
  width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .course-list.course .recruit .recruit-cate .company-list {
    width: 100%;
    display: block;
  }
}
.course-list.course .recruit .recruit-cate .company-list li {
  margin-bottom: 5px;
  margin-right: 0.1em;
}
.course-list.course .recruit .recruit-cate .company-list li:after {
  content: "／ ";
  display: inline-block;
  padding-left: 0.1em;
}
@media screen and (max-width: 767px) {
  .course-list.course .recruit .recruit-cate .company-list li:after {
    content: none;
  }
}
.course-list.course .recruit .recruit-cate .company-list li:last-of-type:after {
  content: none;
}
.course-list.course .voice .section-ttl-head {
  margin-bottom: 40px;
}
.course-list.course .voice .voice-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}
.course-list.course .voice .voice-contents:last-of-type {
  margin-bottom: 0;
}
.course-list.course .voice .voice-contents .movie {
  width: 520px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .course-list.course .voice .voice-contents .movie {
    width: 100%;
    margin-bottom: 15px;
  }
}
.course-list.course .voice .voice-contents .movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-list.course .voice .voice-contents .voice-txt {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .course-list.course .voice .voice-contents .voice-txt {
    width: 100%;
  }
}
.course-list.course .voice .voice-contents .voice-txt .prof {
  padding-bottom: 10px;
  border-bottom: 1px solid #222222;
  margin-bottom: 20px;
}
.course-list.course .voice .voice-contents .voice-txt .prof .company {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .course-list.course .voice .voice-contents .voice-txt .prof .company {
    font-size: 1.125rem;
  }
}
.course-list.course .voice .voice-contents .voice-txt .prof .name {
  font-size: 1.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .course-list.course .voice .voice-contents .voice-txt .prof .name {
    font-size: 1rem;
  }
}
.course-list.course .voice .voice-contents .voice-txt .prof .name .small {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .course-list.course .voice .voice-contents .voice-txt .prof .name .small {
    font-size: 0.75rem;
  }
}
.course-list.course .voice .voice-contents .voice-txt .prof .name .school {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .course-list.course .voice .voice-contents .voice-txt .prof .name .school {
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=course.css.map */