@charset "utf-8";

@media only screen and (min-width: 751px) and (max-width: 1100px) {
html { font-size: 0.9090909090909091vw; }

}


@media only screen and (min-width: 0px) and (max-width: 750px) {
html { font-size: 1.3333333333333335vw; }

#mainvisual p.txt {
  font-size: 5.0rem;
  right: 3.0rem;
  bottom: 9.0rem;
}

/* 冒頭文
-------------------------------------------*/
#intro {
  width: 65.0rem;
}
.intro-in dl {
  display: block;
}
.intro-in dl dt {
  margin-bottom: 4.0rem;
}
.intro-in dl dd {
  width: 100%;
  margin-bottom: 4.0rem;
}
.intro-in dl dd p {
  font-size: 2.4rem;
  margin-bottom: 2.0rem;
}
.intro-in p.btn {
  position: relative;
  left: 0;
  bottom: 0;
}


/* 活動紹介
--------------------------------------------------*/
#case h2 {
  width: 26.0rem;
  margin: 0 auto 4.0rem;
}
.case-in {
  width: 60.0rem;
  margin: 0 auto 6.0rem;
  display: block;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.case-in div figure {
  width: 60.0rem;
  height: 30.0rem;
}
.case-in div figure img {
  width: 60.0rem;
  height: 30.0rem;
}

.case-in div {
  width: 100%;
  margin-bottom: 4.0rem;
}
.case-in div a dl dt,
.case-in div a dl dd {
  font-size: 2.4rem;
}

/* お知らせ・トピックス
-------------------------------------------*/
.blog-news {
  display: block;
  width: 65.0rem;
}
.blog,
.news {
  width: 100%;
  margin-bottom: 8.0rem;
}
.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: 50.0rem;
  margin-bottom: 4.0rem;
  box-sizing: border-box;
  overflow-y: scroll;
  scrollbar-color: #009f41 #eee;
}
.blog-news dt {
  font-size: 2.4rem;
}
.blog-news dd a {
  font-size: 2.4rem;
}


/* プロフィール
-------------------------------------------*/
#profile h2 {
  margin: 0 auto 4.0rem;
}
.profile-in {
  display: block;
  width: 65.0rem;
}
.profile-in figure {
  width: 44.0rem;
  margin: 0 auto 5.0rem;
}
.profile-in div {
  width: 100%;
}
.profile-in div p {
  font-size: 2.4rem;
}
.profile-in div p.btn {
  line-height: 1;
}
.profile-in div h3 {
  width: 35.0rem;
}
}
