@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  color: #222222;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 52px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #222222;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.5;
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 1;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

h2 {
  font-weight: 900;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*========================
common
========================*/
.pc-bg {
  background: url(../img/bg_pc.png), url(../img/bg-noise_pc.png);
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-position: center bottom, center;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
}
@media screen and (max-width: 1210px) {
  .pc-bg {
    background: url(../img/bg-noise_pc.png);
    background-repeat: repeat;
    background-size: cauto;
    background-position: center;
  }
}
@media screen and (max-width: 375px) {
  .pc-bg {
    display: none;
  }
}
.pc-bg .dummy {
  width: 377px;
  height: 100%;
}
.pc-bg .wrap1,
.pc-bg .wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
  width: calc((100% - 34px - 34px - 377px) / 2);
  height: 100%;
}
@media screen and (max-width: 1210px) {
  .pc-bg .wrap1,
  .pc-bg .wrap2 {
    display: none;
  }
}
.pc-bg .wrap1 {
  padding: 40px 0 140px;
}
.pc-bg .wrap2 {
  padding: 120px 0 140px;
}
.pc-bg .wrap2 .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  padding-left: 8px;
  margin-left: 14px;
}
.pc-bg .wrap2 .btns a {
  text-align: left;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-right: 22px;
  color: #fff;
}
.pc-bg .wrap2 .btns a::before {
  display: block;
  content: "";
  background: #FFCE46;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-bg .wrap2 .btns a::after {
  content: "";
  background: url(../img/arrow_anchor.png) no-repeat center center/contain;
  position: absolute;
  width: 18px;
  height: 8px;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-bg .btn-wrap {
  width: 100%;
  margin-left: auto;
  margin-top: 44px;
  text-align: center;
}

.main-area {
  background: white;
  width: 100%;
  max-width: 375px;
  -webkit-box-shadow: 2px 0 #fff, -2px 0 #fff;
          box-shadow: 2px 0 #fff, -2px 0 #fff;
  margin: 0 auto;
  position: relative;
}

.inner {
  max-width: 375px;
  padding: 0 16px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.center {
  text-align: center;
}

.small {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .small {
    font-size: 12px;
  }
}

.cta {
  position: relative;
  padding: 24px 0;
  text-align: center;
  background: #2FA0D8;
  background-image: url(../img/bg-noise.png);
}
.mv + .cta {
  background-image: url(../img/bg-cloud.png), url(../img/bg-noise.png);
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-position: center bottom, center;
  padding: 24px 0 0;
}
.mv + .cta:before {
  display: block;
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  aspect-ratio: 375/105;
  background-image: url(../img/bgIllust-cta1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sectionGroup_story + .cta:before {
  display: block;
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  aspect-ratio: 375/123;
  background-image: url(../img/bgIllust-cta2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sectionGroup_about + .cta {
  position: initial;
}
.sectionGroup_about + .cta .inner {
  margin-top: -32px;
}
.cta .inner {
  position: relative;
  z-index: 1;
}

.btn-text {
  font-weight: 900;
  font-size: 14px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #006496;
  paint-order: stroke fill;
  color: #fff;
  margin-bottom: 20px;
}
.btn-text p {
  line-height: 1.4;
}
.btn-text .beginner {
  font-size: 17px;
  color: #FFCE46;
}
.btn-text .accent1 {
  font-size: 37px;
  color: #FFCE46;
}
.btn-text .accent2 {
  font-size: 24px;
}
.btn-text .accent3 {
  font-size: 37px;
  color: #F17B87;
}
.btn-text .accent4 {
  font-size: 19px;
  color: #FFCE46;
}

.btn {
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB12B), color-stop(55.77%, #FD9513), to(#FC7E00));
  background: linear-gradient(180deg, #FFB12B 0%, #FD9513 55.77%, #FC7E00 100%);
  display: block;
  width: 100%;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  margin: 10px auto;
  padding: 12px 20px 14px 30px;
  -webkit-box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  color: white;
  text-shadow: 0 1px 1px rgba(253, 76, 0, 0.73);
}
.btn span {
  display: block;
  font-size: 14px;
  margin: 0;
}
.btn::before {
  content: "";
  background: url(../img/free.png) no-repeat center center/contain;
  position: absolute;
  width: 53px;
  height: 53px;
  top: -8px;
  left: 16px;
}
.btn::after {
  content: "";
  background: url(../img/arrow.png) no-repeat center center/contain;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.btn:hover {
  -webkit-transform: translateY(4px) translateX(3px);
          transform: translateY(4px) translateX(3px);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.section {
  padding: 56px 0;
  position: relative;
  z-index: 0;
}

.sectionGroup_story,
.sectionGroup_about,
.page-bottom {
  background: url(../img/bg-grid.png);
  background-size: 26px 26px;
}
.selfstudy + .sectionGroup_story,
.selfstudy + .sectionGroup_about,
.selfstudy + .page-bottom {
  padding: 30px 0 60px;
}

.sectionGroup_about {
  position: relative;
}
.sectionGroup_about:before {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  aspect-ratio: 375/95;
  background-image: url(../img/bgIllust-voice1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/*========================
header
========================*/
.header-area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
@media screen and (min-width: 1211px) {
  .header-area {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
    max-width: 420px;
  }
}

.overlay {
  background: rgba(0, 0, 0, 0.37);
  position: absolute;
  z-index: 800;
  width: 100%;
  height: 100vh;
  display: none;
}

.hamburger-menu {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1000;
  background: #fff;
}
@media screen and (min-width: 1211px) {
  .hamburger-menu {
    display: none;
  }
}

.hamburger-menu span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #222222;
  margin: 2.5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}

.drawer {
  position: absolute;
  top: 60px;
  right: 0;
  width: 290px;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 980;
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid #D9D9D9;
  padding: 24px 16px;
}
.drawer li {
  padding: 10px 0;
}
.drawer a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-left: 16px;
  font-weight: bold;
}
.drawer a:before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #FFCE46;
}

.hamburger-menu.active {
  background: white;
}
.hamburger-menu.active span {
  background: #034387;
}

.hamburger-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.drawer.open {
  visibility: visible;
  opacity: 1;
}

/*========================
mv
========================*/
.mv {
  position: relative;
}
.mv .mv_img {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 375/504;
}
@media screen and (min-width: 1211px) {
  .mv .mv_img {
    aspect-ratio: 375/474;
  }
}
.mv .mv_img img {
  position: absolute;
  bottom: 0;
}
.mv .logo {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 1211px) {
  .mv .logo {
    display: none;
  }
}
.mv .logo .logo_img1 {
  width: 132px;
  margin-top: 10px;
}
.mv .logo .logo_img2 {
  width: 180px;
}

/*========================
intro
========================*/
.intro {
  margin-top: 50px;
  padding: 20px 0 50px;
}
.intro h2 {
  display: block;
  background-image: url(../img/intro-title.png);
  background-size: cover;
  width: 100%;
  margin-top: -80px;
  aspect-ratio: 375/185;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.intro ul {
  margin: -48px 16px 0;
  font-size: 15px;
}
.intro li {
  position: relative;
  background: #D0E1F6;
  margin-top: 10px;
  border-radius: 12px;
  padding: 12px 16px 12px 32px;
}
.intro li:before {
  position: absolute;
  top: 50%;
  left: -8px;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-image: url(../img/intro-icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.intro li span {
  color: #036EB8;
}
.intro .intro_sentence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  aspect-ratio: 375/384;
  margin-top: -25px;
  padding: 55px 0 50px;
  background-image: url(../img/intro-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
}
.intro .intro_sentence .strong {
  display: inline-block;
  background-image: url(../img/intro-text1.png);
  background-repeat: no-repeat;
  background-size: 190px 31px;
  background-position: center;
  width: 190px;
  height: 31px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 4px;
}
.intro .intro_sentence .accent {
  font-size: 17px;
  color: #FF7840;
}
.intro .intro_compare {
  width: calc(100% - 32px);
  margin: -24px 16px 0;
}

/*========================
story
========================*/
.story {
  padding: 0 0 0;
}
.story .story_intro {
  position: relative;
  padding: 46px 16px 16px;
  background: #E0F5FF;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  font-size: 14px;
  text-align: center;
}
.story .story_intro:before {
  display: block;
  content: "";
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  aspect-ratio: 375/113;
  background-image: url(../img/bgIllust-story1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.story .story_introlist {
  font-size: 12px;
  margin-bottom: 16px;
  letter-spacing: -0.04rem;
  text-align: left;
  line-height: 1.7;
}
.story .story_introlist span {
  color: #F17B87;
}
.story h2 {
  font-size: 19px;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 20px;
}
.story h2 span {
  color: #FF7840;
}
.story .story_sentence1 {
  font-size: 14px;
  font-weight: 900;
}
.story .story_sentence1 > p {
  padding: 20px 90px 20px 0;
  position: relative;
}
.story .story_sentence1 > p .story_illust1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 108px;
  height: 144px;
}
.story .story_sentence1 span {
  color: #FF7840;
}
.story .story_sentence2 {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  font-weight: 900;
  line-height: 1.4;
}
.story .story_sentence2 p {
  margin-bottom: 6px;
}
.story .story_sentence2 .accent1 {
  font-size: 17px;
}
.story .story_sentence2 .accent2 {
  font-size: 22px;
  color: #FF7840;
}
.story .story_sentence2 .accent3 {
  color: #F17B87;
  font-size: 16px;
}

/*========================
course
========================*/
.course {
  position: relative;
  padding: 30px 0 56px;
}
.course:before {
  display: block;
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  aspect-ratio: 375/176;
  background-image: url(../img/bgIllust-course1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.course:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  aspect-ratio: 375/79;
  background-image: url(../img/bgIllust-course2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.course .inner {
  position: relative;
  z-index: 1;
}
.course h2 {
  font-size: 24px;
  text-align: center;
}
.course h2 .accent1 {
  font-size: 31px;
  color: #F8A901;
}
.course h2 .accent2 {
  font-size: 33px;
  color: #FF7840;
}
.course .course_intro {
  text-align: center;
}
.course .course_list {
  margin-top: 40px;
}
.course .course_item {
  position: relative;
  background: #E0F5FF;
  border-radius: 12px;
  margin-top: 30px;
  padding: 12px 16px;
}
.course .course_item:first-child {
  margin-top: 0;
}
.course .course_item:nth-child(even) {
  background: #D8F2DB;
}
.course .course_img {
  position: absolute;
  width: 118px;
  top: -16px;
  right: 16px;
}
.course .course_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 19px;
  font-weight: 900;
}
.course .course_name img {
  width: 24px;
  height: 24px;
}
.course .course_text {
  font-size: 13px;
  margin-bottom: 12px;
}
.course .course_infolist {
  position: relative;
}
.course .course_infoitem {
  margin-top: 10px;
  padding: 8px 12px;
  background: #fff;
  font-size: 13px;
}
.course .course_infoitem:first-child {
  margin-top: 0;
}
.course .course_infotitle {
  font-weight: 900;
  color: #036EB8;
}
.course .course_item:nth-child(even) .course_infotitle {
  color: #00A95F;
}

/*========================
selfstudy
========================*/
.selfstudy {
  position: relative;
  background: #FFDBA0;
  margin-top: 130px;
  padding: 56px 0 20px;
}
.selfstudy:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 375/148;
  background-image: url(../img/bg-selfstudy.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.selfstudy h2 {
  font-size: 20px;
  margin-bottom: 16px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  paint-order: stroke fill;
}
.selfstudy h2 .accent1, .selfstudy h2 .accent2 {
  font-size: 24px;
}
.selfstudy h2 .accent2 {
  color: #FF7840;
}
.selfstudy .selfstudy_text {
  position: relative;
  margin: -165px 0 20px;
  text-align: center;
}
.selfstudy .selfstudy_text p {
  font-size: 14px;
}

/*========================
voice
========================*/
.voice {
  margin: 0 20px 50px;
  padding: 0 0 20px;
}
.voice h2 {
  font-size: 30px;
  text-align: center;
  color: #2FA0D8;
}
.voice .voice_list {
  margin-top: 20px;
}
.voice .voice_item {
  position: relative;
  margin-top: 50px;
  padding: 16px;
  border-radius: 26px;
  background: #FFD4D4;
}
.voice .voice_item:first-child {
  margin-top: 0;
}
.voice .voice_item:nth-child(even) {
  background: #FFDDA2;
}
.voice .voice_item img {
  position: absolute;
  bottom: -36px;
  right: 16px;
  width: 76px;
  height: 76px;
}

/*========================
about
========================*/
.about {
  margin: 50px 20px;
  padding: 20px 16px;
  border: 1px solid #2785B3;
  border-radius: 12px;
  background: #fff;
}
.about:before {
  display: block;
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 375px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 375/94;
  background-image: url(../img/bgIllust-about1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.about h2 {
  font-size: 30px;
  text-align: center;
  color: #2FA0D8;
}
.about dl {
  margin: 20px 0;
}
.about .about_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
.about dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100px;
  padding: 4px 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #2FA0D8;
}
.about dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.about dd .small {
  display: inline-block;
  font-size: 10px;
  font-weight: inherit;
}
.about .note {
  font-size: 12px;
}

/*========================
flow
========================*/
.flow {
  position: relative;
  margin: 50px 20px 0;
  padding: 20px 16px;
  background: #E0F5FF;
  border-radius: 12px;
}
.flow:before {
  display: block;
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 375px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 375/87;
  background-image: url(../img/bgIllust-flow1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.flow:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -80px;
  left: 50%;
  width: 375px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 375/97;
  background-image: url(../img/bgIllust-flow2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.flow h2 {
  font-size: 30px;
  text-align: center;
  color: #2FA0D8;
}
.flow .flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 55px;
  margin-top: 10px;
  margin-left: 25px;
  padding: 10px 20px;
  background: #2FA0D8;
  color: #fff;
  font-size: 14px;
}
.flow .flow_item .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #2FA0D8;
  border-radius: 50px;
  color: #2FA0D8;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 24px;
}
.flow .flow_item .accent {
  color: #F6FF00;
  font-size: 20px;
}

/*========================
page-bottom
========================*/
.page-bottom {
  position: relative;
}
.page-bottom:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 50%;
  width: 375px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 375/87;
  background-image: url(../img/bgIllust-cta3.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-bottom .bottomlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 30px 0;
}
.page-bottom .bottomlogo img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 276px;
  width: auto;
  height: auto;
}

/*========================
footer
========================*/
.footer {
  text-align: center;
  background: #009944;
  border-top: 1px solid white;
  color: white;
  font-size: 13px;
  font-weight: 400;
  padding: 9px 0 10px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 100px;
  }
}

.fixed {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 500;
  text-align: center;
  padding: 6px 0 8px;
  background: url(../img/bg-noise.png);
}