@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: 50% 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;
  }
}
h1 {
  font-size: calc(1.65vw * 0.77);
  line-height: 1em;
  font-weight: normal;
  text-align: center;
  margin: calc(8.9vw * 0.8454) 0 calc(13.44vw * 0.8454);
}
h1:after {
  content: "";
  display: block;
  width: calc(13.17vw * 0.8454);
  height: 1px;
  background: #231815;
  margin: calc(2.42vw * 0.8454 * 0.6) auto 0;
}
@media (max-width: 600px) {
  h1 {
    font-size: 3.8vw;
    margin: 9.91vw 0 7.62vw;
  }
  h1:after {
    width: 38.08vw;
    margin: 4.43vw auto 0;
  }
}
.follow_head {
  position: relative;
  height: calc(40.6vw * 0.8454);
  width: 84.54vw;
  margin: 0 auto calc(4.9vw * 0.8454);
}
.follow_head picture {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(48.52vw * 0.8454);
  z-index: -1;
}
.follow_head .text {
  padding-left: calc(10.53vw * 0.8454);
  position: relative;
  padding-top: calc(0.49vw * 0.8454);
}
.follow_head .text p {
  font-size: calc(1.18vw * 0.8454);
  line-height: 2.72em;
  margin-bottom: calc(3.24vw * 0.8454);
}
.follow_head .text p:last-child {
  margin-bottom: 0;
}
.follow_head .text p .sp {
  display: none;
}
.follow_head .text p span span {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .follow_head {
    height: auto;
    margin-bottom: 13.81vw;
  }
  .follow_head picture {
    position: static;
    width: 92.92vw;
    margin-left: auto;
  }
  .follow_head .text {
    padding-left: 0;
    position: relative;
    padding-top: 0;
    width: 84.64vw;
    margin: 0 auto;
  }
  .follow_head .text p {
    font-size: 3.42vw;
    line-height: 1.8889em;
    margin-bottom: 9.14vw;
  }
  .follow_head .text p .pc {
    display: none;
  }
  .follow_head .text p .sp {
    display: inline;
  }
}
.topics {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12.03vw;
}
.topics section {
  width: 42.75vw;
}
@media (max-width: 600px) {
  .topics {
    display: block;
    margin-bottom: 0;
  }
  .topics section {
    width: 100%;
    margin-bottom: 18.09vw;
  }
}
.section_item {
  position: relative;
  margin-bottom: 7.26vw;
}
.section_item .section_content {
  position: absolute;
  left: 8.54vw;
  top: 3.27vw;
}
.section_item .section_content h2 {
  font-size: calc(1.18vw * 0.77);
  line-height: 1em;
  margin-bottom: 2.1vw;
}
.section_item .section_content p {
  font-size: calc(1.18vw * 0.77);
  line-height: 2.74em;
}
.section_item .section_content p a {
  color: #0079c3;
  text-decoration: underline;
}
.section_item .section_content p .sp {
  display: none;
}
@media (max-width: 600px) {
  .section_item {
    margin-bottom: 19.18vw;
  }
  .section_item picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .section_item .section_content {
    position: static;
    width: 72.73vw;
    margin: 0 auto;
  }
  .section_item .section_content h2 {
    font-size: 3.8vw;
    margin-bottom: 59.32vw;
    font-weight: normal;
    padding-top: 4.59vw;
  }
  .section_item .section_content p {
    font-size: 3.42vw;
    line-height: 1.8889em;
  }
  .section_item .section_content p .pc {
    display: none;
  }
  .section_item .section_content p .sp {
    display: inline;
  }
  .section_item.fudousan .section_content h2 {
    padding-top: 6.59vw;
    margin-bottom: 61.32vw;
  }
}
