.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
h1 {
  display: none;
}
h2 {
  font-feature-settings: "palt";
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
h2 {
  color: #00c1e8;
  font-feature-settings: "palt";
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 1em;
  text-align: center;
}
.fadein {
  opacity : 0.1;
  transform : translate(0, 10px);
  transition : all 2000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/*notes*/
header .header__top__wrap {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 1;
}
header .header__top {
  align-items: center;
  display: flex;
  margin: auto;
  max-width: 1000px;
  padding: 4px 0;
}
header .header__top .logo {
  margin-right: auto;
}
header .header__top .btn {
  background: #ffd700;
  border-radius: 20px;
  filter: drop-shadow(0 5px 0 rgba(0,0,0,0.15));
  margin-bottom: .3em;
  padding: 0 2em;
}
header .header__top .btn p {
  color: #00c1e8;
  font-size: 2.0rem;
  font-weight: 700;
}
header .header__nav {
  margin: 1em 0;
}
header .header__nav li {
  display: inline;
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 1em;
}
header .header__main__wrap {
  padding-top: 70px;
}
header .header__main__wrap .header__main {
  background: center bottom / cover no-repeat url("../img/0000.jpg");
}
header .header__main__wrap .b1__wrap {
  position: relative;
  margin: auto;
  max-width: 1077px;
  padding: 20px 0 100px;
}
header .item {
  position: absolute;
  top: 220px;
  left: -20px;
  cursor: pointer;
}
@media screen and (max-width:1100px){
header .item {
  width: 32%;
}
}

/*notes*/
.s00__wrap {
  background: #00c1e8;
  padding: 40px 4% 10%;
}
.s00__wrap .b1__wrap {
  display: flex;
  margin: auto;
  max-width: 800px;
}
.s00__wrap .b1__wrap p.t1 {
  border-left: 6px solid #ffd200;
  color: #ffd200;
  font-size: 3.2rem;
  font-weight: 900;
  padding-left: .2em;
  width: 5em;
}
.s00__wrap .b1__wrap ul {
  color: #fff;
  font-weight: 700;
}
.s00__wrap .b1__wrap li {
  border-bottom: 2px solid #fff;
  padding: .5em;
}
.s00__wrap .b1__wrap li div {
  color: #ffd200;
}
.s00__wrap .b1__wrap li div .bike {
  background: #ffd100;
  border-radius: 6px;
  color: #595757;
  font-size: 1.6rem;
  margin-left: .5em;
  padding: .2em .5em;
}
.s00__wrap .b1__wrap li div .kickboard {
  background: #e2007f;
  border-radius: 6px;
  color: #fff;
  font-size: 1.6rem;
  margin-left: .5em;
  padding: .2em .5em;
}
.s00__wrap .b1__wrap li a:link,
.s00__wrap .b1__wrap li a:visited,
.s00__wrap .b1__wrap li a:active {
  color: #fff;
  text-decoration: none;
}
.s00__wrap .b1__wrap li a:hover {
  color: #ffd200;
  text-decoration: underline;
}

/*notes*/
.s01__wrap {
  position: relative;
  background: top center / 1159px no-repeat url("../img/0100.png");
  background-color: #00c1e8;
  padding: 100px 4% 820px;
}
.s01__wrap h2 {
  position: relative;
}
.s01__wrap h2 img {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.s01__wrap .b1__wrap {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  background: top 50px center / 90% no-repeat url("../img/0102.svg");
  background-color: #fff;
  border-radius: 40px;
  margin: auto;
  max-width: 520px;
  padding: 60px 40px 40px;
  text-align: center;
}
.s01__wrap .b1__wrap div img:nth-child(2) {
  margin: 1em 0;
}
.s01__wrap .b1__wrap ul {
  display: inline-block;
  text-align: left;
}
.s01__wrap .b1__wrap li a:link,
.s01__wrap .b1__wrap li a:visited,
.s01__wrap .b1__wrap li a:active {
  color: #ffd200;
  text-decoration: underline;
}
.s01__wrap .b1__wrap li a:hover {
  color: #ffd200;
  text-decoration: underline;
}

/*notes*/
.s02__wrap {
  background: bottom center / auto no-repeat url("../img/0205.svg");
  padding-bottom: 64px;
}
.s02__wrap .s02 {
  background: bottom center / cover no-repeat url("../img/0200.svg");
  margin-bottom: 46px;
}
.s02__wrap .s02 h2 {
  color: #ffd700;
  padding: .7em 0 1.2em;
}
.s02__wrap .s02 h2:before {
  content: "";
  background: url(../img/0201.svg) no-repeat;
  display: inline-block;
  width: 20px;
  height: 46px;
  margin-right: 10px;
}
.s02__wrap .s02 h2:after {
  content: "";
  background: url(../img/0202.svg) no-repeat;
  display: inline-block;
  width: 20px;
  height: 46px;
  margin-right: 10px;
}
.s02__wrap .t1 {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
.s02__wrap h2 {
  color: #00c1e8;
}
.s02__wrap .b1__wrap {
  display: flex;
  margin: 24px auto;
  max-width: 840px;
}
.s02__wrap .b1__wrap img {
  margin-right: 40px;
}
.s02__wrap .b2__wrap {
  position: relative;
  color: #00c1e8;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 64px auto 0;
  max-width: 800px;
}
.s02__wrap .b2__wrap img {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*notes*/
.s03__wrap {
  background: bottom center / auto no-repeat url("../img/0305.svg");
  padding-bottom: 64px;
}
.s03__wrap .s03 {
  background: bottom center / cover no-repeat url("../img/0300.svg");
  margin-bottom: 46px;
}
.s03__wrap .s03 h2 {
  color: #00c1e8;
  padding: .7em 0 1.2em;
}
.s03__wrap ul {
  display: flex;
  margin: 0 auto 30px;
  max-width: 900px;
}
.s03__wrap li {
  font-weight: 700;
  line-height: 1.3;
  margin: 0 30px;
  max-width: 240px;
  text-align: center;
}
.s03__wrap ul:nth-child(3) li:nth-child(2) {
  position: relative;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 30px;
  max-width: 240px;
  text-align: center;
}
.s03__wrap li .item {
  position: absolute;
  top: 0;
  right: -40px;
}
.s03__wrap li p.t1 {
  background: #00c1e8;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  margin: 1.5em 0 .5em;
  padding: 4px 0;
}
.s03__wrap li p span {
  color: #00c1e8;
  font-size: 2.0rem;
}
.s03__wrap .b1__wrap {
  margin: 46px auto;
  max-width: 840px;
}
.s03__wrap .b1__wrap table {
  font-size: 1.4rem;
  font-weight: 700;
  margin: auto;
  max-width: 720px;
  text-align: center;
  width: 100%;
}
.s03__wrap .b1__wrap table th,
.s03__wrap .b1__wrap table td {
  padding: .4em .2em;
}
.s03__wrap .b1__wrap table th {
  border-right: 2px solid #00c1e8;
  color: #00bbe2;
}
.s03__wrap .b1__wrap table td {
  border-right: 2px solid #00c1e8;
  border-top: 2px solid #00c1e8;
}
.s03__wrap .b1__wrap table td:first-child {
  color: #00bbe2;
}
.s03__wrap .b1__wrap table th:last-child,
.s03__wrap .b1__wrap table td:last-child {
  border-right: none;
}
.s03__wrap .b2__wrap {
  margin: 3em auto 0;
  max-width: 400px;
}
.s03__wrap .b1__wrap table.b1 {
  margin-bottom: 1em;
  text-align: left;
}
.s03__wrap .b1__wrap table.b1 th,
.s03__wrap .b1__wrap table.b1 td {
  border-right: none;
  border-top: none;
  color: #595757;
}
.s03__wrap .b1__wrap table.b1 th {
  max-width: 9em;
}
.s03__wrap .b1__wrap table.b1 td {
  padding: .2em 0;
}
.s03__wrap .b1__wrap table span {
  color: #ff2700;
  font-size: 1.8rem;
}
.s03__wrap .b1__wrap table.b1 a:link,
.s03__wrap .b1__wrap table.b1 a:visited,
.s03__wrap .b1__wrap table.b1 a:hover,
.s03__wrap .b1__wrap table.b1 a:active {
  color: #00c1e8;
  text-decoration: underline;
}
.s03__wrap .b1__wrap .t1 {
  border: 1.5px solid #595757;
  border-radius: 6px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: .5em;
  padding: 0 .5em;
}
.s03__wrap .b1__wrap .t2 {
  font-size: 1.4rem;
  margin-top: 1em;
}

/*notes*/
.s04__wrap {
  background: #ffd700;
}
.s04__wrap .s04 {
  background: bottom center / cover no-repeat url("../img/0200.svg");
  margin-bottom: 46px;
}
.s04__wrap .s04 h2 {
  color: #fff;
  padding: .7em 0 1.2em;
}
.s04__top {
  background: bottom center / auto no-repeat url("../img/0400.svg");
  background-color: #ffd700;
  padding-bottom: 64px;
}
.s04__wrap .b1__wrap {
  align-items: flex-start;
  display: flex;
  margin: auto;
  max-width: 700px;
}
.s04__wrap .b1__wrap2 {
  align-items: center;
}
.s04__wrap .b1__wrap img {
  margin-right: 20px;
}
.s04__wrap .b1__wrap li {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: .7em;
}
.s04__wrap .b1__wrap li.t1 {
  color: #00c1e8;
  font-size: 2.6rem;
  font-weight: 900;
}
.s04__wrap .b1__wrap li span.t2 {
  font-size: 1.8rem;
}
.s04__wrap .b1__wrap li span.t3 {
  font-size: 1.4rem;
  font-weight: 400;
}
.s04__bottom {
  position: relative;
  background: bottom center / auto no-repeat url("../img/0305.svg");
  background-color: #fff;
  padding: 46px 0 64px;
}
.s04__bottom .i1 {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

/*notes*/
.s05__wrap {
  background: bottom center / auto no-repeat url("../img/0305.svg");
  padding-bottom: 64px;
}
.s05__wrap .s05 {
  background: bottom center / cover no-repeat url("../img/0200.svg");
  margin-bottom: 46px;
}
.s05__wrap .s05 h2 {
  color: #fff;
  padding: .7em 0 1.2em;
}
.s05__wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 880px;
}
.s05__wrap li {
  margin: 20px;
  max-width: 400px;
  width: 100%;
}
.s05__wrap li p.t1 {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.s05__wrap li p.t1 span {
  color: #00c1e8;
  font-size: 3.4rem;
}
.s05__wrap li img {
  margin: .5em 0;
}

/*notes*/
.s06__wrap {
  background: bottom center / auto no-repeat url("../img/0205.svg");
  padding-bottom: 64px;
}
.s06__wrap .s06 {
  background: bottom center / cover no-repeat url("../img/0200.svg");
  margin-bottom: 46px;
}
.s06__wrap .s06 h2 {
  color: #fff;
  padding: .7em 0 1.2em;
}
.s06__wrap ul {
  margin: auto;
  max-width: 640px;
}
.s06__wrap li.t1 {
  color: #00c1e8;
  font-size: 2.6rem;
  font-weight: 900;
}
.s06__wrap li.t2 {
  margin-bottom: 2em;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.s06__wrap li.t2:first-letter {
  color: #ffd700;
  font-size: 2.6rem;
  font-weight: 900;
}

/*notes*/
.s07__wrap {
  background: bottom center / cover no-repeat url("../img/0700.jpg");
  padding-bottom: 64px;
}
.s07__wrap .s07 {
  background: bottom center / cover no-repeat url("../img/0300.svg");
  margin-bottom: 46px;
}
.s07__wrap .s07 h2 {
  color: #00c1e8;
  padding: .7em 0 1.2em;
}
.s07__wrap ul {
  margin: auto;
  max-width: 500px;
}
.s07__wrap li {
  position: relative;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: .8em;
  padding-left: 32px;
}
.s07__wrap li:before {
  position: absolute;
  content: "";
  background: 100% / 100% url(../img/0701.svg) no-repeat;
  width: 36px;
  height: 34px;
  top: -.1em;
  left: -.5em;
}
.s07__wrap li:last-child {
  margin-bottom: 0;
}
.s07__wrap li span {
  background: linear-gradient(transparent 72%, #ffd700 0%);
  color: #00c1e8;
  font-size: 3.2rem;
}
.s07__wrap .b1__wrap {
  font-weight: 700;
  margin: 1em auto 0;
  max-width: 460px;
}

/*notes*/
.s08__wrap {
  background: bottom center / cover no-repeat url("../img/0800.svg");
  background-color: #00c1e8;
  padding-bottom: 64px;
}
.s08__wrap h2 {
  color: #ffd700;
  padding: .7em 0;
}
.s08__wrap p {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
}

/*notes*/
.s09__wrap {
  padding-bottom: 64px;
}
.s09__wrap .s09 {
  background: bottom center / cover no-repeat url("../img/0300.svg");
  margin-bottom: 46px;
}
.s09__wrap .s09 h2 {
  color: #00c1e8;
  padding: .7em 0 1.2em;
}
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 input.txt,
form textarea.txt {
  background: #f1f1f1;
  border: 1px solid #f4f1df;
  border-radius: 8px;
  font-size: 1.6rem;
  margin: 4px 0;
  padding: 8px 2% 12px;
  width: 96%;
}
form textarea.txt2 {
  height: 150px;
}
::-webkit-input-placeholder {
  color: #ccc;
}
form select {
  background: #f1f1f1;
  border: none;
  border-radius: 8px;
  font-size: 1.4rem;
  margin: 8px 0 4px;
  max-width: 100%;
  padding: 12px 2%;
  width: 200px;
}
form select.select2 {
  width: 100px;
}
form select.select2:nth-child(n + 2) {
  margin-left: .5em;
}
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%;
}
.btn__submit {
  background: linear-gradient(to right, #00c1e8, #00c1e8);
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 32px auto 0;
  padding: 16px 0;
  transition: .4s;
  width: 220px;
}
.btn__submit:hover {
  background: linear-gradient(to right, #ffd700, #ffd700);
  color: #00c1e8;
}
input[type="submit"] {
  -webkit-appearance: none;
}

/*notes*/
.s11__wrap {
  background: center center / 60px repeat url("../img/1100.png");
  padding: 144px 0 100px;
}
.s11__wrap .b1__wrap {
  border-radius: 40px;
  background: #fff;
  margin: auto;
  max-width: 800px;
  padding: 50px;
}
.s11__wrap .b1__wrap li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.s11__wrap .b1__wrap li:first-letter {
  color: #00a1de;
  font-weight: 700;
}
.s11__wrap .b1__wrap li:last-child {
  margin-bottom: 0;
}

/*notes*/
.s21__wrap {
  background: center center / 60px repeat url("../img/1100.png");
  padding: 144px 0 100px;
}
.s21__wrap .b1__wrap {
  border-radius: 40px;
  background: #fff;
  margin: auto;
  max-width: 800px;
  padding: 50px;
}
.s21__wrap .b1__wrap iframe {
  margin: 1em 0;
}
.s21__wrap .b1__wrap li {
  align-items: flex-start;
  border-bottom: 1px solid #595757;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.s21__wrap .b1__wrap li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.s21__wrap .b1__wrap li .b1 {
  margin: 0 1em;
  width: 35%;
}
.s21__wrap .b1__wrap li p.t1 {
  color: #00c1e8;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: .5em;
}
.s21__wrap .b1__wrap li p.t2 {
  width: 35%;
}

/*notes*/
.s31__wrap {
  background: center center / 60px repeat url("../img/1100.png");
  padding: 144px 0 100px;
}
.s31__wrap .b1__wrap {
  border-radius: 40px;
  background: #fff;
  margin: auto;
  max-width: 800px;
  padding: 50px;
}
.s31__wrap .b1__wrap img {
  margin: 1em 0;
}
.s31__wrap .b1__wrap .b1 {
  background: #00c1e8;
  border-radius: 20px;
  display: table;
  filter: drop-shadow(0 5px 0 rgba(0,0,0,0.15));
  margin: auto;
  padding: .2em 1em;
}
.s31__wrap .b1__wrap .b1 p {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
}

/*notes*/
.s41__wrap {
  background: center center / 60px repeat url("../img/1100.png");
  padding: 144px 0 100px;
}
.s41__wrap .b1__wrap {
  border-radius: 40px;
  background: #fff;
  margin: auto;
  max-width: 800px;
  padding: 50px;
}
.s41__wrap .b1__wrap dl div {
  border-bottom: 1px solid #595757;
  overflow: hidden;
  margin: auto;
  max-width: 680px;
  padding: 1em 0;
}
.s41__wrap .b1__wrap dt {
  clear: left;
  float: left;
  width: 20%;
  color: #00c1e8;
  font-weight: 700;
  margin-left: 1em;
}
.s41__wrap .b1__wrap dd {
  float: left;
  margin-left: 1em;
}
.s41__wrap .b1__wrap dl div:last-child {
  border-bottom: none;
}
.s41__wrap .b1__wrap .b1 {
  display: flex;
  justify-content: space-between;
  margin: 1em 0;
}

/*notes*/
.s51__wrap {
  background: center center / 60px repeat url("../img/1100.png");
  padding: 144px 0 100px;
}
.s51__wrap .b1__wrap {
  border-radius: 40px;
  background: #fff;
  margin: auto;
  max-width: 800px;
  padding: 50px;
}
.s51__wrap .b1__wrap table {
  border: 1px solid #595757;
  margin-bottom: 1em;
}
.s51__wrap .b1__wrap table th,
.s51__wrap .b1__wrap table td {
  border: 1px solid #595757;
  padding: .5em;
}
.s51__wrap .b1__wrap table th {
  background: #00c1e8;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  width: 10em;
}
.s51__wrap .b1__wrap table td span {
  color: #00c1e8;
}

/*notes*/
.s61__wrap {
  background: center center / 60px repeat url("../img/1100.png");
  padding: 144px 0 100px;
}
.s61__wrap .b1__wrap {
  border-radius: 40px;
  background: #fff;
  margin: auto;
  max-width: 800px;
  padding: 50px;
  text-align: center;
}
.s61__wrap .b1__wrap .t1 {
  color: #00c1e8;
  font-weight: 700;
  margin-top: 3em;
}

/*notes*/
.header__kb .header__main__wrap {
  padding-top: 70px;
}
.header__kb .header__main__wrap .header__main {
  background: center center / cover no-repeat url("../img/kb_0000.jpg");
}
.header__kb .header__main__wrap .b1__wrap {
  margin: auto;
  max-width: 958px;
  padding: 0;
}

.s01__kb__wrap {
  background: center center / cover no-repeat url("../img/kb_0100.png");
  padding: 100px 5%;
}
.s01__kb__wrap .box {
  align-items: center;
  display: flex;
  margin: auto;
  max-width: 1000px;
}
.s01__kb__wrap .box div p:nth-of-type(1) {
  background: #000;
  border-radius: 2em;
  color: #fff;
  display: table;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: .75em;
  padding: .1em 1em;
}
.s01__kb__wrap .box div p:nth-of-type(2) {
  color: #e3007f;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.3;
}
.s01__kb__wrap .box div p:nth-of-type(2) span {
  font-size: 4.6rem;
}
.s01__kb__wrap .box div p:nth-of-type(3) {
  font-size: 2.0rem;
  font-weight: 700;
}
.s01__kb__wrap .box div img {
  margin: 2em 0 1em;
}
.s01__kb__wrap .box div p:nth-of-type(4) {
  font-size: 1.3rem;
}
.youtube {
  margin: auto;
  max-width: 640px;
}
.karim-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.karim-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.s01__kb__wrap .item {
  margin: 2em 0 4em;
  text-align: center;
}
.s01__kb__wrap .box2 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}
.s01__kb__wrap .box2 img {
  border-radius: 40px;
}
.s01__kb__wrap .box2 ul {
  width: 46.40%;
}
.s01__kb__wrap .box2 ul li {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
}
.s01__kb__wrap .box2 ul li p:nth-of-type(1) {
  align-items: center;
  background: #00b8ee;
  border-radius: 32px;
  color: #fff;
  display: flex;
  font-size: 4.2rem;
  height: 64px;
  justify-content: center;
  margin-right: .25em;
  width: 64px;
}
.s01__kb__wrap .box2 ul li p:nth-of-type(2) {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.3;
}
.s01__kb__wrap .box2 ul li p:nth-of-type(2) span {
  color: #e3007f;
}

.s02__kb__wrap {
  background: bottom center / cover no-repeat url("../img/0800.svg");
  padding: 0 5% 140px;
}
.s02__kb__wrap .box {
  margin: auto;
  max-width: 700px;
}
.s02__kb__wrap .box img {
  display: block;
  margin: 0 auto 1em;
}
.s02__kb__wrap .box ul {
  font-size: 1.2rem;
  margin: 0 auto 3em;
  max-width: 37em;
}
.s02__kb__wrap .box p:nth-of-type(1) {
  position: relative;
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.s02__kb__wrap .box p:nth-of-type(1) {
  position: relative;
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
.s02__kb__wrap .box p:nth-of-type(1):before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 10px solid #000;
}
.s02__kb__wrap .box p:nth-of-type(2) {
  font-size: 1.5rem;
  font-weight: 700;
  margin: auto;
  max-width: 640px;
}
.s02__kb__wrap .box p:nth-of-type(2) span {
  color: #e3007f;
}

/*notes*/
footer {
  background: top center / cover no-repeat url("../img/0004.svg");
  padding: 46px 4% 8px;
  text-align: center;
}
footer.lower {
  background-color: #ffd700;
}
footer li {
  display: inline;
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 1em;
}
footer img {
  margin-top: 1em;
}
footer p {
  font-size: 1.4rem;
  margin-top: 2em;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.6rem;
}
h1 {
  display: none;
}
h2 {
  font-size: 3.2rem;
  line-height: 1.3;
}
h2 {
  font-size: 2.6rem;
  line-height: 1.3;
}

/*notes*/
header .header__top {
  padding: 4px 14% 4px 2%;
}
header .header__top .logo {
  width: 50%;
}
header .header__top .btn {
  margin-bottom: .1em;
  padding: 0 1em;
}
header .header__top .btn p {
  font-size: 1.8rem;
}
header .header__nav {
  margin: 1.2em 0;
}
header .header__nav ul {
  margin: 2em 0 0;
}
header .header__nav li {
  border-bottom: 1px solid #00c1e8;
  display: block;
  font-size: 1.6rem;
  margin: 1em 0;
  padding-right: 0;
  padding-bottom: .6em;
}
header .header__nav li a:link,
header .header__nav li a:visited,
header .header__nav li a:hover,
header .header__nav li a:active {
  color: #00c1e8;
}
header .header__nav li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
header .header__main__wrap {
  padding-top: 13%;
}
header .header__main__wrap .header__main {
  background: center bottom / cover no-repeat url("../img/0000_sp.jpg");
  padding: 0 1%;
}
header .header__main__wrap .b1__wrap {
  padding: 10% 0 20%;
}
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 10px;
  top   : 14px;
  width : 46px;
  height: 46px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 13px;
  background : #00c1e8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2) {
  top: 10px;
}
.hamburger span:nth-child(3) {
  top: 20px;
}
.hamburger.active span:nth-child(1) {
  top : 10px;
  left: 13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #ffd700;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}
.globalMenuSp.active {
  transform: translateY(0%);
}
header .item {
  top: 11%;
  left: 0;
  width: 37%;
}

/*notes*/
.s00__wrap {
  padding: 30px 4% 10%;
}
.s00__wrap .b1__wrap {
  display: block;
}
.s00__wrap .b1__wrap p.t1 {
  font-size: 2.6rem;
  margin-bottom: .5em;
}
.s00__wrap .b1__wrap ul {
  font-size: 1.4rem;
  margin-bottom: 2em;
}
.s00__wrap .b1__wrap li div .bike {
  font-size: 1.2rem;
}
.s00__wrap .b1__wrap li div .kickboard {
  font-size: 1.2rem;
}

/*notes*/
.s01__wrap {
  padding: 50px 4% 170%;
}
.s01__wrap h2 img {
  top: -40px;
}
.s01__wrap .b1__wrap {
  top: -40px;
  border-radius: 30px;
  max-width: 80%;
  padding: 60px 20px 20px;
}
.s01__wrap .b1__wrap div {
  margin: .5em auto;
}
.s01__wrap .b1__wrap ul {
  font-size: 1.4rem;
}

/*notes*/
.s02__wrap {
  padding-bottom: 46px;
}
.s02__wrap .s02 {
  margin-bottom: 32px;
}
.s02__wrap .s02 h2:before {
  display: none;
}
.s02__wrap .s02 h2:after {
  display: none;
}
.s02__wrap .t1 {
  font-size: 2.6rem;
  line-height: 1.3;
}
.s02__wrap .b1__wrap {
  display: block;
  max-width: 90%;
}
.s02__wrap .b1__wrap img {
  display: block;
  margin: 0 auto 1em;
  width: 80%;
}
.s02__wrap .b2__wrap {
  font-size: 1.8rem;
  margin: 32px auto 0;
  max-width: 90%;
}
.s02__wrap .b2__wrap p {
  width: 65%;
}
.s02__wrap .b2__wrap img {
  width: 30%;
}

/*notes*/
.s03__wrap {
  padding-bottom: 46px;
}
.s03__wrap .s03 {
  margin-bottom: 32px;
}
.s03__wrap ul {
  display: block;
  margin: auto;
  width: 80%;
}
.s03__wrap li,
.s03__wrap li {
  margin-bottom: 2em;
  max-width: 100%;
}
.s03__wrap ul:nth-child(3) li:nth-child(2) {
  margin-bottom: 2em;
  max-width: 100%;
}
.s03__wrap li p.t1 {
  font-size: 1.6rem;
}
.s03__wrap li p span {
  font-size: 1.8rem;
}
.s03__wrap .b1__wrap {
  display: block;
  margin: 32px auto 0;
  max-width: 90%;
}
.s03__wrap .b1__wrap table {
  margin-right: 0;
  margin-bottom: .5em;
}
.s03__wrap .b1__wrap table.b1 {
  font-size: 1.2rem;
}
.s03__wrap .b1__wrap .t1 {
  display: table;
  font-size: 1.6rem;
  margin: 1em auto;
}
.s03__wrap .b1__wrap .t2 {
  font-size: 1.1rem;
  margin-top: 1em;
}

/*notes*/
.s04__wrap .s04 {
  margin-bottom: 32px;
}
.s04__top {
  padding-bottom: 46px;
}
.s04__wrap .b1__wrap {
  display: block;
  max-width: 90%;
}
.s04__wrap .b1__wrap img {
  display: block;
  margin: 0 auto 1em;
  width: 40%;
}
.s04__wrap .b1__wrap li {
  font-size: 2.0rem;
  text-align: center;
}
.s04__wrap .b1__wrap li.t1 {
  font-size: 2.2rem;
}
.s04__wrap .b1__wrap li span.t2 {
  font-size: 1.6rem;
}
.s04__wrap .b1__wrap li span.t3 {
  font-size: 1.4rem;
}
.s04__bottom {
  padding: 32px 0 46px;
}
.s04__bottom .i1 {
  top: -40px;
  width: 15%;
}

/*notes*/
.s05__wrap {
  padding-bottom: 46px;
}
.s05__wrap .s05 {
  margin-bottom: 32px;
}
.s05__wrap li {
  margin: 1em 20px;
}
.s05__wrap li p.t1 {
  font-size: 2.2rem;
}
.s05__wrap li p.t1 span {
  font-size: 3.0rem;
}

/*notes*/
.s06__wrap {
  padding-bottom: 46px;
}
.s06__wrap .s06 {
  margin-bottom: 32px;
}
.s06__wrap ul {
  max-width: 90%;
}
.s06__wrap li.t1 {
  font-size: 2.0rem;
  line-height: 1.4;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.s06__wrap li.t2 {
  margin-bottom: 1.5em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.s06__wrap li.t2:first-letter {
  font-size: 2.0rem;
}

/*notes*/
.s07__wrap {
  padding-bottom: 46px;
}
.s07__wrap .s07 {
  margin-bottom: 32px;
}
.s07__wrap ul {
  margin: auto;
  max-width: 85%;
}
.s07__wrap li {
  font-size: 2.0rem;
  padding-left: 18px;
}
.s07__wrap li:before {
  width: 23px;
  height: 18px;
  top: .4em;
}
.s07__wrap li span {
  font-size: 2.6rem;
}
.s07__wrap .b1__wrap {
  max-width: 90%;
}

/*notes*/
.s08__wrap {
  padding-bottom: 46px;
}
.s08__wrap h2 {
  color: #ffd700;
  padding: .7em 0 0;
}
.s08__wrap p {
  font-size: 2.0rem;
}

/*notes*/
.s09__wrap {
  padding-bottom: 46px;
}
.s09__wrap .s09 {
  margin-bottom: 32px;
}
form {
  max-width: 90%;
}
form select.select2 {
  width: 24%;
}
form .b1 {
  width: 95%;
}
form .b1 p {
  width: 100%;
}
form .b1 input.txt {
  width: 30%;
}

/*notes*/
.s11__wrap {
  padding: 24% 0 50px;
}
.s11__wrap .b1__wrap {
  border-radius: 30px;
  max-width: 80%;
  padding: 30px 20px;
}

/*notes*/
.s21__wrap {
  padding: 24% 0 50px;
}
.s21__wrap .b1__wrap {
  border-radius: 30px;
  max-width: 80%;
  padding: 30px 20px;
}
.s21__wrap .b1__wrap li {
  display: block;
}
.s21__wrap .b1__wrap li .b1 {
  margin: 1em 0;
  width: 100%;
}
.s21__wrap .b1__wrap li p.t1 {
  font-size: 1.8rem;
}
.s21__wrap .b1__wrap li p.t2 {
  width: 100%;
}
.s21__wrap .b1__wrap iframe {
  height: 300px;
}
.s21__wrap .b1__wrap li img {
  width: 100%;
}

/*notes*/
.s31__wrap {
  padding: 24% 0 50px;
}
.s31__wrap .b1__wrap {
  border-radius: 30px;
  max-width: 80%;
  padding: 30px 20px;
}
.s31__wrap .b1__wrap .b1 p {
  font-size: 1.6rem;
}

/*notes*/
.s41__wrap {
  padding: 24% 0 50px;
}
.s41__wrap .b1__wrap {
  border-radius: 30px;
  max-width: 80%;
  padding: 30px 20px;
}
.s41__wrap .b1__wrap .b1 {
  display: block;
}
.s41__wrap .b1__wrap .b1 img {
  margin: .5em 0;
  width: 100%;
}
.s41__wrap .b1__wrap iframe {
  height: 300px;
}

/*notes*/
.s51__wrap {
  padding: 24% 0 50px;
}
.s51__wrap .b1__wrap {
  border-radius: 30px;
  max-width: 80%;
  padding: 30px 20px;
}
.s51__wrap .b1__wrap table {
  font-size: 1.4rem;
}
.s51__wrap .b1__wrap table th,
.s51__wrap .b1__wrap table td {
  padding: 1em .5em;
}
.s51__wrap .b1__wrap table th {
  width: 4em;
}
.s51__wrap .b1__wrap iframe {
  height: 300px;
}

/*notes*/
.s61__wrap {
  padding: 24% 0 50px;
}
.s61__wrap .b1__wrap {
  border-radius: 30px;
  max-width: 80%;
  padding: 30px 20px;
}
.s61__wrap .b1__wrap h2 {
  font-size: 2.0rem;
}
.s61__wrap .b1__wrap p {
  font-size: 1.4rem;
  text-align: left;
}
.s61__wrap .b1__wrap .t1 {
  font-size: 1.8rem;
  margin-top: 2em;
  text-align: center;
}

/*notes*/
.header__kb .header__main__wrap {
  padding-top: 50px;
}

.s01__kb__wrap {
  padding: 50px 5%;
}
.s01__kb__wrap .box {
  display: block;
  margin-bottom: 3em;
}
.s01__kb__wrap .box div p:nth-of-type(1) {
  font-size: 1.6rem;
}
.s01__kb__wrap .box div p:nth-of-type(2) {
  font-size: 2.0rem;
}
.s01__kb__wrap .box div p:nth-of-type(2) span {
  font-size: 3.3rem;
}
.s01__kb__wrap .box div p:nth-of-type(3) {
  font-size: 1.4rem;
}
.s01__kb__wrap .box div img {
  margin: 1em 0 .5em;
}
.s01__kb__wrap .box div p:nth-of-type(4) {
  font-size: 1.2rem;
  text-align: center;
}
.s01__kb__wrap .box .i1 {
  display: block;
  margin: 1em auto 0;
  width: 90%;
}
.s01__kb__wrap .item {
  margin: 2em 0 2em;
}
.s01__kb__wrap .box2 {
  display: block;
}
.s01__kb__wrap .box2 img {
  border-radius: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.s01__kb__wrap .box2 ul {
  width: 100%;
}
.s01__kb__wrap .box2 ul li p:nth-of-type(1) {
  font-size: 3.2rem;
  height: 46px;
  width: 46px;
}
.s01__kb__wrap .box2 ul li p:nth-of-type(2) {
  font-size: 1.7rem;
}

.s02__kb__wrap {
  padding: 0 5% 100px;
}
.s02__kb__wrap .box ul {
  font-size: 1.0rem;
}
.s02__kb__wrap .box p:nth-of-type(1) {
  font-size: 1.6rem;
}
.s02__kb__wrap .box p:nth-of-type(2) {
  font-size: 1.4rem;
}

/*notes*/
footer {
  padding: 32px 4% 4px;
}
footer li {
  display: block;
  font-size: 1.4rem;
  margin: 1em 0;
  padding-right: 0;
}
}