@charset "utf-8";

#W-top{
    position: relative;
    text-align: center;
}
/* 見本用、最後に消します
=========================================*/
.pc-mihon{
    display: none;
    position: absolute;
    z-index: 1000;
    max-width: 1600px;
    width: 100%;
    opacity: .5;
    top: -587px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* 共通項目
=========================================*/
/* インナー要素 */
#W-top .inner-wrap{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto; 
}
/* 見出し */
#W-top .catch{
    margin: 0 auto;
}
/* 説明文 */
#W-top .description{
    margin: 0 auto;
}

/* メインビジュアル
=========================================*/
#W-top .mv-wrapper{
    overflow: hidden;
}
#W-top .main-visual{
    background: url(../img/top/pc/pc_mv_slice.webp) no-repeat 100% / contain;
    height: 46.5vw;
    max-height: 747px;
    position: relative;
}
#W-top .mv-mask{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.75turn, #01a39fba, #01a39f 55%, #017abc);
}
#W-top .main-visual .inner-wrap{
    position: absolute;
    z-index: 2;
    max-width: 1222.47px;
    top: 50%;
    left: 3%;
    right: 0;
    transform: translateY(-50%);
    margin: auto; 
}
#W-top .mv-catch{
    position: relative;
    z-index: 50;
}
#W-top .mv-mockup{
    position: relative;
}
#W-top .mv-mockup::before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 15%;
    height: 89%;
    background: url(../img/top/common/mvgf_sp.gif) no-repeat 47% / cover;
    right: 1%;
    bottom: 4.5%;
    border-radius: 16px;
}
#W-top .mv-mockup::after{
    content: "";
    position: absolute;
    z-index: -2;
    width: 45%;
    background: url(../img/top/common/mvgf_pc.gif) no-repeat 100% / contain;
    top: -0.9%;
    right: 9%;
    bottom: 0;
}
/* キャッチフレーズ */
#W-top .typing-animation {
    position: absolute;
    top: 48.5%;
    width: 27.5ch;
    border-right: 3px solid #fff;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 1.3px;
    animation: typing 5s steps(18) infinite, blink 1s step-end infinite;
}
#W-top .typing-animation>.en-space{
    letter-spacing: 2px;
}
/* タイピングアニメーションcss */
@keyframes typing {
	from, to {
		width: 0;
	}
	30% {
		width: 27.5ch;
	}
	100% {
		width: 27.5ch;
	}
}
@keyframes blink {
	50% {
		border-color: transparent;
	}
    100% {
        border-color: transparent;
    }
}
/* お問い合わせボタン */
#W-top .inquiry_box{
    position: absolute;
    bottom: 39px;
    left: 0;
}
/* Media Coverage セクション
=========================================*/
#W-top .section1 .inner-wrap{
    max-width: 709px;
}
/* こんなお悩みありませんか？セクション 
=========================================*/
#W-top .section2{
    background-color: #dbedf3;
    padding-top: 120px;
    position: relative;
}
#W-top .section2 .inner-wrap{
    max-width: 1074px;
}
/* 見出し */
#W-top .section2 .catch{
    max-width: 443px;
    margin-bottom: 32px;
}
#W-top .section2-img{
    margin-right: 1%;
}
/* セクション下部の三角形 */
#W-top .section2::after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: -5%;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 50px solid #dbedf3;
    margin: 0 auto;
}
/* 記事作成の悩みを全て解消セクション
=========================================*/
#W-top .section3{
    position: relative;
    padding: 120px 0 115px;
    background: url(../img/top/common/bg_dot.webp);
    background-size: 3%;
    background-position: 8.3% 13%;
}
/* 見出し */
#W-top .section3 .catch{
    max-width: 444px;
    margin-bottom: 54px;
}
#W-top .section3 .description{
    max-width: 730px;
    margin-bottom: 71px;
}
/* youtube動画枠 */
#W-top .section3 .section3-movie {
    max-width: 996px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#W-top .section3 .movie-wrapper {
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#W-top .section3-movie-ytube {
    width: 78.2%;
    height: 90%;
    margin: 0 auto;
}
#W-top .section3-movie-ytube>iframe {
    width: 97%;
    height: 98%;
}
/* グラデーション背景 */
#W-top .section3 .grad1{
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 351px;
    padding-bottom: 22%;
}
/* うちのライターの機能・特徴セクション
=========================================*/
#W-top .section4 {
    padding: 120px 0 123px;
    background-color: #f8f8f8;
}
#W-top .section4 .inner-wrap{
    max-width: 1290px;
    position: relative;
}
/* 水色背景 */
#W-top .section4 .inner-wrap::before{
    content: "";
    position: absolute;
    top: 129px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #daeff2;
    width: calc(100% - 15.50%);
    height: 80%;
    max-height: 2810px;
    border-radius: 53px;
}
/* 見出し */
#W-top .section4 .catch{
    max-width: 442px;
    margin-bottom: 167px;
}
/* 各特徴紹介ブロック */
#W-top .section4 .point{
    margin-bottom: 93px;
    position: relative;
}
#W-top .section4 .point.one{
    padding-right: 2.7%;
}
#W-top .section4 .point.two{
    padding-right: 13.3%;
    margin-bottom: 91px;
}
#W-top .section4 .point.three{
    padding-right: 1.2%;
    margin-bottom: 91px;
}
#W-top .section4 .point.four{
    margin-bottom: 92px;
    padding-right: 1.8%;
}
#W-top .section4 .point.five{
    margin-bottom: 92px;
}
#W-top .section4 .point.six{
    margin-left: 1.4%;
    margin-bottom: 186px;
}
#W-top .section4 .opinion{
    position: relative;
    max-width: 1096px;
    margin: 0 auto;
}
#W-top .opinion .guidline{
    position: absolute;
    display: inline-block;
    background-color: white;
    opacity: 0;
    width: 365px;
    height: 25px;
    left: 65px;
    bottom: 186px;
    margin: auto;
    transition: .1s;
}
#W-top .opinion .guidline:hover{
    opacity: .3;
}
/* 「相談する」セクション
=========================================*/
#W-top .section5{
    height: 34vw;
    max-height: 424px;
    position: relative;
}
/* 背景画像 */
#W-top .section5 .bg-img{
    background: url(../img/top/common/inq_img.webp) no-repeat 100% / cover;
    width: 100%;
    height: 100%;
    background-size: 50% auto;
    background-position: 17% 43%;
}
#W-top .section5 .mv-mask{
    background: linear-gradient(0.75turn, #01a39f,#01a39f 42%, #017abc94 85%, #017abc);
}
#W-top .section5 .inner-wrap{
    max-width: 1000px;
    height: 100%;
    position: relative;
}
/* 相談導線ブロック */
#W-top .cnsl_box{
    max-width: 500px;
    position: absolute;
    z-index: 2;
    top: 52px;
    right: 0;
}
/* 相談するボタン */
#W-top .cnsl_box .btn_img{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 369px;
}
/* 他社ツールとの違いセクション
=========================================*/
#W-top .section6{
    padding: 120px 0 117px;
    background: url(../img/top/common/bg_dot.webp);
    background-size: 3%;
    background-position: 8.3% 13%;
}
#W-top .section6 .inner-wrap{
    max-width: 1135px;
}
#W-top .section6 .catch{
    max-width: 307px;
    margin-bottom: 90px;
}
/* 料金についてセクション
=========================================*/
#W-top .section7{
    padding: 120px 0;
}
/* 見出し */
#W-top .section7 .catch{
    max-width: 212px;
    margin-bottom: 96px;
}
#W-top .section7 .description{
    max-width: 587px;
    margin-bottom:  89px;
}
#W-top .section7 .inner-wrap{
    max-width: 1098px;
}
/* セクション内背景色(白) */
#W-top .section7 .bg-wrapper{
    background-color: #fff;
    padding: 82px 0 52px;
    border-radius: 58px;
}
/* セクション内背景色(水色) */
#W-top .section7 .bg-wrapper2{
    position: relative;
    background-color: #dbeaf5;
    padding: 0;
    border-radius: 36px;
    max-width: 696px;
    height: 690px;
    margin: 0 auto 94px;
}
/* 料金イメージブロック */
#W-top .section7 .cost-img1{
    position: absolute;
    width: 612px;
    top: -4.8%;
    left: 14%;
}
#W-top .section7 .cost-img2{
    position: absolute;
    max-width: 504px;
    bottom: 7.5%;
    left: 14.1%;
}
/* 料金比較表 */
#W-top .section7 .price-compare{
    max-width: 773px;
    margin-left: 11.5%;
    margin-right: auto;
}
/* 開発・運営元についてセクション
=========================================*/
#W-top .section8{
    padding: 120px 0;
}
/* 見出し+本文 */
#W-top .section8 .catch{
    max-width: 693px;
    margin-bottom: 76px;
}
/* サービスロゴリスト */
#W-top .section8 .svc-list{
    margin: 0 auto;
    padding: 0;
    max-width: 659px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* カンパニーロゴ */
#W-top .section8 .svc-list>li:nth-of-type(1){
    max-width: 129px;
}
/* うちのライター */
#W-top .section8 .svc-list>li:nth-of-type(2){
    max-width: 168px;
}
/* 優良WEB */
#W-top .section8 .svc-list>li:nth-of-type(3){
    max-width: 131px;
}
/* JetCMS */
#W-top .section8 .svc-list>li:nth-of-type(4){
    max-width: 123px;
}
/* AIを活用した～セクション
=========================================*/
#W-top .section9{
    height: 40vw;
    max-height: 495px;
    position: relative;
}
/* 背景画像 */
#W-top .section9 .bg-img {
    background: url(../img/top/pc/pc_sec10_bgimg.webp) no-repeat 100% / auto;
    width: 100%;
    height: 100%;
    background-position: center center;
}
#W-top .section9 .inner-wrap {
    max-width: 615px;
    height: 100%;
    padding: 175px 0 197px;
}
/* グラデーションマスク */
#W-top .section9 .mv-mask {
    background: linear-gradient(0.75turn, #01a39fba, #017abcc2);
}
/* 説明文 */
#W-top .section9 .description {
    position: relative;
    z-index: 1;
}
/* お問い合わせフォーム
=========================================*/
#W-top .section10{
    background-color: #dbebf4;
    padding: 122px 0 120px;
}
#W-top .section10 .inq_title{
    max-width: 126px;
    width: 40vw;
    margin: 0 auto 74px;
}
#W-top .section10 .inner-wrap{
    padding: 67px 126px;
    background-color: #fff;
    max-width: 731px;
    border-radius: 63px;
    box-shadow: 4px 0px 8px 3px rgba(0, 0, 0, 0.1);
}

/* タブレットサイズ */
@media (min-width: 641px) and (max-width: 1279px) {
/* メインビジュアル
=========================================*/
    #W-top .main-visual .inner-wrap {
        left: 0;
        padding: 0 32px 0 64px;
    }
/* タイピングキャッチ文 */
    #W-top .typing-animation {
        width: 29ch;
        left: -.5vw;
        font-size: 2.1rem;
    }
/* タイピングアニメーションcss */
@keyframes typing {
	from, to {
		width: 0;
	}
	30% {
		width: 29ch;
	}
	100% {
		width: 29ch;
	}
}

/* お問い合わせボタン */
    #W-top .inquiry_box {
        width: 30.5vw;
        bottom: 3vw;
        left: -1vw;
    }
/* Media Coverage */
    #W-top .section1 {
        padding: 0 5vw;
    }
/* こんなお悩みありませんか？セクション 
=========================================*/
    #W-top .section2 {
        padding-top: 10vw;
    }
    #W-top .section2 .inner-wrap {
        padding: 0 5vw;
    }
/* 見出し */
    #W-top .section2 .catch {
        width: 35vw;
        margin-bottom: 3vw;
    }
/* 記事作成の悩みを全て解消セクション
=========================================*/
    #W-top .section3{
        padding: 9vw 0;
    }
    #W-top .section3 .inner-wrap {
        padding: 0 64px;
    }
/* 見出し */
    #W-top .section3 .catch { 
        width: 36vw;
        margin-bottom: 4vw;
    }
/* 説明文 */
    #W-top .section3 .description{
        width: 64vw;
        margin-bottom: 5.5vw;
    }
/* グラデーション背景 */
    #W-top .section3 .grad1{
        padding-bottom: 27%;
    }
/* うちのライターの機能・特徴セクション
=========================================*/
    #W-top .section4 {
        padding: 10vw 0;
    }
/* 見出し */
    #W-top .section4 .catch {
        width: 38vw;
        margin-bottom: 15vw;
    }
    #W-top .section4 .inner-wrap::before {
        height: 234vw;
        max-height: 2780px;
        width: calc(100% - 23vw);
        top: 10vw;
        border-radius: 30px;
    }
/* 各特徴紹介ブロック */
    #W-top .section4 .point{
        padding: 0 32px;
        margin-bottom: 9vw;
    }
    #W-top .section4 .point.five {
        margin-bottom: 14vw;
    }
    #W-top .section4 .opinion {
        padding: 0 11vw;
    }
    #W-top .opinion .guidline{
        width: 26.1vw;
        height: 1.5vw;
        left: 15.8vw;
        bottom: 13.5vw;
    }    
/* 「相談する」セクション
=========================================*/
    #W-top .cnsl_box {
        width: 40vw;
        top: 3.4vw;
        right: 32px;
    }
    #W-top .cnsl_box .btn_img {
        bottom: 2.6vw;
        width: 30vw;
    }
/* 他社ツールとの違いセクション
=========================================*/
    #W-top .section6{
        padding: 10vw 0;
    }
/* 見出し */
    #W-top .section6 .catch {
        width: 30vw;
        margin-bottom: 6vw;
    }
/* 料金表 */
    #W-top .section6 .price-list {
        padding: 0 8vw;
    }
/* 料金についてセクション
=========================================*/
    #W-top .section7{
        padding: 8vw 0 9vw;
    }
    #W-top .section7 .inner-wrap{
        padding: 0 8vw;
    }
/* 見出し */
    #W-top .section7 .catch {
        width: 19vw;
        margin-bottom: 7vw;
    }
/* 説明文 */
    #W-top .section7 .description{
        width: 50vw;
        margin-bottom: 7vw;
    }
/* 白背景 */
    #W-top .section7 .bg-wrapper{
        padding: 6vw 0 5vw;
        border-radius: 35px;
    }
/* 水色背景 */
    #W-top .section7 .bg-wrapper2{
        width: 60vw;
        height: 57.5vw;
        margin-bottom: 7vw;
    }
/* 料金イメージブロック */
    #W-top .section7 .cost-img1{
        top: -2vw;
        left: 8vw;
        width: 51.5vw;
        max-width: 612px;
    }
    #W-top .section7 .cost-img2{
        width: 42vw;
    }
/* 料金比較表 */
    #W-top .section7 .price-compare {
        width: 61vw;
        margin: 0 auto;
        padding-right: 3%;
    }
/* 開発・運営元についてセクション
=========================================*/
    #W-top .section8 {
        padding: 9vw 0;
    }
/* 見出し */
    #W-top .section8 .catch {
        width: 65vw;
        margin-bottom: 5vw;
    }
/* サービスロゴリスト */
    #W-top .section8 .svc-list{
        width: 64vw;
    }
/* カンパニーロゴ */
    #W-top .section8 .svc-list>li:nth-of-type(1){
        width: 11vw;
    }
/* うちのライター */
    #W-top .section8 .svc-list>li:nth-of-type(2) {
        width: 18vw;
    }
/* 優良WEB */
    #W-top .section8 .svc-list>li:nth-of-type(3) {
        width: 12vw;
    }
/* JetCMS */
    #W-top .section8 .svc-list>li:nth-of-type(4) {
        width: 13vw;
    }
/* AIを活用した～セクション
=========================================*/
    #W-top .section9 .inner-wrap{
        width: 59vw;
        padding: 14vw 0;
    }
    #W-top .section9 .bg-img{
        background: url(../img/top/pc/pc_sec10_bgimg.webp) no-repeat 100% / cover;
        background-position: center center;
    }
/* お問い合わせフォーム
=========================================*/
    #W-top .section10{
        padding: 10vw;
    }
    #W-top .section10 .inner-wrap{
        border-radius: 40px;
    }
    #W-top .section10 .inner-wrap{
        padding: 67px 6vw;
    }
    
  }
/* ここまで */

/* スマートフォンサイズ */
@media screen and (max-width: 640px) {
/* 見本用、最後に消します */
.sp-mihon{
    display: none;
    position: absolute;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    opacity: .5;
    top: -684px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
}
/* 共通項目
=========================================*/
#W-top .inner-wrap{
    padding: 0 4.85vw;
}
/* メインビジュアル
=========================================*/
#W-top .main-visual{
    background: url(../img/top/sp/sp_mv.webp) no-repeat 100% / cover;
    background-position-x: 48%;
    background-size: 240vw;
    height: 152.5vw;
    max-height: 980px;
}
#W-top .mv-mask{
    background: linear-gradient(0.75turn, #01a39fba, #017abcd9);
}
#W-top .main-visual .inner-wrap{
    top: 12.5%;
    left: 0;
    transform: none;
}
#W-top .mv-mockup::before{
    width: 22vw;
    max-width: 158px;
    height: 50vw;
    max-height: 343px;
    background: url(../img/top/common/mvgf_sp.gif) no-repeat 45% / auto;
    bottom: 0;
    background-size: 119.5%;
    border-radius: 4vw;
}
#W-top .mv-mockup::after{
    width: 70%;
    top: 39.1%;
    right: 0;
    left: -6%;
    margin: auto;
}
/* タイピングキャッチ文 */
#W-top .typing-animation {
    top: 23.2vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 69.5vw;
    height: 7vw;
    line-height: 7vw;
    font-size: 1.4rem;
    letter-spacing: .1rem;
}
/* タイピングアニメーションcss */
@keyframes typing {
	from, to {
		width: 0;
	}
	30% {
		width: 69.5vw;
	}
	100% {
		width: 69.5vw;
	}
}

/* お問い合わせボタン */
#W-top .inquiry_box{
    bottom: -25.4vw;
    right: 0;
    margin: auto;
    width: 81vw;
}
/* こんなお悩みありませんか？セクション 
=========================================*/
#W-top .section2 {
    padding: 15vw 0 5.2vw;
    z-index: 1;
}
#W-top .section2 .inner-wrap{
    padding: 0;
}
#W-top .section2 .catch {
    max-width: 573px;
    margin: 0 4.85vw 11.2vw;
}
#W-top .section2-img{
    margin-right: 0;
}
/* セクション下部の三角形 */
#W-top .section2::after {
    bottom: -4vw;
    z-index: -1;
}
/* 記事作成の悩みを全て解消セクション
=========================================*/
#W-top .section3{
    padding: 15vw 0;
    background-size: 11%;
}
#W-top .section3 .inner-wrap{
    padding: 0;
}
/* 見出し */
#W-top .section3 .catch{
    max-width: 100%;
    margin-bottom: 12.5vw;
    padding: 0 4.85vw;
}
/* youtube動画枠 */
#W-top .section3 .movie-wrapper {
    top: 36%;
}
#W-top .section3-movie-ytube {
    width: 87%;
}
/* グラデーション背景 */
#W-top .section3 .grad1{
    padding-bottom: 42.5%;
}
/* うちのライターの機能・特徴セクション
=========================================*/
#W-top .section4 {
    padding: 15vw 0 0;
}
#W-top .section4 .inner-wrap{
    padding: 0;
}
/* 見出し */
#W-top .section4 .catch {
    max-width: 362px;
    margin: 0 18vw 14.1vw;
}
/* PC版水色背景を非表示に */
#W-top .section4 .inner-wrap::before{
    display: none;
}
/* 白背景 */
#W-top .section4 .point::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #daeff2;
    width: calc(100% - 9.7vw);
    height: 93.5%;
    border-radius: 44px;
}
/* 各特徴紹介ブロック */
#W-top .section4 .point{
    z-index: 1;
}
#W-top .section4 .point.two::after{
    height: 97.5%;
}
#W-top .section4 .point.seven::after{
    height: 97.5%;
}
/* Googleの見解背景(白) */
#W-top .section4 .opinion::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: -11.4vw;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    width: calc(100% - 9.7vw);
    height: 69.7%;
    border-radius: 24px;
    box-shadow: 4px 0px 8px 3px rgba(0, 0, 0, 0.1);
}
/* 各ブロック余白調整 */
#W-top .section4 .point.one,
#W-top .section4 .point.two,
#W-top .section4 .point.three,
#W-top .section4 .point.four,
#W-top .section4 .point.five{
    margin-bottom: 13.6vw;
}

#W-top .section4 .point.one{
    padding: 0 4.8vw 0 6.2vw;
}
#W-top .section4 .point.two{
    padding: 0 7.9vw 0 5vw;
    margin-bottom: 16.6vw;
    margin-left: 0;
}
#W-top .section4 .point.three{
    padding: 0 4.5vw 0 3vw;
    margin-left: 0;
}
#W-top .section4 .point.four{
    padding: 0px 7.8vw 0 5.1vw;
}
#W-top .section4 .point.five{
    margin-right: 0;
    margin-bottom: 13.4vw;
    padding: 0 4.9vw 0 2.6vw;
}
#W-top .section4 .point.six{
    margin-right: 0;
    margin-bottom: 30.2vw;
    padding: 0 0.3vw 0 4.9vw;
}
#W-top .section4 .point.six::after{
    height: 98.5%;
}
#W-top .section4 .opinion{
    padding: 0 10vw;
    position: relative;
    z-index: 1;
}
#W-top .opinion .guidline{
    width: 79vw;
    height: 9.5vw;
    top: 19.2vw;
    left: 9vw;
    margin: auto;
    bottom: 36.4vw;
}    
/* 「相談する」セクション
=========================================*/
#W-top .section5{
    height: 135.1vw;
    max-height: 869px;
}
/* 背景画像 */
#W-top .section5 .bg-img{
    background-size: 150% auto;
    background-position: 47% -13%;
}
#W-top .section5 .mv-mask{
    background: linear-gradient(0.59turn,#01a39fb0, #0179a3 70%, #017abc);
}
/* 相談導線ブロック */
#W-top .cnsl_box{
    position: relative;
    padding-top: 14vw;
    max-width: 100%;
}
/* 相談するボタン */
#W-top .cnsl_box .btn_img{
    bottom: 9.2vw;
    width: 80vw;
    max-width: 515px;
}
/* 他社ツールとの違いセクション
=========================================*/
#W-top .section6{
    padding: 15vw 0 16vw;
    background-size: 11%;
}
#W-top .section6 .catch {
    max-width: 427px;
    margin: 0 13vw 15vw;
}
/* 料金表スクロール部分 */
#W-top .scroll-block{
    position: relative;
    width: 100%;
}
#W-top .price-list.scroll{
    position: absolute;
    left: 42%;
    bottom: 0;
    width: 60vw;
    padding-right: 8vw;
    height: 90.3vw;
    overflow-x: scroll;
}
#W-top .price-list.scroll>img{
    width: 209vw;
    max-width: 1333px;
}
/* 料金についてセクション
=========================================*/
#W-top .section7 {
    padding: 15vw 0 13.6vw;
}
#W-top .section7 .catch {
    max-width: 280px;
    margin: 0 20vw 14.5vw;
}
#W-top .section7 .inner-wrap {
    padding: 0 4.8vw;
}
/* 開発・運営元についてセクション
=========================================*/
#W-top .section8 {
    padding: 15vw 0 16vw;
}
#W-top .section8 .catch {
    margin-bottom: 15vw;
}
/* サービスロゴリスト */
#W-top .section8 .svc-list{
    max-width: 578px;
    width: 100%;
    padding: 0 3vw 0 5vw;
    flex-wrap: wrap;
    justify-content: flex-start;
}
/* SP用二段表示調整 */
#W-top .section8 .svc-list>li{
    width: 45%;
}
#W-top .section8 .svc-list>li:nth-child(-n+2) {
    margin-bottom: 6.9vw;
}
#W-top .section8 .svc-list>li:nth-child(even) {
    margin-left: 7.5vw;
}
/* カンパニーロゴ */
#W-top .section8 .svc-list>li:nth-of-type(1){
    max-width: 194px;
}
/* うちのライター */
#W-top .section8 .svc-list>li:nth-of-type(2){
    max-width: 255px;
}
/* 優良WEB */
#W-top .section8 .svc-list>li:nth-of-type(3){
    max-width: 198px;
}
/* JetCMS */
#W-top .section8 .svc-list>li:nth-of-type(4){
    max-width: 203px;
}
/* AIを活用した～セクション
=========================================*/
/* 背景画像 */
#W-top .section9 {
    height: 110vw;
    max-height: 623px;
}
#W-top .section9 .bg-img {
    position: absolute;
    top: 0;
    background: url(../img/top/sp/sp-convertion.webp) no-repeat 100% / cover;
    background-position: top center;
}
#W-top .section9 .inner-wrap {
    padding: 21vw 9vw;
}
/* お問い合わせフォーム
=========================================*/
#W-top .section10{
    padding: 15vw 4.8vw;
}
#W-top .section10 .inner-wrap{
    padding: 12.5vw 5vw;
    border-radius: 30px;
}
#W-top .section10 .inq_title{
    max-width: 210px;
    margin: 0 auto 15vw;
}
} 
/* ここまで */