/* ---------------------------------------------------
	common
------------------------------------------------------ */
/* ---------------------------------------------------
	top-mv
------------------------------------------------------ */
.top-mv img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 810px) {
  .top-mv {
    width: 100vw;
    margin-top: 130px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* ---------------------------------------------------
	top-news
------------------------------------------------------ */
.top-news {
  position: relative;
  padding: 100px 0 40px;
}
.top-news .news-title {
  width: 31%;
  max-width: 280px;
  padding-top: 10px;
}
.top-news .news-list {
  width: 69%;
  max-width: 600px;
  margin-top: -26px;
  font-size: 1.5rem;
  line-height: 1.7;
}
.top-news .news-list li {
  border-bottom: 1px solid #BEBEBE;
}
.top-news .news-list li a {
  position: relative;
  display: flex;
  padding: 26px 0;
  justify-content: space-between;
}
@media (any-hover: hover) {
  .top-news .news-list li a:hover {
    background: rgba(145, 145, 145, 0.1);
    opacity: 1;
  }
}
.top-news .news-list li a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  transform: rotate(45deg);
}
.top-news .news-list li .time {
  display: block;
  width: 120px;
  padding-top: 2px;
  color: #9B9B9B;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
}
.top-news .news-list li .title {
  display: block;
  width: calc(100% - 120px);
  padding-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.top-news .news-btn {
  position: absolute;
  left: 0;
  top: 190px;
}

@media screen and (max-width: 810px) {
  .top-news {
    padding: 60px 0 40px;
  }
  .top-news .news-title {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .top-news .news-list {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .top-news .news-list li a {
    flex-wrap: wrap;
    padding: 12px 40px 12px 16px;
  }
  .top-news .news-list li a::after {
    right: 20px;
  }
  .top-news .news-list li .time {
    width: 100%;
    padding-top: 0;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .top-news .news-list li .title {
    width: 100%;
    padding-right: 0;
    white-space: normal;
    overflow: inherit;
  }
  .top-news .news-btn {
    position: static;
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
}
/* ---------------------------------------------------
		top-activities
------------------------------------------------------ */
.top-activities {
  padding: 100px 0 40px;
}
.top-activities .activities-list {
  margin-top: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  justify-content: flex-start;
}
.top-activities .activities-list > li {
  width: 30.5%;
  max-width: 260px;
  margin-right: 4.2%;
}
.top-activities .activities-list > li:last-of-type {
  margin-right: 0;
}
.top-activities .activities-list > li .list-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.top-activities .activities-list > li .list-title {
  margin-top: 15px;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
.top-activities .activities-list > li .list-title .en {
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}
.top-activities .activities-list > li .list-title .en + span {
  position: relative;
  display: block;
  align-items: center;
  width: max-content;
  margin: 4px auto 0;
  padding: 0 40px;
}
.top-activities .activities-list > li .list-title .en + span::before, .top-activities .activities-list > li .list-title .en + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 0;
  border-top: 1px solid #919191;
}
.top-activities .activities-list > li .list-title .en + span::before {
  left: 0;
}
.top-activities .activities-list > li .list-title .en + span::after {
  right: 0;
}
.top-activities .activities-list > li .list-text {
  margin-top: 10px;
}
.top-activities .activities-list > li .list-btn {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .top-activities {
    padding: 50px 0 50px;
  }
  .top-activities .activities-list {
    margin-top: 25px;
  }
  .top-activities .activities-list > li .list-title {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
  .top-activities .activities-list > li .list-title .en {
    font-size: 2.2rem;
  }
  .top-activities .activities-list > li .list-text {
    margin-top: 10px;
  }
  .top-activities .activities-list > li .list-btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .top-activities .activities-list {
    display: block;
  }
  .top-activities .activities-list > li {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  .top-activities .activities-list > li + li {
    margin-top: 40px;
  }
  .top-activities .activities-list > li:last-of-type {
    margin-right: auto;
  }
}
/* ---------------------------------------------------
		top-instagram
------------------------------------------------------ */
.top-instagram {
  padding: 100px 0 40px;
}
.top-instagram .instagram-btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .top-instagram {
    padding: 50px 0 40px;
  }
  .top-instagram .instagram-btn {
    margin-top: 40px;
  }
}
/* ---------------------------------------------------
		top-archive
------------------------------------------------------ */
.top-archive {
  padding: 100px 0 40px;
}
.top-archive .archive-btn {
  margin-top: 30px;
  background: #F6F6F6;
  padding: 56px 80px;
  border: 1px solid #BEBEBE;
  justify-content: space-around;
}
.top-archive .archive-btn .btn-title {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
.top-archive .archive-btn .btn-title .en {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.2;
}
.top-archive .archive-btn .btn-title .en + span {
  display: block;
  margin-top: 10px;
}
.top-archive .archive-btn .btn-text {
  margin-right: 8%;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0;
}

@media screen and (max-width: 810px) {
  .top-archive {
    padding: 50px 0 60px;
  }
  .top-archive .archive-btn {
    margin-top: 25px;
    padding: 40px 20px;
  }
  .top-archive .archive-btn .btn-title {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
  .top-archive .archive-btn .btn-title .en {
    font-size: 2.2rem;
  }
  .top-archive .archive-btn .btn-title .en + span {
    margin-top: 10px;
  }
  .top-archive .archive-btn .btn-text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .top-archive .archive-btn {
    display: block;
    padding: 40px 20px;
    text-align: center;
  }
  .top-archive .archive-btn .btn-title .en {
    font-size: 2.4rem;
  }
  .top-archive .archive-btn .btn-title .en + span {
    margin-top: 5px;
  }
  .top-archive .archive-btn .btn-text {
    margin-top: 35px;
    margin-right: 0;
  }
  .top-archive .archive-btn .arrow {
    margin-top: 30px;
  }
}
/* ---------------------------------------------------
		top-profile
------------------------------------------------------ */
.top-profile {
  padding: 100px 0 70px;
}
.top-profile .profile-img {
  width: 33%;
  max-width: 290px;
  margin-top: 30px;
}
.top-profile .profile-body {
  width: 60.2%;
  margin-top: 30px;
}
.top-profile .profile-body .body-title {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.top-profile .profile-body .body-title > span {
  display: inline-block;
}
.top-profile .profile-body .body-title .kana {
  margin-left: 15px;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}
.top-profile .profile-body .body-position {
  margin-top: 12px;
  color: #7F7F7F;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
}
.top-profile .profile-body hr {
  width: calc(50vw - 70px);
  margin: 30px 0;
}
.top-profile .profile-biography {
  position: relative;
  margin-top: 70px;
  font-size: 1.4rem;
}
.top-profile .profile-biography::before {
  content: "";
  display: block;
  position: absolute;
  left: 100px;
  top: 8px;
  width: 0;
  height: calc(100% - 16px);
  border-left: 2px solid #DCDCDC;
}
.top-profile .profile-biography .row {
  display: flex;
  justify-content: space-between;
}
.top-profile .profile-biography .row + .row {
  margin-top: 15px;
}
.top-profile .profile-biography .row-img {
  margin-top: 15px;
  margin-left: -128px;
}
.top-profile .profile-biography dt {
  width: 128px;
  color: #9B9B9B;
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}
.top-profile .profile-biography dd {
  position: relative;
  width: calc(100% - 128px);
}
.top-profile .profile-biography dd::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #DCDCDC;
  border-radius: 50%;
}
.top-profile .profile-biography + hr {
  margin-top: 40px;
}
.top-profile .profile-list {
  margin-top: 40px;
}
.top-profile .profile-list li {
  position: relative;
  padding-left: 25px;
}
.top-profile .profile-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 11px;
  width: 5px;
  height: 5px;
  background: #858585;
  border-radius: 50%;
}
.top-profile .profile-list + .profile-list {
  margin-top: 15px;
}

@media screen and (max-width: 810px) {
  .top-profile {
    padding: 50px 0 50px;
  }
  .top-profile .profile-img {
    width: 100%;
    max-width: 261px;
    margin: 20px auto 0;
  }
  .top-profile .profile-body {
    width: 100%;
    margin-top: 25px;
  }
  .top-profile .profile-body .body-title {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
  .top-profile .profile-body .body-title .kana {
    margin-left: 15px;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
  .top-profile .profile-body .body-position {
    margin-top: 8px;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
  .top-profile .profile-body hr {
    width: 100%;
    margin: 20px 0;
  }
  .top-profile .profile-biography {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .top-profile .profile-biography::before {
    left: 63px;
    top: 8px;
    height: calc(100% - 16px);
    border-left-width: 1px;
  }
  .top-profile .profile-biography .row {
    align-items: center;
  }
  .top-profile .profile-biography .row + .row {
    margin-top: 15px;
  }
  .top-profile .profile-biography .row:has(.row-img) {
    padding-bottom: 200px;
  }
  .top-profile .profile-biography .row-img {
    position: absolute;
    left: -80px;
    top: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .top-profile .profile-biography dt {
    width: 80px;
    font-size: 1.8rem;
  }
  .top-profile .profile-biography dd {
    width: calc(100% - 80px);
  }
  .top-profile .profile-biography dd::before {
    left: -20px;
    top: 50%;
    margin-top: -4px;
  }
  .top-profile .profile-biography + hr {
    margin-top: 40px;
  }
  .top-profile .profile-list {
    margin-top: 40px;
  }
  .top-profile .profile-list li {
    padding-left: 22px;
  }
  .top-profile .profile-list + .profile-list {
    margin-top: 15px;
  }
}
/* ---------------------------------------------------
		top-philosophy
------------------------------------------------------ */
.top-philosophy {
  padding: 100px 0 80px;
}
.top-philosophy .philosophy-title {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
.top-philosophy .philosophy-text {
  max-width: 650px;
  margin: 30px auto 0;
  letter-spacing: 0.03em;
  line-height: 2.2;
}

@media screen and (max-width: 810px) {
  .top-philosophy {
    padding: 50px 0 70px;
  }
  .top-philosophy .philosophy-title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .top-philosophy .philosophy-text {
    margin-top: 25px;
    letter-spacing: 0.03em;
    line-height: 2.2;
  }
}