.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
h1 {
  display: none;
}
h2 {
  background: top center / auto url(../img/0101.svg) no-repeat;
  color: #19a68d;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1em;
  text-align: center;
}
h3 {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1em;
  text-align: center;
}
h3 p {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: .5em;
}

/*notes*/
header .header__top__wrap {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 1;
}
header .header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
  padding: 4px 2%;
}
header .header__top .b1__wrap {
  font-size: 1.4rem;
  text-align: center;
}
header .header__top .b2__wrap {
  font-size: 1.4rem;
  text-align: center;
}
header .header__top .b2__wrap .b1 {
  align-items: center;
  color: #f50;
  display: flex;
  font-size: 3.2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
}
header .header__main__wrap {
  padding-top: 70px;
}
header .header__main {
  background: top center / cover url(../img/0000.jpg) no-repeat;
  font-weight: 900;
  padding: 80px 0 200px;
  text-align: center;
}
header .header__main p:nth-of-type(1) {
  position: relative;
  color: #fff;
  filter: drop-shadow(0 6px 0 rgba(0,0,0,0.35));
  font-size: 4.6rem;
}
header .header__main p:nth-of-type(1) span {
  font-size: 6.4rem;
}
header .header__main p:nth-of-type(2) {
  background: top center / auto url(../img/0003.svg) no-repeat;
  color: #ffe500;
  filter: drop-shadow(0 6px 0 rgba(0,0,0,0.35));
  font-size: 5.4rem;
  margin: auto;
}
header .header__main p:nth-of-type(2) span {
  font-size: 4.4rem;
}
header .header__main p:nth-of-type(3) {
  color: #fff;
  filter: drop-shadow(0 6px 0 rgba(0,0,0,0.35));
  font-size: 3.6rem;
}
header .header__main p:nth-of-type(3) span {
  color: #ff0;
  font-size: 4.4rem;
}
header .header__main img {
  position: absolute;
  top: -70%;
  right: 0;
  left: 700px;
  margin: auto;
}

/*notes*/
.s01__wrap {
  position: relative;
  background: center center / cover no-repeat url("../img/0100.svg");
  padding: 50px 4%;
}
.s01__wrap .b1__wrap {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 800px;
}
.s01__wrap .b1__wrap .b1 {
  background: #fff;
  border: 5px solid #19a68d;
  border-radius: 20px;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.1));
  font-weight: 700;
  line-height: 1.3;
  max-width: 240px;
  text-align: center;
  width: 100%;
  height: 240px;
}
.s01__wrap .b1__wrap .b1 div {
  align-items: center;
  color: #19a68d;
  display: flex;
  font-size: 2.6rem;
  font-weight: 900;
  justify-content: center;
}
.s01__wrap .b1__wrap .b1 div p:last-child {
  font-size: 7.4rem;
}
.s01__wrap .b1__wrap .b1 .t1 {
  font-size: 2.0rem;
  margin-bottom: 1em;
}
.s01__wrap .b1__wrap .b1 .t1 span {
  color: #f50;
  font-weight: 900;
}
.s01__wrap .b1__wrap .b1 .t2 span {
  color: #f50;
}
.s01__wrap .b1__wrap .b1 .t2 span span {
  font-size: 2.6rem;
}
.s01__wrap .b1__wrap .b1 .t3 {
  font-size: 2.6rem;
  margin-top: 1em;
}
.s01__wrap .b1__wrap .b1 .t3 span {
  color: #f50;
}
.s01__wrap .b2__wrap {
  color: #f50;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 140px auto 100px;
  max-width: 700px;
  text-align: center;
}
.s01__wrap .b2__wrap div {
  display: flex;
  justify-content: space-between;
}
.s01__wrap .b2__wrap div img {
  filter: drop-shadow(0 10px 6px rgba(0,0,0,0.15));
}
.s01__wrap .b3__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 648px;
}
.s01__wrap .b3__wrap .b1 {
  background: #fff;
  border: 3px solid #666;
  border-radius: 20px;
  display: block;
  max-width: 280px;
  text-align: center;
  width: 100%;
}
.s01__wrap .b3__wrap .b1 th {
  font-weight: 700;
  padding: .7em 0;
  width: 90px;
}
.s01__wrap .b3__wrap .b1 tr {
  border-bottom: 1px solid #666;
}
.s01__wrap .b3__wrap .b1 tr:last-child {
  border-bottom: none;
}
.s01__wrap .b3__wrap .b1 tr:nth-of-type(1) th {
  background: #bbcbcb;
  border-radius: 16px 0 0 0;
  vertical-align: middle;
}
.s01__wrap .b3__wrap .b1 tr:nth-of-type(1) td {
  background: #cbdedb;
  border-radius: 0 16px 0 0;
  font-weight: 700;
  padding: .5em 0;
}
.s01__wrap .b3__wrap .b1 td {
  width: 190px;
}
.s01__wrap .b3__wrap .b2 {
  background: #fff;
  border: 3px solid #19a68d;
  border-radius: 20px;
  display: block;
  max-width: 280px;
  width: 100%;
}
.s01__wrap .b3__wrap .b2 td {
  padding: .05em 0;
  text-align: center;
  width: 280px;
}
.s01__wrap .b3__wrap .b2 tr {
  border-bottom: 1px solid #19a68d;
}
.s01__wrap .b3__wrap .b2 tr:last-child {
  border-bottom: none;
}
.s01__wrap .b3__wrap .b2 tr:nth-of-type(1) td {
  background: #19a68d;
  border-radius: 16px 16px 0 0;
  color: #fff;
  font-weight: 700;
  padding: .5em 0;
}
.s01__wrap .b3__wrap .b2 td span {
  color: #f50;
  font-weight: 700;
}
.s01__wrap .b3__wrap .b2 td span span {
  font-size: 2.8rem;
}
.s01__wrap .b4__wrap {
  margin: 70px auto 0;
  max-width: 880px;
}
.s01__wrap .b5__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 628px;
}
.s01__wrap .b5__wrap .b1 {
  background: #fff;
  border: 3px solid #19a68d;
  border-radius: 20px;
  display: block;
  max-width: 422px;
  text-align: center;
  width: 100%;
}
.s01__wrap .b5__wrap .b1 th {
  font-weight: 700;
  padding: .7em 0;
  width: 120px;
}
.s01__wrap .b5__wrap .b1 tr {
  border-bottom: 1px solid #666;
}
.s01__wrap .b5__wrap .b1 tr:last-child {
  border-bottom: none;
}
.s01__wrap .b5__wrap .b1 tr:nth-of-type(1) th {
  background: #bbcbcb;
  border-radius: 16px 0 0 0;
  vertical-align: middle;
}
.s01__wrap .b5__wrap .b1 tr:nth-of-type(1) td:nth-of-type(1) {
  background: #cbdedb;
  font-weight: 700;
  padding: .7em 0;
  width: 114px;
}
.s01__wrap .b5__wrap .b1 tr:nth-of-type(1) td:nth-of-type(2) {
  background: #19a68d;
  border-radius: 0 16px 0 0;
  color: #fff;
  font-weight: 700;
  width: 188px;
}
.s01__wrap .b5__wrap .b1 td span {
  color: #f50;
  font-weight: 700;
}
.s01__wrap .b5__wrap .b1 td span span {
  font-size: 2.8rem;
}
.s01__wrap .b5__wrap .b2 .t1 {
  padding: 1em 0;
}
.s01__wrap .b5__wrap .b2 td {
  align-items: baseline;
  display: flex;
  padding: .15em 0;
  width: 190px;
}
.s01__wrap .b5__wrap .b2 td img {
  margin-right: .3em;
}
.s01__wrap .b5__wrap .b2 td span {
  color: #f50;
  font-weight: 700;
}
.s01__wrap .b5__wrap .b2 td span span {
  font-size: 2.8rem;
}
.s01__wrap .b6__wrap {
  align-items: center;
  display: flex;
  font-size: 2.0rem;
  font-weight: 700;
  justify-content: space-between;
  margin: 40px auto 0;
  max-width: 880px;
}
.s01__wrap .b6__wrap span {
  color: #f50;
  font-size: 2.6rem;
  font-weight: 900;
}

/*notes*/
.s02__wrap {
  background: #fff;
  padding: 100px 4%;
}
.s02__wrap .t1 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.s02__wrap .t1:first-letter {
  color: #19a68d;
  font-size: 4.0rem;
}
.s02__wrap .b1__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 2em;
  max-width: 718px;
}
.s02__wrap .b1__wrap .b1 {
  background: #fff;
  border: 3px solid #19a68d;
  border-radius: 20px;
  display: block;
  margin: auto;
  max-width: 618px;
  text-align: center;
  width: 100%;
}
.s02__wrap .b1__wrap .b2 {
  max-width: 718px;
}
.s02__wrap .b1__wrap .b1 th {
  font-weight: 700;
  padding: .7em;
  width: 290px;
}
.s02__wrap .b1__wrap .b2 th {
  width: 390px;
}
.s02__wrap .b1__wrap .b1 tr {
  border-bottom: 1px solid #19a68d;
}
.s02__wrap .b1__wrap .b1 tr:last-child {
  border-bottom: none;
}
.s02__wrap .b1__wrap .b1 tr:nth-of-type(1) th {
  background: #bbcbcb;
  border-radius: 16px 0 0 0;
  vertical-align: middle;
}
.s02__wrap .b1__wrap .b1 tr:nth-of-type(1) td:nth-of-type(1) {
  background: #cbdedb;
  font-weight: 700;
  padding: .7em;
  vertical-align: middle;
  width: 134px;
}
.s02__wrap .b1__wrap .b1 tr:nth-of-type(1) td:nth-of-type(2) {
  background: #19a68d;
  border-radius: 0 16px 0 0;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  width: 194px;
}
.s02__wrap .b1__wrap .b1 td {
  width: 190px;
}
.s02__wrap .b1__wrap .b1 td span {
  color: #f50;
  font-weight: 700;
}
.s02__wrap .b1__wrap .b1 td span span {
  font-size: 2.8rem;
}
.s02__wrap .t2 {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 2em auto 0;
  max-width: 500px;
  text-align: center;
}
.s02__wrap .t2 span {
  color: #f50;
  font-size: 5.2rem;
}
.s02__wrap .t2 img {
  position: absolute;
  top: -1em;
  right: -7em;
}

/*notes*/
.s03__wrap {
  background: center center / cover no-repeat url("../img/0300.svg");
  padding: 100px 4% 80px;
}
.s03__wrap h2 {
  background: none;
  color: #fff;
  margin-bottom: .5em;
}
.s03__wrap .b1__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  max-width: 960px;
}
.s03__wrap .b1__wrap div {
  color: #ffe500;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 20px;
  max-width: 280px;
  text-align: center;
  width: 100%;
}
.s03__wrap .b1__wrap div img {
  border-radius: 20px;
  border: 4px solid #fff;
  box-sizing: border-box;
  margin-bottom: .3em;
}
.s03__wrap .b1__wrap div p:nth-of-type(2) {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: .5em;
}
.s03__wrap .b1__wrap div p:nth-of-type(2) span {
  color: #ffe500;
  font-weight: 700;
}

/*notes*/
.s04__wrap {
  padding: 100px 4%;
}
.s04__wrap h2 {
  background: top center / auto url(../img/0501.svg) no-repeat;
}
.s04__wrap .b1__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  max-width: 940px;
}
.s04__wrap .b1__wrap div {
  line-height: 1.3;
  margin: 0 10px;
  max-width: 200px;
  text-align: center;
  width: 100%;
}
.s04__wrap .b1__wrap div img {
  border-radius: 80px;
  margin-bottom: .3em;
}
.s04__wrap .b1__wrap div p:nth-of-type(1) {
  color: #19a68d;
  font-size: 1.8rem;
  font-weight: 700;
  margin: .5em 0;
}
.s04__wrap .b1__wrap div p:nth-of-type(2) {
  font-size: 1.4rem;
  text-align: left;
}
.s04__wrap .b1__wrap .i1 {
  margin-top: -14%;
}

/*notes*/
.s05__wrap {
  background: #f7f7f7;
  padding: 100px 4%;
}
.s05__wrap h2 {
  background: top center / auto url(../img/0501.svg) no-repeat;
}
form {
  font-size: 1.6rem;
  margin: auto;
  max-width: 500px;
}
form div {
  margin-bottom: 16px;
}
form div .req {
  background: #00c1e8;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 8px;
  padding: 4px 8px;
}
form div .req {
  background: #f50;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 8px;
  padding: 2px 8px;
}
form div .any {
  border: 1px solid #333;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-right: 8px;
  padding: 2px 8px;
}
form input.txt,
form textarea.txt {
  background: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  font-size: 1.6rem;
  margin: 4px 0;
  padding: 8px 2% 12px;
  width: 96%;
}
form input.txt2__wrap {
  width: 26%;
}
form input.txt2 {
  margin-right: .5em;
  width: 26%;
}
form textarea.txt2 {
  height: 150px;
}
::-webkit-input-placeholder {
  color: #ccc;
}
form .b1 {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  width: 60%;
}
form .b1 p {
  margin-left: 1em;
  width: 10em;
}
form .b1 input.txt {
  margin: 0 .5em 0 1em;
  width: 20%;
}
form .cb {
  margin: .5em 0;
}
.btn__submit {
  background: #f50;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 32px auto 0;
  padding: 12px 0;
  transition: .4s;
  width: 220px;
}
.btn__submit:hover {
  background: #19a68d;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.s05__wrap .b1__wrap {
  margin: 3em auto 0;
  max-width: 600px;
}
.s05__wrap .b1__wrap p:nth-of-type(1) {
  border-bottom: 1px solid #333;
  font-weight: 700;
  margin-bottom: .5em;
  padding-bottom: .3em;
  text-align: center;
}
.s05__wrap .b1__wrap p:nth-of-type(2) {
  font-size: 1.4rem;
  padding: 0 2em;
}

/*notes*/
footer {
  background: #19a68d;
  color: #fff;
  font-size: 1.4rem;
  padding: 50px 4% 8px;
  text-align: center;
}
footer .b1__wrap {
  display: flex;
  font-size: 1.6rem;
  justify-content: space-between;
  margin: 0 auto 3em;
  max-width: 680px;
}
footer .b1__wrap img {
  margin-bottom: 1em;
}

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

/*notes*/
header .header__top {
  padding: 2%;
}
header .header__top .b1__wrap {
  font-size: 1.0rem;
}
header .header__top .b1__wrap img {
}
header .header__top .b2__wrap {
  font-size: 1.0rem;
  width: 70%;
}
header .header__top .b2__wrap .b1 {
  font-size: 2.0rem;
}
header .header__top .b2__wrap .b1 img {
  width: 8%;
}
header .header__main__wrap {
  padding-top: 14%;
}
header .header__main {
  padding: 80px 2% 160px;
}
header .header__main p:nth-of-type(1) {
  filter: drop-shadow(0 4px 0 rgba(0,0,0,0.35));
  font-size: 3.2rem;
}
header .header__main p:nth-of-type(1) span {
  font-size: 4.4rem;
}
header .header__main p:nth-of-type(2) {
  filter: drop-shadow(0 4px 0 rgba(0,0,0,0.35));
  font-size: 3.8rem;
  line-height: 1.3;
}
header .header__main p:nth-of-type(2) span {
  font-size: 3.0rem;
}
header .header__main p:nth-of-type(3) {
  filter: drop-shadow(0 4px 0 rgba(0,0,0,0.35));
  font-size: 2.6rem;
  line-height: 1.3;
}
header .header__main p:nth-of-type(3) span {
  font-size: 2.8rem;
}
header .header__main img {
  position: absolute;
  top: -110%;
  right: 0;
  left: 0;
  margin: auto;
  width: 40%;
}

/*notes*/
.s01__wrap {
  padding: 50px 4%;
}
.s01__wrap .b1__wrap {
  top: -6%;
  display: block;
  margin: auto;
}
.s01__wrap .b1__wrap .b1 {
  margin: 0 auto 10px;
  max-width: 80%;
  padding-bottom: 1em;
  height: auto;
}
.s01__wrap .b1__wrap .b1 div {
  font-size: 2.0rem;
}
.s01__wrap .b1__wrap .b1 div p:last-child {
  font-size: 5.4rem;
}
.s01__wrap .b1__wrap .b1 .t3 {
  margin-top: 0;
}
.s01__wrap .b2__wrap {
  margin: 120% auto 50px;
}
.s01__wrap .b2__wrap div {
  display: block;
}
.s01__wrap .b2__wrap div img {
  margin-bottom: .5em;
  width: 80%;
}
.s01__wrap .b3__wrap {
  display: block;
}
.s01__wrap .b3__wrap .b1 {
  margin: auto;
}
.s01__wrap .b3__wrap img {
  display: block;
  margin: auto;
  transform: rotate(90deg);
}
.s01__wrap .b3__wrap .b2 {
  margin: auto;
}
.s01__wrap .b4__wrap {
  margin: 40px auto 20px;
}
.s01__wrap .b5__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 628px;
}
.s01__wrap .b5__wrap .b1 {
  background: #fff;
  border: 3px solid #19a68d;
  border-radius: 20px;
  display: block;
  max-width: 422px;
  text-align: center;
  width: 100%;
}
.s01__wrap .b5__wrap .b1 th {
  font-weight: 700;
  padding: .7em 0;
  width: 120px;
}
.s01__wrap .b5__wrap .b1 tr {
  border-bottom: 1px solid #666;
}
.s01__wrap .b5__wrap .b1 tr:last-child {
  border-bottom: none;
}
.s01__wrap .b5__wrap .b1 tr:nth-of-type(1) th {
  background: #bbcbcb;
  border-radius: 16px 0 0 0;
  vertical-align: middle;
}
.s01__wrap .b5__wrap .b1 tr:nth-of-type(1) td {
  vertical-align: middle;
}
.s01__wrap .b5__wrap .b1 tr:nth-of-type(1) td:nth-of-type(1) {
  padding: 1.2em 0;
}
.s01__wrap .b5__wrap .b1 tr:nth-of-type(1) td:nth-of-type(2) {
  background: #19a68d;
  border-radius: 0 16px 0 0;
  color: #fff;
  font-weight: 700;
  width: 188px;
}
.s01__wrap .b5__wrap .b1 td span span {
  font-size: 2.2rem;
}
.s01__wrap .b6__wrap {
  display: block;
  font-size: 1.8rem;
  margin: 30px auto 0;
}
.s01__wrap .b6__wrap span {
  font-size: 2.2rem;
}
.s01__wrap .b6__wrap img {
  display: block;
  margin: 0 auto 1em;;
  width: 60%;
}

/*notes*/
.s02__wrap {
  padding: 50px 4%;
}
.s02__wrap .t1 {
  font-size: 2.2rem;
  line-height: 1.3;
}
.s02__wrap .t1:first-letter {
  font-size: 3.0rem;
}
.s02__wrap .t2 {
  font-size: 2.2rem;
  margin: 8em auto 0;
}
.s02__wrap .t2 span {
  font-size: 3.8rem;
}
.s02__wrap .t2 img {
  top: -7em;
  right: 0;
  left: 0;
  margin: auto;
  width: 60%;
}

/*notes*/
.s03__wrap {
  padding: 50px 4% 40px;
}

/*notes*/
.s04__wrap {
  padding: 50px 4%;
}
.s04__wrap .b1__wrap div {
  margin: 0 0 20px;
}
.s04__wrap .b1__wrap div p:nth-of-type(2) {
  font-size: 1.6rem;
}
.s04__wrap .b1__wrap .i1 {
  display: none;
}

/*notes*/
.s05__wrap {
  padding: 50px 4%;
}

/*notes*/
footer .b1__wrap {
  display: block;
  font-size: 1.4rem;
}
footer .b1__wrap div {
  margin-bottom: 3em;
}
}