@charset "UTF-8";
/* -------------------------------------------*/
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-family: 'Noto Sans JP', serif;
  color: #4d4846;
  background-color: #efefef;
}
.l-main {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  box-shadow:  0 0 20px rgba(0,0,0,0.2);
  background-color: #fff;
}
.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
section{
  position: relative;
}
.beige-back{
  background-color: #F9F0E0!important;
}
.grad-back{
  background: linear-gradient(to bottom, #1A310E 0%, #2C5319 50%, #1A310E 97%)!important;
}
@keyframes btnAnime{
0%, 40%, 60%, 80% {
    transform: scale(1.0);
}
50%, 70% {
    transform: scale(0.95);
}
}
/* -------------------------------------------*/
.achieve{
  padding: 10px 20px 26%;
}
.achieve-btn{
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 999;
}
/* .achieve-btn.is-fixed {
  position: fixed;
} */
.achieve-btn-link{
  display: block;
  animation: btnAnime 2s ease-out infinite;
}
.achieve-btn-text{
  margin-bottom: 3px;
  padding: 0 16px 0 13px;
}

.campaign{
  padding: 30px 20px 40px;
}
.campaign-cta{
  position: absolute;
  left: 50%;
  bottom: 21%;
  transform: translateX(-50%);
  width: 87%;
  background:#fff;
}
.campaign-line{
  margin-top: 10px;
  display: block;
}


.voice{
  padding: 40px 30px;
}
.voice-contents{
  margin-top: 52px;
  padding: 0 7px;
}
.voice-wrap{
  padding: 0 20px 26px;
  background-color: #fff;
}
.voice-wrap:not(:first-child){
  margin-top: 48px;
}
.voice-user{
  position: relative;
  top: -16px;
  left: -38px;
    width: calc(100% + 40px);
}
.voice-peroid{
  position: relative;
  margin-top: 10px;
}
.voice-peroid-month{
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
}
.voice-detail-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding:14px 0 0;
}
.voice-detail-btn-text{
  width: 77px;
}
.voice-detail-btn::after{
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  background: url(../images/icon_downarrow.webp) no-repeat top center/contain;
  aspect-ratio: 13/8;
  width: 13px;
  margin-left: 8px;
  transition: .3s;
}
.voice-detail-btn.is-active::after{
  transform: rotate(180deg);
}
.voice-detail-msg{
  display: none;
  margin-top: 32px;
}
.experience-title{
  width: 63.88%;
  margin: 0 auto;
}

.problem{
  padding: 40px 20px 0;
}
.problem-img{
  width: calc(100% + 40px);
  margin: 25px -20px 0;
}

.reason{
  padding: 40px 20px 43px;
}
.reason-title{
  width: 73.73%;
  margin: 0 auto;
}
.reason02-title{
  width: 43.28%;
  margin: 0 auto;
}
.reason-wrap{
  margin-top: 31px;
}
.reason-item:not(:first-child){
  margin-top: 24px;
}
.reason02-bottom{
  margin-top: 40px;
}

.support{
  padding: 40px 20px;
}
.support-list{
  margin-top: 24px;
}

.plan{
  padding: 40px 20px;
}
.plan-title{
  width: 79.46%;
  margin: 0 auto;
}
.plan-table{
  margin-top: 27px;
}

.monitor{
  padding: 0 20px;
}
.monitor-cta{
  position: absolute;
  left: 50%;
  bottom: 4.53%;
  transform: translateX(-50%);
  width: 87%;
  padding: 20px 10px;
  background:#fff;
}

.why{
  padding: 40px 20px 32px;
  background-color: #F9F0E0;
}
.why-wrap{
  margin-top: 40px;
}
.why-item:not(:first-child){
  margin-top: 24px;
}
.why-img{
  margin-top: 24px;
}

.data{
  padding: 40px 20px;
}
.data-wrap{
  margin-top: 16px;
}
.data-item:not(:first-child){
  margin-top: 32px;
}

.relife{
  padding: 40px 20px;
}

.flow{
  padding: 40px 20px;
}
.flow-title{
  width: 51.46%;
  margin: 0 auto;
}
.flow-wrap{
  margin-top: 32px;
}
.flow-item{
  position: relative;
}
.flow-item:not(:first-child){
  margin-top: 24px;
}
.flow-item-cta {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 5.61%;
    bottom: 13.16%;
    width: 69.67%;
}

.faq{
  padding: 40px 20px;
}
.faq-title{
  width: 42.99%;
  margin: 0 auto;
}
.faq-wrap{
  margin-top: 25px;
}
.faq-item:not(:first-child){
  margin-top: 32px;
}
.faq-q{
  cursor: pointer;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.faq-q::before,
.faq-q::after {
  content: "";
  position: absolute;
  bottom: calc(50% + 8px);
  background-color: #1E1E1E;
  transition: 0.2s ease;
}
.faq-q::before {
  right: 0;
  width: 18px;
  height: 2px;
  transform: translateY(50%);
}
.faq-q::after {
  right: 9px;
  width: 2px;
  height: 18px;
  transform: translate(50%,50%);
}
.faq-q.is-active::after {
  transform: translate(50%,50%) rotate(-90deg);
}
.faq-a{
  display: none;
  padding-top: 16px;
}

.mentor{
  padding: 40px 20px;
}
.mentor-msg{
  margin-top: 24px;
}

.about{
  padding: 0 20px;
}
.about-lead-head{
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.about-lead-msg{
  margin-top: 24px;
}
.about-company{
  margin-top: 40px;
}
.about-company-table{
  margin-top: 16px;
}
.about-company-bottom{
  margin-top: 40px;
}

.copyright{
  padding:4px 122px 48px;
}

.fixed-cta{
  opacity:0;
  pointer-events: none;
  position: fixed;
  flex-wrap: wrap;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  gap:4px 10px;
  max-width: 430px;
  width: 100%;
  padding: 2px 30px 10px;
  z-index: 1000;
  transition: .3s;
}
.fixed-cta-btn{
  width:46%;
}
.fixed-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.fixed-cta::before{
content:"";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100%;
margin: 0 calc(50% - 50vw);
background-color: #fff;
z-index: -1;
}
.fixed-cta-attach {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #25550E; /* 目立つ赤などに変更可能 */
  padding: 4px 0;
  line-height: 1.4;
}

/* ポップアップ */
.hidden {
    display: none;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.popup-content {
    position: fixed;
    top: 50%;
    width: 100%;
    max-width: 360px;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    background: white;
    border-radius: 10px;
    z-index: 20;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.popup-content.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.popup-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.close-btn {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    right: 10px;
    background: #52845F;
    border: none;
    color: white;
    font-size: 25px;
    cursor: pointer;
    padding: 5px 8px;
    border-radius: 50%;
    z-index: 30;
    transition: 0.3s;
}
.close-btn:hover{
    opacity: 0.7;
}