/*==========================================
	　　　　　　　header_reset
==========================================*/
/* ---  【非表示】ヘッダー・フッター・パンくず  --- */
#js-g-header,
.bg-\[\#333\],
.bo-m-breadcrumb {
  display: none;
}

/* ---  余白削除  --- */
.bo-g-wrap {
  padding: 0;
}

/* ---  新規タブ削除  --- */
a[target=_blank]:after {
  display: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*notes*/
.header__top__wrap {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 2;
}

.header__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
  padding: 8px 2%;
}

.header__top .logo {
  margin-right: auto;
  max-width: 178px;
}

.header__top a.btn img {
  filter: drop-shadow(2px 2px 2px rgba(110, 110, 110, 0.75));
  width: 484px;
}

.header__main__wrap {
  background: center center / cover url(../img/0000.jpg) no-repeat;
  margin-top: 60px;
}

.header__main {
  margin: auto;
  max-width: 1000px;
  padding: 46px 2%;
}

.header__main .box__wrap {
  align-items: center;
  display: flex;
  margin-bottom: 2em;
}

.header__main .box__wrap .box {
  display: flex;
  max-width: 524px;
  width: 100%;
}

.header__main .box__wrap .box p:nth-child(1) {
  background: center center / contain url(../img/0003.svg) no-repeat;
  color: #fff;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.75));
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  max-width: 247px;
  text-align: center;
  width: 100%;
}

.header__main .box__wrap .box p:nth-child(1) span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: .025em;
}

.header__main .box__wrap .box p:nth-child(2) {
  background: center center / contain url(../img/0004.svg) no-repeat;
  color: #fff;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.75));
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  max-width: 284px;
  text-align: center;
  width: 100%;
}

.header__main .box__wrap .box p:nth-child(2) span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: .025em;
}

.header__main .box__wrap .txt4 {
  color: #fffc4f;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .025em;
}

.header__main .txt2 {
  background: #fff;
  display: table;
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: .15em;
  padding: 0 .1em;
}

.header__main .box2__wrap {
  display: flex;
  justify-content: space-between;
  margin: 4em auto 1.5em;
  max-width: 950px;
}

.header__main .box2__wrap li {
  position: relative;
  background: #00aaeb;
  box-sizing: border-box;
  color: #fff;
  filter: drop-shadow(2px 2px 3px rgba(68, 67, 67, 0.75));
  font-size: 2.0rem;
  font-weight: 700;
  padding: .75em 0 .75em 2em;
  text-align: center;
  width: 32.63%;
}

.header__main .box2__wrap li span {
  color: #fffc4f;
}

.header__main .box2__wrap li span span {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.0rem;
}

.header__main .box2__wrap li:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0101.svg) no-repeat;
  width: 37px;
  height: 38px;
  top: 26px;
  left: 15px;
}

.header__main .txt3 {
  color: #fff;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.75));
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 0 .5em;
  text-align: center;
}

.header__main a.btn img {
  display: block;
  filter: drop-shadow(4px 4px 3px rgba(110, 110, 110, 0.75));
  margin: auto;
  width: 488px;
}

@media screen and (max-width:1000px) {
  .header__main .box2__wrap li {
    font-size: 1.6rem;
  }

  .header__main .box2__wrap li:before {
    width: 27px;
    height: 28px;
    top: 20px;
  }
}

/*notes*/
.s02__wrap {
  background: #e6f0fa;
  padding: 60px 4%;
}

.s02__wrap h2 {
  font-size: 3.8rem;
  letter-spacing: .1em;
  margin-bottom: 1em;
  text-align: center;
}

.s02__wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 4em;
  max-width: 774px;
}

.s02__wrap ul:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0206.svg) no-repeat;
  width: 65px;
  height: 53px;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}

.s02__wrap li {
  position: relative;
  background: #fff;
  border-radius: 30px 0 30px 0px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: 34px;
  padding: 40px 0;
  text-align: center;
  width: 46.12%;
}

.s02__wrap li:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0205.svg) no-repeat;
  width: 45px;
  height: 52px;
  top: -16px;
  left: 30px;
}

.s02__wrap li img {
  margin-bottom: 1em;
  width: 120px;
}

.s02__wrap li span {
  color: #00aaeb;
  font-weight: 700;
}

.s02__wrap .txt1 {
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
}

.s02__wrap .txt1 span {
  color: #00aaeb;
}

.s02__wrap .txt1 span span {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 500;
  font-size: 4.4rem;
}

.s02__wrap .txt2 {
  position: relative;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  margin: auto;
  max-width: 16em;
  padding-left: 180px;
  text-align: center;
}

.s02__wrap .txt2:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0001.svg) no-repeat;
  width: 177px;
  height: 59px;
  top: 0;
  left: 0;
}

.s02__wrap .box__wrap {
  margin: 2em auto 0;
  max-width: 948px;
  text-align: center;
}

.s02__wrap .box__wrap p {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 2em;
}

.s02__wrap .box__wrap p span {
  color: #ff5e27;
}

/*notes*/
.s04__wrap h2,
.s06__wrap h2,
.s07__wrap h2,
.s08__wrap h2 {
  color: #00aaeb;
  font-size: 4.0rem;
  letter-spacing: .05em;
  text-align: center;
}

.s04__wrap .txt1,
.s06__wrap .txt1,
.s07__wrap .txt1,
.s08__wrap .txt1 {
  position: relative;
  color: #c8c8c8;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.6rem;
  letter-spacing: .05em;
  margin-bottom: 2em;
  text-align: center;
}

.s04__wrap .txt1:before,
.s06__wrap .txt1:before,
.s07__wrap .txt1:before,
.s08__wrap .txt1:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0301.svg) no-repeat;
  width: 96px;
  height: 12px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

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

.s04__wrap .txt2 {
  letter-spacing: .1em;
  line-height: 2;
  margin: 0 auto 3em;
  max-width: 777px;
}

.s04__wrap .txt2 span {
  color: #00aaeb;
  font-weight: 700;
}

.s04__wrap ul {
  margin: auto;
  max-width: 1000px;
}

.s04__wrap li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

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

.s04__wrap li:nth-child(even) {
  flex-direction: row-reverse;
}

.s04__wrap li div {
  width: 47.50%;
}

.s04__wrap li p:nth-of-type(1) {
  align-items: center;
  color: #c8c8c8;
  display: flex;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
}

.s04__wrap li p:nth-of-type(1) span {
  font-size: 4.6rem;
  margin-left: .25em;
}

.s04__wrap h3 {
  font-size: 2.6rem;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-bottom: .75em;
}

.s04__wrap h3 .blue {
  color: #00aaeb;
}

.s04__wrap h3 .bebas {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
}

.s04__wrap li p:nth-of-type(2) {
  letter-spacing: .1em;
  line-height: 2;
}

.s04__wrap li img {
  width: 46.90%;
}

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

.s05__wrap p {
  color: #fff;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: .075em;
  margin-bottom: .5em;
  text-align: center;
}

.s05__wrap p span {
  font-size: 4.2rem;
}

.s05__wrap a.btn img {
  display: block;
  filter: drop-shadow(4px 4px 3px rgba(110, 110, 110, 0.75));
  margin: auto;
  width: 687px;
}

/*notes*/
.s06__wrap {
  padding: 60px 4%;
  text-align: center;
}

.s06__wrap .txt2 {
  letter-spacing: .1em;
  margin-bottom: 2em;
}

.s06__wrap .txt2 span {
  background: linear-gradient(transparent 42%, #ffff7c 0%);
  font-size: 2.0rem;
  font-weight: 700;
}

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

.s06__wrap img {
  max-width: 950px;
}

/*notes*/
.s07__wrap {
  background: #e6f0fa;
  padding: 60px 4%;
}

.acc__wrap {
  margin: auto;
  max-width: 800px;
  padding-bottom: 1em;
}

.acc__wrap .answer {
  margin-bottom: .5em;
  padding: 1em 0 0 2em;
}

.acc__wrap .answer .box__wrap {
  margin-bottom: 1em;
}

.acc__wrap .answer .box__wrap div {
  align-items: center;
  display: flex;
}

.acc__wrap .answer .box__wrap div p:nth-of-type(1) {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4.2rem;
  line-height: 1.2;
  margin-right: .5em;
}

.acc__wrap .answer .box__wrap div p:nth-of-type(2) {
  font-size: 2.0rem;
  font-weight: 700;
}

.acc__wrap .answer .box__wrap div:nth-child(1) {
  color: #00aaeb;
}

.acc__wrap .answer .box__wrap div:nth-child(2) p:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .1em;
}

/*notes*/
footer {
  background: #fafafa;
  padding-top: 3em;
}

footer ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 3em;
  max-width: 450px;
}

footer li {
  position: relative;
}

footer li:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0011.svg) no-repeat;
  width: 29px;
  height: 29px;
  top: -.1em;
  left: -32px;
}

footer li a:link {
  text-decoration: underline;
}

footer div {
  background: linear-gradient(to right, #00aaeb, #00c475);
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .1em;
  padding: .5em;
  text-align: center;
}

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

  .sp {
    display: block !important;
  }

  body {
    font-size: 1.5rem;
  }

  /*notes*/
  .header__top .logo {
    max-width: 100px;
  }

  .header__top a.btn img {
    width: 240px;
  }

  .header__main__wrap {
    background: center right -160px / cover url(../img/0000.jpg) no-repeat;
    margin-top: 50px;
  }

  .header__main {
    padding: 24px 4%;
  }

  .header__main .box__wrap {
    display: block;
    margin: 0 auto 1em;
  }

  .header__main .box__wrap .box {
    justify-content: center;
  }

  .header__main .box__wrap .box p:nth-child(1) {
    font-size: 1.4rem;
    padding: .5em 1em;
    width: auto;
  }

  .header__main .box__wrap .box p:nth-child(1) span {
    font-size: 2.2rem;
  }

  .header__main .box__wrap .box p:nth-child(2) {
    font-size: 1.4rem;
    padding: .5em 1em;
    width: auto;
  }

  .header__main .box__wrap .box p:nth-child(2) span {
    font-size: 2.2rem;
  }

  .header__main .box__wrap .txt4 {
    font-size: 2.0rem;
    text-align: center;
  }

  .header__main .txt2 {
    font-size: 3.6rem;
    margin: 0 auto .15em;
  }

  .header__main .box2__wrap {
    display: block;
    margin-top: 1em;
  }

  .header__main .box2__wrap li {
    font-size: 1.6rem;
    margin: 0 auto .5em;
    padding: .25em 0 .25em 1em;
    width: 80%;
  }

  .header__main .box2__wrap li span span {
    font-size: 2.4rem;
  }

  .header__main .box2__wrap li:before {
    width: 27px;
    height: 28px;
    top: 13px;
  }

  .header__main .txt3 {
    font-size: 1.4rem;
  }

  .header__main a.btn img {
    width: 90%;
  }

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

  .s02__wrap h2 {
    font-size: 2.0rem;
  }

  .s02__wrap ul {
    display: block;
    margin: 0 auto 2em;
  }

  .s02__wrap ul:before {
    display: none;
  }

  .s02__wrap li {
    border-radius: 20px 0 20px 0px;
    font-size: 1.5rem;
    margin: 0 auto .5em;
    padding: 20px 0;
    width: 90%;
  }

  .s02__wrap li:before {
    content: '';
    position: absolute;
    background: 100% / 100% url(../img/0205.svg) no-repeat;
    width: 36px;
    height: 42px;
    top: -6px;
    left: 30px;
  }

  .s02__wrap li img {
    margin-bottom: .5em;
    width: 85px;
  }

  .s02__wrap .txt1 {
    font-size: 2.0rem;
    line-height: 1.1;
  }

  .s02__wrap .txt1 span span {
    font-size: 3.4rem;
  }

  .s02__wrap .txt2 {
    font-size: 2.0rem;
    padding-left: 0;
    padding-top: 3em;
  }

  .s02__wrap .txt2:before {
    width: 142px;
    height: 48px;
    top: .4em;
    left: 0;
    right: 0;
    margin: auto;
  }

  .s02__wrap .box__wrap p {
    font-size: 1.6rem;
  }

  /*notes*/
  .s04__wrap h2,
  .s06__wrap h2,
  .s07__wrap h2,
  .s08__wrap h2 {
    font-size: 2.6rem;
  }

  .s04__wrap .txt1,
  .s06__wrap .txt1,
  .s07__wrap .txt1,
  .s08__wrap .txt1 {
    font-size: 2.0rem;
  }

  .s04__wrap .txt1:before,
  .s06__wrap .txt1:before,
  .s07__wrap .txt1:before,
  .s08__wrap .txt1:before {
    width: 77px;
    height: 10px;
  }

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

  .s04__wrap li {
    display: block;
  }

  .s04__wrap li div {
    width: 100%;
  }

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

  .s04__wrap li p:nth-of-type(1) span {
    font-size: 3.2rem;
  }

  .s04__wrap h3 {
    font-size: 1.9rem;
  }

  .s04__wrap h3 .bebas {
    font-size: 3.2rem;
  }

  .s04__wrap li img {
    margin-top: 1em;
    width: 100%;
  }

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

  .s05__wrap p {
    font-size: 2.0rem;
  }

  .s05__wrap p span {
    font-size: 2.6rem;
  }

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

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

  .acc__wrap .question {
    font-size: 1.7rem;
    padding: .5em;
  }

  .acc__wrap .question:before {
    width: 20px;
    height: 20px;
  }

  .acc__wrap .answer {
    padding: 1em 0 0 1em;
  }

  .acc__wrap .answer .box__wrap div p:nth-of-type(1) {
    font-size: 3.2rem;
  }

  .acc__wrap .answer .box__wrap div p:nth-of-type(2) {
    font-size: 1.6rem;
  }

  .acc__wrap .answer .box__wrap div:nth-child(2) p:nth-of-type(2) {
    font-size: 1.4rem;
  }

  /*notes*/
  footer {
    padding-top: 2em;
  }

  footer ul {
    display: block;
    margin: 0 auto 2em;
  }

  footer li {
    margin: 0 auto 1em;
    width: 10em;
  }

  footer li:before {
    width: 20px;
    height: 20px;
    top: .1em;
    left: -26px;
  }

  footer div {
    font-size: 1.2rem;
  }
}
