@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&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.6944444444vw;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Zen Maru Gothic", 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: #353535;
}

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

main {
  overflow: hidden;
  position: relative;
}

.sec-img {
  width: 100%;
}

.sec2 {
  position: relative;
}
.sec2 .sec__inner {
  position: absolute;
  top: 74.3rem;
  left: calc(50% - 45rem);
}
.sec2 .sec__inner .youtube-wrapper {
  width: 90rem;
  aspect-ratio: 16/9;
}
.sec2 .sec__inner .youtube-wrapper iframe {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
}
@media (max-width: 767px) {
  .sec2 .sec__inner .youtube-wrapper {
    width: 35.5rem;
  }
}
@media (max-width: 767px) {
  .sec2 .sec__inner {
    top: 95.8rem;
    left: 1rem;
  }
}

.sec3 {
  position: relative;
}
.sec3 .sec__inner {
  position: absolute;
  top: 30rem;
}
.sec3 .sec__inner .youtube-wrapper {
  width: 56rem;
  aspect-ratio: 16/9;
}
.sec3 .sec__inner .youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .sec3 .sec__inner .youtube-wrapper {
    width: 35.5rem;
  }
}
.sec3 .sec__inner1 {
  left: 12rem;
}
@media (max-width: 767px) {
  .sec3 .sec__inner1 {
    left: 1rem;
    top: 17.8rem;
  }
}
.sec3 .sec__inner2 {
  right: 12rem;
}
@media (max-width: 767px) {
  .sec3 .sec__inner2 {
    right: 1rem;
    top: 66rem;
  }
}

.sec5 {
  padding-top: 8rem;
  padding-bottom: 7rem;
  padding-left: 12rem;
  padding-right: 12rem;
  background-image: url(../../img/sec5-bg.webp);
  background-size: cover;
}
@media (max-width: 767px) {
  .sec5 {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
  }
}
.sec5 .ttl {
  text-align: center;
  margin-bottom: 4.8rem;
}
@media (max-width: 767px) {
  .sec5 .ttl {
    margin-bottom: 2.8rem;
  }
}
.sec5 .ttl img {
  width: 18.5rem;
}
@media (max-width: 767px) {
  .sec5 .ttl img {
    width: 11.7rem;
  }
}
.sec5 .row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sec5 .row {
    flex-direction: column;
  }
}
.sec5 .row .col {
  width: calc(50% - 2rem);
}
@media (max-width: 767px) {
  .sec5 .row .col {
    width: 100%;
  }
  .sec5 .row .col.col1 {
    margin-bottom: 4rem;
  }
}
.sec5 .row .col .tabs-wrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .sec5 .row .col .tabs-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.35rem;
  }
}
.sec5 .row .col .tabs-wrapper .tab {
  width: calc(50% - 0.4rem);
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  font-size: 1.6rem;
  color: white;
  letter-spacing: 0.12em;
  position: relative;
  background-color: #a7a7a7;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sec5 .row .col .tabs-wrapper .tab {
    width: calc(50% - 0.25rem);
    height: 3.1rem;
  }
}
.sec5 .row .col .tabs-wrapper .tab::after {
  content: "";
  width: 1.2rem;
  height: 0.8rem;
  background-color: #a7a7a7;
  position: absolute;
  left: calc(50% - 0.6rem);
  bottom: -0.7rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .sec5 .row .col .tabs-wrapper .tab::after {
    width: 0.8rem;
    left: calc(50% - 0.4rem);
    height: 0.5rem;
    bottom: -0.4rem;
  }
}
.sec5 .row .col .tabs-wrapper .tab.active {
  background-color: #3F82B7;
}
.sec5 .row .col .tabs-wrapper .tab.active::after {
  background-color: #3F82B7;
}
.sec5 .row .col .tab-content {
  border-radius: 1rem;
  overflow: hidden;
  background: white;
  box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.2);
}
.sec5 .row .col .tab-content img {
  width: 100%;
}
.sec5 .row .col .tab-content img.pt5 {
  padding-top: 0.5rem;
}
.sec5 .row .col .tab-content .tab-inner {
  display: none;
}
.sec5 .row .col .tab-content .tab-inner.active {
  display: block;
}
.sec5 .row .col .tab-content2 .tab-inner {
  padding-top: 0.8rem;
}

.sec7 {
  position: relative;
}
.sec7 .sec__inner {
  position: absolute;
  top: 33.9rem;
  left: 8.4rem;
}
@media (max-width: 767px) {
  .sec7 .sec__inner {
    top: 21rem;
    left: 2rem;
  }
}
.sec7 .sec__inner .btn-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .sec7 .sec__inner .btn-wrapper {
    flex-direction: column;
  }
}
.sec7 .sec__inner .btn-wrapper img {
  height: 5.4rem;
  width: auto;
}
@media (max-width: 767px) {
  .sec7 .sec__inner .btn-wrapper img {
    width: 33.5rem;
    height: auto;
  }
}
.sec7 .sec__inner .btn-wrapper .line {
  margin-right: 0.8rem;
}
@media (max-width: 767px) {
  .sec7 .sec__inner .btn-wrapper .line {
    margin-bottom: 0.8rem;
    margin-right: 0;
  }
}

.sec7 .content {
  padding-left: 24rem;
  padding-right: 33rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .sec7 .content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
}
.sec7 .content .flex {
  display: flex;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .sec7 .content .flex {
    flex-direction: column;
  }
}
.sec7 .content .flex .ttl {
  display: flex;
  width: 25.2rem;
  padding-top: 1.6rem;
}
@media (max-width: 767px) {
  .sec7 .content .flex .ttl {
    width: 100%;
    margin-bottom: 1.2rem;
    padding-top: 0;
  }
}
.sec7 .content .flex .ttl p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .sec7 .content .flex .ttl p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.sec7 .content .flex .ttl p span {
  font-size: 1.4rem;
  color: #F081A4;
  border: 1px solid #F081A4;
  height: 3rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border-radius: 0.4rem;
  margin-left: 1.6rem;
}
@media (max-width: 767px) {
  .sec7 .content .flex .ttl p span {
    font-size: 1.2rem;
    height: 2.1rem;
    margin-left: 1.2rem;
  }
}
.sec7 .content .flex .input-wrapper {
  width: calc(100% - 25.2rem);
}
@media (max-width: 767px) {
  .sec7 .content .flex .input-wrapper {
    width: 100%;
  }
}
.sec7 .content .flex .input-wrapper input[type=text], .sec7 .content .flex .input-wrapper input[type=tel], .sec7 .content .flex .input-wrapper input[type=email] {
  width: 100%;
  font-size: 1.6rem;
  padding-left: 1.6rem;
  line-height: 3.75em;
  border: 1px solid #a7a7a7;
  border-radius: 0.6rem;
  font-family: "Zen Maru Gothic", serif;
}
.sec7 .content .flex .input-wrapper input[type=text]::placeholder, .sec7 .content .flex .input-wrapper input[type=tel]::placeholder, .sec7 .content .flex .input-wrapper input[type=email]::placeholder {
  color: #a7a7a7;
}
@media (max-width: 767px) {
  .sec7 .content .flex .input-wrapper input[type=text], .sec7 .content .flex .input-wrapper input[type=tel], .sec7 .content .flex .input-wrapper input[type=email] {
    font-size: 1.4rem;
    line-height: 2.85em;
    padding-left: 1rem;
  }
}
.sec7 .content .flex .input-wrapper p {
  width: 100%;
  font-size: 1.6rem;
  padding-left: 1.6rem;
  line-height: 3.75em;
  font-family: "Zen Maru Gothic", serif;
}
@media (max-width: 767px) {
  .sec7 .content .flex .input-wrapper p {
    font-size: 1.4rem;
    line-height: 2.85em;
    padding-left: 1rem;
  }
}
.sec7 .content .flex .input-wrapper p.textarea-p {
  line-height: normal;
  padding-top: 2rem;
}
.sec7 .content .flex .select-wrapper {
  width: 100%;
  position: relative;
}
.sec7 .content .flex .select-wrapper::before {
  content: "";
  position: absolute;
  width: 1.175rem;
  height: 0.8rem;
  background-image: url(../../img/select-arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  right: 2.6rem;
  top: calc(50% - 0.4rem);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sec7 .content .flex .select-wrapper::before {
    right: 1.6rem;
  }
}
.sec7 .content .flex select {
  width: 100%;
  font-size: 1.6rem;
  padding-left: 1.6rem;
  line-height: 3.75em;
  border: 1px solid #a7a7a7;
  border-radius: 0.6rem;
  font-family: "Zen Maru Gothic", serif;
  background-color: #fff;
  appearance: none;
  color: #353535;
}
@media (max-width: 767px) {
  .sec7 .content .flex select {
    font-size: 1.4rem;
    line-height: 2.85em;
    padding-left: 1rem;
  }
}
.sec7 .content .flex textarea {
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  line-height: 2em;
  border: 1px solid #a7a7a7;
  border-radius: 0.6rem;
  font-family: "Zen Maru Gothic", serif;
  background-color: #fff;
  resize: none;
  width: 100%;
  height: 24rem;
}
@media (max-width: 767px) {
  .sec7 .content .flex textarea {
    height: 12rem;
    font-size: 1.4rem;
    line-height: 2em;
    padding-left: 1rem;
  }
}
.sec7 .content .submit-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .sec7 .content .submit-wrapper {
    flex-direction: column;
  }
}
.sec7 .content .submit-wrapper .btn {
  position: relative;
}
.sec7 .content .submit-wrapper .btn::before {
  content: "";
  height: 1.2rem;
  width: 0.8rem;
  background-image: url(../../img/submit-arrow.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 6rem;
  top: calc(50% - 0.6rem);
  pointer-events: none;
}
.sec7 .content .submit-wrapper .prev {
  margin-right: 1rem;
}
.sec7 .content .submit-wrapper .prev::before {
  transform: rotate(180deg);
  right: unset;
  left: 6rem;
}
.sec7 .content .submit-wrapper .prev a, .sec7 .content .submit-wrapper .prev input {
  padding-right: 0;
  padding-left: 0rem;
}
@media (max-width: 767px) {
  .sec7 .content .submit-wrapper .prev {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.sec7 .content .submit-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec7 .content .submit-wrapper input, .sec7 .content .submit-wrapper a {
  cursor: pointer;
  width: 34rem;
  height: 9rem;
  font-size: 2rem;
  font-weight: 500;
  color: white;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.05em;
  background-color: #353535;
  border-radius: 99px;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .sec7 .content .submit-wrapper input, .sec7 .content .submit-wrapper a {
    height: 6.2rem;
    font-size: 1.4rem;
  }
}

header {
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}
header .logo img {
  width: 23.5rem;
}
@media (max-width: 767px) {
  header .logo img {
    width: 13.4rem;
  }
}

.kaso-fv {
  padding: 3rem 2rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .kaso-fv {
    padding: 2rem;
    padding-bottom: 4rem;
  }
}
.kaso-fv .ttl {
  text-align: center;
}
.kaso-fv .ttl img {
  width: 12.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .kaso-fv .ttl img {
    width: 9rem;
  }
}
.kaso-fv .ttl h1 {
  font-size: 3.2rem;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .kaso-fv .ttl h1 {
    font-size: 2.4rem;
  }
}
.kaso-fv .thanks-ttl {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .kaso-fv .thanks-ttl {
    padding-top: 4rem;
  }
}
.kaso-fv .thanks-ttl h1 {
  padding-top: 1rem;
  margin-bottom: 3rem;
}
.kaso-fv p {
  line-height: normal;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.kaso-fv .btn-wrapper {
  display: flex;
  justify-content: center;
}
.kaso-fv .btn-wrapper .btn {
  position: relative;
}
.kaso-fv .btn-wrapper .btn::before {
  content: "";
  height: 1.2rem;
  width: 0.8rem;
  background-image: url(../../img/submit-arrow.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 6rem;
  top: calc(50% - 0.6rem);
  pointer-events: none;
}
.kaso-fv .btn-wrapper a {
  cursor: pointer;
  width: 34rem;
  height: 9rem;
  font-size: 2rem;
  font-weight: 500;
  color: white;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.05em;
  background-color: #353535;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .kaso-fv .btn-wrapper a {
    height: 6.2rem;
    font-size: 1.4rem;
  }
}

.wpcf7-spinner {
  position: absolute;
}

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

.wpcf7 form .wpcf7-response-output {
  font-size: 1.4rem;
  padding: 1rem 2rem;
}

.confirm_area {
  display: none;
}

.error-message {
  position: absolute;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #dc3232;
  width: 100%;
}

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