
@charset "UTF-8";

.head21,
.head24,
.head32{
  font-weight: 500;
}

.text10{
  font-size: 10px;
  font-size: 1rem;
}

/*--------------------------------------------------------#sec-information-----*/

#sec-m-intro{
  overflow: hidden;
  padding: 90px 0 120px;
}

.flex-m-intro{
  justify-content: space-between;
  align-items: center;
}

.m-intro-detail{
  width: 45%;
}

.m-intro-ttl{
  margin-bottom: 35px;
}

.m-intro-ttl .gra-head{
  margin-bottom: 15px;
}

.m-intro-ttl .head42 .head32{
  display: block;
}

.m-intro-img{
  margin-right: -20%;
  width: 70%;
}

/*--------------------------------------------------------#sec-merit-----*/

#sec-merit{
  background: #f4f4f4;
  padding: 120px 0 20px;
}

.flex-merit{
  justify-content: space-between;
  margin-bottom: 50px;
}

.merit-head{
  width: 38%;
}

.merit-text{
  width: 62%;
}

.flex-m-point{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
}

.flex-m-point li{
  width: 23%;
}

.flex-m-point li div{
  position: relative;
}

.flex-m-point li div img{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
}

.flex-m-point .merit-number{
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: 15px;
}


.follow-box {
  display: flex;
  padding: 20px 0 100px;
}

.side {
  position: sticky;
  top: 10px;
  height: 60px;
  width: 290px;
  margin-top: -100px;
  padding-top: 100px;
}

.side .flex-ttl{
  justify-content: flex-start;
  align-items: center;
}

.side .flex-ttl .number{
  border: 1px solid #078be8;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.side .flex-ttl .number span{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.side .head32{
  line-height: 1;
}

.main {
  padding-left: 60px;
  border-left : 1px solid #dddddd;
  width: calc(100% - 290px);
}

.main .head24{
  margin-bottom: 10px;
}

.img-graph{
  margin: 40px 0 30px;
}

.merit-note{
  text-align: right;
}

.sdgs-img{
  position: relative;
  margin-bottom: 30px;
}

.sdgs-img .sdgs-logo{
  position: absolute;
  height: 150px;
  width: 150px;
  right: 0;
  bottom: 0;
}

.sdgs-logo{
  margin: 35px 0 30px;
  text-align: center;
}

.sdgs-logo img{
  max-width: 400px;
  width: 100%;
}

.flex-sdgs{
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-sdgs li{
  margin: 0 0.5% 0.25%;
  width: 10%;
}

.main .dot{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0 20px;
}

.main .dot span{
  margin-right: 10px;
}

.white-box{
  background: #fff;
  margin-bottom: 25px;
  padding: 8% 5%;
}

.white-box.last{
  margin-bottom: 0;
}

.flex-wb{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wb-img{
  width: 44%;
}

.wb-detail{
  width: 52%;
}

.wb-detail .head21{
  margin-bottom: 20px;
}

.img-graph-01{
  margin-top: 30px;
}

@media only screen and (max-width: 1560px) {

}

@media only screen and (max-width: 1280px) {

.m-intro-ttl .head42{
  font-size: 3.2rem;
}



}

@media only screen and (max-width: 960px) {

.m-intro-detail {
    width: 50%;
}

.m-intro-img {
    margin-right: -20%;
    width: 65%;
}

}

@media only screen and (max-width: 768px) {

#sec-m-intro {
    overflow: hidden;
    padding: 60px 0;
}

.flex-m-intro {
    display: block;
}

.m-intro-detail {
    width: 100%;
    margin-bottom: 25px;
}

.m-intro-ttl {
    margin-bottom: 25px;
}

.m-intro-ttl .head42 .head32 {
    font-size: 1.8rem;
}

.m-intro-ttl .head42 {
    font-size: 2.4rem;
}

.m-intro-img {
    margin-right: 0;
    width: 100%;
}

#sec-merit {
    padding: 60px 0;
}

.flex-merit {
    margin-bottom: 30px;
    display: block;
}

.merit-head {
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.merit-text {
    width: 100%;
}

.flex-m-point .merit-number {
    font-size: 2.2rem;
}

.flex-m-point {
    margin-bottom: 30px;
}

.side {
    width: 240px;
}

.main {
    padding-left: 30px;
    width: calc(100% - 240px);
}

.sdgs-img .sdgs-logo {
    height: 60px;
    width: 60px;
}

.flex-wb {
    display: block;
}

.wb-img {
    width: 100%;
}

.wb-img img{
  margin-top: 25px;
}

.wb-detail {
    width: 100%;
}

.img-graph{
  margin: 30px 0 0;
  overflow: scroll;
}

.img-graph img{
  margin-bottom: 10px;
  width: 800px;
}

.img-graph-note{
  color: #a5a5a5;
  font-size: 1.2rem;
  margin: 10px 0 20px;
}

}

@media only screen and (max-width: 400px) {

.flex-m-point li {
    width: 48%;
    margin-bottom: 2%;
}

.flex-m-point {
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.follow-box {
    display: block;
    padding: 0 0 50px;
}

.follow-box.last {
  padding-bottom: 0;
}

.side {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 15px;
}

.main {
    border-left: none;
    padding-left: 0;
    width: 100%;
}

.sdgs-logo {
    margin: 25px 0 10px;
    text-align: center;
}

.sdgs-logo img {
    max-width: 280px;
    width: 100%;
}

.flex-sdgs li {
    margin: 0 0.5% 0;
    width: 15%;
}

.main .dot {
    margin: 20px 0 15px;
}

.main .dot span {
    margin-right: 5px;
}

.wb-detail .head21{
  font-size: 1.8rem;
  text-align: center;
}

}






















