@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : news.css
Description : お知らせ
===================================================================== */
/* ========================================================
    submv
======================================================== */
.submv_img {
  background-image: url(../images/special/submv_bg01_sp.png);
}
@media screen and (min-width: 768px) {
  .submv_img {
    background-image: url(../images/special/submv_bg01_pc.png);
  }
}

/* ========================================================
    news
======================================================== */
.news {
  position: relative;
  width: 100%;
  padding: 18rem 0 24rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 7.8125vw 0 9.375vw 0;
  }
}
.news_column {
  position: relative;
  width: 96vw;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 768px) {
  .news_column {
    width: 62.5vw;
    margin: 0 auto;
  }
}
.news_cont {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border: 0.2rem solid #000000;
  border-left: none;
}
@media screen and (min-width: 768px) {
  .news_cont {
    border-left: 0.2rem solid #000000;
  }
}
.news_cont + .news_cont {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .news_cont + .news_cont {
    margin-top: 3.125vw;
  }
}
.news_cont > dt {
  width: 11rem;
  background-color: #deebea;
}
@media screen and (min-width: 768px) {
  .news_cont > dt {
    width: 9rem;
  }
}
.news_cont > dt > p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #000000;
}
.news_cont > dt > p > span {
  display: block;
  color: #17b8aa;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .news_cont > dt > p > span {
    font-size: 1.4rem;
  }
}
.news_cont > dt > p > em {
  display: block;
  color: #17b8aa;
  font-style: normal;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .news_cont > dt > p > em {
    font-size: 2rem;
  }
}
.news_cont > dd {
  width: calc(100% - 11rem);
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .news_cont > dd {
    width: calc(100% - 9rem);
  }
}
.news_cont > dd > div {
  position: relative;
  width: 100%;
  padding: 4rem 4rem 6rem 4rem;
}
@media screen and (min-width: 768px) {
  .news_cont > dd > div {
    padding: 4rem 3.125vw 6rem 3.125vw;
  }
}
.news .collabo {
  background-color: #17b8aa;
  padding: 0em 0.5em;
  width: 7em;
  font-size: 1.6rem;
}
.news .pink {
  color: #ef4181;
}
.news_ttl {
  position: relative;
  margin-bottom: -1.5rem;
  padding-bottom: 3rem;
  color: #17b8aa;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
  border-bottom: 0.1rem solid #000000;
}
@media screen and (min-width: 768px) {
  .news_ttl {
    margin-bottom: -1rem;
    padding-bottom: 2rem;
    font-size: 2.6rem;
  }
}
.news_subttl {
  position: relative;
  margin-top: 6rem;
  margin-bottom: -1.5rem;
  padding-left: 1.3em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
}
.news_subttl::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #17b8aa;
}
@media screen and (min-width: 768px) {
  .news_subttl {
    margin-top: 4rem;
    margin-bottom: -1rem;
    font-size: 2.2rem;
  }
}
.news_text {
  position: relative;
  margin-top: 6rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news_text {
    margin-top: 4rem;
  }
}
.news_img {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news_img {
    margin-top: 1rem;
  }
}
.news_img > figure {
  width: 100%;
  margin: 4.5rem 0 0 0;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news_img > figure {
    width: 48%;
    margin: 3rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .news_img > figure:nth-child(2n) {
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) {
  .news_img > figure.imgL {
    width: 80%;
    margin-left: 0;
  }
}
.news_img > figure > img {
  border-radius: 2rem;
  overflow: hidden;
}
.news_img > figure > figcaption {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  padding: 0 1.3em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .news_img > figure > figcaption {
    margin-top: 0.5rem;
    font-size: 1.8rem;
  }
}
.news_img > figure > figcaption::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  color: #17b8aa;
  transform: translateY(-50%);
}
.news_img > figure > figcaption::after {
  content: "●";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  color: #17b8aa;
  transform: translateY(-50%);
}
.news_btnlist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .news_btnlist {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .news_btnlist {
    flex-direction: row;
  }
}
.news_btn {
  position: relative;
  width: 49rem;
  aspect-ratio: 490/110;
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .news_btn {
    width: 32.8rem;
    aspect-ratio: 328/60;
  }
}
.news_btn + .news_btn {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .news_btn + .news_btn {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .news_btn + .news_btn {
    margin-top: 0;
  }
}
.news_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  color: #000000;
  border-radius: 6rem;
  background-color: #17b8aa;
}
@media screen and (min-width: 768px) {
  .news_btn > a:hover {
    color: #17b8aa;
    background-color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .news_btn > a:hover::after {
    background-image: url(../images/common/arrow_bg02_h.png);
  }
}
.news_btn > a::after {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  display: block;
  width: 3.8rem;
  aspect-ratio: 38/26;
  background-image: url(../images/common/arrow_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .news_btn > a::after {
    right: 2.4rem;
    width: 2.4rem;
  }
}
.news_btn > a > span {
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .news_btn > a > span {
    font-size: 2rem;
  }
}/*# sourceMappingURL=special.css.map */