.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;
}
h3 {
  position: relative;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 3em;
  text-align: center;
  background: linear-gradient(transparent 30%, #0ca88e 70%);
}
h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  background: #0ca88e;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
h4 {
  background: linear-gradient(to right, #fff, #f7f7f7, #fff);
  border-top: 1px solid #0c9480;
  border-bottom: 1px solid #0c9480;
  color: #0c9480;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 2em 0 1em;
  text-align: center;
}

/*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% 100px;
}
.s01 {
  margin: auto;
  max-width: 940px;
}
.s01 p {
  margin: auto;
  max-width: 800px;
}
.s01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em 0;
}
.s01 li {
  border: 1px solid #0c9480;
  border-radius: 2em;
  font-size: 1.4rem;
  font-weight: 700;
  margin: .7% .5%;
  max-width: 32%;
  padding: .5% 0;
  text-align: center;
  width: 100%;
}
.btn a {
  align-items: center;
  background: #0cb096;
  border-radius: 4px;
  display: flex;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  height: 56px;
  justify-content: space-between;
  margin-left: auto;
  max-width: 180px;
  padding: 0 20px;
  transition: 0.3s;
}
.btn a::after {
  content: '';
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 5px;
  transform: rotate(45deg);
  width: 5px;
}
.btn a:hover {
  background: #0c9480;
}

/*notes*/
.s02__wrap {
  padding: 100px 4% 100px;
  margin-top: -100px;
}
.s02 {
  margin: auto;
  max-width: 940px;
}
.s02 .t1 {
  margin: auto;
  max-width: 800px;
}
.s02 .b1__wrap {
  margin: 3em auto 0;
  max-width: 840px;
}
.s02 .b1 {
  margin-bottom: 2em;
}
.s02 .b1 div:nth-child(1) {
  align-items: center;
  display: flex;
  color: #0c9480;
  font-size: 2.0rem;
  font-weight: 700;
  max-width: 640px;
}
.s02 .b1:nth-child(even) div:nth-child(1) {
  margin-left: auto;
}
.s02 .b1 div:nth-child(1) p:nth-of-type(1) {
  align-items: center;
  background: #0c9480;
  color: #fff;
  display: flex;
  font-size: 4.0rem;
  font-weight: 400;
  height: 52px;
  justify-content: center;
  margin-right: .4em;
  width: 52px;
}
.s02 .b1 div:nth-child(1) img {
  margin: 0 2em;
}
.s02 .b1:nth-child(odd) div:nth-child(1) img {
  margin-left: auto;
}
.s02 .b1 div:nth-child(2) {
  align-items: center;
  display: flex;
  max-width: 480px;
}
.s02 .b1:nth-child(even) div:nth-child(2) {
  margin-left: auto;
}
.s02 .b1 div:nth-child(2) img {
  margin: 0 1em 0 3em;
}
.s02 .b2__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3em;
}
.s02 .b2__wrap div {
  margin-bottom: 2em;
  width: 30%;
}
.s02 .b2__wrap p:nth-of-type(1) {
  border-left: 2px solid #0c9480;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin: .8em 0;
  padding-left: .3em;
}
.s02 .btn a {
  max-width: 140px;
  padding: 0 20px 0 60px;
}

/*notes*/
.s03__wrap {
  padding: 100px 4% 100px;
  margin-top: -100px;
}
.s03 {
  margin: auto;
  max-width: 940px;
}
.s03 .t1 {
  margin: auto;
  max-width: 800px;
}
.s03 .b1__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3em;
}
.s03 .b1__wrap div {
  margin-bottom: 2em;
  width: 30%;
}
.s03 .b1__wrap p:nth-of-type(1) {
  border-left: 2px solid #0c9480;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: .8em 0;
  padding-left: .3em;
}
.s03 .btn a {
  max-width: 150px;
  padding: 0 20px 0 50px;
}

/*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.3rem;
  letter-spacing: .1em;
}
h4 {
  font-size: 1.8rem;
}

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

/*notes*/
.s01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em 0;
}
.s01 li {
  font-size: 1.2rem;
  max-width: 90%;
  padding: 1% 0;
}
.btn a {
  margin: auto;
}

/*notes*/
.s02 .b1 div:nth-child(1) {
  font-size: 1.8rem;
}
.s02 .b1 div:nth-child(1) p:nth-of-type(1) {
  font-size: 3.0rem;
  height: 40px;
  margin-right: .2em;
  width: 40px;
}
.s02 .b1 div:nth-child(1) img {
  margin: 0 1em;
  width: 20%;
}
.s02 .b1 div:nth-child(2) img {
  margin: 0 1em 0 1em;
  width: 30%;
}
.s02 .b2__wrap {
  margin-top: 2em;
}
.s02 .b2__wrap div {
  width: 100%;
}
.s02 .b2__wrap p:nth-of-type(1) {
  font-size: 1.8rem;
}
.s02 .b2__wrap img {
  display: block;
  margin: auto;
  width: 60%;
}

/*notes*/
.s03 .b1__wrap {
  margin-top: 2em;
}
.s03 .b1__wrap div {
  width: 100%;
}
.s03 .b1__wrap p:nth-of-type(1) {
  font-size: 1.8rem;
}
.s03 .b1__wrap img {
  display: block;
  margin: auto;
  width: 60%;
}

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