.txtLink {
  display: inline-block;
  color: #f7701b;
  font-weight: 700;
  text-decoration: underline;
  transition: .2s ease-in;
}
.txtLink:hover {
  opacity: .7;
  transition: .2s ease-in;
}
.imgHover {
  transition: .2s ease-in;
}
.imgHover:hover {
  opacity: .7;
  transition: .2s ease-in;
}
.marker {
  background: linear-gradient(transparent 50%, rgba(247, 112, 27, .2) 50%);
}
.inlineBlock {
  display: inline-block;
}
.mt1 {
  margin-top: 1em;
}
.imgBox {
  width: min(550px, 100%);
  margin: 0 auto;
}
.imgBox a {
  display: block;
  transition: .2s ease-in;
}
.imgBox a:hover {
  opacity: .7;
  transition: .2s ease-in;
}
.imgBox img {
  width: 100%;
  height: auto;
}
.noteBox {
  width: fit-content;
  background: #888;
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  padding: 0 .5em;
  margin-top: 1em;
}

.pickupcourse {
  line-height: 1.6;
}
.pickupcourse+.pickupcourse {
  margin-top: min(120px, 16vw);
}

.pickupcourse img {
  width: 100%;
  height: auto;
}
.pickupTitle {
  font-weight: 700;
  font-size: clamp(0.9rem, 0.3667rem + 1.1111vw, 1.2rem);
  /* font-size: clamp(1rem, 0.4667rem + 1.1111vw, 1.3rem); */
  letter-spacing: 0.07em;
  line-height: 1.8;
}
.pickupTitle .title {
  color: #fff;
  background: #f7701b;
  padding: .2em;
}
.pickupTitle .txtLink {
  font-size: 80%;
}
.pickupcatch {
  margin: .5em 0;
  padding-left: 1em;
  color: #000;
  line-height: 1.6;
  font-size: clamp(0.9rem, 0.5444rem + 0.7407vw, 1.1rem);
  position: relative;
}
.pickupcatch::before {
  content: "";
  width: .6em;
  height: .8em;
  position: absolute;
  left: 0;
  top: .4em;
  background: #f7701b;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.contentRow {
  display: flex;
  flex-direction: column;
  gap: 1em 4%;
  margin-top: 2em;
}
.contentRow .movieWrap {
  margin: 0 0 1em;
}
@media print, screen and (min-width: 769px) {
  .contentRow {
    flex-direction: row;
  }
  .contentRow .col{
    width: 48%;
  }
  .contentRow.col3 {
    gap: 1em 2%;
  }
  .contentRow.col3 .col {
    width: 32%;
  }
}

.basicTable {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #c9c9c9;
  font-size: clamp(0.7rem, 0.3444rem + 0.7407vw, 0.9rem);
  line-height: 1.5;
}
.basicTable tr {
  border: 1px solid #c9c9c9;
}
.basicTable tr th, .basicTable tr td {
  border-right: 1px solid #c9c9c9;
  padding: .8em .5em;
}
.basicTable tr th {
  background: #666;
  color: #fff;
}
.basicTable.col2 tr th {
  width: 20%;
  letter-spacing: -.01em;
  vertical-align: top;
}
.basicTable.col3 {
  margin-top: 2em;
}
.basicTable.col3 tbody tr:nth-of-type(even) {
  background: #f1f1f1;
}
.basicTable.col3 tr td:nth-child(1) {
  width: 50%;
  font-weight: 700;
}
.basicTable.col3 tr td:nth-child(2) {
  width: 20%;
  text-align: center;
}
.basicTable.col3 tr td:nth-child(3) {
  width: 30%;
  text-align: right;
}
.basicTable.col4 tr th {
  width: 25%;
}
.basicTable.col4.txtCenter tr td {
  text-align: center;
}
.softwareList {
  display: flex;
  flex-wrap: wrap;
  gap: .5em 2%;
}
.softwareList>li {
  width: 49%;
  text-align: center;
  border: 4px solid #ccc;
  color: #fff;
  font-size: clamp(0.7rem, 0.3444rem + 0.7407vw, 0.9rem);
  font-weight: 700;
  letter-spacing: -.001em;
  line-height: 1.2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
  padding: .7em .2em;

}
.softwareList .i-maya {
  background: #4caf50;
}
.softwareList .i-zbrush {
  background: #785547;
}
.softwareList .i-nuke {
  background: #ea1d63;
}
.softwareList .i-houdini {
  background: #9c27b1;
}
.softwareList .i-aftereffect {
  background: #f54337;
}
.softwareList .i-modeling {
  background: #2196f3;
}
.softwareList .i-rendering {
  background: #4050b5;
}
.softwareList .i-animation {
  background: #ff9804;
}
.softwareList .i-mayaeffect {
  background: #01a9f5;
}
.softwareList .i-texture {
  background: #f3d10d;
}
.softwareList .i-unity {
  background: #0000fe;
}

.voiceBox {
  display: flex;
  gap: 1em 5%;
  line-height: 1.6;
  margin-bottom: 3em;
}
.voiceBox .img {
  width: 20%;
}
.voiceBox .txt {
  width: 75%;
}
.voiceBox .voiceTitle {
  font-size: clamp(0.8rem, 0.2667rem + 1.1111vw, 1.1rem);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  padding-bottom: .5em;
  margin-bottom: .8em;
}

