.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 .t1 {
  margin: 0 auto 80px;
  max-width: 940px;
}
.s01__wrap .b1__wrap {
  position: relative;
  margin: 0 auto 100px;
  max-width: 940px;
}
.s01__wrap .b1__wrap img {
  display: block;
  margin-left: auto;
  width: 57.44%;
}
.s01__wrap .b1__wrap2 img {
  margin-left: 0;
  margin-right: auto;
}
.s01__wrap .b1__wrap .b1 {
  position: absolute;
  top: 80px;
  left: 0;
  background: rgba(255,255,255,0.9);
  filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.1));
  max-width: 42.55%;
  padding: 4.25%;
}
.s01__wrap .b1__wrap2 .b1 {
  left: auto;
  right: 0;
}
.s01__wrap .b1__wrap .b1 .t2 {
  border-left: 3px solid #0ca88e;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-left: .6em;
}
.s01__wrap .b1__wrap .b1 .t2 span {
  font-size: 2.6rem;
  font-weight: 700;
}

/*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 .t1 {
  margin: 0 auto 60px;
}
.s01__wrap .b1__wrap {
  margin: 0 auto 50px;
}
.s01__wrap .b1__wrap img {
  width: 100%;
}
.s01__wrap .b1__wrap .b1 {
  position: static;
  margin-top: 1em;
  max-width: 100%;
}

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