@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
/******************************************************

introduction

******************************************************/
.introduction {
  background-color: #f2f1ed; }
  .introduction .slide-show {
    margin-bottom: 0 !important; }
  .introduction .dots-container {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: 3rem;
    display: flex;
    gap: 1.5rem; }
    .introduction .dots-container li {
      border: 1px;
      width: 10px;
      height: 10px;
      background-color: transparent;
      border-radius: 50%;
      border: 1px solid #fff;
      cursor: pointer; }
      .introduction .dots-container li.slick-active {
        background-color: #fff; }
      .introduction .dots-container li button {
        opacity: 0; }

/******************************************************

over5000ha

******************************************************/
.over5000ha .section-title {
  font-size: 2.4rem;
  color: #2b3a56;
  font-feature-settings: "palt";
  letter-spacing: 0.1em; }
.over5000ha .lead {
  margin-top: 2rem; }
.over5000ha .img-list {
  position: relative;
  margin-top: 4rem; }
  .over5000ha .img-list .img01 {
    position: absolute;
    left: 0;
    top: 1rem;
    width: 42.72%; }
    .over5000ha .img-list .img01 .note {
      left: 0;
      margin-top: 1rem; }
  .over5000ha .img-list .img02 {
    margin-left: auto;
    width: 55.81%; }
    .over5000ha .img-list .img02 .note {
      bottom: inherit;
      text-align: right;
      top: 80%;
      right: 0%; }

@media screen and (max-width: 768px) {
  .over5000ha .lead {
    line-height: 2; }
  .over5000ha .img-list {
    grid-template-columns: 1fr; }
    .over5000ha .img-list .img01 {
      width: 85%;
      position: static; }
    .over5000ha .img-list .img02 {
      width: 90%;
      margin-top: 7rem; }
      .over5000ha .img-list .img02 .note {
        top: 70%; } }
/******************************************************

about-saginuma

******************************************************/
.about-saginuma {
  background-color: #f2f1ed;
  padding: 8rem 0; }
  .about-saginuma .midashi,
  .about-saginuma .lead01 {
    max-width: 1000px;
    width: 90%;
    margin-inline: auto; }
  .about-saginuma .sky-view {
    margin-top: 6rem; }
  .about-saginuma .lead02 {
    max-width: 1000px;
    width: 90%;
    margin-inline: auto;
    margin-top: 5rem; }
  .about-saginuma .img-list {
    margin-top: -9vw;
    display: grid;
    grid-template-columns: 1fr 0.46fr 0.53fr;
    column-gap: 10rem;
    align-items: flex-start; }
    .about-saginuma .img-list > .img {
      opacity: 0;
      transition: opacity 0.5s linear; }
    .about-saginuma .img-list .img01 {
      margin-top: 12vw;
      transition-delay: 0.6s; }
    .about-saginuma .img-list .img02 {
      margin-top: 23vw;
      transition-delay: 1s; }
    .about-saginuma .img-list .img03 {
      transition-delay: 1.4s; }
    .about-saginuma .img-list.aos-animate .img {
      opacity: 1; }

@media screen and (max-width: 1121px) {
  .about-saginuma .img-list {
    column-gap: 6rem; } }
@media screen and (max-width: 768px) {
  .about-saginuma .img-list {
    margin-top: 4rem;
    column-gap: 2rem;
    grid-template-columns: 1fr 0.46fr; }
    .about-saginuma .img-list .img01 {
      margin-top: 0; }
    .about-saginuma .img-list .img03 {
      grid-column: span 2;
      width: 37.86%;
      margin-left: 20%;
      margin-top: -4rem; }
  .about-saginuma .town .lead {
    text-align: center; } }
/******************************************************

timeline

******************************************************/
.timeline .img {
  margin-top: 6rem; }

.nepy-sec {
  position: relative;
  margin: auto;
  max-width: 900px;
  margin-top: 5rem;
  padding-top: 1rem;
  padding-bottom: 5rem; }
  .nepy-sec:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    left: 15%;
    background: #c9bc9c; }
  @media screen and (max-width: 500px) {
    .nepy-sec:after {
      left: 25%; } }

.nepy-inn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  margin-top: 4rem; }
  .nepy-inn .n-ttl {
    width: 15%;
    font-size: 2rem;
    line-height: 1.5;
    position: relative; }
    .nepy-inn .n-ttl:after {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%;
      background: #c9bc9c;
      right: 0;
      top: 0.7rem;
      transform: translateX(50%); }
  .nepy-inn .n-text {
    flex: 1;
    font-size: 2rem;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 0 4%; }
  .nepy-inn .n-img {
    width: 28%;
    margin-top: 0; }
    .nepy-inn .n-img .img {
      margin-top: 0;
      margin-bottom: 0.5rem; }
  @media screen and (max-width: 700px) {
    .nepy-inn .n-img {
      width: 35%; } }
  @media screen and (max-width: 500px) {
    .nepy-inn {
      display: grid;
      grid-template-columns: 25% 65%;
      grid-template-rows: 1fr auto;
      justify-content: space-between; }
      .nepy-inn .n-ttl {
        width: 25%;
        grid-column: 1 / 2;
        grid-rows: 1 / 3;
        white-space: nowrap;
        width: auto; }
      .nepy-inn .n-text {
        grid-column: 2 / 3;
        grid-rows: 1 / 2;
        width: auto;
        padding: 0; }
      .nepy-inn .n-img {
        grid-column: 2 / 3;
        grid-rows: 2 / 3;
        width: auto;
        margin-top: 1.5rem; } }

.intro2-sec {
  display: flex;
  padding-bottom: 5rem;
  align-items: flex-start; }
  .intro2-sec .left {
    width: 50%;
    text-align: right; }
    .intro2-sec .left .lead {
      display: inline-block;
      width: 90%;
      text-align: left;
      max-width: 600px;
      margin-left: 10%;
      padding-right: 5%;
      box-sizing: border-box; }
  .intro2-sec .slide-show {
    width: 50%; }
  @media screen and (max-width: 700px) {
    .intro2-sec {
      display: block;
      padding-bottom: 0rem;
      margin-top: -5rem; }
      .intro2-sec .left {
        width: 100%;
        padding-bottom: 5rem; }
        .intro2-sec .left .lead {
          width: 90%;
          margin-left: 5%;
          padding-right: 0%;
          margin-right: 5%;
          text-align: center; }
      .intro2-sec .slide-show {
        width: 100%; } }
