@charset "UTF-8";
/* 2025 */
.header-sub-contents.-ftr-25 {
  position: absolute;
  top: 110px;
  left: 4%;
  color: #fff;
  margin: 0 20px 0 0;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .header-sub-contents.-ftr-25 {
    top: 130px;
    left: 3%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 568px) {
  .header-sub-contents.-ftr-25 {
    top: 110px;
    left: 2%;
  }
}
.header-sub-contents.-ftr-25 img {
  width: 100%;
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .header-sub-contents.-ftr-25 img {
    max-width: 500px;
  }
}
/* 2025 */

/* common */
.hl-anker-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 38px;
}
.row2 {
  grid-column: 1 / span 3; 
  display: flex;
  justify-content: center;
  gap: 20px;
}
.row2 .hl-anker-item {
  flex: 0 1 calc((100% - (20px * 2)) / 3); 
}
@media screen and (max-width: 768px) {
  .hl-anker-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .row2 {
  flex-direction: column;
  }
}
.hl-anker-item {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.hl-anker-item > a {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  height: 180px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.hl-anker-item > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  z-index: 2;
  pointer-events: none;
}
.hl-anker-item p {
  padding: 20px;
  font-size: clamp(12px, 1.4vw, 1.4rem);
}
.hl-anker-item a h2 {
  color: #fff;
}
.hl-anker-item a h2:nth-of-type(1) {
  position: absolute;
  top: 25px;
  left: 20px;
  display: inline-block;
  font-size: clamp(14px, 1.6vw, 1.6rem);
  z-index: 2;
  pointer-events: none;
}
.hl-anker-item a > h2:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -20px;
  right: -30px;
  z-index: -1;
  border-top: 35px solid #0068b7;
  border-right: 12px solid transparent;
  line-height: 50px;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .hl-anker-item a > h2:nth-of-type(1)::before {
    top: -7px;
    }
  }
.hl-anker-item a > h2:nth-of-type(1)::before {
  opacity: 0.7;
}
.hl-anker-item a h2:nth-of-type(2) {
  position: absolute;
  top: 50%;
  font-size: clamp(34px, 3.6vw, 3.6rem);
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
  z-index: 2;
  pointer-events: none;
}
.hl-anker-item .icon-nxt {
  display: inline-block;
  position: absolute;
  right: 19px;
  bottom: 30px;
}
.hl-anker-item .icon-nxt span {
  display: inline-block;
  position: absolute;
  height: 1px;
  z-index: 3;
  background-color: #fff;
}
.hl-anker-item .icon-nxt span:nth-of-type(1) {
  transform: rotate(45deg);
  width: 24px;
  top: 6px;
  right: 0px;
}
.hl-anker-item .icon-nxt span:nth-of-type(2) {
  width: 50px;
  top: 14px;
  right: 4px;
}
.hl-anker-list .hl-anker-item a img {
  transition: all 0.5s ease 0s;
  z-index: 1;
  border-radius: 15px 15px 0 0;
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.hl-anker-list .hl-anker-item a img:hover {
	transform: scale(1.2, 1.2);
}

.hl-main-lead p {
  font-size: clamp(16px, 1.8vw, 1.8rem);
  font-weight: 600;
  line-height: 1.8;;
  color: #0068b7;
}
.hl-catch {
  font-size: 24px;
  color: #0068b7;
  margin-bottom: 20px;
}
.hl-catch > span {
  position: relative;
  display: inline-block;
}
.hl-catch > span::after {
  position: absolute;
    top: 18px;
    right: -75px;
    width: 68px;
    height: 10px;
    content: '';
    border-top: solid 2px #0068b7;
}
@media screen and (max-width: 768px) {
  .hl-catch {
  font-size: 18px;
  }
  .hl-catch > span::after {
  top: 14px;
  right: -50px;
  width: 45px;
  }
}
@media screen and (max-width: 568px) {
  .hl-catch {
  font-size: 17px;
  }
  .hl-catch > span::after {
  top: 13px;
  right: -50px;
  width: 45px;
  }
}
.hl-full-contents-wrap {
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(50vw - 50%) 50px;
  width: 100vw;
  position: relative;
  background: url("/featured-activities/images/hl_bg_01.png") right/cover no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hl-full-contents-wrap {
    padding: 20px calc(50vw - 50%) 30px;
    background: url("/featured-activities/images/hl_bg_01_tb.png") right/cover no-repeat;
  }
}
@media screen and (max-width: 568px) {
  .hl-full-contents-wrap {
    padding: 10px calc(50vw - 50%) 20px;
    background: url("/featured-activities/images/hl_bg_01_sp.png") right/cover no-repeat;
  }
}
.-overlay-1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
  to bottom,
  rgb(250, 250, 250) 0%,
  rgba(250, 250, 250, 0.1) 20%,
  rgba(250, 250, 250, 0.1) 80%,
  rgba(250, 250, 250) 100%
  );
}
.hl-full-contents {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hl-full-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 15px;
}
@media screen and (max-width: 568px) {
  .hl-full-inner {
  padding: 0;
  }
}
.hl-main-contents-01 {
  display: flex;
  justify-content: center;
}
.hl-main-contents-01 > div:first-of-type {
  width: 45%;
}
.hl-main-tit {
  font-size: clamp(20px, 2.8vw, 2.8rem);
  color: #0068b7;
  margin-bottom: 5px;
}
.hl-philosophy {
  border-bottom: solid 2px #0068b7;
  margin-bottom: 20px;
}
.hl-philosophy p {
  font-size: clamp(16px, 2.0vw, 2.0rem);
  line-height: 1.8;
  margin-bottom: 20px;
}
.hl-guidelines .hl-main-tit {
  font-size: clamp(16px, 2.2vw, 2.2rem);
}
.hl-guidelines p {
  font-size: clamp(14px, 1.7vw, 1.7rem);
  margin-bottom: 10px;
}
.hl-guidelines ul li {
  font-size: clamp(14px, 1.7vw, 1.7rem);
}
.hl-guidelines ul li::before {
    content: "⚫︎";
    margin: 0 0.5rem 0 0;;
    color: #0068b7;
}
.hl-statement {
  width: 55%;
}
.hl-main-contents-02 {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 568px) {
  .hl-main-contents-01 {
    flex-direction: column;
    align-items: center;
  }
  .hl-main-contents-01 > div:first-of-type {
    width: 100%;
  }
  .hl-statement {
    width: 100%;
  }
  .hl-main-contents-02 {
  flex-direction: column;
  align-items: center;
  margin: 30px auto;
  width: 75%;
  }
}
.hl-main-contents-03 {
  padding: 40px;
  margin-top: 50px;
  background-color: rgba(255,255,255,0.5);
}
.hl-main-contents-03 > h2 {
  font-size: clamp(16px, 2.2vw, 2.2rem);
  color: #0068b7;
  padding-bottom: 10px;
  border-bottom: solid 2px #0068b7;
  margin-bottom: 40px;
}
@media screen and (max-width: 568px) {
  .hl-main-contents-03 {
  padding: 10px;
  }
.hl-main-contents-03 > h2 {
  padding: 10px 0;
  margin-bottom: 30px;
  }
}
.hl-main-contents-03 > .hl-anker-list {
  gap: 20px;
}
.hl-main-contents-03 > .hl-anker-list .hl-anker-item p {
  color: #0068b7;
  font-size: clamp(13px, 1.4vw, 1.4rem);
  font-weight: 600;
  text-align: center;
      padding: 20px 10px;
}