@charset "UTF-8";
/* HL1 */
#hl01 .hl-title {
  width: 560px;
}
#hl01 .sc-tit {
  position: unset;
  color: #0068b7;
}
#hl01 .hl-main-lead {
  width: 100%;
  display: flex;
  gap: 20px;
  padding-top: 30px;
}
#hl01 .hl-main-lead-img {
  width: 610px;
}
#hl01 .hl-main-lead-img img {
  width: 100%;
  margin: 0 0 24px 0;
}
#hl01 .hl-main-lead-txt {
  width: 43%;
}
#hl01 .hl-main-lead-txt p {
  font-size: clamp(16px, 1.8vw, 1.6rem);
}
#hl01 .phase-container {
  display: grid;
  grid-template-columns: 40px 2fr 1fr;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  height: 400px;
}
#hl01 .phase-01 {
  margin-bottom: 20px;
}
#hl01 .phase-01 .phase-img {
  background-image: url(../featured-activities/2025-01/images/hl01_img_02.jpg);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#hl01 .phase-01 .phase-text {
  padding: 60px 40px;
  background-image: linear-gradient(#91d3e1, #4cbfd6 50%);
  color: #fff;
  height: 100%;
}
#hl01 .phase-02 .phase-container {
  grid-template-columns: 40px 1fr 2fr;
}
#hl01 .phase-02 {
  margin-bottom: 20px;
}
#hl01 .phase-02 .phase-arrow {
  order: 1;
}
#hl01 .phase-02 .phase-img {
  background-image: url(../featured-activities/2025-01/images/hl01_img_03.jpg);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  order: 3;
}
#hl01 .phase-02 .phase-text {
  order: 2;
  padding: 60px 40px;
  background-image: linear-gradient(#4cbfd6, #1f8dba 80%);
  color: #fff;
  height: 100%;
}
#hl01 .phase-03 .phase-container {
  grid-template-columns: 1fr;
  justify-items: center;
  height: auto;
}
#hl01 .phase-03 .phase-img {
  order: 2;
}
#hl01 .phase-03 .phase-text {
  order: 1;
  padding: 60px 40px;
  background-image: linear-gradient(#1f8dba, #0068b7 70%);
  color: #fff;
  height: 100%;
}
#hl01 .phase-text p {
  font-size: clamp(13px, 1.4vw, 1.4rem);
  line-height: 1.8;
}
.hl-more-button {
  width: fit-content;
  background-color: #fff;
  margin-top: 20px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
.hl-more-button a {
  color: #0068b7;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  padding: 5px 30px 5px 10px;
}
.hl-more-button a::after {
  content: '';
  display: inline-block;
  min-width: 19px;
  min-height: 19px;
  margin-left: 5px;
  background-image: url(/images/arrow-gov.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.hl-more-button a:hover, .hl-more-button a:hover::after {
  color: #76aed8;
}
@media screen and (max-width: 1024px) {
  #hl01 .phase-01 .phase-text, #hl01 .phase-02 .phase-text {
    padding: 20px;
  }
  #hl01 .phase-container {
  grid-template-columns: 40px 3fr 1fr;
  height: 340px;
}
  #hl01 .phase-02 .phase-container {
    grid-template-columns: 40px 1fr 3fr;
  }
}
@media screen and (max-width: 768px) {
  #hl01 .hl-title {
    width: 302px;
  }
  #hl01 .hl-main-lead {
    display: block;
    gap: 0;
  }
  #hl01 .hl-main-lead-img {
    width: 90%;
    margin: 0 auto;
  }
  #hl01 .hl-main-lead-txt {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #hl01 .phase-01 .phase-container, #hl01 .phase-02 .phase-container {
    grid-template-columns: 1fr;
    justify-items: center;
    height: auto;
  }
  #hl01 .phase-01 .phase-arrow, #hl01 .phase-02 .phase-arrow  {
    order: 3;
    width: 40px;
    margin-top: 10px;
  }
  #hl01 .phase-01 .phase-text, #hl01 .phase-02 .phase-text, #hl01 .phase-03 .phase-text {
    order: 2;
    padding: 20px;
  }
  #hl01 .phase-01 .phase-img, #hl01 .phase-02 .phase-img {
    order: 1;
    width: 100%;
    /* height: 380px; */
  }
  .hl-more-button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 568px) {
  /* #hl01 .phase-02 .phase-img {
    background-image: url(../featured-activities/2025-01/images/hl01_img_03_sp.jpg);
    height: 530px;
  } */
}
@media screen and (max-width: 420px) {
  /* #hl01 .phase-02 .phase-img {
    height: 380px;
  } */
}
/* HL1 */

/* HL2 */
.before-img-wrap {
  width: 100%;
  position: relative;
}
.before-img {
  position: absolute;
  top: -196px;
  left: 20px;
  width: 200px;
}
.before-img img {
  width: 100%;
  border: 1px solid #fff;
  margin: 0 0 5px 0;
}
.before-img-cap {
  text-align: left;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 1.4rem);
  color: #666;
}
#hl02 .hl-main-lead {
  width: 100%;
  display: flex;
  gap: 20px;
  padding-top: 30px;
}
#hl02 .hl-main-lead-img {
  width: 45%;
}
#hl02 .hl-main-lead-img img {
  width: 100%;
}
#hl02 .hl-main-lead-txt {
  width: 53%;
}
#hl02 .hl-main-lead-txt p {
  font-size: clamp(16px, 1.8vw, 1.6rem);
}
.hl2-full-contents-wrap {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  position: relative;
  background: url("/featured-activities/2025-02/images/hl02_bg_01.png") center/cover no-repeat;
  overflow: hidden;
}
.hl2-full-contents-wrap-left {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  position: relative;
  background: url("/featured-activities/2025-02/images/hl02_bg_02.png") center/cover no-repeat;
  overflow: hidden;
}
.-overlay-1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
  to bottom,
  rgb(250, 250, 250) 0%,
  rgba(26, 83, 163, 0.1) 30%,
  rgba(26, 83, 163, 0.1) 80%,
  rgba(232, 246, 252) 100%
);
}
.-overlay-2 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
  to bottom,
  rgb(232, 246, 252) 0%,
  rgba(26, 160, 227, 0.1) 30%,
  rgba(26, 160, 227, 0.1) 80%,
  rgba(236, 246, 234) 100%
);
}
.-overlay-3 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
  to bottom,
  rgb(236, 246, 234) 0%,
  rgba(73, 166, 52, 0.1) 30%,
  rgba(73, 166, 52, 0.1) 80%,
  rgba(250, 250, 250) 100%
);
}
.hl2-full-contents {
  position: relative;
  z-index: 2;
  width: 100%;
 }
.hl2-full-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 15px;
}
.hl2_h2 {
  font-size: clamp(18px, 2.2vw, 2.2rem);
  color: #0068b7;
  margin: 0 0 20px 0;
}
.hl2_txt {
  font-size: clamp(13px, 1.6vw, 1.6rem);
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.6rem;
}
.hl2-figure-01-wrap {
  align-items: end;
}
.hl2-figure-01 {
  margin: 0 auto 20px;
  padding: 0;
}
.hl2-figure-01 img {
  margin: 0 0 5px 0;
  border-radius: 8px;
}
.hl2-figure-01 figcaption {
  text-align: left;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 1.4rem);
  color: #666;
}
.arw-wrap {
  padding: 0 10px;
}
.flex-center {
  align-items: center;
}
.flex-right {
  justify-content: right;
}
.flex-left {
  justify-content: left;
}
.flex-leftP53 {
  padding-left: 53px;
}
.hl2-caption {
  text-align: left;
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 1.4rem);
  color: #666;
}
.mB15-sp {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  #hl02 .hl-main-lead {
    display: block;
    gap: 0;
  }
  #hl02 .hl-main-lead-img {
    width: 70%;
    margin: 0 auto;
  }
  #hl02 .hl-main-lead-txt {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .hl2-full-inner {
    padding: 30px 0;
  }
  .hl2-figure-01 {
    width: 60%;
  }
  .hl2-figure-01 img {
    margin: 0 auto 5px;
    border-radius: 8px;
  }
  .arw-wrap {
    width: 16%;
    margin: 15px auto;
  }
  .mB15-sp {
    margin-bottom: 15px;
  }
  .flex-leftP53 {
    padding-left: 0;
  }
  .hl2_1-1 { order: 2;}
  .hl2_1-2 { order: 1;}
  .hl2_1-2-1 { order: 2;}
  .hl2_1-2-2 { order: 1;}
}
@media screen and (max-width: 568px) {
  .before-img {
    position: static;
    width: 50%;
    margin: 0 auto;
  }
  .before-img img {
    border: none;
    border-radius: 8px;
  }
}
.hl2-squa01 {
  position: absolute;
  top: 170px;
  left: -170px;
  width: 200px;
  height: 200px;
  margin: 0;
  background: linear-gradient(45deg, rgba(26, 83, 163, 0.2) 0%, rgba(26, 83, 163, 0.5) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl2-squa02 {
  position: absolute;
  top: 330px;
  left: -230px;
  width: 180px;
  height: 180px;
  margin: 0;
  background: linear-gradient(45deg, rgba(26, 83, 163, 0.3) 0%, rgba(26, 83, 163, 0.2) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl2-squa03 {
  position: absolute;
  top: 240px;
  right: -80px;
  width: 160px;
  height: 160px;
  margin: 0;
  background: linear-gradient(-45deg, rgba(26, 83, 163, 0.1) 0%, rgba(26, 83, 163, 0.2) 100%);
  z-index: 0;
  pointer-events: none;
}

.hl2-squa04 {
  position: absolute;
  top: 700px;
  left: -80px;
  width: 270px;
  height: 270px;
  margin: 0;
  border: solid 1px #1a53a3;
  z-index: 0;
  pointer-events: none;
}
.hl2-squa05 {
  position: absolute;
  top: 880px;
  right: -60px;
  width: 170px;
  height: 170px;
  margin: 0;
  background: linear-gradient(-45deg, rgba(26, 83, 163, 0.3) 0%, rgba(26, 83, 163, 0.2) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl2-squa06 {
  position: absolute;
  top: 1020px;
  right: -80px;
  width: 50px;
  height: 50px;
  margin: 0;
  background: linear-gradient(-45deg, rgba(26, 83, 163, 0.2) 0%, rgba(26, 83, 163, 0.5) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl2-squa07 {
  position: absolute;
  top: 1470px;
  left: -80px;
  width: 150px;
  height: 150px;
  margin: 0;
  background: linear-gradient(-45deg, rgba(26, 83, 163, 0.2) 0%, rgba(26, 83, 163, 0.1) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl2-squa08 {
  position: absolute;
  top: 1300px;
  left: -250px;
  width: 230px;
  height: 230px;
  margin: 0;
  background: linear-gradient(-45deg, rgba(26, 83, 163, 0.1) 0%, rgba(26, 83, 163, 0.5) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl2-squa09 {
  position: absolute;
  top: 1250px;
  right: 30px;
  width: 180px;
  height: 180px;
  margin: 0;
  background: linear-gradient(-45deg, rgba(26, 83, 163, 0.3) 0%, rgba(26, 83, 163, 0.1) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl2-squa10 {
  position: absolute;
  position: absolute;
  top: 1190px;
  right: -50px;
  width: 90px;
  height: 90px;
  margin: 0;
  border: solid 1px #1a53a3;
  z-index: 0;
  pointer-events: none;
}
.hl2-squa11 {
  position: absolute;
  top: 140px;
  left: -170px;
  width: 210px;
  height: 210px;
  margin: 0;
  background: linear-gradient(45deg, rgba(73, 166, 52, 0.1) 0%, rgba(73, 166, 52, 0.2) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl2-squa12 {
  position: absolute;
  top: 100px;
  left: -220px;
  width: 110px;
  height: 110px;
  margin: 0;
  background: linear-gradient(45deg, rgba(73, 166, 52, 0.2) 0%, rgba(73, 166, 52, 0.1) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl2-squa13 {
  position: absolute;
  top: -50px;
  right: -40px;
  width: 80px;
  height: 80px;
  margin: 0;
  border: solid 1px #49a634;
  z-index: 0;
  pointer-events: none;
}
.hl2-squa14 {
  position: absolute;
  top: 600px;
  right: -20px;
  width: 120px;
  height: 120px;
  margin: 0;
  background: linear-gradient(45deg, rgba(73, 166, 52, 0.1) 0%, rgba(73, 166, 52, 0.1) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl2-squa15 {
  position: absolute;
  top: 70px;
  left: -150px;
  width: 60px;
  height: 60px;
  margin: 0;
  border: 1px solid #1aa0e3;
  z-index: 0;
  pointer-events: none;
}
.hl2-squa16 {
  position: absolute;
  top: 100px;
  left: -120px;
  width: 130px;
  height: 130px;
  margin: 0;
  background: linear-gradient(45deg, rgba(26, 160, 227, 0.3) 0%, rgba(26, 160, 227, 0.1) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl2-squa17 {
  position: absolute;
  top: 140px;
  right: -10px;
  width: 190px;
  height: 190px;
  margin: 0;
  background: linear-gradient(45deg, rgba(26, 160, 227, 0.2) 0%, rgba(26, 160, 227, 0.4) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl2-squa18 {
  position: absolute;
  top: 300px;
  right: -100px;
  width: 110px;
  height: 110px;
  margin: 0;
  background: linear-gradient(45deg, rgba(26, 160, 227, 0.1) 0%, rgba(26, 160, 227, 0.3) 100%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .hl2-squa01, .hl2-squa02, .hl2-squa03, .hl2-squa04, .hl2-squa05, .hl2-squa06, .hl2-squa07, .hl2-squa08, .hl2-squa09, .hl2-squa10, .hl2-squa11, .hl2-squa12, .hl2-squa13, .hl2-squa14, .hl2-squa15, .hl2-squa16, .hl2-squa17, .hl2-squa18 {
    display: none;
  }
}
/* HL2 */

/* HL3 */
.bttm-50px {
  bottom: -50px!important;
}
@media screen and (max-width: 768px) {
  .bttm-50px {
    bottom: -30px!important;
  }
}
.pst-rltv {
  position: relative;
}
.shift-L-50px  {
  transform: translateX(-50px);
}
.shift-R-50px  {
  transform: translateX(50px);
}
.shift-L-50px img, .shift-R-50px img {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .shift-L-50px, .shift-R-50px {
    transform: none;
  }
}

.hl3-shift-L_-15pct {
  position: absolute;
  display: block;
  left: -15%;
}
.hl3-shift-R_15pct {
  position: absolute;
  display: block;
  top: 100%;
  left: 15%;
}
.hl3-shift-R_100pct {
  position: absolute;
  display: block;
  left: 105%;
}
.hl3-shift-T_45pct {
  position: absolute;
  display: block;
  top: 45%;
}
.hl3-shift-R_100pct img, .hl3-shift-T_45pct img {
  width: 96%;
}
.min-hgt-250 {
  min-height: 250px;
}
@media screen and (max-width: 768px) {
  .hl3-shift-R_100pct, .hl3-shift-T_45pct {
    position: static;
  }
  .min-hgt-250 {
    min-height: auto;
  }
}

.hl03_h2 {
  font-size: clamp(18px, 2.2vw, 2.2rem);
  color: #333;
  position: relative;
  margin: 0 0 70px 0;
  padding: 0 0 0 85px;
}
.-tit_01::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  background: url(/featured-activities/2025-03/images/hl03_icon_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.-tit_01::after {
  content: "";
  display: block;
  width: 481px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 148%;
  transform: translateY(-25%);
  background: url(/featured-activities/2025-03/images/hl03_lead_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tit_01-line {
  position: absolute;
  left: 85px;
  bottom: -4px;
  width: calc(100% - 85px);
  height: 2px;
  background: linear-gradient(to right, #4da635, #fafafa);
  content: "";
  display: block;
  pointer-events: none;
}
.-tit_02::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  background: url(/featured-activities/2025-03/images/hl03_icon_02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.-tit_02::after {
  content: "";
  display: block;
  width: 481px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 148%;
  transform: translateY(-25%);
  background: url(/featured-activities/2025-03/images/hl03_lead_02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tit_02-line {
  position: absolute;
  left: 85px;
  bottom: -4px;
  width: calc(100% - 85px);
  height: 2px;
  background: linear-gradient(to right, #f39939, #fafafa);
  content: "";
  display: block;
  pointer-events: none;
}
.-tit_03::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  background: url(/featured-activities/2025-03/images/hl03_icon_03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.-tit_03::after {
  content: "";
  display: block;
  width: 481px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 148%;
  transform: translateY(-25%);
  background: url(/featured-activities/2025-03/images/hl03_lead_03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tit_03-line {
  position: absolute;
  left: 85px;
  bottom: -4px;
  width: calc(100% - 85px);
  height: 2px;
  background: linear-gradient(to right, #51a7dd, #fafafa);
  content: "";
  display: block;
  pointer-events: none;
}
.-tit_04::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  background: url(/featured-activities/2025-03/images/hl03_icon_04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.-tit_04::after {
  content: "";
  display: block;
  width: 481px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 148%;
  transform: translateY(-25%);
  background: url(/featured-activities/2025-03/images/hl03_lead_04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tit_04-line {
  position: absolute;
  left: 85px;
  bottom: -4px;
  width: calc(100% - 85px);
  height: 2px;
  background: linear-gradient(to right, #b879b1, #fafafa);
  content: "";
  display: block;
  pointer-events: none;
}
.-tit_05::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  background: url(/featured-activities/2025-03/images/hl03_icon_05.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.-tit_05::after {
  content: "";
  display: block;
  width: 481px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 148%;
  transform: translateY(-25%);
  background: url(/featured-activities/2025-03/images/hl03_lead_05.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tit_05-line {
  position: absolute;
  left: 85px;
  bottom: -4px;
  width: calc(100% - 85px);
  height: 2px;
  background: linear-gradient(to right, #abcd03, #fafafa);
  content: "";
  display: block;
  pointer-events: none;
}
.-tit_06::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  background: url(/featured-activities/2025-03/images/hl03_icon_06.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.-tit_06::after {
  content: "";
  display: block;
  width: 481px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 148%;
  transform: translateY(-25%);
  background: url(/featured-activities/2025-03/images/hl03_lead_06.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tit_06-line {
  position: absolute;
  left: 85px;
  bottom: -4px;
  width: calc(100% - 85px);
  height: 2px;
  background: linear-gradient(to right, #ce5c7f, #fafafa);
  content: "";
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .hl03_h2 {
    margin: 0 0 50px 0;
    padding: 0 0 0 65px;
  }
  .-tit_01::before, .-tit_02::before, .-tit_03::before, .-tit_04::before, .-tit_05::before, .-tit_06::before {
    width: 50px;
    height: 50px;
    left: 0;
    top: 53%;
  }
  .-tit_01::after, .-tit_02::after, .-tit_03::after, .-tit_04::after, .-tit_05::after, .-tit_06::after {
    width: 340px;
    height: 24px;
    top: 145%;
  }
  .tit_01-line, .tit_02-line, .tit_03-line, .tit_04-line, .tit_05-line, .tit_06-line {
    left: 65px;
    width: calc(100% - 65px);
  }
}
.hl3-squa01 {
  position: absolute;
  top: 180px;
  left: -170px;
  width: 220px;
  height: 220px;
  margin: 0;
  background: linear-gradient(0deg, rgba(21, 174, 103, 0.1) 0%, rgba(21, 174, 103, 0.6) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa02 {
  position: absolute;
  top: 450px;
  right: -10px;
  width: 60px;
  height: 60px;
  margin: 0;
  background: linear-gradient(0deg, rgba(21, 174, 103, 0.2) 0%, rgba(21, 174, 103, 0.4) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa03 {
  position: absolute;
  top: 310px;
  right: -150px;
  width: 160px;
  height: 160px;
  margin: 0;
  border: 1px solid #15ae67;
  z-index: 0;
  pointer-events: none;
}
.hl3-squa04 {
  position: absolute;
  top: 510px;
  left: -150px;
  width: 200px;
  height: 200px;
  margin: 0;
  background: linear-gradient(0deg, rgba(243, 152, 57, 0.1) 0%, rgba(243, 152, 57, 0.3) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa05 {
  position: absolute;
  top: 660px;
  left: 0px;
  width: 100px;
  height: 100px;
  margin: 0;
  background: linear-gradient(0deg, rgba(243, 152, 57, 0.3) 0%, rgba(243, 152, 57, 0.6) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa06 {
  position: absolute;
  top: 180px;
  right: -80px;
  width: 160px;
  height: 160px;
  margin: 0;
  background: linear-gradient(0deg, rgba(243, 152, 57, 0.2) 0%, rgba(243, 152, 57, 0.1) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa07 {
  position: absolute;
  top: 210px;
  right: -10px;
  width: 60px;
  height: 60px;
  margin: 0;
  background: linear-gradient(0deg, rgba(243, 152, 57, 0.2) 0%, rgba(243, 152, 57, 0.3) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa08 {
  position: absolute;
  top: 240px;
  right: -40px;
  width: 60px;
  height: 60px;
  margin: 0;
  background: linear-gradient(0deg, rgba(243, 152, 57, 0.3) 0%, rgba(243, 152, 57, 0.4) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa09 {
  position: absolute;
  top: 70px;
  left: -190px;
  width: 280px;
  height: 280px;
  margin: 0;
  background: linear-gradient(0deg, rgba(80, 167, 222, 0.1) 0%, rgba(80, 167, 222, 0.4) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa10 {
  position: absolute;
  top: 310px;
  left: 50px;
  width: 70px;
  height: 70px;
  margin: 0;
  border: 1px solid #50a7de;
  z-index: 0;
  pointer-events: none;
}
.hl3-squa11 {
  position: absolute;
  top: 200px;
  right: -40px;
  width: 130px;
  height: 130px;
  margin: 0;
  border: 1px solid #50a7de;
  z-index: 0;
  pointer-events: none;
}
.hl3-squa12 {
  position: absolute;
  top: 200px;
  left: -20px;
  width: 80px;
  height: 80px;
  margin: 0;
  background: linear-gradient(0deg, rgba(185, 121, 177, 0.2) 0%, rgba(185, 121, 177, 0.5) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa13 {
  position: absolute;
  top: 380px;
  right: -140px;
  width: 160px;
  height: 160px;
  margin: 0;
  background: linear-gradient(0deg, rgba(185, 121, 177, 0.2) 0%, rgba(185, 121, 177, 0.2) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa14 {
  position: absolute;
  top: 470px;
  right: -40px;
  width: 110px;
  height: 110px;
  margin: 0;
  background: linear-gradient(0deg, rgba(185, 121, 177, 0.1) 0%, rgba(185, 121, 177, 0.6) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa15 {
  position: absolute;
  top: 260px;
  left: -30px;
  width: 60px;
  height: 60px;
  margin: 0;
  background: linear-gradient(0deg, rgba(207, 219, 0, 0.1) 0%, rgba(207, 219, 0, 0.2) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa16 {
  position: absolute;
  top: 290px;
  right: -60px;
  width: 90px;
  height: 90px;
  margin: 0;
  background: linear-gradient(0deg, rgba(207, 219, 0, 0.2) 0%, rgba(207, 219, 0, 0.5) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa17 {
  position: absolute;
  top: 270px;
  right: -40px;
  width: 90px;
  height: 90px;
  margin: 0;
  background: linear-gradient(0deg, rgba(207, 219, 0, 0.1) 0%, rgba(207, 219, 0, 0.3) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa18 {
  position: absolute;
  top: 240px;
  left: -90px;
  width: 80px;
  height: 80px;
  margin: 0;
  background: linear-gradient(0deg, rgba(231, 109, 91, 0.3) 0%, rgba(231, 109, 91, 0.6) 100%);
  z-index: 0;
  pointer-events: none;
}
.hl3-squa19 {
  position: absolute;
  top: 260px;
  left: -70px;
  width: 120px;
  height: 120px;
  margin: 0;
  border: 1px solid #e76d8a;
  z-index: 0;
  pointer-events: none;
}
.hl3-squa20 {
  position: absolute;
  top: 80px;
  right: -100px;
  width: 140px;
  height: 140px;
  margin: 0;
  background: linear-gradient(0deg, rgba(231, 109, 91, 0.2) 0%, rgba(231, 109, 91, 0.4) 100%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .hl3-squa01, .hl3-squa02, .hl3-squa03, .hl3-squa04, .hl3-squa05, .hl3-squa06, .hl3-squa07, .hl3-squa08, .hl3-squa09, .hl3-squa10, .hl3-squa11, .hl3-squa12, .hl3-squa13, .hl3-squa14, .hl3-squa15, .hl3-squa16, .hl3-squa17, .hl3-squa18, .hl3-squa19, .hl3-squa20 {
    display: none;
  }
}
/* HL3 */

/* HL4 */
#hl04 .hl-title {
  width: 610px;
}
#hl04 .hl-04-member {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin: 64px auto;
  gap: 30px;
}
#hl04 .hl-04-member li {
  width: 360px;
  display: flex;
  align-items: center;
  gap: 20px
}
#hl04 .hl-04-member li figcaption {
  padding: 10px;
  font-weight: 600;
  font-size: clamp(14px, 1.6vw, 1.6rem);
}
#hl04 .hl-04-member li figcaption > span {
  display: inline-block;
  font-size: clamp(13px, 1.4vw, 1.4rem);
  font-weight: 400;
  padding-bottom: 5px;
}
#hl04-sc01 {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#hl04-sc01 > .full {
  background: url(../featured-activities/2025-04/images/hl04_section_01.jpg) no-repeat center / cover;
}
#hl04-sc01 > .full > div {
  width: 64%;
  height: 105px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: #0068b7;
  opacity: 0.5;
}
#hl04-sc02 {
  position: relative;
  width: 90%;
  margin: 64px auto;
}
#hl04-sc02 > .full {
  background: url(../featured-activities/2025-04/images/hl04_section_02.jpg) no-repeat center / cover;
}
#hl04-sc02 > .full > div {
  width: 50%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: #0068b7;
  opacity: 0.5;
}
#hl04-sc01 .sc-tit {
  top: 400px;
}
#hl04 .sc-comment {
  gap: 20px;
  align-items: baseline;
  font-size: clamp(13px, 1.6vw, 1.6rem);
}
#hl04 .sc-comment > span {
  white-space: nowrap;
}
#hl04 .sc-comment p {
  margin-top: 0;
}
#hl04 .sc-comment-content-lr-img img {
  margin-bottom: 5px;
}
#hl04 .sc-comment-content-lr-img p {
  font-weight: 400;
  font-size: clamp(12px, 1.4vw, 1.4rem);
  color: #666;
}
@media screen and (max-width: 1024px) {
  #hl04-sc01 .sc-tit {
  top: 300px;
  }
  #hl04-sc01 > .full > div {
  width: 84%;
  }
}
@media screen and (max-width: 768px) {
  #hl04 .hl-title {
    width: 350px;
  }
  #hl04-sc01 > .full > div {
  width: 80%;
  }
  #hl04-sc02 > .full > div {
  width: 70%;
  }
  #hl04-sc01 .sc-tit {
    font-size: 18px;
    top: 210px;
  }
   #hl04 .sc-tit-line {
    padding: 0 0 0 50px;
}
  #hl04 .sc-tit-line::before {
    top: 13px;
    width: 50px;
  }
}
@media screen and (max-width: 568px) {
  #hl04-sc01 {
  width: 100%;
  }
  #hl04-sc01 > .full > div {
  width: 93%;
  height: 80px;
  }
  #hl04-sc02 {
  width: 100%;
  }
  #hl04-sc02 > .full > div {
  width: 70%;
  height: 80px;
  }
  #hl04-sc01 .sc-tit {
  top: 103px;
  }
}
/* HL4 */

/* HL5 */
#hl05 .hl-05-member {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin: 64px auto;
  gap: 10px;
}
#hl05 .hl-05-member li {
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#hl05 .hl-05-member li figcaption {
  padding: 10px;
  font-weight: 600;
  font-size: clamp(14px, 1.6vw, 1.6rem);
}
#hl05 .hl-05-member li figcaption > span {
  display: inline-block;
  font-size: clamp(13px, 1.4vw, 1.4rem);
  font-weight: 400;
  padding-top: 10px;
}
#hl05-sc01 {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#hl05-sc01 > .full {
  background: url(../featured-activities/2025-05/images/hl05_section_01.jpg) no-repeat center / cover;
}
#hl05-sc01 > .full > div {
  width: 60%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: #0068b7;
  opacity: 0.5;
}
#hl05-sc02 {
  position: relative;
  width: 90%;
  margin: 64px auto;
}
#hl05-sc02 > .full {
  background: url(../featured-activities/2025-05/images/hl05_section_02.jpg) no-repeat center / cover;
}
#hl05-sc02 > .full > div {
  width: 60%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: #0068b7;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #hl05-sc01 > .full > div {
  width: 80%;
  }
  #hl05-sc02 > .full > div {
  width: 80%;
  }
}
@media screen and (max-width: 568px) {
  #hl05 .hl-05-member li {
  width: 150px;
  }
  #hl05-sc01 {
  width: 100%;
  }
  #hl05-sc01 > .full > div {
  width: 90%;
  height: 80px;
  }
  #hl05-sc02 {
  width: 100%;
  }
  #hl05-sc02 > .full > div {
  width: 90%;
  height: 80px;
  }
}
/* HL5 */

/* common */
.hl-blue {
  color: #0068b7;
}
.hl-green {
  color: #4da635;
}
.hl-pink {
  color: #d8306e;
}
.hl-purple {
  color: #601986;
}
.hl-orange {
  color: #f08300;
}
.hl-label {
  position: absolute;
  top: 0px;
  left: 15px;
  display: inline-block;
  font-size: clamp(14px, 1.6vw, 1.6rem);
  z-index: 2;
  pointer-events: none;
}
.hl-label::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -30px;
  right: -70px;
  z-index: -1;
  border-top: 72px solid #0068b7;
  border-right: 40px solid transparent;
  line-height: 50px;
  padding-left: 12px;
}
.hl-label-txt {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .hl-label {
    position: absolute;
    top: -15px;
    left: 0;
    width: 120px;
  }
  .hl-label-inner {
    padding: 13px 10px 10px 10px;
  }
  .hl-label-txt {
    font-size: 2.5rem;
  }
  .hl-label::before {
    top: -9px;
    left: -15px;
    right: -5px;
    border-top: 45px solid #0068b7;
    border-right: 25px solid transparent;
  }
}
.hl-main-photo {
  position: relative;
  width: 100%;
  margin: 0 0 70px;
}
.hl-main-photo img {
  width: 100%;
  border-radius: 20px;
}
.hl-title {
  position: absolute;
  bottom: -30px;
  right: -20px;
  z-index: 1;
  width: 630px;
  height: auto;
}
.hl-title-inner {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 20px 55px;
  background: #0068b7;
  color: #fff;
}
.hl-title-inner h2 {
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hl-title-s {
  font-size: 2rem;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .hl-title {
    position: absolute;
    bottom: -40px;
    right: -15px;
    z-index: 1;
    width: 360px;
    height: auto;
  }
  .hl-title-inner {
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 10px 15px;
  }
  .hl-title-inner h2 {
    font-size: 1.6rem;
  }
  .hl-title-s {
    font-size: 1.6rem;
    padding: 5px;
  }
}
.hl-main-lead {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.hl-main-lead p {
  font-size: clamp(16px, 1.8vw, 1.8rem);
  font-weight: 600;
  line-height: 1.8;;
  color: #0068b7;
}
@media screen and (max-width: 568px) {
  .hl-main-lead {
    width: 100%;
  }
}
.circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.circle-s {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.circle-s img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.full {
  margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	width: 100vw;
  height: 450px;
  position: relative;
}
.sc-tit {
  position: absolute;
  top: 360px;
  color: #fff;
  font-size: 26px;
}
.sc-tit-line {
  position: relative;
  padding: 0 0 0 80px;
  display: block;
}
.sc-tit-line::before {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 68px;
  height: 10px;
  content: '';
  border-top: solid 2px #fff;
}
@media screen and (max-width: 1024px) {
  .full {
  height: 350px;
  }
  .sc-tit {
  top: 260px;
  }
}
@media screen and (max-width: 768px) {
  .full {
    height: 250px;
  }
  .sc-tit {
    top: 155px;
  }  
}
@media screen and (max-width: 568px) {
  .full {
    height: 150px;
  }
  .sc-tit {
    font-size: 18px;
    top: 103px;
  }
  .sc-tit-line {
    padding: 0 0 0 50px;
  }
  .sc-tit-line::before {
    top: 15px;
    width: 40px;
  }
}
.hl-caption {
  font-size: clamp(12px, 1.4vw, 1.4rem);
  text-align: right;
  margin-bottom: 30px;
}
.sc-question {
  display: flex;
  align-items: baseline;
  color: #0068b7;
  font-weight: 500;
  font-size: 20px;
  margin: 30px 0;
  gap: 10px;
}
.sc-question > h3 {
  font-size: clamp(16px, 2.0vw, 2.0rem);
}
.question {
  color: #0068b7;
  font-weight: 500;
  font-size: 20px;
}
.question::before {
  content: "Q. ";
  font-size: 36px;
  font-size: clamp(28px, 3.6vw, 3.6rem);
  font-weight: 500;
}
.sc-comment-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.sc-comment {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.sc-comment-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: clamp(12px, 1.4vw, 1.4rem);
  font-weight: 600;
}
.sc-comment p {
  margin-top: 10px;
  font-size: clamp(13px, 1.6vw, 1.6rem);
  line-height: 1.8;
}
.sc-comment-content-lr {
  display: flex;
  gap: 20px;
}
.sc-comment-content-lr-img {
  width: 100%;
}
.sc-comment-content-lr-img img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .sc-question {
    margin: 0 0 10px;
  }
  .sc-comment-content-lr {
    flex-direction: column;
    gap: 30px;
  }
  .sc-comment-content-lr-img {
    width: 70%;
    margin: 0 auto;
  }
}
.hl-comment-box01 {
  position: relative;
  z-index: 0;
  padding: 30px 44px 20px;
  background: #fff;
  border-top: solid 1px  #0068b7;
  border-bottom: solid 1px  #0068b7;
  width: 90%;
  margin: 0 auto 40px;
}
.hl-comment-box01-wrap {
  width: 100%;
  display: flex;
}
.hl-comment-box01-fig {
  width: 26%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: clamp(12px, 1.4vw, 1.4rem);
  font-weight: 500;
}
.hl-comment-box01-fig figure img {
  border-radius: 8px;
  margin: 0 0 5px 0;
}
.hl-comment-box01-txt {
  width: 100%;
}
.hl-comment-box01-article {
  margin: 0 0 34px 0;
  padding:0 0 0 40px;
}
.hl-comment-box01-article p {
  margin: 0;
  padding: 0;
  font-size: clamp(13px, 1.6vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 1.6rem;
}
.hl-comment-box01-tit {
  font-size: clamp(18px, 2.2vw, 2.2rem);
  color: #0068b7;
  font-weight: 600;
  margin: 0 0 25px 0;
  padding: 0 0 0 74px;
  position:relative;
  display:inline-block;
}
.hl-comment-box01-tit::before {
  position:absolute;
  top:calc(50% - 0px);
  left: -8px;
  width:68px;
  height:10px;
  content:'';
  border-top: solid 2px #0068b7;
}
@media screen and (max-width: 768px) {
  .hl-comment-box01 {
    padding: 20px 15px 10px;
    width: 100%;
  }
  .hl-comment-box01-wrap {
    display: block;
  }
  .hl-comment-box01-fig {
    width: 100%;
    margin-bottom: 20px;
  }
  .hl-comment-box01-fig > figure {
    width: 30%;
    margin: 0 auto;
  }
  .hl-comment-box01-txt {
    width: 100%;
  }
  .hl-comment-box01-article {
    margin: 0 0 20px 0;
    padding: 0;
  }
}
.hl-comment-box02 {
  position: relative;
  z-index: 0;
  padding: 30px 44px 20px;
  background: #fff;
  border-top: solid 1px  #0068b7;
  border-bottom: solid 1px  #0068b7;
  width: 90%;
  margin: 0 auto 40px;
}
.hl-comment-box02-wrap {
  width: 100%;
}
.hl-comment-box02-txt {
  width: 100%;
}
.hl-comment-box02-article {
  margin: 0 0 34px 0;
}
.hl-comment-box02-article p {
  margin: 0;
  padding: 0;
  font-size: clamp(13px, 1.6vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 1.6rem;
}
.hl-comment-box02-tit {
  font-size: clamp(18px, 2.2vw, 2.2rem);
  color: #0068b7;
  font-weight: 600;
  margin: 0 0 25px 0;
  padding: 0 0 0 80px;
  position:relative;
  display:inline-block;
}
.hl-comment-box02-tit::before {
  position:absolute;
  top:calc(50% - 0px);
  left: 1px;
  width:68px;
  height:10px;
  content:'';
  border-top: solid 2px #0068b7;
}
@media screen and (max-width: 768px) {
  .hl-comment-box02 {
    padding: 20px 15px 10px;
    width: 100%;
  }
  .hl-comment-box02-wrap {
    display: block;
  }
  .hl-comment-box02-txt {
    width: 100%;
  }
  .hl-comment-box02-article {
    margin: 0 0 20px 0;
    padding: 0;
  }
}

.hl-comment-box03-container {
  width: 90%;
  margin: 0 auto;
}
.hl-comment-box03-rg {
  position: relative;
  z-index: 0;
  margin-left: auto;
  padding: 40px 30px 20px;
  background: #f0f0f0;
  border-radius: 6px;
  width: 90%;
}
.hl-comment-box03-lg {
  position: relative;
  z-index: 0;
  margin-right: auto;
  padding: 40px 30px 20px;
  background: #f0f0f0;
  border-radius: 6px;
  width: 90%;
}
.hl-comment-box03-rb {
  position: relative;
  z-index: 0;
  margin-left: auto;
  padding: 40px 30px 20px;
  background: #edf4fa;
  border-radius: 6px;
  width: 90%;
}
.hl-comment-box03-lb {
  position: relative;
  z-index: 0;
  margin-right: auto;
  padding: 40px 30px 20px;
  background: #edf4fa;
  border-radius: 6px;
  width: 90%;
}
.hl-comment-tit03 {
  font-size: clamp(18px, 2.0vw, 2.0rem);
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0 0 3px 0;
}
.hl-comment-box03-lg > .hl-comment-tit03, .hl-comment-box03-rg > .hl-comment-tit03 {
  color: #666;
  border-bottom: #999 solid 1px;
}
.hl-comment-box03-lb > .hl-comment-tit03, .hl-comment-box03-rb > .hl-comment-tit03 {
  color: #0068b7;
  border-bottom: #76aed8 solid 1px;
}
.hl-comment-tit03::before {
  content: "●";
  margin: 0 0.5rem 0 3px;
}
.hl-comment-wrap03 {
  width: 100%;
  display: flex;
}
.hl-comment-fig03 {
  width: 30%;
  order: 1;
}
.hl-comment-txt03 {
  width: 70%;
  order: 0
}
.hl-comment-article03 {
  margin: 0 0 34px 0;
  padding:0 25px 0 0;
}
.hl-comment-article03 p {
  margin: 0;
  padding: 0;
  font-size: clamp(13px, 1.6vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .hl-comment-box03-rg {
    padding: 20px 15px 10px;
    width: 100%;
  }
  .hl-comment-box03-lg {
    padding: 20px 15px 10px;
    width: 100%;
  }
  .hl-comment-box03-rb {
    padding: 20px 15px 10px;
    width: 100%;
  }
  .hl-comment-box03-lb {
    padding: 20px 15px 10px;
    width: 100%;
  }
  .hl-comment-wrap03 {
    display: block;
  }
  .hl-comment-fig03 {
    width: 100%;
  }
  .hl-comment-txt03 {
    width: 100%;
  }
  .hl-comment-article03 {
    padding: 0;
  }
}
/* common */