@charset "utf-8";
/* top
----------------------------------------- */
#mainVisual {
  width: 100%;
  height: 100vh;
  margin-bottom: 30px;
  background-color: #aaaaaa;
  position: relative;
  background-image: url(../img/main.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#mainVisual h1 {
  position: absolute;
  top: 7%;
  left: 7%;
  z-index: 10px;
  writing-mode: vertical-rl;
  vertical-align: middle;
  color: #FFFFFF;
  letter-spacing: 12px;
  font-weight: 800;
  font-size: 9vw;
  text-align: left;
  text-shadow: 2px 2px 0 #00A29A,-2px -2px 0 #00A29A,-2px 2px 0 #00A29A,2px -2px 0 #00A29A,0px 2px 0 #00A29A,0 -2px 0 #00A29A,-2px 0 0 #00A29A,2px 0 0 #00A29A;
}
/* 想い */
#concept {
  width: 90%;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}
#concept p {
  text-align: center;
  font-size: 16px;
  color: #201E1E;
  margin-top: 15px;
  letter-spacing: 4px;
  line-height: 50px
}
/* news */
#news {
  width: 95%;
  margin: 0 auto;
}
/* news */
#news {
  width: 95%;
  margin: 0 auto;
}
#news section {
  margin-bottom: 0px;
}

#newsList {
  list-style-type: none;
  padding: 10px;
  margin: 0 0 20px;
}
#newsList li {
  width: 100%;
  border-bottom: dashed 1px #ccc;
  font-size: 16px;
}
#newsList li a{
  position: relative;
  display: block;
  height: 100%;
  padding: 10px 0;
}
#newsList li a:hover{
  background-color: #eee;
  transition: all .3s;
}
#newsList li a:after{
  content: '>';
  position: absolute;
  right: 20px;
  color: #aaa;
  font-size: 14px;
}
/*日付*/
#newsList li span:first-of-type{
  display: inline-block;
  font-size: 14px;
  width: 100px;
  color: #00A29A;
  margin-right: 30px;
}




/* sdgs */
#sdgs {
  width: 95%;
  margin: 0 auto;
}
#sdgs section {
  margin-bottom: 0px;
}
#sdgs img {
  width: 100%;
}
/* katsudo */
#katsudo {
  width: 95%;
  margin: 0 auto;
}
#katsudo section {
  margin-bottom: 60px;
  position: relative;
  outline: 1px solid #FFFFFF;
  outline-offset: -10px;
}
#katsudo section.last {
  margin-bottom: 0;
}
#katsudo section h3 {
  position: absolute;
  top: 30px;
  left: 30px;
  writing-mode: vertical-rl;
  background-color: #F9F9F9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  letter-spacing: 10px;
}
#katsudo section .btn_23{
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#katsudo section img {
  width: 100%;
}
/* お客様の声SP */
#koe {
  width: 95%;
  margin: 0 auto;
}
#koe section {
  margin-bottom: 60px;
}
#koe section.last {
  margin-bottom: 0px;
}
#koe h3.ttl {
  color: #00A29A;
}
#koe section p.ttl {
  margin-bottom: 30px;
  line-height: 35px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #FFFFFF;
  padding-bottom: 10px;
}
#koe p span {
  border-bottom: dashed 2px #FFFFFF55;
  padding-bottom: 6px;
}
/* 吹き出し */
.balloon-2-top {
  position: relative;
  display: inline-block;
  padding-top: 7px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 7px;
  width: auto;
  color: #F6F6F6;
  line-height: 40px;
  text-align: left;
  background: #00A29A;
  z-index: 0;
  border-radius: 10px;
}
/* 三角マーク */
.balloon-2-top:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #00A29A transparent;
}
#koe img {
  width: 50%;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}



/* PC向けレイアウトの指定：961px～ */
@media only screen and (min-width: 760px) {
  #mainVisual {
    width: 100%;
/*    max-width: 2400px;*/
    height: 50vh;
    max-height: 720px;
    margin-bottom: 80px;
    background-color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/main.jpg);
    background-position: center center;
    background-size: 100% auto ;
  }
  #mainVisual h1 {
    font-size: 72px;
  }
  #concept {
    max-width: 700px;
  }
  #concept p {
    font-size: 18px;
  }
  /* top */
  #mainVisual .pc {
    display: block;
  }
  #mainVisual .sp {
    display: none;
  }
  
  #news{
    width: 90%;
    max-width: 920px;
    margin: 0 auto 100px auto;
  }
  #sdgs {
    width: 90%;
    max-width: 920px;
    margin: 0 auto 200px auto;
  }
  /* 活動PC */
  #katsudo {
    width: 90%;
    max-width: 920px;
    margin: 0 auto 100px auto;
  }
  #katsudo section {
    float: left;
    width: 32%;
    height: auto;
    margin-right: 2%;
  }
  #katsudo section:nth-of-type(3n) {
    margin-right: 0;
  }
  #katsudo section h3 {
    top: 15px;
    left: 15px;
    font-size: 24px;
  }

  /* 声PC */
  #koe {
    width: 90%;
    max-width: 920px;
    margin: 0 auto 100px auto;
  }
  #koe section {
    float: left;
    width: 45%;
    height: auto;
    margin-right: 5%;
  }
  #koe section:last-child {
    margin-right: 0px;
  }
}
/* PC向け */