.wcm {
  padding: 0 15px;
  width: 100%;
  max-width: 1130px;
}

.lifepost .wcm {
	max-width: 900px;
}

.main__txt {
  padding: 65px 15px 0;
  /*max-width: 830px;*/
}

.sec01 {
  background: #F5F5F5;
  padding: 64px 0 86px;
  text-align: center;
}

.sec01 .chk-lst {
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
  /*padding-top: 38px;*/
  margin-bottom: 15px;
  position: relative;
}

/*
.sec01 .chk-lst::after {
	content: "\f078";
	font-family: fontawesome;
	font-size:30px;
	text-align: center;
	display: block;
	color: #006837;
}
*/

.sec01 .chk-lst__each {
  /*display: inline-block;*/
  vertical-align: top;
  margin-bottom: 11px;
  border-top: 1px solid #006837;
  margin-top: 10px;
}

/*
.sec01 .chk-lst__each:nth-child(2n+1) {
  padding-right: 20px;
}

.sec01 .chk-lst__each:nth-child(2n) {
  padding-left: 20px;
}
*/

.sec01 .chk-lst__each p {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 12px 0;
  font-size: 14px;
  /*line-height: 30px;*/
  letter-spacing: .02em;
  /*height: 53px;*/
}

/*
.sec01 .chk-lst__each p:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #006837;
  position: absolute;
  top: 20px;
  left: 20px;
}
*/

.about_lead {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}

.about_lead figure {
	width: 450px;
	max-width: 100%;
	flex-shrink: 0;
	margin-right: 40px;
	position: relative;
}

.about_lead figure::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #f2f0ef;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: -1;
}

.main__txt .txt {
	text-align: left;
}

.check_wrap {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
	-webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin-top: 36px;
}

.check_wrap .check_cont {
	width: calc((100% - 40px) / 3);
	max-width: 100%;
	padding: 0 40px 40px;
	background: #FFF;
	margin-bottom: 25px;
}

.check_wrap .check_cont:not(:nth-child(3n)) {
	margin-right: 20px;
}

.check_wrap .txt01 {
	background: #FF0;
	color: #F00;
	padding: 20px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.check_wrap figure {
	margin: 0 -40px 20px;
}

.eve_wrap .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.eve_wrapS .title {
	font-weight: bold;
}

.eve-title {
	font-size: 85%;
}

.sec02 {
  padding-top: 73px;
  margin-bottom: 184px;
}

.ab-subttl {
  color: #fff;
  background-color: #007AC3;
  position: relative;
  margin-bottom: 38px;
}

.ab-subttl .txt01 {
  display: inline-block;
  background-color: #006837;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 180px;
  height: calc(100% + 32px);
}

.ab-subttl .txt01__mid {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.ab-subttl .txt01 .name {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  margin-bottom: 5px;
}

.ab-subttl .txt01 .number {
  font-size: 100px;
  font-family: "Fjalla One",sans-serif;
  display: block;
  line-height: 1;
}

.ab-subttl .txt02 {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 0 15px 0 225px;
  height: 115px;
  display: table-cell;
  vertical-align: middle;
}

.ab-subttl .txt01::before,
.ab-subttl .txt01::after {
	content: "";
	width: 32px;
	height:24px;
	background: #006837;
	position: absolute;
	top: -24px;
}

.ab-subttl .txt01::before {
	left: 30px;
}

.ab-subttl .txt01::after {
	right : 30px;
}

.ab-subttl01 {
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 44px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}

.sec02 .list {
  max-width: 1000px;
  margin: 0 auto 110px;
  font-size: 0;
}

.sec02 .list .img,
.sec02 .list .txt {
  display: inline-block;
  vertical-align: top;
}

.sec02 .list .img {
  width: 48.7%;
}

.sec02 .list .txt {
  width: 51.3%;
  padding-left: 60px;
  padding-top: 12px;
}

.sec02 .list .txt .txt01 {
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 33px;
  color: #006837;
  font-weight: bold;
  margin-bottom: 27px;
}

.sec02 .list .txt .txt02 {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 27px;
  color: #505050;
}

.sec03 {
  margin-bottom: 160px;
}

.sec03 .list {
  max-width: 1000px;
  margin: 0 auto;
}

.sec03 .list .item {
  font-size: 0;
  padding-bottom: 55px;
  padding-top: 61px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.sec03 .list .item:first-child {
  padding-top: 0;
}

.sec03 .list .item:before,
.sec04 .list .item:after {
  content: " ";
  display: table;
}

.sec03 .list .item .left {
  width: 50%;
  flex-shrink: 0;
}

.sec03 .list .item .right {
  width: 50%;
  padding-left: 47px;
  margin-top: -7px;
}

.sec03 .list .item .right .txt01 {
  font-size: 22px;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #006837;
  margin-bottom: 12px;
  padding-top: 0;
}

.sec03 .list .item .right .txt02 {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 27px;
  color: #505050;
  text-align: justify;
}

.sec04 {
	margin-bottom: 180px;
}

.sec04 .list {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
}

.sec04 .list .item {
  width: 100%;
  vertical-align: top;
}

.sec04 .list .item .txt01 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 33px;
  text-align: center;
  color: #006837;
  margin-top: 21px;
  padding-top: 0;
}

.sec04 .list .item .txt02 {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 27px;
  margin-top: 15px;
  color: #505050;
  text-align: justify;
  width: 800px;
  max-width: 100%;
  margin: 20px auto 0;
}

.sec05 {
  padding-top: 67px;
  padding-bottom: 82px;
  text-align: center;
}

.sec05 .step {
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 50px;
  display: table;
}

.sec05 .step__each {
  display: table-cell;
  vertical-align: top;
  width: 16.66%;
}

.sec05 .step__each:nth-child(2n+1) {
  background: #fafad2;
}

.sec05 .step__each--ttl {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0em;
  font-family: "Fjalla One",sans-serif;
  padding: 8px 10px 7px 17px;
  position: relative;
}

.sec05 .step__each:nth-child(2n+1) .step__each--ttl {
  background: #006837;
}

.sec05 .step__each--ttl:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -8px;
  border-top: 20px solid transparent;
  border-left: 8px solid red;
  border-bottom: 20px solid transparent;
  z-index: 1;
}

.sec05 .step__each:last-child .step__each--ttl::before {
	display: none;
}

.sec05 .step__each:nth-child(2n+1) .step__each--ttl:before {
  border-left-color: #006837;
}

.sec05 .step__each--info {
  padding: 32px 15px 21px;
}

.sec05 .step__each--info .ttl {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .04em;
  font-weight: 500;
  padding-top: 15px;
}

.sec05 .step__each--info .txt {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: .01em;
  color: #505050;
  text-align: left;
  padding: 32px 8px 0;
}


.sec05 .step__each:nth-child(2n) {
  background: #f5f5f5;
}

.sec05 .step__each:nth-child(2n) .step__each--ttl {
  background: #005d31;
}

.sec05 .step__each:nth-child(2n) .step__each--ttl:before {
  border-left-color: #005d31;
}



@media only screen and (max-width: 767px) {
	.main__txt {
		padding: 30px 15px 40px;
	}
	.main__txt .txt {
		font-size: 18px;
		line-height: 28px;
		letter-spacing: .04em;
		text-align: justify;
	}
	.main__txt .des {
		font-size: 14px;
		line-height: 24px;
		padding-top: 17px;
	}
	.about_lead {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.about_lead figure {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.about_lead figure::before {
		left: 5px;
		top: 5px;
	}
	.sec01 {
		padding: 46px 0 60px;
	}
	.ttl01 {
		font-size: 26px;
		line-height: 1.6;
		padding-bottom: 15px;
	}
	.company .ttl01 {
		margin-top: 40px;
	}
	.check_wrap {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.check_wrap .check_cont {
		width: auto;
		padding: 0 20px 20px;
		margin-bottom: 60px;
	}
	.check_wrap figure {
		margin: 0 -20px 20px;
	}
	.sec01 .chk-lst__each p {
		padding: 12px 0 11px 20px;
	}
	.sec01 .chk-lst__each p:before {
		top: 17px;
		left: 0;
	}
	.ab-subttl {
		margin: 0 -15px 32px;
	}
	.ab-subttl .txt01 {
		width: 92px ;
		height: calc(100% + 18px);
		left: 15px;
	}
	.ab-subttl .txt02 {
		font-size: 24px;
		line-height: 34px;
		padding-left: 130px;
	}
	.ab-subttl .txt01 .name {
		font-size: 22px;
	}
	.ab-subttl .txt01 .number {
		font-size: 59px;
	}
	.ab-subttl01 {
		font-size: 20px;
		line-height: 32px;
		margin: 0 -3px 17px;
	}
	.sec02 .list {
		margin-bottom: 80px;
	}
	.sec02 .list .img {
		width: 100%;
		text-align: center;
	}
	.sec02 .list .txt {
		width: 100%;
		padding-left: 0;
		padding-top: 23px;
	}
	.ab-subttl .txt01::before, .ab-subttl .txt01::after {
		width: 16px;
		height: 12px;
		top: -12px;
	}
	.ab-subttl .txt01::before {
		left: 15px;
	}
	.ab-subttl .txt01::after {
		right: 15px;
	}
	.sec02 {
		padding-top: 52px;
		margin-bottom: 110px;
	}
	.sec03 {
		margin-bottom: 96px;
	}
	.sec03 .ab-subttl01 {
		margin-bottom: 30px;
	}
	.sec03 .list .item {
		flex-direction: column-reverse;
	}
	.sec03 .list .item .right {
		width: auto;
		padding-left: 0;
		margin-top: -7px;
	}
	.sec03 .list .item .left {
		width: auto;
		margin-top: 10px;
	}
	.sec04 {
		margin-bottom: 35px;
	}
	.sec05 {
		padding-top: 44px;
		padding-bottom: 75px;
	}
	.sec05 .step {
		margin-top: 35px;
	}
	.sec05 .step__each {
		display: table;
		width: 100%;
	}
	.sec05 .step__each--ttl {
		width: 48px;
		padding: 20px 0 10px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		min-height: 277px;
		white-space: nowrap;
		line-height: 48px;
		writing-mode: tb-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: sideways-lr;
		writing-mode: sideways-lr;
	}
	.sec05 .step__each--ttl:before {
		border-left: 24px solid transparent;
		border-top: 12px solid #059025;
		border-right: 24px solid transparent;
		border-bottom: none;
		top: 100%;
		right: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.sec05 .step__each:nth-child(2n+1) .step__each--ttl:before {
		border-top-color: #006837;
		border-left-color: transparent;
	}
	.sec05 .step__each--ttl p {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.sec05 .step__each--info {
		display: inline-block;
		width: calc(100% - 48px);
		vertical-align: top;
		padding: 20px 20px 29px 18px;
		min-height: 277px;
	}
	.sec05 .step__each:nth-child(2n) .step__each--ttl:before {
		border-top-color: #005d31;
		border-left-color: transparent;
	}
	.check_wrap .check_cont:not(:nth-child(3n)) {
		margin-right: inherit;
	}


	
	
	
}
