#page-top .container.service {
    background-image: url(../img/company01.png?v=2);
}

.page-bottom::before,
.page-bottom .container::before {
    content: "#Service";
    right: 0.05em;
    top: -0.65em;
    letter-spacing: 0.05em;
}

@media(max-width:1200px) {
    .movie-bottom .bread {
        padding-top: 100px;
    }
}

@media(max-width:970px) {
    .movie-bottom .bread {
        padding-top: 48px;
    }
}

@media(max-width:625px) {
    #page-top .container.service {
        background-image: url(../img/company02.png);
    }
}

@media (max-width: 565px) {
    .page-bottom::before, .page-bottom .container::before {
        left: inherit;
    }
}

@media(max-width:540px) {
    .movie-bottom .bread {
        padding-top: inherit;
    }
}

/* マーケティングって結局・・・ */
#service-marketing {
    padding-top: 200px;
}

.market-wrapper {
    padding: 100px 0;
    width: 95%;
    max-width: 1170px;
    margin: 0 auto 0 0;
    border-radius: 0 400px 400px 0;
    background-color: #E33252;
    position: relative;
}

.market-wrapper::before {
    content: "";
    width: 556px;
    height: 500px;
    background: url(../img/service/service01.png) center/contain;
    background-repeat: no-repeat;
    bottom: -8%;
    left: -10%;
    position: absolute;
}

.market-top {
    font-size: clamp(24px,6.4vw,30px);
    line-height: 150%;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1em;
    color: var(--whiteColor);
    text-align: left;
    width: 90%;
    max-width: 810px;
    margin: 0 auto 30px auto;
}

.market-detail {
    font-size: clamp(18px,4.8vw,20px);
    line-height: 150%;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1em;
    color: var(--whiteColor);
    text-align: left;
    width: 90%;
    max-width: 830px;
    margin: 0 auto;
    margin-bottom: 1.5em;
}

.market-detail:nth-last-of-type(1) {
    margin-bottom: 0;
}

@media(max-width:1040px) {
    .market-wrapper {
        border-radius: 0 80px 80px 0;
    }
}

@media(max-width:750px) {
    #service-marketing {
        padding-top: 50px;
    }

    .market-wrapper::before {
        width: 390px;
        height: 350px;
        bottom: -3%;
        left: -18%;
    }
}

/* 誰に何を売りたいのか */
.what-wrapper {
    padding: 100px 0;
    width: 95%;
    max-width: 1170px;
    margin: 70px 0 0 auto;
    border-radius:  400px 0 0 400px;
    background-color: #EED655;
    position: relative;
}

.what-wrapper::before {
    content: "";
    width: 512px;
    height: 512px;
    background: url(../img/service/service02.png) center/contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: -8%;
    position: absolute;
}

.what-wrapper .market-top,
.what-wrapper .market-detail {
    color: var(--blackColor);
    max-width: 750px;
}

@media(max-width:1040px) {
    .what-wrapper {
        border-radius: 80px 0 0 80px ;
    }
}

@media(max-width:750px) {
    .what-wrapper {
        margin-top: 88px;
    }

    .what-wrapper::before {
        width: 360px;
        height: 360px;
        bottom: -3%;
        right: -8%;
    }
}

/* マーケティング戦略デザイン */
#design {
    padding: 55px 0 160px;
}

#design h3,
#pro h3 {
    font-size: clamp(24px,6.4vw,30px);
    line-height: 150%;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    text-align: center;
}

.design-top {
    font-size: clamp(18px,4.8vw,20px);
    line-height: 150%;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1em;
    margin-bottom: 150px;
    text-align: center;
}

.design-img-box {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.design-img-box img:nth-of-type(1) {
    height: 180px;
    width: auto;
    margin: 0 auto;
}

.design-img {
    position: absolute;
    width: 100px;
    height: 100px;
}

.ball01 {
    left: 12%;
    top: -30%;
}

.ball02 {
    left: 23%;
    top: 15%;
}

.ball03 {
    left: 6%;
    top: 35%;
}

.ball04 {
    left: 17%;
    top: 76%;
}

.ball05 {
    right: 25%;
    top: -51%;
}

.ball06 {
    right: 10%;
    top: -35%;
}

.ball07 {
    right: 19%;
    top: 19%;
}

.ball08 {
    right: 8%;
    top: 49%;
}

.ball09 {
    right: 23%;
    top: 81%;
}

.design-br {
    display: none;
}

/* ふわふわさせるcss */
.fuwafuwa {
    -webkit-animation:fuwafuwa 3s infinite linear alternate;
    animation:fuwafuwa 3s infinite linear alternate;
    }
    
    @-webkit-keyframes fuwafuwa {
    0% {-webkit-transform:translate(0, 0) rotate(-10deg);}
    50% {-webkit-transform:translate(0, -10px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(10deg);}
    }
    
    @keyframes fuwafuwa {
    0% {transform:translate(0, 0) rotate(-10deg);}
    50% {transform:translate(0, -10px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(5deg);}
}

@media(max-width:1085px) {
    .design-img-box {
        display: none;
    }

    #design .design-top {
        margin-bottom: 0;
    }
}

@media(max-width:620px) {
    .design-br {
        display: initial;
    }

    #design {
        padding: 100px 0 40px;
    }
}

/* 私たちはマーケティングのプロ集団です */
#pro .service-row {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

#pro .service-box {
    border-top: 1px solid var(--blackColor);
}

#pro .service-row .service-title {
    font-weight: var(--font-weight-bold);
    font-size: clamp(18px,4.8vw,20px);
    line-height: 150%;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 0 30px;
    background-color: #f4f4f4;
    transform: translateY(-0.8em);
}

#pro .service-row .service-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 10px 0 40px;
    flex-wrap: wrap;
    row-gap: 10px;
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
}

#pro .service-row .service-flex p {
    width: 240px;
    font-size: clamp(16px,4.26vw,20px);
    padding: 0.9em 0 1.1em;
    border-radius: 20px;
    font-weight: var(--font-weight-bold);
}

#pro .service-row .service-flex p {
    background-color: #BFE3EE;
}

#pro .service-row .service-box:nth-of-type(2) .service-flex p {
    background-color: #F3B1AF;
}

#pro .service-row .service-box:nth-of-type(3) .service-flex p {
    background-color: #F6ECB1;
}

#pro .design-top {
    margin-bottom: 30px;
}

.design-bottom {
    font-size: clamp(16px,4.2vw,18px);
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.1em;
    line-height: 150%;
    margin-bottom: 45px;
}

@media(max-width:975px) {
    #pro .service-row .service-flex {
        gap: 14px;
    }
}

@media(max-width:800px) {
    #pro .service-row .service-flex p {
        width: 200px;
        padding: 0.6em 0 0.8em;
    }
}

@media(max-width:380px) {
    #pro .service-row .service-flex p {
        width: 160px;
        padding: 0.6em 0 0.8em;
    }
}

/* movie.php */

/* 動画制作でこんなことありませんか？ */
#matter {
    padding-top: 180px;
}

.matter-wrapper {
    position: relative;
    padding: 85px 0 140px;
    z-index: 1;
}

.matter-wrapper::before {
    background-color: #9FB1DF;
    border-radius: 400px 0 0 400px;
    max-width: 1340px;
    margin: 0 0 0 auto;
    width: 95%;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    z-index: -1;
} 

.subtitle {
    font-size: clamp(24px,6.4vw,30px);
    color: #fff;
    font-weight: var(--font-weight-bold);
    margin-bottom: 85px;
    text-align: center;
}

.matter-slider {
    padding-left: 18.75vw;
    width: 100%;
}

.matter-slider .slide-box {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 500px;
    height: 280px;
    border-radius: 50px;
    background-color: #fff;
    margin: 0 25px;
}

.matter-slider .slide-box p {
    font-size: clamp(18px,4.8vw,20px);
    text-align: left;
    width: 90%;
    max-width: 420px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    line-height: 150%;
    font-weight: var(--font-weight-bold);
}

.matter-slider .slide-box img {
    width: 60px;
}

.slick-prev,
.slick-prev::before {
    display: none;
}

.slick-next::before {
  color: transparent;
}

.matter-slider .slick-next {
  top: 90px;
  right: inherit;
  left: 85vw;
  transform: translate(0);
}

.matter-slider .slick-next::before{
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../img/icon-next.svg) center/contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
}

.matter-br {
    display: none;
}

@media(max-width:975px) {
    #matter {
        padding-top: 50px;
    }

    .subtitle {
        margin-bottom: 30px;
    }

    .matter-wrapper {
        padding: 70px 0 100px;
    }

    .matter-slider {
        padding-left: 12vw;
    }

    .matter-wrapper::before {
        border-radius: 80px 0 0 80px;
    }

    .matter-br {
        display: initial;
    }

    .matter-slider .slide-box {
        width: 310px;
        height: 328px;
        margin: 0 5px;
    }
    
    #matter .slick-next::before {
        width: 40px;
        height: 40px;
        background: url(../img/arrow-sp.svg) center/contain;
        background-repeat: no-repeat;
    }

    #matter .slick-next {
        left: 86vw;
        top: 140px;
    }

    .matter-slider .slide-box p {
        width: 92%;
    }
}

/* 動画制作 */
#create {
    padding-top: 160px;
}

.create-wrapper {
    padding: 65px 0 110px;
    position: relative;
    z-index: 1;
}

.create-wrapper::before {
    background-color: #38B2D4;
    border-radius: 0 400px 400px 0;
    max-width: 1340px;
    margin: 0 auto 0 0;
    width: 95%;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}

#create .subtitle {
    margin-bottom: 30px;
}

#create .subtitle-under {
    font-size: clamp(18px,4.8vw,20px);
    font-weight: var(--font-weight-bold);
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 50px;
}

#create .create-slide {
    width: 800px;
    height: 312px;
    background-color: #fff;
    border-radius: 50px;
    display: flex !important;
    align-items: center;
    justify-content: left;
    overflow: hidden;
    gap: 20px;
    margin: 0 25px;
}

#create .create-text {
    width: 515px;
    text-align: left;
}

.create-img-box {
    width: 224px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.create-img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}

#create .create-slider {
    padding-right: 15vw;
    padding-left: 0;
}

#create .create-slider .slick-prev {
    display: none !important;
}

#create .create-slider .slick-next {
  top: 100px;
  right: inherit;
  left: 5vw;
  transform: translate(0);
}

#create .create-slider .slick-next::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../img/icon-next.svg) center/contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  transform: rotate(180deg);
}

.create-slide-top {
    font-size: clamp(19px,5vw,22px);
    font-weight: var(--font-weight-bold);
    line-height: 150%;
    letter-spacing: 0.1em;
}

.create-slide-middle {
    font-size: clamp(18px,4.8vw,20px);
    font-weight: var(--font-weight-bold);
    line-height: 150%;
    letter-spacing: 0.1em;
    margin: 20px 0;
}

.create-slide-bottom {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.1em;
    font-weight: var(--font-weight-medium);
}

@media(max-width:975px) {
    #create .create-slider{
        padding-right: 10px;
    }

    #create .create-slider .slick-next::before {
        width: 40px;
        height: 40px;
        background: url(../img/arrow-sp.svg) center/contain;
        background-repeat: no-repeat;
        top: 100px;
    }

    #create .create-slider .slick-next {
        top: 130px;
    }

    #create {
        padding-top: 80px;
    }
    
    .create-wrapper {
        padding: 60px 0 90px;
    }
    
    .create-wrapper::before {
        border-radius: 0 80px 80px 0;
    }

    #create .subtitle {
        margin-bottom: 20px;
    }
    
    #create .subtitle-under {
        margin-bottom: 35px;
    }
    
    #create .create-slide {
        width: 300px;
        min-height: 525px;
        flex-direction: column-reverse;
        justify-content: flex-end;
        margin: 0 5px;
    }
    
    #create .create-text {
        width: 87%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
    }
    
    .create-img-box {
        width: 100%;
        height: 160px;
    }
    
    #create .create-slider {
        padding-right: 8vw;
    }
}

/* 制作のフロー */
#flow {
    padding: 80px 0;
}

#flow .flow-top {
    font-size: clamp(24px,6.4vw,30px);
    letter-spacing: 0.1em;
    font-weight: var(--font-weight-bold);
    line-height: 150%;
    margin-bottom: 40px;
}

#flow .flow-wrapper {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

#flow .flow-box {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    margin-bottom: 30px;
}

#flow .flow-box:last-of-type {
    margin-bottom: 0;
}

#flow .flow-left {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    min-width: 250px;
}

#flow .flow-num {
    font-size: 50px;
    font-style: italic;
    font-family: var(--zenKakuGothic);
    font-weight: var(--font-weight-bold);
}

#flow .flow-title {
    font-size: 22px;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1em;
}

#flow .flow-right {
    font-size: 18px;
    font-weight: var(--font-weight-medium);
    line-height: 160%;
    letter-spacing: 0.1em;
    padding-left: 1em;
    position: relative;
    width: 100%;
}

#flow .flow-right::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    border-left: 1px solid #979696;
    content: "";
}

@media(max-width:900px) {
    #flow .flow-box {
        flex-direction: column;
        margin-bottom: 40px;
    }

    #flow .flow-left {
        width: 100%;
    }

    #flow .flow-wrapper {
        max-width: 600px;
    }
}

/* 制作費の内訳 */
#produce-cost {
    padding-bottom: 100px;
}

#produce-cost .produce-cost-top {
    font-size: clamp(24px,6.4vw,30px);
    line-height: 150%;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

#produce-cost .produce-cost-bottom {
    font-size: 20px;
    line-height: 150%;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

#produce-cost .produce-cost-wrapper {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
}

#produce-cost .cost-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 90px;
    row-gap: 80px;
    flex-wrap: wrap;
}

#produce-cost .cost-box {
    width: 350px;
    height: 392px;
    border-radius: 20px;
    background-color: var(--whiteColor);
    padding: 20px;
}

#produce-cost .cost-box:nth-last-of-type(1),
#produce-cost .cost-box:nth-last-of-type(2) {
    height: 452px;
}

#produce-cost .cost-box img {
    width: 100px;
    margin-bottom: 33px;
}

#produce-cost .cost-box .cost-box-top {
    text-align: center;
    font-weight: var(--font-weight-bold);
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 160%;
    margin-bottom: 5px;
}

#produce-cost .cost-box .cost-box-bottom {
    text-align: left;
    font-weight: var(--font-weight-medium);
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 160%;
}

.more-btn-black {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 275px;
    border-radius: 50px;
    padding: 1.4em 0 1.6em;
    background-color: var(--blackColor);
    border: 1px solid var(--blackColor);
    margin: 80px auto 0;
    position: relative;
}

.more-btn-black::before {
    width: 20px;
    height: 22px;
    position: absolute;
    content: "";
    background:url(../img/black-btn.svg) center/contain;
    background-repeat: no-repeat;
    left: 9%;
    top: 50%;
    transform: translateY(-50%);
}

.more-btn-black p {
    font-size: clamp(18px,4.8vw,24px);
    color: #fff;
    font-weight: var(--font-weight-bold);
    line-height: 150%;
    padding-left: 1.2em;
}

.more-btn-black:hover {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
}

.more-btn-black:hover p {
    color: var(--blackColor);
}

.more-btn-black:hover::before {
    background:url(../img/btn-hover.svg) center/contain;
    background-repeat: no-repeat;
}

.produce-cost-br {
    display: none;
}

@media (max-width: 900px) {
    #produce-cost .cost-box {
        width: 340px;
        padding: 20px 15px;
    }

    #produce-cost .cost-flex {
        gap: 40px;
        row-gap: 40px;
    }

    .more-btn-black {
        width: 300px;
        padding: 1em 0 1.1em;
    }

    #produce-cost {
        padding-bottom: 200px;
    }
}

@media(max-width:380px) {
    .more-btn-black {
        width: 225px;
    }
}