@charset "utf-8";

#mainvisual {
  position: relative;
  z-index: 0;
  margin-top: 9.0rem;
  margin-bottom: 10.0rem;
}
#mainvisual p.txt {
  font-size: 6.0rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: right;
  position: absolute;
  right: 3.0rem;
  bottom: 14.0rem;
  z-index: 50;
}
#mainvisual:before {
  content:'';
  background: url("../../image/wave.png") no-repeat bottom;
  background-size: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 16.7rem;
  bottom: 0;
}
#mainvisual:after {
  content:'';
  background: url("../../image/bg01.png") no-repeat bottom right;
  background-size: 13.3rem 17.8rem;
  z-index: 1;
  position: absolute;
  width: 13.3rem;
  height: 17.8rem;
  right: 5.0rem;
  bottom: -19.0rem;
}

.slick-dots li button::before {
  font-size: 1.0rem;
}
.slick-dots li.slick-active button::before {
  font-size: 2.0rem;
  color: #009f41;
}
#intro {
  width: 100.0rem;
  margin: 0 auto;
  padding-bottom: 10.0rem;
  position: relative;
  opacity: 0;
  top: -40px;
  transition: opacity 1s, top 1s;
}
#intro.show {
  opacity: 1;
  top: 0px;
  transition: opacity 1s, top 1s;
}
.intro-in {
  position: relative;
}
.intro-in dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}
.intro-in dl dt {
  width: 42.4rem;
}
.intro-in dl dd {
  width: 50.0rem;
}
.intro-in dl dd p {
  font-size: 1.8rem;
  line-height: 1.66;
  margin-bottom: 4.0rem;
}
.intro-in dl dd p:last-of-type {
  margin-bottom: 0rem;
}
.intro-in p.btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* 活動紹介
--------------------------------------------------*/
#case {
  text-align: center;
  background: #faffd3;
  margin-bottom: 5.0rem;
  padding: 10.0rem 0;
  position: relative;
  opacity: 0;
  top: -40px;
  transition: opacity 1s, top 1s;
}
#case.show {
  opacity: 1;
  top: 0px;
  transition: opacity 1s, top 1s;
}

#case:before {
  content: '';
  background: url("../../image/bg02.png") no-repeat;
  background-size: 17.0rem 34.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17.0rem;
  height: 34.5rem;
  z-index: 0;
}
#case:after {
  content: '';
  background: url("../../image/bg03.png") no-repeat;
  background-size: 27.0rem 34.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27.0rem;
  height: 34.2rem;
  z-index: 0;
}
#case h2 {
  width: 26.0rem;
  margin: 0 auto 7.0rem;
  position: relative;
  z-index: 5;
}
.case-in {
  width: 100.0rem;
  margin: 0 auto 6.0rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.case-in div {
  width: 31.0rem;
  background: #fff;
  margin-right: 3.5rem;
}
.case-in div:last-of-type {
  margin-right: 0rem;
}
.case-in div figure {
  width: 31.0rem;
  height: 21.0rem;
  overflow: hidden;
}
.case-in div figure img {
  width: 31.0rem;
  height: 21.0rem;
  object-fit: cover;
}
.case-in div dl {
  padding: 3.0rem;
  text-align: left;
}
.case-in div a dl dt {
  font-size: 1.6rem;
  color: #111;
  border-bottom: 2px solid #b7e6ca;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-bottom: 1.0rem;
}
.case-in div a dl dd {
  font-size: 1.8rem;
  color: #111;
  line-height: 1.6;
}

/* お知らせ・トピックス
-------------------------------------------*/
#bg-blog-news {
  background: url("../../image/bg-tree.png");
  position: relative;
}
.blog-news {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  width: 100.0rem;
  padding: 9.0rem 0;
  margin: 0 auto;
}
.blog,
.news {
  width: 46.0rem;
  text-align: center;
  opacity: 0;
  top: -40px;
  transition: opacity 1s, top 1s;
}
.blog.show,
.news.show {
  opacity: 1;
  top: 0px;
  transition: opacity 1s, top 1s;
}

.blog h2 {
  width: 11.8rem;
  margin: 0 auto 4.0rem;
}
.news h2 {
  width: 16.2rem;
  margin: 0 auto 4.0rem;
}
.blog-news dl {
  text-align: left;
  background: #fff;
  padding: 3.0rem;
  height: 40.0rem;
  margin-bottom: 4.0rem;
  box-sizing: border-box;
  overflow-y: scroll;
  scrollbar-color: #009f41 #eee;
}
.blog-news dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.0rem;
}
.blog-news dd {
  margin-bottom: 2.0rem;
  padding-bottom: 2.0rem;
  line-height: 1.7;
  border-bottom: 1px solid #ddd;
}
.blog-news dd a {
  font-size: 1.6rem;
  color: #009f41;
}

/* プロフィール
-------------------------------------------*/
#profile {
  margin: 0 auto;
  padding: 10.0rem 0;
  position: relative;
  opacity: 0;
  top: -40px;
  transition: opacity 1s, top 1s;
}
#profile.show {
  opacity: 1;
  top: 0px;
  transition: opacity 1s, top 1s;
}
#profile h2 {
  width: 22.4rem;
  margin: 0 auto 7.0rem;
}
.profile-in {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  width: 100.0rem;
  margin: 0 auto;
}
.profile-in figure {
  width: 44.0rem;
}
.profile-in div {
  width: 50.0rem;
}
.profile-in div p {
  font-size: 1.6rem;
  line-height: 1.88;
}
.profile-in div p:first-of-type {
  margin-bottom: 4.0rem;
}
.profile-in div p.btn {
  line-height: 1;
}
.profile-in div h3 {
  width: 31.5rem;
  margin-bottom: 4.0rem;
}
