/* .page-box .title {
    margin: 0 0 130px 0;
} */
/* ページタイトル＆テキスト */
#target .title h2 {
    margin-bottom: 0;
}
#target .title p {
    margin-top: 0;
}

.title-text {
	max-width: 900px;
	margin: 50px auto 100px;
} 
/* 固定ページメインビジュアル */
.page-mv {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 30px;
}
.page-mv img {
    height: 100%;
    object-fit: cover;
    object-position: center;

}
.page-item {
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-bottom: 90px;
}
.page-item > div {
    max-width: 550px;
}
.page-right {
    display: flex;
    justify-content: center;
}
.page-img {
    max-width: 400px;
}
.page-img img {
    border-radius: 30px;
}
/* 個人＆法人向け */
#target .inner {
    padding: 0 0 100px 0;
}
.page-flex {
    padding-top: 50px;
}
/* 料金 */
.price-box {
    max-width: 375px;
    margin: 0 auto;
    /* background-color: #63BAAB; */
    border: 3px solid #FF8339;
    border-radius: 30px;
}
.price-item {
    /* padding: 2em 1em; */
    text-align: center;
}
.price-item h3 {
    margin: 0;
    background-color: #FF8339;
    border-radius: 25px 25px 0 0;
    padding: 1em 1.5em;
    color: #fcfcfc;
}
.price {
    padding: 1.5em 0;
}
.price > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.price > h2 {
    margin: 0 0 0 1em;
}
/* 紙飛行機 */

/*=====
レスポンシブ
=====  */
@media screen and ( max-width:1024px) {
    .page-box .title {
        margin: 0 0 50px 0;
    }
    .page-item {
        margin-bottom: 50px;
    }
    .page-flex {
        padding: 0;
    }
    /* 紙飛行機 */
    .page-box .airplane_r::after {
        bottom: 28px;
        right: -50px;
    }
    #target .airplane_r::after {
        bottom: 50px;
    }
}