@charset "UTF-8";
html body main section.main-visual {
  display: flex;
  align-items: stretch; /* 高さを揃える */
  min-height: 720px; /* 高さの最低値を指定 */
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  html body main section.main-visual {
    flex-direction: column;
    min-height: auto;
  }
}
html body main section.main-visual .main-visual__video {
  flex: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  min-height: 720px;
}
@media screen and (max-width: 991px) {
  html body main section.main-visual .main-visual__video {
    width: 100%;
    min-height: 375px;
  }
}
html body main section.main-visual .main-visual__message {
  min-width: 640px;
  background: #2D70AF;
  background: linear-gradient(-135deg, #38B087 0%, #2D70AF 95%, #2D70AF 100%);
  color: #fff;
  padding: 7rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  html body main section.main-visual .main-visual__message {
    flex: 1;
    min-width: auto;
  }
}
@media screen and (max-width: 991px) {
  html body main section.main-visual .main-visual__message {
    padding: 2.5rem 1rem;
  }
}
html body main section.main-visual .main-visual__message .main-visual__catchcopy {
  font-size: 4.9rem;
  line-height: 1.102;
  position: relative;
  max-width: 220px;
  margin: 0 auto;
  padding: 2rem 3rem;
}
@media screen and (max-width: 991px) {
  html body main section.main-visual .main-visual__message .main-visual__catchcopy {
    display: flex;
    max-width: 100%;
    font-size: 2.6rem;
    padding: 0;
  }
}
html body main section.main-visual .main-visual__message .main-visual__catchcopy::before, html body main section.main-visual .main-visual__message .main-visual__catchcopy::after {
  content: "";
  position: absolute;
  width: 67px;
  height: 64px;
}
@media screen and (max-width: 991px) {
  html body main section.main-visual .main-visual__message .main-visual__catchcopy::before, html body main section.main-visual .main-visual__message .main-visual__catchcopy::after {
    content: none;
  }
}
html body main section.main-visual .main-visual__message .main-visual__catchcopy::before {
  border-left: solid 3px;
  border-top: solid 3px;
  top: 0;
  left: 0;
}
html body main section.main-visual .main-visual__message .main-visual__catchcopy::after {
  border-right: solid 3px;
  border-bottom: solid 3px;
  bottom: 0;
  right: 0;
}
html body main section.main-visual .main-visual__message .main-visual__catchcopy span {
  display: block;
}
@media screen and (max-width: 991px) {
  html body main section.main-visual .main-visual__message .main-visual__catchcopy span:nth-child(2) {
    margin: 0 1rem;
  }
}
html body main section.main-visual .main-visual__message .main-visual__subtext {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.36;
  text-align: center;
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  html body main section.main-visual .main-visual__message .main-visual__subtext {
    padding-top: 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
}
html body main section.main-visual .main-visual__message .main-visual__description {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.667;
  padding-top: 3rem;
}
@media screen and (max-width: 991px) {
  html body main section.main-visual .main-visual__message .main-visual__description {
    padding-top: 1rem;
    font-size: 1.2rem;
  }
}
html body main section.main-visual .main-visual__message .main-visual__button {
  display: block;
  background-color: #fff;
  color: #2E76AB;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  border-radius: 20px;
  padding: 2rem 1rem;
  max-width: 300px;
  margin: 4rem auto 0;
  text-align: center;
  width: 100%;
  transition: 250ms;
}
html body main section.main-visual .main-visual__message .main-visual__button:hover {
  background-color: #2E76AB;
  color: #fff;
}
html body main section.index-posts .base-title-wrapper-toright .base-title {
  position: relative;
}
html body main section.index-posts .base-title-wrapper-toright .base-title::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  html body main section.index-posts .base-title {
    position: relative;
  }
}
html body main section.index-posts .base-title::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 50px;
}
@media screen and (max-width: 767px) {
  html body main section.index-posts .base-title::after {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
html body main section.new-posts .base-title::after {
  background-image: url(../../images/index/new-photo.webp);
  width: 125px;
  height: 144px;
}
@media screen and (max-width: 767px) {
  html body main section.new-posts .base-title::after {
    width: 69px;
    height: 80px;
  }
}
html body main section.featured-posts .base-title::after {
  background-image: url(../../images/index/featured-photo.webp);
  width: 207px;
  height: 157px;
}
@media screen and (max-width: 767px) {
  html body main section.featured-posts .base-title::after {
    width: 113px;
    height: 85px;
  }
}
html body main section.popular-posts .base-title::after {
  background-image: url(../../images/index/popular-photo.webp);
  width: 207px;
  height: 135px;
}
@media screen and (max-width: 767px) {
  html body main section.popular-posts .base-title::after {
    width: 93px;
    height: 61px;
  }
}

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