@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#top .main-visual {
  position: relative;
}

#top .main-visual .bg {
  opacity: 0;
}

#top .main-visual .views {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.2s;
}

#top .main-visual .second-view {
  opacity: 0;
}

#top .main-visual .movie-view {
  opacity: 1;
}

#top .main-visual .mo-button {
  display: block;
  position: absolute;
  bottom: 19rem;
  right: 3rem;
  padding: 1.5rem 2.5rem;
  border-radius: 4rem;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  font-size: 1.4rem;
  z-index: 3;
  color: #3F3F3F;
  box-shadow: 0px 0px 12px #ccc;
}

#top .main-visual .mo-button:hover {
  opacity: 1 !important;
}

#top .main-visual .movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#top .main-visual .movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#top .main-visual .replay {
  display: none;
}

#top .main-visual .texts {
  position: absolute;
  color: #83725D;
  top: 40%;
  transform: translateY(-50%);
  right: 10%;
  text-align: center;
}

#top .main-visual .texts .lead {
  font-size: 2.4rem;
  letter-spacing: .16em;
}

#top .main-visual .texts .message {
  font-size: 10rem;
  letter-spacing: .12em;
}

#top .main-visual.movie_end .replay {
  display: block;
}

#top .main-visual.movie_end .skip {
  display: none;
}

#top .main-visual.movie_end .second-view {
  opacity: 1;
}

#top .main-visual.movie_end .movie-view {
  opacity: 0;
}

#top .apeal {
  background-color: #83725D;
  text-align: center;
  padding: 3.2rem 0;
}

#top .apeal .wrap {
  max-width: 83.5rem;
}

#top .content-information .section-header {
  padding: 5.6rem 0;
}

#top .content-information .section-header .wrap {
  text-align: center;
  gap: 2rem;
}

#top .content-information .section-header .title {
  font-size: 2rem;
  color: #83725D;
}

#top .content-information .section-header .news {
  padding: 2rem 0;
  justify-content: left;
  align-items: start;
}

#top .content-information .section-header .news .time {
  margin-right: 2rem;
  font-size: 1.4rem;
}

#top .content-information .section-header .news .txt {
  font-size: 2rem;
}

#top .content-information .concept-link {
  padding: 12rem 0;
  background: url(../images/top/content-bg01.webp);
  background-size: cover;
  position: relative;
  text-align: center;
  color: #83725D;
}

#top .content-information .concept-link .lead {
  font-size: 2rem;
  line-height: 1.3;
  padding-bottom: .5rem;
}

#top .content-information .concept-link .message {
  font-size: 7.2rem;
  line-height: 1.3;
  letter-spacing: .12em;
}

#top .content-information .concept-link .page-link {
  position: absolute;
  bottom: 4rem;
  right: 9rem;
}

#top .content-information .entry-link {
  padding: 10.4rem 0 6.2rem;
  text-align: center;
}

#top .content-information .entry-link .ttl {
  font-size: 4rem;
  line-height: 1.5;
  padding-bottom: 2rem;
}

#top .content-information .entry-link .text01 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 2rem;
}

#top .content-information .entry-link .button {
  margin: 0 auto;
  max-width: 52rem;
  line-height: 1.2;
}

#top .content-information .entry-link .button a {
  display: block;
  text-align: center;
  background: #83725D;
  color: #FFF;
  font-size: 2.2rem;
  padding: 2rem 2.5rem;
  border-radius: 4.5rem;
}

#top .content-information .flow {
  padding: 6.4rem 0;
  background-color: rgba(131, 114, 93, 0.1);
  text-align: center;
  color: #83725D;
}

#top .content-information .flow .ttl {
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 1.5rem;
}

#top .content-information .flow .button {
  margin: 0 auto;
  max-width: 52rem;
}

#top .content-information .flow .button a {
  display: block;
  padding: 2.5rem 2rem;
  color: #83725D;
  font-size: 2rem;
  border: 1px solid #83725D;
  border-radius: 4rem;
  background-color: #fff;
}

#top .content-information .flow .button span {
  display: inline-block;
  position: relative;
}

#top .content-information .flow .button span img {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 1.5rem;
  transform: translateY(-50%);
  width: 2.4rem;
}

#top .content-information .flow .header {
  padding-bottom: 2.6rem;
  border-bottom: 1px solid rgba(131, 114, 93, 0.4);
}

#top .content-information .flow .text01 {
  padding: 3.5rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

#top .content-information .flow .action_limited__flowBlock__stepList {
  margin-top: 2em;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

#top .content-information .flow .action_limited__flowBlock__stepList__item {
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 5fr;
  grid-template-columns: 1fr 5fr;
  gap: 20px;
  padding: 2em 6em 2em 2em;
  position: relative;
  clip-path: polygon(calc(100% - 50px) 0%, 100% 50%, calc(100% - 50px) 100%, 0% 100%, 0% 0%);
}

#top .content-information .flow .action_limited__flowBlock__stepList__item__step {
  align-self: center;
  color: #b59a5b;
}

#top .content-information .flow .action_limited__flowBlock__stepList__item__step__en {
  font-size: 2rem;
  line-height: 1;
}

#top .content-information .flow .action_limited__flowBlock__stepList__item__step__num {
  font-size: 3rem;
  line-height: 1;
}

#top .content-information .flow .action_limited__flowBlock__stepList__item__text {
  text-align: left;
  color: #666666;
}

#top .content-information .flow .action_limited__flowBlock__stepList__item__text__title {
  font-size: 1.8rem;
  line-height: 1.4;
}

#top .content-information .flow .action_limited__flowBlock__stepList__item__text__read {
  line-height: 1.4;
  font-size: 1.4rem;
  margin-top: 1em;
}

#top .pages-wrap .title {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
  padding: 4rem 5%;
  color: #666666;
}

#top .pages-wrap .page-inner {
  position: relative;
}

#top .pages-wrap .page-inner .pages-bg-lists {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#top .pages-wrap .page-inner .pages-bg-lists.on {
  position: fixed;
}

#top .pages-wrap .page-inner .pages-bg-lists li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg01.webp) center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.2s;
}

#top .pages-wrap .page-inner .pages-bg-lists li.on {
  opacity: 1;
}

#top .pages-wrap .page-inner .pages-bg-lists .bg02 {
  background-image: url(../images/top/bg02.webp);
}

#top .pages-wrap .page-inner .pages-bg-lists .bg03 {
  background-image: url(../images/top/bg03.webp);
}

#top .pages-wrap .page-inner .pages-bg-lists .bg04 {
  background-image: url(../images/top/bg04.webp);
}

#top .pages-wrap .pages {
  padding: 60vh 5%;
  display: flex;
  justify-content: center;
  gap: 5%;
  position: relative;
  z-index: 3;
}

#top .pages-wrap .pages .header {
  width: 30%;
  display: flex;
  align-items: center;
  color: #83725D;
}

#top .pages-wrap .pages .images {
  width: 62%;
}

#top .pages-wrap .pages .ttl {
  font-size: 6.4rem;
  line-height: 1.4;
  padding-bottom: 2rem;
}

#top .pages-wrap .pages .ja {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 3rem;
}

#top .pages-wrap .pages .lead {
  font-size: 2rem;
  line-height: 1.8;
  padding-bottom: 4rem;
}

#top .pages-wrap .page-position .header,
#top .pages-wrap .page-landplan .header {
  order: 1;
}

#top .pages-wrap .page-position .images,
#top .pages-wrap .page-landplan .images {
  order: 0;
}

#top .news-notice {
  padding: 30px 0 0;
  text-align: center;
}

#top .news-notice .news-notice__in {
  padding: 20px 20px 10px;
  text-align: left;
  display: inline-block;
  margin-top: 2rem;
  border: .5px solid;
}

#top .news-notice .news-notice__hd {
  font-size: 2rem;
  margin-bottom: .75em;
}

#top .news-notice .news-notice__cont p {
  font-size: 1.4rem;
  margin-bottom: .75em;
  line-height: 1.5;
}

#top .page-annotation-wrap {
  position: relative;
  z-index: 3;
  padding-top: 8rem;
  background-color: #F6F6F6;
}

#top .copyright,
#top .bg-white {
  position: relative;
  z-index: 3;
  background-color: #F6F6F6;
}

#top .site-footer {
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  #top .main-visual .mo-button {
    display: block;
    position: absolute;
    bottom: 5rem;
    right: 2rem;
    padding: .5rem 2.1rem;
    font-size: 1.4rem;
    box-shadow: none;
  }
  #top .main-visual .texts {
    top: 20%;
    right: 5%;
    width: 90%;
    text-align: center;
  }
  #top .main-visual .texts .lead {
    font-size: 1.2rem;
  }
  #top .main-visual .texts .message {
    font-size: 4.8rem;
  }
  #top .apeal {
    padding: 3.2rem 0;
  }
  #top .apeal .wrap {
    max-width: 80%;
  }
  #top .content-information .section-header {
    padding: 4.4rem 0;
  }
  #top .content-information .section-header .wrap {
    display: block;
  }
  #top .content-information .section-header .title {
    padding-bottom: 2rem;
  }
  #top .content-information .section-header .news {
    display: block;
    padding-top: 0rem;
  }
  #top .content-information .section-header .news .time {
    display: block;
    margin-right: auto;
    padding-bottom: 1.3rem;
  }
  #top .content-information .section-header .news .txt {
    line-height: 1.6;
  }
  #top .content-information .concept-link {
    padding: 8rem 0;
    background-image: url(../images/top/content-bg01-sp.webp);
  }
  #top .content-information .concept-link .lead {
    font-size: 2rem;
    padding-bottom: .2rem;
  }
  #top .content-information .concept-link .message {
    font-size: 5.6rem;
    padding-bottom: 2rem;
  }
  #top .content-information .concept-link .page-link {
    position: static;
    margin: 0 auto;
    margin-top: 2rem;
    text-align: center;
  }
  #top .content-information .entry-link {
    padding: 5rem 0 4rem;
  }
  #top .content-information .entry-link .ttl {
    font-size: 3.2rem;
    padding-bottom: 2.5rem;
  }
  #top .content-information .entry-link .text01 {
    line-height: 1.8;
    padding-bottom: 4rem;
  }
  #top .content-information .entry-link .button {
    max-width: 90%;
  }
  #top .content-information .entry-link .button a {
    font-size: 1.6rem;
    padding: 2rem 2.5rem;
  }
  #top .content-information .flow {
    padding: 4rem 0;
  }
  #top .content-information .flow .wrap {
    width: 85%;
  }
  #top .content-information .flow .ttl {
    font-size: 2rem;
    line-height: 1.8;
    padding-bottom: 2.6rem;
  }
  #top .content-information .flow .button {
    max-width: 100%;
  }
  #top .content-information .flow .button a {
    font-size: 1.6rem;
  }
  #top .content-information .flow .header {
    padding-bottom: 1.6rem;
  }
  #top .content-information .flow .text01 {
    padding: 3.5rem 0 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #top .content-information .flow .action_limited__flowBlock__stepList {
    grid-template-columns: 1fr;
  }
  #top .content-information .flow .action_limited__flowBlock__stepList__item {
    padding: 2em 2em 5em 2em;
    clip-path: polygon(100% 0, 100% calc(100% - 50px), 50% 100%, 0% calc(100% - 50px), 0% 0%);
  }
  #top .pages-wrap .title {
    font-size: 3.2rem;
    padding: 4rem 5%;
  }
  #top .pages-wrap .page-inner {
    position: relative;
  }
  #top .pages-wrap .page-inner .pages-bg-lists li {
    background-image: url(../images/top/bg01-sp.webp);
  }
  #top .pages-wrap .page-inner .pages-bg-lists .bg02 {
    background-image: url(../images/top/bg02-sp.webp);
  }
  #top .pages-wrap .page-inner .pages-bg-lists .bg03 {
    background-image: url(../images/top/bg03-sp.webp);
  }
  #top .pages-wrap .page-inner .pages-bg-lists .bg04 {
    background-image: url(../images/top/bg04-sp.webp);
  }
  #top .pages-wrap .pages {
    padding: 30vh 5% 20vh;
    display: flex;
    flex-wrap: wrap;
  }
  #top .pages-wrap .pages .header {
    order: 1;
    padding-top: 2rem;
    width: 85%;
    display: block;
  }
  #top .pages-wrap .pages .images {
    order: 0;
    width: 100%;
  }
  #top .pages-wrap .pages .ttl {
    font-size: 5.6rem;
    letter-spacing: .1em;
    padding-bottom: 0rem;
  }
  #top .pages-wrap .pages .ja {
    padding-bottom: 3.5rem;
  }
}

/*# sourceMappingURL=top.css.map */
