.page-head-img.head-shizensozai {
  background-image: url(../img/shizensozai/mainimg-shizensozai.jpg);
  background-position: center;
}

.page-head-img.head-shizensozai .page-ttl {
  text-align: center;
  height: 710px;
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 auto;
  padding: 0 0 100px;
  width: 100%;
  color: #211816;
}

.page-head-img.head-shizensozai .page-ttl div {
  width: 100%;
  background: #fff;
  padding: 33px 0;
  position: relative;
}

.page-head-img.head-shizensozai .page-ttl div img {
  display: block;
  position: absolute;
  bottom: 18px;
  left: -161px;
}

.page-head-img.head-shizensozai .page-ttl div .page-ttl-ja {
  position: relative;
  font-size: 5.5rem;
  font-weight: bold;
  letter-spacing: 0.4em;
  line-height: 1.3;
  padding-left: 0;
  z-index: 3;
}

.page-head-img.head-shizensozai .page-ttl div .page-ttl-ja span {
  font-size: 7rem;
}

.shizensozai-message {
  margin: 98px 0;
}

.shizensozai-message div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.shizensozai-message div p:nth-child(1) {
  position: relative;
  min-width: 220px;
  max-width: 247px;
  margin-right: 132px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.1;
}

.shizensozai-message div p:nth-child(1)::after {
  content: '';
  width: 132px;
  height: 20px;
  display: block;
  position: absolute;
  right: -132px;
  top: 0px;
  bottom: 0;
  margin: auto;
  background: url("../img/shizensozai/img_arrow_right.png") no-repeat;
  background-size: 132px;
}

.shizensozai-message div p:nth-child(2) {
  margin-left: 45px;
  font-size: 2.3rem;
  line-height: 1.82;
  letter-spacing: 0.3em;
}

.shizensozai-message div p:nth-child(2) span {
  font-size: 2.8rem;
}

.shizensozai-explanation {
  background: url(../img/shizensozai/bg-explanation.jpg) no-repeat;
  background-size: cover;
  margin: 0 0 0px;
  padding: 75px 0;
}

.shizensozai-explanation .wrap-inner {
  display: flex;
  justify-content: space-between;
}

.shizensozai-explanation .shizensozai-box {
  max-width: 494px;
  width: 100%;
  padding:62px 50px 52px;
}

.shizensozai-explanation .shizensozai-box:nth-child(1) {
  background-color: #c6e9ea;
}

.shizensozai-explanation .shizensozai-box:nth-child(2) {
  background-color: #d7d5cc;
}

.shizensozai-explanation .shizensozai-box .title {
  margin: 0 0 52px;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: .8em;
  text-indent: .8em;
}

.shizensozai-explanation .shizensozai-box .text {
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: .3em;
}

.merit {
  background: url(../img/shizensozai/bg-merit.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  margin-bottom: 80px;
}

.merit-inner {
  margin: 0 0 80px;
  padding:  70px 0 50px;
  text-align: center;
}

.merit-inner-ttl {
  display: inline-block;
  padding: 54px 72px 64px;
  color: #000;
  border: 1px solid #000;
}

.merit-inner-ttl-en {
  margin: 0 0 26px;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: .1em;
  text-indent: .1em;
}

.merit-inner-ttl-ja {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .3em;
  text-indent: .3em;
}

.merit-list-item {
  margin: 0 0 142px;
}

.merit-list-item-title p span:first-child::before {
  content: '';
  display: block;
  width: 102px;
  height: 102px;
  background: #ECD5CD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.merit-list-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 60px;
}

.merit-list-item-title p {
  position: relative;
  width: 134px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-align: right;
  margin-right: 80px;
  font-weight: 500;
}

.merit-list-item-title p span {
  display: block;
  line-height: 0.9;
}

.merit-list-item-title p span:first-child {
  font-size: 7rem;
  margin-top: 70px;
}

.merit-list-item-title p span:first-child::before {
  content: '';
  display: block;
  width: 102px;
  height: 102px;
  background: #d7d5cc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.merit-list-item-title p span:last-child {
  font-size: 4rem;
  right: 0;
}

.merit-list-item-title h2 {
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 22px;
}

.merit-list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 80px;
  align-items: flex-start;
}

.merit-list-item-content .text {
  max-width: 514px;
  width: 100%;
  font-size: 16px;
  letter-spacing: .2em;
  line-height: 2.4;
}

.merit-list-item-content .img {
  max-width: 495px;
  width: 100%;
  margin-top: 12px;
}

.merit-list-item-content.merit01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.shizensozai-bubbl-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.shizensozai-bubbl-box .text {
  position:relative;
  max-width:240px;
  width: 100%;
  padding: 47.5px 0;
  background-color: #e16c00;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .2em;
  text-indent: .2em;
  line-height: 1.75;
  text-align: center;
  border-radius:30px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
}

.shizensozai-bubbl-box .text:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(225, 108, 0, 0);
  border-top-width:13px;
  border-bottom-width:13px;
  border-left-width:39px;
  border-right-width:39px;
  margin-top: -13px;
  border-left-color:#E16C00;
  left:100%;
  top:38%;
}

.shizensozai-bubbl-box table {
  max-width: 800px;
  width: 100%;

}

.shizensozai-bubbl-box table th {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .3em;
  text-indent: .3em;
  padding: 8px 0;
  box-sizing: border-box;
}

.shizensozai-bubbl-box table td {
  padding: 5px 0;
  border: 1px solid #000;
  text-align: center;
  font-size: 16px;
  letter-spacing: .1em;
  text-indent: .1em;
	vertical-align: middle;
}

.shizensozai-bubbl-box table tr:nth-child(2) td:nth-child(2),.shizensozai-bubbl-box table tr:nth-child(3) td:nth-child(2) {
  font-size: 20px;
  color: #e16c00;
}


.shizensozai-bubbl-box table tr:nth-child(4) td,.shizensozai-bubbl-box table tr:nth-child(5) td {
  color: #595757;
  background-color: #d2d3d3;
  padding: 8px 0;
}

.merit-wood {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.merit-wood-box {
  display: block;
  max-width: 494px;
  width: 100%;
  text-align: center;
}

.merit-wood-box .title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: .2em;
  text-indent: .2em;
  text-align: center;
  border: 1px solid #000;
  padding: 35px 0 28px;
  margin: 0 0 35px;
}

.merit-wood-box .title span{
  display: block;
  margin-top: 12px;
  font-size: 14px;
}

.merit-care {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.merit-care-box {
  max-width: 514px;
  width: 100%;
}

.merit-care .merit-care-box:nth-child(1){
  max-width: 495px;
  width: 100%;
}

.merit-care-box .text-box {
  margin: 0 0 10px;
  background-color: #e5e5e5;
  padding: 27px 33px;
}


.merit-care-box .text-box .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .2em;
  text-indent: .2em;
  text-align: center;
  margin: 0 0 20px;
}

.merit-care-box .text-box .text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .2em;
  text-indent: .2em;
}

.merit-care-box .img-arrow {
  display: block;
  text-align: center;
  max-width: 95px;
  width: 100%;
  margin: 0 auto 10px;
}

.merit-care-box .text-box:nth-child(3){
  margin: 0 0 72px;
  background-color: #e16c00;
  color: #fff;
}

.merit-care-box .text-box:nth-child(3) .text {
  font-size: 20px;
  line-height: 1.6;
}

.merit-care-box .list-box .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .2em;
  text-indent: .2em;
  text-align: center;
  margin: 0 0 20px;
}

.merit-care-box .list-box .list {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .1em;
  text-indent: -1em;
  padding-left: 1em;
}

.sns-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sns-build-link {
  margin: 100px auto 80px;
}

.sns-build-link-ttl {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.4em;
}

.sns-build-link-ttl span {
  display: inline-block;
  font-weight: bold;
}

.sns-build-link .bnr-build01 {
  display: block;
  max-width: 460px;
  width: 100%;
  margin: 25px auto 0;
  background: url(../img/sns/sns-bnr01.jpg) no-repeat bottom 42% left -12% #eb6c00;
  background-size: 50%;
  padding: 30px 0;
}

.sns-build-link .bnr-build02 {
  display: block;
  max-width: 460px;
  width: 100%;
  margin: 25px auto 0;
  background: url("../img/shizensozai/bnr-voice.jpg") no-repeat bottom 42% left -11% #eb6c00;
  background-size: 50%;
  padding: 30px 0;
}

.sns-build-link .bnr-build-ttl {
  display: block;
  text-align: center;
  /*width:50%;*/
  margin: 0 0 0 auto;
}

.sns-build-link .bnr-build-ttl-en {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Jost", sans-serif;
  display: block;
}

.sns-build-link .bnr-build-ttl-ja {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.4em;
  margin-top: 0.5em;
}

.sns-build-link .bnr-build01:hover,
.sns-build-link .bnr-build02:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1140px) {
	.page-head-img.head-shizensozai .page-ttl{
		height: 610px;
	}
	.page-head-img.head-shizensozai .page-ttl div img{
		left: 0;
	}
  .shizensozai-bubbl-box table {
    width: 70%;
  }
	.merit-list-item-content .text {
    width: 46%;
  }

  .merit-list-item-content .img {
    width: 46%;
  }
}

@media screen and (max-width: 1000px) {
  .shizensozai-message div p:nth-child(2) {
    font-size: 2rem;
	  letter-spacing: 0.1em;
  }

  .shizensozai-explanation .shizensozai-box {
    max-width: 494px;
    width: 49%;
    padding: 6vw 5vw 5vw;
  }

  .shizensozai-explanation .shizensozai-box .title {
    font-size: 5vw;
  }

  .merit-list-item-title h2 {
    font-size: 4.6vw;
  }

  .shizensozai-bubbl-box .text {
    width: 23%;
    font-size: 2vw;
  }

  .shizensozai-bubbl-box table td,.shizensozai-bubbl-box table th {
    font-size: 1.6vw;
  }

  .shizensozai-bubbl-box table tr:nth-child(2) td:nth-child(2), .shizensozai-bubbl-box table tr:nth-child(3) td:nth-child(2) {
    font-size: 2vw;
  }

  .merit-care .merit-care-box:nth-child(1) {
    width: 46%;
  }

  .merit-care-box {
    width: 46%;
  }

}


@media screen and (max-width: 768px) {
	
  .merit {
	  background: url(../img/shizensozai/bg-merit_sp.png) no-repeat;
	  height: 450px;
	  background-position: left;
  }


	
  .shizensozai-explanation .shizensozai-box .text {
    letter-spacing: .1em;
  }

  .page-head-img.head-shizensozai .page-ttl {
    width: 100%;
  }

  .page-head-img.head-shizensozai .page-ttl div img {
    width: 80%;
    left: 0;
  }

  .page-head-img.head-shizensozai .page-ttl div .page-ttl-ja {
    font-size: 3.5rem;
  }

  .page-head-img.head-shizensozai .page-ttl div .page-ttl-ja span {
    font-size: 5rem;
  }

  .shizensozai-message div p:nth-child(1) {
    min-width: 150px;
    margin-right: 15px;
  }

  .shizensozai-message div p:nth-child(1)::after {
    right: 0;
    top: 80px;
  }

  .shizensozai-explanation .wrap-inner {
    display: block;
  }

  .shizensozai-explanation .shizensozai-box {
    max-width: 100%;
    width: 100%;
  }

  .shizensozai-explanation .shizensozai-box .title {
    font-size: 4rem;
  }

  .shizensozai-explanation .shizensozai-box:nth-child(1) {
    margin-bottom: 80px;
  }

  .merit-list-item-content {
    display: block;
    text-align: center;
  }

  .merit-list-item-content .img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 40px;
  }

  .merit-list-item-content .text {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }

  .shizensozai-bubbl-box {
    display: block;
  }

.shizensozai-bubbl-box .text {
    max-width: 100%;
    width: 62%;
    margin: 0 auto 80px;
    font-size: 2rem;
}

.shizensozai-bubbl-box .text:after {
    border-top-width:41px;
    border-bottom-width:41px;
    border-left-width:35px;
    border-right-width:35px;
    top: 100%;
    left: 41%;
    transform: rotateZ(90deg);
}

.shizensozai-bubbl-box table {
  width: 100%;
}

.shizensozai-bubbl-box table td, .shizensozai-bubbl-box table th {
  font-size: 16px;
}

.shizensozai-bubbl-box table tr:nth-child(2) td:nth-child(2), .shizensozai-bubbl-box table tr:nth-child(3) td:nth-child(2) {
    font-size: 2rem;
}

.merit-wood {
  display: block;
}

.merit-wood-box {
  max-width: 100%;
  width: 80%;
  margin: 0 auto;
}

.merit-care {
  display: block;
}

.merit-care .merit-care-box:nth-child(1) {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}

.merit-care-box {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
}

}


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

.merit-care-box .text-box {
    padding: 27px 25px 27px 28px;
}

.merit-care-box .text-box .text {
    letter-spacing: .0em;
    text-indent: .0em;
}

.page-head-img.head-shizensozai {
  max-height: 300px;
}
.page-head-img.head-shizensozai .page-ttl div {
    top: -200px;
	padding: 10px 0;
	width: 80%;
}
/*.page-head-img.head-shizensozai .page-ttl div img {
    top: -300px;
}*/

.page-head-img.head-shizensozai .page-ttl {
    height: 500px;
    padding: 100px 0 80px;
}

.shizensozai-message div p:nth-child(1) {
    min-width: auto;
    margin: 0 auto 70px;
    padding: 0;
}

.page-head-img.head-shizensozai .page-ttl div .page-ttl-ja span {
    font-size: 2.3rem;
}

.page-head-img.head-shizensozai .page-ttl div .page-ttl-ja {
    font-size: 2.3rem;
	/*top: -200px;*/
}

.shizensozai-message {
    margin: 60px auto;
}

.shizensozai-message div {
  display: block;
}

.shizensozai-message div p:nth-child(1)::after {
    top: 130px;
    left: 0;
    right: 0;
}

.shizensozai-explanation .shizensozai-box .title {
    font-size: 3rem;
    margin-bottom: 20px;
}

.shizensozai-message div p:nth-child(2) {
  margin: 0;
}

/*.shizensozai-explanation {
  margin: 0 0 80px;
}*/

.merit {
  margin: 0 0 40px;
}

.merit-inner {
    /*padding: 180px 0 60px;*/
    width: 90%;
    margin: 0 auto;
}

.merit-inner-ttl {
    padding: 35px 35px;
}

.merit-inner-ttl-en {
    font-size: 5rem;
}

.merit-list-item-title {
    margin-bottom: 40px;
}

.merit-list-item-title p {
    width: 60px;
    margin-right: 10px;
}

.merit-list-item-title p span:first-child {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 3rem;
}

.merit-list-item-title p span:last-child {
    font-size: 1.8rem;
}

.merit-list-item-title p span:first-child::before {
    width: 40px;
    height: 40px;
}

.merit-list-item-title h2 {
    font-size: 1.8rem;
    margin-top: 10px;
    letter-spacing: 0.18em;
}

.shizensozai-bubbl-box .text {
  width: 70%;
}

.shizensozai-bubbl-box .text:after {
  border-top-width: 10vw;
    border-bottom-width: 10vw;
    border-left-width: 10vw;
    border-right-width: 10vw;
  left: 22vw;
}
.shizensozai-bubbl-box table td, .shizensozai-bubbl-box table th{
	font-size: 1.4rem;	
}

.merit-wood-box {
    width: 100%;
}

.merit-wood-box .title  {
  font-size: 18px;
}

.merit-care-box {
  width: 100%;
}

.merit-inner {
  padding:  170px 0 50px;
}

}