@charset "UTF-8";
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* MinionPro-Bold */
@font-face {
  font-family: "MinionPro-Bold";
  src: url("../../common/fonts/MinionPro-Bold.woff2") format("woff2"), url("../../common/fonts/MinionPro-Bold.woff") format("woff");
  font-weight: 700;
}
/* MinionPro-Medium */
@font-face {
  font-family: "MinionPro-Medium";
  src: url("../../common/fonts/MinionPro-Medium.woff2") format("woff2"), url("../../common/fonts/MinionPro-Medium.woff") format("woff");
  font-weight: 500;
}
/* MinionPro-Regular */
@font-face {
  font-family: "MinionPro-Regular";
  src: url("../../common/fonts/MinionPro-Regular.woff2") format("woff2"), url("../../common/fonts/MinionPro-Regular.woff") format("woff");
  font-weight: 400;
}
/* MinionPro-Semibold */
@font-face {
  font-family: "MinionPro-Semibold";
  src: url("../../common/fonts/MinionPro-Semibold.woff2") format("woff2"), url("../../common/fonts/MinionPro-Semibold.woff") format("woff");
  font-weight: 600;
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
.top section#kv_movie {
  position: relative;
}
.top section#kv_movie .kv_video_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.23);
  pointer-events: none;
  /* クリックを透過 */
  z-index: 0;
  /* ビデオの上に配置 */
}
.top section#kv_movie .kv_video_wrap video {
  object-fit: cover;
  width: 100%;
  height: calc(99vh - 108px);
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .top section#kv_movie .kv_video_wrap video {
    height: calc(90vh - 65px);
  }
}
.top section#kv_movie .kv_cont {
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1300px;
  height: calc(79vh - 108px);
  margin: 0 auto;
}
.top section#kv_movie .kv_cont .kv_cont_wrap .catch {
  position: absolute;
  padding: 2px 9px;
  bottom: 4%;
  left: 3%;
  margin: 0;
  max-width: 477px;
}
@media screen and (max-width: 900px) {
  .top section#kv_movie .kv_cont .kv_cont_wrap .catch {
    padding: 0;
    bottom: 0;
    left: 0;
    width: 70%;
  }
}
.top section#kv_movie .scroll_down {
  position: absolute;
  bottom: 38px;
  right: 25px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .top section#kv_movie .scroll_down {
    bottom: 19%;
    right: 3%;
  }
}
.top section#kv_movie .scroll_down a {
  font-family: "futura";
  letter-spacing: 4px;
  font-size: 12px;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .top section#kv_movie .scroll_down a {
    font-size: calc(10px - 4px + 1.06vw);
  }
}
.top section#kv_movie .scroll_down:after {
  content: "";
  background-image: url(../images/scroll_down_arrow.webp);
  background-size: contain;
  width: 6px;
  height: 30px;
  animation: bounce 1.5s infinite;
}
@media screen and (max-width: 900px) {
  .top section#kv_movie .scroll_down:after {
    width: 4px;
    height: 25px;
  }
}
@media screen and (max-width: 900px) {
  .top section#about .about_title_wrap {
    margin-left: -45%;
    margin-top: 12vw;
    flex: 1;
  }
}
.top section#about .about_title_wrap .title {
  font-family: "notoserif_r";
  font-size: 23px;
  line-height: 1.7;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .top section#about .about_title_wrap .title {
    font-size: calc(15px - 4px + 1.06vw);
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.top section#about .about_title_wrap .sub_title {
  font-family: "MinionPro-Medium";
  font-size: 18px;
  letter-spacing: 1px;
  color: #b0ab85;
  font-weight: normal;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
@media screen and (max-width: 900px) {
  .top section#about .about_title_wrap .sub_title {
    font-size: calc(9px - 4px + 1.06vw);
    margin: 0;
    padding-left: 2px;
  }
}
.top section#about .about_title_wrap .sub_title .line {
  height: 1px;
  background-color: #b0ab85;
  max-width: 114px;
  margin-left: 14px;
}
@media screen and (max-width: 900px) {
  .top section#about .about_title_wrap .sub_title .line {
    max-width: 54px;
  }
}
.top section#about .about_title_wrap .sub_title .line.in-view {
  animation: borderToRight 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.top section#about .about_wrap {
  padding-top: 70px;
  padding-bottom: 175px;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap {
    padding-top: 37px;
    padding-bottom: 73px;
  }
}
.top section#about .about_wrap .about_cont .about_cont_wrap {
  display: flex;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_cont .about_cont_wrap {
    flex-direction: column;
  }
}
.top section#about .about_wrap .about_cont .about_cont_wrap .col_2_sp {
  flex: 1;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_cont .about_cont_wrap .col_2_sp {
    display: flex;
    margin-bottom: 35px;
  }
}
.top section#about .about_wrap .about_cont .about_cont_wrap .about_cards {
  padding-left: 59px;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_cont .about_cont_wrap .about_cards {
    padding-left: 0;
    width: 90%;
  }
}
.top section#about .about_wrap .about_cont .about_cont_wrap .about_cards .about_card {
  position: relative;
}
.top section#about .about_wrap .about_cont .about_cont_wrap .about_cards .about_card.about_card_1 {
  max-width: 351px;
  width: 50%;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_cont .about_cont_wrap .about_cards .about_card.about_card_1 {
    width: 46%;
  }
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_cont .about_cont_wrap .about_cards .about_card.about_card_1 img {
    aspect-ratio: 20/29;
    object-fit: cover;
  }
}
.top section#about .about_wrap .about_cont .about_cont_wrap .about_cards .about_card.about_card_2 {
  max-width: 473px;
  width: 69%;
  z-index: 0;
  margin-top: -38%;
  margin-left: 10%;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_cont .about_cont_wrap .about_cards .about_card.about_card_2 {
    width: 65%;
  }
}
.top section#about .about_wrap .about_cont .about_cont_wrap .about_cards .about_card.about_card_3 {
  max-width: 540px;
  width: 79%;
  z-index: 1;
  margin-top: -27%;
  margin-left: 16%;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_cont .about_cont_wrap .about_cards .about_card.about_card_3 {
    margin-top: -26%;
    margin-left: 18%;
  }
}
.top section#about .about_wrap .about_cont .about_cont_wrap .about_cont_text {
  width: 41%;
  padding-top: 8%;
  padding-left: 15px;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_cont .about_cont_wrap .about_cont_text {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.top section#about .about_wrap .about_cont .about_cont_wrap .about_cont_text .text {
  font-size: 15px;
  line-height: 2.6;
  margin-bottom: 68px;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_cont .about_cont_wrap .about_cont_text .text {
    font-size: calc(13px - 4px + 1.06vw);
    line-height: 2;
    text-align: center;
    margin-bottom: 44px;
  }
}
.top section#about .about_wrap .about_cont .about_cont_wrap .about_cont_text .el_btn_002 {
  margin-left: 0;
}
@media screen and (max-width: 900px) {
  .top section#about .about_wrap .about_cont .about_cont_wrap .about_cont_text .el_btn_002 {
    margin-left: auto;
  }
}
.top section#members .members_kv_container {
  position: relative;
  height: 370px;
}
@media screen and (max-width: 900px) {
  .top section#members .members_kv_container {
    height: 175px;
  }
}
.top section#members .members_kv_container .members_kv_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.top section#members .members_kv_container .members_kv_inner .members_kv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/members_kv.webp");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .top section#members .members_kv_container .members_kv_inner .members_kv {
    background-image: url("../images/members_kv_sp.webp");
    background-size: 150%;
    background-position: 50% 50%;
  }
}
.top section#members .members_wrap {
  padding-top: 110px;
  padding-bottom: 75px;
}
@media screen and (max-width: 900px) {
  .top section#members .members_wrap {
    padding-top: 45px;
    padding-bottom: 73px;
  }
}
.top section#members .members_wrap .members_cont {
  max-width: 1160px;
  margin: 0 auto;
}
.top section#members .members_wrap .members_cont .sec_service {
  margin-bottom: 140px;
}
@media screen and (max-width: 900px) {
  .top section#members .members_wrap .members_cont .sec_service {
    margin-bottom: 80px;
  }
}
.top section#members .members_wrap .members_cont .sec_service .sec_service_cont {
  max-width: 825px;
  margin: 0 auto;
}
.top section#members .members_wrap .members_cont .sec_service .sec_service_cont .sec_service_cont_img {
  margin-top: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .top section#members .members_wrap .members_cont .sec_service .sec_service_cont .sec_service_cont_img {
    width: 80%;
    margin: 45px auto 20px;
  }
}
.top section#members .members_wrap .members_cont .sec_service .sec_service_cont .sec_service_cont_text {
  font-size: 14px;
  margin-bottom: 37px;
}
@media screen and (max-width: 900px) {
  .top section#members .members_wrap .members_cont .sec_service .sec_service_cont .sec_service_cont_text {
    width: 80%;
    margin: 0 auto 37px;
    font-size: calc(12px - 4px + 1.06vw);
  }
}
.top section#members .members_wrap .members_cont .sec_private .sec_private_cont {
  max-width: 825px;
  margin: 0 auto;
}
.top section#members .members_wrap .members_cont .sec_private .sec_private_cont .sec_private_cont_img {
  margin-top: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .top section#members .members_wrap .members_cont .sec_private .sec_private_cont .sec_private_cont_img {
    width: 80%;
    margin: 45px auto 20px;
  }
}
.top section#members .members_wrap .members_cont .sec_private .sec_private_cont .sec_private_cont_text {
  font-size: 14px;
  margin-bottom: 37px;
}
@media screen and (max-width: 900px) {
  .top section#members .members_wrap .members_cont .sec_private .sec_private_cont .sec_private_cont_text {
    width: 80%;
    margin: 0 auto 37px;
    font-size: calc(12px - 4px + 1.06vw);
  }
}
.top section#members .members_wrap .members_cont .el_btn_003 {
  margin-bottom: 45px;
}
.top section#members .members_wrap .members_cont .coution {
  font-size: 15px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .top section#members .members_wrap .members_cont .coution {
    font-size: calc(12px - 4px + 1.06vw);
  }
}
.top section#topics {
  padding: 55px 0 65px;
  background-color: #444444;
}
@media screen and (max-width: 900px) {
  .top section#topics {
    padding-top: 45px;
    padding-bottom: 73px;
  }
}
.top section#topics .topics_wrap {
  max-width: 1186px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top section#topics .topics_wrap {
    gap: 1.5rem;
    padding: 0 1.8rem;
  }
}
.top section#topics .topics_wrap .topics_header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 43px;
  margin-top: -40px;
}
@media screen and (max-width: 900px) {
  .top section#topics .topics_wrap .topics_header {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.top section#topics .topics_wrap .topics_btn .el_btn_002 {
  width: 215px;
}
.top section#topics .topics_wrap .topics_btn .el_btn_002 a {
  font-size: 14px;
}
.top section#topics .topics_wrap .topics_btn .el_btn_002 a .arrow_right.in-view:after {
  width: 28px;
}
.top section#topics .topics_wrap .topics_btn .el_btn_002 a .arrow_right.in-view:before {
  left: 18px;
}
.top section#topics .topics_wrap .topics_conts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top section#topics .topics_wrap .topics_conts {
    gap: 0.8rem;
    margin-bottom: 30px;
  }
}
.top section#topics .topics_wrap .topics_conts .topics_cont {
  width: calc((100% - 3 * 1.1rem) / 4);
  background: #fff;
  border: 1px solid #9b9b9b;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .top section#topics .topics_wrap .topics_conts .topics_cont {
    width: 100%;
  }
}
.top section#topics .topics_wrap .topics_conts .topics_cont .topics_cont_link {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 900px) {
  .top section#topics .topics_wrap .topics_conts .topics_cont .topics_cont_link {
    display: flex;
    align-items: center;
  }
}
.top section#topics .topics_wrap .topics_conts .topics_cont .topics_cont_link:hover {
  opacity: 0.8;
}
.top section#topics .topics_wrap .topics_conts .topics_cont .topics_cont_link .topics_img_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 530/360;
}
@media screen and (max-width: 900px) {
  .top section#topics .topics_wrap .topics_conts .topics_cont .topics_cont_link .topics_img_wrap {
    width: 48%;
  }
}
.top section#topics .topics_wrap .topics_conts .topics_cont .topics_cont_link .topics_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.3s ease, opacity 0.3s ease;
}
.top section#topics .topics_wrap .topics_conts .topics_cont .topics_cont_link .topics_img_wrap img:hover {
  transform: scale(1.1);
}
.top section#topics .topics_wrap .topics_conts .topics_cont .topics_cont_link .topics_ttl {
  font-size: 15px;
  line-height: 1.2;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 16px 13px;
  font-weight: normal;
}
@media screen and (max-width: 900px) {
  .top section#topics .topics_wrap .topics_conts .topics_cont .topics_cont_link .topics_ttl {
    font-size: calc(15px - 4px + 1.06vw);
    -webkit-line-clamp: 3;
    line-clamp: 3;
    flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .top section#topics .topics_wrap .topics_btn .el_btn_002 a {
    font-size: calc(12px - 4px + 1.06vw);
  }
}
@media screen and (max-width: 900px) {
  .top section#topics .topics_wrap .topics_btn .el_btn_002 a .arrow_right.in-view:before {
    left: 22px;
  }
}

/*# sourceMappingURL=top.css.map */
