@charset "utf-8";
main.l-pageBody {
	background-color: #FFFBF3;
	font-family: "ryo-gothic-plusn", sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#72533F;
	font-size: 1.3rem;
	letter-spacing: 0.07em;
	line-height: 1.7;
}
.m-container {
	margin: 0 auto;
	padding: 60px 0 30px;
}
.m-content {
	padding: 0 15px;
}
.m-head .en {
	border-bottom: solid #765D55 1px;
	padding: 0 15px 8px;
	font-weight: bold;
}

.m-head {
	margin: center;
	text-align: center;
	font-size: 2.4rem;
	color: #765D55;
	letter-spacing: 0.02em;
	padding-bottom: 50px;
}


@media (min-width: 1000px) {
	main.l-pageBody {
		font-size: 14px;
	}
	.m-head {
		font-size: 30px;
	}

	.m-head .en {
		padding: 0 20px 10px;
	}
	.m-ttl {
        font-size: 19px;
        margin-bottom: 15px;
    }


}

/* m-ribon */


.m-ribon {
  text-align: center;
}

.m-ribon-heading {
  color: #fff;
  display: inline-block;
  font-size: 2.3rem;
  font-weight: bold;
  position: relative;
}

.m-ribon span {
  display: inline-block;
  background: #5C8240;
  height: 48px;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
}


.m-ribon-heading::before {
  position: absolute;
  content: "";
  background: url("../img/csr_philosophy/img_ribon_left.png")no-repeat;
  background-size: 141px;
  background-position: left center;
  width: 141px;
  height: 48px;
  left: -15px;
  top: 0;
  z-index: 0;
}

.m-ribon-heading::after {
  position: absolute;
  content: "";
  background: url("../img/csr_philosophy/img_ribon_right.png")no-repeat;
  background-size: 141px;
  background-position: right center;
  width: 141px;
  height: 48px;
  right: -15px;
  top: 0;
  z-index: 0;
}



@media (max-width: 999px){
  .m-ribon-heading {
      font-size: 2rem;
  }

  .m-ribon span {
      height: 45px;
  }

	.m-ribon-heading::after {
	    height: 45px;
	    width: 133px;
	}

	.m-ribon-heading::before {
    height: 45px;
    width: 133px;
	}
}



/* p-message */

.p-img {
    max-width: 885px;
    margin: 0 auto 30px;
    padding: 0 20px;
}


.p-message {
    text-align: center;
    padding: 0 0 370px;
		background: url("../img/csr_philosophy/bg_message_pc.png")no-repeat;
		background-size: 788px;
		background-position: center bottom 100px;
}

.p-content {
    padding: 0 20px;
    max-width: 940px;
    margin: 0 auto;
}

.p-container {
    padding: 0 20px;
    max-width: 1040px;
    margin: 0 auto;
}

.p-message p {
    font-size: 1.6rem;
}

.p-message p + p {
  padding-top: 30px;
}


.nosp {
	display: block;
}

.nopc {
	display: none;
}


@media (max-width: 999px){

	.p-img {
    max-width: 384px;
    padding: 0 10px;
	}

  .p-message {
    padding: 0 0 270px;
		background: url("../img/csr_philosophy/bg_message_sp.png")no-repeat;
		background-size: 379px;
		background-position: center bottom 70px;
  }

  .p-message p {
      font-size: 1.4rem;
  }

	.nosp {
		display: none;
	}

	.nopc {
		display: block;
	}


}



/* p-sdgs */

.p-sdgs {
    position: relative;
}


.p-sdgs-inner {
    position: relative;
    z-index: 2;
		padding: 0 0 10px;
    border-radius: 20px 20px 0 0;
		background: url("../img/csr_philosophy/bg_sdgs_pc.png")no-repeat;
	  background-size: cover;
	  background-position: center;
}

.p-sdgs .heading {
    font-size: 2.8rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
}

.p-sdgs .heading {
    font-size: 2.8rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
}

.p-sdgs-content {
    background: #fff;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.p-sdgs-flex {
    padding: 45px 0 35px;
}

.p-sdgs .block .img {
    max-width: 271px;
    margin: 0 auto 20px;
}

.p-sdgs .sub {
    color: #5C8240;
    font-weight: bold;
    font-size: 2.2rem;
    padding: 0 0 10px;
}

.p-sdgs .block p {
    color: #707070;
    font-size: 1.4rem;
}

.p-sdgs .block:last-child {
	border: none;
}

@media (min-width: 1000px){

	.p-sdgs:before {
	    width: 100%;
	    position: absolute;
	    content: "";
	    height: 90px;
	    background: #FCF2E5;
	    bottom: 0;
	    left: 0;
	    z-index: 0;
	}



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

	.p-sdgs .block {
		padding: 0 26px;
		width: calc(100% / 3);
		border-right: dashed 2px #5C8240;
	}


}


@media (max-width: 999px){


	.p-sdgs {
	   padding: 0 0 45px;
	}


	.p-sdgs-inner {
	    border-radius: 20px 20px 0 0;
			background: url("../img/csr_philosophy/bg_sdgs_sp.png")no-repeat;
		  background-size: cover;
		  background-position: center;
	}


	.p-sdgs .heading {
	    font-size: 2rem;
	}

	.p-sdgs-flex {
	    padding: 0 17px;
	}

	.p-sdgs .block {
	    padding: 30px  0;
	    border-bottom: dashed 1px #5C8240;
	}

	.p-sdgs .block .img {
	    max-width: inherit;
	}

	.p-sdgs .sub {
	    font-size: 1.8rem;
	}

}



/* p-activity */

.p-activity {
    padding: 100px 0 120px;
    background: #FCF2E5;
}

.p-activity .thumbnail {
	max-width: 227px;
}

.p-activity .block {
	margin: 50px auto 0;
}

.p-activity .ttl {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.p-activity .detail p {
	font-size: 1.6rem;
	padding-bottom: 20px;
}

.p-activity .detail a {
	font-size: 1.4rem;
	font-weight: bold;
}


@media (min-width: 1000px){
	.m-ribon span {
      
      padding: 10px 60px;
      
    }
	.p-activity .detail {
		width: calc(100% - 240px);
		max-width: 628px;
	}

	.p-activity .block {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.p-activity .detail a:hover {
		text-decoration: underline;
	}
}


@media (max-width: 999px){
	.p-activity .block {
	 text-align: center;
	}

	.p-activity .thumbnail {
    max-width: 236px;
    margin: 0 auto 20px;
	}

	.p-activity .ttl {
	    font-size: 2rem;
	}

	.p-activity .detail p {
	    text-align: left;
	    font-size: 1.4rem;
	}

	.p-activity {
	    padding: 45px 0 50px;
	}


}


/* p-state */

.p-state {
    padding: 100px 0 120px;
}

.p-state-flex {
    padding: 55px 0 0;
}

.p-state .pic {
	margin: 0 auto 20px;
}

.p-state .ttl {
	font-size: 2.4rem;
	font-weight: bold;
}

.p-state .block p {
	font-size: 1.6rem;
}

@media (min-width: 1000px){

	.p-state-flex {
	    display: flex;
	    justify-content: space-between;
	}


	.p-state .block {
	    max-width: 420px;
	    width: 48%;
	}
}


@media (max-width: 999px){

	.p-state {
    padding: 45px 0 50px;
	}

	.p-state-flex {
	    padding: 35px 0 0;
	}

	.p-state .block + .block {
	    margin-top: 40px;
	}

	.p-state .ttl {
		text-align: center;
			font-size: 2rem;
	}

	.p-state .block p {
		font-size: 1.4rem;
	}
}



/* p-club */

.p-club {
    padding: 105px 0;
    background: #FCF2E5;
}

.p-club-flex {
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
		align-items: center;
}

.p-club .lead {
	font-size: 1.8rem;
	padding: 10px 0 0;
}

.p-club .sub {
	display: inline-block;
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 1px #765D55;
	margin-bottom: 30px;
}

.p-club-flex p {
	font-size: 1.6rem;
}



@media (min-width: 1000px){
	.p-club .pic {
		max-width: 471px;
		width: 50%;
	}

	.p-club .detail {
		max-width: 420px;
		width: 48%;
	}

	.p-club-flex {
	    padding: 0 0 0 50px;
	}
	.p-volunteer-flex .pic_leaf {
       display: none;
    }
	.p-volunteer-flex .pic_bird {
               display: none;

    }
}


@media (max-width: 999px){

	.p-club {
		padding: 45px 0 50px;
	}

	.p-club-flex {
	    flex-wrap: wrap-reverse;
			margin: 30px auto 0;
	}

	.p-club .lead {
    font-size: 1.4rem;
	}

	.p-club .pic {
	    max-width: 350px;
	    margin: 0 auto 30px;
	}

	.p-club .sub {
	    display: block;
	    font-size: 2rem;
	    text-align: center;
	    margin-bottom: 20px;
	}

	.p-club-flex p {
	    font-size: 1.4rem;
	}
}


/* p-volunteer */

.p-volunteer {
    padding: 100px 0;
}

.p-volunteer .lead {
	font-size: 1.8rem;
	padding: 10px 0 0;
}


.p-volunteer .box {
    max-width: 270px;
    color: #707070;
    font-size: 1.4rem;
}

.p-volunteer .box .pic {
    margin: 0 auto 20px;
}

.p-volunteer .link {
	text-align: right;
}

.p-volunteer .link a {
	text-decoration: underline;
}


@media (min-width: 1000px){
	.p-volunteer-flex {
	    display: flex;
	    justify-content: space-between;
		position: relative;
        margin: 90px 0 50px;
        }
    .p-volunteer-flex::before {
        position: absolute;
        content: "";
        z-index: 2;
        background: url("../img/csr_philosophy/bg_volunteer_pc.png")no-repeat;
        background-size: 948px;
        background-position: center;
        width: 948px;
        height: 100%;
        top: -110px;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
    }
	.p-volunteer .link a:hover {
		text-decoration: none;
	}

	.p-volunteer .box {
	    width: 31%;
	}

}
@media (max-width: 999px){
	.p-volunteer {
		padding: 45px 0 50px;
	}

	.p-volunteer .lead {
		font-size: 1.4rem;
	}
	.p-volunteer .link {
		text-align: center;
	}

	.p-volunteer-flex {
	    margin: 35px auto 50px;
	}

	.p-volunteer .box .pic {
	    max-width: 303px;
	    margin: 0 auto 10px;
	}
	.p-volunteer .box .pic:first-of-type, .p-volunteer .box .pic:last-of-type {
	   position: relative;
	}
	.p-volunteer-flex .pic_leaf {
        width: 50px;
        display: block;
        bottom: 3px;
        position: absolute;
        left: -22px;
    }
	.p-volunteer-flex .pic_bird {
        width: 66px;
        display: block;
        top: 0;
        position: absolute;
        right: -27px;
    }
	.p-volunteer .box {
	    width: 100%;
	    max-width: 400px;
	    margin: 0 auto 30px;
	    line-height: 2;
	}

	.p-volunteer .box:last-child {
	    margin-bottom: 0;
	}

}
