@charset "UTF-8";
/***************　career　  ***************/
/***************　mixin　  ***************/
section {
  padding: 40px 0;
}
section:nth-of-type(even) {
  background-color: #E4F5F9;
}
section:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  section:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.btn {
  width: 90%;
  height: 60px;
  background: #FFBB00 url(/homework/common/images/arrow-link.svg) no-repeat;
  background-size: 31.5px auto;
  background-position: right 10px center;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .btn {
    background-size: auto auto;
    background-position: right 20px center;
  }
}
@media screen and (min-width: 2561px) {
  .btn {
    background-size: 126px auto;
    background-position: right 40px center;
  }
}
@media screen and (min-width: 1025px) {
  .btn {
    width: 594px;
  }
}
@media screen and (min-width: 2561px) {
  .btn {
    height: 120px;
    width: 100%;
    font-size: 24px;
    font-size: 1.25vw;
  }
}
.btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn:hover {
  opacity: 0.5;
}

#sheet-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
#sheet-list .sheet-list-contents {
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 1025px) {
  #sheet-list .sheet-list-contents {
    padding: 40px;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-rows: 200px 1fr;
    -moz-column-gap: 45px;
         column-gap: 45px;
    row-gap: 40px;
  }
}
#sheet-list .sheet-list-contents .h3-box {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#sheet-list .sheet-list-contents .h3-box h3 {
  font-size: 24px;
  color: #00A4CF;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #sheet-list .sheet-list-contents .h3-box h3 {
    font-size: 32px;
  }
}
#sheet-list .sheet-list-contents .h3-box h3 span {
  position: relative;
}
#sheet-list .sheet-list-contents .h3-box h3 span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgb(255, 247, 152) 75%, rgb(255, 247, 152) 100%);
  z-index: -1;
}
#sheet-list .sheet-list-contents .h3-box h3::before, #sheet-list .sheet-list-contents .h3-box h3::after {
  position: absolute;
  content: "";
  background: url("/homework/worksheet/images/back-h3.svg") no-repeat left top;
  background-size: cover;
  width: 29px;
  height: 29px;
}
@media screen and (min-width: 1025px) {
  #sheet-list .sheet-list-contents .h3-box h3::before, #sheet-list .sheet-list-contents .h3-box h3::after {
    width: 39px;
    height: 39px;
  }
}
#sheet-list .sheet-list-contents .h3-box h3::before {
  left: -20px;
  top: -20px;
}
#sheet-list .sheet-list-contents .h3-box h3::after {
  right: -20px;
  bottom: -20px;
  transform: rotate(180deg);
}
#sheet-list .sheet-list-contents .point {
  min-height: 200px;
  background: url("/homework/worksheet/images/back-point.svg") no-repeat center;
  background-size: minmax(auto, 100%) 200px;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 768px) {
  #sheet-list .sheet-list-contents .point {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  #sheet-list .sheet-list-contents .point {
    background-size: cover;
  }
}
#sheet-list .sheet-list-contents .point img {
  max-width: 140px;
  max-height: 160px;
}
#sheet-list .sheet-list-contents .point p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #sheet-list .sheet-list-contents .point p {
    font-size: 24px;
  }
}
@media screen and (min-width: 2561px) {
  #sheet-list .sheet-list-contents .point p {
    font-size: 1.25vw;
  }
}
#sheet-list .sheet-list-contents .dl-link {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  #sheet-list .sheet-list-contents .dl-link {
    margin: 0 25px;
  }
}
@media screen and (min-width: 1025px) {
  #sheet-list .sheet-list-contents .dl-link {
    margin: 0;
    grid-column: 1/3;
    grid-row: 2;
  }
}
#sheet-list .sheet-list-contents .dl-link dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  #sheet-list .sheet-list-contents .dl-link dl {
    flex-direction: inherit;
    row-gap: 60px;
  }
}
#sheet-list .sheet-list-contents .dl-link dl dt {
  width: 100%;
  font-size: 18px;
  color: #484848;
  font-weight: 700;
}
#sheet-list .sheet-list-contents .dl-link dl dt:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  #sheet-list .sheet-list-contents .dl-link dl dt {
    width: 470px;
    font-size: 24px;
  }
  #sheet-list .sheet-list-contents .dl-link dl dt:nth-of-type(n+2) {
    margin-top: 0;
  }
}
#sheet-list .sheet-list-contents .dl-link dl dd {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  #sheet-list .sheet-list-contents .dl-link dl dd {
    width: calc(100% - 470px);
    margin-top: 0;
  }
}
#sheet-list .sheet-list-contents .dl-link dl dd a {
  width: calc((100% - 35px) / 2);
  height: 60px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  padding: 12px 20px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #sheet-list .sheet-list-contents .dl-link dl dd a {
    width: calc((100% - 50px) / 2);
  }
}
#sheet-list .sheet-list-contents .dl-link dl dd a.pdf {
  background-color: #ED7780;
  border: #ED7780 solid 1px;
}
#sheet-list .sheet-list-contents .dl-link dl dd a.pdf span::before {
  content: "\f1c1";
}
#sheet-list .sheet-list-contents .dl-link dl dd a.pdf:hover span {
  color: #ED7780;
}
#sheet-list .sheet-list-contents .dl-link dl dd a.excel {
  background-color: #3C9B7E;
  border: #3C9B7E solid 1px;
}
#sheet-list .sheet-list-contents .dl-link dl dd a.excel span::before {
  content: "\f1c3";
}
#sheet-list .sheet-list-contents .dl-link dl dd a.excel:hover span {
  color: #3C9B7E;
}
#sheet-list .sheet-list-contents .dl-link dl dd a span {
  position: relative;
  z-index: 3;
}
#sheet-list .sheet-list-contents .dl-link dl dd a span::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.25em;
  font-weight: 900;
  margin-right: 10px;
}
#sheet-list .sheet-list-contents .dl-link dl dd a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  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;
}
#sheet-list .sheet-list-contents .dl-link dl dd a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}












.bace-contents .btn-link {
 margin: 0 10px;
}
@media screen and (min-width: 768px) {
.bace-contents .btn-link {
 margin: 0 25px;
 }
}
.bace-contents .btn-link div {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .bace-contents .btn-link div {
    /*width: calc(100% - 470px);*/
    width: 594px;
    margin: 0 auto;
  }
}
.bace-contents .btn-link div a {
  width: calc((100% - 35px) / 2);
  height: 60px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  padding: 12px 20px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .bace-contents .btn-link div a {
    width: calc((100% - 50px) / 2);
  }
}
.bace-contents .btn-link div a.pdf {
  background-color: #ED7780;
  border: #ED7780 solid 1px;
}
.bace-contents .btn-link div a.pdf span::before {
  content: "\f1c1";
}
.bace-contents .btn-link div a.pdf:hover span {
  color: #ED7780;
}
.bace-contents .btn-link div a.excel {
  background-color: #3C9B7E;
  border: #3C9B7E solid 1px;
}
.bace-contents .btn-link div a.excel span::before {
  content: "\f1c3";
}
.bace-contents .btn-link div a.excel:hover span {
  color: #3C9B7E;
}
.bace-contents .btn-link div a span {
  position: relative;
  z-index: 3;
}
.bace-contents .btn-link div a span::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.25em;
  font-weight: 900;
  margin-right: 10px;
}
.bace-contents .btn-link div a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  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;
}
.bace-contents .btn-link div a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}