@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900');

body {
  margin: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
.sp-only {
  display: inline !important;
}
.sp-only-block {
  display: block !important;
}
.pc-only {
  display: none !important;
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .sp-only-block {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.font-white {
  color: #fff;
}
.font-yellow {
  color: #feff61;
}
.font-bold {
  font-weight: bold;
}
.pt {
  padding-top: 5px;
}
.note-common {
  font-size: 12px;
  color: #555;
  margin: 0;
  line-height: 1.4;
  padding-bottom: 2px;
  font-weight: 400;
}
.note-common a {
  color: inherit;
}
.note-white {
  color: #fff !important;
}
.note-indent {
  text-indent: -1.2em;
  padding-left: 1.1em;
}
.note-indent2 {
  text-indent: -1.3em !important;
  padding-left: 1.3em !important;
}
.note-indent3 {
  text-indent: -1.7em !important;
  padding-left: 1.7em !important;
}
.note-indent-no {
  text-indent: -1.9em !important;
  padding-left: 1.9em !important;
}
.section {
  max-width: 1440px;
  margin: 0 auto;
  background: #FFFFFF;
}
.container {
  box-sizing: border-box;
  position: relative;
  min-height: 100vh;
}
.inner {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.lp-header {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 5;
}
.lp-header-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
}
.lp-logo {
  width: 117px !important;
  height: 45px !important;
  margin-left: 10px;
  display: block;
}
@media (min-width: 768px) {
  .lp-logo {
    width: 130px !important;
    height: 50px !important;
  }
}
@media (min-width: 1250px) {
  .lp-logo {
    width: 154px !important;
    height: 64px !important;
  }
}
.fv {
  position: relative;
  margin: 0;
  padding: 0;
}
.fv img {
  width: 100%;
  height: auto;
  display: block;
}
.fv-overlay {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media (min-width: 768px) {
  .fv-overlay {
    bottom: auto;
    top: 10%;
  }
}
@media (min-width: 1440px) {
  .fv-overlay {
    bottom: auto;
    top: 11%;
  }
}
.cta-title {
  width: min(82%, 340px) !important;
  margin: 0 auto;
}
.fv-overlay .cta-button img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.cta-note {
  font-size: 13px;
  color: #026867;
  margin: 0;
  line-height: 1.4;
  padding-bottom: 2px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .fv-overlay .cta-button img {
    width: 680px;
  }
  .fv-overlay .cta-button a {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  .fv-overlay .cta-button a:hover {
    transform: translateY(-4px);
  }
  .cta-note {
    font-size: 16px;
  }
}
.fv-overlay .note-common {
  color: #026867;
}
.fv-green-box {
  position: relative;
  text-align: center;
  margin-top: -60px;
  overflow: hidden;
  padding-bottom: 190px;
}
.fv-green-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  height: 100%;
  background: url("../img/fv_green_box_sp.webp") no-repeat center top;
  background-size: cover;
  z-index: 0;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .fv-green-box::before {
    max-width: 1440px;
    margin: 0 auto;
    background: url("../img/fv_green_box_pc.webp") no-repeat center top / 100% auto;
    background-position: top 9px center;
    z-index: 0;
    right: 0;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .fv-green-box::before {
    background-size: cover !important;
    background-position: center top !important;
    height: 120%;
    top: -5%;
  }
}
.fv-green-decoration {
  position: absolute;
  top: 5%;
  left: 60%;
  transform: translateX(-50%);
  width: 120%;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .fv-green-decoration {
    max-width: 1440px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
  }
}
.fv-green-title {
  width: 60%;
  max-width: 300px;
  margin: 25px auto 15px;
  display: block;
  position: relative;
  z-index: 2;
}
.fv-green-subtext {
  font-size: 16px;
  line-height: 1.6;
  color: #006363;
  font-weight: bold;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.fv-green-subtext-2line {
  font-size: 20px;
}
.fv-green-subtext-pickup {
  color: #ff6600;
}
.fv-green-prizes img {
  width: 85%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .fv-green-box {
    margin-top: -100px;
    padding-top: calc(5 / 1440 * 100vw);
    overflow: visible;
  }
  .fv-green-prizes img {
    max-width: 710px;
  }
  .fv-green-title {
    margin-top: 35px;
  }
}
@media (min-width: 1250px) {
  .fv-green-box {
    margin-top: -130px;
  }
  .fv-green-title {
    margin-top: 95px;
  }
}
@media (min-width: 768px) and (max-width: 1249.98px) {
  .fv-green-title {
    margin-top: clamp(55px, calc(55px + (100vw - 768px) * 0.125), 95px);
  }
}
@media (min-width: 1250px) and (max-width: 1649.98px) {
  .fv-green-title {
    margin-top: 100px;
  }
}
@media (min-width: 1650px) {
  .fv-green-title {
    margin-top: 105px;
  }
}
.fv-entry-section {
  position: relative;
  text-align: center;
  margin-top: -20px;
  padding: 5px 20px 0;
}
@media (min-width: 768px) {
  .fv-entry-section {
    margin-top: -120px;
    z-index: 3;
  }
}
.fv-entry-curve {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 80px;
  display: block;
}
@media (min-width: 768px) {
  .fv-entry-curve {
    top: -10px;
  }
}
.fv-entry-inner {
  max-width: 960px;
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.fv-entry-flag {
  display: block;
  max-width: 275px;
  margin-top: -155px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv-entry-flag {
    position: absolute;
    right: 11%;
    bottom: -5px;
    width: 240px;
    max-width: 35%;
    z-index: 0;
  }
}
@media (min-width: 1250px) {
  .fv-entry-flag {
    right: 17%;
    bottom: -5px;
  }
}
.fv-entry-dog {
  position: absolute;
  right: 10%;
  bottom: -10px;
  width: 80px;
  max-width: 25%;
  z-index: 3;
}
@media (min-width: 768px) {
  .fv-entry-dog {
    right: 5%;
  }
}
@media (min-width: 1250px) {
  .fv-entry-dog {
    right: 11%;
  }
}
.campaign-info {
  background: #006666;
  color: #eaf6f6;
  padding: 30px 20px 0;
  text-align: left;
}
.campaign-info .note-indent {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media (min-width: 768px) {
  .campaign-info {
    position: relative;
    z-index: 2;
    padding-top: 25px;
    margin-top: 30px;
  }
  .campaign-info .inner {
    padding: 0 10px;
  }
}
.campaign-info .note-common {
  color: #eaf6f6;
}
.campaign-heading {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
  color: #00eaad;
  position: relative;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .campaign-heading {
    font-size: 24px;
    max-width: 500px;
    margin: 20px auto;
  }
}
.campaign-heading::before, .campaign-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 0;
  border-top: 4px dotted #00eaad;
  transform: translateY(-50%);
}
.campaign-heading::before {
  left: 0;
}
.campaign-heading::after {
  right: 0;
}
.campaign-heading span {
  position: relative;
  background: #006666;
  padding: 0 8px;
  z-index: 1;
}
.campaign-date {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .campaign-date {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.campaign-conditions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.campaign-conditions li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .campaign-conditions li {
    font-size: 20px;
  }
}
.check-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 4px;
  margin-right: 8px;
  display: inline-block;
}
@media (min-width: 768px) {
  .check-icon {
    margin-top: 7px;
  }
}
.campaign-flow {
  margin-top: 14px;
  text-align: center;
}
.campaign-flow img {
  width: 98%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .campaign-flow img {
    max-width: none;
    width: 100%;
  }
}
.campaign-notes {
  font-size: 12px;
  color: #cceeee;
  margin-top: 15px;
  line-height: 1.4;
}
.join-lead {
  font-size: 16px;
  font-weight: bold;
  margin: 14px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .join-lead {
    font-size: 22px;
  }
}
.join-points {
  list-style: none;
  padding: 0;
  margin: 16px auto;
  display: table;
  text-indent: -1em;
  padding-left: 1em;
}
.join-points li {
  font-size: 14px;
  text-align: left;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .join-points li {
    font-size: 18px;
  }
}
.cta {
  background: #006666;
  text-align: center;
  padding: 32px 20px 38px;
}
.cta-top img, .cta-button img {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
  margin: 0 auto 4px;
}
.cta-button img {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.cta .note-common {
  color: #fff;
}
.point-section {
  background: #84e7ff;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .cta-button a {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  .cta-button a:hover {
    transform: translateY(-4px);
  }
  .point-section {
    padding: 80px 20px;
  }
}
.point-title {
  width: 100%;
  max-width: 400px;
  margin: 0 auto -20px auto;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .point-title {
    max-width: 600px;
  }
}
.point-title-use {
  margin: 20px auto -25px auto;
}
@media (min-width: 768px) {
  .point-title-use {
    margin: -80px auto -25px auto;
  }
}
.point-box {
  background: #fff;
  border: 4px solid #006666;
  border-radius: 8px;
  padding: 45px 20px 0;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .point-box {
    padding: 60px 20px 0;
    max-width: 910px;
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
  }
}
.point-heading {
  border-radius: 6px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.point-heading img {
  max-width: 280px;
  width: 66vw;
}
@media (min-width: 768px) {
  .point-heading img {
    width: 273px;
    height: 50px;
  }
}
.point-desc {
  font-size: 17px;
  color: #006666;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  .point-desc {
    font-size: 20px;
  }
}
.point-img {
  width: 90%;
  max-width: 340px;
  margin: -5px auto -20px;
  display: block;
}
.point-note {
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  text-align: left;
}
@media (min-width: 768px) {
  .point-note {
    width: 96%;
    margin: 0 auto;
  }
}
.point-note p {
  margin: 0;
  text-indent: -1.2em;
  padding-left: 1em;
  padding-bottom: 2px;
}
.point-note a {
  color: inherit;
}
.point-example {
  margin-top: 24px;
  margin-left: -24px;
  margin-right: -24px;
  position: relative;
  text-align: center;
}
.point-example-bg img {
  width: 100%;
  display: block;
  height: auto;
  vertical-align: bottom;
}
.point-example-inner {
  background: #036664;
  width: 100%;
  padding: 20px 20px 30px;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  margin: -4px auto;
}
@media (min-width: 768px) {
  .point-example-inner {
    max-width: none;
    padding: 15px 45px 25px;
  }
  .point-example {
    margin-top: 14px;
  }
}
.point-example-img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .point-example-img {
    width: 90%;
    margin: auto;
  }
}
.point-example-text {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .point-example-text {
    font-size: 14px;
    margin: 10px auto 20px;
  }
  .point-example-text .font-big {
    font-size: 16px;
  }
  .point-example-text .font-yellow {
    font-size: 20px;
  }
}
.font-big {
  font-size: 18px;
}
.point-example-text .font-yellow {
  font-size: 21px;
  color: #fefe61;
}
.point-example-notes {
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-align: left;
  margin-top: 8px;
}
.highlight-underline {
  position: relative;
  display: inline-block;
}
.highlight-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.4em;
  background: yellow;
  z-index: -1;
}
.point-box.use {
  border: 4px solid #006666;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .point-box.use {
    border-radius: 8px;
    padding: 60px 30px 25px;
  }
}
@media (min-width: 1250px) {
  .point-box.use {
    padding: 60px 50px 25px;
  }
}
.point-box.use .point-example {
  margin-left: 0;
  margin-right: 0;
}
.point-box.use .point-desc {
  font-size: 20px;
  color: #006666;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .point-box.use .point-desc {
    font-size: 22px;
  }
}
.point-box.use .point-desc .font-small {
  font-size: 16px;
}
.annotation {
  font-size: 0.7em;
  vertical-align: top;
}
.point-box.use .point-img {
  width: 100%;
  margin: 0 auto 5px;
  display: block;
}
.point-use-row {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .point-use-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: left;
  }
  .point-use-row .point-img {
    max-width: 405px;
    flex-shrink: 0;
  }
  .point-use-row .point-use-desc {
    max-width: 520px;
    color: #003333;
  }
}
.point-use-row-margin {
  margin-top: 10px;
}
.point-use-desc {
  --lh: 32px;
  --th: 1px;
  --dash: 6px;
  --gap: 6px;
  position: relative;
  line-height: var(--lh);
  text-align: left;
}
.point-use-desc::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: repeating-linear-gradient(to bottom, transparent 0 calc(var(--lh) - var(--th)), #999 calc(var(--lh) - var(--th)) var(--lh));
  background-size: 100% var(--lh);
  background-repeat: repeat-y;
  -webkit-mask-image: repeating-linear-gradient(to right, #000 0 var(--dash), transparent var(--dash) calc(var(--dash) + var(--gap)));
  mask-image: repeating-linear-gradient(to right, #000 0 var(--dash), transparent var(--dash) calc(var(--dash) + var(--gap)));
}
.point-use-desc p {
  margin: 0;
}
.point-use-desc a {
  color: #1a89ff;
}
.point-use-notes {
  margin-top: 12px;
  font-size: 11px;
  color: #666;
  line-height: 1.6;
  text-align: left;
}
.point-use-notes p {
  margin: 0 0 4px;
  text-indent: -1.1em;
  padding-left: 1em;
}
.feature-section {
  background: #ecfff7;
}
.feature-section_container {
  background: #ecfff7;
  text-align: center;
  padding: 40px 20px 0;
  margin: 0 auto;
}
.feature-title {
  width: 75%;
  max-width: 480px;
  margin: 0 auto 24px;
  display: block;
}
@media (min-width: 768px) {
  .feature-section_container {
    padding: 40px 30px 0;
  }
  .feature-title {
    max-width: 353px;
  }
}
.feature-icon {
  height: auto;
  margin: 40px auto 14px;
  display: block;
}
.feature-icon2 {
  height: auto;
  margin: 60px auto 8px;
  display: block;
}
.feature-icon3 {
  height: auto;
  margin: 60px auto 8px;
  display: block;
}
.feature-subtitle {
  width: 80%;
  max-width: 420px;
  margin: 0 auto 7px;
  display: block;
}
@media (min-width: 768px) {
  .feature-subtitle {
    margin: 0 auto 30px;
  }
  .feature-icon2 {
    margin: 100px auto 8px;
  }
  .feature-icon3 {
    margin: 75px auto 8px;
  }
}
.feature-row {
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 960px;
}
.feature-text-block {
  text-align: left;
}
.feature-text {
  font-size: 16px;
  line-height: 1.8;
  color: #004444;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 768px) {
  .feature-text {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
.feature-text-normal {
  font-weight: normal;
}
.feature-image-block {
  text-align: left;
  padding-bottom: 3px;
}
.feature-image-block .note-indent {
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}
.feature-row-note-block {
  text-align: left;
}
.feature-row-note-block .note-indent {
  text-indent: -1.7em;
  padding-left: 1.8em;
}
.feature-content {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.feature-content-margin {
  margin-bottom: 5px;
}
.feature-heading-img {
  width: 95%;
  max-width: 480px;
  margin: 15px auto;
  display: block;
}
@media (min-width: 768px) {
  .feature-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    max-width: 800px;
  }
  .feature-text-block {
    flex: 1;
	margin-bottom: 10px;
  }
  .feature-image-block {
    flex: 1.2;
    text-align: right;
  }
  .feature-image-block img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 1250px) {
  .feature-row {
    gap: 40px;
    max-width: 960px;
    align-items: center;
  }
}
.app-section {
  max-width: 1440px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #ecfff7 0%, #c5fff2 25%, #40eddd 67%, #0ab5a1 100%);
  display: flex;
  justify-content: center;
}
.app-inner {
  max-width: 500px;
  width: 100%;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 16px 0;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: -3px;
}
@media (min-width: 768px) {
  .app-inner {
    max-width: none;
    padding: 40px 40px 0;
  }
}
.feature-logo {
  width: 160px;
  height: auto;
  margin: 4px auto;
  display: block;
}
@media (min-width: 768px) {
  .feature-logo {
    width: 250px;
  }
}
.feature-cta-text {
  font-size: 20px;
  font-weight: bold;
  color: #004444;
  text-align: center;
  margin: 4px 0;
}
@media (min-width: 768px) {
  .feature-cta-text {
    font-size: 30px;
  }
}
.feature-appstore {
  width: 98%;
  margin: 12px auto;
  display: block;
}
.feature-phone {
  margin-top: 8px;
  text-align: center;
  line-height: 0;
}
.feature-phone img {
  width: 60%;
}
@media (min-width: 768px) {
  .feature-phone img {
    width: 70%;
  }
}
.bank-outline {
  background: #EAF5F2;
  padding: 0 16px;
  margin: 0 auto;
  padding-top: 50px;
  color: #333;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bank-outline {
    padding: 65px 30px;
  }
}
.bank-outline-card {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #EAF5F2;
}
@media (min-width: 768px) {
  .bank-outline-card {
    max-width: 960px;
    padding-bottom: 115px;
  }
}
.bank-outline-title {
  font-size: 18px;
  font-weight: 700;
  color: #006666;
  text-align: center;
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid #006666;
}
@media (min-width: 768px) {
  .bank-outline-title {
    font-size: 22px;
    padding: 13px 0;
  }
}
.bank-outline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #006666;
}
.bank-outline-list > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  padding: 11px 0;
  border-bottom: 1px solid #006666;
  font-size: 13px;
}
.bank-outline-list > li.no-divider {
  border-bottom: none;
}
.bank-outline-list > li.no-divider a{
  color: inherit;
}
.bank-outline-list .label {
  width: 6em;
  text-align: center;
}
.tel a {
  color: #333;
  text-decoration: none;
  pointer-events: none;
}
@media (min-width: 768px) {
  .bank-outline-list .label {
    width: 12em;
  }
}
.bank-outline-list .value {
  flex: 1;
  word-break: break-word;
}
.tasks {
  list-style: disc;
  padding-left: 1.2em;
  margin: 0;
}
.bank-notes-list {
  font-size: 12px;
  color: #333;
  line-height: 1.7;
  margin: 0;
  margin-top: 18px;
  padding-left: 1em;
  list-style-type: disc;
}
.bank-notes-list li {
  margin: 0 0 4px;
}
.bank-footer {
  text-align: center;
  padding: 12px 0 0;
  margin-top: 20px;
}
.footer-logo {
  width: 166px;
  height: auto;
}
.floating-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background: rgba(0, 234, 173, 0.5);
  border-radius: 18px 18px 0 0;
  z-index: 1000;
  padding: 12px 0 10px;
  text-align: center;
  line-height: 0;
  animation: fuwa 0.3s linear 0s;
}
@keyframes fuwa{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .floating-cta {
    max-width: 632px;
  }
}
.floating-cta img {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .floating-cta img {
    width: 60%;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.modal.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.modal-body {
  width: calc(100% - 50px);
  margin: auto;
  height: calc(100% - 80px);
  position: relative;
  max-width: 960px;
  top: 20px;
  transform: unset;
}
.modal-content {
  background: #006363;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 100%;
  transform: scale(0.95);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
}
.modal-scroll-area {
  flex: 1;
  background: #ecfff7;
  overflow-y: auto;
  padding: 30px 20px 30px;

  position: relative;
  z-index: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 768px) {
  .modal-scroll-area {
    padding: 30px 60px 20px 60px;
  }
}
.modal-scroll-area::-webkit-scrollbar {
  display: none;
}
.modal-title {
  padding: 10px 0;
  background-image: radial-gradient(circle, #066 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-title {
    padding: 25px 0;
  }
}
.modal-title img {
  max-width: 95%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .modal-title img {
    max-width: 75%;
    max-height: 22px
  }
}
@media (min-width: 1025px) {
  .modal-title img {
    max-width: 75%;
    max-height: 35px;
  }
}
.modal-title-small img {
  max-width: 75%;
}
@media (min-width: 768px) {
  .modal-title-small img {
    max-width: 65%;
  }
}
.modal5-ttl img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .modal5-ttl img {
    max-width: 65%;
  }
}
.modal-divider {
  display: block;
  width: 90%;
  height: 2px;
  margin: 12px auto 20px;
  overflow: visible;
}
.modal-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0;
}
@media (min-width: 768px) {
  .modal-image-small img {
    max-width: 50%;
  }
}
.close-icon {
  position: absolute;
  top: -12px;
  right: -12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  z-index: 10;
}
.close-icon svg {
  display: block;
}
.custom-vscrollbar {
  position: absolute;
  top: 20px;
  right: 2px;
  width: 5px;
  height: calc(100% - 25px);
  background: #d9ede5;
  border-radius: 4px;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.custom-vscrollbar.visible {
  opacity: 1;
  pointer-events: auto;
}
.custom-vscrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #727e7a;
  border-radius: 4px;
  cursor: grab;
}
.modal-footer-bottom {
  background: #006363;
  flex-shrink: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-footer-bottom.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.close-bottom {
  display: block;
  width: 100%;
  padding: 11px 0;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
}
@media (min-width: 768px) {
  .close-bottom {
    font-size: 22px;
  }
}
.table-wrapper {
  overflow-x: auto;
  margin: 20px 0 5px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.table-wrapper::-webkit-scrollbar {
  display: none;
}
.scroll-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 720px;
  background: #fff;
  font-size: 14px;
}
.scroll-table th, .scroll-table td {
  padding: 12px 16px;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
}
.scroll-table thead .th-lv1.th-group {
  background: #00bab4;
  color: #fff;
  font-weight: 700;
  border-right: 1px solid #fff;
}
.scroll-table thead .th-lv1.th-side {
  background: #fff;
  color: #004444;
  font-weight: 700;
  border: 1px solid #fff;
}
.scroll-table thead tr:nth-child(2) .th-lv2 {
  background: #8bf7db;
  color: #006666;
  font-weight: 700;
  border: 1px solid #fff;
}
.scroll-table tbody td:first-child {
  background: #8bf7db;
  color: #006666;
  font-weight: bold;
  border: 1px solid #fff;
}
.scroll-table tbody td:not(:first-child) {
  background: #fff;
  color: #333;
  border: 1px solid #8bf7db;
}
.scroll_txt {
  display: block;
  width: 90px;
  position: relative;
  top: 0;
  left: 100%;
  transform: translateX(-100%);
  color: #066;
  font-size: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .table-wrapper{
    margin: 20px 0 20px;
  }
}
@media (min-width: 880px) {
  .scroll_txt {
    display: none;
  }
}
.custom-scrollbar {
  position: relative;
  height: 10px;
  background: #d9ede5;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}
.custom-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80px;
  background: #006363;
  border-radius: 8px;
  cursor: grab;
}
.modal-box.service {
  border-radius: 8px;
  overflow: hidden;
  margin: 20px auto;
  color: #333;
  line-height: 1.6;
  text-align: left;
  background: #fff;
}
.modal-box.service.orange {
  border: 4px solid #ff6600;
}
.modal-box.service.orange .service-heading {
  background: #ff6600;
  color: #fff;
}
@media (min-width: 768px) {
  .modal-box.service.orange .service-heading {
    font-size: 26px;
  }
}
.modal-box.service.blue {
  border: 4px solid #1f68b6;
}
.modal-box.service.blue .service-heading {
  background: #1f68b6;
  color: #fff;
}
@media (min-width: 768px) {
  .modal-box.service.blue .service-heading {
    font-size: 26px;
  }
}
.service-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px 4px 0 0;
  line-height: 1;
}
.service-heading span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.service-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}
.service-title {
  width: 43px;
  object-fit: contain;
  display: block;
}
.service-body {
  background: #fff;
  padding: 16px;
  border-radius: 0 0 4px 4px;
}
.service-body p {
  margin: 0;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.service-body .note-common {
  color: #555;
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
}
.modal-box.ui-box {
  background: #f5fff5;
  border-radius: 8px;
  padding: 24px 20px 20px;
  margin: 20px auto;
  box-shadow: none;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  box-sizing: border-box;
  max-width: 90%;
}
.ui-box-title {
  background-color: #00bab4;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  padding: 8px 0;
  margin: 8px 0 12px;
}
@media (min-width: 768px) {
  .ui-box-title {
    font-size: 26px;
  }
}
.ui-box-title-mb-top {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .ui-box-title-mb-top {
    margin-top: 69px;
  }
}
.ui-box-highlight img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.ui-customer-title {
  font-size: 15px;
  font-weight: bold;
  color: #004444;
  margin: 10px 0 8px;
}
@media (min-width: 768px) {
  .ui-customer-title {
    font-size: 22px;
  }
}
.ui-average-box {
  background: #eaf5f2;
  border-radius: 6px;
  padding: 16px;
  margin: 12px 0 16px;
  text-align: left;
}
@media (min-width: 768px) {
  .ui-average-box {
    padding: 40px 50px;
  }
}
.ui-average-text {
  font-size: 14px;
  line-height: 1.6;
  color: #004444;
  margin: 0;
}
.ui-example {
  background: #fff;
  border-radius: 6px;
  padding: 14px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .ui-example {
    padding: 25px 38px;
  }
}
.ui-example-title {
  font-size: 18px;
  font-weight: bold;
  color: #006666;
  margin-bottom: 6px;
  margin-top: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-example-title {
    font-size: 24px;
  }
}
.ui-example-text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin: 0;
  margin-top: 4px;
}
.ui-customer-title + .ui-box-highlight img {
  margin-top: 8px;
}
.ui-box p {
  margin: 0 0 10px;
  color: #004444;
}
.ui-box .note-common {
  font-size: 16px;
  color: #003333;
  line-height: 1.4;
  margin-top: 4px;
}
.ui-average-box .note-common {
  color: #004444;
}
.ui-box .note-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.ui-box .note-common.note-indent {
  margin-top: 4px;
  margin-bottom: 0;
  color: #003333 !important;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.ui-box-highlight {
  margin: 14px 0 18px;
  text-align: center;
}
.modal.show .ui-box img {
  opacity: 1;
  transform: none;
  transition: opacity 0.3s ease;
}
.modal .ui-box img {
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.ui-box-title + .ui-box-highlight img {
  margin-top: 8px;
}
.fv-entry-inner {
  z-index: auto;
}
.fv-entry-curve {
  z-index: 2;
}
.bank-link {
  font-size: 12px;
  color: #444;
}
.join-points-inline {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  white-space: nowrap;
  margin-top: 20px;
}
.modal-external-link {
  text-align: center;
  margin-top: 9px;
  color: #555;
  font-size: 12px;
}
.modal-external-link a {
  color: inherit;
}
@media (min-width: 768px) {
  .modal-box-area {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
  }
  .modal-box-area .modal-box {
    flex: 1 1 50%;
  }
}
.tasks-heading {
  list-style: none;
  margin-left: 0;
  text-indent: -1.5em;
  display: list-item;
}
.fv-title-img {
  width: 664px !important;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .fv-title-img {
    width: 100% !important;
    max-width: 664px !important;
    margin: 0 auto;
  }
}
.note-common-annotation {
  font-size: 13px !important;
  color: #555 !important;
}
.ui-example-calculation {
  text-align: center;
  color: #006666;
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .ui-example-calculation {
    font-size: 25px;
  }
  .ui-example-calculation .font-big {
    font-size: 30px;
  }
}
.modal5-0yen-img {
  width: 75%;
  margin-top: 46px !important;
}
.modal5-stage-img {
  width: 90%;
  margin-top: 35px !important;
}
.modal5-hantei-img {
  width: 85%;
  margin-top: 22px !important;
}
.modal5-traiangle {
  text-align: center;
}
.ui-customer-title-slash {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #006666;
  margin: 30px auto 0;
  line-height: 1.6;
  padding: 0 20px;
  display: block;
  width: 80%;
}
.ui-customer-title-slash::before, .ui-customer-title-slash::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 75px;
  height: 3px;
  background-color: #006666;
  transform-origin: center;
}
.ui-customer-title-slash::before {
  left: -25px;
  transform: translateY(-50%) rotate(65deg);
}
.ui-customer-title-slash::after {
  right: -25px;
  transform: translateY(-50%) rotate(-65deg);
}
@media (min-width: 768px) {
  .ui-customer-title-slash::before {
    left: 60px;
  }
  .ui-customer-title-slash::after {
    right: 60px;
  }
  .ui-customer-title-slash {
    width: 100%;
    font-size: 20px;
    margin-bottom: 0;
    padding: 0;
  }
}
.label-hollow {
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
}
.orange .label-hollow {
  -webkit-text-fill-color: #ff6600;
}
.blue .label-hollow {
  -webkit-text-fill-color: #1f68b6;
}
.sec3-con3-ttl-pc {
  max-width: 470px;
  margin-top: 20px
}
.note-mark {
  font-size: 10px;
}
@media (min-width: 768px) {
  .fv {
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    overflow: hidden;
  }
  .fv .fv-background {
    display: block;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .fv .fv-background {
    width: 1440px !important;
    min-width: 100% !important;
  }
}
@media (min-width: 1440px) {
  .fv .fv-background {
    max-width: 1440px !important;
  }
}
#modal5 .note-average-only {
  display: block;
  text-indent: -1.05em;
  padding-left: 1.2em;
  margin-left: 0;
  line-height: 1.4;
  color: #003333;
  font-size: 12px;
  margin-top: 11px;
}
@media (min-width: 768px) {
  .modal-body {
    width: calc(100% - 40px);
    margin: 20px auto;
    height: auto;
    position: absolute;
    max-width: 960px;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
  }
  .modal-content {
    background: #006363;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 90vh;
    transform: scale(0.95);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    will-change: transform, opacity;
    backface-visibility: hidden;
  }
  
  #modal1,
  #modal2,
  #modal3,
  #modal4,
  #modal5,
  #modal6 {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding-top: 40px;
  }
  
  #modal1 .modal-body,
  #modal2 .modal-body,
  #modal3 .modal-body,
  #modal4 .modal-body,
  #modal5 .modal-body,
  #modal6 .modal-body {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  
}
@media (min-width: 768px) {
  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .modal.show {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  #modal1,
  #modal2,
  #modal3,
  #modal4,
  #modal5,
  #modal6 {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding-top: 40px;
  }
/*  #modal1 .modal-body,
  #modal2 .modal-body,
  #modal3 .modal-body,
  #modal4 .modal-body,
  #modal5 .modal-body,
  #modal6 .modal-body {
    max-height: none;
  }*/
  #modal1 .modal-body,
  #modal2 .modal-body,
  #modal3 .modal-body,
  #modal4 .modal-body,
  #modal5 .modal-body,
  #modal6 .modal-body {
  margin-top: 4% !important;
  height: auto;
  max-height: 90vh;
  }
  
}


ul.caution {
  font-size: 12px;
  list-style: none;
  padding-left: 1.3em;
  font-weight: 400;
  margin-bottom: 0;
}
ul.caution li {
  text-indent: -1em;
}
ul.caution li::before {
  content: "※";
  position: relative;
  left: -2px;
}
.camp_3 {
  color: #FFF;
  margin-bottom: 34px;
}
.camp_7 {
  color: #FFF;
  margin-top: 20px;
}


@media (min-width: 768px) {
  #modal6 .modal-scroll-area {
      padding: 40px 60px 48px 60px;
  }
  #modal6 p{
    color: #006363;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 26px;
  }
  #modal6 img.qr_img{
    display: block;
    max-width: 195px;
    margin: 0 auto;
  }
}