@charset "utf-8";
#mv .slideshow {
  height: 100%;
}
#mv .slideshow .slick-list {
  height: 100%;
}
#mv .slideshow .slick-track {
  height: 100%;
}
#mv .slideshow .slide_item {
  position: relative;
  height: 100%;
}
#mv .slideshow .slide_item picture {
  height: 100%;
}
#mv .slideshow .slide_item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
#mv .slideshow .slide_item .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
#mv .slideshow .slide_item .inner .note {
  font-size: 1.42vw;
  line-height: 2.2em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10.32vw;
  height: fit-content;
  width: fit-content;
}
@media (max-width: 600px) {
  #mv .slideshow .slide_item .inner {
    position: static;
  }
  #mv .slideshow .slide_item .inner .note {
    font-size: 3.42vw;
    line-height: 2.3334em;
    position: static;
    height: auto;
    width: auto;
    background: #efeff0;
    padding: 4.91vw 9.95vw;
  }
}
.mv__copy {
  position: absolute;
  color: #231815;
  top: 7.62vw;
  right: 4.69vw;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s linear;
  font-size: calc(2.36vw * 0.77);
}
.mv__copy.active {
  opacity: 0;
}
@media (max-width: 600px) {
  .mv__copy {
    top: 5.44vw;
    left: 6.85vw;
    font-size: 6.27vw;
  }
}
.slick-slider {
  margin-bottom: 0;
}
.message {
  font-size: calc(1.3vw * 0.77);
  line-height: 3.2728em;
  text-align: center;
  margin: 7.32vw 0 5.86vw;
}
@media (max-width: 600px) {
  .message {
    font-size: 3.38vw;
    line-height: 2em;
    margin: 10.77vw 0;
  }
  .message span {
    display: inline-block;
  }
}
.topics_wrap {
  background: #f0f0f1;
  padding: 6vw 12.8024vw;
}
.topics_wrap .topics_item {
  background: #fff;
  margin-bottom: calc(6vw * 0.8454);
  padding: calc(3.54vw * 0.77) calc(4.39vw * 0.77);
}
.topics_wrap .topics_item:last-child {
  margin-bottom: 0;
}
.topics_wrap .topics_item h2 {
  font-size: calc(1.89vw * 0.77 * 0.8);
  line-height: 1em;
  margin-bottom: calc(2.7vw * 0.8454);
}
.topics_wrap .topics_item p {
  font-size: calc(1.18vw * 0.77);
  line-height: 2.2em;
  margin-bottom: calc(2.13vw * 0.8454);
}
.topics_wrap .topics_item p:last-child {
  margin-bottom: 0;
}
.topics_wrap .topics_item p .sp {
  display: none;
}
.topics_wrap .topics_item ul li {
  font-size: calc(1.18vw * 0.77);
  line-height: 1em;
  margin-bottom: calc(2.59vw * 0.8454);
  position: relative;
  padding-left: 1em;
}
.topics_wrap .topics_item ul li br {
  display: none;
}
.topics_wrap .topics_item ul li:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../images/icon_list.svg") no-repeat left center;
  background-size: calc(0.79vw * 0.8454);
  position: absolute;
  left: 0;
  top: -1px;
}
.topics_wrap .topics_item ul li:last-child {
  margin-bottom: 0;
}
.topics_wrap .topics_item:nth-child(1) {
  position: relative;
}
.topics_wrap .topics_item:nth-child(1) picture {
  position: absolute;
  right: calc(0.54vw * 0.8454);
  top: calc(3.68vw * 0.8454);
  width: calc(41.25vw * 0.8454 * 0.9);
}
.topics_wrap .topics_item:nth-child(2) {
  position: relative;
}
.topics_wrap .topics_item:nth-child(2) h2 br {
  display: none;
}
.topics_wrap .topics_item:nth-child(2) picture {
  position: absolute;
  right: calc(4.89vw * 0.8454);
  bottom: calc(4.94vw * 0.8454);
  width: calc(38.92vw * 0.8454);
}
.topics_wrap .topics_item:nth-child(3) {
  position: relative;
}
.topics_wrap .topics_item:nth-child(3) h2 br {
  display: none;
}
.topics_wrap .topics_item:nth-child(3) p {
  line-height: 3.3em;
}
.topics_wrap .topics_item:nth-child(3) ul {
  margin-bottom: calc(4vw * 0.8454);
}
.topics_wrap .topics_item:nth-child(3) ul li {
  margin-bottom: calc(2.63vw * 0.8454);
}
.topics_wrap .topics_item:nth-child(3) picture {
  position: absolute;
  right: calc(17vw * 0.8454);
  top: calc(13.4vw * 0.8454);
  width: calc(18.61vw * 0.8454);
}
@media (max-width: 600px) {
  .topics_wrap {
    padding: 10.7vw 8.46vw;
  }
  .topics_wrap .topics_item {
    background: #fff;
    margin-bottom: 9.76vw;
    padding: 6.81vw 5.74vw;
  }
  .topics_wrap .topics_item:last-child {
    margin-bottom: 0;
  }
  .topics_wrap .topics_item h2 {
    font-size: 3.94vw;
    line-height: 1.8096em;
    margin-bottom: 5.74vw;
  }
  .topics_wrap .topics_item p {
    font-size: 3.38vw;
    line-height: 1.8889em;
    margin-bottom: 2.87vw;
  }
  .topics_wrap .topics_item p .pc {
    display: none;
  }
  .topics_wrap .topics_item p .sp {
    display: inline;
  }
  .topics_wrap .topics_item ul {
    margin-bottom: 8.51vw;
  }
  .topics_wrap .topics_item ul li {
    font-size: 3.38vw;
    line-height: 1.3334em;
    margin-bottom: 5.51vw;
  }
  .topics_wrap .topics_item ul li br {
    display: inline;
  }
  .topics_wrap .topics_item ul li:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: url("../images/icon_list.svg") no-repeat left center;
    background-size: 2.18vw;
    position: absolute;
    left: 0;
    top: 0.3vw;
  }
  .topics_wrap .topics_item ul li:last-child {
    margin-bottom: 0;
  }
  .topics_wrap .topics_item:nth-child(1) h2 {
    line-height: 1em;
  }
  .topics_wrap .topics_item:nth-child(1) picture {
    position: static;
    width: 100%;
    margin-bottom: 2.87vw;
  }
  .topics_wrap .topics_item:nth-child(2) h2 br {
    display: inline;
  }
  .topics_wrap .topics_item:nth-child(2) picture {
    position: static;
    width: 67.67vw;
  }
  .topics_wrap .topics_item:nth-child(3) h2 br {
    display: inline;
  }
  .topics_wrap .topics_item:nth-child(3) p {
    line-height: 1.8889em;
    margin-bottom: 6.21vw;
  }
  .topics_wrap .topics_item:nth-child(3) p:last-child {
    margin-bottom: 0;
  }
  .topics_wrap .topics_item:nth-child(3) ul {
    margin-bottom: 6.21vw;
  }
  .topics_wrap .topics_item:nth-child(3) ul li {
    margin-bottom: 6.21vw;
  }
  .topics_wrap .topics_item:nth-child(3) picture {
    position: static;
    width: 32.42vw;
    margin: 0 auto 1.91vw;
  }
}
.ending_note {
  width: calc(87.93vw * 0.8454);
  margin: calc(6.54vw * 0.8454) auto 0;
  border: 1px solid #231815;
  padding: calc(3.42vw * 0.8454) calc(4.35vw * 0.8454);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ending_note picture {
  width: calc(13.99vw * 0.8454);
}
.ending_note .ending_content {
  width: calc(59.98vw * 0.8454);
  font-size: calc(1.18vw * 0.77);
  line-height: 1.9673em;
}
.ending_note .ending_content p {
  margin-bottom: calc(3.41vw * 0.8454);
  letter-spacing: 0.1em;
}
.ending_note .ending_content p:last-child {
  margin-bottom: 0;
}
.ending_note .ending_content p .sp {
  display: none;
}
@media (max-width: 600px) {
  .ending_note {
    width: 83.08vw;
    margin: 10.7vw auto 0;
    padding: 6.23vw;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
  }
  .ending_note picture {
    width: 44.18vw;
    margin-bottom: 5.78vw;
  }
  .ending_note .ending_content {
    width: 100%;
    font-size: 3.38vw;
    line-height: 2.5556em;
  }
  .ending_note .ending_content p {
    margin-bottom: 5.78vw;
    letter-spacing: 0;
  }
  .ending_note .ending_content p:last-child {
    margin-bottom: 5.78vw;
  }
  .ending_note .ending_content p .pc {
    display: none;
  }
  .ending_note .ending_content p .sp {
    display: inline;
  }
}
