.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*notes*/
header .header__main {
  align-items: center;
  background: center center / cover url(../assets/img/0006.png) repeat;
  display: flex;
  height: 240px;
  justify-content: center;
  margin: auto;
  max-width: 1300px;
}
header .header__main h1 {
  color: #ff6e80;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  margin: 0;
  padding: 0;
}

/*notes*/
.s01__wrap {
  padding: 80px 4%;
}
.s01__wrap h2 {
  color: #805280;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.0rem;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.s01__wrap .txt1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  margin-bottom: 2em;
  text-align: center;
}
.s01__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 890px;
}
.s01__wrap li {
  border: 3px solid #104e84;
  border-radius: 20px;
  margin-bottom: 20px;
  width: 48.31%;
}
.s01__wrap li h3 {
  background: #104e84;
  border-radius: 16px 16px 0 0;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  padding: .25em;
  text-align: center;
}
.s01__wrap li .box__wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.s01__wrap li .box__wrap img {
  width: 20.51%;
}
.s01__wrap li .box__wrap .box {
  width: 74.35%;
}
.s01__wrap li .box__wrap .box div {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
}
.s01__wrap li .box__wrap .box div p:nth-of-type(1) {
  background: #104e84;
  border-radius: 2em;
  color: #fff;
  font-size: 1.2rem;
  margin-right: .5em;
  padding: .25em 1em;
}
.s01__wrap li .box__wrap .box div p:nth-of-type(2) {
  color: #104e84;
  font-weight: 700;
}
.s01__wrap li.p2 {
  border: 3px solid #8b5f7d;
}
.s01__wrap li.p2 h3,
.s01__wrap li.p2 .box__wrap .box div p:nth-of-type(1) {
  background: #8b5f7d;
}
.s01__wrap li.p2 .box__wrap .box div p:nth-of-type(2) {
  color: #8b5f7d;
}
.s01__wrap li.p3 {
  border: 3px solid #428080;
}
.s01__wrap li.p3 h3,
.s01__wrap li.p3 .box__wrap .box div p:nth-of-type(1) {
  background: #428080;
}
.s01__wrap li.p3 .box__wrap .box div p:nth-of-type(2) {
  color: #428080;
}
.s01__wrap .txt2 {
  color: #805280;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  margin-top: 1em;
  text-align: center;
}

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

/*notes*/
header .header__main {
  height: 180px;
}
header .header__main h1 {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

/*notes*/
.s01__wrap {
  padding: 40px 4%;
}
.s01__wrap h2 {
  font-size: 2.0rem;
}
.s01__wrap .txt1 {
  font-size: 1.8rem;
  line-height: 1.5;
}
.s01__wrap li {
  margin-bottom: 10px;
  width: 100%;
}
.s01__wrap li h3 {
  font-size: 1.6rem;
}
.s01__wrap li .box__wrap {
  display: block;
  padding: 15px;
}
.s01__wrap li .box__wrap img {
  display: block;
  margin: 0 auto 1em;
  width: 30%;
}
.s01__wrap li .box__wrap .box {
  width: 100%;
}
.s01__wrap li .box__wrap .box div {
  justify-content: center;
}
.s01__wrap li .box__wrap .box div p:nth-of-type(1) {
  font-size: 1.0rem;
}
.s01__wrap .txt2 {
  font-size: 1.6rem;
}
}