@charset "UTF-8";
/***************　career　  ***************/
/***************　mixin　  ***************/
.page-link {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .page-link {
    max-width: 1024px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 2561px) {
  .page-link {
    max-width: 75%;
  }
}
.page-link ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media screen and (min-width: 1025px) {
  .page-link ol {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
  }
}
.page-link ol li {
  width: 50%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .page-link ol li {
    width: 200px;
  }
}
@media screen and (min-width: 2561px) {
  .page-link ol li {
    width: 18%;
    height: 120px;
  }
}
.page-link ol li:not(.contract) a {
  font-size: 14px;
  color: #484848;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .page-link ol li:not(.contract) a {
    font-size: 18px;
  }
}
@media screen and (min-width: 2561px) {
  .page-link ol li:not(.contract) a {
    font-size: 18px;
    font-size: 0.9375vw;
  }
}
.page-link ol li:not(.contract) a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  color: #ff6e6e;
  font-weight: 900;
}
.page-link ol li:hover a {
  opacity: 0.75;
}
.page-link ol li:hover:not(.contract) a::after {
  animation-name: page-link-hover;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes page-link-hover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(50%);
  }
}
.page-link ol .contract {
  width: 100%;
  background-color: #ffbb00;
}
@media screen and (min-width: 1025px) {
  .page-link ol .contract {
    width: 200px;
  }
}
@media screen and (min-width: 2561px) {
  .page-link ol .contract {
    width: 18%;
  }
}
.page-link ol .contract a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page-link ol .contract a {
    font-size: 18px;
  }
}
@media screen and (min-width: 2561px) {
  .page-link ol .contract a {
    font-size: 18px;
    font-size: 0.9375vw;
  }
}
.page-link ol .contract a::before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 12px;
  width: 19px;
  -webkit-mask: url("/homework/common/images/tip-link.svg");
  mask: url("/homework/common/images/tip-link.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (min-width: 2561px) {
  .page-link ol .contract a::before {
    height: 24px;
    width: 38px;
  }
}

#oc {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #oc {
    margin-top: 60px;
  }
}
#oc .caption-box {
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../movie/images/caption-oc.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #oc .caption-box {
    height: 200px;
  }
}
#oc .caption-box div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #oc .caption-box div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #oc .caption-box div {
    max-width: 75%;
  }
}
#oc .caption-box div h2 {
  margin: 0 auto;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #oc .caption-box div h2 {
    max-width: 1024px;
    left: 0;
  }
}
#oc .caption-box div a {
  width: 100%;
  height: 30px;
  background-color: #00cf6e;
  border: #00cf6e solid 1px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*hoverした際の形状*/
}
@media screen and (min-width: 768px) {
  #oc .caption-box div a {
    width: 28%;
    height: 60px;
    background-color: inherit;
    border: #fff solid 1px;
    bottom: 10px;
    transform: translateY(0);
  }
}
@media screen and (min-width: 2561px) {
  #oc .caption-box div a {
    height: 120px;
    border: #fff solid 2px;
    bottom: 20px;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
}
#oc .caption-box div a span {
  position: relative;
  text-align: center;
  position: relative;
  z-index: 3;
}
#oc .caption-box div a span::before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 12px;
  width: 19px;
  -webkit-mask: url("/homework/common/images/tip-link.svg");
  mask: url("/homework/common/images/tip-link.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (min-width: 2561px) {
  #oc .caption-box div a span::before {
    height: 24px;
    width: 38px;
  }
}
#oc .caption-box div a::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #fff; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
#oc .caption-box div a:hover span {
  position: relative;
  color: #484848;
}
#oc .caption-box div a:hover span::before {
  content: "";
  background-color: #484848;
  display: inline-block;
  height: 12px;
  width: 19px;
  -webkit-mask: url("/homework/common/images/tip-link.svg");
  mask: url("/homework/common/images/tip-link.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (min-width: 2561px) {
  #oc .caption-box div a:hover span::before {
    height: 24px;
    width: 38px;
  }
}
#oc .caption-box div a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#oc .bace-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #oc .bace-contents {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    align-items: inherit;
  }
}
#oc .bace-contents div {
  width: 90%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  #oc .bace-contents div {
    width: calc((100% - 40px) / 2);
  }
}
#oc .bace-contents div:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #oc .bace-contents div:not(:first-of-type) {
    margin-top: 0;
  }
}
#oc .bace-contents div figure {
  border: solid 1px #ccc;
}
#oc .bace-contents div figure img {
  width: 100%;
}
#oc .bace-contents div h3 {
  color: #ff6e6e;
  font-weight: 700;
  display: flex;
}
#oc .bace-contents div h3::before {
  content: "";
  width: 23.996px;
  height: 22.496px;
  background: url(../movie/images/tip-title.svg) no-repeat left top;
  background-size: cover;
  margin-right: 5px;
}
@media screen and (min-width: 2561px) {
  #oc .bace-contents div h3::before {
    width: 47.992px;
    height: 44.992px;
    margin-right: 10px;
  }
}
#oc .bace-contents div p {
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  #oc .bace-contents div p {
    margin-bottom: 40px;
  }
}
#oc .bace-contents div .btn {
  width: 90%;
  height: 60px;
  background: #FFBB00 url(../common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  margin: auto auto 0;
  color: #fff;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #oc .bace-contents div .btn {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 1025px) {
  #oc .bace-contents div .btn {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 2561px) {
  #oc .bace-contents div .btn {
    height: 120px;
    background-size: 126px auto;
    background-position: right 40px center;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
}
#oc .bace-contents div .btn:hover {
  opacity: 0.5;
}
#oc .bace-contents div .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#oc .caption-box {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  #oc .caption-box {
    background-position: left -350px;
    margin-bottom: 40px;
  }
}

#money {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #money {
    margin-top: 60px;
  }
}
#money .caption-box {
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../movie/images/caption-money.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #money .caption-box {
    height: 200px;
  }
}
#money .caption-box div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #money .caption-box div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #money .caption-box div {
    max-width: 75%;
  }
}
#money .caption-box div h2 {
  margin: 0 auto;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #money .caption-box div h2 {
    max-width: 1024px;
    left: 0;
  }
}
#money .caption-box div a {
  width: 100%;
  height: 30px;
  background-color: #00cf6e;
  border: #00cf6e solid 1px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*hoverした際の形状*/
}
@media screen and (min-width: 768px) {
  #money .caption-box div a {
    width: 28%;
    height: 60px;
    background-color: inherit;
    border: #fff solid 1px;
    bottom: 10px;
    transform: translateY(0);
  }
}
@media screen and (min-width: 2561px) {
  #money .caption-box div a {
    height: 120px;
    border: #fff solid 2px;
    bottom: 20px;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
}
#money .caption-box div a span {
  position: relative;
  text-align: center;
  position: relative;
  z-index: 3;
}
#money .caption-box div a span::before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 12px;
  width: 19px;
  -webkit-mask: url("/homework/common/images/tip-link.svg");
  mask: url("/homework/common/images/tip-link.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (min-width: 2561px) {
  #money .caption-box div a span::before {
    height: 24px;
    width: 38px;
  }
}
#money .caption-box div a::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #fff; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
#money .caption-box div a:hover span {
  position: relative;
  color: #484848;
}
#money .caption-box div a:hover span::before {
  content: "";
  background-color: #484848;
  display: inline-block;
  height: 12px;
  width: 19px;
  -webkit-mask: url("/homework/common/images/tip-link.svg");
  mask: url("/homework/common/images/tip-link.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (min-width: 2561px) {
  #money .caption-box div a:hover span::before {
    height: 24px;
    width: 38px;
  }
}
#money .caption-box div a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#money .bace-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #money .bace-contents {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    align-items: inherit;
  }
}
#money .bace-contents div {
  width: 90%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  #money .bace-contents div {
    width: calc((100% - 40px) / 2);
  }
}
#money .bace-contents div:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #money .bace-contents div:not(:first-of-type) {
    margin-top: 0;
  }
}
#money .bace-contents div figure {
  border: solid 1px #ccc;
}
#money .bace-contents div figure img {
  width: 100%;
}
#money .bace-contents div h3 {
  color: #ff6e6e;
  font-weight: 700;
  display: flex;
}
#money .bace-contents div h3::before {
  content: "";
  width: 23.996px;
  height: 22.496px;
  background: url(../movie/images/tip-title.svg) no-repeat left top;
  background-size: cover;
  margin-right: 5px;
}
@media screen and (min-width: 2561px) {
  #money .bace-contents div h3::before {
    width: 47.992px;
    height: 44.992px;
    margin-right: 10px;
  }
}
#money .bace-contents div p {
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  #money .bace-contents div p {
    margin-bottom: 40px;
  }
}
#money .bace-contents div .btn {
  width: 90%;
  height: 60px;
  background: #FFBB00 url(../common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  margin: auto auto 0;
  color: #fff;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #money .bace-contents div .btn {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 1025px) {
  #money .bace-contents div .btn {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 2561px) {
  #money .bace-contents div .btn {
    height: 120px;
    background-size: 126px auto;
    background-position: right 40px center;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
}
#money .bace-contents div .btn:hover {
  opacity: 0.5;
}
#money .bace-contents div .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#money .caption-box {
  margin-bottom: 60px;
  background-position: center 55%;
}
@media screen and (min-width: 1025px) {
  #money .caption-box {
    margin-bottom: 40px;
  }
}

#skill {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #skill {
    margin-top: 60px;
  }
}
#skill .caption-box {
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../movie/images/caption-skill.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #skill .caption-box {
    height: 200px;
  }
}
#skill .caption-box div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #skill .caption-box div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #skill .caption-box div {
    max-width: 75%;
  }
}
#skill .caption-box div h2 {
  margin: 0 auto;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #skill .caption-box div h2 {
    max-width: 1024px;
    left: 0;
  }
}
#skill .caption-box div a {
  width: 100%;
  height: 30px;
  background-color: #00cf6e;
  border: #00cf6e solid 1px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*hoverした際の形状*/
}
@media screen and (min-width: 768px) {
  #skill .caption-box div a {
    width: 28%;
    height: 60px;
    background-color: inherit;
    border: #fff solid 1px;
    bottom: 10px;
    transform: translateY(0);
  }
}
@media screen and (min-width: 2561px) {
  #skill .caption-box div a {
    height: 120px;
    border: #fff solid 2px;
    bottom: 20px;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
}
#skill .caption-box div a span {
  position: relative;
  text-align: center;
  position: relative;
  z-index: 3;
}
#skill .caption-box div a span::before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 12px;
  width: 19px;
  -webkit-mask: url("/homework/common/images/tip-link.svg");
  mask: url("/homework/common/images/tip-link.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (min-width: 2561px) {
  #skill .caption-box div a span::before {
    height: 24px;
    width: 38px;
  }
}
#skill .caption-box div a::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #fff; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
#skill .caption-box div a:hover span {
  position: relative;
  color: #484848;
}
#skill .caption-box div a:hover span::before {
  content: "";
  background-color: #484848;
  display: inline-block;
  height: 12px;
  width: 19px;
  -webkit-mask: url("/homework/common/images/tip-link.svg");
  mask: url("/homework/common/images/tip-link.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (min-width: 2561px) {
  #skill .caption-box div a:hover span::before {
    height: 24px;
    width: 38px;
  }
}
#skill .caption-box div a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#skill .bace-contents {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;*/
}
@media screen and (min-width: 768px) {
  #skill .bace-contents {
    /*display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    align-items: inherit;*/
  }
}
#skill .bace-contents div {
  /*width: 90%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;*/
}
#skill .bace-contents div.item {
  width: 90%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  #skill .bace-contents div {
    /*width: calc((100% - 40px) / 2);*/
  }
}
#skill .bace-contents div:not(:first-of-type) {
  /*margin-top: 40px;*/
}
@media screen and (min-width: 768px) {
  #skill .bace-contents div:not(:first-of-type) {
    margin-top: 0;
  }
}
#skill .bace-contents div figure {
  border: solid 1px #ccc;
}
#skill .bace-contents div figure img {
  width: 100%;
}
#skill .bace-contents div h3 {
  color: #ff6e6e;
  font-weight: 700;
  display: flex;
}
#skill .bace-contents div h3::before {
  content: "";
  width: 23.996px;
  height: 22.496px;
  background: url(../movie/images/tip-title.svg) no-repeat left top;
  background-size: cover;
  margin-right: 5px;
}
@media screen and (min-width: 2561px) {
  #skill .bace-contents div h3::before {
    width: 47.992px;
    height: 44.992px;
    margin-right: 10px;
  }
}
#skill .bace-contents div p {
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  #skill .bace-contents div p {
    margin-bottom: 40px;
  }
}
#skill .bace-contents div.item .btn {
  width: 90%;
  height: 60px;
  background: #FFBB00 url(../common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  margin: auto auto 0;
  color: #fff;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #skill .bace-contents div.item .btn {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 1025px) {
  #skill .bace-contents div.item .btn {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 2561px) {
  #skill .bace-contents div .btn {
    height: 120px;
    background-size: 126px auto;
    background-position: right 40px center;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
}
#skill .bace-contents div .btn:hover {
  opacity: 0.5;
}
#skill .bace-contents div .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#skill .caption-box {
  background-position: left bottom;
}
@media screen and (min-width: 1025px) {
  #skill .caption-box {
    background-position: left bottom -150px;
  }
}

#youtube {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #youtube {
    margin-top: 60px;
  }
}
#youtube .caption-box {
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../movie/images/caption-youtube.webp);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #youtube .caption-box {
    height: 200px;
  }
}
#youtube .caption-box div {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #youtube .caption-box div {
    max-width: 1024px;
  }
}
@media screen and (min-width: 2561px) {
  #youtube .caption-box div {
    max-width: 75%;
  }
}
#youtube .caption-box div h2 {
  margin: 0 auto;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  #youtube .caption-box div h2 {
    max-width: 1024px;
    left: 0;
  }
}
#youtube .caption-box div a {
  width: 100%;
  height: 30px;
  background-color: #00cf6e;
  border: #00cf6e solid 1px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*hoverした際の形状*/
}
@media screen and (min-width: 768px) {
  #youtube .caption-box div a {
    width: 28%;
    height: 60px;
    background-color: inherit;
    border: #fff solid 1px;
    bottom: 10px;
    transform: translateY(0);
  }
}
@media screen and (min-width: 2561px) {
  #youtube .caption-box div a {
    height: 120px;
    border: #fff solid 2px;
    bottom: 20px;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
}
#youtube .caption-box div a span {
  position: relative;
  text-align: center;
  position: relative;
  z-index: 3;
}
#youtube .caption-box div a span::before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 12px;
  width: 19px;
  -webkit-mask: url("/homework/common/images/tip-link.svg");
  mask: url("/homework/common/images/tip-link.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (min-width: 2561px) {
  #youtube .caption-box div a span::before {
    height: 24px;
    width: 38px;
  }
}
#youtube .caption-box div a::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #fff; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
#youtube .caption-box div a:hover span {
  position: relative;
  color: #484848;
}
#youtube .caption-box div a:hover span::before {
  content: "";
  background-color: #484848;
  display: inline-block;
  height: 12px;
  width: 19px;
  -webkit-mask: url("/homework/common/images/tip-link.svg");
  mask: url("/homework/common/images/tip-link.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -3px;
}
@media screen and (min-width: 2561px) {
  #youtube .caption-box div a:hover span::before {
    height: 24px;
    width: 38px;
  }
}
#youtube .caption-box div a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#youtube .bace-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #youtube .bace-contents {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    align-items: inherit;
  }
}
#youtube .bace-contents div {
  width: 90%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  #youtube .bace-contents div {
    width: calc((100% - 40px) / 2);
  }
}
#youtube .bace-contents div:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #youtube .bace-contents div:not(:first-of-type) {
    margin-top: 0;
  }
}
#youtube .bace-contents div figure {
  border: solid 1px #ccc;
}
#youtube .bace-contents div figure img {
  width: 100%;
}
#youtube .bace-contents div h3 {
  color: #ff6e6e;
  font-weight: 700;
  display: flex;
}
#youtube .bace-contents div h3::before {
  content: "";
  width: 23.996px;
  height: 22.496px;
  background: url(../movie/images/tip-title.svg) no-repeat left top;
  background-size: cover;
  margin-right: 5px;
}
@media screen and (min-width: 2561px) {
  #youtube .bace-contents div h3::before {
    width: 47.992px;
    height: 44.992px;
    margin-right: 10px;
  }
}
#youtube .bace-contents div p {
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  #youtube .bace-contents div p {
    margin-bottom: 40px;
  }
}
#youtube .bace-contents div .btn {
  width: 90%;
  height: 60px;
  background: #FFBB00 url(../common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  margin: auto auto 0;
  color: #fff;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #youtube .bace-contents div .btn {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 1025px) {
  #youtube .bace-contents div .btn {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 2561px) {
  #youtube .bace-contents div .btn {
    height: 120px;
    background-size: 126px auto;
    background-position: right 40px center;
    font-size: 16px;
    font-size: 0.8333333333vw;
  }
}
#youtube .bace-contents div .btn:hover {
  opacity: 0.5;
}
#youtube .bace-contents div .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #youtube {
    margin-bottom: 60px;
  }
}
#youtube .caption-box {
  background-position: left 45%;
}