@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@keyframes activebar {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
/* top */
/* ============================================ */
main {
  padding-bottom: 0;
}

.important {
  padding-block: 20px;
  background: #bca62f;
  color: #fff;
}
@media all and (max-width: 896px) {
  .important {
    padding-block: 15px;
  }
}
.important dl {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-inline: 20px;
}
@media all and (max-width: 896px) {
  .important dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-inline: 0;
  }
}
.important dt {
  flex: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.important dd {
  width: 100%;
}
.important dd ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.important dd ul a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 20px;
  border: 2px solid #fff;
  border-radius: 100px;
  background: #fff;
  color: #2f2f2f;
}
.important dd ul a time {
  flex: none;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}
.important dd ul a p {
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.important dd ul a:hover {
  background: #bca62f;
  color: #fff;
  opacity: 1;
}

.mv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media all and (max-width: 896px) {
  .mv {
    flex-direction: column;
  }
}
.mv-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 13.33vw;
}
@media all and (max-width: 896px) {
  .mv-left {
    display: none;
  }
}
.mv-left img {
  border-radius: 0 10px 10px 0;
}
.mv-right {
  width: 46.88vw;
}
@media all and (max-width: 896px) {
  .mv-right {
    display: none;
  }
}
.mv-right img {
  border-radius: 10px 0 0 10px;
}
.mv-txt {
  padding-inline: 10px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.56vw;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 2px;
}
@media all and (max-width: 896px) {
  .mv-txt {
    margin-top: 40px;
    font-size: 2rem;
  }
}
.mv-txt h1 {
  display: flex;
  flex-direction: column;
  font-size: 1.75vw;
}
@media all and (max-width: 896px) {
  .mv-txt h1 {
    font-size: 2.6rem;
  }
}
.mv-txt h1 span {
  margin-bottom: 1.25vw;
  color: #94214d;
  font-size: 1.67vw;
  font-weight: 600;
  line-height: 1.75;
}
@media all and (max-width: 896px) {
  .mv-txt h1 span {
    font-size: 2rem;
  }
}
.mv-txt h1 span strong {
  font-size: 7.29vw;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .mv-txt h1 span strong {
    font-size: 7.8rem;
  }
}
.mv-txt ul {
  display: flex;
  flex-direction: column;
  gap: 0.83vw;
  margin-top: 2.5vw;
}
@media all and (max-width: 896px) {
  .mv-txt ul {
    gap: 10px;
    margin-top: 16px;
  }
}
.mv-txt ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.21vw;
  padding-inline: 56px 32px;
  border-radius: 5.21vw;
  border: 2px solid #1e3963;
  background: #1e3963;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1.2rem, 1.04vw, 2rem);
}
@media all and (max-width: 896px) {
  .mv-txt ul li a {
    height: 60px;
    border-radius: 100px;
    font-size: 1.6rem;
  }
}
.mv-txt ul li a i {
  position: absolute;
  left: 32px;
  line-height: 1;
}
.mv-txt ul li a img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.mv-txt ul li a:hover {
  background: #fff;
  color: #1e3963;
  opacity: 1;
}
.mv-txt ul li a:hover img {
  filter: none;
}
.mv-bnr {
  position: absolute;
  bottom: -2.6vw;
  right: 1.56vw;
  width: 330px;
  padding-bottom: 50px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(28, 42, 78, 0.25);
}
@media all and (max-width: 896px) {
  .mv-bnr {
    position: relative;
    bottom: auto;
    right: auto;
    width: calc(100% - 100px);
    margin: 50px auto 0;
  }
}
.mv-bnr .swiper-pagination {
  width: auto;
  bottom: 15px;
  left: 10px;
}
.mv-bnr .swiper-pagination-bullet {
  width: 25px;
  height: 2px;
  margin: 0 2px !important;
  border-radius: 0;
  background: #d2d7e0;
  opacity: 1;
}
.mv-bnr .swiper-pagination-bullet-active {
  position: relative;
}
.mv-bnr .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 2px;
  background: #1e3963;
  animation: activebar 5s linear forwards;
}
.mv-bnr .swiper-pagination-extra {
  position: absolute;
  right: 13px;
  bottom: 15px;
  color: #1e3963;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.recommend {
  margin-top: 8.33vw;
}
@media all and (max-width: 896px) {
  .recommend {
    margin-top: 80px;
  }
}
.recommend .media-pair {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media all and (max-width: 896px) {
  .recommend .media-pair {
    flex-direction: column;
  }
}
.recommend .media-pair li {
  width: calc((100% - 24px) / 2);
}
@media all and (max-width: 896px) {
  .recommend .media-pair li {
    width: 100%;
  }
}
.recommend .media-pair li img {
  width: 100%;
  border-radius: 30px;
}
@media all and (max-width: 896px) {
  .recommend .media-pair li img {
    border-radius: 20px;
  }
}
.recommend .media-pair li iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 30px;
}

.pickup {
  margin-top: 5.21vw;
}
@media all and (max-width: 896px) {
  .pickup {
    margin-top: 80px;
  }
}
@media all and (max-width: 896px) {
  .pickup .inner-l {
    width: 100%;
  }
}
.pickup-list {
  position: relative;
  padding: 40px 10.42vw 70px;
  border-radius: 40px;
  background: #dde2ea;
}
@media all and (max-width: 896px) {
  .pickup-list {
    padding-inline: 65px;
  }
}
.pickup .swiper {
  width: 100%;
  height: 100%;
}
.pickup .swiper-slide figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media all and (max-width: 896px) {
  .pickup .swiper-slide figure img {
    height: 165px;
  }
}
.pickup .swiper-slide .exp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 30px 1.56vw;
  transition: 0.2s;
}
@media all and (max-width: 896px) {
  .pickup .swiper-slide .exp {
    padding: 24px;
  }
}
.pickup .swiper-slide .exp span {
  padding: 4px 12px 6px;
  border-radius: 4px;
  border: 1px solid #1e3963;
  background: #fff;
  color: #1e3963;
  font-size: 1.4rem;
  line-height: 1;
}
.pickup .swiper-slide .exp h3 {
  display: -webkit-box;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.pickup .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 40px;
  background: #fff;
  overflow: hidden;
}
.pickup .swiper-slide a:hover {
  background: #e8ebef;
  opacity: 1;
}
.pickup .swiper-slide a:hover .exp {
  color: #1e3963;
}
.pickup .swiper-slide a:hover .exp h3, .pickup .swiper-slide a:hover .exp p {
  text-decoration: underline;
}
.pickup .swiper-button-prev, .pickup .swiper-button-next {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .pickup .swiper-button-prev, .pickup .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
.pickup .swiper-button-prev::after, .pickup .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 12px;
  background: url(../images/common/ico_ar.svg) no-repeat center/cover;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.pickup .swiper-button-prev:hover, .pickup .swiper-button-next:hover {
  background: #1e3963;
}
.pickup .swiper-button-prev:hover::after, .pickup .swiper-button-next:hover::after {
  filter: brightness(0) invert(1);
}
.pickup .swiper-button-prev {
  transform: scaleX(-1);
  left: calc(5.21vw - 32px);
}
@media all and (max-width: 896px) {
  .pickup .swiper-button-prev {
    left: 15px;
  }
}
.pickup .swiper-button-next {
  right: calc(5.21vw - 32px);
}
@media all and (max-width: 896px) {
  .pickup .swiper-button-next {
    right: 15px;
  }
}
.pickup .swiper-pagination {
  bottom: 20px;
}
.pickup .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  border-radius: 0;
  background: #7888a1;
  opacity: 1;
}
@media all and (max-width: 896px) {
  .pickup .swiper-pagination-bullet {
    width: 30px;
  }
}
.pickup .swiper-pagination-bullet-active {
  position: relative;
}
.pickup .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 2px;
  background: #fff;
  animation: activebar 5s linear forwards;
}

.info {
  margin-top: 100px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
@media all and (max-width: 896px) {
  .info {
    margin-top: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #fff 100%);
  }
}
.info .lv2 {
  margin-bottom: 80px;
}
.info-list {
  display: flex;
  gap: 1.93vw;
}
@media all and (max-width: 896px) {
  .info-list {
    flex-direction: column;
    gap: 60px;
  }
}
.info-box {
  position: relative;
  width: calc((100% - 3.85vw) / 3);
  padding: 60px 2.8vw 2.8vw;
  border-radius: 40px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
@media all and (max-width: 896px) {
  .info-box {
    width: 100%;
    padding: 50px 24px 0;
  }
}
.info-box i {
  position: absolute;
  left: 50%;
  top: -35px;
  width: 70px;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .info-box i {
    width: 60px;
    top: -30px;
  }
}
.info-box h3 {
  text-align: center;
}
.info-box ul li {
  border-top: 1px solid #e8e8e8;
}
.info-box ul li:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.info-box ul li .property {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.info-box ul li .property span {
  flex: none;
  min-width: 92px;
  max-width: 100%;
  padding: 4px 12px 6px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
.info-box ul li .property span.tag-info {
  background: #1e3963;
}
.info-box ul li .property span.tag-note {
  background: #a28037;
}
.info-box ul li .property span.tag-plan {
  background: #00715a;
}
.info-box ul li .property span.tag-facility {
  background: #94214d;
}
.info-box ul li .property span.tag-important {
  background: #c53a3c;
}
.info-box ul li .property time {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.info-box ul li p {
  display: inline-block;
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box ul li p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.info-box ul li a {
  display: block;
  padding: 16px;
}
.info-box ul li a:hover {
  background: rgba(30, 57, 99, 0.05);
  color: #1e3963;
  opacity: 1;
}
.info-box ul li a:hover time, .info-box ul li a:hover p {
  text-decoration: underline;
}
.info-box ul li a[target=_blank] p {
  padding-right: 20px;
}
.info-box ul li a[target=_blank] p::after {
  right: 3px;
  width: 12px;
  height: 12px;
  background: url(../images/common/ico_blank.svg) no-repeat center/cover;
}
.info-box ul li a[href$=".pdf"] p::after {
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_pdf.svg) no-repeat center/cover;
}
.info-box ul li a[href$=".xls"] p::after, .info-box ul li a[href$=".xlsx"] p::after, .info-box ul li a[href$=".xlsn"] p::after {
  right: 0;
  width: 16px;
  height: 19px;
  background: url(../images/common/ico_excel.svg) no-repeat center/cover;
}
.info-box ul li a[href$=".doc"] p::after, .info-box ul li a[href$=".docx"] p::after {
  right: 0;
  width: 16px;
  height: 19px;
  background: url(../images/common/ico_word.svg) no-repeat center/cover;
}
.info-box ul li a[href$=".ppt"] p::after, .info-box ul li a[href$=".pptx"] p::after, .info-box ul li a[href$=".ppsx"] p::after, .info-box ul li a[href$=".pptm"] p::after, .info-box ul li a[href$=".zip"] p::after {
  right: 0;
  width: 16px;
  height: 19px;
  background: url(../images/common/ico_file.svg) no-repeat center/cover;
}
.info-box .more {
  margin-top: 32px;
  text-align: center;
}
@media all and (max-width: 896px) {
  .info-box .more {
    margin-top: 24px;
  }
}
.info-box .more a {
  position: relative;
  padding-right: 32px;
  color: #1e3963;
  font-weight: 600;
}
.info-box .more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 9px;
  background: url(../images/common/ico_ar.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.info-box .more a:hover {
  text-decoration: underline;
  opacity: 1;
}

.pr {
  padding-block: 5.21vw 6.5vw;
  background: url(../images/common/bg.webp);
}
@media all and (max-width: 896px) {
  .pr {
    padding-block: 60px;
  }
}
.pr ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875vw;
}
@media all and (max-width: 896px) {
  .pr ul {
    gap: 10px 8px;
  }
}
.pr ul li {
  width: calc((100% - 5.625vw) / 4);
}
@media all and (max-width: 896px) {
  .pr ul li {
    width: calc((100% - 8px) / 2);
  }
}
.pr ul img {
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 896px) {
  .pr ul img {
    border-radius: 2px;
  }
}

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