:root {
  --white: white;
  --main: #0070c0;
  --black: black;
  --font: "Noto Sans JP", sans-serif;
  --back-ground: rgba(189, 215, 238, .65);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: #0070c0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58.25px;
  display: flex;
  position: fixed;
}

.div-block {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2px 20px;
  display: flex;
}

.image {
  width: 150px;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.div-block-3 {
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-left: 15px solid #fff;
  width: 16px;
  height: 16px;
}

.div-block-3.footer {
  border-top-width: 8px;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: var(--black);
}

.nav-link {
  font-family: var(--font);
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 10px;
}

.text-block {
  font-family: var(--font);
  color: #fff;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

.top-section {
  height: 80vh;
}

.container {
  width: 100%;
  max-width: none;
  height: 100%;
}

.main-body {
  padding-top: 58.25px;
}

.div-block-4 {
  background-image: url('../images/LP_topBG.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-2 {
  width: 180px;
}

.subscribe-section {
  background-image: url('../images/LP_ボタンBG.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
}

.image-3 {
  width: 450px;
}

.image-4 {
  width: 250px;
}

.link-block {
  margin-top: 60px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.text-block-2 {
  font-family: var(--font);
  color: #0070c0;
  text-align: center;
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 345px;
  margin-left: 60px;
}

.text-block-3 {
  font-family: var(--font);
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 60px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1em;
}

.div-block-9 {
  background-color: var(--back-ground);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-4 {
  font-family: var(--font);
  color: var(--main);
  text-align: center;
  letter-spacing: -1px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4em;
}

.text-block-4.mobile {
  display: none;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.div-block-10.last {
  padding: 20px 60px 60px;
}

.image-6 {
  color: var(--black);
  width: 345px;
  margin-left: 100px;
}

.paragraph {
  font-family: var(--font);
  color: var(--black);
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8em;
}

.paragraph.mobile {
  display: none;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.button {
  font-family: "M PLUS 1p", sans-serif;
}

.link-block-2 {
  background-color: #ffe001;
  border-radius: 20px;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
}

.text-block-5 {
  font-family: var(--font);
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1em;
}

.text-block-6 {
  font-family: var(--font);
  color: var(--black);
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.1em;
}

.image-7 {
  width: 450px;
}

.text-span {
  font-weight: 500;
}

.image-8 {
  width: 500px;
}

.text-block-7 {
  font-family: var(--font);
  color: var(--black);
  text-align: center;
  font-size: 28px;
  line-height: 1.1em;
}

.div-block-12 {
  background-color: #ffe001;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 6px 10px;
  display: flex;
}

.div-block-13 {
  background-color: var(--back-ground);
  border-radius: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  display: flex;
}

.div-block-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.image-9 {
  min-width: 100%;
  max-width: 400px;
}

.footer {
  border-top: 1px solid #c9c9c9;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.image-10 {
  width: 150px;
}

.link-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-8 {
  color: var(--black);
  font-family: Noto Sans JP, sans-serif;
  font-size: 13.6px;
  font-weight: 500;
}

.text-span-2 {
  border-bottom: 2px solid #ffe001;
}

.heading {
  font-family: var(--font);
  color: var(--white);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1em;
}

.heading.mobile {
  display: none;
}

.yellow {
  color: #fdfc01;
}

.orenge {
  color: #ffc000;
}

.orenge.border {
  border-bottom: 2px solid #ffe001;
}

.link-block-4 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .div-block {
    max-height: 100%;
  }

  .nav-menu {
    background-color: var(--white);
    padding-left: 10px;
  }

  .div-block-2 {
    height: 55px;
    margin-left: 0;
  }

  .div-block-3 {
    border-left-color: var(--main);
  }

  .nav-link {
    color: var(--main);
    border-width: 0;
    justify-content: flex-start;
    align-items: center;
    height: 55px;
    padding-left: 0;
    font-weight: 500;
    display: flex;
  }

  .text-block {
    color: var(--main);
  }

  .div-block-8 {
    flex-flow: column;
  }

  .image-5 {
    margin-top: 40px;
    margin-left: 0;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .text-block-4 {
    display: none;
  }

  .text-block-4.mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .text-block-4.mobile.horizontal {
    flex-flow: row;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .image-6 {
    margin-left: 0;
  }

  .paragraph {
    text-align: center;
  }

  .heading {
    display: none;
  }

  .heading.mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 7vw;
    line-height: 1.5em;
    display: inline-flex;
  }

  .div-block-18 {
    display: flex;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .orenge {
    color: #ffc000;
  }

  .menu-button {
    color: var(--white);
    max-height: 100%;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--main);
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .image-3 {
    width: 300px;
  }

  .image-4 {
    width: 200px;
  }

  .text-block-2 {
    font-size: 6.5vw;
  }

  .image-5 {
    margin-left: 0;
  }

  .text-block-3 {
    font-size: 4vw;
  }

  .text-block-4.mobile.horizontal {
    font-size: 6.5vw;
  }

  .div-block-10 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10.last {
    max-width: 100%;
  }

  .paragraph {
    font-size: 18px;
    display: none;
  }

  .paragraph.mobile {
    display: inline-flex;
  }

  .div-block-11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-5 {
    font-size: 25px;
  }

  .text-block-6 {
    text-align: center;
  }

  .div-block-13 {
    max-width: 95%;
  }

  .div-block-15 {
    padding-left: 0;
  }

  .div-block-16 {
    flex-flow: column;
  }

  .link-block-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    width: 240px;
  }

  .image-4 {
    width: 150px;
  }

  .text-block-2 {
    font-size: 5.9vw;
  }

  .image-5 {
    margin-left: 0;
  }

  .text-block-4.mobile {
    font-size: 10vw;
  }

  .text-block-4.mobile.horizontal {
    font-size: 7.3vw;
  }

  .div-block-10.last {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.mobile {
    text-align: left;
    font-size: 15px;
  }

  .div-block-11 {
    padding-bottom: 40px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .text-block-7 {
    font-size: 21px;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .image-9 {
    max-width: 100%;
  }

  .bold-text {
    font-size: 10vw;
  }
}


