@charset "UTF-8";
/* CSS Document */
/*
.header {
  height: 80px;
  width:100%;
  background-color: #fff;
  position: fixed;
  box-shadow: 10px 5px 5px #bfbfbf;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
}
.header__picture {
  height: 60px;
  position: absolute;
  left: 100px;
  top: 10px;
}


.header__navigation {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin-right: 40px;
}
.header__navigation ul li {
  display: inline-block;
  margin-right: 40px;
}
.header__navigation ul li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 300;
  color:#232323;
}
.facebook{
  margin-right: 20px;
  height: 25px;
}
.instagram{
  
  height: 25px;
}
@media (max-width: 800px) {
.header {
  height: 50px;
  }
 .header__picture {
  height: 40px;
  position: absolute;
  left: 50px;
  top: 5px;
} 
}
*/

main {
  margin: 0 auto 0;
  padding-bottom: 100px;
  }

.section-support__detail{
  margin:  0px auto 100px;
 }
.section-support-detail__title h2{
  font-family: "adventures-unlimited";
  font-size: 15rem;
  color: #596c82;
  padding: 300px 110px 110px;
  opacity: 50%;
  font-weight: 300;
  }

.section-support__top{
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
  
}
.section-support__top h1{
  margin-bottom: 50px;
  font-size: 3rem;
}
.section-support__pic{
  max-width: 500px; 
  margin-bottom:50px;
}

.section-support__top p{
  max-width: 550px;
	text-align: left;
  margin: 0 auto;
}
.support_detail__container{
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 100px auto 200px;
  justify-content: center;
  gap:30px;
  text-align: left;
}

.detail_01 {
  max-width: 320px;
}
.detail_02 {
  max-width: 320px;
}
.detail_03 {
  max-width: 320px;
}
@media (max-width: 1040px) {
  .section-support-detail__title h2{
    font-size: 10rem;
    padding: 300px 30px 100px;
  }
  .section-support-detail{
    padding-left: 30px;
    padding-right: 30px;
  } 
  .section-support__top{
    padding: 0 30px;
  }
 .section-support__top h1{
  margin-bottom: 50px;
  font-size: 2.4rem;
} 
  .section-support__pic{
  width: 100%; 
  margin-bottom:50px;
}
  .section-support__top p{
  max-width: 100%;
	text-align: left;
  margin: 0 auto;
}
  .detail_01 p{
    margin-top: 10px;
  }
   .detail_02 p{
    margin-top: 10px;
  }
   .detail_03 p{
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .section-support-detail__title h2{
    font-size: 6rem;
    padding: 100px auto;
  }
}
.others{
  padding: 100px 0 300px;
}
.others h3{
  font-size: 2.0rem;
  margin: 0 auto;
}
.support__recent {
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 30px;
}
.support_01 {
  width: 320px;
  height: 200px;
  margin: 0px 10px 10px;
  
}
.support_01_img {
  width: 100%;
  object-fit: fill;
  
}
.support_02 {
  width: 320px;
  height: 200px;
  object-fit: cover;
  margin: 0px 10px 10px;
}
.support_02_img {
  width: 100%;
  object-fit: cover;
  
}
.others a{
  text-decoration: none;
  color: #545454;
}

/*
.footer {
  height: 120px;
  width: 100%;
  background-color: #fff;
  box-shadow: -10px -5px 5px #bfbfbf;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
}

.footer_navi {
  display: flex;
  text-align: center;
  margin-right: 40px;
  justify-content: center;
}
.footer_navi ul li {
  display: inline-block;
  margin-right: 40px;
}
.footer_navi ul li a {
  text-decoration: none;
  color: #232323;
}
.footer_sns{
  display: inline-block;
}
.facebook {
  margin-right: 20px;
  height: 25px;
}
.instagram {
  height: 25px;
}
.footer small {
  font-size: 1.2rem;
  margin-top: 50px;
}
@media (max-width: 800px) {
.footer {
  height: 280px;
  width: 100%;
  background-color: #fff;
  box-shadow: -10px -5px 5px #bfbfbf;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
}
  .footer__site-map{
  display: flex;
  justify-content: space-between;
    margin: 0 auto;
}
  .footer_navi {
  display: inherit;
  text-align: left;
  margin:0 auto;
}
  .footer_navi ul li {
  display: inherit;
  margin-bottom: 10px;
  font-size: 1.4rem;
  }
  .footer_sns{
    margin: 0 auto;
  }
}*/
