@charset "UTF-8";
.subTlWrap {
  padding: 40px 0 20px;
}
.subTlWrap .subTl {
  display: grid;
  justify-content: center;
  gap: 5px;
  margin-top: -15px;
}
.subTlWrap .subTl .tl1, .subTlWrap .subTl .tl2 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-weight: bold;
  margin: 0 auto;
}
.subTlWrap .subTl .tl1 {
  font-size: 14px;
}
.subTlWrap .subTl .tl2 {
  font-size: clamp(14px, 5.13vw, 20px);
}

.secMv {
  width: 100%;
  min-height: 810px;
  max-height: 810px;
  height: 100vh;
  height: 100svh;
  background-image: url(../images/mv_bk.jpg);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.secMv .topImg, .secMv .bottomImg {
  position: absolute;
  left: 0;
}
.secMv .topImg {
  top: 0;
}
.secMv .bottomImg {
  z-index: 10;
  bottom: 0;
}
.secMv .wrap {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 810px;
  max-height: 810px;
}
.secMv .wrap .fukidashi {
  position: absolute;
  top: 12.7%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.17, 0.88, 0.3, 1.28);
  width: 326px;
  height: auto;
}
.secMv .wrap .fukidashi img {
  position: relative;
}
.secMv .wrap .fukidashi.is-show {
  transform: translateX(-50%) scale(1) !important;
}
.secMv .wrap > div {
  position: absolute;
}
.secMv .wrap > div img {
  position: relative;
}
.secMv .wrap .show2 {
  opacity: 0;
  transition: 0.4s;
}
.secMv .wrap .show2.is-show {
  opacity: 1;
}
.secMv .wrap .show3 {
  opacity: 0;
  transition: 0.4s;
}
.secMv .wrap .show3.is-show {
  opacity: 1;
}
.secMv .wrap .show4 {
  opacity: 0;
  transition: 1s;
}
.secMv .wrap .show4.is-show {
  opacity: 1;
}
.secMv .wrap .person {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9;
  height: 60%;
  width: auto;
}
.secMv .wrap .person img {
  height: 100%;
  width: auto;
  max-width: initial;
}
.secMv .wrap .sub {
  bottom: 18px;
  left: 15px;
  z-index: 12;
}
.secMv .wrap .img1 {
  left: 22px;
  top: 220px;
  transition: transform opacity 0.6s;
}
.secMv .wrap .img1 img {
  animation: 3s infinite fuwafuwa1;
}
.secMv .wrap .img2 {
  right: 2px;
  top: 366px;
}
.secMv .wrap .img2 img {
  animation: 3s infinite fuwafuwa1;
  animation-delay: 0.5s;
}
.secMv .wrap .img3 {
  left: 15px;
  bottom: 215px;
}
.secMv .wrap .img3 img {
  animation: 3s infinite fuwafuwa1;
  animation-delay: 1s;
}
.secMv .wrap .img4 {
  right: 0;
  bottom: 100px;
  z-index: 11;
}
.secMv .wrap .img4 img {
  animation: rotate 1s ease-in-out infinite alternate;
}
.secMv .wrap .tx1 {
  left: 15px;
  top: 304px;
}
.secMv .wrap .tx2 {
  right: 13px;
  top: 206px;
}

@media screen and (max-width: 500px) {
  .secMv {
    max-height: 1000px;
  }
  .secMv .wrap {
    max-height: 1000px;
  }
}
@keyframes fuwafuwa1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0.8rem);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(-5deg);
  } /* 左端 */
  to {
    transform: rotate(5deg);
  } /* 右端 */
}
.secMessage {
  padding: 80px 0 72px;
}
.secMessage .tlWrap h2 {
  font-size: clamp(16px, 6.67vw, 26px);
}
.secMessage .tx {
  padding-top: 18px;
  font-size: clamp(14px, 4.1vw, 16px);
  font-weight: 500;
  line-height: 280%;
  text-align: center;
  letter-spacing: 0;
}

.slideWrap {
  margin-bottom: 80px;
  position: relative;
}
.slideWrap .tapImg {
  position: absolute;
  top: -35px;
  left: 32px;
  z-index: 2;
}
.secMerit {
  padding: 80px 0;
  background: #D9376E;
}
.secMerit .tlWrap .en {
  color: #D9376E;
}
.secMerit .tlWrap .en::before {
  background: #fff;
}
.secMerit .tlWrap h2 {
  white-space: nowrap;
  color: #fff;
}
.secMerit .headLiArea .imgArea {
  padding: 16px 0;
}
.secMerit .headLiArea .imgArea img {
  border-radius: 10px;
  overflow: hidden;
}

.secFeatures {
  padding-top: 80px;
}
.secFeatures .faqArea .headUl .headLi .actitle {
  gap: 7px;
}
.secFeatures .faqArea .headUl .headLi .imgArea {
  padding-top: 15px;
}
.secFeatures .faqArea .headUl .headLi .imgArea img {
  border-radius: 10px;
  overflow: hidden;
}

.secPresent .subTlWrap .subTl .tl1, .secPresent .subTlWrap .subTl .tl2 {
  color: #D9376E;
}
.secPresent .subTlWrap .subTl .tl1 {
  font-size: 14px;
}
.secPresent .subTlWrap .subTl .tl2 {
  font-size: clamp(14px, 5.13vw, 20px);
}
.secPresent .content {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
}

.secMokuji {
  background: #fff;
}
.secMokuji .wrap {
  margin-top: 50px;
  border-radius: 10px;
  border: 1px solid #1D1D1D;
  padding: 10px 16px 0;
  position: relative;
}
.secMokuji .wrap .tl {
  background: #1D1D1D;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 2px 7px 3px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.secMokuji .wrap .innerWrap {
  display: grid;
  grid-template-columns: 1fr 0.1fr 1fr;
  border-bottom: 1px dashed #1D1D1D;
}
.secMokuji .wrap .innerWrap a {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 4.1vw, 16px);
  font-weight: 500;
}
.secMokuji .wrap .innerWrap a.flow {
  font-size: 14px;
}
.secMokuji .wrap .innerWrap a img {
  filter: invert(1);
}
.secMokuji .wrap .innerWrap:last-of-type {
  border-bottom: none;
}
.secMokuji .imgWrap {
  height: 123px;
  width: 100%;
  position: relative;
}
.secMokuji .imgWrap .img1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.secMokuji .imgWrap .img2 {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 29%;
}

.secIntroduction {
  padding: 80px 0;
  background: #378BD9;
}
.secIntroduction .tlWrap .en {
  color: #378BD9;
}
.secIntroduction .tlWrap .en::before {
  background: #fff;
}
.secIntroduction .tlWrap h2 {
  color: #fff;
}
.secIntroduction .navList {
  padding: 30px 0 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.secIntroduction .navList div {
  width: calc(50% - 8px);
  background: #fff;
  display: block;
  max-width: 174px;
  max-height: 174px;
  height: 100%;
  aspect-ratio: 1/1;
  box-shadow: 4px 4px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secIntroduction .secFaq .tlWrap .en {
  background: #fff;
  color: #378BD9;
}
.secIntroduction .secFaq .tlWrap h2 {
  color: #fff;
}
.secIntroduction .secFaq .headLiArea {
  margin: 30px 0 38px;
}
.secIntroduction .secFaq .headLiArea .headUl .headLi .actitle {
  cursor: pointer;
  padding: 25px 20px 25px;
}
.secIntroduction .secFaq .headLiArea .headUl .headLi .faq_innerUl .wrap {
  padding-bottom: 25px;
}
.secIntroduction .secFaq .headLiArea .headUl .headLi.faq_accordion {
  top: 36px;
}
.secIntroduction .secFaq .headLiArea .headUl .headLi.faq_accordion .imgArea {
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.secIntroduction .secFaq .headLiArea .headUl .headLi.faq_accordion::before {
  top: 36px;
}

.secPercent .subTlWrap .subTl .tl1, .secPercent .subTlWrap .subTl .tl2 {
  color: #378BD9;
}
.secPercent .subTlWrap .subTl .tl1 {
  font-size: 20px;
}
.secPercent .wrap {
  display: grid;
  gap: 20px;
}
.secPercent .content {
  padding: 25px;
  border: 1px solid #fff;
  border-radius: 10px;
}
.secPercent .content .top {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secPercent .content .bottom {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dashed #fff;
}
.secPercent .content .bottom p {
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.07em;
  color: #fff;
}
.secPercent article {
  margin-top: 40px;
  background: #EAFF00;
  border-radius: 10px;
  padding: 17px 20px 22px;
}
.secPercent article h3 {
  text-align: center;
  color: #378BD9;
  font-size: 20px;
  font-weight: bold;
}
.secPercent article .thumbnail {
  padding: 8px 0;
  border-radius: 10px;
}
.secPercent article p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #378BD9;
}
.secPercent article .js-modal-video {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.secPercent article .comBtn {
  background: #378BD9;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 20px 9px;
  width: 240px;
  margin: 15px auto 0;
  border-radius: 10px;
  border: none;
}
.secPercent article .comBtn img {
  width: 26px;
  height: 26px;
}
.secPercent article .line {
  width: 100%;
  border-bottom: 1px dashed #378BD9;
  margin: 30px 0 20px;
}
.secPercent article .detailBtn {
  background: #fff;
  width: 240px;
  margin: 0 auto;
}

.secFlow {
  background: #D9376E;
  padding: 80px 0 54px;
}
.secFlow .tlWrap .en {
  color: #D9376E;
}
.secFlow .tlWrap .en::before {
  background: #fff;
}
.secFlow .tlWrap h2 {
  color: #fff;
}
.secFlow .wrap {
  margin-top: 30px;
}
.secFlow .wrap .content {
  display: grid;
  grid-template-columns: 30px 1fr;
}
.secFlow .wrap .content .line {
  position: relative;
  height: 0%;
  width: 1px;
  background: #fff;
  margin-top: 16px;
  transition: height var(--dur, 0.4s) linear; /* カスタムプロパティで時間を受け取る */
}
.secFlow .wrap .content .line:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
}
.secFlow .wrap .content .line.is-line {
  height: 100%;
}
.secFlow .wrap .content:last-of-type .line {
  background: none;
}
.secFlow .wrap .content .innerWrap {
  display: grid;
}
.secFlow .wrap .content .innerWrap .subContent {
  padding-bottom: 52px;
}
.secFlow .wrap .content .innerWrap .subContent.last-of-type {
  padding-bottom: 0px;
}
.secFlow .wrap .content .innerWrap .time {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 5px;
  color: #D9376E;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
  line-height: 130%;
}
.secFlow .wrap .content .innerWrap .tl {
  width: -moz-fit-content;
  width: fit-content;
  background: #EAFF00;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: #D9376E;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}
.secFlow .wrap .content .innerWrap p {
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 170%;
  letter-spacing: 0.07em;
}
.secFlow .wrap .content .innerWrap .imgArea img {
  border-radius: 10px;
  overflow: hidden;
}
.secFlow .wrap .content .innerWrap .box {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: clamp(0.813rem, -0.75rem + 6.67vw, 0.875rem);
  font-weight: 500;
  color: #fff;
}
.secFlow .wrap .content .innerWrap .ano {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  background: #fff;
  color: #D9376E;
  padding: 7px 33px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  text-indent: -1em;
}

.secVoice {
  padding: 80px 0;
  background-image: url(../images/voice_bk.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secVoice .tlWrap {
  margin-bottom: 55px;
}
.secVoice .voiceImg1 {
  padding-left: 15px;
  margin-bottom: 55px;
}
.secVoice .voiceImg2 {
  padding-right: 15px;
}

.secAccess {
  background: #fff;
  padding: 80px 0 0;
}
.secAccess .tlWrap {
  margin-bottom: 55px;
}
.secAccess .imgArea img {
  border-radius: 10px;
  overflow: hidden;
}
.secAccess .dataArea {
  display: grid;
  gap: 5px;
}
.secAccess .dataArea * {
  font-weight: 500;
}
.secAccess .dataArea .tl {
  padding-top: 5px;
  font-size: 16px;
}
.secAccess .dataArea .line {
  width: 100%;
  border-bottom: 1px dashed #1D1D1D;
}
.secAccess .dataArea .wrap {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
}
.secAccess .dataArea .wrap div {
  font-size: 14px;
}
.secAccess .dataArea .wrap div:first-child {
  font-size: 16px;
}
.secAccess .iframeWrap {
  aspect-ratio: 358/270;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 37px;
  margin-bottom: 90px;
  border-radius: 10px;
  overflow: hidden;
}
.secAccess .accessArea {
  margin-bottom: 15px;
}
.secAccess .timeArea {
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.secAccess .timeArea img {
  width: 100%;
  height: auto;
}

.secFaq {
  padding: 80px 0 60px;
  background: #fff;
}
.secFaq .faq_accordion {
  border: 1px solid #1D1D1D;
}
.secFaq .faqArea {
  margin: 30px auto 0;
}
.secFaq .faqArea .headUl .headLi .actitle {
  grid-template-columns: 40px 1fr;
}
.secFaq .faqArea .headUl .headLi .faq_innerUl .wrap {
  border-top: 1px dashed #1D1D1D;
}
.secFaq .txArea .tl {
  padding: 72px 0 18px;
  text-align: center;
  font-size: clamp(16px, 6.67vw, 26px);
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}
.secFaq .txArea p {
  text-align: center;
  line-height: 280%;
  font-weight: 500;
  font-size: clamp(14px, 4.1vw, 16px);
  letter-spacing: 0;
  padding-bottom: 45px;
}

.faqArea {
  width: 100%;
  margin: 57px auto 0;
}
.faqArea .headUl {
  margin: 0px 0 0px;
  display: grid;
  gap: 10px;
}
.faqArea .headUl .headLi {
  background: #fff;
  border-radius: 15px;
  text-align: left;
  display: grid;
  align-items: center;
}
.faqArea .headUl .headLi .actitle {
  align-items: baseline;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  padding: 8px 20px;
}
.faqArea .headUl .headLi .actitle .tx {
  font-size: clamp(14px, 4.62vw, 18px);
  font-weight: 500;
}
.faqArea .headUl .headLi .actitle .en {
  font-size: clamp(19px, 8.21vw, 32px);
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
}
.faqArea .headUl .headLi .faq_innerUl {
  display: none;
  padding: 0 20px;
}
.faqArea .headUl .headLi .faq_innerUl .wrap {
  border-top: 1px solid #1D1D1D;
  padding-top: 8px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}
.faqArea .headUl .headLi.faq_accordion {
  position: relative;
}
.faqArea .headUl .headLi.faq_accordion::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease; /* 変化をスムーズに */
  opacity: 1;
  width: 27px;
  height: 27px;
  top: 18px;
  right: 20px;
  background-image: url(../images/faq_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.faqArea .headUl .headLi.faq_accordion.active::before {
  content: "";
  transform: rotate(180deg);
}

.secFeatures .faqArea .headUl .headLi .actitle, .secFaq .faqArea .headUl .headLi .actitle {
  padding: 20px 20px;
}
.secFeatures .faqArea .headUl .headLi.faq_accordion::before, .secFaq .faqArea .headUl .headLi.faq_accordion::before {
  right: 15px;
  top: 33px;
}

.bottomBtn {
  padding: 75px 0 40px;
  background: #fff;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: all 0.3s;
  background: rgba(29, 29, 29, 0.4);
}

.modal-content {
  margin: 36px auto;
  width: 90%;
  position: relative;
  z-index: 3;
  max-width: 356px;
  background: #fff;
  border-radius: 10px;
}
.modal-content .closeArea {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #1D1D1D;
  border-radius: 50%;
}
.modal-content .closeArea .c-line {
  background: #fff;
  height: 2px;
  position: absolute;
  width: 32px;
  left: 25px;
  top: 23px;
}
.modal-content .closeArea .c-line1 {
  transform: rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
}
.modal-content .closeArea .c-line2 {
  transform: translateX(-50%) rotate(-45deg) !important;
  -webkit-transform: translateX(-50%) rotate(-45deg) !important;
  -ms-transform: translateX(-50%) rotate(-45deg) !important;
}
.modal-content .content {
  padding: 40px 20px 60px;
  width: 100%;
  margin: 0 auto;
}
.modal-content .content .detailArea * {
  font-weight: 500;
}
.modal-content .content .detailArea img {
  overflow: hidden;
  border-radius: 5px;
}
.modal-content .content .detailArea h3 {
  font-size: clamp(14px, 6.15vw, 24px);
  padding: 30px 0;
  text-align: center;
}
.modal-content .content .detailArea h4 {
  font-size: clamp(14px, 4.62vw, 18px);
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px dashed #1D1D1D;
  letter-spacing: 0.03em;
}
.modal-content .content .detailArea h4 + p {
  padding-top: 9px;
  font-size: 14px;
  padding-bottom: 16px;
}
.modal-content .content .detailArea .close {
  margin: 10px auto 0;
  background: #1D1D1D;
  color: #fff;
  width: 196px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
}
.modal-content .content .detailArea .lastTx {
  padding-bottom: 32px;
}

.detailBtn {
  max-width: 276px;
  box-shadow: 2px 2px;
  border-radius: 3px;
  border: 1px solid #1D1D1D;
  margin: 0 auto 58px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: clamp(14px, 4.1vw, 16px);
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */