@charset "UTF-8";
/* =========================================
	変数
========================================= */
/* =========================================
	mixin
========================================= */
/* =========================================
  各種ダウンロード
========================================= */
.documentsWrap {
  padding-block: 6rem 4rem;
}
@media screen and (max-width: 768px) {
  .documentsWrap {
    padding-block: 3rem 7rem;
  }
}
.documentsWrap .title01 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .documentsWrap .title01 {
    margin-bottom: 3rem;
  }
}
.documentsWrap > p {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .documentsWrap > p {
    margin-bottom: 1.3rem;
  }
}
.documentsWrap .linkList {
  background-color: #fff;
  padding: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .documentsWrap .linkList {
    border-radius: 7rem;
    max-width: 98rem;
    width: calc(100% - 4rem);
    margin: 0 auto 7rem;
    padding: 2.2rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .documentsWrap .linkList {
    gap: 1rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .documentsWrap .linkList {
    flex-wrap: wrap;
    margin-bottom: 4rem;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 485px) {
  .documentsWrap .linkList {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 374px) {
  .documentsWrap .linkList {
    gap: 1rem;
  }
}
@media screen and (max-width: 485px) {
  .documentsWrap .linkList li {
    min-width: 16rem;
  }
}
.documentsWrap .linkList a {
  color: #028f4c;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6666666667;
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 992px) {
  .documentsWrap .linkList a {
    font-size: 1.5rem;
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .documentsWrap .linkList a {
    font-size: 1.4rem;
    line-height: 2.1428571429;
    padding-left: 1.9rem;
  }
}
.documentsWrap .linkList a::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../assets/images/downArrow.svg) no-repeat left top/contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.8rem);
}
@media screen and (max-width: 992px) {
  .documentsWrap .linkList a::before {
    width: 1.6rem;
    height: 1.6rem;
    top: calc(50% - 0.7rem);
  }
}
@media screen and (max-width: 768px) {
  .documentsWrap .linkList a::before {
    width: 1.4rem;
    height: 1.4rem;
    top: calc(50% - 0.5rem);
  }
}
.documentsWrap .documentsBox {
  background-color: #fff;
  padding: 4rem 4rem 4rem 7rem;
  display: flex;
  gap: 11rem;
  border-radius: 2rem;
  box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 992px) {
  .documentsWrap .documentsBox {
    padding: 3rem;
    justify-content: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .documentsWrap .documentsBox {
    flex-direction: column;
    padding: 2rem 1.5rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .documentsWrap .documentsBox .documentsImage {
    max-width: 32rem;
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .documentsWrap .documentsBox .documentsImage {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .documentsWrap .documentsBox .documentsImage img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .documentsWrap .documentsBox .documentsText {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 40rem;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .documentsWrap .documentsBox .documentsText {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .documentsWrap .documentsBox .title02 {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .documentsWrap .documentsBox .text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .documentsWrap .documentsBox .text {
    order: 3;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .documentsWrap .documentsBox .pdfBtn {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .documentsWrap .documentsBox .pdfBtn {
    order: 4;
    width: calc(100% - 1.5rem);
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .documentsWrap #theme_card .text {
    margin-block: 3rem;
  }
}
.documentsWrap #theme_card .documentsBtn {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .documentsWrap #theme_card .documentsBtn {
    gap: 1rem;
    order: 4;
  }
}
.documentsWrap .documentsInner {
  max-width: 102rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .documentsWrap .documentsInner {
    padding-inline: 1.5rem;
  }
}
.documentsWrap .documentsInner .documentsBox:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .documentsWrap .documentsInner .documentsBox:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.documentsWrap .mailBtn {
  max-width: 40rem;
}
@media screen and (max-width: 992px) {
  .documentsWrap .mailBtn {
    max-width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .documentsWrap .mailBtn {
    width: calc(100% - 7.5rem);
  }
}/*# sourceMappingURL=documents.css.map */