/* * {
  outline: 1px solid lightblue;
} */
/* 全体 */
:root {
  --main-color: #3ab96e;
  --accent-color: #ffe95d;
  --bg-color: #f4f9f4;
  --price-color: #ff821a;
  --manrope: "Manrope", sans-serif;
}
.fixed-button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.fixed-button.active {
  display: block;
  opacity: 1;
}
.fixed-button.hidden {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.fixed-button a {
  width: 320px;
  margin-inline: auto;
  display: block;
  padding: 16px 20px;
  color: var(--accent-color);
  background-color: var(--main-color);
  border-radius: 38px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .fixed-button {
    display: none;
  }
}

.fv {
  margin-top: 55px;
  padding: 30px 0 60px;
  background-image: url(../img/fv_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: A-OTF UD Shin Go NT Pro;
}
.fv__inner {
  margin-inline: auto;
  padding: 0 30px;
}
.fv__copy {
  color: #ffffff;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  font-size: 18px;
  text-align: center;
}
.fv__copy02 {
  color: #ffec5d;
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
}
.fv__copy02 span:nth-child(1),
.fv__copy02 span:nth-child(2) {
  font-size: 3.8vw;
}
.fv__copy02 span:nth-child(3) {
  rotate: 15deg;
  display: inline-block;
  margin-left: 10px;
}
.fv__content {
  position: relative;
}
.fv__logo {
  text-align: center;
}
.fv__logo img {
  max-width: 564px;
}
.fv__text {
  background-color: #ffffff;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 8px 0 6px;
  max-width: 564px;
  margin: 0 auto;
}
.fv__text-green {
  color: #39ae4c;
}
.fv__text-blue {
  color: #0068dc;
}
.fv__text02 {
  color: #ffec5d;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
.fv__text02::before,
.fv__text02::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 25px;
  transform: translateY(8px);
  background-position: center;
  background-repeat: no-repeat;
}
.fv__text02::before {
  margin-right: 10px;
  background-image: url(../img/triangle01.svg);
}
.fv__text02::after {
  margin-left: 10px;
  background-image: url(../img/triangle02.svg);
}

.fv__pc-inner {
  position: relative;
}
.fv__pc-text {
  z-index: 1;
  position: absolute;
  right: 20px;
  top: -75px;
  background-color: #3cb156;
  border-radius: 999px;
  width: 90px;
  height: 90px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding-top: 20px;
  rotate: 15deg;
}
.fv__pc-text span:nth-child(1) {
  color: #ffec5d;
  font-size: 10px;
}
.fv__pc-text span:nth-child(2) {
  font-size: 10px;
}
.fv__list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}
.fv__list li {
  display: flex;
  gap: 9px;
  color: #ffffff;
  font-weight: 700;
  background: #003b9c;
  padding: 9px 5px 9px 9px;
  border-radius: 8px;
  font-size: 14px;
  align-items: center;
}
.fv__list li::before {
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(../img/check-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv__video {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 84.6354166667vw;
  height: 49.4791666667vw;
  margin-inline: auto;
  margin-top: 100px;
}
.fv__video img {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.fv__video-wrap {
  position: relative;
  padding-top: 56.25%;
  width: 65.5vw;
  height: auto;
  overflow: hidden;
  margin: auto;
}
.fv__video video {
  position: absolute;
  top: 1.953125vw;
  left: -6.5104166667vw;
  width: 78.125vw;
  height: 42.1vw;
  z-index: 1;
}
.fv__button {
  margin-top: 20px;
  text-align: center;
}
.fv__btn-anime {
  animation: buruburu 1s linear infinite;
}
.fv__btn-anime a {
  display: inline-block;
  background: linear-gradient(0deg, #2fa22f, #42d342);
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 60px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fv__btn-anime span {
  color: #ffec5d;
}

@keyframes buruburu {
  0% {
    transform: translateX(0);
  }
  7% {
    transform: translateX(-10px);
  }
  14% {
    transform: translateX(10px);
  }
  20% {
    transform: translateX(-10px);
  }
  32% {
    transform: translateX(10px);
  }
  40% {
    transform: translateX(0);
  }
}

@media screen and (min-width: 568px) {
  .fv__copy02 {
    font-size: 40px;
  }
  .fv__pc-text {
    right: 10vw;
    top: -10vh;
    width: 120px;
    height: 120px;
    font-size: 20px;
    padding-top: 20px;
  }
  .fv__pc-text span:nth-child(1) {
    font-size: 14px;
  }
  .fv__pc-text span:nth-child(2) {
    font-size: 14px;
  }
  .fv__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .fv {
    padding-top: 60px;
  }
  .fv__inner {
    padding: 0 84px;
  }
  .fv__copy {
    font-size: 2.34vw;
  }
  .fv__copy02 {
    font-size: 6vw;
    line-height: 1;
    text-align: left;
  }
  .fv__logo {
    margin-top: -20px;
  }
  .fv__text {
    font-size: 1.68vw;
    max-width: 100%;
  }
  .fv__content-inner {
    width: 44vw;
  }
  .fv__pc {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
  .fv__pc-text {
    right: 70px;
    top: -125px;
    width: 12vw;
    height: 12vw;
    font-size: 1.97vw;
    padding-top: 1.83vw;
  }
  .fv__pc-text span:nth-child(1) {
    font-size: 1.1vw;
  }
  .fv__pc-text span:nth-child(2) {
    font-size: 1.39vw;
  }
  .fv__text02 {
    font-size: 2.05vw;
  }
  .fv__text02::before,
  .fv__text02::after {
    width: 1.78vw;
    height: 2.5vw;
  }
  .fv__list li {
    font-size: 1.17vw;
  }
  .fv__list li::before {
    height: 1.54vw;
    width: 1.54vw;
  }
  .fv__video {
    width: 45.1388888889vw;
    height: 26.3888888889vw;
  }
  .fv__video img {
    position: absolute;
    z-index: 2;
    width: 100%;
  }
  .fv__video-wrap {
    position: relative;
    padding-top: 56.25%;
    width: 35.7222222222vw;
    height: auto;
    overflow: hidden;
    margin: auto;
  }
  .fv__video video {
    position: absolute;
    top: 1.0416666667vw;
    left: -3.4722222222vw;
    z-index: 1;
    width: 41.6666666667vw;
    height: 23.2222222222vw;
  }
  .fv__btn-anime a {
    font-size: 1.46vw;
  }
}

.about01 {
  padding: 80px 0 60px;
}
.about01__heading {
  display: grid;
  width: fit-content;
  margin-inline: auto;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
}
.about01__heading-sm {
  font-size: 28px;
}
.about01__heading-md {
  font-size: 38px;
}
.about01__text-wrapper {
  margin-top: 26px;
}
.about01__text br {
  display: none;
}
.about01__image {
  margin-top: 16px;
}

.about02 {
  padding: 66px 0 56px;
  background-image: url(../img/about02_bg_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.about02__heading {
  color: #fff;
}
.about02__image {
  margin-top: 46px;
}

.about03 {
  padding: 54px 0 65px;
}
.about03__heading {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin-inline: auto;
}
.about03__heading::before,
.about03__heading::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.about03__heading::before {
  background-image: url(../img/about03_text_before.svg);
}
.about03__heading::after {
  background-image: url(../img/about03_text_after.svg);
}
.about03__movie {
  position: relative;
  margin-top: 84px;
}
.about03__movie::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -85px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100px;
  height: 88px;
  background-image: url(../img/about03_eruwaka.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.about03__movie video {
  width: 100%;
}
.about03__text {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about02 {
    background-image: url(../img/about02_bg_pc.jpg);
  }
}
@media screen and (min-width: 1200px) {
  .about01 {
    padding: 100px 0 86px;
  }
  .about01__wrapper {
    display: grid;
    grid-template-columns: 348px 1fr;
    gap: 24px;
  }
  .about01__heading {
    font-size: 50px;
    text-align: left;
  }
  .about01__heading-sm {
    font-size: 33px;
  }
  .about01__heading-md {
    font-size: 42px;
  }
  .about01__text-wrapper {
    display: grid;
    gap: 16px;
  }
  .about01__text br {
    display: block;
  }

  .about02 {
    padding: 90px 0 100px;
  }
  .about02__heading br {
    display: none;
  }
  .about02__image {
    margin-top: 30px;
  }

  .about03 {
    padding: 90px 0 96px;
  }
  .about03__heading {
    align-items: end;
    gap: 10px;
    font-size: 32px;
  }
  .about03__heading::before,
  .about03__heading::after {
    width: 20px;
    height: 36px;
  }
  .about03__movie {
    margin-top: 36px;
  }
  .about03__movie::before {
    top: -169px;
    right: -75px;
    left: auto;
    transform: translate(0, 0);
    width: 200px;
    height: 172px;
  }
  .about03__text {
    font-size: 24px;
  }
}

.feature01 {
  padding: 70px 0 94px;
  background-color: var(--bg-color);
}
.feature01__heading {
  display: grid;
  font-weight: 900;
  place-items: center;
}
.feature01__heading span {
  width: fit-content;
}
.feature01__heading br {
  display: none;
}
.feature01__text {
  margin-top: 30px;
}
.feature01__wrapper {
  display: grid;
  gap: 60px;
  margin-top: 40px;
}
.feature01__content-sp {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1;
}
.feature01__content-sp::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -18px;
  left: -18px;
  width: 120px;
  height: 200px;
  /* margin-left: calc(50% - 50vw); */
  background-color: #fff;
  z-index: -1;
}
.feature01__content-sp.--reverse {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.feature01__content-sp.--reverse::after {
  left: auto;
  right: -18px;
}
.feature01__content-title-sp {
  font-size: 24px;
  font-weight: bold;
  color: var(--main-color);
}
.feature01__content-title-pc {
  display: none;
  color: var(--main-color);
}
.feature01__point {
  position: relative;
  display: grid;
  font-weight: bold;
  font-family: var(--manrope);
  text-transform: capitalize;
  z-index: 1;
}
.feature01__point::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 20vw;
  height: 50px;
  z-index: -1;
}
.feature01__point-en {
  font-size: 24px;
  line-height: 1;
}
.feature01__point-number {
  color: var(--main-color);
  font-size: 50px;
  line-height: 1;
}
.feature01__point-pc {
  display: none;
}
.feature01__content-text {
  position: relative;
  margin-top: 24px;
  z-index: 1;
}
.feature01__image {
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .feature01 {
    padding: 80px 0 100px;
  }
  .feature01__heading {
    display: block;
  }
  .feature01__heading br {
    display: block;
  }
  .feature01__text {
    max-width: 800px;
    margin-inline: auto;
  }
  .feature01__box {
    display: flex;
    align-items: center;
    gap: 46px;
  }
  .feature01__box.--reverse {
    flex-direction: row-reverse;
  }
  .feature01__content-sp {
    display: none;
  }
  .feature01__content-pc {
    position: relative;
    display: flex;
    gap: 30px;
    z-index: 1;
  }
  .feature01__content-pc.--reverse {
    flex-direction: row-reverse;
  }
  .feature01__content-pc::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: -40px;
    left: -260px;
    width: 400px;
    height: 180px;
    background-color: #fff;
    z-index: -1;
  }
  .feature01__content-pc.--reverse::after {
    right: -260px;
    left: auto;
  }
  .feature01__content-left {
    max-width: 480px;
  }
  .feature01__content-title-sp {
    display: none;
  }
  .feature01__content-title-pc {
    display: block;
    font-size: 28px;
    font-weight: bold;
    /* text-align: center; */
  }
  .feature01__point-pc {
    display: block;
    font-family: var(--manrope);
    text-transform: capitalize;
    font-weight: 900;
  }
  .feature01__point-en {
    width: fit-content;
    font-size: 30px;
  }
  .feature01__point-number {
    font-size: 70px;
  }
  .feature01__content-text {
    margin-top: 10px;
  }
  .feature01__image {
    max-width: 480px;
  }
}
@media screen and (min-width: 1440px) {
  .feature01__box {
    margin-right: calc(50% - 50vw);
  }
  .feature01__box.--reverse {
    margin-left: calc(50% - 50vw);
    margin-right: 0;
  }
}

.feature02 {
  padding: 50px 0 80px;
}
.feature02__text {
  margin-top: 20px;
}
.feature02__image {
  margin-top: 32px;
}
.feature02__box {
  position: relative;
  /* display: flex;
  align-items: center; */
  margin-top: 30px;
  padding: 22px 1em;
  border: 2px solid var(--main-color);
  border-radius: 15px;
}
.feature02__box-text {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  width: fit-content;
  height: 100%;
  writing-mode: vertical-lr;
  color: var(--main-color);
  font-size: 18px;
  text-align: center;
}
.feature02__list {
  display: grid;
  place-content: center;
  list-style-type: disc;
  color: var(--main-color);
}
.feature02__list span {
  color: #000;
}

@media screen and (min-width: 1200px) {
  .feature02 {
    padding: 90px 0 100px;
  }
  .feature02__text {
    margin-top: 30px;
    text-align: center;
  }
  .feature02__image {
    margin-top: 36px;
    padding: 0 70px;
  }
  .feature02__box {
    margin: 32px 70px 0;
    padding: 28px 30px;
    display: grid;
    grid-template-columns: 25% 1fr;
    align-items: center;
  }
  .feature02__box-text {
    position: static;
    writing-mode: horizontal-tb;
    transform: none;
  }
  .feature02__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-inline: initial;
  }
}

.feature03 {
  padding: 60px 0 90px;
  background-color: var(--bg-color);
}
@media screen and (min-width: 1200px) {
  .feature03 {
    padding: 90px 0 140px;
  }
}

.price {
  position: relative;
  padding: 36px 0 65px;
}
.price__balloon {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-top: -56px;
  margin-bottom: 16px;
  padding: 8px 1em;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 34px;
}
.price__balloon::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 32px;
  height: 28px;
  background-color: var(--main-color);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.price__table {
  width: 100%;
}
.price__th,
.price__td {
  padding: 8px 20px 8px;
  font-weight: bold;
  border: 1px solid #dddddd;
}
.price__th {
  color: var(--main-color);
}

.price__th.--plan {
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  vertical-align: middle;
}
.price__th.--first {
  background-color: var(--bg-color);
}
.price__td {
  text-align: center;
}
.price__td.--none {
  border: none;
}
.price__scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 32px;
}
@media screen and (min-width: 1200px) {
  .price {
    padding: 54px 0 110px;
  }
  .price__inner {
    max-width: 1200px;
  }
  .price__balloon {
    margin-top: -86px;
    margin-bottom: 30px;
    padding: 12px 1.5em;
    font-size: 24px;
  }
  .price__balloon::after {
    bottom: -24px;
  }
}
.works01 {
  padding: 70px 0 66px;
  background-color: var(--bg-color);
  overflow: hidden;
}
.works01__wrapper {
  display: grid;
  gap: 44px;
  margin-top: 30px;
}
.works01__card {
  position: relative;
}
.works01__tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 16px 8px 24px;
  background-color: rgba(255, 255, 255, 0.8);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  font-size: 13px;
}
.works01__text {
  display: grid;
  gap: 10px;
  position: absolute;
  bottom: -16px;
  left: -18px;
}
.works01__text p {
  width: fit-content;
  padding: 8px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 2px 2px var(--main-color);
}

.works02 {
  padding: 50px 0 78px;
}
.works02__heading-strong {
  padding: 0 10px 2px;
  margin-right: 4px;
  color: #fff;
  background-color: var(--price-color);
  border-radius: 8px;
  font-size: 26px;
}
.works02__flow {
  margin-top: 24px;
}

.works03 {
  padding: 70px 0 88px;
  background-color: var(--bg-color);
}
.works03__wrapper {
  margin-top: 30px;
}
.works03__track {
  padding-bottom: 2px;
}
.works03__image {
  position: relative;
}
.works03__image img {
  aspect-ratio: 4/3;
  object-fit: cover;
  /* padding: 0 10px; */
}
.works03__content {
  /* margin-top: -15px; */
}
.works03__tag {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: block;
  width: 90%;
  margin-inline: auto;
  padding: 4px 16px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  text-align: center;
}
.works03__text {
  /* margin-top: -15px; */
  padding: 44px 16px 32px;
  background-color: #fff;
  /* font-weight: bold; */
  font-size: 14px;
  box-shadow: 2px 2px var(--main-color);
  text-align: justify;
}
.works03 .splide__pagination {
  bottom: -40px;
}
.works03 .splide__pagination__page.is-active {
  background: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .works01 {
    padding: 80px 0 96px;
  }
  .works01__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin-top: 40px;
  }
  .works01__tag {
    font-size: 16px;
    padding: 8px 16px 8px 32px;
  }
  .works01__text p {
    font-size: 24px;
  }

  .works02 {
    padding: 90px 0 96px;
  }
  .works02__heading br {
    display: none;
  }
  .works02__heading-strong {
    font-size: 42px;
    margin-right: 16px;
  }
  .works02__flow {
    margin-top: 48px;
  }

  .works03 {
    padding: 80px 0 150px;
  }
  .works03__wrapper {
    margin-top: 40px;
  }
}

.faq {
  padding: 70px 0 72px;
}
.faq__wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .faq {
    padding: 80px 0 90px;
  }
  .faq__wrapper {
    margin-top: 40px;
  }
}

.cta {
  padding: 54px 0 60px;
  background-color: var(--main-color);
  background-image: linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      #4ec07d calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      #4ec07d calc(100% - 1px)
    );
  background-size: 26px 26px;
  background-repeat: repeat;
  background-position: center center;
}
.cta__title {
  color: #ffe95d;
  font-size: 20px;
  text-decoration: underline wavy #fff;
  text-underline-offset: 10px;
}
.cta__button {
  position: relative;
  display: block;
  width: 340px;
  margin-top: 20px;
  margin-inline: auto;
  padding: 16px;
  border-radius: 35px;
  background: linear-gradient(#ffec5d 0%, #ffae5d 100%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.cta__button::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  rotate: 45deg;
  border-top: 3px solid;
  border-right: 3px solid;
  transition: width 0.3s;
  align-self: center;
}
@media screen and (min-width: 1200px) {
  .cta {
    padding: 60px 0 70px;
  }
  .cta__title {
    font-size: 34px;
  }
  .cta__button {
    width: 550px;
    margin-top: 30px;
    font-size: 24px;
  }
}


/* 20250605追加 ロゴ追加に伴う修正 */

@media screen and (min-width: 1200px) {
  .fv__logo {
    margin-top: 0;
  }
}