:root {
    --bg-yellow: #f9f5d3;
    --accent-green: #89a478;
    --deep-green: #6b825d;
    --text-dark: #333;
    --white: #ffffff;
    --card-beige: #e5e1c0;
}


section{
	padding:50px 0 0 0;
}
section .wrap{
padding:30px 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 5px 5px 5px rgba(217, 203, 156,1);
text-align: center;
}
i{font-size: 12px;}
section.trans .wrap{
background-color: transparent;
box-shadow: none;
padding-bottom: 0;
}

.swiper {
cursor: pointer;
}

.mv img{
    width: auto;
     height:240px;"
}
video{
	display: block;
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-height: 320px;
	max-height: 480px;
	margin: 1em auto;
	background-color: #ccc;
}
.video img{
    width: 100%;
    height:auto;
    max-width: 100%;
}
.video .wrap{
    padding:10px 20px;
}

/* モーダル全体の背景 */
.manga-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9999;
  justify-content: center;
  align-items: center;

}
.manga-modal-overlay {
    position: absolute;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
}
/* コンテンツエリア：スマホでスクロール可能に */
.manga-modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width:1000px;
    margin:0 auto;
    max-height:70vh;
    overflow-y: auto;
    border-radius: 10px;
    padding: 20px 20px 40px 20px;
}
.manga-modal-close {
    position: absolute;
    right: 15px; top: 10px;
    font-size: 30px; cursor: pointer;
}
.manga-modal-main-title { font-size:18px;font-weight: bold; color: #d32f2f; }
.manga-modal-sub-title { font-size:16px;font-weight: bold;}
.manga-modal-body img { width: 100%; height: auto; }
.manga-modal-bottom-close {
    display: block; width: 100%; padding: 15px;
    background: #6b8e23; color: #fff;
    border: none; border-radius: 5px; font-weight: bold;
}

/* モーダルコンテンツの見た目アップ */
.manga-modal-content {
    border: 4px solid #fdfcf0; /* ちょっと紙っぽい白 */
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

/* ヘッダー部分を少しリッチに */
.manga-modal-header {
    background: #fff9e6; /* 薄いクリーム色 */
    padding:5px;
    border-radius:5px;
    text-align: center;
}

/* 閉じるボタン（右上）をモダンに */
.manga-modal-close {
    background: #eee;
    width: 30px; height: 30px;
    border-radius: 50%;
    right: 10px; top: 10px;
    display: flex;
  justify-content: center;
  align-items: center;
}

/* 下の閉じるボタンを「くすみグリーン」に */
.manga-modal-bottom-close {
    background-color: #8fa176; /* チャパケのグリーンに近い色 [cite: 2] */
    transition: background 0.3s;
      font-size: 16px;
      cursor: pointer;
}
.manga-modal-bottom-close:hover {
    background-color: #7a8a63;
}


section .wrap h2{
	padding: 5px 1em;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: rgb(114, 94, 29);
	border-radius: 10px;
	background-color: rgba(217, 203, 156,0.5);

}
em{
    font-style: italic;
}
.mv {
	width: 1000px;
	margin: 0 auto;
	display: flex;
  justify-content: center;
  align-items: center;
  line-height:2;
  font-size: 16px;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mv h2{
	font-weight: bold;
	font-size: 42px;
	color:  #829E6D;
}
.mv p.bold{
	font-size: 24px;
}
.mv .cta{
	width: 100%;
	padding: 1em 0;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: flex;
  justify-content:flex-start;
  align-items: center;
}

.cta button{
	font-size: 20px;
	color: #fff;
background-color: #829E6D;
border:2px solid #829E6D;
border-radius: 12px;
cursor: pointer;
margin:0 0 0 0;
padding:5px 15px;
}
.cta button:hover,
.cta button.white{
	background-color: #fff;
	color: #829E6D;
}
.cta button.white:hover{
		color: #fff;
background-color: #829E6D;
}
.mv .cta button{
margin: 0 1em 0 0;
}
.final-cta .cta button{
margin: 0 0 1em 0;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 2rem;
    color: rgb(114, 94, 29);
    margin-bottom: 30px;
    text-align: center;
}
.section-title.green{
    color: #fff;
    background-color: var(--accent-green);
}

/* ヒーロー */
.hero { padding: 100px 0 60px; text-align: center; }
.tagline { font-size: 1.5rem; margin-bottom: 0; }
.main-copy { font-size: 3.5rem; color: var(--accent-green); margin-top: 0; }
.sub-copy { font-size: 1.2rem; font-weight: bold; }
.hero-description { margin: 30px 0; font-size: 1.1rem; }

/* ボタン */
.btn {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}
.btn-primary { background: var(--accent-green); color: var(--white); }
.btn-primary:hover { background: var(--deep-green); }

/* ステップ・カード共通 */
.step-grid, .price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.step-card, .price-card {
    background: var(--white);
    padding:20px 0;
    border-radius: 20px;
    text-align: center;
    border:5px solid var(--white);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.steps h3{
    font-weight: bold;
}
.pricing h3,
.step-num { color: var(--accent-green); font-size:20px; font-weight: bold; display: block; margin-bottom: 5px; }

/* 料金 */
.price-card.pro { border:5px solid var(--accent-green); }
.price { font-size: 2rem; font-weight: bold; margin: 20px 0; }
.pro-copy { font-size: 0.9rem; color: #666; font-style: italic; }

/* プレースホルダー */
.placeholder-box {
    background: #ddd;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: 20px;
}


.empathy img{
    height:400px; width: auto;
        margin-top: 15px;
}
.final-cta img{
    max-width:360px; width:100%; height:auto;
        margin-top: 15px;
}
.solution img{
        height:300px; width: auto;
        margin-top: 15px;
}


.swiper-pagination-bullet-active {

    background: #7a8a63 !important;
}
.solution .solution-points,
.empathy .check-list{
    width:200px;
    text-align: left;
    margin: 15px auto;
    color:#6b825d;
    font-weight: bold;
    list-style:circle;
}
.solution .solution-points{
    width: 100px;
}

footer nav a{
 font-size: 12px;
    color:#6b825d !important;
    margin: 0 5px;
    text-decoration: underline !important;
}
footer .copy{
    font-size: 10px;
    margin: 10px 0 0 0;
}

/*---------------------------------------------*
* width 1000px
*----------------------------------------------*/
@media screen and (max-width:1000px) {

.mv {
    width:100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
    font-size: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .container {
    max-width:inherit;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
    }

}
/* width 1000px end --------------------------------------------*/

/*---------------------------------------------*
* width 768px
*----------------------------------------------*/
@media screen and (max-width:768px) {

.step-grid, .price-grid {
    margin-top:20px;
}
.step-card, .price-card {
    padding:10px 20px;
}
.price {
    font-size:20px;
    font-weight: bold;
    margin:10px 0;
}


section {
    padding:30px 0 0 0;
}

.mv .cta {
    width: 100%;
    padding: 1em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content:center;
    align-items: center;
}
.mv img {
    width: auto;
    height:150px;
}
    .mv,
    .container,
    .wrap{
        width: 98%;
        line-height: 1.5;
    }
section .wrap {
    padding:20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(217, 203, 156,1);
    text-align: center;
}

    .main-copy { font-size: 2.2rem; }
.mv h2 {
    font-size:22px;
}
.mv p.bold {
    font-size:18px;
}
.cta button {
    font-size:16px;
    color: #fff;
    background-color: #829E6D;
    border: 2px solid #829E6D;
    border-radius: 12px;
    cursor: pointer;
    margin: 0 0 0 0;
    padding:5px;
}

section .wrap h2 {
    padding: 5px;
    font-size:18px;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: rgb(114, 94, 29);
    border-radius: 10px;
    background-color: rgba(217, 203, 156,0.5);
}
.solution img,
.empathy img {
    height:auto;
    width:100%;
    margin-top: 15px;
}

}