@charset "UTF-8";

/* サービス紹介ボタン調整 */
#nbp5543238\ 5543238 .inner_item_txt {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#nbp5543238\ 5543238 ul {
  margin-bottom: 2rem;
}

@media screen and (max-width:768px){
  #home02 + section .content_wrapper > div{
    overflow: scroll;
  }

  #home02 + section .content_wrapper > div > table{
    min-width: 800px;
  }
}

/*プランパーツ修正*/
#top_plan + section .content_wrapper .pricing-container{
  display: flex;
  justify-content: center;
}

#top_plan + section .content_wrapper .plan-title {
    font-size: 22px;
}

@media screen and (min-width:769px) and (max-width:900px){
  #top_plan + section .content_wrapper .plan-title {
    font-size: 16px;
  }

  #top_plan + section .content_wrapper .price{
    font-size: 14px;
  }

  #top_plan + section .content_wrapper .initial-price{
    font-size: 12px;
  }
}

@media screen and (max-width:768px){
  #top_plan + section .content_wrapper .pricing-container {
    flex-direction: column;
  }
}

@media screen and (max-width:375px){
  #top_plan + section .content_wrapper .pricing-container {
    padding:0;
  }
}

/*よくある質問ボタン修正*/
#top_faq + div[style*=" color:"]:not([style*=" color: inherit"]) a{
  color: var(--i_btn_txt_color);
}

/*---------------MVテキストカラー_250325---------------*/
#mv .mv_text h2 {
    color:#fff;
}


/*---------------ボタンカラー_250401---------------*/
[id^="color_chg_"]  + div.block_news_1 a,
[id^="color_chg_"]  + div.contents_btn01 a{
    background: #e3f2fd;
    color:#1a237e;
}

[id^="color_chg_"]  + div.block_news_1 a:before,
[id^="color_chg_"]  + div.contents_btn01 a:before{
  border-right-color: #e3f2fd;
  border-bottom-color: #e3f2fd;
}

[id^="color_chg_"]  + div.block_news_1 a:hover,
[id^="color_chg_"]  + div.contents_btn01 a:hover{
    background: #1a237e;
    color:#e3f2fd;
}

/*---------------ヘッダー_250401---------------*/
@media screen and (max-width: 900px) {
  header.width_full .wraper {
    width: 100%;
  }
}

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Noto Sans JP', sans-serif;
            line-height: 1.7;
            color: #000000;
            background-color: #ECF0F0;
        }

        /* メインコンテンツ */
        main {
            margin-top: 0;
        }

        .section {
            padding: 60px 0;
        }

        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* プロローグセクション */
        .prologue {
            background: linear-gradient(135deg, #1a237e 0%, #3949AB 100%);
            color: white;
            padding: 100px 0;
            text-align: center;
        }

        .prologue-content {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 40px;
            border-radius: 15px;
            margin: 0 auto;
            max-width: 800px;
        }

        .prologue h2 {
            font-size: 36px;
            margin-bottom: 30px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .prologue p {
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: 15px;
            opacity: 0.95;
        }

        .highlight {
            background-color: #FFD700;
            color: #1a237e;
            padding: 2px 8px;
            border-radius: 3px;
            font-weight: bold;
        }

        /* ソリューションセクション */
        .solution {
            background-color: white;
        }

        .solution-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .solution-header h2 {
            color: #1a237e;
            font-size: 32px;
            margin-bottom: 20px;
        }

        .solution-content {
            background-color: #E3F2FD;
            padding: 40px;
            border-radius: 15px;
            border-left: 5px solid #1a237e;
        }

        .solution-content h3 {
            color: #1a237e;
            font-size: 28px;
            margin-bottom: 20px;
        }

        /* 世界観セクション */
        .worldview {
            background-color: #ECF0F0;
        }

        .worldview-content {
            background-color: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .worldview h2 {
            color: #1a237e;
            font-size: 32px;
            margin-bottom: 30px;
            text-align: center;
        }

        .quote {
            font-size: 24px;
            color: #2ECC71;
            font-weight: bold;
            text-align: center;
            margin: 30px 0;
            padding: 20px;
            background-color: #E3F2FD;
            border-radius: 10px;
        }

        /* サービスセクション */
        .services {
            background-color: white;
        }

        .services h2 {
            color: #1a237e;
            font-size: 32px;
            text-align: center;
            margin-bottom: 50px;
        }

        .service-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .service-card {
            background-color: #E3F2FD;
            padding: 30px;
            border-radius: 15px;
            transition: transform 0.3s, box-shadow 0.3s;
            border-top: 5px solid #2ECC71;
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }

        .service-card h3 {
            color: #1a237e;
            font-size: 24px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .service-icon {
            font-size: 30px;
            margin-right: 10px;
            color: #2ECC71;
        }

        .service-card p {
            line-height: 1.8;
        }

        .service-link {
            display: inline-block;
            margin-top: 20px;
            padding: 10px 25px;
            background-color: #2ECC71;
            color: white;
            text-decoration: none;
            border-radius: 20px;
            font-weight: bold;
            transition: all 0.3s;
        }

        .service-link:hover {
            background-color: #1a237e;
            transform: translateX(5px);
        }

        /* CTAセクション */
        .cta-section {
            background: linear-gradient(135deg, #2ECC71 0%, #27AE60 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
        }

        .cta-content h2 {
            font-size: 36px;
            margin-bottom: 20px;
        }

        .cta-content p {
            font-size: 20px;
            margin-bottom: 40px;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-button {
            display: inline-block;
            padding: 15px 40px;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 30px;
            transition: all 0.3s;
        }

        .cta-primary {
            background-color: #FFD700;
            color: #1a237e;
        }

        .cta-primary:hover {
            background-color: white;
            transform: scale(1.05);
        }

        .phone-contact {
            margin-top: 50px;
        }

        .phone-contact p {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .phone-number {
            display: block;
            font-size: 48px;
            font-weight: bold;
            color: white;
            text-decoration: none;
            margin: 15px 0;
            transition: color 0.3s;
        }

        .phone-number:hover {
            color: #FFD700;
        }

        .phone-hours {
            font-size: 16px;
            opacity: 0.9;
        }

        /* レスポンシブ */
        @media (max-width: 768px) {
            .prologue h2 {
                font-size: 28px;
            }

            .solution-header h2,
            .worldview h2,
            .services h2,
            .cta-content h2 {
                font-size: 24px;
            }

            .service-cards {
                grid-template-columns: 1fr;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }

            .phone-number {
                font-size: 36px;
            }
        }