@charset "UTF-8";
/* ==========================================================================
レイアウト
========================================================================== */
#index-company-action-training-report {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
#index-company-action-training-report .full-box {
  position: relative;
  width: min(100%, 1500px);
  min-width: 1172.9651162791px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index-company-action-training-report .full-box {
    width: 100%;
    min-width: 100%;
  }
}
#index-company-action-training-report .full-box > section {
  position: relative;
  display: grid;
  grid-template-columns: 4.1333333333% repeat(11, 5.2% 2.6666666667%) 5.2% 4.1333333333%;
  width: 100%;
  overflow: hidden;
}
#index-company-action-training-report .full-box > section > .is-full {
  grid-column: 1/-1;
}
#index-company-action-training-report .full-box > section > * {
  grid-column: var(--column, 4/23);
}
@media screen and (max-width: 767px) {
  #index-company-action-training-report .full-box > section {
    grid-template-columns: 5.3333333333% 1fr 5.3333333333%;
    width: 100%;
    min-width: 100%;
  }
  #index-company-action-training-report .full-box > section > * {
    grid-column: var(--column, 2/3);
  }
}

/* ==========================================================================
タイトル
========================================================================== */
.headline2 {
  margin-top: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 4.7rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headline2 {
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 3.2rem;
    line-height: 1.4;
  }
}

/* ==========================================================================
導入文
========================================================================== */
.intro {
  padding: 64px 0 135px;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 112px 0 0;
  }
}
.intro_text {
  --column: 4 / 23;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: -0.003em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro_text {
    --column: 2 / 3;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

/* ==========================================================================
CONTENTS
========================================================================== */
.report {
  --column: 2 / 25;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .report {
    margin-top: -69.2px;
    padding-top: 69.2px;
  }
}
@media screen and (min-width: 1501px) {
  .report {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .report {
    --column: 2 / 3;
    padding-bottom: 60px;
  }
}
.report_list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 40px;
}
@media screen and (max-width: 767px) {
  .report_list {
    margin-top: 80px;
  }
}
.report_decoration {
  position: absolute;
  z-index: -1;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.report_decoration.is-type-01 {
  top: -69.2px;
  left: -86.2px;
  width: 172.4px;
  height: 172.4px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 172.403 172.403"><path d="M0,5.384V167.02A5.383,5.383,0,0,0,5.384,172.4H167.02a5.384,5.384,0,0,0,5.384-5.385V5.384A5.383,5.383,0,0,0,167.02,0H5.384A5.383,5.383,0,0,0,0,5.384M125.778,128.838H46.625a3.059,3.059,0,0,1-3.06-3.06V46.625a3.059,3.059,0,0,1,3.06-3.06h79.153a3.059,3.059,0,0,1,3.06,3.06v79.153a3.059,3.059,0,0,1-3.06,3.06" fill="%23ffde78"/></svg>');
}
@media screen and (max-width: 767px) {
  .report_decoration.is-type-01 {
    top: -60.4px;
    left: -47.5px;
    width: 95.06px;
    height: 95.06px;
  }
}
.report_decoration.is-type-02 {
  top: 50%;
  right: -122.4px;
  transform: translateY(-50%);
  width: 164.01px;
  height: 164.01px;
  margin-top: 29px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 164.014 164.014"><path d="M160.972,59.015A59.1,59.1,0,0,1,105,3.041,3.15,3.15,0,0,0,101.879,0H62.134a3.15,3.15,0,0,0-3.119,3.041A59.1,59.1,0,0,1,3.041,59.015,3.15,3.15,0,0,0,0,62.134v39.745A3.15,3.15,0,0,0,3.041,105a59.094,59.094,0,0,1,55.974,55.974,3.15,3.15,0,0,0,3.119,3.041h39.745A3.15,3.15,0,0,0,105,160.972,59.094,59.094,0,0,1,160.972,105a3.15,3.15,0,0,0,3.041-3.119V62.134a3.15,3.15,0,0,0-3.041-3.119" fill="%23009a8d"/></svg>');
}
@media screen and (max-width: 767px) {
  .report_decoration.is-type-02 {
    right: -34px;
    width: 104.01px;
    height: 104.01px;
    margin-top: -17px;
  }
}
.report_decoration.is-type-03 {
  bottom: -107px;
  left: -99px;
  width: 198.03px;
  height: 198.03px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 198.033 198.031"><path d="M99.017,0a99.015,99.015,0,1,0,99.017,99.014A99.015,99.015,0,0,0,99.017,0m0,148.525a49.51,49.51,0,1,1,49.511-49.511,49.511,49.511,0,0,1-49.511,49.511" transform="translate(0 -0.001)" fill="%230091e1"/></svg>');
}
@media screen and (max-width: 767px) {
  .report_decoration.is-type-03 {
    bottom: -50.2px;
    left: -70.2px;
    width: 114.43px;
    height: 114.43px;
  }
}
.report_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 24px;
  background-color: #FFF;
  overflow: hidden;
}
.report_link:visited {
  color: inherit;
}
.report_link:hover {
  text-decoration: none;
}
.report_link:hover:not(:visited) {
  color: inherit;
}
@media (any-hover: hover) {
  .report_link:hover .report_img > img {
    transform: scale(1.1);
  }
}
.report_img {
  position: relative;
  display: block;
  padding-top: 66.6666666667%;
  background-color: #E2E2E2;
  overflow: hidden;
}
.report_img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.report_content {
  flex-grow: 1;
  padding: 35px 34px;
}
.report_status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
}
.report_tag {
  width: 11rem;
  border-radius: 99px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9285714286;
  letter-spacing: 0.003em;
  text-align: center;
}
.report_tag.is-blue {
  background-color: #0075D3;
}
.report_tag.is-green {
  background-color: #007B71;
}
.report_tag.is-brown {
  background-color: #8C3937;
}
.report_date {
  color: #767676;
  font-size: 1.4rem;
  line-height: 1.8285714286;
  letter-spacing: -0.003em;
}
.report_title {
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.003em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .report_title {
    display: block;
    margin-top: 14px;
    line-height: 1.7;
  }
}
.report_text {
  margin-top: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 768px) {
  .report_text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .report_text {
    margin-top: 14px;
    font-size: 1.6rem;
  }
}
.report_pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  padding: 0 29px;
  width: fit-content;
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .report_pagination {
    padding: 0 35px;
    margin-top: 80px;
  }
}
.report_pagination_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  background-color: #FFF;
  font-family: Helvetica, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
.report_pagination_num[aria-current=page] {
  border-color: transparent;
  background-color: #0065B1;
  color: #FFF;
  font-weight: 700;
}
.report_pagination_num[aria-hidden=true] {
  border: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="2" viewBox="0 0 14 2"><g transform="translate(-821.5 -1712.5)"><path d="M263.5,19.5a1,1,0,1,1-.707.293.964.964,0,0,1,.707-.293" transform="translate(571 1693)" fill="%23111"/><path d="M257.5,19.5a1,1,0,1,1-.707.293.964.964,0,0,1,.707-.293" transform="translate(571 1693)" fill="%23111"/><path d="M251.5,19.5a1,1,0,1,1-.707.293.964.964,0,0,1,.707-.293" transform="translate(571 1693)" fill="%23111"/></g></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px;
}
@media (any-hover: hover) {
  .report_pagination_num:not([aria-hidden=true]):hover {
    border-color: transparent;
    background-color: #0065B1;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
  }
}
.report_pagination_arrow {
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15"><path d="M359,20.5a1.143,1.143,0,0,0-.33-.8L352.3,13.33a1.127,1.127,0,1,0-1.594,1.593l4.451,4.45H345.127a1.127,1.127,0,1,0,0,2.254h10.027l-4.451,4.45A1.127,1.127,0,0,0,352.3,27.67L358.67,21.3a1.143,1.143,0,0,0,.33-.8Z" transform="translate(-344 -13)" fill="%230065b1"/></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
.report_pagination_arrow.is-prev {
  left: 0;
  transform: rotate(180deg);
}
.report_pagination_arrow.is-next {
  right: 0;
}