@charset "utf-8";
/* CSS Document */
h1 {
  font-size: 3rem;
  color: #299E1C;
  font-weight: bold;
}
.name_s {
  width: 400px;
}
.bg-img {
  background-size: cover;
  background-image: url("../img/rainbowline.png");
  max-height: 80vh;
  min-height: 15vh;
}
img.logo {
  float: right;
}
@media only screen and (max-width: 975px) {
  h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 905px) {
  .bg-img {
    min-height: 0vh;
  }
  img.logo {
    float: none;
    margin: 5px auto;
    display: block;
  }
}

@media only screen and (max-width: 500px) {
.name_s {
  width: 100%;
}
}
li.color1 {
  background-color: #FFA5A5;
}
li.color2 {
  background-color: #CAFFC9;
}
li.color3 {
  background-color: #D3FFFE;
}
li.color4 {
  background-color: #d8d8fe;
}
li.color5 {
  background-color: #FFE0FF;
}
li a {
  color: #000;
}
.carousel-caption {
  /* position: absolute; */
  top: 73%;
  right: 15%;
  left: 15%;
  z-index: 20;
  color: #fff;
  text-align: center;
}
.carousel-caption h5 {
  text-shadow: 2px 0px 10px #FFFFEF, 2px 0px 10px #FFFFEF, 2px 0px 10px #FFFFEF, 2px 0px 10px #FFFFEF, 2px 0px 10px #FFFFEF, 2px 0px 10px #FFFFEF;
  font-weight: bold;
  font-size: 4rem;
  color: #FAC841;
  line-height: 1.2;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.carousel-caption span {
  font-size: 5rem;
}
@media only screen and (max-width:1220px) {
  .carousel-caption h5 {
    font-size: 2rem;
  }
  .carousel-caption span {
    font-size: 3rem;
  }
}
.carousel-caption span.lovered {
  color: #FE909B;
}
.carousel-caption span.lovegreen {
  color: #6DF887;
}
.carousel-caption span.loveblue {
  color: #418FFA;
}
h3.pink {
  color: #FE909B;
}
h3.lightgreen {
  color: #6DF887;
}
h3.skyblue {
  color: #418FFA;
}
h2.gray {
  font-size: 2.5rem;
  color: #505050;
}
@media only screen and (max-width: 580px) {
  h2.gray {
    font-size: 100%;
  }
}
#about {
  background-color: #EAFFF3;
}
#link {
  background-color: #EAFAFF;
}
#footer {
  background-color: #FFFFEA;
}
.philanthropy-bk {
  background-size: cover;
  background-image: url("../img/philanthropy_img01.jpg");
  max-height: 80vh;
  min-height: 55vh;
  padding: 30px;
}
@media only screen and (max-width: 990px) {
  .philanthropy-bk {
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.philanthropy-contents {
  padding: 10px;
  background-color: #fff;
}
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
#officer {
  margin-top: -48px;
  background-color: #FFEAF5;
}
.activity-bk {
  background-size: cover;
  background-image: url("../img/activity-bk.jpg");
  max-height: 80vh;
  min-height: 49vh;
  padding: 30px;
}
@media only screen and (max-width: 990px) {
  .activity-bk {
    min-height: 40vh;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #member img.img-100, #about img.img-100 {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .mt-5 {
    margin-top: 0;
  }
  th, td, .btn, li a {
    font-size: 0.8rem;
  }
  p, p.small {
    font-size: 0.7rem;
  }
  h1 {
    font-size: 1rem;
  }
  h3 {
    font-size: 1rem;
  }
  h4 {
    font-size: 100%;
  }
  .card-body {}
  .card-body h5 {
    font-size: 0.8rem;
  }
}