/* Scss Document */
/************  top-View  ************/
.top-View_inner {
  background: url(../img/top-visual.jpg) no-repeat;
  background-size: cover;
  background-position: 100% bottom;
  margin: 0 auto;
  padding-top: 70%;
  position: relative;
}

@media (min-width: 769px) {
  .top-View_inner {
    background-position: right bottom;
    background-size: contain;
    padding-top: 52%;
  }
}

.top-View_inner h2 {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 55%;
  left: 30%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.top-View_inner h2 span {
  background: #fff;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 5px auto;
  padding: 0px 8px;
  font-weight: bold;
}

@media (min-width: 769px) {
  .top-View_inner h2 span {
    font-size: 3vw;
    letter-spacing: .2em;
  }
}

.top-View_inner h3 {
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-weight: bold;
}

@media (min-width: 769px) {
  .top-View_inner h3 {
    bottom: inherit;
    top: 49.5vw;
    margin: auto;
    right: inherit;
    left: 21vw;
    color: #000;
    font-size: 1.6vw;
  }
}

/************  top-banner  ************/
.top-banner {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.top-banner-inner .c-gradation {
  margin: 30px auto;
}

/************  top-news  ************/
.top-news {
  margin: 0;
}

.top-news-inner {
  padding: 0 5%;
}

@media (min-width: 769px) {
  .top-news-inner {
    max-width: 1040px;
    margin: 0 auto;
  }
}

.top-news-inner h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #000;
  padding: 0 0 0 0;
}

@media (min-width: 769px) {
  .top-news-inner h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.top-news-inner-TW {
  height: 400px;
  overflow-y: scroll;
}

.top-news-inner-TW iframe .timeline-Tweet-text {
  font-size: 14px;
}

.top-news-inner-TW .timeline-Tweet-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

/************  top-News  ************/
.top-news-inner-Box {
  margin: 0 auto 10%;
}

@media (min-width: 769px) {
  .top-news-inner-Box {
    margin: 0 auto 5%;
  }
}

.top-news-inner-Box li {
  margin: 10px auto;
}

.top-news-inner-Box li a {
  width: 100%;
  font-weight: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-news-inner-date {
  font-size: 12px;
  font-size: 1.2rem;
  width: 20%;
}

@media (min-width: 769px) {
  .top-news-inner-date {
    font-size: 16px;
    font-size: 1.6rem;
    width: 15%;
  }
}

.top-news-inner-title {
  font-size: 12px;
  font-size: 1.2rem;
  width: 76%;
}

@media (min-width: 769px) {
  .top-news-inner-title {
    font-size: 16px;
    font-size: 1.6rem;
    width: 85%;
  }
}

.top-news .Btn {
  text-align: center;
}

.top-news .Btn a {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px;
}

@media (min-width: 769px) {
  .top-news .Btn a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/************  top-Contents  ************/
.topContents {
  padding: 0 5%;
}

.topContents-Title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .topContents-Title {
    font-size: 34px;
    font-size: 3.4rem;
    letter-spacing: .2em;
    margin: 30px auto;
  }
}

.topContents-Txt {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .topContents-Txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.topContents1 {
  position: relative;
  margin: 30px auto;
}

.topContents1:before {
  content: "";
  overflow: hidden;
  position: absolute;
  left: -10%;
  top: 0%;
  bottom: 50%;
  margin: auto;
  width: 55%;
  height: 30%;
  z-index: -1;
  background: #cffff0;
  background: -webkit-gradient(linear, left top, right top, from(#cffff0), to(#dbffcf));
  background: -webkit-linear-gradient(left, #cffff0 0%, #dbffcf 100%);
  background: linear-gradient(90deg, #cffff0 0%, #dbffcf 100%);
}

@media (min-width: 769px) {
  .topContents1:before {
    top: inherit;
    bottom: -3vw;
    margin: auto;
    width: 51vw;
    height: 16vw;
    left: -10%;
    max-height: 300px;
  }
}

@media (min-width: 769px) {
  .topContents1_inner-img {
    width: 45vw;
  }
}

@media (min-width: 769px) {
  .topContents1_inner-Detail {
    width: 35%;
  }
}

.topContents2 {
  position: relative;
  margin: 30px auto;
}

@media (min-width: 769px) {
  .topContents2 {
    margin: 150px auto 100px;
  }
}

.topContents2:before {
  content: "";
  overflow: hidden;
  position: absolute;
  right: -5%;
  top: 0%;
  bottom: 50%;
  margin: auto;
  width: 105%;
  height: 30%;
  z-index: -1;
  background: #cffff0;
  background: -webkit-gradient(linear, left top, right top, from(#cffff0), to(#dbffcf));
  background: -webkit-linear-gradient(left, #cffff0 0%, #dbffcf 100%);
  background: linear-gradient(90deg, #cffff0 0%, #dbffcf 100%);
}

@media (min-width: 769px) {
  .topContents2:before {
    top: inherit;
    bottom: -3vw;
    margin: auto;
    width: 51vw;
    height: 16vw;
    right: -10%;
    max-height: 300px;
  }
}

@media (min-width: 769px) {
  .topContents2_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 769px) {
  .topContents2_inner-img {
    width: 43%;
  }
}

@media (min-width: 769px) {
  .topContents2_inner-detail {
    width: 59%;
  }
}

.topContents3 {
  position: relative;
  margin: 30px auto;
}

@media (min-width: 769px) {
  .topContents3 {
    margin: 150px auto 100px;
  }
}

.topContents3:before {
  content: "";
  overflow: hidden;
  position: absolute;
  left: -5%;
  top: 0%;
  bottom: 50%;
  margin: auto;
  width: 105%;
  height: 30%;
  z-index: -1;
  background: #cffff0;
  background: -webkit-gradient(linear, left top, right top, from(#cffff0), to(#dbffcf));
  background: -webkit-linear-gradient(left, #cffff0 0%, #dbffcf 100%);
  background: linear-gradient(90deg, #cffff0 0%, #dbffcf 100%);
}

@media (min-width: 769px) {
  .topContents3:before {
    top: inherit;
    bottom: -3vw;
    margin: auto;
    width: 51vw;
    height: 16vw;
    left: -10%;
    max-height: 300px;
  }
}

@media (min-width: 769px) {
  .topContents3_inner {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
}

@media (min-width: 769px) {
  .topContents3_inner-img {
    width: 43%;
  }
}

@media (min-width: 769px) {
  .topContents3_inner-Detail {
    width: 32%;
  }
}

.topContents4 {
  position: relative;
  margin: 30px auto;
}

@media (min-width: 769px) {
  .topContents4 {
    margin: 150px auto 100px;
  }
}

.topContents4:before {
  content: "";
  overflow: hidden;
  position: absolute;
  right: -5%;
  top: 0%;
  bottom: 50%;
  margin: auto;
  width: 105%;
  height: 30%;
  z-index: -1;
  background: #cffff0;
  background: -webkit-gradient(linear, left top, right top, from(#cffff0), to(#dbffcf));
  background: -webkit-linear-gradient(left, #cffff0 0%, #dbffcf 100%);
  background: linear-gradient(90deg, #cffff0 0%, #dbffcf 100%);
}

@media (min-width: 769px) {
  .topContents4:before {
    top: inherit;
    bottom: -3vw;
    margin: auto;
    width: 51vw;
    height: 16vw;
    right: -10%;
    max-height: 300px;
  }
}

@media (min-width: 769px) {
  .topContents4_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 769px) {
  .topContents4_inner-img {
    width: 43%;
  }
}

@media (min-width: 769px) {
  .topContents4_inner-detail {
    width: 59%;
  }
}

.topContents > div > div {
  margin: 20px auto 45px;
}

@media (min-width: 769px) {
  .topContents > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1440px;
  }
}

.DetailBtn {
  background: #43b962;
  color: #fff;
  display: block;
  margin: 15px auto;
  padding: .5em 3em;
  font-size: 1.4rem;
  border-radius: 10px;
  max-width: 220px;
  text-align: center;
}

@media (min-width: 769px) {
  .DetailBtn {
    margin: 15px 0;
    padding: 4em 0;
    border-radius: 50%;
    max-width: 145px;
    height: 145px;
  }
}

.topmember {
  overflow: hidden;
  position: relative;
}

.topmember:before {
  border-color: transparent #edf9ef transparent transparent;
  border-style: solid;
  border-width: 200px 100vw 0 0;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
}

@media (min-width: 769px) {
  .topmember:before {
    border-width: 23vw 100vw 0 0;
  }
}

.topmember_inner {
  position: relative;
  padding: 0 5%;
}

@media (min-width: 769px) {
  .topmember_inner {
    max-width: 1020px;
    margin: 0 auto;
  }
}

.topmember_inner-title {
  position: absolute;
}

@media (min-width: 769px) {
  .topmember_inner-title {
    top: 20px;
    left: 20px;
  }
}

.topmember_inner-title span {
  background: #fff;
  display: inline-block;
  margin: 5px auto;
  padding: 0px 8px;
  font-weight: bold;
}

.topmember_inner-title span.txt1 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .2em;
}

@media (min-width: 769px) {
  .topmember_inner-title span.txt1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.topmember_inner-title span.txt2 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .2em;
  font-weight: 500;
}

@media (min-width: 769px) {
  .topmember_inner-title span.txt2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
  .topmember_inner .DetailBtn {
    margin: 15px auto;
    padding: .5em 3em;
    border-radius: 10px;
    height: auto;
    max-width: 220px;
  }
}
/*# sourceMappingURL=style.css.map */