@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.hdg-lv1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  margin: 0;
  padding: 20px 0 15px;
  border-radius: 0 1000px 1000px 0;
  background: #00349E;
  text-align: right;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hdg-lv1 {
    width: calc(100% - 15px);
    padding: 4px 15px 6px;
    text-align: left;
    transform: translateY(0);
  }
}
.hdg-lv1 h1 {
  display: inline-block;
  width: 548px;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 767px) {
  .hdg-lv1 h1 {
    width: auto;
    font-size: 2.2rem;
  }
}
.hdg-lv1 h1 span {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .hdg-lv1 h1 span {
    font-size: 1.4rem;
  }
}

.l-body {
  position: relative;
  width: 100%;
  padding: 0 0 80px;
  font-family: "Noto Sans JP", sans-serif;
  overflow: clip;
  min-width: initial;
  background: #F2F2ED;
}
@media (max-width: 767px) {
  .l-body {
    padding: 0;
    min-width: initial;
  }
}

.l-body.nolnav > .l-body-main {
  position: relative;
  width: 100%;
  min-width: initial;
}
@media (max-width: 767px) {
  .l-body.nolnav > .l-body-main {
    min-width: initial;
    padding: 0;
  }
}

.bg-under-wrapper {
  position: absolute;
  left: 50%;
  width: 1920px;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .bg-under-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bg-under-wrapper .bg01 {
    top: calc(-16.8vw - 206px);
  }
}
@media (max-width: 767px) {
  .bg-under-wrapper .bg02 {
    top: calc(-8.6666666667vw - 206px);
  }
}

.inner {
  position: relative;
  width: 1096px;
  margin-inline: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.main-visual {
  height: 285px;
  background: url(../image/bg-pt.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .main-visual {
    height: 206px;
    background: url(../image/bg-pt_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .main-visual .mv-in {
    padding-left: 15vw;
  }
}
.main-visual .en img {
  width: 283px;
  height: auto;
}
@media (max-width: 767px) {
  .main-visual .en img {
    width: 189px;
  }
}
.main-visual .ja {
  margin-top: 10px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .main-visual .ja {
    font-size: 16px;
  }
}
.main-visual .desc {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .main-visual .desc {
    font-size: 14px;
  }
}

.page-container {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .page-container {
    padding: 16vw 15px 100px;
  }
}
.page-container .illust {
  position: absolute;
  right: 0;
  top: -295px;
  width: 280px;
}
@media (max-width: 767px) {
  .page-container .illust {
    width: 35.4666666667vw;
    top: -38vw;
    right: -10vw;
  }
}

.report-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 767px) {
  .report-list {
    justify-content: space-between;
    gap: 0;
  }
}
.report-list .each {
  display: block;
  width: 30.1094890511%;
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .report-list .each {
    width: 48.5507246377%;
  }
}
@media (max-width: 767px) {
  .report-list .each:nth-child(n+3) {
    margin-top: 20px;
  }
}
.report-list .each .image {
  border-radius: 20px;
  overflow: hidden;
}
.report-list .each .image img {
  transition: transform 0.3s;
}
.report-list .each .text {
  margin-top: 20px;
}
.report-list .each .text .date {
  font-size: 16px;
}
@media (max-width: 767px) {
  .report-list .each .text .date {
    font-size: 13px;
  }
}
.report-list .each .text .title {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #00349E;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .report-list .each .text .title {
    font-size: 14px;
  }
}
.report-list .each .text .excerpt {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.report-list .each .text .excerpt span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .report-list .each .text .excerpt {
    display: none;
  }
}
.report-list .each:hover .image img {
  transform: scale(1.05);
}
.report-list .each:hover .text .title {
  text-decoration: underline;
}

.link-btn {
  width: 488px;
  margin-inline: auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .link-btn {
    width: 100%;
    max-width: 690px;
  }
}
.link-btn a {
  font-weight: 600;
}
@media (max-width: 767px) {
  .link-btn a {
    font-size: 14px;
  }
}