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

/*notes*/
header {
  background: center center / cover url(../img/0000.png) no-repeat;
  padding: 60px 5%;
}
.header__main__wrap {
  margin: auto;
  max-width: 1300px;
}
.header__main__wrap .t1 {
  background: #1bafcd;
  color: #fff;
  display: table;
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: .5em;
  padding: .15em .5em;
}
.header__main__wrap .t2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
}
h1 {
  color: #1bafcd;
  font-size: 6.4rem;
}
header .box__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  max-width: 840px;
}
header .box__wrap .box {
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(0 8px 8px rgba(0,0,0,0.16));
  padding-bottom: 1em;
  text-align: center;
  width: 47.61%;
}
header .box__wrap .box div {
  position: relative;
  align-items: center;
  background: #e94f56;
  border-radius: 20px 20px 0 0;
  color: #ffff00;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  height: 2em;
  justify-content: center;
  margin-bottom: 1em;
}
header .box__wrap .box div:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -11px;
  border: 11px solid transparent;
  border-top: 12px solid #e94f56;
}
header .box__wrap .box div span {
  font-size: 3.6rem;
}
header .box__wrap .box .t3 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.3;
}
header .box__wrap .box:nth-child(1) .t3 {
  margin-bottom: .5em;
}
header .box__wrap .box:nth-child(2) .t3 {
  color: #e94f56;
}
header .box__wrap .box img {
  width: 254px;
}
header .box__wrap .box:nth-child(2) img {
  width: 200px;
}
header .box__wrap .box .t4 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: .5em;
}
.btn {
  background: linear-gradient(to right, #ffee56, #ff2d56);
  border-radius: 2em;
  display: block;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,0.32));
  font-size: 2.8rem;
  font-weight: 700;
  margin: auto;
  max-width: 360px;
  padding: .5em 0;
  text-align: center;
}
a.btn:link,a.btn:visited {
  color: #fff;
}

/*notes*/
.s01__wrap {
  background: center center / cover url(../img/0100.png) no-repeat;
  padding: 100px 5%;
  text-align: center;
}
.s01__wrap h3 {
  color: #0d82b2;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: 1em;
}
.s01__wrap p {
  font-size: 2.0rem;
  font-weight: 700;
}
.s01__wrap p span {
  color: #e94f56;
}

/*notes*/
.s02__wrap {
  background: center center / cover url(../img/0200.png) no-repeat;
  padding: 0 0 100px;
}
h2 {
  position: relative;
  background: #1bafcd;
  color: #ffff00;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 2em;
  padding: .75em;
  text-align: center;
}
h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #1bafcd;
}
h2 span {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .2em;
}
.s02 {
  margin: auto;
  max-width: 680px;
  padding: 0 5%;
}
.s02 .box1__wrap {
  margin-bottom: 60px
}
.s02 .box1__wrap h3 {
  background: #e94f56;
  border-radius: 2em;
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 1em;
  text-align: center;
}
.s02 .box1__wrap li {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: .5em;
  margin-left: 1em;
  padding-left: 1.5em;
}
.s02 .box1__wrap li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0201.svg) no-repeat;
  width: 28px;
  height: 28px;
  top: .2em;
  left: 0;
}
.s02 .box1__wrap li span {
  background: linear-gradient(transparent 72%, #ffe656 0%);
  color: #e94f56;
  font-weight: 700;
}
.s02 .box2__wrap {
  margin-bottom: 60px;
}
.s02 .box2__wrap dl div {
  align-items: flex-start;
  display: flex;
  padding: 1em 0;
}
.s02 .box2__wrap dl div dt {
  margin-right: 1em;
  max-width: 5em;
  width: 100%;
}
.s02 .box2__wrap dl div dt p {
  background: #1bafcd;
  border-radius: 2em;
  color: #fff;
  font-weight: 700;
  margin-top: .65em;
  text-align: center;
}
.s02 .box2__wrap dl div:nth-child(3) dt p {
  margin-top: 1.75em;
}
.s02 .box2__wrap dl div dd {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.s02 .box2__wrap dl div dd span {
  color: #e94f56;
}
.s02 .box2__wrap dl div dd span span {
  font-size: 4.4rem;
}
.s02 .box2__wrap dl div dd p {
  font-size: 1.8rem;
  font-weight: 400;
}
.s02 .box2__wrap dl div dd p span {
  color: #e94f56;
  font-weight: 700;
}
.s02 .box2__wrap dl div dd p span span {
  font-size: 3.2rem;
}
.s02 .box3__wrap {
  margin-bottom: 60px;
}
.s02 .box3__wrap h3 {
  border-bottom: 2px solid #1bafcd;
  color: #1bafcd;
  font-size: 2.8rem;
  text-align: center;
}
.s02 .box3__wrap .box {
  align-items: center;
  display: flex;
  padding: 20px;
}
.s02 .box3__wrap .box img {
  margin-right: 30px;
  width: 36.76%;
}
.s02 .box3__wrap .box div p:nth-of-type(1) {
  font-size: 1.6rem;
  font-weight: 700;
}
.s02 .box3__wrap .box div p:nth-of-type(1) span {
  font-size: 2.8rem;
  margin-left: .5em;
}
.s02 .box3__wrap .box div p:nth-of-type(2) {
  color: #1bafcd;
  font-size: 2.2rem;
  font-weight: 700;
  margin: .5em 0;
}
.s02 .box3__wrap .box div p:nth-of-type(3) {
  font-size: 1.7rem;
}
.s02 .box4__wrap {
  text-align: center;
}
.s02 .box4__wrap h3 {
  border-bottom: 2px solid #e94f56;
  color: #e94f56;
  font-size: 2.8rem;
  text-align: center;
}
.s02 .box4__wrap img {
  margin: 1em;
  width: 240px;
}
.s02 .box4__wrap p:nth-of-type(1) {
  color: #e94f56;
  font-size: 2.2rem;
  font-weight: 700;
}
.s02 .box4__wrap p:nth-of-type(2) {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2em;
}
.s02 .box4__wrap dl {
  align-items: center;
  display: flex;
  justify-content: center;
}
.s02 .box4__wrap dl dt {
  background: #1bafcd;
  border-radius: 2em;
  color: #fff;
  font-size: 1.6rem;
  margin-right: 1em;
  text-align: center;
  width: 6em;
}
.s02 .box4__wrap dl dd {
  font-size: 2.0rem;
}

/*notes*/
.s03__wrap {
  background: #ffffdf;
  padding: 0 0 100px;
}
.s03__wrap ul {
  margin: auto;
  max-width: 490px;
  padding: 0 5%;
}
.s03__wrap ul li {
  align-items: center;
  background: #e94f56;
  border-radius: 2em;
  display: flex;
  margin-bottom: 20px;
  padding: 6px;
}
.s03__wrap ul li:last-child {
  margin-bottom: 0;
}
.s03__wrap ul li p:nth-of-type(1) {
  align-items:center; 
  background: #ffff00;
  border-radius: 23px;
  color: #e94f56;
  display: flex;
  font-size: 3.2rem;
  height: 46px;
  justify-content: center;
  margin-right: .5em;
  width: 46px;
}
.s03__wrap ul li p:nth-of-type(2) {
  color: #ffff00;
  font-size: 2.6rem;
  font-weight: 700;
}

/*notes*/
.s04__wrap {
  background: center center / cover url(../img/0400.png) no-repeat;
  padding: 0 0 100px;
}
.s04__wrap ul {
  margin: auto;
  max-width: 660px;
  padding: 0 5%;
}
.s04__wrap ul li {
  background: #fff;
  border: 3px solid #1bafcd;
  border-radius: 20px;
  margin-bottom: 20px;
}
.s04__wrap ul li:last-child {
  margin-bottom: 40px;
}
.s04__wrap ul li div {
  align-items: center;
  background: #1bafcd;
  border-radius: 16px 16px 0 0;
  color: #ffff00;
  display: flex;
  padding: 0 1.5em;
}
.s04__wrap ul li div p {
  font-size: 6.4rem;
  line-height: 1.4;
  margin-right: .25em;
}
.s04__wrap ul li div h3 {
  font-size: 2.6rem;
  line-height: 1.2;
}
.s04__wrap ul li .t1 {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1em;
}

/*notes*/
.s05__wrap {
  padding: 0 0 100px;
}
.s05__wrap .s05 {
  margin: auto;
  max-width: 760px;
  padding: 0 5%;
}
.s05__wrap .s05 .box__wrap {
  position: relative;
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  margin: 0 auto 60px;
  max-width: 640px;
}
.s05__wrap .s05 .box__wrap:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0501.svg) no-repeat;
  width: 22px;
  height: 20px;
  bottom: -40px;
  left: 28px;
}
.s05__wrap .s05 .box__wrap:nth-child(3):before {
  display: none;
}
.s05__wrap .s05 .box__wrap .item {
  align-items: center;
  background: #e94f56;
  border-radius: 37px;
  color: #ffff00;
  display: flex;
  font-size: 1.4rem;
  height: 74px;
  justify-content: center;
  line-height: 1;
  margin-right: 1em;
  max-width: 74px;
  text-align: center;
  width: 100%;
}
.s05__wrap .s05 .box__wrap .item span {
  font-size: 4.2rem;
}
.s05__wrap .s05 .box__wrap h3 {
  color: #e94f56;
  font-size: 2.8rem;
}
.s05__wrap .s05 .box2__wrap {
  border: 3px solid #d9d3d9;
  text-align: center;
}
.s05__wrap .s05 .box2__wrap h3 {
  background: #d9d3d9;
  padding: .25em;
  text-align: center;
}
.s05__wrap .s05 .box2__wrap p {
  padding: 1em;
}
.s05__wrap .s05 .box2__wrap a:link,
.s05__wrap .s05 .box2__wrap a:visited {
  color: #1bafcd;
  text-decoration: underline;
}

/*notes*/
footer {
  background: #1bafcd;
  color: #fff;
  padding: 40px 5% 5px;
  text-align: center;
}
footer img {
  margin-bottom: 1em;
  max-width: 250px;
}
footer p:last-child {
  margin-top: 3em;
  font-size: 1.3rem;
}

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

/*notes*/
header {
  padding: 20px 5%;
}
.header__main__wrap .t1 {
  font-size: 1.6rem;
  margin: 0 auto .5em;
}
.header__main__wrap .t2 {
  font-size: 2.0rem;
  text-align: center;
}
h1 {
  color: #1bafcd;
  font-size: 2.6rem;
  text-align: center;
}
header .box__wrap {
  display: block;
  margin-bottom: 20px;
}
header .box__wrap .box {
  margin-bottom: 10px;
  width: 100%;
}
header .box__wrap .box div {
  font-size: 1.5rem;
}
header .box__wrap .box div span {
  font-size: 2.6rem;
}
header .box__wrap .box .t3 {
  font-size: 1.6rem;
}
header .box__wrap .box img {
  width: 60%;
}
header .box__wrap .box:nth-child(2) img {
  width: 50%;
}
header .box__wrap .box .t4 {
  font-size: 1.4rem;
}
.btn {
  font-size: 2.2rem;
  max-width: 80%;
  padding: .75em 0;
}

/*notes*/
.s01__wrap {
  padding: 60px 5%;
  text-align: left;
}
.s01__wrap h3 {
  font-size: 2.4rem;
}
.s01__wrap p {
  font-size: 1.6rem;
}

/*notes*/
.s02__wrap {
  padding: 0 0 60px;
}
h2 {
  font-size: 2.4rem;
}
h2 span {
  font-size: 1.2rem;
}
.s02 .box1__wrap {
  margin-bottom: 40px
}
.s02 .box1__wrap h3 {
  font-size: 2.2rem;
}
.s02 .box1__wrap li {
  font-size: 1.8rem;
  margin-left: 0;
}
.s02 .box1__wrap li:before {
  width: 22px;
  height: 22px;
}
.s02 .box2__wrap dl div {
  display: block;
  padding: .5em 0;
}
.s02 .box2__wrap dl div dt {
  margin-bottom: .5em;
}
.s02 .box2__wrap dl div:nth-child(3) dt p {
  margin-top: 1em;
}
.s02 .box2__wrap dl div dd {
  font-size: 2.0rem;
}
.s02 .box2__wrap dl div dd span span {
  font-size: 3.4rem;
}
.s02 .box2__wrap dl div dd p {
  font-size: 1.5rem;
}
.s02 .box2__wrap dl div dd p span span {
  font-size: 2.2rem;
}
.s02 .box3__wrap {
  margin-bottom: 40px;
}
.s02 .box3__wrap h3 {
  font-size: 2.2rem;
}
.s02 .box3__wrap .box {
  display: block;
  padding: 20px 0;
  text-align: center;
}
.s02 .box3__wrap .box img {
  margin: 0 auto 1em;
  width: 50%;
}
.s02 .box3__wrap .box div p:nth-of-type(1) span {
  font-size: 2.4rem;
}
.s02 .box3__wrap .box div p:nth-of-type(2) {
  font-size: 2.0rem;
}
.s02 .box3__wrap .box div p:nth-of-type(3) {
  font-size: 1.5rem;
}
.s02 .box4__wrap h3 {
  font-size: 2.2rem;
}
.s02 .box4__wrap img {
  width: 60%;
}
.s02 .box4__wrap p:nth-of-type(1) {
  font-size: 2.0rem;
}
.s02 .box4__wrap p:nth-of-type(2) {
  font-size: 1.6rem;
}
.s02 .box4__wrap dl {
  display: block;
}
.s02 .box4__wrap dl dt {
  font-size: 1.4rem;
  margin: 0 auto .5em;
  width: 6em;
}
.s02 .box4__wrap dl dd {
  font-size: 1.8rem;
}

/*notes*/
.s03__wrap {
  padding: 0 0 60px;
}
.s03__wrap ul li p:nth-of-type(1) {
  font-size: 2.8rem;
  margin-right: .25em;
  max-width: 46px;
  width: 100%;
}
.s03__wrap ul li p:nth-of-type(2) {
  font-size: 1.8rem;
}

/*notes*/
.s04__wrap {
  padding: 0 0 60px;
}
.s04__wrap ul li div {
  padding: 0 .5em;
}
.s04__wrap ul li div p {
  font-size: 4.6rem;
}
.s04__wrap ul li div h3 {
  font-size: 2.0rem;
}
.s04__wrap ul li .t1 {
  font-size: 1.6rem;
}

/*notes*/
.s05__wrap {
  padding: 0 0 60px;
}
.s05__wrap .s05 .box__wrap {
  font-size: 1.4rem;
}
.s05__wrap .s05 .box__wrap .item {
  font-size: 1.0rem;
  height: 64px;
  max-width: 64px;
}
.s05__wrap .s05 .box__wrap .item span {
  font-size: 3.2rem;
}
.s05__wrap .s05 .box__wrap h3 {
  color: #e94f56;
  font-size: 1.8rem;
}
.s05__wrap .s05 .box2__wrap p {
  font-size: 1.3rem;
  text-align: left;
}
.s05__wrap .s05 .box2__wrap a {
  display: block;
  text-align: center;
}

/*notes*/
footer img {
  max-width: 60%;
}
footer p:last-child {
  font-size: 1.0rem;
}
}