.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
h1 {
  display: none;
}
h2 {
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: 1em;
  text-align: center;
}
h2 p {
  color: #008ee5;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}

/*notes*/
header .header__top__wrap {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 1;
}
header .header__top {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  margin: auto;
  max-width: 1000px;
  padding: 6px 2%;
}
header .header__top .i1 {
  margin-right: auto;
}
header .header__top li {
  display: inline;
  margin-right: 16px;
}
header .header__top a.btn {
  align-items: center;
  background: linear-gradient(to right, #ffd556, #ff5215);
  border-radius: 6px;
  color: #fff;
  display: flex;
  filter: drop-shadow(0 4px 0 rgba(0,0,0,0.1));
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  padding: .7em 1em .5em 2em;
  text-decoration: none;
  transition: 0.3s;
}
header .header__top a.btn::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: 1em;
  transform: rotate(45deg);
}
header .header__main__wrap {
  padding-top: 50px;
}
header .header__main {
  background: center center / cover no-repeat url("../img/0000.jpg");
  padding: 40px 4%;
}
header .header__main__wrap .b1__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}
header .header__main__wrap .b1__wrap p:nth-child(1) {
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: table;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: 0 auto .5em;
  padding: .1em 1em;
  text-align: center;
}
header .header__main__wrap .b1__wrap p:nth-child(2) {
  color: #f1f138;
  filter: drop-shadow(3px 3px 0 rgba(0,0,0,.3));
  font-feature-settings: "palt";
  font-size: 4.6rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-bottom: .5em;
  text-align: center;
}
header .header__main__wrap .b1__wrap p:nth-child(3) {
  color: #fff;
  filter: drop-shadow(3px 3px 0 rgba(0,0,0,.15));
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: .2em;
  text-align: center;
}
header .header__main__wrap .b1__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 1em;
  max-width: 480px;
}
header .header__main__wrap .b1__wrap li {
  background: linear-gradient(to right, #008ee5, #005fbe);
  border-radius: 20px;
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(0,0,0,.15));
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 5px;
  max-width: 230px;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
header .header__main__wrap .b1__wrap li span {
  color: #f1f138;
  font-size: 2.2rem;
}
header .header__main__wrap .b1__wrap a.btn {
  align-items: center;
  background: linear-gradient(to right, #ffd556, #ff5215);
  border-radius: 2em;
  color: #fff;
  display: flex;
  filter: drop-shadow(0 4px 0 rgba(0,0,0,0.1));
  font-size: 2.2rem;
  font-weight: 700;
  justify-content: center;
  margin: auto;
  max-width: 200px;
  padding: .5em 1em .5em 2em;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
header .header__main__wrap .b1__wrap a.btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 1em;
  transform: rotate(45deg);
}

/*notes*/
.s01__wrap {
  background: #fafafa;
  padding: 64px 4%;
}
.s01__wrap ul {
  display: flex;
  margin: auto;
  max-width: 900px;
}
.s01__wrap div {
  width: 50%;
}
.s01__wrap li {
  position: relative;
  font-size: 2.2rem;
  margin-bottom: .8em;
  padding-left: 1.5em;
}
.s01__wrap li:before {
  position: absolute;
  content: "";
  background: 100% / 100% url(../img/0101.svg) no-repeat;
  width: 20px;
  height: 18px;
  top: .3em;
  left: .2em;
}
.s01__wrap li:last-child {
  margin-bottom: 0;
}
.s01__wrap li span {
  color: #008ee5;
  font-weight: 700;
}
.s01__wrap .t1 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: 1.5em;
  text-align: center;
}
.s01__wrap .t1 span {
  color: #008ee5;
  font-size: 4.0rem;
  font-weight: 900;
  letter-spacing: .1em;
}

/*notes*/
.s02__wrap {
  background: #fff;
  padding: 64px 4%;
}
.s02__wrap img {
  display: block;
  margin: 0 auto 3em;
}
.s02__wrap p {
  display: block;
  margin: auto;
  max-width: 800px;
}

/*notes*/
.s03__wrap {
  background: #fff;
  padding: 64px 4%;
}
.s03__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 940px;
}
.s03__wrap li {
  margin: 30px;
  max-width: 380px;
}
.s03__wrap li img {
  border-radius: 20px;
}
.s03__wrap li p:nth-of-type(1) {
  color: #008ee5;
  font-size: 2.4rem;
  font-weight: 700;
  margin: .7em 0;
  text-align: center;
}

/*notes*/
.s04__wrap {
  background: center center / cover no-repeat url("../img/0400.png");
  padding: 64px 4%;
}
.s04__wrap h2,
.s04__wrap h2 p {
  color: #fff;
}
.s04__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1000px;
}
.s04__wrap li {
  background: #fff;
  border-radius: 40px;
  font-size: 1.5rem;
  margin: 10px;
  max-width: 260px;
  padding: 20px;
}
.s04__wrap li p:nth-of-type(1) {
  font-size: 4.6rem;
  text-align: center;
}
.s04__wrap li p:nth-of-type(2) {
  color: #008ee5;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
}
.s04__wrap .t1 {
  color: #63eceb;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 2em;
  text-align: center;
}
.s04__wrap .t2 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 3em;
  text-align: center;
}
.s04__wrap a.btn {
  align-items: center;
  background: linear-gradient(to right, #ffd556, #ff5215);
  border-radius: 2em;
  color: #fff;
  display: flex;
  filter: drop-shadow(0 4px 0 rgba(0,0,0,0.1));
  font-size: 2.2rem;
  font-weight: 700;
  justify-content: center;
  margin: auto;
  max-width: 200px;
  padding: .5em 1em .5em 2em;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
}
.s04__wrap a.btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 1em;
  transform: rotate(45deg);
}

/*notes*/
.s05__wrap {
  background: #fff;
  padding: 64px 4%;
}
.s05__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 940px;
}
.s05__wrap li {
  font-weight: 700;
  text-align: center;
}
.s05__wrap li img {
  border-radius: 70px;
  margin-bottom: .5em;
}
.s05__wrap li span {
  font-size: 1.4rem;
  font-weight: 400;
}
.s05__wrap ul img:nth-child(even) {
  margin-bottom: 3em;
}

/*notes*/
.s06__wrap {
  background: #f1f1f1;
  font-size: 2.0rem;
  font-weight: 700;
  padding: 64px 4%;
  text-align: center;
}
.s06__wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto;
  max-width: 880px;
}
.s06__wrap li {
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(0 10px 10px rgba(0,0,0,0.05));
  line-height: 1.3;
  margin: 10px;
  max-width: 220px;
  padding: 16px 20px;
  width: 100%;
}
.s06__wrap li p:nth-of-type(1) {
  font-size: 1.8rem;
}
.s06__wrap li p:nth-of-type(1) span {
  font-size: 2.4rem;
}
.s06__wrap li p:nth-of-type(2) {
  font-size: 2.4rem;
}
.s06__wrap li p:nth-of-type(2) span {
  color: #008ee5;
  font-size: 3.6rem;
}
.s06__wrap li p:nth-of-type(2) span span {
  font-size: 3.0rem;
}
.s06__wrap .t1 {
  font-size: 1.4rem;
  font-weight: 400;
}

/*notes*/
.s07__wrap {
  background: center center / cover no-repeat url("../img/0700.jpg");
  padding: 64px 4%;
}
.s07__wrap h2,
.s07__wrap h2 p {
  color: #fff;
}
.s07__wrap table {
  border: 2px solid #fff;
  font-size: 1.4rem;
  margin: auto;
  max-width: 840px;
}
.s07__wrap table th {
  background: #008ee5;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1.3;
  padding: .5em;
  vertical-align: middle;
}
.s07__wrap table td {
  background: #dbeffc;
  border: 1px solid #fff;
  text-align: center;
}
.s07__wrap table td:nth-child(1) {
  background: #66bbef;
  color: #fff;
  font-weight: 700;
  padding: 1em 0;
  text-align: center;
  width: 114px;
}
.s07__wrap table td:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 .5em;
}
.s07__wrap table img {
  margin-bottom: .3em;
}

/*notes*/
.s08__wrap {
  background: #fff;
  padding: 64px 4%;
}
.s08__wrap .b1__wrap {
  margin: auto;
  max-width: 640px;
}
.acc__wrap .question {
  position: relative;
  align-items: center;
  display: flex;
  background: #f1f1f1;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .5em;
  padding: .8em 1.5em;
}
.acc__wrap .question p:nth-of-type(1) {
  color: #008ee5;
  margin-right: .5em;
}
.acc__wrap .question::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 1px;
  transform: rotate(90deg);
  background: #333;
  transition: all .3s ease-in-out;
}
.acc__wrap .question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 1px;
  background: #333;
  transition: all .1s ease-in-out;
}
.acc__wrap .question.open::before {
  background: #333;
  transform: rotate(180deg);
}
.acc__wrap .question.open::after {
  opacity: 0;
}
.acc__wrap .question:hover,
.acc__wrap .question:active,
.acc__wrap .question.open { 
  background-color: #f1f1f1;
}
.acc__wrap .question:hover::before {
  background: #a72c4a;
}
.acc__wrap .question:hover::after {
  background: #a72c4a;
}
.acc__wrap .answer,
.acc__wrap .answer0 {
  display: flex;
  padding: .5em 1.8em 1.5em;
}

/*notes*/
.s09__wrap {
  background: #008ee5;
  padding: 64px 4%;
}
.s09__wrap h2,
.s09__wrap h2 p {
  color: #fff;
}
form {
  margin: auto;
  max-width: 600px;
}
form div {
  color: #fff;
  margin-bottom: 16px;
}
form div .req {
  background: #f1f138;
  border-radius: 4px;
  color: #008ee5;
  font-size: 1.2rem;
  margin-right: 8px;
  padding: 2px 8px;
}
form div .opt {
  background: #008ee5;
  border: 1px solid #fff;
  color: #fff;
}
form input.txt,form textarea.txt {
  background: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.6rem;
  margin: 4px 0;
  padding: 8px 2% 12px;
  width: 96%;
}
form textarea.txt2 {
  height: 150px;
}
form .cb__wrap {
  margin-top: 24px;
  text-align: center;
}
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1.4rem;
}
.btn__submit {
  background: linear-gradient(to right, #ffd556, #ff5215);
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 1em auto 0;
  max-width: 240px;
  padding: .6em 0;
  transition: .4s;
  width: 100%;
}
.btn__submit:hover {
  background: linear-gradient(to right, #ffd556, #ffd556);
}
input[type="submit"] {
  -webkit-appearance: none;
}
article {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 1.5rem;
  height: 160px;
  margin: auto;
  overflow: scroll;
  padding: 20px;
}
article span {
  font-weight: 700;
}

/*notes*/
.bnr__wrap {
  background: #fff;
  padding: 64px 4%;
}
.bnr__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 680px;
}

/*notes*/
.s10__wrap {
  background: #fafafa;
  padding: 64px 4%;
}
.s10__wrap table {
  background: #fff;
  border-radius: 20px;
  margin: auto;
  max-width: 600px;
  overflow: hidden;
  width: 100%;
}
.s10__wrap table tr {
  border-bottom: 1px solid #6d7b88;
}
.s10__wrap table tr:last-child {
  border-bottom: none;
}
.s10__wrap table th {
  background: #6d7b88;
  color: #fff;
  font-weight: 700;
  padding: 1em;
  text-align: left;
}
.s10__wrap table td {
  padding: 1em;
}

/*notes*/
footer {
  background: #008ee5;
  color: #fff;
  font-size: 1.4rem;
  padding: 2em 4% .5em;
  text-align: center;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.4rem;
}
h2 {
  font-size: 2.8rem;
  letter-spacing: .05em;
}
h2 p {
  font-size: 1.0rem;
}

/*notes*/
header .header__top {
  padding: 6px 16% 6px 2%;
}
header .header__top .i1 {
  width: 40%;
}
header .header__top a.btn {
  font-size: 1.2rem;
}
header .header__main__wrap {
  padding-top: 46px;
}
header .header__main {
  background: center center / cover no-repeat url("../img/0000_sp.jpg");
  padding: 20px 4%;
}
header .header__main__wrap .b1__wrap {
  display: block;
}
header .header__main__wrap .b1__wrap p:nth-child(1) {
  border: 1px solid #fff;
  font-size: 1.6rem;
}
header .header__main__wrap .b1__wrap p:nth-child(2) {
  font-size: 3.6rem;
}
header .header__main__wrap .b1__wrap p:nth-child(3) {
  font-size: 2.2rem;
}
header .header__main__wrap .b1__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 1em;
  max-width: 480px;
}
header .header__main__wrap .b1__wrap li {
  border-radius: 10px;
  font-size: 1.0rem;
  margin: 1%;
  max-width: 48%;
  padding: 3% 0;
}
header .header__main__wrap .b1__wrap li span {
  color: #f1f138;
  font-size: 1.6rem;
}
header .header__main__wrap .b1__wrap a.btn {
  margin: 8em auto 0;
}
.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  : 1px ;
  left    : 13px;
  background : #333;
  -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);
}
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}
nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding-top: 14%;
  padding-bottom: 5%;
  width: 100%;
}
nav.globalMenuSp ul li {
  border-bottom: 2px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#fff;
}
nav.globalMenuSp ul li {
  display: block;
  font-size: 1.6rem;
  padding: .4em 0;
  text-decoration :none;
}
nav.globalMenuSp.active {
  transform: translateY(0%);
}

/*notes*/
.s01__wrap {
  padding: 46px 4%;
}
.s01__wrap ul {
  display: block;
}
.s01__wrap div {
  width: 100%;
}
.s01__wrap li {
  font-size: 2.0rem;
}
.s01__wrap .t1 {
  font-size: 2.2rem;
}
.s01__wrap .t1 span {
  font-size: 3.0rem;
}

/*notes*/
.s02__wrap {
  padding: 46px 4%;
}

/*notes*/
.s03__wrap {
  padding: 46px 4%;
}
.s03__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 940px;
}
.s03__wrap li {
  margin: 20px;
  width: 100%;
}
.s03__wrap li p:nth-of-type(1) {
  font-size: 2.0rem;
}

/*notes*/
.s04__wrap {
  padding: 46px 4%;
}
.s04__wrap .t1 {
  font-size: 2.0rem;
}

/*notes*/
.s05__wrap {
  background: #fff;
  padding: 46px 4%;
}
.s05__wrap ul {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.s05__wrap li {
  margin: 2%;
  width: 43%;
}
.s05__wrap li span {
  font-size: 1.2rem;
}
.s05__wrap ul img:nth-child(even) {
  width: 3%;
}

/*notes*/
.s06__wrap {
  font-size: 1.8rem;
  padding: 46px 4%;
}
.s06__wrap ul {
  margin: 1em auto;
}
.s06__wrap li {
  border-radius: 10px;
  margin: 2%;
  max-width: 42%;
  padding: 2%;
}
.s06__wrap li p:nth-of-type(1) {
  font-size: 1.4rem;
}
.s06__wrap li p:nth-of-type(1) span {
  font-size: 2.0rem;
}
.s06__wrap li p:nth-of-type(2) {
  font-size: 1.4rem;
}
.s06__wrap li p:nth-of-type(2) span {
  font-size: 2.6rem;
}
.s06__wrap li p:nth-of-type(2) span span {
  font-size: 2.2rem;
}
.s06__wrap .t1 {
  text-align: left;
}

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

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

/*notes*/
.s09__wrap {
  padding: 46px 4%;
}

/*notes*/
.s10__wrap {
  padding: 46px 4%;
}

/*notes*/
.bnr__wrap {
  padding: 46px 4%;
}
.bnr__wrap ul {
  display: block;
  text-align: center;
}
.bnr__wrap li {
  margin: 1em 0;
}

/*notes*/
footer {
  font-size: 1.2rem;
}
}