@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 0.8333333333vw;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 2.6666666667vw;
  }
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  color: #333;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.note-show {
  display: none;
}
@media (max-width: 1440px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1440px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

body, html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
  display: none;
}

section picture, footer picture {
  display: block;
}
section img, footer img {
  width: 100%;
}

.sec3 {
  position: relative;
}
.sec3 .sec__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  padding-top: 46rem;
  left: 0;
}
@media (max-width: 767px) {
  .sec3 .sec__inner {
    padding-top: 22rem;
  }
}
.sec3 .sec__inner .youtube-wrapper {
  width: 88rem;
  margin: auto;
  aspect-ratio: 16/9;
}
.sec3 .sec__inner .youtube-wrapper iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sec3 .sec__inner .youtube-wrapper {
    width: 30rem;
  }
}

.sec-wrapper {
  background-color: #DDF5FD;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .sec-wrapper {
    padding-bottom: 4rem;
  }
}

.sec4 {
  position: relative;
}
.sec4 .sec__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  padding-top: 47rem;
  left: 0;
}
@media (max-width: 767px) {
  .sec4 .sec__inner {
    padding-top: 27.25rem;
  }
}
.sec4 .sec__inner .youtube-wrapper {
  width: 88rem;
  margin: auto;
  aspect-ratio: 16/9;
}
.sec4 .sec__inner .youtube-wrapper iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sec4 .sec__inner .youtube-wrapper {
    width: 34.5rem;
  }
}

.sec5 {
  position: relative;
}
.sec5 .sec__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  padding-top: 35rem;
  left: 0;
}
@media (max-width: 767px) {
  .sec5 .sec__inner {
    padding-top: 22.5rem;
  }
}
.sec5 .sec__inner .youtube-wrapper {
  width: 88rem;
  margin: auto;
  aspect-ratio: 16/9;
}
.sec5 .sec__inner .youtube-wrapper iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .sec5 .sec__inner .youtube-wrapper {
    width: 34.5rem;
  }
}

.sec7 {
  background-color: #099dd3;
  padding-top: 7.7rem;
  padding-bottom: 12rem;
  position: relative;
}
@media (max-width: 767px) {
  .sec7 {
    padding-top: 5.6rem;
    padding-bottom: 6rem;
  }
}
.sec7 input {
  font-family: "Noto Sans JP", sans-serif;
}
.sec7 h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  color: white;
  line-height: normal;
  margin-bottom: 4.8rem;
}
.sec7 h2 span {
  font-size: 1em;
  color: #ffdf60;
}
@media (max-width: 767px) {
  .sec7 h2 {
    font-size: 2.2rem;
    margin-bottom: 4.4rem;
  }
}
.sec7 .ob {
  position: absolute;
  width: 21.6rem;
  right: 9rem;
  top: 10.6rem;
}
@media (max-width: 767px) {
  .sec7 .ob {
    width: 7.5rem;
    top: 9.2rem;
    right: 1.5rem;
  }
}
.sec7 ul {
  max-width: 100rem;
  margin: auto;
}
@media (max-width: 767px) {
  .sec7 ul {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.sec7 ul li {
  padding-bottom: 3.4rem;
  border-bottom: 1px solid white;
}
.sec7 ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  padding-top: 3.5rem;
}
.sec7 ul h3 {
  font-size: 3.1rem;
  font-weight: bold;
  color: white;
  line-height: normal;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .sec7 ul h3 {
    font-size: 1.5rem;
  }
}
.sec7 ul h3 span {
  font-size: 2.3rem;
  color: #ffdf60;
}
@media (max-width: 767px) {
  .sec7 ul h3 span {
    font-size: 1.2rem;
  }
}
.sec7 ul .row {
  display: flex;
  align-items: center;
}
.sec7 ul .row p {
  font-size: 2rem;
  color: white;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec7 ul .row p {
    font-size: 1.4rem;
  }
}
.sec7 ul .row1 {
  gap: 1.7rem;
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .sec7 ul .row1 {
    gap: 0.9rem;
    margin-bottom: 2rem;
  }
}
.sec7 ul .row1 input {
  width: 16.8rem;
  height: 4rem;
  font-size: 2rem;
  border: none;
  padding-left: 1rem;
  text-align: right;
  padding-right: 1rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .sec7 ul .row1 input {
    width: 8.4rem;
    height: 3rem;
    font-size: 1.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.sec7 ul .row1 .p2 {
  position: relative;
}
.sec7 ul .row1 .p2::after {
  content: "";
  width: 10.5rem;
  height: 9.4rem;
  position: absolute;
  background-image: url(../../img/sec07-fukidashi.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -10rem;
  right: -9rem;
}
@media (max-width: 767px) {
  .sec7 ul .row1 .p2::after {
    width: 5.75rem;
    height: 4.7rem;
    top: -5rem;
    right: -3.5rem;
  }
}
.sec7 ul .row1 .p2.noimg::after {
  display: none;
}
.sec7 ul .row2 .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .sec7 ul .row2 .wrap {
    margin-bottom: 2rem;
  }
}
.sec7 ul .row2 .txt-input {
  height: 4rem;
  font-size: 2rem;
  border: none;
  padding-left: 1rem;
  text-align: center;
  padding-right: 1rem;
  width: 9.8rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .sec7 ul .row2 .txt-input {
    height: 3rem;
    width: 5rem;
    font-size: 1.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.sec7 ul .row2 select {
  height: 4rem;
  font-size: 2rem;
  color: #333;
  border: none;
  appearance: none;
  padding-left: 1rem;
  border-radius: 0;
  background-color: #fff;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .sec7 ul .row2 select {
    height: 3rem;
    width: 5rem;
    font-size: 1.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .sec7 ul .row2 p {
    font-size: 1rem;
  }
}
.sec7 ul .row2 .p1 {
  margin-right: 1.3rem;
}
@media (max-width: 767px) {
  .sec7 ul .row2 .p1 {
    margin-right: 0.2rem;
  }
}
.sec7 ul .row2 .p2 {
  padding-left: 0.5rem;
  margin-right: 1.6rem;
}
@media (max-width: 767px) {
  .sec7 ul .row2 .p2 {
    padding-left: 0.2rem;
    margin-right: 0.4rem;
  }
}
.sec7 ul .row2 .p3 {
  margin-left: 0.5rem;
  margin-right: 1.6rem;
}
@media (max-width: 767px) {
  .sec7 ul .row2 .p3 {
    margin-left: 0.4rem;
    margin-right: 0.2rem;
  }
}
.sec7 ul .row2 .p4 {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .sec7 ul .row2 .p4 {
    margin-left: 0.4rem;
  }
}
.sec7 ul .row2 .submit {
  width: 22.8rem;
  height: 6rem;
  background-color: #ffdc50;
  border-radius: 9.9rem;
  border: none;
  font-weight: bold;
  font-size: 2rem;
  margin-left: 3rem;
  cursor: pointer;
  color: #333;
  transition: all 0.3s;
}
.sec7 ul .row2 .submit:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .sec7 ul .row2 .submit {
    margin-left: 0;
    width: 19rem;
    height: 4.5rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .sec7 ul .row2 {
    flex-direction: column;
  }
}

.sec8 {
  position: relative;
}
.sec8 .line-btn {
  width: 63rem;
  position: absolute;
  top: 57.3rem;
  left: calc(50% - 31.5rem);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sec8 .line-btn {
    width: 31.5rem;
    top: 30rem;
    left: calc(50% - 15.75rem);
  }
}
.sec8 .line-btn img {
  width: 100%;
}
.sec8 .line-btn:hover {
  opacity: 0.8;
}

.sec9 {
  position: relative;
}
.sec9 .soudan-btn {
  width: 63rem;
  position: absolute;
  top: 43.4rem;
  left: calc(50% - 31.5rem);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sec9 .soudan-btn {
    width: 31.5rem;
    left: calc(50% - 15.75rem);
    top: 19.1rem;
  }
}
.sec9 .soudan-btn img {
  width: 100%;
}
.sec9 .soudan-btn:hover {
  opacity: 0.8;
}

.sec10 {
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .sec10 {
    margin-top: -4rem;
    padding-bottom: 2.5rem;
  }
}
.sec10 h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 4.2rem;
}
@media (max-width: 767px) {
  .sec10 h2 {
    font-size: 2.5rem;
    margin-bottom: 2.4rem;
  }
}
.sec10 .form-wrapper {
  width: 75.2rem;
  margin-left: 17.2rem;
}
@media (max-width: 767px) {
  .sec10 .form-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: 0;
    width: 100%;
  }
}
.sec10 .form-wrapper form {
  width: 100%;
}
.sec10 .form-wrapper form input {
  font-family: "Noto Sans JP", sans-serif;
}
.sec10 .form-wrapper table {
  width: 100%;
}
@media (max-width: 767px) {
  .sec10 .form-wrapper table tr {
    display: flex;
    flex-direction: column;
  }
}
.sec10 .form-wrapper table th {
  width: 25.2rem;
  vertical-align: baseline;
  padding-top: 1.6rem;
}
@media (max-width: 767px) {
  .sec10 .form-wrapper table th {
    width: 100%;
    padding-top: 0;
  }
}
.sec10 .form-wrapper table th p {
  font-size: 2rem;
  font-weight: bold;
}
.sec10 .form-wrapper table th p span {
  background-color: #d63e3e;
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0rem 0.4rem;
  border-radius: 0.5rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .sec10 .form-wrapper table th p {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .sec10 .form-wrapper table th p span {
    font-size: 1rem;
  }
}
.sec10 .form-wrapper table td {
  width: 50rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .sec10 .form-wrapper table td {
    width: 100%;
  }
}
.sec10 .form-wrapper table td input {
  width: 100%;
  height: 6rem;
  background-color: #eee;
  border: none;
  font-size: 2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .sec10 .form-wrapper table td input {
    height: 4.5rem;
    font-size: 1.2rem;
  }
}
.sec10 .form-wrapper table td textarea {
  width: 100%;
  height: 22.1rem;
  border: none;
  background-color: #eee;
  padding: 1rem;
  font-size: 2rem;
  line-height: normal;
  resize: none;
}
@media (max-width: 767px) {
  .sec10 .form-wrapper table td textarea {
    height: 15rem;
    font-size: 1.2rem;
  }
}
.sec10 .form-wrapper table .submit-tr td {
  padding-top: 3rem;
  padding-left: 2.6rem;
}
@media (max-width: 767px) {
  .sec10 .form-wrapper table .submit-tr td {
    padding-left: 0;
    text-align: center;
    padding-top: 1rem;
  }
}
.sec10 .form-wrapper table .submit-tr input {
  width: 30rem;
  height: 8rem;
  background-color: #099dd3;
  border-radius: 9.9rem;
  font-size: 2.6rem;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
}
.sec10 .form-wrapper table .submit-tr input:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .sec10 .form-wrapper table .submit-tr input {
    width: 15rem;
    height: 4.5rem;
    font-size: 1.5rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 5rem 10rem;
}
@media (max-width: 767px) {
  .modal__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 30rem;
  }
}
.modal__inner .close-wrapper {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.modal__inner .close-wrapper .close {
  cursor: pointer;
}
.modal__inner .close-wrapper .close img {
  width: 2.4rem;
  height: auto;
}
.modal__inner p {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
}
.modal__inner h5 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.modal__inner h5 span {
  font-size: 3.2rem;
  font-weight: bold;
  color: #099dd3;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}

.wpcf7-response-output {
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 500;
}

.wpcf7-spinner {
  position: absolute;
}

.footer2 {
  background-color: #707070;
  padding-top: 3rem;
  margin-bottom: -1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer2 {
    padding-top: 2rem;
    margin-bottom: -0.2rem;
  }
}
.footer2 ul {
  display: flex;
  justify-content: center;
}
.footer2 ul li a {
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .footer2 ul li a {
    font-size: 1.2rem;
  }
}
.footer2 ul li a:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=style.css.map */
