
body {
    color: #666666;
}

.container {
     box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    max-width: 1170px;
    margin: 0 auto;
}
.padding20 {
    padding: 40px 0;
}
@media (max-width:480px) {
   .padding20{
    padding: 40px 0 0 0;
   }
}
.padding-section {
    padding: 60px 0;
}
@media (max-width: 768px) {
     .padding-section{
 padding: 40px 0;
     }  
    }

.sp-block {
    display: none;
}
@media (max-width: 768px) {
     .sp-block {
      display: block;
     }  
    }

/*タイトル*/
.section-title_box {
    justify-content: center;
}
.section-title_en{
font-family: "Playball", cursive;
 font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #666666;
letter-spacing: 0.15rem;
margin-bottom: 32px;
}

.section-title {
    color: #1A2580;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5;
    letter-spacing: 0.15rem;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
  .section-title_en {
    font-size: 18px;
  }
}

/* スマホ */
@media (max-width: 480px) {
  .section-title {
    font-size: 18px;
  }
}
/*メイン*/
.nurturing-mv {
    gap: 40px;
    justify-content: center; 
}
@media (max-width: 1024px) {
    .nurturing-mv{
flex-direction: column;
    }
}

.nurturing-t {
 font-family: "Playball", cursive;
 font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #2F62AC;
letter-spacing: 0.15rem;
margin-bottom: 20px;
}
@media (max-width: 1024px) {
    .nurturing-t{
     text-align: center;
    }
    }

.nurturing-t span {
color: #1A2580;
font-size: clamp(24px, 5vw, 40px);
font-family: "Noto Serif JP";
}

.nurturing-p {
    font-size: 20px;
    line-height:2;
    font-weight: 700;
}

 @media (max-width: 768px)  {
      .nurturing-p{
      font-size: 16px;
        text-align: center;
      } 
    }

.top_img {
    position: relative;
    left: -10%;
}
 @media (max-width: 1024px) {
    .top_img {
     left: 0;
    } 
}

.top_img img {
    max-width: 200px;
}

.top_img_logo img {
    max-width:300px
}

.top_img_logo {
    position: absolute;
    bottom: 15%;
    right: 55%;
}
@media (max-width: 1024px) {
    .top_img_logo{
    right: 10%;
     bottom: 30%;
    }
    }
@media (max-width: 768px) {
    .top_img_logo{
     right: 20%;
     bottom: 25%;
     z-index: -1;
    }
    }

@media (max-width: 1024px) {
   .contact_form img{
  margin-top: 110px;
   }  
}

/*こんな課題ありませんか？*/
.cont_headTtl {
    padding: 120px 0;
}

.sec_ttl {
   font-size: 24px; 
   color: #2E3B8F;
   text-align: center;
   line-height: 1.5;
}

.flex {
    display: flex;
}

.task-list ul li {
   margin: 0 auto 20px; 
  width: 56%; 
  padding-left: 40px; 
  position: relative;
  padding: 20px 20px 20px 80px;
  background-color: #f1f1f1;
  box-shadow: 1px 1px 2px #00000040;
}

.task-list ul li::before {
    content:url(../malna/assets/img/nurturing/checkmark.svg);
    display: block;
    position: absolute;
    top: 50%; 
    left: 30px; 
    transform: translateY(-50%); 
    width: 16px;
    height: 16px;
}

.task-list ul {
margin-bottom: 40px;
}

.serif-text {
   font-size: 24px; 
   color: #2E3B8F;
   line-height: 1.5;
 margin-bottom: 40px;
}

.lead-left img {
    max-width: 300px;
}

.task-p {
    margin: 0;
}

.center {
    text-align: center;
}

.problem-link {
    text-align: center;
    line-height: 1.5;
    margin-top: 12px;
}

.problem-link a span {
   border-bottom:1px solid #666666;
   padding-bottom: 6px;
}

.lead-right h3 {
    position: relative;
    font-size: 18px;
    color: #1A2580;
   font-family: "Noto Serif JP";
}

.lead-textbox h3::after {
  position: absolute;
  right: -10px;
  top: 50%;
  height: 1px;
  background-color: #1A2580;
}

.lead-textbox:nth-of-type(1) h3::after { width: 247px; content: ''; }
.lead-textbox:nth-of-type(2) h3::after { width: 266px; content: ''; }
.lead-textbox:nth-of-type(3) h3::after { width: 229px; content: ''; }
.lead-textbox:nth-of-type(4) h3::after { width: 285px; content: ''; }

.lead-textbox {
    margin-bottom: 20px;
}

.lead-nurturing {
    gap: 80px;
}

.nurturing img {
    margin: 40px 0;
}

.nurturing-message {
position: relative;
}

.message-box {
    margin: 40px;
  z-index: 2; 
}

.message-box p {
    margin-bottom: 20px;
    letter-spacing: 0.15rem;
}

.malna-logo img {
width: 30%;
position: absolute;
top: 60px;
left: 55%;
}

@media (max-width: 1024px) {
    .task-list ul li {
        width: 80%;
    }
    .lead-nurturing {
    gap: 40px;
    flex-direction: column;
    align-items: center;
}
    .malna-logo img {
        top:45%;
    }
    .message-box {
       margin: 60px 30px;
    }
    .lead-textbox h3::after {
        right: -10px;
    }
}
@media (max-width: 768px)  {
    .task-list ul li {
        width: 100%;
    }
.malna-logo img {
    left:60% ;
}
.message-box {
    margin: 0;
}
.lead-textbox h3::after  {
    display: none;
}
}

@media (max-width: 480px) {
.message-box {
    margin: 0 30px;
}
.serif-text {
       font-size: 20px;
       text-align: left;
    }
.malna-logo img {
    left:48% ;
    top: 70%;
    width: 40%;
}
.message-box p {
    font-size: 14px;
}
.task-list ul li::before {
    top: 30%;
    left: 16px;
}
.problem-link {
    text-align: left;
}
}
/*cta*/
.cta h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.cta p {
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.15rem;
}
.cta-btn {
display: inline-block;
  width: 240px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #e59000;
  border:1px solid #e59000;
  background-color: #fff;
  transition: background-color 0.3s; 
  font-weight: 600;
}

.cta-btn:hover {
  background-color:#e59000;
  color: #fff;
}

.date-btn {
    background-color: #e59000;
    color: #ffffff;
}

.date-btn:hover {
    background-color: #fff;
    color: #e59000;;
}

@media (max-width: 1024px) {
  .cta-button {
    align-items: center;
  }

  .cta-logo {
   left: 75%;
   bottom: 50px;
  }

  .cta p {
    margin-bottom: 40px;
  }

  .cta-logo img {
    max-width: 100%; 
    height: auto; 
    width: 300px;
  }
  .cta { 
  overflow: hidden;
  padding: 60px 0;
  margin-top: 60px;
  }
}

@media (max-width: 768px)  {
    .cta h2 {
        font-size: 20px;
    }
    .cta p {
        font-size: 14px;
        padding: 0 12px;
    }
}

@media (max-width: 480px) {
 .cta-button {
    flex-direction: column;
 }
}
.cta {
margin: 40px 0;
  position: relative; 
  background-color: #1A2580;
  padding: 100px 0;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

 .cta-button {
  display: flex;  
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.cta-logo {
  position: absolute; 
  right: 50px;        
  z-index: -1;         
  top: 60%;           
  transform: translateY(-50%); 
}

.cta-logo img {
  max-width: 200px;  
  height: auto;
}

/*3つの特徴*/
.feature-box {
    display: flex;
    gap: 20px;
}
@media (max-width: 769px) {
.feature-box  {
    flex-wrap: wrap;
    justify-content: center;
} 
     }

.number {
    font-family: "Playball", cursive;
 font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #1A2580;
}
.card{
    width: calc(33.333% - 20px); 
    box-sizing: border-box;
    padding: 48px 20px;
    border: 1px solid #eee;
    background-color: #ffffff;
    box-shadow: 1px 1px 2px #00000040;
}

.feature-title {
    text-align: center;
    letter-spacing: 0.15rem;
    margin-bottom: 12px;
    font-size: 20px;
    color: #1A2580;
}

.feature-area {
    padding: 80px 0 ;
    background-color: #f1f1f1;
}

@media (max-width: 1024px) {
    .feature-box {
     flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    }
    .card {
        width: 40%;
    }
}
@media (max-width: 767px) {
.card {
    width: 100%;
}
.card p {
    text-align: center;
}
.feature-area {
    padding: 60px 0;
}
}

/*仕組みを構築*/
.build-top {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  @media (max-width: 480px) {
  flex-direction: column;
  }
}

.flow-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1A2580;
  border-radius: 50%;
  width: 213px;
  height: 213px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: relative;
}
@media (max-width: 480px) {
 .flow-number {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  font-size: 16px;
 }
}

.flow-number::before {
  content: "";
  position: absolute;
  top: 100%; 
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 180%; 
  background-color: #1A2580;
}
@media (max-width: 480px) {
  .flow-number::before {
    content:none;
}
}

@media (max-width: 1024px) {
  .flow-number:nth-child(1):before {
    height: 314%;
    top: 105%;
  }
}

@media (max-width: 1024px) {
  .flow-number:nth-child(2):before {
    height: 180%;
  }}
  

.flow-number.no-line::before {
  content: none;
}

.build {
  position: relative;
}

.white {
  font-size: 32px;
  margin-bottom: 8px;
  color: #fff;
}
@media (max-width: 480px) {
  .white{
    margin: 0;
}
}

.flow-content {
    position: relative;
    margin: 20px 0 60px;
}
 @media (max-width: 768px) {
 .flow-content{
margin: 20px 0;
 } 
}

.flow-details {
  flex: 1;
}

.flow-content_list ul {
  padding-left: 0;
}

.flow-content_list {
    margin-left: 30px;
}

.flow-content_list ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
}

.flow-content_list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2F62AC;
}

.flow-content_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .flow-content_img img {
    width: 80%; 
  }
}

.flow-content_img {
  display: flex;
  justify-content: flex-start; 
  gap: 40px;
  margin-top: 20px;
  overflow: hidden; 
}
 @media (max-width: 1024px) {
  .flow-content_img{
flex-direction: column;
   gap: 20px;
  } 
}

.build-table {
margin: 40px 0;
max-width: 440px;
width: 100%;
}

.build-table p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1A2580;
  font-weight: 700;
  margin-bottom: 12px;
  white-space: nowrap;
}

.build-table p::after {
  content: "";
  height: 1px;
 flex: 1;
  background-color: #1A2580;
}

.build-table:nth-of-type(2) p::after ,
.build-table:nth-of-type(3) p::after{
width: 262px;         
  flex: 0 0 200px;     
}
.build-table:nth-of-type(4) p::after {
  width: 360px;         
  flex: 0 0 200px;      
}
.table-images {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .table-images {
    flex-direction: column;
  align-items: center;
  justify-content: center;
}
}

.table-images img {
    max-width: 250px;
}


/*支援実績*/
.case-box {
    padding: 30px;
    max-width: 1200px;
    width: 100%;
    background-color: #f1f1f1;
    margin-bottom: 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.case-box_top {
    gap: 60px;
    margin: 40px 0;
}

.case-box_text h3 {
border-bottom: 1px solid #666666;
margin-bottom: 12px;
color: #1A2580;
}

.name {
    color: #1A2580;
    font-weight: 700;
}

.case-box_text {
    padding: 22px 0;
    width: 672px;
}

.case-box_text p {
    margin: 6px 0;
}

.case-flow {
    gap:42px;
    justify-content: flex-start; 
    box-sizing: border-box;
}

.flow-card {
    width: 100%;
    box-sizing: border-box;
    padding: 26px;
    background-color: #ffffff;
    position: relative;
    box-shadow: 1px 1px 2px #00000040;
}

.flow-card::after {
    position: absolute;
    content: url(../malna/assets/img/nurturing/arrow-right.svg);
    width: 20px;
    height: 20px;
    top: 50%;    
    left: 108%;  
    transform: translate(-50%, -50%);
}
.flow-card:nth-child(3)::after { content: none; display: none; }

.flow-card h4 {
display: flex;
  align-items: center;
  color: #1A2580;
  margin-bottom: 20px;
   white-space: nowrap;
}

.flow-card h4::after {
     content: '';
  display: block;
  width: 170px;
  height: 1px;
  background: #1A2580;
  margin-left: 1rem;
}

@media (max-width: 1024px) {
    .flow-card::after {
        transform: translate(-50%, -50%) rotate(90deg); 
        left: 50%; 
        top: 117%;
    }
    .case-flow {
        flex-direction: column;
        gap: 48px;
    }
}
@media (max-width: 768px) {
    .flow-card {
        max-width: 100%; 
        padding: 20px;  
    }
    .case-box_top {
        margin: 20px 0;
        flex-direction: column;
    }
    .case-box_text {
        padding: 0;
    }
    .case-box_top {
        gap: 40px;
    }
}

@media (max-width: 480px) { 
    .flow-card::after {
        top: 114%;
    }
}

/*料金プラン*/
.plan {
    background-color:#F1F1F1;
    padding: 40px;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

.plan-content {
    gap: 20px;
    justify-content: center;
}

.plan-content_block {
    padding: 40px;
    max-width: 510px;
    width: 100%;
}

.plan-text {
color: #1A2580;
font-size: 18px;
margin-bottom: 30px;
}

.back-white {
    background-color: #fff;
}

.orange {
    color: #E59000;
}

.grau-illust p {
    color: #fff;
}

.grau-illust span {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}
@media (max-width: 1024px) {
    .plan-content {
        flex-direction: column;
        align-items: center;
    }
}
.plan-text {
    margin-bottom: 20px;
}
.plan-content_block {
    padding: 20px;
}


.grau-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin: 0 auto;
}

.fukidashi-img {
    max-width: 100%;
    position: absolute; 
    top: 0;
    right: -40%;
    max-width: 190px; 
}
@media (max-width: 1024px) {
    .grau-img {
        flex-direction: column;
    }
    .fukidashi-img {
        position: absolute; 
        top: 0;
        right: -127px;
    }
}

@media (max-width: 767px) {
    .grau-img {
    position: relative;
    top: 0;
    left: -5%;
    }
    .fukidashi-img {
        max-width: 50%; 
        position: absolute; 
        top: 30px;
        right: -20px;
         transform: rotate(10deg); 
    transform-origin: center; 
    }
}

/*よくある質問*/
.faq-area {
    justify-content: space-around;
}

.c-accordion__icon {
    font-family: "Playball", "cursive;";
    font-size: 32px;
    margin-right: 20px;
}

.blue {
    color: #1A2580;
}

.faq {
    width: 60%;
}
.faq-answer {
  display: none;
  padding: 10px;
  border-bottom: none; 
}

.faq-question.active + .faq-answer {
  border-bottom: 1px solid #1A2580;
}

.faq-question {
color: #1A2580;
 font-family: "Noto Serif JP";
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
   position: relative; 
  padding-right: 30px; 
  border-bottom: 1px solid #1A2580;
}

.faq-question.active {
  border-bottom: none;
}

.faq-question::after {
  content: url(../malna/assets/img/nurturing/arrow-bottom.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

@media (max-width: 480px) {
    .faq-question::after {
        right: 0;
         transform: translate(-50%, -50%);
    }
}

/* ▲ activeのときは上向き */
.faq-question.active::after {
  content: url(../malna/assets/img/nurturing/arrow-top.svg);
}

@media (max-width: 767px) {
.faq {
    width: 100%;
}
.faq-area {
    flex-direction: column;
    justify-content: center;
}
}
