@charset "UTF-8";
/* 変数宣言 */
/* 変数宣言 */
body {
  /*container*/
}
body #container {
  /*main*/
}
body #container main {
  overflow: hidden;
  /*mv*/
  /*projects_detail*/
  /*others*/
}
body #container main #mv {
  /*wrap*/
}
body #container main #mv .wrap {
  background-image: url("../../../img/news/mv_sp.jpg");
  background-size: cover;
  width: 100vw;
  height: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  /*title*/
}
@media screen and (min-width: 768px) {
  body #container main #mv .wrap {
    background-image: url("../../../img/news/mv_pc.jpg");
    height: 42.8571428571vw;
  }
}
body #container main #mv .wrap .title h1 {
  color: #000000;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.9;
  font-size: 13.5vw;
  text-align: right;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  transform: translateY(30px);
  animation: mv_title 1s 1s forwards;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  body #container main #mv .wrap .title h1 {
    font-size: 7.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #mv .wrap .title h1 {
    font-size: 108px;
  }
}
body #container main #news_detail {
  /*wrap*/
}
body #container main #news_detail .wrap {
  background-color: #FFFFFF;
  padding: 10vw 0 7.5vw;
  /*title_line*/
  /*slide_wrap*/
  /*detail_wrap*/
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap {
    padding: 5.7142857143vw 0 5vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap {
    padding: 80px 0 70px;
  }
}
body #container main #news_detail .wrap .title_line {
  width: 65.5vw;
  margin: 0 auto 10vw;
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .title_line {
    width: 42.8571428571vw;
    margin-bottom: 4.2857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .title_line {
    width: 600px;
    margin-bottom: 60px;
  }
}
body #container main #news_detail .wrap .title_line .date {
  line-height: 1;
  font-size: 3vw;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 5vw;
  color: #7a6a56;
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .title_line .date {
    font-size: 1.7142857143vw;
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .title_line .date {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
body #container main #news_detail .wrap .title_line h2 {
  margin-bottom: 5vw;
  line-height: 1.4;
  font-size: 3.75vw;
  font-weight: bold;
  color: #7a6a56;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .title_line h2 {
    font-size: 2.1428571429vw;
    margin-bottom: 2.1428571429vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .title_line h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
}
body #container main #news_detail .wrap .title_line .sub_title {
  line-height: 1.4;
  font-size: 3vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .title_line .sub_title {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .title_line .sub_title {
    font-size: 22px;
  }
}
body #container main #news_detail .wrap .slide_wrap {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .slide_wrap {
    margin-bottom: 1.7857142857vw;
    position: relative;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .slide_wrap {
    margin-bottom: 25px;
  }
}
body #container main #news_detail .wrap .slide_wrap .backline {
  display: none;
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .slide_wrap .backline {
    display: block;
    position: absolute;
    top: 18.5714285714vw;
    left: 0;
    width: 100vw;
    height: 2.8571428571vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .slide_wrap .backline {
    top: 260px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .slide_wrap .backline .backline_shell {
    height: 100%;
    width: 100%;
  }
}
body #container main #news_detail .wrap .slide_wrap .backline .backline_shell .slide-arrow {
  display: none !important;
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .slide_wrap .backline .backline_shell .line_element {
    height: 2.8571428571vw;
    background-image: linear-gradient(90deg, #fff 25%, #9ac4bb 25%, #c8c8c9 50%, #fff 50%, #fff 75%, #c8c8c9 75%, #9ac4bb);
    background-size: 1.4285714286vw 2.8571428571vw;
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .slide_wrap .backline .backline_shell .line_element {
    height: 40px;
    background-size: 20px 40px;
  }
}
body #container main #news_detail .wrap .slide_wrap .detail_main_slide {
  width: 87.5vw;
  margin: 0 auto 1.25vw;
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .slide_wrap .detail_main_slide {
    width: 71.4285714286vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .slide_wrap .detail_main_slide {
    width: 1000px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .slide_wrap .detail_main_slide .slide-arrow {
    position: absolute;
    top: 18.2142857143vw;
    width: 2.2857142857vw;
    z-index: 3;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .slide_wrap .detail_main_slide .slide-arrow {
    top: 265px;
    width: 32px;
  }
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .slide_wrap .detail_main_slide .slide-arrow:hover {
    cursor: pointer;
  }
}
body #container main #news_detail .wrap .slide_wrap .detail_main_slide .slide-arrow:hover img {
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .slide_wrap .detail_main_slide .slide-arrow.prev-arrow {
    left: calc(100% + 2.1428571429vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .slide_wrap .detail_main_slide .slide-arrow.prev-arrow {
    left: calc(100% + 30px);
  }
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .slide_wrap .detail_main_slide .slide-arrow.next-arrow {
    right: calc(100% + 2.1428571429vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .slide_wrap .detail_main_slide .slide-arrow.next-arrow {
    right: calc(100% + 30px);
  }
}
body #container main #news_detail .wrap .slide_wrap .detail_main_slide .slide-arrow img {
  width: 100%;
  transition: 0.3s;
}
body #container main #news_detail .wrap .slide_wrap .detail_main_slide li {
  list-style: none;
}
body #container main #news_detail .wrap .slide_wrap .detail_main_slide li figure img {
  width: 100%;
}
body #container main #news_detail .wrap .detail_wrap p {
  font-size: 2.5vw;
  line-height: 1.8;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .detail_wrap p {
    font-size: 1vw;
    width: 71.4285714286vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .detail_wrap p {
    font-size: 14px;
    width: 1000px;
  }
}
body #container main #news_detail .wrap .detail_wrap p:not(:last-of-type) {
  margin-bottom: 3.75vw;
}
@media screen and (min-width: 768px) {
  body #container main #news_detail .wrap .detail_wrap p:not(:last-of-type) {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #news_detail .wrap .detail_wrap p:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
body #container main #others {
  /*wrap*/
}
body #container main #others .wrap {
  padding: 15vw 0 15vw;
  background-color: #c8c8c9;
  /*title*/
  /*slide_wrap*/
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap {
    padding: 4.2857142857vw 0;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap {
    padding: 60px 0;
  }
}
body #container main #others .wrap .title {
  margin-bottom: 10vw;
  color: #231815;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .title {
    margin-bottom: 3.5714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .title {
    margin-bottom: 50px;
  }
}
body #container main #others .wrap .title h3 {
  line-height: 1;
  font-size: 5.5vw;
  margin-bottom: 2.5vw;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .title h3 {
    font-size: 2.5vw;
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .title h3 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
body #container main #others .wrap .slide_wrap {
  position: relative;
  /*recommen_slide*/
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap {
    overflow: hidden;
  }
}
body #container main #others .wrap .slide_wrap .backline {
  display: none;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .backline {
    display: block;
    position: absolute;
    top: 7.1428571429vw;
    left: 0;
    width: 100vw;
    height: 2.8571428571vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .backline {
    top: 100px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .backline .backline_shell {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .backline .backline_shell .line_element {
    height: 2.8571428571vw;
    background-image: linear-gradient(90deg, #fff 25%, #9ac4bb 25%, #9ac4bb 50%, #fff 50%, #fff 75%, #9ac4bb 75%, #9ac4bb);
    background-size: 1.4285714286vw 2.8571428571vw;
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .backline .backline_shell .line_element {
    height: 40px;
    background-size: 20px 40px;
  }
}
body #container main #others .wrap .slide_wrap .others_slide {
  width: 65.5vw;
  margin: 0 auto 12.5vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide {
    width: 82.1428571429vw;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide {
    width: 1150px;
  }
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow {
    position: absolute;
    top: 7.4285714286vw;
    width: 2.2857142857vw;
    z-index: 3;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow {
    top: 104px;
    width: 32px;
  }
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow:hover {
    cursor: pointer;
  }
}
body #container main #others .wrap .slide_wrap .others_slide .slide-arrow:hover img {
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow.prev-arrow {
    left: calc(100% + 2.1428571429vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow.prev-arrow {
    left: calc(100% + 30px);
  }
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow.next-arrow {
    right: calc(100% + 2.1428571429vw);
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide .slide-arrow.next-arrow {
    right: calc(100% + 30px);
  }
}
body #container main #others .wrap .slide_wrap .others_slide .slide-arrow img {
  width: 100%;
  transition: 0.3s;
}
body #container main #others .wrap .slide_wrap .others_slide li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li {
    padding: 0 1.7857142857vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li {
    padding: 0 25px;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li:not(:last-of-type) {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a {
  outline: none;
  /*thumb*/
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a:hover .thumb .more {
    opacity: 1;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a:hover .thumb .more p {
    top: 50%;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a .thumb {
  position: relative;
  margin: 0 auto 5.5vw;
  width: 46.75vw;
  height: 33.5vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .thumb {
    margin-bottom: 1.4285714286vw;
    width: 100%;
    height: 17.8571428571vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .thumb {
    margin-bottom: 20px;
    height: 250px;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #container main #others .wrap .slide_wrap .others_slide li a .thumb .more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .thumb .more {
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: 0.3s;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a .thumb .more p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  line-height: 1;
  font-size: 2.5vw;
  width: 12.5vw;
  height: 12.5vw;
  background-color: #000000;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .thumb .more p {
    font-size: 1.5vw;
    width: 7.1428571429vw;
    height: 7.1428571429vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .thumb .more p {
    font-size: 21px;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a .date {
  margin-bottom: 2.5vw;
  line-height: 1;
  font-size: 2.5vw;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .date {
    margin-bottom: 1.0714285714vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .date {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a .list_title {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.4;
  color: #231815;
  margin-bottom: 2.5vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .list_title {
    font-size: 1vw;
    margin-bottom: 0.7142857143vw;
    overflow: hidden;
    height: 2.8571428571vw;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  body #container main #others .wrap .slide_wrap .others_slide li a .list_title {
    font-size: 14px;
    margin-bottom: 10px;
    height: 40px;
  }
}
body #container main #others .wrap .slide_wrap .others_slide li a .list_title span {
  width: 100%;
}
body #container main #others .wrap .slide_wrap .more_line {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  body #container main #others .wrap .slide_wrap .more_line {
    display: none;
  }
}
body #container main #others .wrap .slide_wrap .more_line P a {
  line-height: 1;
  font-size: 5vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 25vw;
  height: 25vw;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
  border: 0.25vw solid #000;
}
body #container main #others .wrap .slide_wrap .more_line P a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  width: 27.5vw;
  height: 27.5vw;
  border-radius: 50%;
  transition: 0.3s;
}
body #container main #others .wrap .slide_wrap .more_line P a span {
  position: relative;
  z-index: 2;
}

/*body*/
@keyframes mv_title {
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}/*# sourceMappingURL=news.css.map */