@charset "UTF-8";
/*-----共通-----*/
.wrap {
  max-width: 750px;
  width: 100%;
  margin: auto;
  padding: 0 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
header {
  position: absolute;
  z-index: 10;
}
img {
  vertical-align: top;
}
.header_wrap{
  position: relative;
}
.header {
  padding: 43px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  width: calc(100% - 50px);
}
.header.is-open {
  top: 0;
}
.header nav {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: calc(100vh - 120px);
  max-width: 750px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  top: -100vh;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  transition: opacity 0.6s;
  display: flex;
  justify-content: flex-end;
}
.header nav .nav {
  background-color: #fff;
  padding: 40px;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header nav .nav a {
  text-decoration: underline;
}
.header nav .nav a, .header nav .nav p {
  line-height: normal;
  font-size: 22px;
  font-weight: bold;
  color: #545355;
  text-decoration: none;
  padding: 5px 0 5px 1.3em;
  text-align: left;
  text-indent: -1.3em;
}
@media (max-width: 751px) {
  .header nav .nav a, .header nav .nav p {
    font-size: 28px;
    padding: 10px 0 10px 1.3em;
  }
}
.header nav .nav a.sub, .header nav .nav p.sub {
  padding-left: 2em;
}
.header nav .nav a br, .header nav .nav p br {
  display: none;
}
@media (max-width: 751px) {
  .header nav .nav a br, .header nav .nav p br {
    display: block;
  }
}

.js-ham {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.js-ham span {
  width: 53px;
  height: 4px;
  background-color: #545355;
  cursor: pointer;
  transition: transform 0.6s, opacity 0.6s;
}
.js-ham.open span {
  position: absolute;
  right: 40px;
  z-index: 10;
}
.js-ham.open span:nth-child(2) {
  opacity: 0;
}
.js-ham.open span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: center;
}
.js-ham.open span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: center;
}
.js-ham.open + nav {
  opacity: 1;
  top: 120px;
}

.cta {
  background-color: #b6e4fb;
}
.cta .map area{
  background: #000;
}
.cta_cont {
  position: relative;
}
.cta_btn {
  position: absolute;
  bottom: 110px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cta_btn.animate__pulse {
  animation: pulse 2.3s ease 0s infinite normal;
}
.cta_link {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sec01 {
  background-color: #b6e4fb;
}
.sec01 > div {
  margin-top: -1px;
  position: relative;
}
.sec01 > div .text {
  position: absolute;
  font-size: 35px;
  font-weight: 900;
  color: #666;
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
  animation: glow 2s ease 0s infinite normal;
  animation-direction: alternate;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  top: 128px;
}
.sec01 > div .text_1 {
  left: 48%;
}
.sec01 > div .text_2 {
  font-size: 38px;
}
.sec01 > div .container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  top: 35%;
}
.sec01 > div .circ {
  position: absolute;
  transform-origin: center center;
}
.sec01 > div .circ01 {
  transform: translate(-50%, -50%) rotate(210deg) translateX(220px) rotate(-210deg);
}
.sec01 > div .circ02 {
  transform: translate(-50%, -50%) rotate(330deg) translateX(220px) rotate(-330deg);
}
.sec01 > div .circ03 {
  transform: translate(-50%, -50%) rotate(90deg) translateX(200px) rotate(-90deg);
}

.sec02 {
  background-color: #f1eadf;
}

.sec03 {
  background-color: #88caf2;
}

.sec04 {
  background-color: #f1f3f2;
}

.sec05 {
  background-color: #c3e1f9;
}

@-webkit-keyframes glow {
  from {
    color: #666;
  }
  to {
    color: #3E61AD;
  }
}
.sec04 .sns {
  margin-top: -1px;
  position: relative;
}
.sec04 .sns_content {
  background-image: url(../../assets/images/sns_img2.jpg);
  background-size: 100% auto;
  padding-bottom: 80px;
  padding-top: 25px;
}
.sec04 .sns_content .swiper {
  width: 100%;
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
  width: 550px;
  overflow: visible;
}
.sec04 .sns_content .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.sec04 .sns_content .swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
.sec04 .sns_content .swiper .swiper-slide img {
  height: 697px;
}
.sec04 .sns_content .swiper .swiper-button-next {
  height: 54px;
  width: 54px;
  right: -27px;
  top: 400px;
}
.sec04 .sns_content .swiper .swiper-button-next::after {
  content: none;
}
.sec04 .sns_content .swiper .swiper-button-prev {
  height: 54px;
  width: 54px;
  left: -27px;
  top: 400px;
}
.sec04 .sns_content .swiper .swiper-button-prev::after {
  content: none;
}

.sec05 {
  position: relative;
}
.sec05 .step_item {
  position: relative;
  margin-top: -1px;
}
.sec05 .step_item.is-next-open .closeStep {
  opacity: 1;
}
.sec05 .step_item.is-next-open .openStep {
  opacity: 0;
  position: absolute;
  left: -100vw;
}
.sec05 .step_item#step03 .closeStep {
  bottom: 20px;
}
.sec05 .step_item#step03 .openStep {
  bottom: 0;
}
.sec05 .closeStep {
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
}
.sec05 .openStep {
  opacity: 1;
  transition: opacity 0.6s;
  position: absolute;
  bottom: 50px;
  width: 100%;
  cursor: pointer;
  background: rgb(238, 245, 255);
  background: linear-gradient(0deg, rgb(238, 245, 255) 0%, rgb(238, 245, 255) 50%, rgba(238, 245, 255, 0) 100%);
}

.sec07 .swiper, .sec07 .swiper-wrapper, .sec07 .swiper-slide {
  border: none !important;
  box-shadow: none !important;
}
.sec07 .swiper-button-next, .sec07 .swiper-button-prev {
  color: #b3b3b3;
}
.sec07 .swiper-pagination-bullet {
  margin: 0 10px !important;
}
.sec07 .swiper-pagination-bullet-active {
  background: #666666;
}
.sec07 .cta_btn {
  bottom: 70px;
}
.sec07 .swiper-slide.mod {
  padding: 30px 0 0;
}

.sec08 .accordion {
  padding-bottom: 90px;
}
.sec08 .accordion .has-link {
  position: relative;
}
.sec08 .accordion .has-link a {
  display: block;
  position: absolute;
  z-index: 1;
  color: transparent;
}
.sec08 .accordion .has-link a.FAQlink01 {
  height: 48px;
  width: 320px;
  bottom: 18px;
  left: 95px;
}
.sec08 .accordion .has-link a.FAQlink02 {
  height: 48px;
  width: 345px;
  bottom: 55px;
  left: 200px;
}

.has-gif {
  position: relative;
}
.has-gif .gif {
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.has-gif .gif.mod {
  top: 170px;
}
.has-gif .gif video {
  width: 650px;
}

.check {
  position: relative;
}
.check_area {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.check_area p {
  position: relative;
  margin-top: -1px;
}
.check_area p:not(:last-child)::before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  background-color: #959595;
  display: block;
  left: 48px;
  bottom: 30px;
}
.check_area p:not(:last-child):first-child::before {
  bottom: 15px;
}
.check_area p input {
  position: absolute;
  opacity: 0;
}
.check_area p input#check01 + .checkmark {
  bottom: -13px;
}
.check_area p input:checked + .checkmark {
  opacity: 1;
}
.check_area p .checkmark {
  position: absolute;
  bottom: 2px;
  left: 20px;
  opacity: 0;
  transition: opacity 0.1s;
}

.sec09 div {
  position: relative;
}
.sec09 div iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec09 div .LPO_conv06 {
  bottom: 80px;
}/*# sourceMappingURL=style.css.map */
