@charset "UTF-8";
/*================================================================
リセットCSS
================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

body {
  color: #3B3B3B;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  color: #3B3B3B;
}

img {
  vertical-align: top;
}

main {
  flex: 1;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

hr {
  border-top: 1px solid #FFF;
  display: block;
  width: 100%;
}

.l-inner {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}

.fv {
  position: relative;
  margin-bottom: min(11.1111111111vw, 50px);
}

.fv-img01 {
  width: min(74.6666666667vw, 336px);
  opacity: 0;
  visibility: hidden;
}

.fv-img02 {
  width: min(77.3333333333vw, 348px);
  position: absolute;
  top: min(4.4444444444vw, 20px);
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.fv-main-copy1 {
  position: absolute;
  top: min(42.2222222222vw, 190px);
  left: min(3.3333333333vw, 15px);
}

.fv_main_copy_bg01 {
  width: min(66.6666666667vw, 300px);
  opacity: 0;
  visibility: hidden;
}

.fv_main_copy01 {
  width: min(44.4444444444vw, 200px);
  position: absolute;
  top: min(4.8888888889vw, 22px);
  left: min(7.3333333333vw, 33px);
  opacity: 0;
  visibility: hidden;
}

.fv-main-copy2 {
  position: absolute;
  top: min(56.6666666667vw, 255px);
  right: min(6.6666666667vw, 30px);
}

.fv_main_copy_bg02 {
  width: min(75.5555555556vw, 340px);
  opacity: 0;
  visibility: hidden;
}

.fv_main_copy02 {
  width: min(42.2222222222vw, 190px);
  position: absolute;
  top: min(4.4444444444vw, 20px);
  left: min(4.4444444444vw, 20px);
  opacity: 0;
  visibility: hidden;
}

.fv_copy {
  position: absolute;
  bottom: min(2.2222222222vw, 10px);
  left: 50%;
  transform: translateX(-50%);
  width: min(71.1111111111vw, 320px);
  opacity: 0;
  visibility: hidden;
}

.worry {
  text-align: center;
}

.worry-text {
  width: min(88.8888888889vw, 400px);
}

.cta {
  width: min(82.2222222222vw, 370px);
  margin-top: min(3.5555555556vw, 16px);
  animation: pulseEffect 1s ease-in-out infinite;
}

.team {
  margin-top: min(8.8888888889vw, 40px);
  position: relative;
  z-index: 3;
}

.team-member {
  position: absolute;
  bottom: min(11.1111111111vw, 50px);
  left: 50%;
  transform: translateX(-50%);
}

.team-text {
  position: absolute;
  bottom: min(5.5555555556vw, 25px);
  right: 0;
  width: min(51.1111111111vw, 230px);
}

.speed {
  margin-top: max(-68.8888888889vw, -310px);
  position: relative;
  z-index: 2;
}

.base {
  position: relative;
  margin-top: max(-82.2222222222vw, -370px);
}

.base-text-bg {
  position: absolute;
  bottom: min(12.6666666667vw, 57px);
  left: min(20vw, 90px);
  width: min(27.7777777778vw, 125px);
}

.base-text {
  position: absolute;
  bottom: min(15.1111111111vw, 68px);
  left: min(22.6666666667vw, 102px);
  width: min(22.2222222222vw, 100px);
}

.service {
  position: relative;
  z-index: 2;
}

.swiper {
  width: 100%;
  height: 100%;
}

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

.swiper-slide img {
  display: block;
  width: min(84.4444444444vw, 380px);
  height: 100%;
  object-fit: cover;
  margin-left: 10px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.service-slider {
  margin-top: max(-155.5555555556vw, -700px);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #959595;
}

.swiper-pagination-bullet-active {
  background: #5a73a9;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: min(11.1111111111vw, 50px);
  width: min(11.1111111111vw, 50px);
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: min(11.1111111111vw, 50px);
  margin: auto;
  width: min(11.1111111111vw, 50px);
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../../assets/img/prev.webp);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../../assets/img/next.webp);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-button-prev {
  left: min(8.8888888889vw, 40px);
}

.swiper-button-next {
  right: min(1.1111111111vw, 5px);
}

.become {
  position: relative;
  margin-top: min(26.6666666667vw, 120px);
}

.become-top {
  position: absolute;
  top: min(31.1111111111vw, 140px);
  left: 50%;
  transform: translateX(-50%);
  width: min(88.8888888889vw, 400px);
}

.become_middle_text {
  position: absolute;
  top: min(108.8888888889vw, 490px);
  left: 50%;
  transform: translateX(-50%);
  width: min(91.1111111111vw, 410px);
}

.become-bottom-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(77.7777777778vw, 350px);
}

.become-bottom-text {
  position: absolute;
  bottom: min(17.7777777778vw, 80px);
  left: 0;
  width: min(66.6666666667vw, 300px);
}

.flow {
  position: relative;
}

.flow-items {
  position: absolute;
  top: min(40vw, 180px);
  left: 50%;
  transform: translateX(-50%);
  width: min(84.4444444444vw, 380px);
  display: flex;
  flex-direction: column;
  gap: min(6.6666666667vw, 30px);
}

.flow-arrow {
  width: min(73.3333333333vw, 330px);
  margin: auto;
}

.plan-wrap {
  position: relative;
}

.plan {
  z-index: 2;
  background: url(../../assets/img/plan_bg.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: min(13.3333333333vw, 60px) 0;
}

.plan-items {
  width: min(82.2222222222vw, 370px);
  display: flex;
  flex-direction: column;
  gap: min(8.8888888889vw, 40px);
  margin: auto;
}

.plan-title {
  width: min(82.2222222222vw, 370px);
  margin: auto;
  margin-bottom: min(8.8888888889vw, 40px);
}

.feature {
  position: relative;
}

.feature-items {
  position: absolute;
  top: min(15.5555555556vw, 70px);
  left: 0;
  width: 100%;
}

.feature-item {
  position: relative;
}
.feature-item:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: min(82.2222222222vw, 370px);
}
.feature-item:nth-of-type(2) .feature-text {
  left: unset;
  right: 0;
  bottom: max(-34.4444444444vw, -155px);
}

.feature-img {
  width: min(95.5555555556vw, 430px);
}

.feature-text {
  width: min(87.7777777778vw, 395px);
  position: absolute;
  bottom: max(-44.4444444444vw, -200px);
  left: 0;
  z-index: 2;
}

.feature-bottom {
  position: absolute;
  bottom: min(24.4444444444vw, 110px);
  width: min(80vw, 360px);
  left: 50%;
  transform: translateX(-50%);
}

.feature-bottom-cta {
  position: absolute;
  bottom: max(-8.8888888889vw, -40px);
  left: 50%;
  transform: translateX(-50%);
  width: min(75.5555555556vw, 340px);
  animation: pulseEffect2 1s ease-in-out infinite;
}

.voice {
  position: relative;
}

.voice-items {
  position: absolute;
  top: min(35.5555555556vw, 160px);
  width: 100%;
}

.voice-item {
  position: relative;
  width: 100%;
}
.voice-item:nth-of-type(2) {
  position: absolute;
  top: min(82.2222222222vw, 370px);
  right: 0;
}
.voice-item:nth-of-type(2) .voice-item-bg {
  position: absolute;
  right: 0;
}
.voice-item:nth-of-type(2) .voice-item-img {
  position: absolute;
  left: 0;
}
.voice-item:nth-of-type(2) .voice-item-ttl {
  position: absolute;
  bottom: max(-46.6666666667vw, -210px);
  right: 0;
  left: unset;
}
.voice-item:nth-of-type(2) .voice-item-text {
  position: absolute;
  bottom: max(-71.1111111111vw, -320px);
  right: min(8.8888888889vw, 40px);
  left: unset;
  width: min(80.8888888889vw, 364px);
}
.voice-item:nth-of-type(3) {
  position: absolute;
  top: min(160vw, 720px);
}
.voice-item:nth-of-type(3) .voice-item-ttl {
  position: absolute;
  top: min(5.5555555556vw, 25px);
  width: min(59.1111111111vw, 266px);
}
.voice-item:nth-of-type(3) .voice-item-text {
  position: absolute;
  bottom: max(-37.7777777778vw, -170px);
  width: min(62.2222222222vw, 280px);
}

.voice-item-bg {
  width: min(83.5555555556vw, 376px);
}

.voice-item-img {
  width: min(72vw, 324px);
  position: absolute;
  right: 0;
  top: min(5.5555555556vw, 25px);
}

.voice-item-ttl {
  width: min(66.6666666667vw, 300px);
  position: absolute;
  z-index: 2;
  bottom: max(-4.4444444444vw, -20px);
  left: 0;
}

.voice-item-text {
  width: min(65.3333333333vw, 294px);
  position: absolute;
  left: min(27.7777777778vw, 125px);
  bottom: max(-35.5555555556vw, -160px);
}

.qa {
  position: relative;
}

.qa-items {
  position: absolute;
  top: min(31.1111111111vw, 140px);
  left: 50%;
  transform: translateX(-50%);
  width: min(88.8888888889vw, 400px);
  display: flex;
  flex-direction: column;
  gap: min(2.2222222222vw, 10px);
}

.greeting {
  position: relative;
}
.greeting .cta {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: min(12.2222222222vw, 55px);
  margin: 0;
  animation: pulseEffect2 1s ease-in-out infinite;
}

.footer {
  padding: min(15.5555555556vw, 70px) 0 min(8.2222222222vw, 37px);
  background: #535353;
  color: #FFF;
  text-align: center;
  font-size: min(3.5555555556vw, 16px);
}
.footer a {
  color: #FFF;
  transition: all 0.3s;
}
.footer a:hover {
  opacity: 0.7;
}

.footer-item + .footer-item {
  margin-top: min(1.7777777778vw, 8px);
}

.footer-link {
  display: block;
  margin-top: min(8.8888888889vw, 40px);
  color: #959595;
  transition: all 0.3s;
}
.footer-link:hover {
  opacity: 0.7;
}

@keyframes pulseEffect {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes pulseEffect2 {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.05);
  }
}
.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-bold {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */