.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
h2 {
  color: #333;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin: auto;
  max-width: 1000px;
  text-align: left;
}
h4 {
  border-left: 3px solid #0c9480;
  color: #0c9480;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-bottom: 1em;
  padding-left: .3em;
}

/*notes*/
header .header__main__wrap {
  background: #f6f6f6;
  padding: 100px 0 40px;
}
header .header__main__wrap div {
  border-bottom: 1px solid #0ca88e;
}
header .header__main__wrap p {
  color: #0ca88e;
  font-size: 1.4rem;
  letter-spacing: .1em;
  margin: .5em  auto 0;
  max-width: 1000px;
}

/*notes*/
.s01__wrap {
  margin-top: 40px;
  padding: 0 4% 50px;
}
.s01__wrap ul {
  margin: auto;
  max-width: 940px;
}
.s01__wrap ul li {
  align-items: flex-start;
  display: flex;
  margin-bottom: 40px;
}
.s01__wrap ul li img {
  margin-right: 50px;
}
.s01__wrap ul li .t1 {
  color: #0c9c82;
  font-weight: 700;
}
.s01__wrap .btn:nth-child(3) {
  margin-top: 2em;
}
.s01__wrap .btn {
  align-items: center;
  background: #0cb096;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight:700;
  height: 56px;
  justify-content: center;
  line-height: 1.2;
  margin-top: .5em;
  max-width: 220px;
  text-align: center;
  width: 100%;
}
.s01__wrap .btn span {
  font-size: 1.3rem;
  font-weight: 500;
}

/*notes*/
.s02__wrap {
  padding: 0 4% 100px;
}
.s02__wrap .b1__wrap {
  border: 5px solid #e2e2e2;
  display: flex;
  line-height: 1.4;
  margin: auto;
  max-width: 880px;
  padding: 20px 30px;
}
.s02__wrap .b1__wrap div:nth-child(1) {
  margin-right: 3em;
}
.s02__wrap .b1__wrap div:nth-child(1) p:nth-of-type(1) {
  color: #0c9c82;
  font-size: 2.0rem;
  font-weight: 700;
}
.s02__wrap .b1__wrap div:nth-child(1) p:nth-of-type(2) {
  font-size: 2.4rem;
  margin-top: .5em;
}
.s02__wrap .b1__wrap div:nth-child(2) p:nth-of-type(1) {
  margin-top: 2.3em;
}
.s02__wrap .b1__wrap div:nth-child(2) span {
  color: #0c9c82;
  font-size: 2.4rem;
  font-weight: 700;
}
.s02__wrap .b1__wrap div:nth-child(2) p:nth-of-type(3) {
  margin-top: .5em;
  margin-left: 4.5em;
}

/*notes*/
footer {
  border-top: 3px solid #0ca88e;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.4rem;
}
h2 {
  font-size: 2.6rem;
  max-width: 90%;
}
h3 {
  font-size: 2.6rem;
}
h4 {
  font-size: 2.0rem;
}

/*notes*/
header .header__main__wrap {
  padding: 106px 0 156px;
}
header .header__main__wrap p {
  max-width: 90%;
}

/*notes*/
.s01__wrap ul li {
  display: block;
  margin-bottom: 60px;
}
.s01__wrap ul li img {
  height: 240px;
  margin-right: 0;
  margin-bottom: 1em;
  object-fit: cover;
  width: 100%;
}
.s01__wrap .btn {
  margin: .5em auto;
}

/*notes*/
.s02__wrap .b1__wrap {
  display: block;
  text-align: center;
}
.s02__wrap .b1__wrap div:nth-child(1) {
  margin-right: 0;
}
.s02__wrap .b1__wrap div:nth-child(1) p:nth-of-type(1) {
  font-size: 1.6rem;
}
.s02__wrap .b1__wrap div:nth-child(1) p:nth-of-type(2) {
  font-size: 2.0rem;
}
.s02__wrap .b1__wrap div:nth-child(2) p:nth-of-type(1) {
  margin-top: 1em;
}
.s02__wrap .b1__wrap div:nth-child(2) span {
  font-size: 2.2rem;
}
.s02__wrap .b1__wrap div:nth-child(2) p:nth-of-type(2) {
  margin-top: .5em;
}
.s02__wrap .b1__wrap div:nth-child(2) p:nth-of-type(3) {
  margin-top: .5em;
  margin-left: 0;
}

/*notes*/
footer {
  border-top: 2px solid #0ca88e;
}
}