@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
@font-face {
  font-family: "din-condensed-bold";
  src: url(../assets/font/din-condensed-bold.ttf);
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.04em;
  background-color: #f5fffd;
  color: #333333;
}
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en {
  font-family: "din-condensed-bold";
}

.cursive {
  font-family: "Comforter", cursive;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #333333;
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

.default_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  gap: 10px;
  padding: 0 24px;
  font-size: 18px;
  color: #fff;
  height: 54px;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.25);
}
.default_btn.white {
  background-color: #fff;
  color: #02ae88;
  border: 2px solid #02ae88;
}
.default_btn.green {
  background-color: #02ae88;
  border: 2px solid #02ae88;
}
.default_btn.blue {
  background-color: #0096c7;
  border: 2px solid #0096c7;
}
.default_btn .icon {
  width: 24px;
  display: block;
}
@media screen and (min-width: 769px) {
  .default_btn:hover {
    transform: translateY(-4px);
  }
}

@media screen and (min-width: 769px) {
  .common_container {
    max-width: 1200px;
    margin-inline: auto;
    padding: 0 0.5em;
  }
}
/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
header {
  z-index: 99;
  position: fixed;
  inset: 0;
  width: 100%;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  header .logo {
    width: 120px;
    padding: 16px 0 16px 16px;
  }
  header .header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .nav_list {
    display: flex;
    gap: 4px;
    padding-right: 8px;
  }
  header .nav_list .default_btn {
    font-size: 12px;
    padding: 0 8px;
    height: 42px;
    line-height: 120%;
  }
}
@media screen and (min-width: 769px) {
  header .header_container {
    padding: 2em 2.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .logo {
    width: 160px;
  }
  header .nav_list {
    display: flex;
    gap: 16px;
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  position: relative;
  padding: 96px 0 48px;
}
footer .footer_inner {
  display: grid;
  gap: 40px;
}
footer .logo {
  width: 120px;
  margin-inline: auto;
}
footer .footer_list ul {
  display: flex;
  gap: 48px;
  justify-content: center;
  font-size: 16px;
}
footer .information ul {
  display: grid;
  gap: 8px;
}
footer .information ul li {
  display: flex;
  gap: 8px;
  align-items: center;
}
footer .information ul li a {
  display: flex;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px solid #333333;
}
footer .information ul li a span {
  display: inline-block;
  width: 18px;
}
footer .information ul .label {
  padding: 4px 0;
  border-radius: 3px;
  border: 1px solid #333333;
  font-size: 14px;
  width: 78px;
  text-align: center;
}
footer .sns_wrap ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
footer .sns_wrap ul li {
  width: 20px;
  justify-content: center;
}
footer .link_wrap {
  display: grid;
  gap: 16px;
}
footer .copy {
  font-size: 12px;
  text-align: center;
  padding-top: 16px;
}
footer .top_btn {
  width: 80px;
  height: 80px;
  background-color: #d9d9d9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .top_btn:before {
  content: "";
  width: 24px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

@media screen and (max-width: 768px) {
  footer {
    overflow: hidden;
    padding: 40px 0 120px;
  }
  footer .logo {
    width: 80px;
  }
  footer .footer_list ul {
    display: grid;
    gap: 24px;
    font-size: 14px;
    justify-content: left;
  }
  footer .footer_inner {
    gap: 48px;
    width: 300px;
    margin-inline: auto;
  }
  footer .footer_bottom {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr;
  }
  footer .footer_bottom .link_wrap {
    grid-row: 1/2;
    gap: 8px;
  }
  footer .footer_bottom .link_wrap .default_btn {
    font-size: 16px;
  }
  footer .sns_wrap ul {
    justify-content: space-between;
  }
  footer .sns_wrap ul li {
    width: 28px;
  }
  footer .copy {
    text-align: left;
    font-size: 10px;
  }
  footer .top_btn {
    width: 56px;
    height: 56px;
  }
  footer .top_btn:before {
    width: 16px;
    height: 14px;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
    width: fit-content;
    margin-inline: auto;
  }
  footer .sns_wrap {
    display: grid;
    place-content: center;
  }
  footer .footer_bottom_wrap {
    min-width: 20%;
    min-height: 130px;
  }
  footer .footer_bottom_wrap:not(footer .footer_bottom_wrap:last-child) {
    padding-right: 56px;
    position: relative;
  }
  footer .footer_bottom_wrap:not(footer .footer_bottom_wrap:last-child):after {
    content: "";
    height: 100%;
    width: 1px;
    border-right: 1px dotted #333333;
    position: absolute;
    right: 0;
    top: 0;
  }
}
/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  background: radial-gradient(circle at 30% 30%, #ffffff, #e0fff8);
}
.fv .image_bg {
  position: relative;
  z-index: 1;
}
.fv .image_bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/fv_wave.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  max-height: 240px;
}
.fv .fv_container {
  position: relative;
  z-index: 2;
}
.fv .fv_title {
  background: linear-gradient(90deg, #02ae88, #46c8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;
}
.fv .campaign {
  rotate: -3deg;
  opacity: 0.2;
  color: #02ae88;
}

@media screen and (max-width: 768px) {
  .fv .image_bg::after {
    background-size: contain;
    background-position: bottom;
  }
  .fv .fv_container {
    padding: 64px 0;
  }
  .fv .fv_container .fv_title {
    padding-left: 6.4vw;
    font-size: 10.6666666667vw;
  }
  .fv .fv_container .fv_title span {
    font-size: 8.5333333333vw;
  }
  .fv .fv_container .fv_title span span {
    font-size: 8.5333333333vw;
  }
  .fv .fv_container .campaign {
    font-size: 10.6666666667vw;
    margin: 0 0 -4px 4.2666666667vw;
  }
  .fv .fv_container .fv_price {
    width: 86.6666666667vw;
    position: relative;
    z-index: 2;
    margin: 4.2666666667vw auto -10.6666666667vw;
  }
  .fv .fv_container .link_wrap {
    display: grid;
    gap: 8px;
    width: 74.6666666667vw;
    margin: 48px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .fv .fv_container {
    margin-inline: auto;
  }
  .fv .fv_container .inner {
    padding: min(8.3333333333vw, 120px) 0 min(8.3333333333vw, 120px) 120px;
    width: 40.2777777778vw;
  }
  .fv .image_bg {
    background-image: url(../assets/images/fv_pc.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .fv .fv_title {
    font-size: min(5.5555555556vw, 80px);
  }
  .fv .fv_title span {
    font-size: min(4.4444444444vw, 64px);
  }
  .fv .fv_title span span {
    font-size: min(4.5833333333vw, 66px);
  }
  .fv .campaign {
    font-size: min(7.6388888889vw, 110px);
    margin: 0 0 max(-1.3888888889vw, -20px) max(-4.1666666667vw, -60px);
  }
  .fv .fv_price {
    margin: min(2.2222222222vw, 32px) 0;
  }
  .fv .link_wrap .link_item {
    display: grid;
    align-items: center;
    grid-template-columns: min(12.7777777778vw, 184px) min(1.25vw, 18px) auto;
    padding: min(1.3888888889vw, 20px) 0 min(1.3888888889vw, 20px) min(1.6666666667vw, 24px);
    gap: 32px;
  }
  .fv .link_wrap .link_item:nth-child(2) {
    border-top: 2px dotted #333333;
  }
  .fv .link_wrap .default_btn {
    font-size: min(1.25vw, 18px);
    padding: 0 min(1.6666666667vw, 24px);
  }
  .fv .link_wrap .arrow {
    background-color: #333333;
    height: min(1.1111111111vw, 16px);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  .fv .link_wrap p {
    line-height: 140%;
    font-size: min(1.1111111111vw, 16px);
  }
}
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
.lead_list {
  display: grid;
}
.lead_item {
  background-color: #fff;
  border: 2px solid #02ae88;
  overflow: hidden;
  border-radius: 8px;
  line-height: 140%;
}

.marker {
  background: linear-gradient(to top, #fff86e 50%, transparent 50%);
}

.section_title p {
  color: #02ae88;
  opacity: 0.2;
  rotate: -3deg;
  font-size: 64px;
  margin: 0 0 -16px -16px;
}
.section_title h2 {
  font-size: 48px;
  background: linear-gradient(90deg, #02ae88, #46c8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;
}
.section_title h3 {
  font-size: 32px;
  color: #02ae88;
}

.reason_container_list {
  display: grid;
  gap: 64px;
}
.reason_text {
  color: #333333;
  line-height: 180%;
  padding: 16px 24px 0;
}
.reason figure {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.reason .reason_title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #fff;
}

.flow .section_title {
  margin-bottom: 32px;
}
.flow .flow_day_wrapper {
  display: grid;
  gap: 8px;
  position: relative;
  z-index: 2;
}
.flow .circle_text {
  animation: rotate360 30s linear infinite;
}
.flow .day_wrap {
  display: grid;
  grid-template-columns: 56px 130px auto;
  gap: 80px;
  background-color: #fff;
  overflow: hidden;
  border: 2px solid #02ae88;
  align-items: center;
  border-radius: 8px;
}
.flow .day_wrap.deep {
  border: 2px solid #10765f;
}
.flow .day_wrap.deep .place {
  color: #10765f;
}
.flow .day_wrap.deep .day_list li,
.flow .day_wrap.deep .day {
  background-color: #10765f;
}
.flow .day {
  height: 100%;
  background-color: #02ae88;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.2;
}
.flow .place {
  display: grid;
  gap: 8px;
  grid-template-columns: 20px auto;
  font-size: 32px;
  color: #02ae88;
  align-items: center;
}
.flow .place span {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  display: block;
  padding-top: 8px;
}
.flow .place .pin {
  height: 100%;
}
.flow .day_list {
  display: flex;
  gap: 12px;
  padding: 40px 0;
  flex-wrap: wrap;
}
.flow .day_list li {
  background-color: #02ae88;
  color: #fff;
  padding: 10px 32px;
  border-radius: 100vmax;
  font-size: 24px;
  line-height: 180%;
  display: flex;
  gap: 10px;
}
.flow .day_list li span {
  font-size: 16px;
}
.flow .day_last {
  background-color: #10765f;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding: 32px 54px 24px 54px;
}
.flow .day_last:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 100%;
  background-image: url(../assets/images/flow_bottom.png);
  right: 0;
  top: 0;
  background-size: cover;
  background-position: left center;
}
.flow .day_last p {
  font-size: 24px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
.flow .draw_arrow {
  width: 80px;
  margin: 24px auto -24px;
  position: relative;
  z-index: 2;
}

.support_wrapper {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 32px 0 54px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.support_wrapper .section_title {
  width: fit-content;
  margin-inline: auto;
}
.support_wrapper .section_title p {
  font-size: 32px;
  margin: 0 0 -16px -32px;
}
.support_wrapper .support_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.support_wrapper .support_grid li {
  max-width: 334px;
  min-width: 300px;
}
.support_wrapper .support_grid .support_text {
  padding: 16px 16px 0 16px;
  line-height: 1.8;
}

.logo_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.logo_slider ol {
  display: flex;
  gap: 64px;
  align-items: center;
}

.fun {
  overflow: hidden;
  padding: 120px 0 200px;
}
.fun .fun_grid {
  display: grid;
  gap: 64px;
}
.fun .section_title {
  width: fit-content;
  margin: 0 auto 80px;
}
.fun .fun_item {
  position: relative;
  display: grid;
  place-content: center;
}
.fun .fun_item figure {
  width: 44%;
  position: absolute;
  z-index: 1;
  translate: 0 -50%;
  top: 50%;
}
.fun .fun_item:nth-child(odd) figure {
  rotate: -6deg;
  left: -96px;
}
.fun .fun_item:nth-child(even) figure {
  rotate: 6deg;
  right: -96px;
}
.fun .box {
  z-index: 2;
  position: relative;
  background-color: #fff;
  line-height: 180%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 560px;
}
.fun .box .inner {
  padding: 40px;
  display: grid;
  gap: 8px;
}
.fun .number {
  font-size: 120px;
  color: #02ae88;
  position: absolute;
  right: 24px;
  top: 16px;
}
.fun .fun_title {
  font-size: 32px;
  color: #02ae88;
  line-height: 1.4;
}
.fun .fun_text {
  line-height: 1.8;
}

.qa .qa_list {
  display: grid;
  gap: 16px;
  max-width: 800px;
  margin-inline: auto;
  padding: 40px 0 200px;
}
.qa .qa_item {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 8px;
  line-height: 180%;
}
.qa .question {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  padding: 10px 16px;
  color: #fff;
  background: linear-gradient(90deg, #02ae88, #46c8ff);
}
.qa .question span {
  font-size: 24px;
}
.qa .answer {
  display: grid;
  grid-template-columns: 20px auto;
  background-color: #fff;
  gap: 0 8px;
  font-size: 16px;
  padding: 10px 16px;
}
.qa .answer span {
  font-size: 24px;
}
.qa table {
  grid-column: 2/3;
  display: block;
  width: 100%;
}
.qa table td:nth-child(1) {
  min-width: 56px;
}

.instagram_container {
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #02ae88;
  padding: 32px 56px 0 96px;
}
.instagram .grid {
  display: grid;
  align-items: flex-end;
  gap: 24px;
  grid-template-columns: 4fr 3fr;
}
.instagram .instagram_text {
  display: grid;
  place-content: center;
  height: 100%;
}
.instagram .instagram_text p {
  color: #02ae88;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}
.instagram .instagram_text .instagram_icon {
  padding-right: 8px;
  display: inline-block;
  width: 20px;
}
.instagram .instagram_text .instagram_btn {
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.25);
  margin: 24px auto 0;
  font-size: 24px;
  width: fit-content;
  padding: 16px 24px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, #ffd600 0%, #ff7a00 21%, #ff0069 47%, #d300c5 70%, #7638fa 100%);
}
.instagram .instagram_text .instagram_btn:hover {
  transform: translateY(-4px);
}

.cta {
  position: relative;
  margin-top: 160px;
}
.cta .cta_bg {
  background-color: #fff;
  padding: 64px 0;
  position: relative;
}
.cta .cta_car {
  position: absolute;
  width: 22.5%;
  top: -64px;
  left: -16px;
  rotate: -3deg;
  z-index: 3;
}
.cta .cta_title_wrap {
  width: fit-content;
  margin-inline: auto;
}
.cta .cta_title_wrap .campaign {
  rotate: -3deg;
  opacity: 0.2;
  color: #02ae88;
  margin: 0 0 -20px -60px;
  font-size: 110px;
}
.cta .cta_title_wrap h2 {
  font-size: 80px;
  background: linear-gradient(90deg, #02ae88, #46c8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: fit-content;
}
.cta .cta_title_wrap h2 span {
  font-size: 64px;
}
.cta .cta_title_wrap h2 span span {
  font-size: 66px;
}
.cta .inner {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 16px;
}
.cta .cta_price {
  width: 480px;
  margin-inline: auto;
}
.cta .cta_list {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.cta .cta_list li {
  color: #02ae88;
  padding: 10px 14px;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #02ae88;
  font-size: 24px;
}
.cta .cta_text {
  font-size: 24px;
  text-align: center;
  color: #02ae88;
}
.cta .cta_text span {
  font-size: 32px;
}
.cta .default_btn {
  width: fit-content;
  margin: 32px auto 0;
  font-size: 24px;
  padding: 12px 32px;
}

@media screen and (max-width: 768px) {
  .section_title {
    width: fit-content;
    margin: 0 auto 24px;
  }
  .section_title h2 {
    font-size: 8.5333333333vw;
  }
  .section_title h3 {
    font-size: 24px;
  }
  .section_title p {
    font-size: 10.6666666667vw;
  }
  .lead {
    padding-top: 40px;
    overflow: hidden;
  }
  .lead .lead_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.0666666667vw;
    width: 86.6666666667vw;
    margin-inline: auto;
    position: relative;
    z-index: 2;
  }
  .lead .lead_item .inner {
    padding: 2.1333333333vw;
    display: grid;
    grid-template-columns: 12.8vw auto;
    gap: 1.0666666667vw;
    align-items: center;
  }
  .lead .lead_item .lead_item_text {
    font-size: 3.7333333333vw;
    color: #02ae88;
    text-align: center;
  }
  .lead .lead_item.pcNone {
    grid-column: 1/3;
    border: none;
  }
  .lead .lead_circle {
    width: 106.6666666667vw;
    margin: -13.3333333333vw auto 0 -3.2vw;
  }
  .reason {
    padding-top: 64px;
  }
  .reason .reason_index {
    display: none;
  }
  .reason .reason_container_list {
    gap: 32px;
    width: 92vw;
    margin-inline: auto;
  }
  .reason .reason_container_list li {
    display: grid;
    gap: 4px;
  }
  .reason .reason_container_list figure {
    padding-bottom: 12px;
  }
  .reason .reason_title {
    font-size: 8.5333333333vw;
  }
  .reason .reason_title_top {
    font-size: 18px;
    color: #02ae88;
    line-height: 180%;
    width: 86.6666666667vw;
    margin-inline: auto;
  }
  .reason .reason_text {
    font-size: 14px;
    padding: 0;
    width: 86.6666666667vw;
    margin-inline: auto;
  }
  .flow {
    padding-top: 72px;
  }
  .flow .section_title h2 {
    line-height: 140%;
  }
  .flow .circle_wrap {
    overflow: hidden;
    position: relative;
  }
  .flow .circle_wrap .circle_text {
    width: 128vw;
    position: absolute;
    translate: -50% 0;
    left: 50%;
    top: 0;
  }
  .flow .circle_wrap .flow_title {
    width: 68vw;
    margin: 12.8vw auto 2.1333333333vw;
  }
  .flow .flow_day_wrapper {
    width: 92vw;
    margin-inline: auto;
  }
  .flow .day_wrap {
    grid-template-columns: 32px auto;
    gap: 16px;
  }
  .flow .day_wrap.deep .place p {
    display: flex;
    line-height: 1;
  }
  .flow .day_wrap.deep .place p span {
    padding-top: 4px;
  }
  .flow .day {
    grid-row: 1/3;
  }
  .flow .place {
    font-size: 20px;
    padding-top: 20px;
  }
  .flow .day_list {
    padding: 0 0 20px 0;
    gap: 10px;
  }
  .flow .day_list li {
    font-size: 16px;
  }
  .flow .day_list li span {
    font-size: 14px;
  }
  .flow .day_last {
    padding: 32px;
  }
  .flow .day_last p {
    width: 64vw;
    font-size: 14px;
  }
  .flow .day_last::after {
    width: 200px;
  }
  .support_wrapper {
    width: 92vw;
    margin-inline: auto;
  }
  .support_wrapper .support_grid {
    width: 80vw;
    margin-inline: auto;
    gap: 32px;
  }
  .support_wrapper .support_grid .support_text {
    font-size: 14px;
    padding: 8px 10px;
  }
  .logo_slider {
    margin-top: 64px;
  }
  .fun {
    padding: 64px 0 64px;
  }
  .fun .section_title {
    margin: 0 auto 36px;
  }
  .fun .fun_grid {
    display: block;
  }
  .fun .fun_item {
    display: block;
  }
  .fun .fun_item figure {
    width: 74.6666666667vw;
    position: initial;
    translate: initial;
  }
  .fun .fun_item:nth-child(odd) figure {
    margin: -5.3333333333vw auto 0 -10.6666666667vw;
  }
  .fun .fun_item:nth-child(odd) .box {
    margin: -80px 24px 0 auto;
  }
  .fun .fun_item:nth-child(even) {
    position: relative;
    z-index: 2;
  }
  .fun .fun_item:nth-child(even) figure {
    margin: -5.3333333333vw -10.6666666667vw 0 auto;
  }
  .fun .fun_item:nth-child(even) .box {
    margin: -80px auto 0 24px;
  }
  .fun .fun_item:last-child {
    position: relative;
    z-index: 3;
  }
  .fun .box {
    width: 69.3333333333vw;
  }
  .fun .box .inner {
    padding: 24px;
  }
  .fun .number {
    font-size: 64px;
    top: 4px;
    right: 8px;
  }
  .fun .fun_title {
    font-size: 18px;
  }
  .fun .fun_text {
    font-size: 14px;
  }
  .qa {
    padding-top: 72px;
  }
  .qa .section_title {
    margin: 0 auto 32px;
  }
  .qa .qa_list {
    padding: 0;
    width: 92vw;
    margin-inline: auto;
  }
  .qa .question {
    font-size: 16px;
  }
  .qa .question span {
    font-size: 20px;
  }
  .qa .answer {
    font-size: 14px;
  }
  .qa .answer span {
    font-size: 20px;
  }
  .instagram {
    margin: 120px 0 0;
  }
  .instagram_container {
    width: 92vw;
    padding: 64px 0 0;
    margin-inline: auto;
  }
  .instagram .grid {
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .instagram .grid figure {
    width: 80vw;
    margin-inline: auto;
  }
  .instagram .instagram_text {
    width: 100%;
  }
  .instagram .instagram_text p {
    font-size: 18px;
  }
  .instagram .instagram_text .instagram_btn {
    font-size: 18px;
  }
  .cta {
    overflow: hidden;
    padding-top: 96px;
    margin-top: 0;
  }
  .cta .cta_car {
    width: 160px;
    rotate: 3deg;
    left: inherit;
    right: -32px;
  }
  .cta .cta_title_wrap h2 {
    font-size: 40px;
  }
  .cta .cta_title_wrap h2 span {
    font-size: 32px;
  }
  .cta .cta_title_wrap h2 span span {
    font-size: 34px;
  }
  .cta .cta_title_wrap .campaign {
    font-size: 40px;
    margin: 0 0 -8px -16px;
  }
  .cta .cta_price {
    width: 74.6666666667vw;
  }
  .cta .cta_list {
    gap: 4px;
  }
  .cta .cta_list li {
    font-size: 14px;
  }
  .cta .cta_text {
    font-size: 18px;
    line-height: 140%;
  }
  .cta .cta_text span {
    font-size: 24px;
  }
  .cta .default_btn {
    font-size: 18px;
    padding: 8px 32px;
  }
}
@media screen and (min-width: 769px) {
  .lead {
    overflow: hidden;
  }
  .lead_container {
    position: relative;
    padding: 80px 0.5em 120px;
  }
  .lead_list {
    position: relative;
    z-index: 2;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 200px)) auto;
  }
  .lead_item {
    aspect-ratio: 1/1;
    display: grid;
    place-content: center;
  }
  .lead_item figure {
    width: 50%;
    margin: 0 auto;
  }
  .lead_item .inner {
    display: grid;
    gap: 8px;
  }
  .lead_item:nth-of-type(7) {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .lead_item:nth-of-type(8) {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .lead_item_text {
    width: 100%;
    text-align: center;
    color: #02ae88;
  }
  .lead .car_card {
    max-width: 370px;
  }
  .lead_circle {
    position: absolute;
    width: 60.8333333333%;
    right: -64px;
    bottom: 0;
  }
  .pc_grid {
    display: grid;
    grid-template-columns: 1fr 53.3333333333%;
  }
  .pc_grid .pc_left {
    height: 100vh;
    display: grid;
    align-items: center;
    position: sticky;
    top: 0;
  }
  .pc_grid .pc_right {
    padding: 160px 0 80px;
    position: relative;
    z-index: 2;
  }
  .reason {
    position: relative;
  }
  .reason_container {
    margin: 0 auto -100vh;
    position: relative;
    z-index: 2;
  }
  .reason:after {
    content: "";
    position: sticky;
    display: block;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../assets/images/fv_wave.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .reason_index {
    margin-top: 24px;
    display: grid;
    gap: 8px;
  }
  .reason_index .default_btn {
    height: auto;
    min-height: 75px;
    font-size: 24px;
    box-shadow: none;
    width: fit-content;
    position: relative;
  }
  .reason_index .default_btn:after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../assets/images/draw_line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -64px;
    right: -64px;
    top: -18px;
    right: -42px;
    rotate: 12deg;
    scale: 0;
    transition: all 0.8s;
  }
  .reason_index .default_btn.green {
    background-color: #fff;
    color: #02ae88;
  }
  .reason_index .default_btn.active {
    background-color: #02ae88;
    color: #fff;
  }
  .reason_index .default_btn.active:after {
    scale: 1;
  }
  .reason .reason_title {
    font-size: 64px;
  }
  .flow {
    padding: 160px 0;
    overflow: hidden;
  }
  .flow_container {
    position: relative;
  }
  .flow .circle_wrap {
    position: absolute;
    width: 53.3333333333%;
    top: -120px;
    right: -72px;
    z-index: 1;
  }
  .flow .flow_title {
    position: absolute;
    width: 54.6875%;
    translate: -50% 0;
    left: 50%;
    top: 64px;
  }
  .flow .day {
    font-size: 24px;
  }
  .qa .section_title {
    width: fit-content;
    margin: 0 auto 24px;
  }
  .cta .cta_bg:before {
    content: "";
    background-image: url(../assets/images/cta_left.png);
    height: 400px;
    width: 27.5%;
    background-size: cover;
    background-position: right;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .cta .cta_bg:after {
    content: "";
    background-image: url(../assets/images/cta_right.jpg);
    height: 100%;
    width: 40%;
    background-size: cover;
    background-position: left;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */