.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.btn_action {
  animation: btn_action 3s infinite;
}

@keyframes btn_action {
  0% {
    transform: scale(1.1);
    filter: drop-shadow(0 6px 0 rgba(0, 0, 0, .1));
  }

  3% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }

  97% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }

  100% {
    -webkit-transform: scale(1.1);
    filter: drop-shadow(0 6px 0 rgba(0, 0, 0, .1));
  }
}

/*notes*/
header {
  background: center center / cover url(../img/0000.jpg) no-repeat;
  padding: 46px 4% 64px;
}

header .logo {
  margin: 0 auto 1em;
  max-width: 300px;
  text-align: center;
}

header .b1__wrap {
  margin: auto;
  max-width: 730px;
  text-align: center;
}

header .b1__wrap p:nth-of-type(1) {
  margin-top: 1em;
}

header .b1__wrap p:nth-of-type(2) {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 3em;
}

.onestop_text {
  padding: 15px;
  text-align: center;
  background: #fcdd3f;
  font-size: 2.2rem;
  font-weight: bold;
}

.onestop_text::before {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  margin: 0 10px 0 0;
  vertical-align: text-bottom;
  background: url(../img/ico_news.svg) no-repeat center center / contain;
  content: "";
}

/*notes*/
.s01__wrap {
  padding: 100px 4%;
}

.s01 {
  margin: auto;
  max-width: 800px;
}

.s01__wrap .b1__wrap {
  font-weight: 900;
  text-align: center;
}

.s01__wrap .b1__wrap p:nth-child(1) {
  font-size: 4.6rem;
}

.s01__wrap .b1__wrap p:nth-child(2) {
  font-size: 2.6rem;
  font-weight: 700;
}

.s01__wrap .b1__wrap p:nth-child(3) {
  position: relative;
  background: linear-gradient(to right, #96e3e2, #a0529c);
  color: #fff;
  font-size: 3.6rem;
  margin: .3em 0 1em;
  padding: .2em 0 .1em;
}

.s01__wrap .b1__wrap p:nth-child(3):before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-left: solid 24px #fff;
  border-bottom: solid 100px transparent;
}

.s01__wrap .b1__wrap p:nth-child(3):after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-left: solid 24px transparent;
  border-bottom: solid 100px #fff;
}

.s01__wrap .b2__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}

.s01__wrap .b2__wrap img {
  margin: 0 2.87%;
  width: 37.5%;
}

.s01__wrap .b2__wrap .b2 {
  width: 50%;
}

.s01__wrap .b2__wrap .b2 div {
  align-items: center;
  display: flex;
  justify-content: center;
}

.s01__wrap .b2__wrap .b2 div p:nth-of-type(1) {
  align-items: center;
  background: #a0529c;
  color: #fff;
  display: flex;
  font-size: 3.0rem;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  max-width: 70px;
  width: 100%;
}

.s01__wrap .b2__wrap .b2 div p:nth-of-type(2) {
  color: #a0529c;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}

.s01__wrap .b2__wrap .b2 div p:nth-of-type(2) span {
  font-size: 7.6rem;
}

.s01__wrap .b2__wrap .b2 .t4 {
  font-size: 1.2rem;
  margin-bottom: 2em;
  text-align: center;
}

.s01__wrap .b3__wrap {
  margin-bottom: 4em;
  text-align: center;
}

.s01__wrap .b3__wrap p:nth-of-type(1) {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

.s01__wrap .b3__wrap p:nth-of-type(1) span {
  color: #a0529c;
  font-size: 2.6rem;
}

.s01__wrap .b3__wrap p:nth-of-type(2) span {
  color: #a0529c;
  font-weight: 700;
}

.s01__wrap .b5__wrap {
  margin-bottom: 1.5em;
}

.s01__wrap .b5__wrap p {
  margin-bottom: 2em;
}

.s01__wrap .b6__wrap {
  margin: 0 auto 3em;
  max-width: 720px;
}

.s01__wrap .b6__wrap p:nth-of-type(1) {
  font-size: 2.0rem;
  font-weight: 700;
}

.banner {
  padding-top: 80px;
  margin: 0 auto;
  max-width: 750px;
}

.banner .notes {
  margin: 10px 0 0;
  text-align: left;
  font-size: 1.2rem;
  color: #666;
}

.btn {
  color: #d53c47;
  font-size: 2.0rem;
  font-weight: 700;
  margin: auto;
  max-width: 580px;
  text-align: center;
}

.register-url {
  display: block;
  position: relative;
}

.register-url .starbadge-wrap {
  position: absolute;
  left: 10%;
  top: -35%;
}

.register-url .starbadge,
.register-url .starbadge::before,
.register-url .starbadge::after,
.register-url .starbadge span,
.register-url .starbadge span::before {
  position: absolute;
  background-color: #fcdd3f;
  width: 4.2em;
  height: 4.2em;
  font-size: 14px;
  line-height: 1.1;
}

.register-url .starbadge {
  position: relative;
}

.register-url .starbadge::before {
  transform: rotate(22deg);
  content: '';
}

.register-url .starbadge::after {
  transform: rotate(-22deg);
  content: '';
}

.register-url .starbadge span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  color: #a0529c;
}

.register-url .starbadge span::before {
  transform: rotate(45deg);
  content: '';
  z-index: -1;
}

/*notes*/
.s04__wrap {
  background: #fafafa;
  padding: 100px 4% 50px;
}

.s04 {
  margin: auto;
  max-width: 1000px;
  text-align: center;
}

.s04__wrap h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.s04__wrap h2 .logo {
  margin-bottom: .1em;
  max-width: 300px;
}

.s04__wrap .b1__wrap {
  background: #fff;
  margin-bottom: 2em;
  padding: 2em 0 3em;
}

.s04__wrap .b1__wrap .tt1 {
  position: relative;
  align-items: center;
  background: linear-gradient(to right, #96e3e2, #a0529c);
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: .3em -3em 1em;
  max-width: 460px;
  padding: .2em 2em;
  text-align: left;
}

.s04__wrap .b1__wrap .tt1:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-left: solid 37px #fafafa;
  border-bottom: solid 100px transparent;
}

.s04__wrap .b1__wrap .tt1:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-left: solid 37px transparent;
  border-bottom: solid 100px #fff;
}

.s04__wrap .b1__wrap .tt1 p:nth-of-type(1) {
  font-size: 6.4rem;
  margin-right: .2em;
}

.s04__wrap .b1__wrap .b1 {
  padding: 0 0 0 0;
}

.s04__wrap .b1__wrap .b1__min1 {
  align-items: flex-start;
  display: flex;
  margin-bottom: 2em;
  padding: 0 0 0 50px;
}

.s04__wrap .b1__wrap .b1__min1 p:nth-of-type(1) {
  color: #a0529c;
  font-size: 2.6rem;
  margin-bottom: 1em;
}

.s04__wrap .b1__wrap .b1__min1 p:nth-of-type(2) {
  font-weight: 700;
}

.s04__wrap .b1__wrap .b1__min1 img {
  margin-top: -4em;
  max-width: 53%;
}

.s04__wrap .b1__wrap .tt2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: center;
}

.s04__wrap .b1__wrap .tt3 {
  text-align: center;
}

.s04__wrap .b1__wrap .tt3 p {
  display: inline-block;
  background: linear-gradient(135deg, #96e3e2 0%, #a0529c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2em;
}

h3 {
  background: linear-gradient(135deg, #96e3e2 0%, #a0529c 100%);
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 auto 1em;
  padding: 8px 0;
  text-align: center;
}

.s04__wrap .b1__wrap .b2__min2 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 3em;
  max-width: 860px;
  text-align: center;
}

.s04__wrap .b1__wrap .b2__min2 div {
  font-weight: 700;
  width: 47.57%;
}

.s04__wrap .b1__wrap .b2__min2 div p:nth-of-type(1) {
  position: relative;
  background: #7fd0d9;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 auto .5em;
  max-width: 20em;
  padding: .3em 0;
}

.s04__wrap .b1__wrap .b2__min2 div p:nth-of-type(1):before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-left: solid 37px #fafafa;
  border-bottom: solid 100px transparent;
}

.s04__wrap .b1__wrap .b2__min2 div p:nth-of-type(1):after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-left: solid 37px transparent;
  border-bottom: solid 100px #fff;
}

.s04__wrap .b1__wrap .b2__min2 div:nth-child(2) p:nth-of-type(1) {
  background: #a0529c;
}

.s04__wrap .b1__wrap .b2__min2 div p:nth-of-type(2) {
  color: #7fd0d9;
  font-size: 2.8rem;
  line-height: 1.2;
}

.s04__wrap .b1__wrap .b2__min2 div:nth-child(2) p:nth-of-type(2) {
  color: #a0529c;
}

.s04__wrap .b1__wrap .b2__min2 div p:nth-of-type(3) {
  color: #7fd0d9;
  font-size: 1.6rem;
  font-weight: 400;
  margin: auto;
}

.s04__wrap .b1__wrap .b2__min2 div:nth-child(2) p:nth-of-type(3) {
  color: #a0529c;
}

.s04__wrap .b1__wrap .b2__min2 div img {
  margin: 1em;
  max-width: 182px;
}

.s04__wrap h3:nth-of-type(2) {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: .5em;
  max-width: 86%;
}

.s04__wrap h3:nth-of-type(2):before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-left: solid 37px #fff;
  border-bottom: solid 100px transparent;
}

.s04__wrap h3:nth-of-type(2):after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-left: solid 37px transparent;
  border-bottom: solid 100px #fff;
}

.s04__wrap h3:nth-of-type(2) span {
  font-size: 4.6rem;
}

.s04__wrap .t2 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.s04__wrap .b1__wrap .b2__min3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 1em;
  max-width: 940px;
  text-align: center;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box {
  font-weight: 700;
  margin: 2.61%;
  width: 41.92%;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .t1 {
  position: relative;
  background: #7fd0d9;
  color: #fff;
  font-size: 2.0rem;
  margin: 0 auto .5em;
  ;
  padding: .3em 0;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .t1:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-left: solid 20px #fff;
  border-bottom: solid 50px transparent;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .t1:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-left: solid 20px transparent;
  border-bottom: solid 50px #fff;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box:nth-child(2) .t1 {
  background: #9b9fc1;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box:nth-child(3) .t1 {
  background: #a0529c;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .t2 {
  color: #7fd0d9;
  font-size: 2.6rem;
  line-height: 1.2;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box:nth-child(2) .t2 {
  color: #9b9fc1;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box:nth-child(3) .t2 {
  color: #a0529c;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .t2 .t2m {
  font-size: 3.6rem;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .t2 .t2m span {
  font-size: 6.4rem;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm {
  border-bottom: .5px solid #333;
  display: flex;
  margin-top: .5em;
  padding: 0 0 .5em;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm:last-child {
  border-bottom: none;
  padding: 0;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm .t3 {
  background: #fff;
  color: #7fd0d9;
  font-size: 2.0rem;
  line-height: 1.2;
  margin-right: .5em;
  width: 5em;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box:nth-child(2) .b2__min3_boxm .t3 {
  color: #9b9fc1;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box:nth-child(3) .b2__min3_boxm .t3 {
  color: #a0529c;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm .t4 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm .t5 {
  font-size: 1.8rem;
  line-height: 1;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm .t5 .t5m {
  font-size: 3.0rem;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm .t5 .t5m span {
  font-size: 5.0rem;
}

.s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm .t5 .t5s {
  font-size: 1.0rem;
}

.s04__wrap h3:nth-of-type(3) {
  position: relative;
  background: #9982b0;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 1em;
  max-width: 86%;
}

.s04__wrap h3:nth-of-type(3):before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-left: solid 37px #fff;
  border-bottom: solid 100px transparent;
}

.s04__wrap h3:nth-of-type(3):after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-left: solid 37px transparent;
  border-bottom: solid 100px #fff;
}

.s04__wrap .b1__wrap table {
  font-weight: 700;
  line-height: 1.4;
  margin: auto;
  max-width: 756px;
  width: 100%;
}

.s04__wrap .b1__wrap table th {
  background: #7fd0d9;
  border: 1px solid #fff;
  color: #fff;
  padding: .5em 0;
}

.s04__wrap .b1__wrap table th:nth-child(1) {
  background: #fff;
}

.s04__wrap .b1__wrap table th:nth-child(3) {
  background: #a0529c;
}

.s04__wrap .b1__wrap table td {
  border: 1px solid #fafafa;
  padding: .8em 0;
  text-align: center;
  vertical-align: middle;
}

.s04__wrap .b1__wrap table td:nth-child(1) {
  background: #e9f4f5;
}

.s04__wrap .b1__wrap table p {
  font-size: 1.2rem;
  font-weight: 400;
}

.s04__wrap .b1__wrap:nth-child(3) {
  padding-bottom: 0;
}

.s04__wrap .b1__wrap:nth-child(4),
.s04__wrap .b1__wrap:nth-child(5),
.s04__wrap .b1__wrap:nth-child(6),
.s04__wrap .b1__wrap:nth-child(7) {
  padding-bottom: 1em;
}

.s04__wrap .b1__wrap .b1__min4 {
  position: relative;
  align-items: flex-start;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin-left: 50px;
  text-align: left;
}

.s04__wrap .b1__wrap .b1__min4 img {
  margin-top: -2em;
  max-width: 53%;
}

.s04__wrap .b1__wrap .b1__min4 .tt2 {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 568px;
}

.s04__wrap .b1__wrap:nth-child(4) .tt1,
.s04__wrap .b1__wrap:nth-child(6) .tt1 {
  margin-left: auto;
}

.s04__wrap .b1__wrap:nth-child(4) .tt1:before,
.s04__wrap .b1__wrap:nth-child(6) .tt1:before {
  border-left: solid 37px #fff;
}

.s04__wrap .b1__wrap:nth-child(4) .tt1:after,
.s04__wrap .b1__wrap:nth-child(6) .tt1:after {
  border-bottom: solid 100px #fafafa;
}

.s04__wrap .b1__wrap:nth-child(4) .b1__min4,
.s04__wrap .b1__wrap:nth-child(6) .b1__min4 {
  align-items: flex-start;
  display: flex;
  margin-left: 0;
}

.s04__wrap .b1__wrap:nth-child(4) .b1__min4 img,
.s04__wrap .b1__wrap:nth-child(6) .b1__min4 img {
  margin: -4em 7% 0 0;
  max-width: 45.5%;
}

.s04__wrap .b1__wrap .b1__min4 span {
  font-size: 1.4rem;
  font-weight: 400;
}

.s04__wrap .b1__wrap:nth-child(4) .b1__min4 div,
.s04__wrap .b1__wrap:nth-child(6) .b1__min4 div {
  margin-right: 50px;
}

/*notes*/
.s05__wrap {
  background: center center / cover url(../img/0300.jpg) repeat;
  padding: 100px 4%;
}

.s05__wrap h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: center;
}

.s05__wrap h2 .logo {
  margin-bottom: .1em;
  max-width: 300px;
}

.s05__wrap ul {
  margin: auto;
  max-width: 700px;
}

.s05__wrap ul li {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 0 0 2em;
}

.s05__wrap ul li:last-child {
  margin-bottom: 0;
}

.s05__wrap ul li:before {
  position: absolute;
  content: "";
  background: 100% / 100% url(../img/0301.svg) no-repeat;
  width: 45px;
  height: 30px;
  top: 0;
  left: 0em;
}

/*notes*/
.s06__wrap {
  background: linear-gradient(to bottom right, #96e3e2, #a0529c);
  padding: 100px 4%;
  text-align: center;
}

.s06__wrap h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

.s06__wrap h2 .logo {
  margin-bottom: .1em;
  max-width: 300px;
}

.s06__wrap .t1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.s06__wrap .b1__wrap {
  background: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  margin: auto;
  max-width: 880px;
  padding: 60px;
}

.s06__wrap .b1__wrap .t2 {
  background: linear-gradient(to right, #96e3e2, #a0529c);
  color: #fff;
  font-size: 2.2rem;
  margin: 0 auto .5em;
  max-width: 24em;
}

.s06__wrap .b1__wrap .t2 span {
  font-size: 3.0rem;
}

.s06__wrap .b1__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1em;
}

.s06__wrap .b1__wrap ul li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 1%;
  width: 23%;
}

.s06__wrap .b1__wrap ul li img {
  margin-bottom: .5em;
  max-width: 150px;
}

.s06__wrap .b1__wrap ul li span {
  color: #d53c47;
}

.s06__wrap .b1__wrap .t3 {
  background: #a0529c;
  color: #fff;
  font-size: 3.0rem;
  line-height: 1.3;
  margin: .5em auto;
  max-width: 14em;
  padding: .5em;
}

.s06__wrap .b1__wrap .b1 {
  border: 1px solid #a0529c;
  margin: 1em auto 0;
  max-width: 680px;
  padding-bottom: 1.5em;
}

.s06__wrap .b1__wrap .b1 .t4 {
  background: linear-gradient(to right, #96e3e2, #a0529c);
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.s06__wrap .b1__wrap .b1 .t4 span {
  font-size: 2.8rem;
}

.s06__wrap .b1__wrap .b1 .t5 {
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 50px .5em;
}

.s06__wrap .b1__wrap .b1 .t6 {
  color: #a0529c;
  font-size: 3.2rem;
  line-height: 1.2;
  margin: 0 50px 0;
}

.s06__wrap .b1__wrap .b1 .b2 {
  align-items: center;
  color: #a0529c;
  display: flex;
  font-size: 2.4rem;
  justify-content: center;
  line-height: 1.2;
}

.s06__wrap .b1__wrap .b1 .b2 p:nth-of-type(1) {
  position: relative;
  background: #a0529c;
  color: #fff;
  padding: 0 1em;
}

.s06__wrap .b1__wrap .b1 .b2 p:nth-of-type(1):before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-left: solid 17px #fff;
  border-bottom: solid 40px transparent;
}

.s06__wrap .b1__wrap .b1 .b2 p:nth-of-type(1):after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-left: solid 17px transparent;
  border-bottom: solid 40px #fff;
}

.s06__wrap .b1__wrap .b1 .b2 .t7 {
  font-size: 3.2rem;
}

.s06__wrap .b1__wrap .b1 .b2 .t8 {
  font-size: 5.4rem;
}

.s06__wrap .b1__wrap .b1 .t9 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 50px 1em;
}

.s06__wrap .b1__wrap .b1 .t10 {
  font-size: 2rem;
  margin: 1em 50px 0;
  color: #a0529c;
}

.s06__wrap .b1__wrap .btn {
  margin-top: 1em;
}

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

.s03 {
  margin: auto;
  max-width: 800px;
}

.s03__wrap .logo {
  display: block;
  margin: 0 auto 1em;
  max-width: 300px;
}

.s03__wrap h2 {
  color: #2dbaff;
  font-size: 3.6rem;
  line-height: 1.3;
  margin-bottom: .5em;
  text-align: center;
}

.s03__wrap .b1__wrap {
  background: #ffef01;
  padding: 40px;
}

.s03__wrap .b1__wrap .b2 {
  align-items: flex-start;
  display: flex;
  margin-bottom: 2em;
}

.s03__wrap .b1__wrap .b2 img {
  margin-right: 20px;
  width: 47.22%;
}

.s03__wrap .t1 {
  font-weight: 700;
  margin-top: 1em;
}

.s03__wrap .t2 {
  background: #2dbaff;
  color: #ffef01;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 1.2em auto;
  max-width: 20em;
  padding: .4em;
  text-align: center;
}

.s03__wrap ul {
  margin: 0 auto 2em;
  max-width: 505px;
}

.s03__wrap li {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 auto .5em;
  max-width: 16em;
  padding: 0 0 0 2em;
}

.s03__wrap li:before {
  position: absolute;
  content: "";
  background: 100% / 100% url(../img/0505.svg) no-repeat;
  width: 24px;
  height: 24px;
  top: .2em;
  left: .6em;
}

.s03__wrap .t3 {
  font-size: 1.4rem;
  margin-bottom: 2em;
}

/*notes*/
.s07__wrap {
  background: #fafafa;
  padding: 100px 4%;
}

.s07__wrap .t1 {
  color: #a0529c;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.s07__wrap h2 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}

.s07__wrap h2 .logo {
  margin-bottom: .1em;
  max-width: 300px;
}

.s07__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 4em;
  max-width: 1000px;
}

.s07__wrap ul li {
  font-size: 1.4rem;
  width: 24%;
}

.s07__wrap ul li p:nth-of-type(1) {
  color: #a0529c;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 1.7em 0 1.7em .5em;
  text-align: center;
}

.s07__wrap ul li:last-child p:nth-of-type(1) {
  margin: 1em 0 1em .5em;
}

.s07__wrap ul li p:nth-of-type(2) {
  margin-left: 1em;
}

/*notes*/
.s08__wrap {
  padding: 100px 4%;
}

.s08__wrap h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  text-align: center;
}

.s08__wrap dl {
  margin: 0 auto 3em;
  max-width: 700px;
}

.s08__wrap dt {
  color: #a0529c;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .5em;
  padding-left: 2.1em;
  text-indent: -2.1em;
}

.s08__wrap dt:before {
  background: #a0529c;
  color: #fff;
  content: "Q";
  font-size: 2.2rem;
  font-weight: 400;
  margin-right: 8px;
  padding: .15em .3em;
}

.s08__wrap dd {
  background: #fafafa;
  margin-bottom: 1.5em;
  padding: .7em;
}

.s08__wrap dd span {
  font-weight: 700;
}

.s08__wrap dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*notes*/
footer {
  padding: 0 4% 9em;
  text-align: center;
}

footer .logo {
  max-width: 300px;
}

footer p {
  font-size: 1.4rem;
}

/*floating*/
.fixedbtn__wrap {
  position: fixed;
  bottom: 0;
  padding: 1em 4%;
  width: 92%;
  z-index: 2;
}

.fixedbtn__wrap a img {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 620px;
}

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

  .sp {
    display: block !important;
  }

  body {
    font-size: 1.4rem;
  }

  /*notes*/
  header {
    background: center center / cover url(../img/0000_sp.jpg) no-repeat;
    padding: 16px 4% 24px;
  }

  header .logo {
    max-width: 160px;
  }

  header .b1__wrap p:nth-of-type(1) {
    font-size: 1.2rem;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  header .b1__wrap p:nth-of-type(2) {
    font-size: 1.6rem;
    margin-top: 12em;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  .onestop_text {
    padding: 3.8vw 1vw;
    font-size: 4.4vw;
  }

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

  .s01__wrap .b1__wrap p:nth-child(1) {
    font-size: 2.3rem;
  }

  .s01__wrap .b1__wrap p:nth-child(2) {
    font-size: 1.8rem;
  }

  .s01__wrap .b1__wrap p:nth-child(3) {
    font-size: 1.8rem;
  }

  .s01__wrap .b1__wrap p:nth-child(3):before {
    border-left: solid 10px #fff;
    border-bottom: solid 36px transparent;
  }

  .s01__wrap .b1__wrap p:nth-child(3):after {
    border-left: solid 10px transparent;
    border-bottom: solid 36px #fff;
  }

  .s01__wrap .b2__wrap {
    display: block;
  }

  .s01__wrap .b2__wrap img {
    display: block;
    margin: 0 auto 1em;
    width: 70%;
  }

  .s01__wrap .b2__wrap .b2 {
    width: 100%;
  }

  .s01__wrap .b2__wrap .b2 div p:nth-of-type(1) {
    font-size: 2.0rem;
    height: 50px;
    max-width: 50px;
  }

  .s01__wrap .b2__wrap .b2 div p:nth-of-type(2) {
    font-size: 2.6rem;
  }

  .s01__wrap .b2__wrap .b2 div p:nth-of-type(2) span {
    font-size: 5.6rem;
  }

  .s01__wrap .b2__wrap .b2 .t4 {
    font-size: 1.0rem;
  }

  .s01__wrap .b3__wrap p:nth-of-type(1) {
    font-size: 1.8rem;
  }

  .s01__wrap .b3__wrap p:nth-of-type(1) span {
    font-size: 1.8rem;
  }

  .s01__wrap .b3__wrap p:nth-of-type(2) {
    text-align: left;
  }

  .s01__wrap .b5__wrap p {
    max-width: 100%;
  }

  .s01__wrap .b6__wrap {
    margin: 0 auto 3em;
    max-width: 720px;
  }

  .s01__wrap .b6__wrap .img {
    max-width: 720px;
  }

  .s01__wrap .b6__wrap p:nth-of-type(1) {
    font-size: 1.8rem;
  }

  .banner .notes {
    margin: 10px 1em 0;
    font-size: 1rem;
  }

  .btn {
    font-size: 1.6rem;
  }

  .register-url .starbadge-wrap {
    left: 0;
    top: -25%;
  }

  .s06__wrap .b1__wrap .btn .register-url .starbadge-wrap {
    left: -15px;
  }

  .register-url .starbadge,
  .register-url .starbadge::before,
  .register-url .starbadge::after,
  .register-url .starbadge span,
  .register-url .starbadge span::before {
    font-size: 3.2vw;
  }

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

  .s04__wrap h2 {
    font-size: 2.4rem;
  }

  .s04__wrap h2 .logo {
    margin-bottom: .15em;
    max-width: 200px;
  }

  .s04__wrap .b1__wrap .tt1 {
    font-size: 2.0rem;
    margin: .3em 0 1em;
    padding: .2em 0 .2em 1em;
  }

  .s04__wrap .b1__wrap .tt1:before {
    border-left: solid 20px #fafafa;
    border-bottom: solid 80px transparent;
  }

  .s04__wrap .b1__wrap .tt1:after {
    border-left: solid 12px transparent;
    border-bottom: solid 80px #fff;
  }

  .s04__wrap .b1__wrap .tt1 p:nth-of-type(1) {
    font-size: 4.6rem;
  }

  .s04__wrap .b1__wrap .b1__min1 {
    display: block;
    padding: 0;
  }

  .s04__wrap .b1__wrap .b1__min1 p:nth-of-type(1) {
    font-size: 2.0rem;
  }

  .s04__wrap .b1__wrap .b1__min1 img {
    margin-top: 1em;
    max-width: 100%;
  }

  .s04__wrap .b1__wrap .tt2 {
    font-size: 1.5rem;
    margin: 1em 1em 1.5em;
    text-align: left;
  }

  .s04__wrap .b1__wrap .tt3 p {
    font-size: 2.0rem;
    margin: 0 1em 2em;
  }

  h3 {
    font-size: 2.0rem;
  }

  .s04__wrap .b1__wrap .b2__min2 {
    display: block;
  }

  .s04__wrap .b1__wrap .b2__min2 div {
    width: 100%;
  }

  .s04__wrap .b1__wrap .b2__min2 div p:nth-of-type(1) {
    font-size: 1.6rem;
  }

  .s04__wrap .b1__wrap .b2__min2 div p:nth-of-type(1):before {
    border-left: solid 20px #fafafa;
    border-bottom: solid 54px transparent;
  }

  .s04__wrap .b1__wrap .b2__min2 div p:nth-of-type(1):after {
    border-left: solid 20px transparent;
    border-bottom: solid 54px #fff;
  }

  .s04__wrap .b1__wrap .b2__min2 div p:nth-of-type(2) {
    font-size: 1.8rem;
  }

  .s04__wrap .b1__wrap .b2__min2 div p:nth-of-type(3) {
    font-size: 1.2rem;
  }

  .s04__wrap .b1__wrap .b2__min2 div img {
    margin: .5em 0 2em;
    max-width: 120px;
  }

  .s04__wrap h3:nth-of-type(2) {
    font-size: 2.0rem;
    line-height: 1.0;
    max-width: 100%;
    padding: .5em 0;
  }

  .s04__wrap h3:nth-of-type(2):before {
    border-left: solid 30px #fff;
    border-bottom: solid 80px transparent;
  }

  .s04__wrap h3:nth-of-type(2):after {
    border-left: solid 20px transparent;
    border-bottom: solid 0 #fff;
  }

  .s04__wrap h3:nth-of-type(2) span {
    font-size: 3.0rem;
  }

  .s04__wrap .t2 {
    font-size: 1.5rem;
  }

  .s04__wrap .b1__wrap .b2__min3 {
    display: block;
  }

  .s04__wrap .b1__wrap .b2__min3 .b2__min3_box {
    margin: 2em 0;
    width: 100%;
  }

  .s04__wrap .b1__wrap .b2__min3 .b2__min3_box .t1 {
    font-size: 1.6rem;
  }

  .s04__wrap .b1__wrap .b2__min3 .b2__min3_box .t2 {
    font-size: 2.0rem;
  }

  .s04__wrap .b1__wrap .b2__min3 .b2__min3_box .t2 .t2m {
    font-size: 2.6rem;
  }

  .s04__wrap .b1__wrap .b2__min3 .b2__min3_box .t2 .t2m span {
    font-size: 4.6rem;
  }

  .s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm {
    justify-content: center;
  }

  .s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm .t3 {
    font-size: 1.5rem;
  }

  .s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm .t4 {
    font-size: 1.0rem;
  }

  .s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm .t5 {
    font-size: 1.6rem;
  }

  .s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm .t5 .t5m {
    font-size: 2.2rem;
  }

  .s04__wrap .b1__wrap .b2__min3 .b2__min3_box .b2__min3_boxm .t5 .t5m span {
    font-size: 3.4rem;
  }

  .s04__wrap h3:nth-of-type(3) {
    font-size: 1.8rem;
    max-width: 100%;
  }

  .s04__wrap h3:nth-of-type(3):before {
    border-left: solid 20px #fff;
    border-bottom: solid 0 transparent;
  }

  .s04__wrap h3:nth-of-type(3):after {
    border-left: solid 20px transparent;
    border-bottom: solid 0 #fff;
  }

  .s04__wrap .b1__wrap table {
    font-size: 1.2rem;
  }

  .s04__wrap .b1__wrap table p {
    font-size: 1.0rem;
  }

  .s04__wrap .b1__wrap .b1__min4 {
    display: block;
    margin-left: 0;
  }

  .s04__wrap .b1__wrap .b1__min4 img {
    margin-top: 1em;
    max-width: 100%;
  }

  .s04__wrap .b1__wrap .b1__min4 .tt2 {
    position: static;
    margin-top: 2em;
  }

  .s04__wrap .b1__wrap:nth-child(4) .tt1:before,
  .s04__wrap .b1__wrap:nth-child(6) .tt1:before {
    border-left: solid 20px #fff;
  }

  .s04__wrap .b1__wrap:nth-child(4) .tt1:after,
  .s04__wrap .b1__wrap:nth-child(6) .tt1:after {
    border-bottom: solid 0 #fafafa;
  }

  .s04__wrap .b1__wrap:nth-child(4) .b1__min4,
  .s04__wrap .b1__wrap:nth-child(6) .b1__min4 {
    display: block;
  }

  .s04__wrap .b1__wrap:nth-child(4) .b1__min4 img,
  .s04__wrap .b1__wrap:nth-child(6) .b1__min4 img {
    margin: 0 0 1em 0;
    max-width: 100%;
  }

  .s04__wrap .b1__wrap .b1__min4 span {
    font-size: 1.2rem;
  }

  .s04__wrap .b1__wrap:nth-child(4) .b1__min4 div,
  .s04__wrap .b1__wrap:nth-child(6) .b1__min4 div {
    margin-right: 0;
  }

  .s04__wrap .b1__wrap .b1__min4 p {
    margin: 0 1em;
    text-align: left;
  }

  /*notes*/
  .s05__wrap {
    background: center center / cover url(../img/0300.jpg) repeat;
    padding: 50px 4%;
  }

  .s05__wrap h2 {
    font-size: 2.4rem;
  }

  .s05__wrap h2 .logo {
    margin-bottom: .15em;
    max-width: 200px;
  }

  .s05__wrap ul li {
    font-size: 1.7rem;
  }

  .s05__wrap ul li:before {
    width: 32px;
    height: 21px;
    top: .1em;
  }

  /*notes*/
  .s06__wrap {
    background: linear-gradient(to bottom right, #96e3e2, #a0529c);
    padding: 50px 4%;
  }

  .s06__wrap h2 {
    font-size: 2.4rem;
  }

  .s06__wrap h2 .logo {
    margin-bottom: .15em;
    max-width: 200px;
  }

  .s06__wrap .t1 {
    font-size: 1.6rem;
  }

  .s06__wrap .b1__wrap {
    font-size: 1.6rem;
    padding: 30px 20px;
  }

  .s06__wrap .b1__wrap .t2 {
    font-size: 1.8rem;
  }

  .s06__wrap .b1__wrap .t2 span {
    font-size: 2.4rem;
  }

  .s06__wrap .b1__wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1em;
  }

  .s06__wrap .b1__wrap ul li {
    font-size: 1.2rem;
    margin: 2%;
    width: 46%;
  }

  .s06__wrap .b1__wrap ul li img {
    max-width: 120px;
  }

  .s06__wrap .b1__wrap .t3 {
    font-size: 2.0rem;
  }

  .s06__wrap .b1__wrap .b1 .t4 {
    font-size: 1.8rem;
    padding: .2em 0;
  }

  .s06__wrap .b1__wrap .b1 .t4 span {
    font-size: 2.0rem;
  }

  .s06__wrap .b1__wrap .b1 .t5 {
    font-size: 1.3rem;
    margin: 0 1em .5em;
  }

  .s06__wrap .b1__wrap .b1 .t6 {
    font-size: 2.0rem;
    margin: 0 0 .5em;
  }

  .s06__wrap .b1__wrap .b1 .b2 {
    display: block;
    font-size: 1.8rem;
  }

  .s06__wrap .b1__wrap .b1 .b2 p:nth-of-type(1) {
    margin: auto;
    max-width: 60%;
    padding: .2em 1em;
  }

  .s06__wrap .b1__wrap .b1 .b2 .t7 {
    font-size: 2.2rem;
  }

  .s06__wrap .b1__wrap .b1 .b2 .t8 {
    font-size: 3.8rem;
  }

  .s06__wrap .b1__wrap .b1 .t9 {
    font-size: 1.4rem;
    margin: 0 1em 1em;
  }

  .s06__wrap .b1__wrap .b1 .t10 {
    font-size: 1.6rem;
    margin: 1em 1em 0;
  }

  .s06__wrap .b1__wrap .btn {
    margin: 1.5em 1em 0;
  }

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

  .s03__wrap .logo {
    max-width: 200px;
  }

  .s03__wrap h2 {
    font-size: 2.4rem;
  }

  .s03__wrap .b1__wrap {
    padding: 20px;
  }

  .s03__wrap .b1__wrap .b2 {
    display: block;
  }

  .s03__wrap .b1__wrap .b2 img {
    margin: 0 0 1em;
    width: 100%;
  }

  .s03__wrap .t1 {
    font-weight: 700;
    margin-top: 1em;
  }

  .s03__wrap .t2 {
    font-size: 1.8rem;
  }

  .s03__wrap li {
    font-size: 1.7rem;
  }

  .s03__wrap li:before {
    width: 20px;
    height: 20px;
    top: .1em;
  }

  .s03__wrap .t3 {
    font-size: 1.2rem;
  }

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

  .s07__wrap .t1 {
    font-size: 1.6rem;
  }

  .s07__wrap h2 {
    font-size: 2.4rem;
  }

  .s07__wrap h2 .logo {
    margin-bottom: .15em;
    max-width: 200px;
  }

  .s07__wrap ul {
    display: block;
  }

  .s07__wrap ul li {
    margin-bottom: 2em;
    width: 100%;
  }

  .s07__wrap ul li p:nth-of-type(1) {
    margin: 1em 0;
  }

  .s07__wrap ul li:last-child p:nth-of-type(1) {
    margin: 1em 0;
  }

  .s07__wrap ul li p:nth-of-type(2) {
    margin-left: 0;
  }

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

  .s08__wrap h2 {
    font-size: 2.4rem;
  }

  /*notes*/
  footer .logo {
    max-width: 60%;
  }
}
