.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;
  }
}

.main {
  background-image: url('../images/ビッグ背景全体_pc.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.section-2 {
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: 20px;
}

.button {
  background-color: #014598;
  border-radius: 50px;
  padding: 20px 50px;
  transition: all .2s;
  box-shadow: 5px 6px 5px #101c5f33;
}

.button:hover {
  background-color: #2667b8;
}

.body {
  color: #000;
  letter-spacing: 1px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.navbar {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-container.shadow-three {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
}

.container-2 {
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #fff;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #6fbb11;
  border: 1px #6fbb11;
  border-radius: 8px;
  margin-right: 20px;
  padding: 8px 25px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 4px 4px 5px #0003;
}

.button-primary:hover {
  color: #fff;
  background-color: #8acf35;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button {
  background-color: #fff;
}

.list-item {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  background-color: #6fbb11;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
}

.list-item:hover {
  background-color: #8acf35;
}

.image {
  color: #fff;
}

.button-primary-1 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #6fbb11;
  border: 1px #6fbb11;
  border-radius: 8px;
  padding: 8px 25px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 4px 4px 5px #0003;
}

.button-primary-1:hover {
  color: #fff;
  background-color: #8acf35;
}

.button-primary-1:active {
  background-color: #43464d;
}

.footer {
  margin-left: 0;
}

.container-3 {
  width: 100%;
  max-width: 1000px;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.div-block {
  background-color: #fff;
  border: 1px solid #bbb5b0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 13%;
  margin-right: 13%;
  padding: 50px 30px;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-right: 0;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  width: 50%;
  margin-left: 0;
  display: flex;
}

.stripe {
  padding-top: 70px;
  padding-bottom: 70px;
  font-weight: 700;
  text-decoration: none;
}

.container-4 {
  width: 100%;
  max-width: none;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
}

.paragraph {
  color: #00aeff;
  margin-bottom: 0;
  margin-right: 7px;
  font-size: 24px;
  display: none;
}

.paragraph-2 {
  margin-bottom: 0;
}

.container-5 {
  max-width: none;
}

.div-block-4 {
  width: 74.63%;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  background-color: #6fbb11;
  border-radius: 8px;
  width: 50%;
  margin-bottom: 0;
  padding: 10px;
  text-decoration: none;
  display: none;
  box-shadow: 4px 4px 5px #0003;
}

.paragraph-5:hover {
  background-color: #8acf35;
}

.link-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.paragraph-6 {
  color: #000;
  margin-bottom: 0;
  margin-left: 7px;
  font-size: 14px;
  display: none;
}

.image-2 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.container-6 {
  max-width: 1920px;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.div-block-6 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

.div-block-7 {
  margin-bottom: 20px;
}

.div-block-8 {
  margin: 100px 8%;
}

.div-block-9 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 120px;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.div-block-10 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 900;
  line-height: 40px;
}

.image-3 {
  margin-right: 5px;
}

.div-block-11 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 100px;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.paragraph-11 {
  font-weight: 900;
}

.paragraph-12, .paragraph-13 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #e2aa14, #feec71 53%, #fac105);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}

.paragraph-14 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
}

.paragraph-15 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-12 {
  margin-top: 100px;
  margin-left: 8%;
  margin-right: 8%;
}

.container-7 {
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 80px;
}

.paragraph-16 {
  color: #182b80;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.paragraph-17 {
  color: #182b80;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-13 {
  margin-top: -20px;
  margin-left: 8%;
  margin-right: 8%;
}

.container-8 {
  max-width: none;
}

.div-block-14 {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 13%;
  margin-right: 13%;
  display: flex;
}

.div-block-15 {
  width: 45%;
  margin-left: 0;
}

.div-block-16 {
  width: 6%;
}

.paragraph-18 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(277deg, #e1a910, #fff78b 68%, #ffd20a);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-19 {
  color: #fff;
}

.paragraph-20 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

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

.image-4 {
  margin-bottom: 50px;
}

.paragraph-21 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-22 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.container-9 {
  max-width: none;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-18 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-19 {
  width: 50%;
  height: 92.4906%;
  margin-left: 0;
}

.div-block-20 {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

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

.paragraph-23 {
  color: #182b80;
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
}

.paragraph-24 {
  font-size: 16px;
}

.div-block-22 {
  width: 60%;
  margin-right: 20px;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.div-block-24 {
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 40px;
  display: flex;
}

.div-block-25 {
  width: 60%;
  margin-right: 20px;
}

.container-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 200px;
  display: flex;
}

.paragraph-25 {
  font-size: 32px;
}

.paragraph-26 {
  color: #182b80;
  letter-spacing: 5px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

.div-block-26 {
  background-image: linear-gradient(293deg, #e1a910, #fff78b 52%, #ffd20a);
  width: auto;
  margin-bottom: 100px;
  padding: 20px 150px;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
}

.div-block-28 {
  width: 30%;
}

.div-block-29 {
  background-color: #f9be00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

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

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

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

.div-block-34 {
  background-color: #182b80;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 95px;
  margin-right: 20px;
  display: flex;
}

.paragraph-27 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-35 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-36 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  margin-left: 12px;
  display: flex;
}

.paragraph-28 {
  color: #182b80;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.paragraph-29 {
  color: #182b80;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-30 {
  margin-bottom: 4px;
  font-size: 10px;
}

.paragraph-31 {
  color: #182b80;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-32 {
  margin-bottom: -2px;
  font-size: 10px;
}

.div-block-37 {
  margin-right: 20px;
}

.div-block-38 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.paragraph-33 {
  color: #182b80;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.paragraph-34 {
  color: #182b80;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-35 {
  color: #182b80;
  margin-bottom: 0;
  font-size: 18px;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 80px;
  display: flex;
}

.paragraph-39 {
  color: #182b80;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 20px;
}

.paragraph-40 {
  color: #182b80;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 944px;
  margin-left: 0%;
  display: flex;
}

.paragraph-41 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.image-5 {
  margin-bottom: 10px;
}

.div-block-41 {
  width: 45%;
  margin-top: 150px;
  margin-bottom: 150px;
  transition: all .2s;
}

.div-block-42 {
  width: auto;
  margin: 0 10% 200px;
  transition: all .2s;
}

.paragraph-42 {
  color: #fff;
  font-size: 15px;
}

.paragraph-43 {
  color: #fff;
}

.paragraph-44 {
  color: #fff;
  font-size: 15px;
}

.link-block-1 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  background-color: #6fbb11;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 100px;
  display: flex;
}

.div-block-43 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  max-width: 1000px;
  height: 50px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  display: flex;
}

.paragraph-45 {
  color: #fff;
  margin-bottom: 0;
  font-family: "M PLUS 1p", sans-serif;
}

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

.link, .link-2, .link-3 {
  color: #fff;
  line-height: 14px;
  text-decoration: none;
}

.paragraph-46, .paragraph-47, .paragraph-48 {
  margin-bottom: 0;
}

.main-sp {
  display: none;
}

.div-block-21-1 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4px;
  display: flex;
}

.paragraph-23-1 {
  color: #182b80;
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
}

.paragraph-49 {
  color: #182b80;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 62px;
}

.div-block-48, .div-block-49, .image-9, .div-block-53 {
  display: none;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .div-block-40 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    padding-left: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-7 {
    font-size: 30px;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .paragraph-8, .paragraph-9 {
    font-size: 30px;
  }

  .paragraph-12, .paragraph-13 {
    text-align: center;
  }

  .div-block-13 {
    margin-top: 0;
  }

  .container-8 {
    display: none;
  }

  .paragraph-18 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-18 {
    background-color: #fff0;
  }

  .div-block-19 {
    display: none;
  }

  .container-10 {
    margin-top: 80px;
  }

  .div-block-26, .div-block-27, .div-block-29 {
    display: none;
  }

  .div-block-41 {
    width: 60%;
  }

  .div-block-48 {
    margin-top: 50px;
    display: block;
  }

  .div-block-49 {
    margin-left: 30px;
    margin-right: 30px;
    display: block;
  }

  .image-9 {
    margin-top: -100px;
    display: block;
  }

  .div-block-53 {
    margin-top: 50px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .main {
    display: none;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button {
    font-size: 16px;
  }

  .container-2 {
    max-width: none;
  }

  .navbar-wrapper {
    padding-left: 15px;
  }

  .nav-menu-wrapper {
    display: none;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .mobile-margin-top-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button-primary {
    margin-bottom: 20px;
    margin-right: 0;
    display: inline-block;
  }

  .menu-button {
    display: block;
  }

  .icon {
    width: 25px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-3 {
    max-width: none;
    display: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block {
    flex-flow: column;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2, .div-block-3 {
    width: 100%;
    display: block;
  }

  .link-block-1 {
    cursor: pointer;
  }

  .container-11 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 150px;
    padding-left: 20px;
    display: flex;
  }

  .div-block-43 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    height: 150px;
  }

  .paragraph-45 {
    margin-top: 20px;
    font-size: 10px;
  }

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

  .link, .link-2 {
    margin-bottom: 10px;
  }

  .paragraph-46, .paragraph-47, .paragraph-48 {
    display: none;
  }

  .main-sp {
    background-image: url('../images/ビッグ背景全体_sp.avif');
    background-position: 0 0;
    background-size: cover;
    margin-top: -60px;
    display: block;
  }

  .image-6 {
    margin-top: 110px;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 50px 10px;
    display: flex;
  }

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

  .paragraph-50 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
  }

  .paragraph-51 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
  }

  .container-12 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-47 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
  }

  .div-block-48 {
    background-color: #fff0;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-49 {
    margin: -20px 10px 50px;
  }

  .div-block-50 {
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .link-block-2 {
    width: 263px;
  }

  .div-block-51 {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    display: flex;
  }

  .image-7 {
    margin-top: 0;
  }

  .image-8 {
    margin-bottom: 30px;
  }

  .paragraph-52 {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: 900;
  }

  .paragraph-53 {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(112deg, #e1a910, #fff78b 54%, #f9be00);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Noto Sans JP, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
  }

  .paragraph-54 {
    color: #fff;
  }

  .paragraph-55 {
    color: #fff;
    margin-top: 4px;
    font-family: Noto Sans, sans-serif;
  }

  .image-10 {
    margin-bottom: 14px;
  }

  .image-11 {
    margin-top: 70px;
    margin-bottom: 26px;
  }

  .paragraph-56 {
    color: #182b80;
    font-family: Noto Sans JP, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
  }

  .paragraph-57 {
    color: #182b80;
    font-size: 13px;
    font-weight: 700;
  }

  .div-block-52 {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-53 {
    background-color: #fff;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-12 {
    margin-bottom: 20px;
  }

  .div-block-54 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-55 {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
  }

  .div-block-56 {
    background-color: #fff0;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .div-block-58, .div-block-59 {
    width: 48%;
  }

  .paragraph-58 {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(112deg, #e1a910, #fff78b 54%, #f9be00);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Noto Sans JP, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
  }

  .paragraph-59 {
    color: #fff;
    margin-bottom: 6px;
    font-family: Noto Sans, sans-serif;
    font-size: 10px;
    line-height: 14px;
  }

  .paragraph-60 {
    color: #fff;
    font-family: Noto Sans, sans-serif;
    font-size: 8px;
    line-height: 12px;
  }

  .div-block-60, .div-block-61 {
    width: 48%;
  }
}


