@charset "UTF-8";
/* ==========================================================================
�㏑��
========================================================================== */
#contents {
  padding-bottom: 0 !important;
}

#main {
  float: none;
  padding-top: 0;
  width: 100%;
}

.local-nav__block {
  margin-top: 0;
}

/* ==========================================================================
���C�A�E�g
========================================================================== */
#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:last-of-type {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #index-company-action-training-report .full-box > section:last-of-type {
    margin-bottom: 80px;
  }
}
#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);
  }
}

/* ==========================================================================
�R���|�[�l���g
========================================================================== */
@media screen and (max-width: 767px) {
  .pc {
    content-visibility: auto;
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    content-visibility: auto;
    display: none !important;
  }
}

.visually-hidden {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}

.c-button-s, .c-button-m, .c-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 99px;
  background-color: #0065B1;
  font-size: 1.6rem;
  font-weight: 800;
  overflow: hidden;
}
.c-button-s > span, .c-button-m > span, .c-button > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  color: #FFF;
}
.c-button-s > span::before, .c-button-m > span::before, .c-button > span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 767px) {
  .c-button-s, .c-button-m, .c-button {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (any-hover: hover) {
  .c-button-s::before, .c-button-m::before, .c-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -102%;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #BEBEBE;
    border-radius: 99px;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: left 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .c-button-s:hover, .c-button-m:hover, .c-button:hover {
    text-decoration: none;
  }
  .c-button-s:hover::before, .c-button-m:hover::before, .c-button:hover::before {
    left: 0;
  }
  .c-button-s:hover > span, .c-button-m:hover > span, .c-button:hover > span {
    color: #111;
  }
  .c-button-s:hover > span::before, .c-button-m:hover > span::before, .c-button:hover > span::before {
    background-color: #0065B1;
  }
}

.c-button {
  max-width: 359px;
  min-width: 320px;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .c-button {
    max-width: 335px;
    min-width: min(100%, 335px);
    height: 60px;
  }
}

.c-button-m {
  max-width: 359px;
  min-width: 146px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-button-m {
    max-width: 221px;
    min-width: min(100%, 221px);
    height: 48px;
  }
}

.c-button-s {
  max-width: 359px;
  min-width: 127px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .c-button-s {
    max-width: 160px;
    min-width: min(100%, 160px);
    height: 44px;
  }
}

.c-button-secondary-s, .c-button-secondary-m, .c-button-secondary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #BEBEBE;
  border-radius: 99px;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: 800;
  overflow: hidden;
}
.c-button-secondary-s > span, .c-button-secondary-m > span, .c-button-secondary > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  color: #111;
}
.c-button-secondary-s > span::before, .c-button-secondary-m > span::before, .c-button-secondary > span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #0065B1;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='15' height='15' transform='translate(0 0)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M15,7.5a1.143,1.143,0,0,0-.33-.8L8.3.33A1.127,1.127,0,0,0,6.7,1.923l4.451,4.45H1.127a1.127,1.127,0,1,0,0,2.254H11.154L6.7,13.077A1.127,1.127,0,1,0,8.3,14.67L14.67,8.3A1.143,1.143,0,0,0,15,7.5Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 767px) {
  .c-button-secondary-s, .c-button-secondary-m, .c-button-secondary {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (any-hover: hover) {
  .c-button-secondary-s::before, .c-button-secondary-m::before, .c-button-secondary::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -102%;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 99px;
    background-color: #0065B1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: left 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .c-button-secondary-s:hover, .c-button-secondary-m:hover, .c-button-secondary:hover {
    border-color: #0065B1;
    text-decoration: none;
  }
  .c-button-secondary-s:hover::before, .c-button-secondary-m:hover::before, .c-button-secondary:hover::before {
    left: 0;
  }
  .c-button-secondary-s:hover > span, .c-button-secondary-m:hover > span, .c-button-secondary:hover > span {
    color: #FFF;
  }
  .c-button-secondary-s:hover > span::before, .c-button-secondary-m:hover > span::before, .c-button-secondary:hover > span::before {
    background-color: #FFF;
  }
}

.c-button-secondary {
  max-width: 359px;
  min-width: 320px;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .c-button-secondary {
    max-width: 335px;
    min-width: min(100%, 335px);
    height: 60px;
  }
}

.c-button-secondary-m {
  max-width: 359px;
  min-width: 146px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-button-secondary-m {
    max-width: 221px;
    min-width: min(100%, 221px);
    height: 48px;
  }
}

.c-button-secondary-s {
  max-width: 359px;
  min-width: 127px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .c-button-secondary-s {
    max-width: 160px;
    min-width: min(100%, 160px);
    height: 44px;
  }
}

.page-top {
  position: sticky;
  bottom: 61px;
  z-index: 99;
  display: block;
  width: 70px;
  height: 70px;
  margin: -120px 4.1333333333% 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Ccircle cx='35' cy='35' r='35' fill='%230065b1'/%3E%3Cpath fill='%23fff' d='M35 1a34.009 34.009 0 0 0-13.234 65.329A34.009 34.009 0 0 0 48.234 3.671 33.8 33.8 0 0 0 35 1m0-1A35 35 0 1 1 0 35 35 35 0 0 1 35 0'/%3E%3Cpath fill='%23fff' d='M22.977 38.762h-1.834v3.105H19.35V33.23h3.762a3.06 3.06 0 0 1 2.074.668 2.59 2.59 0 0 1 .773 2.069 2.65 2.65 0 0 1-.773 2.162 3.4 3.4 0 0 1-2.209.633m.844-1.8a1.25 1.25 0 0 0 .352-.984 1.17 1.17 0 0 0-.354-.961 1.54 1.54 0 0 0-.993-.287h-1.683v2.543h1.682a1.47 1.47 0 0 0 .996-.306Zm7.716 3.13h-3.182l-.598 1.775h-1.891l3.087-8.637h2.039l3.058 8.637h-1.957Zm-.5-1.488-1.078-3.4-1.113 3.4Zm9.419 3.052a3.3 3.3 0 0 1-1.758.44 3.65 3.65 0 0 1-2.812-1.19 4.54 4.54 0 0 1-1.141-3.269 4.8 4.8 0 0 1 1.152-3.364 3.93 3.93 0 0 1 3.053-1.265 4 4 0 0 1 2.646.835 3.1 3.1 0 0 1 1.149 2.083h-1.779a1.69 1.69 0 0 0-1-1.236 2.5 2.5 0 0 0-.99-.193 2.15 2.15 0 0 0-1.714.788 3.58 3.58 0 0 0-.671 2.37 2.94 2.94 0 0 0 .724 2.255 2.4 2.4 0 0 0 1.652.662 2.13 2.13 0 0 0 1.488-.524 2.27 2.27 0 0 0 .715-1.374h-2v-1.442h3.6v4.635h-1.195l-.182-1.078a4.1 4.1 0 0 1-.937.867m10.068-3.562h-4.196v2.221h4.782v1.552h-6.545V33.23h6.333v1.529h-4.57v1.834h4.2Zm-20.593 8.673v1.529h-2.584v7.108h-1.816v-7.107h-2.596v-1.53Zm4.703 8.877a3.77 3.77 0 0 1-2.834-1.008 4.66 4.66 0 0 1-1.308-3.562 4.57 4.57 0 0 1 1.308-3.563 3.77 3.77 0 0 1 2.834-1.007 3.77 3.77 0 0 1 2.83 1.008 4.58 4.58 0 0 1 1.307 3.562 4.67 4.67 0 0 1-1.307 3.562 3.77 3.77 0 0 1-2.83 1.008m1.705-2.32a3.55 3.55 0 0 0 .627-2.25 3.54 3.54 0 0 0-.63-2.247 2.06 2.06 0 0 0-1.7-.794 2.09 2.09 0 0 0-1.711.791 3.5 3.5 0 0 0-.639 2.25 3.5 3.5 0 0 0 .639 2.25 2.09 2.09 0 0 0 1.711.791 2.07 2.07 0 0 0 1.703-.791m7.493-1.025h-1.834v3.105h-1.793v-8.637h3.762a3.06 3.06 0 0 1 2.074.668 2.59 2.59 0 0 1 .773 2.069 2.65 2.65 0 0 1-.773 2.162 3.4 3.4 0 0 1-2.209.633m.844-1.8a1.25 1.25 0 0 0 .352-.984 1.17 1.17 0 0 0-.354-.961 1.54 1.54 0 0 0-.993-.287h-1.683v2.543h1.682a1.47 1.47 0 0 0 .996-.306Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.page-top.is-active {
  opacity: 1;
  pointer-events: visible;
}
.page-top::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 14.57px;
  height: 14.57px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.571' height='14.571' viewBox='0 0 14.571 14.571'%3E%3Cpath d='M34.786,12.5a1.11,1.11,0,0,0-.774.321l-6.191,6.191a1.095,1.095,0,0,0,1.547,1.548l4.323-4.324v9.741a1.095,1.095,0,1,0,2.19,0V16.236L40.2,20.56a1.095,1.095,0,0,0,1.547-1.548L35.56,12.821a1.11,1.11,0,0,0-.772-.321Z' transform='translate(-27.5 -12.5)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 15px;
    margin-top: -95px;
    margin-bottom: 3.2vw;
    margin-right: 12px;
  }
}
@media (any-hover: hover) {
  .page-top::before {
    transition: top 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  .page-top:hover::before {
    top: 8.5px;
  }
}

/* ==========================================================================
�^�C�g��
========================================================================== */
.headline1 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(9.3333333333%, 140px) min(81.3333333333%, 1220px) min(9.3333333333%, 140px) minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-width: 1172.9651162791px;
  height: 176px;
  margin-right: auto;
  margin-left: auto;
  border-image: linear-gradient(#0065B1, #0065B1);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
  color: #FFF;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 4.7rem;
  line-height: 1.6;
}
.headline1::before {
  content: "";
  grid-column: 1/-1;
  position: absolute;
  top: -524px;
  left: 50%;
  transform: translateX(-212px);
  width: 1528px;
  height: 1367px;
  background-image: url(/company/action/training/diversity/img/bg-title-lv1.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.headline1 > span {
  z-index: 1;
  grid-column: 3/4;
}
@media screen and (max-width: 767px) {
  .headline1 {
    grid-template-columns: 5.3333333333% 1fr 5.3333333333%;
    min-width: 100%;
    height: 120px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .headline1::before {
    top: -272px;
    width: 798px;
    height: 714px;
    transform: translateX(-218.5px);
  }
  .headline1 > span {
    grid-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;
  }
}

/* ==========================================================================
�y�[�W���i�r�Q�[�V����
========================================================================== */
.page-menu {
  position: sticky !important;
  top: 70px;
  z-index: 20;
  padding: 16px 0 18px;
}
.page-menu_list {
  --column: 2 / 25;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8.5755813953%;
  border-radius: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.16));
}
.page-menu_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.page-menu_item:not([href]) {
  line-height: 1;
  pointer-events: none;
}
.page-menu_item:hover {
  color: inherit;
  text-decoration: none;
}
.page-menu_item:visited {
  color: inherit;
}
.page-menu_item.is-active {
  color: #0065B1;
  pointer-events: none;
}
.page-menu_item.is-active > span {
  position: relative;
}
.page-menu_item.is-active > span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 22.5px;
  height: 4px;
  border-radius: 2px;
  background-color: #0065B1;
  opacity: 1;
}
@media (any-hover: hover) {
  .page-menu_item > span {
    position: relative;
  }
  .page-menu_item > span::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #0065B1;
    opacity: 0;
    transition: width, opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .page-menu_item:hover {
    color: #0065B1;
  }
  .page-menu_item:hover > span::before {
    width: 22.5px;
    opacity: 1;
  }
}
.page-menu_item sub {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-menu {
    padding: 0;
    top: 16vw;
    overflow: visible !important;
  }
  .page-menu_button {
    --column: 1 / -1;
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    width: 60px;
    height: 56px;
    border: 1px solid #FFF;
    border-right: none;
    border-radius: 12px 0 0 12px;
    background-color: #0065B1;
  }
  .page-menu_button > span {
    position: absolute;
    right: 20px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #FFF;
    transition-property: top, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .page-menu_button > span:nth-child(1) {
    top: 18px;
  }
  .page-menu.is-open .page-menu_button > span:nth-child(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .page-menu_button > span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .page-menu.is-open .page-menu_button > span:nth-child(2) {
    display: none;
  }
  .page-menu_button > span:nth-child(3) {
    top: 34px;
  }
  .page-menu.is-open .page-menu_button > span:nth-child(3) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .page-menu_button.is-active + ul {
    opacity: 1;
    pointer-events: visible;
  }
  .page-menu_list {
    display: block;
    width: 100%;
    max-height: calc(100vh - 24vw);
    max-height: calc(100dvh - 24vw);
    padding: 94px 0 96px;
    border-radius: 0;
    background-color: #FFF;
    filter: none;
    overflow: auto;
  }
  .page-menu_item {
    height: 72px;
    border-top: 1px solid #BEBEBE;
  }
  .page-menu_item:last-child {
    border-bottom: 1px solid #BEBEBE;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .page-menu_item::before {
    bottom: -12px;
  }
}
.page-menu_dialog {
  --column: 1 / -1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: 16vw;
  border: none;
  background-color: #FFF;
  opacity: 0;
  pointer-events: none;
}
.page-menu_dialog[open] {
  opacity: 1;
  pointer-events: visible;
}
.page-menu_dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.53);
}
.page-menu_dialog > .page-menu_button {
  top: calc(16vw + 16px);
}

/* ==========================================================================
������
========================================================================== */
.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;
}
@media screen and (min-width: 768px) {
  .report {
    padding-top: 69.2px;
    margin-top: -69.2px;
  }
}
@media screen and (min-width: 1501px) {
  .report {
    overflow: visible !important;
  }
}
@media screen and (max-width: 767px) {
  .report {
    --column: 2 / 3;
  }
}
.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: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 30px;
}
.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.6rem;
  font-weight: 700;
  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;
  }
}
.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;
}