@font-face {
  font-family: "ZenOldMincho", sans-serif;
  font-style: normal;
  src: url(../font/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique", sans-serif;
  font-style: normal;
  src: url(../font/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500 300 200;
  src: url(../font/Manrope-Medium.ttf) format("truetype");
  src: url(../font/Manrope-Light.ttf) format("truetype");
  src: url(../font/Manrope-ExtraLight.ttf) format("truetype");
}
main {
  background-color: #fdfcfc;
  padding: 0 0 100px;
  position: relative;
  z-index: 0;
}

.activity .main_visual {
  aspect-ratio: 1280/720;
  background: url(../image/activity/main_visual.jpg?20250406) no-repeat center center/cover;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .activity .main_visual {
    aspect-ratio: 375/440;
    background: url(../image/activity/main_visual_sp.jpg?20250427) no-repeat center center/cover;
  }
}
.activity .main_visual .main_copy {
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .activity .main_visual .main_copy {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.activity .main_visual .main_copy h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .activity .main_visual .main_copy h1 {
    font-size: 26px;
    text-align: center;
  }
}
.activity .main_visual .main_copy h1 span {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .activity .main_visual .main_copy h1 span {
    font-size: 10px;
  }
}
.activity .concept_wave_container {
  overflow: hidden;
  position: relative;
  top: -99px;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .activity .concept_wave_container {
    top: -99px;
  }
}
.activity .concept_text {
  height: 100%;
  margin: 100px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .activity .concept_text {
    margin: 0;
  }
}
.activity .concept_text .concept_text_inner {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .activity .concept_text .concept_text_inner {
    margin: 0 auto;
    width: 90%;
  }
}
.activity .concept_text .concept_text_inner h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .activity .concept_text .concept_text_inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.activity .concept_text .concept_text_inner .concept_text_sub {
  color: #000000;
  font-size: 12px;
  text-align: center;
}
.activity .concept_text .concept_text_inner .concept_text_copy {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 2.1;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .activity .concept_text .concept_text_inner .concept_text_copy {
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .activity .concept_text .concept_text_inner .concept_text_copy {
    text-align: left;
  }
}
.activity .activity_section .activity_item {
  margin: 0 auto 70px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .activity .activity_section .activity_item {
    margin-top: 50px;
    width: 100%;
  }
}
.activity .activity_section .activity_text_area {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin-top: 46px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .activity .activity_section .activity_text_area {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }
}
.activity .activity_section .activity_text_area .activity_contents_title {
  border-right: 1px solid #d5d5d5;
  display: flex;
  flex-direction: column;
  font-size: 34px;
  font-weight: 200;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-bottom: 30px;
  padding-right: 90px;
  white-space: nowrap;
  width: 345px;
}
@media screen and (max-width: 959px) {
  .activity .activity_section .activity_text_area .activity_contents_title {
    border-right: none;
    margin-bottom: 20px;
    margin-top: 45px;
  }
}
.activity .activity_section .activity_text_area .activity_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 90px;
}
@media screen and (max-width: 959px) {
  .activity .activity_section .activity_text_area .activity_text {
    padding-left: 0;
  }
}
.activity .activity_section .link_btn {
  margin: 20px 0 0 auto;
  width: 260px;
}
@media screen and (max-width: 959px) {
  .activity .activity_section .link_btn {
    margin: 20px auto 0;
  }
}
.activity .activity_section .link_btn a {
  align-items: center;
  border-bottom: 1px solid #101010;
  color: #101010;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.activity .activity_section .link_btn a::after {
  background-image: url(../image/right_arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9px;
  margin-left: 10px;
  transition: all 0.3s ease;
  width: 9px;
}
.activity .activity_section .link_btn a:hover::after {
  transform: translateX(3px);
  transition: all 0.3s ease;
}
.activity .other_activity_section {
  background-color: #f7f7f8;
}
.activity .other_activity_section .other_activity_inner {
  margin: 0 auto;
  padding: 90px 0;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .activity .other_activity_section .other_activity_inner {
    padding: 30px 0;
    width: 100%;
  }
}
.activity .other_activity_section .other_activity_inner h2 {
  color: #101010;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .activity .other_activity_section .other_activity_inner h2 {
    font-size: 22px;
  }
}
.activity .other_activity_section .activity_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
.activity .other_activity_section .activity_list::after {
  content: "";
  display: block;
  width: calc(33% - 15px);
}
.activity .other_activity_section .activity_list .activity_item {
  background-color: #fff;
  color: #101010;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 30px;
  width: calc(33% - 15px);
}
@media screen and (max-width: 959px) {
  .activity .other_activity_section .activity_list .activity_item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 560px) {
  .activity .other_activity_section .activity_list .activity_item {
    width: 100%;
  }
}
.activity .other_activity_section .activity_list .activity_item:hover .arrow_btn {
  transform: translateX(3px);
  transition: all 0.3s ease;
}
.activity .other_activity_section .activity_list .activity_item .activity_image {
  height: 100%;
  width: 100%;
}
.activity .other_activity_section .activity_list .activity_item .activity_image img {
  width: 100%;
}
.activity .other_activity_section .activity_list .activity_item .activity_text_area {
  min-height: 230px;
  padding: 16px 16px 50px 16px;
  position: relative;
}
.activity .other_activity_section .activity_list .activity_item .activity_text_area .title {
  border-bottom: 1px solid #d5d5d5;
  font-size: 15px;
  padding-bottom: 16px;
}
.activity .other_activity_section .activity_list .activity_item .activity_text_area .text {
  font-size: 12px;
  line-height: 1.8;
  padding-top: 16px;
}
.activity .other_activity_section .activity_list .activity_item .arrow_btn {
  bottom: 20px;
  height: 13px;
  position: absolute;
  right: 20px;
  transition: all 0.3s ease;
  width: 13px;
}
.activity .other_activity_section .activity_list .activity_item.noevent {
  pointer-events: none;
}
/*# sourceMappingURL=sourcemaps/activity.css.map */