@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 - 296px);
  }
}
@media (max-width: 767px) {
  .bg-under-wrapper .bg02 {
    top: calc(-8.6666666667vw - 296px);
  }
}
@media (max-width: 767px) {
  .bg-under-wrapper .bg03,
  .bg-under-wrapper .bg04,
  .bg-under-wrapper .bg05,
  .bg-under-wrapper .bg06,
  .bg-under-wrapper .bg07,
  .bg-under-wrapper .bg08 {
    display: none;
  }
}

.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;
    padding-right: 10vw;
  }
}
.main-visual .en img {
  width: 624px;
  height: auto;
}
@media (max-width: 767px) {
  .main-visual .en img {
    width: 156px;
  }
}
.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;
  }
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .post-list {
    margin-top: 24px;
    gap: 20px;
  }
}
.post-list .each {
  display: block;
  width: calc(50% - 20px);
  border-radius: 25px;
  background: #fff;
  overflow: clip;
  text-decoration: none;
}
@media (max-width: 767px) {
  .post-list .each {
    width: 100%;
    border-radius: 20px;
  }
}
.post-list .each .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 30px;
}
@media (max-width: 767px) {
  .post-list .each .content {
    padding: 10px 10px 15px;
  }
}
.post-list .each .image {
  width: 41.8032786885%;
  overflow: clip;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .post-list .each .image {
    width: 36.9230769231%;
  }
}
.post-list .each .image.bordered {
  border: 1px solid #dcdcdc;
}
.post-list .each .image img {
  transition: transform 0.3s;
}
.post-list .each .text {
  width: 54.0983606557%;
}
@media (max-width: 767px) {
  .post-list .each .text {
    width: 59.3846153846%;
  }
}
.post-list .each .lead {
  line-height: 1.4;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 767px) {
  .post-list .each .lead {
    font-size: 1.6rem;
  }
}
.post-list .each .title {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 18px;
  color: #00349E;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.post-list .each .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 16px 20px 18px;
  border: none;
  background: #E60012;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.post-list .each .btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  width: 10px;
  height: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #000;
  transform: none;
  border: none;
}
.post-list .each:hover .image img {
  transform: scale(1.05);
}
.post-list .each:hover .btn {
  background: #C50918;
  color: #E1E1E1;
  border: none;
  text-decoration: none;
  box-shadow: none;
}
.post-list .each:hover .btn:after {
  transform: none;
}

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